Initial server configuration
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
|
||||
#
|
||||
# >> See lang-en.yml for variable descriptions <<
|
||||
#
|
||||
# +-----------------------------------+
|
||||
# | CAUTION: Do NOT change this file! |
|
||||
# +-----------------------------------+
|
||||
#
|
||||
# It will be silently overwritten with updates! If you want
|
||||
# to customize strings yourself, copy this file to lang-custom.yml
|
||||
# and set the language in the config.yml to "lang: 'custom'"
|
||||
|
||||
# DO NOT CHANGE! The version of this language file. Used to determine
|
||||
# if the file needs to be updated.
|
||||
version: 1
|
||||
# The corresponding language code used in resource packs. Used for
|
||||
# resource pack generation. Typically, this is a combination of the
|
||||
# language code (ISO 639) and the country code (ISO 3166).
|
||||
resource_pack_lang_code: 'de_de'
|
||||
|
||||
command_permission:
|
||||
list_empty: "§b∅"
|
||||
list_header_groups: "Registrierte Gruppen:"
|
||||
list_header_permissions: "Registrierte Berechtigungen:\nFormat: <permission> (<default>): <description>"
|
||||
list_header_player_groups: "Berechtigungsgruppen für %1$s:"
|
||||
list_header_player_permissions: "Berechtigungen für %1$s:\nFormat: <permission> (<default>): <description>"
|
||||
list_header_group_permissions: "Berechtigungen für %1$s:\nFormat: <permission> (<default>): <description>"
|
||||
list_player_offline: "§6Der angeforderte Spieler ist offline. Es werden nur direkt konfigurierte Berechtigungen gezeigt. Berechtigungen die durch andere Plugins gesetzt werden fehlen möglicherweise."
|
||||
list_group: "§7 - %1$s"
|
||||
list_permission: "§7 - %1$s§7 (%2$s§7): %3$s"
|
||||
group_assigned: "%1$s wurde %2$s zugewiesen"
|
||||
group_removed: "%1$s wurde von %2$s entfernt"
|
||||
group_already_assigned: "§6Gruppe bereits zugewiesen"
|
||||
group_not_assigned: "§6Gruppe nicht zugewiesen"
|
||||
usage: "%1$s §7<§alist§7|§aadd§7|§aremove§7>"
|
||||
description: "Verwaltet Spielerberechtigungen."
|
||||
help: "§alist §7<§agroups§7|§apermissions§7>:§r Listet alle verfügbaren Berechtigungen oder Berechtigungsgruppen.\n\
|
||||
§aadd §bplayer §bgroup§7:§r Fügt einen Spieler zu einer Berechtigungsgruppe hinzu.\n\
|
||||
§aremove §bplayer §bgroup§7:§r Entfernt einen Spieler aus einer Berechtigungsgruppe."
|
||||
|
||||
command_vouch:
|
||||
vouched: "§aDu hast dich für %1$s§a verbürgt!"
|
||||
already_vouched: "§6Du hast dich bereits für %1$s§6 verbürgt!"
|
||||
usage: "%1$s §bspieler"
|
||||
description: "Verbürge dich für einen Spieler."
|
||||
help: "Verbürge dich für einen Spieler, wodurch dieser Spielrechte zugeteilt bekommt."
|
||||
Reference in New Issue
Block a user