mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-09 09:01:20 +01:00
New translations strings.yml (Dutch)
This commit is contained in:
parent
1da9737488
commit
69b7f41145
@ -12,6 +12,8 @@ COMMAND_EDITOR: "bewerker"
|
||||
COMMAND_EDITOR_HELP: "<command> - Maak, bewerk of verwijder queesten"
|
||||
COMMAND_EVENTS_EDITOR: "acties"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Maak, bewerk of verwijder acties"
|
||||
COMMAND_CONDITIONS_EDITOR: "conditions"
|
||||
COMMAND_CONDITIONS_EDITOR_HELP: "<command> - Create, edit or delete conditions"
|
||||
COMMAND_STATS: "statistieken"
|
||||
COMMAND_STATS_HELP: "<command> - Bekijk statistieken voor queeste"
|
||||
COMMAND_TOP: "top"
|
||||
@ -159,6 +161,8 @@ stageEditorDeathEvent: "Dood functie"
|
||||
stageEditorDeathEventCleared: "Dood Functie Verwijdert."
|
||||
stageEditorDisconnectEvent: "Functie om te Stoppen"
|
||||
stageEditorDisconnectEventCleared: "Functie om te Stoppen verwijdert."
|
||||
stageEditorConditions: "Conditions"
|
||||
stageEditorConditionCleared: "Condition cleared."
|
||||
stageEditorDelayMessage: "Vertragend Bericht"
|
||||
stageEditorDenizenScript: "Denizen Script"
|
||||
stageEditorStartMessage: "Startbericht"
|
||||
@ -222,6 +226,7 @@ stageEditorChatEventsPrompt: "Typ een event naam om toe te voegen, <clear>, <can
|
||||
stageEditorChatEventsTriggerPrompt: "Typ een chat trigger voor <action>, <cancel>"
|
||||
stageEditorCommandEventsPrompt: "Typ een event naam, <clear>, <cancel>"
|
||||
stageEditorCommandEventsTriggerPrompt: "Typ een chat trigger voor <action>, <cancel>"
|
||||
stageEditorConditionsPrompt: "Enter a condition name, <clear>, <cancel>"
|
||||
stageEditorDelayMessagePrompt: "Typ verzendings berichten, <clear>, <cancel>"
|
||||
stageEditorScriptPrompt: "Voer de scriptnaam van het, <clear>, <cancel>"
|
||||
stageEditorStartMessagePrompt: "Type een start bericht <clear>, <cancel>"
|
||||
@ -240,6 +245,7 @@ stageEditorInvalidItemName: "is niet de naam van een geldig item!"
|
||||
stageEditorInvalidDye: "is geen geldige kleurstof!"
|
||||
stageEditorInvalidEvent: "is geen geldig event naam!"
|
||||
stageEditorDuplicateEvent: "Event staat al in de lijst!"
|
||||
stageEditorInvalidCondition: "is not a valid condition name!"
|
||||
stageEditorInvalidScript: "Denizen script kon niet gevonden worden!"
|
||||
stageEditorNoCitizens: "Citizens is niet geïnstalleerd!"
|
||||
stageEditorNoDenizen: "Denizen is niet geïnstalleerd!"
|
||||
@ -389,6 +395,25 @@ eventEditorSetHealthPrompt: "Voer gezondsheidniveau in, <clear>"
|
||||
eventEditorSetTeleportPrompt: "Rechter-klik op een block om de speler ernaar te laten teleporteren, <done>, <clear>, <cancel>"
|
||||
eventEditorCommandsNote: "Opmerking: U kunt <player> gebruiken om te verwijzen naar de naam van de speler."
|
||||
eventEditorSetCommandsPrompt: "Voer opdrachten in, <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: "Stel geldeis in"
|
||||
reqSetQuestPoints: "Stel <points> vereisten in"
|
||||
reqSetItem: "Zet item vereisten in"
|
||||
@ -543,6 +568,7 @@ questNPCListTitle: "- Queesten | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Queeste Editor -"
|
||||
eventEditorTitle: "- Actie Editor - "
|
||||
conditionEditorTitle: "- Condition Editor - "
|
||||
questCreateTitle: "- Creëer Quest -"
|
||||
questEditTitle: "- Bewerk Queeste -"
|
||||
questDeleteTitle: "- Verwijder Queeste -"
|
||||
@ -696,7 +722,6 @@ timeSecond: "Seconde"
|
||||
timeSeconds: "Seconden"
|
||||
timeMillisecond: "Miliseconde"
|
||||
timeMilliseconds: "Miliseconden"
|
||||
event: "Gebeurtenis"
|
||||
delay: "Vertraging"
|
||||
save: "Opslaan"
|
||||
exit: "Verlaat"
|
||||
@ -724,6 +749,8 @@ listsNotSameSize: "Alle verplichte lijsten moeten hetzelfde aantal items hebben!
|
||||
listDuplicate: "Lijst bevat duplicaten!"
|
||||
id: "ID"
|
||||
quest: "Queeste"
|
||||
event: "Gebeurtenis"
|
||||
condition: "Condition"
|
||||
quests: "Queesten"
|
||||
createdBy: "Gemaakt door"
|
||||
continuedBy: "en voortgezet door"
|
||||
@ -737,6 +764,7 @@ usage: "Gebruik"
|
||||
redoableEvery: "Herroepbaar elke <time>."
|
||||
requirements: "Vereisten"
|
||||
requirementsItemFail: "Kan het vereiste item niet verzamelen. Ligt het in uw hand?"
|
||||
conditionFail: "Quest condition failed."
|
||||
money: "Geld"
|
||||
with: "met"
|
||||
to: "naar"
|
||||
|
Loading…
Reference in New Issue
Block a user