@everymatrix/general-player-sms-verification-form 1.29.0 → 1.29.3
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.29.
|
|
3
|
+
"version": "1.29.3",
|
|
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": "b35b07d0d019ab53162690eac785d06af1ad9de9"
|
|
39
39
|
}
|
package/src/translations.js
CHANGED
|
@@ -72,5 +72,25 @@ export const TRANSLATIONS = {
|
|
|
72
72
|
"activate": "Aktiviraj račun",
|
|
73
73
|
"resend": "Ponovno pošalji",
|
|
74
74
|
"loginSMSHint": "Novi verifkacijski kod poslan je na vaš broj telefona"
|
|
75
|
+
},
|
|
76
|
+
"pt-br": {
|
|
77
|
+
"title": "Por favor, insira o código de verificação que você recebeu no seu número de celular\"",
|
|
78
|
+
"errorTitle": "Código inválido,vôce pode reenviar o código e tentar novamente",
|
|
79
|
+
"code": "Código SMS",
|
|
80
|
+
"smsCodeError": "Código SMS inválido,vôce pode reenviar o código",
|
|
81
|
+
"resendMessage": "Um novo código de verificação foi enviado para o seu número de celular.",
|
|
82
|
+
"activate": "Ativar conta",
|
|
83
|
+
"resend": "Reenviar",
|
|
84
|
+
"loginSMSHint": "Um novo código de verificação foi enviado para o seu número de celular."
|
|
85
|
+
},
|
|
86
|
+
"es-mx": {
|
|
87
|
+
"title": "Por favor ingrese el código de verificación que recibió en su número móvil",
|
|
88
|
+
"errorTitle": "Código inválido,Puede enviar el código e intentar de nuevo",
|
|
89
|
+
"code": "Código SMS",
|
|
90
|
+
"smsCodeError": "Código SMS inválido,Puede reenviar el código",
|
|
91
|
+
"resendMessage": "Un nuevo código de verificación ha sido enviado a su número móvil .",
|
|
92
|
+
"activate": "Activar Cuenta",
|
|
93
|
+
"resend": "Reenviar",
|
|
94
|
+
"loginSMSHint": "Un nuevo código de verificación ha sido enviado a su número móvil ."
|
|
75
95
|
}
|
|
76
96
|
}
|