Files
espocrm/application/Espo/Resources/i18n/ru_RU/Formula.json
2026-01-19 17:46:06 +01:00

23 lines
709 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"labels": {
"Check Syntax": "Проверка синтаксиса",
"Run": "Запустить"
},
"fields": {
"target": "Цель",
"targetType": "Тип цели",
"script": "Сценарий",
"output": "Выход",
"error": "Ошибка"
},
"messages": {
"runSuccess": "Выполнено успешно.",
"runError": "Ошибка.",
"checkSyntaxSuccess": "Синтаксис правильный.",
"checkSyntaxError": "Синтаксическая ошибка.",
"emptyScript": "Сценарий пуст."
},
"tooltips": {
"output": "Выведите значения с помощью функции `output\\printLine`."
}
}