PHP Classes

File: app/Assets/Locale/en/profile.json

Recommend this page to a friend!
  Classes of Francisco Núñez   Catalyst   app/Assets/Locale/en/profile.json   Download  
File: app/Assets/Locale/en/profile.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Catalyst
Framework to develop MVC-based PHP applications
Author: By
Last change:
Date: 2 days ago
Size: 2,074 bytes
 

Contents

Class file image Download
{ "title": "User Profile", "subtitle": "Manage your account information", "personal_info": { "title": "Personal Information", "name": "Full Name", "email": "Email Address", "phone": "Phone Number", "bio": "Biography", "location": "Location", "website": "Website", "update": "Update Information" }, "security": { "title": "Security", "current_password": "Current Password", "new_password": "New Password", "confirm_password": "Confirm New Password", "update": "Update Password", "two_factor": { "title": "Two-Factor Authentication", "enabled": "Enabled", "disabled": "Disabled", "enable": "Enable Two-Factor Authentication", "disable": "Disable Two-Factor Authentication" } }, "preferences": { "title": "Preferences", "language": "Language", "timezone": "Timezone", "notifications": "Notifications", "theme": { "title": "Theme", "light": "Light", "dark": "Dark", "system": "System Default" }, "update": "Update Preferences" }, "account": { "title": "Account", "joined": "Member since", "last_login": "Last login", "delete": { "title": "Delete Account", "warning": "Warning: This action cannot be undone.", "confirm": "I understand the consequences and want to delete my account", "button": "Delete My Account" } }, "activity": { "title": "Recent Activity", "empty": "No recent activity", "login": { "one": "Logged in :count time", "many": "Logged in :count times" } }, "messages": { "info_updated": "Profile information updated successfully", "password_updated": "Password updated successfully", "preferences_updated": "Preferences updated successfully", "account_deleted": "Your account has been deleted" }, "validation": { "current_password": "Current password is incorrect", "password_min": "Password must be at least 8 characters", "password_match": "New password and confirmation must match" } }