@everymatrix/general-player-sms-verification-form 0.0.358 → 0.0.360
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": "0.0.
|
|
3
|
+
"version": "0.0.360",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "bc9e5f5d2238b8300f8d4cb70890b2c1f0414b21"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -10,15 +10,26 @@ export const SmsVerificationTranslations = {
|
|
|
10
10
|
resend: 'Resend'
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
|
+
zh: {
|
|
14
|
+
smsVerification: {
|
|
15
|
+
title: '请输入您在号码上收到的验证码',
|
|
16
|
+
errorTitle: '您的代码无效,您可以重新发送代码并重试',
|
|
17
|
+
code: '短信代码',
|
|
18
|
+
smsCodeError: '短信验证码无效,请重新发送验证码',
|
|
19
|
+
resendMessage: '新的验证码已发送到您的电话号码。',
|
|
20
|
+
activate: '激活账户',
|
|
21
|
+
resend: '重发'
|
|
22
|
+
}
|
|
23
|
+
},
|
|
13
24
|
fr: {
|
|
14
25
|
smsVerification: {
|
|
15
|
-
title: '
|
|
16
|
-
errorTitle: '
|
|
17
|
-
code: '
|
|
18
|
-
smsCodeError: '
|
|
19
|
-
resendMessage: '
|
|
20
|
-
activate: '
|
|
21
|
-
resend: '
|
|
26
|
+
title: 'Veuillez entrer le code de vérification que vous avez reçu sur votre numéro',
|
|
27
|
+
errorTitle: 'Votre code n\'était pas valide, vous pouvez renvoyer le code et réessayer',
|
|
28
|
+
code: 'Code SMS',
|
|
29
|
+
smsCodeError: 'Code sms invalide, vous pouvez renvoyer le code',
|
|
30
|
+
resendMessage: 'Un nouveau code de vérification a été envoyé à votre numéro de téléphone.',
|
|
31
|
+
activate: 'Activer le compte',
|
|
32
|
+
resend: 'Renvoyer'
|
|
22
33
|
}
|
|
23
34
|
},
|
|
24
35
|
tr: {
|