mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Add Timer Delays Customization
This commit is contained in:
@@ -337,6 +337,7 @@
|
||||
"time_label": "Time Label",
|
||||
"time_limit": "Time Limit (seconds)",
|
||||
"timer": "Timer",
|
||||
"timer_delays": "Timer Delays",
|
||||
"timer_label": "Timer Label",
|
||||
"top_buildup": "Top Buildup",
|
||||
"top_damage": "Top Damage",
|
||||
@@ -359,6 +360,14 @@
|
||||
"tracked_damage_types": "Tracked Damage Types",
|
||||
"tracked_monster_types": "Tracked Monster Types",
|
||||
"type": "Type",
|
||||
"update_buffs_delay": "Update Buffs (seconds)",
|
||||
"update_is_online_delay": "Update Is Online (seconds)",
|
||||
"update_myself_position_delay": "Update Myself Position (seconds)",
|
||||
"update_player_info_delay": "Update Player Info (seconds)",
|
||||
"update_players_delay": "Update Players (seconds)",
|
||||
"update_quest_time_delay": "Update Quest Time (seconds)",
|
||||
"update_singletons_delay": "Update Singletons (seconds)",
|
||||
"update_window_size_delay": "Update Window Size (seconds)",
|
||||
"use_d2d_if_available": "Use Direct2D if available",
|
||||
"value": "Value",
|
||||
"value_label": "Value Label",
|
||||
@@ -377,7 +386,7 @@
|
||||
"dango_skills": {
|
||||
"dango_insurance_defense_up": "Dango Insurance Defense Up"
|
||||
},
|
||||
"font_name": "NotoSansCJKsc-VF",
|
||||
"font_name": "",
|
||||
"misc_buffs": {
|
||||
"attack_up": "Attack Up",
|
||||
"defense_up": "Defense Up",
|
||||
@@ -477,28 +486,6 @@
|
||||
"water_resistance": "Water Res"
|
||||
},
|
||||
"unicode_glyph_ranges": [
|
||||
32,
|
||||
255,
|
||||
256,
|
||||
383,
|
||||
1024,
|
||||
1327,
|
||||
4352,
|
||||
4607,
|
||||
8192,
|
||||
8303,
|
||||
12288,
|
||||
12543,
|
||||
12592,
|
||||
12687,
|
||||
12784,
|
||||
12799,
|
||||
19968,
|
||||
40879,
|
||||
44032,
|
||||
55215,
|
||||
65280,
|
||||
65519,
|
||||
0
|
||||
],
|
||||
"weapon_skills": {
|
||||
|
||||
@@ -225,6 +225,7 @@
|
||||
"in_lobby": "In Lobby",
|
||||
"in_training_area": "In Training Area",
|
||||
"include": "含める情報",
|
||||
"init_singletons_delay": "Init Singletons Delay (seconds)",
|
||||
"inside": "Inside",
|
||||
"installations": "Installations",
|
||||
"italic": "イタリック",
|
||||
@@ -351,7 +352,11 @@
|
||||
"time_label": "タイムラベル",
|
||||
"time_limit": "タイムリミット(s.)",
|
||||
"timer": "Timer",
|
||||
"timer_delays": "Timer Delays",
|
||||
"timer_label": "タイマーラベル",
|
||||
"timer_update_delays": "Timer Update Delays (seconds)",
|
||||
"timers": "Timers",
|
||||
"timers_info": "Update Delay in Seconds",
|
||||
"top_buildup": "最高蓄積値",
|
||||
"top_damage": "最高ダメージ",
|
||||
"top_dps": "最高DPS",
|
||||
@@ -373,6 +378,14 @@
|
||||
"tracked_damage_types": "ダメージタイプでの追跡",
|
||||
"tracked_monster_types": "モンスタータイプでの追跡",
|
||||
"type": "タイプ",
|
||||
"update_buffs_delay": "Update Buffs Delay (seconds)",
|
||||
"update_is_online_delay": "Update Is Online Delay (seconds)",
|
||||
"update_myself_position_delay": "Update Myself Position Delay (seconds)",
|
||||
"update_player_info_delay": "Update Player Info Delay (seconds)",
|
||||
"update_players_delay": "Update Players Delay (seconds)",
|
||||
"update_quest_time_delay": "Update Quest Time Delay (seconds)",
|
||||
"update_singletons_delay": "Update Singletons",
|
||||
"update_window_size_delay": "Update Window Size Delay (seconds)",
|
||||
"use_d2d_if_available": "Use Direct2D if available",
|
||||
"value": "Value",
|
||||
"value_label": "バリューラベル",
|
||||
|
||||
@@ -226,6 +226,7 @@
|
||||
"in_lobby": "로비 내",
|
||||
"in_training_area": "훈련구역 내",
|
||||
"include": "포함",
|
||||
"init_singletons_delay": "Init Singletons Delay (seconds)",
|
||||
"inside": "내부",
|
||||
"installations": "설치",
|
||||
"italic": "기울임",
|
||||
@@ -352,7 +353,11 @@
|
||||
"time_label": "시간 정보",
|
||||
"time_limit": "시간 제한 (단위: 초)",
|
||||
"timer": "타이머",
|
||||
"timer_delays": "Timer Delays",
|
||||
"timer_label": "타이머 정보",
|
||||
"timer_update_delays": "Timer Update Delays (seconds)",
|
||||
"timers": "Timers",
|
||||
"timers_info": "Update Delay in Seconds",
|
||||
"top_buildup": "총 누적치",
|
||||
"top_damage": "최고 대미지",
|
||||
"top_dps": "최고 DPS",
|
||||
@@ -374,6 +379,14 @@
|
||||
"tracked_damage_types": "추적할 대미지 종류",
|
||||
"tracked_monster_types": "추적할 몬스터 타입",
|
||||
"type": "종류",
|
||||
"update_buffs_delay": "Update Buffs Delay (seconds)",
|
||||
"update_is_online_delay": "Update Is Online Delay (seconds)",
|
||||
"update_myself_position_delay": "Update Myself Position Delay (seconds)",
|
||||
"update_player_info_delay": "Update Player Info Delay (seconds)",
|
||||
"update_players_delay": "Update Players Delay (seconds)",
|
||||
"update_quest_time_delay": "Update Quest Time Delay (seconds)",
|
||||
"update_singletons_delay": "Update Singletons",
|
||||
"update_window_size_delay": "Update Window Size Delay (seconds)",
|
||||
"use_d2d_if_available": "가능한 Direct2D를 사용함",
|
||||
"value": "Value",
|
||||
"value_label": "값 정보",
|
||||
|
||||
@@ -226,6 +226,7 @@
|
||||
"in_lobby": "В лобби",
|
||||
"in_training_area": "В тренировочной зоне",
|
||||
"include": "Элементы",
|
||||
"init_singletons_delay": "Init Singletons Delay (seconds)",
|
||||
"inside": "Внутри",
|
||||
"installations": "Установки",
|
||||
"italic": "Курсив",
|
||||
@@ -352,7 +353,11 @@
|
||||
"time_label": "Метка времени",
|
||||
"time_limit": "Ограничение по времени (cек.)",
|
||||
"timer": "Таймер",
|
||||
"timer_delays": "Timer Delays",
|
||||
"timer_label": "Метка таймера",
|
||||
"timer_update_delays": "Timer Update Delays (seconds)",
|
||||
"timers": "Timers",
|
||||
"timers_info": "Update Delay in Seconds",
|
||||
"top_buildup": "Наибольшее накопление",
|
||||
"top_damage": "Наибольший урон",
|
||||
"top_dps": "Наибольший урон в секунду",
|
||||
@@ -374,6 +379,14 @@
|
||||
"tracked_damage_types": "Отслеживаемые типы урона",
|
||||
"tracked_monster_types": "Отслеживаемые типы монстров",
|
||||
"type": "Тип",
|
||||
"update_buffs_delay": "Update Buffs Delay (seconds)",
|
||||
"update_is_online_delay": "Update Is Online Delay (seconds)",
|
||||
"update_myself_position_delay": "Update Myself Position Delay (seconds)",
|
||||
"update_player_info_delay": "Update Player Info Delay (seconds)",
|
||||
"update_players_delay": "Update Players Delay (seconds)",
|
||||
"update_quest_time_delay": "Update Quest Time Delay (seconds)",
|
||||
"update_singletons_delay": "Update Singletons",
|
||||
"update_window_size_delay": "Update Window Size Delay (seconds)",
|
||||
"use_d2d_if_available": "Использовать Direct2D, если доступен",
|
||||
"value": "Value",
|
||||
"value_label": "Метка значений",
|
||||
|
||||
@@ -226,6 +226,7 @@
|
||||
"in_lobby": "在大厅",
|
||||
"in_training_area": "在修炼场",
|
||||
"include": "包含",
|
||||
"init_singletons_delay": "Init Singletons Delay (seconds)",
|
||||
"inside": "里面",
|
||||
"installations": "狩猎设备",
|
||||
"italic": "斜体",
|
||||
@@ -352,7 +353,11 @@
|
||||
"time_label": "时间标签",
|
||||
"time_limit": "时间限制(秒)",
|
||||
"timer": "计时器",
|
||||
"timer_delays": "Timer Delays",
|
||||
"timer_label": "计时器标签",
|
||||
"timer_update_delays": "Timer Update Delays (seconds)",
|
||||
"timers": "Timers",
|
||||
"timers_info": "Update Delay in Seconds",
|
||||
"top_buildup": "最高积累值",
|
||||
"top_damage": "最高伤害",
|
||||
"top_dps": "最高DPS",
|
||||
@@ -374,6 +379,14 @@
|
||||
"tracked_damage_types": "跟踪的伤害类型",
|
||||
"tracked_monster_types": "跟踪的怪物类型",
|
||||
"type": "类型",
|
||||
"update_buffs_delay": "Update Buffs Delay (seconds)",
|
||||
"update_is_online_delay": "Update Is Online Delay (seconds)",
|
||||
"update_myself_position_delay": "Update Myself Position Delay (seconds)",
|
||||
"update_player_info_delay": "Update Player Info Delay (seconds)",
|
||||
"update_players_delay": "Update Players Delay (seconds)",
|
||||
"update_quest_time_delay": "Update Quest Time Delay (seconds)",
|
||||
"update_singletons_delay": "Update Singletons",
|
||||
"update_window_size_delay": "Update Window Size Delay (seconds)",
|
||||
"use_d2d_if_available": "可用时使用Direct2D",
|
||||
"value": "Value",
|
||||
"value_label": "数字",
|
||||
|
||||
@@ -226,6 +226,7 @@
|
||||
"in_lobby": "In Lobby",
|
||||
"in_training_area": "In Training Area",
|
||||
"include": "細部資訊調整",
|
||||
"init_singletons_delay": "Init Singletons Delay (seconds)",
|
||||
"inside": "內部",
|
||||
"installations": "Installations",
|
||||
"italic": "斜體",
|
||||
@@ -352,7 +353,11 @@
|
||||
"time_label": "時間",
|
||||
"time_limit": "時限 (秒)",
|
||||
"timer": "Timer",
|
||||
"timer_delays": "Timer Delays",
|
||||
"timer_label": "計時器",
|
||||
"timer_update_delays": "Timer Update Delays (seconds)",
|
||||
"timers": "Timers",
|
||||
"timers_info": "Update Delay in Seconds",
|
||||
"top_buildup": "最高累積值",
|
||||
"top_damage": "最高傷害",
|
||||
"top_dps": "最高 DPS",
|
||||
@@ -374,6 +379,14 @@
|
||||
"tracked_damage_types": "追蹤的傷害類型",
|
||||
"tracked_monster_types": "追蹤的魔物類型",
|
||||
"type": "類型",
|
||||
"update_buffs_delay": "Update Buffs Delay (seconds)",
|
||||
"update_is_online_delay": "Update Is Online Delay (seconds)",
|
||||
"update_myself_position_delay": "Update Myself Position Delay (seconds)",
|
||||
"update_player_info_delay": "Update Player Info Delay (seconds)",
|
||||
"update_players_delay": "Update Players Delay (seconds)",
|
||||
"update_quest_time_delay": "Update Quest Time Delay (seconds)",
|
||||
"update_singletons_delay": "Update Singletons",
|
||||
"update_window_size_delay": "Update Window Size Delay (seconds)",
|
||||
"use_d2d_if_available": "Use Direct2D if available",
|
||||
"value": "Value",
|
||||
"value_label": "數字",
|
||||
|
||||
Reference in New Issue
Block a user