This commit is contained in:
31
public/messages/zh-CN/folders-folder_id.json
Normal file
31
public/messages/zh-CN/folders-folder_id.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"unauthorized": "您不是此文件夹的所有者",
|
||||
"back": "返回",
|
||||
"backToFolders": "返回文件夹",
|
||||
"folderName": "文件夹:{name}",
|
||||
"textPairs": "文本对",
|
||||
"itemsCount": "{count} 项",
|
||||
"memorize": "记忆",
|
||||
"loadingTextPairs": "正在加载文本对...",
|
||||
"noTextPairs": "此文件夹中没有文本对",
|
||||
"addTextPair": "添加文本对",
|
||||
"addNewTextPair": "添加新文本对",
|
||||
"text1": "文本1",
|
||||
"text2": "文本2",
|
||||
"locale1": "语言1",
|
||||
"locale2": "语言2",
|
||||
"save": "保存",
|
||||
"cancel": "取消",
|
||||
"add": "添加",
|
||||
"edit": "编辑",
|
||||
"delete": "删除",
|
||||
"confirmDelete": "确定要删除这个文本对吗?",
|
||||
"updateTextPair": "更新文本对",
|
||||
"update": "更新",
|
||||
"textPairSaved": "文本对保存成功",
|
||||
"textPairUpdated": "文本对更新成功",
|
||||
"textPairDeleted": "文本对删除成功",
|
||||
"errorSavingTextPair": "保存文本对失败",
|
||||
"errorUpdatingTextPair": "更新文本对失败",
|
||||
"errorDeletingTextPair": "删除文本对失败"
|
||||
}
|
||||
14
public/messages/zh-CN/folders.json
Normal file
14
public/messages/zh-CN/folders.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "文件夹",
|
||||
"subtitle": "管理您的集合",
|
||||
"newFolder": "新建文件夹",
|
||||
"creating": "创建中...",
|
||||
"noFoldersYet": "还没有文件夹",
|
||||
"folderInfo": "{id}. {name} ({totalPairs})",
|
||||
"enterFolderName": "输入文件夹名称:",
|
||||
"confirmDelete": "输入 \"{name}\" 以删除:",
|
||||
"createFolderError": "创建文件夹失败",
|
||||
"deleteFolderError": "删除文件夹失败",
|
||||
"createFolderSuccess": "文件夹创建成功",
|
||||
"deleteFolderSuccess": "文件夹删除成功"
|
||||
}
|
||||
4
public/messages/zh-CN/login.json
Normal file
4
public/messages/zh-CN/login.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"loading": "加载中...",
|
||||
"githubLogin": "GitHub 登录"
|
||||
}
|
||||
5
public/messages/zh-CN/memorize/folder-selector.json
Normal file
5
public/messages/zh-CN/memorize/folder-selector.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "选择文件夹",
|
||||
"noFolders": "未找到文件夹",
|
||||
"folderInfo": "{id}. {name} ({count})"
|
||||
}
|
||||
8
public/messages/zh-CN/memorize/memorize.json
Normal file
8
public/messages/zh-CN/memorize/memorize.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"showAnswer": "显示答案",
|
||||
"next": "下一个",
|
||||
"reverse": "反向",
|
||||
"dictation": "听写",
|
||||
"noTextPairs": "没有可用的文本对",
|
||||
"progress": "{index}/{total}"
|
||||
}
|
||||
3
public/messages/zh-CN/memorize/page.json
Normal file
3
public/messages/zh-CN/memorize/page.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"unauthorized": "您无权访问该文件夹"
|
||||
}
|
||||
5
public/messages/zh-CN/profile.json
Normal file
5
public/messages/zh-CN/profile.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"myProfile": "我的个人资料",
|
||||
"email": "邮箱:{email}",
|
||||
"logout": "退出登录"
|
||||
}
|
||||
@@ -8,5 +8,7 @@
|
||||
"other": "其他",
|
||||
"translating": "翻译中...",
|
||||
"translate": "翻译",
|
||||
"inputLanguage": "请输入语言。"
|
||||
"inputLanguage": "请输入语言。",
|
||||
"history": "历史记录",
|
||||
"enterLanguage": "输入语言"
|
||||
}
|
||||
|
||||
8
public/messages/zh-CN/translator/add-to-folder.json
Normal file
8
public/messages/zh-CN/translator/add-to-folder.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"chooseFolder": "选择要添加到的文件夹",
|
||||
"notAuthenticated": "您未登录",
|
||||
"noFoldersFound": "未找到文件夹",
|
||||
"close": "关闭",
|
||||
"addToFolderSuccess": "文本对已添加到文件夹",
|
||||
"addToFolderError": "添加文本对到文件夹失败"
|
||||
}
|
||||
Reference in New Issue
Block a user