diff --git a/messages/de-DE.json b/messages/de-DE.json index b0cffe2..c7579f7 100644 --- a/messages/de-DE.json +++ b/messages/de-DE.json @@ -233,11 +233,12 @@ "showAnswer": "Antwort zeigen", "nextCard": "Weiter", "again": "Nochmal", - "modeOrderLimited": "Reihenfolge", - "modeOrderInfinite": "Schleife", - "modeRandomLimited": "Zufällig", - "modeRandomInfinite": "Zufällig Schleife", - "restart": "Neustart" + "restart": "Neustart", + "orderLimited": "Reihenfolge begrenzt", + "orderInfinite": "Reihenfolge unbegrenzt", + "randomLimited": "Zufällig begrenzt", + "randomInfinite": "Zufällig unbegrenzt", + "noIpa": "No IPA available" }, "page": { "unauthorized": "Nicht autorisiert" @@ -618,4 +619,4 @@ "cardDeleted": "Karte gelöscht", "cardUpdated": "Karte aktualisiert" } -} +} \ No newline at end of file diff --git a/messages/en-US.json b/messages/en-US.json index e7821f6..1af1631 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -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" } -} +} \ No newline at end of file diff --git a/messages/fr-FR.json b/messages/fr-FR.json index 315f0c6..896c9b0 100644 --- a/messages/fr-FR.json +++ b/messages/fr-FR.json @@ -304,11 +304,12 @@ "showAnswer": "Montrer réponse", "nextCard": "Suivant", "again": "Encore", - "modeOrderLimited": "Ordre", - "modeOrderInfinite": "Boucle", - "modeRandomLimited": "Aléatoire", - "modeRandomInfinite": "Aléatoire Boucle", - "restart": "Recommencer" + "restart": "Recommencer", + "orderLimited": "Ordre limité", + "orderInfinite": "Ordre infini", + "randomLimited": "Aléatoire limité", + "randomInfinite": "Aléatoire infini", + "noIpa": "No IPA available" }, "page": { "unauthorized": "Non autorisé" @@ -609,4 +610,4 @@ "noFollowers": "Pas encore d'abonnés", "noFollowing": "Ne suit personne" } -} +} \ No newline at end of file diff --git a/messages/it-IT.json b/messages/it-IT.json index a834e0b..58d1701 100644 --- a/messages/it-IT.json +++ b/messages/it-IT.json @@ -304,10 +304,6 @@ "showAnswer": "Mostra risposta", "nextCard": "Prossima", "again": "Ancora", - "modeOrderLimited": "Ordine", - "modeOrderInfinite": "Ciclo", - "modeRandomLimited": "Casuale", - "modeRandomInfinite": "Casuale Ciclo", "restart": "Ricomincia", "hard": "Difficile", "good": "Buono", @@ -334,7 +330,11 @@ "typeWhatYouHear": "Scrivi cosa senti", "correct": "Corretto!", "incorrect": "Errato", - "nextCard": "Prossima" + "orderLimited": "Ordine limitato", + "orderInfinite": "Ordine infinito", + "randomLimited": "Casuale limitato", + "randomInfinite": "Casuale infinito", + "noIpa": "No IPA available" }, "page": { "unauthorized": "Non autorizzato" @@ -635,4 +635,4 @@ "noFollowers": "Nessun seguace ancora", "noFollowing": "Non segui ancora nessuno" } -} +} \ No newline at end of file diff --git a/messages/ja-JP.json b/messages/ja-JP.json index 018b681..45526b5 100644 --- a/messages/ja-JP.json +++ b/messages/ja-JP.json @@ -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": "まだ誰もフォローしていません" } -} +} \ No newline at end of file diff --git a/messages/ko-KR.json b/messages/ko-KR.json index 47a957a..57ed32f 100644 --- a/messages/ko-KR.json +++ b/messages/ko-KR.json @@ -304,11 +304,12 @@ "showAnswer": "정답 보기", "nextCard": "다음", "again": "다시", - "modeOrderLimited": "순서", - "modeOrderInfinite": "반복", - "modeRandomLimited": "무작위", - "modeRandomInfinite": "무작위 반복", - "restart": "다시 시작" + "restart": "다시 시작", + "orderLimited": "순서 제한", + "orderInfinite": "순서 무제한", + "randomLimited": "무작위 제한", + "randomInfinite": "무작위 무제한", + "noIpa": "No IPA available" }, "page": { "unauthorized": "권한이 없습니다" @@ -618,4 +619,4 @@ "noFollowers": "아직 팔로워가 없습니다", "noFollowing": "아직 팔로우하는 사람이 없습니다" } -} +} \ No newline at end of file diff --git a/messages/ug-CN.json b/messages/ug-CN.json index 96acec5..a3bfe8a 100644 --- a/messages/ug-CN.json +++ b/messages/ug-CN.json @@ -329,11 +329,12 @@ "typeWhatYouHear": "ئاڭلىغىنىڭىزنى يېزىڭ", "correct": "توغرا!", "incorrect": "خاتا", - "modeOrderLimited": "تەرتىپ", - "modeOrderInfinite": "دەۋرىيە", - "modeRandomLimited": "ئىختىيارى", - "modeRandomInfinite": "ئىختىيارى دەۋرىيە", - "restart": "قايتا باشلا" + "restart": "قايتا باشلا", + "orderLimited": "تەرتىپلى چەكلەنگەن", + "orderInfinite": "تەرتىپلى چەكسىز", + "randomLimited": "ئىختىيارى چەكلەنگەن", + "randomInfinite": "ئىختىيارى چەكسىز", + "noIpa": "No IPA available" }, "page": { "unauthorized": "ھوقۇقسىز" diff --git a/messages/zh-CN.json b/messages/zh-CN.json index d81a9d6..36a8861 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -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": "还没有关注任何人" } -} +} \ No newline at end of file