@agendize/az-i18n 0.0.25 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/langs/en.json +52 -0
- package/dist/langs/fr.json +150 -106
- package/package.json +1 -1
package/dist/langs/en.json
CHANGED
|
@@ -156,5 +156,57 @@
|
|
|
156
156
|
"title": "Others agendas",
|
|
157
157
|
"add": "Add agenda"
|
|
158
158
|
}
|
|
159
|
+
},
|
|
160
|
+
"queue": {
|
|
161
|
+
"title": "Queue",
|
|
162
|
+
"working-hours": {
|
|
163
|
+
"open-today": "Open today",
|
|
164
|
+
"closed": "Closed",
|
|
165
|
+
"title": "Opening times"
|
|
166
|
+
},
|
|
167
|
+
"location": {
|
|
168
|
+
"itinerary": "Itinerary"
|
|
169
|
+
},
|
|
170
|
+
"contact": {
|
|
171
|
+
"contact-us": "Contact us",
|
|
172
|
+
"call-us": "Call us",
|
|
173
|
+
"send-message": "Send a message"
|
|
174
|
+
},
|
|
175
|
+
"form": {
|
|
176
|
+
"firstname": {
|
|
177
|
+
"title": "Your first name",
|
|
178
|
+
"placeholder": "Enter @.lower:queue.form.firstname.title"
|
|
179
|
+
},
|
|
180
|
+
"lastname": {
|
|
181
|
+
"title": "Your last name",
|
|
182
|
+
"placeholder": "Enter @.lower:queue.form.lastname.title"
|
|
183
|
+
},
|
|
184
|
+
"phone": {
|
|
185
|
+
"title": "Your mobile phone number",
|
|
186
|
+
"placeholder": "Enter a phone number"
|
|
187
|
+
},
|
|
188
|
+
"submit": "Add me to queue"
|
|
189
|
+
},
|
|
190
|
+
"powered": "Powered by Agendize",
|
|
191
|
+
"waiting": {
|
|
192
|
+
"people": "{nb} peoples",
|
|
193
|
+
"waiting-time": "About {time} minutes of waiting",
|
|
194
|
+
"number-in-queue": "You are number {nb} in the queue",
|
|
195
|
+
"recap": "There are {nb} peoples ahead. Your waiting time is estimate to {time} minutes"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"settings": {
|
|
199
|
+
"common": {
|
|
200
|
+
"day": {
|
|
201
|
+
"monday": "Monday",
|
|
202
|
+
"tuesday": "Tuesday",
|
|
203
|
+
"wednesday": "Wednesday",
|
|
204
|
+
"thursday": "Thursday",
|
|
205
|
+
"friday": "Friday",
|
|
206
|
+
"saturday": "Saturday",
|
|
207
|
+
"sunday": "Sunday",
|
|
208
|
+
"closed": "Closed"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
159
211
|
}
|
|
160
212
|
}
|
package/dist/langs/fr.json
CHANGED
|
@@ -1,4 +1,107 @@
|
|
|
1
1
|
{
|
|
2
|
+
"common": {
|
|
3
|
+
"field": {
|
|
4
|
+
"actif": {
|
|
5
|
+
"label": "Actif"
|
|
6
|
+
},
|
|
7
|
+
"address": {
|
|
8
|
+
"label": "Adresse"
|
|
9
|
+
},
|
|
10
|
+
"description": {
|
|
11
|
+
"label": "Description",
|
|
12
|
+
"placeholder": "Saisissez une @.lower:common.field.description.label"
|
|
13
|
+
},
|
|
14
|
+
"email": {
|
|
15
|
+
"label": "Email",
|
|
16
|
+
"placeholder": "Saisissez un @.lower:common.field.email.label"
|
|
17
|
+
},
|
|
18
|
+
"external-id": {
|
|
19
|
+
"label": "Id externe",
|
|
20
|
+
"placeholder": "Saisissez un id externe",
|
|
21
|
+
"helper": "L'id externe permet de faire le lien avec votre propre système d'information"
|
|
22
|
+
},
|
|
23
|
+
"external-ref": {
|
|
24
|
+
"label": "Référence externe"
|
|
25
|
+
},
|
|
26
|
+
"external-calendars": {
|
|
27
|
+
"label": "Calendriers externes"
|
|
28
|
+
},
|
|
29
|
+
"firstName": {
|
|
30
|
+
"label": "Prénom",
|
|
31
|
+
"placeholder": "Saisissez un @.lower:common.field.firstName.label"
|
|
32
|
+
},
|
|
33
|
+
"icals": {
|
|
34
|
+
"label": "Url du calendrier",
|
|
35
|
+
"placeholder": "Saisissez l'url du calendrier externe"
|
|
36
|
+
},
|
|
37
|
+
"lastName": {
|
|
38
|
+
"label": "Nom",
|
|
39
|
+
"placeholder": "Saisissez un @.lower:common.field.lastName.label"
|
|
40
|
+
},
|
|
41
|
+
"name": {
|
|
42
|
+
"label": "@:common.field.lastName.label"
|
|
43
|
+
},
|
|
44
|
+
"number": {
|
|
45
|
+
"label": "Nombre"
|
|
46
|
+
},
|
|
47
|
+
"parent": {
|
|
48
|
+
"label": "Parent"
|
|
49
|
+
},
|
|
50
|
+
"phone": {
|
|
51
|
+
"label": "Téléphone",
|
|
52
|
+
"placeholder": "Saisissez un numéro de téléphone"
|
|
53
|
+
},
|
|
54
|
+
"photo": {
|
|
55
|
+
"label": "Photo",
|
|
56
|
+
"placeholder": "Glisser-déposer une @.lower:common.field.photo.label ou cliquer sur ajouter"
|
|
57
|
+
},
|
|
58
|
+
"illustration": {
|
|
59
|
+
"label": "Illustration",
|
|
60
|
+
"placeholder": "Glisser-déposer une @.lower:common.field.illustration.label ou cliquer sur ajouter"
|
|
61
|
+
},
|
|
62
|
+
"service": {
|
|
63
|
+
"label": "Service"
|
|
64
|
+
},
|
|
65
|
+
"services": {
|
|
66
|
+
"label": "Services"
|
|
67
|
+
},
|
|
68
|
+
"service-group": {
|
|
69
|
+
"label": "Catégorie"
|
|
70
|
+
},
|
|
71
|
+
"service-groups": {
|
|
72
|
+
"label": "Catégories"
|
|
73
|
+
},
|
|
74
|
+
"staff": {
|
|
75
|
+
"label": "Collaborateur"
|
|
76
|
+
},
|
|
77
|
+
"staffs": {
|
|
78
|
+
"label": "Collaborateurs"
|
|
79
|
+
},
|
|
80
|
+
"staff-groups": {
|
|
81
|
+
"label": "Équipes"
|
|
82
|
+
},
|
|
83
|
+
"staff-group": {
|
|
84
|
+
"label": "Équipe"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"action": {
|
|
88
|
+
"duplicate": "Dupliquer",
|
|
89
|
+
"delete": "Supprimer",
|
|
90
|
+
"confirm": "Confirmer",
|
|
91
|
+
"cancel": "Annuler",
|
|
92
|
+
"back": "Retour",
|
|
93
|
+
"close": "Fermer",
|
|
94
|
+
"save": "Enregistrer"
|
|
95
|
+
},
|
|
96
|
+
"content": {
|
|
97
|
+
"none": "Aucun",
|
|
98
|
+
"none-e": "Aucune"
|
|
99
|
+
},
|
|
100
|
+
"search": {
|
|
101
|
+
"by-name": "Recherche par @.lower:common.field.name.label",
|
|
102
|
+
"by-firstName-lastName": "Recherche par @.lower:common.field.lastName.label, @.lower:common.field.firstName.label"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
2
105
|
"agenda": {
|
|
3
106
|
"appointment": {
|
|
4
107
|
"new": "Nouveau",
|
|
@@ -211,109 +314,6 @@
|
|
|
211
314
|
"before": "Buffer"
|
|
212
315
|
}
|
|
213
316
|
},
|
|
214
|
-
"common": {
|
|
215
|
-
"field": {
|
|
216
|
-
"actif": {
|
|
217
|
-
"label": "Actif"
|
|
218
|
-
},
|
|
219
|
-
"address": {
|
|
220
|
-
"label": "Adresse"
|
|
221
|
-
},
|
|
222
|
-
"description": {
|
|
223
|
-
"label": "Description",
|
|
224
|
-
"placeholder": "Saisissez une @.lower:common.field.description.label"
|
|
225
|
-
},
|
|
226
|
-
"email": {
|
|
227
|
-
"label": "Email",
|
|
228
|
-
"placeholder": "Saisissez un @.lower:common.field.email.label"
|
|
229
|
-
},
|
|
230
|
-
"external-id": {
|
|
231
|
-
"label": "Id externe",
|
|
232
|
-
"placeholder": "Saisissez un id externe",
|
|
233
|
-
"helper": "L'id externe permet de faire le lien avec votre propre système d'information"
|
|
234
|
-
},
|
|
235
|
-
"external-ref": {
|
|
236
|
-
"label": "Référence externe"
|
|
237
|
-
},
|
|
238
|
-
"external-calendars": {
|
|
239
|
-
"label": "Calendriers externes"
|
|
240
|
-
},
|
|
241
|
-
"firstName": {
|
|
242
|
-
"label": "Prénom",
|
|
243
|
-
"placeholder": "Saisissez un @.lower:common.field.firstName.label"
|
|
244
|
-
},
|
|
245
|
-
"icals": {
|
|
246
|
-
"label": "Url du calendrier",
|
|
247
|
-
"placeholder": "Saisissez l'url du calendrier externe"
|
|
248
|
-
},
|
|
249
|
-
"lastName": {
|
|
250
|
-
"label": "Nom",
|
|
251
|
-
"placeholder": "Saisissez un @.lower:common.field.lastName.label"
|
|
252
|
-
},
|
|
253
|
-
"name": {
|
|
254
|
-
"label": "@:common.field.lastName.label"
|
|
255
|
-
},
|
|
256
|
-
"number": {
|
|
257
|
-
"label": "Nombre"
|
|
258
|
-
},
|
|
259
|
-
"parent": {
|
|
260
|
-
"label": "Parent"
|
|
261
|
-
},
|
|
262
|
-
"phone": {
|
|
263
|
-
"label": "Téléphone",
|
|
264
|
-
"placeholder": "Saisissez un numéro de téléphone"
|
|
265
|
-
},
|
|
266
|
-
"photo": {
|
|
267
|
-
"label": "Photo",
|
|
268
|
-
"placeholder": "Glisser-déposer une @.lower:common.field.photo.label ou cliquer sur ajouter"
|
|
269
|
-
},
|
|
270
|
-
"illustration": {
|
|
271
|
-
"label": "Illustration",
|
|
272
|
-
"placeholder": "Glisser-déposer une @.lower:common.field.illustration.label ou cliquer sur ajouter"
|
|
273
|
-
},
|
|
274
|
-
"service": {
|
|
275
|
-
"label": "Service"
|
|
276
|
-
},
|
|
277
|
-
"services": {
|
|
278
|
-
"label": "Services"
|
|
279
|
-
},
|
|
280
|
-
"service-group": {
|
|
281
|
-
"label": "Catégorie"
|
|
282
|
-
},
|
|
283
|
-
"service-groups": {
|
|
284
|
-
"label": "Catégories"
|
|
285
|
-
},
|
|
286
|
-
"staff": {
|
|
287
|
-
"label": "Collaborateur"
|
|
288
|
-
},
|
|
289
|
-
"staffs": {
|
|
290
|
-
"label": "Collaborateurs"
|
|
291
|
-
},
|
|
292
|
-
"staff-groups": {
|
|
293
|
-
"label": "Équipes"
|
|
294
|
-
},
|
|
295
|
-
"staff-group": {
|
|
296
|
-
"label": "Équipe"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
"action": {
|
|
300
|
-
"duplicate": "Dupliquer",
|
|
301
|
-
"delete": "Supprimer",
|
|
302
|
-
"confirm": "Confirmer",
|
|
303
|
-
"cancel": "Annuler",
|
|
304
|
-
"back": "Retour",
|
|
305
|
-
"close": "Fermer",
|
|
306
|
-
"save": "Enregistrer"
|
|
307
|
-
},
|
|
308
|
-
"content": {
|
|
309
|
-
"none": "Aucun",
|
|
310
|
-
"none-e": "Aucune"
|
|
311
|
-
},
|
|
312
|
-
"search": {
|
|
313
|
-
"by-name": "Recherche par @.lower:common.field.name.label",
|
|
314
|
-
"by-firstName-lastName": "Recherche par @.lower:common.field.lastName.label, @.lower:common.field.firstName.label"
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
317
|
"event-booking": {
|
|
318
318
|
"new": "Nouveau rendez-vous",
|
|
319
319
|
"reschedule": "Replanifier",
|
|
@@ -453,6 +453,44 @@
|
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
455
|
},
|
|
456
|
+
"queue": {
|
|
457
|
+
"title": "File d'attente",
|
|
458
|
+
"working-hours": {
|
|
459
|
+
"open-today": "Ouvert aujourd'hui",
|
|
460
|
+
"closed": "Fermée",
|
|
461
|
+
"title": "Les horaires"
|
|
462
|
+
},
|
|
463
|
+
"location": {
|
|
464
|
+
"itinerary": "Itinéraire"
|
|
465
|
+
},
|
|
466
|
+
"contact": {
|
|
467
|
+
"contact-us": "Contactez-nous",
|
|
468
|
+
"call-us": "Appelez-nous",
|
|
469
|
+
"send-message": "Envoyer un message"
|
|
470
|
+
},
|
|
471
|
+
"form": {
|
|
472
|
+
"firstname": {
|
|
473
|
+
"title": "Votre prénom",
|
|
474
|
+
"placeholder": "Saisissez @.lower:queue.form.firstname.title"
|
|
475
|
+
},
|
|
476
|
+
"lastname": {
|
|
477
|
+
"title": "Votre nom",
|
|
478
|
+
"placeholder": "Saisissez @.lower:queue.form.lastname.title"
|
|
479
|
+
},
|
|
480
|
+
"phone": {
|
|
481
|
+
"title": "Votre numéro de téléphone portable",
|
|
482
|
+
"placeholder": "Saisissez un numéro de téléphone"
|
|
483
|
+
},
|
|
484
|
+
"submit": "Ajoutez moi à la file d'attente"
|
|
485
|
+
},
|
|
486
|
+
"powered": "Propulsé par Agendize",
|
|
487
|
+
"waiting": {
|
|
488
|
+
"people": "{nb} personnes",
|
|
489
|
+
"waiting-time": "Environ {time} minutes d'attente",
|
|
490
|
+
"number-in-queue": "Vous êtes le numéro {nb} dans la file d'attente",
|
|
491
|
+
"recap": "Il y a {nb} personnes devant vous. Votre temps d’attente est estimé à {time} minutes"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
456
494
|
"search": {
|
|
457
495
|
"recents": "Recherches récentes",
|
|
458
496
|
"loading": "Loading",
|
|
@@ -515,7 +553,7 @@
|
|
|
515
553
|
"delete-success": "La suppression a bien été effectué"
|
|
516
554
|
},
|
|
517
555
|
"company-details": {
|
|
518
|
-
"title": "Informations
|
|
556
|
+
"title": "Informations générales",
|
|
519
557
|
"save-success": "Les informations de l'entreprise ont bien été enregistrées",
|
|
520
558
|
"name": {
|
|
521
559
|
"label": "@:common.field.name.label",
|
|
@@ -672,6 +710,8 @@
|
|
|
672
710
|
},
|
|
673
711
|
"service-details": {
|
|
674
712
|
"title": "Service",
|
|
713
|
+
"new": "Nouveau service",
|
|
714
|
+
"clone": "Duplication : {name}",
|
|
675
715
|
"save-success": "Les informations du service ont bien été enregistrées",
|
|
676
716
|
"save-error": "Échec lors de l'enregistrement du service",
|
|
677
717
|
"name": {
|
|
@@ -871,7 +911,7 @@
|
|
|
871
911
|
"role": {
|
|
872
912
|
"label": "Rôle",
|
|
873
913
|
"placeholder": "@:common.content.none",
|
|
874
|
-
"helper": "Le rôle permet de définir les droits d’accès et fonctionnalités
|
|
914
|
+
"helper": "Le rôle permet de définir les droits d’accès et fonctionnalités accessibles pour le collaborateur"
|
|
875
915
|
},
|
|
876
916
|
"roles": {
|
|
877
917
|
"none": "@:common.content.none",
|
|
@@ -1027,7 +1067,11 @@
|
|
|
1027
1067
|
},
|
|
1028
1068
|
"book": "Prendre rendez-vous",
|
|
1029
1069
|
"preview": "Prévisualisation",
|
|
1030
|
-
"duration": "{minutes} minutes"
|
|
1070
|
+
"duration": "{minutes} minutes",
|
|
1071
|
+
"error": {
|
|
1072
|
+
"max-user": "Le nombre maximum d'utilisateur est atteint. Merci de vous rapprocher de votre support pour augmenter le seuil",
|
|
1073
|
+
"save-error": "Une erreur a eu lieu lors de la sauvegarde"
|
|
1074
|
+
}
|
|
1031
1075
|
},
|
|
1032
1076
|
"working-hours": {
|
|
1033
1077
|
"title": "Horaires d'ouverture",
|