@mtgame/core 0.2.73 → 0.2.75
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/bundles/mtgame-core.umd.js +421 -383
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/public-api.js +2 -1
- package/esm2015/localization/wrestball-game-log-types.js +35 -0
- package/esm2015/services/centrifugo.service.js +3 -1
- package/fesm2015/mtgame-core.js +37 -1
- 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,
|
|
@@ -13742,350 +13742,350 @@
|
|
|
13742
13742
|
{ type: ConfigService }
|
|
13743
13743
|
]; };
|
|
13744
13744
|
|
|
13745
|
-
var _a$
|
|
13746
|
-
var BasketballGameLogTypeLocalization = (_a$
|
|
13747
|
-
_a$
|
|
13748
|
-
_a$
|
|
13749
|
-
_a$
|
|
13750
|
-
_a$
|
|
13751
|
-
_a$
|
|
13752
|
-
_a$
|
|
13753
|
-
_a$
|
|
13754
|
-
_a$
|
|
13755
|
-
_a$
|
|
13756
|
-
_a$
|
|
13757
|
-
_a$
|
|
13758
|
-
_a$
|
|
13759
|
-
_a$
|
|
13760
|
-
_a$
|
|
13761
|
-
_a$
|
|
13762
|
-
_a$
|
|
13763
|
-
_a$
|
|
13764
|
-
_a$
|
|
13765
|
-
_a$
|
|
13766
|
-
_a$
|
|
13767
|
-
_a$
|
|
13768
|
-
_a$
|
|
13769
|
-
_a$
|
|
13770
|
-
_a$
|
|
13771
|
-
_a$
|
|
13772
|
-
_a$
|
|
13773
|
-
_a$
|
|
13774
|
-
_a$
|
|
13775
|
-
_a$
|
|
13776
|
-
_a$
|
|
13777
|
-
_a$
|
|
13778
|
-
_a$
|
|
13779
|
-
_a$
|
|
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
13780
|
|
|
13781
|
-
var _a$
|
|
13782
|
-
var BasketballGameSubLogTypesLocalization = (_a$
|
|
13781
|
+
var _a$f;
|
|
13782
|
+
var BasketballGameSubLogTypesLocalization = (_a$f = {},
|
|
13783
13783
|
// Shots
|
|
13784
|
-
_a$
|
|
13785
|
-
_a$
|
|
13786
|
-
_a$
|
|
13787
|
-
_a$
|
|
13788
|
-
_a$
|
|
13789
|
-
_a$
|
|
13790
|
-
_a$
|
|
13791
|
-
_a$
|
|
13792
|
-
_a$
|
|
13793
|
-
_a$
|
|
13794
|
-
_a$
|
|
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
13795
|
// foul
|
|
13796
|
-
_a$
|
|
13797
|
-
_a$
|
|
13798
|
-
_a$
|
|
13796
|
+
_a$f[exports.BasketballSubLogTypes.offensive_foul] = 'В нападении',
|
|
13797
|
+
_a$f[exports.BasketballSubLogTypes.shot_foul] = 'При броксе',
|
|
13798
|
+
_a$f[exports.BasketballSubLogTypes.mutual_foul] = 'Обоюдный фол',
|
|
13799
13799
|
// Turnover
|
|
13800
|
-
_a$
|
|
13801
|
-
_a$
|
|
13802
|
-
_a$
|
|
13803
|
-
_a$
|
|
13804
|
-
_a$
|
|
13805
|
-
_a$
|
|
13806
|
-
_a$
|
|
13807
|
-
_a$
|
|
13808
|
-
_a$
|
|
13809
|
-
_a$
|
|
13810
|
-
_a$
|
|
13811
|
-
_a$
|
|
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] = 'Острая передача',
|
|
13812
13845
|
_a$e);
|
|
13813
13846
|
|
|
13814
13847
|
var _a$d;
|
|
13815
|
-
var
|
|
13816
|
-
_a$d[exports.
|
|
13817
|
-
_a$d[exports.
|
|
13818
|
-
_a$d[exports.
|
|
13819
|
-
_a$d[exports.
|
|
13820
|
-
_a$d[exports.
|
|
13821
|
-
_a$d[exports.
|
|
13822
|
-
_a$d[exports.
|
|
13823
|
-
_a$d[exports.
|
|
13824
|
-
_a$d[exports.
|
|
13825
|
-
_a$d[exports.
|
|
13826
|
-
_a$d[exports.
|
|
13827
|
-
_a$d[exports.
|
|
13828
|
-
_a$d[exports.
|
|
13829
|
-
_a$d[exports.
|
|
13830
|
-
_a$d[exports.
|
|
13831
|
-
_a$d[exports.
|
|
13832
|
-
_a$d[exports.
|
|
13833
|
-
_a$d[exports.
|
|
13834
|
-
_a$d[exports.
|
|
13835
|
-
_a$d[exports.
|
|
13836
|
-
_a$d[exports.
|
|
13837
|
-
_a$d[exports.
|
|
13838
|
-
_a$d[exports.
|
|
13839
|
-
_a$d[exports.
|
|
13840
|
-
_a$d[exports.
|
|
13841
|
-
_a$d[exports.
|
|
13842
|
-
_a$d[exports.
|
|
13843
|
-
_a$d[exports.
|
|
13844
|
-
_a$d[exports.
|
|
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] = 'Отражен пенальти',
|
|
13845
13878
|
_a$d);
|
|
13846
13879
|
|
|
13847
13880
|
var _a$c;
|
|
13848
|
-
var
|
|
13849
|
-
_a$c[exports.
|
|
13850
|
-
_a$c[exports.
|
|
13851
|
-
_a$c[exports.
|
|
13852
|
-
_a$c[exports.
|
|
13853
|
-
_a$c[exports.
|
|
13854
|
-
_a$c[exports.
|
|
13855
|
-
_a$c[exports.
|
|
13856
|
-
_a$c[exports.
|
|
13857
|
-
_a$c[exports.
|
|
13858
|
-
_a$c[exports.
|
|
13859
|
-
_a$c[exports.
|
|
13860
|
-
_a$c[exports.
|
|
13861
|
-
_a$c[exports.
|
|
13862
|
-
_a$c[exports.
|
|
13863
|
-
_a$c[exports.
|
|
13864
|
-
_a$c[exports.
|
|
13865
|
-
_a$c[exports.
|
|
13866
|
-
_a$c[exports.
|
|
13867
|
-
_a$c[exports.
|
|
13868
|
-
_a$c[exports.
|
|
13869
|
-
_a$c[exports.FootballGameLogTypes.perfect_pass] = 'Пас',
|
|
13870
|
-
_a$c[exports.FootballGameLogTypes.loss] = 'Потеря',
|
|
13871
|
-
_a$c[exports.FootballGameLogTypes.steal] = 'Перехват',
|
|
13872
|
-
_a$c[exports.FootballGameLogTypes.out] = 'Аут',
|
|
13873
|
-
_a$c[exports.FootballGameLogTypes.timeout] = 'Таймаут',
|
|
13874
|
-
_a$c[exports.FootballGameLogTypes.auto_goal] = 'Автогол',
|
|
13875
|
-
_a$c[exports.FootballGameLogTypes.end_game_penalty_goal] = 'Пенальти гол',
|
|
13876
|
-
_a$c[exports.FootballGameLogTypes.end_game_penalty_miss] = 'Пенальти промах',
|
|
13877
|
-
_a$c[exports.FootballGameLogTypes.end_game_penalty_save] = 'Отражен пенальти',
|
|
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] = 'Таймаут',
|
|
13878
13902
|
_a$c);
|
|
13879
13903
|
|
|
13880
13904
|
var _a$b;
|
|
13881
|
-
var
|
|
13882
|
-
_a$b[exports.
|
|
13883
|
-
_a$b[exports.
|
|
13884
|
-
_a$b[exports.
|
|
13885
|
-
_a$b[exports.
|
|
13886
|
-
_a$b[exports.
|
|
13887
|
-
_a$b[exports.
|
|
13888
|
-
_a$b[exports.
|
|
13889
|
-
_a$b[exports.
|
|
13890
|
-
_a$b[exports.
|
|
13891
|
-
_a$b[exports.
|
|
13892
|
-
_a$b[exports.
|
|
13893
|
-
_a$b[exports.
|
|
13894
|
-
_a$b[exports.
|
|
13895
|
-
_a$b[exports.
|
|
13896
|
-
_a$b[exports.
|
|
13897
|
-
_a$b[exports.
|
|
13898
|
-
_a$b[exports.
|
|
13899
|
-
_a$b[exports.
|
|
13900
|
-
_a$b[exports.
|
|
13901
|
-
_a$b[exports.
|
|
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] = 'Досрочное завершение штрафа',
|
|
13902
13970
|
_a$b);
|
|
13903
13971
|
|
|
13904
13972
|
var _a$a;
|
|
13905
|
-
var
|
|
13906
|
-
_a$a[exports.
|
|
13907
|
-
_a$a[exports.
|
|
13908
|
-
_a$a[exports.
|
|
13909
|
-
_a$a[exports.
|
|
13910
|
-
_a$a[exports.
|
|
13911
|
-
_a$a[exports.
|
|
13912
|
-
_a$a[exports.
|
|
13913
|
-
_a$a[exports.
|
|
13914
|
-
_a$a[exports.
|
|
13915
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_on_goal] = 'Бросок по воротам со столба',
|
|
13916
|
-
_a$a[exports.WaterpoloGameLogTypes.shot_blocked] = 'Заблокирован бросок',
|
|
13917
|
-
_a$a[exports.WaterpoloGameLogTypes.counter_attack_shot_blocked] = 'Заблокирован бросок в контратаке',
|
|
13918
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_shot_blocked] = 'Заблокирован бросок с маневра',
|
|
13919
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_shot_blocked] = 'Заблокирован бросок со столба',
|
|
13920
|
-
_a$a[exports.WaterpoloGameLogTypes.goal] = 'Гол',
|
|
13921
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Гол с маневра',
|
|
13922
|
-
_a$a[exports.WaterpoloGameLogTypes.counterattack_goal] = 'Гол в контратаке',
|
|
13923
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_goal] = 'Гол со столба',
|
|
13924
|
-
_a$a[exports.WaterpoloGameLogTypes.shootout_attempt] = 'Пенальти промах',
|
|
13925
|
-
_a$a[exports.WaterpoloGameLogTypes.shootout_goal] = 'Пенальти гол',
|
|
13926
|
-
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_attempt] = 'Пенальти промах',
|
|
13927
|
-
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_goal] = 'Пенальти гол',
|
|
13928
|
-
_a$a[exports.WaterpoloGameLogTypes.assist] = 'Голевая передача',
|
|
13929
|
-
_a$a[exports.WaterpoloGameLogTypes.block_shot] = 'Блокировка броска',
|
|
13930
|
-
_a$a[exports.WaterpoloGameLogTypes.minor_penalty] = 'Удаление на 20 сек.',
|
|
13931
|
-
_a$a[exports.WaterpoloGameLogTypes.major_penalty] = 'Удаление + 20 сек. штраф',
|
|
13932
|
-
_a$a[exports.WaterpoloGameLogTypes.match_penalty] = 'Удаление + 4 мин. штраф',
|
|
13933
|
-
_a$a[exports.WaterpoloGameLogTypes.foul] = 'Фол',
|
|
13934
|
-
_a$a[exports.WaterpoloGameLogTypes.penalty_foul] = 'Фол пенальти',
|
|
13935
|
-
_a$a[exports.WaterpoloGameLogTypes.attack_foul] = 'Фол в нападении',
|
|
13936
|
-
_a$a[exports.WaterpoloGameLogTypes.personal_foul] = 'Персональный фол',
|
|
13937
|
-
_a$a[exports.WaterpoloGameLogTypes.penalty_shot] = 'Штрафной бросок',
|
|
13938
|
-
_a$a[exports.WaterpoloGameLogTypes.face_off_lose] = 'Проигрыш в спринте',
|
|
13939
|
-
_a$a[exports.WaterpoloGameLogTypes.face_off_win] = 'Победа в спринте',
|
|
13940
|
-
_a$a[exports.WaterpoloGameLogTypes.save] = 'Отражен бросок',
|
|
13941
|
-
_a$a[exports.WaterpoloGameLogTypes.counterattack_save] = 'Отражен бросок в контратаке',
|
|
13942
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_save] = 'Отражен бросок с маневра',
|
|
13943
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_save] = 'Отражен бросок со столба',
|
|
13944
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_save] = 'Отражен бросок со свободного',
|
|
13945
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_save] = 'Отражен бросок с углового',
|
|
13946
|
-
_a$a[exports.WaterpoloGameLogTypes.shootout_save] = 'Отражен бросок с пенальти',
|
|
13947
|
-
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_save] = 'Отражен бросок с пенальти',
|
|
13948
|
-
_a$a[exports.WaterpoloGameLogTypes.timeout] = 'Таймаут',
|
|
13949
|
-
_a$a[exports.WaterpoloGameLogTypes.penalty_start] = 'Начало штрафного времени',
|
|
13950
|
-
_a$a[exports.WaterpoloGameLogTypes.penalty_end] = 'Конец штрафного времени',
|
|
13951
|
-
_a$a[exports.WaterpoloGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
13952
|
-
_a$a[exports.WaterpoloGameLogTypes.red_card] = 'Красная карточка',
|
|
13953
|
-
_a$a[exports.WaterpoloGameLogTypes.turnover] = 'Переход владения',
|
|
13954
|
-
_a$a[exports.WaterpoloGameLogTypes.loss] = 'Потеря',
|
|
13955
|
-
_a$a[exports.WaterpoloGameLogTypes.steal] = 'Перехват',
|
|
13956
|
-
_a$a[exports.WaterpoloGameLogTypes.tackle] = 'Отбор',
|
|
13957
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_goal] = 'Гол со свободного удара',
|
|
13958
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_on_goal] = 'Бросок со свободного удара в створ',
|
|
13959
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_miss] = 'Бросок мимо со свободного удара',
|
|
13960
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_shot_blocked] = 'Заблокирован бросок со свободного удара',
|
|
13961
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_pass] = 'Пас со свободного удара',
|
|
13962
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_self] = 'Розыгрыш свободного удара',
|
|
13963
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_goal] = 'Гол с углового',
|
|
13964
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_on_goal] = 'Бросок с углового в створ',
|
|
13965
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_miss] = 'Бросок мимо с углового',
|
|
13966
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_shot_blocked] = 'Заблокирован бросок с углового',
|
|
13967
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_pass] = 'Пас с углового',
|
|
13968
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_self] = 'Розыгрыш углового',
|
|
13969
|
-
_a$a[exports.WaterpoloGameLogTypes.complete_penalty_time] = 'Досрочное завершение штрафа',
|
|
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] = 'Дополнительное время + пенальти',
|
|
13970
13983
|
_a$a);
|
|
13971
13984
|
|
|
13972
13985
|
var _a$9;
|
|
13973
|
-
var
|
|
13974
|
-
_a$9[exports.
|
|
13975
|
-
_a$9[exports.
|
|
13976
|
-
_a$9[exports.
|
|
13977
|
-
_a$9[exports.
|
|
13978
|
-
_a$9[exports.
|
|
13979
|
-
_a$9[exports.
|
|
13980
|
-
_a$9[exports.
|
|
13981
|
-
_a$9[exports.
|
|
13982
|
-
_a$9[exports.
|
|
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] = 'Красная карточка',
|
|
13983
13996
|
_a$9);
|
|
13984
13997
|
|
|
13985
13998
|
var _a$8;
|
|
13986
|
-
var
|
|
13987
|
-
_a$8[exports.
|
|
13988
|
-
_a$8[exports.
|
|
13989
|
-
_a$8[exports.
|
|
13990
|
-
_a$8[exports.
|
|
13991
|
-
_a$8[exports.
|
|
13992
|
-
_a$8[exports.
|
|
13993
|
-
_a$8[exports.
|
|
13994
|
-
_a$8[exports.
|
|
13995
|
-
_a$8[exports.
|
|
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] = 'Команда',
|
|
13996
14010
|
_a$8);
|
|
13997
14011
|
|
|
13998
14012
|
var _a$7;
|
|
13999
|
-
var
|
|
14000
|
-
_a$7[exports.
|
|
14001
|
-
_a$7[exports.
|
|
14002
|
-
_a$7[exports.
|
|
14003
|
-
_a$7[exports.
|
|
14004
|
-
_a$7[exports.
|
|
14005
|
-
_a$7[exports.
|
|
14006
|
-
_a$7[exports.
|
|
14007
|
-
_a$7[exports.
|
|
14008
|
-
_a$7[exports.
|
|
14009
|
-
_a$7[exports.
|
|
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] = 'Аут',
|
|
14010
14058
|
_a$7);
|
|
14011
14059
|
|
|
14012
14060
|
var _a$6;
|
|
14013
|
-
var
|
|
14014
|
-
_a$6[exports.
|
|
14015
|
-
_a$6[exports.
|
|
14016
|
-
_a$6[exports.
|
|
14017
|
-
_a$6[exports.
|
|
14018
|
-
_a$6[exports.
|
|
14019
|
-
_a$6[exports.
|
|
14020
|
-
_a$6[exports.
|
|
14021
|
-
_a$6[exports.
|
|
14022
|
-
_a$6[exports.
|
|
14023
|
-
_a$6[exports.
|
|
14024
|
-
_a$6[exports.
|
|
14025
|
-
_a$6[exports.
|
|
14026
|
-
_a$6[exports.
|
|
14027
|
-
_a$6[exports.
|
|
14028
|
-
_a$6[exports.
|
|
14029
|
-
_a$6[exports.
|
|
14030
|
-
_a$6[exports.
|
|
14031
|
-
_a$6[exports.RugbyGameLogTypes.tackle] = 'Успешный захват',
|
|
14032
|
-
_a$6[exports.RugbyGameLogTypes.handling_error] = 'Ошибка приема',
|
|
14033
|
-
_a$6[exports.RugbyGameLogTypes.carries_over_gainline] = 'Прорыв линии',
|
|
14034
|
-
_a$6[exports.RugbyGameLogTypes.bleeding_injury] = 'Кровоточащая травма',
|
|
14035
|
-
_a$6[exports.RugbyGameLogTypes.head_injury] = 'Травма головы',
|
|
14036
|
-
_a$6[exports.RugbyGameLogTypes.end_game_penalty_miss] = 'Штрафной промах',
|
|
14037
|
-
_a$6[exports.RugbyGameLogTypes.end_game_penalty_goal] = 'Штрафной гол',
|
|
14038
|
-
_a$6[exports.RugbyGameLogTypes.foot_field_shot] = 'Удар ногой в поле',
|
|
14039
|
-
_a$6[exports.RugbyGameLogTypes.foot_out_shot] = 'Удар ногой в аут',
|
|
14040
|
-
_a$6[exports.RugbyGameLogTypes.foot_kick_50_22] = 'Удар ногой 50/22',
|
|
14041
|
-
_a$6[exports.RugbyGameLogTypes.run] = 'Забег',
|
|
14042
|
-
_a$6[exports.RugbyGameLogTypes.timeout] = 'Таймаут',
|
|
14043
|
-
_a$6[exports.RugbyGameLogTypes.scrum_won] = 'Схватка выиграна',
|
|
14044
|
-
_a$6[exports.RugbyGameLogTypes.scrum_lost] = 'Схватка проиграна',
|
|
14045
|
-
_a$6[exports.RugbyGameLogTypes.scrum_won_free] = 'Схватка выиграна без сопротивления',
|
|
14046
|
-
_a$6[exports.RugbyGameLogTypes.lineout_won] = 'Коридор выигран',
|
|
14047
|
-
_a$6[exports.RugbyGameLogTypes.lineout_lost] = 'Коридор проигран',
|
|
14048
|
-
_a$6[exports.RugbyGameLogTypes.quick_throw] = 'Быстрый вброс',
|
|
14049
|
-
_a$6[exports.RugbyGameLogTypes.ruck_won] = 'Рак выигран',
|
|
14050
|
-
_a$6[exports.RugbyGameLogTypes.ruck_lost] = 'Рак проигран',
|
|
14051
|
-
_a$6[exports.RugbyGameLogTypes.maul_won] = 'Мол выигран',
|
|
14052
|
-
_a$6[exports.RugbyGameLogTypes.maul_lost] = 'Мол проигран',
|
|
14053
|
-
_a$6[exports.RugbyGameLogTypes.team_foul] = 'Нарушение',
|
|
14054
|
-
_a$6[exports.RugbyGameLogTypes.start_kick] = 'Начальный удар',
|
|
14055
|
-
_a$6[exports.RugbyGameLogTypes.twenty_two_meters_kick] = 'Удар с 22 метров',
|
|
14056
|
-
_a$6[exports.RugbyGameLogTypes.goal_kick] = 'Удар от ворот',
|
|
14057
|
-
_a$6[exports.RugbyGameLogTypes.out] = 'Аут',
|
|
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] = 'Сервисмен',
|
|
14058
14079
|
_a$6);
|
|
14059
14080
|
|
|
14060
|
-
var _a$5;
|
|
14061
|
-
var
|
|
14062
|
-
_a$5[exports.
|
|
14063
|
-
_a$5[exports.
|
|
14064
|
-
_a$5[exports.
|
|
14065
|
-
_a$5[exports.
|
|
14066
|
-
_a$5[exports.
|
|
14067
|
-
_a$5[exports.TeamUserRole.playing_coach] = 'Играющий тренер',
|
|
14068
|
-
_a$5[exports.TeamUserRole.manager] = 'Менеджер',
|
|
14069
|
-
_a$5[exports.TeamUserRole.head_manager] = 'Генеральный менеджер',
|
|
14070
|
-
_a$5[exports.TeamUserRole.captain] = 'Капитан',
|
|
14071
|
-
_a$5[exports.TeamUserRole.assistant] = 'Ассистент',
|
|
14072
|
-
_a$5[exports.TeamUserRole.president] = 'Президент',
|
|
14073
|
-
_a$5[exports.TeamUserRole.vice_president] = 'Вице-президент',
|
|
14074
|
-
_a$5[exports.TeamUserRole.press_attache] = 'Пресс-атташе',
|
|
14075
|
-
_a$5[exports.TeamUserRole.executive] = 'Администратор',
|
|
14076
|
-
_a$5[exports.TeamUserRole.senior_coach] = 'Старший тренер',
|
|
14077
|
-
_a$5[exports.TeamUserRole.assistant_coach] = 'Помощник тренера',
|
|
14078
|
-
_a$5[exports.TeamUserRole.serviceman] = 'Сервисмен',
|
|
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] = 'Центровой',
|
|
14079
14088
|
_a$5);
|
|
14080
|
-
|
|
14081
|
-
var _a$4, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
14082
|
-
var GameBasketballPositionLocalization = (_a$4 = {},
|
|
14083
|
-
_a$4[exports.GameBasketballPosition.point_guard] = 'Разыгрывающий защитник',
|
|
14084
|
-
_a$4[exports.GameBasketballPosition.shooting_guard] = 'Атакующий защитник',
|
|
14085
|
-
_a$4[exports.GameBasketballPosition.small_forward] = 'Легкий форвард',
|
|
14086
|
-
_a$4[exports.GameBasketballPosition.power_forward] = 'Мощный форвард',
|
|
14087
|
-
_a$4[exports.GameBasketballPosition.center] = 'Центровой',
|
|
14088
|
-
_a$4);
|
|
14089
14089
|
var GameBasketballPositionShortLocalization = (_b = {},
|
|
14090
14090
|
_b[exports.GameBasketballPosition.point_guard] = 'PG',
|
|
14091
14091
|
_b[exports.GameBasketballPosition.shooting_guard] = 'SG',
|
|
@@ -14174,39 +14174,74 @@
|
|
|
14174
14174
|
_r[exports.WaterpoloWorkHand.right] = 'Правая',
|
|
14175
14175
|
_r);
|
|
14176
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
|
+
|
|
14177
14205
|
var _a$3;
|
|
14178
|
-
var
|
|
14179
|
-
_a$3[exports.
|
|
14180
|
-
_a$3[exports.
|
|
14181
|
-
_a$3[exports.
|
|
14182
|
-
_a$3[exports.VolleyballGameLogType.serve_ace] = 'Эйс',
|
|
14183
|
-
_a$3[exports.VolleyballGameLogType.serve_hit] = 'Подача',
|
|
14184
|
-
_a$3[exports.VolleyballGameLogType.serve_fault] = 'Ошибка на подаче',
|
|
14185
|
-
_a$3[exports.VolleyballGameLogType.good_serve] = 'Усложнённая подача',
|
|
14186
|
-
_a$3[exports.VolleyballGameLogType.attack_spike] = 'Результативная атака',
|
|
14187
|
-
_a$3[exports.VolleyballGameLogType.attack_shot] = 'Атака',
|
|
14188
|
-
_a$3[exports.VolleyballGameLogType.attack_fault] = 'Ошибка атаки',
|
|
14189
|
-
_a$3[exports.VolleyballGameLogType.stuff_block] = 'Результативный блок',
|
|
14190
|
-
_a$3[exports.VolleyballGameLogType.block_rebound] = 'Блок',
|
|
14191
|
-
_a$3[exports.VolleyballGameLogType.block_fault] = 'Ошибка на блоке',
|
|
14192
|
-
_a$3[exports.VolleyballGameLogType.excellent_receive] = 'Отличный прием',
|
|
14193
|
-
_a$3[exports.VolleyballGameLogType.receive] = 'Прием',
|
|
14194
|
-
_a$3[exports.VolleyballGameLogType.receive_fault] = 'Ошибка на приеме',
|
|
14195
|
-
_a$3[exports.VolleyballGameLogType.serve_receive] = 'Прием подачи',
|
|
14196
|
-
_a$3[exports.VolleyballGameLogType.excellent_serve_receive] = 'Отличный прием подачи',
|
|
14197
|
-
_a$3[exports.VolleyballGameLogType.serve_receive_fault] = 'Ошибка приема подачи',
|
|
14198
|
-
_a$3[exports.VolleyballGameLogType.point] = 'Очко',
|
|
14199
|
-
_a$3[exports.VolleyballGameLogType.fault] = 'Ошибка',
|
|
14200
|
-
_a$3[exports.VolleyballGameLogType.timeout] = 'Таймаут',
|
|
14201
|
-
_a$3[exports.VolleyballGameLogType.yellow_card] = 'Предупреждение',
|
|
14202
|
-
_a$3[exports.VolleyballGameLogType.tie_ball] = 'Спорный мяч',
|
|
14206
|
+
var OrganizationStatusesLocalization = (_a$3 = {},
|
|
14207
|
+
_a$3[exports.OrganizationStatuses.active] = 'Активен',
|
|
14208
|
+
_a$3[exports.OrganizationStatuses.blocked] = 'Заблокирован',
|
|
14209
|
+
_a$3[exports.OrganizationStatuses.not_confirmed] = 'Не подтвержден',
|
|
14203
14210
|
_a$3);
|
|
14204
14211
|
|
|
14205
14212
|
var _a$2;
|
|
14206
|
-
var
|
|
14207
|
-
_a$2[exports.
|
|
14208
|
-
_a$2[exports.
|
|
14209
|
-
_a$2[exports.
|
|
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] = 'Красная карточка',
|
|
14210
14245
|
_a$2);
|
|
14211
14246
|
|
|
14212
14247
|
var _a$1;
|
|
@@ -14499,6 +14534,8 @@
|
|
|
14499
14534
|
CentrifugoService.prototype.initializeEngine = function (config) {
|
|
14500
14535
|
this.centrifuge = new centrifuge.Centrifuge(config.url, {
|
|
14501
14536
|
token: config.token,
|
|
14537
|
+
maxReconnectDelay: 3000,
|
|
14538
|
+
maxServerPingDelay: 3000,
|
|
14502
14539
|
});
|
|
14503
14540
|
};
|
|
14504
14541
|
CentrifugoService.prototype.addEngineSubscription = function (channel) {
|
|
@@ -14948,6 +14985,7 @@
|
|
|
14948
14985
|
exports.WaterpoloWorkHandLocalization = WaterpoloWorkHandLocalization;
|
|
14949
14986
|
exports.WorkHandLocalization = WorkHandLocalization;
|
|
14950
14987
|
exports.WrestballGameApi = WrestballGameApi;
|
|
14988
|
+
exports.WrestballGameLogTypeLocalization = WrestballGameLogTypeLocalization;
|
|
14951
14989
|
exports.addItemInArray = addItemInArray;
|
|
14952
14990
|
exports.addItemsInArray = addItemsInArray;
|
|
14953
14991
|
exports.applyGameMediaFilters = applyGameMediaFilters;
|