diff --git a/apps/readest-app/i18next-scanner.config.js b/apps/readest-app/i18next-scanner.config.js index 38c68efb..cdc08171 100644 --- a/apps/readest-app/i18next-scanner.config.js +++ b/apps/readest-app/i18next-scanner.config.js @@ -17,6 +17,7 @@ module.exports = { 'el', 'ko', 'uk', + 'nl', 'pl', 'pt', 'ru', diff --git a/apps/readest-app/public/locales/ar/translation.json b/apps/readest-app/public/locales/ar/translation.json index e062d7ff..248dca12 100644 --- a/apps/readest-app/public/locales/ar/translation.json +++ b/apps/readest-app/public/locales/ar/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "خطأ في التحقق من التحديثات", "Details": "التفاصيل", "Cancel Selection": "إلغاء التحديد", - "File Size:": "حجم الملف:" + "File Size:": "حجم الملف:", + "Auto Detect": "الكشف التلقائي" } diff --git a/apps/readest-app/public/locales/de/translation.json b/apps/readest-app/public/locales/de/translation.json index 2f2a7a71..81abc134 100644 --- a/apps/readest-app/public/locales/de/translation.json +++ b/apps/readest-app/public/locales/de/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Fehler beim Überprüfen auf Updates", "Details": "Details", "Cancel Selection": "Auswahl abbrechen", - "File Size:": "Dateigröße:" + "File Size:": "Dateigröße:", + "Auto Detect": "Automatisch erkennen" } diff --git a/apps/readest-app/public/locales/el/translation.json b/apps/readest-app/public/locales/el/translation.json index a349c487..c2a7a921 100644 --- a/apps/readest-app/public/locales/el/translation.json +++ b/apps/readest-app/public/locales/el/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Σφάλμα κατά τον έλεγχο για ενημερώσεις", "Details": "Πληρ.", "Cancel Selection": "Ακύρωση επιλογής", - "File Size:": "Μέγεθος αρχείου:" + "File Size:": "Μέγεθος αρχείου:", + "Auto Detect": "Αυτόματη ανίχνευση" } diff --git a/apps/readest-app/public/locales/es/translation.json b/apps/readest-app/public/locales/es/translation.json index c5a4186d..c544422c 100644 --- a/apps/readest-app/public/locales/es/translation.json +++ b/apps/readest-app/public/locales/es/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Error al comprobar actualizaciones", "Details": "Detalles", "Cancel Selection": "Cancelar selección", - "File Size:": "Peso del archivo:" + "File Size:": "Peso del archivo:", + "Auto Detect": "Detección automática" } diff --git a/apps/readest-app/public/locales/fr/translation.json b/apps/readest-app/public/locales/fr/translation.json index 306066e2..e8c49d7b 100644 --- a/apps/readest-app/public/locales/fr/translation.json +++ b/apps/readest-app/public/locales/fr/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Erreur lors de la vérification des mises à jour", "Details": "Détails", "Cancel Selection": "Annuler la sélection", - "File Size:": "Taille du fichier :" + "File Size:": "Taille du fichier :", + "Auto Detect": "Détection automatique" } diff --git a/apps/readest-app/public/locales/hi/translation.json b/apps/readest-app/public/locales/hi/translation.json index 1fa28b58..55a71b5a 100644 --- a/apps/readest-app/public/locales/hi/translation.json +++ b/apps/readest-app/public/locales/hi/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "अपडेट की जांच करते समय त्रुटि", "Details": "विवरण", "Cancel Selection": "चयन रद्द करें", - "File Size:": "फ़ाइल आकार:" + "File Size:": "फ़ाइल आकार:", + "Auto Detect": "स्वचालित पहचान" } diff --git a/apps/readest-app/public/locales/id/translation.json b/apps/readest-app/public/locales/id/translation.json index 45b1d0fe..f8c97b13 100644 --- a/apps/readest-app/public/locales/id/translation.json +++ b/apps/readest-app/public/locales/id/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Kesalahan saat memeriksa pembaruan", "Details": "Detail", "Cancel Selection": "Batalkan Pilihan", - "File Size:": "Ukuran File:" + "File Size:": "Ukuran File:", + "Auto Detect": "Deteksi Otomatis" } diff --git a/apps/readest-app/public/locales/it/translation.json b/apps/readest-app/public/locales/it/translation.json index a61bc4fb..ab80a690 100644 --- a/apps/readest-app/public/locales/it/translation.json +++ b/apps/readest-app/public/locales/it/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Errore durante il controllo degli aggiornamenti", "Details": "Dettagli", "Cancel Selection": "Annulla selezione", - "File Size:": "Dimensione file:" + "File Size:": "Dimensione file:", + "Auto Detect": "Rilevamento automatico" } diff --git a/apps/readest-app/public/locales/ja/translation.json b/apps/readest-app/public/locales/ja/translation.json index fccac997..b50aa77d 100644 --- a/apps/readest-app/public/locales/ja/translation.json +++ b/apps/readest-app/public/locales/ja/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "更新の確認中にエラーが発生しました", "Details": "詳細", "Cancel Selection": "選択をキャンセル", - "File Size:": "ファイルサイズ:" + "File Size:": "ファイルサイズ:", + "Auto Detect": "自動検出" } diff --git a/apps/readest-app/public/locales/ko/translation.json b/apps/readest-app/public/locales/ko/translation.json index 2ec9ffe4..fd0212f9 100644 --- a/apps/readest-app/public/locales/ko/translation.json +++ b/apps/readest-app/public/locales/ko/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "업데이트 확인 중 오류 발생", "Details": "세부정보", "Cancel Selection": "선택 취소", - "File Size:": "파일 크기:" + "File Size:": "파일 크기:", + "Auto Detect": "자동 감지" } diff --git a/apps/readest-app/public/locales/nl/translation.json b/apps/readest-app/public/locales/nl/translation.json new file mode 100644 index 00000000..a6f1e462 --- /dev/null +++ b/apps/readest-app/public/locales/nl/translation.json @@ -0,0 +1,312 @@ +{ + "Email address": "E-mailadres", + "Your Password": "Uw wachtwoord", + "Your email address": "Uw e-mailadres", + "Your password": "Uw wachtwoord", + "Sign in": "Inloggen", + "Signing in...": "Bezig met inloggen...", + "Sign in with {{provider}}": "Inloggen met {{provider}}", + "Already have an account? Sign in": "Heeft u al een account? Log in", + "Create a Password": "Maak een wachtwoord aan", + "Sign up": "Registreren", + "Signing up...": "Bezig met registreren...", + "Check your email for the confirmation link": "Controleer uw e-mail voor de bevestigingslink", + "Signing in ...": "Bezig met inloggen ...", + "Send a magic link email": "Stuur een magic link e-mail", + "Check your email for the magic link": "Controleer uw e-mail voor de magic link", + "Send reset password instructions": "Stuur instructies voor wachtwoordherstel", + "Sending reset instructions ...": "Bezig met versturen van herstelinstructies ...", + "Forgot your password?": "Wachtwoord vergeten?", + "Check your email for the password reset link": "Controleer uw e-mail voor de link om uw wachtwoord te herstellen", + "Phone number": "Telefoonnummer", + "Your phone number": "Uw telefoonnummer", + "Token": "Token", + "Your OTP token": "Uw OTP-token", + "Verify token": "Token verifiëren", + "Sign in with Google": "Inloggen met Google", + "Sign in with Apple": "Inloggen met Apple", + "Sign in with GitHub": "Inloggen met GitHub", + "New Password": "Nieuw wachtwoord", + "Your new password": "Uw nieuwe wachtwoord", + "Update password": "Wachtwoord bijwerken", + "Updating password ...": "Wachtwoord bijwerken ...", + "Your password has been updated": "Uw wachtwoord is bijgewerkt", + "Open": "Openen", + "Group": "Groep", + "Details": "Details", + "Delete": "Verwijderen", + "Cancel": "Annuleren", + "Confirm Deletion": "Verwijdering bevestigen", + "Are you sure to delete the selected books?": "Weet u zeker dat u de geselecteerde boeken wilt verwijderen?", + "Deselect Book": "Boek deselecteren", + "Select Book": "Boek selecteren", + "Show Book Details": "Boekdetails weergeven", + "Download Book": "Boek downloaden", + "Upload Book": "Boek uploaden", + "Deselect Group": "Groep deselecteren", + "Select Group": "Groep selecteren", + "Untitled Group": "Groep zonder titel", + "Group Books": "Boeken groeperen", + "Remove From Group": "Uit groep verwijderen", + "Create New Group": "Nieuwe groep maken", + "Save": "Opslaan", + "Confirm": "Bevestigen", + "From Local File": "Van lokaal bestand", + "Go Back": "Terug", + "Search Books...": "Boeken zoeken...", + "Clear Search": "Zoekopdracht wissen", + "Import Books": "Boeken importeren", + "Select Multiple Books": "Meerdere boeken selecteren", + "Select Books": "Boeken selecteren", + "Cancel Selection": "Selectie annuleren", + "Storage": "Opslag", + "{{percentage}}% of Cloud Storage Used.": "{{percentage}}% van cloudopslag gebruikt.", + "Logged in as {{userDisplayName}}": "Ingelogd als {{userDisplayName}}", + "Logged in": "Ingelogd", + "Account": "Account", + "Sign In": "Inloggen", + "Auto Upload Books to Cloud": "Boeken automatisch uploaden naar cloud", + "Auto Import on File Open": "Automatisch importeren bij bestand openen", + "Open Last Book on Start": "Open laatste boek bij opstarten", + "Check Updates on Start": "Controleer updates bij opstarten", + "Fullscreen": "Volledig scherm", + "Always on Top": "Altijd bovenaan", + "Keep Screen Awake": "Scherm wakker houden", + "Reload Page": "Pagina herladen", + "Download Readest": "Readest downloaden", + "About Readest": "Over Readest", + "List": "Lijst", + "Grid": "Raster", + "Title": "Titel", + "Author": "Auteur", + "Format": "Formaat", + "Date Read": "Datum gelezen", + "Date Added": "Datum toegevoegd", + "Ascending": "Oplopend", + "Descending": "Aflopend", + "Sort by...": "Sorteren op...", + "No supported files found. Supported formats: {{formats}}": "Geen ondersteunde bestanden gevonden. Ondersteunde formaten: {{formats}}", + "No chapters detected.": "Geen hoofdstukken gedetecteerd.", + "Failed to parse the EPUB file.": "EPUB-bestand kon niet worden verwerkt.", + "This book format is not supported.": "Dit boekformaat wordt niet ondersteund.", + "Failed to import book(s): {{filenames}}": "Importeren van boek(en) mislukt: {{filenames}}", + "Book uploaded: {{title}}": "Boek geüpload: {{title}}", + "Insufficient storage quota": "Onvoldoende opslagruimte", + "Failed to upload book: {{title}}": "Uploaden van boek mislukt: {{title}}", + "Book downloaded: {{title}}": "Boek gedownload: {{title}}", + "Failed to download book: {{title}}": "Downloaden van boek mislukt: {{title}}", + "Book deleted: {{title}}": "Boek verwijderd: {{title}}", + "Failed to delete book: {{title}}": "Verwijderen van boek mislukt: {{title}}", + "Your Library": "Uw bibliotheek", + "Welcome to your library. You can import your books here and read them anytime.": "Welkom bij uw bibliotheek. U kunt hier uw boeken importeren en ze op elk moment lezen.", + "Copied to notebook": "Gekopieerd naar notitieblok", + "No annotations to export": "Geen annotaties om te exporteren", + "Exported from Readest": "Geëxporteerd uit Readest", + "Highlights & Annotations": "Markeringen & annotaties", + "Untitled": "Zonder titel", + "Note": "Notitie", + "Copied to clipboard": "Gekopieerd naar klembord", + "Copy": "Kopiëren", + "Delete Highlight": "Markering verwijderen", + "Highlight": "Markeren", + "Annotate": "Annoteren", + "Search": "Zoeken", + "Dictionary": "Woordenboek", + "Wikipedia": "Wikipedia", + "Translate": "Vertalen", + "Speak": "Voorlezen", + "Unable to fetch the translation. Please log in first and try again.": "Kan de vertaling niet ophalen. Log eerst in en probeer het opnieuw.", + "Unable to fetch the translation. Try again later.": "Kan de vertaling niet ophalen. Probeer het later opnieuw.", + "Original Text": "Originele tekst", + "Auto Detect": "Automatisch detecteren", + "(detected)": "(gedetecteerd)", + "Translated Text": "Vertaalde tekst", + "Loading...": "Laden...", + "Bookmark": "Bladwijzer", + "Go Right": "Naar rechts", + "Go Left": "Naar links", + "Go Forward": "Vooruit", + "Small": "Klein", + "Large": "Groot", + "Notebook": "Notitieblok", + "Excerpts": "Fragmenten", + "Notes": "Notities", + "Add your notes here...": "Voeg hier uw notities toe...", + "Theme Mode": "Thema modus", + "Auto Mode": "Automatische modus", + "Light Mode": "Lichte modus", + "Dark Mode": "Donkere modus", + "Theme Color": "Themakleur", + "Custom": "Aangepast", + "Apply to All Books": "Toepassen op alle boeken", + "Apply to This Book": "Toepassen op dit boek", + "Global Settings": "Algemene instellingen", + "System Fonts": "Systeemlettertypen", + "Serif Font": "Serif lettertype", + "Sans-Serif Font": "Sans-serif lettertype", + "Font Size": "Lettergrootte", + "Default Font Size": "Standaard lettergrootte", + "Minimum Font Size": "Minimale lettergrootte", + "Font Weight": "Letterdikte", + "Font Family": "Lettertypefamilie", + "Default Font": "Standaard lettertype", + "CJK Font": "CJK lettertype", + "Override Book Font": "Boek lettertype overschrijven", + "Font Face": "Lettertype", + "Monospace Font": "Monospace lettertype", + "Scrolled Mode": "Scroll-modus", + "Writing Mode": "Schrijfmodus", + "Default": "Standaard", + "Horizontal Direction": "Horizontale richting", + "Vertical Direction": "Verticale richting", + "RTL Direction": "RTL-richting", + "Border Frame": "Randkader", + "Double Border": "Dubbele rand", + "Border Color": "Randkleur", + "Paragraph": "Alinea", + "Paragraph Margin": "Alinea marge", + "Line Spacing": "Regelafstand", + "Word Spacing": "Woordafstand", + "Letter Spacing": "Letterafstand", + "Text Indent": "Tekstinspringing", + "Full Justification": "Volledig uitvullen", + "Hyphenation": "Woordafbreking", + "Override Book Layout": "Boekopmaak overschrijven", + "Page": "Pagina", + "Vertical Margins (px)": "Verticale marges (px)", + "Horizontal Margins (%)": "Horizontale marges (%)", + "Maximum Number of Columns": "Maximum aantal kolommen", + "Maximum Column Height": "Maximale kolomhoogte", + "Maximum Column Width": "Maximale kolombreedte", + "Header & Footer": "Koptekst & voettekst", + "Show Header": "Koptekst weergeven", + "Show Footer": "Voettekst weergeven", + "Apply also in Scrolled Mode": "Ook toepassen in scroll-modus", + "Auto": "Automatisch", + "Language": "Taal", + "Animation": "Animatie", + "Paging Animation": "Paginering animatie", + "Screen": "Scherm", + "Orientation": "Oriëntatie", + "Portrait": "Portret", + "Landscape": "Landschap", + "Behavior": "Gedrag", + "Continuous Scroll": "Doorlopend scrollen", + "Volume Keys for Page Flip": "Volumetoetsen voor pagina omslaan", + "Clicks for Page Flip": "Klikken voor pagina omslaan", + "Swap Clicks Area": "Klikgebieden omwisselen", + "Custom CSS": "Aangepaste CSS", + "Enter your custom CSS here...": "Voer hier uw aangepaste CSS in...", + "Apply": "Toepassen", + "Font": "Lettertype", + "Layout": "Opmaak", + "Color": "Kleur", + "Misc": "Overig", + "(from 'As You Like It', Act II)": "(uit 'As You Like It', Akte II)", + "Custom Theme": "Aangepast thema", + "Theme Name": "Themanaam", + "Text Color": "Tekstkleur", + "Background Color": "Achtergrondkleur", + "Link Color": "Linkkleur", + "Preview": "Voorbeeld", + "Font & Layout": "Lettertype & opmaak", + "Book Cover": "Boekomslag", + "More Info": "Meer informatie", + "Parallel Read": "Parallel lezen", + "Export Annotations": "Annotaties exporteren", + "Edit": "Bewerken", + "Search...": "Zoeken...", + "Book": "Boek", + "Chapter": "Hoofdstuk", + "Match Case": "Hoofdlettergevoelig", + "Match Whole Words": "Hele woorden", + "Match Diacritics": "Diakritische tekens", + "TOC": "Inhoudsopgave", + "Sidebar": "Zijbalk", + "TTS not supported for PDF": "TTS niet ondersteund voor PDF", + "TTS not supported in this device": "TTS niet ondersteund op dit apparaat", + "No Timeout": "Geen time-out", + "{{value}} minute": "{{value}} minuut", + "{{value}} minutes": "{{value}} minuten", + "{{value}} hour": "{{value}} uur", + "{{value}} hours": "{{value}} uren", + "Slow": "Langzaam", + "Fast": "Snel", + "Reading Progress Synced": "Leesvoortgang gesynchroniseerd", + "Cloud Storage": "Cloudopslag", + "Failed to delete user. Please try again later.": "Gebruiker verwijderen mislukt. Probeer het later opnieuw.", + "Free Tier": "Gratis niveau", + "Community Support": "Community-ondersteuning", + "DeepL Free Access": "DeepL gratis toegang", + "Essential Text-to-Speech Voices": "Essentiële tekst-naar-spraak stemmen", + "Unlimited Offline/Online Reading": "Onbeperkt offline/online lezen", + "Unlimited Cloud Sync Devices": "Onbeperkt aantal cloud-synchronisatie apparaten", + "500 MB Cloud Sync Space": "500 MB cloud-synchronisatieruimte", + "Plus Tier": "Plus niveau", + "Includes All Free Tier Benefits": "Inclusief alle voordelen van het gratis niveau", + "Priority Support": "Prioriteitsondersteuning", + "AI Summaries": "AI-samenvattingen", + "AI Translations": "AI-vertalingen", + "DeepL Pro Access": "DeepL Pro toegang", + "Expanded Text-to-Speech Voices": "Uitgebreide tekst-naar-spraak stemmen", + "2000 MB Cloud Sync Space": "2000 MB cloud-synchronisatieruimte", + "Pro Tier": "Pro niveau", + "Includes All Plus Tier Benefits": "Inclusief alle voordelen van het Plus niveau", + "Unlimited AI Summaries": "Onbeperkte AI-samenvattingen", + "Unlimited AI Translations": "Onbeperkte AI-vertalingen", + "Unlimited DeepL Pro Access": "Onbeperkte DeepL Pro toegang", + "Advanced AI Tools": "Geavanceerde AI-tools", + "Early Feature Access": "Vroege toegang tot functies", + "10 GB Cloud Sync Space": "10 GB cloud-synchronisatieruimte", + "Loading profile...": "Profiel laden...", + "Features": "Functies", + "Sign Out": "Uitloggen", + "Delete Account": "Account verwijderen", + "Delete Your Account?": "Uw account verwijderen?", + "This action cannot be undone. All your data in the cloud will be permanently deleted.": "Deze actie kan niet ongedaan worden gemaakt. Al uw gegevens in de cloud worden permanent verwijderd.", + "Delete Permanently": "Permanent verwijderen", + "Version {{version}}": "Versie {{version}}", + "Check Update": "Update controleren", + "Already the latest version": "Reeds de nieuwste versie", + "Checking for updates...": "Controleren op updates...", + "Error checking for updates": "Fout bij controleren op updates", + "Book Details": "Boekdetails", + "Unknown": "Onbekend", + "Publisher:": "Uitgever:", + "Published:": "Gepubliceerd:", + "Updated:": "Bijgewerkt:", + "Added:": "Toegevoegd:", + "Language:": "Taal:", + "Subjects:": "Onderwerpen:", + "Format:": "Formaat:", + "File Size:": "Bestandsgrootte:", + "Description:": "Beschrijving:", + "No description available": "Geen beschrijving beschikbaar", + "Drop to Import Books": "Sleep om boeken te importeren", + "A new version of Readest is Available!": "Een nieuwe versie van Readest is beschikbaar!", + "Readest {{newVersion}} is available (installed version {{currentVersion}}).": "Readest {{newVersion}} is beschikbaar (geïnstalleerde versie {{currentVersion}}).", + "Download and install now?": "Nu downloaden en installeren?", + "Downloading {{downloaded}} of {{contentLength}}": "Downloaden {{downloaded}} van {{contentLength}}", + "Download finished": "Download voltooid", + "DOWNLOAD & INSTALL": "DOWNLOADEN & INSTALLEREN", + "Changelog:": "Wijzigingslogboek:", + "Software Update": "Software-update", + "LXGW WenKai GB Screen": "LXGW WenKai GB Scherm", + "LXGW WenKai TC": "LXGW WenKai TC", + "GuanKiapTsingKhai-T": "GuanKiapTsingKhai-T", + "Gray": "Grijs", + "Sepia": "Sepia", + "Grass": "Gras", + "Cherry": "Kers", + "Sky": "Hemel", + "Solarized": "Gesolariseerd", + "Gruvbox": "Gruvbox", + "Nord": "Noord", + "Contrast": "Contrast", + "Sunset": "Zonsondergang", + "Reveal in Finder": "Tonen in Finder", + "Reveal in File Explorer": "Tonen in Verkenner", + "Reveal in Folder": "Tonen in map", + "Don’t have an account? Sign up": "Nog geen account? Registreer u", + "All the world's a stage,\nAnd all the men and women merely players;\nThey have their exits and their entrances,\nAnd one man in his time plays many parts,\nHis acts being seven ages.\n\n— William Shakespeare": "De hele wereld is een toneel,\nEn alle mannen en vrouwen slechts spelers;\nZij hebben hun uitgangen en hun entrees,\nEn één man speelt in zijn tijd vele rollen,\nZijn daden zijnde zeven leeftijden.\n\n— William Shakespeare" +} diff --git a/apps/readest-app/public/locales/pl/translation.json b/apps/readest-app/public/locales/pl/translation.json index e92aa3c4..1e9b1ad6 100644 --- a/apps/readest-app/public/locales/pl/translation.json +++ b/apps/readest-app/public/locales/pl/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Błąd podczas sprawdzania aktualizacji", "Details": "Szczegóły", "Cancel Selection": "Anuluj zaznaczenie", - "File Size:": "Rozmiar pliku:" + "File Size:": "Rozmiar pliku:", + "Auto Detect": "Automatyczne wykrywanie" } diff --git a/apps/readest-app/public/locales/pt/translation.json b/apps/readest-app/public/locales/pt/translation.json index 67296be7..d3e082d4 100644 --- a/apps/readest-app/public/locales/pt/translation.json +++ b/apps/readest-app/public/locales/pt/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Erro ao verificar atualizações", "Details": "Detalhes", "Cancel Selection": "Cancelar Seleção", - "File Size:": "Tamanho do arquivo:" + "File Size:": "Tamanho do arquivo:", + "Auto Detect": "Detectar Automaticamente" } diff --git a/apps/readest-app/public/locales/ru/translation.json b/apps/readest-app/public/locales/ru/translation.json index 388f2a47..623e93de 100644 --- a/apps/readest-app/public/locales/ru/translation.json +++ b/apps/readest-app/public/locales/ru/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Ошибка при проверке обновлений", "Details": "Инфо", "Cancel Selection": "Отменить выбор", - "File Size:": "Размер файла:" + "File Size:": "Размер файла:", + "Auto Detect": "Автоопределение" } diff --git a/apps/readest-app/public/locales/tr/translation.json b/apps/readest-app/public/locales/tr/translation.json index e7acc2da..c0ab59c3 100644 --- a/apps/readest-app/public/locales/tr/translation.json +++ b/apps/readest-app/public/locales/tr/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Güncellemeleri kontrol ederken hata oluştu", "Details": "Detaylar", "Cancel Selection": "Işaretlemeyi İptal Et", - "File Size:": "Dosya Boyutu:" + "File Size:": "Dosya Boyutu:", + "Auto Detect": "Algıla" } diff --git a/apps/readest-app/public/locales/uk/translation.json b/apps/readest-app/public/locales/uk/translation.json index 1515dfeb..147fdee2 100644 --- a/apps/readest-app/public/locales/uk/translation.json +++ b/apps/readest-app/public/locales/uk/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Помилка перевірки наявності оновлень", "Details": "Деталі", "Cancel Selection": "Скасувати вибір", - "File Size:": "Розмір файлу:" + "File Size:": "Розмір файлу:", + "Auto Detect": "Авто виявлення" } diff --git a/apps/readest-app/public/locales/vi/translation.json b/apps/readest-app/public/locales/vi/translation.json index 275a6883..337c68f5 100644 --- a/apps/readest-app/public/locales/vi/translation.json +++ b/apps/readest-app/public/locales/vi/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "Lỗi khi kiểm tra cập nhật", "Details": "Chi tiết", "Cancel Selection": "Hủy chọn", - "File Size:": "Kích thước tệp:" + "File Size:": "Kích thước tệp:", + "Auto Detect": "Phát hiện tự động" } diff --git a/apps/readest-app/public/locales/zh-CN/translation.json b/apps/readest-app/public/locales/zh-CN/translation.json index 118b1fba..242b1037 100644 --- a/apps/readest-app/public/locales/zh-CN/translation.json +++ b/apps/readest-app/public/locales/zh-CN/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "检查更新时出错", "Details": "详情", "Cancel Selection": "取消选择", - "File Size:": "文件大小" + "File Size:": "文件大小", + "Auto Detect": "自动检测" } diff --git a/apps/readest-app/public/locales/zh-TW/translation.json b/apps/readest-app/public/locales/zh-TW/translation.json index 6f7f546c..482e4bd3 100644 --- a/apps/readest-app/public/locales/zh-TW/translation.json +++ b/apps/readest-app/public/locales/zh-TW/translation.json @@ -307,5 +307,6 @@ "Error checking for updates": "檢查更新時出錯", "Details": "詳情", "Cancel Selection": "取消選擇", - "File Size:": "檔案大小" + "File Size:": "檔案大小", + "Auto Detect": "自動檢測" } diff --git a/apps/readest-app/src/services/constants.ts b/apps/readest-app/src/services/constants.ts index e5e0b075..c934ac1e 100644 --- a/apps/readest-app/src/services/constants.ts +++ b/apps/readest-app/src/services/constants.ts @@ -587,6 +587,7 @@ export const TRANSLATED_LANGS = { en: 'English', fr: 'Français', de: 'Deutsch', + nl: 'Nederlands', it: 'Italiano', ja: '日本語', ko: '한국어',