Files
bakery-ia/frontend/src/locales/en/settings.json
2025-10-24 13:05:04 +02:00

192 lines
6.2 KiB
JSON

{
"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": "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",
"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": {
"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",
"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": {
"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"
},
"subscription": {
"title": "Subscription",
"description": "Manage your subscription plan",
"current_plan": "Current Plan",
"usage": "Usage",
"billing": "Billing",
"upgrade": "Upgrade Plan",
"manage": "Manage Subscription"
},
"common": {
"save": "Save",
"cancel": "Cancel",
"discard": "Discard",
"edit": "Edit",
"delete": "Delete",
"loading": "Loading...",
"saving": "Saving...",
"success": "Success",
"error": "Error",
"required": "Required",
"optional": "Optional",
"reset": "Reset",
"reset_all": "Reset All"
}
}