Added Traditional chinese
This commit is contained in:
parent
7dfd2081d9
commit
2295ad67a4
@ -56,7 +56,7 @@ A explanation of the `host`, `port`, `language` and `passwords` fields follows:
|
|||||||
|
|
||||||
`port`: A port where to run this plugin (cannot be the port you are using for Minecraft).
|
`port`: A port where to run this plugin (cannot be the port you are using for Minecraft).
|
||||||
|
|
||||||
You can modify `language` to view console and command messages in your preferred language. Valid languages are English (`en`), Spanish (`es`), Chinese (`zh`), Czech (`cs`), Deutsch (`de`), Dutch (`nl`), French (`fr`), Italian (`it`), Japanese (`ja`) Korean (`ko`), Polskie (`pl`), Portuguese (`pt`), Russian (`ru`) and Turkish (`tr`). **IMPORTANT: There is a known issue with Microsoft Windows cmd that shows weird characters when using a language different than English. If you are using Windows to host your server, check [this wiki page](https://github.com/mesacarlos/WebConsole/wiki/Show-local-characters-in-Windows-Console) to solve the problem**.
|
You can modify `language` to view console and command messages in your preferred language. Valid languages are English (`en`), Spanish (`es`), Chinese Simplified (`zh_CN`), Chinese Traditional (`zh_TW`), Czech (`cs`), Deutsch (`de`), Dutch (`nl`), French (`fr`), Italian (`it`), Japanese (`ja`) Korean (`ko`), Polskie (`pl`), Portuguese (`pt`), Russian (`ru`) and Turkish (`tr`). **IMPORTANT: There is a known issue with Microsoft Windows cmd that shows weird characters when using a language different than English. If you are using Windows to host your server, check [this wiki page](https://github.com/mesacarlos/WebConsole/wiki/Show-local-characters-in-Windows-Console) to solve the problem**.
|
||||||
|
|
||||||
Since version 2.0 you can now create more than one user and set them as admin (Permission for both reading console and executing commands) or viewer (Permission for only reading console and CPU and RAM usage). This is configured using the `passwords` section:
|
Since version 2.0 you can now create more than one user and set them as admin (Permission for both reading console and executing commands) or viewer (Permission for only reading console and CPU and RAM usage). This is configured using the `passwords` section:
|
||||||
- By default, a user called user1 with password mySecurePassword is created, please replace or remove it as it is only served as an example.
|
- By default, a user called user1 with password mySecurePassword is created, please replace or remove it as it is only served as an example.
|
||||||
|
49
phrases_zh_TW.properties
Normal file
49
phrases_zh_TW.properties
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
# WebConsole.java
|
||||||
|
boot-error = 啟動WebSocket伺服器時出錯。
|
||||||
|
|
||||||
|
# WSServer.java
|
||||||
|
connection-resumed-message = 登入成功,歡迎回來!
|
||||||
|
connection-resumed-console = [網站控制臺] 重新恢復連接 {0}
|
||||||
|
connection-login-message = 連接開始,等待登入
|
||||||
|
connection-login-console = [網站控制臺] 已連接並等待登入 {0}
|
||||||
|
unknown-command-message = 未知的命令
|
||||||
|
unknown-command-console = [網站控制臺] 訊號 '{0}' 未被處理,因為是無效的。 您的插件/網頁界面是最新的嗎?
|
||||||
|
forbidden-message = 被禁止
|
||||||
|
forbidden-console = [網站控制臺] {0} 嘗試在未登入的情況下運行 '{1}' !
|
||||||
|
closed-connection = [網站控制臺] 關閉連接並取消 {0}
|
||||||
|
error-on-connection = [網站控制臺] 連接時出錯 {0}: {1}
|
||||||
|
started-websocket = [網站控制臺] 網站控制臺 伺服器成功啟動。
|
||||||
|
error-disconnected-client = [WebConsole] 嘗試像斷開連結的WebSocket客戶端發送消息。
|
||||||
|
|
||||||
|
# CpuUsageCommand.java
|
||||||
|
cpu-usage-message = 已使用 {0}%
|
||||||
|
|
||||||
|
# ExecCommand.java
|
||||||
|
no-send-permission-console = [WebConsole] {0}試圖未經許可而執行{1}。
|
||||||
|
cmd-executed-console = [網站控制臺] {0} 執行 '{1}'.
|
||||||
|
|
||||||
|
# LogInCommand.java
|
||||||
|
login-sucessful-message = 登入
|
||||||
|
login-sucessful-console = [網站控制臺] {0}已成功登入。
|
||||||
|
login-failed-message = 密碼不正確,請重試
|
||||||
|
login-failed-console = [網站控制臺] 登入時密碼不正確 {0}
|
||||||
|
|
||||||
|
# PlayersCommand.java
|
||||||
|
players-message = {0}玩家連接,最多{1}
|
||||||
|
|
||||||
|
# RamUsageCommand.java
|
||||||
|
ram-usage-message = 閒置{0} , 已使用{1} , 最大記憶體{2}
|
||||||
|
|
||||||
|
# TpsCommand.java
|
||||||
|
tps-message = {0} ticks from {1}
|
||||||
|
|
||||||
|
# WebConsoleCommand.java
|
||||||
|
webconsole-version = 網站控制臺版本 {0}.
|
||||||
|
webconsole-no-connections = 現在沒有連接登錄網站控制臺。
|
||||||
|
webconsole-active-connections = 從以下位置連接到網站控制臺:
|
||||||
|
|
||||||
|
# ReadLogFileCommand.java
|
||||||
|
log-read-error = 讀取Latest.log文件時失敗
|
||||||
|
|
||||||
|
# User.java
|
||||||
|
user-tostring = 使用者 {0} 從 {1} 至 {2}
|
Loading…
x
Reference in New Issue
Block a user