@everymatrix/player-account-gaming-limits 0.0.281 → 0.0.284
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-gaming-limits",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.284",
|
|
4
4
|
"main": "dist/player-account-gaming-limits.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": "3ac9350aedecfd71862267436a50699f50fc6a01"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -18,5 +18,25 @@ export const PlayerGamingLimitsCardTranslations = {
|
|
|
18
18
|
wageringLimit: `Limită de pariere`,
|
|
19
19
|
lossLimit: `Limită de pierdere`
|
|
20
20
|
}
|
|
21
|
-
}
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
gamingLimits: {
|
|
24
|
+
returnToMenu: `Regresar al Menú`,
|
|
25
|
+
gamingLimitsText: `Límites del juego`,
|
|
26
|
+
depositLimit: `Límite de depósito`,
|
|
27
|
+
timeLimit: `Límite de tiempo`,
|
|
28
|
+
wageringLimit: `Límite de apuestas`,
|
|
29
|
+
lossLimit: `Límite de pérdida`
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
pt: {
|
|
33
|
+
gamingLimits: {
|
|
34
|
+
returnToMenu: `Voltar ao Menu`,
|
|
35
|
+
gamingLimitsText: `Limites de jogos`,
|
|
36
|
+
depositLimit: `Limite de Depósito`,
|
|
37
|
+
timeLimit: `Limite de tempo`,
|
|
38
|
+
wageringLimit: `Limite de apostas`,
|
|
39
|
+
lossLimit: `Limite de Perda`
|
|
40
|
+
}
|
|
41
|
+
},
|
|
22
42
|
};
|