From eb231f37cd49b2133af740894f514574fafdb1cb Mon Sep 17 00:00:00 2001 From: PartyDonut <42371342+PartyDonut@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:27:24 +0200 Subject: [PATCH] feat: Added translations, use locales instead of depending on hardcoded strings. (#65) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Pull Request Description Single and hopefully only commit so weblate is up-to-date with last repository ## Special thanks to the translators 🎉 @kingu - Noors (Bokmål) (nb_NO) @alison2033 - Portuguese (Brazil) (pt_BR) @andreasmolnardev - German (de) @stanol - Ukrainian (uk) If I forgot someone let me know! ## Checklist - [x] If a new package was added, did you ensure it works for all supported platforms? Is the package also well maintained? - [x] Did you add localization for any text? If yes, did you sort the .arb file using ```arb_utils sort ```? - [x] Check that any changes are related to the issue at hand. --------- Co-authored-by: PartyDonut --- .github/workflows/checks.yaml | 19 - lib/l10n/app_de.arb | 870 ++++++++++++++++ lib/l10n/app_en.arb | 1 + lib/l10n/app_es.arb | 308 +++++- lib/l10n/app_fr.arb | 296 +++++- lib/l10n/app_jp.arb | 272 ++++- lib/l10n/app_nb.arb | 945 ++++++++++++++++++ lib/l10n/app_nb_NO.arb | 944 +++++++++++++++++ lib/l10n/app_nl.arb | 278 +++++- lib/l10n/app_pt.arb | 945 ++++++++++++++++++ lib/l10n/app_pt_BR.arb | 944 +++++++++++++++++ lib/l10n/app_uk.arb | 942 ++++++++--------- lib/l10n/app_zh.arb | 274 ++++- lib/l10n/l10n_errors.txt | 61 +- .../settings/client_settings_page.dart | 50 +- lib/screens/settings/settings_screen.dart | 142 ++- lib/util/local_extension.dart | 14 - 17 files changed, 6619 insertions(+), 686 deletions(-) create mode 100644 lib/l10n/app_de.arb create mode 100644 lib/l10n/app_nb.arb create mode 100644 lib/l10n/app_nb_NO.arb create mode 100644 lib/l10n/app_pt.arb create mode 100644 lib/l10n/app_pt_BR.arb delete mode 100644 lib/util/local_extension.dart diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 65aea71..387f36c 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -26,24 +26,5 @@ jobs: - name: Get dependencies run: flutter pub get - - name: Install arb_utils to check sorting of translations - run: dart pub global activate arb_utils - - - name: Copy translation file - run: cp ./lib/l10n/app_en.arb ./lib/l10n/app_en_sorted.arb - - - name: Sort translation file alphabetically - run: arb_utils sort ./lib/l10n/app_en.arb - - - name: Check sorted translations against english base - run: | - # Check if the contents of the destination file match the reference file - if cmp -s "./lib/l10n/app_en.arb" "./lib/l10n/app_en_sorted.arb"; then - echo "Translation entries are in alphabetical order." - else - echo "Translation entries are not in alphabetical order." - exit 1 # Fail the workflow if files are not the same - fi - - name: Linting run: flutter analyze --no-fatal-infos --no-fatal-warnings diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb new file mode 100644 index 0000000..4fdcf58 --- /dev/null +++ b/lib/l10n/app_de.arb @@ -0,0 +1,870 @@ +{ + "@@locale": "de", + "clearAllSettingsQuestion": "Alle Einstellungen zurücksetzen?", + "@clearAllSettingsQuestion": {}, + "clearChanges": "Änderungen verwerfen", + "@clearChanges": {}, + "clearSelection": "Auswahl aufheben", + "@clearSelection": {}, + "collectionFolder": "Sammlungsordner", + "@collectionFolder": {}, + "color": "Farbe", + "@color": {}, + "deleteItem": "{item} löschen?", + "@deleteItem": { + "description": "deleteItem", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "disabled": "Deaktiviert", + "@disabled": {}, + "downloadsTitle": "Downloads", + "@downloadsTitle": {}, + "enabled": "Aktiviert", + "@enabled": {}, + "endsAt": "Endet um {date}", + "@endsAt": { + "description": "endsAt", + "placeholders": { + "date": { + "type": "DateTime", + "format": "jm" + } + } + }, + "mediaTypePhoto": "Foto", + "@mediaTypePhoto": {}, + "mediaTypePlaylist": "Wiedergabeliste", + "@mediaTypePlaylist": {}, + "mediaTypePhotoAlbum": "Fotoalbum", + "@mediaTypePhotoAlbum": {}, + "mediaTypeSeries": "Serie", + "@mediaTypeSeries": {}, + "minutes": "{count, plural, other{Minuten} one{Minute} }", + "@minutes": { + "description": "minute", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "moreFrom": "Mehr erfahren über {info}", + "@moreFrom": { + "description": "More from", + "placeholders": { + "info": { + "type": "String" + } + } + }, + "noResults": "Keine Ergebnisse", + "@noResults": {}, + "noItemsToShow": "Keine Elemente hier zum Anzeigen", + "@noItemsToShow": {}, + "noRating": "Keine Bewertung", + "@noRating": {}, + "noServersFound": "Keine neuen Server gefunden", + "@noServersFound": {}, + "noSuggestionsFound": "Keine Empfehlungen gefunden", + "@noSuggestionsFound": {}, + "normal": "Normal", + "@normal": {}, + "notPartOfAlbum": "Nicht zum Album dazugehörend", + "@notPartOfAlbum": {}, + "parentalRating": "Elternbewertung", + "@parentalRating": {}, + "none": "Keine", + "@none": {}, + "openParent": "Übergeordnetes Element öffnen", + "@openParent": {}, + "openShow": "Serie öffnen", + "@openShow": {}, + "overview": "Überblick", + "@overview": {}, + "page": "Seite {index}", + "@page": { + "description": "page", + "placeholders": { + "index": { + "type": "int" + } + } + }, + "quickConnectAction": "Quick connect code eingeben für", + "@quickConnectAction": {}, + "playLabel": "Abspielen", + "@playLabel": {}, + "playVideos": "Videos abspielen", + "@playVideos": {}, + "played": "Abgespielt", + "@played": {}, + "reWatch": "Nochmal anschauen", + "@reWatch": {}, + "random": "Zufällig", + "@random": {}, + "rating": "{count, plural, other{Bewertungen} one{Bewertung}}", + "@rating": { + "description": "rating", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "read": "{item} lesen", + "@read": { + "description": "read", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "addAsFavorite": "Als Favorit hinzufügen", + "@addAsFavorite": {}, + "addToCollection": "Zu Sammlung hinzufügen", + "@addToCollection": {}, + "addToPlaylist": "Zu Playlist hinzufügen", + "@addToPlaylist": {}, + "advanced": "Erweitert", + "@advanced": {}, + "all": "Alles", + "@all": {}, + "amoledBlack": "Amoled Schwarz", + "@amoledBlack": {}, + "appLockBiometrics": "Biometriesche Daten", + "@appLockBiometrics": {}, + "appLockPasscode": "Passcode", + "@appLockPasscode": {}, + "autoPlay": "Autoplay", + "@autoPlay": {}, + "backgroundBlur": "Hintergrundverschwommenheit", + "@backgroundBlur": {}, + "backgroundOpacity": "Hintergrundtransparenz", + "@backgroundOpacity": {}, + "biometricsFailedCheckAgain": "Biometrische Daten fehlgeschlagen. Überprüfe die Einstellungen oder pprobiere es nochmal.", + "@biometricsFailedCheckAgain": {}, + "bold": "Fett", + "@bold": {}, + "change": "Ändern", + "@change": {}, + "chapter": "{count, plural, other{Kapitel} one{Kapitel}}", + "@chapter": { + "description": "chapter", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "clear": "löschen", + "@clear": {}, + "clearAllSettings": "Alle Einstellungen zurücksetzen", + "@clearAllSettings": {}, + "close": "Schließen", + "@close": {}, + "code": "Code", + "@code": {}, + "combined": "Kombiniert", + "@combined": {}, + "communityRating": "Community-Bewertung", + "@communityRating": {}, + "continuePage": "Weiter - Seite {page}", + "@continuePage": { + "description": "Continue - page 1", + "placeholders": { + "page": { + "type": "int" + } + } + }, + "controls": "Steuerelemente", + "@controls": {}, + "dashboard": "Dashboard", + "@dashboard": {}, + "dashboardContinue": "Weiter", + "@dashboardContinue": {}, + "dashboardContinueListening": "Weiterhören", + "@dashboardContinueListening": {}, + "dashboardContinueReading": "Weiterlesen", + "@dashboardContinueReading": {}, + "dashboardContinueWatching": "Weiterschauen", + "@dashboardContinueWatching": {}, + "dashboardNextUp": "Als Nächstes", + "@dashboardNextUp": {}, + "dashboardRecentlyAdded": "Zuletzt hinzugefügt in {name}", + "@dashboardRecentlyAdded": { + "description": "Recently added on home screen", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "dateAdded": "Hinzugefügt am", + "@dateAdded": {}, + "dateLastContentAdded": "Inhalt zuletzt hinzugefügt am", + "@dateLastContentAdded": {}, + "datePlayed": "Abgespielt am", + "@datePlayed": {}, + "days": "Tage", + "@days": {}, + "delete": "Löschen", + "@delete": {}, + "deleteFileFromSystem": "Das Element {item} wird sowohl vom Dateisystem als auch aus der Bibliothek entfernt. \nFortfahren?", + "@deleteFileFromSystem": { + "description": "Delete file from system", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "descending": "Absteigend", + "@descending": {}, + "director": "{count, plural, other{Regisseur} two{Regisseure}}", + "@director": { + "description": "director", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "disableFilters": "Filter deaktivieren", + "@disableFilters": {}, + "discovered": "Entdeckt", + "@discovered": {}, + "displayLanguage": "Anzeigesprache", + "@displayLanguage": {}, + "downloadsClearDesc": "Alle syncronisierten Daten,\n für jeden syncronisierten Benutzer entfernen?", + "@downloadsClearDesc": {}, + "downloadsClearTitle": "Syncronisierte Daten löschen", + "@downloadsClearTitle": {}, + "downloadsPath": "Pfad", + "@downloadsPath": {}, + "downloadsSyncedData": "Syncronisierte Daten", + "@downloadsSyncedData": {}, + "dynamicText": "Dynamisch", + "@dynamicText": {}, + "editMetadata": "Metadaten bearbeiten", + "@editMetadata": {}, + "empty": "Leer", + "@empty": {}, + "episode": "{count, plural, other{Folgen} one{Folge} }", + "@episode": { + "description": "episode", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "error": "Fehler", + "@error": {}, + "failedToLoadImage": "Bild konnte nicht geladen werden", + "@failedToLoadImage": {}, + "favorite": "Favorit", + "@favorite": {}, + "favorites": "Favoriten", + "@favorites": {}, + "fetchingLibrary": "Elemte aus den Bibliotheken werden geladen…", + "@fetchingLibrary": {}, + "filter": "{count, plural, other{Filter} one{Filter}}", + "@filter": { + "description": "filter", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "folders": "Ordner", + "@folders": {}, + "fontColor": "Schriftfarbe", + "@fontColor": {}, + "fontSize": "Schriftgröße", + "@fontSize": {}, + "forceRefresh": "Neu laden erzwingen", + "@forceRefresh": {}, + "genre": "{count, plural, other{Genres} one{Genre}}", + "@genre": { + "description": "genre", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "goTo": "Gehe zu", + "@goTo": {}, + "grid": "Tabelle", + "@grid": {}, + "group": "Gruppe", + "@group": {}, + "groupBy": "Gruppieren nach", + "@groupBy": {}, + "heightOffset": "Höhenversetzung", + "@heightOffset": {}, + "hide": "Ausblenden", + "@hide": {}, + "hideEmpty": "Leere Elemente ausblenden", + "@hideEmpty": {}, + "home": "Home", + "@home": {}, + "identify": "Identifizieren", + "@identify": {}, + "immediately": "Unverzüglich", + "@immediately": {}, + "incorrectPinTryAgain": "Falsche PIN. Erneute Eingabe erforderlich.", + "@incorrectPinTryAgain": {}, + "info": "Information", + "@info": {}, + "invalidUrl": "Ungültige URL", + "@invalidUrl": {}, + "invalidUrlDesc": "Adresse muss mit http(s):// beginnen", + "@invalidUrlDesc": {}, + "itemCount": "Anzahl der Elemente: {count}", + "@itemCount": { + "description": "Item count", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "label": "{count, plural, other{Label} one{Label}}", + "@label": { + "description": "label", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "library": "{count, plural, other{Bibliotheken} one{Bibliothek}}", + "@library": { + "description": "Plural", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "libraryFetchNoItemsFound": "Keine Elemente gefunden.", + "@libraryFetchNoItemsFound": {}, + "libraryPageSizeDesc": "Anzahl der zu ladenden Elemente festlegen, 0 schaltet das Anlegen von Seiten aus.", + "@libraryPageSizeDesc": {}, + "libraryPageSizeTitle": "Größe der Bibliothekseiten", + "@libraryPageSizeTitle": {}, + "light": "Dünn", + "@light": {}, + "list": "Liste", + "@list": {}, + "lockscreen": "Sperrbildschirm", + "@lockscreen": {}, + "loggedIn": "Eingeloggt", + "@loggedIn": {}, + "login": "Einloggen", + "@login": {}, + "logout": "Ausloggen", + "@logout": {}, + "logoutUserPopupContent": "Dieser Vorgang wird {userName} ausloggen und dessen Daten aus der App löschen. \nEin neuer Login für {serverName} wird daraufhin erforderlich sein.", + "@logoutUserPopupContent": { + "description": "Pop-up for loging out the user description", + "placeholders": { + "userName": { + "type": "String" + }, + "serverName": { + "type": "String" + } + } + }, + "logoutUserPopupTitle": "{userName} ausloggen?", + "@logoutUserPopupTitle": { + "description": "Pop-up for loging out the user", + "placeholders": { + "userName": { + "type": "String" + } + } + }, + "loop": "Endlosschleife", + "@loop": {}, + "markAsUnwatched": "Als nicht angeschaut markieren", + "@markAsUnwatched": {}, + "markAsWatched": "Als angeschaut markieren", + "@markAsWatched": {}, + "mediaTypeEpisode": "Folge", + "@mediaTypeEpisode": {}, + "mediaTypeFolder": "Ordner", + "@mediaTypeFolder": {}, + "mediaTypeMovie": "Film", + "@mediaTypeMovie": {}, + "mediaTypePerson": "Person", + "@mediaTypePerson": {}, + "mediaTypeBook": "Buch", + "@mediaTypeBook": {}, + "mediaTypeSeason": "Staffel", + "@mediaTypeSeason": {}, + "metaDataSavedFor": "Metadaten für {item} gespeichert", + "@metaDataSavedFor": { + "description": "metaDataSavedFor", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "metadataRefreshDefault": "Nach neuen und aktualisierten Dateien suchen", + "@metadataRefreshDefault": {}, + "metadataRefreshFull": "Alle Metadaten ersetzen", + "@metadataRefreshFull": {}, + "metadataRefreshValidation": "Nach fehlenden Metadaten suchen", + "@metadataRefreshValidation": {}, + "mode": "Modus", + "@mode": {}, + "moreOptions": "Mehr Optionen", + "@moreOptions": {}, + "mouseDragSupport": "Mit der Maus ziehen", + "@mouseDragSupport": {}, + "musicAlbum": "Album", + "@musicAlbum": {}, + "name": "Name", + "@name": {}, + "navigation": "Navigation", + "@navigation": {}, + "navigationDashboard": "Dashboard", + "@navigationDashboard": {}, + "navigationFavorites": "Favoriten", + "@navigationFavorites": {}, + "navigationSync": "Syncronisiert", + "@navigationSync": {}, + "never": "Niemals", + "@never": {}, + "nextUp": "Als nächstes", + "@nextUp": {}, + "noItemsSynced": "Keine syncronisierten Elemente", + "@noItemsSynced": {}, + "openWebLink": "Weblink öffnen", + "@openWebLink": {}, + "options": "Optionen", + "@options": {}, + "other": "Andere", + "@other": {}, + "outlineColor": "Randlinie", + "@outlineColor": {}, + "outlineSize": "Randgröße", + "@outlineSize": {}, + "password": "Passwort", + "@password": {}, + "pathClearTitle": "Downloadpfad verwerfen", + "@pathClearTitle": {}, + "pathEditSelect": "Downloadordner ausählen", + "@pathEditSelect": {}, + "pathEditTitle": "Pfad ändern", + "@pathEditTitle": {}, + "play": "{item} abspielen", + "@play": { + "description": "Play with", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "playCount": "Abgespielte Elemente", + "@playCount": {}, + "playFrom": "Aus {name} abspielen", + "@playFrom": { + "description": "playFrom", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "playFromStart": "{name} vom Anfang abspielen", + "@playFromStart": { + "description": "speel vanaf het begin", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "quickConnectInputACode": "Einen Code eingeben", + "@quickConnectInputACode": {}, + "quickConnectTitle": "Quick-connect", + "@quickConnectTitle": {}, + "quickConnectWrongCode": "Falscher Code", + "@quickConnectWrongCode": {}, + "readFromStart": "{item} vom Anfang an lesen", + "@readFromStart": { + "description": "Read book from start", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "recursive": "Rekursiv", + "@recursive": {}, + "refresh": "Neu laden", + "@refresh": {}, + "refreshMetadata": "Metadaten neu laden", + "@refreshMetadata": {}, + "refreshPopup": "{name} neu laden", + "@refreshPopup": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "refreshPopupContentMetadata": "Metadaten werden basierend auf den Einstellungen und im Dashboard festgelegten Werten aktualisiert.", + "@refreshPopupContentMetadata": {}, + "related": "Ähnlich", + "@related": {}, + "releaseDate": "Veröffentlicht am", + "@releaseDate": {}, + "removeAsFavorite": "Favorit entfernen", + "@removeAsFavorite": {}, + "removeFromCollection": "Aus Sammlung entfernen", + "@removeFromCollection": {}, + "removeFromPlaylist": "Aus Playlist entfernen", + "@removeFromPlaylist": {}, + "replaceAllImages": "Alle Bilder ersetzen", + "@replaceAllImages": {}, + "replaceExistingImages": "Bereist exisitierende Bilder ersetzen", + "@replaceExistingImages": {}, + "restart": "Neu starten", + "@restart": {}, + "result": "Ergebnis", + "@result": {}, + "retrievePublicListOfUsers": "Öffentliche Benutzerliste laden", + "@retrievePublicListOfUsers": {}, + "retry": "Neu versuchen", + "@retry": {}, + "runTime": "Laufzeit", + "@runTime": {}, + "save": "Speichern", + "@save": {}, + "saved": "Gespreichert", + "@saved": {}, + "scanYourFingerprintToAuthenticate": "Fingerabdruck scannen um als {user} anmelden zu können", + "@scanYourFingerprintToAuthenticate": { + "placeholders": { + "user": { + "type": "String" + } + } + }, + "scanningName": "{name} wird gescannt…", + "@scanningName": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "search": "Suchen", + "@search": {}, + "seconds": "{count, plural, other{Sekunden} one{Sekunde}}", + "@seconds": { + "description": "second", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "selectAll": "Alle auswählen", + "@selectAll": {}, + "selectTime": "Zeit auswählen", + "@selectTime": {}, + "selected": "Augewählt", + "@selected": {}, + "setIdentityTo": "Identität zu {name} festlegen", + "@setIdentityTo": { + "description": "setIdentityTo", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "settings": "Einstellungen", + "@settings": {}, + "settingsBlurEpisodesDesc": "Alle anstehenden Folgen verschwommen anzeigen", + "@settingsBlurEpisodesDesc": {}, + "settingsClientTitle": "Fladder", + "@settingsClientTitle": {}, + "settingsContinue": "Weiter", + "@settingsContinue": {}, + "settingsEnableOsMediaControls": "Betriebssystemweite Mediensteuerung aktivieren", + "@settingsEnableOsMediaControls": {}, + "settingsHomeCarouselDesc": "Zeigt ein Karusell auf dem Dashboard an", + "@settingsHomeCarouselDesc": {}, + "settingsHomeCarouselTitle": "Dashboardkarusell", + "@settingsHomeCarouselTitle": {}, + "settingsPlayerCustomSubtitlesTitle": "Untertitelstil ändern", + "@settingsPlayerCustomSubtitlesTitle": {}, + "settingsPlayerDesc": "Bildschirmformat, erweitert", + "nativeName": "Deutsch", + "@nativeName": {}, + "@settingsPlayerDesc": {}, + "settingsPlayerMobileWarning": "Durch das Aktivieren von Hardwarebeschleunigung und nativer Untertitelanzeige können Untertitel eventuell nicht gerendert werden.", + "@settingsPlayerMobileWarning": {}, + "settingsPlayerVideoHWAccelTitle": "Hardwarebeschleunigung", + "@settingsPlayerVideoHWAccelTitle": {}, + "settingsPlayerVideoHWAccelDesc": "GPU zum Rendern von Videos verwenden (empfohlen)", + "@settingsPlayerVideoHWAccelDesc": {}, + "settingsProfileDesc": "Sperrbildschirm", + "@settingsProfileDesc": {}, + "settingsProfileTitle": "Profil", + "@settingsProfileTitle": {}, + "settingsQuickConnectTitle": "Quick connect", + "@settingsQuickConnectTitle": {}, + "shadow": "Schatten", + "@shadow": {}, + "showAlbum": "Album anzeigen", + "@showAlbum": {}, + "somethingWentWrong": "Etwas ist fehlgeschlagen", + "@somethingWentWrong": {}, + "somethingWentWrongPasswordCheck": "Etwas ist fehlgeschlagen. Überprüfe dein Passwort.", + "@somethingWentWrongPasswordCheck": {}, + "sortBy": "Sortieren nach", + "@sortBy": {}, + "sortName": "Name", + "@sortName": {}, + "subtitles": "Untertitel", + "@subtitles": {}, + "about": "Über", + "@about": {}, + "active": "Aktiv", + "@active": {}, + "accept": "Akzeptieren", + "@accept": {}, + "actor": "{count, plural, other{Schauspieler} one{Schauspieler}}", + "@actor": { + "description": "actor", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "appLockAutoLogin": "Automatischer Login", + "@appLockAutoLogin": {}, + "appLockTitle": "Anmeldemethode für {userName} auswählen", + "@appLockTitle": { + "description": "Pop-up to pick a login method", + "placeholders": { + "userName": { + "type": "String" + } + } + }, + "ascending": "Aufsteigend", + "@ascending": {}, + "audio": "Ton", + "@audio": {}, + "cancel": "Abbrechen", + "@cancel": {}, + "settingsSecurity": "Sicherheit", + "@settingsSecurity": {}, + "showDetails": "Details anzeigen", + "@showDetails": {}, + "sync": "Syncronisierung", + "@sync": {}, + "switchUser": "Benutzer wechseln", + "@switchUser": {}, + "theme": "Design", + "@theme": {}, + "themeModeLight": "Hell", + "@themeModeLight": {}, + "themeColor": "Akzentfarbe", + "@themeColor": {}, + "themeModeDark": "Dunkel", + "@themeModeDark": {}, + "themeModeSystem": "System", + "@themeModeSystem": {}, + "scanBiometricHint": "Identität überprüfen", + "@scanBiometricHint": {}, + "scanLibrary": "Bibliothek scannen", + "@scanLibrary": {}, + "season": "{count, plural, other{Staffeln} one{Staffel} }", + "@season": { + "description": "season", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "scrollToTop": "Zum Anfang scrollen", + "@scrollToTop": {}, + "set": "Festlegen", + "@set": { + "description": "Use for setting a certain value", + "context": "Set 'time'" + }, + "settingSecurityApplockTitle": "App lock", + "@settingSecurityApplockTitle": {}, + "settingsBlurEpisodesTitle": "Nächste Folgen verschwommen anzeigen", + "@settingsBlurEpisodesTitle": {}, + "mediaTypeBase": "Basistyp", + "@mediaTypeBase": {}, + "pathEditDesc": "Der gesezte Pfad wird für alle Benutzer festgesetzt, wodurch die syncronisierten Daten nicht mehr verfügbar sein werden. \nDiese bleiben auf dem Speicher gespeichert.", + "@pathEditDesc": {}, + "resume": "Wiedergabe von {item} fortsetzen", + "@resume": { + "description": "resume", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "resumable": "Fortführbar", + "@resumable": {}, + "selectViewType": "Ansicht wählen", + "@selectViewType": {}, + "selectedWith": "{info} Ausgewählt", + "@selectedWith": { + "description": "selected", + "placeholders": { + "info": { + "type": "String" + } + } + }, + "separate": "Trennen", + "@separate": {}, + "server": "Server", + "@server": {}, + "settingsBlurredPlaceholderDesc": "Verschwommenen Hintergrund beim Laden von Postern anzeigen", + "@settingsBlurredPlaceholderDesc": {}, + "settingsClientDesc": "Allgemein, Time-out, Layout, Design", + "@settingsClientDesc": {}, + "settingsBlurredPlaceholderTitle": "Verschwommener Platzhalter", + "@settingsBlurredPlaceholderTitle": {}, + "settingsHomeNextUpTitle": "Nächste Poster", + "@settingsHomeNextUpTitle": {}, + "settingsPlayerCustomSubtitlesDesc": "Größe, Farbe, Position, Randlinie anpassen", + "@settingsPlayerCustomSubtitlesDesc": {}, + "settingsPlayerTitle": "Wiedergabe", + "@settingsPlayerTitle": {}, + "settingsPosterSlider": "Skalierungs-Slider anzeigen", + "@settingsPosterSlider": {}, + "settingsVisual": "Visuelles", + "@settingsVisual": {}, + "shuffleGallery": "Gallerie zufällig anordnen", + "@shuffleGallery": {}, + "shuffleVideos": "Videos zufällig anordnen", + "@shuffleVideos": {}, + "showEmpty": "Leere Objekte anzeigen", + "@showEmpty": {}, + "subtitleConfigurator": "Untertitel konfigurieren", + "@subtitleConfigurator": {}, + "start": "Start", + "@start": {}, + "studio": "{count, plural, other{Studios} one{Studio}}", + "@studio": { + "description": "studio", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "sortOrder": "Sortierungsreihenfolge", + "@sortOrder": {}, + "subtitleConfiguratorPlaceHolder": "Dieser Text ist ein Platzhalter, \nnichts weiteres", + "@subtitleConfiguratorPlaceHolder": {}, + "syncDeleteItemTitle": "Syncronisiertes Element löschen", + "@syncDeleteItemTitle": {}, + "syncOpenParent": "Übergeordnetes Element öffnen", + "@syncOpenParent": {}, + "tag": "{count, plural, one{Label} other{Labels}}", + "@tag": { + "description": "tag", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "syncedItems": "Syncronisierte Elemente", + "@syncedItems": {}, + "syncRemoveDataTitle": "syncronisierte Daten löschen?", + "@syncRemoveDataTitle": {}, + "timeOut": "Zeitüberschreitung", + "@timeOut": {}, + "unableToReverseAction": "Diese Aktion ist unumkehrbar und wird alle Einstellungen zurücksetzen.", + "@unableToReverseAction": {}, + "unPlayed": "Nicht abgespielt", + "@unPlayed": {}, + "video": "Video", + "@video": {}, + "videoScaling": "Videoskalierung", + "@videoScaling": {}, + "videoScalingContain": "Beinhalten", + "@videoScalingContain": {}, + "videoScalingCover": "Bildschrim abdecken", + "@videoScalingCover": {}, + "videoScalingFill": "Bildschirm füllen", + "@videoScalingFill": {}, + "videoScalingFillScreenDesc": "Navigations -und Statusleiste füllen", + "@videoScalingFillScreenDesc": {}, + "userName": "Benutzername", + "@userName": {}, + "watchOn": "Anschauen auf", + "@watchOn": {}, + "year": "{count, plural, other{Jahre} one{Jahr}}", + "@year": { + "description": "year", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "syncDetails": "Details zur Synronsierung", + "@syncDetails": {}, + "syncDeletePopupPermanent": "Alle lokal syncronisierten Dateien werden gelöscht, diese Aktion ist unumkehrbar", + "@syncDeletePopupPermanent": {}, + "unableToConnectHost": "Verbindung zum Host nicht möglich", + "@unableToConnectHost": {}, + "type": "{count, plural, other{Typen} one{Typ}}", + "@type": { + "description": "type", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + } +} diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index fade694..ace54e5 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -1,5 +1,6 @@ { "@@locale": "en", + "nativeName": "English", "about": "About", "@about": {}, "accept": "Accept", diff --git a/lib/l10n/app_es.arb b/lib/l10n/app_es.arb index 62b70bc..2a07b8d 100644 --- a/lib/l10n/app_es.arb +++ b/lib/l10n/app_es.arb @@ -1,8 +1,12 @@ { "@@locale": "es", + "nativeName": "Español", "about": "Acerca de", + "@about": {}, "accept": "Aceptar", + "@accept": {}, "active": "Activo", + "@active": {}, "actor": "{count, plural, other{Actores} one{Actor}}", "@actor": { "description": "actor", @@ -14,14 +18,23 @@ } }, "addAsFavorite": "Agregar como favorito", + "@addAsFavorite": {}, "addToCollection": "Agregar a la colección", + "@addToCollection": {}, "addToPlaylist": "Agregar a la lista de reproducción", + "@addToPlaylist": {}, "advanced": "Avanzado", + "@advanced": {}, "all": "Todo", + "@all": {}, "amoledBlack": "Negro amoled", + "@amoledBlack": {}, "appLockAutoLogin": "Inicio de sesión automático", + "@appLockAutoLogin": {}, "appLockBiometrics": "Biometría", + "@appLockBiometrics": {}, "appLockPasscode": "Código de acceso", + "@appLockPasscode": {}, "appLockTitle": "Establecer el método de inicio de sesión para {userName}", "@appLockTitle": { "description": "Pop-up para elegir un método de inicio de sesión", @@ -32,14 +45,23 @@ } }, "ascending": "Ascendente", + "@ascending": {}, "audio": "Audio", + "@audio": {}, "autoPlay": "Reproducción automática", + "@autoPlay": {}, "backgroundBlur": "Desenfoque de fondo", + "@backgroundBlur": {}, "backgroundOpacity": "Opacidad de fondo", - "biometricsFailedCheckAgain": "Falló la biometría, verifique la configuración y vuelva a intentarlo", + "@backgroundOpacity": {}, + "biometricsFailedCheckAgain": "Falló la biometría. Verifique la configuración y vuelva a intentarlo.", + "@biometricsFailedCheckAgain": {}, "bold": "Negrita", + "@bold": {}, "cancel": "Cancelar", + "@cancel": {}, "change": "Cambiar", + "@change": {}, "chapter": "{count, plural, other{Capítulos} one{Capítulo}}", "@chapter": { "description": "capítulo", @@ -51,16 +73,27 @@ } }, "clear": "Borrar", + "@clear": {}, "clearAllSettings": "Borrar todos los ajustes", + "@clearAllSettings": {}, "clearAllSettingsQuestion": "¿Borrar todos los ajustes?", + "@clearAllSettingsQuestion": {}, "clearChanges": "Borrar cambios", + "@clearChanges": {}, "clearSelection": "Borrar selección", + "@clearSelection": {}, "close": "Cerrar", + "@close": {}, "code": "Código", + "@code": {}, "collectionFolder": "Carpeta de colección", + "@collectionFolder": {}, "color": "Color", + "@color": {}, "combined": "Combinado", + "@combined": {}, "communityRating": "Calificación de la comunidad", + "@communityRating": {}, "continuePage": "Continuar - página {page}", "@continuePage": { "description": "Continuar - página 1", @@ -71,12 +104,19 @@ } }, "controls": "Controles", + "@controls": {}, "dashboard": "Tablero", + "@dashboard": {}, "dashboardContinue": "Continuar", + "@dashboardContinue": {}, "dashboardContinueListening": "Continuar escuchando", + "@dashboardContinueListening": {}, "dashboardContinueReading": "Continuar leyendo", + "@dashboardContinueReading": {}, "dashboardContinueWatching": "Continuar viendo", + "@dashboardContinueWatching": {}, "dashboardNextUp": "Próximo", + "@dashboardNextUp": {}, "dashboardRecentlyAdded": "Recientemente añadido en {name}", "@dashboardRecentlyAdded": { "description": "Recientemente añadido en la pantalla de inicio", @@ -87,10 +127,15 @@ } }, "dateAdded": "Fecha de añadido", + "@dateAdded": {}, "dateLastContentAdded": "Fecha del último contenido añadido", + "@dateLastContentAdded": {}, "datePlayed": "Fecha de reproducción", + "@datePlayed": {}, "days": "Días", + "@days": {}, "delete": "Eliminar", + "@delete": {}, "deleteFileFromSystem": "Eliminar este elemento {item} lo eliminará tanto del sistema de archivos como de su biblioteca multimedia.\n¿Estás seguro de que deseas continuar?", "@deleteFileFromSystem": { "description": "Eliminar archivo del sistema", @@ -110,6 +155,7 @@ } }, "descending": "Descendente", + "@descending": {}, "director": "{count, plural, other{Directores} one{Director}}", "@director": { "description": "director", @@ -120,20 +166,34 @@ } } }, - "disableFilters": "Deshabilitar filtros", - "disabled": "Deshabilitado", + "disableFilters": "Apagar los filtros", + "@disableFilters": {}, + "disabled": "Apagar", + "@disabled": {}, "discovered": "Descubierto", + "@discovered": {}, "displayLanguage": "Idioma de visualización", - "downloadsClearDesc": "¿Está seguro de que desea eliminar todos los datos sincronizados?\n¡Esto eliminará todos los datos de cada usuario sincronizado!", + "@displayLanguage": {}, + "downloadsClearDesc": "¿Eliminar todos los datos sincronizados, borrando\ntodos los datos de cada usuario sincronizado?", + "@downloadsClearDesc": {}, "downloadsClearTitle": "Borrar datos sincronizados", + "@downloadsClearTitle": {}, "downloadsPath": "Ruta", + "@downloadsPath": {}, "downloadsSyncedData": "Datos sincronizados", + "@downloadsSyncedData": {}, "downloadsTitle": "Descargas", + "@downloadsTitle": {}, "dynamicText": "Dinámico", + "@dynamicText": {}, "editMetadata": "Editar metadatos", + "@editMetadata": {}, "empty": "Vacío", - "enabled": "Habilitado", + "@empty": {}, + "enabled": "Encender", + "@enabled": {}, "endsAt": "termina el {date}", + "@endsAt": {}, "episode": "{count, plural, other{Episodios} one{Episodio}}", "@episode": { "description": "episodio", @@ -145,10 +205,15 @@ } }, "error": "Error", - "failedToLoadImage": "Error al cargar la imagen", + "@error": {}, + "failedToLoadImage": "No se puede cargar la imagen", + "@failedToLoadImage": {}, "favorite": "Favorito", + "@favorite": {}, "favorites": "Favoritos", - "fetchingLibrary": "Cargando elementos de la biblioteca", + "@favorites": {}, + "fetchingLibrary": "Cargando elementos de la biblioteca…", + "@fetchingLibrary": {}, "filter": "{count, plural, other{Filtros} one{Filtro}}", "@filter": { "description": "filtro", @@ -160,9 +225,13 @@ } }, "folders": "Carpetas", + "@folders": {}, "fontColor": "Color de fuente", + "@fontColor": {}, "fontSize": "Tamaño de fuente", + "@fontSize": {}, "forceRefresh": "Actualizar a la fuerza", + "@forceRefresh": {}, "genre": "{count, plural, other{Géneros} one{Género}}", "@genre": { "description": "género", @@ -174,19 +243,33 @@ } }, "goTo": "Ir a", + "@goTo": {}, "grid": "Cuadrícula", + "@grid": {}, "group": "Grupo", + "@group": {}, "groupBy": "Agrupar por", + "@groupBy": {}, "heightOffset": "Desplazamiento de altura", + "@heightOffset": {}, "hide": "Ocultar", + "@hide": {}, "hideEmpty": "Ocultar vacío", + "@hideEmpty": {}, "home": "Inicio", + "@home": {}, "identify": "Identificar", + "@identify": {}, "immediately": "Inmediatamente", - "incorrectPinTryAgain": "PIN incorrecto, intente nuevamente", + "@immediately": {}, + "incorrectPinTryAgain": "PIN incorrecto. Inténtelo de nuevo.", + "@incorrectPinTryAgain": {}, "info": "Información", + "@info": {}, "invalidUrl": "URL inválida", + "@invalidUrl": {}, "invalidUrlDesc": "La URL debe comenzar con http(s)://", + "@invalidUrlDesc": {}, "itemCount": "Cantidad de elementos: {count}", "@itemCount": { "description": "Cantidad de elementos", @@ -216,16 +299,25 @@ } } }, - "libraryFetchNoItemsFound": "No se encontraron elementos, intenta con diferentes configuraciones.", - "libraryPageSizeDesc": "Establece la cantidad a cargar a la vez. 0 desactiva el paginado.", + "libraryFetchNoItemsFound": "No se encontraron elementos. Intenta con diferentes configuraciones.", + "@libraryFetchNoItemsFound": {}, + "libraryPageSizeDesc": "Establece la cantidad a cargar cada vez. 0 desactiva la paginación.", + "@libraryPageSizeDesc": {}, "libraryPageSizeTitle": "Tamaño de página de la biblioteca", + "@libraryPageSizeTitle": {}, "light": "Ligero", + "@light": {}, "list": "Lista", + "@list": {}, "lockscreen": "Pantalla de bloqueo", + "@lockscreen": {}, "loggedIn": "Conectado", + "@loggedIn": {}, "login": "Iniciar sesión", + "@login": {}, "logout": "Cerrar sesión", - "logoutUserPopupContent": "Esto cerrará la sesión de {userName} y eliminará al usuario de la aplicación.\nDeberá volver a iniciar sesión en {serverName}.", + "@logout": {}, + "logoutUserPopupContent": "Esto cerrará la sesión de {userName} y eliminará al usuario de la aplicación.\nTendrá que volver a iniciar sesión en {serverName}.", "@logoutUserPopupContent": { "description": "Pop-up para cerrar sesión del usuario descripción", "placeholders": { @@ -237,7 +329,7 @@ } } }, - "logoutUserPopupTitle": "¿Cerrar sesión del usuario {userName}?", + "logoutUserPopupTitle": "¿Cerrar sesión {userName}?", "@logoutUserPopupTitle": { "description": "Pop-up para cerrar sesión del usuario", "placeholders": { @@ -247,21 +339,37 @@ } }, "loop": "Bucle", + "@loop": {}, "markAsUnwatched": "Marcar como no visto", + "@markAsUnwatched": {}, "markAsWatched": "Marcar como visto", + "@markAsWatched": {}, "masonry": "Mampostería", + "@masonry": {}, "mediaTypeBase": "Tipo base", + "@mediaTypeBase": {}, "mediaTypeBook": "Libro", + "@mediaTypeBook": {}, "mediaTypeBoxset": "Conjunto de cajas", + "@mediaTypeBoxset": {}, "mediaTypeEpisode": "Episodio", + "@mediaTypeEpisode": {}, "mediaTypeFolder": "Carpeta", + "@mediaTypeFolder": {}, "mediaTypeMovie": "Película", + "@mediaTypeMovie": {}, "mediaTypePerson": "Persona", + "@mediaTypePerson": {}, "mediaTypePhoto": "Foto", + "@mediaTypePhoto": {}, "mediaTypePhotoAlbum": "Álbum de fotos", + "@mediaTypePhotoAlbum": {}, "mediaTypePlaylist": "Lista de reproducción", + "@mediaTypePlaylist": {}, "mediaTypeSeason": "Temporada", + "@mediaTypeSeason": {}, "mediaTypeSeries": "Serie", + "@mediaTypeSeries": {}, "metaDataSavedFor": "Metadatos guardados para {item}", "@metaDataSavedFor": { "description": "metadatosGuardadosPara", @@ -272,8 +380,11 @@ } }, "metadataRefreshDefault": "Buscar archivos nuevos y actualizados", + "@metadataRefreshDefault": {}, "metadataRefreshFull": "Reemplazar todos los metadatos", + "@metadataRefreshFull": {}, "metadataRefreshValidation": "Buscar metadatos faltantes", + "@metadataRefreshValidation": {}, "minutes": "{count, plural, other{Minutos} one{Minuto}}", "@minutes": { "description": "minuto", @@ -285,6 +396,7 @@ } }, "mode": "Modo", + "@mode": {}, "moreFrom": "Más de {info}", "@moreFrom": { "description": "Más de", @@ -295,32 +407,59 @@ } }, "moreOptions": "Más opciones", + "@moreOptions": {}, "mouseDragSupport": "Arrastrar con el ratón", + "@mouseDragSupport": {}, "musicAlbum": "Álbum", + "@musicAlbum": {}, "name": "Nombre", + "@name": {}, "navigation": "Navegación", + "@navigation": {}, "navigationDashboard": "Tablero", + "@navigationDashboard": {}, "navigationFavorites": "Favoritos", + "@navigationFavorites": {}, "navigationSync": "Sincronizado", + "@navigationSync": {}, "never": "Nunca", + "@never": {}, "nextUp": "Próximos", + "@nextUp": {}, "noItemsSynced": "No hay elementos sincronizados", + "@noItemsSynced": {}, "noItemsToShow": "No hay elementos para mostrar", + "@noItemsToShow": {}, "noRating": "Sin calificación", + "@noRating": {}, "noResults": "Sin resultados", + "@noResults": {}, "noServersFound": "No se encontraron nuevos servidores", + "@noServersFound": {}, "noSuggestionsFound": "No se encontraron sugerencias", + "@noSuggestionsFound": {}, "none": "Ninguno", + "@none": {}, "normal": "Normal", + "@normal": {}, "notPartOfAlbum": "No forma parte de un álbum", + "@notPartOfAlbum": {}, "openParent": "Abrir carpeta superior", + "@openParent": {}, "openShow": "Abrir espectáculo", + "@openShow": {}, "openWebLink": "Abrir enlace web", + "@openWebLink": {}, "options": "Opciones", + "@options": {}, "other": "Otro", + "@other": {}, "outlineColor": "Color del contorno", + "@outlineColor": {}, "outlineSize": "Tamaño del contorno", + "@outlineSize": {}, "overview": "Visión general", + "@overview": {}, "page": "Página {index}", "@page": { "description": "página", @@ -331,11 +470,17 @@ } }, "parentalRating": "Calificación parental", + "@parentalRating": {}, "password": "Contraseña", + "@password": {}, "pathClearTitle": "Borrar ruta de descargas", + "@pathClearTitle": {}, "pathEditDesc": "Esta ubicación se establece para todos los usuarios, los datos sincronizados ya no serán accesibles.\nPermanecerán en su almacenamiento.", + "@pathEditDesc": {}, "pathEditSelect": "Seleccionar destino de descargas", + "@pathEditSelect": {}, "pathEditTitle": "Cambiar ubicación", + "@pathEditTitle": {}, "play": "Reproducir {item}", "@play": { "description": "Reproducir con", @@ -346,6 +491,7 @@ } }, "playCount": "Conteo de reproducciones", + "@playCount": {}, "playFrom": "Reproducir desde {name}", "@playFrom": { "description": "reproducir desde", @@ -365,13 +511,21 @@ } }, "playLabel": "Reproducir", + "@playLabel": {}, "playVideos": "Reproducir videos", + "@playVideos": {}, "played": "Reproducido", + "@played": {}, "quickConnectAction": "Ingrese el código de conexión rápida para", + "@quickConnectAction": {}, "quickConnectInputACode": "Ingrese un código", + "@quickConnectInputACode": {}, "quickConnectTitle": "Conexión rápida", + "@quickConnectTitle": {}, "quickConnectWrongCode": "Código incorrecto", + "@quickConnectWrongCode": {}, "random": "Aleatorio", + "@random": {}, "rating": "{count, plural, other{Calificaciones} one{Calificación}}", "@rating": { "description": "calificación", @@ -383,6 +537,7 @@ } }, "reWatch": "Volver a ver", + "@reWatch": {}, "read": "Leer {item}", "@read": { "description": "leer", @@ -402,8 +557,11 @@ } }, "recursive": "Recursivo", + "@recursive": {}, "refresh": "Actualizar", + "@refresh": {}, "refreshMetadata": "Actualizar metadatos", + "@refreshMetadata": {}, "refreshPopup": "Actualizar - {name}", "@refreshPopup": { "placeholders": { @@ -412,17 +570,28 @@ } } }, - "refreshPopupContentMetadata": "Los metadatos se actualizan según la configuración y los servicios de Internet que están habilitados en el Tablero.", + "refreshPopupContentMetadata": "Los metadatos se actualizan en función de la configuración y los servicios de internet activados en el panel de control.", + "@refreshPopupContentMetadata": {}, "related": "Relacionado", + "@related": {}, "releaseDate": "Fecha de lanzamiento", + "@releaseDate": {}, "removeAsFavorite": "Eliminar como favorito", + "@removeAsFavorite": {}, "removeFromCollection": "Eliminar de la colección", + "@removeFromCollection": {}, "removeFromPlaylist": "Eliminar de la lista de reproducción", + "@removeFromPlaylist": {}, "replaceAllImages": "Reemplazar todas las imágenes", + "@replaceAllImages": {}, "replaceExistingImages": "Reemplazar imágenes existentes", + "@replaceExistingImages": {}, "restart": "Reiniciar", + "@restart": {}, "result": "Resultado", + "@result": {}, "resumable": "Reanudable", + "@resumable": {}, "resume": "Reanudar {item}", "@resume": { "description": "reanudar", @@ -433,12 +602,19 @@ } }, "retrievePublicListOfUsers": "Recuperar lista pública de usuarios", + "@retrievePublicListOfUsers": {}, "retry": "Reintentar", + "@retry": {}, "runTime": "Duración", + "@runTime": {}, "save": "Guardar", + "@save": {}, "saved": "Guardado", + "@saved": {}, "scanBiometricHint": "Verificar identidad", + "@scanBiometricHint": {}, "scanLibrary": "Escanear biblioteca", + "@scanLibrary": {}, "scanYourFingerprintToAuthenticate": "Escanea tu huella digital para autenticar a {user}", "@scanYourFingerprintToAuthenticate": { "placeholders": { @@ -447,7 +623,7 @@ } } }, - "scanningName": "Escaneando - {name}", + "scanningName": "Escaneando - {name}…", "@scanningName": { "placeholders": { "name": { @@ -456,7 +632,9 @@ } }, "scrollToTop": "Desplazarse hacia arriba", + "@scrollToTop": {}, "search": "Buscar", + "@search": {}, "season": "{count, plural, other{Temporadas} one{Temporada}}", "@season": { "description": "temporada", @@ -478,9 +656,13 @@ } }, "selectAll": "Seleccionar todo", + "@selectAll": {}, "selectTime": "Seleccionar hora", + "@selectTime": {}, "selectViewType": "Seleccionar tipo de vista", + "@selectViewType": {}, "selected": "Seleccionado", + "@selected": {}, "selectedWith": "Seleccionado {info}", "@selectedWith": { "description": "seleccionado", @@ -491,7 +673,9 @@ } }, "separate": "Separado", + "@separate": {}, "server": "Servidor", + "@server": {}, "set": "Establecer", "@set": { "description": "Usar para establecer un cierto valor", @@ -507,50 +691,95 @@ } }, "settingSecurityApplockTitle": "Bloqueo de aplicación", + "@settingSecurityApplockTitle": {}, "settings": "Ajustes", + "@settings": {}, "settingsBlurEpisodesDesc": "Difuminar todos los próximos episodios", + "@settingsBlurEpisodesDesc": {}, "settingsBlurEpisodesTitle": "Difuminar próximos episodios", + "@settingsBlurEpisodesTitle": {}, "settingsBlurredPlaceholderDesc": "Mostrar fondo difuminado al cargar pósteres", + "@settingsBlurredPlaceholderDesc": {}, "settingsBlurredPlaceholderTitle": "Marcador de posición difuminado", + "@settingsBlurredPlaceholderTitle": {}, "settingsClientDesc": "General, Tiempo de espera, Diseño, Tema", + "@settingsClientDesc": {}, "settingsClientTitle": "Fladder", + "@settingsClientTitle": {}, "settingsContinue": "Continuar", + "@settingsContinue": {}, "settingsEnableOsMediaControls": "Habilitar controles multimedia del sistema operativo", + "@settingsEnableOsMediaControls": {}, "settingsHomeCarouselDesc": "Muestra un carrusel en la pantalla del tablero", + "@settingsHomeCarouselDesc": {}, "settingsHomeCarouselTitle": "Carrusel del tablero", + "@settingsHomeCarouselTitle": {}, "settingsHomeNextUpDesc": "Tipo de pósteres mostrados en la pantalla del tablero", + "@settingsHomeNextUpDesc": {}, "settingsHomeNextUpTitle": "Próximos pósteres", + "@settingsHomeNextUpTitle": {}, "settingsNextUpCutoffDays": "Días límite de próximos", + "@settingsNextUpCutoffDays": {}, "settingsPlayerCustomSubtitlesDesc": "Personalizar tamaño, color, posición, contorno", + "@settingsPlayerCustomSubtitlesDesc": {}, "settingsPlayerCustomSubtitlesTitle": "Personalizar subtítulos", + "@settingsPlayerCustomSubtitlesTitle": {}, "settingsPlayerDesc": "Relación de aspecto, Avanzado", - "settingsPlayerMobileWarning": "Habilitar la aceleración de hardware y los subtítulos libass nativos en Android puede hacer que algunos subtítulos no se rendericen.", + "@settingsPlayerDesc": {}, + "settingsPlayerMobileWarning": "Activar la aceleración por hardware y los subtítulos nativos libass en Android puede provocar que algunos subtítulos no se rendericen.", + "@settingsPlayerMobileWarning": {}, "settingsPlayerNativeLibassAccelDesc": "Usar el renderizador de subtítulos libass del reproductor de video", + "@settingsPlayerNativeLibassAccelDesc": {}, "settingsPlayerNativeLibassAccelTitle": "Subtítulos nativos libass", + "@settingsPlayerNativeLibassAccelTitle": {}, "settingsPlayerTitle": "Reproductor", - "settingsPlayerVideoHWAccelDesc": "Usar la gpu para renderizar video (recomendado)", + "@settingsPlayerTitle": {}, + "settingsPlayerVideoHWAccelDesc": "Usar la GPU para renderizar video (recomendado)", + "@settingsPlayerVideoHWAccelDesc": {}, "settingsPlayerVideoHWAccelTitle": "Aceleración de hardware", + "@settingsPlayerVideoHWAccelTitle": {}, "settingsPosterPinch": "Pellizcar para escalar pósteres", + "@settingsPosterPinch": {}, "settingsPosterSize": "Tamaño del póster", + "@settingsPosterSize": {}, "settingsPosterSlider": "Mostrar control deslizante de escala", + "@settingsPosterSlider": {}, "settingsProfileDesc": "Pantalla de bloqueo", + "@settingsProfileDesc": {}, "settingsProfileTitle": "Perfil", + "@settingsProfileTitle": {}, "settingsQuickConnectTitle": "Conexión rápida", + "@settingsQuickConnectTitle": {}, "settingsSecurity": "Seguridad", + "@settingsSecurity": {}, "settingsShowScaleSlider": "Mostrar control deslizante de tamaño de póster", + "@settingsShowScaleSlider": {}, "settingsVisual": "Visual", + "@settingsVisual": {}, "shadow": "Sombra", + "@shadow": {}, "showAlbum": "Mostrar álbum", + "@showAlbum": {}, "showDetails": "Mostrar detalles", + "@showDetails": {}, "showEmpty": "Mostrar vacío", + "@showEmpty": {}, "shuffleGallery": "Galería aleatoria", + "@shuffleGallery": {}, "shuffleVideos": "Videos aleatorios", + "@shuffleVideos": {}, "somethingWentWrong": "Algo salió mal", - "somethingWentWrongPasswordCheck": "Algo salió mal, verifique su contraseña", + "@somethingWentWrong": {}, + "somethingWentWrongPasswordCheck": "Algo salió mal. Verifiqué su contraseña.", + "@somethingWentWrongPasswordCheck": {}, "sortBy": "Ordenar por", + "@sortBy": {}, "sortName": "Nombre", + "@sortName": {}, "sortOrder": "Orden de clasificación", + "@sortOrder": {}, "start": "Iniciar", + "@start": {}, "studio": "{count, plural, other{Estudios} one{Estudio}}", "@studio": { "description": "estudio", @@ -562,10 +791,15 @@ } }, "subtitleConfigurator": "Configurador de subtítulos", + "@subtitleConfigurator": {}, "subtitleConfiguratorPlaceHolder": "Este es un texto de marcador de posición,\nnada que ver aquí.", + "@subtitleConfiguratorPlaceHolder": {}, "subtitles": "Subtítulos", + "@subtitles": {}, "switchUser": "Cambiar usuario", + "@switchUser": {}, "sync": "Sincronizar", + "@sync": {}, "syncDeleteItemDesc": "¿Eliminar todos los datos sincronizados de?\n{item}", "@syncDeleteItemDesc": { "description": "Ventana emergente de eliminación de elemento sincronizado", @@ -576,12 +810,19 @@ } }, "syncDeleteItemTitle": "Eliminar elemento sincronizado", + "@syncDeleteItemTitle": {}, "syncDeletePopupPermanent": "Esta acción es permanente y eliminará todos los archivos sincronizados localmente", + "@syncDeletePopupPermanent": {}, "syncDetails": "Sincronizar detalles", + "@syncDetails": {}, "syncOpenParent": "Abrir padre", + "@syncOpenParent": {}, "syncRemoveDataDesc": "¿Eliminar los datos de video sincronizados? Esto es permanente y necesitarás volver a sincronizar los archivos", + "@syncRemoveDataDesc": {}, "syncRemoveDataTitle": "¿Eliminar datos sincronizados?", + "@syncRemoveDataTitle": {}, "syncedItems": "Elementos sincronizados", + "@syncedItems": {}, "tag": "{count, plural, one{Etiqueta} other{Etiquetas}}", "@tag": { "description": "etiqueta", @@ -593,10 +834,15 @@ } }, "theme": "Tema", + "@theme": {}, "themeColor": "Color del tema", + "@themeColor": {}, "themeModeDark": "Oscuro", + "@themeModeDark": {}, "themeModeLight": "Claro", + "@themeModeLight": {}, "themeModeSystem": "Sistema", + "@themeModeSystem": {}, "timeAndAnnotation": "{minutes} y {seconds}", "@timeAndAnnotation": { "description": "timeAndAnnotation", @@ -610,6 +856,7 @@ } }, "timeOut": "Tiempo de espera", + "@timeOut": {}, "totalSize": "Tamaño total: {size}", "@totalSize": { "placeholders": { @@ -629,24 +876,43 @@ } }, "unPlayed": "No reproducido", + "@unPlayed": {}, "unableToConnectHost": "No se puede conectar al host", - "unableToReverseAction": "Esta acción no se puede deshacer, eliminará todos los ajustes.", + "@unableToConnectHost": {}, + "unableToReverseAction": "Esta acción no se puede deshacer. Eliminará todos los ajustes.", + "@unableToReverseAction": {}, "unknown": "Desconocido", + "@unknown": {}, "useDefaults": "Usar valores predeterminados", + "@useDefaults": {}, "userName": "Nombre de usuario", + "@userName": {}, "video": "Video", + "@video": {}, "videoScaling": "Escalado de video", + "@videoScaling": {}, "videoScalingContain": "Contener", + "@videoScalingContain": {}, "videoScalingCover": "Cubrir", + "@videoScalingCover": {}, "videoScalingFill": "Llenar", + "@videoScalingFill": {}, "videoScalingFillScreenDesc": "Llenar la barra de navegación y la barra de estado", + "@videoScalingFillScreenDesc": {}, "videoScalingFillScreenNotif": "Llenar pantalla sobrescribe ajuste de video, en rotación horizontal", + "@videoScalingFillScreenNotif": {}, "videoScalingFillScreenTitle": "Llenar pantalla", + "@videoScalingFillScreenTitle": {}, "videoScalingFitHeight": "Ajustar altura", + "@videoScalingFitHeight": {}, "videoScalingFitWidth": "Ajustar ancho", + "@videoScalingFitWidth": {}, "videoScalingScaleDown": "Reducir escala", + "@videoScalingScaleDown": {}, "viewPhotos": "Ver fotos", + "@viewPhotos": {}, "watchOn": "Ver en", + "@watchOn": {}, "writer": "{count, plural, other{Escritores} one{Escritor}}", "@writer": { "description": "escritor", @@ -666,5 +932,7 @@ "example": "1" } } - } -} \ No newline at end of file + }, + "nativeName": "Español", + "@nativeName": {} +} diff --git a/lib/l10n/app_fr.arb b/lib/l10n/app_fr.arb index 8424ca1..a88c561 100644 --- a/lib/l10n/app_fr.arb +++ b/lib/l10n/app_fr.arb @@ -1,8 +1,12 @@ { "@@locale": "fr", + "nativeName": "Français", "about": "À propos", + "@about": {}, "accept": "Accepter", + "@accept": {}, "active": "Actif", + "@active": {}, "actor": "{count, plural, other{Acteurs} one{Acteur}}", "@actor": { "description": "acteur", @@ -14,14 +18,23 @@ } }, "addAsFavorite": "Ajouter aux favoris", + "@addAsFavorite": {}, "addToCollection": "Ajouter à la collection", - "addToPlaylist": "Ajouter à la playlist", + "@addToCollection": {}, + "addToPlaylist": "Ajouter à la liste de lecture", + "@addToPlaylist": {}, "advanced": "Avancé", + "@advanced": {}, "all": "Tout", + "@all": {}, "amoledBlack": "Noir Amoled", + "@amoledBlack": {}, "appLockAutoLogin": "Connexion automatique", + "@appLockAutoLogin": {}, "appLockBiometrics": "Biométrie", + "@appLockBiometrics": {}, "appLockPasscode": "Code d'accès", + "@appLockPasscode": {}, "appLockTitle": "Définir la méthode de connexion pour {userName}", "@appLockTitle": { "description": "Pop-up pour choisir une méthode de connexion", @@ -32,14 +45,23 @@ } }, "ascending": "Ascendant", + "@ascending": {}, "audio": "Audio", + "@audio": {}, "autoPlay": "Lecture automatique", + "@autoPlay": {}, "backgroundBlur": "Flou de fond", + "@backgroundBlur": {}, "backgroundOpacity": "Opacité de l'arrière-plan", - "biometricsFailedCheckAgain": "Échec de la biométrie, vérifiez les paramètres et réessayez", + "@backgroundOpacity": {}, + "biometricsFailedCheckAgain": "Échec de la biométrie, vérifiez les paramètres et réessayez.", + "@biometricsFailedCheckAgain": {}, "bold": "Gras", + "@bold": {}, "cancel": "Annuler", + "@cancel": {}, "change": "Changer", + "@change": {}, "chapter": "{count, plural, other{Chapitres} one{Chapitre}}", "@chapter": { "description": "chapitre", @@ -51,16 +73,27 @@ } }, "clear": "Effacer", + "@clear": {}, "clearAllSettings": "Effacer tous les paramètres", - "clearAllSettingsQuestion": "Effacer tous les paramètres?", + "@clearAllSettings": {}, + "clearAllSettingsQuestion": "Effacer tous les paramètres ?", + "@clearAllSettingsQuestion": {}, "clearChanges": "Effacer les modifications", + "@clearChanges": {}, "clearSelection": "Effacer la sélection", + "@clearSelection": {}, "close": "Fermer", + "@close": {}, "code": "Code", + "@code": {}, "collectionFolder": "Dossier de collection", + "@collectionFolder": {}, "color": "Couleur", + "@color": {}, "combined": "Combiné", + "@combined": {}, "communityRating": "Évaluation de la communauté", + "@communityRating": {}, "continuePage": "Continuer - page {page}", "@continuePage": { "description": "Continuer - page 1", @@ -71,12 +104,19 @@ } }, "controls": "Commandes", + "@controls": {}, "dashboard": "Tableau de bord", + "@dashboard": {}, "dashboardContinue": "Continuer", + "@dashboardContinue": {}, "dashboardContinueListening": "Continuer à écouter", + "@dashboardContinueListening": {}, "dashboardContinueReading": "Continuer à lire", + "@dashboardContinueReading": {}, "dashboardContinueWatching": "Continuer à regarder", + "@dashboardContinueWatching": {}, "dashboardNextUp": "Suivant", + "@dashboardNextUp": {}, "dashboardRecentlyAdded": "Récemment ajouté dans {name}", "@dashboardRecentlyAdded": { "description": "Récemment ajouté sur l'écran d'accueil", @@ -87,11 +127,16 @@ } }, "dateAdded": "Date d'ajout", + "@dateAdded": {}, "dateLastContentAdded": "Date du dernier contenu ajouté", + "@dateLastContentAdded": {}, "datePlayed": "Date de lecture", + "@datePlayed": {}, "days": "Jours", + "@days": {}, "delete": "Supprimer", - "deleteFileFromSystem": "Supprimer cet élément {item} le supprimera à la fois du système de fichiers et de votre bibliothèque multimédia.\nÊtes-vous sûr de vouloir continuer?", + "@delete": {}, + "deleteFileFromSystem": "Supprimer cet élément {item} le supprimera à la fois du système de fichiers et de votre bibliothèque multimédia.\nÊtes-vous sûr·e de vouloir continuer ?", "@deleteFileFromSystem": { "description": "Supprimer le fichier du système", "placeholders": { @@ -100,7 +145,7 @@ } } }, - "deleteItem": "Supprimer {item}?", + "deleteItem": "Supprimer {item} ?", "@deleteItem": { "description": "deleteItem", "placeholders": { @@ -110,6 +155,7 @@ } }, "descending": "Descendant", + "@descending": {}, "director": "{count, plural, other{Réalisateurs} one{Réalisateur}}", "@director": { "description": "réalisateur", @@ -121,19 +167,33 @@ } }, "disableFilters": "Désactiver les filtres", + "@disableFilters": {}, "disabled": "Désactivé", + "@disabled": {}, "discovered": "Découvert", + "@discovered": {}, "displayLanguage": "Langue d'affichage", - "downloadsClearDesc": "Êtes-vous sûr de vouloir supprimer toutes les données synchronisées?\nCela effacera toutes les données pour chaque utilisateur synchronisé!", + "@displayLanguage": {}, + "downloadsClearDesc": "Êtes-vous sûr·e de vouloir supprimer toutes les données synchronisées ?\nCeci effacera toutes les données pour chaque utilisateur synchronisé !", + "@downloadsClearDesc": {}, "downloadsClearTitle": "Effacer les données synchronisées", + "@downloadsClearTitle": {}, "downloadsPath": "Chemin", + "@downloadsPath": {}, "downloadsSyncedData": "Données synchronisées", + "@downloadsSyncedData": {}, "downloadsTitle": "Téléchargements", + "@downloadsTitle": {}, "dynamicText": "Dynamique", + "@dynamicText": {}, "editMetadata": "Modifier les métadonnées", + "@editMetadata": {}, "empty": "Vide", + "@empty": {}, "enabled": "Activé", + "@enabled": {}, "endsAt": "se termine à {date}", + "@endsAt": {}, "episode": "{count, plural, other{Épisodes} one{Épisode}}", "@episode": { "description": "épisode", @@ -145,10 +205,15 @@ } }, "error": "Erreur", + "@error": {}, "failedToLoadImage": "Échec du chargement de l'image", + "@failedToLoadImage": {}, "favorite": "Favori", + "@favorite": {}, "favorites": "Favoris", + "@favorites": {}, "fetchingLibrary": "Chargement des éléments de la bibliothèque", + "@fetchingLibrary": {}, "filter": "{count, plural, other{Filtres} one{Filtre}}", "@filter": { "description": "filtre", @@ -160,9 +225,13 @@ } }, "folders": "Dossiers", + "@folders": {}, "fontColor": "Couleur de la police", + "@fontColor": {}, "fontSize": "Taille de la police", + "@fontSize": {}, "forceRefresh": "Forcer le rafraîchissement", + "@forceRefresh": {}, "genre": "{count, plural, other{Genres} one{Genre}}", "@genre": { "description": "genre", @@ -174,20 +243,34 @@ } }, "goTo": "Aller à", + "@goTo": {}, "grid": "Grille", + "@grid": {}, "group": "Groupe", + "@group": {}, "groupBy": "Grouper par", + "@groupBy": {}, "heightOffset": "Décalage de hauteur", + "@heightOffset": {}, "hide": "Cacher", + "@hide": {}, "hideEmpty": "Cacher vide", + "@hideEmpty": {}, "home": "Accueil", + "@home": {}, "identify": "Identifier", + "@identify": {}, "immediately": "Immédiatement", - "incorrectPinTryAgain": "PIN incorrect, réessayez", + "@immediately": {}, + "incorrectPinTryAgain": "NIP incorrect, réessayez", + "@incorrectPinTryAgain": {}, "info": "Infos", + "@info": {}, "invalidUrl": "URL invalide", + "@invalidUrl": {}, "invalidUrlDesc": "L'URL doit commencer par http(s)://", - "itemCount": "Nombre d'éléments: {count}", + "@invalidUrlDesc": {}, + "itemCount": "Nombre d'éléments : {count}", "@itemCount": { "description": "Nombre d'éléments", "placeholders": { @@ -217,15 +300,24 @@ } }, "libraryFetchNoItemsFound": "Aucun élément trouvé, essayez avec des paramètres différents.", + "@libraryFetchNoItemsFound": {}, "libraryPageSizeDesc": "Définir la quantité à charger à la fois. 0 désactive la pagination.", + "@libraryPageSizeDesc": {}, "libraryPageSizeTitle": "Taille de la page de la bibliothèque", + "@libraryPageSizeTitle": {}, "light": "Léger", + "@light": {}, "list": "Liste", + "@list": {}, "lockscreen": "Écran de verrouillage", + "@lockscreen": {}, "loggedIn": "Connecté", + "@loggedIn": {}, "login": "Connexion", + "@login": {}, "logout": "Déconnexion", - "logoutUserPopupContent": "Cela déconnectera {userName} et supprimera l'utilisateur de l'application.\nVous devrez vous reconnecter à {serverName}.", + "@logout": {}, + "logoutUserPopupContent": "Ceci déconnectera {userName} et supprimera l'utilisateur de l'application.\nVous devrez vous reconnecter à {serverName}.", "@logoutUserPopupContent": { "description": "Pop-up pour déconnecter l'utilisateur description", "placeholders": { @@ -237,7 +329,7 @@ } } }, - "logoutUserPopupTitle": "Déconnecter l'utilisateur {userName}?", + "logoutUserPopupTitle": "Déconnecter l'utilisateur {userName} ?", "@logoutUserPopupTitle": { "description": "Pop-up pour déconnecter l'utilisateur", "placeholders": { @@ -247,21 +339,37 @@ } }, "loop": "Boucle", + "@loop": {}, "markAsUnwatched": "Marquer comme non regardé", + "@markAsUnwatched": {}, "markAsWatched": "Marquer comme regardé", + "@markAsWatched": {}, "masonry": "Maçonnerie", + "@masonry": {}, "mediaTypeBase": "Type de base", + "@mediaTypeBase": {}, "mediaTypeBook": "Livre", + "@mediaTypeBook": {}, "mediaTypeBoxset": "Coffret", + "@mediaTypeBoxset": {}, "mediaTypeEpisode": "Épisode", + "@mediaTypeEpisode": {}, "mediaTypeFolder": "Dossier", + "@mediaTypeFolder": {}, "mediaTypeMovie": "Film", + "@mediaTypeMovie": {}, "mediaTypePerson": "Personne", + "@mediaTypePerson": {}, "mediaTypePhoto": "Photo", + "@mediaTypePhoto": {}, "mediaTypePhotoAlbum": "Album photo", + "@mediaTypePhotoAlbum": {}, "mediaTypePlaylist": "Liste de lecture", + "@mediaTypePlaylist": {}, "mediaTypeSeason": "Saison", + "@mediaTypeSeason": {}, "mediaTypeSeries": "Série", + "@mediaTypeSeries": {}, "metaDataSavedFor": "Métadonnées enregistrées pour {item}", "@metaDataSavedFor": { "description": "métadonnéesEnregistréesPour", @@ -272,8 +380,11 @@ } }, "metadataRefreshDefault": "Rechercher des fichiers nouveaux et mis à jour", + "@metadataRefreshDefault": {}, "metadataRefreshFull": "Remplacer toutes les métadonnées", + "@metadataRefreshFull": {}, "metadataRefreshValidation": "Rechercher des métadonnées manquantes", + "@metadataRefreshValidation": {}, "minutes": "{count, plural, other{Minutes} one{Minute}}", "@minutes": { "description": "minute", @@ -285,6 +396,7 @@ } }, "mode": "Mode", + "@mode": {}, "moreFrom": "Plus de {info}", "@moreFrom": { "description": "Plus de", @@ -295,32 +407,59 @@ } }, "moreOptions": "Plus d'options", + "@moreOptions": {}, "mouseDragSupport": "Faire glisser avec la souris", + "@mouseDragSupport": {}, "musicAlbum": "Album", + "@musicAlbum": {}, "name": "Nom", + "@name": {}, "navigation": "Navigation", + "@navigation": {}, "navigationDashboard": "Tableau de bord", + "@navigationDashboard": {}, "navigationFavorites": "Favoris", + "@navigationFavorites": {}, "navigationSync": "Synchronisé", + "@navigationSync": {}, "never": "Jamais", + "@never": {}, "nextUp": "Suivant", + "@nextUp": {}, "noItemsSynced": "Aucun élément synchronisé", + "@noItemsSynced": {}, "noItemsToShow": "Aucun élément à afficher", + "@noItemsToShow": {}, "noRating": "Pas de note", + "@noRating": {}, "noResults": "Aucun résultat", + "@noResults": {}, "noServersFound": "Aucun nouveau serveur trouvé", + "@noServersFound": {}, "noSuggestionsFound": "Aucune suggestion trouvée", + "@noSuggestionsFound": {}, "none": "Aucun", + "@none": {}, "normal": "Normal", + "@normal": {}, "notPartOfAlbum": "Ne fait pas partie d'un album", + "@notPartOfAlbum": {}, "openParent": "Ouvrir le dossier parent", + "@openParent": {}, "openShow": "Ouvrir le spectacle", + "@openShow": {}, "openWebLink": "Ouvrir le lien web", + "@openWebLink": {}, "options": "Options", + "@options": {}, "other": "Autre", + "@other": {}, "outlineColor": "Couleur du contour", + "@outlineColor": {}, "outlineSize": "Taille du contour", + "@outlineSize": {}, "overview": "Aperçu", + "@overview": {}, "page": "Page {index}", "@page": { "description": "page", @@ -331,11 +470,17 @@ } }, "parentalRating": "Évaluation parentale", + "@parentalRating": {}, "password": "Mot de passe", + "@password": {}, "pathClearTitle": "Effacer le chemin de téléchargement", + "@pathClearTitle": {}, "pathEditDesc": "Cet emplacement est défini pour tous les utilisateurs, toutes les données synchronisées ne seront plus accessibles.\nElles resteront sur votre stockage.", + "@pathEditDesc": {}, "pathEditSelect": "Sélectionner la destination des téléchargements", + "@pathEditSelect": {}, "pathEditTitle": "Changer l'emplacement", + "@pathEditTitle": {}, "play": "Lire {item}", "@play": { "description": "Lire avec", @@ -346,6 +491,7 @@ } }, "playCount": "Nombre de lectures", + "@playCount": {}, "playFrom": "Lire depuis {name}", "@playFrom": { "description": "jouer de", @@ -365,13 +511,21 @@ } }, "playLabel": "Lire", + "@playLabel": {}, "playVideos": "Lire les vidéos", + "@playVideos": {}, "played": "Joué", + "@played": {}, "quickConnectAction": "Entrer le code de connexion rapide pour", + "@quickConnectAction": {}, "quickConnectInputACode": "Entrer un code", + "@quickConnectInputACode": {}, "quickConnectTitle": "Connexion rapide", + "@quickConnectTitle": {}, "quickConnectWrongCode": "Code incorrect", + "@quickConnectWrongCode": {}, "random": "Aléatoire", + "@random": {}, "rating": "{count, plural, other{Notes} one{Note}}", "@rating": { "description": "note", @@ -383,6 +537,7 @@ } }, "reWatch": "Revoir", + "@reWatch": {}, "read": "Lire {item}", "@read": { "description": "lire", @@ -402,8 +557,11 @@ } }, "recursive": "Récursif", + "@recursive": {}, "refresh": "Rafraîchir", + "@refresh": {}, "refreshMetadata": "Rafraîchir les métadonnées", + "@refreshMetadata": {}, "refreshPopup": "Rafraîchir - {name}", "@refreshPopup": { "placeholders": { @@ -413,16 +571,27 @@ } }, "refreshPopupContentMetadata": "Les métadonnées sont mises à jour en fonction des paramètres et des services Internet activés dans le tableau de bord.", + "@refreshPopupContentMetadata": {}, "related": "Lié", + "@related": {}, "releaseDate": "Date de sortie", + "@releaseDate": {}, "removeAsFavorite": "Retirer des favoris", + "@removeAsFavorite": {}, "removeFromCollection": "Retirer de la collection", + "@removeFromCollection": {}, "removeFromPlaylist": "Retirer de la playlist", + "@removeFromPlaylist": {}, "replaceAllImages": "Remplacer toutes les images", + "@replaceAllImages": {}, "replaceExistingImages": "Remplacer les images existantes", + "@replaceExistingImages": {}, "restart": "Redémarrer", + "@restart": {}, "result": "Résultat", + "@result": {}, "resumable": "Reprenable", + "@resumable": {}, "resume": "Reprendre {item}", "@resume": { "description": "reprendre", @@ -433,12 +602,19 @@ } }, "retrievePublicListOfUsers": "Récupérer la liste publique des utilisateurs", + "@retrievePublicListOfUsers": {}, "retry": "Réessayer", + "@retry": {}, "runTime": "Durée", + "@runTime": {}, "save": "Enregistrer", + "@save": {}, "saved": "Enregistré", + "@saved": {}, "scanBiometricHint": "Vérifier identité", + "@scanBiometricHint": {}, "scanLibrary": "Scanner la bibliothèque", + "@scanLibrary": {}, "scanYourFingerprintToAuthenticate": "Scannez votre empreinte digitale pour authentifier {user}", "@scanYourFingerprintToAuthenticate": { "placeholders": { @@ -456,7 +632,9 @@ } }, "scrollToTop": "Défiler vers le haut", + "@scrollToTop": {}, "search": "Recherche", + "@search": {}, "season": "{count, plural, other{Saisons} one{Saison}}", "@season": { "description": "saison", @@ -478,9 +656,13 @@ } }, "selectAll": "Tout sélectionner", + "@selectAll": {}, "selectTime": "Sélectionner l'heure", + "@selectTime": {}, "selectViewType": "Sélectionner le type de vue", + "@selectViewType": {}, "selected": "Sélectionné", + "@selected": {}, "selectedWith": "Sélectionné {info}", "@selectedWith": { "description": "sélectionné", @@ -491,7 +673,9 @@ } }, "separate": "Séparer", + "@separate": {}, "server": "Serveur", + "@server": {}, "set": "Régler", "@set": { "description": "Utiliser pour définir une certaine valeur", @@ -507,50 +691,95 @@ } }, "settingSecurityApplockTitle": "Verrouillage de l'application", + "@settingSecurityApplockTitle": {}, "settings": "Paramètres", + "@settings": {}, "settingsBlurEpisodesDesc": "Flouter tous les épisodes à venir", + "@settingsBlurEpisodesDesc": {}, "settingsBlurEpisodesTitle": "Flouter les prochains épisodes", + "@settingsBlurEpisodesTitle": {}, "settingsBlurredPlaceholderDesc": "Afficher un arrière-plan flou lors du chargement des affiches", + "@settingsBlurredPlaceholderDesc": {}, "settingsBlurredPlaceholderTitle": "Placeholder flou", + "@settingsBlurredPlaceholderTitle": {}, "settingsClientDesc": "Général, Timeout, Disposition, Thème", + "@settingsClientDesc": {}, "settingsClientTitle": "Fladder", + "@settingsClientTitle": {}, "settingsContinue": "Continuer", + "@settingsContinue": {}, "settingsEnableOsMediaControls": "Activer les contrôles multimédia de l'OS", + "@settingsEnableOsMediaControls": {}, "settingsHomeCarouselDesc": "Affiche un carrousel sur l'écran du tableau de bord", + "@settingsHomeCarouselDesc": {}, "settingsHomeCarouselTitle": "Carrousel du tableau de bord", + "@settingsHomeCarouselTitle": {}, "settingsHomeNextUpDesc": "Type d'affiches affichées sur l'écran du tableau de bord", + "@settingsHomeNextUpDesc": {}, "settingsHomeNextUpTitle": "Affiches à venir", + "@settingsHomeNextUpTitle": {}, "settingsNextUpCutoffDays": "Jours de coupure suivants", + "@settingsNextUpCutoffDays": {}, "settingsPlayerCustomSubtitlesDesc": "Personnaliser la taille, la couleur, la position, le contour", + "@settingsPlayerCustomSubtitlesDesc": {}, "settingsPlayerCustomSubtitlesTitle": "Personnaliser les sous-titres", + "@settingsPlayerCustomSubtitlesTitle": {}, "settingsPlayerDesc": "Ratio, Avancé", + "@settingsPlayerDesc": {}, "settingsPlayerMobileWarning": "L'activation de l'accélération matérielle et des sous-titres natifs libass sur Android peut empêcher certains sous-titres de s'afficher.", + "@settingsPlayerMobileWarning": {}, "settingsPlayerNativeLibassAccelDesc": "Utiliser le rendu des sous-titres libass du lecteur vidéo", + "@settingsPlayerNativeLibassAccelDesc": {}, "settingsPlayerNativeLibassAccelTitle": "Sous-titres natifs libass", + "@settingsPlayerNativeLibassAccelTitle": {}, "settingsPlayerTitle": "Lecteur", + "@settingsPlayerTitle": {}, "settingsPlayerVideoHWAccelDesc": "Utiliser le GPU pour rendre la vidéo (recommandé)", + "@settingsPlayerVideoHWAccelDesc": {}, "settingsPlayerVideoHWAccelTitle": "Accélération matérielle", + "@settingsPlayerVideoHWAccelTitle": {}, "settingsPosterPinch": "Pincer pour zoomer pour mettre à l'échelle les affiches", + "@settingsPosterPinch": {}, "settingsPosterSize": "Taille de l'affiche", + "@settingsPosterSize": {}, "settingsPosterSlider": "Afficher le curseur de mise à l'échelle", + "@settingsPosterSlider": {}, "settingsProfileDesc": "Écran de verrouillage", + "@settingsProfileDesc": {}, "settingsProfileTitle": "Profil", + "@settingsProfileTitle": {}, "settingsQuickConnectTitle": "Connexion rapide", + "@settingsQuickConnectTitle": {}, "settingsSecurity": "Sécurité", + "@settingsSecurity": {}, "settingsShowScaleSlider": "Afficher le curseur de taille des affiches", + "@settingsShowScaleSlider": {}, "settingsVisual": "Visuel", + "@settingsVisual": {}, "shadow": "Ombre", + "@shadow": {}, "showAlbum": "Afficher l'album", + "@showAlbum": {}, "showDetails": "Afficher les détails", + "@showDetails": {}, "showEmpty": "Afficher vide", + "@showEmpty": {}, "shuffleGallery": "Mélanger la galerie", + "@shuffleGallery": {}, "shuffleVideos": "Mélanger les vidéos", + "@shuffleVideos": {}, "somethingWentWrong": "Quelque chose a mal tourné", + "@somethingWentWrong": {}, "somethingWentWrongPasswordCheck": "Quelque chose s'est mal passé, vérifiez votre mot de passe", + "@somethingWentWrongPasswordCheck": {}, "sortBy": "Trier par", + "@sortBy": {}, "sortName": "Nom", + "@sortName": {}, "sortOrder": "Ordre de tri", + "@sortOrder": {}, "start": "Commencer", + "@start": {}, "studio": "{count, plural, other{Studios} one{Studio}}", "@studio": { "description": "studio", @@ -562,11 +791,16 @@ } }, "subtitleConfigurator": "Configurateur de sous-titres", + "@subtitleConfigurator": {}, "subtitleConfiguratorPlaceHolder": "Ceci est un texte de placeholder,\nrien à voir ici.", + "@subtitleConfiguratorPlaceHolder": {}, "subtitles": "Sous-titres", + "@subtitles": {}, "switchUser": "Changer d'utilisateur", + "@switchUser": {}, "sync": "Synchroniser", - "syncDeleteItemDesc": "Supprimer toutes les données synchronisées pour?\n{item}", + "@sync": {}, + "syncDeleteItemDesc": "Supprimer toutes les données synchronisées pour ?\n{item}", "@syncDeleteItemDesc": { "description": "Fenêtre contextuelle de suppression d'élément synchronisé", "placeholders": { @@ -576,12 +810,19 @@ } }, "syncDeleteItemTitle": "Supprimer l'élément synchronisé", + "@syncDeleteItemTitle": {}, "syncDeletePopupPermanent": "Cette action est permanente et supprimera tous les fichiers synchronisés localement", + "@syncDeletePopupPermanent": {}, "syncDetails": "Synchroniser les détails", + "@syncDetails": {}, "syncOpenParent": "Ouvrir le parent", + "@syncOpenParent": {}, "syncRemoveDataDesc": "Supprimer les données vidéo synchronisées? Ceci est permanent et vous devrez resynchroniser les fichiers", - "syncRemoveDataTitle": "Supprimer les données synchronisées?", + "@syncRemoveDataDesc": {}, + "syncRemoveDataTitle": "Supprimer les données synchronisées ?", + "@syncRemoveDataTitle": {}, "syncedItems": "Éléments synchronisés", + "@syncedItems": {}, "tag": "{count, plural, one{Étiquette} other{Étiquettes}}", "@tag": { "description": "étiquette", @@ -593,10 +834,15 @@ } }, "theme": "Thème", + "@theme": {}, "themeColor": "Couleur du thème", + "@themeColor": {}, "themeModeDark": "Sombre", + "@themeModeDark": {}, "themeModeLight": "Clair", + "@themeModeLight": {}, "themeModeSystem": "Système", + "@themeModeSystem": {}, "timeAndAnnotation": "{minutes} et {seconds}", "@timeAndAnnotation": { "description": "timeAndAnnotation", @@ -610,6 +856,7 @@ } }, "timeOut": "Timeout", + "@timeOut": {}, "totalSize": "Taille totale : {size}", "@totalSize": { "placeholders": { @@ -629,24 +876,43 @@ } }, "unPlayed": "Non joué", + "@unPlayed": {}, "unableToConnectHost": "Impossible de se connecter à l'hôte", + "@unableToConnectHost": {}, "unableToReverseAction": "Cette action ne peut pas être annulée, elle supprimera tous les paramètres.", + "@unableToReverseAction": {}, "unknown": "Inconnu", + "@unknown": {}, "useDefaults": "Utiliser les paramètres par défaut", + "@useDefaults": {}, "userName": "Nom d'utilisateur", + "@userName": {}, "video": "Vidéo", + "@video": {}, "videoScaling": "Mise à l'échelle de la vidéo", + "@videoScaling": {}, "videoScalingContain": "Contenir", + "@videoScalingContain": {}, "videoScalingCover": "Couverture", + "@videoScalingCover": {}, "videoScalingFill": "Remplir", + "@videoScalingFill": {}, "videoScalingFillScreenDesc": "Remplir la barre de navigation et la barre d'état", + "@videoScalingFillScreenDesc": {}, "videoScalingFillScreenNotif": "Le remplissage de l'écran écrase l'ajustement de la vidéo, en rotation horizontale", + "@videoScalingFillScreenNotif": {}, "videoScalingFillScreenTitle": "Remplir l'écran", + "@videoScalingFillScreenTitle": {}, "videoScalingFitHeight": "Ajuster la hauteur", + "@videoScalingFitHeight": {}, "videoScalingFitWidth": "Ajuster la largeur", + "@videoScalingFitWidth": {}, "videoScalingScaleDown": "Réduire l'échelle", + "@videoScalingScaleDown": {}, "viewPhotos": "Voir les photos", + "@viewPhotos": {}, "watchOn": "Regarder sur", + "@watchOn": {}, "writer": "{count, plural, other{Écrivains} one{Écrivain}}", "@writer": { "description": "écrivain", @@ -666,5 +932,7 @@ "example": "1" } } - } -} \ No newline at end of file + }, + "nativeName": "Français", + "@nativeName": {} +} diff --git a/lib/l10n/app_jp.arb b/lib/l10n/app_jp.arb index 780dc5c..fad36a8 100644 --- a/lib/l10n/app_jp.arb +++ b/lib/l10n/app_jp.arb @@ -1,8 +1,12 @@ { "@@locale": "ja", + "nativeName": "日本語 (にほんご)", "about": "情報", + "@about": {}, "accept": "承認", + "@accept": {}, "active": "アクティブ", + "@active": {}, "actor": "{count, plural, other{俳優} one{俳優}}", "@actor": { "description": "俳優", @@ -14,14 +18,23 @@ } }, "addAsFavorite": "お気に入りに追加", + "@addAsFavorite": {}, "addToCollection": "コレクションに追加", + "@addToCollection": {}, "addToPlaylist": "プレイリストに追加", + "@addToPlaylist": {}, "advanced": "高度な", + "@advanced": {}, "all": "すべて", + "@all": {}, "amoledBlack": "アモレッドブラック", + "@amoledBlack": {}, "appLockAutoLogin": "自動ログイン", + "@appLockAutoLogin": {}, "appLockBiometrics": "生体認証", + "@appLockBiometrics": {}, "appLockPasscode": "パスコード", + "@appLockPasscode": {}, "appLockTitle": "{userName}のログイン方法を設定", "@appLockTitle": { "description": "ログイン方法を選択するポップアップ", @@ -32,14 +45,23 @@ } }, "ascending": "昇順", + "@ascending": {}, "audio": "オーディオ", + "@audio": {}, "autoPlay": "自動再生", + "@autoPlay": {}, "backgroundBlur": "背景ぼかし", + "@backgroundBlur": {}, "backgroundOpacity": "背景の不透明度", + "@backgroundOpacity": {}, "biometricsFailedCheckAgain": "生体認証に失敗しました。設定を確認してもう一度お試しください。", + "@biometricsFailedCheckAgain": {}, "bold": "ボールド", + "@bold": {}, "cancel": "キャンセル", + "@cancel": {}, "change": "変更", + "@change": {}, "chapter": "{count, plural, other{チャプター} one{チャプター}}", "@chapter": { "description": "チャプター", @@ -51,16 +73,27 @@ } }, "clear": "クリア", + "@clear": {}, "clearAllSettings": "すべての設定をクリア", + "@clearAllSettings": {}, "clearAllSettingsQuestion": "すべての設定をクリアしますか?", + "@clearAllSettingsQuestion": {}, "clearChanges": "変更をクリア", + "@clearChanges": {}, "clearSelection": "選択をクリア", + "@clearSelection": {}, "close": "閉じる", + "@close": {}, "code": "コード", + "@code": {}, "collectionFolder": "コレクションフォルダ", + "@collectionFolder": {}, "color": "カラー", + "@color": {}, "combined": "組み合わせ", + "@combined": {}, "communityRating": "コミュニティ評価", + "@communityRating": {}, "continuePage": "続行 - ページ {page}", "@continuePage": { "description": "続行 - ページ 1", @@ -71,12 +104,19 @@ } }, "controls": "コントロール", + "@controls": {}, "dashboard": "ダッシュボード", + "@dashboard": {}, "dashboardContinue": "続行", + "@dashboardContinue": {}, "dashboardContinueListening": "リスニングを続ける", + "@dashboardContinueListening": {}, "dashboardContinueReading": "読み続ける", + "@dashboardContinueReading": {}, "dashboardContinueWatching": "視聴を続ける", + "@dashboardContinueWatching": {}, "dashboardNextUp": "次へ", + "@dashboardNextUp": {}, "dashboardRecentlyAdded": "{name}に最近追加", "@dashboardRecentlyAdded": { "description": "ホーム画面に最近追加", @@ -87,10 +127,15 @@ } }, "dateAdded": "追加日", + "@dateAdded": {}, "dateLastContentAdded": "最後にコンテンツが追加された日", + "@dateLastContentAdded": {}, "datePlayed": "再生日", + "@datePlayed": {}, "days": "日", + "@days": {}, "delete": "削除", + "@delete": {}, "deleteFileFromSystem": "このアイテム {item} を削除すると、ファイルシステムとメディアライブラリの両方から削除されます。\n続行してもよろしいですか?", "@deleteFileFromSystem": { "description": "システムからファイルを削除", @@ -110,6 +155,7 @@ } }, "descending": "降順", + "@descending": {}, "director": "{count, plural, other{監督} one{監督}}", "@director": { "description": "監督", @@ -121,19 +167,33 @@ } }, "disableFilters": "フィルターを無効にする", + "@disableFilters": {}, "disabled": "無効", + "@disabled": {}, "discovered": "発見済み", + "@discovered": {}, "displayLanguage": "表示言語", + "@displayLanguage": {}, "downloadsClearDesc": "すべての同期データを削除してもよろしいですか?\nこれにより、すべての同期ユーザーのデータがクリアされます!", + "@downloadsClearDesc": {}, "downloadsClearTitle": "同期データをクリア", + "@downloadsClearTitle": {}, "downloadsPath": "パス", + "@downloadsPath": {}, "downloadsSyncedData": "同期データ", + "@downloadsSyncedData": {}, "downloadsTitle": "ダウンロード", + "@downloadsTitle": {}, "dynamicText": "動的", + "@dynamicText": {}, "editMetadata": "メタデータを編集", + "@editMetadata": {}, "empty": "空", + "@empty": {}, "enabled": "有効", + "@enabled": {}, "endsAt": "{date}に終了", + "@endsAt": {}, "episode": "{count, plural, other{エピソード} one{エピソード}}", "@episode": { "description": "エピソード", @@ -145,10 +205,15 @@ } }, "error": "エラー", + "@error": {}, "failedToLoadImage": "画像の読み込みに失敗しました", + "@failedToLoadImage": {}, "favorite": "お気に入り", + "@favorite": {}, "favorites": "お気に入り", + "@favorites": {}, "fetchingLibrary": "ライブラリアイテムを取得しています", + "@fetchingLibrary": {}, "filter": "{count, plural, other{フィルター} one{フィルター}}", "@filter": { "description": "フィルター", @@ -160,9 +225,13 @@ } }, "folders": "フォルダ", + "@folders": {}, "fontColor": "フォントの色", + "@fontColor": {}, "fontSize": "フォントサイズ", + "@fontSize": {}, "forceRefresh": "強制リフレッシュ", + "@forceRefresh": {}, "genre": "{count, plural, other{ジャンル} one{ジャンル}}", "@genre": { "description": "ジャンル", @@ -174,19 +243,33 @@ } }, "goTo": "行く", + "@goTo": {}, "grid": "グリッド", + "@grid": {}, "group": "グループ", + "@group": {}, "groupBy": "グループ化", + "@groupBy": {}, "heightOffset": "高さのオフセット", + "@heightOffset": {}, "hide": "非表示", + "@hide": {}, "hideEmpty": "空を非表示", + "@hideEmpty": {}, "home": "ホーム", + "@home": {}, "identify": "識別", + "@identify": {}, "immediately": "すぐに", + "@immediately": {}, "incorrectPinTryAgain": "PINが間違っています、もう一度試してください", + "@incorrectPinTryAgain": {}, "info": "情報", + "@info": {}, "invalidUrl": "無効なURL", + "@invalidUrl": {}, "invalidUrlDesc": "URLはhttp(s)://で始まる必要があります", + "@invalidUrlDesc": {}, "itemCount": "アイテム数: {count}", "@itemCount": { "description": "アイテム数", @@ -217,14 +300,23 @@ } }, "libraryFetchNoItemsFound": "アイテムが見つかりませんでした。設定を変更してみてください。", + "@libraryFetchNoItemsFound": {}, "libraryPageSizeDesc": "一度に読み込む量を設定します。0はページングを無効にします。", + "@libraryPageSizeDesc": {}, "libraryPageSizeTitle": "ライブラリページのサイズ", + "@libraryPageSizeTitle": {}, "light": "ライト", + "@light": {}, "list": "リスト", + "@list": {}, "lockscreen": "ロック画面", + "@lockscreen": {}, "loggedIn": "ログイン済み", + "@loggedIn": {}, "login": "ログイン", + "@login": {}, "logout": "ログアウト", + "@logout": {}, "logoutUserPopupContent": "これにより、{userName} がログアウトされ、アプリからユーザーが削除されます。\n{serverName}に再ログインする必要があります。", "@logoutUserPopupContent": { "description": "ユーザーをログアウトするためのポップアップの説明", @@ -247,21 +339,37 @@ } }, "loop": "ループ", + "@loop": {}, "markAsUnwatched": "未視聴にマーク", + "@markAsUnwatched": {}, "markAsWatched": "視聴済みにマーク", + "@markAsWatched": {}, "masonry": "石工", + "@masonry": {}, "mediaTypeBase": "基本タイプ", + "@mediaTypeBase": {}, "mediaTypeBook": "本", + "@mediaTypeBook": {}, "mediaTypeBoxset": "ボックスセット", + "@mediaTypeBoxset": {}, "mediaTypeEpisode": "エピソード", + "@mediaTypeEpisode": {}, "mediaTypeFolder": "フォルダー", + "@mediaTypeFolder": {}, "mediaTypeMovie": "映画", + "@mediaTypeMovie": {}, "mediaTypePerson": "人物", + "@mediaTypePerson": {}, "mediaTypePhoto": "写真", + "@mediaTypePhoto": {}, "mediaTypePhotoAlbum": "フォトアルバム", + "@mediaTypePhotoAlbum": {}, "mediaTypePlaylist": "プレイリスト", + "@mediaTypePlaylist": {}, "mediaTypeSeason": "シーズン", + "@mediaTypeSeason": {}, "mediaTypeSeries": "シリーズ", + "@mediaTypeSeries": {}, "metaDataSavedFor": "{item} のメタデータが保存されました", "@metaDataSavedFor": { "description": "メタデータが保存されました", @@ -272,8 +380,11 @@ } }, "metadataRefreshDefault": "新しいファイルと更新されたファイルをスキャン", + "@metadataRefreshDefault": {}, "metadataRefreshFull": "すべてのメタデータを置き換える", + "@metadataRefreshFull": {}, "metadataRefreshValidation": "欠落しているメタデータを検索", + "@metadataRefreshValidation": {}, "minutes": "{count}分", "@minutes": { "description": "分", @@ -285,6 +396,7 @@ } }, "mode": "モード", + "@mode": {}, "moreFrom": "{info}の詳細", "@moreFrom": { "description": "詳細", @@ -295,32 +407,59 @@ } }, "moreOptions": "その他のオプション", + "@moreOptions": {}, "mouseDragSupport": "マウスでドラッグ", + "@mouseDragSupport": {}, "musicAlbum": "アルバム", + "@musicAlbum": {}, "name": "名前", + "@name": {}, "navigation": "ナビゲーション", + "@navigation": {}, "navigationDashboard": "ダッシュボード", + "@navigationDashboard": {}, "navigationFavorites": "お気に入り", + "@navigationFavorites": {}, "navigationSync": "同期済み", + "@navigationSync": {}, "never": "なし", + "@never": {}, "nextUp": "次へ", + "@nextUp": {}, "noItemsSynced": "同期されたアイテムはありません", + "@noItemsSynced": {}, "noItemsToShow": "表示するアイテムがありません", + "@noItemsToShow": {}, "noRating": "評価なし", + "@noRating": {}, "noResults": "結果がありません", + "@noResults": {}, "noServersFound": "新しいサーバーが見つかりません", + "@noServersFound": {}, "noSuggestionsFound": "提案が見つかりません", + "@noSuggestionsFound": {}, "none": "なし", + "@none": {}, "normal": "ノーマル", + "@normal": {}, "notPartOfAlbum": "アルバムの一部ではありません", + "@notPartOfAlbum": {}, "openParent": "親フォルダを開く", + "@openParent": {}, "openShow": "番組を開く", + "@openShow": {}, "openWebLink": "ウェブリンクを開く", + "@openWebLink": {}, "options": "オプション", + "@options": {}, "other": "その他", + "@other": {}, "outlineColor": "アウトラインの色", + "@outlineColor": {}, "outlineSize": "アウトラインのサイズ", + "@outlineSize": {}, "overview": "概要", + "@overview": {}, "page": "{index} ページ", "@page": { "description": "ページ", @@ -331,11 +470,17 @@ } }, "parentalRating": "ペアレンタル評価", + "@parentalRating": {}, "password": "パスワード", + "@password": {}, "pathClearTitle": "ダウンロードパスをクリア", + "@pathClearTitle": {}, "pathEditDesc": "この場所はすべてのユーザーに設定されており、同期されたデータはもうアクセスできません。\nストレージに残ります。", + "@pathEditDesc": {}, "pathEditSelect": "ダウンロード先を選択", + "@pathEditSelect": {}, "pathEditTitle": "場所を変更", + "@pathEditTitle": {}, "play": "{item}を再生する", "@play": { "description": "再生する", @@ -346,6 +491,7 @@ } }, "playCount": "再生回数", + "@playCount": {}, "playFrom": "{name}から再生する", "@playFrom": { "description": "から再生する", @@ -365,13 +511,21 @@ } }, "playLabel": "再生", + "@playLabel": {}, "playVideos": "ビデオを再生", + "@playVideos": {}, "played": "再生済み", + "@played": {}, "quickConnectAction": "クイック接続コードを入力", + "@quickConnectAction": {}, "quickConnectInputACode": "コードを入力", + "@quickConnectInputACode": {}, "quickConnectTitle": "クイック接続", + "@quickConnectTitle": {}, "quickConnectWrongCode": "コードが間違っています", + "@quickConnectWrongCode": {}, "random": "ランダム", + "@random": {}, "rating": "{count, plural, other{評価} one{評価}}", "@rating": { "description": "評価", @@ -383,6 +537,7 @@ } }, "reWatch": "再視聴", + "@reWatch": {}, "read": "{item}を読む", "@read": { "description": "読む", @@ -402,8 +557,11 @@ } }, "recursive": "再帰的", + "@recursive": {}, "refresh": "リフレッシュ", + "@refresh": {}, "refreshMetadata": "メタデータを更新", + "@refreshMetadata": {}, "refreshPopup": "リフレッシュ - {name}", "@refreshPopup": { "placeholders": { @@ -413,16 +571,27 @@ } }, "refreshPopupContentMetadata": "メタデータはダッシュボードで有効にされた設定とインターネットサービスに基づいて更新されます。", + "@refreshPopupContentMetadata": {}, "related": "関連", + "@related": {}, "releaseDate": "リリース日", + "@releaseDate": {}, "removeAsFavorite": "お気に入りから削除", + "@removeAsFavorite": {}, "removeFromCollection": "コレクションから削除", + "@removeFromCollection": {}, "removeFromPlaylist": "プレイリストから削除", + "@removeFromPlaylist": {}, "replaceAllImages": "すべての画像を置き換える", + "@replaceAllImages": {}, "replaceExistingImages": "既存の画像を置き換える", + "@replaceExistingImages": {}, "restart": "再起動", + "@restart": {}, "result": "結果", + "@result": {}, "resumable": "再開可能", + "@resumable": {}, "resume": "{item}を再開する", "@resume": { "description": "再開する", @@ -433,12 +602,19 @@ } }, "retrievePublicListOfUsers": "ユーザーの公開リストを取得", + "@retrievePublicListOfUsers": {}, "retry": "再試行", + "@retry": {}, "runTime": "再生時間", + "@runTime": {}, "save": "保存", + "@save": {}, "saved": "保存済み", + "@saved": {}, "scanBiometricHint": "身元を確認する", + "@scanBiometricHint": {}, "scanLibrary": "ライブラリをスキャン", + "@scanLibrary": {}, "scanYourFingerprintToAuthenticate": "指紋をスキャンして{user}を認証してください", "@scanYourFingerprintToAuthenticate": { "placeholders": { @@ -456,7 +632,9 @@ } }, "scrollToTop": "トップにスクロール", + "@scrollToTop": {}, "search": "検索", + "@search": {}, "season": "{count, plural, other{シーズン} one{シーズン}}", "@season": { "description": "シーズン", @@ -478,9 +656,13 @@ } }, "selectAll": "すべて選択", + "@selectAll": {}, "selectTime": "時間を選択", + "@selectTime": {}, "selectViewType": "ビュータイプを選択", + "@selectViewType": {}, "selected": "選択済み", + "@selected": {}, "selectedWith": "{info}を選択済み", "@selectedWith": { "description": "選択済み", @@ -491,7 +673,9 @@ } }, "separate": "分離", + "@separate": {}, "server": "サーバー", + "@server": {}, "set": "設定", "@set": { "description": "特定の値を設定するために使用", @@ -507,50 +691,95 @@ } }, "settingSecurityApplockTitle": "アプリロック", + "@settingSecurityApplockTitle": {}, "settings": "設定", + "@settings": {}, "settingsBlurEpisodesDesc": "次のエピソードをすべてぼかす", + "@settingsBlurEpisodesDesc": {}, "settingsBlurEpisodesTitle": "次のエピソードをぼかす", + "@settingsBlurEpisodesTitle": {}, "settingsBlurredPlaceholderDesc": "ポスターの読み込み中にぼかし背景を表示", + "@settingsBlurredPlaceholderDesc": {}, "settingsBlurredPlaceholderTitle": "ぼかしプレースホルダー", + "@settingsBlurredPlaceholderTitle": {}, "settingsClientDesc": "一般, タイムアウト, レイアウト, テーマ", + "@settingsClientDesc": {}, "settingsClientTitle": "Fladder", + "@settingsClientTitle": {}, "settingsContinue": "続行", + "@settingsContinue": {}, "settingsEnableOsMediaControls": "OSメディアコントロールを有効にする", + "@settingsEnableOsMediaControls": {}, "settingsHomeCarouselDesc": "ダッシュボード画面にカルーセルを表示", + "@settingsHomeCarouselDesc": {}, "settingsHomeCarouselTitle": "ダッシュボードのカルーセル", + "@settingsHomeCarouselTitle": {}, "settingsHomeNextUpDesc": "ダッシュボード画面に表示されるポスターの種類", + "@settingsHomeNextUpDesc": {}, "settingsHomeNextUpTitle": "次のポスター", + "@settingsHomeNextUpTitle": {}, "settingsNextUpCutoffDays": "次のカットオフ日", + "@settingsNextUpCutoffDays": {}, "settingsPlayerCustomSubtitlesDesc": "サイズ、色、位置、アウトラインをカスタマイズする", + "@settingsPlayerCustomSubtitlesDesc": {}, "settingsPlayerCustomSubtitlesTitle": "字幕のカスタマイズ", + "@settingsPlayerCustomSubtitlesTitle": {}, "settingsPlayerDesc": "アスペクト比, 高度な", + "@settingsPlayerDesc": {}, "settingsPlayerMobileWarning": "Androidでハードウェアアクセラレーションとネイティブlibass字幕を有効にすると、一部の字幕がレンダリングされない場合があります。", + "@settingsPlayerMobileWarning": {}, "settingsPlayerNativeLibassAccelDesc": "ビデオプレーヤーlibass字幕レンダラーを使用する", + "@settingsPlayerNativeLibassAccelDesc": {}, "settingsPlayerNativeLibassAccelTitle": "ネイティブlibass字幕", + "@settingsPlayerNativeLibassAccelTitle": {}, "settingsPlayerTitle": "プレーヤー", + "@settingsPlayerTitle": {}, "settingsPlayerVideoHWAccelDesc": "ビデオをレンダリングするためにGPUを使用する(推奨)", + "@settingsPlayerVideoHWAccelDesc": {}, "settingsPlayerVideoHWAccelTitle": "ハードウェアアクセラレーション", + "@settingsPlayerVideoHWAccelTitle": {}, "settingsPosterPinch": "ポスターをスケールするためにピンチズーム", + "@settingsPosterPinch": {}, "settingsPosterSize": "ポスターサイズ", + "@settingsPosterSize": {}, "settingsPosterSlider": "スケールスライダーを表示", + "@settingsPosterSlider": {}, "settingsProfileDesc": "ロック画面", + "@settingsProfileDesc": {}, "settingsProfileTitle": "プロフィール", + "@settingsProfileTitle": {}, "settingsQuickConnectTitle": "クイック接続", + "@settingsQuickConnectTitle": {}, "settingsSecurity": "セキュリティ", + "@settingsSecurity": {}, "settingsShowScaleSlider": "ポスターサイズスライダーを表示", + "@settingsShowScaleSlider": {}, "settingsVisual": "ビジュアル", + "@settingsVisual": {}, "shadow": "影", + "@shadow": {}, "showAlbum": "アルバムを表示", + "@showAlbum": {}, "showDetails": "詳細を表示", + "@showDetails": {}, "showEmpty": "空を表示", + "@showEmpty": {}, "shuffleGallery": "ギャラリーをシャッフル", + "@shuffleGallery": {}, "shuffleVideos": "ビデオをシャッフル", + "@shuffleVideos": {}, "somethingWentWrong": "問題が発生しました", + "@somethingWentWrong": {}, "somethingWentWrongPasswordCheck": "何かがうまくいかなかった、パスワードを確認してください", + "@somethingWentWrongPasswordCheck": {}, "sortBy": "並び替え", + "@sortBy": {}, "sortName": "名前", + "@sortName": {}, "sortOrder": "並び順", + "@sortOrder": {}, "start": "スタート", + "@start": {}, "studio": "{count, plural, other{スタジオ} one{スタジオ}}", "@studio": { "description": "スタジオ", @@ -562,10 +791,15 @@ } }, "subtitleConfigurator": "字幕コンフィギュレーター", + "@subtitleConfigurator": {}, "subtitleConfiguratorPlaceHolder": "これはプレースホルダーテキストです。\nここには何もありません。", + "@subtitleConfiguratorPlaceHolder": {}, "subtitles": "字幕", + "@subtitles": {}, "switchUser": "ユーザーを切り替える", + "@switchUser": {}, "sync": "同期", + "@sync": {}, "syncDeleteItemDesc": "すべての同期されたデータを削除しますか?\n{item}", "@syncDeleteItemDesc": { "description": "同期削除アイテムのポップアップウィンドウ", @@ -576,12 +810,19 @@ } }, "syncDeleteItemTitle": "同期されたアイテムを削除", + "@syncDeleteItemTitle": {}, "syncDeletePopupPermanent": "この操作は恒久的であり、すべてのローカルに同期されたファイルを削除します", + "@syncDeletePopupPermanent": {}, "syncDetails": "詳細を同期", + "@syncDetails": {}, "syncOpenParent": "親を開く", + "@syncOpenParent": {}, "syncRemoveDataDesc": "同期されたビデオデータを削除しますか?これは永久的なもので、ファイルを再同期する必要があります", + "@syncRemoveDataDesc": {}, "syncRemoveDataTitle": "同期データを削除しますか?", + "@syncRemoveDataTitle": {}, "syncedItems": "同期されたアイテム", + "@syncedItems": {}, "tag": "{count, plural, one{タグ} other{タグ}}", "@tag": { "description": "タグ", @@ -593,10 +834,15 @@ } }, "theme": "テーマ", + "@theme": {}, "themeColor": "テーマカラー", + "@themeColor": {}, "themeModeDark": "ダーク", + "@themeModeDark": {}, "themeModeLight": "ライト", + "@themeModeLight": {}, "themeModeSystem": "システム", + "@themeModeSystem": {}, "timeAndAnnotation": "{minutes} と {seconds}", "@timeAndAnnotation": { "description": "timeAndAnnotation", @@ -610,6 +856,7 @@ } }, "timeOut": "タイムアウト", + "@timeOut": {}, "totalSize": "合計サイズ: {size}", "@totalSize": { "placeholders": { @@ -629,24 +876,43 @@ } }, "unPlayed": "未再生", + "@unPlayed": {}, "unableToConnectHost": "ホストに接続できません", + "@unableToConnectHost": {}, "unableToReverseAction": "この操作は元に戻せません。すべての設定が削除されます。", + "@unableToReverseAction": {}, "unknown": "不明", + "@unknown": {}, "useDefaults": "デフォルトを使用", + "@useDefaults": {}, "userName": "ユーザー名", + "@userName": {}, "video": "ビデオ", + "@video": {}, "videoScaling": "ビデオスケーリング", + "@videoScaling": {}, "videoScalingContain": "含む", + "@videoScalingContain": {}, "videoScalingCover": "カバー", + "@videoScalingCover": {}, "videoScalingFill": "全体に表示", + "@videoScalingFill": {}, "videoScalingFillScreenDesc": "ナビゲーションバーとステータスバーを埋める", + "@videoScalingFillScreenDesc": {}, "videoScalingFillScreenNotif": "画面全体はビデオフィットを上書きし、水平回転で", + "@videoScalingFillScreenNotif": {}, "videoScalingFillScreenTitle": "画面全体に表示", + "@videoScalingFillScreenTitle": {}, "videoScalingFitHeight": "高さに合わせる", + "@videoScalingFitHeight": {}, "videoScalingFitWidth": "幅に合わせる", + "@videoScalingFitWidth": {}, "videoScalingScaleDown": "スケールダウン", + "@videoScalingScaleDown": {}, "viewPhotos": "写真を見る", + "@viewPhotos": {}, "watchOn": "で見る", + "@watchOn": {}, "writer": "{count, plural, other{作家} one{作家}}", "@writer": { "description": "作家", @@ -666,5 +932,7 @@ "example": "1" } } - } -} \ No newline at end of file + }, + "nativeName": "日本語 (にほんご)", + "@nativeName": {} +} diff --git a/lib/l10n/app_nb.arb b/lib/l10n/app_nb.arb new file mode 100644 index 0000000..6fa0c3b --- /dev/null +++ b/lib/l10n/app_nb.arb @@ -0,0 +1,945 @@ +{ + "@@locale": "nb", + "amoledBlack": "Nattsvart", + "@amoledBlack": {}, + "addAsFavorite": "Legg til som favoritt", + "@addAsFavorite": {}, + "appLockAutoLogin": "Automatisk innlogging", + "@appLockAutoLogin": {}, + "about": "Om", + "@about": {}, + "accept": "Godta", + "@accept": {}, + "active": "Aktiv", + "@active": {}, + "addToCollection": "Legg til i samling", + "@addToCollection": {}, + "addToPlaylist": "Legg til i spilleliste", + "@addToPlaylist": {}, + "all": "Alle", + "@all": {}, + "ascending": "Stigende", + "@ascending": {}, + "audio": "Lyd", + "@audio": {}, + "backgroundBlur": "Bakgrunnstilsløring", + "@backgroundBlur": {}, + "backgroundOpacity": "Bakgrunnsdekkevne", + "@backgroundOpacity": {}, + "cancel": "Avbryt", + "@cancel": {}, + "change": "Endre", + "@change": {}, + "clear": "Tøm", + "@clear": {}, + "clearAllSettings": "Fjern alle innstillinger", + "@clearAllSettings": {}, + "clearAllSettingsQuestion": "Fjern alle innstillinger?", + "@clearAllSettingsQuestion": {}, + "clearChanges": "Fjern innstillinger", + "@clearChanges": {}, + "clearSelection": "Tøm utvalg", + "@clearSelection": {}, + "close": "Lukk", + "@close": {}, + "code": "Kode", + "@code": {}, + "color": "Farge", + "@color": {}, + "dashboard": "Kontrollpanel", + "@dashboard": {}, + "dashboardContinue": "Fortsett", + "@dashboardContinue": {}, + "dashboardContinueListening": "Fortsett lytting", + "@dashboardContinueListening": {}, + "dashboardContinueReading": "Fortsett lesing", + "@dashboardContinueReading": {}, + "dashboardContinueWatching": "Fortsett visning", + "@dashboardContinueWatching": {}, + "dashboardNextUp": "Neste", + "@dashboardNextUp": {}, + "appLockTitle": "Velg innloggingsmetode for {userName}", + "@appLockTitle": { + "description": "Pop-up to pick a login method", + "placeholders": { + "userName": { + "type": "String" + } + } + }, + "descending": "Synkende", + "@descending": {}, + "advanced": "Avansert", + "@advanced": {}, + "appLockBiometrics": "Biometri", + "@appLockBiometrics": {}, + "editMetadata": "Rediger metadata", + "@editMetadata": {}, + "empty": "Tom", + "@empty": {}, + "combined": "Kombinert", + "@combined": {}, + "dateAdded": "Dato tillagt", + "@dateAdded": {}, + "days": "Dager", + "@days": {}, + "delete": "Slett", + "@delete": {}, + "deleteItem": "Slett {item}?", + "@deleteItem": { + "description": "deleteItem", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "discovered": "Oppdaget", + "@discovered": {}, + "dynamicText": "Dynamisk", + "@dynamicText": {}, + "error": "Feil", + "@error": {}, + "folders": "Mapper", + "@folders": {}, + "fontColor": "Skriftfarge", + "@fontColor": {}, + "fontSize": "Skriftstørrelse", + "@fontSize": {}, + "goTo": "Gå til", + "@goTo": {}, + "mode": "Modus", + "@mode": {}, + "nextUp": "Neste", + "@nextUp": {}, + "noServersFound": "Fant ikke noen nye tjenere", + "@noServersFound": {}, + "noSuggestionsFound": "Fant ikke noen forslag", + "@noSuggestionsFound": {}, + "none": "Ingen", + "@none": {}, + "normal": "Normal", + "@normal": {}, + "notPartOfAlbum": "Ikke på et album", + "@notPartOfAlbum": {}, + "openShow": "Åpne visning", + "@openShow": {}, + "options": "Alternativer", + "@options": {}, + "quickConnectInputACode": "Skriv inn en kode", + "@quickConnectInputACode": {}, + "quickConnectTitle": "Hurtigtilkobling", + "@quickConnectTitle": {}, + "quickConnectWrongCode": "Feil kode", + "@quickConnectWrongCode": {}, + "random": "Tilfeldig", + "@random": {}, + "metaDataSavedFor": "Metadata lagret for {item}", + "@metaDataSavedFor": { + "description": "metaDataSavedFor", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "navigation": "Navigasjon", + "@navigation": {}, + "moreFrom": "Mer fra {info}", + "@moreFrom": { + "description": "More from", + "placeholders": { + "info": { + "type": "String" + } + } + }, + "never": "Aldri", + "@never": {}, + "moreOptions": "Flere alternativer", + "@moreOptions": {}, + "name": "Navn", + "@name": {}, + "musicAlbum": "Album", + "@musicAlbum": {}, + "navigationFavorites": "Favoritter", + "@navigationFavorites": {}, + "other": "Annet", + "@other": {}, + "outlineColor": "Utrissfarge", + "@outlineColor": {}, + "outlineSize": "Utriss-størrelse", + "@outlineSize": {}, + "password": "Passord", + "@password": {}, + "play": "Spill {item}", + "@play": { + "description": "Play with", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "playVideos": "Spill videoer", + "@playVideos": {}, + "overview": "Oversikt", + "@overview": {}, + "page": "Side {index}", + "@page": { + "description": "page", + "placeholders": { + "index": { + "type": "int" + } + } + }, + "played": "Avspilt", + "@played": {}, + "quickConnectAction": "Skriv inn hurtigtilkoblingskode for", + "@quickConnectAction": {}, + "reWatch": "Se igjen", + "@reWatch": {}, + "read": "Les {item}", + "@read": { + "description": "read", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "replaceAllImages": "Erstatt alle bilder", + "@replaceAllImages": {}, + "bold": "Fet", + "@bold": {}, + "collectionFolder": "Mappe for samling", + "@collectionFolder": {}, + "communityRating": "Gemenskapsvurdering", + "@communityRating": {}, + "controls": "Kontroller", + "@controls": {}, + "dashboardRecentlyAdded": "Nylig lagt til i {name}", + "@dashboardRecentlyAdded": { + "description": "Recently added on home screen", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "actor": "{count, plural, other{Skuespillere} one{Skuespiller}}", + "@actor": { + "description": "actor", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "appLockPasscode": "Passord", + "@appLockPasscode": {}, + "autoPlay": "Auto-avspilling", + "@autoPlay": {}, + "replaceExistingImages": "Erstatt eksisterende bilder", + "@replaceExistingImages": {}, + "result": "Resultat", + "@result": {}, + "retry": "Prøv igjen", + "@retry": {}, + "save": "Lagre", + "@save": {}, + "scanLibrary": "Skann bibliotek", + "@scanLibrary": {}, + "shadow": "Skygge", + "@shadow": {}, + "showAlbum": "Vis album", + "@showAlbum": {}, + "showDetails": "Vis detaljer", + "@showDetails": {}, + "shuffleGallery": "Omstokking av galleri", + "@shuffleGallery": {}, + "shuffleVideos": "Omstokking av videoer", + "@shuffleVideos": {}, + "somethingWentWrong": "Noe gikk galt", + "@somethingWentWrong": {}, + "sortName": "Navn", + "@sortName": {}, + "start": "Start", + "@start": {}, + "switchUser": "Bytt bruker", + "@switchUser": {}, + "theme": "Drakt", + "@theme": {}, + "settingsPosterSize": "Plakatstørrelse", + "@settingsPosterSize": {}, + "settingsProfileTitle": "Profil", + "@settingsProfileTitle": {}, + "saved": "Lagret", + "@saved": {}, + "settingsSecurity": "Sikkerhet", + "@settingsSecurity": {}, + "scanBiometricHint": "Bekreft identitet", + "@scanBiometricHint": {}, + "settingsProfileDesc": "Låseskjerm", + "@settingsProfileDesc": {}, + "settingsQuickConnectTitle": "Hurtigtilkobling", + "@settingsQuickConnectTitle": {}, + "sortBy": "Sorter etter", + "@sortBy": {}, + "sortOrder": "Sorteringsrekkefølge", + "@sortOrder": {}, + "subtitles": "Undertekster", + "@subtitles": {}, + "themeModeDark": "Mørk", + "@themeModeDark": {}, + "themeModeSystem": "System", + "@themeModeSystem": {}, + "videoScalingCover": "Omslag", + "@videoScalingCover": {}, + "themeModeLight": "Lys", + "@themeModeLight": {}, + "totalSize": "Total størrelse: {size}", + "@totalSize": { + "placeholders": { + "size": { + "type": "String" + } + } + }, + "unknown": "Ukjent", + "@unknown": {}, + "themeColor": "Draktfarge", + "@themeColor": {}, + "useDefaults": "Bruk forvalg", + "@useDefaults": {}, + "userName": "Brukernavn", + "@userName": {}, + "video": "Video", + "@video": {}, + "videoScalingFill": "Fyll", + "@videoScalingFill": {}, + "timeAndAnnotation": "{minutes} og {seconds}", + "@timeAndAnnotation": { + "description": "timeAndAnnotation", + "placeholders": { + "minutes": { + "type": "String" + }, + "seconds": { + "type": "String" + } + } + }, + "videoScalingFillScreenTitle": "Fyll skjerm", + "@videoScalingFillScreenTitle": {}, + "videoScalingFillScreenDesc": "Fyll navigasjon og statusfelt", + "@videoScalingFillScreenDesc": {}, + "videoScalingFitWidth": "Tilpass bredde", + "@videoScalingFitWidth": {}, + "videoScalingFitHeight": "Tilpass høyde", + "@videoScalingFitHeight": {}, + "viewPhotos": "Vis bilder", + "@viewPhotos": {}, + "datePlayed": "Dato avspilt", + "@datePlayed": {}, + "biometricsFailedCheckAgain": "Biometri mislyktes. Sjekk innstillingene og prøv igjen.", + "@biometricsFailedCheckAgain": {}, + "disableFilters": "Skru av filtre", + "@disableFilters": {}, + "disabled": "Avskrudd", + "@disabled": {}, + "displayLanguage": "Visningsspråk", + "@displayLanguage": {}, + "downloadsClearTitle": "Tøm synkronisert data", + "@downloadsClearTitle": {}, + "downloadsPath": "Sti", + "@downloadsPath": {}, + "downloadsSyncedData": "Synkronisert data", + "@downloadsSyncedData": {}, + "endsAt": "slutter {date}", + "@endsAt": { + "description": "endsAt", + "placeholders": { + "date": { + "type": "DateTime", + "format": "jm" + } + } + }, + "favorite": "Favoritt", + "@favorite": {}, + "favorites": "Favoritter", + "@favorites": {}, + "fetchingLibrary": "Henter bibliotekselementer …", + "@fetchingLibrary": {}, + "forceRefresh": "Påtving gjenoppfriskning", + "@forceRefresh": {}, + "grid": "Rutenett", + "@grid": {}, + "group": "Gruppe", + "@group": {}, + "markAsUnwatched": "Marker som usett", + "@markAsUnwatched": {}, + "markAsWatched": "Marker som sett", + "@markAsWatched": {}, + "mediaTypeBook": "Bok", + "@mediaTypeBook": {}, + "mediaTypeEpisode": "Episode", + "@mediaTypeEpisode": {}, + "mediaTypeFolder": "Mappe", + "@mediaTypeFolder": {}, + "mediaTypeMovie": "Film", + "@mediaTypeMovie": {}, + "mediaTypePerson": "Person", + "@mediaTypePerson": {}, + "mediaTypePhoto": "Bilde", + "@mediaTypePhoto": {}, + "mediaTypePhotoAlbum": "Fotoalbum", + "@mediaTypePhotoAlbum": {}, + "mediaTypePlaylist": "Spilleliste", + "@mediaTypePlaylist": {}, + "mediaTypeSeason": "Sesong", + "@mediaTypeSeason": {}, + "mediaTypeSeries": "Serie", + "@mediaTypeSeries": {}, + "metadataRefreshDefault": "Se etter nye og oppdaterte filer", + "@metadataRefreshDefault": {}, + "metadataRefreshFull": "Erstatt all metadata", + "@metadataRefreshFull": {}, + "metadataRefreshValidation": "Søk etter manglende metadata", + "@metadataRefreshValidation": {}, + "libraryPageSizeTitle": "Sidestørrelse for bibliotek", + "@libraryPageSizeTitle": {}, + "mediaTypeBoxset": "Bokssett", + "@mediaTypeBoxset": {}, + "mouseDragSupport": "Dra med musen", + "@mouseDragSupport": {}, + "navigationSync": "Synkronisert", + "@navigationSync": {}, + "noItemsToShow": "Ingen elementer å vise", + "@noItemsToShow": {}, + "noRating": "Ingen vurdering", + "@noRating": {}, + "noResults": "Resultatløst", + "@noResults": {}, + "openParent": "Åpne inneholdende", + "@openParent": {}, + "openWebLink": "Åpne vev-lenke", + "@openWebLink": {}, + "playFrom": "Spill fra {name}", + "@playFrom": { + "description": "playFrom", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "playCount": "Antall avspillinger", + "@playCount": {}, + "playLabel": "Spill", + "@playLabel": {}, + "navigationDashboard": "Oversikt", + "@navigationDashboard": {}, + "minutes": "{count, plural, other{Minutter} one{Minutt} }", + "@minutes": { + "description": "minute", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "noItemsSynced": "Ingen elementer synkronisert", + "@noItemsSynced": {}, + "pathClearTitle": "Tøm nedlastninigssti", + "@pathClearTitle": {}, + "pathEditSelect": "Velg nedlastningsmål", + "@pathEditSelect": {}, + "pathEditTitle": "Endre plassering", + "@pathEditTitle": {}, + "playFromStart": "Spill {name} fra starten", + "@playFromStart": { + "description": "speel vanaf het begin", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "refresh": "Gjenoppfrisk", + "@refresh": {}, + "refreshMetadata": "Gjenoppfrisk metadata", + "@refreshMetadata": {}, + "related": "Reatert", + "@related": {}, + "releaseDate": "Slippdato", + "@releaseDate": {}, + "removeAsFavorite": "Fjern som favoritt", + "@removeAsFavorite": {}, + "selectTime": "Velg tid", + "@selectTime": {}, + "selectViewType": "Velg visningstype", + "@selectViewType": {}, + "selectAll": "Velg alt", + "@selectAll": {}, + "search": "Søk", + "@search": {}, + "scrollToTop": "Rull til toppen", + "@scrollToTop": {}, + "removeFromCollection": "Fjern fra samling", + "@removeFromCollection": {}, + "restart": "Start på ny", + "@restart": {}, + "downloadsTitle": "Nedlastninger", + "@downloadsTitle": {}, + "enabled": "Påskrudd", + "@enabled": {}, + "groupBy": "Grupper etter", + "@groupBy": {}, + "identify": "Identifiser", + "@identify": {}, + "heightOffset": "Høydeavvik", + "@heightOffset": {}, + "episode": "{count, plural, other{Episoder} one{Episode} }", + "@episode": { + "description": "episode", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "hide": "Skjul", + "@hide": {}, + "home": "Hjem", + "@home": {}, + "immediately": "Umiddelbart", + "@immediately": {}, + "hideEmpty": "Skjul tomme", + "@hideEmpty": {}, + "info": "Info", + "@info": {}, + "itemCount": "Elementantall: {count}", + "@itemCount": { + "description": "Item count", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "invalidUrl": "Ugyldig nettadresse", + "@invalidUrl": {}, + "light": "Lys", + "@light": {}, + "loop": "Gjentagelse", + "@loop": {}, + "list": "Liste", + "@list": {}, + "login": "Logg inn", + "@login": {}, + "lockscreen": "Låseskjerm", + "@lockscreen": {}, + "loggedIn": "Innlogget", + "@loggedIn": {}, + "libraryFetchNoItemsFound": "Fant ikke noen slike elementer. Prøv andre innstillinger.", + "@libraryFetchNoItemsFound": {}, + "incorrectPinTryAgain": "Feil PIN. Prøv igjen.", + "@incorrectPinTryAgain": {}, + "invalidUrlDesc": "Nettadressen må starte med http(s)://", + "@invalidUrlDesc": {}, + "libraryPageSizeDesc": "Sett mengden å laste inn samtidig. «0» skrur av sideinndeling.", + "@libraryPageSizeDesc": {}, + "logout": "Logg ut", + "@logout": {}, + "resumable": "Kan fortsettes", + "@resumable": {}, + "runTime": "Spilletid", + "@runTime": {}, + "removeFromPlaylist": "Fjern fra samling", + "@removeFromPlaylist": {}, + "scanningName": "Skanner — {name} …", + "@scanningName": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "chapter": "{count, plural, other{Kapitler} one{Kapittel}}", + "@chapter": { + "description": "chapter", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "continuePage": "Fortsett — side {page}", + "@continuePage": { + "description": "Continue - page 1", + "placeholders": { + "page": { + "type": "int" + } + } + }, + "dateLastContentAdded": "Dato innhold sist ble lagt til", + "@dateLastContentAdded": {}, + "failedToLoadImage": "Kunne ikke laste inn bilde", + "@failedToLoadImage": {}, + "filter": "{count, plural, other{Filtre} one{Filter}}", + "@filter": { + "description": "filter", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "deleteFileFromSystem": "Sletting av elementet «{item}» sletter det både fra filsystemet og ditt mediabibliotek.\nEr du sikker på at du vil fortsette?", + "@deleteFileFromSystem": { + "description": "Delete file from system", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "director": "{count, plural, other{Regissør} two{Regissører}}", + "@director": { + "description": "director", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "downloadsClearDesc": "Fjern all synkronisert data, noe som\nfjerner all data for alle synkroniserte brukere?", + "@downloadsClearDesc": {}, + "genre": "{count, plural, other{Sjangere} one{Sjanger}}", + "@genre": { + "description": "genre", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "logoutUserPopupTitle": "Logg ut {userName}?", + "@logoutUserPopupTitle": { + "description": "Pop-up for loging out the user", + "placeholders": { + "userName": { + "type": "String" + } + } + }, + "library": "{count, plural, other{Bibliotek} one{Bibliotek}}", + "@library": { + "description": "Plural", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "masonry": "Flislegging", + "@masonry": {}, + "mediaTypeBase": "Basetype", + "@mediaTypeBase": {}, + "logoutUserPopupContent": "Dette vil logge ut {userName} og slette brukeren fra programmet.\nDu vil måtte logge inn igjen på {serverName}.", + "@logoutUserPopupContent": { + "description": "Pop-up for loging out the user description", + "placeholders": { + "userName": { + "type": "String" + }, + "serverName": { + "type": "String" + } + } + }, + "parentalRating": "Foreldreveiledning", + "@parentalRating": {}, + "pathEditDesc": "Dette målet er satt for alle brukere, og all synkronisert data vil bli utilgjengelig.\nDen vil forbli på lagringen din.", + "@pathEditDesc": {}, + "separate": "For seg selv", + "@separate": {}, + "server": "Tjener", + "@server": {}, + "set": "Sett", + "@set": { + "description": "Use for setting a certain value", + "context": "Set 'time'" + }, + "setIdentityTo": "Sett identitet til {name}", + "@setIdentityTo": { + "description": "setIdentityTo", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "settingSecurityApplockTitle": "Programlås", + "@settingSecurityApplockTitle": {}, + "settings": "Innstillinger", + "@settings": {}, + "settingsBlurEpisodesDesc": "Tilslør alle kommende episoder", + "@settingsBlurEpisodesDesc": {}, + "rating": "{count, plural, other{Vurderinger} one{Vurdering}}", + "@rating": { + "description": "rating", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "readFromStart": "Les {item} fra begynnelsen", + "@readFromStart": { + "description": "Read book from start", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "recursive": "Rekursivt", + "@recursive": {}, + "refreshPopup": "Gjenoppfrisk — {name}", + "@refreshPopup": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "resume": "Fortsett {item}", + "@resume": { + "description": "resume", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "retrievePublicListOfUsers": "Hent offentlig liste over brukere", + "@retrievePublicListOfUsers": {}, + "seconds": "{count, plural, other{Sekunder} one{Sekund}}", + "@seconds": { + "description": "second", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "settingsBlurEpisodesTitle": "Tilslør kommende episoder", + "@settingsBlurEpisodesTitle": {}, + "settingsBlurredPlaceholderDesc": "Vis tilslørt bakgrunn ved innlasting av plakater", + "@settingsBlurredPlaceholderDesc": {}, + "refreshPopupContentMetadata": "Metadata gjenoppfriskes basert på innstillinger og Internett-tjenester som er påskrudd i oversikten.", + "@refreshPopupContentMetadata": {}, + "scanYourFingerprintToAuthenticate": "Skann fingeravtrykket ditt for å identitetsbekrefte {user}", + "@scanYourFingerprintToAuthenticate": { + "placeholders": { + "user": { + "type": "String" + } + } + }, + "settingsBlurredPlaceholderTitle": "Tilslørt plassholder", + "@settingsBlurredPlaceholderTitle": {}, + "settingsClientDesc": "Generelt, tidsavbrudd, oppsett, drakt", + "@settingsClientDesc": {}, + "settingsClientTitle": "Fladder", + "@settingsClientTitle": {}, + "settingsContinue": "Fortsett", + "@settingsContinue": {}, + "settingsEnableOsMediaControls": "Skru på mediakontroll fra operativsystemet", + "@settingsEnableOsMediaControls": {}, + "settingsHomeCarouselDesc": "Viser en karusell i oversikten", + "@settingsHomeCarouselDesc": {}, + "settingsHomeCarouselTitle": "Oversiktskarusell", + "@settingsHomeCarouselTitle": {}, + "settingsHomeNextUpDesc": "Plakattype i oversikten", + "@settingsHomeNextUpDesc": {}, + "settingsHomeNextUpTitle": "Plakater for kommende materiale", + "@settingsHomeNextUpTitle": {}, + "settingsNextUpCutoffDays": "Grense for kommende", + "@settingsNextUpCutoffDays": {}, + "settingsPlayerCustomSubtitlesDesc": "Tilpass — størrelse, farge, posisjon, omriss", + "@settingsPlayerCustomSubtitlesDesc": {}, + "settingsPlayerCustomSubtitlesTitle": "Tilpass undertekster", + "@settingsPlayerCustomSubtitlesTitle": {}, + "settingsPlayerDesc": "Sideretningsforhold, avansert", + "@settingsPlayerDesc": {}, + "settingsPlayerNativeLibassAccelTitle": "Systemspesifikke libass-undertekster", + "@settingsPlayerNativeLibassAccelTitle": {}, + "settingsPlayerTitle": "Avspiller", + "@settingsPlayerTitle": {}, + "settingsPlayerVideoHWAccelTitle": "Maskinvareakselerasjon", + "@settingsPlayerVideoHWAccelTitle": {}, + "settingsShowScaleSlider": "Vis størrelsesglidebryter for plakater", + "@settingsShowScaleSlider": {}, + "settingsVisual": "Visuell", + "@settingsVisual": {}, + "showEmpty": "Vis tom", + "@showEmpty": {}, + "subtitleConfigurator": "Undertekst-tilpasning", + "@subtitleConfigurator": {}, + "subtitleConfiguratorPlaceHolder": "Dette er en plassholdertekst,\n kun ufisk her.", + "@subtitleConfiguratorPlaceHolder": {}, + "settingsPlayerVideoHWAccelDesc": "Bruk grafikkortet til opptegning av video (anbefalt)", + "@settingsPlayerVideoHWAccelDesc": {}, + "studio": "{count, plural, other{Studio} one{Studio}}", + "@studio": { + "description": "studio", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "settingsPlayerNativeLibassAccelDesc": "Bruk videospilleren libass som undertekstopptegner", + "@settingsPlayerNativeLibassAccelDesc": {}, + "sync": "Synkroniser", + "@sync": {}, + "syncDeleteItemDesc": "Slett all synkronisert data for?\n{item}", + "@syncDeleteItemDesc": { + "description": "Sync delete item pop-up window", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "syncDeleteItemTitle": "Slett synkronisert element", + "@syncDeleteItemTitle": {}, + "syncDetails": "Synkroniseringsdetaljer", + "@syncDetails": {}, + "syncOpenParent": "Åpne inneholdende", + "@syncOpenParent": {}, + "syncRemoveDataTitle": "Fjern synkronisert data?", + "@syncRemoveDataTitle": {}, + "syncedItems": "Synkroniserte elementer", + "@syncedItems": {}, + "timeOut": "Tidsavbrudd", + "@timeOut": {}, + "type": "{count, plural, other{Typer} one{Type}}", + "@type": { + "description": "type", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "unPlayed": "Ikke spilt", + "@unPlayed": {}, + "unableToConnectHost": "Kunne ikke koble til verten", + "@unableToConnectHost": {}, + "unableToReverseAction": "Denne handlingen kan ikke angres. Alle innstillinger vil bli fjernet.", + "@unableToReverseAction": {}, + "videoScalingContain": "Inneholder", + "@videoScalingContain": {}, + "videoScaling": "Videoskalering", + "@videoScaling": {}, + "videoScalingScaleDown": "Skaler ned", + "@videoScalingScaleDown": {}, + "watchOn": "Sett", + "@watchOn": {}, + "writer": "{count, plural, other{Forfatter} two{Forfattere}}", + "@writer": { + "description": "writer", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "year": "{count, plural, other{År} one{År}}", + "@year": { + "description": "year", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "syncDeletePopupPermanent": "Denne handlingen kan ikke angres og vil fjerne alle lokalt synkroniserte filer.", + "@syncDeletePopupPermanent": {}, + "syncRemoveDataDesc": "Slett synkronisert videodata? Dette kan ikke angres og du vil måtte re-synkronisere filene.", + "@syncRemoveDataDesc": {}, + "videoScalingFillScreenNotif": "Fylling av skjermen overstyrer videotilpasning, i vannrett sideretning", + "@videoScalingFillScreenNotif": {}, + "tag": "{count, plural, one{Tagg} other{Tagger}}", + "@tag": { + "description": "tag", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "label": "{count, plural, other{Etiketter} one{Etiketter}}", + "@label": { + "description": "label", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "selected": "Valgt", + "@selected": {}, + "season": "{count, plural, other{Sesong} one{Sesonger} }", + "@season": { + "description": "season", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "selectedWith": "Valgte {info}", + "@selectedWith": { + "description": "selected", + "placeholders": { + "info": { + "type": "String" + } + } + }, + "settingsPosterPinch": "Knip-forstørrelse for oppblåsing av plakater", + "@settingsPosterPinch": {}, + "settingsPosterSlider": "Vis skala-glidebryter", + "@settingsPosterSlider": {}, + "somethingWentWrongPasswordCheck": "Noe gikk galt. Sjekk passordet ditt.", + "@somethingWentWrongPasswordCheck": {}, + "settingsPlayerMobileWarning": "Å skru på maskinvareaskelerasjon og systemspesifikke libass-undertekster på Android kan føre til at noen undertekster ikke vises.", + "@settingsPlayerMobileWarning": {}, + "nativeName": "Norsk", + "@nativeName": {} +} diff --git a/lib/l10n/app_nb_NO.arb b/lib/l10n/app_nb_NO.arb new file mode 100644 index 0000000..117b652 --- /dev/null +++ b/lib/l10n/app_nb_NO.arb @@ -0,0 +1,944 @@ +{ + "amoledBlack": "Nattsvart", + "@amoledBlack": {}, + "addAsFavorite": "Legg til som favoritt", + "@addAsFavorite": {}, + "appLockAutoLogin": "Automatisk innlogging", + "@appLockAutoLogin": {}, + "about": "Om", + "@about": {}, + "accept": "Godta", + "@accept": {}, + "active": "Aktiv", + "@active": {}, + "addToCollection": "Legg til i samling", + "@addToCollection": {}, + "addToPlaylist": "Legg til i spilleliste", + "@addToPlaylist": {}, + "all": "Alle", + "@all": {}, + "ascending": "Stigende", + "@ascending": {}, + "audio": "Lyd", + "@audio": {}, + "backgroundBlur": "Bakgrunnstilsløring", + "@backgroundBlur": {}, + "backgroundOpacity": "Bakgrunnsdekkevne", + "@backgroundOpacity": {}, + "cancel": "Avbryt", + "@cancel": {}, + "change": "Endre", + "@change": {}, + "clear": "Tøm", + "@clear": {}, + "clearAllSettings": "Fjern alle innstillinger", + "@clearAllSettings": {}, + "clearAllSettingsQuestion": "Fjern alle innstillinger?", + "@clearAllSettingsQuestion": {}, + "clearChanges": "Fjern innstillinger", + "@clearChanges": {}, + "clearSelection": "Tøm utvalg", + "@clearSelection": {}, + "close": "Lukk", + "@close": {}, + "code": "Kode", + "@code": {}, + "color": "Farge", + "@color": {}, + "dashboard": "Kontrollpanel", + "@dashboard": {}, + "dashboardContinue": "Fortsett", + "@dashboardContinue": {}, + "dashboardContinueListening": "Fortsett lytting", + "@dashboardContinueListening": {}, + "dashboardContinueReading": "Fortsett lesing", + "@dashboardContinueReading": {}, + "dashboardContinueWatching": "Fortsett visning", + "@dashboardContinueWatching": {}, + "dashboardNextUp": "Neste", + "@dashboardNextUp": {}, + "appLockTitle": "Velg innloggingsmetode for {userName}", + "@appLockTitle": { + "description": "Pop-up to pick a login method", + "placeholders": { + "userName": { + "type": "String" + } + } + }, + "descending": "Synkende", + "@descending": {}, + "advanced": "Avansert", + "@advanced": {}, + "appLockBiometrics": "Biometri", + "@appLockBiometrics": {}, + "editMetadata": "Rediger metadata", + "@editMetadata": {}, + "empty": "Tom", + "@empty": {}, + "combined": "Kombinert", + "@combined": {}, + "dateAdded": "Dato tillagt", + "@dateAdded": {}, + "days": "Dager", + "@days": {}, + "delete": "Slett", + "@delete": {}, + "deleteItem": "Slett {item}?", + "@deleteItem": { + "description": "deleteItem", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "discovered": "Oppdaget", + "@discovered": {}, + "dynamicText": "Dynamisk", + "@dynamicText": {}, + "error": "Feil", + "@error": {}, + "folders": "Mapper", + "@folders": {}, + "fontColor": "Skriftfarge", + "@fontColor": {}, + "fontSize": "Skriftstørrelse", + "@fontSize": {}, + "goTo": "Gå til", + "@goTo": {}, + "mode": "Modus", + "@mode": {}, + "nextUp": "Neste", + "@nextUp": {}, + "noServersFound": "Fant ikke noen nye tjenere", + "@noServersFound": {}, + "noSuggestionsFound": "Fant ikke noen forslag", + "@noSuggestionsFound": {}, + "none": "Ingen", + "@none": {}, + "normal": "Normal", + "@normal": {}, + "notPartOfAlbum": "Ikke på et album", + "@notPartOfAlbum": {}, + "openShow": "Åpne visning", + "@openShow": {}, + "options": "Alternativer", + "@options": {}, + "quickConnectInputACode": "Skriv inn en kode", + "@quickConnectInputACode": {}, + "quickConnectTitle": "Hurtigtilkobling", + "@quickConnectTitle": {}, + "quickConnectWrongCode": "Feil kode", + "@quickConnectWrongCode": {}, + "random": "Tilfeldig", + "@random": {}, + "metaDataSavedFor": "Metadata lagret for {item}", + "@metaDataSavedFor": { + "description": "metaDataSavedFor", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "navigation": "Navigasjon", + "@navigation": {}, + "moreFrom": "Mer fra {info}", + "@moreFrom": { + "description": "More from", + "placeholders": { + "info": { + "type": "String" + } + } + }, + "never": "Aldri", + "@never": {}, + "moreOptions": "Flere alternativer", + "@moreOptions": {}, + "name": "Navn", + "@name": {}, + "musicAlbum": "Album", + "@musicAlbum": {}, + "navigationFavorites": "Favoritter", + "@navigationFavorites": {}, + "other": "Annet", + "@other": {}, + "outlineColor": "Utrissfarge", + "@outlineColor": {}, + "outlineSize": "Utriss-størrelse", + "@outlineSize": {}, + "password": "Passord", + "@password": {}, + "play": "Spill {item}", + "@play": { + "description": "Play with", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "playVideos": "Spill videoer", + "@playVideos": {}, + "overview": "Oversikt", + "@overview": {}, + "page": "Side {index}", + "@page": { + "description": "page", + "placeholders": { + "index": { + "type": "int" + } + } + }, + "played": "Avspilt", + "@played": {}, + "quickConnectAction": "Skriv inn hurtigtilkoblingskode for", + "@quickConnectAction": {}, + "reWatch": "Se igjen", + "@reWatch": {}, + "read": "Les {item}", + "@read": { + "description": "read", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "replaceAllImages": "Erstatt alle bilder", + "@replaceAllImages": {}, + "bold": "Fet", + "@bold": {}, + "collectionFolder": "Mappe for samling", + "@collectionFolder": {}, + "communityRating": "Gemenskapsvurdering", + "@communityRating": {}, + "controls": "Kontroller", + "@controls": {}, + "dashboardRecentlyAdded": "Nylig lagt til i {name}", + "@dashboardRecentlyAdded": { + "description": "Recently added on home screen", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "actor": "{count, plural, other{Skuespillere} one{Skuespiller}}", + "@actor": { + "description": "actor", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "appLockPasscode": "Passord", + "@appLockPasscode": {}, + "autoPlay": "Auto-avspilling", + "@autoPlay": {}, + "replaceExistingImages": "Erstatt eksisterende bilder", + "@replaceExistingImages": {}, + "result": "Resultat", + "@result": {}, + "retry": "Prøv igjen", + "@retry": {}, + "save": "Lagre", + "@save": {}, + "scanLibrary": "Skann bibliotek", + "@scanLibrary": {}, + "shadow": "Skygge", + "@shadow": {}, + "showAlbum": "Vis album", + "@showAlbum": {}, + "showDetails": "Vis detaljer", + "@showDetails": {}, + "shuffleGallery": "Omstokking av galleri", + "@shuffleGallery": {}, + "shuffleVideos": "Omstokking av videoer", + "@shuffleVideos": {}, + "somethingWentWrong": "Noe gikk galt", + "@somethingWentWrong": {}, + "sortName": "Navn", + "@sortName": {}, + "start": "Start", + "@start": {}, + "switchUser": "Bytt bruker", + "@switchUser": {}, + "theme": "Drakt", + "@theme": {}, + "settingsPosterSize": "Plakatstørrelse", + "@settingsPosterSize": {}, + "settingsProfileTitle": "Profil", + "@settingsProfileTitle": {}, + "saved": "Lagret", + "@saved": {}, + "settingsSecurity": "Sikkerhet", + "@settingsSecurity": {}, + "scanBiometricHint": "Bekreft identitet", + "@scanBiometricHint": {}, + "settingsProfileDesc": "Låseskjerm", + "@settingsProfileDesc": {}, + "settingsQuickConnectTitle": "Hurtigtilkobling", + "@settingsQuickConnectTitle": {}, + "sortBy": "Sorter etter", + "@sortBy": {}, + "sortOrder": "Sorteringsrekkefølge", + "@sortOrder": {}, + "subtitles": "Undertekster", + "@subtitles": {}, + "themeModeDark": "Mørk", + "@themeModeDark": {}, + "themeModeSystem": "System", + "@themeModeSystem": {}, + "videoScalingCover": "Omslag", + "@videoScalingCover": {}, + "themeModeLight": "Lys", + "@themeModeLight": {}, + "totalSize": "Total størrelse: {size}", + "@totalSize": { + "placeholders": { + "size": { + "type": "String" + } + } + }, + "unknown": "Ukjent", + "@unknown": {}, + "themeColor": "Draktfarge", + "@themeColor": {}, + "useDefaults": "Bruk forvalg", + "@useDefaults": {}, + "userName": "Brukernavn", + "@userName": {}, + "video": "Video", + "@video": {}, + "videoScalingFill": "Fyll", + "@videoScalingFill": {}, + "timeAndAnnotation": "{minutes} og {seconds}", + "@timeAndAnnotation": { + "description": "timeAndAnnotation", + "placeholders": { + "minutes": { + "type": "String" + }, + "seconds": { + "type": "String" + } + } + }, + "videoScalingFillScreenTitle": "Fyll skjerm", + "@videoScalingFillScreenTitle": {}, + "videoScalingFillScreenDesc": "Fyll navigasjon og statusfelt", + "@videoScalingFillScreenDesc": {}, + "videoScalingFitWidth": "Tilpass bredde", + "@videoScalingFitWidth": {}, + "videoScalingFitHeight": "Tilpass høyde", + "@videoScalingFitHeight": {}, + "viewPhotos": "Vis bilder", + "@viewPhotos": {}, + "datePlayed": "Dato avspilt", + "@datePlayed": {}, + "biometricsFailedCheckAgain": "Biometri mislyktes. Sjekk innstillingene og prøv igjen.", + "@biometricsFailedCheckAgain": {}, + "disableFilters": "Skru av filtre", + "@disableFilters": {}, + "disabled": "Avskrudd", + "@disabled": {}, + "displayLanguage": "Visningsspråk", + "@displayLanguage": {}, + "downloadsClearTitle": "Tøm synkronisert data", + "@downloadsClearTitle": {}, + "downloadsPath": "Sti", + "@downloadsPath": {}, + "downloadsSyncedData": "Synkronisert data", + "@downloadsSyncedData": {}, + "endsAt": "slutter {date}", + "@endsAt": { + "description": "endsAt", + "placeholders": { + "date": { + "type": "DateTime", + "format": "jm" + } + } + }, + "favorite": "Favoritt", + "@favorite": {}, + "favorites": "Favoritter", + "@favorites": {}, + "fetchingLibrary": "Henter bibliotekselementer …", + "@fetchingLibrary": {}, + "forceRefresh": "Påtving gjenoppfriskning", + "@forceRefresh": {}, + "grid": "Rutenett", + "@grid": {}, + "group": "Gruppe", + "@group": {}, + "markAsUnwatched": "Marker som usett", + "@markAsUnwatched": {}, + "markAsWatched": "Marker som sett", + "@markAsWatched": {}, + "mediaTypeBook": "Bok", + "@mediaTypeBook": {}, + "mediaTypeEpisode": "Episode", + "@mediaTypeEpisode": {}, + "mediaTypeFolder": "Mappe", + "@mediaTypeFolder": {}, + "mediaTypeMovie": "Film", + "@mediaTypeMovie": {}, + "mediaTypePerson": "Person", + "@mediaTypePerson": {}, + "mediaTypePhoto": "Bilde", + "@mediaTypePhoto": {}, + "mediaTypePhotoAlbum": "Fotoalbum", + "@mediaTypePhotoAlbum": {}, + "mediaTypePlaylist": "Spilleliste", + "@mediaTypePlaylist": {}, + "mediaTypeSeason": "Sesong", + "@mediaTypeSeason": {}, + "mediaTypeSeries": "Serie", + "@mediaTypeSeries": {}, + "metadataRefreshDefault": "Se etter nye og oppdaterte filer", + "@metadataRefreshDefault": {}, + "metadataRefreshFull": "Erstatt all metadata", + "@metadataRefreshFull": {}, + "metadataRefreshValidation": "Søk etter manglende metadata", + "@metadataRefreshValidation": {}, + "libraryPageSizeTitle": "Sidestørrelse for bibliotek", + "@libraryPageSizeTitle": {}, + "mediaTypeBoxset": "Bokssett", + "@mediaTypeBoxset": {}, + "mouseDragSupport": "Dra med musen", + "@mouseDragSupport": {}, + "navigationSync": "Synkronisert", + "@navigationSync": {}, + "noItemsToShow": "Ingen elementer å vise", + "@noItemsToShow": {}, + "noRating": "Ingen vurdering", + "@noRating": {}, + "noResults": "Resultatløst", + "@noResults": {}, + "openParent": "Åpne inneholdende", + "@openParent": {}, + "openWebLink": "Åpne vev-lenke", + "@openWebLink": {}, + "playFrom": "Spill fra {name}", + "@playFrom": { + "description": "playFrom", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "playCount": "Antall avspillinger", + "@playCount": {}, + "playLabel": "Spill", + "@playLabel": {}, + "navigationDashboard": "Oversikt", + "@navigationDashboard": {}, + "minutes": "{count, plural, other{Minutter} one{Minutt} }", + "@minutes": { + "description": "minute", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "noItemsSynced": "Ingen elementer synkronisert", + "@noItemsSynced": {}, + "pathClearTitle": "Tøm nedlastninigssti", + "@pathClearTitle": {}, + "pathEditSelect": "Velg nedlastningsmål", + "@pathEditSelect": {}, + "pathEditTitle": "Endre plassering", + "@pathEditTitle": {}, + "playFromStart": "Spill {name} fra starten", + "@playFromStart": { + "description": "speel vanaf het begin", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "refresh": "Gjenoppfrisk", + "@refresh": {}, + "refreshMetadata": "Gjenoppfrisk metadata", + "@refreshMetadata": {}, + "related": "Reatert", + "@related": {}, + "releaseDate": "Slippdato", + "@releaseDate": {}, + "removeAsFavorite": "Fjern som favoritt", + "@removeAsFavorite": {}, + "selectTime": "Velg tid", + "@selectTime": {}, + "selectViewType": "Velg visningstype", + "@selectViewType": {}, + "selectAll": "Velg alt", + "@selectAll": {}, + "search": "Søk", + "@search": {}, + "scrollToTop": "Rull til toppen", + "@scrollToTop": {}, + "removeFromCollection": "Fjern fra samling", + "@removeFromCollection": {}, + "restart": "Start på ny", + "@restart": {}, + "downloadsTitle": "Nedlastninger", + "@downloadsTitle": {}, + "enabled": "Påskrudd", + "@enabled": {}, + "groupBy": "Grupper etter", + "@groupBy": {}, + "identify": "Identifiser", + "@identify": {}, + "heightOffset": "Høydeavvik", + "@heightOffset": {}, + "episode": "{count, plural, other{Episoder} one{Episode} }", + "@episode": { + "description": "episode", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "hide": "Skjul", + "@hide": {}, + "home": "Hjem", + "@home": {}, + "immediately": "Umiddelbart", + "@immediately": {}, + "hideEmpty": "Skjul tomme", + "@hideEmpty": {}, + "info": "Info", + "@info": {}, + "itemCount": "Elementantall: {count}", + "@itemCount": { + "description": "Item count", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "invalidUrl": "Ugyldig nettadresse", + "@invalidUrl": {}, + "light": "Lys", + "@light": {}, + "loop": "Gjentagelse", + "@loop": {}, + "list": "Liste", + "@list": {}, + "login": "Logg inn", + "@login": {}, + "lockscreen": "Låseskjerm", + "@lockscreen": {}, + "loggedIn": "Innlogget", + "@loggedIn": {}, + "libraryFetchNoItemsFound": "Fant ikke noen slike elementer. Prøv andre innstillinger.", + "@libraryFetchNoItemsFound": {}, + "incorrectPinTryAgain": "Feil PIN. Prøv igjen.", + "@incorrectPinTryAgain": {}, + "invalidUrlDesc": "Nettadressen må starte med http(s)://", + "@invalidUrlDesc": {}, + "libraryPageSizeDesc": "Sett mengden å laste inn samtidig. «0» skrur av sideinndeling.", + "@libraryPageSizeDesc": {}, + "logout": "Logg ut", + "@logout": {}, + "resumable": "Kan fortsettes", + "@resumable": {}, + "runTime": "Spilletid", + "@runTime": {}, + "removeFromPlaylist": "Fjern fra samling", + "@removeFromPlaylist": {}, + "scanningName": "Skanner — {name} …", + "@scanningName": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "chapter": "{count, plural, other{Kapitler} one{Kapittel}}", + "@chapter": { + "description": "chapter", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "continuePage": "Fortsett — side {page}", + "@continuePage": { + "description": "Continue - page 1", + "placeholders": { + "page": { + "type": "int" + } + } + }, + "dateLastContentAdded": "Dato innhold sist ble lagt til", + "@dateLastContentAdded": {}, + "failedToLoadImage": "Kunne ikke laste inn bilde", + "@failedToLoadImage": {}, + "filter": "{count, plural, other{Filtre} one{Filter}}", + "@filter": { + "description": "filter", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "deleteFileFromSystem": "Sletting av elementet «{item}» sletter det både fra filsystemet og ditt mediabibliotek.\nEr du sikker på at du vil fortsette?", + "@deleteFileFromSystem": { + "description": "Delete file from system", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "director": "{count, plural, other{Regissør} two{Regissører}}", + "@director": { + "description": "director", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "downloadsClearDesc": "Fjern all synkronisert data, noe som\nfjerner all data for alle synkroniserte brukere?", + "@downloadsClearDesc": {}, + "genre": "{count, plural, other{Sjangere} one{Sjanger}}", + "@genre": { + "description": "genre", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "logoutUserPopupTitle": "Logg ut {userName}?", + "@logoutUserPopupTitle": { + "description": "Pop-up for loging out the user", + "placeholders": { + "userName": { + "type": "String" + } + } + }, + "library": "{count, plural, other{Bibliotek} one{Bibliotek}}", + "@library": { + "description": "Plural", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "masonry": "Flislegging", + "@masonry": {}, + "mediaTypeBase": "Basetype", + "@mediaTypeBase": {}, + "logoutUserPopupContent": "Dette vil logge ut {userName} og slette brukeren fra programmet.\nDu vil måtte logge inn igjen på {serverName}.", + "@logoutUserPopupContent": { + "description": "Pop-up for loging out the user description", + "placeholders": { + "userName": { + "type": "String" + }, + "serverName": { + "type": "String" + } + } + }, + "parentalRating": "Foreldreveiledning", + "@parentalRating": {}, + "pathEditDesc": "Dette målet er satt for alle brukere, og all synkronisert data vil bli utilgjengelig.\nDen vil forbli på lagringen din.", + "@pathEditDesc": {}, + "separate": "For seg selv", + "@separate": {}, + "server": "Tjener", + "@server": {}, + "set": "Sett", + "@set": { + "description": "Use for setting a certain value", + "context": "Set 'time'" + }, + "setIdentityTo": "Sett identitet til {name}", + "@setIdentityTo": { + "description": "setIdentityTo", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "settingSecurityApplockTitle": "Programlås", + "@settingSecurityApplockTitle": {}, + "settings": "Innstillinger", + "@settings": {}, + "settingsBlurEpisodesDesc": "Tilslør alle kommende episoder", + "@settingsBlurEpisodesDesc": {}, + "rating": "{count, plural, other{Vurderinger} one{Vurdering}}", + "@rating": { + "description": "rating", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "readFromStart": "Les {item} fra begynnelsen", + "@readFromStart": { + "description": "Read book from start", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "recursive": "Rekursivt", + "@recursive": {}, + "refreshPopup": "Gjenoppfrisk — {name}", + "@refreshPopup": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "resume": "Fortsett {item}", + "@resume": { + "description": "resume", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "retrievePublicListOfUsers": "Hent offentlig liste over brukere", + "@retrievePublicListOfUsers": {}, + "seconds": "{count, plural, other{Sekunder} one{Sekund}}", + "@seconds": { + "description": "second", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "settingsBlurEpisodesTitle": "Tilslør kommende episoder", + "@settingsBlurEpisodesTitle": {}, + "settingsBlurredPlaceholderDesc": "Vis tilslørt bakgrunn ved innlasting av plakater", + "@settingsBlurredPlaceholderDesc": {}, + "refreshPopupContentMetadata": "Metadata gjenoppfriskes basert på innstillinger og Internett-tjenester som er påskrudd i oversikten.", + "@refreshPopupContentMetadata": {}, + "scanYourFingerprintToAuthenticate": "Skann fingeravtrykket ditt for å identitetsbekrefte {user}", + "@scanYourFingerprintToAuthenticate": { + "placeholders": { + "user": { + "type": "String" + } + } + }, + "settingsBlurredPlaceholderTitle": "Tilslørt plassholder", + "@settingsBlurredPlaceholderTitle": {}, + "settingsClientDesc": "Generelt, tidsavbrudd, oppsett, drakt", + "@settingsClientDesc": {}, + "settingsClientTitle": "Fladder", + "@settingsClientTitle": {}, + "settingsContinue": "Fortsett", + "@settingsContinue": {}, + "settingsEnableOsMediaControls": "Skru på mediakontroll fra operativsystemet", + "@settingsEnableOsMediaControls": {}, + "settingsHomeCarouselDesc": "Viser en karusell i oversikten", + "@settingsHomeCarouselDesc": {}, + "settingsHomeCarouselTitle": "Oversiktskarusell", + "@settingsHomeCarouselTitle": {}, + "settingsHomeNextUpDesc": "Plakattype i oversikten", + "@settingsHomeNextUpDesc": {}, + "settingsHomeNextUpTitle": "Plakater for kommende materiale", + "@settingsHomeNextUpTitle": {}, + "settingsNextUpCutoffDays": "Grense for kommende", + "@settingsNextUpCutoffDays": {}, + "settingsPlayerCustomSubtitlesDesc": "Tilpass — størrelse, farge, posisjon, omriss", + "@settingsPlayerCustomSubtitlesDesc": {}, + "settingsPlayerCustomSubtitlesTitle": "Tilpass undertekster", + "@settingsPlayerCustomSubtitlesTitle": {}, + "settingsPlayerDesc": "Sideretningsforhold, avansert", + "@settingsPlayerDesc": {}, + "settingsPlayerNativeLibassAccelTitle": "Systemspesifikke libass-undertekster", + "@settingsPlayerNativeLibassAccelTitle": {}, + "settingsPlayerTitle": "Avspiller", + "@settingsPlayerTitle": {}, + "settingsPlayerVideoHWAccelTitle": "Maskinvareakselerasjon", + "@settingsPlayerVideoHWAccelTitle": {}, + "settingsShowScaleSlider": "Vis størrelsesglidebryter for plakater", + "@settingsShowScaleSlider": {}, + "settingsVisual": "Visuell", + "@settingsVisual": {}, + "showEmpty": "Vis tom", + "@showEmpty": {}, + "subtitleConfigurator": "Undertekst-tilpasning", + "@subtitleConfigurator": {}, + "subtitleConfiguratorPlaceHolder": "Dette er en plassholdertekst,\n kun ufisk her.", + "@subtitleConfiguratorPlaceHolder": {}, + "settingsPlayerVideoHWAccelDesc": "Bruk grafikkortet til opptegning av video (anbefalt)", + "@settingsPlayerVideoHWAccelDesc": {}, + "studio": "{count, plural, other{Studio} one{Studio}}", + "@studio": { + "description": "studio", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "settingsPlayerNativeLibassAccelDesc": "Bruk videospilleren libass som undertekstopptegner", + "@settingsPlayerNativeLibassAccelDesc": {}, + "sync": "Synkroniser", + "@sync": {}, + "syncDeleteItemDesc": "Slett all synkronisert data for?\n{item}", + "@syncDeleteItemDesc": { + "description": "Sync delete item pop-up window", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "syncDeleteItemTitle": "Slett synkronisert element", + "@syncDeleteItemTitle": {}, + "syncDetails": "Synkroniseringsdetaljer", + "@syncDetails": {}, + "syncOpenParent": "Åpne inneholdende", + "@syncOpenParent": {}, + "syncRemoveDataTitle": "Fjern synkronisert data?", + "@syncRemoveDataTitle": {}, + "syncedItems": "Synkroniserte elementer", + "@syncedItems": {}, + "timeOut": "Tidsavbrudd", + "@timeOut": {}, + "type": "{count, plural, other{Typer} one{Type}}", + "@type": { + "description": "type", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "unPlayed": "Ikke spilt", + "@unPlayed": {}, + "unableToConnectHost": "Kunne ikke koble til verten", + "@unableToConnectHost": {}, + "unableToReverseAction": "Denne handlingen kan ikke angres. Alle innstillinger vil bli fjernet.", + "@unableToReverseAction": {}, + "videoScalingContain": "Inneholder", + "@videoScalingContain": {}, + "videoScaling": "Videoskalering", + "@videoScaling": {}, + "videoScalingScaleDown": "Skaler ned", + "@videoScalingScaleDown": {}, + "watchOn": "Sett", + "@watchOn": {}, + "writer": "{count, plural, other{Forfatter} two{Forfattere}}", + "@writer": { + "description": "writer", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "year": "{count, plural, other{År} one{År}}", + "@year": { + "description": "year", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "syncDeletePopupPermanent": "Denne handlingen kan ikke angres og vil fjerne alle lokalt synkroniserte filer.", + "@syncDeletePopupPermanent": {}, + "syncRemoveDataDesc": "Slett synkronisert videodata? Dette kan ikke angres og du vil måtte re-synkronisere filene.", + "@syncRemoveDataDesc": {}, + "videoScalingFillScreenNotif": "Fylling av skjermen overstyrer videotilpasning, i vannrett sideretning", + "@videoScalingFillScreenNotif": {}, + "tag": "{count, plural, one{Tagg} other{Tagger}}", + "@tag": { + "description": "tag", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "label": "{count, plural, other{Etiketter} one{Etiketter}}", + "@label": { + "description": "label", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "selected": "Valgt", + "@selected": {}, + "season": "{count, plural, other{Sesong} one{Sesonger} }", + "@season": { + "description": "season", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "selectedWith": "Valgte {info}", + "@selectedWith": { + "description": "selected", + "placeholders": { + "info": { + "type": "String" + } + } + }, + "settingsPosterPinch": "Knip-forstørrelse for oppblåsing av plakater", + "@settingsPosterPinch": {}, + "settingsPosterSlider": "Vis skala-glidebryter", + "@settingsPosterSlider": {}, + "somethingWentWrongPasswordCheck": "Noe gikk galt. Sjekk passordet ditt.", + "@somethingWentWrongPasswordCheck": {}, + "settingsPlayerMobileWarning": "Å skru på maskinvareaskelerasjon og systemspesifikke libass-undertekster på Android kan føre til at noen undertekster ikke vises.", + "@settingsPlayerMobileWarning": {}, + "nativeName": "Norsk bokmål", + "@nativeName": {} +} diff --git a/lib/l10n/app_nl.arb b/lib/l10n/app_nl.arb index 116fda5..9214543 100644 --- a/lib/l10n/app_nl.arb +++ b/lib/l10n/app_nl.arb @@ -1,8 +1,12 @@ { "@@locale": "nl", + "nativeName": "Nederlands", "about": "Over", + "@about": {}, "accept": "Accepteren", + "@accept": {}, "active": "Actief", + "@active": {}, "actor": "{count, plural, other{Acteurs} one{Acteur}}", "@actor": { "description": "acteur", @@ -14,14 +18,23 @@ } }, "addAsFavorite": "Toevoegen als favoriet", + "@addAsFavorite": {}, "addToCollection": "Toevoegen aan collectie", + "@addToCollection": {}, "addToPlaylist": "Toevoegen aan afspeellijst", + "@addToPlaylist": {}, "advanced": "Geavanceerd", + "@advanced": {}, "all": "Alles", + "@all": {}, "amoledBlack": "Amoled zwart", + "@amoledBlack": {}, "appLockAutoLogin": "Automatisch inloggen", + "@appLockAutoLogin": {}, "appLockBiometrics": "Biometrie", - "appLockPasscode": "Wachtwoord", + "@appLockBiometrics": {}, + "appLockPasscode": "Pincode", + "@appLockPasscode": {}, "appLockTitle": "Stel de inlogmethode in voor {userName}", "@appLockTitle": { "description": "Pop-up om een inlogmethode te kiezen", @@ -32,14 +45,23 @@ } }, "ascending": "Oplopend", + "@ascending": {}, "audio": "Audio", + "@audio": {}, "autoPlay": "Automatisch afspelen", + "@autoPlay": {}, "backgroundBlur": "Achtergrond vervagen", + "@backgroundBlur": {}, "backgroundOpacity": "Achtergrond doorzichtigheid", - "biometricsFailedCheckAgain": "Biometrie mislukt, controleer de instellingen en probeer opnieuw", + "@backgroundOpacity": {}, + "biometricsFailedCheckAgain": "Biometrie mislukt, controleer de instellingen en probeer opnieuw.", + "@biometricsFailedCheckAgain": {}, "bold": "Vet", + "@bold": {}, "cancel": "Annuleren", + "@cancel": {}, "change": "Wijzig", + "@change": {}, "chapter": "{count, plural, other{Hoofdstukken} one{Hoofdstuk}}", "@chapter": { "description": "hoofdstuk", @@ -51,16 +73,27 @@ } }, "clear": "Wissen", + "@clear": {}, "clearAllSettings": "Alle instellingen wissen", + "@clearAllSettings": {}, "clearAllSettingsQuestion": "Alle instellingen wissen?", + "@clearAllSettingsQuestion": {}, "clearChanges": "Wijzigingen wissen", + "@clearChanges": {}, "clearSelection": "Selectie wissen", + "@clearSelection": {}, "close": "Sluiten", + "@close": {}, "code": "Code", + "@code": {}, "collectionFolder": "Collectiemap", + "@collectionFolder": {}, "color": "Kleur", + "@color": {}, "combined": "Gecombineerd", + "@combined": {}, "communityRating": "Gemeenschapswaardering", + "@communityRating": {}, "continuePage": "Doorgaan - pagina {page}", "@continuePage": { "description": "Doorgaan - pagina 1", @@ -71,12 +104,19 @@ } }, "controls": "Bediening", + "@controls": {}, "dashboard": "Dashboard", + "@dashboard": {}, "dashboardContinue": "Doorgaan", + "@dashboardContinue": {}, "dashboardContinueListening": "Doorgaan met luisteren", + "@dashboardContinueListening": {}, "dashboardContinueReading": "Doorgaan met lezen", + "@dashboardContinueReading": {}, "dashboardContinueWatching": "Doorgaan met kijken", + "@dashboardContinueWatching": {}, "dashboardNextUp": "Volgende", + "@dashboardNextUp": {}, "dashboardRecentlyAdded": "Onlangs toegevoegd in {name}", "@dashboardRecentlyAdded": { "description": "Onlangs toegevoegd op startscherm", @@ -87,10 +127,15 @@ } }, "dateAdded": "Datum toegevoegd", + "@dateAdded": {}, "dateLastContentAdded": "Datum laatste inhoud toegevoegd", + "@dateLastContentAdded": {}, "datePlayed": "Datum afgespeeld", + "@datePlayed": {}, "days": "Dagen", + "@days": {}, "delete": "Verwijderen", + "@delete": {}, "deleteFileFromSystem": "Het verwijderen van dit item {item} zal het zowel uit het bestandssysteem als uit je mediatheek verwijderen.\nWeet je zeker dat je wilt doorgaan?", "@deleteFileFromSystem": { "description": "Bestand uit systeem verwijderen", @@ -110,6 +155,7 @@ } }, "descending": "Aflopend", + "@descending": {}, "director": "{count, plural, other{Regisseurs} one{Regisseur}}", "@director": { "description": "regisseur", @@ -121,19 +167,33 @@ } }, "disableFilters": "Filters uitschakelen", + "@disableFilters": {}, "disabled": "Uitgeschakeld", + "@disabled": {}, "discovered": "Ontdekt", + "@discovered": {}, "displayLanguage": "Weergavetaal", - "downloadsClearDesc": "Weet je zeker dat je alle gesynchroniseerde gegevens wilt verwijderen?\nDit wist alle gegevens voor elke gesynchroniseerde gebruiker!", + "@displayLanguage": {}, + "downloadsClearDesc": "Weet je zeker dat je alle gesynchroniseerde gegevens wilt verwijderen?\nDit wist alle gegevens voor elke gesynchroniseerde gebruiker, weet je het zeker?", + "@downloadsClearDesc": {}, "downloadsClearTitle": "Gesynchroniseerde gegevens wissen", + "@downloadsClearTitle": {}, "downloadsPath": "Pad", + "@downloadsPath": {}, "downloadsSyncedData": "Gesynchroniseerde gegevens", + "@downloadsSyncedData": {}, "downloadsTitle": "Downloads", + "@downloadsTitle": {}, "dynamicText": "Dynamisch", + "@dynamicText": {}, "editMetadata": "Metadata bewerken", + "@editMetadata": {}, "empty": "Leeg", + "@empty": {}, "enabled": "Ingeschakeld", + "@enabled": {}, "endsAt": "eindigt om {date}", + "@endsAt": {}, "episode": "{count, plural, other{Afleveringen} one{Aflevering}}", "@episode": { "description": "aflevering", @@ -145,10 +205,15 @@ } }, "error": "Fout", + "@error": {}, "failedToLoadImage": "Kan afbeelding niet laden", + "@failedToLoadImage": {}, "favorite": "Favoriet", + "@favorite": {}, "favorites": "Favorieten", + "@favorites": {}, "fetchingLibrary": "Bibliotheek items ophalen", + "@fetchingLibrary": {}, "filter": "{count, plural, other{Filters} one{Filter}}", "@filter": { "description": "filter", @@ -160,9 +225,13 @@ } }, "folders": "Mappen", + "@folders": {}, "fontColor": "Letterkleur", + "@fontColor": {}, "fontSize": "Lettergrootte", + "@fontSize": {}, "forceRefresh": "Geforceerd vernieuwen", + "@forceRefresh": {}, "genre": "{count, plural, other{Genres} one{Genre}}", "@genre": { "description": "genre", @@ -174,19 +243,33 @@ } }, "goTo": "Ga naar", + "@goTo": {}, "grid": "Raster", + "@grid": {}, "group": "Groeperen", + "@group": {}, "groupBy": "Groepeer op", + "@groupBy": {}, "heightOffset": "Hoogte-offset", + "@heightOffset": {}, "hide": "Verbergen", + "@hide": {}, "hideEmpty": "Verberg leeg", + "@hideEmpty": {}, "home": "Home", + "@home": {}, "identify": "Identificeren", + "@identify": {}, "immediately": "Direct", + "@immediately": {}, "incorrectPinTryAgain": "Onjuiste pin, probeer opnieuw", + "@incorrectPinTryAgain": {}, "info": "Info", + "@info": {}, "invalidUrl": "Ongeldige url", + "@invalidUrl": {}, "invalidUrlDesc": "Url moet beginnen met http(s)://", + "@invalidUrlDesc": {}, "itemCount": "Aantal items: {count}", "@itemCount": { "description": "Aantal items", @@ -217,14 +300,23 @@ } }, "libraryFetchNoItemsFound": "Geen items gevonden, probeer andere instellingen.", + "@libraryFetchNoItemsFound": {}, "libraryPageSizeDesc": "Stel de hoeveelheid in om per keer te laden. 0 schakelt paginering uit.", + "@libraryPageSizeDesc": {}, "libraryPageSizeTitle": "Bibliotheek paginagrootte", + "@libraryPageSizeTitle": {}, "light": "Licht", + "@light": {}, "list": "Lijst", + "@list": {}, "lockscreen": "Vergrendelscherm", + "@lockscreen": {}, "loggedIn": "Ingelogd", + "@loggedIn": {}, "login": "Inloggen", + "@login": {}, "logout": "Uitloggen", + "@logout": {}, "logoutUserPopupContent": "Dit zal {userName} uitloggen en de gebruiker uit de app verwijderen.\nJe moet opnieuw inloggen op {serverName}.", "@logoutUserPopupContent": { "description": "Pop-up voor uitloggen gebruiker beschrijving", @@ -247,21 +339,37 @@ } }, "loop": "Lus", + "@loop": {}, "markAsUnwatched": "Markeer als niet bekeken", + "@markAsUnwatched": {}, "markAsWatched": "Markeer als bekeken", + "@markAsWatched": {}, "masonry": "Metseleffect", + "@masonry": {}, "mediaTypeBase": "Basis type", + "@mediaTypeBase": {}, "mediaTypeBook": "Boek", + "@mediaTypeBook": {}, "mediaTypeBoxset": "Boxset", + "@mediaTypeBoxset": {}, "mediaTypeEpisode": "Aflevering", + "@mediaTypeEpisode": {}, "mediaTypeFolder": "Map", + "@mediaTypeFolder": {}, "mediaTypeMovie": "Film", + "@mediaTypeMovie": {}, "mediaTypePerson": "Persoon", + "@mediaTypePerson": {}, "mediaTypePhoto": "Foto", + "@mediaTypePhoto": {}, "mediaTypePhotoAlbum": "Foto album", + "@mediaTypePhotoAlbum": {}, "mediaTypePlaylist": "Afspeellijst", + "@mediaTypePlaylist": {}, "mediaTypeSeason": "Seizoen", + "@mediaTypeSeason": {}, "mediaTypeSeries": "Serie", + "@mediaTypeSeries": {}, "metaDataSavedFor": "Metadata opgeslagen voor {item}", "@metaDataSavedFor": { "description": "metadataOpgeslagenVoor", @@ -272,8 +380,11 @@ } }, "metadataRefreshDefault": "Scannen naar nieuwe en bijgewerkte bestanden", + "@metadataRefreshDefault": {}, "metadataRefreshFull": "Alle metadata vervangen", + "@metadataRefreshFull": {}, "metadataRefreshValidation": "Zoeken naar ontbrekende metadata", + "@metadataRefreshValidation": {}, "minutes": "{count, plural, other{Minuten} one{Minuut}}", "@minutes": { "description": "minuut", @@ -285,6 +396,7 @@ } }, "mode": "Modus", + "@mode": {}, "moreFrom": "Meer van {info}", "@moreFrom": { "description": "Meer van", @@ -295,32 +407,59 @@ } }, "moreOptions": "Meer opties", + "@moreOptions": {}, "mouseDragSupport": "Slepen met de muis", + "@mouseDragSupport": {}, "musicAlbum": "Album", + "@musicAlbum": {}, "name": "Naam", + "@name": {}, "navigation": "Navigatie", + "@navigation": {}, "navigationDashboard": "Dashboard", + "@navigationDashboard": {}, "navigationFavorites": "Favorieten", + "@navigationFavorites": {}, "navigationSync": "Gesynchroniseerd", + "@navigationSync": {}, "never": "Nooit", + "@never": {}, "nextUp": "Volgende", + "@nextUp": {}, "noItemsSynced": "Geen items gesynchroniseerd", + "@noItemsSynced": {}, "noItemsToShow": "Geen items om te tonen", + "@noItemsToShow": {}, "noRating": "Geen beoordeling", + "@noRating": {}, "noResults": "Geen resultaten", + "@noResults": {}, "noServersFound": "Geen nieuwe servers gevonden", + "@noServersFound": {}, "noSuggestionsFound": "Geen suggesties gevonden", + "@noSuggestionsFound": {}, "none": "Geen", + "@none": {}, "normal": "Normaal", + "@normal": {}, "notPartOfAlbum": "Maakt geen deel uit van een album", + "@notPartOfAlbum": {}, "openParent": "Bovenliggende map openen", + "@openParent": {}, "openShow": "Open show", + "@openShow": {}, "openWebLink": "Weblink openen", + "@openWebLink": {}, "options": "Opties", + "@options": {}, "other": "Overig", + "@other": {}, "outlineColor": "Omtreklijnkleur", + "@outlineColor": {}, "outlineSize": "Omtreklijn grootte", + "@outlineSize": {}, "overview": "Overzicht", + "@overview": {}, "page": "Pagina {index}", "@page": { "description": "pagina", @@ -331,11 +470,17 @@ } }, "parentalRating": "Ouderlijk toezicht beoordeling", + "@parentalRating": {}, "password": "Wachtwoord", + "@password": {}, "pathClearTitle": "Downloadpad wissen", + "@pathClearTitle": {}, "pathEditDesc": "Deze locatie is ingesteld voor alle gebruikers, gesynchroniseerde gegevens zijn niet meer toegankelijk.\nHet blijft op je opslag.", + "@pathEditDesc": {}, "pathEditSelect": "Selecteer downloadbestemming", + "@pathEditSelect": {}, "pathEditTitle": "Locatie wijzigen", + "@pathEditTitle": {}, "play": "{item} Afspelen", "@play": { "description": "Speel met", @@ -346,6 +491,7 @@ } }, "playCount": "Aantal keren afgespeeld", + "@playCount": {}, "playFrom": "Speel vanaf {name}", "@playFrom": { "description": "speel vanaf", @@ -365,13 +511,21 @@ } }, "playLabel": "Afspelen", + "@playLabel": {}, "playVideos": "Video''s afspelen", + "@playVideos": {}, "played": "Gespeeld", + "@played": {}, "quickConnectAction": "Voer snelverbind code in voor", + "@quickConnectAction": {}, "quickConnectInputACode": "Voer een code in", + "@quickConnectInputACode": {}, "quickConnectTitle": "Snel verbinden", + "@quickConnectTitle": {}, "quickConnectWrongCode": "Verkeerde code", + "@quickConnectWrongCode": {}, "random": "Willekeurig", + "@random": {}, "rating": "{count, plural, other{Beoordelingen} one{Beoordeling}}", "@rating": { "description": "beoordeling", @@ -383,6 +537,7 @@ } }, "reWatch": "Opnieuw bekijken", + "@reWatch": {}, "read": "{item} Lezen", "@read": { "description": "lezen", @@ -402,8 +557,11 @@ } }, "recursive": "Recursief", + "@recursive": {}, "refresh": "Vernieuwen", + "@refresh": {}, "refreshMetadata": "Metadata vernieuwen", + "@refreshMetadata": {}, "refreshPopup": "Vernieuwen - {name}", "@refreshPopup": { "placeholders": { @@ -413,16 +571,27 @@ } }, "refreshPopupContentMetadata": "Metadata wordt vernieuwd op basis van instellingen en internetdiensten die zijn ingeschakeld in het Dashboard.", + "@refreshPopupContentMetadata": {}, "related": "Gerelateerd", + "@related": {}, "releaseDate": "Releasedatum", + "@releaseDate": {}, "removeAsFavorite": "Verwijderen als favoriet", + "@removeAsFavorite": {}, "removeFromCollection": "Verwijderen uit collectie", + "@removeFromCollection": {}, "removeFromPlaylist": "Verwijderen uit afspeellijst", + "@removeFromPlaylist": {}, "replaceAllImages": "Alle afbeeldingen vervangen", + "@replaceAllImages": {}, "replaceExistingImages": "Bestaande afbeeldingen vervangen", + "@replaceExistingImages": {}, "restart": "Herstarten", + "@restart": {}, "result": "Resultaat", + "@result": {}, "resumable": "Hervatbaar", + "@resumable": {}, "resume": "{item} Hervatten", "@resume": { "description": "hervatten", @@ -433,12 +602,19 @@ } }, "retrievePublicListOfUsers": "Publieke lijst van gebruikers ophalen", + "@retrievePublicListOfUsers": {}, "retry": "Opnieuw proberen", + "@retry": {}, "runTime": "Looptijd", + "@runTime": {}, "save": "Opslaan", + "@save": {}, "saved": "Opgeslagen", + "@saved": {}, "scanBiometricHint": "Identiteit verifiëren", + "@scanBiometricHint": {}, "scanLibrary": "Scan bibliotheek", + "@scanLibrary": {}, "scanYourFingerprintToAuthenticate": "Scan je vingerafdruk om {user} te verifiëren", "@scanYourFingerprintToAuthenticate": { "placeholders": { @@ -456,7 +632,9 @@ } }, "scrollToTop": "Scroll naar boven", + "@scrollToTop": {}, "search": "Zoeken", + "@search": {}, "season": "{count, plural, other{Seizoenen} one{Seizoen}}", "@season": { "description": "seizoen", @@ -478,9 +656,13 @@ } }, "selectAll": "Alles selecteren", + "@selectAll": {}, "selectTime": "Tijd selecteren", + "@selectTime": {}, "selectViewType": "Selecteer weergavetype", + "@selectViewType": {}, "selected": "Geselecteerd", + "@selected": {}, "selectedWith": "Geselecteerd {info}", "@selectedWith": { "description": "geselecteerd", @@ -491,7 +673,9 @@ } }, "separate": "Gescheiden", + "@separate": {}, "server": "Server", + "@server": {}, "set": "Instellen", "@set": { "description": "Gebruik voor het instellen van een bepaalde waarde", @@ -507,50 +691,95 @@ } }, "settingSecurityApplockTitle": "App vergrendelen", + "@settingSecurityApplockTitle": {}, "settings": "Instellingen", + "@settings": {}, "settingsBlurEpisodesDesc": "Vervaag alle komende afleveringen", + "@settingsBlurEpisodesDesc": {}, "settingsBlurEpisodesTitle": "Vervagen volgende afleveringen", + "@settingsBlurEpisodesTitle": {}, "settingsBlurredPlaceholderDesc": "Toon vervaagde achtergrond bij het laden van posters", + "@settingsBlurredPlaceholderDesc": {}, "settingsBlurredPlaceholderTitle": "Vervaagde placeholder", + "@settingsBlurredPlaceholderTitle": {}, "settingsClientDesc": "Algemeen, Time-out, Lay-out, Thema", + "@settingsClientDesc": {}, "settingsClientTitle": "Fladder", + "@settingsClientTitle": {}, "settingsContinue": "Doorgaan", + "@settingsContinue": {}, "settingsEnableOsMediaControls": "OS media bediening inschakelen", + "@settingsEnableOsMediaControls": {}, "settingsHomeCarouselDesc": "Toont een carrousel op het dashboard scherm", + "@settingsHomeCarouselDesc": {}, "settingsHomeCarouselTitle": "Dashboard carrousel", + "@settingsHomeCarouselTitle": {}, "settingsHomeNextUpDesc": "Soort posters getoond op het dashboard scherm", + "@settingsHomeNextUpDesc": {}, "settingsHomeNextUpTitle": "Volgende posters", + "@settingsHomeNextUpTitle": {}, "settingsNextUpCutoffDays": "Volgende cutoff dagen", + "@settingsNextUpCutoffDays": {}, "settingsPlayerCustomSubtitlesDesc": "Pas grootte, kleur, positie, omtrek aan", + "@settingsPlayerCustomSubtitlesDesc": {}, "settingsPlayerCustomSubtitlesTitle": "Ondertitels aanpassen", + "@settingsPlayerCustomSubtitlesTitle": {}, "settingsPlayerDesc": "Beeldverhouding, Geavanceerd", + "@settingsPlayerDesc": {}, "settingsPlayerMobileWarning": "Hardwareversnelling en native libass ondertitels inschakelen op Android kan ervoor zorgen dat sommige ondertitels niet worden weergegeven.", + "@settingsPlayerMobileWarning": {}, "settingsPlayerNativeLibassAccelDesc": "Gebruik videospeler libass ondertitel renderer", + "@settingsPlayerNativeLibassAccelDesc": {}, "settingsPlayerNativeLibassAccelTitle": "Native libass ondertiteling", + "@settingsPlayerNativeLibassAccelTitle": {}, "settingsPlayerTitle": "Speler", + "@settingsPlayerTitle": {}, "settingsPlayerVideoHWAccelDesc": "Gebruik de gpu om video weer te geven (aanbevolen)", + "@settingsPlayerVideoHWAccelDesc": {}, "settingsPlayerVideoHWAccelTitle": "Hardwareversnelling", + "@settingsPlayerVideoHWAccelTitle": {}, "settingsPosterPinch": "Knijp-zoom om posters te schalen", + "@settingsPosterPinch": {}, "settingsPosterSize": "Poster grootte", + "@settingsPosterSize": {}, "settingsPosterSlider": "Toon schaal schuifregelaar", + "@settingsPosterSlider": {}, "settingsProfileDesc": "Vergrendelscherm", + "@settingsProfileDesc": {}, "settingsProfileTitle": "Profiel", + "@settingsProfileTitle": {}, "settingsQuickConnectTitle": "Snel verbinden", + "@settingsQuickConnectTitle": {}, "settingsSecurity": "Beveiliging", + "@settingsSecurity": {}, "settingsShowScaleSlider": "Toon posterschaal schuifregelaar", + "@settingsShowScaleSlider": {}, "settingsVisual": "Visueel", + "@settingsVisual": {}, "shadow": "Schaduw", + "@shadow": {}, "showAlbum": "Toon album", + "@showAlbum": {}, "showDetails": "Toon details", + "@showDetails": {}, "showEmpty": "Toon leeg", + "@showEmpty": {}, "shuffleGallery": "Galerij shuffle", + "@shuffleGallery": {}, "shuffleVideos": "Video''s shuffle", + "@shuffleVideos": {}, "somethingWentWrong": "Er is iets misgegaan", + "@somethingWentWrong": {}, "somethingWentWrongPasswordCheck": "Er is iets misgegaan, controleer uw wachtwoord", + "@somethingWentWrongPasswordCheck": {}, "sortBy": "Sorteer op", + "@sortBy": {}, "sortName": "Naam", + "@sortName": {}, "sortOrder": "Sorteervolgorde", + "@sortOrder": {}, "start": "Start", + "@start": {}, "studio": "{count, plural, other{Studio''s} one{Studio}}", "@studio": { "description": "studio", @@ -562,10 +791,15 @@ } }, "subtitleConfigurator": "Ondertitel configurator", + "@subtitleConfigurator": {}, "subtitleConfiguratorPlaceHolder": "Dit is placeholder tekst,\nniets te zien hier.", + "@subtitleConfiguratorPlaceHolder": {}, "subtitles": "Ondertitels", + "@subtitles": {}, "switchUser": "Wissel gebruiker", + "@switchUser": {}, "sync": "Synchroniseren", + "@sync": {}, "syncDeleteItemDesc": "Alle gesynchroniseerde gegevens verwijderen voor?\n{item}", "@syncDeleteItemDesc": { "description": "Pop-upvenster voor synchronisatie van te verwijderen item", @@ -576,12 +810,19 @@ } }, "syncDeleteItemTitle": "Gesynchroniseerd item verwijderen", + "@syncDeleteItemTitle": {}, "syncDeletePopupPermanent": "Deze actie is permanent en verwijdert alle lokaal gesynchroniseerde bestanden", + "@syncDeletePopupPermanent": {}, "syncDetails": "Details synchroniseren", + "@syncDetails": {}, "syncOpenParent": "Ouder openen", + "@syncOpenParent": {}, "syncRemoveDataDesc": "Gesynchroniseerde videogegevens verwijderen? Dit is permanent en u moet de bestanden opnieuw synchroniseren", + "@syncRemoveDataDesc": {}, "syncRemoveDataTitle": "Gesynchroniseerde gegevens verwijderen?", + "@syncRemoveDataTitle": {}, "syncedItems": "Gesynchroniseerde items", + "@syncedItems": {}, "tag": "{count, plural, one{Label} other{Labels}}", "@tag": { "description": "label", @@ -593,10 +834,15 @@ } }, "theme": "Thema", + "@theme": {}, "themeColor": "Thema kleur", + "@themeColor": {}, "themeModeDark": "Donker", + "@themeModeDark": {}, "themeModeLight": "Licht", + "@themeModeLight": {}, "themeModeSystem": "Systeem", + "@themeModeSystem": {}, "timeAndAnnotation": "{minutes} en {seconds}", "@timeAndAnnotation": { "description": "timeAndAnnotation", @@ -610,6 +856,7 @@ } }, "timeOut": "Time-out", + "@timeOut": {}, "totalSize": "Totale grootte: {size}", "@totalSize": { "placeholders": { @@ -629,24 +876,43 @@ } }, "unPlayed": "Ongespeeld", + "@unPlayed": {}, "unableToConnectHost": "Kan geen verbinding maken met host", + "@unableToConnectHost": {}, "unableToReverseAction": "Deze actie kan niet ongedaan worden gemaakt, het verwijdert alle instellingen.", + "@unableToReverseAction": {}, "unknown": "Onbekend", + "@unknown": {}, "useDefaults": "Standaardwaarden gebruiken", + "@useDefaults": {}, "userName": "Gebruikersnaam", + "@userName": {}, "video": "Video", + "@video": {}, "videoScaling": "Videoschaling", + "@videoScaling": {}, "videoScalingContain": "Bevatten", + "@videoScalingContain": {}, "videoScalingCover": "Bedekken", + "@videoScalingCover": {}, "videoScalingFill": "Vullen", + "@videoScalingFill": {}, "videoScalingFillScreenDesc": "Vul de navigatie- en statusbalk", + "@videoScalingFillScreenDesc": {}, "videoScalingFillScreenNotif": "Volledig scherm overschrijft videopasvorm, in horizontale rotatie", + "@videoScalingFillScreenNotif": {}, "videoScalingFillScreenTitle": "Vul scherm", + "@videoScalingFillScreenTitle": {}, "videoScalingFitHeight": "Pas hoogte aan", + "@videoScalingFitHeight": {}, "videoScalingFitWidth": "Pas breedte aan", + "@videoScalingFitWidth": {}, "videoScalingScaleDown": "Schaal omlaag", + "@videoScalingScaleDown": {}, "viewPhotos": "Foto''s bekijken", + "@viewPhotos": {}, "watchOn": "Kijk op", + "@watchOn": {}, "writer": "{count, plural, other{Schrijvers} one{Schrijver}}", "@writer": { "description": "schrijver", @@ -666,5 +932,7 @@ "example": "1" } } - } -} \ No newline at end of file + }, + "nativeName": "Nederlands", + "@nativeName": {} +} diff --git a/lib/l10n/app_pt.arb b/lib/l10n/app_pt.arb new file mode 100644 index 0000000..2caefa6 --- /dev/null +++ b/lib/l10n/app_pt.arb @@ -0,0 +1,945 @@ +{ + "@@locale": "pt", + "active": "Ativa", + "@active": {}, + "addToPlaylist": "Adicionar à lista de reprodução", + "@addToPlaylist": {}, + "advanced": "Avançado", + "@advanced": {}, + "appLockAutoLogin": "Login automático", + "@appLockAutoLogin": {}, + "appLockBiometrics": "Biometria", + "@appLockBiometrics": {}, + "appLockPasscode": "Senha", + "@appLockPasscode": {}, + "appLockTitle": "Defina o método de login para {userName}", + "@appLockTitle": { + "description": "Pop-up to pick a login method", + "placeholders": { + "userName": { + "type": "String" + } + } + }, + "ascending": "Ascendente", + "@ascending": {}, + "audio": "Áudio", + "@audio": {}, + "biometricsFailedCheckAgain": "Falha na biometria. Verifique as configurações e tente novamente.", + "@biometricsFailedCheckAgain": {}, + "cancel": "Cancelar", + "@cancel": {}, + "change": "Mudar", + "@change": {}, + "clearChanges": "Limpar mudanças", + "@clearChanges": {}, + "clearSelection": "Limpar seleção", + "@clearSelection": {}, + "close": "Fechar", + "@close": {}, + "code": "Código", + "@code": {}, + "combined": "Combinado", + "@combined": {}, + "dashboard": "Painel", + "@dashboard": {}, + "dashboardContinue": "Continuar", + "@dashboardContinue": {}, + "dashboardContinueListening": "Continuar ouvindo", + "@dashboardContinueListening": {}, + "dashboardContinueReading": "Continuar lendo", + "@dashboardContinueReading": {}, + "dashboardRecentlyAdded": "Adicionado recentemente em {name}", + "@dashboardRecentlyAdded": { + "description": "Recently added on home screen", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "dateAdded": "Data adicionada", + "@dateAdded": {}, + "dateLastContentAdded": "Data do último conteúdo adicionado", + "@dateLastContentAdded": {}, + "actor": "{count, plural, other{Atores} one{Ator}}", + "@actor": { + "description": "actor", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "about": "Sobre", + "@about": {}, + "accept": "Aceitar", + "@accept": {}, + "addAsFavorite": "Adicionar como favorito", + "@addAsFavorite": {}, + "addToCollection": "Adicionar à coleção", + "@addToCollection": {}, + "all": "Todos", + "@all": {}, + "amoledBlack": "Amoled preto", + "@amoledBlack": {}, + "autoPlay": "Reprodução automática", + "@autoPlay": {}, + "bold": "Audaciosa", + "@bold": {}, + "backgroundBlur": "Desfoque de fundo", + "@backgroundBlur": {}, + "clearAllSettingsQuestion": "Limpar todas as configurações?", + "@clearAllSettingsQuestion": {}, + "backgroundOpacity": "Opacidade de fundo", + "@backgroundOpacity": {}, + "chapter": "{count, plural, other{Capítulos} one{Capítulo}}", + "@chapter": { + "description": "chapter", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "clear": "Claro", + "@clear": {}, + "communityRating": "Classificação da comunidade", + "@communityRating": {}, + "continuePage": "Continuar - página {page}", + "@continuePage": { + "description": "Continue - page 1", + "placeholders": { + "page": { + "type": "int" + } + } + }, + "controls": "Controles", + "@controls": {}, + "clearAllSettings": "Limpar todas as configurações", + "@clearAllSettings": {}, + "collectionFolder": "Pasta de coleção", + "@collectionFolder": {}, + "color": "Cor", + "@color": {}, + "dashboardContinueWatching": "Continuar assistindo", + "@dashboardContinueWatching": {}, + "dashboardNextUp": "Próximo", + "@dashboardNextUp": {}, + "datePlayed": "Data de reprodução", + "@datePlayed": {}, + "delete": "Excluir", + "@delete": {}, + "days": "Dias", + "@days": {}, + "deleteFileFromSystem": "Excluir este item {item} irá excluí-lo tanto do sistema de arquivos quanto da sua biblioteca de mídia.\nTem certeza de que deseja continuar?", + "@deleteFileFromSystem": { + "description": "Delete file from system", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "light": "Luz", + "@light": {}, + "list": "Lista", + "@list": {}, + "lockscreen": "Tela de bloqueio", + "@lockscreen": {}, + "loggedIn": "Conectado", + "@loggedIn": {}, + "login": "Faça login", + "@login": {}, + "logout": "Sair", + "@logout": {}, + "logoutUserPopupTitle": "Sair {userName}?", + "@logoutUserPopupTitle": { + "description": "Pop-up for loging out the user", + "placeholders": { + "userName": { + "type": "String" + } + } + }, + "loop": "Repetição", + "@loop": {}, + "markAsUnwatched": "Marcar como não assistido", + "@markAsUnwatched": {}, + "markAsWatched": "Marcar como assistido", + "@markAsWatched": {}, + "mediaTypeBase": "Tipo de base", + "@mediaTypeBase": {}, + "mediaTypeBook": "Livro", + "@mediaTypeBook": {}, + "mediaTypeEpisode": "Episódio", + "@mediaTypeEpisode": {}, + "mediaTypePerson": "Pessoa", + "@mediaTypePerson": {}, + "mediaTypePhoto": "Foto", + "@mediaTypePhoto": {}, + "mediaTypeSeries": "Series", + "@mediaTypeSeries": {}, + "metadataRefreshFull": "Substituir todos os metadados", + "@metadataRefreshFull": {}, + "metadataRefreshValidation": "Pesquisar por metadados ausentes", + "@metadataRefreshValidation": {}, + "mode": "Modo", + "@mode": {}, + "noItemsSynced": "Nenhum item sincronizado", + "@noItemsSynced": {}, + "noItemsToShow": "Nenhum item para mostrar", + "@noItemsToShow": {}, + "noRating": "Sem classificação", + "@noRating": {}, + "noResults": "Nenhum resultado", + "@noResults": {}, + "noServersFound": "Nenhum servidor novo encontrado", + "@noServersFound": {}, + "noSuggestionsFound": "Nenhuma sugestão encontrada", + "@noSuggestionsFound": {}, + "notPartOfAlbum": "Não faz parte de um álbum", + "@notPartOfAlbum": {}, + "openShow": "Exposição aberta", + "@openShow": {}, + "options": "Opções", + "@options": {}, + "outlineSize": "Tamanho do contorno", + "@outlineSize": {}, + "page": "Página {index}", + "@page": { + "description": "page", + "placeholders": { + "index": { + "type": "int" + } + } + }, + "parentalRating": "Classificação Parental", + "@parentalRating": {}, + "pathEditTitle": "Alterar localização", + "@pathEditTitle": {}, + "play": "Tocar {item}", + "@play": { + "description": "Play with", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "playFromStart": "Jogue {name} desde o início", + "@playFromStart": { + "description": "speel vanaf het begin", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "playLabel": "Reproduzir", + "@playLabel": {}, + "played": "Reproduzido", + "@played": {}, + "quickConnectWrongCode": "Código errado", + "@quickConnectWrongCode": {}, + "read": "Ler {item}", + "@read": { + "description": "read", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "related": "Relacionado", + "@related": {}, + "releaseDate": "Data de lançamento", + "@releaseDate": {}, + "removeFromCollection": "Remover da coleção", + "@removeFromCollection": {}, + "replaceAllImages": "Substituir todas as imagens", + "@replaceAllImages": {}, + "restart": "Reiniciar", + "@restart": {}, + "result": "Resultado", + "@result": {}, + "resumable": "remontar", + "@resumable": {}, + "retrievePublicListOfUsers": "Recuperar lista pública de usuários", + "@retrievePublicListOfUsers": {}, + "retry": "Repetir", + "@retry": {}, + "runTime": "Tempo de execução", + "@runTime": {}, + "saved": "Salvo", + "@saved": {}, + "scanBiometricHint": "Verificar identidade", + "@scanBiometricHint": {}, + "scanLibrary": "Digitalizar biblioteca", + "@scanLibrary": {}, + "nextUp": "Próximo passo", + "@nextUp": {}, + "logoutUserPopupContent": "Isso fará o logout de {userName} e excluirá o usuário do aplicativo.\nVocê terá que fazer o login novamente em {serverName}.", + "@logoutUserPopupContent": { + "description": "Pop-up for loging out the user description", + "placeholders": { + "userName": { + "type": "String" + }, + "serverName": { + "type": "String" + } + } + }, + "masonry": "Alvenaria", + "@masonry": {}, + "mediaTypeBoxset": "Conjunto de caixas", + "@mediaTypeBoxset": {}, + "mediaTypeFolder": "Pasta", + "@mediaTypeFolder": {}, + "metaDataSavedFor": "Metadados salvos para {item}", + "@metaDataSavedFor": { + "description": "metaDataSavedFor", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "mediaTypeMovie": "Filme", + "@mediaTypeMovie": {}, + "mediaTypePlaylist": "Lista de reprodução", + "@mediaTypePlaylist": {}, + "mediaTypeSeason": "Temporada", + "@mediaTypeSeason": {}, + "mediaTypePhotoAlbum": "Álbum de fotos", + "@mediaTypePhotoAlbum": {}, + "metadataRefreshDefault": "Verificar se há arquivos novos e atualizados", + "@metadataRefreshDefault": {}, + "minutes": "{count, plural, one{Minuto} other{Minutos}}", + "@minutes": { + "description": "minute", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "navigationDashboard": "Painel", + "@navigationDashboard": {}, + "moreOptions": "Mais opções", + "@moreOptions": {}, + "mouseDragSupport": "Arraste usando o mouse", + "@mouseDragSupport": {}, + "moreFrom": "Mais de {info}", + "@moreFrom": { + "description": "More from", + "placeholders": { + "info": { + "type": "String" + } + } + }, + "musicAlbum": "Álbum", + "@musicAlbum": {}, + "navigation": "Navegação", + "@navigation": {}, + "name": "Nome", + "@name": {}, + "navigationFavorites": "Favoritos", + "@navigationFavorites": {}, + "navigationSync": "Sincronizado", + "@navigationSync": {}, + "never": "Nunca", + "@never": {}, + "none": "Nenhum", + "@none": {}, + "normal": "Normal", + "@normal": {}, + "openWebLink": "Abrir link da web", + "@openWebLink": {}, + "openParent": "Principal Aberto", + "@openParent": {}, + "other": "Outro", + "@other": {}, + "pathEditDesc": "Este local é definido para todos os usuários, quaisquer dados sincronizados não estarão mais acessíveis.\nEles permanecerão no seu armazenamento.", + "@pathEditDesc": {}, + "outlineColor": "Cor do contorno", + "@outlineColor": {}, + "overview": "Visão geral", + "@overview": {}, + "password": "Palavra passe", + "@password": {}, + "pathClearTitle": "Limpar caminho de downloads", + "@pathClearTitle": {}, + "pathEditSelect": "Selecione o destino dos downloads", + "@pathEditSelect": {}, + "playFrom": "Reproduzir de {name}", + "@playFrom": { + "description": "playFrom", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "playVideos": "Reproduzir vídeos", + "@playVideos": {}, + "playCount": "Contagem de reproduções", + "@playCount": {}, + "quickConnectTitle": "Conexão rápida", + "@quickConnectTitle": {}, + "refreshMetadata": "Atualizar metadados", + "@refreshMetadata": {}, + "quickConnectAction": "Insira o código de conexão rápida para", + "@quickConnectAction": {}, + "quickConnectInputACode": "Insira um código", + "@quickConnectInputACode": {}, + "refreshPopup": "Atualizar - {name}", + "@refreshPopup": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "random": "aleatório", + "@random": {}, + "rating": "{count, plural, one{Avaliação} other{Avaliações}}", + "@rating": { + "description": "rating", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "reWatch": "Assistir novamente", + "@reWatch": {}, + "recursive": "Recursivo", + "@recursive": {}, + "readFromStart": "Ler {item} desde o início", + "@readFromStart": { + "description": "Read book from start", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "refresh": "Atualizar", + "@refresh": {}, + "refreshPopupContentMetadata": "Os metadados são atualizados com base nas configurações e nos serviços de Internet habilitados no painel.", + "@refreshPopupContentMetadata": {}, + "removeAsFavorite": "Remover dos favoritos", + "@removeAsFavorite": {}, + "removeFromPlaylist": "Remover da lista de reprodução", + "@removeFromPlaylist": {}, + "replaceExistingImages": "Substituir imagens existentes", + "@replaceExistingImages": {}, + "save": "Salvar", + "@save": {}, + "search": "Pesquisa", + "@search": {}, + "resume": "Retomar {item}", + "@resume": { + "description": "resume", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "season": "{count, plural, other{Estações} one{Estação} }", + "@season": { + "description": "season", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "scanYourFingerprintToAuthenticate": "Escaneie sua impressão digital para autenticar {user}", + "@scanYourFingerprintToAuthenticate": { + "placeholders": { + "user": { + "type": "String" + } + } + }, + "scanningName": "Digitalização - {name}…", + "@scanningName": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "scrollToTop": "Voltar ao topo", + "@scrollToTop": {}, + "selectAll": "Selecionar tudo", + "@selectAll": {}, + "separate": "Separado", + "@separate": {}, + "server": "Servidor", + "@server": {}, + "settingSecurityApplockTitle": "Bloqueio de aplicativo", + "@settingSecurityApplockTitle": {}, + "settingsBlurEpisodesDesc": "Desfocar todos os próximos episódios", + "@settingsBlurEpisodesDesc": {}, + "selectedWith": "Selecionado {info}", + "@selectedWith": { + "description": "selected", + "placeholders": { + "info": { + "type": "String" + } + } + }, + "selectTime": "Selecione o tempo", + "@selectTime": {}, + "selected": "Selecionado", + "@selected": {}, + "selectViewType": "Selecione o tipo de exibição", + "@selectViewType": {}, + "seconds": "{count, plural, one{Segundo} other{Segundos}}", + "@seconds": { + "description": "second", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "set": "Definir", + "@set": { + "description": "Use for setting a certain value", + "context": "Set 'time'" + }, + "setIdentityTo": "Definir identidade para {name}", + "@setIdentityTo": { + "description": "setIdentityTo", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "settings": "Configurações", + "@settings": {}, + "settingsBlurEpisodesTitle": "Desfocar os próximos episódios", + "@settingsBlurEpisodesTitle": {}, + "settingsBlurredPlaceholderDesc": "Mostrar fundo desfocado ao carregar pôsteres", + "@settingsBlurredPlaceholderDesc": {}, + "deleteItem": "Excluir {item}?", + "@deleteItem": { + "description": "deleteItem", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "descending": "Descendente", + "@descending": {}, + "discovered": "Descoberto", + "@discovered": {}, + "downloadsClearTitle": "Limpar dados sincronizados", + "@downloadsClearTitle": {}, + "downloadsPath": "Caminho", + "@downloadsPath": {}, + "downloadsSyncedData": "Dados sincronizados", + "@downloadsSyncedData": {}, + "endsAt": "termina em {date}", + "@endsAt": { + "description": "endsAt", + "placeholders": { + "date": { + "type": "DateTime", + "format": "jm" + } + } + }, + "episode": "{count, plural, other{Episódios} one{Episódio} }", + "@episode": { + "description": "episode", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "error": "Erro", + "@error": {}, + "favorite": "Favorito", + "@favorite": {}, + "folders": "Pastas", + "@folders": {}, + "goTo": "Vá para", + "@goTo": {}, + "grid": "Grade", + "@grid": {}, + "group": "Grupo", + "@group": {}, + "groupBy": "Agrupar por", + "@groupBy": {}, + "heightOffset": "Deslocamento de altura", + "@heightOffset": {}, + "hide": "Esconder", + "@hide": {}, + "home": "Página inicial", + "@home": {}, + "identify": "Identificar", + "@identify": {}, + "immediately": "Imediatamente", + "@immediately": {}, + "info": "Informações", + "@info": {}, + "itemCount": "Contagem de itens: {count}", + "@itemCount": { + "description": "Item count", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "library": "{count, plural, other{Bibliotecas} one{Biblioteca}}", + "@library": { + "description": "Plural", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "libraryPageSizeTitle": "Tamanho da página da biblioteca", + "@libraryPageSizeTitle": {}, + "settingsBlurredPlaceholderTitle": "Espaço reservado desfocado", + "@settingsBlurredPlaceholderTitle": {}, + "settingsClientDesc": "Geral, Tempo limite, Layout, Tema", + "@settingsClientDesc": {}, + "settingsClientTitle": "Vibração", + "@settingsClientTitle": {}, + "settingsContinue": "Continuar", + "@settingsContinue": {}, + "settingsEnableOsMediaControls": "Habilitar controles de mídia do sistema operacional", + "@settingsEnableOsMediaControls": {}, + "settingsHomeCarouselDesc": "Mostra um carrossel na tela do painel", + "@settingsHomeCarouselDesc": {}, + "settingsHomeCarouselTitle": "Carrossel do painel", + "@settingsHomeCarouselTitle": {}, + "settingsHomeNextUpDesc": "Tipo de pôsteres exibidos na tela do painel", + "@settingsHomeNextUpDesc": {}, + "settingsHomeNextUpTitle": "Próximos pôsteres", + "@settingsHomeNextUpTitle": {}, + "settingsPlayerCustomSubtitlesTitle": "Personalizar legendas", + "@settingsPlayerCustomSubtitlesTitle": {}, + "settingsPlayerDesc": "Proporção da tela, Avançado", + "@settingsPlayerDesc": {}, + "settingsPlayerNativeLibassAccelDesc": "Use o renderizador de legendas do reprodutor de vídeo libass", + "@settingsPlayerNativeLibassAccelDesc": {}, + "settingsPlayerNativeLibassAccelTitle": "Legendas nativas libass", + "@settingsPlayerNativeLibassAccelTitle": {}, + "settingsPlayerTitle": "Reprodutor", + "@settingsPlayerTitle": {}, + "settingsPlayerVideoHWAccelTitle": "Aceleração de hardware", + "@settingsPlayerVideoHWAccelTitle": {}, + "settingsPosterSize": "Tamanho do pôster", + "@settingsPosterSize": {}, + "settingsPosterSlider": "Mostrar controle deslizante de escala", + "@settingsPosterSlider": {}, + "shadow": "Sombra", + "@shadow": {}, + "showAlbum": "Mostrar álbum", + "@showAlbum": {}, + "showDetails": "Mostrar detalhes", + "@showDetails": {}, + "showEmpty": "Mostrar vazio", + "@showEmpty": {}, + "shuffleGallery": "Galeria aleatória", + "@shuffleGallery": {}, + "somethingWentWrong": "Algo deu errado", + "@somethingWentWrong": {}, + "sortBy": "Classificar por", + "@sortBy": {}, + "sortName": "Nome", + "@sortName": {}, + "sortOrder": "Ordem de classificação", + "@sortOrder": {}, + "subtitles": "Legendas", + "@subtitles": {}, + "disableFilters": "Desative os filtros", + "@disableFilters": {}, + "disabled": "Desligado", + "@disabled": {}, + "failedToLoadImage": "Falha ao carregar imagem", + "@failedToLoadImage": {}, + "invalidUrl": "Endereço inválido", + "@invalidUrl": {}, + "incorrectPinTryAgain": "PIN incorreto. Tente novamente.", + "@incorrectPinTryAgain": {}, + "label": "{count, plural, one{Rótulo} other{Rótulos}}", + "@label": { + "description": "label", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "libraryFetchNoItemsFound": "Nenhum item encontrado. Tente configurações diferentes.", + "@libraryFetchNoItemsFound": {}, + "libraryPageSizeDesc": "Defina a quantidade a ser carregada por vez. 0 desativa a paginação.", + "@libraryPageSizeDesc": {}, + "somethingWentWrongPasswordCheck": "Algo deu errado. Verifique sua senha.", + "@somethingWentWrongPasswordCheck": {}, + "settingsPlayerVideoHWAccelDesc": "Use a GPU para renderizar vídeo (recomendado)", + "@settingsPlayerVideoHWAccelDesc": {}, + "director": "{count, plural, one{Diretor} other{Diretores}}", + "@director": { + "description": "director", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "displayLanguage": "Exibir idioma", + "@displayLanguage": {}, + "downloadsClearDesc": "Remover todos os dados sincronizados, limpando\ntodos os dados de cada usuário sincronizado?", + "@downloadsClearDesc": {}, + "dynamicText": "Dinâmico", + "@dynamicText": {}, + "downloadsTitle": "Transferências", + "@downloadsTitle": {}, + "editMetadata": "Editar metadados", + "@editMetadata": {}, + "empty": "Vazio", + "@empty": {}, + "enabled": "ligado", + "@enabled": {}, + "fetchingLibrary": "Buscando itens da biblioteca…", + "@fetchingLibrary": {}, + "favorites": "Favoritos", + "@favorites": {}, + "filter": "{count, plural, one{Filtro} other{Filtros}}", + "@filter": { + "description": "filter", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "fontSize": "Tamanho da letra", + "@fontSize": {}, + "fontColor": "Cor da fonte", + "@fontColor": {}, + "forceRefresh": "Forçar atualização", + "@forceRefresh": {}, + "genre": "{count, plural, other{Gêneros} one{Gênero}}", + "@genre": { + "description": "genre", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "hideEmpty": "Esconder vazio", + "@hideEmpty": {}, + "invalidUrlDesc": "Endereço precisa começar com http(s)://", + "@invalidUrlDesc": {}, + "settingsNextUpCutoffDays": "Próximos dias de corte", + "@settingsNextUpCutoffDays": {}, + "settingsPlayerCustomSubtitlesDesc": "Personalize o tamanho, a cor, a posição e o contorno", + "@settingsPlayerCustomSubtitlesDesc": {}, + "settingsSecurity": "Segurança", + "@settingsSecurity": {}, + "settingsPlayerMobileWarning": "Ativar a aceleração de hardware e as legendas nativas do Libass no Android pode fazer com que algumas legendas não sejam renderizadas.", + "@settingsPlayerMobileWarning": {}, + "settingsPosterPinch": "Aperte o zoom para dimensionar os pôsteres", + "@settingsPosterPinch": {}, + "settingsProfileTitle": "Perfil", + "@settingsProfileTitle": {}, + "settingsQuickConnectTitle": "Conexão rapida", + "@settingsQuickConnectTitle": {}, + "settingsProfileDesc": "Tela de bloqueio", + "@settingsProfileDesc": {}, + "settingsShowScaleSlider": "Mostrar slide do tamanho do pôster", + "@settingsShowScaleSlider": {}, + "settingsVisual": "Visuais", + "@settingsVisual": {}, + "shuffleVideos": "Vídeos aleatórios", + "@shuffleVideos": {}, + "syncDeleteItemTitle": "Excluir item sincronizado", + "@syncDeleteItemTitle": {}, + "subtitleConfigurator": "Configurador de legendas", + "@subtitleConfigurator": {}, + "studio": "{count, plural, other{Estúdios} one{Estúdio}}", + "@studio": { + "description": "studio", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "start": "Iniciar", + "@start": {}, + "syncDeleteItemDesc": "Excluir todos os dados sincronizados para?\n{item}", + "@syncDeleteItemDesc": { + "description": "Sync delete item pop-up window", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "subtitleConfiguratorPlaceHolder": "Este é um texto de espaço reservado,\nnada para ver aqui.", + "@subtitleConfiguratorPlaceHolder": {}, + "switchUser": "Trocar usuário", + "@switchUser": {}, + "syncDeletePopupPermanent": "Esta ação é permanente e removerá todos os arquivos sincronizados localmente", + "@syncDeletePopupPermanent": {}, + "sync": "Sincronizar", + "@sync": {}, + "syncDetails": "Detalhes de sincronização", + "@syncDetails": {}, + "syncOpenParent": "Abrir diretório", + "@syncOpenParent": {}, + "syncRemoveDataDesc": "Excluir dados de vídeo sincronizados? Isso é permanente e você precisará sincronizar os arquivos novamente", + "@syncRemoveDataDesc": {}, + "theme": "Tema", + "@theme": {}, + "themeModeSystem": "Sistema", + "@themeModeSystem": {}, + "timeOut": "Tempo esgotado", + "@timeOut": {}, + "totalSize": "Tamanho total: {size}", + "@totalSize": { + "placeholders": { + "size": { + "type": "String" + } + } + }, + "type": "{count, plural, other{Tipos} one{Tipo}}", + "@type": { + "description": "type", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "unPlayed": "Não reproduzido", + "@unPlayed": {}, + "unableToConnectHost": "Não é possível conectar ao host", + "@unableToConnectHost": {}, + "videoScalingFillScreenNotif": "Preenchimento de tela substitui ajuste de vídeo, em rotação horizontal", + "@videoScalingFillScreenNotif": {}, + "year": "{count, plural, other{Anos} one{Ano}}", + "@year": { + "description": "year", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "unableToReverseAction": "Esta ação não pode ser revertida. Ela removerá todas as configurações.", + "@unableToReverseAction": {}, + "videoScalingScaleDown": "Diminuir escala", + "@videoScalingScaleDown": {}, + "viewPhotos": "Ver fotos", + "@viewPhotos": {}, + "syncedItems": "Itens sincronizados", + "@syncedItems": {}, + "syncRemoveDataTitle": "Remover dados sincronizados?", + "@syncRemoveDataTitle": {}, + "tag": "{count, plural, one{Etiqueta} other{Etiquetas}}", + "@tag": { + "description": "tag", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "themeColor": "Cor do tema", + "@themeColor": {}, + "themeModeDark": "Escuro", + "@themeModeDark": {}, + "themeModeLight": "Luz", + "@themeModeLight": {}, + "timeAndAnnotation": "{minutes} e {seconds}", + "@timeAndAnnotation": { + "description": "timeAndAnnotation", + "placeholders": { + "minutes": { + "type": "String" + }, + "seconds": { + "type": "String" + } + } + }, + "useDefaults": "Usar padrões", + "@useDefaults": {}, + "userName": "Nome de usuário", + "@userName": {}, + "unknown": "Desconhecido", + "@unknown": {}, + "videoScalingFitWidth": "Ajustar largura", + "@videoScalingFitWidth": {}, + "watchOn": "Assistir em", + "@watchOn": {}, + "writer": "{count, plural, one{Escritor} other{Escritores}}", + "@writer": { + "description": "writer", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "video": "Vídeo", + "@video": {}, + "videoScaling": "Dimensionamento de vídeo", + "@videoScaling": {}, + "videoScalingFill": "Preencher", + "@videoScalingFill": {}, + "videoScalingFillScreenTitle": "Tela cheia", + "@videoScalingFillScreenTitle": {}, + "videoScalingFitHeight": "Altura adequada", + "@videoScalingFitHeight": {}, + "videoScalingContain": "Conter", + "@videoScalingContain": {}, + "videoScalingFillScreenDesc": "Preencha a barra de navegação e status", + "@videoScalingFillScreenDesc": {}, + "videoScalingCover": "Capa", + "@videoScalingCover": {}, + "nativeName": "Português", + "@nativeName": {} +} diff --git a/lib/l10n/app_pt_BR.arb b/lib/l10n/app_pt_BR.arb new file mode 100644 index 0000000..eb75859 --- /dev/null +++ b/lib/l10n/app_pt_BR.arb @@ -0,0 +1,944 @@ +{ + "active": "Ativa", + "@active": {}, + "addToPlaylist": "Adicionar à lista de reprodução", + "@addToPlaylist": {}, + "advanced": "Avançado", + "@advanced": {}, + "appLockAutoLogin": "Login automático", + "@appLockAutoLogin": {}, + "appLockBiometrics": "Biometria", + "@appLockBiometrics": {}, + "appLockPasscode": "Senha", + "@appLockPasscode": {}, + "appLockTitle": "Defina o método de login para {userName}", + "@appLockTitle": { + "description": "Pop-up to pick a login method", + "placeholders": { + "userName": { + "type": "String" + } + } + }, + "ascending": "Ascendente", + "@ascending": {}, + "audio": "Áudio", + "@audio": {}, + "biometricsFailedCheckAgain": "Falha na biometria. Verifique as configurações e tente novamente.", + "@biometricsFailedCheckAgain": {}, + "cancel": "Cancelar", + "@cancel": {}, + "change": "Mudar", + "@change": {}, + "clearChanges": "Limpar mudanças", + "@clearChanges": {}, + "clearSelection": "Limpar seleção", + "@clearSelection": {}, + "close": "Fechar", + "@close": {}, + "code": "Código", + "@code": {}, + "combined": "Combinado", + "@combined": {}, + "dashboard": "Painel", + "@dashboard": {}, + "dashboardContinue": "Continuar", + "@dashboardContinue": {}, + "dashboardContinueListening": "Continuar ouvindo", + "@dashboardContinueListening": {}, + "dashboardContinueReading": "Continuar lendo", + "@dashboardContinueReading": {}, + "dashboardRecentlyAdded": "Adicionado recentemente em {name}", + "@dashboardRecentlyAdded": { + "description": "Recently added on home screen", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "dateAdded": "Data adicionada", + "@dateAdded": {}, + "dateLastContentAdded": "Data do último conteúdo adicionado", + "@dateLastContentAdded": {}, + "actor": "{count, plural, other{Atores} one{Ator}}", + "@actor": { + "description": "actor", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "about": "Sobre", + "@about": {}, + "accept": "Aceitar", + "@accept": {}, + "addAsFavorite": "Adicionar como favorito", + "@addAsFavorite": {}, + "addToCollection": "Adicionar à coleção", + "@addToCollection": {}, + "all": "Todos", + "@all": {}, + "amoledBlack": "Amoled preto", + "@amoledBlack": {}, + "autoPlay": "Reprodução automática", + "@autoPlay": {}, + "bold": "Audaciosa", + "@bold": {}, + "backgroundBlur": "Desfoque de fundo", + "@backgroundBlur": {}, + "clearAllSettingsQuestion": "Limpar todas as configurações?", + "@clearAllSettingsQuestion": {}, + "backgroundOpacity": "Opacidade de fundo", + "@backgroundOpacity": {}, + "chapter": "{count, plural, other{Capítulos} one{Capítulo}}", + "@chapter": { + "description": "chapter", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "clear": "Claro", + "@clear": {}, + "communityRating": "Classificação da comunidade", + "@communityRating": {}, + "continuePage": "Continuar - página {page}", + "@continuePage": { + "description": "Continue - page 1", + "placeholders": { + "page": { + "type": "int" + } + } + }, + "controls": "Controles", + "@controls": {}, + "clearAllSettings": "Limpar todas as configurações", + "@clearAllSettings": {}, + "collectionFolder": "Pasta de coleção", + "@collectionFolder": {}, + "color": "Cor", + "@color": {}, + "dashboardContinueWatching": "Continuar assistindo", + "@dashboardContinueWatching": {}, + "dashboardNextUp": "Próximo", + "@dashboardNextUp": {}, + "datePlayed": "Data de reprodução", + "@datePlayed": {}, + "delete": "Excluir", + "@delete": {}, + "days": "Dias", + "@days": {}, + "deleteFileFromSystem": "Excluir este item {item} irá excluí-lo tanto do sistema de arquivos quanto da sua biblioteca de mídia.\nTem certeza de que deseja continuar?", + "@deleteFileFromSystem": { + "description": "Delete file from system", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "light": "Luz", + "@light": {}, + "list": "Lista", + "@list": {}, + "lockscreen": "Tela de bloqueio", + "@lockscreen": {}, + "loggedIn": "Conectado", + "@loggedIn": {}, + "login": "Faça login", + "@login": {}, + "logout": "Sair", + "@logout": {}, + "logoutUserPopupTitle": "Sair {userName}?", + "@logoutUserPopupTitle": { + "description": "Pop-up for loging out the user", + "placeholders": { + "userName": { + "type": "String" + } + } + }, + "loop": "Repetição", + "@loop": {}, + "markAsUnwatched": "Marcar como não assistido", + "@markAsUnwatched": {}, + "markAsWatched": "Marcar como assistido", + "@markAsWatched": {}, + "mediaTypeBase": "Tipo de base", + "@mediaTypeBase": {}, + "mediaTypeBook": "Livro", + "@mediaTypeBook": {}, + "mediaTypeEpisode": "Episódio", + "@mediaTypeEpisode": {}, + "mediaTypePerson": "Pessoa", + "@mediaTypePerson": {}, + "mediaTypePhoto": "Foto", + "@mediaTypePhoto": {}, + "mediaTypeSeries": "Series", + "@mediaTypeSeries": {}, + "metadataRefreshFull": "Substituir todos os metadados", + "@metadataRefreshFull": {}, + "metadataRefreshValidation": "Pesquisar por metadados ausentes", + "@metadataRefreshValidation": {}, + "mode": "Modo", + "@mode": {}, + "noItemsSynced": "Nenhum item sincronizado", + "@noItemsSynced": {}, + "noItemsToShow": "Nenhum item para mostrar", + "@noItemsToShow": {}, + "noRating": "Sem classificação", + "@noRating": {}, + "noResults": "Nenhum resultado", + "@noResults": {}, + "noServersFound": "Nenhum servidor novo encontrado", + "@noServersFound": {}, + "noSuggestionsFound": "Nenhuma sugestão encontrada", + "@noSuggestionsFound": {}, + "notPartOfAlbum": "Não faz parte de um álbum", + "@notPartOfAlbum": {}, + "openShow": "Exposição aberta", + "@openShow": {}, + "options": "Opções", + "@options": {}, + "outlineSize": "Tamanho do contorno", + "@outlineSize": {}, + "page": "Página {index}", + "@page": { + "description": "page", + "placeholders": { + "index": { + "type": "int" + } + } + }, + "parentalRating": "Classificação Parental", + "@parentalRating": {}, + "pathEditTitle": "Alterar localização", + "@pathEditTitle": {}, + "play": "Tocar {item}", + "@play": { + "description": "Play with", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "playFromStart": "Jogue {name} desde o início", + "@playFromStart": { + "description": "speel vanaf het begin", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "playLabel": "Reproduzir", + "@playLabel": {}, + "played": "Reproduzido", + "@played": {}, + "quickConnectWrongCode": "Código errado", + "@quickConnectWrongCode": {}, + "read": "Ler {item}", + "@read": { + "description": "read", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "related": "Relacionado", + "@related": {}, + "releaseDate": "Data de lançamento", + "@releaseDate": {}, + "removeFromCollection": "Remover da coleção", + "@removeFromCollection": {}, + "replaceAllImages": "Substituir todas as imagens", + "@replaceAllImages": {}, + "restart": "Reiniciar", + "@restart": {}, + "result": "Resultado", + "@result": {}, + "resumable": "remontar", + "@resumable": {}, + "retrievePublicListOfUsers": "Recuperar lista pública de usuários", + "@retrievePublicListOfUsers": {}, + "retry": "Repetir", + "@retry": {}, + "runTime": "Tempo de execução", + "@runTime": {}, + "saved": "Salvo", + "@saved": {}, + "scanBiometricHint": "Verificar identidade", + "@scanBiometricHint": {}, + "scanLibrary": "Digitalizar biblioteca", + "@scanLibrary": {}, + "nextUp": "Próximo passo", + "@nextUp": {}, + "logoutUserPopupContent": "Isso fará o logout de {userName} e excluirá o usuário do aplicativo.\nVocê terá que fazer o login novamente em {serverName}.", + "@logoutUserPopupContent": { + "description": "Pop-up for loging out the user description", + "placeholders": { + "userName": { + "type": "String" + }, + "serverName": { + "type": "String" + } + } + }, + "masonry": "Alvenaria", + "@masonry": {}, + "mediaTypeBoxset": "Conjunto de caixas", + "@mediaTypeBoxset": {}, + "mediaTypeFolder": "Pasta", + "@mediaTypeFolder": {}, + "metaDataSavedFor": "Metadados salvos para {item}", + "@metaDataSavedFor": { + "description": "metaDataSavedFor", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "mediaTypeMovie": "Filme", + "@mediaTypeMovie": {}, + "mediaTypePlaylist": "Lista de reprodução", + "@mediaTypePlaylist": {}, + "mediaTypeSeason": "Temporada", + "@mediaTypeSeason": {}, + "mediaTypePhotoAlbum": "Álbum de fotos", + "@mediaTypePhotoAlbum": {}, + "metadataRefreshDefault": "Verificar se há arquivos novos e atualizados", + "@metadataRefreshDefault": {}, + "minutes": "{count, plural, one{Minuto} other{Minutos}}", + "@minutes": { + "description": "minute", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "navigationDashboard": "Painel", + "@navigationDashboard": {}, + "moreOptions": "Mais opções", + "@moreOptions": {}, + "mouseDragSupport": "Arraste usando o mouse", + "@mouseDragSupport": {}, + "moreFrom": "Mais de {info}", + "@moreFrom": { + "description": "More from", + "placeholders": { + "info": { + "type": "String" + } + } + }, + "musicAlbum": "Álbum", + "@musicAlbum": {}, + "navigation": "Navegação", + "@navigation": {}, + "name": "Nome", + "@name": {}, + "navigationFavorites": "Favoritos", + "@navigationFavorites": {}, + "navigationSync": "Sincronizado", + "@navigationSync": {}, + "never": "Nunca", + "@never": {}, + "none": "Nenhum", + "@none": {}, + "normal": "Normal", + "@normal": {}, + "openWebLink": "Abrir link da web", + "@openWebLink": {}, + "openParent": "Principal Aberto", + "@openParent": {}, + "other": "Outro", + "@other": {}, + "pathEditDesc": "Este local é definido para todos os usuários, quaisquer dados sincronizados não estarão mais acessíveis.\nEles permanecerão no seu armazenamento.", + "@pathEditDesc": {}, + "outlineColor": "Cor do contorno", + "@outlineColor": {}, + "overview": "Visão geral", + "@overview": {}, + "password": "Palavra passe", + "@password": {}, + "pathClearTitle": "Limpar caminho de downloads", + "@pathClearTitle": {}, + "pathEditSelect": "Selecione o destino dos downloads", + "@pathEditSelect": {}, + "playFrom": "Reproduzir de {name}", + "@playFrom": { + "description": "playFrom", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "playVideos": "Reproduzir vídeos", + "@playVideos": {}, + "playCount": "Contagem de reproduções", + "@playCount": {}, + "quickConnectTitle": "Conexão rápida", + "@quickConnectTitle": {}, + "refreshMetadata": "Atualizar metadados", + "@refreshMetadata": {}, + "quickConnectAction": "Insira o código de conexão rápida para", + "@quickConnectAction": {}, + "quickConnectInputACode": "Insira um código", + "@quickConnectInputACode": {}, + "refreshPopup": "Atualizar - {name}", + "@refreshPopup": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "random": "aleatório", + "@random": {}, + "rating": "{count, plural, one{Avaliação} other{Avaliações}}", + "@rating": { + "description": "rating", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "reWatch": "Assistir novamente", + "@reWatch": {}, + "recursive": "Recursivo", + "@recursive": {}, + "readFromStart": "Ler {item} desde o início", + "@readFromStart": { + "description": "Read book from start", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "refresh": "Atualizar", + "@refresh": {}, + "refreshPopupContentMetadata": "Os metadados são atualizados com base nas configurações e nos serviços de Internet habilitados no painel.", + "@refreshPopupContentMetadata": {}, + "removeAsFavorite": "Remover dos favoritos", + "@removeAsFavorite": {}, + "removeFromPlaylist": "Remover da lista de reprodução", + "@removeFromPlaylist": {}, + "replaceExistingImages": "Substituir imagens existentes", + "@replaceExistingImages": {}, + "save": "Salvar", + "@save": {}, + "search": "Pesquisa", + "@search": {}, + "resume": "Retomar {item}", + "@resume": { + "description": "resume", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "season": "{count, plural, other{Estações} one{Estação} }", + "@season": { + "description": "season", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "scanYourFingerprintToAuthenticate": "Escaneie sua impressão digital para autenticar {user}", + "@scanYourFingerprintToAuthenticate": { + "placeholders": { + "user": { + "type": "String" + } + } + }, + "scanningName": "Digitalização - {name}…", + "@scanningName": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "scrollToTop": "Voltar ao topo", + "@scrollToTop": {}, + "selectAll": "Selecionar tudo", + "@selectAll": {}, + "separate": "Separado", + "@separate": {}, + "server": "Servidor", + "@server": {}, + "settingSecurityApplockTitle": "Bloqueio de aplicativo", + "@settingSecurityApplockTitle": {}, + "settingsBlurEpisodesDesc": "Desfocar todos os próximos episódios", + "@settingsBlurEpisodesDesc": {}, + "selectedWith": "Selecionado {info}", + "@selectedWith": { + "description": "selected", + "placeholders": { + "info": { + "type": "String" + } + } + }, + "selectTime": "Selecione o tempo", + "@selectTime": {}, + "selected": "Selecionado", + "@selected": {}, + "selectViewType": "Selecione o tipo de exibição", + "@selectViewType": {}, + "seconds": "{count, plural, one{Segundo} other{Segundos}}", + "@seconds": { + "description": "second", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "set": "Definir", + "@set": { + "description": "Use for setting a certain value", + "context": "Set 'time'" + }, + "setIdentityTo": "Definir identidade para {name}", + "@setIdentityTo": { + "description": "setIdentityTo", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "settings": "Configurações", + "@settings": {}, + "settingsBlurEpisodesTitle": "Desfocar os próximos episódios", + "@settingsBlurEpisodesTitle": {}, + "settingsBlurredPlaceholderDesc": "Mostrar fundo desfocado ao carregar pôsteres", + "@settingsBlurredPlaceholderDesc": {}, + "deleteItem": "Excluir {item}?", + "@deleteItem": { + "description": "deleteItem", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "descending": "Descendente", + "@descending": {}, + "discovered": "Descoberto", + "@discovered": {}, + "downloadsClearTitle": "Limpar dados sincronizados", + "@downloadsClearTitle": {}, + "downloadsPath": "Caminho", + "@downloadsPath": {}, + "downloadsSyncedData": "Dados sincronizados", + "@downloadsSyncedData": {}, + "endsAt": "termina em {date}", + "@endsAt": { + "description": "endsAt", + "placeholders": { + "date": { + "type": "DateTime", + "format": "jm" + } + } + }, + "episode": "{count, plural, other{Episódios} one{Episódio} }", + "@episode": { + "description": "episode", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "error": "Erro", + "@error": {}, + "favorite": "Favorito", + "@favorite": {}, + "folders": "Pastas", + "@folders": {}, + "goTo": "Vá para", + "@goTo": {}, + "grid": "Grade", + "@grid": {}, + "group": "Grupo", + "@group": {}, + "groupBy": "Agrupar por", + "@groupBy": {}, + "heightOffset": "Deslocamento de altura", + "@heightOffset": {}, + "hide": "Esconder", + "@hide": {}, + "home": "Página inicial", + "@home": {}, + "identify": "Identificar", + "@identify": {}, + "immediately": "Imediatamente", + "@immediately": {}, + "info": "Informações", + "@info": {}, + "itemCount": "Contagem de itens: {count}", + "@itemCount": { + "description": "Item count", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "library": "{count, plural, other{Bibliotecas} one{Biblioteca}}", + "@library": { + "description": "Plural", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "libraryPageSizeTitle": "Tamanho da página da biblioteca", + "@libraryPageSizeTitle": {}, + "settingsBlurredPlaceholderTitle": "Espaço reservado desfocado", + "@settingsBlurredPlaceholderTitle": {}, + "settingsClientDesc": "Geral, Tempo limite, Layout, Tema", + "@settingsClientDesc": {}, + "settingsClientTitle": "Vibração", + "@settingsClientTitle": {}, + "settingsContinue": "Continuar", + "@settingsContinue": {}, + "settingsEnableOsMediaControls": "Habilitar controles de mídia do sistema operacional", + "@settingsEnableOsMediaControls": {}, + "settingsHomeCarouselDesc": "Mostra um carrossel na tela do painel", + "@settingsHomeCarouselDesc": {}, + "settingsHomeCarouselTitle": "Carrossel do painel", + "@settingsHomeCarouselTitle": {}, + "settingsHomeNextUpDesc": "Tipo de pôsteres exibidos na tela do painel", + "@settingsHomeNextUpDesc": {}, + "settingsHomeNextUpTitle": "Próximos pôsteres", + "@settingsHomeNextUpTitle": {}, + "settingsPlayerCustomSubtitlesTitle": "Personalizar legendas", + "@settingsPlayerCustomSubtitlesTitle": {}, + "settingsPlayerDesc": "Proporção da tela, Avançado", + "@settingsPlayerDesc": {}, + "settingsPlayerNativeLibassAccelDesc": "Use o renderizador de legendas do reprodutor de vídeo libass", + "@settingsPlayerNativeLibassAccelDesc": {}, + "settingsPlayerNativeLibassAccelTitle": "Legendas nativas libass", + "@settingsPlayerNativeLibassAccelTitle": {}, + "settingsPlayerTitle": "Reprodutor", + "@settingsPlayerTitle": {}, + "settingsPlayerVideoHWAccelTitle": "Aceleração de hardware", + "@settingsPlayerVideoHWAccelTitle": {}, + "settingsPosterSize": "Tamanho do pôster", + "@settingsPosterSize": {}, + "settingsPosterSlider": "Mostrar controle deslizante de escala", + "@settingsPosterSlider": {}, + "shadow": "Sombra", + "@shadow": {}, + "showAlbum": "Mostrar álbum", + "@showAlbum": {}, + "showDetails": "Mostrar detalhes", + "@showDetails": {}, + "showEmpty": "Mostrar vazio", + "@showEmpty": {}, + "shuffleGallery": "Galeria aleatória", + "@shuffleGallery": {}, + "somethingWentWrong": "Algo deu errado", + "@somethingWentWrong": {}, + "sortBy": "Classificar por", + "@sortBy": {}, + "sortName": "Nome", + "@sortName": {}, + "sortOrder": "Ordem de classificação", + "@sortOrder": {}, + "subtitles": "Legendas", + "@subtitles": {}, + "disableFilters": "Desative os filtros", + "@disableFilters": {}, + "disabled": "Desligado", + "@disabled": {}, + "failedToLoadImage": "Falha ao carregar imagem", + "@failedToLoadImage": {}, + "invalidUrl": "Endereço inválido", + "@invalidUrl": {}, + "incorrectPinTryAgain": "PIN incorreto. Tente novamente.", + "@incorrectPinTryAgain": {}, + "label": "{count, plural, one{Rótulo} other{Rótulos}}", + "@label": { + "description": "label", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "libraryFetchNoItemsFound": "Nenhum item encontrado. Tente configurações diferentes.", + "@libraryFetchNoItemsFound": {}, + "libraryPageSizeDesc": "Defina a quantidade a ser carregada por vez. 0 desativa a paginação.", + "@libraryPageSizeDesc": {}, + "somethingWentWrongPasswordCheck": "Algo deu errado. Verifique sua senha.", + "@somethingWentWrongPasswordCheck": {}, + "settingsPlayerVideoHWAccelDesc": "Use a GPU para renderizar vídeo (recomendado)", + "@settingsPlayerVideoHWAccelDesc": {}, + "director": "{count, plural, one{Diretor} other{Diretores}}", + "@director": { + "description": "director", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "displayLanguage": "Exibir idioma", + "@displayLanguage": {}, + "downloadsClearDesc": "Remover todos os dados sincronizados, limpando\ntodos os dados de cada usuário sincronizado?", + "@downloadsClearDesc": {}, + "dynamicText": "Dinâmico", + "@dynamicText": {}, + "downloadsTitle": "Transferências", + "@downloadsTitle": {}, + "editMetadata": "Editar metadados", + "@editMetadata": {}, + "empty": "Vazio", + "@empty": {}, + "enabled": "ligado", + "@enabled": {}, + "fetchingLibrary": "Buscando itens da biblioteca…", + "@fetchingLibrary": {}, + "favorites": "Favoritos", + "@favorites": {}, + "filter": "{count, plural, one{Filtro} other{Filtros}}", + "@filter": { + "description": "filter", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "fontSize": "Tamanho da letra", + "@fontSize": {}, + "fontColor": "Cor da fonte", + "@fontColor": {}, + "forceRefresh": "Forçar atualização", + "@forceRefresh": {}, + "genre": "{count, plural, other{Gêneros} one{Gênero}}", + "@genre": { + "description": "genre", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "hideEmpty": "Esconder vazio", + "@hideEmpty": {}, + "invalidUrlDesc": "Endereço precisa começar com http(s)://", + "@invalidUrlDesc": {}, + "settingsNextUpCutoffDays": "Próximos dias de corte", + "@settingsNextUpCutoffDays": {}, + "settingsPlayerCustomSubtitlesDesc": "Personalize o tamanho, a cor, a posição e o contorno", + "@settingsPlayerCustomSubtitlesDesc": {}, + "settingsSecurity": "Segurança", + "@settingsSecurity": {}, + "settingsPlayerMobileWarning": "Ativar a aceleração de hardware e as legendas nativas do Libass no Android pode fazer com que algumas legendas não sejam renderizadas.", + "@settingsPlayerMobileWarning": {}, + "settingsPosterPinch": "Aperte o zoom para dimensionar os pôsteres", + "@settingsPosterPinch": {}, + "settingsProfileTitle": "Perfil", + "@settingsProfileTitle": {}, + "settingsQuickConnectTitle": "Conexão rapida", + "@settingsQuickConnectTitle": {}, + "settingsProfileDesc": "Tela de bloqueio", + "@settingsProfileDesc": {}, + "settingsShowScaleSlider": "Mostrar slide do tamanho do pôster", + "@settingsShowScaleSlider": {}, + "settingsVisual": "Visuais", + "@settingsVisual": {}, + "shuffleVideos": "Vídeos aleatórios", + "@shuffleVideos": {}, + "syncDeleteItemTitle": "Excluir item sincronizado", + "@syncDeleteItemTitle": {}, + "subtitleConfigurator": "Configurador de legendas", + "@subtitleConfigurator": {}, + "studio": "{count, plural, other{Estúdios} one{Estúdio}}", + "@studio": { + "description": "studio", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "start": "Iniciar", + "@start": {}, + "syncDeleteItemDesc": "Excluir todos os dados sincronizados para?\n{item}", + "@syncDeleteItemDesc": { + "description": "Sync delete item pop-up window", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "subtitleConfiguratorPlaceHolder": "Este é um texto de espaço reservado,\nnada para ver aqui.", + "@subtitleConfiguratorPlaceHolder": {}, + "switchUser": "Trocar usuário", + "@switchUser": {}, + "syncDeletePopupPermanent": "Esta ação é permanente e removerá todos os arquivos sincronizados localmente", + "@syncDeletePopupPermanent": {}, + "sync": "Sincronizar", + "@sync": {}, + "syncDetails": "Detalhes de sincronização", + "@syncDetails": {}, + "syncOpenParent": "Abrir diretório", + "@syncOpenParent": {}, + "syncRemoveDataDesc": "Excluir dados de vídeo sincronizados? Isso é permanente e você precisará sincronizar os arquivos novamente", + "@syncRemoveDataDesc": {}, + "theme": "Tema", + "@theme": {}, + "themeModeSystem": "Sistema", + "@themeModeSystem": {}, + "timeOut": "Tempo esgotado", + "@timeOut": {}, + "totalSize": "Tamanho total: {size}", + "@totalSize": { + "placeholders": { + "size": { + "type": "String" + } + } + }, + "type": "{count, plural, other{Tipos} one{Tipo}}", + "@type": { + "description": "type", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "unPlayed": "Não reproduzido", + "@unPlayed": {}, + "unableToConnectHost": "Não é possível conectar ao host", + "@unableToConnectHost": {}, + "videoScalingFillScreenNotif": "Preenchimento de tela substitui ajuste de vídeo, em rotação horizontal", + "@videoScalingFillScreenNotif": {}, + "year": "{count, plural, other{Anos} one{Ano}}", + "@year": { + "description": "year", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "unableToReverseAction": "Esta ação não pode ser revertida. Ela removerá todas as configurações.", + "@unableToReverseAction": {}, + "videoScalingScaleDown": "Diminuir escala", + "@videoScalingScaleDown": {}, + "viewPhotos": "Ver fotos", + "@viewPhotos": {}, + "syncedItems": "Itens sincronizados", + "@syncedItems": {}, + "syncRemoveDataTitle": "Remover dados sincronizados?", + "@syncRemoveDataTitle": {}, + "tag": "{count, plural, one{Etiqueta} other{Etiquetas}}", + "@tag": { + "description": "tag", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "themeColor": "Cor do tema", + "@themeColor": {}, + "themeModeDark": "Escuro", + "@themeModeDark": {}, + "themeModeLight": "Luz", + "@themeModeLight": {}, + "timeAndAnnotation": "{minutes} e {seconds}", + "@timeAndAnnotation": { + "description": "timeAndAnnotation", + "placeholders": { + "minutes": { + "type": "String" + }, + "seconds": { + "type": "String" + } + } + }, + "useDefaults": "Usar padrões", + "@useDefaults": {}, + "userName": "Nome de usuário", + "@userName": {}, + "unknown": "Desconhecido", + "@unknown": {}, + "videoScalingFitWidth": "Ajustar largura", + "@videoScalingFitWidth": {}, + "watchOn": "Assistir em", + "@watchOn": {}, + "writer": "{count, plural, one{Escritor} other{Escritores}}", + "@writer": { + "description": "writer", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "video": "Vídeo", + "@video": {}, + "videoScaling": "Dimensionamento de vídeo", + "@videoScaling": {}, + "videoScalingFill": "Preencher", + "@videoScalingFill": {}, + "videoScalingFillScreenTitle": "Tela cheia", + "@videoScalingFillScreenTitle": {}, + "videoScalingFitHeight": "Altura adequada", + "@videoScalingFitHeight": {}, + "videoScalingContain": "Conter", + "@videoScalingContain": {}, + "videoScalingFillScreenDesc": "Preencha a barra de navegação e status", + "@videoScalingFillScreenDesc": {}, + "videoScalingCover": "Capa", + "@videoScalingCover": {}, + "nativeName": "Português (Brasil)", + "@nativeName": {} +} diff --git a/lib/l10n/app_uk.arb b/lib/l10n/app_uk.arb index 4acaecb..6a26507 100644 --- a/lib/l10n/app_uk.arb +++ b/lib/l10n/app_uk.arb @@ -15,45 +15,20 @@ } } }, - "addAsFavorite": "Додати до улюблених", - "@addAsFavorite": {}, "addToCollection": "Додати до колекції", "@addToCollection": {}, - "addToPlaylist": "Додати до плейлиста", - "@addToPlaylist": {}, + "addAsFavorite": "Додати до улюблених", + "@addAsFavorite": {}, "advanced": "Розширені", "@advanced": {}, "all": "Усе", "@all": {}, - "amoledBlack": "Чорний амолед", - "@amoledBlack": {}, - "appLockAutoLogin": "Автоматичний вхід", - "@appLockAutoLogin": {}, "appLockBiometrics": "Біометрія", "@appLockBiometrics": {}, - "appLockPasscode": "Код доступу", - "@appLockPasscode": {}, - "appLockTitle": "Встановити метод входу для {userName}", - "@appLockTitle": { - "description": "Pop-up to pick a login method", - "placeholders": { - "userName": { - "type": "String" - } - } - }, "ascending": "За зростанням", "@ascending": {}, "audio": "Аудіо", "@audio": {}, - "autoPlay": "Автовідтворення", - "@autoPlay": {}, - "backgroundBlur": "Розмиття фону", - "@backgroundBlur": {}, - "backgroundOpacity": "Прозорість фону", - "@backgroundOpacity": {}, - "biometricsFailedCheckAgain": "Біометрія не пройшла. Перевірте налаштування та спробуйте ще раз.", - "@biometricsFailedCheckAgain": {}, "bold": "Жирний", "@bold": {}, "cancel": "Скасувати", @@ -103,46 +78,22 @@ }, "controls": "Керування", "@controls": {}, - "dashboard": "Інформаційна панель", - "@dashboard": {}, "dashboardContinue": "Продовжити", "@dashboardContinue": {}, "dashboardContinueListening": "Продовжити слухати", "@dashboardContinueListening": {}, - "dashboardContinueReading": "Продовжити читати", - "@dashboardContinueReading": {}, - "dashboardContinueWatching": "Продовжити дивитися", - "@dashboardContinueWatching": {}, + "dashboard": "Інформаційна панель", + "@dashboard": {}, "dashboardNextUp": "Наступне", "@dashboardNextUp": {}, - "dashboardRecentlyAdded": "Нещодавно додане в {name}", - "@dashboardRecentlyAdded": { - "description": "Recently added on home screen", - "placeholders": { - "name": { - "type": "String" - } - } - }, "dateAdded": "Дата додавання", "@dateAdded": {}, - "dateLastContentAdded": "Дата останнього додавання вмісту", - "@dateLastContentAdded": {}, "datePlayed": "Дата відтворення", "@datePlayed": {}, "days": "Дні", "@days": {}, "delete": "Видалити", "@delete": {}, - "deleteFileFromSystem": "Видалення цього елемента {item} призведе до видалення його з файлової системи та медіатеки.\nВи впевнені, що хочете продовжити?", - "@deleteFileFromSystem": { - "description": "Delete file from system", - "placeholders": { - "item": { - "type": "String" - } - } - }, "deleteItem": "Видалити {item}?", "@deleteItem": { "description": "deleteItem", @@ -172,22 +123,12 @@ "@discovered": {}, "displayLanguage": "Мова відображення", "@displayLanguage": {}, - "downloadsClearDesc": "Видалити всі синхронізовані дані, очистивши\nвсі дані для кожного синхронізованого користувача?", - "@downloadsClearDesc": {}, "downloadsClearTitle": "Очистити синхронізовані дані", "@downloadsClearTitle": {}, - "downloadsPath": "Шлях", - "@downloadsPath": {}, - "downloadsSyncedData": "Синхронізовані дані", - "@downloadsSyncedData": {}, "downloadsTitle": "Завантаження", "@downloadsTitle": {}, - "dynamicText": "Динамічний", - "@dynamicText": {}, "editMetadata": "Редагувати метадані", "@editMetadata": {}, - "empty": "Порожньо", - "@empty": {}, "enabled": "Увімкнено", "@enabled": {}, "endsAt": "завершиться о {date}", @@ -200,36 +141,14 @@ } } }, - "episode": "{count, plural, other{Серії} one{Серія} }", - "@episode": { - "description": "episode", - "placeholders": { - "count": { - "type": "int", - "example": "1" - } - } - }, "error": "Помилка", "@error": {}, - "failedToLoadImage": "Не вдалося завантажити зображення", - "@failedToLoadImage": {}, "favorite": "Улюблене", "@favorite": {}, "favorites": "Улюблені", "@favorites": {}, "fetchingLibrary": "Отримання елементів бібліотеки…", "@fetchingLibrary": {}, - "filter": "{count, plural, other{Фільтри} one{Фільтр}}", - "@filter": { - "description": "filter", - "placeholders": { - "count": { - "type": "int", - "example": "1" - } - } - }, "folders": "Теки", "@folders": {}, "fontColor": "Колір шрифту", @@ -250,24 +169,10 @@ }, "goTo": "Перейти до", "@goTo": {}, - "grid": "Сітка", - "@grid": {}, - "group": "Група", - "@group": {}, "groupBy": "Групувати за", "@groupBy": {}, - "heightOffset": "Зміщення по висоті", - "@heightOffset": {}, "hide": "Приховати", "@hide": {}, - "hideEmpty": "Приховати порожнє", - "@hideEmpty": {}, - "home": "Головна", - "@home": {}, - "identify": "Ідентифікувати", - "@identify": {}, - "immediately": "Негайно", - "@immediately": {}, "incorrectPinTryAgain": "Неправильний пін-код. Спробуйте ще раз.", "@incorrectPinTryAgain": {}, "info": "Інформація", @@ -285,38 +190,10 @@ } } }, - "label": "{count, plural, other{Ярлики} one{Ярлик}}", - "@label": { - "description": "label", - "placeholders": { - "count": { - "type": "int", - "example": "1" - } - } - }, - "library": "{count, plural, other{Бібліотеки} one{Бібліотека}}", - "@library": { - "description": "Plural", - "placeholders": { - "count": { - "type": "int", - "example": "1" - } - } - }, - "libraryFetchNoItemsFound": "Не знайдено жодного елемента. Спробуйте інші налаштування.", - "@libraryFetchNoItemsFound": {}, "libraryPageSizeDesc": "Встановіть кількість, яка буде завантажена за один раз. 0 - вимикає пагінацію.", "@libraryPageSizeDesc": {}, "libraryPageSizeTitle": "Розмір сторінки бібліотеки", "@libraryPageSizeTitle": {}, - "light": "Світла", - "@light": {}, - "list": "Список", - "@list": {}, - "lockscreen": "Екран блокування", - "@lockscreen": {}, "loggedIn": "Увійшов", "@loggedIn": {}, "login": "Увійти в систему", @@ -346,30 +223,18 @@ }, "loop": "Цикл", "@loop": {}, - "markAsUnwatched": "Відмітити як непереглянуте", - "@markAsUnwatched": {}, - "markAsWatched": "Відмітити як переглянуте", - "@markAsWatched": {}, "masonry": "Кладка", "@masonry": {}, "mediaTypeBase": "Базовий тип", "@mediaTypeBase": {}, "mediaTypeBook": "Книга", "@mediaTypeBook": {}, - "mediaTypeBoxset": "Бокс-сет", - "@mediaTypeBoxset": {}, - "mediaTypeEpisode": "Серія", - "@mediaTypeEpisode": {}, "mediaTypeFolder": "Тека", "@mediaTypeFolder": {}, "mediaTypeMovie": "Фільм", "@mediaTypeMovie": {}, "mediaTypePerson": "Людина", "@mediaTypePerson": {}, - "mediaTypePhoto": "Фото", - "@mediaTypePhoto": {}, - "mediaTypePhotoAlbum": "Фотоальбом", - "@mediaTypePhotoAlbum": {}, "mediaTypePlaylist": "Плейлист", "@mediaTypePlaylist": {}, "mediaTypeSeason": "Сезон", @@ -401,8 +266,6 @@ } } }, - "mode": "Стиль", - "@mode": {}, "moreFrom": "Більше від {info}", "@moreFrom": { "description": "More from", @@ -414,36 +277,454 @@ }, "moreOptions": "Більше параметрів", "@moreOptions": {}, - "mouseDragSupport": "Перетягування за допомогою миші", - "@mouseDragSupport": {}, - "musicAlbum": "Альбом", - "@musicAlbum": {}, "name": "Назва", "@name": {}, - "nativeName": "Українська", - "@nativeName": {}, - "navigation": "Навігація", - "@navigation": {}, "navigationDashboard": "Інформаційна панель", "@navigationDashboard": {}, "navigationFavorites": "Улюблені", "@navigationFavorites": {}, - "navigationSync": "Синхронізовано", - "@navigationSync": {}, - "never": "Ніколи", - "@never": {}, "nextUp": "Наступне", "@nextUp": {}, "noItemsSynced": "Не синхронізовано жодного елемента", "@noItemsSynced": {}, - "noItemsToShow": "Немає елементів для показу", - "@noItemsToShow": {}, "noRating": "Немає рейтингу", "@noRating": {}, - "noResults": "Немає результатів", - "@noResults": {}, + "openParent": "Відкрити батьківську теку", + "@openParent": {}, + "openShow": "Відкрити серіал", + "@openShow": {}, + "openWebLink": "Відкрити веб-посилання", + "@openWebLink": {}, + "other": "Інше", + "@other": {}, + "overview": "Огляд", + "@overview": {}, + "parentalRating": "Батьківський рейтинг", + "@parentalRating": {}, + "password": "Пароль", + "@password": {}, + "pathClearTitle": "Очистити шлях завантаження", + "@pathClearTitle": {}, + "pathEditSelect": "Вибрати місце завантаження", + "@pathEditSelect": {}, + "pathEditTitle": "Змінити розташування", + "@pathEditTitle": {}, + "playLabel": "Відтворити", + "@playLabel": {}, + "playVideos": "Відтворити відео", + "@playVideos": {}, + "played": "Відтворено", + "@played": {}, + "quickConnectInputACode": "Введіть код", + "@quickConnectInputACode": {}, + "quickConnectWrongCode": "Невірний код", + "@quickConnectWrongCode": {}, + "random": "Випадково", + "@random": {}, + "rating": "{count, plural, other{Рейтинги} one{Рейтинг}}", + "@rating": { + "description": "rating", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "reWatch": "Передивитися", + "@reWatch": {}, + "read": "Читати {item}", + "@read": { + "description": "read", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "removeAsFavorite": "Видалити з улюблених", + "@removeAsFavorite": {}, + "refreshMetadata": "Оновити метадані", + "@refreshMetadata": {}, + "replaceAllImages": "Замінити всі зображення", + "@replaceAllImages": {}, + "replaceExistingImages": "Замінити існуючі зображення", + "@replaceExistingImages": {}, + "restart": "Перезапустити", + "@restart": {}, + "result": "Результат", + "@result": {}, + "resumable": "Відновлюване", + "@resumable": {}, + "retry": "Повторити спробу", + "@retry": {}, + "runTime": "Час виконання", + "@runTime": {}, + "saved": "Збережено", + "@saved": {}, + "scanBiometricHint": "Підтвердити особу", + "@scanBiometricHint": {}, + "scanLibrary": "Сканувати бібліотеку", + "@scanLibrary": {}, + "scanningName": "Сканування - {name}…", + "@scanningName": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "scrollToTop": "Прокрутити догори", + "@scrollToTop": {}, + "search": "Пошук", + "@search": {}, + "season": "{count, plural, other{Сезони} one{Сезон} }", + "@season": { + "description": "season", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "selectAll": "Вибрати все", + "@selectAll": {}, + "selectedWith": "Вибране {info}", + "@selectedWith": { + "description": "selected", + "placeholders": { + "info": { + "type": "String" + } + } + }, + "separate": "Окремо", + "@separate": {}, + "server": "Сервер", + "@server": {}, + "set": "Встановити", + "@set": { + "description": "Use for setting a certain value", + "context": "Set 'time'" + }, + "settings": "Налаштування", + "@settings": {}, + "settingsBlurEpisodesTitle": "Розмити наступні серії", + "@settingsBlurEpisodesTitle": {}, + "settingsHomeCarouselDesc": "Показує карусель на екрані інформаційної панелі", + "@settingsHomeCarouselDesc": {}, + "settingsClientDesc": "Загальні, Тайм-аут, Макет, Тема", + "@settingsClientDesc": {}, + "settingsClientTitle": "Fladder", + "@settingsClientTitle": {}, + "settingsContinue": "Продовжити", + "@settingsContinue": {}, + "settingsEnableOsMediaControls": "Увімкнути засоби керування мультимедіа в ОС", + "@settingsEnableOsMediaControls": {}, + "settingsHomeNextUpTitle": "Постери для \"Наступне\"", + "@settingsHomeNextUpTitle": {}, + "settingsNextUpCutoffDays": "Ліміт днів для \"Наступне\"", + "@settingsNextUpCutoffDays": {}, + "settingsPlayerCustomSubtitlesDesc": "Налаштувати розмір, колір, позицію, контур", + "@settingsPlayerCustomSubtitlesDesc": {}, + "settingsPlayerNativeLibassAccelTitle": "Нативні libass субтитри", + "@settingsPlayerNativeLibassAccelTitle": {}, + "settingsPlayerTitle": "Програвач", + "@settingsPlayerTitle": {}, + "settingsPlayerVideoHWAccelTitle": "Апаратне прискорення", + "@settingsPlayerVideoHWAccelTitle": {}, + "settingsPosterPinch": "Масштабування постерів пальцями", + "@settingsPosterPinch": {}, + "settingsPosterSize": "Розмір постера", + "@settingsPosterSize": {}, + "settingsProfileTitle": "Профіль", + "@settingsProfileTitle": {}, + "settingsQuickConnectTitle": "Швидке підключення", + "@settingsQuickConnectTitle": {}, + "settingsSecurity": "Безпека", + "@settingsSecurity": {}, + "showAlbum": "Показати альбом", + "@showAlbum": {}, + "shuffleVideos": "Перемішати відео", + "@shuffleVideos": {}, + "somethingWentWrong": "Щось пішло не так", + "@somethingWentWrong": {}, + "somethingWentWrongPasswordCheck": "Щось пішло не так. Перевір свій пароль.", + "@somethingWentWrongPasswordCheck": {}, + "sortBy": "Сортувати за", + "@sortBy": {}, + "sortName": "Назва", + "@sortName": {}, + "subtitles": "Субтитри", + "@subtitles": {}, + "switchUser": "Змінити користувача", + "@switchUser": {}, + "sync": "Синхронізація", + "@sync": {}, + "syncDeleteItemTitle": "Видалити синхронізований елемент", + "@syncDeleteItemTitle": {}, + "syncRemoveDataTitle": "Видалити синхронізовані дані?", + "@syncRemoveDataTitle": {}, + "syncedItems": "Синхронізовані елементи", + "@syncedItems": {}, + "theme": "Тема", + "@theme": {}, + "timeAndAnnotation": "{minutes} і {seconds}", + "@timeAndAnnotation": { + "description": "timeAndAnnotation", + "placeholders": { + "minutes": { + "type": "String" + }, + "seconds": { + "type": "String" + } + } + }, + "timeOut": "Тайм-аут", + "@timeOut": {}, + "unableToConnectHost": "Не вдається з'єднатися з хостом", + "@unableToConnectHost": {}, + "unableToReverseAction": "Цю дію не можна скасувати. Це призведе до видалення всіх налаштувань.", + "@unableToReverseAction": {}, + "unknown": "Невідомо", + "@unknown": {}, + "video": "Відео", + "@video": {}, + "videoScalingCover": "Покрити", + "@videoScalingCover": {}, + "videoScalingFill": "Заповнити", + "@videoScalingFill": {}, + "videoScalingFillScreenDesc": "Заповнити навігацію та рядок стану", + "@videoScalingFillScreenDesc": {}, + "videoScalingFillScreenNotif": "Заповнення екрану перезаписує відповідність відео, при горизонтальному обертанні", + "@videoScalingFillScreenNotif": {}, + "videoScalingFitHeight": "Підігнати по висоті", + "@videoScalingFitHeight": {}, + "videoScalingFitWidth": "Підігнати по ширині", + "@videoScalingFitWidth": {}, + "videoScalingScaleDown": "Зменшити", + "@videoScalingScaleDown": {}, + "writer": "{count, plural, other{Сценаристи} one{Сценарист}}", + "@writer": { + "description": "writer", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "year": "{count, plural, other{Роки} one{Рік}}", + "@year": { + "description": "year", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "addToPlaylist": "Додати до плейлиста", + "@addToPlaylist": {}, + "amoledBlack": "Чорний амолед", + "@amoledBlack": {}, + "appLockAutoLogin": "Автоматичний вхід", + "@appLockAutoLogin": {}, + "appLockPasscode": "Код доступу", + "@appLockPasscode": {}, + "appLockTitle": "Встановити метод входу для {userName}", + "@appLockTitle": { + "description": "Pop-up to pick a login method", + "placeholders": { + "userName": { + "type": "String" + } + } + }, + "autoPlay": "Автовідтворення", + "@autoPlay": {}, + "backgroundBlur": "Розмиття фону", + "@backgroundBlur": {}, + "backgroundOpacity": "Прозорість фону", + "@backgroundOpacity": {}, + "biometricsFailedCheckAgain": "Біометрія не пройшла. Перевірте налаштування та спробуйте ще раз.", + "@biometricsFailedCheckAgain": {}, + "dashboardContinueReading": "Продовжити читати", + "@dashboardContinueReading": {}, + "dashboardContinueWatching": "Продовжити дивитися", + "@dashboardContinueWatching": {}, + "dashboardRecentlyAdded": "Нещодавно додане в {name}", + "@dashboardRecentlyAdded": { + "description": "Recently added on home screen", + "placeholders": { + "name": { + "type": "String" + } + } + }, + "dateLastContentAdded": "Дата останнього додавання вмісту", + "@dateLastContentAdded": {}, + "deleteFileFromSystem": "Видалення цього елемента {item} призведе до видалення його з файлової системи та медіатеки.\nВи впевнені, що хочете продовжити?", + "@deleteFileFromSystem": { + "description": "Delete file from system", + "placeholders": { + "item": { + "type": "String" + } + } + }, + "downloadsClearDesc": "Видалити всі синхронізовані дані, очистивши\nвсі дані для кожного синхронізованого користувача?", + "@downloadsClearDesc": {}, + "downloadsPath": "Шлях", + "@downloadsPath": {}, + "dynamicText": "Динамічний", + "@dynamicText": {}, + "empty": "Порожньо", + "@empty": {}, + "downloadsSyncedData": "Синхронізовані дані", + "@downloadsSyncedData": {}, + "episode": "{count, plural, other{Серії} one{Серія} }", + "@episode": { + "description": "episode", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "failedToLoadImage": "Не вдалося завантажити зображення", + "@failedToLoadImage": {}, + "filter": "{count, plural, other{Фільтри} one{Фільтр}}", + "@filter": { + "description": "filter", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "grid": "Сітка", + "@grid": {}, + "group": "Група", + "@group": {}, + "heightOffset": "Зміщення по висоті", + "@heightOffset": {}, + "hideEmpty": "Приховати порожнє", + "@hideEmpty": {}, + "home": "Головна", + "@home": {}, + "identify": "Ідентифікувати", + "@identify": {}, + "immediately": "Негайно", + "@immediately": {}, + "label": "{count, plural, other{Ярлики} one{Ярлик}}", + "@label": { + "description": "label", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "library": "{count, plural, other{Бібліотеки} one{Бібліотека}}", + "@library": { + "description": "Plural", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "libraryFetchNoItemsFound": "Не знайдено жодного елемента. Спробуйте інші налаштування.", + "@libraryFetchNoItemsFound": {}, + "light": "Світла", + "@light": {}, + "list": "Список", + "@list": {}, + "lockscreen": "Екран блокування", + "@lockscreen": {}, + "markAsUnwatched": "Відмітити як непереглянуте", + "@markAsUnwatched": {}, + "markAsWatched": "Відмітити як переглянуте", + "@markAsWatched": {}, + "mediaTypeBoxset": "Бокс-сет", + "@mediaTypeBoxset": {}, + "mediaTypeEpisode": "Серія", + "@mediaTypeEpisode": {}, + "mediaTypePhoto": "Фото", + "@mediaTypePhoto": {}, + "mediaTypePhotoAlbum": "Фотоальбом", + "@mediaTypePhotoAlbum": {}, + "settingsPosterSlider": "Показати повзунок масштабу", + "@settingsPosterSlider": {}, + "settingsProfileDesc": "Екран блокування", + "@settingsProfileDesc": {}, + "shadow": "Тінь", + "@shadow": {}, + "settingsShowScaleSlider": "Показати повзунок розміру постера", + "@settingsShowScaleSlider": {}, + "showEmpty": "Показати порожнє", + "@showEmpty": {}, + "settingsVisual": "Візуальне", + "@settingsVisual": {}, + "themeModeSystem": "Системний", + "@themeModeSystem": {}, + "showDetails": "Показати деталі", + "@showDetails": {}, + "mode": "Стиль", + "@mode": {}, + "shuffleGallery": "Перемішати галерею", + "@shuffleGallery": {}, + "themeModeDark": "Темний", + "@themeModeDark": {}, + "musicAlbum": "Альбом", + "@musicAlbum": {}, + "sortOrder": "Порядок сортування", + "@sortOrder": {}, + "themeModeLight": "Світлий", + "@themeModeLight": {}, + "start": "Початок", + "@start": {}, + "mouseDragSupport": "Перетягування за допомогою миші", + "@mouseDragSupport": {}, + "studio": "{count, plural, other{Студії} one{Студія}}", + "@studio": { + "description": "studio", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "navigation": "Навігація", + "@navigation": {}, + "subtitleConfigurator": "Налаштування субтитрів", + "@subtitleConfigurator": {}, + "refreshPopupContentMetadata": "Метадані оновлюються на основі налаштувань та інтернет-сервісів, увімкнених на інформаційній панелі.", + "@refreshPopupContentMetadata": {}, + "subtitleConfiguratorPlaceHolder": "Це текст-заповнювач, \n тут нема на що дивитися.", + "@subtitleConfiguratorPlaceHolder": {}, + "settingsHomeCarouselTitle": "Карусель інформаційної панелі", + "@settingsHomeCarouselTitle": {}, + "settingsHomeNextUpDesc": "Тип постерів, що відображаються на екрані інформаційної панелі", + "@settingsHomeNextUpDesc": {}, + "navigationSync": "Синхронізовано", + "@navigationSync": {}, + "never": "Ніколи", + "@never": {}, "noServersFound": "Не знайдено нових серверів", "@noServersFound": {}, + "noItemsToShow": "Немає елементів для показу", + "@noItemsToShow": {}, + "noResults": "Немає результатів", + "@noResults": {}, "noSuggestionsFound": "Не знайдено жодної пропозиції", "@noSuggestionsFound": {}, "none": "Нічого", @@ -452,22 +733,8 @@ "@normal": {}, "notPartOfAlbum": "Не входить до альбому", "@notPartOfAlbum": {}, - "openParent": "Відкрити батьківську теку", - "@openParent": {}, - "openShow": "Відкрити серіал", - "@openShow": {}, - "openWebLink": "Відкрити веб-посилання", - "@openWebLink": {}, "options": "Параметри", "@options": {}, - "other": "Інше", - "@other": {}, - "outlineColor": "Колір контуру", - "@outlineColor": {}, - "outlineSize": "Розмір контуру", - "@outlineSize": {}, - "overview": "Огляд", - "@overview": {}, "page": "Сторінка {index}", "@page": { "description": "page", @@ -477,18 +744,14 @@ } } }, - "parentalRating": "Батьківський рейтинг", - "@parentalRating": {}, - "password": "Пароль", - "@password": {}, - "pathClearTitle": "Очистити шлях завантаження", - "@pathClearTitle": {}, + "outlineSize": "Розмір контуру", + "@outlineSize": {}, + "outlineColor": "Колір контуру", + "@outlineColor": {}, + "quickConnectTitle": "Швидке підключення", + "@quickConnectTitle": {}, "pathEditDesc": "Це місце встановлюється для всіх користувачів, будь-які синхронізовані дані більше не будуть доступні.\nВони залишаться у вашому сховищі.", "@pathEditDesc": {}, - "pathEditSelect": "Вибрати місце завантаження", - "@pathEditSelect": {}, - "pathEditTitle": "Змінити розташування", - "@pathEditTitle": {}, "play": "Відтворити {item}", "@play": { "description": "Play with", @@ -518,43 +781,12 @@ } } }, - "playLabel": "Відтворити", - "@playLabel": {}, - "playVideos": "Відтворити відео", - "@playVideos": {}, - "played": "Відтворено", - "@played": {}, + "removeFromPlaylist": "Видалити з плейлиста", + "@removeFromPlaylist": {}, "quickConnectAction": "Введіть код швидкого підключення для", "@quickConnectAction": {}, - "quickConnectInputACode": "Введіть код", - "@quickConnectInputACode": {}, - "quickConnectTitle": "Швидке підключення", - "@quickConnectTitle": {}, - "quickConnectWrongCode": "Невірний код", - "@quickConnectWrongCode": {}, - "random": "Випадково", - "@random": {}, - "rating": "{count, plural, other{Рейтинги} one{Рейтинг}}", - "@rating": { - "description": "rating", - "placeholders": { - "count": { - "type": "int", - "example": "1" - } - } - }, - "reWatch": "Передивитися", - "@reWatch": {}, - "read": "Читати {item}", - "@read": { - "description": "read", - "placeholders": { - "item": { - "type": "String" - } - } - }, + "related": "Пов'язане", + "@related": {}, "readFromStart": "Читати {item} з початку", "@readFromStart": { "description": "Read book from start", @@ -564,42 +796,10 @@ } } }, - "recursive": "Рекурсивно", - "@recursive": {}, "refresh": "Оновити", "@refresh": {}, - "refreshMetadata": "Оновити метадані", - "@refreshMetadata": {}, - "refreshPopup": "Оновити - {name}", - "@refreshPopup": { - "placeholders": { - "name": { - "type": "String" - } - } - }, - "refreshPopupContentMetadata": "Метадані оновлюються на основі налаштувань та інтернет-сервісів, увімкнених на інформаційній панелі.", - "@refreshPopupContentMetadata": {}, - "related": "Пов'язане", - "@related": {}, - "releaseDate": "Дата виходу", - "@releaseDate": {}, - "removeAsFavorite": "Видалити з улюблених", - "@removeAsFavorite": {}, "removeFromCollection": "Видалити з колекції", "@removeFromCollection": {}, - "removeFromPlaylist": "Видалити з плейлиста", - "@removeFromPlaylist": {}, - "replaceAllImages": "Замінити всі зображення", - "@replaceAllImages": {}, - "replaceExistingImages": "Замінити існуючі зображення", - "@replaceExistingImages": {}, - "restart": "Перезапустити", - "@restart": {}, - "result": "Результат", - "@result": {}, - "resumable": "Відновлюване", - "@resumable": {}, "resume": "Відновити {item}", "@resume": { "description": "resume", @@ -609,47 +809,27 @@ } } }, - "retrievePublicListOfUsers": "Отримати публічний список користувачів", - "@retrievePublicListOfUsers": {}, - "retry": "Повторити спробу", - "@retry": {}, - "runTime": "Час виконання", - "@runTime": {}, - "save": "Зберегти", - "@save": {}, - "saved": "Збережено", - "@saved": {}, - "scanBiometricHint": "Підтвердити особу", - "@scanBiometricHint": {}, - "scanLibrary": "Сканувати бібліотеку", - "@scanLibrary": {}, - "scanYourFingerprintToAuthenticate": "Відскануйте відбиток пальця для автентифікації {user}", - "@scanYourFingerprintToAuthenticate": { - "placeholders": { - "user": { - "type": "String" - } - } - }, - "scanningName": "Сканування - {name}…", - "@scanningName": { + "recursive": "Рекурсивно", + "@recursive": {}, + "releaseDate": "Дата виходу", + "@releaseDate": {}, + "refreshPopup": "Оновити - {name}", + "@refreshPopup": { "placeholders": { "name": { "type": "String" } } }, - "scrollToTop": "Прокрутити догори", - "@scrollToTop": {}, - "search": "Пошук", - "@search": {}, - "season": "{count, plural, other{Сезони} one{Сезон} }", - "@season": { - "description": "season", + "retrievePublicListOfUsers": "Отримати публічний список користувачів", + "@retrievePublicListOfUsers": {}, + "save": "Зберегти", + "@save": {}, + "scanYourFingerprintToAuthenticate": "Відскануйте відбиток пальця для автентифікації {user}", + "@scanYourFingerprintToAuthenticate": { "placeholders": { - "count": { - "type": "int", - "example": "1" + "user": { + "type": "String" } } }, @@ -663,32 +843,12 @@ } } }, - "selectAll": "Вибрати все", - "@selectAll": {}, "selectTime": "Вибрати час", "@selectTime": {}, "selectViewType": "Вибрати тип перегляду", "@selectViewType": {}, "selected": "Вибране", "@selected": {}, - "selectedWith": "Вибране {info}", - "@selectedWith": { - "description": "selected", - "placeholders": { - "info": { - "type": "String" - } - } - }, - "separate": "Окремо", - "@separate": {}, - "server": "Сервер", - "@server": {}, - "set": "Встановити", - "@set": { - "description": "Use for setting a certain value", - "context": "Set 'time'" - }, "setIdentityTo": "Встановити ідентичність на {name}", "@setIdentityTo": { "description": "setIdentityTo", @@ -700,114 +860,22 @@ }, "settingSecurityApplockTitle": "Блокування програми", "@settingSecurityApplockTitle": {}, - "settings": "Налаштування", - "@settings": {}, "settingsBlurEpisodesDesc": "Розмити всі майбутні серії", "@settingsBlurEpisodesDesc": {}, - "settingsBlurEpisodesTitle": "Розмити наступні серії", - "@settingsBlurEpisodesTitle": {}, "settingsBlurredPlaceholderDesc": "Показувати розмитий фон при завантаженні постерів", "@settingsBlurredPlaceholderDesc": {}, "settingsBlurredPlaceholderTitle": "Розмитий заповнювач", "@settingsBlurredPlaceholderTitle": {}, - "settingsClientDesc": "Загальні, Тайм-аут, Макет, Тема", - "@settingsClientDesc": {}, - "settingsClientTitle": "Fladder", - "@settingsClientTitle": {}, - "settingsContinue": "Продовжити", - "@settingsContinue": {}, - "settingsEnableOsMediaControls": "Увімкнути засоби керування мультимедіа в ОС", - "@settingsEnableOsMediaControls": {}, - "settingsHomeCarouselDesc": "Показує карусель на екрані інформаційної панелі", - "@settingsHomeCarouselDesc": {}, - "settingsHomeCarouselTitle": "Карусель інформаційної панелі", - "@settingsHomeCarouselTitle": {}, - "settingsHomeNextUpDesc": "Тип постерів, що відображаються на екрані інформаційної панелі", - "@settingsHomeNextUpDesc": {}, - "settingsHomeNextUpTitle": "Постери для \"Наступне\"", - "@settingsHomeNextUpTitle": {}, - "settingsNextUpCutoffDays": "Ліміт днів для \"Наступне\"", - "@settingsNextUpCutoffDays": {}, - "settingsPlayerCustomSubtitlesDesc": "Налаштувати розмір, колір, позицію, контур", - "@settingsPlayerCustomSubtitlesDesc": {}, - "settingsPlayerCustomSubtitlesTitle": "Налаштувати субтитри", - "@settingsPlayerCustomSubtitlesTitle": {}, "settingsPlayerDesc": "Співвідношення сторін, розширене", "@settingsPlayerDesc": {}, + "settingsPlayerCustomSubtitlesTitle": "Налаштувати субтитри", + "@settingsPlayerCustomSubtitlesTitle": {}, "settingsPlayerMobileWarning": "Увімкнення апаратного прискорення та власних субтитрів libass на Android може призвести до того, що деякі субтитри не відображатимуться.", "@settingsPlayerMobileWarning": {}, "settingsPlayerNativeLibassAccelDesc": "Використовувати обробник субтитрів відеопрогравача libass", "@settingsPlayerNativeLibassAccelDesc": {}, - "settingsPlayerNativeLibassAccelTitle": "Нативні libass субтитри", - "@settingsPlayerNativeLibassAccelTitle": {}, - "settingsPlayerTitle": "Програвач", - "@settingsPlayerTitle": {}, "settingsPlayerVideoHWAccelDesc": "Використовувати GPU для рендерингу відео (рекомендовано)", "@settingsPlayerVideoHWAccelDesc": {}, - "settingsPlayerVideoHWAccelTitle": "Апаратне прискорення", - "@settingsPlayerVideoHWAccelTitle": {}, - "settingsPosterPinch": "Масштабування постерів пальцями", - "@settingsPosterPinch": {}, - "settingsPosterSize": "Розмір постера", - "@settingsPosterSize": {}, - "settingsPosterSlider": "Показати повзунок масштабу", - "@settingsPosterSlider": {}, - "settingsProfileDesc": "Екран блокування", - "@settingsProfileDesc": {}, - "settingsProfileTitle": "Профіль", - "@settingsProfileTitle": {}, - "settingsQuickConnectTitle": "Швидке підключення", - "@settingsQuickConnectTitle": {}, - "settingsSecurity": "Безпека", - "@settingsSecurity": {}, - "settingsShowScaleSlider": "Показати повзунок розміру постера", - "@settingsShowScaleSlider": {}, - "settingsVisual": "Візуальне", - "@settingsVisual": {}, - "shadow": "Тінь", - "@shadow": {}, - "showAlbum": "Показати альбом", - "@showAlbum": {}, - "showDetails": "Показати деталі", - "@showDetails": {}, - "showEmpty": "Показати порожнє", - "@showEmpty": {}, - "shuffleGallery": "Перемішати галерею", - "@shuffleGallery": {}, - "shuffleVideos": "Перемішати відео", - "@shuffleVideos": {}, - "somethingWentWrong": "Щось пішло не так", - "@somethingWentWrong": {}, - "somethingWentWrongPasswordCheck": "Щось пішло не так. Перевір свій пароль.", - "@somethingWentWrongPasswordCheck": {}, - "sortBy": "Сортувати за", - "@sortBy": {}, - "sortName": "Назва", - "@sortName": {}, - "sortOrder": "Порядок сортування", - "@sortOrder": {}, - "start": "Початок", - "@start": {}, - "studio": "{count, plural, other{Студії} one{Студія}}", - "@studio": { - "description": "studio", - "placeholders": { - "count": { - "type": "int", - "example": "1" - } - } - }, - "subtitleConfigurator": "Налаштування субтитрів", - "@subtitleConfigurator": {}, - "subtitleConfiguratorPlaceHolder": "Це текст-заповнювач, \n тут нема на що дивитися.", - "@subtitleConfiguratorPlaceHolder": {}, - "subtitles": "Субтитри", - "@subtitles": {}, - "switchUser": "Змінити користувача", - "@switchUser": {}, - "sync": "Синхронізація", - "@sync": {}, "syncDeleteItemDesc": "Видалити всі синхронізовані дані для?\n{item}", "@syncDeleteItemDesc": { "description": "Sync delete item pop-up window", @@ -817,8 +885,6 @@ } } }, - "syncDeleteItemTitle": "Видалити синхронізований елемент", - "@syncDeleteItemTitle": {}, "syncDeletePopupPermanent": "Ця дія буде безповоротною і вилучить усі локально синхронізовані файли", "@syncDeletePopupPermanent": {}, "syncDetails": "Деталі синхронізації", @@ -827,10 +893,6 @@ "@syncOpenParent": {}, "syncRemoveDataDesc": "Видалити синхронізовані відеодані? Це незворотній процес, і вам потрібно буде повторно синхронізувати файли", "@syncRemoveDataDesc": {}, - "syncRemoveDataTitle": "Видалити синхронізовані дані?", - "@syncRemoveDataTitle": {}, - "syncedItems": "Синхронізовані елементи", - "@syncedItems": {}, "tag": "{count, plural, one{Тег} other{Теги}}", "@tag": { "description": "tag", @@ -841,30 +903,8 @@ } } }, - "theme": "Тема", - "@theme": {}, "themeColor": "Колір теми", "@themeColor": {}, - "themeModeDark": "Темний", - "@themeModeDark": {}, - "themeModeLight": "Світлий", - "@themeModeLight": {}, - "themeModeSystem": "Системний", - "@themeModeSystem": {}, - "timeAndAnnotation": "{minutes} і {seconds}", - "@timeAndAnnotation": { - "description": "timeAndAnnotation", - "placeholders": { - "minutes": { - "type": "String" - }, - "seconds": { - "type": "String" - } - } - }, - "timeOut": "Тайм-аут", - "@timeOut": {}, "totalSize": "Загальний розмір: {size}", "@totalSize": { "placeholders": { @@ -885,60 +925,20 @@ }, "unPlayed": "Невідтворено", "@unPlayed": {}, - "unableToConnectHost": "Не вдається з'єднатися з хостом", - "@unableToConnectHost": {}, - "unableToReverseAction": "Цю дію не можна скасувати. Це призведе до видалення всіх налаштувань.", - "@unableToReverseAction": {}, - "unknown": "Невідомо", - "@unknown": {}, "useDefaults": "Використовувати значення за замовчуванням", "@useDefaults": {}, "userName": "Ім'я користувача", "@userName": {}, - "video": "Відео", - "@video": {}, - "videoScaling": "Масштабування відео", - "@videoScaling": {}, "videoScalingContain": "Вмістити", "@videoScalingContain": {}, - "videoScalingCover": "Покрити", - "@videoScalingCover": {}, - "videoScalingFill": "Заповнити", - "@videoScalingFill": {}, - "videoScalingFillScreenDesc": "Заповнити навігацію та рядок стану", - "@videoScalingFillScreenDesc": {}, - "videoScalingFillScreenNotif": "Заповнення екрану перезаписує відповідність відео, при горизонтальному обертанні", - "@videoScalingFillScreenNotif": {}, + "videoScaling": "Масштабування відео", + "@videoScaling": {}, "videoScalingFillScreenTitle": "Заповнити екран", "@videoScalingFillScreenTitle": {}, - "videoScalingFitHeight": "Підігнати по висоті", - "@videoScalingFitHeight": {}, - "videoScalingFitWidth": "Підігнати по ширині", - "@videoScalingFitWidth": {}, - "videoScalingScaleDown": "Зменшити", - "@videoScalingScaleDown": {}, - "viewPhotos": "Переглянути фото", - "@viewPhotos": {}, "watchOn": "Дивитися далі", "@watchOn": {}, - "writer": "{count, plural, other{Сценаристи} one{Сценарист}}", - "@writer": { - "description": "writer", - "placeholders": { - "count": { - "type": "int", - "example": "1" - } - } - }, - "year": "{count, plural, other{Роки} one{Рік}}", - "@year": { - "description": "year", - "placeholders": { - "count": { - "type": "int", - "example": "1" - } - } - } -} \ No newline at end of file + "viewPhotos": "Переглянути фото", + "@viewPhotos": {}, + "nativeName": "Українська", + "@nativeName": {} +} diff --git a/lib/l10n/app_zh.arb b/lib/l10n/app_zh.arb index 8e23b74..d964810 100644 --- a/lib/l10n/app_zh.arb +++ b/lib/l10n/app_zh.arb @@ -1,8 +1,12 @@ { "@@locale": "zh", + "nativeName": "简体中文", "about": "关于", + "@about": {}, "accept": "接受", + "@accept": {}, "active": "活跃", + "@active": {}, "actor": "{count, plural, other{演员} one{演员}}", "@actor": { "description": "演员", @@ -14,14 +18,23 @@ } }, "addAsFavorite": "添加为收藏", + "@addAsFavorite": {}, "addToCollection": "添加到收藏", + "@addToCollection": {}, "addToPlaylist": "添加到播放列表", + "@addToPlaylist": {}, "advanced": "高级", + "@advanced": {}, "all": "全部", + "@all": {}, "amoledBlack": "Amoled 黑色", + "@amoledBlack": {}, "appLockAutoLogin": "自动登录", + "@appLockAutoLogin": {}, "appLockBiometrics": "生物识别", + "@appLockBiometrics": {}, "appLockPasscode": "密码", + "@appLockPasscode": {}, "appLockTitle": "设置 {userName} 的登录方式", "@appLockTitle": { "description": "选择登录方式的弹窗", @@ -32,14 +45,23 @@ } }, "ascending": "升序", + "@ascending": {}, "audio": "音频", + "@audio": {}, "autoPlay": "自动播放", + "@autoPlay": {}, "backgroundBlur": "背景模糊", + "@backgroundBlur": {}, "backgroundOpacity": "背景不透明度", - "biometricsFailedCheckAgain": "生物识别失败,请检查设置并重试", + "@backgroundOpacity": {}, + "biometricsFailedCheckAgain": "生物识别失败,请检查设置并重试.", + "@biometricsFailedCheckAgain": {}, "bold": "粗体", + "@bold": {}, "cancel": "取消", + "@cancel": {}, "change": "更改", + "@change": {}, "chapter": "{count, plural, other{章节} one{章节}}", "@chapter": { "description": "章节", @@ -51,16 +73,27 @@ } }, "clear": "清除", + "@clear": {}, "clearAllSettings": "清除所有设置", + "@clearAllSettings": {}, "clearAllSettingsQuestion": "清除所有设置?", + "@clearAllSettingsQuestion": {}, "clearChanges": "清除更改", + "@clearChanges": {}, "clearSelection": "清除选择", + "@clearSelection": {}, "close": "关闭", + "@close": {}, "code": "代码", + "@code": {}, "collectionFolder": "收藏夹", + "@collectionFolder": {}, "color": "颜色", + "@color": {}, "combined": "组合", + "@combined": {}, "communityRating": "社区评分", + "@communityRating": {}, "continuePage": "继续 - 第 {page} 页", "@continuePage": { "description": "继续 - 第 1 页", @@ -71,12 +104,19 @@ } }, "controls": "控制", + "@controls": {}, "dashboard": "仪表板", + "@dashboard": {}, "dashboardContinue": "继续", + "@dashboardContinue": {}, "dashboardContinueListening": "继续听", + "@dashboardContinueListening": {}, "dashboardContinueReading": "继续阅读", + "@dashboardContinueReading": {}, "dashboardContinueWatching": "继续观看", + "@dashboardContinueWatching": {}, "dashboardNextUp": "下一个", + "@dashboardNextUp": {}, "dashboardRecentlyAdded": "最近添加于 {name}", "@dashboardRecentlyAdded": { "description": "最近添加到首页", @@ -87,10 +127,15 @@ } }, "dateAdded": "添加日期", + "@dateAdded": {}, "dateLastContentAdded": "最后添加内容的日期", + "@dateLastContentAdded": {}, "datePlayed": "播放日期", + "@datePlayed": {}, "days": "天", + "@days": {}, "delete": "删除", + "@delete": {}, "deleteFileFromSystem": "删除此项目 {item} 将从文件系统和您的媒体库中删除它。\n您确定要继续吗?", "@deleteFileFromSystem": { "description": "从系统中删除文件", @@ -110,6 +155,7 @@ } }, "descending": "降序", + "@descending": {}, "director": "{count, plural, other{导演} one{导演}}", "@director": { "description": "导演", @@ -121,19 +167,33 @@ } }, "disableFilters": "禁用过滤器", + "@disableFilters": {}, "disabled": "禁用", + "@disabled": {}, "discovered": "已发现", + "@discovered": {}, "displayLanguage": "显示语言 (显示语言)", + "@displayLanguage": {}, "downloadsClearDesc": "你确定要删除所有同步数据吗?\n这将清除每个同步用户的所有数据!", + "@downloadsClearDesc": {}, "downloadsClearTitle": "清除同步数据", + "@downloadsClearTitle": {}, "downloadsPath": "路径", + "@downloadsPath": {}, "downloadsSyncedData": "同步数据", + "@downloadsSyncedData": {}, "downloadsTitle": "下载", + "@downloadsTitle": {}, "dynamicText": "动态", + "@dynamicText": {}, "editMetadata": "编辑元数据", + "@editMetadata": {}, "empty": "空", + "@empty": {}, "enabled": "启用", + "@enabled": {}, "endsAt": "结束于 {date}", + "@endsAt": {}, "episode": "{count, plural, other{集} one{集}}", "@episode": { "description": "集", @@ -145,10 +205,15 @@ } }, "error": "错误", + "@error": {}, "failedToLoadImage": "加载图像失败", + "@failedToLoadImage": {}, "favorite": "收藏", + "@favorite": {}, "favorites": "收藏", + "@favorites": {}, "fetchingLibrary": "正在获取库项目", + "@fetchingLibrary": {}, "filter": "{count, plural, other{过滤器} one{过滤器}}", "@filter": { "description": "过滤器", @@ -160,9 +225,13 @@ } }, "folders": "文件夹", + "@folders": {}, "fontColor": "字体颜色", + "@fontColor": {}, "fontSize": "字体大小", + "@fontSize": {}, "forceRefresh": "强制刷新", + "@forceRefresh": {}, "genre": "{count, plural, other{类型} one{类型}}", "@genre": { "description": "类型", @@ -174,19 +243,33 @@ } }, "goTo": "去往", + "@goTo": {}, "grid": "网格", + "@grid": {}, "group": "组", + "@group": {}, "groupBy": "分组依据", + "@groupBy": {}, "heightOffset": "高度偏移", + "@heightOffset": {}, "hide": "隐藏", + "@hide": {}, "hideEmpty": "隐藏空", + "@hideEmpty": {}, "home": "主页", + "@home": {}, "identify": "识别", + "@identify": {}, "immediately": "立即", + "@immediately": {}, "incorrectPinTryAgain": "错误的 PIN,请重试", + "@incorrectPinTryAgain": {}, "info": "信息", + "@info": {}, "invalidUrl": "无效的 URL", + "@invalidUrl": {}, "invalidUrlDesc": "URL 必须以 http(s):// 开头", + "@invalidUrlDesc": {}, "itemCount": "项目数:{count}", "@itemCount": { "description": "项目数", @@ -217,14 +300,23 @@ } }, "libraryFetchNoItemsFound": "未找到项目,请尝试不同的设置。", + "@libraryFetchNoItemsFound": {}, "libraryPageSizeDesc": "设置每次加载的数量。0 禁用分页。", + "@libraryPageSizeDesc": {}, "libraryPageSizeTitle": "库页面大小", + "@libraryPageSizeTitle": {}, "light": "浅色", + "@light": {}, "list": "列表", + "@list": {}, "lockscreen": "锁屏", + "@lockscreen": {}, "loggedIn": "已登录", + "@loggedIn": {}, "login": "登录", + "@login": {}, "logout": "登出", + "@logout": {}, "logoutUserPopupContent": "这将登出 {userName} 并从应用程序中删除用户。\n你需要重新登录到 {serverName}。", "@logoutUserPopupContent": { "description": "登出用户的弹窗描述", @@ -247,21 +339,37 @@ } }, "loop": "循环", + "@loop": {}, "markAsUnwatched": "标记为未观看", + "@markAsUnwatched": {}, "markAsWatched": "标记为已观看", + "@markAsWatched": {}, "masonry": "砖石", + "@masonry": {}, "mediaTypeBase": "基础类型", + "@mediaTypeBase": {}, "mediaTypeBook": "书籍", + "@mediaTypeBook": {}, "mediaTypeBoxset": "套装", + "@mediaTypeBoxset": {}, "mediaTypeEpisode": "集", + "@mediaTypeEpisode": {}, "mediaTypeFolder": "文件夹", + "@mediaTypeFolder": {}, "mediaTypeMovie": "电影", + "@mediaTypeMovie": {}, "mediaTypePerson": "人物", + "@mediaTypePerson": {}, "mediaTypePhoto": "照片", + "@mediaTypePhoto": {}, "mediaTypePhotoAlbum": "相册", + "@mediaTypePhotoAlbum": {}, "mediaTypePlaylist": "播放列表", + "@mediaTypePlaylist": {}, "mediaTypeSeason": "季", + "@mediaTypeSeason": {}, "mediaTypeSeries": "系列", + "@mediaTypeSeries": {}, "metaDataSavedFor": "{item} 的元数据已保存", "@metaDataSavedFor": { "description": "元数据已保存", @@ -272,8 +380,11 @@ } }, "metadataRefreshDefault": "扫描新文件和更新的文件", + "@metadataRefreshDefault": {}, "metadataRefreshFull": "替换所有元数据", + "@metadataRefreshFull": {}, "metadataRefreshValidation": "搜索缺失的元数据", + "@metadataRefreshValidation": {}, "minutes": "{count}分钟", "@minutes": { "description": "分钟", @@ -285,6 +396,7 @@ } }, "mode": "模式", + "@mode": {}, "moreFrom": "更多来自 {info}", "@moreFrom": { "description": "更多来自", @@ -295,32 +407,59 @@ } }, "moreOptions": "更多选项", + "@moreOptions": {}, "mouseDragSupport": "使用鼠标拖动", + "@mouseDragSupport": {}, "musicAlbum": "专辑", + "@musicAlbum": {}, "name": "名称", + "@name": {}, "navigation": "导航", + "@navigation": {}, "navigationDashboard": "仪表板", + "@navigationDashboard": {}, "navigationFavorites": "收藏夹", + "@navigationFavorites": {}, "navigationSync": "已同步", + "@navigationSync": {}, "never": "从不", + "@never": {}, "nextUp": "下一个", + "@nextUp": {}, "noItemsSynced": "没有同步项目", + "@noItemsSynced": {}, "noItemsToShow": "没有可显示的项目", + "@noItemsToShow": {}, "noRating": "无评分", + "@noRating": {}, "noResults": "没有结果", + "@noResults": {}, "noServersFound": "未找到新服务器", + "@noServersFound": {}, "noSuggestionsFound": "未找到建议", + "@noSuggestionsFound": {}, "none": "无", + "@none": {}, "normal": "正常", + "@normal": {}, "notPartOfAlbum": "不属于专辑的一部分", + "@notPartOfAlbum": {}, "openParent": "打开上级文件夹", + "@openParent": {}, "openShow": "打开节目", + "@openShow": {}, "openWebLink": "打开网页链接", + "@openWebLink": {}, "options": "选项", + "@options": {}, "other": "其他", + "@other": {}, "outlineColor": "轮廓颜色", + "@outlineColor": {}, "outlineSize": "轮廓大小", + "@outlineSize": {}, "overview": "概述", + "@overview": {}, "page": "第 {index} 页", "@page": { "description": "页数", @@ -331,11 +470,17 @@ } }, "parentalRating": "家长评级", + "@parentalRating": {}, "password": "密码", + "@password": {}, "pathClearTitle": "清除下载路径", + "@pathClearTitle": {}, "pathEditDesc": "此位置设置适用于所有用户,任何同步的数据将不再可访问。\n它将保留在你的存储中。", + "@pathEditDesc": {}, "pathEditSelect": "选择下载目标", + "@pathEditSelect": {}, "pathEditTitle": "更改位置", + "@pathEditTitle": {}, "play": "播放 {item}", "@play": { "description": "播放", @@ -346,6 +491,7 @@ } }, "playCount": "播放次数", + "@playCount": {}, "playFrom": "从 {name} 开始播放", "@playFrom": { "description": "从...开始播放", @@ -365,13 +511,21 @@ } }, "playLabel": "播放", + "@playLabel": {}, "playVideos": "播放视频", + "@playVideos": {}, "played": "已播放", + "@played": {}, "quickConnectAction": "输入快速连接代码", + "@quickConnectAction": {}, "quickConnectInputACode": "输入代码", + "@quickConnectInputACode": {}, "quickConnectTitle": "快速连接", + "@quickConnectTitle": {}, "quickConnectWrongCode": "错误的代码", + "@quickConnectWrongCode": {}, "random": "随机", + "@random": {}, "rating": "{count, plural, other{评分} one{评分}}", "@rating": { "description": "评分", @@ -383,6 +537,7 @@ } }, "reWatch": "重新观看", + "@reWatch": {}, "read": "阅读 {item}", "@read": { "description": "阅读", @@ -402,8 +557,11 @@ } }, "recursive": "递归", + "@recursive": {}, "refresh": "刷新", + "@refresh": {}, "refreshMetadata": "刷新元数据", + "@refreshMetadata": {}, "refreshPopup": "刷新 - {name}", "@refreshPopup": { "placeholders": { @@ -413,16 +571,27 @@ } }, "refreshPopupContentMetadata": "根据仪表板中启用的设置和互联网服务刷新元数据。", + "@refreshPopupContentMetadata": {}, "related": "相关", + "@related": {}, "releaseDate": "发布日期", + "@releaseDate": {}, "removeAsFavorite": "取消收藏", + "@removeAsFavorite": {}, "removeFromCollection": "从收藏中删除", + "@removeFromCollection": {}, "removeFromPlaylist": "从播放列表中删除", + "@removeFromPlaylist": {}, "replaceAllImages": "替换所有图像", + "@replaceAllImages": {}, "replaceExistingImages": "替换现有图像", + "@replaceExistingImages": {}, "restart": "重新开始", + "@restart": {}, "result": "结果", + "@result": {}, "resumable": "可恢复", + "@resumable": {}, "resume": "继续 {item}", "@resume": { "description": "继续", @@ -433,12 +602,19 @@ } }, "retrievePublicListOfUsers": "检索公共用户列表", + "@retrievePublicListOfUsers": {}, "retry": "重试", + "@retry": {}, "runTime": "运行时间", + "@runTime": {}, "save": "保存", + "@save": {}, "saved": "已保存", + "@saved": {}, "scanBiometricHint": "验证身份", + "@scanBiometricHint": {}, "scanLibrary": "扫描库", + "@scanLibrary": {}, "scanYourFingerprintToAuthenticate": "扫描您的指纹以验证 {user}", "@scanYourFingerprintToAuthenticate": { "placeholders": { @@ -456,7 +632,9 @@ } }, "scrollToTop": "滚动到顶部", + "@scrollToTop": {}, "search": "搜索", + "@search": {}, "season": "{count, plural, other{季} one{季}}", "@season": { "description": "季", @@ -478,9 +656,13 @@ } }, "selectAll": "全选", + "@selectAll": {}, "selectTime": "选择时间", + "@selectTime": {}, "selectViewType": "选择查看类型", + "@selectViewType": {}, "selected": "已选择", + "@selected": {}, "selectedWith": "选择了 {info}", "@selectedWith": { "description": "选择", @@ -491,7 +673,9 @@ } }, "separate": "分开", + "@separate": {}, "server": "服务器", + "@server": {}, "set": "设置", "@set": { "description": "用于设置某个值", @@ -507,50 +691,95 @@ } }, "settingSecurityApplockTitle": "应用锁", + "@settingSecurityApplockTitle": {}, "settings": "设置", + "@settings": {}, "settingsBlurEpisodesDesc": "模糊所有即将播放的集数", + "@settingsBlurEpisodesDesc": {}, "settingsBlurEpisodesTitle": "模糊下一个集数", + "@settingsBlurEpisodesTitle": {}, "settingsBlurredPlaceholderDesc": "加载海报时显示模糊的背景", + "@settingsBlurredPlaceholderDesc": {}, "settingsBlurredPlaceholderTitle": "模糊的占位符", + "@settingsBlurredPlaceholderTitle": {}, "settingsClientDesc": "常规,超时,布局,主题", + "@settingsClientDesc": {}, "settingsClientTitle": "Fladder", + "@settingsClientTitle": {}, "settingsContinue": "继续", + "@settingsContinue": {}, "settingsEnableOsMediaControls": "启用操作系统媒体控制", + "@settingsEnableOsMediaControls": {}, "settingsHomeCarouselDesc": "在仪表板屏幕上显示轮播", + "@settingsHomeCarouselDesc": {}, "settingsHomeCarouselTitle": "仪表板轮播", + "@settingsHomeCarouselTitle": {}, "settingsHomeNextUpDesc": "仪表板屏幕上显示的海报类型", + "@settingsHomeNextUpDesc": {}, "settingsHomeNextUpTitle": "下一个海报", + "@settingsHomeNextUpTitle": {}, "settingsNextUpCutoffDays": "下一个截止天数", + "@settingsNextUpCutoffDays": {}, "settingsPlayerCustomSubtitlesDesc": "自定义大小、颜色、位置、轮廓", + "@settingsPlayerCustomSubtitlesDesc": {}, "settingsPlayerCustomSubtitlesTitle": "自定义字幕", + "@settingsPlayerCustomSubtitlesTitle": {}, "settingsPlayerDesc": "纵横比,高级", + "@settingsPlayerDesc": {}, "settingsPlayerMobileWarning": "在 Android 上启用硬件加速和本地 libass 字幕可能会导致某些字幕无法渲染。", + "@settingsPlayerMobileWarning": {}, "settingsPlayerNativeLibassAccelDesc": "使用视频播放器 libass 字幕渲染器", + "@settingsPlayerNativeLibassAccelDesc": {}, "settingsPlayerNativeLibassAccelTitle": "本地 libass 字幕", + "@settingsPlayerNativeLibassAccelTitle": {}, "settingsPlayerTitle": "播放器", + "@settingsPlayerTitle": {}, "settingsPlayerVideoHWAccelDesc": "使用 GPU 渲染视频(推荐)", + "@settingsPlayerVideoHWAccelDesc": {}, "settingsPlayerVideoHWAccelTitle": "硬件加速", + "@settingsPlayerVideoHWAccelTitle": {}, "settingsPosterPinch": "捏合缩放以调整海报大小", + "@settingsPosterPinch": {}, "settingsPosterSize": "海报大小", + "@settingsPosterSize": {}, "settingsPosterSlider": "显示比例滑块", + "@settingsPosterSlider": {}, "settingsProfileDesc": "锁屏", + "@settingsProfileDesc": {}, "settingsProfileTitle": "个人资料", + "@settingsProfileTitle": {}, "settingsQuickConnectTitle": "快速连接", + "@settingsQuickConnectTitle": {}, "settingsSecurity": "安全", + "@settingsSecurity": {}, "settingsShowScaleSlider": "显示海报大小滑块", + "@settingsShowScaleSlider": {}, "settingsVisual": "视觉", + "@settingsVisual": {}, "shadow": "阴影", + "@shadow": {}, "showAlbum": "显示相册", + "@showAlbum": {}, "showDetails": "显示详情", + "@showDetails": {}, "showEmpty": "显示空", + "@showEmpty": {}, "shuffleGallery": "随机播放图库", + "@shuffleGallery": {}, "shuffleVideos": "随机播放视频", + "@shuffleVideos": {}, "somethingWentWrong": "出了些问题", + "@somethingWentWrong": {}, "somethingWentWrongPasswordCheck": "出了点问题,请检查您的密码", + "@somethingWentWrongPasswordCheck": {}, "sortBy": "排序方式", + "@sortBy": {}, "sortName": "名称", + "@sortName": {}, "sortOrder": "排序顺序", + "@sortOrder": {}, "start": "开始", + "@start": {}, "studio": "{count, plural, other{工作室} one{工作室}}", "@studio": { "description": "工作室", @@ -562,10 +791,15 @@ } }, "subtitleConfigurator": "字幕配置器", + "@subtitleConfigurator": {}, "subtitleConfiguratorPlaceHolder": "这是占位符文本,\n这里没有什么可看的。", + "@subtitleConfiguratorPlaceHolder": {}, "subtitles": "字幕", + "@subtitles": {}, "switchUser": "切换用户", + "@switchUser": {}, "sync": "同步", + "@sync": {}, "syncDeleteItemDesc": "删除所有同步数据?\n{item}", "@syncDeleteItemDesc": { "description": "同步删除项目弹出窗口", @@ -576,12 +810,19 @@ } }, "syncDeleteItemTitle": "删除同步的项目", + "@syncDeleteItemTitle": {}, "syncDeletePopupPermanent": "此操作是永久性的,将删除所有本地同步的文件", + "@syncDeletePopupPermanent": {}, "syncDetails": "同步详情", + "@syncDetails": {}, "syncOpenParent": "打开父级", + "@syncOpenParent": {}, "syncRemoveDataDesc": "删除同步的视频数据?这是永久性的,您需要重新同步文件", + "@syncRemoveDataDesc": {}, "syncRemoveDataTitle": "删除同步的数据?", + "@syncRemoveDataTitle": {}, "syncedItems": "同步项目", + "@syncedItems": {}, "tag": "{count, plural, one{标签} other{标签}}", "@tag": { "description": "标签", @@ -593,10 +834,15 @@ } }, "theme": "主题", + "@theme": {}, "themeColor": "主题颜色", + "@themeColor": {}, "themeModeDark": "深色", + "@themeModeDark": {}, "themeModeLight": "浅色", + "@themeModeLight": {}, "themeModeSystem": "系统", + "@themeModeSystem": {}, "timeAndAnnotation": "{minutes} 分 {seconds} 秒", "@timeAndAnnotation": { "description": "时间和注释", @@ -610,6 +856,7 @@ } }, "timeOut": "超时", + "@timeOut": {}, "totalSize": "总大小:{size}", "@totalSize": { "placeholders": { @@ -629,24 +876,43 @@ } }, "unPlayed": "未播放", + "@unPlayed": {}, "unableToConnectHost": "无法连接到主机", + "@unableToConnectHost": {}, "unableToReverseAction": "此操作无法撤销,它将删除所有设置。", + "@unableToReverseAction": {}, "unknown": "未知", + "@unknown": {}, "useDefaults": "使用默认值", + "@useDefaults": {}, "userName": "用户名", + "@userName": {}, "video": "视频", + "@video": {}, "videoScaling": "视频缩放", + "@videoScaling": {}, "videoScalingContain": "包含", + "@videoScalingContain": {}, "videoScalingCover": "覆盖", + "@videoScalingCover": {}, "videoScalingFill": "填充", + "@videoScalingFill": {}, "videoScalingFillScreenDesc": "填充导航栏和状态栏", + "@videoScalingFillScreenDesc": {}, "videoScalingFillScreenNotif": "全屏覆盖视频适应,在水平旋转中", + "@videoScalingFillScreenNotif": {}, "videoScalingFillScreenTitle": "填满屏幕", + "@videoScalingFillScreenTitle": {}, "videoScalingFitHeight": "适应高度", + "@videoScalingFitHeight": {}, "videoScalingFitWidth": "适应宽度", + "@videoScalingFitWidth": {}, "videoScalingScaleDown": "缩小", + "@videoScalingScaleDown": {}, "viewPhotos": "查看照片", + "@viewPhotos": {}, "watchOn": "观看于", + "@watchOn": {}, "writer": "{count, plural, other{作家} one{作家}}", "@writer": { "description": "作家", @@ -666,5 +932,7 @@ "example": "1" } } - } -} \ No newline at end of file + }, + "nativeName": "简体中文", + "@nativeName": {} +} diff --git a/lib/l10n/l10n_errors.txt b/lib/l10n/l10n_errors.txt index 4e7bc2d..6ebd052 100644 --- a/lib/l10n/l10n_errors.txt +++ b/lib/l10n/l10n_errors.txt @@ -1,41 +1,26 @@ { - "es": [ - "nativeName", - "settingsHomeBannerTitle", - "settingsHomeBannerDescription", - "homeBannerBanner", - "homeBannerCarousel" - ], - - "fr": [ - "nativeName", - "settingsHomeBannerTitle", - "settingsHomeBannerDescription", - "homeBannerBanner", - "homeBannerCarousel" - ], - - "ja": [ - "nativeName", - "settingsHomeBannerTitle", - "settingsHomeBannerDescription", - "homeBannerBanner", - "homeBannerCarousel" - ], - - "nl": [ - "nativeName", - "settingsHomeBannerTitle", - "settingsHomeBannerDescription", - "homeBannerBanner", - "homeBannerCarousel" - ], - - "zh": [ - "nativeName", - "settingsHomeBannerTitle", - "settingsHomeBannerDescription", - "homeBannerBanner", - "homeBannerCarousel" + "de": [ + "masonry", + "mediaTypeBoxset", + "settingsHomeNextUpDesc", + "settingsNextUpCutoffDays", + "settingsPlayerNativeLibassAccelDesc", + "settingsPlayerNativeLibassAccelTitle", + "settingsPosterPinch", + "settingsPosterSize", + "settingsShowScaleSlider", + "syncDeleteItemDesc", + "syncRemoveDataDesc", + "timeAndAnnotation", + "totalSize", + "unknown", + "useDefaults", + "videoScalingFillScreenNotif", + "videoScalingFillScreenTitle", + "videoScalingFitHeight", + "videoScalingFitWidth", + "videoScalingScaleDown", + "viewPhotos", + "writer" ] } diff --git a/lib/screens/settings/client_settings_page.dart b/lib/screens/settings/client_settings_page.dart index f962fd8..0d28557 100644 --- a/lib/screens/settings/client_settings_page.dart +++ b/lib/screens/settings/client_settings_page.dart @@ -22,7 +22,6 @@ import 'package:fladder/screens/shared/default_alert_dialog.dart'; import 'package:fladder/screens/shared/input_fields.dart'; import 'package:fladder/util/adaptive_layout.dart'; import 'package:fladder/util/custom_color_themes.dart'; -import 'package:fladder/util/local_extension.dart'; import 'package:fladder/util/localization_helper.dart'; import 'package:fladder/util/option_dialogue.dart'; import 'package:fladder/util/simple_duration_picker.dart'; @@ -234,30 +233,39 @@ class _ClientSettingsPageState extends ConsumerState { SettingsLabelDivider(label: context.localized.settingsVisual), SettingsListTile( label: Text(context.localized.displayLanguage), - trailing: EnumBox( - current: ref.watch( + trailing: Localizations.override( + context: context, + locale: ref.watch( clientSettingsProvider.select( - (value) => (value.selectedLocale ?? currentLocale).label(), + (value) => (value.selectedLocale ?? currentLocale), ), ), - itemBuilder: (context) { - return [ - ...AppLocalizations.supportedLocales.map( - (entry) => PopupMenuItem( - value: entry, - child: Text( - entry.label(), - style: TextStyle( - fontWeight: currentLocale.languageCode == entry.languageCode ? FontWeight.bold : null, + child: Builder(builder: (context) { + return EnumBox( + current: context.localized.nativeName, + itemBuilder: (context) { + return [ + ...AppLocalizations.supportedLocales.map( + (entry) => PopupMenuItem( + value: entry, + child: Localizations.override( + context: context, + locale: entry, + child: Builder(builder: (context) { + return Text( + context.localized.nativeName, + ); + }), + ), + onTap: () => ref + .read(clientSettingsProvider.notifier) + .update((state) => state.copyWith(selectedLocale: entry)), ), - ), - onTap: () => ref - .read(clientSettingsProvider.notifier) - .update((state) => state.copyWith(selectedLocale: entry)), - ), - ) - ]; - }, + ) + ]; + }, + ); + }), ), ), SettingsListTile( diff --git a/lib/screens/settings/settings_screen.dart b/lib/screens/settings/settings_screen.dart index cf36583..b66e2b1 100644 --- a/lib/screens/settings/settings_screen.dart +++ b/lib/screens/settings/settings_screen.dart @@ -10,14 +10,12 @@ import 'package:fladder/routes/auto_router.gr.dart'; import 'package:fladder/screens/settings/quick_connect_window.dart'; import 'package:fladder/screens/settings/settings_list_tile.dart'; import 'package:fladder/screens/settings/settings_scaffold.dart'; -import 'package:fladder/screens/shared/animated_fade_size.dart'; import 'package:fladder/screens/shared/fladder_icon.dart'; import 'package:fladder/util/adaptive_layout.dart'; import 'package:fladder/util/application_info.dart'; import 'package:fladder/util/localization_helper.dart'; import 'package:fladder/util/router_extension.dart'; import 'package:fladder/util/theme_extensions.dart'; -import 'package:fladder/widgets/shared/hide_on_scroll.dart'; @RoutePage() class SettingsScreen extends ConsumerStatefulWidget { @@ -153,85 +151,71 @@ class _SettingsScreenState extends ConsumerState { ), ), ], - floatingActionButton: HideOnScroll( - controller: scrollController, - visibleBuilder: (visible) { - return AnimatedFadeSize( - child: visible - ? Padding( - padding: EdgeInsets.symmetric(horizontal: MediaQuery.paddingOf(context).horizontal), - child: Padding( - padding: const EdgeInsets.symmetric(horizontal: 16), - child: Row( - mainAxisAlignment: MainAxisAlignment.end, - children: [ - const Spacer(), - FloatingActionButton( - key: Key(context.localized.switchUser), - tooltip: context.localized.switchUser, - onPressed: () async { - await ref.read(userProvider.notifier).logoutUser(); - context.router.replaceAll([const LoginRoute()]); - }, - child: const Icon( - IconsaxOutline.arrow_swap_horizontal, - ), - ), - const SizedBox(width: 16), - FloatingActionButton( - heroTag: context.localized.logout, - key: Key(context.localized.logout), - tooltip: context.localized.logout, - backgroundColor: Theme.of(context).colorScheme.errorContainer, - onPressed: () { - final user = ref.read(userProvider); - showDialog( - context: context, - builder: (context) => AlertDialog( - title: Text(context.localized.logoutUserPopupTitle(user?.name ?? "")), - scrollable: true, - content: Text( - context.localized.logoutUserPopupContent(user?.name ?? "", user?.server ?? ""), - ), - actions: [ - ElevatedButton( - onPressed: () => Navigator.pop(context), - child: Text(context.localized.cancel), - ), - ElevatedButton( - style: ElevatedButton.styleFrom().copyWith( - foregroundColor: - WidgetStatePropertyAll(Theme.of(context).colorScheme.onErrorContainer), - backgroundColor: - WidgetStatePropertyAll(Theme.of(context).colorScheme.errorContainer), - ), - onPressed: () async { - await ref.read(authProvider.notifier).logOutUser(); - if (context.mounted) { - context.router.replaceAll([const LoginRoute()]); - } - }, - child: Text(context.localized.logout), - ), - ], - ), - ); - }, - child: Icon( - IconsaxOutline.logout, - color: Theme.of(context).colorScheme.onErrorContainer, - ), - ), - ], + floatingActionButton: Padding( + padding: EdgeInsets.symmetric(horizontal: MediaQuery.paddingOf(context).horizontal), + child: Padding( + padding: const EdgeInsets.symmetric(horizontal: 16), + child: Row( + mainAxisAlignment: MainAxisAlignment.end, + children: [ + const Spacer(), + FloatingActionButton( + key: Key(context.localized.switchUser), + tooltip: context.localized.switchUser, + onPressed: () async { + await ref.read(userProvider.notifier).logoutUser(); + context.router.replaceAll([const LoginRoute()]); + }, + child: const Icon( + IconsaxOutline.arrow_swap_horizontal, + ), + ), + const SizedBox(width: 16), + FloatingActionButton( + heroTag: context.localized.logout, + key: Key(context.localized.logout), + tooltip: context.localized.logout, + backgroundColor: Theme.of(context).colorScheme.errorContainer, + onPressed: () { + final user = ref.read(userProvider); + showDialog( + context: context, + builder: (context) => AlertDialog( + title: Text(context.localized.logoutUserPopupTitle(user?.name ?? "")), + scrollable: true, + content: Text( + context.localized.logoutUserPopupContent(user?.name ?? "", user?.server ?? ""), ), + actions: [ + ElevatedButton( + onPressed: () => Navigator.pop(context), + child: Text(context.localized.cancel), + ), + ElevatedButton( + style: ElevatedButton.styleFrom().copyWith( + foregroundColor: WidgetStatePropertyAll(Theme.of(context).colorScheme.onErrorContainer), + backgroundColor: WidgetStatePropertyAll(Theme.of(context).colorScheme.errorContainer), + ), + onPressed: () async { + await ref.read(authProvider.notifier).logOutUser(); + if (context.mounted) { + context.router.replaceAll([const LoginRoute()]); + } + }, + child: Text(context.localized.logout), + ), + ], ), - ) - : Container( - height: 0, - key: UniqueKey(), - ), - ); - }, + ); + }, + child: Icon( + IconsaxOutline.logout, + color: Theme.of(context).colorScheme.onErrorContainer, + ), + ), + ], + ), + ), ), ), ); diff --git a/lib/util/local_extension.dart b/lib/util/local_extension.dart deleted file mode 100644 index 12f255d..0000000 --- a/lib/util/local_extension.dart +++ /dev/null @@ -1,14 +0,0 @@ -import 'package:flutter/material.dart'; - -extension LocalExtensions on Locale { - String label() { - return switch (languageCode) { - "nl" => "Nederlands", - "zh" => "简体中文", - "es" => "Español", - "fr" => "Français", - "ja" => "日本語 (にほんご)", - "en" || _ => "English", - }; - } -}