@agendize/az-i18n 0.0.21 → 0.0.22

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.
Files changed (2) hide show
  1. package/dist/langs/fr.json +48 -0
  2. package/package.json +1 -1
@@ -304,6 +304,54 @@
304
304
  "by-firstName-lastName": "Recherche par @.lower:common.field.lastName.label, @.lower:common.field.firstName.label"
305
305
  }
306
306
  },
307
+ "event-booking": {
308
+ "new": "Nouveau rendez-vous",
309
+ "reschedule": "Replanifier",
310
+ "subject": "Sujet",
311
+ "date": "Horaires",
312
+ "timeZone": "Fuseau horaire",
313
+ "allDay": "Journée entière",
314
+ "recurrent": {
315
+ "once": "Une fois"
316
+ },
317
+ "company": "Entreprise",
318
+ "searchCompany": "Rechercher une entreprise",
319
+ "service": "@:common.field.service.label",
320
+ "searchService": "Rechercher un service",
321
+ "staff": "@:common.field.staff.label",
322
+ "searchStaff": "Rechercher un équipier",
323
+ "contact": {
324
+ "title": "Contact",
325
+ "save": "@:common.action.save",
326
+ "search": "Rechercher un contact",
327
+ "create": "Créer un nouveau contact",
328
+ "createTitle": "Ajouter un contact",
329
+ "createDescription": "Ajouter un contact à votre base de contact en saisissant ses informations personnelles.",
330
+ "firstName": {
331
+ "label": "@:common.field.firstName.label",
332
+ "placeholder": "@:common.field.firstName.placeholder"
333
+ },
334
+ "lastName": {
335
+ "label": "@:common.field.lastName.label",
336
+ "placeholder": "@:common.field.lastName.placeholder"
337
+ },
338
+ "email": {
339
+ "label": "@:common.field.email.label",
340
+ "placeholder": "@:common.field.email.placeholder"
341
+ },
342
+ "phone": {
343
+ "label": "Téléphone",
344
+ "placeholder": "@:common.field.phone.placeholder"
345
+ }
346
+ },
347
+ "note": {
348
+ "label": "Note du rendez-vous",
349
+ "placeholder": "Saisissez une note de rendez-vous"
350
+ },
351
+ "save": "@:common.action.save",
352
+ "back": "@:common.action.back,",
353
+ "close": "@:common.action.close"
354
+ },
307
355
  "search": {
308
356
  "recents": "Recherches récentes",
309
357
  "loading": "Loading",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agendize/az-i18n",
3
3
  "private": false,
4
- "version": "0.0.21",
4
+ "version": "0.0.22",
5
5
  "description": "Agendize i18n",
6
6
  "keywords": [
7
7
  "agendize",