@agendize/az-i18n 0.0.98-test01 → 0.0.98-test02
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 +1 -3
- package/package.json +1 -1
package/dist/langs/fr.json
CHANGED
|
@@ -250,9 +250,7 @@
|
|
|
250
250
|
"notification": {
|
|
251
251
|
"title": "Notifications ({nb})",
|
|
252
252
|
"event": {
|
|
253
|
-
"content": "<b>{client}</b> a pris un nouveau rendez-vous avec <b>{staff}</b> pour le service <b>{service}</b> de <b>{company}</b> le <b>{
|
|
254
|
-
"content2": "{client} a pris un nouveau rendez-vous avec {staff} pour le service {service}.",
|
|
255
|
-
"content3": "<b>{client}</b> a pris un nouveau rendez-vous avec {staff} pour le service {service}.",
|
|
253
|
+
"content": "<b>{client}</b> a pris un nouveau rendez-vous avec <b>{staff}</b> pour le service <b>{service}</b> de <b>{company}</b> le <b>{startDate}</b> à <b>{startHours}</b>.",
|
|
256
254
|
"accepted": "@:agenda.appointment.details.actions.accepted.4",
|
|
257
255
|
"declined": "@:agenda.appointment.details.actions.declined.4",
|
|
258
256
|
"accepte-error": "Une erreur a eu lieu lors de l'acceptation",
|