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:
@@ -2,4 +2,4 @@
|
||||
"loggingOut": "正在登出...",
|
||||
"authenticating": "正在认证...",
|
||||
"gettingThingsReady": "正在为您准备..."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
"orText": "或",
|
||||
"successTitle": "重置指令已发送!",
|
||||
"successMessage": "重置信息已发送到您的电子邮件。请检查您的电子邮件。"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
"loginErrorTitle": "登录失败",
|
||||
"loginErrorMessage": "请检查您的电子邮件和密码并重试"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,4 +28,4 @@
|
||||
"orText": "或",
|
||||
"reCAPTCHAVerificationError": "reCAPTCHA验证错误",
|
||||
"reCAPTCHAVerificationErrorMessage": "我们无法验证您的reCAPTCHA。请重试。"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
"returnToLoginButton": "返回登录",
|
||||
"confirmPasswordRequired": "请确认您的新密码",
|
||||
"passwordMismatch": "两次输入的密码不匹配"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user