mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 07:23:34 +01:00
fix: translated using Weblate
Currently translated at 84.4% (501 of 593 strings) fix: translated using Weblate (Swedish) Currently translated at 98.9% (587 of 593 strings) fix: translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (593 of 593 strings) fix: translated using Weblate (French) Currently translated at 100.0% (593 of 593 strings) Co-authored-by: Danijel Kljakic <danijel.kljakic@gmail.com> Co-authored-by: Eric <alchemillatruth@purelymail.com> Co-authored-by: HIDE <sosboy.mail@gmail.com> Co-authored-by: Nathan <bonnemainsnathan@gmail.com> Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/ Translate-URL: https://hosted.weblate.org/projects/komga/webui/ja/ Translate-URL: https://hosted.weblate.org/projects/komga/webui/sv/ Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/ Translation: komga/webui Co-authored-by: Danijel Kljakic <danijel.kljakic@gmail.com> Co-authored-by: Eric <alchemillatruth@purelymail.com> Co-authored-by: HIDE <sosboy.mail@gmail.com> Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
This commit is contained in:
parent
960546a1e0
commit
5d253a0fc5
4 changed files with 36 additions and 0 deletions
|
|
@ -531,14 +531,20 @@
|
|||
"duplicate_pages": {
|
||||
"action_delete_auto": "Suppression automatique",
|
||||
"action_delete_manual": "Suppression manuelle",
|
||||
"action_delete_matches": "Supprimer les correspondances",
|
||||
"action_ignore": "Ignorer",
|
||||
"delete_to_save": "Supprimer pour économiser {size}",
|
||||
"deleted_count": "Supprimé {count} fois",
|
||||
"filter": {
|
||||
"count": "Nombre",
|
||||
"delete_count": "Compteur de suppression",
|
||||
"delete_size": "Espace économisé",
|
||||
"size": "Taille",
|
||||
"total_size": "Taille totale"
|
||||
},
|
||||
"info": "Supprimer les pages en doublon va modifier vos fichiers. Sauvegardez vos fichiers et utilisez la suppression manuelle avant d'utiliser la suppression automatique.",
|
||||
"matches_n": "Aucune correspondance | 1 correspondance | {count} correspondances",
|
||||
"saved_size": "{size} économisés",
|
||||
"title": "Dupliquer les pages",
|
||||
"unknown_size": "Taille inconnue"
|
||||
},
|
||||
|
|
@ -560,6 +566,11 @@
|
|||
"UNKNOWN": "Inconnu",
|
||||
"UNSUPPORTED": "Non supporté"
|
||||
},
|
||||
"page_hash_action": {
|
||||
"DELETE_AUTO": "Suppression automatique",
|
||||
"DELETE_MANUAL": "Suppression manuelle",
|
||||
"IGNORE": "Ignorer"
|
||||
},
|
||||
"reading_direction": {
|
||||
"LEFT_TO_RIGHT": "De gauche à droite",
|
||||
"RIGHT_TO_LEFT": "De droite à gauche",
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@
|
|||
"cycle_scale": "大きさを切り替える",
|
||||
"cycle_side_padding": "左右の余白を切り替える",
|
||||
"first_page": "最初のページ",
|
||||
"fullscreen": "全画面表示/解除",
|
||||
"last_page": "最後のページ",
|
||||
"left_to_right": "左から右に",
|
||||
"menus": "メニュー",
|
||||
|
|
@ -151,9 +152,11 @@
|
|||
"file": "ファイル名",
|
||||
"format": "フォーマット",
|
||||
"isbn": "ISBN",
|
||||
"links": "リンク集",
|
||||
"navigation_within_readlist": "この読書リスト内の一覧: {name}",
|
||||
"outdated_tooltip": "この本のファイルが変更されました。この本を再分析する必要があります",
|
||||
"read_book": "書籍を読む",
|
||||
"read_incognito": "シークレットモードで読む",
|
||||
"size": "サイズ"
|
||||
},
|
||||
"browse_collection": {
|
||||
|
|
@ -187,6 +190,7 @@
|
|||
"dismiss": "却下",
|
||||
"download": "ダウンロード",
|
||||
"email": "メールアドレス",
|
||||
"filename": "ファイル名",
|
||||
"filter_no_matches": "フィルタに一致するものはありません",
|
||||
"genre": "ジャンル",
|
||||
"go_to_library": "ライブラリへ移動",
|
||||
|
|
@ -213,6 +217,7 @@
|
|||
"tags": "タグ",
|
||||
"unavailable": "利用できません",
|
||||
"unlock_all": "全てアンロック",
|
||||
"url": "URL",
|
||||
"use_filter_panel_to_change_filter": "フィルターパネルを使って有効なフィルタを変更する",
|
||||
"year": "年"
|
||||
},
|
||||
|
|
@ -486,6 +491,12 @@
|
|||
"title_comparison": "書籍の比較"
|
||||
}
|
||||
},
|
||||
"duplicate_pages": {
|
||||
"action_ignore": "無視"
|
||||
},
|
||||
"duplicates": {
|
||||
"title": "重複ファイル"
|
||||
},
|
||||
"enums": {
|
||||
"copy_mode": {
|
||||
"HARDLINK": "ハードリンク/コピーファイル",
|
||||
|
|
|
|||
|
|
@ -533,12 +533,15 @@
|
|||
"action_delete_manual": "Manuell radering",
|
||||
"action_ignore": "Ignorera",
|
||||
"delete_to_save": "Radera för att spara {size}",
|
||||
"deleted_count": "Raderat {count} gånger",
|
||||
"filter": {
|
||||
"count": "Antal",
|
||||
"delete_count": "Antal gånger raderat",
|
||||
"size": "Storlek",
|
||||
"total_size": "Total storlek"
|
||||
},
|
||||
"matches_n": "Inga träffar | 1 träff | {count} träffar",
|
||||
"saved_size": "Sparat {size}",
|
||||
"title": "Duplicerade sidor",
|
||||
"unknown_size": "Okänd storlek"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -531,14 +531,20 @@
|
|||
"duplicate_pages": {
|
||||
"action_delete_auto": "自动删除",
|
||||
"action_delete_manual": "手动删除",
|
||||
"action_delete_matches": "删除匹配",
|
||||
"action_ignore": "忽略",
|
||||
"delete_to_save": "删除以节省 {size}",
|
||||
"deleted_count": "删除了 {count} 次",
|
||||
"filter": {
|
||||
"count": "数目",
|
||||
"delete_count": "删除计数",
|
||||
"delete_size": "节省的空间",
|
||||
"size": "大小",
|
||||
"total_size": "总大小"
|
||||
},
|
||||
"info": "删除重复的页面会修改你的文件。使用自动删除之前备份文件并使用手动删除。",
|
||||
"matches_n": "无匹配 | 1 个匹配 | {count} 个匹配",
|
||||
"saved_size": "节省了 {size}",
|
||||
"title": "重复页面",
|
||||
"unknown_size": "未知大小"
|
||||
},
|
||||
|
|
@ -560,6 +566,11 @@
|
|||
"UNKNOWN": "未知",
|
||||
"UNSUPPORTED": "不支持"
|
||||
},
|
||||
"page_hash_action": {
|
||||
"DELETE_AUTO": "自动删除",
|
||||
"DELETE_MANUAL": "手动删除",
|
||||
"IGNORE": "忽略"
|
||||
},
|
||||
"reading_direction": {
|
||||
"LEFT_TO_RIGHT": "从左到右",
|
||||
"RIGHT_TO_LEFT": "从右到左",
|
||||
|
|
|
|||
Loading…
Reference in a new issue