translatable DeleteCommand
This commit is contained in:
parent
583f8a1257
commit
b7e97212ac
4 changed files with 11 additions and 3 deletions
|
|
@ -16,6 +16,8 @@ arena.create.lookAtCenter=Bitte gucke den Block an, der im Zentrum des {0}-Spiel
|
|||
arena.create.lookAtSide=Bitte gucke die Seite des Blockes an, wo das {0}-Spielfeld erstellt werden soll.
|
||||
arena.create.otherArena=An dieser Stelle befindet sich bereits eine Arena.
|
||||
arena.create.success=Die Arena wurde erfolgreich angelegt.
|
||||
arena.delete.success=Die {0}-Arena {1} wurde geloescht.
|
||||
arena.delete.noarena=Hier befindet sich keine {0}-Arena.
|
||||
|
||||
arena.list=Angelegte {0}-Arenen
|
||||
arena.list.none=(keine)
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ arena.create.lookAtCenter=Please look at the block that should be in the center
|
|||
arena.create.lookAtSide=Please look at the side of the block where the {0} field is to be created.
|
||||
arena.create.otherArena=There is already an arena at this location.
|
||||
arena.create.success=The arena has been created successfully.
|
||||
arena.delete.success=The {0}-arena {1} has been deleted.
|
||||
arena.delete.noarena=There is no {0}-arena here.
|
||||
|
||||
arena.list=Created {0} arenas
|
||||
arena.list.none=(none)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: Minecleaner
|
||||
version: '${project.version}-${git.commit.id.abbrev}'
|
||||
author: LunarAkai
|
||||
website: https://git.lunarakai.de/LunarAkai/NewMinecleaner
|
||||
website: https://github.com/LunarAkai/Minecleaner
|
||||
main: de.lunarakai.minecleaner.MinecleanerPlugin
|
||||
api-version: '1.20'
|
||||
depend:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue