Initial commit
This commit is contained in:
43
application/Espo/Resources/i18n/pl_PL/Template.json
Normal file
43
application/Espo/Resources/i18n/pl_PL/Template.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Nazwa",
|
||||
"body": "Treść",
|
||||
"entityType": "Typ jednostki",
|
||||
"header": "Nagłówek",
|
||||
"footer": "Stopka",
|
||||
"leftMargin": "Lewy margines",
|
||||
"topMargin": "Górny margines",
|
||||
"rightMargin": "Prawy margines",
|
||||
"bottomMargin": "Dolny margines",
|
||||
"printFooter": "Drukuj stopkę",
|
||||
"footerPosition": "Pozycja stopki",
|
||||
"variables": "Dostępne symbole zastępcze",
|
||||
"pageOrientation": "Orientacja strony",
|
||||
"pageFormat": "Format papieru",
|
||||
"fontFace": "Czcionka",
|
||||
"pageWidth": "Szerokość strony(mm)",
|
||||
"pageHeight": "Wysokość strony(mm)",
|
||||
"headerPosition": "Pozycja nagłówka"
|
||||
},
|
||||
"labels": {
|
||||
"Create Template": "Utwórz szablon"
|
||||
},
|
||||
"tooltips": {
|
||||
"footer": "Użyj {pageNumber} aby wydrukować numer strony.",
|
||||
"variables": "Skopiuj i wklej potrzebny symbol zastępczy do nagłówka, treści lub stopki."
|
||||
},
|
||||
"options": {
|
||||
"pageOrientation": {
|
||||
"Portrait": "Pionowa",
|
||||
"Landscape": "Poziome"
|
||||
},
|
||||
"placeholders": {
|
||||
"today": "Dzisiaj (data)",
|
||||
"now": "Teraz (data-godzina)",
|
||||
"pagebreak": "Podział strony"
|
||||
},
|
||||
"pageFormat": {
|
||||
"Custom": "Niestandardowe"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user