Skip to content

Commit a00ac95

Browse files
feat(i18n): update Chinese translations for improved clarity and consistency (#48)
* 添加语言中文(繁体) * Add support for Japanese * feat(i18n): update Japanese and Chinese translations for improved clarity and consistency - Remove redundant launcher quit translation in Japanese - Update Japanese translations for system registration and deletion messages - Improve Chinese translations for version management and UI elements - Standardize terminology across both languages for better user experience - Remove unused/deprecated translation keys to reduce bundle size -------- Co-authored-by: neverforward <neverforward@users.noreply.github.com> Co-authored-by: Esczvefs <guxiang@litebds.com>
1 parent fa80be4 commit a00ac95

File tree

9 files changed

+769
-4
lines changed

9 files changed

+769
-4
lines changed

build/darwin/icons.icns

98.1 KB
Binary file not shown.

frontend/src/assets/locales/ja_JP.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
"version": "バージョン",
153153
"type": "タイプ",
154154
"status": "ステータス",
155+
"loader": "ローダー",
155156
"actions": "アクション"
156157
},
157158
"type": {
@@ -167,6 +168,8 @@
167168
"status_downloaded": "ダウンロード済み",
168169
"status_not_downloaded": "未ダウンロード",
169170
"loader": "ローダー",
171+
"ll_supported": "対応",
172+
"ll_unsupported": "非対応",
170173
"input": {
171174
"placeholder": "バージョンで検索..."
172175
}

frontend/src/assets/locales/ru_RU.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@
168168
"status_downloaded": "Загружено",
169169
"status_not_downloaded": "Не загружено",
170170
"loader": "Загрузчик",
171+
"ll_supported": "Поддерживается",
172+
"ll_unsupported": "Не поддерживается",
171173
"input": {
172174
"placeholder": "Поиск по версии..."
173175
}
@@ -222,6 +224,7 @@
222224
"success_body": "Установщик удалён: "
223225
},
224226
"install": {
227+
"levilamina_label": "Установить LeviLamina",
225228
"version_label": "Версия",
226229
"hint": "Пожалуйста, подождите, процесс может занять некоторое время…",
227230
"estimated_size": "Записываемый объём (приблизительно)",

0 commit comments

Comments
 (0)