@agendize/az-i18n 0.0.37 → 0.0.40
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/fr.json +19 -4
- package/package.json +1 -1
package/dist/langs/fr.json
CHANGED
|
@@ -104,7 +104,16 @@
|
|
|
104
104
|
"by-firstName-lastName": "Recherche par @.lower:common.field.lastName.label, @.lower:common.field.firstName.label"
|
|
105
105
|
},
|
|
106
106
|
"title": {
|
|
107
|
-
"warning": "Avertissement"
|
|
107
|
+
"warning": "Avertissement",
|
|
108
|
+
"confirm": "Confirmation ?"
|
|
109
|
+
},
|
|
110
|
+
"modal": {
|
|
111
|
+
"confirm": "Êtes-vous sûr de vouloir continuer ?"
|
|
112
|
+
},
|
|
113
|
+
"duration": {
|
|
114
|
+
"hours": "{hours} heures",
|
|
115
|
+
"hours-with-minutes": "{hours} heures {minutes} minutes",
|
|
116
|
+
"minutes": "{minutes} minutes"
|
|
108
117
|
}
|
|
109
118
|
},
|
|
110
119
|
"agenda": {
|
|
@@ -133,6 +142,7 @@
|
|
|
133
142
|
}
|
|
134
143
|
},
|
|
135
144
|
"details": {
|
|
145
|
+
"title": "Détails du rendez-vous",
|
|
136
146
|
"edit-aria-label": "Modifier le rendez-vous",
|
|
137
147
|
"close-aria-label": "Fermer le détail du rendez-vous",
|
|
138
148
|
"start": "Début",
|
|
@@ -184,7 +194,8 @@
|
|
|
184
194
|
"contact": "Votre client",
|
|
185
195
|
"contact-ref": "Référence",
|
|
186
196
|
"contact-email": "@:common.field.email.label",
|
|
187
|
-
"contact-phone": "Téléphone"
|
|
197
|
+
"contact-phone": "Téléphone",
|
|
198
|
+
"attendees": "Participants"
|
|
188
199
|
},
|
|
189
200
|
"section-additional-data": {
|
|
190
201
|
"title": "Informations complémentaires"
|
|
@@ -305,11 +316,15 @@
|
|
|
305
316
|
"title": "Agendize",
|
|
306
317
|
"calendar": {
|
|
307
318
|
"title": "Calendrier",
|
|
308
|
-
"description": "Gérer vos rendez-vous et planifier votre activité"
|
|
319
|
+
"description": "Gérer vos rendez-vous et planifier votre activité",
|
|
320
|
+
"filter": "Menu principal",
|
|
321
|
+
"filterDescription": "Afficher/Masquer le menu principal"
|
|
309
322
|
},
|
|
310
323
|
"settings": {
|
|
311
324
|
"title": "Paramétrage",
|
|
312
|
-
"description": "Paramétrer votre Agendize en fonction de vos préférences"
|
|
325
|
+
"description": "Paramétrer votre Agendize en fonction de vos préférences",
|
|
326
|
+
"menu": "Menu principal",
|
|
327
|
+
"menuDescription": "Afficher/Masquer le menu principal"
|
|
313
328
|
}
|
|
314
329
|
}
|
|
315
330
|
},
|