packages/common-i18n/src/locales/zh/token.json
{
"access": "访问",
"name": "名称",
"description": "描述",
"scopes": "范围",
"expiration": "有效期",
"createdTime": "创建时间",
"lastUse": "上次使用",
"allSpace": "该空间,该空间目前和未来的所有数据库",
"formLabelTips": {
"name": "提供一个令牌名称",
"description": "这个令牌是用来做什么的?",
"scopes": "使用此令牌,您将能够:",
"access": "此令牌可以访问以下数据库和空间。您只能授予您有权限访问的数据库和空间。"
},
"new": {
"headerTitle": "创建新令牌",
"title": "使用 Teable API 需要个人访问令牌。",
"description": "此令牌将授予对所选工作区和数据库中数据的访问权限。此令牌还将允许使用其他非工作区/数据库的 API 端点。只在您自己的开发中使用此令牌。不要与第三方服务和应用共享。",
"button": "创建新令牌",
"success": {
"title": "令牌成功生成",
"description": "确保复制您的令牌。它将不再显示。"
},
"expirationList": {
"days": "天",
"custom": "自定义",
"pick": "选择日期"
}
},
"edit": {
"title": "编辑令牌",
"name": "名称",
"scopes": "范围"
},
"refresh": {
"title": "重新生成个人访问令牌",
"description": "提交此表单将生成一个新的令牌。请注意,使用此令牌的任何脚本或应用程序都需要更新。",
"button": "重新生成令牌"
},
"accessSelect": {
"button": "添加数据库或空间",
"empty": "未找到访问权限。",
"spaceSelectItem": "空间中的所有数据库",
"inputPlaceholder": "查找空间或数据库..."
},
"moreScopes": "和{{len}}个其他",
"empty": {
"list": "未找到个人访问令牌。",
"access": "无访问权限"
},
"deleteConfirm": {
"title": "您确定要删除此令牌吗?",
"description": "使用此令牌的任何应用程序或脚本将无法再访问 Teable API。此操作无法撤消。"
}
}