@everymatrix/player-rglimits 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/player-rglimits",
3
- "version": "1.29.0",
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": "97cea3025cb353ba5ec695d9a2ac6fe4825d7fba"
38
+ "gitHead": "b35b07d0d019ab53162690eac785d06af1ad9de9"
39
39
  }
@@ -414,5 +414,57 @@ export const TRANSLATIONS = {
414
414
  "infoLabel": "Informacije",
415
415
  "walletLabel": "Novčanik",
416
416
  "walletsLabel": "Novčanici"
417
- }
417
+ },
418
+ "es-mx": {
419
+ "noLimitToDisplay": "El usuario no ha establecido un límite...",
420
+ "depositLimitHeader": "Límite de depósito",
421
+ "lossLimitHeader": "Límite de pérdida",
422
+ "wageringLimitHeader": "Límite de apuesta",
423
+ "spentAmount": "Monto gastado",
424
+ "remainingAmount": "Monto restante",
425
+ "limitPeriod": "Período de límite",
426
+ "displayedProduct": "Producto",
427
+ "futureLimit": "Límite futuro",
428
+ "additionalLink1": "Detalles de la última transacción de depósito",
429
+ "additionalLink2": "Transacciones en el período",
430
+ "limitRemoved": "Este límite ha sido eliminado y es válido hasta",
431
+ "limitUpdated": "Este límite se aplicará a partir de",
432
+ "changeLimitLabel": "Cambiar límite",
433
+ "futureAmount": "Monto futuro",
434
+ "limitTypeLabel": "Tipo de límite",
435
+ "fetchLimitDefError": "Error al obtener definiciones de límite.",
436
+ "fetchLimitBalanceError": "Error al obtener el saldo del límite.",
437
+ "invalidUrl": "Error al construir 'URL': URL inválida",
438
+ "startLabel": "Inicio",
439
+ "resetLabel": "Reiniciar",
440
+ "infoLabel": "Información",
441
+ "walletLabel": "Cartera",
442
+ "walletsLabel": "Carteras"
443
+ },
444
+ "pt-br": {
445
+ "noLimitToDisplay": "O usuário não definiu um limite...",
446
+ "depositLimitHeader": "Limite de depósito",
447
+ "lossLimitHeader": "Limite de perda",
448
+ "wageringLimitHeader": "Limite de apostas",
449
+ "spentAmount": "Valor gasto",
450
+ "remainingAmount": "Valor restante",
451
+ "limitPeriod": "Período de limite",
452
+ "displayedProduct": "Produto",
453
+ "futureLimit": "Limite futuro",
454
+ "additionalLink1": "Detalhes da última transação de depósito",
455
+ "additionalLink2": "Transações no período",
456
+ "limitRemoved": "Este limite foi removido e é válido até",
457
+ "limitUpdated": "Este limite será aplicado a partir de",
458
+ "changeLimitLabel": "Alterar limite",
459
+ "futureAmount": "Valor futuro",
460
+ "limitTypeLabel": "Tipo de limite",
461
+ "fetchLimitDefError": "Falha ao buscar definições de limite.",
462
+ "fetchLimitBalanceError": "Falha ao buscar saldo do limite.",
463
+ "invalidUrl": "Falha ao construir 'URL': URL inválida",
464
+ "startLabel": "Iniciar",
465
+ "resetLabel": "Redefinir",
466
+ "infoLabel": "Informação",
467
+ "walletLabel": "Carteira",
468
+ "walletsLabel": "Carteiras"
469
+ }
418
470
  }