Files
Psychotoxical-psysonic/src/locales/pl/login.ts
T
Hive Mind eb42a32315 feat(i18n): add Polish (pl) translation (#1185)
* 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
2026-06-25 21:32:52 +03:00

23 lines
891 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const login = {
subtitle: 'Twój odtwarzacz desktopowy dla Navidrome',
serverName: 'Nazwa serwera (opcjonalna)',
serverNamePlaceholder: 'Mój Navidrome',
serverUrl: 'URL serwera',
serverUrlPlaceholder: '192.168.1.100:4533 lub https://music.example.com',
username: 'Nazwa użytkownika',
usernamePlaceholder: 'administrator',
password: 'Hasło',
showPassword: 'Pokaż hasło',
hidePassword: 'Ukryj hasło',
connect: 'Połącz',
connecting: 'Łączenie…',
connected: 'Połączono!',
error: 'Połączenie nie powiodło się sprawdź wprowadzone dane.',
urlRequired: 'Wprowadź adres URL serwera.',
savedServers: 'Zapisane serwery',
addNew: 'Lub dodaj nowy serwer',
orMagicString: 'Lub Magic String',
magicStringPlaceholder: 'Wklej ciąg udostępniania (psysonic1-…)',
magicStringInvalid: 'Nieprawidłowy albo nieczytelny Magic String.',
};