diff --git a/front/src/locales/pl.json b/front/src/locales/pl.json index 05618a20e..0edf29fe6 100644 --- a/front/src/locales/pl.json +++ b/front/src/locales/pl.json @@ -3122,6 +3122,27 @@ } }, "views": { + "ChooseInstance": { + "button": { + "submit": "Prześlij" + }, + "header": { + "chooseInstance": "Wybierz instancję", + "failure": "Nie można połączyć się z podanym adresem URL", + "suggestions": "Polecane" + }, + "help": { + "notFunkwhaleServer": "Pod podanym adresem nie ma instancji Funkwhale", + "selectPod": "Aby kontynuować proszę wybrać instancję Funkwhale do której chcesz się połączyć. Wpisz bezpośrednio adres albo wybierz jedną z sugerowanych opcji.", + "serverDown": "Serwer może być niedostępny" + }, + "label": { + "url": "Adres URL instancji" + }, + "message": { + "newUrl": "Używasz teraz instancji Funkwhale pod adresem { url }" + } + }, "Notifications": { "button": { "read": "Oznacz wszystko jako przeczytane", @@ -4486,27 +4507,6 @@ }, "title": "Stacja radiowa" } - }, - "ChooseInstance": { - "button": { - "submit": "Prześlij" - }, - "header": { - "chooseInstance": "Wybierz instancję", - "failure": "Nie można połączyć się z podanym adresem URL", - "suggestions": "Polecane" - }, - "help": { - "notFunkwhaleServer": "Pod podanym adresem nie ma instancji Funkwhale", - "selectPod": "Aby kontynuować proszę wybrać instancję Funkwhale do której chcesz się połączyć. Wpisz bezpośrednio adres albo wybierz jedną z sugerowanych opcji.", - "serverDown": "Serwer może być niedostępny" - }, - "label": { - "url": "Adres URL instancji" - }, - "message": { - "newUrl": "Używasz teraz instancji Funkwhale pod adresem { url }" - } } } }