@identitybuilding/idb-react-translations 0.5.68 → 0.5.70
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
|
@@ -1215,6 +1215,21 @@ var General = {
|
|
|
1215
1215
|
nl: "Foutieve inloggegevens",
|
|
1216
1216
|
fr: "Données de connexion incorrectes",
|
|
1217
1217
|
en: "Wrong login details"
|
|
1218
|
+
},
|
|
1219
|
+
share: {
|
|
1220
|
+
nl: "Delen",
|
|
1221
|
+
fr: "Partager",
|
|
1222
|
+
en: "Share"
|
|
1223
|
+
},
|
|
1224
|
+
share_your_favorite_entrepreneur_with_friends_and_or_family: {
|
|
1225
|
+
nl: "Deel jouw favoriete ondernemer met vrienden en/of familie!",
|
|
1226
|
+
fr: "Partagez votre entrepreneur préféré avec vos amis et/ou votre famille !",
|
|
1227
|
+
en: "Share your favorite entrepreneur with friends and/or family!"
|
|
1228
|
+
},
|
|
1229
|
+
copied_to_clipboard: {
|
|
1230
|
+
nl: "Gekopieerd naar het klembord",
|
|
1231
|
+
fr: "Copié dans le presse-papier",
|
|
1232
|
+
en: "Copied to clipboard"
|
|
1218
1233
|
}
|
|
1219
1234
|
};
|
|
1220
1235
|
var _default = General;
|
package/package.json
CHANGED