Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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}',
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 ?",
Philippe Coicadan
committed
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:",
Philippe Coicadan
committed
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',
Philippe Coicadan
committed
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',