lorgg-v2-components 0.0.119 → 0.0.120
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.
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
2
2
|
en: {
|
|
3
|
-
thisLanguage: string;
|
|
4
3
|
cardLottery: {
|
|
5
4
|
setBanner: string;
|
|
6
5
|
setIcon: string;
|
|
@@ -162,7 +161,6 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
162
161
|
"card-decks": string;
|
|
163
162
|
};
|
|
164
163
|
de: {
|
|
165
|
-
thisLanguage: string;
|
|
166
164
|
cardLottery: {
|
|
167
165
|
setBanner: string;
|
|
168
166
|
setIcon: string;
|
|
@@ -207,6 +205,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
207
205
|
originalCost: string;
|
|
208
206
|
openArchetypePage: string;
|
|
209
207
|
shareDeck: string;
|
|
208
|
+
showPreview: string;
|
|
210
209
|
};
|
|
211
210
|
archetype: {
|
|
212
211
|
abbreviation: string;
|
|
@@ -222,6 +221,7 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
222
221
|
cost: string;
|
|
223
222
|
regions: string;
|
|
224
223
|
clear: string;
|
|
224
|
+
clearAll: string;
|
|
225
225
|
copy: string;
|
|
226
226
|
patch: string;
|
|
227
227
|
matches: string;
|
|
@@ -297,6 +297,39 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
297
297
|
expires: string;
|
|
298
298
|
getPremium: string;
|
|
299
299
|
becomeTheMaster: string;
|
|
300
|
+
format: string;
|
|
301
|
+
otherFormats: string;
|
|
302
|
+
queues: string;
|
|
303
|
+
save: string;
|
|
304
|
+
captureImage: string;
|
|
305
|
+
deckCode: string;
|
|
306
|
+
library: string;
|
|
307
|
+
};
|
|
308
|
+
profile: {
|
|
309
|
+
winrateOverTime: string;
|
|
310
|
+
winrateByChampion: string;
|
|
311
|
+
winrateByRegion: string;
|
|
312
|
+
winrateByRoundAttacking: string;
|
|
313
|
+
winrateAgainstChampion: string;
|
|
314
|
+
winrateAgainstRegion: string;
|
|
315
|
+
commonOpponents: string;
|
|
300
316
|
};
|
|
317
|
+
"profile-overview": string;
|
|
318
|
+
"profile-statistics": string;
|
|
319
|
+
"profile-decks": string;
|
|
320
|
+
"card-statistics": string;
|
|
321
|
+
"card-similar-cards": string;
|
|
322
|
+
"card-decks": string;
|
|
301
323
|
};
|
|
324
|
+
es: {};
|
|
325
|
+
fr: {};
|
|
326
|
+
it: {};
|
|
327
|
+
ja: {};
|
|
328
|
+
ko: {};
|
|
329
|
+
pl: {};
|
|
330
|
+
pt: {};
|
|
331
|
+
th: {};
|
|
332
|
+
tr: {};
|
|
333
|
+
ru: {};
|
|
334
|
+
zh: {};
|
|
302
335
|
}, {}, {}, string, false>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/components/setup/i18n.ts"],"names":[],"mappings":"AACA,wBAAgB,SAAS,CAAC,MAAM,SAAO
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/components/setup/i18n.ts"],"names":[],"mappings":"AACA,wBAAgB,SAAS,CAAC,MAAM,SAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA0VtC"}
|