@identitybuilding/idb-react-translations 0.5.32 → 0.5.34
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 +15 -0
- package/package.json +1 -1
|
@@ -1090,6 +1090,21 @@ var General = {
|
|
|
1090
1090
|
nl: "Ons team",
|
|
1091
1091
|
fr: "Notre équipe",
|
|
1092
1092
|
en: "Our team"
|
|
1093
|
+
},
|
|
1094
|
+
delicious_and_local: {
|
|
1095
|
+
nl: "Lekker lokaal",
|
|
1096
|
+
fr: "Délicieux et locaux",
|
|
1097
|
+
en: "Delicious and local"
|
|
1098
|
+
},
|
|
1099
|
+
our_valuable_assets: {
|
|
1100
|
+
nl: "Onze troeven",
|
|
1101
|
+
fr: "Nos atouts",
|
|
1102
|
+
en: "Our valuable assets"
|
|
1103
|
+
},
|
|
1104
|
+
wholesale: {
|
|
1105
|
+
nl: "Groothandel",
|
|
1106
|
+
fr: "De gros",
|
|
1107
|
+
en: "Wholesale"
|
|
1093
1108
|
}
|
|
1094
1109
|
};
|
|
1095
1110
|
var _default = General;
|
package/package.json
CHANGED