Sha256: 2cd8fc1aa4b489a2bc4d148e60d161400bab0f97b4ad87df4acc64e2ee368258

Contents?: true

Size: 1.42 KB

Versions: 2

Compression:

Stored size: 1.42 KB

Contents

en:
  helpers:
      submit:
        importo/import:
          create: "Import"
  importo:
    sheet:
      results:
        name: Results
      explanation:
        name: Explanation
        column: Column
        explanation: Explanation
    imports:
      index:
        title: Import results
      new:
        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:'
        import: Import %{kind}
        import_button: Import
      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.'
    errors:
      structure_invalid: 'The structure is invalid, these are the invalid headers: %{invalid_headers}'
    importers:
      result_message: "Successfully imported %{nr} of %{of} rows"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
importo-2.0.5 config/locales/en.yml
importo-2.0.4 config/locales/en.yml