@identitybuilding/idb-react-translations 0.4.109 → 0.4.111
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.
|
@@ -124,9 +124,9 @@ var CustomerInfo = (_CustomerInfo = {
|
|
|
124
124
|
en: "Your main activity"
|
|
125
125
|
},
|
|
126
126
|
in_cbe: {
|
|
127
|
-
nl: "(in KBO)",
|
|
128
|
-
fr: "(en BCE)",
|
|
129
|
-
en: "(in CBE)"
|
|
127
|
+
nl: "(in KBO):",
|
|
128
|
+
fr: "(en BCE) :",
|
|
129
|
+
en: "(in CBE):"
|
|
130
130
|
},
|
|
131
131
|
ci_customized_activity: {
|
|
132
132
|
nl: "Je aangepaste activiteit via onze diensten",
|
|
@@ -230,7 +230,7 @@ var CustomerInfo = (_CustomerInfo = {
|
|
|
230
230
|
en: "Now we can continue!"
|
|
231
231
|
},
|
|
232
232
|
your_company_deactivated: {
|
|
233
|
-
nl: "
|
|
233
|
+
nl: "Jouw onderneming wordt gedeactiveerd :)",
|
|
234
234
|
fr: "Votre entreprise sera désactivée :)",
|
|
235
235
|
en: "Your company will be deactivated :)"
|
|
236
236
|
},
|
|
@@ -815,6 +815,16 @@ var General = {
|
|
|
815
815
|
nl: 'E-mailadres of gebruikersnaam',
|
|
816
816
|
fr: "E-mail ou nom d'utilisateur",
|
|
817
817
|
en: 'E-mail or username'
|
|
818
|
+
},
|
|
819
|
+
disabled_by: {
|
|
820
|
+
nl: 'Uitgeschakeld door',
|
|
821
|
+
fr: "Désactivé par",
|
|
822
|
+
en: 'Disabled by'
|
|
823
|
+
},
|
|
824
|
+
disabled_by_2: {
|
|
825
|
+
nl: 'ondernemer',
|
|
826
|
+
fr: "l'entrepreneur",
|
|
827
|
+
en: 'enterprise'
|
|
818
828
|
}
|
|
819
829
|
};
|
|
820
830
|
var _default = General;
|
|
@@ -18,7 +18,7 @@ var MapData = {
|
|
|
18
18
|
},
|
|
19
19
|
in_colaberation_with: {
|
|
20
20
|
nl: 'in samenwerking met de lokale besturen',
|
|
21
|
-
fr: 'en collaboration avec les
|
|
21
|
+
fr: 'en collaboration avec les gouvernances locales',
|
|
22
22
|
en: 'in collaboration with local authorities'
|
|
23
23
|
},
|
|
24
24
|
location: {
|
package/package.json
CHANGED