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": "このデッキにアクセスする権限がありません"
@@ -630,4 +630,4 @@
"noFollowers": "まだフォロワーがいません",
"noFollowing": "まだ誰もフォローしていません"
}
}
}