@everymatrix/casino-tournaments-limited-controller 1.27.2 → 1.27.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-tournaments-limited-controller",
3
- "version": "1.27.2",
3
+ "version": "1.27.5",
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": "0c03a79deed2ad6c051e5842c9c172ccdfee2b46"
38
+ "gitHead": "8155a0b8b58289a1253d06ffabea74af8bbd932e"
39
39
  }
@@ -16,6 +16,23 @@ export const translations = {
16
16
  myTournaments: 'My Tournaments'
17
17
  }
18
18
  },
19
+ hr: {
20
+ tournamentsLimitedController: {
21
+ 500: '500 - Interna pogreška poslužitelja',
22
+ Scheduled: 'Planirano',
23
+ Ongoing: 'U tijeku',
24
+ Finished: 'Završeno',
25
+ last: 'zadnje',
26
+ loading: 'Učitavanje, molimo pričekajte ...',
27
+ noTournaments: 'Nema pronađenih turnira',
28
+ nothing: 'Nema ničega za prikazati ovdje.',
29
+ name: 'Ime',
30
+ rank: 'Poredak',
31
+ enddate: 'Datum završetka',
32
+ prize: 'Nagrada',
33
+ myTournaments: 'Moji turniri'
34
+ }
35
+ },
19
36
  'zh-hk': {
20
37
  tournamentsLimitedController: {
21
38
  500: '500内部服务器错误',