Improve the frontend and fix TODOs
This commit is contained in:
@@ -1,7 +1,85 @@
|
||||
{
|
||||
"bakery": {
|
||||
"title": "Bakery Settings",
|
||||
"description": "Configure your bakery information and operational settings",
|
||||
"tabs": {
|
||||
"information": "Information",
|
||||
"hours": "Hours",
|
||||
"operations": "Operational Settings"
|
||||
},
|
||||
"information": {
|
||||
"title": "General Information",
|
||||
"description": "Basic data and preferences for your bakery",
|
||||
"general_section": "General Information",
|
||||
"location_section": "Location",
|
||||
"business_section": "Business Data",
|
||||
"fields": {
|
||||
"name": "Bakery Name",
|
||||
"description": "Description",
|
||||
"email": "Contact Email",
|
||||
"phone": "Phone",
|
||||
"website": "Website",
|
||||
"address": "Address",
|
||||
"city": "City",
|
||||
"postal_code": "Postal Code",
|
||||
"country": "Country",
|
||||
"tax_id": "Tax ID",
|
||||
"currency": "Currency",
|
||||
"timezone": "Timezone",
|
||||
"language": "Language"
|
||||
},
|
||||
"placeholders": {
|
||||
"name": "Your bakery name",
|
||||
"email": "contact@bakery.com",
|
||||
"phone": "+1 555 123 4567",
|
||||
"website": "https://your-bakery.com",
|
||||
"address": "Street, number, etc.",
|
||||
"city": "City",
|
||||
"postal_code": "12345",
|
||||
"country": "Country",
|
||||
"tax_id": "123456789",
|
||||
"description": "Describe your bakery..."
|
||||
}
|
||||
},
|
||||
"hours": {
|
||||
"title": "Operating Hours",
|
||||
"description": "Configure your bakery's hours",
|
||||
"days": {
|
||||
"monday": "Monday",
|
||||
"tuesday": "Tuesday",
|
||||
"wednesday": "Wednesday",
|
||||
"thursday": "Thursday",
|
||||
"friday": "Friday",
|
||||
"saturday": "Saturday",
|
||||
"sunday": "Sunday"
|
||||
},
|
||||
"closed": "Closed",
|
||||
"closed_all_day": "Closed all day",
|
||||
"open_time": "Open",
|
||||
"close_time": "Close"
|
||||
},
|
||||
"operations": {
|
||||
"title": "Operational Settings",
|
||||
"description": "Configure your bakery's operational parameters",
|
||||
"procurement": "Procurement Management",
|
||||
"inventory": "Inventory Management",
|
||||
"production": "Production Management",
|
||||
"suppliers": "Supplier Management",
|
||||
"pos": "Point of Sale",
|
||||
"orders": "Order Management"
|
||||
},
|
||||
"unsaved_changes": "You have unsaved changes",
|
||||
"save_success": "Information updated successfully",
|
||||
"save_error": "Error updating information"
|
||||
},
|
||||
"profile": {
|
||||
"title": "User Profile",
|
||||
"title": "Settings",
|
||||
"description": "Manage your personal information and preferences",
|
||||
"tabs": {
|
||||
"personal": "Information",
|
||||
"notifications": "Notifications",
|
||||
"privacy": "Privacy"
|
||||
},
|
||||
"personal_info": "Personal Information",
|
||||
"edit_profile": "Edit Profile",
|
||||
"change_password": "Change Password",
|
||||
@@ -19,11 +97,55 @@
|
||||
"avatar": "Avatar"
|
||||
},
|
||||
"password": {
|
||||
"title": "Change 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"
|
||||
"password_requirements": "Password must be at least 8 characters long",
|
||||
"change_success": "Password updated successfully",
|
||||
"change_error": "Could not change your password"
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notification Preferences",
|
||||
"description": "Configure how and when you receive notifications",
|
||||
"contact_info": "Contact Information",
|
||||
"global_settings": "Global Settings",
|
||||
"channel_controls": "Channel Controls",
|
||||
"categories": {
|
||||
"alerts": "Alerts",
|
||||
"reports": "Reports",
|
||||
"marketing": "Marketing"
|
||||
},
|
||||
"channels": {
|
||||
"email": "Email",
|
||||
"push": "Push",
|
||||
"whatsapp": "WhatsApp"
|
||||
},
|
||||
"quiet_hours": "Quiet Hours",
|
||||
"quiet_hours_description": "No notifications during this period",
|
||||
"digest_frequency": "Digest Frequency",
|
||||
"email_limit": "Daily limit",
|
||||
"preferences_saved": "Preferences saved successfully",
|
||||
"preferences_error": "Error saving preferences"
|
||||
},
|
||||
"privacy": {
|
||||
"title": "Privacy & Data",
|
||||
"description": "Manage your privacy and personal data",
|
||||
"gdpr_rights": "Your Data Rights",
|
||||
"gdpr_description": "Under GDPR, you have the right to access, export, and delete your personal data",
|
||||
"export_data": "Export Your Data",
|
||||
"export_description": "Download a copy of all your personal data in JSON format",
|
||||
"export_button": "Export My Data",
|
||||
"export_success": "Your data has been exported successfully",
|
||||
"export_error": "Failed to export your data. Please try again",
|
||||
"delete_account": "Delete Account",
|
||||
"delete_description": "Permanently delete your account and all associated data",
|
||||
"delete_button": "Delete My Account",
|
||||
"delete_warning": "This action cannot be undone",
|
||||
"cookie_preferences": "Cookie Preferences",
|
||||
"privacy_policy": "Privacy Policy",
|
||||
"terms": "Terms of Service"
|
||||
}
|
||||
},
|
||||
"team": {
|
||||
@@ -43,14 +165,6 @@
|
||||
"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",
|
||||
@@ -60,32 +174,19 @@
|
||||
"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",
|
||||
"discard": "Discard",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"loading": "Loading...",
|
||||
"saving": "Saving...",
|
||||
"success": "Success",
|
||||
"error": "Error",
|
||||
"required": "Required",
|
||||
"optional": "Optional"
|
||||
"optional": "Optional",
|
||||
"reset": "Reset",
|
||||
"reset_all": "Reset All"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user