i18n: add card type labels for memorize feature

Add translations for cardTypeNew, cardTypeLearning, cardTypeReview,
cardTypeRelearning in all 8 supported languages (en-US, zh-CN, ja-JP,
ko-KR, de-DE, fr-FR, it-IT, ug-CN).

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-13 15:08:02 +08:00
parent 12e502313b
commit f1eafa8015
8 changed files with 40 additions and 8 deletions

View File

@@ -222,7 +222,11 @@
"days": "{count} Tage", "days": "{count} Tage",
"months": "{count} Monate", "months": "{count} Monate",
"minAbbr": "m", "minAbbr": "m",
"dayAbbr": "T" "dayAbbr": "T",
"cardTypeNew": "Neu",
"cardTypeLearning": "Lernen",
"cardTypeReview": "Wiederholung",
"cardTypeRelearning": "Neu lernen"
}, },
"page": { "page": {
"unauthorized": "Sie sind nicht berechtigt, auf dieses Deck zuzugreifen" "unauthorized": "Sie sind nicht berechtigt, auf dieses Deck zuzugreifen"

View File

@@ -213,7 +213,11 @@
"days": "{count}d", "days": "{count}d",
"months": "{count}mo", "months": "{count}mo",
"minAbbr": "m", "minAbbr": "m",
"dayAbbr": "d" "dayAbbr": "d",
"cardTypeNew": "New",
"cardTypeLearning": "Learning",
"cardTypeReview": "Review",
"cardTypeRelearning": "Relearning"
}, },
"page": { "page": {
"unauthorized": "You are not authorized to access this deck" "unauthorized": "You are not authorized to access this deck"

View File

@@ -222,7 +222,11 @@
"days": "{count}j", "days": "{count}j",
"months": "{count}mois", "months": "{count}mois",
"minAbbr": "m", "minAbbr": "m",
"dayAbbr": "j" "dayAbbr": "j",
"cardTypeNew": "Nouveau",
"cardTypeLearning": "Apprentissage",
"cardTypeReview": "Révision",
"cardTypeRelearning": "Réapprentissage"
}, },
"page": { "page": {
"unauthorized": "Vous n'êtes pas autorisé à accéder à ce deck" "unauthorized": "Vous n'êtes pas autorisé à accéder à ce deck"

View File

@@ -222,7 +222,11 @@
"days": "{count}g", "days": "{count}g",
"months": "{count}mesi", "months": "{count}mesi",
"minAbbr": "m", "minAbbr": "m",
"dayAbbr": "g" "dayAbbr": "g",
"cardTypeNew": "Nuovo",
"cardTypeLearning": "Apprendimento",
"cardTypeReview": "Ripasso",
"cardTypeRelearning": "Riapprendimento"
}, },
"page": { "page": {
"unauthorized": "Non sei autorizzato ad accedere a questo mazzo" "unauthorized": "Non sei autorizzato ad accedere a questo mazzo"

View File

@@ -213,7 +213,11 @@
"days": "{count}日", "days": "{count}日",
"months": "{count}ヶ月", "months": "{count}ヶ月",
"minAbbr": "分", "minAbbr": "分",
"dayAbbr": "日" "dayAbbr": "日",
"cardTypeNew": "新規",
"cardTypeLearning": "学習中",
"cardTypeReview": "復習",
"cardTypeRelearning": "再学習"
}, },
"page": { "page": {
"unauthorized": "このデッキにアクセスする権限がありません" "unauthorized": "このデッキにアクセスする権限がありません"

View File

@@ -222,7 +222,11 @@
"days": "{count}일", "days": "{count}일",
"months": "{count}개월", "months": "{count}개월",
"minAbbr": "분", "minAbbr": "분",
"dayAbbr": "일" "dayAbbr": "일",
"cardTypeNew": "새 카드",
"cardTypeLearning": "학습 중",
"cardTypeReview": "복습 중",
"cardTypeRelearning": "재학습 중"
}, },
"page": { "page": {
"unauthorized": "이 덱에 접근할 권한이 없습니다" "unauthorized": "이 덱에 접근할 권한이 없습니다"

View File

@@ -222,7 +222,11 @@
"days": "{count} كۈن", "days": "{count} كۈن",
"months": "{count} ئاي", "months": "{count} ئاي",
"minAbbr": "م", "minAbbr": "م",
"dayAbbr": "ك" "dayAbbr": "ك",
"cardTypeNew": "يېڭى",
"cardTypeLearning": "ئۆگىنىۋاتىدۇ",
"cardTypeReview": "تەكرارلاش",
"cardTypeRelearning": "قايتا ئۆگىنىش"
}, },
"page": { "page": {
"unauthorized": "بۇ دېكنى زىيارەت قىلىش ھوقۇقىڭىز يوق" "unauthorized": "بۇ دېكنى زىيارەت قىلىش ھوقۇقىڭىز يوق"

View File

@@ -213,7 +213,11 @@
"days": "{count} 天", "days": "{count} 天",
"months": "{count} 个月", "months": "{count} 个月",
"minAbbr": "分", "minAbbr": "分",
"dayAbbr": "天" "dayAbbr": "天",
"cardTypeNew": "新卡片",
"cardTypeLearning": "学习中",
"cardTypeReview": "复习中",
"cardTypeRelearning": "重学中"
}, },
"page": { "page": {
"unauthorized": "您无权访问该牌组" "unauthorized": "您无权访问该牌组"