Support multiple languages

This commit is contained in:
Urtzi Alfaro
2025-09-25 12:14:46 +02:00
parent 6d4090f825
commit f02a980c87
66 changed files with 3274 additions and 333 deletions

View File

@@ -0,0 +1,91 @@
{
"profile": {
"title": "User Profile",
"description": "Manage your personal information and preferences",
"personal_info": "Personal Information",
"edit_profile": "Edit Profile",
"change_password": "Change Password",
"online": "Online",
"offline": "Offline",
"save_changes": "Save Changes",
"cancel": "Cancel",
"fields": {
"first_name": "First Name",
"last_name": "Last Name",
"email": "Email Address",
"phone": "Phone Number",
"language": "Language",
"timezone": "Timezone",
"avatar": "Avatar"
},
"password": {
"current_password": "Current Password",
"new_password": "New Password",
"confirm_password": "Confirm Password",
"change_password": "Change Password",
"password_requirements": "Password must be at least 8 characters long"
}
},
"team": {
"title": "Team",
"description": "Manage your team members and their permissions",
"invite_member": "Invite Member",
"members": "Members",
"pending_invitations": "Pending Invitations",
"role": "Role",
"status": "Status",
"actions": "Actions"
},
"organization": {
"title": "Organizations",
"description": "Manage your organizations and settings",
"current_organization": "Current Organization",
"switch_organization": "Switch Organization",
"create_organization": "Create Organization"
},
"bakery_config": {
"title": "Bakery Configuration",
"description": "Configure your bakery-specific settings",
"general": "General",
"products": "Products",
"hours": "Operating Hours",
"notifications": "Notifications"
},
"subscription": {
"title": "Subscription",
"description": "Manage your subscription plan",
"current_plan": "Current Plan",
"usage": "Usage",
"billing": "Billing",
"upgrade": "Upgrade Plan",
"manage": "Manage Subscription"
},
"communication": {
"title": "Communication Preferences",
"description": "Configure how and when you receive notifications",
"email_notifications": "Email Notifications",
"push_notifications": "Push Notifications",
"sms_notifications": "SMS Notifications",
"marketing": "Marketing Communications",
"alerts": "System Alerts"
},
"tabs": {
"profile": "Profile",
"team": "Team",
"organization": "Organization",
"bakery_config": "Configuration",
"subscription": "Subscription",
"communication": "Communication"
},
"common": {
"save": "Save",
"cancel": "Cancel",
"edit": "Edit",
"delete": "Delete",
"loading": "Loading...",
"success": "Success",
"error": "Error",
"required": "Required",
"optional": "Optional"
}
}