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 zhCN.lua #1883

Merged
merged 2 commits into from
Oct 22, 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
6 changes: 3 additions & 3 deletions Plugins/Locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ L.glowAt = "开始高亮(秒)"
L.glowAt_desc = "选择在冷却计时剩余多少秒时开始高亮。"

-- Glow types as part of LibCustomGlow
L.pixelGlow = "线条发光"
L.autocastGlow = "亮点发光"
L.buttonGlow = "耀斑发光"
L.pixelGlow = "像素发光"
L.autocastGlow = "自动施法发光"
L.buttonGlow = "快捷键发光"
L.procGlow = "脉冲发光"
L.speed = "速度"
L.animation_speed_desc = "发光动画效果的播放速度。"
Expand Down