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

@@ -138,10 +138,7 @@
"todayNew": "New",
"todayReview": "Review",
"todayLearning": "Learning",
"updating": "Updating...",
"cardUpdated": "Card updated",
"wordRequired": "Word is required",
"definitionRequired": "At least one definition is required",
"error": {
"update": "You do not have permission to update this card.",
"delete": "You do not have permission to delete this card.",
@@ -296,15 +293,15 @@
"reverse": "Reverse",
"dictation": "Dictation",
"clickToPlay": "Click to play audio",
"modeOrderLimited": "Order",
"modeOrderInfinite": "Loop",
"modeRandomLimited": "Random",
"modeRandomInfinite": "Random Loop",
"restart": "Restart",
"yourAnswer": "Your answer",
"typeWhatYouHear": "Type what you hear...",
"correct": "Correct",
"incorrect": "Incorrect"
"incorrect": "Incorrect",
"orderLimited": "Order",
"orderInfinite": "Loop",
"randomLimited": "Random",
"randomInfinite": "Random Loop"
},
"page": {
"unauthorized": "You are not authorized to access this deck"
@@ -629,4 +626,4 @@
"noFollowers": "No followers yet",
"noFollowing": "Not following anyone yet"
}
}
}