@identitybuilding/idb-react-translations 0.5.75 → 0.5.77
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/Translate.js +2 -1
- package/dist/translations/Backoffice.js +2 -1
- package/dist/translations/Contact.js +106 -53
- package/dist/translations/CustomerInfo.js +719 -1020
- package/dist/translations/Enterprise.js +98 -56
- package/dist/translations/Errors.js +10 -5
- package/dist/translations/Filter.js +30 -15
- package/dist/translations/General.js +478 -239
- package/dist/translations/Greetings.js +10 -5
- package/dist/translations/Login.js +147 -81
- package/dist/translations/MapData.js +151 -86
- package/dist/translations/OpeningHours.js +110 -55
- package/dist/translations/Policy.js +108 -48
- package/dist/translations/Projects.js +11 -7
- package/dist/translations/Responses.js +16 -8
- package/dist/translations/SearchBar.js +16 -9
- package/dist/translations/SocialMedia.js +48 -24
- package/dist/translations/User.js +12 -6
- package/dist/translations/WeCare.js +183 -87
- package/package.json +46 -46
package/dist/Translate.js
CHANGED
|
@@ -54,7 +54,8 @@ var translations = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_obje
|
|
|
54
54
|
"default": {
|
|
55
55
|
nl: "Geen vertaling gevonden",
|
|
56
56
|
fr: "Il n'y a pas de traduction",
|
|
57
|
-
en: "No translation found"
|
|
57
|
+
en: "No translation found",
|
|
58
|
+
de: "Keine Übersetzung gefunden"
|
|
58
59
|
}
|
|
59
60
|
}, _Contact["default"]), _Enterprise["default"]), _Errors["default"]), _Filter["default"]), _General["default"]), _Greetings["default"]), _Login["default"]), _MapData["default"]), _OpeningHours["default"]), _Policy["default"]), _Projects["default"]), _Responses["default"]), _SearchBar["default"]), _SocialMedia["default"]), _User["default"]), _WeCare["default"]), _CustomerInfo["default"]), _Backoffice["default"]); // 3. User can now access his translation
|
|
60
61
|
// by just giving key and language
|
|
@@ -14,251 +14,304 @@ var Contact = (_Contact = {
|
|
|
14
14
|
contacts: {
|
|
15
15
|
nl: "Contactpersonen",
|
|
16
16
|
fr: "Les contacts",
|
|
17
|
-
en: "Contacts"
|
|
17
|
+
en: "Contacts",
|
|
18
|
+
de: "Kontakte"
|
|
18
19
|
},
|
|
19
20
|
reason_of_contact: {
|
|
20
21
|
nl: "Reden van contact",
|
|
21
22
|
fr: "Motif du contact",
|
|
22
|
-
en: "Reason of contact"
|
|
23
|
+
en: "Reason of contact",
|
|
24
|
+
de: "Kontaktgrund"
|
|
23
25
|
},
|
|
24
26
|
contact_message: {
|
|
25
27
|
nl: "Uw bericht",
|
|
26
28
|
fr: "Votre message",
|
|
27
|
-
en: "Your message"
|
|
29
|
+
en: "Your message",
|
|
30
|
+
de: "Ihre Nachricht"
|
|
28
31
|
},
|
|
29
32
|
make_appointment: {
|
|
30
33
|
nl: 'Maak een afspraak',
|
|
31
34
|
fr: 'Rendez-vous',
|
|
32
|
-
en: 'Make an appointment'
|
|
35
|
+
en: 'Make an appointment',
|
|
36
|
+
de: 'Einen Termin vereinbaren'
|
|
33
37
|
},
|
|
34
38
|
send: {
|
|
35
39
|
nl: "Email verzenden",
|
|
36
40
|
fr: "Envoyer email",
|
|
37
|
-
en: "Send email"
|
|
41
|
+
en: "Send email",
|
|
42
|
+
de: "E-Mail senden"
|
|
38
43
|
},
|
|
39
44
|
copy_email: {
|
|
40
45
|
nl: "U ontvangt een kopie van deze e-mail",
|
|
41
46
|
fr: "Vous recevrez une copie de cet e-mail",
|
|
42
|
-
en: "You will receive a copy of this email"
|
|
47
|
+
en: "You will receive a copy of this email",
|
|
48
|
+
de: "Sie erhalten eine Kopie dieser E-Mail"
|
|
43
49
|
},
|
|
44
50
|
contactInfoEnterprise: {
|
|
45
51
|
nl: "Contact informatie onderneming",
|
|
46
52
|
fr: "Information contact d'entreprise",
|
|
47
|
-
en: "Enterprise contact information"
|
|
53
|
+
en: "Enterprise contact information",
|
|
54
|
+
de: "Unternehmens-Kontaktinformationen"
|
|
48
55
|
},
|
|
49
56
|
titleSocialMedia: {
|
|
50
57
|
nl: "Social media en CMP",
|
|
51
58
|
fr: "Social media et CMP",
|
|
52
|
-
en: "Social media and CMP"
|
|
59
|
+
en: "Social media and CMP",
|
|
60
|
+
de: "Soziale Medien und CMP"
|
|
53
61
|
},
|
|
54
62
|
phone_cbe: {
|
|
55
63
|
nl: "Telefoon KBO",
|
|
56
64
|
fr: "Telephone BCE",
|
|
57
|
-
en: "Telephone CBE"
|
|
65
|
+
en: "Telephone CBE",
|
|
66
|
+
de: "Telefon KBO"
|
|
58
67
|
},
|
|
59
68
|
phone: {
|
|
60
69
|
nl: "Telefoon",
|
|
61
70
|
fr: "Telephone",
|
|
62
|
-
en: "Telephone"
|
|
71
|
+
en: "Telephone",
|
|
72
|
+
de: "Telefon"
|
|
63
73
|
},
|
|
64
74
|
fax_cbe: {
|
|
65
75
|
nl: "Fax KBO",
|
|
66
76
|
fr: "Fax BCE",
|
|
67
|
-
en: "Fax CBE"
|
|
77
|
+
en: "Fax CBE",
|
|
78
|
+
de: "Fax KBO"
|
|
68
79
|
},
|
|
69
80
|
fax: {
|
|
70
81
|
nl: "Fax",
|
|
71
82
|
fr: "Fax",
|
|
72
|
-
en: "Fax"
|
|
83
|
+
en: "Fax",
|
|
84
|
+
de: "Fax"
|
|
73
85
|
},
|
|
74
86
|
cellphone_cbe: {
|
|
75
87
|
nl: "GSM nummer KBO",
|
|
76
88
|
fr: "Numéro portable BCE",
|
|
77
|
-
en: "Cellphone CBE"
|
|
89
|
+
en: "Cellphone CBE",
|
|
90
|
+
de: "Handynummer KBO"
|
|
78
91
|
},
|
|
79
92
|
cellphone: {
|
|
80
93
|
nl: "GSM nummer",
|
|
81
94
|
fr: "Numéro portable",
|
|
82
|
-
en: "Cellphone"
|
|
95
|
+
en: "Cellphone",
|
|
96
|
+
de: "Handy"
|
|
83
97
|
},
|
|
84
98
|
mail_cbe: {
|
|
85
99
|
nl: "E-mailadres KBO",
|
|
86
100
|
fr: "Adresse e-mail BCE",
|
|
87
|
-
en: "E-mail address CBE"
|
|
101
|
+
en: "E-mail address CBE",
|
|
102
|
+
de: "E-Mail-Adresse KBO"
|
|
88
103
|
},
|
|
89
104
|
mail: {
|
|
90
105
|
nl: "E-mailadres",
|
|
91
106
|
fr: "Adresse e-mail",
|
|
92
|
-
en: "E-mail address"
|
|
107
|
+
en: "E-mail address",
|
|
108
|
+
de: "E-Mail-Adresse"
|
|
93
109
|
},
|
|
94
110
|
"function": {
|
|
95
111
|
nl: "Functie",
|
|
96
112
|
fr: "Function",
|
|
97
|
-
en: "Function"
|
|
113
|
+
en: "Function",
|
|
114
|
+
de: "Funktion"
|
|
98
115
|
},
|
|
99
116
|
website_cbe: {
|
|
100
117
|
nl: "Website KBO",
|
|
101
118
|
fr: "Site web BCE",
|
|
102
|
-
en: "Website CBE"
|
|
119
|
+
en: "Website CBE",
|
|
120
|
+
de: "Website KBO"
|
|
103
121
|
},
|
|
104
122
|
website: {
|
|
105
123
|
nl: "Website",
|
|
106
124
|
fr: "Site web",
|
|
107
|
-
en: "Website"
|
|
125
|
+
en: "Website",
|
|
126
|
+
de: "Website"
|
|
108
127
|
},
|
|
109
128
|
onepage: {
|
|
110
129
|
nl: "Onepage",
|
|
111
130
|
fr: "Onepage",
|
|
112
|
-
en: "Onepage"
|
|
131
|
+
en: "Onepage",
|
|
132
|
+
de: "Onepage"
|
|
113
133
|
},
|
|
114
134
|
eShop: {
|
|
115
135
|
nl: "E-shop",
|
|
116
136
|
fr: "E-shop",
|
|
117
|
-
en: "E-shop"
|
|
137
|
+
en: "E-shop",
|
|
138
|
+
de: "E-Shop"
|
|
118
139
|
},
|
|
119
140
|
newsletter: {
|
|
120
141
|
nl: "Nieuwsbrief",
|
|
121
142
|
fr: "Circulaire",
|
|
122
|
-
en: "Newsletter"
|
|
143
|
+
en: "Newsletter",
|
|
144
|
+
de: "Newsletter"
|
|
123
145
|
},
|
|
124
146
|
cn: {
|
|
125
147
|
nl: "Catalogusnetwerk",
|
|
126
148
|
fr: "Réseau de Catalogue",
|
|
127
|
-
en: "Catalogue network"
|
|
149
|
+
en: "Catalogue network",
|
|
150
|
+
de: "Katalognetzwerk"
|
|
128
151
|
},
|
|
129
152
|
pn: {
|
|
130
153
|
nl: "Promonetwerk",
|
|
131
154
|
fr: "Réseau de Promo",
|
|
132
|
-
en: "Promo network"
|
|
155
|
+
en: "Promo network",
|
|
156
|
+
de: "Promo-Netzwerk"
|
|
133
157
|
},
|
|
134
158
|
payment_methods: {
|
|
135
159
|
nl: "Betalingsmethodes",
|
|
136
160
|
fr: "Modes de paiement",
|
|
137
|
-
en: "Payment methods"
|
|
161
|
+
en: "Payment methods",
|
|
162
|
+
de: "Zahlungsmethoden"
|
|
138
163
|
},
|
|
139
164
|
facilities: {
|
|
140
165
|
nl: "Faciliteiten",
|
|
141
166
|
fr: "Facilités",
|
|
142
|
-
en: "Facilities"
|
|
167
|
+
en: "Facilities",
|
|
168
|
+
de: "Einrichtungen"
|
|
143
169
|
},
|
|
144
170
|
amenities: {
|
|
145
171
|
nl: "Voorzieningen",
|
|
146
172
|
fr: "Services",
|
|
147
|
-
en: "Amenities"
|
|
173
|
+
en: "Amenities",
|
|
174
|
+
de: "Ausstattungen"
|
|
148
175
|
},
|
|
149
176
|
amenities_facilities: {
|
|
150
177
|
nl: "Voorzieningen en faciliteiten",
|
|
151
178
|
fr: "Services et équipements",
|
|
152
|
-
en: "Amenities and facilities"
|
|
179
|
+
en: "Amenities and facilities",
|
|
180
|
+
de: "Ausstattungen und Einrichtungen"
|
|
153
181
|
},
|
|
154
182
|
associations: {
|
|
155
183
|
nl: "Associaties",
|
|
156
184
|
fr: "Associations",
|
|
157
|
-
en: "Associations"
|
|
185
|
+
en: "Associations",
|
|
186
|
+
de: "Verbände"
|
|
158
187
|
},
|
|
159
188
|
opening_hours: {
|
|
160
189
|
nl: "Openingsuren",
|
|
161
190
|
fr: "Heures d'ouverture",
|
|
162
|
-
en: "Opening hours"
|
|
191
|
+
en: "Opening hours",
|
|
192
|
+
de: "Öffnungszeiten"
|
|
163
193
|
},
|
|
164
194
|
contact_and_opening_hours: {
|
|
165
195
|
nl: "Contact & openingsuren",
|
|
166
196
|
fr: "Contact et heures d'ouverture",
|
|
167
|
-
en: "Contact & opening hours"
|
|
197
|
+
en: "Contact & opening hours",
|
|
198
|
+
de: "Kontakt & Öffnungszeiten"
|
|
168
199
|
},
|
|
169
200
|
add_as_mobile_contact: {
|
|
170
201
|
nl: "Voeg ons toe als mobiel contact",
|
|
171
202
|
fr: "Ajoutez-nous comme contact mobile",
|
|
172
|
-
en: "Add us as mobile contact"
|
|
203
|
+
en: "Add us as mobile contact",
|
|
204
|
+
de: "Als Mobilkontakt hinzufügen"
|
|
173
205
|
},
|
|
174
206
|
add_as_contact: {
|
|
175
207
|
nl: "Contact toevoegen",
|
|
176
208
|
fr: "Ajouter le contact",
|
|
177
|
-
en: "Add contact"
|
|
209
|
+
en: "Add contact",
|
|
210
|
+
de: "Kontakt hinzufügen"
|
|
178
211
|
},
|
|
179
212
|
esn_site: {
|
|
180
213
|
nl: "https://ondernemersnetwerk.be",
|
|
181
214
|
fr: "https://reseauentrepreneurs.be",
|
|
182
|
-
en: "https://entrepreneursnetwork.be"
|
|
215
|
+
en: "https://entrepreneursnetwork.be",
|
|
216
|
+
de: "https://unternehmernetzwerk.be"
|
|
183
217
|
},
|
|
184
218
|
add_to: {
|
|
185
219
|
nl: "Voeg toe aan",
|
|
186
220
|
fr: "Ajouter à",
|
|
187
|
-
en: "Add to"
|
|
221
|
+
en: "Add to",
|
|
222
|
+
de: "Hinzufügen zu"
|
|
188
223
|
},
|
|
189
224
|
add_to_browser: {
|
|
190
225
|
nl: "Voeg toe aan browser",
|
|
191
226
|
fr: "Ajouter au navigateur",
|
|
192
|
-
en: "Add to browser"
|
|
227
|
+
en: "Add to browser",
|
|
228
|
+
de: "Zum Browser hinzufügen"
|
|
193
229
|
}
|
|
194
230
|
}, _defineProperty(_Contact, "opening_hours", {
|
|
195
231
|
nl: "Openingsuren",
|
|
196
232
|
fr: "Heures d'ouverture",
|
|
197
|
-
en: "Opening hours"
|
|
233
|
+
en: "Opening hours",
|
|
234
|
+
de: "Öffnungszeiten"
|
|
198
235
|
}), _defineProperty(_Contact, "contact", {
|
|
199
236
|
nl: "Contacteer",
|
|
200
237
|
fr: "Contact",
|
|
201
|
-
en: "Contact"
|
|
238
|
+
en: "Contact",
|
|
239
|
+
de: "Kontakt"
|
|
202
240
|
}), _defineProperty(_Contact, "contact_distributor", {
|
|
203
241
|
nl: "Contacteer verdeler",
|
|
204
242
|
fr: "Contact distributeur",
|
|
205
|
-
en: "Contact distributor"
|
|
243
|
+
en: "Contact distributor",
|
|
244
|
+
de: "Vertriebskontakt"
|
|
206
245
|
}), _defineProperty(_Contact, "paymentmethods", {
|
|
207
246
|
nl: "Betalingsmethoden",
|
|
208
247
|
fr: "Modes de paiement",
|
|
209
|
-
en: "Payment methods"
|
|
248
|
+
en: "Payment methods",
|
|
249
|
+
de: "Zahlungsmethoden"
|
|
210
250
|
}), _defineProperty(_Contact, "associaties", {
|
|
211
251
|
nl: "Associaties",
|
|
212
252
|
fr: "Les associations",
|
|
213
|
-
en: "Associations"
|
|
253
|
+
en: "Associations",
|
|
254
|
+
de: "Verbände"
|
|
214
255
|
}), _defineProperty(_Contact, "other", {
|
|
215
256
|
nl: "Andere",
|
|
216
257
|
fr: "Autre",
|
|
217
|
-
en: "Other"
|
|
258
|
+
en: "Other",
|
|
259
|
+
de: "Andere"
|
|
218
260
|
}), _defineProperty(_Contact, "contact_persons", {
|
|
219
261
|
nl: "Contactpersonen",
|
|
220
262
|
fr: "Contacts",
|
|
221
|
-
en: "Contacts"
|
|
263
|
+
en: "Contacts",
|
|
264
|
+
de: "Kontaktpersonen"
|
|
222
265
|
}), _defineProperty(_Contact, "no_email_form", {
|
|
223
266
|
nl: "Geen email ingevoerd",
|
|
224
267
|
fr: "Aucun e-mail entré",
|
|
225
|
-
en: "No email entered"
|
|
268
|
+
en: "No email entered",
|
|
269
|
+
de: "Keine E-Mail eingegeben"
|
|
226
270
|
}), _defineProperty(_Contact, "invalid_email_form", {
|
|
227
271
|
nl: "Geen geldig email",
|
|
228
272
|
fr: "Aucun e-mail valide",
|
|
229
|
-
en: "No valid email"
|
|
273
|
+
en: "No valid email",
|
|
274
|
+
de: "Keine gültige E-Mail"
|
|
230
275
|
}), _defineProperty(_Contact, "no_message_form", {
|
|
231
276
|
nl: "Geen bericht ingevoerd",
|
|
232
277
|
fr: "Aucun message saisi",
|
|
233
|
-
en: "No message entered"
|
|
278
|
+
en: "No message entered",
|
|
279
|
+
de: "Keine Nachricht eingegeben"
|
|
234
280
|
}), _defineProperty(_Contact, "name_to_short_form", {
|
|
235
281
|
nl: "Naam te kort",
|
|
236
282
|
fr: "Le nom est court",
|
|
237
|
-
en: "Name
|
|
283
|
+
en: "Name too short",
|
|
284
|
+
de: "Name zu kurz"
|
|
238
285
|
}), _defineProperty(_Contact, "invalid_phone_form", {
|
|
239
286
|
nl: "Geen geldig telefoon/GSM nummer",
|
|
240
287
|
fr: "Aucun téléphone/GSM valide",
|
|
241
|
-
en: "Invalid (cell)phone number"
|
|
288
|
+
en: "Invalid (cell)phone number",
|
|
289
|
+
de: "Ungültige (Handy)Nummer"
|
|
242
290
|
}), _defineProperty(_Contact, "no_subject_form", {
|
|
243
291
|
nl: "Geen onderwerp ingevoerd",
|
|
244
292
|
fr: "Aucun assujettir saisi",
|
|
245
|
-
en: "No subject entered"
|
|
293
|
+
en: "No subject entered",
|
|
294
|
+
de: "Kein Betreff eingegeben"
|
|
246
295
|
}), _defineProperty(_Contact, "irea", {
|
|
247
296
|
nl: "BIV",
|
|
248
297
|
fr: "IPI",
|
|
249
|
-
en: "IREA"
|
|
298
|
+
en: "IREA",
|
|
299
|
+
de: "IREA"
|
|
250
300
|
}), _defineProperty(_Contact, "itaa", {
|
|
251
301
|
nl: "ITAA",
|
|
252
302
|
fr: "ITAA",
|
|
253
|
-
en: "ITAA"
|
|
303
|
+
en: "ITAA",
|
|
304
|
+
de: "ITAA"
|
|
254
305
|
}), _defineProperty(_Contact, "rpr", {
|
|
255
306
|
nl: "RPR",
|
|
256
307
|
fr: "RPM",
|
|
257
|
-
en: "
|
|
308
|
+
en: "RPR",
|
|
309
|
+
de: "RPR"
|
|
258
310
|
}), _defineProperty(_Contact, "division", {
|
|
259
311
|
nl: "afdeling",
|
|
260
312
|
fr: "division",
|
|
261
|
-
en: "division"
|
|
313
|
+
en: "division",
|
|
314
|
+
de: "Abteilung"
|
|
262
315
|
}), _Contact);
|
|
263
316
|
var _default = Contact;
|
|
264
317
|
exports["default"] = _default;
|