@mtgame/core 0.2.121 → 1.0.2
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/api/basketball-game-api.d.ts +1 -0
- package/bundles/mtgame-core.umd.js +1180 -507
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/api/basketball-game-api.js +10 -2
- package/esm2015/localization/basketball-game-log-types.js +70 -33
- package/esm2015/localization/basketball-game-sub-log-types.js +64 -30
- package/esm2015/localization/football-game-log-types.js +74 -35
- package/esm2015/localization/handball-game-log-types.js +46 -21
- package/esm2015/localization/hockey-game-log-types.js +64 -30
- package/esm2015/localization/hockey-penalty-types.js +51 -2
- package/esm2015/localization/locales.js +6 -0
- package/esm2015/localization/organization-statuses.js +12 -4
- package/esm2015/localization/overtime-types.js +24 -10
- package/esm2015/localization/rugby-foul-game-stage.js +26 -11
- package/esm2015/localization/rugby-foul-sanction.js +24 -10
- package/esm2015/localization/rugby-game-log-types.js +94 -45
- package/esm2015/localization/team-event-type.js +10 -3
- package/esm2015/localization/team-user-role.js +42 -19
- package/esm2015/localization/user-profile.js +202 -64
- package/esm2015/localization/volleyball-game-log-types.js +54 -25
- package/esm2015/localization/waterpolo-game-log-types.js +134 -65
- package/esm2015/localization/wrestball-game-log-types.js +88 -42
- package/esm2015/models/basketball-game-log.js +2 -2
- package/esm2015/models/game-bill.js +12 -4
- package/esm2015/models/league-player.js +54 -25
- package/esm2015/models/organization-bill.js +12 -4
- package/fesm2015/mtgame-core.js +1132 -463
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/basketball-game-log-types.d.ts +67 -32
- package/localization/basketball-game-sub-log-types.d.ts +56 -26
- package/localization/football-game-log-types.d.ts +72 -34
- package/localization/handball-game-log-types.d.ts +44 -20
- package/localization/hockey-game-log-types.d.ts +62 -29
- package/localization/hockey-penalty-types.d.ts +5 -0
- package/localization/locales.d.ts +4 -0
- package/localization/organization-statuses.d.ts +10 -3
- package/localization/overtime-types.d.ts +22 -9
- package/localization/rugby-foul-game-stage.d.ts +24 -10
- package/localization/rugby-foul-sanction.d.ts +22 -9
- package/localization/rugby-game-log-types.d.ts +92 -44
- package/localization/team-event-type.d.ts +8 -2
- package/localization/team-user-role.d.ts +40 -18
- package/localization/user-profile.d.ts +198 -62
- package/localization/volleyball-game-log-types.d.ts +52 -24
- package/localization/waterpolo-game-log-types.d.ts +132 -64
- package/localization/wrestball-game-log-types.d.ts +86 -41
- package/models/basketball-game-log.d.ts +1 -1
- package/models/game-bill.d.ts +10 -3
- package/models/league-player.d.ts +52 -24
- package/models/organization-bill.d.ts +10 -3
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -392,7 +392,56 @@
|
|
|
392
392
|
{ id: 44, code: 'УД-НГ', title: 'Удар ногой' },
|
|
393
393
|
{ id: 45, code: 'УКУС', title: 'Укус' },
|
|
394
394
|
{ id: 46, code: 'КН-ЗР', title: 'Физический контакт со зрителем' },
|
|
395
|
-
{ id: 47, code: 'ШТ-ВР', title: 'Штраф вратаря' }
|
|
395
|
+
{ id: 47, code: 'ШТ-ВР', title: 'Штраф вратаря' },
|
|
396
|
+
];
|
|
397
|
+
var HockeyPenaltyTypesEn = [
|
|
398
|
+
{ id: 1, code: 'AGGR', title: 'Агрессор в драке' },
|
|
399
|
+
{ id: 2, code: 'AT-HD', title: 'Attack to the head or neck' },
|
|
400
|
+
{ id: 3, code: 'AT-GO', title: 'Goalkeeper attack' },
|
|
401
|
+
{ id: 4, code: 'AT-BH', title: 'Attack from behind' },
|
|
402
|
+
{ id: 5, code: 'BLOCK', title: 'Blocking' },
|
|
403
|
+
{ id: 6, code: 'TH-ST', title: 'Throwing a stick' },
|
|
404
|
+
{ id: 7, code: 'PC-RL', title: 'Puck release' },
|
|
405
|
+
{ id: 8, code: 'RUDE', title: 'Rudeness' },
|
|
406
|
+
{ id: 9, code: 'DISC', title: 'Disciplinary penalty' },
|
|
407
|
+
{ id: 10, code: 'DISC-EM', title: 'Disciplinary until the end of the match' },
|
|
408
|
+
{ id: 11, code: 'FIGHT', title: 'Fight' },
|
|
409
|
+
{ id: 12, code: 'IN-FG', title: 'The instigator of the fight' },
|
|
410
|
+
{ id: 13, code: 'GD', title: 'Game delay' },
|
|
411
|
+
{ id: 14, code: 'HD-OP-ST', title: 'Holding an opponent\'s stick' },
|
|
412
|
+
{ id: 15, code: 'ST-HD', title: 'Stick hold' },
|
|
413
|
+
{ id: 16, code: 'DL-OP', title: 'Delaying the opponent' },
|
|
414
|
+
{ id: 17, code: 'HL-PC-HD', title: 'Holding the puck with your hands' },
|
|
415
|
+
{ id: 18, code: 'PL-BS', title: 'Playing with a broken stick' },
|
|
416
|
+
{ id: 19, code: 'HSP', title: 'High stick play' },
|
|
417
|
+
{ id: 20, code: 'THR', title: 'Thrust' },
|
|
418
|
+
{ id: 21, code: 'MI-BE', title: 'Minor bench penalty' },
|
|
419
|
+
{ id: 22, code: 'MP', title: 'Match penalty' },
|
|
420
|
+
{ id: 23, code: 'WR-AT', title: 'Wrong attack' },
|
|
421
|
+
{ id: 24, code: 'NM-VO', title: 'Violation of numerical composition' },
|
|
422
|
+
{ id: 25, code: 'NS-ST', title: 'Non-standard stick' },
|
|
423
|
+
{ id: 26, code: 'DE', title: 'Dangerous equipment' },
|
|
424
|
+
{ id: 27, code: 'INS-REF', title: 'Insulting referees and unsportsmanlike conduct' },
|
|
425
|
+
{ id: 28, code: 'RF-SG', title: 'Refusal to start the game' },
|
|
426
|
+
{ id: 29, code: 'CO', title: 'Cut-off' },
|
|
427
|
+
{ id: 30, code: 'SPIT', title: 'Spit' },
|
|
428
|
+
{ id: 31, code: 'STEP', title: 'Step' },
|
|
429
|
+
{ id: 32, code: 'UND', title: 'Undercut' },
|
|
430
|
+
{ id: 33, code: 'PR-INF', title: 'Prevention of infections' },
|
|
431
|
+
{ id: 34, code: 'LE-BE', title: 'Leaving the bench during a conflict' },
|
|
432
|
+
{ id: 35, code: 'GA-SH', title: 'Gate shift' },
|
|
433
|
+
{ id: 36, code: 'SIM', title: 'Simulation' },
|
|
434
|
+
{ id: 37, code: 'PU-BR', title: 'Push on board' },
|
|
435
|
+
{ id: 38, code: 'PU-ST', title: 'Stick push' },
|
|
436
|
+
{ id: 39, code: 'AT-HD', title: 'Head kick' },
|
|
437
|
+
{ id: 40, code: 'HT-ST', title: 'Hit with a stick' },
|
|
438
|
+
{ id: 41, code: 'HT-ST-E', title: 'Hit with the end of the stick' },
|
|
439
|
+
{ id: 42, code: 'ST-KN', title: 'Knee strike' },
|
|
440
|
+
{ id: 43, code: 'ST-EB', title: 'Elbow strike' },
|
|
441
|
+
{ id: 44, code: 'KICK', title: 'Kick' },
|
|
442
|
+
{ id: 45, code: 'BITE', title: 'Bite' },
|
|
443
|
+
{ id: 46, code: 'CN-VW', title: 'Physical contact with the viewer' },
|
|
444
|
+
{ id: 47, code: 'PN-GO', title: 'Goalkeeper penalty' },
|
|
396
445
|
];
|
|
397
446
|
|
|
398
447
|
var MODEL_MAPPING_FIELDS_KEY = '_mapping_fields_';
|
|
@@ -3627,7 +3676,13 @@
|
|
|
3627
3676
|
})
|
|
3628
3677
|
], exports.LeaguePlayerFieldValue);
|
|
3629
3678
|
|
|
3630
|
-
var
|
|
3679
|
+
var Locales;
|
|
3680
|
+
(function (Locales) {
|
|
3681
|
+
Locales["ru"] = "ru-RU";
|
|
3682
|
+
Locales["en"] = "en-US";
|
|
3683
|
+
})(Locales || (Locales = {}));
|
|
3684
|
+
|
|
3685
|
+
var _a$j, _b$i, _c$i;
|
|
3631
3686
|
exports.Qualification = void 0;
|
|
3632
3687
|
(function (Qualification) {
|
|
3633
3688
|
Qualification[Qualification["practician"] = 1] = "practician";
|
|
@@ -3656,30 +3711,58 @@
|
|
|
3656
3711
|
Qualification[Qualification["preschool_child"] = 24] = "preschool_child";
|
|
3657
3712
|
})(exports.Qualification || (exports.Qualification = {}));
|
|
3658
3713
|
var QualificationLocalization = (_a$j = {},
|
|
3659
|
-
_a$j[
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3714
|
+
_a$j[Locales.ru] = (_b$i = {},
|
|
3715
|
+
_b$i[exports.Qualification.practician] = 'Практик',
|
|
3716
|
+
_b$i[exports.Qualification.practician2] = 'Практик 2',
|
|
3717
|
+
_b$i[exports.Qualification.practician3] = 'Практик 3',
|
|
3718
|
+
_b$i[exports.Qualification.amateur] = 'Любитель',
|
|
3719
|
+
_b$i[exports.Qualification.amateur2] = 'Любитель 2',
|
|
3720
|
+
_b$i[exports.Qualification.theorist] = 'Теоретик',
|
|
3721
|
+
_b$i[exports.Qualification.theorist2] = 'Теоретик 2',
|
|
3722
|
+
_b$i[exports.Qualification.theorist3] = 'Теоретик 3',
|
|
3723
|
+
_b$i[exports.Qualification.sportsman] = 'Спортсмен',
|
|
3724
|
+
_b$i[exports.Qualification.lider] = 'Лидер',
|
|
3725
|
+
_b$i[exports.Qualification.master] = 'Мастер',
|
|
3726
|
+
_b$i[exports.Qualification.profi] = 'Профи',
|
|
3727
|
+
_b$i[exports.Qualification.goalkeeper] = 'Вратарь',
|
|
3728
|
+
_b$i[exports.Qualification.goalkeeper2] = 'Вратарь 2',
|
|
3729
|
+
_b$i[exports.Qualification.goalkeeper_sh] = 'Вратарь СШ',
|
|
3730
|
+
_b$i[exports.Qualification.goalkeeper_ul] = 'Вратарь ЮЛ',
|
|
3731
|
+
_b$i[exports.Qualification.goalkeeper_mhl] = 'Вратарь МХЛ',
|
|
3732
|
+
_b$i[exports.Qualification.goalkeeper_vhl] = 'Вратарь ВХЛ',
|
|
3733
|
+
_b$i[exports.Qualification.goalkeeper_khl] = 'Вратарь КХЛ',
|
|
3734
|
+
_b$i[exports.Qualification.beginner] = 'Новичок',
|
|
3735
|
+
_b$i[exports.Qualification.junior] = 'Юниор',
|
|
3736
|
+
_b$i[exports.Qualification.debutant] = 'Дебютант',
|
|
3737
|
+
_b$i[exports.Qualification.schoolchild] = 'Школьник',
|
|
3738
|
+
_b$i[exports.Qualification.preschool_child] = 'Дошкольник',
|
|
3739
|
+
_b$i),
|
|
3740
|
+
_a$j[Locales.en] = (_c$i = {},
|
|
3741
|
+
_c$i[exports.Qualification.practician] = 'Practician',
|
|
3742
|
+
_c$i[exports.Qualification.practician2] = 'Practician 2',
|
|
3743
|
+
_c$i[exports.Qualification.practician3] = 'Практик 3',
|
|
3744
|
+
_c$i[exports.Qualification.amateur] = 'Amateur',
|
|
3745
|
+
_c$i[exports.Qualification.amateur2] = 'Amateur 2',
|
|
3746
|
+
_c$i[exports.Qualification.theorist] = 'Theorist',
|
|
3747
|
+
_c$i[exports.Qualification.theorist2] = 'Theorist 2',
|
|
3748
|
+
_c$i[exports.Qualification.theorist3] = 'Theorist 3',
|
|
3749
|
+
_c$i[exports.Qualification.sportsman] = 'Sportsman',
|
|
3750
|
+
_c$i[exports.Qualification.lider] = 'Leader',
|
|
3751
|
+
_c$i[exports.Qualification.master] = 'Master',
|
|
3752
|
+
_c$i[exports.Qualification.profi] = 'Professional',
|
|
3753
|
+
_c$i[exports.Qualification.goalkeeper] = 'Goalkeeper',
|
|
3754
|
+
_c$i[exports.Qualification.goalkeeper2] = 'Goalkeeper 2',
|
|
3755
|
+
_c$i[exports.Qualification.goalkeeper_sh] = 'Goalkeeper SH',
|
|
3756
|
+
_c$i[exports.Qualification.goalkeeper_ul] = 'Goalkeeper UL',
|
|
3757
|
+
_c$i[exports.Qualification.goalkeeper_mhl] = 'Goalkeeper MHL',
|
|
3758
|
+
_c$i[exports.Qualification.goalkeeper_vhl] = 'Goalkeeper VHL',
|
|
3759
|
+
_c$i[exports.Qualification.goalkeeper_khl] = 'Goalkeeper KHL',
|
|
3760
|
+
_c$i[exports.Qualification.beginner] = 'Beginner',
|
|
3761
|
+
_c$i[exports.Qualification.junior] = 'Junior',
|
|
3762
|
+
_c$i[exports.Qualification.debutant] = 'Debutant',
|
|
3763
|
+
_c$i[exports.Qualification.schoolchild] = 'Schoolchild',
|
|
3764
|
+
_c$i[exports.Qualification.preschool_child] = 'Preschool child',
|
|
3765
|
+
_c$i),
|
|
3683
3766
|
_a$j);
|
|
3684
3767
|
exports.LeaguePlayer = /** @class */ (function (_super) {
|
|
3685
3768
|
__extends(LeaguePlayer, _super);
|
|
@@ -4239,7 +4322,7 @@
|
|
|
4239
4322
|
BasketballGameLogTypes[BasketballGameLogTypes["shootout"] = 29] = "shootout";
|
|
4240
4323
|
BasketballGameLogTypes[BasketballGameLogTypes["shootout_won"] = 30] = "shootout_won";
|
|
4241
4324
|
BasketballGameLogTypes[BasketballGameLogTypes["shootout_lost"] = 31] = "shootout_lost";
|
|
4242
|
-
BasketballGameLogTypes[BasketballGameLogTypes["
|
|
4325
|
+
BasketballGameLogTypes[BasketballGameLogTypes["moneyball_free_throw_attempt"] = 32] = "moneyball_free_throw_attempt";
|
|
4243
4326
|
BasketballGameLogTypes[BasketballGameLogTypes["moneyball_free_throw_made"] = 33] = "moneyball_free_throw_made";
|
|
4244
4327
|
})(exports.BasketballGameLogTypes || (exports.BasketballGameLogTypes = {}));
|
|
4245
4328
|
exports.BasketballSubLogTypes = void 0;
|
|
@@ -4657,6 +4740,16 @@
|
|
|
4657
4740
|
});
|
|
4658
4741
|
});
|
|
4659
4742
|
};
|
|
4743
|
+
BasketballGameApi.prototype.downloadMFBApplication = function (gameId, fileType) {
|
|
4744
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
4745
|
+
return __generator(this, function (_a) {
|
|
4746
|
+
return [2 /*return*/, this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/tournament_basketball_game/" + gameId + "/mfb_game_application_file/?file_type=" + fileType, {
|
|
4747
|
+
params: new i1.HttpParams().set('file_type', fileType),
|
|
4748
|
+
responseType: 'blob'
|
|
4749
|
+
}).toPromise()];
|
|
4750
|
+
});
|
|
4751
|
+
});
|
|
4752
|
+
};
|
|
4660
4753
|
return BasketballGameApi;
|
|
4661
4754
|
}(GameBaseApi));
|
|
4662
4755
|
BasketballGameApi.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function BasketballGameApi_Factory() { return new BasketballGameApi(i0__namespace.ɵɵinject(i1__namespace.HttpClient), i0__namespace.ɵɵinject(ConfigService)); }, token: BasketballGameApi, providedIn: "root" });
|
|
@@ -9389,10 +9482,16 @@
|
|
|
9389
9482
|
TeamEventTypes[TeamEventTypes["other"] = 2] = "other";
|
|
9390
9483
|
})(exports.TeamEventTypes || (exports.TeamEventTypes = {}));
|
|
9391
9484
|
|
|
9392
|
-
var _a$i;
|
|
9485
|
+
var _a$i, _b$h, _c$h;
|
|
9393
9486
|
var TeamEventTypeLocalization = (_a$i = {},
|
|
9394
|
-
_a$i[
|
|
9395
|
-
|
|
9487
|
+
_a$i[Locales.ru] = (_b$h = {},
|
|
9488
|
+
_b$h[exports.TeamEventTypes.training] = 'Тренировка',
|
|
9489
|
+
_b$h[exports.TeamEventTypes.other] = 'Другое',
|
|
9490
|
+
_b$h),
|
|
9491
|
+
_a$i[Locales.en] = (_c$h = {},
|
|
9492
|
+
_c$h[exports.TeamEventTypes.training] = 'Training',
|
|
9493
|
+
_c$h[exports.TeamEventTypes.other] = 'Other',
|
|
9494
|
+
_c$h),
|
|
9396
9495
|
_a$i);
|
|
9397
9496
|
|
|
9398
9497
|
exports.TeamEvent = /** @class */ (function (_super) {
|
|
@@ -14153,525 +14252,1083 @@
|
|
|
14153
14252
|
{ type: ConfigService }
|
|
14154
14253
|
]; };
|
|
14155
14254
|
|
|
14156
|
-
var _a$g;
|
|
14255
|
+
var _a$g, _b$g, _c$g;
|
|
14157
14256
|
var BasketballGameLogTypeLocalization = (_a$g = {},
|
|
14158
|
-
_a$g[
|
|
14159
|
-
|
|
14160
|
-
|
|
14161
|
-
|
|
14162
|
-
|
|
14163
|
-
|
|
14164
|
-
|
|
14165
|
-
|
|
14166
|
-
|
|
14167
|
-
|
|
14168
|
-
|
|
14169
|
-
|
|
14170
|
-
|
|
14171
|
-
|
|
14172
|
-
|
|
14173
|
-
|
|
14174
|
-
|
|
14175
|
-
|
|
14176
|
-
|
|
14177
|
-
|
|
14178
|
-
|
|
14179
|
-
|
|
14180
|
-
|
|
14181
|
-
|
|
14182
|
-
|
|
14183
|
-
|
|
14184
|
-
|
|
14185
|
-
|
|
14186
|
-
|
|
14187
|
-
|
|
14188
|
-
|
|
14189
|
-
|
|
14257
|
+
_a$g[Locales.ru] = (_b$g = {},
|
|
14258
|
+
_b$g[exports.BasketballGameLogTypes.enter_game] = 'Выход на площадку',
|
|
14259
|
+
_b$g[exports.BasketballGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
14260
|
+
_b$g[exports.BasketballGameLogTypes.remove_game] = 'Удаление с площадки',
|
|
14261
|
+
_b$g[exports.BasketballGameLogTypes.two_point_attempt] = 'Бросок 2 очка',
|
|
14262
|
+
_b$g[exports.BasketballGameLogTypes.three_point_attempt] = 'Бросок 3 очка',
|
|
14263
|
+
_b$g[exports.BasketballGameLogTypes.free_throw_attempt] = 'Штрафной бросок',
|
|
14264
|
+
_b$g[exports.BasketballGameLogTypes.one_point_attempt] = 'Бросок 1 очко',
|
|
14265
|
+
_b$g[exports.BasketballGameLogTypes.two_point_made] = '2 очка',
|
|
14266
|
+
_b$g[exports.BasketballGameLogTypes.three_point_made] = '3 очка',
|
|
14267
|
+
_b$g[exports.BasketballGameLogTypes.free_throw_made] = '1 очко, штрафной',
|
|
14268
|
+
_b$g[exports.BasketballGameLogTypes.one_point_made] = '1 очко',
|
|
14269
|
+
_b$g[exports.BasketballGameLogTypes.assist] = 'Передача',
|
|
14270
|
+
_b$g[exports.BasketballGameLogTypes.block] = 'Блокшот',
|
|
14271
|
+
_b$g[exports.BasketballGameLogTypes.rebound] = 'Подбор',
|
|
14272
|
+
_b$g[exports.BasketballGameLogTypes.offensive_rebound] = 'Подбор в нападении',
|
|
14273
|
+
_b$g[exports.BasketballGameLogTypes.defensive_rebound] = 'Подбор в защите',
|
|
14274
|
+
_b$g[exports.BasketballGameLogTypes.steal] = 'Перехват',
|
|
14275
|
+
_b$g[exports.BasketballGameLogTypes.turnover] = 'Потеря',
|
|
14276
|
+
_b$g[exports.BasketballGameLogTypes.personal_foul] = 'Фол',
|
|
14277
|
+
_b$g[exports.BasketballGameLogTypes.technical_foul] = 'Технический фол',
|
|
14278
|
+
_b$g[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Неспортиный фол',
|
|
14279
|
+
_b$g[exports.BasketballGameLogTypes.timeout] = 'Таймаут',
|
|
14280
|
+
_b$g[exports.BasketballGameLogTypes.team_rebound] = 'Командный подбор',
|
|
14281
|
+
_b$g[exports.BasketballGameLogTypes.dunk_attempt] = 'Данк мимо',
|
|
14282
|
+
_b$g[exports.BasketballGameLogTypes.dunk_made] = 'Данк',
|
|
14283
|
+
_b$g[exports.BasketballGameLogTypes.four_point_attempt] = 'Бросок 4 очка',
|
|
14284
|
+
_b$g[exports.BasketballGameLogTypes.four_point_made] = '4 очка',
|
|
14285
|
+
_b$g[exports.BasketballGameLogTypes.shootout] = 'Буллит',
|
|
14286
|
+
_b$g[exports.BasketballGameLogTypes.shootout_won] = 'Буллит выигран',
|
|
14287
|
+
_b$g[exports.BasketballGameLogTypes.shootout_lost] = 'Буллит проигран',
|
|
14288
|
+
_b$g[exports.BasketballGameLogTypes.moneyball_free_throw_attempt] = 'Штрафной бросок',
|
|
14289
|
+
_b$g[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 очка, штрафной',
|
|
14290
|
+
_b$g),
|
|
14291
|
+
_a$g[Locales.en] = (_c$g = {},
|
|
14292
|
+
_c$g[exports.BasketballGameLogTypes.enter_game] = 'Entering the court',
|
|
14293
|
+
_c$g[exports.BasketballGameLogTypes.exit_game] = 'Exit the court',
|
|
14294
|
+
_c$g[exports.BasketballGameLogTypes.remove_game] = 'Remove from the court',
|
|
14295
|
+
_c$g[exports.BasketballGameLogTypes.two_point_attempt] = 'Two point attempt',
|
|
14296
|
+
_c$g[exports.BasketballGameLogTypes.three_point_attempt] = 'Three point attempt',
|
|
14297
|
+
_c$g[exports.BasketballGameLogTypes.free_throw_attempt] = 'Free throw attempt',
|
|
14298
|
+
_c$g[exports.BasketballGameLogTypes.one_point_attempt] = 'One point attempt',
|
|
14299
|
+
_c$g[exports.BasketballGameLogTypes.two_point_made] = '2 points',
|
|
14300
|
+
_c$g[exports.BasketballGameLogTypes.three_point_made] = '3 points',
|
|
14301
|
+
_c$g[exports.BasketballGameLogTypes.free_throw_made] = '1 point, free throw',
|
|
14302
|
+
_c$g[exports.BasketballGameLogTypes.one_point_made] = '1 point',
|
|
14303
|
+
_c$g[exports.BasketballGameLogTypes.assist] = 'Assist',
|
|
14304
|
+
_c$g[exports.BasketballGameLogTypes.block] = 'Block',
|
|
14305
|
+
_c$g[exports.BasketballGameLogTypes.rebound] = 'Rebound',
|
|
14306
|
+
_c$g[exports.BasketballGameLogTypes.offensive_rebound] = 'Offensive rebound',
|
|
14307
|
+
_c$g[exports.BasketballGameLogTypes.defensive_rebound] = 'Defensive rebound',
|
|
14308
|
+
_c$g[exports.BasketballGameLogTypes.steal] = 'Steal',
|
|
14309
|
+
_c$g[exports.BasketballGameLogTypes.turnover] = 'Turnover',
|
|
14310
|
+
_c$g[exports.BasketballGameLogTypes.personal_foul] = 'Foul',
|
|
14311
|
+
_c$g[exports.BasketballGameLogTypes.technical_foul] = 'Technical foul',
|
|
14312
|
+
_c$g[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Unsportsmanlike foul',
|
|
14313
|
+
_c$g[exports.BasketballGameLogTypes.timeout] = 'Timeout',
|
|
14314
|
+
_c$g[exports.BasketballGameLogTypes.team_rebound] = 'Team rebound',
|
|
14315
|
+
_c$g[exports.BasketballGameLogTypes.four_point_attempt] = 'Four point attempt',
|
|
14316
|
+
_c$g[exports.BasketballGameLogTypes.four_point_made] = '4 points',
|
|
14317
|
+
_c$g[exports.BasketballGameLogTypes.dunk_attempt] = 'Dunk miss',
|
|
14318
|
+
_c$g[exports.BasketballGameLogTypes.dunk_attempt] = 'Dunk',
|
|
14319
|
+
_c$g[exports.BasketballGameLogTypes.shootout] = 'Shootout',
|
|
14320
|
+
_c$g[exports.BasketballGameLogTypes.shootout_won] = 'Shootout won',
|
|
14321
|
+
_c$g[exports.BasketballGameLogTypes.shootout_lost] = 'Shootout lost',
|
|
14322
|
+
_c$g[exports.BasketballGameLogTypes.moneyball_free_throw_attempt] = 'Free throw attempt',
|
|
14323
|
+
_c$g[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 points, free throw',
|
|
14324
|
+
_c$g),
|
|
14190
14325
|
_a$g);
|
|
14191
14326
|
|
|
14192
|
-
var _a$f;
|
|
14327
|
+
var _a$f, _b$f, _c$f;
|
|
14193
14328
|
var BasketballGameSubLogTypesLocalization = (_a$f = {},
|
|
14194
|
-
|
|
14195
|
-
|
|
14196
|
-
|
|
14197
|
-
|
|
14198
|
-
|
|
14199
|
-
|
|
14200
|
-
|
|
14201
|
-
|
|
14202
|
-
|
|
14203
|
-
|
|
14204
|
-
|
|
14205
|
-
|
|
14206
|
-
|
|
14207
|
-
|
|
14208
|
-
|
|
14209
|
-
|
|
14210
|
-
|
|
14211
|
-
|
|
14212
|
-
|
|
14213
|
-
|
|
14214
|
-
|
|
14215
|
-
|
|
14216
|
-
|
|
14217
|
-
|
|
14218
|
-
|
|
14219
|
-
|
|
14220
|
-
|
|
14221
|
-
|
|
14222
|
-
|
|
14329
|
+
_a$f[Locales.ru] = (_b$f = {},
|
|
14330
|
+
// Shots
|
|
14331
|
+
_b$f[exports.BasketballSubLogTypes.jump_shot] = 'Джампшот',
|
|
14332
|
+
_b$f[exports.BasketballSubLogTypes.step_back_jump_shot] = 'Степ-бэк',
|
|
14333
|
+
_b$f[exports.BasketballSubLogTypes.floating_jump_shot] = 'Флоатинг',
|
|
14334
|
+
_b$f[exports.BasketballSubLogTypes.fade_away_jump_shot] = 'Фэйдавэй',
|
|
14335
|
+
_b$f[exports.BasketballSubLogTypes.pull_up_jump_shot] = 'Пуллап',
|
|
14336
|
+
_b$f[exports.BasketballSubLogTypes.turnaround_jump_shot] = 'Турнэраунд',
|
|
14337
|
+
_b$f[exports.BasketballSubLogTypes.dunk] = 'Данк',
|
|
14338
|
+
_b$f[exports.BasketballSubLogTypes.layup] = 'Лэйап',
|
|
14339
|
+
_b$f[exports.BasketballSubLogTypes.driving_layup] = 'Драйвинг лэйап',
|
|
14340
|
+
_b$f[exports.BasketballSubLogTypes.alley_oop] = 'Алейуп',
|
|
14341
|
+
_b$f[exports.BasketballSubLogTypes.hook_shot] = 'Хукшот',
|
|
14342
|
+
// foul
|
|
14343
|
+
_b$f[exports.BasketballSubLogTypes.offensive_foul] = 'В нападении',
|
|
14344
|
+
_b$f[exports.BasketballSubLogTypes.shot_foul] = 'При броксе',
|
|
14345
|
+
_b$f[exports.BasketballSubLogTypes.mutual_foul] = 'Обоюдный фол',
|
|
14346
|
+
// Turnover
|
|
14347
|
+
_b$f[exports.BasketballSubLogTypes.bad_pass] = 'Плохой пас',
|
|
14348
|
+
_b$f[exports.BasketballSubLogTypes.ball_handling] = 'На ведении',
|
|
14349
|
+
_b$f[exports.BasketballSubLogTypes.travel] = 'Пробежка',
|
|
14350
|
+
_b$f[exports.BasketballSubLogTypes.double_dribble] = 'Двойное ведение',
|
|
14351
|
+
_b$f[exports.BasketballSubLogTypes.out_of_bounds] = 'Заступ в аут',
|
|
14352
|
+
_b$f[exports.BasketballSubLogTypes.three_seconds] = '3 секунды',
|
|
14353
|
+
_b$f[exports.BasketballSubLogTypes.five_seconds] = '5 секунд',
|
|
14354
|
+
_b$f[exports.BasketballSubLogTypes.eight_seconds] = '8 секунд',
|
|
14355
|
+
_b$f[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 секунды',
|
|
14356
|
+
_b$f[exports.BasketballSubLogTypes.back_court] = 'Зона',
|
|
14357
|
+
_b$f[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Гоалтендинг',
|
|
14358
|
+
_b$f[exports.BasketballSubLogTypes.other_turnover] = 'Другое',
|
|
14359
|
+
_b$f),
|
|
14360
|
+
_a$f[Locales.en] = (_c$f = {},
|
|
14361
|
+
// Shots
|
|
14362
|
+
_c$f[exports.BasketballSubLogTypes.jump_shot] = 'Jump shot',
|
|
14363
|
+
_c$f[exports.BasketballSubLogTypes.step_back_jump_shot] = 'Step back',
|
|
14364
|
+
_c$f[exports.BasketballSubLogTypes.floating_jump_shot] = 'Floating',
|
|
14365
|
+
_c$f[exports.BasketballSubLogTypes.fade_away_jump_shot] = 'Fade-away',
|
|
14366
|
+
_c$f[exports.BasketballSubLogTypes.pull_up_jump_shot] = 'Pull-up',
|
|
14367
|
+
_c$f[exports.BasketballSubLogTypes.turnaround_jump_shot] = 'Turnaround',
|
|
14368
|
+
_c$f[exports.BasketballSubLogTypes.dunk] = 'Dunk',
|
|
14369
|
+
_c$f[exports.BasketballSubLogTypes.layup] = 'Layup',
|
|
14370
|
+
_c$f[exports.BasketballSubLogTypes.driving_layup] = 'Driving layup',
|
|
14371
|
+
_c$f[exports.BasketballSubLogTypes.alley_oop] = 'Alley-oop',
|
|
14372
|
+
_c$f[exports.BasketballSubLogTypes.hook_shot] = 'Hook-shot',
|
|
14373
|
+
// foul
|
|
14374
|
+
_c$f[exports.BasketballSubLogTypes.offensive_foul] = 'Offensive foul',
|
|
14375
|
+
_c$f[exports.BasketballSubLogTypes.shot_foul] = 'Shot foul',
|
|
14376
|
+
_c$f[exports.BasketballSubLogTypes.mutual_foul] = 'Mutual foul',
|
|
14377
|
+
// Turnover
|
|
14378
|
+
_c$f[exports.BasketballSubLogTypes.bad_pass] = 'Bad pass',
|
|
14379
|
+
_c$f[exports.BasketballSubLogTypes.ball_handling] = 'Ball handling',
|
|
14380
|
+
_c$f[exports.BasketballSubLogTypes.travel] = 'Travel',
|
|
14381
|
+
_c$f[exports.BasketballSubLogTypes.double_dribble] = 'Double dribble',
|
|
14382
|
+
_c$f[exports.BasketballSubLogTypes.out_of_bounds] = 'Out of bounds',
|
|
14383
|
+
_c$f[exports.BasketballSubLogTypes.three_seconds] = '3 second',
|
|
14384
|
+
_c$f[exports.BasketballSubLogTypes.five_seconds] = '5 second',
|
|
14385
|
+
_c$f[exports.BasketballSubLogTypes.eight_seconds] = '8 second',
|
|
14386
|
+
_c$f[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 second',
|
|
14387
|
+
_c$f[exports.BasketballSubLogTypes.back_court] = 'Back court',
|
|
14388
|
+
_c$f[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Goal tending',
|
|
14389
|
+
_c$f[exports.BasketballSubLogTypes.other_turnover] = 'Other',
|
|
14390
|
+
_c$f),
|
|
14223
14391
|
_a$f);
|
|
14224
14392
|
|
|
14225
|
-
var _a$e;
|
|
14393
|
+
var _a$e, _b$e, _c$e;
|
|
14226
14394
|
var HockeyGameLogTypeLocalization = (_a$e = {},
|
|
14227
|
-
_a$e[
|
|
14228
|
-
|
|
14229
|
-
|
|
14230
|
-
|
|
14231
|
-
|
|
14232
|
-
|
|
14233
|
-
|
|
14234
|
-
|
|
14235
|
-
|
|
14236
|
-
|
|
14237
|
-
|
|
14238
|
-
|
|
14239
|
-
|
|
14240
|
-
|
|
14241
|
-
|
|
14242
|
-
|
|
14243
|
-
|
|
14244
|
-
|
|
14245
|
-
|
|
14246
|
-
|
|
14247
|
-
|
|
14248
|
-
|
|
14249
|
-
|
|
14250
|
-
|
|
14251
|
-
|
|
14252
|
-
|
|
14253
|
-
|
|
14254
|
-
|
|
14255
|
-
|
|
14395
|
+
_a$e[Locales.ru] = (_b$e = {},
|
|
14396
|
+
_b$e[exports.HockeyGameLogTypes.enter_game] = 'Выход на площадку',
|
|
14397
|
+
_b$e[exports.HockeyGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
14398
|
+
_b$e[exports.HockeyGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
14399
|
+
_b$e[exports.HockeyGameLogTypes.shot_on_goal] = 'Бросок по воротам',
|
|
14400
|
+
_b$e[exports.HockeyGameLogTypes.shot_blocked] = 'Заблокированный бросок',
|
|
14401
|
+
_b$e[exports.HockeyGameLogTypes.goal] = 'Гол',
|
|
14402
|
+
_b$e[exports.HockeyGameLogTypes.shootout_attempt] = 'Буллит промах',
|
|
14403
|
+
_b$e[exports.HockeyGameLogTypes.shootout_goal] = 'Буллит гол',
|
|
14404
|
+
_b$e[exports.HockeyGameLogTypes.after_game_shootout_attempt] = 'Буллит промах',
|
|
14405
|
+
_b$e[exports.HockeyGameLogTypes.after_game_shootout_goal] = 'Буллит гол',
|
|
14406
|
+
_b$e[exports.HockeyGameLogTypes.assist] = 'Передача',
|
|
14407
|
+
_b$e[exports.HockeyGameLogTypes.block_shot] = 'Блокировка броска',
|
|
14408
|
+
_b$e[exports.HockeyGameLogTypes.minor_penalty] = 'Малый штраф',
|
|
14409
|
+
_b$e[exports.HockeyGameLogTypes.major_penalty] = 'Большой штраф',
|
|
14410
|
+
_b$e[exports.HockeyGameLogTypes.misconduct_penalty] = 'Дисциплинарный штраф',
|
|
14411
|
+
_b$e[exports.HockeyGameLogTypes.game_misconduct_penalty] = 'Дисциплинарный штраф до конца игры',
|
|
14412
|
+
_b$e[exports.HockeyGameLogTypes.match_penalty] = 'Матч-штраф',
|
|
14413
|
+
_b$e[exports.HockeyGameLogTypes.penalty_shot] = 'Штрафной бросок',
|
|
14414
|
+
_b$e[exports.HockeyGameLogTypes.face_off_lose] = 'Проигрыш в вбрасывании',
|
|
14415
|
+
_b$e[exports.HockeyGameLogTypes.face_off_win] = 'Победа в вбрасывании',
|
|
14416
|
+
_b$e[exports.HockeyGameLogTypes.save] = 'Отражен бросок',
|
|
14417
|
+
_b$e[exports.HockeyGameLogTypes.shootout_save] = 'Отражен бросок',
|
|
14418
|
+
_b$e[exports.HockeyGameLogTypes.after_game_shootout_save] = 'Отражен бросок',
|
|
14419
|
+
_b$e[exports.HockeyGameLogTypes.timeout] = 'Таймаут',
|
|
14420
|
+
_b$e[exports.HockeyGameLogTypes.penalty_start] = 'Начало штрафного времени',
|
|
14421
|
+
_b$e[exports.HockeyGameLogTypes.penalty_end] = 'Конец штрафного времени',
|
|
14422
|
+
_b$e[exports.HockeyGameLogTypes.steal] = 'Отбор',
|
|
14423
|
+
_b$e[exports.HockeyGameLogTypes.loss] = 'Потеря',
|
|
14424
|
+
_b$e[exports.HockeyGameLogTypes.sharp_pass] = 'Острая передача',
|
|
14425
|
+
_b$e),
|
|
14426
|
+
_a$e[Locales.en] = (_c$e = {},
|
|
14427
|
+
_c$e[exports.HockeyGameLogTypes.enter_game] = 'Entering the court',
|
|
14428
|
+
_c$e[exports.HockeyGameLogTypes.exit_game] = 'Exit the court',
|
|
14429
|
+
_c$e[exports.HockeyGameLogTypes.shot_miss] = 'Missing shot',
|
|
14430
|
+
_c$e[exports.HockeyGameLogTypes.shot_on_goal] = 'Shot on a goal',
|
|
14431
|
+
_c$e[exports.HockeyGameLogTypes.shot_blocked] = 'Blocked shot',
|
|
14432
|
+
_c$e[exports.HockeyGameLogTypes.goal] = 'Goal',
|
|
14433
|
+
_c$e[exports.HockeyGameLogTypes.shootout_attempt] = 'Shootout miss',
|
|
14434
|
+
_c$e[exports.HockeyGameLogTypes.shootout_goal] = 'Shootout goal',
|
|
14435
|
+
_c$e[exports.HockeyGameLogTypes.after_game_shootout_attempt] = 'Shootout miss',
|
|
14436
|
+
_c$e[exports.HockeyGameLogTypes.after_game_shootout_goal] = 'Shootout goal',
|
|
14437
|
+
_c$e[exports.HockeyGameLogTypes.assist] = 'Assist',
|
|
14438
|
+
_c$e[exports.HockeyGameLogTypes.block_shot] = 'Shot is blocked',
|
|
14439
|
+
_c$e[exports.HockeyGameLogTypes.minor_penalty] = 'Minor penalty',
|
|
14440
|
+
_c$e[exports.HockeyGameLogTypes.major_penalty] = 'Major penalty',
|
|
14441
|
+
_c$e[exports.HockeyGameLogTypes.misconduct_penalty] = 'Misconduct penalty',
|
|
14442
|
+
_c$e[exports.HockeyGameLogTypes.game_misconduct_penalty] = 'Disciplinary penalty until the end of the game',
|
|
14443
|
+
_c$e[exports.HockeyGameLogTypes.match_penalty] = 'Match penalty',
|
|
14444
|
+
_c$e[exports.HockeyGameLogTypes.penalty_shot] = 'Penalty shot',
|
|
14445
|
+
_c$e[exports.HockeyGameLogTypes.face_off_lose] = 'Face-off lose',
|
|
14446
|
+
_c$e[exports.HockeyGameLogTypes.face_off_win] = 'Face-off win',
|
|
14447
|
+
_c$e[exports.HockeyGameLogTypes.save] = 'Throw is reflected',
|
|
14448
|
+
_c$e[exports.HockeyGameLogTypes.shootout_save] = 'Throw is reflected',
|
|
14449
|
+
_c$e[exports.HockeyGameLogTypes.after_game_shootout_save] = 'Throw is reflected',
|
|
14450
|
+
_c$e[exports.HockeyGameLogTypes.timeout] = 'Timeout',
|
|
14451
|
+
_c$e[exports.HockeyGameLogTypes.penalty_start] = 'The beginning of the penalty time',
|
|
14452
|
+
_c$e[exports.HockeyGameLogTypes.penalty_end] = 'End of penalty time',
|
|
14453
|
+
_c$e[exports.HockeyGameLogTypes.steal] = 'Steal',
|
|
14454
|
+
_c$e[exports.HockeyGameLogTypes.loss] = 'Loss',
|
|
14455
|
+
_c$e[exports.HockeyGameLogTypes.sharp_pass] = 'Sharp pass',
|
|
14456
|
+
_c$e),
|
|
14256
14457
|
_a$e);
|
|
14257
14458
|
|
|
14258
|
-
var _a$d;
|
|
14459
|
+
var _a$d, _b$d, _c$d;
|
|
14259
14460
|
var FootballGameLogTypeLocalization = (_a$d = {},
|
|
14260
|
-
_a$d[
|
|
14261
|
-
|
|
14262
|
-
|
|
14263
|
-
|
|
14264
|
-
|
|
14265
|
-
|
|
14266
|
-
|
|
14267
|
-
|
|
14268
|
-
|
|
14269
|
-
|
|
14270
|
-
|
|
14271
|
-
|
|
14272
|
-
|
|
14273
|
-
|
|
14274
|
-
|
|
14275
|
-
|
|
14276
|
-
|
|
14277
|
-
|
|
14278
|
-
|
|
14279
|
-
|
|
14280
|
-
|
|
14281
|
-
|
|
14282
|
-
|
|
14283
|
-
|
|
14284
|
-
|
|
14285
|
-
|
|
14286
|
-
|
|
14287
|
-
|
|
14288
|
-
|
|
14289
|
-
|
|
14290
|
-
|
|
14291
|
-
|
|
14292
|
-
|
|
14293
|
-
|
|
14461
|
+
_a$d[Locales.ru] = (_b$d = {},
|
|
14462
|
+
_b$d[exports.FootballGameLogTypes.enter_game] = 'Выход на поле',
|
|
14463
|
+
_b$d[exports.FootballGameLogTypes.exit_game] = 'Ушел с поля',
|
|
14464
|
+
_b$d[exports.FootballGameLogTypes.shot_miss] = 'Удар мимо',
|
|
14465
|
+
_b$d[exports.FootballGameLogTypes.shot_on_goal] = 'Удар в створ',
|
|
14466
|
+
_b$d[exports.FootballGameLogTypes.shot_blocked] = 'Заблокированный удар',
|
|
14467
|
+
_b$d[exports.FootballGameLogTypes.goal] = 'Гол',
|
|
14468
|
+
_b$d[exports.FootballGameLogTypes.assist] = 'Передача',
|
|
14469
|
+
_b$d[exports.FootballGameLogTypes.penalty_attempt] = 'Пенальти промах',
|
|
14470
|
+
_b$d[exports.FootballGameLogTypes.penalty_goal] = 'Пенальти гол',
|
|
14471
|
+
_b$d[exports.FootballGameLogTypes.small_penalty_attempt] = '10-метровый промах',
|
|
14472
|
+
_b$d[exports.FootballGameLogTypes.small_penalty_goal] = '10-метровый гол',
|
|
14473
|
+
_b$d[exports.FootballGameLogTypes.block_shot] = 'Блокировка удара',
|
|
14474
|
+
_b$d[exports.FootballGameLogTypes.corner] = 'Угловой',
|
|
14475
|
+
_b$d[exports.FootballGameLogTypes.free_kick] = 'Штрафной удар',
|
|
14476
|
+
_b$d[exports.FootballGameLogTypes.save] = 'Отражен удар',
|
|
14477
|
+
_b$d[exports.FootballGameLogTypes.penalty_save] = 'Отражен пенальти',
|
|
14478
|
+
_b$d[exports.FootballGameLogTypes.small_penalty_save] = 'Отражен 10 метровый',
|
|
14479
|
+
_b$d[exports.FootballGameLogTypes.foul] = 'Фол',
|
|
14480
|
+
_b$d[exports.FootballGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
14481
|
+
_b$d[exports.FootballGameLogTypes.red_card] = 'Красная карточка',
|
|
14482
|
+
_b$d[exports.FootballGameLogTypes.perfect_pass] = 'Пас',
|
|
14483
|
+
_b$d[exports.FootballGameLogTypes.loss] = 'Потеря',
|
|
14484
|
+
_b$d[exports.FootballGameLogTypes.steal] = 'Перехват',
|
|
14485
|
+
_b$d[exports.FootballGameLogTypes.out] = 'Аут',
|
|
14486
|
+
_b$d[exports.FootballGameLogTypes.timeout] = 'Таймаут',
|
|
14487
|
+
_b$d[exports.FootballGameLogTypes.auto_goal] = 'Автогол',
|
|
14488
|
+
_b$d[exports.FootballGameLogTypes.end_game_penalty_goal] = 'Пенальти гол',
|
|
14489
|
+
_b$d[exports.FootballGameLogTypes.end_game_penalty_miss] = 'Пенальти промах',
|
|
14490
|
+
_b$d[exports.FootballGameLogTypes.end_game_penalty_save] = 'Отражен пенальти',
|
|
14491
|
+
_b$d[exports.FootballGameLogTypes.duel_won] = 'Дуэль выиграна',
|
|
14492
|
+
_b$d[exports.FootballGameLogTypes.duel_lost] = 'Дуэль проиграна',
|
|
14493
|
+
_b$d[exports.FootballGameLogTypes.double_goal] = 'Гол+2',
|
|
14494
|
+
_b$d[exports.FootballGameLogTypes.super_game] = 'Супер игра',
|
|
14495
|
+
_b$d[exports.FootballGameLogTypes.color_ball] = 'Цветной мяч',
|
|
14496
|
+
_b$d),
|
|
14497
|
+
_a$d[Locales.en] = (_c$d = {},
|
|
14498
|
+
_c$d[exports.FootballGameLogTypes.enter_game] = 'Entering the court',
|
|
14499
|
+
_c$d[exports.FootballGameLogTypes.exit_game] = 'Exit the court',
|
|
14500
|
+
_c$d[exports.FootballGameLogTypes.shot_miss] = 'Missing shot',
|
|
14501
|
+
_c$d[exports.FootballGameLogTypes.shot_on_goal] = 'Shot on goal',
|
|
14502
|
+
_c$d[exports.FootballGameLogTypes.shot_blocked] = 'Shot is blocked',
|
|
14503
|
+
_c$d[exports.FootballGameLogTypes.goal] = 'Goal',
|
|
14504
|
+
_c$d[exports.FootballGameLogTypes.assist] = 'Assist',
|
|
14505
|
+
_c$d[exports.FootballGameLogTypes.penalty_attempt] = 'Penalty miss',
|
|
14506
|
+
_c$d[exports.FootballGameLogTypes.penalty_goal] = 'Penalty goal',
|
|
14507
|
+
_c$d[exports.FootballGameLogTypes.small_penalty_attempt] = '10-meters shot miss',
|
|
14508
|
+
_c$d[exports.FootballGameLogTypes.small_penalty_goal] = '10-meters goal',
|
|
14509
|
+
_c$d[exports.FootballGameLogTypes.block_shot] = 'Blocking shot',
|
|
14510
|
+
_c$d[exports.FootballGameLogTypes.corner] = 'Corner',
|
|
14511
|
+
_c$d[exports.FootballGameLogTypes.free_kick] = 'Free kick',
|
|
14512
|
+
_c$d[exports.FootballGameLogTypes.save] = 'Save',
|
|
14513
|
+
_c$d[exports.FootballGameLogTypes.penalty_save] = 'Penalty save',
|
|
14514
|
+
_c$d[exports.FootballGameLogTypes.small_penalty_save] = '10-meters save',
|
|
14515
|
+
_c$d[exports.FootballGameLogTypes.foul] = 'Foul',
|
|
14516
|
+
_c$d[exports.FootballGameLogTypes.yellow_card] = 'Yellow card',
|
|
14517
|
+
_c$d[exports.FootballGameLogTypes.red_card] = 'Red card',
|
|
14518
|
+
_c$d[exports.FootballGameLogTypes.perfect_pass] = 'Pass',
|
|
14519
|
+
_c$d[exports.FootballGameLogTypes.loss] = 'Loss',
|
|
14520
|
+
_c$d[exports.FootballGameLogTypes.steal] = 'Steal',
|
|
14521
|
+
_c$d[exports.FootballGameLogTypes.out] = 'Out',
|
|
14522
|
+
_c$d[exports.FootballGameLogTypes.timeout] = 'Timeout',
|
|
14523
|
+
_c$d[exports.FootballGameLogTypes.auto_goal] = 'Own goal',
|
|
14524
|
+
_c$d[exports.FootballGameLogTypes.end_game_penalty_goal] = 'Penalty goal',
|
|
14525
|
+
_c$d[exports.FootballGameLogTypes.end_game_penalty_miss] = 'Penalty miss',
|
|
14526
|
+
_c$d[exports.FootballGameLogTypes.end_game_penalty_save] = 'Penalty save',
|
|
14527
|
+
_c$d[exports.FootballGameLogTypes.duel_won] = 'Duel won',
|
|
14528
|
+
_c$d[exports.FootballGameLogTypes.duel_lost] = 'Duel lost',
|
|
14529
|
+
_c$d[exports.FootballGameLogTypes.double_goal] = 'Goal+2',
|
|
14530
|
+
_c$d[exports.FootballGameLogTypes.super_game] = 'Super game',
|
|
14531
|
+
_c$d[exports.FootballGameLogTypes.color_ball] = 'Color ball',
|
|
14532
|
+
_c$d),
|
|
14294
14533
|
_a$d);
|
|
14295
14534
|
|
|
14296
|
-
var _a$c;
|
|
14535
|
+
var _a$c, _b$c, _c$c;
|
|
14297
14536
|
var HandballGameLogTypeLocalization = (_a$c = {},
|
|
14298
|
-
_a$c[
|
|
14299
|
-
|
|
14300
|
-
|
|
14301
|
-
|
|
14302
|
-
|
|
14303
|
-
|
|
14304
|
-
|
|
14305
|
-
|
|
14306
|
-
|
|
14307
|
-
|
|
14308
|
-
|
|
14309
|
-
|
|
14310
|
-
|
|
14311
|
-
|
|
14312
|
-
|
|
14313
|
-
|
|
14314
|
-
|
|
14315
|
-
|
|
14316
|
-
|
|
14317
|
-
|
|
14537
|
+
_a$c[Locales.ru] = (_b$c = {},
|
|
14538
|
+
_b$c[exports.HandballGameLogTypes.enter_game] = 'Выход на поле',
|
|
14539
|
+
_b$c[exports.HandballGameLogTypes.exit_game] = 'Ушел с поля',
|
|
14540
|
+
_b$c[exports.HandballGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
14541
|
+
_b$c[exports.HandballGameLogTypes.shot_on_goal] = 'Бросок в створ',
|
|
14542
|
+
_b$c[exports.HandballGameLogTypes.shot_blocked] = 'Заблокированный бросок',
|
|
14543
|
+
_b$c[exports.HandballGameLogTypes.goal] = 'Гол',
|
|
14544
|
+
_b$c[exports.HandballGameLogTypes.assist] = 'Передача',
|
|
14545
|
+
_b$c[exports.HandballGameLogTypes.penalty_miss] = '7м промах',
|
|
14546
|
+
_b$c[exports.HandballGameLogTypes.penalty_shot_on_goal] = '7м в створ',
|
|
14547
|
+
_b$c[exports.HandballGameLogTypes.penalty_goal] = '7м гол',
|
|
14548
|
+
_b$c[exports.HandballGameLogTypes.save] = 'Сэйв',
|
|
14549
|
+
_b$c[exports.HandballGameLogTypes.penalty_save] = 'Сэйв 7м',
|
|
14550
|
+
_b$c[exports.HandballGameLogTypes.foul] = 'Фол',
|
|
14551
|
+
_b$c[exports.HandballGameLogTypes.yellow_card] = 'Желлтая карточка',
|
|
14552
|
+
_b$c[exports.HandballGameLogTypes.red_card] = 'Красная карточка',
|
|
14553
|
+
_b$c[exports.HandballGameLogTypes.two_minute_foul] = '2х минутный штраф',
|
|
14554
|
+
_b$c[exports.HandballGameLogTypes.turnover] = 'Потеря',
|
|
14555
|
+
_b$c[exports.HandballGameLogTypes.steal] = 'Перехват',
|
|
14556
|
+
_b$c[exports.HandballGameLogTypes.block_shot] = 'Блок броска',
|
|
14557
|
+
_b$c[exports.HandballGameLogTypes.timeout] = 'Таймаут',
|
|
14558
|
+
_b$c),
|
|
14559
|
+
_a$c[Locales.en] = (_c$c = {},
|
|
14560
|
+
_c$c[exports.HandballGameLogTypes.enter_game] = 'Entering the court',
|
|
14561
|
+
_c$c[exports.HandballGameLogTypes.exit_game] = 'Exit the court',
|
|
14562
|
+
_c$c[exports.HandballGameLogTypes.shot_miss] = 'Missing shot',
|
|
14563
|
+
_c$c[exports.HandballGameLogTypes.shot_on_goal] = 'Shot on goal',
|
|
14564
|
+
_c$c[exports.HandballGameLogTypes.shot_blocked] = 'Blocking shot',
|
|
14565
|
+
_c$c[exports.HandballGameLogTypes.goal] = 'Goal',
|
|
14566
|
+
_c$c[exports.HandballGameLogTypes.assist] = 'Assist',
|
|
14567
|
+
_c$c[exports.HandballGameLogTypes.penalty_miss] = 'Penalty miss',
|
|
14568
|
+
_c$c[exports.HandballGameLogTypes.penalty_shot_on_goal] = 'Penalty on goal',
|
|
14569
|
+
_c$c[exports.HandballGameLogTypes.penalty_goal] = 'Penalty goal',
|
|
14570
|
+
_c$c[exports.HandballGameLogTypes.save] = 'Save',
|
|
14571
|
+
_c$c[exports.HandballGameLogTypes.penalty_save] = 'Penalty save',
|
|
14572
|
+
_c$c[exports.HandballGameLogTypes.foul] = 'Foul',
|
|
14573
|
+
_c$c[exports.HandballGameLogTypes.yellow_card] = 'Yellow card',
|
|
14574
|
+
_c$c[exports.HandballGameLogTypes.red_card] = 'Red card',
|
|
14575
|
+
_c$c[exports.HandballGameLogTypes.two_minute_foul] = '2-minute penalty',
|
|
14576
|
+
_c$c[exports.HandballGameLogTypes.turnover] = 'Turnover',
|
|
14577
|
+
_c$c[exports.HandballGameLogTypes.steal] = 'Steal',
|
|
14578
|
+
_c$c[exports.HandballGameLogTypes.block_shot] = 'Block shot',
|
|
14579
|
+
_c$c[exports.HandballGameLogTypes.timeout] = 'Timeout',
|
|
14580
|
+
_c$c),
|
|
14318
14581
|
_a$c);
|
|
14319
14582
|
|
|
14320
|
-
var _a$b;
|
|
14583
|
+
var _a$b, _b$b, _c$b;
|
|
14321
14584
|
var WaterpoloGameLogTypeLocalization = (_a$b = {},
|
|
14322
|
-
_a$b[
|
|
14323
|
-
|
|
14324
|
-
|
|
14325
|
-
|
|
14326
|
-
|
|
14327
|
-
|
|
14328
|
-
|
|
14329
|
-
|
|
14330
|
-
|
|
14331
|
-
|
|
14332
|
-
|
|
14333
|
-
|
|
14334
|
-
|
|
14335
|
-
|
|
14336
|
-
|
|
14337
|
-
|
|
14338
|
-
|
|
14339
|
-
|
|
14340
|
-
|
|
14341
|
-
|
|
14342
|
-
|
|
14343
|
-
|
|
14344
|
-
|
|
14345
|
-
|
|
14346
|
-
|
|
14347
|
-
|
|
14348
|
-
|
|
14349
|
-
|
|
14350
|
-
|
|
14351
|
-
|
|
14352
|
-
|
|
14353
|
-
|
|
14354
|
-
|
|
14355
|
-
|
|
14356
|
-
|
|
14357
|
-
|
|
14358
|
-
|
|
14359
|
-
|
|
14360
|
-
|
|
14361
|
-
|
|
14362
|
-
|
|
14363
|
-
|
|
14364
|
-
|
|
14365
|
-
|
|
14366
|
-
|
|
14367
|
-
|
|
14368
|
-
|
|
14369
|
-
|
|
14370
|
-
|
|
14371
|
-
|
|
14372
|
-
|
|
14373
|
-
|
|
14374
|
-
|
|
14375
|
-
|
|
14376
|
-
|
|
14377
|
-
|
|
14378
|
-
|
|
14379
|
-
|
|
14380
|
-
|
|
14381
|
-
|
|
14382
|
-
|
|
14383
|
-
|
|
14384
|
-
|
|
14385
|
-
|
|
14585
|
+
_a$b[Locales.ru] = (_b$b = {},
|
|
14586
|
+
_b$b[exports.WaterpoloGameLogTypes.enter_game] = 'Выход на площадку',
|
|
14587
|
+
_b$b[exports.WaterpoloGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
14588
|
+
_b$b[exports.WaterpoloGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
14589
|
+
_b$b[exports.WaterpoloGameLogTypes.counterattack_miss] = 'Бросок мимо в контратаке',
|
|
14590
|
+
_b$b[exports.WaterpoloGameLogTypes.maneuver_miss] = 'Бросок мимо с маневра',
|
|
14591
|
+
_b$b[exports.WaterpoloGameLogTypes.center_forward_miss] = 'Бросок мимо со столба',
|
|
14592
|
+
_b$b[exports.WaterpoloGameLogTypes.shot_on_goal] = 'Бросок по воротам',
|
|
14593
|
+
_b$b[exports.WaterpoloGameLogTypes.counterattack_on_goal] = 'Бросок по воротам в контратаке',
|
|
14594
|
+
_b$b[exports.WaterpoloGameLogTypes.maneuver_on_goal] = 'Бросок по воротам с маневра',
|
|
14595
|
+
_b$b[exports.WaterpoloGameLogTypes.center_forward_on_goal] = 'Бросок по воротам со столба',
|
|
14596
|
+
_b$b[exports.WaterpoloGameLogTypes.shot_blocked] = 'Заблокирован бросок',
|
|
14597
|
+
_b$b[exports.WaterpoloGameLogTypes.counter_attack_shot_blocked] = 'Заблокирован бросок в контратаке',
|
|
14598
|
+
_b$b[exports.WaterpoloGameLogTypes.maneuver_shot_blocked] = 'Заблокирован бросок с маневра',
|
|
14599
|
+
_b$b[exports.WaterpoloGameLogTypes.center_forward_shot_blocked] = 'Заблокирован бросок со столба',
|
|
14600
|
+
_b$b[exports.WaterpoloGameLogTypes.goal] = 'Гол',
|
|
14601
|
+
_b$b[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Гол с маневра',
|
|
14602
|
+
_b$b[exports.WaterpoloGameLogTypes.counterattack_goal] = 'Гол в контратаке',
|
|
14603
|
+
_b$b[exports.WaterpoloGameLogTypes.center_forward_goal] = 'Гол со столба',
|
|
14604
|
+
_b$b[exports.WaterpoloGameLogTypes.shootout_attempt] = 'Пенальти промах',
|
|
14605
|
+
_b$b[exports.WaterpoloGameLogTypes.shootout_goal] = 'Пенальти гол',
|
|
14606
|
+
_b$b[exports.WaterpoloGameLogTypes.after_game_shootout_attempt] = 'Пенальти промах',
|
|
14607
|
+
_b$b[exports.WaterpoloGameLogTypes.after_game_shootout_goal] = 'Пенальти гол',
|
|
14608
|
+
_b$b[exports.WaterpoloGameLogTypes.assist] = 'Голевая передача',
|
|
14609
|
+
_b$b[exports.WaterpoloGameLogTypes.block_shot] = 'Блокировка броска',
|
|
14610
|
+
_b$b[exports.WaterpoloGameLogTypes.minor_penalty] = 'Удаление на 20 сек.',
|
|
14611
|
+
_b$b[exports.WaterpoloGameLogTypes.major_penalty] = 'Удаление + 20 сек. штраф',
|
|
14612
|
+
_b$b[exports.WaterpoloGameLogTypes.match_penalty] = 'Удаление + 4 мин. штраф',
|
|
14613
|
+
_b$b[exports.WaterpoloGameLogTypes.foul] = 'Фол',
|
|
14614
|
+
_b$b[exports.WaterpoloGameLogTypes.penalty_foul] = 'Фол пенальти',
|
|
14615
|
+
_b$b[exports.WaterpoloGameLogTypes.attack_foul] = 'Фол в нападении',
|
|
14616
|
+
_b$b[exports.WaterpoloGameLogTypes.personal_foul] = 'Персональный фол',
|
|
14617
|
+
_b$b[exports.WaterpoloGameLogTypes.penalty_shot] = 'Штрафной бросок',
|
|
14618
|
+
_b$b[exports.WaterpoloGameLogTypes.face_off_lose] = 'Проигрыш в спринте',
|
|
14619
|
+
_b$b[exports.WaterpoloGameLogTypes.face_off_win] = 'Победа в спринте',
|
|
14620
|
+
_b$b[exports.WaterpoloGameLogTypes.save] = 'Отражен бросок',
|
|
14621
|
+
_b$b[exports.WaterpoloGameLogTypes.counterattack_save] = 'Отражен бросок в контратаке',
|
|
14622
|
+
_b$b[exports.WaterpoloGameLogTypes.maneuver_save] = 'Отражен бросок с маневра',
|
|
14623
|
+
_b$b[exports.WaterpoloGameLogTypes.center_forward_save] = 'Отражен бросок со столба',
|
|
14624
|
+
_b$b[exports.WaterpoloGameLogTypes.free_kick_save] = 'Отражен бросок со свободного',
|
|
14625
|
+
_b$b[exports.WaterpoloGameLogTypes.corner_save] = 'Отражен бросок с углового',
|
|
14626
|
+
_b$b[exports.WaterpoloGameLogTypes.shootout_save] = 'Отражен бросок с пенальти',
|
|
14627
|
+
_b$b[exports.WaterpoloGameLogTypes.after_game_shootout_save] = 'Отражен бросок с пенальти',
|
|
14628
|
+
_b$b[exports.WaterpoloGameLogTypes.timeout] = 'Таймаут',
|
|
14629
|
+
_b$b[exports.WaterpoloGameLogTypes.penalty_start] = 'Начало штрафного времени',
|
|
14630
|
+
_b$b[exports.WaterpoloGameLogTypes.penalty_end] = 'Конец штрафного времени',
|
|
14631
|
+
_b$b[exports.WaterpoloGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
14632
|
+
_b$b[exports.WaterpoloGameLogTypes.red_card] = 'Красная карточка',
|
|
14633
|
+
_b$b[exports.WaterpoloGameLogTypes.turnover] = 'Переход владения',
|
|
14634
|
+
_b$b[exports.WaterpoloGameLogTypes.loss] = 'Потеря',
|
|
14635
|
+
_b$b[exports.WaterpoloGameLogTypes.steal] = 'Перехват',
|
|
14636
|
+
_b$b[exports.WaterpoloGameLogTypes.tackle] = 'Отбор',
|
|
14637
|
+
_b$b[exports.WaterpoloGameLogTypes.free_kick_goal] = 'Гол со свободного удара',
|
|
14638
|
+
_b$b[exports.WaterpoloGameLogTypes.free_kick_on_goal] = 'Бросок со свободного удара в створ',
|
|
14639
|
+
_b$b[exports.WaterpoloGameLogTypes.free_kick_miss] = 'Бросок мимо со свободного удара',
|
|
14640
|
+
_b$b[exports.WaterpoloGameLogTypes.free_kick_shot_blocked] = 'Заблокирован бросок со свободного удара',
|
|
14641
|
+
_b$b[exports.WaterpoloGameLogTypes.free_kick_pass] = 'Пас со свободного удара',
|
|
14642
|
+
_b$b[exports.WaterpoloGameLogTypes.free_kick_self] = 'Розыгрыш свободного удара',
|
|
14643
|
+
_b$b[exports.WaterpoloGameLogTypes.corner_goal] = 'Гол с углового',
|
|
14644
|
+
_b$b[exports.WaterpoloGameLogTypes.corner_on_goal] = 'Бросок с углового в створ',
|
|
14645
|
+
_b$b[exports.WaterpoloGameLogTypes.corner_miss] = 'Бросок мимо с углового',
|
|
14646
|
+
_b$b[exports.WaterpoloGameLogTypes.corner_shot_blocked] = 'Заблокирован бросок с углового',
|
|
14647
|
+
_b$b[exports.WaterpoloGameLogTypes.corner_pass] = 'Пас с углового',
|
|
14648
|
+
_b$b[exports.WaterpoloGameLogTypes.corner_self] = 'Розыгрыш углового',
|
|
14649
|
+
_b$b[exports.WaterpoloGameLogTypes.complete_penalty_time] = 'Досрочное завершение штрафа',
|
|
14650
|
+
_b$b),
|
|
14651
|
+
_a$b[Locales.en] = (_c$b = {},
|
|
14652
|
+
_c$b[exports.WaterpoloGameLogTypes.enter_game] = 'Entering the court',
|
|
14653
|
+
_c$b[exports.WaterpoloGameLogTypes.exit_game] = 'Exit the court',
|
|
14654
|
+
_c$b[exports.WaterpoloGameLogTypes.shot_miss] = 'Missing shoot',
|
|
14655
|
+
_c$b[exports.WaterpoloGameLogTypes.counterattack_miss] = 'Throw past on the counterattack',
|
|
14656
|
+
_c$b[exports.WaterpoloGameLogTypes.maneuver_miss] = 'Throw past from the manoeuvre',
|
|
14657
|
+
_c$b[exports.WaterpoloGameLogTypes.center_forward_miss] = 'Throw past from center forward',
|
|
14658
|
+
_c$b[exports.WaterpoloGameLogTypes.shot_on_goal] = 'Shot at the goal',
|
|
14659
|
+
_c$b[exports.WaterpoloGameLogTypes.counterattack_on_goal] = 'Shot at the goal in a counterattack',
|
|
14660
|
+
_c$b[exports.WaterpoloGameLogTypes.maneuver_on_goal] = 'Shot at the goal from a maneuver',
|
|
14661
|
+
_c$b[exports.WaterpoloGameLogTypes.center_forward_on_goal] = 'Shot at the goal from center forward',
|
|
14662
|
+
_c$b[exports.WaterpoloGameLogTypes.shot_blocked] = 'The throw is blocked',
|
|
14663
|
+
_c$b[exports.WaterpoloGameLogTypes.counter_attack_shot_blocked] = 'A counterattack throw is blocked',
|
|
14664
|
+
_c$b[exports.WaterpoloGameLogTypes.maneuver_shot_blocked] = 'The maneuver throw is blocked',
|
|
14665
|
+
_c$b[exports.WaterpoloGameLogTypes.center_forward_shot_blocked] = 'The shot from the center forward is blocked',
|
|
14666
|
+
_c$b[exports.WaterpoloGameLogTypes.goal] = 'Goal',
|
|
14667
|
+
_c$b[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Goal from a maneuver',
|
|
14668
|
+
_c$b[exports.WaterpoloGameLogTypes.counterattack_goal] = 'Goal in a counterattack',
|
|
14669
|
+
_c$b[exports.WaterpoloGameLogTypes.center_forward_goal] = 'Goal from the center forward',
|
|
14670
|
+
_c$b[exports.WaterpoloGameLogTypes.shootout_attempt] = 'Penalty miss',
|
|
14671
|
+
_c$b[exports.WaterpoloGameLogTypes.shootout_goal] = 'Penalty goal',
|
|
14672
|
+
_c$b[exports.WaterpoloGameLogTypes.after_game_shootout_attempt] = 'Penalty miss',
|
|
14673
|
+
_c$b[exports.WaterpoloGameLogTypes.after_game_shootout_goal] = 'Penalty goal',
|
|
14674
|
+
_c$b[exports.WaterpoloGameLogTypes.assist] = 'Assist',
|
|
14675
|
+
_c$b[exports.WaterpoloGameLogTypes.block_shot] = 'Blocking a throw',
|
|
14676
|
+
_c$b[exports.WaterpoloGameLogTypes.minor_penalty] = 'Removal for 20 sec.',
|
|
14677
|
+
_c$b[exports.WaterpoloGameLogTypes.major_penalty] = 'Removal + 4 min. fine',
|
|
14678
|
+
_c$b[exports.WaterpoloGameLogTypes.match_penalty] = 'Removal before the end of the match',
|
|
14679
|
+
_c$b[exports.WaterpoloGameLogTypes.foul] = 'Foul',
|
|
14680
|
+
_c$b[exports.WaterpoloGameLogTypes.penalty_foul] = 'Penalty foul',
|
|
14681
|
+
_c$b[exports.WaterpoloGameLogTypes.attack_foul] = 'Attack foul',
|
|
14682
|
+
_c$b[exports.WaterpoloGameLogTypes.personal_foul] = 'Personal foul',
|
|
14683
|
+
_c$b[exports.WaterpoloGameLogTypes.penalty_shot] = 'Penalty shot',
|
|
14684
|
+
_c$b[exports.WaterpoloGameLogTypes.face_off_lose] = 'Losing in the sprint',
|
|
14685
|
+
_c$b[exports.WaterpoloGameLogTypes.face_off_win] = 'Winning the sprint',
|
|
14686
|
+
_c$b[exports.WaterpoloGameLogTypes.save] = 'Throw is reflected',
|
|
14687
|
+
_c$b[exports.WaterpoloGameLogTypes.counterattack_save] = 'Throw in the counterattack is reflected',
|
|
14688
|
+
_c$b[exports.WaterpoloGameLogTypes.maneuver_save] = 'Throw from a maneuver is reflected',
|
|
14689
|
+
_c$b[exports.WaterpoloGameLogTypes.center_forward_save] = 'Throw from the center forward is reflected',
|
|
14690
|
+
_c$b[exports.WaterpoloGameLogTypes.free_kick_save] = 'Free throw is reflected',
|
|
14691
|
+
_c$b[exports.WaterpoloGameLogTypes.corner_save] = 'Shot from a corner is reflected',
|
|
14692
|
+
_c$b[exports.WaterpoloGameLogTypes.shootout_save] = 'Penalty kick was deflected',
|
|
14693
|
+
_c$b[exports.WaterpoloGameLogTypes.after_game_shootout_save] = 'Penalty kick was deflected',
|
|
14694
|
+
_c$b[exports.WaterpoloGameLogTypes.timeout] = 'Timeout',
|
|
14695
|
+
_c$b[exports.WaterpoloGameLogTypes.penalty_start] = 'The beginning of the penalty time',
|
|
14696
|
+
_c$b[exports.WaterpoloGameLogTypes.penalty_end] = 'End of penalty time',
|
|
14697
|
+
_c$b[exports.WaterpoloGameLogTypes.yellow_card] = 'Yellow card',
|
|
14698
|
+
_c$b[exports.WaterpoloGameLogTypes.red_card] = 'Red card',
|
|
14699
|
+
_c$b[exports.WaterpoloGameLogTypes.turnover] = 'Change of possession',
|
|
14700
|
+
_c$b[exports.WaterpoloGameLogTypes.loss] = 'Loss',
|
|
14701
|
+
_c$b[exports.WaterpoloGameLogTypes.steal] = 'Steal',
|
|
14702
|
+
_c$b[exports.WaterpoloGameLogTypes.tackle] = 'Tackle',
|
|
14703
|
+
_c$b[exports.WaterpoloGameLogTypes.free_kick_goal] = 'Free kick goal',
|
|
14704
|
+
_c$b[exports.WaterpoloGameLogTypes.free_kick_on_goal] = 'Free kick shot on target',
|
|
14705
|
+
_c$b[exports.WaterpoloGameLogTypes.free_kick_miss] = 'A throw by with a free kick',
|
|
14706
|
+
_c$b[exports.WaterpoloGameLogTypes.free_kick_shot_blocked] = 'A free kick shot is blocked',
|
|
14707
|
+
_c$b[exports.WaterpoloGameLogTypes.free_kick_pass] = 'Free kick pass',
|
|
14708
|
+
_c$b[exports.WaterpoloGameLogTypes.free_kick_self] = 'Free kick draw',
|
|
14709
|
+
_c$b[exports.WaterpoloGameLogTypes.corner_goal] = 'Corner goal',
|
|
14710
|
+
_c$b[exports.WaterpoloGameLogTypes.corner_on_goal] = 'Shot from a corner into the target',
|
|
14711
|
+
_c$b[exports.WaterpoloGameLogTypes.corner_miss] = 'Shot past from a corner',
|
|
14712
|
+
_c$b[exports.WaterpoloGameLogTypes.corner_shot_blocked] = 'Blocked a shot from a corner',
|
|
14713
|
+
_c$b[exports.WaterpoloGameLogTypes.corner_pass] = 'Pass from the corner',
|
|
14714
|
+
_c$b[exports.WaterpoloGameLogTypes.corner_self] = 'Drawing a corner',
|
|
14715
|
+
_c$b[exports.WaterpoloGameLogTypes.complete_penalty_time] = 'Early completion of the fine',
|
|
14716
|
+
_c$b),
|
|
14386
14717
|
_a$b);
|
|
14387
14718
|
|
|
14388
|
-
var _a$a;
|
|
14719
|
+
var _a$a, _b$a, _c$a;
|
|
14389
14720
|
var OvertimeTypeLocalization = (_a$a = {},
|
|
14390
|
-
_a$a[
|
|
14391
|
-
|
|
14392
|
-
|
|
14393
|
-
|
|
14394
|
-
|
|
14395
|
-
|
|
14396
|
-
|
|
14397
|
-
|
|
14398
|
-
|
|
14721
|
+
_a$a[Locales.ru] = (_b$a = {},
|
|
14722
|
+
_b$a[exports.OvertimeTypes.to_score_diff] = 'До разницы в N мячей',
|
|
14723
|
+
_b$a[exports.OvertimeTypes.to_score_total] = 'До N очков',
|
|
14724
|
+
_b$a[exports.OvertimeTypes.time] = 'По времени',
|
|
14725
|
+
_b$a[exports.OvertimeTypes.without_overtime] = 'Без овертайма',
|
|
14726
|
+
_b$a[exports.OvertimeTypes.to_first_goal] = 'На N минут до первой шайбы',
|
|
14727
|
+
_b$a[exports.OvertimeTypes.to_first_goal_and_bullitts] = 'На N минут до первой шайбы + буллиты',
|
|
14728
|
+
_b$a[exports.OvertimeTypes.bullitts] = 'Буллиты',
|
|
14729
|
+
_b$a[exports.OvertimeTypes.penalties] = 'Пенальти',
|
|
14730
|
+
_b$a[exports.OvertimeTypes.time_and_penalties] = 'Дополнительное время + пенальти',
|
|
14731
|
+
_b$a),
|
|
14732
|
+
_a$a[Locales.en] = (_c$a = {},
|
|
14733
|
+
_c$a[exports.OvertimeTypes.to_score_diff] = 'Up to the difference of N balls',
|
|
14734
|
+
_c$a[exports.OvertimeTypes.to_score_total] = 'Up to N points',
|
|
14735
|
+
_c$a[exports.OvertimeTypes.time] = 'By time',
|
|
14736
|
+
_c$a[exports.OvertimeTypes.without_overtime] = 'Without overtime',
|
|
14737
|
+
_c$a[exports.OvertimeTypes.to_first_goal] = 'N minutes until the first goal',
|
|
14738
|
+
_c$a[exports.OvertimeTypes.to_first_goal_and_bullitts] = 'N minutes until the first goal + shootout',
|
|
14739
|
+
_c$a[exports.OvertimeTypes.bullitts] = 'Shootouts',
|
|
14740
|
+
_c$a[exports.OvertimeTypes.penalties] = 'Penalty',
|
|
14741
|
+
_c$a[exports.OvertimeTypes.time_and_penalties] = 'Extra time + penalty',
|
|
14742
|
+
_c$a),
|
|
14399
14743
|
_a$a);
|
|
14400
14744
|
|
|
14401
|
-
var _a$9;
|
|
14745
|
+
var _a$9, _b$9, _c$9;
|
|
14402
14746
|
var RugbyFoulSanctionLocalization = (_a$9 = {},
|
|
14403
|
-
_a$9[
|
|
14404
|
-
|
|
14405
|
-
|
|
14406
|
-
|
|
14407
|
-
|
|
14408
|
-
|
|
14409
|
-
|
|
14410
|
-
|
|
14411
|
-
|
|
14747
|
+
_a$9[Locales.ru] = (_b$9 = {},
|
|
14748
|
+
_b$9[exports.RugbyFoulSanctions.scrum] = 'Схватка',
|
|
14749
|
+
_b$9[exports.RugbyFoulSanctions.lineout] = 'Коридор',
|
|
14750
|
+
_b$9[exports.RugbyFoulSanctions.start_kick] = 'Начальный удар',
|
|
14751
|
+
_b$9[exports.RugbyFoulSanctions.free_kick] = 'Свободный удар',
|
|
14752
|
+
_b$9[exports.RugbyFoulSanctions.penalty_shot] = 'Штрафной удар',
|
|
14753
|
+
_b$9[exports.RugbyFoulSanctions.twenty_two_meters_kick] = 'Удар с 22 метров',
|
|
14754
|
+
_b$9[exports.RugbyFoulSanctions.conversion_cancel] = 'Отмена удара',
|
|
14755
|
+
_b$9[exports.RugbyFoulSanctions.yellow_card] = 'Желтая карточка',
|
|
14756
|
+
_b$9[exports.RugbyFoulSanctions.red_card] = 'Красная карточка',
|
|
14757
|
+
_b$9),
|
|
14758
|
+
_a$9[Locales.en] = (_c$9 = {},
|
|
14759
|
+
_c$9[exports.RugbyFoulSanctions.scrum] = 'Scrum',
|
|
14760
|
+
_c$9[exports.RugbyFoulSanctions.lineout] = 'Lineout',
|
|
14761
|
+
_c$9[exports.RugbyFoulSanctions.start_kick] = 'Start kick',
|
|
14762
|
+
_c$9[exports.RugbyFoulSanctions.free_kick] = 'Free kick',
|
|
14763
|
+
_c$9[exports.RugbyFoulSanctions.penalty_shot] = 'Penalty kick',
|
|
14764
|
+
_c$9[exports.RugbyFoulSanctions.twenty_two_meters_kick] = 'Kick from 22 meters',
|
|
14765
|
+
_c$9[exports.RugbyFoulSanctions.conversion_cancel] = 'Conversion cancel',
|
|
14766
|
+
_c$9[exports.RugbyFoulSanctions.yellow_card] = 'Yellow card',
|
|
14767
|
+
_c$9[exports.RugbyFoulSanctions.red_card] = 'Red card',
|
|
14768
|
+
_c$9),
|
|
14412
14769
|
_a$9);
|
|
14413
14770
|
|
|
14414
|
-
var _a$8;
|
|
14771
|
+
var _a$8, _b$8, _c$8;
|
|
14415
14772
|
var RugbyFoulGameStageLocalization = (_a$8 = {},
|
|
14416
|
-
_a$8[
|
|
14417
|
-
|
|
14418
|
-
|
|
14419
|
-
|
|
14420
|
-
|
|
14421
|
-
|
|
14422
|
-
|
|
14423
|
-
|
|
14424
|
-
|
|
14425
|
-
|
|
14773
|
+
_a$8[Locales.ru] = (_b$8 = {},
|
|
14774
|
+
_b$8[exports.RugbyFoulGameStage.start_kick] = 'Начальные удары',
|
|
14775
|
+
_b$8[exports.RugbyFoulGameStage.open_game] = 'Открытая игра',
|
|
14776
|
+
_b$8[exports.RugbyFoulGameStage.tackle] = 'Игроки на земле, Захват',
|
|
14777
|
+
_b$8[exports.RugbyFoulGameStage.ruck_or_maul] = 'Рак, мол',
|
|
14778
|
+
_b$8[exports.RugbyFoulGameStage.scrum] = 'Схватка',
|
|
14779
|
+
_b$8[exports.RugbyFoulGameStage.out_and_lineout] = 'Аут и коридор',
|
|
14780
|
+
_b$8[exports.RugbyFoulGameStage.scoring_field] = 'Зачетное поле',
|
|
14781
|
+
_b$8[exports.RugbyFoulGameStage.kick_on_goal] = 'Удар по воротам',
|
|
14782
|
+
_b$8[exports.RugbyFoulGameStage.free_kick] = 'Штрафной, свободный удар',
|
|
14783
|
+
_b$8[exports.RugbyFoulGameStage.team] = 'Команда',
|
|
14784
|
+
_b$8),
|
|
14785
|
+
_a$8[Locales.en] = (_c$8 = {},
|
|
14786
|
+
_c$8[exports.RugbyFoulGameStage.start_kick] = 'Initial kicks',
|
|
14787
|
+
_c$8[exports.RugbyFoulGameStage.open_game] = 'Open game',
|
|
14788
|
+
_c$8[exports.RugbyFoulGameStage.tackle] = 'Players on the ground, Capture',
|
|
14789
|
+
_c$8[exports.RugbyFoulGameStage.ruck_or_maul] = 'Ruck, maul',
|
|
14790
|
+
_c$8[exports.RugbyFoulGameStage.scrum] = 'Scrum',
|
|
14791
|
+
_c$8[exports.RugbyFoulGameStage.out_and_lineout] = 'Out and lineout',
|
|
14792
|
+
_c$8[exports.RugbyFoulGameStage.scoring_field] = 'Scoring field',
|
|
14793
|
+
_c$8[exports.RugbyFoulGameStage.kick_on_goal] = 'Kick on goal',
|
|
14794
|
+
_c$8[exports.RugbyFoulGameStage.free_kick] = 'Free kick',
|
|
14795
|
+
_c$8[exports.RugbyFoulGameStage.team] = 'Team',
|
|
14796
|
+
_c$8),
|
|
14426
14797
|
_a$8);
|
|
14427
14798
|
|
|
14428
|
-
var _a$7;
|
|
14799
|
+
var _a$7, _b$7, _c$7;
|
|
14429
14800
|
var RugbyGameLogTypeLocalization = (_a$7 = {},
|
|
14430
|
-
_a$7[
|
|
14431
|
-
|
|
14432
|
-
|
|
14433
|
-
|
|
14434
|
-
|
|
14435
|
-
|
|
14436
|
-
|
|
14437
|
-
|
|
14438
|
-
|
|
14439
|
-
|
|
14440
|
-
|
|
14441
|
-
|
|
14442
|
-
|
|
14443
|
-
|
|
14444
|
-
|
|
14445
|
-
|
|
14446
|
-
|
|
14447
|
-
|
|
14448
|
-
|
|
14449
|
-
|
|
14450
|
-
|
|
14451
|
-
|
|
14452
|
-
|
|
14453
|
-
|
|
14454
|
-
|
|
14455
|
-
|
|
14456
|
-
|
|
14457
|
-
|
|
14458
|
-
|
|
14459
|
-
|
|
14460
|
-
|
|
14461
|
-
|
|
14462
|
-
|
|
14463
|
-
|
|
14464
|
-
|
|
14465
|
-
|
|
14466
|
-
|
|
14467
|
-
|
|
14468
|
-
|
|
14469
|
-
|
|
14470
|
-
|
|
14471
|
-
|
|
14472
|
-
|
|
14473
|
-
|
|
14801
|
+
_a$7[Locales.ru] = (_b$7 = {},
|
|
14802
|
+
_b$7[exports.RugbyGameLogTypes.enter_game] = 'Вышел на поле',
|
|
14803
|
+
_b$7[exports.RugbyGameLogTypes.exit_game] = 'Ушел с поля',
|
|
14804
|
+
_b$7[exports.RugbyGameLogTypes.try] = 'Попытка',
|
|
14805
|
+
_b$7[exports.RugbyGameLogTypes.penalty_try] = 'Штрафная попытка',
|
|
14806
|
+
_b$7[exports.RugbyGameLogTypes.conversion_goal] = 'Реализация',
|
|
14807
|
+
_b$7[exports.RugbyGameLogTypes.conversion_miss] = 'Реализация промах',
|
|
14808
|
+
_b$7[exports.RugbyGameLogTypes.penalty_miss] = 'Штрафной промах',
|
|
14809
|
+
_b$7[exports.RugbyGameLogTypes.penalty_goal] = 'Штрафной гол',
|
|
14810
|
+
_b$7[exports.RugbyGameLogTypes.penalty_kick_to_touch] = 'Штрафной в аут',
|
|
14811
|
+
_b$7[exports.RugbyGameLogTypes.tap_penalty] = 'Штрафной разыгран',
|
|
14812
|
+
_b$7[exports.RugbyGameLogTypes.drop_goal] = 'Дроп-гол',
|
|
14813
|
+
_b$7[exports.RugbyGameLogTypes.drop_goal_miss] = 'Дроп-гол промах',
|
|
14814
|
+
_b$7[exports.RugbyGameLogTypes.free_kick] = 'Свободный удар',
|
|
14815
|
+
_b$7[exports.RugbyGameLogTypes.foul] = 'Фол',
|
|
14816
|
+
_b$7[exports.RugbyGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
14817
|
+
_b$7[exports.RugbyGameLogTypes.red_card] = 'Красная карточка',
|
|
14818
|
+
_b$7[exports.RugbyGameLogTypes.offload] = 'Скидка при завхвате',
|
|
14819
|
+
_b$7[exports.RugbyGameLogTypes.tackle] = 'Успешный захват',
|
|
14820
|
+
_b$7[exports.RugbyGameLogTypes.handling_error] = 'Ошибка приема',
|
|
14821
|
+
_b$7[exports.RugbyGameLogTypes.carries_over_gainline] = 'Прорыв линии',
|
|
14822
|
+
_b$7[exports.RugbyGameLogTypes.bleeding_injury] = 'Кровоточащая травма',
|
|
14823
|
+
_b$7[exports.RugbyGameLogTypes.head_injury] = 'Травма головы',
|
|
14824
|
+
_b$7[exports.RugbyGameLogTypes.end_game_penalty_miss] = 'Штрафной промах',
|
|
14825
|
+
_b$7[exports.RugbyGameLogTypes.end_game_penalty_goal] = 'Штрафной гол',
|
|
14826
|
+
_b$7[exports.RugbyGameLogTypes.foot_field_shot] = 'Удар ногой в поле',
|
|
14827
|
+
_b$7[exports.RugbyGameLogTypes.foot_out_shot] = 'Удар ногой в аут',
|
|
14828
|
+
_b$7[exports.RugbyGameLogTypes.foot_kick_50_22] = 'Удар ногой 50/22',
|
|
14829
|
+
_b$7[exports.RugbyGameLogTypes.run] = 'Забег',
|
|
14830
|
+
_b$7[exports.RugbyGameLogTypes.timeout] = 'Таймаут',
|
|
14831
|
+
_b$7[exports.RugbyGameLogTypes.scrum_won] = 'Схватка выиграна',
|
|
14832
|
+
_b$7[exports.RugbyGameLogTypes.scrum_lost] = 'Схватка проиграна',
|
|
14833
|
+
_b$7[exports.RugbyGameLogTypes.scrum_won_free] = 'Схватка выиграна без сопротивления',
|
|
14834
|
+
_b$7[exports.RugbyGameLogTypes.lineout_won] = 'Коридор выигран',
|
|
14835
|
+
_b$7[exports.RugbyGameLogTypes.lineout_lost] = 'Коридор проигран',
|
|
14836
|
+
_b$7[exports.RugbyGameLogTypes.quick_throw] = 'Быстрый вброс',
|
|
14837
|
+
_b$7[exports.RugbyGameLogTypes.ruck_won] = 'Рак выигран',
|
|
14838
|
+
_b$7[exports.RugbyGameLogTypes.ruck_lost] = 'Рак проигран',
|
|
14839
|
+
_b$7[exports.RugbyGameLogTypes.maul_won] = 'Мол выигран',
|
|
14840
|
+
_b$7[exports.RugbyGameLogTypes.maul_lost] = 'Мол проигран',
|
|
14841
|
+
_b$7[exports.RugbyGameLogTypes.team_foul] = 'Нарушение',
|
|
14842
|
+
_b$7[exports.RugbyGameLogTypes.start_kick] = 'Начальный удар',
|
|
14843
|
+
_b$7[exports.RugbyGameLogTypes.twenty_two_meters_kick] = 'Удар с 22 метров',
|
|
14844
|
+
_b$7[exports.RugbyGameLogTypes.goal_kick] = 'Удар от ворот',
|
|
14845
|
+
_b$7[exports.RugbyGameLogTypes.out] = 'Аут',
|
|
14846
|
+
_b$7),
|
|
14847
|
+
_a$7[Locales.en] = (_c$7 = {},
|
|
14848
|
+
_c$7[exports.RugbyGameLogTypes.enter_game] = 'Entering the court',
|
|
14849
|
+
_c$7[exports.RugbyGameLogTypes.exit_game] = 'Exit the court',
|
|
14850
|
+
_c$7[exports.RugbyGameLogTypes.try] = 'Attempt',
|
|
14851
|
+
_c$7[exports.RugbyGameLogTypes.penalty_try] = 'Penalty attempt',
|
|
14852
|
+
_c$7[exports.RugbyGameLogTypes.conversion_goal] = 'Touchdown',
|
|
14853
|
+
_c$7[exports.RugbyGameLogTypes.conversion_miss] = 'Touchdown miss',
|
|
14854
|
+
_c$7[exports.RugbyGameLogTypes.penalty_miss] = 'Penalty kick miss',
|
|
14855
|
+
_c$7[exports.RugbyGameLogTypes.penalty_goal] = 'Penalty goal',
|
|
14856
|
+
_c$7[exports.RugbyGameLogTypes.penalty_kick_to_touch] = 'Penalty kick to out',
|
|
14857
|
+
_c$7[exports.RugbyGameLogTypes.tap_penalty] = 'Penalty has been played',
|
|
14858
|
+
_c$7[exports.RugbyGameLogTypes.drop_goal] = 'Drop goal',
|
|
14859
|
+
_c$7[exports.RugbyGameLogTypes.drop_goal_miss] = 'Drop goal miss',
|
|
14860
|
+
_c$7[exports.RugbyGameLogTypes.free_kick] = 'Free kick',
|
|
14861
|
+
_c$7[exports.RugbyGameLogTypes.foul] = 'Foul',
|
|
14862
|
+
_c$7[exports.RugbyGameLogTypes.yellow_card] = 'Yellow card',
|
|
14863
|
+
_c$7[exports.RugbyGameLogTypes.red_card] = 'Red card',
|
|
14864
|
+
_c$7[exports.RugbyGameLogTypes.offload] = 'Offload',
|
|
14865
|
+
_c$7[exports.RugbyGameLogTypes.tackle] = 'Successful tackle',
|
|
14866
|
+
_c$7[exports.RugbyGameLogTypes.handling_error] = 'Error receiving',
|
|
14867
|
+
_c$7[exports.RugbyGameLogTypes.carries_over_gainline] = 'Line breakout',
|
|
14868
|
+
_c$7[exports.RugbyGameLogTypes.bleeding_injury] = 'Bleeding injury',
|
|
14869
|
+
_c$7[exports.RugbyGameLogTypes.head_injury] = 'Head injury',
|
|
14870
|
+
_c$7[exports.RugbyGameLogTypes.end_game_penalty_miss] = 'Penalty miss',
|
|
14871
|
+
_c$7[exports.RugbyGameLogTypes.end_game_penalty_goal] = 'Penalty goal',
|
|
14872
|
+
_c$7[exports.RugbyGameLogTypes.foot_field_shot] = 'Foot field shot',
|
|
14873
|
+
_c$7[exports.RugbyGameLogTypes.foot_out_shot] = 'Kick out of bounds',
|
|
14874
|
+
_c$7[exports.RugbyGameLogTypes.foot_kick_50_22] = 'Foot kick 50/22',
|
|
14875
|
+
_c$7[exports.RugbyGameLogTypes.run] = 'Run',
|
|
14876
|
+
_c$7[exports.RugbyGameLogTypes.timeout] = 'Timeout',
|
|
14877
|
+
_c$7[exports.RugbyGameLogTypes.scrum_won] = 'Scrum is won',
|
|
14878
|
+
_c$7[exports.RugbyGameLogTypes.scrum_lost] = 'Scrum is lost',
|
|
14879
|
+
_c$7[exports.RugbyGameLogTypes.scrum_won_free] = 'Scrum was won without resistance',
|
|
14880
|
+
_c$7[exports.RugbyGameLogTypes.lineout_won] = 'Lineout was won',
|
|
14881
|
+
_c$7[exports.RugbyGameLogTypes.lineout_lost] = 'Lineout was lost',
|
|
14882
|
+
_c$7[exports.RugbyGameLogTypes.quick_throw] = 'Quick throw',
|
|
14883
|
+
_c$7[exports.RugbyGameLogTypes.ruck_won] = 'Ruck won',
|
|
14884
|
+
_c$7[exports.RugbyGameLogTypes.ruck_lost] = 'Ruck lost',
|
|
14885
|
+
_c$7[exports.RugbyGameLogTypes.maul_won] = 'Maul won',
|
|
14886
|
+
_c$7[exports.RugbyGameLogTypes.maul_lost] = 'Maul lost',
|
|
14887
|
+
_c$7[exports.RugbyGameLogTypes.team_foul] = 'Foul',
|
|
14888
|
+
_c$7[exports.RugbyGameLogTypes.start_kick] = 'Start kick',
|
|
14889
|
+
_c$7[exports.RugbyGameLogTypes.twenty_two_meters_kick] = '22 metres kick',
|
|
14890
|
+
_c$7[exports.RugbyGameLogTypes.goal_kick] = 'Удар от ворот',
|
|
14891
|
+
_c$7[exports.RugbyGameLogTypes.out] = 'Out',
|
|
14892
|
+
_c$7),
|
|
14474
14893
|
_a$7);
|
|
14475
14894
|
|
|
14476
|
-
var _a$6;
|
|
14895
|
+
var _a$6, _b$6, _c$6;
|
|
14477
14896
|
var TeamUserRoleLocalization = (_a$6 = {},
|
|
14478
|
-
_a$6[
|
|
14479
|
-
|
|
14480
|
-
|
|
14481
|
-
|
|
14482
|
-
|
|
14483
|
-
|
|
14484
|
-
|
|
14485
|
-
|
|
14486
|
-
|
|
14487
|
-
|
|
14488
|
-
|
|
14489
|
-
|
|
14490
|
-
|
|
14491
|
-
|
|
14492
|
-
|
|
14493
|
-
|
|
14494
|
-
|
|
14495
|
-
|
|
14897
|
+
_a$6[Locales.ru] = (_b$6 = {},
|
|
14898
|
+
_b$6[exports.TeamUserRole.member] = 'Пользователь',
|
|
14899
|
+
_b$6[exports.TeamUserRole.moderator] = 'Модератор',
|
|
14900
|
+
_b$6[exports.TeamUserRole.admin] = 'Владелец',
|
|
14901
|
+
_b$6[exports.TeamUserRole.coach] = 'Тренер',
|
|
14902
|
+
_b$6[exports.TeamUserRole.head_coach] = 'Главный тренер',
|
|
14903
|
+
_b$6[exports.TeamUserRole.playing_coach] = 'Играющий тренер',
|
|
14904
|
+
_b$6[exports.TeamUserRole.manager] = 'Менеджер',
|
|
14905
|
+
_b$6[exports.TeamUserRole.head_manager] = 'Генеральный менеджер',
|
|
14906
|
+
_b$6[exports.TeamUserRole.captain] = 'Капитан',
|
|
14907
|
+
_b$6[exports.TeamUserRole.assistant] = 'Ассистент',
|
|
14908
|
+
_b$6[exports.TeamUserRole.president] = 'Президент',
|
|
14909
|
+
_b$6[exports.TeamUserRole.vice_president] = 'Вице-президент',
|
|
14910
|
+
_b$6[exports.TeamUserRole.press_attache] = 'Пресс-атташе',
|
|
14911
|
+
_b$6[exports.TeamUserRole.executive] = 'Администратор',
|
|
14912
|
+
_b$6[exports.TeamUserRole.senior_coach] = 'Старший тренер',
|
|
14913
|
+
_b$6[exports.TeamUserRole.assistant_coach] = 'Помощник тренера',
|
|
14914
|
+
_b$6[exports.TeamUserRole.serviceman] = 'Сервисмен',
|
|
14915
|
+
_b$6[exports.TeamUserRole.game_application_manager] = 'Менеджер по заявкам на игры',
|
|
14916
|
+
_b$6),
|
|
14917
|
+
_a$6[Locales.en] = (_c$6 = {},
|
|
14918
|
+
_c$6[exports.TeamUserRole.moderator] = 'Moderator',
|
|
14919
|
+
_c$6[exports.TeamUserRole.member] = 'User',
|
|
14920
|
+
_c$6[exports.TeamUserRole.admin] = 'Owner',
|
|
14921
|
+
_c$6[exports.TeamUserRole.coach] = 'Coach',
|
|
14922
|
+
_c$6[exports.TeamUserRole.head_coach] = 'Head coach',
|
|
14923
|
+
_c$6[exports.TeamUserRole.playing_coach] = 'Playing coach',
|
|
14924
|
+
_c$6[exports.TeamUserRole.manager] = 'Manager',
|
|
14925
|
+
_c$6[exports.TeamUserRole.head_manager] = 'General Manager',
|
|
14926
|
+
_c$6[exports.TeamUserRole.captain] = 'Captain',
|
|
14927
|
+
_c$6[exports.TeamUserRole.assistant] = 'Assistant',
|
|
14928
|
+
_c$6[exports.TeamUserRole.president] = 'President',
|
|
14929
|
+
_c$6[exports.TeamUserRole.vice_president] = 'Vice President',
|
|
14930
|
+
_c$6[exports.TeamUserRole.press_attache] = 'Press Attache',
|
|
14931
|
+
_c$6[exports.TeamUserRole.executive] = 'Administrator',
|
|
14932
|
+
_c$6[exports.TeamUserRole.senior_coach] = 'Senior Coach',
|
|
14933
|
+
_c$6[exports.TeamUserRole.assistant_coach] = 'Assistant Coach',
|
|
14934
|
+
_c$6[exports.TeamUserRole.serviceman] = 'Serviceman',
|
|
14935
|
+
_c$6[exports.TeamUserRole.game_application_manager] = 'Game Application Manager',
|
|
14936
|
+
_c$6),
|
|
14496
14937
|
_a$6);
|
|
14497
14938
|
|
|
14498
|
-
var _a$5, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
14939
|
+
var _a$5, _b$5, _c$5, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26;
|
|
14499
14940
|
var GameBasketballPositionLocalization = (_a$5 = {},
|
|
14500
|
-
_a$5[
|
|
14501
|
-
|
|
14502
|
-
|
|
14503
|
-
|
|
14504
|
-
|
|
14941
|
+
_a$5[Locales.ru] = (_b$5 = {},
|
|
14942
|
+
_b$5[exports.GameBasketballPosition.point_guard] = 'Разыгрывающий защитник',
|
|
14943
|
+
_b$5[exports.GameBasketballPosition.shooting_guard] = 'Атакующий защитник',
|
|
14944
|
+
_b$5[exports.GameBasketballPosition.small_forward] = 'Легкий форвард',
|
|
14945
|
+
_b$5[exports.GameBasketballPosition.power_forward] = 'Мощный форвард',
|
|
14946
|
+
_b$5[exports.GameBasketballPosition.center] = 'Центровой',
|
|
14947
|
+
_b$5),
|
|
14948
|
+
_a$5[Locales.en] = (_c$5 = {},
|
|
14949
|
+
_c$5[exports.GameBasketballPosition.point_guard] = 'Point guard',
|
|
14950
|
+
_c$5[exports.GameBasketballPosition.shooting_guard] = 'Shooting guard',
|
|
14951
|
+
_c$5[exports.GameBasketballPosition.small_forward] = 'Small forward',
|
|
14952
|
+
_c$5[exports.GameBasketballPosition.power_forward] = 'Power forward',
|
|
14953
|
+
_c$5[exports.GameBasketballPosition.center] = 'Center',
|
|
14954
|
+
_c$5),
|
|
14505
14955
|
_a$5);
|
|
14506
|
-
var GameBasketballPositionShortLocalization = (
|
|
14507
|
-
|
|
14508
|
-
|
|
14509
|
-
|
|
14510
|
-
|
|
14511
|
-
|
|
14512
|
-
|
|
14513
|
-
|
|
14514
|
-
|
|
14515
|
-
|
|
14516
|
-
|
|
14517
|
-
|
|
14518
|
-
|
|
14519
|
-
|
|
14956
|
+
var GameBasketballPositionShortLocalization = (_d = {},
|
|
14957
|
+
_d[Locales.ru] = (_e = {},
|
|
14958
|
+
_e[exports.GameBasketballPosition.point_guard] = 'PG',
|
|
14959
|
+
_e[exports.GameBasketballPosition.shooting_guard] = 'SG',
|
|
14960
|
+
_e[exports.GameBasketballPosition.small_forward] = 'SF',
|
|
14961
|
+
_e[exports.GameBasketballPosition.power_forward] = 'PF',
|
|
14962
|
+
_e[exports.GameBasketballPosition.center] = 'C',
|
|
14963
|
+
_e),
|
|
14964
|
+
_d[Locales.en] = (_f = {},
|
|
14965
|
+
_f[exports.GameBasketballPosition.point_guard] = 'PG',
|
|
14966
|
+
_f[exports.GameBasketballPosition.shooting_guard] = 'SG',
|
|
14967
|
+
_f[exports.GameBasketballPosition.small_forward] = 'SF',
|
|
14968
|
+
_f[exports.GameBasketballPosition.power_forward] = 'PF',
|
|
14969
|
+
_f[exports.GameBasketballPosition.center] = 'C',
|
|
14970
|
+
_f),
|
|
14520
14971
|
_d);
|
|
14521
|
-
var
|
|
14522
|
-
|
|
14523
|
-
|
|
14524
|
-
|
|
14525
|
-
|
|
14526
|
-
|
|
14527
|
-
|
|
14528
|
-
|
|
14529
|
-
|
|
14530
|
-
_f[exports.GameVolleyballPosition.libero] = 'L',
|
|
14531
|
-
_f[exports.GameVolleyballPosition.middle_player] = 'MP',
|
|
14532
|
-
_f[exports.GameVolleyballPosition.receiver_attacker] = 'RA',
|
|
14533
|
-
_f[exports.GameVolleyballPosition.dioganal] = 'D',
|
|
14534
|
-
_f);
|
|
14535
|
-
var GameVolleyballPositionShortRuLocalization = (_g = {},
|
|
14536
|
-
_g[exports.GameVolleyballPosition.setter] = 'связ.',
|
|
14537
|
-
_g[exports.GameVolleyballPosition.libero] = 'либеро',
|
|
14538
|
-
_g[exports.GameVolleyballPosition.middle_player] = 'блок.',
|
|
14539
|
-
_g[exports.GameVolleyballPosition.receiver_attacker] = 'доигр.',
|
|
14540
|
-
_g[exports.GameVolleyballPosition.dioganal] = 'диаг.',
|
|
14972
|
+
var WorkHandLocalization = (_g = {},
|
|
14973
|
+
_g[Locales.ru] = (_h = {},
|
|
14974
|
+
_h[exports.WorkHand.left] = 'Левая',
|
|
14975
|
+
_h[exports.WorkHand.right] = 'Правая',
|
|
14976
|
+
_h),
|
|
14977
|
+
_g[Locales.en] = (_j = {},
|
|
14978
|
+
_j[exports.WorkHand.left] = 'Left',
|
|
14979
|
+
_j[exports.WorkHand.right] = 'Right',
|
|
14980
|
+
_j),
|
|
14541
14981
|
_g);
|
|
14542
|
-
var
|
|
14543
|
-
|
|
14544
|
-
|
|
14545
|
-
|
|
14546
|
-
|
|
14547
|
-
|
|
14548
|
-
|
|
14549
|
-
|
|
14550
|
-
|
|
14551
|
-
var GameFootballPositionLocalization = (_k = {},
|
|
14552
|
-
_k[exports.GameFootballPosition.goalkeeper] = 'Вратарь',
|
|
14553
|
-
_k[exports.GameFootballPosition.defensemen] = 'Защитник',
|
|
14554
|
-
_k[exports.GameFootballPosition.midfielder] = 'Полузащитник',
|
|
14555
|
-
_k[exports.GameFootballPosition.forward] = 'Нападающий',
|
|
14982
|
+
var HockeyWorkHandLocalization = (_k = {},
|
|
14983
|
+
_k[Locales.ru] = (_l = {},
|
|
14984
|
+
_l[exports.WorkHand.left] = 'Левый',
|
|
14985
|
+
_l[exports.WorkHand.right] = 'Правый',
|
|
14986
|
+
_l),
|
|
14987
|
+
_k[Locales.en] = (_m = {},
|
|
14988
|
+
_m[exports.WorkHand.left] = 'Left',
|
|
14989
|
+
_m[exports.WorkHand.right] = 'Right',
|
|
14990
|
+
_m),
|
|
14556
14991
|
_k);
|
|
14557
|
-
var
|
|
14558
|
-
|
|
14559
|
-
|
|
14560
|
-
|
|
14561
|
-
|
|
14562
|
-
|
|
14563
|
-
|
|
14564
|
-
|
|
14565
|
-
|
|
14566
|
-
|
|
14567
|
-
|
|
14568
|
-
|
|
14569
|
-
|
|
14570
|
-
|
|
14571
|
-
|
|
14572
|
-
_o[exports.GameRugbyPosition.back_line] = 'Нападающий задней линии',
|
|
14573
|
-
_o[exports.GameRugbyPosition.halfback] = 'Полузащитник',
|
|
14574
|
-
_o[exports.GameRugbyPosition.three_quarter] = 'Трехчетвертный',
|
|
14575
|
-
_o[exports.GameRugbyPosition.fullback] = 'Замыкающий',
|
|
14992
|
+
var GameVolleyballPositionLocalization = (_o = {},
|
|
14993
|
+
_o[Locales.ru] = (_p = {},
|
|
14994
|
+
_p[exports.GameVolleyballPosition.setter] = 'Связующий',
|
|
14995
|
+
_p[exports.GameVolleyballPosition.libero] = 'Либеро',
|
|
14996
|
+
_p[exports.GameVolleyballPosition.middle_player] = 'Центральный блокирующий',
|
|
14997
|
+
_p[exports.GameVolleyballPosition.receiver_attacker] = 'Доигровщик',
|
|
14998
|
+
_p[exports.GameVolleyballPosition.dioganal] = 'Диагональный',
|
|
14999
|
+
_p),
|
|
15000
|
+
_o[Locales.en] = (_q = {},
|
|
15001
|
+
_q[exports.GameVolleyballPosition.setter] = 'Setter',
|
|
15002
|
+
_q[exports.GameVolleyballPosition.libero] = 'Libero',
|
|
15003
|
+
_q[exports.GameVolleyballPosition.middle_player] = 'Middle blocker',
|
|
15004
|
+
_q[exports.GameVolleyballPosition.receiver_attacker] = 'Outside hitter',
|
|
15005
|
+
_q[exports.GameVolleyballPosition.dioganal] = 'Diagonal',
|
|
15006
|
+
_q),
|
|
14576
15007
|
_o);
|
|
14577
|
-
var
|
|
14578
|
-
|
|
14579
|
-
|
|
14580
|
-
|
|
14581
|
-
|
|
14582
|
-
|
|
14583
|
-
|
|
14584
|
-
|
|
14585
|
-
|
|
14586
|
-
|
|
14587
|
-
|
|
14588
|
-
|
|
14589
|
-
|
|
14590
|
-
|
|
14591
|
-
|
|
15008
|
+
var GameVolleyballPositionShortLocalization = (_r = {},
|
|
15009
|
+
_r[Locales.ru] = (_s = {},
|
|
15010
|
+
_s[exports.GameVolleyballPosition.setter] = 'S',
|
|
15011
|
+
_s[exports.GameVolleyballPosition.libero] = 'L',
|
|
15012
|
+
_s[exports.GameVolleyballPosition.middle_player] = 'MP',
|
|
15013
|
+
_s[exports.GameVolleyballPosition.receiver_attacker] = 'RA',
|
|
15014
|
+
_s[exports.GameVolleyballPosition.dioganal] = 'D',
|
|
15015
|
+
_s),
|
|
15016
|
+
_r[Locales.en] = (_t = {},
|
|
15017
|
+
_t[exports.GameVolleyballPosition.setter] = 'S',
|
|
15018
|
+
_t[exports.GameVolleyballPosition.libero] = 'L',
|
|
15019
|
+
_t[exports.GameVolleyballPosition.middle_player] = 'MP',
|
|
15020
|
+
_t[exports.GameVolleyballPosition.receiver_attacker] = 'RA',
|
|
15021
|
+
_t[exports.GameVolleyballPosition.dioganal] = 'D',
|
|
15022
|
+
_t),
|
|
14592
15023
|
_r);
|
|
14593
|
-
|
|
14594
|
-
|
|
15024
|
+
var GameVolleyballPositionShortRuLocalization = (_u = {},
|
|
15025
|
+
_u[Locales.ru] = (_v = {},
|
|
15026
|
+
_v[exports.GameVolleyballPosition.setter] = 'связ.',
|
|
15027
|
+
_v[exports.GameVolleyballPosition.libero] = 'либеро',
|
|
15028
|
+
_v[exports.GameVolleyballPosition.middle_player] = 'блок.',
|
|
15029
|
+
_v[exports.GameVolleyballPosition.receiver_attacker] = 'доигр.',
|
|
15030
|
+
_v[exports.GameVolleyballPosition.dioganal] = 'диаг.',
|
|
15031
|
+
_v),
|
|
15032
|
+
_u[Locales.en] = (_w = {},
|
|
15033
|
+
_w[exports.GameVolleyballPosition.setter] = 'Setter',
|
|
15034
|
+
_w[exports.GameVolleyballPosition.libero] = 'Libero',
|
|
15035
|
+
_w[exports.GameVolleyballPosition.middle_player] = 'Middle blocker',
|
|
15036
|
+
_w[exports.GameVolleyballPosition.receiver_attacker] = 'Outside hitter',
|
|
15037
|
+
_w[exports.GameVolleyballPosition.dioganal] = 'Diagonal',
|
|
15038
|
+
_w),
|
|
15039
|
+
_u);
|
|
15040
|
+
var VolleyballWorkHandLocalization = (_x = {},
|
|
15041
|
+
_x[Locales.ru] = (_y = {},
|
|
15042
|
+
_y[exports.VolleyballWorkHand.left] = 'Левая',
|
|
15043
|
+
_y[exports.VolleyballWorkHand.right] = 'Правая',
|
|
15044
|
+
_y),
|
|
15045
|
+
_x[Locales.en] = (_z = {},
|
|
15046
|
+
_z[exports.WorkHand.left] = 'Left',
|
|
15047
|
+
_z[exports.WorkHand.right] = 'Right',
|
|
15048
|
+
_z),
|
|
15049
|
+
_x);
|
|
15050
|
+
var GameHockeyPositionLocalization = (_0 = {},
|
|
15051
|
+
_0[Locales.ru] = (_1 = {},
|
|
15052
|
+
_1[exports.GameHockeyPosition.goaltender] = 'Вратарь',
|
|
15053
|
+
_1[exports.GameHockeyPosition.defensemen] = 'Защитник',
|
|
15054
|
+
_1[exports.GameHockeyPosition.forward] = 'Нападающий',
|
|
15055
|
+
_1),
|
|
15056
|
+
_0[Locales.en] = (_2 = {},
|
|
15057
|
+
_2[exports.GameHockeyPosition.defensemen] = 'Defender',
|
|
15058
|
+
_2[exports.GameHockeyPosition.forward] = 'Forward',
|
|
15059
|
+
_2[exports.GameHockeyPosition.goaltender] = 'Goalkeeper',
|
|
15060
|
+
_2),
|
|
15061
|
+
_0);
|
|
15062
|
+
var GameFootballPositionLocalization = (_3 = {},
|
|
15063
|
+
_3[Locales.ru] = (_4 = {},
|
|
15064
|
+
_4[exports.GameFootballPosition.goalkeeper] = 'Вратарь',
|
|
15065
|
+
_4[exports.GameFootballPosition.defensemen] = 'Защитник',
|
|
15066
|
+
_4[exports.GameFootballPosition.midfielder] = 'Полузащитник',
|
|
15067
|
+
_4[exports.GameFootballPosition.forward] = 'Нападающий',
|
|
15068
|
+
_4),
|
|
15069
|
+
_3[Locales.en] = (_5 = {},
|
|
15070
|
+
_5[exports.GameFootballPosition.defensemen] = 'Defender',
|
|
15071
|
+
_5[exports.GameFootballPosition.midfielder] = 'Midfielder',
|
|
15072
|
+
_5[exports.GameFootballPosition.forward] = 'Forward',
|
|
15073
|
+
_5[exports.GameFootballPosition.goalkeeper] = 'Goalkeeper',
|
|
15074
|
+
_5),
|
|
15075
|
+
_3);
|
|
15076
|
+
var FootballWorkFootLocalization = (_6 = {},
|
|
15077
|
+
_6[Locales.ru] = (_7 = {},
|
|
15078
|
+
_7[exports.FootballWorkFoot.left] = 'Левая',
|
|
15079
|
+
_7[exports.FootballWorkFoot.right] = 'Правая',
|
|
15080
|
+
_7[exports.FootballWorkFoot.both] = 'Обе',
|
|
15081
|
+
_7),
|
|
15082
|
+
_6[Locales.en] = (_8 = {},
|
|
15083
|
+
_8[exports.FootballWorkFoot.left] = 'Left',
|
|
15084
|
+
_8[exports.FootballWorkFoot.right] = 'Right',
|
|
15085
|
+
_8[exports.FootballWorkFoot.both] = 'Both',
|
|
15086
|
+
_8),
|
|
15087
|
+
_6);
|
|
15088
|
+
var GameHandballPositionLocalization = (_9 = {},
|
|
15089
|
+
_9[Locales.ru] = (_10 = {},
|
|
15090
|
+
_10[exports.GameHandballPosition.goalkeeper] = 'Вратарь',
|
|
15091
|
+
_10[exports.GameHandballPosition.winger] = 'Крайний',
|
|
15092
|
+
_10[exports.GameHandballPosition.pivot] = 'Линейный',
|
|
15093
|
+
_10[exports.GameHandballPosition.centre_back] = 'Центральный',
|
|
15094
|
+
_10[exports.GameHandballPosition.fullback] = 'Полусредний',
|
|
15095
|
+
_10),
|
|
15096
|
+
_9[Locales.en] = (_11 = {},
|
|
15097
|
+
_11[exports.GameHandballPosition.goalkeeper] = 'Goalkeeper',
|
|
15098
|
+
_11[exports.GameHandballPosition.winger] = 'Wing',
|
|
15099
|
+
_11[exports.GameHandballPosition.pivot] = 'Pivot',
|
|
15100
|
+
_11[exports.GameHandballPosition.centre_back] = 'Centre back',
|
|
15101
|
+
_11[exports.GameHandballPosition.fullback] = 'Back',
|
|
15102
|
+
_11),
|
|
15103
|
+
_9);
|
|
15104
|
+
var GameRugbyPositionLocalization = (_12 = {},
|
|
15105
|
+
_12[Locales.ru] = (_13 = {},
|
|
15106
|
+
_13[exports.GameRugbyPosition.front_line] = 'Надающий первой линии',
|
|
15107
|
+
_13[exports.GameRugbyPosition.second_line] = 'Нападающий второй линии',
|
|
15108
|
+
_13[exports.GameRugbyPosition.back_line] = 'Нападающий задней линии',
|
|
15109
|
+
_13[exports.GameRugbyPosition.halfback] = 'Полузащитник',
|
|
15110
|
+
_13[exports.GameRugbyPosition.three_quarter] = 'Трехчетвертный',
|
|
15111
|
+
_13[exports.GameRugbyPosition.fullback] = 'Замыкающий',
|
|
15112
|
+
_13),
|
|
15113
|
+
_12[Locales.en] = (_14 = {},
|
|
15114
|
+
_14[exports.GameRugbyPosition.front_line] = 'The forward of the first line',
|
|
15115
|
+
_14[exports.GameRugbyPosition.second_line] = 'The forward of the second line',
|
|
15116
|
+
_14[exports.GameRugbyPosition.back_line] = 'The forward of the back line',
|
|
15117
|
+
_14[exports.GameRugbyPosition.halfback] = 'Halfback',
|
|
15118
|
+
_14[exports.GameRugbyPosition.three_quarter] = 'Three quarter',
|
|
15119
|
+
_14[exports.GameRugbyPosition.fullback] = 'Fullback',
|
|
15120
|
+
_14),
|
|
15121
|
+
_12);
|
|
15122
|
+
var GameWaterpoloPositionLocalization = (_15 = {},
|
|
15123
|
+
_15[Locales.ru] = (_16 = {},
|
|
15124
|
+
_16[exports.GameWaterpoloPosition.defensemen] = 'Защитник',
|
|
15125
|
+
_16[exports.GameWaterpoloPosition.goalkeeper] = 'Вратарь',
|
|
15126
|
+
_16[exports.GameWaterpoloPosition.center_forward] = 'Центральный нападающий',
|
|
15127
|
+
_16[exports.GameWaterpoloPosition.mobile_forward] = 'Подвижный нападающий',
|
|
15128
|
+
_16),
|
|
15129
|
+
_15[Locales.en] = (_17 = {},
|
|
15130
|
+
_17[exports.GameWaterpoloPosition.defensemen] = 'Defender',
|
|
15131
|
+
_17[exports.GameWaterpoloPosition.goalkeeper] = 'Goalkeeper',
|
|
15132
|
+
_17[exports.GameWaterpoloPosition.center_forward] = 'Center forward',
|
|
15133
|
+
_17[exports.GameWaterpoloPosition.mobile_forward] = 'Mobile forward',
|
|
15134
|
+
_17),
|
|
15135
|
+
_15);
|
|
15136
|
+
var GameWaterpoloPositionShortRuLocalization = (_18 = {},
|
|
15137
|
+
_18[Locales.ru] = (_19 = {},
|
|
15138
|
+
_19[exports.GameWaterpoloPosition.defensemen] = 'З',
|
|
15139
|
+
_19[exports.GameWaterpoloPosition.goalkeeper] = 'Вр',
|
|
15140
|
+
_19[exports.GameWaterpoloPosition.center_forward] = 'ЦН',
|
|
15141
|
+
_19[exports.GameWaterpoloPosition.mobile_forward] = 'ПН',
|
|
15142
|
+
_19),
|
|
15143
|
+
_18[Locales.en] = (_20 = {},
|
|
15144
|
+
_20[exports.GameWaterpoloPosition.defensemen] = 'D',
|
|
15145
|
+
_20[exports.GameWaterpoloPosition.goalkeeper] = 'G',
|
|
15146
|
+
_20[exports.GameWaterpoloPosition.center_forward] = 'CF',
|
|
15147
|
+
_20[exports.GameWaterpoloPosition.mobile_forward] = 'MF',
|
|
15148
|
+
_20),
|
|
15149
|
+
_18);
|
|
15150
|
+
var WaterpoloWorkHandLocalization = (_21 = {},
|
|
15151
|
+
_21[Locales.ru] = (_22 = {},
|
|
15152
|
+
_22[exports.WaterpoloWorkHand.left] = 'Левая',
|
|
15153
|
+
_22[exports.WaterpoloWorkHand.right] = 'Правая',
|
|
15154
|
+
_22),
|
|
15155
|
+
_21[Locales.en] = (_23 = {},
|
|
15156
|
+
_23[exports.WaterpoloWorkHand.left] = 'Left',
|
|
15157
|
+
_23[exports.WaterpoloWorkHand.right] = 'Right',
|
|
15158
|
+
_23),
|
|
15159
|
+
_21);
|
|
15160
|
+
var WrestballWorkHandLocalization = (_24 = {},
|
|
15161
|
+
_24[Locales.ru] = (_25 = {},
|
|
15162
|
+
_25[exports.WrestballWorkHand.left] = 'Левая',
|
|
15163
|
+
_25[exports.WrestballWorkHand.right] = 'Правая',
|
|
15164
|
+
_25),
|
|
15165
|
+
_24[Locales.en] = (_26 = {},
|
|
15166
|
+
_26[exports.WrestballWorkHand.left] = 'Left',
|
|
15167
|
+
_26[exports.WrestballWorkHand.right] = 'Right',
|
|
15168
|
+
_26),
|
|
15169
|
+
_24);
|
|
15170
|
+
|
|
15171
|
+
var _a$4, _b$4, _c$4;
|
|
14595
15172
|
var VolleyballGameLogTypeLocalization = (_a$4 = {},
|
|
14596
|
-
_a$4[
|
|
14597
|
-
|
|
14598
|
-
|
|
14599
|
-
|
|
14600
|
-
|
|
14601
|
-
|
|
14602
|
-
|
|
14603
|
-
|
|
14604
|
-
|
|
14605
|
-
|
|
14606
|
-
|
|
14607
|
-
|
|
14608
|
-
|
|
14609
|
-
|
|
14610
|
-
|
|
14611
|
-
|
|
14612
|
-
|
|
14613
|
-
|
|
14614
|
-
|
|
14615
|
-
|
|
14616
|
-
|
|
14617
|
-
|
|
14618
|
-
|
|
14619
|
-
|
|
15173
|
+
_a$4[Locales.ru] = (_b$4 = {},
|
|
15174
|
+
_b$4[exports.VolleyballGameLogType.enter_game] = 'Выход на площадку',
|
|
15175
|
+
_b$4[exports.VolleyballGameLogType.exit_game] = 'Уход с площадки',
|
|
15176
|
+
_b$4[exports.VolleyballGameLogType.remove_game] = 'Удаление с площадки',
|
|
15177
|
+
_b$4[exports.VolleyballGameLogType.serve_ace] = 'Эйс',
|
|
15178
|
+
_b$4[exports.VolleyballGameLogType.serve_hit] = 'Подача',
|
|
15179
|
+
_b$4[exports.VolleyballGameLogType.serve_fault] = 'Ошибка на подаче',
|
|
15180
|
+
_b$4[exports.VolleyballGameLogType.good_serve] = 'Усложнённая подача',
|
|
15181
|
+
_b$4[exports.VolleyballGameLogType.attack_spike] = 'Результативная атака',
|
|
15182
|
+
_b$4[exports.VolleyballGameLogType.attack_shot] = 'Атака',
|
|
15183
|
+
_b$4[exports.VolleyballGameLogType.attack_fault] = 'Ошибка атаки',
|
|
15184
|
+
_b$4[exports.VolleyballGameLogType.stuff_block] = 'Результативный блок',
|
|
15185
|
+
_b$4[exports.VolleyballGameLogType.block_rebound] = 'Блок',
|
|
15186
|
+
_b$4[exports.VolleyballGameLogType.block_fault] = 'Ошибка на блоке',
|
|
15187
|
+
_b$4[exports.VolleyballGameLogType.excellent_receive] = 'Отличный прием',
|
|
15188
|
+
_b$4[exports.VolleyballGameLogType.receive] = 'Прием',
|
|
15189
|
+
_b$4[exports.VolleyballGameLogType.receive_fault] = 'Ошибка на приеме',
|
|
15190
|
+
_b$4[exports.VolleyballGameLogType.serve_receive] = 'Прием подачи',
|
|
15191
|
+
_b$4[exports.VolleyballGameLogType.excellent_serve_receive] = 'Отличный прием подачи',
|
|
15192
|
+
_b$4[exports.VolleyballGameLogType.serve_receive_fault] = 'Ошибка приема подачи',
|
|
15193
|
+
_b$4[exports.VolleyballGameLogType.point] = 'Очко',
|
|
15194
|
+
_b$4[exports.VolleyballGameLogType.fault] = 'Ошибка',
|
|
15195
|
+
_b$4[exports.VolleyballGameLogType.timeout] = 'Таймаут',
|
|
15196
|
+
_b$4[exports.VolleyballGameLogType.yellow_card] = 'Предупреждение',
|
|
15197
|
+
_b$4[exports.VolleyballGameLogType.tie_ball] = 'Спорный мяч',
|
|
15198
|
+
_b$4),
|
|
15199
|
+
_a$4[Locales.en] = (_c$4 = {},
|
|
15200
|
+
_c$4[exports.VolleyballGameLogType.enter_game] = 'Entering the court',
|
|
15201
|
+
_c$4[exports.VolleyballGameLogType.exit_game] = 'Exit the court',
|
|
15202
|
+
_c$4[exports.VolleyballGameLogType.remove_game] = 'Removed from the court',
|
|
15203
|
+
_c$4[exports.VolleyballGameLogType.serve_ace] = 'Ace',
|
|
15204
|
+
_c$4[exports.VolleyballGameLogType.serve_hit] = 'Serve',
|
|
15205
|
+
_c$4[exports.VolleyballGameLogType.serve_fault] = 'Mistake on a serve',
|
|
15206
|
+
_c$4[exports.VolleyballGameLogType.good_serve] = 'Good serve',
|
|
15207
|
+
_c$4[exports.VolleyballGameLogType.attack_spike] = 'Resulting attack',
|
|
15208
|
+
_c$4[exports.VolleyballGameLogType.attack_shot] = 'Attack',
|
|
15209
|
+
_c$4[exports.VolleyballGameLogType.attack_fault] = 'Attack fault',
|
|
15210
|
+
_c$4[exports.VolleyballGameLogType.stuff_block] = 'Resulting block',
|
|
15211
|
+
_c$4[exports.VolleyballGameLogType.block_rebound] = 'Block',
|
|
15212
|
+
_c$4[exports.VolleyballGameLogType.block_fault] = 'Block fault',
|
|
15213
|
+
_c$4[exports.VolleyballGameLogType.excellent_receive] = 'Excellent receive',
|
|
15214
|
+
_c$4[exports.VolleyballGameLogType.receive] = 'Receive',
|
|
15215
|
+
_c$4[exports.VolleyballGameLogType.receive_fault] = 'Receive fault',
|
|
15216
|
+
_c$4[exports.VolleyballGameLogType.serve_receive] = 'Serve receive',
|
|
15217
|
+
_c$4[exports.VolleyballGameLogType.excellent_serve_receive] = 'Excellent serve receive',
|
|
15218
|
+
_c$4[exports.VolleyballGameLogType.serve_receive_fault] = 'Serve receive fault',
|
|
15219
|
+
_c$4[exports.VolleyballGameLogType.point] = 'Point',
|
|
15220
|
+
_c$4[exports.VolleyballGameLogType.fault] = 'Fault',
|
|
15221
|
+
_c$4[exports.VolleyballGameLogType.timeout] = 'Timeout',
|
|
15222
|
+
_c$4[exports.VolleyballGameLogType.yellow_card] = 'Warning',
|
|
15223
|
+
_c$4[exports.VolleyballGameLogType.tie_ball] = 'Tie ball',
|
|
15224
|
+
_c$4),
|
|
14620
15225
|
_a$4);
|
|
14621
15226
|
|
|
14622
|
-
var _a$3;
|
|
15227
|
+
var _a$3, _b$3, _c$3;
|
|
14623
15228
|
var OrganizationStatusesLocalization = (_a$3 = {},
|
|
14624
|
-
_a$3[
|
|
14625
|
-
|
|
14626
|
-
|
|
15229
|
+
_a$3[Locales.ru] = (_b$3 = {},
|
|
15230
|
+
_b$3[exports.OrganizationStatuses.active] = 'Активен',
|
|
15231
|
+
_b$3[exports.OrganizationStatuses.blocked] = 'Заблокирован',
|
|
15232
|
+
_b$3[exports.OrganizationStatuses.not_confirmed] = 'Не подтвержден',
|
|
15233
|
+
_b$3),
|
|
15234
|
+
_a$3[Locales.en] = (_c$3 = {},
|
|
15235
|
+
_c$3[exports.OrganizationStatuses.active] = 'Active',
|
|
15236
|
+
_c$3[exports.OrganizationStatuses.blocked] = 'Blocked',
|
|
15237
|
+
_c$3[exports.OrganizationStatuses.not_confirmed] = 'Not confirmed',
|
|
15238
|
+
_c$3),
|
|
14627
15239
|
_a$3);
|
|
14628
15240
|
|
|
14629
|
-
var _a$2;
|
|
15241
|
+
var _a$2, _b$2, _c$2;
|
|
14630
15242
|
var WrestballGameLogTypeLocalization = (_a$2 = {},
|
|
14631
|
-
_a$2[
|
|
14632
|
-
|
|
14633
|
-
|
|
14634
|
-
|
|
14635
|
-
|
|
14636
|
-
|
|
14637
|
-
|
|
14638
|
-
|
|
14639
|
-
|
|
14640
|
-
|
|
14641
|
-
|
|
14642
|
-
|
|
14643
|
-
|
|
14644
|
-
|
|
14645
|
-
|
|
14646
|
-
|
|
14647
|
-
|
|
14648
|
-
|
|
14649
|
-
|
|
14650
|
-
|
|
14651
|
-
|
|
14652
|
-
|
|
14653
|
-
|
|
14654
|
-
|
|
14655
|
-
|
|
14656
|
-
|
|
14657
|
-
|
|
14658
|
-
|
|
14659
|
-
|
|
14660
|
-
|
|
14661
|
-
|
|
14662
|
-
|
|
14663
|
-
|
|
14664
|
-
|
|
14665
|
-
|
|
14666
|
-
|
|
14667
|
-
|
|
14668
|
-
|
|
14669
|
-
|
|
14670
|
-
|
|
14671
|
-
|
|
15243
|
+
_a$2[Locales.ru] = (_b$2 = {},
|
|
15244
|
+
_b$2[exports.WrestballGameLogTypes.enter_game] = 'Выход на площадку',
|
|
15245
|
+
_b$2[exports.WrestballGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
15246
|
+
_b$2[exports.WrestballGameLogTypes.remove_game] = 'Удаление с площадки',
|
|
15247
|
+
_b$2[exports.WrestballGameLogTypes.two_point_attempt] = 'Бросок 2 очка',
|
|
15248
|
+
_b$2[exports.WrestballGameLogTypes.three_point_attempt] = 'Бросок 3 очка',
|
|
15249
|
+
_b$2[exports.WrestballGameLogTypes.free_throw_attempt] = 'Штрафной бросок 1 очко',
|
|
15250
|
+
_b$2[exports.WrestballGameLogTypes.two_point_free_throw_attempt] = 'Штрафной бросок 2 очка',
|
|
15251
|
+
_b$2[exports.WrestballGameLogTypes.three_point_free_throw_attempt] = 'Штрафной бросок 3 очка',
|
|
15252
|
+
_b$2[exports.WrestballGameLogTypes.one_point_attempt] = 'Бросок 1 очко',
|
|
15253
|
+
_b$2[exports.WrestballGameLogTypes.two_point_made] = '2 очка',
|
|
15254
|
+
_b$2[exports.WrestballGameLogTypes.three_point_made] = '3 очка',
|
|
15255
|
+
_b$2[exports.WrestballGameLogTypes.free_throw_made] = '1 очко, штрафной',
|
|
15256
|
+
_b$2[exports.WrestballGameLogTypes.two_point_free_throw_made] = '2 очка, штрафной',
|
|
15257
|
+
_b$2[exports.WrestballGameLogTypes.three_point_free_throw_made] = '3 очка, штрафной',
|
|
15258
|
+
_b$2[exports.WrestballGameLogTypes.one_point_made] = '1 очко',
|
|
15259
|
+
_b$2[exports.WrestballGameLogTypes.dunk_made] = '2 очка, данк',
|
|
15260
|
+
_b$2[exports.WrestballGameLogTypes.dunk_attempt] = 'Попытка данка',
|
|
15261
|
+
_b$2[exports.WrestballGameLogTypes.assist] = 'Передача',
|
|
15262
|
+
_b$2[exports.WrestballGameLogTypes.block] = 'Блокшот',
|
|
15263
|
+
_b$2[exports.WrestballGameLogTypes.rebound] = 'Подбор',
|
|
15264
|
+
_b$2[exports.WrestballGameLogTypes.offensive_rebound] = 'Подбор в нападении',
|
|
15265
|
+
_b$2[exports.WrestballGameLogTypes.defensive_rebound] = 'Подбор в защите',
|
|
15266
|
+
_b$2[exports.WrestballGameLogTypes.steal] = 'Перехват',
|
|
15267
|
+
_b$2[exports.WrestballGameLogTypes.turnover] = 'Потеря',
|
|
15268
|
+
_b$2[exports.WrestballGameLogTypes.personal_foul] = 'Фол',
|
|
15269
|
+
_b$2[exports.WrestballGameLogTypes.timeout] = 'Таймаут',
|
|
15270
|
+
_b$2[exports.WrestballGameLogTypes.team_rebound] = 'Командный подбор',
|
|
15271
|
+
_b$2[exports.WrestballGameLogTypes.scrum] = 'Схватка',
|
|
15272
|
+
_b$2[exports.WrestballGameLogTypes.scrum_won] = 'Схватка выиграна',
|
|
15273
|
+
_b$2[exports.WrestballGameLogTypes.scrum_lost] = 'Схватка проиграна',
|
|
15274
|
+
_b$2[exports.WrestballGameLogTypes.scrum_tie] = 'Схватка в ничью',
|
|
15275
|
+
_b$2[exports.WrestballGameLogTypes.wrestler_scrum] = 'Атака рестлера',
|
|
15276
|
+
_b$2[exports.WrestballGameLogTypes.wrestler_scrum_won] = 'Атака рестлера успешна',
|
|
15277
|
+
_b$2[exports.WrestballGameLogTypes.wrestler_scrum_lost] = 'Атака рестлера неудачна',
|
|
15278
|
+
_b$2[exports.WrestballGameLogTypes.wrestler_scrum_tie] = 'Атака рестлера в ничью',
|
|
15279
|
+
_b$2[exports.WrestballGameLogTypes.wrestler_scrum_counterattack] = 'Контратака на рестлере',
|
|
15280
|
+
_b$2[exports.WrestballGameLogTypes.scrum_ball_advantage_won] = 'Схватка за начало выиграна',
|
|
15281
|
+
_b$2[exports.WrestballGameLogTypes.scrum_ball_advantage_lost] = 'Схватка за начало проиграна',
|
|
15282
|
+
_b$2[exports.WrestballGameLogTypes.scrum_ball_advantage_tie] = 'Схватка за начало в ничью',
|
|
15283
|
+
_b$2[exports.WrestballGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
15284
|
+
_b$2[exports.WrestballGameLogTypes.red_card] = 'Красная карточка',
|
|
15285
|
+
_b$2),
|
|
15286
|
+
_a$2[Locales.en] = (_c$2 = {},
|
|
15287
|
+
_c$2[exports.WrestballGameLogTypes.enter_game] = 'Entering the court',
|
|
15288
|
+
_c$2[exports.WrestballGameLogTypes.exit_game] = 'Exit the court',
|
|
15289
|
+
_c$2[exports.WrestballGameLogTypes.remove_game] = 'Removal from the court',
|
|
15290
|
+
_c$2[exports.WrestballGameLogTypes.two_point_attempt] = 'Throw 2 points',
|
|
15291
|
+
_c$2[exports.WrestballGameLogTypes.three_point_attempt] = 'Throw 3 points',
|
|
15292
|
+
_c$2[exports.WrestballGameLogTypes.free_throw_attempt] = 'Free throw 1 point',
|
|
15293
|
+
_c$2[exports.WrestballGameLogTypes.two_point_free_throw_attempt] = 'Free throw 2 points',
|
|
15294
|
+
_c$2[exports.WrestballGameLogTypes.three_point_free_throw_attempt] = 'Free throw 3 points',
|
|
15295
|
+
_c$2[exports.WrestballGameLogTypes.one_point_attempt] = 'Throw 1 point',
|
|
15296
|
+
_c$2[exports.WrestballGameLogTypes.two_point_made] = '2 points',
|
|
15297
|
+
_c$2[exports.WrestballGameLogTypes.three_point_made] = '3 points',
|
|
15298
|
+
_c$2[exports.WrestballGameLogTypes.free_throw_made] = '1 point, free throw',
|
|
15299
|
+
_c$2[exports.WrestballGameLogTypes.two_point_free_throw_made] = '2 points, free throw',
|
|
15300
|
+
_c$2[exports.WrestballGameLogTypes.three_point_free_throw_made] = '3 points, free throw',
|
|
15301
|
+
_c$2[exports.WrestballGameLogTypes.one_point_made] = '1 point',
|
|
15302
|
+
_c$2[exports.WrestballGameLogTypes.dunk_made] = '2 points, dunk',
|
|
15303
|
+
_c$2[exports.WrestballGameLogTypes.dunk_attempt] = 'Dunk attempt',
|
|
15304
|
+
_c$2[exports.WrestballGameLogTypes.assist] = 'Assist',
|
|
15305
|
+
_c$2[exports.WrestballGameLogTypes.block] = 'Block',
|
|
15306
|
+
_c$2[exports.WrestballGameLogTypes.rebound] = 'Rebound',
|
|
15307
|
+
_c$2[exports.WrestballGameLogTypes.offensive_rebound] = 'Offensive rebound',
|
|
15308
|
+
_c$2[exports.WrestballGameLogTypes.defensive_rebound] = 'Defensive rebound',
|
|
15309
|
+
_c$2[exports.WrestballGameLogTypes.steal] = 'Steal',
|
|
15310
|
+
_c$2[exports.WrestballGameLogTypes.turnover] = 'Turnover',
|
|
15311
|
+
_c$2[exports.WrestballGameLogTypes.personal_foul] = 'Personal foul',
|
|
15312
|
+
_c$2[exports.WrestballGameLogTypes.timeout] = 'Timeout',
|
|
15313
|
+
_c$2[exports.WrestballGameLogTypes.team_rebound] = 'Team rebound',
|
|
15314
|
+
_c$2[exports.WrestballGameLogTypes.scrum] = 'Scrum',
|
|
15315
|
+
_c$2[exports.WrestballGameLogTypes.scrum_won] = 'Scrum is won',
|
|
15316
|
+
_c$2[exports.WrestballGameLogTypes.scrum_lost] = 'Scrum is lost',
|
|
15317
|
+
_c$2[exports.WrestballGameLogTypes.scrum_tie] = 'Scrum is in a draw',
|
|
15318
|
+
_c$2[exports.WrestballGameLogTypes.wrestler_scrum] = 'Wrestler attack',
|
|
15319
|
+
_c$2[exports.WrestballGameLogTypes.wrestler_scrum_won] = 'Successful Wrestler attack',
|
|
15320
|
+
_c$2[exports.WrestballGameLogTypes.wrestler_scrum_lost] = 'Unsuccessful Wrestler attack',
|
|
15321
|
+
_c$2[exports.WrestballGameLogTypes.wrestler_scrum_tie] = 'Wrestler\'s attack in a draw',
|
|
15322
|
+
_c$2[exports.WrestballGameLogTypes.wrestler_scrum_counterattack] = 'Counterattack on the wrestler',
|
|
15323
|
+
_c$2[exports.WrestballGameLogTypes.scrum_ball_advantage_won] = 'Scrum for the beginning is won',
|
|
15324
|
+
_c$2[exports.WrestballGameLogTypes.scrum_ball_advantage_lost] = 'Scrum for the beginning is lost',
|
|
15325
|
+
_c$2[exports.WrestballGameLogTypes.scrum_ball_advantage_tie] = 'Scrum for the beginning is in draw',
|
|
15326
|
+
_c$2[exports.WrestballGameLogTypes.yellow_card] = 'Yellow card',
|
|
15327
|
+
_c$2[exports.WrestballGameLogTypes.red_card] = 'Red card',
|
|
15328
|
+
_c$2),
|
|
14672
15329
|
_a$2);
|
|
14673
15330
|
|
|
14674
|
-
var _a$1;
|
|
15331
|
+
var _a$1, _b$1, _c$1;
|
|
14675
15332
|
exports.OrganizationBillStatuses = void 0;
|
|
14676
15333
|
(function (OrganizationBillStatuses) {
|
|
14677
15334
|
OrganizationBillStatuses[OrganizationBillStatuses["pending"] = 1] = "pending";
|
|
@@ -14679,9 +15336,16 @@
|
|
|
14679
15336
|
OrganizationBillStatuses[OrganizationBillStatuses["canceled"] = 3] = "canceled";
|
|
14680
15337
|
})(exports.OrganizationBillStatuses || (exports.OrganizationBillStatuses = {}));
|
|
14681
15338
|
var OrganizationBillStatusLocalization = (_a$1 = {},
|
|
14682
|
-
_a$1[
|
|
14683
|
-
|
|
14684
|
-
|
|
15339
|
+
_a$1[Locales.ru] = (_b$1 = {},
|
|
15340
|
+
_b$1[exports.OrganizationBillStatuses.pending] = 'Новый',
|
|
15341
|
+
_b$1[exports.OrganizationBillStatuses.paid] = 'Оплачен',
|
|
15342
|
+
_b$1[exports.OrganizationBillStatuses.canceled] = 'Отменен',
|
|
15343
|
+
_b$1),
|
|
15344
|
+
_a$1[Locales.en] = (_c$1 = {},
|
|
15345
|
+
_c$1[exports.OrganizationBillStatuses.pending] = 'New',
|
|
15346
|
+
_c$1[exports.OrganizationBillStatuses.paid] = 'Paid',
|
|
15347
|
+
_c$1[exports.OrganizationBillStatuses.canceled] = 'Canceled',
|
|
15348
|
+
_c$1),
|
|
14685
15349
|
_a$1);
|
|
14686
15350
|
exports.OrganizationBill = /** @class */ (function (_super) {
|
|
14687
15351
|
__extends(OrganizationBill, _super);
|
|
@@ -14723,7 +15387,7 @@
|
|
|
14723
15387
|
})
|
|
14724
15388
|
], exports.OrganizationBill);
|
|
14725
15389
|
|
|
14726
|
-
var _a;
|
|
15390
|
+
var _a, _b, _c;
|
|
14727
15391
|
exports.GameBillStatuses = void 0;
|
|
14728
15392
|
(function (GameBillStatuses) {
|
|
14729
15393
|
GameBillStatuses[GameBillStatuses["pending"] = 1] = "pending";
|
|
@@ -14731,9 +15395,16 @@
|
|
|
14731
15395
|
GameBillStatuses[GameBillStatuses["canceled"] = 3] = "canceled";
|
|
14732
15396
|
})(exports.GameBillStatuses || (exports.GameBillStatuses = {}));
|
|
14733
15397
|
var GameBillStatusLocalization = (_a = {},
|
|
14734
|
-
_a[
|
|
14735
|
-
|
|
14736
|
-
|
|
15398
|
+
_a[Locales.ru] = (_b = {},
|
|
15399
|
+
_b[exports.GameBillStatuses.pending] = 'Новый',
|
|
15400
|
+
_b[exports.GameBillStatuses.paid] = 'Оплачен',
|
|
15401
|
+
_b[exports.GameBillStatuses.canceled] = 'Отменен',
|
|
15402
|
+
_b),
|
|
15403
|
+
_a[Locales.en] = (_c = {},
|
|
15404
|
+
_c[exports.GameBillStatuses.pending] = 'New',
|
|
15405
|
+
_c[exports.GameBillStatuses.paid] = 'Paid',
|
|
15406
|
+
_c[exports.GameBillStatuses.canceled] = 'Canceled',
|
|
15407
|
+
_c),
|
|
14737
15408
|
_a);
|
|
14738
15409
|
exports.GameBill = /** @class */ (function (_super) {
|
|
14739
15410
|
__extends(GameBill, _super);
|
|
@@ -15357,6 +16028,7 @@
|
|
|
15357
16028
|
exports.HockeyGameApi = HockeyGameApi;
|
|
15358
16029
|
exports.HockeyGameLogTypeLocalization = HockeyGameLogTypeLocalization;
|
|
15359
16030
|
exports.HockeyPenaltyTypes = HockeyPenaltyTypes;
|
|
16031
|
+
exports.HockeyPenaltyTypesEn = HockeyPenaltyTypesEn;
|
|
15360
16032
|
exports.HockeyWorkHandLocalization = HockeyWorkHandLocalization;
|
|
15361
16033
|
exports.HttpCookieInterceptor = HttpCookieInterceptor;
|
|
15362
16034
|
exports.LeagueApi = LeagueApi;
|
|
@@ -15415,6 +16087,7 @@
|
|
|
15415
16087
|
exports.WorkHandLocalization = WorkHandLocalization;
|
|
15416
16088
|
exports.WrestballGameApi = WrestballGameApi;
|
|
15417
16089
|
exports.WrestballGameLogTypeLocalization = WrestballGameLogTypeLocalization;
|
|
16090
|
+
exports.WrestballWorkHandLocalization = WrestballWorkHandLocalization;
|
|
15418
16091
|
exports.addItemInArray = addItemInArray;
|
|
15419
16092
|
exports.addItemsInArray = addItemsInArray;
|
|
15420
16093
|
exports.applyGameMediaFilters = applyGameMediaFilters;
|