From 6975728974e16e0508e1df112ece3870fda12bdf Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Tue, 15 Feb 2022 11:02:05 +0100 Subject: [PATCH] fix: translated using Weblate Currently translated at 100.0% (604 of 604 strings) fix: translated using Weblate (Chinese (Simplified)) Currently translated at 99.6% (602 of 604 strings) fix: translated using Weblate (French) Currently translated at 100.0% (604 of 604 strings) fix: translated using Weblate (Vietnamese) Currently translated at 82.5% (497 of 602 strings) fix: translated using Weblate (Swedish) Currently translated at 100.0% (602 of 602 strings) fix: translated using Weblate (Chinese (Simplified)) Currently translated at 99.6% (600 of 602 strings) fix: translated using Weblate (French) Currently translated at 100.0% (602 of 602 strings) Co-authored-by: Eric Co-authored-by: Hosted Weblate Co-authored-by: Nathan Co-authored-by: Quyen Truong Co-authored-by: Shjosan Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/ Translate-URL: https://hosted.weblate.org/projects/komga/webui/sv/ Translate-URL: https://hosted.weblate.org/projects/komga/webui/vi/ Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/ Translation: komga/webui Co-authored-by: Eric Co-authored-by: Nathan Co-authored-by: Quyen Truong Co-authored-by: Shjosan --- komga-webui/src/locales/fr.json | 13 ++++++++ komga-webui/src/locales/sv.json | 21 +++++++++++++ komga-webui/src/locales/vi.json | 46 +++++++++++++++++++++++++--- komga-webui/src/locales/zh-Hans.json | 11 +++++++ 4 files changed, 86 insertions(+), 5 deletions(-) diff --git a/komga-webui/src/locales/fr.json b/komga-webui/src/locales/fr.json index a672ea847..0b7350ad8 100644 --- a/komga-webui/src/locales/fr.json +++ b/komga-webui/src/locales/fr.json @@ -42,7 +42,9 @@ }, "book_card": { "error": "Erreur", + "no_release_date": "Pas de date de sortie", "unknown": "À analyser", + "unread": "Non lu", "unsupported": "Non pris en charge" }, "book_import": { @@ -187,6 +189,7 @@ "collections": "Collections", "create": "Créer", "delete": "Supprimer", + "disk_space": "Espace disque", "dismiss": "Masquer", "download": "Télécharger", "email": "E-mail", @@ -216,6 +219,7 @@ "reset_filters": "Réinitialiser les filtres", "roles": "Rôles", "series": "Séries", + "sidecars": "Sidecars", "tags": "Étiquettes", "unavailable": "Indisponible", "unlock_all": "Tout déverrouiller", @@ -680,6 +684,15 @@ "scan_library_files": "Scanner les fichiers de la bibliothèque", "select_all": "Tout sélectionner" }, + "metrics": { + "library_books": "Livres par bibliothèque", + "library_disk_space": "Espace disque de la bibliothèque", + "library_series": "Séries par bibliothèque", + "library_sidecars": "Sidecars par bibliothèque", + "tasks_executed": "Tâches exécutées", + "tasks_total_time": "Durée totale des tâches", + "title": "Statistiques" + }, "navigation": { "home": "Accueil", "libraries": "Bibliothèques", diff --git a/komga-webui/src/locales/sv.json b/komga-webui/src/locales/sv.json index da299457d..036bede3f 100644 --- a/komga-webui/src/locales/sv.json +++ b/komga-webui/src/locales/sv.json @@ -42,7 +42,9 @@ }, "book_card": { "error": "Fel", + "no_release_date": "Inget utgivningsdatum", "unknown": "Ska analyseras", + "unread": "Oläst", "unsupported": "Stödjs inte" }, "book_import": { @@ -187,6 +189,7 @@ "collections": "Samlingar", "create": "Skapa", "delete": "Redera", + "disk_space": "Diskutrymme", "dismiss": "Avfärda", "download": "Ladda ner", "email": "E-post", @@ -216,6 +219,7 @@ "reset_filters": "Återställ filter", "roles": "Roller", "series": "Serier", + "sidecars": "Sidovagnar", "tags": "Taggar", "unavailable": "Otillgänglig", "unlock_all": "Lås upp alla", @@ -531,15 +535,18 @@ "duplicate_pages": { "action_delete_auto": "Automatisk radering", "action_delete_manual": "Manuell radering", + "action_delete_matches": "Ta bort matchningar", "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", + "delete_size": "Sparat utrymme", "size": "Storlek", "total_size": "Total storlek" }, + "info": "Om du tar bort dubbla sidor ändras dina filer. Säkerhetskopiera dina filer och använd manuell radering innan du använder automatisk radering.", "matches_n": "Inga träffar | 1 träff | {count} träffar", "saved_size": "Sparat {size}", "title": "Duplicerade sidor", @@ -563,6 +570,11 @@ "UNKNOWN": "Okänd", "UNSUPPORTED": "Saknar stöd" }, + "page_hash_action": { + "DELETE_AUTO": "Ta bort automatiskt", + "DELETE_MANUAL": "Manuell radering", + "IGNORE": "Ignorera" + }, "reading_direction": { "LEFT_TO_RIGHT": "Vänster till höger", "RIGHT_TO_LEFT": "Höger till vänster", @@ -672,6 +684,15 @@ "scan_library_files": "Skanna biblioteksfiler", "select_all": "Välj alla" }, + "metrics": { + "library_books": "Böcker per bibliotek", + "library_disk_space": "Bibliotekets diskutrymme", + "library_series": "Serier per bibliotek", + "library_sidecars": "Sidovagnar per bibliotek", + "tasks_executed": "Utförda uppgifter", + "tasks_total_time": "Uppdragens totala tid", + "title": "Mätvärden" + }, "navigation": { "home": "Hem", "libraries": "Bibliotek", diff --git a/komga-webui/src/locales/vi.json b/komga-webui/src/locales/vi.json index 51742f456..ce118e9cd 100644 --- a/komga-webui/src/locales/vi.json +++ b/komga-webui/src/locales/vi.json @@ -55,6 +55,7 @@ "info_part2": "Nếu bạn chọn một số cho một cuốn sách và một cuốn sách đã tồn tại với con số đó, thì bạn sẽ có thể so sánh 2 cuốn sách. Nếu bạn quyết định nhập cuốn sách, Komga sẽ nâng cấp cuốn sách hiện có với cuốn sách mới, thay thế hiệu quả tệp cũ bằng tệp mới.", "no_files_found": "Không tìm thấy tập tin", "notification": { + "go_to_book": "Đi đến sách", "import_failure": "Không thể thêm sách: {file}", "import_successful": "Thêm sách thành công: {book}", "source_file": "Nguồn: {file}" @@ -127,6 +128,7 @@ "cycle_scale": "Tỷ lệ theo chu kỳ", "cycle_side_padding": "Lề trái và phải theo chu kỳ", "first_page": "Trang đầu tiên", + "fullscreen": "Vào / thoát toàn màn hình", "last_page": "Trang cuối cùng", "left_to_right": "Trái sang phải", "menus": "Menu", @@ -150,6 +152,7 @@ "file": "TỆP", "format": "ĐỊNH DẠNG", "isbn": "ISBN", + "links": "LIÊN KẾT", "navigation_within_readlist": "Điều hướng trong danh sách đọc: {name}", "outdated_tooltip": "Dữ liệu của sách đã bị thay đổi, cuốn sách này cần phải được phân tích lại", "read_book": "Đọc sách", @@ -184,20 +187,25 @@ "collections": "Bộ sưu tập", "create": "Tạo", "delete": "Xóa", + "disk_space": "Dung lượng đĩa", "dismiss": "Bỏ qua", "download": "Tải xuống", "email": "Email", + "filename": "Tên tệp", "filter_no_matches": "Bộ lọc đang hoạt động không có kết quả phù hợp nào", "genre": "Thể loại", "go_to_library": "Đi tới thư viện", "go_to_readlist": "Tới danh sách đọc", + "go_to_series": "Đi đến series", "library": "Thư viện", "locale_name": "Tiếng Việt", "locale_rtl": "false", "lock_all": "Khóa tất cả", "n_selected": "{count} đã chọn", "nothing_to_show": "Không có gì để hiển thị", - "outdated": "Đã lỗi thời", + "outdated": "Lỗi thời", + "page": "Trang", + "page_number": "Số trang", "pages": "trang", "pages_n": "Không có trang | 1 trang | {count} trang", "password": "Mật khẩu", @@ -206,12 +214,13 @@ "read": "Đọc", "readlists": "Đọc Danh sách", "required": "Cần thiết", - "reset_filters": "Reset bộ lọc", + "reset_filters": "Đặt lại bộ lọc", "roles": "Vai trò", "series": "Sê-ri", "tags": "Thẻ", - "unavailable": "Không khả dụng", + "unavailable": "Không có sẵn", "unlock_all": "Mở khóa tất cả", + "url": "URL", "use_filter_panel_to_change_filter": "Sử dụng bảng điều khiển bộ lọc để thay đổi bộ lọc đang hoạt động", "year": "năm" }, @@ -270,6 +279,15 @@ "button_confirm": "Phân tích", "title": "Phân tích thư viện" }, + "delete_book": { + "button_confirm": "Xóa", + "confirm_delete": "Có, xóa sách \"{name}\" và các tệp trong đó", + "confirm_delete_multiple": "Có, xóa {count} sách và các tệp của chúng", + "dialog_title": "Xóa Sách", + "dialog_title_multiple": "Xóa Các Sách", + "warning_html": "Cuốn sách {name} sẽ bị xóa khỏi máy chủ này cùng với các tệp phương tiện được lưu trữ. Điều này không thể hoàn tác. Tiếp tục?", + "warning_multiple_html": "{count} sách sẽ bị xóa khỏi máy chủ này cùng với các tệp phương tiện được lưu trữ. Điều này không thể hoàn tác. Tiếp tục?" + }, "delete_collection": { "button_confirm": "Xóa", "confirm_delete": "Có, xóa bộ sưu tập \"{name}\"", @@ -287,9 +305,17 @@ "delete_readlist": { "button_confirm": "Xóa", "confirm_delete": "Có, xóa danh sách đọc \"{name}\"", + "confirm_delete_multiple": "Có, xóa {count} danh sách đọc", "dialog_title": "Xóa Bỏ Danh sách Đọc", "warning_html": "Danh sách đọc {name} sẽ bị xóa khỏi máy chủ này. Các tệp phương tiện của bạn sẽ không bị ảnh hưởng. Điều này không thể hoàn tác. tiếp tục?" }, + "delete_series": { + "button_confirm": "Xóa", + "confirm_delete": "Có, xóa series \"{name}\" và các tệp của nó", + "dialog_title": "Xóa Series", + "warning_html": "Series {name} sẽ bị xóa khỏi máy chủ này cùng với các tệp phương tiện được lưu trữ. Điều này không thể hoàn tác. Tiếp tục?", + "warning_multiple_html": "{count} series sẽ bị xóa khỏi máy chủ này cùng với các tệp phương tiện được lưu trữ. Không thể hoàn tác này . Tiếp tục?" + }, "delete_user": { "button_confirm": "Xóa", "confirm_delete": "Có, xóa người dùng \"{name}\"", @@ -297,6 +323,7 @@ "warning_html": "Người dùng {name} sẽ bị xóa khỏi máy chủ này. Điều này không thể hoàn tác được hoàn tác. tiếp tục?" }, "edit_books": { + "add_author_role_error_duplicate": "Đã tồn tại", "authors_notice_multiple_edit": "Bạn đang chỉnh sửa tác giả cho nhiều cuốn sách. Điều này sẽ ghi đè lên các tác giả hiện có của mỗi cuốn sách.", "button_cancel": "Hủy", "button_confirm": "Lưu thay đổi", @@ -304,6 +331,10 @@ "dialog_title_single": "Chỉnh sửa {book}", "field_isbn": "ISBN", "field_isbn_error": "Phải là ISBN 13 hợp lệ", + "field_link_label": "Nhãn", + "field_link_url": "URL", + "field_link_url_error_protocol": "Phải là http hoặc https", + "field_link_url_error_url": "Phải là một URL hợp lệ", "field_number": "Số", "field_number_sort": "Sắp xếp số", "field_number_sort_hint": "Bạn có thể sử dụng số thập phân", @@ -314,6 +345,8 @@ "field_title": "Tiêu đề", "tab_authors": "Tác giả", "tab_general": "Chung", + "tab_links": "Liên kết", + "tab_poster": "Áp phích", "tab_tags": "Thẻ", "tags_notice_multiple_edit": "Bạn đang chỉnh sửa thẻ cho nhiều cuốn sách. Điều này sẽ ghi đè lên các thẻ hiện có của mỗi cuốn sách." }, @@ -322,7 +355,8 @@ "button_confirm": "Lưu thay đổi", "dialog_title": "Chỉnh sửa bộ sưu tập", "field_manual_ordering": "Sắp xếp thủ công", - "label_ordering": "Theo mặc định, sê-ri trong bộ sưu tập sẽ được sắp xếp theo tên. Bạn có thể tự sắp xếp thủ công để xác định sự sắp xếp của riêng bạn." + "label_ordering": "Theo mặc định, sê-ri trong bộ sưu tập sẽ được sắp xếp theo tên. Bạn có thể tự sắp xếp thủ công để xác định sự sắp xếp của riêng bạn.", + "tab_general": "Chung" }, "edit_library": { "button_browse": "Duyệt", @@ -360,7 +394,9 @@ "button_cancel": "Hủy", "button_confirm": "Lưu thay đổi", "dialog_title": "Sửa danh sách đọc", - "field_name": "Tên" + "field_name": "Tên", + "tab_general": "Chung", + "tab_poster": "Áp phích" }, "edit_series": { "button_cancel": "Hủy", diff --git a/komga-webui/src/locales/zh-Hans.json b/komga-webui/src/locales/zh-Hans.json index 7087066af..46299de2f 100644 --- a/komga-webui/src/locales/zh-Hans.json +++ b/komga-webui/src/locales/zh-Hans.json @@ -42,7 +42,9 @@ }, "book_card": { "error": "错误", + "no_release_date": "无发行日期", "unknown": "待分析", + "unread": "未阅读", "unsupported": "不支持" }, "book_import": { @@ -187,6 +189,7 @@ "collections": "收藏", "create": "创建", "delete": "删除", + "disk_space": "磁盘空间", "dismiss": "解除", "download": "下载", "email": "邮箱", @@ -680,6 +683,14 @@ "scan_library_files": "扫描库文件", "select_all": "选择所有" }, + "metrics": { + "library_books": "每个库的书籍", + "library_disk_space": "库磁盘空间", + "library_series": "每个库的连载", + "tasks_executed": "已执行的任务", + "tasks_total_time": "任务总时间", + "title": "度量" + }, "navigation": { "home": "主页", "libraries": "库",