tachybase_todo/packages/plugins/@nocobase/plugin-api-keys/src/locale/zh-CN.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

22 lines
806 B
JSON

{
"API keys": "API 密钥",
"API key created successfully": "API 密钥创建成功",
"Make sure to copy your personal access key now as you will not be able to see this again.": "请确保现在复制你的个人访问密钥,因为你将无法再次看到这个密钥。",
"Key name": "密钥名称",
"Expiration": "过期时间",
"Delete API key": "删除 API 密钥",
"Role": "角色",
"Keys manager": "密钥管理",
"Created at": "创建时间",
"Add API key": "添加 API 密钥",
"Never": "永不",
"Custom": "自定义",
"Never expires": "永不过期",
"1 Day": "1 天",
"7 Days": "7 天",
"30 Days": "30 天",
"90 Days": "90 天",
"Role not found": "角色不存在",
"Allow only your own roles to be selected": "只允许选择你自己拥有的角色"
}