Newer
Older
{
"words": {
"username": "Username",
"password": "Password",
"firstname": "First name",
"lastname": "Last name",
"email": "E-mail address",
"phone": "Phone number",
"login": "Log in",
"logout": "Log out",
"validate": "Validate",
"cancel": "Cancel",
"retry": "Retry",
"accept": "Accept",
"decline": "Decline",
"save": "Save",
"goBack": "Go back",
"as": "as"
},
"errors": {
"required": "This field is required",
"email": "Please enter a valid email address",
"confirmPassword": "Passwords must be identical",
"regexPassword": "Your password must be at least 8 characters long, including at least 1 upper case, 1 lower case and 1 number. You can use the followings specials characters : $ & + , : ; = ? # | ' < > . ^ * ( ) % ! -"
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
},
"messages": {
"error": "An error has occured.",
"loginError": "Incorrect username and/or password",
"password": {
"success": "Your password has been changed."
},
"reinitPwdRequest": {
"success": "An e-mail has been sent to your mailbox to reset your password.",
"error": "No account found for this e-mail address."
},
"reinitPwdConfirm": {
"success": "Your password has been successfully reset. You will be redirected to the login page.",
"error": "Your token has expired. You must request a new one to change your password."
}
},
"multiselect": {
"noResult": "No results found",
"noOptions": "Enter the first characters..."
},
"importImage": {
"logo": "Add a logo",
"image": "Add an image",
"placeholder": "Upload file"
},
"organisationCreation": {
"title": "Create a new organisation",
"form": {
"name": "Organisation name",
"nameHelp": "Spelled out the entire name",
"acronym": "Acronym",
"siret": "Identification number",
"type": "Organisation type",
"typePlaceholder": "Select a type",
"logo": "Organisation logo",
"logoHelp": "Import a logo either in JPG or PNG format (maximum size: 2 MB)",
"web": "Website",
"phone": "Phone number",
"address": "Address",
"description": "Organisation description",
"group": {
"title": "Add this organisation to groups of organisations",
"help": "Adding this organisation to an organisation group will provide access to the data and data collections associated with that organisation group.",
"placeholder": "Add this organisation to groups of organisations"
}
}
},
"signin": {
"title": "Enter your {org} credentials",
"forgottenpassword": "Forgot your password",
"noaccount": "No account yet",
"warning": "You already had a {org} account and this is your first connection to the new platform? If so, for RGPD compliance reasons, you need to regenerate your password via the « Forgot your password? » link below. Please enter the email address linked to your {org} account. If you encounter a problem, please contact us at the following email address "
},
"forgottenPassword": {
"title": "Reset your password",
"message": "Please enter your account email address",
"placeholder": "Email address",
"confirmationButton": "Send reinitialization email"
},
"reinitPassword": {
"title": "Set a new Password",
"newLabel": "New password",
"confirmLabel": "Confirm password",
"passwordHelp": [
"Your password must be different from your personal information.",
"Your password must contain at least 8 characters.",
"Your password cannot be a commonly used password.",
"Your password cannot be entirely numerical."
]
},
"signup": {
"title": "New account",
"subtitle": "Request an account",
"secondTitle": "A confirmation e-mail will be sent to your address",
"form": {
"personalDetails": {
"title": "Your personal details",
"reason": "Reason for registration"
},
"loginDetails": {
"title": "Your login details",
"usernameHelp": "The username is automatically generated from the first letter of your firstname and your lastname. It cannot be changed.",
"passwordHelp": [
"Your password must be different from your personal information.",
"Your password must contain at least 8 characters.",
"Your password cannot be a commonly used password.",
"Your password cannot be entirely numerical."
]
},
"organisation": {
"title": "Organisation",
"subtitle": "Select your organisation from the list below.",
"placeholder": "Search for an organisation...",
"noOptions": "Enter an organisation's first characters to start the search",
"help": {
"text": "If you can't find it on the list, you can",
"link": " specify a new organisation."
}
}
}
},
"signupSuccess": {
"message": [
"A confirmation e-mail has just been sent to the address indicated on the form.",
"Please follow given instructions to finalize your account creation."
]
},
"signout": {
"message": "You are now logged out.",
"toSignIn": "Go to login page"
},
"signoutFailed": {
"message": "An error occurred during signout."
},
"termsOfUse": {
"error": "An error has occurred. Please contact the site administrator.",
"download": "Download terms of use"
},
"profile": {
"title": "Existing account",
"subtitle": "Edit your account informations",
"form": {
"personalDetails": {
"title": "Your personal details",
"reason": "Reason for registration",
"organisation": {
"label": "Organisation(s)/Group(s)",
"noOrganisation": "You are not affiliated with any organisation.",
"help": "For any modification request, please contact"
}
},
"emailChange": {
"title": "Change your email address",
"label": "New email address",
"help": "You can request a change of your email address by entering a new address. A confirmation link will be sent to the new address."
},
"passwordChange": {
"title": "Change your password",
"oldLabel": "Old password",
"oldPlaceholder": "Old password",
"newLabel": "New password",
"newPlaceholder": "New password",
"confirmPlaceholder": "Confirm password",
"passwordHelp": [
"Your password must be different from your personal information.",
"Your password must contain at least 8 characters.",
"Your password cannot be a commonly used password.",
"Your password cannot be entirely numerical."
]
}
},
"personalDataExport": {
"title": "Personal data export",
"newDemand": "New request for export of personal data"
}
},
"validationEmail": {
"message": "Your new email address has been validated.",
"goToLogin": "Go to login",
"error": "An error has occurred. Please contact the site administrator."
},
"validationRegistration": {
"messages": {
"success": [
"Thank you for your registration.",
"You will receive a notification when your account is enabled by the platform administrator."
],
"error": "An error has occurred. Please contact the site administrator."
},
"confirmation": "To confirm your registration",
"clickHere": "Click here"
},
"footer": "Powered by",
"403": "Access Denied",
"notFound": {
"title": "Page not found",
"text": "The page you are trying to access doesn't exist."
}