Compare commits

..

36 Commits

Author SHA1 Message Date
Sabe Jones 539ffbf08a 4.177.0 2020-12-30 16:43:45 -06:00
Sabe Jones b2adc29bf6 feat(content): 2021 January Mystery 2020-12-30 16:43:32 -06:00
Sabe Jones 1f077451d2 4.176.0 2020-12-29 18:59:15 -06:00
Sabe Jones 595a31db99 feat(content): NYE hats 2020-12-29 18:58:57 -06:00
Matteo Pagliazzi 69e40e2114 4.175.8 2020-12-26 16:45:42 +01:00
Matteo Pagliazzi 17d918a172 fix(stripe): use new data structure for webhooks event.request 2020-12-26 16:45:36 +01:00
Matteo Pagliazzi bc74e40280 4.175.7 2020-12-24 18:42:46 +01:00
Matteo Pagliazzi 4487363171 Merge branch 'develop' into release 2020-12-24 18:41:56 +01:00
Matteo Pagliazzi dc72faad6a migration(todos date); filter by updatedAt 2020-12-24 18:41:01 +01:00
Shadow 7c0b3612f0 Change $type of date for todos (#12779)
* change $type to date for task and add new test

* adjust apidocs to reflect type change

* migration test for api date $type change

* minor fixes to migration

* unset instead of set empty string

* add type filter

* fix(todo date migration): make sure the update command works and limit update ops

Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com>
2020-12-24 18:37:09 +01:00
Sabe Jones 9a32eabb47 fix(lint): remove unused const 2020-12-22 16:53:26 -06:00
Sabe Jones 6fe0d5568a fix(script): truly unique email for many-accounts scenarios 2020-12-22 20:40:03 +00:00
Sabe Jones 2c44f766cd Merge branch 'release' into develop 2020-12-22 09:14:38 -06:00
Sabe Jones c79e3bea05 4.175.6 2020-12-22 09:14:07 -06:00
Sabe Jones b56f0cfeeb fix(content): auto rollout of potion didn't work? 2020-12-22 09:14:00 -06:00
dependabot-preview[bot] fbf1849148 build(deps): bump @babel/preset-env from 7.12.10 to 7.12.11 (#12894)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.10 to 7.12.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.11/packages/babel-preset-env)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-21 11:43:49 +01:00
dependabot-preview[bot] a493bb69ce build(deps): bump stripe from 8.121.0 to 8.129.0 (#12895)
Bumps [stripe](https://github.com/stripe/stripe-node) from 8.121.0 to 8.129.0.
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stripe/stripe-node/compare/v8.121.0...v8.129.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-21 11:43:43 +01:00
dependabot-preview[bot] 7b20d02449 build(deps): bump rate-limiter-flexible from 2.1.14 to 2.1.15 (#12896)
Bumps [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) from 2.1.14 to 2.1.15.
- [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases)
- [Commits](https://github.com/animir/node-rate-limiter-flexible/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-21 11:42:58 +01:00
dependabot-preview[bot] 207d1b7eaa build(deps): bump mongoose from 5.11.7 to 5.11.8 (#12897)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.7 to 5.11.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.11.7...5.11.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-21 11:42:44 +01:00
dependabot-preview[bot] f33aed661b build(deps): bump bootstrap-vue from 2.20.1 to 2.21.1 in /website/client (#12900)
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) from 2.20.1 to 2.21.1.
- [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases)
- [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.20.1...v2.21.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-21 11:42:27 +01:00
Sabe Jones 7f1d6ffef0 Merge branch 'release' into develop 2020-12-17 12:44:06 -06:00
Sabe Jones 75f198789b 4.175.5 2020-12-17 12:43:29 -06:00
Sabe Jones 6ad20e7abb fix(event): still one more find return 2020-12-17 12:43:16 -06:00
Matteo Pagliazzi 2705539a70 4.175.4 2020-12-17 18:04:47 +01:00
Matteo Pagliazzi 8f05fc250a Merge branch 'release' into develop 2020-12-17 18:03:58 +01:00
Matteo Pagliazzi a21295c0e1 fix(pm): correctly show sender info when a new pm is sent, fixes #12889 2020-12-17 18:03:46 +01:00
Sabe Jones 24e13ddd18 Merge branch 'release' into develop 2020-12-17 09:37:09 -06:00
Sabe Jones 4d9e03b6d2 4.175.3 2020-12-17 09:36:55 -06:00
Sabe Jones 8a64def893 fix(event): more find syntax, fix featured items, no spoilers 2020-12-17 09:36:49 -06:00
Sabe Jones e6f40aee43 Merge branch 'release' into develop 2020-12-17 08:25:26 -06:00
Sabe Jones dc34db98b4 4.175.2 2020-12-17 08:25:09 -06:00
Sabe Jones bd228d5d69 fix(event): correct return value for find 2020-12-17 08:25:04 -06:00
Matteo Pagliazzi 5d054a0acd Merge branch 'release' into develop 2020-12-17 10:27:15 +01:00
Matteo Pagliazzi 9a1fbc2d2f 4.175.1 2020-12-17 10:26:20 +01:00
Matteo Pagliazzi 7b0f43b61c fix(stable & bailey); seasonalNpc: use method instead of class, components: use correct method name for npc class 2020-12-17 10:26:06 +01:00
Melior bc115bb1f6 Translated using Weblate (Portuguese)
Currently translated at 37.0% (20 of 54 strings)

Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/pt/

Translated using Weblate (Portuguese)

Currently translated at 86.5% (90 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/

Translated using Weblate (Portuguese)

Currently translated at 86.5% (90 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/

Translated using Weblate (Portuguese)

Currently translated at 86.5% (90 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/

Merge branch 'origin/develop' into Weblate.

Translated using Weblate (English (Pirate))

Currently translated at 99.8% (2199 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en@pirate/

Translated using Weblate (English (Pirate))

Currently translated at 100.0% (578 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en@pirate/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (134 of 134 strings)

Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/pt_BR/

Translated using Weblate (Japanese)

Currently translated at 97.1% (2140 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/

Translated using Weblate (English (Pirate))

Currently translated at 98.5% (2170 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en@pirate/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (724 of 724 strings)

Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (123 of 123 strings)

Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/pt_BR/

Translated using Weblate (English (Pirate))

Currently translated at 97.1% (2141 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en@pirate/

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (180 of 180 strings)

Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/es_419/

Translated using Weblate (Japanese)

Currently translated at 96.2% (2120 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/

Translated using Weblate (English (Pirate))

Currently translated at 97.1% (2140 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en@pirate/

Translated using Weblate (Russian)

Currently translated at 97.3% (705 of 724 strings)

Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/

Translated using Weblate (Chinese (Hong Kong))

Currently translated at 96.1% (100 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant_HK/

Translated using Weblate (Japanese)

Currently translated at 100.0% (186 of 186 strings)

Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ja/

Translated using Weblate (Japanese)

Currently translated at 95.9% (2114 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/

Translated using Weblate (English (Pirate))

Currently translated at 95.4% (2103 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en@pirate/

Translated using Weblate (Spanish (Latin America))

Currently translated at 94.7% (686 of 724 strings)

Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/

Translated using Weblate (Spanish (Latin America))

Currently translated at 94.7% (686 of 724 strings)

Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (111 of 111 strings)

Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/

Translated using Weblate (Japanese)

Currently translated at 95.7% (2110 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/

Translated using Weblate (English (Pirate))

Currently translated at 92.4% (2037 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en@pirate/

Translated using Weblate (English (Pirate))

Currently translated at 99.8% (723 of 724 strings)

Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en@pirate/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (123 of 123 strings)

Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/pt_BR/

Translated using Weblate (English (Pirate))

Currently translated at 100.0% (123 of 123 strings)

Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/en@pirate/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (102 of 102 strings)

Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/pt_BR/

Translated using Weblate (French)

Currently translated at 100.0% (578 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/

Translated using Weblate (Japanese)

Currently translated at 95.5% (2106 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (124 of 124 strings)

Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (2203 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es_419/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (2203 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/

Translated using Weblate (Russian)

Currently translated at 100.0% (102 of 102 strings)

Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ru/

Translated using Weblate (Japanese)

Currently translated at 95.5% (2106 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (578 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/

Translated using Weblate (Turkish)

Currently translated at 80.2% (464 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (104 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/

Translated using Weblate (Turkish)

Currently translated at 85.5% (89 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/

Translated using Weblate (Turkish)

Currently translated at 85.5% (89 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/

Translated using Weblate (Turkish)

Currently translated at 84.6% (88 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/

Translated using Weblate (Turkish)

Currently translated at 84.6% (88 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/

Translated using Weblate (Turkish)

Currently translated at 75.9% (79 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/

Translated using Weblate (Turkish)

Currently translated at 75.9% (79 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/

Translated using Weblate (Turkish)

Currently translated at 61.5% (64 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/

Translated using Weblate (Turkish)

Currently translated at 61.5% (64 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/

Translated using Weblate (Korean)

Currently translated at 100.0% (111 of 111 strings)

Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ko/

Translated using Weblate (Korean)

Currently translated at 73.2% (41 of 56 strings)

Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ko/

Translated using Weblate (Korean)

Currently translated at 100.0% (102 of 102 strings)

Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ko/

Translated using Weblate (Korean)

Currently translated at 87.1% (504 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/

Translated using Weblate (Korean)

Currently translated at 100.0% (104 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ko/

Translated using Weblate (Korean)

Currently translated at 100.0% (61 of 61 strings)

Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/ko/

Translated using Weblate (Korean)

Currently translated at 100.0% (23 of 23 strings)

Translation: Habitica/Loginincentives
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/ko/

Translated using Weblate (Korean)

Currently translated at 96.1% (173 of 180 strings)

Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ko/

Translated using Weblate (Spanish (Latin America))

Currently translated at 94.3% (683 of 724 strings)

Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/

Translated using Weblate (Italian)

Currently translated at 100.0% (124 of 124 strings)

Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/it/

Translated using Weblate (German)

Currently translated at 100.0% (124 of 124 strings)

Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/de/

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (203 of 203 strings)

Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/es_419/

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (2203 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es_419/

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (2203 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es_419/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (366 of 366 strings)

Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/

Translated using Weblate (Russian)

Currently translated at 93.4% (2059 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/

Translated using Weblate (Italian)

Currently translated at 100.0% (2203 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/it/

Translated using Weblate (French)

Currently translated at 100.0% (2203 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/

Translated using Weblate (Spanish)

Currently translated at 88.0% (1940 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/

Translated using Weblate (German)

Currently translated at 100.0% (2203 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (187 of 187 strings)

Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/pt_BR/

Translated using Weblate (Russian)

Currently translated at 97.2% (562 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/

Translated using Weblate (Italian)

Currently translated at 100.0% (578 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/it/

Translated using Weblate (French)

Currently translated at 99.1% (573 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/

Translated using Weblate (French)

Currently translated at 99.1% (573 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/

Translated using Weblate (Spanish)

Currently translated at 99.3% (574 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es/

Translated using Weblate (English (Pirate))

Currently translated at 99.8% (577 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en@pirate/

Translated using Weblate (German)

Currently translated at 100.0% (578 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (180 of 180 strings)

Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (180 of 180 strings)

Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/

Translated using Weblate (Spanish (Latin America))

Currently translated at 94.3% (683 of 724 strings)

Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/

Translated using Weblate (Spanish (Latin America))

Currently translated at 94.3% (683 of 724 strings)

Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/

Translated using Weblate (Korean)

Currently translated at 100.0% (104 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ko/

Translated using Weblate (Korean)

Currently translated at 100.0% (104 of 104 strings)

Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ko/

Translated using Weblate (Japanese)

Currently translated at 100.0% (124 of 124 strings)

Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/

Translated using Weblate (French)

Currently translated at 100.0% (124 of 124 strings)

Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/fr/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (2203 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/

Translated using Weblate (Japanese)

Currently translated at 100.0% (123 of 123 strings)

Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ja/

Translated using Weblate (Japanese)

Currently translated at 100.0% (578 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (124 of 124 strings)

Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (124 of 124 strings)

Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/es_419/

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (2203 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es_419/

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (578 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es_419/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.8% (2199 of 2203 strings)

Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (578 of 578 strings)

Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pt_BR/
2020-12-17 06:50:17 +01:00
131 changed files with 9781 additions and 9047 deletions
@@ -0,0 +1,62 @@
/*
* Fix dates in the database that were stored as $type string instead of Date
*/
/* eslint-disable no-console */
const MIGRATION_NAME = '20201111_api_date';
import * as Tasks from '../../../website/server/models/task';
const progressCount = 1000;
let count = 0;
async function updateUser (todo) {
count++;
if (count % progressCount === 0) console.warn(`${count} ${todo._id}`);
const newDate = new Date(todo.date);
if (isValidDate(newDate)) return;
return await Tasks.Task.update({_id: todo._id, type: 'todo'}, {$unset: {date: ''}}).exec();
}
module.exports = async function processUsers () {
let query = {
type: 'todo',
date: {$exists: true},
updatedAt: {$gt: new Date('2020-11-23')},
};
const fields = {
_id: 1,
type: 1,
date: 1,
};
while (true) { // eslint-disable-line no-constant-condition
const users = await Tasks.Task // eslint-disable-line no-await-in-loop
.find(query)
.select(fields)
.limit(250)
.sort({_id: 1})
.lean()
.exec();
if (users.length === 0) {
console.warn('All appropriate tasks found and modified.');
console.warn(`\n${count} tasks processed\n`);
break;
} else {
query._id = {
$gt: users[users.length - 1],
};
}
await Promise.all(users.map(updateUser)); // eslint-disable-line no-await-in-loop
}
};
function isValidDate(d) {
return !isNaN(d.getTime());
}
+126
View File
@@ -0,0 +1,126 @@
/* eslint-disable no-console */
const MIGRATION_NAME = '20201229_nye';
import { model as User } from '../../../website/server/models/user';
import { v4 as uuid } from 'uuid';
const progressCount = 1000;
let count = 0;
async function updateUser (user) {
count++;
const set = { migration: MIGRATION_NAME };
let push;
if (typeof user.items.gear.owned.head_special_nye2019 !== 'undefined') {
set['items.gear.owned.head_special_nye2020'] = false;
push = [
{
type: 'marketGear',
path: 'gear.flat.head_special_nye2020',
_id: uuid(),
},
];
} else if (typeof user.items.gear.owned.head_special_nye2018 !== 'undefined') {
set['items.gear.owned.head_special_nye2019'] = false;
push = [
{
type: 'marketGear',
path: 'gear.flat.head_special_nye2019',
_id: uuid(),
},
];
} else if (typeof user.items.gear.owned.head_special_nye2017 !== 'undefined') {
set['items.gear.owned.head_special_nye2018'] = false;
push = [
{
type: 'marketGear',
path: 'gear.flat.head_special_nye2018',
_id: uuid(),
},
];
} else if (typeof user.items.gear.owned.head_special_nye2016 !== 'undefined') {
set['items.gear.owned.head_special_nye2017'] = false;
push = [
{
type: 'marketGear',
path: 'gear.flat.head_special_nye2017',
_id: uuid(),
},
];
} else if (typeof user.items.gear.owned.head_special_nye2015 !== 'undefined') {
set['items.gear.owned.head_special_nye2016'] = false;
push = [
{
type: 'marketGear',
path: 'gear.flat.head_special_nye2016',
_id: uuid(),
},
];
} else if (typeof user.items.gear.owned.head_special_nye2014 !== 'undefined') {
set['items.gear.owned.head_special_nye2015'] = false;
push = [
{
type: 'marketGear',
path: 'gear.flat.head_special_nye2015',
_id: uuid(),
},
];
} else if (typeof user.items.gear.owned.head_special_nye !== 'undefined') {
set['items.gear.owned.head_special_nye2014'] = false;
push = [
{
type: 'marketGear',
path: 'gear.flat.head_special_nye2014',
_id: uuid(),
},
];
} else {
set['items.gear.owned.head_special_nye'] = false;
push = [
{
type: 'marketGear',
path: 'gear.flat.head_special_nye',
_id: uuid(),
},
];
}
if (count % progressCount === 0) console.warn(`${count} ${user._id}`);
return await User.update({_id: user._id}, {$set: set, $push: {pinnedItems: {$each: push}}}).exec();
}
export default async function processUsers () {
let query = {
'auth.timestamps.loggedin': {$gt: new Date('2020-12-01')},
migration: {$ne: MIGRATION_NAME},
};
const fields = {
_id: 1,
items: 1,
};
while (true) { // eslint-disable-line no-constant-condition
const users = await User // eslint-disable-line no-await-in-loop
.find(query)
.limit(250)
.sort({_id: 1})
.select(fields)
.lean()
.exec();
if (users.length === 0) {
console.warn('All appropriate users found and modified.');
console.warn(`\n${count} users processed\n`);
break;
} else {
query._id = {
$gt: users[users.length - 1],
};
}
await Promise.all(users.map(updateUser)); // eslint-disable-line no-await-in-loop
}
};
+73 -48
View File
@@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "4.175.0",
"version": "4.177.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -122,12 +122,17 @@
"@babel/types": "^7.12.10"
},
"dependencies": {
"@babel/helper-validator-identifier": {
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
"integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
},
"@babel/types": {
"version": "7.12.10",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.10.tgz",
"integrity": "sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==",
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
"integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
"requires": {
"@babel/helper-validator-identifier": "^7.10.4",
"@babel/helper-validator-identifier": "^7.12.11",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0"
}
@@ -193,12 +198,17 @@
"@babel/types": "^7.12.1"
},
"dependencies": {
"@babel/helper-validator-identifier": {
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
"integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
},
"@babel/types": {
"version": "7.12.10",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.10.tgz",
"integrity": "sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==",
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
"integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
"requires": {
"@babel/helper-validator-identifier": "^7.10.4",
"@babel/helper-validator-identifier": "^7.12.11",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0"
}
@@ -322,12 +332,17 @@
"@babel/types": "^7.12.1"
},
"dependencies": {
"@babel/helper-validator-identifier": {
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
"integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
},
"@babel/types": {
"version": "7.12.10",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.10.tgz",
"integrity": "sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==",
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
"integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
"requires": {
"@babel/helper-validator-identifier": "^7.10.4",
"@babel/helper-validator-identifier": "^7.12.11",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0"
}
@@ -385,12 +400,17 @@
"@babel/types": "^7.12.1"
},
"dependencies": {
"@babel/helper-validator-identifier": {
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
"integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
},
"@babel/types": {
"version": "7.12.10",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.10.tgz",
"integrity": "sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==",
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
"integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
"requires": {
"@babel/helper-validator-identifier": "^7.10.4",
"@babel/helper-validator-identifier": "^7.12.11",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0"
}
@@ -423,9 +443,9 @@
"integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw=="
},
"@babel/helper-validator-option": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz",
"integrity": "sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A=="
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz",
"integrity": "sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw=="
},
"@babel/helper-wrap-function": {
"version": "7.12.3",
@@ -730,9 +750,9 @@
}
},
"@babel/plugin-transform-block-scoping": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1.tgz",
"integrity": "sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w==",
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.11.tgz",
"integrity": "sha512-atR1Rxc3hM+VPg/NvNvfYw0npQEAcHuJ+MGZnFn6h3bo+1U3BWXMdFMlvVRApBTWKQMX7SOwRJZA5FBF/JQbvA==",
"requires": {
"@babel/helper-plugin-utils": "^7.10.4"
}
@@ -985,15 +1005,15 @@
}
},
"@babel/preset-env": {
"version": "7.12.10",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.10.tgz",
"integrity": "sha512-Gz9hnBT/tGeTE2DBNDkD7BiWRELZt+8lSysHuDwmYXUIvtwZl0zI+D6mZgXZX0u8YBlLS4tmai9ONNY9tjRgRA==",
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.11.tgz",
"integrity": "sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw==",
"requires": {
"@babel/compat-data": "^7.12.7",
"@babel/helper-compilation-targets": "^7.12.5",
"@babel/helper-module-imports": "^7.12.5",
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/helper-validator-option": "^7.12.1",
"@babel/helper-validator-option": "^7.12.11",
"@babel/plugin-proposal-async-generator-functions": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-dynamic-import": "^7.12.1",
@@ -1022,7 +1042,7 @@
"@babel/plugin-transform-arrow-functions": "^7.12.1",
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/plugin-transform-block-scoped-functions": "^7.12.1",
"@babel/plugin-transform-block-scoping": "^7.12.1",
"@babel/plugin-transform-block-scoping": "^7.12.11",
"@babel/plugin-transform-classes": "^7.12.1",
"@babel/plugin-transform-computed-properties": "^7.12.1",
"@babel/plugin-transform-destructuring": "^7.12.1",
@@ -1052,17 +1072,22 @@
"@babel/plugin-transform-unicode-escapes": "^7.12.1",
"@babel/plugin-transform-unicode-regex": "^7.12.1",
"@babel/preset-modules": "^0.1.3",
"@babel/types": "^7.12.10",
"@babel/types": "^7.12.11",
"core-js-compat": "^3.8.0",
"semver": "^5.5.0"
},
"dependencies": {
"@babel/helper-validator-identifier": {
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
"integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
},
"@babel/types": {
"version": "7.12.10",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.10.tgz",
"integrity": "sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==",
"version": "7.12.11",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
"integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
"requires": {
"@babel/helper-validator-identifier": "^7.10.4",
"@babel/helper-validator-identifier": "^7.12.11",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0"
}
@@ -3176,9 +3201,9 @@
}
},
"caniuse-lite": {
"version": "1.0.30001166",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001166.tgz",
"integrity": "sha512-nCL4LzYK7F4mL0TjEMeYavafOGnBa98vTudH5c8lW9izUjnB99InG6pmC1ElAI1p0GlyZajv4ltUdFXvOHIl1A=="
"version": "1.0.30001170",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001170.tgz",
"integrity": "sha512-Dd4d/+0tsK0UNLrZs3CvNukqalnVTRrxb5mcQm8rHL49t7V5ZaTygwXkrq+FB+dVDf++4ri8eJnFEJAB8332PA=="
},
"caseless": {
"version": "0.12.0",
@@ -4627,9 +4652,9 @@
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
},
"electron-to-chromium": {
"version": "1.3.625",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.625.tgz",
"integrity": "sha512-CsLk/r0C9dAzVPa9QF74HIXduxaucsaRfqiOYvIv2PRhvyC6EOqc/KbpgToQuDVgPf3sNAFZi3iBu4vpGOwGag=="
"version": "1.3.629",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.629.tgz",
"integrity": "sha512-iSPPJtPvHrMAvYOt+9cdbDmTasPqwnwz4lkP8Dn200gDNUBQOLQ96xUsWXBwXslAo5XxdoXAoQQ3RAy4uao9IQ=="
},
"emitter-listener": {
"version": "1.1.2",
@@ -9346,9 +9371,9 @@
}
},
"mongoose": {
"version": "5.11.7",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.11.7.tgz",
"integrity": "sha512-9FQ3BNPMU7GVHw1jVrxPXQpVJWuMESEO5bf4SWgI4S6+OT1Kk6fdLGWibUh2UAVSolfizljOZQQ6Z+cTLyoFOw==",
"version": "5.11.8",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.11.8.tgz",
"integrity": "sha512-RRfrYLg7pyuyx7xu5hwadjIZZJB9W2jqIMkL1CkTmk/uOCX3MX2tl4BVIi2rJUtgMNwn6dy3wBD3soB8I9Nlog==",
"requires": {
"@types/mongodb": "^3.5.27",
"bson": "^1.1.4",
@@ -11148,9 +11173,9 @@
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
},
"rate-limiter-flexible": {
"version": "2.1.14",
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-2.1.14.tgz",
"integrity": "sha512-YeTTEsP0eDKONwVLIP62XLmQyXOYKuXJOnMECwmaJFiUNa6uudcz9YMTXxzf5uvmnfvOknM2lKj4k2p/INm4HA=="
"version": "2.1.15",
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-2.1.15.tgz",
"integrity": "sha512-vIU5X20id7objPJ4lQh05Pd9C4qZ4i/K2xY07kHJ0suzsOjBGv43VozrbqRRCJ5TpmRXcGP/yNlwgehzL80wvQ=="
},
"raw-body": {
"version": "2.4.0",
@@ -12709,9 +12734,9 @@
}
},
"stripe": {
"version": "8.121.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.121.0.tgz",
"integrity": "sha512-Uswmut57hVdyPrb+EJUTWbrLcTIEL4LS5T6UQZPO5AJNYT0PGHajgY1esQwmV7yVBL+Kgt3y/16zIAY/gAwifg==",
"version": "8.129.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.129.0.tgz",
"integrity": "sha512-73b49GQg2+ig6Cet11QhN1WgBab+2xtHy57W4ZLRd9dq146vz+vik+kMQ7UAcTSF5vYyTM5Zo6POMZDPXqzWUg==",
"requires": {
"@types/node": ">=8.1.0",
"qs": "^6.6.0"
+5 -5
View File
@@ -1,11 +1,11 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "4.175.0",
"version": "4.177.0",
"main": "./website/server/index.js",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@google-cloud/trace-agent": "^5.1.1",
"@slack/webhook": "^5.0.3",
@@ -48,7 +48,7 @@
"method-override": "^3.0.0",
"moment": "^2.29.1",
"moment-recur": "^1.0.7",
"mongoose": "^5.11.7",
"mongoose": "^5.11.8",
"morgan": "^1.10.0",
"nconf": "^0.11.0",
"node-gcm": "^1.0.3",
@@ -60,13 +60,13 @@
"paypal-rest-sdk": "^1.8.1",
"pp-ipn": "^1.1.0",
"ps-tree": "^1.0.0",
"rate-limiter-flexible": "^2.1.14",
"rate-limiter-flexible": "^2.1.15",
"redis": "^3.0.2",
"regenerator-runtime": "^0.13.7",
"remove-markdown": "^0.3.0",
"rimraf": "^3.0.2",
"short-uuid": "^4.1.0",
"stripe": "^8.121.0",
"stripe": "^8.129.0",
"superagent": "^6.1.0",
"universal-analytics": "^0.4.23",
"useragent": "^2.1.9",
+1 -2
View File
@@ -35,13 +35,12 @@ async function deleteAmplitudeData (userId, email) {
}
async function deleteHabiticaData (user, email) {
const truncatedEmail = email.slice(0, email.indexOf('@'));
const set = {
'auth.blocked': false,
'auth.local.hashed_password': '$2a$10$QDnNh1j1yMPnTXDEOV38xOePEWFd4X8DSYwAM8XTmqmacG5X0DKjW',
'auth.local.passwordHashMethod': 'bcrypt',
};
if (!user.auth.local.email) set['auth.local.email'] = `${truncatedEmail}-gdpr@example.com`;
if (!user.auth.local.email) set['auth.local.email'] = `${user._id}@example.com`;
await User.update(
{ _id: user._id },
{ $set: set },
@@ -90,11 +90,11 @@ describe('Stripe - Webhooks', () => {
sandbox.stub(payments, 'cancelSubscription').resolves({});
});
it('does not do anything if event.request is null (subscription cancelled manually)', async () => {
it('does not do anything if event.request is not null (subscription cancelled manually)', async () => {
constructEventStub.returns({
id: 123,
type: eventType,
request: 123,
request: { id: 123 },
});
await stripePayments.handleWebhooks({ body, headers }, stripe);
@@ -118,7 +118,7 @@ describe('Stripe - Webhooks', () => {
customer: customerId,
},
},
request: null,
request: { id: null },
});
await expect(stripePayments.handleWebhooks({ body, headers }, stripe))
@@ -151,7 +151,7 @@ describe('Stripe - Webhooks', () => {
customer: customerId,
},
},
request: null,
request: { id: null },
});
await stripePayments.handleWebhooks({ body, headers }, stripe);
@@ -182,7 +182,7 @@ describe('Stripe - Webhooks', () => {
customer: customerId,
},
},
request: null,
request: { id: null },
});
await expect(stripePayments.handleWebhooks({ body, headers }, stripe))
@@ -220,7 +220,7 @@ describe('Stripe - Webhooks', () => {
customer: customerId,
},
},
request: null,
request: { id: null },
});
await expect(stripePayments.handleWebhooks({ body, headers }, stripe))
@@ -261,7 +261,7 @@ describe('Stripe - Webhooks', () => {
customer: customerId,
},
},
request: null,
request: { id: null },
});
await stripePayments.handleWebhooks({ body, headers }, stripe);
@@ -220,6 +220,18 @@ describe('POST /tasks/user', () => {
});
});
it('errors if todo due date supplied is an invalid date', async () => {
await expect(user.post('/tasks/user', {
type: 'todo',
text: 'todo text',
date: 'invalid date',
})).to.eventually.be.rejected.and.eql({
code: 400,
error: 'BadRequest',
message: 'todo validation failed',
});
});
context('sending task activity webhooks', () => {
before(async () => {
await server.start();
+6 -6
View File
@@ -8359,9 +8359,9 @@
"integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ=="
},
"bootstrap-vue": {
"version": "2.20.1",
"resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.20.1.tgz",
"integrity": "sha512-s+w83q0T2mo/RbFwTM8gExbLJMEOYpdTUqmyFaHv2Ir+TFprMvTWpeAzeNuawJ130W1gePZ3LW3cNp1t/tZbOw==",
"version": "2.21.1",
"resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.21.1.tgz",
"integrity": "sha512-hGAfy6hwA6pH/2oxKtd4GOETDW38br+K1ICw4sDDkuARxNlMwrVgIjMQFV8hGzo9NZi/bj82NZx8wRR9221qkw==",
"requires": {
"@nuxt/opencollective": "^0.3.2",
"bootstrap": ">=4.5.3 <5.0.0",
@@ -21097,9 +21097,9 @@
}
},
"vue-loader-v16": {
"version": "npm:vue-loader@16.1.1",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.1.1.tgz",
"integrity": "sha512-wz/+HFg/3SBayHWAlZXARcnDTl3VOChrfW9YnxvAweiuyKX/7IGx1ad/4yJHmwhgWlOVYMAbTiI7GV8G33PfGQ==",
"version": "npm:vue-loader@16.1.2",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.1.2.tgz",
"integrity": "sha512-8QTxh+Fd+HB6fiL52iEVLKqE9N1JSlMXLR92Ijm6g8PZrwIxckgpqjPDWRP5TWxdiPaHR+alUWsnu1ShQOwt+Q==",
"requires": {
"chalk": "^4.1.0",
"hash-sum": "^2.0.0",
+1 -1
View File
@@ -29,7 +29,7 @@
"axios-progress-bar": "^1.2.0",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.20.1",
"bootstrap-vue": "^2.21.1",
"chai": "^4.1.2",
"core-js": "^3.8.1",
"eslint": "^6.8.0",
File diff suppressed because it is too large Load Diff
@@ -1,27 +1,63 @@
.weapon_special_spring2017Healer {
.weapon_special_spring2015Rogue {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -212px;
width: 90px;
height: 90px;
}
.weapon_special_spring2017Mage {
.weapon_special_spring2015Warrior {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -303px;
width: 90px;
height: 90px;
}
.weapon_special_spring2017Rogue {
.weapon_special_spring2016Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -394px;
width: 90px;
height: 90px;
}
.weapon_special_spring2017Warrior {
.weapon_special_spring2016Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -485px;
width: 90px;
height: 90px;
}
.weapon_special_spring2016Rogue {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1016px -1192px;
width: 102px;
height: 90px;
}
.weapon_special_spring2016Warrior {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -576px;
width: 90px;
height: 90px;
}
.weapon_special_spring2017Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -667px;
width: 90px;
height: 90px;
}
.weapon_special_spring2017Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -758px;
width: 90px;
height: 90px;
}
.weapon_special_spring2017Rogue {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -849px;
width: 90px;
height: 90px;
}
.weapon_special_spring2017Warrior {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -940px;
width: 90px;
height: 90px;
}
.weapon_special_spring2018Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: 0px -828px;
@@ -96,37 +132,37 @@
}
.weapon_special_springHealer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -576px;
background-position: -1357px -1031px;
width: 90px;
height: 90px;
}
.weapon_special_springMage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -667px;
background-position: -1357px -1122px;
width: 90px;
height: 90px;
}
.weapon_special_springRogue {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -758px;
background-position: -94px -1298px;
width: 90px;
height: 90px;
}
.weapon_special_springWarrior {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -849px;
background-position: -185px -1298px;
width: 90px;
height: 90px;
}
.body_special_summer2015Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -940px;
background-position: -276px -1298px;
width: 90px;
height: 90px;
}
.body_special_summer2015Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -1031px;
background-position: -367px -1298px;
width: 90px;
height: 90px;
}
@@ -156,13 +192,13 @@
}
.broad_armor_special_summer2015Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1357px -1122px;
background-position: -458px -1298px;
width: 90px;
height: 90px;
}
.broad_armor_special_summer2015Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: 0px -1298px;
background-position: -549px -1298px;
width: 90px;
height: 90px;
}
@@ -210,7 +246,7 @@
}
.broad_armor_special_summer2017Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -91px -1298px;
background-position: -640px -1298px;
width: 90px;
height: 90px;
}
@@ -336,13 +372,13 @@
}
.head_special_summer2015Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -182px -1298px;
background-position: -731px -1298px;
width: 90px;
height: 90px;
}
.head_special_summer2015Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -273px -1298px;
background-position: -822px -1298px;
width: 90px;
height: 90px;
}
@@ -360,13 +396,13 @@
}
.head_special_summer2016Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -364px -1298px;
background-position: -913px -1298px;
width: 90px;
height: 90px;
}
.head_special_summer2016Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -455px -1298px;
background-position: -1004px -1298px;
width: 90px;
height: 90px;
}
@@ -378,7 +414,7 @@
}
.head_special_summer2016Warrior {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -546px -1298px;
background-position: -1095px -1298px;
width: 90px;
height: 90px;
}
@@ -390,7 +426,7 @@
}
.head_special_summer2017Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -637px -1298px;
background-position: -1186px -1298px;
width: 90px;
height: 90px;
}
@@ -504,7 +540,7 @@
}
.shield_special_summer2015Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -728px -1298px;
background-position: -1277px -1298px;
width: 90px;
height: 90px;
}
@@ -522,7 +558,7 @@
}
.shield_special_summer2016Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -819px -1298px;
background-position: -1448px 0px;
width: 90px;
height: 90px;
}
@@ -660,7 +696,7 @@
}
.shop_armor_special_summer2016Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1365px -1298px;
background-position: -1368px -1298px;
width: 68px;
height: 68px;
}
@@ -1320,13 +1356,13 @@
}
.slim_armor_special_summer2015Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -910px -1298px;
background-position: -1448px -91px;
width: 90px;
height: 90px;
}
.slim_armor_special_summer2015Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1001px -1298px;
background-position: -1448px -182px;
width: 90px;
height: 90px;
}
@@ -1374,7 +1410,7 @@
}
.slim_armor_special_summer2017Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1092px -1298px;
background-position: -1448px -273px;
width: 90px;
height: 90px;
}
@@ -1488,13 +1524,13 @@
}
.weapon_special_summer2015Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1183px -1298px;
background-position: -1448px -364px;
width: 90px;
height: 90px;
}
.weapon_special_summer2015Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1274px -1298px;
background-position: -1448px -455px;
width: 90px;
height: 90px;
}
@@ -1512,13 +1548,13 @@
}
.weapon_special_summer2016Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px 0px;
background-position: -1448px -546px;
width: 90px;
height: 90px;
}
.weapon_special_summer2016Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -91px;
background-position: -1448px -637px;
width: 90px;
height: 90px;
}
@@ -1662,25 +1698,25 @@
}
.body_special_takeThis {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -182px;
background-position: -1448px -728px;
width: 90px;
height: 90px;
}
.broad_armor_special_takeThis {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -273px;
background-position: -1448px -819px;
width: 90px;
height: 90px;
}
.head_special_takeThis {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -364px;
background-position: -1448px -910px;
width: 90px;
height: 90px;
}
.shield_special_takeThis {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1113px -1192px;
background-position: -1216px -1192px;
width: 93px;
height: 90px;
}
@@ -1722,103 +1758,103 @@
}
.slim_armor_special_takeThis {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -455px;
background-position: -1448px -1001px;
width: 90px;
height: 90px;
}
.weapon_special_takeThis {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -546px;
background-position: -1448px -1092px;
width: 90px;
height: 90px;
}
.broad_armor_special_candycane {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -637px;
background-position: -1448px -1183px;
width: 90px;
height: 90px;
}
.broad_armor_special_ski {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -728px;
background-position: -1448px -1274px;
width: 90px;
height: 90px;
}
.broad_armor_special_snowflake {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -819px;
background-position: 0px -1389px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2015Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -910px;
background-position: -91px -1389px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2015Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -1001px;
background-position: -182px -1389px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2015Rogue {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1016px -1192px;
background-position: -1119px -1192px;
width: 96px;
height: 90px;
}
.broad_armor_special_winter2015Warrior {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -1092px;
background-position: -273px -1389px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2016Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1207px -1192px;
background-position: 0px -1298px;
width: 93px;
height: 90px;
}
.broad_armor_special_winter2016Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -1183px;
background-position: -364px -1389px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2016Rogue {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1448px -1274px;
background-position: -455px -1389px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2016Warrior {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: 0px -1389px;
background-position: -546px -1389px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2017Healer {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -91px -1389px;
background-position: -637px -1389px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2017Mage {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -182px -1389px;
background-position: -728px -1389px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2017Rogue {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -273px -1389px;
background-position: -819px -1389px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2017Warrior {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -364px -1389px;
background-position: -910px -1389px;
width: 90px;
height: 90px;
}
@@ -1919,42 +1955,6 @@
height: 90px;
}
.broad_armor_special_yeti {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -455px -1389px;
width: 90px;
height: 90px;
}
.head_special_candycane {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -546px -1389px;
width: 90px;
height: 90px;
}
.head_special_nye {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -637px -1389px;
width: 90px;
height: 90px;
}
.head_special_nye2014 {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -728px -1389px;
width: 90px;
height: 90px;
}
.head_special_nye2015 {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -819px -1389px;
width: 90px;
height: 90px;
}
.head_special_nye2016 {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -910px -1389px;
width: 90px;
height: 90px;
}
.head_special_nye2017 {
background-image: url('~@/assets/images/sprites/spritesmith-main-11.png');
background-position: -1001px -1389px;
width: 90px;
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -1,12 +1,24 @@
.quest_TEMPLATE_FOR_MISSING_IMAGE {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -719px -1546px;
background-position: -502px -1519px;
width: 221px;
height: 39px;
}
.quest_evilsanta {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1762px -815px;
width: 118px;
height: 131px;
}
.quest_evilsanta2 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -220px 0px;
width: 219px;
height: 219px;
}
.quest_falcon {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -443px 0px;
background-position: -440px 0px;
width: 219px;
height: 219px;
}
@@ -24,7 +36,7 @@
}
.quest_frog {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1543px 0px;
background-position: -1540px 0px;
width: 221px;
height: 213px;
}
@@ -36,13 +48,13 @@
}
.quest_goldenknight1 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -663px 0px;
background-position: -660px 0px;
width: 219px;
height: 219px;
}
.quest_goldenknight2 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -217px -1546px;
background-position: 0px -1519px;
width: 250px;
height: 150px;
}
@@ -54,13 +66,13 @@
}
.quest_gryphon {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -663px -1332px;
background-position: -443px -1332px;
width: 216px;
height: 177px;
}
.quest_guineapig {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -663px -220px;
background-position: -660px -220px;
width: 219px;
height: 219px;
}
@@ -72,7 +84,7 @@
}
.quest_hedgehog {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -220px -1332px;
background-position: 0px -1332px;
width: 219px;
height: 186px;
}
@@ -96,31 +108,31 @@
}
.quest_kraken {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -880px -1332px;
background-position: -660px -1332px;
width: 216px;
height: 177px;
}
.quest_lostMasterclasser1 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -883px 0px;
background-position: -880px 0px;
width: 219px;
height: 219px;
}
.quest_lostMasterclasser2 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -883px -220px;
background-position: -880px -220px;
width: 219px;
height: 219px;
}
.quest_lostMasterclasser3 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -883px -440px;
background-position: -880px -440px;
width: 219px;
height: 219px;
}
.quest_mayhemMistiflying1 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1765px -537px;
background-position: -1762px -362px;
width: 150px;
height: 150px;
}
@@ -144,7 +156,7 @@
}
.quest_moon1 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1543px -214px;
background-position: -1540px -214px;
width: 216px;
height: 216px;
}
@@ -162,49 +174,49 @@
}
.quest_moonstone1 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1103px 0px;
background-position: -1100px 0px;
width: 219px;
height: 219px;
}
.quest_moonstone2 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1103px -220px;
background-position: -1100px -220px;
width: 219px;
height: 219px;
}
.quest_moonstone3 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1103px -440px;
background-position: -1100px -440px;
width: 219px;
height: 219px;
}
.quest_nudibranch {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1543px -431px;
background-position: -1540px -431px;
width: 216px;
height: 216px;
}
.quest_octopus {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -440px -1332px;
background-position: -220px -1332px;
width: 222px;
height: 177px;
}
.quest_owl {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1103px -660px;
background-position: -1100px -660px;
width: 219px;
height: 219px;
}
.quest_peacock {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1543px -648px;
background-position: -1540px -648px;
width: 216px;
height: 216px;
}
.quest_penguin {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1765px -353px;
background-position: -1762px -178px;
width: 190px;
height: 183px;
}
@@ -228,13 +240,13 @@
}
.quest_rock {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1543px -865px;
background-position: -1540px -865px;
width: 216px;
height: 216px;
}
.quest_rooster {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1765px 0px;
background-position: -1528px -1332px;
width: 213px;
height: 174px;
}
@@ -258,55 +270,55 @@
}
.quest_sheep {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1323px 0px;
background-position: -1320px 0px;
width: 219px;
height: 219px;
}
.quest_silver {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1323px -220px;
background-position: -1320px -220px;
width: 219px;
height: 219px;
}
.quest_slime {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1323px -440px;
background-position: -1320px -440px;
width: 219px;
height: 219px;
}
.quest_sloth {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1323px -660px;
background-position: -1320px -660px;
width: 219px;
height: 219px;
}
.quest_snail {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: 0px -1332px;
background-position: -1320px -1112px;
width: 219px;
height: 213px;
}
.quest_snake {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1097px -1332px;
background-position: -877px -1332px;
width: 216px;
height: 177px;
}
.quest_spider {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -468px -1546px;
background-position: -251px -1519px;
width: 250px;
height: 150px;
}
.quest_squirrel {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1323px -880px;
background-position: -1320px -880px;
width: 219px;
height: 219px;
}
.quest_stoikalmCalamity1 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1765px -688px;
background-position: -1762px -513px;
width: 150px;
height: 150px;
}
@@ -324,13 +336,13 @@
}
.quest_taskwoodsTerror1 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1765px -839px;
background-position: -1762px -664px;
width: 150px;
height: 150px;
}
.quest_taskwoodsTerror2 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1543px -1082px;
background-position: -1540px -1082px;
width: 216px;
height: 216px;
}
@@ -342,19 +354,19 @@
}
.quest_treeling {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1314px -1332px;
background-position: -1094px -1332px;
width: 216px;
height: 177px;
}
.quest_trex {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1765px -175px;
background-position: -1762px 0px;
width: 204px;
height: 177px;
}
.quest_trex_undead {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1531px -1332px;
background-position: -1311px -1332px;
width: 216px;
height: 177px;
}
@@ -376,21 +388,3 @@
width: 219px;
height: 219px;
}
.quest_unicorn {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -1320px -1112px;
width: 219px;
height: 219px;
}
.quest_velociraptor {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: -220px 0px;
width: 222px;
height: 225px;
}
.quest_vice1 {
background-image: url('~@/assets/images/sprites/spritesmith-main-14.png');
background-position: 0px -1546px;
width: 216px;
height: 177px;
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 KiB

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 120 KiB

@@ -9,7 +9,7 @@
<div slot="header">
<div
id="npmMattStable"
:class="seasonalNPC('matt')"
:class="npcClass('matt')"
></div>
<b-popover
triggers="hover"
@@ -8,7 +8,7 @@
@hide="hideFlag()"
>
<div class="content">
<div :class="seasonalNPC('matt')"></div><h1
<div :class="npcClass('matt')"></div><h1
v-once
class="page-header"
>
@@ -3,7 +3,7 @@
<div class="bailey-header d-flex align-items-center mb-3">
<div
class="mr-3"
:class="seasonalNPC('bailey')"
:class="npcClass('bailey')"
></div>
<h1 v-once>
{{ $t('newStuff') }}
+2
View File
@@ -5,6 +5,8 @@ export default {
...mapState({
currentEvent: 'worldState.data.currentEvent',
}),
},
methods: {
npcClass (name) {
if (!this.currentEvent || !this.currentEvent.season) return `npc_${name}`;
return `npc_${name} npc_${name}_${this.currentEvent.season}`;
@@ -924,8 +924,10 @@ export default {
message: this.newMessage,
}).then(response => {
const newMessage = response.data.data.message;
messages[messages.length - 1] = newMessage;
this.selectedConversation.lastMessageText = newMessage.text;
const messageToReset = messages[messages.length - 1];
messageToReset.id = newMessage.id; // just set the id, all other infos already set
messageToReset.text = newMessage.text; // handle mentions
Object.assign(messages[messages.length - 1], messageToReset);
this.updateConversationsCounter += 1;
});
+8 -1
View File
@@ -569,5 +569,12 @@
"backgroundRestingInTheInnText": "Pause im Gasthaus",
"backgroundMysticalObservatoryNotes": "Deine Bestimmung steht in den Sternen; vom Mystischen Observatorium aus kannst Du sie lesen.",
"backgroundMysticalObservatoryText": "Mystisches Observatorium",
"backgrounds112020": "SET 78: Veröffentlicht im November 2020"
"backgrounds112020": "SET 78: Veröffentlicht im November 2020",
"backgroundHolidayHearthNotes": "Entspanne, trockne und wärme Deine Glieder an einem Feierlichen Feuer.",
"backgroundHolidayHearthText": "Feierliches Feuer",
"backgroundInsideAnOrnamentNotes": "Lasse deine Festtagsstimmung aus dem inneren dieses Baumschmuckes erstrahlen.",
"backgroundInsideAnOrnamentText": "Im Baumschmuck",
"backgroundGingerbreadHouseNotes": "Genieße die Aussicht, den Geruch und (wenn Du dich traust) den Geschmack eines riesigen Pfefferkuchenhauses.",
"backgroundGingerbreadHouseText": "Pfefferkuchenhaus",
"backgrounds122020": "SET 79: Veröffentlicht im Dezember 2020"
}
+7 -1
View File
@@ -2227,5 +2227,11 @@
"headMystery202012Notes": "Diese imposante Maske verleiht einen stechenden Blick, der Feinde blendet wie Schnee-gespiegeltes Sonnenlicht. Gewährt keinen Attributbonus. Dezember 2020 Abonnentengegenstand.",
"backMystery202012Notes": "Die verschneiten Federn dieser Flügel werden Dir die Geschwindigkeit eines Wintersturmes verleihen. Gewährt keinen Attributbonus. Dezember 2020 Abonnentengegenstand.",
"backMystery202012Text": "Frostfeuer Flügel",
"headMystery202012Text": "Frostfeuer Maske"
"headMystery202012Text": "Frostfeuer Maske",
"headArmoireNightcapNotes": "Nimm eine Mütze voll Schlaf. Jetzt sogar mit elastischem Bommel! Erhöht Wahrnehmung um <%= per %>. Verzauberter Schrank: Schlafrock-Set (Gegenstand 2 von 3).",
"headArmoireNightcapText": "Nachtmütze",
"armorArmoireDressingGownNotes": "Entspanne mit Stil in diesem wunderschönen traditionellen Morgenrock. Erhöht Ausdauer um <%= con %>. Verzauberter Schrank: Schlafrock-Set (Gegenstand 1 von 3).",
"armorArmoireDressingGownText": "Gemütlicher Morgenrock",
"weaponArmoireEveningTeaNotes": "Dieses Allheilmittel wird dir helfen dich zu entspannen und die großen Aufgaben zu bewältigen, welche so bedrohlich aussehen. Erhöht Intelligenz um <%= int %>. Verzauberter Schrank: Schlafrock-Set (Gegenstand 3 von 3).",
"weaponArmoireEveningTeaText": "Tasse Tee"
}
+1 -1
View File
@@ -94,7 +94,7 @@
"classGearText": "Glückwunsch zur Wahl Deiner Klasse! Ich habe Deine neue Basiswaffe dem Inventar hinzugefügt. Schaue sie Dir unten an, um sie auszurüsten!",
"autoAllocate": "Automatische Verteilung",
"spells": "Fertigkeiten",
"skillsTitle": "Fertigkeiten",
"skillsTitle": "<%= classStr %> Fertigkeiten",
"toDo": "To-Do",
"tourStatsPage": "Auf dieser Seite kannst Du Deine Statuswerte im Auge behalten. Erreiche neue Erfolge indem Du die aufgelisteten Aufgaben erledigst.",
"tourTavernPage": "Willkommen in der Taverne, einem Gesprächsraum für alle Altersklassen! Falls Du krank bist oder verreist, kannst Du verhindern, dass Du Leben durch nicht erledigte Tagesaufgaben verlierst, indem Du auf \"Im Gasthaus erholen\" klickst. Komm herein und sag Hallo!",
+7
View File
@@ -386,6 +386,9 @@
"weaponSpecialWinter2021HealerText": "Flake-Flanged Rod",
"weaponSpecialWinter2021HealerNotes": "Conduct your battles with a flourish and a flurry! Increases Intelligence by <%= int %>. Limited Edition 2020-2021 Winter Gear.",
"headSpecialNye2020Text": "Extravagant Party Hat",
"headSpecialNye2020Notes": "You've received an Extravagant Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.",
"weaponMystery201411Text": "Pitchfork of Feasting",
"weaponMystery201411Notes": "Stab your enemies or dig in to your favorite foods - this versatile pitchfork does it all! Confers no benefit. November 2014 Subscriber Item.",
"weaponMystery201502Text": "Shimmery Winged Staff of Love and Also Truth",
@@ -989,6 +992,8 @@
"armorMystery202006Notes": "Even among the brightest corals and anemones, this tail proudly stands out from the crowd! Confers no benefit. June 2020 Subscriber Item.",
"armorMystery202007Text": "Outstanding Orca Costume",
"armorMystery202007Notes": "Swim, flip, dive, and race with this handsome and powerful tail! Confers no benefit. July 2020 Subscriber Item.",
"armorMystery202101Text": "Snazzy Snow Leopard Suit",
"armorMystery202101Notes": "Wrap yourself in warm fur and nearly endless tail floof! Confers no benefit. January 2021 Subscriber Item.",
"armorMystery301404Text": "Steampunk Suit",
"armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.",
"armorMystery301703Text": "Steampunk Peacock Gown",
@@ -1620,6 +1625,8 @@
"headMystery202011Notes": "Wield the power of the changing seasons while also looking very stylish! Confers no benefit. November 2020 Subscriber Item.",
"headMystery202012Text": "Frostfire Mask",
"headMystery202012Notes": "This imposing mask features piercing eyes that will blind foes like the glare of sunlight on fresh snow. Confers no benefit. December 2020 Subscriber Item.",
"headMystery202101Text": "Snazzy Snow Leopard Helm",
"headMystery202101Notes": "The icy blue eyes on this feline helm will freeze even the most intimidating task on your list. Confers no benefit. January 2021 Subscriber Item.",
"headMystery301404Text": "Fancy Top Hat",
"headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.",
"headMystery301405Text": "Basic Top Hat",
@@ -117,6 +117,7 @@
"mysterySet202010": "Beguilingly Batty Set",
"mysterySet202011": "Foliated Magus Set",
"mysterySet202012": "Frostfire Phoenix Set",
"mysterySet202101": "Snazzy Snow Leopard Set",
"mysterySet301404": "Steampunk Standard Set",
"mysterySet301405": "Steampunk Accessories Set",
"mysterySet301703": "Peacock Steampunk Set",
@@ -4,7 +4,7 @@
"backgroundShop": "Ba'groun' Shop",
"backgroundShopText": "Ba'groun' Shop",
"noBackground": "No Ba'groun' Selected",
"backgrounds062014": "SET 1: Released in June o' 2014",
"backgrounds062014": "SET 1: Releas'd in June o' 2014",
"backgroundBeachText": "Shore",
"backgroundBeachNotes": "Lounge upon a warm shore.",
"backgroundFairyRingText": "Faerie Ring",
@@ -444,29 +444,29 @@
"backgroundPumpkinCarriageNotes": "Ride in an enchanted Pumpkin Carriage afore th' clock strikes midnight.",
"backgroundPumpkinCarriageText": "A Pumpkin Carriage",
"backgroundFoggyMoorNotes": "Watch yer step makin' yer way 'cross a Foggy Moor.",
"backgroundFoggyMoorText": "Yon Foggy Moor",
"backgrounds102019": "SET 65: Released in October o' 2019",
"backgroundFoggyMoorText": "Foggy Moor",
"backgrounds102019": "SET 65: Releas'd in October o' 2019",
"backgroundInAClassroomNotes": "Ye kin' learn a lot from yer mentors in a Class-room.",
"backgroundInAClassroomText": "Class-room",
"backgroundInAnAncientTombNotes": "Brave th' mysteries o' an Ancient Tomb.",
"backgroundInAnAncientTombText": "Yon Ancient Tomb",
"backgroundAutumnFlowerGardenNotes": "Take in th' warmth o' an Autumn Flowery Garden.",
"backgroundAutumnFlowerGardenText": "Autumn Flowery Garden",
"backgrounds092019": "SET 64: Released in September o' 2019",
"backgroundAutumnFlowerGardenNotes": "Take in th' warmth o' an Autumn Flower Gard'n.",
"backgroundAutumnFlowerGardenText": "Autumn Flower Gard'n",
"backgrounds092019": "SET 64: Releas'd in September o' 2019",
"backgroundTreehouseNotes": "Hang out in an arbo-real hideout all t' yerself, in yer very own Treehouse (Like a crow's nest, mebbe?).",
"backgroundTreehouseText": "Treehouse (odd idear, that...)",
"backgroundGiantDandelionsNotes": "Dally among Giant Dandy-lions.",
"backgroundGiantDandelionsText": "Giant Dandy-lions",
"backgroundAmidAncientRuinsNotes": "Stand in rev'rence o' th' mysterious past Amid yon Ancient Ruins.",
"backgroundAmidAncientRuinsText": "Amid yon Ancient Ruins",
"backgrounds082019": "SET 63: Released in August o'2019",
"backgrounds082019": "SET 63: Releas'd in August o'2019",
"backgroundAmongGiantAnemonesNotes": "Explore th' reef life, pertected from predators In Among Giant Anemones.",
"backgroundAmongGiantAnemonesText": "In Among Giant Anomones",
"backgroundFlyingOverTropicalIslandsNotes": "Let th' view take yer breath away as ye Fly O'er Tropical Islands.",
"backgroundFlyingOverTropicalIslandsText": "Flyin' O'er Tropical Islands",
"backgroundLakeWithFloatingLanternsNotes": "Stargaze from th' festival atmosphere o' a Lake full o' Floatin' Lanterns.",
"backgroundLakeWithFloatingLanternsText": "Lake wi' Floatin' Lanterns",
"backgrounds072019": "SET 62: Released in July o'2019",
"backgrounds072019": "SET 62: Releas'd in July o'2019",
"backgroundUnderwaterVentsNotes": "Take a deep dive down, down t' th' Unnerwater Vents.",
"backgroundUnderwaterVentsText": "Unnerwater Vents",
"backgroundSeasideCliffsNotes": "Stand on a beach 'neath th' luverly Seaside Cliffs.",
@@ -478,14 +478,14 @@
"backgroundFlyingInAThunderstormText": "Ter-multuous Thunderstorm",
"backgroundFarmersMarketNotes": "Shop fer th' freshest o' food at a Farmer's Market.",
"backgroundFarmersMarketText": "Th' Farmer's Market",
"backgrounds112019": "SET 66: Released in November o'2019",
"backgrounds112019": "SET 66: Releas'd in November o'2019",
"backgroundSnowglobeNotes": "Shake up a Snow-globe an' take yer place in a tiny winter landscape.",
"backgroundSnowglobeText": "Snow-globe",
"backgroundDesertWithSnowNotes": "Witness th' rare an' quiet beauty o' Yon Snowy Desert.",
"backgroundDesertWithSnowText": "Yon Snowy Desert",
"backgroundBirthdayPartyNotes": "Celebrate th' Birfday Parrrty o' yer fav'rite Habitican.",
"backgroundBirthdayPartyText": "Birfday Parrrty",
"backgrounds012020": "SET 68: Released January o'2020",
"backgrounds012020": "SET 68: Releas'd January o'2020",
"backgroundWinterNocturneNotes": "Bask in th' starlight o' a Winter Night Scene.",
"backgroundWinterNocturneText": "Winter Night's Scene",
"backgroundHolidayWreathNotes": "Festoon yer avatar wiv a sweet-smellin' 'Oliday Wreath.",
@@ -506,60 +506,60 @@
"backgroundButterflyGardenText": "Flutterby Garrrden",
"backgroundAmongGiantFlowersNotes": "Dally on an' Among Yon Giant Flowers.",
"backgroundAmongGiantFlowersText": "Among Yon Giant Flowers",
"backgrounds032020": "SET 70: Released March o'2020",
"backgrounds032020": "SET 70: Releas'd March o'2020",
"backgroundTeaPartyNotes": "Parrrtake in a fancy Tea Parrrty.",
"backgroundTeaPartyText": "Tea Parrrrty",
"backgroundHallOfHeroesNotes": "Approach th' Hall o' Heroes wiv appre-she-yay-shun an' rev'rence.",
"backgroundHallOfHeroesText": "Hall o' Heroes",
"backgroundElegantBallroomNotes": "Dance th' night away in a Fancy Ballroom.",
"backgroundElegantBallroomText": "Fancy Ballroom",
"backgrounds022020": "SET 69: Released February o'2020",
"backgrounds022020": "SET 69: Releas'd February o'2020",
"backgroundRainyBarnyardNotes": "Take a soggy, splashy stroll through a Rainy Farmyard.",
"backgroundRainyBarnyardText": "Rainy Farmyard",
"backgroundHeatherFieldNotes": "Enjoy th' aroma o' a Field o' 'Eather.",
"backgroundHeatherFieldText": "Field o' 'Eather",
"backgroundAnimalCloudsNotes": "Exercise yer imagy-nation findin' Animal Shapes in th' Clouds.",
"backgroundAnimalCloudsText": "Animal-lookin' Clouds",
"backgrounds042020": "SET 71: Released April o'2020",
"backgrounds042020": "SET 71: Releas'd April o'2020",
"backgroundHabitCityRooftopsText": "Habit City Rooftops",
"backgrounds052020": "SET 72: Released May o'2020",
"backgrounds052020": "SET 72: Releas'd May o'2020",
"backgroundStrawberryPatchText": "Strawberry Patch",
"backgroundHotAirBalloonNotes": "Soar above th' landscape in a Hot Air Balloon.",
"backgroundHotAirBalloonText": "Hot Air Balloon",
"backgroundHabitCityRooftopsNotes": "Leap adventurously between th' Rooftops of Habit City.",
"backgroundFlyingOverAnAutumnForestNotes": "Take in th' brillig colors below while Flyin' O'er an Autumn Forest.",
"backgroundFlyingOverAnAutumnForestText": "Flyin' O'er an Autumn Forest",
"backgrounds092020": "SET 76: Released September o'2020",
"backgrounds092020": "SET 76: Releas'd September o'2020",
"backgroundProductivityPlazaNotes": "Take yerself an inspirational stroll through Habit City's Plaza O' Productivity.",
"backgroundProductivityPlazaText": "Plaza O' Productivity",
"backgroundJungleCanopyNotes": "Bake yer socks off in th' Home O' Th' Parrot.",
"backgroundJungleCanopyText": "Home O' Th' Parrot",
"backgroundCampingOutNotes": "Enjoy th' outdoors by Campin' Out on th' dry land.",
"backgroundCampingOutText": "Campin' Out",
"backgrounds082020": "SET 75: Released August o'2020",
"backgrounds082020": "SET 75: Releas'd August o'2020",
"backgroundUnderwaterRuinsNotes": "Explore Sunk'n Ruins that be drown'd long ago.",
"backgroundUnderwaterRuinsText": "Sunk'n Ruins",
"backgroundSwimmingAmongJellyfishNotes": "Thrill yerself wi' beauty an' danger Swimming Among Th' Jellyfish.",
"backgroundSwimmingAmongJellyfishText": "Swimmin' Among Th' Jellyfish",
"backgroundBeachCabanaNotes": "Relax in th' shade of a Beach o' Cabana.",
"backgroundBeachCabanaText": "Beach o' Cabana",
"backgrounds072020": "SET 74: Released July o'2020",
"backgrounds072020": "SET 74: Releas'd July o'2020",
"backgroundVikingShipNotes": "Set yerself sail for adventure aboard a Vikin' Ship.",
"backgroundVikingShipText": "Vikin' Ship",
"backgroundSaltLakeNotes": "Behold th' strikin' red ripples o' a Salted Lake.",
"backgroundSaltLakeText": "Salted Lake",
"backgroundRelaxationRiverNotes": "Drift yer cannoe down th' Relaxin' Riv'r.",
"backgroundRelaxationRiverText": "Relaxin' Riv'r",
"backgrounds062020": "SET 73: Released June o'2020",
"backgrounds062020": "SET 73: Releas'd June o'2020",
"backgroundStrawberryPatchNotes": "Pick yerself fresh treats from th' Strawberry Patch.",
"backgrounds102020": "SET 77: Released October o'2020",
"backgrounds102020": "SET 77: Releas'd October o'2020",
"backgroundRiverOfLavaNotes": "Defy convection taking a stroll along a River o' Lava.",
"backgroundRiverOfLavaText": "River O' Lava",
"backgroundRestingInTheInnNotes": "Work from th' comfort an' safety of yer room whilst check'd in th' Pub.",
"backgroundRestingInTheInnText": "Check'd into th' Pub",
"backgroundMysticalObservatoryNotes": "Read ye destiny in the stars from th' Observatory O' Mystics.",
"backgroundMysticalObservatoryText": "Observatory O' Mystics",
"backgrounds112020": "SET 78: Released November o'2020",
"backgrounds112020": "SET 78: Releas'd November o'2020",
"backgroundSpookyScarecrowFieldNotes": "Prove ye be more darin' than a bird by bravin' th' Bird Spookin' Field.",
"backgroundSpookyScarecrowFieldText": "Bird Spookin' Field",
"backgroundHauntedForestNotes": "Try not t' get lost in th' Haunt'd Forest.",
@@ -569,5 +569,12 @@
"backgroundHerdingSheepInAutumnNotes": "Be mixin' yerself wit' a Herd O' Sheeps.",
"backgroundHerdingSheepInAutumnText": "Herd O' Sheeps",
"backgroundGiantAutumnLeafNotes": "Set yerself on a Massiv Leaf before it goes flutterin' down.",
"backgroundGiantAutumnLeafText": "Massiv' Leaf"
"backgroundGiantAutumnLeafText": "Massiv' Leaf",
"backgrounds122020": "SET 79: Releas'd December o'2020",
"backgroundInsideAnOrnamentNotes": "Let yer festive cheer shine out from Inside an Ornament.",
"backgroundInsideAnOrnamentText": "Inside an Ornament",
"backgroundHolidayHearthNotes": "Relax, warm up, an' dry off beside a Holiday Hearth.",
"backgroundHolidayHearthText": "Holiday Hearth",
"backgroundGingerbreadHouseNotes": "Take in th' sights, scents, an' (if ye dare) flavors o' a Gingerbread House.",
"backgroundGingerbreadHouseText": "Ging'rbread House"
}
@@ -1,5 +1,5 @@
{
"tavernCommunityGuidelinesPlaceholder": "Friendly reminder: this is an all-ages chat, so please keep content and language appropriate! Consult the Community Guidelines in the sidebar if ya have questions.",
"tavernCommunityGuidelinesPlaceholder": "Friendly reminder: this be an all-ages chat, so please keep content an' language appropriate! Consult th' Rules o' th' Sea in th' sidebar if ye have questions.",
"lastUpdated": "Last updated:",
"commGuideHeadingWelcome": "Welcome t' Habitica!",
"commGuidePara001": "Greetings, me adventurin' lad! Welcome t' Habitica, the land of productivity, healthy living, and yer occasional rampaging gryphon. We've a cheerful community full o' helpful people supporting each o'er on 'eir way t' self-improvement. T' fit in, all it takes is a positive attitude, a respectful manner, and the understanding that ev'ryone has diff'rent skills and limitations -- including you! Habiticans are patient with one another and try t' help whenever they can.",
+188 -1
View File
@@ -2042,5 +2042,192 @@
"weaponArmoireShadowMastersMaceText": "Shadow Master's Mace",
"weaponArmoireResplendentRapierText": "Resplendent Rapier",
"weaponArmoireFloridFanText": "Florid Fan",
"weaponSpecialSummer2020HealerNotes": "As th' currents wear away sharp edges, so shall yer magic soften yer hearties' pain. Increases Intelligence by <%= int %>. Limited Edition 2020 Summer Gear."
"weaponSpecialSummer2020HealerNotes": "As th' currents wear away sharp edges, so shall yer magic soften yer hearties' pain. Increases Intelligence by <%= int %>. Limited Edition 2020 Summer Gear.",
"armorSpecialSpring2020RogueText": "Ultramarine Armor",
"armorSpecialWinter2020HealerText": "Orange Peel Gown",
"armorSpecialWinter2020MageText": "Curvy Coat",
"armorSpecialWinter2020WarriorText": "Bark Armor",
"armorSpecialWinter2020RogueText": "Poofy Parka",
"armorSpecialFall2019HealerText": "Robes o' Darkness",
"armorSpecialFall2019MageText": "Smock o' Polyphemus",
"armorSpecialFall2019WarriorText": "Wings o' Night",
"armorSpecialFall2019RogueText": "Caped Opera Coat",
"armorSpecialSummer2019HealerText": "Tropical Tides Tail",
"armorSpecialSummer2019MageText": "Floral Frock",
"armorSpecialSummer2019WarriorText": "Carapace Armor",
"armorSpecialSpring2019HealerText": "Robin Costume",
"armorSpecialSpring2019MageText": "Amber Robes",
"armorSpecialSpring2019WarriorText": "Orchid Armor",
"armorSpecialSpring2019RogueText": "Cloud Armor",
"armorSpecialBirthday2020Text": "Outrageous Party Robes",
"armorSpecialKS2019Text": "Mythic Gryphon Armor",
"weaponArmoireEveningTeaNotes": "This panacea will help ye relax so those big tasks don't look so threatenin'. Increases Intelligence by <%= int %>. Enchanted Armoire: Dressin' Gown Set (Item 3 o' 3).",
"weaponArmoireEveningTeaText": "Cup o' Tea",
"weaponArmoireClubOfClubsText": "Club o'... Clubs",
"weaponArmoireEnchantersStaffText": "Enchanter's Staff",
"weaponArmoireGuardiansCrookText": "Guardian's Crook",
"weaponArmoireHandyHookText": "Handy Hook",
"weaponArmoireBeachFlagText": "Beach Flag",
"headSpecialFall2020RogueNotes": "Look twice, act once: this mask makes it easy. Increases Perception by <%= per %>. Limited Edition 2020 Autumn Gear.",
"headSpecialFall2020MageText": "Awaken'd Clarity",
"headSpecialFall2020WarriorText": "Creepy Cowl",
"headSpecialFall2020RogueText": "Two-Head'd Stone Mask",
"headSpecialSummer2020MageText": "Oarfish Crest",
"headSpecialSummer2020WarriorText": "Flashy Fishy Cap",
"headSpecialSummer2020RogueText": "Crocodile Helm",
"headSpecialSpring2020HealerText": "Iris Fascinator",
"headSpecialSpring2020MageText": "Drip Top Cap",
"headSpecialSpring2020WarriorText": "Beetle Helm",
"headSpecialWinter2020HealerText": "Star Anise Emblem",
"headSpecialWinter2020RogueText": "Floofy Stockin' Cap",
"headSpecialNye2019Text": "Outrageous Party Hat",
"headSpecialFall2019HealerText": "Dark Miter",
"headSpecialFall2019MageText": "Cyclops Mask",
"headSpecialFall2019WarriorText": "Obsidian Skull Helmet",
"headSpecialFall2019RogueText": "Antique Opera Hat",
"headSpecialSummer2019WarriorText": "Turtle Helm",
"headSpecialSpring2019WarriorText": "Orchid Helm",
"headSpecialSpring2019RogueNotes": "No one will notice a cloud quietly driftin' t'ward their stash o' Gold, right? Increases Perception by <%= per %>. Limit'd Edition 2019 Spring Gear.",
"headSpecialSpring2019RogueText": "Cloud Helm",
"headSpecialKS2019Notes": "Adorn'd wit' a gryphon's likeness an' plumage, this glorious helmet symbolizes th' way yer skills an' bearin' stand as an example t' others. Increases Intelligence by <%= int %>.",
"headSpecialKS2019Text": "Mythic Gryphon Helm",
"headSpecialPiDayNotes": "Try t' balance this slice o' delicious pie on yer head while walkin' in a circle. Or throw it at a red Daily! Or ye could just eat it. Yer choice! It don't benefit ye.",
"headSpecialPiDayText": "Pi Hat",
"armorArmoireDressingGownNotes": "Relax in style wit' this beautiful traditional dressin' gown. Increases Constitution by <%= con %>. Enchanted Armoire: Dressin' Gown Set (Item 1 o' 3).",
"armorArmoireDressingGownText": "Comfy Dressin' Gown",
"armorArmoireDoubletOfClubsNotes": "Who knows what's in th' cards, but ye'll look stylish at any event in this doublet an' cape! Increases Constitution by <%= con %>. Enchanted Armoire: Jack o' Clubs Set (Item 3 o' 3).",
"armorArmoireDoubletOfClubsText": "Doublet O' Clubs",
"armorArmoireAutumnEnchantersCloakNotes": "A sorcerer as skill'd as ye needs t' look as powerful as they feel. Increases Intelligence by 12. Enchanted Armoire: Autumn Enchanter Set (Item 2 o' 4).",
"armorArmoireGuardiansGownNotes": "A lovely rustic gown, wit' surprisin'ly sturdy seams! Increases Intelligence by <%= int %>. Enchanted Armoire: Guardian o' th' Grazers Set (Item 3 o' 3).",
"armorArmoireGuardiansGownText": "Guardian's Gown",
"armorArmoirePirateOutfitText": "Pirate Outfit",
"armorArmoireBoxArmorText": "Box Armor",
"armorArmoireBaseballUniformText": "Baseball Uniform",
"armorArmoireMatchMakersApronNotes": "This apron be fer safety, but fer humor's sake we can make light o' it. Increases Constitution, Strength, an' Intelligence by <%= attrs %> each. Enchanted Armoire: Match Maker Set (Item 1 o' 4).",
"armorArmoireLayerCakeArmorText": "Layer Cake Armor",
"armorArmoireDuffleCoatText": "Duffle Coat",
"armorArmoireAlchemistsRobeText": "Alchemist's Robe",
"armorArmoireShadowMastersRobeText": "Shadow Master's Robe",
"armorArmoireInvernessCapeText": "Inverness Cape",
"armorArmoireAstronomersRobeText": "Astronomer's Robe",
"armorArmoireBoatingJacketText": "Boatin' Jacket",
"armorArmoireNephriteArmorText": "Nephrite Armor",
"armorMystery202007Text": "Outstandin' Orca Costume",
"armorMystery202006Text": "Multichrome Merfolk Tail",
"armorMystery201910Text": "Cryptic Armor",
"armorMystery201909Text": "Affable Acorn Armor",
"armorMystery201908Text": "Footloose Faun Costume",
"armorMystery201906Text": "Kindly Koi Tail",
"armorMystery201903Text": "Shell-ebration Armor",
"armorSpecialFall2020HealerText": "Hawkmoth Wings",
"armorSpecialFall2020MageText": "Aloft Upon Enlight'nment",
"armorSpecialFall2020WarriorText": "Revenant's Robes",
"armorSpecialFall2020RogueNotes": "Take on th' strength o' stone wit' this armor, guaranteed t' repel th' fiercest attacks. Increases Perception by <%= per %>. Limit'd Edition 2020 Autumn Gear.",
"armorSpecialFall2020RogueText": "Statuesque Armor",
"armorSpecialSummer2020HealerNotes": "Ye be as patient as th' ocean, as strong as th' currents, as dependable as th' tides. Increases Constitution by <%= con %>. Limit'd Edition 2020 Summ'r Gear.",
"armorSpecialSummer2020HealerText": "Regalia o' Tumblin' Waves",
"armorSpecialSummer2020MageNotes": "Harness th' power o' th' sea's depths wit' this oar-mazin' armor. Increases Intelligence by <%= int %>. Limit'd Edition 2020 Summ'r Gear.",
"armorSpecialSummer2020MageText": "Oarfish Armor",
"armorSpecialSummer2020WarriorNotes": "Ye'll be th' bright fish in a dull stream, wit' these dazzlin' scales! Increases Constitution by <%= con %>. Limit'd Edition 2020 Summ'r Gear.",
"armorSpecialSummer2020WarriorText": "Rainbow Trout Tail",
"armorSpecialSpring2020HealerText": "Protective Petals",
"armorSpecialSpring2020MageNotes": "If ye can't resist stompin' through th' leavin's o' rainstorms, this armor be fer you! Turn a childish impulse into a display o' mystic artistry. Increases Intelligence by <%= int %>. Limit'd Edition 2020 Spring Gear.",
"armorSpecialSpring2020MageText": "Whirlpuddle Gown",
"armorSpecialSpring2020WarriorText": "Exoskeleton Armor",
"shieldSpecialFall2020RogueText": "Swift Katar",
"shieldSpecialSummer2020WarriorText": "Huge Trout Scale",
"shieldSpecialWinter2020HealerText": "Giant Cinnamon Stick",
"shieldSpecialFall2019HealerText": "Grotesque Grimoire",
"shieldSpecialFall2019WarriorNotes": "Th' dark sheen o' a raven's feath'r made solid, this shield will frustrate all attacks. Increases Constitution by <%= con %>. Limit'd Edition 2019 Autumn Gear.",
"shieldSpecialFall2019WarriorText": "Raven-Dark Shield",
"shieldSpecialSummer2019HealerText": "Conch Trumpet",
"shieldSpecialSummer2019WarriorText": "Half-Shell Shield",
"shieldSpecialSpring2019HealerNotes": "This bright shield actually be made o' candy-coat'd choc'late. Increases Constitution by <%= con %>. Limit'd Edition 2019 Spring Gear.",
"shieldSpecialSpring2019HealerText": "Eggshell Shield",
"shieldSpecialSpring2019WarriorText": "Leafy Shield",
"shieldSpecialPiDayText": "Pi Shield",
"headArmoireNightcapNotes": "Yer new nightcap ev'n has a nice bouncy pompom! Increases Perception by <%= per %>. Enchant'd Armoire: Dressin' Gown Set (Item 2 o' 3).",
"headArmoireNightcapText": "Nigh'cap",
"headArmoireCapOfClubsText": "Cap o' Clubs",
"headArmoireHornsOfAutumnText": "Horns o' Autumn",
"headArmoireGuardiansBonnetText": "Guardian's Bonnet",
"headArmoireBaseballCapText": "Baseball Cap",
"headArmoireFrostedHelmText": "Frost'd Helm",
"headArmoireEarflapHatText": "Earflap Hat",
"headArmoireDeerstalkerCapText": "Deerstalk'r Cap",
"headArmoireAstronomersHatText": "Astronomer's Hat",
"headArmoireTricornHatNotes": "Become a revolutionary jokest'r! Increases Perception by <%= per %>. Enchant'd Armoire: Independent Item.",
"headMystery202012Notes": "This imposin' mask features piercin' eyes that will blind foes like th' glare o' sunlight on fresh snow. It don't benefit ye. Decemb'r 2020 Subscrib'r Item.",
"headMystery202012Text": "Frostfire Mask",
"headMystery202010Text": "Batty Ears",
"headMystery202008Text": "Owlish Oracle Headdress",
"headMystery202007Text": "Outstandin' Orca Helm",
"headMystery202006Text": "Sugilite Circlet",
"headMystery202003Text": "Barb'd Helm",
"headMystery202001Text": "Fabl'd Fox Ears",
"headMystery201911Text": "Charm'd Crystal Hat",
"headMystery201909Text": "Affable Acorn Hat",
"headMystery201904Text": "Opulent Opal Circlet",
"headMystery201903Text": "Sunny Side Up Helm",
"headSpecialFall2020MageNotes": "Wit' this cap seat'd perfectly on yer brow, yer third eye opens, allowin' ye t' focus on what be otherwise invisible: mana flows, restless spirits, an' forgott'n T'-Do's. Increases Perception by <%= per %>. Limit'd Edition 2020 Autumn Gear.",
"headSpecialSpring2019WarriorNotes": "This helm be unbreakable an' tough! Also it attracts butterflies. Increases Strength by <%= str %>. Limit'd Edition 2019 Spring Gear.",
"shieldSpecialFall2020WarriorText": "Spirit's Shield",
"eyewearSpecialBlueHalfMoonText": "Blue Half-Moon Eyeglasses",
"eyewearSpecialBlackHalfMoonText": "Black Half-Moon Eyeglasses",
"headAccessoryMystery201906Text": "Kindly Koi Ears",
"eyewearSpecialFall2019HealerText": "Dark Visage",
"eyewearSpecialFall2019RogueText": "Bone-White Half Mask",
"eyewearSpecialYellowHalfMoonText": "Yellow Half-Moon Eyeglasses",
"headAccessoryMystery202009Text": "Marv'lous Moth Antennae",
"headAccessoryMystery201908Text": "Footloose Faun Horns",
"headAccessoryMystery201905Text": "Dazzlin' Drag'n Horns",
"bodyMystery202003Notes": "They're like should'r pads that be on a whole oth'r level. It don't benefit ye. March 2020 Subscrib'r Item.",
"backMystery202012Notes": "Th' snowy feath'rs o' these wings will grant ye th' speed o' a wintry gale. It don't benefit ye. Decemb'r 2020 Subscrib'r Item.",
"backMystery202012Text": "Frostfire Wings",
"backMystery202010Text": "Beguilin' Bat Wings",
"backMystery202009Text": "Marv'lous Moth Wings",
"backMystery202001Text": "Five Tails o' Fable",
"backMystery201912Text": "Polar Pixie Wings",
"backMystery201905Text": "Dazzlin' Dragon Wings",
"shieldArmoireDarkAutumnFlameText": "Dark Autumn Flame",
"shieldArmoirePiratesCompanionText": "Pirate's Companion",
"shieldArmoireLifeBuoyText": "Life Buoy",
"shieldArmoireHobbyHorseText": "Hobby Horse",
"shieldArmoireBaseballGloveText": "Baseball Glove",
"shieldArmoirePerfectMatchText": "Th' Perfect Match",
"shieldArmoireAlchemistsScaleText": "Alchemist's Scale",
"shieldArmoireMasteredShadowText": "Master'd Shadow",
"shieldArmoirePolishedPocketwatchText": "Polish'd Pocketwatch",
"shieldArmoireTrustyUmbrellaNotes": "Mysteries often be accompani'd by inclement weath'r, so be prepar'd! Increases Intelligence by <%= int %>. Enchant'd Armoire: Detective Set (Item 4 o' 4).",
"shieldArmoireTrustyUmbrellaText": "Trusty Umbrella",
"shieldSpecialFall2020HealerText": "Cocoon Carryall",
"backMystery202004Text": "Mighty Monarch Wings",
"shieldArmoireMortarAndPestleText": "Mortar an' Pestle",
"shieldArmoireFiddleText": "Fiddl'r's Violin",
"shieldArmoireBirthdayBannerText": "Birthday Bann'r",
"shieldMystery202011Text": "Foliat'd Staff",
"shieldSpecialSummer2020HealerText": "Tumbl'd Glass Aegis",
"shieldSpecialSpring2020WarriorText": "Iridescent Shield",
"shieldSpecialWinter2020WarriorText": "Round Conif'r Cone",
"shieldSpecialKS2019Text": "Mythic Gryph'n Shield",
"headArmoireHeroicHerbalistCrispinetteText": "Heroic Herb'list Crispinette",
"headArmoireFiddlersCapText": "Fiddl'r's Cap",
"headArmoireMatchMakersBeretText": "Match Maker's Beret",
"headArmoireAlchemistsHatText": "Alch'mist's Hat",
"headArmoireShadowMastersHoodText": "Shadow Master's Hood",
"headMystery201907Text": "Backwards Cap",
"headSpecialFall2020HealerText": "Death's Head Mask",
"headSpecialSummer2020HealerText": "Glass-Studd'd Helm",
"headSpecialSpring2019MageText": "Amb'r Hat",
"armorArmoireAutumnEnchantersCloakText": "Autumn Enchant'r's Cloak",
"armorArmoireHeroicHerbalistRobeNotes": "Always smells pleasantly o' all kinds o' herbs. Increases Constitution an' Intelligence by <%= attrs %> each. Enchanted Armoire: Heroic Herb'list Set (Item 1 o' 3).",
"armorArmoireHeroicHerbalistRobeText": "Heroic Herb'list Robe",
"armorArmoireFiddlersCoatText": "Fiddl'r's Coat",
"armorArmoireMatchMakersApronText": "Match Maker's Apron",
"armorMystery201907Text": "Flowery Shirt",
"armorMystery201904Text": "Opalesc'nt Outfit",
"armorSpecialSummer2020RogueText": "Croc'dile Disguise",
"armorSpecialSummer2019RogueText": "Hamm'rhead Tail",
"weaponArmoireFiddlersBowText": "Fiddl'r's Bow",
"weaponArmoirePaperCutterText": "Paper Cutt'r"
}
@@ -132,13 +132,13 @@
"questDilatoryBossRageStables": "`Dread Drag'on Casts NEGLECT STRIKE!` \n\nAvast! Once again we left too many Dailies undone. th' Drag'on has unleashed its Neglect Strike against Matt 'n th' stables! Pets have be fleein' in all directions. Luckily it seems like all 'o yours be safe! \n\nPoor Habitica! I woe 'tis dont happen again. Hurry 'n do all ye tasks!",
"questDilatoryBossRageMarket": "`Dread Drag'on Casts NEGLECT STRIKE!` \n\nAhhh!! Alex th' Sutler just had his shop smashed to smithereens by th' Drag'on's Neglect Strike! But it seems like we're really wearin' 'tis beast below. I doubt it has that be all I can take energy fer another strike. \n\nSo do not waver, Habitica! Let's drive 'tis beast away from our shores!",
"questDilatoryCompletion": "`th' Defeat 'o th' Dread Drag'On 'o Dilatory` \n\nWe've done it! wit' a final last roar, th' Dread Drag'on collapses 'n swims far, far away. Crowds 'o cheerin' Habiticans line th' shores! We've helped Matt, Daniel, 'n Alex rebuild their buildin's. But what's 'tis? \n\n`th' Citizens Return!` \n\nNow that th' Drag'on has fled, thousands 'o sparklin' colors be ascendin' through th' sea. It be a rainbow swarm 'o Mantis Shrimp... 'n among them, hundreds 'o merpeople! \n\n\"We be th' lost citizens 'o Dilatory!\" explains their leader, Manta. \"When Dilatory sank, th' Mantis Shrimp that lived in these waters used a spell to transform us into merpeople so that we could survive. But in its rage, th' Dread Drag'on trapped us all in th' dark crevasse. We have be imprisoned thar fer hundreds 'o years - but now at last we be free to rebuild our city!\" \n\n\"As a thank ye,\" says his bucko @Ottl, \"Please accept 'tis Mantis Shrimp pet 'n Mantis Shrimp mount, as well as XP, doubloons, 'n our eternal gratitude.\" \n\n`Rewards` \n* Mantis Shrimp Pet \n* Mantis Shrimp Mount \n* Chocolate, Cotton Candy Blue, Cotton Candy Pink, Fish, Honey, Meat, spiced rum, Potato, Rotten Meat, Strawberry",
"questSeahorseText": "The Dilatory Derby",
"questSeahorseText": "Th' Dilatory Derby",
"questSeahorseNotes": "'tis Derby Day, 'n Habiticans from all over th' continent have traveled to Dilatory to race their pet seahorses! Suddenly, a great splashin' 'n snarlin' breaks out at th' racetrack, 'n ye hear Seahorse Keeper @Kiwibot shoutin' above th' roar 'o th' waves. \"th' gatherin' 'o seahorses has attracted a fierce Sea Stallion!\" she cries. \"He's smashin' through th' stables 'n destroyin' th' ancient track! Can anyone calm him below?\"",
"questSeahorseCompletion": "Th' now-tame Sea Stallion swims docilely to ye side. \"Oh, look!\" Kiwibot says. \"He wants us to take care 'o his children.\" She gives ye three eggs. \"Raise them well,\" she says. \"ye're welcome at th' Dilatory Derby any day!\"",
"questSeahorseBoss": "Sea Stallion",
"questSeahorseDropSeahorseEgg": "Seahorse (Egg)",
"questSeahorseUnlockText": "Unlocks Seahorse Eggs ye kin purchase in th' Market",
"questGroupAtom": "Attack of the Mundane",
"questGroupAtom": "Attack o' th' Mundane",
"questAtom1Text": "Attack o' th' Mundane, Part 1: Dish Disaster!",
"questAtom1Notes": "Ye reach th' shores 'o Washed-Up Lake fer some well-earned relaxation... But th' lake be polluted wit' unwashed dishes! How did 'tis happen? Well, ye simply cannot allow th' lake to be in 'tis state. thar be only one thin' ye can do: spit shine th' dishes 'n save ye vacation spot! Better find some soap to spit shine up 'tis mess. A lot 'o soap...",
"questAtom1CollectSoapBars": "Bars o' Soap",
@@ -234,7 +234,7 @@
"questDilatoryDistress1Completion": "Ye don th' finn'd armor an' swim t' Dilatory as quickly as ye can. Th' merfolk an' their mantis shrimp allies have manag'd t' keep th' monsters outside th' city fer th' moment, but they be losin'. No sooner be ye within th' castle walls than th' horrifyin' siege descends!",
"questDilatoryDistress1CollectFireCoral": "Fire Coral",
"questDilatoryDistress1CollectBlueFins": "Blue Fins",
"questDilatoryDistress1DropArmor": "Finned Oceanic Armor (Armor)",
"questDilatoryDistress1DropArmor": "Finn'd Oceanic Armor (Armor)",
"questDilatoryDistress2Text": "Dilatory Distress, Part 2: Creatures o' th' Crevasse",
"questDilatoryDistress2Notes": "Th' siege can be seen from miles away: thousands o' disembodied skulls rushin' through a portal in th' crevasse walls an' makin' their way towards Dilatory.<br><br>When ye meet King Manta in 'is war room, 'is eyes seem sunken, an' 'is face be worried. \"My daughter Adva disappeared into the Dark Crevasse just before this siege began. Please find her and bring her back home safely! I will lend you my Fire Coral Circlet to aid you. If you succeed, it is yours.\"",
"questDilatoryDistress2Completion": "Ye vanquish th' nightmarish horde o' skulls, but ye feel no closer t' findin' Adva. Ye speak t' @Kiwibot, th' royal tracker, t' see if she has any ideas. \"The mantis shrimps that defend the city must have seen Adva escape,\" @Kiwibot says. \"Try following them into the Dark Crevasse.\"",
@@ -267,19 +267,19 @@
"questBurnoutText": "Burnout an' th' Exhaust Spirits",
"questBurnoutNotes": "It be well past midnight, still an' stiflingly hot, when Redphoenix an' scout captain Kiwibot abruptly burst through th' city gates. \"We need t' evacuate all th' wooden buildings!\" Redphoenix shouts. \"Hurry!\"<br><br>Kiwibot grips th' wall as she catches her breath. \"It's draining people an' turnin' them into Exhaust Spirits! That's why everything was delayed. That's where th' missing people have gone. It's been stealing their energy!\"<br><br>\"'It'?'\" asks Lemoness.<br><br>And then th' heat takes form.<br><br>It rises from th' earth in a billowin', twistin' mass, an' th' air chokes with th' scent o' smoke an' sulphur. Flames lick 'cross th' molten ground an' contort into limbs, writhing t' horrific heights. Smoldering eyes snap open, an' th' creature lets out a deep an' crackling cackle.<br><br> Kiwibot whispers a single word.<br><br><em>\"Burnout.\"</em>",
"questBurnoutCompletion": "<strong>Burnout be DEFEATED!</strong><br><br>With a great, soft sigh, Burnout slowly releases th' ardent energy that was fueling its fire. As the monster curls quietly into ashes, its stolen energy shimmers through the air, rejuvenating th' Exhaust Spirits an' returnin' them t' their true forms.<br><br>Ian, Daniel, an' th' Seasonal Sorceress cheer as Habiticans rush t' greet them, an' all th' missin' citizens o' th' Flourishing Fields embrace their friends an' families. Th' final Exhaust Spirit transforms into th' Joyful Reaper herself!<br><br>\"Look!\" whispers @Baconsaur, as th' ashes begin t' glitter. Slowly, they resolve into hundreds o' shining phoenixes!<br><br>One o' the glowin' birds alights on th' Joyful Reaper's skeletal arm, an' she grins at it. \"It has been a long time since I've had th' exquisite privilege t' behold a phoenix in th' Flourishing Fields,\" she says. \"Although given recent occurrences, I must say, this be highly thematically appropriate!\"<br><br>Her tone sobers, although (naturally) her grin remains. \"We're known for being hard-working here, but we are also known for our feasts an' festivities. Rather ironic, I suppose, that as we strove to plan a spectacular party, we refused t' permit ourselves any time for fun. We certainly won't make th' same mistake twice!\"<br><br>She claps her hands. \"Now - let's celebrate!\"",
"questBurnoutCompletionChat": "`Burnout is DEFEATED!`\n\nWith a great, soft sigh, Burnout slowly releases the ardent energy that was fueling its fire. As the monster curls quietly into ashes, its stolen energy shimmers through the air, rejuvenating the Exhaust Spirits and returning them to their true forms.\n\nIan, Daniel, and the Seasonal Sorceress cheer as Habiticans rush to greet them, and all the missing citizens of the Flourishing Fields embrace their friends and families. The final Exhaust Spirit transforms into the Joyful Reaper herself!\n\n\"Look!\" whispers @Baconsaur, as the ashes begin to glitter. Slowly, they resolve into hundreds of shining phoenixes!\n\nOne of the glowing birds alights on the Joyful Reaper's skeletal arm, and she grins at it. \"It has been a long time since I've had the exquisite privilege to behold a phoenix in the Flourishing Fields,\" she says. \"Although given recent occurrences, I must say, this is highly thematically appropriate!\"\n\nHer tone sobers, although (naturally) her grin remains. \"We're known for being hard-working here, but we are also known for our feasts and festivities. Rather ironic, I suppose, that as we strove to plan a spectacular party, we refused to permit ourselves any time for fun. We certainly won't make the same mistake twice!\"\n\nShe claps her hands. \"Now - let's celebrate!\"\n\nAll Habiticans receive:\n\nPhoenix Pet\nPhoenix Mount\nAchievement: Savior of the Flourishing Fields\nBasic Candy\nVanilla Candy\nSand Candy\nCinnamon Candy\nChocolate Candy\nRotten Candy\nSour Pink Candy\nSour Blue Candy\nHoney Candy",
"questBurnoutCompletionChat": "`Burnout be DEFEATED!`\n\nWit' a great, soft sigh, Burnout slowly releases th' ardent energy that was fuelin' its fire. As th' monster curls quietly into ashes, its stolen energy shimm'rs through th' air, rejuvenating th' Exhaust Spirits an' returning 'em t' their true forms.\n\nIan, Daniel, an' th' Seasonal Sorceress cheer as Habiticans rush t' greet 'em, an' all th' missin' citizens o' th' Flourishin' Fields embrace their friends an' families. Th' final Exhaust Spirit transforms into th' Joyful Reaper herself!\n\n\"Look!\" whispers @Baconsaur, as th' ashes begin t' glitt'r. Slowly, they resolve into hundreds o' shinin' phoenixes!\n\nOne o' th' glowin' birds alights on th' Joyful Reaper's skeletal arm, an' she grins at it. \"It has been a long time since I've had th' exquisite priv'lege t' behold a phoenix in th' Flourishin' Fields,\" she says. \"Although given recent occurrences, I must say, this is highly thematically appropriate!\"\n\nHer tone sobers, although (naturally) her grin remains. \"We're known fer bein' hard-working here, but we also be known fer our feasts and festivities. Rather ironic, I suppose, that as we strove t' plan a spectacular party, we refus'd t' permit ourselves any time fer fun. We certainly won't make th' same mistake twice!\"\n\nShe claps her hands. \"Now - let's celebrate!\"\n\nAll Habiticans receive:\n\nPhoenix Pet\nPhoenix Mount\nAchievement: Savior o' th' Flourishin' Fields\nBasic Candy\nVanilla Candy\nSand Candy\nCinn'mon Candy\nChocolate Candy\nRott'n Candy\nSour Pink Candy\nSour Blue Candy\nHoney Candy",
"questBurnoutBoss": "Burnout",
"questBurnoutBossRageTitle": "Exhaust Strike",
"questBurnoutBossRageDescription": "When 'tis gauge be filled, Burnout will unleash its Exhaust Strike o'er th' seven seas 'o Habitica!",
"questBurnoutDropPhoenixPet": "Phoenix (Pet)",
"questBurnoutDropPhoenixMount": "Phoenix (Mount)",
"questBurnoutBossRageQuests": "`Burnout uses EXHAUST STRIKE!`\n\nOh no! Despite our best efforts, we've let some Dailies get away from us, 'n now Burnout be inflamed wit' energy! Wit' a cracklin' snarl, it engulfs Ian th' Adventure Master in a surge o' spectral fire. As fallen quest scrolls smolder, th' smoke clears, 'n ye see that Ian has been drained o' energy 'n turned into a driftin' Exhaust Spirit!\n\nOnly defeatin' Burnout can break th' spell 'n restore our beloved Adventure Master. Let's keep our Dailies in check 'n defeat this monster afore it attacks again!",
"questBurnoutBossRageSeasonalShop": "`Burnout uses EXHAUST STRIKE!`\n\nAhh!!! Our incomplete Dailies have fed the flames of Burnout, and now it has enough energy to strike again! It lets loose a gout of spectral flame that sears the Seasonal Shop. You're horrified to see that the cheery Seasonal Sorceress has been transformed into a drooping Exhaust Spirit.\n\nWe have to rescue our NPCs! Hurry, Habiticans, complete your tasks and defeat Burnout before it strikes for a third time!",
"questBurnoutBossRageTavern": "`Burnout uses EXHAUST STRIKE!`\n\nMany Habiticans have been hiding from Burnout in the Tavern, but no longer! With a screeching howl, Burnout rakes the Tavern with its white-hot hands. As the Tavern patrons flee, Daniel is caught in Burnout's grip, and transforms into an Exhaust Spirit right in front of you!\n\nThis hot-headed horror has gone on for too long. Don't give up... we're so close to vanquishing Burnout for once and for all!",
"questBurnoutBossRageSeasonalShop": "`Burnout uses EXHAUST STRIKE!`\n\nAhh!!! Our incomplete Dailies have fed th' flames o' Burnout, an' now it has enough energy t' strike again! It lets loose a gout o' spectral flame that sears th' Seasonal Shop. Ye're horrified t' see that th' cheery Seasonal Sorceress has been transformed into a droopin' Exhaust Spirit.\n\nWe have t' rescue our NPCs! Hurry, Habiticans, complete yer tasks an' defeat Burnout before it strikes fer a third time!",
"questBurnoutBossRageTavern": "`Burnout uses EXHAUST STRIKE!`\n\nMany Habiticans have been hidin' from Burnout in th' Tavern, but no long'r! Wit' a screechin' howl, Burnout rakes th' Tavern wit' its white-hot hands. As th' Tavern patrons flee, Daniel be caught in Burnout's grip, an' transforms into an Exhaust Spirit right in front o' ye!\n\nThis hot-headed horror has gone on fer too long. Don't give up... we're so close t' vanquishin' Burnout fer once an' fer all!",
"questFrogText": "Swamp o' th' Clutter Frog",
"questFrogNotes": "As you and your friends are slogging through the Swamps of Stagnation, @starsystemic points at a large sign. \"Stay on the path -- if you can.\"<br><br>\"Surely that isn't hard!\" @RosemonkeyCT says. \"It's broad and clear.\"<br><br>But as you continue, you notice that path is gradually overtaken by the muck of the swamp, laced with bits of strange blue debris and clutter, until it's impossible to proceed.<br><br>As you look around, wondering how it got this messy, @Jon Arjinborn shouts, \"Look out!\" An angry frog leaps from the sludge, clad in dirty laundry and lit by blue fire. You will have to overcome this poisonous Clutter Frog to progress!",
"questFrogCompletion": "The frog cowers back into the muck, defeated. As it slinks away, the blue slime fades, leaving the way ahead clear.<br><br>Sitting in the middle of the path are three pristine eggs. \"You can even see the tiny tadpoles through the clear casing!\" @Breadstrings says. \"Here, you should take them.\"",
"questFrogBoss": "Clutter Frog",
"questFrogNotes": "As ye an' yer friends be sloggin' through th' Swamps o' Stagnation, @starsystemic points at a large sign. \"Stay on th' path -- if ye can.\"<br><br>\"Surely that isn't hard!\" @RosemonkeyCT says. \"It's broad an' clear.\"<br><br>But as ye continue, ye notice that path is gradually overtaken by th' muck o' th' swamp, laced wit' bits o' strange blue debris an' clutt'r, until it's impossible t' proceed.<br><br>As ye look around, wonderin' how it got this messy, @Jon Arjinborn shouts, \"Look out!\" An angry frog leaps from th' sludge, clad in dirty laundry an' lit by blue fire. Ye will have t' overcome this poisonous Clutt'r Frog t' progress!",
"questFrogCompletion": "Th' frog cowers back into th' muck, defeat'd. As it slinks away, th' blue slime fades, leavin' th' way ahead clear.<br><br>Sittin' in th' middle o' th' path be three pristine eggs. \"Ye can ev'n see th' tiny tadpoles through th' clear casing!\" @Breadstrings says. \"Here, ye should take 'em.\"",
"questFrogBoss": "Clutt'r Frog",
"questFrogDropFrogEgg": "Frog (Egg)",
"questFrogUnlockText": "Unlocks Frog Eggs ye kin purchase in t' Market",
"questSnakeText": "Th' Serpent o' Distraction",
@@ -295,43 +295,43 @@
"questUnicornDropUnicornEgg": "Unicorn (Egg)",
"questUnicornUnlockText": "Unlocks Unicorn Eggs ye kin purchase in th' Market",
"questSabretoothText": "Th' Sabre Cat",
"questSabretoothNotes": "A roaring monster is terrorizing Habitica! The creature stalks through the wilds and woods, then bursts forth to attack before vanishing again. It's been hunting innocent pandas and frightening the flying pigs into fleeing their pens to roost in the trees. @InspectorCaracal and @icefelis explain that the Zombie Sabre Cat was set free while they were excavating in the ancient, untouched ice-fields of the Stoïkalm Steppes. \"It was perfectly friendly at first I don't know what happened. Please, you have to help us recapture it! Only a champion of Habitica can subdue this prehistoric beast!\"",
"questSabretoothCompletion": "After a long and tiring battle, you wrestle the Zombie Sabre Cat to the ground. As you are finally able to approach, you notice a nasty cavity in one of its sabre teeth. Realising the true cause of the cat's wrath, you're able to get the cavity filled by @Fandekasp, and advise everyone to avoid feeding their friend sweets in future. The Sabre Cat flourishes, and in gratitude, its tamers send you a generous reward a clutch of sabretooth eggs!",
"questSabretoothNotes": "A roarin' monster be terrorizin' Habitica! Th' creature stalks through th' wilds an' woods, then bursts forth t' attack before vanishin' again. 'Tis been huntin' innocent pandas an' frightenin' th' flyin' pigs into fleein' their pens t' roost in th' trees. @InspectorCaracal an' @icefelis explain that th' Zombie Sabre Cat was set free while they were excavatin' in th' ancient, untouch'd ice-fields o' th' Stoïkalm Steppes. \"It was perfectly friendly at firs' I don't know what happen'd. Please, ye have t' help us recapture it! Only a champion o' Habitica can subdue this prehistoric beast!\"",
"questSabretoothCompletion": "After a long an' tirin' battle, ye wrestle th' Zombie Sabre Cat t' th' ground. As ye be finally able t' approach, ye notice a nasty cavity in one o' its sabre teeth. Realisin' th' true cause o' th' cat's wrath, ye're able t' git th' cavity fill'd by @Fandekasp, an' advise ev'ryone t' avoid feedin' their friend sweets in future. Th' Sabre Cat flourishes, an' in gratitude, its tamers send ye a generous reward a clutch o' sabretooth eggs!",
"questSabretoothBoss": "Zombie Sabre Cat",
"questSabretoothDropSabretoothEgg": "Sabretooth (Egg)",
"questSabretoothUnlockText": "Unlocks Sabretooth Eggs fer purchase in th' Market",
"questMonkeyText": "Monstrous Mandrill 'n th' Mischief Monkeys",
"questMonkeyNotes": "The Sloensteadi Savannah is being torn apart by the Monstrous Mandrill and his Mischief Monkeys! They shriek loudly enough to drown out the sound of approaching deadlines, encouraging everyone to avoid their duties and keep monkeying around. Alas, plenty of people ape this bad behavior. If no one stops these primates, soon everyone's tasks will be as red as the Monstrous Mandrill's face!<br><br>\"It will take a dedicated adventurer to resist them,\" says @yamato.<br><br>\"Quick, let's get this monkey off everyone's backs!\" @Oneironaut yells, and you charge into battle.",
"questMonkeyCompletion": "You did it! No bananas for those fiends today. Overwhelmed by your diligence, the monkeys flee in panic. \"Look,\" says @Misceo. \"They left a few eggs behind.\"<br><br>@Leephon grins. \"Maybe a well-trained pet monkey can help you as much as the wild ones hinder you!\"",
"questMonkeyNotes": "Th' Sloensteadi Savannah be bein' torn apart by th' Monstrous Mandrill an' his Mischief Monkeys! They shriek loudly enough t' drown out th' sound o' approachin' deadlines, encouragin' ev'ryone t' avoid their duties an' keep monkeyin' around. Alas, plenty o' people ape this bad behavior. If no one stops these primates, soon ev'ryone's tasks will be as red as th' Monstrous Mandrill's face!<br><br>\"It will take a dedicat'd adventurer t' resist them,\" says @yamato.<br><br>\"Quick, let's git this monkey off ev'ryone's backs!\" @Oneironaut yells, an' ye charge into battle.",
"questMonkeyCompletion": "Ye did it! No bananas fer those fiends today. Overwhelm'd by yer diligence, th' monkeys flee in panic. \"Look,\" says @Misceo. \"They left a few eggs behind.\"<br><br>@Leephon grins. \"Maybe a well-train'd pet monkey can help ye as much as th' wild ones hinder ye!\"",
"questMonkeyBoss": "Monstrous Mandrill",
"questMonkeyDropMonkeyEgg": "Monkey (Egg)",
"questMonkeyUnlockText": "Unlocks Monkey Eggs fer purchase in th' Market",
"questSnailText": "The Snail o' Drudgery Sludge",
"questSnailNotes": "You're excited to begin questing in the abandoned Dungeons of Drudgery, but as soon as you enter, you feel the ground under your feet start to suck at your boots. You look up to the path ahead and see Habiticans mired in slime. @Overomega yells, \"They have too many unimportant tasks and dailies, and they're getting stuck on things that don't matter! Pull them out!\"<br><br>\"You need to find the source of the ooze,\" @Pfeffernusse agrees, \"or the tasks that they cannot accomplish will drag them down forever!\"<br><br>Pulling out your weapon, you wade through the gooey mud.... and encounter the fearsome Snail of Drudgery Sludge.",
"questSnailCompletion": "You bring your weapon down on the great Snail's shell, cracking it in two, releasing a flood of water. The slime is washed away, and the Habiticans around you rejoice. \"Look!\" says @Misceo. \"There's a small group of snail eggs in the remnants of the muck.\"",
"questSnailNotes": "Ye're excit'd t' begin adventurin' in th' abandon'd Dungeons o' Drudgery, but as soon as ye enter, ye feel th' ground under yer feet start t' suck at yer boots. Ye look up t' th' path ahead an' see Habiticans mired in slime. @Overomega yells, \"They have too many unimportant tasks an' dailies, an' they're gettin' stuck on things that don't matt'r! Pull 'em out!\"<br><br>\"Ye need t' find th' source o' th' ooze,\" @Pfeffernusse agrees, \"or th' tasks that they cannot accomplish will drag 'em down forever!\"<br><br>Pullin' out yer weapon, ye wade through th' gooey mud.... an' encounter th' fearsome Snail o' Drudgery Sludge.",
"questSnailCompletion": "Ye brin' yer weapon down on th' great Snail's shell, crackin' it in two, releasin' a flood o' water. Th' slime be wash'd away, an' th' Habiticans around ye rejoice. \"Look!\" says @Misceo. \"There's a small group o' snail eggs in th' remnants o' th' muck.\"",
"questSnailBoss": "Snail o' Drudgery Sludge",
"questSnailDropSnailEgg": "Snail (Egg)",
"questSnailUnlockText": "Unlocks Snail Eggs fer purchase in th' Market",
"questBewilderText": "Th' Be-Wilder",
"questBewilderNotes": "The party begins like any other.<br><br>The appetizers are excellent, the music is swinging, and even the dancing elephants have become routine. Habiticans laugh and frolic amid the overflowing floral centerpieces, happy to have a distraction from their least-favorite tasks, and the April Fool whirls among them, eagerly providing an amusing trick here and a witty twist there.<br><br>As the Mistiflying clock tower strikes midnight, the April Fool leaps onto the stage to give a speech.<br><br>“Friends! Enemies! Tolerant acquaintances! Lend me your ears.” The crowd chuckles as animal ears sprout from their heads, and they pose with their new accessories.<br><br>“As you know,” the Fool continues, “my confusing illusions usually only last a single day. But Im pleased to announce that Ive discovered a shortcut that will guarantee us non-stop fun, without having to deal with the pesky weight of our responsibilities. Charming Habiticans, meet my magical new friend... the Be-Wilder!”<br><br>Lemoness pales suddenly, dropping her hors d'oeuvres. “Wait! Dont trust--”<br><br>But suddenly mists are pouring into the room, glittering and thick, and they swirl around the April Fool, coalescing into cloudy feathers and a stretching neck. The crowd is speechless as an monstrous bird unfolds before them, its wings shimmering with illusions. It lets out a horrible screeching laugh.<br><br>“Oh, it has been ages since a Habitican has been foolish enough to summon me! How wonderful it feels, to have a tangible form at last.”<br><br>Buzzing in terror, the magic bees of Mistiflying flee the floating city, which sags from the sky. One by one, the brilliant spring flowers wither up and wisp away.<br><br>“My dearest friends, why so alarmed?” crows the Be-Wilder, beating its wings. “Theres no need to toil for your rewards any more. Ill just give you all the things that you desire!”<br><br>A rain of coins pours from the sky, hammering into the ground with brutal force, and the crowd screams and flees for cover. “Is this a joke?” Baconsaur shouts, as the gold smashes through windows and shatters roof shingles.<br><br>PainterProphet ducks as lightning bolts crackle overhead, and fog blots out the sun. “No! This time, I dont think it is!”<br><br>Quickly, Habiticans, dont let this World Boss distract us from our goals! Stay focused on the tasks that you need to complete so we can rescue Mistiflying -- and hopefully, ourselves.",
"questBewilderNotes": "Th' party begins like any other.<br><br>Th' appetizers be excellent, th' music be swingin', an' even th' dancin' elephants have become routine. Habiticans laugh an' frolic amid th' o'erflowin' floral centerpieces, happy t' have a distraction from their least-favorite tasks, an' th' April Fool whirls among them, eagerly providin' an amusin' trick here an' a witty twist there.<br><br>As th' Mistiflyin' clock tower strikes midnight, th' April Fool leaps onto th' stage t' give a speech.<br><br>“Friends! Enemies! Tolerant acquaintances! Lend me yer ears.” Th' crowd chuckles as animal ears sprout from their heads, an' they pose wit' their new accessories.<br><br>“As ye know,” th' Fool continues, “my confusin' illusions usually only last a single day. But Im pleas'd t' announce that Ive discover'd a shortcut that will guarantee us non-stop fun, wit'out havin' t' deal wit' th' pesky weight o' our responsibilities. Charmin' Habiticans, meet my magical new friend... th' Be-Wilder!”<br><br>Lemoness pales suddenly, droppin' her hors d'oeuvres. “Wait! Dont trust--”<br><br>But suddenly mists be pourin' into th' room, glitterin' an' thick, an' they swirl around th' April Fool, coalescin' into cloudy feathers an' a stretchin' neck. Th' crowd be speechless as an monstrous bird unfolds before 'em, its wings shimmerin' wit' illusions. It lets out a horrible screechin' laugh.<br><br>“Oh, it has been ages since a Habitican has been foolish enough t' summon me! How wonderful it feels, t' have a tangible form at last.”<br><br>Buzzin' in terror, th' magic bees o' Mistiflyin' flee th' floatin' city, which sags from th' sky. One by one, th' brilliant spring flow'rs with'r up an' wisp away.<br><br>“My dearest friends, why so alarm'd?” crows th' Be-Wilder, beatin' its wings. “Theres no need t' toil fer yer rewards any more. Ill just give ye all th' thin's that ye desire!”<br><br>A rain o' coins pours from th' sky, hammerin' into th' ground wit' brutal force, an' th' crowd screams an' flees fer cover. “Is this a joke?” Baconsaur shouts, as th' gold smashes through windows an' shatters roof shingles.<br><br>PainterProphet ducks as lightnin' bolts crackle o'erhead, an' fog blots out th' sun. “No! This time, I dont think it is!”<br><br>Quickly, Habiticans, dont let this World Boss distract us from our goals! Stay focus'd on th' tasks that ye need t' complete so we can rescue Mistiflyin' -- an' hopefully, ourselves.",
"questBewilderCompletion": "<strong>Th' Be-Wilder be DEFEATED!</strong><br><br>We've done it! Th' Be-Wilder lets out a ululatin' cry as it twists in th' air, sheddin' feathers like fallin' rain. Slowly, gradually, it coils into a cloud o' sparklin' mist. As th' newly-revealed sun pierces th' fog, it burns away, revealin' th' coughin', mercifully human forms o' Bailey, Matt, Alex.... 'n th' April Fool hisself.<br><br><strong>Mistiflyin' be saved!</strong><br><br>Th' April Fool has enough shame t' look a bit sheepish. \"€œOh, hm,\"€ he says. \"€œPerhaps I got a wee bit carried away.\"€<br><br>Th' crowd mutters. Sodden flowers wash up on sidewalks. Somewhere in th' distance, a roof collapses wit' a spectacular splash.<br><br>\"Er, aye,\" th' April Fool says. \"That be. Wha' I meant t' say was, I'€™m dreadfully sorry.\"€ He heaves a sigh. \"€œI suppose it can't all be fun 'n games, aft all. It might nah hurt t' focus occasionally. Maybe I'€™ll get a head start on next year's prankin'.\"<br><br>Redphoenix coughs meaningfully.<br><br>\"€œI mean, get a head start on this year€™s sprin' swabbin'!\" th' April Fool says. “Nothin' t' fear, I\"€™ll 'ave Habit City in spit-shape soon. Luckily nobody be better than I at dual-wieldin' mops.\"<br><br>Encouraged, th' marchin' band starts up.<br><br>It isn\"€™t long afore all be back t' normal in Habit City. Plus, now that th' Be-Wilder has evaporated, th' magical bees o' Mistiflyin' bustle back t' work, 'n soon th' flowers are bloomin' 'n th' city be floatin' once more.<br><br>As Habiticans cuddle th' magical fuzzy bees, th' April Fool's eyes light up. \"Oho, I've had a thought! Why don'€™t ye all keep some o' these fuzzy Bee Pets 'n Mounts? It's a gift that perfectly symbolizes th' balance between hard work 'n sweet rewards, if I'm goin' t' get all borin' 'n allegorical on ye.\" He winks. \"€œBesides, they don'€™t 'ave stingers! Fool'€™s honor.\"",
"questBewilderCompletionChat": "`Th' Be-Wilder be DEFEATED!`\n\nWe've done it! Th' Be-Wilder lets out a ululatin' cry as it twists in th' air, sheddin' feathers like fallin' rain. Slowly, gradually, it coils into a cloud o' sparklin' mist. As th' newly-revealed sun pierces th' fog, it burns away, revealin' th' coughin', mercifully human forms o' Bailey, Matt, Alex.... 'n th' April Fool hisself. \n\nMistiflyin' be saved! \n\nTh' April Fool has enough shame t' look a bit sheepish. \"€œOh, hm,\"€ he says. \"€œPerhaps I got a wee bit carried away.\"€\n\nTh' crowd mutters. Sodden flowers wash up on sidewalks. Somewhere in th' distance, a roof collapses wit' a spectacular splash.\n\n\"Er, aye,\" th' April Fool says. \"That be. Wha' I meant t' say was, I'€™m dreadfully sorry.\"€ He heaves a sigh. \"€œI suppose it can't all be fun 'n games, aft all. It might nah hurt t' focus occasionally. Maybe I'€™ll get a head start on next year's prankin'.\"<br><br>Redphoenix coughs meaningfully. \n\n'€œI mean, get a head start on this year€™s sprin' swabbin'!\" th' April Fool says. “Nothin' t' fear, I\"€™ll 'ave Habit City in spit-shape soon. Luckily nobody be better than I at dual-wieldin' mops.\" \n\nEncouraged, th' marchin' band starts up.<br><br>It isn\"€™t long afore all be back t' normal in Habit City. Plus, now that th' Be-Wilder has evaporated, th' magical bees o' Mistiflyin' bustle back t' work, 'n soon th' flowers are bloomin' 'n th' city be floatin' once more. \n\nAs Habiticans cuddle th' magical fuzzy bees, th' April Fool's eyes light up. \"Oho, I've had a thought! Why don'€™t ye all keep some o' these fuzzy Bee Pets 'n Mounts? It's a gift that perfectly symbolizes th' balance between hard work 'n sweet rewards, if I'm goin' t' get all borin' 'n allegorical on ye.\" He winks. \"€œBesides, they don'€™t 'ave stingers! Fool'€™s honor.\"",
"questBewilderBossRageTitle": "Beguilement Strike",
"questBewilderBossRageDescription": "When 'tis gauge be filled, The Be-Wilder will unleash its Beguilement Strike o'er th' seven seas 'o Habitica!",
"questBewilderDropBumblebeePet": "Magical Bee (Pet)",
"questBewilderDropBumblebeeMount": "Magical Bee (Mount)",
"questBewilderBossRageMarket": "`The Be-Wilder uses BEGUILEMENT STRIKE!`\n\nOh no! Despite our best efforts, we've gotten distracted by the Be-Wilders charming illusions and have forgotten to do some of our Dailies! With a cackling cry, the shining bird beats its wings, raising a swarm of mist around Alex the Merchant. When the fog clears, he has been possessed! “Have some free samples!” he shouts gleefully, and begins to hurl exploding eggs and potions at fleeing Habiticans. Not the most favorable of sales, to be sure.\n\nHurry! Let's stay focused on our Dailies to defeat this monster before it possesses someone else.",
"questBewilderBossRageStables": "`The Be-Wilder uses BEGUILEMENT STRIKE!`\n\nAhh!!! Once again the Be-Wilder has dazzled us into neglecting our Dailies, and now it has attacked Matt the Beast Master! With a swirl of mist, Matt transforms into a terrifying winged creature, and all the pets and mounts howl sadly in their stables. Quickly, stay focused on your tasks to defeat this dastardly distraction!",
"questBewilderBossRageBailey": "`The Be-Wilder uses BEGUILEMENT STRIKE!`\n\nLook out! In the middle of reporting the news, Bailey the Town Crier has been possessed by the Be-Wilder! She lets out an evil, uninformative screech as she rises into the air. Now how will we know whats going on?\n\nDon't give up... we're so close to defeating this bothersome bird for once and for all!",
"questBewilderBossRageMarket": "`Th' Be-Wilder uses BEGUILEMENT STRIKE!`\n\nOh no! Despite our best efforts, we've gotten distract'd by th' Be-Wilders charmin' illusions an' have forgott'n t' do some o' our Dailies! Wit' a cacklin' cry, th' shinin' bird beats its wings, raisin' a swarm o' mist around Alex th' Merchant. When th' fog clears, he has been possess'd! “Have some free samples!” he shouts gleefully, an' begins t' hurl explodin' eggs an' potions at fleein' Habiticans. Not th' most favorable o' sales, t' be sure.\n\nHurry! Let's stay focus'd on our Dailies t' defeat this monster before it possesses someone else.",
"questBewilderBossRageStables": "`Th' Be-Wilder uses BEGUILEMENT STRIKE!`\n\nAhh!!! Once again th' Be-Wilder has dazzl'd us into neglectin' our Dailies, an' now it has attack'd Matt th' Beast Mast'r! Wit' a swirl o' mist, Matt transforms into a terrifyin' wing'd creature, an' all th' critters an' steeds howl sadly in their stables. Quickly, stay focus'd on yer tasks t' defeat this dastardly distraction!",
"questBewilderBossRageBailey": "`Th' Be-Wilder uses BEGUILEMENT STRIKE!`\n\nLook out! In th' middle o' reportin' th' news, Bailey th' Town Crier has been possess'd by th' Be-Wilder! She lets out an evil, uninformative screech as she rises into th' air. Now how will we know whats goin' on?\n\nDon't give up... we're so close t' defeatin' this bothersome bird fer once and fer all!",
"questFalconText": "Th' Birds o' Preycrastination",
"questFalconNotes": "Mt. Habitica be being overshadowed by a loomin' mountain of T' Do's. It used to be a place t' picnic an' enjoy a sense of accomplishment, 'til th' neglected tasks grew out o' control. Now 'tis home t' fearsome Birds of Preycrastination, foul creatures which stop Habiticans from completing their tasks!<br><br>\"'Tis too hard!\" they caw at @JonArinbjorn an' @Onheiron. \"It'll take too long t' do right now! It won't make any difference if ye wait 'til 'morrow! Why don't ye do somethin' fun instead?\"<br><br>No more, ye vow. Ye will climb yer personal mountain o' T' Do's and defeat th' Birds of Preycrastination!",
"questFalconCompletion": "Having finally triumphed over the Birds of Preycrastination, you settle down to enjoy the view and your well-earned rest.<br><br>\"Wow!\" says @Trogdorina. \"You won!\"<br><br>@Squish adds, \"Here, take these eggs I found as a reward.\"",
"questFalconCompletion": "Havin' finally triumph'd o'er th' Birds o' Preycrastination, ye settle down t' enjoy th' view an' yer well-earned rest.<br><br>\"Wow!\" says @Trogdorina. \"Ye won!\"<br><br>@Squish adds, \"Here, take these eggs I found as a reward.\"",
"questFalconBoss": "Birds o' Preycrastination",
"questFalconDropFalconEgg": "Falcon (Egg)",
"questFalconUnlockText": "Unlocks Falcon Eggs fer purchase in th' Market",
"questTreelingText": "Th' Tangle Tree",
"questTreelingNotes": "It's the annual Garden Competition, and everyone is talking about the mysterious project which @aurakami has promised to unveil. You join the crowd on the day of the big announcement, and marvel at the introduction of a moving tree. @fuzzytrees explains that the tree will help with garden maintenance, showing how it can mow the lawn, trim the hedge and prune the roses all at the same time until the tree suddenly goes wild, turning its secateurs on its creator! The crowd panics as everyone tries to flee, but you aren't afraid you leap forward, ready to do battle.",
"questTreelingCompletion": "You dust yourself off as the last few leaves drift to the floor. In spite of the upset, the Garden Competition is now safe although the tree you just reduced to a heap of wood chips won't be winning any prizes! \"Still a few kinks to work out there,\" @PainterProphet says. \"Perhaps someone else would do a better job of training the saplings. Do you fancy a go?\"",
"questTreelingNotes": "'Tis th' annual Garden Competition, an' ev'ryone be talkin' about th' mysterious project which @aurakami has promis'd t' unveil. Ye join th' crowd on th' day o' th' big announcement, an' marvel at th' introduction o' a movin' tree. @fuzzytrees explains that th' tree will help wit' garden maintenance, showin' how it can mow th' lawn, trim th' hedge an' prune th' roses all at th' same time until th' tree sudd'nly goes wild, turnin' its secateurs on its creator! Th' crowd panics as ev'ryone tries t' flee, but ye aren't afraid ye leap forward, ready t' do battle.",
"questTreelingCompletion": "Ye dust yerself off as th' last few leaves drift t' th' floor. In spite o' th' upset, th' Garden Competition now be safe although th' tree ye just reduc'd t' a heap o' wood chips won't be winnin' any prizes! \"Still a few kinks t' work out there,\" @PainterProphet says. \"Perhaps someone else would do a bett'r job o' trainin' the saplin's. Do ye fancy a go?\"",
"questTreelingBoss": "Tangle Tree",
"questTreelingDropTreelingEgg": "Treelin' (Egg)",
"questTreelingUnlockText": "Unlocks Treelin' Eggs fer purchase in th' Market",
@@ -404,16 +404,16 @@
"questDustBunniesBoss": "Feral Dust Bunnies",
"questGroupMoon": "Lunar Battle",
"questMoon1Text": "Lunar Battle, Part 1: Find the Mysterious Shards",
"questMoon1Notes": "Habiticans have been distracted from their tasks by something strange: twisted shards of stone are appearing across the land. Worried, @Starsystemic the Seer summons you to her tower. She says, \"I've been reading alarming omens about these shards, which have been blighting the land and driving hardworking Habiticans to distraction. I can track the source, but first I'll need to examine the shards. Can you bring some to me?\"",
"questMoon1Notes": "Habiticans have been distracted from their tasks by somethin' strange: twist'd shards o' stone be appearin' across th' land. Worri'd, @Starsystemic th' Seer summons ye t' her tower. She says, \"I've been readin' alarmin' omens about these shards, which have been blightin' th' land an' drivin' hardworking Habiticans t' distraction. I can track th' source, but first I'll need t' examine th' shards. Can ye bring some t' me?\"",
"questMoon1Completion": "@Starsystemic disappears into her tower t' examine th' shards ye gathered. \"This may be more complicated than we feared,\" says @Beffymaroo, her trusted assistant. \"'twill loot us some time t' discover th' cause. Keep checkin' in every day, 'n when we know more, we'll send ye th' next adventure scroll.\"",
"questMoon1CollectShards": "Lunar Shards",
"questMoon1DropHeadgear": "Lunar Warrior Helm (Headgear)",
"questMoon2Text": "Lunar Battle, Part 2: Stop the Overshadowing Stress",
"questMoon2Notes": "After studying the shards, @Starsystemic the Seer has some bad news. \"An ancient monster is approaching Habitica, and it is causing terrible stress to befall the citizens. I can draw the shadow out of people's hearts and into this tower, where it will take physical form, but youll need to defeat it before it breaks loose and spreads again.\" You nod, and she starts to chant. Dancing shadows fill the room, pressing tightly together. The cold wind swirls, the darkness deepens. The Overshadowing Stress rises from the floor, grins like a nightmare made real... and strikes!",
"questMoon2Completion": "Th' shadow explodes in a puff o' dark air, leavin' th' cabin brighter 'n yer hearts lighter. Th' stress blanketin' Habitica be diminished, 'n ye can all breathe a sigh o' relief. Still, as ye look up at th' sky, ye sense that 'tis nah o'er: th' monster knows someone destroyed its shadow. \"We'll keep careful watch in th' comin' weeks,\" says @Starsystemic, \"'n I'll send ye an adventure scroll when it manifests.\"",
"questMoon2Boss": "Overshadowing Stress",
"questMoon2Text": "Lunar Battle, Part 2: Stop th' Overshadowin' Stress",
"questMoon2Notes": "After studyin' th' shards, @Starsystemic th' Seer has some bad news. \"An ancient monster be approachin' Habitica, an' it be causin' terrible stress t' befall th' citizens. I can draw th' shadow out o' people's hearts an' into this tower, where it will take physical form, but yell need t' defeat it before it breaks loose an' spreads again.\" Ye nod, an' she starts t' chant. Dancin' shadows fill th' room, pressin' tightly togeth'r. Th' cold wind swirls, th' darkness deepens. Th' Overshadowin' Stress rises from th' floor, grins like a nightmare made real... an' strikes!",
"questMoon2Completion": "Th' shadow explodes in a puff o' dark air, leavin' th' cabin bright'r an' yer hearts light'r. Th' stress blanketin' Habitica be diminished, an' ye can all breathe a sigh o' relief. Still, as ye look up at th' sky, ye sense that 'tis nah o'er: th' monster knows someone destroy'd its shadow. \"We'll keep careful watch in th' comin' weeks,\" says @Starsystemic, \"an' I'll send ye an adventure scroll when it manifests.\"",
"questMoon2Boss": "Overshadowin' Stress",
"questMoon2DropArmor": "Lunar Warrior Armor (Armor)",
"questMoon3Text": "Lunar Battle, Part 3: The Monstrous Moon",
"questMoon3Text": "Lunar Battle, Part 3: Th' Monstrous Moon",
"questMoon3Notes": "You get @Starsystemic's urgent scroll at the stroke of midnight and gallop to her tower. \"The monster is using the full moon to try to cross over to our realm,\" she says. \"If it succeeds, the shockwave of stress will be overwhelming!\"<br><br>To your dismay, you see that the monster is indeed using the moon to manifest. A glowing eye opens in its rocky surface, and a long tongue rolls from a gaping, fanged mouth. There's no way you'll let it fully emerge!",
"questMoon3Completion": "The emerging monster bursts into shadow, and the moon turns silver as the danger passes. The dragons start singing again, and the stars sparkle with a soothing light. @Starsystemic the Seer bends down and picks up a lunar shard. It shines silver in her hand, before changing into a magnificent crystal scythe.",
"questMoon3Boss": "Monstrous Moon",
+6 -1
View File
@@ -569,5 +569,10 @@
"backgroundRestingInTheInnNotes": "Trabaja desde el comfort y la seguridad de tu habitación Descansando en la Posada.",
"backgroundRiverOfLavaNotes": "Desafía la convección paseando a lo largo de un Río de Lava.",
"backgroundRiverOfLavaText": "Río de Lava",
"backgroundMysticalObservatoryNotes": "Lee tu destino en las estrellas desde un Observatorio Místico."
"backgroundMysticalObservatoryNotes": "Lee tu destino en las estrellas desde un Observatorio Místico.",
"backgroundInsideAnOrnamentNotes": "Deja que tu alegría festiva brille desde adentro de un Ornamento.",
"backgroundInsideAnOrnamentText": "Dentro de un Ornamento",
"backgroundGingerbreadHouseNotes": "Disfrute de las vistas, los aromas y (si se atreve) los sabores de una Casa de Pan de Jengibre.",
"backgroundGingerbreadHouseText": "Casa de Pan de Jengibre",
"backgrounds122020": "Colección 79: Lanzada en Diciembre del 2020"
}
+6 -1
View File
@@ -1972,5 +1972,10 @@
"armorSpecialSpring2020RogueNotes": "¡El color del ocaso, una multitud de piedras preciosas, desde lo profundo del océano! Incrementa la percepción en <%= per %>. Edición Limitada Equipamiento de la Primavera 2020.",
"armorSpecialSummer2020RogueText": "Disfraz de Cocodrilo",
"armorSpecialSpring2020RogueText": "Armadura Ultramarina",
"armorSpecialSpring2020WarriorText": "Armadura de Exoesqueleto"
"armorSpecialSpring2020WarriorText": "Armadura de Exoesqueleto",
"armorSpecialSpring2020WarriorNotes": "Este caparazón rígido puede mantenerte a salvo incluso de los ataques más aplastantes. Aumenta la Constitución en <% = con%>. Edición limitada 2020 Spring Gear.",
"armorSpecialWinter2020HealerNotes": "¡Un vestido opulento para aquellos con entusiasmo festivo! Aumenta la Constitución en <% = con%>. Equipamiento de invierno 2019-2020 de edición limitada.",
"armorSpecialWinter2020MageNotes": "Reciba el año nuevo cálido, cómodo y protegido contra vibraciones excesivas. Aumenta la inteligencia en <% = int%>. Equipamiento de invierno 2019-2020 de edición limitada.",
"weaponArmoireEveningTeaNotes": "Esta panacea ayudará a que te relajes así esas grandes tareas no parecerán tan amenazantes. Aumenta la Inteligencia en <%= int %>. Armadura encantada: Conjunto de Bata (artículo 3 de 3).",
"weaponArmoireEveningTeaText": "Taza de Té"
}
@@ -569,5 +569,12 @@
"backgroundBeachCabanaNotes": "Relájate a la sombra de una Cabaña en la Playa.",
"backgroundBeachCabanaText": "Cabaña de Playa",
"backgrounds072020": "CONJUNTO 74: Lanzado en Julio 2020",
"backgroundSaltLakeNotes": "Contempla las llamativas ondas rojas de un Lago Salado."
"backgroundSaltLakeNotes": "Contempla las llamativas ondas rojas de un Lago Salado.",
"backgroundInsideAnOrnamentText": "Interior de un Adorno",
"backgroundInsideAnOrnamentNotes": "Deja que tu alegría festiva brille desde el Interior de un Adorno.",
"backgroundHolidayHearthNotes": "Relájate, caliéntate y sécate junto a un Fogón Festivo.",
"backgroundHolidayHearthText": "Fogón Festivo",
"backgroundGingerbreadHouseNotes": "Disfruta de las vistas, olores y (si te atreves) sabores de una Casa de Pan de Jengibre.",
"backgroundGingerbreadHouseText": "Casa de Pan de Jengibre",
"backgrounds122020": "CONJUNTO 79: Lanzado en Diciembre 2020"
}
+139 -133
View File
@@ -274,14 +274,14 @@
"weaponSpecialFall2018MageNotes": "¡Esta no es una chupeta cualquiera! El orbe brillante de azúcar mágica que corona este bastón tiene el poder de hacer que los buenos hábitos se adhieran a ti. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipo de Otoño 2018, Edición Limitada.",
"weaponSpecialFall2018HealerText": "Bastón Hambriento",
"weaponSpecialFall2018HealerNotes": "Sólo mantén este bastón alimentado y concederá Bendiciones. Si olvidas alimentarlo, mantén los dedos fuera de su alcance. Aumenta la Inteligencia en <%= int %>. Equipo de Otoño 2018, Edición Limitada.",
"weaponSpecialWinter2019RogueText": "Ramo de Poinsettia",
"weaponSpecialWinter2019RogueNotes": "Usa este festivo ramo para camuflarte mejor ¡o para regalarlo generosamente y alegrarle el día a un amigo! Aumenta la Fuerza en <%= str %>. Equipo de Invierno Edición Limitada de 2018-2019.",
"weaponSpecialWinter2019RogueText": "Ramo de Flores de Pascua",
"weaponSpecialWinter2019RogueNotes": "Usa este festivo ramo para camuflarte mejor ¡O para regalarlo generosamente y alegrarle el día a un amigo! Aumenta la Fuerza en <%= str %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"weaponSpecialWinter2019WarriorText": "Alabarda Copo de Nieve",
"weaponSpecialWinter2019WarriorNotes": "Este copo de nieve fue desarrollado, cristal a cristal, hasta volverlo una hoja dura como el diamante. Aumenta la Fuerza en <%= str %>. Equipo de Invierno, Edición Limitada de 2018-2019.",
"weaponSpecialWinter2019WarriorNotes": "¡Este copo de nieve fue desarrollado, cristal a cristal, hasta volverlo una hoja dura como el diamante! Aumenta la Fuerza en <%= str %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"weaponSpecialWinter2019MageText": "Bastón de Dragón de Fuego",
"weaponSpecialWinter2019MageNotes": "¡Cuidado! Este explosivo personal está listo para ayudarte a enfrentarte a todo lo que venga. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipo de Invierno Edición limitada 2018-2019.",
"weaponSpecialWinter2019MageNotes": "¡Cuidado! Este explosivo bastón está listo para ayudarte a enfrentarte a todo lo que venga. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"weaponSpecialWinter2019HealerText": "Varita Invernal",
"weaponSpecialWinter2019HealerNotes": "El invierno puede ser un tiempo de descanso y curación. Por eso, esta varita de magia invernal puede ayudar a calmar las más graves heridas. Aumenta la Inteligencia en <%= int %>. Equipo de invierno de 2018-2019, Edición Limitada.",
"weaponSpecialWinter2019HealerNotes": "El invierno puede ser un tiempo de descanso y curación, y por eso esta varita de magia invernal puede ayudar a calmar las más graves heridas. Aumenta la Inteligencia en <%= int %>. Equipamiento de Edición Limitada invierno 2018-2019.",
"weaponMystery201411Text": "Horqueta de Banquete",
"weaponMystery201411Notes": "Atraviesa a tus enemigos o ataca tu comida favorita - ¡esta horqueta versátil lo hace todo! No otorga ningún beneficio. Artículo de Suscriptor de Noviembre 2014.",
"weaponMystery201502Text": "Reluciente Báculo Alado del Amor y También de la Verdad",
@@ -329,11 +329,11 @@
"weaponArmoireHabiticanDiplomaText": "Diploma Habiticano",
"weaponArmoireHabiticanDiplomaNotes": "Un certificado por un logro significante -- ¡Bien hecho! Incrementa la Inteligencia por <%= int %>. Armario Encantado: Conjunto de Graduado (Artículo 1 de 3).",
"weaponArmoireSandySpadeText": "Pala arenosa",
"weaponArmoireSandySpadeNotes": "Una herramienta para escavar... y para arrojar arena a lo ojos de monstruos enemigos. \nIncrementa la Fuerza por <%= str %>. Armario Encantado: Conjunto Costero (Item 1 de 3).",
"weaponArmoireSandySpadeNotes": "Una herramienta para escavar... y para arrojar arena a lo ojos de monstruos enemigos. Aumenta la Fuerza por <%= str %>. Armario Encantado: Conjunto Costero (Artículo 1 de 3).",
"weaponArmoireCannonText": "Cañón",
"weaponArmoireCannonNotes": "¡Arr! Apunta con determinación. Incrementa la Fuerza en <%= str %>. Armario Encantado: Conjunto de Cañonero (Artículo 1 de 3).",
"weaponArmoireVermilionArcherBowText": "Arco bermellón para arquero",
"weaponArmoireVermilionArcherBowNotes": "Tu flecha volará como una estrella fugaz de este brillante arco rojo. Incrementa la Fuerza en <%= str %>. Armario Encantado: Conjunto de Arquero Bermellón (Artículo 1 de 3).",
"weaponArmoireVermilionArcherBowText": "Arco Bermellón de Arquero",
"weaponArmoireVermilionArcherBowNotes": "¡Tu flecha volará como una estrella fugaz de este brillante arco rojo!. Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto de Arquero Bermellón (Artículo 1 de 3).",
"weaponArmoireOgreClubText": "Garrote de ogro",
"weaponArmoireOgreClubNotes": "Esta maza fue rescatada de una auténtica guarida de Ogro. Incrementa la Fuerza en <%= str %>. Armadura Encantada: Conjunto de Traje de Ogro (Artículo 2 de 3).",
"weaponArmoireWoodElfStaffText": "Báculo del Bosque Élfico",
@@ -353,7 +353,7 @@
"weaponArmoireWeaversCombText": "Peine de Tejedor",
"weaponArmoireWeaversCombNotes": "Usa este peine para comprimir el hilo y convertirlo en un tejido ceñido. Incrementa Percepción por <%= per %> y Fuerza por <%= str %>. Armario Encantado: Conjunto de Tejedor (Artículo 2 de 3).",
"weaponArmoireLamplighterText": "Farolero",
"weaponArmoireLamplighterNotes": "Esta larga vara tiene una mecha en un extremo para encender las linternas y un gancho en el otro extremo para apagarlas. Aumenta la Constitución en <%= con %> y la Percepción en <%= per %>. Armario Encantado: Conjunto de Farolero (Artículo 1 de 4).",
"weaponArmoireLamplighterNotes": "Esta larga vara tiene una mecha en un extremo para encender las linternas, y un gancho en el otro extremo para apagarlas. Aumenta la Constitución en <%= con %> y la Percepción en <%= per %>. Armario Encantado: Conjunto de Farolero (Artículo 1 de 4).",
"weaponArmoireCoachDriversWhipText": "Látigo de Conductor de Carruaje",
"weaponArmoireCoachDriversWhipNotes": "Tus corceles saben lo que están haciendo, así que este látigo es solo para lucir (¡Y producir un genial chasquido!). Aumenta la Inteligencia en <%= int %> y la Fuerza en <%= str %>. Armario Encantado: Conjunto de Conductor de Carruaje (Artículo 3 de 3).",
"weaponArmoireScepterOfDiamondsText": "Cetro de diamantes",
@@ -362,8 +362,8 @@
"weaponArmoireFlutteryArmyNotes": "¡Este grupo de lepidópteros desaliñados está listo para batir ferozmente y reducir tus tareas más rojas! Aumenta la Constitución, la Inteligencia y la Fuerza en <%= attrs %> cada uno. Armario encantado: Conjunto de Vestidos Trémulos (Artículo 3 de 4).",
"weaponArmoireCobblersHammerText": "Martillo de Zapatero",
"weaponArmoireCobblersHammerNotes": "Este martillo está hecho especialmente para trabajar el cuero. Sin embargo, en un apuro puede hacer un buen daño a una Diaria roja. Aumenta la Constitución y la Fuerza en <%= attrs %> cada una. Armario encantado: Conjunto de Zapatero (Artículo 2 de 3).",
"weaponArmoireGlassblowersBlowpipeText": "Ca de Soplador de Vidrio",
"weaponArmoireGlassblowersBlowpipeNotes": "Usa este tubo para soplar vidrio fundido y convertirlo en bellos jarrones, adornos y otras cosas sofisticadas. Aumenta la Fuerza en <%= str %>. Armario encantado: Conjunto de Soplador de Vidrio (Artículo 1 de 4).",
"weaponArmoireGlassblowersBlowpipeText": "Cerbatana de Soplador de Vidrio",
"weaponArmoireGlassblowersBlowpipeNotes": "Usa este tubo para soplar vidrio fundido y convertirlo en hermosos jarrones, adornos y otras cosas sofisticadas. Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto de Soplador de Vidrio (Artículo 1 de 4).",
"weaponArmoirePoisonedGobletText": "Cáliz Envenenado",
"weaponArmoirePoisonedGobletNotes": "Usa esto para desarrollar tu resistencia al polvo de iocano y otros venenos inconcebiblemente peligrosos. Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Princesa Piratesca (Artículo 3 de 4).",
"weaponArmoireJeweledArcherBowText": "Arco de Arquero Enjoyado",
@@ -371,7 +371,7 @@
"weaponArmoireNeedleOfBookbindingText": "Aguja de Encuadernar",
"weaponArmoireNeedleOfBookbindingNotes": "Te sorprendería saber cuán duros pueden ser los libros. Esta aguja puede traspasar justo hasta el corazón de tus tareas. Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto de Encuadernador (Artículo 3 de 4).",
"weaponArmoireSpearOfSpadesText": "Lanza de Picas",
"weaponArmoireSpearOfSpadesNotes": "Esta lanza caballeresca es perfecta para atacar a tus Hábitos y Diarias más rojas. Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto As de Picas (Artículo 3 de 3).",
"weaponArmoireSpearOfSpadesNotes": "Esta lanza caballeresca es perfecta para atacar a tus Hábitos y Tareas Diarias más rojas. Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de As de Picas (Artículo 3 de 3).",
"weaponArmoireArcaneScrollText": "Pergamino Arcano",
"weaponArmoireArcaneScrollNotes": "Esta lista ancestral de Tareas está llena de símbolos extraños y hechizos de una era olvidada. Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Escriba (Artículo 3 de 3).",
"armor": "armadura",
@@ -628,14 +628,14 @@
"armorSpecialFall2018MageNotes": "¡La tela de esta túnica tiene dulces mágicos tejidos dentro! Aunque te recomendamos que no intentes comerlas. Aumenta la Inteligencia en <%= int %>. Equipamiento de Otoño de Edición Limitada, 2018.",
"armorSpecialFall2018HealerText": "Túnicas de Carnívoro",
"armorSpecialFall2018HealerNotes": "Está hecho de plantas, pero eso no significa que son vegetarianas. Los Malos Hábitos tienen miedo de acercarse a varios kilómetros de estas túnicas. Aumenta la Constitución en <%= con %>. Equipamiento de Otoño de Edición Limitada, 2018.",
"armorSpecialWinter2019RogueText": "Armadura de Poinsetia",
"armorSpecialWinter2019RogueNotes": "¡Con la vegetación navideña por todas partes, nadie va a notar otro arbusto más! Puedes moverte por las reuniones festivas con facilidad y sigilo. Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada de Invierno , 2018-2019.",
"armorSpecialWinter2019RogueText": "Armadura de Flor de Pascua",
"armorSpecialWinter2019RogueNotes": "¡Con la vegetación navideña por todas partes, nadie va a notar otro arbusto más! Puedes moverte por las reuniones festivas con facilidad y sigilo. Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"armorSpecialWinter2019WarriorText": "Armadura Glacial",
"armorSpecialWinter2019WarriorNotes": "En el calor de la batalla, esta armadura te mantendrá frío como el hielo y listo para la acción. Aumenta la Constitución en <%= con %>. Equipamiento de Invierno de Edición Limitada, 2018-2019.",
"armorSpecialWinter2019WarriorNotes": "En el calor de la batalla, esta armadura te mantendrá frío como el hielo y listo para la acción. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"armorSpecialWinter2019MageText": "Túnicas de Inspiración Ardiente",
"armorSpecialWinter2019MageNotes": "¡Esta vestimenta a prueba de fuego te protegerá si cualquiera de tus destellos de brillantez te sale mal! Aumenta la Inteligencia en <%= int %>. Equipamiento de Edición Limitada de Invierno, 2018-2019.",
"armorSpecialWinter2019MageNotes": "¡Esta vestimenta a prueba de fuego te protegerá si cualquiera de tus destellos de brillantez te sale mal! Aumenta la Inteligencia en <%= int %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"armorSpecialWinter2019HealerText": "Ropaje de Medianoche",
"armorSpecialWinter2019HealerNotes": "Sin oscuridad no exisitiría la luz. Estos ropajes oscuros ayudan a traer paz y descanso para promover la curación. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada de Invierno, 2018-2019.",
"armorSpecialWinter2019HealerNotes": "Sin oscuridad, no exisitiría la luz. Estos ropajes oscuros ayudan a traer paz y descanso para promover la curación. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"armorMystery201402Text": "Túnica de Mensajero",
"armorMystery201402Notes": "Reluciente y fuerte, esta túnica tiene muchos bolsillos para llevar cartas. No otorga ningún beneficio. Artículo de Suscriptor de Febrero 2014.",
"armorMystery201403Text": "Armadura de Caminante del Bosque",
@@ -744,26 +744,26 @@
"armorArmoireMinerOverallsNotes": "Puede que parezcan usados, pero están encantados para repeler mugre. Incrementan la Constitución por <%= con %>. Armario Encantado: Conjunto de Minero (Artículo 2 de 3).",
"armorArmoireBasicArcherArmorText": "Armadura Básica de Arquero",
"armorArmoireBasicArcherArmorNotes": "Este chaleco de camuflaje te permite pasar desapercibido en los bosques. Incrementa la Percepción por <%= per %>. Armario Encantado: Conjunto Básico de Arquero (Artículo 2 de 3).",
"armorArmoireGraduateRobeText": "Túnica de graduado",
"armorArmoireGraduateRobeText": "Túnica de Graduado",
"armorArmoireGraduateRobeNotes": "¡Felicitaciones! Esta pesada túnica pesa con todo el conocimiento que has acumulado. Incrementa la Inteligencia por <%= int %>. Armario Encantado: Conjunto de Graduado (Artículo 2 de 3).",
"armorArmoireStripedSwimsuitText": "Traje de baño rayado",
"armorArmoireStripedSwimsuitNotes": "¿Qué podría ser más divertido que luchar contra monstruos marinos en la playa? Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto Costero (Objeto 2 de 3).",
"armorArmoireCannoneerRagsText": "Trapos del cañonero",
"armorArmoireStripedSwimsuitText": "Traje de Baño Rayado",
"armorArmoireStripedSwimsuitNotes": "¿Qué podría ser más divertido que luchar contra monstruos marinos en la playa? Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto Costero (Artículo 2 de 3).",
"armorArmoireCannoneerRagsText": "Trapos del Cañonero",
"armorArmoireCannoneerRagsNotes": "Estos harapos son más resistentes de lo que parecen. Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Cañonero (Artículo 2 de 3).",
"armorArmoireFalconerArmorText": "Armadura de halconero",
"armorArmoireFalconerArmorText": "Armadura de Halconero",
"armorArmoireFalconerArmorNotes": "¡Manten alejados los ataques de garras con esta resistente armadura! Incrementa la Constitución por <%= con %>. Armario Encantado: Conjunto de Halconero (Artículo 1 de 3).",
"armorArmoireVermilionArcherArmorText": "Armadura bermellón para arquero",
"armorArmoireVermilionArcherArmorNotes": "Esta armadura está hecha de un metal rojo con un encantamiento especial para ofrecer la máxima protección, las mínimas restricciones y un gran estilo. Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Arquero Bermellón (Artículo 2 de 3).",
"armorArmoireVermilionArcherArmorText": "Armadura Bermellón de Arquero",
"armorArmoireVermilionArcherArmorNotes": "¡Esta armadura está hecha de un metal rojo especialmente encantado para ofrecer la máxima protección, las mínimas restricciones y un gran estilo! Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Arquero Bermellón (Artículo 2 de 3).",
"armorArmoireOgreArmorText": "Armadura de Ogro",
"armorArmoireOgreArmorNotes": "Esta armadura imita la dura piel de un Ogro, ¡pero está forrada de felpa para la comodidad humana! Aumenta la Constitución en <%= con %>. Armadura Encantada: Conjunto de Ogro (Artículo 3 de 3).",
"armorArmoireIronBlueArcherArmorText": "Armadura de Arquero de Hierro Azul",
"armorArmoireIronBlueArcherArmorNotes": "¡Esta armadura te protegerá de las flechas que caen en el campo de batalla! Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto de Arquero de Hierro (Artículo 2 de 3).",
"armorArmoireRedPartyDressText": "Vestido de fiesta rojo",
"armorArmoireRedPartyDressNotes": "Eres fuerte, duro, listo, ¡y muy moderno! Incrementa la Fuerza, Constitución e Inteligencia en <%= attrs %> cada uno. Armario Encantado: Conjunto de Moño Rojo (Artículo 2 de 2).",
"armorArmoireRedPartyDressText": "Vestido de Fiestas Rojo",
"armorArmoireRedPartyDressNotes": "¡Eres fuerte, duro, listo, y muy moderno! Aumenta la Fuerza, Constitución e Inteligencia en <%= attrs %> cada uno. Armario Encantado: Conjunto de Moño Rojo (Artículo 2 de 2).",
"armorArmoireWoodElfArmorText": "Armadura de Bosque Élfico",
"armorArmoireWoodElfArmorNotes": "Esta armadura de corteza y hojas te servirá como un camuflaje duradero en el bosque. Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Bosque Élfico (Artículo 2 de 3).",
"armorArmoireRamFleeceRobesText": "Ropajes de Lana de Carnero",
"armorArmoireRamFleeceRobesNotes": "Estos ropajes te mantienen cálido incluso a través de las ventiscas más feroces. Aumenta la Constitución en <%= con %> y la Fuerza en <%= str %>. Armario Encantado: Conjunto de Bárbaro Ariete (Objeto 2 de 3).",
"armorArmoireRamFleeceRobesNotes": "Estos ropajes te mantienen cálido incluso a través de las ventiscas más feroces. Aumenta la Constitución en <%= con %> y la Fuerza en <%= str %>. Armario Encantado: Conjunto de Carnero Bárbaro (Artículo 2 de 3).",
"armorArmoireGownOfHeartsText": "Vestido de Corazones",
"armorArmoireGownOfHeartsNotes": "¡Este vestido tiene todos los vuelos! Pero eso no es todo, también aumentará la fortaleza de tu corazón. Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Reina de Corazones (Artículo 2 de 3).",
"armorArmoireMushroomDruidArmorText": "Armadura de Druida Champiñón",
@@ -777,17 +777,17 @@
"armorArmoireSwanDancerTutuText": "Tutú de Cisne Bailarín",
"armorArmoireSwanDancerTutuNotes": "Podrías irte volando al cielo mientras giras en este hermoso tutú de plumas. Aumenta la Inteligencia y la Fuerza en <%= attrs %> cada una. Armario Encantado: Conjunto de Cisne Bailarín (Artículo 2 de 3).",
"armorArmoireAntiProcrastinationArmorText": "Armadura Anti-Procrastinación",
"armorArmoireAntiProcrastinationArmorNotes": "Imbuido con antiguos hechizos de productividad, esta armadura de acero te dará fuerza adicional para luchar contra tus tareas. Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto Anti-Procastinación (Artículo 2 de 3).",
"armorArmoireYellowPartyDressText": "Vestido amarillo de fiesta",
"armorArmoireYellowPartyDressNotes": "¡Tú eres perceptivo, fuerte, listo y muy a la moda! Aumenta la Percepción, Fuerza e Inteligencia en <%= attrs %> cada una. Armario Encantado: Conjunto Moño Amarillo (Artículo 2 de 2).",
"armorArmoireAntiProcrastinationArmorNotes": "Imbuido con antiguos hechizos de productividad, esta armadura de acero te dará fuerza adicional para luchar contra tus tareas. Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto de Anti-Procrastinación (Artículo 2 de 3).",
"armorArmoireYellowPartyDressText": "Vestido de Fiestas Amarillo",
"armorArmoireYellowPartyDressNotes": "¡Tú eres perceptivo, fuerte, listo y muy a la moda! Aumenta la Percepción, Fuerza e Inteligencia en <%= attrs %> cada uno. Armario Encantado: Conjunto Moño Amarillo (Artículo 2 de 2).",
"armorArmoireFarrierOutfitText": "Traje de herrador",
"armorArmoireFarrierOutfitNotes": "Estas resistentes ropas de trabajo pueden resistir el más desordenado de los establos. Aumenta la Inteligencia, Constitución y Percepción por <%= attrs %> cada uno. Armario Encantado: Conjunto de herrador (Ítem 2 de 3).",
"armorArmoireCandlestickMakerOutfitText": "Traje de Fabricante de Velas",
"armorArmoireCandlestickMakerOutfitNotes": "¡Este resistente conjunto de ropa te protegerá de los derrames de cera caliente mientras realizas tu trabajo! Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de fabricación de velas (Artículo 1 de 3).",
"armorArmoireCandlestickMakerOutfitText": "Traje de Fabricante de Candelabros",
"armorArmoireCandlestickMakerOutfitNotes": "¡Este resistente conjunto de ropa te protegerá de los derrames de cera caliente mientras realizas tu trabajo! Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Fabricante de Candelabros (Artículo 1 de 3).",
"armorArmoireWovenRobesText": "Túnicas Tejidas",
"armorArmoireWovenRobesNotes": "¡Muestra tu trabajo de tejedor con orgullo usando esta colorida bata! Aumenta la Constitución en <%= con %> y la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Tejedor (Artículo 1 de 3).",
"armorArmoireLamplightersGreatcoatText": "Abrigo de Farolelo",
"armorArmoireLamplightersGreatcoatNotes": "¡Este pesado abrigo de lana puede soportar la más dura noche de invierno! Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Lámparas (Artículo 2 de 4).",
"armorArmoireLamplightersGreatcoatNotes": "¡Este pesado abrigo de lana puede soportar la más dura noche de invierno! Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Farolero (Artículo 2 de 4).",
"armorArmoireCoachDriverLiveryText": "Traje de Conductor de Carruaje",
"armorArmoireCoachDriverLiveryNotes": "Este pesado abrigo te protegerá del clima mientras conduces. Además, ¡También se ve muy elegante! Aumenta la fuerza en <%= str %>. Armario Encantado: Conjunto de Conductor de Carruaje (Artículo 1 de 3).",
"armorArmoireRobeOfDiamondsText": "Túnica de Diamantes",
@@ -797,17 +797,17 @@
"armorArmoireCobblersCoverallsText": "Mono de Zapatero",
"armorArmoireCobblersCoverallsNotes": "¡Estos robustos monos tienen muchos bolsillos para herramientas, retazos de cuero y otros artículos útiles! Aumenta la Percepción y la Fuerza en <%= attrs %> cada uno. Armario Encantado: Conjunto de Zapatero (Artículo 1 de 3).",
"armorArmoireGlassblowersCoverallsText": "Mono de Soplador de Vidrio",
"armorArmoireGlassblowersCoverallsNotes": "Este mono te protegerá mientras haces obras maestras con vidrio fundido caliente. Aumenta la Constitución en <%= con %>. Armario encantado: Conjunto de Sopladores de Vidrio (Artículo 2 de 4).",
"armorArmoireGlassblowersCoverallsNotes": "Este mono te protegerá mientras haces obras maestras con vidrio fundido caliente. Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Soplador de Vidrio (Artículo 2 de 4).",
"armorArmoireBluePartyDressText": "Vestido de Fiestas Azul",
"armorArmoireBluePartyDressNotes": "Tú eres perceptivo, resistente, listo y ¡tan a la moda! Aumenta la Percepción, Fuerza y Constitución en <%= attrs %> cada una. Armario Encantado: Conjunto Moño Azul (Artículo 2 de 2).",
"armorArmoireBluePartyDressNotes": "¡Tú eres perceptivo, resistente, listo y tan a la moda! Aumenta la Percepción, Fuerza y Constitución en <%= attrs %> cada uno. Armario Encantado: Conjunto de Moño Azul (Artículo 2 de 2).",
"armorArmoirePiraticalPrincessGownText": "Vestido de Princesa Piratesca",
"armorArmoirePiraticalPrincessGownNotes": "¡Esta exuberante prenda tiene muchos bolsillos para ocultar armas y botín! Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Princesa Piratesca (Artículo 2 de 4).",
"armorArmoireJeweledArcherArmorText": "Armadura de Arquero Enjoyado",
"armorArmoireJeweledArcherArmorNotes": "¡Esta armadura finamente elaborada te protegerá de los proyectiles o de las Tareas Diarias rojas errantes! Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Arqueros Enjoyados (Artículo 2 de 3).",
"armorArmoireJeweledArcherArmorNotes": "¡Esta armadura finamente elaborada te protegerá de los proyectiles o de las Tareas Diarias rojas errantes! Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Arquero Enjoyado (Artículo 2 de 3).",
"armorArmoireCoverallsOfBookbindingText": "Mono de Encuadernador",
"armorArmoireCoverallsOfBookbindingNotes": "Todo lo que necesitas en un conjunto de monos, incluyendo bolsillos para todo. Un par de gafas, monedas sueltas, un anillo de oro... Aumenta la Constitución en <%= con %> y la Percepción en <%= per %>. Armario Encantado: Conjunto de Encuadernador (Artículo 2 de 4).",
"armorArmoireRobeOfSpadesText": "Traje de Picas",
"armorArmoireRobeOfSpadesNotes": "Estas lujosas túnicas esconden bolsillos ocultos para tesoros o armas... ¡tú eliges! Aumenta la fuerza en <%= str %>. Armario Encantado: Conjunto de As de Espadas (Ítem 2 de 3).",
"armorArmoireRobeOfSpadesNotes": "Estas lujosas túnicas esconden bolsillos ocultos para tesoros o armas... ¡tú eliges! Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto de As de Picas (Artículo 2 de 3).",
"armorArmoireSoftBlueSuitText": "Traje Suave Azul",
"armorArmoireSoftBlueSuitNotes": "El azul es un color calmante. Tan calmante que algunos incluso usan este suave traje para dormir... zZz. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Armario encantado: Conjunto de Ropa de Cama Azul (Artículo 2 de 3).",
"armorArmoireSoftGreenSuitText": "Traje Suave Verde",
@@ -1053,31 +1053,31 @@
"headSpecialSpring2018HealerText": "Anillo de Granate",
"headSpecialSpring2018HealerNotes": "Las gemas pulidas de este anillo aumentarán tu energía mental. Aumenta la Inteligencia en <%= int %>. Equipamiento de Edición Limitada Primavera 2018.",
"headSpecialSummer2018RogueText": "Sombrero de Sol de Pesca",
"headSpecialSummer2018RogueNotes": "Brinda comodidad y protección ante el fuerte resplandor del sol de verano sobre el agua. ¡Es especialmente importante si estás más acostumbrado a mantenerte sigiloso en las sombras! Aumenta la Percepción en <%= per %>. Edición Limitada Equipamiento de Verano 2018.",
"headSpecialSummer2018RogueNotes": "Brinda comodidad y protección ante el fuerte resplandor del sol de verano sobre el agua. ¡Es especialmente importante si estás más acostumbrado a mantenerte sigiloso en las sombras! Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada Verano 2018.",
"headSpecialSummer2018WarriorText": "Barbuta de Pez Betta",
"headSpecialSummer2018WarriorNotes": "¡Muéstrale a todos que eres el alfa beta con este flamante helm! Aumenta la Fuerza en <%= str %>. Edición Limitada Equipamiento de Verano 2018.",
"headSpecialSummer2018WarriorNotes": "¡Muéstrale a todos que eres el alfa betta con este flamante casco! Aumenta la Fuerza en <%= str %>. Equipamiento de Edición Limitada Verano 2018.",
"headSpecialSummer2018MageText": "Cresta de Pez León",
"headSpecialSummer2018MageNotes": "Deslumbra dolorosamente a quien se anime a decir que luces como un \"sabroso pez\". Incrementa la Percepción en <%= per %>. Edición Limitada Equipamiento Verano 2018.",
"headSpecialSummer2018MageNotes": "Deslumbra dolorosamente a quien se anime a decir que luces como un \"sabroso pez\". Aumenta la Percepción en <%= per %>.Equipamiento de Edición Limitada Verano 2018.",
"headSpecialSummer2018HealerText": "Corona de Sirena Monarca",
"headSpecialSummer2018HealerNotes": "Adornada con aguamarina, esta diadema con aletas marca el liderazgo de la gente, los peces y aquellos que son un poco de ambos. Aumenta la inteligencia en <%= int %>. Edición Limitada Equipamiento de Verano 2018.",
"headSpecialSummer2018HealerNotes": "¡Adornada con aguamarina, esta diadema con aletas marca el liderazgo de la gente, los peces y aquellos que son un poco de ambos!. Aumenta la Inteligencia en <%= int %>. Equipamiento de Edición Limitada Verano 2018.",
"headSpecialFall2018RogueText": "Cara del Alter Ego",
"headSpecialFall2018RogueNotes": "La mayoría de nosotros escondemos nuestras luchas internas. Esta máscara muestra que todos experimentamos tensión entre nuestros buenos y malos impulsos. ¡Además viene con un dulce sombrero! Incrementa la Percepción en <%= per %>. Equipamiento de Edición Limitada Otoño 2018.",
"headSpecialFall2018RogueNotes": "La mayoría de nosotros escondemos nuestras luchas internas. Esta máscara muestra que todos experimentamos tensión entre nuestros buenos y malos impulsos. ¡Además viene con un dulce sombrero! Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada Otoño 2018.",
"headSpecialFall2018WarriorText": "Careta de Minotauro",
"headSpecialFall2018WarriorNotes": "¡Esta temible máscara muestra que realmente puedes tomar tus tareas por los cuernos! Incrementa la Fuerza en <%= str %>. Equipamiento de Edición Limitada Otoño 2018.",
"headSpecialFall2018WarriorNotes": "¡Esta temible máscara muestra que realmente puedes tomar tus tareas por los cuernos! Aumenta la Fuerza en <%= str %>. Equipamiento de Edición Limitada Otoño 2018.",
"headSpecialFall2018MageText": "Sombrero de Golomante",
"headSpecialFall2018MageNotes": "Este sombrero puntiagudo está impregnado de poderosos hechizos de dulzura. ¡Cuidado, si se moja puede volverse pegajoso! Incrementa la Percepción en <%= per %>. Equipamiento de Edición Limitada Otoño 2018.",
"headSpecialFall2018MageNotes": "Este sombrero puntiagudo está impregnado de poderosos hechizos de dulzura. ¡Cuidado, si se moja puede volverse pegajoso! Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada Otoño 2018.",
"headSpecialFall2018HealerText": "Casco Hambriento",
"headSpecialFall2018HealerNotes": "This helm is fashioned from a carnivorous plant renowned for its ability to dispatch zombies and other inconveniences. Just watch out that it doesn't chew on your head. Increases Intelligence by <%= int %>. Limited Edition 2018 Autumn Gear.",
"headSpecialFall2018HealerNotes": "Este casco está hecho de una planta carnívora conocida por su capacidad para engullir zombis y otros inconvenientes. Sólo vigila de que no te mastique la cabeza. Aumenta la Inteligencia en <%= int %>. Equipamiento de Edición Limitada Otoño 2018.",
"headSpecialNye2018Text": "Sombrero Extravagante de Fiesta",
"headSpecialNye2018Notes": "¡Has recibido un Sombrero Extravagante de Fiesta! ¡Lúcelo con orgullo mientras festejas el Año Nuevo! No otorga ningún beneficio.",
"headSpecialWinter2019RogueText": "Poinsettia Helm",
"headSpecialWinter2019RogueNotes": "This leafy helm will attain its brightest red color right around the darkest days of winter, helping you blend in with holiday decor! Increases Perception by <%= per %>. Limited Edition 2018-2019 Winter Gear.",
"headSpecialWinter2019RogueText": "Casco de Flor de Pascua",
"headSpecialWinter2019RogueNotes": "Este frondoso casco alcanzará su color rojo más brillante justo en los días más oscuros del invierno, ¡Ayudándote a mezclarte con la decoración de las fiestas! Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"headSpecialWinter2019WarriorText": "Casco Glacial",
"headSpecialWinter2019WarriorNotes": "It's important to keep a cool head! This icy helm will protect you from any opponent's blows. Increases Strength by <%= str %>. Limited Edition 2018-2019 Winter Gear.",
"headSpecialWinter2019WarriorNotes": "¡Es importante mantener la cabeza fría! Este helado casco te protegerá de los golpes de cualquier oponente. Aumenta la Fuerza en <%= str %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"headSpecialWinter2019MageText": "Fuegos Artificiales Flameantes",
"headSpecialWinter2019MageNotes": "Stand well back and watch the sparks fly! Your tasks cannot stand against this might! Increases Perception by <%= per %>. Limited Edition 2018-2019 Winter Gear.",
"headSpecialWinter2019MageNotes": "¡Quédate bien atrás y mira a las chispas volar! ¡Tus tareas no pueden resistir este poder! Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"headSpecialWinter2019HealerText": "Corona Estrellada",
"headSpecialWinter2019HealerNotes": "On the darkest, coldest winter night, one particular star shines its brightest. This crown is made from metal from that star, to help you shine! Increases Intelligence by <%= int %>. Limited Edition 2018-2019 Winter Gear.",
"headSpecialWinter2019HealerNotes": "En la más oscura y fría noche de invierno, una estrella brilla más en particular. ¡Esta corona está hecha del metal de esa estrella, para ayudarte a brillar! Aumenta la Inteligencia en <%= int %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"headSpecialGaymerxText": "Yelmo de Guerrero Arco Iris",
"headSpecialGaymerxNotes": "Con motivo de la celebración por la Conferencia GaymerX, ¡este casco especial está decorado con un radiante y colorido estampado arco iris! GaymerX es una convención de juegos que celebra a la gente LGBTQ y a los videojuegos, y está abierta a todo el público.",
"headMystery201402Text": "Yelmo Alado",
@@ -1137,43 +1137,43 @@
"headMystery201705Text": "Casco de Luchador Emplumado",
"headMystery201705Notes": "¡Habitica es conocido por sus feroces y productivos Guerreros Grifo! Únete a sus prestigiosas filas cuando te pongas este casco de plumas. No otorga beneficios. Artículo de Suscriptor Mayo 2017.",
"headMystery201707Text": "Casco Gelatinoso",
"headMystery201707Notes": "Need some extra hands for your tasks? This translucent jelly helm has quite a few tentacles to lend you help! Confers no benefit. July 2017 Subscriber Item.",
"headMystery201710Text": "Imperious Imp Helm",
"headMystery201710Notes": "This helm makes you look intimidating... but it won't do any favors for your depth perception! Confers no benefit. October 2017 Subscriber Item.",
"headMystery201707Notes": "¿Necesitas algunas manos extra para tus tareas? ¡Este casco de gelatina translúcida tiene bastantes tentáculos para prestarte ayuda! No otorga beneficios. Artículo de Suscriptor Julio 2017.",
"headMystery201710Text": "Casco de Diablillo Imperioso",
"headMystery201710Notes": "Este casco te hace parecer intimidante... ¡Pero no le hará ningún favor a la profundidad de tu percepción! No otorga beneficios. Artículo de Suscriptor Octubre 2017.",
"headMystery201712Text": "Corona del Candelero",
"headMystery201712Notes": "This crown will bring light and warmth to even the darkest winter night. Confers no benefit. December 2017 Subscriber Item.",
"headMystery201712Notes": "Esta corona traerá luz y calor incluso a la noche más oscura del invierno. No otorga beneficios. Artículo de Suscriptor Diciembre 2017.",
"headMystery201802Text": "Yelmo del Insecto del Amor",
"headMystery201802Notes": "The antennae on this helm act as cute dowsing rods, detecting feelings of love and support nearby. Confers no benefit. February 2018 Subscriber Item.",
"headMystery201803Text": "Daring Dragonfly Circlet",
"headMystery201803Notes": "Although its appearance is quite decorative, you can engage the wings on this circlet for extra lift! Confers no benefit. March 2018 Subscriber Item.",
"headMystery201805Text": "Phenomenal Peacock Helm",
"headMystery201805Notes": "This helm will make you the proudest and prettiest (possibly also the loudest) bird in town. Confers no benefit. May 2018 Subscriber Item.",
"headMystery201802Notes": "Las antenas de este yelmo actúan como bonitas varillas de exploración, detectando sentimientos de amor y apoyo cercanos. No otorga beneficios. Artículo de Suscriptor Febrero 2018.",
"headMystery201803Text": "Diadema de Libélula Atrevida",
"headMystery201803Notes": "Aunque su aspecto es bastante decorativo, puedes engancharte las alas de esta diadema para un elevación extra. No otorga beneficios. Artículo de Suscriptor Marzo 2018.",
"headMystery201805Text": "Casco de Pavo Real Fenomenal",
"headMystery201805Notes": "Este casco te hará la más bonita y orgullosa (y posiblemente también la más ruidosa) ave en el pueblo. No otorga beneficios. Artículo de Suscriptor Mayo 2018.",
"headMystery201806Text": "Casco de Pez Anzuelo Atractivo",
"headMystery201806Notes": "The mesmerizing light atop this helm will call all the creatures of the sea to your side. We urge you to use your glowy powers of attraction for good! Confers no benefit. June 2018 Subscriber Item.",
"headMystery201806Notes": "La luz hipnotizadora de este casco llamará a todas las criaturas del mar a tu lado. ¡Te instamos a usar tus brillantes poderes de atracción para el bien! No otorga beneficios. Artículo de Suscriptor Junio 2018.",
"headMystery201807Text": "Casco de Serpiente de Mar",
"headMystery201807Notes": "The strong scales on this helm will protect you from any manner of oceanic foe. Confers no benefit. July 2018 Subscriber Item.",
"headMystery201807Notes": "Las fuertes escamas de este casco te protegerán de cualquier tipo de enemigo oceánico. No otorga beneficios. Artículo de Suscriptor Julio 2018.",
"headMystery201808Text": "Capucha del Dragón de Lava",
"headMystery201808Notes": "The glowing horns on this cowl will light your way through underground caverns. Confers no benefit. August 2018 Subscriber Item.",
"headMystery201808Notes": "Los brillantes cuernos de esta capucha iluminarán tu camino a través de las cavernas subterráneas. No otorga beneficios. Artículo de Suscriptor Agosto 2018.",
"headMystery201809Text": "Corona de Flores de Otoño",
"headMystery201809Notes": "The last flowers of autumn's warm days are a reminder of the beauty of the season. Confers no benefit. September 2018 Subscriber Item.",
"headMystery201809Notes": "Las últimas flores de los días cálidos de otoño son un recordatorio de la belleza de la estación. No otorga beneficios. Artículo de Suscriptor Septiembre 2018.",
"headMystery201810Text": "Casco del Bosque Oscuro",
"headMystery201810Notes": "If you find yourself traveling through a spooky place, the glowing red eyes of this helm will surely scare away any enemies in your path. Confers no benefit. October 2018 Subscriber Item.",
"headMystery201811Text": "Splendid Sorcerer's Hat",
"headMystery201811Notes": "Wear this feathered hat to stand out at even the fanciest wizardly gatherings! Confers no benefit. November 2018 Subscriber Item.",
"headMystery201810Notes": "SI te encuentras viajando por un lugar tenebroso, los ojos rojos brillantes de este casco seguramente espantarán cualquier enemigo en tu camino. No confiere ningún beneficio. Artículo de Suscriptor de octubre, 2018.",
"headMystery201811Text": "Sombrero del Hechicero Espléndido",
"headMystery201811Notes": "¡Usa este sombrero emplumado para destacar incluso en las reuniones de magos más sofisticadas! No confiere ningún beneficio. Artículo de Suscriptor de noviembre, 2018.",
"headMystery201901Text": "Casco Polaris",
"headMystery201901Notes": "The glowing gems on this helm contain light magically captured from winter auroras. Confers no benefit. January 2019 Subscriber Item.",
"headMystery201901Notes": "La gemas brillantes en este casco contienen luz de las auroras de invierno capturada mágicamente. No confiere ningún beneficio. Artículo de Suscriptor de enero, 2019.",
"headMystery301404Text": "Galera Elegante",
"headMystery301404Notes": "¡Una galera elegante para los señores más sofisticados! Artículo de Suscriptor de Enero 3015. No otorga ningún beneficio.",
"headMystery301405Text": "Galera Básica",
"headMystery301405Notes": "Una galera básica que implora ser emparejada con accesorios elegantes. No otorga ningún beneficio. Artículo de Suscriptor de Mayo 3015.",
"headMystery301703Text": "Sombrero de plumas elegante",
"headMystery301703Notes": "The feathers for this hat were donated by Miss Prue's Finishing School for Fancy Peacocks. Wear them with pride! Confers no benefit. March 3017 Subscriber Item.",
"headMystery301703Notes": "Las plumas para este sombrero fueron donadas por la Escuela para Señoritas Pavo Elegantes de la Señorita Prue. ¡Llévalas con orgullo! No confiere ningún beneficio. Artículo de Suscriptor de marzo, 3017.",
"headMystery301704Text": "Sombrero de Pluma de Faisán",
"headMystery301704Notes": "¿Qué podría ser más placentero que un penacho de un faisán? No otorga beneficios. Artículo de Suscriptor Abril 3017.",
"headArmoireLunarCrownText": "Corona Lunar Relajante",
"headArmoireLunarCrownNotes": "Esta corona refuerza la salud y agudiza los sentidos, especialmente cuando hay luna llena. Incrementa la Constitución por <%= con %> y la Percepción por <%= per %>. Armario Encantado: Conjunto Lunar Relajante (Artículo 1 de 3).",
"headArmoireRedHairbowText": "Lazo Rojo",
"headArmoireRedHairbowNotes": "Become strong, tough, and smart while wearing this beautiful Red Hairbow! Increases Strength by <%= str %>, Constitution by <%= con %>, and Intelligence by <%= int %>. Enchanted Armoire: Red Hairbow Set (Item 1 of 2).",
"headArmoireRedHairbowNotes": "¡Vuélvete fuerte, tenaz y listo mientras usas este hermoso Lazo Rojo! Aumenta la Fuerza en <%= str %>, la Constitución en <%= con %>, y la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Moño Rojo (Artículo 1 de 2).",
"headArmoireVioletFloppyHatText": "Sombrero Flácido Violeta",
"headArmoireVioletFloppyHatNotes": "Se han cosido muchos hechizos en este sombrero simple, dándole un agradable color violeta. Incrementa la Percepción por <%= per %>, la Inteligencia por <%= int %> y la Constitución por <%= con %>. Armario Encantado: Artículo Independiente.",
"headArmoireGladiatorHelmText": "Yelmo de Gladiador",
@@ -1181,7 +1181,7 @@
"headArmoireRancherHatText": "Sombrero Ranchero",
"headArmoireRancherHatNotes": "¡Arrea a tus monturas y reúne a tus mascotas mientras usas este Sombrero Ranchero mágico! Incrementa la Fuerza por <%= str %>, la Percepción por <%= per %> y la Inteligencia por <%= int %>. Armario Encantado: Conjunto Ranchero (Artículo 1 de 3).",
"headArmoireBlueHairbowText": "Lazo Azul",
"headArmoireBlueHairbowNotes": "¡Vuélvete perceptivo, robusto e inteligente mientras usas este hermoso Lazo Azul! Incrementa la Percepción por <%= per %>, la Constitución por <%= con %> y la Inteligencia por <%= int %>. Armario Encantado: Conjunto de Arco de Pelo Azul (Artículo 1 de 2).",
"headArmoireBlueHairbowNotes": "¡Vuélvete perceptivo, tenaz e inteligente mientras usas este hermoso Lazo Azul! Aumenta la Percepción en <%= per %>, la Constitución en <%= con %> y la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Moño Azul (Artículo 1 de 2).",
"headArmoireRoyalCrownText": "Corona Real",
"headArmoireRoyalCrownNotes": "¡Viva el líder, poderoso y fuerte! Incrementa la Fuerza por <%= str %>. Armario Encantado: Conjunto Real (Artículo 1 de 3).",
"headArmoireGoldenLaurelsText": "Laureles Dorados",
@@ -1189,7 +1189,7 @@
"headArmoireHornedIronHelmText": "Yelmo de Hierro con Cuernos",
"headArmoireHornedIronHelmNotes": "Martillado ferozmente a partir de hierro, este casco con cuernos es prácticamente imposible de romper. Incrementa la Constitución por <%= con %> y la Fuerza por <%= str %>. Armario Encantado: Conjunto de Hierro con Cuernos (Artículo 1 de 3).",
"headArmoireYellowHairbowText": "Lazo Amarillo",
"headArmoireYellowHairbowNotes": "Become perceptive, strong, and smart while wearing this beautiful Yellow Hairbow! Increases Perception, Strength, and Intelligence by <%= attrs %> each. Enchanted Armoire: Yellow Hairbow Set (Item 1 of 2).",
"headArmoireYellowHairbowNotes": "¡Vuélvete perceptivo, fuerte y listo mientras usas este hermoso Lazo Amarillo! Aumenta la Percepción, Fuerza e Inteligencia en <%= attrs %> cada uno. Armario Encantado: Conjunto de Moño Amarillo (Artículo 1 de 2).",
"headArmoireRedFloppyHatText": "Sombrero Flácido Rojo",
"headArmoireRedFloppyHatNotes": "Muchos hechizos han sido cosidos en este simple sombrero, dándole un color rojo radiante. Aumenta la Constitución, la Inteligencia y la Percepción en <%= attrs %> cada uno. Armario Encantado: Conjunto de Ropa de Cama Roja (Artículo 1 de 3).",
"headArmoirePlagueDoctorHatText": "Sombrero de Médico de la Peste",
@@ -1222,8 +1222,8 @@
"headArmoireCannoneerBandannaNotes": "¡Es la vida de un cañonero para mí! Aumenta la Inteligencia y la Percepción en <%= attrs %> cada uno. Armario Encantado: Conjunto de Cañonero (Artículo 3 de 3).",
"headArmoireFalconerCapText": "Gorro Halconero",
"headArmoireFalconerCapNotes": "Este alegre sombrero te ayuda a entender mejor a las aves de presa. Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Halconero (Artículo 2 de 3).",
"headArmoireVermilionArcherHelmText": "Casco de Arquero Bermellón",
"headArmoireVermilionArcherHelmNotes": "The magic ruby in this helm will help you aim with laser focus! Increases Perception by <%= per %>. Enchanted Armoire: Vermilion Archer Set (Item 3 of 3).",
"headArmoireVermilionArcherHelmText": "Casco Bermellón de Arquero",
"headArmoireVermilionArcherHelmNotes": "¡El rubí mágico de este casco te ayudará a apuntar con el enfoque láser! Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Arquero Bermellón (Artículo 3 de 3).",
"headArmoireOgreMaskText": "Máscara de ogro",
"headArmoireOgreMaskNotes": "¡Tus enemigos correrán por las colinas cuando vean a un Ogro acercándose! Aumenta la Constitución y la Fuerza en <%= attrs %> cada uno. Armario Encantado: Conjunto de Traje de Ogro (Artículo 1 de 3).",
"headArmoireIronBlueArcherHelmText": "Casco de Arquero de Hierro Azul",
@@ -1231,9 +1231,9 @@
"headArmoireWoodElfHelmText": "Yelmo de Bosque Élfico",
"headArmoireWoodElfHelmNotes": "Este yelmo de hojas puede parecer delicado, pero te protegerá de las inclemencias del tiempo y de peligrosos enemigos. Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Bosque Élfico (Artículo 1 de 3).",
"headArmoireRamHeaddressText": "Tocado de Carnero",
"headArmoireRamHeaddressNotes": "This elaborate helm is fashioned to look like a ram's head. Increases Constitution by <%= con %> and Perception by <%= per %>. Enchanted Armoire: Ram Barbarian Set (Item 1 of 3).",
"headArmoireRamHeaddressNotes": "Este casco elaborado está diseñado para parecerse a la cabeza de un carnero. Aumenta la Constitución en <%= con %> y la Percepción en <%= per %>. Armario Encantado: Conjunto de Carnero Bárbaro (Artículo 1 de 3).",
"headArmoireCrownOfHeartsText": "Corona de Corazones",
"headArmoireCrownOfHeartsNotes": "This rosy red crown isn't just eye-catching! It will also strengthen your heart against tough tasks. Increases Strength by <%= str %>. Enchanted Armoire: Queen of Hearts Set (Item 1 of 3).",
"headArmoireCrownOfHeartsNotes": "¡Esta corona roja rosada no es sólo llamativa! También fortalecerá tu corazón para las tareas difíciles. Aumenta la Fuerza en <%= str %>. Armario Encantando: Conjunto de Reina de Corazones (Artículo 1 de 3).",
"headArmoireMushroomDruidCapText": "Gorra de Druida Champiñón",
"headArmoireMushroomDruidCapNotes": "Cosechado en las profundidades de un bosque nebuloso, esta gorra otorga al portador el conocimiento de las plantas medicinales. Aumenta la Inteligencia en <%= int %> y la Fuerza en <%= str %>. Armario Encantado: Conjunto de Druida Champiñón (Artículo 1 de 3).",
"headArmoireMerchantChaperonText": "Chaperón de Comerciante",
@@ -1243,11 +1243,11 @@
"headArmoireSwanFeatherCrownText": "Corona de Plumas de Cisne",
"headArmoireSwanFeatherCrownNotes": "¡Esta tiara es bonita y ligera como una pluma de cisne! Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Cisne Bailarín (Artículo 1 de 3).",
"headArmoireAntiProcrastinationHelmText": "Casco Anti-Procrastinación",
"headArmoireAntiProcrastinationHelmNotes": "This mighty steel helm will help you win the fight to be healthy, happy, and productive! Increases Perception by <%= per %>. Enchanted Armoire: Anti-Procrastination Set (Item 1 of 3).",
"headArmoireAntiProcrastinationHelmNotes": "¡Este poderoso casco de acero te ayudará a ganar la lucha para estar sano, ser feliz y productivo! Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Anti-Procrastinación (Artículo 1 de 3).",
"headArmoireCandlestickMakerHatText": "Sombrero de Fabricante de Candelabros",
"headArmoireCandlestickMakerHatNotes": "A jaunty hat makes every job more fun, and candlemaking is no exception! Increases Perception and Intelligence by <%= attrs %> each. Enchanted Armoire: Candlestick Maker Set (Item 2 of 3).",
"headArmoireCandlestickMakerHatNotes": "Un sombrero alegre hace cada trabajo más divertido, ¡Y la fabricación de candelabros no es una excepción! Aumenta la Percepción y la Inteligencia en <%= attrs %> cada uno. Armario Encantado: Conjunto de Fabricante de Candelabros (Artículo 2 de 3).",
"headArmoireLamplightersTopHatText": "Sombrero de Copa de Farolero",
"headArmoireLamplightersTopHatNotes": "This jaunty black hat completes your lamp-lighting ensemble! Increases Constitution by <%= con %>. Enchanted Armoire: Lamplighter's Set (Item 3 of 4).",
"headArmoireLamplightersTopHatNotes": "¡Este alegre sombrero negro completa tu conjunto de iluminación! Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Farolero (Artículo 3 de 4).",
"headArmoireCoachDriversHatText": "Sombrero de Conductor de Carruaje",
"headArmoireCoachDriversHatNotes": "Este sombrero es elegante, pero no tanto como un sombrero de copa. ¡Asegúrate de no perderlo mientras conduces a toda velocidad por la tierra! Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Conductor de Carruaje (Artículo 2 de 3).",
"headArmoireCrownOfDiamondsText": "Corona de diamantes",
@@ -1261,13 +1261,13 @@
"headArmoireBigWigText": "Peluca Grande",
"headArmoireBigWigNotes": "Algunas pelucas empolvadas son para parecer más autoritarias, ¡Pero ésta es sólo para reírse! Aumenta la Fuerza en <%= str %>. Armario Encantado: Artículo Independiente.",
"headArmoireGlassblowersHatText": "Sombrero de Soplador de Vidrio",
"headArmoireGlassblowersHatNotes": "This hat mainly just looks good with your other protective glassblowing gear! Increases Perception by <%= per %>. Enchanted Armoire: Glassblower Set (Item 3 of 4).",
"headArmoireGlassblowersHatNotes": "¡Este sombrero se ve bien con tu otro equipo de protección para soplar vidrio! Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Soplador de Vidrio (Artículo 3 de 4).",
"headArmoirePiraticalPrincessHeaddressText": "Tocado de Princesa PIratesca",
"headArmoirePiraticalPrincessHeaddressNotes": "¡Los bucaneros de lujo son conocidos por sus elegantes tocados! Aumenta la Percepción y la Inteligencia en <%= attrs %> cada uno. Armario encantado: Conjunto de Princesa Piratesca (Artículo 1 de 4).",
"headArmoireJeweledArcherHelmText": "Casco de Arquero Enjoyado",
"headArmoireJeweledArcherHelmNotes": "This helm may look ornate, but it's also exceedingly light and strong. Increases Intelligence by <%= int %>. Enchanted Armoire: Jeweled Archer Set (Item 1 of 3).",
"headArmoireJeweledArcherHelmNotes": "Este casco puede parecer adornado, pero también es extremadamente ligero y fuerte. Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Arquero Enjoyado (Artículo 1 de 3).",
"headArmoireVeilOfSpadesText": "Velo de Picas",
"headArmoireVeilOfSpadesNotes": "A shadowy and mysterious veil that will boost your stealth. Increases Perception by <%= per %>. Enchanted Armoire: Ace of Spades Set (Item 1 of 3).",
"headArmoireVeilOfSpadesNotes": "Un velo sombrío y misterioso que aumentará tu sigilo. Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de As de Picas (Artículo 1 de 3).",
"offhand": "artículo de mano secundaria",
"offhandCapitalized": "Artículo de Mano Secundaria",
"shieldBase0Text": "Equipamiento sin Mano Secundaria",
@@ -1302,12 +1302,12 @@
"shieldSpecialGoldenknightNotes": "Multitudes, monstruos, malestar: ¡manejados! ¡Machácalos! Incrementa la Constitución y la Percepción por <%= attrs %> cada una.",
"shieldSpecialMoonpearlShieldText": "Escudo de Perla Lunar",
"shieldSpecialMoonpearlShieldNotes": "Diseñado para nadar rápidamente, y también un poco para la defensa. Incrementa la Constitución por <%= con %>.",
"shieldSpecialMammothRiderHornText": "Cuerno de Jjinete de Mamut",
"shieldSpecialMammothRiderHornNotes": "One blow on this mighty rose quartz horn and you'll summon powerful magical forces. Increases Strength by <%= str %>.",
"shieldSpecialMammothRiderHornText": "Cuerno de Jinete de Mamut",
"shieldSpecialMammothRiderHornNotes": "Un golpe con este poderoso cuerno de cuarzo rosa e invocarás poderosas fuerzas mágicas. Aumenta la Fuerza en <%= str %>.",
"shieldSpecialDiamondStaveText": "Duela de diamante",
"shieldSpecialDiamondStaveNotes": "Este valioso bastón tiene poderes místicos. Aumenta la Inteligencia en <%= int %>.",
"shieldSpecialRoguishRainbowMessageText": "Mensaje Arcoiris picaresco",
"shieldSpecialRoguishRainbowMessageNotes": "This sparkly envelope contains messages of encouragement from Habiticans, and a touch of magic to help speed your deliveries! Increases Intelligence by <%= int %>.",
"shieldSpecialRoguishRainbowMessageNotes": "Este brillante sobre contiene mensajes de aliento de los Habiticanos, ¡Y un toque de magia para ayudar a acelerar tus entregas! Aumenta la Inteligencia en <%= int %>.",
"shieldSpecialLootBagText": "Saco para botín",
"shieldSpecialLootBagNotes": "¡Este saco es perfecto para guardar todo lo que le robas en secreto a las tareas! Aumenta la fuerza en <%= str %>.",
"shieldSpecialWintryMirrorText": "Espejo invernal",
@@ -1377,13 +1377,13 @@
"shieldSpecialSummer2016WarriorText": "Diente de Tiburon",
"shieldSpecialSummer2016WarriorNotes": "¡Muerde esas duras tareas con este escudo dientudo! Incrementa la Constitución por <%= con %>. Equipamiento de edición limitada Verano de 2016.",
"shieldSpecialSummer2016HealerText": "Escudo Estrella de Mar",
"shieldSpecialSummer2016HealerNotes": "Sometimes mistakenly called a Starfish Shield. Increases Constitution by <%= con %>. Limited Edition 2016 Summer Gear.",
"shieldSpecialSummer2016HealerNotes": "A veces erróneamente llamado Escudo del Pez Estrellado. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Verano 2016.",
"shieldSpecialFall2016RogueText": "Daga de mordida de araña",
"shieldSpecialFall2016RogueNotes": "Feel the sting of the spider's bite! Increases Strength by <%= str %>. Limited Edition 2016 Autumn Gear.",
"shieldSpecialFall2016WarriorText": "Raíces defensivas",
"shieldSpecialFall2016WarriorNotes": "Defend against Dailies with these writhing roots! Increases Constitution by <%= con %>. Limited Edition 2016 Autumn Gear.",
"shieldSpecialFall2016WarriorNotes": "¡Defiéndete de las Tareas Diarias con estas raíces retorcidas! Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Otoño 2016.",
"shieldSpecialFall2016HealerText": "Escudo de Gorgona",
"shieldSpecialFall2016HealerNotes": "Don't admire your own reflection in this. Increases Constitution by <%= con %>. Limited Edition 2016 Autumn Gear.",
"shieldSpecialFall2016HealerNotes": "No admires tu propio reflejo con esto. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Otoño 2016.",
"shieldSpecialWinter2017RogueText": "Hacha de Hielo",
"shieldSpecialWinter2017RogueNotes": "This axe is great for attack, defense, and ice-climbing! Increases Strength by <%= str %>. Limited Edition 2016-2017 Winter Gear.",
"shieldSpecialWinter2017WarriorText": "Escudo de Disco",
@@ -1393,9 +1393,9 @@
"shieldSpecialSpring2017RogueText": "Katanahoria",
"shieldSpecialSpring2017RogueNotes": "These blades will make quick work of tasks, but also are handy for slicing vegetables! Yum! Increases Strength by <%= str %>. Limited Edition 2017 Spring Gear.",
"shieldSpecialSpring2017WarriorText": "Escudo de Hilo",
"shieldSpecialSpring2017WarriorNotes": "Every fiber of this shield is woven with protective spells! Try not to play with it (too much). Increases Constitution by <%= con %>. Limited Edition 2017 Spring Gear.",
"shieldSpecialSpring2017HealerText": "Basket Shield",
"shieldSpecialSpring2017HealerNotes": "Protective and also handy for holding your many healing herbs and accoutrements. Increases Constitution by <%= con %>. Limited Edition 2017 Spring Gear.",
"shieldSpecialSpring2017WarriorNotes": "¡Cada fibra de este escudo está tejida con hechizos protectores! Intenta no jugar con él (demasiado). Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Primavera 2017.",
"shieldSpecialSpring2017HealerText": "Escudo de Canasta",
"shieldSpecialSpring2017HealerNotes": "Protector y también práctico para sostener tus muchas hierbas curativas y accesorios. Aumenta la Constitución en <%= con %> Equipamiento de Edición Limitada Primavera 2017.",
"shieldSpecialSummer2017RogueText": "Aleta de dragón marino",
"shieldSpecialSummer2017RogueNotes": "The edges of these fins are razor-sharp. Increases Strength by <%= str %>. Limited Edition 2017 Summer Gear.",
"shieldSpecialSummer2017WarriorText": "Escudo de Vieiras",
@@ -1405,43 +1405,43 @@
"shieldSpecialFall2017RogueText": "Candied Apple Mace",
"shieldSpecialFall2017RogueNotes": "Defeat your foes with sweetness! Increases Strength by <%= str %>. Limited Edition 2017 Autumn Gear.",
"shieldSpecialFall2017WarriorText": "Escudo de Caramelo de Maíz",
"shieldSpecialFall2017WarriorNotes": "This candy shield has mighty protective powers, so try not to nibble on it! Increases Constitution by <%= con %>. Limited Edition 2017 Autumn Gear.",
"shieldSpecialFall2017WarriorNotes": "Este escudo de caramelo tiene poderosos poderes protectores, ¡Así que trata de no mordisquearlo! Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Otoño 2017.",
"shieldSpecialFall2017HealerText": "Orbe Embrujado",
"shieldSpecialFall2017HealerNotes": "This orb occasionally screeches. We're sorry, we're not sure why. But it sure looks nifty! Increases Constitution by <%= con %>. Limited Edition 2017 Autumn Gear.",
"shieldSpecialFall2017HealerNotes": "Este orbe ocasionalmente chilla. Lo sentimos, no estamos seguros de por qué. ¡Pero se ve estupendamente genial! Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Otoño 2017.",
"shieldSpecialWinter2018RogueText": "Peppermint Hook",
"shieldSpecialWinter2018RogueNotes": "Perfect for climbing walls or distracting your foes with sweet, sweet candy. Increases Strength by <%= str %>. Limited Edition 2017-2018 Winter Gear.",
"shieldSpecialWinter2018WarriorText": "Bolsa de regalo mágica",
"shieldSpecialWinter2018WarriorNotes": "Just about any useful thing you need can be found in this sack, if you know the right magic words to whisper. Increases Constitution by <%= con %>. Limited Edition 2017-2018 Winter Gear.",
"shieldSpecialWinter2018HealerText": "Campana de muérdago",
"shieldSpecialWinter2018HealerNotes": "What's that sound? The sound of warmth and cheer for all to hear! Increases Constitution by <%= con %>. Limited Edition 2017-2018 Winter Gear.",
"shieldSpecialWinter2018WarriorText": "Bolsa de Regalo Mágica",
"shieldSpecialWinter2018WarriorNotes": "Cualquier cosa útil que necesites puede ser encontrada en este saco, si sabes las palabras mágicas correctas para susurrar. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Invierno 2017-2018.",
"shieldSpecialWinter2018HealerText": "Campana de Muérdago",
"shieldSpecialWinter2018HealerNotes": "¿Qué es ese sonido? ¡El sonido de la calidez y la alegría para que todos lo oigan! Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Invierno 2017-2018.",
"shieldSpecialSpring2018WarriorText": "Escudo de la Mañana",
"shieldSpecialSpring2018WarriorNotes": "Este robusto escudo brilla con la gloria de la primera luz. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Primavera 2018.",
"shieldSpecialSpring2018HealerText": "Escudo de Granate",
"shieldSpecialSpring2018HealerNotes": "A pesar de su apariencia elegante, ¡este escudo de granate es bastante duradero! Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Primavera 2018.",
"shieldSpecialSummer2018WarriorText": "Escudo de Calavera Beta",
"shieldSpecialSummer2018WarriorNotes": "Fashioned from stone, this fearsome skull-styled shield strikes fear into fish foes while rallying your Skeleton pets and mounts. Increases Constitution by <%= con %>. Limited Edition 2018 Summer Gear.",
"shieldSpecialSummer2018WarriorNotes": "Fabricado en piedra, este temible escudo con forma de calavera infunde miedo a los enemigos de los peces mientras reúne a tus mascotas y monturas esqueléticas. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Verano 2018.",
"shieldSpecialSummer2018HealerText": "Emblema de Sirena Monarca",
"shieldSpecialSummer2018HealerNotes": "This shield can produce a dome of air for the benefit of land-dwelling visitors to your watery realm. Increases Constitution by <%= con %>. Limited Edition 2018 Summer Gear.",
"shieldSpecialSummer2018HealerNotes": "Este escudo puede producir una cúpula de aire para el beneficio de los visitantes terrestres de tu reino acuático. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Verano 2018.",
"shieldSpecialFall2018RogueText": "Vial de Tentación",
"shieldSpecialFall2018RogueNotes": "This bottle represents all the distractions and troubles that keep you from being your best self. Resist! We're cheering for you! Increases Strength by <%= str %>. Limited Edition 2018 Autumn Gear.",
"shieldSpecialFall2018RogueNotes": "Esta botella representa todas las distracciones y problemas que te impiden ser tu mejor yo. ¡Resiste! ¡Te estamos animando! Aumenta la Fuerza en <%= str %>. Equipamiento de Edición Limitada Otoño 2018.",
"shieldSpecialFall2018WarriorText": "Escudo Brillante",
"shieldSpecialFall2018WarriorNotes": "Super shiny to dissuade any troublesome Gorgons from playing peek-a-boo around the corners! Increases Constitution by <%= con %>. Limited Edition 2018 Autumn Gear.",
"shieldSpecialFall2018WarriorNotes": "¡Súper brillante para disuadir a cualquier Gorgona problemática de jugar al escondite alrededor de las esquinas! Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Otoño 2018.",
"shieldSpecialFall2018HealerText": "Escudo Hambriento",
"shieldSpecialFall2018HealerNotes": "With its wide-open maw, this shield will absorb all your enemies' blows. Increases Constitution by <%= con %>. Limited Edition 2018 Autumn Gear.",
"shieldSpecialFall2018HealerNotes": "Con su boca abierta, este escudo absorberá todos los golpes de tus enemigos. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Otoño 2018.",
"shieldSpecialWinter2019WarriorText": "Escudo Congelado",
"shieldSpecialWinter2019WarriorNotes": "This shield was fashioned using the thickest sheets of ice from the oldest glacier in the Stoïkalm Steppes. Increases Constitution by <%= con %>. Limited Edition 2018-2019 Winter Gear.",
"shieldSpecialWinter2019WarriorNotes": "Este escudo se formó usando las capas de hielo más gruesas del glaciar más antiguo de las estepas de Stoïkalm. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"shieldSpecialWinter2019HealerText": "Cristales de Hielo Encantados",
"shieldSpecialWinter2019HealerNotes": "Thin ice may break, but these perfect crystals will turn back any blow before it lands. Increases Constitution by <%= con %>. Limited Edition 2018-2019 Winter Gear.",
"shieldSpecialWinter2019HealerNotes": "El hielo delgado puede romperse, pero estos cristales perfectos harán retroceder cualquier golpe antes de que se efectúe. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Invierno 2018-2019.",
"shieldMystery201601Text": "Destructora de Resoluciones",
"shieldMystery201601Notes": "Esta espada se puede usar para desviar a todas las distracciones. No otorga ningún beneficio. Artículo de Suscriptor de Enero 2016.",
"shieldMystery201701Text": "Escudo congela tiempo",
"shieldMystery201701Notes": "Freeze time in its tracks and conquer your tasks! Confers no benefit. January 2017 Subscriber Item.",
"shieldMystery201708Text": "Escudo de lava",
"shieldMystery201708Notes": "This rugged shield of molten rock protects you from bad Habits but won't singe your hands. Confers no benefit. August 2017 Subscriber Item.",
"shieldMystery201701Text": "Escudo Congela Tiempo",
"shieldMystery201701Notes": "¡Congela el tiempo en su camino y conquista tus tareas! No otorga beneficios. Artículo de Suscriptor Enero 2017.",
"shieldMystery201708Text": "Escudo de Lava",
"shieldMystery201708Notes": "Este robusto escudo de roca fundida te protege de los malos hábitos pero no te chamusca las manos. No otorga beneficios. Artículo de Suscriptor Agosto 2017.",
"shieldMystery201709Text": "Manual de Hechicería",
"shieldMystery201709Notes": "This book will guide you through your forays into sorcery. Confers no benefit. September 2017 Subscriber Item.",
"shieldMystery201709Notes": "Este libro te guiará a través de tus incursiones en la brujería. No otorga beneficios. Artículo de Suscriptor Septiembre 2017.",
"shieldMystery201802Text": "Escudo de Insecto del Amor",
"shieldMystery201802Notes": "Although it may look like brittle candy, this shield is resistant to even the strongest Shattering Heartbreak attacks! Confers no benefit. February 2018 Subscriber Item.",
"shieldMystery201802Notes": "Aunque parezca un caramelo quebradizo, ¡este escudo es resistente incluso a los ataques más fuertes de los Desamores Devastadores! No otorga beneficios. Artículo de Suscriptor Febrero 2018.",
"shieldMystery301405Text": "Escudo de Reloj",
"shieldMystery301405Notes": "¡El tiempo está de tu lado con este imponente escudo reloj! No otorga ningún beneficio. Artículo de Suscriptor de Junio 3015.",
"shieldMystery301704Text": "Abanico de Aleteo",
@@ -1456,14 +1456,14 @@
"shieldArmoireDragonTamerShieldNotes": "Distrae a tus enemigos con este escudo con forma de dragón. Incrementa la Percepción por <%= per %>. Armario Encantado: Conjunto de Domador de Dragones (Artículo 2 de 3).",
"shieldArmoireMysticLampText": "Lámpara Mística",
"shieldArmoireMysticLampNotes": "¡Ilumina las cuevas más oscuras con esta lámpara mística! Incrementa la Percepción por <%= per %>. Armario Encantado: Artículo Independiente.",
"shieldArmoireFloralBouquetText": "Arreglo de flores",
"shieldArmoireFloralBouquetNotes": "No de mucha ayuda en batalla, pero, ¿No son hermosos? Incrementa la Constitución en <%= con %>. Armario Encantado: Objeto Independiente.",
"shieldArmoireSandyBucketText": "Cubeta arenosa",
"shieldArmoireSandyBucketNotes": "Good for storing all that Gold that you'll earn from completing tasks! Increases Perception by <%= per %>. Enchanted Armoire: Seaside Set (Item 3 of 3).",
"shieldArmoireFloralBouquetText": "Arreglo de Flores",
"shieldArmoireFloralBouquetNotes": "No es de mucha ayuda en batalla, pero, ¿No son hermosas? Aumenta la Constitución en <%= con %>. Armario Encantado: Artículo Independiente.",
"shieldArmoireSandyBucketText": "Cubeta Arenosa",
"shieldArmoireSandyBucketNotes": "¡Bueno para almacenar todo ese Oro que ganarás completando tareas! Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto Costero (Artículo 3 de 3).",
"shieldArmoirePerchingFalconText": "Halcón Posado",
"shieldArmoirePerchingFalconNotes": "Un Halcón amigo se posa en tu brazo, preparado para arremeter contra tus enemigos. Incrementa la Fuerza en <%= str %>. Armario Encantado: Conjunto de Halconero (Artículo 3 de 3).",
"shieldArmoireRamHornShieldText": "Escudo de Cuerno de Carnero",
"shieldArmoireRamHornShieldNotes": "Ram this shield into opposing Dailies! Increases Constitution and Strength by <%= attrs %> each. Enchanted Armoire: Ram Barbarian Set (Item 3 of 3).",
"shieldArmoireRamHornShieldNotes": "¡Embiste este escudo contra las Tareas Diarias! Aumenta la Constitución y Fuerza en <%= attrs %> cada uno. Armario Encantado: Conjunto de Carnero Bárbaro (Artículo 3 de 3).",
"shieldArmoireRedRoseText": "Rosa Roja",
"shieldArmoireRedRoseNotes": "Esta rosa de color rojo profundo huele encantadoramente. También agudizará tu comprensión. Aumenta la Percepción en <%= per %>. Armario Encantado: Artículo Independiente.",
"shieldArmoireMushroomDruidShieldText": "Escudo de Druida Champiñón",
@@ -1477,12 +1477,12 @@
"shieldArmoireGoldenBatonText": "Bastón de Oro",
"shieldArmoireGoldenBatonNotes": "Cuando danzas en la batalla agitando este bastón al ritmo, ¡eres imparable! Aumenta la Inteligencia y la Fuerza en <%= attrs %> cada uno. Armario Encantado: Artículo Independiente.",
"shieldArmoireAntiProcrastinationShieldText": "Escudo Anti-Procrastinación",
"shieldArmoireAntiProcrastinationShieldNotes": "This strong steel shield will help you block distractions when they approach! Increases Constitution by <%= con %>. Enchanted Armoire: Anti-Procrastination Set (Item 3 of 3).",
"shieldArmoireAntiProcrastinationShieldNotes": "¡Este fuerte escudo de acero te ayudará a bloquear las distracciones cuando se acerquen! Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Anti-Procrastinación (Artículo 3 de 3).",
"shieldArmoireHorseshoeText": "Herradura",
"shieldArmoireHorseshoeNotes": "Ayuda a proteger los pies de tus monturas con este zapato de hierro. Aumenta la Constitución, la Percepción y la Fuerza de cada uno por <%= attrs %>. Armario Encantado: Conjunto de Herrador (artículo 3 de 3).",
"shieldArmoireHandmadeCandlestickText": "Candelero hecho a mano",
"shieldArmoireHandmadeCandlestickNotes": Sus productos de cera fina proporcionan luz y calidez a los Habiticanos agradecidos! Aumenta la fuerza en <%= str %>. Armario Encantado: Conjunto del fabricante de candeleros (Artículo 3 de 3).",
"shieldArmoireWeaversShuttleText": "Lanzadera de tejedor",
"shieldArmoireHandmadeCandlestickText": "Candelero Hecho a Mano",
"shieldArmoireHandmadeCandlestickNotes": Tus productos de cera fina proporcionan luz y calidez a los Habiticanos agradecidos! Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto de Fabricante de Candelabros (Artículo 3 de 3).",
"shieldArmoireWeaversShuttleText": "Lanzadera de Tejedor",
"shieldArmoireWeaversShuttleNotes": "¡Esta herramienta pasa su hilo de trama a través de la urdimbre para hacer tela! Aumenta la inteligencia por<%= int %> y la percepción por<%= per %>. Armario Encantado: Conjunto del tejedor (Artículo 3 de 3).",
"shieldArmoireShieldOfDiamondsText": "Escudo de Diamantes",
"shieldArmoireShieldOfDiamondsNotes": "Este escudo radiante no sólo proporciona protección, ¡Te da el poder de resistencia! Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto del Rey de Diamantes (Artículo 4 de 4).",
@@ -1491,7 +1491,7 @@
"shieldArmoireFancyShoeText": "Zapato de Lujo",
"shieldArmoireFancyShoeNotes": "Un zapato muy especial en el que estás trabajando. ¡Es apto para la realeza! Aumenta la Inteligencia y la Percepción en <%= attrs %> cada uno. Armario Encantado: Conjunto de Zapatero (Artículo 3 de 3).",
"shieldArmoireFancyBlownGlassVaseText": "Jarrón de Vidrio Soplado de Lujo",
"shieldArmoireFancyBlownGlassVaseNotes": "What a fancy vase you've made! What will you put inside? Increases Intelligence by <%= int %>. Enchanted Armoire: Glassblower Set (Item 4 of 4).",
"shieldArmoireFancyBlownGlassVaseNotes": "¡Qué jarrón tan elegante has hecho! ¿Qué vas a poner dentro? Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Soplador de Vidrio (Artículo 4 de 4).",
"shieldArmoirePiraticalSkullShieldText": "Escudo de Cráneo Piratesco",
"shieldArmoirePiraticalSkullShieldNotes": "Este escudo encantado susurrará las ubicaciones secretas de los tesoros de tus enemigos- ¡Escucha atentamente! Aumenta la Percepción y la Inteligencia en <%= attrs %> cada uno. Armario encantado: Conjunto de Princesa Piratesca (Artículo 4 de 4).",
"shieldArmoireUnfinishedTomeText": "Tomo Inacabado",
@@ -1503,7 +1503,7 @@
"shieldArmoireSoftGreenPillowText": "Almohada Suave Verde",
"shieldArmoireSoftGreenPillowNotes": "El guerrero práctico lleva una almohada para cualquier expedición. Evita esas molestas tareas... incluso mientras duermes. Aumenta la Constitución en <%= con %> y la Inteligencia en <%= int %>. Armario encantado: Conjunto de Ropa de Cama Verde (Artículo 3 de 3).",
"shieldArmoireMightyQuillText": "Pluma Poderosa",
"shieldArmoireMightyQuillNotes": "Mightier than the sword, they say! Increases Perception by <%= per %>. Enchanted Armoire: Scribe Set (Item 2 of 3).",
"shieldArmoireMightyQuillNotes": "¡Más poderoso que la espada, ellos dicen! Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Escribano (Artículo 2 de 3).",
"back": "Accesorio para espalda",
"backCapitalized": "Accesorio de la Espalda",
"backBase0Text": "Sin accesorio para espalda",
@@ -1535,14 +1535,14 @@
"backMystery201709Notes": "Aprender magia requiere mucha lectura, ¡pero seguro que disfrutarás de tus estudios! No confiere ningún beneficio. Artículo del suscriptor de septiembre de 2017.",
"backMystery201801Text": "Alas del Duende de Escarcha",
"backMystery201801Notes": "¡Pueden verse tan delicados como los copos de nieve, pero estas alas encantadas pueden llevarte a donde quieras! No confiere ningún beneficio. Artículo del suscriptor de enero de 2018.",
"backMystery201803Text": "Daring Dragonfly Wings",
"backMystery201803Notes": "These bright and shiny wings will carry you through soft spring breezes and across lily ponds with ease. Confers no benefit. March 2018 Subscriber Item.",
"backMystery201803Text": "Alas de Libélula Atrevida",
"backMystery201803Notes": "Estas brillantes y luminosas alas te llevarán a través de las suaves brisas primaverales y estanques de lirios con facilidad. No otorga beneficios. Artículo de Suscriptor Marzo 2018.",
"backMystery201804Text": "Cola de Ardilla",
"backMystery201804Notes": "Sure, it helps you balance while you jump on branches, but the most important thing is MAXIMUM FLUFF. Confers no benefit. April 2018 Subscriber Item.",
"backMystery201804Notes": "Por supuesto, te ayuda a equilibrarte mientras saltas en las ramas, pero lo más importante es la MÁXIMA PELUSA. No otorga beneficios. Artículo de Suscriptor Abril 2018.",
"backMystery201812Text": "Cola de Zorro Ártico",
"backMystery201812Notes": "Your luxurious tail shimmers like an icicle, bobbing happily as you pad softly over the snowdrifts. Confers no benefit. December 2018 Subscriber Item.",
"backMystery201812Notes": "Tu lujosa cola brilla como un carámbano, moviéndose alegremente mientras cobijas suavemente las ventiscas. No otorga beneficios. Artículo de Suscriptor Diciembre 2018.",
"backMystery201805Text": "Cola del Pavo Real Fenomenal",
"backMystery201805Notes": "This gorgeous feathery tail is perfect for a strut down a lovely garden path! Confers no benefit. May 2018 Subscriber Item.",
"backMystery201805Notes": "¡Esta hermosa cola de plumas es perfecta para pavonearse por una encantadora senda de jardín! No otorga beneficios. Artículo de Suscriptor 2018.",
"backSpecialWonderconRedText": "Capa Poderosa",
"backSpecialWonderconRedNotes": "Ondea sibilante con fuerza y belleza. No otorga ningún beneficio. Artículo de Convención de Edición Especial.",
"backSpecialWonderconBlackText": "Capa Furtiva",
@@ -1608,9 +1608,9 @@
"bodyMystery201711Text": "Bufanda de Jinete de Alfombra",
"bodyMystery201711Notes": "Esta bufanda de punto suave se ve bastante majestuosa soplando en el viento. No confiere ningún beneficio. Elemento del suscriptor de noviembre de 2017.",
"bodyMystery201901Text": "Espaldares Polaris",
"bodyMystery201901Notes": "These shimmering pauldrons are strong, but will rest on your shoulders as weightlessly as a ray of dancing light. Confers no benefit. January 2019 Subscriber Item.",
"bodyArmoireCozyScarfText": "bufanda acogedora",
"bodyArmoireCozyScarfNotes": "This fine scarf will keep you warm as you go about your wintry business. Increases Constitution and Perception by <%= attrs %> each. Enchanted Armoire: Lamplighter's Set (Item 4 of 4).",
"bodyMystery201901Notes": "Estas relucientes hombreras son fuertes, pero descansarán sobre tus hombros tan ingrávidos como un rayo de luz danzante. No otorga beneficios. Artículo de Suscriptor Enero 2019.",
"bodyArmoireCozyScarfText": "Bufanda Acogedora",
"bodyArmoireCozyScarfNotes": "Esta fina bufanda te mantendrá caliente mientras te dedicas a tus negocios de invierno. Aumenta la Constitución y la Percepción en <%= attrs %> cada uno. Armario Encantado: Conjunto de Farolero (Artículo 4 de 4).",
"headAccessory": "Accesorio para la cabeza",
"headAccessoryCapitalized": "Accesorio de Cabeza",
"accessories": "Accesorios",
@@ -1692,9 +1692,9 @@
"headAccessoryMystery201801Text": "Astas del Duende de Escarcha",
"headAccessoryMystery201801Notes": "Estas cornamentas heladas brillan con el resplandor de las auroras de invierno. No confiere ningún beneficio. Artículo del suscriptor de enero de 2018.",
"headAccessoryMystery201804Text": "Orejas de Ardilla",
"headAccessoryMystery201804Notes": "These fuzzy sound-catchers will ensure you never miss the rustle of a leaf or the sound of an acorn falling! Confers no benefit. April 2018 Subscriber Item.",
"headAccessoryMystery201804Notes": "¡Estos atrapa-sonidos peludos te asegurarán de que nunca pierdas el crujido de una hoja o el sonido de una nuez cayendo! No otorga beneficios. Artículo de Suscriptor Abril 2018.",
"headAccessoryMystery201812Text": "Orejas de Zorro Ártico",
"headAccessoryMystery201812Notes": "You hear the subtle sound of snowflakes falling upon the landscape. Confers no benefit. December 2018 Subscriber Item.",
"headAccessoryMystery201812Notes": "Escuchas el sutil sonido de los copos de nieve que caen sobre el paisaje. No otorga beneficios. Artículo de Suscriptor Diciembre 2018.",
"headAccessoryMystery301405Text": "Gafas para la Cabeza",
"headAccessoryMystery301405Notes": "\"Las gafas son para tus ojos\", dijeron. \"Nadie quiere gafas que sólo se puedan usar sobre la cabeza\", dijeron. ¡Ja! ¡Claramente les demostraste que estaban equivocados! No otorgan ningún beneficio. Artículo de Suscriptor de Agosto 3015.",
"headAccessoryArmoireComicalArrowText": "Flecha Cómica",
@@ -1745,8 +1745,8 @@
"eyewearMystery301703Notes": "Perfecta para un baile de máscaras o para moverse en secreto en una multitud muy bien vestida. No otorga ningún beneficio. Artículo de suscriptor de marzo 3017.",
"eyewearArmoirePlagueDoctorMaskText": "Máscara de Médico de la Peste",
"eyewearArmoirePlagueDoctorMaskNotes": "Una máscara auténtica usada por los médicos que luchan contra la Peste de la Procrastinación. Aumenta Constitución e Inteligencia por <%= attrs %> cada uno. Armario Encantado: Conjunto de Médico de la Peste (Artículo 2 de 3).",
"eyewearArmoireGoofyGlassesText": "Lentes disparatados",
"eyewearArmoireGoofyGlassesNotes": "Perfect for going incognito or just making your partymates giggle. Increases Perception by <%= per %>. Enchanted Armoire: Independent Item.",
"eyewearArmoireGoofyGlassesText": "Lentes Disparatados",
"eyewearArmoireGoofyGlassesNotes": "Perfecto para ir de incógnito o sólo para hacer reír a tus compañeros de fiesta. Aumenta la Percepción en <%= per %>. Armario Encantado: Artículo Independiente.",
"twoHandedItem": "Arma de dos manos.",
"weaponSpecialSpring2019WarriorText": "Espada de Tallo",
"weaponSpecialSpring2019RogueText": "Rayo",
@@ -2227,5 +2227,11 @@
"shieldSpecialSummer2020HealerNotes": "Como la moción de la arena y el agua convierte la basura en un tesoro, entonces tu magia convertirá las heridas en fuerza. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Verano 2020.",
"shieldSpecialSummer2020WarriorNotes": "¡Este pez que atrapaste una vez era TAN GRANDE, que una sola escama era suficiente para hacer un poderoso escudo! ¡Historia real! Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada Verano 2020.",
"headArmoireBoaterHatNotes": "¡Este sombrero de paja es dulce como la miel! Aumenta la Fuerza, la Constitución y la Percepción en <%= attrs %> cada uno. Armario Encantado: Conjunto de Barquero (Artículo 2 de 3).",
"armorMystery201903Text": "Armadura de Egg-lebración"
"armorMystery201903Text": "Armadura de Egg-lebración",
"headArmoireNightcapText": "Gorra de Dormir",
"headArmoireNightcapNotes": "¡Tu nuevo gorro de dormir incluso tiene un bonito pompón saltarín! Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Bata (Artículo 2 de 3).",
"armorArmoireDressingGownNotes": "Relájate con estilo con esta hermosa y tradicional bata de vestir. Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Bata (Artículo 1 de 3).",
"armorArmoireDressingGownText": "Bata Cómoda de Vestir",
"weaponArmoireEveningTeaNotes": "Esta panacea te ayudará a relajarte para que esas tareas grandes no parezcan tan amenazantes. Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Bata (Artículo 3 de 3).",
"weaponArmoireEveningTeaText": "Taza de Té"
}
+6 -6
View File
@@ -100,11 +100,11 @@
"achievementDysheartener": "Salvador de los Destrozados",
"achievementDysheartenerText": "¡Ayudó a derrotar al Descorazonador durante el Evento de San Valentin del 2018!",
"cards": "Tarjetas",
"sentCardToUser": "Enviaste una carta a <%= profileName %>",
"cardReceived": "Has recibido una <span class=\"notification-bold-blue\"><%= card %></span>",
"greetingCard": "Tarjeta de Felicitación",
"sentCardToUser": "Enviaste una tarjeta a <%= profileName %>",
"cardReceived": "Recibiste una <span class=\"notification-bold-blue\"><%= card %></span>",
"greetingCard": "Tarjeta de Saludo",
"greetingCardExplanation": "¡Ambos reciben el logro Alegre Amigo!",
"greetingCardNotes": "Enviar una Tarjeta de Felicitación a un compañero de equipo.",
"greetingCardNotes": "Enviar una tarjeta de saludo a un compañero de equipo.",
"greeting0": "¡Hola!",
"greeting1": "Sólo quería decirte hola :)",
"greeting2": "`te saluda frenéticamente`",
@@ -126,9 +126,9 @@
"birthday0": "¡Que los cumplas feliz!",
"birthdayCardAchievementTitle": "Cumpleaños Complaciente",
"birthdayCardAchievementText": "¡Por muchos más! Enviaste o recibiste <%= count %> tarjetas de cumpleaños.",
"congratsCard": "Tarjeta de felicitación",
"congratsCard": "Tarjeta de Felicitación",
"congratsCardExplanation": "¡Ambos recibieron el logro de Compañero Felicitador!",
"congratsCardNotes": "Envía una Tarjeta de felicitación a un compañero de equipo.",
"congratsCardNotes": "Envía una Tarjeta de Felicitaciones a un compañero de equipo.",
"congrats0": "¡Felicitaciones por tus logros!",
"congrats1": "¡Estoy orgulloso/a de ti!",
"congrats2": "¡Bien hecho!",
+1 -1
View File
@@ -94,7 +94,7 @@
"classGearText": "¡Felicitaciones por haber escogido una clase! He añadido tu nueva arma básica a tu inventario. ¡Écha una mirada abajo para equiparla!",
"autoAllocate": "Asignación automática",
"spells": "Habilidades",
"skillsTitle": "Habilidades",
"skillsTitle": "<%= classStr %> Habilidades",
"toDo": "Pendiente",
"tourStatsPage": "¡Esta es la página de Estadísticas! Gana logros completando las tareas en la lista.",
"tourTavernPage": "Bienvenido a la Taverna, ¡un salón de chat para todas las edades! Puedes evitar el daño de tus Diarias en caso de enfermedad o viajes haciendo clic en \"Suspender Daño\". ¡Entra, y di hola!",
@@ -228,14 +228,14 @@
"questWhaleCompletion": "Luego de un arduo trabajo, la ballena finalmente cesa su llanto estruendoso. \"Parece que estaba ahogándose en olas de hábitos negativos,\" explica @zoebeagle. \"¡Gracias a tu consistente esfuerzo hemos podido cambiar el curso de la situación!\" Mientras entras al submarino, varios huevos de ballena flotan hacia ti, y tú los recoges.",
"questWhaleDropWhaleEgg": "Ballena (Huevo)",
"questWhaleUnlockText": "Desbloquea huevos de Ballena adquiribles en el Mercado",
"questGroupDilatoryDistress": "Angustia en Dilatoria",
"questDilatoryDistress1Text": "Peligro en Dilatoria, Parte 1: Mensaje en una Botella",
"questGroupDilatoryDistress": "Desazón Dilatoria",
"questDilatoryDistress1Text": "Desazón Dilatoria, Parte 1: Mensaje en una Botella",
"questDilatoryDistress1Notes": "¡Un mensaje en una botella llegó desde la recientemente reconstruida ciudad de Dilatoria! Dice: \"Queridos Habiticanos, necesitamos su ayuda una vez más. ¡Nuestra princesa ha desaparecido y la ciudad está bajo asedio de unos demonios acuáticos desconocidos! Las mantis marinas están manteniendo a raya a los atacantes. ¡Por favor ayúdennos!\" Para efectuar el largo viaje a la ciudad sumergida, uno debe tener la capacidad de respirar agua. ¡Por suerte, los alquimistas @Benga y @hazel pueden hacerlo todo posible! Sólo tienes que encontrar los ingredientes adecuados.",
"questDilatoryDistress1Completion": "Te pones la armadura con aletas y nadas a Dilatoria lo más rápido que puedes. Los tritones y sirenas y sus aliadas, las mantis marinas, han logrado mantener a los monstruos fuera de la ciudad por el momento, pero están perdiendo. ¡Apenas acabas de entrar al castillo cuando el espeluznante asedio desciende!",
"questDilatoryDistress1CollectFireCoral": "Coral de Fuego",
"questDilatoryDistress1CollectBlueFins": "Aletas Azules",
"questDilatoryDistress1DropArmor": "Armadura Oceánica con Aletas (Armadura)",
"questDilatoryDistress2Text": "Peligro en Dilatoria, Parte 2: Criaturas de la Grieta",
"questDilatoryDistress2Text": "Desazón Dilatoria, Parte 2: Criaturas de la Grieta",
"questDilatoryDistress2Notes": "Los atacantes pueden verse desde kilómetros de distancia: miles de calaveras incorpóreas avanzando rápidamente a través de un portal en las paredes de la grieta y moviéndose hacia Dilatoria.<br><br>Cuando conoces al Rey Manta en su sala de guerra, sus ojos parecen hundidos, y su rostro se ve preocupado. \"Mi hija Adva desapareció en la Grieta Oscura justo antes de que este asedio comenzara. Por favor, ¡encuéntrala y tráela de vuelta a casa sana y salva! Te prestaré mi Diadema de Coral de Fuego para que te ayude. Si tienes éxito, es tuya.\"",
"questDilatoryDistress2Completion": "Vences a la horripilante horda de calaveras, pero no te sientes más cerca de encontrar a Adva. Hablas con @Kiwibot, la rastreadora real, para ver si ella tiene alguna idea. \"Las mantis marinas que defienden la ciudad deben haber visto a Adva escapar,\" dice @Kiwibot. \"Intenta seguirlas hasta el interior de la Grieta Oscura.\"",
"questDilatoryDistress2Boss": "Enjambre de Calaveras Acuáticas",
@@ -245,7 +245,7 @@
"questDilatoryDistress2DropSkeletonPotion": "Poción de eclosión Esqueleto",
"questDilatoryDistress2DropCottonCandyBluePotion": "Poción de eclosión de Algodón de Azúcar Azul",
"questDilatoryDistress2DropHeadgear": "Diadema de Coral de Fuego (Equipamiento para la cabeza)",
"questDilatoryDistress3Text": "Peligro en Dilatoria, Parte 3: No Sólo una Simple Doncella",
"questDilatoryDistress3Text": "Desazón Dilatoria, Parte 3: Ninguna Simple Doncella",
"questDilatoryDistress3Notes": "Sigues a las mantis marinas a las profundidades de la Grieta, y descubres una fortaleza submarina. La Princesa Adva, acompañada por más calaveras acuáticas, te espera en el salón principal. \"Mi padre te ha enviado, ¿o no? Dile que me niego a volver. Estoy contenta de estar aquí y practicar mi hechicería. ¡Vete ahora, o sentirás la furia de la nueva reina del océano!\" Adva parece muy persistente, pero mientras ella habla notas un extraño colgante de rubí en su cuello brillando de forma inquietante... ¡Quizás sus delirios se detengan si lo rompes?",
"questDilatoryDistress3Completion": "Al fin logras arrancar el colgante hechizado del cuello de Adva y arrojarlo lejos. Adva se agarra la cabeza. \"¿Dónde estoy? ¿Que ocurrió aquí?\" Luego de escuchar tu historia, frunce el ceño. \"Este collar me lo entregó una extraña embajadora - una mujer llamada 'Tzina'. ¡No recuerdo nada después de eso!\"<br><br>De vuelta en Dilatoria, Manta rebosa de alegría por tu triunfo. \"¡Permíteme recompensarte con este tridente y escudo! Se los he encargado a @aiseant y @starsystemic como regalo para Adva, pero... preferiría no dejar armas en sus manos por el momento.\"",
"questDilatoryDistress3Boss": "Adva, la Sirena Usurpadora",
@@ -467,7 +467,7 @@
"questPeacockUnlockText": "Desbloquea Huevos de Pavo real adquiribles en el Mercado",
"questButterflyText": "Adios, Mariposa",
"questButterflyNotes": "Your gardener friend @Megan sends you an invitation: “These warm days are the perfect time to visit Habiticas butterfly garden in the Taskan countryside. Come see the butterflies migrate!” When you arrive, however, the garden is in shambles -- little more than scorched grass and dried-out weeds. Its been so hot that the Habiticans havent come out to water the flowers, and the dark-red Dailies have turned it into a dry, sun-baked, fire-hazard. There's only one butterfly there, and there's something odd about it...<br><br>“Oh no! This is the perfect hatching ground for the Flaming Butterfry,” cries @Leephon.<br><br>“If we dont catch it, itll destroy everything!” gasps @Eevachu.<br><br>Time to say bye, bye to Butterfry!",
"questButterflyCompletion": "After a blazing battle, the Flaming Butterfry is captured. “Great job catching the that would-be arsonist,” says @Megan with a sigh of relief. “Still, its hard to vilify even the vilest butterfly. Wed better free this Butterfry someplace safe…like the desert.”<br><br>One of the other gardeners, @Beffymaroo, comes up to you, singed but smiling. “Will you help raise these foundling chrysalises we found? Perhaps next year well have a greener garden for them.”",
"questButterflyCompletion": "Después de una fuerte batalla, la Mariposa Llameante es capturada. “Buen trabajo atrapando esa incendiaria en potencia” dice @Megan con un suspiro de alivio. “Es difícil vilipendiar aún a la mariposa mas vil. Deberíamos soltar esa Mariposa en un lugar seguro…como el desierto.”<br><br>Uno de los otros jardineros, @Beffymaroo, se te acerca, quemado pero sonriente. “¿Nos ayudas a criar a las crisálidas abandonadas que encontramos? Tal vez el año que viene tengamos un jardín más verde para ellas.\"",
"questButterflyBoss": "Mariposa Llameante",
"questButterflyDropButterflyEgg": "Oruga (Huevo)",
"questButterflyUnlockText": "Desbloquea Huevos de Oruga adquiribles en el Mercado",
@@ -517,7 +517,7 @@
"witchyFamiliarsText": "Paquete de Misión Familiares de Brujas",
"witchyFamiliarsNotes": "Contains 'The Rat King', 'The Icy Arachnid', and 'Swamp of the Clutter Frog'. Available until October 31.",
"questGroupLostMasterclasser": "Mystery of the Masterclassers",
"questUnlockLostMasterclasser": "To unlock this quest, complete the final quests of these quest chains: 'Dilatory Distress', 'Mayhem in Mistiflying', 'Stoïkalm Calamity', and 'Terror in the Taskwoods'.",
"questUnlockLostMasterclasser": "Para desbloquear esta misión, completa las misiones finales de las siguientes cadenas de misión: 'Desazón Dilatoria', 'Caos en Desconcertaire', 'Calamidad en Stoïkalm' y 'Terror en Bosquetareas'.",
"questLostMasterclasser1Text": "The Mystery of the Masterclassers, Part 1: Read Between the Lines",
"questLostMasterclasser1Notes": "Youre unexpectedly summoned by @beffymaroo and @Lemoness to Habit Hall, where youre astonished to find all four of Habiticas Masterclassers awaiting you in the wan light of dawn. Even the Joyful Reaper looks somber.<br><br>“Oho, youre here,” says the April Fool. “Now, we would not rouse you from your rest without a truly dire—”<br><br>“Help us investigate the recent bout of possessions,” interrupts Lady Glaciate. “All the victims blamed someone named Tzina.”<br><br>The April Fool is clearly affronted by the summary. “What about my speech?” he hisses to her. “With the fog and thunderstorm effects?”<br><br>“Were in a hurry,” she mutters back. “And my mammoths are still soggy from your incessant practicing.”<br><br>“Im afraid that the esteemed Master of Warriors is correct,” says King Manta. “Time is of the essence. Will you aid us?”<br><br>When you nod, he waves his hands to open a portal, revealing an underwater room. “Swim down with me to Dilatory, and we will scour my library for any references that might give us a clue.” At your look of confusion, he adds, “Dont worry, the paper was enchanted long before Dilatory sank. None of the books are the slightest bit damp!” He winks.“Unlike Lady Glaciates mammoths.”<br><br>“I heard that, Manta.”<br><br>As you dive into the water after the Master of Mages, your legs magically fuse into fins. Though your body is buoyant, your heart sinks when you see the thousands of bookshelves. Better start reading…",
"questLostMasterclasser1Completion": "After hours of poring through volumes, you still havent found any useful information.<br><br>“It seems impossible that there isnt even the tiniest reference to anything relevant,” says head librarian @Tuqjoi, and their assistant @stefalupagus nods in frustration.<br><br>King Mantas eyes narrow. “Not impossible…” he says. “<em>Intentional</em>.” For a moment, the water glows around his hands, and several of the books shudder. “Something is obscuring information,” he says. “Not just a static spell, but something with a will of its own. Something… alive.” He swims up from the table. “The Joyful Reaper needs to hear about this. Lets pack a meal for the road.”",
@@ -630,7 +630,7 @@
"birdBuddiesText": "Paquete de Misión Aves Amigables",
"birdBuddiesNotes": "Contains 'The Fowl Frost,' 'Rooster Rampage,' and 'The Push-and-Pull Peacock.' Available until December 31.",
"questVelociraptorText": "El Veloci-Rapero",
"questVelociraptorNotes": "Youre sharing honey cakes with @*~Seraphina~*, @Procyon P, and @Lilith of Alfheim by a lake in the Stoïkalm Steppes. Suddenly, a mournful voice interrupts your picnic.<br><br><em>My Habits took a hit, I missed my Dailies,<br>Im losing it, sinking with doubt and maybes,<br>At the top of my game I used to be so fly,<br>But now I just let my Due Dates go by.</em><br><br>@*~Seraphina~* peers behind a stand of grass. “Its the Veloci-Rapper. It seems... distraught?”<br><br>You pump a fist in determination. “There's only one thing to do. Rap battle time!”",
"questVelociraptorNotes": "Estás compartiendo pasteles de miel con @*~Seraphina~*, @Procyon P, y @Lilith of Alfheim junto a un lago en las estepas de Stoïkalm. De repente, una lúgubre voz interrumpe tu pícnic.<br><br><em>Mis Hábitos se han visto afectados, he perdido mis Tareas Diarias,<br>Estoy perdiendo la cabeza, hundiendome en las dudas y en los tal vez,<br>En la cima de mi juego yo era tan productivo,<br>Pero ahora dejo pasar mis fechas de vencimiento.</em><br><br>@*~Seraphina~* se asoma destrás de un matorral de hierba. “Es el Veloci-Rapero. Parece... ¿disgustado?”<br><br>Levantas un puño con determinación. “Solo hay una cosa que hacer. ¡Tiempo de Batalla de Rap!”",
"questVelociraptorCompletion": "You burst through the grass, confronting the Veloci-Rapper.<br><br><em>See here, rapper, youre no quitter,<br>Youre Bad Habits' hardest hitter!<br>Check off your To-Dos like a boss,<br>Dont mourn over one days loss!</em><br><br>Filled with renewed confidence, it bounds off to freestyle another day, leaving behind three eggs where it sat.",
"questVelociraptorBoss": "Veloci-Rapero",
"questVelociraptorDropVelociraptorEgg": "Velociraptor (Huevo)",
@@ -688,5 +688,8 @@
"rockingReptilesText": "Paquete de Misión Reptiles Roqueros",
"delightfulDinosText": "Paquete de Misión Dinos Deleitosos",
"jungleBuddiesText": "Paquete de Misión Amigos Selváticos",
"sandySidekicksText": "Paquete de Misión Ayudantes Arenosos"
"sandySidekicksText": "Paquete de Misión Ayudantes Arenosos",
"questBronzeText": "La Batalla del Escarabajo de Bronce",
"mythicalMarvelsNotes": "Contiene 'Convenciendo a la Reina Unicornio', 'El grifo de Fuego', y 'Peligro en las Profundidades: ¡Ataque de la Serpiente Marina!' Disponible hasta el 28 de Febrero.",
"questBronzeBoss": "Escarabajo de Bronce"
}
+1 -1
View File
@@ -161,7 +161,7 @@
"timezone": "Zona horaria",
"timezoneUTC": "Habitica utiliza la zona horaria de tu PC, la cual es <strong><%= utc %></strong>",
"timezoneInfo": "Si esa zona horaria es incorrecta, primero vuelve a cargar esta página usando el botón de recarga o actualización de tu navegador para asegurarte de que Habitica tenga la información más reciente. Si todavía está mal, ajusta la zona horaria en su PC y luego vuelva a cargar esta página.<br><br><strong> Si usa Habitica en otras PC o dispositivos móviles, la zona horaria debe ser la misma para todos. Si tus Diarias se han reiniciado en el momento equivocado, repite este control en todas las otras PC y en un navegador en tus dispositivos móviles.",
"push": "Empuja",
"push": "Notificación",
"about": "Acerca de",
"setUsernameNotificationTitle": "¡Confirma tu nombre de usuario!",
"setUsernameNotificationBody": "We will be transitioning login names to unique, public usernames soon. This username will be used for invitations, @mentions in chat, and messaging.",
+8 -1
View File
@@ -569,5 +569,12 @@
"backgroundRestingInTheInnText": "Repos à l'auberge",
"backgroundMysticalObservatoryNotes": "Lisez votre destinée dans les étoiles depuis un observatoire mystique.",
"backgroundMysticalObservatoryText": "Observatoire mystique",
"backgrounds112020": "Ensemble 78 : Sorti en novembre 2020"
"backgrounds112020": "Ensemble 78 : Sorti en novembre 2020",
"backgroundGingerbreadHouseText": "Maison de pain d'épice",
"backgroundGingerbreadHouseNotes": "Imprégnez vous de la vue, de l'odeur, et (si vous l'osez) du goût d'une maison en pain d'épice.",
"backgrounds122020": "Ensemble 79 : sorti en décembre 2020",
"backgroundInsideAnOrnamentNotes": "Laissez briller votre joie festive à l'intérieur d'une décoration.",
"backgroundInsideAnOrnamentText": "A l'intérieur d'une décoration",
"backgroundHolidayHearthNotes": "Détendez-vous, réchauffez-vous et séchez-vous près d'un foyer de vacances.",
"backgroundHolidayHearthText": "Foyer de vacances"
}
+7 -1
View File
@@ -2227,5 +2227,11 @@
"backMystery202012Notes": "Les plumes enneigées de ces ailes vous donneront la vitesse d'un coup de vent hivernal. Ne confère aucun bonus. Équipement d'abonnement de décembre 2020.",
"backMystery202012Text": "Ailes des flammes de givre",
"headMystery202012Notes": "Ce masque imposant comporte des yeux perçants qui aveugleront les ennemis comme l'éclat du soleil sur la neige fraîche. Ne confère aucun bonus. Équipement d'abonnement de décembre 2020.",
"headMystery202012Text": "Masque des flammes de givre"
"headMystery202012Text": "Masque des flammes de givre",
"headArmoireNightcapNotes": "Votre nouveau bonnet de nuit a même un joli pompon ! Augmente la perception de <%= per %>. Armoire enchantée : assortiment de robes de chambre (objet 2 de 3).",
"headArmoireNightcapText": "Bonnet de nuit",
"armorArmoireDressingGownNotes": "Détendez vous avec élégance dans cette magnifique robe de chambre traditionnelle. Augmente la constitution de <%= con %>. Armoire enchantée : assortiment de robes de chambre (objet 1 de 3).",
"weaponArmoireEveningTeaNotes": "Cette panacée vous aidera à vous calmer afin que ces grandes tâches semblent moins menaçantes. Augmente l'intelligence de <%= int %>. Armoire enchantée : assortiment de robes de chambre (objet 3 de 3).",
"armorArmoireDressingGownText": "Robe de chambre confortable",
"weaponArmoireEveningTeaText": "Tasse de thé"
}
+1 -1
View File
@@ -94,7 +94,7 @@
"classGearText": "Félicitations, vous avez choisi une classe ! J'ai ajouté à votre inventaire de nouvelles armes de base. Regardez ci-dessous et équipez-vous !",
"autoAllocate": "Distribution automatique",
"spells": "Compétences",
"skillsTitle": "Compétences",
"skillsTitle": "Compétences <%= classStr %>",
"toDo": "À faire",
"tourStatsPage": "Ceci est votre page de statistiques ! Remportez des succès en complétant vos tâches.",
"tourTavernPage": "Voici la taverne, un lieu de discussions pour tout âge ! Vous pouvez empêcher vos quotidiennes de vous faire du mal en cas de maladie ou de voyage en cliquant sur \"Désactiver les dégâts\". Venez dire bonjour !",
+8 -1
View File
@@ -569,5 +569,12 @@
"backgroundRestingInTheInnText": "Sosta alla locanda",
"backgroundMysticalObservatoryNotes": "Leggi il tuo destino tra le stelle da un osservatorio mistico.",
"backgroundMysticalObservatoryText": "Osservatorio Mistico",
"backgrounds112020": "SET 78: Rilasciato a novembre 2020"
"backgrounds112020": "SET 78: Rilasciato a novembre 2020",
"backgroundHolidayHearthNotes": "Rilassati, riscaldati e asciugati accanto ad un caminetto festivo.",
"backgroundHolidayHearthText": "Caminetto Festivo",
"backgroundInsideAnOrnamentNotes": "Lascia che la tua gioia festiva risplenda da dentro un addobbo.",
"backgroundInsideAnOrnamentText": "Dentro un addobbo",
"backgroundGingerbreadHouseText": "Casetta di Zenzero",
"backgroundGingerbreadHouseNotes": "Ammira i panorami, i profumi e (se ne hai il coraggio) i sapori di una casetta di zenzero.",
"backgrounds122020": "SET 79: Rilasciato a dicembre 2020"
}
+7 -1
View File
@@ -2227,5 +2227,11 @@
"backMystery202012Notes": "Le piume innevate di queste ali ti daranno la velocità di una tempesta invernale. Non conferisce alcun bonus. Oggetto abbonati dicembre 2020.",
"backMystery202012Text": "Ali di Fuoco Ghiacciato",
"headMystery202012Notes": "Questa imponente maschera ha degli occhi penetranti che accecano i nemici come il riflesso del sole sulla neve fresca. Non conferisce alcun bonus. Oggetto abbonati dicembre 2020.",
"headMystery202012Text": "Maschera di Fuoco Ghiacciato"
"headMystery202012Text": "Maschera di Fuoco Ghiacciato",
"headArmoireNightcapNotes": "Il tuo nuovo berretto da notte ha anche un bellissimo pompon! Aumenta la percezione di <%= per %>. Scrigno Incantato: Set Vestaglia (oggetto 2 di 3).",
"headArmoireNightcapText": "Berretto da notte",
"armorArmoireDressingGownNotes": "Rilassati con stile con questa bellissima vestaglia tradizionale. Aumenta la costituzione di <%= con %>. Scrigno Incantato: Set Vestaglia (oggetto 1 di 3).",
"armorArmoireDressingGownText": "Comoda vestaglia",
"weaponArmoireEveningTeaNotes": "Questa panacea ti aiuterà a rilassarti in modo che quegli enormi compiti non sembrino così minacciosi. Aumenta l'intelligenza di <%= int %>. Scrigno Incantato: Set Vestaglia (oggetto 3 di 3).",
"weaponArmoireEveningTeaText": "Tazza di tè"
}
+1 -1
View File
@@ -94,7 +94,7 @@
"classGearText": "Congratulazioni per la scelta della classe! Ho aggiunto la tua nuova arma di base al tuo inventario. Dai un'occhiata giù per equipaggiarla!",
"autoAllocate": "Assegnazione automatica dei punti",
"spells": "Abilità",
"skillsTitle": "Abilità",
"skillsTitle": "<%= classStr %> Abilità",
"toDo": "Cosa da Fare",
"tourStatsPage": "Questa è la pagina delle tue Statistiche! Guadagna delle medaglie compiendo le azioni elencate.",
"tourTavernPage": "Benvenuto nella Taverna, una chat per tutte le età! Puoi fare in modo che le tue Attività Giornaliere non ti danneggino in caso di malattia o di viaggio facendo click su \"Sospendi danni\". Vieni a farci un saluto!",
+8 -1
View File
@@ -569,5 +569,12 @@
"backgroundMysticalObservatoryText": "神秘の天文台",
"backgrounds112020": "セット782020年11月リリース",
"backgroundRiverOfLavaNotes": "流れをものともせず、溶岩の川を散歩しましょう。",
"backgroundRiverOfLavaText": "溶岩の川"
"backgroundRiverOfLavaText": "溶岩の川",
"backgroundHolidayHearthText": "暖炉前のホリデー",
"backgroundInsideAnOrnamentNotes": "オーナメントの内側で、祝祭の喜びを輝きで表現しましょう。",
"backgroundInsideAnOrnamentText": "オーナメントの中",
"backgroundHolidayHearthNotes": "休日は暖炉の前でリラックスし、温まり、身体を乾かしましょう。",
"backgroundGingerbreadHouseNotes": "ジンジャーブレッドの家に泊まり、風景、匂い、そして味を(……食べちゃうの?)楽しみましょう。",
"backgroundGingerbreadHouseText": "ジンジャーブレットの家",
"backgrounds122020": "セット792020年12月リリース"
}
@@ -7,7 +7,7 @@
"commGuidePara003": "これらのルールはTrello、GitHub、Weblate、Wikia(Wiki)などを含む全てのソーシャルスペースに適用されます。時折、新しい論争の種や邪悪なネクロマンサーの出現など、予想外の事態を迎えることもあるでしょう。そんな時、その脅威からコミュニティの安全を守るために、モデレーターがガイドラインを編集することもあるかもしれません。ガイドラインが変わるときは、Baileyがお知らせしますのでご安心ください。",
"commGuidePara004": "メモする準備をして、さぁ、はじめましょう!",
"commGuideHeadingInteractions": "Habitica内での交流",
"commGuidePara015": "Habitica には、公とプライベートの2種類のコミュニティ スペースがあります。公スペースとしては、キャンプ場チャット、公ギルド、GitHub、Trello、そしてWiki があります。プライベートスペースとしては、プライベート ギルド、パーティーでのチャット、そしてPM(プライベートメッセージ)があります。表示されるユーザーの表示名のすべては、公スペースガイドラインを守らなければなりません。表示名を変更するには、webサイトで ユーザー > プロフィール と進み、「編集」ボタンをクリックしてください。",
"commGuidePara015": "Habitica には、公とプライベートの2種類のコミュニティ スペースがあります。公スペースとしては、キャンプ場チャット、公ギルド、GitHub、Trello、そしてWiki があります。プライベートスペースとしては、プライベート ギルド、パーティーでのチャット、そしてPM(プライベートメッセージ)があります。表示されるユーザーの表示名のすべては、公スペースガイドラインを守らなければなりません。表示名を変更するには、ウェブサイトで ユーザー > プロフィール と進み、「編集」ボタンをクリックしてください。",
"commGuidePara016": "だれにとっても安全で楽しくあるために、Habitica のオープン スペースをぶらぶらするときの一般的なルールがいくつかあります。あなたのような冒険者なら、簡単なことです!",
"commGuideList02A": "<strong>お互いを尊重すること</strong>。丁寧で親切で、親しみやすく面倒見よくあってください。Habiticaには様々な出身の人が来ていますし、みなそれぞれ著しく異なる経歴を持つことを肝に銘じておきましょう。これこそがHabiticaを素晴らしいものにしている理由の一端です! コミュニティの構築とは、お互いの共通点と同じぐらい違う点を尊重し祝福することなのです。お互いを尊重するための簡単な方法はいくつかあります。",
"commGuideList02B": "<strong>全ての<a href='/static/terms' target='_blank'>利用規約</a>に従ってください</strong>。",
@@ -21,7 +21,7 @@
"commGuideList02J": "<strong>スパム禁止 </strong>。スパム行為には以下の行為が含まれ、かつまたそれらに限定するものではありません : 同じコメントや質問を複数の場所に投稿すること、説明なしまたは話の流れと無関係にリンクを投稿すること、無意味なメッセージを投稿すること、ギルドやパーティ、チャレンジの宣伝を複数の場所に投稿すること、大量のメッセージを連続的に投稿すること。チャット スペースやプライベートメッセージでジェムや有料プランを求めることもスパムと見なします。もしリンクがクリックされてあなたに何らかの利益が生じる場合、あなたはその旨をメッセージ内で開示しなければなりません。そうでなければ、これもまたスパム行為とみなされるでしょう。<br/><br/>あるものがスパム、またはスパムにつながる可能性があるかどうかの判断はモデレーターに一任されています。たとえあなたがスパム行為をしていると思っていなくてもです。たとえば、ギルドの宣伝は一度や二度であれば容認されます。しかし、1日に多数投稿したならば、そのギルドがどんなに良いギルドだったとしても、恐らくスパムと認定されるでしょう!",
"commGuideList02K": "<strong>公共のチャットスペースでは大きなヘッダーテキストを投稿するのは避けてください、特にキャンプ場においては。</strong>すべて大文字を使った投稿のように、あなたが叫んでいるような印象を与え、居心地のいい雰囲気を壊してしまいます。",
"commGuideList02L": "<strong>公共のチャットでは個人情報を交換しないことを強くお勧めします――特に、本人確認に使えるような情報は。</strong>個人情報の一例としては、次のようなものが含まれます:あなたの住所、メールアドレス、API トークン/パスワード。これはあなたの安全のためにお伝えしています! スタッフやモデレーターは各自の裁量により、そのような情報を含む投稿を削除することができます。もしあなたが非公開のギルドやパーティー、またはプライベート メッセージで個人情報を求められた際は、丁重に断ったうえで、以下の両方の方法でスタッフとモデレータに知らせることを強く推奨します。1) 非公開のパーティーやギルドの場合は該当のメッセージを報告する。2)スクリーンショットを添えて<a href='https://contact.habitica.com/' target='_blank'>モデレーターに報告フォーム</a>から送信する。",
"commGuidePara019": "<strong>プライベート スペースにおいては、</strong>より自由な話題で議論することができます。ですが、中傷的、差別的、暴力的、または脅迫的な内容を投稿するなどの利用規約違反は許されません。 チャレンジの名前は勝者の公開プロフィールに表示されますので、すべてのチャレンジの名前は、たとえそれがプライベートスペース内のものだったとしても、公開スペースガイドラインを守らなくてはならないことを付け加えておきます。",
"commGuidePara019": "<strong>プライベートスペースにおいては、</strong>より自由な話題で議論することができます。しかし、中傷的、差別的、暴力的、または脅迫的な内容を投稿するなどの利用規約違反は許されません。 チャレンジの名前は勝者の公開プロフィールに表示されるため、たとえプライベートスペース内で開催するとしても、すべてのチャレンジの名前は公共スペースガイドラインを守らなくてはならない点にご注意ください。",
"commGuidePara020": "<strong>プライベート メッセージ(PM</strong>には、追加のガイドラインがあります。あなたがだれかにブロックされた場合、他のどんな手段であれ連絡してブロックの取り消しを求めることは禁止です。また、だれかにサポートに関するPMを送るべきではありません(サポートに関する質問と回答は、コミュニティ全体に役立つものだからです)。最後に、ジェムや有料プランを贈るよう求めるPMを誰かに送らないでください。スパム行為とみなされます。",
"commGuidePara020A": "<strong>もしあなたが上記のガイドラインに違反すると思う公共スペースの投稿またはプライベートメッセージを見つけた場合、またはあなたを心配にさせたり不快にするような投稿を見つけたら、報告アイコンを押してその投稿またはプライベートメッセージを報告することでモデレーターやスタッフの注意を喚起させることができます</strong>。スタッフかモデレーターの一人が、可能な限りすぐに応答するでしょう。罪のない投稿を故意に報告することはガイドラインの違反行為にあたりますので留意してください(以下の「違反行為」の項目を参照)。「お問い合わせ」ページ経由か、ヘルプメニューで「<a href='https://contact.habitica.com/' target='_blank'>モデレーターに報告</a>」をクリックしてモデレーターに連絡を取ることもできます。複数個所で同一人物による多重投稿が行われている場合も報告したくなるかもしれません。もし状況を説明する必要があり、その方がやりやすいのであれば、あなたの母国語で報告してくださって構いません。私たちはグーグル翻訳を使わなければいけないかもしれませんが、もし問題を抱えているのなら、気軽に私たちに連絡してほしいのです。",
"commGuidePara021": "さらに、Habiticaの一部のパブリックスペースは、追加のガイドラインがあります。",
+48 -6
View File
@@ -892,7 +892,7 @@
"headSpecialDandyHatNotes": "なんてごきげんな帽子でしょう! これをかぶって散歩を楽しめば、とても洗練されて見えることうけあいです。体質が<%= con %>上がります。",
"headSpecialKabutoText": "サムライの兜",
"headSpecialKabutoNotes": "機能性と美にあふれた兜です!敵はこれに目を奪われずにはいられないでしょう。知能が<%= int %>上がります。",
"headSpecialNamingDay2017Text": "紫のグリフォンの兜",
"headSpecialNamingDay2017Text": "高貴な紫のグリフォンの兜",
"headSpecialNamingDay2017Notes": "命名記念日おめでとう! お祝いの際はこの羽根で飾られた、いかつい兜をかぶりましょう。効果なし。",
"headSpecialTurkeyHelmBaseText": "シチメンチョウのかぶと",
"headSpecialTurkeyHelmBaseNotes": "あなたの感謝祭ルックは、このくちばし付きのかぶとがあれば完璧になります! 効果なし。",
@@ -1599,7 +1599,7 @@
"bodySpecialSummer2015MageNotes": "別に何の力もないバックルだけれど、キラキラはしています。効果なし。2015年夏の限定装備。",
"bodySpecialSummer2015HealerText": "船乗りのネッカチーフ",
"bodySpecialSummer2015HealerNotes": "ヨホーホ? イヤイヤイヤ! 効果なし。2015年夏の限定装備。",
"bodySpecialNamingDay2018Text": "紫のグリフォンのマント",
"bodySpecialNamingDay2018Text": "高貴な紫のグリフォンのマント",
"bodySpecialNamingDay2018Notes": "命名記念日おめでとう! Habiticaをお祝いするときは、このオシャレでふかふかなマントを着ましょう。効果なし。",
"bodyMystery201705Text": "折りたたまれた有翼戦士の翼",
"bodyMystery201705Notes": "この折りたたまれた翼は見た目がすごいだけではなく、グリフォンの俊敏さと速さをあなたに与えてくれるでしょう! 効果なし。2017年5月有料会員アイテム。",
@@ -1838,10 +1838,10 @@
"shieldSpecialSummer2019HealerNotes": "助けが必要な人々に、このほら貝の大きな一吹きであなたが来ていることを知らせてあげましょう。体質が<%= con %>上がります。2019年夏の限定装備。",
"shieldSpecialSummer2019MageText": "純水のしずく",
"shieldSpecialSummer2019MageNotes": "夏の日差しで汗をかいてるのかって? いいえ、スイレン池を満たすためにちょっとした精霊魔法を使っているんです。知覚が<%= per %>上がります。2019年夏の限定装備。",
"weaponSpecialKS2019Text": "神獣グリフォンの大刀",
"weaponSpecialKS2019Text": "伝説のグリフォンの大刀",
"weaponSpecialFall2019RogueText": "譜面台",
"weaponSpecialKS2019Notes": "このグリフォンの爪とくちばしのようなカーブの華麗なポールウエポンは、たいへんなタスクをやり通す精神力を思い出させます。力が<%= str %>上がります。",
"weaponSpecialFall2019MageText": "単眼のつえ",
"weaponSpecialFall2019MageText": "一つ目のつえ",
"weaponSpecialFall2019WarriorNotes": "カラスの鉤爪で敵を引きちぎりましょう!力が<%= str %>上がります。2019年秋の限定装備。",
"weaponSpecialFall2019WarriorText": "鉤爪の三叉槍",
"weaponSpecialFall2019RogueNotes": "あなたがオーケストラを指揮しようとアリアを歌おうと、この道具はドラマチックなジェスチャーのために両手を自由にしておけます!力が<%= str %>上がります。2019年秋の限定装備。",
@@ -2126,8 +2126,50 @@
"armorSpecialFall2019MageText": "ポリュペーモスの仕事着",
"armorSpecialFall2019WarriorNotes": "羽の生えたローブが空を飛ぶ力を与え、どんな戦いでも飛び越えられるようになります。体質が<%= con %>上がります。2019年秋の限定装備。",
"armorSpecialFall2019WarriorText": "夜の翼",
"headSpecialFall2019RogueNotes": "この帽子を呪われている可能性がある衣装の一部としてオークションで落札しましたか?それとも風変わりな祖父母の家の屋根裏部屋で見つけましたか?どこで見つけたにせよ、その古さと使い込み具合はあなたにミステリアスな空気をまとわせます。知覚が<%= per %>上がります。2019年秋の限定装備。",
"headSpecialFall2019RogueNotes": "この帽子を呪われているかもしれない衣装の一部としてオークションで落札しましたか?それとも風変わりな祖父母の家の屋根裏部屋で見つけましたか?どこで見つけたにせよ、その古さと使い込み具合はあなたにミステリアスな空気をまとわせます。知覚が<%= per %>上がります。2019年秋の限定装備。",
"headSpecialFall2019RogueText": "アンティークオペラハット",
"armorSpecialFall2019HealerNotes": "純粋な夜を集めて作られたローブだと言われています。賢く闇のパワーを使いましょう!体質が<%= con %>上がります。2019年秋の限定装備。",
"armorSpecialFall2019HealerText": "くらやみのローブ"
"armorSpecialFall2019HealerText": "くらやみのローブ",
"headSpecialFall2019WarriorNotes": "このスカルヘルメットの暗い眼窩を見れば、どんな勇猛な敵もひるむことでしょう。力が<%= str %>上がります。2019年秋の限定装備。",
"headSpecialFall2019WarriorText": "黒曜石スカルのヘルメット",
"headArmoireNightcapNotes": "あなたの新しいナイトキャップはよく弾む素敵なポンポンもついてます!知覚が<%= per %>上がります。ラッキー宝箱:バスローブセット(3個中2個目のアイテム)。",
"headArmoireNightcapText": "ナイトキャップ",
"armorArmoireDressingGownNotes": "この昔ながらの美しいバスローブならおしゃれにリラックスできます。体質が<%= con %>上がります。ラッキー宝箱:バスローブセット(3個中1個目のアイテム)。",
"armorArmoireDressingGownText": "らくちんなバスローブ",
"weaponArmoireEveningTeaNotes": "この万能薬はあなたをリラックスするよう助け、大きなタスクからそれほど重圧を感じないようにしてくれるでしょう。知能が<%= int %>上がります。ラッキー宝箱:バスローブセット(3個中3個目のアイテム)。",
"weaponArmoireEveningTeaText": "紅茶",
"headSpecialFall2019HealerNotes": "恐ろしい不死の魔術師の力を利用するために、このダークミトラをかぶるのです。知能が<%= int %>上がります。2019年秋の限定装備。",
"headSpecialFall2019HealerText": "ダークミトラ",
"headSpecialFall2019MageNotes": "邪悪なひとつ目は奥行きを正しく認識できませんが、これは一つの強烈な問題に集中を研ぎ澄ますために払う小さな代償です。知覚が<%= per %>上がります。2019年秋の限定装備。",
"headSpecialFall2019MageText": "サイクロプスマスク",
"shieldSpecialFall2019WarriorNotes": "ワタリガラスの羽根の暗い光沢を固めて作ったこの盾は、全ての攻撃を防ぎます。体質が<%= con %>上がります。2019年秋の限定装備。",
"shieldSpecialFall2019WarriorText": "ワタリガラスの黒い盾",
"shieldSpecialFall2019HealerNotes": "この魔導書で治療師の闇の技術を使いこなしましょう!体質が<%= con %>上がります。2019年秋の限定装備。",
"shieldSpecialFall2019HealerText": "グロテスクなグリモワール",
"eyewearSpecialBlackHalfMoonNotes": "半月状のレンズと黒いフレームのメガネです。効果なし。",
"eyewearSpecialBlackHalfMoonText": "黒いアンダーリムのメガネ",
"eyewearSpecialFall2019HealerNotes": "この不可解な仮面で恐ろしすぎる敵と対峙する覚悟を決めましょう。効果なし。2019年秋の限定装備。",
"eyewearSpecialFall2019HealerText": "暗黒面相",
"eyewearSpecialFall2019RogueNotes": "顔を全て覆うの仮面の方があなたが誰であるかをよりわからなくできるとお思いでしょうが、その飾りのないデザインに畏怖しすぎて、顔の作りがわかる隠していない方の半分に人々は注意をあまり向けません。効果なし。2019年秋の限定装備。",
"eyewearSpecialFall2019RogueText": "白骨色の仮面",
"headSpecialKS2019Notes": "グリフォンの風貌と羽根で象られたこのかぶとは、あなたの技術と振る舞いが他者の見本となる方法を象徴しています。知能が<%= int %>上がります。",
"headSpecialKS2019Text": "伝説のグリフォンのかぶと",
"armorSpecialKS2019Notes": "グリフォンの気高い心のように内側から燃え上がるこの輝くよろいは、これまで成し遂げてきたことを誇りに思いなさいとあなたを激励します。体質が<%= con %>上がります。",
"armorSpecialKS2019Text": "伝説のグリフォンのよろい",
"backSpecialNamingDay2020Notes": "命名記念日おめでとう! Habiticaのお祝いにドット絵のしっぽを激しくふりましょう。効果なし。",
"backSpecialNamingDay2020Text": "高貴な紫のグリフォンのしっぽ",
"shieldArmoirePolishedPocketwatchNotes": "時間を手に入れました。それと、とってもお似合いですよ。ラッキー宝箱 : 個別のアイテム。",
"shieldArmoirePolishedPocketwatchText": "ぴかぴかの懐中時計",
"eyewearSpecialYellowHalfMoonNotes": "半月状のレンズと黄色いフレームのメガネです。効果なし。",
"eyewearSpecialYellowHalfMoonText": "黄色いアンダーリムのメガネ",
"eyewearSpecialWhiteHalfMoonNotes": "半月状のレンズと白いフレームのメガネです。効果なし。",
"eyewearSpecialWhiteHalfMoonText": "白いアンダーリムのメガネ",
"eyewearSpecialRedHalfMoonNotes": "半月状のレンズと赤いフレームのメガネです。効果なし。",
"eyewearSpecialRedHalfMoonText": "赤いアンダーリムのメガネ",
"eyewearSpecialPinkHalfMoonNotes": "半月状のレンズとピンク色のフレームのメガネです。効果なし。",
"eyewearSpecialPinkHalfMoonText": "ピンクのアンダーリムのメガネ",
"eyewearSpecialGreenHalfMoonNotes": "半月状のレンズと緑色のフレームのメガネです。効果なし。",
"eyewearSpecialGreenHalfMoonText": "緑のアンダーリムのメガネ",
"eyewearSpecialBlueHalfMoonNotes": "半月状のレンズと青いフレームのメガネです。効果なし。",
"eyewearSpecialBlueHalfMoonText": "青いアンダーリムのメガネ"
}
+1 -1
View File
@@ -169,7 +169,7 @@
"winter2020WinterSpiceSet": "冬のスパイス(治療師)",
"winter2020CarolOfTheMageSet": "魔道キャロル(魔道士)",
"winter2020EvergreenSet": "常緑樹(戦士)",
"fall2019RavenSet": "大ガラス(戦士)",
"fall2019RavenSet": "レイブン(戦士)",
"fall2019LichSet": "不死の魔術師(治療師)",
"fall2019CyclopsSet": "サイクロプス(魔道士)",
"fall2019OperaticSpecterSet": "オペラの亡霊(盗賊)",
+1 -1
View File
@@ -94,7 +94,7 @@
"classGearText": "クラスの選択おめでとう! あなたの新しい基本武器を所持品に加えました。下をのぞいて装備してみてください!",
"autoAllocate": "自動割り当て",
"spells": "スキル",
"skillsTitle": "スキル",
"skillsTitle": "<%= classStr %>スキル",
"toDo": "To Do",
"tourStatsPage": "これはあなたのステータスページです! タスクを完了して実績を解除しましょう。",
"tourTavernPage": "キャンプ場へようこそ! 年齢に関わらず参加できるチャットルームです。「ロッジで休む」をクリックすると、病気や旅行などの間に日課のダメージから身を守ることができます。よかったら一言あいさつしていってください!",
+67 -45
View File
@@ -1,84 +1,106 @@
{
"achievement": "업적",
"onwards": "앞으로!",
"levelup": "당신의 실제 삶의 목표들을 달성함으로써 레벨 업 했고 이제 완전히 회복되었어요!",
"onwards": "계속 앞으로!",
"levelup": "실제 삶의 목표들을 달성함으로써 레벨 업 했고 이제 완전히 회복되었어요!",
"reachedLevel": "레벨<%= level %>을 달성했습니다",
"achievementLostMasterclasser": "퀘스트 완료자: 마스터클래서 시리즈",
"achievementLostMasterclasserText": "마스터클래서 퀘스트 시리즈의 16개의 모든 퀘스트를 완료했고 잃어버린 마스터클래서의 신비를 풀어냈습니다!",
"achievementMonsterMagusModalText": "당신은 모든 좀비 펫을 모았습니다!",
"achievementMonsterMagusText": "모든 좀비 펫을 모았습니다.",
"achievementMonsterMagusModalText": "모든 좀비 펫을 모았습니다!",
"achievementMonsterMagusText": "모든 좀비 펫을 모았습니다.",
"achievementMonsterMagus": "마법사 몬스터",
"achievementPartyOn": "당신의 파티가 회원 4명으로 커졌습니다!",
"achievementAllYourBaseModalText": "너는 모든 기본 탑승 펫들을 길들였습니다!",
"achievementPartyUp": "당신은 파티 멤버들과 함께 팀을 맺었습니다!",
"achievementDustDevilModalText": "당신은 모든 사막 펫들을 모았습니다!",
"achievementPartyOn": "당신의 파티원 4명으로 늘었습니다!",
"achievementAllYourBaseModalText": "모든 기본 탑승을 길들였습니다!",
"achievementPartyUp": "파티원과 팀을 결성했습니다!",
"achievementDustDevilModalText": "모든 사막 펫들을 모았습니다!",
"achievementDustDevilText": "모든 사막 펫들을 모았습니다.",
"achievementAllYourBaseText": "모든 기본 말들을 길들였습니다.",
"achievementAllYourBase": "당신의 모든 기초",
"achievementBackToBasicsModalText": "당신은 기본 펫들을 전부 모았습니다!",
"achievementAllYourBaseText": "모든 기본 탑승펫을 길들였습니다.",
"achievementAllYourBase": "네 기지 다 내꺼다요",
"achievementBackToBasicsModalText": "모든 기본 펫들을 모았습니다!",
"achievementBackToBasicsText": "모든 기본 펫들을 모았습니다.",
"achievementBackToBasics": "기본으로 돌아가기",
"achievementJustAddWaterModalText": "당신은 문어, 해마, 오징어, 고래, 거북이, 바다 민달팽이, 바다뱀, 그리고 돌고래 펫 퀘스트를 완료했습니다!",
"achievementJustAddWaterText": "문어, 해마, 오징어, 고래, 거북이, 바다 민달팽이, 바다뱀, 그리고 돌고래 펫 퀘스트를 완료했습니다.",
"achievementJustAddWater": "그냥 물을 첨가해주세요",
"achievementLostMasterclasserModalText": "당신은 마스터 클래서 퀘스트 시리즈에 있는 16개의 모든 퀘스트를 완료하였고, 잃어버린 마스터 클래스의 비밀을 풀어냈습니다!",
"achievementJustAddWaterModalText": "문어, 해마, 오징어, 고래, 거북이, 바다 민달팽이, 바다뱀, 돌고래 펫 퀘스트를 완료했습니다!",
"achievementJustAddWaterText": "문어, 해마, 오징어, 고래, 거북이, 바다 민달팽이, 바다뱀, 돌고래 펫 퀘스트를 완료했습니다.",
"achievementJustAddWater": "그냥 물을 부어주세요",
"achievementLostMasterclasserModalText": "마스터 클래서 퀘스트 시리즈에 있는 16개의 모든 퀘스트를 완료하였고, 잃어버린 마스터 클래스의 비밀을 풀어냈습니다!",
"achievementUndeadUndertaker": "좀비 장의사",
"achievementKickstarter2019": "킥스타터 크라우드펀딩 후원자 핀(2019)",
"achievementAridAuthority": "권세",
"achievementMindOverMatter": "의지의 문제",
"achievementAridAuthority": "메마른 권위",
"achievementMindOverMatter": "마음먹기에 달렸다",
"gettingStartedDesc": "신규 사용자 과제를 끝내면 <strong>5개의 업적</strong>과 <strong class=\"gold-amount\">100 골드</strong>를 얻게 될 것입니다!",
"achievementMindOverMatterModalText": "돌멩이, 슬라임, 털실 펫 퀘스트를 완료했습니다!",
"achievementMindOverMatterModalText": "바위, 슬라임, 털실 펫 퀘스트를 완료했습니다!",
"hideAchievements": "<%= category %> 숨기기",
"earnedAchievement": "업적을 획득했습니다!",
"viewAchievements": "업적 보기",
"letsGetStarted": "시작합시다!",
"showAllAchievements": "모두보기 <%= category %>",
"onboardingProgress": "<%= percentage %>% 완료",
"achievementCompletedTaskModalText": "너의 업무들 중 아무거나 체크하여 보상을 얻기",
"achievementCompletedTaskText": "그들의 첫 번째 업무를 끝냄.",
"achievementCompletedTask": "과제 완료하기",
"achievementCreatedTaskText": "첫번째 업무를 만들었.",
"achievementCreatedTask": "첫 과제 등록하기",
"achievementUndeadUndertakerModalText": "당신은 모든 좀비 탑승 펫들을 길들였습니다!",
"achievementUndeadUndertakerText": "모든 좀비 탑승펫을 길들이기.",
"achievementAridAuthorityModalText": "당신은 모든 사막 탑승 펫들을 길들였습니다!",
"achievementCompletedTaskModalText": "할 일들 중 아무거나 체크하여 보상을 받으세요",
"achievementCompletedTaskText": "첫 번째 할 일을 완료했습니다.",
"achievementCompletedTask": "할 일 완료",
"achievementCreatedTaskText": "첫 번째 할 일을 만들었습니다.",
"achievementCreatedTask": "첫 할 일 만들기",
"achievementUndeadUndertakerModalText": "모든 좀비 탑승을 길들였습니다!",
"achievementUndeadUndertakerText": "모든 좀비 탑승펫을 길들였습니다.",
"achievementAridAuthorityModalText": "모든 사막 탑승을 길들였습니다!",
"achievementAridAuthorityText": "모든 사막 탑승펫을 길들였습니다.",
"achievementDustDevil": "모래 악마",
"achievementDustDevil": "모래 악마",
"onboardingCompleteDesc": "리스트를 완수한 보상으로 <strong>5개의 업적</strong>과 <strong class=\"gold-amount\">100 골드</strong>를 얻었습니다.",
"achievementMindOverMatterText": "바위, 슬라임, 털실 펫 퀘스트를 완료했습니다.",
"achievementPearlyProModalText": "당신은 모든 하얀색 탑승펫을 길들였습니다!",
"achievementPearlyProModalText": "모든 하얀색 탑승펫을 길들였습니다!",
"achievementPearlyProText": "모든 하얀색 탑승펫을 길들였습니다.",
"achievementPearlyPro": "진주 전문가",
"achievementPrimedForPaintingModalText": "하얀색 동물을 모두 모았군요!",
"achievementPearlyPro": "진주 전문가",
"achievementPrimedForPaintingModalText": "모든 하얀색 을 모았습니다!",
"achievementPrimedForPaintingText": "모든 하얀색 펫을 모았습니다.",
"achievementPrimedForPainting": "색칠하기 준비",
"achievementPurchasedEquipmentModalText": "장비 아바타를 꾸미고 능력치를 올릴 수 있는 방법입니다",
"achievementPrimedForPainting": "색칠 준비",
"achievementPurchasedEquipmentModalText": "장비 아바타를 꾸미고 능력치를 올릴 수 있니다",
"achievementPurchasedEquipmentText": "첫 장비를 구입했습니다.",
"achievementPurchasedEquipment": "장비 1개 구입",
"achievementFedPetModalText": "많은 종류의 음식이 있지만, 펫이 음식을 가릴 수 있어요",
"achievementFedPetText": "첫 번째 펫에게 먹이를 줬습니다.",
"achievementFedPet": "동물에게 먹이주기",
"achievementFedPetModalText": "많은 종류의 음식이 있지만, 펫마다 좋아하는 음식이 다릅니다",
"achievementFedPetText": "펫에게 처음으로 먹이를 줬습니다.",
"achievementFedPet": "에게 먹이 주기",
"achievementHatchedPetModalText": "인벤토리로 가서 알과 부화 물약을 합쳐보세요",
"achievementHatchedPetText": "첫 번째 펫을 부화시켰습니다.",
"achievementHatchedPet": "동물을 부화시키기",
"achievementCreatedTaskModalText": "이번주에 달성하고 싶은 일을 추가하세요",
"achievementKickstarter2019Text": "2019 킥스타터 크라우드펀딩 프로젝트를 후원",
"achievementAllThatGlittersModalText": "모든 황금빛 탈것을 길들였습니다!",
"yourRewards": "당신의 보상",
"achievementHatchedPet": " 부화시키기",
"achievementCreatedTaskModalText": "이번 주에 달성하고 싶은 일을 추가하세요",
"achievementKickstarter2019Text": "2019 킥스타터 크라우드펀딩 프로젝트를 후원했습니다",
"achievementAllThatGlittersModalText": "모든 금색 탑승펫을 길들였습니다!",
"yourRewards": "보상",
"foundNewItemsCTA": "인벤토리에 가서 새로운 부화 포션과 알을 결합해보세요!",
"foundNewItemsExplanation": "과제를 완수하면 알, 부화 포션, 펫 먹이 등을 얻을 수 있는 기회를 얻게 됩니다.",
"foundNewItems": "새로운 아이템을 찾았습니다!",
"onboardingCompleteDescSmall": "더 많은 것을 얻고 싶다면, 업적을 확인하고 수집을 시작하세요!",
"onboardingComplete": "신규 사용자 과제를 완료했습니다!",
"yourProgress": "진행상황",
"achievementRosyOutlookText": "벚꽃색 탑승펫을 모두 길들였습니다.",
"achievementRosyOutlookModalText": "당신은 모든 벚꽃색 탑승펫을 길들였습니다!",
"achievementTickledPinkModalText": "당신은 모든 벚꽃색 펫을 길들였습니다!",
"yourProgress": "진행 상황",
"achievementRosyOutlookText": "모든 벚꽃색 탑승펫을 길들였습니다.",
"achievementRosyOutlookModalText": "모든 벚꽃색 탑승펫을 길들였습니다!",
"achievementTickledPinkModalText": "모든 벚꽃색 펫을 길들였습니다!",
"achievementTickledPinkText": "벚꽃색 펫을 모두 길들였습니다.",
"achievementRedLetterDay": "빨간날",
"achievementRedLetterDayModalText": "빨간 탑승펫을 모두 모으셨습니다!",
"achievementRedLetterDayText": "빨간 탑승펫을 모두 모았다.",
"achievementSeeingRedModalText": "빨간 펫을 모두 모으셨습니다!",
"achievementSeeingRedText": "빨간 펫을 모두 모았다.",
"achievementSeeingRed": "적색경보"
"achievementSeeingRed": "적색경보",
"achievementGoodAsGold": "친절은 금이다",
"achievementBugBonanza": "나는 곤충이 좋아",
"achievementSkeletonCrewModalText": "모든 해골 탑승펫을 길들였습니다!",
"achievementSkeletonCrewText": "모든 해골 탑승펫을 길들였습니다.",
"achievementSkeletonCrew": "해골 모임",
"achievementBoneCollectorModalText": "모든 해골 펫을 모았습니다!",
"achievementBoneCollectorText": "모든 해골 펫을 모았습니다.",
"achievementBoneCollector": "뼈 수집가",
"achievementAllThatGlittersText": "금색 탑승펫을 모두 길들였습니다.",
"achievementAllThatGlitters": "반짝이는 것 전부",
"achievementGoodAsGoldModalText": "모든 금색 펫을 모았습니다!",
"achievementGoodAsGoldText": "모든 금색 펫을 모았습니다.",
"achievementFreshwaterFriendsModalText": "멕시코도롱뇽, 개구리, 하마 펫 퀘스트를 완료했습니다!",
"achievementFreshwaterFriendsText": "멕시코도롱뇽, 개구리, 하마 펫 퀘스트를 완료했습니다.",
"achievementFreshwaterFriends": "민물 친구들",
"achievementBareNecessitiesModalText": "원숭이, 나무늘보, 어린 나무 펫 퀘스트를 완료했습니다!",
"achievementBareNecessitiesText": "원숭이, 나무늘보, 어린 나무 펫 퀘스트를 완료했습니다.",
"achievementBareNecessities": "생활 필수품",
"achievementBugBonanzaModalText": "딱정벌레, 나비, 달팽이, 거미 펫 퀘스트를 완료했습니다!",
"achievementBugBonanzaText": "딱정벌레, 나비, 달팽이, 거미 펫 퀘스트를 완료했습니다.",
"achievementRosyOutlook": "장밋빛 전망",
"achievementTickledPink": "분홍빛 기쁨"
}
+6 -5
View File
@@ -474,11 +474,11 @@
"backgroundBlossomingDesertNotes": "드물게 한번에 만개하는 사막의 꽃을 목격하세요",
"backgroundHalflingsHouseNotes": "매력적인 호빗의 집에 방문하세요",
"backgroundFlyingOverTropicalIslandsNotes": "열대의 섬들 위를 날아갈때 숨막힐 정도로 멋진 풍경을 볼 거에요",
"backgroundSnowglobeNotes": "스노우글로브를 흔들어 겨울 풍경의 소우주로 만드세요",
"backgroundSnowglobeNotes": "스노우글로브를 흔들어 겨울 풍경의 소우주로 만드세요.",
"backgroundSnowglobeText": "스노우글로브",
"backgroundDesertWithSnowNotes": "희귀하면서 정적인 아름다움이 있는 눈 내 사막을 보세요",
"backgroundDesertWithSnowText": "눈내린 사막",
"backgroundBirthdayPartyNotes": "좋아하는 해비티션들과 생일을 축하하세요",
"backgroundDesertWithSnowNotes": "희귀하면서 정적인 아름다움이 있는 눈 내리는 사막을 보세요.",
"backgroundDesertWithSnowText": "눈 내리는 사막",
"backgroundBirthdayPartyNotes": "좋아하는 해비티카 사용자의 생일을 축하하세요.",
"backgroundBirthdayPartyText": "생일 파티",
"backgrounds012020": "68 세트 : 2020년 1월에 발매",
"backgroundWinterNocturneNotes": "겨울 야상곡의 별빛을 즐기세요",
@@ -501,5 +501,6 @@
"backgroundStrawberryPatchText": "딸기밭",
"backgroundHotAirBalloonText": "뜨거운 열기구",
"backgroundButterflyGardenText": "나비들의 정원",
"backgroundAmongGiantFlowersText": "거대한 꽃들 사이에서"
"backgroundAmongGiantFlowersText": "거대한 꽃들 사이에서",
"backgroundTeaPartyText": "티파티"
}
+36 -33
View File
@@ -1,15 +1,15 @@
{
"challenge": "도전 과제",
"challengeDetails": "도전 과제는 참가자가 관련 작업을 완료하여 상을 받는 커뮤니티 이벤트입니다.",
"brokenChaLink": "깨진 도전 링크",
"brokenTask": "깨진 도전 링크: 이 과제는 도전의 일부였으나 삭제되었습니다. 어떻게 하시겠습니까?",
"keepIt": "보관",
"challengeDetails": "도전 과제는 참가자가 주어진 작업을 완료하여 상을 받는 커뮤니티 이벤트입니다.",
"brokenChaLink": "중지된 도전 링크",
"brokenTask": "중지된 도전 링크: 이 과제는 도전의 일부였으나 삭제되었습니다. 어떻게 하시겠습니까?",
"keepIt": "유지",
"removeIt": "삭제",
"brokenChallenge": "깨진 도전 링크: 이 과제는 도전의 일부였으나 그 도전 (또는 그룹)이 삭제되었습니다. 따로 남겨진 이 과제를 어떻게 하시겠습니까?",
"brokenChallenge": "삭제된 도전 링크: 이 과제는 도전의 일부였으나 그 도전 (또는 그룹)이 삭제되었습니다. 따로 남겨진 이 과제를 어떻게 하시겠습니까?",
"keepThem": "과제 유지",
"removeThem": "과제 삭제",
"challengeCompleted": "도전습니다. 도전우승자는 <span class=\"badge\"><%- user %></span> 입니다! 남아있는 과제를 어떻게 하시겠습니까?",
"unsubChallenge": "깨진 도전 링크: 이 과제는 도전의 일부였으나 유저가 구독을 해지하였습니다. 따로 남겨진 이 과제를 어떻게 하시겠습니까?",
"challengeCompleted": "도전습니다. 도전 우승자는 <span class=\"badge\"><%- user %></span> 입니다! 남아있는 과제를 어떻게 하시겠습니까?",
"unsubChallenge": "삭제된 도전 링크: 이 과제는 도전의 일부였으나 도전이 중지되었습니다. 따로 남겨진 이 과제를 어떻게 하시겠습니까?",
"challenges": "도전",
"endDate": "끝",
"selectWinner": "우승자 선택 후 도전 종료:",
@@ -17,14 +17,14 @@
"filter": "필터",
"groups": "그룹",
"category": "카테고리",
"membership": "참가여부",
"ownership": "소유",
"participating": "참가중",
"membership": "참가 여부",
"ownership": "소유 여부",
"participating": "참가 중",
"createChallenge": "도전 만들기",
"createChallengeAddTasks": "도전 과제 추가",
"createChallengeCloneTasks": "도전 과제 복제",
"addTaskToChallenge": "과제 추가",
"challengeTag": "태그 제목",
"challengeTag": "태그 이름",
"prize": "보상",
"prizePopTavern": "누군가가 용사님의 도전에서 '우승'을 할 수 있다면 선택적으로 그 우승자에게 보석을 보상으로 수여할 수 있습니다. 최대치 = 본인이 보유하고 있는 보석의 개수. 주의: 보상은 나중에 다시 바꿀 수 없으며 여관에서의 도전은 취소되어도 환불이 되지 않습니다.",
"publicChallengesTitle": "공개 도전",
@@ -44,26 +44,26 @@
"congratulations": "축하합니다!",
"hurray": "만세!",
"noChallengeOwner": "주인이 없음",
"challengeMemberNotFound": "해당 유저를 도전과제 멤버에서 찾을 수 없습니다",
"onlyGroupLeaderChal": "그룹 리더만이 도전과제를 시작할 수 있습니다",
"challengeMemberNotFound": "해당 유저를 도전 과제 멤버에서 찾을 수 없습니다",
"onlyGroupLeaderChal": "그룹 리더만이 도전 과제를 만들 수 있습니다",
"tavChalsMinPrize": "공개 도전의 보상은 최소한 보석 1개여야 합니다.",
"cantAfford": "보상을 위한 보석이 모자랍니다. 보석을 더 구매하거나 좀더 작은 값으로 설정하세요.",
"cantAfford": "보상을 위한 보석이 모자랍니다. 보석을 더 구매하거나 좀 더 작은 값으로 설정하세요.",
"challengeIdRequired": "\"challengeId\"는 유효한 UUID 여야 합니다.",
"winnerIdRequired": "\"winnerId\"는 유효한 UUID 여야 합니다.",
"challengeNotFound": "도전을 찾을 수 없거나 권한이 없습니다.",
"onlyLeaderDeleteChal": "그룹 리더만이 도전을 지울 수 있습니다.",
"challengeNotFound": "도전을 찾을 수 없거나 접근 권한이 없습니다.",
"onlyLeaderDeleteChal": "그룹 리더만이 도전을 삭제할 수 있습니다.",
"onlyLeaderUpdateChal": "그룹 리더만이 갱신할 수 있습니다.",
"winnerNotFound": "\"<%= userId %>\"라는 아이디를 가진 우승자를 찾을 수 없거나 이 도전과제에 참여하지 않습니다.",
"onlyChalLeaderEditTasks": "도전 과제는 리더만 수정할 수 있습니다.",
"userAlreadyInChallenge": "유저 이미 이 도전과제에 참여중입니다.",
"cantOnlyUnlinkChalTask": "깨진 도전만이 링크를 수 있습니다.",
"winnerNotFound": "\"<%= userId %>\"라는 아이디를 가진 우승자를 찾을 수 없거나 이 도전과제에 참여하고 있지 않습니다.",
"onlyChalLeaderEditTasks": "도전에 속하는 과제는 리더만 수정할 수 있습니다.",
"userAlreadyInChallenge": "유저 이미 이 도전과제에 참여 중입니다.",
"cantOnlyUnlinkChalTask": "중지된 도전만이 링크를 삭제할 수 있습니다.",
"joinedChallenge": "도전에 참가하기",
"joinedChallengeText": "이 사용자는 도전에 참가하여 시험에 응합니다!",
"myChallenges": "내 도전",
"findChallenges": "도전 찾기",
"noChallengeTitle": "도전을 하고있지 않습니다.",
"challengeDescription1": "도전은 참가자가 관련 작업을 완료하여 상을 받는 커뮤니티 이벤트입니다.",
"challengeDescription2": "관심 분야에 따라 추천는 도전을 찾고, Habitica의 공개 도전 찾아 보거나, 도전을 직접 만드십시오.",
"noChallengeTitle": "도전을 하고 있지 않습니다.",
"challengeDescription1": "도전은 참가자가 정해진 작업을 완료하여 상을 받는 커뮤니티 이벤트입니다.",
"challengeDescription2": "관심 분야에 따라 추천는 도전을 찾고, Habitica의 공개 도전을 둘러보거나, 도전을 직접 만드십시오.",
"noChallengeMatchFilters": "맞는 도전을 찾지 못했습니다.",
"createdBy": "작성자",
"joinChallenge": "도전 참가",
@@ -77,13 +77,13 @@
"deleteChallenge": "도전 삭제",
"challengeNamePlaceholder": "도전 이름이 무엇입니까?",
"challengeSummary": "개요",
"challengeSummaryPlaceholder": "도전을 다른 사람들에게 광고하는 간단한 설명을 작성하세요. 도전의 주 목적은 무엇이며 왜 사람들이 도전에 참여해야합니까? 검색 할 때 쉽게 찾을 수 있도록 유용한 키워드를 설명에 포함 시키세요!",
"challengeDescriptionPlaceholder": "이 섹션을 사용하여 도전 참가자가 도전에 대해 알아야 할 모든 것에 대해 자세히 알아보세요.",
"challengeGuild": "~에 추가",
"challengeMinimum": "공개 도전에 보석 최소 1개 필요 (스팸을 방지한답니다. 정말로요.).",
"participantsTitle": "참자",
"challengeSummaryPlaceholder": "도전을 다른 사람들에게 광고하는 간단한 설명을 작성하세요. 도전의 주 목적은 무엇이며 왜 사람들이 도전에 참여해야 합니까? 검색할 때 쉽게 찾을 수 있도록 유용한 키워드를 설명에 포함시키세요!",
"challengeDescriptionPlaceholder": "이 섹션으로 도전 참가자가 도전에 대해 알아야 할 모든 것 자세히 알아보세요.",
"challengeGuild": "추가 위치",
"challengeMinimum": "공개 도전에 보석 최소 1개 필요합니다(스팸을 방지한답니다. 정말로요.).",
"participantsTitle": "참자",
"shortName": "짧은 이름",
"shortNamePlaceholder": "도전을 식별하기 위해 어떤 짧은 태그를 사용해야합니까?",
"shortNamePlaceholder": "도전을 식별하기 위해 어떤 짧은 태그를 추가할까요?",
"updateChallenge": "도전 업데이트",
"haveNoChallenges": "이 그룹은 도전을 가지고 있지 않습니다",
"loadMore": "더 읽기",
@@ -94,11 +94,14 @@
"summaryRequired": "개요가 필요합니다",
"summaryTooLong": "개요가 너무 깁니다",
"descriptionRequired": "설명이 필요합니다",
"locationRequired": "도전 위치 필요('추가')",
"locationRequired": "도전 위치 필요합니다 ('추가')",
"categoiresRequired": "하나 이상의 카테고리가 선택되어야 합니다",
"viewProgressOf": "View Progress Of",
"viewProgress": "진행상황 보기",
"viewProgressOf": "진행 상황 보기",
"viewProgress": "진행 상황 보기",
"selectMember": "멤버 선택",
"confirmKeepChallengeTasks": "도전 과제를 유지하겠습니까?",
"selectParticipant": "참가자 선택"
"selectParticipant": "참가자 선택",
"wonChallengeDesc": "<%= challengeName %>의 우승자로 선정되었습니다! 우승은 업적에 기록됩니다.",
"yourReward": "보상",
"filters": "필터"
}
+5 -5
View File
@@ -5,13 +5,13 @@
"androidFaqAnswer0": "먼저 여러분이 일상생활에서 수행해 나가고 싶은 과제들을 몇 가지 설정해야 합니다. 그후 실생활에서 과제를 완료하면 각각의 과제에 완료 표시를 하여 보상으로 경험치와 골드를 얻습니다. 골드는 장비나 다른 아이템을 구입하거나 임의로 설정한 보상을 얻을 때 쓸 수 있습니다. 경험치를 충분히 쌓아 캐릭터의 레벨이 올라가면 펫이나 스킬, 그리고 퀘스트 등 숨겨진 다양한 콘텐츠를 발견하실 수 있습니다! 메뉴 > [인벤토리 >] 아바타에서 여러분의 캐릭터를 꾸며보세요.\n\n기본적인 조작방법은 다음과 같습니다: 오른쪽 아래의 (+)를 클릭하여 새로운 과제를 추가합니다. 이미 추가된 과제를 탭하면 수정이 가능하며, 왼쪽으로 쓸어 넘기면 과제를 삭제할 수 있습니다. 과제들은 화면 오른쪽 위에 위치한 태그를 이용해 분류할 수 있고 체크리스트 숫자 칸을 클릭하면 리스트를 확장하거나 축소시킬 수 있습니다.",
"webFaqAnswer0": "먼저 여러분이 일상생활에서 수행해 나가고 싶은 과제들을 몇 가지 설정해야 합니다. 그후 실생활에서 과제를 완료하면 각각의 과제에 완료 표시를 하여 보상으로 경험치와 골드를 얻습니다. 골드는 장비나 다른 아이템을 구입하거나 사용자가 임의로 설정한 보상을 얻을 때 쓸 수 있습니다. 경험치를 충분히 쌓아 캐릭터의 레벨이 올라가면 펫이나 스킬, 그리고 퀘스트 등 숨겨진 다양한 콘텐츠를 발견하실 수 있습니다! 자세한 정보가 필요하다면 [도움말 -> 새로운 사용자를 위한 설명서](https://habitica.com/static/overview)에서 순서대로 설명된 가이드를 볼 수 있습니다.",
"faqQuestion1": "과제는 어떻게 설정하나요?",
"iosFaqAnswer1": "좋은 습관(+ 표시가 있습니다)은 채소를 먹는 것과 같이 하루에 여러번 반복해서 할 수 있는 과제입니다. 나쁜 습관(- 표시가 있습니다)은 손톱을 물어뜯는 것처럼 되도록이면 피해야 할 과제입니다. +와 -가 함께 표시되어있는 습관은 계단을 오르는 것 vs. 엘리베이터를 사용하는 것 같이 한 과제에서 좋은 결정과 나쁜 결정을 할 수 있다는 것을 말합니다. 좋은 습관은 경험치와 골드를 주고 나쁜 습관은 캐릭터에게 데미지를 줍니다.\n\n일일과제는 양치질이나 이메일 확인처럼 날마다 해야 하는 과제를 말합니다. 매일 할 필요가 없는 과제라면 편집하기를 눌러 특정 일일과제가 무슨 요일마다 되풀이되게 할지 설정할 수 있습니다. 그날 해야 할 과제를 빼먹고 하지 않았다면 캐릭터가 다음날 데미지를 받게 됩니다. 너무 많은 일일과제를 한꺼번에 더하려고 하지 마세요!\n\n할 일 목록은 해야 할 일을 적어놓은 리스트입니다. 할 일을 마치면 골드와 경험치를 얻습니다. 일일과제와 달리 할 일 목록은 절대로 캐릭터에게 데미지를 입히지 않습니다. 할 일 목록에서는 편집하기를 눌러 마감날짜를 정할 수 있습니다.",
"iosFaqAnswer1": "좋은 습관(+ 표시가 있습니다)은 채소를 먹는 것과 같이 하루에 여러번 반복해서 할 수 있는 과제입니다. 나쁜 습관(- 표시가 있습니다)은 손톱을 물어뜯는 것처럼 되도록이면 피해야 할 과제입니다. +와 -가 함께 표시되어있는 습관은 계단을 오르는 것 vs. 엘리베이터를 사용하는 것 같이 한 과제에서 좋은 결정과 나쁜 결정을 할 수 있다는 것을 말합니다. 좋은 습관은 경험치와 골드를 주고 나쁜 습관은 캐릭터에게 데미지를 줍니다.\n\n일일과제는 양치질이나 이메일 확인처럼 날마다 해야 하는 과제를 말합니다. 매일 할 필요가 없는 과제라면 편집하기를 눌러 특정 일일과제가 무슨 요일마다 되풀이되게 할지 설정할 수 있습니다. 그날 해야 할 과제를 빼먹고 하지 않았다면 캐릭터가 다음날 데미지를 받게 됩니다. 너무 많은 일일과제를 한꺼번에 더하려고 하지 마세요!\n\n할 일 목록은 해야 할 일을 적어놓은 리스트입니다. 할 일을 마치면 골드와 경험치를 얻습니다. 일일과제와 달리 할 일 목록은 캐릭터에게 데미지를 입히지 않습니다. 할 일 목록에서는 편집하기를 눌러 마감날짜를 정할 수 있습니다.",
"androidFaqAnswer1": "좋은 습관(+ 표시가 있습니다)은 채소를 먹는 것과 같이 하루에 여러 번 반복해서 할 수 있는 과제입니다. 나쁜 습관(- 표시가 있습니다)은 손톱을 물어뜯는 것처럼 되도록 피해야 할 과제입니다. +와 -가 함께 표시되어있는 습관은 계단을 오르는 것 vs. 엘리베이터를 사용하는 것같이 한 과제에서 좋은 결정과 나쁜 결정을 선택할 수 있는 것입니다. 좋은 습관은 경험치와 골드를 주고 나쁜 습관은 체력을 깎습니다.\n\n일일과제는 양치질이나 이메일 확인처럼 날마다 해야 하는 과제입니다. 과제를 눌러 편집할 수 있고 일일과제를 할 요일을 조정할 수 있습니다. 그날 해야 할 과제를 하지 않으면 밤사이에 아바타가 데미지를 받게 됩니다. 한 번에 너무 많은 일일과제를 추가하지 마세요!\n\n할 일 목록은 해야 할 일을 적어놓은 리스트입니다. 할 일을 마치면 골드와 경험치를 얻습니다. 할 일 목록 때문에 체력이 깎이지는 않습니다. 할 일 목록에서는 편집하기를 눌러 예정일을 정할 수 있습니다.",
"webFaqAnswer1": "* Good Habits (the ones with a :heavy_plus_sign:) are tasks that you can do many times a day, such as eating vegetables. Bad Habits (the ones with a :heavy_minus_sign:) are tasks that you should avoid, like biting nails. Habits with a :heavy_plus_sign: and a :heavy_minus_sign: have a good choice and a bad choice, like taking the stairs vs. taking the elevator. Good Habits award Experience and Gold. Bad Habits subtract Health.\n* Dailies are tasks that you have to do every day, like brushing your teeth or checking your email. You can adjust the days that a Daily is due by clicking the pencil item to edit it. If you skip a Daily that is due, your avatar will take damage overnight. Be careful not to add too many Dailies at once!\n* To-Dos are your To-Do list. Completing a To-Do earns you Gold and Experience. You never lose Health from To-Dos. You can add a due date to a To-Do by clicking the pencil icon to edit.",
"faqQuestion2": "과제의 예로는 어떤 것들이 있나요?",
"iosFaqAnswer2": "위키에 예가 될만한 과제 리스트 네개가 있습니다.\n<br><br>\n * [습관 예제](http://habitica.wikia.com/wiki/Sample_Habits)\n * [일일과제 예제](http://habitica.wikia.com/wiki/Sample_Dailies)\n * [할 일 예제](http://habitica.wikia.com/wiki/Sample_To-Dos)\n * [사용자 생성 보상 예제](http://habitica.wikia.com/wiki/Sample_Custom_Rewards)",
"androidFaqAnswer2": "위키에 예가 될만한 과제 리스트 네개가 있습니다.\n<br><br>\n * [습관 예제](http://habitica.wikia.com/wiki/Sample_Habits)\n * [일일과제 예제](http://habitica.wikia.com/wiki/Sample_Dailies)\n * [할 일 예제](http://habitica.wikia.com/wiki/Sample_To-Dos)\n * [사용자 생성 보상 예제](http://habitica.wikia.com/wiki/Sample_Custom_Rewards)",
"webFaqAnswer2": "위키에는 영감을 줄 수 있는 네가지 샘플 과제를 제공합니다:\n * [습관 샘플](http://habitica.wikia.com/wiki/Sample_Habits)\n * [일일과제 샘플](http://habitica.wikia.com/wiki/Sample_Dailies)\n * [할 일 샘플](http://habitica.wikia.com/wiki/Sample_To-Dos)\n * [사용자정의 보상 샘플](http://habitica.wikia.com/wiki/Sample_Custom_Rewards)",
"iosFaqAnswer2": "위키에 예가 될만한 과제 리스트 네개가 있습니다.\n\n * [습관 예제](http://habitica.wikia.com/wiki/Sample_Habits)\n * [일일과제 예제](http://habitica.wikia.com/wiki/Sample_Dailies)\n * [할 일 예제](http://habitica.wikia.com/wiki/Sample_To-Dos)\n * [사용자 생성 보상 예제](http://habitica.wikia.com/wiki/Sample_Custom_Rewards)",
"androidFaqAnswer2": "위키에 예가 될 만한 과제 리스트 네 개가 있습니다.\n<br><br>\n * [습관 예제](http://habitica.wikia.com/wiki/Sample_Habits)\n * [일일과제 예제](http://habitica.wikia.com/wiki/Sample_Dailies)\n * [할 일 예제](http://habitica.wikia.com/wiki/Sample_To-Dos)\n * [사용자 생성 보상 예제](http://habitica.wikia.com/wiki/Sample_Custom_Rewards)",
"webFaqAnswer2": "위키에는 영감을 줄 수 있는 네가지 샘플 과제를 제공합니다:\n * [습관 샘플](http://habitica.wikia.com/wiki/Sample_Habits)\n * [일일과제 샘플](http://habitica.wikia.com/wiki/Sample_Dailies)\n * [할 일 샘플](http://habitica.wikia.com/wiki/Sample_To-Dos)\n * [사용자정의 보상 샘플](http://habitica.wikia.com/wiki/Sample_Custom_Rewards)",
"faqQuestion3": "왜 제 과제들의 색이 바뀌죠?",
"iosFaqAnswer3": "당신의 과제는 당신이 얼마나 그것들을 잘 달성하고 있냐에 따라 색이 바뀝니다! 각각의 새로운 과제들은 노랑색으로 생성됩니다. 과제나 습관을 자주 달성할수록 푸른색이 되어갑니다. 일일과제를 놓치거나 나쁜 습관을 실행할수록 붉은색이 되어갑니다. 과제가 붉을수록 달성했을때 주는 보상이 크지만, 일일과제나 나쁜습관일 경우 당신을 더 다치게 만들꺼에요! 이를 통해 당신은 어려운 과제를 더욱 더 달성하도록 동기부여가 되는거에요.",
"androidFaqAnswer3": "Your tasks change color based on how well you are currently accomplishing them! Each new task starts out as a neutral yellow. Perform Dailies or positive Habits more frequently and they move toward blue. Miss a Daily or give in to a bad Habit and the task moves toward red. The redder a task, the more rewards it will give you, but if it's a Daily or bad Habit, the more it will hurt you! This helps motivate you to complete the tasks that are giving you trouble.",
@@ -21,7 +21,7 @@
"androidFaqAnswer4": "There are several things that can cause you to take damage. First, if you left Dailies incomplete overnight and didn't check them off in the screen that popped up the next morning, those unfinished Dailies will damage you. Second, if you tap a bad Habit, it will damage you. Finally, if you are in a Boss Battle with your Party and one of your Party mates did not complete all their Dailies, the Boss will attack you.\n\n The main way to heal is to gain a level, which restores all your health. You can also buy a Health Potion with gold from the Rewards tab on the Tasks page. Plus, at level 10 or above, you can choose to become a Healer, and then you will learn healing skills. If you are in a Party with a Healer, they can heal you as well.",
"webFaqAnswer4": "There are several things that can cause you to take damage. First, if you left Dailies incomplete overnight and didn't check them off in the screen that popped up the next morning, those unfinished Dailies will damage you. Second, if you click a bad Habit, it will damage you. Finally, if you are in a Boss Battle with your party and one of your party mates did not complete all their Dailies, the Boss will attack you. The main way to heal is to gain a level, which restores all your Health. You can also buy a Health Potion with Gold from the Rewards column. Plus, at level 10 or above, you can choose to become a Healer, and then you will learn healing skills. Other Healers can heal you as well if you are in a Party with them. Learn more by clicking \"Party\" in the navigation bar.",
"faqQuestion5": "친구들과 함께 Habitica를 즐기려면 어떻게 하나요?",
"iosFaqAnswer5": "가장 좋은 방법은 그들을 파티에 초대하는 것입니다! 파티는 퀘스트를 함께 하고, 몬스터를 물리치고, 서로를 돕기 위해 마법을 수 있습니다. 기존의 파티가 없으시다면 메뉴 > 파티로 가서 \"새 파티 만들기\"를 클릭하세요. 그리고 멤버 목록을 누르고, 오른쪽 모퉁이에 초대를 누르세요. 그리고 친구의 사용자 ID를 입력해 파티원으로 초대하세요(사용자 ID는 문자와 숫자로 되어 있어요. 앱에서는 설정 > 계정 정보에서, 웹사이트에서는 설정 > API에서 확인할 수 있어요). 웹사이트에서는 이메일로도 친구를 초대할 수 있어요. 앱에서 이 기능은 나중에 업데이트될 예정이구요.\n\n웹사이트에서 당신은 친구와 함께 공공 채팅 공간인 길드에 가입할 수 있습니다. 길드도 앱에 추가될 예정이예요!",
"iosFaqAnswer5": "가장 좋은 방법은 그들을 파티에 초대하는 것입니다! 파티는 퀘스트를 함께 하고, 몬스터를 물리치고, 서로를 돕기 위해 마법을 수 있습니다.\n\n파티를 시작하고 싶다면 메뉴 > [파티](https://habitica.com/party)로 가서 \"새 파티 만들기\"를 클릭하세요. 친구들을 추가하기 위해 \"멤버 초대\"를 누르고 @사용자 ID를 입력하세요. 만약 다른 사람이 만든 파티에 들어가고 싶다면 그 사람에게 여러분의 사용자 ID를 알려주면 됩니다!\n\n또한 여러분은 친구와 함께 공통 관심사를 가진 사람들의 모임인 길드에 가입할 수 있습니다! 유익하고 재미있는 커뮤니티가 많으므로 꼭 확인하세요.\n\n좀 더 경쟁적인 것을 원한다면 여러분은 일련의 할 일을 완수해야 하는 챌린지를 만들거나 기존 챌린지에 참여할 수 있습니다. 광범위한 흥미와 목표에 걸쳐 이용 가능한 모든 종류의 챌린지가 있습니다. 몇몇 공공 챌린지에서는 우승자로 선정되면 젬 상을 받을 수도 있습니다.",
"androidFaqAnswer5": "The best way is to invite them to a Party with you! Parties can go on quests, battle monsters, and cast skills to support each other. Go to the [website](https://habitica.com/) to create one if you don't already have a Party. You can also join guilds together (Social > Guilds). Guilds are chat rooms focusing on a shared interest or the pursuit of a common goal, and can be public or private. You can join as many guilds as you'd like, but only one party.\n\n For more detailed info, check out the wiki pages on [Parties](http://habitica.wikia.com/wiki/Party) and [Guilds](http://habitica.wikia.com/wiki/Guilds).",
"webFaqAnswer5": "The best way is to invite them to a Party with you by clicking \"Party\" in the navigation bar! Parties can go on quests, battle monsters, and cast skills to support each other. You can also join Guilds together (click on \"Guilds\" in the navigation bar). Guilds are chat rooms focusing on a shared interest or the pursuit of a common goal, and can be public or private. You can join as many Guilds as you'd like, but only one Party. For more detailed info, check out the wiki pages on [Parties](http://habitica.wikia.com/wiki/Party) and [Guilds](http://habitica.wikia.com/wiki/Guilds).",
"faqQuestion6": "펫이나 탈것은 어떻게 얻나요?",
+23 -23
View File
@@ -1,25 +1,25 @@
{
"unlockedReward": "당신은 <%= reward %>을(를) 받았습니다.",
"earnedRewardForDevotion": "You have earned <%= reward %> for being committed to improving your life.",
"nextRewardUnlocksIn": "다음 경품까지 남은 출석: <%= numberOfCheckinsLeft %>",
"awesome": "대박!",
"countLeft": "다음 보상까지 남은 출석: <%= numberOfCheckinsLeft %>",
"incentivesDescription": "습관을 들일 때 중요한 것은 한결같음 입니다. 자주 출석 할수록 보상에 점점 다가갈 수 있습니다.",
"checkinEarned": "출석 횟수가 올라갔습니다!",
"unlockedCheckInReward": "출석 보상을 잠금해제했습니다!",
"checkinProgressTitle": "다음까지 진행",
"incentiveBackgroundsUnlockedWithCheckins": "Locked Plain Backgrounds will unlock with Daily Check-Ins.",
"oneOfAllPetEggs": "one of each standard Pet Egg",
"twoOfAllPetEggs": "two of each standard Pet Egg",
"threeOfAllPetEggs": "three of each standard Pet Egg",
"oneOfAllHatchingPotions": "one of each standard Hatching Potion",
"threeOfEachFood": "three of each standard Pet Food",
"fourOfEachFood": "four of each standard Pet Food",
"twoSaddles": "two Saddles",
"threeSaddles": "three Saddles",
"incentiveAchievement": "the Royally Loyal achievement",
"royallyLoyal": "Royally Loyal",
"royallyLoyalText": "This user has checked in over 500 times, and has earned every Check-In Prize!",
"checkInRewards": "Check-In Rewards",
"backloggedCheckInRewards": "You received Check-In Prizes! Visit your Inventory and Equipment to see what's new."
"unlockedReward": "<%= reward %>을(를) 받았습니다",
"earnedRewardForDevotion": "삶을 향상시키기 위해 노력한 보상으로 <%= reward %>을(를) 받았습니다.",
"nextRewardUnlocksIn": "다음 보상까지 남은 출석: <%= numberOfCheckinsLeft %>",
"awesome": "멋져요!",
"countLeft": "다음 보상까지 남은 출석: <%= numberOfCheckinsLeft %>",
"incentivesDescription": "습관을 들이는 데 가장 핵심적인 것은 꾸준한 노력입니다. 자주 출석할수록 보상에 점점 가까워집니다.",
"checkinEarned": "출석 횟수가 올라갔습니다!",
"unlockedCheckInReward": "출석 보상을 잠금해제했습니다!",
"checkinProgressTitle": "다음까지 계속 진행",
"incentiveBackgroundsUnlockedWithCheckins": "매일 출석 시 잠긴 일반 배경이 잠금해제됩니다.",
"oneOfAllPetEggs": "일반 펫 알 하나",
"twoOfAllPetEggs": "일반 펫 알 두 개",
"threeOfAllPetEggs": "일반 펫 알 세 개",
"oneOfAllHatchingPotions": "일반 부화 물약 하나",
"threeOfEachFood": "일반 펫 먹이 세 개",
"fourOfEachFood": "일반 펫 먹이 네 개",
"twoSaddles": "안장 두 개",
"threeSaddles": "안장 세 개",
"incentiveAchievement": "성실 끝판왕 업적",
"royallyLoyal": "성실 끝판왕",
"royallyLoyalText": "이 사용자는 500번 이상 출석했으며 모든 출석 보상을 받았습니다!",
"checkInRewards": "출석 보상",
"backloggedCheckInRewards": "출석 보상을 받았습니다! 인벤토리의 장비 탭에 들어가서 새로운 아이템을 확인하세요."
}
+23 -17
View File
@@ -1,24 +1,24 @@
{
"messageLostItem": "<%= itemText %>이/가 깨졌습니다.",
"messageLostItem": "<%= itemText %>이(가) 깨졌습니다.",
"messageTaskNotFound": "해당 과제를 찾을 수 없습니다.",
"messageTagNotFound": "태를 찾을 수 없습니다.",
"messagePetNotFound": "user.items.pets에서 :pet을/를 찾을 수 없습니다",
"messageFoodNotFound": "user.items.food에서 :food을/를 찾을 수 없습니다",
"messageTagNotFound": "태를 찾을 수 없습니다.",
"messagePetNotFound": "user.items.pets에서 :pet을(를) 찾을 수 없습니다",
"messageFoodNotFound": "user.items.food에서 :food을(를) 찾을 수 없습니다",
"messageNotAvailable": "현재 구입할 수 없는 아이템입니다.",
"messageCannotFeedPet": "이 펫에게 먹이를 줄 수 없습니다.",
"messageAlreadyMount": "이미 갖고 있는 탑승펫입니다. 다른 펫에게 먹보세요.",
"messageEvolve": "<%= egg %>을/를 길들였습니다. 타러 갑시다!",
"messageLikesFood": "<%= egg %> 은 정말로 <%= foodText %>을 좋아합니다!",
"messageDontEnjoyFood": "<%= egg %> 은 <%= foodText %> 을 먹지만 즐기는 것 같 보이진 않습니다.",
"messageBought": "<%= itemText %> 을 샀습니다",
"messageUnEquipped": "<%= itemText %> 장비를 취소합니다.",
"messageMissingEggPotion": "당신은 알이나 부화 포션이 없습니다",
"messageInvalidEggPotionCombo": "퀘스트 펫 알은 마법 물약으로 부화시킬 수 없습니다! 다른 알을 부화시켜보세요.",
"messageAlreadyPet": "이미 고 있는 펫입니다. 다른 조합 보세요!",
"messageHatched": "알이 부화했습니다! 마구간에 방문하여 펫을 장비할 수 있습니다.",
"messageAlreadyMount": "이미 갖고 있는 탑승펫입니다. 다른 펫에게 먹이를 줘 보세요.",
"messageEvolve": "<%= egg %>을(를) 길들였습니다. 이제 타러 가 봅시다!",
"messageLikesFood": "<%= egg %>이(가) <%= foodText %>을(를) 정말 좋아합니다!",
"messageDontEnjoyFood": "<%= egg %>은(는) <%= foodText %>을(를) 먹지만 즐기는 것 같 보이진 않습니다.",
"messageBought": "<%= itemText %>을(를) 샀습니다",
"messageUnEquipped": "<%= itemText %>을(를) 해제했습니다.",
"messageMissingEggPotion": "알과 부화 포션이 없습니다",
"messageInvalidEggPotionCombo": "퀘스트 펫 알은 마법 물약으로 부화시킬 수 없습니다! 다른 알을 부화시켜 보세요.",
"messageAlreadyPet": "이미 가지고 있는 펫입니다. 다른 조합을 시도해 보세요!",
"messageHatched": "알이 부화했습니다! 마구간에 펫을 선택할 수 있습니다.",
"messageNotEnoughGold": "골드가 부족합니다",
"messageTwoHandedEquip": "양손장비 <%= twoHandedText %>을/를 장비하기 위해 <%= offHandedText %> 장비를 취소합니다.",
"messageTwoHandedUnequip": "<%= twoHandedText %>은/는 양손 장비이므로, <%= offHandedText %>을/를할 때 장비를 해제했습니다.",
"messageTwoHandedEquip": "양손장비 <%= twoHandedText %>을(를) 장비하기 위해 <%= offHandedText %>을(를) 해제합니다.",
"messageTwoHandedUnequip": "<%= twoHandedText %>은(는) 양손 장비이므로, <%= offHandedText %>을(를)할 때 해제되었습니다.",
"messageDropFood": "당신은 <%= dropText %>을 찾아냈습니다!",
"messageDropEgg": "당신은 <%= dropText %>의 알을 찾아냈습니다!",
"messageDropPotion": "당신은 <%= dropText %>의 부화 포션을 찾아냈습니다!",
@@ -53,5 +53,11 @@
"messageMissingDisplayName": "표시되는 이름 누락.",
"canDeleteNow": "이제 당신은 원한다면 그 메시지를 삭제할 수 있습니다.",
"reportedMessage": "이 메시지를 운영자에게 보고하셨습니다.",
"beginningOfConversationReminder": "친절하고, 존중하며, 커뮤니티 지침을 따르는 것을 잊지 마십시오!"
"beginningOfConversationReminder": "친절하고, 존중하며, 커뮤니티 지침을 따르는 것을 잊지 마십시오!",
"newsPostNotFound": "뉴스 포스트를 찾을 수 없거나 접근할 수 없습니다.",
"messageAllUnEquipped": "모든 것을 해제했습니다.",
"messageBackgroundUnEquipped": "배경을 해제했습니다.",
"messagePetMountUnEquipped": "펫과 탑승펫을 해제했습니다.",
"messageCostumeUnEquipped": "의상을 해제했습니다.",
"messageBattleGearUnEquipped": "전투 장비를 해제했습니다."
}
+2 -2
View File
@@ -39,9 +39,9 @@
"mounts": "탑승펫",
"wackyPets": "엉터리 펫",
"questPets": "퀘스트 펫",
"magicPets": "마법 포션의 펫",
"magicPets": "마법 물약 펫",
"petsFound": "펫을 발견했습니다",
"noActivePet": "활동적이지 않은 펫",
"noActivePet": "사용중인 펫 없음",
"activePet": "사용중인 펫",
"pets": "펫",
"orca": "범고래",
+12 -9
View File
@@ -11,16 +11,16 @@
"startAdvCollapsed": "Advanced Settings in tasks start collapsed",
"startAdvCollapsedPop": "With this option set, Advanced Settings will be hidden when you first open a task for editing.",
"dontShowAgain": "다시 보여주지 마세요",
"suppressLevelUpModal": "레벨이 오를 때 팝업창을 띄우지 마세요.",
"suppressHatchPetModal": "펫 부화할 때 팝업창을 띄우지 마세요.",
"suppressRaisePetModal": "펫을 탑승펫으로 키울 때 팝업창을 띄우지 마세요.",
"suppressStreakModal": "연속 달성에 대해 팝업창을 띄우지 마세요.",
"suppressLevelUpModal": "레벨이 오를 때 팝업창을 띄우지 않습니다",
"suppressHatchPetModal": "펫 부화할 때 팝업창을 띄우지 않습니다",
"suppressRaisePetModal": "펫을 탑승펫으로 키울 때 팝업창을 띄우지 않습니다",
"suppressStreakModal": "연속 달성에 대해 팝업창을 띄우지 않습니다",
"showTour": "튜토리얼 보이기",
"showBailey": "베일리 보이기",
"showBaileyPop": "Bring Bailey the Town Crier out of hiding so you can review past news.",
"fixVal": "캐릭터의 가치를 수정합니다",
"fixVal": "캐릭터 값을 수정합니다",
"fixValPop": "체력, 레벨, 골드 같은 값들을 수동으로 변경합니다.",
"invalidLevel": "Invalid value: Level must be 1 or greater.",
"invalidLevel": "잘못된 값: 레벨은 1보다 크거나 같아야 합니다.",
"enableClass": "직업 시스템 켜기",
"enableClassPop": "처음에 직업 시스템에서 탈퇴했습니다. 지금 참여하시겠습니까?",
"resetAccPop": "다시 시작합니다. 모든 레벨, 골드, 장비, 히스토리, 과제를 삭제합니다.",
@@ -119,7 +119,7 @@
"unsubscribeAllEmailsText": "이 상자를 체크함으로서, 모든 이메일을 구독 해지하여 Habitica가 절대로 나에게 웹사이트나 내 계정에 대한 중요한 변화에 대해서 이메일로 고지할 수 없게 됨을 이해한다는 것을 증명합니다.",
"unsubscribeAllPush": "모든 푸시 알림을 해제하려면 체크하세요.",
"correctlyUnsubscribedEmailType": "\"<%= emailType %>\" 이메일을 틀림없이구독 해지하였습니다.",
"subscriptionRateText": "매 <%= months %>개월마다 USD <%= price %>$ 자동 결제",
"subscriptionRateText": "매<strong><%= months %> 개월</strong>마다 <strong>$<%= price %> USD</strong> 자동 결제",
"benefits": "편익",
"coupon": "쿠폰",
"couponText": "우리는 때로 이벤트를 열고 특별 장비를 위한 쿠폰 코드를 나누어 줍니다. (예를 들어, Wondercon의 우리 부스에 들러주는 사람들에게)",
@@ -147,7 +147,7 @@
"pushDeviceAdded": "Push device added successfully",
"pushDeviceNotFound": "The user has no push device with this id.",
"pushDeviceRemoved": "Push device removed successfully.",
"buyGemsGoldCap": "Cap raised to <%= amount %>",
"buyGemsGoldCap": "보석이 <%= amount %> 올랐습니다",
"mysticHourglass": "<%= amount %> 신비로운 모래시계",
"purchasedPlanExtraMonths": "You have <%= months %> months of extra subscription credit.",
"consecutiveSubscription": "연이은 정기후원",
@@ -176,5 +176,8 @@
"usernameVerifiedConfirmation": "Your username, <%= username %>, is confirmed!",
"usernameNotVerified": "Please confirm your username.",
"changeUsernameDisclaimer": "We will be transitioning login names to unique, public usernames soon. This username will be used for invitations, @mentions in chat, and messaging.",
"verifyUsernameVeteranPet": "One of these Veteran Pets will be waiting for you after you've finished confirming!"
"verifyUsernameVeteranPet": "One of these Veteran Pets will be waiting for you after you've finished confirming!",
"subscriptionReminders": "구독 알림",
"newPMNotificationTitle": "<%= name %>에서 새로운 메시지가 왔습니다",
"resetAccount": "계정 초기화"
}
+11 -1
View File
@@ -78,5 +78,15 @@
"achievementUndeadUndertaker": "Domador de Mortos-vivos",
"achievementFreshwaterFriendsModalText": "Você completou as missões de mascote da Salamandra, Sapo e Hipopótamo!",
"achievementFreshwaterFriendsText": "Completar as missões de mascote da Salamandra, Sapo e Hipopótamo.",
"achievementFreshwaterFriends": "Amigos Aquáticos"
"achievementFreshwaterFriends": "Amigos Aquáticos",
"achievementAllThatGlittersModalText": "Você domou todas as Montarias Douradas!",
"achievementAllThatGlittersText": "Você domou todas as Montarias Douradas.",
"achievementAllThatGlitters": "Tudo Que Brilha",
"achievementGoodAsGoldModalText": "Você coletou todos os pets Dourados!",
"achievementGoodAsGold": "Tão Bom Quanto Ouro",
"achievementPearlyPro": "Profissional Perolado",
"achievementGoodAsGoldText": "Coletou todos os pets Dourados",
"achievementRedLetterDayModalText": "Você domou todas as Montarias Vermelhas!",
"achievementBareNecessitiesModalText": "Você completou as missões dos Mascotes Macaco, Preguiça, e Arvorezinha!",
"achievementBareNecessitiesText": "Completou as missões dos Mascotes Macaco, Preguiça, e Arvorezinha."
}
+2 -1
View File
@@ -18,5 +18,6 @@
"defaultTag7": "Creatividade",
"workTodoProject": "Projeto de trabalho >> Completar projeto de trabalho",
"workDailyImportantTask": "Tarefa mais importante >> Trabalhei hoje na tarefa mais importante",
"workHabitMail": "Processar e-mail"
"workHabitMail": "Processar e-mail",
"workDailyImportantTaskNotes": "Toca para especificar a tua tarefa mais importante"
}
@@ -569,5 +569,12 @@
"backgroundRestingInTheInnText": "Descansando na Taverna",
"backgroundMysticalObservatoryNotes": "Leia o seu destino nas estrelas a partir de um Observatório Místico.",
"backgroundMysticalObservatoryText": "Observatório Místico",
"backgrounds112020": "Conjunto 78: Lançado em Novembro de 2020"
"backgrounds112020": "Conjunto 78: Lançado em Novembro de 2020",
"backgroundInsideAnOrnamentNotes": "Deixe sua alegria festiva brilhar de dentro de um ornamento.",
"backgroundInsideAnOrnamentText": "Dentro de um ornamento",
"backgroundHolidayHearthNotes": "Relaxe, se aqueça e seque-se ao lado de uma lareira de feriado.",
"backgroundHolidayHearthText": "Lareira de feriado",
"backgroundGingerbreadHouseNotes": "Aproveite a vista, os aromas e (se você ousar) os sabores de uma casa de pão de gengibre.",
"backgroundGingerbreadHouseText": "Casa de pão de gengibre",
"backgrounds122020": "CONJUNTO 79: Lançado em Dezembro de 2020"
}
+2 -2
View File
@@ -34,9 +34,9 @@
"join": "Participar",
"exportChallengeCSV": "Exportar para CSV",
"challengeCreated": "Desafio criado",
"sureDelCha": "Tem certeza que quer apagar esse desafio?",
"sureDelCha": "Tem certeza que quer excluir esse desafio?",
"sureDelChaTavern": "Tem certeza que deseja apagar esse desafio? Suas gemas não serão reembosadas.",
"keepTasks": "Manter Tarefas",
"keepTasks": "Manter tarefas",
"owned": "Meus",
"not_owned": "De Outros",
"not_participating": "Não participando",
+2 -2
View File
@@ -132,7 +132,7 @@
"healerText": "Curandeiros são impenetráveis contra danos, e extendem essa proteção aos outros. Diárias perdidas e maus Hábitos não incomodam muito, e eles possuem maneiras de recuperar Vida do fracasso. Jogue de Curandeiro se gostar de ajudar os outros em seu Grupo, ou se a ideia de enganar a Morte com trabalho duro o inspira!",
"optOutOfClasses": "Abster-se",
"chooseClass": "Escolha sua Classe",
"chooseClassLearnMarkdown": "[Aprenda mais sobre o Sistema de Classes do Habitica](https://habitica.fandom.com/wiki/Class_System)",
"chooseClassLearnMarkdown": "[Aprenda mais sobre o Sistema de Classes do Habitica](https://habitica.fandom.com/pt-br/wiki/Class_System)",
"optOutOfClassesText": "Não quer se incomodar com classes? Deseja escolher depois? Se Abstenha - você será um guerreiro sem habilidades especiais. Você pode ler sobre o sistema de classes na wiki e habilitar sua classe clicando no Ícone de Usuário > Configurações.",
"selectClass": "Selecionar <%= heroClass %>",
"select": "Selecionar",
@@ -175,7 +175,7 @@
"editProfile": "Editar perfil",
"challengesWon": "Desafios Vencidos",
"questsCompleted": "Missões Completas",
"headAccess": "Acessório De Cabeça.",
"headAccess": "Acessório de cabeça.",
"backAccess": "Acessório De Costas.",
"bodyAccess": "Acessório De Corpo.",
"mainHand": "Mão Primária",
@@ -7,13 +7,13 @@
"commGuidePara003": "Essas regras se aplicam a todos os espaços sociais que usamos, incluindo (mas não necessariamente limitado a) o Trello, GitHub, Weblate e a Wikia (ou wiki). Algumas vezes, imprevistos irão surgir, como uma nova fonte de conflito ou um necromante perverso. Quando isso acontece, os moderadores podem responder editando estas diretrizes para manter a comunidade a salvo de novas ameaças. Não tenha medo: você será notificado(a) através de um dos pronunciamentos da Bailey se as diretrizes mudarem.",
"commGuidePara004": "Agora prepare suas penas e pergaminhos para tomar notas e vamos começar!",
"commGuideHeadingInteractions": "Interações no Habitica",
"commGuidePara015": "O Habitica tem dois tipos de espaços sociais: público e privado. Espaços públicos incluem a Taverna, Guildas Públicas, GitHub, Trello e Wiki. Espaços privados são as Guildas Privadas, chat de grupo e Mensagens Privadas. Todos os nomes de exibição devem estar de acordo com as diretrizes de espaços públicos. Para mudar seu nome de exibição, navegue no website até Usuário > Perfil e clique no botão \"Editar\".",
"commGuidePara016": "Ao navegar nos espaços públicos no Habitica, existem algumas regras gerais para manter todo mundo seguro e feliz. Elas devem ser fáceis para aventureiros como você!",
"commGuideList02A": "<strong>Respeitem uns aos outros</strong>. Seja atencioso, gentil, amigável, e prestativo. Lembre-se: Habiticanos vem de vários contextos sociais e tem uma vasta diversidade de experiências. Isso é uma das coisa que faz o Habitica tão legal! Construir uma comunidade significa respeitar e celebrar nossas diferenças bem como nossas semelhanças. Aqui estão algumas simples maneiras de repeitar uns aos outros:",
"commGuidePara015": "O Habitica tem dois tipos de espaços sociais: público e privado. Espaços públicos incluem a Taverna, Guildas públicas, GitHub, Trello e a Wiki. Espaços privados são as Guildas privadas, chat de grupo e mensagens privadas. Todos os nomes de exibição devem estar de acordo com as diretrizes de espaços públicos. Para mudar seu nome de exibição, navegue no website até Usuário > Perfil e clique no botão \"Editar\".",
"commGuidePara016": "Ao navegar nos espaços públicos no Habitica, existem algumas regras gerais para manter todo mundo seguro e feliz. Elas devem ser fáceis para aventureiros(as) como você!",
"commGuideList02A": "<strong>Respeitem uns aos outros</strong>. Seja atencioso(a), gentil, amigável, e prestativo(a). Lembre-se: Habiticanos vem de vários contextos sociais e tem uma vasta diversidade de experiências. Isso é uma das coisa que faz o Habitica tão legal! Construir uma comunidade significa respeitar e celebrar nossas diferenças bem como nossas semelhanças. Aqui estão algumas simples maneiras de repeitar uns aos outros:",
"commGuideList02B": "<strong>Obedecer todos os <a href='/static/terms' target='_blank'>Termos e Condições</a></strong> .",
"commGuideList02C": "<strong>Não publique imagens ou texto que envolvam violência, ameaças ou que sejam sexualmente explícitas ou sugestivas. Também não promova discriminação, intolerância, racismo, sexismo, ódio, assédio ou ofensas contra um indivíduo ou grupo</strong>. Nem mesmo como uma piada. Isso inclui insultos, bem como declarações. Nem todo mundo tem o mesmo senso de humor e, então, algo que você considera uma piada pode ser ofensivo para o outro. Ataque suas Diárias, não os outros.",
"commGuideList02D": "<strong>Mantenha a linguagem apropriada para todas as idades</strong>. Temos muitos Habiticianos jovens que acessam o site! Não vamos machucar os inocentes ou atrapalhar qualquer Habiticiano a atingir seus objetivos.",
"commGuideList02E": "<strong>Tenha respeito pelas crenças dos outros. Não os julgue, mesmo se o que diz for algo que ache brando ou socialmente correto. </strong> Somos uma comunidade diversa, com pessoas de várias religiões e culturas e queremos que todas elas se sintam bem nos locais públicos. <strong>Atenção, se um moderador ou um membro da Equipe te disser que certo termo é proibido no Habitica, a decisão é irreversível, mesmo que não o considere uma ofensa. </strong> Além disso, ofensas religiosas serão resolvidas severamente uma vez que violam os Termos de Serviço.",
"commGuideList02C": "<strong>Não publique imagens ou texto que envolvam violência, ameaças ou que sejam sexualmente explícitas ou sugestivas. Também não promova discriminação, intolerância, racismo, sexismo, ódio, assédio ou ofensas contra um indivíduo ou grupo</strong>. Nem mesmo como uma piada. Isto inclui calúnias, assim como declarações. Nem todo mundo tem o mesmo senso de humor e, então, algo que você considera uma piada pode ser ofensivo para o outro. Ataque suas Diárias, não os outros.",
"commGuideList02D": "<strong>Mantenha a linguagem apropriada para todas as idades</strong>. Temos muitos Habiticianos jovens que acessam o site! Não vamos macular os inocentes ou atrapalhar qualquer Habiticiano de atingir seus objetivos.",
"commGuideList02E": "<strong>Evite a profanidade. Isto inclui declarações mais brandas sobre religião que possam ser consideradas aceitáveis em outros contextos.</strong> Tenha respeito pelas crenças dos outros. Somos uma comunidade diversa, com pessoas de várias religiões e culturas e queremos que todas elas se sintam bem nos locais públicos.<strong> Atenção, se um moderador ou um membro da equipe te disser que certo termo é proibido no Habitica, a decisão é irreversível, mesmo que não o considere uma ofensa.</strong> Além disso, insultos serão tratados com severidade, uma vez que são também uma violação dos Termos de Serviço.",
"commGuideList02F": "<strong>Evite discussões longas de tópicos polêmicos na Taverna e assuntos que podem ser desnecessárias nesse contexto</strong>. Se você sente que alguém disse algo rude ou ofensivo, não responda essa pessoa. Se alguém mencionar algo que é permitido pelas regras, mas que é ofensivo para você, está tudo bem em avisar à pessoa de maneira educada. Se é algo que vai contra as Diretrizes ou os Termos de Serviço, você deve reportar e deixar que os Moderadores respondam. Em caso de dúvida, reporte a publicação.",
"commGuideList02G": "<strong>Responda sempre o mais rápido possível qualquer pedido da Moderação</strong>. Isso pode incluir, mas não se limitar a: pedir que você faça suas publicações nos locais privados, editar seu perfil para remover conteúdo impróprio, pedir para você discutir um assunto específico em um espaço mais apropriado, etc.",
"commGuideList02H": "<strong>Respire e reflita antes de responder com raiva </strong> quando alguém disser que o que você disse ou fez deixou esse alguém desconfortável. É um grande sinal de força estar apto a pedir desculpas sinceras para alguém. Se você sentiu que a maneira que você foi respondido é inapropriada, fale com um moderador antes de falar com a pessoa publicamente.",
+8 -2
View File
@@ -2214,7 +2214,7 @@
"shieldArmoireDarkAutumnFlameText": "Chama Escura de Outono",
"headArmoireHornsOfAutumnNotes": "Extraia o poder do ar fresco da estação e canalize-o por meio de sua magia! Aumenta a Força em <%= str %>. Armário Encantado: Conjunto Encantadores de Outono (Item 1 de 4).",
"headArmoireHornsOfAutumnText": "Chifres de Outono",
"shieldMystery202011Notes": "Aproveite a força do vento de outono com este cajado. Use para magia arcana ou para fazer pilhas de folhas incríveis, a escolha é sua! Não concede benefícios. Item de assinante de Novembro de 2020.",
"shieldMystery202011Notes": "Aproveite a força do vento de outono com este cajado. Use para praticar magia arcana ou para fazer pilhas de folhas incríveis, a escolha é sua! Não concede benefícios. Item de assinante de Novembro de 2020.",
"shieldMystery202011Text": "Cajado Folheado",
"headArmoireCapOfClubsNotes": "Deixe todos saberem sobre suas últimas conquistas com esta pena literal em seu chapéu! Aumenta a inteligência em <%= int %>. Armário Encantado: Conjunto Valete de Paus (Item 1 de 3).",
"headArmoireCapOfClubsText": "Chapéu de Paus",
@@ -2227,5 +2227,11 @@
"backMystery202012Notes": "As penas nevadas destas asas lhe darão a velocidade de um vendaval de inverno. Não confere nenhum benefício. Item para assinantes de Dezembro 2020.",
"backMystery202012Text": "Asas da Fênix de Gelo",
"headMystery202012Notes": "Esta máscara imponente apresenta olhos penetrantes que cegarão os inimigos como o brilho da luz do sol sobre a neve fresca. Não confere nenhum benefício. Item para assinantes de Dezembro 2020.",
"headMystery202012Text": "Máscara da Fênix de Gelo"
"headMystery202012Text": "Máscara da Fênix de Gelo",
"headArmoireNightcapText": "Touca de dormir",
"weaponArmoireEveningTeaText": "Xícara de chá",
"weaponArmoireEveningTeaNotes": "Esse cházinho ajudará você a relaxar para que aquelas tarefas grandes não pareçam tão ameaçadoras. Aumenta a Inteligência em <%= int %>. Armário Encantado: Conjunto Roupão confortável (Item 3 de 3).",
"headArmoireNightcapNotes": "Sua nova touca de dormir tem até um belo pompom saltitante! Aumenta a Percepção em <%= per %>. Armário Encantado: Conjunto Roupão confortável (Item 2 de 3).",
"armorArmoireDressingGownNotes": "Relaxe em estilo com este lindo roupão tradicional. Aumenta a Constituição em <%= con %>. Armário Encantado: Conjunto Roupão confortável (Item 1 de 3).",
"armorArmoireDressingGownText": "Roupão confortável"
}
+1 -1
View File
@@ -151,7 +151,7 @@
"cannotInviteSelfToGroup": "Você não pode se convidar para um grupo.",
"userAlreadyInvitedToGroup": "ID de Usuário: <%= userId %>, Usuário \"<%= username %>\" já foi convidado para o gupo.",
"userAlreadyPendingInvitation": "ID de Usuário: <%= userId %>, Usuário \"<%= username %>\" está com convite pendente.",
"userAlreadyInAParty": "ID de usuário: <%= userId %>, usuário \"<%= username %>\" já está em um grupo.",
"userAlreadyInAParty": "ID de usuário: <%= userId %>, usuário \"<%= username %>\" já está em um grupo.",
"userWithIDNotFound": "Usuário com id \"<%= userId %>\" não encontrado.",
"userWithUsernameNotFound": "Usuário com o nome de usuário \"<%= username %>\" não encontrado.",
"userHasNoLocalRegistration": "Usuário não tem um registro local (usuário, e-mail, senha).",
+1 -1
View File
@@ -94,7 +94,7 @@
"classGearText": "Parabéns por ter escolhido uma classe! Eu adicionei sua nova arma básica no seu inventário. Dê uma olhada abaixo para equipá-lo!",
"autoAllocate": "Distribuição Automática",
"spells": "Habilidades",
"skillsTitle": "Habilidades",
"skillsTitle": "<%= classStr %> Habilidades",
"toDo": "Afazer",
"tourStatsPage": "Essa é a sua página de Atributos! Conquiste medalhas completando as tarefas listadas.",
"tourTavernPage": "Boas-vindas à Taverna, uma sala de bate-papo para todas as idades! Clicando em \"Pausar Diárias\" você poderá prevenir que suas Diárias te causem dano em caso de doença ou viajem . Venha dizer 'Olá'!",
@@ -705,7 +705,7 @@
"questWindupUnlockText": "Desbloqueia Poções de Eclosão de Corda para compra no Mercado",
"questWindupDropWindupPotion": "Poção de Eclosão de Corda",
"questWindupBoss": "Clankton",
"questWindupCompletion": "Conforme você se esquiva dos ataques, você percebe algo estranho: uma cauda de latão listrada saindo do chassi do robô. Você mergulha a mão entre as engrenagens e puxa... um filhote de tigre de corda trêmulo ao vento. Ele se aconchega em sua camisa.<br><br>O robô mecânico para imediatamente de se debater e sorri, suas engrenagens voltando a se encaixar no lugar. “Chanin-Chanin-Chanin! Chanin entrou em mim!”<br> <br>“Ótimo!” o Poderoso diz, corando. “Tenho trabalhado muito nessas poções de corda para animais de estimação. Acho que perdi o controle de minhas novas criações. Tenho perdido muito minha tarefa diária Arrumar a oficina ultimamente...”<br> <br> Você segue o relojoeiro e o Clankton para dentro. Peças, ferramentas e poções cobrem todas as superfícies. “Poderoso” pega seu relógio, mas lhe dá algumas poções.<br><br>“Pegue essas. Claramente elas estarão mais seguras com você!”",
"questWindupCompletion": "Conforme você se esquiva dos ataques, você percebe algo estranho: uma cauda de latão listrada saindo do chassi do robô. Você mergulha a mão entre as engrenagens e puxa... um filhote de tigre de corda trêmulo ao vento. Ele se aconchega em sua camisa.<br><br>O robô mecânico para imediatamente de se debater e sorri, suas engrenagens voltando a se encaixar no lugar. “Chanin-Chanin-Chanin! Chanin entrou em mim!”<br> <br>“Ótimo!” o Poderoso diz, corando. “Tenho trabalhado muito nessas poções de corda para animais de estimação. Acho que perdi o controle de minhas novas criações. Ultimamente tenho negligenciado minha diária Arrumar a oficina...”<br> <br> Você segue o relojoeiro e o Clankton para dentro. Peças, ferramentas e poções cobrem todas as superfícies. “Poderoso” pega seu relógio, mas lhe dá algumas poções.<br><br>“Pegue essas. Claramente elas estarão mais seguras com você!”",
"questWindupText": "Uma volta com o Guerreiro de Corda",
"questTurquoiseUnlockText": "Desbloqueia Poções de Eclosão Turquesa para compra no Mercado",
"questTurquoiseDropTurquoisePotion": "Poção de Eclosão Turquesa",

Some files were not shown because too many files have changed in this diff Show More