2021-05-12 21:47:43 +02:00
|
|
|
#
|
|
|
|
# This file is a part of the SteamWar software.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2021 SteamWar.de-Serverteam
|
|
|
|
#
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Affero General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Affero General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Affero General Public License
|
|
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
#
|
|
|
|
|
2021-05-10 20:53:39 +02:00
|
|
|
PREFIX = §eBau§8System §8»
|
2021-05-07 17:38:55 +02:00
|
|
|
TIME = HH:mm:ss
|
|
|
|
DATE = ........
|
2021-05-03 20:10:32 +02:00
|
|
|
|
2021-05-03 20:40:44 +02:00
|
|
|
# Permission
|
2021-05-10 20:53:39 +02:00
|
|
|
PERMISSION_WORLD=Einstellungen vornehmen
|
|
|
|
PERMISSION_WORLD_EDIT=WorldEdit verwenden
|
|
|
|
PERMISSION_CHANGE_YOU_ENABLE=§aDer Spieler darf nun {0}
|
|
|
|
PERMISSION_CHANGE_YOU_DISABLE=§cDer Spieler darf nun nicht mehr {0}
|
|
|
|
PERMISSION_CHANGE_OTHER_ENABLE=§aDu kannst nun auf der Welt von §6{0} §a{1}
|
|
|
|
PERMISSION_CHANGE_OTHER_DISABLE=§cDu kannst nun nicht mehr auf der Welt von §6{0} §c{1}
|
2021-05-13 16:00:55 +02:00
|
|
|
|
2021-05-07 17:38:55 +02:00
|
|
|
# Scoreboard
|
|
|
|
SCOREBOARD_TIME = Uhrzeit
|
|
|
|
SCOREBOARD_REGION = Region
|
|
|
|
SCOREBOARD_TRACE = Trace
|
|
|
|
SCOREBOARD_LOADER = Loader
|
|
|
|
SCOREBOARD_TPS = TPS
|
|
|
|
|
|
|
|
SCOREBOARD_TRACE_TICKS = Ticks
|
|
|
|
SCOREBOARD_TRACE_TNT_COUNT = Anzahl TNT
|
|
|
|
|
2021-05-03 20:40:44 +02:00
|
|
|
# Flags
|
2021-05-13 16:00:55 +02:00
|
|
|
FLAG_COLOR = Color
|
|
|
|
FLAG_TNT = TNT
|
|
|
|
FLAG_FIRE = Fire
|
|
|
|
FLAG_FREEZE = Freeze
|
|
|
|
FLAG_PROTECT = Protect
|
2021-05-07 17:12:35 +02:00
|
|
|
FLAG_DAMAGE = Damage
|
2021-05-03 20:59:19 +02:00
|
|
|
|
2021-05-03 20:40:44 +02:00
|
|
|
FLAG_FIRE_ALLOW = §can
|
|
|
|
FLAG_FIRE_DENY = §aaus
|
|
|
|
|
|
|
|
FLAG_FREEZE_ACTIVE = §aan
|
|
|
|
FLAG_FREEZE_INACTIVE = §aaus
|
|
|
|
|
|
|
|
FLAG_PROTECT_ACTIVE = §aan
|
|
|
|
FLAG_PROTECT_INACTIVE = §aaus
|
|
|
|
|
|
|
|
FLAG_TNT_ALLOW = §aan
|
|
|
|
FLAG_TNT_DENY = §caus
|
|
|
|
FLAG_TNT_ONLY_TB = §7Kein §eBaurahmen
|
|
|
|
|
2021-05-07 17:12:35 +02:00
|
|
|
FLAG_DAMAGE_ALLOW = §aan
|
|
|
|
FLAG_DAMAGE_DENY = §caus
|
|
|
|
|
2021-05-07 21:49:14 +02:00
|
|
|
FLAG_COLOR_WHITE = §fWeiß
|
|
|
|
FLAG_COLOR_ORANGE = §6Orange
|
|
|
|
FLAG_COLOR_MAGENTA = §dMagenta
|
2021-05-09 17:22:00 +02:00
|
|
|
FLAG_COLOR_LIGHT-BLUE = §bHellblau
|
2021-05-07 21:49:14 +02:00
|
|
|
FLAG_COLOR_YELLOW = §eGelb
|
|
|
|
FLAG_COLOR_LIME = §aHellgrün
|
|
|
|
## This cannot be converted
|
|
|
|
FLAG_COLOR_PINK = §ePink
|
|
|
|
FLAG_COLOR_GRAY = §8Grau
|
2021-05-09 17:22:00 +02:00
|
|
|
FLAG_COLOR_LIGHT-GRAY = §7Hellgrau
|
2021-05-07 21:49:14 +02:00
|
|
|
FLAG_COLOR_CYAN = §3Cyan
|
|
|
|
FLAG_COLOR_PURPLE = §5Lila
|
|
|
|
FLAG_COLOR_BLUE = §1Blau
|
|
|
|
## This cannot be converted
|
|
|
|
FLAG_COLOR_BROWN = §eBraun
|
|
|
|
FLAG_COLOR_GREEN = §2Grün
|
|
|
|
FLAG_COLOR_RED = §cRot
|
|
|
|
FLAG_COLOR_BLACK = §0Schwarz
|
2021-05-07 17:12:35 +02:00
|
|
|
|
2021-05-03 20:44:11 +02:00
|
|
|
# Region
|
|
|
|
REGION_TYPE_NORMAL = Normal
|
|
|
|
REGION_TYPE_BUILD = Baubereich
|
2021-05-07 17:38:55 +02:00
|
|
|
REGION_TYPE_ONLY_TB = Testblock
|
|
|
|
|
2021-05-13 16:00:55 +02:00
|
|
|
# GUI
|
|
|
|
GUI_EDITOR_ITEM_NAME=§eGui Editor
|
|
|
|
GUI_EXPORT_CODE=§eDein Gui-Code:
|
|
|
|
GUI_EXPORT_CODE_HOVER=§eKopieren
|
|
|
|
GUI_IMPORT_INVALID_CODE=§eInvalieder Gui-Code
|
|
|
|
GUI_IMPORT_CODE_SUCCESSFUL=§eGui-Code eingelesen
|
|
|
|
|
2021-05-07 17:38:55 +02:00
|
|
|
# Trace
|
|
|
|
TRACE_RECORD = §aan
|
|
|
|
TRACE_RECORD_AUTO = §an
|
|
|
|
TRACE_IDLE = §caus
|
|
|
|
TRACE_IDLE_AUTO = §eauto
|
|
|
|
|
2021-05-13 16:00:55 +02:00
|
|
|
TRACE_GUI_NAME=Tracer Gui
|
|
|
|
TRACE_GUI_TRACE_INACTIVE=§eTracer Starten
|
|
|
|
TRACE_GUI_TRACE_ACTIVE=§eTracer Stoppen
|
|
|
|
TRACE_GUI_TRACE_ACTIVE_AUTO=§eAuto-Trace ist Aktiv
|
|
|
|
TRACE_GUI_AUTO_TRACE_INACTIVE=§eAuto-Tracer Aktivieren
|
|
|
|
TRACE_GUI_AUTO_TRACE_ACTIVE=§eAuto-Tracer Deaktivieren
|
|
|
|
TRACE_GUI_SHOW_GUI=§eTrace Show Gui
|
|
|
|
TRACE_GUI_DELETE=§eTrace Löschen
|
|
|
|
|
2021-05-07 17:38:55 +02:00
|
|
|
# Loader
|
|
|
|
LOADER_OFF = §caus
|
|
|
|
LOADER_SETUP = §eSetup
|
|
|
|
LOADER_RUNNING = §aRunning
|
|
|
|
LOADER_PAUSE = §7Pause
|
2021-05-13 16:00:55 +02:00
|
|
|
LOADER_END = §8Finished
|
|
|
|
|
2021-05-13 16:14:41 +02:00
|
|
|
LOADER_MESSAGE_CLEAR = §7Loader gecleart
|
|
|
|
LOADER_MESSAGE_CLEAR-HELP = §cDu must im Setup-Modus sein um den Loader zu clearen
|
|
|
|
LOADER_MESSAGE_TNT = §eTNT hinzugefügt {0}
|
|
|
|
LOADER_MESSAGE_INTERACT = §e{0} hinzugefügt {1}
|
|
|
|
|
|
|
|
LOADER_BUTTON_SWITCH = Hebel
|
|
|
|
LOADER_BUTTON_WOOD-Button = Knopf
|
|
|
|
LOADER_BUTTON_STONE-Button = Knopf
|
|
|
|
LOADER_BUTTON_PRESSURE-PLATE = Druckplatte
|
|
|
|
LOADER_BUTTON_WEIGHTED-PRESSURE-PLATE = Druckplatte
|
|
|
|
LOADER_BUTTON_TRIPWIRE = Tripwire
|
|
|
|
LOADER_BUTTON_NOTEBLOCK = Noteblock
|
|
|
|
LOADER_BUTTON_DAYLIGHTSENSOR = Tageslichtsensor
|
|
|
|
LOADER_BUTTON_INVALID = Invalider
|
|
|
|
|
2021-05-13 16:00:55 +02:00
|
|
|
# Other
|
|
|
|
OTHER_ITEMS_TELEPORT_GUI_NAME=Teleportieren
|
|
|
|
OTHER_ITEMS_TELEPORT_PLAYER_OFFLINE=§cDer Spieler ist Offline
|