@identitybuilding/idb-react-translations 0.4.116 → 0.4.118
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.
|
@@ -44,7 +44,7 @@ var CustomerInfo = (_CustomerInfo = {
|
|
|
44
44
|
},
|
|
45
45
|
previous: {
|
|
46
46
|
nl: "Vorige",
|
|
47
|
-
fr: "
|
|
47
|
+
fr: "Précédent",
|
|
48
48
|
en: "Previous"
|
|
49
49
|
},
|
|
50
50
|
ci_close: {
|
|
@@ -831,7 +831,7 @@ var CustomerInfo = (_CustomerInfo = {
|
|
|
831
831
|
en: "Because certain companies prefer to refer to a contact person, it is possible to fill in this information below."
|
|
832
832
|
}), _defineProperty(_CustomerInfo, "eg", {
|
|
833
833
|
nl: "bv.",
|
|
834
|
-
fr: "par exemple:",
|
|
834
|
+
fr: "par exemple :",
|
|
835
835
|
en: "eg:"
|
|
836
836
|
}), _defineProperty(_CustomerInfo, "a_department_manager", {
|
|
837
837
|
nl: "een verantwoordelijke van een afdeling...",
|
|
@@ -1031,12 +1031,16 @@ var CustomerInfo = (_CustomerInfo = {
|
|
|
1031
1031
|
en: "Do you want to set a message?"
|
|
1032
1032
|
}), _defineProperty(_CustomerInfo, "extra_info_about_timetable", {
|
|
1033
1033
|
nl: "bv. extra info over tijdschema",
|
|
1034
|
-
fr: "exemple: des informations supplémentaires sur
|
|
1034
|
+
fr: "exemple: des informations supplémentaires sur les horaires",
|
|
1035
1035
|
en: "e.g. extra info about time schedule"
|
|
1036
1036
|
}), _defineProperty(_CustomerInfo, "enter_a_message", {
|
|
1037
1037
|
nl: "Voer een bericht in",
|
|
1038
|
-
fr: "
|
|
1038
|
+
fr: "Complétez votre message. . .",
|
|
1039
1039
|
en: "Enter a message"
|
|
1040
|
+
}), _defineProperty(_CustomerInfo, "other_date", {
|
|
1041
|
+
nl: "Andere datum",
|
|
1042
|
+
fr: "Date différente",
|
|
1043
|
+
en: "Other date"
|
|
1040
1044
|
}), _defineProperty(_CustomerInfo, "tow_more_points", {
|
|
1041
1045
|
nl: "Nog twee puntjes..",
|
|
1042
1046
|
fr: "Deux autres points..",
|
|
@@ -1070,9 +1074,13 @@ var CustomerInfo = (_CustomerInfo = {
|
|
|
1070
1074
|
fr: "PLUS D'INFORMATION",
|
|
1071
1075
|
en: "MORE INFORMATION"
|
|
1072
1076
|
}), _defineProperty(_CustomerInfo, "all_online_info", {
|
|
1073
|
-
nl: "
|
|
1077
|
+
nl: "Al jouw informatie wordt nu online getoond",
|
|
1074
1078
|
fr: "Toutes vos informations sont maintenant affichées en ligne",
|
|
1075
1079
|
en: "All your information is now shown online"
|
|
1080
|
+
}), _defineProperty(_CustomerInfo, "only_logo_address_and_phone_online_info", {
|
|
1081
|
+
nl: "Jouw logo met adres en telefoonnummers worden GRATIS weergegeven",
|
|
1082
|
+
fr: "Votre logo avec adresse et numéros de téléphone sera affiché GRATUITEMENT",
|
|
1083
|
+
en: "All your information is now shown online"
|
|
1076
1084
|
}), _defineProperty(_CustomerInfo, "show_bp_button", {
|
|
1077
1085
|
nl: "TOON HOE IK WORD WEERGEGEVEN",
|
|
1078
1086
|
fr: "MONTRER COMMENT JE SUIS AFFICHÉ",
|
package/package.json
CHANGED