feat(localization): update and enhance localization files for multiple languages

- Updated localization files for various languages, including English, German, Spanish, Portuguese, and Chinese, to ensure consistency and accuracy across the application.
- Added new keys and updated existing ones to support recent UI changes and features, particularly in project views, task lists, and admin center settings.
- Enhanced the structure of localization files to improve maintainability and facilitate future updates.
- Implemented performance optimizations in the frontend components to better handle localization data.
This commit is contained in:
chamiakJ
2025-07-28 07:19:55 +05:30
parent fc88c14b94
commit 591d348ae5
315 changed files with 9956 additions and 6116 deletions

View File

@@ -2,4 +2,4 @@
"loggingOut": "正在登出...",
"authenticating": "正在认证...",
"gettingThingsReady": "正在为您准备..."
}
}

View File

@@ -9,4 +9,4 @@
"orText": "或",
"successTitle": "重置指令已发送!",
"successMessage": "重置信息已发送到您的电子邮件。请检查您的电子邮件。"
}
}

View File

@@ -24,4 +24,4 @@
"loginErrorTitle": "登录失败",
"loginErrorMessage": "请检查您的电子邮件和密码并重试"
}
}
}

View File

@@ -28,4 +28,4 @@
"orText": "或",
"reCAPTCHAVerificationError": "reCAPTCHA验证错误",
"reCAPTCHAVerificationErrorMessage": "我们无法验证您的reCAPTCHA。请重试。"
}
}

View File

@@ -11,4 +11,4 @@
"returnToLoginButton": "返回登录",
"confirmPasswordRequired": "请确认您的新密码",
"passwordMismatch": "两次输入的密码不匹配"
}
}