Initial commit
This commit is contained in:
23
application/Espo/Resources/i18n/sl_SI/Formula.json
Normal file
23
application/Espo/Resources/i18n/sl_SI/Formula.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"labels": {
|
||||
"Check Syntax": "Preverite sintakso",
|
||||
"Run": "Teči"
|
||||
},
|
||||
"fields": {
|
||||
"target": "Tarča",
|
||||
"targetType": "Ciljna vrsta",
|
||||
"script": "Skripta",
|
||||
"output": "Izhod",
|
||||
"error": "Napaka"
|
||||
},
|
||||
"messages": {
|
||||
"runSuccess": "Uspešno izvedeno.",
|
||||
"runError": "Napaka.",
|
||||
"checkSyntaxSuccess": "Sintaksa je pravilna.",
|
||||
"checkSyntaxError": "Sintaksna napaka.",
|
||||
"emptyScript": "Skript je prazen."
|
||||
},
|
||||
"tooltips": {
|
||||
"output": "Natisnite vrednosti s funkcijo `output\\printLine`."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user