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

23 lines
735 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`."
}
}