@everymatrix/casino-tournaments-limited-controller 0.0.359 → 0.0.361
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.
|
3
|
+
"version": "0.0.361",
|
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": "
|
39
|
+
"gitHead": "0fe9249cd4a3ea07ecc6ea0f11bee32a4d259c7b"
|
40
40
|
}
|
package/src/translations.js
CHANGED
@@ -50,6 +50,23 @@ export const translations = {
|
|
50
50
|
myTournaments: 'Mes tournois'
|
51
51
|
}
|
52
52
|
},
|
53
|
+
ro: {
|
54
|
+
tournamentsLimitedController: {
|
55
|
+
500: '500 - Eroare internă de server',
|
56
|
+
Scheduled: 'Urmează',
|
57
|
+
Ongoing: 'Rulează',
|
58
|
+
Finished: 'Închis',
|
59
|
+
last: 'ultimul',
|
60
|
+
loading: 'Se încarcă...',
|
61
|
+
noTournaments: 'Niciun turneu',
|
62
|
+
nothing: 'Niciun turneu disponibil aici',
|
63
|
+
name: 'Nume',
|
64
|
+
rank: 'Poziție',
|
65
|
+
enddate: 'Data finalizării',
|
66
|
+
prize: 'Premiu',
|
67
|
+
myTournaments: 'Turneele Mele',
|
68
|
+
}
|
69
|
+
},
|
53
70
|
tr: {
|
54
71
|
tournamentsLimitedController: {
|
55
72
|
500: '500 - Dahili sunucu hatası',
|
@@ -88,4 +105,38 @@ export const translations = {
|
|
88
105
|
myTournaments: 'Τα τουρνουά μου'
|
89
106
|
}
|
90
107
|
},
|
108
|
+
es: {
|
109
|
+
tournamentsLimitedController: {
|
110
|
+
500: '500 - Error interno del servidor',
|
111
|
+
Scheduled: 'Próximamente',
|
112
|
+
Ongoing: 'Ejecutar',
|
113
|
+
Finished: 'Cerrado',
|
114
|
+
last: 'último',
|
115
|
+
loading: 'cargando, por favor espere…',
|
116
|
+
noTournaments: 'No se han encontrado torneos',
|
117
|
+
nothing: 'Nada que mostrar aquí.',
|
118
|
+
name: 'Nombre',
|
119
|
+
rank: 'Rango',
|
120
|
+
enddate: 'Fecha de finalización',
|
121
|
+
prize: 'Premio',
|
122
|
+
myTournaments: 'Mis Torneos',
|
123
|
+
}
|
124
|
+
},
|
125
|
+
hu: {
|
126
|
+
tournamentsLimitedController: {
|
127
|
+
500: '500 - Belső szerver hiba',
|
128
|
+
Scheduled: 'Közelgő',
|
129
|
+
Ongoing: 'Jelenleg folyó',
|
130
|
+
Finished: 'Lezárt',
|
131
|
+
last: 'Legutóbbi',
|
132
|
+
loading: 'Betöltés, kérjük várjon...',
|
133
|
+
noTournaments: 'Verseny nem található',
|
134
|
+
nothing: 'Nincs megjelenítendő adat.',
|
135
|
+
name: 'Név',
|
136
|
+
rank: 'rangsor',
|
137
|
+
enddate: 'Befejezés dátuma',
|
138
|
+
prize: 'Díj',
|
139
|
+
myTournaments: 'Versenyeim',
|
140
|
+
}
|
141
|
+
},
|
91
142
|
};
|