@everymatrix/casino-game-thumbnail 0.0.232 → 0.0.236
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.
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
/* eslint-disable quote-props */
|
|
2
|
+
export const currenciesSymbols = {
|
|
3
|
+
'AED': 'د.إ',
|
|
4
|
+
'AFN': '؋',
|
|
5
|
+
'ALL': 'L',
|
|
6
|
+
'AMD': '֏',
|
|
7
|
+
'ANG': 'ƒ',
|
|
8
|
+
'AOA': 'Kz',
|
|
9
|
+
'ARS': '$',
|
|
10
|
+
'AUD': '$',
|
|
11
|
+
'AWG': 'ƒ',
|
|
12
|
+
'AZN': 'ман',
|
|
13
|
+
'BAM': 'KM',
|
|
14
|
+
'BBD': '$',
|
|
15
|
+
'BDT': '৳',
|
|
16
|
+
'BGN': 'лв',
|
|
17
|
+
'BHD': '.د.ب',
|
|
18
|
+
'BIF': 'FBu',
|
|
19
|
+
'BMD': '$',
|
|
20
|
+
'BND': '$',
|
|
21
|
+
'BOB': '$b',
|
|
22
|
+
'BRL': 'R$',
|
|
23
|
+
'BSD': '$',
|
|
24
|
+
'BTC': '฿',
|
|
25
|
+
'BTN': 'Nu.',
|
|
26
|
+
'BWP': 'P',
|
|
27
|
+
'BYR': 'p.',
|
|
28
|
+
'BZD': 'BZ$',
|
|
29
|
+
'CAD': '$',
|
|
30
|
+
'CDF': 'FC',
|
|
31
|
+
'CHF': 'CHF',
|
|
32
|
+
'CLP': '$',
|
|
33
|
+
'CNY': '¥',
|
|
34
|
+
'COP': '$',
|
|
35
|
+
'CRC': '₡',
|
|
36
|
+
'CUC': '$',
|
|
37
|
+
'CUP': '₱',
|
|
38
|
+
'CVE': '$',
|
|
39
|
+
'CZK': 'Kč',
|
|
40
|
+
'DJF': 'Fdj',
|
|
41
|
+
'DKK': 'kr',
|
|
42
|
+
'DOP': 'RD$',
|
|
43
|
+
'DZD': 'دج',
|
|
44
|
+
'EEK': 'kr',
|
|
45
|
+
'EGP': '£',
|
|
46
|
+
'ERN': 'Nfk',
|
|
47
|
+
'ETB': 'Br',
|
|
48
|
+
'ETH': 'Ξ',
|
|
49
|
+
'EUR': '€',
|
|
50
|
+
'FJD': '$',
|
|
51
|
+
'FKP': '£',
|
|
52
|
+
'GBP': '£',
|
|
53
|
+
'GEL': '₾',
|
|
54
|
+
'GGP': '£',
|
|
55
|
+
'GHC': '₵',
|
|
56
|
+
'GHS': 'GH₵',
|
|
57
|
+
'GIP': '£',
|
|
58
|
+
'GMD': 'D',
|
|
59
|
+
'GNF': 'FG',
|
|
60
|
+
'GTQ': 'Q',
|
|
61
|
+
'GYD': '$',
|
|
62
|
+
'HKD': '$',
|
|
63
|
+
'HNL': 'L',
|
|
64
|
+
'HRK': 'kn',
|
|
65
|
+
'HTG': 'G',
|
|
66
|
+
'HUF': 'Ft',
|
|
67
|
+
'IDR': 'Rp',
|
|
68
|
+
'ILS': '₪',
|
|
69
|
+
'IMP': '£',
|
|
70
|
+
'INR': '₹',
|
|
71
|
+
'IQD': 'ع.د',
|
|
72
|
+
'IRR': '﷼',
|
|
73
|
+
'ISK': 'kr',
|
|
74
|
+
'JEP': '£',
|
|
75
|
+
'JMD': 'J$',
|
|
76
|
+
'JOD': 'JD',
|
|
77
|
+
'JPY': '¥',
|
|
78
|
+
'KES': 'KSh',
|
|
79
|
+
'KGS': 'лв',
|
|
80
|
+
'KHR': '៛',
|
|
81
|
+
'KMF': 'CF',
|
|
82
|
+
'KPW': '₩',
|
|
83
|
+
'KRW': '₩',
|
|
84
|
+
'KWD': 'KD',
|
|
85
|
+
'KYD': '$',
|
|
86
|
+
'KZT': 'лв',
|
|
87
|
+
'LAK': '₭',
|
|
88
|
+
'LBP': '£',
|
|
89
|
+
'LKR': '₨',
|
|
90
|
+
'LRD': '$',
|
|
91
|
+
'LSL': 'M',
|
|
92
|
+
'LTC': 'Ł',
|
|
93
|
+
'LTL': 'Lt',
|
|
94
|
+
'LVL': 'Ls',
|
|
95
|
+
'LYD': 'LD',
|
|
96
|
+
'MAD': 'MAD',
|
|
97
|
+
'MDL': 'lei',
|
|
98
|
+
'MGA': 'Ar',
|
|
99
|
+
'MKD': 'ден',
|
|
100
|
+
'MMK': 'K',
|
|
101
|
+
'MNT': '₮',
|
|
102
|
+
'MOP': 'MOP$',
|
|
103
|
+
'MRO': 'UM',
|
|
104
|
+
'MUR': '₨',
|
|
105
|
+
'MVR': 'Rf',
|
|
106
|
+
'MWK': 'MK',
|
|
107
|
+
'MXN': '$',
|
|
108
|
+
'MYR': 'RM',
|
|
109
|
+
'MZN': 'MT',
|
|
110
|
+
'NAD': '$',
|
|
111
|
+
'NGN': '₦',
|
|
112
|
+
'NIO': 'C$',
|
|
113
|
+
'NOK': 'kr',
|
|
114
|
+
'NPR': '₨',
|
|
115
|
+
'NZD': '$',
|
|
116
|
+
'OMR': '﷼',
|
|
117
|
+
'PAB': 'B/.',
|
|
118
|
+
'PEN': 'S/.',
|
|
119
|
+
'PGK': 'K',
|
|
120
|
+
'PHP': '₱',
|
|
121
|
+
'PKR': '₨',
|
|
122
|
+
'PLN': 'zł',
|
|
123
|
+
'PYG': 'Gs',
|
|
124
|
+
'QAR': '﷼',
|
|
125
|
+
'RMB': '¥',
|
|
126
|
+
'RON': 'lei',
|
|
127
|
+
'RSD': 'Дин.',
|
|
128
|
+
'RUB': '₽',
|
|
129
|
+
'RWF': 'R₣',
|
|
130
|
+
'SAR': '﷼',
|
|
131
|
+
'SBD': '$',
|
|
132
|
+
'SCR': '₨',
|
|
133
|
+
'SDG': 'ج.س.',
|
|
134
|
+
'SEK': 'kr',
|
|
135
|
+
'SGD': '$',
|
|
136
|
+
'SHP': '£',
|
|
137
|
+
'SLL': 'Le',
|
|
138
|
+
'SOS': 'S',
|
|
139
|
+
'SRD': '$',
|
|
140
|
+
'SSP': '£',
|
|
141
|
+
'STD': 'Db',
|
|
142
|
+
'SVC': '$',
|
|
143
|
+
'SYP': '£',
|
|
144
|
+
'SZL': 'E',
|
|
145
|
+
'THB': '฿',
|
|
146
|
+
'TJS': 'SM',
|
|
147
|
+
'TMT': 'T',
|
|
148
|
+
'TND': 'د.ت',
|
|
149
|
+
'TOP': 'T$',
|
|
150
|
+
'TRL': '₤',
|
|
151
|
+
'TRY': '₺',
|
|
152
|
+
'TTD': 'TT$',
|
|
153
|
+
'TVD': '$',
|
|
154
|
+
'TWD': 'NT$',
|
|
155
|
+
'TZS': 'TSh',
|
|
156
|
+
'UAH': '₴',
|
|
157
|
+
'UGX': 'USh',
|
|
158
|
+
'USD': '$',
|
|
159
|
+
'UYU': '$U',
|
|
160
|
+
'UZS': 'лв',
|
|
161
|
+
'VEF': 'Bs',
|
|
162
|
+
'VND': '₫',
|
|
163
|
+
'VUV': 'VT',
|
|
164
|
+
'WST': 'WS$',
|
|
165
|
+
'XAF': 'FCFA',
|
|
166
|
+
'XBT': 'Ƀ',
|
|
167
|
+
'XCD': '$',
|
|
168
|
+
'XOF': 'CFA',
|
|
169
|
+
'XPF': '₣',
|
|
170
|
+
'YER': '﷼',
|
|
171
|
+
'ZAR': 'R',
|
|
172
|
+
'ZWD': 'Z$',
|
|
173
|
+
};
|
package/src/translations.js
CHANGED
|
@@ -3,98 +3,141 @@ export const GameThumbnailTranslations = {
|
|
|
3
3
|
gameThumbnail: {
|
|
4
4
|
playNow: 'Start now!',
|
|
5
5
|
new: 'NEW',
|
|
6
|
-
hot: 'Hot'
|
|
7
|
-
|
|
6
|
+
hot: 'Hot',
|
|
7
|
+
opens: 'Opens ',
|
|
8
|
+
full: 'table full - bet behind',
|
|
9
|
+
dealer: 'Dealer',
|
|
10
|
+
},
|
|
8
11
|
},
|
|
9
12
|
de: {
|
|
10
13
|
gameThumbnail: {
|
|
11
14
|
playNow: 'Jetzt starten!',
|
|
12
15
|
new: 'NEU',
|
|
13
|
-
hot: 'Hot'
|
|
16
|
+
hot: 'Hot',
|
|
17
|
+
opens: 'Öffnet ',
|
|
18
|
+
full: 'full - bet behind',
|
|
19
|
+
dealer: 'Dealer',
|
|
14
20
|
}
|
|
15
21
|
},
|
|
16
22
|
it: {
|
|
17
23
|
gameThumbnail: {
|
|
18
24
|
playNow: 'Inizia ora!',
|
|
19
25
|
new: 'NOVITÀ',
|
|
20
|
-
hot: 'HOT'
|
|
26
|
+
hot: 'HOT',
|
|
27
|
+
// TODO: translate all other supported languages
|
|
28
|
+
opens: 'Opens ',
|
|
29
|
+
full: 'table full - bet behind',
|
|
30
|
+
dealer: 'Dealer',
|
|
21
31
|
}
|
|
22
32
|
},
|
|
23
33
|
fr: {
|
|
24
34
|
gameThumbnail: {
|
|
25
35
|
playNow: 'Joue Maintenant',
|
|
26
36
|
new: 'NOUVEAU',
|
|
27
|
-
hot: 'CHAUD'
|
|
37
|
+
hot: 'CHAUD',
|
|
38
|
+
opens: 'Opens ',
|
|
39
|
+
full: 'table full - bet behind',
|
|
40
|
+
dealer: 'Dealer',
|
|
28
41
|
}
|
|
29
42
|
},
|
|
30
43
|
es: {
|
|
31
44
|
gameThumbnail: {
|
|
32
45
|
playNow: 'Juega ahora',
|
|
33
46
|
new: 'NUEVO',
|
|
34
|
-
hot: 'CALIENTE'
|
|
47
|
+
hot: 'CALIENTE',
|
|
48
|
+
opens: 'Opens ',
|
|
49
|
+
full: 'table full - bet behind',
|
|
50
|
+
dealer: 'Dealer',
|
|
35
51
|
}
|
|
36
52
|
},
|
|
37
53
|
tr: {
|
|
38
54
|
gameThumbnail: {
|
|
39
55
|
playNow: 'Şimdi oyna',
|
|
40
56
|
new: 'YENİ',
|
|
41
|
-
hot: 'SICAK'
|
|
57
|
+
hot: 'SICAK',
|
|
58
|
+
opens: 'Açılır ',
|
|
59
|
+
full: 'masa dolu - bet behind',
|
|
60
|
+
dealer: 'Dealer',
|
|
42
61
|
}
|
|
43
62
|
},
|
|
44
63
|
ru: {
|
|
45
64
|
gameThumbnail: {
|
|
46
65
|
playNow: 'Играть сейчас',
|
|
47
66
|
new: 'НОВАЯ',
|
|
48
|
-
hot: 'ГОРЯЧЕЙ'
|
|
67
|
+
hot: 'ГОРЯЧЕЙ',
|
|
68
|
+
opens: 'Opens ',
|
|
69
|
+
full: 'table full - bet behind',
|
|
70
|
+
dealer: 'Dealer',
|
|
49
71
|
}
|
|
50
72
|
},
|
|
51
73
|
ro: {
|
|
52
74
|
gameThumbnail: {
|
|
53
75
|
playNow: 'Joaca acum',
|
|
54
76
|
new: 'NOU',
|
|
55
|
-
hot: 'POPULAR'
|
|
77
|
+
hot: 'POPULAR',
|
|
78
|
+
opens: 'Opens ',
|
|
79
|
+
full: 'table full - bet behind',
|
|
80
|
+
dealer: 'Dealer',
|
|
56
81
|
}
|
|
57
82
|
},
|
|
58
83
|
hr: {
|
|
59
84
|
gameThumbnail: {
|
|
60
85
|
playNow: 'Započnite sada!',
|
|
61
86
|
new: 'NOVO',
|
|
62
|
-
hot: 'Vruće'
|
|
87
|
+
hot: 'Vruće',
|
|
88
|
+
opens: 'Opens ',
|
|
89
|
+
full: 'table full - bet behind',
|
|
90
|
+
dealer: 'Dealer',
|
|
63
91
|
}
|
|
64
92
|
},
|
|
65
93
|
hu: {
|
|
66
94
|
gameThumbnail: {
|
|
67
95
|
playNow: 'Játsszon most!',
|
|
68
96
|
new: 'ÚJ',
|
|
69
|
-
hot: 'Hot'
|
|
97
|
+
hot: 'Hot',
|
|
98
|
+
opens: 'Opens ',
|
|
99
|
+
full: 'table full - bet behind',
|
|
100
|
+
dealer: 'Dealer',
|
|
70
101
|
}
|
|
71
102
|
},
|
|
72
103
|
pl: {
|
|
73
104
|
gameThumbnail: {
|
|
74
105
|
playNow: 'Rozpocznij teraz!',
|
|
75
106
|
new: 'NOWOŚĆ',
|
|
76
|
-
hot: 'Hot'
|
|
107
|
+
hot: 'Hot',
|
|
108
|
+
opens: 'Opens ',
|
|
109
|
+
full: 'table full - bet behind',
|
|
110
|
+
dealer: 'Dealer',
|
|
77
111
|
}
|
|
78
112
|
},
|
|
79
113
|
pt: {
|
|
80
114
|
gameThumbnail: {
|
|
81
115
|
playNow: 'Comece agora!',
|
|
82
116
|
new: 'NOVO',
|
|
83
|
-
hot: 'Hot'
|
|
117
|
+
hot: 'Hot',
|
|
118
|
+
opens: 'Opens ',
|
|
119
|
+
full: 'table full - bet behind',
|
|
120
|
+
dealer: 'Dealer',
|
|
84
121
|
}
|
|
85
122
|
},
|
|
86
123
|
sl: {
|
|
87
124
|
gameThumbnail: {
|
|
88
125
|
playNow: 'Začnite zdaj!',
|
|
89
126
|
new: 'NOVO',
|
|
90
|
-
hot: 'Vroče'
|
|
127
|
+
hot: 'Vroče',
|
|
128
|
+
opens: 'Opens ',
|
|
129
|
+
full: 'table full - bet behind',
|
|
130
|
+
dealer: 'Dealer',
|
|
91
131
|
}
|
|
92
132
|
},
|
|
93
133
|
sr: {
|
|
94
134
|
gameThumbnail: {
|
|
95
135
|
playNow: 'Započnite sada!',
|
|
96
136
|
new: 'NOVO',
|
|
97
|
-
hot: 'Vruće'
|
|
137
|
+
hot: 'Vruće',
|
|
138
|
+
opens: 'Opens ',
|
|
139
|
+
full: 'table full - bet behind',
|
|
140
|
+
dealer: 'Dealer',
|
|
98
141
|
}
|
|
99
142
|
}
|
|
100
143
|
};
|