diff --git a/client/src/locales/zh/core.js b/client/src/locales/zh/core.js index 643bb4eb..486cfcdb 100644 --- a/client/src/locales/zh/core.js +++ b/client/src/locales/zh/core.js @@ -11,6 +11,7 @@ export default { translation: { common: { + aboutPlanka: '关于 Planka', account: '账号', actions: '操作', addAttachment_title: '添加附件', @@ -40,6 +41,9 @@ export default { background: '背景', board: '面板', boardNotFound_title: '面板不存在', + canComment: '可以评论', + canEditContentOfBoard: '可以编辑面板内容', + canOnlyViewBoard: '仅可查看面板', cardActions_title: '卡片操作', cardNotFound_title: '卡片不存在', cardOrActionAreDeleted: '卡片或操作已经被删除', @@ -63,14 +67,18 @@ export default { deleteTask_title: '删除任务', deleteUser_title: '删除用户', description: '描述', + detectAutomatically: '自动删除', dropFileToUpload: '拖放文件以上传', + editor: '编辑器', editAttachment_title: '编辑附件', editAvatar_title: '编辑头像', editBoard_title: '编辑面板', editDueDate_title: '编辑截止时间', editEmail_title: '编辑邮箱', + editInformation_title: '编辑信息', editLabel_title: '编辑标签', editPassword_title: '修改密码', + editPermissions_title: '修改权限', editStopwatch_title: '修改时间', editUsername_title: '修改用户名', email: '邮箱', @@ -83,11 +91,14 @@ export default { enterTaskDescription: '输入任务描述...', filterByLabels_title: '通过标签筛选', filterByMembers_title: '通过成员筛选', - fromComputer_title: '从本机', + fromComputer_title: '来自计算机', + fromTrello: '来自 Trello', general: '全体', hours: '小时', + importBoard_title: '导入面板', invalidCurrentPassword: '当前密码错误', labels: '标签', + language: '语言', leaveBoard_title: '离开面板', leaveProject_title: '离开项目', list: '列表', @@ -117,15 +128,20 @@ export default { projectNotFound_title: '项目未找到', removeManager_title: '删除管理员', removeMember_title: '删除成员', + searchLabels: '搜索标签...', + searchMembers: '搜索成员...', + searchUsers: '搜索用户...', seconds: '秒', selectBoard: '选择面板', selectList: '选择列表', + selectPermissions_title: '选择权限', selectProject: '选择项目', settings: '设置', stopwatch: '计时器', subscribeToMyOwnCardsByDefault: '默认关注自己创建的卡片', taskActions_title: '任务操作', tasks: '任务', + thereIsNoPreviewAvailableForThisAttachment: '此附件无法预览', time: '时间', title: '标题', userActions_title: '用户操作', @@ -138,6 +154,8 @@ export default { username: '用户名', usernameAlreadyInUse: '用户名已被占用', users: '用户', + version: '版本', + viewer: '视图', writeComment: '编写评论...', }, @@ -149,6 +167,7 @@ export default { addCard_title: '添加卡片', addComment: '添加评论', addList: '添加列表', + addMember: 'Add member', addMoreDetailedDescription: '添加更多详细描述', addTask: '添加任务', addToCard: '添加到卡片', @@ -178,10 +197,14 @@ export default { editDueDate_title: '编辑到期时间', editDescription_title: '编辑描述', editEmail_title: '编辑邮箱', + editInformation_title: '编辑信息', editPassword_title: '编辑密码', + editPermissions: '编辑权限', editStopwatch_title: '编辑时间', editTitle_title: '编辑标题', editUsername_title: '编辑用户名', + hideDetails: '隐藏详情', + import: '导入', leaveBoard: '离开面板', leaveProject: '离开项目', logOut_title: '退出', @@ -197,6 +220,7 @@ export default { removeMember: '删除成员', save: '保存', showAllAttachments: '显示所有的附件 ({{hidden}} 隐藏)', + showDetails: '显示详情', showFewerAttachments: '显示较少的附件', start: '开始', stop: '结束', diff --git a/client/src/locales/zh/login.js b/client/src/locales/zh/login.js index ef3b4369..04dbbc3e 100644 --- a/client/src/locales/zh/login.js +++ b/client/src/locales/zh/login.js @@ -2,19 +2,21 @@ export default { translation: { common: { emailOrUsername: '邮箱或用户名', - invalidEmailOrUsername: '错误的邮箱或用户名', + invalidEmailOrUsername: '无效的邮箱或用户名', invalidPassword: '密码错误', logInToPlanka: '登录至 Planka', noInternetConnection: '没有网络连接', - pageNotFound_title: '页面找不到', + pageNotFound_title: '找不到页面', password: '密码', projectManagement: '项目管理', - serverConnectionFailed: '服务连接失败', + serverConnectionFailed: '服务器连接失败', unknownError: '未知错误,请稍后重试', + useSingleSignOn: '使用单点登录', }, action: { logIn: '登录', + logInWithSSO: '使用SSO登录', }, }, };