From 311ba2a8817f3e116428e0a9b567ee5ea5ee3329 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Tue, 29 Jul 2025 10:14:56 +0200 Subject: [PATCH] Translations update from Hosted Weblate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Constantin Piber Co-authored-by: EugeneCage Co-authored-by: Hosted Weblate Co-authored-by: Nguyễn Trung Đức Co-authored-by: UnknownSkyrimPasserby Co-authored-by: 清水汐音 Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/ Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/de/ Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/pl/ Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/ru/ Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/vi/ Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/zh_Hans/ Translation: Suwayomi/Suwayomi-WebUI --- public/locales/ar.json | 4 +- public/locales/de.json | 107 +++++++++++++++++++++++++--- public/locales/es.json | 4 +- public/locales/fil.json | 1 - public/locales/fr.json | 4 +- public/locales/id.json | 2 - public/locales/it.json | 4 +- public/locales/ja.json | 2 - public/locales/ko.json | 1 - public/locales/nl.json | 2 - public/locales/pl.json | 135 ++++++++++++++++++++++++++++++++---- public/locales/pt-BR.json | 4 +- public/locales/pt.json | 4 +- public/locales/ru.json | 9 ++- public/locales/ta.json | 2 - public/locales/th.json | 4 +- public/locales/tr.json | 4 +- public/locales/uk.json | 4 +- public/locales/vi.json | 19 +++-- public/locales/zh_Hans.json | 19 +++-- public/locales/zh_Hant.json | 4 +- 21 files changed, 260 insertions(+), 79 deletions(-) diff --git a/public/locales/ar.json b/public/locales/ar.json index f0969040..521641bb 100644 --- a/public/locales/ar.json +++ b/public/locales/ar.json @@ -477,7 +477,6 @@ "button": { "cancel": "يلغي", "browse": "تصفح", - "open_site": "افتح الموقع", "restore": "يعيد", "resume": "سيرة ذاتية", "retry": "أعد المحاولة", @@ -778,8 +777,7 @@ } }, "label": { - "select": "اختيار", - "open_on_source": "مفتوح المصدر" + "select": "اختيار" }, "download": { "delete": { diff --git a/public/locales/de.json b/public/locales/de.json index 5d961ae6..a8f63fbb 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -149,8 +149,7 @@ "chapter": { "action": { "label": { - "select": "Auswählen", - "open_on_source": "In der Quelle öffnen" + "select": "Auswählen" }, "download": { "add": { @@ -162,8 +161,8 @@ "error_other": "Fehler beim Hinzufügen der Downloads", "ahead": "$t(download.settings.download_ahead.title) ({{count}})", "all": "$t(extension.language.all)", - "next_one": "$t(reader.button.next_chapter)", - "next_other": "", + "next_one": "Nächstes Kapitel", + "next_other": "Nächste {{count}} Kapitel", "unread": "$t(global.filter.label.unread)", "confirmation_one": "Du bist dabei, ein Kapitel herunterzuladen", "confirmation_other": "Du bist dabei, {{count}} Kapitel herunterzuladen\nSuwayomi ist kein Massen-Downloadtool, zu viele Downloads können dafür sorgen, dass du bei der Quelle gebannt wirst und/oder Performanceprobleme auslösen." @@ -293,7 +292,9 @@ "skip_dup_chapters": "Überspringe doppelte Kapitel", "limit_reader_width": "Reader-Breite begrenzen", "layout": "Layout", - "custom_scroll_amount": "Benutzerdefinierte Scrollmenge" + "custom_scroll_amount": "Benutzerdefinierte Scrollmenge", + "skip_filtered_chapters": "Herausgefilterte Kapitel überspringen", + "unchangeable_in_reader": "Die Einstellung kann nicht geändert werden, während der Reader geöffnet ist" }, "reader_type": { "label": { @@ -764,7 +765,6 @@ "set": "Setzen", "reset_to_default": "Auf Standardeinstellungen zurücksetzen", "clear": "Leeren", - "open_site": "Seite öffnen", "cancel": "Abbrechen", "resume": "Fortfahren", "browse": "Suchen", @@ -797,7 +797,9 @@ "refresh": "Neu laden", "remind_later": "Später erinnern", "log_out": "Ausloggen", - "changelog": "Änderungsprotokoll" + "changelog": "Änderungsprotokoll", + "open_browser": "Im Browser öffnen", + "open_webview": "In WebView öffnen" }, "error": { "label": { @@ -1034,7 +1036,36 @@ "server": "Server" }, "auth": { - "title": "Authentifizierung" + "title": "Authentifizierung", + "label": { + "password": "$t(global.label.password)", + "title": "Authentifizierungsmodus", + "username": "$t(global.label.username)" + }, + "mode": { + "option": { + "basicAuth": { + "label": { + "description": "Dein Browser wird dich dazu auffordern, deine Zugangsdaten in einem Dialog einzugeben.", + "title": "Basic Authentication" + } + }, + "none": { + "label": { + "description": "Authentifizierung deaktivieren", + "info": "Deine Bibliothek ist frei zugänglich. Nutze diese Option nur in privaten Netzwerken, oder wenn der Zugang anderweitig kontrolliert wird.", + "title": "Keine" + } + }, + "simpleLogin": { + "label": { + "description": "Eine einfache Anmeldeseite wird zur Anmeldung präsentiert.", + "info": "Wenn du diese Option aktivierst, kann es sein, dass du die Seite neu laden musst, um die Login-Seite zum ersten Mal zu sehen.", + "title": "Einfacher Login" + } + } + } + } }, "address": { "client": { @@ -1149,6 +1180,55 @@ } } } + }, + "opds": { + "binary_file_sizes": { + "label": { + "description": "Dateigrößen in Binär (KiB, MiB, GiB) anstelle von Dezimal anzeigen (KB, MB, GB)", + "title": "Binärdateigröße", + "unit_one": "Eintrag", + "unit_other": "Einträge" + } + }, + "chapter_sort_order": { + "label": { + "description": "Die Reihenfolge, in der Kapitel angezeigt werden.", + "title": "Kapitelsortierung" + } + }, + "enable_page_read_progress": { + "label": { + "description": "Tracke und aktualisiere Lesefortschritt pro Seite für jedes Kapitel beim Lesen", + "title": "Lesefortschritt aktivieren" + } + }, + "items_per_page": { + "label": { + "description": "Anzahl der Einträge pro Seite in OPDS feeds (z.B., Bibliothek, Verlauf, Manga Kapitel). \nHöhere Anzahlen können Client-Performance beeinflussen.", + "title": "Einträge pro Seite", + "unit_one": "Eintrag", + "unit_other": "Einträge" + } + }, + "mark_as_read_on_download": { + "label": { + "description": "Markiere Kapitel automatisch als gelesen, wenn du sie herunterlädst.", + "title": "Kapitel als gelesen markieren" + } + }, + "show_only_downloaded_chapters": { + "label": { + "description": "Zeige nur Kapitel im Manga Feed, welche du heruntergeladen hast.", + "title": "Zeige nur heruntergeladene Kapitel" + } + }, + "show_only_unread_chapters": { + "label": { + "description": "Zeige nur Kapitel im Manga Feed, welche du noch nicht gelesen hast.", + "title": "Zeige nur ungelesene Kapitel" + } + }, + "title": "OPDS" } }, "webui": { @@ -1413,6 +1493,13 @@ "label": { "cbz": "Als CBZ-Archiv speichern" } + }, + "conversion": { + "compression_level": "Bildkompression Level", + "description": "Wenn kein MIME-Typ definiert ist, wird \"default\" für die Konvertierung verwendet.\nNutze \"none\" um die Konvertierung für einen gewissen MIME-Typ zu deaktivieren", + "mime_type": "MIME-Typ", + "target": "MIME-Typ Ziel", + "title": "Download Konvertierung" } }, "title": { @@ -1495,7 +1582,9 @@ }, "action": { "button": { - "add_tracking": "Tracking hinzufügen" + "add_tracking": "Tracking hinzufügen", + "track_privately": "Privat tracken", + "track_publicly": "Öffentlich tracken" }, "login": { "label": { diff --git a/public/locales/es.json b/public/locales/es.json index c46f82b2..a7b3fd0d 100644 --- a/public/locales/es.json +++ b/public/locales/es.json @@ -624,7 +624,6 @@ "filter": "Filtrar", "ok": "Ok", "submit": "Enviar", - "open_site": "Abrir sitio", "reset": "Reiniciar", "set": "Establecer", "popular": "Popular", @@ -880,8 +879,7 @@ } }, "label": { - "select": "Seleccionar", - "open_on_source": "Abrir en el origen" + "select": "Seleccionar" } }, "option": { diff --git a/public/locales/fil.json b/public/locales/fil.json index d79c7622..d6b09c8c 100644 --- a/public/locales/fil.json +++ b/public/locales/fil.json @@ -92,7 +92,6 @@ } }, "label": { - "open_on_source": "Buksan sa source", "select": "Pumili" }, "mark_as_read": { diff --git a/public/locales/fr.json b/public/locales/fr.json index 4c78427f..38b5efd7 100644 --- a/public/locales/fr.json +++ b/public/locales/fr.json @@ -166,7 +166,6 @@ }, "button": { "set": "Définir", - "open_site": "Ouvrir le site", "latest": "Le plus récent", "resume": "Reprendre", "submit": "Envoyer", @@ -887,8 +886,7 @@ } }, "label": { - "select": "Sélectionner", - "open_on_source": "Consulter sur le site d'origine" + "select": "Sélectionner" }, "mark_as_read": { "add": { diff --git a/public/locales/id.json b/public/locales/id.json index d8219e51..ad72cf47 100644 --- a/public/locales/id.json +++ b/public/locales/id.json @@ -90,7 +90,6 @@ } }, "label": { - "open_on_source": "Buka sumber", "select": "Pilih" }, "mark_as_read": { @@ -253,7 +252,6 @@ "add": "Tambah", "start": "Mulai", "submit": "Kirim", - "open_site": "Buka Situs", "copy": "Salin", "select_all": "Pilih Semua", "show_more": "Tampilkan lebih banyak", diff --git a/public/locales/it.json b/public/locales/it.json index 18eee45d..669b68aa 100644 --- a/public/locales/it.json +++ b/public/locales/it.json @@ -142,8 +142,7 @@ } }, "label": { - "select": "Seleziona", - "open_on_source": "Aperto alla fonte" + "select": "Seleziona" } }, "option": { @@ -340,7 +339,6 @@ "ignore": "Ignora", "add": "Aggiungi", "changelog": "Changelog", - "open_site": "Apri sito", "select_all": "Seleziona tutto", "resume": "Riprendi", "retry": "Riprova", diff --git a/public/locales/ja.json b/public/locales/ja.json index 629f13d5..67da3b20 100644 --- a/public/locales/ja.json +++ b/public/locales/ja.json @@ -117,7 +117,6 @@ } }, "label": { - "open_on_source": "ソースで開く", "select": "選択" } }, @@ -261,7 +260,6 @@ "submit": "送信", "deselect": "選択解除", "latest": "最新", - "open_site": "サイトを開く", "refresh": "更新", "show_less": "表示を減らす", "show_more": "もっと表示", diff --git a/public/locales/ko.json b/public/locales/ko.json index 22ca8ac8..a11d5965 100644 --- a/public/locales/ko.json +++ b/public/locales/ko.json @@ -152,7 +152,6 @@ "clear": "지우기", "filter": "필터", "ok": "확인", - "open_site": "사이트 열기", "popular": "인기 있는", "reset": "초기화", "reset_to_default": "기본값으로 재설정", diff --git a/public/locales/nl.json b/public/locales/nl.json index e9425192..19355fc6 100644 --- a/public/locales/nl.json +++ b/public/locales/nl.json @@ -200,7 +200,6 @@ } }, "label": { - "open_on_source": "Openen op bron", "select": "Selecteer" }, "mark_as_read": { @@ -344,7 +343,6 @@ "log_out": "Uitloggen", "migrate": "Migreren", "ok": "Oké", - "open_site": "Site openen", "options": "Opties", "popular": "Populair", "refresh": "Vernieuwen", diff --git a/public/locales/pl.json b/public/locales/pl.json index 01b75136..c44050ed 100644 --- a/public/locales/pl.json +++ b/public/locales/pl.json @@ -42,9 +42,9 @@ "error_one": "Nie można dodać do kolejki pobierania", "error_few": "Nie można dodać do kolejki pobierania", "error_many": "Nie można dodać do kolejki pobierania", - "next_one": "$t(reader.button.next_chapter)", - "next_few": "", - "next_many": "", + "next_one": "Następny rozdział", + "next_few": "Następne {{count}} rozdziały", + "next_many": "Następne {{count}} rozdziałó", "ahead": "$t(download.settings.download_ahead.title) ({{count}})", "all": "$t(extension.language.all)", "success_one": "Pobieranie dodane", @@ -69,12 +69,14 @@ "error_many": "Nie można usunąć rozdziałów", "success_one": "Rozdział usunięty", "success_few": "{{count}} rozdziały usunięty", - "success_many": "{{count}} rozdziałów usunięty" + "success_many": "{{count}} rozdziałów usunięty", + "confirmation_one": "Zamierzasz usunąć jedno pobranie", + "confirmation_few": "Zamierzasz usunąć {{count}} pobrania", + "confirmation_many": "Zamierzasz usunąć {{count}} pobrań" } } }, "label": { - "open_on_source": "Otwórz źródło", "select": "Wybierz" }, "mark_as_read": { @@ -92,7 +94,10 @@ "error_many": "Nie można oznaczyć rozdziałów jako przeczytane", "success_one": "Rozdział oznaczony jako przeczytany", "success_few": "{{count}} rozdziały oznaczone jako przeczytane", - "success_many": "{{count}} rozdziałów oznaczonych jako przeczytane" + "success_many": "{{count}} rozdziałów oznaczonych jako przeczytane", + "confirmation_one": "Zamierzasz oznaczyć jeden rozdział jako przeczytany", + "confirmation_few": "Zamierzasz oznaczyć {{count}} rozdziały jako przeczytane", + "confirmation_many": "Zamierzasz oznaczyć {{count}} rozdziałów jako przeczytane" } }, "remove": { @@ -103,7 +108,10 @@ "success_one": "Rozdział oznaczony jako nieprzeczytany", "success_few": "{{count}} rozdziały oznaczone jako nieprzeczytane", "success_many": "{{count}} rozdziałów oznaczonych jako nieprzeczytane", - "action": "Oznacz jako nieprzeczytane" + "action": "Oznacz jako nieprzeczytane", + "confirmation_one": "Zamierzasz oznaczyć jeden rozdział jako nieprzeczytany", + "confirmation_few": "Zamierzasz oznaczyć {{count}} rozdziały jako nieprzeczytane", + "confirmation_many": "Zamierzasz oznaczyć {{count}} rozdziałów jako nieprzeczytane" }, "button": { "selected": "Oznacz wybrane jako nieprzeczytane" @@ -197,7 +205,7 @@ }, "info": { "paused": "Wstrzymano - $t(download.queue.info.remaining)", - "remaining": "{{count}} pozostało" + "remaining": "Pozostało {{count}}" } }, "settings": { @@ -261,6 +269,12 @@ "label": { "cbz": "Zapisz jako archiwum CBZ" } + }, + "conversion": { + "compression_level": "Poziom kompresji", + "description": "W przypadku braku zdefiniowanego typu MIME, do konwersji zostanie użyty typ \"domyślny\".", + "mime_type": "Typ MIME", + "title": "Pobieranie konwersji" } }, "state": { @@ -382,12 +396,13 @@ "cancel": "Anuluj", "changelog": "Dziennik zmian", "open": "Otwórz", - "open_site": "Otwórz Stronę WWW", "filter": "Filtruj", "ok": "Ok", "options": "Opcje", "reset_to_default": "Resetuj do Domyślnych", - "show_more": "Pokaż więcej" + "show_more": "Pokaż więcej", + "open_browser": "Otwórz w przeglądarce", + "open_webview": "Otwórz w WebView" }, "colors": { "black": "Czarny", @@ -756,7 +771,10 @@ "error_many": "Nie można zmienić kategorii mang", "success_one": "Zmieniono kategorie mangi", "success_few": "Zmieniono kategorie {{count}} mang", - "success_many": "Zmieniono kategorie {{count}} mang" + "success_many": "Zmieniono kategorie {{count}} mang", + "confirmation_one": "Zamierzasz zmienić kategorię jednego wpisu", + "confirmation_few": "Zamierzasz zmienić kategorię {{count}} wpisów", + "confirmation_many": "Zamierzasz zmienić kategorię {{count}} wpisów" } }, "library": { @@ -768,7 +786,10 @@ "success_one": "Usunięto mangę z biblioteki", "success_few": "Usunięto {{count}} mangi z biblioteki", "success_many": "Usunięto {{count}} mang z biblioteki", - "action": "Usuń z biblioteki" + "action": "Usuń z biblioteki", + "confirmation_one": "Zamierzasz usunąć jeden wpis ze swojej biblioteki", + "confirmation_few": "Zamierzasz usunąć {{count}} wpisy ze swojej biblioteki", + "confirmation_many": "Zamierzasz usunąć {{count}} wpisów ze swojej biblioteki" }, "button": { "selected": "Usuń wybrane z biblioteki" @@ -1009,7 +1030,9 @@ "behaviour": "Zachowanie", "fit_page_to_window": "Dopasuj stronę do okna", "offset_double_spread": "Offset dla podwójnego rozciągania", - "custom_scroll_amount": "Niestandardowa wartość przewijania" + "custom_scroll_amount": "Niestandardowa wartość przewijania", + "skip_filtered_chapters": "Pomiń przefiltrowane rozdziały", + "unchangeable_in_reader": "Ustawień nie można zmienić, gdy czytnik jest otwarty" }, "page_scale": { "height": "Dopasuj wysokość", @@ -1320,7 +1343,36 @@ } }, "auth": { - "title": "Uwierzytelnianie" + "title": "Uwierzytelnianie", + "label": { + "password": "$t(global.label.password)", + "title": "Tryb Uwierzytelniania", + "username": "$t(global.label.username)" + }, + "mode": { + "option": { + "basicAuth": { + "label": { + "description": "Przeglądarka wyświetli okno dialogowe z prośbą o wprowadzenie poświadczeń.", + "title": "Podstawowe Uwierzytelnianie" + } + }, + "none": { + "label": { + "description": "Wyłącz uwierzytelnianie", + "info": "Twoja biblioteka będzie dostępna. Używaj tej opcji tylko w sieciach prywatnych lub gdy w inny sposób zabezpieczasz dostęp.", + "title": "Brak" + } + }, + "simpleLogin": { + "label": { + "description": "Zostanie wyświetlona prosta strona logowania.", + "info": "Po włączeniu tej opcji może być konieczne odświeżenie tej karty, aby pojawiła się strona logowania.", + "title": "Proste Logowanie" + } + } + } + } }, "cloudflare": { "flaresolverr": { @@ -1419,6 +1471,57 @@ "version": "Wersja SOCKS" }, "title": "Proxy SOCKS" + }, + "opds": { + "binary_file_sizes": { + "label": { + "description": "Wyświetlanie rozmiarów plików w postaci binarnej (KiB, MiB, GiB) zamiast dziesiętnej (KB, MB, GB)", + "title": "Rozmiar pliku binarnego", + "unit_one": "element", + "unit_few": "elementy", + "unit_many": "elementów" + } + }, + "chapter_sort_order": { + "label": { + "description": "Wybierz kolejność wyświetlania rozdziałów.", + "title": "Kolejność sortowania rozdziałów" + } + }, + "enable_page_read_progress": { + "label": { + "description": "Śledź i aktualizuj swoje postępy w czytaniu według stron dla każdego rozdziału podczas strumieniowego przesyłania stron", + "title": "Włącz postęp czytania stron" + } + }, + "items_per_page": { + "label": { + "description": "Liczba elementów na stronę w kanałach OPDS (np. Historia biblioteki, Rozdziały mangi). \nWyższe wartości mogą wpływać na wydajność klienta.", + "title": "Elementy na stronę", + "unit_one": "element", + "unit_few": "elementy", + "unit_many": "elementów" + } + }, + "mark_as_read_on_download": { + "label": { + "description": "Automatycznie oznaczaj rozdziały jako przeczytane podczas ich pobierania.", + "title": "Oznaczanie rozdziałów jako przeczytanych podczas pobierania" + } + }, + "show_only_downloaded_chapters": { + "label": { + "description": "Przefiltruj mangi, aby wyświetlić tylko pobrane rozdziały.", + "title": "Pokaż tylko pobrane rozdziały" + } + }, + "show_only_unread_chapters": { + "label": { + "description": "Filtruj mangi, aby wyświetlać tylko rozdziały, których jeszcze nie przeczytałeś.", + "title": "Pokaż tylko nieprzeczytane rozdziały" + } + }, + "title": "OPDS" } }, "title": "Ustawienia", @@ -1567,7 +1670,9 @@ "title": "Śledź", "action": { "button": { - "add_tracking": "Dodaj śledzenie" + "add_tracking": "Dodaj śledzenie", + "track_privately": "Śledź prywatnie", + "track_publicly": "Śledź publicznie" }, "login": { "label": { diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index b412632a..dae0695e 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -109,8 +109,7 @@ } }, "label": { - "select": "Selecionar", - "open_on_source": "Abrir na fonte" + "select": "Selecionar" }, "mark_as_read": { "add": { @@ -361,7 +360,6 @@ "latest": "Mais recentes", "popular": "Populares", "create": "Criar", - "open_site": "Abrir Site", "remove": "Remover", "filter": "Filtro", "changelog": "Mudança", diff --git a/public/locales/pt.json b/public/locales/pt.json index 2bc64cdd..7796a0c7 100644 --- a/public/locales/pt.json +++ b/public/locales/pt.json @@ -32,8 +32,7 @@ } }, "label": { - "select": "Selecionar", - "open_on_source": "Abrir na fonte" + "select": "Selecionar" }, "mark_as_read": { "add": { @@ -251,7 +250,6 @@ "button": { "browse": "Navegar", "clear": "Limpar", - "open_site": "Abrir site", "reset": "Reiniciar", "reset_to_default": "Redefinir padrões", "resume": "Resumo", diff --git a/public/locales/ru.json b/public/locales/ru.json index d7c0e10f..db819599 100644 --- a/public/locales/ru.json +++ b/public/locales/ru.json @@ -68,7 +68,6 @@ } }, "label": { - "open_on_source": "Открыть источник", "select": "Выберите" }, "mark_as_read": { @@ -137,7 +136,8 @@ }, "label": { "empty": "Категория не заполнена", - "request_failure": "Не удалось загрузить категории" + "request_failure": "Не удалось загрузить категории", + "create_failure": "Не удалось создать категорию" } }, "label": { @@ -148,8 +148,8 @@ "title": { "new_category": "Новая категория", "edit_category_one": "Отредактировать категорию", - "edit_category_few": "", - "edit_category_many": "" + "edit_category_few": "Отредактировать категории", + "edit_category_many": "Отредактировать категорий" } }, "settings": { @@ -418,7 +418,6 @@ "add": "Добавить", "cancel": "Отменить", "clear": "Очистить", - "open_site": "Открыть сайт", "options": "Параметры", "select": "Выбрать", "select_all": "Выбрать все", diff --git a/public/locales/ta.json b/public/locales/ta.json index 2d0282e6..aac2e71f 100644 --- a/public/locales/ta.json +++ b/public/locales/ta.json @@ -88,7 +88,6 @@ } }, "label": { - "open_on_source": "மூலத்தில் திறந்திருக்கும்", "select": "தேர்ந்தெடு" } }, @@ -299,7 +298,6 @@ "migrate": "இடம்பெயர்வு", "ok": "சரி", "open": "திற", - "open_site": "திறந்த தளம்", "options": "விருப்பங்கள்", "popular": "மக்கள்", "refresh": "புதுப்பிப்பு", diff --git a/public/locales/th.json b/public/locales/th.json index 01937674..b7062fb5 100644 --- a/public/locales/th.json +++ b/public/locales/th.json @@ -65,8 +65,7 @@ } }, "label": { - "select": "เลือก", - "open_on_source": "เปิดแหล่งที่มา" + "select": "เลือก" }, "mark_as_read": { "remove": { @@ -176,7 +175,6 @@ "log_out": "ออกจากระบบ", "migrate": "ย้าย", "ok": "โอเค", - "open_site": "เปิดเว็บไซต์", "options": "ตัวเลือก", "refresh": "รีเฟรช", "popular": "เป็นที่นิยม", diff --git a/public/locales/tr.json b/public/locales/tr.json index 642a7af7..e2158e5c 100644 --- a/public/locales/tr.json +++ b/public/locales/tr.json @@ -248,7 +248,6 @@ "log_out": "Çıkış yap", "migrate": "Kaynak değiştir", "ok": "Tamam", - "open_site": "Siteyi aç", "options": "Seçenekler", "popular": "Popüler", "refresh": "Yenile", @@ -1327,8 +1326,7 @@ } }, "label": { - "select": "Seç", - "open_on_source": "Kaynakta aç" + "select": "Seç" } }, "error": { diff --git a/public/locales/uk.json b/public/locales/uk.json index a7151ded..d935b0ed 100644 --- a/public/locales/uk.json +++ b/public/locales/uk.json @@ -95,8 +95,7 @@ } }, "label": { - "select": "Вибрати", - "open_on_source": "Відкрити в джерелі" + "select": "Вибрати" } }, "error": { @@ -326,7 +325,6 @@ "ok": "Ок", "clear": "Очистити", "select_all": "Вибрати все", - "open_site": "Відкрити сайт", "popular": "Популярне", "create": "Створити", "dont_show_dialog_again": "Більше не показувати цей діалог", diff --git a/public/locales/vi.json b/public/locales/vi.json index 58cff167..a5921036 100644 --- a/public/locales/vi.json +++ b/public/locales/vi.json @@ -90,8 +90,7 @@ } }, "label": { - "select": "Chọn", - "open_on_source": "Mở trên trình duyệt" + "select": "Chọn" }, "mark_as_read": { "add": { @@ -232,6 +231,13 @@ "label": { "cbz": "Lưu bằng định dạng nén CBZ" } + }, + "conversion": { + "compression_level": "Mức độ nén", + "description": "Trong trường hợp không xác định MIME-Type, MIME-Type \"mặc định\" sẽ được sử dụng để chuyển đổi. \nĐặt \"none\" làm loại mục tiêu để tắt chuyển đổi cho Loại MIME", + "mime_type": "MIME-Type", + "title": "Chuyển đổi tải xuống", + "target": "MIME-Type target" } }, "title": { @@ -308,7 +314,6 @@ "filter": "Bộ lọc", "latest": "Mới nhất", "ok": "Ok", - "open_site": "Mở trang web", "popular": "Phổ biến", "reset": "Reset", "reset_to_default": "Đặt lại về mặc định", @@ -340,7 +345,9 @@ "delete": "Xóa", "remind_later": "Nhắc sau", "save": "Lưu", - "open": "Mở" + "open": "Mở", + "open_browser": "Mở trong trình duyệt", + "open_webview": "Mở trong WebView" }, "date": { "label": { @@ -1563,7 +1570,9 @@ "title": "Theo dõi", "action": { "button": { - "add_tracking": "Thêm theo dõi" + "add_tracking": "Thêm theo dõi", + "track_privately": "Theo dõi riêng tư", + "track_publicly": "Theo dõi công khai" }, "login": { "label": { diff --git a/public/locales/zh_Hans.json b/public/locales/zh_Hans.json index 188bbb37..0358d232 100644 --- a/public/locales/zh_Hans.json +++ b/public/locales/zh_Hans.json @@ -90,8 +90,7 @@ } }, "label": { - "select": "选择", - "open_on_source": "在来源中打开" + "select": "选择" }, "mark_as_read": { "add": { @@ -232,6 +231,13 @@ "manually_marked_as_read": "手动标记为已读后删除章节" }, "title": "删除章节" + }, + "conversion": { + "compression_level": "压缩级别", + "description": "如果未指定 MIME 类型,将使用“默认”类型进行转换。\n将目标类型设为 “无”可禁用MIME 类型的转换", + "mime_type": "MIME 类型", + "title": "下载时转换格式", + "target": "目标 MIME 类型" } }, "title": { @@ -306,7 +312,6 @@ "clear": "清除", "latest": "最新", "ok": "Ok", - "open_site": "打开网站", "reset": "重置", "reset_to_default": "重置为默认值", "resume": "恢复", @@ -340,7 +345,9 @@ "remind_later": "稍后提醒", "delete": "删除", "save": "保存", - "open": "打开" + "open": "打开", + "open_browser": "在浏览器中打开", + "open_webview": "在WebView中打开" }, "date": { "label": { @@ -1555,7 +1562,9 @@ }, "action": { "button": { - "add_tracking": "添加追踪" + "add_tracking": "添加追踪", + "track_privately": "私密追踪", + "track_publicly": "公开追踪" }, "login": { "label": { diff --git a/public/locales/zh_Hant.json b/public/locales/zh_Hant.json index adf919fc..ded8735d 100644 --- a/public/locales/zh_Hant.json +++ b/public/locales/zh_Hant.json @@ -286,8 +286,7 @@ } }, "label": { - "select": "選擇", - "open_on_source": "在來源網站開啟" + "select": "選擇" }, "mark_as_read": { "add": { @@ -407,7 +406,6 @@ "set": "選", "browse": "瀏覽", "cancel": "取消", - "open_site": "開啟網站", "start": "開始", "submit": "提交", "filter": "篩選",