Skip to content

Locales zhCN #117

Description

@lrxxs

Simplified Chinese (zhCN) translation:zhCN.txt


local addonName = ...

local L = LibStub("AceLocale-3.0"):NewLocale(addonName, "zhCN", false, true)
if not L then return end

-- Categories.
L["general_settings"] = "通用"
L["text_settings"] = "文本"
L["aura_frame_settings"] = "光环"
L["profiles_settings"] = "配置文件"

-- Titles.
L["title_colors"] = "颜色"
L["textures"] = "材质"
L["fonts"] = "字体"
L["blizzard_settings_unit_frames"] = "单位框体"
L["title_name"] = "名称"
L["title_status"] = "状态"

-- Settings.
L["health_bar_fg"] = "生命条前景"
L["health_bar_bg"] = "生命条背景"
L["power_bar_fg"] = "能量条前景"
L["power_bar_bg"] = "能量条背景"

L["option_font"] = "字体"
L["option_player_color"] = "玩家颜色"
L["option_npc_color"] = "NPC颜色"
L["option_anchor"] = "位置"

L["border_color"] = "边框颜色"

L["option_power_bars"] = "能量条"
L["option_show"] = "显示"
L["option_hide"] = "隐藏"
L["option_healer_only"] = "仅治疗者"
L["option_darkening_factor"] = "变暗系数"
L["option_disabled"] = "禁用"
L["option_dispellable_by_me"] = "可由我驱散"
L["option_show_all"] = "显示全部"

-- Display Health
L["option_health_text_display_mode"] = "显示生命值文本"
L["option_health_none"] = "无"
L["option_health_health"] = "剩余生命值"
L["option_health_lost"] = "损失生命值"
L["option_health_perc"] = "生命值百分比"

-- Color Options.
L["class"] = "职业"
L["class_gradient"] = "渐变职业"
L["static"] = "静态"
L["static_gradient"] = "渐变静态"
L["health_value"] = "生命值"
L["power_type"] = "能量类型"
L["power_type_gradient"] = "渐变能量类型"
L["class_to_health_value"] = "职业 -> 生命值"

-- Colors.
L["static_color"] = "颜色"
L["gradient_start"] = "渐变起始"
L["gradient_end"] = "渐变结束"

-- CVars
L["display_pets"] = "显示宠物"
L["display_aggro_highlight"] = "显示仇恨高亮"
L["display_incoming_heals"] = "显示即将到来的治疗"
L["display_main_tank_and_assist"] = "显示主坦克和助理"
L["center_big_defensive"] = "居中大型防御"
L["dispellable_debuff_indicator"] = "可驱散减益指示器"
L["dispellable_debuff_color"] = "可驱散减益颜色"

-- Anchors
L["to_frames"] = "到框体"
L["offset_x"] = "X轴偏移"
L["offset_y"] = "Y轴偏移"
L["frame_point_top_left"] = "左上"
L["frame_point_top"] = "上"
L["frame_point_top_right"] = "右上"
L["frame_point_right"] = "右"
L["frame_point_bottom_right"] = "右下"
L["frame_point_bottom"] = "下"
L["frame_point_bottom_left"] = "左下"
L["frame_point_left"] = "左"
L["frame_point_center"] = "中"

-- Font Settings.
L["outline"] = "轮廓"
L["thick"] = "粗"
L["monochrome"] = "单色"
L["font_height"] = "高度"
L["text_horizontal_justification"] = "水平对齐"
L["text_horizontal_justification_option_left"] = "左"
L["text_horizontal_justification_option_center"] = "中"
L["text_horizontal_justification_option_right"] = "右"
L["text_vertical_justification"] = "垂直对齐"
L["text_horizontal_justification_option_top"] = "上"
L["text_horizontal_justification_option_middle"] = "中"
L["text_horizontal_justification_option_bottom"] = "下"
L["max_length"] = "长度"

-- Modules.
L["clean_borders"] = "清理高亮"
L["role_icon"] = "角色图标"
L["role_icon_slection"] = "显示职责图标"
L["role_icon_scale"] = "职责图标缩放"
L["unit_group_role_tank"] = "坦克"
L["unit_group_role_heal"] = "治疗"
L["unit_group_role_dps"] = "DPS"
L["raid_mark_pos"] = "团队标记位置"
L["raid_mark_scale"] = "团队标记缩放"
L["settings_text_solo_frame"] = "单人时显示"
L["out_of_range_alpha"] = "超出距离透明度"

-- Auras
L["title_buffs"] = "增益"
L["title_debuffs"] = "减益"
L["aura_border_color"] = "边框颜色"
L["aura_border_size"] = "边框尺寸"
L["aura_show_countdown_numbers"] = "显示倒计时"

-- Profiles
L["profiles_header_1"] = "配置文件 - 当前配置文件:"
L["create_profile"] = "创建新配置文件"
L["reset_profile"] = "重置配置文件"
L["delete_profile"] = "删除配置文件"
L["copy_profile"] = "复制配置文件"
L["party_profile"] = "小队"
L["raid_profile"] = "团队"
L["arena_profile"] = "竞技场"
L["battleground_profile"] = "战场"

-- Labels
L["label_create"] = "创建"
L["label_reset"] = "重置"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions