From b0b6864f1ccbd24333339e56960d18cea08997b6 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Mon, 16 Mar 2015 19:56:35 +0100 Subject: [PATCH] chore(i18n): update locales --- common/dist/scripts/habitrpg-shared.js | 1 - common/locales/cs/backgrounds.json | 9 ++++++++- common/locales/cs/character.json | 5 ++++- common/locales/cs/content.json | 2 ++ common/locales/cs/contrib.json | 6 +++++- common/locales/da/backgrounds.json | 9 ++++++++- common/locales/da/character.json | 5 ++++- common/locales/da/content.json | 2 ++ common/locales/da/contrib.json | 6 +++++- common/locales/de/backgrounds.json | 9 ++++++++- common/locales/de/character.json | 5 ++++- common/locales/de/content.json | 2 ++ common/locales/de/contrib.json | 6 +++++- common/locales/en@pirate/backgrounds.json | 9 ++++++++- common/locales/en@pirate/character.json | 5 ++++- common/locales/en@pirate/content.json | 2 ++ common/locales/en@pirate/contrib.json | 6 +++++- common/locales/en_GB/backgrounds.json | 9 ++++++++- common/locales/en_GB/character.json | 5 ++++- common/locales/en_GB/content.json | 2 ++ common/locales/en_GB/contrib.json | 6 +++++- common/locales/es/backgrounds.json | 9 ++++++++- common/locales/es/character.json | 5 ++++- common/locales/es/content.json | 2 ++ common/locales/es/contrib.json | 6 +++++- common/locales/es_419/backgrounds.json | 9 ++++++++- common/locales/es_419/character.json | 5 ++++- common/locales/es_419/content.json | 2 ++ common/locales/es_419/contrib.json | 6 +++++- common/locales/fr/backgrounds.json | 9 ++++++++- common/locales/fr/character.json | 5 ++++- common/locales/fr/content.json | 2 ++ common/locales/fr/contrib.json | 6 +++++- common/locales/he/backgrounds.json | 9 ++++++++- common/locales/he/character.json | 5 ++++- common/locales/he/content.json | 2 ++ common/locales/he/contrib.json | 6 +++++- common/locales/hu/backgrounds.json | 9 ++++++++- common/locales/hu/character.json | 5 ++++- common/locales/hu/content.json | 2 ++ common/locales/hu/contrib.json | 6 +++++- common/locales/it/backgrounds.json | 9 ++++++++- common/locales/it/character.json | 5 ++++- common/locales/it/content.json | 2 ++ common/locales/it/contrib.json | 6 +++++- common/locales/nl/backgrounds.json | 9 ++++++++- common/locales/nl/character.json | 5 ++++- common/locales/nl/content.json | 2 ++ common/locales/nl/contrib.json | 6 +++++- common/locales/pl/backgrounds.json | 9 ++++++++- common/locales/pl/character.json | 5 ++++- common/locales/pl/content.json | 2 ++ common/locales/pl/contrib.json | 6 +++++- common/locales/pt/backgrounds.json | 9 ++++++++- common/locales/pt/character.json | 5 ++++- common/locales/pt/content.json | 2 ++ common/locales/pt/contrib.json | 6 +++++- common/locales/ro/backgrounds.json | 9 ++++++++- common/locales/ro/character.json | 5 ++++- common/locales/ro/content.json | 2 ++ common/locales/ro/contrib.json | 6 +++++- common/locales/ru/backgrounds.json | 9 ++++++++- common/locales/ru/character.json | 5 ++++- common/locales/ru/content.json | 2 ++ common/locales/ru/contrib.json | 6 +++++- common/locales/sk/backgrounds.json | 9 ++++++++- common/locales/sk/character.json | 5 ++++- common/locales/sk/content.json | 2 ++ common/locales/sk/contrib.json | 6 +++++- common/locales/sv/backgrounds.json | 9 ++++++++- common/locales/sv/character.json | 5 ++++- common/locales/sv/content.json | 2 ++ common/locales/sv/contrib.json | 6 +++++- common/locales/uk/backgrounds.json | 9 ++++++++- common/locales/uk/character.json | 5 ++++- common/locales/uk/content.json | 2 ++ common/locales/uk/contrib.json | 6 +++++- common/locales/uk/rebirth.json | 2 +- common/locales/zh/backgrounds.json | 9 ++++++++- common/locales/zh/character.json | 5 ++++- common/locales/zh/content.json | 2 ++ common/locales/zh/contrib.json | 6 +++++- common/locales/zh/questscontent.json | 2 +- 83 files changed, 382 insertions(+), 63 deletions(-) diff --git a/common/dist/scripts/habitrpg-shared.js b/common/dist/scripts/habitrpg-shared.js index 4f5ac0ac59..ea7afa7f1c 100644 --- a/common/dist/scripts/habitrpg-shared.js +++ b/common/dist/scripts/habitrpg-shared.js @@ -7123,7 +7123,6 @@ process.browser = true; process.env = {}; process.argv = []; process.version = ''; // empty string to avoid regexp issues -process.versions = {}; function noop() {} diff --git a/common/locales/cs/backgrounds.json b/common/locales/cs/backgrounds.json index 81bd78342e..1ac98df158 100644 --- a/common/locales/cs/backgrounds.json +++ b/common/locales/cs/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Křišťálová jeskyně", "backgroundCrystalCaveNotes": "Prozkoumej Křišťálovou jeskyni", "backgroundDistantCastleText": "Vzdálený zámek", - "backgroundDistantCastleNotes": "Braň Vzdálený zámek" + "backgroundDistantCastleNotes": "Braň Vzdálený zámek", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/cs/character.json b/common/locales/cs/character.json index e00ccd2ecb..7310e7ae1e 100644 --- a/common/locales/cs/character.json +++ b/common/locales/cs/character.json @@ -133,5 +133,8 @@ "critBonus": "Kritický zásah! Bonus:", "displayNameDescription1": "Toto se zobrazí ve zprávách, které uveřejníš v Krčmě, ceších, a chatu v družině, spolu s tvým avatarem. Jdi na", "displayNameDescription2": "Nastavení -> Stránka", - "displayNameDescription3": "a sjeď dolů na sekci registrace, aby sis změnil své přihlašovací jméno." + "displayNameDescription3": "a sjeď dolů na sekci registrace, aby sis změnil své přihlašovací jméno.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/cs/content.json b/common/locales/cs/content.json index d42d13abdb..04bdd75a3f 100644 --- a/common/locales/cs/content.json +++ b/common/locales/cs/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "bystrý", "questEggTRexText": "Tyranosaur", "questEggTRexAdjective": "s malými ručičkami", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Najdi líhnoucí lektvar, nalij ho na vejce a to se vylíhne v <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Základní", "hatchingPotionWhite": "Bílý", diff --git a/common/locales/cs/contrib.json b/common/locales/cs/contrib.json index 9dc2d41889..c92b88291d 100644 --- a/common/locales/cs/contrib.json +++ b/common/locales/cs/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Proč reklamy?", "whyAdsContent1": "HabitRPG je open source projekt a je rád za každou pomoc - popřemýšlejte nad tímto darem vývojářům. Navíc získáte 20 drahokamů, které můžete použít na nákup speciálních předmětů.", "whyAdsContent2": "'Hej, podpořil jsem vás na Kickstarteru!' - řiď se", - "whyAdsContent3": "těmito instrukcemi" + "whyAdsContent3": "těmito instrukcemi", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/da/backgrounds.json b/common/locales/da/backgrounds.json index d157958d80..56c908f317 100644 --- a/common/locales/da/backgrounds.json +++ b/common/locales/da/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Krystalgrotte", "backgroundCrystalCaveNotes": "Udforsk en Krystalgrotte.", "backgroundDistantCastleText": "Fjernt Slot", - "backgroundDistantCastleNotes": "Forsvar et Fjernt Slot." + "backgroundDistantCastleNotes": "Forsvar et Fjernt Slot.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/da/character.json b/common/locales/da/character.json index b453f7beca..e2b4e11fc9 100644 --- a/common/locales/da/character.json +++ b/common/locales/da/character.json @@ -133,5 +133,8 @@ "critBonus": "Fuldtræffer! Bonus: ", "displayNameDescription1": "Dette er, hvad der ses i beskeder, du skriver i Værtshuset, klaner og gruppechat, og også hvad der er vist på din avatar. Gå til", "displayNameDescription2": "Indstillinger->Side", - "displayNameDescription3": "og gå ned til Registreringssektionen for at ændre dig loginnavn." + "displayNameDescription3": "og gå ned til Registreringssektionen for at ændre dig loginnavn.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/da/content.json b/common/locales/da/content.json index ac9088d5ef..a4526967c4 100644 --- a/common/locales/da/content.json +++ b/common/locales/da/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "Skarpsindig", "questEggTRexText": "Tyrannosaurus", "questEggTRexAdjective": "kortarmet", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Find en udrugningseliksir til at hælde på dit æg, og det vil udklække en <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Almindelig", "hatchingPotionWhite": "Hvid", diff --git a/common/locales/da/contrib.json b/common/locales/da/contrib.json index d7366acbba..fc32be4726 100644 --- a/common/locales/da/contrib.json +++ b/common/locales/da/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Hvorfor reklamer?", "whyAdsContent1": "HabitRPG er et open source-projekt, og kan bruge al det hjælp det kan få - betragt dette som en gave til bidragsyderne. Du får desuden 20 Ædelsten ved købet, som du kan bruge til at købe specielle varer med.", "whyAdsContent2": "\"Hej, jeg støttede Kickstarteren!\" - følg", - "whyAdsContent3": "disse instruktioner" + "whyAdsContent3": "disse instruktioner", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/de/backgrounds.json b/common/locales/de/backgrounds.json index 8284e0edfe..c15f7236e7 100644 --- a/common/locales/de/backgrounds.json +++ b/common/locales/de/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Kristallhöhle", "backgroundCrystalCaveNotes": "Erforsche eine Kristallhöhle.", "backgroundDistantCastleText": "Fernes Schloss", - "backgroundDistantCastleNotes": "Verteidige ein fernes Schloss." + "backgroundDistantCastleNotes": "Verteidige ein fernes Schloss.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/de/character.json b/common/locales/de/character.json index 844fed2a9a..0af725ef21 100644 --- a/common/locales/de/character.json +++ b/common/locales/de/character.json @@ -133,5 +133,8 @@ "critBonus": "Kritischer Treffer! Bonus:", "displayNameDescription1": "Dies hier erscheint bei Nachrichten, die Du im Gasthaus, in Gilden und im Gruppen Chat postest, sowie bei deinem Avatar. Gehe zu", "displayNameDescription2": "Einstellungen->Seite", - "displayNameDescription3": "und scrolle nach unten zum Registrations-Abschnitt, um deinen Login Namen zu ändern." + "displayNameDescription3": "und scrolle nach unten zum Registrations-Abschnitt, um deinen Login Namen zu ändern.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/de/content.json b/common/locales/de/content.json index b5e3a5ee74..a00ab49344 100644 --- a/common/locales/de/content.json +++ b/common/locales/de/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "scharfsinning", "questEggTRexText": "Tyrannosaurus", "questEggTRexAdjective": "kleinarmig", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Finde einen Schlüpftrank, den Du über dieses Ei gießen kannst, damit ein <%= eggAdjective(locale) %> <%= eggText(locale) %> schlüpfen wird.", "hatchingPotionBase": "Normaler", "hatchingPotionWhite": "Weißer", diff --git a/common/locales/de/contrib.json b/common/locales/de/contrib.json index a40b6504fc..c40071847e 100644 --- a/common/locales/de/contrib.json +++ b/common/locales/de/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Warum Werbung?", "whyAdsContent1": "HabitRPG ist ein \"open source Project\" und kann jede Hilfe brauchen, die es bekommen kann - Betrachte es als Spende an die Mitwirkenden. Du erhältst zudem 20 Edelsteine für den Kauf, die Du verwenden kannst um tolle Gegenstände zu kaufen.", "whyAdsContent2": "'Hey, ich habe die Kickstarter-Kampagne mitgetragen!' - Folge", - "whyAdsContent3": "dieser Anleitung" + "whyAdsContent3": "dieser Anleitung", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/en@pirate/backgrounds.json b/common/locales/en@pirate/backgrounds.json index 42d5a98403..c80e158551 100644 --- a/common/locales/en@pirate/backgrounds.json +++ b/common/locales/en@pirate/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Crystal Cave", "backgroundCrystalCaveNotes": "Explore a Crystal Cave.", "backgroundDistantCastleText": "Distant Castle", - "backgroundDistantCastleNotes": "Defend a Distant Castle." + "backgroundDistantCastleNotes": "Defend a Distant Castle.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/en@pirate/character.json b/common/locales/en@pirate/character.json index 940e89ceca..9febb937c5 100644 --- a/common/locales/en@pirate/character.json +++ b/common/locales/en@pirate/character.json @@ -133,5 +133,8 @@ "critBonus": "Critical Hit! Bonus:", "displayNameDescription1": "This is what appears in messages you post in the Tavern, guilds, and party chat, along with what is displayed on your avatar. Go to", "displayNameDescription2": "Settings->Site", - "displayNameDescription3": "and scroll down to the Registration section to change your login name." + "displayNameDescription3": "and scroll down to the Registration section to change your login name.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/en@pirate/content.json b/common/locales/en@pirate/content.json index db1f618deb..73d96f4a79 100644 --- a/common/locales/en@pirate/content.json +++ b/common/locales/en@pirate/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "perspicacious", "questEggTRexText": "Tyrannosaur", "questEggTRexAdjective": "tiny-armed", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into a <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", "hatchingPotionWhite": "White", diff --git a/common/locales/en@pirate/contrib.json b/common/locales/en@pirate/contrib.json index ea83b89df1..fc55ce47b6 100644 --- a/common/locales/en@pirate/contrib.json +++ b/common/locales/en@pirate/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Why Ads?", "whyAdsContent1": "Habit be an open source project, 'n can use all th' help it can get - consider 'tis a donation to th' contributors. ye also get 20 Gems from th' purchase, which ye can use to buy special items.", "whyAdsContent2": "\"Ahoy! I backed th' Kickstarter!\" - follow", - "whyAdsContent3": "these instructions" + "whyAdsContent3": "these instructions", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/en_GB/backgrounds.json b/common/locales/en_GB/backgrounds.json index 9df595b505..8e005991d0 100644 --- a/common/locales/en_GB/backgrounds.json +++ b/common/locales/en_GB/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Crystal Cave", "backgroundCrystalCaveNotes": "Explore a Crystal Cave.", "backgroundDistantCastleText": "Distant Castle", - "backgroundDistantCastleNotes": "Defend a Distant Castle." + "backgroundDistantCastleNotes": "Defend a Distant Castle.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/en_GB/character.json b/common/locales/en_GB/character.json index 283f9cdc48..0c8dfa7021 100644 --- a/common/locales/en_GB/character.json +++ b/common/locales/en_GB/character.json @@ -133,5 +133,8 @@ "critBonus": "Critical Hit! Bonus:", "displayNameDescription1": "This is what appears in messages you post in the Tavern, guilds, and party chat, along with what is displayed on your avatar. Go to", "displayNameDescription2": "Settings->Site", - "displayNameDescription3": "and scroll down to the Registration section to change your login name." + "displayNameDescription3": "and scroll down to the Registration section to change your login name.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/en_GB/content.json b/common/locales/en_GB/content.json index 6d8cfe0770..10f77ce98e 100644 --- a/common/locales/en_GB/content.json +++ b/common/locales/en_GB/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "perspicacious", "questEggTRexText": "Tyrannosaur", "questEggTRexAdjective": "tiny-armed", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into a <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", "hatchingPotionWhite": "White", diff --git a/common/locales/en_GB/contrib.json b/common/locales/en_GB/contrib.json index 365111d21f..ca57688050 100644 --- a/common/locales/en_GB/contrib.json +++ b/common/locales/en_GB/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Why Ads?", "whyAdsContent1": "Habit is an open source project and can use all the help it can get—consider this a donation to the contributors. You also get 20 Gems from the purchase, which you can use to buy special items.", "whyAdsContent2": "'Hey, I backed the Kickstarter!' - follow", - "whyAdsContent3": "these instructions" + "whyAdsContent3": "these instructions", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/es/backgrounds.json b/common/locales/es/backgrounds.json index 3b51277bad..fd619438df 100644 --- a/common/locales/es/backgrounds.json +++ b/common/locales/es/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Cueva de cristal", "backgroundCrystalCaveNotes": "Explora una cueva de cristal", "backgroundDistantCastleText": "Castillo distante", - "backgroundDistantCastleNotes": "Defienda un castillo distante" + "backgroundDistantCastleNotes": "Defienda un castillo distante", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/es/character.json b/common/locales/es/character.json index e69d1580f8..450fd63691 100644 --- a/common/locales/es/character.json +++ b/common/locales/es/character.json @@ -133,5 +133,8 @@ "critBonus": "¡Golpe Crítico! Bonificación :", "displayNameDescription1": "Esto es lo que aparece en los mensajes que publique en la Taberna, los gremios, y el chat de grupo, junto con lo que se muestra en su avatar.", "displayNameDescription2": "Ajustes->Sitio", - "displayNameDescription3": "y desplácese a la sección de Registro para cambiar su nombre de usuario." + "displayNameDescription3": "y desplácese a la sección de Registro para cambiar su nombre de usuario.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/es/content.json b/common/locales/es/content.json index 94c5968004..3c903451c8 100644 --- a/common/locales/es/content.json +++ b/common/locales/es/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "perspicaz", "questEggTRexText": "Tiranosaurio", "questEggTRexAdjective": "con brazos pequeños", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Encuentra una poción para verter sobre este huevo y saldrá un <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", "hatchingPotionWhite": "Blanco", diff --git a/common/locales/es/contrib.json b/common/locales/es/contrib.json index cd815d735f..a6b9f263b4 100644 --- a/common/locales/es/contrib.json +++ b/common/locales/es/contrib.json @@ -57,5 +57,9 @@ "whyAds": "¿Por qué los anuncios?", "whyAdsContent1": "Habit es un proyecto de código abierto y se puede utilizar toda la ayuda que pueda conseguir - considere esto como una donación a los colaboradores. También consigues 20 gemas con la compra, que puedes utilizar para comprar artículos especiales.", "whyAdsContent2": "«¡Oye, he respaldado el Kickstarter!» - sigue", - "whyAdsContent3": "estas instrucciones" + "whyAdsContent3": "estas instrucciones", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/es_419/backgrounds.json b/common/locales/es_419/backgrounds.json index c7da842ed1..fd0a8d447b 100644 --- a/common/locales/es_419/backgrounds.json +++ b/common/locales/es_419/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Cueva de Cristal", "backgroundCrystalCaveNotes": "Explora una cueva de cristal.", "backgroundDistantCastleText": "Castillo distante", - "backgroundDistantCastleNotes": "Defiende un distante castillo." + "backgroundDistantCastleNotes": "Defiende un distante castillo.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/es_419/character.json b/common/locales/es_419/character.json index 39deaab86f..6a6ef8ce29 100644 --- a/common/locales/es_419/character.json +++ b/common/locales/es_419/character.json @@ -133,5 +133,8 @@ "critBonus": "¡Golpe Crítico! Bono:", "displayNameDescription1": "Éste es el que aparecerá en los mensajes que publiques en la Taverna, Gremios o Chats de Grupo, junto con lo que se muestre en tu avatar. Ve a ", "displayNameDescription2": "Ajustes -> Sitio", - "displayNameDescription3": "y desplázate hacia abajo a la sección de Registro para cambiar tu nombre de usuario." + "displayNameDescription3": "y desplázate hacia abajo a la sección de Registro para cambiar tu nombre de usuario.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/es_419/content.json b/common/locales/es_419/content.json index 8ab039bedd..011dc4159b 100644 --- a/common/locales/es_419/content.json +++ b/common/locales/es_419/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "perspicaz", "questEggTRexText": "Tiranosaurio", "questEggTRexAdjective": "Brazos pequeños", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Encuentra una poción de eclosión para verter sobre este huevo y nacerá un <%= eggText(locale) %> <%= eggAdjective(locale) %>.", "hatchingPotionBase": "Básico", "hatchingPotionWhite": "Blanco", diff --git a/common/locales/es_419/contrib.json b/common/locales/es_419/contrib.json index 9805ec6a11..a3cc42330a 100644 --- a/common/locales/es_419/contrib.json +++ b/common/locales/es_419/contrib.json @@ -57,5 +57,9 @@ "whyAds": "¿Por qué los anuncios?", "whyAdsContent1": "Habit es un proyecto de código abierto y puede utilizar toda la ayuda que pueda conseguir - considera esto como una donación a los colaboradores. También consigues 20 gemas con la compra, que puedes utilizar para comprar artículos especiales.", "whyAdsContent2": "'¡Oye, he respaldado el Kickstarter!' - sigue", - "whyAdsContent3": "estas instrucciones" + "whyAdsContent3": "estas instrucciones", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/fr/backgrounds.json b/common/locales/fr/backgrounds.json index 9e9d3fae53..01b679dc20 100644 --- a/common/locales/fr/backgrounds.json +++ b/common/locales/fr/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Grotte de Cristal", "backgroundCrystalCaveNotes": "Explorer une Grotte de Cristal", "backgroundDistantCastleText": "Fort Lointain", - "backgroundDistantCastleNotes": "Défendez un Fort Lointain." + "backgroundDistantCastleNotes": "Défendez un Fort Lointain.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/fr/character.json b/common/locales/fr/character.json index f391553241..51ad70928a 100644 --- a/common/locales/fr/character.json +++ b/common/locales/fr/character.json @@ -133,5 +133,8 @@ "critBonus": "Coup critique ! Bonus :", "displayNameDescription1": "C'est ce qui est affiché sur votre avatar, et apparaît lorsque vous participez aux discussions de la Taverne, des guildes et de votre équipe. Allez dans", "displayNameDescription2": "Paramètres -> Site", - "displayNameDescription3": "et descendez jusqu'à la section Inscription pour changer votre identifiant." + "displayNameDescription3": "et descendez jusqu'à la section Inscription pour changer votre identifiant.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/fr/content.json b/common/locales/fr/content.json index e7f46a3506..c64141cffe 100644 --- a/common/locales/fr/content.json +++ b/common/locales/fr/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "perspicace", "questEggTRexText": "Tyrannosaure", "questEggTRexAdjective": "court-sur-pattes", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Trouvez une potion d’éclosion à verser sur cet œuf et il en sortira un·e <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "de Base", "hatchingPotionWhite": "Blanc", diff --git a/common/locales/fr/contrib.json b/common/locales/fr/contrib.json index 3375859543..8c4056eeee 100644 --- a/common/locales/fr/contrib.json +++ b/common/locales/fr/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Pourquoi des publicités ?", "whyAdsContent1": "Habit est un projet open source et utilise toute l'aide qu'on lui donne : considérez une donation pour les contributeurs. Vous recevrez également 20 Gemmes que vous pourrez utiliser pour acheter des objets spéciaux.", "whyAdsContent2": "\"Hé ! J'ai soutenu le Kickstarter!\" - suivre", - "whyAdsContent3": "ces instructions." + "whyAdsContent3": "ces instructions.", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/he/backgrounds.json b/common/locales/he/backgrounds.json index 93a4362560..7ffd398aa3 100644 --- a/common/locales/he/backgrounds.json +++ b/common/locales/he/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "מערת קריסטל", "backgroundCrystalCaveNotes": "לחקור מערת קריסטל.", "backgroundDistantCastleText": "טירה מרוחקת", - "backgroundDistantCastleNotes": "להגן על טירה מרוחקת." + "backgroundDistantCastleNotes": "להגן על טירה מרוחקת.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/he/character.json b/common/locales/he/character.json index 791a8c9694..dea8ff048f 100644 --- a/common/locales/he/character.json +++ b/common/locales/he/character.json @@ -133,5 +133,8 @@ "critBonus": "פגיעה חמורה! בונוס:", "displayNameDescription1": "זה מה שמופיע בהודעות שאתה מפרסם בפאב, בגילדות ובשיחת החבורה, בנוסף למה שמופיע כבר על גבי האווטאר שלך. לך ל", "displayNameDescription2": "הגדרות->אתר", - "displayNameDescription3": "וגלול למטה לאזור ההרשמה כדי לשנות את שם המשתמש שלך." + "displayNameDescription3": "וגלול למטה לאזור ההרשמה כדי לשנות את שם המשתמש שלך.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/he/content.json b/common/locales/he/content.json index 5e6b7e2848..e891e49d5d 100644 --- a/common/locales/he/content.json +++ b/common/locales/he/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "בַּעַל תְפִיסָה חַדָה", "questEggTRexText": "טירנוזאורוס", "questEggTRexAdjective": "קצר-זרוע", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "מצא שיקוי בקיעה למזוג על ביצה זו, והיא תבקע כ: <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "רגיל", "hatchingPotionWhite": "לבן", diff --git a/common/locales/he/contrib.json b/common/locales/he/contrib.json index edf096525c..f470b53e2f 100644 --- a/common/locales/he/contrib.json +++ b/common/locales/he/contrib.json @@ -57,5 +57,9 @@ "whyAds": "פרסומות, על שום מה?", "whyAdsContent1": "אתר זה הוא פרוייקט קוד פתוח ויכול להיעזר בכל עזרה שתיתנו - ראו זאת כתרומה למפתחים. אתם גם מקבלים 20 אבני חן מהרכישה, איתן ניתן לקנות חפצים מיוחדים.", "whyAdsContent2": "'היי! תמכתי בקיקסטארטר!' - עקוב אחר", - "whyAdsContent3": "ההוראות האלו" + "whyAdsContent3": "ההוראות האלו", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/hu/backgrounds.json b/common/locales/hu/backgrounds.json index ed485670af..b6d8565c1a 100644 --- a/common/locales/hu/backgrounds.json +++ b/common/locales/hu/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Kristály Barlang", "backgroundCrystalCaveNotes": "Fedezz fel egy Kristály Barlangot", "backgroundDistantCastleText": "Távoli Kastély", - "backgroundDistantCastleNotes": "Védj meg egy távoli kastélyt" + "backgroundDistantCastleNotes": "Védj meg egy távoli kastélyt", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/hu/character.json b/common/locales/hu/character.json index c8491b9044..4264e44c42 100644 --- a/common/locales/hu/character.json +++ b/common/locales/hu/character.json @@ -133,5 +133,8 @@ "critBonus": "Kritikus sebzés! Bónusz:", "displayNameDescription1": "Ez jelenik meg amikor a Fogadó, a céh vagy a party chat-et használod, ezen felül az avatárodon is ez látszik. Menj a ", "displayNameDescription2": "Beállítások->Oldal", - "displayNameDescription3": "menübe és lapozz le a Regisztrációs részhez a login neved megváltoztatásához." + "displayNameDescription3": "menübe és lapozz le a Regisztrációs részhez a login neved megváltoztatásához.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/hu/content.json b/common/locales/hu/content.json index 8febf370ab..3cb636e0b0 100644 --- a/common/locales/hu/content.json +++ b/common/locales/hu/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "éles eszű", "questEggTRexText": "Tyrannosaurus", "questEggTRexAdjective": "kis-kezű", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Keress egy keltetőfőzetet ehhez a tojáshoz, és egy <%= eggAdjective(locale) %> <%= eggText(locale) %> kel majd ki belőle.", "hatchingPotionBase": "Alap", "hatchingPotionWhite": "Fehér", diff --git a/common/locales/hu/contrib.json b/common/locales/hu/contrib.json index fc9400cf8d..223647fab7 100644 --- a/common/locales/hu/contrib.json +++ b/common/locales/hu/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Miért vannak reklámok?", "whyAdsContent1": "A Habit egy nyílt forráskódú projekt. Megköszönünk minden segítséget. Ha adakozol a készítőknek, akkor kapsz 20 Drágakövet, amiken spéci tárgyakat vehetsz.", "whyAdsContent2": "'Hé, én támogattam a Kickstarter-t!' - kövesd", - "whyAdsContent3": "ezeket az utasításokat" + "whyAdsContent3": "ezeket az utasításokat", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/it/backgrounds.json b/common/locales/it/backgrounds.json index bd26ef87cc..8f444749be 100644 --- a/common/locales/it/backgrounds.json +++ b/common/locales/it/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Cava di cristallo", "backgroundCrystalCaveNotes": "Esplora una cava di cristallo.", "backgroundDistantCastleText": "Castello lontano", - "backgroundDistantCastleNotes": "Difendi un distante castello." + "backgroundDistantCastleNotes": "Difendi un distante castello.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/it/character.json b/common/locales/it/character.json index 46dcdf1687..0a1ad93932 100644 --- a/common/locales/it/character.json +++ b/common/locales/it/character.json @@ -133,5 +133,8 @@ "critBonus": "Colpo critico! Bonus:", "displayNameDescription1": "Questo è ciò che appare nei messaggi che scrivi nella Taverna, nelle gilde e nella chat di squadra, insieme al tuo avatar. Vai in", "displayNameDescription2": "Impostazioni->Sito", - "displayNameDescription3": "nella sezione Registrazione per modificare il nome con cui accedi al sito.." + "displayNameDescription3": "nella sezione Registrazione per modificare il nome con cui accedi al sito..", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/it/content.json b/common/locales/it/content.json index 103935e6cf..78b0ff9306 100644 --- a/common/locales/it/content.json +++ b/common/locales/it/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "un perspicace", "questEggTRexText": "Tirannosauro", "questEggTRexAdjective": "un preistorico", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Trova una pozione per far schiudere questo uovo, e nascerà <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", "hatchingPotionWhite": "Bianco", diff --git a/common/locales/it/contrib.json b/common/locales/it/contrib.json index 86ece0d312..4e195e52f7 100644 --- a/common/locales/it/contrib.json +++ b/common/locales/it/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Perché le pubblicità?", "whyAdsContent1": "Habit è un progetto open source, e può usare tutto l'aiuto che riesce ad ottenere - considerala come una donazione ai sostenitori. Dopo l'acquisto riceverai anche 20 Gemme, con le quali potrai comprare oggetti speciali.", "whyAdsContent2": "'Ehi, ho sostenuto il progetto Kickstarter!' - segui", - "whyAdsContent3": "queste istruzioni" + "whyAdsContent3": "queste istruzioni", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/nl/backgrounds.json b/common/locales/nl/backgrounds.json index bacd9d18c1..59f6706ff0 100644 --- a/common/locales/nl/backgrounds.json +++ b/common/locales/nl/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Kristallen grot", "backgroundCrystalCaveNotes": "Verken een kristallen grot", "backgroundDistantCastleText": "Kasteel in de verte", - "backgroundDistantCastleNotes": "Verdedig een kasteel in de verte" + "backgroundDistantCastleNotes": "Verdedig een kasteel in de verte", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/nl/character.json b/common/locales/nl/character.json index 4bb1424d76..2b72065b2a 100644 --- a/common/locales/nl/character.json +++ b/common/locales/nl/character.json @@ -133,5 +133,8 @@ "critBonus": "Voltreffer! Bonus:", "displayNameDescription1": "Dit is te zien in berichten die je plaatst in de herberg, gildes en de groepschat, en op je avatar. Ga naar", "displayNameDescription2": "Instellingen->Site", - "displayNameDescription3": "en scroll naar beneden naar Registratie om je inlognaam te veranderen." + "displayNameDescription3": "en scroll naar beneden naar Registratie om je inlognaam te veranderen.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/nl/content.json b/common/locales/nl/content.json index 862a14bb96..9c74ab1216 100644 --- a/common/locales/nl/content.json +++ b/common/locales/nl/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "oplettende", "questEggTRexText": "Tyrannosaurus", "questEggTRexAdjective": "kortarmige", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Vind een uitbroedtoverdrank om op dit ei te gieten, en er zal een <%= eggAdjective(locale) %> <%= eggText(locale) %> uitkomen.", "hatchingPotionBase": "Normale", "hatchingPotionWhite": "Witte", diff --git a/common/locales/nl/contrib.json b/common/locales/nl/contrib.json index 6d47dd6e73..bb0aa74951 100644 --- a/common/locales/nl/contrib.json +++ b/common/locales/nl/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Waarom advertenties?", "whyAdsContent1": "Habit is een open-sourceproject, en kan alle hulp gebruiken die het kan krijgen - beschouw dit als een gift aan degenen die bijgedragen hebben. Je krijgt ook 20 edelstenen voor de aankoop, en die kun je gebruiken om speciale voorwerpen te kopen.", "whyAdsContent2": "'Hé, ik heb aan het Kickstarterproject bijgedragen!' - volg", - "whyAdsContent3": "deze instructies" + "whyAdsContent3": "deze instructies", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/pl/backgrounds.json b/common/locales/pl/backgrounds.json index d57882888c..658eac90eb 100644 --- a/common/locales/pl/backgrounds.json +++ b/common/locales/pl/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Kryształowa Jaskinia", "backgroundCrystalCaveNotes": "Zbadaj Kryształową Jaskinię.", "backgroundDistantCastleText": "Odległy Zamek", - "backgroundDistantCastleNotes": "Obroń Odległy Zamek." + "backgroundDistantCastleNotes": "Obroń Odległy Zamek.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/pl/character.json b/common/locales/pl/character.json index 6407c5fcac..7853cc7ee8 100644 --- a/common/locales/pl/character.json +++ b/common/locales/pl/character.json @@ -133,5 +133,8 @@ "critBonus": "Trafienie krytyczne! Premia:", "displayNameDescription1": "Ta nazwa pojawia się przy wiadomościach, które publikujesz w czatach Karczmy, gildii i drużyny, a także widoczna jest na Twoim avatarze. Idź do", "displayNameDescription2": "Ustawienia → Strona", - "displayNameDescription3": "i zjedź do sekcji „Rejestracja”, by zmienić swoją nazwę użytkownika." + "displayNameDescription3": "i zjedź do sekcji „Rejestracja”, by zmienić swoją nazwę użytkownika.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/pl/content.json b/common/locales/pl/content.json index 72296147ce..d07170222d 100644 --- a/common/locales/pl/content.json +++ b/common/locales/pl/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "przenikliwy", "questEggTRexText": "Tyranozaur", "questEggTRexAdjective": "mało-uzbrojony", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Znajdź eliksir wyklucia i wylej go na to jajo, a wykluje się z niego <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Zwyczajny", "hatchingPotionWhite": "Biały", diff --git a/common/locales/pl/contrib.json b/common/locales/pl/contrib.json index 97ee8dc773..f09a5e9a30 100644 --- a/common/locales/pl/contrib.json +++ b/common/locales/pl/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Po co są reklamy?", "whyAdsContent1": "Habit to projekt typu \"open source\" i przyda mu się każda pomoc jaką może dostać – traktuj to jak dotację. Po jej złożeniu otrzymasz również 20 klejnotów, które możesz wykorzystać do kupienia specjalnych przedmiotów.", "whyAdsContent2": "\"Hej! Wspierałem projekt na Kickstarterze!\" – podążaj za", - "whyAdsContent3": "tymi instrukcjami" + "whyAdsContent3": "tymi instrukcjami", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/pt/backgrounds.json b/common/locales/pt/backgrounds.json index 43389ef042..0ce05b7936 100644 --- a/common/locales/pt/backgrounds.json +++ b/common/locales/pt/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Caverna de Cristal", "backgroundCrystalCaveNotes": "Explore uma Caverna de Cristal", "backgroundDistantCastleText": "Castelo Distante", - "backgroundDistantCastleNotes": "Defenda um Castelo Distante." + "backgroundDistantCastleNotes": "Defenda um Castelo Distante.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/pt/character.json b/common/locales/pt/character.json index 04e956fd5b..a4facde0d3 100644 --- a/common/locales/pt/character.json +++ b/common/locales/pt/character.json @@ -133,5 +133,8 @@ "critBonus": "Golpe Crítico! Bônus: ", "displayNameDescription1": "Isto é o que aparece nas mensagens que você postar na Taverna, guildas, e bate-papo da equipe, junto com o que é exibido em seu avatar. Vá para", "displayNameDescription2": "Configurações -> Site", - "displayNameDescription3": "e desça até a seção de Registro para mudar seu nome de login." + "displayNameDescription3": "e desça até a seção de Registro para mudar seu nome de login.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/pt/content.json b/common/locales/pt/content.json index eba6f71ece..604976dce0 100644 --- a/common/locales/pt/content.json +++ b/common/locales/pt/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "perspicaz", "questEggTRexText": "Tiranossauro", "questEggTRexAdjective": "de braço curto", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Ache uma poção de eclosão para usá-la nesse ovo, e ele irá eclodir em um <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", "hatchingPotionWhite": "Branco", diff --git a/common/locales/pt/contrib.json b/common/locales/pt/contrib.json index af4caad6bf..3a8eccf514 100644 --- a/common/locales/pt/contrib.json +++ b/common/locales/pt/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Por que Propagandas?", "whyAdsContent1": "HabitRPG é um projeto open source, e pode usar toda ajuda que conseguir - considere isso uma doação aos colaboradores. Você também ganha 20 Gemas da compra, as quais você pode usar para comprar itens especiais.", "whyAdsContent2": "'Olá, eu apoiei o Kickstarter!' - siga", - "whyAdsContent3": "essas instruções" + "whyAdsContent3": "essas instruções", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/ro/backgrounds.json b/common/locales/ro/backgrounds.json index eea03fc023..864ba6d4bf 100644 --- a/common/locales/ro/backgrounds.json +++ b/common/locales/ro/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Pestera de cristal", "backgroundCrystalCaveNotes": "Exploreaza o pesterea de cristale ", "backgroundDistantCastleText": "Castel indepartat ", - "backgroundDistantCastleNotes": "A apara un castel indepartat" + "backgroundDistantCastleNotes": "A apara un castel indepartat", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/ro/character.json b/common/locales/ro/character.json index e4e986aacf..66403e72bd 100644 --- a/common/locales/ro/character.json +++ b/common/locales/ro/character.json @@ -133,5 +133,8 @@ "critBonus": "Lovitură critică! Bonus:", "displayNameDescription1": "This is what appears in messages you post in the Tavern, guilds, and party chat, along with what is displayed on your avatar. Go to", "displayNameDescription2": "Settings->Site", - "displayNameDescription3": "and scroll down to the Registration section to change your login name." + "displayNameDescription3": "and scroll down to the Registration section to change your login name.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/ro/content.json b/common/locales/ro/content.json index 32c73b96ac..67f54c4ce4 100644 --- a/common/locales/ro/content.json +++ b/common/locales/ro/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "perspicacious", "questEggTRexText": "Tyrannosaur", "questEggTRexAdjective": "tiny-armed", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into a <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "de bază", "hatchingPotionWhite": "Alb", diff --git a/common/locales/ro/contrib.json b/common/locales/ro/contrib.json index 7603624bab..0d4b6c52cd 100644 --- a/common/locales/ro/contrib.json +++ b/common/locales/ro/contrib.json @@ -57,5 +57,9 @@ "whyAds": "De ce reclame?", "whyAdsContent1": "Habit este un proiect open source și îi trebuie tot ajutorul posibil - consideră asta o donație pentru contribuitori. Când cumperi vei primi și 20 de nestemate pe care le poți folosi pentru a cumpăra obiecte speciale.", "whyAdsContent2": "'Hei, am susținut Kickstarter-ul!' - urmărește", - "whyAdsContent3": "instrucțiunile acestea" + "whyAdsContent3": "instrucțiunile acestea", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/ru/backgrounds.json b/common/locales/ru/backgrounds.json index 31cd4e1281..1f9c794543 100644 --- a/common/locales/ru/backgrounds.json +++ b/common/locales/ru/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Хрустальная пещера", "backgroundCrystalCaveNotes": "Исследуйте хрустальную пещеру.", "backgroundDistantCastleText": "Далекий замок", - "backgroundDistantCastleNotes": "Обороняйте далекий замок." + "backgroundDistantCastleNotes": "Обороняйте далекий замок.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/ru/character.json b/common/locales/ru/character.json index 726226feda..e947028156 100644 --- a/common/locales/ru/character.json +++ b/common/locales/ru/character.json @@ -133,5 +133,8 @@ "critBonus": "Критический удар! Бонус:", "displayNameDescription1": "Отображается в сообщениях, которые вы пишете в Таверне, гильдиях и командных чатах вместе с вашим аватаром. Перейдите в", "displayNameDescription2": "Настройки->Сайт", - "displayNameDescription3": "и прокрутите вниз до раздела «Регистрация», чтобы изменить ваш логин." + "displayNameDescription3": "и прокрутите вниз до раздела «Регистрация», чтобы изменить ваш логин.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/ru/content.json b/common/locales/ru/content.json index db6fa8dc32..151b39ac8b 100644 --- a/common/locales/ru/content.json +++ b/common/locales/ru/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "проницательный", "questEggTRexText": "Тиранозавр", "questEggTRexAdjective": "короткорукий", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Найдите инкубационный эликсир, чтобы полить им яйцо и из него вылупится <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Обыкновенный", "hatchingPotionWhite": "Белый", diff --git a/common/locales/ru/contrib.json b/common/locales/ru/contrib.json index b9ad3504be..93e7d33022 100644 --- a/common/locales/ru/contrib.json +++ b/common/locales/ru/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Зачем реклама?", "whyAdsContent1": "HabitRPG — проект с открытым исходным кодом, ему нужна любая возможная помощь. Расценивайте это как пожертвование разработчикам. При оплате вы также получаете 20 самоцветов, которые можно использовать для покупки особых игровых предметов.", "whyAdsContent2": "«Эй! Я поддержал проект на Kickstarter!» — следуйте", - "whyAdsContent3": "этим инструкциям" + "whyAdsContent3": "этим инструкциям", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/sk/backgrounds.json b/common/locales/sk/backgrounds.json index c9018ba134..4e5782595f 100644 --- a/common/locales/sk/backgrounds.json +++ b/common/locales/sk/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Crystal Cave", "backgroundCrystalCaveNotes": "Explore a Crystal Cave.", "backgroundDistantCastleText": "Distant Castle", - "backgroundDistantCastleNotes": "Defend a Distant Castle." + "backgroundDistantCastleNotes": "Defend a Distant Castle.", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/sk/character.json b/common/locales/sk/character.json index 0d8f17fb6b..d1e8ff97ed 100644 --- a/common/locales/sk/character.json +++ b/common/locales/sk/character.json @@ -133,5 +133,8 @@ "critBonus": "Kritický zásah! Bonus:", "displayNameDescription1": "Toto sa objaví v správach, ktoré zverejníte v hostinci, cechu alebo družine, spolu s tým, čo je zobrazené na tvojom avatarovi. Choď na", "displayNameDescription2": "Nastavenia->Stránka", - "displayNameDescription3": "a na zmenu prihlasovacieho mena sa presuňte sa nadol k sekcii Registrácia" + "displayNameDescription3": "a na zmenu prihlasovacieho mena sa presuňte sa nadol k sekcii Registrácia", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/sk/content.json b/common/locales/sk/content.json index 0b4863beff..458cf15132 100644 --- a/common/locales/sk/content.json +++ b/common/locales/sk/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "bystrý", "questEggTRexText": "Tyrannosaurus", "questEggTRexAdjective": "málo ozbrojený", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Nájdi liahoxír, ktorý vyleješ na vajíčko, a vyliahne sa z neho <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Základný", "hatchingPotionWhite": "Biely", diff --git a/common/locales/sk/contrib.json b/common/locales/sk/contrib.json index c78c9729da..03bcddbe19 100644 --- a/common/locales/sk/contrib.json +++ b/common/locales/sk/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Prečo sú tu reklamy?", "whyAdsContent1": "Habit je open source projekt a ocení každú pomoc, ktorá sa naskytne - považuj to za dar prispievateľom. Taktiež za nákup dostaneš 20 drahokamov, ktoré môžeš minúť na špeciálne predmety.", "whyAdsContent2": "'Hej, podporil som vás cez Kickstarter!' - nasleduj", - "whyAdsContent3": "tieto inštrukcie" + "whyAdsContent3": "tieto inštrukcie", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/sv/backgrounds.json b/common/locales/sv/backgrounds.json index b3d6504285..6071298088 100644 --- a/common/locales/sv/backgrounds.json +++ b/common/locales/sv/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Kristallgrotta", "backgroundCrystalCaveNotes": "Utforska en kristallgrotta.", "backgroundDistantCastleText": "Avlägset slott", - "backgroundDistantCastleNotes": "Försvara ett avlägset slott" + "backgroundDistantCastleNotes": "Försvara ett avlägset slott", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/sv/character.json b/common/locales/sv/character.json index 367c981a7d..870fe63cba 100644 --- a/common/locales/sv/character.json +++ b/common/locales/sv/character.json @@ -133,5 +133,8 @@ "critBonus": "Kritisk träff! Bonus:", "displayNameDescription1": "This is what appears in messages you post in the Tavern, guilds, and party chat, along with what is displayed on your avatar. Go to", "displayNameDescription2": "Inställningar->Sida", - "displayNameDescription3": "och scrolla ner till Registrerings sektionen för att ändra ditt inloggningsnamn." + "displayNameDescription3": "och scrolla ner till Registrerings sektionen för att ändra ditt inloggningsnamn.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/sv/content.json b/common/locales/sv/content.json index 7a275962ea..468146c593 100644 --- a/common/locales/sv/content.json +++ b/common/locales/sv/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "skarpsinnig", "questEggTRexText": "Tyrannosaurus", "questEggTRexAdjective": "småarmad", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Finn en kläckningsdryck att hälla på det här ägget, så kommer det att kläckas till<%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Standard", "hatchingPotionWhite": "Vit", diff --git a/common/locales/sv/contrib.json b/common/locales/sv/contrib.json index 471e48e083..d9ee7ee813 100644 --- a/common/locales/sv/contrib.json +++ b/common/locales/sv/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Varför Reklam?", "whyAdsContent1": "Habit är ett projekt med öppen källkod som behöver all hjälp det kan få - se detta som en donation till medarbetarna. Du får också 20 Juveler från köpet, vilka du kan använda för att köpa speciella objekt.", "whyAdsContent2": "'Hallå, jag stödde Kickstartern!' - följ", - "whyAdsContent3": "dessa instruktioner" + "whyAdsContent3": "dessa instruktioner", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/uk/backgrounds.json b/common/locales/uk/backgrounds.json index 0e34aac9a0..6e7e8c1aab 100644 --- a/common/locales/uk/backgrounds.json +++ b/common/locales/uk/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "Кришталева печера", "backgroundCrystalCaveNotes": "Досліди \"Кришталеву печеру\"", "backgroundDistantCastleText": "Далекий замок", - "backgroundDistantCastleNotes": "Захисти \"Далекий замок\"" + "backgroundDistantCastleNotes": "Захисти \"Далекий замок\"", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/uk/character.json b/common/locales/uk/character.json index 975d940395..90885e46a6 100644 --- a/common/locales/uk/character.json +++ b/common/locales/uk/character.json @@ -133,5 +133,8 @@ "critBonus": "Критичний удар! Бонус:", "displayNameDescription1": "This is what appears in messages you post in the Tavern, guilds, and party chat, along with what is displayed on your avatar. Go to", "displayNameDescription2": "Settings->Site", - "displayNameDescription3": "and scroll down to the Registration section to change your login name." + "displayNameDescription3": "and scroll down to the Registration section to change your login name.", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/uk/content.json b/common/locales/uk/content.json index 050cb89308..ef4a106eb9 100644 --- a/common/locales/uk/content.json +++ b/common/locales/uk/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "perspicacious", "questEggTRexText": "Tyrannosaur", "questEggTRexAdjective": "tiny-armed", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into a <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Простий", "hatchingPotionWhite": "Білий", diff --git a/common/locales/uk/contrib.json b/common/locales/uk/contrib.json index cb2d90d05d..a5cb60fb70 100644 --- a/common/locales/uk/contrib.json +++ b/common/locales/uk/contrib.json @@ -57,5 +57,9 @@ "whyAds": "Навіщо реклама?", "whyAdsContent1": "Habit — це відкритий проєкт, тож усяка допомога потрібна. Уважайте це оплатою праці вкладників. За купівлю Ви також отримаєте 20 самоцвітів, за які можна придбати особливі предмети.", "whyAdsContent2": "„Агов, я дав Вам гроші на Kickstarter!“ — слідуйте", - "whyAdsContent3": "поданим указівкам" + "whyAdsContent3": "поданим указівкам", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/uk/rebirth.json b/common/locales/uk/rebirth.json index 2a1689e101..8a5fd95360 100644 --- a/common/locales/uk/rebirth.json +++ b/common/locales/uk/rebirth.json @@ -24,7 +24,7 @@ "reborn": "Переродження, максимальний рівень <%= reLevel %>", "welcome100": "Вітаємо на 100 рівні!", "intro100": "Тепер, коли ви досягли 100 рівня, ви можете вильно використовувати опцію Куля Переродження в будь-який час.", - "followup100": "While you can continue to level up, it will no longer boost your stats and no more content will unlock, to keep Habit fun for folks of all play styles.", + "followup100": "Якщо ви продовжите піднімати свій рівень, ваші характеристики не будуть зростати і новий контент не буде відкриватися, щоб продовжити отримувати задоволення у Habit від всіх стилів гри.", "rebirth100Info": "Якщо ви готові розпочати нову пригоду, ви можете Переродитися зараз... або зачекати, щоб перевірити, як довго ви зможете мотивувати себе.", "rebirthWait": "Я зачекаю...", "rebirthNow": "Переродитися зараз!" diff --git a/common/locales/zh/backgrounds.json b/common/locales/zh/backgrounds.json index 3e9ac910b0..ee12c85617 100644 --- a/common/locales/zh/backgrounds.json +++ b/common/locales/zh/backgrounds.json @@ -62,5 +62,12 @@ "backgroundCrystalCaveText": "水晶洞穴", "backgroundCrystalCaveNotes": "探索水晶洞穴。", "backgroundDistantCastleText": "远方的城堡", - "backgroundDistantCastleNotes": "守卫远方的城堡。" + "backgroundDistantCastleNotes": "守卫远方的城堡。", + "backgrounds032015": "SET 10: Released March 2015", + "backgroundSpringRainText": "Spring Rain", + "backgroundSpringRainNotes": "Dance in the Spring Rain.", + "backgroundStainedGlassText": "Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", + "backgroundRollingHillsText": "Rolling Hills", + "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." } \ No newline at end of file diff --git a/common/locales/zh/character.json b/common/locales/zh/character.json index af1eb410f1..4fbdc7d6db 100644 --- a/common/locales/zh/character.json +++ b/common/locales/zh/character.json @@ -133,5 +133,8 @@ "critBonus": "致命一击!额外奖励:", "displayNameDescription1": "这就是你发布在酒馆或公会的帖子以及队伍聊天中所显示的内容,同时也会显示你的角色形象。访问", "displayNameDescription2": "设置->站点", - "displayNameDescription3": "然后滚动至“注册”部分来改变你的登录名。" + "displayNameDescription3": "然后滚动至“注册”部分来改变你的登录名。", + "unequipBattleGear": "Unequip Battle Gear", + "unequipCostume": "Unequip Costume", + "unequipPetMountBackground": "Unequip Pet, Mount, Background" } \ No newline at end of file diff --git a/common/locales/zh/content.json b/common/locales/zh/content.json index cb51991b85..348cee773a 100644 --- a/common/locales/zh/content.json +++ b/common/locales/zh/content.json @@ -49,6 +49,8 @@ "questEggPenguinAdjective": "聪颖的", "questEggTRexText": "霸王龙", "questEggTRexAdjective": "手臂短小的", + "questEggRockText": "Rock", + "questEggRockAdjective": "lively", "eggNotes": "寻找孵化药水倒在宠物蛋上可以孵化出一只<%= eggAdjective(locale) %><%= eggText(locale) %>。", "hatchingPotionBase": "普通", "hatchingPotionWhite": "白色", diff --git a/common/locales/zh/contrib.json b/common/locales/zh/contrib.json index 5520faebab..e35f641b13 100644 --- a/common/locales/zh/contrib.json +++ b/common/locales/zh/contrib.json @@ -57,5 +57,9 @@ "whyAds": "为什么要有广告?", "whyAdsContent1": "Habit是一个开源项目,所以我们需要所有能获得的帮助——就把这当作对开发人员的捐赠吧。你还可以得到20颗用来购买特殊物品的宝石。", "whyAdsContent2": "“嘿,我支持了Kickstarter哦!” 遵循", - "whyAdsContent3": "这些指令" + "whyAdsContent3": "这些指令", + "surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:", + "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:", + "currentSurvey": "Current Survey", + "surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April." } \ No newline at end of file diff --git a/common/locales/zh/questscontent.json b/common/locales/zh/questscontent.json index 6227c45795..25255b1e3c 100644 --- a/common/locales/zh/questscontent.json +++ b/common/locales/zh/questscontent.json @@ -96,7 +96,7 @@ "questGoldenknight3DropWeapon": "马斯泰因的碎石流星锤(副手武器)", "questBasilistText": "基础列表", "questBasilistNotes": "集市上发生了一场让人想要逃跑的骚乱。而你作为一名勇敢的冒险者却明知山有虎偏向虎山行,发现一条由一堆未完成的待办事项聚合成的基础列表!附近的Habitican们被基础列表的长度吓得不能动弹,更别提着手工作了。这时你听到@Arcosine在不远处喊道:“快!在有人收到剪纸之前完成你的待办事项和每日任务来消除这条怪兽的威胁!”快速出击吧,冒险者,核对你的任务——但是要记住!如果你有任何未完成的每日任务,这条基础列表就会攻击你和你的队伍!", - "questBasilistCompletion": "The Basi-list has scattered into paper scraps, which shimmer gently in rainbow colors. \"Whew!\" says @Arcosine. \"Good thing you guys were here!\" Feeling more experienced than before, you gather up some fallen gold from among the papers.", + "questBasilistCompletion": "这条基础列表碎成了漫天的碎纸片,微微地闪着彩虹色。“吁,”@Arcosine说道,“有你们在真是太棒了!”你从地上的碎纸片中收集起散落的金币,感觉自己与以前相比更加老练了。", "questBasilistBoss": "基础列表", "questEggHuntText": "狩猎鸡蛋", "questEggHuntNotes": "Overnight, strange plain eggs have appeared everywhere: in Matt's stables, behind the counter at the Tavern, and even among the pet eggs at the Marketplace! What a nuisance! \"Nobody knows where they came from, or what they might hatch into,\" says Megan, \"but we can't just leave them laying around! Work hard and search hard to help me gather up these mysterious eggs. Maybe if you collect enough, there will be some extras left over for you...\"",