mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-06 00:18:39 +01:00
New translations strings.yml (Hungarian)
This commit is contained in:
parent
fa716a6803
commit
1dd036bb4e
@ -12,6 +12,8 @@ COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "<command> - Küldetés létrehozása/szerkesztése"
|
||||
COMMAND_EVENTS_EDITOR: "actions"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Események létrehozása/szerkesztése"
|
||||
COMMAND_CONDITIONS_EDITOR: "conditions"
|
||||
COMMAND_CONDITIONS_EDITOR_HELP: "<command> - Create, edit or delete conditions"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "<command> - Megtekinti a küldetések statisztikáit"
|
||||
COMMAND_TOP: "top"
|
||||
@ -159,6 +161,8 @@ stageEditorDeathEvent: "Halálesemény"
|
||||
stageEditorDeathEventCleared: "Halálesemény törölve."
|
||||
stageEditorDisconnectEvent: "Szétkapcsolási esemény"
|
||||
stageEditorDisconnectEventCleared: "Szétkapcsolási esemény törölve."
|
||||
stageEditorConditions: "Conditions"
|
||||
stageEditorConditionCleared: "Condition cleared."
|
||||
stageEditorDelayMessage: "Késleltetett üzenet"
|
||||
stageEditorDenizenScript: "Honpolgár script"
|
||||
stageEditorStartMessage: "Üzenet indítás"
|
||||
@ -222,6 +226,7 @@ stageEditorChatEventsPrompt: "Add meg a hozzáadandó esemény nevét, <clear>,
|
||||
stageEditorChatEventsTriggerPrompt: "Adj meg egy chat-indítót <action>, <cancel>"
|
||||
stageEditorCommandEventsPrompt: "Add meg a hozzáadandó esemény nevét, <clear>, <cancel>"
|
||||
stageEditorCommandEventsTriggerPrompt: "Add meg a parancskapcsolót <action>, <cancel>"
|
||||
stageEditorConditionsPrompt: "Enter a condition name, <clear>, <cancel>"
|
||||
stageEditorDelayMessagePrompt: "Add meg a késleltetés üzenetet, <clear>, <cancel>"
|
||||
stageEditorScriptPrompt: "Írd be a parancsfájl nevét, <clear>, <cancel>"
|
||||
stageEditorStartMessagePrompt: "Írd be az indító üzenetet, <clear>, <cancel>"
|
||||
@ -240,6 +245,7 @@ stageEditorInvalidItemName: "nem érvényes elem név!"
|
||||
stageEditorInvalidDye: "nem érvényes festékszín!"
|
||||
stageEditorInvalidEvent: "nem érvényes eseménynév!"
|
||||
stageEditorDuplicateEvent: "Az esemény már szerepel a listán!"
|
||||
stageEditorInvalidCondition: "is not a valid condition name!"
|
||||
stageEditorInvalidScript: "Denizen script nem található!"
|
||||
stageEditorNoCitizens: "Citizens nincs telepítve!"
|
||||
stageEditorNoDenizen: "Denizen nincs telepítve!"
|
||||
@ -389,6 +395,25 @@ eventEditorSetHealthPrompt: "Add meg az élet szintet, <clear>"
|
||||
eventEditorSetTeleportPrompt: "Jobb egérgombbal kattints egy blokkra hogy teleportálja a játékost, <done>, <clear>, <cancel>"
|
||||
eventEditorCommandsNote: "Megjegyzés: Használhatod a <player> kifejezést a játékos nevére."
|
||||
eventEditorSetCommandsPrompt: "Add meg a parancsokat, <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: "Pénzigény beállítása"
|
||||
reqSetQuestPoints: "Küldetés pontkövetelmény beállítása"
|
||||
reqSetItem: "Elem követelmények beállítása"
|
||||
@ -543,6 +568,7 @@ questNPCListTitle: "- Küldetések | <npc> -"
|
||||
questAdminHelpTitle: "- Küldetés admin -"
|
||||
questEditorTitle: "- Küldetés szerkesztő -"
|
||||
eventEditorTitle: "- Esemény szerkesztő - "
|
||||
conditionEditorTitle: "- Condition Editor - "
|
||||
questCreateTitle: "- Küldetés létrehozása -"
|
||||
questEditTitle: "- Küldetés szerkesztése -"
|
||||
questDeleteTitle: "- Küldetés törlése -"
|
||||
@ -696,7 +722,6 @@ timeSecond: "Másodperc"
|
||||
timeSeconds: "Másodperc"
|
||||
timeMillisecond: "Milliszekundum"
|
||||
timeMilliseconds: "Milliszekundum"
|
||||
event: "Esemény"
|
||||
delay: "Késleltető"
|
||||
save: "Mentés"
|
||||
exit: "Kilépés"
|
||||
@ -724,6 +749,8 @@ listsNotSameSize: "Minden szükséges listának azonos méretűnek kell lennie!"
|
||||
listDuplicate: "A lista duplikátumokat tartalmaz!"
|
||||
id: "ID"
|
||||
quest: "Küldetés"
|
||||
event: "Esemény"
|
||||
condition: "Condition"
|
||||
quests: "Küldetések"
|
||||
createdBy: "Készítette"
|
||||
continuedBy: "és tovább folytatódott"
|
||||
@ -737,6 +764,7 @@ usage: "Használat"
|
||||
redoableEvery: "Minden <time> újracserélhető."
|
||||
requirements: "Követelmények"
|
||||
requirementsItemFail: "Nem sikerült összegyűjteni a szükséges tárgyat. A bal kezedben van?"
|
||||
conditionFail: "Quest condition failed."
|
||||
money: "Pénz"
|
||||
with: "Val vel"
|
||||
to: "nak nek"
|
||||
|
Loading…
Reference in New Issue
Block a user