Initial commit
This commit is contained in:
23
application/Espo/Resources/i18n/uk_UA/Formula.json
Normal file
23
application/Espo/Resources/i18n/uk_UA/Formula.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"labels": {
|
||||
"Check Syntax": "Перевірити синтаксис",
|
||||
"Run": "Виконати"
|
||||
},
|
||||
"fields": {
|
||||
"target": "Ціль",
|
||||
"targetType": "Тип цілі",
|
||||
"script": "Скрипт",
|
||||
"output": "Вихід",
|
||||
"error": "Помилка"
|
||||
},
|
||||
"messages": {
|
||||
"runSuccess": "Виконано успішно.",
|
||||
"runError": "Помилка.",
|
||||
"checkSyntaxSuccess": "Синтаксис правильний.",
|
||||
"checkSyntaxError": "Синтаксична помилка.",
|
||||
"emptyScript": "Скрипт порожній."
|
||||
},
|
||||
"tooltips": {
|
||||
"output": "Вивести значення за допомогою функції `output\\printLine`."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user