@everymatrix/player-account-controller 1.4.0 → 1.4.1
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/player-account-controller",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"main": "dist/player-account-controller.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": "1d59a96e434455c55cc56d4e7655e9fbd4de8141"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -50,13 +50,13 @@ export const PlayerAccountControllerTranslations = {
|
|
|
50
50
|
es: {
|
|
51
51
|
playerAccount: {
|
|
52
52
|
profileUpdateSuccess: 'Perfil actualizado!',
|
|
53
|
-
timeoutSuccess: '
|
|
54
|
-
selfExclusionSuccess: '
|
|
53
|
+
timeoutSuccess: 'Pausa activa',
|
|
54
|
+
selfExclusionSuccess: 'Auto Exclusión activa.',
|
|
55
55
|
accountClosureSuccess: 'Cuenta cerrada',
|
|
56
|
-
limitsUpdateSuccess: '
|
|
57
|
-
limitsDeleteSuccess: '
|
|
58
|
-
passwordChangedSuccess: '
|
|
59
|
-
realityCheckSuccess: 'Opciones de verificación de
|
|
56
|
+
limitsUpdateSuccess: 'Limites actualizados',
|
|
57
|
+
limitsDeleteSuccess: 'Limites delegados',
|
|
58
|
+
passwordChangedSuccess: 'Cambio de Contraseña satisfactorio',
|
|
59
|
+
realityCheckSuccess: 'Opciones de verificación de realidad guardadas'
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
pt: {
|