mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
32 lines
1.3 KiB
INI
32 lines
1.3 KiB
INI
[expcore-commands]
|
|
unauthorized=Unauthorized, Access is denied due to invalid credentials
|
|
reject-string-options=Invalid Option, Must be one of: __1__
|
|
reject-string-max-length=Invalid Length, Max: __1__
|
|
reject-number=Invalid Number
|
|
reject-number-range=Invalid Range, Min (inclusive): __1__, Max (inclusive): __2__
|
|
reject-player=Invaild Player Name, __1__ ,try using tab key to auto-complete the name
|
|
reject-player-online=Player is offline.
|
|
reject-player-alive=Player is dead.
|
|
reject-force=Invaild Force Name
|
|
reject-surface=Invaild surface Name
|
|
invalid-inputs=Invalid Input, /__1__ __2__
|
|
invalid-param=Invalid Param "__1__"; __2__
|
|
command-help=__1__ - __2__
|
|
command-ran=Command Complete
|
|
command-fail=Command failed to run: __1__
|
|
command-error-log-format=[ERROR] command/__1__ :: __2__
|
|
|
|
[time-format]
|
|
simple-format-none=__1__
|
|
simple-format-div=__1__:__2__
|
|
simple-format-tagged=__1__ __2__
|
|
long-days=__1__ __plural_for_parameter_1_{1=Day|rest=Days}__
|
|
short-days=__1__D
|
|
long-hours=__1__ __plural_for_parameter_1_{1=Hour|rest=Hours}__
|
|
short-hours=__1__H
|
|
long-minutes=__1__ __plural_for_parameter_1_{1=Minute|rest=Minutes}__
|
|
short-minutes=__1__M
|
|
long-seconds=__1__ __plural_for_parameter_1_{1=Second|rest=Seconds}__
|
|
short-seconds=__1__S
|
|
long-ticks=__1__ __plural_for_parameter_1_{1=Tick|rest=Ticks}__
|
|
short-ticks=__1__T |