@identitybuilding/idb-react-translations 0.4.117 → 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..",
|
package/package.json
CHANGED