Initial commit
This commit is contained in:
36
application/Espo/Resources/i18n/sk_SK/Template.json
Normal file
36
application/Espo/Resources/i18n/sk_SK/Template.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Názov",
|
||||
"body": "Telo",
|
||||
"entityType": "Typ entity",
|
||||
"header": "Hlavička",
|
||||
"footer": "Päta",
|
||||
"leftMargin": "Ľavý okraj",
|
||||
"topMargin": "Horný okraj",
|
||||
"rightMargin": "Pravý okraj",
|
||||
"bottomMargin": "Spodný okraj",
|
||||
"printFooter": "Tlačiť pätu",
|
||||
"footerPosition": "Pozícia päty",
|
||||
"variables": "Dostupné náhrady",
|
||||
"pageOrientation": "Orientácia stránky",
|
||||
"pageFormat": "Formát papiera",
|
||||
"fontFace": "Písmo"
|
||||
},
|
||||
"labels": {
|
||||
"Create Template": "Vytvoriť šablónu"
|
||||
},
|
||||
"tooltips": {
|
||||
"footer": "Použiť {pageNumber} na tlač čísla strany.",
|
||||
"variables": "Nakopírujte požadovanú náhradu do hlavičky, tela a päty."
|
||||
},
|
||||
"options": {
|
||||
"pageOrientation": {
|
||||
"Portrait": "Na výšku",
|
||||
"Landscape": "Na šírku"
|
||||
},
|
||||
"placeholders": {
|
||||
"today": "Dnes (dátum)",
|
||||
"now": "Teraz (dátum a čas)"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user