en: para: flash: shared: create: success: "%{model} created" error: "Could not create %{model}" update: success: "%{model} updated" error: "Could not update %{model}" destroy: success: "%{model} deleted" error: "Could not delete %{model}" clone: success: "%{model} cloned" error: "Could not clone %{model}" jobs: para/importer/base: progressing: "The file is being imported, please wait a few moments ..." success: "The import of the file was successfully completed" success_with_errors: | The import of the file was done, but some lines were not taken into account due to errors : other_errors: "
And %{count} others errors ..." error: "The selected file contains errors and could not be imported" para/exporter/base: progressing: "The file is being exported, please wait a few moments ..." success: "The export file was generated, its download will start ..." error: "Error generating the export file ..." admin: title: Administration brand: "Administration" toggle_navigation: "Open navigation" back_to_app: "Back to app" sign_out: "Sign out" confirmation: shared: destroy: 'Are you sure that you want to delete %{model} ?' component: create: "Create a component" add: "Add a component" none_created: "No components created for now ..." crud: name: "Resources list" singleton_resource: name: "Resource form" dashboard: title: "Dashboard" statcard: ressources_count: "Number of entries : %{count}" component_form_ressource: "See page" component_section: add: "Add a component section" edit: 'Edit section' destroy: 'Delete section' actions: "Actions" form: shared: new: title: "Create new %{model}" nested: name: "Name" add: "Add" remove: "Remove" new: "New" multi_select: available: title: "Available" no_items: "Search for items with the search bar above" add_all: "Add all" already_selected: "Add" selected: title: "Add" no_items: "Use the search form on the left to add items." remove_all: "Remove all" list: search_title: "Search" delete_confirmation: "Are you sure that you want to delete this item ?" no_results: "No results found, please try with other criterions" empty: "The list is empty" export: name: "Export %{name}" as: "Exporting (.%{extension})" import: name: Import select: "Select file" change: "Change file" help_text: | Select an Excel file (.xls, .xlsx) ou CSV (.csv) to import and click the "Importing" button. placeholder: File format ( .csv .xlsx ) row_error_prefix: "Line %{number} :" shared: save: "Save" cancel: "Cancel" add: "Create" search: "Search" save_and_edit: "Save and edit" save_and_add_another_button: "Save and create a other" destroy: "Destroy" edit: "Edit" copy: "Duplicate" close: "Close" types: boolean: "true": "Yes" "false": "No" admin: breadcrumbs: home: "Dashboard" activerecord: errors: relation_length_is_smaller: "must contain at least %{minimum} elements" relation_length_is_greater: "must contain at most %{minimum} elements" models: para/component/base: one: "Component" other: "Components" para/component/crud: one: "Resource listing" other: "Resource listings" para/component/singleton_resource: one: "Resource form" other: "Resource forms" attributes: para/component/base: name: "Title" type: "Type" model_type: "Resource" namespaced: "Only list component's resources" activemodel: models: settings_rails/form: one: "Configuration" other: "Configuration" para/exporter/base: one: "Export of data" other: "Exports of data" helpers: page_entries_info: number_per_page: Number of entries per page one_page: display_entries: zero: "No entries found" one: "Display of entries 1 - 1 to 1 in total" other: "Display of entries 1 - %{count} to %{count} in total" more_pages: display_entries: "Display of entries %{first} - %{last} to %{total} in total"