@mtgame/core 0.1.88 → 0.1.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/mtgame-core.umd.js +12 -10
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/basketball-game-sub-log-types.js +12 -11
- package/esm2015/utils/public-api.js +2 -2
- package/fesm2015/mtgame-core.js +12 -11
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/basketball-game-sub-log-types.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
- package/utils/public-api.d.ts +1 -1
|
@@ -9759,20 +9759,21 @@
|
|
|
9759
9759
|
var _a$c;
|
|
9760
9760
|
var BasketballGameSubLogTypesLocalization = (_a$c = {},
|
|
9761
9761
|
// Shots
|
|
9762
|
-
_a$c[exports.BasketballSubLogTypes.jump_shot] = '
|
|
9763
|
-
_a$c[exports.BasketballSubLogTypes.step_back_jump_shot] = '
|
|
9764
|
-
_a$c[exports.BasketballSubLogTypes.floating_jump_shot] = '
|
|
9765
|
-
_a$c[exports.BasketballSubLogTypes.fade_away_jump_shot] = '
|
|
9766
|
-
_a$c[exports.BasketballSubLogTypes.pull_up_jump_shot] = '
|
|
9767
|
-
_a$c[exports.BasketballSubLogTypes.turnaround_jump_shot] = '
|
|
9762
|
+
_a$c[exports.BasketballSubLogTypes.jump_shot] = 'Джампшот',
|
|
9763
|
+
_a$c[exports.BasketballSubLogTypes.step_back_jump_shot] = 'Степ-бэк',
|
|
9764
|
+
_a$c[exports.BasketballSubLogTypes.floating_jump_shot] = 'Флоатинг',
|
|
9765
|
+
_a$c[exports.BasketballSubLogTypes.fade_away_jump_shot] = 'Фэйдавэй',
|
|
9766
|
+
_a$c[exports.BasketballSubLogTypes.pull_up_jump_shot] = 'Пуллап',
|
|
9767
|
+
_a$c[exports.BasketballSubLogTypes.turnaround_jump_shot] = 'Турнэраунд',
|
|
9768
9768
|
_a$c[exports.BasketballSubLogTypes.dunk] = 'Данк',
|
|
9769
|
-
_a$c[exports.BasketballSubLogTypes.layup] = '
|
|
9770
|
-
_a$c[exports.BasketballSubLogTypes.driving_layup] = 'Драйвинг
|
|
9771
|
-
_a$c[exports.BasketballSubLogTypes.alley_oop] = '
|
|
9772
|
-
_a$c[exports.BasketballSubLogTypes.hook_shot] = '
|
|
9769
|
+
_a$c[exports.BasketballSubLogTypes.layup] = 'Лэйап',
|
|
9770
|
+
_a$c[exports.BasketballSubLogTypes.driving_layup] = 'Драйвинг лэйап',
|
|
9771
|
+
_a$c[exports.BasketballSubLogTypes.alley_oop] = 'Алейуп',
|
|
9772
|
+
_a$c[exports.BasketballSubLogTypes.hook_shot] = 'Хукшот',
|
|
9773
9773
|
// foul
|
|
9774
9774
|
_a$c[exports.BasketballSubLogTypes.offensive_foul] = 'В нападении',
|
|
9775
9775
|
_a$c[exports.BasketballSubLogTypes.shot_foul] = 'При броксе',
|
|
9776
|
+
_a$c[exports.BasketballSubLogTypes.mutual_foul] = 'Обоюдный фол',
|
|
9776
9777
|
// Turnover
|
|
9777
9778
|
_a$c[exports.BasketballSubLogTypes.bad_pass] = 'Плохой пас',
|
|
9778
9779
|
_a$c[exports.BasketballSubLogTypes.ball_handling] = 'На ведении',
|
|
@@ -10749,6 +10750,7 @@
|
|
|
10749
10750
|
exports.VolleyballWorkHandLocalization = VolleyballWorkHandLocalization;
|
|
10750
10751
|
exports.WorkHandLocalization = WorkHandLocalization;
|
|
10751
10752
|
exports.addItemInArray = addItemInArray;
|
|
10753
|
+
exports.addItemsInArray = addItemsInArray;
|
|
10752
10754
|
exports.applyGameMediaFilters = applyGameMediaFilters;
|
|
10753
10755
|
exports.applyGamesFilters = applyGamesFilters;
|
|
10754
10756
|
exports.applyStatisticFilters = applyStatisticFilters;
|