mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Implemented Monster Ailments.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"UI": {
|
||||
"HP": "체력:",
|
||||
"buildup": "Buildup:",
|
||||
"gold": "금관",
|
||||
"mini": "최소",
|
||||
"player": "헌터",
|
||||
@@ -9,21 +10,49 @@
|
||||
"stamina": "스태미나:",
|
||||
"total_damage": "총 대미지"
|
||||
},
|
||||
"ailments": {
|
||||
"blast": "Blast",
|
||||
"dung_bomb": "Dung Bomb",
|
||||
"exhaust": "Exhaust",
|
||||
"fall_otomo_trap": "Fall Otomo Trap",
|
||||
"fall_trap": "Fall Trap",
|
||||
"fireblight": "Fireblight",
|
||||
"flash": "Flash",
|
||||
"iceblight": "Iceblight",
|
||||
"mount": "Mount",
|
||||
"paralysis": "Paralysis",
|
||||
"poison": "Poison",
|
||||
"quick_sand": "Quick Sand",
|
||||
"shock_otomo_trap": "Shock Otomo Trap",
|
||||
"shock_trap": "Shock Trap",
|
||||
"sleep": "Sleep",
|
||||
"steel_fang": "Steel Fang",
|
||||
"stun": "Stun",
|
||||
"thunderblight": "Thunderblight",
|
||||
"tranq_bomb": "Tranq Bomb",
|
||||
"waterblight": "Waterblight"
|
||||
},
|
||||
"customization_menu": {
|
||||
"UI_font": "UI 글꼴",
|
||||
"UI_font_notice": "글꼴 변경시 스크립트를 리로드 해야합니다!",
|
||||
"activation_count": "Activation Count",
|
||||
"ailment_name": "Ailment Name",
|
||||
"ailment_name_label": "Ailment Name Label",
|
||||
"ailments": "Ailments",
|
||||
"all_UI": "모든 UI",
|
||||
"anchor": "기준",
|
||||
"assign_new_key": "새 키를 할당",
|
||||
"background": "배경색",
|
||||
"bar": "막대",
|
||||
"blast_damage": "Blast Damage",
|
||||
"blast_damage": "폭파 대미지",
|
||||
"body_parts": "부위",
|
||||
"bold": "굵게",
|
||||
"bomb_damage": "폭탄 대미지",
|
||||
"bottom_left": "좌하단",
|
||||
"bottom_right": "우하단",
|
||||
"break_count": "파괴 횟수",
|
||||
"buildup": "Buildup",
|
||||
"buildup_percentage": "Buildup Percentage",
|
||||
"capture_line": "포획 표시선",
|
||||
"color": "색상",
|
||||
"colors": "색상",
|
||||
@@ -58,7 +87,12 @@
|
||||
"health": "체력",
|
||||
"health_percentage": "체력 비율",
|
||||
"height": "높이",
|
||||
"hide_ailments_with_zero_buildup": "Hide Ailments when Buildup is 0",
|
||||
"hide_all_active_ailments": "Hide All Active Ailments",
|
||||
"hide_all_inactive_ailments": "Hide All Inactive Ailments",
|
||||
"hide_dead_or_captured": "토벌되거나 포획되면 숨김",
|
||||
"hide_disabled_ailments": "Hide Disabled Ailments",
|
||||
"hide_inactive_ailments_with_no_buildup_support": "Hide Inactive Ailments with no Buildup Support",
|
||||
"hide_module_if_total_damage_is_zero": "총 대미지가 0이면 모듈 숨김",
|
||||
"hide_player_if_player_damage_is_zero": "헌터 대미지가 0이면 헌터 숨김",
|
||||
"hide_total_if_total_damage_is_zero": "총 대미지가 0이면 모두 숨김",
|
||||
@@ -99,6 +133,7 @@
|
||||
"none": "없음",
|
||||
"normal": "보통",
|
||||
"offset": "위치",
|
||||
"offset_is_relative_to_parts": "Offset is Relative to Parts",
|
||||
"opacity_falloff": "투명도 감소",
|
||||
"orientation": "방향",
|
||||
"other_players": "다른 헌터",
|
||||
@@ -111,7 +146,7 @@
|
||||
"player_id": "헌터 ID",
|
||||
"player_name": "헌터명",
|
||||
"player_name_label": "헌터명 라벨",
|
||||
"poison_damage": "Poison Damage",
|
||||
"poison_damage": "독 대미지",
|
||||
"position": "위치",
|
||||
"press_any_key": "설정할 키를 누르세요...",
|
||||
"prioritize_large_monsters": "대형 몬스터를 우선적으로",
|
||||
@@ -138,6 +173,7 @@
|
||||
"text_label": "텍스트 라벨",
|
||||
"time_UI": "시간 UI",
|
||||
"time_label": "시간 라벨",
|
||||
"time_limit": "Time Limit (seconds)",
|
||||
"timer_label": "타이머 라벨",
|
||||
"top_damage": "최고 대미지",
|
||||
"top_dps": "최고 DPS",
|
||||
|
||||
Reference in New Issue
Block a user