mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 12:28:03 -08:00
Implemented Monster Ailments.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"UI": {
|
||||
"HP": "HP:",
|
||||
"buildup": "Buildup:",
|
||||
"gold": "Gold",
|
||||
"mini": "Mini",
|
||||
"player": "Player",
|
||||
@@ -9,9 +10,35 @@
|
||||
"stamina": "Stamina:",
|
||||
"total_damage": "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 Font",
|
||||
"UI_font_notice": "Any changes to the font require script reload!",
|
||||
"activation_count": "Activation Count",
|
||||
"ailment_name": "Ailment Name",
|
||||
"ailment_name_label": "Ailment Name Label",
|
||||
"ailments": "Ailments",
|
||||
"all_UI": "All UI",
|
||||
"anchor": "Anchor",
|
||||
"assign_new_key": "Assign new key",
|
||||
@@ -23,6 +50,8 @@
|
||||
"bomb_damage": "Bomb Damage",
|
||||
"bottom_left": "Bottom-Left",
|
||||
"bottom_right": "Bottom-Right",
|
||||
"buildup": "Buildup",
|
||||
"buildup_percentage": "Buildup Percentage",
|
||||
"capture_line": "Capture Line",
|
||||
"color": "Color",
|
||||
"colors": "Colors",
|
||||
@@ -55,7 +84,12 @@
|
||||
"health": "Health",
|
||||
"health_percentage": "Health Percentage",
|
||||
"height": "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 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": "Hide Module if Total Damage is 0",
|
||||
"hide_player_if_player_damage_is_zero": "Hide Player if Player Damage is 0",
|
||||
"hide_total_if_total_damage_is_zero": "Hide Total if Total Damage is 0",
|
||||
@@ -95,6 +129,7 @@
|
||||
"none": "None",
|
||||
"normal": "Normal",
|
||||
"offset": "Offset",
|
||||
"offset_is_relative_to_parts": "Offset is Relative to Parts",
|
||||
"opacity_falloff": "Opacity Falloff",
|
||||
"orientation": "Orientation",
|
||||
"other_players": "Other Players",
|
||||
@@ -134,6 +169,7 @@
|
||||
"text_label": "Text Label",
|
||||
"time_UI": "Time UI",
|
||||
"time_label": "Time Label",
|
||||
"time_limit": "Time Limit (seconds)",
|
||||
"timer_label": "Timer Label",
|
||||
"top_damage": "Top Damage",
|
||||
"top_dps": "Top DPS",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"UI": {
|
||||
"HP": "ОЗ:",
|
||||
"buildup": "Buildup",
|
||||
"gold": "Золото",
|
||||
"mini": "Мини",
|
||||
"player": "Игрок",
|
||||
@@ -9,14 +10,41 @@
|
||||
"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_font_notice": "Любые изменения шрифта требуют перезагрузку скрипта!",
|
||||
"activation_count": "Activation Count",
|
||||
"ailment_name": "Ailment Name",
|
||||
"ailment_name_label": "Ailment Name Label",
|
||||
"ailments": "Ailments",
|
||||
"all_UI": "Весь интерфейс",
|
||||
"anchor": "Привязка",
|
||||
"assign_new_key": "Привязать клавишу",
|
||||
"background": "Фон",
|
||||
"bar": "Шкала",
|
||||
"blast": "Blast",
|
||||
"blast_damage": "Blast Damage",
|
||||
"body_parts": "Части тела",
|
||||
"bold": "Жирный",
|
||||
@@ -24,6 +52,8 @@
|
||||
"bottom_left": "Левый нижний угол",
|
||||
"bottom_right": "Правй нижний угол",
|
||||
"break_count": "Счётчик повреждений",
|
||||
"buildup": "Buildup",
|
||||
"buildup_percentage": "Buildup Percentage",
|
||||
"capture_line": "Линия здоровья захвата",
|
||||
"color": "Цвет",
|
||||
"colors": "Цвета",
|
||||
@@ -39,15 +69,22 @@
|
||||
"dps": "Урон в секунду",
|
||||
"dps_label": "Метка урона в секунду",
|
||||
"dps_mode": "Режим урона в секунду",
|
||||
"dung_bomb": "Dung Bomb",
|
||||
"during_quest": "Во время квеста",
|
||||
"dynamic_positioning": "Динамическое позиционирование",
|
||||
"dynamically_positioned": "Рассположенный динамично",
|
||||
"enable_for": "Показывать для",
|
||||
"enabled": "Включить",
|
||||
"exhaust": "Exhaust",
|
||||
"fall_otomo_trap": "Fall Otomo Trap",
|
||||
"fall_trap": "Fall Trap",
|
||||
"family": "Семейство",
|
||||
"fight_time": "Время в бою",
|
||||
"fire": "Fire",
|
||||
"fireblight": "Fireblight",
|
||||
"first": "Первый",
|
||||
"first_hit": "Первый удар",
|
||||
"flash": "Flash",
|
||||
"flinch_count": "Кол-во повреждений",
|
||||
"foreground": "Передний план",
|
||||
"global_position_modifier": "Глобальный модификатор расположения",
|
||||
@@ -56,7 +93,12 @@
|
||||
"health": "Здоровье",
|
||||
"health_percentage": "Здоровье в процентах",
|
||||
"height": "Высота",
|
||||
"hide_ailments_with_zero_buildup": "Hide Ailments with 0 Buildup",
|
||||
"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",
|
||||
@@ -68,6 +110,8 @@
|
||||
"hotkeys": "Горячие клавиши",
|
||||
"hunter_rank": "Ранг охотника",
|
||||
"hunter_rank_label": "Метка ранга охотника",
|
||||
"ice": "Ice",
|
||||
"iceblight": "Iceblight",
|
||||
"include": "Элементы",
|
||||
"installation_damage": "Урон от установок",
|
||||
"italic": "Курсив",
|
||||
@@ -92,14 +136,17 @@
|
||||
"monster_damage": "Урон от монстров",
|
||||
"monster_name": "Имя монстра",
|
||||
"monster_name_label": "Метка имени монстра",
|
||||
"mount": "Mount",
|
||||
"my_damage_bar_location": "Позиция моей шкалы урона",
|
||||
"none": "Нет",
|
||||
"normal": "Обычный",
|
||||
"offset": "Сдвиг",
|
||||
"offset_is_relative_to_parts": "Offset is Relative to Parts",
|
||||
"opacity_falloff": "Увеличение прозрачности от расстояния",
|
||||
"orientation": "Ориентация",
|
||||
"other_players": "Другие игроки",
|
||||
"otomo_damage": "Урон от отомо",
|
||||
"paralysis": "Paralysis",
|
||||
"part_name": "Имя части тела",
|
||||
"part_name_label": "Метка имени части тела",
|
||||
"percentage_label": "Метка процентов",
|
||||
@@ -108,19 +155,24 @@
|
||||
"player_id": "ИД игрока",
|
||||
"player_name": "Имя игрока",
|
||||
"player_name_label": "Метка имени игрока",
|
||||
"poison": "Poison",
|
||||
"poison_damage": "Poison Damage",
|
||||
"position": "Расположение",
|
||||
"press_any_key": "Нажмите любую клавишу...",
|
||||
"prioritize_large_monsters": "Большие монстры в приоритете",
|
||||
"quest_result_screen": "Экран результатов квеста",
|
||||
"quest_time": "Время квеста",
|
||||
"quick_sand": "Quick Sand",
|
||||
"rage": "Ярость",
|
||||
"render_highlighted_monster": "Показывать помеченного монстра",
|
||||
"render_not_highlighted_monsters": "Показывать непомеченных монстров",
|
||||
"reversed_order": "Обратный порядок",
|
||||
"settings": "Настройки",
|
||||
"shadow": "Тень",
|
||||
"shock_otomo_trap": "Shock Otomo Trap",
|
||||
"shock_trap": "Shock Trap",
|
||||
"size": "Размер",
|
||||
"sleep": "Sleep",
|
||||
"small_monster_UI": "Интерфейс малых монстров",
|
||||
"small_monsters": "Малые монстры",
|
||||
"sorting": "Сортировка",
|
||||
@@ -132,9 +184,14 @@
|
||||
"static_spacing": "Статичное расстояние между элементами",
|
||||
"statically_positioned": "Рассположенный статично",
|
||||
"status": "Статус",
|
||||
"steel_fang": "Steel Fang",
|
||||
"stun": "Stun",
|
||||
"text_label": "Текстовая метка",
|
||||
"thunder": "Thunder",
|
||||
"thunderblight": "Thunderblight",
|
||||
"time_UI": "Интерфейс времени",
|
||||
"time_label": "Метка времени",
|
||||
"time_limit": "Time Limit",
|
||||
"timer_label": "Метка таймера",
|
||||
"top_damage": "Наибольший урон",
|
||||
"top_dps": "Наибольший урон в секунду",
|
||||
@@ -149,11 +206,14 @@
|
||||
"tracked_damage_types": "Отслеживаемые типы урона",
|
||||
"tracked_monster_types": "Отслеживаемые типы монстров",
|
||||
"training_area": "Тренировочная зона",
|
||||
"tranq_bomb": "Tranq Bomb",
|
||||
"type": "Тип",
|
||||
"value_label": "Метка значений",
|
||||
"vertical": "Вертикально",
|
||||
"viewport_offset": "Сдвиг в экранном пространстве",
|
||||
"visible": "Включить",
|
||||
"water": "Water",
|
||||
"waterblight": "Waterblight",
|
||||
"width": "Ширина",
|
||||
"word_player": "Слово \"Игрок\"",
|
||||
"world_offset": "Сдвиг в игровом пространстве",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"UI": {
|
||||
"HP": "生命:",
|
||||
"buildup": "Buildup",
|
||||
"gold": "金冠",
|
||||
"mini": "小型",
|
||||
"player": "玩家",
|
||||
@@ -9,14 +10,41 @@
|
||||
"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": "All UI",
|
||||
"anchor": "錨點",
|
||||
"assign_new_key": "Assign new key",
|
||||
"background": "圖形化顯示條的背景底色",
|
||||
"bar": "圖形化顯示條",
|
||||
"blast": "Blast",
|
||||
"blast_damage": "Blast Damage",
|
||||
"body_parts": "身體部位",
|
||||
"bold": "粗體",
|
||||
@@ -24,6 +52,8 @@
|
||||
"bottom_left": "左下",
|
||||
"bottom_right": "右下",
|
||||
"break_count": "破壞次數",
|
||||
"buildup": "Buildup",
|
||||
"buildup_percentage": "Buildup Percentage",
|
||||
"capture_line": "可捕捉標記線",
|
||||
"color": "調色盤",
|
||||
"colors": "調色盤",
|
||||
@@ -39,16 +69,23 @@
|
||||
"dps": "DPS",
|
||||
"dps_label": "DPS Label",
|
||||
"dps_mode": "DPS Mode",
|
||||
"dung_bomb": "Dung Bomb",
|
||||
"during_quest": "任務中",
|
||||
"dynamic_positioning": "浮動的資訊位置",
|
||||
"dynamically_positioned": "浮動的魔物資訊",
|
||||
"enable_for": "Enable for",
|
||||
"enable_on": "Enable on",
|
||||
"enabled": "可見",
|
||||
"exhaust": "Exhaust",
|
||||
"fall_otomo_trap": "Fall Otomo Trap",
|
||||
"fall_trap": "Fall Trap",
|
||||
"family": "字體",
|
||||
"fight_time": "Fight Time",
|
||||
"fire": "Fire",
|
||||
"fireblight": "Fireblight",
|
||||
"first": "第一",
|
||||
"first_hit": "First Hit",
|
||||
"flash": "Flash",
|
||||
"flinch_count": "Flinch Count",
|
||||
"foreground": "圖形化顯示條的底色",
|
||||
"global_position_modifier": "Global Position Modifier",
|
||||
@@ -57,7 +94,12 @@
|
||||
"health": "生命",
|
||||
"health_percentage": "生命百分比",
|
||||
"height": "高度",
|
||||
"hide_ailments_with_zero_buildup": "Hide Ailments with 0 Buildup",
|
||||
"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時,隱藏總傷害",
|
||||
@@ -69,6 +111,8 @@
|
||||
"hotkeys": "Hotkeys",
|
||||
"hunter_rank": "獵人等級",
|
||||
"hunter_rank_label": "Hunter Rank Label",
|
||||
"ice": "Ice",
|
||||
"iceblight": "Iceblight",
|
||||
"include": "細部資訊調整",
|
||||
"installation_damage": "設備傷害",
|
||||
"italic": "斜體",
|
||||
@@ -93,14 +137,17 @@
|
||||
"monster_damage": "魔物傷害",
|
||||
"monster_name": "魔物名稱",
|
||||
"monster_name_label": "魔物名稱",
|
||||
"mount": "Mount",
|
||||
"my_damage_bar_location": "我的傷害條",
|
||||
"none": "空",
|
||||
"normal": "正常",
|
||||
"offset": "位置",
|
||||
"offset_is_relative_to_parts": "Offset is Relative to Parts",
|
||||
"opacity_falloff": "透明度提高",
|
||||
"orientation": "對齊方式",
|
||||
"other_players": "其他玩家",
|
||||
"otomo_damage": "隨從傷害",
|
||||
"paralysis": "Paralysis",
|
||||
"part_name": "部位名稱",
|
||||
"part_name_label": "部位名稱",
|
||||
"percentage_label": "百分比",
|
||||
@@ -109,19 +156,24 @@
|
||||
"player_id": "玩家ID",
|
||||
"player_name": "玩家名稱",
|
||||
"player_name_label": "玩家名稱",
|
||||
"poison": "Poison",
|
||||
"poison_damage": "Poison Damage",
|
||||
"position": "位置",
|
||||
"press_any_key": "Press any key...",
|
||||
"prioritize_large_monsters": "大型魔物優先",
|
||||
"quest_result_screen": "Quest Result Screen",
|
||||
"quest_time": "Quest Time",
|
||||
"quick_sand": "Quick Sand",
|
||||
"rage": "憤怒度",
|
||||
"render_highlighted_monster": "Render Highlighted Monster",
|
||||
"render_not_highlighted_monsters": "Render Not Highlighted Monsters",
|
||||
"reversed_order": "逆向排序",
|
||||
"settings": "設定",
|
||||
"shadow": "陰影",
|
||||
"shock_otomo_trap": "Shock Otomo Trap",
|
||||
"shock_trap": "Shock Trap",
|
||||
"size": "大小",
|
||||
"sleep": "Sleep",
|
||||
"small_monster_UI": "小型魔物 UI",
|
||||
"small_monsters": "小型魔物群",
|
||||
"sorting": "排序方式",
|
||||
@@ -133,9 +185,14 @@
|
||||
"static_spacing": "固定魔物資訊的間距",
|
||||
"statically_positioned": "固定的魔物資訊",
|
||||
"status": "狀態",
|
||||
"steel_fang": "Steel Fang",
|
||||
"stun": "Stun",
|
||||
"text_label": "文字",
|
||||
"thunder": "Thunder",
|
||||
"thunderblight": "Thunderblight",
|
||||
"time_UI": "時間 UI",
|
||||
"time_label": "時間",
|
||||
"time_limit": "Time Limit",
|
||||
"timer_label": "計時器",
|
||||
"top_damage": "最高傷害",
|
||||
"top_dps": "Top DPS",
|
||||
@@ -150,12 +207,15 @@
|
||||
"tracked_damage_types": "追蹤的傷害類型",
|
||||
"tracked_monster_types": "追蹤的魔物類型",
|
||||
"training_area": "訓練場",
|
||||
"tranq_bomb": "Tranq Bomb",
|
||||
"type": "類型",
|
||||
"value_label": "數字",
|
||||
"vertical": "垂直",
|
||||
"viewport_offset": "視窗的位置",
|
||||
"visible": "可見",
|
||||
"visible_on": "Visible on",
|
||||
"water": "Water",
|
||||
"waterblight": "Waterblight",
|
||||
"width": "寬度",
|
||||
"word_player": "名稱 \"玩家\"",
|
||||
"world_offset": "地圖中的位置",
|
||||
|
||||
Reference in New Issue
Block a user