@agendize/az-i18n 0.0.93 → 0.0.95
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 +11 -5
- package/package.json +1 -1
package/dist/langs/fr.json
CHANGED
|
@@ -220,10 +220,15 @@
|
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
"filter": {
|
|
223
|
-
"
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
223
|
+
"appointment": {
|
|
224
|
+
"title": "Type de rendez-vous",
|
|
225
|
+
"personalFilter": "Rendez-vous personnel",
|
|
226
|
+
"externalFilter": "Rendez-vous externes",
|
|
227
|
+
"cancelledFilter": "Rendez-vous annulés"
|
|
228
|
+
},
|
|
229
|
+
"company": {
|
|
230
|
+
"title": "Établissements"
|
|
231
|
+
}
|
|
227
232
|
},
|
|
228
233
|
"othersAgenda": {
|
|
229
234
|
"title": "Autres agendas",
|
|
@@ -431,7 +436,8 @@
|
|
|
431
436
|
"refuse": "Refuser",
|
|
432
437
|
"save": "Enregistrer",
|
|
433
438
|
"modify": "Modifier",
|
|
434
|
-
"share": "Partager"
|
|
439
|
+
"share": "Partager",
|
|
440
|
+
"download": "Télécharger"
|
|
435
441
|
},
|
|
436
442
|
"content": {
|
|
437
443
|
"none": "Aucun",
|