Initial commit
This commit is contained in:
24
application/Espo/Resources/i18n/en_US/ImportError.json
Normal file
24
application/Espo/Resources/i18n/en_US/ImportError.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user