mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
eb42a32315
* Translated settings. Added polish option to other languages and in the fronted UI itself. Translated settings to polish * Corrections to the settings. Translated help page * Translated orbit. Made corrections to help and settings * playlists translated * deviceSync translated * search translated * Statistics translated * musicNetwork translated * common translated * player translated * queue translated * albumDetails translated * connection and random mix translated * artistDefails translated * albums translated * smartPlaylists translated * nowPlaying translated. smartPlaylists corrections * sidebar translated * contextMenu translated * translated radio * translated sharePaste * favorites translated * nowPlayingInfo translated * translated home and login * translated artists, genres, licences, migration, mostPlayed, songInfo and tracks * translated changelog, composerDetail, composers, entityRating, folderBrowser, hero, losslessAlbums, luckyMix, miniPlayer, randomAlbums, randomLanding, tray and whatsNew * chore(release): CHANGELOG and credits for Polish locale (PR #1185) * chore(release): mention Polish in 1.49.0 What's New highlights * settings updated with new strings. Deleted old unecessary ones * translated missing translations * Fixed typos * translated missing strings * Added missing translations that appeared in #1186 and #1189
42 lines
1.8 KiB
TypeScript
42 lines
1.8 KiB
TypeScript
export const smartPlaylists = {
|
|
sectionBasic: '1. Podstawowe',
|
|
sectionGenres: '2. Gatunki',
|
|
sectionYearsAndFilters: '3. Lata i filtry',
|
|
genreMode: 'Tryb gatunków',
|
|
genreModeInclude: 'Uwzględnij gatunki',
|
|
genreModeExclude: 'Wyklucz gatunki',
|
|
genreSearchPlaceholder: 'Filtruj gatunki...',
|
|
availableGenres: 'Dostępne',
|
|
selectedGenres: 'Wybrane',
|
|
yearMode: 'Tryb lat',
|
|
yearModeInclude: 'Uwzględnij zakres',
|
|
yearModeExclude: 'Wyklucz zakres',
|
|
name: 'Nazwa (bez prefiksu)',
|
|
limit: 'Limit',
|
|
limitHint: 'Liczba utworów do uwzględnienia w playliście (1-{{max}}, zwykle 50).',
|
|
artistContains: 'Wykonawca zawiera…',
|
|
albumContains: 'Album zawiera…',
|
|
titleContains: 'Tytuł zawiera…',
|
|
minRating: 'Minimalna ocena',
|
|
minRatingAria: 'Minimalna ocena dla playlisty inteligentnej',
|
|
minRatingHint: '0 wyłącza minimalny próg; 1-5 zachowuje utwory o ocenie powyżej wybranego wartości.',
|
|
fromYear: 'Od roku',
|
|
toYear: 'Do roku',
|
|
excludeUnrated: 'Wyklucz nieocenione utwory',
|
|
compilationOnly: 'Tylko kompilacje',
|
|
create: 'Nowa playlista inteligentna',
|
|
save: 'Zapisz playlistę inteligentną',
|
|
created: 'Utworzono {{name}}',
|
|
updated: 'Zaktualizowano {{name}}',
|
|
createFailed: 'Nie udało się utworzyć playlisty inteligentnej.',
|
|
updateFailed: 'Nie udało się zaktualizować playlisty inteligentnej.',
|
|
navidromeOnly: 'Playlisty inteligentne można tworzyć tylko na serwerach Navidrome.',
|
|
loadFailed: 'Nie udało się wczytać playlist inteligentnych z Navidrome.',
|
|
sortRandom: 'Sortowanie: losowo',
|
|
sortTitleAsc: 'Sortowanie: tytuł A-Z',
|
|
sortTitleDesc: 'Sortowanie: tytuł Z-A',
|
|
sortYearDesc: 'Sortowanie: rok malejąco',
|
|
sortYearAsc: 'Sortowanie: rok rosnąco',
|
|
sortPlayCountDesc: 'Sortowanie: liczba odtworzeń malejąco',
|
|
};
|