@agendize/az-i18n 0.0.48 → 0.0.50
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 +59 -0
- package/package.json +1 -1
package/dist/langs/fr.json
CHANGED
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"label": "Description",
|
|
12
12
|
"placeholder": "Saisissez une @.lower:common.field.description.label"
|
|
13
13
|
},
|
|
14
|
+
"emails": {
|
|
15
|
+
"label": "Courriel(s)"
|
|
16
|
+
},
|
|
14
17
|
"email": {
|
|
15
18
|
"label": "Email",
|
|
16
19
|
"placeholder": "Saisissez un @.lower:common.field.email.label"
|
|
@@ -52,6 +55,12 @@
|
|
|
52
55
|
"label": "Téléphone",
|
|
53
56
|
"placeholder": "Saisissez un numéro de téléphone"
|
|
54
57
|
},
|
|
58
|
+
"phones": {
|
|
59
|
+
"label": "Téléphone(s)"
|
|
60
|
+
},
|
|
61
|
+
"fax": {
|
|
62
|
+
"label": "Fax"
|
|
63
|
+
},
|
|
55
64
|
"photo": {
|
|
56
65
|
"label": "Photo",
|
|
57
66
|
"placeholder": "Glisser-déposer une @.lower:common.field.photo.label ou cliquer sur ajouter"
|
|
@@ -84,6 +93,21 @@
|
|
|
84
93
|
},
|
|
85
94
|
"staff-group": {
|
|
86
95
|
"label": "Équipe"
|
|
96
|
+
},
|
|
97
|
+
"birthday": {
|
|
98
|
+
"label": "Date de naissance"
|
|
99
|
+
},
|
|
100
|
+
"gender": {
|
|
101
|
+
"label": "Genre"
|
|
102
|
+
},
|
|
103
|
+
"language": {
|
|
104
|
+
"notification": {
|
|
105
|
+
"label": "Langue de notification"
|
|
106
|
+
},
|
|
107
|
+
"label": "Langue"
|
|
108
|
+
},
|
|
109
|
+
"custom": {
|
|
110
|
+
"label": "Champ custom"
|
|
87
111
|
}
|
|
88
112
|
},
|
|
89
113
|
"action": {
|
|
@@ -118,6 +142,19 @@
|
|
|
118
142
|
"days-with-minutes": "@:common.duration.days @:common.duration.minutes",
|
|
119
143
|
"days-with-hours-and-minutes": "@:common.duration.days @:common.duration.hours @:common.duration.minutes",
|
|
120
144
|
"hours-with-minutes": "@:common.duration.hours @:common.duration.minutes"
|
|
145
|
+
},
|
|
146
|
+
"creation-date": "Créé le {date}",
|
|
147
|
+
"gender-female": "Femme",
|
|
148
|
+
"gender-male": "Homme",
|
|
149
|
+
"language": {
|
|
150
|
+
"fr": "Francais",
|
|
151
|
+
"en": "Anglais",
|
|
152
|
+
"es": "Espagnol",
|
|
153
|
+
"jp": "Japonais",
|
|
154
|
+
"de": "Allemand",
|
|
155
|
+
"pt": "Portugais",
|
|
156
|
+
"nl": "Neerlandais",
|
|
157
|
+
"it": "Italien"
|
|
121
158
|
}
|
|
122
159
|
},
|
|
123
160
|
"agenda": {
|
|
@@ -1138,6 +1175,28 @@
|
|
|
1138
1175
|
"save": "Valider"
|
|
1139
1176
|
}
|
|
1140
1177
|
},
|
|
1178
|
+
"crm": {
|
|
1179
|
+
"client-details": {
|
|
1180
|
+
"tabs": {
|
|
1181
|
+
"resume": "Résumé",
|
|
1182
|
+
"histories": "Historique"
|
|
1183
|
+
},
|
|
1184
|
+
"actions": {
|
|
1185
|
+
"booking": "Prendre RDV",
|
|
1186
|
+
"email": "Email",
|
|
1187
|
+
"call": "Appeler",
|
|
1188
|
+
"add-note": "Ecrire une note"
|
|
1189
|
+
},
|
|
1190
|
+
"resumes": {
|
|
1191
|
+
"client-ref": "Référence client",
|
|
1192
|
+
"company": "Entreprise",
|
|
1193
|
+
"job": "Poste",
|
|
1194
|
+
"contact-info": "Coordonnées",
|
|
1195
|
+
"additionnal-info": "Informations additionnelles",
|
|
1196
|
+
"custom-section": "Section custom"
|
|
1197
|
+
}
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1141
1200
|
"system": {
|
|
1142
1201
|
"fields": {
|
|
1143
1202
|
"optional": "Optionnel",
|