补全翻译
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"
}