@identitybuilding/idb-react-translations 0.5.13 → 0.5.14
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/translations/General.js +40 -0
- package/package.json +1 -1
|
@@ -900,6 +900,46 @@ var General = {
|
|
|
900
900
|
nl: 'Vacature',
|
|
901
901
|
fr: "Poste vacant",
|
|
902
902
|
en: 'Vacancy'
|
|
903
|
+
},
|
|
904
|
+
our_details: {
|
|
905
|
+
nl: 'Onze gegevens',
|
|
906
|
+
fr: 'Nos coordonnées',
|
|
907
|
+
en: 'Our details'
|
|
908
|
+
},
|
|
909
|
+
lets_connect: {
|
|
910
|
+
nl: "Let's connect!",
|
|
911
|
+
fr: "Connectons-nous !",
|
|
912
|
+
en: "Let's connect!"
|
|
913
|
+
},
|
|
914
|
+
created_for: {
|
|
915
|
+
nl: "gemaakt voor",
|
|
916
|
+
fr: "créé pour",
|
|
917
|
+
en: "created for"
|
|
918
|
+
},
|
|
919
|
+
the_entrepreneurs_network: {
|
|
920
|
+
nl: "Het Ondernemersnetwerk",
|
|
921
|
+
fr: "La Reseau Entrepreneurs",
|
|
922
|
+
en: "The Entrepreneurs Network!"
|
|
923
|
+
},
|
|
924
|
+
concept_and_realisation_by: {
|
|
925
|
+
nl: "Concept & Realisatie door",
|
|
926
|
+
fr: "Concept & Réalisation par",
|
|
927
|
+
en: "Concept & Realisation by"
|
|
928
|
+
},
|
|
929
|
+
visit_our_eshop: {
|
|
930
|
+
nl: "Bezoek onze e-shop",
|
|
931
|
+
fr: "Visiter notre e-shop",
|
|
932
|
+
en: "Visit our e-shop"
|
|
933
|
+
},
|
|
934
|
+
our_eshop: {
|
|
935
|
+
nl: "Onze e-shop",
|
|
936
|
+
fr: "Notre e-shop",
|
|
937
|
+
en: "Our e-shop"
|
|
938
|
+
},
|
|
939
|
+
our_floorplan: {
|
|
940
|
+
nl: "Ons grondplan",
|
|
941
|
+
fr: "Notre plan d'étage",
|
|
942
|
+
en: "Our floorplan"
|
|
903
943
|
}
|
|
904
944
|
};
|
|
905
945
|
var _default = General;
|
package/package.json
CHANGED