@everymatrix/casino-tournaments-limited-controller 1.35.0 → 1.36.1

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.35.0",
3
+ "version": "1.36.1",
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": "cad27ef6706d0e17f1eda3810fee31f1ec373fa9"
38
+ "gitHead": "5ffc382ef56d1d1736e48fec65bba06fbdadc8cf"
39
39
  }
@@ -87,17 +87,17 @@ export const TRANSLATIONS = {
87
87
  "tr": {
88
88
  "tournamentsLimitedController": {
89
89
  "500": "500 - Dahili sunucu hatası",
90
- "Scheduled": "Planlanmış",
91
- "Ongoing": "Devam Eden",
92
- "Finished": "Sona Ermiş",
93
- "last": "geçen",
90
+ "Scheduled": "Yaklaşan",
91
+ "Ongoing": "Devam eden",
92
+ "Finished": "Kapalı",
93
+ "last": "son",
94
94
  "loading": "Yükleniyor, lütfen bekleyin ...",
95
- "noTournaments": "Herhangi bir turnuva bulunamadı.",
96
- "nothing": "Gösterilecek.",
95
+ "noTournaments": "Turnuva bulunamadı",
96
+ "nothing": "Burada gösterilecek bir şey yok.",
97
97
  "prizes": "Ödüller",
98
- "name": "İsim",
98
+ "name": "Ad",
99
99
  "rank": "Sıra",
100
- "enddate": "Bitiş tarihi",
100
+ "enddate": "Bitiş Tarihi",
101
101
  "prize": "Ödül",
102
102
  "myTournaments": "Turnuvalarım"
103
103
  }