import.zh-CN.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. en:
  2. admin:
  3. actions:
  4. import:
  5. title: "Import"
  6. menu: "Import"
  7. breadcrumb: "Import"
  8. link: "Import"
  9. bulk_link: "Import"
  10. done: "Imported"
  11. import:
  12. model_fields: "Model fields"
  13. association_fields: "Association fields"
  14. file: "Data file"
  15. missing_file: "You must select a file"
  16. format: "File format"
  17. invalid_format: "Invalid import format."
  18. missing_update_lookup: "Your file must contain a column for the 'Update lookup field' you selected."
  19. invalid_json: "The JSON data should be an array of records or an object with a key '%{root_key}' set to an array of records"
  20. update_if_exists: "Update if exists"
  21. update_lookup: "Update lookup field(s)"
  22. mapping: "mapping"
  23. encoding: "Encoding"
  24. legend:
  25. fields: "Fields to import"
  26. upload: "Upload file"
  27. mapping: "Related fields mapping"
  28. import_success:
  29. create: "Created %{name}"
  30. update: "Updated %{name}"
  31. import_error:
  32. create: "Failed to create %{name}: %{error}"
  33. update: "Failed to update %{name}: %{error}"
  34. general: "Error during import: %{error}"
  35. line_item_limit: "Please limit upload file to %{limit} line items."
  36. old_import_hook: >
  37. The import hook %{model}.%{method} should take only 1 argument.
  38. Data may not imported correctly.
  39. See Upgrading section readme in Rails Admin Import.
  40. association_not_found: "Association not found. %{error}"
  41. help:
  42. model_fields: "The fields above may be included in the import file."
  43. association_fields: >
  44. These fields map to other tables in the database, lookup via attribute selected below.
  45. For "many" associations, you may include multiple columns with the same header in the CSV file.
  46. update_if_exists: "Update records found with the lookup field below instead of creating new records"
  47. file_limit: "Please limit upload file to %{limit} line items."
  48. encoding: "Choose file encoding. Leave empty to auto-detect. Ignored for JSON."