OmniCC

OmniCC

54M Downloads

OmniCC zhTW translations update

nightow1 opened this issue · 1 comments

commented

locale file of OmniCC localization.tw.lua

OmniCC config locale file doesn't have any new additions.

Edit: well, I simply can't find anywhere that I can upload the file :(

so here is it
start here
--[[
OmniCC localization - zhTW
--]]

if GetLocale() ~= 'zhTW' then return end

local L = OMNICC_LOCALS

L.Updated = "升級至 v%s"
L.None = NONE
L.Pulse = "脈衝"
L.Shine = "閃亮"
L.Alert = "中央警示"
L.Activate = "特效發動"

--effect tooltip text-提示貼上的文字
L.ActivateTip = [[模仿現時在按鍵上顯示技能已發動的"特效".]]
L.AlertTip = [[在屏幕的中心用脈衝方式顯示已完成冷卻的圖示.]]
L.PulseTip = [[用脈衝方式顯示已完成冷卻的圖示.]]

--slash command text-斜杠命令文本
L.SetEngine_Classic = '切換到經典計時器的引擎。此設置將在下次登錄時生效.'
L.SetEngine_Animation = '切換到經典計時器的動畫引擎。此設置將在下次登錄時生效.'
L.UnknownEngineName = "未知的計時器引擎 '%s'"
L.SetEngineUsage = '用法: /omnicc setengine <classic | animation>'
L.Commands = '命令 (/omnicc or /occ):'
L.Command_ShowOptionsMenu = '- config - 顯示選項菜單'
L.Command_SetTimerEngine = '- setengine <classic | animation> - 開關計時器的更新引擎'
L.Command_ShowAddonVersion = '- version - 顯示目前插件的版本'
L.UnknownCommandName = "未知的命令 '%s'"
Ends

commented

Thank you