@everymatrix/casino-tournaments-table 0.0.402 → 0.0.404
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": "0.0.
|
|
3
|
+
"version": "0.0.404",
|
|
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": "6ff29e92718b7de1f9dc974bd643e9f108dcd3fd"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -3,7 +3,7 @@ export const TournamentsTableTranslations = {
|
|
|
3
3
|
tournamentsTable: {
|
|
4
4
|
leaderboard: 'Leaderboard',
|
|
5
5
|
score: 'Score',
|
|
6
|
-
betcounts: 'Bet
|
|
6
|
+
betcounts: 'Bet Count',
|
|
7
7
|
winstakeratio: 'WinstakeRatio',
|
|
8
8
|
qualified: 'Qualified',
|
|
9
9
|
nowinners: 'No winners for the time being. Be one of them!',
|
|
@@ -56,7 +56,7 @@ export const TournamentsTableTranslations = {
|
|
|
56
56
|
Player: 'Jucător',
|
|
57
57
|
Points: 'Puncte',
|
|
58
58
|
Prize: 'Premiu',
|
|
59
|
-
UnqualifiedTips: '
|
|
59
|
+
UnqualifiedTips: 'Numărul minim de pariuri nu a fost atins. Verificați regulile.',
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
hu: {
|