mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-12 18:41:22 +01:00
New translations strings.yml (Polish)
This commit is contained in:
parent
780e6d29c7
commit
1da9737488
@ -12,6 +12,8 @@ COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "<command> - Tworzy/Edytuje zadanie"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Tworzy/Edytuje akcje"
|
||||
COMMAND_CONDITIONS_EDITOR: "conditions"
|
||||
COMMAND_CONDITIONS_EDITOR_HELP: "<command> - Create, edit or delete conditions"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "<command> - Wyświetla statystyki zadań"
|
||||
COMMAND_TOP: "top"
|
||||
@ -159,6 +161,8 @@ stageEditorDeathEvent: "Wydarzenie Śmierci"
|
||||
stageEditorDeathEventCleared: "Wydarzenie Śmierci usunięte."
|
||||
stageEditorDisconnectEvent: "Rozłączone Wydarzenie"
|
||||
stageEditorDisconnectEventCleared: "Rozłączone Wydarzenie usunięte."
|
||||
stageEditorConditions: "Conditions"
|
||||
stageEditorConditionCleared: "Condition cleared."
|
||||
stageEditorDelayMessage: "Opóźniona Wiadomość"
|
||||
stageEditorDenizenScript: "Mieszkaniec Skryptu"
|
||||
stageEditorStartMessage: "Rozpocznij Wiadomość"
|
||||
@ -222,6 +226,7 @@ stageEditorChatEventsPrompt: "Wprowadź nazwę wydarzenia aby dodać, <clear>, <
|
||||
stageEditorChatEventsTriggerPrompt: "Wprowadź wyzwalacz czatu dla <action>, <cancel>"
|
||||
stageEditorCommandEventsPrompt: "Wprowadź nazwę wydarzenia aby dodać, <clear>, <cancel>"
|
||||
stageEditorCommandEventsTriggerPrompt: "Wprowadź wyzwalacz polecenia dla <action>, <cancel>"
|
||||
stageEditorConditionsPrompt: "Enter a condition name, <clear>, <cancel>"
|
||||
stageEditorDelayMessagePrompt: "Wprowadź spóźnioną wiadomość, <clear>, <cancel>"
|
||||
stageEditorScriptPrompt: "Wprowadź nazwę skryptu, <clear>, <cancel>"
|
||||
stageEditorStartMessagePrompt: "Wprowadź wiadomość początkową, <clear>, <cancel>"
|
||||
@ -240,6 +245,7 @@ stageEditorInvalidItemName: "nie jest to poprawna nazwa przedmiotu!"
|
||||
stageEditorInvalidDye: "nie jest to prawidłowa barwa koloru!"
|
||||
stageEditorInvalidEvent: "nie jest to poprawna nazwa wydarzenia!"
|
||||
stageEditorDuplicateEvent: "Wydarzenie jest już na liście!"
|
||||
stageEditorInvalidCondition: "is not a valid condition name!"
|
||||
stageEditorInvalidScript: "Nie znaleziono skryptu mieszkańca!"
|
||||
stageEditorNoCitizens: "Obywatele nie zostali zainstalowani!"
|
||||
stageEditorNoDenizen: "Mieszkańcy nie zostali zainstalowani!"
|
||||
@ -389,6 +395,25 @@ eventEditorSetHealthPrompt: "Wprowadź poziom zdrowia, <clear>"
|
||||
eventEditorSetTeleportPrompt: "Kliknij prawym przyciskiem myszy na bloku, teleportować się do gracza, <done>, <clear>, <cancel>"
|
||||
eventEditorCommandsNote: "Uwaga: Możesz użyć <player> aby odnieść się do imienia gracza."
|
||||
eventEditorSetCommandsPrompt: "Wprowadź komendy, <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: "Ustaw wymaganą ilość pieniędzy"
|
||||
reqSetQuestPoints: "Ustaw wymagania punktów misji"
|
||||
reqSetItem: "Ustaw wymagania przedmiotu"
|
||||
@ -543,6 +568,7 @@ questNPCListTitle: "- Zadania - | <npc> -"
|
||||
questAdminHelpTitle: "- Zadanie administratora -"
|
||||
questEditorTitle: "- Edytor misji -"
|
||||
eventEditorTitle: "- Edytor wydarzeń - "
|
||||
conditionEditorTitle: "- Condition Editor - "
|
||||
questCreateTitle: "- Utwórz misje -"
|
||||
questEditTitle: "- Edytuj misje -"
|
||||
questDeleteTitle: "- Usuń misje -"
|
||||
@ -696,7 +722,6 @@ timeSecond: "Sekunda"
|
||||
timeSeconds: "Sekund"
|
||||
timeMillisecond: "Milisekunda"
|
||||
timeMilliseconds: "Milisekund"
|
||||
event: "Akcja"
|
||||
delay: "Opóźnienie"
|
||||
save: "Zapisz"
|
||||
exit: "Wyjdź"
|
||||
@ -724,6 +749,8 @@ listsNotSameSize: "Wszystkie wymagane listy muszą mieć ten sam rozmiar!"
|
||||
listDuplicate: "Zawiera powtórzenia!"
|
||||
id: "ID"
|
||||
quest: "Zadanie"
|
||||
event: "Akcja"
|
||||
condition: "Condition"
|
||||
quests: "Zadania"
|
||||
createdBy: "Stworzony przez"
|
||||
continuedBy: "i kontynuowane przez"
|
||||
@ -737,6 +764,7 @@ usage: "Użycie"
|
||||
redoableEvery: "Odnawia się co <time>."
|
||||
requirements: "Wymagania"
|
||||
requirementsItemFail: "Nie można odebrać wymaganego przedmiotu. Czy to w twojej mniej dominującej ręce?"
|
||||
conditionFail: "Quest condition failed."
|
||||
money: "Pieniądze"
|
||||
with: "Z"
|
||||
to: "do"
|
||||
|
Loading…
Reference in New Issue
Block a user