@identitybuilding/idb-react-translations 0.5.12 → 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 +45 -0
- package/package.json +1 -1
|
@@ -895,6 +895,51 @@ var General = {
|
|
|
895
895
|
nl: 'Verzenden',
|
|
896
896
|
fr: "Envoyer",
|
|
897
897
|
en: 'Send'
|
|
898
|
+
},
|
|
899
|
+
vacancy: {
|
|
900
|
+
nl: 'Vacature',
|
|
901
|
+
fr: "Poste vacant",
|
|
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"
|
|
898
943
|
}
|
|
899
944
|
};
|
|
900
945
|
var _default = General;
|
package/package.json
CHANGED