@mtgame/core 1.0.4 → 1.0.6
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 +251 -202
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/country.js +31 -0
- package/esm2015/localization/public-api.js +2 -1
- package/esm2015/localization/waterpolo-game-log-types.js +4 -4
- package/esm2015/models/city.js +20 -2
- package/fesm2015/mtgame-core.js +51 -4
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/country.d.ts +28 -0
- package/localization/public-api.d.ts +1 -0
- package/models/city.d.ts +14 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -963,6 +963,20 @@
|
|
|
963
963
|
})
|
|
964
964
|
], exports.UserProfile);
|
|
965
965
|
|
|
966
|
+
exports.Country = void 0;
|
|
967
|
+
(function (Country) {
|
|
968
|
+
Country["RU"] = "RU";
|
|
969
|
+
Country["BL"] = "BL";
|
|
970
|
+
Country["AM"] = "AM";
|
|
971
|
+
Country["KZ"] = "KZ";
|
|
972
|
+
Country["KG"] = "KG";
|
|
973
|
+
Country["USA"] = "USA";
|
|
974
|
+
Country["GE"] = "GE";
|
|
975
|
+
Country["AZ"] = "AZ";
|
|
976
|
+
Country["CHN"] = "CHN";
|
|
977
|
+
Country["EGY"] = "EGY";
|
|
978
|
+
Country["IRN"] = "IRN";
|
|
979
|
+
})(exports.Country || (exports.Country = {}));
|
|
966
980
|
exports.City = /** @class */ (function (_super) {
|
|
967
981
|
__extends(City, _super);
|
|
968
982
|
function City() {
|
|
@@ -984,6 +998,10 @@
|
|
|
984
998
|
id: 'id',
|
|
985
999
|
name: 'name',
|
|
986
1000
|
name_en: 'nameEn',
|
|
1001
|
+
country: 'country',
|
|
1002
|
+
},
|
|
1003
|
+
relation: {
|
|
1004
|
+
country: enumField(exports.Country),
|
|
987
1005
|
}
|
|
988
1006
|
})
|
|
989
1007
|
], exports.City);
|
|
@@ -3684,7 +3702,7 @@
|
|
|
3684
3702
|
Locales["en"] = "en-US";
|
|
3685
3703
|
})(Locales || (Locales = {}));
|
|
3686
3704
|
|
|
3687
|
-
var _a$
|
|
3705
|
+
var _a$k, _b$j, _c$j;
|
|
3688
3706
|
exports.Qualification = void 0;
|
|
3689
3707
|
(function (Qualification) {
|
|
3690
3708
|
Qualification[Qualification["practician"] = 1] = "practician";
|
|
@@ -3712,60 +3730,60 @@
|
|
|
3712
3730
|
Qualification[Qualification["schoolchild"] = 23] = "schoolchild";
|
|
3713
3731
|
Qualification[Qualification["preschool_child"] = 24] = "preschool_child";
|
|
3714
3732
|
})(exports.Qualification || (exports.Qualification = {}));
|
|
3715
|
-
var QualificationLocalization = (_a$
|
|
3716
|
-
_a$
|
|
3717
|
-
_b$
|
|
3718
|
-
_b$
|
|
3719
|
-
_b$
|
|
3720
|
-
_b$
|
|
3721
|
-
_b$
|
|
3722
|
-
_b$
|
|
3723
|
-
_b$
|
|
3724
|
-
_b$
|
|
3725
|
-
_b$
|
|
3726
|
-
_b$
|
|
3727
|
-
_b$
|
|
3728
|
-
_b$
|
|
3729
|
-
_b$
|
|
3730
|
-
_b$
|
|
3731
|
-
_b$
|
|
3732
|
-
_b$
|
|
3733
|
-
_b$
|
|
3734
|
-
_b$
|
|
3735
|
-
_b$
|
|
3736
|
-
_b$
|
|
3737
|
-
_b$
|
|
3738
|
-
_b$
|
|
3739
|
-
_b$
|
|
3740
|
-
_b$
|
|
3741
|
-
_b$
|
|
3742
|
-
_a$
|
|
3743
|
-
_c$
|
|
3744
|
-
_c$
|
|
3745
|
-
_c$
|
|
3746
|
-
_c$
|
|
3747
|
-
_c$
|
|
3748
|
-
_c$
|
|
3749
|
-
_c$
|
|
3750
|
-
_c$
|
|
3751
|
-
_c$
|
|
3752
|
-
_c$
|
|
3753
|
-
_c$
|
|
3754
|
-
_c$
|
|
3755
|
-
_c$
|
|
3756
|
-
_c$
|
|
3757
|
-
_c$
|
|
3758
|
-
_c$
|
|
3759
|
-
_c$
|
|
3760
|
-
_c$
|
|
3761
|
-
_c$
|
|
3762
|
-
_c$
|
|
3763
|
-
_c$
|
|
3764
|
-
_c$
|
|
3765
|
-
_c$
|
|
3766
|
-
_c$
|
|
3767
|
-
_c$
|
|
3768
|
-
_a$
|
|
3733
|
+
var QualificationLocalization = (_a$k = {},
|
|
3734
|
+
_a$k[Locales.ru] = (_b$j = {},
|
|
3735
|
+
_b$j[exports.Qualification.practician] = 'Практик',
|
|
3736
|
+
_b$j[exports.Qualification.practician2] = 'Практик 2',
|
|
3737
|
+
_b$j[exports.Qualification.practician3] = 'Практик 3',
|
|
3738
|
+
_b$j[exports.Qualification.amateur] = 'Любитель',
|
|
3739
|
+
_b$j[exports.Qualification.amateur2] = 'Любитель 2',
|
|
3740
|
+
_b$j[exports.Qualification.theorist] = 'Теоретик',
|
|
3741
|
+
_b$j[exports.Qualification.theorist2] = 'Теоретик 2',
|
|
3742
|
+
_b$j[exports.Qualification.theorist3] = 'Теоретик 3',
|
|
3743
|
+
_b$j[exports.Qualification.sportsman] = 'Спортсмен',
|
|
3744
|
+
_b$j[exports.Qualification.lider] = 'Лидер',
|
|
3745
|
+
_b$j[exports.Qualification.master] = 'Мастер',
|
|
3746
|
+
_b$j[exports.Qualification.profi] = 'Профи',
|
|
3747
|
+
_b$j[exports.Qualification.goalkeeper] = 'Вратарь',
|
|
3748
|
+
_b$j[exports.Qualification.goalkeeper2] = 'Вратарь 2',
|
|
3749
|
+
_b$j[exports.Qualification.goalkeeper_sh] = 'Вратарь СШ',
|
|
3750
|
+
_b$j[exports.Qualification.goalkeeper_ul] = 'Вратарь ЮЛ',
|
|
3751
|
+
_b$j[exports.Qualification.goalkeeper_mhl] = 'Вратарь МХЛ',
|
|
3752
|
+
_b$j[exports.Qualification.goalkeeper_vhl] = 'Вратарь ВХЛ',
|
|
3753
|
+
_b$j[exports.Qualification.goalkeeper_khl] = 'Вратарь КХЛ',
|
|
3754
|
+
_b$j[exports.Qualification.beginner] = 'Новичок',
|
|
3755
|
+
_b$j[exports.Qualification.junior] = 'Юниор',
|
|
3756
|
+
_b$j[exports.Qualification.debutant] = 'Дебютант',
|
|
3757
|
+
_b$j[exports.Qualification.schoolchild] = 'Школьник',
|
|
3758
|
+
_b$j[exports.Qualification.preschool_child] = 'Дошкольник',
|
|
3759
|
+
_b$j),
|
|
3760
|
+
_a$k[Locales.en] = (_c$j = {},
|
|
3761
|
+
_c$j[exports.Qualification.practician] = 'Practician',
|
|
3762
|
+
_c$j[exports.Qualification.practician2] = 'Practician 2',
|
|
3763
|
+
_c$j[exports.Qualification.practician3] = 'Практик 3',
|
|
3764
|
+
_c$j[exports.Qualification.amateur] = 'Amateur',
|
|
3765
|
+
_c$j[exports.Qualification.amateur2] = 'Amateur 2',
|
|
3766
|
+
_c$j[exports.Qualification.theorist] = 'Theorist',
|
|
3767
|
+
_c$j[exports.Qualification.theorist2] = 'Theorist 2',
|
|
3768
|
+
_c$j[exports.Qualification.theorist3] = 'Theorist 3',
|
|
3769
|
+
_c$j[exports.Qualification.sportsman] = 'Sportsman',
|
|
3770
|
+
_c$j[exports.Qualification.lider] = 'Leader',
|
|
3771
|
+
_c$j[exports.Qualification.master] = 'Master',
|
|
3772
|
+
_c$j[exports.Qualification.profi] = 'Professional',
|
|
3773
|
+
_c$j[exports.Qualification.goalkeeper] = 'Goalkeeper',
|
|
3774
|
+
_c$j[exports.Qualification.goalkeeper2] = 'Goalkeeper 2',
|
|
3775
|
+
_c$j[exports.Qualification.goalkeeper_sh] = 'Goalkeeper SH',
|
|
3776
|
+
_c$j[exports.Qualification.goalkeeper_ul] = 'Goalkeeper UL',
|
|
3777
|
+
_c$j[exports.Qualification.goalkeeper_mhl] = 'Goalkeeper MHL',
|
|
3778
|
+
_c$j[exports.Qualification.goalkeeper_vhl] = 'Goalkeeper VHL',
|
|
3779
|
+
_c$j[exports.Qualification.goalkeeper_khl] = 'Goalkeeper KHL',
|
|
3780
|
+
_c$j[exports.Qualification.beginner] = 'Beginner',
|
|
3781
|
+
_c$j[exports.Qualification.junior] = 'Junior',
|
|
3782
|
+
_c$j[exports.Qualification.debutant] = 'Debutant',
|
|
3783
|
+
_c$j[exports.Qualification.schoolchild] = 'Schoolchild',
|
|
3784
|
+
_c$j[exports.Qualification.preschool_child] = 'Preschool child',
|
|
3785
|
+
_c$j),
|
|
3786
|
+
_a$k);
|
|
3769
3787
|
exports.LeaguePlayer = /** @class */ (function (_super) {
|
|
3770
3788
|
__extends(LeaguePlayer, _super);
|
|
3771
3789
|
function LeaguePlayer() {
|
|
@@ -9484,17 +9502,17 @@
|
|
|
9484
9502
|
TeamEventTypes[TeamEventTypes["other"] = 2] = "other";
|
|
9485
9503
|
})(exports.TeamEventTypes || (exports.TeamEventTypes = {}));
|
|
9486
9504
|
|
|
9487
|
-
var _a$
|
|
9488
|
-
var TeamEventTypeLocalization = (_a$
|
|
9489
|
-
_a$
|
|
9490
|
-
_b$
|
|
9491
|
-
_b$
|
|
9492
|
-
_b$
|
|
9493
|
-
_a$
|
|
9494
|
-
_c$
|
|
9495
|
-
_c$
|
|
9496
|
-
_c$
|
|
9497
|
-
_a$
|
|
9505
|
+
var _a$j, _b$i, _c$i;
|
|
9506
|
+
var TeamEventTypeLocalization = (_a$j = {},
|
|
9507
|
+
_a$j[Locales.ru] = (_b$i = {},
|
|
9508
|
+
_b$i[exports.TeamEventTypes.training] = 'Тренировка',
|
|
9509
|
+
_b$i[exports.TeamEventTypes.other] = 'Другое',
|
|
9510
|
+
_b$i),
|
|
9511
|
+
_a$j[Locales.en] = (_c$i = {},
|
|
9512
|
+
_c$i[exports.TeamEventTypes.training] = 'Training',
|
|
9513
|
+
_c$i[exports.TeamEventTypes.other] = 'Other',
|
|
9514
|
+
_c$i),
|
|
9515
|
+
_a$j);
|
|
9498
9516
|
|
|
9499
9517
|
exports.TeamEvent = /** @class */ (function (_super) {
|
|
9500
9518
|
__extends(TeamEvent, _super);
|
|
@@ -10198,7 +10216,7 @@
|
|
|
10198
10216
|
})
|
|
10199
10217
|
], exports.RugbyFoulType);
|
|
10200
10218
|
|
|
10201
|
-
var _a$
|
|
10219
|
+
var _a$i;
|
|
10202
10220
|
exports.RugbyGameLogTypes = void 0;
|
|
10203
10221
|
(function (RugbyGameLogTypes) {
|
|
10204
10222
|
RugbyGameLogTypes[RugbyGameLogTypes["enter_game"] = 1] = "enter_game";
|
|
@@ -10247,14 +10265,14 @@
|
|
|
10247
10265
|
RugbyGameLogTypes[RugbyGameLogTypes["goal_kick"] = 43] = "goal_kick";
|
|
10248
10266
|
RugbyGameLogTypes[RugbyGameLogTypes["out"] = 44] = "out";
|
|
10249
10267
|
})(exports.RugbyGameLogTypes || (exports.RugbyGameLogTypes = {}));
|
|
10250
|
-
var RUGBY_GAME_LOG_TYPE_POINTS = (_a$
|
|
10251
|
-
_a$
|
|
10252
|
-
_a$
|
|
10253
|
-
_a$
|
|
10254
|
-
_a$
|
|
10255
|
-
_a$
|
|
10256
|
-
_a$
|
|
10257
|
-
_a$
|
|
10268
|
+
var RUGBY_GAME_LOG_TYPE_POINTS = (_a$i = {},
|
|
10269
|
+
_a$i[exports.RugbyGameLogTypes.penalty_try] = 7,
|
|
10270
|
+
_a$i[exports.RugbyGameLogTypes.try] = 5,
|
|
10271
|
+
_a$i[exports.RugbyGameLogTypes.conversion_goal] = 2,
|
|
10272
|
+
_a$i[exports.RugbyGameLogTypes.penalty_goal] = 3,
|
|
10273
|
+
_a$i[exports.RugbyGameLogTypes.drop_goal] = 3,
|
|
10274
|
+
_a$i[exports.RugbyGameLogTypes.end_game_penalty_goal] = 1,
|
|
10275
|
+
_a$i);
|
|
10258
10276
|
var RUGBY_TEAM_LOG_TYPES = [
|
|
10259
10277
|
exports.RugbyGameLogTypes.timeout, exports.RugbyGameLogTypes.scrum_won, exports.RugbyGameLogTypes.scrum_lost, exports.RugbyGameLogTypes.scrum_won_free,
|
|
10260
10278
|
exports.RugbyGameLogTypes.lineout_won, exports.RugbyGameLogTypes.lineout_lost,
|
|
@@ -14254,141 +14272,171 @@
|
|
|
14254
14272
|
{ type: ConfigService }
|
|
14255
14273
|
]; };
|
|
14256
14274
|
|
|
14275
|
+
var _a$h, _b$h, _c$h;
|
|
14276
|
+
var BasketballGameLogTypeLocalization = (_a$h = {},
|
|
14277
|
+
_a$h[Locales.ru] = (_b$h = {},
|
|
14278
|
+
_b$h[exports.BasketballGameLogTypes.enter_game] = 'Выход на площадку',
|
|
14279
|
+
_b$h[exports.BasketballGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
14280
|
+
_b$h[exports.BasketballGameLogTypes.remove_game] = 'Удаление с площадки',
|
|
14281
|
+
_b$h[exports.BasketballGameLogTypes.two_point_attempt] = 'Бросок 2 очка',
|
|
14282
|
+
_b$h[exports.BasketballGameLogTypes.three_point_attempt] = 'Бросок 3 очка',
|
|
14283
|
+
_b$h[exports.BasketballGameLogTypes.free_throw_attempt] = 'Штрафной бросок',
|
|
14284
|
+
_b$h[exports.BasketballGameLogTypes.one_point_attempt] = 'Бросок 1 очко',
|
|
14285
|
+
_b$h[exports.BasketballGameLogTypes.two_point_made] = '2 очка',
|
|
14286
|
+
_b$h[exports.BasketballGameLogTypes.three_point_made] = '3 очка',
|
|
14287
|
+
_b$h[exports.BasketballGameLogTypes.free_throw_made] = '1 очко, штрафной',
|
|
14288
|
+
_b$h[exports.BasketballGameLogTypes.one_point_made] = '1 очко',
|
|
14289
|
+
_b$h[exports.BasketballGameLogTypes.assist] = 'Передача',
|
|
14290
|
+
_b$h[exports.BasketballGameLogTypes.block] = 'Блокшот',
|
|
14291
|
+
_b$h[exports.BasketballGameLogTypes.rebound] = 'Подбор',
|
|
14292
|
+
_b$h[exports.BasketballGameLogTypes.offensive_rebound] = 'Подбор в нападении',
|
|
14293
|
+
_b$h[exports.BasketballGameLogTypes.defensive_rebound] = 'Подбор в защите',
|
|
14294
|
+
_b$h[exports.BasketballGameLogTypes.steal] = 'Перехват',
|
|
14295
|
+
_b$h[exports.BasketballGameLogTypes.turnover] = 'Потеря',
|
|
14296
|
+
_b$h[exports.BasketballGameLogTypes.personal_foul] = 'Фол',
|
|
14297
|
+
_b$h[exports.BasketballGameLogTypes.technical_foul] = 'Технический фол',
|
|
14298
|
+
_b$h[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Неспортиный фол',
|
|
14299
|
+
_b$h[exports.BasketballGameLogTypes.timeout] = 'Таймаут',
|
|
14300
|
+
_b$h[exports.BasketballGameLogTypes.team_rebound] = 'Командный подбор',
|
|
14301
|
+
_b$h[exports.BasketballGameLogTypes.dunk_attempt] = 'Данк мимо',
|
|
14302
|
+
_b$h[exports.BasketballGameLogTypes.dunk_made] = 'Данк',
|
|
14303
|
+
_b$h[exports.BasketballGameLogTypes.four_point_attempt] = 'Бросок 4 очка',
|
|
14304
|
+
_b$h[exports.BasketballGameLogTypes.four_point_made] = '4 очка',
|
|
14305
|
+
_b$h[exports.BasketballGameLogTypes.shootout] = 'Буллит',
|
|
14306
|
+
_b$h[exports.BasketballGameLogTypes.shootout_won] = 'Буллит выигран',
|
|
14307
|
+
_b$h[exports.BasketballGameLogTypes.shootout_lost] = 'Буллит проигран',
|
|
14308
|
+
_b$h[exports.BasketballGameLogTypes.moneyball_free_throw_attempt] = 'Штрафной бросок',
|
|
14309
|
+
_b$h[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 очка, штрафной',
|
|
14310
|
+
_b$h),
|
|
14311
|
+
_a$h[Locales.en] = (_c$h = {},
|
|
14312
|
+
_c$h[exports.BasketballGameLogTypes.enter_game] = 'Entering the court',
|
|
14313
|
+
_c$h[exports.BasketballGameLogTypes.exit_game] = 'Exit the court',
|
|
14314
|
+
_c$h[exports.BasketballGameLogTypes.remove_game] = 'Remove from the court',
|
|
14315
|
+
_c$h[exports.BasketballGameLogTypes.two_point_attempt] = 'Two point attempt',
|
|
14316
|
+
_c$h[exports.BasketballGameLogTypes.three_point_attempt] = 'Three point attempt',
|
|
14317
|
+
_c$h[exports.BasketballGameLogTypes.free_throw_attempt] = 'Free throw attempt',
|
|
14318
|
+
_c$h[exports.BasketballGameLogTypes.one_point_attempt] = 'One point attempt',
|
|
14319
|
+
_c$h[exports.BasketballGameLogTypes.two_point_made] = '2 points',
|
|
14320
|
+
_c$h[exports.BasketballGameLogTypes.three_point_made] = '3 points',
|
|
14321
|
+
_c$h[exports.BasketballGameLogTypes.free_throw_made] = '1 point, free throw',
|
|
14322
|
+
_c$h[exports.BasketballGameLogTypes.one_point_made] = '1 point',
|
|
14323
|
+
_c$h[exports.BasketballGameLogTypes.assist] = 'Assist',
|
|
14324
|
+
_c$h[exports.BasketballGameLogTypes.block] = 'Block',
|
|
14325
|
+
_c$h[exports.BasketballGameLogTypes.rebound] = 'Rebound',
|
|
14326
|
+
_c$h[exports.BasketballGameLogTypes.offensive_rebound] = 'Offensive rebound',
|
|
14327
|
+
_c$h[exports.BasketballGameLogTypes.defensive_rebound] = 'Defensive rebound',
|
|
14328
|
+
_c$h[exports.BasketballGameLogTypes.steal] = 'Steal',
|
|
14329
|
+
_c$h[exports.BasketballGameLogTypes.turnover] = 'Turnover',
|
|
14330
|
+
_c$h[exports.BasketballGameLogTypes.personal_foul] = 'Foul',
|
|
14331
|
+
_c$h[exports.BasketballGameLogTypes.technical_foul] = 'Technical foul',
|
|
14332
|
+
_c$h[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Unsportsmanlike foul',
|
|
14333
|
+
_c$h[exports.BasketballGameLogTypes.timeout] = 'Timeout',
|
|
14334
|
+
_c$h[exports.BasketballGameLogTypes.team_rebound] = 'Team rebound',
|
|
14335
|
+
_c$h[exports.BasketballGameLogTypes.four_point_attempt] = 'Four point attempt',
|
|
14336
|
+
_c$h[exports.BasketballGameLogTypes.four_point_made] = '4 points',
|
|
14337
|
+
_c$h[exports.BasketballGameLogTypes.dunk_attempt] = 'Dunk miss',
|
|
14338
|
+
_c$h[exports.BasketballGameLogTypes.dunk_attempt] = 'Dunk',
|
|
14339
|
+
_c$h[exports.BasketballGameLogTypes.shootout] = 'Shootout',
|
|
14340
|
+
_c$h[exports.BasketballGameLogTypes.shootout_won] = 'Shootout won',
|
|
14341
|
+
_c$h[exports.BasketballGameLogTypes.shootout_lost] = 'Shootout lost',
|
|
14342
|
+
_c$h[exports.BasketballGameLogTypes.moneyball_free_throw_attempt] = 'Free throw attempt',
|
|
14343
|
+
_c$h[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 points, free throw',
|
|
14344
|
+
_c$h),
|
|
14345
|
+
_a$h);
|
|
14346
|
+
|
|
14257
14347
|
var _a$g, _b$g, _c$g;
|
|
14258
|
-
var
|
|
14348
|
+
var BasketballGameSubLogTypesLocalization = (_a$g = {},
|
|
14259
14349
|
_a$g[Locales.ru] = (_b$g = {},
|
|
14260
|
-
|
|
14261
|
-
_b$g[exports.
|
|
14262
|
-
_b$g[exports.
|
|
14263
|
-
_b$g[exports.
|
|
14264
|
-
_b$g[exports.
|
|
14265
|
-
_b$g[exports.
|
|
14266
|
-
_b$g[exports.
|
|
14267
|
-
_b$g[exports.
|
|
14268
|
-
_b$g[exports.
|
|
14269
|
-
_b$g[exports.
|
|
14270
|
-
_b$g[exports.
|
|
14271
|
-
_b$g[exports.
|
|
14272
|
-
|
|
14273
|
-
_b$g[exports.
|
|
14274
|
-
_b$g[exports.
|
|
14275
|
-
_b$g[exports.
|
|
14276
|
-
|
|
14277
|
-
_b$g[exports.
|
|
14278
|
-
_b$g[exports.
|
|
14279
|
-
_b$g[exports.
|
|
14280
|
-
_b$g[exports.
|
|
14281
|
-
_b$g[exports.
|
|
14282
|
-
_b$g[exports.
|
|
14283
|
-
_b$g[exports.
|
|
14284
|
-
_b$g[exports.
|
|
14285
|
-
_b$g[exports.
|
|
14286
|
-
_b$g[exports.
|
|
14287
|
-
_b$g[exports.
|
|
14288
|
-
_b$g[exports.
|
|
14289
|
-
_b$g[exports.BasketballGameLogTypes.shootout_lost] = 'Буллит проигран',
|
|
14290
|
-
_b$g[exports.BasketballGameLogTypes.moneyball_free_throw_attempt] = 'Штрафной бросок',
|
|
14291
|
-
_b$g[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 очка, штрафной',
|
|
14350
|
+
// Shots
|
|
14351
|
+
_b$g[exports.BasketballSubLogTypes.jump_shot] = 'Джампшот',
|
|
14352
|
+
_b$g[exports.BasketballSubLogTypes.step_back_jump_shot] = 'Степ-бэк',
|
|
14353
|
+
_b$g[exports.BasketballSubLogTypes.floating_jump_shot] = 'Флоатинг',
|
|
14354
|
+
_b$g[exports.BasketballSubLogTypes.fade_away_jump_shot] = 'Фэйдавэй',
|
|
14355
|
+
_b$g[exports.BasketballSubLogTypes.pull_up_jump_shot] = 'Пуллап',
|
|
14356
|
+
_b$g[exports.BasketballSubLogTypes.turnaround_jump_shot] = 'Турнэраунд',
|
|
14357
|
+
_b$g[exports.BasketballSubLogTypes.dunk] = 'Данк',
|
|
14358
|
+
_b$g[exports.BasketballSubLogTypes.layup] = 'Лэйап',
|
|
14359
|
+
_b$g[exports.BasketballSubLogTypes.driving_layup] = 'Драйвинг лэйап',
|
|
14360
|
+
_b$g[exports.BasketballSubLogTypes.alley_oop] = 'Алейуп',
|
|
14361
|
+
_b$g[exports.BasketballSubLogTypes.hook_shot] = 'Хукшот',
|
|
14362
|
+
// foul
|
|
14363
|
+
_b$g[exports.BasketballSubLogTypes.offensive_foul] = 'В нападении',
|
|
14364
|
+
_b$g[exports.BasketballSubLogTypes.shot_foul] = 'При броксе',
|
|
14365
|
+
_b$g[exports.BasketballSubLogTypes.mutual_foul] = 'Обоюдный фол',
|
|
14366
|
+
// Turnover
|
|
14367
|
+
_b$g[exports.BasketballSubLogTypes.bad_pass] = 'Плохой пас',
|
|
14368
|
+
_b$g[exports.BasketballSubLogTypes.ball_handling] = 'На ведении',
|
|
14369
|
+
_b$g[exports.BasketballSubLogTypes.travel] = 'Пробежка',
|
|
14370
|
+
_b$g[exports.BasketballSubLogTypes.double_dribble] = 'Двойное ведение',
|
|
14371
|
+
_b$g[exports.BasketballSubLogTypes.out_of_bounds] = 'Заступ в аут',
|
|
14372
|
+
_b$g[exports.BasketballSubLogTypes.three_seconds] = '3 секунды',
|
|
14373
|
+
_b$g[exports.BasketballSubLogTypes.five_seconds] = '5 секунд',
|
|
14374
|
+
_b$g[exports.BasketballSubLogTypes.eight_seconds] = '8 секунд',
|
|
14375
|
+
_b$g[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 секунды',
|
|
14376
|
+
_b$g[exports.BasketballSubLogTypes.back_court] = 'Зона',
|
|
14377
|
+
_b$g[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Гоалтендинг',
|
|
14378
|
+
_b$g[exports.BasketballSubLogTypes.other_turnover] = 'Другое',
|
|
14292
14379
|
_b$g),
|
|
14293
14380
|
_a$g[Locales.en] = (_c$g = {},
|
|
14294
|
-
|
|
14295
|
-
_c$g[exports.
|
|
14296
|
-
_c$g[exports.
|
|
14297
|
-
_c$g[exports.
|
|
14298
|
-
_c$g[exports.
|
|
14299
|
-
_c$g[exports.
|
|
14300
|
-
_c$g[exports.
|
|
14301
|
-
_c$g[exports.
|
|
14302
|
-
_c$g[exports.
|
|
14303
|
-
_c$g[exports.
|
|
14304
|
-
_c$g[exports.
|
|
14305
|
-
_c$g[exports.
|
|
14306
|
-
|
|
14307
|
-
_c$g[exports.
|
|
14308
|
-
_c$g[exports.
|
|
14309
|
-
_c$g[exports.
|
|
14310
|
-
|
|
14311
|
-
_c$g[exports.
|
|
14312
|
-
_c$g[exports.
|
|
14313
|
-
_c$g[exports.
|
|
14314
|
-
_c$g[exports.
|
|
14315
|
-
_c$g[exports.
|
|
14316
|
-
_c$g[exports.
|
|
14317
|
-
_c$g[exports.
|
|
14318
|
-
_c$g[exports.
|
|
14319
|
-
_c$g[exports.
|
|
14320
|
-
_c$g[exports.
|
|
14321
|
-
_c$g[exports.
|
|
14322
|
-
_c$g[exports.
|
|
14323
|
-
_c$g[exports.BasketballGameLogTypes.shootout_lost] = 'Shootout lost',
|
|
14324
|
-
_c$g[exports.BasketballGameLogTypes.moneyball_free_throw_attempt] = 'Free throw attempt',
|
|
14325
|
-
_c$g[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 points, free throw',
|
|
14381
|
+
// Shots
|
|
14382
|
+
_c$g[exports.BasketballSubLogTypes.jump_shot] = 'Jump shot',
|
|
14383
|
+
_c$g[exports.BasketballSubLogTypes.step_back_jump_shot] = 'Step back',
|
|
14384
|
+
_c$g[exports.BasketballSubLogTypes.floating_jump_shot] = 'Floating',
|
|
14385
|
+
_c$g[exports.BasketballSubLogTypes.fade_away_jump_shot] = 'Fade-away',
|
|
14386
|
+
_c$g[exports.BasketballSubLogTypes.pull_up_jump_shot] = 'Pull-up',
|
|
14387
|
+
_c$g[exports.BasketballSubLogTypes.turnaround_jump_shot] = 'Turnaround',
|
|
14388
|
+
_c$g[exports.BasketballSubLogTypes.dunk] = 'Dunk',
|
|
14389
|
+
_c$g[exports.BasketballSubLogTypes.layup] = 'Layup',
|
|
14390
|
+
_c$g[exports.BasketballSubLogTypes.driving_layup] = 'Driving layup',
|
|
14391
|
+
_c$g[exports.BasketballSubLogTypes.alley_oop] = 'Alley-oop',
|
|
14392
|
+
_c$g[exports.BasketballSubLogTypes.hook_shot] = 'Hook-shot',
|
|
14393
|
+
// foul
|
|
14394
|
+
_c$g[exports.BasketballSubLogTypes.offensive_foul] = 'Offensive foul',
|
|
14395
|
+
_c$g[exports.BasketballSubLogTypes.shot_foul] = 'Shot foul',
|
|
14396
|
+
_c$g[exports.BasketballSubLogTypes.mutual_foul] = 'Mutual foul',
|
|
14397
|
+
// Turnover
|
|
14398
|
+
_c$g[exports.BasketballSubLogTypes.bad_pass] = 'Bad pass',
|
|
14399
|
+
_c$g[exports.BasketballSubLogTypes.ball_handling] = 'Ball handling',
|
|
14400
|
+
_c$g[exports.BasketballSubLogTypes.travel] = 'Travel',
|
|
14401
|
+
_c$g[exports.BasketballSubLogTypes.double_dribble] = 'Double dribble',
|
|
14402
|
+
_c$g[exports.BasketballSubLogTypes.out_of_bounds] = 'Out of bounds',
|
|
14403
|
+
_c$g[exports.BasketballSubLogTypes.three_seconds] = '3 second',
|
|
14404
|
+
_c$g[exports.BasketballSubLogTypes.five_seconds] = '5 second',
|
|
14405
|
+
_c$g[exports.BasketballSubLogTypes.eight_seconds] = '8 second',
|
|
14406
|
+
_c$g[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 second',
|
|
14407
|
+
_c$g[exports.BasketballSubLogTypes.back_court] = 'Back court',
|
|
14408
|
+
_c$g[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Goal tending',
|
|
14409
|
+
_c$g[exports.BasketballSubLogTypes.other_turnover] = 'Other',
|
|
14326
14410
|
_c$g),
|
|
14327
14411
|
_a$g);
|
|
14328
14412
|
|
|
14329
14413
|
var _a$f, _b$f, _c$f;
|
|
14330
|
-
var
|
|
14414
|
+
var CountryLocalization = (_a$f = {},
|
|
14331
14415
|
_a$f[Locales.ru] = (_b$f = {},
|
|
14332
|
-
|
|
14333
|
-
_b$f[exports.
|
|
14334
|
-
_b$f[exports.
|
|
14335
|
-
_b$f[exports.
|
|
14336
|
-
_b$f[exports.
|
|
14337
|
-
_b$f[exports.
|
|
14338
|
-
_b$f[exports.
|
|
14339
|
-
_b$f[exports.
|
|
14340
|
-
_b$f[exports.
|
|
14341
|
-
_b$f[exports.
|
|
14342
|
-
_b$f[exports.
|
|
14343
|
-
_b$f[exports.BasketballSubLogTypes.hook_shot] = 'Хукшот',
|
|
14344
|
-
// foul
|
|
14345
|
-
_b$f[exports.BasketballSubLogTypes.offensive_foul] = 'В нападении',
|
|
14346
|
-
_b$f[exports.BasketballSubLogTypes.shot_foul] = 'При броксе',
|
|
14347
|
-
_b$f[exports.BasketballSubLogTypes.mutual_foul] = 'Обоюдный фол',
|
|
14348
|
-
// Turnover
|
|
14349
|
-
_b$f[exports.BasketballSubLogTypes.bad_pass] = 'Плохой пас',
|
|
14350
|
-
_b$f[exports.BasketballSubLogTypes.ball_handling] = 'На ведении',
|
|
14351
|
-
_b$f[exports.BasketballSubLogTypes.travel] = 'Пробежка',
|
|
14352
|
-
_b$f[exports.BasketballSubLogTypes.double_dribble] = 'Двойное ведение',
|
|
14353
|
-
_b$f[exports.BasketballSubLogTypes.out_of_bounds] = 'Заступ в аут',
|
|
14354
|
-
_b$f[exports.BasketballSubLogTypes.three_seconds] = '3 секунды',
|
|
14355
|
-
_b$f[exports.BasketballSubLogTypes.five_seconds] = '5 секунд',
|
|
14356
|
-
_b$f[exports.BasketballSubLogTypes.eight_seconds] = '8 секунд',
|
|
14357
|
-
_b$f[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 секунды',
|
|
14358
|
-
_b$f[exports.BasketballSubLogTypes.back_court] = 'Зона',
|
|
14359
|
-
_b$f[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Гоалтендинг',
|
|
14360
|
-
_b$f[exports.BasketballSubLogTypes.other_turnover] = 'Другое',
|
|
14416
|
+
_b$f[exports.Country.RU] = 'Россия',
|
|
14417
|
+
_b$f[exports.Country.BL] = 'Беларусь',
|
|
14418
|
+
_b$f[exports.Country.AM] = 'Армения',
|
|
14419
|
+
_b$f[exports.Country.KZ] = 'Казахстан',
|
|
14420
|
+
_b$f[exports.Country.KG] = 'Кыргызстан',
|
|
14421
|
+
_b$f[exports.Country.USA] = 'США',
|
|
14422
|
+
_b$f[exports.Country.GE] = 'Грузия',
|
|
14423
|
+
_b$f[exports.Country.AZ] = 'Азербайджан',
|
|
14424
|
+
_b$f[exports.Country.CHN] = 'Китай',
|
|
14425
|
+
_b$f[exports.Country.EGY] = 'Египет',
|
|
14426
|
+
_b$f[exports.Country.IRN] = 'Иран',
|
|
14361
14427
|
_b$f),
|
|
14362
14428
|
_a$f[Locales.en] = (_c$f = {},
|
|
14363
|
-
|
|
14364
|
-
_c$f[exports.
|
|
14365
|
-
_c$f[exports.
|
|
14366
|
-
_c$f[exports.
|
|
14367
|
-
_c$f[exports.
|
|
14368
|
-
_c$f[exports.
|
|
14369
|
-
_c$f[exports.
|
|
14370
|
-
_c$f[exports.
|
|
14371
|
-
_c$f[exports.
|
|
14372
|
-
_c$f[exports.
|
|
14373
|
-
_c$f[exports.
|
|
14374
|
-
_c$f[exports.BasketballSubLogTypes.hook_shot] = 'Hook-shot',
|
|
14375
|
-
// foul
|
|
14376
|
-
_c$f[exports.BasketballSubLogTypes.offensive_foul] = 'Offensive foul',
|
|
14377
|
-
_c$f[exports.BasketballSubLogTypes.shot_foul] = 'Shot foul',
|
|
14378
|
-
_c$f[exports.BasketballSubLogTypes.mutual_foul] = 'Mutual foul',
|
|
14379
|
-
// Turnover
|
|
14380
|
-
_c$f[exports.BasketballSubLogTypes.bad_pass] = 'Bad pass',
|
|
14381
|
-
_c$f[exports.BasketballSubLogTypes.ball_handling] = 'Ball handling',
|
|
14382
|
-
_c$f[exports.BasketballSubLogTypes.travel] = 'Travel',
|
|
14383
|
-
_c$f[exports.BasketballSubLogTypes.double_dribble] = 'Double dribble',
|
|
14384
|
-
_c$f[exports.BasketballSubLogTypes.out_of_bounds] = 'Out of bounds',
|
|
14385
|
-
_c$f[exports.BasketballSubLogTypes.three_seconds] = '3 second',
|
|
14386
|
-
_c$f[exports.BasketballSubLogTypes.five_seconds] = '5 second',
|
|
14387
|
-
_c$f[exports.BasketballSubLogTypes.eight_seconds] = '8 second',
|
|
14388
|
-
_c$f[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 second',
|
|
14389
|
-
_c$f[exports.BasketballSubLogTypes.back_court] = 'Back court',
|
|
14390
|
-
_c$f[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Goal tending',
|
|
14391
|
-
_c$f[exports.BasketballSubLogTypes.other_turnover] = 'Other',
|
|
14429
|
+
_c$f[exports.Country.RU] = 'Russia',
|
|
14430
|
+
_c$f[exports.Country.BL] = 'Belarus',
|
|
14431
|
+
_c$f[exports.Country.AM] = 'Armenia',
|
|
14432
|
+
_c$f[exports.Country.KZ] = 'Kazakhstan',
|
|
14433
|
+
_c$f[exports.Country.KG] = 'Kyrgyzstan',
|
|
14434
|
+
_c$f[exports.Country.USA] = 'USA',
|
|
14435
|
+
_c$f[exports.Country.GE] = 'Georgia',
|
|
14436
|
+
_c$f[exports.Country.AZ] = 'Azerbaijan',
|
|
14437
|
+
_c$f[exports.Country.CHN] = 'China',
|
|
14438
|
+
_c$f[exports.Country.EGY] = 'Egypt',
|
|
14439
|
+
_c$f[exports.Country.IRN] = 'Iran',
|
|
14392
14440
|
_c$f),
|
|
14393
14441
|
_a$f);
|
|
14394
14442
|
|
|
@@ -14675,9 +14723,9 @@
|
|
|
14675
14723
|
_c$b[exports.WaterpoloGameLogTypes.after_game_shootout_goal] = 'Penalty goal',
|
|
14676
14724
|
_c$b[exports.WaterpoloGameLogTypes.assist] = 'Assist',
|
|
14677
14725
|
_c$b[exports.WaterpoloGameLogTypes.block_shot] = 'Blocking a throw',
|
|
14678
|
-
_c$b[exports.WaterpoloGameLogTypes.minor_penalty] = '
|
|
14679
|
-
_c$b[exports.WaterpoloGameLogTypes.major_penalty] = '
|
|
14680
|
-
_c$b[exports.WaterpoloGameLogTypes.match_penalty] = '
|
|
14726
|
+
_c$b[exports.WaterpoloGameLogTypes.minor_penalty] = 'Exclusion for 20 sec.',
|
|
14727
|
+
_c$b[exports.WaterpoloGameLogTypes.major_penalty] = 'Exclusion with substitution 20 sec.',
|
|
14728
|
+
_c$b[exports.WaterpoloGameLogTypes.match_penalty] = 'Exclusion with substitution after 4 min.',
|
|
14681
14729
|
_c$b[exports.WaterpoloGameLogTypes.foul] = 'Foul',
|
|
14682
14730
|
_c$b[exports.WaterpoloGameLogTypes.penalty_foul] = 'Penalty foul',
|
|
14683
14731
|
_c$b[exports.WaterpoloGameLogTypes.attack_foul] = 'Attack foul',
|
|
@@ -16004,6 +16052,7 @@
|
|
|
16004
16052
|
exports.CONFIG_DATA = CONFIG_DATA;
|
|
16005
16053
|
exports.CentrifugoService = CentrifugoService;
|
|
16006
16054
|
exports.ConfigService = ConfigService;
|
|
16055
|
+
exports.CountryLocalization = CountryLocalization;
|
|
16007
16056
|
exports.DateField = DateField;
|
|
16008
16057
|
exports.DateTimeField = DateTimeField;
|
|
16009
16058
|
exports.FAULT_LOG_TYPES = FAULT_LOG_TYPES;
|