@identitybuilding/idb-react-translations 0.5.61 → 0.5.63
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 +30 -0
- package/package.json +1 -1
|
@@ -1160,6 +1160,36 @@ var General = {
|
|
|
1160
1160
|
nl: "Volgende periode",
|
|
1161
1161
|
fr: "periode suivante",
|
|
1162
1162
|
en: "Next Period"
|
|
1163
|
+
},
|
|
1164
|
+
logged_in_users_follow_their: {
|
|
1165
|
+
nl: "Aangemelde gebruikers volgen hun",
|
|
1166
|
+
fr: "Les utilisateurs connectés suivent leurs",
|
|
1167
|
+
en: "Logged in users follow their"
|
|
1168
|
+
},
|
|
1169
|
+
favorite_entrepreneurs: {
|
|
1170
|
+
nl: "favoriete ondernemers",
|
|
1171
|
+
fr: "entrepreneurs préférés",
|
|
1172
|
+
en: "favorite entrepreneurs"
|
|
1173
|
+
},
|
|
1174
|
+
and_have_access_to: {
|
|
1175
|
+
nl: "en hebben toegang tot:",
|
|
1176
|
+
fr: "et ont accès à :",
|
|
1177
|
+
en: " and have access to:"
|
|
1178
|
+
},
|
|
1179
|
+
promotions_that_will_be_offered_in_the_future: {
|
|
1180
|
+
nl: "Promoties die in de toekomst zullen aangeboden worden",
|
|
1181
|
+
fr: "Les promotions qui seront proposées à l'avenir",
|
|
1182
|
+
en: "Promotions that will be offered in the future"
|
|
1183
|
+
},
|
|
1184
|
+
exceptional_offers_especially_for_loyal_customers: {
|
|
1185
|
+
nl: "Uitzonderlijke aanbiedingen speciaal voor trouwe klanten",
|
|
1186
|
+
fr: "Des offres exceptionnelles notamment pour les clients fidèles",
|
|
1187
|
+
en: "Exceptional offers especially for loyal customers"
|
|
1188
|
+
},
|
|
1189
|
+
the_ability_to_create_smart_shopping_lists: {
|
|
1190
|
+
nl: "De mogelijkheid om slimme boodschappenlijsten aan te leggen",
|
|
1191
|
+
fr: "La possibilité de créer des listes de courses intelligentes",
|
|
1192
|
+
en: "The ability to create smart shopping lists"
|
|
1163
1193
|
}
|
|
1164
1194
|
};
|
|
1165
1195
|
var _default = General;
|
package/package.json
CHANGED