@everymatrix/casino-tournaments-table 1.0.10 → 1.0.13
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.0.
|
|
3
|
+
"version": "1.0.13",
|
|
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": "4b2bbc7cb2c3424950a39147a985ac5d38207cdf"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -87,12 +87,12 @@ export const TournamentsTableTranslations = {
|
|
|
87
87
|
winstakeratio: 'Maksimum Kazanç / Bahis Oranı',
|
|
88
88
|
qualified: 'Tur atlamış',
|
|
89
89
|
nowinners: 'Kazanan yok. Kazananlardan birisi ol!',
|
|
90
|
-
Rank: '
|
|
91
|
-
Player: '
|
|
90
|
+
Rank: 'Sıra',
|
|
91
|
+
Player: 'Oyuncu',
|
|
92
92
|
Points: 'Puan',
|
|
93
93
|
Prize: 'Ödül',
|
|
94
94
|
UnqualifiedTips: 'The minimum number of bets has not been reached. Check tournament rules.',
|
|
95
|
-
me: '
|
|
95
|
+
me: 'Ben',
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
el: {
|