@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.
|
|
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": "
|
|
39
|
+
"gitHead": "1d59a96e434455c55cc56d4e7655e9fbd4de8141"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -91,7 +91,7 @@ export const TournamentsTableTranslations = {
|
|
|
91
91
|
Player: 'Oyuncu',
|
|
92
92
|
Points: 'Puan',
|
|
93
93
|
Prize: 'Ödül',
|
|
94
|
-
UnqualifiedTips: '
|
|
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: '
|
|
117
|
-
score: '
|
|
118
|
-
betcounts: '
|
|
119
|
-
winstakeratio: '
|
|
120
|
-
qualified: '
|
|
121
|
-
nowinners: '
|
|
122
|
-
Rank: '
|
|
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: '
|
|
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
|
},
|