补全翻译
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-16 12:44:52 +08:00
parent 30fc4ed64d
commit 7c5fc40209
31 changed files with 279 additions and 54 deletions

View File

@@ -0,0 +1,30 @@
{
"unauthorized": "You are not the owner of this folder",
"back": "Back",
"backToFolders": "Back to folders",
"folderName": "Folder: {name}",
"textPairs": "Text Pairs",
"itemsCount": "{count} items",
"memorize": "Memorize",
"loadingTextPairs": "Loading text pairs...",
"noTextPairs": "No text pairs in this folder",
"addTextPair": "Add Text Pair",
"addNewTextPair": "Add New Text Pair",
"text1": "Text 1",
"text2": "Text 2",
"locale1": "Locale 1",
"locale2": "Locale 2",
"save": "Save",
"cancel": "Cancel",
"edit": "Edit",
"delete": "Delete",
"confirmDelete": "Are you sure you want to delete this text pair?",
"updateTextPair": "Update Text Pair",
"update": "Update",
"textPairSaved": "Text pair saved successfully",
"textPairUpdated": "Text pair updated successfully",
"textPairDeleted": "Text pair deleted successfully",
"errorSavingTextPair": "Failed to save text pair",
"errorUpdatingTextPair": "Failed to update text pair",
"errorDeletingTextPair": "Failed to delete text pair"
}

View File

@@ -0,0 +1,14 @@
{
"title": "Folders",
"subtitle": "Manage your collections",
"newFolder": "New Folder",
"creating": "Creating...",
"noFoldersYet": "No folders yet",
"folderInfo": "{id}. {name} ({totalPairs})",
"enterFolderName": "Enter folder name:",
"confirmDelete": "Type \"{name}\" to delete:",
"createFolderError": "Failed to create folder",
"deleteFolderError": "Failed to delete folder",
"createFolderSuccess": "Folder created successfully",
"deleteFolderSuccess": "Folder deleted successfully"
}

View File

@@ -0,0 +1,4 @@
{
"loading": "Loading...",
"githubLogin": "GitHub Login"
}

View File

@@ -0,0 +1,5 @@
{
"title": "Select a folder",
"noFolders": "No folders found",
"folderInfo": "{id}. {name} ({count})"
}

View File

@@ -0,0 +1,8 @@
{
"showAnswer": "Show Answer",
"next": "Next",
"reverse": "Reverse",
"dictation": "Dictation",
"noTextPairs": "No text pairs available",
"progress": "{index}/{total}"
}

View File

@@ -0,0 +1,3 @@
{
"unauthorized": "Unauthorized access to this folder"
}

View File

@@ -0,0 +1,5 @@
{
"myProfile": "My Profile",
"email": "Email: {email}",
"logout": "Logout"
}

View File

@@ -8,5 +8,7 @@
"other": "Other",
"translating": "translating...",
"translate": "translate",
"inputLanguage": "Input a language."
"inputLanguage": "Input a language.",
"history": "History",
"enterLanguage": "Enter language"
}

View File

@@ -0,0 +1,8 @@
{
"chooseFolder": "Choose a Folder to Add to",
"notAuthenticated": "You are not authenticated",
"noFoldersFound": "No folders found",
"close": "Close",
"addToFolderSuccess": "Text pair added to folder",
"addToFolderError": "Failed to add text pair to folder"
}

View 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": "删除文本对失败"
}

View File

@@ -0,0 +1,14 @@
{
"title": "文件夹",
"subtitle": "管理您的集合",
"newFolder": "新建文件夹",
"creating": "创建中...",
"noFoldersYet": "还没有文件夹",
"folderInfo": "{id}. {name} ({totalPairs})",
"enterFolderName": "输入文件夹名称:",
"confirmDelete": "输入 \"{name}\" 以删除:",
"createFolderError": "创建文件夹失败",
"deleteFolderError": "删除文件夹失败",
"createFolderSuccess": "文件夹创建成功",
"deleteFolderSuccess": "文件夹删除成功"
}

View File

@@ -0,0 +1,4 @@
{
"loading": "加载中...",
"githubLogin": "GitHub 登录"
}

View File

@@ -0,0 +1,5 @@
{
"title": "选择文件夹",
"noFolders": "未找到文件夹",
"folderInfo": "{id}. {name} ({count})"
}

View File

@@ -0,0 +1,8 @@
{
"showAnswer": "显示答案",
"next": "下一个",
"reverse": "反向",
"dictation": "听写",
"noTextPairs": "没有可用的文本对",
"progress": "{index}/{total}"
}

View File

@@ -0,0 +1,3 @@
{
"unauthorized": "您无权访问该文件夹"
}

View File

@@ -0,0 +1,5 @@
{
"myProfile": "我的个人资料",
"email": "邮箱:{email}",
"logout": "退出登录"
}

View File

@@ -8,5 +8,7 @@
"other": "其他",
"translating": "翻译中...",
"translate": "翻译",
"inputLanguage": "请输入语言。"
"inputLanguage": "请输入语言。",
"history": "历史记录",
"enterLanguage": "输入语言"
}

View File

@@ -0,0 +1,8 @@
{
"chooseFolder": "选择要添加到的文件夹",
"notAuthenticated": "您未登录",
"noFoldersFound": "未找到文件夹",
"close": "关闭",
"addToFolderSuccess": "文本对已添加到文件夹",
"addToFolderError": "添加文本对到文件夹失败"
}