use docker
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-03 21:03:28 +08:00
parent a528b78e43
commit 5cf100c111
28 changed files with 145 additions and 189 deletions

View File

@@ -0,0 +1,4 @@
{
"back": "返回",
"choose": "选择"
}

View File

@@ -0,0 +1,6 @@
{
"back": "返回",
"save": "保存单词对",
"locale1": "区域1",
"locale2": "区域2"
}

View File

@@ -0,0 +1,10 @@
{
"title": "记忆",
"locale1": "您选择的区域一是{locale}",
"locale2": "您选择的区域二是{locale}",
"total": "总计有{total}个单词对",
"start": "开始",
"import": "导入",
"export": "导出",
"edit": "编辑"
}

View File

@@ -0,0 +1,7 @@
{
"show": "显示",
"reverse": "反向",
"dictation": "听写",
"back": "返回",
"next": "下个"
}