Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lang zh_tw #166

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 35 additions & 1 deletion Xplat/src/main/resources/assets/neat/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
{
"neat.keybind.toggle": "切換:顯示生命值"
"neat.keybind.toggle": "切換生命條",
"neat.configuration.display_on_bosses": "在 Boss 上顯示",
"neat.configuration.draw_background": "繪製背景",
"neat.configuration.background_padding": "背景填滿",
"neat.configuration.show_armor": "顯示盔甲",
"neat.configuration.max_distance": "最大距離",
"neat.configuration.plate_size": "牌子大小",
"neat.configuration.show_hp_percentage": "顯示血量百分比",
"neat.configuration.group_armor": "群組盔甲",
"neat.configuration.show_entity_full_health": "在完全健康的實體上顯示",
"neat.configuration.show_max_hp": "顯示最大生命值",
"neat.configuration.only_health_bar_for_target": "僅顯示目標實體的生命條",
"neat.configuration.general": "一般",
"neat.configuration.height_above_mob": "在生物上方的高度",
"neat.configuration.show_debug_with_f3": "使用 F3 時顯示偵錯訊息",
"neat.configuration.display_on_players": "在玩家上顯示",
"neat.configuration.background_height": "背景高度",
"neat.configuration.hp_text_height": "生命值文字高度",
"neat.configuration.render_without_gui": "GUI 隱藏時也渲染",
"neat.configuration.health_bar_height": "生命條高度",
"neat.configuration.plate_size_boss": "Boss 牌子大小",
"neat.configuration.show_attributes": "顯示屬性",
"neat.configuration.color_health_bar_by_type": "以類型為生命條著色",
"neat.configuration.show_current_hp": "顯示目前生命值",
"neat.configuration.disable_name_tag": "停用名稱標籤",
"neat.configuration.show_on_hostile": "在敵對生物上顯示",
"neat.configuration.text_color": "文字顏色",
"neat.configuration.disable_name_tag_if_healthbar": "如果渲染生命條,則不渲染名稱標籤",
"neat.configuration.max_distance_without_line_of_sight": "無視線(非目標實體)的最大距離",
"neat.configuration.show_entity_name": "顯示實體名稱",
"neat.configuration.icon_offset_y": "圖示偏移 Y",
"neat.configuration.decimal_format": "十進位格式",
"neat.configuration.show_on_passive": "在被動生物上顯示",
"neat.configuration.icon_offset_x": "圖示偏移 X",
"neat.configuration.blacklist": "黑名單"
}
Loading