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

25 lines
688 B
JSON

{
"fields": {
"type": "Type",
"validationFailures": "Validation Failures",
"import": "Import",
"rowIndex": "Row Index",
"exportRowIndex": "Export Row Index",
"lineNumber": "Line Number",
"exportLineNumber": "Export Line Number",
"row": "Row",
"entityType": "Entity Type"
},
"options": {
"type": {
"Validation": "Validation",
"Access": "Access",
"Not-Found": "Not-Found"
}
},
"tooltips": {
"lineNumber": "A line number in the original CSV.",
"exportLineNumber": "A line number in the export CSV."
}
}