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

Added a few cn translations #210

Merged
merged 4 commits into from
Jun 26, 2024
Merged
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
14 changes: 7 additions & 7 deletions DBM-Icecrown/localization.cn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -163,17 +163,17 @@ L:SetGeneralLocalization({
})

L:SetWarningLocalization({
WarnReengage = "%s: 重新加入"
WarnReengage = "%s: 重新激活" -- more accurate translation
})

L:SetTimerLocalization({
TimerReengage = "重新加入"
TimerReengage = "重新激活" -- more accurate translation
})

--[[L:SetOptionLocalization({
WarnReengage = "Show warning for Boss re-engage", -- needs localization
TimerReengage = "Show timer for Boss re-engage" -- needs localization
})]]
L:SetOptionLocalization({
WarnReengage = "为Boss重新激活显示警告",
TimerReengage = "为Boss重新激活显示计时器"
})

L:SetMiscLocalization({
YellTransform1 = "嗯,什么感觉也没有。什么?!这是哪儿来的?",
Expand Down Expand Up @@ -201,7 +201,7 @@ L:SetTimerLocalization({
L:SetOptionLocalization({
WarnTargetSwitch = "为转换目标显示警告",
WarnTargetSwitchSoon = "为转换目标显示临近警告", -- Modified by Emi
TimerTargetSwitch = "为转换目标显示冷却计时器",
TimerTargetSwitch = "为转换目标显示计时器", -- more accurate translation
ActivePrinceIcon = "在強化的王子身上设置标记(骷髅)", -- Modified by Emi
ShadowPrisonMetronome = "播放一个重复的1秒钟的点击声,以避免$spell:72999"
})
Expand Down
Loading