Files
worklenz/worklenz-frontend/public/locales/en/admin-center/configuration.json
chamikaJ 7dc3dedda5 feat(account-setup): enhance localization and UI for account setup process
- Added new language support and improved translations for account setup steps across multiple languages.
- Updated the organization step to streamline user input and enhance suggestions for organization names.
- Refactored task management components to improve user experience when adding and managing tasks.
- Removed outdated CSS for admin center components to simplify styling and improve maintainability.
- Introduced new UI elements and transitions for a more engaging account setup experience.
- Enhanced Redux state management to accommodate new features and localization updates.
2025-07-25 12:50:19 +05:30

26 lines
849 B
JSON

{
"billingDetails": "Billing Details",
"name": "Name",
"namePlaceholder": "Name",
"emailAddress": "Email Address",
"emailPlaceholder": "Email Address",
"contactNumber": "Contact Number",
"phoneNumberPlaceholder": "Phone Number",
"phoneValidationError": "Phone number must be exactly 10 digits",
"companyDetails": "Company Details",
"companyName": "Company Name",
"companyNamePlaceholder": "Company Name",
"addressLine01": "Address Line 01",
"addressLine01Placeholder": "Address Line 01",
"addressLine02": "Address Line 02",
"addressLine02Placeholder": "Address Line 02",
"country": "Country",
"countryPlaceholder": "Country",
"city": "City",
"cityPlaceholder": "City",
"state": "State",
"statePlaceholder": "State",
"postalCode": "Postal Code",
"postalCodePlaceholder": "Postal Code",
"save": "Save"
}