mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
65 lines
2.0 KiB
INI
65 lines
2.0 KiB
INI
[exp-commands]
|
|
help=__1__- __2____3__
|
|
usage=/__1__ __2__
|
|
aliases=\n 別名: __1__
|
|
argument=<__1__>
|
|
optional=[__1__]
|
|
argument-verbose=\n <__1__> - __2__
|
|
optional-verbose=\n [__1__] - __2__
|
|
success=指令完成。
|
|
error=指令運行失敗: __1__
|
|
error-default=檢查指令參數。
|
|
unauthorized=未授權: __1__
|
|
unauthorized-default=由於權限不足,存取被拒絕。
|
|
invalid-usage=參數數量和用法錯誤,參考: __1__
|
|
invalid-input=輸入錯誤: 確保格式正確。
|
|
invalid-argument=參數錯誤 "__1__"; __2__
|
|
internal-error=內部錯誤,請聯絡管理員: __1__
|
|
|
|
[exp-commands-parse]
|
|
string-options=選項錯誤, 必須是以下之一: __1__
|
|
string-max-length=長度錯誤, 最長: __1__
|
|
number=數字錯誤。
|
|
number-range=範圍錯誤, 最小 (含): __1__, 最大 (含): __2__
|
|
player=用戶名稱錯誤, __1__ ,可嘗試使用 Tab 鍵自動完成
|
|
player-online=用戶已下線。
|
|
player-alive=用戶已死亡。
|
|
force=勢力名稱錯誤。
|
|
surface=地表名稱錯誤。
|
|
planet=星球名稱錯誤。
|
|
color=顏色名稱錯誤。
|
|
role=權限組名稱錯誤。
|
|
|
|
[exp-commands-authorities]
|
|
character-only=該命令不能在遠端視圖中使用。
|
|
remote-only=該命令只能在遠端視圖中使用。
|
|
admin-only=此命令僅適用於管理員。
|
|
system-only=用戶無法運行此命令。
|
|
disabled=此命令目前已停用。
|
|
|
|
[exp-commands_help]
|
|
description=列出和查找指令
|
|
arg-keyword=關鍵詞
|
|
arg-page=頁數
|
|
header="__1__" 的幫助:
|
|
footer=[__1__ 項已找到: 頁 __2__ ,共 __3__]
|
|
format=/__1__ __2__ __3__
|
|
aliases=別名: __1__
|
|
out-of-range=__1__ 不是正確的頁數。 最後為: __2__
|
|
no-results=沒找到指令
|
|
|
|
[exp-commands_ipc]
|
|
description=在選定的頻道上發送 IPC 訊息
|
|
arg-channel=傳送的通道
|
|
arg-message=在 IPC 通道上傳送的訊息
|
|
|
|
[exp-commands_rcon]
|
|
description=在自訂環境中執行任意指令
|
|
arg-invocation=要運行的指令
|
|
|
|
[exp-commands_sudo]
|
|
description=以其他用戶身分執行命令
|
|
arg-player=執行命令的用戶
|
|
arg-command=執行的指令
|
|
arg-arguments=指令參數
|