@agendize/az-i18n 0.0.13 → 0.0.16
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 +6 -6
- package/package.json +1 -1
package/dist/langs/fr.json
CHANGED
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
}
|
|
458
458
|
},
|
|
459
459
|
"serviceGroups": {
|
|
460
|
-
"title": "@:common.field.
|
|
460
|
+
"title": "@:common.field.service-groups.label",
|
|
461
461
|
"new": "Nouvelle catégorie",
|
|
462
462
|
"duplicate": "@:common.action.duplicate",
|
|
463
463
|
"delete": "@:common.action.delete",
|
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
"placeholder": "Saisissez un @.lower:common.field.lastName.label"
|
|
785
785
|
},
|
|
786
786
|
"name": {
|
|
787
|
-
"label": "@:common.field.lastName"
|
|
787
|
+
"label": "@:common.field.lastName.label"
|
|
788
788
|
},
|
|
789
789
|
"number": {
|
|
790
790
|
"label": "Nombre"
|
|
@@ -794,11 +794,11 @@
|
|
|
794
794
|
},
|
|
795
795
|
"photo": {
|
|
796
796
|
"label": "Photo",
|
|
797
|
-
"placeholder": "Glisser-déposer
|
|
797
|
+
"placeholder": "Glisser-déposer une @.lower:common.field.photo.label ou cliquer sur ajouter"
|
|
798
798
|
},
|
|
799
799
|
"illustration": {
|
|
800
800
|
"label": "Illustration",
|
|
801
|
-
"placeholder": "Glisser-déposer
|
|
801
|
+
"placeholder": "Glisser-déposer une @.lower:common.field.illustration.label ou cliquer sur ajouter"
|
|
802
802
|
},
|
|
803
803
|
"services": {
|
|
804
804
|
"label": "Services"
|
|
@@ -828,8 +828,8 @@
|
|
|
828
828
|
"none-e": "Aucune"
|
|
829
829
|
},
|
|
830
830
|
"search": {
|
|
831
|
-
"by-name": "Recherche par @.lower:common.field.name",
|
|
832
|
-
"by-firstName-lastName": "Recherche par @.lower:common.field.lastName, @.lower:common.field.firstName"
|
|
831
|
+
"by-name": "Recherche par @.lower:common.field.name.label",
|
|
832
|
+
"by-firstName-lastName": "Recherche par @.lower:common.field.lastName.label, @.lower:common.field.firstName.label"
|
|
833
833
|
}
|
|
834
834
|
}
|
|
835
835
|
}
|