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

24 lines
760 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.
{
"fields": {
"type": "Тип",
"validationFailures": "Ошибки валидации",
"import": "Импорт",
"rowIndex": "Индекс строки",
"exportRowIndex": "Индекс строки экспорта",
"lineNumber": "Номер строки",
"exportLineNumber": "Номер линии экспорта",
"row": "Строка",
"entityType": "Тип объекта"
},
"options": {
"type": {
"Validation": "Валидация",
"Access": "Доступ",
"Not-Found": "Не найдено"
}
},
"tooltips": {
"lineNumber": "Номер строки в исходном CSV.",
"exportLineNumber": "Номер строки в экспортируемом CSV."
}
}