From 019b24a7dfed29c224e0216f5e2c0fa6544cc79b Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Mon, 11 Feb 2019 23:03:02 -0500 Subject: [PATCH] New translations strings.yml (Czech) --- src/main/resources/lang/cs-CZ/strings.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/resources/lang/cs-CZ/strings.yml b/src/main/resources/lang/cs-CZ/strings.yml index 857d7dbb4..f0c62d18f 100644 --- a/src/main/resources/lang/cs-CZ/strings.yml +++ b/src/main/resources/lang/cs-CZ/strings.yml @@ -74,6 +74,12 @@ questEditorEnterNPCStart: "Zadejte NPC ID, , " questEditorEnterBlockStart: "Pravým-klikem na blok použijete počáteční bod, , , " questEditorEnterInitialEvent: "Zadej název Eventu, , " questRequiredNoneSet: "Povinný, není nastaveno" +questPartiesCreate: "Players added to this party may perform quests together!" +questPartiesDelete: "The quest party was disbanded." +questPartiesInvite: " can now perform quests with you!" +questPartiesJoin: "You can now perform quests with ." +questPartiesKicked: " can no longer perform quests with you." +questPartiesLeave: "You can no longer perform quests with ." questWGSetRegion: "Nastavit region" questWGNotInstalled: "Plugin WorldGuard není nainstalován" questWGPrompt: "Enter WorldGuard region, , " @@ -262,11 +268,6 @@ stageEditorNoKillLocations: "Musíš nejdříve nastavit zabíjecí lokaci!" stageEditorNoBlockSelected: "Nejdřív musíte vybrat blok." stageEditorNoColors: "Nejdřív musíte nastavit barvy!" stageEditorNoLocations: "Nejdřív musíte nastavit lokace!" -stageEditorNoEnchantmentsSet: "Nenastaveny žádné enchanty" -stageEditorNoItemsSet: "Nenastaveny žádné položky" -stageEditorNoMobTypesSet: "Nenastaveny žádné typy monster" -stageEditorNoLocationsSet: "Žádné lokace nebyly nastaveny" -stageEditorNoColorsSet: "Žádné barvy nebyly nastaveny" stageEditorListNotSameSize: "Seznam názvů bloků a seznam položek nejsou stejné velikosti!" stageEditorEnchantmentNotSameSize: "Seznam enchantů, the item id list and the enchant amount list are not the same size!" stageEditorDeliveriesNotSameSize: "Seznam položek a seznam NPC nejsou stejné velikosti!"