@everymatrix/casino-tournaments-limited-controller 1.34.3 → 1.36.0
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-limited-controller",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.36.0",
|
4
4
|
"main": "dist/casino-tournaments-limited-controller.js",
|
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": "09be81de9c66446d0062303022d5f036d874d153"
|
39
39
|
}
|
package/src/translations.js
CHANGED
@@ -87,17 +87,17 @@ export const TRANSLATIONS = {
|
|
87
87
|
"tr": {
|
88
88
|
"tournamentsLimitedController": {
|
89
89
|
"500": "500 - Dahili sunucu hatası",
|
90
|
-
"Scheduled": "
|
91
|
-
"Ongoing": "Devam
|
92
|
-
"Finished": "
|
93
|
-
"last": "
|
90
|
+
"Scheduled": "Yaklaşan",
|
91
|
+
"Ongoing": "Devam eden",
|
92
|
+
"Finished": "Kapalı",
|
93
|
+
"last": "son",
|
94
94
|
"loading": "Yükleniyor, lütfen bekleyin ...",
|
95
|
-
"noTournaments": "
|
96
|
-
"nothing": "
|
95
|
+
"noTournaments": "Turnuva bulunamadı",
|
96
|
+
"nothing": "Burada gösterilecek bir şey yok.",
|
97
97
|
"prizes": "Ödüller",
|
98
|
-
"name": "
|
98
|
+
"name": "Ad",
|
99
99
|
"rank": "Sıra",
|
100
|
-
"enddate": "Bitiş
|
100
|
+
"enddate": "Bitiş Tarihi",
|
101
101
|
"prize": "Ödül",
|
102
102
|
"myTournaments": "Turnuvalarım"
|
103
103
|
}
|