mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Added format_time
This commit is contained in:
@@ -14,4 +14,19 @@ 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__
|
||||
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
|
||||
Reference in New Issue
Block a user