tachybase_todo/packages/plugins/@nocobase/plugin-verification/src/locale/en-US.json
YANG QIA ff097936dd
fix(lm): reserve i18n namespaces for plugins to avoid conflicts (#3121)
* fix: fix T-2063

* fix: fix T-2589

* chore: remove translation of page header

* chore: add version check for migration

* chore: switch locale files to JSON format

* fix: bug

* fix(auth): fix translation

* fix: add App provider

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-12-06 14:30:17 +08:00

23 lines
999 B
JSON

{
"Verification": "Verification",
"Verification providers": "Verification providers",
"Provider type": "Provider type",
"Aliyun SMS": "Aliyun SMS",
"Access Key ID": "Access Key ID",
"Access Key Secret": "Access Key Secret",
"Endpoint": "Endpoint",
"Sign": "Sign",
"Template code": "Template code",
"Secret Id": "Secret Id",
"Secret Key": "Secret Key",
"Region": "Region",
"Sign name": "Sign name",
"Sms sdk app id": "Sms sdk app id",
"Template Id": "Template Id",
"Verification send failed, please try later or contact to administrator": "Verification send failed, please try later or contact to administrator",
"Not a valid cellphone number, please re-enter": "Not a valid cellphone number, please re-enter",
"Please don't retry in {{time}} seconds": "Please don't retry in {{time}} seconds",
"You are trying so frequently, please slow down": "You are trying so frequently, please slow down",
"Verification code is invalid": "Verification code is invalid"
}