import englishMessages from 'ra-language-english'; export const en = { ...englishMessages, resources: { settings: { name: 'Setting |||| Settings' }, password: { name: 'Password |||| Passwords' }, domains: { name: 'Domain |||| Domains' }, trash: { name: 'Trash' }, languages: { name: 'Language |||| Languages' }, apps : { name: 'Application |||| Applications' }, users: { name: 'User |||| Users' }, appusers: { name: 'Application User |||| Application Users' }, appdomains: { name: 'Application Domain |||| Application Domains' }, models: { name: 'Data Model |||| Data Models' }, translations: { name: 'Translation |||| Translations' } }, arolios: { true: 'Yes', false: 'No', domain: 'Domain', domain_name: 'Domain name', category: 'Category', name: 'Name', description: 'Description', classes: 'Classes', associations: 'Associations', home: 'Home', help: 'Help', import: 'Import', import_success: 'File %{title} imported successfully', export: 'Export', translations: 'Translations', is_abstract: "Is abstract", identifier: 'Identifier', show: 'Show', properties: 'Properties', model_loading: 'Data model loading', translation_loading: 'Translations loading', data_loading: 'Data loading', delete_confirm_title: 'Delete %{name}', classifier: 'Classifier', list_of: '%{type}: List of items', instance_of: 'Item of %{type}', trash_contents: "Trash contents", empty_trash: "Empty the trash", empty_trash_success: "Trash emptied successfully", empty_trash_error: "Error while emptying the trash : %{message}", recover: "Recover", recover_success: "Item(s) recovered successfully", recover_error: "Error while recovering item(s): %{message}", eliminate: "Delete", eliminate_title: "Delete definitively", eliminate_confirm_msg: "You will not be able to recover this item. Are you sure ?", empty_trash_title: "Delete definitively the items contained in the trash", empty_trash_confirm_msg: "You will not be able to recover the items contained in the trash. Are you sure ?", code: "Code", requested_language: "Requested language", version: "Version", about: "About", all_rights_reserved: "All rights reserved", trademark_registered: "is a trademark registered in France", webui_purpose: "is an user interface software running in a web navigator and using the AROLIOS API by the communication protocol HTTP", license_intro: "is a free software licensed under the terms of the MIT license, see below:", source_link: "Source link:", framework: "uses the React framework:", data_export: "Data export", export_query: "Export query", export_params: "Export query parameters", export_success: "Data exported successfully", app_name: "Application name", appconfig_loading: 'App configuration loading', appconfig: 'App configuration', user_role: 'User role', user_identifier: 'Identifier', confirm_password: 'Confirm password', user_roles: { no: 'No role', reader: 'Reader', producer: 'Producer', admin: 'Administrator' }, password_not_identical: 'The passwords are not identical', change_password: 'Change password', current_password: 'Current password', new_password: 'New password', password_updated: 'password updated', settings_updated: 'settings updated', value: 'Value' }, }