feat(polish): add missing polish translations (#3197)
This commit is contained in:
parent
fc91bf8781
commit
4525936136
@ -1,4 +1,12 @@
|
|||||||
const pl = {
|
const pl = {
|
||||||
|
auth: {
|
||||||
|
login: 'Zaloguj się',
|
||||||
|
loggingIn: 'Logowanie...',
|
||||||
|
errors: {
|
||||||
|
email: 'Wprowadź swój adres email',
|
||||||
|
password: 'Wprowadź swoje hasło',
|
||||||
|
},
|
||||||
|
},
|
||||||
app: {
|
app: {
|
||||||
header: {
|
header: {
|
||||||
content: 'Treść',
|
content: 'Treść',
|
||||||
@ -46,6 +54,10 @@ const pl = {
|
|||||||
range: '%{fieldLabel} musi być pomiędzy %{minValue} a %{maxValue}.',
|
range: '%{fieldLabel} musi być pomiędzy %{minValue} a %{maxValue}.',
|
||||||
min: '%{fieldLabel} musi być co najmniej %{minValue}.',
|
min: '%{fieldLabel} musi być co najmniej %{minValue}.',
|
||||||
max: '%{fieldLabel} musi być %{maxValue} lub mniej.',
|
max: '%{fieldLabel} musi być %{maxValue} lub mniej.',
|
||||||
|
rangeCount: '%{fieldLabel} musi mieć od %{minCount} do %{maxCount} elementów',
|
||||||
|
rangeCountExact: '%{fieldLabel} musi mieć %{count} elementów',
|
||||||
|
minCount: '%{fieldLabel} musi mieć przynajmniej %{minCount} elementów',
|
||||||
|
maxCount: '%{fieldLabel} może mieć maksymalnie %{maxCount} elementów',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
editor: {
|
editor: {
|
||||||
@ -70,6 +82,7 @@ const pl = {
|
|||||||
publishing: 'Publikowanie...',
|
publishing: 'Publikowanie...',
|
||||||
publish: 'Opublikuj',
|
publish: 'Opublikuj',
|
||||||
published: 'Opublikowane',
|
published: 'Opublikowane',
|
||||||
|
duplicate: 'Zduplikuj',
|
||||||
unpublish: 'Cofnij publikację',
|
unpublish: 'Cofnij publikację',
|
||||||
unpublishing: 'Cofanie publikacji...',
|
unpublishing: 'Cofanie publikacji...',
|
||||||
publishAndCreateNew: 'Opublikuj i dodaj',
|
publishAndCreateNew: 'Opublikuj i dodaj',
|
||||||
@ -94,6 +107,20 @@ const pl = {
|
|||||||
deployButtonLabel: 'Zobacz na żywo',
|
deployButtonLabel: 'Zobacz na żywo',
|
||||||
},
|
},
|
||||||
editorWidgets: {
|
editorWidgets: {
|
||||||
|
markdown: {
|
||||||
|
//richText: 'Edytor wizualny' - I'm not sure about that
|
||||||
|
markdown: 'Markdown',
|
||||||
|
},
|
||||||
|
image: {
|
||||||
|
choose: 'Wybierz zdjęcie',
|
||||||
|
chooseDifferent: 'Zmień zdjęcie',
|
||||||
|
remove: 'Usuń zdjęcie',
|
||||||
|
},
|
||||||
|
file: {
|
||||||
|
choose: 'Wybierz plik',
|
||||||
|
chooseDifferent: 'Wybierz inny plik',
|
||||||
|
remove: 'Usuń plik',
|
||||||
|
},
|
||||||
unknownControl: {
|
unknownControl: {
|
||||||
noControl: "Brak kontrolki dla widżetu '%{widget}'.",
|
noControl: "Brak kontrolki dla widżetu '%{widget}'.",
|
||||||
},
|
},
|
||||||
@ -108,6 +135,7 @@ const pl = {
|
|||||||
},
|
},
|
||||||
mediaLibrary: {
|
mediaLibrary: {
|
||||||
onDelete: 'Czy na pewno chcesz usunąć zaznaczone multimedia?',
|
onDelete: 'Czy na pewno chcesz usunąć zaznaczone multimedia?',
|
||||||
|
fileTooLarge: 'Plik jest za duży.\nUstawiony maksymalny rozmiar pliku: %{size} kB.',
|
||||||
},
|
},
|
||||||
mediaLibraryModal: {
|
mediaLibraryModal: {
|
||||||
loading: 'Ładowanie...',
|
loading: 'Ładowanie...',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user