mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-24 19:46:34 +01:00
New translations strings.yml (Romanian)
This commit is contained in:
parent
2453d7140d
commit
89c9323caa
@ -124,7 +124,7 @@ stageEditorItems: "Produse"
|
||||
stageEditorCraftItems: "Produse de mestesug"
|
||||
stageEditorSmeltItems: "Topește obiectele"
|
||||
stageEditorEnchantItems: "Bonusează obiecte"
|
||||
stageEditorBrewPotions: "Brew potions"
|
||||
stageEditorBrewPotions: "Prepară o poțiune"
|
||||
stageEditorNPCs: "NPCs"
|
||||
stageEditorDeliverItems: "Trimite obiecte"
|
||||
stageEditorTalkToNPCs: "Vorbește cu NPC-urile"
|
||||
@ -218,11 +218,11 @@ stageEditorMobLocationPrompt: "Click dreapta pe un bloc pentru a-l selecta, <add
|
||||
stageEditorMobLocationRadiiPrompt: "Introdu raza locației morții (număr de blocuri), <space>, <cancel>"
|
||||
stageEditorMobLocationNamesPrompt: "Introdu numele localităților, <semicolon>, <cancel>"
|
||||
stageEditorReachLocationPrompt: "Click dreapta pe un bloc pentru a-l selecta, <add>, <cancel>"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks), <space>, <cancel>"
|
||||
stageEditorReachLocationRadiiPrompt: "Introduceți o rază de acțiune pentru fiecare locație (număr de blocuri), <space>,<cancel>"
|
||||
stageEditorReachLocationNamesPrompt: "Introdu numele localităților, <semicolon>, <cancel>"
|
||||
stageEditorTameAmountsPrompt: "Introdu suma entităților îmblânzite, <space>, <cancel>"
|
||||
stageEditorShearColorsPrompt: "Introdu culorile oilor, <space>, <cancel>"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts, <space>, <cancel>"
|
||||
stageEditorShearAmountsPrompt: "Introduceți suma, <space>, <cancel>"
|
||||
stageEditorEventsPrompt: "Introdu un nume pentru eveniment, <clear>, <cancel>"
|
||||
stageEditorChatEventsPrompt: "Introdu un nume pentru eveniment pentru a adăuga, <clear>, <cancel>"
|
||||
stageEditorChatEventsTriggerPrompt: "%yellow%Introdu un text pentru a porni %aqua%<event>%yellow% <cancel>"
|
||||
@ -230,28 +230,28 @@ stageEditorCommandEventsPrompt: "Introdu un nume pentru eveniment pentru a adău
|
||||
stageEditorCommandEventsTriggerPrompt: "%yellow%Introdu o comanda pentru a porni %aqua% <event>%yellow% <cancel>"
|
||||
stageEditorDelayMessagePrompt: "Introdu mesajul întârziat, <clear>, <cancel>"
|
||||
stageEditorScriptPrompt: "Introdu numele scriptului, <clear>, <cancel>"
|
||||
stageEditorStartMessagePrompt: "Enter start message, <clear>, <cancel>"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, <clear>, <cancel>"
|
||||
stageEditorPasswordDisplayPrompt: "Enter password display, <cancel>"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter password phrases, <semicolon>, <cancel>"
|
||||
stageEditorPasswordPhraseHint: "(This is the text that a player must enter to complete the objective)"
|
||||
stageEditorStartMessagePrompt: "Introduceți mesajul de început, <clear>, <cancel>"
|
||||
stageEditorCompleteMessagePrompt: "Introduceți mesajul de sfârșit, <clear>, <cancel>"
|
||||
stageEditorPasswordDisplayPrompt: "Întroduceti parola, <cancel>"
|
||||
stageEditorPasswordDisplayHint: "(Acest text va fi afișat jucătorilor ca și obiectiv)"
|
||||
stageEditorPasswordPhrasePrompt: "Introduceți parola, <semicolon>, <cancel>"
|
||||
stageEditorPasswordPhraseHint: "(Acesta este textul pe care un jucător trebuie să îl introducă pentru a finaliza obiectivul)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, <clear>, <cancel>"
|
||||
stageEditorObjectiveOverrideHint: "(This override will display your own text as the objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorNotSolid: "is not a solid block!"
|
||||
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||
stageEditorDeliveryAddItem: "Adauga articol"
|
||||
stageEditorDeliveryNPCs: "Setaţi ID-urile la NPC"
|
||||
stageEditorDeliveryMessages: "Setați mesaje de livrare"
|
||||
stageEditorNotSolid: "nu este un bloc solid!"
|
||||
stageEditorInvalidBlockName: "nu este un articol valid!"
|
||||
stageEditorInvalidEnchantment: "farmecul ales nu este valid!"
|
||||
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||
stageEditorInvalidMob: "is not a valid mob name!"
|
||||
stageEditorInvalidItemName: "is not a valid item name!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid action name!"
|
||||
stageEditorDuplicateEvent: "Action is already in the list!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorInvalidNPC: "nu este un ID de NPC!"
|
||||
stageEditorInvalidMob: "nu este un nume valid de monstru!"
|
||||
stageEditorInvalidItemName: "nu este un nume valid de articol!"
|
||||
stageEditorInvalidDye: "nu este o culoare validă!"
|
||||
stageEditorInvalidEvent: "nu este o acțiune validă!"
|
||||
stageEditorDuplicateEvent: "Acțiunea se află deja în listă!"
|
||||
stageEditorInvalidScript: "Nu au fost găsite scripturile pentru Denizen!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
|
Loading…
Reference in New Issue
Block a user