i18n: more sections & missing confirm description

This commit is contained in:
Lildirt 2023-03-01 11:27:58 -05:00
parent fd237243a4
commit 992ce7cff5
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import co.aikar.locales.MessageKey;
import co.aikar.locales.MessageKeyProvider;
public enum MVCorei18n implements MessageKeyProvider {
// config status
CONFIG_SAVE_FAILED,
// check command
@ -13,6 +14,8 @@ public enum MVCorei18n implements MessageKeyProvider {
CLONE_CLONING,
CLONE_FAILED,
CLONE_SUCCESS,
// create command
CREATE_PROPERTIES,
CREATE_PROPERTIES_ENVIRONMENT,
CREATE_PROPERTIES_SEED,
@ -70,6 +73,8 @@ public enum MVCorei18n implements MessageKeyProvider {
UNLOAD_UNLOADING,
UNLOAD_FAILURE,
UNLOAD_SUCCESS,
// debug command
DEBUG_INFO_OFF,
DEBUG_INFO_ON;

View File

@ -11,6 +11,9 @@ mv-core.clone.newWorld.description=The new cloned world name.
mv-core.clone.cloning=Cloning world '{world}' to '{newworld}'...
mv-core.clone.failed=World could not be cloned! See console for more details.
mv-core.clone.success=Cloned world '{world}'!
mv-core.confirm.description=Confirms dangerous commands before executing them.
mv-core.create.description=Creates a new world and loads it.
mv-core.create.name.description=New world name.
mv-core.create.environment.description=The world's environment. See: /mv environments