@everymatrix/player-account-gaming-limits-popup 1.4.0 → 1.5.2
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-popup",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"main": "dist/player-account-gaming-limits-popup.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": "c0184ad3edaaa8f9ce54289cf544bb0589ef1fbe"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -36,8 +36,8 @@ export const PlayerGamingLimitsPopupTranslations = {
|
|
|
36
36
|
},
|
|
37
37
|
es: {
|
|
38
38
|
popupText: {
|
|
39
|
-
name: `
|
|
40
|
-
amountChanged: `
|
|
39
|
+
name: `Info`,
|
|
40
|
+
amountChanged: `Tú limite ha sido cambiado o incrementado: {amount} {currency}. Tendrás que esperar a la fecha de expiración para que tu nuevo límite entre en vigencia:`,
|
|
41
41
|
defaultText: `Cuando establece un límite de juego, entra en vigencia desde el momento en que lo activa y dura hasta el final del período seleccionado. Por tanto, si estableces un límite diario a las 14:00, el periodo de 24 horas que cuenta es desde su activación hasta las 00:00 GMT. Entonces el límite es válido cada 24 horas. Puede reducir un límite en cualquier momento con efecto inmediato. Sin embargo, el aumento o la eliminación de un límite solo se aplicará cuando expire el límite actual.`
|
|
42
42
|
}
|
|
43
43
|
},
|