mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-15 15:16:41 +01:00
New translations strings.yml (Romanian)
This commit is contained in:
parent
2731132610
commit
b272242fdc
@ -256,7 +256,6 @@ stageEditorInvalidEnchantment: "farmecul ales nu este valid!"
|
|||||||
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
stageEditorInvalidMob: "is not a valid mob name!"
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
stageEditorInvalidItemName: "is not a valid item name!"
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
stageEditorInvalidNumber: "nu este un număr!"
|
|
||||||
stageEditorInvalidDye: "is not a valid dye color!"
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
stageEditorInvalidEvent: "is not a valid action name!"
|
stageEditorInvalidEvent: "is not a valid action name!"
|
||||||
stageEditorDuplicateEvent: "Action is already in the list!"
|
stageEditorDuplicateEvent: "Action is already in the list!"
|
||||||
@ -352,7 +351,6 @@ eventEditorSetItemAmounts: "Set item amounts"
|
|||||||
eventEditorNoNames: "No names set"
|
eventEditorNoNames: "No names set"
|
||||||
eventEditorMustSetNames: "You must set item names first!"
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
eventEditorInvalidName: "is not a valid item name!"
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
eventEditorNotANumber: "is not a number!"
|
|
||||||
eventEditorStorm: "Action Storm"
|
eventEditorStorm: "Action Storm"
|
||||||
eventEditorSetWorld: "Set world"
|
eventEditorSetWorld: "Set world"
|
||||||
eventEditorSetDuration: "Set duration"
|
eventEditorSetDuration: "Set duration"
|
||||||
@ -486,11 +484,13 @@ plnTooLate: "<quest> was last active <time> ago."
|
|||||||
optGeneral: "General"
|
optGeneral: "General"
|
||||||
optMultiplayer: "Multiplayer"
|
optMultiplayer: "Multiplayer"
|
||||||
optBooleanPrompt: "Enter '<true>' or '<false>', <clear>, <cancel>"
|
optBooleanPrompt: "Enter '<true>' or '<false>', <clear>, <cancel>"
|
||||||
|
optNumberPrompt: "Enter a level (number) for tracking progress, <clear>, <cancel>"
|
||||||
optAllowCommands: "Allow commands during quest"
|
optAllowCommands: "Allow commands during quest"
|
||||||
optAllowQuitting: "Allow quitting during quest"
|
optAllowQuitting: "Allow quitting during quest"
|
||||||
optCommandsDenied: "You cannot use commands during <quest>."
|
optCommandsDenied: "You cannot use commands during <quest>."
|
||||||
optUseDungeonsXLPlugin: "Use DungeonsXL plugin"
|
optUseDungeonsXLPlugin: "Use DungeonsXL plugin"
|
||||||
optUsePartiesPlugin: "Use Parties plugin"
|
optUsePartiesPlugin: "Use Parties plugin"
|
||||||
|
optShareProgressLevel: "Level of progress sharing"
|
||||||
rewSetMoney: "Set money reward"
|
rewSetMoney: "Set money reward"
|
||||||
rewSetQuestPoints: "Set Quest Points reward"
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
rewSetItems: "Set item rewards"
|
rewSetItems: "Set item rewards"
|
||||||
@ -553,7 +553,6 @@ itemCreateInvalidName: "Invalid item name!"
|
|||||||
itemCreateInvalidDurab: "Invalid item durability!"
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
itemCreateInvalidInput: "Invalid input!"
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
itemCreateNotNumber: "Input was not a number!"
|
|
||||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
itemCreateCriticalError: "A critical error has occurred."
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
dateCreateEnterDay: "Enter a day (max. 31), <cancel>"
|
dateCreateEnterDay: "Enter a day (max. 31), <cancel>"
|
||||||
@ -718,7 +717,6 @@ disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
|||||||
invalidMinimum: "Input must be at least <number>!"
|
invalidMinimum: "Input must be at least <number>!"
|
||||||
invalidRange: "Input must be between <least> and <greatest>!"
|
invalidRange: "Input must be between <least> and <greatest>!"
|
||||||
invalidOption: "Invalid option!"
|
invalidOption: "Invalid option!"
|
||||||
invalidNumber: "Invalid number."
|
|
||||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
playerNotFound: "Player not found."
|
playerNotFound: "Player not found."
|
||||||
@ -836,6 +834,8 @@ questPoints: "Quest Points"
|
|||||||
accepted: "Accepted"
|
accepted: "Accepted"
|
||||||
complete: "Complete"
|
complete: "Complete"
|
||||||
redoable: "Redoable"
|
redoable: "Redoable"
|
||||||
|
objectives: "Objectives"
|
||||||
|
everything: "Everything"
|
||||||
usage: "Usage"
|
usage: "Usage"
|
||||||
redoableEvery: "Redoable every <time>."
|
redoableEvery: "Redoable every <time>."
|
||||||
requirements: "Requirements"
|
requirements: "Requirements"
|
||||||
|
Loading…
Reference in New Issue
Block a user