Skip to content

Commit

Permalink
locale: update string
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Jan 17, 2024
1 parent 95a332d commit 319a2c9
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ L["Channel"] = "Kanal"
L["Class Icon Style"] = "Klassensymbol Stil"
L["Click to toggle config window."] = "Klicken, um das Konfigurationsfenster umzuschalten."
L["Compact"] = "Kompakt"
L["Contributors (Github.com)"] = "Unterstützer (Github.com)"
L["Contributors (GitHub.com)"] = "Unterstützer (Github.com)"
L["Customization"] = "Anpassung"
L["DPS"] = "DPS"
L["Damage"] = "Schaden"
Expand Down
2 changes: 1 addition & 1 deletion Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ L["Channel"] = true
L["Class Icon Style"] = true
L["Click to toggle config window."] = true
L["Compact"] = true
L["Contributors (Github.com)"] = true
L["Contributors (GitHub.com)"] = true
L["Customization"] = true
L["DPS"] = true
L["Damage"] = true
Expand Down
2 changes: 1 addition & 1 deletion Locales/esMX.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ L["Channel"] = true
L["Class Icon Style"] = true
L["Click to toggle config window."] = true
L["Compact"] = true
L["Contributors (Github.com)"] = true
L["Contributors (GitHub.com)"] = true
L["Customization"] = true
L["DPS"] = "DPS"
L["Damage"] = true
Expand Down
2 changes: 1 addition & 1 deletion Locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ L["Channel"] = "Canal"
L["Class Icon Style"] = true
L["Click to toggle config window."] = true
L["Compact"] = "Compact"
L["Contributors (Github.com)"] = "Contributeurs (Github.com)"
L["Contributors (GitHub.com)"] = "Contributeurs (Github.com)"
L["Customization"] = true
L["DPS"] = "DPS"
L["Damage"] = true
Expand Down
2 changes: 1 addition & 1 deletion Locales/itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ L["Channel"] = true
L["Class Icon Style"] = true
L["Click to toggle config window."] = true
L["Compact"] = true
L["Contributors (Github.com)"] = true
L["Contributors (GitHub.com)"] = true
L["Customization"] = true
L["DPS"] = true
L["Damage"] = true
Expand Down
2 changes: 1 addition & 1 deletion Locales/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ L["Channel"] = "채널"
L["Class Icon Style"] = true
L["Click to toggle config window."] = true
L["Compact"] = "컴팩트"
L["Contributors (Github.com)"] = "기여자(Github.com)"
L["Contributors (GitHub.com)"] = "기여자(Github.com)"
L["Customization"] = true
L["DPS"] = "DPS"
L["Damage"] = true
Expand Down
2 changes: 1 addition & 1 deletion Locales/ptBR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ L["Channel"] = true
L["Class Icon Style"] = true
L["Click to toggle config window."] = true
L["Compact"] = true
L["Contributors (Github.com)"] = true
L["Contributors (GitHub.com)"] = true
L["Customization"] = true
L["DPS"] = "DPS"
L["Damage"] = true
Expand Down
2 changes: 1 addition & 1 deletion Locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ L["Channel"] = "Канал"
L["Class Icon Style"] = "Стиль значка класса"
L["Click to toggle config window."] = "Нажмите для перехода к окну конфигурации"
L["Compact"] = "Компактный"
L["Contributors (Github.com)"] = "Авторы (Github.com)"
L["Contributors (GitHub.com)"] = "Авторы (Github.com)"
L["Customization"] = "Кастомизация"
L["DPS"] = "УВС"
L["Damage"] = "Урон"
Expand Down
2 changes: 1 addition & 1 deletion Locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ L["Channel"] = "频道"
L["Class Icon Style"] = "职业图标样式"
L["Click to toggle config window."] = "点击开启设置窗口."
L["Compact"] = "紧凑"
L["Contributors (Github.com)"] = "代码贡献者 (Github.com)"
L["Contributors (GitHub.com)"] = "代码贡献者 (Github.com)"
L["Customization"] = "自定义"
L["DPS"] = "伤害输出"
L["Damage"] = "伤害数值"
Expand Down
2 changes: 1 addition & 1 deletion Locales/zhTW.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ L["Channel"] = "頻道"
L["Class Icon Style"] = "職業圖示樣式"
L["Click to toggle config window."] = "點擊開啟設定窗口."
L["Compact"] = "緊湊"
L["Contributors (Github.com)"] = "代碼貢獻者 (Github.com)"
L["Contributors (GitHub.com)"] = "代碼貢獻者 (Github.com)"
L["Customization"] = "自定義"
L["DPS"] = "傷害輸出"
L["Damage"] = "傷害數值"
Expand Down
2 changes: 1 addition & 1 deletion Options/Information.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ O.information = {
},
contributors = {
order = 6,
name = L["Contributors (Github.com)"],
name = L["Contributors (GitHub.com)"],
type = "group",
inline = true,
args = {
Expand Down

0 comments on commit 319a2c9

Please sign in to comment.