@mtgame/core 0.2.72 → 0.2.74
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/public-api.d.ts +1 -0
- package/api/wrestball-game-api.d.ts +16 -0
- package/bundles/mtgame-core.umd.js +950 -866
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/api/public-api.js +2 -1
- package/esm2015/api/wrestball-game-api.js +49 -0
- package/esm2015/localization/public-api.js +2 -1
- package/esm2015/localization/wrestball-game-log-types.js +35 -0
- package/fesm2015/mtgame-core.js +316 -246
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/public-api.d.ts +1 -0
- package/localization/wrestball-game-log-types.d.ts +33 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -3481,7 +3481,7 @@
|
|
|
3481
3481
|
})
|
|
3482
3482
|
], exports.LeaguePlayerFieldValue);
|
|
3483
3483
|
|
|
3484
|
-
var _a$
|
|
3484
|
+
var _a$j;
|
|
3485
3485
|
exports.Qualification = void 0;
|
|
3486
3486
|
(function (Qualification) {
|
|
3487
3487
|
Qualification[Qualification["practician"] = 1] = "practician";
|
|
@@ -3509,32 +3509,32 @@
|
|
|
3509
3509
|
Qualification[Qualification["schoolchild"] = 23] = "schoolchild";
|
|
3510
3510
|
Qualification[Qualification["preschool_child"] = 24] = "preschool_child";
|
|
3511
3511
|
})(exports.Qualification || (exports.Qualification = {}));
|
|
3512
|
-
var QualificationLocalization = (_a$
|
|
3513
|
-
_a$
|
|
3514
|
-
_a$
|
|
3515
|
-
_a$
|
|
3516
|
-
_a$
|
|
3517
|
-
_a$
|
|
3518
|
-
_a$
|
|
3519
|
-
_a$
|
|
3520
|
-
_a$
|
|
3521
|
-
_a$
|
|
3522
|
-
_a$
|
|
3523
|
-
_a$
|
|
3524
|
-
_a$
|
|
3525
|
-
_a$
|
|
3526
|
-
_a$
|
|
3527
|
-
_a$
|
|
3528
|
-
_a$
|
|
3529
|
-
_a$
|
|
3530
|
-
_a$
|
|
3531
|
-
_a$
|
|
3532
|
-
_a$
|
|
3533
|
-
_a$
|
|
3534
|
-
_a$
|
|
3535
|
-
_a$
|
|
3536
|
-
_a$
|
|
3537
|
-
_a$
|
|
3512
|
+
var QualificationLocalization = (_a$j = {},
|
|
3513
|
+
_a$j[exports.Qualification.practician] = 'Практик',
|
|
3514
|
+
_a$j[exports.Qualification.practician2] = 'Практик 2',
|
|
3515
|
+
_a$j[exports.Qualification.practician3] = 'Практик 3',
|
|
3516
|
+
_a$j[exports.Qualification.amateur] = 'Любитель',
|
|
3517
|
+
_a$j[exports.Qualification.amateur2] = 'Любитель 2',
|
|
3518
|
+
_a$j[exports.Qualification.theorist] = 'Теоретик',
|
|
3519
|
+
_a$j[exports.Qualification.theorist2] = 'Теоретик 2',
|
|
3520
|
+
_a$j[exports.Qualification.theorist3] = 'Теоретик 3',
|
|
3521
|
+
_a$j[exports.Qualification.sportsman] = 'Спортсмен',
|
|
3522
|
+
_a$j[exports.Qualification.lider] = 'Лидер',
|
|
3523
|
+
_a$j[exports.Qualification.master] = 'Мастер',
|
|
3524
|
+
_a$j[exports.Qualification.profi] = 'Профи',
|
|
3525
|
+
_a$j[exports.Qualification.goalkeeper] = 'Вратарь',
|
|
3526
|
+
_a$j[exports.Qualification.goalkeeper2] = 'Вратарь 2',
|
|
3527
|
+
_a$j[exports.Qualification.goalkeeper_sh] = 'Вратарь СШ',
|
|
3528
|
+
_a$j[exports.Qualification.goalkeeper_ul] = 'Вратарь ЮЛ',
|
|
3529
|
+
_a$j[exports.Qualification.goalkeeper_mhl] = 'Вратарь МХЛ',
|
|
3530
|
+
_a$j[exports.Qualification.goalkeeper_vhl] = 'Вратарь ВХЛ',
|
|
3531
|
+
_a$j[exports.Qualification.goalkeeper_khl] = 'Вратарь КХЛ',
|
|
3532
|
+
_a$j[exports.Qualification.beginner] = 'Новичок',
|
|
3533
|
+
_a$j[exports.Qualification.junior] = 'Юниор',
|
|
3534
|
+
_a$j[exports.Qualification.debutant] = 'Дебютант',
|
|
3535
|
+
_a$j[exports.Qualification.schoolchild] = 'Школьник',
|
|
3536
|
+
_a$j[exports.Qualification.preschool_child] = 'Дошкольник',
|
|
3537
|
+
_a$j);
|
|
3538
3538
|
exports.LeaguePlayer = /** @class */ (function (_super) {
|
|
3539
3539
|
__extends(LeaguePlayer, _super);
|
|
3540
3540
|
function LeaguePlayer() {
|
|
@@ -9110,11 +9110,11 @@
|
|
|
9110
9110
|
TeamEventTypes[TeamEventTypes["other"] = 2] = "other";
|
|
9111
9111
|
})(exports.TeamEventTypes || (exports.TeamEventTypes = {}));
|
|
9112
9112
|
|
|
9113
|
-
var _a$
|
|
9114
|
-
var TeamEventTypeLocalization = (_a$
|
|
9115
|
-
_a$
|
|
9116
|
-
_a$
|
|
9117
|
-
_a$
|
|
9113
|
+
var _a$i;
|
|
9114
|
+
var TeamEventTypeLocalization = (_a$i = {},
|
|
9115
|
+
_a$i[exports.TeamEventTypes.training] = 'Тренировка',
|
|
9116
|
+
_a$i[exports.TeamEventTypes.other] = 'Другое',
|
|
9117
|
+
_a$i);
|
|
9118
9118
|
|
|
9119
9119
|
exports.TeamEvent = /** @class */ (function (_super) {
|
|
9120
9120
|
__extends(TeamEvent, _super);
|
|
@@ -9818,7 +9818,7 @@
|
|
|
9818
9818
|
})
|
|
9819
9819
|
], exports.RugbyFoulType);
|
|
9820
9820
|
|
|
9821
|
-
var _a$
|
|
9821
|
+
var _a$h;
|
|
9822
9822
|
exports.RugbyGameLogTypes = void 0;
|
|
9823
9823
|
(function (RugbyGameLogTypes) {
|
|
9824
9824
|
RugbyGameLogTypes[RugbyGameLogTypes["enter_game"] = 1] = "enter_game";
|
|
@@ -9867,14 +9867,14 @@
|
|
|
9867
9867
|
RugbyGameLogTypes[RugbyGameLogTypes["goal_kick"] = 43] = "goal_kick";
|
|
9868
9868
|
RugbyGameLogTypes[RugbyGameLogTypes["out"] = 44] = "out";
|
|
9869
9869
|
})(exports.RugbyGameLogTypes || (exports.RugbyGameLogTypes = {}));
|
|
9870
|
-
var RUGBY_GAME_LOG_TYPE_POINTS = (_a$
|
|
9871
|
-
_a$
|
|
9872
|
-
_a$
|
|
9873
|
-
_a$
|
|
9874
|
-
_a$
|
|
9875
|
-
_a$
|
|
9876
|
-
_a$
|
|
9877
|
-
_a$
|
|
9870
|
+
var RUGBY_GAME_LOG_TYPE_POINTS = (_a$h = {},
|
|
9871
|
+
_a$h[exports.RugbyGameLogTypes.penalty_try] = 7,
|
|
9872
|
+
_a$h[exports.RugbyGameLogTypes.try] = 5,
|
|
9873
|
+
_a$h[exports.RugbyGameLogTypes.conversion_goal] = 2,
|
|
9874
|
+
_a$h[exports.RugbyGameLogTypes.penalty_goal] = 3,
|
|
9875
|
+
_a$h[exports.RugbyGameLogTypes.drop_goal] = 3,
|
|
9876
|
+
_a$h[exports.RugbyGameLogTypes.end_game_penalty_goal] = 1,
|
|
9877
|
+
_a$h);
|
|
9878
9878
|
var RUGBY_TEAM_LOG_TYPES = [
|
|
9879
9879
|
exports.RugbyGameLogTypes.timeout, exports.RugbyGameLogTypes.scrum_won, exports.RugbyGameLogTypes.scrum_lost, exports.RugbyGameLogTypes.scrum_won_free,
|
|
9880
9880
|
exports.RugbyGameLogTypes.lineout_won, exports.RugbyGameLogTypes.lineout_lost,
|
|
@@ -13332,723 +13332,171 @@
|
|
|
13332
13332
|
{ type: ConfigService }
|
|
13333
13333
|
]; };
|
|
13334
13334
|
|
|
13335
|
-
|
|
13336
|
-
|
|
13337
|
-
|
|
13338
|
-
this.configService = configService;
|
|
13339
|
-
}
|
|
13340
|
-
PublicTeamApi.prototype.getById = function (teamId) {
|
|
13341
|
-
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_team/" + teamId + "/").pipe(operators.map(function (result) { return exports.Team.toFront(result); })).toPromise();
|
|
13342
|
-
};
|
|
13343
|
-
PublicTeamApi.prototype.getTournamentTeams = function (teamId, leagueId) {
|
|
13344
|
-
var params = new i1.HttpParams().set('league_id', leagueId.toString());
|
|
13345
|
-
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_team/" + teamId + "/tournament_teams/", { params: params }).pipe(operators.map(function (result) { return exports.TournamentTeam.toFront(result); })).toPromise();
|
|
13346
|
-
};
|
|
13347
|
-
PublicTeamApi.prototype.getUsers = function (teamId) {
|
|
13348
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
13349
|
-
return __generator(this, function (_a) {
|
|
13350
|
-
return [2 /*return*/, this.httpClient
|
|
13351
|
-
.get(this.configService.get('apiUrl') + "/api/v1/public_team/" + teamId + "/users/")
|
|
13352
|
-
.pipe(operators.map(function (data) { return exports.TeamUser.toFront(data); }))
|
|
13353
|
-
.toPromise()];
|
|
13354
|
-
});
|
|
13355
|
-
});
|
|
13356
|
-
};
|
|
13357
|
-
return PublicTeamApi;
|
|
13358
|
-
}());
|
|
13359
|
-
PublicTeamApi.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function PublicTeamApi_Factory() { return new PublicTeamApi(i0__namespace.ɵɵinject(i1__namespace.HttpClient), i0__namespace.ɵɵinject(ConfigService)); }, token: PublicTeamApi, providedIn: "root" });
|
|
13360
|
-
PublicTeamApi.decorators = [
|
|
13361
|
-
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
13362
|
-
];
|
|
13363
|
-
PublicTeamApi.ctorParameters = function () { return [
|
|
13364
|
-
{ type: i1.HttpClient },
|
|
13365
|
-
{ type: ConfigService }
|
|
13366
|
-
]; };
|
|
13367
|
-
|
|
13368
|
-
var PublicUserApi = /** @class */ (function () {
|
|
13369
|
-
function PublicUserApi(httpClient, configService) {
|
|
13370
|
-
this.httpClient = httpClient;
|
|
13371
|
-
this.configService = configService;
|
|
13372
|
-
}
|
|
13373
|
-
PublicUserApi.prototype.getById = function (userId) {
|
|
13374
|
-
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_user/" + userId + "/").pipe(operators.map(function (result) { return exports.User.toFront(result); })).toPromise();
|
|
13375
|
-
};
|
|
13376
|
-
PublicUserApi.prototype.getTournaments = function (userId, leagueId) {
|
|
13377
|
-
var params = new i1.HttpParams().set('league_id', leagueId.toString());
|
|
13378
|
-
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_user/" + userId + "/tournaments/", { params: params }).pipe(operators.map(function (result) { return exports.Tournament.toFront(result); })).toPromise();
|
|
13379
|
-
};
|
|
13380
|
-
PublicUserApi.prototype.getTournamentUser = function (userId, seasonId) {
|
|
13381
|
-
var params = new i1.HttpParams().set('season_id', seasonId.toString());
|
|
13382
|
-
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_user/" + userId + "/tournament_user/", { params: params }).pipe(operators.map(function (result) { return exports.TournamentTeamUser.toFront(result); })).toPromise();
|
|
13383
|
-
};
|
|
13384
|
-
PublicUserApi.prototype.getLeaguePlayer = function (userId, leagueId) {
|
|
13385
|
-
var params = new i1.HttpParams().set('league_id', leagueId.toString());
|
|
13386
|
-
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_user/" + userId + "/league_player/", { params: params }).pipe(operators.map(function (result) { return exports.LeaguePlayer.toFront(result); })).toPromise();
|
|
13387
|
-
};
|
|
13388
|
-
return PublicUserApi;
|
|
13389
|
-
}());
|
|
13390
|
-
PublicUserApi.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function PublicUserApi_Factory() { return new PublicUserApi(i0__namespace.ɵɵinject(i1__namespace.HttpClient), i0__namespace.ɵɵinject(ConfigService)); }, token: PublicUserApi, providedIn: "root" });
|
|
13391
|
-
PublicUserApi.decorators = [
|
|
13392
|
-
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
13393
|
-
];
|
|
13394
|
-
PublicUserApi.ctorParameters = function () { return [
|
|
13395
|
-
{ type: i1.HttpClient },
|
|
13396
|
-
{ type: ConfigService }
|
|
13397
|
-
]; };
|
|
13398
|
-
|
|
13399
|
-
var _a$f;
|
|
13400
|
-
var BasketballGameLogTypeLocalization = (_a$f = {},
|
|
13401
|
-
_a$f[exports.BasketballGameLogTypes.enter_game] = 'Выход на площадку',
|
|
13402
|
-
_a$f[exports.BasketballGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
13403
|
-
_a$f[exports.BasketballGameLogTypes.remove_game] = 'Удаление с площадки',
|
|
13404
|
-
_a$f[exports.BasketballGameLogTypes.two_point_attempt] = 'Бросок 2 очка',
|
|
13405
|
-
_a$f[exports.BasketballGameLogTypes.three_point_attempt] = 'Бросок 3 очка',
|
|
13406
|
-
_a$f[exports.BasketballGameLogTypes.free_throw_attempt] = 'Штрафной бросок',
|
|
13407
|
-
_a$f[exports.BasketballGameLogTypes.one_point_attempt] = 'Бросок 1 очко',
|
|
13408
|
-
_a$f[exports.BasketballGameLogTypes.two_point_made] = '2 очка',
|
|
13409
|
-
_a$f[exports.BasketballGameLogTypes.three_point_made] = '3 очка',
|
|
13410
|
-
_a$f[exports.BasketballGameLogTypes.free_throw_made] = '1 очко, штрафной',
|
|
13411
|
-
_a$f[exports.BasketballGameLogTypes.one_point_made] = '1 очко',
|
|
13412
|
-
_a$f[exports.BasketballGameLogTypes.assist] = 'Передача',
|
|
13413
|
-
_a$f[exports.BasketballGameLogTypes.block] = 'Блокшот',
|
|
13414
|
-
_a$f[exports.BasketballGameLogTypes.rebound] = 'Подбор',
|
|
13415
|
-
_a$f[exports.BasketballGameLogTypes.offensive_rebound] = 'Подбор в нападении',
|
|
13416
|
-
_a$f[exports.BasketballGameLogTypes.defensive_rebound] = 'Подбор в защите',
|
|
13417
|
-
_a$f[exports.BasketballGameLogTypes.steal] = 'Перехват',
|
|
13418
|
-
_a$f[exports.BasketballGameLogTypes.turnover] = 'Потеря',
|
|
13419
|
-
_a$f[exports.BasketballGameLogTypes.personal_foul] = 'Фол',
|
|
13420
|
-
_a$f[exports.BasketballGameLogTypes.technical_foul] = 'Технический фол',
|
|
13421
|
-
_a$f[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Неспортиный фол',
|
|
13422
|
-
_a$f[exports.BasketballGameLogTypes.timeout] = 'Таймаут',
|
|
13423
|
-
_a$f[exports.BasketballGameLogTypes.team_rebound] = 'Командный подбор',
|
|
13424
|
-
_a$f[exports.BasketballGameLogTypes.dunk_attempt] = 'Данк мимо',
|
|
13425
|
-
_a$f[exports.BasketballGameLogTypes.dunk_made] = 'Данк',
|
|
13426
|
-
_a$f[exports.BasketballGameLogTypes.four_point_attempt] = 'Бросок 4 очка',
|
|
13427
|
-
_a$f[exports.BasketballGameLogTypes.four_point_made] = '4 очка',
|
|
13428
|
-
_a$f[exports.BasketballGameLogTypes.shootout] = 'Булит',
|
|
13429
|
-
_a$f[exports.BasketballGameLogTypes.shootout_won] = 'Булит выигран',
|
|
13430
|
-
_a$f[exports.BasketballGameLogTypes.shootout_lost] = 'Булит проигран',
|
|
13431
|
-
_a$f[exports.BasketballGameLogTypes.moneyball_free_throw_attept] = 'Штрафной бросок',
|
|
13432
|
-
_a$f[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 очка, штрафной',
|
|
13433
|
-
_a$f);
|
|
13434
|
-
|
|
13435
|
-
var _a$e;
|
|
13436
|
-
var BasketballGameSubLogTypesLocalization = (_a$e = {},
|
|
13437
|
-
// Shots
|
|
13438
|
-
_a$e[exports.BasketballSubLogTypes.jump_shot] = 'Джампшот',
|
|
13439
|
-
_a$e[exports.BasketballSubLogTypes.step_back_jump_shot] = 'Степ-бэк',
|
|
13440
|
-
_a$e[exports.BasketballSubLogTypes.floating_jump_shot] = 'Флоатинг',
|
|
13441
|
-
_a$e[exports.BasketballSubLogTypes.fade_away_jump_shot] = 'Фэйдавэй',
|
|
13442
|
-
_a$e[exports.BasketballSubLogTypes.pull_up_jump_shot] = 'Пуллап',
|
|
13443
|
-
_a$e[exports.BasketballSubLogTypes.turnaround_jump_shot] = 'Турнэраунд',
|
|
13444
|
-
_a$e[exports.BasketballSubLogTypes.dunk] = 'Данк',
|
|
13445
|
-
_a$e[exports.BasketballSubLogTypes.layup] = 'Лэйап',
|
|
13446
|
-
_a$e[exports.BasketballSubLogTypes.driving_layup] = 'Драйвинг лэйап',
|
|
13447
|
-
_a$e[exports.BasketballSubLogTypes.alley_oop] = 'Алейуп',
|
|
13448
|
-
_a$e[exports.BasketballSubLogTypes.hook_shot] = 'Хукшот',
|
|
13449
|
-
// foul
|
|
13450
|
-
_a$e[exports.BasketballSubLogTypes.offensive_foul] = 'В нападении',
|
|
13451
|
-
_a$e[exports.BasketballSubLogTypes.shot_foul] = 'При броксе',
|
|
13452
|
-
_a$e[exports.BasketballSubLogTypes.mutual_foul] = 'Обоюдный фол',
|
|
13453
|
-
// Turnover
|
|
13454
|
-
_a$e[exports.BasketballSubLogTypes.bad_pass] = 'Плохой пас',
|
|
13455
|
-
_a$e[exports.BasketballSubLogTypes.ball_handling] = 'На ведении',
|
|
13456
|
-
_a$e[exports.BasketballSubLogTypes.travel] = 'Пробежка',
|
|
13457
|
-
_a$e[exports.BasketballSubLogTypes.double_dribble] = 'Двойное ведение',
|
|
13458
|
-
_a$e[exports.BasketballSubLogTypes.out_of_bounds] = 'Заступ в аут',
|
|
13459
|
-
_a$e[exports.BasketballSubLogTypes.three_seconds] = '3 секунды',
|
|
13460
|
-
_a$e[exports.BasketballSubLogTypes.five_seconds] = '5 секунд',
|
|
13461
|
-
_a$e[exports.BasketballSubLogTypes.eight_seconds] = '8 секунд',
|
|
13462
|
-
_a$e[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 секунды',
|
|
13463
|
-
_a$e[exports.BasketballSubLogTypes.back_court] = 'Зона',
|
|
13464
|
-
_a$e[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Гоалтендинг',
|
|
13465
|
-
_a$e[exports.BasketballSubLogTypes.other_turnover] = 'Другое',
|
|
13466
|
-
_a$e);
|
|
13467
|
-
|
|
13468
|
-
var _a$d;
|
|
13469
|
-
var HockeyGameLogTypeLocalization = (_a$d = {},
|
|
13470
|
-
_a$d[exports.HockeyGameLogTypes.enter_game] = 'Выход на площадку',
|
|
13471
|
-
_a$d[exports.HockeyGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
13472
|
-
_a$d[exports.HockeyGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
13473
|
-
_a$d[exports.HockeyGameLogTypes.shot_on_goal] = 'Бросок по воротам',
|
|
13474
|
-
_a$d[exports.HockeyGameLogTypes.shot_blocked] = 'Заблокированный бросок',
|
|
13475
|
-
_a$d[exports.HockeyGameLogTypes.goal] = 'Гол',
|
|
13476
|
-
_a$d[exports.HockeyGameLogTypes.shootout_attempt] = 'Буллит промах',
|
|
13477
|
-
_a$d[exports.HockeyGameLogTypes.shootout_goal] = 'Буллит гол',
|
|
13478
|
-
_a$d[exports.HockeyGameLogTypes.after_game_shootout_attempt] = 'Буллит промах',
|
|
13479
|
-
_a$d[exports.HockeyGameLogTypes.after_game_shootout_goal] = 'Буллит гол',
|
|
13480
|
-
_a$d[exports.HockeyGameLogTypes.assist] = 'Передача',
|
|
13481
|
-
_a$d[exports.HockeyGameLogTypes.block_shot] = 'Блокировка броска',
|
|
13482
|
-
_a$d[exports.HockeyGameLogTypes.minor_penalty] = 'Малый штраф',
|
|
13483
|
-
_a$d[exports.HockeyGameLogTypes.major_penalty] = 'Большой штраф',
|
|
13484
|
-
_a$d[exports.HockeyGameLogTypes.misconduct_penalty] = 'Дисциплинарный штраф',
|
|
13485
|
-
_a$d[exports.HockeyGameLogTypes.game_misconduct_penalty] = 'Дисциплинарный штраф до конца игры',
|
|
13486
|
-
_a$d[exports.HockeyGameLogTypes.match_penalty] = 'Матч-штраф',
|
|
13487
|
-
_a$d[exports.HockeyGameLogTypes.penalty_shot] = 'Штрафной бросок',
|
|
13488
|
-
_a$d[exports.HockeyGameLogTypes.face_off_lose] = 'Проигрыш в вбрасывании',
|
|
13489
|
-
_a$d[exports.HockeyGameLogTypes.face_off_win] = 'Победа в вбрасывании',
|
|
13490
|
-
_a$d[exports.HockeyGameLogTypes.save] = 'Отражен бросок',
|
|
13491
|
-
_a$d[exports.HockeyGameLogTypes.shootout_save] = 'Отражен бросок',
|
|
13492
|
-
_a$d[exports.HockeyGameLogTypes.after_game_shootout_save] = 'Отражен бросок',
|
|
13493
|
-
_a$d[exports.HockeyGameLogTypes.timeout] = 'Таймаут',
|
|
13494
|
-
_a$d[exports.HockeyGameLogTypes.penalty_start] = 'Начало штрафного времени',
|
|
13495
|
-
_a$d[exports.HockeyGameLogTypes.penalty_end] = 'Конец штрафного времени',
|
|
13496
|
-
_a$d[exports.HockeyGameLogTypes.steal] = 'Отбор',
|
|
13497
|
-
_a$d[exports.HockeyGameLogTypes.loss] = 'Потеря',
|
|
13498
|
-
_a$d[exports.HockeyGameLogTypes.sharp_pass] = 'Острая передача',
|
|
13499
|
-
_a$d);
|
|
13500
|
-
|
|
13501
|
-
var _a$c;
|
|
13502
|
-
var FootballGameLogTypeLocalization = (_a$c = {},
|
|
13503
|
-
_a$c[exports.FootballGameLogTypes.enter_game] = 'Выход на поле',
|
|
13504
|
-
_a$c[exports.FootballGameLogTypes.exit_game] = 'Ушел с поля',
|
|
13505
|
-
_a$c[exports.FootballGameLogTypes.shot_miss] = 'Удар мимо',
|
|
13506
|
-
_a$c[exports.FootballGameLogTypes.shot_on_goal] = 'Удар в створ',
|
|
13507
|
-
_a$c[exports.FootballGameLogTypes.shot_blocked] = 'Заблокированный удар',
|
|
13508
|
-
_a$c[exports.FootballGameLogTypes.goal] = 'Гол',
|
|
13509
|
-
_a$c[exports.FootballGameLogTypes.assist] = 'Передача',
|
|
13510
|
-
_a$c[exports.FootballGameLogTypes.penalty_attempt] = 'Пенальти промах',
|
|
13511
|
-
_a$c[exports.FootballGameLogTypes.penalty_goal] = 'Пенальти гол',
|
|
13512
|
-
_a$c[exports.FootballGameLogTypes.small_penalty_attempt] = '10-метровый промах',
|
|
13513
|
-
_a$c[exports.FootballGameLogTypes.small_penalty_goal] = '10-метровый гол',
|
|
13514
|
-
_a$c[exports.FootballGameLogTypes.block_shot] = 'Блокировка удара',
|
|
13515
|
-
_a$c[exports.FootballGameLogTypes.corner] = 'Угловой',
|
|
13516
|
-
_a$c[exports.FootballGameLogTypes.free_kick] = 'Штрафной удар',
|
|
13517
|
-
_a$c[exports.FootballGameLogTypes.save] = 'Отражен удар',
|
|
13518
|
-
_a$c[exports.FootballGameLogTypes.penalty_save] = 'Отражен пенальти',
|
|
13519
|
-
_a$c[exports.FootballGameLogTypes.small_penalty_save] = 'Отражен 10 метровый',
|
|
13520
|
-
_a$c[exports.FootballGameLogTypes.foul] = 'Фол',
|
|
13521
|
-
_a$c[exports.FootballGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
13522
|
-
_a$c[exports.FootballGameLogTypes.red_card] = 'Красная карточка',
|
|
13523
|
-
_a$c[exports.FootballGameLogTypes.perfect_pass] = 'Пас',
|
|
13524
|
-
_a$c[exports.FootballGameLogTypes.loss] = 'Потеря',
|
|
13525
|
-
_a$c[exports.FootballGameLogTypes.steal] = 'Перехват',
|
|
13526
|
-
_a$c[exports.FootballGameLogTypes.out] = 'Аут',
|
|
13527
|
-
_a$c[exports.FootballGameLogTypes.timeout] = 'Таймаут',
|
|
13528
|
-
_a$c[exports.FootballGameLogTypes.auto_goal] = 'Автогол',
|
|
13529
|
-
_a$c[exports.FootballGameLogTypes.end_game_penalty_goal] = 'Пенальти гол',
|
|
13530
|
-
_a$c[exports.FootballGameLogTypes.end_game_penalty_miss] = 'Пенальти промах',
|
|
13531
|
-
_a$c[exports.FootballGameLogTypes.end_game_penalty_save] = 'Отражен пенальти',
|
|
13532
|
-
_a$c);
|
|
13533
|
-
|
|
13534
|
-
var _a$b;
|
|
13535
|
-
var HandballGameLogTypeLocalization = (_a$b = {},
|
|
13536
|
-
_a$b[exports.HandballGameLogTypes.enter_game] = 'Выход на поле',
|
|
13537
|
-
_a$b[exports.HandballGameLogTypes.exit_game] = 'Ушел с поля',
|
|
13538
|
-
_a$b[exports.HandballGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
13539
|
-
_a$b[exports.HandballGameLogTypes.shot_on_goal] = 'Бросок в створ',
|
|
13540
|
-
_a$b[exports.HandballGameLogTypes.shot_blocked] = 'Заблокированный бросок',
|
|
13541
|
-
_a$b[exports.HandballGameLogTypes.goal] = 'Гол',
|
|
13542
|
-
_a$b[exports.HandballGameLogTypes.assist] = 'Передача',
|
|
13543
|
-
_a$b[exports.HandballGameLogTypes.penalty_miss] = '7м промах',
|
|
13544
|
-
_a$b[exports.HandballGameLogTypes.penalty_shot_on_goal] = '7м в створ',
|
|
13545
|
-
_a$b[exports.HandballGameLogTypes.penalty_goal] = '7м гол',
|
|
13546
|
-
_a$b[exports.HandballGameLogTypes.save] = 'Сэйв',
|
|
13547
|
-
_a$b[exports.HandballGameLogTypes.penalty_save] = 'Сэйв 7м',
|
|
13548
|
-
_a$b[exports.HandballGameLogTypes.foul] = 'Фол',
|
|
13549
|
-
_a$b[exports.HandballGameLogTypes.yellow_card] = 'Желлтая карточка',
|
|
13550
|
-
_a$b[exports.HandballGameLogTypes.red_card] = 'Красная карточка',
|
|
13551
|
-
_a$b[exports.HandballGameLogTypes.two_minute_foul] = '2х минутный штраф',
|
|
13552
|
-
_a$b[exports.HandballGameLogTypes.turnover] = 'Потеря',
|
|
13553
|
-
_a$b[exports.HandballGameLogTypes.steal] = 'Перехват',
|
|
13554
|
-
_a$b[exports.HandballGameLogTypes.block_shot] = 'Блок броска',
|
|
13555
|
-
_a$b[exports.HandballGameLogTypes.timeout] = 'Таймаут',
|
|
13556
|
-
_a$b);
|
|
13557
|
-
|
|
13558
|
-
var _a$a;
|
|
13559
|
-
var WaterpoloGameLogTypeLocalization = (_a$a = {},
|
|
13560
|
-
_a$a[exports.WaterpoloGameLogTypes.enter_game] = 'Выход на площадку',
|
|
13561
|
-
_a$a[exports.WaterpoloGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
13562
|
-
_a$a[exports.WaterpoloGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
13563
|
-
_a$a[exports.WaterpoloGameLogTypes.counterattack_miss] = 'Бросок мимо в контратаке',
|
|
13564
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_miss] = 'Бросок мимо с маневра',
|
|
13565
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_miss] = 'Бросок мимо со столба',
|
|
13566
|
-
_a$a[exports.WaterpoloGameLogTypes.shot_on_goal] = 'Бросок по воротам',
|
|
13567
|
-
_a$a[exports.WaterpoloGameLogTypes.counterattack_on_goal] = 'Бросок по воротам в контратаке',
|
|
13568
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_on_goal] = 'Бросок по воротам с маневра',
|
|
13569
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_on_goal] = 'Бросок по воротам со столба',
|
|
13570
|
-
_a$a[exports.WaterpoloGameLogTypes.shot_blocked] = 'Заблокирован бросок',
|
|
13571
|
-
_a$a[exports.WaterpoloGameLogTypes.counter_attack_shot_blocked] = 'Заблокирован бросок в контратаке',
|
|
13572
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_shot_blocked] = 'Заблокирован бросок с маневра',
|
|
13573
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_shot_blocked] = 'Заблокирован бросок со столба',
|
|
13574
|
-
_a$a[exports.WaterpoloGameLogTypes.goal] = 'Гол',
|
|
13575
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Гол с маневра',
|
|
13576
|
-
_a$a[exports.WaterpoloGameLogTypes.counterattack_goal] = 'Гол в контратаке',
|
|
13577
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_goal] = 'Гол со столба',
|
|
13578
|
-
_a$a[exports.WaterpoloGameLogTypes.shootout_attempt] = 'Пенальти промах',
|
|
13579
|
-
_a$a[exports.WaterpoloGameLogTypes.shootout_goal] = 'Пенальти гол',
|
|
13580
|
-
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_attempt] = 'Пенальти промах',
|
|
13581
|
-
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_goal] = 'Пенальти гол',
|
|
13582
|
-
_a$a[exports.WaterpoloGameLogTypes.assist] = 'Голевая передача',
|
|
13583
|
-
_a$a[exports.WaterpoloGameLogTypes.block_shot] = 'Блокировка броска',
|
|
13584
|
-
_a$a[exports.WaterpoloGameLogTypes.minor_penalty] = 'Удаление на 20 сек.',
|
|
13585
|
-
_a$a[exports.WaterpoloGameLogTypes.major_penalty] = 'Удаление + 20 сек. штраф',
|
|
13586
|
-
_a$a[exports.WaterpoloGameLogTypes.match_penalty] = 'Удаление + 4 мин. штраф',
|
|
13587
|
-
_a$a[exports.WaterpoloGameLogTypes.foul] = 'Фол',
|
|
13588
|
-
_a$a[exports.WaterpoloGameLogTypes.penalty_foul] = 'Фол пенальти',
|
|
13589
|
-
_a$a[exports.WaterpoloGameLogTypes.attack_foul] = 'Фол в нападении',
|
|
13590
|
-
_a$a[exports.WaterpoloGameLogTypes.personal_foul] = 'Персональный фол',
|
|
13591
|
-
_a$a[exports.WaterpoloGameLogTypes.penalty_shot] = 'Штрафной бросок',
|
|
13592
|
-
_a$a[exports.WaterpoloGameLogTypes.face_off_lose] = 'Проигрыш в спринте',
|
|
13593
|
-
_a$a[exports.WaterpoloGameLogTypes.face_off_win] = 'Победа в спринте',
|
|
13594
|
-
_a$a[exports.WaterpoloGameLogTypes.save] = 'Отражен бросок',
|
|
13595
|
-
_a$a[exports.WaterpoloGameLogTypes.counterattack_save] = 'Отражен бросок в контратаке',
|
|
13596
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_save] = 'Отражен бросок с маневра',
|
|
13597
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_save] = 'Отражен бросок со столба',
|
|
13598
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_save] = 'Отражен бросок со свободного',
|
|
13599
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_save] = 'Отражен бросок с углового',
|
|
13600
|
-
_a$a[exports.WaterpoloGameLogTypes.shootout_save] = 'Отражен бросок с пенальти',
|
|
13601
|
-
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_save] = 'Отражен бросок с пенальти',
|
|
13602
|
-
_a$a[exports.WaterpoloGameLogTypes.timeout] = 'Таймаут',
|
|
13603
|
-
_a$a[exports.WaterpoloGameLogTypes.penalty_start] = 'Начало штрафного времени',
|
|
13604
|
-
_a$a[exports.WaterpoloGameLogTypes.penalty_end] = 'Конец штрафного времени',
|
|
13605
|
-
_a$a[exports.WaterpoloGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
13606
|
-
_a$a[exports.WaterpoloGameLogTypes.red_card] = 'Красная карточка',
|
|
13607
|
-
_a$a[exports.WaterpoloGameLogTypes.turnover] = 'Переход владения',
|
|
13608
|
-
_a$a[exports.WaterpoloGameLogTypes.loss] = 'Потеря',
|
|
13609
|
-
_a$a[exports.WaterpoloGameLogTypes.steal] = 'Перехват',
|
|
13610
|
-
_a$a[exports.WaterpoloGameLogTypes.tackle] = 'Отбор',
|
|
13611
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_goal] = 'Гол со свободного удара',
|
|
13612
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_on_goal] = 'Бросок со свободного удара в створ',
|
|
13613
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_miss] = 'Бросок мимо со свободного удара',
|
|
13614
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_shot_blocked] = 'Заблокирован бросок со свободного удара',
|
|
13615
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_pass] = 'Пас со свободного удара',
|
|
13616
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_self] = 'Розыгрыш свободного удара',
|
|
13617
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_goal] = 'Гол с углового',
|
|
13618
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_on_goal] = 'Бросок с углового в створ',
|
|
13619
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_miss] = 'Бросок мимо с углового',
|
|
13620
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_shot_blocked] = 'Заблокирован бросок с углового',
|
|
13621
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_pass] = 'Пас с углового',
|
|
13622
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_self] = 'Розыгрыш углового',
|
|
13623
|
-
_a$a[exports.WaterpoloGameLogTypes.complete_penalty_time] = 'Досрочное завершение штрафа',
|
|
13624
|
-
_a$a);
|
|
13625
|
-
|
|
13626
|
-
var _a$9;
|
|
13627
|
-
var OvertimeTypeLocalization = (_a$9 = {},
|
|
13628
|
-
_a$9[exports.OvertimeTypes.to_score_diff] = 'До разницы в N мячей',
|
|
13629
|
-
_a$9[exports.OvertimeTypes.to_score_total] = 'До N очков',
|
|
13630
|
-
_a$9[exports.OvertimeTypes.time] = 'По времени',
|
|
13631
|
-
_a$9[exports.OvertimeTypes.without_overtime] = 'Без овертайма',
|
|
13632
|
-
_a$9[exports.OvertimeTypes.to_first_goal] = 'На N минут до первой шайбы',
|
|
13633
|
-
_a$9[exports.OvertimeTypes.to_first_goal_and_bullitts] = 'На N минут до первой шайбы + буллиты',
|
|
13634
|
-
_a$9[exports.OvertimeTypes.bullitts] = 'Буллиты',
|
|
13635
|
-
_a$9[exports.OvertimeTypes.penalties] = 'Пенальти',
|
|
13636
|
-
_a$9[exports.OvertimeTypes.time_and_penalties] = 'Дополнительное время + пенальти',
|
|
13637
|
-
_a$9);
|
|
13638
|
-
|
|
13639
|
-
var _a$8;
|
|
13640
|
-
var RugbyFoulSanctionLocalization = (_a$8 = {},
|
|
13641
|
-
_a$8[exports.RugbyFoulSanctions.scrum] = 'Схватка',
|
|
13642
|
-
_a$8[exports.RugbyFoulSanctions.lineout] = 'Коридор',
|
|
13643
|
-
_a$8[exports.RugbyFoulSanctions.start_kick] = 'Начальный удар',
|
|
13644
|
-
_a$8[exports.RugbyFoulSanctions.free_kick] = 'Свободный удар',
|
|
13645
|
-
_a$8[exports.RugbyFoulSanctions.penalty_shot] = 'Штрафной удар',
|
|
13646
|
-
_a$8[exports.RugbyFoulSanctions.twenty_two_meters_kick] = 'Удар с 22 метров',
|
|
13647
|
-
_a$8[exports.RugbyFoulSanctions.conversion_cancel] = 'Отмена удара',
|
|
13648
|
-
_a$8[exports.RugbyFoulSanctions.yellow_card] = 'Желтая карточка',
|
|
13649
|
-
_a$8[exports.RugbyFoulSanctions.red_card] = 'Красная карточка',
|
|
13650
|
-
_a$8);
|
|
13651
|
-
|
|
13652
|
-
var _a$7;
|
|
13653
|
-
var RugbyFoulGameStageLocalization = (_a$7 = {},
|
|
13654
|
-
_a$7[exports.RugbyFoulGameStage.start_kick] = 'Начальные удары',
|
|
13655
|
-
_a$7[exports.RugbyFoulGameStage.open_game] = 'Открытая игра',
|
|
13656
|
-
_a$7[exports.RugbyFoulGameStage.tackle] = 'Игроки на земле, Захват',
|
|
13657
|
-
_a$7[exports.RugbyFoulGameStage.ruck_or_maul] = 'Рак, мол',
|
|
13658
|
-
_a$7[exports.RugbyFoulGameStage.scrum] = 'Схватка',
|
|
13659
|
-
_a$7[exports.RugbyFoulGameStage.out_and_lineout] = 'Аут и коридор',
|
|
13660
|
-
_a$7[exports.RugbyFoulGameStage.scoring_field] = 'Зачетное поле',
|
|
13661
|
-
_a$7[exports.RugbyFoulGameStage.kick_on_goal] = 'Удар по воротам',
|
|
13662
|
-
_a$7[exports.RugbyFoulGameStage.free_kick] = 'Штрафной, свободный удар',
|
|
13663
|
-
_a$7[exports.RugbyFoulGameStage.team] = 'Команда',
|
|
13664
|
-
_a$7);
|
|
13665
|
-
|
|
13666
|
-
var _a$6;
|
|
13667
|
-
var RugbyGameLogTypeLocalization = (_a$6 = {},
|
|
13668
|
-
_a$6[exports.RugbyGameLogTypes.enter_game] = 'Вышел на поле',
|
|
13669
|
-
_a$6[exports.RugbyGameLogTypes.exit_game] = 'Ушел с поля',
|
|
13670
|
-
_a$6[exports.RugbyGameLogTypes.try] = 'Попытка',
|
|
13671
|
-
_a$6[exports.RugbyGameLogTypes.penalty_try] = 'Штрафная попытка',
|
|
13672
|
-
_a$6[exports.RugbyGameLogTypes.conversion_goal] = 'Реализация',
|
|
13673
|
-
_a$6[exports.RugbyGameLogTypes.conversion_miss] = 'Реализация промах',
|
|
13674
|
-
_a$6[exports.RugbyGameLogTypes.penalty_miss] = 'Штрафной промах',
|
|
13675
|
-
_a$6[exports.RugbyGameLogTypes.penalty_goal] = 'Штрафной гол',
|
|
13676
|
-
_a$6[exports.RugbyGameLogTypes.penalty_kick_to_touch] = 'Штрафной в аут',
|
|
13677
|
-
_a$6[exports.RugbyGameLogTypes.tap_penalty] = 'Штрафной разыгран',
|
|
13678
|
-
_a$6[exports.RugbyGameLogTypes.drop_goal] = 'Дроп-гол',
|
|
13679
|
-
_a$6[exports.RugbyGameLogTypes.drop_goal_miss] = 'Дроп-гол промах',
|
|
13680
|
-
_a$6[exports.RugbyGameLogTypes.free_kick] = 'Свободный удар',
|
|
13681
|
-
_a$6[exports.RugbyGameLogTypes.foul] = 'Фол',
|
|
13682
|
-
_a$6[exports.RugbyGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
13683
|
-
_a$6[exports.RugbyGameLogTypes.red_card] = 'Красная карточка',
|
|
13684
|
-
_a$6[exports.RugbyGameLogTypes.offload] = 'Скидка при завхвате',
|
|
13685
|
-
_a$6[exports.RugbyGameLogTypes.tackle] = 'Успешный захват',
|
|
13686
|
-
_a$6[exports.RugbyGameLogTypes.handling_error] = 'Ошибка приема',
|
|
13687
|
-
_a$6[exports.RugbyGameLogTypes.carries_over_gainline] = 'Прорыв линии',
|
|
13688
|
-
_a$6[exports.RugbyGameLogTypes.bleeding_injury] = 'Кровоточащая травма',
|
|
13689
|
-
_a$6[exports.RugbyGameLogTypes.head_injury] = 'Травма головы',
|
|
13690
|
-
_a$6[exports.RugbyGameLogTypes.end_game_penalty_miss] = 'Штрафной промах',
|
|
13691
|
-
_a$6[exports.RugbyGameLogTypes.end_game_penalty_goal] = 'Штрафной гол',
|
|
13692
|
-
_a$6[exports.RugbyGameLogTypes.foot_field_shot] = 'Удар ногой в поле',
|
|
13693
|
-
_a$6[exports.RugbyGameLogTypes.foot_out_shot] = 'Удар ногой в аут',
|
|
13694
|
-
_a$6[exports.RugbyGameLogTypes.foot_kick_50_22] = 'Удар ногой 50/22',
|
|
13695
|
-
_a$6[exports.RugbyGameLogTypes.run] = 'Забег',
|
|
13696
|
-
_a$6[exports.RugbyGameLogTypes.timeout] = 'Таймаут',
|
|
13697
|
-
_a$6[exports.RugbyGameLogTypes.scrum_won] = 'Схватка выиграна',
|
|
13698
|
-
_a$6[exports.RugbyGameLogTypes.scrum_lost] = 'Схватка проиграна',
|
|
13699
|
-
_a$6[exports.RugbyGameLogTypes.scrum_won_free] = 'Схватка выиграна без сопротивления',
|
|
13700
|
-
_a$6[exports.RugbyGameLogTypes.lineout_won] = 'Коридор выигран',
|
|
13701
|
-
_a$6[exports.RugbyGameLogTypes.lineout_lost] = 'Коридор проигран',
|
|
13702
|
-
_a$6[exports.RugbyGameLogTypes.quick_throw] = 'Быстрый вброс',
|
|
13703
|
-
_a$6[exports.RugbyGameLogTypes.ruck_won] = 'Рак выигран',
|
|
13704
|
-
_a$6[exports.RugbyGameLogTypes.ruck_lost] = 'Рак проигран',
|
|
13705
|
-
_a$6[exports.RugbyGameLogTypes.maul_won] = 'Мол выигран',
|
|
13706
|
-
_a$6[exports.RugbyGameLogTypes.maul_lost] = 'Мол проигран',
|
|
13707
|
-
_a$6[exports.RugbyGameLogTypes.team_foul] = 'Нарушение',
|
|
13708
|
-
_a$6[exports.RugbyGameLogTypes.start_kick] = 'Начальный удар',
|
|
13709
|
-
_a$6[exports.RugbyGameLogTypes.twenty_two_meters_kick] = 'Удар с 22 метров',
|
|
13710
|
-
_a$6[exports.RugbyGameLogTypes.goal_kick] = 'Удар от ворот',
|
|
13711
|
-
_a$6[exports.RugbyGameLogTypes.out] = 'Аут',
|
|
13712
|
-
_a$6);
|
|
13713
|
-
|
|
13714
|
-
var _a$5;
|
|
13715
|
-
var TeamUserRoleLocalization = (_a$5 = {},
|
|
13716
|
-
_a$5[exports.TeamUserRole.member] = 'Пользователь',
|
|
13717
|
-
_a$5[exports.TeamUserRole.moderator] = 'Модератор',
|
|
13718
|
-
_a$5[exports.TeamUserRole.admin] = 'Владелец',
|
|
13719
|
-
_a$5[exports.TeamUserRole.coach] = 'Тренер',
|
|
13720
|
-
_a$5[exports.TeamUserRole.head_coach] = 'Главный тренер',
|
|
13721
|
-
_a$5[exports.TeamUserRole.playing_coach] = 'Играющий тренер',
|
|
13722
|
-
_a$5[exports.TeamUserRole.manager] = 'Менеджер',
|
|
13723
|
-
_a$5[exports.TeamUserRole.head_manager] = 'Генеральный менеджер',
|
|
13724
|
-
_a$5[exports.TeamUserRole.captain] = 'Капитан',
|
|
13725
|
-
_a$5[exports.TeamUserRole.assistant] = 'Ассистент',
|
|
13726
|
-
_a$5[exports.TeamUserRole.president] = 'Президент',
|
|
13727
|
-
_a$5[exports.TeamUserRole.vice_president] = 'Вице-президент',
|
|
13728
|
-
_a$5[exports.TeamUserRole.press_attache] = 'Пресс-атташе',
|
|
13729
|
-
_a$5[exports.TeamUserRole.executive] = 'Администратор',
|
|
13730
|
-
_a$5[exports.TeamUserRole.senior_coach] = 'Старший тренер',
|
|
13731
|
-
_a$5[exports.TeamUserRole.assistant_coach] = 'Помощник тренера',
|
|
13732
|
-
_a$5[exports.TeamUserRole.serviceman] = 'Сервисмен',
|
|
13733
|
-
_a$5);
|
|
13734
|
-
|
|
13735
|
-
var _a$4, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
13736
|
-
var GameBasketballPositionLocalization = (_a$4 = {},
|
|
13737
|
-
_a$4[exports.GameBasketballPosition.point_guard] = 'Разыгрывающий защитник',
|
|
13738
|
-
_a$4[exports.GameBasketballPosition.shooting_guard] = 'Атакующий защитник',
|
|
13739
|
-
_a$4[exports.GameBasketballPosition.small_forward] = 'Легкий форвард',
|
|
13740
|
-
_a$4[exports.GameBasketballPosition.power_forward] = 'Мощный форвард',
|
|
13741
|
-
_a$4[exports.GameBasketballPosition.center] = 'Центровой',
|
|
13742
|
-
_a$4);
|
|
13743
|
-
var GameBasketballPositionShortLocalization = (_b = {},
|
|
13744
|
-
_b[exports.GameBasketballPosition.point_guard] = 'PG',
|
|
13745
|
-
_b[exports.GameBasketballPosition.shooting_guard] = 'SG',
|
|
13746
|
-
_b[exports.GameBasketballPosition.small_forward] = 'SF',
|
|
13747
|
-
_b[exports.GameBasketballPosition.power_forward] = 'PF',
|
|
13748
|
-
_b[exports.GameBasketballPosition.center] = 'C',
|
|
13749
|
-
_b);
|
|
13750
|
-
var WorkHandLocalization = (_c = {},
|
|
13751
|
-
_c[exports.WorkHand.left] = 'Левая',
|
|
13752
|
-
_c[exports.WorkHand.right] = 'Правая',
|
|
13753
|
-
_c);
|
|
13754
|
-
var HockeyWorkHandLocalization = (_d = {},
|
|
13755
|
-
_d[exports.WorkHand.left] = 'Левый',
|
|
13756
|
-
_d[exports.WorkHand.right] = 'Правый',
|
|
13757
|
-
_d);
|
|
13758
|
-
var GameVolleyballPositionLocalization = (_e = {},
|
|
13759
|
-
_e[exports.GameVolleyballPosition.setter] = 'Связующий',
|
|
13760
|
-
_e[exports.GameVolleyballPosition.libero] = 'Либеро',
|
|
13761
|
-
_e[exports.GameVolleyballPosition.middle_player] = 'Центральный блокирующий',
|
|
13762
|
-
_e[exports.GameVolleyballPosition.receiver_attacker] = 'Доигровщик',
|
|
13763
|
-
_e[exports.GameVolleyballPosition.dioganal] = 'Диагональный',
|
|
13764
|
-
_e);
|
|
13765
|
-
var GameVolleyballPositionShortLocalization = (_f = {},
|
|
13766
|
-
_f[exports.GameVolleyballPosition.setter] = 'S',
|
|
13767
|
-
_f[exports.GameVolleyballPosition.libero] = 'L',
|
|
13768
|
-
_f[exports.GameVolleyballPosition.middle_player] = 'MP',
|
|
13769
|
-
_f[exports.GameVolleyballPosition.receiver_attacker] = 'RA',
|
|
13770
|
-
_f[exports.GameVolleyballPosition.dioganal] = 'D',
|
|
13771
|
-
_f);
|
|
13772
|
-
var GameVolleyballPositionShortRuLocalization = (_g = {},
|
|
13773
|
-
_g[exports.GameVolleyballPosition.setter] = 'связ.',
|
|
13774
|
-
_g[exports.GameVolleyballPosition.libero] = 'либеро',
|
|
13775
|
-
_g[exports.GameVolleyballPosition.middle_player] = 'блок.',
|
|
13776
|
-
_g[exports.GameVolleyballPosition.receiver_attacker] = 'доигр.',
|
|
13777
|
-
_g[exports.GameVolleyballPosition.dioganal] = 'диаг.',
|
|
13778
|
-
_g);
|
|
13779
|
-
var VolleyballWorkHandLocalization = (_h = {},
|
|
13780
|
-
_h[exports.VolleyballWorkHand.left] = 'Левая',
|
|
13781
|
-
_h[exports.VolleyballWorkHand.right] = 'Правая',
|
|
13782
|
-
_h);
|
|
13783
|
-
var GameHockeyPositionLocalization = (_j = {},
|
|
13784
|
-
_j[exports.GameHockeyPosition.goaltender] = 'Вратарь',
|
|
13785
|
-
_j[exports.GameHockeyPosition.defensemen] = 'Защитник',
|
|
13786
|
-
_j[exports.GameHockeyPosition.forward] = 'Нападающий',
|
|
13787
|
-
_j);
|
|
13788
|
-
var GameFootballPositionLocalization = (_k = {},
|
|
13789
|
-
_k[exports.GameFootballPosition.goalkeeper] = 'Вратарь',
|
|
13790
|
-
_k[exports.GameFootballPosition.defensemen] = 'Защитник',
|
|
13791
|
-
_k[exports.GameFootballPosition.midfielder] = 'Полузащитник',
|
|
13792
|
-
_k[exports.GameFootballPosition.forward] = 'Нападающий',
|
|
13793
|
-
_k);
|
|
13794
|
-
var FootballWorkFootLocalization = (_l = {},
|
|
13795
|
-
_l[exports.FootballWorkFoot.left] = 'Левая',
|
|
13796
|
-
_l[exports.FootballWorkFoot.right] = 'Правая',
|
|
13797
|
-
_l[exports.FootballWorkFoot.both] = 'Обе',
|
|
13798
|
-
_l);
|
|
13799
|
-
var GameHandballPositionLocalization = (_m = {},
|
|
13800
|
-
_m[exports.GameHandballPosition.goalkeeper] = 'Вратарь',
|
|
13801
|
-
_m[exports.GameHandballPosition.winger] = 'Крайний',
|
|
13802
|
-
_m[exports.GameHandballPosition.pivot] = 'Линейный',
|
|
13803
|
-
_m[exports.GameHandballPosition.centre_back] = 'Центральный',
|
|
13804
|
-
_m[exports.GameHandballPosition.fullback] = 'Полусредний',
|
|
13805
|
-
_m);
|
|
13806
|
-
var GameRugbyPositionLocalization = (_o = {},
|
|
13807
|
-
_o[exports.GameRugbyPosition.front_line] = 'Надающий первой линии',
|
|
13808
|
-
_o[exports.GameRugbyPosition.second_line] = 'Нападающий второй линии',
|
|
13809
|
-
_o[exports.GameRugbyPosition.back_line] = 'Нападающий задней линии',
|
|
13810
|
-
_o[exports.GameRugbyPosition.halfback] = 'Полузащитник',
|
|
13811
|
-
_o[exports.GameRugbyPosition.three_quarter] = 'Трехчетвертный',
|
|
13812
|
-
_o[exports.GameRugbyPosition.fullback] = 'Замыкающий',
|
|
13813
|
-
_o);
|
|
13814
|
-
var GameWaterpoloPositionLocalization = (_p = {},
|
|
13815
|
-
_p[exports.GameWaterpoloPosition.defensemen] = 'Защитник',
|
|
13816
|
-
_p[exports.GameWaterpoloPosition.goalkeeper] = 'Вратарь',
|
|
13817
|
-
_p[exports.GameWaterpoloPosition.center_forward] = 'Центральный нападающий',
|
|
13818
|
-
_p[exports.GameWaterpoloPosition.mobile_forward] = 'Подвижный нападающий',
|
|
13819
|
-
_p);
|
|
13820
|
-
var GameWaterpoloPositionShortRuLocalization = (_q = {},
|
|
13821
|
-
_q[exports.GameWaterpoloPosition.defensemen] = 'З',
|
|
13822
|
-
_q[exports.GameWaterpoloPosition.goalkeeper] = 'Вр',
|
|
13823
|
-
_q[exports.GameWaterpoloPosition.center_forward] = 'ЦН',
|
|
13824
|
-
_q[exports.GameWaterpoloPosition.mobile_forward] = 'ПН',
|
|
13825
|
-
_q);
|
|
13826
|
-
var WaterpoloWorkHandLocalization = (_r = {},
|
|
13827
|
-
_r[exports.WaterpoloWorkHand.left] = 'Левая',
|
|
13828
|
-
_r[exports.WaterpoloWorkHand.right] = 'Правая',
|
|
13829
|
-
_r);
|
|
13830
|
-
|
|
13831
|
-
var _a$3;
|
|
13832
|
-
var VolleyballGameLogTypeLocalization = (_a$3 = {},
|
|
13833
|
-
_a$3[exports.VolleyballGameLogType.enter_game] = 'Выход на площадку',
|
|
13834
|
-
_a$3[exports.VolleyballGameLogType.exit_game] = 'Уход с площадки',
|
|
13835
|
-
_a$3[exports.VolleyballGameLogType.remove_game] = 'Удаление с площадки',
|
|
13836
|
-
_a$3[exports.VolleyballGameLogType.serve_ace] = 'Эйс',
|
|
13837
|
-
_a$3[exports.VolleyballGameLogType.serve_hit] = 'Подача',
|
|
13838
|
-
_a$3[exports.VolleyballGameLogType.serve_fault] = 'Ошибка на подаче',
|
|
13839
|
-
_a$3[exports.VolleyballGameLogType.good_serve] = 'Усложнённая подача',
|
|
13840
|
-
_a$3[exports.VolleyballGameLogType.attack_spike] = 'Результативная атака',
|
|
13841
|
-
_a$3[exports.VolleyballGameLogType.attack_shot] = 'Атака',
|
|
13842
|
-
_a$3[exports.VolleyballGameLogType.attack_fault] = 'Ошибка атаки',
|
|
13843
|
-
_a$3[exports.VolleyballGameLogType.stuff_block] = 'Результативный блок',
|
|
13844
|
-
_a$3[exports.VolleyballGameLogType.block_rebound] = 'Блок',
|
|
13845
|
-
_a$3[exports.VolleyballGameLogType.block_fault] = 'Ошибка на блоке',
|
|
13846
|
-
_a$3[exports.VolleyballGameLogType.excellent_receive] = 'Отличный прием',
|
|
13847
|
-
_a$3[exports.VolleyballGameLogType.receive] = 'Прием',
|
|
13848
|
-
_a$3[exports.VolleyballGameLogType.receive_fault] = 'Ошибка на приеме',
|
|
13849
|
-
_a$3[exports.VolleyballGameLogType.serve_receive] = 'Прием подачи',
|
|
13850
|
-
_a$3[exports.VolleyballGameLogType.excellent_serve_receive] = 'Отличный прием подачи',
|
|
13851
|
-
_a$3[exports.VolleyballGameLogType.serve_receive_fault] = 'Ошибка приема подачи',
|
|
13852
|
-
_a$3[exports.VolleyballGameLogType.point] = 'Очко',
|
|
13853
|
-
_a$3[exports.VolleyballGameLogType.fault] = 'Ошибка',
|
|
13854
|
-
_a$3[exports.VolleyballGameLogType.timeout] = 'Таймаут',
|
|
13855
|
-
_a$3[exports.VolleyballGameLogType.yellow_card] = 'Предупреждение',
|
|
13856
|
-
_a$3[exports.VolleyballGameLogType.tie_ball] = 'Спорный мяч',
|
|
13857
|
-
_a$3);
|
|
13858
|
-
|
|
13859
|
-
var _a$2;
|
|
13860
|
-
var OrganizationStatusesLocalization = (_a$2 = {},
|
|
13861
|
-
_a$2[exports.OrganizationStatuses.active] = 'Активен',
|
|
13862
|
-
_a$2[exports.OrganizationStatuses.blocked] = 'Заблокирован',
|
|
13863
|
-
_a$2[exports.OrganizationStatuses.not_confirmed] = 'Не подтвержден',
|
|
13864
|
-
_a$2);
|
|
13865
|
-
|
|
13866
|
-
var _a$1;
|
|
13867
|
-
exports.OrganizationBillStatuses = void 0;
|
|
13868
|
-
(function (OrganizationBillStatuses) {
|
|
13869
|
-
OrganizationBillStatuses[OrganizationBillStatuses["pending"] = 1] = "pending";
|
|
13870
|
-
OrganizationBillStatuses[OrganizationBillStatuses["paid"] = 2] = "paid";
|
|
13871
|
-
OrganizationBillStatuses[OrganizationBillStatuses["canceled"] = 3] = "canceled";
|
|
13872
|
-
})(exports.OrganizationBillStatuses || (exports.OrganizationBillStatuses = {}));
|
|
13873
|
-
var OrganizationBillStatusLocalization = (_a$1 = {},
|
|
13874
|
-
_a$1[exports.OrganizationBillStatuses.pending] = 'Новый',
|
|
13875
|
-
_a$1[exports.OrganizationBillStatuses.paid] = 'Оплачен',
|
|
13876
|
-
_a$1[exports.OrganizationBillStatuses.canceled] = 'Отменен',
|
|
13877
|
-
_a$1);
|
|
13878
|
-
exports.OrganizationBill = /** @class */ (function (_super) {
|
|
13879
|
-
__extends(OrganizationBill, _super);
|
|
13880
|
-
function OrganizationBill() {
|
|
13335
|
+
exports.WrestballGameTeamStatistic = /** @class */ (function (_super) {
|
|
13336
|
+
__extends(WrestballGameTeamStatistic, _super);
|
|
13337
|
+
function WrestballGameTeamStatistic() {
|
|
13881
13338
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
13882
13339
|
}
|
|
13883
|
-
|
|
13884
|
-
|
|
13885
|
-
return
|
|
13340
|
+
WrestballGameTeamStatistic.toFront = function (data) { };
|
|
13341
|
+
WrestballGameTeamStatistic.toBack = function (data) { };
|
|
13342
|
+
return WrestballGameTeamStatistic;
|
|
13886
13343
|
}(BaseModel));
|
|
13887
13344
|
__decorate([
|
|
13888
13345
|
ToFrontHook
|
|
13889
|
-
], exports.
|
|
13346
|
+
], exports.WrestballGameTeamStatistic, "toFront", null);
|
|
13890
13347
|
__decorate([
|
|
13891
13348
|
ToBackHook
|
|
13892
|
-
], exports.
|
|
13893
|
-
exports.
|
|
13349
|
+
], exports.WrestballGameTeamStatistic, "toBack", null);
|
|
13350
|
+
exports.WrestballGameTeamStatistic = __decorate([
|
|
13894
13351
|
ModelInstance({
|
|
13895
13352
|
mappingFields: {
|
|
13896
|
-
|
|
13897
|
-
|
|
13898
|
-
status: 'status',
|
|
13899
|
-
sum: 'sum',
|
|
13900
|
-
payment_date: 'paymentDate',
|
|
13901
|
-
pay_till_date: 'payTillDate',
|
|
13902
|
-
date_from: 'dateFrom',
|
|
13903
|
-
date_to: 'dateTo',
|
|
13904
|
-
created_at: 'createdAt',
|
|
13353
|
+
team: 'team',
|
|
13354
|
+
competitor_team: 'competitorTeam'
|
|
13905
13355
|
},
|
|
13906
13356
|
relation: {
|
|
13907
|
-
|
|
13908
|
-
|
|
13909
|
-
paymentDate: DateTimeField,
|
|
13910
|
-
payTillDate: DateTimeField,
|
|
13911
|
-
dateFrom: DateTimeField,
|
|
13912
|
-
dateTo: DateTimeField,
|
|
13913
|
-
createdAt: DateTimeField,
|
|
13357
|
+
team: exports.WrestballStatistic,
|
|
13358
|
+
competitorTeam: exports.WrestballStatistic
|
|
13914
13359
|
}
|
|
13915
13360
|
})
|
|
13916
|
-
], exports.
|
|
13361
|
+
], exports.WrestballGameTeamStatistic);
|
|
13917
13362
|
|
|
13918
|
-
|
|
13919
|
-
|
|
13920
|
-
|
|
13921
|
-
GameBillStatuses[GameBillStatuses["pending"] = 1] = "pending";
|
|
13922
|
-
GameBillStatuses[GameBillStatuses["paid"] = 2] = "paid";
|
|
13923
|
-
GameBillStatuses[GameBillStatuses["canceled"] = 3] = "canceled";
|
|
13924
|
-
})(exports.GameBillStatuses || (exports.GameBillStatuses = {}));
|
|
13925
|
-
var GameBillStatusLocalization = (_a = {},
|
|
13926
|
-
_a[exports.GameBillStatuses.pending] = 'Новый',
|
|
13927
|
-
_a[exports.GameBillStatuses.paid] = 'Оплачен',
|
|
13928
|
-
_a[exports.GameBillStatuses.canceled] = 'Отменен',
|
|
13929
|
-
_a);
|
|
13930
|
-
exports.GameBill = /** @class */ (function (_super) {
|
|
13931
|
-
__extends(GameBill, _super);
|
|
13932
|
-
function GameBill() {
|
|
13363
|
+
exports.WrestballGameStatistic = /** @class */ (function (_super) {
|
|
13364
|
+
__extends(WrestballGameStatistic, _super);
|
|
13365
|
+
function WrestballGameStatistic() {
|
|
13933
13366
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
13934
13367
|
}
|
|
13935
|
-
|
|
13936
|
-
|
|
13937
|
-
|
|
13938
|
-
}(BaseModel));
|
|
13939
|
-
__decorate([
|
|
13940
|
-
ToFrontHook
|
|
13941
|
-
], exports.GameBill, "toFront", null);
|
|
13942
|
-
__decorate([
|
|
13943
|
-
ToBackHook
|
|
13944
|
-
], exports.GameBill, "toBack", null);
|
|
13945
|
-
exports.GameBill = __decorate([
|
|
13946
|
-
ModelInstance({
|
|
13947
|
-
mappingFields: {
|
|
13948
|
-
id: 'id',
|
|
13949
|
-
game: 'game',
|
|
13950
|
-
status: 'status',
|
|
13951
|
-
organization_bill: 'organizationBill',
|
|
13952
|
-
paid_date: 'paidDate',
|
|
13953
|
-
price: 'price',
|
|
13954
|
-
created_at: 'createdAt',
|
|
13368
|
+
Object.defineProperty(WrestballGameStatistic.prototype, "id", {
|
|
13369
|
+
get: function () {
|
|
13370
|
+
return this.gameUserId;
|
|
13955
13371
|
},
|
|
13956
|
-
|
|
13957
|
-
|
|
13958
|
-
|
|
13959
|
-
|
|
13960
|
-
|
|
13961
|
-
|
|
13962
|
-
|
|
13963
|
-
|
|
13964
|
-
], exports.GameBill);
|
|
13965
|
-
|
|
13966
|
-
exports.LeaguePlaylist = /** @class */ (function (_super) {
|
|
13967
|
-
__extends(LeaguePlaylist, _super);
|
|
13968
|
-
function LeaguePlaylist() {
|
|
13969
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
13970
|
-
}
|
|
13971
|
-
LeaguePlaylist.toFront = function (data) { };
|
|
13972
|
-
LeaguePlaylist.toBack = function (data) { };
|
|
13973
|
-
return LeaguePlaylist;
|
|
13974
|
-
}(BaseModel));
|
|
13975
|
-
__decorate([
|
|
13976
|
-
ToFrontHook
|
|
13977
|
-
], exports.LeaguePlaylist, "toFront", null);
|
|
13978
|
-
__decorate([
|
|
13979
|
-
ToBackHook
|
|
13980
|
-
], exports.LeaguePlaylist, "toBack", null);
|
|
13981
|
-
exports.LeaguePlaylist = __decorate([
|
|
13982
|
-
ModelInstance({
|
|
13983
|
-
mappingFields: {
|
|
13984
|
-
id: 'id',
|
|
13985
|
-
name: 'name',
|
|
13986
|
-
files: 'files',
|
|
13987
|
-
key_code: 'keyCode',
|
|
13372
|
+
enumerable: false,
|
|
13373
|
+
configurable: true
|
|
13374
|
+
});
|
|
13375
|
+
WrestballGameStatistic.toFront = function (data) { };
|
|
13376
|
+
WrestballGameStatistic.toBack = function (data) { };
|
|
13377
|
+
Object.defineProperty(WrestballGameStatistic.prototype, "totalFouls", {
|
|
13378
|
+
get: function () {
|
|
13379
|
+
return (this.personalFouls || 0) + (this.technicalFouls || 0) + (this.unsportsmanlikeFouls || 0) + (this.disqualificationFouls || 0);
|
|
13988
13380
|
},
|
|
13989
|
-
|
|
13990
|
-
|
|
13991
|
-
|
|
13992
|
-
|
|
13993
|
-
|
|
13994
|
-
|
|
13995
|
-
|
|
13996
|
-
|
|
13997
|
-
|
|
13998
|
-
|
|
13999
|
-
|
|
14000
|
-
|
|
14001
|
-
|
|
14002
|
-
|
|
13381
|
+
enumerable: false,
|
|
13382
|
+
configurable: true
|
|
13383
|
+
});
|
|
13384
|
+
Object.defineProperty(WrestballGameStatistic.prototype, "onePointPercent", {
|
|
13385
|
+
get: function () {
|
|
13386
|
+
if (!this.onePointsMade || !this.onePointAttempts) {
|
|
13387
|
+
return 0;
|
|
13388
|
+
}
|
|
13389
|
+
return Math.round(1000 * this.onePointsMade / this.onePointAttempts) / 10;
|
|
13390
|
+
},
|
|
13391
|
+
set: function (v) { },
|
|
13392
|
+
enumerable: false,
|
|
13393
|
+
configurable: true
|
|
13394
|
+
});
|
|
13395
|
+
Object.defineProperty(WrestballGameStatistic.prototype, "twoPointPercent", {
|
|
13396
|
+
get: function () {
|
|
13397
|
+
if (!this.twoPointsMade || !this.twoPointAttempts) {
|
|
13398
|
+
return 0;
|
|
13399
|
+
}
|
|
13400
|
+
return Math.round(1000 * this.twoPointsMade / this.twoPointAttempts) / 10;
|
|
13401
|
+
},
|
|
13402
|
+
set: function (v) { },
|
|
13403
|
+
enumerable: false,
|
|
13404
|
+
configurable: true
|
|
13405
|
+
});
|
|
13406
|
+
Object.defineProperty(WrestballGameStatistic.prototype, "threePointPercent", {
|
|
13407
|
+
get: function () {
|
|
13408
|
+
if (!this.threePointsMade || !this.threePointAttempts) {
|
|
13409
|
+
return 0;
|
|
13410
|
+
}
|
|
13411
|
+
return Math.round(1000 * this.threePointsMade / this.threePointAttempts) / 10;
|
|
13412
|
+
},
|
|
13413
|
+
set: function (v) { },
|
|
13414
|
+
enumerable: false,
|
|
13415
|
+
configurable: true
|
|
13416
|
+
});
|
|
13417
|
+
Object.defineProperty(WrestballGameStatistic.prototype, "freeThrowPercent", {
|
|
13418
|
+
get: function () {
|
|
13419
|
+
if (!this.freeThrowsMade || !this.freeThrowAttempts) {
|
|
13420
|
+
return 0;
|
|
13421
|
+
}
|
|
13422
|
+
return Math.round(1000 * this.freeThrowsMade / this.freeThrowAttempts) / 10;
|
|
13423
|
+
},
|
|
13424
|
+
set: function (v) { },
|
|
13425
|
+
enumerable: false,
|
|
13426
|
+
configurable: true
|
|
13427
|
+
});
|
|
13428
|
+
Object.defineProperty(WrestballGameStatistic.prototype, "totalRebounds", {
|
|
13429
|
+
get: function () {
|
|
13430
|
+
return Math.floor(10 * ((this.offensiveRebounds || 0) + (this.defensiveRebounds || 0))) / 10;
|
|
13431
|
+
},
|
|
13432
|
+
enumerable: false,
|
|
13433
|
+
configurable: true
|
|
13434
|
+
});
|
|
13435
|
+
Object.defineProperty(WrestballGameStatistic.prototype, "wrestlerScrums", {
|
|
13436
|
+
get: function () {
|
|
13437
|
+
return (this.wrestlerScrumsWon || 0) + (this.wrestlerScrumsLost || 0) + (this.wrestlerScrumsTie || 0);
|
|
13438
|
+
},
|
|
13439
|
+
enumerable: false,
|
|
13440
|
+
configurable: true
|
|
13441
|
+
});
|
|
13442
|
+
Object.defineProperty(WrestballGameStatistic.prototype, "scrums", {
|
|
13443
|
+
get: function () {
|
|
13444
|
+
return (this.scrumsWon || 0) + (this.scrumsLost || 0) + (this.scrumsTie || 0);
|
|
13445
|
+
},
|
|
13446
|
+
enumerable: false,
|
|
13447
|
+
configurable: true
|
|
13448
|
+
});
|
|
13449
|
+
return WrestballGameStatistic;
|
|
14003
13450
|
}(BaseModel));
|
|
14004
13451
|
__decorate([
|
|
14005
13452
|
ToFrontHook
|
|
14006
|
-
], exports.
|
|
13453
|
+
], exports.WrestballGameStatistic, "toFront", null);
|
|
14007
13454
|
__decorate([
|
|
14008
13455
|
ToBackHook
|
|
14009
|
-
], exports.
|
|
14010
|
-
exports.
|
|
13456
|
+
], exports.WrestballGameStatistic, "toBack", null);
|
|
13457
|
+
exports.WrestballGameStatistic = __decorate([
|
|
14011
13458
|
ModelInstance({
|
|
14012
13459
|
mappingFields: {
|
|
14013
|
-
|
|
14014
|
-
|
|
14015
|
-
|
|
14016
|
-
|
|
13460
|
+
game_user_id: 'gameUserId',
|
|
13461
|
+
points: 'points',
|
|
13462
|
+
free_throws_made: 'freeThrowsMade',
|
|
13463
|
+
two_points_made: 'twoPointsMade',
|
|
13464
|
+
three_points_made: 'threePointsMade',
|
|
13465
|
+
one_points_made: 'onePointsMade',
|
|
13466
|
+
two_point_attempts: 'twoPointAttempts',
|
|
13467
|
+
three_point_attempts: 'threePointAttempts',
|
|
13468
|
+
free_throw_attempts: 'freeThrowAttempts',
|
|
13469
|
+
one_point_attempts: 'onePointAttempts',
|
|
13470
|
+
one_point_percent: 'onePointPercent',
|
|
13471
|
+
two_point_percent: 'twoPointPercent',
|
|
13472
|
+
three_point_percent: 'threePointPercent',
|
|
13473
|
+
free_throw_percent: 'freeThrowPercent',
|
|
13474
|
+
assists: 'assists',
|
|
13475
|
+
blocks: 'blocks',
|
|
13476
|
+
rebounds: 'rebounds',
|
|
13477
|
+
offensive_rebounds: 'offensiveRebounds',
|
|
13478
|
+
defensive_rebounds: 'defensiveRebounds',
|
|
13479
|
+
steals: 'steals',
|
|
13480
|
+
turnovers: 'turnovers',
|
|
13481
|
+
personal_fouls: 'personalFouls',
|
|
13482
|
+
drawn_fouls: 'drawnFouls',
|
|
13483
|
+
wrestler_scrums_won: 'wrestlerScrumsWon',
|
|
13484
|
+
wrestler_scrums_lost: 'wrestlerScrumsLost',
|
|
13485
|
+
wrestler_scrums_tie: 'wrestlerScrumsTie',
|
|
13486
|
+
wrestler_scrum_points: 'wrestlerScrumPoints',
|
|
13487
|
+
scrums_won: 'scrumsWon',
|
|
13488
|
+
scrums_lost: 'scrumsLost',
|
|
13489
|
+
scrums_tie: 'scrumsTie',
|
|
13490
|
+
scrum_points: 'scrumPoints',
|
|
13491
|
+
yellow_cards: 'yellowCards',
|
|
13492
|
+
red_cards: 'redCards',
|
|
13493
|
+
updated_at: 'updatedAt',
|
|
14017
13494
|
},
|
|
14018
13495
|
relation: {
|
|
14019
|
-
|
|
14020
|
-
sport: exports.Sport,
|
|
13496
|
+
updatedAt: DateTimeField,
|
|
14021
13497
|
}
|
|
14022
13498
|
})
|
|
14023
|
-
], exports.
|
|
14024
|
-
|
|
14025
|
-
exports.OrganizationStatistic = /** @class */ (function (_super) {
|
|
14026
|
-
__extends(OrganizationStatistic, _super);
|
|
14027
|
-
function OrganizationStatistic() {
|
|
14028
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
14029
|
-
}
|
|
14030
|
-
OrganizationStatistic.toFront = function (data) { };
|
|
14031
|
-
OrganizationStatistic.toBack = function (data) { };
|
|
14032
|
-
return OrganizationStatistic;
|
|
14033
|
-
}(BaseModel));
|
|
14034
|
-
__decorate([
|
|
14035
|
-
ToFrontHook
|
|
14036
|
-
], exports.OrganizationStatistic, "toFront", null);
|
|
14037
|
-
__decorate([
|
|
14038
|
-
ToBackHook
|
|
14039
|
-
], exports.OrganizationStatistic, "toBack", null);
|
|
14040
|
-
exports.OrganizationStatistic = __decorate([
|
|
14041
|
-
ModelInstance({
|
|
14042
|
-
mappingFields: {
|
|
14043
|
-
id: 'id',
|
|
14044
|
-
players_count: 'playersCount',
|
|
14045
|
-
teams_count: 'teamsCount',
|
|
14046
|
-
games_count: 'gamesCount',
|
|
14047
|
-
paid_sum: 'paidSum',
|
|
14048
|
-
debt_sum: 'debtSum',
|
|
14049
|
-
},
|
|
14050
|
-
})
|
|
14051
|
-
], exports.OrganizationStatistic);
|
|
13499
|
+
], exports.WrestballGameStatistic);
|
|
14052
13500
|
|
|
14053
13501
|
exports.WrestballGameLogTypes = void 0;
|
|
14054
13502
|
(function (WrestballGameLogTypes) {
|
|
@@ -14183,171 +13631,805 @@
|
|
|
14183
13631
|
})
|
|
14184
13632
|
], exports.WrestballGameLog);
|
|
14185
13633
|
|
|
14186
|
-
|
|
14187
|
-
__extends(
|
|
14188
|
-
function
|
|
14189
|
-
|
|
13634
|
+
var WrestballGameApi = /** @class */ (function (_super) {
|
|
13635
|
+
__extends(WrestballGameApi, _super);
|
|
13636
|
+
function WrestballGameApi(httpClient, configService) {
|
|
13637
|
+
var _this = _super.call(this, httpClient, configService) || this;
|
|
13638
|
+
_this.httpClient = httpClient;
|
|
13639
|
+
_this.configService = configService;
|
|
13640
|
+
return _this;
|
|
14190
13641
|
}
|
|
14191
|
-
|
|
14192
|
-
|
|
14193
|
-
return this
|
|
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
|
-
|
|
14223
|
-
|
|
14224
|
-
|
|
14225
|
-
|
|
14226
|
-
|
|
14227
|
-
|
|
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
|
-
|
|
14256
|
-
|
|
14257
|
-
|
|
14258
|
-
|
|
14259
|
-
|
|
14260
|
-
|
|
13642
|
+
WrestballGameApi.prototype.getById = function (gameId) {
|
|
13643
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
13644
|
+
return __generator(this, function (_a) {
|
|
13645
|
+
return [2 /*return*/, this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/tournament_wrestball_game/" + gameId + "/").pipe(operators.map(function (result) { return exports.Game.toFront(result); })).toPromise()];
|
|
13646
|
+
});
|
|
13647
|
+
});
|
|
13648
|
+
};
|
|
13649
|
+
WrestballGameApi.prototype.getTeamStatistic = function (gameId) {
|
|
13650
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
13651
|
+
return __generator(this, function (_a) {
|
|
13652
|
+
return [2 /*return*/, this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/tournament_wrestball_game/" + gameId + "/team_statistic/").pipe(operators.map(function (result) { return exports.WrestballGameTeamStatistic.toFront(result); })).toPromise()];
|
|
13653
|
+
});
|
|
13654
|
+
});
|
|
13655
|
+
};
|
|
13656
|
+
WrestballGameApi.prototype.getUserStatistic = function (gameId) {
|
|
13657
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
13658
|
+
return __generator(this, function (_a) {
|
|
13659
|
+
return [2 /*return*/, this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/tournament_wrestball_game/" + gameId + "/user_statistic/").pipe(operators.map(function (result) { return exports.WrestballGameStatistic.toFront(result); })).toPromise()];
|
|
13660
|
+
});
|
|
13661
|
+
});
|
|
13662
|
+
};
|
|
13663
|
+
WrestballGameApi.prototype.getLogs = function (gameId) {
|
|
13664
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
13665
|
+
return __generator(this, function (_a) {
|
|
13666
|
+
return [2 /*return*/, this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/tournament_wrestball_game/" + gameId + "/logs/").pipe(operators.map(function (result) { return exports.WrestballGameLog.toFront(result); })).toPromise()];
|
|
13667
|
+
});
|
|
13668
|
+
});
|
|
13669
|
+
};
|
|
13670
|
+
return WrestballGameApi;
|
|
13671
|
+
}(GameBaseApi));
|
|
13672
|
+
WrestballGameApi.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function WrestballGameApi_Factory() { return new WrestballGameApi(i0__namespace.ɵɵinject(i1__namespace.HttpClient), i0__namespace.ɵɵinject(ConfigService)); }, token: WrestballGameApi, providedIn: "root" });
|
|
13673
|
+
WrestballGameApi.decorators = [
|
|
13674
|
+
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
13675
|
+
];
|
|
13676
|
+
WrestballGameApi.ctorParameters = function () { return [
|
|
13677
|
+
{ type: i1.HttpClient },
|
|
13678
|
+
{ type: ConfigService }
|
|
13679
|
+
]; };
|
|
13680
|
+
|
|
13681
|
+
var PublicTeamApi = /** @class */ (function () {
|
|
13682
|
+
function PublicTeamApi(httpClient, configService) {
|
|
13683
|
+
this.httpClient = httpClient;
|
|
13684
|
+
this.configService = configService;
|
|
13685
|
+
}
|
|
13686
|
+
PublicTeamApi.prototype.getById = function (teamId) {
|
|
13687
|
+
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_team/" + teamId + "/").pipe(operators.map(function (result) { return exports.Team.toFront(result); })).toPromise();
|
|
13688
|
+
};
|
|
13689
|
+
PublicTeamApi.prototype.getTournamentTeams = function (teamId, leagueId) {
|
|
13690
|
+
var params = new i1.HttpParams().set('league_id', leagueId.toString());
|
|
13691
|
+
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_team/" + teamId + "/tournament_teams/", { params: params }).pipe(operators.map(function (result) { return exports.TournamentTeam.toFront(result); })).toPromise();
|
|
13692
|
+
};
|
|
13693
|
+
PublicTeamApi.prototype.getUsers = function (teamId) {
|
|
13694
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
13695
|
+
return __generator(this, function (_a) {
|
|
13696
|
+
return [2 /*return*/, this.httpClient
|
|
13697
|
+
.get(this.configService.get('apiUrl') + "/api/v1/public_team/" + teamId + "/users/")
|
|
13698
|
+
.pipe(operators.map(function (data) { return exports.TeamUser.toFront(data); }))
|
|
13699
|
+
.toPromise()];
|
|
13700
|
+
});
|
|
13701
|
+
});
|
|
13702
|
+
};
|
|
13703
|
+
return PublicTeamApi;
|
|
13704
|
+
}());
|
|
13705
|
+
PublicTeamApi.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function PublicTeamApi_Factory() { return new PublicTeamApi(i0__namespace.ɵɵinject(i1__namespace.HttpClient), i0__namespace.ɵɵinject(ConfigService)); }, token: PublicTeamApi, providedIn: "root" });
|
|
13706
|
+
PublicTeamApi.decorators = [
|
|
13707
|
+
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
13708
|
+
];
|
|
13709
|
+
PublicTeamApi.ctorParameters = function () { return [
|
|
13710
|
+
{ type: i1.HttpClient },
|
|
13711
|
+
{ type: ConfigService }
|
|
13712
|
+
]; };
|
|
13713
|
+
|
|
13714
|
+
var PublicUserApi = /** @class */ (function () {
|
|
13715
|
+
function PublicUserApi(httpClient, configService) {
|
|
13716
|
+
this.httpClient = httpClient;
|
|
13717
|
+
this.configService = configService;
|
|
13718
|
+
}
|
|
13719
|
+
PublicUserApi.prototype.getById = function (userId) {
|
|
13720
|
+
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_user/" + userId + "/").pipe(operators.map(function (result) { return exports.User.toFront(result); })).toPromise();
|
|
13721
|
+
};
|
|
13722
|
+
PublicUserApi.prototype.getTournaments = function (userId, leagueId) {
|
|
13723
|
+
var params = new i1.HttpParams().set('league_id', leagueId.toString());
|
|
13724
|
+
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_user/" + userId + "/tournaments/", { params: params }).pipe(operators.map(function (result) { return exports.Tournament.toFront(result); })).toPromise();
|
|
13725
|
+
};
|
|
13726
|
+
PublicUserApi.prototype.getTournamentUser = function (userId, seasonId) {
|
|
13727
|
+
var params = new i1.HttpParams().set('season_id', seasonId.toString());
|
|
13728
|
+
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_user/" + userId + "/tournament_user/", { params: params }).pipe(operators.map(function (result) { return exports.TournamentTeamUser.toFront(result); })).toPromise();
|
|
13729
|
+
};
|
|
13730
|
+
PublicUserApi.prototype.getLeaguePlayer = function (userId, leagueId) {
|
|
13731
|
+
var params = new i1.HttpParams().set('league_id', leagueId.toString());
|
|
13732
|
+
return this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/public_user/" + userId + "/league_player/", { params: params }).pipe(operators.map(function (result) { return exports.LeaguePlayer.toFront(result); })).toPromise();
|
|
13733
|
+
};
|
|
13734
|
+
return PublicUserApi;
|
|
13735
|
+
}());
|
|
13736
|
+
PublicUserApi.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function PublicUserApi_Factory() { return new PublicUserApi(i0__namespace.ɵɵinject(i1__namespace.HttpClient), i0__namespace.ɵɵinject(ConfigService)); }, token: PublicUserApi, providedIn: "root" });
|
|
13737
|
+
PublicUserApi.decorators = [
|
|
13738
|
+
{ type: i0.Injectable, args: [{ providedIn: 'root' },] }
|
|
13739
|
+
];
|
|
13740
|
+
PublicUserApi.ctorParameters = function () { return [
|
|
13741
|
+
{ type: i1.HttpClient },
|
|
13742
|
+
{ type: ConfigService }
|
|
13743
|
+
]; };
|
|
13744
|
+
|
|
13745
|
+
var _a$g;
|
|
13746
|
+
var BasketballGameLogTypeLocalization = (_a$g = {},
|
|
13747
|
+
_a$g[exports.BasketballGameLogTypes.enter_game] = 'Выход на площадку',
|
|
13748
|
+
_a$g[exports.BasketballGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
13749
|
+
_a$g[exports.BasketballGameLogTypes.remove_game] = 'Удаление с площадки',
|
|
13750
|
+
_a$g[exports.BasketballGameLogTypes.two_point_attempt] = 'Бросок 2 очка',
|
|
13751
|
+
_a$g[exports.BasketballGameLogTypes.three_point_attempt] = 'Бросок 3 очка',
|
|
13752
|
+
_a$g[exports.BasketballGameLogTypes.free_throw_attempt] = 'Штрафной бросок',
|
|
13753
|
+
_a$g[exports.BasketballGameLogTypes.one_point_attempt] = 'Бросок 1 очко',
|
|
13754
|
+
_a$g[exports.BasketballGameLogTypes.two_point_made] = '2 очка',
|
|
13755
|
+
_a$g[exports.BasketballGameLogTypes.three_point_made] = '3 очка',
|
|
13756
|
+
_a$g[exports.BasketballGameLogTypes.free_throw_made] = '1 очко, штрафной',
|
|
13757
|
+
_a$g[exports.BasketballGameLogTypes.one_point_made] = '1 очко',
|
|
13758
|
+
_a$g[exports.BasketballGameLogTypes.assist] = 'Передача',
|
|
13759
|
+
_a$g[exports.BasketballGameLogTypes.block] = 'Блокшот',
|
|
13760
|
+
_a$g[exports.BasketballGameLogTypes.rebound] = 'Подбор',
|
|
13761
|
+
_a$g[exports.BasketballGameLogTypes.offensive_rebound] = 'Подбор в нападении',
|
|
13762
|
+
_a$g[exports.BasketballGameLogTypes.defensive_rebound] = 'Подбор в защите',
|
|
13763
|
+
_a$g[exports.BasketballGameLogTypes.steal] = 'Перехват',
|
|
13764
|
+
_a$g[exports.BasketballGameLogTypes.turnover] = 'Потеря',
|
|
13765
|
+
_a$g[exports.BasketballGameLogTypes.personal_foul] = 'Фол',
|
|
13766
|
+
_a$g[exports.BasketballGameLogTypes.technical_foul] = 'Технический фол',
|
|
13767
|
+
_a$g[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Неспортиный фол',
|
|
13768
|
+
_a$g[exports.BasketballGameLogTypes.timeout] = 'Таймаут',
|
|
13769
|
+
_a$g[exports.BasketballGameLogTypes.team_rebound] = 'Командный подбор',
|
|
13770
|
+
_a$g[exports.BasketballGameLogTypes.dunk_attempt] = 'Данк мимо',
|
|
13771
|
+
_a$g[exports.BasketballGameLogTypes.dunk_made] = 'Данк',
|
|
13772
|
+
_a$g[exports.BasketballGameLogTypes.four_point_attempt] = 'Бросок 4 очка',
|
|
13773
|
+
_a$g[exports.BasketballGameLogTypes.four_point_made] = '4 очка',
|
|
13774
|
+
_a$g[exports.BasketballGameLogTypes.shootout] = 'Булит',
|
|
13775
|
+
_a$g[exports.BasketballGameLogTypes.shootout_won] = 'Булит выигран',
|
|
13776
|
+
_a$g[exports.BasketballGameLogTypes.shootout_lost] = 'Булит проигран',
|
|
13777
|
+
_a$g[exports.BasketballGameLogTypes.moneyball_free_throw_attept] = 'Штрафной бросок',
|
|
13778
|
+
_a$g[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 очка, штрафной',
|
|
13779
|
+
_a$g);
|
|
13780
|
+
|
|
13781
|
+
var _a$f;
|
|
13782
|
+
var BasketballGameSubLogTypesLocalization = (_a$f = {},
|
|
13783
|
+
// Shots
|
|
13784
|
+
_a$f[exports.BasketballSubLogTypes.jump_shot] = 'Джампшот',
|
|
13785
|
+
_a$f[exports.BasketballSubLogTypes.step_back_jump_shot] = 'Степ-бэк',
|
|
13786
|
+
_a$f[exports.BasketballSubLogTypes.floating_jump_shot] = 'Флоатинг',
|
|
13787
|
+
_a$f[exports.BasketballSubLogTypes.fade_away_jump_shot] = 'Фэйдавэй',
|
|
13788
|
+
_a$f[exports.BasketballSubLogTypes.pull_up_jump_shot] = 'Пуллап',
|
|
13789
|
+
_a$f[exports.BasketballSubLogTypes.turnaround_jump_shot] = 'Турнэраунд',
|
|
13790
|
+
_a$f[exports.BasketballSubLogTypes.dunk] = 'Данк',
|
|
13791
|
+
_a$f[exports.BasketballSubLogTypes.layup] = 'Лэйап',
|
|
13792
|
+
_a$f[exports.BasketballSubLogTypes.driving_layup] = 'Драйвинг лэйап',
|
|
13793
|
+
_a$f[exports.BasketballSubLogTypes.alley_oop] = 'Алейуп',
|
|
13794
|
+
_a$f[exports.BasketballSubLogTypes.hook_shot] = 'Хукшот',
|
|
13795
|
+
// foul
|
|
13796
|
+
_a$f[exports.BasketballSubLogTypes.offensive_foul] = 'В нападении',
|
|
13797
|
+
_a$f[exports.BasketballSubLogTypes.shot_foul] = 'При броксе',
|
|
13798
|
+
_a$f[exports.BasketballSubLogTypes.mutual_foul] = 'Обоюдный фол',
|
|
13799
|
+
// Turnover
|
|
13800
|
+
_a$f[exports.BasketballSubLogTypes.bad_pass] = 'Плохой пас',
|
|
13801
|
+
_a$f[exports.BasketballSubLogTypes.ball_handling] = 'На ведении',
|
|
13802
|
+
_a$f[exports.BasketballSubLogTypes.travel] = 'Пробежка',
|
|
13803
|
+
_a$f[exports.BasketballSubLogTypes.double_dribble] = 'Двойное ведение',
|
|
13804
|
+
_a$f[exports.BasketballSubLogTypes.out_of_bounds] = 'Заступ в аут',
|
|
13805
|
+
_a$f[exports.BasketballSubLogTypes.three_seconds] = '3 секунды',
|
|
13806
|
+
_a$f[exports.BasketballSubLogTypes.five_seconds] = '5 секунд',
|
|
13807
|
+
_a$f[exports.BasketballSubLogTypes.eight_seconds] = '8 секунд',
|
|
13808
|
+
_a$f[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 секунды',
|
|
13809
|
+
_a$f[exports.BasketballSubLogTypes.back_court] = 'Зона',
|
|
13810
|
+
_a$f[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Гоалтендинг',
|
|
13811
|
+
_a$f[exports.BasketballSubLogTypes.other_turnover] = 'Другое',
|
|
13812
|
+
_a$f);
|
|
13813
|
+
|
|
13814
|
+
var _a$e;
|
|
13815
|
+
var HockeyGameLogTypeLocalization = (_a$e = {},
|
|
13816
|
+
_a$e[exports.HockeyGameLogTypes.enter_game] = 'Выход на площадку',
|
|
13817
|
+
_a$e[exports.HockeyGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
13818
|
+
_a$e[exports.HockeyGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
13819
|
+
_a$e[exports.HockeyGameLogTypes.shot_on_goal] = 'Бросок по воротам',
|
|
13820
|
+
_a$e[exports.HockeyGameLogTypes.shot_blocked] = 'Заблокированный бросок',
|
|
13821
|
+
_a$e[exports.HockeyGameLogTypes.goal] = 'Гол',
|
|
13822
|
+
_a$e[exports.HockeyGameLogTypes.shootout_attempt] = 'Буллит промах',
|
|
13823
|
+
_a$e[exports.HockeyGameLogTypes.shootout_goal] = 'Буллит гол',
|
|
13824
|
+
_a$e[exports.HockeyGameLogTypes.after_game_shootout_attempt] = 'Буллит промах',
|
|
13825
|
+
_a$e[exports.HockeyGameLogTypes.after_game_shootout_goal] = 'Буллит гол',
|
|
13826
|
+
_a$e[exports.HockeyGameLogTypes.assist] = 'Передача',
|
|
13827
|
+
_a$e[exports.HockeyGameLogTypes.block_shot] = 'Блокировка броска',
|
|
13828
|
+
_a$e[exports.HockeyGameLogTypes.minor_penalty] = 'Малый штраф',
|
|
13829
|
+
_a$e[exports.HockeyGameLogTypes.major_penalty] = 'Большой штраф',
|
|
13830
|
+
_a$e[exports.HockeyGameLogTypes.misconduct_penalty] = 'Дисциплинарный штраф',
|
|
13831
|
+
_a$e[exports.HockeyGameLogTypes.game_misconduct_penalty] = 'Дисциплинарный штраф до конца игры',
|
|
13832
|
+
_a$e[exports.HockeyGameLogTypes.match_penalty] = 'Матч-штраф',
|
|
13833
|
+
_a$e[exports.HockeyGameLogTypes.penalty_shot] = 'Штрафной бросок',
|
|
13834
|
+
_a$e[exports.HockeyGameLogTypes.face_off_lose] = 'Проигрыш в вбрасывании',
|
|
13835
|
+
_a$e[exports.HockeyGameLogTypes.face_off_win] = 'Победа в вбрасывании',
|
|
13836
|
+
_a$e[exports.HockeyGameLogTypes.save] = 'Отражен бросок',
|
|
13837
|
+
_a$e[exports.HockeyGameLogTypes.shootout_save] = 'Отражен бросок',
|
|
13838
|
+
_a$e[exports.HockeyGameLogTypes.after_game_shootout_save] = 'Отражен бросок',
|
|
13839
|
+
_a$e[exports.HockeyGameLogTypes.timeout] = 'Таймаут',
|
|
13840
|
+
_a$e[exports.HockeyGameLogTypes.penalty_start] = 'Начало штрафного времени',
|
|
13841
|
+
_a$e[exports.HockeyGameLogTypes.penalty_end] = 'Конец штрафного времени',
|
|
13842
|
+
_a$e[exports.HockeyGameLogTypes.steal] = 'Отбор',
|
|
13843
|
+
_a$e[exports.HockeyGameLogTypes.loss] = 'Потеря',
|
|
13844
|
+
_a$e[exports.HockeyGameLogTypes.sharp_pass] = 'Острая передача',
|
|
13845
|
+
_a$e);
|
|
13846
|
+
|
|
13847
|
+
var _a$d;
|
|
13848
|
+
var FootballGameLogTypeLocalization = (_a$d = {},
|
|
13849
|
+
_a$d[exports.FootballGameLogTypes.enter_game] = 'Выход на поле',
|
|
13850
|
+
_a$d[exports.FootballGameLogTypes.exit_game] = 'Ушел с поля',
|
|
13851
|
+
_a$d[exports.FootballGameLogTypes.shot_miss] = 'Удар мимо',
|
|
13852
|
+
_a$d[exports.FootballGameLogTypes.shot_on_goal] = 'Удар в створ',
|
|
13853
|
+
_a$d[exports.FootballGameLogTypes.shot_blocked] = 'Заблокированный удар',
|
|
13854
|
+
_a$d[exports.FootballGameLogTypes.goal] = 'Гол',
|
|
13855
|
+
_a$d[exports.FootballGameLogTypes.assist] = 'Передача',
|
|
13856
|
+
_a$d[exports.FootballGameLogTypes.penalty_attempt] = 'Пенальти промах',
|
|
13857
|
+
_a$d[exports.FootballGameLogTypes.penalty_goal] = 'Пенальти гол',
|
|
13858
|
+
_a$d[exports.FootballGameLogTypes.small_penalty_attempt] = '10-метровый промах',
|
|
13859
|
+
_a$d[exports.FootballGameLogTypes.small_penalty_goal] = '10-метровый гол',
|
|
13860
|
+
_a$d[exports.FootballGameLogTypes.block_shot] = 'Блокировка удара',
|
|
13861
|
+
_a$d[exports.FootballGameLogTypes.corner] = 'Угловой',
|
|
13862
|
+
_a$d[exports.FootballGameLogTypes.free_kick] = 'Штрафной удар',
|
|
13863
|
+
_a$d[exports.FootballGameLogTypes.save] = 'Отражен удар',
|
|
13864
|
+
_a$d[exports.FootballGameLogTypes.penalty_save] = 'Отражен пенальти',
|
|
13865
|
+
_a$d[exports.FootballGameLogTypes.small_penalty_save] = 'Отражен 10 метровый',
|
|
13866
|
+
_a$d[exports.FootballGameLogTypes.foul] = 'Фол',
|
|
13867
|
+
_a$d[exports.FootballGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
13868
|
+
_a$d[exports.FootballGameLogTypes.red_card] = 'Красная карточка',
|
|
13869
|
+
_a$d[exports.FootballGameLogTypes.perfect_pass] = 'Пас',
|
|
13870
|
+
_a$d[exports.FootballGameLogTypes.loss] = 'Потеря',
|
|
13871
|
+
_a$d[exports.FootballGameLogTypes.steal] = 'Перехват',
|
|
13872
|
+
_a$d[exports.FootballGameLogTypes.out] = 'Аут',
|
|
13873
|
+
_a$d[exports.FootballGameLogTypes.timeout] = 'Таймаут',
|
|
13874
|
+
_a$d[exports.FootballGameLogTypes.auto_goal] = 'Автогол',
|
|
13875
|
+
_a$d[exports.FootballGameLogTypes.end_game_penalty_goal] = 'Пенальти гол',
|
|
13876
|
+
_a$d[exports.FootballGameLogTypes.end_game_penalty_miss] = 'Пенальти промах',
|
|
13877
|
+
_a$d[exports.FootballGameLogTypes.end_game_penalty_save] = 'Отражен пенальти',
|
|
13878
|
+
_a$d);
|
|
13879
|
+
|
|
13880
|
+
var _a$c;
|
|
13881
|
+
var HandballGameLogTypeLocalization = (_a$c = {},
|
|
13882
|
+
_a$c[exports.HandballGameLogTypes.enter_game] = 'Выход на поле',
|
|
13883
|
+
_a$c[exports.HandballGameLogTypes.exit_game] = 'Ушел с поля',
|
|
13884
|
+
_a$c[exports.HandballGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
13885
|
+
_a$c[exports.HandballGameLogTypes.shot_on_goal] = 'Бросок в створ',
|
|
13886
|
+
_a$c[exports.HandballGameLogTypes.shot_blocked] = 'Заблокированный бросок',
|
|
13887
|
+
_a$c[exports.HandballGameLogTypes.goal] = 'Гол',
|
|
13888
|
+
_a$c[exports.HandballGameLogTypes.assist] = 'Передача',
|
|
13889
|
+
_a$c[exports.HandballGameLogTypes.penalty_miss] = '7м промах',
|
|
13890
|
+
_a$c[exports.HandballGameLogTypes.penalty_shot_on_goal] = '7м в створ',
|
|
13891
|
+
_a$c[exports.HandballGameLogTypes.penalty_goal] = '7м гол',
|
|
13892
|
+
_a$c[exports.HandballGameLogTypes.save] = 'Сэйв',
|
|
13893
|
+
_a$c[exports.HandballGameLogTypes.penalty_save] = 'Сэйв 7м',
|
|
13894
|
+
_a$c[exports.HandballGameLogTypes.foul] = 'Фол',
|
|
13895
|
+
_a$c[exports.HandballGameLogTypes.yellow_card] = 'Желлтая карточка',
|
|
13896
|
+
_a$c[exports.HandballGameLogTypes.red_card] = 'Красная карточка',
|
|
13897
|
+
_a$c[exports.HandballGameLogTypes.two_minute_foul] = '2х минутный штраф',
|
|
13898
|
+
_a$c[exports.HandballGameLogTypes.turnover] = 'Потеря',
|
|
13899
|
+
_a$c[exports.HandballGameLogTypes.steal] = 'Перехват',
|
|
13900
|
+
_a$c[exports.HandballGameLogTypes.block_shot] = 'Блок броска',
|
|
13901
|
+
_a$c[exports.HandballGameLogTypes.timeout] = 'Таймаут',
|
|
13902
|
+
_a$c);
|
|
13903
|
+
|
|
13904
|
+
var _a$b;
|
|
13905
|
+
var WaterpoloGameLogTypeLocalization = (_a$b = {},
|
|
13906
|
+
_a$b[exports.WaterpoloGameLogTypes.enter_game] = 'Выход на площадку',
|
|
13907
|
+
_a$b[exports.WaterpoloGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
13908
|
+
_a$b[exports.WaterpoloGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
13909
|
+
_a$b[exports.WaterpoloGameLogTypes.counterattack_miss] = 'Бросок мимо в контратаке',
|
|
13910
|
+
_a$b[exports.WaterpoloGameLogTypes.maneuver_miss] = 'Бросок мимо с маневра',
|
|
13911
|
+
_a$b[exports.WaterpoloGameLogTypes.center_forward_miss] = 'Бросок мимо со столба',
|
|
13912
|
+
_a$b[exports.WaterpoloGameLogTypes.shot_on_goal] = 'Бросок по воротам',
|
|
13913
|
+
_a$b[exports.WaterpoloGameLogTypes.counterattack_on_goal] = 'Бросок по воротам в контратаке',
|
|
13914
|
+
_a$b[exports.WaterpoloGameLogTypes.maneuver_on_goal] = 'Бросок по воротам с маневра',
|
|
13915
|
+
_a$b[exports.WaterpoloGameLogTypes.center_forward_on_goal] = 'Бросок по воротам со столба',
|
|
13916
|
+
_a$b[exports.WaterpoloGameLogTypes.shot_blocked] = 'Заблокирован бросок',
|
|
13917
|
+
_a$b[exports.WaterpoloGameLogTypes.counter_attack_shot_blocked] = 'Заблокирован бросок в контратаке',
|
|
13918
|
+
_a$b[exports.WaterpoloGameLogTypes.maneuver_shot_blocked] = 'Заблокирован бросок с маневра',
|
|
13919
|
+
_a$b[exports.WaterpoloGameLogTypes.center_forward_shot_blocked] = 'Заблокирован бросок со столба',
|
|
13920
|
+
_a$b[exports.WaterpoloGameLogTypes.goal] = 'Гол',
|
|
13921
|
+
_a$b[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Гол с маневра',
|
|
13922
|
+
_a$b[exports.WaterpoloGameLogTypes.counterattack_goal] = 'Гол в контратаке',
|
|
13923
|
+
_a$b[exports.WaterpoloGameLogTypes.center_forward_goal] = 'Гол со столба',
|
|
13924
|
+
_a$b[exports.WaterpoloGameLogTypes.shootout_attempt] = 'Пенальти промах',
|
|
13925
|
+
_a$b[exports.WaterpoloGameLogTypes.shootout_goal] = 'Пенальти гол',
|
|
13926
|
+
_a$b[exports.WaterpoloGameLogTypes.after_game_shootout_attempt] = 'Пенальти промах',
|
|
13927
|
+
_a$b[exports.WaterpoloGameLogTypes.after_game_shootout_goal] = 'Пенальти гол',
|
|
13928
|
+
_a$b[exports.WaterpoloGameLogTypes.assist] = 'Голевая передача',
|
|
13929
|
+
_a$b[exports.WaterpoloGameLogTypes.block_shot] = 'Блокировка броска',
|
|
13930
|
+
_a$b[exports.WaterpoloGameLogTypes.minor_penalty] = 'Удаление на 20 сек.',
|
|
13931
|
+
_a$b[exports.WaterpoloGameLogTypes.major_penalty] = 'Удаление + 20 сек. штраф',
|
|
13932
|
+
_a$b[exports.WaterpoloGameLogTypes.match_penalty] = 'Удаление + 4 мин. штраф',
|
|
13933
|
+
_a$b[exports.WaterpoloGameLogTypes.foul] = 'Фол',
|
|
13934
|
+
_a$b[exports.WaterpoloGameLogTypes.penalty_foul] = 'Фол пенальти',
|
|
13935
|
+
_a$b[exports.WaterpoloGameLogTypes.attack_foul] = 'Фол в нападении',
|
|
13936
|
+
_a$b[exports.WaterpoloGameLogTypes.personal_foul] = 'Персональный фол',
|
|
13937
|
+
_a$b[exports.WaterpoloGameLogTypes.penalty_shot] = 'Штрафной бросок',
|
|
13938
|
+
_a$b[exports.WaterpoloGameLogTypes.face_off_lose] = 'Проигрыш в спринте',
|
|
13939
|
+
_a$b[exports.WaterpoloGameLogTypes.face_off_win] = 'Победа в спринте',
|
|
13940
|
+
_a$b[exports.WaterpoloGameLogTypes.save] = 'Отражен бросок',
|
|
13941
|
+
_a$b[exports.WaterpoloGameLogTypes.counterattack_save] = 'Отражен бросок в контратаке',
|
|
13942
|
+
_a$b[exports.WaterpoloGameLogTypes.maneuver_save] = 'Отражен бросок с маневра',
|
|
13943
|
+
_a$b[exports.WaterpoloGameLogTypes.center_forward_save] = 'Отражен бросок со столба',
|
|
13944
|
+
_a$b[exports.WaterpoloGameLogTypes.free_kick_save] = 'Отражен бросок со свободного',
|
|
13945
|
+
_a$b[exports.WaterpoloGameLogTypes.corner_save] = 'Отражен бросок с углового',
|
|
13946
|
+
_a$b[exports.WaterpoloGameLogTypes.shootout_save] = 'Отражен бросок с пенальти',
|
|
13947
|
+
_a$b[exports.WaterpoloGameLogTypes.after_game_shootout_save] = 'Отражен бросок с пенальти',
|
|
13948
|
+
_a$b[exports.WaterpoloGameLogTypes.timeout] = 'Таймаут',
|
|
13949
|
+
_a$b[exports.WaterpoloGameLogTypes.penalty_start] = 'Начало штрафного времени',
|
|
13950
|
+
_a$b[exports.WaterpoloGameLogTypes.penalty_end] = 'Конец штрафного времени',
|
|
13951
|
+
_a$b[exports.WaterpoloGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
13952
|
+
_a$b[exports.WaterpoloGameLogTypes.red_card] = 'Красная карточка',
|
|
13953
|
+
_a$b[exports.WaterpoloGameLogTypes.turnover] = 'Переход владения',
|
|
13954
|
+
_a$b[exports.WaterpoloGameLogTypes.loss] = 'Потеря',
|
|
13955
|
+
_a$b[exports.WaterpoloGameLogTypes.steal] = 'Перехват',
|
|
13956
|
+
_a$b[exports.WaterpoloGameLogTypes.tackle] = 'Отбор',
|
|
13957
|
+
_a$b[exports.WaterpoloGameLogTypes.free_kick_goal] = 'Гол со свободного удара',
|
|
13958
|
+
_a$b[exports.WaterpoloGameLogTypes.free_kick_on_goal] = 'Бросок со свободного удара в створ',
|
|
13959
|
+
_a$b[exports.WaterpoloGameLogTypes.free_kick_miss] = 'Бросок мимо со свободного удара',
|
|
13960
|
+
_a$b[exports.WaterpoloGameLogTypes.free_kick_shot_blocked] = 'Заблокирован бросок со свободного удара',
|
|
13961
|
+
_a$b[exports.WaterpoloGameLogTypes.free_kick_pass] = 'Пас со свободного удара',
|
|
13962
|
+
_a$b[exports.WaterpoloGameLogTypes.free_kick_self] = 'Розыгрыш свободного удара',
|
|
13963
|
+
_a$b[exports.WaterpoloGameLogTypes.corner_goal] = 'Гол с углового',
|
|
13964
|
+
_a$b[exports.WaterpoloGameLogTypes.corner_on_goal] = 'Бросок с углового в створ',
|
|
13965
|
+
_a$b[exports.WaterpoloGameLogTypes.corner_miss] = 'Бросок мимо с углового',
|
|
13966
|
+
_a$b[exports.WaterpoloGameLogTypes.corner_shot_blocked] = 'Заблокирован бросок с углового',
|
|
13967
|
+
_a$b[exports.WaterpoloGameLogTypes.corner_pass] = 'Пас с углового',
|
|
13968
|
+
_a$b[exports.WaterpoloGameLogTypes.corner_self] = 'Розыгрыш углового',
|
|
13969
|
+
_a$b[exports.WaterpoloGameLogTypes.complete_penalty_time] = 'Досрочное завершение штрафа',
|
|
13970
|
+
_a$b);
|
|
13971
|
+
|
|
13972
|
+
var _a$a;
|
|
13973
|
+
var OvertimeTypeLocalization = (_a$a = {},
|
|
13974
|
+
_a$a[exports.OvertimeTypes.to_score_diff] = 'До разницы в N мячей',
|
|
13975
|
+
_a$a[exports.OvertimeTypes.to_score_total] = 'До N очков',
|
|
13976
|
+
_a$a[exports.OvertimeTypes.time] = 'По времени',
|
|
13977
|
+
_a$a[exports.OvertimeTypes.without_overtime] = 'Без овертайма',
|
|
13978
|
+
_a$a[exports.OvertimeTypes.to_first_goal] = 'На N минут до первой шайбы',
|
|
13979
|
+
_a$a[exports.OvertimeTypes.to_first_goal_and_bullitts] = 'На N минут до первой шайбы + буллиты',
|
|
13980
|
+
_a$a[exports.OvertimeTypes.bullitts] = 'Буллиты',
|
|
13981
|
+
_a$a[exports.OvertimeTypes.penalties] = 'Пенальти',
|
|
13982
|
+
_a$a[exports.OvertimeTypes.time_and_penalties] = 'Дополнительное время + пенальти',
|
|
13983
|
+
_a$a);
|
|
13984
|
+
|
|
13985
|
+
var _a$9;
|
|
13986
|
+
var RugbyFoulSanctionLocalization = (_a$9 = {},
|
|
13987
|
+
_a$9[exports.RugbyFoulSanctions.scrum] = 'Схватка',
|
|
13988
|
+
_a$9[exports.RugbyFoulSanctions.lineout] = 'Коридор',
|
|
13989
|
+
_a$9[exports.RugbyFoulSanctions.start_kick] = 'Начальный удар',
|
|
13990
|
+
_a$9[exports.RugbyFoulSanctions.free_kick] = 'Свободный удар',
|
|
13991
|
+
_a$9[exports.RugbyFoulSanctions.penalty_shot] = 'Штрафной удар',
|
|
13992
|
+
_a$9[exports.RugbyFoulSanctions.twenty_two_meters_kick] = 'Удар с 22 метров',
|
|
13993
|
+
_a$9[exports.RugbyFoulSanctions.conversion_cancel] = 'Отмена удара',
|
|
13994
|
+
_a$9[exports.RugbyFoulSanctions.yellow_card] = 'Желтая карточка',
|
|
13995
|
+
_a$9[exports.RugbyFoulSanctions.red_card] = 'Красная карточка',
|
|
13996
|
+
_a$9);
|
|
13997
|
+
|
|
13998
|
+
var _a$8;
|
|
13999
|
+
var RugbyFoulGameStageLocalization = (_a$8 = {},
|
|
14000
|
+
_a$8[exports.RugbyFoulGameStage.start_kick] = 'Начальные удары',
|
|
14001
|
+
_a$8[exports.RugbyFoulGameStage.open_game] = 'Открытая игра',
|
|
14002
|
+
_a$8[exports.RugbyFoulGameStage.tackle] = 'Игроки на земле, Захват',
|
|
14003
|
+
_a$8[exports.RugbyFoulGameStage.ruck_or_maul] = 'Рак, мол',
|
|
14004
|
+
_a$8[exports.RugbyFoulGameStage.scrum] = 'Схватка',
|
|
14005
|
+
_a$8[exports.RugbyFoulGameStage.out_and_lineout] = 'Аут и коридор',
|
|
14006
|
+
_a$8[exports.RugbyFoulGameStage.scoring_field] = 'Зачетное поле',
|
|
14007
|
+
_a$8[exports.RugbyFoulGameStage.kick_on_goal] = 'Удар по воротам',
|
|
14008
|
+
_a$8[exports.RugbyFoulGameStage.free_kick] = 'Штрафной, свободный удар',
|
|
14009
|
+
_a$8[exports.RugbyFoulGameStage.team] = 'Команда',
|
|
14010
|
+
_a$8);
|
|
14011
|
+
|
|
14012
|
+
var _a$7;
|
|
14013
|
+
var RugbyGameLogTypeLocalization = (_a$7 = {},
|
|
14014
|
+
_a$7[exports.RugbyGameLogTypes.enter_game] = 'Вышел на поле',
|
|
14015
|
+
_a$7[exports.RugbyGameLogTypes.exit_game] = 'Ушел с поля',
|
|
14016
|
+
_a$7[exports.RugbyGameLogTypes.try] = 'Попытка',
|
|
14017
|
+
_a$7[exports.RugbyGameLogTypes.penalty_try] = 'Штрафная попытка',
|
|
14018
|
+
_a$7[exports.RugbyGameLogTypes.conversion_goal] = 'Реализация',
|
|
14019
|
+
_a$7[exports.RugbyGameLogTypes.conversion_miss] = 'Реализация промах',
|
|
14020
|
+
_a$7[exports.RugbyGameLogTypes.penalty_miss] = 'Штрафной промах',
|
|
14021
|
+
_a$7[exports.RugbyGameLogTypes.penalty_goal] = 'Штрафной гол',
|
|
14022
|
+
_a$7[exports.RugbyGameLogTypes.penalty_kick_to_touch] = 'Штрафной в аут',
|
|
14023
|
+
_a$7[exports.RugbyGameLogTypes.tap_penalty] = 'Штрафной разыгран',
|
|
14024
|
+
_a$7[exports.RugbyGameLogTypes.drop_goal] = 'Дроп-гол',
|
|
14025
|
+
_a$7[exports.RugbyGameLogTypes.drop_goal_miss] = 'Дроп-гол промах',
|
|
14026
|
+
_a$7[exports.RugbyGameLogTypes.free_kick] = 'Свободный удар',
|
|
14027
|
+
_a$7[exports.RugbyGameLogTypes.foul] = 'Фол',
|
|
14028
|
+
_a$7[exports.RugbyGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
14029
|
+
_a$7[exports.RugbyGameLogTypes.red_card] = 'Красная карточка',
|
|
14030
|
+
_a$7[exports.RugbyGameLogTypes.offload] = 'Скидка при завхвате',
|
|
14031
|
+
_a$7[exports.RugbyGameLogTypes.tackle] = 'Успешный захват',
|
|
14032
|
+
_a$7[exports.RugbyGameLogTypes.handling_error] = 'Ошибка приема',
|
|
14033
|
+
_a$7[exports.RugbyGameLogTypes.carries_over_gainline] = 'Прорыв линии',
|
|
14034
|
+
_a$7[exports.RugbyGameLogTypes.bleeding_injury] = 'Кровоточащая травма',
|
|
14035
|
+
_a$7[exports.RugbyGameLogTypes.head_injury] = 'Травма головы',
|
|
14036
|
+
_a$7[exports.RugbyGameLogTypes.end_game_penalty_miss] = 'Штрафной промах',
|
|
14037
|
+
_a$7[exports.RugbyGameLogTypes.end_game_penalty_goal] = 'Штрафной гол',
|
|
14038
|
+
_a$7[exports.RugbyGameLogTypes.foot_field_shot] = 'Удар ногой в поле',
|
|
14039
|
+
_a$7[exports.RugbyGameLogTypes.foot_out_shot] = 'Удар ногой в аут',
|
|
14040
|
+
_a$7[exports.RugbyGameLogTypes.foot_kick_50_22] = 'Удар ногой 50/22',
|
|
14041
|
+
_a$7[exports.RugbyGameLogTypes.run] = 'Забег',
|
|
14042
|
+
_a$7[exports.RugbyGameLogTypes.timeout] = 'Таймаут',
|
|
14043
|
+
_a$7[exports.RugbyGameLogTypes.scrum_won] = 'Схватка выиграна',
|
|
14044
|
+
_a$7[exports.RugbyGameLogTypes.scrum_lost] = 'Схватка проиграна',
|
|
14045
|
+
_a$7[exports.RugbyGameLogTypes.scrum_won_free] = 'Схватка выиграна без сопротивления',
|
|
14046
|
+
_a$7[exports.RugbyGameLogTypes.lineout_won] = 'Коридор выигран',
|
|
14047
|
+
_a$7[exports.RugbyGameLogTypes.lineout_lost] = 'Коридор проигран',
|
|
14048
|
+
_a$7[exports.RugbyGameLogTypes.quick_throw] = 'Быстрый вброс',
|
|
14049
|
+
_a$7[exports.RugbyGameLogTypes.ruck_won] = 'Рак выигран',
|
|
14050
|
+
_a$7[exports.RugbyGameLogTypes.ruck_lost] = 'Рак проигран',
|
|
14051
|
+
_a$7[exports.RugbyGameLogTypes.maul_won] = 'Мол выигран',
|
|
14052
|
+
_a$7[exports.RugbyGameLogTypes.maul_lost] = 'Мол проигран',
|
|
14053
|
+
_a$7[exports.RugbyGameLogTypes.team_foul] = 'Нарушение',
|
|
14054
|
+
_a$7[exports.RugbyGameLogTypes.start_kick] = 'Начальный удар',
|
|
14055
|
+
_a$7[exports.RugbyGameLogTypes.twenty_two_meters_kick] = 'Удар с 22 метров',
|
|
14056
|
+
_a$7[exports.RugbyGameLogTypes.goal_kick] = 'Удар от ворот',
|
|
14057
|
+
_a$7[exports.RugbyGameLogTypes.out] = 'Аут',
|
|
14058
|
+
_a$7);
|
|
14059
|
+
|
|
14060
|
+
var _a$6;
|
|
14061
|
+
var TeamUserRoleLocalization = (_a$6 = {},
|
|
14062
|
+
_a$6[exports.TeamUserRole.member] = 'Пользователь',
|
|
14063
|
+
_a$6[exports.TeamUserRole.moderator] = 'Модератор',
|
|
14064
|
+
_a$6[exports.TeamUserRole.admin] = 'Владелец',
|
|
14065
|
+
_a$6[exports.TeamUserRole.coach] = 'Тренер',
|
|
14066
|
+
_a$6[exports.TeamUserRole.head_coach] = 'Главный тренер',
|
|
14067
|
+
_a$6[exports.TeamUserRole.playing_coach] = 'Играющий тренер',
|
|
14068
|
+
_a$6[exports.TeamUserRole.manager] = 'Менеджер',
|
|
14069
|
+
_a$6[exports.TeamUserRole.head_manager] = 'Генеральный менеджер',
|
|
14070
|
+
_a$6[exports.TeamUserRole.captain] = 'Капитан',
|
|
14071
|
+
_a$6[exports.TeamUserRole.assistant] = 'Ассистент',
|
|
14072
|
+
_a$6[exports.TeamUserRole.president] = 'Президент',
|
|
14073
|
+
_a$6[exports.TeamUserRole.vice_president] = 'Вице-президент',
|
|
14074
|
+
_a$6[exports.TeamUserRole.press_attache] = 'Пресс-атташе',
|
|
14075
|
+
_a$6[exports.TeamUserRole.executive] = 'Администратор',
|
|
14076
|
+
_a$6[exports.TeamUserRole.senior_coach] = 'Старший тренер',
|
|
14077
|
+
_a$6[exports.TeamUserRole.assistant_coach] = 'Помощник тренера',
|
|
14078
|
+
_a$6[exports.TeamUserRole.serviceman] = 'Сервисмен',
|
|
14079
|
+
_a$6);
|
|
14080
|
+
|
|
14081
|
+
var _a$5, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
14082
|
+
var GameBasketballPositionLocalization = (_a$5 = {},
|
|
14083
|
+
_a$5[exports.GameBasketballPosition.point_guard] = 'Разыгрывающий защитник',
|
|
14084
|
+
_a$5[exports.GameBasketballPosition.shooting_guard] = 'Атакующий защитник',
|
|
14085
|
+
_a$5[exports.GameBasketballPosition.small_forward] = 'Легкий форвард',
|
|
14086
|
+
_a$5[exports.GameBasketballPosition.power_forward] = 'Мощный форвард',
|
|
14087
|
+
_a$5[exports.GameBasketballPosition.center] = 'Центровой',
|
|
14088
|
+
_a$5);
|
|
14089
|
+
var GameBasketballPositionShortLocalization = (_b = {},
|
|
14090
|
+
_b[exports.GameBasketballPosition.point_guard] = 'PG',
|
|
14091
|
+
_b[exports.GameBasketballPosition.shooting_guard] = 'SG',
|
|
14092
|
+
_b[exports.GameBasketballPosition.small_forward] = 'SF',
|
|
14093
|
+
_b[exports.GameBasketballPosition.power_forward] = 'PF',
|
|
14094
|
+
_b[exports.GameBasketballPosition.center] = 'C',
|
|
14095
|
+
_b);
|
|
14096
|
+
var WorkHandLocalization = (_c = {},
|
|
14097
|
+
_c[exports.WorkHand.left] = 'Левая',
|
|
14098
|
+
_c[exports.WorkHand.right] = 'Правая',
|
|
14099
|
+
_c);
|
|
14100
|
+
var HockeyWorkHandLocalization = (_d = {},
|
|
14101
|
+
_d[exports.WorkHand.left] = 'Левый',
|
|
14102
|
+
_d[exports.WorkHand.right] = 'Правый',
|
|
14103
|
+
_d);
|
|
14104
|
+
var GameVolleyballPositionLocalization = (_e = {},
|
|
14105
|
+
_e[exports.GameVolleyballPosition.setter] = 'Связующий',
|
|
14106
|
+
_e[exports.GameVolleyballPosition.libero] = 'Либеро',
|
|
14107
|
+
_e[exports.GameVolleyballPosition.middle_player] = 'Центральный блокирующий',
|
|
14108
|
+
_e[exports.GameVolleyballPosition.receiver_attacker] = 'Доигровщик',
|
|
14109
|
+
_e[exports.GameVolleyballPosition.dioganal] = 'Диагональный',
|
|
14110
|
+
_e);
|
|
14111
|
+
var GameVolleyballPositionShortLocalization = (_f = {},
|
|
14112
|
+
_f[exports.GameVolleyballPosition.setter] = 'S',
|
|
14113
|
+
_f[exports.GameVolleyballPosition.libero] = 'L',
|
|
14114
|
+
_f[exports.GameVolleyballPosition.middle_player] = 'MP',
|
|
14115
|
+
_f[exports.GameVolleyballPosition.receiver_attacker] = 'RA',
|
|
14116
|
+
_f[exports.GameVolleyballPosition.dioganal] = 'D',
|
|
14117
|
+
_f);
|
|
14118
|
+
var GameVolleyballPositionShortRuLocalization = (_g = {},
|
|
14119
|
+
_g[exports.GameVolleyballPosition.setter] = 'связ.',
|
|
14120
|
+
_g[exports.GameVolleyballPosition.libero] = 'либеро',
|
|
14121
|
+
_g[exports.GameVolleyballPosition.middle_player] = 'блок.',
|
|
14122
|
+
_g[exports.GameVolleyballPosition.receiver_attacker] = 'доигр.',
|
|
14123
|
+
_g[exports.GameVolleyballPosition.dioganal] = 'диаг.',
|
|
14124
|
+
_g);
|
|
14125
|
+
var VolleyballWorkHandLocalization = (_h = {},
|
|
14126
|
+
_h[exports.VolleyballWorkHand.left] = 'Левая',
|
|
14127
|
+
_h[exports.VolleyballWorkHand.right] = 'Правая',
|
|
14128
|
+
_h);
|
|
14129
|
+
var GameHockeyPositionLocalization = (_j = {},
|
|
14130
|
+
_j[exports.GameHockeyPosition.goaltender] = 'Вратарь',
|
|
14131
|
+
_j[exports.GameHockeyPosition.defensemen] = 'Защитник',
|
|
14132
|
+
_j[exports.GameHockeyPosition.forward] = 'Нападающий',
|
|
14133
|
+
_j);
|
|
14134
|
+
var GameFootballPositionLocalization = (_k = {},
|
|
14135
|
+
_k[exports.GameFootballPosition.goalkeeper] = 'Вратарь',
|
|
14136
|
+
_k[exports.GameFootballPosition.defensemen] = 'Защитник',
|
|
14137
|
+
_k[exports.GameFootballPosition.midfielder] = 'Полузащитник',
|
|
14138
|
+
_k[exports.GameFootballPosition.forward] = 'Нападающий',
|
|
14139
|
+
_k);
|
|
14140
|
+
var FootballWorkFootLocalization = (_l = {},
|
|
14141
|
+
_l[exports.FootballWorkFoot.left] = 'Левая',
|
|
14142
|
+
_l[exports.FootballWorkFoot.right] = 'Правая',
|
|
14143
|
+
_l[exports.FootballWorkFoot.both] = 'Обе',
|
|
14144
|
+
_l);
|
|
14145
|
+
var GameHandballPositionLocalization = (_m = {},
|
|
14146
|
+
_m[exports.GameHandballPosition.goalkeeper] = 'Вратарь',
|
|
14147
|
+
_m[exports.GameHandballPosition.winger] = 'Крайний',
|
|
14148
|
+
_m[exports.GameHandballPosition.pivot] = 'Линейный',
|
|
14149
|
+
_m[exports.GameHandballPosition.centre_back] = 'Центральный',
|
|
14150
|
+
_m[exports.GameHandballPosition.fullback] = 'Полусредний',
|
|
14151
|
+
_m);
|
|
14152
|
+
var GameRugbyPositionLocalization = (_o = {},
|
|
14153
|
+
_o[exports.GameRugbyPosition.front_line] = 'Надающий первой линии',
|
|
14154
|
+
_o[exports.GameRugbyPosition.second_line] = 'Нападающий второй линии',
|
|
14155
|
+
_o[exports.GameRugbyPosition.back_line] = 'Нападающий задней линии',
|
|
14156
|
+
_o[exports.GameRugbyPosition.halfback] = 'Полузащитник',
|
|
14157
|
+
_o[exports.GameRugbyPosition.three_quarter] = 'Трехчетвертный',
|
|
14158
|
+
_o[exports.GameRugbyPosition.fullback] = 'Замыкающий',
|
|
14159
|
+
_o);
|
|
14160
|
+
var GameWaterpoloPositionLocalization = (_p = {},
|
|
14161
|
+
_p[exports.GameWaterpoloPosition.defensemen] = 'Защитник',
|
|
14162
|
+
_p[exports.GameWaterpoloPosition.goalkeeper] = 'Вратарь',
|
|
14163
|
+
_p[exports.GameWaterpoloPosition.center_forward] = 'Центральный нападающий',
|
|
14164
|
+
_p[exports.GameWaterpoloPosition.mobile_forward] = 'Подвижный нападающий',
|
|
14165
|
+
_p);
|
|
14166
|
+
var GameWaterpoloPositionShortRuLocalization = (_q = {},
|
|
14167
|
+
_q[exports.GameWaterpoloPosition.defensemen] = 'З',
|
|
14168
|
+
_q[exports.GameWaterpoloPosition.goalkeeper] = 'Вр',
|
|
14169
|
+
_q[exports.GameWaterpoloPosition.center_forward] = 'ЦН',
|
|
14170
|
+
_q[exports.GameWaterpoloPosition.mobile_forward] = 'ПН',
|
|
14171
|
+
_q);
|
|
14172
|
+
var WaterpoloWorkHandLocalization = (_r = {},
|
|
14173
|
+
_r[exports.WaterpoloWorkHand.left] = 'Левая',
|
|
14174
|
+
_r[exports.WaterpoloWorkHand.right] = 'Правая',
|
|
14175
|
+
_r);
|
|
14176
|
+
|
|
14177
|
+
var _a$4;
|
|
14178
|
+
var VolleyballGameLogTypeLocalization = (_a$4 = {},
|
|
14179
|
+
_a$4[exports.VolleyballGameLogType.enter_game] = 'Выход на площадку',
|
|
14180
|
+
_a$4[exports.VolleyballGameLogType.exit_game] = 'Уход с площадки',
|
|
14181
|
+
_a$4[exports.VolleyballGameLogType.remove_game] = 'Удаление с площадки',
|
|
14182
|
+
_a$4[exports.VolleyballGameLogType.serve_ace] = 'Эйс',
|
|
14183
|
+
_a$4[exports.VolleyballGameLogType.serve_hit] = 'Подача',
|
|
14184
|
+
_a$4[exports.VolleyballGameLogType.serve_fault] = 'Ошибка на подаче',
|
|
14185
|
+
_a$4[exports.VolleyballGameLogType.good_serve] = 'Усложнённая подача',
|
|
14186
|
+
_a$4[exports.VolleyballGameLogType.attack_spike] = 'Результативная атака',
|
|
14187
|
+
_a$4[exports.VolleyballGameLogType.attack_shot] = 'Атака',
|
|
14188
|
+
_a$4[exports.VolleyballGameLogType.attack_fault] = 'Ошибка атаки',
|
|
14189
|
+
_a$4[exports.VolleyballGameLogType.stuff_block] = 'Результативный блок',
|
|
14190
|
+
_a$4[exports.VolleyballGameLogType.block_rebound] = 'Блок',
|
|
14191
|
+
_a$4[exports.VolleyballGameLogType.block_fault] = 'Ошибка на блоке',
|
|
14192
|
+
_a$4[exports.VolleyballGameLogType.excellent_receive] = 'Отличный прием',
|
|
14193
|
+
_a$4[exports.VolleyballGameLogType.receive] = 'Прием',
|
|
14194
|
+
_a$4[exports.VolleyballGameLogType.receive_fault] = 'Ошибка на приеме',
|
|
14195
|
+
_a$4[exports.VolleyballGameLogType.serve_receive] = 'Прием подачи',
|
|
14196
|
+
_a$4[exports.VolleyballGameLogType.excellent_serve_receive] = 'Отличный прием подачи',
|
|
14197
|
+
_a$4[exports.VolleyballGameLogType.serve_receive_fault] = 'Ошибка приема подачи',
|
|
14198
|
+
_a$4[exports.VolleyballGameLogType.point] = 'Очко',
|
|
14199
|
+
_a$4[exports.VolleyballGameLogType.fault] = 'Ошибка',
|
|
14200
|
+
_a$4[exports.VolleyballGameLogType.timeout] = 'Таймаут',
|
|
14201
|
+
_a$4[exports.VolleyballGameLogType.yellow_card] = 'Предупреждение',
|
|
14202
|
+
_a$4[exports.VolleyballGameLogType.tie_ball] = 'Спорный мяч',
|
|
14203
|
+
_a$4);
|
|
14204
|
+
|
|
14205
|
+
var _a$3;
|
|
14206
|
+
var OrganizationStatusesLocalization = (_a$3 = {},
|
|
14207
|
+
_a$3[exports.OrganizationStatuses.active] = 'Активен',
|
|
14208
|
+
_a$3[exports.OrganizationStatuses.blocked] = 'Заблокирован',
|
|
14209
|
+
_a$3[exports.OrganizationStatuses.not_confirmed] = 'Не подтвержден',
|
|
14210
|
+
_a$3);
|
|
14211
|
+
|
|
14212
|
+
var _a$2;
|
|
14213
|
+
var WrestballGameLogTypeLocalization = (_a$2 = {},
|
|
14214
|
+
_a$2[exports.WrestballGameLogTypes.enter_game] = 'Выход на площадку',
|
|
14215
|
+
_a$2[exports.WrestballGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
14216
|
+
_a$2[exports.WrestballGameLogTypes.remove_game] = 'Удаление с площадки',
|
|
14217
|
+
_a$2[exports.WrestballGameLogTypes.two_point_attempt] = 'Бросок 2 очка',
|
|
14218
|
+
_a$2[exports.WrestballGameLogTypes.three_point_attempt] = 'Бросок 3 очка',
|
|
14219
|
+
_a$2[exports.WrestballGameLogTypes.free_throw_attempt] = 'Штрафной бросок',
|
|
14220
|
+
_a$2[exports.WrestballGameLogTypes.one_point_attempt] = 'Бросок 1 очко',
|
|
14221
|
+
_a$2[exports.WrestballGameLogTypes.two_point_made] = '2 очка',
|
|
14222
|
+
_a$2[exports.WrestballGameLogTypes.three_point_made] = '3 очка',
|
|
14223
|
+
_a$2[exports.WrestballGameLogTypes.free_throw_made] = '1 очко, штрафной',
|
|
14224
|
+
_a$2[exports.WrestballGameLogTypes.one_point_made] = '1 очко',
|
|
14225
|
+
_a$2[exports.WrestballGameLogTypes.assist] = 'Передача',
|
|
14226
|
+
_a$2[exports.WrestballGameLogTypes.block] = 'Блокшот',
|
|
14227
|
+
_a$2[exports.WrestballGameLogTypes.rebound] = 'Подбор',
|
|
14228
|
+
_a$2[exports.WrestballGameLogTypes.offensive_rebound] = 'Подбор в нападении',
|
|
14229
|
+
_a$2[exports.WrestballGameLogTypes.defensive_rebound] = 'Подбор в защите',
|
|
14230
|
+
_a$2[exports.WrestballGameLogTypes.steal] = 'Перехват',
|
|
14231
|
+
_a$2[exports.WrestballGameLogTypes.turnover] = 'Потеря',
|
|
14232
|
+
_a$2[exports.WrestballGameLogTypes.personal_foul] = 'Фол',
|
|
14233
|
+
_a$2[exports.WrestballGameLogTypes.timeout] = 'Таймаут',
|
|
14234
|
+
_a$2[exports.WrestballGameLogTypes.team_rebound] = 'Командный подбор',
|
|
14235
|
+
_a$2[exports.WrestballGameLogTypes.scrum] = 'Схватка',
|
|
14236
|
+
_a$2[exports.WrestballGameLogTypes.scrum_won] = 'Схватка выиграна',
|
|
14237
|
+
_a$2[exports.WrestballGameLogTypes.scrum_lost] = 'Схватка проиграна',
|
|
14238
|
+
_a$2[exports.WrestballGameLogTypes.scrum_tie] = 'Схватка в ничью',
|
|
14239
|
+
_a$2[exports.WrestballGameLogTypes.wrestler_scrum] = 'Схватка рестлера',
|
|
14240
|
+
_a$2[exports.WrestballGameLogTypes.wrestler_scrum_won] = 'Схватка рестлера выиграна',
|
|
14241
|
+
_a$2[exports.WrestballGameLogTypes.wrestler_scrum_lost] = 'Схватка рестлера проиграна',
|
|
14242
|
+
_a$2[exports.WrestballGameLogTypes.wrestler_scrum_tie] = 'Схватка рестлера в ничью',
|
|
14243
|
+
_a$2[exports.WrestballGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
14244
|
+
_a$2[exports.WrestballGameLogTypes.red_card] = 'Красная карточка',
|
|
14245
|
+
_a$2);
|
|
14246
|
+
|
|
14247
|
+
var _a$1;
|
|
14248
|
+
exports.OrganizationBillStatuses = void 0;
|
|
14249
|
+
(function (OrganizationBillStatuses) {
|
|
14250
|
+
OrganizationBillStatuses[OrganizationBillStatuses["pending"] = 1] = "pending";
|
|
14251
|
+
OrganizationBillStatuses[OrganizationBillStatuses["paid"] = 2] = "paid";
|
|
14252
|
+
OrganizationBillStatuses[OrganizationBillStatuses["canceled"] = 3] = "canceled";
|
|
14253
|
+
})(exports.OrganizationBillStatuses || (exports.OrganizationBillStatuses = {}));
|
|
14254
|
+
var OrganizationBillStatusLocalization = (_a$1 = {},
|
|
14255
|
+
_a$1[exports.OrganizationBillStatuses.pending] = 'Новый',
|
|
14256
|
+
_a$1[exports.OrganizationBillStatuses.paid] = 'Оплачен',
|
|
14257
|
+
_a$1[exports.OrganizationBillStatuses.canceled] = 'Отменен',
|
|
14258
|
+
_a$1);
|
|
14259
|
+
exports.OrganizationBill = /** @class */ (function (_super) {
|
|
14260
|
+
__extends(OrganizationBill, _super);
|
|
14261
|
+
function OrganizationBill() {
|
|
14262
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
14263
|
+
}
|
|
14264
|
+
OrganizationBill.toFront = function (data) { };
|
|
14265
|
+
OrganizationBill.toBack = function (data) { };
|
|
14266
|
+
return OrganizationBill;
|
|
14267
|
+
}(BaseModel));
|
|
14268
|
+
__decorate([
|
|
14269
|
+
ToFrontHook
|
|
14270
|
+
], exports.OrganizationBill, "toFront", null);
|
|
14271
|
+
__decorate([
|
|
14272
|
+
ToBackHook
|
|
14273
|
+
], exports.OrganizationBill, "toBack", null);
|
|
14274
|
+
exports.OrganizationBill = __decorate([
|
|
14275
|
+
ModelInstance({
|
|
14276
|
+
mappingFields: {
|
|
14277
|
+
id: 'id',
|
|
14278
|
+
organization: 'organization',
|
|
14279
|
+
status: 'status',
|
|
14280
|
+
sum: 'sum',
|
|
14281
|
+
payment_date: 'paymentDate',
|
|
14282
|
+
pay_till_date: 'payTillDate',
|
|
14283
|
+
date_from: 'dateFrom',
|
|
14284
|
+
date_to: 'dateTo',
|
|
14285
|
+
created_at: 'createdAt',
|
|
14261
14286
|
},
|
|
14262
|
-
|
|
14263
|
-
|
|
14264
|
-
|
|
14265
|
-
|
|
14266
|
-
|
|
14267
|
-
|
|
14287
|
+
relation: {
|
|
14288
|
+
organization: exports.Organization,
|
|
14289
|
+
status: enumField(exports.OrganizationBillStatuses),
|
|
14290
|
+
paymentDate: DateTimeField,
|
|
14291
|
+
payTillDate: DateTimeField,
|
|
14292
|
+
dateFrom: DateTimeField,
|
|
14293
|
+
dateTo: DateTimeField,
|
|
14294
|
+
createdAt: DateTimeField,
|
|
14295
|
+
}
|
|
14296
|
+
})
|
|
14297
|
+
], exports.OrganizationBill);
|
|
14298
|
+
|
|
14299
|
+
var _a;
|
|
14300
|
+
exports.GameBillStatuses = void 0;
|
|
14301
|
+
(function (GameBillStatuses) {
|
|
14302
|
+
GameBillStatuses[GameBillStatuses["pending"] = 1] = "pending";
|
|
14303
|
+
GameBillStatuses[GameBillStatuses["paid"] = 2] = "paid";
|
|
14304
|
+
GameBillStatuses[GameBillStatuses["canceled"] = 3] = "canceled";
|
|
14305
|
+
})(exports.GameBillStatuses || (exports.GameBillStatuses = {}));
|
|
14306
|
+
var GameBillStatusLocalization = (_a = {},
|
|
14307
|
+
_a[exports.GameBillStatuses.pending] = 'Новый',
|
|
14308
|
+
_a[exports.GameBillStatuses.paid] = 'Оплачен',
|
|
14309
|
+
_a[exports.GameBillStatuses.canceled] = 'Отменен',
|
|
14310
|
+
_a);
|
|
14311
|
+
exports.GameBill = /** @class */ (function (_super) {
|
|
14312
|
+
__extends(GameBill, _super);
|
|
14313
|
+
function GameBill() {
|
|
14314
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
14315
|
+
}
|
|
14316
|
+
GameBill.toFront = function (data) { };
|
|
14317
|
+
GameBill.toBack = function (data) { };
|
|
14318
|
+
return GameBill;
|
|
14319
|
+
}(BaseModel));
|
|
14320
|
+
__decorate([
|
|
14321
|
+
ToFrontHook
|
|
14322
|
+
], exports.GameBill, "toFront", null);
|
|
14323
|
+
__decorate([
|
|
14324
|
+
ToBackHook
|
|
14325
|
+
], exports.GameBill, "toBack", null);
|
|
14326
|
+
exports.GameBill = __decorate([
|
|
14327
|
+
ModelInstance({
|
|
14328
|
+
mappingFields: {
|
|
14329
|
+
id: 'id',
|
|
14330
|
+
game: 'game',
|
|
14331
|
+
status: 'status',
|
|
14332
|
+
organization_bill: 'organizationBill',
|
|
14333
|
+
paid_date: 'paidDate',
|
|
14334
|
+
price: 'price',
|
|
14335
|
+
created_at: 'createdAt',
|
|
14268
14336
|
},
|
|
14269
|
-
|
|
14270
|
-
|
|
14271
|
-
|
|
14272
|
-
|
|
14337
|
+
relation: {
|
|
14338
|
+
game: exports.Game,
|
|
14339
|
+
organizationBill: exports.OrganizationBill,
|
|
14340
|
+
status: enumField(exports.GameBillStatuses),
|
|
14341
|
+
paidDate: DateTimeField,
|
|
14342
|
+
createdAt: DateTimeField,
|
|
14343
|
+
}
|
|
14344
|
+
})
|
|
14345
|
+
], exports.GameBill);
|
|
14346
|
+
|
|
14347
|
+
exports.LeaguePlaylist = /** @class */ (function (_super) {
|
|
14348
|
+
__extends(LeaguePlaylist, _super);
|
|
14349
|
+
function LeaguePlaylist() {
|
|
14350
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
14351
|
+
}
|
|
14352
|
+
LeaguePlaylist.toFront = function (data) { };
|
|
14353
|
+
LeaguePlaylist.toBack = function (data) { };
|
|
14354
|
+
return LeaguePlaylist;
|
|
14273
14355
|
}(BaseModel));
|
|
14274
14356
|
__decorate([
|
|
14275
14357
|
ToFrontHook
|
|
14276
|
-
], exports.
|
|
14358
|
+
], exports.LeaguePlaylist, "toFront", null);
|
|
14277
14359
|
__decorate([
|
|
14278
14360
|
ToBackHook
|
|
14279
|
-
], exports.
|
|
14280
|
-
exports.
|
|
14361
|
+
], exports.LeaguePlaylist, "toBack", null);
|
|
14362
|
+
exports.LeaguePlaylist = __decorate([
|
|
14281
14363
|
ModelInstance({
|
|
14282
14364
|
mappingFields: {
|
|
14283
|
-
|
|
14284
|
-
|
|
14285
|
-
|
|
14286
|
-
|
|
14287
|
-
three_points_made: 'threePointsMade',
|
|
14288
|
-
one_points_made: 'onePointsMade',
|
|
14289
|
-
two_point_attempts: 'twoPointAttempts',
|
|
14290
|
-
three_point_attempts: 'threePointAttempts',
|
|
14291
|
-
free_throw_attempts: 'freeThrowAttempts',
|
|
14292
|
-
one_point_attempts: 'onePointAttempts',
|
|
14293
|
-
one_point_percent: 'onePointPercent',
|
|
14294
|
-
two_point_percent: 'twoPointPercent',
|
|
14295
|
-
three_point_percent: 'threePointPercent',
|
|
14296
|
-
free_throw_percent: 'freeThrowPercent',
|
|
14297
|
-
assists: 'assists',
|
|
14298
|
-
blocks: 'blocks',
|
|
14299
|
-
rebounds: 'rebounds',
|
|
14300
|
-
offensive_rebounds: 'offensiveRebounds',
|
|
14301
|
-
defensive_rebounds: 'defensiveRebounds',
|
|
14302
|
-
steals: 'steals',
|
|
14303
|
-
turnovers: 'turnovers',
|
|
14304
|
-
personal_fouls: 'personalFouls',
|
|
14305
|
-
drawn_fouls: 'drawnFouls',
|
|
14306
|
-
wrestler_scrums_won: 'wrestlerScrumsWon',
|
|
14307
|
-
wrestler_scrums_lost: 'wrestlerScrumsLost',
|
|
14308
|
-
wrestler_scrums_tie: 'wrestlerScrumsTie',
|
|
14309
|
-
wrestler_scrum_points: 'wrestlerScrumPoints',
|
|
14310
|
-
scrums_won: 'scrumsWon',
|
|
14311
|
-
scrums_lost: 'scrumsLost',
|
|
14312
|
-
scrums_tie: 'scrumsTie',
|
|
14313
|
-
scrum_points: 'scrumPoints',
|
|
14314
|
-
yellow_cards: 'yellowCards',
|
|
14315
|
-
red_cards: 'redCards',
|
|
14316
|
-
updated_at: 'updatedAt',
|
|
14365
|
+
id: 'id',
|
|
14366
|
+
name: 'name',
|
|
14367
|
+
files: 'files',
|
|
14368
|
+
key_code: 'keyCode',
|
|
14317
14369
|
},
|
|
14318
14370
|
relation: {
|
|
14319
|
-
|
|
14371
|
+
files: listField(exports.File)
|
|
14320
14372
|
}
|
|
14321
14373
|
})
|
|
14322
|
-
], exports.
|
|
14374
|
+
], exports.LeaguePlaylist);
|
|
14323
14375
|
|
|
14324
|
-
exports.
|
|
14325
|
-
__extends(
|
|
14326
|
-
function
|
|
14376
|
+
exports.OrganizationTariff = /** @class */ (function (_super) {
|
|
14377
|
+
__extends(OrganizationTariff, _super);
|
|
14378
|
+
function OrganizationTariff() {
|
|
14327
14379
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
14328
14380
|
}
|
|
14329
|
-
|
|
14330
|
-
|
|
14331
|
-
return
|
|
14381
|
+
OrganizationTariff.toFront = function (data) { };
|
|
14382
|
+
OrganizationTariff.toBack = function (data) { };
|
|
14383
|
+
return OrganizationTariff;
|
|
14332
14384
|
}(BaseModel));
|
|
14333
14385
|
__decorate([
|
|
14334
14386
|
ToFrontHook
|
|
14335
|
-
], exports.
|
|
14387
|
+
], exports.OrganizationTariff, "toFront", null);
|
|
14336
14388
|
__decorate([
|
|
14337
14389
|
ToBackHook
|
|
14338
|
-
], exports.
|
|
14339
|
-
exports.
|
|
14390
|
+
], exports.OrganizationTariff, "toBack", null);
|
|
14391
|
+
exports.OrganizationTariff = __decorate([
|
|
14340
14392
|
ModelInstance({
|
|
14341
14393
|
mappingFields: {
|
|
14342
|
-
|
|
14343
|
-
|
|
14394
|
+
id: 'id',
|
|
14395
|
+
organization: 'organization',
|
|
14396
|
+
price: 'price',
|
|
14397
|
+
sport: 'sport',
|
|
14344
14398
|
},
|
|
14345
14399
|
relation: {
|
|
14346
|
-
|
|
14347
|
-
|
|
14400
|
+
organization: exports.Organization,
|
|
14401
|
+
sport: exports.Sport,
|
|
14348
14402
|
}
|
|
14349
14403
|
})
|
|
14350
|
-
], exports.
|
|
14404
|
+
], exports.OrganizationTariff);
|
|
14405
|
+
|
|
14406
|
+
exports.OrganizationStatistic = /** @class */ (function (_super) {
|
|
14407
|
+
__extends(OrganizationStatistic, _super);
|
|
14408
|
+
function OrganizationStatistic() {
|
|
14409
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
14410
|
+
}
|
|
14411
|
+
OrganizationStatistic.toFront = function (data) { };
|
|
14412
|
+
OrganizationStatistic.toBack = function (data) { };
|
|
14413
|
+
return OrganizationStatistic;
|
|
14414
|
+
}(BaseModel));
|
|
14415
|
+
__decorate([
|
|
14416
|
+
ToFrontHook
|
|
14417
|
+
], exports.OrganizationStatistic, "toFront", null);
|
|
14418
|
+
__decorate([
|
|
14419
|
+
ToBackHook
|
|
14420
|
+
], exports.OrganizationStatistic, "toBack", null);
|
|
14421
|
+
exports.OrganizationStatistic = __decorate([
|
|
14422
|
+
ModelInstance({
|
|
14423
|
+
mappingFields: {
|
|
14424
|
+
id: 'id',
|
|
14425
|
+
players_count: 'playersCount',
|
|
14426
|
+
teams_count: 'teamsCount',
|
|
14427
|
+
games_count: 'gamesCount',
|
|
14428
|
+
paid_sum: 'paidSum',
|
|
14429
|
+
debt_sum: 'debtSum',
|
|
14430
|
+
},
|
|
14431
|
+
})
|
|
14432
|
+
], exports.OrganizationStatistic);
|
|
14351
14433
|
|
|
14352
14434
|
var CentrifugoService = /** @class */ (function () {
|
|
14353
14435
|
function CentrifugoService(httpClient, configService, platformId) {
|
|
@@ -14900,6 +14982,8 @@
|
|
|
14900
14982
|
exports.WaterpoloGameLogTypeLocalization = WaterpoloGameLogTypeLocalization;
|
|
14901
14983
|
exports.WaterpoloWorkHandLocalization = WaterpoloWorkHandLocalization;
|
|
14902
14984
|
exports.WorkHandLocalization = WorkHandLocalization;
|
|
14985
|
+
exports.WrestballGameApi = WrestballGameApi;
|
|
14986
|
+
exports.WrestballGameLogTypeLocalization = WrestballGameLogTypeLocalization;
|
|
14903
14987
|
exports.addItemInArray = addItemInArray;
|
|
14904
14988
|
exports.addItemsInArray = addItemsInArray;
|
|
14905
14989
|
exports.applyGameMediaFilters = applyGameMediaFilters;
|