@mtgame/core 0.2.121 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/basketball-game-api.d.ts +1 -0
- package/bundles/mtgame-core.umd.js +1180 -507
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/api/basketball-game-api.js +10 -2
- package/esm2015/localization/basketball-game-log-types.js +70 -33
- package/esm2015/localization/basketball-game-sub-log-types.js +64 -30
- package/esm2015/localization/football-game-log-types.js +74 -35
- package/esm2015/localization/handball-game-log-types.js +46 -21
- package/esm2015/localization/hockey-game-log-types.js +64 -30
- package/esm2015/localization/hockey-penalty-types.js +51 -2
- package/esm2015/localization/locales.js +6 -0
- package/esm2015/localization/organization-statuses.js +12 -4
- package/esm2015/localization/overtime-types.js +24 -10
- package/esm2015/localization/rugby-foul-game-stage.js +26 -11
- package/esm2015/localization/rugby-foul-sanction.js +24 -10
- package/esm2015/localization/rugby-game-log-types.js +94 -45
- package/esm2015/localization/team-event-type.js +10 -3
- package/esm2015/localization/team-user-role.js +42 -19
- package/esm2015/localization/user-profile.js +202 -64
- package/esm2015/localization/volleyball-game-log-types.js +54 -25
- package/esm2015/localization/waterpolo-game-log-types.js +134 -65
- package/esm2015/localization/wrestball-game-log-types.js +88 -42
- package/esm2015/models/basketball-game-log.js +2 -2
- package/esm2015/models/game-bill.js +12 -4
- package/esm2015/models/league-player.js +54 -25
- package/esm2015/models/organization-bill.js +12 -4
- package/fesm2015/mtgame-core.js +1132 -463
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/basketball-game-log-types.d.ts +67 -32
- package/localization/basketball-game-sub-log-types.d.ts +56 -26
- package/localization/football-game-log-types.d.ts +72 -34
- package/localization/handball-game-log-types.d.ts +44 -20
- package/localization/hockey-game-log-types.d.ts +62 -29
- package/localization/hockey-penalty-types.d.ts +5 -0
- package/localization/locales.d.ts +4 -0
- package/localization/organization-statuses.d.ts +10 -3
- package/localization/overtime-types.d.ts +22 -9
- package/localization/rugby-foul-game-stage.d.ts +24 -10
- package/localization/rugby-foul-sanction.d.ts +22 -9
- package/localization/rugby-game-log-types.d.ts +92 -44
- package/localization/team-event-type.d.ts +8 -2
- package/localization/team-user-role.d.ts +40 -18
- package/localization/user-profile.d.ts +198 -62
- package/localization/volleyball-game-log-types.d.ts +52 -24
- package/localization/waterpolo-game-log-types.d.ts +132 -64
- package/localization/wrestball-game-log-types.d.ts +86 -41
- package/models/basketball-game-log.d.ts +1 -1
- package/models/game-bill.d.ts +10 -3
- package/models/league-player.d.ts +52 -24
- package/models/organization-bill.d.ts +10 -3
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
package/fesm2015/mtgame-core.js
CHANGED
|
@@ -58,7 +58,56 @@ const HockeyPenaltyTypes = [
|
|
|
58
58
|
{ id: 44, code: 'УД-НГ', title: 'Удар ногой' },
|
|
59
59
|
{ id: 45, code: 'УКУС', title: 'Укус' },
|
|
60
60
|
{ id: 46, code: 'КН-ЗР', title: 'Физический контакт со зрителем' },
|
|
61
|
-
{ id: 47, code: 'ШТ-ВР', title: 'Штраф вратаря' }
|
|
61
|
+
{ id: 47, code: 'ШТ-ВР', title: 'Штраф вратаря' },
|
|
62
|
+
];
|
|
63
|
+
const HockeyPenaltyTypesEn = [
|
|
64
|
+
{ id: 1, code: 'AGGR', title: 'Агрессор в драке' },
|
|
65
|
+
{ id: 2, code: 'AT-HD', title: 'Attack to the head or neck' },
|
|
66
|
+
{ id: 3, code: 'AT-GO', title: 'Goalkeeper attack' },
|
|
67
|
+
{ id: 4, code: 'AT-BH', title: 'Attack from behind' },
|
|
68
|
+
{ id: 5, code: 'BLOCK', title: 'Blocking' },
|
|
69
|
+
{ id: 6, code: 'TH-ST', title: 'Throwing a stick' },
|
|
70
|
+
{ id: 7, code: 'PC-RL', title: 'Puck release' },
|
|
71
|
+
{ id: 8, code: 'RUDE', title: 'Rudeness' },
|
|
72
|
+
{ id: 9, code: 'DISC', title: 'Disciplinary penalty' },
|
|
73
|
+
{ id: 10, code: 'DISC-EM', title: 'Disciplinary until the end of the match' },
|
|
74
|
+
{ id: 11, code: 'FIGHT', title: 'Fight' },
|
|
75
|
+
{ id: 12, code: 'IN-FG', title: 'The instigator of the fight' },
|
|
76
|
+
{ id: 13, code: 'GD', title: 'Game delay' },
|
|
77
|
+
{ id: 14, code: 'HD-OP-ST', title: 'Holding an opponent\'s stick' },
|
|
78
|
+
{ id: 15, code: 'ST-HD', title: 'Stick hold' },
|
|
79
|
+
{ id: 16, code: 'DL-OP', title: 'Delaying the opponent' },
|
|
80
|
+
{ id: 17, code: 'HL-PC-HD', title: 'Holding the puck with your hands' },
|
|
81
|
+
{ id: 18, code: 'PL-BS', title: 'Playing with a broken stick' },
|
|
82
|
+
{ id: 19, code: 'HSP', title: 'High stick play' },
|
|
83
|
+
{ id: 20, code: 'THR', title: 'Thrust' },
|
|
84
|
+
{ id: 21, code: 'MI-BE', title: 'Minor bench penalty' },
|
|
85
|
+
{ id: 22, code: 'MP', title: 'Match penalty' },
|
|
86
|
+
{ id: 23, code: 'WR-AT', title: 'Wrong attack' },
|
|
87
|
+
{ id: 24, code: 'NM-VO', title: 'Violation of numerical composition' },
|
|
88
|
+
{ id: 25, code: 'NS-ST', title: 'Non-standard stick' },
|
|
89
|
+
{ id: 26, code: 'DE', title: 'Dangerous equipment' },
|
|
90
|
+
{ id: 27, code: 'INS-REF', title: 'Insulting referees and unsportsmanlike conduct' },
|
|
91
|
+
{ id: 28, code: 'RF-SG', title: 'Refusal to start the game' },
|
|
92
|
+
{ id: 29, code: 'CO', title: 'Cut-off' },
|
|
93
|
+
{ id: 30, code: 'SPIT', title: 'Spit' },
|
|
94
|
+
{ id: 31, code: 'STEP', title: 'Step' },
|
|
95
|
+
{ id: 32, code: 'UND', title: 'Undercut' },
|
|
96
|
+
{ id: 33, code: 'PR-INF', title: 'Prevention of infections' },
|
|
97
|
+
{ id: 34, code: 'LE-BE', title: 'Leaving the bench during a conflict' },
|
|
98
|
+
{ id: 35, code: 'GA-SH', title: 'Gate shift' },
|
|
99
|
+
{ id: 36, code: 'SIM', title: 'Simulation' },
|
|
100
|
+
{ id: 37, code: 'PU-BR', title: 'Push on board' },
|
|
101
|
+
{ id: 38, code: 'PU-ST', title: 'Stick push' },
|
|
102
|
+
{ id: 39, code: 'AT-HD', title: 'Head kick' },
|
|
103
|
+
{ id: 40, code: 'HT-ST', title: 'Hit with a stick' },
|
|
104
|
+
{ id: 41, code: 'HT-ST-E', title: 'Hit with the end of the stick' },
|
|
105
|
+
{ id: 42, code: 'ST-KN', title: 'Knee strike' },
|
|
106
|
+
{ id: 43, code: 'ST-EB', title: 'Elbow strike' },
|
|
107
|
+
{ id: 44, code: 'KICK', title: 'Kick' },
|
|
108
|
+
{ id: 45, code: 'BITE', title: 'Bite' },
|
|
109
|
+
{ id: 46, code: 'CN-VW', title: 'Physical contact with the viewer' },
|
|
110
|
+
{ id: 47, code: 'PN-GO', title: 'Goalkeeper penalty' },
|
|
62
111
|
];
|
|
63
112
|
|
|
64
113
|
const MODEL_MAPPING_FIELDS_KEY = '_mapping_fields_';
|
|
@@ -2789,6 +2838,12 @@ LeaguePlayerFieldValue = __decorate([
|
|
|
2789
2838
|
})
|
|
2790
2839
|
], LeaguePlayerFieldValue);
|
|
2791
2840
|
|
|
2841
|
+
var Locales;
|
|
2842
|
+
(function (Locales) {
|
|
2843
|
+
Locales["ru"] = "ru-RU";
|
|
2844
|
+
Locales["en"] = "en-US";
|
|
2845
|
+
})(Locales || (Locales = {}));
|
|
2846
|
+
|
|
2792
2847
|
var Qualification;
|
|
2793
2848
|
(function (Qualification) {
|
|
2794
2849
|
Qualification[Qualification["practician"] = 1] = "practician";
|
|
@@ -2817,30 +2872,58 @@ var Qualification;
|
|
|
2817
2872
|
Qualification[Qualification["preschool_child"] = 24] = "preschool_child";
|
|
2818
2873
|
})(Qualification || (Qualification = {}));
|
|
2819
2874
|
const QualificationLocalization = {
|
|
2820
|
-
[
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2875
|
+
[Locales.ru]: {
|
|
2876
|
+
[Qualification.practician]: 'Практик',
|
|
2877
|
+
[Qualification.practician2]: 'Практик 2',
|
|
2878
|
+
[Qualification.practician3]: 'Практик 3',
|
|
2879
|
+
[Qualification.amateur]: 'Любитель',
|
|
2880
|
+
[Qualification.amateur2]: 'Любитель 2',
|
|
2881
|
+
[Qualification.theorist]: 'Теоретик',
|
|
2882
|
+
[Qualification.theorist2]: 'Теоретик 2',
|
|
2883
|
+
[Qualification.theorist3]: 'Теоретик 3',
|
|
2884
|
+
[Qualification.sportsman]: 'Спортсмен',
|
|
2885
|
+
[Qualification.lider]: 'Лидер',
|
|
2886
|
+
[Qualification.master]: 'Мастер',
|
|
2887
|
+
[Qualification.profi]: 'Профи',
|
|
2888
|
+
[Qualification.goalkeeper]: 'Вратарь',
|
|
2889
|
+
[Qualification.goalkeeper2]: 'Вратарь 2',
|
|
2890
|
+
[Qualification.goalkeeper_sh]: 'Вратарь СШ',
|
|
2891
|
+
[Qualification.goalkeeper_ul]: 'Вратарь ЮЛ',
|
|
2892
|
+
[Qualification.goalkeeper_mhl]: 'Вратарь МХЛ',
|
|
2893
|
+
[Qualification.goalkeeper_vhl]: 'Вратарь ВХЛ',
|
|
2894
|
+
[Qualification.goalkeeper_khl]: 'Вратарь КХЛ',
|
|
2895
|
+
[Qualification.beginner]: 'Новичок',
|
|
2896
|
+
[Qualification.junior]: 'Юниор',
|
|
2897
|
+
[Qualification.debutant]: 'Дебютант',
|
|
2898
|
+
[Qualification.schoolchild]: 'Школьник',
|
|
2899
|
+
[Qualification.preschool_child]: 'Дошкольник',
|
|
2900
|
+
},
|
|
2901
|
+
[Locales.en]: {
|
|
2902
|
+
[Qualification.practician]: 'Practician',
|
|
2903
|
+
[Qualification.practician2]: 'Practician 2',
|
|
2904
|
+
[Qualification.practician3]: 'Практик 3',
|
|
2905
|
+
[Qualification.amateur]: 'Amateur',
|
|
2906
|
+
[Qualification.amateur2]: 'Amateur 2',
|
|
2907
|
+
[Qualification.theorist]: 'Theorist',
|
|
2908
|
+
[Qualification.theorist2]: 'Theorist 2',
|
|
2909
|
+
[Qualification.theorist3]: 'Theorist 3',
|
|
2910
|
+
[Qualification.sportsman]: 'Sportsman',
|
|
2911
|
+
[Qualification.lider]: 'Leader',
|
|
2912
|
+
[Qualification.master]: 'Master',
|
|
2913
|
+
[Qualification.profi]: 'Professional',
|
|
2914
|
+
[Qualification.goalkeeper]: 'Goalkeeper',
|
|
2915
|
+
[Qualification.goalkeeper2]: 'Goalkeeper 2',
|
|
2916
|
+
[Qualification.goalkeeper_sh]: 'Goalkeeper SH',
|
|
2917
|
+
[Qualification.goalkeeper_ul]: 'Goalkeeper UL',
|
|
2918
|
+
[Qualification.goalkeeper_mhl]: 'Goalkeeper MHL',
|
|
2919
|
+
[Qualification.goalkeeper_vhl]: 'Goalkeeper VHL',
|
|
2920
|
+
[Qualification.goalkeeper_khl]: 'Goalkeeper KHL',
|
|
2921
|
+
[Qualification.beginner]: 'Beginner',
|
|
2922
|
+
[Qualification.junior]: 'Junior',
|
|
2923
|
+
[Qualification.debutant]: 'Debutant',
|
|
2924
|
+
[Qualification.schoolchild]: 'Schoolchild',
|
|
2925
|
+
[Qualification.preschool_child]: 'Preschool child',
|
|
2926
|
+
}
|
|
2844
2927
|
};
|
|
2845
2928
|
let LeaguePlayer = class LeaguePlayer extends BaseModel {
|
|
2846
2929
|
get fullName() {
|
|
@@ -3267,7 +3350,7 @@ var BasketballGameLogTypes;
|
|
|
3267
3350
|
BasketballGameLogTypes[BasketballGameLogTypes["shootout"] = 29] = "shootout";
|
|
3268
3351
|
BasketballGameLogTypes[BasketballGameLogTypes["shootout_won"] = 30] = "shootout_won";
|
|
3269
3352
|
BasketballGameLogTypes[BasketballGameLogTypes["shootout_lost"] = 31] = "shootout_lost";
|
|
3270
|
-
BasketballGameLogTypes[BasketballGameLogTypes["
|
|
3353
|
+
BasketballGameLogTypes[BasketballGameLogTypes["moneyball_free_throw_attempt"] = 32] = "moneyball_free_throw_attempt";
|
|
3271
3354
|
BasketballGameLogTypes[BasketballGameLogTypes["moneyball_free_throw_made"] = 33] = "moneyball_free_throw_made";
|
|
3272
3355
|
})(BasketballGameLogTypes || (BasketballGameLogTypes = {}));
|
|
3273
3356
|
var BasketballSubLogTypes;
|
|
@@ -3628,6 +3711,14 @@ class BasketballGameApi extends GameBaseApi {
|
|
|
3628
3711
|
.toPromise();
|
|
3629
3712
|
});
|
|
3630
3713
|
}
|
|
3714
|
+
downloadMFBApplication(gameId, fileType) {
|
|
3715
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3716
|
+
return this.httpClient.get(`${this.configService.get('apiUrl')}/api/v1/tournament_basketball_game/${gameId}/mfb_game_application_file/?file_type=${fileType}`, {
|
|
3717
|
+
params: new HttpParams().set('file_type', fileType),
|
|
3718
|
+
responseType: 'blob'
|
|
3719
|
+
}).toPromise();
|
|
3720
|
+
});
|
|
3721
|
+
}
|
|
3631
3722
|
}
|
|
3632
3723
|
BasketballGameApi.ɵprov = i0.ɵɵdefineInjectable({ factory: function BasketballGameApi_Factory() { return new BasketballGameApi(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(ConfigService)); }, token: BasketballGameApi, providedIn: "root" });
|
|
3633
3724
|
BasketballGameApi.decorators = [
|
|
@@ -7369,8 +7460,14 @@ var TeamEventTypes;
|
|
|
7369
7460
|
})(TeamEventTypes || (TeamEventTypes = {}));
|
|
7370
7461
|
|
|
7371
7462
|
const TeamEventTypeLocalization = {
|
|
7372
|
-
[
|
|
7373
|
-
|
|
7463
|
+
[Locales.ru]: {
|
|
7464
|
+
[TeamEventTypes.training]: 'Тренировка',
|
|
7465
|
+
[TeamEventTypes.other]: 'Другое',
|
|
7466
|
+
},
|
|
7467
|
+
[Locales.en]: {
|
|
7468
|
+
[TeamEventTypes.training]: 'Training',
|
|
7469
|
+
[TeamEventTypes.other]: 'Other',
|
|
7470
|
+
}
|
|
7374
7471
|
};
|
|
7375
7472
|
|
|
7376
7473
|
let TeamEvent = class TeamEvent extends BaseModel {
|
|
@@ -11019,506 +11116,1064 @@ PublicUserApi.ctorParameters = () => [
|
|
|
11019
11116
|
];
|
|
11020
11117
|
|
|
11021
11118
|
const BasketballGameLogTypeLocalization = {
|
|
11022
|
-
[
|
|
11023
|
-
|
|
11024
|
-
|
|
11025
|
-
|
|
11026
|
-
|
|
11027
|
-
|
|
11028
|
-
|
|
11029
|
-
|
|
11030
|
-
|
|
11031
|
-
|
|
11032
|
-
|
|
11033
|
-
|
|
11034
|
-
|
|
11035
|
-
|
|
11036
|
-
|
|
11037
|
-
|
|
11038
|
-
|
|
11039
|
-
|
|
11040
|
-
|
|
11041
|
-
|
|
11042
|
-
|
|
11043
|
-
|
|
11044
|
-
|
|
11045
|
-
|
|
11046
|
-
|
|
11047
|
-
|
|
11048
|
-
|
|
11049
|
-
|
|
11050
|
-
|
|
11051
|
-
|
|
11052
|
-
|
|
11053
|
-
|
|
11119
|
+
[Locales.ru]: {
|
|
11120
|
+
[BasketballGameLogTypes.enter_game]: 'Выход на площадку',
|
|
11121
|
+
[BasketballGameLogTypes.exit_game]: 'Ушел с площадки',
|
|
11122
|
+
[BasketballGameLogTypes.remove_game]: 'Удаление с площадки',
|
|
11123
|
+
[BasketballGameLogTypes.two_point_attempt]: 'Бросок 2 очка',
|
|
11124
|
+
[BasketballGameLogTypes.three_point_attempt]: 'Бросок 3 очка',
|
|
11125
|
+
[BasketballGameLogTypes.free_throw_attempt]: 'Штрафной бросок',
|
|
11126
|
+
[BasketballGameLogTypes.one_point_attempt]: 'Бросок 1 очко',
|
|
11127
|
+
[BasketballGameLogTypes.two_point_made]: '2 очка',
|
|
11128
|
+
[BasketballGameLogTypes.three_point_made]: '3 очка',
|
|
11129
|
+
[BasketballGameLogTypes.free_throw_made]: '1 очко, штрафной',
|
|
11130
|
+
[BasketballGameLogTypes.one_point_made]: '1 очко',
|
|
11131
|
+
[BasketballGameLogTypes.assist]: 'Передача',
|
|
11132
|
+
[BasketballGameLogTypes.block]: 'Блокшот',
|
|
11133
|
+
[BasketballGameLogTypes.rebound]: 'Подбор',
|
|
11134
|
+
[BasketballGameLogTypes.offensive_rebound]: 'Подбор в нападении',
|
|
11135
|
+
[BasketballGameLogTypes.defensive_rebound]: 'Подбор в защите',
|
|
11136
|
+
[BasketballGameLogTypes.steal]: 'Перехват',
|
|
11137
|
+
[BasketballGameLogTypes.turnover]: 'Потеря',
|
|
11138
|
+
[BasketballGameLogTypes.personal_foul]: 'Фол',
|
|
11139
|
+
[BasketballGameLogTypes.technical_foul]: 'Технический фол',
|
|
11140
|
+
[BasketballGameLogTypes.unsportsmanlike_foul]: 'Неспортиный фол',
|
|
11141
|
+
[BasketballGameLogTypes.timeout]: 'Таймаут',
|
|
11142
|
+
[BasketballGameLogTypes.team_rebound]: 'Командный подбор',
|
|
11143
|
+
[BasketballGameLogTypes.dunk_attempt]: 'Данк мимо',
|
|
11144
|
+
[BasketballGameLogTypes.dunk_made]: 'Данк',
|
|
11145
|
+
[BasketballGameLogTypes.four_point_attempt]: 'Бросок 4 очка',
|
|
11146
|
+
[BasketballGameLogTypes.four_point_made]: '4 очка',
|
|
11147
|
+
[BasketballGameLogTypes.shootout]: 'Буллит',
|
|
11148
|
+
[BasketballGameLogTypes.shootout_won]: 'Буллит выигран',
|
|
11149
|
+
[BasketballGameLogTypes.shootout_lost]: 'Буллит проигран',
|
|
11150
|
+
[BasketballGameLogTypes.moneyball_free_throw_attempt]: 'Штрафной бросок',
|
|
11151
|
+
[BasketballGameLogTypes.moneyball_free_throw_made]: '2 очка, штрафной',
|
|
11152
|
+
},
|
|
11153
|
+
[Locales.en]: {
|
|
11154
|
+
[BasketballGameLogTypes.enter_game]: 'Entering the court',
|
|
11155
|
+
[BasketballGameLogTypes.exit_game]: 'Exit the court',
|
|
11156
|
+
[BasketballGameLogTypes.remove_game]: 'Remove from the court',
|
|
11157
|
+
[BasketballGameLogTypes.two_point_attempt]: 'Two point attempt',
|
|
11158
|
+
[BasketballGameLogTypes.three_point_attempt]: 'Three point attempt',
|
|
11159
|
+
[BasketballGameLogTypes.free_throw_attempt]: 'Free throw attempt',
|
|
11160
|
+
[BasketballGameLogTypes.one_point_attempt]: 'One point attempt',
|
|
11161
|
+
[BasketballGameLogTypes.two_point_made]: '2 points',
|
|
11162
|
+
[BasketballGameLogTypes.three_point_made]: '3 points',
|
|
11163
|
+
[BasketballGameLogTypes.free_throw_made]: '1 point, free throw',
|
|
11164
|
+
[BasketballGameLogTypes.one_point_made]: '1 point',
|
|
11165
|
+
[BasketballGameLogTypes.assist]: 'Assist',
|
|
11166
|
+
[BasketballGameLogTypes.block]: 'Block',
|
|
11167
|
+
[BasketballGameLogTypes.rebound]: 'Rebound',
|
|
11168
|
+
[BasketballGameLogTypes.offensive_rebound]: 'Offensive rebound',
|
|
11169
|
+
[BasketballGameLogTypes.defensive_rebound]: 'Defensive rebound',
|
|
11170
|
+
[BasketballGameLogTypes.steal]: 'Steal',
|
|
11171
|
+
[BasketballGameLogTypes.turnover]: 'Turnover',
|
|
11172
|
+
[BasketballGameLogTypes.personal_foul]: 'Foul',
|
|
11173
|
+
[BasketballGameLogTypes.technical_foul]: 'Technical foul',
|
|
11174
|
+
[BasketballGameLogTypes.unsportsmanlike_foul]: 'Unsportsmanlike foul',
|
|
11175
|
+
[BasketballGameLogTypes.timeout]: 'Timeout',
|
|
11176
|
+
[BasketballGameLogTypes.team_rebound]: 'Team rebound',
|
|
11177
|
+
[BasketballGameLogTypes.four_point_attempt]: 'Four point attempt',
|
|
11178
|
+
[BasketballGameLogTypes.four_point_made]: '4 points',
|
|
11179
|
+
[BasketballGameLogTypes.dunk_attempt]: 'Dunk miss',
|
|
11180
|
+
[BasketballGameLogTypes.dunk_attempt]: 'Dunk',
|
|
11181
|
+
[BasketballGameLogTypes.shootout]: 'Shootout',
|
|
11182
|
+
[BasketballGameLogTypes.shootout_won]: 'Shootout won',
|
|
11183
|
+
[BasketballGameLogTypes.shootout_lost]: 'Shootout lost',
|
|
11184
|
+
[BasketballGameLogTypes.moneyball_free_throw_attempt]: 'Free throw attempt',
|
|
11185
|
+
[BasketballGameLogTypes.moneyball_free_throw_made]: '2 points, free throw',
|
|
11186
|
+
}
|
|
11054
11187
|
};
|
|
11055
11188
|
|
|
11056
11189
|
const BasketballGameSubLogTypesLocalization = {
|
|
11057
|
-
|
|
11058
|
-
|
|
11059
|
-
|
|
11060
|
-
|
|
11061
|
-
|
|
11062
|
-
|
|
11063
|
-
|
|
11064
|
-
|
|
11065
|
-
|
|
11066
|
-
|
|
11067
|
-
|
|
11068
|
-
|
|
11069
|
-
|
|
11070
|
-
|
|
11071
|
-
|
|
11072
|
-
|
|
11073
|
-
|
|
11074
|
-
|
|
11075
|
-
|
|
11076
|
-
|
|
11077
|
-
|
|
11078
|
-
|
|
11079
|
-
|
|
11080
|
-
|
|
11081
|
-
|
|
11082
|
-
|
|
11083
|
-
|
|
11084
|
-
|
|
11085
|
-
|
|
11190
|
+
[Locales.ru]: {
|
|
11191
|
+
// Shots
|
|
11192
|
+
[BasketballSubLogTypes.jump_shot]: 'Джампшот',
|
|
11193
|
+
[BasketballSubLogTypes.step_back_jump_shot]: 'Степ-бэк',
|
|
11194
|
+
[BasketballSubLogTypes.floating_jump_shot]: 'Флоатинг',
|
|
11195
|
+
[BasketballSubLogTypes.fade_away_jump_shot]: 'Фэйдавэй',
|
|
11196
|
+
[BasketballSubLogTypes.pull_up_jump_shot]: 'Пуллап',
|
|
11197
|
+
[BasketballSubLogTypes.turnaround_jump_shot]: 'Турнэраунд',
|
|
11198
|
+
[BasketballSubLogTypes.dunk]: 'Данк',
|
|
11199
|
+
[BasketballSubLogTypes.layup]: 'Лэйап',
|
|
11200
|
+
[BasketballSubLogTypes.driving_layup]: 'Драйвинг лэйап',
|
|
11201
|
+
[BasketballSubLogTypes.alley_oop]: 'Алейуп',
|
|
11202
|
+
[BasketballSubLogTypes.hook_shot]: 'Хукшот',
|
|
11203
|
+
// foul
|
|
11204
|
+
[BasketballSubLogTypes.offensive_foul]: 'В нападении',
|
|
11205
|
+
[BasketballSubLogTypes.shot_foul]: 'При броксе',
|
|
11206
|
+
[BasketballSubLogTypes.mutual_foul]: 'Обоюдный фол',
|
|
11207
|
+
// Turnover
|
|
11208
|
+
[BasketballSubLogTypes.bad_pass]: 'Плохой пас',
|
|
11209
|
+
[BasketballSubLogTypes.ball_handling]: 'На ведении',
|
|
11210
|
+
[BasketballSubLogTypes.travel]: 'Пробежка',
|
|
11211
|
+
[BasketballSubLogTypes.double_dribble]: 'Двойное ведение',
|
|
11212
|
+
[BasketballSubLogTypes.out_of_bounds]: 'Заступ в аут',
|
|
11213
|
+
[BasketballSubLogTypes.three_seconds]: '3 секунды',
|
|
11214
|
+
[BasketballSubLogTypes.five_seconds]: '5 секунд',
|
|
11215
|
+
[BasketballSubLogTypes.eight_seconds]: '8 секунд',
|
|
11216
|
+
[BasketballSubLogTypes.twenty_four_seconds]: '24 секунды',
|
|
11217
|
+
[BasketballSubLogTypes.back_court]: 'Зона',
|
|
11218
|
+
[BasketballSubLogTypes.offensive_goal_tending]: 'Гоалтендинг',
|
|
11219
|
+
[BasketballSubLogTypes.other_turnover]: 'Другое',
|
|
11220
|
+
},
|
|
11221
|
+
[Locales.en]: {
|
|
11222
|
+
// Shots
|
|
11223
|
+
[BasketballSubLogTypes.jump_shot]: 'Jump shot',
|
|
11224
|
+
[BasketballSubLogTypes.step_back_jump_shot]: 'Step back',
|
|
11225
|
+
[BasketballSubLogTypes.floating_jump_shot]: 'Floating',
|
|
11226
|
+
[BasketballSubLogTypes.fade_away_jump_shot]: 'Fade-away',
|
|
11227
|
+
[BasketballSubLogTypes.pull_up_jump_shot]: 'Pull-up',
|
|
11228
|
+
[BasketballSubLogTypes.turnaround_jump_shot]: 'Turnaround',
|
|
11229
|
+
[BasketballSubLogTypes.dunk]: 'Dunk',
|
|
11230
|
+
[BasketballSubLogTypes.layup]: 'Layup',
|
|
11231
|
+
[BasketballSubLogTypes.driving_layup]: 'Driving layup',
|
|
11232
|
+
[BasketballSubLogTypes.alley_oop]: 'Alley-oop',
|
|
11233
|
+
[BasketballSubLogTypes.hook_shot]: 'Hook-shot',
|
|
11234
|
+
// foul
|
|
11235
|
+
[BasketballSubLogTypes.offensive_foul]: 'Offensive foul',
|
|
11236
|
+
[BasketballSubLogTypes.shot_foul]: 'Shot foul',
|
|
11237
|
+
[BasketballSubLogTypes.mutual_foul]: 'Mutual foul',
|
|
11238
|
+
// Turnover
|
|
11239
|
+
[BasketballSubLogTypes.bad_pass]: 'Bad pass',
|
|
11240
|
+
[BasketballSubLogTypes.ball_handling]: 'Ball handling',
|
|
11241
|
+
[BasketballSubLogTypes.travel]: 'Travel',
|
|
11242
|
+
[BasketballSubLogTypes.double_dribble]: 'Double dribble',
|
|
11243
|
+
[BasketballSubLogTypes.out_of_bounds]: 'Out of bounds',
|
|
11244
|
+
[BasketballSubLogTypes.three_seconds]: '3 second',
|
|
11245
|
+
[BasketballSubLogTypes.five_seconds]: '5 second',
|
|
11246
|
+
[BasketballSubLogTypes.eight_seconds]: '8 second',
|
|
11247
|
+
[BasketballSubLogTypes.twenty_four_seconds]: '24 second',
|
|
11248
|
+
[BasketballSubLogTypes.back_court]: 'Back court',
|
|
11249
|
+
[BasketballSubLogTypes.offensive_goal_tending]: 'Goal tending',
|
|
11250
|
+
[BasketballSubLogTypes.other_turnover]: 'Other',
|
|
11251
|
+
}
|
|
11086
11252
|
};
|
|
11087
11253
|
|
|
11088
11254
|
const HockeyGameLogTypeLocalization = {
|
|
11089
|
-
[
|
|
11090
|
-
|
|
11091
|
-
|
|
11092
|
-
|
|
11093
|
-
|
|
11094
|
-
|
|
11095
|
-
|
|
11096
|
-
|
|
11097
|
-
|
|
11098
|
-
|
|
11099
|
-
|
|
11100
|
-
|
|
11101
|
-
|
|
11102
|
-
|
|
11103
|
-
|
|
11104
|
-
|
|
11105
|
-
|
|
11106
|
-
|
|
11107
|
-
|
|
11108
|
-
|
|
11109
|
-
|
|
11110
|
-
|
|
11111
|
-
|
|
11112
|
-
|
|
11113
|
-
|
|
11114
|
-
|
|
11115
|
-
|
|
11116
|
-
|
|
11117
|
-
|
|
11255
|
+
[Locales.ru]: {
|
|
11256
|
+
[HockeyGameLogTypes.enter_game]: 'Выход на площадку',
|
|
11257
|
+
[HockeyGameLogTypes.exit_game]: 'Ушел с площадки',
|
|
11258
|
+
[HockeyGameLogTypes.shot_miss]: 'Бросок мимо',
|
|
11259
|
+
[HockeyGameLogTypes.shot_on_goal]: 'Бросок по воротам',
|
|
11260
|
+
[HockeyGameLogTypes.shot_blocked]: 'Заблокированный бросок',
|
|
11261
|
+
[HockeyGameLogTypes.goal]: 'Гол',
|
|
11262
|
+
[HockeyGameLogTypes.shootout_attempt]: 'Буллит промах',
|
|
11263
|
+
[HockeyGameLogTypes.shootout_goal]: 'Буллит гол',
|
|
11264
|
+
[HockeyGameLogTypes.after_game_shootout_attempt]: 'Буллит промах',
|
|
11265
|
+
[HockeyGameLogTypes.after_game_shootout_goal]: 'Буллит гол',
|
|
11266
|
+
[HockeyGameLogTypes.assist]: 'Передача',
|
|
11267
|
+
[HockeyGameLogTypes.block_shot]: 'Блокировка броска',
|
|
11268
|
+
[HockeyGameLogTypes.minor_penalty]: 'Малый штраф',
|
|
11269
|
+
[HockeyGameLogTypes.major_penalty]: 'Большой штраф',
|
|
11270
|
+
[HockeyGameLogTypes.misconduct_penalty]: 'Дисциплинарный штраф',
|
|
11271
|
+
[HockeyGameLogTypes.game_misconduct_penalty]: 'Дисциплинарный штраф до конца игры',
|
|
11272
|
+
[HockeyGameLogTypes.match_penalty]: 'Матч-штраф',
|
|
11273
|
+
[HockeyGameLogTypes.penalty_shot]: 'Штрафной бросок',
|
|
11274
|
+
[HockeyGameLogTypes.face_off_lose]: 'Проигрыш в вбрасывании',
|
|
11275
|
+
[HockeyGameLogTypes.face_off_win]: 'Победа в вбрасывании',
|
|
11276
|
+
[HockeyGameLogTypes.save]: 'Отражен бросок',
|
|
11277
|
+
[HockeyGameLogTypes.shootout_save]: 'Отражен бросок',
|
|
11278
|
+
[HockeyGameLogTypes.after_game_shootout_save]: 'Отражен бросок',
|
|
11279
|
+
[HockeyGameLogTypes.timeout]: 'Таймаут',
|
|
11280
|
+
[HockeyGameLogTypes.penalty_start]: 'Начало штрафного времени',
|
|
11281
|
+
[HockeyGameLogTypes.penalty_end]: 'Конец штрафного времени',
|
|
11282
|
+
[HockeyGameLogTypes.steal]: 'Отбор',
|
|
11283
|
+
[HockeyGameLogTypes.loss]: 'Потеря',
|
|
11284
|
+
[HockeyGameLogTypes.sharp_pass]: 'Острая передача',
|
|
11285
|
+
},
|
|
11286
|
+
[Locales.en]: {
|
|
11287
|
+
[HockeyGameLogTypes.enter_game]: 'Entering the court',
|
|
11288
|
+
[HockeyGameLogTypes.exit_game]: 'Exit the court',
|
|
11289
|
+
[HockeyGameLogTypes.shot_miss]: 'Missing shot',
|
|
11290
|
+
[HockeyGameLogTypes.shot_on_goal]: 'Shot on a goal',
|
|
11291
|
+
[HockeyGameLogTypes.shot_blocked]: 'Blocked shot',
|
|
11292
|
+
[HockeyGameLogTypes.goal]: 'Goal',
|
|
11293
|
+
[HockeyGameLogTypes.shootout_attempt]: 'Shootout miss',
|
|
11294
|
+
[HockeyGameLogTypes.shootout_goal]: 'Shootout goal',
|
|
11295
|
+
[HockeyGameLogTypes.after_game_shootout_attempt]: 'Shootout miss',
|
|
11296
|
+
[HockeyGameLogTypes.after_game_shootout_goal]: 'Shootout goal',
|
|
11297
|
+
[HockeyGameLogTypes.assist]: 'Assist',
|
|
11298
|
+
[HockeyGameLogTypes.block_shot]: 'Shot is blocked',
|
|
11299
|
+
[HockeyGameLogTypes.minor_penalty]: 'Minor penalty',
|
|
11300
|
+
[HockeyGameLogTypes.major_penalty]: 'Major penalty',
|
|
11301
|
+
[HockeyGameLogTypes.misconduct_penalty]: 'Misconduct penalty',
|
|
11302
|
+
[HockeyGameLogTypes.game_misconduct_penalty]: 'Disciplinary penalty until the end of the game',
|
|
11303
|
+
[HockeyGameLogTypes.match_penalty]: 'Match penalty',
|
|
11304
|
+
[HockeyGameLogTypes.penalty_shot]: 'Penalty shot',
|
|
11305
|
+
[HockeyGameLogTypes.face_off_lose]: 'Face-off lose',
|
|
11306
|
+
[HockeyGameLogTypes.face_off_win]: 'Face-off win',
|
|
11307
|
+
[HockeyGameLogTypes.save]: 'Throw is reflected',
|
|
11308
|
+
[HockeyGameLogTypes.shootout_save]: 'Throw is reflected',
|
|
11309
|
+
[HockeyGameLogTypes.after_game_shootout_save]: 'Throw is reflected',
|
|
11310
|
+
[HockeyGameLogTypes.timeout]: 'Timeout',
|
|
11311
|
+
[HockeyGameLogTypes.penalty_start]: 'The beginning of the penalty time',
|
|
11312
|
+
[HockeyGameLogTypes.penalty_end]: 'End of penalty time',
|
|
11313
|
+
[HockeyGameLogTypes.steal]: 'Steal',
|
|
11314
|
+
[HockeyGameLogTypes.loss]: 'Loss',
|
|
11315
|
+
[HockeyGameLogTypes.sharp_pass]: 'Sharp pass',
|
|
11316
|
+
}
|
|
11118
11317
|
};
|
|
11119
11318
|
|
|
11120
11319
|
const FootballGameLogTypeLocalization = {
|
|
11121
|
-
[
|
|
11122
|
-
|
|
11123
|
-
|
|
11124
|
-
|
|
11125
|
-
|
|
11126
|
-
|
|
11127
|
-
|
|
11128
|
-
|
|
11129
|
-
|
|
11130
|
-
|
|
11131
|
-
|
|
11132
|
-
|
|
11133
|
-
|
|
11134
|
-
|
|
11135
|
-
|
|
11136
|
-
|
|
11137
|
-
|
|
11138
|
-
|
|
11139
|
-
|
|
11140
|
-
|
|
11141
|
-
|
|
11142
|
-
|
|
11143
|
-
|
|
11144
|
-
|
|
11145
|
-
|
|
11146
|
-
|
|
11147
|
-
|
|
11148
|
-
|
|
11149
|
-
|
|
11150
|
-
|
|
11151
|
-
|
|
11152
|
-
|
|
11153
|
-
|
|
11154
|
-
|
|
11320
|
+
[Locales.ru]: {
|
|
11321
|
+
[FootballGameLogTypes.enter_game]: 'Выход на поле',
|
|
11322
|
+
[FootballGameLogTypes.exit_game]: 'Ушел с поля',
|
|
11323
|
+
[FootballGameLogTypes.shot_miss]: 'Удар мимо',
|
|
11324
|
+
[FootballGameLogTypes.shot_on_goal]: 'Удар в створ',
|
|
11325
|
+
[FootballGameLogTypes.shot_blocked]: 'Заблокированный удар',
|
|
11326
|
+
[FootballGameLogTypes.goal]: 'Гол',
|
|
11327
|
+
[FootballGameLogTypes.assist]: 'Передача',
|
|
11328
|
+
[FootballGameLogTypes.penalty_attempt]: 'Пенальти промах',
|
|
11329
|
+
[FootballGameLogTypes.penalty_goal]: 'Пенальти гол',
|
|
11330
|
+
[FootballGameLogTypes.small_penalty_attempt]: '10-метровый промах',
|
|
11331
|
+
[FootballGameLogTypes.small_penalty_goal]: '10-метровый гол',
|
|
11332
|
+
[FootballGameLogTypes.block_shot]: 'Блокировка удара',
|
|
11333
|
+
[FootballGameLogTypes.corner]: 'Угловой',
|
|
11334
|
+
[FootballGameLogTypes.free_kick]: 'Штрафной удар',
|
|
11335
|
+
[FootballGameLogTypes.save]: 'Отражен удар',
|
|
11336
|
+
[FootballGameLogTypes.penalty_save]: 'Отражен пенальти',
|
|
11337
|
+
[FootballGameLogTypes.small_penalty_save]: 'Отражен 10 метровый',
|
|
11338
|
+
[FootballGameLogTypes.foul]: 'Фол',
|
|
11339
|
+
[FootballGameLogTypes.yellow_card]: 'Желтая карточка',
|
|
11340
|
+
[FootballGameLogTypes.red_card]: 'Красная карточка',
|
|
11341
|
+
[FootballGameLogTypes.perfect_pass]: 'Пас',
|
|
11342
|
+
[FootballGameLogTypes.loss]: 'Потеря',
|
|
11343
|
+
[FootballGameLogTypes.steal]: 'Перехват',
|
|
11344
|
+
[FootballGameLogTypes.out]: 'Аут',
|
|
11345
|
+
[FootballGameLogTypes.timeout]: 'Таймаут',
|
|
11346
|
+
[FootballGameLogTypes.auto_goal]: 'Автогол',
|
|
11347
|
+
[FootballGameLogTypes.end_game_penalty_goal]: 'Пенальти гол',
|
|
11348
|
+
[FootballGameLogTypes.end_game_penalty_miss]: 'Пенальти промах',
|
|
11349
|
+
[FootballGameLogTypes.end_game_penalty_save]: 'Отражен пенальти',
|
|
11350
|
+
[FootballGameLogTypes.duel_won]: 'Дуэль выиграна',
|
|
11351
|
+
[FootballGameLogTypes.duel_lost]: 'Дуэль проиграна',
|
|
11352
|
+
[FootballGameLogTypes.double_goal]: 'Гол+2',
|
|
11353
|
+
[FootballGameLogTypes.super_game]: 'Супер игра',
|
|
11354
|
+
[FootballGameLogTypes.color_ball]: 'Цветной мяч',
|
|
11355
|
+
},
|
|
11356
|
+
[Locales.en]: {
|
|
11357
|
+
[FootballGameLogTypes.enter_game]: 'Entering the court',
|
|
11358
|
+
[FootballGameLogTypes.exit_game]: 'Exit the court',
|
|
11359
|
+
[FootballGameLogTypes.shot_miss]: 'Missing shot',
|
|
11360
|
+
[FootballGameLogTypes.shot_on_goal]: 'Shot on goal',
|
|
11361
|
+
[FootballGameLogTypes.shot_blocked]: 'Shot is blocked',
|
|
11362
|
+
[FootballGameLogTypes.goal]: 'Goal',
|
|
11363
|
+
[FootballGameLogTypes.assist]: 'Assist',
|
|
11364
|
+
[FootballGameLogTypes.penalty_attempt]: 'Penalty miss',
|
|
11365
|
+
[FootballGameLogTypes.penalty_goal]: 'Penalty goal',
|
|
11366
|
+
[FootballGameLogTypes.small_penalty_attempt]: '10-meters shot miss',
|
|
11367
|
+
[FootballGameLogTypes.small_penalty_goal]: '10-meters goal',
|
|
11368
|
+
[FootballGameLogTypes.block_shot]: 'Blocking shot',
|
|
11369
|
+
[FootballGameLogTypes.corner]: 'Corner',
|
|
11370
|
+
[FootballGameLogTypes.free_kick]: 'Free kick',
|
|
11371
|
+
[FootballGameLogTypes.save]: 'Save',
|
|
11372
|
+
[FootballGameLogTypes.penalty_save]: 'Penalty save',
|
|
11373
|
+
[FootballGameLogTypes.small_penalty_save]: '10-meters save',
|
|
11374
|
+
[FootballGameLogTypes.foul]: 'Foul',
|
|
11375
|
+
[FootballGameLogTypes.yellow_card]: 'Yellow card',
|
|
11376
|
+
[FootballGameLogTypes.red_card]: 'Red card',
|
|
11377
|
+
[FootballGameLogTypes.perfect_pass]: 'Pass',
|
|
11378
|
+
[FootballGameLogTypes.loss]: 'Loss',
|
|
11379
|
+
[FootballGameLogTypes.steal]: 'Steal',
|
|
11380
|
+
[FootballGameLogTypes.out]: 'Out',
|
|
11381
|
+
[FootballGameLogTypes.timeout]: 'Timeout',
|
|
11382
|
+
[FootballGameLogTypes.auto_goal]: 'Own goal',
|
|
11383
|
+
[FootballGameLogTypes.end_game_penalty_goal]: 'Penalty goal',
|
|
11384
|
+
[FootballGameLogTypes.end_game_penalty_miss]: 'Penalty miss',
|
|
11385
|
+
[FootballGameLogTypes.end_game_penalty_save]: 'Penalty save',
|
|
11386
|
+
[FootballGameLogTypes.duel_won]: 'Duel won',
|
|
11387
|
+
[FootballGameLogTypes.duel_lost]: 'Duel lost',
|
|
11388
|
+
[FootballGameLogTypes.double_goal]: 'Goal+2',
|
|
11389
|
+
[FootballGameLogTypes.super_game]: 'Super game',
|
|
11390
|
+
[FootballGameLogTypes.color_ball]: 'Color ball',
|
|
11391
|
+
}
|
|
11155
11392
|
};
|
|
11156
11393
|
|
|
11157
11394
|
const HandballGameLogTypeLocalization = {
|
|
11158
|
-
[
|
|
11159
|
-
|
|
11160
|
-
|
|
11161
|
-
|
|
11162
|
-
|
|
11163
|
-
|
|
11164
|
-
|
|
11165
|
-
|
|
11166
|
-
|
|
11167
|
-
|
|
11168
|
-
|
|
11169
|
-
|
|
11170
|
-
|
|
11171
|
-
|
|
11172
|
-
|
|
11173
|
-
|
|
11174
|
-
|
|
11175
|
-
|
|
11176
|
-
|
|
11177
|
-
|
|
11395
|
+
[Locales.ru]: {
|
|
11396
|
+
[HandballGameLogTypes.enter_game]: 'Выход на поле',
|
|
11397
|
+
[HandballGameLogTypes.exit_game]: 'Ушел с поля',
|
|
11398
|
+
[HandballGameLogTypes.shot_miss]: 'Бросок мимо',
|
|
11399
|
+
[HandballGameLogTypes.shot_on_goal]: 'Бросок в створ',
|
|
11400
|
+
[HandballGameLogTypes.shot_blocked]: 'Заблокированный бросок',
|
|
11401
|
+
[HandballGameLogTypes.goal]: 'Гол',
|
|
11402
|
+
[HandballGameLogTypes.assist]: 'Передача',
|
|
11403
|
+
[HandballGameLogTypes.penalty_miss]: '7м промах',
|
|
11404
|
+
[HandballGameLogTypes.penalty_shot_on_goal]: '7м в створ',
|
|
11405
|
+
[HandballGameLogTypes.penalty_goal]: '7м гол',
|
|
11406
|
+
[HandballGameLogTypes.save]: 'Сэйв',
|
|
11407
|
+
[HandballGameLogTypes.penalty_save]: 'Сэйв 7м',
|
|
11408
|
+
[HandballGameLogTypes.foul]: 'Фол',
|
|
11409
|
+
[HandballGameLogTypes.yellow_card]: 'Желлтая карточка',
|
|
11410
|
+
[HandballGameLogTypes.red_card]: 'Красная карточка',
|
|
11411
|
+
[HandballGameLogTypes.two_minute_foul]: '2х минутный штраф',
|
|
11412
|
+
[HandballGameLogTypes.turnover]: 'Потеря',
|
|
11413
|
+
[HandballGameLogTypes.steal]: 'Перехват',
|
|
11414
|
+
[HandballGameLogTypes.block_shot]: 'Блок броска',
|
|
11415
|
+
[HandballGameLogTypes.timeout]: 'Таймаут',
|
|
11416
|
+
},
|
|
11417
|
+
[Locales.en]: {
|
|
11418
|
+
[HandballGameLogTypes.enter_game]: 'Entering the court',
|
|
11419
|
+
[HandballGameLogTypes.exit_game]: 'Exit the court',
|
|
11420
|
+
[HandballGameLogTypes.shot_miss]: 'Missing shot',
|
|
11421
|
+
[HandballGameLogTypes.shot_on_goal]: 'Shot on goal',
|
|
11422
|
+
[HandballGameLogTypes.shot_blocked]: 'Blocking shot',
|
|
11423
|
+
[HandballGameLogTypes.goal]: 'Goal',
|
|
11424
|
+
[HandballGameLogTypes.assist]: 'Assist',
|
|
11425
|
+
[HandballGameLogTypes.penalty_miss]: 'Penalty miss',
|
|
11426
|
+
[HandballGameLogTypes.penalty_shot_on_goal]: 'Penalty on goal',
|
|
11427
|
+
[HandballGameLogTypes.penalty_goal]: 'Penalty goal',
|
|
11428
|
+
[HandballGameLogTypes.save]: 'Save',
|
|
11429
|
+
[HandballGameLogTypes.penalty_save]: 'Penalty save',
|
|
11430
|
+
[HandballGameLogTypes.foul]: 'Foul',
|
|
11431
|
+
[HandballGameLogTypes.yellow_card]: 'Yellow card',
|
|
11432
|
+
[HandballGameLogTypes.red_card]: 'Red card',
|
|
11433
|
+
[HandballGameLogTypes.two_minute_foul]: '2-minute penalty',
|
|
11434
|
+
[HandballGameLogTypes.turnover]: 'Turnover',
|
|
11435
|
+
[HandballGameLogTypes.steal]: 'Steal',
|
|
11436
|
+
[HandballGameLogTypes.block_shot]: 'Block shot',
|
|
11437
|
+
[HandballGameLogTypes.timeout]: 'Timeout',
|
|
11438
|
+
}
|
|
11178
11439
|
};
|
|
11179
11440
|
|
|
11180
11441
|
const WaterpoloGameLogTypeLocalization = {
|
|
11181
|
-
[
|
|
11182
|
-
|
|
11183
|
-
|
|
11184
|
-
|
|
11185
|
-
|
|
11186
|
-
|
|
11187
|
-
|
|
11188
|
-
|
|
11189
|
-
|
|
11190
|
-
|
|
11191
|
-
|
|
11192
|
-
|
|
11193
|
-
|
|
11194
|
-
|
|
11195
|
-
|
|
11196
|
-
|
|
11197
|
-
|
|
11198
|
-
|
|
11199
|
-
|
|
11200
|
-
|
|
11201
|
-
|
|
11202
|
-
|
|
11203
|
-
|
|
11204
|
-
|
|
11205
|
-
|
|
11206
|
-
|
|
11207
|
-
|
|
11208
|
-
|
|
11209
|
-
|
|
11210
|
-
|
|
11211
|
-
|
|
11212
|
-
|
|
11213
|
-
|
|
11214
|
-
|
|
11215
|
-
|
|
11216
|
-
|
|
11217
|
-
|
|
11218
|
-
|
|
11219
|
-
|
|
11220
|
-
|
|
11221
|
-
|
|
11222
|
-
|
|
11223
|
-
|
|
11224
|
-
|
|
11225
|
-
|
|
11226
|
-
|
|
11227
|
-
|
|
11228
|
-
|
|
11229
|
-
|
|
11230
|
-
|
|
11231
|
-
|
|
11232
|
-
|
|
11233
|
-
|
|
11234
|
-
|
|
11235
|
-
|
|
11236
|
-
|
|
11237
|
-
|
|
11238
|
-
|
|
11239
|
-
|
|
11240
|
-
|
|
11241
|
-
|
|
11242
|
-
|
|
11243
|
-
|
|
11244
|
-
|
|
11442
|
+
[Locales.ru]: {
|
|
11443
|
+
[WaterpoloGameLogTypes.enter_game]: 'Выход на площадку',
|
|
11444
|
+
[WaterpoloGameLogTypes.exit_game]: 'Ушел с площадки',
|
|
11445
|
+
[WaterpoloGameLogTypes.shot_miss]: 'Бросок мимо',
|
|
11446
|
+
[WaterpoloGameLogTypes.counterattack_miss]: 'Бросок мимо в контратаке',
|
|
11447
|
+
[WaterpoloGameLogTypes.maneuver_miss]: 'Бросок мимо с маневра',
|
|
11448
|
+
[WaterpoloGameLogTypes.center_forward_miss]: 'Бросок мимо со столба',
|
|
11449
|
+
[WaterpoloGameLogTypes.shot_on_goal]: 'Бросок по воротам',
|
|
11450
|
+
[WaterpoloGameLogTypes.counterattack_on_goal]: 'Бросок по воротам в контратаке',
|
|
11451
|
+
[WaterpoloGameLogTypes.maneuver_on_goal]: 'Бросок по воротам с маневра',
|
|
11452
|
+
[WaterpoloGameLogTypes.center_forward_on_goal]: 'Бросок по воротам со столба',
|
|
11453
|
+
[WaterpoloGameLogTypes.shot_blocked]: 'Заблокирован бросок',
|
|
11454
|
+
[WaterpoloGameLogTypes.counter_attack_shot_blocked]: 'Заблокирован бросок в контратаке',
|
|
11455
|
+
[WaterpoloGameLogTypes.maneuver_shot_blocked]: 'Заблокирован бросок с маневра',
|
|
11456
|
+
[WaterpoloGameLogTypes.center_forward_shot_blocked]: 'Заблокирован бросок со столба',
|
|
11457
|
+
[WaterpoloGameLogTypes.goal]: 'Гол',
|
|
11458
|
+
[WaterpoloGameLogTypes.maneuver_goal]: 'Гол с маневра',
|
|
11459
|
+
[WaterpoloGameLogTypes.counterattack_goal]: 'Гол в контратаке',
|
|
11460
|
+
[WaterpoloGameLogTypes.center_forward_goal]: 'Гол со столба',
|
|
11461
|
+
[WaterpoloGameLogTypes.shootout_attempt]: 'Пенальти промах',
|
|
11462
|
+
[WaterpoloGameLogTypes.shootout_goal]: 'Пенальти гол',
|
|
11463
|
+
[WaterpoloGameLogTypes.after_game_shootout_attempt]: 'Пенальти промах',
|
|
11464
|
+
[WaterpoloGameLogTypes.after_game_shootout_goal]: 'Пенальти гол',
|
|
11465
|
+
[WaterpoloGameLogTypes.assist]: 'Голевая передача',
|
|
11466
|
+
[WaterpoloGameLogTypes.block_shot]: 'Блокировка броска',
|
|
11467
|
+
[WaterpoloGameLogTypes.minor_penalty]: 'Удаление на 20 сек.',
|
|
11468
|
+
[WaterpoloGameLogTypes.major_penalty]: 'Удаление + 20 сек. штраф',
|
|
11469
|
+
[WaterpoloGameLogTypes.match_penalty]: 'Удаление + 4 мин. штраф',
|
|
11470
|
+
[WaterpoloGameLogTypes.foul]: 'Фол',
|
|
11471
|
+
[WaterpoloGameLogTypes.penalty_foul]: 'Фол пенальти',
|
|
11472
|
+
[WaterpoloGameLogTypes.attack_foul]: 'Фол в нападении',
|
|
11473
|
+
[WaterpoloGameLogTypes.personal_foul]: 'Персональный фол',
|
|
11474
|
+
[WaterpoloGameLogTypes.penalty_shot]: 'Штрафной бросок',
|
|
11475
|
+
[WaterpoloGameLogTypes.face_off_lose]: 'Проигрыш в спринте',
|
|
11476
|
+
[WaterpoloGameLogTypes.face_off_win]: 'Победа в спринте',
|
|
11477
|
+
[WaterpoloGameLogTypes.save]: 'Отражен бросок',
|
|
11478
|
+
[WaterpoloGameLogTypes.counterattack_save]: 'Отражен бросок в контратаке',
|
|
11479
|
+
[WaterpoloGameLogTypes.maneuver_save]: 'Отражен бросок с маневра',
|
|
11480
|
+
[WaterpoloGameLogTypes.center_forward_save]: 'Отражен бросок со столба',
|
|
11481
|
+
[WaterpoloGameLogTypes.free_kick_save]: 'Отражен бросок со свободного',
|
|
11482
|
+
[WaterpoloGameLogTypes.corner_save]: 'Отражен бросок с углового',
|
|
11483
|
+
[WaterpoloGameLogTypes.shootout_save]: 'Отражен бросок с пенальти',
|
|
11484
|
+
[WaterpoloGameLogTypes.after_game_shootout_save]: 'Отражен бросок с пенальти',
|
|
11485
|
+
[WaterpoloGameLogTypes.timeout]: 'Таймаут',
|
|
11486
|
+
[WaterpoloGameLogTypes.penalty_start]: 'Начало штрафного времени',
|
|
11487
|
+
[WaterpoloGameLogTypes.penalty_end]: 'Конец штрафного времени',
|
|
11488
|
+
[WaterpoloGameLogTypes.yellow_card]: 'Желтая карточка',
|
|
11489
|
+
[WaterpoloGameLogTypes.red_card]: 'Красная карточка',
|
|
11490
|
+
[WaterpoloGameLogTypes.turnover]: 'Переход владения',
|
|
11491
|
+
[WaterpoloGameLogTypes.loss]: 'Потеря',
|
|
11492
|
+
[WaterpoloGameLogTypes.steal]: 'Перехват',
|
|
11493
|
+
[WaterpoloGameLogTypes.tackle]: 'Отбор',
|
|
11494
|
+
[WaterpoloGameLogTypes.free_kick_goal]: 'Гол со свободного удара',
|
|
11495
|
+
[WaterpoloGameLogTypes.free_kick_on_goal]: 'Бросок со свободного удара в створ',
|
|
11496
|
+
[WaterpoloGameLogTypes.free_kick_miss]: 'Бросок мимо со свободного удара',
|
|
11497
|
+
[WaterpoloGameLogTypes.free_kick_shot_blocked]: 'Заблокирован бросок со свободного удара',
|
|
11498
|
+
[WaterpoloGameLogTypes.free_kick_pass]: 'Пас со свободного удара',
|
|
11499
|
+
[WaterpoloGameLogTypes.free_kick_self]: 'Розыгрыш свободного удара',
|
|
11500
|
+
[WaterpoloGameLogTypes.corner_goal]: 'Гол с углового',
|
|
11501
|
+
[WaterpoloGameLogTypes.corner_on_goal]: 'Бросок с углового в створ',
|
|
11502
|
+
[WaterpoloGameLogTypes.corner_miss]: 'Бросок мимо с углового',
|
|
11503
|
+
[WaterpoloGameLogTypes.corner_shot_blocked]: 'Заблокирован бросок с углового',
|
|
11504
|
+
[WaterpoloGameLogTypes.corner_pass]: 'Пас с углового',
|
|
11505
|
+
[WaterpoloGameLogTypes.corner_self]: 'Розыгрыш углового',
|
|
11506
|
+
[WaterpoloGameLogTypes.complete_penalty_time]: 'Досрочное завершение штрафа',
|
|
11507
|
+
},
|
|
11508
|
+
[Locales.en]: {
|
|
11509
|
+
[WaterpoloGameLogTypes.enter_game]: 'Entering the court',
|
|
11510
|
+
[WaterpoloGameLogTypes.exit_game]: 'Exit the court',
|
|
11511
|
+
[WaterpoloGameLogTypes.shot_miss]: 'Missing shoot',
|
|
11512
|
+
[WaterpoloGameLogTypes.counterattack_miss]: 'Throw past on the counterattack',
|
|
11513
|
+
[WaterpoloGameLogTypes.maneuver_miss]: 'Throw past from the manoeuvre',
|
|
11514
|
+
[WaterpoloGameLogTypes.center_forward_miss]: 'Throw past from center forward',
|
|
11515
|
+
[WaterpoloGameLogTypes.shot_on_goal]: 'Shot at the goal',
|
|
11516
|
+
[WaterpoloGameLogTypes.counterattack_on_goal]: 'Shot at the goal in a counterattack',
|
|
11517
|
+
[WaterpoloGameLogTypes.maneuver_on_goal]: 'Shot at the goal from a maneuver',
|
|
11518
|
+
[WaterpoloGameLogTypes.center_forward_on_goal]: 'Shot at the goal from center forward',
|
|
11519
|
+
[WaterpoloGameLogTypes.shot_blocked]: 'The throw is blocked',
|
|
11520
|
+
[WaterpoloGameLogTypes.counter_attack_shot_blocked]: 'A counterattack throw is blocked',
|
|
11521
|
+
[WaterpoloGameLogTypes.maneuver_shot_blocked]: 'The maneuver throw is blocked',
|
|
11522
|
+
[WaterpoloGameLogTypes.center_forward_shot_blocked]: 'The shot from the center forward is blocked',
|
|
11523
|
+
[WaterpoloGameLogTypes.goal]: 'Goal',
|
|
11524
|
+
[WaterpoloGameLogTypes.maneuver_goal]: 'Goal from a maneuver',
|
|
11525
|
+
[WaterpoloGameLogTypes.counterattack_goal]: 'Goal in a counterattack',
|
|
11526
|
+
[WaterpoloGameLogTypes.center_forward_goal]: 'Goal from the center forward',
|
|
11527
|
+
[WaterpoloGameLogTypes.shootout_attempt]: 'Penalty miss',
|
|
11528
|
+
[WaterpoloGameLogTypes.shootout_goal]: 'Penalty goal',
|
|
11529
|
+
[WaterpoloGameLogTypes.after_game_shootout_attempt]: 'Penalty miss',
|
|
11530
|
+
[WaterpoloGameLogTypes.after_game_shootout_goal]: 'Penalty goal',
|
|
11531
|
+
[WaterpoloGameLogTypes.assist]: 'Assist',
|
|
11532
|
+
[WaterpoloGameLogTypes.block_shot]: 'Blocking a throw',
|
|
11533
|
+
[WaterpoloGameLogTypes.minor_penalty]: 'Removal for 20 sec.',
|
|
11534
|
+
[WaterpoloGameLogTypes.major_penalty]: 'Removal + 4 min. fine',
|
|
11535
|
+
[WaterpoloGameLogTypes.match_penalty]: 'Removal before the end of the match',
|
|
11536
|
+
[WaterpoloGameLogTypes.foul]: 'Foul',
|
|
11537
|
+
[WaterpoloGameLogTypes.penalty_foul]: 'Penalty foul',
|
|
11538
|
+
[WaterpoloGameLogTypes.attack_foul]: 'Attack foul',
|
|
11539
|
+
[WaterpoloGameLogTypes.personal_foul]: 'Personal foul',
|
|
11540
|
+
[WaterpoloGameLogTypes.penalty_shot]: 'Penalty shot',
|
|
11541
|
+
[WaterpoloGameLogTypes.face_off_lose]: 'Losing in the sprint',
|
|
11542
|
+
[WaterpoloGameLogTypes.face_off_win]: 'Winning the sprint',
|
|
11543
|
+
[WaterpoloGameLogTypes.save]: 'Throw is reflected',
|
|
11544
|
+
[WaterpoloGameLogTypes.counterattack_save]: 'Throw in the counterattack is reflected',
|
|
11545
|
+
[WaterpoloGameLogTypes.maneuver_save]: 'Throw from a maneuver is reflected',
|
|
11546
|
+
[WaterpoloGameLogTypes.center_forward_save]: 'Throw from the center forward is reflected',
|
|
11547
|
+
[WaterpoloGameLogTypes.free_kick_save]: 'Free throw is reflected',
|
|
11548
|
+
[WaterpoloGameLogTypes.corner_save]: 'Shot from a corner is reflected',
|
|
11549
|
+
[WaterpoloGameLogTypes.shootout_save]: 'Penalty kick was deflected',
|
|
11550
|
+
[WaterpoloGameLogTypes.after_game_shootout_save]: 'Penalty kick was deflected',
|
|
11551
|
+
[WaterpoloGameLogTypes.timeout]: 'Timeout',
|
|
11552
|
+
[WaterpoloGameLogTypes.penalty_start]: 'The beginning of the penalty time',
|
|
11553
|
+
[WaterpoloGameLogTypes.penalty_end]: 'End of penalty time',
|
|
11554
|
+
[WaterpoloGameLogTypes.yellow_card]: 'Yellow card',
|
|
11555
|
+
[WaterpoloGameLogTypes.red_card]: 'Red card',
|
|
11556
|
+
[WaterpoloGameLogTypes.turnover]: 'Change of possession',
|
|
11557
|
+
[WaterpoloGameLogTypes.loss]: 'Loss',
|
|
11558
|
+
[WaterpoloGameLogTypes.steal]: 'Steal',
|
|
11559
|
+
[WaterpoloGameLogTypes.tackle]: 'Tackle',
|
|
11560
|
+
[WaterpoloGameLogTypes.free_kick_goal]: 'Free kick goal',
|
|
11561
|
+
[WaterpoloGameLogTypes.free_kick_on_goal]: 'Free kick shot on target',
|
|
11562
|
+
[WaterpoloGameLogTypes.free_kick_miss]: 'A throw by with a free kick',
|
|
11563
|
+
[WaterpoloGameLogTypes.free_kick_shot_blocked]: 'A free kick shot is blocked',
|
|
11564
|
+
[WaterpoloGameLogTypes.free_kick_pass]: 'Free kick pass',
|
|
11565
|
+
[WaterpoloGameLogTypes.free_kick_self]: 'Free kick draw',
|
|
11566
|
+
[WaterpoloGameLogTypes.corner_goal]: 'Corner goal',
|
|
11567
|
+
[WaterpoloGameLogTypes.corner_on_goal]: 'Shot from a corner into the target',
|
|
11568
|
+
[WaterpoloGameLogTypes.corner_miss]: 'Shot past from a corner',
|
|
11569
|
+
[WaterpoloGameLogTypes.corner_shot_blocked]: 'Blocked a shot from a corner',
|
|
11570
|
+
[WaterpoloGameLogTypes.corner_pass]: 'Pass from the corner',
|
|
11571
|
+
[WaterpoloGameLogTypes.corner_self]: 'Drawing a corner',
|
|
11572
|
+
[WaterpoloGameLogTypes.complete_penalty_time]: 'Early completion of the fine',
|
|
11573
|
+
}
|
|
11245
11574
|
};
|
|
11246
11575
|
|
|
11247
11576
|
const OvertimeTypeLocalization = {
|
|
11248
|
-
[
|
|
11249
|
-
|
|
11250
|
-
|
|
11251
|
-
|
|
11252
|
-
|
|
11253
|
-
|
|
11254
|
-
|
|
11255
|
-
|
|
11256
|
-
|
|
11577
|
+
[Locales.ru]: {
|
|
11578
|
+
[OvertimeTypes.to_score_diff]: 'До разницы в N мячей',
|
|
11579
|
+
[OvertimeTypes.to_score_total]: 'До N очков',
|
|
11580
|
+
[OvertimeTypes.time]: 'По времени',
|
|
11581
|
+
[OvertimeTypes.without_overtime]: 'Без овертайма',
|
|
11582
|
+
[OvertimeTypes.to_first_goal]: 'На N минут до первой шайбы',
|
|
11583
|
+
[OvertimeTypes.to_first_goal_and_bullitts]: 'На N минут до первой шайбы + буллиты',
|
|
11584
|
+
[OvertimeTypes.bullitts]: 'Буллиты',
|
|
11585
|
+
[OvertimeTypes.penalties]: 'Пенальти',
|
|
11586
|
+
[OvertimeTypes.time_and_penalties]: 'Дополнительное время + пенальти',
|
|
11587
|
+
},
|
|
11588
|
+
[Locales.en]: {
|
|
11589
|
+
[OvertimeTypes.to_score_diff]: 'Up to the difference of N balls',
|
|
11590
|
+
[OvertimeTypes.to_score_total]: 'Up to N points',
|
|
11591
|
+
[OvertimeTypes.time]: 'By time',
|
|
11592
|
+
[OvertimeTypes.without_overtime]: 'Without overtime',
|
|
11593
|
+
[OvertimeTypes.to_first_goal]: 'N minutes until the first goal',
|
|
11594
|
+
[OvertimeTypes.to_first_goal_and_bullitts]: 'N minutes until the first goal + shootout',
|
|
11595
|
+
[OvertimeTypes.bullitts]: 'Shootouts',
|
|
11596
|
+
[OvertimeTypes.penalties]: 'Penalty',
|
|
11597
|
+
[OvertimeTypes.time_and_penalties]: 'Extra time + penalty',
|
|
11598
|
+
}
|
|
11257
11599
|
};
|
|
11258
11600
|
|
|
11259
11601
|
const RugbyFoulSanctionLocalization = {
|
|
11260
|
-
[
|
|
11261
|
-
|
|
11262
|
-
|
|
11263
|
-
|
|
11264
|
-
|
|
11265
|
-
|
|
11266
|
-
|
|
11267
|
-
|
|
11268
|
-
|
|
11602
|
+
[Locales.ru]: {
|
|
11603
|
+
[RugbyFoulSanctions.scrum]: 'Схватка',
|
|
11604
|
+
[RugbyFoulSanctions.lineout]: 'Коридор',
|
|
11605
|
+
[RugbyFoulSanctions.start_kick]: 'Начальный удар',
|
|
11606
|
+
[RugbyFoulSanctions.free_kick]: 'Свободный удар',
|
|
11607
|
+
[RugbyFoulSanctions.penalty_shot]: 'Штрафной удар',
|
|
11608
|
+
[RugbyFoulSanctions.twenty_two_meters_kick]: 'Удар с 22 метров',
|
|
11609
|
+
[RugbyFoulSanctions.conversion_cancel]: 'Отмена удара',
|
|
11610
|
+
[RugbyFoulSanctions.yellow_card]: 'Желтая карточка',
|
|
11611
|
+
[RugbyFoulSanctions.red_card]: 'Красная карточка',
|
|
11612
|
+
},
|
|
11613
|
+
[Locales.en]: {
|
|
11614
|
+
[RugbyFoulSanctions.scrum]: 'Scrum',
|
|
11615
|
+
[RugbyFoulSanctions.lineout]: 'Lineout',
|
|
11616
|
+
[RugbyFoulSanctions.start_kick]: 'Start kick',
|
|
11617
|
+
[RugbyFoulSanctions.free_kick]: 'Free kick',
|
|
11618
|
+
[RugbyFoulSanctions.penalty_shot]: 'Penalty kick',
|
|
11619
|
+
[RugbyFoulSanctions.twenty_two_meters_kick]: 'Kick from 22 meters',
|
|
11620
|
+
[RugbyFoulSanctions.conversion_cancel]: 'Conversion cancel',
|
|
11621
|
+
[RugbyFoulSanctions.yellow_card]: 'Yellow card',
|
|
11622
|
+
[RugbyFoulSanctions.red_card]: 'Red card',
|
|
11623
|
+
}
|
|
11269
11624
|
};
|
|
11270
11625
|
|
|
11271
11626
|
const RugbyFoulGameStageLocalization = {
|
|
11272
|
-
[
|
|
11273
|
-
|
|
11274
|
-
|
|
11275
|
-
|
|
11276
|
-
|
|
11277
|
-
|
|
11278
|
-
|
|
11279
|
-
|
|
11280
|
-
|
|
11281
|
-
|
|
11627
|
+
[Locales.ru]: {
|
|
11628
|
+
[RugbyFoulGameStage.start_kick]: 'Начальные удары',
|
|
11629
|
+
[RugbyFoulGameStage.open_game]: 'Открытая игра',
|
|
11630
|
+
[RugbyFoulGameStage.tackle]: 'Игроки на земле, Захват',
|
|
11631
|
+
[RugbyFoulGameStage.ruck_or_maul]: 'Рак, мол',
|
|
11632
|
+
[RugbyFoulGameStage.scrum]: 'Схватка',
|
|
11633
|
+
[RugbyFoulGameStage.out_and_lineout]: 'Аут и коридор',
|
|
11634
|
+
[RugbyFoulGameStage.scoring_field]: 'Зачетное поле',
|
|
11635
|
+
[RugbyFoulGameStage.kick_on_goal]: 'Удар по воротам',
|
|
11636
|
+
[RugbyFoulGameStage.free_kick]: 'Штрафной, свободный удар',
|
|
11637
|
+
[RugbyFoulGameStage.team]: 'Команда',
|
|
11638
|
+
},
|
|
11639
|
+
[Locales.en]: {
|
|
11640
|
+
[RugbyFoulGameStage.start_kick]: 'Initial kicks',
|
|
11641
|
+
[RugbyFoulGameStage.open_game]: 'Open game',
|
|
11642
|
+
[RugbyFoulGameStage.tackle]: 'Players on the ground, Capture',
|
|
11643
|
+
[RugbyFoulGameStage.ruck_or_maul]: 'Ruck, maul',
|
|
11644
|
+
[RugbyFoulGameStage.scrum]: 'Scrum',
|
|
11645
|
+
[RugbyFoulGameStage.out_and_lineout]: 'Out and lineout',
|
|
11646
|
+
[RugbyFoulGameStage.scoring_field]: 'Scoring field',
|
|
11647
|
+
[RugbyFoulGameStage.kick_on_goal]: 'Kick on goal',
|
|
11648
|
+
[RugbyFoulGameStage.free_kick]: 'Free kick',
|
|
11649
|
+
[RugbyFoulGameStage.team]: 'Team',
|
|
11650
|
+
}
|
|
11282
11651
|
};
|
|
11283
11652
|
|
|
11284
11653
|
const RugbyGameLogTypeLocalization = {
|
|
11285
|
-
[
|
|
11286
|
-
|
|
11287
|
-
|
|
11288
|
-
|
|
11289
|
-
|
|
11290
|
-
|
|
11291
|
-
|
|
11292
|
-
|
|
11293
|
-
|
|
11294
|
-
|
|
11295
|
-
|
|
11296
|
-
|
|
11297
|
-
|
|
11298
|
-
|
|
11299
|
-
|
|
11300
|
-
|
|
11301
|
-
|
|
11302
|
-
|
|
11303
|
-
|
|
11304
|
-
|
|
11305
|
-
|
|
11306
|
-
|
|
11307
|
-
|
|
11308
|
-
|
|
11309
|
-
|
|
11310
|
-
|
|
11311
|
-
|
|
11312
|
-
|
|
11313
|
-
|
|
11314
|
-
|
|
11315
|
-
|
|
11316
|
-
|
|
11317
|
-
|
|
11318
|
-
|
|
11319
|
-
|
|
11320
|
-
|
|
11321
|
-
|
|
11322
|
-
|
|
11323
|
-
|
|
11324
|
-
|
|
11325
|
-
|
|
11326
|
-
|
|
11327
|
-
|
|
11328
|
-
|
|
11654
|
+
[Locales.ru]: {
|
|
11655
|
+
[RugbyGameLogTypes.enter_game]: 'Вышел на поле',
|
|
11656
|
+
[RugbyGameLogTypes.exit_game]: 'Ушел с поля',
|
|
11657
|
+
[RugbyGameLogTypes.try]: 'Попытка',
|
|
11658
|
+
[RugbyGameLogTypes.penalty_try]: 'Штрафная попытка',
|
|
11659
|
+
[RugbyGameLogTypes.conversion_goal]: 'Реализация',
|
|
11660
|
+
[RugbyGameLogTypes.conversion_miss]: 'Реализация промах',
|
|
11661
|
+
[RugbyGameLogTypes.penalty_miss]: 'Штрафной промах',
|
|
11662
|
+
[RugbyGameLogTypes.penalty_goal]: 'Штрафной гол',
|
|
11663
|
+
[RugbyGameLogTypes.penalty_kick_to_touch]: 'Штрафной в аут',
|
|
11664
|
+
[RugbyGameLogTypes.tap_penalty]: 'Штрафной разыгран',
|
|
11665
|
+
[RugbyGameLogTypes.drop_goal]: 'Дроп-гол',
|
|
11666
|
+
[RugbyGameLogTypes.drop_goal_miss]: 'Дроп-гол промах',
|
|
11667
|
+
[RugbyGameLogTypes.free_kick]: 'Свободный удар',
|
|
11668
|
+
[RugbyGameLogTypes.foul]: 'Фол',
|
|
11669
|
+
[RugbyGameLogTypes.yellow_card]: 'Желтая карточка',
|
|
11670
|
+
[RugbyGameLogTypes.red_card]: 'Красная карточка',
|
|
11671
|
+
[RugbyGameLogTypes.offload]: 'Скидка при завхвате',
|
|
11672
|
+
[RugbyGameLogTypes.tackle]: 'Успешный захват',
|
|
11673
|
+
[RugbyGameLogTypes.handling_error]: 'Ошибка приема',
|
|
11674
|
+
[RugbyGameLogTypes.carries_over_gainline]: 'Прорыв линии',
|
|
11675
|
+
[RugbyGameLogTypes.bleeding_injury]: 'Кровоточащая травма',
|
|
11676
|
+
[RugbyGameLogTypes.head_injury]: 'Травма головы',
|
|
11677
|
+
[RugbyGameLogTypes.end_game_penalty_miss]: 'Штрафной промах',
|
|
11678
|
+
[RugbyGameLogTypes.end_game_penalty_goal]: 'Штрафной гол',
|
|
11679
|
+
[RugbyGameLogTypes.foot_field_shot]: 'Удар ногой в поле',
|
|
11680
|
+
[RugbyGameLogTypes.foot_out_shot]: 'Удар ногой в аут',
|
|
11681
|
+
[RugbyGameLogTypes.foot_kick_50_22]: 'Удар ногой 50/22',
|
|
11682
|
+
[RugbyGameLogTypes.run]: 'Забег',
|
|
11683
|
+
[RugbyGameLogTypes.timeout]: 'Таймаут',
|
|
11684
|
+
[RugbyGameLogTypes.scrum_won]: 'Схватка выиграна',
|
|
11685
|
+
[RugbyGameLogTypes.scrum_lost]: 'Схватка проиграна',
|
|
11686
|
+
[RugbyGameLogTypes.scrum_won_free]: 'Схватка выиграна без сопротивления',
|
|
11687
|
+
[RugbyGameLogTypes.lineout_won]: 'Коридор выигран',
|
|
11688
|
+
[RugbyGameLogTypes.lineout_lost]: 'Коридор проигран',
|
|
11689
|
+
[RugbyGameLogTypes.quick_throw]: 'Быстрый вброс',
|
|
11690
|
+
[RugbyGameLogTypes.ruck_won]: 'Рак выигран',
|
|
11691
|
+
[RugbyGameLogTypes.ruck_lost]: 'Рак проигран',
|
|
11692
|
+
[RugbyGameLogTypes.maul_won]: 'Мол выигран',
|
|
11693
|
+
[RugbyGameLogTypes.maul_lost]: 'Мол проигран',
|
|
11694
|
+
[RugbyGameLogTypes.team_foul]: 'Нарушение',
|
|
11695
|
+
[RugbyGameLogTypes.start_kick]: 'Начальный удар',
|
|
11696
|
+
[RugbyGameLogTypes.twenty_two_meters_kick]: 'Удар с 22 метров',
|
|
11697
|
+
[RugbyGameLogTypes.goal_kick]: 'Удар от ворот',
|
|
11698
|
+
[RugbyGameLogTypes.out]: 'Аут',
|
|
11699
|
+
},
|
|
11700
|
+
[Locales.en]: {
|
|
11701
|
+
[RugbyGameLogTypes.enter_game]: 'Entering the court',
|
|
11702
|
+
[RugbyGameLogTypes.exit_game]: 'Exit the court',
|
|
11703
|
+
[RugbyGameLogTypes.try]: 'Attempt',
|
|
11704
|
+
[RugbyGameLogTypes.penalty_try]: 'Penalty attempt',
|
|
11705
|
+
[RugbyGameLogTypes.conversion_goal]: 'Touchdown',
|
|
11706
|
+
[RugbyGameLogTypes.conversion_miss]: 'Touchdown miss',
|
|
11707
|
+
[RugbyGameLogTypes.penalty_miss]: 'Penalty kick miss',
|
|
11708
|
+
[RugbyGameLogTypes.penalty_goal]: 'Penalty goal',
|
|
11709
|
+
[RugbyGameLogTypes.penalty_kick_to_touch]: 'Penalty kick to out',
|
|
11710
|
+
[RugbyGameLogTypes.tap_penalty]: 'Penalty has been played',
|
|
11711
|
+
[RugbyGameLogTypes.drop_goal]: 'Drop goal',
|
|
11712
|
+
[RugbyGameLogTypes.drop_goal_miss]: 'Drop goal miss',
|
|
11713
|
+
[RugbyGameLogTypes.free_kick]: 'Free kick',
|
|
11714
|
+
[RugbyGameLogTypes.foul]: 'Foul',
|
|
11715
|
+
[RugbyGameLogTypes.yellow_card]: 'Yellow card',
|
|
11716
|
+
[RugbyGameLogTypes.red_card]: 'Red card',
|
|
11717
|
+
[RugbyGameLogTypes.offload]: 'Offload',
|
|
11718
|
+
[RugbyGameLogTypes.tackle]: 'Successful tackle',
|
|
11719
|
+
[RugbyGameLogTypes.handling_error]: 'Error receiving',
|
|
11720
|
+
[RugbyGameLogTypes.carries_over_gainline]: 'Line breakout',
|
|
11721
|
+
[RugbyGameLogTypes.bleeding_injury]: 'Bleeding injury',
|
|
11722
|
+
[RugbyGameLogTypes.head_injury]: 'Head injury',
|
|
11723
|
+
[RugbyGameLogTypes.end_game_penalty_miss]: 'Penalty miss',
|
|
11724
|
+
[RugbyGameLogTypes.end_game_penalty_goal]: 'Penalty goal',
|
|
11725
|
+
[RugbyGameLogTypes.foot_field_shot]: 'Foot field shot',
|
|
11726
|
+
[RugbyGameLogTypes.foot_out_shot]: 'Kick out of bounds',
|
|
11727
|
+
[RugbyGameLogTypes.foot_kick_50_22]: 'Foot kick 50/22',
|
|
11728
|
+
[RugbyGameLogTypes.run]: 'Run',
|
|
11729
|
+
[RugbyGameLogTypes.timeout]: 'Timeout',
|
|
11730
|
+
[RugbyGameLogTypes.scrum_won]: 'Scrum is won',
|
|
11731
|
+
[RugbyGameLogTypes.scrum_lost]: 'Scrum is lost',
|
|
11732
|
+
[RugbyGameLogTypes.scrum_won_free]: 'Scrum was won without resistance',
|
|
11733
|
+
[RugbyGameLogTypes.lineout_won]: 'Lineout was won',
|
|
11734
|
+
[RugbyGameLogTypes.lineout_lost]: 'Lineout was lost',
|
|
11735
|
+
[RugbyGameLogTypes.quick_throw]: 'Quick throw',
|
|
11736
|
+
[RugbyGameLogTypes.ruck_won]: 'Ruck won',
|
|
11737
|
+
[RugbyGameLogTypes.ruck_lost]: 'Ruck lost',
|
|
11738
|
+
[RugbyGameLogTypes.maul_won]: 'Maul won',
|
|
11739
|
+
[RugbyGameLogTypes.maul_lost]: 'Maul lost',
|
|
11740
|
+
[RugbyGameLogTypes.team_foul]: 'Foul',
|
|
11741
|
+
[RugbyGameLogTypes.start_kick]: 'Start kick',
|
|
11742
|
+
[RugbyGameLogTypes.twenty_two_meters_kick]: '22 metres kick',
|
|
11743
|
+
[RugbyGameLogTypes.goal_kick]: 'Удар от ворот',
|
|
11744
|
+
[RugbyGameLogTypes.out]: 'Out',
|
|
11745
|
+
}
|
|
11329
11746
|
};
|
|
11330
11747
|
|
|
11331
11748
|
const TeamUserRoleLocalization = {
|
|
11332
|
-
[
|
|
11333
|
-
|
|
11334
|
-
|
|
11335
|
-
|
|
11336
|
-
|
|
11337
|
-
|
|
11338
|
-
|
|
11339
|
-
|
|
11340
|
-
|
|
11341
|
-
|
|
11342
|
-
|
|
11343
|
-
|
|
11344
|
-
|
|
11345
|
-
|
|
11346
|
-
|
|
11347
|
-
|
|
11348
|
-
|
|
11349
|
-
|
|
11749
|
+
[Locales.ru]: {
|
|
11750
|
+
[TeamUserRole.member]: 'Пользователь',
|
|
11751
|
+
[TeamUserRole.moderator]: 'Модератор',
|
|
11752
|
+
[TeamUserRole.admin]: 'Владелец',
|
|
11753
|
+
[TeamUserRole.coach]: 'Тренер',
|
|
11754
|
+
[TeamUserRole.head_coach]: 'Главный тренер',
|
|
11755
|
+
[TeamUserRole.playing_coach]: 'Играющий тренер',
|
|
11756
|
+
[TeamUserRole.manager]: 'Менеджер',
|
|
11757
|
+
[TeamUserRole.head_manager]: 'Генеральный менеджер',
|
|
11758
|
+
[TeamUserRole.captain]: 'Капитан',
|
|
11759
|
+
[TeamUserRole.assistant]: 'Ассистент',
|
|
11760
|
+
[TeamUserRole.president]: 'Президент',
|
|
11761
|
+
[TeamUserRole.vice_president]: 'Вице-президент',
|
|
11762
|
+
[TeamUserRole.press_attache]: 'Пресс-атташе',
|
|
11763
|
+
[TeamUserRole.executive]: 'Администратор',
|
|
11764
|
+
[TeamUserRole.senior_coach]: 'Старший тренер',
|
|
11765
|
+
[TeamUserRole.assistant_coach]: 'Помощник тренера',
|
|
11766
|
+
[TeamUserRole.serviceman]: 'Сервисмен',
|
|
11767
|
+
[TeamUserRole.game_application_manager]: 'Менеджер по заявкам на игры',
|
|
11768
|
+
},
|
|
11769
|
+
[Locales.en]: {
|
|
11770
|
+
[TeamUserRole.moderator]: 'Moderator',
|
|
11771
|
+
[TeamUserRole.member]: 'User',
|
|
11772
|
+
[TeamUserRole.admin]: 'Owner',
|
|
11773
|
+
[TeamUserRole.coach]: 'Coach',
|
|
11774
|
+
[TeamUserRole.head_coach]: 'Head coach',
|
|
11775
|
+
[TeamUserRole.playing_coach]: 'Playing coach',
|
|
11776
|
+
[TeamUserRole.manager]: 'Manager',
|
|
11777
|
+
[TeamUserRole.head_manager]: 'General Manager',
|
|
11778
|
+
[TeamUserRole.captain]: 'Captain',
|
|
11779
|
+
[TeamUserRole.assistant]: 'Assistant',
|
|
11780
|
+
[TeamUserRole.president]: 'President',
|
|
11781
|
+
[TeamUserRole.vice_president]: 'Vice President',
|
|
11782
|
+
[TeamUserRole.press_attache]: 'Press Attache',
|
|
11783
|
+
[TeamUserRole.executive]: 'Administrator',
|
|
11784
|
+
[TeamUserRole.senior_coach]: 'Senior Coach',
|
|
11785
|
+
[TeamUserRole.assistant_coach]: 'Assistant Coach',
|
|
11786
|
+
[TeamUserRole.serviceman]: 'Serviceman',
|
|
11787
|
+
[TeamUserRole.game_application_manager]: 'Game Application Manager',
|
|
11788
|
+
}
|
|
11350
11789
|
};
|
|
11351
11790
|
|
|
11352
11791
|
const GameBasketballPositionLocalization = {
|
|
11353
|
-
[
|
|
11354
|
-
|
|
11355
|
-
|
|
11356
|
-
|
|
11357
|
-
|
|
11792
|
+
[Locales.ru]: {
|
|
11793
|
+
[GameBasketballPosition.point_guard]: 'Разыгрывающий защитник',
|
|
11794
|
+
[GameBasketballPosition.shooting_guard]: 'Атакующий защитник',
|
|
11795
|
+
[GameBasketballPosition.small_forward]: 'Легкий форвард',
|
|
11796
|
+
[GameBasketballPosition.power_forward]: 'Мощный форвард',
|
|
11797
|
+
[GameBasketballPosition.center]: 'Центровой',
|
|
11798
|
+
},
|
|
11799
|
+
[Locales.en]: {
|
|
11800
|
+
[GameBasketballPosition.point_guard]: 'Point guard',
|
|
11801
|
+
[GameBasketballPosition.shooting_guard]: 'Shooting guard',
|
|
11802
|
+
[GameBasketballPosition.small_forward]: 'Small forward',
|
|
11803
|
+
[GameBasketballPosition.power_forward]: 'Power forward',
|
|
11804
|
+
[GameBasketballPosition.center]: 'Center',
|
|
11805
|
+
}
|
|
11358
11806
|
};
|
|
11359
11807
|
const GameBasketballPositionShortLocalization = {
|
|
11360
|
-
[
|
|
11361
|
-
|
|
11362
|
-
|
|
11363
|
-
|
|
11364
|
-
|
|
11808
|
+
[Locales.ru]: {
|
|
11809
|
+
[GameBasketballPosition.point_guard]: 'PG',
|
|
11810
|
+
[GameBasketballPosition.shooting_guard]: 'SG',
|
|
11811
|
+
[GameBasketballPosition.small_forward]: 'SF',
|
|
11812
|
+
[GameBasketballPosition.power_forward]: 'PF',
|
|
11813
|
+
[GameBasketballPosition.center]: 'C',
|
|
11814
|
+
},
|
|
11815
|
+
[Locales.en]: {
|
|
11816
|
+
[GameBasketballPosition.point_guard]: 'PG',
|
|
11817
|
+
[GameBasketballPosition.shooting_guard]: 'SG',
|
|
11818
|
+
[GameBasketballPosition.small_forward]: 'SF',
|
|
11819
|
+
[GameBasketballPosition.power_forward]: 'PF',
|
|
11820
|
+
[GameBasketballPosition.center]: 'C',
|
|
11821
|
+
}
|
|
11365
11822
|
};
|
|
11366
11823
|
const WorkHandLocalization = {
|
|
11367
|
-
[
|
|
11368
|
-
|
|
11824
|
+
[Locales.ru]: {
|
|
11825
|
+
[WorkHand.left]: 'Левая',
|
|
11826
|
+
[WorkHand.right]: 'Правая',
|
|
11827
|
+
},
|
|
11828
|
+
[Locales.en]: {
|
|
11829
|
+
[WorkHand.left]: 'Left',
|
|
11830
|
+
[WorkHand.right]: 'Right',
|
|
11831
|
+
}
|
|
11369
11832
|
};
|
|
11370
11833
|
const HockeyWorkHandLocalization = {
|
|
11371
|
-
[
|
|
11372
|
-
|
|
11834
|
+
[Locales.ru]: {
|
|
11835
|
+
[WorkHand.left]: 'Левый',
|
|
11836
|
+
[WorkHand.right]: 'Правый'
|
|
11837
|
+
},
|
|
11838
|
+
[Locales.en]: {
|
|
11839
|
+
[WorkHand.left]: 'Left',
|
|
11840
|
+
[WorkHand.right]: 'Right',
|
|
11841
|
+
}
|
|
11373
11842
|
};
|
|
11374
11843
|
const GameVolleyballPositionLocalization = {
|
|
11375
|
-
[
|
|
11376
|
-
|
|
11377
|
-
|
|
11378
|
-
|
|
11379
|
-
|
|
11844
|
+
[Locales.ru]: {
|
|
11845
|
+
[GameVolleyballPosition.setter]: 'Связующий',
|
|
11846
|
+
[GameVolleyballPosition.libero]: 'Либеро',
|
|
11847
|
+
[GameVolleyballPosition.middle_player]: 'Центральный блокирующий',
|
|
11848
|
+
[GameVolleyballPosition.receiver_attacker]: 'Доигровщик',
|
|
11849
|
+
[GameVolleyballPosition.dioganal]: 'Диагональный',
|
|
11850
|
+
},
|
|
11851
|
+
[Locales.en]: {
|
|
11852
|
+
[GameVolleyballPosition.setter]: 'Setter',
|
|
11853
|
+
[GameVolleyballPosition.libero]: 'Libero',
|
|
11854
|
+
[GameVolleyballPosition.middle_player]: 'Middle blocker',
|
|
11855
|
+
[GameVolleyballPosition.receiver_attacker]: 'Outside hitter',
|
|
11856
|
+
[GameVolleyballPosition.dioganal]: 'Diagonal',
|
|
11857
|
+
}
|
|
11380
11858
|
};
|
|
11381
11859
|
const GameVolleyballPositionShortLocalization = {
|
|
11382
|
-
[
|
|
11383
|
-
|
|
11384
|
-
|
|
11385
|
-
|
|
11386
|
-
|
|
11860
|
+
[Locales.ru]: {
|
|
11861
|
+
[GameVolleyballPosition.setter]: 'S',
|
|
11862
|
+
[GameVolleyballPosition.libero]: 'L',
|
|
11863
|
+
[GameVolleyballPosition.middle_player]: 'MP',
|
|
11864
|
+
[GameVolleyballPosition.receiver_attacker]: 'RA',
|
|
11865
|
+
[GameVolleyballPosition.dioganal]: 'D',
|
|
11866
|
+
},
|
|
11867
|
+
[Locales.en]: {
|
|
11868
|
+
[GameVolleyballPosition.setter]: 'S',
|
|
11869
|
+
[GameVolleyballPosition.libero]: 'L',
|
|
11870
|
+
[GameVolleyballPosition.middle_player]: 'MP',
|
|
11871
|
+
[GameVolleyballPosition.receiver_attacker]: 'RA',
|
|
11872
|
+
[GameVolleyballPosition.dioganal]: 'D',
|
|
11873
|
+
}
|
|
11387
11874
|
};
|
|
11388
11875
|
const GameVolleyballPositionShortRuLocalization = {
|
|
11389
|
-
[
|
|
11390
|
-
|
|
11391
|
-
|
|
11392
|
-
|
|
11393
|
-
|
|
11876
|
+
[Locales.ru]: {
|
|
11877
|
+
[GameVolleyballPosition.setter]: 'связ.',
|
|
11878
|
+
[GameVolleyballPosition.libero]: 'либеро',
|
|
11879
|
+
[GameVolleyballPosition.middle_player]: 'блок.',
|
|
11880
|
+
[GameVolleyballPosition.receiver_attacker]: 'доигр.',
|
|
11881
|
+
[GameVolleyballPosition.dioganal]: 'диаг.',
|
|
11882
|
+
},
|
|
11883
|
+
[Locales.en]: {
|
|
11884
|
+
[GameVolleyballPosition.setter]: 'Setter',
|
|
11885
|
+
[GameVolleyballPosition.libero]: 'Libero',
|
|
11886
|
+
[GameVolleyballPosition.middle_player]: 'Middle blocker',
|
|
11887
|
+
[GameVolleyballPosition.receiver_attacker]: 'Outside hitter',
|
|
11888
|
+
[GameVolleyballPosition.dioganal]: 'Diagonal',
|
|
11889
|
+
}
|
|
11394
11890
|
};
|
|
11395
11891
|
const VolleyballWorkHandLocalization = {
|
|
11396
|
-
[
|
|
11397
|
-
|
|
11892
|
+
[Locales.ru]: {
|
|
11893
|
+
[VolleyballWorkHand.left]: 'Левая',
|
|
11894
|
+
[VolleyballWorkHand.right]: 'Правая'
|
|
11895
|
+
},
|
|
11896
|
+
[Locales.en]: {
|
|
11897
|
+
[WorkHand.left]: 'Left',
|
|
11898
|
+
[WorkHand.right]: 'Right',
|
|
11899
|
+
}
|
|
11398
11900
|
};
|
|
11399
11901
|
const GameHockeyPositionLocalization = {
|
|
11400
|
-
[
|
|
11401
|
-
|
|
11402
|
-
|
|
11902
|
+
[Locales.ru]: {
|
|
11903
|
+
[GameHockeyPosition.goaltender]: 'Вратарь',
|
|
11904
|
+
[GameHockeyPosition.defensemen]: 'Защитник',
|
|
11905
|
+
[GameHockeyPosition.forward]: 'Нападающий',
|
|
11906
|
+
},
|
|
11907
|
+
[Locales.en]: {
|
|
11908
|
+
[GameHockeyPosition.defensemen]: 'Defender',
|
|
11909
|
+
[GameHockeyPosition.forward]: 'Forward',
|
|
11910
|
+
[GameHockeyPosition.goaltender]: 'Goalkeeper',
|
|
11911
|
+
}
|
|
11403
11912
|
};
|
|
11404
11913
|
const GameFootballPositionLocalization = {
|
|
11405
|
-
[
|
|
11406
|
-
|
|
11407
|
-
|
|
11408
|
-
|
|
11914
|
+
[Locales.ru]: {
|
|
11915
|
+
[GameFootballPosition.goalkeeper]: 'Вратарь',
|
|
11916
|
+
[GameFootballPosition.defensemen]: 'Защитник',
|
|
11917
|
+
[GameFootballPosition.midfielder]: 'Полузащитник',
|
|
11918
|
+
[GameFootballPosition.forward]: 'Нападающий',
|
|
11919
|
+
},
|
|
11920
|
+
[Locales.en]: {
|
|
11921
|
+
[GameFootballPosition.defensemen]: 'Defender',
|
|
11922
|
+
[GameFootballPosition.midfielder]: 'Midfielder',
|
|
11923
|
+
[GameFootballPosition.forward]: 'Forward',
|
|
11924
|
+
[GameFootballPosition.goalkeeper]: 'Goalkeeper',
|
|
11925
|
+
}
|
|
11409
11926
|
};
|
|
11410
11927
|
const FootballWorkFootLocalization = {
|
|
11411
|
-
[
|
|
11412
|
-
|
|
11413
|
-
|
|
11928
|
+
[Locales.ru]: {
|
|
11929
|
+
[FootballWorkFoot.left]: 'Левая',
|
|
11930
|
+
[FootballWorkFoot.right]: 'Правая',
|
|
11931
|
+
[FootballWorkFoot.both]: 'Обе'
|
|
11932
|
+
},
|
|
11933
|
+
[Locales.en]: {
|
|
11934
|
+
[FootballWorkFoot.left]: 'Left',
|
|
11935
|
+
[FootballWorkFoot.right]: 'Right',
|
|
11936
|
+
[FootballWorkFoot.both]: 'Both',
|
|
11937
|
+
}
|
|
11414
11938
|
};
|
|
11415
11939
|
const GameHandballPositionLocalization = {
|
|
11416
|
-
[
|
|
11417
|
-
|
|
11418
|
-
|
|
11419
|
-
|
|
11420
|
-
|
|
11940
|
+
[Locales.ru]: {
|
|
11941
|
+
[GameHandballPosition.goalkeeper]: 'Вратарь',
|
|
11942
|
+
[GameHandballPosition.winger]: 'Крайний',
|
|
11943
|
+
[GameHandballPosition.pivot]: 'Линейный',
|
|
11944
|
+
[GameHandballPosition.centre_back]: 'Центральный',
|
|
11945
|
+
[GameHandballPosition.fullback]: 'Полусредний',
|
|
11946
|
+
},
|
|
11947
|
+
[Locales.en]: {
|
|
11948
|
+
[GameHandballPosition.goalkeeper]: 'Goalkeeper',
|
|
11949
|
+
[GameHandballPosition.winger]: 'Wing',
|
|
11950
|
+
[GameHandballPosition.pivot]: 'Pivot',
|
|
11951
|
+
[GameHandballPosition.centre_back]: 'Centre back',
|
|
11952
|
+
[GameHandballPosition.fullback]: 'Back',
|
|
11953
|
+
}
|
|
11421
11954
|
};
|
|
11422
11955
|
const GameRugbyPositionLocalization = {
|
|
11423
|
-
[
|
|
11424
|
-
|
|
11425
|
-
|
|
11426
|
-
|
|
11427
|
-
|
|
11428
|
-
|
|
11956
|
+
[Locales.ru]: {
|
|
11957
|
+
[GameRugbyPosition.front_line]: 'Надающий первой линии',
|
|
11958
|
+
[GameRugbyPosition.second_line]: 'Нападающий второй линии',
|
|
11959
|
+
[GameRugbyPosition.back_line]: 'Нападающий задней линии',
|
|
11960
|
+
[GameRugbyPosition.halfback]: 'Полузащитник',
|
|
11961
|
+
[GameRugbyPosition.three_quarter]: 'Трехчетвертный',
|
|
11962
|
+
[GameRugbyPosition.fullback]: 'Замыкающий',
|
|
11963
|
+
},
|
|
11964
|
+
[Locales.en]: {
|
|
11965
|
+
[GameRugbyPosition.front_line]: 'The forward of the first line',
|
|
11966
|
+
[GameRugbyPosition.second_line]: 'The forward of the second line',
|
|
11967
|
+
[GameRugbyPosition.back_line]: 'The forward of the back line',
|
|
11968
|
+
[GameRugbyPosition.halfback]: 'Halfback',
|
|
11969
|
+
[GameRugbyPosition.three_quarter]: 'Three quarter',
|
|
11970
|
+
[GameRugbyPosition.fullback]: 'Fullback',
|
|
11971
|
+
}
|
|
11429
11972
|
};
|
|
11430
11973
|
const GameWaterpoloPositionLocalization = {
|
|
11431
|
-
[
|
|
11432
|
-
|
|
11433
|
-
|
|
11434
|
-
|
|
11974
|
+
[Locales.ru]: {
|
|
11975
|
+
[GameWaterpoloPosition.defensemen]: 'Защитник',
|
|
11976
|
+
[GameWaterpoloPosition.goalkeeper]: 'Вратарь',
|
|
11977
|
+
[GameWaterpoloPosition.center_forward]: 'Центральный нападающий',
|
|
11978
|
+
[GameWaterpoloPosition.mobile_forward]: 'Подвижный нападающий',
|
|
11979
|
+
},
|
|
11980
|
+
[Locales.en]: {
|
|
11981
|
+
[GameWaterpoloPosition.defensemen]: 'Defender',
|
|
11982
|
+
[GameWaterpoloPosition.goalkeeper]: 'Goalkeeper',
|
|
11983
|
+
[GameWaterpoloPosition.center_forward]: 'Center forward',
|
|
11984
|
+
[GameWaterpoloPosition.mobile_forward]: 'Mobile forward',
|
|
11985
|
+
}
|
|
11435
11986
|
};
|
|
11436
11987
|
const GameWaterpoloPositionShortRuLocalization = {
|
|
11437
|
-
[
|
|
11438
|
-
|
|
11439
|
-
|
|
11440
|
-
|
|
11988
|
+
[Locales.ru]: {
|
|
11989
|
+
[GameWaterpoloPosition.defensemen]: 'З',
|
|
11990
|
+
[GameWaterpoloPosition.goalkeeper]: 'Вр',
|
|
11991
|
+
[GameWaterpoloPosition.center_forward]: 'ЦН',
|
|
11992
|
+
[GameWaterpoloPosition.mobile_forward]: 'ПН',
|
|
11993
|
+
},
|
|
11994
|
+
[Locales.en]: {
|
|
11995
|
+
[GameWaterpoloPosition.defensemen]: 'D',
|
|
11996
|
+
[GameWaterpoloPosition.goalkeeper]: 'G',
|
|
11997
|
+
[GameWaterpoloPosition.center_forward]: 'CF',
|
|
11998
|
+
[GameWaterpoloPosition.mobile_forward]: 'MF',
|
|
11999
|
+
}
|
|
11441
12000
|
};
|
|
11442
12001
|
const WaterpoloWorkHandLocalization = {
|
|
11443
|
-
[
|
|
11444
|
-
|
|
12002
|
+
[Locales.ru]: {
|
|
12003
|
+
[WaterpoloWorkHand.left]: 'Левая',
|
|
12004
|
+
[WaterpoloWorkHand.right]: 'Правая',
|
|
12005
|
+
},
|
|
12006
|
+
[Locales.en]: {
|
|
12007
|
+
[WaterpoloWorkHand.left]: 'Left',
|
|
12008
|
+
[WaterpoloWorkHand.right]: 'Right'
|
|
12009
|
+
}
|
|
12010
|
+
};
|
|
12011
|
+
const WrestballWorkHandLocalization = {
|
|
12012
|
+
[Locales.ru]: {
|
|
12013
|
+
[WrestballWorkHand.left]: 'Левая',
|
|
12014
|
+
[WrestballWorkHand.right]: 'Правая'
|
|
12015
|
+
},
|
|
12016
|
+
[Locales.en]: {
|
|
12017
|
+
[WrestballWorkHand.left]: 'Left',
|
|
12018
|
+
[WrestballWorkHand.right]: 'Right'
|
|
12019
|
+
}
|
|
11445
12020
|
};
|
|
11446
12021
|
|
|
11447
12022
|
const VolleyballGameLogTypeLocalization = {
|
|
11448
|
-
[
|
|
11449
|
-
|
|
11450
|
-
|
|
11451
|
-
|
|
11452
|
-
|
|
11453
|
-
|
|
11454
|
-
|
|
11455
|
-
|
|
11456
|
-
|
|
11457
|
-
|
|
11458
|
-
|
|
11459
|
-
|
|
11460
|
-
|
|
11461
|
-
|
|
11462
|
-
|
|
11463
|
-
|
|
11464
|
-
|
|
11465
|
-
|
|
11466
|
-
|
|
11467
|
-
|
|
11468
|
-
|
|
11469
|
-
|
|
11470
|
-
|
|
11471
|
-
|
|
12023
|
+
[Locales.ru]: {
|
|
12024
|
+
[VolleyballGameLogType.enter_game]: 'Выход на площадку',
|
|
12025
|
+
[VolleyballGameLogType.exit_game]: 'Уход с площадки',
|
|
12026
|
+
[VolleyballGameLogType.remove_game]: 'Удаление с площадки',
|
|
12027
|
+
[VolleyballGameLogType.serve_ace]: 'Эйс',
|
|
12028
|
+
[VolleyballGameLogType.serve_hit]: 'Подача',
|
|
12029
|
+
[VolleyballGameLogType.serve_fault]: 'Ошибка на подаче',
|
|
12030
|
+
[VolleyballGameLogType.good_serve]: 'Усложнённая подача',
|
|
12031
|
+
[VolleyballGameLogType.attack_spike]: 'Результативная атака',
|
|
12032
|
+
[VolleyballGameLogType.attack_shot]: 'Атака',
|
|
12033
|
+
[VolleyballGameLogType.attack_fault]: 'Ошибка атаки',
|
|
12034
|
+
[VolleyballGameLogType.stuff_block]: 'Результативный блок',
|
|
12035
|
+
[VolleyballGameLogType.block_rebound]: 'Блок',
|
|
12036
|
+
[VolleyballGameLogType.block_fault]: 'Ошибка на блоке',
|
|
12037
|
+
[VolleyballGameLogType.excellent_receive]: 'Отличный прием',
|
|
12038
|
+
[VolleyballGameLogType.receive]: 'Прием',
|
|
12039
|
+
[VolleyballGameLogType.receive_fault]: 'Ошибка на приеме',
|
|
12040
|
+
[VolleyballGameLogType.serve_receive]: 'Прием подачи',
|
|
12041
|
+
[VolleyballGameLogType.excellent_serve_receive]: 'Отличный прием подачи',
|
|
12042
|
+
[VolleyballGameLogType.serve_receive_fault]: 'Ошибка приема подачи',
|
|
12043
|
+
[VolleyballGameLogType.point]: 'Очко',
|
|
12044
|
+
[VolleyballGameLogType.fault]: 'Ошибка',
|
|
12045
|
+
[VolleyballGameLogType.timeout]: 'Таймаут',
|
|
12046
|
+
[VolleyballGameLogType.yellow_card]: 'Предупреждение',
|
|
12047
|
+
[VolleyballGameLogType.tie_ball]: 'Спорный мяч',
|
|
12048
|
+
},
|
|
12049
|
+
[Locales.en]: {
|
|
12050
|
+
[VolleyballGameLogType.enter_game]: 'Entering the court',
|
|
12051
|
+
[VolleyballGameLogType.exit_game]: 'Exit the court',
|
|
12052
|
+
[VolleyballGameLogType.remove_game]: 'Removed from the court',
|
|
12053
|
+
[VolleyballGameLogType.serve_ace]: 'Ace',
|
|
12054
|
+
[VolleyballGameLogType.serve_hit]: 'Serve',
|
|
12055
|
+
[VolleyballGameLogType.serve_fault]: 'Mistake on a serve',
|
|
12056
|
+
[VolleyballGameLogType.good_serve]: 'Good serve',
|
|
12057
|
+
[VolleyballGameLogType.attack_spike]: 'Resulting attack',
|
|
12058
|
+
[VolleyballGameLogType.attack_shot]: 'Attack',
|
|
12059
|
+
[VolleyballGameLogType.attack_fault]: 'Attack fault',
|
|
12060
|
+
[VolleyballGameLogType.stuff_block]: 'Resulting block',
|
|
12061
|
+
[VolleyballGameLogType.block_rebound]: 'Block',
|
|
12062
|
+
[VolleyballGameLogType.block_fault]: 'Block fault',
|
|
12063
|
+
[VolleyballGameLogType.excellent_receive]: 'Excellent receive',
|
|
12064
|
+
[VolleyballGameLogType.receive]: 'Receive',
|
|
12065
|
+
[VolleyballGameLogType.receive_fault]: 'Receive fault',
|
|
12066
|
+
[VolleyballGameLogType.serve_receive]: 'Serve receive',
|
|
12067
|
+
[VolleyballGameLogType.excellent_serve_receive]: 'Excellent serve receive',
|
|
12068
|
+
[VolleyballGameLogType.serve_receive_fault]: 'Serve receive fault',
|
|
12069
|
+
[VolleyballGameLogType.point]: 'Point',
|
|
12070
|
+
[VolleyballGameLogType.fault]: 'Fault',
|
|
12071
|
+
[VolleyballGameLogType.timeout]: 'Timeout',
|
|
12072
|
+
[VolleyballGameLogType.yellow_card]: 'Warning',
|
|
12073
|
+
[VolleyballGameLogType.tie_ball]: 'Tie ball',
|
|
12074
|
+
}
|
|
11472
12075
|
};
|
|
11473
12076
|
|
|
11474
12077
|
const OrganizationStatusesLocalization = {
|
|
11475
|
-
[
|
|
11476
|
-
|
|
11477
|
-
|
|
12078
|
+
[Locales.ru]: {
|
|
12079
|
+
[OrganizationStatuses.active]: 'Активен',
|
|
12080
|
+
[OrganizationStatuses.blocked]: 'Заблокирован',
|
|
12081
|
+
[OrganizationStatuses.not_confirmed]: 'Не подтвержден'
|
|
12082
|
+
},
|
|
12083
|
+
[Locales.en]: {
|
|
12084
|
+
[OrganizationStatuses.active]: 'Active',
|
|
12085
|
+
[OrganizationStatuses.blocked]: 'Blocked',
|
|
12086
|
+
[OrganizationStatuses.not_confirmed]: 'Not confirmed',
|
|
12087
|
+
}
|
|
11478
12088
|
};
|
|
11479
12089
|
|
|
11480
12090
|
const WrestballGameLogTypeLocalization = {
|
|
11481
|
-
[
|
|
11482
|
-
|
|
11483
|
-
|
|
11484
|
-
|
|
11485
|
-
|
|
11486
|
-
|
|
11487
|
-
|
|
11488
|
-
|
|
11489
|
-
|
|
11490
|
-
|
|
11491
|
-
|
|
11492
|
-
|
|
11493
|
-
|
|
11494
|
-
|
|
11495
|
-
|
|
11496
|
-
|
|
11497
|
-
|
|
11498
|
-
|
|
11499
|
-
|
|
11500
|
-
|
|
11501
|
-
|
|
11502
|
-
|
|
11503
|
-
|
|
11504
|
-
|
|
11505
|
-
|
|
11506
|
-
|
|
11507
|
-
|
|
11508
|
-
|
|
11509
|
-
|
|
11510
|
-
|
|
11511
|
-
|
|
11512
|
-
|
|
11513
|
-
|
|
11514
|
-
|
|
11515
|
-
|
|
11516
|
-
|
|
11517
|
-
|
|
11518
|
-
|
|
11519
|
-
|
|
11520
|
-
|
|
11521
|
-
|
|
12091
|
+
[Locales.ru]: {
|
|
12092
|
+
[WrestballGameLogTypes.enter_game]: 'Выход на площадку',
|
|
12093
|
+
[WrestballGameLogTypes.exit_game]: 'Ушел с площадки',
|
|
12094
|
+
[WrestballGameLogTypes.remove_game]: 'Удаление с площадки',
|
|
12095
|
+
[WrestballGameLogTypes.two_point_attempt]: 'Бросок 2 очка',
|
|
12096
|
+
[WrestballGameLogTypes.three_point_attempt]: 'Бросок 3 очка',
|
|
12097
|
+
[WrestballGameLogTypes.free_throw_attempt]: 'Штрафной бросок 1 очко',
|
|
12098
|
+
[WrestballGameLogTypes.two_point_free_throw_attempt]: 'Штрафной бросок 2 очка',
|
|
12099
|
+
[WrestballGameLogTypes.three_point_free_throw_attempt]: 'Штрафной бросок 3 очка',
|
|
12100
|
+
[WrestballGameLogTypes.one_point_attempt]: 'Бросок 1 очко',
|
|
12101
|
+
[WrestballGameLogTypes.two_point_made]: '2 очка',
|
|
12102
|
+
[WrestballGameLogTypes.three_point_made]: '3 очка',
|
|
12103
|
+
[WrestballGameLogTypes.free_throw_made]: '1 очко, штрафной',
|
|
12104
|
+
[WrestballGameLogTypes.two_point_free_throw_made]: '2 очка, штрафной',
|
|
12105
|
+
[WrestballGameLogTypes.three_point_free_throw_made]: '3 очка, штрафной',
|
|
12106
|
+
[WrestballGameLogTypes.one_point_made]: '1 очко',
|
|
12107
|
+
[WrestballGameLogTypes.dunk_made]: '2 очка, данк',
|
|
12108
|
+
[WrestballGameLogTypes.dunk_attempt]: 'Попытка данка',
|
|
12109
|
+
[WrestballGameLogTypes.assist]: 'Передача',
|
|
12110
|
+
[WrestballGameLogTypes.block]: 'Блокшот',
|
|
12111
|
+
[WrestballGameLogTypes.rebound]: 'Подбор',
|
|
12112
|
+
[WrestballGameLogTypes.offensive_rebound]: 'Подбор в нападении',
|
|
12113
|
+
[WrestballGameLogTypes.defensive_rebound]: 'Подбор в защите',
|
|
12114
|
+
[WrestballGameLogTypes.steal]: 'Перехват',
|
|
12115
|
+
[WrestballGameLogTypes.turnover]: 'Потеря',
|
|
12116
|
+
[WrestballGameLogTypes.personal_foul]: 'Фол',
|
|
12117
|
+
[WrestballGameLogTypes.timeout]: 'Таймаут',
|
|
12118
|
+
[WrestballGameLogTypes.team_rebound]: 'Командный подбор',
|
|
12119
|
+
[WrestballGameLogTypes.scrum]: 'Схватка',
|
|
12120
|
+
[WrestballGameLogTypes.scrum_won]: 'Схватка выиграна',
|
|
12121
|
+
[WrestballGameLogTypes.scrum_lost]: 'Схватка проиграна',
|
|
12122
|
+
[WrestballGameLogTypes.scrum_tie]: 'Схватка в ничью',
|
|
12123
|
+
[WrestballGameLogTypes.wrestler_scrum]: 'Атака рестлера',
|
|
12124
|
+
[WrestballGameLogTypes.wrestler_scrum_won]: 'Атака рестлера успешна',
|
|
12125
|
+
[WrestballGameLogTypes.wrestler_scrum_lost]: 'Атака рестлера неудачна',
|
|
12126
|
+
[WrestballGameLogTypes.wrestler_scrum_tie]: 'Атака рестлера в ничью',
|
|
12127
|
+
[WrestballGameLogTypes.wrestler_scrum_counterattack]: 'Контратака на рестлере',
|
|
12128
|
+
[WrestballGameLogTypes.scrum_ball_advantage_won]: 'Схватка за начало выиграна',
|
|
12129
|
+
[WrestballGameLogTypes.scrum_ball_advantage_lost]: 'Схватка за начало проиграна',
|
|
12130
|
+
[WrestballGameLogTypes.scrum_ball_advantage_tie]: 'Схватка за начало в ничью',
|
|
12131
|
+
[WrestballGameLogTypes.yellow_card]: 'Желтая карточка',
|
|
12132
|
+
[WrestballGameLogTypes.red_card]: 'Красная карточка',
|
|
12133
|
+
},
|
|
12134
|
+
[Locales.en]: {
|
|
12135
|
+
[WrestballGameLogTypes.enter_game]: 'Entering the court',
|
|
12136
|
+
[WrestballGameLogTypes.exit_game]: 'Exit the court',
|
|
12137
|
+
[WrestballGameLogTypes.remove_game]: 'Removal from the court',
|
|
12138
|
+
[WrestballGameLogTypes.two_point_attempt]: 'Throw 2 points',
|
|
12139
|
+
[WrestballGameLogTypes.three_point_attempt]: 'Throw 3 points',
|
|
12140
|
+
[WrestballGameLogTypes.free_throw_attempt]: 'Free throw 1 point',
|
|
12141
|
+
[WrestballGameLogTypes.two_point_free_throw_attempt]: 'Free throw 2 points',
|
|
12142
|
+
[WrestballGameLogTypes.three_point_free_throw_attempt]: 'Free throw 3 points',
|
|
12143
|
+
[WrestballGameLogTypes.one_point_attempt]: 'Throw 1 point',
|
|
12144
|
+
[WrestballGameLogTypes.two_point_made]: '2 points',
|
|
12145
|
+
[WrestballGameLogTypes.three_point_made]: '3 points',
|
|
12146
|
+
[WrestballGameLogTypes.free_throw_made]: '1 point, free throw',
|
|
12147
|
+
[WrestballGameLogTypes.two_point_free_throw_made]: '2 points, free throw',
|
|
12148
|
+
[WrestballGameLogTypes.three_point_free_throw_made]: '3 points, free throw',
|
|
12149
|
+
[WrestballGameLogTypes.one_point_made]: '1 point',
|
|
12150
|
+
[WrestballGameLogTypes.dunk_made]: '2 points, dunk',
|
|
12151
|
+
[WrestballGameLogTypes.dunk_attempt]: 'Dunk attempt',
|
|
12152
|
+
[WrestballGameLogTypes.assist]: 'Assist',
|
|
12153
|
+
[WrestballGameLogTypes.block]: 'Block',
|
|
12154
|
+
[WrestballGameLogTypes.rebound]: 'Rebound',
|
|
12155
|
+
[WrestballGameLogTypes.offensive_rebound]: 'Offensive rebound',
|
|
12156
|
+
[WrestballGameLogTypes.defensive_rebound]: 'Defensive rebound',
|
|
12157
|
+
[WrestballGameLogTypes.steal]: 'Steal',
|
|
12158
|
+
[WrestballGameLogTypes.turnover]: 'Turnover',
|
|
12159
|
+
[WrestballGameLogTypes.personal_foul]: 'Personal foul',
|
|
12160
|
+
[WrestballGameLogTypes.timeout]: 'Timeout',
|
|
12161
|
+
[WrestballGameLogTypes.team_rebound]: 'Team rebound',
|
|
12162
|
+
[WrestballGameLogTypes.scrum]: 'Scrum',
|
|
12163
|
+
[WrestballGameLogTypes.scrum_won]: 'Scrum is won',
|
|
12164
|
+
[WrestballGameLogTypes.scrum_lost]: 'Scrum is lost',
|
|
12165
|
+
[WrestballGameLogTypes.scrum_tie]: 'Scrum is in a draw',
|
|
12166
|
+
[WrestballGameLogTypes.wrestler_scrum]: 'Wrestler attack',
|
|
12167
|
+
[WrestballGameLogTypes.wrestler_scrum_won]: 'Successful Wrestler attack',
|
|
12168
|
+
[WrestballGameLogTypes.wrestler_scrum_lost]: 'Unsuccessful Wrestler attack',
|
|
12169
|
+
[WrestballGameLogTypes.wrestler_scrum_tie]: 'Wrestler\'s attack in a draw',
|
|
12170
|
+
[WrestballGameLogTypes.wrestler_scrum_counterattack]: 'Counterattack on the wrestler',
|
|
12171
|
+
[WrestballGameLogTypes.scrum_ball_advantage_won]: 'Scrum for the beginning is won',
|
|
12172
|
+
[WrestballGameLogTypes.scrum_ball_advantage_lost]: 'Scrum for the beginning is lost',
|
|
12173
|
+
[WrestballGameLogTypes.scrum_ball_advantage_tie]: 'Scrum for the beginning is in draw',
|
|
12174
|
+
[WrestballGameLogTypes.yellow_card]: 'Yellow card',
|
|
12175
|
+
[WrestballGameLogTypes.red_card]: 'Red card',
|
|
12176
|
+
}
|
|
11522
12177
|
};
|
|
11523
12178
|
|
|
11524
12179
|
var OrganizationBillStatuses;
|
|
@@ -11528,9 +12183,16 @@ var OrganizationBillStatuses;
|
|
|
11528
12183
|
OrganizationBillStatuses[OrganizationBillStatuses["canceled"] = 3] = "canceled";
|
|
11529
12184
|
})(OrganizationBillStatuses || (OrganizationBillStatuses = {}));
|
|
11530
12185
|
const OrganizationBillStatusLocalization = {
|
|
11531
|
-
[
|
|
11532
|
-
|
|
11533
|
-
|
|
12186
|
+
[Locales.ru]: {
|
|
12187
|
+
[OrganizationBillStatuses.pending]: 'Новый',
|
|
12188
|
+
[OrganizationBillStatuses.paid]: 'Оплачен',
|
|
12189
|
+
[OrganizationBillStatuses.canceled]: 'Отменен',
|
|
12190
|
+
},
|
|
12191
|
+
[Locales.en]: {
|
|
12192
|
+
[OrganizationBillStatuses.pending]: 'New',
|
|
12193
|
+
[OrganizationBillStatuses.paid]: 'Paid',
|
|
12194
|
+
[OrganizationBillStatuses.canceled]: 'Canceled',
|
|
12195
|
+
}
|
|
11534
12196
|
};
|
|
11535
12197
|
let OrganizationBill = class OrganizationBill extends BaseModel {
|
|
11536
12198
|
static toFront(data) { }
|
|
@@ -11574,9 +12236,16 @@ var GameBillStatuses;
|
|
|
11574
12236
|
GameBillStatuses[GameBillStatuses["canceled"] = 3] = "canceled";
|
|
11575
12237
|
})(GameBillStatuses || (GameBillStatuses = {}));
|
|
11576
12238
|
const GameBillStatusLocalization = {
|
|
11577
|
-
[
|
|
11578
|
-
|
|
11579
|
-
|
|
12239
|
+
[Locales.ru]: {
|
|
12240
|
+
[GameBillStatuses.pending]: 'Новый',
|
|
12241
|
+
[GameBillStatuses.paid]: 'Оплачен',
|
|
12242
|
+
[GameBillStatuses.canceled]: 'Отменен',
|
|
12243
|
+
},
|
|
12244
|
+
[Locales.en]: {
|
|
12245
|
+
[GameBillStatuses.pending]: 'New',
|
|
12246
|
+
[GameBillStatuses.paid]: 'Paid',
|
|
12247
|
+
[GameBillStatuses.canceled]: 'Canceled',
|
|
12248
|
+
}
|
|
11580
12249
|
};
|
|
11581
12250
|
let GameBill = class GameBill extends BaseModel {
|
|
11582
12251
|
static toFront(data) { }
|
|
@@ -12081,5 +12750,5 @@ HttpCookieInterceptor.ctorParameters = () => [
|
|
|
12081
12750
|
* Generated bundle index. Do not edit.
|
|
12082
12751
|
*/
|
|
12083
12752
|
|
|
12084
|
-
export { Achievement, AchievementTypes, BannerLocation, BaseModel, BaseService, BasketballCourtSides, BasketballCourtZones, BasketballGameApi, BasketballGameConfig, BasketballGameLog, BasketballGameLogTypeLocalization, BasketballGameLogTypes, BasketballGameStatistic, BasketballGameSubLogTypesLocalization, BasketballGameTeamStatistic, BasketballPenaltyTypes, BasketballProfile, BasketballStatistic, BasketballStatisticTypes, BasketballSubLogTypes, CONFIG_DATA, CentrifugoService, City, ConfigService, DateField, DateTimeField, FAULT_LOG_TYPES, Feedback, FeedbackApi, File, FileApi, FileEngine, FootballGameApi, FootballGameConfig, FootballGameLog, FootballGameLogTypeLocalization, FootballGameLogTypes, FootballGameStatistic, FootballGameTeamStatistic, FootballProfile, FootballStatistic, FootballWorkFoot, FootballWorkFootLocalization, Game, GameAdditionalData, GameBaseApi, GameBasketballPosition, GameBasketballPositionLocalization, GameBasketballPositionShortLocalization, GameBill, GameBillStatusLocalization, GameBillStatuses, GameFootballPosition, GameFootballPositionLocalization, GameHandballPosition, GameHandballPositionLocalization, GameHockeyPosition, GameHockeyPositionLocalization, GameInvite, GameInviteStatus, GameResultTypes, GameRugbyPosition, GameRugbyPositionLocalization, GameStatuses, GameTeamAdditionalData, GameTimeTypes, GameTimelineStageItem, GameTimelineStages, GameUser, GameUserDisqualification, GameUserLimitationTypes, GameUserLimitations, GameVolleyballPosition, GameVolleyballPositionLocalization, GameVolleyballPositionShortLocalization, GameVolleyballPositionShortRuLocalization, GameWaterpoloPosition, GameWaterpoloPositionLocalization, GameWaterpoloPositionShortRuLocalization, HandballGameApi, HandballGameConfig, HandballGameLog, HandballGameLogTypeLocalization, HandballGameLogTypes, HandballGameStatistic, HandballGameTeamStatistic, HandballProfile, HandballStatistic, HockeyAdvantageTypes, HockeyGameApi, HockeyGameConfig, HockeyGameLog, HockeyGameLogTypeLocalization, HockeyGameLogTypes, HockeyGameStatistic, HockeyGameTeamStatistic, HockeyPenaltyTypes, HockeyProfile, HockeyStatistic, HockeyWorkHand, HockeyWorkHandLocalization, HttpCookieInterceptor, League, LeagueApi, LeagueBanner, LeagueCourt, LeagueDocument, LeagueFieldBase, LeagueFieldBaseValue, LeagueFieldTypes, LeagueNews, LeagueNewsApi, LeagueNewsType, LeaguePartner, LeaguePlayer, LeaguePlayerApi, LeaguePlayerField, LeaguePlayerFieldValue, LeaguePlaylist, LeagueTeamApi, LeagueTeamField, LocalStorageEngine, MODEL_MAPPING_FIELDS_KEY, MODEL_RELATION_KEY, MODEL_TO_BACK_KEY, MODEL_TO_FRONT_KEY, MediaApi, MediaItem, MhlCarousel, MhlCarouselTeam, ModelInstance, Notification, NotificationAllowTypes, NotificationApi, NotificationBaseApi, NotificationServiceEnum, NotificationSettings, NotificationType, OrgNotificationApi, Organization, OrganizationBill, OrganizationBillStatusLocalization, OrganizationBillStatuses, OrganizationStatistic, OrganizationStatuses, OrganizationStatusesLocalization, OrganizationTariff, OvertimeTypeLocalization, OvertimeTypes, Playoff, PlayoffSettings, PlayoffTypes, Poll, PollAnswer, PollStatuses, PollVariant, PublicTeamApi, PublicUserApi, Qualification, QualificationLocalization, RUGBY_GAME_LOG_TYPE_POINTS, RUGBY_TEAM_LOG_TYPES, ReferenceApi, RoundTeamGame, RugbyFoulGameStage, RugbyFoulGameStageLocalization, RugbyFoulSanctionLocalization, RugbyFoulSanctions, RugbyFoulType, RugbyGameApi, RugbyGameConfig, RugbyGameLog, RugbyGameLogTypeLocalization, RugbyGameLogTypes, RugbyGameStatistic, RugbyGameTeamStatistic, RugbyProfile, RugbyStatistic, RugbyStatisticTypes, SCORE_LOG_TYPES, Sport, SportTypes, StageTeamGame, StorageEngine, StorageEngineField, Store, SubstituteManageTypes, Team, TeamAccess, TeamAchievement, TeamAdditionalData, TeamApi, TeamEvent, TeamEventApi, TeamEventInvite, TeamEventInviteStatuses, TeamEventTypeLocalization, TeamEventTypes, TeamInvite, TeamInviteExternal, TeamPermission, TeamPermissionTypes, TeamUser, TeamUserRole, TeamUserRoleLocalization, TeamsAndUsers, TimerTypes, ToBackHook, ToFrontHook, Tournament, TournamentApi, TournamentDisqualification, TournamentDivision, TournamentEvent, TournamentEventTypes, TournamentGender, TournamentGroup, TournamentInvite, TournamentJoin1x1Data, TournamentJoin1x1Status, TournamentJoinApi, TournamentJoinData, TournamentJoinTeam, TournamentNews, TournamentRound, TournamentRoundApi, TournamentRoundSettings, TournamentRoundTeam, TournamentRoundTypes, TournamentSeason, TournamentSeasonApi, TournamentSeasonStatuses, TournamentSettings, TournamentStage, TournamentStageApi, TournamentStageStatuses, TournamentStageTeam, TournamentStatuses, TournamentTeam, TournamentTeamFieldValue, TournamentTeamShort, TournamentTeamUser, TournamentTeamUserInvite, TournamentTeamWinner, TournamentTypes, UntilDestroy, User, UserAccess, UserApi, UserGender, UserPermission, UserPermissionTypes, UserProfile, VolleyballGameApi, VolleyballGameConfig, VolleyballGameLog, VolleyballGameLogType, VolleyballGameLogTypeLocalization, VolleyballGameStatistic, VolleyballGameTeamStatistic, VolleyballGameTypes, VolleyballProfile, VolleyballStatistic, VolleyballStatisticTypes, VolleyballWorkHand, VolleyballWorkHandLocalization, WaterpoloAdvantageTypes, WaterpoloGameApi, WaterpoloGameConfig, WaterpoloGameLog, WaterpoloGameLogTypeLocalization, WaterpoloGameLogTypes, WaterpoloGameStatistic, WaterpoloGameTeamStatistic, WaterpoloProfile, WaterpoloStatistic, WaterpoloStatisticTypes, WaterpoloWorkHand, WaterpoloWorkHandLocalization, WorkHand, WorkHandLocalization, WrestballGameApi, WrestballGameConfig, WrestballGameLog, WrestballGameLogTypeLocalization, WrestballGameLogTypes, WrestballGameStatistic, WrestballGameTeamStatistic, WrestballProfile, WrestballStatistic, WrestballStatisticTypes, WrestballWorkHand, addItemInArray, addItemsInArray, applyGameMediaFilters, applyGamesFilters, applyStatisticFilters, applyStatisticLeadersFilters, changeFavicons, componentDestroyed, deleteItemFromArray, enumField, fileSizeValidator, generateArray, getArrayChunks, getCookie, getEnumOptions, getIconsData, handleError, isTouchDevice, listField, markFormGroupTouched, minLengthArrayValidator, parseDate, patchItemInArray, penaltyTypeField, updateItemInArray, updateItemsInArray, validateDate, validateEmail, validatePhone, validateUrl };
|
|
12753
|
+
export { Achievement, AchievementTypes, BannerLocation, BaseModel, BaseService, BasketballCourtSides, BasketballCourtZones, BasketballGameApi, BasketballGameConfig, BasketballGameLog, BasketballGameLogTypeLocalization, BasketballGameLogTypes, BasketballGameStatistic, BasketballGameSubLogTypesLocalization, BasketballGameTeamStatistic, BasketballPenaltyTypes, BasketballProfile, BasketballStatistic, BasketballStatisticTypes, BasketballSubLogTypes, CONFIG_DATA, CentrifugoService, City, ConfigService, DateField, DateTimeField, FAULT_LOG_TYPES, Feedback, FeedbackApi, File, FileApi, FileEngine, FootballGameApi, FootballGameConfig, FootballGameLog, FootballGameLogTypeLocalization, FootballGameLogTypes, FootballGameStatistic, FootballGameTeamStatistic, FootballProfile, FootballStatistic, FootballWorkFoot, FootballWorkFootLocalization, Game, GameAdditionalData, GameBaseApi, GameBasketballPosition, GameBasketballPositionLocalization, GameBasketballPositionShortLocalization, GameBill, GameBillStatusLocalization, GameBillStatuses, GameFootballPosition, GameFootballPositionLocalization, GameHandballPosition, GameHandballPositionLocalization, GameHockeyPosition, GameHockeyPositionLocalization, GameInvite, GameInviteStatus, GameResultTypes, GameRugbyPosition, GameRugbyPositionLocalization, GameStatuses, GameTeamAdditionalData, GameTimeTypes, GameTimelineStageItem, GameTimelineStages, GameUser, GameUserDisqualification, GameUserLimitationTypes, GameUserLimitations, GameVolleyballPosition, GameVolleyballPositionLocalization, GameVolleyballPositionShortLocalization, GameVolleyballPositionShortRuLocalization, GameWaterpoloPosition, GameWaterpoloPositionLocalization, GameWaterpoloPositionShortRuLocalization, HandballGameApi, HandballGameConfig, HandballGameLog, HandballGameLogTypeLocalization, HandballGameLogTypes, HandballGameStatistic, HandballGameTeamStatistic, HandballProfile, HandballStatistic, HockeyAdvantageTypes, HockeyGameApi, HockeyGameConfig, HockeyGameLog, HockeyGameLogTypeLocalization, HockeyGameLogTypes, HockeyGameStatistic, HockeyGameTeamStatistic, HockeyPenaltyTypes, HockeyPenaltyTypesEn, HockeyProfile, HockeyStatistic, HockeyWorkHand, HockeyWorkHandLocalization, HttpCookieInterceptor, League, LeagueApi, LeagueBanner, LeagueCourt, LeagueDocument, LeagueFieldBase, LeagueFieldBaseValue, LeagueFieldTypes, LeagueNews, LeagueNewsApi, LeagueNewsType, LeaguePartner, LeaguePlayer, LeaguePlayerApi, LeaguePlayerField, LeaguePlayerFieldValue, LeaguePlaylist, LeagueTeamApi, LeagueTeamField, LocalStorageEngine, MODEL_MAPPING_FIELDS_KEY, MODEL_RELATION_KEY, MODEL_TO_BACK_KEY, MODEL_TO_FRONT_KEY, MediaApi, MediaItem, MhlCarousel, MhlCarouselTeam, ModelInstance, Notification, NotificationAllowTypes, NotificationApi, NotificationBaseApi, NotificationServiceEnum, NotificationSettings, NotificationType, OrgNotificationApi, Organization, OrganizationBill, OrganizationBillStatusLocalization, OrganizationBillStatuses, OrganizationStatistic, OrganizationStatuses, OrganizationStatusesLocalization, OrganizationTariff, OvertimeTypeLocalization, OvertimeTypes, Playoff, PlayoffSettings, PlayoffTypes, Poll, PollAnswer, PollStatuses, PollVariant, PublicTeamApi, PublicUserApi, Qualification, QualificationLocalization, RUGBY_GAME_LOG_TYPE_POINTS, RUGBY_TEAM_LOG_TYPES, ReferenceApi, RoundTeamGame, RugbyFoulGameStage, RugbyFoulGameStageLocalization, RugbyFoulSanctionLocalization, RugbyFoulSanctions, RugbyFoulType, RugbyGameApi, RugbyGameConfig, RugbyGameLog, RugbyGameLogTypeLocalization, RugbyGameLogTypes, RugbyGameStatistic, RugbyGameTeamStatistic, RugbyProfile, RugbyStatistic, RugbyStatisticTypes, SCORE_LOG_TYPES, Sport, SportTypes, StageTeamGame, StorageEngine, StorageEngineField, Store, SubstituteManageTypes, Team, TeamAccess, TeamAchievement, TeamAdditionalData, TeamApi, TeamEvent, TeamEventApi, TeamEventInvite, TeamEventInviteStatuses, TeamEventTypeLocalization, TeamEventTypes, TeamInvite, TeamInviteExternal, TeamPermission, TeamPermissionTypes, TeamUser, TeamUserRole, TeamUserRoleLocalization, TeamsAndUsers, TimerTypes, ToBackHook, ToFrontHook, Tournament, TournamentApi, TournamentDisqualification, TournamentDivision, TournamentEvent, TournamentEventTypes, TournamentGender, TournamentGroup, TournamentInvite, TournamentJoin1x1Data, TournamentJoin1x1Status, TournamentJoinApi, TournamentJoinData, TournamentJoinTeam, TournamentNews, TournamentRound, TournamentRoundApi, TournamentRoundSettings, TournamentRoundTeam, TournamentRoundTypes, TournamentSeason, TournamentSeasonApi, TournamentSeasonStatuses, TournamentSettings, TournamentStage, TournamentStageApi, TournamentStageStatuses, TournamentStageTeam, TournamentStatuses, TournamentTeam, TournamentTeamFieldValue, TournamentTeamShort, TournamentTeamUser, TournamentTeamUserInvite, TournamentTeamWinner, TournamentTypes, UntilDestroy, User, UserAccess, UserApi, UserGender, UserPermission, UserPermissionTypes, UserProfile, VolleyballGameApi, VolleyballGameConfig, VolleyballGameLog, VolleyballGameLogType, VolleyballGameLogTypeLocalization, VolleyballGameStatistic, VolleyballGameTeamStatistic, VolleyballGameTypes, VolleyballProfile, VolleyballStatistic, VolleyballStatisticTypes, VolleyballWorkHand, VolleyballWorkHandLocalization, WaterpoloAdvantageTypes, WaterpoloGameApi, WaterpoloGameConfig, WaterpoloGameLog, WaterpoloGameLogTypeLocalization, WaterpoloGameLogTypes, WaterpoloGameStatistic, WaterpoloGameTeamStatistic, WaterpoloProfile, WaterpoloStatistic, WaterpoloStatisticTypes, WaterpoloWorkHand, WaterpoloWorkHandLocalization, WorkHand, WorkHandLocalization, WrestballGameApi, WrestballGameConfig, WrestballGameLog, WrestballGameLogTypeLocalization, WrestballGameLogTypes, WrestballGameStatistic, WrestballGameTeamStatistic, WrestballProfile, WrestballStatistic, WrestballStatisticTypes, WrestballWorkHand, WrestballWorkHandLocalization, addItemInArray, addItemsInArray, applyGameMediaFilters, applyGamesFilters, applyStatisticFilters, applyStatisticLeadersFilters, changeFavicons, componentDestroyed, deleteItemFromArray, enumField, fileSizeValidator, generateArray, getArrayChunks, getCookie, getEnumOptions, getIconsData, handleError, isTouchDevice, listField, markFormGroupTouched, minLengthArrayValidator, parseDate, patchItemInArray, penaltyTypeField, updateItemInArray, updateItemsInArray, validateDate, validateEmail, validatePhone, validateUrl };
|
|
12085
12754
|
//# sourceMappingURL=mtgame-core.js.map
|