mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
65 lines
2.3 KiB
INI
65 lines
2.3 KiB
INI
[exp-commands]
|
|
help=__1__- __2____3__
|
|
usage=/__1__ __2__
|
|
aliases=\n Aliaies: __1__
|
|
argument=<__1__>
|
|
optional=[__1__]
|
|
argument-verbose=\n <__1__> - __2__
|
|
optional-verbose=\n [__1__] - __2__
|
|
success=Command Complete.
|
|
error=Command failed to run: __1__
|
|
error-default=Please check you gave the correct arguments.
|
|
unauthorized=Unauthorized: __1__
|
|
unauthorized-default=Access is denied due to insufficient permissions.
|
|
invalid-usage=Wrong number of arguments, usage: __1__
|
|
invalid-input=Invalid input: Please ensure everything is formated correctly.
|
|
invalid-argument=Invalid argument "__1__"; __2__
|
|
internal-error=Internal Error, Please contact an admin: __1__
|
|
|
|
[exp-commands-parse]
|
|
string-options=Invalid Option, Must be one of: __1__
|
|
string-max-length=Invalid Length, Max: __1__
|
|
number=Invalid Number.
|
|
number-range=Invalid Range, Min (inclusive): __1__, Max (inclusive): __2__
|
|
player=Invalid Player Name, __1__ ,try using tab key to auto-complete the name
|
|
player-online=Player is offline.
|
|
player-alive=Player is dead.
|
|
force=Invalid Force Name.
|
|
surface=Invalid Surface Name.
|
|
planet=Invalid Planet Name.
|
|
color=Invalid Color Name.
|
|
role=Invalid Role Name.
|
|
|
|
[exp-commands-authorities]
|
|
character-only=This command can not be used in remote view.
|
|
remote-only=This command can only be used in remote view.
|
|
admin-only=This command is for game admins only.
|
|
system-only=This command can not be ran by players.
|
|
disabled=This command is currently disabled.
|
|
|
|
[exp-commands_help]
|
|
description=List and search all commands for a keyword
|
|
arg-keyword=The keyword to search for
|
|
arg-page=The results page to display
|
|
header=Help results for "__1__":
|
|
footer=[__1__ results found: page __2__ of __3__]
|
|
format=/__1__ __2__ __3__
|
|
aliases=Aliaies: __1__
|
|
out-of-range=__1__ is an invalid page number. Last page: __2__
|
|
no-results=No commands were found
|
|
|
|
[exp-commands_ipc]
|
|
description=Send an IPC message on the selected channel
|
|
arg-channel=The channel to send the IPC message on
|
|
arg-message=The message to send on the IPC channel
|
|
|
|
[exp-commands_rcon]
|
|
description=Execute arbitrary code within a custom environment
|
|
arg-invocation=The code to run
|
|
|
|
[exp-commands_sudo]
|
|
description=Run a command as another player
|
|
arg-player=The player to run the command as
|
|
arg-command=The command to run
|
|
arg-arguments=The arguments to pass to the command
|