Optimize team account settings for localization
Applied i18n translation to team account settings for improved multi-language support. The changes include replacing static text with translated keys in team account settings container, and adding new translation keys in language files. Minor changes include modification in package scripts and styling fixes.
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"settings": {
|
||||
"pageTitle": "Settings",
|
||||
"pageDescription": "Manage your Team details"
|
||||
"pageDescription": "Manage your Team details",
|
||||
"teamLogo": "Team Logo",
|
||||
"teamLogoDescription": "Update your team's logo to make it easier to identify",
|
||||
"teamName": "Team Name",
|
||||
"teamNameDescription": "Update your team's name",
|
||||
"dangerZone": "Danger Zone",
|
||||
"dangerZoneDescription": "This section contains actions that are irreversible"
|
||||
},
|
||||
"yourTeam": "Your Teams",
|
||||
"createTeam": "Create Team",
|
||||
|
||||
Reference in New Issue
Block a user