@everymatrix/casino-tournaments-controller 0.0.283 → 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/casino-tournaments-controller",
3
- "version": "0.0.283",
3
+ "version": "0.0.284",
4
4
  "main": "dist/casino-tournaments-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": "e19481532307b6ad83a24fda9f9b5ef7cc2a3b4c"
39
+ "gitHead": "3ac9350aedecfd71862267436a50699f50fc6a01"
40
40
  }
@@ -43,4 +43,26 @@ export const TournamentsControllerTranslations = {
43
43
  noTournaments: 'Δεν βρέθηκαν τουρνουά'
44
44
  }
45
45
  },
46
+ es: {
47
+ tournamentsController: {
48
+ 500: 'Error 500 - Error Interno del Servidor',
49
+ showMore: 'Ver más',
50
+ Scheduled: 'Rrogramado',
51
+ Ongoing: 'En progreso',
52
+ Finished: 'Acabado',
53
+ loading: 'Cargando ... Por favor espere ...',
54
+ noTournaments: 'No se encontró ningún torneo'
55
+ }
56
+ },
57
+ pt: {
58
+ tournamentsController: {
59
+ 500: 'Erro 500 - Erro interno do servidor',
60
+ showMore: 'Ver mais',
61
+ Scheduled: 'Agendado',
62
+ Ongoing: 'Em progresso',
63
+ Finished: 'Finalizado',
64
+ loading: 'Carregando, por favor espere ...',
65
+ noTournaments: 'Nenhum torneio encontrado'
66
+ }
67
+ },
46
68
  };