@everymatrix/general-player-sms-verification-form 1.25.0 → 1.26.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/general-player-sms-verification-form",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "5abe76b491406787c17e946ad3c79676a0554d8b"
|
|
39
39
|
}
|
package/src/translations.js
CHANGED
|
@@ -62,5 +62,15 @@ export const TRANSLATIONS = {
|
|
|
62
62
|
"resendMessage": "Um novo código de verificação foi enviado para o seu número de telefone.",
|
|
63
63
|
"activate": "Activate Account",
|
|
64
64
|
"resend": "Resend"
|
|
65
|
+
},
|
|
66
|
+
"hr": {
|
|
67
|
+
"title": "Unesite verifikacijski kod koji ste primili na svoj broj telefona",
|
|
68
|
+
"errorTitle": "Vaš kod je nevažeći",
|
|
69
|
+
"code": "Sms kod",
|
|
70
|
+
"smsCodeError": "Nevažeći sms kod",
|
|
71
|
+
"resendMessage": "Novi verifkacijski kod poslan je na vaš broj telefona.",
|
|
72
|
+
"activate": "Aktiviraj račun",
|
|
73
|
+
"resend": "Ponovno pošalji",
|
|
74
|
+
"loginSMSHint": "Novi verifkacijski kod poslan je na vaš broj telefona"
|
|
65
75
|
}
|
|
66
76
|
}
|