locale.commands.en.properties Maven / Gradle / Ivy
argument.boolean.hint=%s or %s
argument.double.placeholder=fractional number
argument.double.hint.minmax=From %s to %s
argument.double.hint.min=From %s
argument.double.hint.max=Up to %s
argument.integer.placeholder=integer
argument.integer.hint.minmax=From %s to %s
argument.integer.hint.min=From %s
argument.integer.hint.max=Up to %s
argument.string.placeholder=text
argument.string.hint.minmax=From %s to %s characters
argument.string.hint.min=From %s characters
argument.duration.name=duration
argument.duration.hint=String like 1y2d100t - 1 year, 2 days, and 100 ticks.\nYou can combine as you like, but not repeat.
argument.duration.completions.y=y - year
argument.duration.completions.M=M - month
argument.duration.completions.w=w - week
argument.duration.completions.d=d - day
argument.duration.completions.h=h - hour
argument.duration.completions.m=m - minute
argument.duration.completions.s=s - second
argument.duration.completions.t=t - tick
argument.time.name=time
argument.time.hint=Hours:minutes
argument.empty.name=any value
argument.hex.name=HEX
argument.color.name=color
extra.list.decorator.noElements=No elements
precondition.permission.cannotExecute=Permission `%s` required
precondition.onlyForNonPlayer.cannotExecute=Only for non-players
precondition.onlyForPlayer.cannotExecute=Only for players
argument.cast.integer.error=Failed to convert `%s` to int in %s
argument.cast.float.error=Failed to convert `%s` to int in %s
argument.cast.string.error=Failed to convert `%s` to int in %s
argument.cast.double.error=Failed to convert `%s` to int in %s
argument.cast.boolean.error=Failed to convert `%s` to int in %s
argument.newInstance.error=Failed to get new instance of argument %s
argument.invalid.error=" cannot be represented as "
argumentSet.spaced.mustBeLast=Argument %s must be the last in the argument list
argumentSet.spaced.cannotBeLast=Argument %s cannot be non-optional as there was already an optional one before it
argumentSet.confirm.1="Enter "
argumentSet.confirm.2=" to confirm"
argumentSet.confirm.expired=Confirmation time expired
command.debug.registeredArgumentSet=Argument set %s registered in %s
command.debug.optionalAdapt=Optional arguments adaptation: %s
command.debug.registeredSubcommand=Subcommand %s registered in %s
command.debug.subcommandPermissionSet=Permissions %s set for subcommand %s
command.debug.commandPermissionSet=Permissions %s set for command %s
command.debug.argumentSetPermissionSet=Permissions %s set for argument set %s
command.debug.executionTook=Execution of %s took %s ns (%s ms)
command.noContinuation=No available continuations for you
command.continuations=Possible command continuations:
command.description=Description:
error.noSuchMethod=No suitable method (%s)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy