config/locales/en.yml in importo-2.0.5 vs config/locales/en.yml in importo-3.0.9
- old
+ new
@@ -1,33 +1,45 @@
en:
helpers:
- submit:
- importo/import:
- create: "Import"
+ submit:
+ importo/import:
+ create: "Import"
importo:
sheet:
results:
name: Results
explanation:
name: Explanation
column: Column
- explanation: Explanation
+ value: Value
+ explanation: Purpose
+ example: Example
imports:
index:
title: Import results
+ card:
+ importo_imports:
+ title: Import results
+ tab:
+ Imports: Imports
new:
- submit: 'Import'
+ submit: "Import"
title: Import
explanation_html: A CSV or Excel file can be used to import records. The first row should be the column names.<br>If an <b>id</b> is supplied it will update the matching record instead of creating a new one.<br>Download a <a href='%{sample_path}' target='_blank'>sample template</a> with all supported column names and their explanation.
export_html: You can download the currently stored records.<br>Download the <a href='%{export_path}' target='_blank'>current data</a> with all supported columns
- error_explanation: 'The following problems prohibited this import from completing:'
+ error_explanation: "The following problems prohibited this import from completing:"
import: Import %{kind}
import_button: Import
+ card:
+ importo_imports:
+ tab:
+ importo_imports: Imports
create:
flash:
no_file: Import failed, please upload a file.
- error: Import failed, there were problems.
- success: 'Import scheduled with id %{id}, you will get an email with the results.'
+ error: Import failed, there were problems %{error}.
+ success: "Import scheduled with id %{id}, you will get an email with the results."
errors:
- structure_invalid: 'The structure is invalid, these are the invalid headers: %{invalid_headers}'
+ parse_error: "We encountered a parse error: %{error}"
+ structure_invalid: "The structure is invalid, these are the invalid headers: %{invalid_headers}"
importers:
result_message: "Successfully imported %{nr} of %{of} rows"