@identitybuilding/idb-react-translations 0.4.81 → 0.4.83
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.
|
@@ -925,13 +925,13 @@ var CustomerInfo = (_CustomerInfo = {
|
|
|
925
925
|
fr: "Félicitations, vous avez terminé et obtenez votre page d'entreprise 1 an",
|
|
926
926
|
en: "Congratulations, you're done and get your Business Page 1 year"
|
|
927
927
|
}), _defineProperty(_CustomerInfo, "thank_you_very_much", {
|
|
928
|
-
nl: "We willen je
|
|
929
|
-
fr: "Nous tenons à vous
|
|
930
|
-
en: "We would like to
|
|
928
|
+
nl: "We willen je vanharte bedanken!",
|
|
929
|
+
fr: "Nous tenons à vous remercier chaleureusement !",
|
|
930
|
+
en: "We would like to thank you very much!"
|
|
931
931
|
}), _defineProperty(_CustomerInfo, "we_appreciate_efforts", {
|
|
932
|
-
nl: "Wij waarderen je inzet en hierdoor wordt
|
|
933
|
-
fr: "Nous apprécions vos efforts et cela rend
|
|
934
|
-
en: "We appreciate your efforts and this makes
|
|
932
|
+
nl: "Wij waarderen je inzet en hierdoor wordt jouw onderneminglokaal zichtbaarder.",
|
|
933
|
+
fr: "Nous apprécions vos efforts et cela rend votre entrepriseplus visible localement.",
|
|
934
|
+
en: "We appreciate your efforts and this makes your companymore visible locally."
|
|
935
935
|
}), _defineProperty(_CustomerInfo, "because_the_internet", {
|
|
936
936
|
nl: "Omdat het internet steeds evolueert engageren wij ons om hierin mee te groeien.",
|
|
937
937
|
fr: "Parce qu'Internet évolue constamment, nous nous engageons à grandir avec lui.",
|
|
@@ -948,6 +948,26 @@ var CustomerInfo = (_CustomerInfo = {
|
|
|
948
948
|
nl: "TOON MIJN BUSINESS PAGE",
|
|
949
949
|
fr: "AFFICHER MA PAGE D'ENTREPRISE",
|
|
950
950
|
en: "SHOW MY BUSINESS PAGE"
|
|
951
|
+
}), _defineProperty(_CustomerInfo, "you_have_just_reached", {
|
|
952
|
+
nl: "Je hebt net de allerlaatste stap bereikt en wij gaan ervan uit dat je dit initiatief graag deelt.",
|
|
953
|
+
fr: "Vous venez d'atteindre la toute dernière étape et nous supposons que vous êtes heureux de partager cette initiative.",
|
|
954
|
+
en: "You have just reached the very last step and we assume that you are happy to share this initiative."
|
|
955
|
+
}), _defineProperty(_CustomerInfo, "will_you_also_show", {
|
|
956
|
+
nl: "Toon je dit dan ook even op de sociale media van jouw keuze?",
|
|
957
|
+
fr: "Allez-vous également le montrer sur les réseaux sociaux de votre choix ?",
|
|
958
|
+
en: "Will you also show this on the social media of your choice?"
|
|
959
|
+
}), _defineProperty(_CustomerInfo, "you_can_also_send", {
|
|
960
|
+
nl: "Je kan ook rechtstreeks collega ondernemers een uitnodiging sturen die ook hun gegeven kunnen optimaliseren.",
|
|
961
|
+
fr: "Vous pouvez également envoyer une invitation directement à d'autres entrepreneurs qui peuvent également optimiser leurs données.",
|
|
962
|
+
en: "You can also send an invitation directly to fellow entrepreneurs who can also optimize their data."
|
|
963
|
+
}), _defineProperty(_CustomerInfo, "they_too_will_enjoy", {
|
|
964
|
+
nl: "Ook zij zullen genieten van de voordelen die jij hebt verkregen.",
|
|
965
|
+
fr: "Eux aussi profiteront des avantages que vous avez obtenus.",
|
|
966
|
+
en: "They too will enjoy the benefits you have obtained."
|
|
967
|
+
}), _defineProperty(_CustomerInfo, "add_an_email_address", {
|
|
968
|
+
nl: "Voeg een email adres toe van een collega ondernemer (optioneel)",
|
|
969
|
+
fr: "Ajouter une adresse e-mail d'un collègue entrepreneur (facultatif)",
|
|
970
|
+
en: "Add an email address of a colleague entrepreneur (optional)"
|
|
951
971
|
}), _CustomerInfo);
|
|
952
972
|
var _default = CustomerInfo;
|
|
953
973
|
exports["default"] = _default;
|
package/package.json
CHANGED