diff --git a/komga-webui/src/locales/fr.json b/komga-webui/src/locales/fr.json index 54ce43aab..a672ea847 100644 --- a/komga-webui/src/locales/fr.json +++ b/komga-webui/src/locales/fr.json @@ -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", diff --git a/komga-webui/src/locales/ja.json b/komga-webui/src/locales/ja.json index c74a88b58..9d3ea97bf 100644 --- a/komga-webui/src/locales/ja.json +++ b/komga-webui/src/locales/ja.json @@ -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": "ハードリンク/コピーファイル", diff --git a/komga-webui/src/locales/sv.json b/komga-webui/src/locales/sv.json index 89b515632..da299457d 100644 --- a/komga-webui/src/locales/sv.json +++ b/komga-webui/src/locales/sv.json @@ -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" }, diff --git a/komga-webui/src/locales/zh-Hans.json b/komga-webui/src/locales/zh-Hans.json index e8a961cf1..7087066af 100644 --- a/komga-webui/src/locales/zh-Hans.json +++ b/komga-webui/src/locales/zh-Hans.json @@ -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": "从右到左",