From bc0ba8c1165431fe7261281ce4eaf9973a837bfa Mon Sep 17 00:00:00 2001 From: skajmer <64442855+skajmer@users.noreply.github.com> Date: Mon, 12 Jan 2026 01:48:24 +0100 Subject: [PATCH] Add missing _other strings (#1547) Adds strings that were previously missing --- src/i18n/locales/pl.json | 74 +++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 35 deletions(-) diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json index befa3ce6d..c936f65a3 100644 --- a/src/i18n/locales/pl.json +++ b/src/i18n/locales/pl.json @@ -73,12 +73,14 @@ "delete": "usuń", "cancel": "anuluj", "forceRestartRequired": "zrestartuj aby zastosować zmiany... zamknij powiadomienie aby zrestartować", - "setting": "ustawienie", + "setting": "ustawienia", + "setting_other": "ustawienia", "version": "wersja", "title": "tytuł", "filter_one": "filtr", "filter_few": "filtry", "filter_many": "filtrów", + "filter_other": "filtry", "filters": "filtry", "create": "stwórz", "bitrate": "bitrate", @@ -86,6 +88,7 @@ "action_one": "akcja", "action_few": "akcje", "action_many": "akcji", + "action_other": "akcje", "playerMustBePaused": "odtwarzacz musi być zapauzowany", "confirm": "potwierdź", "resetToDefault": "przywróć do domyślnych", @@ -95,6 +98,7 @@ "channel_one": "kanał", "channel_few": "kanałów", "channel_many": "kanałów", + "channel_other": "kanały", "disable": "wyłącz", "sortOrder": "kolejność", "none": "żaden", @@ -162,62 +166,62 @@ "entity": { "genre_one": "gatunek", "genre_few": "gatunki", - "genre_many": "gatunków", - "artist_one": "wykonawca", - "artist_few": "wykonawców", - "artist_many": "wykonawców", - "albumArtist_one": "wykonawca albumu", - "albumArtist_few": "wykonawców albumów", - "albumArtist_many": "wykonawców albumów", - "albumWithCount_one": "{{count}} album", - "albumWithCount_few": "{{count}} albumy", - "albumWithCount_many": "{{count}} albumów", - "favorite_one": "ulubiony", - "favorite_few": "ulubione", - "favorite_many": "ulubione", - "artistWithCount_one": "{{count}} wykonawca", - "artistWithCount_few": "{{count}} wykonawców", - "artistWithCount_many": "{{count}} wykonawców", - "folder_one": "katalog", - "folder_few": "katalogi", - "folder_many": "katalogów", - "album_one": "album", - "album_few": "albumy", - "album_many": "albumów", + "genre_other": "gatunki", "playlistWithCount_one": "{{count}} playlista", "playlistWithCount_few": "{{count}} playlisty", - "playlistWithCount_many": "{{count}} playlist", + "playlistWithCount_other": "{{count}} playlisty", "playlist_one": "playlista", "playlist_few": "playlisty", - "playlist_many": "playlist", + "playlist_other": "playlisty", + "artist_one": "wykonawca", + "artist_few": "wykonawców", + "artist_other": "wykonawcy", "folderWithCount_one": "{{count}} katalog", "folderWithCount_few": "{{count}} katalogi", - "folderWithCount_many": "{{count}} katalogów", + "folderWithCount_other": "{{count}} katalogów", + "albumArtist_one": "wykonawca albumu", + "albumArtist_few": "wykonawcy albumu", + "albumArtist_other": "wykonawcy albumu", "track_one": "utwór", "track_few": "utwory", - "track_many": "utworów", + "track_other": "utwory", "albumArtistCount_one": "{{count}} wykonawca albumu", "albumArtistCount_few": "{{count}} wykonawców albumu", - "albumArtistCount_many": "{{count}} wykonawców albumu", + "albumArtistCount_other": "{{count}} wykonawców albumu", + "albumWithCount_one": "{{count}} album", + "albumWithCount_few": "{{count}} albumy", + "albumWithCount_other": "{{count}} albumy", + "favorite_one": "ulubiony", + "favorite_few": "ulubione", + "favorite_other": "ulubione", + "artistWithCount_one": "{{count}} wykonawca", + "artistWithCount_few": "{{count}} wykonawców", + "artistWithCount_other": "{{count}} wykonawców", + "folder_one": "katalog", + "folder_few": "katalogi", + "folder_other": "katalogi", "smartPlaylist": "inteligentna $t(entity.playlist_one)", + "album_one": "album", + "album_few": "albumy", + "album_other": "albumy", "genreWithCount_one": "{{count}} gatunek", "genreWithCount_few": "{{count}} gatunki", - "genreWithCount_many": "{{count}} gatunków", + "genreWithCount_other": "{{count}} gatunki", "trackWithCount_one": "{{count}} utwór", "trackWithCount_few": "{{count}} utwory", - "trackWithCount_many": "{{count}} utworów", + "trackWithCount_other": "{{count}} utwory", "play_one": "{{count}} odtworzenie", "play_few": "{{count}} odtworzenia", - "play_many": "{{count}} odtworzeń", + "play_other": "{{count}} odtwarzanie", "song_one": "piosenka", "song_few": "piosenki", - "song_many": "piosenek", + "song_other": "piosenki", "radioStation_one": "stacja radiowa", "radioStation_few": "stacje radiowe", - "radioStation_many": "stacji radiowych", + "radioStation_other": "stacje radiowe", "radioStationWithCount_one": "{{count}} stacja radiowa", - "radioStationWithCount_few": "{{count}} stacje radiowe", - "radioStationWithCount_many": "{{count}} stacji radiowych" + "radioStationWithCount_few": "{{count}} stacji radiowych", + "radioStationWithCount_other": "{{count}} stacji radiowych" }, "error": { "remotePortWarning": "uruchom ponownie serwer aby używać nowego portu",