Skip to content

Commit

Permalink
fix: translated using Weblate
Browse files Browse the repository at this point in the history
Currently translated at 78.6% (498 of 633 strings)

fix: translated using Weblate (Chinese (Traditional))

Currently translated at 20.6% (131 of 633 strings)

feat: added translation using Weblate (Chinese (Traditional))

fix: translated using Weblate (Dutch)

Currently translated at 80.2% (508 of 633 strings)

fix: translated using Weblate (Czech)

Currently translated at 35.7% (226 of 633 strings)

fix: translated using Weblate (Czech)

Currently translated at 35.7% (226 of 633 strings)

fix: translated using Weblate (Czech)

Currently translated at 34.5% (219 of 633 strings)

fix: translated using Weblate (Czech)

Currently translated at 34.5% (219 of 633 strings)

fix: translated using Weblate (German)

Currently translated at 100.0% (633 of 633 strings)

Co-authored-by: Hosted Weblate <[email protected]>
Co-authored-by: M <[email protected]>
Co-authored-by: Martin Marusak <[email protected]>
Co-authored-by: bertklaps <[email protected]>
Co-authored-by: blacktide <[email protected]>
Co-authored-by: pyrogeen <[email protected]>
Co-authored-by: sao-coding <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/cs/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/de/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ja/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/nl/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hant/
Translation: komga/webui

Co-authored-by: M <[email protected]>
Co-authored-by: Martin Marusak <[email protected]>
Co-authored-by: bertklaps <[email protected]>
Co-authored-by: blacktide <[email protected]>
Co-authored-by: pyrogeen <[email protected]>
Co-authored-by: sao-coding <[email protected]>
  • Loading branch information
7 people authored Jan 12, 2023
1 parent 592f87c commit f06c680
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 4 deletions.
49 changes: 46 additions & 3 deletions komga-webui/src/locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"row": {
"error_analyze_first": "Knížka musí být nejdříve analyzována",
"error_choose_series": "Vybrat sérii",
"error_only_import_no_errors": "Lze importovat pouze knížky bez chyb"
"error_only_import_no_errors": "Lze importovat pouze knížky bez chyb",
"warning_upgrade": "Existující knížka bude aktualizovány"
},
"table": {
"destination_name": "Jméno umístění",
Expand All @@ -76,13 +77,18 @@
"bookreader": {
"beginning_of_book": "Jsi na začátku knížky.",
"changing_reading_direction": "Změnit směr čtení na",
"cycling_scale": "Změnit velikost",
"cycling_side_padding": "Změnit odsazení strany",
"download_current_page": "Stáhnout aktuální stránku",
"end_of_book": "Dostali jste se na konec knížky.",
"from_series_metadata": "z metadat série",
"move_next": "Znovu použít \"Další\" pro přechod na další knížku.",
"move_next_exit": "Znovu použít \"Další\" pro opuštění čtečky.",
"move_previous": "Znovu použít \"Předchozí\" pro přechod na předchozí knížku.",
"paged_reader_layout": {
"double": "Dvojstránka",
"double_no_cover": "Dvoustránka (žádný přebal)",
"single": "Jednostránka"
"single": "Jedna stránka"
},
"reader_settings": "Nastavení prohlížení",
"scale_type": {
Expand All @@ -92,7 +98,7 @@
"original": "Původní",
"screen": "Obrazovka",
"width": "Přizpůsobit šířce",
"width_shrink_only": "Přizpůsobit šířce (pouze zmenšení"
"width_shrink_only": "Přizpůsobit šířce (pouze zmenšení)"
},
"settings": {
"always_fullscreen": "Vždy na celou obrazovku",
Expand All @@ -114,6 +120,8 @@
},
"shortcuts": {
"close": "Zavřít",
"cycle_page_layout": "Změnit rozložení stránky",
"cycle_scale": "Změnit měřítko",
"first_page": "První stránka",
"fullscreen": "Spustit/ukončit režim celé obrazovky",
"last_page": "Poslední stránka",
Expand Down Expand Up @@ -261,5 +269,40 @@
"dialog_title": "Smazat kolekci",
"dialog_title_multiple": "Smazat kolekce"
}
},
"sort": {
"folder_name": "Název adresáře",
"name": "Jméno",
"number": "Číslo",
"release_date": "Datum vydání"
},
"theme": {
"dark": "Tmavý",
"light": "Světlý",
"system": "Systém"
},
"thumbnail_card": {
"tooltip_delete": "Odstranit",
"tooltip_mark_as_selected": "Označit jako vybrané",
"tooltip_selected": "Vybrané",
"tooltip_to_be_deleted": "K odstranění",
"tooltip_to_be_uploaded": "K nahrání",
"tooltip_too_big": "Soubor je příliš velký!"
},
"user_roles": {
"ADMIN": "Administrátor",
"FILE_DOWNLOAD": "Stažení souboru",
"USER": "Uživatel"
},
"users": {
"users": "Uživatelé"
},
"validation": {
"zero_or_more": "Musí být 0 nebo větší"
},
"welcome": {
"add_library": "Přidat knihovnu",
"no_libraries_yet": "Zatím nebyly přidány žádné knihovny.",
"welcome_message": "Vítejte v Komga"
}
}
2 changes: 1 addition & 1 deletion komga-webui/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"unsupported": "Nicht unterstützt"
},
"book_import": {
"button_browse": "Durchblättern",
"button_browse": "Durchsuchen",
"button_import": "Importieren",
"button_scan": "Scannen",
"button_select_series": "Serie auswählen",
Expand Down
3 changes: 3 additions & 0 deletions komga-webui/src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
},
"book_card": {
"error": "エラー",
"no_release_date": "発売日はありません",
"unknown": "分析待ち",
"unread": "未読",
"unsupported": "非対応"
},
"book_import": {
Expand Down Expand Up @@ -87,6 +89,7 @@
"move_next": "もう一度「次」を押すと次の書籍へ移動します。",
"move_next_exit": "もう一度「次」を押すと書籍を閉じます。",
"move_previous": "もう一度「前」を押すと前の書籍へ移動します。",
"notification_poster_set_book": "書籍のポスターが現在のページに設定されました。",
"paged_reader_layout": {
"double": "見開き",
"double_no_cover": "見開き (カバーなし)",
Expand Down
3 changes: 3 additions & 0 deletions komga-webui/src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,9 @@
"users": {
"users": "Gebruikers"
},
"validation": {
"zero_or_more": "Moet groter of gelijk aan 0 zijn"
},
"welcome": {
"add_library": "Voeg bibliotheek toe",
"no_libraries_yet": "Er zijn nog geen bibliotheken toegevoegd!",
Expand Down
180 changes: 180 additions & 0 deletions komga-webui/src/locales/zh_Hant.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
{
"$vuetify": {
"dataFooter": {
"pageText": "{0}-{1} - {2}"
},
"dataIterator": {
"loadingText": "正在載入項目…",
"noResultsText": "未能找到匹配的記錄"
},
"dataTable": {
"itemsPerPageText": "每頁行數:",
"sortBy": "排序方式"
},
"fileInput": {
"counter": "{0} 個文件",
"counterSize": "{0} 個文件(共 {1})"
},
"noDataText": "無數據可用"
},
"account_settings": {
"account_settings": "帳號設定",
"change_password": "修改密碼"
},
"authentication_activity": {
"datetime": "日期/時間",
"email": "電子郵件",
"error": "錯誤",
"ip": "IP 位址",
"source": "來源",
"success": "成功",
"user_agent": "使用者代理"
},
"author_roles": {
"colorist": "著色師",
"cover": "封面",
"editor": "編輯",
"inker": "繪圖者",
"letterer": "嵌字者",
"penciller": "構圖者",
"translator": "翻譯者",
"writer": "作者"
},
"book_card": {
"error": "錯誤",
"no_release_date": "沒有發布日期",
"unknown": "待分析",
"unread": "未讀",
"unsupported": "不支持"
},
"book_import": {
"button_browse": "瀏覽",
"button_import": "匯入",
"button_scan": "掃描",
"button_select_series": "選擇系列",
"field_import_path": "從資料夾匯入",
"info_part1": "此頁面允許您匯入現有書櫃之外的文件. 只能將文件匯入到現有序列, 在這種情況下Komga會將檔案移動或複製到所選序列的目錄中.",
"info_part2": "如果您為一本書選擇了一個編號, 並且已經存在一本帶有該編號的書,你可以比較這兩本書.如果您決定匯入該書. Komga將升級現有的書使用新文件, 有效地用新文件替換舊文件.",
"no_files_found": "找不到文件",
"notification": {
"go_to_book": "開啟書籍位置",
"import_failure": "無法匯入書籍:{file}",
"import_successful": "書籍導入成功:{book}",
"source_file": "來源文件:{file}"
},
"row": {
"error_analyze_first": "書籍需要先分析一下",
"error_choose_series": "選擇一個系列",
"error_only_import_no_errors": "只能匯入沒有錯誤的書",
"warning_upgrade": "將更新現有書籍"
},
"table": {
"destination_name": "目標名稱",
"file_name": "檔案名稱",
"number": "編號",
"series": "系列"
},
"title": "匯入",
"try_another_directory": "嘗試搜索其他目錄"
},
"bookreader": {
"beginning_of_book": "你可以開始閱讀這本書.",
"changing_reading_direction": "將閱讀方向變更為",
"cycling_page_layout": "切換頁面布局",
"cycling_scale": "切換縮放模式",
"cycling_side_padding": "切換邊距",
"download_current_page": "下載當前頁面",
"end_of_book": "你已經閱讀完這本書了.",
"move_next": "再單擊或按“下一步”移動到下一本.",
"move_next_exit": "再單擊或按“下一步”退出閱讀.",
"move_previous": "再單擊或按“下一步”退出閱讀.",
"notification_poster_set_book": "書籍封面現已設置為當前頁面.",
"notification_poster_set_readlist": "閱讀清單封面現已設置為當前頁面.",
"notification_poster_set_series": "系列封面現在設置為當前頁面。",
"paged_reader_layout": {
"double": "雙頁",
"double_no_cover": "雙頁(無封面)",
"single": "單頁"
},
"reader_settings": "閱讀器設置",
"scale_type": {
"continuous_original": "原始大小",
"continuous_width": "適應寬度",
"height": "適應高度",
"original": "原始大小",
"screen": "適應螢幕",
"width": "適應寬度",
"width_shrink_only": "適應寬度 (只缩小)"
},
"set_current_page_as_book_poster": "將頁面設為書籍封面",
"set_current_page_as_readlist_poster": "將頁面設為閱讀清單封面",
"set_current_page_as_series_poster": "將頁面設為系列封面",
"settings": {
"always_fullscreen": "始終全螢幕",
"animate_page_transitions": "為頁面過渡效果添加動畫效果",
"background_color": "背景顏色",
"background_colors": {
"black": "黑色",
"gray": "灰色",
"white": "白色"
},
"display": "顯示",
"general": "一般",
"gestures": "手勢",
"page_layout": "頁面佈局",
"paged": "頁面",
"reading_mode": "閱讀模式",
"scale_type": "縮放模式",
"side_padding": "側邊邊距",
"side_padding_none": "",
"webtoon": "Webtoon模式"
},
"shortcuts": {
"close": "關閉",
"cycle_page_layout": "切換頁面模式",
"cycle_scale": "切換縮放模式",
"cycle_side_padding": "切換側邊邊距",
"first_page": "第一頁",
"fullscreen": "進入/退出全螢幕",
"last_page": "最後一頁",
"left_to_right": "從左到右",
"menus": "功能表",
"next_page": "下一頁",
"previous_page": "上一頁",
"reader_navigation": "閱讀器導航",
"right_to_left": "從右到左",
"settings": "設定",
"show_hide_help": "顯示/隱藏幫助",
"show_hide_settings": "顯示/隱藏設置功能表",
"show_hide_thumbnails": "顯示/隱藏縮圖資源管理器",
"show_hide_toolbars": "顯示/隱藏工具列",
"vertical": "垂直模式",
"webtoon": "Webtoon 模式"
},
"tooltip_incognito": "將不保存閱讀進度"
},
"browse_book": {
"comment": "註釋",
"download_file": "下載文件",
"file": "檔案位置",
"format": "格式",
"isbn": "ISBN",
"links": "鏈接",
"navigation_within_readlist": "在閱讀清單中導航:{name}",
"outdated_tooltip": "這本書的文件已經改變,必須重新分析這本書",
"read_incognito": "無痕閱讀",
"size": "文件大小"
},
"browse_collection": {
"edit_collection": "编辑收藏",
"edit_elements": "編輯元素",
"manual_ordering": "手動排序"
},
"browse_readlist": {
"edit_elements": "編輯元素",
"edit_readlist": "編輯閱讀清單"
},
"common": {
"locale_name": "繁體中文"
}
}

0 comments on commit f06c680

Please sign in to comment.