@agendize/az-i18n 0.0.45 → 0.0.46
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 +8 -1
- package/package.json +1 -1
package/dist/langs/fr.json
CHANGED
|
@@ -157,6 +157,13 @@
|
|
|
157
157
|
"phone": "Appeler le client"
|
|
158
158
|
},
|
|
159
159
|
"actions": {
|
|
160
|
+
"tooltip": {
|
|
161
|
+
"form": "Afficher les détails du rendez-vous",
|
|
162
|
+
"no-show": "@:agenda.appointment.details.actions.noShow.0",
|
|
163
|
+
"completed": "@:agenda.appointment.details.actions.completed.0",
|
|
164
|
+
"inProgress": "@:agenda.appointment.details.actions.inProgress.0",
|
|
165
|
+
"cancelled": "@:agenda.appointment.details.actions.cancelled.0"
|
|
166
|
+
},
|
|
160
167
|
"messages": {
|
|
161
168
|
"confirm": "Confirmer le changement de status : "
|
|
162
169
|
},
|
|
@@ -956,7 +963,7 @@
|
|
|
956
963
|
"none": "@:common.content.none",
|
|
957
964
|
"reader": "Lecteur",
|
|
958
965
|
"scheduler": "Planificateur",
|
|
959
|
-
"administrator": "
|
|
966
|
+
"administrator": "Administrateur"
|
|
960
967
|
},
|
|
961
968
|
"external-calendars": "@:common.field.external-calendars.label",
|
|
962
969
|
"icals": {
|