mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-03 06:01:44 +01:00
New translations strings.yml (German)
This commit is contained in:
parent
4806e44640
commit
064d44e78b
@ -12,6 +12,8 @@ COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "<command> - Quests erstellen/bearbeiten"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Events erstellen/bearbeiten"
|
||||
COMMAND_CONDITIONS_EDITOR: "conditions"
|
||||
COMMAND_CONDITIONS_EDITOR_HELP: "<command> - Create, edit or delete conditions"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "<command> - Deine Questfortschritte aufrufen"
|
||||
COMMAND_TOP: "top"
|
||||
@ -159,6 +161,8 @@ stageEditorDeathEvent: "Todes-Event"
|
||||
stageEditorDeathEventCleared: "Todes-Event entfernt."
|
||||
stageEditorDisconnectEvent: "Trenn Event"
|
||||
stageEditorDisconnectEventCleared: "Trenn Event gelöscht."
|
||||
stageEditorConditions: "Conditions"
|
||||
stageEditorConditionCleared: "Condition cleared."
|
||||
stageEditorDelayMessage: "Wiederholungsnachricht"
|
||||
stageEditorDenizenScript: "Denizen Script"
|
||||
stageEditorStartMessage: "Startnachricht"
|
||||
@ -222,6 +226,7 @@ stageEditorChatEventsPrompt: "Gib einen Eventnamen zum Hinzufügen ein, <clear>,
|
||||
stageEditorChatEventsTriggerPrompt: "Gib einen Chat-Auslöser für <action>, <cancel>"
|
||||
stageEditorCommandEventsPrompt: "Gib einen Eventnamen zum Hinzufügen ein, <clear>, <cancel>"
|
||||
stageEditorCommandEventsTriggerPrompt: "Gib einen Command-Auslöser für <action>, <cancel>"
|
||||
stageEditorConditionsPrompt: "Enter a condition name, <clear>, <cancel>"
|
||||
stageEditorDelayMessagePrompt: "Gib eine Verzögerungs Nachricht ein, <clear>, <cancel>"
|
||||
stageEditorScriptPrompt: "Gib den Skriptnamen ein, <clear>, <cancel>"
|
||||
stageEditorStartMessagePrompt: "Gib die Startnachricht ein, <clear>, <cancel>"
|
||||
@ -240,6 +245,7 @@ stageEditorInvalidItemName: "ist kein gültiger Item-Name!"
|
||||
stageEditorInvalidDye: "ist keine gültige Farbe!"
|
||||
stageEditorInvalidEvent: "ist kein gültiger Event-Name!"
|
||||
stageEditorDuplicateEvent: "Event ist bereits in der Liste!"
|
||||
stageEditorInvalidCondition: "is not a valid condition name!"
|
||||
stageEditorInvalidScript: "Denizen Script wurde nicht gefunden!"
|
||||
stageEditorNoCitizens: "Citizens ist nicht installiert!"
|
||||
stageEditorNoDenizen: "Denizen ist nicht installiert!"
|
||||
@ -389,6 +395,25 @@ eventEditorSetHealthPrompt: "Gib die Gesundheitsmenge ein, <clear>"
|
||||
eventEditorSetTeleportPrompt: "Rechtsklicke auf einen Block um den Teleportpunkt für die Spieler zu setzen, <done>, <clear>, <cancel>"
|
||||
eventEditorCommandsNote: "Hinweis: Sie können <player> verwenden, verweisen auf den Namen des Spielers."
|
||||
eventEditorSetCommandsPrompt: "Gib Befehle ein, <semicolon>, <clear>, <cancel>"
|
||||
conditionEditorCreate: "Create new condition"
|
||||
conditionEditorEdit: "Edit a condition"
|
||||
conditionEditorDelete: "Delete a condition"
|
||||
conditionEditorNoneToEdit: "No conditions currently exist to be edited!"
|
||||
conditionEditorNoneToDelete: "No conditions currently exist to be deleted!"
|
||||
conditionEditorNotFound: "Condition not found!"
|
||||
conditionEditorExists: "Condition already exists!"
|
||||
conditionEditorInUse: "The following quests use the action"
|
||||
conditionEditorDeleted: "Condition deleted. Quest and condition data reloaded."
|
||||
conditionEditorSaved: "Condition saved. Quest and condition data reloaded."
|
||||
conditionEditorEnterName: "Enter Condition name, <cancel>"
|
||||
conditionEditorModifiedNote: 'Note: You have modified a condition that the following quests use:'
|
||||
conditionEditorForcedToQuit: "If you save the condition, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
conditionEditorSetName: "Set name"
|
||||
conditionEditorPlayer: "Player"
|
||||
conditionEditorItemsInMainHand: "Holding in main hand"
|
||||
conditionEditorSetItemsInMainHand: "Set holding in main hand"
|
||||
conditionEditorFailQuest: "Fail the quest"
|
||||
conditionEditorConditionCleared: "Condition cleared."
|
||||
reqSetMoney: "Geldvoraussetzung festlegen"
|
||||
reqSetQuestPoints: "Questpunkt-Voraussetzung festlegen"
|
||||
reqSetItem: "Itemvoraussetzung festlegen"
|
||||
@ -543,6 +568,7 @@ questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
conditionEditorTitle: "- Condition Editor - "
|
||||
questCreateTitle: "- Quest erstellen -"
|
||||
questEditTitle: "- Quest bearbeiten -"
|
||||
questDeleteTitle: "- Quest löschen -"
|
||||
@ -696,7 +722,6 @@ timeSecond: "Sekunde"
|
||||
timeSeconds: "Sekunden"
|
||||
timeMillisecond: "Millisekunde"
|
||||
timeMilliseconds: "Millisekunden"
|
||||
event: "Event"
|
||||
delay: "Wartezeit"
|
||||
save: "Speichern"
|
||||
exit: "Verlassen"
|
||||
@ -724,6 +749,8 @@ listsNotSameSize: "Alle benötigten Listen müssen die gleiche Größe haben!"
|
||||
listDuplicate: "Die Liste enthält Duplikate!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
event: "Event"
|
||||
condition: "Condition"
|
||||
quests: "Quests"
|
||||
createdBy: "Erstellt von"
|
||||
continuedBy: "und fortgesetzt von"
|
||||
@ -737,6 +764,7 @@ usage: "Benutze"
|
||||
redoableEvery: "Wiederholbar jede/n <time>."
|
||||
requirements: "Vorraussetzungen"
|
||||
requirementsItemFail: "Erforderlicher Gegenstand kann nicht abgeholt werden. Ist es in Ihrer weniger dominanten Hand?"
|
||||
conditionFail: "Quest condition failed."
|
||||
money: "Geld"
|
||||
with: "mit"
|
||||
to: "nach"
|
||||
|
Loading…
Reference in New Issue
Block a user