From 77b1919313079fd412d79a96eb3d18e50d86f9e5 Mon Sep 17 00:00:00 2001 From: Veilza Date: Thu, 29 Aug 2024 22:24:12 -0500 Subject: [PATCH] Add Werewolf ability localization keys --- lang/de/werewolf-de.json | 19 +++++++++++++++++++ lang/en/werewolf-en.json | 19 +++++++++++++++++++ lang/es/werewolf-es.json | 19 +++++++++++++++++++ lang/fr/werewolf-fr.json | 19 +++++++++++++++++++ lang/it/werewolf-it.json | 19 +++++++++++++++++++ lang/pl/werewolf-pl.json | 19 +++++++++++++++++++ lang/pt-BR/werewolf-pt-BR.json | 19 +++++++++++++++++++ lang/ru/werewolf-ru.json | 19 +++++++++++++++++++ lang/template/werewolf-template.json | 19 +++++++++++++++++++ lang/uk/werewolf-uk.json | 19 +++++++++++++++++++ 10 files changed, 190 insertions(+) diff --git a/lang/de/werewolf-de.json b/lang/de/werewolf-de.json index f6b499bb..26e6bd23 100644 --- a/lang/de/werewolf-de.json +++ b/lang/de/werewolf-de.json @@ -10,8 +10,17 @@ "Ban": "Bann", "BlackFury": "Schwarze Furie", "BoneGnawer": "Knochenbeißer", + "_CausesDelirium": "", "ChildrenOfGaia": "Kind von Gaia", + "_CrinosBite": "", + "_CrinosClaws": "", + "_CrinosFrenzy": "", + "_CrinosHealth": "", + "_CrinosMentalTests": "", "CrinosName": "Crinos", + "_CrinosPhysicalTests": "", + "_CrinosRegenerate": "", + "_CrinosSocialTests": "", "CrinosTitle": "Die Kriegsform, Das Monster", "EndFrenzy": "Raserei beenden", "EnterFrenzy": "In Raserei fallen", @@ -29,6 +38,9 @@ "GiftsandRites": "Gaben und Riten", "GiftType": "Gaben-Typ", "GlabroName": "Glabro", + "_GlabroPhysicalTests": "", + "_GlabroRegenerate": "", + "_GlabroSocialTests": "", "GlabroTitle": "Der Fast-Mensch", "GlassWalker": "Glaswandler", "Glory": "Ruhm", @@ -38,7 +50,12 @@ "HasCost": "Hat Kosten", "Hauglosk": "Hauglosk", "HaugloskTest": "Hauglosk-Probe", + "_HispoBite": "", "HispoName": "Hispo", + "_HispoPhysicalTests": "", + "_HispoRegenerate": "", + "_HispoSocialTests": "", + "_HispoStealthTests": "", "HispoTitle": "Der Schreckenswolf", "HomidName": "Homid", "HomidTitle": "Der Mensch", @@ -50,6 +67,7 @@ "LostWolfShiftDown": "Dieser Akteur hat den Wolf in sich verloren und kann nicht in übernatürlicher Form bleiben. Wähle eine Form zum Zurückverwandeln.", "LostWolfWarning": "Dieser Akteur hat 0 Zorn und den Wolf in sich verloren.", "LupusName": "Lupus", + "_LupusSocialTests": "", "LupusTitle": "Der Wolf", "Native": "Native", "NewGift": "Neue Gabe", @@ -73,6 +91,7 @@ "ShadowLord": "Schattenlord", "SilentStrider": "Stiller Wanderer", "SilverFang": "Silberfang", + "_SilverImmunity": "", "_StringGifts": "", "Theurge": "Theurg", "TheWolf": "Der Wolf", diff --git a/lang/en/werewolf-en.json b/lang/en/werewolf-en.json index 16061a4b..77e65d18 100644 --- a/lang/en/werewolf-en.json +++ b/lang/en/werewolf-en.json @@ -10,8 +10,17 @@ "Ban": "Ban", "BlackFury": "Black Fury", "BoneGnawer": "Bone Gnawer", + "CausesDelirium": "Causes Delirium", "ChildrenOfGaia": "Children of Gaia", + "CrinosBite": "Bite: +1 Aggravated", + "CrinosClaws": "Claws: +3", + "CrinosFrenzy": "Frenzy Risk, 1 Willpower/turn", + "CrinosHealth": "Health: +4", + "CrinosMentalTests": "Mental Tests: Auto-failure", "CrinosName": "Crinos", + "CrinosPhysicalTests": "Physical Tests: +4", + "CrinosRegenerate": "Regenerate: 2/Rage Check", + "CrinosSocialTests": "Social Tests: Auto-failure", "CrinosTitle": "The War-Form, The Monster", "EndFrenzy": "End Frenzy", "EnterFrenzy": "Enter Frenzy", @@ -29,6 +38,9 @@ "GiftsandRites": "Gifts & Rites", "GiftType": "Gift Type", "GlabroName": "Glabro", + "GlabroPhysicalTests": "Physical Tests: +2", + "GlabroRegenerate": "Regenerate: 1/Rage Check", + "GlabroSocialTests": "Social Tests: -2", "GlabroTitle": "The Near-Human", "GlassWalker": "Glass Walker", "Glory": "Glory", @@ -38,7 +50,12 @@ "HasCost": "Has Cost", "Hauglosk": "Hauglosk", "HaugloskTest": "Hauglosk Test", + "HispoBite": "Bite: +1 Aggravated", "HispoName": "Hispo", + "HispoPhysicalTests": "(Non-Stealth) Physical Tests: +2", + "HispoRegenerate": "Regenerate: 1/Rage Check", + "HispoSocialTests": "Social Tests: Limited to wolves and Garou", + "HispoStealthTests": "Stealth Tests: -2", "HispoTitle": "The Dire Wolf", "HomidName": "Homid", "HomidTitle": "The Human", @@ -50,6 +67,7 @@ "LostWolfShiftDown": "This actor has Lost the Wolf and cannot remain in supernatural forms. Choose a form to shift down into.", "LostWolfWarning": "This actor has 0 rage and has lost the wolf.", "LupusName": "Lupus", + "LupusSocialTests": "Social Tests: Limited to wolves and Garou", "LupusTitle": "The Wolf", "Native": "Native", "NewGift": "New Gift", @@ -73,6 +91,7 @@ "ShadowLord": "Shadow Lord", "SilentStrider": "Silent Strider", "SilverFang": "Silver fang", + "SilverImmunity": "Silver Immunity", "StringGifts": "{string} Gifts", "Theurge": "Theurge", "TheWolf": "The Wolf", diff --git a/lang/es/werewolf-es.json b/lang/es/werewolf-es.json index 5871d8dc..8e732ece 100644 --- a/lang/es/werewolf-es.json +++ b/lang/es/werewolf-es.json @@ -10,8 +10,17 @@ "_Ban": "", "_BlackFury": "", "_BoneGnawer": "", + "_CausesDelirium": "", "_ChildrenOfGaia": "", + "_CrinosBite": "", + "_CrinosClaws": "", + "_CrinosFrenzy": "", + "_CrinosHealth": "", + "_CrinosMentalTests": "", "CrinosName": "Crinos", + "_CrinosPhysicalTests": "", + "_CrinosRegenerate": "", + "_CrinosSocialTests": "", "_CrinosTitle": "", "_EndFrenzy": "", "_EnterFrenzy": "", @@ -29,6 +38,9 @@ "_GiftsandRites": "", "_GiftType": "", "GlabroName": "Glabro", + "_GlabroPhysicalTests": "", + "_GlabroRegenerate": "", + "_GlabroSocialTests": "", "_GlabroTitle": "", "_GlassWalker": "", "Glory": "Gloria", @@ -38,7 +50,12 @@ "HasCost": "Tiene coste", "Hauglosk": "Hauglosk", "_HaugloskTest": "", + "_HispoBite": "", "HispoName": "Hispo", + "_HispoPhysicalTests": "", + "_HispoRegenerate": "", + "_HispoSocialTests": "", + "_HispoStealthTests": "", "_HispoTitle": "", "HomidName": "Homid", "HomidTitle": "El humano", @@ -50,6 +67,7 @@ "_LostWolfShiftDown": "", "_LostWolfWarning": "", "LupusName": "Lupus", + "_LupusSocialTests": "", "_LupusTitle": "", "_Native": "", "_NewGift": "", @@ -73,6 +91,7 @@ "_ShadowLord": "", "_SilentStrider": "", "_SilverFang": "", + "_SilverImmunity": "", "_StringGifts": "", "_Theurge": "", "TheWolf": "El lobo", diff --git a/lang/fr/werewolf-fr.json b/lang/fr/werewolf-fr.json index 21f653b8..4aa30d03 100644 --- a/lang/fr/werewolf-fr.json +++ b/lang/fr/werewolf-fr.json @@ -10,8 +10,17 @@ "_Ban": "", "_BlackFury": "", "_BoneGnawer": "", + "_CausesDelirium": "", "_ChildrenOfGaia": "", + "_CrinosBite": "", + "_CrinosClaws": "", + "_CrinosFrenzy": "", + "_CrinosHealth": "", + "_CrinosMentalTests": "", "_CrinosName": "", + "_CrinosPhysicalTests": "", + "_CrinosRegenerate": "", + "_CrinosSocialTests": "", "_CrinosTitle": "", "_EndFrenzy": "", "_EnterFrenzy": "", @@ -29,6 +38,9 @@ "_GiftsandRites": "", "_GiftType": "", "_GlabroName": "", + "_GlabroPhysicalTests": "", + "_GlabroRegenerate": "", + "_GlabroSocialTests": "", "_GlabroTitle": "", "_GlassWalker": "", "_Glory": "", @@ -38,7 +50,12 @@ "_HasCost": "", "_Hauglosk": "", "_HaugloskTest": "", + "_HispoBite": "", "_HispoName": "", + "_HispoPhysicalTests": "", + "_HispoRegenerate": "", + "_HispoSocialTests": "", + "_HispoStealthTests": "", "_HispoTitle": "", "_HomidName": "", "_HomidTitle": "", @@ -50,6 +67,7 @@ "_LostWolfShiftDown": "", "_LostWolfWarning": "", "_LupusName": "", + "_LupusSocialTests": "", "_LupusTitle": "", "_Native": "", "_NewGift": "", @@ -73,6 +91,7 @@ "_ShadowLord": "", "_SilentStrider": "", "_SilverFang": "", + "_SilverImmunity": "", "_StringGifts": "", "_Theurge": "", "_TheWolf": "", diff --git a/lang/it/werewolf-it.json b/lang/it/werewolf-it.json index 1a72358e..f02f7cb0 100644 --- a/lang/it/werewolf-it.json +++ b/lang/it/werewolf-it.json @@ -10,8 +10,17 @@ "Ban": "Tabù", "BlackFury": "Furie Nere", "BoneGnawer": "Rosicchia Ossa", + "_CausesDelirium": "", "ChildrenOfGaia": "Figli di Gaia", + "_CrinosBite": "", + "_CrinosClaws": "", + "_CrinosFrenzy": "", + "_CrinosHealth": "", + "_CrinosMentalTests": "", "CrinosName": "Crinos", + "_CrinosPhysicalTests": "", + "_CrinosRegenerate": "", + "_CrinosSocialTests": "", "CrinosTitle": "La forma da guerra, il Mostro", "EndFrenzy": "Esci Dalla frenesia", "EnterFrenzy": "Entra in Frenesia", @@ -29,6 +38,9 @@ "GiftsandRites": "Doni e Riti", "GiftType": "Tipo di Dono", "GlabroName": "Glabro", + "_GlabroPhysicalTests": "", + "_GlabroRegenerate": "", + "_GlabroSocialTests": "", "GlabroTitle": "Il Quasi-Umano", "GlassWalker": "Calpestavetro", "Glory": "Gloria", @@ -38,7 +50,12 @@ "HasCost": "Ha un costo", "Hauglosk": "Hauglosk", "HaugloskTest": "Prova di Hauglosk", + "_HispoBite": "", "HispoName": "Hispo", + "_HispoPhysicalTests": "", + "_HispoRegenerate": "", + "_HispoSocialTests": "", + "_HispoStealthTests": "", "HispoTitle": "L'Enocione", "HomidName": "Homid", "HomidTitle": "L'umano", @@ -50,6 +67,7 @@ "LostWolfShiftDown": "Questo personaggio ha perso il lupo e non può rimanere nella sua forma sovrannaturale. Scegli una forma a cui scendere", "LostWolfWarning": "Questo personaggio ha furia zero e ha perso il lupo", "LupusName": "Lupus", + "_LupusSocialTests": "", "LupusTitle": "Il Lupo", "Native": "Nativo", "NewGift": "Nuovo Dono", @@ -73,6 +91,7 @@ "ShadowLord": "Signori dell'Ombra", "SilentStrider": "Viandanti Silenti", "SilverFang": "Zanne d'Argento", + "_SilverImmunity": "", "_StringGifts": "", "Theurge": "Theurge", "TheWolf": "Il Lupo", diff --git a/lang/pl/werewolf-pl.json b/lang/pl/werewolf-pl.json index efd77e68..71b3d1f8 100644 --- a/lang/pl/werewolf-pl.json +++ b/lang/pl/werewolf-pl.json @@ -10,8 +10,17 @@ "Ban": "Zakaz", "BlackFury": "Czarne Furie", "BoneGnawer": "Gnatożuje", + "_CausesDelirium": "", "ChildrenOfGaia": "Dzieci Gai", + "_CrinosBite": "", + "_CrinosClaws": "", + "_CrinosFrenzy": "", + "_CrinosHealth": "", + "_CrinosMentalTests": "", "CrinosName": "Crinos", + "_CrinosPhysicalTests": "", + "_CrinosRegenerate": "", + "_CrinosSocialTests": "", "CrinosTitle": "Potworna forma bojowa", "EndFrenzy": "Zakończ furię", "EnterFrenzy": "Wpadnij w furię", @@ -29,6 +38,9 @@ "GiftsandRites": "Dary i Rytuały", "GiftType": "Rodzaj daru", "GlabroName": "Glabro", + "_GlabroPhysicalTests": "", + "_GlabroRegenerate": "", + "_GlabroSocialTests": "", "GlabroTitle": "Prawie człowiek", "GlassWalker": "Kroczący po Szkle", "Glory": "Chwała", @@ -38,7 +50,12 @@ "HasCost": "Posiada koszt", "Hauglosk": "Hauglosk", "HaugloskTest": "Test Hauglosk", + "_HispoBite": "", "HispoName": "Hispo", + "_HispoPhysicalTests": "", + "_HispoRegenerate": "", + "_HispoSocialTests": "", + "_HispoStealthTests": "", "HispoTitle": "Canis dirus", "HomidName": "Homid", "HomidTitle": "Człowiek", @@ -50,6 +67,7 @@ "LostWolfShiftDown": "Ten aktor utracił wilka i nie może utrzymać nadnaturalnej formy. Wybierz formę, którą chcesz przyjąć.", "LostWolfWarning": "Ten aktor ma 0 Szału i utracił wilka.", "LupusName": "Lupus", + "_LupusSocialTests": "", "LupusTitle": "Wilk", "Native": "Ogólne", "NewGift": "Nowy Dar", @@ -73,6 +91,7 @@ "ShadowLord": "Władcy Cienia", "SilentStrider": "Milczący Wędrowcy", "SilverFang": "Srebne Kły", + "_SilverImmunity": "", "_StringGifts": "", "Theurge": "Teurg", "TheWolf": "Wilk", diff --git a/lang/pt-BR/werewolf-pt-BR.json b/lang/pt-BR/werewolf-pt-BR.json index 4562980a..6396ea71 100644 --- a/lang/pt-BR/werewolf-pt-BR.json +++ b/lang/pt-BR/werewolf-pt-BR.json @@ -10,8 +10,17 @@ "_Ban": "", "_BlackFury": "", "_BoneGnawer": "", + "_CausesDelirium": "", "_ChildrenOfGaia": "", + "_CrinosBite": "", + "_CrinosClaws": "", + "_CrinosFrenzy": "", + "_CrinosHealth": "", + "_CrinosMentalTests": "", "_CrinosName": "", + "_CrinosPhysicalTests": "", + "_CrinosRegenerate": "", + "_CrinosSocialTests": "", "_CrinosTitle": "", "_EndFrenzy": "", "_EnterFrenzy": "", @@ -29,6 +38,9 @@ "_GiftsandRites": "", "_GiftType": "", "_GlabroName": "", + "_GlabroPhysicalTests": "", + "_GlabroRegenerate": "", + "_GlabroSocialTests": "", "_GlabroTitle": "", "_GlassWalker": "", "_Glory": "", @@ -38,7 +50,12 @@ "_HasCost": "", "_Hauglosk": "", "_HaugloskTest": "", + "_HispoBite": "", "_HispoName": "", + "_HispoPhysicalTests": "", + "_HispoRegenerate": "", + "_HispoSocialTests": "", + "_HispoStealthTests": "", "_HispoTitle": "", "_HomidName": "", "_HomidTitle": "", @@ -50,6 +67,7 @@ "_LostWolfShiftDown": "", "_LostWolfWarning": "", "_LupusName": "", + "_LupusSocialTests": "", "_LupusTitle": "", "_Native": "", "_NewGift": "", @@ -73,6 +91,7 @@ "_ShadowLord": "", "_SilentStrider": "", "_SilverFang": "", + "_SilverImmunity": "", "_StringGifts": "", "_Theurge": "", "_TheWolf": "", diff --git a/lang/ru/werewolf-ru.json b/lang/ru/werewolf-ru.json index 96fff2e3..b94159f3 100644 --- a/lang/ru/werewolf-ru.json +++ b/lang/ru/werewolf-ru.json @@ -10,8 +10,17 @@ "Ban": "Запрет", "BlackFury": "Чёрные фурии", "BoneGnawer": "Костегрызы", + "_CausesDelirium": "", "ChildrenOfGaia": "Дети Гайи", + "_CrinosBite": "", + "_CrinosClaws": "", + "_CrinosFrenzy": "", + "_CrinosHealth": "", + "_CrinosMentalTests": "", "_CrinosName": "", + "_CrinosPhysicalTests": "", + "_CrinosRegenerate": "", + "_CrinosSocialTests": "", "CrinosTitle": "Полу-волчья боевая форма", "EndFrenzy": "Прекратить Безумие", "EnterFrenzy": "Впасть в Безумие", @@ -29,6 +38,9 @@ "GiftsandRites": "Дары и Обряды", "GiftType": "Тип дара", "GlabroName": "Глабро", + "_GlabroPhysicalTests": "", + "_GlabroRegenerate": "", + "_GlabroSocialTests": "", "GlabroTitle": "Почти человеческая форма", "GlassWalker": "Ходящие по стеклу", "Glory": "Слава", @@ -38,7 +50,12 @@ "_HasCost": "", "Hauglosk": "Хауглоск", "HaugloskTest": "Проверка Хауглоск", + "_HispoBite": "", "HispoName": "Хиспо", + "_HispoPhysicalTests": "", + "_HispoRegenerate": "", + "_HispoSocialTests": "", + "_HispoStealthTests": "", "HispoTitle": "Почти волчья форма", "HomidName": "Хомид", "HomidTitle": "Человек", @@ -50,6 +67,7 @@ "_LostWolfShiftDown": "", "_LostWolfWarning": "", "LupusName": "Люпус", + "_LupusSocialTests": "", "LupusTitle": "Волчья форма", "Native": "Коренной", "NewGift": "Новый дар", @@ -73,6 +91,7 @@ "ShadowLord": "Теневые владыки", "SilentStrider": "Безмолвные странники", "SilverFang": "Серебряные клыки", + "_SilverImmunity": "", "_StringGifts": "", "Theurge": "Теург", "TheWolf": "Волк", diff --git a/lang/template/werewolf-template.json b/lang/template/werewolf-template.json index 71cb47c4..c70854a7 100644 --- a/lang/template/werewolf-template.json +++ b/lang/template/werewolf-template.json @@ -10,8 +10,17 @@ "_Ban": "", "_BlackFury": "", "_BoneGnawer": "", + "_CausesDelirium": "", "_ChildrenOfGaia": "", + "_CrinosBite": "", + "_CrinosClaws": "", + "_CrinosFrenzy": "", + "_CrinosHealth": "", + "_CrinosMentalTests": "", "_CrinosName": "", + "_CrinosPhysicalTests": "", + "_CrinosRegenerate": "", + "_CrinosSocialTests": "", "_CrinosTitle": "", "_EndFrenzy": "", "_EnterFrenzy": "", @@ -29,6 +38,9 @@ "_GiftsandRites": "", "_GiftType": "", "_GlabroName": "", + "_GlabroPhysicalTests": "", + "_GlabroRegenerate": "", + "_GlabroSocialTests": "", "_GlabroTitle": "", "_GlassWalker": "", "_Glory": "", @@ -38,7 +50,12 @@ "_HasCost": "", "_Hauglosk": "", "_HaugloskTest": "", + "_HispoBite": "", "_HispoName": "", + "_HispoPhysicalTests": "", + "_HispoRegenerate": "", + "_HispoSocialTests": "", + "_HispoStealthTests": "", "_HispoTitle": "", "_HomidName": "", "_HomidTitle": "", @@ -50,6 +67,7 @@ "_LostWolfShiftDown": "", "_LostWolfWarning": "", "_LupusName": "", + "_LupusSocialTests": "", "_LupusTitle": "", "_Native": "", "_NewGift": "", @@ -73,6 +91,7 @@ "_ShadowLord": "", "_SilentStrider": "", "_SilverFang": "", + "_SilverImmunity": "", "_StringGifts": "", "_Theurge": "", "_TheWolf": "", diff --git a/lang/uk/werewolf-uk.json b/lang/uk/werewolf-uk.json index cadf47d6..21b66bc2 100644 --- a/lang/uk/werewolf-uk.json +++ b/lang/uk/werewolf-uk.json @@ -10,8 +10,17 @@ "Ban": "Засудження", "_BlackFury": "", "_BoneGnawer": "", + "_CausesDelirium": "", "_ChildrenOfGaia": "", + "_CrinosBite": "", + "_CrinosClaws": "", + "_CrinosFrenzy": "", + "_CrinosHealth": "", + "_CrinosMentalTests": "", "_CrinosName": "", + "_CrinosPhysicalTests": "", + "_CrinosRegenerate": "", + "_CrinosSocialTests": "", "CrinosTitle": "Бойова форма, Монстр", "EndFrenzy": "Завершити Скаженість", "EnterFrenzy": "Увійти в Скаженість", @@ -29,6 +38,9 @@ "GiftsandRites": "Дари й Обряди", "GiftType": "Тип Дару", "_GlabroName": "", + "_GlabroPhysicalTests": "", + "_GlabroRegenerate": "", + "_GlabroSocialTests": "", "GlabroTitle": "Напівлюдина", "_GlassWalker": "", "Glory": "Слава", @@ -38,7 +50,12 @@ "_HasCost": "", "_Hauglosk": "", "HaugloskTest": "Перевірка Hauglosk", + "_HispoBite": "", "_HispoName": "", + "_HispoPhysicalTests": "", + "_HispoRegenerate": "", + "_HispoSocialTests": "", + "_HispoStealthTests": "", "HispoTitle": "Лютововк", "_HomidName": "", "HomidTitle": "Людина", @@ -50,6 +67,7 @@ "_LostWolfShiftDown": "", "_LostWolfWarning": "", "_LupusName": "", + "_LupusSocialTests": "", "LupusTitle": "Вовк", "_Native": "", "NewGift": "Новий Дар", @@ -73,6 +91,7 @@ "_ShadowLord": "", "_SilentStrider": "", "_SilverFang": "", + "_SilverImmunity": "", "_StringGifts": "", "_Theurge": "", "TheWolf": "Вовк",