@everymatrix/casino-tournaments-limited-controller 0.0.358 → 0.0.359

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": "0.0.358",
3
+ "version": "0.0.359",
4
4
  "main": "index.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": "42389554d44d6e92badedce5312dc15f620f1568"
39
+ "gitHead": "42c2b777ac00a1d72d7ceb43a0b9029e0b024180"
40
40
  }
@@ -16,6 +16,40 @@ export const translations = {
16
16
  myTournaments: 'My Tournaments'
17
17
  }
18
18
  },
19
+ zh: {
20
+ tournamentsLimitedController: {
21
+ 500: '500内部服务器错误',
22
+ Scheduled: '即将到来',
23
+ Ongoing: '跑步',
24
+ Finished: '关闭',
25
+ last: '最后的',
26
+ loading: '加载请稍候 ...',
27
+ noTournaments: '没有找到比赛',
28
+ nothing: '这里没有什么可显示的。',
29
+ name: '姓名',
30
+ rank: '秩',
31
+ enddate: '结束日期',
32
+ prize: '奖',
33
+ myTournaments: '我的锦标赛'
34
+ }
35
+ },
36
+ fr: {
37
+ tournamentsLimitedController: {
38
+ 500: '500 - Erreur interne du serveur',
39
+ Scheduled: 'A venir',
40
+ Ongoing: 'Fonctionnement',
41
+ Finished: 'Fermé',
42
+ last: 'dernière',
43
+ loading: 'Chargement, veuillez patienter ...',
44
+ noTournaments: 'Aucun tournoi trouvé',
45
+ nothing: 'Rien à montrer ici.',
46
+ name: 'Nom',
47
+ rank: 'Rang',
48
+ enddate: 'Date de fin',
49
+ prize: 'Prix',
50
+ myTournaments: 'Mes tournois'
51
+ }
52
+ },
19
53
  tr: {
20
54
  tournamentsLimitedController: {
21
55
  500: '500 - Dahili sunucu hatası',