From 5967dcfb6eba5f5a20cfb7d8dbddb7594786e84e Mon Sep 17 00:00:00 2001 From: Tung Huynh <31434093+huynhsontung@users.noreply.github.com> Date: Sat, 25 Nov 2023 01:20:55 -0800 Subject: [PATCH] l10n: Crowdin updates (#232) * New translations resources.resw (Dutch) * New translations store.md (Dutch) * New translations resources.resw (Dutch) * New translations manifestresources.resw (Dutch) * New translations resources.resw (Italian) * New translations resources.resw (Romanian) * New translations resources.resw (Polish) * New translations resources.resw (Polish) * New translations manifestresources.resw (Polish) * New translations store.md (Polish) * add support for polish and dutch --- Screenbox/Screenbox.csproj | 4 + Screenbox/Strings/it-IT/Resources.resw | 152 +++---- .../Strings/nl-NL/ManifestResources.resw | 18 +- Screenbox/Strings/nl-NL/Resources.resw | 370 ++++++++-------- Screenbox/Strings/nl-NL/STORE.md | 20 +- .../Strings/pl-PL/ManifestResources.resw | 50 +-- Screenbox/Strings/pl-PL/Resources.resw | 404 +++++++++--------- Screenbox/Strings/pl-PL/STORE.md | 20 +- Screenbox/Strings/ro-RO/Resources.resw | 14 +- 9 files changed, 528 insertions(+), 524 deletions(-) diff --git a/Screenbox/Screenbox.csproj b/Screenbox/Screenbox.csproj index 3a86e3d33..3d24ac1f9 100644 --- a/Screenbox/Screenbox.csproj +++ b/Screenbox/Screenbox.csproj @@ -805,6 +805,10 @@ + + + + ReswPlusAdvancedGenerator diff --git a/Screenbox/Strings/it-IT/Resources.resw b/Screenbox/Strings/it-IT/Resources.resw index c67cff937..225d2bbe3 100644 --- a/Screenbox/Strings/it-IT/Resources.resw +++ b/Screenbox/Strings/it-IT/Resources.resw @@ -130,7 +130,7 @@ Loop - Playback speed + Velocità di riproduzione Volume {0:F0}% @@ -140,23 +140,23 @@ Failed to save frame - Chapter {0} + Capitolo {0} #Format[Int32 chapter] Failed to load subtitle - Back + Indietro - Mute + Disattiva audio - Unmute + Riattiva audio - Fullscreen + Schermo intero Audio & captions @@ -174,16 +174,16 @@ Exit picture in picture - Next + Successivo - Previous + Precedente - Play + Riproduci - Pause + Pausa More @@ -215,7 +215,7 @@ Clear selection - Remove + Rimuovi Play next @@ -231,10 +231,10 @@ Tool tip on which item is currently playing - Videos + Video - This folder is empty + La cartella è vuota {0} item @@ -251,7 +251,7 @@ Restore video view - Cast + Trasmetti Stop casting @@ -266,13 +266,13 @@ Disable - Music + Musica Shuffle and play - Unknown artist + Artista sconosciuto Unknown album @@ -284,7 +284,7 @@ Add folder - Clear + Cancella Home @@ -302,31 +302,31 @@ Open file(s) - Search + Cerca - Settings + Impostazioni - Welcome to Screenbox + Benvenuto su Screenbox Let's start playing some of your media content to get things going. - Properties + Proprietà - Close + Chiudi - Open file location + Apri percorso file Album - Album artist + Artista album Bit rate @@ -344,43 +344,43 @@ File type - Genre + Genere - Last modified + Ultima modifica - Length + Lunghezza - Producers + Produttori Resolution - Size + Dimensione Subtitle - Title + Titolo - Track + Traccia Writers - Year + Anno Custom - Network + Rete No network device available @@ -392,10 +392,10 @@ Recent - Video settings + Impostazioni video - Open + Apri {0} location specified @@ -415,7 +415,7 @@ Resume where you left off - Go to {0} + Vai a {0} #Format[String position] @@ -425,13 +425,13 @@ Artists - Songs + Canzoni Browse for files to play - Add file(s) + Aggiungi file Browse for file(s) to add to the play queue @@ -446,10 +446,10 @@ Add a folder to your video library - Open folder + Apri cartella - Open URL + Apri URL Empty @@ -459,7 +459,7 @@ #Format[Plural Int] - {0} songs + {0} canzoni #Format[Plural Int] @@ -475,10 +475,10 @@ #Format[String runtime] - All videos + Tutti i video - Video folders + Cartelle video Search results for "{0}" @@ -504,7 +504,7 @@ #Format[String query] - No album + Nessun album #Format[Plural Int] @@ -535,10 +535,10 @@ Aspect ratio - Fit + Adatta - Fill + Riempi Custom aspect ratio @@ -547,34 +547,34 @@ Custom playback speed - None + Nessuno - Scale: {0} + Scala: {0} #Format[String scale] - Subtitle: {0} + Sottotitoli: {0} #Format[String name] - Track {0} + Traccia {0} #Format[Int index] - Add subtitle + Aggiungi sottotitoli Audio - About + Informazioni app - General + Generali - Libraries + Librerie Player @@ -583,7 +583,7 @@ Music library locations - Show recent + Mostra recenti Video library locations @@ -592,7 +592,7 @@ Subtitles - Display recently played media on the home page + Mostra i media riprodotti di recente nella home Clear recent media history @@ -607,7 +607,7 @@ Volume boost - Allow the maximum volume to go above 100% + Consenti al volume massimo di superare il 100% Gestures @@ -625,32 +625,32 @@ Screenbox Media Player - Source code + Codice sorgente Discord - Support the development ☕ + Supporta lo sviluppo ☕ - Always + Sempre - Never + Mai - On launch + All'avvio - Version {0} + Versione {0} #Format[VERSION] Subtitle added - Critical error + Errore critico No compatible renderer available. Please make sure Direct3D 11 is available on your device. @@ -702,52 +702,52 @@ Command line arguments that apply to all media playback. - Remove folder + Rimuovi cartella Pending changes - Relaunch the app for changes to take effect + Riavvia l'app per rendere effettive le modifiche Failed to initialize - Related links + Collegamenti correlati - Privacy policy + Informativa sulla Privacy - License + Licenza Help translate - Options + Opzioni Timing offset - Composers + Compositori - Couldn't add folder + Impossibile aggiungere la cartella - Open album + Apri album - Open artist + Apri artista - Refresh libraries + Aggiorna librerie - Refresh + Aggiorna Use indexer for scanning diff --git a/Screenbox/Strings/nl-NL/ManifestResources.resw b/Screenbox/Strings/nl-NL/ManifestResources.resw index c542e2b05..2237b0a74 100644 --- a/Screenbox/Strings/nl-NL/ManifestResources.resw +++ b/Screenbox/Strings/nl-NL/ManifestResources.resw @@ -19,13 +19,13 @@ Screenbox - A modern video player with a focus on performance and ease of use on a wide range of Windows devices. + Een moderne videospeler met een focus op prestaties en gebruiksgemak op een breed scala aan Windows-apparaten. - 3GPP Multimedia File + 3GPP Multimedia bestand - 3GPP2 Multimedia File + 3GPP2 Multimedia bestand AAC Audio @@ -40,13 +40,13 @@ Flash Video - Matroska Audio + Matroska audio - Matroska Video + Matroska video - MIDI Music Data + MIDI Muziekgegevens MP3 Audio @@ -67,10 +67,10 @@ Ogg Vorbis Audio - Ogg Video + Ogg video - QuickTime Movie + QuickTime Film WAVE Audio @@ -88,7 +88,7 @@ Windows Media Video - M3U8 Playlist + M3U8 Afspeellijst MPEG Transport Stream diff --git a/Screenbox/Strings/nl-NL/Resources.resw b/Screenbox/Strings/nl-NL/Resources.resw index c67cff937..d125f8300 100644 --- a/Screenbox/Strings/nl-NL/Resources.resw +++ b/Screenbox/Strings/nl-NL/Resources.resw @@ -118,123 +118,123 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Frame saved + Frame opgeslagen Picture in picture - Save current frame + Huidige frame opslaan - Loop + Herhalen - Playback speed + Afspeelsnelheid Volume {0:F0}% #Format[Double volume] - Failed to save frame + Kan frame niet opslaan - Chapter {0} + Hoofdstuk {0} #Format[Int32 chapter] - Failed to load subtitle + Ondertitels laden mislukt - Back + Terug - Mute + Dempen - Unmute + Dempen opheffen - Fullscreen + Volledig scherm - Audio & captions + Audio & ondertitels - Exit fullscreen + Volledig scherm sluiten Volume - Seek + Zoeken - Exit picture in picture + Picture in picture sluiten - Next + Volgende - Previous + Vorige - Play + Afspelen - Pause + Pauzeren - More + Meer - Play queue + Afspeelwachtrij - Repeat: Off + Herhalen: uit - Repeat: All + Herhalen: alle - Repeat: One + Herhalen: één - {0} item selected + {0} geselecteerd item #Format[Plural Int] - {0} items selected + {0} geselecteerde items #Format[Plural Int] - Add to queue + Toevoegen aan wachtrij - Clear selection + Selectie wissen - Remove + Verwijder - Play next + Volgende afspelen - Move up + Naar boven - Move down + Naar beneden - Is playing + Wordt afgespeeld Tool tip on which item is currently playing - Videos + Video's - This folder is empty + Deze map is leeg {0} item @@ -245,221 +245,221 @@ #Format[Plural] - Empty + Leeg - Restore video view + Videoweergave herstellen Cast - Stop casting + Casten stoppen - Casting to + Casten naar - Cast to a device + Casten naar een apparaat - Disable + Uitschakelen - Music + Muziek - Shuffle and play + Shuffle en afspelen - Unknown artist + Onbekende artiest - Unknown album + Onbekend album - Unknown genre + Onbekend genre - Add folder + Map toevoegen - Clear + Wissen - Home + Startpagina - Select multiple + Selecteer meerdere - We couldn't find any music + We konden geen muziek vinden - Your music library doesn't contain any music content. + Uw muziekbibliotheek bevat geen muziekinhoud. - Open file(s) + Open bestand(en) - Search + Zoeken - Settings + Instellingen - Welcome to Screenbox + Welkom bij Screenbox - Let's start playing some of your media content to get things going. + Laten we wat van jouw media afspelen om op gang te komen. - Properties + Eigenschappen - Close + Sluiten - Open file location + Bestandslocatie openen Album - Album artist + Album artiest Bit rate - Content type + Inhoudstype - Contributing artists + Bijdragende artiesten - File location + Bestandslocatie - File type + Bestandstype Genre - Last modified + Laatst gewijzigd - Length + Lengte - Producers + Producenten - Resolution + Resolutie - Size + Grootte - Subtitle + Ondertitels - Title + Titel Track - Writers + Schrijvers - Year + Jaar - Custom + Aangepast - Network + Netwerk - No network device available + Geen netwerkapparaten beschikbaar - Can't find your media? Make sure your network device is paired in the Windows Settings. + Geen media? Zorg ervoor dat uw netwerkapparaat gekoppeld is in de Windows-instellingen. Recent - Video settings + Video instellingen - Open + Openen - {0} location specified + {0} locatie opgegeven #Format[Plural Int] - {0} locations specified + {0} locaties opgegeven #Format[Plural Int] - Shuffle: Off + Shuffle: Uit - Shuffle: On + Shuffle: Aan - Resume where you left off + Hervat waar u gebleven was - Go to {0} + Ga naar {0} #Format[String position] Albums - Artists + Artiesten - Songs + Nummers - Browse for files to play + Blader naar bestanden om te afspelen - Add file(s) + Bestand(en) toevoegen - Browse for file(s) to add to the play queue + Blader naar bestand(en) om toe te voegen aan de afspeelwachtrij - Add a folder to your music library + Map toevoegen aan uw muziekbibliotheek - Add media from URL + Media toevoegen via URL - Add a folder to your video library + Map toevoegen aan uw videobibliotheek - Open folder + Map openen Open URL - Empty + Leeg - {0} song + {0} nummer #Format[Plural Int] - {0} songs + {0} nummers #Format[Plural Int] @@ -471,90 +471,90 @@ #Format[Plural Int] - {0} run time + {0} looptijd #Format[String runtime] - All videos + Alle video's - Video folders + Videomappen - Search results for "{0}" + Zoekresultaten voor "{0}" #Format[String query] - See all + Alles weergeven - Artist results for "{0}" + Artiest resultaten voor "{0}" #Format[String query] - Album results for "{0}" + Album resultaten voor "{0}" #Format[String query] - Song results for "{0}" + Nummer resultaten voor "{0}" #Format[String query] - Video results for "{0}" + Video resultaten voor "{0}" #Format[String query] - No album + Geen album #Format[Plural Int] - Access denied. Please verify your privacy settings to ensure Screenbox has sufficient permissions. + Toegang geweigerd. Controleer uw privacy-instellingen om ervoor te zorgen dat Screenbox voldoende rechten heeft. - Can't access music library + Geen toegang tot muziekbibliotheek - Can't access pictures library + Geen toegang tot fotobibliotheek - Can't access videos library + Geen toegang tot videobibliotheek - We couldn't find any videos + We konden geen video's vinden - Your video library doesn't contain any video content. + Uw videobibliotheek bevat geen videoinhoud. - Open privacy settings + Privacy-instellingen openen - Unable to load media + Kan media niet laden - Aspect ratio + Beeldverhouding - Fit + Passend - Fill + Vullen - Custom aspect ratio + Aangepaste beeldverhouding - Custom playback speed + Aangepaste afspeelsnelheid - None + Geen - Scale: {0} + Schaal: {0} #Format[String scale] - Subtitle: {0} + Ondertitels: {0} #Format[String name] @@ -562,200 +562,200 @@ #Format[Int index] - Add subtitle + Ondertitels toevoegen Audio - About + Over - General + Algemeen - Libraries + Bibliotheken - Player + Speler - Music library locations + Locaties muziekbibliotheek - Show recent + Toon recent - Video library locations + Locaties videobibliotheek - Subtitles + Ondertitels - Display recently played media on the home page + Recent afgespeelde media weergeven op de startpagina - Clear recent media history + Recente mediageschiedenis wissen - Auto resize + Grote automatisch aanpassen - Resize the app window to best match a video's native resolution on playback + Pas het formaat van het appvenster automatisch aan om zo goed mogelijk overeen te komen met de oorspronkelijke resolutie van een video tijdens het afspelen Volume boost - Allow the maximum volume to go above 100% + Toestaan dat het maximale volume hoger kan dan 100% - Gestures + Gebaren - Drag horizontally to seek + Sleep horizontaal om te zoeken in video - Drag vertically to adjust volume + Verticaal slepen om volume aan te passen - Tap anywhere to play or pause + Tik ergens om te spelen of te pauzeren - Screenbox Media Player + Screenbox Media Speler - Source code + Broncode Discord - Support the development ☕ + Steun de ontwikkeling ☕ - Always + Altijd - Never + Nooit - On launch + Bij opstarten - Version {0} + Versie: {0} #Format[VERSION] - Subtitle added + Ondertitels toegevoegd - Critical error + Kritieke fout - No compatible renderer available. Please make sure Direct3D 11 is available on your device. + Geen compatibele renderer beschikbaar. Zorg ervoor dat Direct3D 11 beschikbaar is op uw apparaat. - Failed to open file(s) + Kan bestand(en) niet openen - Enter the URL for a file or stream + Voer de URL in van een bestand of stream - Open Connected Devices settings + Open Aangesloten Apparaten instellingen - Set playback options + Afspeelopties instellen - Set + Instellen - Set and Play + Instellen en afspelen - Set VLC options that apply to a stream. + VLC opties instellen die van toepassing zijn op een stream. - Some options may only be set globally. + Sommige opties kunnen enkel globaal ingesteld worden. - VLC command-line help + VLC command-line hulp - See {0} for the full list of available options. + Zie {0} voor de volledige lijst met beschikbare opties. {0} = VLC command-line help - Advanced + Geavanceerd - Advanced mode + Geavanceerde modus - Advanced mode allows you to customize LibVLC's behavior using command line arguments. + Geavanceerde modus staat toe het gedrag van LibVLC aan te passen met commandolijn argumenten. - Global arguments + Globale argumenten - Command line arguments that apply to all media playback. + Commandolijn argumenten die van toepassing zijn op het afspelen van alle media. - Remove folder + Map verwijderen - Pending changes + Wijzigingen in behandeling - Relaunch the app for changes to take effect + Herstart de app om wijzigingen toe te passen - Failed to initialize + Initialiseren mislukt - Related links + Gerelateerde links - Privacy policy + Privacybeleid - License + Licentie - Help translate + Help met vertalen - Options + Opties Timing offset - Composers + Componisten - Couldn't add folder + Kon map niet toevoegen - Open album + Album openen - Open artist + Open artiest - Refresh libraries + Bibliotheken herladen - Refresh + Herladen - Use indexer for scanning + Indexeren gebruiken om te scannen - Speed up the library scanning by using the system index when available. Turn this off if you are not seeing all the media from your library locations. + Versnel de bibliotheek scannen door gebruik te maken van de systeemindex indien beschikbaar. Schakel dit uit als er media uit je bibliotheeklocaties ontbreekt. - Manage system indexing settings + Beheer systeem indexeringsinstellingen \ No newline at end of file diff --git a/Screenbox/Strings/nl-NL/STORE.md b/Screenbox/Strings/nl-NL/STORE.md index bd100529a..ab72ffbc9 100644 --- a/Screenbox/Strings/nl-NL/STORE.md +++ b/Screenbox/Strings/nl-NL/STORE.md @@ -1,17 +1,17 @@ -## Screenbox Media Player +## Screenbox Media Speler -**Your modern media player** +**Jouw moderne mediaspeler** -### Description +### Omschrijving -Screenbox is a modern media player that strives to bring a fresh new take on the classic application. Screenbox offers a beautiful and intuitive user interface while being fast, lightweight, and powerful. Designed and built in the open, Screenbox will always be free to use. +Screenbox is een moderne mediaspeler die streeft naar een frisse kijk op de klassieke toepassing. Screenbox biedt een mooie en intuïtieve gebruikersinterface aan die bovendien snel, lichtgewicht en krachtig is. Ontworpen en gemaakt in het open, Screenbox zal altijd gratis te gebruiken zijn. -### Features +### Functies -- A modern user experience with gesture support, optimized for all types of Windows devices. -- Support many audio and video formats. -- Browse and manage your music and video library on your machine or over the network. -- Cast your media to a wide range of devices with Chromecast. -- Work and enjoy your media at the same time using picture-in-picture mode. +- Een moderne gebruikerservaring met gebarenondersteuning, geoptimaliseerd voor alle types Windows-apparaten. +- Ondersteunt vele audio- en videoformaten. +- Blader door en beheer uw muziek- en videobibliotheek lokaal of via het netwerk. +- Speel je media op diverse apparaten met Chromecast. +- Werk en geniet van je media op hetzelfde moment met de picture-in-picture mode. diff --git a/Screenbox/Strings/pl-PL/ManifestResources.resw b/Screenbox/Strings/pl-PL/ManifestResources.resw index f965dd5eb..a93e2318d 100644 --- a/Screenbox/Strings/pl-PL/ManifestResources.resw +++ b/Screenbox/Strings/pl-PL/ManifestResources.resw @@ -19,78 +19,78 @@ Screenbox - Nowoczesny odtwarzacz wideo koncentrujący się na wydajności i łatwości użytkowania na wielu urządzeniach Windows. + Nowoczesny odtwarzacz wideo skupiający się na wydajności i łatwości użytkowania na wielu urządzeniach Windows. - 3GPP Multimedia File + Plik multimedialny 3GPP - 3GPP2 Multimedia File + Plik multimedialny 3GPP2 - AAC Audio + Dźwięk AAC - AVI Video + Wideo w formacie AVI - FLAC Audio + Dźwięk FLAC - Flash Video + Wideo w formacie Flash - Matroska Audio + Dźwięk Matroska - Matroska Video + Matroska wideo - MIDI Music Data + Dane muzyczne MIDI - MP3 Audio + Dźwięk MP3 - MPEG-4 Video + Wideo MPEG-4 - MPEG-4 Audio + Audio MPEG-4 - iTunes Video + Wideo iTunes - MPEG Video + Wideo MPEG - Ogg Vorbis Audio + Dźwięk Ogg Vorbis - Ogg Video + Wideo Ogg - QuickTime Movie + Film QuickTime - WAVE Audio + Dźwięk WAVE - WebM Audio + Dźwięk WebM - WebM Video + Wideo WebM - Windows Media Audio + Dźwięk Windows Media - Windows Media Video + Wideo Windows Media - M3U8 Playlist + Playlista M3U8 - MPEG Transport Stream + Strumień transportowy MPEG \ No newline at end of file diff --git a/Screenbox/Strings/pl-PL/Resources.resw b/Screenbox/Strings/pl-PL/Resources.resw index c67cff937..a60d3bb0d 100644 --- a/Screenbox/Strings/pl-PL/Resources.resw +++ b/Screenbox/Strings/pl-PL/Resources.resw @@ -118,348 +118,348 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Frame saved + Zapisano ramkę - Picture in picture + Obraz w obrazie - Save current frame + Zapisz bieżącą klatkę - Loop + Pętla - Playback speed + Szybkość odtwarzania - Volume {0:F0}% + Głośność {0:F0}% #Format[Double volume] - Failed to save frame + Nie udało się zapisać klatki - Chapter {0} + Rozdział {0} #Format[Int32 chapter] - Failed to load subtitle + Nie udało się załadować napisów - Back + Wstecz - Mute + Wycisz - Unmute + Wyłącz wyciszenie - Fullscreen + Tryb pełnoekranowy - Audio & captions + Dźwięk i napisy - Exit fullscreen + Zamknij tryb pełnoekranowy - Volume + Głośność - Seek + Przeszukaj - Exit picture in picture + Wyłącz tryb obrazu w obrazie - Next + Następny - Previous + Poprzedni - Play + Odtwarzaj - Pause + Zatrzymaj - More + Więcej - Play queue + Odtwarzaj kolejkę - Repeat: Off + Powtarzanie: wyłączone - Repeat: All + Powtarzaj: Wszystkie - Repeat: One + Powtarzaj: Jeden - {0} item selected + {0} wybrany element #Format[Plural Int] - {0} items selected + {0} wybranych elementów #Format[Plural Int] - Add to queue + Dodaj do kolejki - Clear selection + Wyczyść zaznaczenie - Remove + Usuń - Play next + Odtwórz jako następny - Move up + Przesuń do góry - Move down + Przenieś w dół - Is playing + Odtwarzany Tool tip on which item is currently playing - Videos + Filmy - This folder is empty + Ten folder jest pusty - {0} item + {0} element #Format[Plural] - {0} items + {0} elementów #Format[Plural] - Empty + Pusto - Restore video view + Przywróć widok wideo - Cast + Udostępnij - Stop casting + Zatrzymaj udostępnianie - Casting to + Udostępnianie do - Cast to a device + Udostępnij do urządzenia - Disable + Wyłącz - Music + Muzyka - Shuffle and play + Odtwarzaj losowo - Unknown artist + Nieznany wykonawca - Unknown album + Nieznany album - Unknown genre + Nieznany gatunek - Add folder + Dodaj katalog - Clear + Wyczyść - Home + Strona główna - Select multiple + Zaznacz wiele - We couldn't find any music + Nie mogliśmy znaleźć żadnej muzyki - Your music library doesn't contain any music content. + Twoja biblioteka muzyczna nie zawiera żadnych treści muzycznych. - Open file(s) + Otwórz plik(i) - Search + Wyszukaj - Settings + Ustawienia - Welcome to Screenbox + Witaj w Screenbox - Let's start playing some of your media content to get things going. + Zacznijmy odtwarzać niektóre treści multimedialne. - Properties + Właściwości - Close + Zamknij - Open file location + Otwórz lokalizację pliku Album - Album artist + Wykonawca albumu - Bit rate + Przepływność bitowa - Content type + Typ zawartości - Contributing artists + Współtwórcy - File location + Lokalizacja pliku - File type + Rodzaj pliku - Genre + Gatunek - Last modified + Data ostatniej modyfikacji - Length + Długość - Producers + Producenci - Resolution + Rozdzielczość - Size + Rozmiar - Subtitle + Podtytuł - Title + Tytuł - Track + Utwór - Writers + Autorzy - Year + Rok - Custom + Niestandardowe - Network + Sieć - No network device available + Brak dostępnych urządzeń sieciowych - Can't find your media? Make sure your network device is paired in the Windows Settings. + Nie możesz znaleźć twoich mediów? Upewnij się, że urządzenie sieciowe jest sparowane w ustawieniach systemu Windows. - Recent + Ostatnie - Video settings + Ustawienia wideo - Open + Otwórz - {0} location specified + {0} wybrana lokalizacja #Format[Plural Int] - {0} locations specified + {0} wybranych lokalizacji #Format[Plural Int] - Shuffle: Off + Wyłącz odtwarzanie losowanie - Shuffle: On + Włącz odtwarzanie losowanie - Resume where you left off + Wznów z miejsca, w którym skończyłeś - Go to {0} + Przejdź do {0} #Format[String position] - Albums + Albumy - Artists + Wykonawcy - Songs + Utwory - Browse for files to play + Przeglądaj pliki do odtwarzania - Add file(s) + Dodaj plik(i) - Browse for file(s) to add to the play queue + Przeglądaj plik(i), aby dodać do kolejki odtwarzania - Add a folder to your music library + Dodaj folder do biblioteki muzycznej - Add media from URL + Dodaj media z adresu URL - Add a folder to your video library + Dodaj folder do biblioteki wideo - Open folder + Otwórz folder - Open URL + Otwórz adres URL - Empty + Pusto - {0} song + {0} utwór #Format[Plural Int] - {0} songs + {0} utworów #Format[Plural Int] @@ -467,295 +467,295 @@ #Format[Plural Int] - {0} albums + {0} albumów #Format[Plural Int] - {0} run time + Czas odtwarzania {0} #Format[String runtime] - All videos + Wszystkie filmy - Video folders + Foldery wideo - Search results for "{0}" + Wyniki wyszukiwania dla "{0}" #Format[String query] - See all + Pokaż wszystko - Artist results for "{0}" + Wyniki wyszukiwania artystów dla "{0}" #Format[String query] - Album results for "{0}" + Wyniki wyszukiwania albumów dla "{0}" #Format[String query] - Song results for "{0}" + Wyniki wyszukiwania utworów dla "{0}" #Format[String query] - Video results for "{0}" + Wyniki wyszukiwania wideo dla "{0}" #Format[String query] - No album + Brak albumów #Format[Plural Int] - Access denied. Please verify your privacy settings to ensure Screenbox has sufficient permissions. + Odmowa dostępu. Zweryfikuj swoje ustawienia prywatności, aby upewnić się, że Screenbox ma wystarczające uprawnienia. - Can't access music library + Nie można uzyskać dostępu do biblioteki muzycznej - Can't access pictures library + Nie można uzyskać dostępu do biblioteki obrazów - Can't access videos library + Nie można uzyskać dostępu do biblioteki filmów - We couldn't find any videos + Nie mogliśmy znaleźć żadnych filmów - Your video library doesn't contain any video content. + Twoja biblioteka wideo nie zawiera żadnych treści wideo. - Open privacy settings + Otwórz ustawienia prywatności - Unable to load media + Nie udało się załadować materiału - Aspect ratio + Proporcje - Fit + Dopasuj - Fill + Wypełnij - Custom aspect ratio + Własne proporcje - Custom playback speed + Niestandardowa prędkość odtwarzania - None + Brak - Scale: {0} + Skala: {0} #Format[String scale] - Subtitle: {0} + Podtytuł: {0} #Format[String name] - Track {0} + Utwór {0} #Format[Int index] - Add subtitle + Dodaj podtytuł - Audio + Dźwięk - About + O aplikacji - General + Ogólne - Libraries + Biblioteki - Player + Odtwarzacz - Music library locations + Lokalizacje biblioteki muzycznej - Show recent + Pokaż ostatnio używane - Video library locations + Lokalizacje biblioteki wideo - Subtitles + Napisy - Display recently played media on the home page + Wyświetl ostatnio odtwarzane media na stronie głównej - Clear recent media history + Wyczyść historię ostatnio przeglądanych mediów - Auto resize + Automatyczne dostosowywanie rozmiaru - Resize the app window to best match a video's native resolution on playback + Zmień rozmiar okna aplikacji, aby najlepiej dopasować natywną rozdzielczość wideo przy odtwarzaniu - Volume boost + Wzmocnienie głośności - Allow the maximum volume to go above 100% + Pozwól na osiągnięcie maksymalnej głośności powyżej 100% - Gestures + Gesty - Drag horizontally to seek + Przeciągnij poziomo, aby podglądać - Drag vertically to adjust volume + Przeciągnij pionowo, aby dostosować głośność - Tap anywhere to play or pause + Dotknij gdziekolwiek, aby odtworzyć lub wstrzymać - Screenbox Media Player + Odtwarzacz Screenbox - Source code + Kod źródłowy Discord - Support the development ☕ + Wspomóż twórców - Always + Zawsze - Never + Nigdy - On launch + Przy uruchomieniu - Version {0} + Wersja {0} #Format[VERSION] - Subtitle added + Dodano napisy - Critical error + Błąd krytyczny - No compatible renderer available. Please make sure Direct3D 11 is available on your device. + Brak kompatybilnego renderowania. Upewnij się, że Direct3D 11 jest dostępny na twoim urządzeniu. - Failed to open file(s) + Nie można otworzyć pliku(ów) - Enter the URL for a file or stream + Wprowadź adres URL pliku lub strumienia - Open Connected Devices settings + Otwórz ustawienia połączonych urządzeń - Set playback options + Ustaw opcje odtwarzania - Set + Ustaw - Set and Play + Ustaw i odtwarzaj - Set VLC options that apply to a stream. + Ustaw opcje VLC, które dotyczą strumienia. - Some options may only be set globally. + Niektóre opcje mogą być ustawione tylko globalnie. - VLC command-line help + Pomoc wiersza poleceń VLC - See {0} for the full list of available options. + Zobacz {0} aby zobaczyć pełną listę dostępnych opcji. {0} = VLC command-line help - Advanced + Zaawansowane - Advanced mode + Tryb rozszerzony - Advanced mode allows you to customize LibVLC's behavior using command line arguments. + Tryb zaawansowany pozwala dostosować zachowanie LibVLC za pomocą argumentów wiersza poleceń. - Global arguments + Argumenty globalne - Command line arguments that apply to all media playback. + Argumenty wiersza poleceń, które dotyczą wszystkich odtwarzaczy multimediów. - Remove folder + Usuń folder - Pending changes + Oczekujące zmiany - Relaunch the app for changes to take effect + Uruchom ponownie aplikację, aby zmiany zaczęły obowiązywać - Failed to initialize + Nie udało się zainicjować - Related links + Powiązane linki - Privacy policy + Polityka Prywatności - License + Licencja - Help translate + Pomóż w tłumaczeniu - Options + Opcje - Timing offset + Przesunięcie czasowe - Composers + Kompozytorzy - Couldn't add folder + Nie udało się dodać folderu - Open album + Otwórz album - Open artist + Otwórz wykonawcę - Refresh libraries + Odśwież biblioteki - Refresh + Odśwież - Use indexer for scanning + Użyj indeksatora do skanowania - Speed up the library scanning by using the system index when available. Turn this off if you are not seeing all the media from your library locations. + Przyspiesz skanowanie bibliotek poprzez użycie indeksu systemowego, gdy jest on dostępny. Wyłącz tę opcję, jeśli nie widzisz wszystkich mediów w bibliotece. - Manage system indexing settings + Zarządzaj ustawieniami indeksowania systemu \ No newline at end of file diff --git a/Screenbox/Strings/pl-PL/STORE.md b/Screenbox/Strings/pl-PL/STORE.md index bd100529a..9b9ad7c43 100644 --- a/Screenbox/Strings/pl-PL/STORE.md +++ b/Screenbox/Strings/pl-PL/STORE.md @@ -1,17 +1,17 @@ -## Screenbox Media Player +## Odtwarzacz Screenbox -**Your modern media player** +**Twój nowoczesny odtwarzacz multimediów** -### Description +### Opis -Screenbox is a modern media player that strives to bring a fresh new take on the classic application. Screenbox offers a beautiful and intuitive user interface while being fast, lightweight, and powerful. Designed and built in the open, Screenbox will always be free to use. +Screenbox jest nowoczesnym odtwarzaczem multimedialnym, który stara się wprowadzić nowe podejście do klasycznej aplikacji. Screenbox oferuje piękny i intuicyjny interfejs użytkownika, będąc szybki, lekkim i potężnym. Zaprojektowany i zbudowany w otwarciu. Screenbox zawsze będzie darmowy do użytkowania. -### Features +### Cechy -- A modern user experience with gesture support, optimized for all types of Windows devices. -- Support many audio and video formats. -- Browse and manage your music and video library on your machine or over the network. -- Cast your media to a wide range of devices with Chromecast. -- Work and enjoy your media at the same time using picture-in-picture mode. +- Nowoczesne doświadczenia użytkownika wraz z obsługą gestów, dostosowane do wszystkich typów urządzeń z systemem Windows. +- Wspiera wiele formatów audio i wideo. +- Przeglądaj i zarządzaj swoją biblioteką muzyczną i wideo na komputerze lub w sieci. +- Udostępniaj swoje media na szeroki zakres urządzeń za pomocą Chromecast. +- Pracuj i ciesz się twoimi mediami w tym samym czasie, korzystając z trybu obraz w obrazie. diff --git a/Screenbox/Strings/ro-RO/Resources.resw b/Screenbox/Strings/ro-RO/Resources.resw index de92bec89..7d6bd27e3 100644 --- a/Screenbox/Strings/ro-RO/Resources.resw +++ b/Screenbox/Strings/ro-RO/Resources.resw @@ -738,24 +738,24 @@ Nu s-a putut adăuga folderul - Open album + Deschidere album - Open artist + Deschidere artist - Refresh libraries + Reîmprospătează bibliotecile - Refresh + Reîmprospătare - Use indexer for scanning + Utilizează indexul de sistem pentru scanare - Speed up the library scanning by using the system index when available. Turn this off if you are not seeing all the media from your library locations. + Accelerează scanarea bibliotecii folosind indexul de sistem atunci când este disponibil. Dezactivați această opțiune dacă nu vedeți toate fișierele media din locațiile bibliotecii dvs. - Manage system indexing settings + Gestionați setările de indexare ale sistemului \ No newline at end of file