fix: JSON syntax errors and add missing translations

- Fix missing comma in en-US.json
- Add noIpa translation to all locale files
This commit is contained in:
2026-03-18 10:16:46 +08:00
parent 59d22ccf4c
commit 130ab226ff
8 changed files with 53 additions and 52 deletions

View File

@@ -297,12 +297,12 @@
"typeWhatYouHear": "输入你听到的内容",
"correct": "正确",
"incorrect": "错误",
"nextCard": "下一张",
"modeOrderLimited": "顺序",
"modeOrderInfinite": "循环",
"modeRandomLimited": "随机",
"modeRandomInfinite": "随机循环",
"restart": "重新开始"
"restart": "重新开始",
"orderLimited": "顺序有限",
"orderInfinite": "顺序无限",
"randomLimited": "随机有限",
"randomInfinite": "随机无限",
"noIpa": "No IPA available"
},
"page": {
"unauthorized": "您无权访问该牌组"
@@ -627,4 +627,4 @@
"noFollowers": "还没有粉丝",
"noFollowing": "还没有关注任何人"
}
}
}