@identitybuilding/idb-react-translations 0.5.64 → 0.5.66
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.
|
@@ -1202,9 +1202,14 @@ var General = {
|
|
|
1202
1202
|
en: "You can't follow 2 stores of the same category."
|
|
1203
1203
|
},
|
|
1204
1204
|
you_follow: {
|
|
1205
|
-
nl: "Jij volgt
|
|
1205
|
+
nl: "Jij volgt",
|
|
1206
1206
|
fr: "Vous suivez",
|
|
1207
1207
|
en: "You follow"
|
|
1208
|
+
},
|
|
1209
|
+
wrong_login_data: {
|
|
1210
|
+
nl: "Foutieve inloggegevens",
|
|
1211
|
+
fr: "Données de connexion incorrectes",
|
|
1212
|
+
en: "Wrong login details"
|
|
1208
1213
|
}
|
|
1209
1214
|
};
|
|
1210
1215
|
var _default = General;
|
package/package.json
CHANGED