Initial commit
This commit is contained in:
23
application/Espo/Resources/i18n/ru_RU/Formula.json
Normal file
23
application/Espo/Resources/i18n/ru_RU/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