@everymatrix/casino-tournaments-table 0.0.249 → 0.0.252

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.249",
3
+ "version": "0.0.252",
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": "38af455e241b6ef7ccabb2367be2be59e6b24352"
39
+ "gitHead": "6824e7c03c551fb8c35921b8846fdbbb49f76169"
40
40
  }
@@ -4,6 +4,7 @@ export const TournamentsTableTranslations = {
4
4
  leaderboard: 'Leaderboard',
5
5
  score: 'Score',
6
6
  betcounts: 'Bet Counts',
7
+ winstakeratio: 'WinstakeRatio',
7
8
  qualified: 'Qualified',
8
9
  nowinners: 'No winners for the time being. Be one of them!',
9
10
  Rank: 'Rank',
@@ -12,11 +13,26 @@ export const TournamentsTableTranslations = {
12
13
  Prize: 'Prize'
13
14
  }
14
15
  },
16
+ ro: {
17
+ tournamentsTable: {
18
+ leaderboard: 'Clasament',
19
+ score: 'Scor',
20
+ betcounts: 'Cele mai multe runde',
21
+ winstakeratio: 'Castig/miza',
22
+ qualified: 'Calificat',
23
+ nowinners: 'Niciun castigator inregistrat. Fii unul dintre castigatori!',
24
+ Rank: 'Pozitie',
25
+ Player: 'Nume',
26
+ Points: 'Puncte',
27
+ Prize: 'Premiu'
28
+ }
29
+ },
15
30
  tr: {
16
31
  tournamentsTable: {
17
32
  leaderboard: 'Liderlik Tablosu',
18
33
  score: 'Skor',
19
34
  betcounts: 'Bahis Sayısı',
35
+ winstakeratio: 'Maksimum Kazanç / Bahis Oranı',
20
36
  qualified: 'Tur atlamış',
21
37
  nowinners: 'Kazanan yok. Kazananlardan birisi ol!',
22
38
  Rank: 'Rütbe',
@@ -30,6 +46,7 @@ export const TournamentsTableTranslations = {
30
46
  leaderboard: 'Βαθμολογία',
31
47
  score: 'Σκορ',
32
48
  betcounts: 'Αριθμός Πονταρισμάτων',
49
+ winstakeratio: 'Μέγιστος λόγος πονταρίσματος κερδών',
33
50
  qualified: 'Προκρίθηκε',
34
51
  nowinners: 'Δεν υπάρχουν νικητές ακόμα.',
35
52
  Rank: 'Τάξη',