@everymatrix/player-deposit 1.37.2 → 1.37.3
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/CHANGELOG.md +1 -0
- package/dist/player-deposit.js +1 -1
- package/dist/player-deposit.js.map +1 -1
- package/package.json +2 -2
- package/src/PlayerDeposit.svelte +2 -2
- package/src/translations.js +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-deposit",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.3",
|
|
4
4
|
"main": "dist/player-deposit",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "df31cbe8e6b206c5aed27f8036ab50826359872e"
|
|
39
39
|
}
|
package/src/PlayerDeposit.svelte
CHANGED
|
@@ -184,10 +184,10 @@
|
|
|
184
184
|
<path class="aaa" d="M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z" transform="translate(15 15) rotate(180)"/>
|
|
185
185
|
</g></g>
|
|
186
186
|
</svg>
|
|
187
|
-
<h2 class="DepositTitleMobile">{$_('
|
|
187
|
+
<h2 class="DepositTitleMobile">{$_('titleDeposit')}</h2>
|
|
188
188
|
</div>
|
|
189
189
|
{/if}
|
|
190
|
-
<h2 class="DepositTitle {isMobile ? 'DepositTitleNone' : ''}">{$_('
|
|
190
|
+
<h2 class="DepositTitle {isMobile ? 'DepositTitleNone' : ''}">{$_('titleDeposit')}</h2>
|
|
191
191
|
{#if isLoading}
|
|
192
192
|
<p>{$_('loading')}</p>
|
|
193
193
|
{:else}
|
package/src/translations.js
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
export const TRANSLATIONS = {
|
|
2
2
|
"en": {
|
|
3
|
-
"
|
|
3
|
+
"titleDeposit": "Deposit",
|
|
4
4
|
"loading": "Loading, please wait ..."
|
|
5
5
|
},
|
|
6
6
|
"zh-hk": {
|
|
7
|
-
"
|
|
7
|
+
"titleDeposit": "訂金",
|
|
8
8
|
"loading": "加載請稍候…"
|
|
9
9
|
},
|
|
10
10
|
"fr": {
|
|
11
|
-
"
|
|
11
|
+
"titleDeposit": "Dépôt",
|
|
12
12
|
"loading": "Chargement, veuillez patienter ..."
|
|
13
13
|
},
|
|
14
14
|
"tr": {
|
|
15
|
-
"
|
|
15
|
+
"titleDeposit": "PARA YATIR",
|
|
16
16
|
"loading": "Yükleniyor ...",
|
|
17
17
|
},
|
|
18
18
|
"ro": {
|
|
19
|
-
"
|
|
19
|
+
"titleDeposit": "Depunere",
|
|
20
20
|
"loading": "Se încarcă..."
|
|
21
21
|
},
|
|
22
22
|
"es": {
|
|
23
|
-
"
|
|
23
|
+
"titleDeposit": "Deposita",
|
|
24
24
|
"loading": "Cargando ..."
|
|
25
25
|
},
|
|
26
26
|
"pt": {
|
|
27
|
-
"
|
|
27
|
+
"titleDeposit": "Depósito",
|
|
28
28
|
"loading": "Carregando, por favor espere ..."
|
|
29
29
|
},
|
|
30
30
|
"hr": {
|
|
31
|
-
"
|
|
31
|
+
"titleDeposit": "Uplata",
|
|
32
32
|
"loading": "Učitavanje"
|
|
33
33
|
},
|
|
34
34
|
"pt-br": {
|
|
35
|
-
"
|
|
35
|
+
"titleDeposit": "Depositar",
|
|
36
36
|
"Loading": "Carregando, por favor espere..."
|
|
37
37
|
},
|
|
38
38
|
"es-mx": {
|
|
39
|
-
"
|
|
39
|
+
"titleDeposit": "Depositar",
|
|
40
40
|
"Loading": "Cargando, por favor espere..."
|
|
41
41
|
}
|
|
42
42
|
}
|