@everymatrix/casino-tournaments-table 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/casino-tournaments-table",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "main": "dist/casino-tournaments-table.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": "be1fa07132bd9efec772e8532a8bc54c82eb1cb6"
39
+ "gitHead": "1d59a96e434455c55cc56d4e7655e9fbd4de8141"
40
40
  }
@@ -91,7 +91,7 @@ export const TournamentsTableTranslations = {
91
91
  Player: 'Oyuncu',
92
92
  Points: 'Puan',
93
93
  Prize: 'Ödül',
94
- UnqualifiedTips: 'The minimum number of bets has not been reached. Check tournament rules.',
94
+ UnqualifiedTips: 'Minimum bahis sayısına ulaşılmadı. Turnuva kurallarını kontrol ediniz.',
95
95
  me: 'Ben',
96
96
  }
97
97
  },
@@ -113,17 +113,17 @@ export const TournamentsTableTranslations = {
113
113
  },
114
114
  es: {
115
115
  tournamentsTable: {
116
- leaderboard: 'Marcador',
117
- score: 'Puntuación',
118
- betcounts: 'Apuesta cuenta',
119
- winstakeratio: 'RatioDeGanancia',
120
- qualified: 'Calificado',
121
- nowinners: 'No hay ganadores por el momento. ¡Sé uno de ellos!',
122
- Rank: 'Rango',
116
+ leaderboard: 'Tabla de Posiciones',
117
+ score: 'Puntos',
118
+ betcounts: 'Número de Apuestas',
119
+ winstakeratio: 'Ratio Ganancias a Apuestas',
120
+ qualified: 'Clasificado',
121
+ nowinners: 'Todavía no hay ningún ganador en este momento. Se uno de ellos!',
122
+ Rank: 'Ranking',
123
123
  Player: 'Jugador',
124
124
  Points: 'Puntos',
125
125
  Prize: 'Premio',
126
- UnqualifiedTips: 'No se ha completado el recuento mínimo de apuestas. Compruebe las reglas.',
126
+ UnqualifiedTips: 'El número mínimo de apuestas no ha sido alcanzado. Revisar reglas del Torneo.',
127
127
  me: 'Yo',
128
128
  }
129
129
  },