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

113 lines
4.5 KiB
JSON

{
"labels": {
"New import with same params": "New import with same params",
"Revert Import": "Revert Import",
"Return to Import": "Return to Import",
"Run Import": "Run Import",
"Back": "Back",
"Field Mapping": "Field Mapping",
"Default Values": "Default Values",
"Add Field": "Add Field",
"Created": "Created",
"Updated": "Updated",
"Result": "Result",
"Show records": "Show records",
"Remove Duplicates": "Remove Duplicates",
"importedCount": "Imported (count)",
"duplicateCount": "Duplicates (count)",
"updatedCount": "Updated (count)",
"Create Only": "Create Only",
"Create and Update": "Create & Update",
"Update Only": "Update Only",
"Update by": "Update by",
"Set as Not Duplicate": "Set as Not Duplicate",
"File (CSV)": "File (CSV)",
"First Row Value": "First Row Value",
"Skip": "Skip",
"Header Row Value": "Header Row Value",
"Field": "Field",
"What to Import?": "What to Import?",
"Entity Type": "Entity Type",
"What to do?": "What to do?",
"Properties": "Properties",
"Header Row": "Header Row",
"Person Name Format": "Person Name Format",
"John Smith": "John Smith",
"Smith John": "Smith John",
"Smith, John": "Smith, John",
"Field Delimiter": "Field Delimiter",
"Date Format": "Date Format",
"Decimal Mark": "Decimal Mark",
"Text Qualifier": "Text Qualifier",
"Time Format": "Time Format",
"Currency": "Currency",
"Preview": "Preview",
"Next": "Next",
"Step 1": "Step 1",
"Step 2": "Step 2",
"Double Quote": "Double Quote",
"Single Quote": "Single Quote",
"Imported": "Imported",
"Duplicates": "Duplicates",
"Skip searching for duplicates": "Skip searching for duplicates",
"Timezone": "Timezone",
"Remove Import Log": "Remove Import Log",
"New Import": "New Import",
"Import Results": "Import Results",
"Run Manually": "Run Manually",
"Silent Mode": "Silent Mode",
"Export": "Export"
},
"messages": {
"importRunning": "Import running...",
"noErrors": "No errors",
"utf8": "Should be UTF-8 encoded",
"duplicatesRemoved": "Duplicates removed",
"inIdle": "Execute in idle (for big data; via cron)",
"revert": "This will remove all imported records permanently.",
"removeDuplicates": "This will permanently remove all imported records that were recognized as duplicates.",
"confirmRevert": "This will remove all imported records permanently. Are you sure?",
"confirmRemoveDuplicates": "This will permanently remove all imported records that were recognized as duplicates. Are you sure?",
"confirmRemoveImportLog" : "This will remove the import log. All imported records will be kept. You won't be able to revert import results. Are you sure?",
"removeImportLog": "This will remove the import log. All imported records will be kept. Use it if you are sure that import is fine."
},
"params": {
"phoneNumberCountry": "Telephone country code"
},
"fields": {
"file": "File",
"entityType": "Entity Type",
"imported": "Imported Records",
"duplicates": "Duplicate Records",
"updated": "Updated Records",
"status": "Status"
},
"links": {
"errors": "Errors"
},
"options": {
"status": {
"Failed": "Failed",
"Standby": "Standby",
"Pending": "Pending",
"In Process": "In Process",
"Complete": "Complete"
},
"personNameFormat": {
"f l": "First Last",
"l f": "Last First",
"f m l": "First Middle Last",
"l f m": "Last First Middle",
"l, f": "Last, First"
}
},
"strings": {
"commandToRun": "Command to run (from CLI)",
"saveAsDefault": "Save as default"
},
"tooltips": {
"manualMode": "If checked, you will need to run import manually from CLI. Command will be shown after setting up the import.",
"silentMode": "A majority of after-save scripts will be skipped, stream notes won't be created. Import will run faster."
}
}