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