diff --git a/database_reports/count_users_who_own_specified_gear.js b/database_reports/count_users_who_own_specified_gear.js index 4931f64eee..c22cb4dcaa 100644 --- a/database_reports/count_users_who_own_specified_gear.js +++ b/database_reports/count_users_who_own_specified_gear.js @@ -119,7 +119,7 @@ function path(obj, path, def) { * @param {String} path dot separated * @param {*} def default value ( if result undefined ) * @returns {*} - * http://stackoverflow.com/a/16190716 + * https://stackoverflow.com/a/16190716 * Usage: console.log(path(someObject, pathname)); */ for(var i = 0,path = path.split('.'),len = path.length; i < len; i++){ diff --git a/habitica-images b/habitica-images index b9f9a9b6e3..a6f741c997 160000 --- a/habitica-images +++ b/habitica-images @@ -1 +1 @@ -Subproject commit b9f9a9b6e313787b773a2db6f5205a10481c3189 +Subproject commit a6f741c997717d0a11ee7fe14e0b7fd0d8c0f6cb diff --git a/migrations/archive/2013/20131028_task_subdocs_tags_invites.js b/migrations/archive/2013/20131028_task_subdocs_tags_invites.js index 7e4c38b286..4069d381ed 100644 --- a/migrations/archive/2013/20131028_task_subdocs_tags_invites.js +++ b/migrations/archive/2013/20131028_task_subdocs_tags_invites.js @@ -2,7 +2,7 @@ // TODO it might be better we just find() and save() all user objects using mongoose, and rely on our defined pre('save') // and default values to "migrate" users. This way we can make sure those parts are working properly too -// @see http://stackoverflow.com/questions/14867697/mongoose-full-collection-scan +// @see https://stackoverflow.com/questions/14867697/mongoose-full-collection-scan // Also, what do we think of a Mongoose Migration module? something like https://github.com/madhums/mongoose-migrate // IMPORTANT NOTE: this migration was written when we were using version 3 of lodash. diff --git a/migrations/archive/2017/20170111_announce_collection_quest_change_in_parties.js b/migrations/archive/2017/20170111_announce_collection_quest_change_in_parties.js index 07abd4fa8a..6bd4ccd45e 100644 --- a/migrations/archive/2017/20170111_announce_collection_quest_change_in_parties.js +++ b/migrations/archive/2017/20170111_announce_collection_quest_change_in_parties.js @@ -19,7 +19,7 @@ const Timer = require('./utils/timer'); const connectToDb = require('./utils/connect').connectToDb; const closeDb = require('./utils/connect').closeDb; -const message = '`This party\'s collection quest has been made easier! For details, refer to http://habitica.fandom.com/wiki/User_blog:LadyAlys/Collection_Quests_are_Now_Easier`'; +const message = '`This party\'s collection quest has been made easier! For details, refer to https://habitica.fandom.com/wiki/User_blog:LadyAlys/Collection_Quests_are_Now_Easier`'; const timer = new Timer(); diff --git a/migrations/archive/s3-upload.js b/migrations/archive/s3-upload.js index 32ae1d71cb..1a11fbe6b9 100644 --- a/migrations/archive/s3-upload.js +++ b/migrations/archive/s3-upload.js @@ -16,7 +16,7 @@ AWS.config.update({ const BUCKET_NAME = config.S3.bucket; const s3 = new AWS.S3(); -// Adapted from http://stackoverflow.com/a/22210077/2601552 +// Adapted from https://stackoverflow.com/a/22210077/2601552 function uploadFile (buffer, fileName) { return new Promise((resolve, reject) => { s3.putObject({ diff --git a/migrations/command-line/cancelSubscription.js b/migrations/command-line/cancelSubscription.js index a59a0a4c7f..ee51f908ac 100644 --- a/migrations/command-line/cancelSubscription.js +++ b/migrations/command-line/cancelSubscription.js @@ -2,7 +2,7 @@ // For some reason people often to contact me to cancel their sub, // rather than do it online. Even when I point them to -// the FAQ (http://goo.gl/1uoPGQ) they insist... +// the FAQ (https://habitica.fandom.com/wiki/FAQ) they insist... db.users.update( { _id: '' }, diff --git a/package-lock.json b/package-lock.json index 4323217ca7..abd0631b0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.232.1", + "version": "4.233.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -27,20 +27,20 @@ "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==" }, "@babel/core": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz", - "integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==", + "version": "7.18.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.5.tgz", + "integrity": "sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==", "requires": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-compilation-targets": "^7.17.10", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.10", + "@babel/generator": "^7.18.2", + "@babel/helper-compilation-targets": "^7.18.2", + "@babel/helper-module-transforms": "^7.18.0", + "@babel/helpers": "^7.18.2", + "@babel/parser": "^7.18.5", "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.10", - "@babel/types": "^7.17.10", + "@babel/traverse": "^7.18.5", + "@babel/types": "^7.18.4", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -56,63 +56,10 @@ "@babel/highlight": "^7.16.7" } }, - "@babel/compat-data": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz", - "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==" - }, - "@babel/generator": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.10.tgz", - "integrity": "sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==", - "requires": { - "@babel/types": "^7.17.10", - "@jridgewell/gen-mapping": "^0.1.0", - "jsesc": "^2.5.1" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz", - "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==", - "requires": { - "@babel/compat-data": "^7.17.10", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.20.2", - "semver": "^6.3.0" - } - }, - "@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", - "requires": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" - } - }, - "@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", - "requires": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" - } - }, - "@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", - "requires": { - "@babel/types": "^7.17.0" - } + "@babel/helper-environment-visitor": { + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz", + "integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==" }, "@babel/helper-validator-identifier": { "version": "7.16.7", @@ -120,9 +67,9 @@ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, "@babel/highlight": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz", - "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz", + "integrity": "sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "chalk": "^2.0.0", @@ -130,53 +77,36 @@ } }, "@babel/parser": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz", - "integrity": "sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==" + "version": "7.18.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.5.tgz", + "integrity": "sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==" }, "@babel/traverse": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.10.tgz", - "integrity": "sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==", + "version": "7.18.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.5.tgz", + "integrity": "sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==", "requires": { "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-environment-visitor": "^7.16.7", + "@babel/generator": "^7.18.2", + "@babel/helper-environment-visitor": "^7.18.2", "@babel/helper-function-name": "^7.17.9", "@babel/helper-hoist-variables": "^7.16.7", "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.10", - "@babel/types": "^7.17.10", + "@babel/parser": "^7.18.5", + "@babel/types": "^7.18.4", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" } }, - "browserslist": { - "version": "4.20.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.3.tgz", - "integrity": "sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==", - "requires": { - "caniuse-lite": "^1.0.30001332", - "electron-to-chromium": "^1.4.118", - "escalade": "^3.1.1", - "node-releases": "^2.0.3", - "picocolors": "^1.0.0" - } - }, - "caniuse-lite": { - "version": "1.0.30001334", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001334.tgz", - "integrity": "sha512-kbaCEBRRVSoeNs74sCuq92MJyGrMtjWVfhltoHUCW4t4pXFvGjUBrfo47weBRViHkiV3eBYyIsfl956NtHGazw==" - }, "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -187,11 +117,6 @@ "supports-color": "^5.3.0" } }, - "node-releases": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz", - "integrity": "sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==" - }, "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", @@ -200,12 +125,12 @@ } }, "@babel/generator": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.10.tgz", - "integrity": "sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz", + "integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==", "requires": { - "@babel/types": "^7.17.10", - "@jridgewell/gen-mapping": "^0.1.0", + "@babel/types": "^7.18.2", + "@jridgewell/gen-mapping": "^0.3.0", "jsesc": "^2.5.1" }, "dependencies": { @@ -215,13 +140,23 @@ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, "@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" } + }, + "@jridgewell/gen-mapping": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz", + "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==", + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } } } }, @@ -243,9 +178,9 @@ } }, "@babel/helper-compilation-targets": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz", - "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz", + "integrity": "sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==", "requires": { "@babel/compat-data": "^7.17.10", "@babel/helper-validator-option": "^7.16.7", @@ -266,14 +201,14 @@ } }, "caniuse-lite": { - "version": "1.0.30001335", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001335.tgz", - "integrity": "sha512-ddP1Tgm7z2iIxu6QTtbZUv6HJxSaV/PZeSrWFZtbY4JZ69tOeNhBCl3HyRQgeNZKE5AOn1kpV7fhljigy0Ty3w==" + "version": "1.0.30001346", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001346.tgz", + "integrity": "sha512-q6ibZUO2t88QCIPayP/euuDREq+aMAxFE5S70PkrLh0iTDj/zEhgvJRKC2+CvXY6EWc6oQwUR48lL5vCW6jiXQ==" }, "node-releases": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz", - "integrity": "sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz", + "integrity": "sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==" }, "semver": { "version": "6.3.0", @@ -283,9 +218,9 @@ } }, "@babel/helper-create-class-features-plugin": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz", - "integrity": "sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.0.tgz", + "integrity": "sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==", "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", "@babel/helper-environment-visitor": "^7.16.7", @@ -297,9 +232,9 @@ } }, "@babel/helper-create-regexp-features-plugin": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz", - "integrity": "sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.12.tgz", + "integrity": "sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw==", "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", "regexpu-core": "^5.0.1" @@ -358,9 +293,9 @@ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, "@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" @@ -390,9 +325,9 @@ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, "@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" @@ -409,9 +344,9 @@ } }, "@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz", + "integrity": "sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==", "requires": { "@babel/helper-environment-visitor": "^7.16.7", "@babel/helper-module-imports": "^7.16.7", @@ -419,8 +354,8 @@ "@babel/helper-split-export-declaration": "^7.16.7", "@babel/helper-validator-identifier": "^7.16.7", "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" + "@babel/traverse": "^7.18.0", + "@babel/types": "^7.18.0" }, "dependencies": { "@babel/helper-validator-identifier": { @@ -429,9 +364,9 @@ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, "@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" @@ -448,9 +383,9 @@ } }, "@babel/helper-plugin-utils": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", - "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==" + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz", + "integrity": "sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==" }, "@babel/helper-remap-async-to-generator": { "version": "7.16.8", @@ -463,23 +398,44 @@ } }, "@babel/helper-replace-supers": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz", - "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.2.tgz", + "integrity": "sha512-XzAIyxx+vFnrOxiQrToSUOzUOn0e1J2Li40ntddek1Y69AXUTXoDJ40/D5RdjFu7s7qHiaeoTiempZcbuVXh2Q==", "requires": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-member-expression-to-functions": "^7.16.7", + "@babel/helper-environment-visitor": "^7.18.2", + "@babel/helper-member-expression-to-functions": "^7.17.7", "@babel/helper-optimise-call-expression": "^7.16.7", - "@babel/traverse": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/traverse": "^7.18.2", + "@babel/types": "^7.18.2" + }, + "dependencies": { + "@babel/helper-environment-visitor": { + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz", + "integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==" + }, + "@babel/helper-validator-identifier": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" + }, + "@babel/types": { + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.16.7", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz", + "integrity": "sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==", "requires": { - "@babel/types": "^7.17.0" + "@babel/types": "^7.18.2" }, "dependencies": { "@babel/helper-validator-identifier": { @@ -488,9 +444,9 @@ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, "@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" @@ -536,97 +492,28 @@ } }, "@babel/helpers": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", - "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.2.tgz", + "integrity": "sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==", "requires": { "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0" + "@babel/traverse": "^7.18.2", + "@babel/types": "^7.18.2" }, "dependencies": { - "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", - "requires": { - "@babel/highlight": "^7.16.7" - } - }, - "@babel/generator": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.10.tgz", - "integrity": "sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==", - "requires": { - "@babel/types": "^7.17.10", - "@jridgewell/gen-mapping": "^0.1.0", - "jsesc": "^2.5.1" - } - }, - "@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", - "requires": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" - } - }, "@babel/helper-validator-identifier": { "version": "7.16.7", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, - "@babel/highlight": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz", - "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==", - "requires": { - "@babel/helper-validator-identifier": "^7.16.7", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - } - }, - "@babel/parser": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz", - "integrity": "sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==" - }, - "@babel/traverse": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.10.tgz", - "integrity": "sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==", - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.17.9", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.10", - "@babel/types": "^7.17.10", - "debug": "^4.1.0", - "globals": "^11.1.0" - } - }, "@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } } } }, @@ -658,49 +545,49 @@ "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==" }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz", - "integrity": "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.17.12.tgz", + "integrity": "sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz", - "integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.17.12.tgz", + "integrity": "sha512-/vt0hpIw0x4b6BLKUkwlvEoiGZYYLNZ96CzyHYPbtG2jZGz6LBe7/V+drYrc/d+ovrF9NBi0pmtvmNb/FsWtRQ==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", - "@babel/plugin-proposal-optional-chaining": "^7.16.7" + "@babel/plugin-proposal-optional-chaining": "^7.17.12" } }, "@babel/plugin-proposal-async-generator-functions": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz", - "integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.17.12.tgz", + "integrity": "sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/helper-remap-async-to-generator": "^7.16.8", "@babel/plugin-syntax-async-generators": "^7.8.4" } }, "@babel/plugin-proposal-class-properties": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz", - "integrity": "sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.17.12.tgz", + "integrity": "sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==", "requires": { - "@babel/helper-create-class-features-plugin": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-create-class-features-plugin": "^7.17.12", + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-proposal-class-static-block": { - "version": "7.17.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.17.6.tgz", - "integrity": "sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.0.tgz", + "integrity": "sha512-t+8LsRMMDE74c6sV7KShIw13sqbqd58tlqNrsWoWBTIMw7SVQ0cZ905wLNS/FBCy/3PyooRHLFFlfrUNyyz5lA==", "requires": { - "@babel/helper-create-class-features-plugin": "^7.17.6", - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-create-class-features-plugin": "^7.18.0", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/plugin-syntax-class-static-block": "^7.14.5" } }, @@ -714,38 +601,38 @@ } }, "@babel/plugin-proposal-export-namespace-from": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz", - "integrity": "sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.17.12.tgz", + "integrity": "sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" } }, "@babel/plugin-proposal-json-strings": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz", - "integrity": "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.17.12.tgz", + "integrity": "sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/plugin-syntax-json-strings": "^7.8.3" } }, "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz", - "integrity": "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.17.12.tgz", + "integrity": "sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" } }, "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz", - "integrity": "sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.17.12.tgz", + "integrity": "sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" } }, @@ -759,15 +646,15 @@ } }, "@babel/plugin-proposal-object-rest-spread": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz", - "integrity": "sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.0.tgz", + "integrity": "sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw==", "requires": { - "@babel/compat-data": "^7.17.0", - "@babel/helper-compilation-targets": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/compat-data": "^7.17.10", + "@babel/helper-compilation-targets": "^7.17.10", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.16.7" + "@babel/plugin-transform-parameters": "^7.17.12" } }, "@babel/plugin-proposal-optional-catch-binding": { @@ -780,42 +667,42 @@ } }, "@babel/plugin-proposal-optional-chaining": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz", - "integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.17.12.tgz", + "integrity": "sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", "@babel/plugin-syntax-optional-chaining": "^7.8.3" } }, "@babel/plugin-proposal-private-methods": { - "version": "7.16.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz", - "integrity": "sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.17.12.tgz", + "integrity": "sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A==", "requires": { - "@babel/helper-create-class-features-plugin": "^7.16.10", - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-create-class-features-plugin": "^7.17.12", + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-proposal-private-property-in-object": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz", - "integrity": "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.17.12.tgz", + "integrity": "sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg==", "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-create-class-features-plugin": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-create-class-features-plugin": "^7.17.12", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/plugin-syntax-private-property-in-object": "^7.14.5" } }, "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz", - "integrity": "sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.17.12.tgz", + "integrity": "sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A==", "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-create-regexp-features-plugin": "^7.17.12", + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-syntax-async-generators": { @@ -858,6 +745,14 @@ "@babel/helper-plugin-utils": "^7.8.3" } }, + "@babel/plugin-syntax-import-assertions": { + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.17.12.tgz", + "integrity": "sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw==", + "requires": { + "@babel/helper-plugin-utils": "^7.17.12" + } + }, "@babel/plugin-syntax-json-strings": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", @@ -931,20 +826,20 @@ } }, "@babel/plugin-transform-arrow-functions": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz", - "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.17.12.tgz", + "integrity": "sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-async-to-generator": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz", - "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.17.12.tgz", + "integrity": "sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==", "requires": { "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/helper-remap-async-to-generator": "^7.16.8" } }, @@ -957,42 +852,49 @@ } }, "@babel/plugin-transform-block-scoping": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz", - "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.4.tgz", + "integrity": "sha512-+Hq10ye+jlvLEogSOtq4mKvtk7qwcUQ1f0Mrueai866C82f844Yom2cttfJdMdqRLTxWpsbfbkIkOIfovyUQXw==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-classes": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz", - "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.4.tgz", + "integrity": "sha512-e42NSG2mlKWgxKUAD9EJJSkZxR67+wZqzNxLSpc51T8tRU5SLFHsPmgYR5yr7sdgX4u+iHA1C5VafJ6AyImV3A==", "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.16.7", + "@babel/helper-environment-visitor": "^7.18.2", + "@babel/helper-function-name": "^7.17.9", "@babel/helper-optimise-call-expression": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-replace-supers": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12", + "@babel/helper-replace-supers": "^7.18.2", "@babel/helper-split-export-declaration": "^7.16.7", "globals": "^11.1.0" + }, + "dependencies": { + "@babel/helper-environment-visitor": { + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz", + "integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==" + } } }, "@babel/plugin-transform-computed-properties": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz", - "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.17.12.tgz", + "integrity": "sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-destructuring": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz", - "integrity": "sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.0.tgz", + "integrity": "sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-dotall-regex": { @@ -1005,11 +907,11 @@ } }, "@babel/plugin-transform-duplicate-keys": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz", - "integrity": "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.17.12.tgz", + "integrity": "sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-exponentiation-operator": { @@ -1022,11 +924,11 @@ } }, "@babel/plugin-transform-for-of": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz", - "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==", + "version": "7.18.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz", + "integrity": "sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-function-name": { @@ -1040,11 +942,11 @@ } }, "@babel/plugin-transform-literals": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz", - "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.17.12.tgz", + "integrity": "sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-member-expression-literals": { @@ -1056,34 +958,34 @@ } }, "@babel/plugin-transform-modules-amd": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz", - "integrity": "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.0.tgz", + "integrity": "sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==", "requires": { - "@babel/helper-module-transforms": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-module-transforms": "^7.18.0", + "@babel/helper-plugin-utils": "^7.17.12", "babel-plugin-dynamic-import-node": "^2.3.3" } }, "@babel/plugin-transform-modules-commonjs": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz", - "integrity": "sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz", + "integrity": "sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==", "requires": { - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", + "@babel/helper-module-transforms": "^7.18.0", + "@babel/helper-plugin-utils": "^7.17.12", + "@babel/helper-simple-access": "^7.18.2", "babel-plugin-dynamic-import-node": "^2.3.3" } }, "@babel/plugin-transform-modules-systemjs": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.17.8.tgz", - "integrity": "sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.4.tgz", + "integrity": "sha512-lH2UaQaHVOAeYrUUuZ8i38o76J/FnO8vu21OE+tD1MyP9lxdZoSfz+pDbWkq46GogUrdrMz3tiz/FYGB+bVThg==", "requires": { "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-module-transforms": "^7.18.0", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/helper-validator-identifier": "^7.16.7", "babel-plugin-dynamic-import-node": "^2.3.3" }, @@ -1096,28 +998,29 @@ } }, "@babel/plugin-transform-modules-umd": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz", - "integrity": "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.0.tgz", + "integrity": "sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA==", "requires": { - "@babel/helper-module-transforms": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-module-transforms": "^7.18.0", + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.17.10.tgz", - "integrity": "sha512-v54O6yLaJySCs6mGzaVOUw9T967GnH38T6CQSAtnzdNPwu84l2qAjssKzo/WSO8Yi7NF+7ekm5cVbF/5qiIgNA==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.17.12.tgz", + "integrity": "sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA==", "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.17.0" + "@babel/helper-create-regexp-features-plugin": "^7.17.12", + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-new-target": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz", - "integrity": "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.17.12.tgz", + "integrity": "sha512-CaOtzk2fDYisbjAD4Sd1MTKGVIpRtx9bWLyj24Y/k6p4s4gQ3CqDGJauFJxt8M/LEx003d0i3klVqnN73qvK3w==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-object-super": { @@ -1130,11 +1033,11 @@ } }, "@babel/plugin-transform-parameters": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz", - "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.17.12.tgz", + "integrity": "sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-property-literals": { @@ -1146,19 +1049,20 @@ } }, "@babel/plugin-transform-regenerator": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.17.9.tgz", - "integrity": "sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.0.tgz", + "integrity": "sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw==", "requires": { + "@babel/helper-plugin-utils": "^7.17.12", "regenerator-transform": "^0.15.0" } }, "@babel/plugin-transform-reserved-words": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz", - "integrity": "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.17.12.tgz", + "integrity": "sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-shorthand-properties": { @@ -1170,11 +1074,11 @@ } }, "@babel/plugin-transform-spread": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz", - "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.17.12.tgz", + "integrity": "sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0" } }, @@ -1187,19 +1091,19 @@ } }, "@babel/plugin-transform-template-literals": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz", - "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz", + "integrity": "sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-typeof-symbol": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz", - "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.17.12.tgz", + "integrity": "sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-unicode-escapes": { @@ -1220,36 +1124,37 @@ } }, "@babel/preset-env": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.17.10.tgz", - "integrity": "sha512-YNgyBHZQpeoBSRBg0xixsZzfT58Ze1iZrajvv0lJc70qDDGuGfonEnMGfWeSY0mQ3JTuCWFbMkzFRVafOyJx4g==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.2.tgz", + "integrity": "sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==", "requires": { "@babel/compat-data": "^7.17.10", - "@babel/helper-compilation-targets": "^7.17.10", - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-compilation-targets": "^7.18.2", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7", - "@babel/plugin-proposal-async-generator-functions": "^7.16.8", - "@babel/plugin-proposal-class-properties": "^7.16.7", - "@babel/plugin-proposal-class-static-block": "^7.17.6", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.17.12", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.17.12", + "@babel/plugin-proposal-async-generator-functions": "^7.17.12", + "@babel/plugin-proposal-class-properties": "^7.17.12", + "@babel/plugin-proposal-class-static-block": "^7.18.0", "@babel/plugin-proposal-dynamic-import": "^7.16.7", - "@babel/plugin-proposal-export-namespace-from": "^7.16.7", - "@babel/plugin-proposal-json-strings": "^7.16.7", - "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", + "@babel/plugin-proposal-export-namespace-from": "^7.17.12", + "@babel/plugin-proposal-json-strings": "^7.17.12", + "@babel/plugin-proposal-logical-assignment-operators": "^7.17.12", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12", "@babel/plugin-proposal-numeric-separator": "^7.16.7", - "@babel/plugin-proposal-object-rest-spread": "^7.17.3", + "@babel/plugin-proposal-object-rest-spread": "^7.18.0", "@babel/plugin-proposal-optional-catch-binding": "^7.16.7", - "@babel/plugin-proposal-optional-chaining": "^7.16.7", - "@babel/plugin-proposal-private-methods": "^7.16.11", - "@babel/plugin-proposal-private-property-in-object": "^7.16.7", - "@babel/plugin-proposal-unicode-property-regex": "^7.16.7", + "@babel/plugin-proposal-optional-chaining": "^7.17.12", + "@babel/plugin-proposal-private-methods": "^7.17.12", + "@babel/plugin-proposal-private-property-in-object": "^7.17.12", + "@babel/plugin-proposal-unicode-property-regex": "^7.17.12", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-class-static-block": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.17.12", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", @@ -1259,40 +1164,40 @@ "@babel/plugin-syntax-optional-chaining": "^7.8.3", "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.16.7", - "@babel/plugin-transform-async-to-generator": "^7.16.8", + "@babel/plugin-transform-arrow-functions": "^7.17.12", + "@babel/plugin-transform-async-to-generator": "^7.17.12", "@babel/plugin-transform-block-scoped-functions": "^7.16.7", - "@babel/plugin-transform-block-scoping": "^7.16.7", - "@babel/plugin-transform-classes": "^7.16.7", - "@babel/plugin-transform-computed-properties": "^7.16.7", - "@babel/plugin-transform-destructuring": "^7.17.7", + "@babel/plugin-transform-block-scoping": "^7.17.12", + "@babel/plugin-transform-classes": "^7.17.12", + "@babel/plugin-transform-computed-properties": "^7.17.12", + "@babel/plugin-transform-destructuring": "^7.18.0", "@babel/plugin-transform-dotall-regex": "^7.16.7", - "@babel/plugin-transform-duplicate-keys": "^7.16.7", + "@babel/plugin-transform-duplicate-keys": "^7.17.12", "@babel/plugin-transform-exponentiation-operator": "^7.16.7", - "@babel/plugin-transform-for-of": "^7.16.7", + "@babel/plugin-transform-for-of": "^7.18.1", "@babel/plugin-transform-function-name": "^7.16.7", - "@babel/plugin-transform-literals": "^7.16.7", + "@babel/plugin-transform-literals": "^7.17.12", "@babel/plugin-transform-member-expression-literals": "^7.16.7", - "@babel/plugin-transform-modules-amd": "^7.16.7", - "@babel/plugin-transform-modules-commonjs": "^7.17.9", - "@babel/plugin-transform-modules-systemjs": "^7.17.8", - "@babel/plugin-transform-modules-umd": "^7.16.7", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.17.10", - "@babel/plugin-transform-new-target": "^7.16.7", + "@babel/plugin-transform-modules-amd": "^7.18.0", + "@babel/plugin-transform-modules-commonjs": "^7.18.2", + "@babel/plugin-transform-modules-systemjs": "^7.18.0", + "@babel/plugin-transform-modules-umd": "^7.18.0", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.17.12", + "@babel/plugin-transform-new-target": "^7.17.12", "@babel/plugin-transform-object-super": "^7.16.7", - "@babel/plugin-transform-parameters": "^7.16.7", + "@babel/plugin-transform-parameters": "^7.17.12", "@babel/plugin-transform-property-literals": "^7.16.7", - "@babel/plugin-transform-regenerator": "^7.17.9", - "@babel/plugin-transform-reserved-words": "^7.16.7", + "@babel/plugin-transform-regenerator": "^7.18.0", + "@babel/plugin-transform-reserved-words": "^7.17.12", "@babel/plugin-transform-shorthand-properties": "^7.16.7", - "@babel/plugin-transform-spread": "^7.16.7", + "@babel/plugin-transform-spread": "^7.17.12", "@babel/plugin-transform-sticky-regex": "^7.16.7", - "@babel/plugin-transform-template-literals": "^7.16.7", - "@babel/plugin-transform-typeof-symbol": "^7.16.7", + "@babel/plugin-transform-template-literals": "^7.18.2", + "@babel/plugin-transform-typeof-symbol": "^7.17.12", "@babel/plugin-transform-unicode-escapes": "^7.16.7", "@babel/plugin-transform-unicode-regex": "^7.16.7", "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.17.10", + "@babel/types": "^7.18.2", "babel-plugin-polyfill-corejs2": "^0.3.0", "babel-plugin-polyfill-corejs3": "^0.5.0", "babel-plugin-polyfill-regenerator": "^0.3.0", @@ -1306,9 +1211,9 @@ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, "@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" @@ -1346,9 +1251,9 @@ } }, "@babel/runtime": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", - "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.3.tgz", + "integrity": "sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -1399,18 +1304,18 @@ } }, "@babel/traverse": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.10.tgz", - "integrity": "sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.2.tgz", + "integrity": "sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==", "requires": { "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-environment-visitor": "^7.16.7", + "@babel/generator": "^7.18.2", + "@babel/helper-environment-visitor": "^7.18.2", "@babel/helper-function-name": "^7.17.9", "@babel/helper-hoist-variables": "^7.16.7", "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.10", - "@babel/types": "^7.17.10", + "@babel/parser": "^7.18.0", + "@babel/types": "^7.18.2", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -1423,15 +1328,20 @@ "@babel/highlight": "^7.16.7" } }, + "@babel/helper-environment-visitor": { + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz", + "integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==" + }, "@babel/helper-validator-identifier": { "version": "7.16.7", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, "@babel/highlight": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz", - "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz", + "integrity": "sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "chalk": "^2.0.0", @@ -1439,14 +1349,14 @@ } }, "@babel/parser": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz", - "integrity": "sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==" + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.4.tgz", + "integrity": "sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==" }, "@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" @@ -1924,6 +1834,14 @@ "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=" }, + "@types/jsonwebtoken": { + "version": "8.5.8", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz", + "integrity": "sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==", + "requires": { + "@types/node": "*" + } + }, "@types/keyv": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.3.tgz", @@ -2911,7 +2829,7 @@ "asap": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" }, "asn1": { "version": "0.2.4", @@ -4720,7 +4638,7 @@ "contentstream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/contentstream/-/contentstream-1.0.0.tgz", - "integrity": "sha1-C9z6RtowRkqGzo+n7OVlQQ3G+aU=", + "integrity": "sha512-jqWbfFZFG9tZbdej7+TzXI4kanABh3BLtTWY6NxqTK5zo6iTIeo5aq4iRVfYsLQ0y8ccQqmJR/J4NeMmEdnR2w==", "requires": { "readable-stream": "~1.0.33-1" }, @@ -4728,7 +4646,7 @@ "isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" }, "readable-stream": { "version": "1.0.34", @@ -4850,9 +4768,9 @@ "dev": true }, "core-js-compat": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.22.4.tgz", - "integrity": "sha512-dIWcsszDezkFZrfm1cnB4f/J85gyhiCpxbgBdohWCDtSVuAaChTSpPV7ldOQf/Xds2U5xCIJZOK82G4ZPAIswA==", + "version": "3.22.8", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.22.8.tgz", + "integrity": "sha512-pQnwg4xtuvc2Bs/5zYQPaEYYSuTxsF7LBWF0SvnVhthZo/Qe+rJpcEekrdNK5DWwDJ0gv0oI9NNX5Mppdy0ctg==", "requires": { "browserslist": "^4.20.3", "semver": "7.0.0" @@ -4871,14 +4789,14 @@ } }, "caniuse-lite": { - "version": "1.0.30001335", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001335.tgz", - "integrity": "sha512-ddP1Tgm7z2iIxu6QTtbZUv6HJxSaV/PZeSrWFZtbY4JZ69tOeNhBCl3HyRQgeNZKE5AOn1kpV7fhljigy0Ty3w==" + "version": "1.0.30001346", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001346.tgz", + "integrity": "sha512-q6ibZUO2t88QCIPayP/euuDREq+aMAxFE5S70PkrLh0iTDj/zEhgvJRKC2+CvXY6EWc6oQwUR48lL5vCW6jiXQ==" }, "node-releases": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz", - "integrity": "sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz", + "integrity": "sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==" }, "semver": { "version": "7.0.0", @@ -5043,7 +4961,7 @@ "cwise-compiler": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/cwise-compiler/-/cwise-compiler-1.1.3.tgz", - "integrity": "sha1-9NZnQQ6FDToxOn0tt7HlBbsDTMU=", + "integrity": "sha512-WXlK/m+Di8DMMcCjcWr4i+XzcQra9eCdXIJrgh4TUgh0pIS/yJduLxS9JgefsHJ/YVLdgPtXm9r62W92MvanEQ==", "requires": { "uniq": "^1.0.0" } @@ -5068,7 +4986,7 @@ "data-uri-to-buffer": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-0.0.3.tgz", - "integrity": "sha1-GK6XmmoMqZSwYlhTkW0mYruuCxo=" + "integrity": "sha512-Cp+jOa8QJef5nXS5hU7M1DWzXPEIoVR3kbV0dQuVGwROZg8bGf1DcCnkmajBTnvghTtSNMUdRrPjgaT6ZQucbw==" }, "debug": { "version": "4.1.1", @@ -5406,7 +5324,7 @@ "dezalgo": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.3.tgz", - "integrity": "sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=", + "integrity": "sha512-K7i4zNfT2kgQz3GylDw40ot9GAE47sFZ9EXHFSPP6zONLgH6kWXE0KWJchkbQJLBkRazq4APwZ4OwiFFlT95OQ==", "requires": { "asap": "^2.0.0", "wrappy": "1" @@ -7100,7 +7018,7 @@ "first-chunk-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz", - "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=" + "integrity": "sha512-ArRi5axuv66gEsyl3UuK80CzW7t56hem73YGNYxNWTGNKFJUadSb9Gu9SHijYEUi8ulQMf1bJomYNwSCPHhtTQ==" }, "flagged-respawn": { "version": "1.0.1", @@ -7477,12 +7395,12 @@ } }, "get-pixels": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/get-pixels/-/get-pixels-3.3.2.tgz", - "integrity": "sha512-6ar+8yPxRd1pskEcl2GSEu1La0+xYRjjnkby6AYiRDDwZ0tJbPQmHnSeH9fGLskT8kvR0OukVgtZLcsENF9YKQ==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/get-pixels/-/get-pixels-3.3.3.tgz", + "integrity": "sha512-5kyGBn90i9tSMUVHTqkgCHsoWoR+/lGbl4yC83Gefyr0HLIhgSWEx/2F/3YgsZ7UpYNuM6pDhDK7zebrUJ5nXg==", "requires": { "data-uri-to-buffer": "0.0.3", - "jpeg-js": "^0.3.2", + "jpeg-js": "^0.4.1", "mime-types": "^2.0.1", "ndarray": "^1.0.13", "ndarray-pack": "^1.1.1", @@ -7533,7 +7451,7 @@ "gif-encoder": { "version": "0.4.3", "resolved": "https://registry.npmjs.org/gif-encoder/-/gif-encoder-0.4.3.tgz", - "integrity": "sha1-iitP6MqJWkjjoLbLs0CgpqNXGJk=", + "integrity": "sha512-HMfSa+EIng62NbDhM63QGYoc49/m8DcZ9hhBtw+CXX9mKboSpeFVxjZ2WEWaMFZ14MUjfACK7jsrxrJffIVrCg==", "requires": { "readable-stream": "~1.1.9" }, @@ -7541,7 +7459,7 @@ "isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" }, "readable-stream": { "version": "1.1.14", @@ -8324,11 +8242,11 @@ } }, "gulp.spritesmith": { - "version": "6.12.1", - "resolved": "https://registry.npmjs.org/gulp.spritesmith/-/gulp.spritesmith-6.12.1.tgz", - "integrity": "sha512-Z1dDBrtOL1IhOgVLALj8d/Hh03KFkgQW9jy7oLePhgBwVjtJMUrGAYFqDQwgdKG8PUDdExpJcGujKs7MMXbUyQ==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/gulp.spritesmith/-/gulp.spritesmith-6.13.0.tgz", + "integrity": "sha512-maHC3FgCiOV+9wuLAgcqzq+oZjI8b57CgFVi0/r8Ax1AM2i51nEoKXtXM8RUh9ybTjT1mcGWNYzACDOK2hC8RQ==", "requires": { - "async": "~2.1.5", + "async": "~3.2.3", "minimatch": "~3.0.3", "spritesheet-templates": "^10.3.0", "spritesmith": "^3.4.0", @@ -8338,18 +8256,10 @@ "vinyl": "~2.1.0" }, "dependencies": { - "async": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/async/-/async-2.1.5.tgz", - "integrity": "sha512-+g/Ncjbx0JSq2Mk03WQkyKvNh5q9Qvyo/RIqIqnmC5feJY70PNl2ESwZU2BhAB+AZPkHNzzyC2Dq2AS5VnTKhQ==", - "requires": { - "lodash": "^4.14.0" - } - }, "underscore": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", - "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==" + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.4.tgz", + "integrity": "sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ==" }, "vinyl": { "version": "2.1.0", @@ -8415,7 +8325,7 @@ "handlebars-layouts": { "version": "3.1.4", "resolved": "https://registry.npmjs.org/handlebars-layouts/-/handlebars-layouts-3.1.4.tgz", - "integrity": "sha1-JrO+uTG0uHffv35v6vQFjuYiiwI=" + "integrity": "sha512-2llBmvnj8ueOfxNHdRzJOcgalzZjYVd9+WAl93kPYmlX4WGx7FTHTzNxhK+i9YKY2OSjzfehgpLiIwP/OJr6tw==" }, "har-schema": { "version": "2.0.0", @@ -8971,7 +8881,7 @@ "iota-array": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/iota-array/-/iota-array-1.0.0.tgz", - "integrity": "sha1-ge9X/l0FgUzVjCSDYyqZwwoOgIc=" + "integrity": "sha512-pZ2xT+LOHckCatGQ3DcG/a+QuEqvoxqkiL7tvE8nn3uuu+f6i1TtpB5/FtWFbxUuVr5PZCx8KskuGatbJDXOWA==" }, "ipaddr.js": { "version": "1.9.1", @@ -9550,9 +9460,9 @@ "integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==" }, "jpeg-js": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.7.tgz", - "integrity": "sha512-9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ==" + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.3.tgz", + "integrity": "sha512-ru1HWKek8octvUHFHvE5ZzQ1yAsJmIvRdGWvSoKV52XKyuyYA437QWDttXT8eZXDSbuMpHlLzPDZUPd6idIz+Q==" }, "jquery": { "version": "3.6.0", @@ -9724,11 +9634,12 @@ } }, "jwks-rsa": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-2.1.2.tgz", - "integrity": "sha512-QW2SNEUVvMqULiBJVsIJXSuX73Qj9il/DMCsJZsmCI8AQFZ6BjXgQW6h9wOlPr1LswQBNDdyFT2LPogwMRr1ew==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-2.1.4.tgz", + "integrity": "sha512-mpArfgPkUpX11lNtGxsF/szkasUcbWHGplZl/uFvFO2NuMHmt0dQXIihh0rkPU2yQd5niQtuUHbXnG/WKiXF6Q==", "requires": { "@types/express": "^4.17.13", + "@types/jsonwebtoken": "^8.5.8", "debug": "^4.3.4", "jose": "^2.0.5", "limiter": "^1.1.5", @@ -9829,7 +9740,7 @@ "layout": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/layout/-/layout-2.2.0.tgz", - "integrity": "sha1-MeRL/BjdEBmz/7II5AKku/4uavQ=", + "integrity": "sha512-+kdgg25XW11BA4cl9vF+SH01HaBipld2Nf/PlU2kSYncAbdUbDoahzrlh6yhR93N/wR2TGgcFoxebzR1LKmZUg==", "requires": { "bin-pack": "~1.0.1" } @@ -10127,7 +10038,7 @@ "lru-cache": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.2.tgz", - "integrity": "sha1-HRdnnAac2l0ECZGgnbwsDbN35V4=", + "integrity": "sha512-uQw9OqphAGiZhkuPlpFGmdTU2tEuhxTourM/19qGJrxBPHAr/f8BT1a0i/lOclESnGatdJG/UCkP9kZB/Lh1iw==", "requires": { "pseudomap": "^1.0.1", "yallist": "^2.0.0" @@ -10136,7 +10047,7 @@ "yallist": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" } } }, @@ -11204,7 +11115,7 @@ "ndarray-ops": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/ndarray-ops/-/ndarray-ops-1.2.2.tgz", - "integrity": "sha1-WeiNLDKn7ryxvGkPrhQVeVV6YU4=", + "integrity": "sha512-BppWAFRjMYF7N/r6Ie51q6D4fs0iiGmeXIACKY66fLpnwIui3Wc3CXiD/30mgLbDjPpSLrsqcp3Z62+IcHZsDw==", "requires": { "cwise-compiler": "^1.0.0" } @@ -11212,7 +11123,7 @@ "ndarray-pack": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/ndarray-pack/-/ndarray-pack-1.2.1.tgz", - "integrity": "sha1-jK6+qqJNXs9w/4YCBjeXfajuWFo=", + "integrity": "sha512-51cECUJMT0rUZNQa09EoKsnFeDL4x2dHRT0VR5U2H5ZgEcm95ZDWcMA5JShroXjHOejmAD/fg8+H+OvUnVXz2g==", "requires": { "cwise-compiler": "^1.1.2", "ndarray": "^1.0.13" @@ -11285,7 +11196,7 @@ "node-bitmap": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/node-bitmap/-/node-bitmap-0.0.1.tgz", - "integrity": "sha1-GA6scAPgxwdhjvMTaPYvhLKmkJE=" + "integrity": "sha512-Jx5lPaaLdIaOsj2mVLWMWulXF6GQVdyLvNSxmiYCvZ8Ma2hfKX0POoR2kgKOqz+oFsRreq0yYZjQ2wjE9VNzCA==" }, "node-fetch": { "version": "2.6.7", @@ -11470,7 +11381,7 @@ "obj-extend": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/obj-extend/-/obj-extend-0.1.0.tgz", - "integrity": "sha1-u0SKR3X7les0p4H5CLusLfI9u1s=" + "integrity": "sha512-or9c7Ue2wWCun41DuLP3+LKEUjSZcDSxfCM4HZQSX9tcjLL/yuzTW7MmtVNs+MmN16uDRpDrFmFK/WVSm4vklg==" }, "object-assign": { "version": "4.1.1", @@ -11860,7 +11771,7 @@ "parse-data-uri": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/parse-data-uri/-/parse-data-uri-0.2.0.tgz", - "integrity": "sha1-vwTYUd1ch7CrI45dAazklLYEtMk=", + "integrity": "sha512-uOtts8NqDcaCt1rIsO3VFDRsAfgE4c6osG4d9z3l4dCBlxYFzni6Di/oNU270SDrjkfZuUvLZx1rxMyqh46Y9w==", "requires": { "data-uri-to-buffer": "0.0.3" } @@ -12084,11 +11995,11 @@ "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==" }, "pixelsmith": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/pixelsmith/-/pixelsmith-2.4.1.tgz", - "integrity": "sha512-6lVOPf9eBd9bWfxo5efmJcAiF6y65Ui9Ir8IR8jocrj/v/8QoLWZmgnhO7KGUfqkwPLNlCBfxVdjp4QihdPmPQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/pixelsmith/-/pixelsmith-2.6.0.tgz", + "integrity": "sha512-1W0C8EVxAPJwsCodw/+dfeEtdSc8JuHFipVylf51PIvh7S7Q33qmVCCzeWQp1y1sXpZ52iXGY2D/ICMyHPIULw==", "requires": { - "async": "~0.9.0", + "async": "^3.2.3", "concat-stream": "~1.5.1", "get-pixels": "~3.3.0", "mime-types": "~2.1.7", @@ -12098,15 +12009,10 @@ "vinyl-file": "~1.3.0" }, "dependencies": { - "async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" - }, "concat-stream": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz", - "integrity": "sha1-cIl4Yk2FavQaWnQd790mHadSwmY=", + "integrity": "sha512-H6xsIBfQ94aESBG8jGHXQ7i5AEpy5ZeVaLDOisDICiTCKpqEfr34/KmTrspKQNoLKNu9gTkovlpQcUi630AKiQ==", "requires": { "inherits": "~2.0.1", "readable-stream": "~2.0.0", @@ -12116,7 +12022,7 @@ "process-nextick-args": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=" + "integrity": "sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==" }, "readable-stream": { "version": "2.0.6", @@ -12173,7 +12079,7 @@ "pngjs-nozlib": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/pngjs-nozlib/-/pngjs-nozlib-1.0.0.tgz", - "integrity": "sha1-nmTWAs/pzOTZ1Zl9BodCmnPwt9c=" + "integrity": "sha512-N1PggqLp9xDqwAoKvGohmZ3m4/N9xpY0nDZivFqQLcpLHmliHnCp9BuNCsOeqHWMuEEgFjpEaq9dZq6RZyy0fA==" }, "posix-character-classes": { "version": "0.1.1", @@ -13101,24 +13007,17 @@ } }, "save-pixels": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/save-pixels/-/save-pixels-2.3.4.tgz", - "integrity": "sha1-SdNJwGuNfAEn2/DaJLRKylr7Wf4=", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/save-pixels/-/save-pixels-2.3.6.tgz", + "integrity": "sha512-/ayfEWBxt0tFpf5lxSU1S0+/TBn7EiaTZD+6GL+mwizHm3BKCBysnzT6Js7BusDUVcNVLkeJJKLZcBgdpM2leQ==", "requires": { "contentstream": "^1.0.0", "gif-encoder": "~0.4.1", - "jpeg-js": "0.0.4", + "jpeg-js": "^0.4.3", "ndarray": "^1.0.18", "ndarray-ops": "^1.2.2", "pngjs-nozlib": "^1.0.0", "through": "^2.3.4" - }, - "dependencies": { - "jpeg-js": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.0.4.tgz", - "integrity": "sha1-Bqr0fv7HrwsZJKWc1pWm0rXthw4=" - } } }, "sax": { @@ -13735,9 +13634,9 @@ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" }, "spritesheet-templates": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/spritesheet-templates/-/spritesheet-templates-10.5.1.tgz", - "integrity": "sha512-GNJMjHR5Va+W0hq49gu70rcKcGwUts4LUPC2Z1mgsa4QWaXbWhsdWK+Tm4FFhzZGmXSz35pGzvWTd0eN/WlWsA==", + "version": "10.5.2", + "resolved": "https://registry.npmjs.org/spritesheet-templates/-/spritesheet-templates-10.5.2.tgz", + "integrity": "sha512-dMrLgS5eHCEDWqo1c3mDM5rGdJpBNf1JAJrxTKA4qR54trNTtxqGZlH3ZppS5FHTgjKgOtEmycqE2vGSkCYiVw==", "requires": { "handlebars": "^4.6.0", "handlebars-layouts": "^3.1.4", @@ -13747,9 +13646,9 @@ }, "dependencies": { "underscore": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", - "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==" + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.4.tgz", + "integrity": "sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ==" } } }, @@ -13768,7 +13667,7 @@ "concat-stream": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz", - "integrity": "sha1-cIl4Yk2FavQaWnQd790mHadSwmY=", + "integrity": "sha512-H6xsIBfQ94aESBG8jGHXQ7i5AEpy5ZeVaLDOisDICiTCKpqEfr34/KmTrspKQNoLKNu9gTkovlpQcUi630AKiQ==", "requires": { "inherits": "~2.0.1", "readable-stream": "~2.0.0", @@ -13778,7 +13677,7 @@ "process-nextick-args": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=" + "integrity": "sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==" }, "readable-stream": { "version": "2.0.6", @@ -14114,9 +14013,9 @@ "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==" }, "superagent": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/superagent/-/superagent-7.1.3.tgz", - "integrity": "sha512-WA6et4nAvgBCS73lJvv1D0ssI5uk5Gh+TGN/kNe+B608EtcVs/yzfl+OLXTzDs7tOBDIpvgh/WUs1K2OK1zTeQ==", + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/superagent/-/superagent-7.1.6.tgz", + "integrity": "sha512-gZkVCQR1gy/oUXr+kxJMLDjla434KmSOKbx5iGD30Ql+AkJQ/YlPKECJy2nhqOsHLjGHzoDTXNSjhnvWhzKk7g==", "requires": { "component-emitter": "^1.3.0", "cookiejar": "^2.1.3", @@ -14125,7 +14024,7 @@ "form-data": "^4.0.0", "formidable": "^2.0.1", "methods": "^1.1.2", - "mime": "^2.5.0", + "mime": "2.6.0", "qs": "^6.10.3", "readable-stream": "^3.6.0", "semver": "^7.3.7" @@ -14911,12 +14810,19 @@ "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=" }, "underscore.string": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.5.tgz", - "integrity": "sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.6.tgz", + "integrity": "sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==", "requires": { - "sprintf-js": "^1.0.3", + "sprintf-js": "^1.1.1", "util-deprecate": "^1.0.2" + }, + "dependencies": { + "sprintf-js": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", + "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==" + } } }, "undertaker": { @@ -15163,7 +15069,7 @@ "punycode": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + "integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==" } } }, @@ -15362,12 +15268,12 @@ "clone": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=" + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" }, "clone-stats": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", - "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=" + "integrity": "sha512-dhUqc57gSMCo6TX85FLfe51eC/s+Im2MLkAgJwfaRRexR2tA4dd3eLEW4L6efzHc2iNorrRRXITifnDLlRrhaA==" }, "replace-ext": { "version": "0.0.1", diff --git a/package.json b/package.json index f8cb969a6c..0a5ac00ccf 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "habitica", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "4.232.1", + "version": "4.233.1", "main": "./website/server/index.js", "dependencies": { - "@babel/core": "^7.17.10", - "@babel/preset-env": "^7.17.10", + "@babel/core": "^7.18.5", + "@babel/preset-env": "^7.18.2", "@babel/register": "^7.17.7", "@google-cloud/trace-agent": "^5.1.6", "@parse/node-apn": "^5.1.3", @@ -36,14 +36,14 @@ "gulp-babel": "^8.0.0", "gulp-imagemin": "^7.1.0", "gulp-nodemon": "^2.5.0", - "gulp.spritesmith": "^6.12.1", + "gulp.spritesmith": "^6.13.0", "habitica-markdown": "^3.0.0", "helmet": "^4.6.0", "image-size": "^1.0.1", "in-app-purchase": "^1.11.3", "js2xmlparser": "^4.0.2", "jsonwebtoken": "^8.5.1", - "jwks-rsa": "^2.1.2", + "jwks-rsa": "^2.1.4", "lodash": "^4.17.21", "merge-stream": "^2.0.0", "method-override": "^3.0.0", @@ -68,7 +68,7 @@ "rimraf": "^3.0.2", "short-uuid": "^4.2.0", "stripe": "^8.222.0", - "superagent": "^7.1.3", + "superagent": "^7.1.6", "universal-analytics": "^0.5.3", "useragent": "^2.1.9", "uuid": "^8.3.2", diff --git a/test/api/unit/libs/payments/google.test.js b/test/api/unit/libs/payments/google.test.js index 3cf40b0a4e..7df7f273ef 100644 --- a/test/api/unit/libs/payments/google.test.js +++ b/test/api/unit/libs/payments/google.test.js @@ -326,6 +326,36 @@ describe('Google Payments', () => { }); }); + it('should cancel a user subscription with multiple inactive subscriptions', async () => { + const laterDate = moment.utc().add(7, 'days'); + iap.getPurchaseData.restore(); + iapGetPurchaseDataStub = sinon.stub(iap, 'getPurchaseData') + .returns([{ expirationDate, autoRenewing: false }, + { expirationDate: laterDate, autoRenewing: false }, + ]); + await googlePayments.cancelSubscribe(user, headers); + + expect(iapSetupStub).to.be.calledOnce; + expect(iapValidateStub).to.be.calledOnce; + expect(iapValidateStub).to.be.calledWith(iap.GOOGLE, { + data: receipt, + signature, + }); + expect(iapIsValidatedStub).to.be.calledOnce; + expect(iapIsValidatedStub).to.be.calledWith({ + expirationDate, + }); + expect(iapGetPurchaseDataStub).to.be.calledOnce; + + expect(paymentCancelSubscriptionSpy).to.be.calledOnce; + expect(paymentCancelSubscriptionSpy).to.be.calledWith({ + user, + paymentMethod: googlePayments.constants.PAYMENT_METHOD_GOOGLE, + nextBill: laterDate.toDate(), + headers, + }); + }); + it('should not cancel a user subscription with autorenew', async () => { iap.getPurchaseData.restore(); iapGetPurchaseDataStub = sinon.stub(iap, 'getPurchaseData') @@ -346,5 +376,28 @@ describe('Google Payments', () => { expect(paymentCancelSubscriptionSpy).to.not.be.called; }); + + it('should not cancel a user subscription with multiple subscriptions with one autorenew', async () => { + iap.getPurchaseData.restore(); + iapGetPurchaseDataStub = sinon.stub(iap, 'getPurchaseData') + .returns([{ expirationDate, autoRenewing: false }, + { autoRenewing: true }, + { expirationDate, autoRenewing: false }]); + await googlePayments.cancelSubscribe(user, headers); + + expect(iapSetupStub).to.be.calledOnce; + expect(iapValidateStub).to.be.calledOnce; + expect(iapValidateStub).to.be.calledWith(iap.GOOGLE, { + data: receipt, + signature, + }); + expect(iapIsValidatedStub).to.be.calledOnce; + expect(iapIsValidatedStub).to.be.calledWith({ + expirationDate, + }); + expect(iapGetPurchaseDataStub).to.be.calledOnce; + + expect(paymentCancelSubscriptionSpy).to.not.be.called; + }); }); }); diff --git a/test/api/v3/integration/qrcodes/GET-qrcodes_user.test.js b/test/api/v3/integration/qrcodes/GET-qrcodes_user.test.js deleted file mode 100644 index 796494cecd..0000000000 --- a/test/api/v3/integration/qrcodes/GET-qrcodes_user.test.js +++ /dev/null @@ -1,33 +0,0 @@ -import superagent from 'superagent'; -import nconf from 'nconf'; -import { - generateUser, - translate as t, -} from '../../../../helpers/api-integration/v3'; - -const API_TEST_SERVER_PORT = nconf.get('PORT'); -xdescribe('GET /qr-code/user/:memberId', () => { - let user; - - before(async () => { - user = await generateUser(); - }); - - it('validates req.params.memberId', async () => { - await expect(user.get('/qr-code/user/invalidUUID')).to.eventually.be.rejected.and.eql({ - code: 400, - error: 'BadRequest', - message: t('invalidReqParams'), - }); - }); - - it('redirects to profile page', async () => { - const url = `http://localhost:${API_TEST_SERVER_PORT}/qr-code/user/${user._id}`; - const response = await superagent.get(url).end((err, res) => { - expect(err).to.be(undefined); - return res; - }); - expect(response.status).to.eql(200); - expect(response.request.url).to.eql(`http://localhost:${API_TEST_SERVER_PORT}/static/front/#?memberId=${user._id}`); - }); -}); diff --git a/test/helpers/api-integration/external-server.js b/test/helpers/api-integration/external-server.js index 0c52eedd4f..5b199d058d 100644 --- a/test/helpers/api-integration/external-server.js +++ b/test/helpers/api-integration/external-server.js @@ -28,7 +28,7 @@ app.post('/webhooks/:id', (req, res) => { }); // Helps close down server from within mocha test -// See http://stackoverflow.com/a/37054753/2601552 +// See https://stackoverflow.com/a/37054753/2601552 const sockets = {}; server.on('connection', socket => { const id = uuid(); diff --git a/test/helpers/api-integration/requester.js b/test/helpers/api-integration/requester.js index f5c63b9d14..ad01f35978 100644 --- a/test/helpers/api-integration/requester.js +++ b/test/helpers/api-integration/requester.js @@ -40,7 +40,6 @@ function _requestMaker (user, method, additionalSets = {}) { || route.indexOf('/paypal') === 0 || route.indexOf('/amazon') === 0 || route.indexOf('/stripe') === 0 - || route.indexOf('/qr-code') === 0 || route.indexOf('/analytics') === 0 ) { url += `${route}`; diff --git a/website/client/package-lock.json b/website/client/package-lock.json index 4daca20ce3..c45bb0b268 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -4,30 +4,47 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "@amplitude/analytics-connector": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@amplitude/analytics-connector/-/analytics-connector-1.0.0.tgz", - "integrity": "sha512-6RZwSMjhO9VD5rw5FV5U7pU00drDQAQqA+ZTv4mSop8XEws9TimzynGYzLYLijV0vnK7h6j7D3+VJtM4f4MlNA==", + "@achrinza/node-ipc": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz", + "integrity": "sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==", "requires": { - "@amplitude/ua-parser-js": "0.7.26" + "@node-ipc/js-queue": "2.0.3", + "event-pubsub": "4.3.0", + "js-message": "1.0.7" + }, + "dependencies": { + "js-message": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/js-message/-/js-message-1.0.7.tgz", + "integrity": "sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA==" + } + } + }, + "@amplitude/analytics-connector": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@amplitude/analytics-connector/-/analytics-connector-1.4.3.tgz", + "integrity": "sha512-Ghu1UJn55Rn9eglF+ED7yOGXaeX3KY2qkQi9W9yqC02ItPvKfrybeVndweI1XtsiW0LvRpdA3uQEjuZEGunyLw==", + "requires": { + "@amplitude/ua-parser-js": "0.7.31" } }, "@amplitude/types": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@amplitude/types/-/types-1.9.2.tgz", - "integrity": "sha512-s+Q/O8kNfocZiyGvVdtM5T4JGPwLRZ4Q26wtEF5xJhyCtJglGMe0ixe6u/6iW9s4JHIq+LlPlUu5095pVsdtNA==" + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@amplitude/types/-/types-1.10.0.tgz", + "integrity": "sha512-xN0gnhutztv6kqHaZ2bre18anQV5GDmMXOeipTvI670g2VjNbPfOzMwu1LN4p1NadYq+GqYI223UcZrXR+R4Pw==" }, "@amplitude/ua-parser-js": { - "version": "0.7.26", - "resolved": "https://registry.npmjs.org/@amplitude/ua-parser-js/-/ua-parser-js-0.7.26.tgz", - "integrity": "sha512-62/Rid6YQ7F2KT/5vTre41Y26ivrEoFC8lbrsJZqBKaiXMJWG0YpNv9RgxNSaZS2jPLVQgoB/FFeWxihOLfIcg==" + "version": "0.7.31", + "resolved": "https://registry.npmjs.org/@amplitude/ua-parser-js/-/ua-parser-js-0.7.31.tgz", + "integrity": "sha512-+z8UGRaj13Pt5NDzOnkTBy49HE2CX64jeL0ArB86HAtilpnfkPB7oqkigN7Lf2LxscMg4QhFD7mmCfedh3rqTg==" }, "@amplitude/utils": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@amplitude/utils/-/utils-1.9.2.tgz", - "integrity": "sha512-hGOIoIjmZ0pq/3b2gBrr17TaEarlR+qzFGu5npm76+scd/51F0eNvjd0vgV6WbJT1cxhyH/5Z8kihGWOU3vS3Q==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@amplitude/utils/-/utils-1.10.0.tgz", + "integrity": "sha512-/R8j8IzFH0GYfA6ehQDm5IEzt71gIeMdiYYFIzZp6grERQlgJcwNJMAiza0o2JwwTDIruzqdB3c/vLVjuakp+w==", "requires": { - "@amplitude/types": "^1.9.2", + "@amplitude/types": "^1.10.0", "tslib": "^1.9.3" } }, @@ -1782,19 +1799,19 @@ } }, "@babel/plugin-proposal-optional-chaining": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz", - "integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.17.12.tgz", + "integrity": "sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==", "requires": { - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12", "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, "dependencies": { "@babel/helper-plugin-utils": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", - "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==" + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz", + "integrity": "sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==" }, "@babel/helper-skip-transparent-expression-wrappers": { "version": "7.16.0", @@ -1810,9 +1827,9 @@ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, "@babel/types": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.7.tgz", - "integrity": "sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.0.tgz", + "integrity": "sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" @@ -4551,6 +4568,21 @@ "glob-to-regexp": "^0.3.0" } }, + "@node-ipc/js-queue": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@node-ipc/js-queue/-/js-queue-2.0.3.tgz", + "integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==", + "requires": { + "easy-stack": "1.0.1" + }, + "dependencies": { + "easy-stack": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/easy-stack/-/easy-stack-1.0.1.tgz", + "integrity": "sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==" + } + } + }, "@nodelib/fs.scandir": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", @@ -4638,13 +4670,13 @@ } }, "@nuxt/opencollective": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.3.2.tgz", - "integrity": "sha512-XG7rUdXG9fcafu9KTDIYjJSkRO38EwjlKYIb5TQ/0WDbiTUTtUtgncMscKOYzfsY86kGs05pAuMOR+3Fi0aN3A==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.3.3.tgz", + "integrity": "sha512-6IKCd+gP0HliixqZT/p8nW3tucD6Sv/u/eR2A9X4rxT/6hXlMzA4GZQzq4d2qnBAwSwGpmKyzkyTjNjrhaA25A==", "requires": { "chalk": "^4.1.0", "consola": "^2.15.0", - "node-fetch": "^2.6.1" + "node-fetch": "^2.6.7" }, "dependencies": { "ansi-styles": { @@ -4656,9 +4688,9 @@ } }, "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4683,9 +4715,12 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } }, "supports-color": { "version": "7.2.0", @@ -4694,6 +4729,25 @@ "requires": { "has-flag": "^4.0.0" } + }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } } } }, @@ -4731,151 +4785,43 @@ "integrity": "sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==" }, "@storybook/addon-actions": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-6.4.19.tgz", - "integrity": "sha512-GpSvP8xV8GfNkmtGJjfCgaOx6mbjtyTK0aT9FqX9pU0s+KVMmoCTrBh43b7dWrwxxas01yleBK9VpYggzhi/Fw==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-6.5.8.tgz", + "integrity": "sha512-9ciR1iWBTzQNBDlq0iQs9+TV7gng+FbQxW5mHNxNvT9SxY1dt02wCPHZeVE/5la61wBXZs/zpEepZA93VzVBDw==", "requires": { - "@storybook/addons": "6.4.19", - "@storybook/api": "6.4.19", - "@storybook/components": "6.4.19", - "@storybook/core-events": "6.4.19", - "@storybook/csf": "0.0.2--canary.87bc651.0", - "@storybook/theming": "6.4.19", + "@storybook/addons": "6.5.8", + "@storybook/api": "6.5.8", + "@storybook/client-logger": "6.5.8", + "@storybook/components": "6.5.8", + "@storybook/core-events": "6.5.8", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/theming": "6.5.8", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", "lodash": "^4.17.21", - "polished": "^4.0.5", + "polished": "^4.2.2", "prop-types": "^15.7.2", "react-inspector": "^5.1.0", "regenerator-runtime": "^0.13.7", - "telejson": "^5.3.2", + "telejson": "^6.0.8", "ts-dedent": "^2.0.0", "util-deprecate": "^1.0.2", "uuid-browser": "^3.1.0" }, "dependencies": { - "@emotion/cache": { - "version": "10.0.29", - "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-10.0.29.tgz", - "integrity": "sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - } - }, - "@emotion/core": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.3.1.tgz", - "integrity": "sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - } - }, - "@emotion/css": { - "version": "10.0.27", - "resolved": "https://registry.npmjs.org/@emotion/css/-/css-10.0.27.tgz", - "integrity": "sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - } - }, - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", - "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" - }, - "@emotion/is-prop-valid": { - "version": "0.8.8", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", - "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", - "requires": { - "@emotion/memoize": "0.7.4" - } - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", - "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz", - "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "@emotion/sheet": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-0.9.4.tgz", - "integrity": "sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==" - }, - "@emotion/styled": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.3.0.tgz", - "integrity": "sha512-GgcUpXBBEU5ido+/p/mCT2/Xx+Oqmp9JzQRuC+a4lYM4i4LBBn/dWvc0rQ19N9ObA8/T4NWMrPNe79kMBDJqoQ==", - "requires": { - "@emotion/styled-base": "^10.3.0", - "babel-plugin-emotion": "^10.0.27" - } - }, - "@emotion/styled-base": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@emotion/styled-base/-/styled-base-10.3.0.tgz", - "integrity": "sha512-PBRqsVKR7QRNkmfH78hTSSwHWcwDpecH9W6heujWAcyp2wdz/64PP73s7fWS1dIPm8/Exc8JAzYS8dEWXjv60w==", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/is-prop-valid": "0.8.8", - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3" - } - }, - "@emotion/stylis": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", - "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==" - }, - "@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", - "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz", - "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==" - }, - "@emotion/weak-memoize": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz", - "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==" - }, "@storybook/addons": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.4.19.tgz", - "integrity": "sha512-QNyRYhpqmHV8oJxxTBdkRlLSbDFhpBvfvMfIrIT1UXb/eemdBZTaCGVvXZ9UixoEEI7f8VwAQ44IvkU5B1509w==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.8.tgz", + "integrity": "sha512-L3LmbsYP9tDHHvpr/yv8YuEkzym7SXp/jZ0km31tpG3EuZmgGu7MXPrZ2ymEw4PkAhQzztgRr23VTfKobGUojA==", "requires": { - "@storybook/api": "6.4.19", - "@storybook/channels": "6.4.19", - "@storybook/client-logger": "6.4.19", - "@storybook/core-events": "6.4.19", - "@storybook/csf": "0.0.2--canary.87bc651.0", - "@storybook/router": "6.4.19", - "@storybook/theming": "6.4.19", + "@storybook/api": "6.5.8", + "@storybook/channels": "6.5.8", + "@storybook/client-logger": "6.5.8", + "@storybook/core-events": "6.5.8", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.8", + "@storybook/theming": "6.5.8", "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", "global": "^4.4.0", @@ -4883,17 +4829,17 @@ } }, "@storybook/api": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.4.19.tgz", - "integrity": "sha512-aDvea+NpQCBjpNp9YidO1Pr7fzzCp15FSdkG+2ihGQfv5raxrN+IIJnGUXecpe71nvlYiB+29UXBVK7AL0j51Q==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.8.tgz", + "integrity": "sha512-/MueV+wLCvy9gFA3ih4g7QYjDmn14i+D2ydonfaEC7R+agFGXxXwJGPKkz3yBNrRpNkBwcbY9mAmv8lE2AqgqQ==", "requires": { - "@storybook/channels": "6.4.19", - "@storybook/client-logger": "6.4.19", - "@storybook/core-events": "6.4.19", - "@storybook/csf": "0.0.2--canary.87bc651.0", - "@storybook/router": "6.4.19", + "@storybook/channels": "6.5.8", + "@storybook/client-logger": "6.5.8", + "@storybook/core-events": "6.5.8", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.8", "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.4.19", + "@storybook/theming": "6.5.8", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", @@ -4901,15 +4847,15 @@ "memoizerific": "^1.11.3", "regenerator-runtime": "^0.13.7", "store2": "^2.12.0", - "telejson": "^5.3.2", + "telejson": "^6.0.8", "ts-dedent": "^2.0.0", "util-deprecate": "^1.0.2" } }, "@storybook/channels": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.4.19.tgz", - "integrity": "sha512-EwyoncFvTfmIlfsy8jTfayCxo2XchPkZk/9txipugWSmc057HdklMKPLOHWP0z5hLH0IbVIKXzdNISABm36jwQ==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.8.tgz", + "integrity": "sha512-fNql1lEIvWlI1NiRtwFMWOOvfW6qxgeSP6xoqiAJ0b+QYegEFG9UxJDuEvVHq++S81FulgQ5U+p+5R9XSV19tQ==", "requires": { "core-js": "^3.8.2", "ts-dedent": "^2.0.0", @@ -4917,96 +4863,64 @@ } }, "@storybook/client-logger": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.4.19.tgz", - "integrity": "sha512-zmg/2wyc9W3uZrvxaW4BfHcr40J0v7AGslqYXk9H+ERLVwIvrR4NhxQFaS6uITjBENyRDxwzfU3Va634WcmdDQ==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.8.tgz", + "integrity": "sha512-dH6HSaVuOIMHy1+rpsqcD3SJxVZEEbuEtsNpdUGwLJaIuduhUJJpM2xQfUW0siZDyrgwoa+znll+G0YNUbv7sg==", "requires": { "core-js": "^3.8.2", "global": "^4.4.0" } }, "@storybook/components": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.4.19.tgz", - "integrity": "sha512-q/0V37YAJA7CNc+wSiiefeM9+3XVk8ixBNylY36QCGJgIeGQ5/79vPyUe6K4lLmsQwpmZsIq1s1Ad5+VbboeOA==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.8.tgz", + "integrity": "sha512-YE+LZ1/GXoqertxodsf+L9ehcohbICRAxgE/iNqc7MZfk95SD3XRSUbxhCpGe8QTIZJpzs1tK4LFZ3Fg5w/+Lg==", "requires": { - "@popperjs/core": "^2.6.0", - "@storybook/client-logger": "6.4.19", - "@storybook/csf": "0.0.2--canary.87bc651.0", - "@storybook/theming": "6.4.19", - "@types/color-convert": "^2.0.0", - "@types/overlayscrollbars": "^1.12.0", + "@storybook/client-logger": "6.5.8", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/theming": "6.5.8", "@types/react-syntax-highlighter": "11.0.5", - "color-convert": "^2.0.1", "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "markdown-to-jsx": "^7.1.3", - "memoizerific": "^1.11.3", - "overlayscrollbars": "^1.13.1", - "polished": "^4.0.5", - "prop-types": "^15.7.2", - "react-colorful": "^5.1.2", - "react-popper-tooltip": "^3.1.1", - "react-syntax-highlighter": "^13.5.3", - "react-textarea-autosize": "^8.3.0", + "qs": "^6.10.0", + "react-syntax-highlighter": "^15.4.5", "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", "util-deprecate": "^1.0.2" } }, "@storybook/core-events": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.4.19.tgz", - "integrity": "sha512-KICzUw6XVQUJzFSCXfvhfHAuyhn4Q5J4IZEfuZkcGJS4ODkrO6tmpdYE5Cfr+so95Nfp0ErWiLUuodBsW9/rtA==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.8.tgz", + "integrity": "sha512-lzG4Lg65WFYvjs2k/E3CP4+eyPexEGrDyRMO9Pbj9H9x+eosYptauEbT/wXF83bmUWZKLWWVUAZX7hDcxBO8cw==", "requires": { "core-js": "^3.8.2" } }, "@storybook/csf": { - "version": "0.0.2--canary.87bc651.0", - "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.2--canary.87bc651.0.tgz", - "integrity": "sha512-ajk1Uxa+rBpFQHKrCcTmJyQBXZ5slfwHVEaKlkuFaW77it8RgbPJp/ccna3sgoi8oZ7FkkOyvv1Ve4SmwFqRqw==", + "version": "0.0.2--canary.4566f4d.1", + "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.2--canary.4566f4d.1.tgz", + "integrity": "sha512-9OVvMVh3t9znYZwb0Svf/YQoxX2gVOeQTGe2bses2yj+a3+OJnCrUF3/hGv6Em7KujtOdL2LL+JnG49oMVGFgQ==", "requires": { "lodash": "^4.17.15" } }, "@storybook/router": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.4.19.tgz", - "integrity": "sha512-KWWwIzuyeEIWVezkCihwY2A76Il9tUNg0I410g9qT7NrEsKyqXGRYOijWub7c1GGyNjLqz0jtrrehtixMcJkuA==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.8.tgz", + "integrity": "sha512-tseNJpZ2ZzVYowjekUMpGJVVRMrwOkttieD9mRbHrhh+2n7b+SoMKnuLi3ow0xeOyPL8ZDng2FgRjQzQHXA5Sw==", "requires": { - "@storybook/client-logger": "6.4.19", + "@storybook/client-logger": "6.5.8", "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "history": "5.0.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "react-router": "^6.0.0", - "react-router-dom": "^6.0.0", - "ts-dedent": "^2.0.0" + "regenerator-runtime": "^0.13.7" } }, "@storybook/theming": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.4.19.tgz", - "integrity": "sha512-V4pWmTvAxmbHR6B3jA4hPkaxZPyExHvCToy7b76DpUTpuHihijNDMAn85KhOQYIeL9q14zP/aiz899tOHsOidg==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.8.tgz", + "integrity": "sha512-1VaKHqj38Ls1bJwDpg3+aEOlvVib/DCFkP6WYrP/AQtNAzxiyw5WkaoRlTVJZvCdu5TxjpG4O6/Ai5TI9QftIg==", "requires": { - "@emotion/core": "^10.1.1", - "@emotion/is-prop-valid": "^0.8.6", - "@emotion/styled": "^10.0.27", - "@storybook/client-logger": "6.4.19", + "@storybook/client-logger": "6.5.8", "core-js": "^3.8.2", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.27", - "global": "^4.4.0", - "memoizerific": "^1.11.3", - "polished": "^4.0.5", - "resolve-from": "^5.0.0", - "ts-dedent": "^2.0.0" + "regenerator-runtime": "^0.13.7" } }, "@types/react-syntax-highlighter": { @@ -5017,55 +4931,15 @@ "@types/react": "*" } }, - "babel-plugin-emotion": { - "version": "10.2.2", - "resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.2.2.tgz", - "integrity": "sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "emotion-theming": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/emotion-theming/-/emotion-theming-10.3.0.tgz", - "integrity": "sha512-mXiD2Oj7N9b6+h/dC6oLf9hwxbtKHQjoIqtodEyL8CpkN4F3V4IK/BT4D0C7zSs4BBFOu4UlPJbvvBLa88SGEA==", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - } - }, "fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "has-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", - "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" }, "hastscript": { "version": "6.0.0", @@ -5115,11 +4989,6 @@ "highlight.js": "~10.7.0" } }, - "markdown-to-jsx": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.1.6.tgz", - "integrity": "sha512-1wrIGZYwIG2gR3yfRmbr4FlQmhaAKoKTpRo4wur4fp9p0njU1Hi7vR8fj0AUKKIcPduiJmPprzmCB5B/GvlC7g==" - }, "parse-entities": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", @@ -5134,17 +5003,17 @@ } }, "polished": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/polished/-/polished-4.1.4.tgz", - "integrity": "sha512-Nq5Mbza+Auo7N3sQb1QMFaQiDO+4UexWuSGR7Cjb4Sw11SZIJcrrFtiZ+L0jT9MBsUsxDboHVASbCLbE1rnECg==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/polished/-/polished-4.2.2.tgz", + "integrity": "sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==", "requires": { - "@babel/runtime": "^7.16.7" + "@babel/runtime": "^7.17.8" }, "dependencies": { "@babel/runtime": { - "version": "7.17.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.2.tgz", - "integrity": "sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==", + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.3.tgz", + "integrity": "sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -5152,98 +5021,44 @@ } }, "prismjs": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.26.0.tgz", - "integrity": "sha512-HUoH9C5Z3jKkl3UunCyiD5jwk0+Hz0fIgQ2nbwU2Oo/ceuTAQAg+pPVnfdt2TJWRVLcxKh9iuoYDUSc8clb5UQ==" + "version": "1.28.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.28.0.tgz", + "integrity": "sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==" }, "qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "version": "6.10.5", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz", + "integrity": "sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==", "requires": { "side-channel": "^1.0.4" } }, - "react-fast-compare": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz", - "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" - }, - "react-popper": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.2.5.tgz", - "integrity": "sha512-kxGkS80eQGtLl18+uig1UIf9MKixFSyPxglsgLBxlYnyDf65BiY9B3nZSc6C9XUNDgStROB0fMQlTEz1KxGddw==", - "requires": { - "react-fast-compare": "^3.0.1", - "warning": "^4.0.2" - } - }, - "react-popper-tooltip": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/react-popper-tooltip/-/react-popper-tooltip-3.1.1.tgz", - "integrity": "sha512-EnERAnnKRptQBJyaee5GJScWNUKQPDD2ywvzZyUjst/wj5U64C8/CnSYLNEmP2hG0IJ3ZhtDxE8oDN+KOyavXQ==", - "requires": { - "@babel/runtime": "^7.12.5", - "@popperjs/core": "^2.5.4", - "react-popper": "^2.2.4" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.17.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.2.tgz", - "integrity": "sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - } - } - }, "react-syntax-highlighter": { - "version": "13.5.3", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-13.5.3.tgz", - "integrity": "sha512-crPaF+QGPeHNIblxxCdf2Lg936NAHKhNhuMzRL3F9ct6aYXL3NcZtCL0Rms9+qVo6Y1EQLdXGypBNSbPL/r+qg==", + "version": "15.5.0", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.5.0.tgz", + "integrity": "sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==", "requires": { "@babel/runtime": "^7.3.1", - "highlight.js": "^10.1.1", - "lowlight": "^1.14.0", - "prismjs": "^1.21.0", - "refractor": "^3.1.0" - } - }, - "react-textarea-autosize": { - "version": "8.3.3", - "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.3.3.tgz", - "integrity": "sha512-2XlHXK2TDxS6vbQaoPbMOfQ8GK7+irc2fVK6QFIcC8GOnH3zI/v481n+j1L0WaPVvKxwesnY93fEfH++sus2rQ==", - "requires": { - "@babel/runtime": "^7.10.2", - "use-composed-ref": "^1.0.0", - "use-latest": "^1.0.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.17.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.2.tgz", - "integrity": "sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - } + "highlight.js": "^10.4.1", + "lowlight": "^1.17.0", + "prismjs": "^1.27.0", + "refractor": "^3.6.0" } }, "refractor": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/refractor/-/refractor-3.5.0.tgz", - "integrity": "sha512-QwPJd3ferTZ4cSPPjdP5bsYHMytwWYnAN5EEnLtGvkqp/FCCnGsBgxrm9EuIDnjUC3Uc/kETtvVi7fSIVC74Dg==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/refractor/-/refractor-3.6.0.tgz", + "integrity": "sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==", "requires": { "hastscript": "^6.0.0", "parse-entities": "^2.0.0", - "prismjs": "~1.25.0" + "prismjs": "~1.27.0" }, "dependencies": { "prismjs": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz", - "integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==" + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", + "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==" } } }, @@ -5252,20 +5067,15 @@ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" - }, "store2": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/store2/-/store2-2.13.1.tgz", - "integrity": "sha512-iJtHSGmNgAUx0b/MCS6ASGxb//hGrHHRgzvN+K5bvkBTN7A9RTpPSf1WSp+nPGvWCJ1jRnvY7MKnuqfoi3OEqg==" + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/store2/-/store2-2.13.2.tgz", + "integrity": "sha512-CMtO2Uneg3SAz/d6fZ/6qbqqQHi2ynq6/KzMD/26gTkiEShCcpqFfTHgOxsE0egAq6SX3FmN4CeSqn8BzXQkJg==" }, "telejson": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/telejson/-/telejson-5.3.3.tgz", - "integrity": "sha512-PjqkJZpzEggA9TBpVtJi1LVptP7tYtXB6rEubwlHap76AMjzvOdKX41CxyaW7ahhzDU1aftXnMCx5kAPDZTQBA==", + "version": "6.0.8", + "resolved": "https://registry.npmjs.org/telejson/-/telejson-6.0.8.tgz", + "integrity": "sha512-nerNXi+j8NK1QEfBHtZUN/aLdDcyupA//9kAboYLrtzZlPLpUfqbVGWb9zz91f/mIjRbAYhbgtnJHY8I1b5MBg==", "requires": { "@types/is-function": "^1.0.0", "global": "^4.4.0", @@ -5281,14 +5091,6 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz", "integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==" - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", - "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", - "requires": { - "loose-envify": "^1.0.0" - } } } }, @@ -5355,15 +5157,15 @@ } }, "@storybook/addon-links": { - "version": "6.4.18", - "resolved": "https://registry.npmjs.org/@storybook/addon-links/-/addon-links-6.4.18.tgz", - "integrity": "sha512-yIbL57+tV1Ei2b7zTGU/T7muBFByTPm/8IN5SA5tSFYRTR9VtFuvBXco6I9Wz9GLN/REyVa4+AoDahokk7+vPQ==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/addon-links/-/addon-links-6.5.8.tgz", + "integrity": "sha512-UxzEPnT1PLPsuy3tt+o3UJTbI4Kihec+/yzpzzGKreUnCC8EWTsOhtMQAVVit2t4BMl4vNrxKO0mKSc8saT3Gw==", "requires": { - "@storybook/addons": "6.4.18", - "@storybook/client-logger": "6.4.18", - "@storybook/core-events": "6.4.18", - "@storybook/csf": "0.0.2--canary.87bc651.0", - "@storybook/router": "6.4.18", + "@storybook/addons": "6.5.8", + "@storybook/client-logger": "6.5.8", + "@storybook/core-events": "6.5.8", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.8", "@types/qs": "^6.9.5", "core-js": "^3.8.2", "global": "^4.4.0", @@ -5373,127 +5175,18 @@ "ts-dedent": "^2.0.0" }, "dependencies": { - "@emotion/cache": { - "version": "10.0.29", - "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-10.0.29.tgz", - "integrity": "sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - } - }, - "@emotion/core": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.3.1.tgz", - "integrity": "sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - } - }, - "@emotion/css": { - "version": "10.0.27", - "resolved": "https://registry.npmjs.org/@emotion/css/-/css-10.0.27.tgz", - "integrity": "sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - } - }, - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", - "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" - }, - "@emotion/is-prop-valid": { - "version": "0.8.8", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", - "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", - "requires": { - "@emotion/memoize": "0.7.4" - } - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", - "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz", - "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "@emotion/sheet": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-0.9.4.tgz", - "integrity": "sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==" - }, - "@emotion/styled": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.3.0.tgz", - "integrity": "sha512-GgcUpXBBEU5ido+/p/mCT2/Xx+Oqmp9JzQRuC+a4lYM4i4LBBn/dWvc0rQ19N9ObA8/T4NWMrPNe79kMBDJqoQ==", - "requires": { - "@emotion/styled-base": "^10.3.0", - "babel-plugin-emotion": "^10.0.27" - } - }, - "@emotion/styled-base": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@emotion/styled-base/-/styled-base-10.3.0.tgz", - "integrity": "sha512-PBRqsVKR7QRNkmfH78hTSSwHWcwDpecH9W6heujWAcyp2wdz/64PP73s7fWS1dIPm8/Exc8JAzYS8dEWXjv60w==", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/is-prop-valid": "0.8.8", - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3" - } - }, - "@emotion/stylis": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", - "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==" - }, - "@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", - "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz", - "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==" - }, - "@emotion/weak-memoize": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz", - "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==" - }, "@storybook/addons": { - "version": "6.4.18", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.4.18.tgz", - "integrity": "sha512-fd3S79P4jJCYZNA2JxA1Xnkj0UlHGQ4Vg72aroWy4OQFlgGQor1LgPfM6RaJ9rh/4k4BXYPXsS7wzI0UWKG3Lw==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.8.tgz", + "integrity": "sha512-L3LmbsYP9tDHHvpr/yv8YuEkzym7SXp/jZ0km31tpG3EuZmgGu7MXPrZ2ymEw4PkAhQzztgRr23VTfKobGUojA==", "requires": { - "@storybook/api": "6.4.18", - "@storybook/channels": "6.4.18", - "@storybook/client-logger": "6.4.18", - "@storybook/core-events": "6.4.18", - "@storybook/csf": "0.0.2--canary.87bc651.0", - "@storybook/router": "6.4.18", - "@storybook/theming": "6.4.18", + "@storybook/api": "6.5.8", + "@storybook/channels": "6.5.8", + "@storybook/client-logger": "6.5.8", + "@storybook/core-events": "6.5.8", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.8", + "@storybook/theming": "6.5.8", "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", "global": "^4.4.0", @@ -5501,17 +5194,17 @@ } }, "@storybook/api": { - "version": "6.4.18", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.4.18.tgz", - "integrity": "sha512-tSbsHKklBysuSmw4T+cKzMj6mQh/42m9F8+2iJns2XG/IUKpMAzFg/9dlgCTW+ay6dJwsR79JGIc9ccIe4SMgQ==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.8.tgz", + "integrity": "sha512-/MueV+wLCvy9gFA3ih4g7QYjDmn14i+D2ydonfaEC7R+agFGXxXwJGPKkz3yBNrRpNkBwcbY9mAmv8lE2AqgqQ==", "requires": { - "@storybook/channels": "6.4.18", - "@storybook/client-logger": "6.4.18", - "@storybook/core-events": "6.4.18", - "@storybook/csf": "0.0.2--canary.87bc651.0", - "@storybook/router": "6.4.18", + "@storybook/channels": "6.5.8", + "@storybook/client-logger": "6.5.8", + "@storybook/core-events": "6.5.8", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.8", "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.4.18", + "@storybook/theming": "6.5.8", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", @@ -5519,15 +5212,15 @@ "memoizerific": "^1.11.3", "regenerator-runtime": "^0.13.7", "store2": "^2.12.0", - "telejson": "^5.3.2", + "telejson": "^6.0.8", "ts-dedent": "^2.0.0", "util-deprecate": "^1.0.2" } }, "@storybook/channels": { - "version": "6.4.18", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.4.18.tgz", - "integrity": "sha512-Bh4l7VKKR2ImLbZ9XgL/DzT3lFv9+SLiCu1ozfpBZGHUCOLyHRnkG/h8wYvRkF9s3tpNwOtaCaqD1vkkZfr3uw==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.8.tgz", + "integrity": "sha512-fNql1lEIvWlI1NiRtwFMWOOvfW6qxgeSP6xoqiAJ0b+QYegEFG9UxJDuEvVHq++S81FulgQ5U+p+5R9XSV19tQ==", "requires": { "core-js": "^3.8.2", "ts-dedent": "^2.0.0", @@ -5535,92 +5228,48 @@ } }, "@storybook/client-logger": { - "version": "6.4.18", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.4.18.tgz", - "integrity": "sha512-ciBaASMaB2ZPksbuyDbp3++5SZxbhcihEpl+RQcAVV8g+TUyBZKIcHt8HNHicTczz5my1EydZovMh1IkSBMICA==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.8.tgz", + "integrity": "sha512-dH6HSaVuOIMHy1+rpsqcD3SJxVZEEbuEtsNpdUGwLJaIuduhUJJpM2xQfUW0siZDyrgwoa+znll+G0YNUbv7sg==", "requires": { "core-js": "^3.8.2", "global": "^4.4.0" } }, "@storybook/core-events": { - "version": "6.4.18", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.4.18.tgz", - "integrity": "sha512-lCT3l0rFs6CuVpD8+mwmj1lUTomGErySTxi0KmVd2AWQj8kJL90EfS0jHSU5JIXScDvuwXDXLLmvMfqNU+zHdg==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.8.tgz", + "integrity": "sha512-lzG4Lg65WFYvjs2k/E3CP4+eyPexEGrDyRMO9Pbj9H9x+eosYptauEbT/wXF83bmUWZKLWWVUAZX7hDcxBO8cw==", "requires": { "core-js": "^3.8.2" } }, "@storybook/csf": { - "version": "0.0.2--canary.87bc651.0", - "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.2--canary.87bc651.0.tgz", - "integrity": "sha512-ajk1Uxa+rBpFQHKrCcTmJyQBXZ5slfwHVEaKlkuFaW77it8RgbPJp/ccna3sgoi8oZ7FkkOyvv1Ve4SmwFqRqw==", + "version": "0.0.2--canary.4566f4d.1", + "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.2--canary.4566f4d.1.tgz", + "integrity": "sha512-9OVvMVh3t9znYZwb0Svf/YQoxX2gVOeQTGe2bses2yj+a3+OJnCrUF3/hGv6Em7KujtOdL2LL+JnG49oMVGFgQ==", "requires": { "lodash": "^4.17.15" } }, "@storybook/router": { - "version": "6.4.18", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.4.18.tgz", - "integrity": "sha512-itvSWHhG1X/NV1sMlwP1qKtF0HfiIaAHImr0LwQ2K2F6/CI11W68dJAs4WBUdwzA0+H0Joyu/2a/6mCQHcee1A==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.8.tgz", + "integrity": "sha512-tseNJpZ2ZzVYowjekUMpGJVVRMrwOkttieD9mRbHrhh+2n7b+SoMKnuLi3ow0xeOyPL8ZDng2FgRjQzQHXA5Sw==", "requires": { - "@storybook/client-logger": "6.4.18", + "@storybook/client-logger": "6.5.8", "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "history": "5.0.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "react-router": "^6.0.0", - "react-router-dom": "^6.0.0", - "ts-dedent": "^2.0.0" + "regenerator-runtime": "^0.13.7" } }, "@storybook/theming": { - "version": "6.4.18", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.4.18.tgz", - "integrity": "sha512-1o0w2eP+8sXUesdtXpZR4Yvayp1h3xvK7l9+wuHh+1uCy+EvD5UI9d1HvU5kt5fw7XAJJcInaVAmyAbpwct0TQ==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.8.tgz", + "integrity": "sha512-1VaKHqj38Ls1bJwDpg3+aEOlvVib/DCFkP6WYrP/AQtNAzxiyw5WkaoRlTVJZvCdu5TxjpG4O6/Ai5TI9QftIg==", "requires": { - "@emotion/core": "^10.1.1", - "@emotion/is-prop-valid": "^0.8.6", - "@emotion/styled": "^10.0.27", - "@storybook/client-logger": "6.4.18", + "@storybook/client-logger": "6.5.8", "core-js": "^3.8.2", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.27", - "global": "^4.4.0", - "memoizerific": "^1.11.3", - "polished": "^4.0.5", - "resolve-from": "^5.0.0", - "ts-dedent": "^2.0.0" - } - }, - "babel-plugin-emotion": { - "version": "10.2.2", - "resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.2.2.tgz", - "integrity": "sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - } - }, - "emotion-theming": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/emotion-theming/-/emotion-theming-10.3.0.tgz", - "integrity": "sha512-mXiD2Oj7N9b6+h/dC6oLf9hwxbtKHQjoIqtodEyL8CpkN4F3V4IK/BT4D0C7zSs4BBFOu4UlPJbvvBLa88SGEA==", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" + "regenerator-runtime": "^0.13.7" } }, "fast-deep-equal": { @@ -5629,9 +5278,9 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "has-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", - "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" }, "is-function": { "version": "1.0.2", @@ -5660,28 +5309,10 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==" }, - "polished": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/polished/-/polished-4.1.4.tgz", - "integrity": "sha512-Nq5Mbza+Auo7N3sQb1QMFaQiDO+4UexWuSGR7Cjb4Sw11SZIJcrrFtiZ+L0jT9MBsUsxDboHVASbCLbE1rnECg==", - "requires": { - "@babel/runtime": "^7.16.7" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.17.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.2.tgz", - "integrity": "sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - } - } - }, "qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "version": "6.10.5", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz", + "integrity": "sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==", "requires": { "side-channel": "^1.0.4" } @@ -5691,20 +5322,15 @@ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" - }, "store2": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/store2/-/store2-2.13.1.tgz", - "integrity": "sha512-iJtHSGmNgAUx0b/MCS6ASGxb//hGrHHRgzvN+K5bvkBTN7A9RTpPSf1WSp+nPGvWCJ1jRnvY7MKnuqfoi3OEqg==" + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/store2/-/store2-2.13.2.tgz", + "integrity": "sha512-CMtO2Uneg3SAz/d6fZ/6qbqqQHi2ynq6/KzMD/26gTkiEShCcpqFfTHgOxsE0egAq6SX3FmN4CeSqn8BzXQkJg==" }, "telejson": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/telejson/-/telejson-5.3.3.tgz", - "integrity": "sha512-PjqkJZpzEggA9TBpVtJi1LVptP7tYtXB6rEubwlHap76AMjzvOdKX41CxyaW7ahhzDU1aftXnMCx5kAPDZTQBA==", + "version": "6.0.8", + "resolved": "https://registry.npmjs.org/telejson/-/telejson-6.0.8.tgz", + "integrity": "sha512-nerNXi+j8NK1QEfBHtZUN/aLdDcyupA//9kAboYLrtzZlPLpUfqbVGWb9zz91f/mIjRbAYhbgtnJHY8I1b5MBg==", "requires": { "@types/is-function": "^1.0.0", "global": "^4.4.0", @@ -5889,144 +5515,35 @@ } }, "@storybook/addons": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.4.19.tgz", - "integrity": "sha512-QNyRYhpqmHV8oJxxTBdkRlLSbDFhpBvfvMfIrIT1UXb/eemdBZTaCGVvXZ9UixoEEI7f8VwAQ44IvkU5B1509w==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.8.tgz", + "integrity": "sha512-L3LmbsYP9tDHHvpr/yv8YuEkzym7SXp/jZ0km31tpG3EuZmgGu7MXPrZ2ymEw4PkAhQzztgRr23VTfKobGUojA==", "requires": { - "@storybook/api": "6.4.19", - "@storybook/channels": "6.4.19", - "@storybook/client-logger": "6.4.19", - "@storybook/core-events": "6.4.19", - "@storybook/csf": "0.0.2--canary.87bc651.0", - "@storybook/router": "6.4.19", - "@storybook/theming": "6.4.19", + "@storybook/api": "6.5.8", + "@storybook/channels": "6.5.8", + "@storybook/client-logger": "6.5.8", + "@storybook/core-events": "6.5.8", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.8", + "@storybook/theming": "6.5.8", "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", "global": "^4.4.0", "regenerator-runtime": "^0.13.7" }, "dependencies": { - "@emotion/cache": { - "version": "10.0.29", - "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-10.0.29.tgz", - "integrity": "sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - } - }, - "@emotion/core": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.3.1.tgz", - "integrity": "sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - } - }, - "@emotion/css": { - "version": "10.0.27", - "resolved": "https://registry.npmjs.org/@emotion/css/-/css-10.0.27.tgz", - "integrity": "sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - } - }, - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", - "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" - }, - "@emotion/is-prop-valid": { - "version": "0.8.8", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", - "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", - "requires": { - "@emotion/memoize": "0.7.4" - } - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", - "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz", - "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "@emotion/sheet": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-0.9.4.tgz", - "integrity": "sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==" - }, - "@emotion/styled": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.3.0.tgz", - "integrity": "sha512-GgcUpXBBEU5ido+/p/mCT2/Xx+Oqmp9JzQRuC+a4lYM4i4LBBn/dWvc0rQ19N9ObA8/T4NWMrPNe79kMBDJqoQ==", - "requires": { - "@emotion/styled-base": "^10.3.0", - "babel-plugin-emotion": "^10.0.27" - } - }, - "@emotion/styled-base": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@emotion/styled-base/-/styled-base-10.3.0.tgz", - "integrity": "sha512-PBRqsVKR7QRNkmfH78hTSSwHWcwDpecH9W6heujWAcyp2wdz/64PP73s7fWS1dIPm8/Exc8JAzYS8dEWXjv60w==", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/is-prop-valid": "0.8.8", - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3" - } - }, - "@emotion/stylis": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", - "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==" - }, - "@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", - "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz", - "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==" - }, - "@emotion/weak-memoize": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz", - "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==" - }, "@storybook/api": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.4.19.tgz", - "integrity": "sha512-aDvea+NpQCBjpNp9YidO1Pr7fzzCp15FSdkG+2ihGQfv5raxrN+IIJnGUXecpe71nvlYiB+29UXBVK7AL0j51Q==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.8.tgz", + "integrity": "sha512-/MueV+wLCvy9gFA3ih4g7QYjDmn14i+D2ydonfaEC7R+agFGXxXwJGPKkz3yBNrRpNkBwcbY9mAmv8lE2AqgqQ==", "requires": { - "@storybook/channels": "6.4.19", - "@storybook/client-logger": "6.4.19", - "@storybook/core-events": "6.4.19", - "@storybook/csf": "0.0.2--canary.87bc651.0", - "@storybook/router": "6.4.19", + "@storybook/channels": "6.5.8", + "@storybook/client-logger": "6.5.8", + "@storybook/core-events": "6.5.8", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.8", "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.4.19", + "@storybook/theming": "6.5.8", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", @@ -6034,15 +5551,15 @@ "memoizerific": "^1.11.3", "regenerator-runtime": "^0.13.7", "store2": "^2.12.0", - "telejson": "^5.3.2", + "telejson": "^6.0.8", "ts-dedent": "^2.0.0", "util-deprecate": "^1.0.2" } }, "@storybook/channels": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.4.19.tgz", - "integrity": "sha512-EwyoncFvTfmIlfsy8jTfayCxo2XchPkZk/9txipugWSmc057HdklMKPLOHWP0z5hLH0IbVIKXzdNISABm36jwQ==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.8.tgz", + "integrity": "sha512-fNql1lEIvWlI1NiRtwFMWOOvfW6qxgeSP6xoqiAJ0b+QYegEFG9UxJDuEvVHq++S81FulgQ5U+p+5R9XSV19tQ==", "requires": { "core-js": "^3.8.2", "ts-dedent": "^2.0.0", @@ -6050,92 +5567,48 @@ } }, "@storybook/client-logger": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.4.19.tgz", - "integrity": "sha512-zmg/2wyc9W3uZrvxaW4BfHcr40J0v7AGslqYXk9H+ERLVwIvrR4NhxQFaS6uITjBENyRDxwzfU3Va634WcmdDQ==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.8.tgz", + "integrity": "sha512-dH6HSaVuOIMHy1+rpsqcD3SJxVZEEbuEtsNpdUGwLJaIuduhUJJpM2xQfUW0siZDyrgwoa+znll+G0YNUbv7sg==", "requires": { "core-js": "^3.8.2", "global": "^4.4.0" } }, "@storybook/core-events": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.4.19.tgz", - "integrity": "sha512-KICzUw6XVQUJzFSCXfvhfHAuyhn4Q5J4IZEfuZkcGJS4ODkrO6tmpdYE5Cfr+so95Nfp0ErWiLUuodBsW9/rtA==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.8.tgz", + "integrity": "sha512-lzG4Lg65WFYvjs2k/E3CP4+eyPexEGrDyRMO9Pbj9H9x+eosYptauEbT/wXF83bmUWZKLWWVUAZX7hDcxBO8cw==", "requires": { "core-js": "^3.8.2" } }, "@storybook/csf": { - "version": "0.0.2--canary.87bc651.0", - "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.2--canary.87bc651.0.tgz", - "integrity": "sha512-ajk1Uxa+rBpFQHKrCcTmJyQBXZ5slfwHVEaKlkuFaW77it8RgbPJp/ccna3sgoi8oZ7FkkOyvv1Ve4SmwFqRqw==", + "version": "0.0.2--canary.4566f4d.1", + "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.2--canary.4566f4d.1.tgz", + "integrity": "sha512-9OVvMVh3t9znYZwb0Svf/YQoxX2gVOeQTGe2bses2yj+a3+OJnCrUF3/hGv6Em7KujtOdL2LL+JnG49oMVGFgQ==", "requires": { "lodash": "^4.17.15" } }, "@storybook/router": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.4.19.tgz", - "integrity": "sha512-KWWwIzuyeEIWVezkCihwY2A76Il9tUNg0I410g9qT7NrEsKyqXGRYOijWub7c1GGyNjLqz0jtrrehtixMcJkuA==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.8.tgz", + "integrity": "sha512-tseNJpZ2ZzVYowjekUMpGJVVRMrwOkttieD9mRbHrhh+2n7b+SoMKnuLi3ow0xeOyPL8ZDng2FgRjQzQHXA5Sw==", "requires": { - "@storybook/client-logger": "6.4.19", + "@storybook/client-logger": "6.5.8", "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "history": "5.0.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "react-router": "^6.0.0", - "react-router-dom": "^6.0.0", - "ts-dedent": "^2.0.0" + "regenerator-runtime": "^0.13.7" } }, "@storybook/theming": { - "version": "6.4.19", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.4.19.tgz", - "integrity": "sha512-V4pWmTvAxmbHR6B3jA4hPkaxZPyExHvCToy7b76DpUTpuHihijNDMAn85KhOQYIeL9q14zP/aiz899tOHsOidg==", + "version": "6.5.8", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.8.tgz", + "integrity": "sha512-1VaKHqj38Ls1bJwDpg3+aEOlvVib/DCFkP6WYrP/AQtNAzxiyw5WkaoRlTVJZvCdu5TxjpG4O6/Ai5TI9QftIg==", "requires": { - "@emotion/core": "^10.1.1", - "@emotion/is-prop-valid": "^0.8.6", - "@emotion/styled": "^10.0.27", - "@storybook/client-logger": "6.4.19", + "@storybook/client-logger": "6.5.8", "core-js": "^3.8.2", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.27", - "global": "^4.4.0", - "memoizerific": "^1.11.3", - "polished": "^4.0.5", - "resolve-from": "^5.0.0", - "ts-dedent": "^2.0.0" - } - }, - "babel-plugin-emotion": { - "version": "10.2.2", - "resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.2.2.tgz", - "integrity": "sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - } - }, - "emotion-theming": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/emotion-theming/-/emotion-theming-10.3.0.tgz", - "integrity": "sha512-mXiD2Oj7N9b6+h/dC6oLf9hwxbtKHQjoIqtodEyL8CpkN4F3V4IK/BT4D0C7zSs4BBFOu4UlPJbvvBLa88SGEA==", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" + "regenerator-runtime": "^0.13.7" } }, "fast-deep-equal": { @@ -6144,9 +5617,9 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "has-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", - "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" }, "is-function": { "version": "1.0.2", @@ -6175,51 +5648,20 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==" }, - "polished": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/polished/-/polished-4.1.4.tgz", - "integrity": "sha512-Nq5Mbza+Auo7N3sQb1QMFaQiDO+4UexWuSGR7Cjb4Sw11SZIJcrrFtiZ+L0jT9MBsUsxDboHVASbCLbE1rnECg==", - "requires": { - "@babel/runtime": "^7.16.7" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.17.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.2.tgz", - "integrity": "sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - } - } - }, - "qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", - "requires": { - "side-channel": "^1.0.4" - } - }, "regenerator-runtime": { "version": "0.13.9", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" - }, "store2": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/store2/-/store2-2.13.1.tgz", - "integrity": "sha512-iJtHSGmNgAUx0b/MCS6ASGxb//hGrHHRgzvN+K5bvkBTN7A9RTpPSf1WSp+nPGvWCJ1jRnvY7MKnuqfoi3OEqg==" + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/store2/-/store2-2.13.2.tgz", + "integrity": "sha512-CMtO2Uneg3SAz/d6fZ/6qbqqQHi2ynq6/KzMD/26gTkiEShCcpqFfTHgOxsE0egAq6SX3FmN4CeSqn8BzXQkJg==" }, "telejson": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/telejson/-/telejson-5.3.3.tgz", - "integrity": "sha512-PjqkJZpzEggA9TBpVtJi1LVptP7tYtXB6rEubwlHap76AMjzvOdKX41CxyaW7ahhzDU1aftXnMCx5kAPDZTQBA==", + "version": "6.0.8", + "resolved": "https://registry.npmjs.org/telejson/-/telejson-6.0.8.tgz", + "integrity": "sha512-nerNXi+j8NK1QEfBHtZUN/aLdDcyupA//9kAboYLrtzZlPLpUfqbVGWb9zz91f/mIjRbAYhbgtnJHY8I1b5MBg==", "requires": { "@types/is-function": "^1.0.0", "global": "^4.4.0", @@ -12678,11 +12120,11 @@ } }, "@vue/cli-plugin-eslint": { - "version": "4.5.15", - "resolved": "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.5.15.tgz", - "integrity": "sha512-/2Fl6wY/5bz3HD035oSnFRMsKNxDxU396KqBdpCQdwdvqk4mm6JAbXqihpcBRTNPeTO6w+LwGe6FE56PVbJdbg==", + "version": "4.5.17", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.5.17.tgz", + "integrity": "sha512-bVNDP+SuWcuJrBMc+JLaKvlxx25XKIlZBa+zzFnxhHZlwPZ7CeBD3e2wnsygJyPoKgDZcZwDgmEz1BZzMEjsNw==", "requires": { - "@vue/cli-shared-utils": "^4.5.15", + "@vue/cli-shared-utils": "^4.5.17", "eslint-loader": "^2.2.1", "globby": "^9.2.0", "inquirer": "^7.1.0", @@ -12691,16 +12133,16 @@ }, "dependencies": { "@vue/cli-shared-utils": { - "version": "4.5.15", - "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.5.15.tgz", - "integrity": "sha512-SKaej9hHzzjKSOw1NlFmc6BSE0vcqUQMQiv1cxQ2DhVyy4QxZXBmzmiLBUBe+hYZZs1neXW7n//udeN9bCAY+Q==", + "version": "4.5.17", + "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.5.17.tgz", + "integrity": "sha512-VoFNdxvTW4vZu3ne+j1Mf7mU99J2SAoRVn9XPrsouTUUJablglM8DASk7Ixhsh6ymyL/W9EADQFR6Pgj8Ujjuw==", "requires": { + "@achrinza/node-ipc": "9.2.2", "@hapi/joi": "^15.0.1", "chalk": "^2.4.2", "execa": "^1.0.0", "launch-editor": "^2.2.1", "lru-cache": "^5.1.1", - "node-ipc": "^9.1.1", "open": "^6.3.0", "ora": "^3.4.0", "read-pkg": "^5.1.1", @@ -13633,12 +13075,12 @@ "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=" }, "amplitude-js": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/amplitude-js/-/amplitude-js-8.17.0.tgz", - "integrity": "sha512-9Ovx/15Wt4byNSKpesaTaNnHmwgkV9pn0BfI70qHr0iaPgEAtMV0HdA+Zs6555ODp3pvrmj5JTXDl3/DPLmNRQ==", + "version": "8.18.4", + "resolved": "https://registry.npmjs.org/amplitude-js/-/amplitude-js-8.18.4.tgz", + "integrity": "sha512-Nk4ymaw9iGf1Be/fGuuH7H/QnUJceD2RYGdode8ZAApw6jHlm9QZCoYoVRrNPdgfb3yJz3P84EPh/4xM+/98/w==", "requires": { - "@amplitude/analytics-connector": "1.0.0", - "@amplitude/ua-parser-js": "0.7.26", + "@amplitude/analytics-connector": "1.4.3", + "@amplitude/ua-parser-js": "0.7.31", "@amplitude/utils": "^1.0.5", "@babel/runtime": "^7.3.4", "blueimp-md5": "^2.10.0", @@ -14244,9 +13686,9 @@ "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==" }, "async": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", - "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" }, "async-each": { "version": "1.0.3", @@ -15063,17 +14505,22 @@ "integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==" }, "bootstrap-vue": { - "version": "2.21.2", - "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.21.2.tgz", - "integrity": "sha512-0Exe+4MZysqhZNXIKf4TzkvXaupxh9EHsoCRez0o5Dc0J7rlafayOEwql63qXv74CgZO8E4U8ugRNJko1vMvNw==", + "version": "2.22.0", + "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.22.0.tgz", + "integrity": "sha512-denjR/ae0K7Jrcqud3TrZWw0p/crtyigeGUNunWQ4t+KFi+7rzJ6j6lx1W5/gpUtSSUgNbWrXcHH4lIWXzXOOQ==", "requires": { "@nuxt/opencollective": "^0.3.2", - "bootstrap": ">=4.5.3 <5.0.0", + "bootstrap": "^4.6.1", "popper.js": "^1.16.1", "portal-vue": "^2.1.7", "vue-functional-data-merge": "^3.1.0" }, "dependencies": { + "bootstrap": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz", + "integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==" + }, "popper.js": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", @@ -16217,9 +15664,9 @@ "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==" }, "consola": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz", - "integrity": "sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==" + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", + "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==" }, "console-browserify": { "version": "1.2.0", @@ -16378,9 +15825,9 @@ } }, "core-js": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.21.0.tgz", - "integrity": "sha512-YUdI3fFu4TF/2WykQ2xzSiTQdldLB4KVuL9WeAy5XONZYt5Cun/fpQvctoKbCgvPhmzADeesTk/j2Rdx77AcKQ==" + "version": "3.22.8", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.8.tgz", + "integrity": "sha512-UoGQ/cfzGYIuiq6Z7vWL1HfkE9U9IZ4Ub+0XSiJTCzvbZzgPA69oDF2f+lgJ6dFFLEdjW5O6svvoKzXX23xFkA==" }, "core-js-compat": { "version": "3.11.0", @@ -17309,6 +16756,11 @@ "domelementtype": "1" } }, + "dompurify": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.8.tgz", + "integrity": "sha512-eVhaWoVibIzqdGYjwsBWodIQIaXFSB+cKDf4cfxLMsK0xiud6SE+/WCVx/Xw/UwQsa4cS3T2eITcdtmTg2UKcw==" + }, "domutils": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", @@ -19920,29 +19372,6 @@ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" }, - "history": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/history/-/history-5.0.0.tgz", - "integrity": "sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg==", - "requires": { - "@babel/runtime": "^7.7.6" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", - "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" - } - } - }, "hmac-drbg": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", @@ -20663,9 +20092,9 @@ "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" }, "intro.js": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-5.0.0.tgz", - "integrity": "sha512-bj3R8Fb9h5I/oJIit60KciZUXBDviA4qV1iM9O/AXQvrfv78Szx9ILuRWET1W2jGge8RcM11TApxwQ0007Y1nQ==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/intro.js/-/intro.js-5.1.0.tgz", + "integrity": "sha512-zwWl/duTh00eeNcZRU4o4/xxloNYPFKs4n4lMRDNx59jZr+qRI0jSOnzqYMOuVftD4beGrmxBHz4k8qp9/dCMA==" }, "invariant": { "version": "2.2.4", @@ -21082,7 +20511,7 @@ "is-window": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-window/-/is-window-1.0.2.tgz", - "integrity": "sha1-LIlspT25feRdPDMTOmXYyfVjSA0=" + "integrity": "sha512-uj00kdXyZb9t9RcAUAwMZAnkBUwdYGhYlt7djMXhfyhUCzwNba50tIiBKR7q0l7tdoBtFVw/3JmLY6fI3rmZmg==" }, "is-windows": { "version": "1.0.2", @@ -22486,9 +21915,9 @@ } }, "moment": { - "version": "2.29.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz", - "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" + "version": "2.29.3", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz", + "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==" }, "move-concurrently": { "version": "1.0.1", @@ -22572,20 +22001,20 @@ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" }, "nconf": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.3.tgz", - "integrity": "sha512-iYsAuDS9pzjVMGIzJrGE0Vk3Eh8r/suJanRAnWGBd29rVS2XtSgzcAo5l6asV3e4hH2idVONHirg1efoBOslBg==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/nconf/-/nconf-0.12.0.tgz", + "integrity": "sha512-T3fZPw3c7Dfrz8JBQEbEcZJ2s8f7cUMpKuyBtsGQe0b71pcXx6gNh4oti2xh5dxB+gO9ufNfISBlGvvWtfyMcA==", "requires": { - "async": "^1.4.0", + "async": "^3.0.0", "ini": "^2.0.0", "secure-keys": "^1.0.0", "yargs": "^16.1.1" }, "dependencies": { "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" }, "ansi-styles": { "version": "4.3.0", @@ -22634,21 +22063,21 @@ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" }, "string-width": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", - "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "requires": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" + "strip-ansi": "^6.0.1" } }, "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "requires": { - "ansi-regex": "^5.0.0" + "ansi-regex": "^5.0.1" } }, "wrap-ansi": { @@ -25381,69 +24810,6 @@ "react-popper": "^1.3.6" } }, - "react-router": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.1.1.tgz", - "integrity": "sha512-55o96RiDZmC0uD17DPqVmzzfdNd2Dc+EjkYvMAmHl43du/GItaTdFr5WwjTryNWPXZ+OOVQxQhwAX25UwxpHtw==", - "requires": { - "history": "^5.1.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", - "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "history": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/history/-/history-5.1.0.tgz", - "integrity": "sha512-zPuQgPacm2vH2xdORvGGz1wQMuHSIB56yNAy5FnLuwOwgSYyPKptJtcMm6Ev+hRGeS+GzhbmRacHzvlESbFwDg==", - "requires": { - "@babel/runtime": "^7.7.6" - } - }, - "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" - } - } - }, - "react-router-dom": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.1.1.tgz", - "integrity": "sha512-O3UH89DI4o+swd2q6lF4dSmpuNCxwkUXcj0zAFcVc1H+YoPE6T7uwoFMX0ws1pUvCY8lYDucFpOqCCdal6VFzg==", - "requires": { - "history": "^5.1.0", - "react-router": "6.1.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", - "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "history": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/history/-/history-5.1.0.tgz", - "integrity": "sha512-zPuQgPacm2vH2xdORvGGz1wQMuHSIB56yNAy5FnLuwOwgSYyPKptJtcMm6Ev+hRGeS+GzhbmRacHzvlESbFwDg==", - "requires": { - "@babel/runtime": "^7.7.6" - } - }, - "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" - } - } - }, "react-select": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/react-select/-/react-select-3.2.0.tgz", @@ -26702,9 +26068,9 @@ } }, "smartbanner.js": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/smartbanner.js/-/smartbanner.js-1.17.0.tgz", - "integrity": "sha512-KT/psg/s2+LxoWLFVtt846eMcgjf4g6GYaTqzJ4xvBV9hAlhis8bd6J1LkVS3S8Ra9RhhjqOEP92XoTef3XZ4w==" + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/smartbanner.js/-/smartbanner.js-1.19.0.tgz", + "integrity": "sha512-F9vR7AIbyg2myhP9DrNYsKlKNqLuen+FFAu5R7SAF9IyCxNQkjpGUmiHbEaEVFTLw8J9hPmVC2lyGEJlOXTXKQ==" }, "snapdragon": { "version": "0.8.2", @@ -28804,7 +28170,7 @@ "uuid-browser": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/uuid-browser/-/uuid-browser-3.1.0.tgz", - "integrity": "sha1-DwWkCu90+eWVHiDvv0SxGHHlZBA=" + "integrity": "sha512-dsNgbLaTrd6l3MMxTtouOCFw4CBFc/3a+GgYA2YyrJvyQ1u6q4pcu3ktLoUZ/VN/Aw9WsauazbgsgdfVWgAKQg==" }, "v8-compile-cache": { "version": "2.1.0", @@ -29186,9 +28552,9 @@ } }, "vue-router": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.3.tgz", - "integrity": "sha512-FUlILrW3DGitS2h+Xaw8aRNvGTwtuaxrRkNSHWTizOfLUie7wuYwezeZ50iflRn8YPV5kxmU2LQuu3nM/b3Zsg==" + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.4.tgz", + "integrity": "sha512-x+/DLAJZv2mcQ7glH2oV9ze8uPwcI+H+GgTgTmb5I55bCgY3+vXWIsqbYUzbBSZnwFHEJku4eoaH/x98veyymQ==" }, "vue-style-loader": { "version": "4.1.3", diff --git a/website/client/package.json b/website/client/package.json index d9726f15c2..71b5dcb2ba 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -13,26 +13,27 @@ "storybook:serve": "vue-cli-service storybook:serve -p 6006 -c config/storybook" }, "dependencies": { - "@storybook/addon-actions": "6.4.19", + "@storybook/addon-actions": "6.5.8", "@storybook/addon-knobs": "6.2.9", - "@storybook/addon-links": "6.4.18", + "@storybook/addon-links": "6.5.8", "@storybook/addon-notes": "5.3.21", - "@storybook/addons": "6.4.19", + "@storybook/addons": "6.5.8", "@storybook/vue": "6.3.13", "@vue/cli-plugin-babel": "^4.5.15", - "@vue/cli-plugin-eslint": "^4.5.15", + "@vue/cli-plugin-eslint": "^4.5.17", "@vue/cli-plugin-router": "^4.5.15", "@vue/cli-plugin-unit-mocha": "^4.5.15", "@vue/cli-service": "^4.5.15", "@vue/test-utils": "1.0.0-beta.29", - "amplitude-js": "^8.17.0", + "amplitude-js": "^8.18.4", "axios": "^0.25.0", "axios-progress-bar": "^1.2.0", "babel-eslint": "^10.1.0", "bootstrap": "^4.6.0", - "bootstrap-vue": "^2.21.2", + "bootstrap-vue": "^2.22.0", "chai": "^4.3.6", - "core-js": "^3.21.0", + "core-js": "^3.22.8", + "dompurify": "^2.3.8", "eslint": "^6.8.0", "eslint-config-habitrpg": "^6.2.0", "eslint-plugin-mocha": "^5.3.0", @@ -40,14 +41,14 @@ "habitica-markdown": "^3.0.0", "hellojs": "^1.19.5", "inspectpack": "^4.7.1", - "intro.js": "^5.0.0", + "intro.js": "^5.1.0", "jquery": "^3.6.0", "lodash": "^4.17.21", - "moment": "^2.29.1", - "nconf": "^0.11.3", + "moment": "^2.29.3", + "nconf": "^0.12.0", "sass": "^1.34.0", "sass-loader": "^8.0.2", - "smartbanner.js": "^1.17.0", + "smartbanner.js": "^1.19.0", "svg-inline-loader": "^0.8.2", "svg-url-loader": "^7.1.1", "svgo": "^1.3.2", @@ -57,13 +58,13 @@ "vue": "^2.6.14", "vue-cli-plugin-storybook": "2.1.0", "vue-mugen-scroll": "^0.2.6", - "vue-router": "^3.5.3", + "vue-router": "^3.5.4", "vue-template-compiler": "^2.6.14", "vuedraggable": "^2.24.3", "vuejs-datepicker": "git://github.com/habitrpg/vuejs-datepicker.git#153d339e4dbebb73733658aeda1d5b7fcc55b0a0", "webpack": "^4.46.0" }, "devDependencies": { - "@babel/plugin-proposal-optional-chaining": "^7.16.7" + "@babel/plugin-proposal-optional-chaining": "^7.17.12" } } diff --git a/website/client/src/assets/css/sprites/spritesmith-main.css b/website/client/src/assets/css/sprites/spritesmith-main.css index b4ee575052..f153612926 100644 --- a/website/client/src/assets/css/sprites/spritesmith-main.css +++ b/website/client/src/assets/css/sprites/spritesmith-main.css @@ -605,6 +605,11 @@ width: 141px; height: 147px; } +.background_beach_with_dunes { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_beach_with_dunes.png'); + width: 141px; + height: 147px; +} .background_beehive { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_beehive.png'); width: 141px; @@ -1389,6 +1394,11 @@ width: 141px; height: 147px; } +.background_mountain_waterfall { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_mountain_waterfall.png'); + width: 141px; + height: 147px; +} .background_mystical_observatory { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_mystical_observatory.png'); width: 141px; @@ -1559,6 +1569,11 @@ width: 141px; height: 147px; } +.background_sailboat_at_sunset { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_sailboat_at_sunset.png'); + width: 141px; + height: 147px; +} .background_salt_lake { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_salt_lake.png'); width: 141px; @@ -2116,6 +2131,11 @@ width: 68px; height: 68px; } +.icon_background_beach_with_dunes { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_beach_with_dunes.png'); + width: 67px; + height: 69px; +} .icon_background_beehive { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_beehive.png'); width: 68px; @@ -2905,6 +2925,11 @@ width: 68px; height: 68px; } +.icon_background_mountain_waterfall { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_mountain_waterfall.png'); + width: 68px; + height: 68px; +} .icon_background_mystical_observatory { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_mystical_observatory.png'); width: 68px; @@ -3075,6 +3100,11 @@ width: 68px; height: 68px; } +.icon_background_sailboat_at_sunset { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_sailboat_at_sunset.png'); + width: 68px; + height: 68px; +} .icon_background_salt_lake { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_salt_lake.png'); width: 68px; @@ -20415,6 +20445,11 @@ width: 68px; height: 68px; } +.shop_weapon_armoire_blueKite { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_blueKite.png'); + width: 68px; + height: 68px; +} .shop_weapon_armoire_blueLongbow { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_blueLongbow.png'); width: 68px; @@ -20515,6 +20550,11 @@ width: 68px; height: 68px; } +.shop_weapon_armoire_greenKite { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_greenKite.png'); + width: 68px; + height: 68px; +} .shop_weapon_armoire_guardiansCrook { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_guardiansCrook.png'); width: 68px; @@ -20630,11 +20670,21 @@ width: 68px; height: 68px; } +.shop_weapon_armoire_orangeKite { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_orangeKite.png'); + width: 68px; + height: 68px; +} .shop_weapon_armoire_paperCutter { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_paperCutter.png'); width: 68px; height: 68px; } +.shop_weapon_armoire_pinkKite { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_pinkKite.png'); + width: 68px; + height: 68px; +} .shop_weapon_armoire_pinkLongbow { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_pinkLongbow.png'); width: 68px; @@ -20775,6 +20825,11 @@ width: 68px; height: 68px; } +.shop_weapon_armoire_yellowKite { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_yellowKite.png'); + width: 68px; + height: 68px; +} .slim_armor_armoire_alchemistsRobe { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_armoire_alchemistsRobe.png'); width: 114px; @@ -21250,6 +21305,11 @@ width: 114px; height: 90px; } +.weapon_armoire_blueKite { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_blueKite.png'); + width: 114px; + height: 90px; +} .weapon_armoire_blueLongbow { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_blueLongbow.png'); width: 90px; @@ -21350,6 +21410,11 @@ width: 90px; height: 90px; } +.weapon_armoire_greenKite { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_greenKite.png'); + width: 114px; + height: 90px; +} .weapon_armoire_guardiansCrook { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_guardiansCrook.png'); width: 114px; @@ -21465,11 +21530,21 @@ width: 90px; height: 90px; } +.weapon_armoire_orangeKite { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_orangeKite.png'); + width: 114px; + height: 90px; +} .weapon_armoire_paperCutter { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_paperCutter.png'); width: 114px; height: 90px; } +.weapon_armoire_pinkKite { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_pinkKite.png'); + width: 114px; + height: 90px; +} .weapon_armoire_pinkLongbow { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_pinkLongbow.png'); width: 114px; @@ -21610,6 +21685,11 @@ width: 90px; height: 90px; } +.weapon_armoire_yellowKite { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_yellowKite.png'); + width: 114px; + height: 90px; +} .armor_special_bardRobes { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/armor_special_bardRobes.png'); width: 90px; diff --git a/website/client/src/assets/scss/typography.scss b/website/client/src/assets/scss/typography.scss index f4b3306baf..a15f2b7eae 100644 --- a/website/client/src/assets/scss/typography.scss +++ b/website/client/src/assets/scss/typography.scss @@ -18,8 +18,10 @@ body { // Restore the default styling for a elements without an href attribute // that was changed in bootstrap 4.5.1 a:not([href]), a:not([href]):hover { - color: inherit; - text-decoration: none; + &:not([role=button]) { + color: inherit; + text-decoration: none; + } } a, a:not([href]):not([tabindex]) { diff --git a/website/client/src/components/appFooter.vue b/website/client/src/components/appFooter.vue index 8ca55b4063..c3e0b81ac0 100644 --- a/website/client/src/components/appFooter.vue +++ b/website/client/src/components/appFooter.vue @@ -34,7 +34,7 @@
  • {{ $t('tumblr') }}
  • diff --git a/website/client/src/components/auth/registerLoginReset.vue b/website/client/src/components/auth/registerLoginReset.vue index eeecca89b1..60a08f3b70 100644 --- a/website/client/src/components/auth/registerLoginReset.vue +++ b/website/client/src/components/auth/registerLoginReset.vue @@ -614,6 +614,7 @@ import axios from 'axios'; import hello from 'hellojs'; import debounce from 'lodash/debounce'; import isEmail from 'validator/lib/isEmail'; +import DOMPurify from 'dompurify'; import { buildAppleAuthUrl } from '../../libs/auth'; import { MINIMUM_PASSWORD_LENGTH } from '@/../../common/script/constants'; @@ -754,6 +755,12 @@ export default { } }); }, 500), + sanitizeRedirect (redirect) { + if (!redirect) return '/'; + let sanitizedString = DOMPurify.sanitize(redirect).replace(/\\|\/\/|\./g, ''); + sanitizedString = `/${sanitizedString}`; + return sanitizedString; + }, async register () { // @TODO do not use alert if (!this.email) { @@ -785,19 +792,14 @@ export default { passwordConfirm: this.passwordConfirm, }); - let redirectTo; - - if (this.$route.query.redirectTo) { - redirectTo = this.$route.query.redirectTo; - } else { - redirectTo = '/'; - } + const redirectTo = this.sanitizeRedirect(this.$route.query.redirectTo); // @TODO do not reload entire page // problem is that app.vue created hook should be called again // after user is logged in / just signed up // ALSO it's the only way to make sure language data // is reloaded and correct for the logged in user + // Same situation in login and socialAuth functions window.location.href = redirectTo; }, async login () { @@ -807,19 +809,8 @@ export default { password: this.password, }); - let redirectTo; + const redirectTo = this.sanitizeRedirect(this.$route.query.redirectTo); - if (this.$route.query.redirectTo) { - redirectTo = this.$route.query.redirectTo; - } else { - redirectTo = '/'; - } - - // @TODO do not reload entire page - // problem is that app.vue created hook should be called again - // after user is logged in / just signed up - // ALSO it's the only way to make sure language data - // is reloaded and correct for the logged in user window.location.href = redirectTo; }, // @TODO: Abstract hello in to action or lib @@ -842,19 +833,8 @@ export default { auth, }); - let redirectTo; + const redirectTo = this.sanitizeRedirect(this.$route.query.redirectTo); - if (this.$route.query.redirectTo) { - redirectTo = this.$route.query.redirectTo; - } else { - redirectTo = '/'; - } - - // @TODO do not reload entire page - // problem is that app.vue created hook should be called again - // after user is logged in / just signed up - // ALSO it's the only way to make sure language data - // is reloaded and correct for the logged in user window.location.href = redirectTo; } }, diff --git a/website/client/src/components/static/app.vue b/website/client/src/components/static/app.vue index 5997b32717..46bbd4d315 100644 --- a/website/client/src/components/static/app.vue +++ b/website/client/src/components/static/app.vue @@ -18,7 +18,7 @@ diff --git a/website/client/src/components/static/header.vue b/website/client/src/components/static/header.vue index 0994f2228a..c1324807b0 100644 --- a/website/client/src/components/static/header.vue +++ b/website/client/src/components/static/header.vue @@ -52,7 +52,7 @@ diff --git a/website/client/src/components/static/home.vue b/website/client/src/components/static/home.vue index 576b185cc8..d9c7782d3a 100644 --- a/website/client/src/components/static/home.vue +++ b/website/client/src/components/static/home.vue @@ -6,7 +6,7 @@
    - http://www.allaboutcookies.org/manage-cookies/index.html for information on commonly used browsers. + https://www.allaboutcookies.org/manage-cookies/index.html for information on commonly used browsers. For more information about targeting and advertising cookies and how you can opt out, you can also visit http://optout.aboutads.info. Please be aware + >https://optout.aboutads.info. Please be aware that if cookies are disabled, not all features of the Service may operate properly or as intended.

    Third-Party Analytics Providers

    diff --git a/website/client/src/components/static/terms.vue b/website/client/src/components/static/terms.vue index c37b48b83e..e3b99aa39d 100644 --- a/website/client/src/components/static/terms.vue +++ b/website/client/src/components/static/terms.vue @@ -70,9 +70,9 @@

    WITHIN THIRTY (30) DAYS OF YOUR PREMIUM PAYMENT DATE AS SHOWN ON YOUR PAYMENT BILL, YOU CAN REQUEST A FULL REFUND BY CONTACTING US AT ADMIN@HABITICA.COM. AFTER THIRTY (30) DAYS OF YOUR PREMIUM PAYMENT DATE, ANY PAYMENT REFUND IS SOLELY SUBJECT TO OUR DISCRETION. THE REFUND SHALL BE YOUR SOLE AND EXCLUSIVE REMEDY.

    FOR ANY CUSTOMER WHO PURCHASED PREMIUM IN APPLE INC.'s APP STORE ("APP STORE"), PLEASE CONTACT APPLE INC.'s SUPPORT TEAM: http://reportaproblem.apple.com. APPLE'S APP STORE DOES NOT ALLOW DEVELOPERS TO ISSUE REFUND FOR APP STORE PURCHASES MADE BY CUSTOMERS. + >https://reportaproblem.apple.com. APPLE'S APP STORE DOES NOT ALLOW DEVELOPERS TO ISSUE REFUND FOR APP STORE PURCHASES MADE BY CUSTOMERS.

    Warranty Disclaimer

    THE SERVICE AND ANY CONTENT MADE AVAILABLE BY HABITRPG VIA THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT ANY WARRANTIES OF ANY KIND, INCLUDING, WITHOUT LIMITATION, THAT THE SERVICE OR CONTENT WILL OPERATE ERROR-FREE OR THAT THE SERVICE OR CONTENT OR ITS SERVERS ARE FREE OF COMPUTER VIRUSES OR SIMILAR CONTAMINATION OR DESTRUCTIVE FEATURES.

    diff --git a/website/common/locales/README.md b/website/common/locales/README.md index 3f25e8a20a..c0e03a1e66 100644 --- a/website/common/locales/README.md +++ b/website/common/locales/README.md @@ -1,4 +1,4 @@ -HabitRPG's translations are managed at http://translate.habitica.com/ +HabitRPG's translations are managed at https://translate.habitica.com/ The files in this folder are automatically pulled from there, with exception of the original American-English strings which are managed @@ -10,5 +10,5 @@ request that your changes be translated; changes are automatically copied to the translation website on a regular basis. If you want to help with translations, please first read [Guidance for -Linguists](http://habitica.fandom.com/wiki/Guidance_for_Linguists) and +Linguists](https://habitica.fandom.com/wiki/Guidance_for_Linguists) and note especially its information about the [Translations Trello card](https://trello.com/c/SvTsLdRF/12-translations). diff --git a/website/common/locales/ar/generic.json b/website/common/locales/ar/generic.json index 236c66c3ba..87b2ff812d 100755 --- a/website/common/locales/ar/generic.json +++ b/website/common/locales/ar/generic.json @@ -178,10 +178,10 @@ "advocacy_causes": "Advocacy + Causes", "entertainment": "Entertainment", "finance": "Finance", - "health_fitness": "Health + Fitness", - "hobbies_occupations": "Hobbies + Occupations", + "health_fitness": "الصحة واللياقة البدنية", + "hobbies_occupations": "الهوايات والمهن", "location_based": "Location-based", - "mental_health": "Mental Health + Self-Care", + "mental_health": "الصحة العقلية + العناية الذاتية", "getting_organized": "Getting Organized", "self_improvement": "Self-Improvement", "spirituality": "Spirituality", @@ -192,7 +192,7 @@ "emptyMessagesLine1": "You don't have any messages", "emptyMessagesLine2": "Send a message to start a conversation!", "userSentMessage": "<%- user %> sent you a message", - "letsgo": "Let's Go!", + "letsgo": "لنذهب!", "selected": "Selected", "howManyToBuy": "How many would you like to buy?", "contactForm": "Contact the Moderation Team" diff --git a/website/common/locales/ar/loginincentives.json b/website/common/locales/ar/loginincentives.json index 081ffe25c9..4ce93ba98d 100755 --- a/website/common/locales/ar/loginincentives.json +++ b/website/common/locales/ar/loginincentives.json @@ -1,25 +1,25 @@ { - "unlockedReward": "You have received <%= reward %>", - "earnedRewardForDevotion": "You have earned <%= reward %> for being committed to improving your life.", - "nextRewardUnlocksIn": "Check-ins until your next prize: <%= numberOfCheckinsLeft %>", - "awesome": "Awesome!", - "countLeft": "Check-ins until next reward: <%= count %>", - "incentivesDescription": "When it comes to building habits, consistency is key. Each day you check-in you get closer to a prize.", - "checkinEarned": "Your Check-In Counter went up!", - "unlockedCheckInReward": "You unlocked a Check-In Prize!", - "checkinProgressTitle": "Progress until next", - "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": "You have received <%= reward %>", + "earnedRewardForDevotion": "You have earned <%= reward %> for being committed to improving your life.", + "nextRewardUnlocksIn": "Check-ins until your next prize: <%= numberOfCheckinsLeft %>", + "awesome": "Awesome!", + "countLeft": "Check-ins until next reward: <%= count %>", + "incentivesDescription": "When it comes to building habits, consistency is key. Each day you check-in you get closer to a prize.", + "checkinEarned": "Your Check-In Counter went up!", + "unlockedCheckInReward": "You unlocked a Check-In Prize!", + "checkinProgressTitle": "Progress until next", + "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": "ثلاثة سروج", + "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." } diff --git a/website/common/locales/ar/pets.json b/website/common/locales/ar/pets.json index bbe4035250..291df777c2 100644 --- a/website/common/locales/ar/pets.json +++ b/website/common/locales/ar/pets.json @@ -1,8 +1,8 @@ { "pets": "الحيوانات الأليفة", - "stable": "مستقر", + "stable": "الإسطبل", "noActivePet": "لا يوجد حيوان أليف نشط", - "activePet": "أنشطة الحيوانات الأليفة", + "activePet": "الحيوان الأليف النشط", "raisedPet": "لقد نمت <٪ = حيوان أليف٪>!", "feedPet": "تغذية <٪ = text٪> إلى <٪ = name٪>؟", "mountNotOwned": "أنت لاتملك هذه الكمية.", @@ -32,7 +32,7 @@ "etherealLion": "الأسد السماوي", "magicMounts": "جرعة سحرية متصاعدة", "questMounts": "تنقيب جبال", - "mountsTamed": "ترويض الجبل", + "mountsTamed": "المراكيب المروضة", "noSaddlesAvailable": "أنت لاتملك أي سروج.", "noFoodAvailable": "أنت لاتملك أي أغذية للحيوانات الأليفة.", "food": "أغذية الحيوانات الأليفة والسروج", @@ -61,20 +61,21 @@ "veteranFox": "الثعلب المخضرم", "veteranBear": "الدب المخضرم", "veteranLion": "الأسد المخضرم", - "activeMount": "جبل نشط", - "mounts": "يتصاعد", + "activeMount": "مركوب نشط", + "mounts": "مركوب", "wackyPets": "حيوانات أليف مضحكة", "magicPets": "دواء سحري للحيوانات الأليفة", "petsFound": "إنشاء حيوانات أليفة", "keyToPets": "مفتاح بيوت الحيوانات", - "noActiveMount": "لا يوجد تثبيت نشط", + "noActiveMount": "لا يوجد مركوب نشط", "questPets": "بحث الحيوانات", "releasePetsConfirm": "هل أنت متأكد أنك تريد إطلاق سراح حيوانك الأليف القياسي؟", "keyToMounts": "مفتاح بيت الحيوان", "petsReleased": "أفرج عن الحيوانات الأليفة", - "keyToPetsDesc": "حرر جميع الحيوانات المسموح بها حتى تتمكن من جمعها مرة أخرى. (لا تتأثر بالحيوانات الأليفة والحيوانات الأليفة الغريبة.)", - "petName": "<%= potion(locale) %> <%= egg(locale) %>", + "keyToPetsDesc": "حرر جميع الحيوانات الأليفة القياسية حتى تتمكن من جمعها مرة أخرى. (لا تتأثر بالحيوانات الأليفة من المهام والحيوانات الأليفة الغريبة.)", + "petName": "<%= egg(locale) %> <%= potion(locale) %>", "keyToMountsDesc": "حرر جميع العينات القياسية حتى تتمكن من جمعها مرة أخرى. (لا تتأثر عمليات تثبيت المهام وعمليات التثبيت النادرة.)", "keyToBoth": "مفاتيح رئيسية لبيوت الكلاب", - "releasePetsSuccess": "تم إطلاق حيوانك الأليف القياسي!" + "releasePetsSuccess": "تم إطلاق حيوانك الأليف القياسي!", + "mountName": "<%= mount(locale) %> <%= potion(locale) %>" } diff --git a/website/common/locales/ar/tasks.json b/website/common/locales/ar/tasks.json index 2637fac876..5ef830470f 100755 --- a/website/common/locales/ar/tasks.json +++ b/website/common/locales/ar/tasks.json @@ -22,7 +22,7 @@ "checklist": "القائمة", "newChecklistItem": "عنصر قائمة مراجعة جديد", "expandChecklist": "Expand Checklist", - "collapseChecklist": "Collapse Checklist", + "collapseChecklist": "أغلق القائمة", "text": "العنوان", "notes": "الملاحظات", "advancedSettings": "إعدادات متقدمة", @@ -46,7 +46,7 @@ "days": "أيام", "restoreStreak": "Adjust Streak", "resetStreak": "Reset Streak", - "todo": "مهمة", + "todo": "المهمة", "todos": "المهام", "todosDesc": "تُنجَز المهام مرة واحدة فقط. أضف قوائم إلى المهام الخصة بك لتزيد قيمتها.", "dueDate": "تاريخ الاستحقاق", @@ -83,18 +83,18 @@ "fortifyName": "جرعة تحصين", "fortifyPop": "إرجاع جميع المهام إلى القيمة المحايدة (اللون الأصفر)، وإسترجاع جميع نقاط الصحة المفقودة.", "fortify": "تحصين", - "fortifyComplete": "Fortify complete!", + "fortifyComplete": "اكتمل التحصين!", "deleteTask": "احذف هذه المهمة", "sureDelete": "هل أنت متأكد من أنك تريد حذف هذه المهامة؟", "streakCoins": "إضافي شرائطي!", "taskToTop": "إلى الأعلى", "taskToBottom": "إلى الأسفل", - "taskAliasAlreadyUsed": "Task alias already used on another task.", + "taskAliasAlreadyUsed": "تم استخدام الاسم المستعار لهذه المهمة بالفعل في مهمة أخرى.", "taskNotFound": "Task not found.", - "invalidTaskType": "Task type must be one of \"habit\", \"daily\", \"todo\", \"reward\".", - "invalidTasksType": "Task type must be one of \"habits\", \"dailys\", \"todos\", \"rewards\".", + "invalidTaskType": "يجب أن يكون نوع المهمة واحدًا من \"العادة\" أو \"اليومية\" أو \"المهمة\" أو \"المكافأة\".", + "invalidTasksType": "يجب أن يكون نوع المهمة واحدًا من \"العادات\" أو \"اليوميات\" أو \"المهام\" أو \"المكافآت\".", "invalidTasksTypeExtra": "يجب أن يكون نوع المهمة واحدًا من \"العادات\" أو \"اليوميات\" أو \"المهام\" أو \"المكافآت\" أو \"المهام التي تم إكمالها\".", - "cantDeleteChallengeTasks": "A task belonging to a challenge can't be deleted.", + "cantDeleteChallengeTasks": "لا يمكن حذف المهمة التي تنتمي إلى التحدي.", "checklistOnlyDailyTodo": "Checklists are supported only on Dailies and To-Dos", "checklistItemNotFound": "No checklist item was found with given id.", "itemIdRequired": "\"itemId\" must be a valid UUID.", @@ -127,5 +127,7 @@ "checkOffYesterDailies": "Check off any Dailies you did yesterday:", "yesterDailiesCallToAction": "ابدأ يومي الجديد!", "sessionOutdated": "Your session is outdated. Please refresh or sync.", - "errorTemporaryItem": "This item is temporary and cannot be pinned." + "errorTemporaryItem": "This item is temporary and cannot be pinned.", + "deleteTaskType": "احذف هذا/هذه <%= type %>", + "sureDeleteType": "هل انت متأكد انك تريد حذف هذا/هذه <%= type %> ؟" } diff --git a/website/common/locales/de/achievements.json b/website/common/locales/de/achievements.json index c71a715de3..74a90490bb 100644 --- a/website/common/locales/de/achievements.json +++ b/website/common/locales/de/achievements.json @@ -128,6 +128,8 @@ "achievementZodiacZookeeperText": "Hat alle Standardfarben der Tierkreiszeichen-Tiere ausgebrütet: Ratte, Kalb, Kaninchen, Schlange, Fohlen, Schaf, Affe, Hahn, Wolf, Tiger, Fliegendes Ferkel, und Drache!", "achievementZodiacZookeeperModalText": "Du hast alle Tierkreiszeichen-Tiere gesammelt!", "achievementBirdsOfAFeather": "Fliegende Freunde", - "achievementBirdsOfAFeatherText": "Hat alle Standardfarben der fliegenden Haustiere ausgebrütet: Fliegendes Ferkel, Eule, Papagei, Pterodactylus, Greif, Falke, Pfau, und Hahn.", - "achievementBirdsOfAFeatherModalText": "Du hast alle fliegenden Haustiere gesammelt!" + "achievementBirdsOfAFeatherText": "Hat alle Standardfarben der fliegenden Haustiere ausgebrütet: Fliegendes Ferkel, Eule, Papagei, Pterodactylus, Greif, Falke, Pfau, und Hahn!", + "achievementBirdsOfAFeatherModalText": "Du hast alle fliegenden Haustiere gesammelt!", + "achievementReptacularRumbleModalText": "Du hast alle Reptilien-Haustiere gesammelt!", + "achievementReptacularRumbleText": "Hat alle Standardfarben der Reptilien-Haustiere ausgebrütet: Alligator, Pterodaktylus, Schlange, Triceratops, Schildkröte, Tyrannosaurus Rex, und Velociraptor!" } diff --git a/website/common/locales/de/backgrounds.json b/website/common/locales/de/backgrounds.json index a3b43bab28..5b8a5bea58 100644 --- a/website/common/locales/de/backgrounds.json +++ b/website/common/locales/de/backgrounds.json @@ -693,5 +693,12 @@ "backgroundFlowerShopNotes": "Genieße den süßen Duft eines Blumenladens.", "backgroundSpringtimeLakeText": "Frühlingssee", "backgroundSpringtimeLakeNotes": "Genieße die Aussicht an den Ufern eines Frühlingssees.", - "hideLockedBackgrounds": "Verstecke nicht erworbene Hintergründe" + "hideLockedBackgrounds": "Verstecke nicht erworbene Hintergründe", + "backgrounds052022": "SET 96: Veröffentlicht im Mai 2022", + "backgroundOnACastleWallText": "Auf einer Burgmauer", + "backgroundOnACastleWallNotes": "Aussicht von oben auf einer Burgmauer.", + "backgroundCastleGateText": "Burgtor", + "backgroundEnchantedMusicRoomText": "Verwunschenes Musikzimmer", + "backgroundEnchantedMusicRoomNotes": "Spiele in einem verwunschenen Musikzimmer.", + "backgroundCastleGateNotes": "Steh Wache am Burgtor." } diff --git a/website/common/locales/de/gear.json b/website/common/locales/de/gear.json index e16a95eb1d..881b0a7e65 100644 --- a/website/common/locales/de/gear.json +++ b/website/common/locales/de/gear.json @@ -2620,5 +2620,13 @@ "backMystery202205Text": "Dämmerungs-Flügel", "headAccessoryMystery202205Notes": "Diese glänzenden Hörner sind so hell wie ein Sonnenuntergang in der Wüste. Gewährt keinen Attributbonus. Mai 2022 Abonnentengegenstand.", "backMystery202205Notes": "Das mächtige Schlagen dieser gewaltigen Flügel hallt von den Dünen wider. Gewährt keinen Attributbonus. Mai 2022 Abonnentengegenstand.", - "headAccessoryMystery202205Text": "Dämmerungsschwingen Drachen Hörner" + "headAccessoryMystery202205Text": "Dämmerungsschwingen Drachen Hörner", + "weaponArmoireHuntingHornText": "Jagdhorn", + "weaponArmoireHuntingHornNotes": "Tuuut! Tuut! Tuut! Rufe deine Party für ein Abenteuer oder eine Quest zusammen, indem Du auf diesem Horn spielst. Erhöht Stärke um <%= str %> und Intelligenz um <%= int %>. Verzauberter Schrank: Musikinstrument Set 1 (Gegenstand 1 von 3)", + "headArmoireStrawRainHatText": "Stroh-Regenhut", + "shieldArmoireSnareDrumText": "Kleine Trommel", + "shieldArmoireSnareDrumNotes": "Rat-a-tat-ta! Rufe Deine Party für eine Parade oder einen Marsch zusammen, indem Du auf deiser Trommel spielst. Erhöht Ausdauer um <%= con %> und Intelligenz um <%= int %>. Musikinstrument Set 1 (Gegenstand 3 von 3)", + "shieldArmoireSpanishGuitarNotes": "Kling! Kling! Klooong! Rufe Deine Party für ein Konzert oder eine Feierlichkeit zusammen, indem Du auf dieser Gitarre spielst. Erhöht Wahrnehmung um <%= per %> und Intelligenz um <%= int %>. Verzauberter Schrank: Musikinstrument Set 1 (Gegenstand 2 von 3)", + "shieldArmoireSpanishGuitarText": "Spanische Gitarre", + "armorArmoireStrawRaincoatNotes": "Dieser gewebte Strohumhang wird Dich während Deiner Quest trocken halten und Deine Rüstung vor dem Rosten bewahren. Wage Dich jedoch nicht zu nah an Kerzen heran. Erhöht Ausdauer um <%= con %>. Verzauberter Schrank: Stroh Regenmantel Set (Gegenstand 1 von 2)." } diff --git a/website/common/locales/de/groups.json b/website/common/locales/de/groups.json index e7405a2f1f..e23c2e495e 100644 --- a/website/common/locales/de/groups.json +++ b/website/common/locales/de/groups.json @@ -378,5 +378,6 @@ "editParty": "Party bearbeiten", "leaveGuild": "Gilde verlassen", "viewDetails": "Details ansehen", - "upgradeToGroup": "Auf Gruppenplan upgraden" + "upgradeToGroup": "Auf Gruppenplan upgraden", + "sendGiftTotal": "Insgesamt:" } diff --git a/website/common/locales/de/questscontent.json b/website/common/locales/de/questscontent.json index 273704fb5f..0441fcca1e 100644 --- a/website/common/locales/de/questscontent.json +++ b/website/common/locales/de/questscontent.json @@ -667,7 +667,7 @@ "questRobotCollectGears": "Zahnräder", "questRobotCollectBolts": "Schrauben", "questRobotText": "Mysteriöse Mechanische Merkwürdigkeiten!", - "delightfulDinosNotes": "Enthält den \"Pterror-dactyl\", \"Trampelnden Triceratops\" und \"Ausgegrabenen Dinosaurier\". Verfügbar bis zum 30. November.", + "delightfulDinosNotes": "Enthält den \"Pterror-dactyl\", \"Trampelnden Triceratops\" und \"Ausgegrabenen Dinosaurier\". Verfügbar bis zum 31. Mai.", "delightfulDinosText": "\"Dufte Dinos\" Quest-Paket", "questAmberCompletion": "\"Trerezin?\" sagt @-Tyr- mit ruhiger Stimme. \"Würdest Du @Vikte loslassen? Ich glaube nicht, dass es ihm so hoch oben wohl ist.\"

    Trerezins Haut wird hochrot und sie setzt @Vikte sanft auf dem Boden ab. \"Bitte entschuldigt! Es ist schon so lange her, dass ich Gäste hatte. Dabei habe ich meine guten Manieren vergessen!\" Sie gleitet vorwärts um euch standesgemäss zu begrüssen, bevor sie in ihrem Baumhaus verschwindet. Gleich darauf kehrt Sie zurück mit einem Arm voll Bernsteinfarbener Schlüpfelixiere als Dankeschön!

    \"Magische Tränke!\" haucht @Vikte.

    \"Ach, diese alten Dinger?\" Trerezins Zunge zittert während sie nachdenkt. \"Wie wär's damit: Ich gebe euch den ganzen Stapel, wenn ihr versprecht, mich ab und zu besuchen zu kommen...\"

    So lasst ihr die Aufgabenwälder hinter euch, um allen über die neuen Schlüpfelixieren zu berichten – und natürlich über eure neue Freundin!", "questAmberNotes": "Du sitzt mit @beffymaroo und @-Tyr- in der Taverne als @Vikte zur Tür hereinplatzt und aufgeregt von Gerüchten über eine neue Art von Magischem Schlüpfelixier erzählt, die in den Aufgabenwälder versteckt seien. Da Deine Tagesaufgaben bereits erledigt sind, beschliesst ihr drei ohne zu zögern, @Vikte bei der Suche zu helfen. Was kann ein kleines Abenteuer schon schaden?

    Nach stundenlangem Marsch durch die Aufgabenwälder fängst Du an, den spontanen Aufbruch zur Jagd zu bereuen. Ihr seid gerade am umkehren als ihr einen überraschten Ausruf hört. Ihr dreht euch um und erblickt eine riesige Echse mit glänzenden, bernsteinfarbenen Schuppen, die sich um einen Baum windet, @Vikte in ihren Krallen haltend. @beffymaroo greift nach ihrem Schwert.

    \"Wartet!\" ruft @-Tyr-. \"Das ist Trerezin! Sie ist nicht gefährlich, nur gefährlich anhänglich!\"", diff --git a/website/common/locales/de/subscriber.json b/website/common/locales/de/subscriber.json index 3f9ff19ea2..35c890d849 100644 --- a/website/common/locales/de/subscriber.json +++ b/website/common/locales/de/subscriber.json @@ -204,5 +204,8 @@ "mysterySet202202": "Türkises Rattenschwänzchen Set", "mysterySet202203": "Furchtlose Libelle-Set", "mysterySet202204": "Virtuelles Abenteurer Set", - "mysterySet202205": "Dämmerungsschwingen Drachen Set" + "mysterySet202205": "Dämmerungsschwingen Drachen Set", + "howManyGemsSend": "Wie viele Edelsteine möchtest Du verschicken?", + "sendAGift": "Geschenk verschicken", + "howManyGemsPurchase": "Wie viele Edelsteine möchtest Du kaufen?" } diff --git a/website/common/locales/en/achievements.json b/website/common/locales/en/achievements.json index 7e8bb8f59a..a88747b02c 100644 --- a/website/common/locales/en/achievements.json +++ b/website/common/locales/en/achievements.json @@ -132,5 +132,8 @@ "achievementBirdsOfAFeatherModalText": "You collected all the flying pets!", "achievementReptacularRumble": "Reptacular Rumble", "achievementReptacularRumbleText": "Has hatched all the standard colors of reptile pets: Alligator, Pterodactyl, Snake, Triceratops, Turtle, Tyrannosaurus Rex, and Velociraptor!", - "achievementReptacularRumbleModalText": "You collected all the reptile pets!" + "achievementReptacularRumbleModalText": "You collected all the reptile pets!", + "achievementGroupsBeta2022":"Interactive Beta Tester", + "achievementGroupsBeta2022Text":"You and your group provided invaluable feedback to help Habitica test.", + "achievementGroupsBeta2022ModalText":"You and your groups helped Habitica by testing and providing feedback!" } diff --git a/website/common/locales/en/backgrounds.json b/website/common/locales/en/backgrounds.json index 8218926222..d1d6106dd7 100644 --- a/website/common/locales/en/backgrounds.json +++ b/website/common/locales/en/backgrounds.json @@ -787,6 +787,14 @@ "backgroundEnchantedMusicRoomText": "Enchanted Music Room", "backgroundEnchantedMusicRoomNotes": "Play in an Enchanted Music Room.", + "backgrounds062022": "SET 97: Released June 2022", + "backgroundBeachWithDunesText": "Beach With Dunes", + "backgroundBeachWithDunesNotes": "Explore a beach with dunes.", + "backgroundMountainWaterfallText": "Mountain Waterfall", + "backgroundMountainWaterfallNotes": "Admire a mountain waterfall.", + "backgroundSailboatAtSunsetText": "Sailboat At Sunset", + "backgroundSailboatAtSunsetNotes": "Enjoy the beauty of a sailboat at sunset.", + "timeTravelBackgrounds": "Steampunk Backgrounds", "backgroundAirshipText": "Airship", "backgroundAirshipNotes": "Become a sky sailor on board your very own Airship.", diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 4d49fa003b..52624b7cf1 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -630,6 +630,16 @@ "weaponArmoireGardenersWateringCanNotes": "You can’t get far without water! Have an infinite supply on hand with this magic, refilling watering can. Increases Intelligence by <%= int %>. Enchanted Armoire: Gardener Set (Item 4 of 4).", "weaponArmoireHuntingHornText": "Hunting Horn", "weaponArmoireHuntingHornNotes": "Twooooo! Twoo! Twoo! Gather your party for an adventure or quest by playing this horn. Increases Strength by <%= str %> and Intelligence by <%= int %>. Enchanted Armoire: Musical Instrument Set 1 (Item 1 of 3)", + "weaponArmoireBlueKiteText":"Blue Kite", + "weaponArmoireBlueKiteNotes":"Sailing high up in the blue, what tricks can you make your kite do? Increases all stats by <%= attrs %> each. Enchanted Armoire: Kite Set (Item 1 of 5)", + "weaponArmoireGreenKiteText":"Green Kite", + "weaponArmoireGreenKiteNotes":"A more stunning kite you’ve never seen, with its shades of yellow and green. Increases all stats by <%= attrs %> each. Enchanted Armoire: Kite Set (Item 2 of 5)", + "weaponArmoireOrangeKiteText":"Orange Kite", + "weaponArmoireOrangeKiteNotes":"With colors like sunrise and sunset, let’s see how high your kite can get! Increases all stats by <%= attrs %> each. Enchanted Armoire: Kite Set (Item 3 of 5)", + "weaponArmoirePinkKiteText":"Pink Kite", + "weaponArmoirePinkKiteNotes":"Diving, twirling, soaring high, your kite stands out against the sky. Increases all stats by <%= attrs %> each. Enchanted Armoire: Kite Set (Item 4 of 5)", + "weaponArmoireYellowKiteText":"Yellow Kite", + "weaponArmoireYellowKiteNotes":"Swooping and swerving to and fro, watch your cheerful kite go. Increases all stats by <%= attrs %> each. Enchanted Armoire: Kite Set (Item 5 of 5)", "armor": "armor", "armorCapitalized": "Armor", diff --git a/website/common/locales/en/questsContent.json b/website/common/locales/en/questsContent.json index d0fce2dd93..3d1c84b6e2 100644 --- a/website/common/locales/en/questsContent.json +++ b/website/common/locales/en/questsContent.json @@ -702,7 +702,7 @@ "cuddleBuddiesNotes": "Contains 'The Killer Bunny', 'The Nefarious Ferret', and 'The Guinea Pig Gang'. Available until March 31.", "aquaticAmigosText": "Aquatic Amigos Quest Bundle", - "aquaticAmigosNotes": "Contains 'The Magical Axolotl', 'The Kraken of Inkomplete', and 'The Call of Octothulu'. Available until August 31.", + "aquaticAmigosNotes": "Contains 'The Magical Axolotl', 'The Kraken of Inkomplete', and 'The Call of Octothulu'. Available until June 30.", "questSeaSerpentText": "Danger in the Depths: Sea Serpent Strike!", "questSeaSerpentNotes": "Your streaks have you feeling lucky—it’s the perfect time for a trip to the seahorse racetrack. You board the submarine at Diligent Docks and settle in for the trip to Dilatory, but you’ve barely submerged when an impact rocks the sub, sending its occupants tumbling. “What’s going on?” @AriesFaries shouts.

    You glance through a nearby porthole and are shocked by the wall of shimmering scales passing by it. “Sea serpent!” Captain @Witticaster calls through the intercom. “Brace yourselves, it’s coming ‘round again!” As you grip the arms of your seat, your unfinished tasks flash before your eyes. ‘Maybe if we work together and complete them,’ you think, ‘we can drive this monster away!’", diff --git a/website/common/locales/en/settings.json b/website/common/locales/en/settings.json index f1147f768d..c883eaa79f 100644 --- a/website/common/locales/en/settings.json +++ b/website/common/locales/en/settings.json @@ -28,7 +28,6 @@ "deleteAccount": "Delete Account", "deleteAccPop": "Cancel and remove your Habitica account.", "feedback": "If you'd like to give us feedback, please enter it below - we'd love to know what you liked or didn't like about Habitica! Don't speak English well? No problem! Use the language you prefer.", - "qrCode": "QR Code", "dataExport": "Data Export", "saveData": "Here are a few options for saving your data.", "habitHistory": "Habit History", diff --git a/website/common/locales/es/gear.json b/website/common/locales/es/gear.json index 0bbdf0947f..394ba2a28b 100644 --- a/website/common/locales/es/gear.json +++ b/website/common/locales/es/gear.json @@ -243,45 +243,45 @@ "weaponSpecialFall2017HealerText": "Candelabro Tétrico", "weaponSpecialFall2017HealerNotes": "Esta luz disipa el miedo y permite a los demás saber que estás aquí para ayudar. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2017.", "weaponSpecialWinter2018RogueText": "Garfio de Menta", - "weaponSpecialWinter2018RogueNotes": "Perfecto para escalar paredes o para distraer a tus oponentes con un caramelo muy, muy dulce. Aumenta la fuerza en un <%= str %>. Edición Limitada Equipamiento de Invierno de 2017-2018.", + "weaponSpecialWinter2018RogueNotes": "Perfecto para escalar paredes o para distraer a tus oponentes con un caramelo muy, muy dulce. Aumenta la fuerza en <%= str %>. Equipamiento de edición limitada de invierno 2017-2018.", "weaponSpecialWinter2018WarriorText": "Martillo de Proa Festivo", - "weaponSpecialWinter2018WarriorNotes": "¡La centelleante apariencia de esta brillante arma deslumbrará a tus enemigos mientras la balanceas! Aumenta la Fuerza en un <%= str %>. Edición Limitada Equipamiento de Invierno 2017-2018.", + "weaponSpecialWinter2018WarriorNotes": "¡La centelleante apariencia de esta brillante arma deslumbrará a tus enemigos mientras la balanceas! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de invierno 2017-2018.", "weaponSpecialWinter2018MageText": "Confeti Festivo", - "weaponSpecialWinter2018MageNotes": "¡La magia--y el brillo--está en el aire! Aumenta la Inteligencia en un <%= int %> y la Percepción en un <%= per %>. Equipamiento de Invierno de Edición Limitada del 2017-2018.", + "weaponSpecialWinter2018MageNotes": "¡La magia--y el brillo--está en el aire! Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2017-2018.", "weaponSpecialWinter2018HealerText": "Varita de Muérdago", - "weaponSpecialWinter2018HealerNotes": "¡Esta pelota de muérdago seguramente encantará y deleitará a los transeúntes! Aumenta la Inteligencia en un <%= int %>. Equipamiento de Invierno de Edición Limitada del 2017-2018.", + "weaponSpecialWinter2018HealerNotes": "¡Esta pelota de muérdago seguramente encantará y deleitará a los transeúntes! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2017-2018.", "weaponSpecialSpring2018RogueText": "Totora Boyante", - "weaponSpecialSpring2018RogueNotes": "Lo que podrían parecer lindos totorales son en realidad armas bastante efectivas en las alas adecuadas. Aumenta la Fuerza en <%= str %>. Equipamiento de Primavera Edición Limitada del 2018.", + "weaponSpecialSpring2018RogueNotes": "Lo que podrían parecer lindos totorales son en realidad armas bastante efectivas en las alas adecuadas. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de primavera 2018.", "weaponSpecialSpring2018WarriorText": "Hacha del Amanecer", - "weaponSpecialSpring2018WarriorNotes": "Hecho de oro brillante, ¡esta hacha es lo suficientemente poderosa como para atacar a las tareas pendientes más rojas! Aumenta la Fuerza en <%= str %>. Equipamiento de Primavera Edición Limitada del 2018.", + "weaponSpecialSpring2018WarriorNotes": "Hecho de oro brillante, ¡esta hacha es lo suficientemente poderosa como para atacar a las tareas pendientes más rojas! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de primavera 2018.", "weaponSpecialSpring2018MageText": "Bastón Tulipán", - "weaponSpecialSpring2018MageNotes": "¡Esta flor mágica no se marchita nunca! Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de Primavera Edición Limitada del 2018.", + "weaponSpecialSpring2018MageNotes": "¡Esta flor mágica no se marchita nunca! Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2018.", "weaponSpecialSpring2018HealerText": "Vara Granate", - "weaponSpecialSpring2018HealerNotes": "¡Las piedras de esta vara harán concentrar tu poder cuando lances conjuros curativos! Aumenta la Inteligencia en <%= int %>. Equipamiento de Primavera Edición Limitada del 2018.", - "weaponSpecialSummer2018RogueText": "Caña de pescar", - "weaponSpecialSummer2018RogueNotes": "Estos livianos y prácticamente irrompibles caña y carrete pueden ser de doble empuñadura para maximizar tus PPV (Pez-demonio Por Verano). Aumenta la Fuerza en <%= str %>. Equipo de Verano Edición Limitada del 2018.", + "weaponSpecialSpring2018HealerNotes": "¡Las piedras de esta vara harán concentrar tu poder cuando lances conjuros curativos! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2018.", + "weaponSpecialSummer2018RogueText": "Caña de Pescar", + "weaponSpecialSummer2018RogueNotes": "Estos livianos y prácticamente irrompibles caña y carrete pueden ser de doble empuñadura para maximizar tus PPV (Pez-demonio Por Verano). Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de verano 2018.", "weaponSpecialSummer2018WarriorText": "Lanza de Pez Beta", - "weaponSpecialSummer2018WarriorNotes": "¡Lo suficientemente poderosa para una batalla, lo suficientemente elegante para una ceremonia, esta lanza que se ve tan exquisitamente diseñada te protegerá cuando navegues a casa pase lo que pase! Aumenta la Fuerza en <%= str %>. Equipo de Verano Edición Limitada del 2018.", + "weaponSpecialSummer2018WarriorNotes": "¡Lo suficientemente poderosa para una batalla, lo suficientemente elegante para una ceremonia, esta lanza que se ve tan exquisitamente diseñada te protegerá cuando navegues a casa pase lo que pase! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de verano 2018.", "weaponSpecialSummer2018MageText": "Rayas de Pez León", - "weaponSpecialSummer2018MageNotes": "Bajo el agua, la magia basada en fuego, hielo o electricidad puede resultar peligrosa para el mago que la maneja. ¡Sin embargo, conjurar espinas venenosas funciona de maravilla! Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipo de Verano Edición Limitada del 2018.", + "weaponSpecialSummer2018MageNotes": "Bajo el agua, la magia basada en fuego, hielo o electricidad puede resultar peligrosa para el mago que la maneja. ¡Sin embargo, conjurar espinas venenosas funciona de maravilla! Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de verano 2018.", "weaponSpecialSummer2018HealerText": "Tridente de Monarca Sirena", - "weaponSpecialSummer2018HealerNotes": "Con gesto benevolente, ordenas que el agua curativa fluya a través de tus dominios en forma de ondas. Aumenta la Inteligencia en <%= int %>. Equipo de Verano Edición Limitada del 2018.", + "weaponSpecialSummer2018HealerNotes": "Con gesto benevolente, ordenas que el agua curativa fluya a través de tus dominios en forma de ondas. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2018.", "weaponSpecialFall2018RogueText": "Vial de Claridad", - "weaponSpecialFall2018RogueNotes": "Cuando necesites volver a la realidad, cuando necesitas un pequeño empuje para hacer la decisión correcta, respira hondo y toma un sorbo. ¡Todo irá bien! Aumenta la Fuerza en <%= str %>. Edición Limitada Equipamiento de Otoño 2018.", + "weaponSpecialFall2018RogueNotes": "Cuando necesites volver a la realidad, cuando necesitas un pequeño empuje para hacer la decisión correcta, respira hondo y toma un sorbo. ¡Todo irá bien! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de otoño 2018.", "weaponSpecialFall2018WarriorText": "Látigo de Minos", - "weaponSpecialFall2018WarriorNotes": "No es lo suficientemente largo para desenrollarse y permitir que te orientes en un laberinto. Bueno, a lo mejor si es un laberinto muy pequeño. Aumenta la Fuerza en <%= str %>. Edición Limitada Equipamiento de Otoño 2018.", + "weaponSpecialFall2018WarriorNotes": "No es lo suficientemente largo para desenrollarse y permitir que te orientes en un laberinto. Bueno, a lo mejor si es un laberinto muy pequeño. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de otoño 2018.", "weaponSpecialFall2018MageText": "Bastón de Dulzura", - "weaponSpecialFall2018MageNotes": "¡Esta no es una piruleta 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 peguen a ti. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Edición Limitada Equipamiento de Otoño 2018.", + "weaponSpecialFall2018MageNotes": "¡Esta no es una piruleta 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 peguen a ti. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de otoño 2018.", "weaponSpecialFall2018HealerText": "Bastón Hambriento", - "weaponSpecialFall2018HealerNotes": "Mantén este bastón bien alimentado, y concederá Bendiciones. Si te olvidas de alimentarlo, mantén los dedos fuera de su alcance. Aumenta la Inteligencia en <%= int %>. Edición Limitada Equipamiento de Otoño 2018.", + "weaponSpecialFall2018HealerNotes": "Mantén este bastón bien alimentado, y concederá Bendiciones. Si te olvidas de alimentarlo, mantén los dedos fuera de su alcance. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2018.", "weaponSpecialWinter2019RogueText": "Ramo de Flor de Navidad", - "weaponSpecialWinter2019RogueNotes": "Usa este festivo ramo para camuflarte mejor, ¡o para hacer un generoso regalo y alegrarle el día a alguien! Aumenta la Fuerza en <%= str %>. Equipamiento de Invierno Edición Limitada de 2018-2019.", + "weaponSpecialWinter2019RogueNotes": "Usa este festivo ramo para camuflarte mejor, ¡o para hacer un generoso regalo y alegrarle el día a alguien! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de invierno 2018-2019.", "weaponSpecialWinter2019WarriorText": "Alabarda Copo de Nieve", - "weaponSpecialWinter2019WarriorNotes": "Este copo de nieve se hizo crecer, cristal a cristal, hasta convertirlo en una hoja dura como el diamante. Aumenta la Fuerza en <%= str %>. Equipamiento de Invierno Edición Limitada de 2018-2019.", + "weaponSpecialWinter2019WarriorNotes": "Este copo de nieve se hizo crecer, cristal a cristal, hasta convertirlo en una hoja dura como el diamante. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de invierno 2018-2019.", "weaponSpecialWinter2019MageText": "Vara de Dragón de Fuego", - "weaponSpecialWinter2019MageNotes": "¡Cuidado! Esta vara explosiva está lista para ayudarte a recibir a cualquiera que venga. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento Invernal Edición Limitada 2018-2019.", + "weaponSpecialWinter2019MageNotes": "¡Cuidado! Esta vara explosiva está lista para ayudarte a recibir a cualquiera que venga. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2018-2019.", "weaponSpecialWinter2019HealerText": "Varita Invernal", - "weaponSpecialWinter2019HealerNotes": "El invierno puede ser un tiempo de descanso y curación, y por eso esta varita de magia invernal puede ayudar a calmar la más dolorosa herida. Aumenta la Inteligencia en <%= int %>. Equipamiento Invernal Edición Limitada 2018-2019.", + "weaponSpecialWinter2019HealerNotes": "El invierno puede ser un tiempo de descanso y curación, y por eso esta varita de magia invernal puede ayudar a calmar la más dolorosa herida. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2018-2019.", "weaponMystery201411Text": "Horca de Banquete", "weaponMystery201411Notes": "Clávasela a tus enemigos o ataca tus comidas favoritas - ¡esta horca versátil vale para todo! No otorga ningún beneficio. Artículo de suscriptor de noviembre 2014.", "weaponMystery201502Text": "Bastón Reluciente Alado del Amor y También de la Verdad", @@ -376,66 +376,66 @@ "weaponArmoireArcaneScrollNotes": "Esta lista de Tareas Pendientes ancestral está llena de extraños símbolos y hechizos de una era olvidada. Aumenta la intelligencia en <%= int %>. Armario encantado: Conjunto de Escriba (Artículo 3 de 3).", "armor": "armadura", "armorCapitalized": "Armadura", - "armorBase0Text": "Ropa normal", + "armorBase0Text": "Ropa Normal", "armorBase0Notes": "Ropa normal. No otorga ningún beneficio.", - "armorWarrior1Text": "Armadura de cuero", - "armorWarrior1Notes": "Jubón de resistente cuero hervido. Aumenta la constitución en <%= con %>.", - "armorWarrior2Text": "Cota de malla", - "armorWarrior2Notes": "Armadura de anillas metálicas entretejidas. Aumenta la constitución en <%= con %>.", + "armorWarrior1Text": "Armadura de Cuero", + "armorWarrior1Notes": "Jubón de resistente cuero hervido. Aumenta la Constitución en <%= con %>.", + "armorWarrior2Text": "Cota de Malla", + "armorWarrior2Notes": "Armadura de anillas metálicas entretejidas. Aumenta la Constitución en <%= con %>.", "armorWarrior3Text": "Armadura de Placas", - "armorWarrior3Notes": "Traje de recubierto completamente de acero, el orgullo de los caballeros. Aumenta la constitución en <%= con %>.", - "armorWarrior4Text": "Armadura roja", - "armorWarrior4Notes": "Armadura pesada de placas brillante por sus hechizos defensivos. Aumenta la constitución en <%= con %>.", - "armorWarrior5Text": "Armadura dorada", - "armorWarrior5Notes": "Parece ceremonial, pero ninguna hoja puede penetrarlo. Aumenta la constitución en <%= con %>.", - "armorRogue1Text": "Cuero engrasado", - "armorRogue1Notes": "Armadura de cuero tratada para reducir el ruido. Aumenta la percepción en <%= per %>.", - "armorRogue2Text": "Cuero negro", - "armorRogue2Notes": "Coloreado con tinte negro para mezclarse en las sombras. Aumenta la PER en <%= per %>.", - "armorRogue3Text": "Chaleco de camuflaje", - "armorRogue3Notes": "Igualmente discreto en mazmorra o desierto. Aumenta percepción en <%= per %>.", - "armorRogue4Text": "Armadura de penumbra", - "armorRogue4Notes": "Envuelve al que la lleva en un velo de crepúsculo. Aumenta la percepción en <%= per %>.", - "armorRogue5Text": "Armadura de sombra", - "armorRogue5Notes": "Permite el sigilo incluso en espacios a plena luz del sol. Aumenta la percepción en <%= per %>.", - "armorWizard1Text": "Túnica de mago", - "armorWizard1Notes": "Atuendo del Mago. Aumenta la inteligencia en <%= int %>.", - "armorWizard2Text": "Túnica de hechicero", - "armorWizard2Notes": "Ropa para un hacedor de milagros errante. Aumenta la inteligencia en <%= int %>.", - "armorWizard3Text": "Túnica de misterios", - "armorWizard3Notes": "Denotas iniciación en los secretos de la élite. Aumenta la inteligencia en <%= int %>.", - "armorWizard4Text": "Túnica de archimago", - "armorWizard4Notes": "Espíritus y elementales se inclinan ante él. Aumenta la inteligencia en <%= int %>.", - "armorWizard5Text": "Túnica de mago real", - "armorWizard5Notes": "Símbolo del poder detrás del trono. Aumenta INT en <%= int %>.", - "armorHealer1Text": "Túnica de acólito", - "armorHealer1Notes": "Prenda que muestra humildad y propósito. Aumenta constitución en <%= con %>.", - "armorHealer2Text": "Túnica de médico", - "armorHealer2Notes": "Llevada por aquellos dedicados a atender a los heridos en batalla. Aumenta la constitución en <%= con %>.", - "armorHealer3Text": "Manto del defensor", - "armorHealer3Notes": "Concentra la magia del sanador en si mismo para evadir el daño. Aumenta la constitución en <%= con %>.", - "armorHealer4Text": "Manto del médico", - "armorHealer4Notes": "Proyecta autoridad y disipa las maldiciones. Aumenta la constitución en <%= con %>.", - "armorHealer5Text": "Manto real", - "armorHealer5Notes": "Atuendo de quienes han salvado las vidas de los reyes. Aumenta constitución en <%= con %>.", + "armorWarrior3Notes": "Traje de recubierto completamente de acero, el orgullo de los caballeros. Aumenta la Constitución en <%= con %>.", + "armorWarrior4Text": "Armadura Roja", + "armorWarrior4Notes": "Armadura pesada de placas brillante por sus hechizos defensivos. Aumenta la Constitución en <%= con %>.", + "armorWarrior5Text": "Armadura Dorada", + "armorWarrior5Notes": "Parece ceremonial, pero ninguna hoja puede penetrarlo. Aumenta la Constitución en <%= con %>.", + "armorRogue1Text": "Cuero Engrasado", + "armorRogue1Notes": "Armadura de cuero tratada para reducir el ruido. Aumenta la Percepción en <%= per %>.", + "armorRogue2Text": "Cuero Negro", + "armorRogue2Notes": "Coloreado con tinte negro para mezclarse en las sombras. Aumenta la Percepción en <%= per %>.", + "armorRogue3Text": "Chaleco de Camuflaje", + "armorRogue3Notes": "Igualmente discreto en mazmorra o desierto. Aumenta la Percepción en <%= per %>.", + "armorRogue4Text": "Armadura de Penumbra", + "armorRogue4Notes": "Envuelve al que la lleva en un velo de crepúsculo. Aumenta la Percepción en <%= per %>.", + "armorRogue5Text": "Armadura de Sombra", + "armorRogue5Notes": "Permite el sigilo incluso en espacios a plena luz del sol. Aumenta la Percepción en <%= per %>.", + "armorWizard1Text": "Túnica de Mago", + "armorWizard1Notes": "Atuendo del Mago. Aumenta la Inteligencia en <%= int %>.", + "armorWizard2Text": "Túnica de Hechicero", + "armorWizard2Notes": "Ropa para un hacedor de milagros errante. Aumenta la Inteligencia en <%= int %>.", + "armorWizard3Text": "Túnica de Misterios", + "armorWizard3Notes": "Denotas iniciación en los secretos de la élite. Aumenta la Inteligencia en <%= int %>.", + "armorWizard4Text": "Túnica de Archimago", + "armorWizard4Notes": "Espíritus y elementales se inclinan ante él. Aumenta la Inteligencia en <%= int %>.", + "armorWizard5Text": "Túnica de Mago Real", + "armorWizard5Notes": "Símbolo del poder detrás del trono. Aumenta la Inteligencia en <%= int %>.", + "armorHealer1Text": "Túnica de Acólito", + "armorHealer1Notes": "Prenda que muestra humildad y propósito. Aumenta la Constitución en <%= con %>.", + "armorHealer2Text": "Túnica de Médico", + "armorHealer2Notes": "Llevada por aquellos dedicados a atender a los heridos en batalla. Aumenta la Constitución en <%= con %>.", + "armorHealer3Text": "Manto del Defensor", + "armorHealer3Notes": "Concentra la magia del sanador en si mismo para evadir el daño. Aumenta la Constitución en <%= con %>.", + "armorHealer4Text": "Manto del Médico", + "armorHealer4Notes": "Proyecta autoridad y disipa las maldiciones. Aumenta la Constitución en <%= con %>.", + "armorHealer5Text": "Manto Real", + "armorHealer5Notes": "Atuendo de quienes han salvado las vidas de los reyes. Aumenta la Constitución en <%= con %>.", "armorSpecial0Text": "Armadura de Sombra", - "armorSpecial0Notes": "Grita cuando la golpean, siente el dolor de quien la lleva. Aumenta la constitución en <%= con %>.", - "armorSpecial1Text": "Armadura de cristal", - "armorSpecial1Notes": "Su incansable poder induce al usuario a la incomodidad mundana. Aumenta todos los Atributos en un <%= attrs %>.", - "armorSpecial2Text": "Túnica noble de Jean Chalard", - "armorSpecial2Notes": "¡Te hace extra blandito! Aumenta tu constitución e inteligencia en <%= attrs %> cada una.", + "armorSpecial0Notes": "Grita cuando la golpean, siente el dolor de quien la lleva. Aumenta la Constitución en <%= con %>.", + "armorSpecial1Text": "Armadura de Cristal", + "armorSpecial1Notes": "Su incansable poder induce al usuario a la incomodidad mundana. Aumenta todos los Atributos en <%= attrs %>.", + "armorSpecial2Text": "Túnica Noble de Jean Chalard", + "armorSpecial2Notes": "¡Te hace extra blandito! Aumenta la Constitución y la Inteligencia en <%= attrs %> cada una.", "armorSpecialTakeThisText": "Armadura 'Take This'", - "armorSpecialTakeThisNotes": "Esta armadura se ganó al participar en Desafío patrocinado por Take This. ¡Felicidades! Aumenta todos los Atributos en un <%= attrs %>.", + "armorSpecialTakeThisNotes": "Esta armadura se ganó al participar en Desafío patrocinado por Take This. ¡Felicidades! Aumenta todos los Atributos en <%= attrs %>.", "armorSpecialFinnedOceanicArmorText": "Armadura de Aletas Oceánica", - "armorSpecialFinnedOceanicArmorNotes": "Una armadura delicada, pero que hace tu piel tan dañina al tacto como un coral de fuego. Suma <%= str %> de fuerza.", + "armorSpecialFinnedOceanicArmorNotes": "Una armadura delicada, pero que hace tu piel tan dañina al tacto como un coral de fuego. Aumenta la Fuerza en <%= str %>.", "armorSpecialPyromancersRobesText": "Ropas de Pyromancer", - "armorSpecialPyromancersRobesNotes": "Estas elegantes túnicas otorgan a cada ataque y hechizo una explosión de fuego etéreo. Incrementa Constitución por <%= con %>.", - "armorSpecialBardRobesText": "Ropaje de bardo", - "armorSpecialBardRobesNotes": "Tal vez este colorido ropaje llame mucho la atención, pero podrás salir feliz y cantando de cualquier situación. Suma <%= per %> de percepción.", - "armorSpecialLunarWarriorArmorText": "Armadura de guerrero lunar", - "armorSpecialLunarWarriorArmorNotes": "Esta armadura está forjada con piedra lunar y acero mágico. Suma <%= attrs %> de fuerza y <%= attrs %> de constitución.", - "armorSpecialMammothRiderArmorText": "Armadura de jinete de mamut", - "armorSpecialMammothRiderArmorNotes": "Este traje de pelo y cuero cuenta con una elegante capa adornada con gemas de cuarzo rosa. Te protegerá de los vientos más agresivos cuando te aventures hacia los climas más fríos. Suma <%= con %> de constitución.", + "armorSpecialPyromancersRobesNotes": "Estas elegantes túnicas otorgan a cada ataque y hechizo una explosión de fuego etéreo. Aumenta la Constitución en <%= con %>.", + "armorSpecialBardRobesText": "Ropaje de Bardo", + "armorSpecialBardRobesNotes": "Tal vez este colorido ropaje llame mucho la atención, pero podrás salir feliz y cantando de cualquier situación. Aumenta la Percepción en <%= per %>.", + "armorSpecialLunarWarriorArmorText": "Armadura de Guerrero Lunar", + "armorSpecialLunarWarriorArmorNotes": "Esta armadura está forjada con piedra lunar y acero mágico. Aumenta la Fuerza y la Constitución en <%= attrs %> cada una.", + "armorSpecialMammothRiderArmorText": "Armadura de Jinete de Mamut", + "armorSpecialMammothRiderArmorNotes": "Este traje de pelo y cuero cuenta con una elegante capa adornada con gemas de cuarzo rosa. Te protegerá de los vientos más agresivos cuando te aventures hacia los climas más fríos. Aumenta la Constitución en <%= con %>.", "armorSpecialPageArmorText": "Armadura de Paje", "armorSpecialPageArmorNotes": "¡Lleva todo lo que necesites en tu perfecto conjunto! Aumenta la Constitución en <%= con %>.", "armorSpecialRoguishRainbowMessengerRobesText": "Túnicas del Mensajero Picaresco Arcoiris", @@ -454,14 +454,14 @@ "armorSpecialTurkeyArmorBaseNotes": "¡Mantén tus baquetas cálidas y cómodas en esta armadura emplumada! No otorga ningún beneficio.", "armorSpecialTurkeyArmorGildedText": "Armadura de Pavo Dorado", "armorSpecialTurkeyArmorGildedNotes": "Pavonéate en esta brillante armadura de temporada. No otorga ningún beneficio.", - "armorSpecialYetiText": "Túnica de domador de Yetis", - "armorSpecialYetiNotes": "Peluda y de aspecto salvaje. Aumenta tu constitución en <%= con %>. Equipo de invierno de edición limitada 2013-2014.", + "armorSpecialYetiText": "Túnica de Domador de Yetis", + "armorSpecialYetiNotes": "Peluda y de aspecto salvaje. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2013-2014.", "armorSpecialSkiText": "Parka del Ski-asesino", - "armorSpecialSkiNotes": "Llena de dagas secretas y mapas de pistas de esquí. Aumenta la percepción en <%= per %>. Equipo de invierno de edición limitada 2013-2014.", - "armorSpecialCandycaneText": "Túnica de bastón de caramelo", - "armorSpecialCandycaneNotes": "Tejida con azúcar y seda. Aumenta la inteligencia en <%= int %>. Equipo de invierno de edición limitada 2013-2014.", - "armorSpecialSnowflakeText": "Túnica de copo de nieve", - "armorSpecialSnowflakeNotes": "Una túnica que te mantiene caliente, incluso en una ventisca. Aumenta la constitución en <%= con %>. Equipo Invierno Edición Limitada 2013-2014.", + "armorSpecialSkiNotes": "Llena de dagas secretas y mapas de pistas de esquí. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2013-2014.", + "armorSpecialCandycaneText": "Túnica de Bastón de Caramelo", + "armorSpecialCandycaneNotes": "Tejida con azúcar y seda. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2013-2014.", + "armorSpecialSnowflakeText": "Túnica de Copo de Nieve", + "armorSpecialSnowflakeNotes": "Una túnica que te mantiene caliente, incluso en una ventisca. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2013-2014.", "armorSpecialBirthdayText": "Túnica Absurda de Fiesta", "armorSpecialBirthdayNotes": "¡Feliz Cumpleaños, Habitica! Vístete con esta Túnica Absurda de Fiesta para celebrar este maravilloso día. No otorga ningún beneficio.", "armorSpecialBirthday2015Text": "Túnica Boba de Fiesta", @@ -477,165 +477,165 @@ "armorSpecialGaymerxText": "Armadura de Guerrero del Arco Iris", "armorSpecialGaymerxNotes": "Con motivo de la celebración por la Conferencia GaymerX, ¡esta armadura especial está decorada 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.", "armorSpecialSpringRogueText": "Traje Elegante de Gato", - "armorSpecialSpringRogueNotes": "Impecablemente cuidado. Aumenta la percepción en <%= per %>. Equipo de Primavera Edición Limitada 2014.", + "armorSpecialSpringRogueNotes": "Impecablemente cuidado. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2014.", "armorSpecialSpringWarriorText": "Armadura de Acero de Trébol", - "armorSpecialSpringWarriorNotes": "¡Suave como el trébol, resistente como el acero! Aumenta la constitución en <%= con %>. Equipo de Primavera Edición Limitada 2014.", + "armorSpecialSpringWarriorNotes": "¡Suave como el trébol, resistente como el acero! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2014.", "armorSpecialSpringMageText": "Túnica de Rodentia", - "armorSpecialSpringMageNotes": "¡Los ratones son geniales! Añade <%= int %> puntos a INT. Equipo de Primavera Edición Limitada 2014.", + "armorSpecialSpringMageNotes": "¡Los ratones son geniales! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2014.", "armorSpecialSpringHealerText": "Ropajes de Cachorro Crespado", - "armorSpecialSpringHealerNotes": "Cálida y cómoda, pero además protege del daño a su portador. Aumenta la constitución en <%= con %>. Equipo de Primavera Edición Limitada 2014.", + "armorSpecialSpringHealerNotes": "Cálida y cómoda, pero además protege del daño a su portador. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2014.", "armorSpecialSummerRogueText": "Ropajes de Pirata", - "armorSpecialSummerRogueNotes": "¡Estos ropajes son muy calentitos, arrr! Aumenta la percepción en <%= per %>. Equipo de Verano Edición Limitada 2014.", + "armorSpecialSummerRogueNotes": "¡Estos ropajes son muy calentitos, arrr! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de verano 2014.", "armorSpecialSummerWarriorText": "Ropajes de Espadachín", - "armorSpecialSummerWarriorNotes": "Empieza por \"espada-\" y acaba en \"-chín\". Añade <%= con %> puntos a Constitución. Equipo de Verano Edición Limitada 2014.", + "armorSpecialSummerWarriorNotes": "Empieza por \"espada-\" y acaba en \"-chín\". Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2014.", "armorSpecialSummerMageText": "Cola de Esmeralda", - "armorSpecialSummerMageNotes": "¡Esta prenda de escamas deslumbrantes transforma a su portador en un mago marino! Aumenta la inteligencia en <%= int %>. Equipo de Verano Edición Limitada 2014.", + "armorSpecialSummerMageNotes": "¡Esta prenda de escamas deslumbrantes transforma a su portador en un mago marino! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2014.", "armorSpecialSummerHealerText": "Cola de Marsanador", - "armorSpecialSummerHealerNotes": "¡Esta prenda de escamas deslumbrantes transforma a su portador en un verdadero sanador del mar! Aumenta tu constitución en <%= con %>. Equipo de Verano Edición Limitada 2014.", - "armorSpecialFallRogueText": "Ropajes rojo sangre", - "armorSpecialFallRogueNotes": "Vívidas. Aterciopeladas. Vampíricas. Aumentan la percepción en <%= per %>. Equipo de Otoño Edición Limitada 2014.", + "armorSpecialSummerHealerNotes": "¡Esta prenda de escamas deslumbrantes transforma a su portador en un verdadero sanador del mar! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2014.", + "armorSpecialFallRogueText": "Ropajes Rojo Sangre", + "armorSpecialFallRogueNotes": "Vívidas. Aterciopeladas. Vampíricas. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de otoño 2014.", "armorSpecialFallWarriorText": "Bata de Laboratorio de la Ciencia", - "armorSpecialFallWarriorNotes": "Te protege contra misteriosos derrames de pociones. Aumenta la constitución en <%= con %>. Equipo de Otoño Edición Limitada 2014.", + "armorSpecialFallWarriorNotes": "Te protege contra misteriosos derrames de pociones. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2014.", "armorSpecialFallMageText": "Ropajes Mágicos de Hechicero", - "armorSpecialFallMageNotes": "Esta túnica tiene un montón de bolsillos para guardar raciones adicionales de ojo de tritón y lengua de rana. Añade <%= int %> a Inteligencia. Equipo de Otoño Edición Limitada 2014.", + "armorSpecialFallMageNotes": "Esta túnica tiene un montón de bolsillos para guardar raciones adicionales de ojo de tritón y lengua de rana. Aumenta la Inteligenica en <%= int %>. Equipamiento de edición limitada de otoño 2014.", "armorSpecialFallHealerText": "Equipo Diáfano", - "armorSpecialFallHealerNotes": "¡Irrumpe en la batalla previamente vendado! Incrementa tu constitución en <%= con %>. Equipo de Otoño Edición Limitada 2014.", + "armorSpecialFallHealerNotes": "¡Irrumpe en la batalla previamente vendado! Incrementa la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2014.", "armorSpecialWinter2015RogueText": "Armadura de Dragón del Hielo", - "armorSpecialWinter2015RogueNotes": "Esta armadura es gélida, pero desde luego valdrá la pena cuando descubras las riquezas incalculables que hay en el centro de las guaridas de los Dragones del Hielo. Que no es que tú estés buscando tales riquezas, porque definitivamente, de verdad de la buena, que eres un Dragón del Hielo auténtico, ¡¿vale?! ¡No hagas más preguntas! Aumenta la percepción en <%= per %>. Equipo de Invierno Edición Limitada 2014-2015.", + "armorSpecialWinter2015RogueNotes": "Esta armadura es gélida, pero desde luego valdrá la pena cuando descubras las riquezas incalculables que hay en el centro de las guaridas de los Dragones del Hielo. Que no es que tú estés buscando tales riquezas, porque definitivamente, de verdad de la buena, que eres un Dragón del Hielo auténtico, ¡¿vale?! ¡No hagas más preguntas! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2014-2015.", "armorSpecialWinter2015WarriorText": "Armadura de Pan de Jengibre", - "armorSpecialWinter2015WarriorNotes": "¡Cómoda y calentita, recién salida del horno! Aumenta la constitución en <%= con %>. Equipo de Invierno Edición Limitada 2014-2015.", + "armorSpecialWinter2015WarriorNotes": "¡Cómoda y calentita, recién salida del horno! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2014-2015.", "armorSpecialWinter2015MageText": "Túnica Boreal", - "armorSpecialWinter2015MageNotes": "En esta túnica puedes ver los destellos del norte. Aumenta la inteligencia en <%= int %>. Equipo de Invierno Edición Limitada 2014-2015.", + "armorSpecialWinter2015MageNotes": "En esta túnica puedes ver los destellos del norte. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2014-2015.", "armorSpecialWinter2015HealerText": "Atuendo de Patinaje", - "armorSpecialWinter2015HealerNotes": "Patinar sobre hielo es muy relajante, pero no deberías intentarlo sin este equipo de protección, por si acaso te atacan los dragones del hielo. Aumenta la constitución en <%= con %>. Equipo de Invierno Edición Limitada 2014-2015.", - "armorSpecialSpring2015RogueText": "Túnica sigilosa", - "armorSpecialSpring2015RogueNotes": "Peludo, suave, y definitivamente no inflamable. Aumenta la Percepción en <%= per %>. Equipo de Primavera Edición Limitada 2015.", + "armorSpecialWinter2015HealerNotes": "Patinar sobre hielo es muy relajante, pero no deberías intentarlo sin este equipo de protección, por si acaso te atacan los dragones del hielo. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2014-2015.", + "armorSpecialSpring2015RogueText": "Túnica Sigilosa", + "armorSpecialSpring2015RogueNotes": "Peludo, suave, y definitivamente no inflamable. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2015.", "armorSpecialSpring2015WarriorText": "Armadura Cauta", - "armorSpecialSpring2015WarriorNotes": "Solo al perro más feroz se le permite estar tan suave. Aumenta Constitución en <%= con %>. Equipo de Primavera Edición Limitada 2015.", + "armorSpecialSpring2015WarriorNotes": "Solo al perro más feroz se le permite estar tan suave. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2015.", "armorSpecialSpring2015MageText": "Traje de Conejito para Magos", - "armorSpecialSpring2015MageNotes": "¡Tu falda combina con tu rabo blanco! Aumenta Inteligencia en <%= int %>. Equipo de Primavera Edición Limitada 2015.", + "armorSpecialSpring2015MageNotes": "¡Tu falda combina con tu rabo blanco! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2015.", "armorSpecialSpring2015HealerText": "Traje de Gato Reconfortante", - "armorSpecialSpring2015HealerNotes": "Este suave traje de gato es cómodo, y tan reconfortante como un té de menta. Aumenta Constitución en <%= con %>. Equipo de Primavera Edición Limitada 2015.", - "armorSpecialSummer2015RogueText": "Cola rubí", - "armorSpecialSummer2015RogueNotes": "Esta prenda de relucientes escamas transforma a quien la lleva en todo un rebelde de los arrecifes. Suma <%= per %> de percepción. Equipo de edición limitada, verano de 2015.", - "armorSpecialSummer2015WarriorText": "Cola dorada", - "armorSpecialSummer2015WarriorNotes": "Esta prenda de relucientes escamas transforma a quien la lleva en todo un guerrero pez luna. Suma <%= con %> de constitución. Equipo de edición limitada, verano de 2015.", - "armorSpecialSummer2015MageText": "Ropaje de adivino", - "armorSpecialSummer2015MageNotes": "Sus mangas abombadas albergan un poder oculto. Suma <%= int %> de inteligencia. Equipo de edición limitada, verano de 2015.", - "armorSpecialSummer2015HealerText": "Armadura de marinero", - "armorSpecialSummer2015HealerNotes": "Con esta armadura, todo el mundo sabrá que eres un honrado marinero mercader a quien nunca se le ocurriría hacer nada malo. Suma <%= con %> de constitución. Equipo de edición limitada, verano de 2015.", + "armorSpecialSpring2015HealerNotes": "Este suave traje de gato es cómodo, y tan reconfortante como un té de menta. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2015.", + "armorSpecialSummer2015RogueText": "Cola Rubí", + "armorSpecialSummer2015RogueNotes": "Esta prenda de relucientes escamas transforma a quien la lleva en todo un rebelde de los arrecifes. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de verano 2015.", + "armorSpecialSummer2015WarriorText": "Cola Dorada", + "armorSpecialSummer2015WarriorNotes": "Esta prenda de relucientes escamas transforma a quien la lleva en todo un guerrero pez luna. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2015.", + "armorSpecialSummer2015MageText": "Ropaje de Adivino", + "armorSpecialSummer2015MageNotes": "Sus mangas abombadas albergan un poder oculto. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2015.", + "armorSpecialSummer2015HealerText": "Armadura de Marinero", + "armorSpecialSummer2015HealerNotes": "Con esta armadura, todo el mundo sabrá que eres un honrado marinero mercader a quien nunca se le ocurriría hacer nada malo. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2015.", "armorSpecialFall2015RogueText": "Armadura de bat-talla", - "armorSpecialFall2015RogueNotes": "¡Vuela al campo de bat-talla! Suma <%= per %> de percepción. Edición limitada, otoño del 2015.", + "armorSpecialFall2015RogueNotes": "¡Vuela al campo de bat-talla! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de otoño 2015.", "armorSpecialFall2015WarriorText": "Armadura de Espantapájaros", - "armorSpecialFall2015WarriorNotes": "Pese a estar rellena de paja, esta armadura es extremadamente robusta. Suma <%= con %> de constitución. Edición limitada, otoño del 2015.", - "armorSpecialFall2015MageText": "Ropajes cosidos", - "armorSpecialFall2015MageNotes": "Cada puntada de esta armadura reluce de encantamientos. Suma <%= int %> de inteligencia. Edición limitada, otoño del 2015.", - "armorSpecialFall2015HealerText": "Ropaje de creador de pociones", - "armorSpecialFall2015HealerNotes": "¿Cómo? Sí, sí, esta poción aumenta la constitución. No, no te convertirá en rana. Croa-créeme. Suma <%= con %> de constitución. Edición limitada, otoño del 2015.", - "armorSpecialWinter2016RogueText": "Armadura de cacao", - "armorSpecialWinter2016RogueNotes": "Esta armadura de cuero te mantiene a gusto y calentito. ¿De verdad está hecha de cacao? Nunca lo sabremos. Suma <%= per %> de percepción. Edición limitada, invierno 2015-2016.", - "armorSpecialWinter2016WarriorText": "Traje de muñeco de nieve", - "armorSpecialWinter2016WarriorNotes": "¡Brr! Esta armadura acolchada es poderosa... hasta que se derrite. Suma <%= con %> de constitución. Edición limitada, invierno 2015-2016.", - "armorSpecialWinter2016MageText": "Parka de snowboard", - "armorSpecialWinter2016MageNotes": "Todo buen mago sabe protegerse bien del viento invernal. Suma <%= int %> de inteligencia. Edición limitada, invierno 2015-2016.", - "armorSpecialWinter2016HealerText": "Capa de hada festiva", - "armorSpecialWinter2016HealerNotes": "Las hadas festivas se envuelven en sus alas corporales para protegerse y usan las alas de la cabeza para aprovechar el viento de cara. Así, vuelan por Habitica a velocidades de hasta 160 km/h, entregando regalos y cubriendo a todos de confeti. Vamos, graciosísimas. Suma <%= con %> de constitución. Edición limitada, invierno 2015-2016.", - "armorSpecialSpring2016RogueText": "Traje camuflajeado canino", - "armorSpecialSpring2016RogueNotes": "Un cachorro inteligente sabe escoger un disfraz más vívido para pasar desapercibido cuando todo es verde y vibrante. Incrementa la Percepción por <%= per %>. Equipamiento de Edición Limitada de Primavera 2016.", - "armorSpecialSpring2016WarriorText": "Correo Poderoso", - "armorSpecialSpring2016WarriorNotes": "¡A pesar de ser pequeño, eres feroz! Incrementa la Constitución por <%= con %>. Equipamiento de Edición Limitada de Primavera 2016.", + "armorSpecialFall2015WarriorNotes": "Pese a estar rellena de paja, esta armadura es extremadamente robusta. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2015.", + "armorSpecialFall2015MageText": "Ropajes Cosidos", + "armorSpecialFall2015MageNotes": "Cada puntada de esta armadura reluce de encantamientos. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2015.", + "armorSpecialFall2015HealerText": "Ropaje de Creador de Pociones", + "armorSpecialFall2015HealerNotes": "¿Cómo? Sí, sí, esta poción aumenta la constitución. No, no te convertirá en rana. Croa-créeme. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2015.", + "armorSpecialWinter2016RogueText": "Armadura de Cacao", + "armorSpecialWinter2016RogueNotes": "Esta armadura de cuero te mantiene a gusto y calentito. ¿De verdad está hecha de cacao? Nunca lo sabremos. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2015-2016.", + "armorSpecialWinter2016WarriorText": "Traje de Muñeco de Nieve", + "armorSpecialWinter2016WarriorNotes": "¡Brr! Esta armadura acolchada es poderosa... hasta que se derrite. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2015-2016.", + "armorSpecialWinter2016MageText": "Parka de Snowboard", + "armorSpecialWinter2016MageNotes": "Todo buen mago sabe protegerse bien del viento invernal. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2015-2016.", + "armorSpecialWinter2016HealerText": "Capa de Hada Festiva", + "armorSpecialWinter2016HealerNotes": "Las hadas festivas se envuelven en sus alas corporales para protegerse y usan las alas de la cabeza para aprovechar el viento de cara. Así, vuelan por Habitica a velocidades de hasta 160 km/h, entregando regalos y cubriendo a todos de confeti. Vamos, graciosísimas. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2015-2016.", + "armorSpecialSpring2016RogueText": "Traje Camuflajeado Canino", + "armorSpecialSpring2016RogueNotes": "Un cachorro inteligente sabe escoger un disfraz más vívido para pasar desapercibido cuando todo es verde y vibrante. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2016.", + "armorSpecialSpring2016WarriorText": "Cota de Malla Poderosa", + "armorSpecialSpring2016WarriorNotes": "¡A pesar de ser pequeño, eres feroz! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2016.", "armorSpecialSpring2016MageText": "Gran Túnica Felina", - "armorSpecialSpring2016MageNotes": "Con colores vivos, para que no te confundan con un necromante. Incrementa la Inteligencia por <%= int %>. Equipamiento de Edición Limitada de Primavera 2016.", + "armorSpecialSpring2016MageNotes": "Con colores vivos, para que no te confundan con un necromante. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2016.", "armorSpecialSpring2016HealerText": "Pantalones Peludos de Conejito", - "armorSpecialSpring2016HealerNotes": "¡Boing boing! Saltando de colina en colina, sanando a quienes lo necesiten. Incrementan la Constitución por <%= con %>. Equipamiento de Edición Limitada de Primavera 2016.", + "armorSpecialSpring2016HealerNotes": "¡Boing boing! Saltando de colina en colina, sanando a quienes lo necesiten. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2016.", "armorSpecialSummer2016RogueText": "Cola de Anguila", - "armorSpecialSummer2016RogueNotes": "¡Este electrificante atuendo transforma a quien lo viste en una verdadera Anguila Pícaro! Incrementa Percepción en <%= per %>. Edición Limitada 2016 Equipamiento de Verano.", + "armorSpecialSummer2016RogueNotes": "¡Este electrificante atuendo transforma a quien lo viste en una verdadera Anguila Pícaro! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de verano 2016.", "armorSpecialSummer2016WarriorText": "Cola de Tiburón", - "armorSpecialSummer2016WarriorNotes": "¡Este tosco atuendo transforma a su usuario en un verdadero Guerrero Tiburón! Incrementa Constitución en <%= con %>. Edición Limitada 2016 Equipamiento de Verano.", + "armorSpecialSummer2016WarriorNotes": "¡Este tosco atuendo transforma a su usuario en un verdadero Guerrero Tiburón! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2016.", "armorSpecialSummer2016MageText": "Cola de Delfín", - "armorSpecialSummer2016MageNotes": "¡Este resbaloso atiendo transforma a su usuario en un verdadero Delfín Mago! Incrementa Inteligencia en <%= int %>. Edición Limitada 2016 Equipamiento de Verano.", + "armorSpecialSummer2016MageNotes": "¡Este resbaloso atiendo transforma a su usuario en un verdadero Delfín Mago! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2016.", "armorSpecialSummer2016HealerText": "Cola de Caballito de Mar", - "armorSpecialSummer2016HealerNotes": "¡Este pinchudo atuendo transforma a su usuario en un verdadero Caballito de Mar Sanador! Incrementa Constitución en <%= con %>. Edición Limitada 2016 Equipamiento de Verano.", + "armorSpecialSummer2016HealerNotes": "¡Este pinchudo atuendo transforma a su usuario en un verdadero Caballito de Mar Sanador! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2016.", "armorSpecialFall2016RogueText": "Armadura Viuda Negra", - "armorSpecialFall2016RogueNotes": "Los ojos en esta armadura están parpadeando constantemente. Incrementa la Percepción por <%= per %>. Equipamiento de Edición Limitada de Otoño 2016.", + "armorSpecialFall2016RogueNotes": "Los ojos en esta armadura están parpadeando constantemente. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de otoño 2016.", "armorSpecialFall2016WarriorText": "Armadura Musgosa", - "armorSpecialFall2016WarriorNotes": "¡Misteriosamente mojado y musgoso! Incrementa Constitución por <%= con %>. Equipamiento de Otoño Edición Limitada 2016.", + "armorSpecialFall2016WarriorNotes": "¡Misteriosamente mojado y musgoso! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2016.", "armorSpecialFall2016MageText": "Capa de Maldad", - "armorSpecialFall2016MageNotes": "Cuando tu capa se agita, puedes oír el sonido de una risa cacareando. Incrementa Inteligencia por <%= int %>. Equipamiento de Otoño Edición Limitada 2016.", + "armorSpecialFall2016MageNotes": "Cuando tu capa se agita, puedes oír el sonido de una risa cacareando. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2016.", "armorSpecialFall2016HealerText": "Túnica de Gorgona", - "armorSpecialFall2016HealerNotes": "Esta túnica realmente es hecha de piedra. Como es tan cómoda? Incrementa la Constitución por <%= con %>. Equipamiento de Otoño Edición Limitada 2016.", + "armorSpecialFall2016HealerNotes": "Esta túnica realmente es hecha de piedra. Como es tan cómoda? Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2016.", "armorSpecialWinter2017RogueText": "Armadura Helada", - "armorSpecialWinter2017RogueNotes": "¡Este sigiloso traje refleja la luz para deslumbrar a tus desprevenidas tareas a medida que recoges las recompensas por completarlas! Aumenta la Percepción en <%= per %>. Equipamiento Invernal Edición Limitada 2016-2017.", + "armorSpecialWinter2017RogueNotes": "¡Este sigiloso traje refleja la luz para deslumbrar a tus desprevenidas tareas a medida que recoges las recompensas por completarlas! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2016-2017.", "armorSpecialWinter2017WarriorText": "Armadura de Hockey sobre Hielo", - "armorSpecialWinter2017WarriorNotes": "Muestra tu espíritu de equipo y tu fuerza con esta cálida armadura acolchada. Aumenta la Constitución en <%= con %>. Equipamiento Invernal Edición Limitada 2016-2017.", + "armorSpecialWinter2017WarriorNotes": "Muestra tu espíritu de equipo y tu fuerza con esta cálida armadura acolchada. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2016-2017.", "armorSpecialWinter2017MageText": "Armadura Lobuna", - "armorSpecialWinter2017MageNotes": "¡Hechos con la lana invernal más cálida y tejida con hechizos del místico Lobo Invernal, estos ropajes mantienen a raya el frío y mantienen tu mente alerta! Aumenta la Inteligencia en <%= int %>. Equipamiento Invernal Edición Limitada 2016-2017.", + "armorSpecialWinter2017MageNotes": "¡Hechos con la lana invernal más cálida y tejida con hechizos del místico Lobo Invernal, estos ropajes mantienen a raya el frío y mantienen tu mente alerta! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2016-2017.", "armorSpecialWinter2017HealerText": "Armadura de Pétalos Brillantes", - "armorSpecialWinter2017HealerNotes": "Aunque suave, esta armadura de pétalos tiene un fabuloso poder protector. Aumenta la Constitución en <%= con %>. Equipamiento Invernal Edición Limitada 2016-2017.", + "armorSpecialWinter2017HealerNotes": "Aunque suave, esta armadura de pétalos tiene un fabuloso poder protector. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2016-2017.", "armorSpecialSpring2017RogueText": "Traje de Conejo Furtivo", - "armorSpecialSpring2017RogueNotes": "Suave pero fuerte, este traje te ayuda a moverte a través de jardines con un extra de sigilo. Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada de primavera de 2017.", + "armorSpecialSpring2017RogueNotes": "Suave pero fuerte, este traje te ayuda a moverte a través de jardines con un extra de sigilo. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2017.", "armorSpecialSpring2017WarriorText": "Armadura Garralucinante", - "armorSpecialSpring2017WarriorNotes": "Esta sofisticada armadura es tan brillante como tu finamente arreglado abrigo, pero con mayor resistencia al ataque. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada de primavera de 2017.", + "armorSpecialSpring2017WarriorNotes": "Esta sofisticada armadura es tan brillante como tu finamente arreglado abrigo, pero con mayor resistencia al ataque. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2017.", "armorSpecialSpring2017MageText": "Túnica de Hechicero Canino", - "armorSpecialSpring2017MageNotes": "Mágico por diseño, acolchado por elección. Aumenta la Inteligencia en <%= int %>. Equipamiento de Edición Limitada de primavera de 2017.", + "armorSpecialSpring2017MageNotes": "Mágico por diseño, acolchado por elección. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2017.", "armorSpecialSpring2017HealerText": "Túnica de Reposo", - "armorSpecialSpring2017HealerNotes": "¡La suavidad de esta túnica te reconforta a ti así como a cualquier otro que necesite su curativa ayuda! Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada de primavera de 2017.", + "armorSpecialSpring2017HealerNotes": "¡La suavidad de esta túnica te reconforta a ti así como a cualquier otro que necesite su curativa ayuda! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2017.", "armorSpecialSummer2017RogueText": "Cola de Dragón Marino", - "armorSpecialSummer2017RogueNotes": "¡Esta colorida prenda transforma a su usuario en un verdadero Dragón Marino! Aumenta la Percepción en <%= per %>. Equipo de Edición Limitada de Verano 2017.", + "armorSpecialSummer2017RogueNotes": "¡Esta colorida prenda transforma a su usuario en un verdadero Dragón Marino! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de verano 2017.", "armorSpecialSummer2017WarriorText": "Armadura Arenosa", - "armorSpecialSummer2017WarriorNotes": "No te dejes engañar por su quebradizo aspecto exterior: esta armadura es más dura que el acero. Aumenta la Constitución en <%= con %>. Equipo de Edición Limitada de Verano 2017.", + "armorSpecialSummer2017WarriorNotes": "No te dejes engañar por su quebradizo aspecto exterior: esta armadura es más dura que el acero. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2017.", "armorSpecialSummer2017MageText": "Túnicas Torbellino", - "armorSpecialSummer2017MageNotes": "¡Ten cuidado de que no te salpiquen estas túnicas tejidas con agua encantada! Aumenta la Inteligencia en <%= int %>. Equipo de Edición Limitada Verano 2017.", + "armorSpecialSummer2017MageNotes": "¡Ten cuidado de que no te salpiquen estas túnicas tejidas con agua encantada! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2017.", "armorSpecialSummer2017HealerText": "Cola Mardeplata", - "armorSpecialSummer2017HealerNotes": "¡Esta prenda de escamas plateadas transforma a su usuario en un verdadero Sanador Marino! Aumenta la Constitución en <%= con %>. Equipo de Edición Limitada Verano 2017.", + "armorSpecialSummer2017HealerNotes": "¡Esta prenda de escamas plateadas transforma a su usuario en un verdadero Sanador Marino! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2017.", "armorSpecialFall2017RogueText": "Ropajes de Parche de Calabaza", - "armorSpecialFall2017RogueNotes": "¿Necesitas esconderte? ¡Agáchate ente las Cabezas de Halloween y este ropaje te ocultará! Aumenta la Percepción en <%= per %>. Equipamiento de Otoño de Edición Limitada del 2017.", + "armorSpecialFall2017RogueNotes": "¿Necesitas esconderte? ¡Agáchate ente las Cabezas de Halloween y este ropaje te ocultará! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de otoño 2017.", "armorSpecialFall2017WarriorText": "Fuerte y Dulce Armadura", - "armorSpecialFall2017WarriorNotes": "Esta armadura te protegerá como un delicioso cascarón de caramelo. Aumenta la Constitución en un <%= con %>. Equipamiento de Otoño de Edición Limitada del 2017.", + "armorSpecialFall2017WarriorNotes": "Esta armadura te protegerá como un delicioso cascarón de caramelo. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2017.", "armorSpecialFall2017MageText": "Toga de Baile de Disfraces", - "armorSpecialFall2017MageNotes": "¿Qué grupo de baile de máscaras estaría completo sin ropajes dramáticos y de gran envergadura? Aumenta la Inteligencia en un <%= int %>. Equipamiento de Otoño de Edición Limitada del 2017.", + "armorSpecialFall2017MageNotes": "¿Qué grupo de baile de máscaras estaría completo sin ropajes dramáticos y de gran envergadura? Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2017.", "armorSpecialFall2017HealerText": "Armadura de Casa Encantada", - "armorSpecialFall2017HealerNotes": "Tu corazón es una puerta abierta. ¡Y tus hombros son tejas! Aumenta la constitución en un <%= con %>. Equipamiento de Otoño de Edición Limitada del 2017.", + "armorSpecialFall2017HealerNotes": "Tu corazón es una puerta abierta. ¡Y tus hombros son tejas! Aumenta la constitución en <%= con %>. Equipamiento de edición limitada de otoño 2017.", "armorSpecialWinter2018RogueText": "Disfraz de Reno", - "armorSpecialWinter2018RogueNotes": "Pareces tan adorable y confuso, ¿quién podría sospechar que vas tras el botín festivo? Aumenta la Percepción en un <%= per %>. Equipamiento de Invierno de Edición Limitada del 2017-2018.", + "armorSpecialWinter2018RogueNotes": "Pareces tan adorable y confuso, ¿quién podría sospechar que vas tras el botín festivo? Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2017-2018.", "armorSpecialWinter2018WarriorText": "Armadura de Papel de Regalo", - "armorSpecialWinter2018WarriorNotes": "No dejes que la sensación a papel de esta armadura te engañe. ¡Es casi imposible de rasgar! Aumenta la Constitución en un <%= con %>. Equipamiento de Invierno de Edición Limitada del 2017-2018.", + "armorSpecialWinter2018WarriorNotes": "No dejes que la sensación a papel de esta armadura te engañe. ¡Es casi imposible de rasgar! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2017-2018.", "armorSpecialWinter2018MageText": "Esmoquin Centelleante", - "armorSpecialWinter2018MageNotes": "Lo último en ropa formal mágica. Aumenta la Inteligencia en un <%= int %>. Equipamiento de Invierno de Edición Limitada del 2017-2018.", + "armorSpecialWinter2018MageNotes": "Lo último en ropa formal mágica. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2017-2018.", "armorSpecialWinter2018HealerText": "Ropaje de Muérdago", - "armorSpecialWinter2018HealerNotes": "Estos ropajes están tejidos con encantamientos para alegrar las fiestas. Aumenta la Constitución en un <%= con %>. Equipamiento de Invierno de Edición Limitada del 2017-2018.", + "armorSpecialWinter2018HealerNotes": "Estos ropajes están tejidos con encantamientos para alegrar las fiestas. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2017-2018.", "armorSpecialSpring2018RogueText": "Traje de Plumas", - "armorSpecialSpring2018RogueNotes": "¡Este disfraz amarillo y esponjoso engañará a tus enemigos para que crean que eres un patito inofensivo! Aumenta la Percepción en <%= per %>. Equipamiento de Primavera Edición Limitada del 2018.", + "armorSpecialSpring2018RogueNotes": "¡Este disfraz amarillo y esponjoso engañará a tus enemigos para que crean que eres un patito inofensivo! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2018.", "armorSpecialSpring2018WarriorText": "Armadura del Alba", - "armorSpecialSpring2018WarriorNotes": "Este colorido chapado ha sido forjado con el fuego del amanecer. Aumenta la Constitución en <%= con %>. Equipamiento de Primavera Edición Limitada del 2018.", + "armorSpecialSpring2018WarriorNotes": "Este colorido chapado ha sido forjado con el fuego del amanecer. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2018.", "armorSpecialSpring2018MageText": "Ropaje Tulipán", - "armorSpecialSpring2018MageNotes": "Tus hechizos tan solo pueden mejorar mientras vistes estos pétalos suaves y sedosos. Aumenta la Inteligencia en <%= int %>. Equipamiento de Primavera Edición Limitada del 2018.", + "armorSpecialSpring2018MageNotes": "Tus hechizos tan solo pueden mejorar mientras vistes estos pétalos suaves y sedosos. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2018.", "armorSpecialSpring2018HealerText": "Armadura Granate", - "armorSpecialSpring2018HealerNotes": "Deja que esta brillante armadura infunda poder sanador en tu corazón. Aumenta la Constitución en <%= con %>. Equipamiento de Primavera Edición Limitada del 2018.", + "armorSpecialSpring2018HealerNotes": "Deja que esta brillante armadura infunda poder sanador en tu corazón. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2018.", "armorSpecialSummer2018RogueText": "Chaleco de Pesca", - "armorSpecialSummer2018RogueNotes": "¿Corchos de pesca? ¿Cajas de anzuelos? ¿Sedal de repuesto? ¿Ganzúas? ¿Bombas de humo? Lo que sea que necesites a mano para tu escapada de pesca de verano, ¡hay un bolsillo para ello! Aumenta la Percepción en <%= per %>. Equipo de Verano Edición Limitada del 2018.", + "armorSpecialSummer2018RogueNotes": "¿Corchos de pesca? ¿Cajas de anzuelos? ¿Sedal de repuesto? ¿Ganzúas? ¿Bombas de humo? Lo que sea que necesites a mano para tu escapada de pesca de verano, ¡hay un bolsillo para ello! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de verano 2018.", "armorSpecialSummer2018WarriorText": "Armadura de Cola Beta", - "armorSpecialSummer2018WarriorNotes": "Deslumbra a los espectadores con verticilos de magnífico color mientras giras y das vueltas por el agua. ¿Cómo podría un oponente atreverse a atacar tal belleza? Aumenta la Constitución en <%= con %>. Equipo de Verano Edición Limitada del 2018.", + "armorSpecialSummer2018WarriorNotes": "Deslumbra a los espectadores con verticilos de magnífico color mientras giras y das vueltas por el agua. ¿Cómo podría un oponente atreverse a atacar tal belleza? Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2018.", "armorSpecialSummer2018MageText": "Cota de Malla de Escamas de Pez León", - "armorSpecialSummer2018MageNotes": "La magia venenosa tiene reputación de ser sutil. No la tiene sin embargo esta colorida armadura, cuyo mensaje queda claro para bestia y tarea: ¡cuidado! Aumenta la Inteligencia en <%= int %>. Equipo de Verano Edición Limitada del 2018.", + "armorSpecialSummer2018MageNotes": "La magia venenosa tiene reputación de ser sutil. No la tiene sin embargo esta colorida armadura, cuyo mensaje queda claro para bestia y tarea: ¡cuidado! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2018.", "armorSpecialSummer2018HealerText": "Ropaje de Monarca Sirena", - "armorSpecialSummer2018HealerNotes": "Estas vestiduras cerúleas revelan que tienes pies que caminan por la tierra... bueno. Ni siquiera se puede esperar que un monarca sea perfecto. Aumenta la Constitución en <%= con %>. Equipo de Verano Edición Limitada del 2018.", + "armorSpecialSummer2018HealerNotes": "Estas vestiduras cerúleas revelan que tienes pies que caminan por la tierra... bueno. Ni siquiera se puede esperar que un monarca sea perfecto. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2018.", "armorSpecialFall2018RogueText": "Hábito de Alter Ego", - "armorSpecialFall2018RogueNotes": "Estilo para el día. Comodidad y protección para la noche. Aumenta la Percepción en <%= per %>. Edición Limitada de Equipamiento de Otoño 2018.", + "armorSpecialFall2018RogueNotes": "Estilo para el día. Comodidad y protección para la noche. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de otoño 2018.", "armorSpecialFall2018WarriorText": "Casco de Minotauro", - "armorSpecialFall2018WarriorNotes": "Completado con cuernos para poder tamborilear una cadencia suave mientras paseas meditativo por tu laberinto. Aumenta la Constitución en <%= con %>. Edición Limitada de Equipamiento de Otoño 2018.", + "armorSpecialFall2018WarriorNotes": "Completado con cuernos para poder tamborilear una cadencia suave mientras paseas meditativo por tu laberinto. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2018.", "armorSpecialFall2018MageText": "Túnica de Golomante", - "armorSpecialFall2018MageNotes": "¡La tela de esta túnica tiene golosinas mágicas tejidas! Pero te recomendamos que no te las comas. Aumenta la Inteligencia en <%= int %>. Edición Limitada de Equipamiento de Otoño 2018.", + "armorSpecialFall2018MageNotes": "¡La tela de esta túnica tiene golosinas mágicas tejidas! Pero te recomendamos que no te las comas. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2018.", "armorSpecialFall2018HealerText": "Ropajes de Carnívoro", - "armorSpecialFall2018HealerNotes": "Hechos con plantas, aunque no necesariamente son vegetarianos. Los Malos Hábitos tienen miedo de acercarse en un círculo de varios kilómetros. Aumenta la Constitución en <%= con %>. Edición Limitada de Equipamiento de Otoño 2018.", + "armorSpecialFall2018HealerNotes": "Hechos con plantas, aunque no necesariamente son vegetarianos. Los Malos Hábitos tienen miedo de acercarse en un círculo de varios kilómetros. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2018.", "armorSpecialWinter2019RogueText": "Armadura Flor de Navidad", - "armorSpecialWinter2019RogueNotes": "¡Con toda esa vegetación navideña por todas partes nadie va a notar un poco más de arbusto! Puedes moverte por cualquier reunión festiva con facilidad y discrección. Aumenta la Percepción en <%= per %>. Equipamiento Invernal Edición Limitada 2018-2019.", + "armorSpecialWinter2019RogueNotes": "¡Con toda esa vegetación navideña por todas partes nadie va a notar un poco más de arbusto! Puedes moverte por cualquier reunión festiva con facilidad y discrección. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de 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 Invernal 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 de invierno 2018-2019.", "armorSpecialWinter2019MageText": "Ropajes de Inspiración Ardiente", - "armorSpecialWinter2019MageNotes": "Esta vestimenta ignífuga te ayudará a protegerte de cualquiera de tus fogonazos que se volviera contra ti. Aumenta la Inteligencia en <%= int %>. Equipamiento Invernal Edición Limitada 2018-2019.", + "armorSpecialWinter2019MageNotes": "Esta vestimenta ignífuga te ayudará a protegerte de cualquiera de tus fogonazos que se volviera contra ti. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2018-2019.", "armorSpecialWinter2019HealerText": "Ropaje de Medianoche", - "armorSpecialWinter2019HealerNotes": "Sin oscuridad no exisitiría la luz. Estos ropajes oscuros ayudan a traer paz y descanso, promoviendo así la curación. Aumenta la Constitución en <%= con %>. Equipamiento Invernal Edición Limitada 2018-2019.", + "armorSpecialWinter2019HealerNotes": "Sin oscuridad no exisitiría la luz. Estos ropajes oscuros ayudan a traer paz y descanso, promoviendo así la curación. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de 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 del Caminante del Bosque", @@ -1768,12 +1768,12 @@ "eyewearMystery201902Notes": "Esta misteriosa máscara oculta tu identidad pero no tu sonrisa ganadora. No otorga ningún beneficio. Artículo de Suscriptor de febrero de 2019.", "weaponSpecialSpring2019RogueText": "Relámpago", "weaponSpecialSpring2019WarriorText": "Espada de Palo", - "weaponSpecialSpring2019RogueNotes": "Estas armas contienen el poder del cielo y de la lluvia. Recomendamos que no se utilicen durante inmersiones en agua. Aumentan la Fuerza en <%= str %>. Equipamiento Primaveral Edición Limitada 2019.", - "weaponSpecialSpring2019WarriorNotes": "Los malos hábitos se echan atrás ante esta hoja verdosa. Aumenta la fuerza en <%= str %>. Equipamiento Primaveral Edición Limitada 2019.", + "weaponSpecialSpring2019RogueNotes": "Estas armas contienen el poder del cielo y de la lluvia. Recomendamos que no se utilicen durante inmersiones en agua. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de primavera 2019.", + "weaponSpecialSpring2019WarriorNotes": "Los malos hábitos se echan atrás ante esta hoja verdosa. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de primavera 2019.", "weaponSpecialSpring2019MageText": "Vara de Ambar", - "weaponSpecialSpring2019HealerNotes": "Tu canción sobre las flores y la lluvia calmará los espíritus de todos los que la oigan. Mejora la inteligencia en <%= int %>. Lote de edición limitada de la primavera de 2019.", - "weaponSpecialSpring2019HealerText": "Canto primaveral", - "weaponSpecialSpring2019MageNotes": "¡Hay un mosquito atrapado en la piedra al final de esta vara! Puede (o puede que no) tenga ADN de dinosaurio. Mejora la inteligencia en <%= int %> y la percepción en <%= per %>. Lote de Edición Limitada de la primavera de 2019.", + "weaponSpecialSpring2019HealerNotes": "Tu canción sobre las flores y la lluvia calmará los espíritus de todos los que la oigan. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2019.", + "weaponSpecialSpring2019HealerText": "Canto Primaveral", + "weaponSpecialSpring2019MageNotes": "¡Hay un mosquito atrapado en la piedra al final de esta vara! Puede (o puede que no) tenga ADN de dinosaurio. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2019.", "weaponArmoireAstronomersTelescopeText": "Telescopio de Astrónomo", "weaponSpecialSummer2019HealerText": "Varita de Burbujas", "weaponSpecialSummer2019RogueText": "Ancla Anticuada", @@ -1782,19 +1782,19 @@ "weaponArmoireSlingshotText": "Honda", "weaponArmoireJugglingBallsNotes": "Los Habiticanos son maestros multi-tarea, ¡así que no deberían tener problemas manteniendo todas estas pelotas en el aire! Mejora la Inteligencia en <%= int %>. Armario Encantado: Artículo Independiente.", "weaponArmoireJugglingBallsText": "Pelotas de Malabares", - "weaponSpecialFall2019HealerNotes": "Esta filacteria puede llamar a los espíritus de las tareas asesinadas hace tiempo y usar su poder curativo. Mejora la Inteligencia en <%= int %>. Edición Limitada de otoño de 2019.", + "weaponSpecialFall2019HealerNotes": "Esta filacteria puede llamar a los espíritus de las tareas asesinadas hace tiempo y usar su poder curativo. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2019.", "weaponSpecialFall2019HealerText": "Filacteria Aterradora", - "weaponSpecialFall2019MageNotes": "Ya sea forjando truenos, levantando fortificaciones o simplemente infundiendo terror en los corazones de los mortales, este bastón presta el poder de gigantes para construir maravillas. Mejora la Inteligencia en <%= int %> y la Percepción en <%= per %>. Edición Limitada de otoño de 2019.", + "weaponSpecialFall2019MageNotes": "Ya sea forjando truenos, levantando fortificaciones o simplemente infundiendo terror en los corazones de los mortales, este bastón presta el poder de gigantes para construir maravillas. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de otoño 2019.", "weaponSpecialFall2019MageText": "Bastón Tuerto", - "weaponSpecialFall2019WarriorNotes": "¡Prepárate para desgarrar a tus rivales con las garras de un cuervo! Aumenta la Fuerza en <%= str %>. Edición Limitada de otoño de 2019.", + "weaponSpecialFall2019WarriorNotes": "¡Prepárate para desgarrar a tus rivales con las garras de un cuervo! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de otoño 2019.", "weaponSpecialFall2019WarriorText": "Tridente de Garra", - "weaponSpecialFall2019RogueNotes": "Donde sea que estés dirigiendo la orquesta o cantando un aria, ¡este útil dispositivo mantiene tus manos libres de gestos dramáticos! Aumenta la Fuerza en <%= str %>. Edición Limitada de otoño de 2019.", + "weaponSpecialFall2019RogueNotes": "Donde sea que estés dirigiendo la orquesta o cantando un aria, ¡este útil dispositivo mantiene tus manos libres de gestos dramáticos! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de verano 2019.", "weaponSpecialFall2019RogueText": "Atril de Música", - "weaponSpecialSummer2019HealerNotes": "Las burbujas de esta varita capturan energía curativa y magia oceánica antigua. Mejora la Inteligencia en <%= int %>. Edición Limitada de verano de 2019.", - "weaponSpecialSummer2019MageNotes": "Fruto de tu trabajo, elegida del estanque, este pequeño tesoro da poder e inspira. Mejora la Inteligencia en <%= int %>. Edición Limitada de verano de 2019.", + "weaponSpecialSummer2019HealerNotes": "Las burbujas de esta varita capturan energía curativa y magia oceánica antigua. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2019.", + "weaponSpecialSummer2019MageNotes": "Fruto de tu trabajo, elegida del estanque, este pequeño tesoro da poder e inspira. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2019.", "weaponSpecialSummer2019MageText": "Flor Radiante", - "weaponSpecialSummer2019WarriorNotes": "¡Ahora estás luchando con fractales! Aumenta la fuerza en <%= str %>. Edición Limitada de la primavera de 2019.", - "weaponSpecialSummer2019RogueNotes": "Esta antigua y formidable arma te ayudará a ganar cualquier batalla submarina. Aumenta la Fuerza en <%= str %>. Edición Limitada del verano de 2019.", + "weaponSpecialSummer2019WarriorNotes": "¡Ahora estás luchando con fractales! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de verano 2019.", + "weaponSpecialSummer2019RogueNotes": "Esta antigua y formidable arma te ayudará a ganar cualquier batalla submarina. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de verano 2019.", "weaponSpecialKS2019Notes": "Curvada como las garras y el pico de un grifo, este arma de asta ornamentada te recuerda tu poder aún cuando la tarea pendiente parece abrumadora. Aumenta la Fuerza en <%= str %>.", "weaponSpecialKS2019Text": "Guja del Grifo Mítico", "headMystery201910Notes": "¡Estas llamas revelan secretos arcanos ante tus ojos! No otorga ningún beneficio. Artículo de Suscriptor de octubre de 2019.", @@ -1820,7 +1820,7 @@ "weaponArmoireFloridFanNotes": "Te encariñan los pliegues de seda cuando no están en uso. Incrementa la Constitución en <%= con %>. Armario Encantado: Objeto Independiente.", "weaponArmoireFloridFanText": "Abanico Florido", "eyewearMystery201907Notes": "¡Luce asombroso mientras proteges tus ojos de los dañinos rayos UV! No confiere beneficios. Equipamiento de suscripción de julio del 2019.", - "weaponSpecialWinter2020WarriorNotes": "¡Atrás, ardillas! ¡No os llevaréis ni un poco de esto! ... Pero si todas vosotras queréis pasar el rato y tomar chocolate caliente, está guay. Aumenta la fuerza en <%= str %>. Edición limitada del invierno 2019-2020.", + "weaponSpecialWinter2020WarriorNotes": "¡Atrás, ardillas! ¡No os llevaréis ni un poco de esto! ... Pero si todas vosotras queréis pasar el rato y tomar chocolate caliente, está guay. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de invierno 2019-2020.", "weaponSpecialWinter2020RogueText": "Varilla de Linterna", "shieldSpecialPiDayText": "Escudo Pi", "headArmoireFrostedHelmText": "Casco Congelado", @@ -1852,19 +1852,19 @@ "weaponArmoireShadowMastersMaceText": "Maza del Maestro de las Sombras", "weaponArmoireResplendentRapierNotes": "Demuestra tu habilidad en el manejo de la espada con este arma bien afilada. Aumenta la Percepción por <%= per %>. Armario Encantado: Ítem Independiente.", "weaponArmoireResplendentRapierText": "Espada Resplandeciente", - "weaponSpecialWinter2020HealerNotes": "Sacúdelo y su aroma reunirá a tus amigos y ayudantes para que empiecen a cocinar y hornear. Aumenta la Inteligencia por <%= int %>. Edición Limitada Equipamiento de Invierno 2019-2020.", + "weaponSpecialWinter2020HealerNotes": "Sacúdelo y su aroma reunirá a tus amigos y ayudantes para que empiecen a cocinar y hornear. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2019-2020.", "weaponSpecialWinter2020HealerText": "Cetro de Clavo", - "weaponSpecialWinter2020MageNotes": "Con práctica, puedes proyecta tu aura mágica con la frecuencia que quieras: un mantra meditativo, una campanada festiva o una ALARMA DE TAREA SIN FINALIZAR. Aumenta la Inteligencia por <%= int %> y la Percepción por by <%= per %>. Edición Limitada Equipamiento de Invierno 2019-2020.", + "weaponSpecialWinter2020MageNotes": "Con práctica, puedes proyecta tu aura mágica con la frecuencia que quieras: un mantra meditativo, una campanada festiva o una ALARMA DE TAREA SIN FINALIZAR. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2019-2020.", "weaponSpecialWinter2020MageText": "Ondas de Sonido", "weaponSpecialWinter2020WarriorText": "Cono de Conífera Puntiagudo", - "weaponSpecialWinter2020RogueNotes": "La oscuridad es el elemento del Pícaro. ¿Quién mejor que él para iluminar la época más oscura del año? Aumenta la Fuerza por <%= str %>. Edición Limitada. Equipamiento de Invierno 2019-2020.", + "weaponSpecialWinter2020RogueNotes": "La oscuridad es el elemento del Pícaro. ¿Quién mejor que él para iluminar la época más oscura del año? Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de invierno 2019-2020.", "weaponArmoireAlchemistsDistillerNotes": "Purifica metales y otros elementos mágicos con este instrumento brillante de latón. Aumenta la Fuerza un <%= str %> y la Inteligencia un <%= int %>. Armario Encantado: Equipo de Alquimista (Artículo 3 de 4).", "weaponArmoireAlchemistsDistillerText": "Destilador de Alquimista", "weaponArmoireShadowMastersMaceNotes": "Las criaturas de la oscuridad obedecerán tus órdenes al agitar esta brillante maza. Aumenta la Percepción un <%= per %>. Armario Encantado: Colección del Maestro de las Sombras (Artículo 3 de 4).", "armorSpecialFall2019HealerText": "Bata de la Oscuridad", "armorSpecialFall2019RogueText": "Abrigo de Ópera con Capa", "armorSpecialSummer2019MageText": "Vestido Floral", - "armorSpecialSpring2019HealerNotes": "Tus plumas brillantes son prueba de que el frío y la oscuridad del invierno se han acabado. Incrementa la Constitución un <%= con %>. Equipamiento de Primavera 2019 Edición Limitada.", + "armorSpecialSpring2019HealerNotes": "Tus plumas brillantes son prueba de que el frío y la oscuridad del invierno se han acabado. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2019.", "armorSpecialSpring2019MageText": "Bata de Ámbar", "weaponArmoireHappyBannerText": "Cartel Feliz", "headSpecialKS2019Text": "Casco de Grifo Mítico", @@ -1910,114 +1910,114 @@ "weaponArmoireLivelyMatchText": "Una Cerilla Encendida", "weaponArmoirePaperCutterText": "Cortador de papel", "weaponArmoireBaseballBatText": "Bate de béisbol", - "weaponSpecialSpring2020HealerNotes": "Un iris es hermoso, pero las hojas son como espadas ... ¡no te dejes engañar por las flores, este bastón es duro como el acero! Aumenta la inteligencia en <%= int %>. Edición limitada 2020 Spring Gear.", - "weaponSpecialSpring2020MageText": "Gotas de lluvia", - "weaponSpecialSpring2020RogueText": "Cuchilla de lazurita", + "weaponSpecialSpring2020HealerNotes": "Un iris es hermoso, pero las hojas son como espadas ... ¡no te dejes engañar por las flores, este bastón es duro como el acero! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2020.", + "weaponSpecialSpring2020MageText": "Gotas de Lluvia", + "weaponSpecialSpring2020RogueText": "Cuchilla de Lazurita", "weaponArmoireLivelyMatchNotes": "¡Sujetando esto, seguro que inflamas el interés de alguien! Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto de Cerillero (Artículo 3 de 4).", - "weaponSpecialSpring2020WarriorText": "Ala afilada", - "weaponSpecialSpring2020RogueNotes": "¡Golpearás tan rápido que se verá aún más azul! Aumenta la fuerza en <%= str %>. Edición limitada 2020 Spring Gear.", - "armorSpecialSummer2019MageNotes": "Los lirios te conocerán como uno de los suyos, y no temerán tu enfoque. Aumenta la inteligencia en <%= int %>. Edición limitada 2019 Summer Gear.", - "armorSpecialSummer2019WarriorNotes": "Los guerreros son conocidos por sus robustas defensas. Las tortugas son conocidas por sus gruesas conchas. ¡Es una combinación perfecta! Solo ... trata de no caer hacia atrás, nunca. Aumenta la Constitución en <%= con %>. Edición limitada 2019 Summer Gear.", - "armorSpecialSummer2019RogueNotes": "Esta cola sinuosa es perfecta para hacer giros cerrados durante atrevidos escapes acuáticos. Aumenta la percepción en <%= per %>. Edición limitada 2019 Summer Gear.", - "armorSpecialSpring2019WarriorNotes": "La armadura de acero de pétalos reforzados protege tu corazón y también se ve muy elegante. Aumenta la Constitución en <%= con %>. Edición limitada 2019 Spring Gear.", - "armorSpecialBirthday2020Notes": "¡Feliz cumpleaños, Habitica! Use estas Túnicas Escandalosas de Fiesta para celebrar este maravilloso día. No confiere ningún beneficio.", + "weaponSpecialSpring2020WarriorText": "Ala Afilada", + "weaponSpecialSpring2020RogueNotes": "¡Golpearás tan rápido que se verá aún más azul! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de primavera 2020.", + "armorSpecialSummer2019MageNotes": "Los lirios te conocerán como uno de los suyos, y no temerán tu enfoque. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2019.", + "armorSpecialSummer2019WarriorNotes": "Los guerreros son conocidos por sus robustas defensas. Las tortugas son conocidas por sus gruesas conchas. ¡Es una combinación perfecta! Solo ... trata de no caer hacia atrás, nunca. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2019.", + "armorSpecialSummer2019RogueNotes": "Esta cola sinuosa es perfecta para hacer giros cerrados durante atrevidos escapes acuáticos. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de verano 2019.", + "armorSpecialSpring2019WarriorNotes": "La armadura de acero de pétalos reforzados protege tu corazón y también se ve muy elegante. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2019.", + "armorSpecialBirthday2020Notes": "¡Feliz cumpleaños, Habitica! Use estas Túnicas Escandalosas de Fiesta para celebrar este maravilloso día. No otorga ningún beneficio.", "armorSpecialKS2019Notes": "Brillando desde adentro como el noble corazón de un grifo, esta armadura resplandeciente te alienta a enorgullecerte de tus logros. Aumenta la Constitución en <%= con %>.", "weaponArmoireFiddlersBowNotes": "¡Puedes sacar música de cualquier cosa con esto! ... Sin embargo, un violín podría funcionar mejor. Aumenta la fuerza en <%= str %>. Armario encantado: conjunto de violinista (artículo 3 de 4).", "weaponArmoireFiddlersBowText": "Arco de violinista", "weaponArmoirePaperCutterNotes": "Esto puede no parecer temible, pero ¿nunca ha tenido un corte de papel? Aumenta la fuerza en <%= str %>. Armario encantado: conjunto de caballero de papel (artículo 1 de 3).", "weaponArmoireBaseballBatNotes": "¡Consigue un jonrón con esos buenos hábitos! Aumenta la Constitución en <%= con %>. Armario encantado: conjunto de béisbol (artículo 3 de 4).", - "weaponSpecialSpring2020HealerText": "Bastón de lirio de espada", - "weaponSpecialSpring2020MageNotes": "¡Siguen cayendo sobre tu cabeza! Pero nunca los detendrás quejándote. Aumenta la inteligencia en <%= int %> y la percepción en <%= per %>. Edición limitada 2020 Spring Gear.", - "weaponSpecialSpring2020WarriorNotes": "¡Lucha o huye, esta ala te servirá bien! Aumenta la fuerza en <%= str %>. Equipamiento de Edición limitada primavera 2020.", + "weaponSpecialSpring2020HealerText": "Bastón de Lirio-Espada", + "weaponSpecialSpring2020MageNotes": "¡Siguen cayendo sobre tu cabeza! Pero nunca los detendrás quejándote. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2020.", + "weaponSpecialSpring2020WarriorNotes": "¡Lucha o huye, esta ala te servirá bien! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de primavera 2020.", "weaponSpecialSummer2020WarriorText": "Anzuelo", - "weaponSpecialSummer2020RogueText": "Espada de colmillo", - "weaponSpecialFall2020MageNotes": "Si algo escapa a tu visión de mago, los brillantes cristales que coronan este bastón iluminarán aquello que pasaste por alto. Aumenta la Inteligencia en <%= int %>. Edición limitada de Equipamiento Otoño 2020.", + "weaponSpecialSummer2020RogueText": "Espada de Colmillo", + "weaponSpecialFall2020MageNotes": "Si algo escapa a tu visión de mago, los brillantes cristales que coronan este bastón iluminarán aquello que pasaste por alto. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2020.", "weaponArmoireGuardiansCrookNotes": "Este cayado de pastor podría serte útil la próxima vez que te lleves a tus Mascotas de paseo por el campo... Aumenta la Fuerza en <%= str%>. Armario Encantado: Colección de guardián del ganado (Artículo 2 de 3).", "weaponArmoireGuardiansCrookText": "Cayado de guardián", "weaponArmoireBeachFlagNotes": "¡Reune a las tropas en torno a tu castillo de arena y avisa a todos de dónde ir a por ayuda! Aumenta la Percepción en <%= per %>. Armario Encantado: Colección de Salvavidas (Artículo 1 de 3).", "weaponArmoireHandyHookText": "Garfio manejable", "weaponArmoireHandyHookNotes": "¿Quién necesita pulgares oponibles? Este garfio es lo bastante \"manojable\" para cualquiera. Aumenta la Fuerza en <%= str%>. Armario Encantado: Colección de pirata (Artículo 1 de 3).", "weaponArmoireBeachFlagText": "Bandera de playa", - "weaponSpecialFall2020HealerNotes": "Ahora que tu transformación es completa, este vestigio de tu vida como pupa sirve como vara adivinatoria con la que mides destinos. Aumenta la Inteligencia en <%= int %>. Edición limitada de Equipamiento Otoño 2020.", - "weaponSpecialFall2020HealerText": "Vara de capullo", - "weaponSpecialFall2020MageText": "Tres visiones", - "weaponSpecialFall2020RogueNotes": "¡Atraviesa a tu oponente con un golpe punzante! Incluso la armadura más gruesa cederá ante tu filo. Aumenta la fuerza en <%= str %>. Edición limitada de Equipamiento Otoño 2020.", - "weaponSpecialFall2020WarriorNotes": "¡Esta espada fue al más allá con un Guerrero poderoso, y regresa para que la empuñes! Aumenta la fuerza en <%= str %>. Edición limitada de Equipamiento Otoño 2020.", - "weaponSpecialFall2020WarriorText": "Espada de espectro", - "weaponSpecialFall2020RogueText": "Katar afilado", - "weaponSpecialSummer2020HealerNotes": "Como las corrientes desgastan los salientes puntiagudos, así suavizará tu magia el dolor de tus amigos. Aumenta la Inteligencia en <%= int %>. Edición limitada de Equipamiento Verano 2020.", - "weaponSpecialSummer2020HealerText": "Vara de vidrio esmerilado", - "weaponSpecialSummer2020MageNotes": "Navega a traves de los mares más traicioneros y las batallas más turbulentas. Aumenta la Inteligencia en by <%= int %> y la percepción en by <%= int %>. Edición limitada de Equipamiento Verano 2020.", - "weaponSpecialSummer2020MageText": "Remo poderoso", - "weaponSpecialSummer2020WarriorNotes": "Si tus enemigos se mofan de tu elección de armamento, no piques. ¡Este anzuelo es atrautentico! Aumenta la fuerza un <%= str %>. Edición limitada de Equipamiento Verano 2020.", - "weaponSpecialSummer2020RogueNotes": "¡Tus enemigos no te ven venir, pero tus garras son ineludibles! Aumenta la Fuerza un <%= str %>. Edición limitada de Equipamiento Verano 2020.", + "weaponSpecialFall2020HealerNotes": "Ahora que tu transformación es completa, este vestigio de tu vida como pupa sirve como vara adivinatoria con la que mides destinos. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2020.", + "weaponSpecialFall2020HealerText": "Vara de Capullo", + "weaponSpecialFall2020MageText": "Tres Visiones", + "weaponSpecialFall2020RogueNotes": "¡Atraviesa a tu oponente con un golpe punzante! Incluso la armadura más gruesa cederá ante tu filo. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de otoño 2020.", + "weaponSpecialFall2020WarriorNotes": "¡Esta espada fue al más allá con un Guerrero poderoso, y regresa para que la empuñes! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de otoño 2020.", + "weaponSpecialFall2020WarriorText": "Espada de Espectro", + "weaponSpecialFall2020RogueText": "Katar Afilado", + "weaponSpecialSummer2020HealerNotes": "Como las corrientes desgastan los salientes puntiagudos, así suavizará tu magia el dolor de tus amigos. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2020.", + "weaponSpecialSummer2020HealerText": "Vara de Vidrio Esmerilado", + "weaponSpecialSummer2020MageNotes": "Navega a traves de los mares más traicioneros y las batallas más turbulentas. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= int %>. Equipamiento de edición limitada de verano 2020.", + "weaponSpecialSummer2020MageText": "Remo Poderoso", + "weaponSpecialSummer2020WarriorNotes": "Si tus enemigos se mofan de tu elección de armamento, no piques. ¡Este anzuelo es atrautentico! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de verano 2020.", + "weaponSpecialSummer2020RogueNotes": "¡Tus enemigos no te ven venir, pero tus garras son ineludibles! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de verano 2020.", "backSpecialNamingDay2020Text": "Cola de Grifo púrpura real", - "armorSpecialSpring2019MageNotes": "Este atuendo acumula poder de la resina mágica embebida en las fibras de corteza antigua que componen el tejido. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Primavera 2019.", - "armorSpecialSummer2019HealerNotes": "Deslízate impecablemente por cálidas aguas costeras con esta elegante cola. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Verano 2019.", - "armorSpecialFall2019RogueNotes": "Este atuendo viene completo con guantes blancos, y es ideal para pavonearte en tu palco privado sobre el escenario o hacer entradas impactantes bajando por grandes escalinatas. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada Otoño 2019.", + "armorSpecialSpring2019MageNotes": "Este atuendo acumula poder de la resina mágica embebida en las fibras de corteza antigua que componen el tejido. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2019.", + "armorSpecialSummer2019HealerNotes": "Deslízate impecablemente por cálidas aguas costeras con esta elegante cola. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2019.", + "armorSpecialFall2019RogueNotes": "Este atuendo viene completo con guantes blancos, y es ideal para pavonearte en tu palco privado sobre el escenario o hacer entradas impactantes bajando por grandes escalinatas. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de otoño 2019.", "weaponArmoireClubOfClubsNotes": "Este estiloso garrote no revelará tu mano demasiado pronto con respecto a tus intenciones para con esas viejas tareas escurridizas. Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto de sota de tréboles (artículo 2 de 3).", "weaponArmoireClubOfClubsText": "Garrote de... Tréboles", "weaponArmoireEnchantersStaffNotes": "Las piedras verdes de este bastón están colmadas del poder del cambio que fluye con fuerza en el viento del otoño. Incrementa la Percepción en <%= per %>. Armario Encantado: Conjunto de Hechicero Otoñal (Artículo 3 de 4).", "weaponArmoireEnchantersStaffText": "Bastón de Hechicero", - "armorSpecialSpring2019RogueNotes": "Una pelusa muy dura. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada Primavera 2019.", - "armorSpecialFall2019WarriorNotes": "Estos atuendos otorgan el poder de volar, permitiendote elevarte sobre cualquier batalla. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Otoño 2019.", - "armorSpecialWinter2020WarriorNotes": "Oh poderoso pino, Oh imponente abeto, presta tu fuerza. ¡O más bién tu Constitución! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Invierno 2019-2020.", - "armorSpecialWinter2020RogueNotes": "Aunque es indudable que puedes capear tormentas con el calor de tu empuje y tu devoción, no hace daño abrigarse. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada Invierno 2019-2020.", - "armorSpecialFall2019HealerNotes": "Se dice que estos atuendos están compuestos de noche pura. ¡Utiliza sabiamente el poder oscuro! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Otoño 2019.", - "armorSpecialFall2019MageNotes": "Su homónimo sufrió un terrible destino. ¡Pero a ti no te engañarán tan fácilmente! Envuelvete en este manto legendario y nadie te superará. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Otoño 2019.", - "armorSpecialFall2020RogueNotes": "Adquiere la fuerza de la roca con esta armadura, que repele los ataques más feroces con total garantía. Aumenta la Percepción en un <%= per %>. Equipamiento de edición limitada Otoño 2020.", - "armorSpecialSummer2020HealerNotes": "Eres tan paciente como el océano, tan fuerte como las corrientes, tan confiable como la marea. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Verano 2020.", - "armorSpecialSummer2020WarriorNotes": "¡Serás el pez brillante en un arroyo aburrido, con estas deslumbrantes escamas! Incrementa la Constitución en <%= con %>. Equipamiento de Edición Limitada Verano 2020.", + "armorSpecialSpring2019RogueNotes": "Una pelusa muy dura. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2019.", + "armorSpecialFall2019WarriorNotes": "Estos atuendos otorgan el poder de volar, permitiendote elevarte sobre cualquier batalla. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2019.", + "armorSpecialWinter2020WarriorNotes": "Oh poderoso pino, Oh imponente abeto, presta tu fuerza. ¡O más bién tu Constitución! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2019-2020.", + "armorSpecialWinter2020RogueNotes": "Aunque es indudable que puedes capear tormentas con el calor de tu empuje y tu devoción, no hace daño abrigarse. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2019-2020.", + "armorSpecialFall2019HealerNotes": "Se dice que estos atuendos están compuestos de noche pura. ¡Utiliza sabiamente el poder oscuro! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2019.", + "armorSpecialFall2019MageNotes": "Su homónimo sufrió un terrible destino. ¡Pero a ti no te engañarán tan fácilmente! Envuelvete en este manto legendario y nadie te superará. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2019.", + "armorSpecialFall2020RogueNotes": "Adquiere la fuerza de la roca con esta armadura, que repele los ataques más feroces con total garantía. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de otoño 2020.", + "armorSpecialSummer2020HealerNotes": "Eres tan paciente como el océano, tan fuerte como las corrientes, tan confiable como la marea. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2020.", + "armorSpecialSummer2020WarriorNotes": "¡Serás el pez brillante en un arroyo aburrido, con estas deslumbrantes escamas! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2020.", "armorSpecialSpring2020HealerText": "Pétalos Protectores", - "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.", + "armorSpecialSpring2020RogueNotes": "¡El color del ocaso, una multitud de piedras preciosas, desde lo profundo del océano! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2020.", "armorSpecialSummer2020RogueText": "Disfraz de Cocodrilo", "armorSpecialSpring2020RogueText": "Armadura Ultramarina", "armorSpecialSpring2020WarriorText": "Armadura de Exoesqueleto", - "armorSpecialSpring2020WarriorNotes": "Este caparazón rígido puede mantenerte a salvo incluso de los ataques más devastadores. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Primavera 2020.", - "armorSpecialWinter2020HealerNotes": "¡Un vestido opulento para aquellos con entusiasmo festivo! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Invierno 2019-2020 .", - "armorSpecialWinter2020MageNotes": "Reciba el año nuevo cálido, cómodo y protegido contra vibraciones excesivas. Aumenta la inteligencia en <%= int %>. Equipamiento de edición limitada Invierno 2019-2020.", + "armorSpecialSpring2020WarriorNotes": "Este caparazón rígido puede mantenerte a salvo incluso de los ataques más devastadores. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2020.", + "armorSpecialWinter2020HealerNotes": "¡Un vestido opulento para aquellos con entusiasmo festivo! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2019-2020.", + "armorSpecialWinter2020MageNotes": "Reciba el año nuevo cálido, cómodo y protegido contra vibraciones excesivas. Aumenta la inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2019-2020.", "weaponArmoireEveningTeaNotes": "Esta panacea ayudará a que te relajes así esas grandes tareas no parecerán tan amenazantes.Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de bata (artículo 3 de 3).", "weaponArmoireEveningTeaText": "Taza de Té", "armorSpecialSpring2020MageText": "Vestido de Charcoremolino", - "weaponSpecialWinter2021HealerNotes": "¡Desenvuélvete en tus batallas con una avalancha de florituras! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Invierno 2020-2021.", - "weaponSpecialWinter2021HealerText": "Vara copo de nieve", - "weaponSpecialWinter2021MageNotes": "Esta poderosa arma es definitivamente más que una fase. Canaliza tu energía, concentrate en el flujo de un mes y estudia el tiempo y el espacio. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Invierno 2020-2021.", - "weaponSpecialWinter2021MageText": "Sincronizador lunar mágico", - "weaponSpecialWinter2021RogueNotes": "Pudiendo usarse como disfraz y como arma, este mangual de acebo te ayudará a manejar las tareas más dificiles. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada Invierno 2020-2021.", - "weaponSpecialWinter2021WarriorNotes": "¡Puedes hacerte con el pez gordo usando esto! Aumenta la Fuerza en <%= str %>.Equipamiento de edición limitada Invierno 2020-2021.", - "weaponSpecialWinter2021WarriorText": "Caña de pescar poderosa", - "weaponSpecialWinter2021RogueText": "Mangual de baya de acebo", - "armorSpecialFall2020MageText": "Elevado por la iluminación", - "armorSpecialFall2020WarriorNotes": "Antaño esta túnica protegió a un poderoso guerrero contra todo daño. Se dice que el espiritu del guerrero aún permanece en el tejido para proteger a un digno sucesor. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Otoño 2020.", - "armorSpecialFall2020WarriorText": "Túnica de espectro", - "armorSpecialFall2020RogueText": "Armadura escultural", - "armorSpecialSummer2020HealerText": "Insignia real del oleaje violento", - "armorSpecialSummer2020MageNotes": "Usa el poder de las profundidades marinas con esta remo-aravillosa armadura. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Verano 2020.", - "armorSpecialSummer2020MageText": "Armadura de pez remo", - "armorSpecialSummer2020WarriorText": "Cola de trucha arcoíris", - "armorSpecialSummer2020RogueNotes": "Un cocodrilo es el Pícaro perfecto, esperando el momento perfecto para golpear. Toma prestadas sus habilidades - y su explosiva velocidad. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada Verano 2020.", - "armorSpecialSpring2020HealerNotes": "Envuelvete en suaves hojas irisadas y pétalos para engañar a tus enemigos y hacer que subestimen tus poderes de curación. Aumenta la Constitución en <%= con %>.Equipamiento de edición limitada Primavera 2020.", - "armorSpecialSpring2020MageNotes": "¡Si no puedes resistirte a pisotear los charcos que dejan tras de sí las tormentas, esta armadura es para ti! Convierte ese impulso infantil en una muestra de arte místico. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Primavera 2020.", + "weaponSpecialWinter2021HealerNotes": "¡Desenvuélvete en tus batallas con una avalancha de florituras! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2020-2021.", + "weaponSpecialWinter2021HealerText": "Vara Copo de Nieve", + "weaponSpecialWinter2021MageNotes": "Esta poderosa arma es definitivamente más que una fase. Canaliza tu energía, concentrate en el flujo de un mes y estudia el tiempo y el espacio. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2020-2021.", + "weaponSpecialWinter2021MageText": "Sincronizador Lunar Mágico", + "weaponSpecialWinter2021RogueNotes": "Pudiendo usarse como disfraz y como arma, este mangual de acebo te ayudará a manejar las tareas más dificiles. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de invierno 2020-2021.", + "weaponSpecialWinter2021WarriorNotes": "¡Puedes hacerte con el pez gordo usando esto! Aumenta la Fuerza en <%= str %>.Equipamiento de edición limitada de invierno 2020-2021.", + "weaponSpecialWinter2021WarriorText": "Caña de Pescar Poderosa", + "weaponSpecialWinter2021RogueText": "Mangual de Baya de Acebo", + "armorSpecialFall2020MageText": "Elevado por la Iluminación", + "armorSpecialFall2020WarriorNotes": "Antaño esta túnica protegió a un poderoso guerrero contra todo daño. Se dice que el espiritu del guerrero aún permanece en el tejido para proteger a un digno sucesor. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2020.", + "armorSpecialFall2020WarriorText": "Túnica de Espectro", + "armorSpecialFall2020RogueText": "Armadura Escultural", + "armorSpecialSummer2020HealerText": "Insignia Real del Oleaje Violento", + "armorSpecialSummer2020MageNotes": "Usa el poder de las profundidades marinas con esta remo-aravillosa armadura. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2020.", + "armorSpecialSummer2020MageText": "Armadura de Pez Remo", + "armorSpecialSummer2020WarriorText": "Cola de Trucha Arcoíris", + "armorSpecialSummer2020RogueNotes": "Un cocodrilo es el Pícaro perfecto, esperando el momento perfecto para golpear. Toma prestadas sus habilidades - y su explosiva velocidad. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de verano 2020.", + "armorSpecialSpring2020HealerNotes": "Envuelvete en suaves hojas irisadas y pétalos para engañar a tus enemigos y hacer que subestimen tus poderes de curación. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2020.", + "armorSpecialSpring2020MageNotes": "¡Si no puedes resistirte a pisotear los charcos que dejan tras de sí las tormentas, esta armadura es para ti! Convierte ese impulso infantil en una muestra de arte místico. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2020.", "armorMystery201909Notes": "Tu duro exterior es protector, pero no es mala idea vigilar por si aparecen ardillas... No otorga ningún beneficio. Artículo de suscriptor de Septiembre 2019.", "armorMystery201908Notes": "¡Éstas piernas están hechas para bailar! Y eso es précisamente lo que van a hacer. No otorga ningún beneficio. Artículo de suscriptor de Agosto 2019.", "armorMystery201907Notes": "No te calientes y deja a todos helados con tu estilo incluso en el día más caluroso de verano. No otorga ningún beneficio. Artículo de suscriptor de Julio 2019.", "armorMystery201906Notes": "Te ahorraremos un juego de palabras sobre \"hacerte el koi-bido\". Oh, espera, ups. Artículo de suscriptor de Junio 2019.", "armorMystery201904Notes": "Esta brillante prenta tiene ópalos cosidos en el panel frontal para otorgarte poderes arcanos y una apariencia fantástica. No otorga ningún beneficio. Artículo de suscriptor de Abril de 2019.", - "armorSpecialWinter2021HealerNotes": "Desafía los vientos gélidos con la mejor protección disponible al Norte del círculo. Aumenta la Constitución en <%= con %>.Equipamiento de edición limitada Invierno 2020-2021.", + "armorSpecialWinter2021HealerNotes": "Desafía los vientos gélidos con la mejor protección disponible al Norte del círculo. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2020-2021.", "armorSpecialWinter2021HealerText": "Parka Ártica", - "armorSpecialWinter2021MageText": "Atuendos de corriente de luz lunar", - "armorSpecialWinter2021MageNotes": "Estos cálidos atuendos invernales te mantendrán cómodo durante la época fría del año. Una capa exterior de un élegante tejido suelto refleja la plateada luz de la Luna y te permite ir con la corriente ¿Sabes? Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Invierno 2020-2021.", - "armorSpecialWinter2021WarriorNotes": "Si vas a salir con este tiempo, mejor envuélvete con algo cálido. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Invierno 2020-2021.", - "armorSpecialWinter2021WarriorText": "Chaqueta aislante", - "armorSpecialWinter2021RogueNotes": "¡Fúndete con las sombras del bosque perenne! Aumenta la Percepción en <%= per %> Equipamiento de edición limitada Invierno 2020-2021.", - "armorSpecialWinter2021RogueText": "Ropajes hiedraverde", - "armorSpecialFall2020HealerNotes": "Tu esplendor se despliega por la noche, y aquellos que presencian tu vuelo se preguntan el significado de este augurio. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Otoño 2020.", + "armorSpecialWinter2021MageText": "Atuendos de Corriente de Luz Lunar", + "armorSpecialWinter2021MageNotes": "Estos cálidos atuendos invernales te mantendrán cómodo durante la época fría del año. Una capa exterior de un élegante tejido suelto refleja la plateada luz de la Luna y te permite ir con la corriente ¿Sabes? Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2020-2021.", + "armorSpecialWinter2021WarriorNotes": "Si vas a salir con este tiempo, mejor envuélvete con algo cálido. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2020-2021.", + "armorSpecialWinter2021WarriorText": "Chaqueta Aislante", + "armorSpecialWinter2021RogueNotes": "¡Fúndete con las sombras del bosque perenne! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2020-2021.", + "armorSpecialWinter2021RogueText": "Ropajes Hiedraverde", + "armorSpecialFall2020HealerNotes": "Tu esplendor se despliega por la noche, y aquellos que presencian tu vuelo se preguntan el significado de este augurio. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2020.", "armorSpecialFall2020HealerText": "Alas de polilla esfinge", - "armorSpecialFall2020MageNotes": "Estos atuendos de anchas alas dan la impresión de poder planear o volar, simbolizando la clarividencia otorgada por un vasto conocimiento. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Otoño 2020.", + "armorSpecialFall2020MageNotes": "Estos atuendos de anchas alas dan la impresión de poder planear o volar, simbolizando la clarividencia otorgada por un vasto conocimiento. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2020.", "weaponArmoireBlueMoonSaiNotes": "Este sai es un arma tradicional, imbuída con los poderes del lado oscuro de la luna. Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto de Pícaro de la luna azul (artículo 1 de 4).", "weaponArmoireBlueMoonSaiText": "Sai lunar oscuro", "headSpecialNye2020Notes": "¡Has recibido un gorro de fiesta extravagante! ¡Pórtalo con orgullo para acompañar las campanadas de año nuevo! No otorga ningún beneficio.", - "headSpecialNye2020Text": "Gorro de fiesta extravagante", + "headSpecialNye2020Text": "Gorro de Fiesta Extravagante", "armorArmoireBoxArmorText": "Armadura de Caja", "armorArmoireBaseballUniformNotes": "Las prendas rayadas nunca pasan de moda. Aumenta la Constitución y la Fuerza en <%= attrs %>. Armario Encantado: Conjunto de béisbol (artículo 2 de 4).", "armorArmoireBaseballUniformText": "Uniforme de béisbol", @@ -2094,17 +2094,17 @@ "shieldSpecialWinter2021WarriorText": "Pez Gordo", "shieldArmoirePolishedPocketwatchText": "Reloj de bolsillo pulido", "shieldSpecialFall2020WarriorText": "Escudo del espíritu", - "weaponSpecialSpring2021RogueNotes": "¿Sabes que es mejor que dos flores? ¡CUATRO flores! Aumenta tu Fuerza en <%= str %>. Edición limitada 2021 armadura de primavera.", - "weaponSpecialSpring2021RogueText": "Flores Gemelas floreciendo", - "weaponSpecialSpring2021WarriorNotes": "Aprovecha el poder del sol hacia tus enemigos, ¡Y que la piedra solar te de suerte! Incremena Fuerza Por <%= str %>. Edicion Limitada 2021 Armadura De Primavera.", + "weaponSpecialSpring2021RogueNotes": "¿Sabes que es mejor que dos flores? ¡CUATRO flores! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de primavera 2021.", + "weaponSpecialSpring2021RogueText": "Brote de Flores Gemelas", + "weaponSpecialSpring2021WarriorNotes": "Aprovecha el poder del sol hacia tus enemigos, ¡Y que la piedra solar te de suerte! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de primavera 2021.", "armorArmoireJadeArmorText": "Armadura de Jade", "armorSpecialSpring2021WarriorText": "Armadura del Sol", "weaponSpecialSpring2021HealerText": "Rama de Sauce", "weaponMystery202104Notes": "¡Es mejor que tus enemigos miren hacia fuera, tienes defensas poderosas y espinosas! No confiere ningún beneficio. Artículo del suscriptor de abril de 2021.", "weaponMystery202104Text": "Personal de Cardo Espinoso", - "weaponSpecialSpring2021HealerNotes": "La corteza y las hojas de este corte fresco son conocidas por su capacidad para aliviar el dolor. ¡O puedes plantarlo y verlo crecer! Aumenta la inteligencia en <%= int %>. Equipo de primavera de edición limitada 2021.", - "weaponSpecialSpring2021MageNotes": "¡Lanza, golpea, pisa, descansa! Swish esta magnífica pluma a tiempo para conducir la música de su magia. Aumenta la inteligencia en un <%= int %> y percepción por <%= per %>. Equipo de primavera de edición limitada 2021.", - "weaponSpecialSpring2021MageText": "Pluma de cisne", + "weaponSpecialSpring2021HealerNotes": "La corteza y las hojas de este corte fresco son conocidas por su capacidad para aliviar el dolor. ¡O puedes plantarlo y verlo crecer! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2021.", + "weaponSpecialSpring2021MageNotes": "¡Lanza, golpea, pisa, descansa! Swish esta magnífica pluma a tiempo para conducir la música de su magia. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2021.", + "weaponSpecialSpring2021MageText": "Pluma de Cisne", "weaponSpecialSpring2021WarriorText": "Martillo del Sol", "shieldArmoirePerfectMatchNotes": "Nota Incendiaria: Creemos que te ves genial. Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto de Cerillero (Artículo 4 de 4).", "shieldArmoirePerfectMatchText": "La Cerilla Perfecta", @@ -2115,24 +2115,24 @@ "weaponArmoireMedievalWashboardNotes": "¡Rasca que te rasca! Es hora de esforzarse y dejar la ropa limpia. Aumenta la Fuerza en <%= str %>. Armario Encantado: Colección de Lavanderas Medievales (Artículo 5 de 6).", "weaponArmoireMedievalWashboardText": "Tabla de lavar", "headSpecialWinter2020MageNotes": "¡Oh, cómo las campanas!/ Dulces campanas doradas / Parecen decir al unísono / “Lanza una ‘Estallido de llamas’” Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada Invierno 2019-2020.", - "weaponSpecialSummer2021WarriorText": "Cuchilla acuática", + "weaponSpecialSummer2021WarriorText": "Cuchilla Acuática", "weaponSpecialSummer2021MageText": "Caña Nautiloide", "weaponArmoireBuoyantBubblesText": "Burbujas flotantes", - "weaponSpecialSummer2021WarriorNotes": "Puede que esta cuchilla parezca fluir inocente como el agua de un riachuelo, pero es capaz de cortar de raíz tus tareas más difíciles! Aumenta la fuerza en <%= str %>. Edición limitada de equipamiento de verano 2021.", - "weaponSpecialSummer2021RogueText": "Tentáculos de anémona", - "weaponSpecialSummer2021HealerText": "Bastón de maíz", - "weaponSpecialSummer2021HealerNotes": "No es por ser creídos, pero este bastón es un auténtico salvavidas. Aumenta la inteligencia en <%= int %>. Equipamiento de edición limitada de verano de 2021.", + "weaponSpecialSummer2021WarriorNotes": "Puede que esta cuchilla parezca fluir inocente como el agua de un riachuelo, pero es capaz de cortar de raíz tus tareas más difíciles! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de verano 2021.", + "weaponSpecialSummer2021RogueText": "Tentáculos de Anémona", + "weaponSpecialSummer2021HealerText": "Bastón de Maíz", + "weaponSpecialSummer2021HealerNotes": "No es por ser creídos, pero este bastón es un auténtico salvavidas. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2021.", "weaponArmoireBuoyantBubblesNotes": "Estas burbujas permanecen flotando para siempre, de alguna forma... Aumenta la percepción en <%= per %>. Armario Encantado: Conjunto de burbujas de baño (Objeto 3 de 4).", - "weaponSpecialFall2021WarriorText": "Hacha de jinete", - "weaponSpecialFall2021WarriorNotes": "Este estilizado hacha de hoja simple es ideal para reventar... ¡calabazas! Aumenta la fuerza en <%= str %>. Equipamiento de edición limitada de otoño 2021.", - "weaponSpecialFall2021HealerText": "Varita de invocación", - "weaponSpecialSummer2021RogueNotes": "¡Cualquier depredador que se atreva a acercarse, sufrirá el aguijón de tus protectores compañeros! Aumenta la fuerza en <%= str %>. Edición limitada de equipamiento de verano 2021.", - "weaponSpecialSummer2021MageNotes": "Bien tengas la ambición de navegar a veinte mil leguas de profundidad, o únicamente pretendas remojarte grácilmente en aguas poco profundas, ¡este brillante implemento te será de gran ayuda! Aumenta la inteligencia en <%= int %> y la percepción en <%= per %>. Equipamiento de edición limitada de verano 2021.", - "weaponSpecialFall2021RogueNotes": "¿En qué narices te has metido? Cuando la gente dice que los pícaros tienen dedos pegajosos, ¡no era esto a lo que se referían! Aumenta la fuerza en <%= str %>. Equipamiento de edición limitada de otoño 2021.", - "weaponSpecialFall2021RogueText": "Moquillo pegajoso", + "weaponSpecialFall2021WarriorText": "Hacha de Jinete", + "weaponSpecialFall2021WarriorNotes": "Este estilizado hacha de hoja simple es ideal para reventar... ¡calabazas! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de otoño 2021.", + "weaponSpecialFall2021HealerText": "Varita de Invocación", + "weaponSpecialSummer2021RogueNotes": "¡Cualquier depredador que se atreva a acercarse, sufrirá el aguijón de tus protectores compañeros! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de verano 2021.", + "weaponSpecialSummer2021MageNotes": "Bien tengas la ambición de navegar a veinte mil leguas de profundidad, o únicamente pretendas remojarte grácilmente en aguas poco profundas, ¡este brillante implemento te será de gran ayuda! Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de verano 2021.", + "weaponSpecialFall2021RogueNotes": "¿En qué narices te has metido? Cuando la gente dice que los pícaros tienen dedos pegajosos, ¡no era esto a lo que se referían! Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de otoño 2021.", + "weaponSpecialFall2021RogueText": "Moquillo Pegajoso", "weaponSpecialFall2021MageText": "Bastón de Puropensar", - "weaponSpecialFall2021MageNotes": "El conocimiento busca conocimiento. Hecho con memorias y deseos, este temible bastón desea obtener muchos más. Aumenta la inteligencia en <%= int %> y la percepción en <%= per %>. Equipamiento de edición limitada de otoño 2021.", - "weaponSpecialFall2021HealerNotes": "Usa esta varita para invocar llamas sanadoras y una fantasmal criatura a tu servicio. Aumenta la inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2021.", + "weaponSpecialFall2021MageNotes": "El conocimiento busca conocimiento. Hecho con memorias y deseos, este temible bastón desea obtener muchos más. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de otoño 2021.", + "weaponSpecialFall2021HealerNotes": "Usa esta varita para invocar llamas sanadoras y una fantasmal criatura a tu servicio. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2021.", "weaponArmoireHeraldsBuisineText": "Bocina de Heraldo", "weaponArmoireHeraldsBuisineNotes": "Cualquier anuncio sonará mucho mejor seguido de la fanfarria de esta trompeta. Aumenta la fuerza en <%= str %>. Armario Encantado: Conjunto de Heraldo (artículo 3 de 4).", "armorMystery202104Notes": "Suave por dentro, puntiaguda por fuera ¡y con estilo la mires por donde la mires! No aporta ningún beneficio. Artículo de suscriptor de abril 2021.", @@ -2142,41 +2142,41 @@ "armorArmoireBagpipersKiltNotes": "Una buena falta resistente te quedará estupendamente. Aumenta la constitución en <%= con %>. Armario Encantado: Conjunto de gaitero (Artículo2 de 3).", "armorArmoireMedievalLaundryDressText": "Vestido de lavandería", "armorArmoireHeraldsTunicNotes": "Prepárate para difundir buenas noticias por todo lo alto y ancho del mundo con el este colorido conjunto real. Aumenta la constitución en <%= con %>. Armario Encantado: Conjunto de heraldo (artículo 3 de 4).", - "armorSpecialSummer2021RogueText": "Aletas de pez payaso", - "armorSpecialSummer2021HealerText": "Plumaje de loro", + "armorSpecialSummer2021RogueText": "Aletas de Pez Payaso", + "armorSpecialSummer2021HealerText": "Plumaje de Loro", "armorArmoireMedievalLaundryOutfitText": "Conjunto lavandero", - "armorSpecialSummer2021WarriorNotes": "Elegante y veloz, este disfraz de pez volador te ayudará a nadar en las aguas más turbulentas. Aumenta la constitución en <%= con %>. Equipamiento de edición limitada de verano 2021.", + "armorSpecialSummer2021WarriorNotes": "Elegante y veloz, este disfraz de pez volador te ayudará a nadar en las aguas más turbulentas. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2021.", "armorMystery202103Notes": "Estas túnicas suaves y ventosas son perfectas para una fiesta de té bajo los vistosos árboles primaverales. No confiere ningún tipo de beneficio. Artículo de suscriptor de marzo 2021.", "armorArmoireSoftPinkSuitNotes": "El rosa es un color relajante. ¡Ponte este conjunto de ropa de dormir para disfrutar de un poco de paz en tu rutina diaria! Aumenta la percepción en un <%= per %>. Armario encantado: conjunto de ropa interior rosa (artículo 2 de 3).", - "armorSpecialSummer2021HealerNotes": "Tus enemigos pueden sospechar que eres un peso pluma, pero esta armadura te mantendrá a salvo mientras ayudas a tu grupo. Aumenta la constitución en <%= con %>. Equipo de edición limitada de verano 2021.", + "armorSpecialSummer2021HealerNotes": "Tus enemigos pueden sospechar que eres un peso pluma, pero esta armadura te mantendrá a salvo mientras ayudas a tu grupo. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de verano 2021.", "armorArmoireClownsMotleyNotes": "Estas prendas se ajustan maravillosamente, pero llenar estos zapatos no es tarea fácil. Aumenta la fuerza en <%= str %>. Armario Encantado: Conjunto de payaso (artículo 1 de 5).", "armorArmoireSoftPinkSuitText": "Traje rosa claro", - "armorSpecialSpring2021MageText": "Esplendor de cisne blanco", + "armorSpecialSpring2021MageText": "Esplendor del Cisne Blanco", "armorArmoireBathtubText": "Bañera", - "armorSpecialSummer2021RogueNotes": "¿Quieres que te encuentren?¡Esto llama mucho la atención!¿Preferirías que no fuese así? ¡También pueden ser de ayuda para huir a las profundidades! Aumenta la percepción en <%= per %>. Equipamiento de edición limitada de verano 2021.", - "armorSpecialSpring2021HealerNotes": "Esta armadura te ayuda a doblarte sin romperte al ser abofeteado por el viento o por un arma. Aumenta la constitución en <%= con %>. Equipamiento de edición limitada de primavera 2021.", - "armorSpecialSummer2021MageNotes": "Los remolinos de nácar cada vez más estrechos proporcionan una geometría arcana que concentra un poderoso hechizo protector. Aumenta la inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2021.", - "armorSpecialSpring2021MageNotes": "¡Has completado tu transformación!¡Toca el cielo, regocíjate en el lago y canta de alegría! Aumenta la inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2021.", - "armorSpecialSpring2021HealerText": "Chaquetón de corteza de sauce", + "armorSpecialSummer2021RogueNotes": "¿Quieres que te encuentren?¡Esto llama mucho la atención!¿Preferirías que no fuese así? ¡También pueden ser de ayuda para huir a las profundidades! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de verano 2021.", + "armorSpecialSpring2021HealerNotes": "Esta armadura te ayuda a doblarte sin romperte al ser abofeteado por el viento o por un arma. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2021.", + "armorSpecialSummer2021MageNotes": "Los remolinos de nácar cada vez más estrechos proporcionan una geometría arcana que concentra un poderoso hechizo protector. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de verano 2021.", + "armorSpecialSpring2021MageNotes": "¡Has completado tu transformación!¡Toca el cielo, regocíjate en el lago y canta de alegría! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2021.", + "armorSpecialSpring2021HealerText": "Chaquetón de Corteza de Sauce", "armorMystery202104Text": "Armadura de cardo suave", - "armorSpecialSummer2021MageText": "Concha de espiral", + "armorSpecialSummer2021MageText": "Concha de Espiral", "armorArmoireHeraldsTunicText": "Túnica de heraldo", "armorArmoireBathtubNotes": "¿Hora de relajarse un poco? Aquí tienes tu bañera personal (¡y la garantía de que el agua estará siempre a la temperatura perfecta!) Aumenta la constitución en <%= con %>. Armario Encantado: Conjunto de baño de burbujas (artículo 3 de 4).", "headSpecialWinter2020RogueNotes": "Cuando un pícaro camina entre callejones con este sombrero, todo el mundo sabe que no le tiene miedo a nada. Aumenta la percepción en <%= per %>. Equipamiento de edición limitada de invierno 2019-2020.", - "armorSpecialSpring2021WarriorNotes": "¡Ten cuidado de no deslumbrarte a ti mismo cuando la luz se refleje sobre esta armadura de piedra solar! Aumenta la constitución en <%= con %>. Equipamiento de edición limitada de primavera 2021.", - "armorSpecialSpring2021RogueText": "Tallo de flores gemelas", - "armorSpecialFall2021RogueText": "Armadura desgraciadamente no impermeable", - "armorSpecialFall2021WarriorText": "Traje formal de lana", - "armorSpecialFall2021WarriorNotes": "Un espectacular traje perfecto para cruzar puentes en mitad de la noche. Aumenta la constitución en <%= con %>. Equipamiento de edición limitada de otoño 2021.", - "armorSpecialFall2021MageText": "Toga de la oscuridad profunda", - "armorSpecialFall2021HealerText": "Hábitos de invocador", - "armorSpecialFall2021HealerNotes": "Hechas de tela duradera y resistente a las llamas, estos hábitos son perfectos para conjurar llamas curativas. Aumenta la constitución en <%= con %>. Equipamiento de edición limitada de otoño 2021.", + "armorSpecialSpring2021WarriorNotes": "¡Ten cuidado de no deslumbrarte a ti mismo cuando la luz se refleje sobre esta armadura de piedra solar! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2021.", + "armorSpecialSpring2021RogueText": "Tallo de Flores Gemelas", + "armorSpecialFall2021RogueText": "Armadura Desgraciadamente No Impermeable", + "armorSpecialFall2021WarriorText": "Traje Formal de Lana", + "armorSpecialFall2021WarriorNotes": "Un espectacular traje perfecto para cruzar puentes en mitad de la noche. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2021.", + "armorSpecialFall2021MageText": "Toga de la Oscuridad Profunda", + "armorSpecialFall2021HealerText": "Hábitos de Invocador", + "armorSpecialFall2021HealerNotes": "Hechas de tela duradera y resistente a las llamas, estos hábitos son perfectos para conjurar llamas curativas. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de otoño 2021.", "armorMystery202103Text": "Toga de observación floral", "armorMystery202110Text": "Armadura de gárgola musgosa", - "armorSpecialFall2021RogueNotes": "¡Tiene un gorrito, una túnica de cuero y remaches de metal! ¡Es chulísima! ¡Pero no ofrece impermeabilidad contra bichos pegajosos! Aumenta la percepción en un <%= per %>. Equipamiento de edición limitada de otoño 2021.", - "armorSpecialFall2021MageNotes": "Los cuellos con muchas protuberancias puntiagudas están de moda entre los villanos de baja categoría. Aumenta la inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2021.", - "armorSpecialSpring2021RogueNotes": "Nadie te verá esperando entre los arbustos con esta astuta armadura; ahora pareces una planta visto desde cualquier ángulo. Aumenta la percepción en <%= per %>. Equipamiento de edición limitada de primavera 2021.", - "armorSpecialSummer2021WarriorText": "Armadura de aletas", + "armorSpecialFall2021RogueNotes": "¡Tiene un gorrito, una túnica de cuero y remaches de metal! ¡Es chulísima! ¡Pero no ofrece impermeabilidad contra bichos pegajosos! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de otoño 2021.", + "armorSpecialFall2021MageNotes": "Los cuellos con muchas protuberancias puntiagudas están de moda entre los villanos de baja categoría. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de otoño 2021.", + "armorSpecialSpring2021RogueNotes": "Nadie te verá esperando entre los arbustos con esta astuta armadura; ahora pareces una planta visto desde cualquier ángulo. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2021.", + "armorSpecialSummer2021WarriorText": "Armadura de Aletas", "armorMystery202110Notes": "El musgo aterciopelado te hace parecer blandito por fuera, pero en realidad estás protegido por una capa de poderosa roca. No otorga ningún beneficio. Artículo de suscriptor de octubre 2021 .", "armorArmoireMedievalLaundryDressNotes": "Ponte tu ropa de trabajo y remángate: ¡es hora de hacer la colada! Aumenta la constitución en <%= con %>. Armario Encantado: Conjunto de lavanderos medievales (artículo 2 de 6).", "headSpecialSpring2020HealerText": "Fascinador Iris", @@ -2491,9 +2491,9 @@ "weaponArmoireShootingStarSpellText": "Destellos de Polvo Estelar", "weaponArmoireRegalSceptreText": "Cetro Real", "weaponArmoireRegalSceptreNotes": "Muestra tu autoridad real con este cetro enjoyado. Aumenta la Percepción en <%= per %>. Armario Encantado: Conjunto Real (Artículo 2 de 2).", - "armorSpecialWinter2022WarriorNotes": "¿Quién dice que no puedes estar cómodo y calentito mientras luchas contra tus tareas diarias? Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada de invierno de 2021-2022.", + "armorSpecialWinter2022WarriorNotes": "¿Quién dice que no puedes estar cómodo y calentito mientras luchas contra tus tareas diarias? Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2021-2022.", "armorSpecialWinter2022MageText": "Protección de Granada", - "armorSpecialWinter2022MageNotes": "¡Los enemigos tendrán que tener cuidado con las manchas de jugo al acercarse a ti! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Invierno 2020-2021.", + "armorSpecialWinter2022MageNotes": "¡Los enemigos tendrán que tener cuidado con las manchas de jugo al acercarse a ti! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2021-2022.", "armorSpecialWinter2022HealerText": "Armadura de Hielo Cristalino", "armorArmoireShootingStarCostumeText": "Toga Estrellada", "headSpecialWinter2022RogueText": "Final Atronador", @@ -2502,10 +2502,10 @@ "headArmoireShootingStarCrownText": "Corona Estrellada", "headArmoireRegalCrownText": "Corona real", "headArmoireRegalCrownNotes": "Cualquier monarca se sentiría afortunado de tener una corona tan majestuosa y elegante. Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto Real (Artículo 1 de 2).", - "armorSpecialWinter2022HealerNotes": "Deslízate como si estuvieras patinando, suavemente sobre el suelo, una figura etérea y brillante que ha venido a traer la tranquilidad y la calma. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada de Invierno 2020-2021.", + "armorSpecialWinter2022HealerNotes": "Deslízate como si estuvieras patinando, suavemente sobre el suelo, una figura etérea y brillante que ha venido a traer la tranquilidad y la calma. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de invierno 2021-2022.", "armorArmoireShootingStarCostumeNotes": "Esta toga ligera, tejida según dicen usando el mismo firmamento nocturno, te permitirá alzarte sobre cualquier obstáculo que se interponga en tu camino. Conjunto de Polvo de Estrellas (Artículo 2 de 3).", "weaponArmoireShootingStarSpellNotes": "Rodéate de un hechizo de polvo estelar que te ayudará a hacer tus deseos realidad. Aumenta la Fuerza y la Inteligencia en <%= attrs %>. Armario Encantado: Conjunto de Polvo Estelar (Artículo 3 de 3).", - "armorSpecialWinter2022RogueNotes": "Si solo ven estrellas ¡no podrán verte a ti! Si, eso está bien. Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada de invierno de 2021-2022.", + "armorSpecialWinter2022RogueNotes": "Si solo ven estrellas ¡no podrán verte a ti! Si, eso está bien. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2021-2022.", "armorMystery202112Text": "Cola de Ondina Antártica", "armorMystery202112Notes": "Surca los mares helados sin pasar frío gracias a esta brillante cola. No otorga ningún beneficio. Artículo de suscriptor de Diciembre 2021.", "weaponArmoirePotionBaseText": "Poción Base Decorativa", @@ -2519,9 +2519,9 @@ "weaponSpecialWinter2022RogueNotes": "Los Pícaros adoran la plata y el oro, ¿no? Estos les pegan un montón. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de invierno 2021-2022.", "weaponSpecialWinter2022RogueText": "Fuego Artificial de Estrella Fugaz", "weaponSpecialWinter2022WarriorText": "Espada Bastón de Caramelo", - "weaponSpecialWinter2022WarriorNotes": "¿Con cuántos lametazos se puede afilar este bastón de caramelo para convertirlo en la espada perfecta? Aumenta la fuerza en <%= str %>. Equipamiento de edición limitada de invierno 2021-2022.", + "weaponSpecialWinter2022WarriorNotes": "¿Con cuántos lametazos se puede afilar este bastón de caramelo para convertirlo en la espada perfecta? Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de invierno 2021-2022.", "weaponSpecialWinter2022MageText": "Bastón de Granada", - "weaponSpecialWinter2022MageNotes": "Los granos de este bastón contienen una magia antigua que puede esgrimirse en invierno. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de invierno de 2021-2022.", + "weaponSpecialWinter2022MageNotes": "Los granos de este bastón contienen una magia antigua que puede esgrimirse en invierno. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de invierno 2021-2022.", "weaponSpecialWinter2022HealerText": "Vara de Hielo Cristalino", "weaponArmoirePotionDesertText": "Poción de Desierto Decorativa", "weaponArmoirePotionZombieNotes": "Úsala para eclosionar una mascota zombie, pero ¡ten cuidado, no te vaya a morder! Aumenta la Constitución en <%= con %> y la Percepción en <%= per %>. Armario Encantado: Conjunto de Pociones (Artículo 7 de 10)", @@ -2534,7 +2534,7 @@ "headSpecialWinter2022WarriorNotes": "Con su color verde festivo y su ribete rojo, seguro que este sombrero te mantendrá caliente todo el invierno. Aumenta la Fuerza en <%= str %>. Equipamiento de Edición Limitada de Invierno 2020-2021.", "headSpecialWinter2022HealerText": "Corona de Hielo Cristalino", "headSpecialWinter2022HealerNotes": "Las diminutas impurezas e imperfecciones hacen que las astas de este tocado se ramifiquen de manera imprevisible. ¡Es simbólico! Y, además, muy, muy bonito. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2020-2021.", - "weaponSpecialWinter2022HealerNotes": "Si tocas el cuello de un amigo con este artefacto de agua sólida, ¡dará un respingo que se caerá de la silla! Pero luego se sentirán mejor. Esperemos. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2020-2021.", + "weaponSpecialWinter2022HealerNotes": "Si tocas el cuello de un amigo con este artefacto de agua sólida, ¡dará un respingo que se caerá de la silla! Pero luego se sentirán mejor. Esperemos. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de invierno 2021-2022.", "headSpecialNye2021Notes": "¡Has recibido un Gorro de Fiesta Ridículo! ¡Llévalo con orgullo para dar la bienvenida al Año Nuevo! No otorga ningún beneficio.", "headSpecialNye2021Text": "Gorro de Fiesta Ridículo", "weaponMystery202201Text": "Cañón de Confeti de Medianoche", @@ -2560,7 +2560,7 @@ "headMystery202202Notes": "Tienes que tener el pelo azul! No otorga ningún beneficio. Artículo de Suscriptor de Febrero 2022.", "eyewearMystery202202Text": "Ojos Turquesa con Sonrojo", "armorSpecialBirthday2022Text": "Túnicas Disparatadas de Fiesta", - "armorSpecialBirthday2022Notes": "¡Feliz cumpleaños, Habitica! Use estas Túnicas Disparatadas de Fiesta para celebrar este maravilloso día. No confiere ningún beneficio.", + "armorSpecialBirthday2022Notes": "¡Feliz cumpleaños, Habitica! Use estas Túnicas Disparatadas de Fiesta para celebrar este maravilloso día. No otorga ningún beneficio.", "headMystery202202Text": "Coletas Turquesas", "eyewearMystery202202Notes": "Cantar alegremente le da color a tus mejillas. No otorga ningún beneficio. Artículo de Suscriptor de Febrero 2022", "weaponArmoirePinkLongbowText": "Arco largo rosa", @@ -2574,10 +2574,10 @@ "armorArmoireSoftVioletSuitNotes": "El morado es un color de lujo. Relájate con clase después de terminar tus tareas diarias. Aumenta la Constitución y la Fuerza en <%= attrs %> . Armario encantado: Conjunto Ropa de casa violeta (Artículo 2 de 3).", "headAccessoryMystery202203Notes": "¿Necesitas un impulso de velocidad?¡Las alitas decorativas de esta diadema son más poderosas de lo que parecen! No otorga ningún beneficio. Artículo de suscriptor de marzo 2022.", "weaponSpecialSpring2022WarriorText": "Paraguas del Revés", - "weaponSpecialSpring2022WarriorNotes": "¡Ostras! Supongo que ese viento era un poco más fuerte de lo que pensabas, ¿eh? Aumenta la fuerza en <%= str %>. Equipamiento de Edición Limitada de Primavera 2022.", + "weaponSpecialSpring2022WarriorNotes": "¡Ostras! Supongo que ese viento era un poco más fuerte de lo que pensabas, ¿eh? Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de primavera 2022.", "weaponArmoireGardenersWateringCanNotes": "¡No puedes llegar lejos sin agua! Ten un suministro infinto a mano con esta regadera mágica que se rellena. Aumenta la Inteligencia por <%= int %>. Armario encantado: Conjunto de Jardinería (Artículo 4 de 4).", "armorSpecialSpring2022RogueText": "Disfraz de Urraca", - "armorSpecialSpring2022RogueNotes": "¡Con un azul grisáceo iridiscente y manchas más claras en tus plumas, serás el mejor amigo volador en la fiesta de la primavera! Aumenta la percepción en <%= per %>. Equipamiento de Edición Limitada de Primavera 2022.", + "armorSpecialSpring2022RogueNotes": "¡Con un azul grisáceo iridiscente y manchas más claras en tus plumas, serás el mejor amigo volador en la fiesta de la primavera! Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2022.", "headSpecialSpring2022RogueText": "Máscara de Urraca", "headSpecialSpring2022RogueNotes": "Sé tan inteligente como una urraca cuando lleves esta máscara. Quizá incluso podrás silbar, trinar e imitar tan bien como una, también. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2022.", "armorMystery202204Text": "Cápsula de Aventurero Virtual", @@ -2585,13 +2585,17 @@ "weaponArmoireGardenersWateringCanText": "Regadera", "armorArmoireStrawRaincoatText": "Chubasquero de Paja", "weaponSpecialSpring2022MageText": "Bastón de Forsitia", - "weaponSpecialSpring2022MageNotes": "Estas campanillas amarillas brillantes son listas para canalizar tu magia poderosa primaveral. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamento de edición limitada de primavera.", + "weaponSpecialSpring2022MageNotes": "Estas campanillas amarillas brillantes son listas para canalizar tu magia poderosa primaveral. Aumenta la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de edición limitada de primavera 2022.", "armorSpecialSpring2022MageText": "Túnica de Forsitia", - "armorSpecialSpring2022MageNotes": "Muestra que estás preparado para entrar en la temporada de primavera con esta túnica adornada con pétalos de flor de forsitia. Aumenta la Inteligencia en <%= int %>. Equipamiento de Edición Limitada de Primavera 2022.", + "armorSpecialSpring2022MageNotes": "Muestra que estás preparado para entrar en la temporada de primavera con esta túnica adornada con pétalos de flor de forsitia. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2022.", "armorSpecialSpring2022HealerText": "Armadura de Peridoto", - "armorSpecialSpring2022HealerNotes": "Ahuyenta los miedos y pesadillas simplemente llevando esta prenda de gema verde.Aumenta la constitución en <%= con %>.Aumenta la constitución en <%= con %>. Equipamiento de Edición Limitada de Primavera 2022.", + "armorSpecialSpring2022HealerNotes": "Ahuyenta los miedos y pesadillas simplemente llevando esta prenda de gema verde.Aumenta la constitución en <%= con %>. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada de primavera 2022.", "armorArmoireGardenersOverallsText": "Mono de Jardinero", "armorArmoireGardenersOverallsNotes": "No tengas miedo de trabajar en la tierra cuando estés llevando estos monos duraderos. Aumenta la constitución en <%= con %>. Armario Encantado: Conjunto de Jardinería (Artículo 1 de 4).", "weaponSpecialSpring2022RogueText": "Pendiente de Botón Gigante", - "armorSpecialSpring2022WarriorText": "Impermeable" + "armorSpecialSpring2022WarriorText": "Impermeable", + "weaponArmoireHuntingHornText": "Cuerno de Caza", + "weaponSpecialSpring2022HealerText": "Vara de Peridoto", + "weaponSpecialSpring2022HealerNotes": "Utiliza esta vara para acceder a las propiedades curativas del peridoto, ya sea para llevar la calma, la positividad, o la bondad. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada de primavera 2022.", + "weaponSpecialSpring2022RogueNotes": "¡Qué brillante! Es tan brillante y resplandeciente y bonito y lindo y todo tuyo. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada de primavera 2022." } diff --git a/website/common/locales/fil/gear.json b/website/common/locales/fil/gear.json index ac8d9d7efa..0066217828 100755 --- a/website/common/locales/fil/gear.json +++ b/website/common/locales/fil/gear.json @@ -25,263 +25,263 @@ "weaponWarrior0Text": "Training Sword", "weaponWarrior0Notes": "Practice weapon. Confers no benefit.", "weaponWarrior1Text": "Espada", - "weaponWarrior1Notes": "Common soldier's blade. Increases Strength by <%= str %>.", + "weaponWarrior1Notes": "Common soldier's blade. Nagtataás ng Lakás ng <%= str %>.", "weaponWarrior2Text": "Axe", - "weaponWarrior2Notes": "Double-bitted chopping weapon. Increases Strength by <%= str %>", + "weaponWarrior2Notes": "Double-bitted chopping weapon. Nagtataás ng Lakás ng <%= str %>.", "weaponWarrior3Text": "Morning Star", - "weaponWarrior3Notes": "Heavy club with brutal spikes. Increases Strength by <%= str %>.", + "weaponWarrior3Notes": "Heavy club with brutal spikes. Nagtataás ng Lakás ng <%= str %>.", "weaponWarrior4Text": "Sapphire Blade", - "weaponWarrior4Notes": "Sword whose edge bites like the north wind. Increases Strength by <%= str %>.", + "weaponWarrior4Notes": "Sword whose edge bites like the north wind. Nagtataás ng Lakás ng <%= str %>.", "weaponWarrior5Text": "Ruby Sword", - "weaponWarrior5Notes": "Weapon whose forge-glow never fades. Increases Strength by <%= str %>.", + "weaponWarrior5Notes": "Weapon whose forge-glow never fades. Nagtataás ng Lakás ng <%= str %>.", "weaponWarrior6Text": "Golden Sword", - "weaponWarrior6Notes": "Bane of creatures of darkness. Increases Strength by <%= str %>.", + "weaponWarrior6Notes": "Bane of creatures of darkness. Nagtataás ng Lakás ng <%= str %>.", "weaponRogue0Text": "Dagger", "weaponRogue0Notes": "A rogue's most basic weapon. Confers no benefit.", "weaponRogue1Text": "Short Sword", - "weaponRogue1Notes": "Light, concealable blade. Increases Strength by <%= str %>.", + "weaponRogue1Notes": "Light, concealable blade. Nagtataás ng Lakás ng <%= str %>.", "weaponRogue2Text": "Scimitar", - "weaponRogue2Notes": "Slashing sword, swift to deliver a killing blow. Increases Strength by <%= str %>.", + "weaponRogue2Notes": "Slashing sword, swift to deliver a killing blow. Nagtataás ng Lakás ng <%= str %>.", "weaponRogue3Text": "Kukri", - "weaponRogue3Notes": "Distinctive bush knife, both survival tool and weapon. Increases Strength by <%= str %>.", + "weaponRogue3Notes": "Distinctive bush knife, both survival tool and weapon. Nagtataás ng Lakás ng <%= str %>.", "weaponRogue4Text": "Nunchaku", - "weaponRogue4Notes": "Heavy batons whirled about on a length of chain. Increases Strength by <%= str %>.", + "weaponRogue4Notes": "Heavy batons whirled about on a length of chain. Nagtataás ng Lakás ng <%= str %>.", "weaponRogue5Text": "Ninja-to", - "weaponRogue5Notes": "Sleek and deadly as the ninja themselves. Increases Strength by <%= str %>.", + "weaponRogue5Notes": "Sleek and deadly as the ninja themselves. Nagtataás ng Lakás ng <%= str %>.", "weaponRogue6Text": "Hook Sword", - "weaponRogue6Notes": "Complex weapon adept at ensnaring and disarming opponents. Increases Strength by <%= str %>.", + "weaponRogue6Notes": "Complex weapon adept at ensnaring and disarming opponents. Nagtataás ng Lakás ng <%= str %>.", "weaponWizard0Text": "Apprentice Staff", "weaponWizard0Notes": "Practice staff. Confers no benefit.", "weaponWizard1Text": "Wooden Staff", - "weaponWizard1Notes": "Basic implement of carven wood. Increases Intelligence by <%= int %> and Perception by <%= per %>.", + "weaponWizard1Notes": "Basic implement of carven wood. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>.", "weaponWizard2Text": "Jeweled Staff", - "weaponWizard2Notes": "Focuses power through a precious stone. Increases Intelligence by <%= int %> and Perception by <%= per %>.", + "weaponWizard2Notes": "Focuses power through a precious stone. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>.", "weaponWizard3Text": "Iron Staff", - "weaponWizard3Notes": "Plated in metal to channel heat, cold, and lightning. Increases Intelligence by <%= int %> and Perception by <%= per %>.", + "weaponWizard3Notes": "Plated in metal to channel heat, cold, and lightning. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>.", "weaponWizard4Text": "Brass Staff", - "weaponWizard4Notes": "As powerful as it is heavy. Increases Intelligence by <%= int %> and Perception by <%= per %>.", + "weaponWizard4Notes": "As powerful as it is heavy. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>.", "weaponWizard5Text": "Archmage Staff", - "weaponWizard5Notes": "Assists in weaving the most complex of spells. Increases Intelligence by <%= int %> and Perception by <%= per %>.", + "weaponWizard5Notes": "Assists in weaving the most complex of spells. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>.", "weaponWizard6Text": "Golden Staff", - "weaponWizard6Notes": "Fashioned of orichalcum, the alchemic gold, mighty and rare. Increases Intelligence by <%= int %> and Perception by <%= per %>.", + "weaponWizard6Notes": "Fashioned of orichalcum, the alchemic gold, mighty and rare. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>.", "weaponHealer0Text": "Novice Rod", "weaponHealer0Notes": "For healers in training. Confers no benefit.", "weaponHealer1Text": "Acolyte Rod", - "weaponHealer1Notes": "Crafted during a healer's initiation. Increases Intelligence by <%= int %>.", + "weaponHealer1Notes": "Crafted during a healer's initiation. Nagtataás ng Katalinuhan ng <%= int %>.", "weaponHealer2Text": "Quartz Rod", - "weaponHealer2Notes": "Topped with a gem bearing curative properties. Increases Intelligence by <%= int %>.", + "weaponHealer2Notes": "Topped with a gem bearing curative properties. Nagtataás ng Katalinuhan ng <%= int %>.", "weaponHealer3Text": "Amethyst Rod", - "weaponHealer3Notes": "Purifies poison at a touch. Increases Intelligence by <%= int %>.", + "weaponHealer3Notes": "Purifies poison at a touch. Nagtataás ng Katalinuhan ng <%= int %>.", "weaponHealer4Text": "Physician Rod", - "weaponHealer4Notes": "As much a badge of office as a healing tool. Increases Intelligence by <%= int %>.", + "weaponHealer4Notes": "As much a badge of office as a healing tool. Nagtataás ng Katalinuhan ng <%= int %>.", "weaponHealer5Text": "Royal Scepter", - "weaponHealer5Notes": "Fit to grace the hand of a monarch, or of one who stands at a monarch's right hand. Increases Intelligence by <%= int %>.", + "weaponHealer5Notes": "Fit to grace the hand of a monarch, or of one who stands at a monarch's right hand. Nagtataás ng Katalinuhan ng <%= int %>.", "weaponHealer6Text": "Golden Scepter", - "weaponHealer6Notes": "Soothes the pain of all who look upon it. Increases Intelligence by <%= int %>.", + "weaponHealer6Notes": "Soothes the pain of all who look upon it. Nagtataás ng Katalinuhan ng <%= int %>.", "weaponSpecial0Text": "Dark Souls Blade", - "weaponSpecial0Notes": "Feasts upon foes' life essence to power its wicked strokes. Increases Strength by <%= str %>.", + "weaponSpecial0Notes": "Feasts upon foes' life essence to power its wicked strokes. Nagtataás ng Lakás ng <%= str %>.", "weaponSpecial1Text": "Crystal Blade", - "weaponSpecial1Notes": "Its glittering facets tell the tale of a hero. Increases all Stats by <%= attrs %>.", + "weaponSpecial1Notes": "Its glittering facets tell the tale of a hero. Nagtataás ng Lahát ng mga Katangian ng <%= attrs %>.", "weaponSpecial2Text": "Stephen Weber's Shaft of the Dragon", - "weaponSpecial2Notes": "Feel the potency of the dragon surge from within! Increases Strength and Perception by <%= attrs %> each.", + "weaponSpecial2Notes": "Feel the potency of the dragon surge from within! Nagtataás ng Lakás at Pandamá ng <%= attrs %> bawat isá.", "weaponSpecial3Text": "Mustaine's Milestone Mashing Morning Star", - "weaponSpecial3Notes": "Meetings, monsters, malaise: managed! Mash! Increases Strength, Intelligence, and Constitution by <%= attrs %> each.", + "weaponSpecial3Notes": "Meetings, monsters, malaise: managed! Mash! Nagtataás ng Lakás, Katalinuhan, at Pangangatawán ng <%= attrs %> bawat isá.", "weaponSpecialCriticalText": "Critical Hammer of Bug-Crushing", - "weaponSpecialCriticalNotes": "This champion slew a critical GitHub foe where many warriors fell. Fashioned from the bones of Bug, this hammer deals a mighty critical hit. Increases Strength and Perception by <%= attrs %> each.", + "weaponSpecialCriticalNotes": "This champion slew a critical GitHub foe where many warriors fell. Fashioned from the bones of Bug, this hammer deals a mighty critical hit. Nagtataás ng Lakás at Pandamá ng <%= attrs %> bawat isá.", "weaponSpecialTakeThisText": "Take This Sword", - "weaponSpecialTakeThisNotes": "This sword was earned by participating in a sponsored Challenge made by Take This. Congratulations! Increases all Stats by <%= attrs %>.", + "weaponSpecialTakeThisNotes": "This sword was earned by participating in a sponsored Challenge made by Take This. Congratulations! Nagtataás ng Lahát ng mga Katangian ng <%= attrs %>.", "weaponSpecialTridentOfCrashingTidesText": "Trident of Crashing Tides", - "weaponSpecialTridentOfCrashingTidesNotes": "Gives you the ability to command fish, and also deliver some mighty stabs to your tasks. Increases Intelligence by <%= int %>.", + "weaponSpecialTridentOfCrashingTidesNotes": "Gives you the ability to command fish, and also deliver some mighty stabs to your tasks. Nagtataás ng Katalinuhan ng <%= int %>.", "weaponSpecialTaskwoodsLanternText": "Taskwoods Lantern", - "weaponSpecialTaskwoodsLanternNotes": "Given at the dawn of time to the guardian ghost of the Taskwood Orchards, this lantern can illuminate the deepest darkness and weave powerful spells. Increases Perception and Intelligence by <%= attrs %> each.", + "weaponSpecialTaskwoodsLanternNotes": "Given at the dawn of time to the guardian ghost of the Taskwood Orchards, this lantern can illuminate the deepest darkness and weave powerful spells. Nagtataás ng Pandamá at Katalinuhan ng <%= attrs %> bawat isá.", "weaponSpecialBardInstrumentText": "Bardic Lute", - "weaponSpecialBardInstrumentNotes": "Strum a merry tune on this magical lute! Increases Intelligence and Perception by <%= attrs %> each.", + "weaponSpecialBardInstrumentNotes": "Strum a merry tune on this magical lute! Nagtataás ng Katalinuhan at Pandamá ng <%= attrs %> bawat isá.", "weaponSpecialLunarScytheText": "Lunar Scythe", - "weaponSpecialLunarScytheNotes": "Wax this scythe regularly, or its power will wane. Increases Strength and Perception by <%= attrs %> each.", + "weaponSpecialLunarScytheNotes": "Wax this scythe regularly, or its power will wane. Nagtataás ng Lakás at Pandamá ng <%= attrs %> bawat isá.", "weaponSpecialMammothRiderSpearText": "Mammoth Rider Spear", - "weaponSpecialMammothRiderSpearNotes": "This rose quartz-tipped spear will imbue you with ancient spell-casting power. Increases Intelligence by <%= int %>.", + "weaponSpecialMammothRiderSpearNotes": "This rose quartz-tipped spear will imbue you with ancient spell-casting power. Nagtataás ng Katalinuhan ng <%= int %>.", "weaponSpecialPageBannerText": "Page Banner", - "weaponSpecialPageBannerNotes": "Wave your banner high to inspire confidence! Increases Strength by <%= str %>.", + "weaponSpecialPageBannerNotes": "Wave your banner high to inspire confidence! Nagtataás ng Lakás ng <%= str %>.", "weaponSpecialRoguishRainbowMessageText": "Roguish Rainbow Message", - "weaponSpecialRoguishRainbowMessageNotes": "This sparkly envelope contains messages of encouragement from Habiticans, and a touch of magic to help speed your deliveries! Increases Perception by <%= per %>.", + "weaponSpecialRoguishRainbowMessageNotes": "This sparkly envelope contains messages of encouragement from Habiticans, and a touch of magic to help speed your deliveries! Nagtataás ng Pandamá ng <%= per %>.", "weaponSpecialSkeletonKeyText": "Skeleton Key", - "weaponSpecialSkeletonKeyNotes": "All the best Sneakthieves carry a key that can open any lock! Increases Constitution by <%= con %>.", + "weaponSpecialSkeletonKeyNotes": "All the best Sneakthieves carry a key that can open any lock! Nagtataás ng Pangangatawán ng <%= con %>.", "weaponSpecialNomadsScimitarText": "Nomad's Scimitar", - "weaponSpecialNomadsScimitarNotes": "The curved blade of this Scimitar is perfect for attacking Tasks from the back of a mount! Increases Intelligence by <%= int %>.", + "weaponSpecialNomadsScimitarNotes": "The curved blade of this Scimitar is perfect for attacking Tasks from the back of a mount! Nagtataás ng Katalinuhan ng <%= int %>.", "weaponSpecialFencingFoilText": "Fencing Foil", - "weaponSpecialFencingFoilNotes": "Should anyone dare to impugn your honor, you'll be ready with this fine foil! Increases Strength by <%= str %>.", + "weaponSpecialFencingFoilNotes": "Should anyone dare to impugn your honor, you'll be ready with this fine foil! Nagtataás ng Lakás ng <%= str %>.", "weaponSpecialTachiText": "Tachi", - "weaponSpecialTachiNotes": "This light and curved sword will shred your tasks to ribbons! Increases Strength by <%= str %>.", + "weaponSpecialTachiNotes": "This light and curved sword will shred your tasks to ribbons! Nagtataás ng Lakás ng <%= str %>.", "weaponSpecialAetherCrystalsText": "Aether Crystals", - "weaponSpecialAetherCrystalsNotes": "These bracers and crystals once belonged to the Lost Masterclasser herself. Increases all Stats by <%= attrs %>.", + "weaponSpecialAetherCrystalsNotes": "These bracers and crystals once belonged to the Lost Masterclasser herself. Nagtataás ng Lahát ng mga Katangian ng <%= attrs %>.", "weaponSpecialYetiText": "Yeti-Tamer Spear", - "weaponSpecialYetiNotes": "This spear allows its user to command any yeti. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng ng 2013-2014.", + "weaponSpecialYetiNotes": "This spear allows its user to command any yeti. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng ng 2013-2014.", "weaponSpecialSkiText": "Ski-sassin Pole", - "weaponSpecialSkiNotes": "A weapon capable of destroying hordes of enemies! It also helps the user make very nice parallel turns. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng ng 2013-2014.", + "weaponSpecialSkiNotes": "A weapon capable of destroying hordes of enemies! It also helps the user make very nice parallel turns. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng ng 2013-2014.", "weaponSpecialCandycaneText": "Candy Cane Staff", - "weaponSpecialCandycaneNotes": "A powerful mage's staff. Powerfully DELICIOUS, we mean! Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng ng 2013-2014.", + "weaponSpecialCandycaneNotes": "A powerful mage's staff. Powerfully DELICIOUS, we mean! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng ng 2013-2014.", "weaponSpecialSnowflakeText": "Bastón ng Kristál na Niyebe", - "weaponSpecialSnowflakeNotes": "Kumikinang ng waláng limitasyong kapangyarihan sa pagpápagalíng ang bastón na itó. Pinapataás ang Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014 .", + "weaponSpecialSnowflakeNotes": "Kumikinang ng waláng limitasyong kapangyarihan sa pagpápagalíng ang bastón na itó. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014 .", "weaponSpecialSpringRogueText": "Hook Claws", - "weaponSpecialSpringRogueNotes": "Great for scaling tall buildings, and also for shredding carpets. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "weaponSpecialSpringRogueNotes": "Great for scaling tall buildings, and also for shredding carpets. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "weaponSpecialSpringWarriorText": "Carrot Sword", - "weaponSpecialSpringWarriorNotes": "This mighty sword can slice foes with ease! It also makes a delicious mid-battle snack. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "weaponSpecialSpringWarriorNotes": "This mighty sword can slice foes with ease! It also makes a delicious mid-battle snack. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "weaponSpecialSpringMageText": "Swiss Cheese Staff", - "weaponSpecialSpringMageNotes": "Only the most powerful rodents can brave their hunger to wield this potent staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "weaponSpecialSpringMageNotes": "Only the most powerful rodents can brave their hunger to wield this potent staff. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "weaponSpecialSpringHealerText": "Lovely Bone", - "weaponSpecialSpringHealerNotes": "FETCH! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "weaponSpecialSpringHealerNotes": "FETCH! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "weaponSpecialSummerRogueText": "Pirate Cutlass", - "weaponSpecialSummerRogueNotes": "Avast! You'll make those Dailies walk the plank! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "weaponSpecialSummerRogueNotes": "Avast! You'll make those Dailies walk the plank! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "weaponSpecialSummerWarriorText": "Seafaring Slicer", - "weaponSpecialSummerWarriorNotes": "There isn't a task in any To-Do list willing to tangle with this gnarly knife! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "weaponSpecialSummerWarriorNotes": "There isn't a task in any To-Do list willing to tangle with this gnarly knife! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "weaponSpecialSummerMageText": "Kelp Catcher", - "weaponSpecialSummerMageNotes": "This trident is used to spear seaweed effectively, for extra-productive kelp harvesting! Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "weaponSpecialSummerMageNotes": "This trident is used to spear seaweed effectively, for extra-productive kelp harvesting! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "weaponSpecialSummerHealerText": "Bastón ng Dalahikan", - "weaponSpecialSummerHealerNotes": "Lubháng kaakit-akit sa mga kawan ng isdâ ang bastón na itó na yarì sa agwamarina at buháy na korales. Pinapataás ang Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "weaponSpecialSummerHealerNotes": "Lubháng kaakit-akit sa mga kawan ng isdâ ang bastón na itó na yarì sa agwamarina at buháy na korales. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "weaponSpecialFallRogueText": "Silver Stake", - "weaponSpecialFallRogueNotes": "Dispatches undead. Also grants a bonus against werewolves, because you can never be too careful. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "weaponSpecialFallRogueNotes": "Dispatches undead. Also grants a bonus against werewolves, because you can never be too careful. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "weaponSpecialFallWarriorText": "Grabby Claw of Science", - "weaponSpecialFallWarriorNotes": "This grabby claw is at the very cutting edge of technology. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "weaponSpecialFallWarriorNotes": "This grabby claw is at the very cutting edge of technology. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "weaponSpecialFallMageText": "Magic Broom", - "weaponSpecialFallMageNotes": "This enchanted broom flies faster than a dragon! Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "weaponSpecialFallMageNotes": "This enchanted broom flies faster than a dragon! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "weaponSpecialFallHealerText": "Bastón na Uwáng", - "weaponSpecialFallHealerNotes": "The scarab on this wand protects and heals its wielder. Pinapataás ang Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "weaponSpecialFallHealerNotes": "The scarab on this wand protects and heals its wielder. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "weaponSpecialWinter2015RogueText": "Ice Spike", - "weaponSpecialWinter2015RogueNotes": "You truly, definitely, absolutely just picked these up off of the ground. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "weaponSpecialWinter2015RogueNotes": "You truly, definitely, absolutely just picked these up off of the ground. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "weaponSpecialWinter2015WarriorText": "Gumdrop Sword", - "weaponSpecialWinter2015WarriorNotes": "This delicious sword probably attracts monsters... but you're up for the challenge! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "weaponSpecialWinter2015WarriorNotes": "This delicious sword probably attracts monsters... but you're up for the challenge! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "weaponSpecialWinter2015MageText": "Winter-lit Staff", - "weaponSpecialWinter2015MageNotes": "The light of this crystal staff fills hearts with cheer. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "weaponSpecialWinter2015MageNotes": "The light of this crystal staff fills hearts with cheer. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "weaponSpecialWinter2015HealerText": "Soothing Scepter", - "weaponSpecialWinter2015HealerNotes": "This scepter warms sore muscles and soothes away stress. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "weaponSpecialWinter2015HealerNotes": "This scepter warms sore muscles and soothes away stress. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "weaponSpecialSpring2015RogueText": "Exploding Squeak", - "weaponSpecialSpring2015RogueNotes": "Don't let the sound fool you - these explosives pack a punch. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "weaponSpecialSpring2015RogueNotes": "Don't let the sound fool you - these explosives pack a punch. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "weaponSpecialSpring2015WarriorText": "Bone Club", - "weaponSpecialSpring2015WarriorNotes": "It is a real bone club for real fierce doggies and is definitely not a chew toy that the Seasonal Sorceress gave you because who's a good doggy? Whoooo's a good doggy?? It's you!!! You're a good doggy!!! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "weaponSpecialSpring2015WarriorNotes": "It is a real bone club for real fierce doggies and is definitely not a chew toy that the Seasonal Sorceress gave you because who's a good doggy? Whoooo's a good doggy?? It's you!!! You're a good doggy!!! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "weaponSpecialSpring2015MageText": "Bastón ng Salamangkero", - "weaponSpecialSpring2015MageNotes": "Conjure up a carrot for yourself with this fancy wand. Pinapataás ang Katalinuhan ng <%= int %> at ang Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "weaponSpecialSpring2015MageNotes": "Conjure up a carrot for yourself with this fancy wand. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "weaponSpecialSpring2015HealerText": "Cat Rattle", - "weaponSpecialSpring2015HealerNotes": "When you wave it, it makes a fascinating clickety noise that would keep ANYONE entertained for hours. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "weaponSpecialSpring2015HealerNotes": "When you wave it, it makes a fascinating clickety noise that would keep ANYONE entertained for hours. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "weaponSpecialSummer2015RogueText": "Firing Coral", - "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "weaponSpecialSummer2015WarriorText": "Sun Swordfish", - "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "weaponSpecialSummer2015MageText": "Soothsayer Staff", - "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "weaponSpecialSummer2015HealerText": "Bastón ng mga Alon", - "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "weaponSpecialFall2015RogueText": "Bat-tle Ax", - "weaponSpecialFall2015RogueNotes": "Fearsome To-Dos cower before the flapping of this ax. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "weaponSpecialFall2015RogueNotes": "Fearsome To-Dos cower before the flapping of this ax. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "weaponSpecialFall2015WarriorText": "Wooden Plank", - "weaponSpecialFall2015WarriorNotes": "Great for elevating things in cornfields and/or smacking tasks. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "weaponSpecialFall2015WarriorNotes": "Great for elevating things in cornfields and/or smacking tasks. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "weaponSpecialFall2015MageText": "Enchanted Thread", - "weaponSpecialFall2015MageNotes": "A powerful Stitch Witch can control this enchanted thread without even touching it! Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "weaponSpecialFall2015MageNotes": "A powerful Stitch Witch can control this enchanted thread without even touching it! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "weaponSpecialFall2015HealerText": "Swamp-Slime Potion", - "weaponSpecialFall2015HealerNotes": "Brewed to perfection! Now you just have to convince yourself to drink it. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "weaponSpecialFall2015HealerNotes": "Brewed to perfection! Now you just have to convince yourself to drink it. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "weaponSpecialWinter2016RogueText": "Cocoa Mug", - "weaponSpecialWinter2016RogueNotes": "Warming drink, or boiling projectile? You decide... Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "weaponSpecialWinter2016RogueNotes": "Warming drink, or boiling projectile? You decide... Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "weaponSpecialWinter2016WarriorText": "Sturdy Shovel", - "weaponSpecialWinter2016WarriorNotes": "Shovel overdue tasks out of the way! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "weaponSpecialWinter2016WarriorNotes": "Shovel overdue tasks out of the way! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "weaponSpecialWinter2016MageText": "Sorcerous Snowboard", - "weaponSpecialWinter2016MageNotes": "Your moves are so sick, they must be magic! Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "weaponSpecialWinter2016MageNotes": "Your moves are so sick, they must be magic! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "weaponSpecialWinter2016HealerText": "Confetti Cannon", - "weaponSpecialWinter2016HealerNotes": "WHEEEEEEEEEE!!!!!!! HAPPY WINTER WONDERLAND!!!!!!!! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "weaponSpecialWinter2016HealerNotes": "WHEEEEEEEEEE!!!!!!! HAPPY WINTER WONDERLAND!!!!!!!! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "weaponSpecialSpring2016RogueText": "Fire Bolas", - "weaponSpecialSpring2016RogueNotes": "You've mastered the ball, the club, and the knife. Now you advance to juggling fire! Awoo! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "weaponSpecialSpring2016RogueNotes": "You've mastered the ball, the club, and the knife. Now you advance to juggling fire! Awoo! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "weaponSpecialSpring2016WarriorText": "Cheese Mallet", - "weaponSpecialSpring2016WarriorNotes": "No one has as many friends as the mouse with tender cheeses. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "weaponSpecialSpring2016WarriorNotes": "No one has as many friends as the mouse with tender cheeses. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "weaponSpecialSpring2016MageText": "Staff of Bells", - "weaponSpecialSpring2016MageNotes": "Abra-cat-abra! So dazzling, you might mesmerize yourself! Ooh... it jingles... Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "weaponSpecialSpring2016MageNotes": "Abra-cat-abra! So dazzling, you might mesmerize yourself! Ooh... it jingles... Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "weaponSpecialSpring2016HealerText": "Bastón na Bulaklák ng Tagsiból", - "weaponSpecialSpring2016HealerNotes": "With a wave and a wink, you bring the fields and forests into bloom! Or bop troublesome mice on the head. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "weaponSpecialSpring2016HealerNotes": "With a wave and a wink, you bring the fields and forests into bloom! Or bop troublesome mice on the head. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "weaponSpecialSummer2016RogueText": "Electric Rod", - "weaponSpecialSummer2016RogueNotes": "Anyone who battles you is in for a shocking surprise... Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "weaponSpecialSummer2016RogueNotes": "Anyone who battles you is in for a shocking surprise... Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "weaponSpecialSummer2016WarriorText": "Hooked Sword", - "weaponSpecialSummer2016WarriorNotes": "Bite those tough tasks with this hooked sword! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "weaponSpecialSummer2016WarriorNotes": "Bite those tough tasks with this hooked sword! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "weaponSpecialSummer2016MageText": "Seafoam Staff", - "weaponSpecialSummer2016MageNotes": "All the power of the seas filters through this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "weaponSpecialSummer2016MageNotes": "All the power of the seas filters through this staff. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "weaponSpecialSummer2016HealerText": "Healing Trident", - "weaponSpecialSummer2016HealerNotes": "One spike harms, the other heals. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "weaponSpecialSummer2016HealerNotes": "One spike harms, the other heals. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "weaponSpecialFall2016RogueText": "Spiderbite Dagger", - "weaponSpecialFall2016RogueNotes": "Feel the sting of the spider's bite! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "weaponSpecialFall2016RogueNotes": "Feel the sting of the spider's bite! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "weaponSpecialFall2016WarriorText": "Attacking Roots", - "weaponSpecialFall2016WarriorNotes": "Attack your tasks with these twisting roots! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "weaponSpecialFall2016WarriorNotes": "Attack your tasks with these twisting roots! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "weaponSpecialFall2016MageText": "Ominous Orb", - "weaponSpecialFall2016MageNotes": "Don't ask this orb to tell your future... Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "weaponSpecialFall2016MageNotes": "Don't ask this orb to tell your future... Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "weaponSpecialFall2016HealerText": "Venomous Serpent", - "weaponSpecialFall2016HealerNotes": "One bite harms, and another bite heals. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "weaponSpecialFall2016HealerNotes": "One bite harms, and another bite heals. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "weaponSpecialWinter2017RogueText": "Ice Axe", - "weaponSpecialWinter2017RogueNotes": "This axe is great for attack, defense, and ice-climbing! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "weaponSpecialWinter2017RogueNotes": "This axe is great for attack, defense, and ice-climbing! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "weaponSpecialWinter2017WarriorText": "Stick of Might", - "weaponSpecialWinter2017WarriorNotes": "Conquer your goals by whacking them with this mighty stick! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "weaponSpecialWinter2017WarriorNotes": "Conquer your goals by whacking them with this mighty stick! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "weaponSpecialWinter2017MageText": "Winter Wolf Crystal Staff", - "weaponSpecialWinter2017MageNotes": "The glowing blue crystal set in the end of this staff is called the Winter Wolf's Eye! It channels magic from snow and ice. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "weaponSpecialWinter2017MageNotes": "The glowing blue crystal set in the end of this staff is called the Winter Wolf's Eye! It channels magic from snow and ice. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "weaponSpecialWinter2017HealerText": "Bastón ng Hinibláng Asukal", - "weaponSpecialWinter2017HealerNotes": "This wand can reach into your dreams and bring you visions of dancing sugarplums. Pinapataás ang Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "weaponSpecialWinter2017HealerNotes": "This wand can reach into your dreams and bring you visions of dancing sugarplums. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "weaponSpecialSpring2017RogueText": "Karrotana", - "weaponSpecialSpring2017RogueNotes": "These blades will make quick work of tasks, but also are handy for slicing vegetables! Yum! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "weaponSpecialSpring2017RogueNotes": "These blades will make quick work of tasks, but also are handy for slicing vegetables! Yum! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "weaponSpecialSpring2017WarriorText": "Feathery Whip", - "weaponSpecialSpring2017WarriorNotes": "This mighty whip will tame the unruliest task. But.. It's also… So FUN AND DISTRACTING!! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "weaponSpecialSpring2017WarriorNotes": "This mighty whip will tame the unruliest task. But.. It's also… So FUN AND DISTRACTING!! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "weaponSpecialSpring2017MageText": "Magic Fetching Stick", - "weaponSpecialSpring2017MageNotes": "When you're not crafting spells with it, you can throw it and then bring it back! What fun!! Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "weaponSpecialSpring2017MageNotes": "When you're not crafting spells with it, you can throw it and then bring it back! What fun!! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "weaponSpecialSpring2017HealerText": "Bastón na Itlóg", - "weaponSpecialSpring2017HealerNotes": "The true magic of this wand is the secret of new life inside the colorful shell. Pinapataás ang Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "weaponSpecialSpring2017HealerNotes": "The true magic of this wand is the secret of new life inside the colorful shell. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "weaponSpecialSummer2017RogueText": "Sea Dragon Fins", - "weaponSpecialSummer2017RogueNotes": "The edges of these fins are razor-sharp. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "weaponSpecialSummer2017RogueNotes": "The edges of these fins are razor-sharp. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "weaponSpecialSummer2017WarriorText": "Pínakamakapangyarihang Payong na Pámbaybáy-Dagat", - "weaponSpecialSummer2017WarriorNotes": "All fear it. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "weaponSpecialSummer2017WarriorNotes": "Kinakatakutan ng lahát. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "weaponSpecialSummer2017MageText": "Whirlpool Whips", - "weaponSpecialSummer2017MageNotes": "Summon up magical whips of boiling water to smite your tasks! Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "weaponSpecialSummer2017MageNotes": "Summon up magical whips of boiling water to smite your tasks! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "weaponSpecialSummer2017HealerText": "Bastón na Perlas", - "weaponSpecialSummer2017HealerNotes": "A single touch from this pearl-tipped wand soothes away all wounds. Pinapataás ang Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "weaponSpecialSummer2017HealerNotes": "A single touch from this pearl-tipped wand soothes away all wounds. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "weaponSpecialFall2017RogueText": "Candied Apple Mace", - "weaponSpecialFall2017RogueNotes": "Defeat your foes with sweetness! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "weaponSpecialFall2017RogueNotes": "Defeat your foes with sweetness! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "weaponSpecialFall2017WarriorText": "Candy Corn Lance", - "weaponSpecialFall2017WarriorNotes": "All your foes will cower before this tasty-looking lance, regardless of whether they're ghosts, monsters, or red To-Dos. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "weaponSpecialFall2017WarriorNotes": "All your foes will cower before this tasty-looking lance, regardless of whether they're ghosts, monsters, or red To-Dos. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "weaponSpecialFall2017MageText": "Spooky Staff", - "weaponSpecialFall2017MageNotes": "The eyes of the glowing skull on this staff radiate magic and mystery. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "weaponSpecialFall2017MageNotes": "The eyes of the glowing skull on this staff radiate magic and mystery. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "weaponSpecialFall2017HealerText": "Creepy Candelabra", - "weaponSpecialFall2017HealerNotes": "This light dispels fear and lets others know you're here to help. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "weaponSpecialFall2017HealerNotes": "This light dispels fear and lets others know you're here to help. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "weaponSpecialWinter2018RogueText": "Peppermint Hook", - "weaponSpecialWinter2018RogueNotes": "Perfect for climbing walls or distracting your foes with sweet, sweet candy. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "weaponSpecialWinter2018RogueNotes": "Perfect for climbing walls or distracting your foes with sweet, sweet candy. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "weaponSpecialWinter2018WarriorText": "Holiday Bow Hammer", - "weaponSpecialWinter2018WarriorNotes": "The sparkly appearance of this bright weapon will dazzle your enemies as you swing it! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "weaponSpecialWinter2018WarriorNotes": "The sparkly appearance of this bright weapon will dazzle your enemies as you swing it! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "weaponSpecialWinter2018MageText": "Holiday Confetti", - "weaponSpecialWinter2018MageNotes": "Magic--and glitter--is in the air! Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "weaponSpecialWinter2018MageNotes": "Magic--and glitter--is in the air! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "weaponSpecialWinter2018HealerText": "Bastón na Mwérdago", - "weaponSpecialWinter2018HealerNotes": "This mistletoe ball is sure to enchant and delight passersby! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "weaponSpecialWinter2018HealerNotes": "This mistletoe ball is sure to enchant and delight passersby! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "weaponSpecialSpring2018RogueText": "Buoyant Bullrush", - "weaponSpecialSpring2018RogueNotes": "What might appear to be cute cattails are actually quite effective weapons in the right wings. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "weaponSpecialSpring2018RogueNotes": "What might appear to be cute cattails are actually quite effective weapons in the right wings. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "weaponSpecialSpring2018WarriorText": "Axe of Daybreak", - "weaponSpecialSpring2018WarriorNotes": "Made of bright gold, this axe is mighty enough to attack the reddest task! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "weaponSpecialSpring2018WarriorNotes": "Made of bright gold, this axe is mighty enough to attack the reddest task! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "weaponSpecialSpring2018MageText": "Tulip Stave", - "weaponSpecialSpring2018MageNotes": "This magic flower never wilts! Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "weaponSpecialSpring2018MageNotes": "This magic flower never wilts! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "weaponSpecialSpring2018HealerText": "Garnet Rod", - "weaponSpecialSpring2018HealerNotes": "The stones in this staff will focus your power when you cast healing spells! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "weaponSpecialSpring2018HealerNotes": "The stones in this staff will focus your power when you cast healing spells! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "weaponSpecialSummer2018RogueText": "Fishing Rod", - "weaponSpecialSummer2018RogueNotes": "This lightweight, practically unbreakable rod and reel can be dual-wielded to maximize your DPS (Dragonfish Per Summer). Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "weaponSpecialSummer2018RogueNotes": "This lightweight, practically unbreakable rod and reel can be dual-wielded to maximize your DPS (Dragonfish Per Summer). Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "weaponSpecialSummer2018WarriorText": "Betta Fish Spear", - "weaponSpecialSummer2018WarriorNotes": "Mighty enough for battle, elegant enough for ceremony, this exquisitely crafted spear shows you will protect your home surf no matter what! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "weaponSpecialSummer2018WarriorNotes": "Mighty enough for battle, elegant enough for ceremony, this exquisitely crafted spear shows you will protect your home surf no matter what! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "weaponSpecialSummer2018MageText": "Lionfish Fin Rays", - "weaponSpecialSummer2018MageNotes": "Underwater, magic based on fire, ice, or electricity can prove hazardous to the Mage wielding it. Conjuring poisonous spines, however, works brilliantly! Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "weaponSpecialSummer2018MageNotes": "Underwater, magic based on fire, ice, or electricity can prove hazardous to the Mage wielding it. Conjuring poisonous spines, however, works brilliantly! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "weaponSpecialSummer2018HealerText": "Merfolk Monarch Trident", - "weaponSpecialSummer2018HealerNotes": "With a benevolent gesture, you command healing water to flow through your dominions in waves. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "weaponSpecialSummer2018HealerNotes": "With a benevolent gesture, you command healing water to flow through your dominions in waves. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "weaponSpecialFall2018RogueText": "Vial of Clarity", - "weaponSpecialFall2018RogueNotes": "When you need to come back to your senses, when you need a little boost to make the right decision, take a deep breath and a sip. It'll be OK! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", + "weaponSpecialFall2018RogueNotes": "When you need to come back to your senses, when you need a little boost to make the right decision, take a deep breath and a sip. It'll be OK! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "weaponSpecialFall2018WarriorText": "Whip of Minos", - "weaponSpecialFall2018WarriorNotes": "Not quite long enough to unwind behind you for keeping your bearings in a maze. Well, maybe a very small maze. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", + "weaponSpecialFall2018WarriorNotes": "Not quite long enough to unwind behind you for keeping your bearings in a maze. Well, maybe a very small maze. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "weaponSpecialFall2018MageText": "Staff of Sweetness", - "weaponSpecialFall2018MageNotes": "This is no ordinary lollipop! The glowing orb of magic sugar atop this staff has the power to make good habits stick to you. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018. Two-handed item.", + "weaponSpecialFall2018MageNotes": "This is no ordinary lollipop! The glowing orb of magic sugar atop this staff has the power to make good habits stick to you. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018. Two-handed item.", "weaponSpecialFall2018HealerText": "Starving Staff", - "weaponSpecialFall2018HealerNotes": "Just keep this staff fed, and it will bestow Blessings. If you forget to feed it, keep your fingers out of reach. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", + "weaponSpecialFall2018HealerNotes": "Just keep this staff fed, and it will bestow Blessings. If you forget to feed it, keep your fingers out of reach. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "weaponSpecialWinter2019RogueText": "Poinsettia Bouquet", - "weaponSpecialWinter2019RogueNotes": "Use this festive bouquet to further camouflage yourself, or generously gift it to brighten a friend's day! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "weaponSpecialWinter2019RogueNotes": "Use this festive bouquet to further camouflage yourself, or generously gift it to brighten a friend's day! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "weaponSpecialWinter2019WarriorText": "Snowflake Halberd", - "weaponSpecialWinter2019WarriorNotes": "This snowflake was grown, ice crystal by ice crystal, into a diamond-hard blade! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "weaponSpecialWinter2019WarriorNotes": "This snowflake was grown, ice crystal by ice crystal, into a diamond-hard blade! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "weaponSpecialWinter2019MageText": "Fiery Dragon Staff", - "weaponSpecialWinter2019MageNotes": "Watch out! This explosive staff is ready to help you take on all comers. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2018-2019 Winter Gear", + "weaponSpecialWinter2019MageNotes": "Watch out! This explosive staff is ready to help you take on all comers. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "weaponSpecialWinter2019HealerText": "Bastón ng Taglamíg", - "weaponSpecialWinter2019HealerNotes": "Winter can be a time of rest and healing, and so this wand of winter magic can help to soothe the most grievous hurts. Pinapataás ang Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "weaponSpecialWinter2019HealerNotes": "Winter can be a time of rest and healing, and so this wand of winter magic can help to soothe the most grievous hurts. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "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", @@ -297,171 +297,171 @@ "weaponMystery301404Text": "Steampunk Cane", "weaponMystery301404Notes": "Excellent for taking a turn about town. March 3015 Subscriber Item. Confers no benefit.", "weaponArmoireBasicCrossbowText": "Basic Crossbow", - "weaponArmoireBasicCrossbowNotes": "This crossbow can pierce a task's armor from very far away! Increases Strength by <%= str %>, Perception by <%= per %>, and Constitution by <%= con %>. Enchanted Armoire: Independent Item.", + "weaponArmoireBasicCrossbowNotes": "This crossbow can pierce a task's armor from very far away! Nagtataás ng Lakás ng <%= str %>, Pandamá ng <%= per %>, at Pangangatawán ng <%= con %>. Enchanted Armoire: Independent Item.", "weaponArmoireLunarSceptreText": "Soothing Lunar Sceptre", - "weaponArmoireLunarSceptreNotes": "The healing power of this wand waxes and wanes. Increases Constitution by <%= con %> and Intelligence by <%= int %>. Enchanted Armoire: Soothing Lunar Set (Item 3 of 3).", + "weaponArmoireLunarSceptreNotes": "The healing power of this wand waxes and wanes. Nagtataás ng Pangangatawán ng <%= con %> at Katalinuhan ng <%= int %>. Enchanted Armoire: Soothing Lunar Set (Item 3 of 3).", "weaponArmoireRancherLassoText": "Rancher Lasso", - "weaponArmoireRancherLassoNotes": "Lassos: the ideal tool for rounding up and wrangling. Increases Strength by <%= str %>, Perception by <%= per %>, and Intelligence by <%= int %>. Enchanted Armoire: Rancher Set (Item 3 of 3).", + "weaponArmoireRancherLassoNotes": "Lassos: the ideal tool for rounding up and wrangling. Nagtataás ng Lakás ng <%= str %>, Pandamá ng <%= per %>, at Katalinuhan ng <%= int %>. Enchanted Armoire: Rancher Set (Item 3 of 3).", "weaponArmoireMythmakerSwordText": "Mythmaker Sword", - "weaponArmoireMythmakerSwordNotes": "Though it may seem humble, this sword has made many mythic heroes. Increases Perception and Strength by <%= attrs %> each. Enchanted Armoire: Golden Toga Set (Item 3 of 3).", + "weaponArmoireMythmakerSwordNotes": "Though it may seem humble, this sword has made many mythic heroes. Nagtataás ng Pandamá at Lakás ng <%= attrs %> bawat isá. Enchanted Armoire: Golden Toga Set (Item 3 of 3).", "weaponArmoireIronCrookText": "Iron Crook", - "weaponArmoireIronCrookNotes": "Fiercely hammered from iron, this iron crook is good at herding sheep. Increases Perception and Strength by <%= attrs %> each. Enchanted Armoire: Horned Iron Set (Item 3 of 3).", + "weaponArmoireIronCrookNotes": "Fiercely hammered from iron, this iron crook is good at herding sheep. Nagtataás ng Pandamá at Lakás ng <%= attrs %> bawat isá. Enchanted Armoire: Horned Iron Set (Item 3 of 3).", "weaponArmoireGoldWingStaffText": "Gold Wing Staff", - "weaponArmoireGoldWingStaffNotes": "The wings on this staff constantly flutter and twist. Increases all Stats by <%= attrs %> each. Enchanted Armoire: Independent Item.", + "weaponArmoireGoldWingStaffNotes": "The wings on this staff constantly flutter and twist. Nagtataás ng Lahát ng mga Katangian ng <%= attrs %> bawat isá. Enchanted Armoire: Independent Item.", "weaponArmoireBatWandText": "Bastón na Panikì", - "weaponArmoireBatWandNotes": "This wand can turn any task into a bat! Wave it about and watch them fly away. Pinapataás ang Katalinuhan ng <%= int %> at Perception by <%= per %>. Enchanted Armoire: Independent Item.", + "weaponArmoireBatWandNotes": "This wand can turn any task into a bat! Wave it about and watch them fly away. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Enchanted Armoire: Independent Item.", "weaponArmoireShepherdsCrookText": "Shepherd's Crook", - "weaponArmoireShepherdsCrookNotes": "Useful for herding gryphons. Increases Constitution by <%= con %>. Enchanted Armoire: Shepherd Set (Item 1 of 3).", + "weaponArmoireShepherdsCrookNotes": "Useful for herding gryphons. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Shepherd Set (Item 1 of 3).", "weaponArmoireCrystalCrescentStaffText": "Crystal Crescent Staff", - "weaponArmoireCrystalCrescentStaffNotes": "Summon the power of the crescent moon with this shining staff! Increases Intelligence and Strength by <%= attrs %> each. Enchanted Armoire: Crystal Crescent Set (Item 3 of 3).", + "weaponArmoireCrystalCrescentStaffNotes": "Summon the power of the crescent moon with this shining staff! Nagtataás ng Katalinuhan at Lakás ng <%= attrs %> bawat isá. Enchanted Armoire: Crystal Crescent Set (Item 3 of 3).", "weaponArmoireBlueLongbowText": "Blue Longbow", - "weaponArmoireBlueLongbowNotes": "Ready... Aim... Fire! This bow has great range. Increases Perception by <%= per %>, Constitution by <%= con %>, and Strength by <%= str %>. Enchanted Armoire: Iron Archer Set (Item 3 of 3).", + "weaponArmoireBlueLongbowNotes": "Ready... Aim... Fire! This bow has great range. Nagtataás ng Pandamá ng <%= per %>, Pangangatawán ng <%= con %>, at Lakás ng <%= str %>. Enchanted Armoire: Iron Archer Set (Item 3 of 3).", "weaponArmoireGlowingSpearText": "Glowing Spear", - "weaponArmoireGlowingSpearNotes": "This spear hypnotizes wild tasks so you can attack them. Increases Strength by <%= str %>. Enchanted Armoire: Independent Item.", + "weaponArmoireGlowingSpearNotes": "This spear hypnotizes wild tasks so you can attack them. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Independent Item.", "weaponArmoireBarristerGavelText": "Barrister Gavel", - "weaponArmoireBarristerGavelNotes": "Order! Increases Strength and Constitution by <%= attrs %> each. Enchanted Armoire: Barrister Set (Item 3 of 3).", + "weaponArmoireBarristerGavelNotes": "Order! Nagtataás ng Lakás at Pangangatawán ng <%= attrs %> bawat isá. Enchanted Armoire: Barrister Set (Item 3 of 3).", "weaponArmoireJesterBatonText": "Jester Baton", - "weaponArmoireJesterBatonNotes": "With a wave of your baton and some witty repartee, even the most complicated situations become clear. Increases Intelligence and Perception by <%= attrs %> each. Enchanted Armoire: Jester Set (Item 3 of 3).", + "weaponArmoireJesterBatonNotes": "With a wave of your baton and some witty repartee, even the most complicated situations become clear. Nagtataás ng Katalinuhan at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Jester Set (Item 3 of 3).", "weaponArmoireMiningPickaxText": "Mining Pickax", - "weaponArmoireMiningPickaxNotes": "Mine the maximum amount of gold from your tasks! Increases Perception by <%= per %>. Enchanted Armoire: Miner Set (Item 3 of 3).", + "weaponArmoireMiningPickaxNotes": "Mine the maximum amount of gold from your tasks! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Miner Set (Item 3 of 3).", "weaponArmoireBasicLongbowText": "Basic Longbow", - "weaponArmoireBasicLongbowNotes": "A serviceable hand-me-down bow. Increases Strength by <%= str %>. Enchanted Armoire: Basic Archer Set (Item 1 of 3).", + "weaponArmoireBasicLongbowNotes": "A serviceable hand-me-down bow. Nagtataás ng Lakás ng <%= str %>.Enchanted Armoire: Basic Archer Set (Item 1 of 3).", "weaponArmoireHabiticanDiplomaText": "Habitican Diploma", - "weaponArmoireHabiticanDiplomaNotes": "A certificate of significant achievement -- well done! Increases Intelligence by <%= int %>. Enchanted Armoire: Graduate Set (Item 1 of 3).", + "weaponArmoireHabiticanDiplomaNotes": "A certificate of significant achievement -- well done! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Graduate Set (Item 1 of 3).", "weaponArmoireSandySpadeText": "Sandy Spade", - "weaponArmoireSandySpadeNotes": "A tool for digging, as well as flicking sand into the eyes of enemy monsters. Increases Strength by <%= str %>. Enchanted Armoire: Seaside Set (Item 1 of 3).", + "weaponArmoireSandySpadeNotes": "A tool for digging, as well as flicking sand into the eyes of enemy monsters. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Seaside Set (Item 1 of 3).", "weaponArmoireCannonText": "Cannon", - "weaponArmoireCannonNotes": "Arr! Set your aim with determination. Increases Strength by <%= str %>. Enchanted Armoire: Cannoneer Set (Item 1 of 3).", + "weaponArmoireCannonNotes": "Arr! Set your aim with determination. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Cannoneer Set (Item 1 of 3).", "weaponArmoireVermilionArcherBowText": "Vermilion Archer Bow", - "weaponArmoireVermilionArcherBowNotes": "Your arrow will fly like a shooting star from this brilliant red bow! Increases Strength by <%= str %>. Enchanted Armoire: Vermilion Archer Set (Item 1 of 3).", + "weaponArmoireVermilionArcherBowNotes": "Your arrow will fly like a shooting star from this brilliant red bow! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Vermilion Archer Set (Item 1 of 3).", "weaponArmoireOgreClubText": "Ogre Club", - "weaponArmoireOgreClubNotes": "This club was salvaged from an actual Ogre's lair. Increases Strength by <%= str %>. Enchanted Armoire: Ogre Outfit (Item 2 of 3).", + "weaponArmoireOgreClubNotes": "This club was salvaged from an actual Ogre's lair. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Ogre Outfit (Item 2 of 3).", "weaponArmoireWoodElfStaffText": "Wood Elf Staff", - "weaponArmoireWoodElfStaffNotes": "Made from a fallen limb of an ancient tree, this staff will help you communicate with forest denizens great and small. Increases Intelligence by <%= int %>. Enchanted Armoire: Wood Elf Set (Item 3 of 3).", + "weaponArmoireWoodElfStaffNotes": "Made from a fallen limb of an ancient tree, this staff will help you communicate with forest denizens great and small. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Wood Elf Set (Item 3 of 3).", "weaponArmoireWandOfHeartsText": "Bastón ng mga Pusò", - "weaponArmoireWandOfHeartsNotes": "This wand sparkles with a warm red light. It will also grant your heart wisdom. Pinapataás ang Katalinuhan ng <%= int %>.. Enchanted Armoire: Queen of Hearts Set (Item 3 of 3).", + "weaponArmoireWandOfHeartsNotes": "This wand sparkles with a warm red light. It will also grant your heart wisdom. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Queen of Hearts Set (Item 3 of 3).", "weaponArmoireForestFungusStaffText": "Forest Fungus Staff", - "weaponArmoireForestFungusStaffNotes": "Use this gnarled staff to work mycological magic! Increases Intelligence by <%= int %> and Perception by <%= per %>. Enchanted Armoire: Independent Item.", + "weaponArmoireForestFungusStaffNotes": "Use this gnarled staff to work mycological magic! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Enchanted Armoire: Independent Item.", "weaponArmoireFestivalFirecrackerText": "Festival Firecracker", - "weaponArmoireFestivalFirecrackerNotes": "Enjoy this delightful sparkler responsibly. Increases Perception by <%= per %>. Enchanted Armoire: Festival Attire Set (Item 3 of 3).", + "weaponArmoireFestivalFirecrackerNotes": "Enjoy this delightful sparkler responsibly. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Festival Attire Set (Item 3 of 3).", "weaponArmoireMerchantsDisplayTrayText": "Merchant's Display Tray", - "weaponArmoireMerchantsDisplayTrayNotes": "Use this lacquered tray to show the fine goods you're offering for sale. Increases Intelligence by <%= int %>. Enchanted Armoire: Merchant Set (Item 3 of 3).", + "weaponArmoireMerchantsDisplayTrayNotes": "Use this lacquered tray to show the fine goods you're offering for sale. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Merchant Set (Item 3 of 3).", "weaponArmoireBattleAxeText": "Ancient Axe", - "weaponArmoireBattleAxeNotes": "This fine iron axe is well-suited to battling your fiercest foes or your most difficult tasks. Increases Intelligence by <%= int %> and Constitution by <%= con %>. Enchanted Armoire: Independent Item.", + "weaponArmoireBattleAxeNotes": "This fine iron axe is well-suited to battling your fiercest foes or your most difficult tasks. Nagtataás ng Katalinuhan ng <%= int %> at Pangangatawán ng <%= con %>. Enchanted Armoire: Independent Item.", "weaponArmoireHoofClippersText": "Hoof Clippers", - "weaponArmoireHoofClippersNotes": "Trim the hooves of your hard-working mounts to help them stay healthy as they carry you to adventure! Increases Strength, Intelligence, and Constitution by <%= attrs %> each. Enchanted Armoire: Farrier Set (Item 1 of 3).", + "weaponArmoireHoofClippersNotes": "Trim the hooves of your hard-working mounts to help them stay healthy as they carry you to adventure! Nagtataás ng Lakás, Katalinuhan, at Pangangatawán ng <%= attrs %> bawat isá. Enchanted Armoire: Farrier Set (Item 1 of 3).", "weaponArmoireWeaversCombText": "Weaver's Comb", - "weaponArmoireWeaversCombNotes": "Use this comb to pack your weft threads together to make a tightly woven fabric. Increases Perception by <%= per %> and Strength by <%= str %>. Enchanted Armoire: Weaver Set (Item 2 of 3).", + "weaponArmoireWeaversCombNotes": "Use this comb to pack your weft threads together to make a tightly woven fabric. Nagtataás ng Pandamá <%= per %> at Lakás ng <%= str %>. Enchanted Armoire: Weaver Set (Item 2 of 3).", "weaponArmoireLamplighterText": "Lamplighter", - "weaponArmoireLamplighterNotes": "This long pole has a wick on one end for lighting lamps, and a hook on the other end for putting them out. Increases Constitution by <%= con %> and Perception by <%= per %>. Enchanted Armoire: Lamplighter's Set (Item 1 of 4)", + "weaponArmoireLamplighterNotes": "This long pole has a wick on one end for lighting lamps, and a hook on the other end for putting them out. Nagtataás ng Pangangatawán ng <%= con %> at Pandamá ng <%= per %>. Enchanted Armoire: Lamplighter's Set (Item 1 of 4)", "weaponArmoireCoachDriversWhipText": "Coach Driver's Whip", - "weaponArmoireCoachDriversWhipNotes": "Your steeds know what they're doing, so this whip is just for show (and the neat snapping sound!). Increases Intelligence by <%= int %> and Strength by <%= str %>. Enchanted Armoire: Coach Driver Set (Item 3 of 3).", + "weaponArmoireCoachDriversWhipNotes": "Your steeds know what they're doing, so this whip is just for show (and the neat snapping sound!). Nagtataás ng Katalinuhan ng <%= int %> at Lakás ng <%= str %>. Enchanted Armoire: Coach Driver Set (Item 3 of 3).", "weaponArmoireScepterOfDiamondsText": "Scepter of Diamonds", - "weaponArmoireScepterOfDiamondsNotes": "This scepter shines with a warm red glow as it grants you increased willpower. Increases Strength by <%= str %>. Enchanted Armoire: King of Diamonds Set (Item 3 of 4).", + "weaponArmoireScepterOfDiamondsNotes": "This scepter shines with a warm red glow as it grants you increased willpower. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: King of Diamonds Set (Item 3 of 4).", "weaponArmoireFlutteryArmyText": "Fluttery Army", - "weaponArmoireFlutteryArmyNotes": "This group of scrappy lepidopterans is ready to flap fiercely and cool down your reddest tasks! Increases Constitution, Intelligence, and Strength by <%= attrs %> each. Enchanted Armoire: Fluttery Frock Set (Item 3 of 4).", + "weaponArmoireFlutteryArmyNotes": "This group of scrappy lepidopterans is ready to flap fiercely and cool down your reddest tasks! Nagtataás ng Pangangatawán, Katalinuhan, at Lakás ng <%= attrs %> bawat isá. Enchanted Armoire: Fluttery Frock Set (Item 3 of 4).", "weaponArmoireCobblersHammerText": "Cobbler's Hammer", - "weaponArmoireCobblersHammerNotes": "This hammer is specially made for leatherwork. It can do a real number on a red Daily in a pinch, though. Increases Constitution and Strength by <%= attrs %> each. Enchanted Armoire: Cobbler Set (Item 2 of 3).", + "weaponArmoireCobblersHammerNotes": "This hammer is specially made for leatherwork. It can do a real number on a red Daily in a pinch, though. Nagtataás ng Pangangatawán at Lakás ng <%= attrs %> bawát isá. Enchanted Armoire: Cobbler Set (Item 2 of 3).", "weaponArmoireGlassblowersBlowpipeText": "Glassblower's Blowpipe", - "weaponArmoireGlassblowersBlowpipeNotes": "Use this tube to blow molten glass into beautiful vases, ornaments, and other fancy things. Increases Strength by <%= str %>. Enchanted Armoire: Glassblower Set (Item 1 of 4).", + "weaponArmoireGlassblowersBlowpipeNotes": "Use this tube to blow molten glass into beautiful vases, ornaments, and other fancy things. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Glassblower Set (Item 1 of 4).", "weaponArmoirePoisonedGobletText": "Poisoned Goblet", - "weaponArmoirePoisonedGobletNotes": "Use this to build your resistance to iocane powder and other inconceivably dangerous poisons. Increases Intelligence by <%= int %>. Enchanted Armoire: Piratical Princess Set (Item 3 of 4).", + "weaponArmoirePoisonedGobletNotes": "Use this to build your resistance to iocane powder and other inconceivably dangerous poisons. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Piratical Princess Set (Item 3 of 4).", "weaponArmoireJeweledArcherBowText": "Jeweled Archer Bow", - "weaponArmoireJeweledArcherBowNotes": "This bow of gold and gems will send your arrows to their targets at incredible speed. Increases Intelligence by <%= int %>. Enchanted Armoire: Jeweled Archer Set (Item 3 of 3).", + "weaponArmoireJeweledArcherBowNotes": "This bow of gold and gems will send your arrows to their targets at incredible speed. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Jeweled Archer Set (Item 3 of 3).", "weaponArmoireNeedleOfBookbindingText": "Needle of Bookbinding", - "weaponArmoireNeedleOfBookbindingNotes": "You'd be surprised at how tough books can be. This needle can pierce right to the heart of your chores. Increases Strength by <%= str %>. Enchanted Armoire: Bookbinder Set (Item 3 of 4).", + "weaponArmoireNeedleOfBookbindingNotes": "You'd be surprised at how tough books can be. This needle can pierce right to the heart of your chores. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Bookbinder Set (Item 3 of 4).", "weaponArmoireSpearOfSpadesText": "Spear of Spades", - "weaponArmoireSpearOfSpadesNotes": "This knightly lance is perfect for attacking your reddest Habits and Dailies. Increases Constitution by <%= con %>. Enchanted Armoire: Ace of Spades Set (Item 3 of 3).", + "weaponArmoireSpearOfSpadesNotes": "This knightly lance is perfect for attacking your reddest Habits and Dailies. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Ace of Spades Set (Item 3 of 3).", "weaponArmoireArcaneScrollText": "Arcane Scroll", - "weaponArmoireArcaneScrollNotes": "This ancient To-Do list is filled with strange symbols and spells from a forgotten age. Increases Intelligence by <%= int %>. Enchanted Armoire: Scribe Set (Item 3 of 3).", + "weaponArmoireArcaneScrollNotes": "This ancient To-Do list is filled with strange symbols and spells from a forgotten age. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Scribe Set (Item 3 of 3).", "armor": "armor", "armorCapitalized": "Armor", "armorBase0Text": "Plain Clothing", "armorBase0Notes": "Ordinary clothing. Confers no benefit.", "armorWarrior1Text": "Leather Armor", - "armorWarrior1Notes": "Jerkin of sturdy boiled hide. Increases Constitution by <%= con %>.", + "armorWarrior1Notes": "Jerkin of sturdy boiled hide. Nagtataás ng Pangangatawán ng <%= con %>.", "armorWarrior2Text": "Chain Mail", - "armorWarrior2Notes": "Armor of interlocked metal rings. Increases Constitution by <%= con %>.", + "armorWarrior2Notes": "Armor of interlocked metal rings. Nagtataás ng Pangangatawán ng <%= con %>.", "armorWarrior3Text": "Plate Armor", - "armorWarrior3Notes": "Suit of all-encasing steel, the pride of knights. Increases Constitution by <%= con %>.", + "armorWarrior3Notes": "Suit of all-encasing steel, the pride of knights. Nagtataás ng Pangangatawán ng <%= con %>.", "armorWarrior4Text": "Red Armor", - "armorWarrior4Notes": "Heavy plate glowing with defensive enchantments. Increases Constitution by <%= con %>.", + "armorWarrior4Notes": "Heavy plate glowing with defensive enchantments. Nagtataás ng Pangangatawán ng <%= con %>.", "armorWarrior5Text": "Golden Armor", - "armorWarrior5Notes": "Looks ceremonial, but no known blade can pierce it. Increases Constitution by <%= con %>.", + "armorWarrior5Notes": "Looks ceremonial, but no known blade can pierce it. Nagtataás ng Pangangatawán ng <%= con %>.", "armorRogue1Text": "Oiled Leather", - "armorRogue1Notes": "Leather armor treated to reduce noise. Increases Perception by <%= per %>.", + "armorRogue1Notes": "Leather armor treated to reduce noise. Nagtataás ng Pandamá ng <%= per %>.", "armorRogue2Text": "Black Leather", - "armorRogue2Notes": "Colored with dark dye to blend into shadows. Increases Perception by <%= per %>.", + "armorRogue2Notes": "Colored with dark dye to blend into shadows. Nagtataás ng Pandamá ng <%= per %>.", "armorRogue3Text": "Camouflage Vest", - "armorRogue3Notes": "Equally discreet in dungeon or wilderness. Increases Perception by <%= per %>.", + "armorRogue3Notes": "Equally discreet in dungeon or wilderness. Nagtataás ng Pandamá ng <%= per %>.", "armorRogue4Text": "Penumbral Armor", - "armorRogue4Notes": "Wraps the wearer in a veil of twilight. Increases Perception by <%= per %>.", + "armorRogue4Notes": "Wraps the wearer in a veil of twilight. Nagtataás ng Pandamá ng <%= per %>.", "armorRogue5Text": "Umbral Armor", - "armorRogue5Notes": "Allows stealth in the open in broad daylight. Increases Perception by <%= per %>.", + "armorRogue5Notes": "Allows stealth in the open in broad daylight. Nagtataás ng Pandamá ng <%= per %>.", "armorWizard1Text": "Magician Robe", - "armorWizard1Notes": "Hedge-mage's outfit. Increases Intelligence by <%= int %>.", + "armorWizard1Notes": "Hedge-mage's outfit. Nagtataás ng Katalinuhan ng <%= int %>.", "armorWizard2Text": "Wizard Robe", - "armorWizard2Notes": "Clothes for a wandering wonder-worker. Increases Intelligence by <%= int %>.", + "armorWizard2Notes": "Clothes for a wandering wonder-worker. Nagtataás ng Katalinuhan ng <%= int %>.", "armorWizard3Text": "Robe of Mysteries", - "armorWizard3Notes": "Denotes initiation into elite secrets. Increases Intelligence by <%= int %>.", + "armorWizard3Notes": "Denotes initiation into elite secrets. Nagtataás ng Katalinuhan ng <%= int %>.", "armorWizard4Text": "Archmage Robe", - "armorWizard4Notes": "Spirits and elementals bow before it. Increases Intelligence by <%= int %>.", + "armorWizard4Notes": "Spirits and elementals bow before it. Nagtataás ng Katalinuhan ng <%= int %>.", "armorWizard5Text": "Royal Magus Robe", - "armorWizard5Notes": "Symbol of the power behind the throne. Increases Intelligence by <%= int %>.", + "armorWizard5Notes": "Symbol of the power behind the throne. Nagtataás ng Katalinuhan ng <%= int %>.", "armorHealer1Text": "Acolyte Robe", - "armorHealer1Notes": "Garment showing humility and purpose. Increases Constitution by <%= con %>.", + "armorHealer1Notes": "Garment showing humility and purpose. Nagtataás ng Pangangatawán ng <%= con %>.", "armorHealer2Text": "Medic Robe", - "armorHealer2Notes": "Worn by those dedicated to tending the wounded in battle. Increases Constitution by <%= con %>.", + "armorHealer2Notes": "Worn by those dedicated to tending the wounded in battle. Nagtataás ng Pangangatawán ng <%= con %>.", "armorHealer3Text": "Defender Mantle", - "armorHealer3Notes": "Turns the healer's own magics inward to fend off harm. Increases Constitution by <%= con %>.", + "armorHealer3Notes": "Turns the healer's own magics inward to fend off harm. Nagtataás ng Pangangatawán ng <%= con %>.", "armorHealer4Text": "Physician Mantle", - "armorHealer4Notes": "Projects authority and dissipates curses. Increases Constitution by <%= con %>.", + "armorHealer4Notes": "Projects authority and dissipates curses. Nagtataás ng Pangangatawán ng <%= con %>.", "armorHealer5Text": "Royal Mantle", - "armorHealer5Notes": "Attire of those who have saved the lives of kings. Increases Constitution by <%= con %>.", + "armorHealer5Notes": "Attire of those who have saved the lives of kings. Nagtataás ng Pangangatawán ng <%= con %>.", "armorSpecial0Text": "Shade Armor", - "armorSpecial0Notes": "Screams when struck, for it feels pain in its wearer's place. Increases Constitution by <%= con %>.", + "armorSpecial0Notes": "Screams when struck, for it feels pain in its wearer's place. Nagtataás ng Pangangatawán ng <%= con %>.", "armorSpecial1Text": "Crystal Armor", - "armorSpecial1Notes": "Its tireless power inures the wearer to mundane discomfort. Increases all Stats by <%= attrs %>.", + "armorSpecial1Notes": "Its tireless power inures the wearer to mundane discomfort. Nagtataás ng Lahát ng mga Katangian ng <%= attrs %>.", "armorSpecial2Text": "Jean Chalard's Noble Tunic", - "armorSpecial2Notes": "Makes you extra fluffy! Increases Constitution and Intelligence by <%= attrs %> each.", + "armorSpecial2Notes": "Makes you extra fluffy! Nagtataás ng Pangangatawán at Katalinuhan ng <%= attrs %> bawat isá.", "armorSpecialTakeThisText": "Take This Armor", - "armorSpecialTakeThisNotes": "This armor was earned by participating in a sponsored Challenge made by Take This. Congratulations! Increases all Stats by <%= attrs %>.", + "armorSpecialTakeThisNotes": "This armor was earned by participating in a sponsored Challenge made by Take This. Congratulations! Nagtataás ng Lahát ng mga Katangian ng <%= attrs %>.", "armorSpecialFinnedOceanicArmorText": "Finned Oceanic Armor", - "armorSpecialFinnedOceanicArmorNotes": "Although delicate, this armor makes your skin as harmful to the touch as a fire coral. Increases Strength by <%= str %>.", + "armorSpecialFinnedOceanicArmorNotes": "Although delicate, this armor makes your skin as harmful to the touch as a fire coral. Nagtataás ng Lakás ng <%= str %>.", "armorSpecialPyromancersRobesText": "Pyromancer's Robes", - "armorSpecialPyromancersRobesNotes": "These elegant robes bestow each strike and spell with a burst of ethereal fire. Increases Constitution by <%= con %>.", + "armorSpecialPyromancersRobesNotes": "These elegant robes bestow each strike and spell with a burst of ethereal fire. Nagtataás ng Pangangatawán ng <%= con %>.", "armorSpecialBardRobesText": "Bardic Robes", - "armorSpecialBardRobesNotes": "These colorful robes may be conspicuous, but you can sing your way out of any situation. Increases Perception by <%= per %>.", + "armorSpecialBardRobesNotes": "These colorful robes may be conspicuous, but you can sing your way out of any situation. Nagtataás ng Pandamá ng <%= per %>.", "armorSpecialLunarWarriorArmorText": "Lunar Warrior Armor", - "armorSpecialLunarWarriorArmorNotes": "This armor is forged of moonstone and magical steel. Increases Strength and Constitution by <%= attrs %> each.", + "armorSpecialLunarWarriorArmorNotes": "This armor is forged of moonstone and magical steel. Nagtataás ng Lakás at Pangangatawán ng <%= attrs %> bawat isá.", "armorSpecialMammothRiderArmorText": "Mammoth Rider Armor", - "armorSpecialMammothRiderArmorNotes": "This suit of fur and leather includes a snazzy cape studded with rose quartz gems. It will protect you from bitter winds as you adventure in the coldest climes. Increases Constitution by <%= con %>.", + "armorSpecialMammothRiderArmorNotes": "This suit of fur and leather includes a snazzy cape studded with rose quartz gems. It will protect you from bitter winds as you adventure in the coldest climes. Nagtataás ng Pangangatawán ng <%= con %>.", "armorSpecialPageArmorText": "Page Armor", - "armorSpecialPageArmorNotes": "Carry everything you need in your perfect pack! Increases Constitution by <%= con %>.", + "armorSpecialPageArmorNotes": "Carry everything you need in your perfect pack! Nagtataás ng Pangangatawán ng <%= con %>.", "armorSpecialRoguishRainbowMessengerRobesText": "Roguish Rainbow Messenger Robes", - "armorSpecialRoguishRainbowMessengerRobesNotes": "These vividly striped robes will allow you to fly through gale-force winds smoothly and safely. Increases Strength by <%= str %>.", + "armorSpecialRoguishRainbowMessengerRobesNotes": "These vividly striped robes will allow you to fly through gale-force winds smoothly and safely. Nagtataás ng Lakás ng <%= str %>.", "armorSpecialSneakthiefRobesText": "Sneakthief Robes", - "armorSpecialSneakthiefRobesNotes": "These robes will help hide you in the dead of night, but will also allow freedom of movement as you silently sneak about! Increases Intelligence by <%= int %>.", + "armorSpecialSneakthiefRobesNotes": "These robes will help hide you in the dead of night, but will also allow freedom of movement as you silently sneak about! Nagtataás ng Katalinuhan ng <%= int %>.", "armorSpecialSnowSovereignRobesText": "Snow Sovereign Robes", - "armorSpecialSnowSovereignRobesNotes": "These robes are elegant enough for court, yet warm enough for the coldest winter day. Increases Perception by <%= per %>.", + "armorSpecialSnowSovereignRobesNotes": "These robes are elegant enough for court, yet warm enough for the coldest winter day. Nagtataás ng Pandamá ng <%= per %>.", "armorSpecialNomadsCuirassText": "Nomad's Cuirass", - "armorSpecialNomadsCuirassNotes": "This armor features a strong chest-plate to protect your heart! Increases Constitution by <%= con %>.", + "armorSpecialNomadsCuirassNotes": "This armor features a strong chest-plate to protect your heart! Nagtataás ng Pangangatawán ng <%= con %>.", "armorSpecialDandySuitText": "Dandy Suit", - "armorSpecialDandySuitNotes": "You're undeniably dressed for success! Increases Perception by <%= per %>.", + "armorSpecialDandySuitNotes": "You're undeniably dressed for success! Nagtataás ng Pandamá ng <%= per %>.", "armorSpecialSamuraiArmorText": "Samurai Armor", - "armorSpecialSamuraiArmorNotes": "This strong, scaled armor is held together by elegant silk cords. Increases Perception by <%= per %>.", + "armorSpecialSamuraiArmorNotes": "This strong, scaled armor is held together by elegant silk cords. Nagtataás ng Pandamá ng <%= per %>.", "armorSpecialTurkeyArmorBaseText": "Turkey Armor", "armorSpecialTurkeyArmorBaseNotes": "Keep your drumsticks warm and cozy in this feathery armor! Confers no benefit.", "armorSpecialTurkeyArmorGildedText": "Gilded Turkey Armor", "armorSpecialTurkeyArmorGildedNotes": "Strut your stuff in this seasonally shiny armor! Confers no benefit.", "armorSpecialYetiText": "Yeti-Tamer Robe", - "armorSpecialYetiNotes": "Fuzzy and fierce. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", + "armorSpecialYetiNotes": "Fuzzy and fierce. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", "armorSpecialSkiText": "Ski-sassin Parka", - "armorSpecialSkiNotes": "Full of secret daggers and ski trail maps. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", + "armorSpecialSkiNotes": "Full of secret daggers and ski trail maps. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", "armorSpecialCandycaneText": "Candy Cane Robe", - "armorSpecialCandycaneNotes": "Spun from sugar and silk. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", + "armorSpecialCandycaneNotes": "Spun from sugar and silk. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", "armorSpecialSnowflakeText": "Snowflake Robe", - "armorSpecialSnowflakeNotes": "A robe to keep you warm, even in a blizzard. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", + "armorSpecialSnowflakeNotes": "A robe to keep you warm, even in a blizzard. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", "armorSpecialBirthdayText": "Absurd Party Robes", "armorSpecialBirthdayNotes": "Happy Birthday, Habitica! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialBirthday2015Text": "Silly Party Robes", @@ -475,165 +475,165 @@ "armorSpecialGaymerxText": "Rainbow Warrior Armor", "armorSpecialGaymerxNotes": "In celebration of the GaymerX Conference, this special armor is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGTBQ and gaming and is open to everyone.", "armorSpecialSpringRogueText": "Sleek Cat Suit", - "armorSpecialSpringRogueNotes": "Impeccably groomed. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "armorSpecialSpringRogueNotes": "Impeccably groomed. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "armorSpecialSpringWarriorText": "Clover-steel Armor", - "armorSpecialSpringWarriorNotes": "Soft as clover, strong as steel! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "armorSpecialSpringWarriorNotes": "Soft as clover, strong as steel! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "armorSpecialSpringMageText": "Rodentia Robes", - "armorSpecialSpringMageNotes": "Mice are nice! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "armorSpecialSpringMageNotes": "Mice are nice! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "armorSpecialSpringHealerText": "Fuzzy Puppy Robes", - "armorSpecialSpringHealerNotes": "Warm and snuggly, but protects its owner from harm. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "armorSpecialSpringHealerNotes": "Warm and snuggly, but protects its owner from harm. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "armorSpecialSummerRogueText": "Pirate Robes", - "armorSpecialSummerRogueNotes": "These robes be very cozy, yarrrr! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "armorSpecialSummerRogueNotes": "These robes be very cozy, yarrrr! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "armorSpecialSummerWarriorText": "Swashbuckler Robes", - "armorSpecialSummerWarriorNotes": "Complete with buckle, as well as swash. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "armorSpecialSummerWarriorNotes": "Complete with buckle, as well as swash. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "armorSpecialSummerMageText": "Emerald Tail", - "armorSpecialSummerMageNotes": "This garment of shimmering scales transforms its wearer into a real Mermage! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "armorSpecialSummerMageNotes": "This garment of shimmering scales transforms its wearer into a real Mermage! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "armorSpecialSummerHealerText": "Seahealer Tail", - "armorSpecialSummerHealerNotes": "This garment of shimmering scales transforms its wearer into a real Seahealer! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "armorSpecialSummerHealerNotes": "This garment of shimmering scales transforms its wearer into a real Seahealer! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "armorSpecialFallRogueText": "Bloodred Robes", - "armorSpecialFallRogueNotes": "Vivid. Velvet. Vampiric. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "armorSpecialFallRogueNotes": "Vivid. Velvet. Vampiric. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "armorSpecialFallWarriorText": "Lab-coat of Science", - "armorSpecialFallWarriorNotes": "Protects you from mysterious potion spills. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "armorSpecialFallWarriorNotes": "Protects you from mysterious potion spills. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "armorSpecialFallMageText": "Witchy Wizard Robes", - "armorSpecialFallMageNotes": "This robe has plenty of pockets to hold extra helpings of eye of newt and tongue of frog. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "armorSpecialFallMageNotes": "This robe has plenty of pockets to hold extra helpings of eye of newt and tongue of frog. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "armorSpecialFallHealerText": "Gauzy Gear", - "armorSpecialFallHealerNotes": "Charge into battle pre-bandaged! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "armorSpecialFallHealerNotes": "Charge into battle pre-bandaged! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "armorSpecialWinter2015RogueText": "Icicle Drake Armor", - "armorSpecialWinter2015RogueNotes": "This armor is freezing cold, but it will definitely be worth it when you uncover the untold riches at the center of the Icicle Drake hives. Not that you are looking for any such untold riches, because you are truly, definitely, absolutely a genuine Icicle Drake, okay?! Stop asking questions! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "armorSpecialWinter2015RogueNotes": "This armor is freezing cold, but it will definitely be worth it when you uncover the untold riches at the center of the Icicle Drake hives. Not that you are looking for any such untold riches, because you are truly, definitely, absolutely a genuine Icicle Drake, okay?! Stop asking questions! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "armorSpecialWinter2015WarriorText": "Gingerbread Armor", - "armorSpecialWinter2015WarriorNotes": "Cozy and warm, straight from the oven! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "armorSpecialWinter2015WarriorNotes": "Cozy and warm, straight from the oven! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "armorSpecialWinter2015MageText": "Boreal Robe", - "armorSpecialWinter2015MageNotes": "You can see the glimmering lights of the north in this robe. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "armorSpecialWinter2015MageNotes": "You can see the glimmering lights of the north in this robe. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "armorSpecialWinter2015HealerText": "Skating Outfit", - "armorSpecialWinter2015HealerNotes": "Ice-skating is very relaxing, but you shouldn't try it without this protective gear in case you get attacked by the icicle drakes. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "armorSpecialWinter2015HealerNotes": "Ice-skating is very relaxing, but you shouldn't try it without this protective gear in case you get attacked by the icicle drakes. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "armorSpecialSpring2015RogueText": "Squeaker Robes", - "armorSpecialSpring2015RogueNotes": "Furry, soft, and definitely not flammable. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "armorSpecialSpring2015RogueNotes": "Furry, soft, and definitely not flammable. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "armorSpecialSpring2015WarriorText": "Beware Armor", - "armorSpecialSpring2015WarriorNotes": "Only the fiercest doggy is allowed to be this fluffy. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "armorSpecialSpring2015WarriorNotes": "Only the fiercest doggy is allowed to be this fluffy. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "armorSpecialSpring2015MageText": "Magician's Bunny Suit", - "armorSpecialSpring2015MageNotes": "Your coattails match your cottontail! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "armorSpecialSpring2015MageNotes": "Your coattails match your cottontail! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "armorSpecialSpring2015HealerText": "Comforting Catsuit", - "armorSpecialSpring2015HealerNotes": "This soft catsuit is comfortable, and as comforting as mint tea. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "armorSpecialSpring2015HealerNotes": "This soft catsuit is comfortable, and as comforting as mint tea. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "armorSpecialSummer2015RogueText": "Ruby Tail", - "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "armorSpecialSummer2015WarriorText": "Golden Tail", - "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "armorSpecialSummer2015MageText": "Soothsayer Robes", - "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "armorSpecialSummer2015HealerText": "Sailor's Armor", - "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "armorSpecialFall2015RogueText": "Bat-tle Armor", - "armorSpecialFall2015RogueNotes": "Fly into bat-tle! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "armorSpecialFall2015RogueNotes": "Fly into bat-tle! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "armorSpecialFall2015WarriorText": "Scarecrow Armor", - "armorSpecialFall2015WarriorNotes": "Despite being stuffed with straw, this armor is extremely hefty! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "armorSpecialFall2015WarriorNotes": "Despite being stuffed with straw, this armor is extremely hefty! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "armorSpecialFall2015MageText": "Stitched Robes", - "armorSpecialFall2015MageNotes": "Every stitch in this armor shimmers with enchantment. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "armorSpecialFall2015MageNotes": "Every stitch in this armor shimmers with enchantment. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "armorSpecialFall2015HealerText": "Potioner Robes", - "armorSpecialFall2015HealerNotes": "What? Of course that was a potion of constitution. No, you are definitely not turning into a frog! Don't be ribbiticulous. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "armorSpecialFall2015HealerNotes": "What? Of course that was a potion of constitution. No, you are definitely not turning into a frog! Don't be ribbiticulous. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "armorSpecialWinter2016RogueText": "Cocoa Armor", - "armorSpecialWinter2016RogueNotes": "This leather armor keeps you nice and toasty. Is it actually made from cocoa? You'll never tell. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "armorSpecialWinter2016RogueNotes": "This leather armor keeps you nice and toasty. Is it actually made from cocoa? You'll never tell. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "armorSpecialWinter2016WarriorText": "Snowman Suit", - "armorSpecialWinter2016WarriorNotes": "Brr! This padded armor is truly powerful... until it melts. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "armorSpecialWinter2016WarriorNotes": "Brr! This padded armor is truly powerful... until it melts. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "armorSpecialWinter2016MageText": "Snowboarder Parka", - "armorSpecialWinter2016MageNotes": "The wisest wizard keeps well-bundled in the winter wind. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "armorSpecialWinter2016MageNotes": "The wisest wizard keeps well-bundled in the winter wind. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "armorSpecialWinter2016HealerText": "Festive Fairy Cloak", - "armorSpecialWinter2016HealerNotes": "Festive Fairies wrap their body wings around themselves for protection as they use their head wings to catch headwinds and fly around Habitica at speeds of up to 100 mph, delivering gifts and spraying everyone with confetti. How droll. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "armorSpecialWinter2016HealerNotes": "Festive Fairies wrap their body wings around themselves for protection as they use their head wings to catch headwinds and fly around Habitica at speeds of up to 100 mph, delivering gifts and spraying everyone with confetti. How droll. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "armorSpecialSpring2016RogueText": "Canine Camo Suit", - "armorSpecialSpring2016RogueNotes": "A clever pup knows to choose a brighter guise for concealment when everything is green and vibrant. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "armorSpecialSpring2016RogueNotes": "A clever pup knows to choose a brighter guise for concealment when everything is green and vibrant. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "armorSpecialSpring2016WarriorText": "Mighty Mail", - "armorSpecialSpring2016WarriorNotes": "Though you be but little, you are fierce! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "armorSpecialSpring2016WarriorNotes": "Though you be but little, you are fierce! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "armorSpecialSpring2016MageText": "Grand Malkin Robes", - "armorSpecialSpring2016MageNotes": "Brightly colored, so you won't be mistaken for a necromouser. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "armorSpecialSpring2016MageNotes": "Brightly colored, so you won't be mistaken for a necromouser. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "armorSpecialSpring2016HealerText": "Fluffy Bunny Breeches", - "armorSpecialSpring2016HealerNotes": "Hippity hop! Bound from hill to hill, healing those in need. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "armorSpecialSpring2016HealerNotes": "Hippity hop! Bound from hill to hill, healing those in need. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "armorSpecialSummer2016RogueText": "Eel Tail", - "armorSpecialSummer2016RogueNotes": "This electrifying garment transforms its wearer into a real Eel Rogue! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "armorSpecialSummer2016RogueNotes": "This electrifying garment transforms its wearer into a real Eel Rogue! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "armorSpecialSummer2016WarriorText": "Shark Tail", - "armorSpecialSummer2016WarriorNotes": "This rough garment transforms its wearer into a real Shark Warrior! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "armorSpecialSummer2016WarriorNotes": "This rough garment transforms its wearer into a real Shark Warrior! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "armorSpecialSummer2016MageText": "Dolphin Tail", - "armorSpecialSummer2016MageNotes": "This slippery garment transforms its wearer into a real Dolphin Mage! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "armorSpecialSummer2016MageNotes": "This slippery garment transforms its wearer into a real Dolphin Mage! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "armorSpecialSummer2016HealerText": "Seahorse Tail", - "armorSpecialSummer2016HealerNotes": "This spiky garment transforms its wearer into a real Seahorse Healer! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "armorSpecialSummer2016HealerNotes": "This spiky garment transforms its wearer into a real Seahorse Healer! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "armorSpecialFall2016RogueText": "Black Widow Armor", - "armorSpecialFall2016RogueNotes": "The eyes on this armor are constantly blinking. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "armorSpecialFall2016RogueNotes": "The eyes on this armor are constantly blinking. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "armorSpecialFall2016WarriorText": "Slime-Streaked Armor", - "armorSpecialFall2016WarriorNotes": "Mysteriously moist and mossy! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "armorSpecialFall2016WarriorNotes": "Mysteriously moist and mossy! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "armorSpecialFall2016MageText": "Cloak of Wickedness", - "armorSpecialFall2016MageNotes": "When your cloak flaps, you hear the sound of cackling laughter. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "armorSpecialFall2016MageNotes": "When your cloak flaps, you hear the sound of cackling laughter. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "armorSpecialFall2016HealerText": "Gorgon Robes", - "armorSpecialFall2016HealerNotes": "These robes are actually made of stone. How are they so comfortable? Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "armorSpecialFall2016HealerNotes": "These robes are actually made of stone. How are they so comfortable? Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "armorSpecialWinter2017RogueText": "Frosty Armor", - "armorSpecialWinter2017RogueNotes": "This stealthy suit reflects light to dazzle unsuspecting tasks as you take your rewards from them! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "armorSpecialWinter2017RogueNotes": "This stealthy suit reflects light to dazzle unsuspecting tasks as you take your rewards from them! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "armorSpecialWinter2017WarriorText": "Ice Hockey Armor", - "armorSpecialWinter2017WarriorNotes": "Show your team spirit and strength in this warm, padded armor. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "armorSpecialWinter2017WarriorNotes": "Show your team spirit and strength in this warm, padded armor. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "armorSpecialWinter2017MageText": "Wolfish Armor", - "armorSpecialWinter2017MageNotes": "Made of winter's warmest wool and woven with spells by the mystical Winter Wolf, these robes stave off the chill and keep your mind alert! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "armorSpecialWinter2017MageNotes": "Made of winter's warmest wool and woven with spells by the mystical Winter Wolf, these robes stave off the chill and keep your mind alert! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "armorSpecialWinter2017HealerText": "Shimmer Petal Armor", - "armorSpecialWinter2017HealerNotes": "Though soft, this armor of petals has fantastic protective power. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "armorSpecialWinter2017HealerNotes": "Though soft, this armor of petals has fantastic protective power. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "armorSpecialSpring2017RogueText": "Sneaky Bunny Suit", - "armorSpecialSpring2017RogueNotes": "Soft but strong, this suit helps you move through gardens with extra stealth. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "armorSpecialSpring2017RogueNotes": "Soft but strong, this suit helps you move through gardens with extra stealth. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "armorSpecialSpring2017WarriorText": "Pawsome Armor", - "armorSpecialSpring2017WarriorNotes": "This fancy armor is as shiny as your finely groomed coat, but with added resistance to attack. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "armorSpecialSpring2017WarriorNotes": "This fancy armor is as shiny as your finely groomed coat, but with added resistance to attack. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "armorSpecialSpring2017MageText": "Canine Conjuror Robes", - "armorSpecialSpring2017MageNotes": "Magical by design, fluffy by choice. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "armorSpecialSpring2017MageNotes": "Magical by design, fluffy by choice. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "armorSpecialSpring2017HealerText": "Robes of Repose", - "armorSpecialSpring2017HealerNotes": "The softness of these robes comforts you as well as any who need your healing help! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "armorSpecialSpring2017HealerNotes": "The softness of these robes comforts you as well as any who need your healing help! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "armorSpecialSummer2017RogueText": "Sea Dragon Tail", - "armorSpecialSummer2017RogueNotes": "This colorful garment transforms its wearer into a real Sea Dragon! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "armorSpecialSummer2017RogueNotes": "This colorful garment transforms its wearer into a real Sea Dragon! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "armorSpecialSummer2017WarriorText": "Sandy Armor", - "armorSpecialSummer2017WarriorNotes": "Don't be fooled by the crumbly exterior: this armor is harder than steel. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "armorSpecialSummer2017WarriorNotes": "Don't be fooled by the crumbly exterior: this armor is harder than steel. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "armorSpecialSummer2017MageText": "Whirlpool Robes", - "armorSpecialSummer2017MageNotes": "Careful not to get splashed by these robes woven of enchanted water! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "armorSpecialSummer2017MageNotes": "Careful not to get splashed by these robes woven of enchanted water! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "armorSpecialSummer2017HealerText": "Silversea Tail", - "armorSpecialSummer2017HealerNotes": "This garment of silvery scales transforms its wearer into a real Seahealer! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "armorSpecialSummer2017HealerNotes": "This garment of silvery scales transforms its wearer into a real Seahealer! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "armorSpecialFall2017RogueText": "Pumpkin Patch Robes", - "armorSpecialFall2017RogueNotes": "Need to hide out? Crouch among the Jack o' Lanterns and these robes will conceal you! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "armorSpecialFall2017RogueNotes": "Need to hide out? Crouch among the Jack o' Lanterns and these robes will conceal you! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "armorSpecialFall2017WarriorText": "Strong and Sweet Armor", - "armorSpecialFall2017WarriorNotes": "This armor will protect you like a delicious candy shell. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "armorSpecialFall2017WarriorNotes": "This armor will protect you like a delicious candy shell. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "armorSpecialFall2017MageText": "Masquerade Robes", - "armorSpecialFall2017MageNotes": "What masquerade ensemble would be complete without dramatic and sweeping robes? Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "armorSpecialFall2017MageNotes": "What masquerade ensemble would be complete without dramatic and sweeping robes? Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "armorSpecialFall2017HealerText": "Haunted House Armor", - "armorSpecialFall2017HealerNotes": "Your heart is an open door. And your shoulders are roofing tiles! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "armorSpecialFall2017HealerNotes": "Your heart is an open door. And your shoulders are roofing tiles! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "armorSpecialWinter2018RogueText": "Reindeer Costume", - "armorSpecialWinter2018RogueNotes": "You look so cute and fuzzy, who could suspect you are after holiday loot? Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "armorSpecialWinter2018RogueNotes": "You look so cute and fuzzy, who could suspect you are after holiday loot? Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "armorSpecialWinter2018WarriorText": "Wrapping Paper Armor", - "armorSpecialWinter2018WarriorNotes": "Don't let the papery feel of this armor fool you. It's nearly impossible to rip! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "armorSpecialWinter2018WarriorNotes": "Don't let the papery feel of this armor fool you. It's nearly impossible to rip! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "armorSpecialWinter2018MageText": "Sparkly Tuxedo", - "armorSpecialWinter2018MageNotes": "The ultimate in magical formalwear. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "armorSpecialWinter2018MageNotes": "The ultimate in magical formalwear. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "armorSpecialWinter2018HealerText": "Mistletoe Robes", - "armorSpecialWinter2018HealerNotes": "These robes are woven with spells for extra holiday joy. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "armorSpecialWinter2018HealerNotes": "These robes are woven with spells for extra holiday joy. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "armorSpecialSpring2018RogueText": "Feather Suit", - "armorSpecialSpring2018RogueNotes": "This fluffy yellow costume will trick your enemies into thinking you're just a harmless ducky! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "armorSpecialSpring2018RogueNotes": "This fluffy yellow costume will trick your enemies into thinking you're just a harmless ducky! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "armorSpecialSpring2018WarriorText": "Armor of Dawn", - "armorSpecialSpring2018WarriorNotes": "This colorful plate is forged with the sunrise's fire. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "armorSpecialSpring2018WarriorNotes": "This colorful plate is forged with the sunrise's fire. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "armorSpecialSpring2018MageText": "Tulip Robe", - "armorSpecialSpring2018MageNotes": "Your spell casting can only improve while clad in these soft, silky petals. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "armorSpecialSpring2018MageNotes": "Your spell casting can only improve while clad in these soft, silky petals. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "armorSpecialSpring2018HealerText": "Garnet Armor", - "armorSpecialSpring2018HealerNotes": "Let this bright armor infuse your heart with power for healing. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "armorSpecialSpring2018HealerNotes": "Let this bright armor infuse your heart with power for healing. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "armorSpecialSummer2018RogueText": "Pocket Fishing Vest", - "armorSpecialSummer2018RogueNotes": "Bobbers? Boxes of hooks? Spare line? Lockpicks? Smoke bombs? Whatever you need on hand for your summer fishing getaway, there's a pocket for it! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "armorSpecialSummer2018RogueNotes": "Bobbers? Boxes of hooks? Spare line? Lockpicks? Smoke bombs? Whatever you need on hand for your summer fishing getaway, there's a pocket for it! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "armorSpecialSummer2018WarriorText": "Betta Tail Armor", - "armorSpecialSummer2018WarriorNotes": "Dazzle onlookers with whorls of magnificent color as you spin and dart through the water. How could any opponent dare strike at this beauty? Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "armorSpecialSummer2018WarriorNotes": "Dazzle onlookers with whorls of magnificent color as you spin and dart through the water. How could any opponent dare strike at this beauty? Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "armorSpecialSummer2018MageText": "Lionfish Scale Hauberk", - "armorSpecialSummer2018MageNotes": "Venom magic has a reputation for subtlety. Not so this colorful armor, whose message is clear to beast and task alike: watch out! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "armorSpecialSummer2018MageNotes": "Venom magic has a reputation for subtlety. Not so this colorful armor, whose message is clear to beast and task alike: watch out! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "armorSpecialSummer2018HealerText": "Merfolk Monarch Robes", - "armorSpecialSummer2018HealerNotes": "These cerulean vestments reveal that you have land-walking feet... well. Not even a monarch can be expected to be perfect. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "armorSpecialSummer2018HealerNotes": "These cerulean vestments reveal that you have land-walking feet... well. Not even a monarch can be expected to be perfect. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "armorSpecialFall2018RogueText": "Alter Ego Frock Coat", - "armorSpecialFall2018RogueNotes": "Style for the day. Comfort and protection for the night. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", + "armorSpecialFall2018RogueNotes": "Style for the day. Comfort and protection for the night. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "armorSpecialFall2018WarriorText": "Minotaur Platemail", - "armorSpecialFall2018WarriorNotes": "Complete with hooves to drum a soothing cadence as you walk your meditative labyrinth. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", + "armorSpecialFall2018WarriorNotes": "Complete with hooves to drum a soothing cadence as you walk your meditative labyrinth. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "armorSpecialFall2018MageText": "Candymancer's Robes", - "armorSpecialFall2018MageNotes": "The fabric of these robes has magic candy woven right in! However, we recommend you not attempt to eat them. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", + "armorSpecialFall2018MageNotes": "The fabric of these robes has magic candy woven right in! However, we recommend you not attempt to eat them. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "armorSpecialFall2018HealerText": "Robes of Carnivory", - "armorSpecialFall2018HealerNotes": "It's made from plants, but that doesn't mean it's vegetarian. Bad habits are afraid to come within miles of these robes. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "armorSpecialFall2018HealerNotes": "It's made from plants, but that doesn't mean it's vegetarian. Bad habits are afraid to come within miles of these robes. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "armorSpecialWinter2019RogueText": "Poinsettia Armor", - "armorSpecialWinter2019RogueNotes": "With holiday greenery all about, no one will notice an extra shrubbery! You can move through seasonal gatherings with ease and stealth. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "armorSpecialWinter2019RogueNotes": "With holiday greenery all about, no one will notice an extra shrubbery! You can move through seasonal gatherings with ease and stealth. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "armorSpecialWinter2019WarriorText": "Glacial Armor", - "armorSpecialWinter2019WarriorNotes": "In the heat of battle, this armor will keep you ice cool and ready for action. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "armorSpecialWinter2019WarriorNotes": "In the heat of battle, this armor will keep you ice cool and ready for action. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "armorSpecialWinter2019MageText": "Robes of Burning Inspiration", - "armorSpecialWinter2019MageNotes": "This fireproof garb will help protect you if any of your flashes of brilliance should happen to backfire! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "armorSpecialWinter2019MageNotes": "This fireproof garb will help protect you if any of your flashes of brilliance should happen to backfire! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "armorSpecialWinter2019HealerText": "Midnight Robe", - "armorSpecialWinter2019HealerNotes": "Without darkness, there wouldn't be any light. These dark robes help bring peace and rest to promote healing. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "armorSpecialWinter2019HealerNotes": "Without darkness, there wouldn't be any light. These dark robes help bring peace and rest to promote healing. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "armorMystery201402Text": "Messenger Robes", "armorMystery201402Notes": "Shimmering and strong, these robes have many pockets to carry letters. Confers no benefit. February 2014 Subscriber Item.", "armorMystery201403Text": "Forest Walker Armor", @@ -715,181 +715,181 @@ "armorMystery301704Text": "Steampunk Pheasant Dress", "armorMystery301704Notes": "This fine outfit is perfect for a night out and about or a day in your gadget workshop! Confers no benefit. April 3017 Subscriber Item.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", - "armorArmoireLunarArmorNotes": "The light of the moon will make you strong and savvy. Increases Strength by <%= str %> and Intelligence by <%= int %>. Enchanted Armoire: Soothing Lunar Set (Item 2 of 3).", + "armorArmoireLunarArmorNotes": "The light of the moon will make you strong and savvy. Nagtataás ng Lakás ng <%= str %> at Katalinuhan ng <%= int %>. Enchanted Armoire: Soothing Lunar Set (Item 2 of 3).", "armorArmoireGladiatorArmorText": "Gladiator Armor", - "armorArmoireGladiatorArmorNotes": "To be a gladiator you must be not only cunning... but strong. Increases Perception by <%= per %> and Strength by <%= str %>. Enchanted Armoire: Gladiator Set (Item 2 of 3).", + "armorArmoireGladiatorArmorNotes": "To be a gladiator you must be not only cunning... but strong. Nagtataás ng Pandamá <%= per %> at Lakás ng <%= str %>. Enchanted Armoire: Gladiator Set (Item 2 of 3).", "armorArmoireRancherRobesText": "Rancher Robes", - "armorArmoireRancherRobesNotes": "Wrangle your mounts and round up your pets while wearing these magical Rancher Robes! Increases Strength by <%= str %>, Perception by <%= per %>, and Intelligence by <%= int %>. Enchanted Armoire: Rancher Set (Item 2 of 3).", + "armorArmoireRancherRobesNotes": "Wrangle your mounts and round up your pets while wearing these magical Rancher Robes! Nagtataás ng Lakás ng <%= str %>, Pandamá ng <%= per %>, at Katalinuhan ng <%= int %>. Enchanted Armoire: Rancher Set (Item 2 of 3).", "armorArmoireGoldenTogaText": "Golden Toga", - "armorArmoireGoldenTogaNotes": "This glimmering toga is only worn by true heroes. Increases Strength and Constitution by <%= attrs %> each. Enchanted Armoire: Golden Toga Set (Item 1 of 3).", + "armorArmoireGoldenTogaNotes": "This glimmering toga is only worn by true heroes. Nagtataás ng Lakás at Pangangatawán ng <%= attrs %> bawat isá. Enchanted Armoire: Golden Toga Set (Item 1 of 3).", "armorArmoireHornedIronArmorText": "Horned Iron Armor", - "armorArmoireHornedIronArmorNotes": "Fiercely hammered from iron, this horned armor is nearly impossible to break. Increases Constitution by <%= con %> and Perception by <%= per %>. Enchanted Armoire: Horned Iron Set (Item 2 of 3).", + "armorArmoireHornedIronArmorNotes": "Fiercely hammered from iron, this horned armor is nearly impossible to break. Nagtataás ng Pangangatawán ng <%= con %> at Pandamá ng <%= per %>. Enchanted Armoire: Horned Iron Set (Item 2 of 3).", "armorArmoirePlagueDoctorOvercoatText": "Plague Doctor Overcoat", - "armorArmoirePlagueDoctorOvercoatNotes": "An authentic overcoat worn by the doctors who battle the Plague of Procrastination! Increases Intelligence by <%= int %>, Strength by <%= str %>, and Constitution by <%= con %>. Enchanted Armoire: Plague Doctor Set (Item 3 of 3).", + "armorArmoirePlagueDoctorOvercoatNotes": "An authentic overcoat worn by the doctors who battle the Plague of Procrastination! Nagtataás ng Katalinuhan ng <%= int %>, Lakás ng <%= str %>, at Pangangatawán ng <%= con %>. Enchanted Armoire: Plague Doctor Set (Item 3 of 3).", "armorArmoireShepherdRobesText": "Shepherd Robes", - "armorArmoireShepherdRobesNotes": "The fabric is cool and breathable, perfect for a hot day herding gryphons in the desert. Increases Strength and Perception by <%= attrs %> each. Enchanted Armoire: Shepherd Set (Item 2 of 3).", + "armorArmoireShepherdRobesNotes": "The fabric is cool and breathable, perfect for a hot day herding gryphons in the desert. Nagtataás ng Lakás at Pandamá ng <%= attrs %> bawat isá.Enchanted Armoire: Shepherd Set (Item 2 of 3).", "armorArmoireRoyalRobesText": "Royal Robes", - "armorArmoireRoyalRobesNotes": "Wonderful ruler, rule all day long! Increases Constitution, Intelligence, and Perception by <%= attrs %> each. Enchanted Armoire: Royal Set (Item 3 of 3).", + "armorArmoireRoyalRobesNotes": "Wonderful ruler, rule all day long! Nagtataás ng Pangangatawán, Katalinuhan, at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Royal Set (Item 3 of 3).", "armorArmoireCrystalCrescentRobesText": "Crystal Crescent Robes", - "armorArmoireCrystalCrescentRobesNotes": "These magical robes are luminescent at night. Increases Constitution and Perception by <%= attrs %> each. Enchanted Armoire: Crystal Crescent Set (Item 2 of 3).", + "armorArmoireCrystalCrescentRobesNotes": "These magical robes are luminescent at night. Nagtataás ng Pangangatawán at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Crystal Crescent Set (Item 2 of 3).", "armorArmoireDragonTamerArmorText": "Dragon Tamer Armor", - "armorArmoireDragonTamerArmorNotes": "This tough armor is impenetrable to flame. Increases Constitution by <%= con %>. Enchanted Armoire: Dragon Tamer Set (Item 3 of 3).", + "armorArmoireDragonTamerArmorNotes": "This tough armor is impenetrable to flame. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Dragon Tamer Set (Item 3 of 3).", "armorArmoireBarristerRobesText": "Barrister Robes", - "armorArmoireBarristerRobesNotes": "Very serious and stately. Increases Constitution by <%= con %>. Enchanted Armoire: Barrister Set (Item 2 of 3).", + "armorArmoireBarristerRobesNotes": "Very serious and stately. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Barrister Set (Item 2 of 3).", "armorArmoireJesterCostumeText": "Jester Costume", - "armorArmoireJesterCostumeNotes": "Tra-la-la! Despite the look of this costume, you are no fool. Increases Intelligence by <%= int %>. Enchanted Armoire: Jester Set (Item 2 of 3).", + "armorArmoireJesterCostumeNotes": "Tra-la-la! Despite the look of this costume, you are no fool. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Jester Set (Item 2 of 3).", "armorArmoireMinerOverallsText": "Miner Overalls", - "armorArmoireMinerOverallsNotes": "They may seem worn, but they are enchanted to repel dirt. Increases Constitution by <%= con %>. Enchanted Armoire: Miner Set (Item 2 of 3).", + "armorArmoireMinerOverallsNotes": "They may seem worn, but they are enchanted to repel dirt. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Miner Set (Item 2 of 3).", "armorArmoireBasicArcherArmorText": "Basic Archer Armor", - "armorArmoireBasicArcherArmorNotes": "This camouflaged vest lets you slip unnoticed through the forests. Increases Perception by <%= per %>. Enchanted Armoire: Basic Archer Set (Item 2 of 3).", + "armorArmoireBasicArcherArmorNotes": "This camouflaged vest lets you slip unnoticed through the forests.Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Basic Archer Set (Item 2 of 3).", "armorArmoireGraduateRobeText": "Graduate Robe", - "armorArmoireGraduateRobeNotes": "Congratulations! This weighty robe hangs heavy with all the knowledge you have accrued. Increases Intelligence by <%= int %>. Enchanted Armoire: Graduate Set (Item 2 of 3).", + "armorArmoireGraduateRobeNotes": "Congratulations! This weighty robe hangs heavy with all the knowledge you have accrued. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Graduate Set (Item 2 of 3).", "armorArmoireStripedSwimsuitText": "Striped Swimsuit", - "armorArmoireStripedSwimsuitNotes": "What could be more fun than battling sea monsters on the beach? Increases Constitution by <%= con %>. Enchanted Armoire: Seaside Set (Item 2 of 3).", + "armorArmoireStripedSwimsuitNotes": "What could be more fun than battling sea monsters on the beach? Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Seaside Set (Item 2 of 3).", "armorArmoireCannoneerRagsText": "Cannoneer Rags", - "armorArmoireCannoneerRagsNotes": "These rags be tougher than they look. Increases Constitution by <%= con %>. Enchanted Armoire: Cannoneer Set (Item 2 of 3).", + "armorArmoireCannoneerRagsNotes": "These rags be tougher than they look. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Cannoneer Set (Item 2 of 3).", "armorArmoireFalconerArmorText": "Falconer Armor", - "armorArmoireFalconerArmorNotes": "Keep away talon attacks with this sturdy armor! Increases Constitution by <%= con %>. Enchanted Armoire: Falconer Set (Item 1 of 3).", + "armorArmoireFalconerArmorNotes": "Keep away talon attacks with this sturdy armor! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Falconer Set (Item 1 of 3).", "armorArmoireVermilionArcherArmorText": "Vermilion Archer Armor", - "armorArmoireVermilionArcherArmorNotes": "This armor is made of a specially enchanted red metal for maximum protection, minimal restriction, and maximum flair! Increases Perception by <%= per %>. Enchanted Armoire: Vermilion Archer Set (Item 2 of 3).", + "armorArmoireVermilionArcherArmorNotes": "This armor is made of a specially enchanted red metal for maximum protection, minimal restriction, and maximum flair! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Vermilion Archer Set (Item 2 of 3).", "armorArmoireOgreArmorText": "Ogre Armor", - "armorArmoireOgreArmorNotes": "This armor imitates an Ogre's tough skin, but it's lined with fleece for human comfort! Increases Constitution by <%= con %>. Enchanted Armoire: Ogre Outfit (Item 3 of 3).", + "armorArmoireOgreArmorNotes": "This armor imitates an Ogre's tough skin, but it's lined with fleece for human comfort! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Ogre Outfit (Item 3 of 3).", "armorArmoireIronBlueArcherArmorText": "Iron Blue Archer Armor", - "armorArmoireIronBlueArcherArmorNotes": "This armor will protect you from flying arrows on the battlefield! Increases Strength by <%= str %>. Enchanted Armoire: Iron Archer Set (Item 2 of 3).", + "armorArmoireIronBlueArcherArmorNotes": "This armor will protect you from flying arrows on the battlefield! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Iron Archer Set (Item 2 of 3).", "armorArmoireRedPartyDressText": "Red Party Dress", - "armorArmoireRedPartyDressNotes": "You're strong, tough, smart, and so fashionable! Increases Strength, Constitution, and Intelligence by <%= attrs %> each. Enchanted Armoire: Red Hairbow Set (Item 2 of 2).", + "armorArmoireRedPartyDressNotes": "You're strong, tough, smart, and so fashionable! Nagtataás ng Lakás, Pangangatawán, at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Red Hairbow Set (Item 2 of 2).", "armorArmoireWoodElfArmorText": "Wood Elf Armor", - "armorArmoireWoodElfArmorNotes": "This armor of bark and leaves will serve as durable camouflage in the forest. Increases Perception by <%= per %>. Enchanted Armoire: Wood Elf Set (Item 2 of 3).", + "armorArmoireWoodElfArmorNotes": "This armor of bark and leaves will serve as durable camouflage in the forest. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Wood Elf Set (Item 2 of 3).", "armorArmoireRamFleeceRobesText": "Ram Fleece Robes", - "armorArmoireRamFleeceRobesNotes": "These robes keep you warm even through the fiercest blizzard. Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Ram Barbarian Set (Item 2 of 3).", + "armorArmoireRamFleeceRobesNotes": "These robes keep you warm even through the fiercest blizzard. Nagtataás ng Pangangatawán ng <%= con %> at Lakás ng <%= str %>. Enchanted Armoire: Ram Barbarian Set (Item 2 of 3).", "armorArmoireGownOfHeartsText": "Gown of Hearts", - "armorArmoireGownOfHeartsNotes": "This gown has all the frills! But that's not all, it will also increase your heart's fortitude. Increases Constitution by <%= con %>. Enchanted Armoire: Queen of Hearts Set (Item 2 of 3).", + "armorArmoireGownOfHeartsNotes": "This gown has all the frills! But that's not all, it will also increase your heart's fortitude. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Queen of Hearts Set (Item 2 of 3).", "armorArmoireMushroomDruidArmorText": "Mushroom Druid Armor", - "armorArmoireMushroomDruidArmorNotes": "This woody brown armor, capped with tiny mushrooms, will help you hear the whispers of forest life. Increases Constitution by <%= con %> and Perception by <%= per %>. Enchanted Armoire: Mushroom Druid Set (Item 2 of 3).", + "armorArmoireMushroomDruidArmorNotes": "This woody brown armor, capped with tiny mushrooms, will help you hear the whispers of forest life. Nagtataás ng Pangangatawán ng <%= con %> at Pandamá ng <%= per %>. Enchanted Armoire: Mushroom Druid Set (Item 2 of 3).", "armorArmoireGreenFestivalYukataText": "Green Festival Yukata", - "armorArmoireGreenFestivalYukataNotes": "This fine lightweight yukata will keep you cool while you enjoy any festive occasion. Increases Constitution and Perception by <%= attrs %> each. Enchanted Armoire: Festival Attire Set (Item 1 of 3).", + "armorArmoireGreenFestivalYukataNotes": "This fine lightweight yukata will keep you cool while you enjoy any festive occasion. Nagtataás ng Pangangatawán at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Festival Attire Set (Item 1 of 3).", "armorArmoireMerchantTunicText": "Merchant Tunic", - "armorArmoireMerchantTunicNotes": "The wide sleeves of this tunic are perfect for stashing the coins you've earned! Increases Perception by <%= per %>. Enchanted Armoire: Merchant Set (Item 2 of 3).", + "armorArmoireMerchantTunicNotes": "The wide sleeves of this tunic are perfect for stashing the coins you've earned! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Merchant Set (Item 2 of 3).", "armorArmoireVikingTunicText": "Viking Tunic", - "armorArmoireVikingTunicNotes": "This warm woolen tunic includes a cloak for extra coziness even in ocean gales. Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Viking Set (Item 1 of 3).", + "armorArmoireVikingTunicNotes": "This warm woolen tunic includes a cloak for extra coziness even in ocean gales. Nagtataás ng Pangangatawán ng <%= con %> at Lakás ng <%= str %>. Enchanted Armoire: Viking Set (Item 1 of 3).", "armorArmoireSwanDancerTutuText": "Swan Dancer Tutu", - "armorArmoireSwanDancerTutuNotes": "You just might fly away into the air as you spin in this gorgeous feathered tutu. Pinapataás ang Katalinuhan ng <%= int %> at Strength by <%= attrs %> each. Enchanted Armoire: Swan Dancer Set (Item 2 of 3).", + "armorArmoireSwanDancerTutuNotes": "You just might fly away into the air as you spin in this gorgeous feathered tutu. Nagtataás ng Katalinuhan at Lakás ng <%= attrs %> bawat isá. Enchanted Armoire: Swan Dancer Set (Item 2 of 3).", "armorArmoireAntiProcrastinationArmorText": "Anti-Procrastination Armor", - "armorArmoireAntiProcrastinationArmorNotes": "Infused with ancient productivity spells, this steel armor will give you extra strength to battle your tasks. Increases Strength by <%= str %>. Enchanted Armoire: Anti-Procrastination Set (Item 2 of 3).", + "armorArmoireAntiProcrastinationArmorNotes": "Infused with ancient productivity spells, this steel armor will give you extra strength to battle your tasks. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Anti-Procrastination Set (Item 2 of 3).", "armorArmoireYellowPartyDressText": "Yellow Party Dress", - "armorArmoireYellowPartyDressNotes": "You're perceptive, strong, smart, and so fashionable! Increases Perception, Strength, and Intelligence by <%= attrs %> each. Enchanted Armoire: Yellow Hairbow Set (Item 2 of 2).", + "armorArmoireYellowPartyDressNotes": "You're perceptive, strong, smart, and so fashionable! Nagtataás ng Pandamá, Lakás, at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Yellow Hairbow Set (Item 2 of 2).", "armorArmoireFarrierOutfitText": "Farrier Outfit", - "armorArmoireFarrierOutfitNotes": "These sturdy work clothes can stand up to the messiest Stable. Increases Intelligence, Constitution, and Perception by <%= attrs %> each. Enchanted Armoire: Farrier Set (Item 2 of 3).", + "armorArmoireFarrierOutfitNotes": "These sturdy work clothes can stand up to the messiest Stable. Nagtataás ng Katalinuhan, Pangangatawán, at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Farrier Set (Item 2 of 3).", "armorArmoireCandlestickMakerOutfitText": "Candlestick Maker Outfit", - "armorArmoireCandlestickMakerOutfitNotes": "This sturdy set of clothes will protect you from hot wax spills as you ply your craft! Increases Constitution by <%= con %>. Enchanted Armoire: Candlestick Maker Set (Item 1 of 3).", + "armorArmoireCandlestickMakerOutfitNotes": "This sturdy set of clothes will protect you from hot wax spills as you ply your craft! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Candlestick Maker Set (Item 1 of 3).", "armorArmoireWovenRobesText": "Woven Robes", - "armorArmoireWovenRobesNotes": "Display your weaving work proudly by wearing this colorful robe! Increases Constitution by <%= con %> and Intelligence by <%= int %>. Enchanted Armoire: Weaver Set (Item 1 of 3).", + "armorArmoireWovenRobesNotes": "Display your weaving work proudly by wearing this colorful robe! Nagtataás ng Pangangatawán ng <%= con %> at Katalinuhan ng <%= int %>. Enchanted Armoire: Weaver Set (Item 1 of 3).", "armorArmoireLamplightersGreatcoatText": "Lamplighter's Greatcoat", - "armorArmoireLamplightersGreatcoatNotes": "This heavy woolen coat can stand up to the harshest wintry night! Increases Perception by <%= per %>. Enchanted Armoire: Lamplighter's Set (Item 2 of 4).", + "armorArmoireLamplightersGreatcoatNotes": "This heavy woolen coat can stand up to the harshest wintry night! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Lamplighter's Set (Item 2 of 4).", "armorArmoireCoachDriverLiveryText": "Coach Driver's Livery", - "armorArmoireCoachDriverLiveryNotes": "This heavy overcoat will protect you from the weather as you drive. Plus it looks pretty snazzy, too! Increases Strength by <%= str %>. Enchanted Armoire: Coach Driver Set (Item 1 of 3).", + "armorArmoireCoachDriverLiveryNotes": "This heavy overcoat will protect you from the weather as you drive. Plus it looks pretty snazzy, too! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Coach Driver Set (Item 1 of 3).", "armorArmoireRobeOfDiamondsText": "Robe of Diamonds", - "armorArmoireRobeOfDiamondsNotes": "These royal robes not only make you appear noble, they allow you to see the nobility within others. Increases Perception by <%= per %>. Enchanted Armoire: King of Diamonds Set (Item 1 of 4).", + "armorArmoireRobeOfDiamondsNotes": "These royal robes not only make you appear noble, they allow you to see the nobility within others. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: King of Diamonds Set (Item 1 of 4).", "armorArmoireFlutteryFrockText": "Fluttery Frock", "armorArmoireFlutteryFrockNotes": "A light and airy gown with a wide skirt the butterflies might mistake for a giant blossom! Increases Constitution, Perception, and Strength by <%= attrs %> each. Enchanted Armoire: Fluttery Frock Set (Item 1 of 4).", "armorArmoireCobblersCoverallsText": "Cobbler's Coveralls", - "armorArmoireCobblersCoverallsNotes": "These sturdy coveralls have lots of pockets for tools, leather scraps, and other useful items! Increases Perception and Strength by <%= attrs %> each. Enchanted Armoire: Cobbler Set (Item 1 of 3).", + "armorArmoireCobblersCoverallsNotes": "These sturdy coveralls have lots of pockets for tools, leather scraps, and other useful items! Nagtataás ng Pandamá at Lakás ng <%= attrs %> bawat isá. Enchanted Armoire: Cobbler Set (Item 1 of 3).", "armorArmoireGlassblowersCoverallsText": "Glassblower's Coveralls", - "armorArmoireGlassblowersCoverallsNotes": "These coveralls will protect you while you're making masterpieces with hot molten glass. Increases Constitution by <%= con %>. Enchanted Armoire: Glassblower Set (Item 2 of 4).", + "armorArmoireGlassblowersCoverallsNotes": "These coveralls will protect you while you're making masterpieces with hot molten glass. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Glassblower Set (Item 2 of 4).", "armorArmoireBluePartyDressText": "Blue Party Dress", "armorArmoireBluePartyDressNotes": "You're perceptive, tough, smart, and so fashionable! Increases Perception, Strength, and Constitution by <%= attrs %> each. Enchanted Armoire: Blue Hairbow Set (Item 2 of 2).", "armorArmoirePiraticalPrincessGownText": "Piratical Princess Gown", - "armorArmoirePiraticalPrincessGownNotes": "This luxuriant garment has many pockets for concealing weapons and loot! Increases Perception by <%= per %>. Enchanted Armoire: Piratical Princess Set (Item 2 of 4).", + "armorArmoirePiraticalPrincessGownNotes": "This luxuriant garment has many pockets for concealing weapons and loot! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Piratical Princess Set (Item 2 of 4).", "armorArmoireJeweledArcherArmorText": "Jeweled Archer Armor", - "armorArmoireJeweledArcherArmorNotes": "This finely crafted armor will protect you from projectiles or errant red Dailies! Increases Constitution by <%= con %>. Enchanted Armoire: Jeweled Archer Set (Item 2 of 3).", + "armorArmoireJeweledArcherArmorNotes": "This finely crafted armor will protect you from projectiles or errant red Dailies! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Jeweled Archer Set (Item 2 of 3).", "armorArmoireCoverallsOfBookbindingText": "Coveralls of Bookbinding", - "armorArmoireCoverallsOfBookbindingNotes": "Everything you need in a set of coveralls, including pockets for everything. A pair of goggles, loose change, a golden ring... Increases Constitution by <%= con %> and Perception by <%= per %>. Enchanted Armoire: Bookbinder Set (Item 2 of 4).", + "armorArmoireCoverallsOfBookbindingNotes": "Everything you need in a set of coveralls, including pockets for everything. A pair of goggles, loose change, a golden ring... Nagtataás ng Pangangatawán ng <%= con %> at Pandamá ng <%= per %>. Enchanted Armoire: Bookbinder Set (Item 2 of 4).", "armorArmoireRobeOfSpadesText": "Robe of Spades", - "armorArmoireRobeOfSpadesNotes": "These luxuriant robes conceal hidden pockets for treasures or weapons--your choice! Increases Strength by <%= str %>. Enchanted Armoire: Ace of Spades Set (Item 2 of 3).", + "armorArmoireRobeOfSpadesNotes": "These luxuriant robes conceal hidden pockets for treasures or weapons--your choice! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Ace of Spades Set (Item 2 of 3).", "armorArmoireSoftBlueSuitText": "Soft Blue Suit", - "armorArmoireSoftBlueSuitNotes": "Blue is a calming colour. So calming, some even wear this soft outfit to sleep... zZz. Increases Intelligence by <%= int %> and Perception by <%= per %>. Enchanted Armoire: Blue Loungewear Set (Item 2 of 3).", + "armorArmoireSoftBlueSuitNotes": "Blue is a calming colour. So calming, some even wear this soft outfit to sleep... zZz. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Enchanted Armoire: Blue Loungewear Set (Item 2 of 3).", "armorArmoireSoftGreenSuitText": "Soft Green Suit", - "armorArmoireSoftGreenSuitNotes": "Green is the most refreshing color! Ideal for resting those tired eyes... mmm, or even a nap... Increases Constitution and Intelligence by <%= attrs %> each. Enchanted Armoire: Green Loungewear Set (Item 2 of 3).", + "armorArmoireSoftGreenSuitNotes": "Green is the most refreshing color! Ideal for resting those tired eyes... mmm, or even a nap... Nagtataás ng Pangangatawán at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Green Loungewear Set (Item 2 of 3).", "armorArmoireSoftRedSuitText": "Soft Red Suit", - "armorArmoireSoftRedSuitNotes": "Red is such an invigorating color. If you need to wake up bright and early, this suit could make the perfect pajamas... Increases Intelligence by <%= int %> and Strength by <%= str %>. Enchanted Armoire: Red Loungewear Set (Item 2 of 3).", + "armorArmoireSoftRedSuitNotes": "Red is such an invigorating color. If you need to wake up bright and early, this suit could make the perfect pajamas... Nagtataás ng Katalinuhan ng <%= int %> at Lakás ng <%= str %>. Enchanted Armoire: Red Loungewear Set (Item 2 of 3).", "armorArmoireScribesRobeText": "Scribe's Robes", - "armorArmoireScribesRobeNotes": "These velvety robes are woven with inspirational and motivational magic. Increases Perception and Intelligence by <%= attrs %> each. Enchanted Armoire: Scribe Set (Item 1 of 3).", + "armorArmoireScribesRobeNotes": "These velvety robes are woven with inspirational and motivational magic. Nagtataás ng Pandamá at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Scribe Set (Item 1 of 3).", "headgear": "helm", "headgearCapitalized": "Headgear", "headBase0Text": "No Headgear", "headBase0Notes": "No headgear.", "headWarrior1Text": "Leather Helm", - "headWarrior1Notes": "Cap of sturdy boiled hide. Increases Strength by <%= str %>.", + "headWarrior1Notes": "Cap of sturdy boiled hide. Nagtataás ng Lakás ng <%= str %>.", "headWarrior2Text": "Chain Coif", - "headWarrior2Notes": "Hood of interlocked metal rings. Increases Strength by <%= str %>.", + "headWarrior2Notes": "Hood of interlocked metal rings. Nagtataás ng Lakás ng <%= str %>.", "headWarrior3Text": "Plate Helm", - "headWarrior3Notes": "Thick steel helmet, proof against any blow. Increases Strength by <%= str %>.", + "headWarrior3Notes": "Thick steel helmet, proof against any blow. Nagtataás ng Lakás ng <%= str %>.", "headWarrior4Text": "Red Helm", - "headWarrior4Notes": "Set with rubies for power, and glows when the wearer is angered. Increases Strength by <%= str %>.", + "headWarrior4Notes": "Set with rubies for power, and glows when the wearer is angered. Nagtataás ng Lakás ng <%= str %>.", "headWarrior5Text": "Golden Helm", - "headWarrior5Notes": "Regal crown bound to shining armor. Increases Strength by <%= str %>.", + "headWarrior5Notes": "Regal crown bound to shining armor. Nagtataás ng Lakás ng <%= str %>.", "headRogue1Text": "Leather Hood", - "headRogue1Notes": "Basic protective cowl. Increases Perception by <%= per %>.", + "headRogue1Notes": "Basic protective cowl. Nagtataás ng Pandamá ng <%= per %>.", "headRogue2Text": "Black Leather Hood", - "headRogue2Notes": "Useful for both defense and disguise. Increases Perception by <%= per %>.", + "headRogue2Notes": "Useful for both defense and disguise. Nagtataás ng Pandamá ng <%= per %>.", "headRogue3Text": "Camouflage Hood", - "headRogue3Notes": "Rugged, but doesn't impede hearing. Increases Perception by <%= per %>.", + "headRogue3Notes": "Rugged, but doesn't impede hearing. Nagtataás ng Pandamá ng <%= per %>.", "headRogue4Text": "Penumbral Hood", - "headRogue4Notes": "Grants perfect vision in darkness. Increases Perception by <%= per %>.", + "headRogue4Notes": "Grants perfect vision in darkness. Nagtataás ng Pandamá ng <%= per %>.", "headRogue5Text": "Umbral Hood", - "headRogue5Notes": "Conceals even thoughts from those who would probe them. Increases Perception by <%= per %>.", + "headRogue5Notes": "Conceals even thoughts from those who would probe them. Nagtataás ng Pandamá ng <%= per %>.", "headWizard1Text": "Magician Hat", - "headWizard1Notes": "Simple, comfortable, and fashionable. Increases Perception by <%= per %>.", + "headWizard1Notes": "Simple, comfortable, and fashionable. Nagtataás ng Pandamá ng <%= per %>.", "headWizard2Text": "Cornuthaum", - "headWizard2Notes": "Traditional headgear of the itinerant wizard. Increases Perception by <%= per %>.", + "headWizard2Notes": "Traditional headgear of the itinerant wizard. Nagtataás ng Pandamá ng <%= per %>.", "headWizard3Text": "Astrologer Hat", - "headWizard3Notes": "Adorned with the rings of Saturn. Increases Perception by <%= per %>.", + "headWizard3Notes": "Adorned with the rings of Saturn. Nagtataás ng Pandamá ng <%= per %>.", "headWizard4Text": "Archmage Hat", - "headWizard4Notes": "Focuses the mind for intensive spellcasting. Increases Perception by <%= per %>.", + "headWizard4Notes": "Focuses the mind for intensive spellcasting. Nagtataás ng Pandamá ng <%= per %>.", "headWizard5Text": "Royal Magus Hat", - "headWizard5Notes": "Shows authority over fortune, weather, and lesser mages. Increases Perception by <%= per %>.", + "headWizard5Notes": "Shows authority over fortune, weather, and lesser mages. Nagtataás ng Pandamá ng <%= per %>.", "headHealer1Text": "Quartz Circlet", - "headHealer1Notes": "Jeweled headpiece, for focus on the task at hand. Increases Intelligence by <%= int %>.", + "headHealer1Notes": "Jeweled headpiece, for focus on the task at hand. Nagtataás ng Katalinuhan ng <%= int %>.", "headHealer2Text": "Amethyst Circlet", - "headHealer2Notes": "A taste of luxury for a humble profession. Increases Intelligence by <%= int %>.", + "headHealer2Notes": "A taste of luxury for a humble profession. Nagtataás ng Katalinuhan ng <%= int %>.", "headHealer3Text": "Sapphire Circlet", - "headHealer3Notes": "Shines to let sufferers know their salvation is at hand. Increases Intelligence by <%= int %>.", + "headHealer3Notes": "Shines to let sufferers know their salvation is at hand. Nagtataás ng Katalinuhan ng <%= int %>.", "headHealer4Text": "Emerald Diadem", - "headHealer4Notes": "Emits an aura of life and growth. Increases Intelligence by <%= int %>.", + "headHealer4Notes": "Emits an aura of life and growth. Nagtataás ng Katalinuhan ng <%= int %>.", "headHealer5Text": "Royal Diadem", - "headHealer5Notes": "For king, queen, or miracle-worker. Increases Intelligence by <%= int %>.", + "headHealer5Notes": "For king, queen, or miracle-worker. Nagtataás ng Katalinuhan ng <%= int %>.", "headSpecial0Text": "Shade Helm", - "headSpecial0Notes": "Blood and ash, lava and obsidian give this helm its imagery and power. Increases Intelligence by <%= int %>.", + "headSpecial0Notes": "Blood and ash, lava and obsidian give this helm its imagery and power. Nagtataás ng Katalinuhan ng <%= int %>.", "headSpecial1Text": "Crystal Helm", - "headSpecial1Notes": "The favored crown of those who lead by example. Increases all Stats by <%= attrs %>.", + "headSpecial1Notes": "The favored crown of those who lead by example. Nagtataás ng Lahát ng mga Katangian ng <%= attrs %>.", "headSpecial2Text": "Nameless Helm", - "headSpecial2Notes": "A testament to those who gave of themselves while asking nothing in return. Increases Intelligence and Strength by <%= attrs %> each.", + "headSpecial2Notes": "A testament to those who gave of themselves while asking nothing in return. Nagtataás ng Katalinuhan at Lakás ng <%= attrs %> bawat isá.", "headSpecialTakeThisText": "Take This Helm", - "headSpecialTakeThisNotes": "This helm was earned by participating in a sponsored Challenge made by Take This. Congratulations! Increases all Stats by <%= attrs %>.", + "headSpecialTakeThisNotes": "This helm was earned by participating in a sponsored Challenge made by Take This. Congratulations! Nagtataás ng Lahát ng mga Katangian ng <%= attrs %>.", "headSpecialFireCoralCircletText": "Fire Coral Circlet", - "headSpecialFireCoralCircletNotes": "This circlet, designed by Habitica's greatest alchemists, allows you to breathe water and dive for treasure! Increases Perception by <%= per %>.", + "headSpecialFireCoralCircletNotes": "This circlet, designed by Habitica's greatest alchemists, allows you to breathe water and dive for treasure! Nagtataás ng Pandamá ng <%= per %>.", "headSpecialPyromancersTurbanText": "Pyromancer's Turban", - "headSpecialPyromancersTurbanNotes": "This magical turban will help you breathe even in the thickest smoke! Plus it's extremely cozy! Increases Strength by <%= str %>.", + "headSpecialPyromancersTurbanNotes": "This magical turban will help you breathe even in the thickest smoke! Plus it's extremely cozy! Nagtataás ng Lakás ng <%= str %>.", "headSpecialBardHatText": "Bardic Cap", - "headSpecialBardHatNotes": "Stick a feather in your cap and call it \"productivity\"! Increases Intelligence by <%= int %>.", + "headSpecialBardHatNotes": "Stick a feather in your cap and call it \"productivity\"! Nagtataás ng Katalinuhan ng <%= int %>.", "headSpecialLunarWarriorHelmText": "Lunar Warrior Helm", - "headSpecialLunarWarriorHelmNotes": "The power of the moon will strengthen you in battle! Increases Strength and Intelligence by <%= attrs %> each.", + "headSpecialLunarWarriorHelmNotes": "The power of the moon will strengthen you in battle! Nagtataás ng Lakás at Katalinuhan ng <%= attrs %> bawat isá.", "headSpecialMammothRiderHelmText": "Mammoth Rider Helm", - "headSpecialMammothRiderHelmNotes": "Don't let its fluffiness fool you--this hat will grant you piercing powers of perception! Increases Perception by <%= per %>.", + "headSpecialMammothRiderHelmNotes": "Don't let its fluffiness fool you--this hat will grant you piercing powers of perception! Nagtataás ng Pandamá ng <%= per %>.", "headSpecialPageHelmText": "Page Helm", - "headSpecialPageHelmNotes": "Chainmail: for the stylish AND the practical. Increases Perception by <%= per %>.", + "headSpecialPageHelmNotes": "Chainmail: for the stylish AND the practical. Nagtataás ng Pandamá ng <%= per %>.", "headSpecialRoguishRainbowMessengerHoodText": "Roguish Rainbow Messenger Hood", - "headSpecialRoguishRainbowMessengerHoodNotes": "This bright hood emits a colorful glow that will protect you from unpleasant weather! Increases Constitution by <%= con %>.", + "headSpecialRoguishRainbowMessengerHoodNotes": "This bright hood emits a colorful glow that will protect you from unpleasant weather! Nagtataás ng Pangangatawán ng <%= con %>.", "headSpecialClandestineCowlText": "Clandestine Cowl", - "headSpecialClandestineCowlNotes": "Take care to conceal your face as you rob your Tasks of gold and loot! Increases Perception by <%= per %>.", + "headSpecialClandestineCowlNotes": "Take care to conceal your face as you rob your Tasks of gold and loot! Nagtataás ng Pandamá ng <%= per %>.", "headSpecialSnowSovereignCrownText": "Snow Sovereign Crown", - "headSpecialSnowSovereignCrownNotes": "The jewels in this crown sparkle like new-fallen snowflakes. Increases Constitution by <%= con %>.", + "headSpecialSnowSovereignCrownNotes": "The jewels in this crown sparkle like new-fallen snowflakes. Nagtataás ng Pangangatawán ng <%= con %>.", "headSpecialSpikedHelmText": "Spiked Helm", - "headSpecialSpikedHelmNotes": "You'll be well protected from stray Dailies and bad Habits with this functional (and neat-looking!) helm. Increases Strength by <%= str %>.", + "headSpecialSpikedHelmNotes": "You'll be well protected from stray Dailies and bad Habits with this functional (and neat-looking!) helm. Nagtataás ng Lakás ng <%= str %>.", "headSpecialDandyHatText": "Dandy Hat", - "headSpecialDandyHatNotes": "What a merry chapeau! You'll look quite fine enjoying a stroll in it. Increases Constitution by <%= con %>.", + "headSpecialDandyHatNotes": "What a merry chapeau! You'll look quite fine enjoying a stroll in it. Nagtataás ng Pangangatawán ng <%= con %>.", "headSpecialKabutoText": "Kabuto", - "headSpecialKabutoNotes": "This helm is functional and beautiful! Your enemies will become distracted admiring it. Increases Intelligence by <%= int %>.", + "headSpecialKabutoNotes": "This helm is functional and beautiful! Your enemies will become distracted admiring it. Nagtataás ng Katalinuhan ng <%= int %>.", "headSpecialNamingDay2017Text": "Royal Purple Gryphon Helm", "headSpecialNamingDay2017Notes": "Happy Naming Day! Wear this fierce and feathery helm as you celebrate Habitica. Confers no benefit.", "headSpecialTurkeyHelmBaseText": "Turkey Helm", @@ -899,183 +899,183 @@ "headSpecialNyeText": "Absurd Party Hat", "headSpecialNyeNotes": "You've received an Absurd Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.", "headSpecialYetiText": "Yeti-Tamer Helm", - "headSpecialYetiNotes": "An adorably fearsome hat. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", + "headSpecialYetiNotes": "An adorably fearsome hat. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", "headSpecialSkiText": "Ski-sassin Helm", - "headSpecialSkiNotes": "Keeps the wearer's identity secret... and their face toasty. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", + "headSpecialSkiNotes": "Keeps the wearer's identity secret... and their face toasty. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", "headSpecialCandycaneText": "Candy Cane Hat", - "headSpecialCandycaneNotes": "This is the most delicious hat in the world. It's also known to appear and disappear mysteriously. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", + "headSpecialCandycaneNotes": "This is the most delicious hat in the world. It's also known to appear and disappear mysteriously. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", "headSpecialSnowflakeText": "Snowflake Crown", - "headSpecialSnowflakeNotes": "The wearer of this crown is never cold. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", + "headSpecialSnowflakeNotes": "The wearer of this crown is never cold. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", "headSpecialSpringRogueText": "Stealthy Kitty Mask", - "headSpecialSpringRogueNotes": "Nobody will EVER guess that you are a cat burglar! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "headSpecialSpringRogueNotes": "Nobody will EVER guess that you are a cat burglar! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "headSpecialSpringWarriorText": "Clover-steel Helmet", - "headSpecialSpringWarriorNotes": "Welded from sweet meadow clover, this helmet can resist even the mightiest blow. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "headSpecialSpringWarriorNotes": "Welded from sweet meadow clover, this helmet can resist even the mightiest blow. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "headSpecialSpringMageText": "Swiss Cheese Hat", - "headSpecialSpringMageNotes": "This hat stores lots of powerful magic! Try not to nibble it. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "headSpecialSpringMageNotes": "This hat stores lots of powerful magic! Try not to nibble it. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "headSpecialSpringHealerText": "Crown of Friendship", - "headSpecialSpringHealerNotes": "This crown symbolizes loyalty and companionship. A dog is an adventurer's best friend, after all! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", + "headSpecialSpringHealerNotes": "This crown symbolizes loyalty and companionship. A dog is an adventurer's best friend, after all! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "headSpecialSummerRogueText": "Pirate Hat", - "headSpecialSummerRogueNotes": "Only the most productive of pirates can wear this fine hat. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "headSpecialSummerRogueNotes": "Only the most productive of pirates can wear this fine hat. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "headSpecialSummerWarriorText": "Swashbuckler Bandana", - "headSpecialSummerWarriorNotes": "This soft, salty cloth fills its wearer with strength. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "headSpecialSummerWarriorNotes": "This soft, salty cloth fills its wearer with strength. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "headSpecialSummerMageText": "Kelp-Wrapped Hat", - "headSpecialSummerMageNotes": "What could be more magical than a hat wrapped in seaweed? Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "headSpecialSummerMageNotes": "What could be more magical than a hat wrapped in seaweed? Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "headSpecialSummerHealerText": "Coral Crown", - "headSpecialSummerHealerNotes": "Enables its wearer to heal damaged reefs. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", + "headSpecialSummerHealerNotes": "Enables its wearer to heal damaged reefs. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "headSpecialFallRogueText": "Bloodred Hood", - "headSpecialFallRogueNotes": "A Vampire Smiter's identity must always be hidden. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "headSpecialFallRogueNotes": "A Vampire Smiter's identity must always be hidden. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "headSpecialFallWarriorText": "Monster Scalp of Science", - "headSpecialFallWarriorNotes": "Graft on this helm! It's only SLIGHTLY used. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "headSpecialFallWarriorNotes": "Graft on this helm! It's only SLIGHTLY used. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "headSpecialFallMageText": "Pointy Hat", - "headSpecialFallMageNotes": "Magic is woven into every thread of this hat. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "headSpecialFallMageNotes": "Magic is woven into every thread of this hat. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "headSpecialFallHealerText": "Head Bandages", - "headSpecialFallHealerNotes": "Highly sanitary and very fashionable. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", + "headSpecialFallHealerNotes": "Highly sanitary and very fashionable. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "headSpecialNye2014Text": "Silly Party Hat", "headSpecialNye2014Notes": "You've received a Silly Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.", "headSpecialWinter2015RogueText": "Icicle Drake Mask", - "headSpecialWinter2015RogueNotes": "You are truly, definitely, absolutely a genuine Icicle Drake. You are not infiltrating the Icicle Drake hives. You have no interest at all in the hoards of riches rumored to lie in their frigid tunnels. Rawr. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "headSpecialWinter2015RogueNotes": "You are truly, definitely, absolutely a genuine Icicle Drake. You are not infiltrating the Icicle Drake hives. You have no interest at all in the hoards of riches rumored to lie in their frigid tunnels. Rawr. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "headSpecialWinter2015WarriorText": "Gingerbread Helm", - "headSpecialWinter2015WarriorNotes": "Think, think, think as hard as you can. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "headSpecialWinter2015WarriorNotes": "Think, think, think as hard as you can. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "headSpecialWinter2015MageText": "Aurora Hat", - "headSpecialWinter2015MageNotes": "The fabric of this hat shifts and glows when the wearer studies. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "headSpecialWinter2015MageNotes": "The fabric of this hat shifts and glows when the wearer studies. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "headSpecialWinter2015HealerText": "Snuggly Earmuffs", - "headSpecialWinter2015HealerNotes": "These warm earmuffs keep out chills and distracting noises. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", + "headSpecialWinter2015HealerNotes": "These warm earmuffs keep out chills and distracting noises. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "headSpecialSpring2015RogueText": "Fireproof Helm", - "headSpecialSpring2015RogueNotes": "Fire? HAH! You squeak fiercely in the face of fire! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "headSpecialSpring2015RogueNotes": "Fire? HAH! You squeak fiercely in the face of fire! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "headSpecialSpring2015WarriorText": "Beware Helm", - "headSpecialSpring2015WarriorNotes": "Beware the Helm! Only a fierce doggy can wear it. Stop laughing. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "headSpecialSpring2015WarriorNotes": "Beware the Helm! Only a fierce doggy can wear it. Stop laughing. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "headSpecialSpring2015MageText": "Stage Mage Hat", - "headSpecialSpring2015MageNotes": "Which came first, the bunny or the hat? Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "headSpecialSpring2015MageNotes": "Which came first, the bunny or the hat? Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "headSpecialSpring2015HealerText": "Comforting Crown", - "headSpecialSpring2015HealerNotes": "The pearl at the center of this crown calms and comforts those around it. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", + "headSpecialSpring2015HealerNotes": "The pearl at the center of this crown calms and comforts those around it. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "headSpecialSummer2015RogueText": "Renegade Hat", - "headSpecialSummer2015RogueNotes": "This pirate hat fell overboard and has been decorated with scraps of fire coral. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "headSpecialSummer2015RogueNotes": "This pirate hat fell overboard and has been decorated with scraps of fire coral. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "headSpecialSummer2015WarriorText": "Jeweled Oceanic Helm", - "headSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this helm is strong and handsome. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "headSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this helm is strong and handsome. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "headSpecialSummer2015MageText": "Soothsayer Scarf", - "headSpecialSummer2015MageNotes": "Hidden power shines in the threads of this scarf. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "headSpecialSummer2015MageNotes": "Hidden power shines in the threads of this scarf. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "headSpecialSummer2015HealerText": "Sailor's Cap", - "headSpecialSummer2015HealerNotes": "With your sailor's cap set firmly on your head, you can navigate even the stormiest seas! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", + "headSpecialSummer2015HealerNotes": "With your sailor's cap set firmly on your head, you can navigate even the stormiest seas! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "headSpecialFall2015RogueText": "Bat-tle Wings", - "headSpecialFall2015RogueNotes": "Echolocate your enemies with this powerful helm! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "headSpecialFall2015RogueNotes": "Echolocate your enemies with this powerful helm! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "headSpecialFall2015WarriorText": "Scarecrow Hat", - "headSpecialFall2015WarriorNotes": "Everyone would want this hat--if they only had a brain. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "headSpecialFall2015WarriorNotes": "Everyone would want this hat--if they only had a brain. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "headSpecialFall2015MageText": "Stitched Hat", - "headSpecialFall2015MageNotes": "Every stitch in this hat augments its power. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "headSpecialFall2015MageNotes": "Every stitch in this hat augments its power. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "headSpecialFall2015HealerText": "Hat of Frog", - "headSpecialFall2015HealerNotes": "This is an extremely serious hat that is worthy of only the most advanced potioners. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", + "headSpecialFall2015HealerNotes": "This is an extremely serious hat that is worthy of only the most advanced potioners. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "headSpecialNye2015Text": "Ridiculous Party Hat", "headSpecialNye2015Notes": "You've received a Ridiculous Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.", "headSpecialWinter2016RogueText": "Cocoa Helm", - "headSpecialWinter2016RogueNotes": "The protective scarf on this cozy helm is only removed to sip warm winter beverages. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "headSpecialWinter2016RogueNotes": "The protective scarf on this cozy helm is only removed to sip warm winter beverages. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "headSpecialWinter2016WarriorText": "Snowman Cap", - "headSpecialWinter2016WarriorNotes": "Brr! This mighty helm is truly powerful... until it melts. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "headSpecialWinter2016WarriorNotes": "Brr! This mighty helm is truly powerful... until it melts. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "headSpecialWinter2016MageText": "Snowboarder Hood", - "headSpecialWinter2016MageNotes": "Keeps the snow out of your eyes while you're casting spells. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "headSpecialWinter2016MageNotes": "Keeps the snow out of your eyes while you're casting spells. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "headSpecialWinter2016HealerText": "Fairy Wing Helm", - "headSpecialWinter2016HealerNotes": "Thesewingsfluttersoquicklythattheyblur! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", + "headSpecialWinter2016HealerNotes": "Thesewingsfluttersoquicklythattheyblur! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "headSpecialSpring2016RogueText": "Good Doggy Mask", - "headSpecialSpring2016RogueNotes": "Aww, what a cute puppy! Come here and let me pet your head. ...Hey, where did all my Gold go? Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "headSpecialSpring2016RogueNotes": "Aww, what a cute puppy! Come here and let me pet your head. ...Hey, where did all my Gold go? Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "headSpecialSpring2016WarriorText": "Mouse Guard Helm", - "headSpecialSpring2016WarriorNotes": "Never again shall you be bopped on the head! Let them try! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "headSpecialSpring2016WarriorNotes": "Never again shall you be bopped on the head! Let them try! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "headSpecialSpring2016MageText": "Grand Malkin Hat", - "headSpecialSpring2016MageNotes": "Apparel to set you above the mere alley-mages of the world. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "headSpecialSpring2016MageNotes": "Apparel to set you above the mere alley-mages of the world. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "headSpecialSpring2016HealerText": "Blossom Diadem", - "headSpecialSpring2016HealerNotes": "It glints with the potential of new life ready to burst forth. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", + "headSpecialSpring2016HealerNotes": "It glints with the potential of new life ready to burst forth. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "headSpecialSummer2016RogueText": "Eel Helm", - "headSpecialSummer2016RogueNotes": "Peek out from rocky crevices while wearing this stealthy helm. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "headSpecialSummer2016RogueNotes": "Peek out from rocky crevices while wearing this stealthy helm. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "headSpecialSummer2016WarriorText": "Shark Helmet", - "headSpecialSummer2016WarriorNotes": "Bite those tough tasks with this fearsome helm! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "headSpecialSummer2016WarriorNotes": "Bite those tough tasks with this fearsome helm! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "headSpecialSummer2016MageText": "Blowspout Hat", - "headSpecialSummer2016MageNotes": "Magical water constantly sprays from this hat. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "headSpecialSummer2016MageNotes": "Magical water constantly sprays from this hat. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "headSpecialSummer2016HealerText": "Seahorse Helm", - "headSpecialSummer2016HealerNotes": "This helm indicates that the wearer was trained by the magical healing seahorses of Dilatory. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", + "headSpecialSummer2016HealerNotes": "This helm indicates that the wearer was trained by the magical healing seahorses of Dilatory. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "headSpecialFall2016RogueText": "Black Widow Helm", - "headSpecialFall2016RogueNotes": "The legs on this helm are constantly twitching. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "headSpecialFall2016RogueNotes": "The legs on this helm are constantly twitching. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "headSpecialFall2016WarriorText": "Gnarled Bark Helm", - "headSpecialFall2016WarriorNotes": "This swamp-sogged helm is covered with bits of bog. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "headSpecialFall2016WarriorNotes": "This swamp-sogged helm is covered with bits of bog. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "headSpecialFall2016MageText": "Hood of Wickedness", - "headSpecialFall2016MageNotes": "Conceal your plotting beneath this shadowy hood. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "headSpecialFall2016MageNotes": "Conceal your plotting beneath this shadowy hood. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "headSpecialFall2016HealerText": "Medusa's Crown", - "headSpecialFall2016HealerNotes": "Woe to anyone who looks you in the eyes... Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", + "headSpecialFall2016HealerNotes": "Woe to anyone who looks you in the eyes... Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "headSpecialNye2016Text": "Whimsical Party Hat", "headSpecialNye2016Notes": "You've received a Whimsical Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.", "headSpecialWinter2017RogueText": "Frosty Helm", - "headSpecialWinter2017RogueNotes": "Fashioned from ice crystals, this helm will help you move unnoticed through wintry landscapes. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "headSpecialWinter2017RogueNotes": "Fashioned from ice crystals, this helm will help you move unnoticed through wintry landscapes. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "headSpecialWinter2017WarriorText": "Hockey Helm", - "headSpecialWinter2017WarriorNotes": "This is a hard and durable helmet, made to withstand impacts from ice or even dark red dailies! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "headSpecialWinter2017WarriorNotes": "This is a hard and durable helmet, made to withstand impacts from ice or even dark red dailies! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "headSpecialWinter2017MageText": "Winter Wolf Helm", - "headSpecialWinter2017MageNotes": "This helm, fashioned in the image of the legendary Winter Wolf, will keep your head warm and your vision sharp. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "headSpecialWinter2017MageNotes": "This helm, fashioned in the image of the legendary Winter Wolf, will keep your head warm and your vision sharp. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "headSpecialWinter2017HealerText": "Sparkling Blossom Helm", - "headSpecialWinter2017HealerNotes": "These glittering petals focus brainpower! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", + "headSpecialWinter2017HealerNotes": "These glittering petals focus brainpower! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "headSpecialSpring2017RogueText": "Sneaky Bunny Helm", - "headSpecialSpring2017RogueNotes": "This mask will prevent your cuteness from giving you away as you sneak up on Dailies (or clovers)! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "headSpecialSpring2017RogueNotes": "This mask will prevent your cuteness from giving you away as you sneak up on Dailies (or clovers)! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "headSpecialSpring2017WarriorText": "Feline Helm", - "headSpecialSpring2017WarriorNotes": "Protect your adorable, fuzzy noggin with this finely decorated helm. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "headSpecialSpring2017WarriorNotes": "Protect your adorable, fuzzy noggin with this finely decorated helm. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "headSpecialSpring2017MageText": "Canine Conjuror Hat", - "headSpecialSpring2017MageNotes": "This hat can help you cast mighty spells… Or you can just use it to summon tennis balls. Your choice. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "headSpecialSpring2017MageNotes": "This hat can help you cast mighty spells… Or you can just use it to summon tennis balls. Your choice. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "headSpecialSpring2017HealerText": "Petal Circlet", - "headSpecialSpring2017HealerNotes": "This delicate crown emits the comforting scent of new Spring blooms. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", + "headSpecialSpring2017HealerNotes": "This delicate crown emits the comforting scent of new Spring blooms. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "headSpecialSummer2017RogueText": "Sea Dragon Helm", - "headSpecialSummer2017RogueNotes": "This helm changes colors to help you blend in with your surroundings. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "headSpecialSummer2017RogueNotes": "This helm changes colors to help you blend in with your surroundings. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "headSpecialSummer2017WarriorText": "Sandcastle Helm", - "headSpecialSummer2017WarriorNotes": "The finest helm anyone could hope to wear... at least, until the tide comes in. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "headSpecialSummer2017WarriorNotes": "The finest helm anyone could hope to wear... at least, until the tide comes in. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "headSpecialSummer2017MageText": "Whirlpool Hat", - "headSpecialSummer2017MageNotes": "This hat is composed entirely of a swirling, inverted whirlpool. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "headSpecialSummer2017MageNotes": "This hat is composed entirely of a swirling, inverted whirlpool. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "headSpecialSummer2017HealerText": "Crown of Sea Creatures", - "headSpecialSummer2017HealerNotes": "This helm is made up of friendly sea creatures who are temporarily resting on your head, giving you sage advice. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", + "headSpecialSummer2017HealerNotes": "This helm is made up of friendly sea creatures who are temporarily resting on your head, giving you sage advice. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "headSpecialFall2017RogueText": "Jack-o-Lantern Helm", - "headSpecialFall2017RogueNotes": "Ready for treats? Time to don this festive, glowing helm! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "headSpecialFall2017RogueNotes": "Ready for treats? Time to don this festive, glowing helm! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "headSpecialFall2017WarriorText": "Candy Corn Helm", - "headSpecialFall2017WarriorNotes": "This helm might look like a treat, but wayward tasks won't find it so sweet! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "headSpecialFall2017WarriorNotes": "This helm might look like a treat, but wayward tasks won't find it so sweet! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "headSpecialFall2017MageText": "Masquerade Helm", - "headSpecialFall2017MageNotes": "When you appear in this feathery hat, everyone will be left guessing the identity of the magical stranger in the room! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "headSpecialFall2017MageNotes": "When you appear in this feathery hat, everyone will be left guessing the identity of the magical stranger in the room! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "headSpecialFall2017HealerText": "Haunted House Helm", - "headSpecialFall2017HealerNotes": "Invite spooky spirits and friendly creatures to seek your healing powers in this helm! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", + "headSpecialFall2017HealerNotes": "Invite spooky spirits and friendly creatures to seek your healing powers in this helm! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "headSpecialNye2017Text": "Fanciful Party Hat", "headSpecialNye2017Notes": "You've received a Fanciful Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.", "headSpecialWinter2018RogueText": "Reindeer Helm", - "headSpecialWinter2018RogueNotes": "The perfect holiday disguise, with a built-in headlight! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "headSpecialWinter2018RogueNotes": "The perfect holiday disguise, with a built-in headlight! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "headSpecialWinter2018WarriorText": "Giftbox Helm", - "headSpecialWinter2018WarriorNotes": "This jaunty box top and bow are not only festive, but quite sturdy. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "headSpecialWinter2018WarriorNotes": "This jaunty box top and bow are not only festive, but quite sturdy. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "headSpecialWinter2018MageText": "Sparkly Top Hat", - "headSpecialWinter2018MageNotes": "Ready for some extra special magic? This glittery hat is sure to boost all your spells! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "headSpecialWinter2018MageNotes": "Ready for some extra special magic? This glittery hat is sure to boost all your spells! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "headSpecialWinter2018HealerText": "Mistletoe Hood", - "headSpecialWinter2018HealerNotes": "This fancy hood will keep you warm with happy holiday feelings! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", + "headSpecialWinter2018HealerNotes": "This fancy hood will keep you warm with happy holiday feelings! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "headSpecialSpring2018RogueText": "Duck-Billed Helm", - "headSpecialSpring2018RogueNotes": "Quack quack! Your cuteness belies your clever and sneaky nature. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "headSpecialSpring2018RogueNotes": "Quack quack! Your cuteness belies your clever and sneaky nature. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "headSpecialSpring2018WarriorText": "Helm of Rays", - "headSpecialSpring2018WarriorNotes": "The brightness of this helm will dazzle any enemies nearby! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "headSpecialSpring2018WarriorNotes": "The brightness of this helm will dazzle any enemies nearby! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "headSpecialSpring2018MageText": "Tulip Helm", - "headSpecialSpring2018MageNotes": "The fancy petals of this helm will grant you special springtime magic. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "headSpecialSpring2018MageNotes": "The fancy petals of this helm will grant you special springtime magic. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "headSpecialSpring2018HealerText": "Garnet Circlet", - "headSpecialSpring2018HealerNotes": "The polished gems of this circlet will enhance your mental energy. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", + "headSpecialSpring2018HealerNotes": "The polished gems of this circlet will enhance your mental energy. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "headSpecialSummer2018RogueText": "Fishing Sun Hat", - "headSpecialSummer2018RogueNotes": "Provides comfort and protection from the harsh glare of the summer sun over the water. Especially important if you're more accustomed to staying stealthy in the shadows! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "headSpecialSummer2018RogueNotes": "Provides comfort and protection from the harsh glare of the summer sun over the water. Especially important if you're more accustomed to staying stealthy in the shadows! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "headSpecialSummer2018WarriorText": "Betta Fish Barbute", - "headSpecialSummer2018WarriorNotes": "Show everyone you're the alpha betta with this flamboyant helm! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "headSpecialSummer2018WarriorNotes": "Show everyone you're the alpha betta with this flamboyant helm! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "headSpecialSummer2018MageText": "Lionfish Crest", - "headSpecialSummer2018MageNotes": "Glare dolorously upon anyone who dares say you look like a “tastyfish”. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "headSpecialSummer2018MageNotes": "Glare dolorously upon anyone who dares say you look like a “tastyfish”. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "headSpecialSummer2018HealerText": "Merfolk Monarch Crown", - "headSpecialSummer2018HealerNotes": "Adorned with aquamarine, this finned diadem marks leadership of folk, fish, and those who are a bit of both! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", + "headSpecialSummer2018HealerNotes": "Adorned with aquamarine, this finned diadem marks leadership of folk, fish, and those who are a bit of both! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "headSpecialFall2018RogueText": "Alter Ego Face", - "headSpecialFall2018RogueNotes": "Most of us hide away our inward struggles. This mask shows that we all experience tension between our good and bad impulses. Plus it comes with a sweet hat! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", + "headSpecialFall2018RogueNotes": "Most of us hide away our inward struggles. This mask shows that we all experience tension between our good and bad impulses. Plus it comes with a sweet hat! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "headSpecialFall2018WarriorText": "Minotaur Visage", - "headSpecialFall2018WarriorNotes": "This fearsome mask shows you can really take your tasks by the horns! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", + "headSpecialFall2018WarriorNotes": "This fearsome mask shows you can really take your tasks by the horns! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "headSpecialFall2018MageText": "Candymancer's Hat", - "headSpecialFall2018MageNotes": "This pointy hat is imbued with powerful spells of sweetness. Careful, if it gets wet it may become sticky! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018..", + "headSpecialFall2018MageNotes": "This pointy hat is imbued with powerful spells of sweetness. Careful, if it gets wet it may become sticky! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018..", "headSpecialFall2018HealerText": "Ravenous Helm", - "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 %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", + "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. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "headSpecialNye2018Text": "Outlandish Party Hat", "headSpecialNye2018Notes": "You've received an Outlandish Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.", "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 %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "headSpecialWinter2019RogueNotes": "This leafy helm will attain its brightest red color right around the darkest days of winter, helping you blend in with holiday decor! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "headSpecialWinter2019WarriorText": "Glacial Helm", - "headSpecialWinter2019WarriorNotes": "It's important to keep a cool head! This icy helm will protect you from any opponent's blows. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "headSpecialWinter2019WarriorNotes": "It's important to keep a cool head! This icy helm will protect you from any opponent's blows. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "headSpecialWinter2019MageText": "Flaming Fireworks", - "headSpecialWinter2019MageNotes": "Stand well back and watch the sparks fly! Your tasks cannot stand against this might! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "headSpecialWinter2019MageNotes": "Stand well back and watch the sparks fly! Your tasks cannot stand against this might! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "headSpecialWinter2019HealerText": "Starry Crown", - "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 %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", + "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! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "headSpecialGaymerxText": "Rainbow Warrior Helm", "headSpecialGaymerxNotes": "In celebration of the GaymerX Conference, this special helmet is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGTBQ and gaming and is open to everyone.", "headMystery201402Text": "Winged Helm", @@ -1167,267 +1167,267 @@ "headMystery301704Text": "Pheasant Plume Hat", "headMystery301704Notes": "What could be more pleasant than a plume from a pheasant? Confers no benefit. April 3017 Subscriber Item.", "headArmoireLunarCrownText": "Soothing Lunar Crown", - "headArmoireLunarCrownNotes": "This crown strengthens health and sharpens senses, especially when the moon is full. Increases Constitution by <%= con %> and Perception by <%= per %>. Enchanted Armoire: Soothing Lunar Set (Item 1 of 3).", + "headArmoireLunarCrownNotes": "This crown strengthens health and sharpens senses, especially when the moon is full. Nagtataás ng Pangangatawán ng <%= con %> at Pandamá ng <%= per %>. Enchanted Armoire: Soothing Lunar Set (Item 1 of 3).", "headArmoireRedHairbowText": "Red Hairbow", "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).", "headArmoireVioletFloppyHatText": "Violet Floppy Hat", "headArmoireVioletFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a pleasing purple color. Increases Perception by <%= per %>, Intelligence by <%= int %>, and Constitution by <%= con %>. Enchanted Armoire: Independent Item.", "headArmoireGladiatorHelmText": "Gladiator Helm", - "headArmoireGladiatorHelmNotes": "To be a gladiator you must be not only strong.... but cunning. Increases Intelligence by <%= int %> and Perception by <%= per %>. Enchanted Armoire: Gladiator Set (Item 1 of 3).", + "headArmoireGladiatorHelmNotes": "To be a gladiator you must be not only strong.... but cunning. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Enchanted Armoire: Gladiator Set (Item 1 of 3).", "headArmoireRancherHatText": "Rancher Hat", - "headArmoireRancherHatNotes": "Round up your pets and wrangle your mounts while wearing this magical Rancher Hat! Increases Strength by <%= str %>, Perception by <%= per %>, and Intelligence by <%= int %>. Enchanted Armoire: Rancher Set (Item 1 of 3).", + "headArmoireRancherHatNotes": "Round up your pets and wrangle your mounts while wearing this magical Rancher Hat! Nagtataás ng Lakás ng <%= str %>, Pandamá ng <%= per %>, at Katalinuhan ng <%= int %>. Enchanted Armoire: Rancher Set (Item 1 of 3).", "headArmoireBlueHairbowText": "Blue Hairbow", "headArmoireBlueHairbowNotes": "Become perceptive, tough, and smart while wearing this beautiful Blue Hairbow! Increases Perception by <%= per %>, Constitution by <%= con %>, and Intelligence by <%= int %>. Enchanted Armoire: Independent Item.", "headArmoireRoyalCrownText": "Royal Crown", - "headArmoireRoyalCrownNotes": "Hooray for the ruler, mighty and strong! Increases Strength by <%= str %>. Enchanted Armoire: Royal Set (Item 1 of 3).", + "headArmoireRoyalCrownNotes": "Hooray for the ruler, mighty and strong! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Royal Set (Item 1 of 3).", "headArmoireGoldenLaurelsText": "Golden Laurels", "headArmoireGoldenLaurelsNotes": "These golden laurels reward those who have conquered bad habits. Increases Perception and Constitution by <%= attrs %> each. Enchanted Armoire: Golden Toga Set (Item 2 of 3).", "headArmoireHornedIronHelmText": "Horned Iron Helm", - "headArmoireHornedIronHelmNotes": "Fiercely hammered from iron, this horned helmet is nearly impossible to break. Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Horned Iron Set (Item 1 of 3).", + "headArmoireHornedIronHelmNotes": "Fiercely hammered from iron, this horned helmet is nearly impossible to break. Nagtataás ng Pangangatawán ng <%= con %> at Lakás ng <%= str %>. Enchanted Armoire: Horned Iron Set (Item 1 of 3).", "headArmoireYellowHairbowText": "Yellow Hairbow", - "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": "Become perceptive, strong, and smart while wearing this beautiful Yellow Hairbow! Nagtataás ng Pandamá, Lakás, at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Yellow Hairbow Set (Item 1 of 2).", "headArmoireRedFloppyHatText": "Red Floppy Hat", - "headArmoireRedFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a radiant red color. Increases Constitution, Intelligence, and Perception by <%= attrs %> each. Enchanted Armoire: Red Loungewear Set (Item 1 of 3).", + "headArmoireRedFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a radiant red color. Nagtataás ng Pangangatawán, Katalinuhan, at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Red Loungewear Set (Item 1 of 3).", "headArmoirePlagueDoctorHatText": "Plague Doctor Hat", "headArmoirePlagueDoctorHatNotes": "An authentic hat worn by the doctors who battle the Plague of Procrastination! Increases Strength by <%= str %>, Intelligence by <%= int %>, and Constitution by <%= con %>. Enchanted Armoire: Plague Doctor Set (Item 1 of 3).", "headArmoireBlackCatText": "Black Cat Hat", - "headArmoireBlackCatNotes": "This black hat is... purring. And twitching its tail. And breathing? Yeah, you just have a sleeping cat on your head. Increases Intelligence and Perception by <%= attrs %> each. Enchanted Armoire: Independent Item.", + "headArmoireBlackCatNotes": "This black hat is... purring. And twitching its tail. And breathing? Yeah, you just have a sleeping cat on your head. Nagtataás ng Katalinuhan at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Independent Item.", "headArmoireOrangeCatText": "Orange Cat Hat", - "headArmoireOrangeCatNotes": "This orange hat is... purring. And twitching its tail. And breathing? Yeah, you just have a sleeping cat on your head. Increases Strength and Constitution by <%= attrs %> each. Enchanted Armoire: Independent Item.", + "headArmoireOrangeCatNotes": "This orange hat is... purring. And twitching its tail. And breathing? Yeah, you just have a sleeping cat on your head. Nagtataás ng Lakás at Pangangatawán ng <%= attrs %> bawat isá. Enchanted Armoire: Independent Item.", "headArmoireBlueFloppyHatText": "Blue Floppy Hat", - "headArmoireBlueFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a brilliant blue color. Increases Constitution, Intelligence, and Perception by <%= attrs %> each. Enchanted Armoire: Blue Loungewear Set (Item 1 of 3).", + "headArmoireBlueFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a brilliant blue color. Nagtataás ng Pangangatawán, Katalinuhan, at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Blue Loungewear Set (Item 1 of 3).", "headArmoireShepherdHeaddressText": "Shepherd Headdress", - "headArmoireShepherdHeaddressNotes": "Sometimes the gryphons that you herd like to chew on this headdress, but it makes you seem more intelligent nonetheless. Increases Intelligence by <%= int %>. Enchanted Armoire: Shepherd Set (Item 3 of 3).", + "headArmoireShepherdHeaddressNotes": "Sometimes the gryphons that you herd like to chew on this headdress, but it makes you seem more intelligent nonetheless. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Shepherd Set (Item 3 of 3).", "headArmoireCrystalCrescentHatText": "Crystal Crescent Hat", - "headArmoireCrystalCrescentHatNotes": "The design on this hat waxes and wanes with the phases of the moon. Increases Intelligence and Perception by <%= attrs %> each. Enchanted Armoire: Crystal Crescent Set (Item 1 of 3).", + "headArmoireCrystalCrescentHatNotes": "The design on this hat waxes and wanes with the phases of the moon. Nagtataás ng Katalinuhan at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Crystal Crescent Set (Item 1 of 3).", "headArmoireDragonTamerHelmText": "Dragon Tamer Helm", - "headArmoireDragonTamerHelmNotes": "You look exactly like a dragon. The perfect camouflage... Increases Intelligence by <%= int %>. Enchanted Armoire: Dragon Tamer Set (Item 1 of 3).", + "headArmoireDragonTamerHelmNotes": "You look exactly like a dragon. The perfect camouflage... Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Dragon Tamer Set (Item 1 of 3).", "headArmoireBarristerWigText": "Barrister Wig", - "headArmoireBarristerWigNotes": "This bouncy wig is enough to frighten away even the fiercest foe. Increases Strength by <%= str %>. Enchanted Armoire: Barrister Set (Item 1 of 3).", + "headArmoireBarristerWigNotes": "This bouncy wig is enough to frighten away even the fiercest foe. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Barrister Set (Item 1 of 3).", "headArmoireJesterCapText": "Jester Cap", - "headArmoireJesterCapNotes": "The bells on this hat might distract your opponents, but they just help you focus. Increases Perception by <%= per %>. Enchanted Armoire: Jester Set (Item 1 of 3).", + "headArmoireJesterCapNotes": "The bells on this hat might distract your opponents, but they just help you focus. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Jester Set (Item 1 of 3).", "headArmoireMinerHelmetText": "Miner Helmet", - "headArmoireMinerHelmetNotes": "Protect your head from falling tasks! Increases Intelligence by <%= int %>. Enchanted Armoire: Miner Set (Item 1 of 3).", + "headArmoireMinerHelmetNotes": "Protect your head from falling tasks! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Miner Set (Item 1 of 3).", "headArmoireBasicArcherCapText": "Basic Archer Cap", - "headArmoireBasicArcherCapNotes": "No archer would be complete without a jaunty cap! Increases Perception by <%= per %>. Enchanted Armoire: Basic Archer Set (Item 3 of 3).", + "headArmoireBasicArcherCapNotes": "No archer would be complete without a jaunty cap! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Basic Archer Set (Item 3 of 3).", "headArmoireGraduateCapText": "Graduate Cap", - "headArmoireGraduateCapNotes": "Congratulations! Your deep thoughts have earned you this thinking cap. Increases Intelligence by <%= int %>. Enchanted Armoire: Graduate Set (Item 3 of 3).", + "headArmoireGraduateCapNotes": "Congratulations! Your deep thoughts have earned you this thinking cap. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Graduate Set (Item 3 of 3).", "headArmoireGreenFloppyHatText": "Green Floppy Hat", - "headArmoireGreenFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a gorgeous green color. Increases Constitution, Intelligence, and Perception by <%= attrs %> each. Enchanted Armoire: Green Loungewear Set (Item 1 of 3).", + "headArmoireGreenFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a gorgeous green color. Nagtataás ng Pangangatawán, Katalinuhan, at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Green Loungewear Set (Item 1 of 3).", "headArmoireCannoneerBandannaText": "Cannoneer Bandanna", - "headArmoireCannoneerBandannaNotes": "'Tis a cannoneer's life for me! Increases Intelligence and Perception by <%= attrs %> each. Enchanted Armoire: Cannoneer Set (Item 3 of 3).", + "headArmoireCannoneerBandannaNotes": "'Tis a cannoneer's life for me! Nagtataás ng Katalinuhan at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Cannoneer Set (Item 3 of 3).", "headArmoireFalconerCapText": "Falconer Cap", - "headArmoireFalconerCapNotes": "This jaunty cap helps you better understand birds of prey. Increases Intelligence by <%= int %>. Enchanted Armoire: Falconer Set (Item 2 of 3).", + "headArmoireFalconerCapNotes": "This jaunty cap helps you better understand birds of prey. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Falconer Set (Item 2 of 3).", "headArmoireVermilionArcherHelmText": "Vermilion Archer Helm", - "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).", + "headArmoireVermilionArcherHelmNotes": "The magic ruby in this helm will help you aim with laser focus! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Vermilion Archer Set (Item 3 of 3).", "headArmoireOgreMaskText": "Ogre Mask", - "headArmoireOgreMaskNotes": "Your enemies will run for the hills when they see an Ogre coming their way! Increases Constitution and Strength by <%= attrs %> each. Enchanted Armoire: Ogre Outfit (Item 1 of 3).", + "headArmoireOgreMaskNotes": "Your enemies will run for the hills when they see an Ogre coming their way! Nagtataás ng Pangangatawán at Lakás ng <%= attrs %> bawát isá. Enchanted Armoire: Ogre Outfit (Item 1 of 3).", "headArmoireIronBlueArcherHelmText": "Iron Blue Archer Helm", - "headArmoireIronBlueArcherHelmNotes": "Hard-headed? No, you're just well protected. Increases Constitution by <%= con %>. Enchanted Armoire: Iron Archer Set (Item 1 of 3).", + "headArmoireIronBlueArcherHelmNotes": "Hard-headed? No, you're just well protected. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Iron Archer Set (Item 1 of 3).", "headArmoireWoodElfHelmText": "Wood Elf Helm", - "headArmoireWoodElfHelmNotes": "This helm of leaves may look delicate, but it can protect you from inclement weather and dangerous foes. Increases Constitution by <%= con %>. Enchanted Armoire: Wood Elf Set (Item 1 of 3).", + "headArmoireWoodElfHelmNotes": "This helm of leaves may look delicate, but it can protect you from inclement weather and dangerous foes. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Wood Elf Set (Item 1 of 3).", "headArmoireRamHeaddressText": "Ram Headdress", - "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": "This elaborate helm is fashioned to look like a ram's head. Nagtataás ng Pangangatawán ng <%= con %> at Pandamá ng <%= per %>. Enchanted Armoire: Ram Barbarian Set (Item 1 of 3).", "headArmoireCrownOfHeartsText": "Crown of Hearts", "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).", "headArmoireMushroomDruidCapText": "Mushroom Druid Cap", - "headArmoireMushroomDruidCapNotes": "Harvested deep in a misty forest, this cap grants the wearer knowledge of medicinal plants. Increases Intelligence by <%= int %> and Strength by <%= str %>. Enchanted Armoire: Mushroom Druid Set (Item 1 of 3).", + "headArmoireMushroomDruidCapNotes": "Harvested deep in a misty forest, this cap grants the wearer knowledge of medicinal plants. Nagtataás ng Katalinuhan ng <%= int %> at Lakás ng <%= str %>. Enchanted Armoire: Mushroom Druid Set (Item 1 of 3).", "headArmoireMerchantChaperonText": "Merchant Chaperon", - "headArmoireMerchantChaperonNotes": "This versatile wrapped wool hat will surely make you the most stylish seller in the market! Increases Perception and Intelligence by <%= attrs %> each. Enchanted Armoire: Merchant Set (Item 1 of 3).", + "headArmoireMerchantChaperonNotes": "This versatile wrapped wool hat will surely make you the most stylish seller in the market! Nagtataás ng Pandamá at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Merchant Set (Item 1 of 3).", "headArmoireVikingHelmText": "Viking Helm", "headArmoireVikingHelmNotes": "No horns or wings are found on this helm: those are too easy for enemies to grab! Increases Strength by <%= str %> and Perception by <%= per %>. Enchanted Armoire: Viking Set (Item 2 of 3).", "headArmoireSwanFeatherCrownText": "Swan Feather Crown", - "headArmoireSwanFeatherCrownNotes": "This tiara is lovely and light as a swan's feather! Increases Intelligence by <%= int %>. Enchanted Armoire: Swan Dancer Set (Item 1 of 3).", + "headArmoireSwanFeatherCrownNotes": "This tiara is lovely and light as a swan's feather! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Swan Dancer Set (Item 1 of 3).", "headArmoireAntiProcrastinationHelmText": "Anti-Procrastination Helm", - "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": "This mighty steel helm will help you win the fight to be healthy, happy, and productive! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Anti-Procrastination Set (Item 1 of 3).", "headArmoireCandlestickMakerHatText": "Candlestick Maker Hat", - "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": "A jaunty hat makes every job more fun, and candlemaking is no exception! Nagtataás ng Pandamá at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Candlestick Maker Set (Item 2 of 3).", "headArmoireLamplightersTopHatText": "Lamplighter's Top Hat", - "headArmoireLamplightersTopHatNotes": "This jaunty black hat completes your lamp-lighting ensemble! Increases Constitution by <%= con %>. Enchanted Armoire: Lamplighter's Set (Item 3 of 4).", + "headArmoireLamplightersTopHatNotes": "This jaunty black hat completes your lamp-lighting ensemble! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Lamplighter's Set (Item 3 of 4).", "headArmoireCoachDriversHatText": "Coach Driver's Hat", - "headArmoireCoachDriversHatNotes": "This hat is dressy, but not quite so dressy as a top hat. Make sure you don't lose it as you drive speedily across the land! Increases Intelligence by <%= int %>. Enchanted Armoire: Coach Driver Set (Item 2 of 3).", + "headArmoireCoachDriversHatNotes": "This hat is dressy, but not quite so dressy as a top hat. Make sure you don't lose it as you drive speedily across the land! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Coach Driver Set (Item 2 of 3).", "headArmoireCrownOfDiamondsText": "Crown of Diamonds", - "headArmoireCrownOfDiamondsNotes": "This shining crown isn't just a great hat; it will also sharpen your mind! Increases Intelligence by <%= int %>. Enchanted Armoire: King of Diamonds Set (Item 2 of 4).", + "headArmoireCrownOfDiamondsNotes": "This shining crown isn't just a great hat; it will also sharpen your mind! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: King of Diamonds Set (Item 2 of 4).", "headArmoireFlutteryWigText": "Fluttery Wig", - "headArmoireFlutteryWigNotes": "This fine powdered wig has plenty of room for your butterflies to rest if they get tired while doing your bidding. Increases Intelligence, Perception, and Strength by <%= attrs %> each. Enchanted Armoire: Fluttery Frock Set (Item 2 of 4).", + "headArmoireFlutteryWigNotes": "This fine powdered wig has plenty of room for your butterflies to rest if they get tired while doing your bidding. Nagtataás ng Katalinuhan, Pandamá, at Lakás ng <%= attrs %> bawat isá. Enchanted Armoire: Fluttery Frock Set (Item 2 of 4).", "headArmoireBirdsNestText": "Bird's Nest", - "headArmoireBirdsNestNotes": "If you start feeling movement and hearing chirps, your new hat might have turned into new friends. Increases Intelligence by <%= int %>. Enchanted Armoire: Independent Item.", + "headArmoireBirdsNestNotes": "If you start feeling movement and hearing chirps, your new hat might have turned into new friends. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Independent Item.", "headArmoirePaperBagText": "Paper Bag", - "headArmoirePaperBagNotes": "This bag is a hilarious but surprisingly protective helm (don't worry, we know you look good under there!). Increases Constitution by <%= con %>. Enchanted Armoire: Independent Item.", + "headArmoirePaperBagNotes": "This bag is a hilarious but surprisingly protective helm (don't worry, we know you look good under there!). Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Independent Item.", "headArmoireBigWigText": "Big Wig", - "headArmoireBigWigNotes": "Some powdered wigs are for looking more authoritative, but this one is just for laughs! Increases Strength by <%= str %>. Enchanted Armoire: Independent Item.", + "headArmoireBigWigNotes": "Some powdered wigs are for looking more authoritative, but this one is just for laughs! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Independent Item.", "headArmoireGlassblowersHatText": "Glassblower's Hat", - "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": "This hat mainly just looks good with your other protective glassblowing gear! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Glassblower Set (Item 3 of 4).", "headArmoirePiraticalPrincessHeaddressText": "Piratical Princess Headdress", - "headArmoirePiraticalPrincessHeaddressNotes": "Fancy buccaneers are known for their fancy headwear! Increases Perception and Intelligence by <%= attrs %> each. Enchanted Armoire: Piratical Princess Set (Item 1 of 4).", + "headArmoirePiraticalPrincessHeaddressNotes": "Fancy buccaneers are known for their fancy headwear! Nagtataás ng Pandamá at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Piratical Princess Set (Item 1 of 4).", "headArmoireJeweledArcherHelmText": "Jeweled Archer Helm", - "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": "This helm may look ornate, but it's also exceedingly light and strong. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Jeweled Archer Set (Item 1 of 3).", "headArmoireVeilOfSpadesText": "Veil of Spades", - "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": "A shadowy and mysterious veil that will boost your stealth. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Ace of Spades Set (Item 1 of 3).", "offhand": "off-hand item", "offhandCapitalized": "Off-Hand Item", "shieldBase0Text": "No Off-Hand Equipment", "shieldBase0Notes": "No shield or other off-hand item.", "shieldWarrior1Text": "Wooden Shield", - "shieldWarrior1Notes": "Round shield of thick wood. Increases Constitution by <%= con %>.", + "shieldWarrior1Notes": "Round shield of thick wood. Nagtataás ng Pangangatawán ng <%= con %>.", "shieldWarrior2Text": "Buckler", - "shieldWarrior2Notes": "Light and sturdy, quick to bring to the defense. Increases Constitution by <%= con %>.", + "shieldWarrior2Notes": "Light and sturdy, quick to bring to the defense. Nagtataás ng Pangangatawán ng <%= con %>.", "shieldWarrior3Text": "Reinforced Shield", - "shieldWarrior3Notes": "Made of wood but bolstered with metal bands. Increases Constitution by <%= con %>.", + "shieldWarrior3Notes": "Made of wood but bolstered with metal bands. Nagtataás ng Pangangatawán ng <%= con %>.", "shieldWarrior4Text": "Red Shield", - "shieldWarrior4Notes": "Rebukes blows with a burst of flame. Increases Constitution by <%= con %>.", + "shieldWarrior4Notes": "Rebukes blows with a burst of flame. Nagtataás ng Pangangatawán ng <%= con %>.", "shieldWarrior5Text": "Golden Shield", - "shieldWarrior5Notes": "Shining badge of the vanguard. Increases Constitution by <%= con %>.", + "shieldWarrior5Notes": "Shining badge of the vanguard. Nagtataás ng Pangangatawán ng <%= con %>.", "shieldHealer1Text": "Medic Buckler", - "shieldHealer1Notes": "Easy to disengage, freeing a hand for bandaging. Increases Constitution by <%= con %>.", + "shieldHealer1Notes": "Easy to disengage, freeing a hand for bandaging. Nagtataás ng Pangangatawán ng <%= con %>.", "shieldHealer2Text": "Kite Shield", - "shieldHealer2Notes": "Tapered shield with the symbol of healing. Increases Constitution by <%= con %>.", + "shieldHealer2Notes": "Tapered shield with the symbol of healing. Nagtataás ng Pangangatawán ng <%= con %>.", "shieldHealer3Text": "Protector Shield", - "shieldHealer3Notes": "Traditional shield of defender knights. Increases Constitution by <%= con %>.", + "shieldHealer3Notes": "Traditional shield of defender knights. Nagtataás ng Pangangatawán ng <%= con %>.", "shieldHealer4Text": "Savior Shield", - "shieldHealer4Notes": "Stops blows aimed at nearby innocents as well as those aimed at you. Increases Constitution by <%= con %>.", + "shieldHealer4Notes": "Stops blows aimed at nearby innocents as well as those aimed at you. Nagtataás ng Pangangatawán ng <%= con %>.", "shieldHealer5Text": "Royal Shield", - "shieldHealer5Notes": "Bestowed upon those most dedicated to the kingdom's defense. Increases Constitution by <%= con %>.", + "shieldHealer5Notes": "Bestowed upon those most dedicated to the kingdom's defense. Nagtataás ng Pangangatawán ng <%= con %>.", "shieldSpecial0Text": "Tormented Skull", - "shieldSpecial0Notes": "Sees beyond the veil of death, and displays what it finds there for enemies to fear. Increases Perception by <%= per %>.", + "shieldSpecial0Notes": "Sees beyond the veil of death, and displays what it finds there for enemies to fear. Nagtataás ng Pandamá ng <%= per %>.", "shieldSpecial1Text": "Crystal Shield", - "shieldSpecial1Notes": "Shatters arrows and deflects the words of naysayers. Increases all Stats by <%= attrs %>.", + "shieldSpecial1Notes": "Shatters arrows and deflects the words of naysayers. Nagtataás ng Lahát ng mga Katangian ng <%= attrs %>.", "shieldSpecialTakeThisText": "Take This Shield", - "shieldSpecialTakeThisNotes": "This shield was earned by participating in a sponsored Challenge made by Take This. Congratulations! Increases all Stats by <%= attrs %>.", + "shieldSpecialTakeThisNotes": "This shield was earned by participating in a sponsored Challenge made by Take This. Congratulations! Nagtataás ng Lahát ng mga Katangian ng <%= attrs %>.", "shieldSpecialGoldenknightText": "Mustaine's Milestone Mashing Morning Star", - "shieldSpecialGoldenknightNotes": "Meetings, monsters, malaise: managed! Mash! Increases Constitution and Perception by <%= attrs %> each.", + "shieldSpecialGoldenknightNotes": "Meetings, monsters, malaise: managed! Mash! Nagtataás ng Pangangatawán at Pandamá ng <%= attrs %> bawat isá.", "shieldSpecialMoonpearlShieldText": "Moonpearl Shield", - "shieldSpecialMoonpearlShieldNotes": "Designed for fast swimming, and also some defense. Increases Constitution by <%= con %>.", + "shieldSpecialMoonpearlShieldNotes": "Designed for fast swimming, and also some defense. Nagtataás ng Pangangatawán ng <%= con %>.", "shieldSpecialMammothRiderHornText": "Mammoth Rider's Horn", - "shieldSpecialMammothRiderHornNotes": "One blow on this mighty rose quartz horn and you'll summon powerful magical forces. Increases Strength by <%= str %>.", + "shieldSpecialMammothRiderHornNotes": "One blow on this mighty rose quartz horn and you'll summon powerful magical forces. Nagtataás ng Lakás ng <%= str %>.", "shieldSpecialDiamondStaveText": "Diamond Stave", - "shieldSpecialDiamondStaveNotes": "This valuable stave has mystical powers. Increases Intelligence by <%= int %>.", + "shieldSpecialDiamondStaveNotes": "This valuable stave has mystical powers. Nagtataás ng Katalinuhan ng <%= int %>.", "shieldSpecialRoguishRainbowMessageText": "Roguish Rainbow Message", - "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": "This sparkly envelope contains messages of encouragement from Habiticans, and a touch of magic to help speed your deliveries! Nagtataás ng Katalinuhan ng <%= int %>.", "shieldSpecialLootBagText": "Loot Bag", - "shieldSpecialLootBagNotes": "This bag is ideal for storing all the goodies you've stealthily removed from unsuspecting Tasks! Increases Strength by <%= str %>.", + "shieldSpecialLootBagNotes": "This bag is ideal for storing all the goodies you've stealthily removed from unsuspecting Tasks! Nagtataás ng Lakás ng <%= str %>.", "shieldSpecialWintryMirrorText": "Wintry Mirror", - "shieldSpecialWintryMirrorNotes": "How else to best admire your wintry look? Increases Intelligence by <%= int %>.", + "shieldSpecialWintryMirrorNotes": "How else to best admire your wintry look? Nagtataás ng Katalinuhan ng <%= int %>.", "shieldSpecialWakizashiText": "Wakizashi", - "shieldSpecialWakizashiNotes": "This short sword is perfect for close-quarters battles with your Dailies! Increases Constitution by <%= con %>.", + "shieldSpecialWakizashiNotes": "This short sword is perfect for close-quarters battles with your Dailies! Nagtataás ng Pangangatawán ng <%= con %>.", "shieldSpecialYetiText": "Yeti-Tamer Shield", - "shieldSpecialYetiNotes": "This shield reflects light from the snow. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.", + "shieldSpecialYetiNotes": "This shield reflects light from the snow. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", "shieldSpecialSnowflakeText": "Snowflake Shield", - "shieldSpecialSnowflakeNotes": "Every shield is unique. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.", + "shieldSpecialSnowflakeNotes": "Every shield is unique. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2013-2014.", "shieldSpecialSpringRogueText": "Hook Claws", "shieldSpecialSpringRogueNotes": "Great for scaling tall buildings, and also for shredding carpets. Increases Strength <%= str %>. Limited Edition 2014 Spring Gear.", "shieldSpecialSpringWarriorText": "Egg Shield", - "shieldSpecialSpringWarriorNotes": "This shield never cracks, no matter how hard you hit it! Increases Constitution by <%= con %>. Limited Edition 2014 Spring Gear.", + "shieldSpecialSpringWarriorNotes": "This shield never cracks, no matter how hard you hit it! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "shieldSpecialSpringHealerText": "Squeaky Ball of Ultimate Protection", - "shieldSpecialSpringHealerNotes": "Lets out an obnoxious, continuous squeak when bitten, driving enemies away. Increases Constitution by <%= con %>. Limited Edition 2014 Spring Gear.", + "shieldSpecialSpringHealerNotes": "Lets out an obnoxious, continuous squeak when bitten, driving enemies away. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "shieldSpecialSummerRogueText": "Pirate Cutlass", "shieldSpecialSummerRogueNotes": "Avast! You'll make those Dailies walk the plank! Increases Strength by <%= str %>. Limited Edition 2014 Summer Gear.", "shieldSpecialSummerWarriorText": "Driftwood Shield", - "shieldSpecialSummerWarriorNotes": "This shield, made from the wood of wrecked ships, can deter even the stormiest Dailies. Increases Constitution by <%= con %>. Limited Edition 2014 Summer Gear.", + "shieldSpecialSummerWarriorNotes": "This shield, made from the wood of wrecked ships, can deter even the stormiest Dailies. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "shieldSpecialSummerHealerText": "Shield of the Shallows", - "shieldSpecialSummerHealerNotes": "No one will dare to attack the coral reef when faced with this shiny shield! Increases Constitution by <%= con %>. Limited Edition 2014 Summer Gear.", + "shieldSpecialSummerHealerNotes": "No one will dare to attack the coral reef when faced with this shiny shield! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "shieldSpecialFallRogueText": "Silver Stake", "shieldSpecialFallRogueNotes": "Dispatches undead. Also grants a bonus against werewolves, because you can never be too careful. Increases Strength by <%= str %>. Limited Edition 2014 Autumn Gear.", "shieldSpecialFallWarriorText": "Potent Potion of Science", - "shieldSpecialFallWarriorNotes": "Spills mysteriously on lab coats. Increases Constitution by <%= con %>. Limited Edition 2014 Autumn Gear.", + "shieldSpecialFallWarriorNotes": "Spills mysteriously on lab coats. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "shieldSpecialFallHealerText": "Jeweled Shield", - "shieldSpecialFallHealerNotes": "This glittery shield was found in an ancient tomb. Increases Constitution by <%= con %>. Limited Edition 2014 Autumn Gear.", + "shieldSpecialFallHealerNotes": "This glittery shield was found in an ancient tomb. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2014.", "shieldSpecialWinter2015RogueText": "Ice Spike", "shieldSpecialWinter2015RogueNotes": "You truly, definitely, absolutely just picked these up off of the ground. Increases Strength by <%= str %>. Limited Edition 2014-2015 Winter Gear.", "shieldSpecialWinter2015WarriorText": "Gumdrop Shield", - "shieldSpecialWinter2015WarriorNotes": "This seemingly-sugary shield is actually made of nutritious, gelatinous vegetables. Increases Constitution by <%= con %>. Limited Edition 2014-2015 Winter Gear.", + "shieldSpecialWinter2015WarriorNotes": "This seemingly-sugary shield is actually made of nutritious, gelatinous vegetables. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "shieldSpecialWinter2015HealerText": "Soothing Shield", - "shieldSpecialWinter2015HealerNotes": "This shield deflects the freezing wind. Increases Constitution by <%= con %>. Limited Edition 2014-2015 Winter Gear.", + "shieldSpecialWinter2015HealerNotes": "This shield deflects the freezing wind. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2014-2015.", "shieldSpecialSpring2015RogueText": "Exploding Squeak", "shieldSpecialSpring2015RogueNotes": "Don't let the sound fool you - these explosives pack a punch. Increases Strength by <%= str %>. Limited Edition 2015 Spring Gear.", "shieldSpecialSpring2015WarriorText": "Dish Discus", - "shieldSpecialSpring2015WarriorNotes": "Hurl it at your enemies.... or just hold it, because it will fill up with yummy kibble at dinnertime. Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.", + "shieldSpecialSpring2015WarriorNotes": "Hurl it at your enemies.... or just hold it, because it will fill up with yummy kibble at dinnertime. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "shieldSpecialSpring2015HealerText": "Patterned Pillow", - "shieldSpecialSpring2015HealerNotes": "You can rest your head on this soft pillow, or you can wrestle it with your fearsome claws. Rawr! Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.", + "shieldSpecialSpring2015HealerNotes": "You can rest your head on this soft pillow, or you can wrestle it with your fearsome claws. Rawr! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "shieldSpecialSummer2015RogueText": "Firing Coral", "shieldSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", "shieldSpecialSummer2015WarriorText": "Sunfish Shield", - "shieldSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this shield shines like the sand and the sea. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "shieldSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this shield shines like the sand and the sea. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "shieldSpecialSummer2015HealerText": "Strapping Shield", - "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "shieldSpecialFall2015RogueText": "Bat-tle Ax", "shieldSpecialFall2015RogueNotes": "Fearsome To-Dos cower before the flapping of this ax. Increases Strength by <%= str %>. Limited Edition 2015 Autumn Gear.", "shieldSpecialFall2015WarriorText": "Birdseed Bag", - "shieldSpecialFall2015WarriorNotes": "It's true that you're supposed to be SCARING the crows, but there's nothing wrong with making friends! Increases Constitution by <%= con %>. Limited Edition 2015 Autumn Gear.", + "shieldSpecialFall2015WarriorNotes": "It's true that you're supposed to be SCARING the crows, but there's nothing wrong with making friends! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "shieldSpecialFall2015HealerText": "Stirring Stick", - "shieldSpecialFall2015HealerNotes": "This stick can stir anything without melting, dissolving, or bursting into flame! It can also be used to fiercely poke enemy tasks. Increases Constitution by <%= con %>. Limited Edition 2015 Autumn Gear.", + "shieldSpecialFall2015HealerNotes": "This stick can stir anything without melting, dissolving, or bursting into flame! It can also be used to fiercely poke enemy tasks. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2015.", "shieldSpecialWinter2016RogueText": "Cocoa Mug", "shieldSpecialWinter2016RogueNotes": "Warming drink, or boiling projectile? You decide... Increases Strength by <%= str %>. Limited Edition 2015-2016 Winter Gear.", "shieldSpecialWinter2016WarriorText": "Sled Shield", - "shieldSpecialWinter2016WarriorNotes": "Use this sled to block attacks, or ride it triumphantly into battle! Increases Constitution by <%= con %>. Limited Edition 2015-2016 Winter Gear.", + "shieldSpecialWinter2016WarriorNotes": "Use this sled to block attacks, or ride it triumphantly into battle! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "shieldSpecialWinter2016HealerText": "Pixie Present", - "shieldSpecialWinter2016HealerNotes": "Open it open it open it open it open it open it!!!!!!!!! Increases Constitution by <%= con %>. Limited Edition 2015-2016 Winter Gear.", + "shieldSpecialWinter2016HealerNotes": "Open it open it open it open it open it open it!!!!!!!!! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2015-2016.", "shieldSpecialSpring2016RogueText": "Fire Bolas", "shieldSpecialSpring2016RogueNotes": "You've mastered the ball, the club, and the knife. Now you advance to juggling fire! Awoo! Increases Strength <%= str %>. Limited Edition 2016 Spring Gear.", "shieldSpecialSpring2016WarriorText": "Cheese Wheel", - "shieldSpecialSpring2016WarriorNotes": "You braved fiendish traps to procure this defense-boosting food. Increases Constitution by <%= con %>. Limited Edition 2016 Spring Gear.", + "shieldSpecialSpring2016WarriorNotes": "You braved fiendish traps to procure this defense-boosting food. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "shieldSpecialSpring2016HealerText": "Floral Buckler", - "shieldSpecialSpring2016HealerNotes": "The April Fool claims this little shield will block Shiny Seeds. Don't believe him. Increases Constitution by <%= con %>. Limited Edition 2016 Spring Gear.", + "shieldSpecialSpring2016HealerNotes": "The April Fool claims this little shield will block Shiny Seeds. Don't believe him. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "shieldSpecialSummer2016RogueText": "Electric Rod", "shieldSpecialSummer2016RogueNotes": "Anyone who battles you is in for a shocking surprise... Increases Strength by <%= str %>. Limited Edition 2016 Summer Gear.", "shieldSpecialSummer2016WarriorText": "Shark Tooth", - "shieldSpecialSummer2016WarriorNotes": "Bite those tough tasks with this toothy shield! Increases Constitution by <%= con %>. Limited Edition 2016 Summer Gear.", + "shieldSpecialSummer2016WarriorNotes": "Bite those tough tasks with this toothy shield! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "shieldSpecialSummer2016HealerText": "Sea Star Shield", - "shieldSpecialSummer2016HealerNotes": "Sometimes mistakenly called a Starfish Shield. Increases Constitution by <%= con %>. Limited Edition 2016 Summer Gear.", + "shieldSpecialSummer2016HealerNotes": "Sometimes mistakenly called a Starfish Shield. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2016.", "shieldSpecialFall2016RogueText": "Spiderbite Dagger", "shieldSpecialFall2016RogueNotes": "Feel the sting of the spider's bite! Increases Strength by <%= str %>. Limited Edition 2016 Autumn Gear.", "shieldSpecialFall2016WarriorText": "Defensive Roots", - "shieldSpecialFall2016WarriorNotes": "Defend against Dailies with these writhing roots! Increases Constitution by <%= con %>. Limited Edition 2016 Autumn Gear.", + "shieldSpecialFall2016WarriorNotes": "Defend against Dailies with these writhing roots! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "shieldSpecialFall2016HealerText": "Gorgon Shield", - "shieldSpecialFall2016HealerNotes": "Don't admire your own reflection in this. Increases Constitution by <%= con %>. Limited Edition 2016 Autumn Gear.", + "shieldSpecialFall2016HealerNotes": "Don't admire your own reflection in this. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2016.", "shieldSpecialWinter2017RogueText": "Ice Axe", "shieldSpecialWinter2017RogueNotes": "This axe is great for attack, defense, and ice-climbing! Increases Strength by <%= str %>. Limited Edition 2016-2017 Winter Gear.", "shieldSpecialWinter2017WarriorText": "Puck Shield", - "shieldSpecialWinter2017WarriorNotes": "Made from a giant hockey puck, this shield can stand up to quite a beating. Increases Constitution by <%= con %>. Limited Edition 2016-2017 Winter Gear.", + "shieldSpecialWinter2017WarriorNotes": "Made from a giant hockey puck, this shield can stand up to quite a beating. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "shieldSpecialWinter2017HealerText": "Sugarplum Shield", - "shieldSpecialWinter2017HealerNotes": "This fibrous armament will help protect you from even the sourest of tasks! Increases Constitution by <%= con %>. Limited Edition 2016-2017 Winter Gear.", + "shieldSpecialWinter2017HealerNotes": "This fibrous armament will help protect you from even the sourest of tasks! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2016-2017.", "shieldSpecialSpring2017RogueText": "Karrotana", "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": "Yarn Shield", - "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.", + "shieldSpecialSpring2017WarriorNotes": "Every fiber of this shield is woven with protective spells! Try not to play with it (too much). Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "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.", + "shieldSpecialSpring2017HealerNotes": "Protective and also handy for holding your many healing herbs and accoutrements. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "shieldSpecialSummer2017RogueText": "Sea Dragon Fins", "shieldSpecialSummer2017RogueNotes": "The edges of these fins are razor-sharp. Increases Strength by <%= str %>. Limited Edition 2017 Summer Gear.", "shieldSpecialSummer2017WarriorText": "Scallop Shield", - "shieldSpecialSummer2017WarriorNotes": "This shell that you just found is both decorative AND defensive! Increases Constitution by <%= con %>. Limited Edition 2017 Summer Gear.", + "shieldSpecialSummer2017WarriorNotes": "This shell that you just found is both decorative AND defensive! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "shieldSpecialSummer2017HealerText": "Oyster Shield", - "shieldSpecialSummer2017HealerNotes": "This magical oyster constantly generates pearls as well as protection. Increases Constitution by <%= con %>. Limited Edition 2017 Summer Gear.", + "shieldSpecialSummer2017HealerNotes": "This magical oyster constantly generates pearls as well as protection. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2017.", "shieldSpecialFall2017RogueText": "Candied Apple Mace", "shieldSpecialFall2017RogueNotes": "Defeat your foes with sweetness! Increases Strength by <%= str %>. Limited Edition 2017 Autumn Gear.", "shieldSpecialFall2017WarriorText": "Candy Corn Shield", - "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": "This candy shield has mighty protective powers, so try not to nibble on it! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2017.", "shieldSpecialFall2017HealerText": "Haunted Orb", - "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": "This orb occasionally screeches. We're sorry, we're not sure why. But it sure looks nifty! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 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": "Magic Gift Bag", - "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.", + "shieldSpecialWinter2018WarriorNotes": "Just about any useful thing you need can be found in this sack, if you know the right magic words to whisper. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "shieldSpecialWinter2018HealerText": "Mistletoe Bell", - "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.", + "shieldSpecialWinter2018HealerNotes": "What's that sound? The sound of warmth and cheer for all to hear! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2017-2018.", "shieldSpecialSpring2018WarriorText": "Shield of the Morning", - "shieldSpecialSpring2018WarriorNotes": "This sturdy shield glows with the glory of first light. Increases Constitution by <%= con %>. Limited Edition 2018 Spring Gear.", + "shieldSpecialSpring2018WarriorNotes": "This sturdy shield glows with the glory of first light. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "shieldSpecialSpring2018HealerText": "Garnet Shield", - "shieldSpecialSpring2018HealerNotes": "Despite its fancy appearance, this garnet shield is quite durable! Increases Constitution by <%= con %>. Limited Edition 2018 Spring Gear.", + "shieldSpecialSpring2018HealerNotes": "Despite its fancy appearance, this garnet shield is quite durable! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2018.", "shieldSpecialSummer2018WarriorText": "Betta Skull Shield", - "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": "Fashioned from stone, this fearsome skull-styled shield strikes fear into fish foes while rallying your Skeleton pets and mounts. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "shieldSpecialSummer2018HealerText": "Merfolk Monarch Emblem", - "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": "This shield can produce a dome of air for the benefit of land-dwelling visitors to your watery realm. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2018.", "shieldSpecialFall2018RogueText": "Vial of Temptation", - "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": "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 %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "shieldSpecialFall2018WarriorText": "Brilliant Shield", - "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": "Super shiny to dissuade any troublesome Gorgons from playing peek-a-boo around the corners! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "shieldSpecialFall2018HealerText": "Hungry Shield", - "shieldSpecialFall2018HealerNotes": "With its wide-open maw, this shield will absorb all your enemies' blows. Increases Constitution by <%= con %>. Limited Edition 2018 Autumn Gear.", + "shieldSpecialFall2018HealerNotes": "With its wide-open maw, this shield will absorb all your enemies' blows. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2018.", "shieldSpecialWinter2019WarriorText": "Frozen Shield", - "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": "This shield was fashioned using the thickest sheets of ice from the oldest glacier in the Stoïkalm Steppes. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "shieldSpecialWinter2019HealerText": "Enchanted Ice Crystals", - "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": "Thin ice may break, but these perfect crystals will turn back any blow before it lands. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2018-2019.", "shieldMystery201601Text": "Resolution Slayer", "shieldMystery201601Notes": "This blade can be used to parry away all distractions. Confers no benefit. January 2016 Subscriber Item.", "shieldMystery201701Text": "Time-Freezer Shield", @@ -1443,63 +1443,63 @@ "shieldMystery301704Text": "Fluttery Fan", "shieldMystery301704Notes": "This fine fan will keep you feeling cool and looking fancy! Confers no benefit. April 3017 Subscriber Item.", "shieldArmoireGladiatorShieldText": "Gladiator Shield", - "shieldArmoireGladiatorShieldNotes": "To be a gladiator you must.... eh, whatever, just bash them with your shield. Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Gladiator Set (Item 3 of 3).", + "shieldArmoireGladiatorShieldNotes": "To be a gladiator you must.... eh, whatever, just bash them with your shield. Nagtataás ng Pangangatawán ng <%= con %> at Lakás ng <%= str %>. Enchanted Armoire: Gladiator Set (Item 3 of 3).", "shieldArmoireMidnightShieldText": "Midnight Shield", - "shieldArmoireMidnightShieldNotes": "This shield is most powerful at the stroke of midnight! Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Independent Item.", + "shieldArmoireMidnightShieldNotes": "This shield is most powerful at the stroke of midnight! Nagtataás ng Pangangatawán ng <%= con %> at Lakás ng <%= str %>. Enchanted Armoire: Independent Item.", "shieldArmoireRoyalCaneText": "Royal Cane", - "shieldArmoireRoyalCaneNotes": "Hooray for the ruler, worthy of song! Increases Constitution, Intelligence, and Perception by <%= attrs %> each. Enchanted Armoire: Royal Set (Item 2 of 3).", + "shieldArmoireRoyalCaneNotes": "Hooray for the ruler, worthy of song! Nagtataás ng Pangangatawán, Katalinuhan, at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Royal Set (Item 2 of 3).", "shieldArmoireDragonTamerShieldText": "Dragon Tamer Shield", - "shieldArmoireDragonTamerShieldNotes": "Distract enemies with this dragon-shaped shield. Increases Perception by <%= per %>. Enchanted Armoire: Dragon Tamer Set (Item 2 of 3).", + "shieldArmoireDragonTamerShieldNotes": "Distract enemies with this dragon-shaped shield. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Dragon Tamer Set (Item 2 of 3).", "shieldArmoireMysticLampText": "Mystic Lamp", - "shieldArmoireMysticLampNotes": "Light the darkest caves with this mystic lamp! Increases Perception by <%= per %>. Enchanted Armoire: Independent Item.", + "shieldArmoireMysticLampNotes": "Light the darkest caves with this mystic lamp! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Independent Item.", "shieldArmoireFloralBouquetText": "Bouquet o' Flowers", - "shieldArmoireFloralBouquetNotes": "Not much help in battle, but aren't they beautiful? Increases Constitution by <%= con %>. Enchanted Armoire: Independent Item.", + "shieldArmoireFloralBouquetNotes": "Not much help in battle, but aren't they beautiful? Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Independent Item.", "shieldArmoireSandyBucketText": "Sandy Bucket", - "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).", + "shieldArmoireSandyBucketNotes": "Good for storing all that Gold that you'll earn from completing tasks! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Seaside Set (Item 3 of 3).", "shieldArmoirePerchingFalconText": "Perching Falcon", - "shieldArmoirePerchingFalconNotes": "A falcon friend perches on your arm, prepared to swoop at your enemies. Increases Strength by <%= str %>. Enchanted Armoire: Falconer Set (Item 3 of 3).", + "shieldArmoirePerchingFalconNotes": "A falcon friend perches on your arm, prepared to swoop at your enemies. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Falconer Set (Item 3 of 3).", "shieldArmoireRamHornShieldText": "Ram Horn Shield", - "shieldArmoireRamHornShieldNotes": "Ram this shield into opposing Dailies! Increases Constitution and Strength by <%= attrs %> each. Enchanted Armoire: Ram Barbarian Set (Item 3 of 3).", + "shieldArmoireRamHornShieldNotes": "Ram this shield into opposing Dailies! Nagtataás ng Pangangatawán at Lakás ng <%= attrs %> bawát isá. Enchanted Armoire: Ram Barbarian Set (Item 3 of 3).", "shieldArmoireRedRoseText": "Red Rose", - "shieldArmoireRedRoseNotes": "This deep red rose smells enchanting. It will also sharpen your understanding. Increases Perception by <%= per %>. Enchanted Armoire: Independent Item.", + "shieldArmoireRedRoseNotes": "This deep red rose smells enchanting. It will also sharpen your understanding. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Independent Item.", "shieldArmoireMushroomDruidShieldText": "Mushroom Druid Shield", - "shieldArmoireMushroomDruidShieldNotes": "Though made from a mushroom, there's nothing mushy about this tough shield! Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Mushroom Druid Set (Item 3 of 3).", + "shieldArmoireMushroomDruidShieldNotes": "Though made from a mushroom, there's nothing mushy about this tough shield! Nagtataás ng Pangangatawán ng <%= con %> at Lakás ng <%= str %>. Enchanted Armoire: Mushroom Druid Set (Item 3 of 3).", "shieldArmoireFestivalParasolText": "Festival Parasol", - "shieldArmoireFestivalParasolNotes": "This lightweight parasol will shield you from the glare--whether it's from the sun or from dark red Dailies! Increases Constitution by <%= con %>. Enchanted Armoire: Festival Attire Set (Item 2 of 3).", + "shieldArmoireFestivalParasolNotes": "This lightweight parasol will shield you from the glare--whether it's from the sun or from dark red Dailies! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Festival Attire Set (Item 2 of 3).", "shieldArmoireVikingShieldText": "Viking Shield", "shieldArmoireVikingShieldNotes": "This sturdy shield of wood and hide can stand up to the most daunting of foes. Increases Perception by <%= per %> and Intelligence by <%= int %>. Enchanted Armoire: Viking Set (Item 3 of 3).", "shieldArmoireSwanFeatherFanText": "Swan Feather Fan", - "shieldArmoireSwanFeatherFanNotes": "Use this fan to accentuate your movement as you dance like a graceful swan. Increases Strength by <%= str %>. Enchanted Armoire: Swan Dancer Set (Item 3 of 3).", + "shieldArmoireSwanFeatherFanNotes": "Use this fan to accentuate your movement as you dance like a graceful swan. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Swan Dancer Set (Item 3 of 3).", "shieldArmoireGoldenBatonText": "Golden Baton", - "shieldArmoireGoldenBatonNotes": "When you dance into battle waving this baton to the beat, you are unstoppable! Increases Intelligence and Strength by <%= attrs %> each. Enchanted Armoire: Independent Item.", + "shieldArmoireGoldenBatonNotes": "When you dance into battle waving this baton to the beat, you are unstoppable! Nagtataás ng Katalinuhan at Lakás ng <%= attrs %> bawat isá. Enchanted Armoire: Independent Item.", "shieldArmoireAntiProcrastinationShieldText": "Anti-Procrastination Shield", - "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": "This strong steel shield will help you block distractions when they approach! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Anti-Procrastination Set (Item 3 of 3).", "shieldArmoireHorseshoeText": "Horseshoe", "shieldArmoireHorseshoeNotes": "Help protect the feet of your hooved mounts with this iron shoe. Increases Constitution, Perception, and Strength by <%= attrs %> each. Enchanted Armoire: Farrier Set (Item 3 of 3)", "shieldArmoireHandmadeCandlestickText": "Handmade Candlestick", - "shieldArmoireHandmadeCandlestickNotes": "Your fine wax wares provide light and warmth to grateful Habiticans! Increases Strength by <%= str %>. Enchanted Armoire: Candlestick Maker Set (Item 3 of 3).", + "shieldArmoireHandmadeCandlestickNotes": "Your fine wax wares provide light and warmth to grateful Habiticans! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Candlestick Maker Set (Item 3 of 3).", "shieldArmoireWeaversShuttleText": "Weaver's Shuttle", - "shieldArmoireWeaversShuttleNotes": "This tool passes your weft thread through the warp to make cloth! Increases Intelligence by <%= int %> and Perception by <%= per %>. Enchanted Armoire: Weaver Set (Item 3 of 3).", + "shieldArmoireWeaversShuttleNotes": "This tool passes your weft thread through the warp to make cloth! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Enchanted Armoire: Weaver Set (Item 3 of 3).", "shieldArmoireShieldOfDiamondsText": "Shield of Diamonds", - "shieldArmoireShieldOfDiamondsNotes": "This radiant shield not only provides protection, it empowers you with endurance! Increases Constitution by <%= con %>. Enchanted Armoire: King of Diamonds Set (Item 4 of 4).", + "shieldArmoireShieldOfDiamondsNotes": "This radiant shield not only provides protection, it empowers you with endurance! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: King of Diamonds Set (Item 4 of 4).", "shieldArmoireFlutteryFanText": "Fluttery Fan", - "shieldArmoireFlutteryFanNotes": "On a hot day, there's nothing quite like a fancy fan to help you look and feel cool. Increases Constitution, Intelligence, and Perception by <%= attrs %> each. Enchanted Armoire: Fluttery Frock Set (Item 4 of 4).", + "shieldArmoireFlutteryFanNotes": "On a hot day, there's nothing quite like a fancy fan to help you look and feel cool. Nagtataás ng Pangangatawán, Katalinuhan, at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Fluttery Frock Set (Item 4 of 4).", "shieldArmoireFancyShoeText": "Fancy Shoe", - "shieldArmoireFancyShoeNotes": "A very special shoe you're working on. It's fit for royalty! Increases Intelligence and Perception by <%= attrs %> each. Enchanted Armoire: Cobbler Set (Item 3 of 3).", + "shieldArmoireFancyShoeNotes": "A very special shoe you're working on. It's fit for royalty! Nagtataás ng Katalinuhan at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Cobbler Set (Item 3 of 3).", "shieldArmoireFancyBlownGlassVaseText": "Fancy Blown Glass Vase", - "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": "What a fancy vase you've made! What will you put inside? Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Glassblower Set (Item 4 of 4).", "shieldArmoirePiraticalSkullShieldText": "Piratical Skull Shield", - "shieldArmoirePiraticalSkullShieldNotes": "This enchanted shield will whisper the secret locations of your enemies' treasures- listen closely! Increases Perception and Intelligence by <%= attrs %> each. Enchanted Armoire: Piratical Princess Set (Item 4 of 4).", + "shieldArmoirePiraticalSkullShieldNotes": "This enchanted shield will whisper the secret locations of your enemies' treasures- listen closely! Nagtataás ng Pandamá at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Piratical Princess Set (Item 4 of 4).", "shieldArmoireUnfinishedTomeText": "Unfinished Tome", - "shieldArmoireUnfinishedTomeNotes": "You simply can't procrastinate when you're holding this! The binding needs to be finished so people can read the book! Increases Intelligence by <%= int %>. Enchanted Armoire: Bookbinder Set (Item 4 of 4).", + "shieldArmoireUnfinishedTomeNotes": "You simply can't procrastinate when you're holding this! The binding needs to be finished so people can read the book! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Bookbinder Set (Item 4 of 4).", "shieldArmoireSoftBluePillowText": "Soft Blue Pillow", - "shieldArmoireSoftBluePillowNotes": "The sensible warrior packs a pillow for any expedition. Shield yourself from sharp tasks... even while you nap. Increases Constitution by <%= con %>. Enchanted Armoire: Blue Loungewear Set (Item 3 of 3).", + "shieldArmoireSoftBluePillowNotes": "The sensible warrior packs a pillow for any expedition. Shield yourself from sharp tasks... even while you nap. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Blue Loungewear Set (Item 3 of 3).", "shieldArmoireSoftRedPillowText": "Soft Red Pillow", - "shieldArmoireSoftRedPillowNotes": "The prepared warrior packs a pillow for any expedition. Protect yourself from those tough tasks... even while you nap. Increases Constitution and Strength by <%= attrs %> each. Enchanted Armoire: Red Loungewear Set (Item 3 of 3).", + "shieldArmoireSoftRedPillowNotes": "The prepared warrior packs a pillow for any expedition. Protect yourself from those tough tasks... even while you nap. Nagtataás ng Pangangatawán at Lakás ng <%= attrs %> bawát isá. Enchanted Armoire: Red Loungewear Set (Item 3 of 3).", "shieldArmoireSoftGreenPillowText": "Soft Green Pillow", - "shieldArmoireSoftGreenPillowNotes": "The practical warrior packs a pillow for any expedition. Ward off those pesky chores... even while you nap. Increases Constitution by <%= con %> and Intelligence by <%= int %>. Enchanted Armoire: Green Loungewear Set (Item 3 of 3).", + "shieldArmoireSoftGreenPillowNotes": "The practical warrior packs a pillow for any expedition. Ward off those pesky chores... even while you nap. Nagtataás ng Pangangatawán ng <%= con %> at Katalinuhan ng <%= int %>. Enchanted Armoire: Green Loungewear Set (Item 3 of 3).", "shieldArmoireMightyQuillText": "Mighty Quill", - "shieldArmoireMightyQuillNotes": "Mightier than the sword, they say! Increases Perception by <%= per %>. Enchanted Armoire: Scribe Set (Item 2 of 3).", + "shieldArmoireMightyQuillNotes": "Mightier than the sword, they say! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Scribe Set (Item 2 of 3).", "back": "Back Accessory", "backCapitalized": "Back Accessory", "backBase0Text": "No Back Accessory", @@ -1544,11 +1544,11 @@ "backSpecialWonderconBlackText": "Sneaky Cape", "backSpecialWonderconBlackNotes": "Spun of shadows and whispers. Confers no benefit. Special Edition Convention Item.", "backSpecialTakeThisText": "Take This Wings", - "backSpecialTakeThisNotes": "These wings were earned by participating in a sponsored Challenge made by Take This. Congratulations! Increases all Stats by <%= attrs %>.", + "backSpecialTakeThisNotes": "These wings were earned by participating in a sponsored Challenge made by Take This. Congratulations! Nagtataás ng Lahát ng mga Katangian ng <%= attrs %>.", "backSpecialSnowdriftVeilText": "Snowdrift Veil", "backSpecialSnowdriftVeilNotes": "This translucent veil makes it appear you are surrounded by an elegant flurry of snow! Confers no benefit.", "backSpecialAetherCloakText": "Aether Cloak", - "backSpecialAetherCloakNotes": "This cloak once belonged to the Lost Masterclasser herself. Increases Perception by <%= per %>.", + "backSpecialAetherCloakNotes": "This cloak once belonged to the Lost Masterclasser herself. Nagtataás ng Pandamá ng <%= per %>.", "backSpecialTurkeyTailBaseText": "Turkey Tail", "backSpecialTurkeyTailBaseNotes": "Wear your noble Turkey Tail with pride while you celebrate! Confers no benefit.", "backSpecialTurkeyTailGildedText": "Gilded Turkey Tail", @@ -1580,21 +1580,21 @@ "bodySpecialWonderconBlackText": "Ebony Collar", "bodySpecialWonderconBlackNotes": "An attractive ebony collar! Confers no benefit. Special Edition Convention Item.", "bodySpecialTakeThisText": "Take This Pauldrons", - "bodySpecialTakeThisNotes": "These pauldrons were earned by participating in a sponsored Challenge made by Take This. Congratulations! Increases all Stats by <%= attrs %>.", + "bodySpecialTakeThisNotes": "These pauldrons were earned by participating in a sponsored Challenge made by Take This. Congratulations! Nagtataás ng Lahát ng mga Katangian ng <%= attrs %>.", "bodySpecialAetherAmuletText": "Aether Amulet", "bodySpecialAetherAmuletNotes": "This amulet has a mysterious history. Increases Constitution and Strength by <%= attrs %> each.", "bodySpecialSummerMageText": "Shining Capelet", - "bodySpecialSummerMageNotes": "Neither salt water nor fresh water can tarnish this metallic capelet. Confers no benefit. Limited Edition 2014 Summer Gear.", + "bodySpecialSummerMageNotes": "Neither salt water nor fresh water can tarnish this metallic capelet. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "bodySpecialSummerHealerText": "Coral Collar", - "bodySpecialSummerHealerNotes": "A stylish collar of live coral! Confers no benefit. Limited Edition 2014 Summer Gear.", + "bodySpecialSummerHealerNotes": "A stylish collar of live coral! Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "bodySpecialSummer2015RogueText": "Renegade Sash", - "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "bodySpecialSummer2015WarriorText": "Oceanic Spikes", - "bodySpecialSummer2015WarriorNotes": "Each spike drips jellyfish venom, defending the wearer. Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015WarriorNotes": "Each spike drips jellyfish venom, defending the wearer. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "bodySpecialSummer2015MageText": "Golden Buckle", - "bodySpecialSummer2015MageNotes": "This buckle adds no power at all, but it's shiny. Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015MageNotes": "This buckle adds no power at all, but it's shiny. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "bodySpecialSummer2015HealerText": "Sailor's Neckerchief", - "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2015.", "bodySpecialNamingDay2018Text": "Royal Purple Gryphon Cloak", "bodySpecialNamingDay2018Notes": "Happy Naming Day! Wear this fancy and feathery cloak as you celebrate Habitica. Confers no benefit.", "bodyMystery201705Text": "Folded Feathered Fighter Wings", @@ -1604,7 +1604,7 @@ "bodyMystery201711Text": "Carpet Rider Scarf", "bodyMystery201711Notes": "This soft knitted scarf looks quite majestic blowing in the wind. Confers no benefit. November 2017 Subscriber Item.", "bodyArmoireCozyScarfText": "Cozy Scarf", - "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).", + "bodyArmoireCozyScarfNotes": "This fine scarf will keep you warm as you go about your wintry business. Nagtataás ng Pangangatawán at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Lamplighter's Set (Item 4 of 4).", "headAccessory": "head accessory", "headAccessoryCapitalized": "Head Accessory", "accessories": "Accessories", @@ -1612,37 +1612,37 @@ "headAccessoryBase0Text": "No Head Accessory", "headAccessoryBase0Notes": "No Head Accessory.", "headAccessorySpecialSpringRogueText": "Purple Cat Ears", - "headAccessorySpecialSpringRogueNotes": "These feline ears twitch to detect incoming threats. Confers no benefit. Limited Edition 2014 Spring Gear.", + "headAccessorySpecialSpringRogueNotes": "These feline ears twitch to detect incoming threats. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "headAccessorySpecialSpringWarriorText": "Green Bunny Ears", - "headAccessorySpecialSpringWarriorNotes": "Bunny ears that keenly detect every crunch of a carrot. Confers no benefit. Limited Edition 2014 Spring Gear.", + "headAccessorySpecialSpringWarriorNotes": "Bunny ears that keenly detect every crunch of a carrot. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "headAccessorySpecialSpringMageText": "Blue Mouse Ears", - "headAccessorySpecialSpringMageNotes": "These round mouse ears are silky-soft. Confers no benefit. Limited Edition 2014 Spring Gear.", + "headAccessorySpecialSpringMageNotes": "These round mouse ears are silky-soft. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "headAccessorySpecialSpringHealerText": "Yellow Dog Ears", - "headAccessorySpecialSpringHealerNotes": "Floppy but cute. Wanna play? Confers no benefit. Limited Edition 2014 Spring Gear.", + "headAccessorySpecialSpringHealerNotes": "Floppy but cute. Wanna play? Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2014.", "headAccessorySpecialSpring2015RogueText": "Yellow Mouse Ears", - "headAccessorySpecialSpring2015RogueNotes": "These ears steel themselves against the sound of explosions. Confers no benefit. Limited Edition 2015 Spring Gear.", + "headAccessorySpecialSpring2015RogueNotes": "These ears steel themselves against the sound of explosions. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "headAccessorySpecialSpring2015WarriorText": "Purple Dog Ears", - "headAccessorySpecialSpring2015WarriorNotes": "They are purple. They are dog ears. Do not waste your time with further foolishness. Confers no benefit. Limited Edition 2015 Spring Gear.", + "headAccessorySpecialSpring2015WarriorNotes": "They are purple. They are dog ears. Do not waste your time with further foolishness. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "headAccessorySpecialSpring2015MageText": "Blue Bunny Ears", - "headAccessorySpecialSpring2015MageNotes": "These ears listen keenly, in case somewhere a magician is revealing secrets. Confers no benefit. Limited Edition 2015 Spring Gear.", + "headAccessorySpecialSpring2015MageNotes": "These ears listen keenly, in case somewhere a magician is revealing secrets. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "headAccessorySpecialSpring2015HealerText": "Green Kitty Ears", - "headAccessorySpecialSpring2015HealerNotes": "These cute kitty ears will make others green with envy. Confers no benefit. Limited Edition 2015 Spring Gear.", + "headAccessorySpecialSpring2015HealerNotes": "These cute kitty ears will make others green with envy. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2015.", "headAccessorySpecialSpring2016RogueText": "Green Dog Ears", - "headAccessorySpecialSpring2016RogueNotes": "With these, you can keep track of tricky Mages even if they turn invisible! Confers no benefit. Limited Edition 2016 Spring Gear.", + "headAccessorySpecialSpring2016RogueNotes": "With these, you can keep track of tricky Mages even if they turn invisible! Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "headAccessorySpecialSpring2016WarriorText": "Red Mouse Ears", - "headAccessorySpecialSpring2016WarriorNotes": "To better hear your theme song across clamorous battlefields. Confers no benefit. Limited Edition 2016 Spring Gear.", + "headAccessorySpecialSpring2016WarriorNotes": "To better hear your theme song across clamorous battlefields. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "headAccessorySpecialSpring2016MageText": "Yellow Cat Ears", - "headAccessorySpecialSpring2016MageNotes": "These sharp ears can detect the minute hum of ambient Mana, or the muted footfalls of a Rogue. Confers no benefit. Limited Edition 2016 Spring Gear.", + "headAccessorySpecialSpring2016MageNotes": "These sharp ears can detect the minute hum of ambient Mana, or the muted footfalls of a Rogue. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "headAccessorySpecialSpring2016HealerText": "Purple Bunny Ears", - "headAccessorySpecialSpring2016HealerNotes": "They stand like flags above the fray, letting others know where to run for help. Confers no benefit. Limited Edition 2016 Spring Gear.", + "headAccessorySpecialSpring2016HealerNotes": "They stand like flags above the fray, letting others know where to run for help. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2016.", "headAccessorySpecialSpring2017RogueText": "Red Bunny Ears", - "headAccessorySpecialSpring2017RogueNotes": "No sounds will escape you thanks to these ears. Confers no benefit. Limited Edition 2017 Spring Gear.", + "headAccessorySpecialSpring2017RogueNotes": "No sounds will escape you thanks to these ears. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "headAccessorySpecialSpring2017WarriorText": "Blue Kitty Ears", - "headAccessorySpecialSpring2017WarriorNotes": "These ears can hear a bag of kitty treats open even in the din of battle! Confers no benefit. Limited Edition 2017 Spring Gear.", + "headAccessorySpecialSpring2017WarriorNotes": "These ears can hear a bag of kitty treats open even in the din of battle! Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "headAccessorySpecialSpring2017MageText": "Teal Dog Ears", - "headAccessorySpecialSpring2017MageNotes": "You can hear the magic in the air! Confers no benefit. Limited Edition 2017 Spring Gear.", + "headAccessorySpecialSpring2017MageNotes": "You can hear the magic in the air! Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "headAccessorySpecialSpring2017HealerText": "Purple Mouse Ears", - "headAccessorySpecialSpring2017HealerNotes": "These ears will help you hear healing secrets. Confers no benefit. Limited Edition 2017 Spring Gear.", + "headAccessorySpecialSpring2017HealerNotes": "These ears will help you hear healing secrets. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2017.", "headAccessoryBearEarsText": "Bear Ears", "headAccessoryBearEarsNotes": "These ears make you look like a brave bear! Confers no benefit.", "headAccessoryCactusEarsText": "Cactus Ears", @@ -1692,9 +1692,9 @@ "headAccessoryMystery301405Text": "Headwear Goggles", "headAccessoryMystery301405Notes": "\"Goggles are for your eyes,\" they said. \"Nobody wants goggles that you can only wear on your head,\" they said. Hah! You sure showed them! Confers no benefit. August 3015 Subscriber Item.", "headAccessoryArmoireComicalArrowText": "Comical Arrow", - "headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Increases Strength by <%= str %>. Enchanted Armoire: Independent Item.", + "headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Independent Item.", "headAccessoryArmoireGogglesOfBookbindingText": "Goggles of Bookbinding", - "headAccessoryArmoireGogglesOfBookbindingNotes": "These goggles will help you zero in on any task, large or small! Increases Perception by <%= per %>. Enchanted Armoire: Bookbinder Set (Item 1 of 4).", + "headAccessoryArmoireGogglesOfBookbindingNotes": "These goggles will help you zero in on any task, large or small! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Bookbinder Set (Item 1 of 4).", "eyewear": "Eyewear", "eyewearCapitalized": "Eyewear", "eyewearBase0Text": "No Eyewear", @@ -1714,11 +1714,11 @@ "eyewearSpecialYellowTopFrameText": "Yellow Standard Eyeglasses", "eyewearSpecialYellowTopFrameNotes": "Glasses with a yellow frame above the lenses. Confers no benefit.", "eyewearSpecialAetherMaskText": "Aether Mask", - "eyewearSpecialAetherMaskNotes": "This mask has a mysterious history. Increases Intelligence by <%= int %>.", + "eyewearSpecialAetherMaskNotes": "This mask has a mysterious history. Nagtataás ng Katalinuhan ng <%= int %>.", "eyewearSpecialSummerRogueText": "Roguish Eyepatch", - "eyewearSpecialSummerRogueNotes": "It doesn't take a scallywag to see how stylish this is! Confers no benefit. Limited Edition 2014 Summer Gear.", + "eyewearSpecialSummerRogueNotes": "It doesn't take a scallywag to see how stylish this is! Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "eyewearSpecialSummerWarriorText": "Dashing Eyepatch", - "eyewearSpecialSummerWarriorNotes": "It doesn't take a rapscallion to see how stylish this is! Confers no benefit. Limited Edition 2014 Summer Gear.", + "eyewearSpecialSummerWarriorNotes": "It doesn't take a rapscallion to see how stylish this is! Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2014.", "eyewearSpecialWonderconRedText": "Mighty Mask", "eyewearSpecialWonderconRedNotes": "What a powerful face accessory! Confers no benefit. Special Edition Convention Item.", "eyewearSpecialWonderconBlackText": "Sneaky Mask", @@ -1738,9 +1738,9 @@ "eyewearMystery301703Text": "Peacock Masquerade Mask", "eyewearMystery301703Notes": "Perfect for a fancy masquerade or for stealthily moving through a particularly well-dressed crowd. Confers no benefit. March 3017 Subscriber Item.", "eyewearArmoirePlagueDoctorMaskText": "Plague Doctor Mask", - "eyewearArmoirePlagueDoctorMaskNotes": "An authentic mask worn by the doctors who battle the Plague of Procrastination. Increases Constitution and Intelligence by <%= attrs %> each. Enchanted Armoire: Plague Doctor Set (Item 2 of 3).", + "eyewearArmoirePlagueDoctorMaskNotes": "An authentic mask worn by the doctors who battle the Plague of Procrastination. Nagtataás ng Pangangatawán at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Plague Doctor Set (Item 2 of 3).", "eyewearArmoireGoofyGlassesText": "Goofy Glasses", - "eyewearArmoireGoofyGlassesNotes": "Perfect for going incognito or just making your partymates giggle. Increases Perception by <%= per %>. Enchanted Armoire: Independent Item.", + "eyewearArmoireGoofyGlassesNotes": "Perfect for going incognito or just making your partymates giggle. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Independent Item.", "twoHandedItem": "Two-handed item.", "weaponSpecialSummer2019RogueText": "Sinaunáng Pasangit", "weaponSpecialSpring2019HealerText": "Awit sa Tagsiból", @@ -1763,161 +1763,333 @@ "weaponMystery202102Text": "Bastón na Kaakit-akit", "weaponSpecialWinter2022HealerText": "Bastón na Malakristál na Yelo", "weaponSpecialFall2021HealerText": "Bastón na Pantawag", - "weaponSpecialSummer2019HealerNotes": "The bubbles from this wand capture healing energy and ancient oceanic magic. Pinapataás ang Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "weaponSpecialFall2021HealerNotes": "Use this wand to summon healing flames and a ghostly creature to help you. Pinapataás ang Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "weaponSpecialSpring2022HealerNotes": "Use this wand to tap into peridot’s healing properties, whether it be to bring calm, positivity, or kindheartedness. Pinapataás ang Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "weaponSpecialSummer2019HealerNotes": "The bubbles from this wand capture healing energy and ancient oceanic magic. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "weaponSpecialFall2021HealerNotes": "Use this wand to summon healing flames and a ghostly creature to help you. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "weaponSpecialSpring2022HealerNotes": "Use this wand to tap into peridot’s healing properties, whether it be to bring calm, positivity, or kindheartedness. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", "weaponSpecialSpring2021WarriorText": "Martilyo ng Araw", - "weaponSpecialSpring2021WarriorNotes": "Gamitin ang kapangyarihan ng araw laban sa iyong mga kaaway, at hayaan ang sunstone na magdala sa iyo ng suwerte! Pinapataás ang Lakas ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "weaponSpecialSpring2020RogueNotes": "You'll strike so fast it'll look even MORE blue! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "weaponSpecialSpring2020WarriorNotes": "Fight or flight, this wing will serve you well! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "weaponSpecialSummer2020HealerNotes": "As the currents wear away sharp edges, so shall your magic soften your friends' pain. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "weaponSpecialSpring2019RogueNotes": "These weapons contain the power of the sky and rain. We recommend that you not use them while immersed in water. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "weaponSpecialSpring2019WarriorNotes": "Bad habits cower before this verdant blade. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "weaponSpecialSpring2019MageNotes": "There's a mosquito embedded in the stone at the end of this staff! May or may not include Dino DNA. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "weaponSpecialSpring2019HealerNotes": "Your song of flowers and rain will soothe the spirits of all who hear. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "weaponSpecialSummer2019RogueNotes": "This ancient and formidable weapon will help you win any undersea battle. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "weaponSpecialSummer2019WarriorNotes": "Now you're fighting with fractals! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "weaponSpecialSummer2019MageNotes": "Fruit of your labors, first picked from the pool, this little treasure empowers and inspires. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "weaponSpecialFall2019RogueNotes": "Whether you're conducting the orchestra or singing an aria, this helpful device keeps your hands free for dramatic gestures! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", - "weaponSpecialFall2019WarriorNotes": "Prepare to rend your foes with the talons of a raven! Increases Strength by <%= str %>. Limited Edition 2019 Autumn Gear.", - "weaponSpecialFall2019MageNotes": "Be it forging thunderbolts, raising fortifications, or simply striking terror into the hearts of mortals, this staff lends the power of giants to work wonders. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", - "weaponSpecialFall2019HealerNotes": "This phylactery can call on the spirits of tasks long slain and use their healing power. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", - "weaponSpecialWinter2020RogueNotes": "Darkness is a Rogue's element. Who better, then, to light the way in the darkest time of year? Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "weaponSpecialWinter2020WarriorNotes": "Back, squirrels! You will take no piece of this! ...But if you all want to hang out and have cocoa, that's cool. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "weaponSpecialWinter2020MageNotes": "With practice, you can project this aural magic at any desired frequency: a meditative hum, a festive chime, or a RED TASK OVERDUE ALARM. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "weaponSpecialWinter2020HealerNotes": "Wave it about, and its aroma will summon your friends and helpers to begin cooking and baking! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "weaponSpecialSpring2020MageNotes": "They keep falling on your head! But you'll never stop them by complaining. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "weaponSpecialSummer2020RogueNotes": "Your enemies don't see you coming, but your Fangs are inescapable! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "weaponSpecialSpring2020HealerNotes": "An iris is beautiful, but the leaves are like swords... don't be deceived by the flowers, this staff is tough as steel! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "weaponSpecialFall2020RogueNotes": "Pierce your foe with one sharp strike! Even the thickest armor will give way to your blade. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", - "weaponSpecialSummer2020WarriorNotes": "If your foes mock your choice of weapon, don't take the bait. This wicked hook is the reel deal! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "weaponSpecialSummer2020MageNotes": "Steer your way through the most treacherous seas and turbulent battles. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "weaponSpecialFall2020HealerNotes": "Now that your transformation is complete, this remnant of your life as a pupa now serves as the divining rod with which you measure destinies. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", - "weaponSpecialWinter2021RogueNotes": "Both disguise and weapon, this holly flail will help you handle the toughest tasks. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "weaponSpecialFall2020MageNotes": "If aught should escape your mage sight, the brilliant crystals atop this staff shall illuminate what you overlooked. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2020 Autumn Gear.", - "weaponSpecialWinter2021WarriorNotes": "You can reel in the big one using this! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "weaponSpecialWinter2021MageNotes": "This mighty weapon is definitely more than a phase. Channel your energy, focus on the flow of a month, and study time and space. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "weaponSpecialWinter2021HealerNotes": "Conduct your battles with a flourish and a flurry! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "weaponSpecialSpring2021RogueNotes": "You know what's better than dual-wielding flowers? QUADRUPLE wielding flowers! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "weaponSpecialSpring2021MageNotes": "Throw, beat, treadle, rest! Swish this magnificent feather in time to conduct the music of your magic. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "weaponSpecialSpring2021HealerNotes": "The bark and leaves of this fresh cutting are known for their ability to relieve pain. Or you can plant it and watch it grow! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "weaponSpecialSummer2021RogueNotes": "Any predatory monster that dares approach will feel the sting of your protective friends! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "weaponSpecialSummer2021WarriorNotes": "This shimmering blade may flow like water, but it can cut to the heart of the trickiest problems! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "weaponSpecialSummer2021HealerNotes": "Not to get corny, but this staff is a lifesaver. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "weaponSpecialSpring2022RogueNotes": "A shiny! It’s so shiny and gleaming and pretty and nice and all yours! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", - "weaponSpecialWinter2022HealerNotes": "Touch this solid-water implement to a friend's neck and they'll jump out of their chair! But they'll feel better afterward. Hopefully. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", - "weaponSpecialSpring2022MageNotes": "These bright yellow bells are ready to channel your powerful springtime magic. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", - "weaponSpecialFall2020WarriorNotes": "This sword went into the afterlife with a powerful Warrior, and returns for you to wield! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", - "weaponSpecialSummer2021MageNotes": "Whether your magical ambitions run twenty thousand leagues deep, or if you intend only to dip in the shallows of the art, this shining implement will serve you well! Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "weaponSpecialWinter2022RogueNotes": "Silver and gold are beloved of Rogues, right? These are totally on theme. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", - "weaponSpecialWinter2022WarriorNotes": "How many licks does it take to sharpen this candy cane into the perfect sword? Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", - "weaponSpecialWinter2022MageNotes": "The berries on this staff contain an ancient magic to be wielded in winter. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", - "weaponSpecialFall2021RogueNotes": "What on Earth did you get into? When people say Rogues have sticky fingers, this is not what they mean! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "weaponSpecialFall2021WarriorNotes": "This stylized, single-bladed axe is ideal for chopping... pumpkins! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "weaponSpecialFall2021MageNotes": "Knowledge seeks knowledge. Formed of memories and desires, this fearsome hand grasps for more. Increases Intelligence by <%= int %> and Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "weaponSpecialSpring2022WarriorNotes": "Yikes! Guess that wind was a little stronger than you thought, huh? Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", - "armorSpecialSpring2019RogueNotes": "Some very tuff fluff. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "armorSpecialWinter2020HealerNotes": "An opulent gown for those with festive zest! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "armorSpecialSpring2020RogueNotes": "The color of twilight, of a multitude of precious stones, of the deepest sea! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "armorSpecialSpring2020WarriorNotes": "This rigid carapace can keep you safe from even the most crushing attacks. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "armorSpecialFall2020MageNotes": "These wide-winged robes give the impression of hovering or flight, symbolizing the far-seeing perspective granted by vast knowledge. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", - "armorSpecialSpring2021HealerNotes": "This armor helps you bend instead of break when buffeted by wind or weapon. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "armorSpecialSummer2021RogueNotes": "Do you want to be found? These draw attention! Rather not? They also help you flit away into the deep! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "armorSpecialSummer2021MageNotes": "Ever-tightening whirls of nacre provide an arcane geometry that focuses protective spellwork. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "armorSpecialFall2021WarriorNotes": "A stunning suit that’s perfect to wear when crossing bridges in the dead of night. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "armorSpecialFall2021MageNotes": "Collars with many pointy protrusions are the high fashion of low villains. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "armorSpecialSpring2022RogueNotes": "With iridescent metallic blue-gray and lighter patches on your feathers, you will be the finest flying friend at the spring fling! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", - "armorSpecialSpring2019HealerNotes": "Your bright feathers will let everyone know that the cold and dark of winter has passed. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "headSpecialSpring2019WarriorNotes": "This helm is unbreakable and tough! Also it attracts butterflies. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "headSpecialSpring2020WarriorNotes": "Your enemies' blows will glance off this beetle-inspired helm! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "headSpecialSpring2020HealerNotes": "Beguile your foes with this headpiece made of flowers! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "headSpecialSummer2020RogueNotes": "Complete your Rogue-ish disguise with this helm! Maybe you can fool your enemies with your crocodile tears... Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "headSpecialSummer2020MageNotes": "Who needs a crown with this crest? Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "armorSpecialWinter2021HealerNotes": "Defy the chill winds with the best protection available north of the Circle! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "armorSpecialWinter2020MageNotes": "Ring in the new year warm, comfy, and buffered against excessive vibration. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "armorSpecialFall2019RogueNotes": "This outfit comes complete with white gloves, and is ideal for brooding in your private box above the stage or making startling entrances down grand staircases. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", - "armorSpecialSummer2019MageNotes": "The lilies will know you as one of their own, and will not fear your approach. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "armorSpecialSummer2020WarriorNotes": "You'll be the bright fish in a dull stream, with these dazzling scales! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "armorSpecialFall2020RogueNotes": "Take on the strength of stone with this armor, guaranteed to repel the fiercest attacks. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", - "armorSpecialFall2020WarriorNotes": "These robes once guarded a powerful Warrior from harm. They say the Warrior's spirit lingers in the cloth to guard a worthy successor. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", - "armorSpecialFall2021RogueNotes": "It's got a skullcap, leather tunic, and metal rivets! It's great! But it does not provide a hermetic seal against goop! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "armorSpecialWinter2022RogueNotes": "If they're seeing stars, they're not seeing you! Yes, let's go with that. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", - "armorSpecialWinter2022WarriorNotes": "Who says you can’t be snug and cozy while doing battle with everyday tasks? Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", - "armorSpecialWinter2022HealerNotes": "Glide as if skating, just above the ground, a glittering ethereal figure come to bring cool and calm. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", - "armorSpecialSpring2020MageNotes": "If you can't resist stomping through the leavings of rainstorms, this armor is for you! Turn a childish impulse into a display of mystic artistry. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "armorSpecialWinter2020WarriorNotes": "O mighty pine, o towering fir, lend your strength. Or rather, your Constitution! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "armorSpecialWinter2021MageNotes": "These warm Winter Robes will keep you cozy during the cold time of the year. A fancy flowing fabric on the outside reflects the silver moonlight and lets you go with the flow, you know? Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "headSpecialSummer2019WarriorNotes": "It won't let you pull your head down between your shoulders, but it will protect you if you bonk the bottom of a boat. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "armorSpecialSpring2019MageNotes": "These robes gather power from magic resin embedded in the fibers of ancient bark that compose the cloth. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "armorSpecialFall2020HealerNotes": "Your splendor unfurls by night, and those who witness you in flight wonder at what this omen could mean. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", - "headSpecialSummer2019MageNotes": "Contrary to popular belief, your head is not an appropriate place for frogs to perch. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "armorSpecialWinter2020RogueNotes": "While no doubt you can brave storms with the inner warmth of your drive and devotion, it doesn't hurt to dress for the weather. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "headSpecialSpring2019HealerNotes": "Be ready for the first day of spring with this cute beaky helm. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "headSpecialFall2019MageNotes": "Its single baleful eye does inhibit depth perception, but that is a small price to pay for the way it hones your focus to a single, intense point. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", - "headSpecialFall2019WarriorNotes": "The dark eye-sockets of this skull helmet will daunt the bravest of your enemies. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", - "headSpecialWinter2020HealerNotes": "Please remove it from your head before attempting to brew chai or coffee with it. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "headSpecialWinter2020WarriorNotes": "A prickly feeling on your scalp is a small price to pay for seasonal magnificence. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "armorSpecialSpring2021WarriorNotes": "Be careful you don't dazzle yourself as this sunstone armor catches the light! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "armorSpecialSummer2019WarriorNotes": "Warriors are known for their sturdy defenses. Turtles are known for their thick shells. It's a perfect match! Just... try not to fall over backward, ever. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "headSpecialSpring2019RogueNotes": "No one will notice a cloud quietly drifting toward their stash of Gold, right? Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "armorSpecialFall2019WarriorNotes": "These feathered robes grant the power of flight, allowing you to soar over any battle. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", - "armorSpecialFall2019MageNotes": "Its namesake met a terrible fate. But you will not be so easily tricked! Garb yourself in this mantle of legend and nobody will surpass you. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", - "armorSpecialFall2019HealerNotes": "It's said these robes are made of pure night. Use the dark power wisely! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", - "armorSpecialWinter2021WarriorNotes": "If you're going to go out in this weather, you'd better wrap up warm. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "armorSpecialSummer2021WarriorNotes": "Sleek and swift, this flying fish costume will help you swim through the most turbulent waters. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "armorSpecialSummer2021HealerNotes": "Your enemies might suspect you're a featherweight, but this armor will keep you safe while you help your Party. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "armorSpecialWinter2022MageNotes": "Enemies should watch out for fruit juice stains when you approach! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", - "headSpecialSummer2019HealerNotes": "The spiraling structure of this shell will help you hear any cry for help across the seven seas. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "headSpecialFall2019RogueNotes": "Did you find this headpiece at an auction of possibly-cursed costume pieces, or in the attic of an eccentric grandparent? Whatever its origin, its age and wear add to your air of mystery. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "headSpecialFall2019HealerNotes": "Don this dark miter to harness the powers of the fearsome Lich. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", - "headSpecialWinter2020MageNotes": "Oh! How the bells / Sweet golden bells / All seem to say, / “Cast ‘Burst of Flames’” Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "headSpecialSpring2020MageNotes": "Is the sky clear? Humidity low? Don't worry, we've got you. Moisten your magic without dampening your spirits! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "headSpecialSummer2020HealerNotes": "Stand tall, that beachcombers may keep their hands out of your hair. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "armorSpecialSpring2022WarriorNotes": "This slicker and boots are so formidable you could sing in the rain or jump in every puddle but still be warm and dry! Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", - "armorSpecialSummer2019HealerNotes": "Glide sleekly through warm coastal waters with this elegant tail. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "armorSpecialSummer2020MageNotes": "Harness the power of the sea's depths with this oar-mazing armor. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "armorSpecialWinter2021RogueNotes": "Melt into the shadows of the evergreen wood! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "headSpecialSummer2020WarriorNotes": "Trout your strength and skill with this highly visible headgear. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "headSpecialSummer2019RogueNotes": "This helm gives you a 360 degree view of surrounding waters, which is perfect for sneaking up on unsuspecting red Dailies. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "armorSpecialSummer2019RogueNotes": "This sinuous tail is perfect for making tight turns during daring aquatic escapes. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", - "armorSpecialSpring2021MageNotes": "Your transformation is complete! Take to the sky, or to the lake, and sing for joy! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "armorSpecialSummer2020HealerNotes": "You are as patient as the ocean, as strong as the currents, as dependable as the tides. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "headSpecialSpring2020RogueNotes": "So vibrant and valuable, you'll be tempted to steal it off your own head. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "armorSpecialFall2021HealerNotes": "Made of durable, flame-resistant fabric, these robes are perfect to wear when conjuring healing flames. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "armorSpecialSpring2021RogueNotes": "No one will see you waiting in amBUSH with this cunning armor; you look like a plant from every angle. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "armorSpecialSpring2020HealerNotes": "Wrap yourself in soft iris leaves and petals to fool enemies into underestimating your healing power. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", - "armorSpecialSummer2020RogueNotes": "A crocodile makes the perfect Rogue, waiting for the perfect moment to strike. Borrow their skills--and their explosive speed. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", - "headSpecialSpring2019MageNotes": "A glowing amber gem grants this hat the power of arcane natural forces. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "armorSpecialSpring2019WarriorNotes": "Steely armor of reinforced petals protects your heart and also looks pretty snazzy. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", - "armorSpecialSpring2022MageNotes": "Show you’re ready to spring forward into the season with this robe adorned with forsythia flower petals. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", - "armorSpecialSpring2022HealerNotes": "Drive away fears and nightmares simply by wearing this green gem garment. Increases Constitution by <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", - "headSpecialWinter2020RogueNotes": "A Rogue walks down the street in that hat, people know they're not afraid of anything. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", - "headSpecialFall2020WarriorNotes": "The Warrior who once wore this never flinched from the weightiest tasks! But others may flinch from you when you wear it... Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", - "headSpecialWinter2021RogueNotes": "A rogue can go unseen in the woods with a mask like this. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "headSpecialWinter2021MageNotes": "Let your mind get carried away, while you feel safely tucked in, under this huge homely hood. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "headSpecialSpring2021WarriorNotes": "Don't fear! The sunstone in this helm will help you bring to light those deepest, darkest red to-dos. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "headSpecialSpring2021HealerNotes": "Weep not, friends! A Healer is here to soothe your suffering! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "headSpecialSpring2021MageNotes": "Set this airy crown upon your brow, and the birds of the water will come attend to you. To what quest will you call them? Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "headSpecialFall2021MageNotes": "The tentacles surrounding the mouth grab prey and hold its delicious thoughts close for you to savor. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "headSpecialSpring2022WarriorNotes": "Tut tut, it looks like rain! Stand tall and pull up your hood to stay dry. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", - "headSpecialSpring2022HealerNotes": "This mysterious helmet preserves your privacy as you tackle your tasks. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", - "headSpecialFall2020RogueNotes": "Look twice, act once: this mask makes it easy. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", - "headSpecialWinter2021HealerNotes": "A surprising amount of heat escapes through the head! Not if you're wearing this thick hood and goggles, though. There'll be no icicles on YOUR eyelashes! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "headSpecialSummer2021MageNotes": "The pinhole eyes set upon this speckled cap may not improve your underwater vision all that much, but they sure can unnerve your opponents. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "headSpecialFall2021RogueNotes": "Welp, you're stuck. Now you are doomed to roam dungeon corridors, collecting debris. DOOOOMED! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "headSpecialSpring2022RogueNotes": "Be as clever as a magpie when wearing this mask. Maybe you’ll even be able to whistle, trill, and mimic as well as one, too. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", - "headSpecialSummer2021RogueNotes": "It's bold, bright, and funny. Just like you! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "headSpecialFall2021HealerNotes": "Your own magic turns your hair into shocking, bright flames when you don this mask. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "headSpecialWinter2022HealerNotes": "Minute imperfections and impurities send the arms of this headdress branching out in unpredictable directions. It's symbolic! And also very, very pretty. Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", - "headSpecialFall2020HealerNotes": "The dreadful pallor of this skull-like visage shines as a warning to all mortals: Time is fleeting! Attend to thy deadlines, before it is too late! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", - "headSpecialWinter2022RogueNotes": "What? Huh? There's a Rogue where? I'm sorry, I can't hear anything over these fireworks! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", - "headSpecialSpring2021RogueNotes": "Let's keep the flowery language to a minimum: this hat will help you blend in with the spring flowers! Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", - "headSpecialSummer2021WarriorNotes": "This helm can keep you safe and its magic will help you breathe underwater as well! Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "headSpecialWinter2021WarriorNotes": "Wrap up against the cold weather in this cozy hood. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", - "headSpecialFall2020MageNotes": "With this cap seated perfectly on your brow, your third eye opens, allowing you to focus on what is otherwise invisible: mana flows, restless spirits, and forgotten To-Dos. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", - "headSpecialSummer2021HealerNotes": "Borrow the plumage of a parrot to help you in your daily battles! Increases Intelligence by <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", - "headSpecialFall2021WarriorNotes": "Lose your head over this formal collar and tie that complete your suit. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", - "headSpecialSpring2022MageNotes": "Stay dry during a rainstorm with this protective helmet of downturned petals. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", - "headSpecialWinter2022MageNotes": "Due to its thick husk, this festive, fruity helmet is berry strong. Increases Perception by <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", - "headSpecialWinter2022WarriorNotes": "In festive green with soft red trim, this hat is guaranteed to keep you warm all winter. Increases Strength by <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022." + "weaponSpecialSpring2021WarriorNotes": "Gamitin ang kapangyarihan ng araw laban sa iyong mga kaaway, at hayaan ang sunstone na magdala sa iyo ng suwerte! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "weaponSpecialSpring2020RogueNotes": "You'll strike so fast it'll look even MORE blue! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "weaponSpecialSpring2020WarriorNotes": "Fight or flight, this wing will serve you well! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "weaponSpecialSummer2020HealerNotes": "As the currents wear away sharp edges, so shall your magic soften your friends' pain. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "weaponSpecialSpring2019RogueNotes": "These weapons contain the power of the sky and rain. We recommend that you not use them while immersed in water. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "weaponSpecialSpring2019WarriorNotes": "Bad habits cower before this verdant blade. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "weaponSpecialSpring2019MageNotes": "There's a mosquito embedded in the stone at the end of this staff! May or may not include Dino DNA. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "weaponSpecialSpring2019HealerNotes": "Your song of flowers and rain will soothe the spirits of all who hear. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "weaponSpecialSummer2019RogueNotes": "This ancient and formidable weapon will help you win any undersea battle. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "weaponSpecialSummer2019WarriorNotes": "Now you're fighting with fractals! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "weaponSpecialSummer2019MageNotes": "Fruit of your labors, first picked from the pool, this little treasure empowers and inspires. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "weaponSpecialFall2019RogueNotes": "Whether you're conducting the orchestra or singing an aria, this helpful device keeps your hands free for dramatic gestures! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "weaponSpecialFall2019WarriorNotes": "Prepare to rend your foes with the talons of a raven! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "weaponSpecialFall2019MageNotes": "Be it forging thunderbolts, raising fortifications, or simply striking terror into the hearts of mortals, this staff lends the power of giants to work wonders. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "weaponSpecialFall2019HealerNotes": "This phylactery can call on the spirits of tasks long slain and use their healing power. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "weaponSpecialWinter2020RogueNotes": "Darkness is a Rogue's element. Who better, then, to light the way in the darkest time of year? Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "weaponSpecialWinter2020WarriorNotes": "Back, squirrels! You will take no piece of this! ...But if you all want to hang out and have cocoa, that's cool. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "weaponSpecialWinter2020MageNotes": "With practice, you can project this aural magic at any desired frequency: a meditative hum, a festive chime, or a RED TASK OVERDUE ALARM. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "weaponSpecialWinter2020HealerNotes": "Wave it about, and its aroma will summon your friends and helpers to begin cooking and baking! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "weaponSpecialSpring2020MageNotes": "They keep falling on your head! But you'll never stop them by complaining. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "weaponSpecialSummer2020RogueNotes": "Your enemies don't see you coming, but your Fangs are inescapable! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "weaponSpecialSpring2020HealerNotes": "An iris is beautiful, but the leaves are like swords... don't be deceived by the flowers, this staff is tough as steel! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "weaponSpecialFall2020RogueNotes": "Pierce your foe with one sharp strike! Even the thickest armor will give way to your blade. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "weaponSpecialSummer2020WarriorNotes": "If your foes mock your choice of weapon, don't take the bait. This wicked hook is the reel deal! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "weaponSpecialSummer2020MageNotes": "Steer your way through the most treacherous seas and turbulent battles. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "weaponSpecialFall2020HealerNotes": "Now that your transformation is complete, this remnant of your life as a pupa now serves as the divining rod with which you measure destinies. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "weaponSpecialWinter2021RogueNotes": "Both disguise and weapon, this holly flail will help you handle the toughest tasks. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "weaponSpecialFall2020MageNotes": "If aught should escape your mage sight, the brilliant crystals atop this staff shall illuminate what you overlooked. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "weaponSpecialWinter2021WarriorNotes": "You can reel in the big one using this! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "weaponSpecialWinter2021MageNotes": "This mighty weapon is definitely more than a phase. Channel your energy, focus on the flow of a month, and study time and space. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "weaponSpecialWinter2021HealerNotes": "Conduct your battles with a flourish and a flurry! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "weaponSpecialSpring2021RogueNotes": "You know what's better than dual-wielding flowers? QUADRUPLE wielding flowers! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "weaponSpecialSpring2021MageNotes": "Throw, beat, treadle, rest! Swish this magnificent feather in time to conduct the music of your magic. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "weaponSpecialSpring2021HealerNotes": "The bark and leaves of this fresh cutting are known for their ability to relieve pain. Or you can plant it and watch it grow! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "weaponSpecialSummer2021RogueNotes": "Any predatory monster that dares approach will feel the sting of your protective friends! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "weaponSpecialSummer2021WarriorNotes": "This shimmering blade may flow like water, but it can cut to the heart of the trickiest problems! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "weaponSpecialSummer2021HealerNotes": "Not to get corny, but this staff is a lifesaver. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "weaponSpecialSpring2022RogueNotes": "A shiny! It’s so shiny and gleaming and pretty and nice and all yours! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "weaponSpecialWinter2022HealerNotes": "Touch this solid-water implement to a friend's neck and they'll jump out of their chair! But they'll feel better afterward. Hopefully. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "weaponSpecialSpring2022MageNotes": "These bright yellow bells are ready to channel your powerful springtime magic. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "weaponSpecialFall2020WarriorNotes": "This sword went into the afterlife with a powerful Warrior, and returns for you to wield! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "weaponSpecialSummer2021MageNotes": "Whether your magical ambitions run twenty thousand leagues deep, or if you intend only to dip in the shallows of the art, this shining implement will serve you well! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "weaponSpecialWinter2022RogueNotes": "Silver and gold are beloved of Rogues, right? These are totally on theme. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "weaponSpecialWinter2022WarriorNotes": "How many licks does it take to sharpen this candy cane into the perfect sword? Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "weaponSpecialWinter2022MageNotes": "The berries on this staff contain an ancient magic to be wielded in winter. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "weaponSpecialFall2021RogueNotes": "What on Earth did you get into? When people say Rogues have sticky fingers, this is not what they mean! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "weaponSpecialFall2021WarriorNotes": "This stylized, single-bladed axe is ideal for chopping... pumpkins! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "weaponSpecialFall2021MageNotes": "Knowledge seeks knowledge. Formed of memories and desires, this fearsome hand grasps for more. Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "weaponSpecialSpring2022WarriorNotes": "Yikes! Guess that wind was a little stronger than you thought, huh? Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "armorSpecialSpring2019RogueNotes": "Some very tuff fluff. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "armorSpecialWinter2020HealerNotes": "An opulent gown for those with festive zest! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "armorSpecialSpring2020RogueNotes": "The color of twilight, of a multitude of precious stones, of the deepest sea! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "armorSpecialSpring2020WarriorNotes": "This rigid carapace can keep you safe from even the most crushing attacks. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "armorSpecialFall2020MageNotes": "These wide-winged robes give the impression of hovering or flight, symbolizing the far-seeing perspective granted by vast knowledge. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "armorSpecialSpring2021HealerNotes": "This armor helps you bend instead of break when buffeted by wind or weapon. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "armorSpecialSummer2021RogueNotes": "Do you want to be found? These draw attention! Rather not? They also help you flit away into the deep! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "armorSpecialSummer2021MageNotes": "Ever-tightening whirls of nacre provide an arcane geometry that focuses protective spellwork. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "armorSpecialFall2021WarriorNotes": "A stunning suit that’s perfect to wear when crossing bridges in the dead of night. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "armorSpecialFall2021MageNotes": "Collars with many pointy protrusions are the high fashion of low villains. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "armorSpecialSpring2022RogueNotes": "With iridescent metallic blue-gray and lighter patches on your feathers, you will be the finest flying friend at the spring fling! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "armorSpecialSpring2019HealerNotes": "Your bright feathers will let everyone know that the cold and dark of winter has passed. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "headSpecialSpring2019WarriorNotes": "This helm is unbreakable and tough! Also it attracts butterflies. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "headSpecialSpring2020WarriorNotes": "Your enemies' blows will glance off this beetle-inspired helm! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "headSpecialSpring2020HealerNotes": "Beguile your foes with this headpiece made of flowers! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "headSpecialSummer2020RogueNotes": "Complete your Rogue-ish disguise with this helm! Maybe you can fool your enemies with your crocodile tears... Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "headSpecialSummer2020MageNotes": "Who needs a crown with this crest? Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "armorSpecialWinter2021HealerNotes": "Defy the chill winds with the best protection available north of the Circle! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "armorSpecialWinter2020MageNotes": "Ring in the new year warm, comfy, and buffered against excessive vibration. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "armorSpecialFall2019RogueNotes": "This outfit comes complete with white gloves, and is ideal for brooding in your private box above the stage or making startling entrances down grand staircases. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "armorSpecialSummer2019MageNotes": "The lilies will know you as one of their own, and will not fear your approach. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "armorSpecialSummer2020WarriorNotes": "You'll be the bright fish in a dull stream, with these dazzling scales! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "armorSpecialFall2020RogueNotes": "Take on the strength of stone with this armor, guaranteed to repel the fiercest attacks. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "armorSpecialFall2020WarriorNotes": "These robes once guarded a powerful Warrior from harm. They say the Warrior's spirit lingers in the cloth to guard a worthy successor. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "armorSpecialFall2021RogueNotes": "It's got a skullcap, leather tunic, and metal rivets! It's great! But it does not provide a hermetic seal against goop! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "armorSpecialWinter2022RogueNotes": "If they're seeing stars, they're not seeing you! Yes, let's go with that. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "armorSpecialWinter2022WarriorNotes": "Who says you can’t be snug and cozy while doing battle with everyday tasks? Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "armorSpecialWinter2022HealerNotes": "Glide as if skating, just above the ground, a glittering ethereal figure come to bring cool and calm. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "armorSpecialSpring2020MageNotes": "If you can't resist stomping through the leavings of rainstorms, this armor is for you! Turn a childish impulse into a display of mystic artistry. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "armorSpecialWinter2020WarriorNotes": "O mighty pine, o towering fir, lend your strength. Or rather, your Constitution! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "armorSpecialWinter2021MageNotes": "These warm Winter Robes will keep you cozy during the cold time of the year. A fancy flowing fabric on the outside reflects the silver moonlight and lets you go with the flow, you know? Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "headSpecialSummer2019WarriorNotes": "It won't let you pull your head down between your shoulders, but it will protect you if you bonk the bottom of a boat. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "armorSpecialSpring2019MageNotes": "These robes gather power from magic resin embedded in the fibers of ancient bark that compose the cloth. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "armorSpecialFall2020HealerNotes": "Your splendor unfurls by night, and those who witness you in flight wonder at what this omen could mean. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "headSpecialSummer2019MageNotes": "Contrary to popular belief, your head is not an appropriate place for frogs to perch. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "armorSpecialWinter2020RogueNotes": "While no doubt you can brave storms with the inner warmth of your drive and devotion, it doesn't hurt to dress for the weather. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "headSpecialSpring2019HealerNotes": "Be ready for the first day of spring with this cute beaky helm. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "headSpecialFall2019MageNotes": "Its single baleful eye does inhibit depth perception, but that is a small price to pay for the way it hones your focus to a single, intense point. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "headSpecialFall2019WarriorNotes": "The dark eye-sockets of this skull helmet will daunt the bravest of your enemies. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "headSpecialWinter2020HealerNotes": "Please remove it from your head before attempting to brew chai or coffee with it. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "headSpecialWinter2020WarriorNotes": "A prickly feeling on your scalp is a small price to pay for seasonal magnificence. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "armorSpecialSpring2021WarriorNotes": "Be careful you don't dazzle yourself as this sunstone armor catches the light! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "armorSpecialSummer2019WarriorNotes": "Warriors are known for their sturdy defenses. Turtles are known for their thick shells. It's a perfect match! Just... try not to fall over backward, ever. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "headSpecialSpring2019RogueNotes": "No one will notice a cloud quietly drifting toward their stash of Gold, right? Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "armorSpecialFall2019WarriorNotes": "These feathered robes grant the power of flight, allowing you to soar over any battle. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "armorSpecialFall2019MageNotes": "Its namesake met a terrible fate. But you will not be so easily tricked! Garb yourself in this mantle of legend and nobody will surpass you. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "armorSpecialFall2019HealerNotes": "It's said these robes are made of pure night. Use the dark power wisely! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "armorSpecialWinter2021WarriorNotes": "If you're going to go out in this weather, you'd better wrap up warm. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "armorSpecialSummer2021WarriorNotes": "Sleek and swift, this flying fish costume will help you swim through the most turbulent waters. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "armorSpecialSummer2021HealerNotes": "Your enemies might suspect you're a featherweight, but this armor will keep you safe while you help your Party. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "armorSpecialWinter2022MageNotes": "Enemies should watch out for fruit juice stains when you approach! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "headSpecialSummer2019HealerNotes": "The spiraling structure of this shell will help you hear any cry for help across the seven seas. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "headSpecialFall2019RogueNotes": "Did you find this headpiece at an auction of possibly-cursed costume pieces, or in the attic of an eccentric grandparent? Whatever its origin, its age and wear add to your air of mystery. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "headSpecialFall2019HealerNotes": "Don this dark miter to harness the powers of the fearsome Lich. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "headSpecialWinter2020MageNotes": "Oh! How the bells / Sweet golden bells / All seem to say, / “Cast ‘Burst of Flames’” Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "headSpecialSpring2020MageNotes": "Is the sky clear? Humidity low? Don't worry, we've got you. Moisten your magic without dampening your spirits! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "headSpecialSummer2020HealerNotes": "Stand tall, that beachcombers may keep their hands out of your hair. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "armorSpecialSpring2022WarriorNotes": "This slicker and boots are so formidable you could sing in the rain or jump in every puddle but still be warm and dry! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "armorSpecialSummer2019HealerNotes": "Glide sleekly through warm coastal waters with this elegant tail. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "armorSpecialSummer2020MageNotes": "Harness the power of the sea's depths with this oar-mazing armor. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "armorSpecialWinter2021RogueNotes": "Melt into the shadows of the evergreen wood! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "headSpecialSummer2020WarriorNotes": "Trout your strength and skill with this highly visible headgear. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "headSpecialSummer2019RogueNotes": "This helm gives you a 360 degree view of surrounding waters, which is perfect for sneaking up on unsuspecting red Dailies. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "armorSpecialSummer2019RogueNotes": "This sinuous tail is perfect for making tight turns during daring aquatic escapes. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "armorSpecialSpring2021MageNotes": "Your transformation is complete! Take to the sky, or to the lake, and sing for joy! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "armorSpecialSummer2020HealerNotes": "You are as patient as the ocean, as strong as the currents, as dependable as the tides. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "headSpecialSpring2020RogueNotes": "So vibrant and valuable, you'll be tempted to steal it off your own head. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "armorSpecialFall2021HealerNotes": "Made of durable, flame-resistant fabric, these robes are perfect to wear when conjuring healing flames. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "armorSpecialSpring2021RogueNotes": "No one will see you waiting in amBUSH with this cunning armor; you look like a plant from every angle. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "armorSpecialSpring2020HealerNotes": "Wrap yourself in soft iris leaves and petals to fool enemies into underestimating your healing power. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "armorSpecialSummer2020RogueNotes": "A crocodile makes the perfect Rogue, waiting for the perfect moment to strike. Borrow their skills--and their explosive speed. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "headSpecialSpring2019MageNotes": "A glowing amber gem grants this hat the power of arcane natural forces. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "armorSpecialSpring2019WarriorNotes": "Steely armor of reinforced petals protects your heart and also looks pretty snazzy. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "armorSpecialSpring2022MageNotes": "Show you’re ready to spring forward into the season with this robe adorned with forsythia flower petals. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "armorSpecialSpring2022HealerNotes": "Drive away fears and nightmares simply by wearing this green gem garment. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "headSpecialWinter2020RogueNotes": "A Rogue walks down the street in that hat, people know they're not afraid of anything. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "headSpecialFall2020WarriorNotes": "The Warrior who once wore this never flinched from the weightiest tasks! But others may flinch from you when you wear it... Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "headSpecialWinter2021RogueNotes": "A rogue can go unseen in the woods with a mask like this. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "headSpecialWinter2021MageNotes": "Let your mind get carried away, while you feel safely tucked in, under this huge homely hood. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "headSpecialSpring2021WarriorNotes": "Don't fear! The sunstone in this helm will help you bring to light those deepest, darkest red to-dos. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "headSpecialSpring2021HealerNotes": "Weep not, friends! A Healer is here to soothe your suffering! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "headSpecialSpring2021MageNotes": "Set this airy crown upon your brow, and the birds of the water will come attend to you. To what quest will you call them? Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "headSpecialFall2021MageNotes": "The tentacles surrounding the mouth grab prey and hold its delicious thoughts close for you to savor. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "headSpecialSpring2022WarriorNotes": "Tut tut, it looks like rain! Stand tall and pull up your hood to stay dry. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "headSpecialSpring2022HealerNotes": "This mysterious helmet preserves your privacy as you tackle your tasks. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "headSpecialFall2020RogueNotes": "Look twice, act once: this mask makes it easy. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "headSpecialWinter2021HealerNotes": "A surprising amount of heat escapes through the head! Not if you're wearing this thick hood and goggles, though. There'll be no icicles on YOUR eyelashes! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "headSpecialSummer2021MageNotes": "The pinhole eyes set upon this speckled cap may not improve your underwater vision all that much, but they sure can unnerve your opponents. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "headSpecialFall2021RogueNotes": "Welp, you're stuck. Now you are doomed to roam dungeon corridors, collecting debris. DOOOOMED! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "headSpecialSpring2022RogueNotes": "Be as clever as a magpie when wearing this mask. Maybe you’ll even be able to whistle, trill, and mimic as well as one, too. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "headSpecialSummer2021RogueNotes": "It's bold, bright, and funny. Just like you! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "headSpecialFall2021HealerNotes": "Your own magic turns your hair into shocking, bright flames when you don this mask. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "headSpecialWinter2022HealerNotes": "Minute imperfections and impurities send the arms of this headdress branching out in unpredictable directions. It's symbolic! And also very, very pretty. Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "headSpecialFall2020HealerNotes": "The dreadful pallor of this skull-like visage shines as a warning to all mortals: Time is fleeting! Attend to thy deadlines, before it is too late! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "headSpecialWinter2022RogueNotes": "What? Huh? There's a Rogue where? I'm sorry, I can't hear anything over these fireworks! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "headSpecialSpring2021RogueNotes": "Let's keep the flowery language to a minimum: this hat will help you blend in with the spring flowers! Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "headSpecialSummer2021WarriorNotes": "This helm can keep you safe and its magic will help you breathe underwater as well! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "headSpecialWinter2021WarriorNotes": "Wrap up against the cold weather in this cozy hood. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "headSpecialFall2020MageNotes": "With this cap seated perfectly on your brow, your third eye opens, allowing you to focus on what is otherwise invisible: mana flows, restless spirits, and forgotten To-Dos. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "headSpecialSummer2021HealerNotes": "Borrow the plumage of a parrot to help you in your daily battles! Nagtataás ng Katalinuhan ng <%= int %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "headSpecialFall2021WarriorNotes": "Lose your head over this formal collar and tie that complete your suit. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "headSpecialSpring2022MageNotes": "Stay dry during a rainstorm with this protective helmet of downturned petals. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "headSpecialWinter2022MageNotes": "Due to its thick husk, this festive, fruity helmet is berry strong. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "headSpecialWinter2022WarriorNotes": "In festive green with soft red trim, this hat is guaranteed to keep you warm all winter. Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "shieldSpecialWinter2020WarriorNotes": "Use it as a shield until the seeds drop, and then you can put it on a wreath! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "shieldSpecialFall2019HealerNotes": "Harness the dark side of the Healer's arts with this Grimoire! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "shieldSpecialSpring2019WarriorNotes": "Let the power of chlorophyll keep your enemies at bay! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "shieldSpecialSpring2019HealerNotes": "This bright shield is actually made of candy-coated chocolate. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2019.", + "shieldSpecialSummer2019WarriorNotes": "Turtle up behind this hefty round shield, etched in the pattern of your favorite reptile's back. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "shieldSpecialSummer2019HealerNotes": "Let those who need help know you're coming with the loud blast of this shell trumpet. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "shieldSpecialSummer2019MageNotes": "Sweating in the summer sun? No! Performing a simple elemental conjuration to fill the lily pond. Nagtataás ng Pandamá ng <%= per %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2019.", + "shieldSpecialWinter2020HealerNotes": "Do you feel you are too good for this world, too pure? Only this beauty of a spice will do. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2019-2020.", + "shieldSpecialSpring2020WarriorNotes": "Don't let the delicate colors fool you. This shield has got you covered! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "shieldSpecialFall2020WarriorNotes": "It may look insubstantial, but this spectral shield can keep you safe from all kinds of harm. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "shieldSpecialWinter2021HealerNotes": "These mighty mitts stop weapons cold. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "shieldSpecialSpring2021WarriorNotes": "The beauty in this roughly-shaped sunstone will shine even in the deepest caves and darkest dungeons. Hold it high! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "shieldSpecialFall2019WarriorNotes": "The dark sheen of a raven's feather made solid, this shield will frustrate all attacks. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "shieldSpecialSummer2020HealerNotes": "As the motion of sand and water turns trash to treasure, so shall your magic turn wounds to strength. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "shieldSpecialFall2020RogueNotes": "Wielding a katar, you'd better be quick on your feet... This blade will serve you well if you strike fast, but don't over-commit! Nagtataás ng Lakás ng <%= str %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "shieldSpecialSummer2020WarriorNotes": "This fish you caught one time was SO BIG, a single scale was enough to make a mighty shield! True story! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2020.", + "shieldSpecialFall2020HealerNotes": "Is it another moth you carry, still undergoing metamorphosis? Or simply a silken handbag, containing your tools of healing and prophecy? Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2020.", + "shieldSpecialSpring2020HealerNotes": "Ward off those musty old To Do's with this sweet-smelling shield. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2020.", + "shieldSpecialWinter2021WarriorNotes": "Tell all your friends about the REALLY big fish you've caught! But whether you tell them he's made of plastic and sings songs is up to you. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2020-2021.", + "shieldSpecialSpring2021HealerNotes": "A leafy green bundle that heralds shelter and compassion. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2021.", + "eyewearSpecialFall2019HealerNotes": "Steel yourself against the toughest foes with this inscrutable mask. Waláng daláng pakinabang.Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "shieldSpecialFall2021WarriorNotes": "This festive shield with its crooked smile will both protect you and light your way on a dark night. It nicely doubles for a head, should you need one! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "eyewearSpecialFall2019RogueNotes": "You'd think a full mask would protect your identity better, but people tend to be too awestruck by its stark design to take note of any identifying features left revealed. Waláng daláng pakinabang. Biláng na Limbág na Kasangkapan ng Taglagás ng 2019.", + "shieldSpecialSummer2021WarriorNotes": "This enchanted water droplet soaks up magic and resists the blows of the reddest Dailies. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "shieldSpecialSpring2022WarriorNotes": "Ever had one of those days when it seems like a raincloud is following you around? Well, consider yourself lucky, because the prettiest flowers will soon be growing at your feet! Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "shieldSpecialSummer2021HealerNotes": "So much potential in this shield! But for now you can use it to protect your friends. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tag-aráw ng 2021.", + "shieldSpecialSpring2022HealerNotes": "Formed by molten rock of the upper mantle, this shield can withstand any hit that comes its way. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Tagsiból ng 2022.", + "shieldSpecialWinter2022HealerNotes": "Though it melts in your hand, the power of elemental ice replenishes it from within. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "shieldSpecialFall2021HealerNotes": "An ethereal being rises from your magical flames to grant you extra protection. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglagás ng 2021.", + "shieldSpecialWinter2022WarriorNotes": "This is a jingle bell, jingle bell, jingle bell shield. Jingle bell protect and jingle bell deflect. Nagtataás ng Pangangatawán ng <%= con %>. Biláng na Limbág na Kasangkapan ng Taglamíg ng 2021-2022.", + "shieldArmoireBaseballGloveNotes": "Perfect for the big tournament, or a friendly game of catch between tasks. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Baseball Set (Item 4 of 4).", + "shieldArmoireMeatFoodNotes": "Sometimes a bit of protein is what you need to grow up big and strong. Some of your pets are more eager for it than others! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Pet Food Set (Item 5 of 10).", + "shieldArmoireBouncyBubblesNotes": "Complete your relaxing bath with these exuberant bubbles! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Bubble Bath Set (Item 4 of 4).", + "weaponSpecialKS2019Notes": "Curved as a gryphon's beak and talons, this ornate polearm reminds you to power through when the task ahead feels daunting. Nagtataás ng Lakás ng <%= str %>.", + "shieldArmoireStrawberryFoodNotes": "A delicious fresh strawberry to feed to your pets! Do you know which pets like strawberries best? Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Pet Food Set (Item 1 of 10).", + "shieldArmoireBagpipesNotes": "The uncharitable might say you're planning to wake the dead with these bagpipes -- but you know you're just motivating your Party to success! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Bagpiper Set (Item 3 of 3).", + "shieldArmoireGardenersSpadeNotes": "Whether you’re digging in the garden, searching for buried treasure, or creating a secret tunnel, this trusty spade is at your side. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Gardener Set (Item 3 of 4).", + "armorArmoireClownsMotleyNotes": "The clothes fit beautifully, but filling these shoes is no small feat. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Clown Set (Item 1 of 5).", + "weaponArmoireBlueMoonSaiNotes": "This sai is a traditional weapon, imbued with the powers of the dark side of the moon. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Blue Moon Rogue Set (item 1 of 4).", + "weaponArmoireSlingshotNotes": "Take aim at your red Dailies! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Independent Item.", + "weaponArmoirePaperCutterNotes": "This may not look fearsome, but have you never had a papercut? Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Paper Knight Set (Item 1 of 3).", + "weaponArmoireFiddlersBowNotes": "You can coax music out of anything with this! ...A violin might work best, though. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Fiddler Set (Item 3 of 4).", + "weaponArmoireLivelyMatchNotes": "When you're holding this, you're sure to spark someone's interest! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Match Maker Set (Item 3 of 4).", + "weaponArmoireGuardiansCrookNotes": "This shepherd's crook could come in handy next time you take your Pets for a stroll in the countryside... Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Guardian of the Grazers Set (Item 2 of 3).", + "weaponArmoireClubOfClubsNotes": "This stylish club won't tip your hand too early about your intentions toward those sneaky old tasks. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Jack of Clubs Set (Item 2 of 3).", + "weaponArmoireHandyHookNotes": "Who needs opposable thumbs? This hook is “handy” enough for anyone. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Pirate Set (Item 1 of 3).", + "weaponArmoireMedievalWashboardNotes": "Scrub-a-dub-dub! It's time to apply some elbow grease and get that laundry clean. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Medieval Launderers Set (Item 5 of 6).", + "weaponArmoireJadeGlaiveNotes": "The reach of this glaive will keep you far from your enemies! Also, you can knock things off high shelves. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Jade Warrior Set (Item 3 of 3).", + "weaponArmoireHeraldsBuisineNotes": "Any announcement will sound so much better following fanfare from this trumpet. Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Herald Set (Item 3 of 4).", + "shieldArmoireBirthdayBannerNotes": "Celebrate your special day, the special day of someone you love, or break this out for Habitica's Birthday on January 31! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Happy Birthday Set (Item 4 of 4).", + "headArmoireHornsOfAutumnNotes": "Draw the power of the season's brisk air and channel it through your magic! Nagtataás ng Lakás ng <%= str %>. Enchanted Armoire: Autumn Enchanter Set (Item 1 of 4).", + "armorArmoireGuardiansGownNotes": "A lovely rustic gown, with surprisingly sturdy seams! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Guardian of the Grazers Set (Item 3 of 3).", + "weaponArmoireChefsSpoonNotes": "Raise it as you release your battle cry: “SPOOOON!!” Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Chef Set (Item 3 of 4).", + "weaponArmoireJugglingBallsNotes": "Habiticans are master multi-taskers, so you should have no trouble keeping all these balls in the air! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Independent Item.", + "weaponArmoireEveningTeaNotes": "This panacea will help you relax so those big tasks don't look so threatening. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Dressing Gown Set (Item 3 of 3).", + "weaponArmoireSkullLanternNotes": "Let its glow be your guide throughout the darkest nights of your adventures. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Independent Item.", + "weaponArmoireGardenersWateringCanNotes": "You can’t get far without water! Have an infinite supply on hand with this magic, refilling watering can. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Gardener Set (Item 4 of 4).", + "armorArmoireChefsJacketNotes": "This thick cotton jacket is double-breasted to protect you from spills (and conveniently reversible…). Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Chef Set (Item 2 of 4).", + "weaponArmoireVernalTaperNotes": "The days are getting longer, but this candle will help you find your way before sunrise. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Vernal Vestments Set (Item 3 of 3).", + "armorSpecialKS2019Notes": "Glowing from within like a gryphon's noble heart, this resplendent armor encourages you to take pride in your accomplishments. Nagtataás ng Pangangatawán ng <%= con %>.", + "armorArmoireLayerCakeArmorNotes": "It's protective and tasty! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Happy Birthday Set (Item 2 of 4).", + "armorArmoireMedievalLaundryDressNotes": "Put on your apron and roll up your sleeves: it's time to get the laundry done! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Medieval Launderers Set (Item 2 of 6).", + "armorArmoireBagpipersKiltNotes": "A good sturdy kilt will serve you well. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Bagpiper Set (Item 2 of 3).", + "headSpecialKS2019Notes": "Adorned with a gryphon's likeness and plumage, this glorious helmet symbolizes the way your skills and bearing stand as an example to others. Nagtataás ng Katalinuhan ng <%= int %>.", + "headArmoireHeroicHerbalistCrispinetteNotes": "This handy headdress will help you keep your hair out of the way... It doesn't hurt that it also adds to the mystique. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Heroic Herbalist Set (Item 3 of 3).", + "headArmoireMatchMakersBeretNotes": "You'll look striking wearing this lovely hat! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Match Maker Set (Item 2 of 4).", + "headArmoirePinkFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a perfect pink color. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Pink Loungewear Set (item 1 of 3).", + "headArmoireJadeHelmNotes": "Some say jade decreases fear and anxiety. With this beautiful helm, you definitely have no cause to worry! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Jade Warrior Set (Item 1 of 3).", + "shieldArmoireFiddleNotes": "A perfect instrument that always strikes the right note in company. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Fiddler Set (Item 4 of 4).", + "bodyArmoireLifeguardWhistleNotes": "Call that misbehaving habit to order! It should know the rules! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Lifeguard Set (Item 3 of 3).", + "shieldArmoireChocolateFoodNotes": "Everybody likes a little chocolate, but some of your pets are keener than others... Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Pet Food Set (Item 8 of 10).", + "armorArmoireMedievalLaundryOutfitNotes": "Put on your working clothes and roll up your sleeves: it's time to get the laundry done! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Medieval Launderers Set (Item 1 of 6).", + "armorArmoireBathtubNotes": "Time for a little R&R? Here's your own personal bathtub -- and a guarantee that the water is always the right temperature! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Bubble Bath Set (Item 2 of 4).", + "armorArmoireHeraldsTunicNotes": "Get ready to spread good news far and wide in this colorful, royal outfit. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Herald Set (Item 1 of 4).", + "armorArmoireShootingStarCostumeNotes": "Rumored to have been spun out of the night sky itself, this flowy gown lets you rise above all obstacles in your path. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Stardust Set (Item 2 of 3).", + "headArmoireBlueMoonHelmNotes": "This helm offers an astonishing amount of luck to its wearer, and exceptional events follow its use. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Blue Moon Rogue Set (item 3 of 4).", + "weaponArmoireBaseballBatNotes": "Get a home run on those good habits! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Baseball Set (Item 3 of 4).", + "headArmoireAstronomersHatNotes": "A perfect hat for celestial observation or a fancy wizard brunch. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Astronomer Mage Set (Item 2 of 3).", + "armorArmoireDoubletOfClubsNotes": "Who knows what's in the cards, but you'll look stylish at any event in this doublet and cape! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Jack of Clubs Set (Item 3 of 3).", + "shieldArmoirePinkCottonCandyFoodNotes": "A sweet treat for the pets with a sweet tooth. But who will like it best? Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Pet Food Set (Item 4 of 10).", + "armorArmoireBlueMoonShozokuNotes": "A strange serenity surrounds the wearer of this armor. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Blue Moon Rogue Set (item 4 of 4).", + "headArmoireGuardiansBonnetNotes": "Don this fetching bonnet to help you herd your tasks! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Guardian of the Grazers Set (Item 1 of 3).", + "headArmoireRegalCrownNotes": "Any monarch would be lucky to have such a majestic, smart-looking crown. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Regal Set (Item 1 of 2).", + "shieldArmoireSoftVioletPillowNotes": "The clever warrior packs a pillow for any expedition. Protect yourself from procrastination-induced panic... even while you nap. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Violet Loungewear Set (Item 3 of 3).", + "eyewearArmoireClownsNoseNotes": "This accessory will make sure everyone 'nose' you're a clown! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Clown Set (Item 2 of 5).", + "armorArmoireShadowMastersRobeNotes": "The fabric of this flowy robe is woven from the darkest shadows in the deepest caves of Habitica. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Shadow Master Set (Item 1 of 4).", + "armorArmoireFiddlersCoatNotes": "A practical outfit to give you plenty of room to move! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Fiddler Set (Item 2 of 4).", + "armorArmoireGardenersOverallsNotes": "Don’t be afraid to work down in the dirt when you’re wearing these durable overalls. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Gardener Set (Item 1 of 4).", + "headArmoireClownsWigNotes": "No bad tasks can bite you now! You'll taste funny. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Clown Set (Item 3 of 5).", + "headArmoireDeerstalkerCapNotes": "This cap is perfect for rural excursions, but also is acceptable gear for mystery-solving! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Detective Set (Item 1 of 4).", + "weaponArmoireFloridFanNotes": "This lovely silk fan folds when not in use. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Independent Item.", + "headArmoireCapOfClubsNotes": "Let everyone know about your latest achievements with this literal feather in your cap! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Jack of Clubs Set (Item 1 of 3).", + "shieldArmoireTrustyUmbrellaNotes": "Mysteries are often accompanied by inclement weather, so be prepared! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Detective Set (Item 4 of 4).", + "headArmoireFrostedHelmNotes": "The perfect headgear for any celebration! Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Happy Birthday Set (Item 1 of 4).", + "headArmoireGlengarryNotes": "A traditional cap full of pride and history. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Bagpiper Set (Item 1 of 3).", + "shieldArmoirePolishedPocketwatchNotes": "You've got the time. And it looks very nice on you. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Independent Item.", + "headArmoireMedievalLaundryCapNotes": "It's not quite a thinking cap, but for laundry, it will do... Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Medieval Launderers Set (Item 3 of 6).", + "armorArmoireDressingGownNotes": "Relax in style with this beautiful traditional dressing gown. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Dressing Gown Set (Item 1 of 3).", + "shieldArmoireAlchemistsScaleNotes": "Ensure that your mystical ingredients are properly measured using this fine piece of equipment. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Alchemist Set (Item 4 of 4).", + "armorArmoireStrawRaincoatNotes": "This woven straw cape will keep you dry and your armor from rusting while on your quest. Just don’t venture too near a candle! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Straw Raincoat Set (Item 1 of 2).", + "headArmoireMedievalLaundryHatNotes": "It's not quite a thinking cap, but for laundry, it will do... Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Medieval Launderers Set (Item 4 of 6).", + "headArmoireRubberDuckyNotes": "The perfect companion for an indulgent spa day! Also surprisingly knowledgeable about a range of software issues. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Bubble Bath Set (Item 1 of 4).", + "headArmoireHeraldsCapNotes": "This herald’s hat includes a perky plume. Nagtataás ng Katalinuhan ng <%= int %>. Enchanted Armoire: Herald Set (Item 2 of 4).", + "weaponArmoireRegalSceptreNotes": "Display your regal authority by taking this bejeweled staff in hand. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Regal Set (Item 2 of 2).", + "armorArmoireSoftPinkSuitNotes": "Pink is a soothing color. Slip into this loungewear set for a bit of peace during the daily grind! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Pink Loungewear Set (item 2 of 3).", + "headArmoireToqueBlancheNotes": "According to legend, the number of folds in this hat indicate the number of ways you know how to cook an egg! Is it accurate? Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Chef Set (Item 1 of 4).", + "headArmoireNightcapNotes": "Your new nightcap even has a nice bouncy pompom! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Dressing Gown Set (Item 2 of 3).", + "shieldSpecialKS2019Notes": "Sparkling like the shell of a gryphon egg, this magnificent shield shows you how to stand ready to help when your own burdens are light. Nagtataás ng Pandamá ng <%= per %>.", + "shieldArmoireMightyPizzaNotes": "Sure, it's a pretty good shield, but we strongly suggest you eat this fine, fine pizza. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Chef Set (Item 4 of 4).", + "shieldArmoireRottenMeatFoodNotes": "Hold your nose! This rotten meat might be disgusting to you, but it's perfect for some of your pets! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Pet Food Set (Item 2 of 10).", + "shieldArmoireFishFoodNotes": "This fish will help your pets have good bones! But you'll have to guess which of your pets like it the most. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Pet Food Set (Item 7 of 10).", + "weaponArmoireResplendentRapierNotes": "Demonstrate your swordsmanship with this sharply pointed weapon. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Independent Item.", + "shieldArmoireHeraldsMessageScrollNotes": "What exciting news does this scroll contain? Could it be about a new pet or a long habit streak? Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Herald Set (Item 4 of 4)", + "armorArmoireJadeArmorNotes": "This jade armor is both beautiful and functional. Protect yourself, and know that you look fabulous! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Jade Warrior Set (Item 2 of 3).", + "shieldArmoireDarkAutumnFlameNotes": "These mesmerizing flames dance with lively but foreboding energy even in autumn's chilliest nights. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Autumn Enchanter Set (Item 4 of 4).", + "weaponArmoireEnchantersStaffNotes": "The green stones on this staff are filled with the power of change that flows strong through the autumn wind. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Autumn Enchanter Set (Item 3 of 4).", + "headArmoireTricornHatNotes": "Become a revolutionary jokester! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Independent Item.", + "headArmoireShootingStarCrownNotes": "With this brightly shining headpiece, you will literally be the star of your own adventure! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Stardust Set (Item 1 of 3).", + "shieldArmoireClownsBalloonsNotes": "Be careful: replacing these balloons would be a bit expensive... because of the inflation! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Clown Set (Item 4 of 5).", + "weaponArmoireBeachFlagNotes": "Rally the troops around your sandcastle and let everyone know where to come for help! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Lifeguard Set (Item 1 of 3).", + "headArmoireVernalHenninNotes": "More than just a pretty hat, this conical chapeau can also hold a rolled-up To Do list inside. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Vernal Vestments Set (Item 1 of 3).", + "weaponArmoireHappyBannerNotes": "Is the “H” for Happy, or Habitica? Your choice! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Happy Birthday Set (Item 3 of 4).", + "shieldArmoireMortarAndPestleNotes": "The most important equipment in the herbalist's arsenal! Grind up your ingredients for your herbal concoctions, and put your back into it! Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Heroic Herbalist Set (Item 2 of 3).", + "weaponArmoireShadowMastersMaceNotes": "Creatures of darkness will obey your every command when you wave this glowing mace. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Shadow Master Set (Item 3 of 4).", + "weaponArmoireMagnifyingGlassNotes": "Aha! A piece of evidence! Examine it closely with this fine magnifier. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Detective Set (Item 3 of 4).", + "headArmoireAlchemistsHatNotes": "While hats are not strictly necessary for alchemical practice, looking cool certainly doesn't hurt anything! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Alchemist Set (Item 2 of 4).", + "shieldArmoireLifeBuoyNotes": "Oh buoy! This will come in handy if you spot someone struggling in a sea of tasks and responsibilities. Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Lifeguard Set (Item 2 of 3).", + "weaponArmoireAstronomersTelescopeNotes": "An instrument that will allow you to observe the stars' ancient dance. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Astronomer Mage Set (Item 3 of 3).", + "shieldArmoirePotatoFoodNotes": "Potatoes are a staple of many diets, but some pets would like to live on potatoes alone... Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Pet Food Set (Item 3 of 10).", + "weaponArmoireBuoyantBubblesNotes": "These bubbles just keep on floating forever, somehow... Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Bubble Bath Set (Item 3 of 4).", + "shieldArmoirePiratesCompanionNotes": "Perfect if you want to talk your enemies to death, this parrot never shuts up. Maybe it'll remind you about your tasks too! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Pirate Set (Item 3 of 3).", + "shieldArmoireBlueMoonSaiNotes": "This sai is a traditional weapon, imbued with the powers of the light side of the moon. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Blue Moon Rogue Set (item 2 of 4).", + "headArmoireStrawRainHatNotes": "You’ll be able to spot every obstacle in your path when you wear this water-resistant, conical hat. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Straw Raincoat Set (Item 2 of 2).", + "headArmoireFiddlersCapNotes": "Put on this jaunty cap to let everyone know who's dancing to whose tune! Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Fiddler Set (Item 1 of 4).", + "headArmoireGardenersSunHatNotes": "The bright light of the day star won’t shine in your eyes when you wear this wide-brimmed hat. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Gardener Set (Item 2 of 4).", + "shieldArmoirePerfectMatchNotes": "Hot take: we think you look great. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Match Maker Set (Item 4 of 4).", + "shieldArmoireBlueCottonCandyFoodNotes": "A sweet treat for the pets with a sweet tooth. But who will like it best? Nagtataás ng Pangangatawán ng <%= con %>. Enchanted Armoire: Pet Food Set (Item 9 of 10).", + "shieldArmoireMedievalLaundryNotes": "It's going to be tough to get this clean, but you already know you can do anything. Nagtataás ng Pandamá ng <%= per %>. Enchanted Armoire: Medieval Launderers Set (Item 6 of 6).", + "weaponArmoireHuntingHornNotes": "Twooooo! Twoo! Twoo! Gather your party for an adventure or quest by playing this horn. Nagtataás ng Lakás ng <%= str %> at Katalinuhan ng <%= int %>. Enchanted Armoire: Musical Instrument Set 1 (Item 1 of 3)", + "armorArmoireInvernessCapeNotes": "This sturdy garment will let you search for clues in any type of weather. Nagtataás ng Pandamá at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Detective Set (Item 2 of 4).", + "armorArmoireVernalVestmentNotes": "This silky garment is perfect for enjoying mild spring weather in style. Nagtataás ng Lakás at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Vernal Vestments Set (Item 2 of 3).", + "shieldArmoireMilkFoodNotes": "There are many sayings about the health benefits of milk, but the pets who favor it just love its creamy taste. Nagtataás ng Pangangatawán at Lakás ng <%= attrs %> bawát isá. Enchanted Armoire: Pet Food Set (Item 10 of 10)", + "weaponArmoireAlchemistsDistillerNotes": "Purify metals and other magical compounds with this shiny brass instrument. Nagtataás ng Lakás ng <%= str %> at Katalinuhan ng <%= int %>. Enchanted Armoire: Alchemist Set (Item 3 of 4).", + "shieldArmoireSoftPinkPillowNotes": "The sensible warrior packs a pillow for any expedition. Soften life's blows... even while you nap. Nagtataás ng Lakás at Pangangatawán ng <%= attrs %> bawat isá. Enchanted Armoire: Pink Loungewear Set (item 3 of 3).", + "weaponArmoirePotionBaseNotes": "The pets you hatch with this potion are anything but basic! Nagtataás ng Lakás, Katalinuhan, at Pangangatawán ng <%= attrs %> bawat isá. Enchanted Armoire: Potion Set (Item 1 of 10)", + "weaponArmoireBambooCaneNotes": "Perfect for assisting you in a stroll, or for dancing the Charleston. Nagtataás ng Katalinuhan, Pandamá, at Pangangatawán ng <%= attrs %> bawát isá. Enchanted Armoire: Boating Set (Item 3 of 3).", + "armorArmoireBoatingJacketNotes": "Whether you're on a swanky yacht or in a jalopy, you'll be the cat's meow in this jacket and tie. Nagtataás ng Lakás, Katalinuhan, at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Boating Set (Item 1 of 3).", + "weaponArmoireNephriteBowNotes": "This bow shoots special jade-tipped arrows that will take down even your most stubborn bad habits! Nagtataás ng Katalinuhan ng <%= int %> at Lakás ng <%= str %>. Enchanted Armoire: Nephrite Archer Set (Item 1 of 3).", + "armorArmoireBaseballUniformNotes": "Pinstripes never go out of style. Nagtataás ng Pangangatawán at Lakás ng <%= attrs %> bawát isá. Enchanted Armoire: Baseball Set (Item 2 of 4).", + "shieldArmoireSnareDrumNotes": "Rat-a-tat-tat! Gather your party for a parade or march into battle by playing this drum. Nagtataás ng Pangangatawán ng <%= con %> at Katalinuhan ng <%= int %>. Enchanted Armoire: Musical Instrument Set 1 (Item 3 of 3)", + "headArmoireEarflapHatNotes": "If you're looking to keep your head toasty warm, this hat has you covered! Nagtataás ng Katalinuhan at Lakás ng <%= attrs %> bawat isá. Enchanted Armoire: Duffle Coat Set (Item 2 of 2).", + "weaponArmoirePotionWhiteNotes": "You could almost lose a pet hatched with this potion in a snowstorm! Nagtataás ng Pangangatawán ng <%= con %> at Pandamá ng <%= per %>. Enchanted Armoire: Potion Set (Item 2 of 10)", + "armorArmoireSoftVioletSuitNotes": "Purple is a luxurious color. Relax in style after you’ve accomplished all your daily tasks. Nagtataás ng Pangangatawán at Lakás ng <%= attrs %> bawát isá. Enchanted Armoire: Violet Loungewear Set (Item 2 of 3).", + "headArmoireBaseballCapNotes": "Let everyone know that you're on Team Habitica! Nagtataás ng Pangangatawán at Lakás ng <%= attrs %> bawát isá. Enchanted Armoire: Baseball Set (Item 1 of 4).", + "weaponArmoireShootingStarSpellNotes": "Surround yourself in a spell of stardust magic to help you make all your wishes come true. Nagtataás ng Lakás at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Stardust Set (Item 3 of 3).", + "armorArmoirePirateOutfitNotes": "Avast, ye landlubbers! The perfect outfit for swabbing the deck and counting your spoils. Nagtataás ng Pangangatawán at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Pirate Set (Item 2 of 3).", + "armorArmoireSoftBlackSuitNotes": "Black is a mysterious colour. It’s sure to inspire the most interesting dreams. Nagtataás ng Pangangatawán at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Black Loungewear Set (Item 2 of 3).", + "armorArmoireHeroicHerbalistRobeNotes": "Always smells pleasantly of all kinds of herbs. Nagtataás ng Pangangatawán at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Heroic Herbalist Set (Item 1 of 3).", + "weaponArmoirePotionPinkNotes": "Life is a little bit sweeter and a whole lot pinker with this cotton candy pink pet potion! Nagtataás ng Katalinuhan ng <%= int %> at Pangangatawán ng <%= con %>. Enchanted Armoire: Potion Set (Item 8 of 10)", + "weaponArmoirePotionBlueNotes": "Life is a little bit fluffier and a whole lot bluer with this potion to make cotton candy blue beasts! Nagtataás ng Katalinuhan ng <%= int %> at Pangangatawán ng <%= con %>. Enchanted Armoire: Potion Set (Item 9 of 10)", + "weaponArmoirePotionGoldenNotes": "With this potion, your pet can have a heart of gold… and ears of gold… and a tail of gold… Nagtataás ng Lakás at Katalinuhan ng <%= attrs %> bawat isá. Enchanted Armoire: Potion Set (Item 10 of 10)", + "shieldArmoireHoneyFoodNotes": "Watch out for sticky paws once you've fed your pets this honey! Some pets crave this natural sweetness; can you guess who? Nagtataás ng Katalinuhan at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Pet Food Set (Item 6 of 10).", + "shieldArmoireSoftBlackPillowNotes": "The brave warrior packs a pillow for any expedition. Guard yourself from tiresome tasks... even while you nap. Nagtataás ng Katalinuhan at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Black Loungewear Set (Item 3 of 3).", + "bodyArmoireClownsBowtieNotes": "A nice bow-tie is no joking matter, even for a clown. Nagtataás ng Lakás, Katalinuhan, Pangangatawán, at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Clown Set (Item 5 of 5).", + "weaponArmoirePotionDesertNotes": "With this potion in hand, you don’t have to be stranded on a deserted island to find a desert-colored pet to share your dessert with! Nagtataás ng Lakás ng <%= str %> at Pangangatawán ng <%= con %>. Enchanted Armoire: Potion Set (Item 3 of 10)", + "weaponArmoirePotionShadeNotes": "Time to throw some shade (potion) on an egg to hatch yourself a shady pet! Nagtataás ng Katalinuhan ng <%= int %> at Pandamá ng <%= per %>. Enchanted Armoire: Potion Set (Item 5 of 10)", + "weaponArmoirePotionRedNotes": "It’s a red-letter day because this hatching potion is no red herring! Nagtataás ng Lakás at Pangangatawán ng <%= attrs %> bawat isá. Enchanted Armoire: Potion Set (Item 4 of 10)", + "weaponArmoirePotionZombieNotes": "Use this to hatch a zombie pet, but stay vigilant in case it starts nibbling on you! Nagtataás ng Pangangatawán ng <%= con %> at Pandamá ng <%= per %>. Enchanted Armoire: Potion Set (Item 7 of 10)", + "weaponArmoirePotionSkeletonNotes": "Are you feeling productive? Is today a bones day? Be sure to carry this skeleton hatching potion with you! Nagtataás ng Lakás ng <%= str %> at Katalinuhan ng <%= int %>. Enchanted Armoire: Potion Set (Item 6 of 10)", + "armorArmoireAlchemistsRobeNotes": "Any number of dangerous elixirs are involved in creating arcane metals and gems, and these heavy robes will protect you from harm and unintended side effects! Nagtataás ng Pangangatawán ng <%= con %> at Pandamá ng <%= per %>. Enchanted Armoire: Alchemist Set (Item 1 of 4).", + "armorArmoireDuffleCoatNotes": "Travel frosty realms in style with this cozy wool coat. Nagtataás ng Pangangatawán at Pandamá ng <%= attrs %> bawat isá. Enchanted Armoire: Duffle Coat Set (Item 1 of 2).", + "weaponArmoirePinkLongbowNotes": "Be a cupid-in-training, mastering both archery and matters of the heart with this beautiful bow. Nagtataás ng Pandamá <%= per %> at Lakás ng <%= str %>. Enchanted Armoire: Independent Item." } diff --git a/website/common/locales/fr/achievements.json b/website/common/locales/fr/achievements.json index cca07d1dd0..1cfe3547fc 100644 --- a/website/common/locales/fr/achievements.json +++ b/website/common/locales/fr/achievements.json @@ -126,8 +126,11 @@ "achievementShadeOfItAllText": "A dompté tous les familiers d'ombre.", "achievementZodiacZookeeper": "Le Zoo-diaque", "achievementZodiacZookeeperModalText": "Vous avez collecté tous les familiers du zodiaque !", - "achievementZodiacZookeeperText": "A collecté tous les familiers du zodiaque de couleur basique : Rat, Vache, Lapin, Serpent, Cheval, Mouton, Singe, Coq, Loup, Tigre, Cochon volant et Dragon !", - "achievementBirdsOfAFeatherText": "A collecté tous les familiers volants de couleur basique : Cochon volant, Hibou, Perroquet, Pterodactyle, Griffon, Faucon, Paon et Coq.", - "achievementBirdsOfAFeather": "Oiseaux à une Plume", - "achievementBirdsOfAFeatherModalText": "Vous avez collecté tous les familiers volants !" + "achievementZodiacZookeeperText": "A fait éclore tous les familiers du zodiaque de couleur basique : Rat, Vache, Lapin, Serpent, Cheval, Mouton, Singe, Coq, Loup, Tigre, Cochon volant et Dragon !", + "achievementBirdsOfAFeatherText": "A fait éclore tous les familiers volants de couleur basique : Cochon volant, Hibou, Perroquet, Pterodactyle, Griffon, Faucon, Paon et Coq !", + "achievementBirdsOfAFeather": "Oiseaux à plume", + "achievementBirdsOfAFeatherModalText": "Vous avez collecté tous les familiers volants !", + "achievementReptacularRumble": "Étreinte reptilienne", + "achievementReptacularRumbleText": "A fait éclore toutes les couleurs standard de familiers reptiles : Alligator, Ptérodactyle, Serpent, Tricératops, Tortue, Tyrannosaure et Vélociraptor !", + "achievementReptacularRumbleModalText": "Vous avez collecté tous les familiers reptiles !" } diff --git a/website/common/locales/fr/backgrounds.json b/website/common/locales/fr/backgrounds.json index 7a63167eae..e4dffc8f31 100644 --- a/website/common/locales/fr/backgrounds.json +++ b/website/common/locales/fr/backgrounds.json @@ -693,5 +693,12 @@ "backgroundFlowerShopText": "Boutique de fleurs", "backgroundSpringtimeLakeNotes": "Profitez de la vue sur les rives d'un lac printanier.", "backgroundFlowerShopNotes": "Profitez de la douce senteur d'une boutique de fleurs.", - "backgroundSpringtimeLakeText": "Lac printanier" + "backgroundSpringtimeLakeText": "Lac printanier", + "backgroundOnACastleWallNotes": "Observez depuis le mur d'un château.", + "backgroundCastleGateText": "Entrée du château", + "backgroundCastleGateNotes": "Montez la garde à l'entrée du château.", + "backgroundEnchantedMusicRoomText": "Salle de musique enchantée", + "backgrounds052022": "Ensemble 96 : sorti en mai 2022", + "backgroundOnACastleWallText": "Sur le mur d'un château", + "backgroundEnchantedMusicRoomNotes": "Jouez dans une salle de musique enchantée." } diff --git a/website/common/locales/fr/gear.json b/website/common/locales/fr/gear.json index aa18a79267..272eae0b37 100644 --- a/website/common/locales/fr/gear.json +++ b/website/common/locales/fr/gear.json @@ -2622,5 +2622,11 @@ "backMystery202205Text": "Ailes crépusculaires", "backMystery202205Notes": "Le puissant battement de ces vastes ailes résonne dans les dunes. Ne confère aucun bonus. Équipement d'abonnement de mai 2022.", "headAccessoryMystery202205Text": "Cornes de dragon aux ailes crépusculaires", - "headAccessoryMystery202205Notes": "Ces cornes éblouissantes sont aussi brillantes qu'un coucher de soleil dans le désert. Ne confère aucun bonus. Équipement d'abonnement de mai 2022." + "headAccessoryMystery202205Notes": "Ces cornes éblouissantes sont aussi brillantes qu'un coucher de soleil dans le désert. Ne confère aucun bonus. Équipement d'abonnement de mai 2022.", + "weaponArmoireHuntingHornText": "Corne de chasse", + "weaponArmoireHuntingHornNotes": "Taïaut ! Taïaut ! Rassemblez votre équipe pour une aventure ou une quête en soufflant dans cette corne. Augmente la force de <%= str %> et l'intelligence de <%= int %>. Armoire enchantée : ensemble d'instruments de musique 1 (objet 1 de 3)", + "shieldArmoireSpanishGuitarText": "Guitare espagnole", + "shieldArmoireSpanishGuitarNotes": "Dzing ! Dzing ! Rassemblez votre équipe pour un concert ou un fête en jouant de cette guitare. Augmente la perception de <%= per %> et l'intelligence de <%= int %>. Armoire enchantée : ensemble d'instruments de musique 1 ((objet 2 de 3)", + "shieldArmoireSnareDrumText": "Caisse-claire", + "shieldArmoireSnareDrumNotes": "Rat-a-tat-tat ! Rassemblez votre équipe pour une parade ou un défilé en jouant de ce tambour. Augmente la constitution de <%= con %> et l'intelligence de <%= int %>. Armoire enchantée : ensemble d'instruments de musique 1 (objet 3 de 3)" } diff --git a/website/common/locales/fr/groups.json b/website/common/locales/fr/groups.json index 93af01ec27..bc6b489175 100644 --- a/website/common/locales/fr/groups.json +++ b/website/common/locales/fr/groups.json @@ -378,5 +378,6 @@ "joinParty": "Rejoindre l'équipe", "editGuild": "Modifier la guilde", "editParty": "Modifier l'équipe", - "leaveGuild": "Quitter la guilde" + "leaveGuild": "Quitter la guilde", + "sendGiftTotal": "Total :" } diff --git a/website/common/locales/fr/questscontent.json b/website/common/locales/fr/questscontent.json index 895321c35a..b66dea91f4 100644 --- a/website/common/locales/fr/questscontent.json +++ b/website/common/locales/fr/questscontent.json @@ -667,7 +667,7 @@ "questRobotCompletion": "Alors que @Rev et le compagnon responsable robot mettent le dernier boulon en place, la machine à remonter le temps bourdonne de vie. @FolleMente et @McCoyly montent à bord. \"Merci pour l'aide ! On se reverra dans le futur ! Au fait, ça devrait vous aider pour votre prochaine invention !\" Avec cela, les voyageurs du temps disparaissent, mais laissent dans l'épave de l'ancien stabilisateur de productivité trois œufs au mouvement d'horloge. Ce seront peut-être là les éléments cruciaux d'une nouvelle chaîne de production de compagnons responsables !", "questRobotNotes": "Dans les laboratoire Capacité Max, @Rev met la dernière touche à sa toute dernière invention, un compagnon responsable robot, lorsqu'un étrange véhicule métallique apparaît soudainement dans un panache de fumée, à quelques centimètres du détecteur de fluctuation du robot ! Ses occupants, deux étranges personnages vêtus d'argent, émergent et enlèvent leurs casques spatiaux, se révélant comme @FolleMente et @McCoyly.

    \"Je suppose qu'il y avait une anomalie dans notre mise en œuvre de la productivité,\" @FolleMente dit simplement.

    @McCoyly croise ses bras. \"Cela signifie qu'ils ont négligé de terminer leurs quotidiennes, ce qui, selon moi, a entraîné la désintégration de notre stabilisateur de productivité. C'est une composante essentielle du voyage dans le temps qui a besoin de cohérence pour fonctionner correctement. Nos réalisations font avancer notre mouvement à travers le temps et l'espace ! Je n'ai pas le temps de vous expliquer plus en détail, @Rev, vous le découvrirez dans 37 ans, ou peut-être vos alliés les Mystérieux Voyageurs du Temps pourront vous renseigner. Pour l'instant, pouvez-vous nous aider à réparer notre machine à remonter le temps ?\"", "questRobotText": "Merveilles mécaniques mystérieuses !", - "delightfulDinosNotes": "Contient \"Le Pterreur-datcyle\", \"Le tricératops trépignant\", et \"Le dinosaure exhumé\". Disponible jusqu'au 30 novembre.", + "delightfulDinosNotes": "Contient \"Le Pterreur-datcyle\", \"Le tricératops trépignant\", et \"Le dinosaure exhumé\". Disponible jusqu'au 31 mai.", "delightfulDinosText": "Ensemble de quêtes des dinosaures délirants", "questAmberNotes": "Vous êtes assis dans la Taverne avec @beffymaroo et @-Tyr- quand @Vikte surgit et vous parle avec enthousiasme des rumeurs d'un autre type de potion magique d'éclosion cachée dans le bois des tâches. Ayant terminé vos tâches quotidiennes, vous trois acceptez immédiatement d'aider @Vikte dans sa recherche. Après tout, quel mal à une petite aventure ?

    Après avoir marché pendant des heures dans le bois des tâches, vous commencez à regretter d'avoir participé à une poursuite aussi sauvage. Vous êtes sur le point de rentrer chez vous, quand vous entendez un gémissement surpris et vous tournez pour voir un énorme lézard aux écailles d'ambre brillantes enroulées autour d'un arbre, serrant @Vikte dans ses griffes. @beffymaroo attrape son épée.

    \"Attendez !\" crie @-Tyr-. \"C'est l'Arbrésine ! Elle n'est pas dangereuse, juste dangereusement collante !\"", "questAmberText": "L'alliance de l'ambre", diff --git a/website/common/locales/fr/subscriber.json b/website/common/locales/fr/subscriber.json index b56b558012..285d56bead 100644 --- a/website/common/locales/fr/subscriber.json +++ b/website/common/locales/fr/subscriber.json @@ -204,5 +204,10 @@ "mysterySet202202": "Ensemble de queues jumelles turquoise", "mysterySet202203": "Ensemble de libellule intrépide", "mysterySet202204": "Ensemble d'aventure virtuelle", - "mysterySet202205": "Ensemble de dragon crépusculaire" + "mysterySet202205": "Ensemble de dragon crépusculaire", + "howManyGemsSend": "Combien de gemmes souhaitez-vous envoyer ?", + "needToPurchaseGems": "Vous voulez acheter des gemmes pour offrir ?", + "wantToSendOwnGems": "Vous voulez envoyer vos propres gemmes ?", + "sendAGift": "Envoyer un cadeau", + "howManyGemsPurchase": "Combien de gemmes souhaitez-vous acheter ?" } diff --git a/website/common/locales/he/achievements.json b/website/common/locales/he/achievements.json index 1c7aeb40ad..d3440dc60f 100644 --- a/website/common/locales/he/achievements.json +++ b/website/common/locales/he/achievements.json @@ -3,8 +3,8 @@ "onwards": "הלאה!", "levelup": "על ידי ביצוע משימות מחייך האמיתיים, עלית רמה והחיים שלך עכשיו מלאים!", "reachedLevel": "הגעת לשלב <%= level %>", - "achievementLostMasterclasser": "", - "achievementLostMasterclasserText": "", + "achievementLostMasterclasser": "משלים ההרפתקאות: סדרת הרב-אמן", + "achievementLostMasterclasserText": "השלימו את כל שש-עשר המשימות בסדרת הרפתקאות של הרב-אמנים ופתרו את תעלומת הרב-אמן האבוד!", "viewAchievements": "הצגת ההישגים", "letsGetStarted": "בואו נתחיל!", "yourProgress": "ההתקדמות שלך", @@ -75,7 +75,7 @@ "onboardingCompleteDescSmall": "אם ברצונך להשיג אפילו עוד, אפשר לבדוק את ההישגים שלנו!", "achievementVioletsAreBlue": "הסיגליות כחולות", "achievementBugBonanzaText": "השלים את משימת חיות המחמד של החיפושית, הפרפר, החילזון והעכביש", - "achievementGoodAsGoldText": "אסף את כל החיות הזהב", + "achievementGoodAsGoldText": "אסף את כל החיות המוזהבות.", "achievementSeasonalSpecialistModalText": "השלמת את כל המשימות העונתיות!", "achievementShadyCustomer": "לקוח חשוד", "achievementShadeOfItAll": "הצל של הכל", @@ -89,5 +89,10 @@ "achievementSkeletonCrewModalText": "אילפת את כל חיות הרכיבה מסוג שלד!", "achievementBoneCollectorText": "נאספו כל חיות המחמד מסוג שלד.", "achievementRedLetterDayModalText": "אילפת את כל חיות הרכיבה האדומות!", - "achievementSkeletonCrewText": "אולפו כל חיות הרכיבה מסוג שלד." + "achievementSkeletonCrewText": "אולפו כל חיות הרכיבה מסוג שלד.", + "achievementAllThatGlitters": "כל הנוצץ", + "achievementLostMasterclasserModalText": "השלמת את כל שש-עשר המשימות בסדרת הרפתקאות של הרב-אמנים ופתרת את תעלומת הרב-אמן האבוד!", + "achievementGoodAsGold": "זהוב וטוב", + "achievementBugBonanzaModalText": "השלמת את משימת חיות המחמד של החיפושית, הפרפר, החילזון והעכביש", + "achievementBareNecessities": "רק את הטוב" } diff --git a/website/common/locales/he/challenge.json b/website/common/locales/he/challenge.json index bc2f25aa98..72f1f20327 100644 --- a/website/common/locales/he/challenge.json +++ b/website/common/locales/he/challenge.json @@ -64,7 +64,7 @@ "noChallengeTitle": "אין לך שום אתגרים.", "challengeDescription1": "אתגרים הם אירועים של הקהילה בהם שחקנים מתחרים וזוכים בפרסים על ידי השלמת קבוצה של מטלות הקשורות זו לזו.", "challengeDescription2": "מצא אתגרים מומלצים לך לפי תחומי העניין שלך, חפש אתגרים פומביים של הביטיקה, או תיצור אתגרים משלך.", - "noChallengeMatchFilters": "", + "noChallengeMatchFilters": "לא הצלחנו למצוא אתגרים מתאימים.", "createdBy": "נוצר על ידי", "joinChallenge": "הצטרף לאתגר", "leaveChallenge": "עזיבת האתגר", @@ -102,7 +102,7 @@ "confirmKeepChallengeTasks": "לשמור את מטלות האתגר?", "selectParticipant": "בחר משתתף", "yourReward": "הפרס שלך", - "filters": "סינון", + "filters": "מסננים", "wonChallengeDesc": "ניצחת באתגר \"<%= challengeName %>\"! הניצחון שלך נרשם בהישגים שלך.", "removeTasks": "הסרת המשימות" } diff --git a/website/common/locales/he/character.json b/website/common/locales/he/character.json index d3ccf23b62..8487a42737 100644 --- a/website/common/locales/he/character.json +++ b/website/common/locales/he/character.json @@ -1,5 +1,5 @@ { - "communityGuidelinesWarning": "", + "communityGuidelinesWarning": "אנא זכרו ששם התצוגה שלכם, תמונת הפרופיל והתיאור חייבים לעמוד בתנאי תקנון הקהילה (למשל ללא מילים גסות, תכנים בוטים, עלבונות וכו'). אם אינכם בטוחים אם דבר מסוים עומד בתנאי התקנון או לא, אנא הרגישו חופשיים לשלוח מייל ל-<%= hrefBlankCommunityManagerEmail %>!", "profile": "פרופיל", "avatar": "התאמת הדמות", "editAvatar": "עריכת הדמות", @@ -37,7 +37,7 @@ "mustache": "שפם", "flower": "פרח", "accent": "", - "headband": "", + "headband": "רצועת ראש", "wheelchair": "כיסא גלגלים", "extra": "אקסטרה", "rainbowSkins": "עורות בצבעי הקשת", @@ -58,7 +58,7 @@ "autoEquipBattleGear": "הצטייד בציוד חדש אוטומטית", "costume": "תחפושת", "useCostume": "שימוש בתחפושת", - "costumePopoverText": "", + "costumePopoverText": "בחר \"לבש תחפושת\" כדי להוסיף ציוד לדמות שלך מבלי להשפיע על המדדים שלך מציוד הלחימה שלך. זה אומר שתוכל ללבוש איזו תלבושת שתבחר כאשר אתה ממשיך להשתמש בציוד הלחימה הטוב ביותר שיש לך.", "autoEquipPopoverText": "בחרו באופציה זו על מנת ללבוש באופן אוטומטי ציוד ברגע שאתם קונים אותו.", "costumeDisabled": "הסרת את התחפושת שלך.", "gearAchievement": "הרווחת את תג ״הציוד המקסימלי״ על השגת הציוד הטוב ביותר למקצועות הבאים:", @@ -112,7 +112,7 @@ "changeClass": "", "lvl10ChangeClass": "כדי לשנות מקצוע עליכם להיות לפחות בדרגה 10.", "changeClassConfirmCost": "", - "invalidClass": "", + "invalidClass": "מקצוע שגוי. נא לציין 'warrior', 'rogue', 'wizard', או 'healer'.", "levelPopover": "", "unallocated": "", "autoAllocation": "הקצאה אוטומטית", diff --git a/website/common/locales/he/content.json b/website/common/locales/he/content.json index d5cadf92cf..f7b776da4f 100644 --- a/website/common/locales/he/content.json +++ b/website/common/locales/he/content.json @@ -4,7 +4,7 @@ "armoireText": "ציוד קסום", "armoireNotesFull": "אפשר לפתוח את תיבת הציוד הקסום ולקבל ציוד מיוחד, ניסיון או מזון! יחידות ציוד שנותרו:", "armoireLastItem": "מצאת את פריט הציוד הקסום האחרון", - "armoireNotesEmpty": "״הציוד הקסום״ יציע ציוד חדש בשבוע הראשון של כל חודש. עד אז, ניתן להמשיך לקבל ניסיון ומזון!", + "armoireNotesEmpty": "לנשקייה יתווסף ציוד חדש בשבוע הראשון של כל חודש. עד אז, ניתן להמשיך וללחוץ עבור נקודות ניסיון ומזון לחיות מחמד!", "dropEggWolfText": "זאב", "dropEggWolfMountText": "זאב", "dropEggWolfAdjective": "נאמן", @@ -61,7 +61,7 @@ "questEggRoosterAdjective": "מתגנדר", "questEggSpiderText": "עכביש", "questEggSpiderMountText": "עכביש", - "questEggSpiderAdjective": "", + "questEggSpiderAdjective": "אמנותי", "questEggOwlText": "ינשוף", "questEggOwlMountText": "ינשוף", "questEggOwlAdjective": "חכם", @@ -130,58 +130,58 @@ "questEggArmadilloAdjective": "משוריינת", "questEggCowText": "פרה", "questEggCowMountText": "פרה", - "questEggCowAdjective": "", - "questEggBeetleText": "", - "questEggBeetleMountText": "", - "questEggBeetleAdjective": "", - "questEggFerretText": "", - "questEggFerretMountText": "", - "questEggFerretAdjective": "", - "questEggSlothText": "", - "questEggSlothMountText": "", - "questEggSlothAdjective": "", - "questEggTriceratopsText": "", - "questEggTriceratopsMountText": "", - "questEggTriceratopsAdjective": "", - "questEggGuineaPigText": "", - "questEggGuineaPigMountText": "", - "questEggGuineaPigAdjective": "", - "questEggPeacockText": "", - "questEggPeacockMountText": "", - "questEggPeacockAdjective": "", - "questEggButterflyText": "", + "questEggCowAdjective": "גועה", + "questEggBeetleText": "חיפושית", + "questEggBeetleMountText": "חיפושית", + "questEggBeetleAdjective": "בלתי מנוצחת", + "questEggFerretText": "חמוס", + "questEggFerretMountText": "חמוס", + "questEggFerretAdjective": "פרוותי", + "questEggSlothText": "עצלן", + "questEggSlothMountText": "עצלן", + "questEggSlothAdjective": "זריז", + "questEggTriceratopsText": "טריצרטופס", + "questEggTriceratopsMountText": "טריצרטופסים", + "questEggTriceratopsAdjective": "טריקי", + "questEggGuineaPigText": "שרקן", + "questEggGuineaPigMountText": "שרקן", + "questEggGuineaPigAdjective": "מסוחרר", + "questEggPeacockText": "טווס", + "questEggPeacockMountText": "טווס", + "questEggPeacockAdjective": "יהיר", + "questEggButterflyText": "זחל", "questEggButterflyMountText": "פרפר", - "questEggButterflyAdjective": "", - "questEggNudibranchText": "", - "questEggNudibranchMountText": "", - "questEggNudibranchAdjective": "", + "questEggButterflyAdjective": "חמוד", + "questEggNudibranchText": "חשופית ים", + "questEggNudibranchMountText": "חשופית ים", + "questEggNudibranchAdjective": "זריזה", "questEggHippoText": "היפופוטם", "questEggHippoMountText": "היפופוטם", - "questEggHippoAdjective": "", - "questEggYarnText": "", + "questEggHippoAdjective": "שמח", + "questEggYarnText": "חוט", "questEggYarnMountText": "שטיח מעופף", - "questEggYarnAdjective": "", - "questEggPterodactylText": "", - "questEggPterodactylMountText": "", - "questEggPterodactylAdjective": "", - "questEggBadgerText": "", - "questEggBadgerMountText": "", - "questEggBadgerAdjective": "", - "questEggSquirrelText": "", + "questEggYarnAdjective": "צמר", + "questEggPterodactylText": "פטרודקטיל", + "questEggPterodactylMountText": "פטרודקטיל", + "questEggPterodactylAdjective": "בוטח", + "questEggBadgerText": "גירית", + "questEggBadgerMountText": "גירית", + "questEggBadgerAdjective": "רועשת", + "questEggSquirrelText": "סנאי", "questEggSquirrelMountText": "סנאי", - "questEggSquirrelAdjective": "", - "questEggSeaSerpentText": "", - "questEggSeaSerpentMountText": "", - "questEggSeaSerpentAdjective": "", + "questEggSquirrelAdjective": "עם זנב-פראי", + "questEggSeaSerpentText": "נחש ים", + "questEggSeaSerpentMountText": "נחש ים", + "questEggSeaSerpentAdjective": "מנצנץ", "questEggKangarooText": "קנגרו", "questEggKangarooMountText": "קנגרו", - "questEggKangarooAdjective": "", + "questEggKangarooAdjective": "נבון", "questEggAlligatorText": "תנין", "questEggAlligatorMountText": "תנין", - "questEggAlligatorAdjective": "", - "questEggVelociraptorText": "", - "questEggVelociraptorMountText": "", - "questEggVelociraptorAdjective": "", + "questEggAlligatorAdjective": "ערמומי", + "questEggVelociraptorText": "ולוצירפטור", + "questEggVelociraptorMountText": "ולוצירפטור", + "questEggVelociraptorAdjective": "פיקח", "eggNotes": "מצא שיקוי הבקעה לשפוך על ביצה זו, והיא תהפוך ל<%= eggText(locale) %> <%= eggAdjective(locale) %>.", "hatchingPotionBase": "רגיל", "hatchingPotionWhite": "לבן", @@ -196,21 +196,21 @@ "hatchingPotionSpooky": "מפחיד", "hatchingPotionPeppermint": "מנטה", "hatchingPotionFloral": "פרחוני", - "hatchingPotionAquatic": "", - "hatchingPotionEmber": "", + "hatchingPotionAquatic": "ימי", + "hatchingPotionEmber": "גחלת", "hatchingPotionThunderstorm": "סופת ברקים", "hatchingPotionGhost": "רוח רפאים", - "hatchingPotionRoyalPurple": "", + "hatchingPotionRoyalPurple": "סגול מלכותי", "hatchingPotionHolly": "", - "hatchingPotionCupid": "", - "hatchingPotionShimmer": "", - "hatchingPotionFairy": "", - "hatchingPotionStarryNight": "", + "hatchingPotionCupid": "קופידון", + "hatchingPotionShimmer": "נצנוץ", + "hatchingPotionFairy": "פיות", + "hatchingPotionStarryNight": "לילה זרוע-כוכבים", "hatchingPotionRainbow": "קשת", - "hatchingPotionGlass": "", - "hatchingPotionGlow": "", - "hatchingPotionFrost": "", - "hatchingPotionIcySnow": "", + "hatchingPotionGlass": "זכוכית", + "hatchingPotionGlow": "זוהר-בחושך", + "hatchingPotionFrost": "כפור", + "hatchingPotionIcySnow": "שלג קרחי", "hatchingPotionNotes": "מזוג שיקוי זה על ביצה, והיא תבקע כ: <%= potText(locale) %>.", "premiumPotionAddlNotes": "לא ניתן לשימוש על ביצי הרפתקאות.", "foodMeat": "בשר", @@ -308,7 +308,7 @@ "foodSaddleSellWarningNote": "אהלן! איזה פריט שימושי! האם יש לך מושג כיצד להשתמש באוכפים עם חיות המחמד שלך?", "foodNotes": "האכל בזה את חיות המחמד שלך והן יגדלו לחיות רכיבה חסונות.", "hatchingPotionRoseQuartz": "קוורץ ורדרד", - "hatchingPotionCelestial": "", + "hatchingPotionCelestial": "שמימי", "foodPieSkeleton": "", "foodPieSkeletonThe": "", "foodPieSkeletonA": "", @@ -323,5 +323,20 @@ "foodPieWhiteThe": "פאי פודינג הווניל", "foodPieWhite": "פאי פודינג וניל", "foodPieZombieThe": "הפאי הרקוב", - "foodPieZombie": "פאי רקוב" + "foodPieZombie": "פאי רקוב", + "hatchingPotionVeggie": "גינה", + "hatchingPotionAmber": "גחלת", + "hatchingPotionSunshine": "קרן אור", + "hatchingPotionWatery": "מימי", + "hatchingPotionBronze": "ארד", + "questEggDolphinAdjective": "מלא חיים", + "questEggRobotAdjective": "עתידני", + "hatchingPotionRuby": "אודם", + "hatchingPotionSilver": "כסף", + "hatchingPotionAurora": "זוהר הקוטב", + "hatchingPotionShadow": "צל", + "questEggRobotMountText": "רובוט", + "questEggDolphinText": "דולפין", + "questEggRobotText": "רובוט", + "questEggDolphinMountText": "דולפין" } diff --git a/website/common/locales/he/death.json b/website/common/locales/he/death.json index 12f15ab054..b6ac54a7cd 100644 --- a/website/common/locales/he/death.json +++ b/website/common/locales/he/death.json @@ -13,5 +13,5 @@ "lowHealthTips3": "מטלות יומיומיות שלא הושלמו יפגעו בך במשך הלילה, יש להיזהר שלא להתחיל עם יותר מדי!", "lowHealthTips4": "אם משימה יומיומית לא בתוקף ביום מסוים, אפשר להשביתה בעזרת לחיצה על העיפרון.", "goodLuck": "בהצלחה!", - "cannotRevive": "לא ניתן לחזור לתחייה אם לא מתים" + "cannotRevive": "לא ניתן לקום לתחייה אם לא מתים" } diff --git a/website/common/locales/he/loginincentives.json b/website/common/locales/he/loginincentives.json index 0430582252..dc4e403ca7 100644 --- a/website/common/locales/he/loginincentives.json +++ b/website/common/locales/he/loginincentives.json @@ -1,6 +1,6 @@ { "unlockedReward": "קיבלת <%= reward %>", - "earnedRewardForDevotion": "", + "earnedRewardForDevotion": "זכית ב<%= reward %> עבור המחוייבות שלך לשפר את חייך.", "nextRewardUnlocksIn": "", "awesome": "אחלה!", "countLeft": "Check-ins until next reward: <%= count %>", diff --git a/website/common/locales/he/quests.json b/website/common/locales/he/quests.json index baf5f47c4b..c3f6d11a73 100644 --- a/website/common/locales/he/quests.json +++ b/website/common/locales/he/quests.json @@ -36,41 +36,62 @@ "mustLvlQuest": "עליכם להיות בדרגה <%= level %> כדי לקנות את ההרפתקה הזו!", "unlockByQuesting": "", "questConfirm": "Are you sure? Only <%= questmembers %> of your <%= totalmembers %> party members have joined this quest! Quests start automatically when all players have joined or rejected the invitation.", - "sureCancel": "האם אתם בטוחים שברצונכם לבטל את ההרפתקה? כל ההסכמות להשתתפות יאבדו, ובעלי ההרפתקה ישמרו בעלות על המגילה.", - "sureAbort": "האם אתם בטוחים שברצונכם לבטל את ההרפתקה הזו? היא תבוטל עבור כל החבורה שלכם, וההתקדמות שלכם תאבד. המגילה תוחזר לבעלי ההרפתקה.", + "sureCancel": "האם אתם בטוחים שברצונכם לבטל את ההרפתקה? ביטול ההרפתקה תבטל את כל ההזמנות שנשלחו, גם עבור אלה שהסכימו כבר להשתתף, והמגילה תחזור לרשותכם.", + "sureAbort": "האם אתם בטוחים שברצונכם לבטל את ההרפתקה הזו? כל ההתקדמות שלכם תאבד. המגילה תשוב לידי בעליה.", "doubleSureAbort": "האם אתם באמת באמת בטוחים? כל החבורה שלכם עלולה לשנוא אתכם לנצח!", "bossRageTitle": "זעם", - "bossRageDescription": "כאשר יתמלא הבאר הזה, הבוס ישחרר התקפה מיוחדת!", + "bossRageDescription": "כאשר המד הזה יתמלא, הבוס יבצע התקפה מיוחדת!", "startAQuest": "התחילו הרפתקה", - "startQuest": "התחילו הרפתקה", + "startQuest": "התחל הרפתקה", "questInvitationDoesNotExist": "לא נשלחה עדיין הזמנה להרפתקה.", "questInviteNotFound": "לא נמצאה הזמנה להרפתקה.", "guildQuestsNotSupported": "לא ניתן להזמין גילדות להרפתקה.", - "questNotOwned": "אין ברשותכם את המגילה הזו.", - "questNotGoldPurchasable": "לא ניתן לרכוש את ההרפתקה \"<%= key %>\" עם מטבעות זהב.", - "questNotGemPurchasable": "", - "questAlreadyUnderway": "החבורה שלכם נמצאת כבר במהלכה של הרפתקה. נסו שוב כשזו תסתיים.", - "questAlreadyAccepted": "כבר הסכמתם להזמנה להרפתקה.", + "questNotOwned": "המגילה הזאת לא נמצאת ברשותך.", + "questNotGoldPurchasable": "לא ניתן לרכוש את ההרפתקה \"<%= key %>\" באמצעות זהב.", + "questNotGemPurchasable": "לא ניתן לרכוש את ההרפתקה \"<%= key %>\" עם אבני חן.", + "questAlreadyUnderway": "החבורה שלך נמצאת כבר במהלכה של הרפתקה. נסו שוב כשזו תסתיים.", + "questAlreadyAccepted": "כבר הסכמת להצטרף להרפתקה.", "noActiveQuestToLeave": "אין הרפתקה לעזוב", - "questLeaderCannotLeaveQuest": "מנהיג ההרפתקה לא יכול לעזוב אותה", - "notPartOfQuest": "אינכם חלק מההרפתקה.", - "youAreNotOnQuest": "", - "noActiveQuestToAbort": "אין כרגע הרפתקה פעילה כדי לבטל אותה.", - "onlyLeaderAbortQuest": "רק מנהיג החבורה או ההרפתקה יכולים לבטל הרפתקה.", + "questLeaderCannotLeaveQuest": "מנהיג ההרפתקה לא רשאי לעזוב אותה", + "notPartOfQuest": "אינך חלק מההרפתקה", + "youAreNotOnQuest": "אינך משתתף בהרפתקה", + "noActiveQuestToAbort": "אין כרגע הרפתקה פעילה שניתן לבטל.", + "onlyLeaderAbortQuest": "רק מנהיג החבורה או ההרפתקה יכולים לבטל הרפתקה לאחר שהתחילה.", "questAlreadyRejected": "כבר דחיתם את ההזמנה להרפתקה.", "cantCancelActiveQuest": "אתם לא יכולים להפסיק הרפתקה שכבר החלה, השתמשו באפשרות הביטול.", - "onlyLeaderCancelQuest": "רק מנהיגי החבורה או מובילי ההרפתקה יכולים לבטל אותה.", + "onlyLeaderCancelQuest": "רק מנהיג החבורה או מוביל ההרפתקה יכולים לבטל את ההרפתקה.", "questNotPending": "אין הרפתקאות זמינות.", - "questOrGroupLeaderOnlyStartQuest": "רק מנהיג החבורה או מי שהזמין להרפתקה יכולים להכריח את כולם לצאת לדרך.", - "loginIncentiveQuest": "", - "loginReward": "", - "questBundles": "", - "noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!", - "pendingDamage": "", - "pendingDamageLabel": "", - "bossHealth": "", - "rageAttack": "", - "bossRage": "", - "rageStrikes": "", - "questAlreadyStarted": "ההרפתקה כבר החלה." + "questOrGroupLeaderOnlyStartQuest": "רק מוביל ההרפתקה או מנהיג החבורה יכולים להכריח את התחלת ההרפתקה", + "loginIncentiveQuest": "כדי להפוך את ההרפתקה הזו לזמינה, עליך להתחבר להאביטיקה ב-<%= count %> ימים שונים!", + "loginReward": "<%= count %> כניסות", + "questBundles": "אגד הרפתקאות בהנחה", + "noQuestToStart": "נסו לבקר את \">חנות ההרפתקאות בשביל תכנים חדשים!", + "pendingDamage": "<%= damage %> נזק ממתין", + "pendingDamageLabel": "נזק ממתין", + "bossHealth": "<%= currentHealth %> / <%= maxHealth %> בריאות", + "rageAttack": "התקפת זעם:", + "bossRage": "<%= currentRage %> / <%= maxRage %> זעם", + "rageStrikes": "התקפות זעם", + "questAlreadyStarted": "ההרפתקה כבר החלה.", + "chatItemQuestFinish": "כל הפריטים נמצאו! החבורה קיבלה את התגמול שלה.", + "ownerOnly": "בעלים בלבד", + "selectQuest": "נא לבחור הרפתקה", + "chatQuestStarted": "ההרפתקה שלך, <%= questName %>, החלה.", + "chatBossDamage": "<%= username %> תוקף את <%= bossName %> וגורם ל-<%= userDamage %> נזק. <%= bossName %> תוקף את הקבוצה וגורם לה <%= bossDamage %> נזק.", + "chatBossDontAttack": "<%= username %> תוקף את <%= bossName %> וגורם ל-<%= userDamage %> נזק. <%= bossName %> לא תוקף בחזרה, מכיוון שהוא מכבד את העובדה שיש מספר באגים במערכת, והוא לא רוצה לפגוע במישהו בצורה לא הוגנת. הוא ימשיך בהשתוללות שלו בקרוב!", + "chatFindItems": "<%= username %> מצא <%= items %>.", + "tavernBossTired": "<%= bossName %> מנסה לשחרר את <%= rageName %> אבל הוא עייף מדי.", + "questOwner": "בעל ההרפתקה", + "backToSelection": "בחזרה לבחירת הרפתקה", + "noQuestToStartTitle": "לא מצאת הרפתקה להתחיל?", + "chatBossDefeated": "הבסתם את <%= bossName %>! החברים לקבוצה שהשתתפו בהרפתקה מקבלים את שלל הניצחון.", + "chatQuestCancelled": "<%= username %> ביטל את ההרפתקה <%= questName %>.", + "yourPartyIsNotOnQuest": "הקבוצה שלך אינה משתתפת בהרפתקה", + "newItem": "פריט חדש", + "yourQuests": "ההרפתקאות שלך", + "cancelQuest": "ביטול הרפתקה", + "selectQuestModal": "נא לבחור הרפתקה", + "questAlreadyStartedFriendly": "ההרפתקה כבר החלה, אבל תמיד ניתן להצטרף לבאה אחריה!", + "membersParticipating": "<%= accepted %> / <%= invited %> חברים משתתפים", + "chatQuestAborted": "<%= username %> הפסיק את ההרפתקה <%= questName %>." } diff --git a/website/common/locales/he/questscontent.json b/website/common/locales/he/questscontent.json index e7255e67c1..7e433640d6 100644 --- a/website/common/locales/he/questscontent.json +++ b/website/common/locales/he/questscontent.json @@ -1,6 +1,6 @@ { "questEvilSantaText": "סנטה הסוהר", - "questEvilSantaNotes": "שאגה מיוסרת נשמעת הרחק בשדות הקרח. אתם עוקבים אחר הנהמות והשאגות - המלוות בקול צחקוק משונה - לקרחת יער בה נמצאת דובת קוטב בוגרת. היא כלואה ואזוקה, נלחמת על חייה. מעל הכלוב שלה מרקד שדון קטן ומרושע, לבוש בתחפושת חג מולד בלויה. חסל את סנטה הסוהר ושחרר את הדובה!", + "questEvilSantaNotes": "שאגה מיוסרת נשמעת הרחק בשדות הקרח. אתם עוקבים אחר הנהמות והשאגות - המלוות בקול צחקוק משונה - לקרחת יער בה נמצאת דובת קוטב בוגרת. היא כלואה ואזוקה, נלחמת על חייה. מעל הכלוב שלה מרקד שדון קטן ומרושע, לבוש בתחפושת חג מולד בלויה. חסל את סנטה הסוהר ושחרר את הדובה!

    הערה: \"סנטה הסוהר\" מזכה בכל פעם בתג הרפתקה, אבל מעניק בהמת רכיבה נדירה שניתן להוסיף לאורווה שלך רק פעם אחת.", "questEvilSantaCompletion": "סנטה הסוהר צווח בכעס, ובורח לתוך הלילה. הדובה אסירת התודה, דרך נהמות ושאגות, מנסה לספר לך משהו. לאחר מסע לאורווה, אדון החיות - מאט בוך מקשיב לסיפורה ומזדעק באימה. יש לה גור! הוא רץ לשדות הקרח כשאמו נכלאה.", "questEvilSantaBoss": "סנטה הסוהר", "questEvilSantaDropBearCubPolarMount": "דוב קוטב (חיית רכיבה)", diff --git a/website/common/locales/he/tasks.json b/website/common/locales/he/tasks.json index b4c5caac4a..c1675c1fa5 100644 --- a/website/common/locales/he/tasks.json +++ b/website/common/locales/he/tasks.json @@ -55,7 +55,7 @@ "complete2": "הושלמו", "today": "היום", "dueIn": "תאריך יעד <%= dueIn %>", - "due": "פעיל", + "due": "טרם הושלמו", "notDue": "לא פעילוֹת", "grey": "אפור", "score": "ניקוד", diff --git a/website/common/locales/hu/achievements.json b/website/common/locales/hu/achievements.json index 597584b33e..b666341e94 100644 --- a/website/common/locales/hu/achievements.json +++ b/website/common/locales/hu/achievements.json @@ -59,5 +59,16 @@ "achievementCreatedTaskModalText": "Hozz létre egy feladatot, amit szeretnél ezen a héten teljesíteni", "achievementMonsterMagus": "Szörnymágus", "achievementCompletedTaskModalText": "Pipáld ki valamelyik feladatodat hogy jutalmakat kapj", - "achievementPartyOn": "A csapatod 4 főre nőtt!" + "achievementPartyOn": "A csapatod 4 főre nőtt!", + "achievementPrimedForPaintingModalText": "Összegyűjtötted az összes Fehér Állatokat!", + "achievementPearlyProText": "Megszelidítette az összes fehér hátast.", + "achievementTickledPinkText": "Összegyűjtötte az összes Rózsaszín Vattacukor Állatokat.", + "achievementTickledPinkModalText": "Összegyűjtötted az összes Rózsaszínű Vattacukor Állatokat!", + "achievementPearlyProModalText": "Megszelidítetted az összes fehér hátast!", + "achievementBugBonanzaText": "Befejezte a Bogár, Pillangó, Csiga és Pók kisállat küldetéseket.", + "achievementBugBonanzaModalText": "Befejezted a Bogár, Pillangó, Csiga és Pók kisállat küldetéseket!", + "achievementGoodAsGoldModalText": "Összegyűjtötted az összes Arany Állatokat!", + "achievementGoodAsGold": "Jó mint a arany", + "achievementGoodAsGoldText": "Összegyűjtötte az összes Arany Állatokat.", + "achievementPrimedForPaintingText": "Összegyűjtötte az összes Fehér Állatokat." } diff --git a/website/common/locales/id/death.json b/website/common/locales/id/death.json index 0a43e342c7..4521495f70 100644 --- a/website/common/locales/id/death.json +++ b/website/common/locales/id/death.json @@ -3,7 +3,7 @@ "dontDespair": "Jangan bersedih!", "deathPenaltyDetails": "Kamu kehilangan satu level, seluruh Koin Emas, dan satu buah perlengkapan, tapi kamu bisa mendapatkan semuanya lagi dengan kerja keras! Semangat--kamu pasti bisa.", "refillHealthTryAgain": "Isi kembali nyawa & coba lagi", - "dyingOftenTips": "Apakah ini sering terjadi? Berikut beberapa tips!", + "dyingOftenTips": "Apakah ini sering terjadi? Berikut beberapa tips!", "losingHealthWarning": "Hati-hati - Kamu Kehilangan Nyawa!", "losingHealthWarning2": "Jangan biarkan Nyawamu habis! Jika kamu membiarkannya, kamu akan kehilangan satu level, seluruh Koin Emas, dan sebuah perlengkapan.", "toRegainHealth": "Untuk mendapatkan Nyawa kembali:", @@ -14,4 +14,4 @@ "lowHealthTips4": "Jika sebuah kegiatan harian tidak memiliki batas waktu pada hari tertentu, kamu dapat menonaktifkannya dengan klik ikon pensil.", "goodLuck": "Semoga beruntung!", "cannotRevive": "Tidak dapat lahir kembali jika belum mati" -} \ No newline at end of file +} diff --git a/website/common/locales/id/subscriber.json b/website/common/locales/id/subscriber.json index 0c7e5ff655..7fb58becce 100644 --- a/website/common/locales/id/subscriber.json +++ b/website/common/locales/id/subscriber.json @@ -5,7 +5,7 @@ "buyGemsGold": "Beli Permata dengan Koin Emas", "mustSubscribeToPurchaseGems": "Harus berlangganan untuk membeli permata menggunakan Koin Emas", "reachedGoldToGemCap": "Kamu telah mencapai batas konversi Emas=>Permata <%= convCap %> untuk bulan ini. Kami menerapkan ini untuk mencegah penyalahgunaan. Batas akan direset pada 3 hari pertama dari setiap bulan.", - "reachedGoldToGemCapQuantity": "Permintaan anda sejumlah <%= quantity %> melampaui batas konversi Emas=>Permata <%= convCap %> untuk bulan ini. Kami mempunyai ini untuk mencegah penyalahgunaan. Batas ini akan direset pada 3 hari pertama dari setiap bulan.", + "reachedGoldToGemCapQuantity": "Permintaan anda sejumlah <%= quantity %> melampaui batas konversi untuk bulan ini <%= convCap %> . Jumlah penuh akan tersedia setiap tiga hari pertama di setiap bulan. Terima kasih telah berlangganan!", "mysteryItem": "Item unik langganan bulanan", "mysteryItemText": "Setiap bulan kamu akan mendapatkan item unik untuk memperkeren avatarmu! Ditambah lagi, setiap tiga bulan langganan berurutan, para Penjelajah Waktu Misterius akan memberikanmu akses untuk item unik yang antik (atau futuristik!).", "exclusiveJackalopePet": "Peliharaan eksklusif", @@ -15,7 +15,7 @@ "subscribe": "Berlangganan", "nowSubscribed": "Kamu sekarang sudah berlangganan dengan Habitica!", "cancelSub": "Batalkan Langganan", - "cancelSubInfoGroupPlan": "Karena kamu berlangganan gratis dari Rencana Grup, kamu tidak bisa membatalkannya. Ini akan berakhir sewaktu kamu sudah tidak di dalam grup itu. Jika kamu adalah pemimpin Grup dan mau membatalkan seluruh Rencana Grup, kamu dapat melakukannya dari tab \"Detil Pembayaran\" grup.", + "cancelSubInfoGroupPlan": "Karena kamu berlangganan gratis dari Rencana Grup, kamu tidak bisa membatalkannya. Ini akan berakhir sewaktu kamu tidak menjadi member di dalam grup itu. Jika kamu adalah pemimpin Grup dan mau membatalkan Rencana Grup, kamu dapat melakukannya dari tab \"Detil Pembayaran\" grup.", "cancelingSubscription": "Membatalkan langganan", "contactUs": "Hubungi Kami", "checkout": "Keluar", @@ -133,5 +133,16 @@ "subscriptionBenefit6": "Dapatkan Jam Pasir Mistis untuk digunakan di Toko Penjelajah Waktu!", "purchaseAll": "Beli Set", "gemsRemaining": "permata tersisa", - "notEnoughGemsToBuy": "Kamu tidak dapat membeli permata sebanyak itu" + "notEnoughGemsToBuy": "Kamu tidak dapat membeli permata sebanyak itu", + "needToPurchaseGems": "Ingin membeli permata sebagai hadiah?", + "wantToSendOwnGems": "Ingin memberi permatamu sendiri?", + "howManyGemsPurchase": "Berapa banyak Permata yang ingin kamu beli?", + "howManyGemsSend": "Berapa banyak permata yang ingin kamu kirim?", + "subWillBecomeInactive": "Akan menjadi tidak aktif", + "confirmCancelSub": "Apakah kamu yakin ingin membatalkan langgananmu? Kamu akan kehilangan segala keuntungan berlangganan.", + "organization": "Organisasi", + "viewSubscriptions": "Lihat langganan", + "giftASubscription": "Hadiahkan fitur langganan", + "mysticHourglassNeededNoSub": "Barang ini membutuhkan Jam pasir mistis. Kamu bisa mendapatkannya dengan berlangganan di Habitica.", + "cancelSubInfoApple": "Silahkan Ikuti Instruksi resmi Apple untuk berhenti berlangganan atau untuk melihat tanggal langganan berakhir jika kamu telah membatalkan langgananmu. Layar ini tidak ditampilkan ke kamu jika langgananmu telah berhenti." } diff --git a/website/common/locales/it/achievements.json b/website/common/locales/it/achievements.json index 315dcbb767..b7a19865cd 100644 --- a/website/common/locales/it/achievements.json +++ b/website/common/locales/it/achievements.json @@ -126,8 +126,11 @@ "achievementShadeOfItAllModalText": "Hai domato tutte le cavalcature oscure!", "achievementBirdsOfAFeather": "Pennuti che si somigliano", "achievementBirdsOfAFeatherModalText": "Hai collezionato tutti gli animali volanti!", - "achievementBirdsOfAFeatherText": "Ha schiuso i volatili: Maiale Volante, Gufo, Pappagallo, Pterodattilo, Grifone, Falcóne, Pavone e Gallo, in tutte le colorazioni standard.", + "achievementBirdsOfAFeatherText": "Ha schiuso i volatili: Maiale Volante, Gufo, Pappagallo, Pterodattilo, Grifone, Falcóne, Pavone e Gallo, in tutte le colorazioni standard!", "achievementZodiacZookeeper": "Custode dello Zoodiaco", "achievementZodiacZookeeperModalText": "Hai collezionato tutti gli animali dello zodiaco!", - "achievementZodiacZookeeperText": "Ha schiuso gli animali zodiacali: Ratto, Mucca, Coniglietto, Serpente, Cavallo, Pecora, Scimmia, Gallo, Lupo, Tigre, Maiale Volante e Drago, in tutte le colorazioni standard!" + "achievementZodiacZookeeperText": "Ha schiuso gli animali zodiacali: Ratto, Mucca, Coniglietto, Serpente, Cavallo, Pecora, Scimmia, Gallo, Lupo, Tigre, Maiale Volante e Drago, in tutte le colorazioni standard!", + "achievementReptacularRumbleModalText": "Hai collezionato tutti i rettili!", + "achievementReptacularRumble": "Baccano Rettiliano", + "achievementReptacularRumbleText": "Ha schiuso tutti i rettili: Alligatore, Pterodattilo, Serpente, Triceratopo, Tartaruga, Tyrannosaurus Rex e Velociraptor, in tutte le colorazioni standard!" } diff --git a/website/common/locales/it/backgrounds.json b/website/common/locales/it/backgrounds.json index 61adc5f627..083c0adc2c 100644 --- a/website/common/locales/it/backgrounds.json +++ b/website/common/locales/it/backgrounds.json @@ -673,8 +673,8 @@ "backgroundPalmTreeWithFairyLightsNotes": "Posa vicino a una palma ornata di luci decorative.", "backgroundSnowyFarmText": "Fattoria Innevata", "backgrounds022022": "SET 93: Rilasciato a febbraio 2022", - "backgroundWinterWaterfallText": "Cascata d'Inverno", - "backgroundWinterWaterfallNotes": "Stupisciti di fronte ad una Cascata d'Inverno.", + "backgroundWinterWaterfallText": "Cascata Invernale", + "backgroundWinterWaterfallNotes": "Stupisciti di fronte ad una Cascata Invernale.", "backgroundOrangeGroveText": "Aranceto", "backgroundOrangeGroveNotes": "Passeggia attraverso un profumato Aranceto.", "backgroundIridescentCloudsText": "Nubi Iridescenti", diff --git a/website/common/locales/it/gear.json b/website/common/locales/it/gear.json index ac1de9b830..53bd0318e3 100644 --- a/website/common/locales/it/gear.json +++ b/website/common/locales/it/gear.json @@ -2628,5 +2628,9 @@ "shieldArmoireSnareDrumText": "Tamburo Rullante", "shieldArmoireSnareDrumNotes": "Ra-ta-ta-ta! Raduna la tua squadra per una parata o per una marcia in battaglia suonando questo tamburo. Aumenta la Costituzione di <%= con %> e l'Intelligenza di <%= int %>. Scrigno Incantato: Set Strumento Musicale 1 (Oggetto 3 di 3)", "shieldArmoireSpanishGuitarText": "Chitarra Spagnola", - "shieldArmoireSpanishGuitarNotes": "Tin! Tin! Trummm! Raduna la tua squadra per un concerto o per una festa, suonando questa chitarra. Aumenta la Percezione di <%= per %> e l'Intelligenza di <%= int %>. Scrigno Incantato: Set Strumento Musicale 1 (Oggetto 2 di 3)" + "shieldArmoireSpanishGuitarNotes": "Tin! Tin! Trummm! Raduna la tua squadra per un concerto o per una festa, suonando questa chitarra. Aumenta la Percezione di <%= per %> e l'Intelligenza di <%= int %>. Scrigno Incantato: Set Strumento Musicale 1 (Oggetto 2 di 3)", + "headMystery202206Text": "Diadema degli Spiriti del Mare", + "backMystery202206Text": "Ali degli Spiriti del Mare", + "backMystery202206Notes": "Ali stravaganti fatte di acqua e onde! Non conferiscono alcun bonus. Oggetto abbonati giugno 2022.", + "headMystery202206Notes": "La perla azzurra di questo diadema conferisce poteri di dominio sull'acqua. Usali con saggezza! Non conferisce alcun bonus. Oggetto abbonati giugno 2022." } diff --git a/website/common/locales/it/questscontent.json b/website/common/locales/it/questscontent.json index 121fb4acf3..a9cdde9663 100644 --- a/website/common/locales/it/questscontent.json +++ b/website/common/locales/it/questscontent.json @@ -668,7 +668,7 @@ "questAmberNotes": "Sei seduto nella Taverna con @beffymaroo e @-Tyr- quando @Vikte irrompe dalla porta e ti racconta eccitato delle voci di un altro tipo di Pozione di Schiusa magica nascosta nella Foresta delle Attività. Dopo aver completato le tue Attività Giornaliere, tutti e tre accettate immediatamente di aiutare @Vikte nella sua ricerca. Dopotutto, quali sono i svantaggi in una piccola avventura?

    Dopo aver camminato per ore nella Foresta delle Attività, inizi a pentirti di aver partecipato a una ricerca così vana. Stai per tornare a casa, quando senti un guaito sorpreso e girandoti vedi un'enorme lucertola con squame di ambra lucente arrotolata attorno a un albero, che stringe @Vikte nei suoi artigli. @beffymaroo impugna la sua spada.

    “Aspetta!” grida @-Tyr-. \"È la Trerezin! Non è pericolosa, solo pericolosamente appiccicosa! \"", "questAmberCompletion": "“Trerezin?” dice con calma -@Tyr-. “Potresti lasciare andare @Vikte? Non credo che si stiano divertendo a restare appesi così in alto.\"

    La pelle ambrata arrossisce e i Trerezin abbassa delicatamente @Vikte a terra. \"Le mie più profonde scuse! È passato così tanto tempo da quando ho avuto degli ospiti che ho dimenticato le buone maniere!\" Si trascina in avanti per salutarti adeguatamente prima di scomparire nella sua casa sull'albero e tornare con una manciata di Pozioni di Schiusa d'Ambra come doni di ringraziamento!

    \"Pozioni magiche!\" @Vikte sussulta.

    \"Oh, queste cose vecchie?\" La lingua di Trerezin lampeggia mentre pensa. \"Cosa ne pensi di quest'idea? Te ne darò un'intero mucchio se prometti di venirmi a trovare ogni tanto...\"

    E così lasci la Foresta delle Attività, eccitato di poter raccontare a tutti delle nuove pozioni - e della tua nuova amica!", "questAmberText": "L'Alleanza d'Ambra", - "delightfulDinosText": "Set Missione Dinosauri Deliziosi", + "delightfulDinosText": "Set Missione Dinosauri Incantevoli", "rockingReptilesText": "Set Missione Rettili Rollanti", "questRobotUnlockText": "Sblocca l'acquisto di Uova di Robot nel Mercato", "questRobotDropRobotEgg": "Robot (Uovo)", diff --git a/website/common/locales/it/subscriber.json b/website/common/locales/it/subscriber.json index d6cb16a74d..e9dc87bb70 100644 --- a/website/common/locales/it/subscriber.json +++ b/website/common/locales/it/subscriber.json @@ -205,5 +205,8 @@ "mysterySet202205": "Set Drago Alato Crepuscolare", "howManyGemsSend": "Quante Gemme vorresti inviare?", "wantToSendOwnGems": "Vuoi inviare le tue Gemme?", - "howManyGemsPurchase": "Quante Gemme vorresti comprare?" + "howManyGemsPurchase": "Quante Gemme vorresti comprare?", + "needToPurchaseGems": "Vuoi acquistare Gemme come regalo?", + "sendAGift": "Invia regalo", + "mysterySet202206": "Set Spiriti del Mare" } diff --git a/website/common/locales/ja/contrib.json b/website/common/locales/ja/contrib.json index 0cc32f8ebf..48684d21fe 100644 --- a/website/common/locales/ja/contrib.json +++ b/website/common/locales/ja/contrib.json @@ -53,5 +53,6 @@ "surveysSingle": "アンケートへの回答、または大きなテストに努力していただき、Habitica の成長を手伝っていただきました。ありがとうございます!", "surveysMultiple": "<%= count %> 回にわたって、アンケートへの回答、または大きなテストに努力していただき、Habitica の成長を手伝っていただきました。ありがとうございます!", "blurbHallPatrons": "こちらは、資金協力で後援いただいた方々の記念館です。Habitica の源流となった Kickstarter で資金協力してくださった気高い冒険者のみなさんを誇りに思っています。Habitica に命を吹き込むことに手を貸してくれた彼らに感謝をささげましょう!", - "blurbHallContributors": "こちらは Habitica のオープンソースの貢献者を称える貢献者記念館です。コード、画像、音楽、文章、または親切に助言することによって、彼らはジェム、特別な装備名誉ある肩書きを手にしました。あなたも Habitica に貢献できます! 詳しくはこちらをご覧ください。" + "blurbHallContributors": "こちらは Habitica のオープンソースの貢献者を称える貢献者記念館です。コード、画像、音楽、文章、または親切に助言することによって、彼らはジェム、特別な装備名誉ある肩書きを手にしました。あなたも Habitica に貢献できます! 詳しくはこちらをご覧ください。", + "noPrivAccess": "必要な権限を持っていません。" } diff --git a/website/common/locales/ja/faq.json b/website/common/locales/ja/faq.json index f05b9c8999..550ca95104 100644 --- a/website/common/locales/ja/faq.json +++ b/website/common/locales/ja/faq.json @@ -52,7 +52,7 @@ "iosFaqAnswer12": "ワールドボスはキャンプ場に現れる特別なモンスターです。すべてのユーザーは自動的にこのボスと戦うことになっており、すべてのユーザーが達成した日課やスキルで、常にボスにダメージを与えます。\n\n通常のクエストに参加しながらでもワールドボスと戦うことができます。あなたのタスクやスキルの効果は、ワールドボスと、ボスまたはコレクション クエストとの両方にカウントされます。\n\nワールドボスは、あなたにもあなたのアカウントにも一切ダメージを与えません。その代わり、ユーザーたちが消化しそこねた日課に応じて怒りゲージがたまっていきます。このゲージがいっぱいになると、ワールドボスはサイト内のNPCのうち一人に攻撃を加え、そのキャラクターの姿が変わってしまいます。\n\n詳しくは [過去のワールドボス](https://habitica.fandom.com/ja/wiki/ワールドボス) をお読みください。", "androidFaqAnswer12": "ワールドボスはキャンプ場に現れる特別なモンスターです。すべてのユーザーは自動的にこのボスと戦うことになっており、すべてのユーザーが達成した日課やスキルで、常にボスにダメージを与えます。\n\n通常のクエストに参加しながらでもワールドボスと戦うことができます。あなたのタスクやスキルの効果は、ワールドボスと、ボスまたはコレクション クエストとの両方にカウントされます。\n\nワールドボスは、あなたにもあなたのアカウントにも一切ダメージを与えません。その代わり、ユーザーたちが消化しそこねた日課に応じて怒りゲージがたまっていきます。このゲージがいっぱいになると、ワールドボスはサイト内のNPCのうち一人に攻撃を加え、そのキャラクターの姿が変わってしまいます。\n\n詳しくは [過去のワールドボス](https://habitica.fandom.com/ja/wiki/ワールドボス) をお読みください。", "webFaqAnswer12": "ワールドボスはキャンプ場に現れる特別なモンスターです。すべてのユーザーは自動的にこのボスと戦うことになっており、すべてのユーザーが達成した日課やスキルで、常にボスにダメージを与えます。通常のクエストに参加しながらでもワールドボスと戦うことができます。あなたのタスクやスキルの効果は、ワールドボスと、ボスまたはコレクション クエストとの両方にカウントされます。ワールドボスは、あなたにもあなたのアカウントにも一切ダメージを与えません。その代わり、ユーザーたちが消化しそこねた日課に応じて怒りゲージがたまっていきます。この怒りゲージがいっぱいになると、ワールドボスはサイト内のNPCのうち一人に攻撃を加え、そのキャラクターの姿が変わってしまいます。詳しくは [過去のワールドボス](https://habitica.fandom.com/ja/wiki/ワールドボス) をお読みください。", - "iosFaqStillNeedHelp": "このリストや [Wiki FAQ](https://habitica.fandom.com/ja/wiki/FAQ) にはない質問がある場合は、メニュー > キャンプ場 もしくは[日本語話者の集会所](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)にあるチャットで聞いてみましょう! 喜んで手助けします。", - "androidFaqStillNeedHelp": "このリストや [Wiki FAQ](https://habitica.fandom.com/ja/wiki/FAQ) にはない質問がある場合は、メニュー > キャンプ場 もしくは[日本語話者の集会所](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)にあるチャットで聞いてみましょう! 喜んで手助けします。", - "webFaqStillNeedHelp": "このリストや [Wiki FAQ](https://habitica.fandom.com/ja/wiki/FAQ) にはない質問がある場合は、[Habitica Help ギルド](https://habitica.com/#/options/groups/guilds/5481ccf3-5d2d-48a9-a871-70a7380cee5a)もしくは[日本語話者の集会所](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)で聞いてみましょう! 喜んで手助けします。" + "iosFaqStillNeedHelp": "このリストや [Wiki FAQ](https://habitica.fandom.com/ja/wiki/FAQ) にはない質問がある場合は、メニュー > キャンプ場 もしくは[日本語話者ギルド](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)にあるチャットで聞いてみましょう! 喜んで手助けします。", + "androidFaqStillNeedHelp": "このリストや [Wiki FAQ](https://habitica.fandom.com/ja/wiki/FAQ) にはない質問がある場合は、メニュー > キャンプ場 もしくは[日本語話者ギルド](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)にあるチャットで聞いてみましょう! 喜んで手助けします。", + "webFaqStillNeedHelp": "このリストや [Wiki FAQ](https://habitica.fandom.com/ja/wiki/FAQ) にはない質問がある場合は、[Habitica Help ギルド](https://habitica.com/#/options/groups/guilds/5481ccf3-5d2d-48a9-a871-70a7380cee5a)もしくは[日本語話者ギルド](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)で聞いてみましょう! 喜んで手助けします。" } diff --git a/website/common/locales/ja/gear.json b/website/common/locales/ja/gear.json index b66733cded..112fba3292 100644 --- a/website/common/locales/ja/gear.json +++ b/website/common/locales/ja/gear.json @@ -2172,7 +2172,7 @@ "eyewearSpecialGreenHalfMoonText": "緑のアンダーリムのメガネ", "eyewearSpecialBlueHalfMoonNotes": "半月状のレンズと青いフレームのメガネです。効果なし。", "eyewearSpecialBlueHalfMoonText": "青いアンダーリムのメガネ", - "armorSpecialWinter2021WarriorNotes": "もしあなたがこの天気で外に出かけるのなら、暖かい格好を方がいいですよ。体質が<%= con %>上がります。2020-2021年冬の限定装備。", + "armorSpecialWinter2021WarriorNotes": "もしあなたがこの天気で外に出かけるのなら、暖かい格好の方がいいですよ。体質が<%= con %>上がります。2020-2021年冬の限定装備。", "armorSpecialWinter2021WarriorText": "防寒ジャケット", "armorSpecialWinter2021RogueNotes": "常緑の木の影に溶け込みましょう!知覚が<%= per %>上がります。2020-2021年冬の限定装備。", "armorSpecialWinter2021RogueText": "アイビーグリーンの衣装", @@ -2187,7 +2187,7 @@ "armorSpecialWinter2021HealerNotes": "北極圏で利用できる最強の守りで冷たい風に抵抗しましょう!体質が<%= con %>上がります。2020-2021年冬の限定装備。", "armorSpecialWinter2021HealerText": "北極のジャケット", "armorSpecialWinter2021MageText": "月明かりの長いローブ", - "armorSpecialWinter2021MageNotes": "この暖かい冬用ローブいちねんの寒い時期を快適にしてくれます。上等ななめらかな生地の外側は銀の月明かりを反射し、あなたをなめらかに集中に導きます。知能が<%= int %>上がります。2020-2021年冬の限定装備。", + "armorSpecialWinter2021MageNotes": "この暖かい冬用ローブはいちねんの寒い時期を快適にしてくれます。上等でなめらかな生地の外側は銀の月明かりを反射し、あなたをなめらかに集中に導きます。知能が<%= int %>上がります。2020-2021年冬の限定装備。", "headSpecialWinter2021WarriorNotes": "寒い天気に備えて快適なフードに包まれましょう。力が<%= str %>上がります。2020-2021年冬の限定装備。", "headSpecialWinter2021WarriorText": "防寒フード", "headSpecialWinter2021RogueNotes": "盗賊はこういったマスクをつけて森の中で姿をくらますことができるのです。知覚が<%= per %>上がります。2020-2021年冬の限定装備。", diff --git a/website/common/locales/ja/overview.json b/website/common/locales/ja/overview.json index 38f55c0539..4689b78599 100644 --- a/website/common/locales/ja/overview.json +++ b/website/common/locales/ja/overview.json @@ -6,5 +6,5 @@ "webStep2Text": "さあ、リストの中の目標に取り組みはじめましょう! あなたがタスクを完了してHabiticaでチェックを入れるごとに、あなたはレベルアップに必要な[経験値](https://habitica.fandom.com/ja/wiki/経験値)と、ごほうびを購入できる[ゴールド](https://habitica.fandom.com/ja/wiki/ゴールド)を獲得します。あなたが悪い習慣を行ってしまったり、日課をやりそびれてしまったりすると、あなたは[体力](https://habitica.fandom.com/ja/wiki/体力)を失います。このように、Habiticaでの経験と体力のバーはあなたが目標に向かって進むうえでの楽しい指標になります。あなたのキャラクターがゲーム中で成長するにつれて、現実世界でのあなたの生活にも改善がみられることでしょう。", "step3": "ステップ 3:カスタマイズして、Habiticaの冒険に出かけよう", "webStep3Text": "基本の操作を覚えたら、以下のすばらしい機能でHabiticaをよりいっそう楽しめます:\n* タスクを[タグ](https://habitica.fandom.com/ja/wiki/タグ)で整理しましょう(タグを追加するにはタスクを編集してください)。\n* 右上のユーザーアイコンを押して、あなたの[アバター](https://habitica.fandom.com/ja/wiki/アバター)をカスタマイズしましょう。\n* ごほうび欄や [ショップ](<%= shopUrl %>)から[装備](https://habitica.fandom.com/ja/wiki/装備)を買って、[所持品 > 装備](<%= equipUrl %>)で変更しましょう。\n* [キャンプ場](https://habitica.fandom.com/ja/wiki/キャンプ場)でほかのユーザーと交流しましょう。日本語で話したい場合は[日本語話者の集会所](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)ギルドもおすすめです。\n* [たまご](https://habitica.fandom.com/ja/wiki/たまご)と[たまごがえしの薬](https://habitica.fandom.com/ja/wiki/たまごがえしの薬)を集めて、[ペット](https://habitica.fandom.com/ja/wiki/ペット)をかえしましょう。[えさ](https://habitica.fandom.com/ja/wiki/えさ)をやって[乗騎](https://habitica.fandom.com/ja/wiki/乗騎)に育てましょう。\n* レベル10になったら:任意の[クラス](https://habitica.fandom.com/ja/wiki/クラス・システム)を選んで、クラス固有の[スキル](https://habitica.fandom.com/ja/wiki/スキル)を使用しましょう(レベル11~14)。\n* (ナビゲーションバーの[パーティー](<%= partyUrl %>)を押して)友達とパーティーを組むことで、責任感を持ち、クエストの巻物を手に入れましょう。\n* [クエスト](https://habitica.fandom.com/ja/wiki/クエスト)でモンスターを倒したり、指定された物を集めたりしましょう(レベル15でクエストの巻物をもらえます)。", - "overviewQuestions": "質問がありますか? [よくある質問](<%= faqUrl %>) を見てみてください! もしあなたの知りたいことがそこに書かれていないようなら、[Habitica Help ギルド](<%= helpGuildUrl %>) もしくは[日本語話者の集会所](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)でさらなる助けを求めることができます。\n\nあなたのタスクが順調に進みますように!" + "overviewQuestions": "質問がありますか? [よくある質問](<%= faqUrl %>) を見てみてください! もしあなたの知りたいことがそこに書かれていないようなら、[Habitica Help ギルド](<%= helpGuildUrl %>) もしくは[日本語話者ギルド](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)でさらなる助けを求めることができます。\n\nあなたのタスクが順調に進みますように!" } diff --git a/website/common/locales/ja/subscriber.json b/website/common/locales/ja/subscriber.json index f1587de459..c9e21b26fc 100644 --- a/website/common/locales/ja/subscriber.json +++ b/website/common/locales/ja/subscriber.json @@ -204,5 +204,7 @@ "mysterySet202204": "バーチャルアドベンチャーセット", "mysterySet202205": "黄昏の翼のドラゴンセット", "howManyGemsSend": "いくつのジェムを贈りますか?", - "howManyGemsPurchase": "ジェムをいくつ購入しますか?" + "howManyGemsPurchase": "ジェムをいくつ購入しますか?", + "sendAGift": "プレゼントを贈る", + "needToPurchaseGems": "ジェムを贈り物として購入する必要がありますか?" } diff --git a/website/common/locales/ko/groups.json b/website/common/locales/ko/groups.json index 589bd4f529..bb941330d8 100755 --- a/website/common/locales/ko/groups.json +++ b/website/common/locales/ko/groups.json @@ -14,7 +14,7 @@ "contributing": "Contributing", "faq": "FAQ", "tutorial": "튜토리얼", - "glossary": "용어", + "glossary": "용어", "wiki": "위키", "requestAF": "새로운 기능 요청", "dataTool": "데이터 표시 도구", @@ -73,7 +73,7 @@ "confirmGuild": "길드를 4Gems 로 생성하시겠습니까?", "confirm": "확인함", "leaveGroup": "Leave Guild", - "leaveParty": "Leave Party", + "leaveParty": "파티 탈퇴", "send": "보내기", "pmsMarkedRead": "Your Private Messages have been marked as read", "possessiveParty": "<%= name %>의 파티", @@ -341,5 +341,11 @@ "allAssignedCompletion": "All - Completes when all assigned users finish", "pmReported": "이 메시지를 신고해주셔서 감사합니다.", "blockedToSendToThisUser": "당신은 이 유저을 차단했기에 이 유저에게 메시지를 보낼 수 없습니다.", - "PMDisabled": "개인적인 메시지를 해제" + "PMDisabled": "개인적인 메시지를 해제", + "features": "기능", + "joinParty": "파티 가입", + "joinGuild": "길드 가입", + "editGuild": "길드 수정", + "leaveGuild": "길드 탈퇴", + "editParty": "파티 수정" } diff --git a/website/common/locales/ko/pets.json b/website/common/locales/ko/pets.json index 46514bfb03..29a49ab15a 100644 --- a/website/common/locales/ko/pets.json +++ b/website/common/locales/ko/pets.json @@ -29,7 +29,7 @@ "veteranBear": "베테랑 곰", "veteranLion": "베테랑 사자", "veteranTiger": "베테랑 호랑이", - "veteranWolf": "노련한 늑대", + "veteranWolf": "베테랑 늑대", "etherealLion": "우아한 사자", "magicMounts": "마법 포션 탑승펫", "questMounts": "퀘스트 탑승펫", diff --git a/website/common/locales/ko/quests.json b/website/common/locales/ko/quests.json index 446a0dadb9..7f9e31aa83 100755 --- a/website/common/locales/ko/quests.json +++ b/website/common/locales/ko/quests.json @@ -58,10 +58,10 @@ "noActiveQuestToAbort": "중단 시킬 수 있는 퀘스트가 없습니다.", "onlyLeaderAbortQuest": "그룹 또는 퀘스트 리더가 퀘스트를 중단 시킬 수 있습니다.", "questAlreadyRejected": "당신은 이미 퀘스트 요청을 거부 하셨습니다.", - "cantCancelActiveQuest": "당신은 활성화된 퀘스트를 취소및 중단 기능을 사용 할 수 없습니다.", - "onlyLeaderCancelQuest": "그룹 또는 퀘스트 리더가 퀘스트를 취소 할 수 있습니다.", - "questNotPending": "시작한 퀘스트가 없습니다.", - "questOrGroupLeaderOnlyStartQuest": "퀘스트 리더 또는 그룹의 리더가 퀘스트를 시작 하도록 할 수 있습니다.", + "cantCancelActiveQuest": "진행 중인 퀘스트는 취소할 수 없습니다, 중단 기능을 사용하시기 바랍니다.", + "onlyLeaderCancelQuest": "그룹 또는 퀘스트 리더만이 퀘스트를 취소 할 수 있습니다.", + "questNotPending": "시작할 퀘스트가 없습니다.", + "questOrGroupLeaderOnlyStartQuest": "퀘스트 리더 또는 그룹 리더만이 퀘스트를 강제 시작할 수 있습니다", "loginIncentiveQuest": "To unlock this quest, check in to Habitica on <%= count %> different days!", "loginReward": "<%= count %>번 출석", "questBundles": "Discounted Quest Bundles", @@ -81,5 +81,6 @@ "questItemsPending": "대기 중인 <%= amount %> 개의 아이템이 있습니다", "sureLeaveInactive": "정말로 퀘스트를 중단하시겠습니까? 중단한 퀘스트에는 참여하지 못하게 됩니다.", "chatQuestStarted": "당신의 퀘스트인 <%= questName %> 이/가 시작되었습니다.", - "chatBossDamage": "<%= username %> 이/가 <%= bossName %> 을/를 <%= userDamage %> 만큼 공격합니다. <%= bossName %> 이/가 <%= bossDamage %> 만큼 공격합니다." + "chatBossDamage": "<%= username %> 이/가 <%= bossName %> 을/를 <%= userDamage %> 만큼 공격합니다. <%= bossName %> 이/가 <%= bossDamage %> 만큼 공격합니다.", + "membersParticipating": "참가인원 수: <%= accepted %> / <%= invited %>" } diff --git a/website/common/locales/ko/subscriber.json b/website/common/locales/ko/subscriber.json index 77895d7787..c320a741b5 100755 --- a/website/common/locales/ko/subscriber.json +++ b/website/common/locales/ko/subscriber.json @@ -1,5 +1,5 @@ { - "subscription": "정기 후원", + "subscription": "정기 구독", "subscriptions": "정기 후원", "sendGems": "Send Gems", "buyGemsGold": "골드로 보석을 구입하세요", @@ -133,5 +133,6 @@ "purchaseAll": "Purchase Set", "gemsRemaining": "gems remaining", "notEnoughGemsToBuy": "You are unable to buy that amount of gems", - "mysterySet202011": "잎 장식 마법사 세트" + "mysterySet202011": "잎 장식 마법사 세트", + "viewSubscriptions": "구독 관리" } diff --git a/website/common/locales/la/limited.json b/website/common/locales/la/limited.json index acc05b9393..fe05f69866 100755 --- a/website/common/locales/la/limited.json +++ b/website/common/locales/la/limited.json @@ -27,10 +27,10 @@ "seasonalShopClosedTitle": "<%= linkStart %>Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Maga Tempestiva<%= linkEnd %>", "seasonalShopClosedText": "The Seasonal Shop is currently closed!! It’s only open during Habitica’s four Grand Galas.", - "seasonalShopSummerText": "Happy Summer Splash!! Would you like to buy some rare items? They’ll only be available until July 31st!", - "seasonalShopFallText": "Happy Fall Festival!! Would you like to buy some rare items? They’ll only be available until October 31st!", - "seasonalShopWinterText": "Happy Winter Wonderland!! Would you like to buy some rare items? They’ll only be available until January 31st!", - "seasonalShopSpringText": "Happy Spring Fling!! Would you like to buy some rare items? They’ll only be available until April 30th!", + "seasonalShopSummerText": "Felix Aspersionos Aestivae!! Vis emere aliquas res egregias? Certus sis ut illos capias antea Gala finit!", + "seasonalShopFallText": "Felix Festivi Autumni!! Vis emere aliquas res egregias? Certus sis ut illos capias antea Gala finit!", + "seasonalShopWinterText": "Felix Terrae Miraculorum Hiemis!! Vis emere aliquas res egregias? Certus sis ut illos capias antea Gala finit!", + "seasonalShopSpringText": "Felix Iacti Veris!! Vis emere aliquas res egregias? Certus sis ut illos capias antea Gala finit!", "seasonalShopFallTextBroken": "O... Salve ad Tabernam Tempestivam... Bona ex Editionibus Tempestivis autumni aut aliquae vendimus... Haec omnia intra Festivum Autumnum quotannis emerentur, sed usque ad 31 Octobrem negotiamus... Propterea opinor ut nunc haec emere debes quoniam tibi expectavi... expectavique... expectavique necesse est... *suspiro*", "seasonalShopBrokenText": "Meus papilio!!!!!!! Meae decorationes!!!! Vae, Dyscordatrix omnia interfecit :( Quaeso, ut Dyscordatricem in Caupona vincas et reficiam!", "seasonalShopRebirth": "If you bought any of this equipment in the past but don't currently own it, you can repurchase it in the Rewards Column. Initially, you'll only be able to purchase the items for your current class (Warrior by default), but fear not, the other class-specific items will become available if you switch to that class.", @@ -41,8 +41,8 @@ "northMageSet": "Magus Boreae (Magus)", "icicleDrakeSet": "Draco Glacialis (Fur)", "soothingSkaterSet": "Patinator Leniens (Sanator)", - "gingerbreadSet": "Bellator Panis Zingiberici (Bellator)", - "snowDaySet": "Bellator Diei Nivalis (Bellator)", + "gingerbreadSet": "Panis Zingiberici (Bellator)", + "snowDaySet": "Dies Nivalis (Bellator)", "snowboardingSet": "Veneficus Fluctivagans Nivalis (Magus)", "festiveFairySet": "Festive Fairy (Healer)", "cocoaSet": "Fur Potui Socolatae (Fur)", @@ -74,7 +74,7 @@ "magicianBunnySet": "Cuniculus Magi (Magus)", "comfortingKittySet": "Cattulus Consolans (Sanator)", "sneakySqueakerSet": "Mintriator Furtivus (Fur)", - "sunfishWarriorSet": "Bellator Mola Mola (Bellator)", + "sunfishWarriorSet": "Mola Mola (Bellator)", "shipSoothsayerSet": "Augur Navalis (Magus)", "strappingSailorSet": "Nauta Valens (Sanator)", "reefRenegadeSet": "Reef Renegade (Rogue)", @@ -149,5 +149,6 @@ "g1g1Announcement": "Gift a subscription and get a subscription free event going on now!", "g1g1Details": "Gift a sub to a friend from their profile and you’ll receive the same sub for free!", "summer2019ConchHealerSet": "Concha (Sanator)", - "spring2019AmberMageSet": "Succinum (Magus)" + "spring2019AmberMageSet": "Succinum (Magus)", + "royalPurpleJackolantern": "Cucurbita Caelata Ignifera Purpura Regia" } diff --git a/website/common/locales/nl/achievements.json b/website/common/locales/nl/achievements.json index 395a8e9738..a27a1d54f6 100644 --- a/website/common/locales/nl/achievements.json +++ b/website/common/locales/nl/achievements.json @@ -74,7 +74,7 @@ "foundNewItems": "Je hebt nieuwe voorwerpen gevonden!", "achievementBugBonanzaModalText": "Je hebt de kever-, vlinder-, slak- en spin-huisdierzoektochten voltooid!", "achievementBugBonanzaText": "Heeft kever-, vlinder-, slak- en spin-huisdierzoektochten voltooid.", - "achievementBugBonanza": "Insectenbonanza", + "achievementBugBonanza": "Beesten Bloei", "onboardingCompleteDescSmall": "Als je nog meer wilt, bekijk dan Prestaties en begin met verzamelen!", "onboardingComplete": "Je hebt je onboarding-taken voltooid!", "yourProgress": "Jouw vooruitgang", @@ -126,5 +126,8 @@ "achievementShadeOfItAllModalText": "Je hebt alle schaduwrijdieren getemd!", "achievementZodiacZookeeperModalText": "Je hebt alle huisdieren van de dierenriem verzameld!", "achievementZodiacZookeeper": "Hart onder de dierenriem", - "achievementZodiacZookeeperText": "Heeft alle huisdieren van de dierenriem uit laten komen: Rat, Koe, Konijn, Slang, Paard, Schaap, Aap, Haan, Wolf, Tijger, Vliegend Varken en Draak!" + "achievementZodiacZookeeperText": "Heeft alle huisdieren van de dierenriem uitgebroed: Rat, Koe, Konijn, Slang, Paard, Schaap, Aap, Haan, Wolf, Tijger, Vliegend Varken en Draak!", + "achievementBirdsOfAFeatherText": "Heeft alle standaard kleuren van vliegende huisdieren uitgebroed: Vliegend Varken, Uil, Papegaai, Pterodactyl, Griffioen, Valk, Pauw, en Haan.", + "achievementBirdsOfAFeather": "Vogels van één Veer", + "achievementBirdsOfAFeatherModalText": "Je hebt alle vliegende huisdieren verzameld!" } diff --git a/website/common/locales/nl/backgrounds.json b/website/common/locales/nl/backgrounds.json index 7df530d6d5..e9e3d41754 100644 --- a/website/common/locales/nl/backgrounds.json +++ b/website/common/locales/nl/backgrounds.json @@ -656,5 +656,45 @@ "backgroundInsideAPotionBottleText": "In een Toverdrankfles", "backgroundInsideAPotionBottleNotes": "Kijk door het glas In een Toverdrankfles en hoop dat je gered wordt.", "backgroundSpiralStaircaseText": "Wenteltrap", - "backgroundSpiralStaircaseNotes": "Klim omhoog, omlaag, rond en rond een Wenteltrap." + "backgroundSpiralStaircaseNotes": "Klim omhoog, omlaag, rond en rond een Wenteltrap.", + "hideLockedBackgrounds": "Verberg vergrendelde achtergronden", + "backgroundVineyardNotes": "Ontdek de wildgroei van een fruitvolle Wijngaard.", + "backgrounds022022": "SET 93: Uitgebracht in Februari 2022", + "backgroundWinterWaterfallText": "Winter Waterval", + "backgroundWinterWaterfallNotes": "Verwonder je over een Winter Waterval.", + "backgroundOrangeGroveText": "Sinaasappel Boomgaard", + "backgroundOrangeGroveNotes": "Dwaal je door een aromatische Sinaasappel Boomgaard.", + "backgroundIridescentCloudsText": "Iriserende Wolken", + "backgroundIridescentCloudsNotes": "Zweef in Iriserende Wolken.", + "backgroundFloweringPrairieText": "Bloeiende Prairie", + "backgroundFloweringPrairieNotes": "Daltel door een Bloeiende Prairie.", + "backgroundOnACastleWallText": "Op Een Kasteelmuur", + "backgroundCastleGateText": "Kasteel Poort", + "backgroundCastleGateNotes": "Sta op wacht bij het Kasteel Poort.", + "backgroundEnchantedMusicRoomText": "Betoverd Muziekkamer", + "backgroundSpringtimeLakeNotes": "Geniet van het zicht langs de oevers van een Lente Meer.", + "backgrounds052022": "SET 96: Uitgekomen in Mei 2022", + "backgroundOnACastleWallNotes": "Kijk uit van Op Een Kasteelmuur.", + "backgroundEnchantedMusicRoomNotes": "Speel in een Betoverd Muziekkamer.", + "backgroundFrozenPolarWatersText": "Bevroren Poolwateren", + "backgroundFrozenPolarWatersNotes": "Ontdek Bevroren Poolwateren.", + "backgrounds012022": "SET 92: Uitgebracht in Januari 2022", + "backgroundMeteorShowerText": "Meteorenregen", + "backgroundMeteorShowerNotes": "Observeer de oogverblindende nachtweergave van een Meteorenregen.", + "backgroundFortuneTellersShopNotes": "Doorzoek prikkelende hints van je toekomst in een Waarzegger's Winkel.", + "backgrounds042022": "SET 95: Uitgekomen in April 2022", + "backgroundBlossomingTreesText": "Bloeiende Bomen", + "backgroundBlossomingTreesNotes": "Scharrel onder Bloeiende Bomen.", + "backgroundFlowerShopText": "Bloemenwinkel", + "backgroundFlowerShopNotes": "Geniet van de zoete geur van een Bloemenwinkel.", + "backgroundSpringtimeLakeText": "Lente Meer", + "backgroundPalmTreeWithFairyLightsText": "Palmboom met Feelichtjes", + "backgroundPalmTreeWithFairyLightsNotes": "Poseer bij een Palmboom bedekt met Feelightjes.", + "backgroundSnowyFarmText": "Besneeuwde Boerderij", + "backgroundSnowyFarmNotes": "Controleer dat iedereen goed en warm is op je Besneeuwde Boerderij.", + "backgrounds032022": "SET 94: Uitgebracht in Maart 2022", + "backgroundAnimalsDenText": "Bosbeest's Hol", + "backgroundAnimalsDenNotes": "Beknus je in een Bosbeest's Hol.", + "backgroundBrickWallWithIvyText": "Bakstenen Muur met Klimop", + "backgroundBrickWallWithIvyNotes": "Bewonder een Bakstenen Muur met Klimop." } diff --git a/website/common/locales/nl/challenge.json b/website/common/locales/nl/challenge.json index 90b303f397..e42771c7ee 100644 --- a/website/common/locales/nl/challenge.json +++ b/website/common/locales/nl/challenge.json @@ -103,5 +103,6 @@ "selectParticipant": "Selecteer een deelnemer", "wonChallengeDesc": "<%= challengeName %> heeft jou uitgeroepen tot winnaar! Je overwinning is opgenomen in je Prestaties.", "yourReward": "Jouw Beloning", - "filters": "Filters" + "filters": "Filters", + "removeTasks": "Verwijder Taak" } diff --git a/website/common/locales/nl/communityguidelines.json b/website/common/locales/nl/communityguidelines.json index 16291c1f7e..e29c1da18b 100644 --- a/website/common/locales/nl/communityguidelines.json +++ b/website/common/locales/nl/communityguidelines.json @@ -6,21 +6,21 @@ "commGuidePara002": "Om iedereen in de gemeenschap veilig, gelukkig en productief te houden, hebben we enkele richtlijnen. We hebben ze zorgvuldig samengesteld om zo vriendelijk en leesbaar mogelijk te zijn. Neem alsjeblieft even de tijd om ze door te lezen voordat je begint met chatten.", "commGuidePara003": "Deze regels gelden voor alle gemeenschappelijke ruimtes die we gebruiken, inclusief (maar niet noodzakelijkerwijs beperkt tot) Trello, GitHub, Weblate, en de Habitica Wiki op Fandom. Naarmate geemeenschappen groeien en veranderen, kan het zijn dat hun regels van tijd tot tijd worden aangepast. Wanneer er substantiële veranderingen zijn in deze Richtlijnen, dan hoor je erover in een Bailey-aankondiging en/of op onze sociale media!", "commGuideHeadingInteractions": "Interacties in Habitica", - "commGuidePara015": "Habitica heeft twee soorten gemeenschappelijke ruimtes: openbare en besloten. Openbare ruimtes zijn onder andere de herberg, openbare Gildes, GitHub, Trello, en de Wiki. Besloten ruimtes zijn de particuliere Gildes, groepschat en privéberichten. Alle gebruikersnamen moeten voldoen aan de richtlijnen voor openbare ruimtes. Om je gebruikersnaam te veranderen, ga je op de website naar Gebruiker > Profiel en klik je op de \"Bewerken\"-knop.", + "commGuidePara015": "Habitica heeft twee soorten gemeenschappelijke ruimtes: openbare en besloten. Openbare ruimtes zijn onder andere de herberg, openbare Gildes, GitHub, Trello, en de Wiki. Besloten ruimtes zijn de particuliere Gildes, groepschat en privéberichten. Alle zichtbare namen en @gebruikersnamen moeten voldoen aan de richtlijnen voor openbare ruimtes. Om je zichtbare naam en/of @gebruikersnaam te veranderen, ga je op mobiel naar Menu > Instellingen > Profiel, of op de website naar Gebruiker > Profiel.", "commGuidePara016": "In de openbare ruimtes in Habitica gelden enkele regels om iedereen veilig en gelukkig te houden.", "commGuideList02A": "Heb respect voor elkaar. Wees netjes, aardig, vriendelijk en behulpzaam. Onthoud dat Habiticanen uit allerlei verschillende culturen komen en enorm uiteenlopende ervaringen gehad hebben. Dit is een onderdeel van wat Habitica zo cool maakt! Het opbouwen van een gemeenschap betekent dat we zowel onze verschillen als onze gelijkenissen moeten respecteren en vieren.", "commGuideList02B": "Houd je aan de algemene voorwaarden in zowel openbare als besloten ruimtes.", "commGuideList02C": "Plaats geen tekst of beeldmateriaal dat gewelddadig, dreigend of seksueel expliciet/suggestief is, of dat discriminatie, onverdraagzaamheid, racisme, seksisme, haat of intimidatie aanwakkeren of letsel dreigen tegenover individuen of groepen. Zelfs niet als grapje of meme. Dat geldt ook voor scheldwoorden. Niet iedereen heeft het zelfde gevoel voor humor, en dus kan iets grappig bedoeld zijn maar toch kwetsend overkomen.", - "commGuideList02D": "Houd gesprekken geschikt voor alle leeftijden. Er zijn veel jonge Habiticanen op de site! Laten we ervoor zorgen dat we geen onschuld bederven of Habiticanen dwarszitten bij het bereiken van hun doelen.", + "commGuideList02D": "Houd gesprekken geschikt voor alle leeftijden. Dit betekent het vermijden van volwassene onderwerpen op openbare plekken. We hebben veel jonge Habiticanen die de site gebruiken, en mensen komen van alle rangen en standen. We willen dat ons gemeenschap zo comfortabel en inclusief is als mogelijk.", "commGuideList02E": "Vermijd vloeken. Dit geldt ook voor mildere religieuze vloeken die elders misschien wel acceptabel zijn, en afgekorte of verhulde vloeken. Er zijn hier mensen met allerlei religieuze en culturele achtergronden en we willen ervoor zorgen dat iedereen zich op zijn gemak voelt in de openbare ruimtes. Als een beheerder of werknemer zegt dat een term niet toegestaan is op Habitica, zelfs al is het een term waarvan je niet wist dat het problematisch was, die beslissing staat vast. Vloeken is een overtreding van de algemene voorwaarden, en er wordt streng tegen opgetreden.", - "commGuideList02F": "Vermijd uitgestrekte discussies of aanstotende onderwerpen in de Herberg en waar het ongerelateerd zou zijn. Als je vindt dat iemand iets ongepast of kwaadaardig heeft gezegd, grijp dan niet in. Als iemand iets noemt wat toegestaan is volgens de richtlijnen maar schadelijk is voor jou, is het acceptable om dit netjes aan te geven. Als het tegen de richtlijnen of de servicevoorwaarden is, zou je het moeten melden en een moderator hierop laten reageren. Wanneer je twijfelt: meldt het bericht.", + "commGuideList02F": "Vermijd uitgestrekte discussies of aanstotende onderwerpen in de Herberg en waar het ongerelateerd zou zijn. Als iemand iets noemt wat toegestaan is volgens de richtlijnen maar schadelijk is voor jou, is het acceptabel om hen dit netjes aan te geven. Als iemand je vertelt dat je hen oncomfortabel hebt gemaakt, neem de tijd om na te denken in plaats van boos te reageren. Maar als je het gevoel hebt dat een gesprek verhit raakt, overdreven emotioneel wordt of kwetsend wordt, verlaat het gesprek. Rapporteer de berichten om ons op de hoogte te brengen. Moderators zullen zo snel mogelijk reageren. U kunt ook een e-mail sturen naar admin@habitica.com en schermopnames bijsluiten indien nuttig.", "commGuideList02G": "Gehoorzaam moderator verzoeken direct. Dit kan inhouden, maar is niet beperkt tot: verzoeken om je berichten te limiteren in een bepaalde ruimte, het bewerken van je profiel om ongepaste inhoud te verwijderen, vragen om je discussie naar een meer gepaste ruimte te verplaatsen, en dergelijke. Spreek de beheerders niet tegen. Als je zorgen of opmerkingen hebt over moderatie, stuur dan een e-mail naar admin@habitica.com om contact op te nemen met onze community manager.", - "commGuideList02J": "Niet spammen. Spammen kan inhouden, maar is niet beperkt tot: dezelfde opmerking of verzoek op meerdere plekken te versturen, het versturen van links zonder uitleg of context, onzinnige berichten versturen, meerdere promotieberichten voor een Gilde, gezelschap of uitdaging versturen of veel berichten op een rij versturen. Het vragen naar edelstenen of een abonnement in een van de chatruimtes of via privéberichten wordt ook tot spammen beschouwd. Als het klikken op een link door mensen voor jou gunstig is, moet je dat onthullen in de tekst van het bericht, anders telt dit ook als spammen.

    Moderators beslissen of iets behoort tot spam of mogelijk spammen aanmoedigd, zelfs als dit niet je intentie was. Bijvoorbeeld: Een- of tweemalig reclame maken voor een Gilde is acceptabel, maar meerdere berichten in een dag zal waarschijnlijk als spammen gezien worden, ongeacht of de Gilde nuttig is of niet!", + "commGuideList02J": "Niet spammen. Spammen kan inhouden, maar is niet beperkt tot: dezelfde opmerking of verzoek op meerdere plekken te versturen, het versturen van links zonder uitleg of context, onzinnige berichten versturen, meerdere promotieberichten voor een Gilde, gezelschap of uitdaging versturen of veel berichten op een rij versturen. Als het klikken op een link door mensen voor jou gunstig is, moet je dat onthullen in de tekst van het bericht, anders telt dit ook als spammen. Moderators beslissen op eigen oordeel wat als spam gezien wordt.", "commGuideList02K": "Vermijd het plaatsen van berichten met grote tekst in publieke chat ruimtes, voornamelijk de Herberg. Net als ALLES IN HOOFDLETTERS, leest het alsof je aan het schreeuwen bent en verstoort het de comfortabele atmosfeer.", "commGuideList02L": "We raden het ten zeerste af om persoonlijke informatie uit te wisselen -- in het bijzonder informatie die je kan identificeren - in publieke chat ruimtes. Identificerende informatie kan de volgende gegevens bevatten maar is niet beperkt tot deze: je adres, je e-mail adres en je API token/wachtwoord. Dit is voor je veiligheid! Staf of beheerders mogen zulke berichten verwijderen. Als er persoonlijke informatie wordt gevraagd in een privé Gilde, gezelschap of privé bericht, dan raden we je aan om vriendelijk te weigeren en de staf en beheerders te informeren door ofwel 1) het bericht te melden, of 2) een e-mail te sturen naar admin@habitica.com en screenshots bij te voegen.", "commGuidePara019": "In besloten ruimtes hebben gebruikers meer vrijheid om de onderwerpen te bespreken die ze maar willen, maar ze mogen nog steeds de algemene voorwaarden niet overtreden. Plaats dus geen discriminerend, gewelddadig of bedreigend materiaal. Merk op: omdat namen van uitdagingen komen te staan in het openbare profiel van de winnaar, moeten ALLE uitdagingsnamen voldoen aan de richtlijnen voor openbare ruimtes, zelfs als ze verschijnen in een besloten ruimte.", "commGuidePara020": "Privé berichten hebben extra richtlijnen. Als iemand je geblokkeerd heeft, contacteer hen dan niet ergens anders om te vragen om het teniet te doen. Daarnaast zou je geen privéberichten moeten sturen naar iemand die om hulp vraagt (gezien openbare antwoorden nuttig zijn voor de gemeenschap). Als laatste, stuur geen privéberichten om te bedelen voor betaalde inhoud van elke soort.", - "commGuidePara020A": "Als je een bericht of privébericht ziet waarvan je denkt dat het een overtreding is van de richtlijnen voor openbare ruimtes of als je een bericht of privébericht ziet waarbij je je ongemakkelijk voelt, dan kan je dit melden aan de moderators en medewerkers door op de Melden-knop te klikken. Een medewerker of moderator zal zo snel mogelijk op de situatie reageren. Let wel dat het opzettelijk melden van onschuldige berichten een overtreding is van deze richtlijnen (zie onderstaand in \"Overtredingen\"). Je kan ook contact opnemen met de moderators via het formulier onder de 'Bereik Ons'-pagina, of die je ook kan bereiken via het help menu door te klikken op “Bereike het Moderatie Team.” Je kan dit willen doen als er meerdere problematische berichten door dezelfde persoon in verschillende Gildes zijn, of als de situatie wat uitleg vereist. Je kan ons willen bereiken in je moedertaal als dat het eenvoudigst is voor jou: we zullen mogelijk Google Translate moeten gebruiken, maar we willen dat je jezelf comfortabel voelt bij het ons contacteren indien je een probleem hebt.", + "commGuidePara020A": "Als je een bericht of privébericht ziet waarvan je denkt dat het een overtreding is van de richtlijnen voor openbare ruimtes of als je een bericht of privébericht ziet waarbij je je ongemakkelijk voelt, dan kan je dit melden aan de moderators en medewerkers door op de Melden-knop te klikken. Een medewerker of moderator zal zo snel mogelijk op de situatie reageren. Let wel dat het opzettelijk melden van onschuldige berichten een overtreding is van deze richtlijnen (zie onderstaand in \"Overtredingen\"). Je kan ook contact opnemen met de moderators via admin@habitica.com . Je kan dit willen doen als er meerdere problematische berichten door dezelfde persoon in verschillende Gildes zijn, of als de situatie wat uitleg vereist. Je kan ons willen bereiken in je moedertaal als dat het eenvoudigst is voor jou: we zullen mogelijk Google Translate moeten gebruiken, maar we willen dat je jezelf comfortabel voelt bij het ons contacteren indien je een probleem hebt.", "commGuidePara021": "Voor sommige openbare ruimtes in Habitica gelden extra richtlijnen.", "commGuideHeadingTavern": "De herberg", "commGuidePara022": "De herberg is de belangrijkste plek waar Habiticanen samen kunnen komen. Daniël de Barman houdt de boel brandschoon, en Lemoness tovert graag wat limonade voor je tevoorschijn terwijl je ergens een plekje zoekt om te zitten en praten. Onthoud echter wel…", @@ -32,7 +32,7 @@ "commGuidePara031": "Sommige openbare Gildes bespreken gevoelige onderwerpen zoals depressie, religie, politiek, en dergelijke. Dit is prima, zolang de gesprekken in het gilde de algemene voorwaarden of richtlijnen voor openbare ruimtes niet overtreden, en zolang ze over het onderwerp blijven gaan.", "commGuidePara033": "Openbare Gildes mogen GEEN 18+ materiaal bevatten. Als ze van plan zijn om regelmatig gevoelig materiaal te bespreken, moeten ze dat aangeven in de beschrijving van het gilde. Dit houdt Habitica voor iedereen veilig en comfortabel.", "commGuidePara035": "Als het Gilde over andere gevoelige onderwerpen gaat, is het goed om respect te tonen naar je mede-Habiticanen door een waarschuwing te plaatsen in je berichten (zoals \"Waarschuwing: verwijzing naar zelfverminking\"). Deze kunnen getoond worden als waarschuwingen en/of inhoudsnotities, en Gildes mogen hun eigen regels hebben in samenhang met de regels die hier vermeld zijn. Gebruik indien mogelijk Markdown om de mogelijk gevoelige inhoud te verbergen onder witlijnen zodat zij die het willen vermijden erlangs kunnen scrollen zonder de inhoud te zien. Habitica-medewerkers en -moderators mogen dit materiaal alsnog verwijderen.", - "commGuidePara036": "Het gevoelige materiaal moet bovendien actueel zijn. Beginnen over zelfverminking in een Gilde die zich focust op het strijden tegen depressie kan zinvol zijn, maar is waarschijnlijk minder gepast in een Muziekgilde. Als je iemand ziet die deze richtlijn herhaaldelijk overtreedt, vooral na meerdere verzoeken om ermee op te houden, rapporteer dan alsjeblieft de berichten en licht de community manager in via admin@habitica.com.", + "commGuidePara036": "Het gevoelige materiaal moet bovendien actueel zijn. Beginnen over zelfverminking in een Gilde die zich focust op het strijden tegen depressie kan zinvol zijn, maar is waarschijnlijk minder gepast in een Muziekgilde. Als je iemand ziet die deze richtlijn herhaaldelijk overtreedt, vooral na meerdere verzoeken om ermee op te houden, rapporteer dan alsjeblieft de berichten.", "commGuidePara037": "Er mogen geen gildes, openbaar of besloten, gecreëerd worden met het doel om een persoon of groep aan te vallen. Zo'n gilde starten is reden voor een onmiddellijke royering. Vecht tegen je slechte gewoontes, niet tegen je mede-avonturiers!", "commGuidePara038": "Alle uitdagingen die door de herberg of door openbare gildes georganiseerd worden, moeten zich ook aan deze regels houden.", "commGuideHeadingInfractionsEtc": "Overtredingen, gevolgen en herstel", @@ -45,7 +45,7 @@ "commGuideList05A": "Overtreden van de algemene voorwaarden", "commGuideList05B": "Haatzaaien door tekst of beeldmateriaal, intimidatie/stalking, cyberpesten, ruzie zoeken en trolling", "commGuideList05C": "Overtreding van voorwaardelijke straf", - "commGuideList05D": "Je voordoen als medewerker of moderator", + "commGuideList05D": "Je voordoen als medewerker of moderator - dit rekent mee het beweren dat gebruiker-gemaakte plekken die niet aangesloten zijn op Habitica officieel en/of gemodereerd worden door Habitica of zijn Moderatoren/medewerkers", "commGuideList05E": "Herhaalde gematigde overtredingen", "commGuideList05F": "Een nieuw account aanmaken om gevolgen te ontlopen (zoals een nieuw account aanmaken om te kunnen chatten nadat je je chatprivileges verloren hebt)", "commGuideList05G": "Opzettelijk liegen tegen medewerkers of moderators om gevolgen te vermijden of een andere gebruiker in problemen te brengen", @@ -71,7 +71,7 @@ "commGuideList08B": "wat het gevolg is", "commGuideList08C": "wat je moet doen om de situatie te corrigeren en je status te herstellen, waar mogelijk.", "commGuidePara060A": "Als de situatie er naar vraagt, kan je een privébericht of e-mail ontvangen naast een bericht op het forum waar de overtreding plaatsvond. In sommige gevallen mag je helemaal niet in het openbaar bestraft worden.", - "commGuidePara060B": "Als je account verbannen is (een ernstige consequentie), dan kan je niet inloggen op Habitica en krijg je een foutmelding wanneer je het probeert. Als je je excuses wilt aanbieden of verzoeken om terug te mogen komen, stuur dan een e-mail naar het personeel via admin@habitica.com met je UUID (dat wordt weergegeven in de foutmelding). Het is jouw verantwoordelijkheid om ons te bereiken indien je terug wilt komen naar Habitica.", + "commGuidePara060B": "Als je account verbannen is (een ernstige consequentie), dan kan je niet inloggen op Habitica en krijg je een foutmelding wanneer je het probeert. Als je je excuses wilt aanbieden of verzoeken om terug te mogen komen, stuur dan een e-mail naar het personeel via admin@habitica.com met je Gebruikers ID (dat wordt weergegeven in de foutmelding) of je @gebruikersnaam. Het is jouw verantwoordelijkheid om ons te bereiken indien je terug wilt komen naar Habitica.", "commGuideHeadingSevereConsequences": "Voorbeelden van ernstige gevolgen", "commGuideList09A": "Accountverbanningen (zie hierboven)", "commGuideList09C": "Permanent blokkeren (\"bevriezen\") van je vooruitgang door de bijdragersrangen", @@ -109,7 +109,7 @@ "commGuidePara013": "In een gemeenschap zo groot als Habitica is het zo dat gebruikers komen en gaan en dat ook beheerders soms hun mantels neer moeten leggen om te ontspannen. De volgende mensen zijn voormalig personeel of moderator. Ze handelen niet meer met het gezag van personeel of moderator, maar toch willen we hun werk eren!", "commGuidePara014": "Voormalig personeel en moderators:", "commGuideHeadingFinal": "Het laaste stuk", - "commGuidePara067": "Dat waren ze dan, dappere Habiticaan - de gemeenschapsrichtlijnen! Veeg het zweet van je voorhoofd en geef jezelf wat Ervaring bij als beloning voor het lezen hiervan. Als je vragen of zorgen hebt over deze gemeenschapsrichtlijnen, neem contact op met ons via het Moderator Contact Formulier en we helpen je graag met het ophelderen van dingen.", + "commGuidePara067": "Dat waren ze dan, dappere Habiticaan - de gemeenschapsrichtlijnen! Veeg het zweet van je voorhoofd en geef jezelf wat Ervaring bij als beloning voor het lezen hiervan. Als je vragen of zorgen hebt over deze gemeenschapsrichtlijnen, neem contact op met ons via het admin@habitica.com en we helpen je graag met het ophelderen van dingen.", "commGuidePara068": "Trek de wijde wereld in, dappere avonturier, en versla je dagelijkse taken!", "commGuideHeadingLinks": "Nuttige links", "commGuideLink01": "Habitica Help: Stel een Vraag: Een gilde waar gebruikers vragen kunnen stellen!", @@ -122,5 +122,12 @@ "commGuidePara069": "De volgende talentvolle artiesten hebben een bijdrage geleverd aan deze illustraties:", "commGuideList01D": "Gehoorzaam alsjeblieft de verzoeken van beheerders.", "commGuideList01C": "Alle discussies moeten geschikt zijn voor alle leeftijden en vrij zijn van vulgaire taal.", - "commGuideList01B": "Verboden: Alle communicatie die gewelddadig of bedreigend is, discriminatie bevordert etc. inclusief memes, afbeeldingen en grappen." + "commGuideList01B": "Verboden: Alle communicatie die gewelddadig of bedreigend is, discriminatie bevordert etc. inclusief memes, afbeeldingen en grappen.", + "commGuideList02M": "Vraag of smeek niet om edelstenen, abonnementen of lidmaatschappen in Groepsplannen. Dit is niet toegestaan in de Herberg, openbare of privé gesprekken, of in Privéberichten. Als je berichten ontvangt waarin wordt gevraagd om betaalde voorwerpen, meld ze a.u.b. door te klikken op het vlag icoontje onder het bericht. Herhaalde of heftige gesmeek om edelstenen of abonnementen, vooral na een waarschuwing, kan resulteren in een accountverbanning.", + "commGuideList01F": "Geen gesmeek om betaalde voorwerpen, spammen of grote koptekst/hoofdletters.", + "commGuideList01A": "Algemene voorwaarden worden overal toegepast, inclusief privé gilden, groep chat en berichten.", + "commGuideList01E": "Start of ga geen controversiële gesprekken aan in de Herberg.", + "commGuidePara017": "Hier is de korte versie, maar we moedigen je aan in meer detail te lezen hieronder:", + "commGuideList05H": "Ernstige of herhaalde pogingen om andere spelers te bedriegen of onder druk te zetten voor voorwerpen dat echt geld kosten", + "commGuideList09D": "Verwijdering of degradatie van Bijdrager Rangen" } diff --git a/website/common/locales/nl/content.json b/website/common/locales/nl/content.json index fdbcffb48e..d1808277bf 100644 --- a/website/common/locales/nl/content.json +++ b/website/common/locales/nl/content.json @@ -367,5 +367,9 @@ "hatchingPotionFluorite": "Fluoriet", "hatchingPotionPolkaDot": "Stip", "hatchingPotionMossyStone": "Mossige steen", - "hatchingPotionSunset": "Zonsondergang" + "hatchingPotionSunset": "Zonsondergang", + "hatchingPotionSolarSystem": "Zonnestelsel", + "hatchingPotionMoonglow": "Maangloei", + "hatchingPotionOnyx": "Onyx", + "hatchingPotionVirtualPet": "Virtuele Huisdier" } diff --git a/website/common/locales/nl/contrib.json b/website/common/locales/nl/contrib.json index 502181dffe..8296482eaa 100644 --- a/website/common/locales/nl/contrib.json +++ b/website/common/locales/nl/contrib.json @@ -53,5 +53,6 @@ "surveysSingle": "Heeft Habitica geholpen om te groeien door een enquête in te vullen of door mee te helpen met een grote speltest. Bedankt!", "surveysMultiple": "Heeft Habitica helpen groeien op <%= count %> momenten, door een enquête in te vullen of door mee te helpen met een grote test. Bedankt!", "blurbHallPatrons": "Dit is de Hal der Weldoeners. Hier eren we de nobele adventuriers die Habitica hebben gesteund in de Kickstarter. We bedanken ze omdat ze Habitica tot leven hebben gebracht!", - "blurbHallContributors": "Dit is de Hal der Bijdragers, waar open-source bijdragers aan Habitica worden geëerd. Door code, kunst, muziek, schrijfwerk of zelfs gewoon behulpzaamheid, hebben zij edelstenen, exclusieve uitrusting, en prestigieuze titels verdient. Jij kunt ook bijdragen aan Habitica! Kijk hier voor meer informatie. " + "blurbHallContributors": "Dit is de Hal der Bijdragers, waar open-source bijdragers aan Habitica worden geëerd. Door code, kunst, muziek, schrijfwerk of zelfs gewoon behulpzaamheid, hebben zij edelstenen, exclusieve uitrusting, en prestigieuze titels verdient. Jij kunt ook bijdragen aan Habitica! Kijk hier voor meer informatie. ", + "noPrivAccess": "Je hebt de vereiste priveleges niet." } diff --git a/website/common/locales/nl/faq.json b/website/common/locales/nl/faq.json index e0f7cb857b..e83b6dcaf1 100644 --- a/website/common/locales/nl/faq.json +++ b/website/common/locales/nl/faq.json @@ -23,7 +23,7 @@ "faqQuestion5": "Hoe speel ik Habitica samen met mijn vrienden?", "iosFaqAnswer5": "De beste manier is om anderen uit te nodigen in een groep met jou! Groepen kunnen queestes doen, monsters bevechten en vaardigheden uitspreken om elkaar te ondersteunen. \n\nOm je eigen groep te starten, ga naar Menu > [Groep](https://habitica.com/party) en klik op \"Maak Nieuwe Groep\". Scroll dan naar beneden en klik op \"Uitnodigen\" om je vrienden uit te nodigen door hun @gebruikersnaam in te voeren. Indien je iemand anders Groep wil bijtreden, geef hen jouw @gebruikersnaam zodat ze je kunnen uitnodigen!\n\nJij en je vrienden kunnen zich ook aansluiten bij Gildes, publieke chatrooms die mensen samenbrengen op basis van hun gemeenschappelijke interesses! Er zijn tal van nuttige en leuke gildes, neem er zeker een kijkje naar. \n\nIndien je competitiever bent, kunnen jij en je vrienden Uitdagingen aangaan om een set taken onder handen te nemen. Er zijn allerhande soorten publieke Uitdagingen beschikbaar die een brede range interesses en doelen beslaan. Sommige publieke uitdagingen zullen zelfs Edelstenen uitreiken als je als winnaar geselecteerd wordt.", "androidFaqAnswer5": "De beste manier is om ze uit te nodigen voor een Groep met jou! Groepen kunnen queesten doen, monsters bestrijden en vaardigheden uitspreken om elkaar te ondersteunen. Je kunt je ook samen aansluiten bij gildes (Sociaal > Gilden). Ga naar de [website](https://habitica.com/) om er eentje te creëren als je nog niet in een Groep zit. Gilden zijn chatrooms die zich richten op een gedeelde interesse of het nastreven van een zelfde doel en kunnen publiek of privé zijn. Je kunt je aansluiten bij zoveel Gilden als je wilt, maar slechts bij één Groep.\n\nVoor meer gedetailleerde informatie, kun je kijken op de wiki-pagina's over [Groepen](https://habitica.fandom.com/nl/wiki/Groep) en [Gilden](https://habitica.fandom.com/nl/wiki/Gilden).", - "webFaqAnswer5": "De beste manier is om ze uit te nodigen voor een groep met jou, via Sociaal > Gezelschap! Gezelschappen kunnen queesten doen, monsters bestrijden en vaardigheden uitspreken om elkaar te ondersteunen. Je kunt je ook samen aansluiten bij gildes (Sociaal > Gilden). Gilden zijn chatrooms die zicht richten op een gedeelde interesse of het nastreven van een zelfde doel en kunnen publiek of privé zijn. Je kunt je aansluiten bij zoveel gilden als je wilt, maar slechts bij één groep. Voor meer gedetailleerde informatie, kun je kijken op de wiki-pagina's over [Gezelschappen](https://habitica.fandom.com/nl/wiki/Groep) en [Gilden](https://habitica.fandom.com/nl/wiki/Gilden).", + "webFaqAnswer5": "De beste manier is om ze uit te nodigen voor een Groep met jou, door op \"Groep\" te klikken in het navigatiebar! Groepen kunnen queesten doen, monsters bestrijden en vaardigheden uitspreken om elkaar te ondersteunen. Je kunt je ook samen aansluiten bij gilden (klik op Gilden in het navigatiebar). Gilden zijn chatrooms die zich richten op een gedeelde interesse of het nastreven van een zelfde doel en kunnen publiek of privé zijn. Je kunt je aansluiten bij zoveel Gilden als je wilt, maar slechts bij één Groep. Voor meer gedetailleerde informatie, kun je kijken op de wiki-pagina's over [Groepen](https://habitica.fandom.com/nl/wiki/Groep) en [Gilden](https://habitica.fandom.com/nl/wiki/Gilden).", "faqQuestion6": "Hoe kan ik een huisdier of een rijdier krijgen?", "iosFaqAnswer6": "Iedere keer dat je een taak voltooit, heb je een willekeurige kans om een Ei, een Uitbroeddrank of Voedsel te ontvangen. Ze zullen opgeslagen worden in Menu > Boedel.\n\nOm een Huisdier te laten uitkomen, heb je een Ei en een Uitbroeddrank nodig. Druk op het Ei om de soort te bepalen en selecteer 'Laat Ei uitkomen'. Kies daarna een Uitbroeddrank om de kleur te bepalen! Ga naar Menu > Huisdieren en klik op je nieuwe Huisdier om je Avatar ermee uit te rusten.\n\nJe kunt je huisdieren ook laten opgroeien tot rijdieren door ze te voederen onder Menu > Huisdieren. Druk op het huisdier en selecteer 'Huisdier Voeren'. Je zult een Huisdier vele malen moeten voederen voordat het verandert in een rijdier, maar als je zijn favoriete voedsel kan bepalen, zal 'ie sneller groeien. Probeer het met vallen en opstaan of [zie het hier verklapt](https://habitica.fandom.com/nl/wiki/Voedsel#Voedsel_voorkeuren). Als je eenmaal een rijdier hebt, kun je het toevoegen aan je Avatar onder Menu > Rijdieren.\n\nJe kunt ook Eieren van queeste-huisdieren krijgen door bepaalde queesten te voltooien (om meer over queesten te lezen, zie [Hoe vecht ik tegen monsters en ga ik op queesten?](https://habitica.com/static/faq/9)).", "androidFaqAnswer6": "Iedere keer dat je een taak voltooit, heb je een willekeurige kans om een Ei, een Uitbroeddrank of Voedsel te ontvangen. Ze zullen opgeslagen worden in Menu > Boedel.\n\nOm een huisdier te laten uitkomen, heb je een Ei en een Uitbroeddrank nodig. Tik op het Ei om de soort te bepalen en selecteer \"Laat Ei uitkomen met Uitbroeddrank\". Kies daarna een Uitbroeddrank om de kleur van het dier te bepalen! Om je huisdier te gebruiken ga je naar Menu > Stal > Huisdieren, klik je op je het gewenste huisdier en selecteer je \"Gebruik\" (Je avatar wordt niet geüpdate met de verandering).\n\nJe kunt je Huisdieren ook laten opgroeien tot rijdieren door ze te voeren onder Menu > Stal > [> Huisdieren]. Druk op een huisdier en selecteer dan \"Voeren\"! Je zult een Huisdier vele malen moeten voeren voordat het verandert in een Rijdier, maar als je zijn favoriete voedsel kan ontdekken, zal hij sneller groeien. Probeer het met vallen en opstaan of [zie het hier verklapt](https://habitica.fandom.com/nl/wiki/Voedsel#Voedsel_voorkeuren). Om je Rijdier te gebruiken ga je naar Menu > Stal > Rijdieren, selecteer je een soort, klik je op je het gewenste Rijdier en selecteer je \"Gebruik\" (Je Avatar wordt niet geüpdate met de verandering).\n\nJe kunt ook Eieren van Queeste-Huisdieren verkrijgen door bepaalde Queestes te voltooien. (Lees hieronder meer over Queestes.)", @@ -37,7 +37,7 @@ "androidFaqAnswer8": "De blauwe balk die tevoorschijn komt wanneer je niveau 10 behaalt en een klasse hebt gekozen, is je Manabalk. Elke keer dat je een niveau stijgt, speel je speciale vaardigheden vrij die mana kosten om te gebruiken. Elke klasse heeft andere vaardigheden, die na niveau 11 onder Menu > Vaardigheden verschijnen. Je manabalk reset niet wanneer je een niveau stijgt, zoals je gezondheidsbalk. In plaats daarvan krijg je mana als je goede gewoontes, dagelijkse taken en to-do's voltooit en verlies je mana wanneer je terugvalt in slechte gewoontes. Je krijgt ook elke dag wat mana terug -- des te meer dagelijkse taken je voltooit, des te meer je zult krijgen.", "webFaqAnswer8": "The blauwe balk die verscheen toen je niveau 10 bereikte en een klasse koos, is je mana-balk. Als je een hoger niveau bereikt, speel je speciale vaardigheden vrij die mana kosten om te gebruiken. Elke klasse heeft andere vaardigheden, die vanaf niveau 11 verschijnen in de actiebalk onderin het scherm. Anders dan bij je gezondheidsbalk, reset je mana-balk niet als je een nieuw niveau bereikt. In plaats daarvan krijg je meer mana wanneer je goede gewoonten, dagelijkse taken en to-do's doet en verlies je het wanneer je hebt toegegeven aan slechte gewoonten. Je krijgt 's nachts ook wat mana terug -- hoe meer dagelijkse taken je voltooide, hoe meer je verdient.", "faqQuestion9": "Hoe vecht ik tegen monsters en ga ik op queesten?", - "iosFaqAnswer9": "Eerst moet je je aansluiten bij een groep of er een beginnen (zie [How to play Habitica with my friends](https://habitica.com/static/faq#party-with-friends)). Hoewel je monsters alleen kunt bestrijden, raden we spelen in een groep aan, omdat het de Queesten veel makkelijker maakt. Plus, een vriend hebben om je aan te moedigen als je je taken voltooid is erg motiverend!\n\nVervolgens heb je een queeste-perkamentrol nodig, die zijn opgeslagen onder Menu > Voorwerpen. Er zijn drie manieren om een perkamentrol te krijgen:\n\n- Op niveau 15 krijg je een queeste-reeks, oftewel drie gelieerde queesten. Meer queeste-reeksen speel je vrij op niveau 30, 40 en 60.\n- Als je vrienden uitnodigt voor je groep, ontvang je de Basi-Lijst perkamentrol!\n- Je kunt queesten kopen van de queestenwinkel voor Goud en Edelstenen.\n\nOm de baas te bestrijden of voorwerpen te verzamelen voor een Verzamel-queeste, moet je gewoon je taken voltooien, 's nachts zal de schade die ze doen berekend worden. (Herladen door het scherm naar beneden te trekken kan nodig zijn om de levensbalk van de baas omlaag te zien gaan.) Als je een baas aan het bevechten bent en je hebt dagelijkse taken gemist, dan schaadt de baas je groep op hetzelfde moment als jullie de baas schaden.\n\nNa niveau 11 krijgen magiërs en krijgers vaardigheden die ervoor zorgen dat ze extra schade kunnen doen aan de baas, dus dit zijn goede klassen om te kiezen op niveau 10 als je rake klappen uit wilt delen.", + "iosFaqAnswer9": "Eerst moet je je aansluiten bij een groep of er een beginnen (zie [How to play Habitica with my friends](https://habitica.com/static/faq#party-with-friends)). Hoewel je monsters alleen kunt bestrijden, raden we spelen in een groep aan, omdat het de Queesten veel makkelijker maakt. Plus, een vriend hebben om je aan te moedigen als je je taken voltooit is erg motiverend!\n\nVervolgens heb je een queeste-perkamentrol nodig, die zijn opgeslagen onder Menu > Voorwerpen. Er zijn drie manieren om een perkamentrol te krijgen:\n\n- Op niveau 15 krijg je een queeste-reeks, oftewel drie gelieerde queesten. Meer queeste-reeksen speel je vrij op niveau 30, 40 en 60.\n- Als je vrienden uitnodigt voor je groep, ontvang je de Basi-Lijst perkamentrol!\n- Je kunt queesten kopen van de queestenwinkel voor Goud en Edelstenen.\n\nOm de baas te bestrijden of voorwerpen te verzamelen voor een Verzamel-queeste, moet je gewoon je taken voltooien, 's nachts zal de schade die ze doen berekend worden. (Herladen door het scherm naar beneden te trekken kan nodig zijn om de levensbalk van de baas omlaag te zien gaan.) Als je een baas aan het bevechten bent en je hebt dagelijkse taken gemist, dan schaadt de baas je groep op hetzelfde moment als jullie de baas schaden.\n\nNa niveau 11 krijgen magiërs en krijgers vaardigheden die ervoor zorgen dat ze extra schade kunnen doen aan de baas, dus dit zijn goede klassen om te kiezen op niveau 10 als je rake klappen uit wilt delen.", "androidFaqAnswer9": "Eerst moet je je aansluiten bij een groep of er een beginnen (zie hierboven). Hoewel je monsters alleen kunt bestrijden, raden we spelen in een groep aan, omdat het de queesten veel makkelijker maakt. Plus, een vriend hebben om je aan te moedigen als je je taken voltooid is erg motiverend!\n\nVervolgens heb je een queeste-perkamentrol nodig, die zijn opgeslagen onder Menu > Voorwerpen. Er zijn drie manieren om een perkamentrol te krijgen:\n\n- Op niveau 15 krijg je een queeste-reeks, oftewel drie gelieerde queesten. Meer queeste-reeksen speel je vrij op niveau 30, 40 en 60.\n- Als je vrienden uitnodigt voor je groep, ontvang je de Basi-Lijst perkamentrol!\n- Je kunt queesten kopen van de queestenwinkel voor Goud en Edelstenen.\n\nOm de baas te bestrijden of voorwerpen te verzamelen voor een Verzamel-queeste, moet je gewoon je taken voltooien, 's nachts zal de schade die ze doen berekend worden. (Herladen door het scherm naar beneden te trekken kan nodig zijn om de levensbalk van de baas omlaag te zien gaan.) Als je een baas aan het bevechten bent en je hebt dagelijkse taken gemist, dan schaadt de baas je groep op hetzelfde moment als jullie de baas schaden.\n\nNa niveau 11 krijgen magiërs en krijgers vaardigheden die ervoor zorgen dat ze extra schade kunnen doen aan de baas, dus dit zijn goede klassen om te kiezen op niveau 10 als je rake klappen uit wilt delen.", "webFaqAnswer9": "Eerst moet je je aansluiten bij een groep of er een beginnen door te klikken op \"Gezelschap\" in the navigatiebalk. Hoewel je monsters alleen kunt bestrijden, raden we spelen in een groep aan, omdat het queesten veel makkelijker maakt. Plus, een vriend hebben om je aan te moedigen als je je taken voltooid is erg motiverend! Vervolgens heb je een queeste-perkamentrol nodig, die zijn opgeslagen onder Menu > Voorwerpen. Er zijn drie manieren om een perkamentrol te krijgen:\n* Als je vrienden uitnodigt voor je groep, ontvang je de Basi-Lijst perkamentrol!\n* Op niveau 15 krijg je een queeste-reeks, oftewel drie gelieerde queesten. Meer queeste-reeksen speel je vrij op niveau 30, 40 en 60.\n* Je kunt queesten kopen van de queestenwinkel (Boedel > Queesten) voor Goud en Edelstenen.\n* Wanneer je een aantal dagen inlogt op Habitica zul je beloont worden met perkamentrollen. Je verdient een perkamentrol tijdens je 1ste, 7de, 22e en 40e dag.\nOm de Baas te bestrijden of voorwerpen te verzamelen voor een Verzamel-queeste, moet je gewoon je taken voltooien, 's nachts zal de schade die ze doen berekend worden. (Verversen van de pagina kan nodig zijn om de levensbalk van de baas omlaag te zien gaan.) Als je een baas aan het bevechten bent en je hebt dagelijkse taken gemist, dan schaadt de baas je groep op hetzelfde moment als jullie de baas schaden. Na niveau 11 krijgen magiërs en krijgers vaardigheden die ervoor zorgen dat ze extra schade kunnen doen aan de baas, dus dit zijn goede klassen om te kiezen op niveau 10 als je rake klappen uit wilt delen.", "faqQuestion10": "Wat zijn edelstenen en hoe krijg ik ze?", @@ -47,7 +47,7 @@ "faqQuestion11": "Hoe rapporteer ik een bug of vraag ik een feature aan?", "iosFaqAnswer11": "Als je denkt dat je een bug bent tegengekomen, ga dan naar Menu > Ondersteuning > Krijg Hulp om snelle oplossingen en bekende problemen op te zoeken, of om een bug bij ons te rapporteren. We zullen alles doen wat we kunnen om je te helpen.\n\nOm feedback te versturen of een functionaliteit aan te vragen, kun je ons feedback formulier vinden onder Menu -> Ondersteuning -> Stuur ons feedback! Indien we vragen hebben, zullen we contact met je opnemen voor meer informatie!", "androidFaqAnswer11": "Als je denkt dat je een Bug bent tegengekomen, ga dan naar Menu > Ondersteuning > Krijg Hulp om oplossingen en bekende problemen op te zoeken, of om een Bug bij ons te rapporteren. We zullen alles doen wat we kunnen om je te helpen.\n\nOm feedback te versturen of een functionaliteit aan te vragen, kun je ons feedback formulier vinden onder Menu -> Ondersteuning -> Stuur ons feedback! Als we vragen hebben zullen contact met je opnemen om meer informatie te vragen!", - "webFaqAnswer11": "Om een fout te melden, ga naar [Help > Fout melden](https://habitica.com/groups/guild/a29da26b-37de-4a71-b0c6-48e72a900dac) en lees de puntjes boven de chat. Als je je niet kan aanmelden op Habitica, stuur dan je login gegevens (niet je wachtwoord!) naar [<%= techAssistanceEmail %>](<%= wikiTechAssistanceEmail %>). Maak je geen zorgen, we zullen het snel oplossen! Verzoeken voor functies worden verzameld via een Google formulier. Ga naar [Help > Functie aanvragen](https://docs.google.com/forms/d/e/1FAIpQLScPhrwq_7P1C6PTrI3lbvTsvqGyTNnGzp1ugi1Ml0PFee_p5g/viewform?usp=sf_link) en volg de instructies. Ta-da!", + "webFaqAnswer11": "Om een fout te melden, ga naar Help > Fout melden om ons een email te sturen. (Mogelijk moet je de verwerking van 'mailto'-links in je browser instellen.) Als je je niet kan aanmelden op Habitica, stuur dan je login gegevens (niet je wachtwoord!) naar [<%= techAssistanceEmail %>](<%= wikiTechAssistanceEmail %>). Maak je geen zorgen, we zullen het snel oplossen! Verzoeken voor functies worden verzameld via een Google formulier. Ga naar [Help > Functie aanvragen](https://docs.google.com/forms/d/e/1FAIpQLScPhrwq_7P1C6PTrI3lbvTsvqGyTNnGzp1ugi1Ml0PFee_p5g/viewform?usp=sf_link) en volg de instructies. Ta-da!", "faqQuestion12": "Hoe strijd ik tegen een Wereldbaas?", "iosFaqAnswer12": "Wereldbazen zijn uitzonderlijke monsters die verschijnen in de Herberg. Alle actieve gebruikers vechten automatisch tegen de Wereldbaas, hun taken en eigenschappen beschadigen deze baas zoals normaal. \n\nJe kunt tegelijkertijd een normale queeste doorlopen. Je taken en eigenschappen tellen dan zowel tegen de Wereldbaas als tegen de baas of verzamelqueeste van je gezelschap.\n\nEen wereldbaas zal jou of je account nooit beschadigen. In plaats daarvan heeft deze een furiebalk die zich vult wanneer gebruikers hun dagelijkse taken niet doen. Als de furiebalk gevuld is, valt de Baas een van de NPC’s op de site aan. Hierdoor verandert de afbeelding de betreffende NPC.\n\nJe kunt meer lezen over [wereldbazen uit het verleden](https://habitica.fandom.com/nl/wiki/Wereldbazen).", "androidFaqAnswer12": "Wereldbazen zijn uitzonderlijke monsters die verschijnen in de Herberg. Alle actieve gebruikers vechten automatisch tegen de Wereldbaas, hun taken en eigenschappen beschadigen deze baas zoals normaal. \n\nJe kunt tegelijkertijd een normale queeste doorlopen. Je taken en eigenschappen tellen dan zowel tegen de Wereldbaas als tegen de baas of verzamelqueeste van je gezelschap.\n\nEen wereldbaas zal jou of je account nooit beschadigen. In plaats daarvan heeft deze een furiebalk die zich vult wanneer gebruikers hun dagelijkse taken niet doen. Als de furiebalk gevuld is, valt de Baas een van de NPC’s op de site aan. Hierdoor verandert de afbeelding de betreffende NPC.\n\nJe kunt meer lezen over [wereldbazen uit het verleden](https://habitica.fandom.com/nl/wiki/Wereldbazen) op de wiki.", diff --git a/website/common/locales/nl/front.json b/website/common/locales/nl/front.json index abce14079c..e8b652476e 100644 --- a/website/common/locales/nl/front.json +++ b/website/common/locales/nl/front.json @@ -13,7 +13,7 @@ "companyDonate": "Doneer", "forgotPassword": "Wachtwoord vergeten?", "emailNewPass": "Wachtwoord herstel link e-mailen", - "forgotPasswordSteps": "Voer je e-mailadres die je hebt gebruikt voor het registreren van je Habitica-account.", + "forgotPasswordSteps": "Voer je gebruikersnaam of het e-mailadres in die je hebt gebruikt voor het registreren van je Habitica-account.", "sendLink": "Verstuur lin", "featuredIn": "Vermeld in", "footerDevs": "Ontwikkelaars", @@ -50,7 +50,7 @@ "marketing4Lead1Title": "Gamification in het onderwijs", "marketing4Lead2": "De kosten voor de gezondheidszorg stijgen, en er moeten keuzes worden gemaakt. Er zijn honderden trajecten ontwikkeld om kosten te verminderen en welzijn te verbeteren. Wij geloven dat Habitica een aanzienlijke bijdrage kan leveren aan een gezonde levensstijl.", "marketing4Lead2Title": "Gamification in gezondheid en welzijn", - "marketing4Lead3-1": "Wil je je leven tot een spel maken?", + "marketing4Lead3-1": "Wil je je leven omtoveren tot een spel?", "marketing4Lead3-2": "Ben je geïnteresseerd in het runnen van een groep over educatie, welzijn en meer?", "marketing4Lead3Title": "Maak overal een spel van", "mobileAndroid": "Android", @@ -95,7 +95,7 @@ "teams": "Teams", "terms": "algemene voorwaarden", "tumblr": "Tumblr", - "localStorageTryFirst": "Als je problemen ondervindt met Habitica, klik dan op de knop hieronder om lokaal opgeslagen gegevens en de meeste cookies voor deze website te verwijderen (dit heeft geen invloed op andere websites). Nadat je dit gedaan hebt zal je opnieuw moeten inloggen, dus zorg er eerst voor dat je je log-in gegevens kent. Die kan je vinden onder Instellingen -> <%= linkStart %>Site<%= linkEnd %>.", + "localStorageTryFirst": "Als je problemen ondervindt met Habitica, klik dan op de knop hieronder om lokaal opgeslagen gegevens en de meeste cookies voor deze website te verwijderen (dit heeft geen invloed op andere websites). Nadat je dit gedaan hebt zal je opnieuw moeten inloggen, dus zorg er eerst voor dat je je inloggegevens kent. Die kan je vinden onder Instellingen -> <%= linkStart %>Site<%= linkEnd %>.", "localStorageTryNext": "Als het probleem blijft bestaan, <%= linkStart %>Meld dan een bug<%= linkEnd %> als je dat nog niet gedaan hebt.", "localStorageClear": "Gegevens wissen", "localStorageClearExplanation": "Deze knop zal je lokaal opgeslagen gegevens en de meeste cookies verwijderen en je uitloggen.", @@ -129,11 +129,11 @@ "passwordConfirmationMatch": "Wachtwoordconfirmatie komt niet overeen met wachtwoord.", "invalidLoginCredentials": "Incorrecte gebruikersnaam en/of e-mail en/of wachtwoord.", "passwordResetPage": "Reset je wachtwoord", - "passwordReset": "Als we je e-mailadres in ons bestand hebben staan, dan zijn er nu instructies verstuurd voor het opnieuw instellen van je wachtwoord.", + "passwordReset": "Als we je e-mailadres of gebruikersnaam in ons bestand hebben staan, dan zijn er nu instructies verstuurd voor het opnieuw instellen van je wachtwoord.", "passwordResetEmailSubject": "Wachtwoord reset voor Habitica", "passwordResetEmailText": "Als je een wachtwoordreset hebt aangevraagd voor <%= username %> op Habitica, ga dan naar <%= passwordResetLink %> om een nieuwe in te stellen. Deze link verloopt na 24 uur. Als je geen wachtwoordreset hebt aangevraagd, negeer deze mail dan.", "passwordResetEmailHtml": "Als je een wachtwoordreset hebt aangevraagd voor <%= username %> op Habitica, klik dan\">hier om een nieuwe in te stellen. Deze link verloopt na 24 uur.

    Als je geen wachtwoordreset hebt aangevraagd, negeer deze mail dan.", - "invalidLoginCredentialsLong": "Oh-oh, je email adres / gebruikersnaam of wachtwoord is incorrect.\n- Zorg ervoor dat deze correct getypt zijn. Je gebruikersnaam en wachtwoord zijn hoofdlettergevoelig. \n- Wellicht heb je je aangemeld via Facebook of Google-sign-in, niet via email. Probeer dit dubbel te controleren door deze te proberen. \n- Als je je wachtwoord bent vergeten, klik \"Wachtwoord vergeten\".", + "invalidLoginCredentialsLong": "Oh-oh, je email adres / gebruikersnaam of wachtwoord is incorrect.\n- Zorg ervoor dat deze correct getypt zijn. Je gebruikersnaam en wachtwoord zijn hoofdlettergevoelig.\n- Wellicht heb je je aangemeld via Facebook of Google-sign-in, niet via email. Probeer dit dubbel te controleren door deze te proberen.\n- Als je je wachtwoord bent vergeten, klik \"Wachtwoord vergeten\".", "invalidCredentials": "Er is geen account dat deze aanmeldingsgegevens bevat.", "accountSuspended": "Dit account, Gebruikers-ID \"<%= userId %>\", is geblokkeerd wegens het overtreden van de Gemeenschapsrichtlijnen (https://habitica.com/static/community-guidelines) of Servicevoorwaarden (https://habitica.com/static/terms). Voor meer informatie of het aanvragen om gedeblokkeerd te worden, gelieve onze Community Manager te e-mailen via <%= communityManagerEmail %> of vraag je ouder of voogd om te e-mailen. Gelieve je Gebruikers-ID en gebruikersnaam bij te sluiten in de email.", "accountSuspendedTitle": "Account is geschorst", @@ -150,7 +150,7 @@ "confirmPassword": "Wachtwoord bevestigen", "usernameLimitations": "Gebruikersnaam moet 1 tot 20 tekens lang zijn, moet enkel de letters a tot z, nummers 0 tot 9, koppeltekens of lage strepen bevatten en mag geen ongepaste termen bevatten.", "usernamePlaceholder": "Bijv., GewoonteDier", - "emailPlaceholder": "Bijv., dier@voorbeeld.com", + "emailPlaceholder": "bijv., griffioen@voorbeeld.com", "passwordPlaceholder": "bijv., ******************", "confirmPasswordPlaceholder": "Zorg ervoor dat het wachtwoord hetzelfde is!", "joinHabitica": "Doe mee met Habitica", @@ -184,5 +184,8 @@ "mobileApps": "Mobiele apps", "learnMore": "Meer informatie", "communityInstagram": "Instagram", - "minPasswordLength": "Een wachtwoord moet minstens uit 8 karakters bestaan." + "minPasswordLength": "Een wachtwoord moet minstens uit 8 karakters bestaan.", + "enterHabitica": "Betreed Habitica", + "emailUsernamePlaceholder": "bijv., gewoontekonijn of griffioen@voorbeeld.com", + "socialAlreadyExists": "Deze inloggegevens zijn verbonden aan een albestaande Habitica-account." } diff --git a/website/common/locales/nl/gear.json b/website/common/locales/nl/gear.json index 3dffd8ac46..ea53d9913e 100644 --- a/website/common/locales/nl/gear.json +++ b/website/common/locales/nl/gear.json @@ -2365,5 +2365,31 @@ "shieldArmoireFishFoodNotes": "Deze vis geeft je huisdieren goede botten. Je moet wel nog even raden welke huisdieren het lekker vinden. Verhoogt Perceptie met <%= per %>. Betoverde kast: dierenvoedingset (voorwerp 7 van 10).", "shieldArmoireHoneyFoodNotes": "Pas op voor plakkerige poten als je je huisdieren honing hebt gevoerd! Sommige huisdieren houden van deze natuurlijke zoetigheid; weet jij welke? Verhoogt Intelligentie en Perceptie met <%= attrs %>. Betoverde kast: dierenvoedingsset (voorwerp 6 van 10).", "shieldArmoireMeatFoodNotes": "Iedereen heeft eiwitten nodig om groot en sterk te worden en sommige huisdieren gaan daar graag voor! Verhoogt Kracht met <%= str %>. Betoverde kast: dierenvoedingset (voorwerp 5 van 10).", - "shieldArmoireMilkFoodNotes": "Melk is goed voor elk, en dat geldt ook voor de huisdieren die er dol op zijn. Verhoogt Weerbaarheid en Kracht met <%= attrs %>. Betoverde kast: dierenvoedingset (voorwerp 10 van 10)." + "shieldArmoireMilkFoodNotes": "Melk is goed voor elk, en dat geldt ook voor de huisdieren die er dol op zijn. Verhoogt Weerbaarheid en Kracht met <%= attrs %>. Betoverde kast: dierenvoedingset (voorwerp 10 van 10).", + "weaponSpecialSummer2021WarriorText": "Waterig Mes", + "weaponSpecialSummer2021RogueText": "Annemoon Tentakels", + "weaponSpecialSummer2021MageText": "Nautiloïde Wandelstok", + "weaponSpecialSummer2021HealerText": "Staf van Mais", + "weaponSpecialSummer2021RogueNotes": "Elk roofzuchtig monster dat durft te naderen zal de steek van je beschetmende vrienden voelen! Verhoogt Kracht met <%= str %>. Beperkte oplage 2021 zomeruitrusting.", + "weaponSpecialSummer2021WarriorNotes": "Dit schimmerende mes stroomt misschien als water, maar het kan tot de hart van de lastigste problemen snijden! Verhoogt Kracht met <%= str %>. Beperkte oplage 2021 zomeruitrusting.", + "weaponSpecialSummer2021MageNotes": "Of je magische ambities nou twintig duizend competities diep liggen, of als je alleen meent te duiken in het ondiepe van de kunst, dit glanzende werktuig zal je goed dienen! Verhoogt Intelligentie met <%= int %> en Perceptie met <%= per =%>. Beperkte oplage 2021 zomeruitrusting.", + "weaponSpecialSummer2021HealerNotes": "Niet om flauw te doen, maar deze staf is een levenredder. Verhoogt Intelligentie met <%= int %>. Beperkte oplage 2021 zomeruitrusting.", + "weaponSpecialFall2021RogueText": "Druipende Smurrie", + "weaponSpecialFall2021RogueNotes": "Waar ben je in hemelsnaam terecht in gekomen? Wanneer mensen zeggen dat Dieven plakkerige vingers hebben, is dit niet wat ze bedoelen! Verhoogt Kracht met <%= str %>. Beperkte oplage 2021 herfstuitrusting.", + "weaponSpecialFall2021WarriorText": "Paardrijder's Bijl", + "weaponSpecialFall2021WarriorNotes": "Dit gestileerde, enkelbladige bijl is ideaal voor het hakken... van pompoenen! Verhoogt Kracht met <%= str %>. Beperkte oplage 2021 herfstuitrusting.", + "weaponSpecialFall2021MageText": "Staf van Pure Gedachtes", + "weaponSpecialFall2021MageNotes": "Kennis zoekt kennis. Gevormd uit herinneringen en verlangens, deze angstaanjagende hand grijpt voor meer. Verhoogt Intelligentie met <%= int %>. Beperkte oplage 2021 herfstuitrusting.", + "weaponSpecialFall2021HealerText": "Oproepstaf", + "weaponSpecialFall2021HealerNotes": "Gebruik deze toverstok om genezende vlammen en een geestig schepsel op te roepen om je te helpen. Verhoogt Intelligentie met <%= int %>. Beperkte oplage 2021 herfstuitrusting.", + "weaponSpecialWinter2022RogueText": "Vallende Ster Vuurwerk", + "weaponSpecialWinter2022RogueNotes": "Zilver en goud zijn geliefd onder Dieven, toch? Deze zijn helemaal op thema. Verhoogt Kracht met <%= str %>. Beperkte oplage 2021-2022 winteruitrusting.", + "weaponSpecialWinter2022WarriorText": "Zuurstok Zwaard", + "weaponSpecialWinter2022WarriorNotes": "Hoeveel likken heb je nodig om deze zuurstok te slijpen tot de perfecte zwaard? Verhoogt Kracht met <%= str %>. Beperkte oplage 2021-2022 winteruitrusting.", + "weaponSpecialWinter2022MageText": "Granaatappel Staf", + "weaponSpecialWinter2022MageNotes": "De bessen op deze staf bevatten een eeuwenoude magie om in winter gebruikt te worden. Verhoogt Intelligentie met <%= int %>. Beperkte oplage 2021-2022 winteruitrusting.", + "weaponSpecialWinter2022HealerText": "Kristallijn Ijs Toverstok", + "headSpecialNye2021Text": "Belachelijke Feesthoed", + "headSpecialNye2021Notes": "Je hebt een Belachelijke Feesthoed ontvangen! Draag het met trots terwijl je het nieuwe jaar inluidt! Geeft geen voordelen.", + "weaponSpecialWinter2022HealerNotes": "Raak de nek van een vriend met dit uit vast water bestaande werktuig en zie ze van hun stoel springen! Verhoogt Intelligentie met <%= int %>. Beperkte oplage 2021-2022 winteruitrusting." } diff --git a/website/common/locales/nl/generic.json b/website/common/locales/nl/generic.json index 301cda6784..35cedb567a 100644 --- a/website/common/locales/nl/generic.json +++ b/website/common/locales/nl/generic.json @@ -201,5 +201,17 @@ "congratulations": "Gefeliciteerd!", "onboardingAchievs": "Inwerkprestaties", "options": "Opties", - "finish": "Voltooien" + "finish": "Voltooien", + "reportBugHeaderDescribe": "Beschrijf a.u.b. de fout die je ondergaat en ons team zal contact met je opnemen.", + "reportEmailText": "Dit zal alleen gebruikt worden om contact met je op te nemen met betrekking tot de foutmelding.", + "reportEmailError": "Voorzie a.u.b. van een geldig e-mailadres", + "reportEmailPlaceholder": "Je e-mailadres", + "reportDescription": "Beschrijving", + "reportDescriptionText": "Voeg schermopnames of Javascript console errors toe indien nuttig.", + "reportDescriptionPlaceholder": "Beschrijf de fout hier in detail", + "submitBugReport": "Foutmelding Indienen", + "reportSent": "Foutmelding verzonden!", + "reportSentDescription": "We zullen contact met je opnemen zodra ons team de kans heeft het te onderzoeken. Dankje voor het melden van dit probleem.", + "askQuestion": "Stel een Vraag", + "emptyReportBugMessage": "Fout Melden Bericht ontbreekt" } diff --git a/website/common/locales/nl/groups.json b/website/common/locales/nl/groups.json index a1cb51c588..fdeb5eafad 100644 --- a/website/common/locales/nl/groups.json +++ b/website/common/locales/nl/groups.json @@ -378,5 +378,6 @@ "joinGuild": "Lid worden van gilde", "editGuild": "Gilde aanpassen", "editParty": "Groep aanpassen", - "leaveGuild": "Verlaat Gilde" + "leaveGuild": "Verlaat Gilde", + "sendGiftTotal": "Totaal:" } diff --git a/website/common/locales/nl/limited.json b/website/common/locales/nl/limited.json index 260bde719b..29abe3e44e 100644 --- a/website/common/locales/nl/limited.json +++ b/website/common/locales/nl/limited.json @@ -141,7 +141,7 @@ "dateEndOctober": "31 oktober", "dateEndNovember": "30 November", "dateEndJanuary": "31 januari", - "dateEndFebruary": "29 Februari", + "dateEndFebruary": "28 Februari", "winterPromoGiftHeader": "GEEF EEN ABONNEMENT CADEAU, KRIJG ER ZELF OOK EEN GRATIS!", "winterPromoGiftDetails1": "Alleen tot 6 Januari, wanneer je iemand een abonnement schenkt, krijg je hetzelfde abonnenemt gratis voor jezelf!", "winterPromoGiftDetails2": "Denk eraan dat als jij of je geschenk ontvanger al een terugkerend abonnenemt bevat, het geschonken abonnement pas start nadat dat abonnement is afgezegd of afgelopen is. Hartelijk dank voor je steun! <3", @@ -216,5 +216,10 @@ "winter2022FireworksRogueSet": "Vuurwerk (Dief)", "winter2022StockingWarriorSet": "Kous (Krijger)", "winter2022PomegranateMageSet": "Granaatappel (Magiër)", - "winter2022IceCrystalHealerSet": "IJskristal (Genezer)" + "winter2022IceCrystalHealerSet": "IJskristal (Genezer)", + "spring2022MagpieRogueSet": "Ekster (Dief)", + "spring2022RainstormWarriorSet": "Regenstorm (Krijger)", + "spring2022ForsythiaMageSet": "Forsythia (Magiër)", + "spring2022PeridotHealerSet": "Peridoot (Genezer)", + "aprilYYYY": "April <%= year %>" } diff --git a/website/common/locales/nl/npc.json b/website/common/locales/nl/npc.json index 2bfb63faa7..38937cc116 100644 --- a/website/common/locales/nl/npc.json +++ b/website/common/locales/nl/npc.json @@ -129,5 +129,6 @@ "nMonthsSubscriptionGift": "<%= nMonths %> Maand(en) Abonnement (Cadeau)", "limitedAvailabilityMinutes": "Beschikbaar voor <%= minutes %>m <%= seconds %>s", "limitedAvailabilityHours": "Beschikbaar voor <%= hours %>h <%= minutes %>m", - "limitedAvailabilityDays": "Beschikbaar voor <%= days %>d <%= hours %>h <%= minutes %>m" + "limitedAvailabilityDays": "Beschikbaar voor <%= days %>d <%= hours %>h <%= minutes %>m", + "amountExp": "<%= amount %> Exp" } diff --git a/website/common/locales/nl/quests.json b/website/common/locales/nl/quests.json index 9ed14dc4f3..a04e8fa969 100644 --- a/website/common/locales/nl/quests.json +++ b/website/common/locales/nl/quests.json @@ -95,5 +95,8 @@ "newItem": "Nieuw voorwerp", "selectQuestModal": "Selecteer een queeste", "yourQuests": "Jouw queestes", - "cancelQuest": "Annuleer queeste" + "cancelQuest": "Annuleer queeste", + "questOwner": "Queeste Eigenaar", + "ownerOnly": "Eigenaar-beperkt", + "backToSelection": "Terug naar Queeste selectie" } diff --git a/website/common/locales/nl/questscontent.json b/website/common/locales/nl/questscontent.json index f2f53f42f9..abec63d2c8 100644 --- a/website/common/locales/nl/questscontent.json +++ b/website/common/locales/nl/questscontent.json @@ -602,7 +602,7 @@ "questSquirrelDropSquirrelEgg": "Eekhoorn (Ei)", "questSquirrelUnlockText": "Ontgrendelt het kopen van Eekhoorneieren op de Markt", "cuddleBuddiesText": "Knuffelvrienden Queeste Bundel", - "cuddleBuddiesNotes": "Bevat 'Het Killer Konijn', 'De Schandelijke Fret', en 'De Cavia Gang'. Beschikbaar tot 31 Mei.", + "cuddleBuddiesNotes": "Bevat 'Het Killer Konijn', 'De Schandelijke Fret', en 'De Cavia Gang'. Beschikbaar tot 31 Maart.", "aquaticAmigosText": "Aquatische Vrienden Queeste Bundel", "aquaticAmigosNotes": "Bevat 'De Magische Molsalamander', 'De Kraken van Onvoltooid', en 'De Roep van Octothulu'. Beschikbaar tot 1 augustus.", "questSeaSerpentText": "Gevaar in de Diepten: Zeeslangen Slag!", @@ -628,7 +628,7 @@ "oddballsText": "Oddballs Quest Bundle", "oddballsNotes": "Bevat 'De Regent van de Gelei', 'Ontsnap aan het Grottenwezen' en 'Een Warrig Garen'. Beschikbaar tot 30 April.", "birdBuddiesText": "Bird Buddies Quest Bundle", - "birdBuddiesNotes": "Contains 'The Fowl Frost,' 'Rooster Rampage,' and 'The Push-and-Pull Peacock.' Available until December 31.", + "birdBuddiesNotes": "Bevat 'De Vogel Vorst,' 'Haan Razernij,' en 'De Duw-en-Trek Pauw.' Beschikbaar tot 30 september.", "questVelociraptorText": "The Veloci-Rapper", "questVelociraptorNotes": "You’re 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.

    My Habits took a hit, I missed my Dailies,
    I’m losing it, sinking with doubt and maybes,
    At the top of my game I used to be so fly,
    But now I just let my Due Dates go by.


    @*~Seraphina~* peers behind a stand of grass. “It’s the Veloci-Rapper. It seems... distraught?”

    You pump a fist in determination. “There's only one thing to do. Rap battle time!”", "questVelociraptorCompletion": "Je barst door het gras en confronteert de Veloci-Rapper.

    Kijk hier, rapper, je bent geen opgever,
    Je bent de hardste slagman van de Slechte Gewoonten!
    Vink je to do's af als een baas,
    Rouw niet om een verlies van één dag!


    Vervuld met hernieuwd zelfvertrouwen gaat hij op weg naar een volgende dag om te freestylen, waarbij hij drie eieren achterlaat waar hij zat.", @@ -669,7 +669,7 @@ "questAmberText": "De Amber Alliantie", "questDolphinNotes": "Je loopt langs de oevers van Incomplete Baai en denkt na over het enorme werk dat voor je ligt. Een plons in het water springt in het oog. Een prachtige dolfijn buigt over de golven. Zonlicht glinstert van zijn vinnen en staart. Maar wacht ... dat is geen zonlicht en de dolfijn duikt niet terug in de zee. Het richt zijn blik op @khdarkwolf.

    \"Ik zal al deze dagelijkse taken nooit afmaken\", zei @khdarkwolf.

    \"Ik ben niet goed genoeg om mijn doelen te bereiken\", zei @ confusedcicada toen de dolfijn zijn blik op hen richtte.

    \"Waarom heb ik het zelfs geprobeerd?\" vroeg @mewrose, bezwijkend onder de blik van het beest.

    Zijn ogen ontmoeten de jouwe en voelen dat je geest onder het stijgende getij van twijfel begint te zinken. Je maakt jezelf sterk; iemand moet dit wezen verslaan en jij zal het zijn!", "questRobotCompletion": "Terwijl @Rev en de Accountability Buddy de laatste bout op zijn plaats zetten, zoemt de tijdmachine tot leven. @FolleMente en @McCoyly springen aan boord. 'Bedankt voor de hulp! We zien je in de toekomst! Deze zouden je trouwens moeten helpen bij je volgende uitvinding! ” Daarmee verdwijnen de tijdreizigers, maar achtergelaten in het wrak van de oude Productivity Stabilizer zijn drie uurwerkeieren. Misschien zijn dit wel de cruciale componenten voor een nieuwe productielijn van Verantwoordingsmaatjes!", - "delightfulDinosNotes": "Bevat 'De Pterreur-dactyl,' 'De Vertrappelende Triceratops,' and 'De Opgegraven Dinosaurus.' Beschikbaar tot 30 november.", + "delightfulDinosNotes": "Bevat 'De Pterreur-dactyl,' 'De Vertrappelende Triceratops,' and 'De Opgegraven Dinosaurus.' Beschikbaar tot 31 mei.", "questWaffleText": "Wafelen met de Aprilvis: Ramp Ontbijt!", "questRubyCollectVenusRunes": "Venus Runen", "questRubyCollectAquariusRunes": "Waterman Dierenriem Runen", @@ -677,7 +677,7 @@ "questWaffleUnlockText": "Ontgrendelt het kopen van gebak uitbroeddrank op de markt", "questWaffleDropDessertPotion": "Gebaks uitbroeddrank", "questWaffleRageEffect": "`Vreselijke Wafel gebruikt AHORM MOERAS!` Kleverige sappige stroop vertraagt je zwaaien en spreuken! Voorlopige schade verminderd.", - "questWaffleRageDescription": "Ahorn Moeras: Deze balk vult zich als je je dagelijkse taken niet voltooit. Wanneer die vol is, zal de Vreselijke Wafel een deel van voortgang van de aanval van het gezelschap ongedaan maken!", + "questWaffleRageDescription": "Ahorn Moeras: Deze balk vult zich als je je dagelijkse taken niet voltooit. Wanneer die vol is, zal de Vreselijke Wafel een deel van de nog-te-verrichten schade van de groepsleden blokkeren!", "questWaffleRageTitle": "Ahorn Moeras", "questWaffleNotes": "“Aprilvis!” stormt een onrustige Lady Glaciate. “Je zei dat je grap met een dessertthema ‘voorbij en volledig opgeruimd’ was!”

    “Wel, het was en is, mijn liefje”, antwoordt de Aprilvis verbaasd. “En ik ben de meest eerlijke van de grappen. Wat is er aan de hand?”

    “Een gigantisch suikerachtig monster nadert Gewoontestad!”

    “Hmm”, mijmert de Aprilvis. “Ik heb voor mijn laatste evenement een paar schuilplaatsen geplunderd voor de mystieke reagentia. Misschien trok ik ongewenste aandacht. Is het de Saccharineslang? De Luiptaart? Tiramisu Rex?”

    “Nee! Het is een soort van… Vreselijke wafel!”-

    “He. Dat is een nieuwe! Misschien is het voortgekomen uit alle omgevingsenergie.” Hij wendt zich tot jou en @beffymaroo met een scheve glimlach. “Ik neem aan dat je niet beschikbaar zou zijn voor enkele heldendaden?”", "questWaffleBoss": "Vreselijke Wafel", @@ -707,7 +707,11 @@ "questBlackPearlUnlockText": "Ontgrendelt het kopen van zwarte parel uitbroeddrank op de markt", "questBlackPearlDropBlackPearlPotion": "Zwarte parel uitbroeddrank", "questTurquoiseUnlockText": "Ontgrendelt het kopen van turkoois uitbroeddrank op de markt", - "questTurquoiseDropTurquoisePotion": "Turquoise uitbroeddrank", + "questTurquoiseDropTurquoisePotion": "Turquoise Uitbroeddrank", "questWindupUnlockText": "Ontgrendelt het kopen van opwind uitbroeddrank op de markt", - "questWindupDropWindupPotion": "Opwind uitbroeddrank" + "questWindupDropWindupPotion": "Opwind uitbroeddrank", + "questTurquoiseCollectTurquoiseGems": "Turkooise Edelstenen", + "questWindupCompletion": "Terwijl je aanvallen ontwijkt merk je iets vreemds op: een gestreepte koperen staart die uit het chassis van de robot steekt. Je steekt een hand tussen de knarsende tandwielen en haalt eruit... een trillende opwindbare tijgerwelp? Het ligt snug tegen je shirt aan.

    De uurwerkrobot stopt onmiddellijk met ranselen en glimlacht, waarbij de tandwielen weer op hun plaats klikken. “P-P-Poesje! Poesje kwam in me!\"

    \"Geweldig!\" zegt de Krachtige, blozend. \"Ik heb hard gewerkt aan deze opwindbare huisdierendrankjes. Ik denk dat ik mijn nieuwe creaties uit het oog ben verloren. Ik heb mijn 'Ruim de werkplaats op' dagelijkse taak veel gemist de laatste tijd...'

    Je volgt de knutselaar en Clankton naar binnen. Onderdelen, gereedschappen en drankjes bedekken elk oppervlak. 'Krachtig' pakt je horloge, maar geeft je een paar drankjes.

    'Neem deze. Het is duidelijk dat ze veiliger zijn bij jou!'", + "questTurquoiseText": "Turkooise Schat Gezwoeg", + "questTurquoiseCollectNeptuneRunes": "Neptunus Runen" } diff --git a/website/common/locales/nl/settings.json b/website/common/locales/nl/settings.json index b6a305fe26..290351beb0 100644 --- a/website/common/locales/nl/settings.json +++ b/website/common/locales/nl/settings.json @@ -42,7 +42,7 @@ "sureChangeCustomDayStartTime": "Weet je zeker dat je jouw begin van de dag wilt aanpassen? Je Dagelijkse Taken zullen de eerste keer dat je Habitica gebruikt na <%= time %> resetten. Zorg ervoor dat je je Dagelijkse Taken voor die tijd hebt voltooid!", "customDayStartHasChanged": "Je aangepaste begin van de dag is veranderd.", "nextCron": "Je dagelijkse taken worden gereset de eerste keer dat je Habitica gebruikt na <%= time %>. Zorg ervoor dat je je dagelijkse taken voor die tijd afrondt!", - "customDayStartInfo1": "Standaard controleert en reset Habitica je dagelijkse taken elke dag om middernacht. Je kunt dit hier aanpassen.", + "customDayStartInfo1": "Habitica controleert en reset je dagelijkse taken elke dag om middernacht in je eigen tijdzone. Je kunt hier aanpassen wanneer dat gebeurt.", "misc": "Diversen", "showHeader": "Bovenbalk laten zien", "changePass": "Wachtwoord veranderen", @@ -55,7 +55,7 @@ "newUsername": "Nieuwe gebruikersnaam", "dangerZone": "Gevarenzone", "resetText1": "WAARSCHUWING! Deze functie reset veel onderdelen van je account. Hoewel we niet aanraden om dit te doen, vinden sommige mensen het handig na een tijdje geëxperimenteerd te hebben met de site.", - "resetText2": "Je zal al je levels, Goud en Ervaring verliezen. Al je taken (behalve die van Uitdagingen) zullen permanent verwijderd worden en je verliest daarvan ook alle geschiedenis. Je verliest al je uitrusting, maar die kun je opnieuw aanschaffen. Dit geldt ook voor alle beperkte oplage uitrusting en abonnee voorwerpen die je al bezit (je zal in de juiste klasse moeten zitten om klasse-specifieke uitrusting terug te kopen). Je behoudt je huidige klasse en je huisdieren en rijdieren. Wellicht gebruik je liever een Bol der Hergeboorte, die een veiligere optie biedt en je jouw taken en uitrusting laat behouden.", + "resetText2": "Je zal al je levels, Goud en Ervaring verliezen. Al je taken (behalve die van Uitdagingen) zullen permanent verwijderd worden en je verliest daarvan ook alle geschiedenis. Je verliest al je uitrusting, behalve Abonnee Mysterie Voorwerpen en gratis herdenkingsvoorwerpen. Verloren uitrusting kun je opnieuw aanschaffen. Dit geldt ook voor alle beperkte oplage uitrusting (je zal in de juiste klasse moeten zitten om klasse-specifieke uitrusting terug te kopen). Je behoudt je huidige klasse, prestaties en je huisdieren en rijdieren. Wellicht gebruik je liever een Bol der Hergeboorte, die een veiligere optie biedt en je jouw taken en uitrusting laat behouden.", "deleteLocalAccountText": "Weet je het zeker? Dit verwijdert je account voorgoed en het kan nooit meer hersteld worden! Je zult een nieuw account moeten registreren om Habitica weer te gebruiken. Gespaarde of uitgegeven edelstenen zullen niet vergoed worden, Als je het absoluut zeker weet, typ dan je wachtwoord in het tekstvak hieronder.", "deleteSocialAccountText": "Weet je het zeker? Dit zal je account voor altijd verwijderen en kan nooit weer worden hersteld! Om Habitica opnieuw te gebruiken, zul je een nieuwe account moeten aanmaken. Gebruikte Edelstenen en Edelstenen die je nog hebt in de bank worden niet vergoed. Als je het absoluut zeker weet, type dan \"<%= magicWord %>\" in het tekstvak hieronder.", "API": "API", @@ -159,8 +159,8 @@ "amazonPayments": "Amazon-betalingen", "amazonPaymentsRecurring": "Het aanvinken van het vakje hieronder is nodig voor het aanmaken van je abonnement. Het laat toe dat je Amazon account wordt gebruikt voor lopende betalingen op dit abonnement. Het zal je Amazon account niet automatisch selecteren voor volgende aankopen.", "timezone": "Tijdzone", - "timezoneUTC": "Habitica gebruikt de tijdzone die op je PC ingesteld is: <%= utc %>", - "timezoneInfo": "Als die tijdzone fout is, laad dan eerst deze pagina opnieuw met je browsers herlaad- of verversknop om er zeker van te zijn dat Habitica de meest recente informatie heeft. Als het nog steeds fout is, pas dan de tijdzone op je PC aan en herlaad opnieuw deze pagina.

    Als je Habitica op andere PC's of mobiele apparaten gebruikt, dan moet de tijdzone overal hetzelfde zijn. Als je dagelijkse taken op de verkeerde tijd zijn gereset, herhaal dan deze controle op alle andere PC's en in een browser op je mobiele apparaat.", + "timezoneUTC": "Je tijdzone is ingesteld door je computer, en is: <%= utc %>", + "timezoneInfo": "Als die tijdzone fout is, laad dan eerst deze pagina opnieuw met je browsers herlaad- of verversknop om er zeker van te zijn dat Habitica de meest recente informatie heeft. Als het nog steeds fout is, pas dan de tijdzone op je PC aan en herlaad opnieuw deze pagina.

    Als je Habitica op andere PC's of mobiele apparaten gebruikt, dan moet de tijdzone overal hetzelfde zijn. Als je dagelijkse taken op de verkeerde tijd zijn gereset, herhaal dan deze controle op alle andere PC's en in een browser op je mobiele apparaat.", "push": "Push", "about": "Over", "setUsernameNotificationTitle": "Bevestig je gebruikersnaam!", @@ -189,5 +189,31 @@ "everywhere": "Overal", "suggestMyUsername": "Stel me een gebruikersnaam voor", "mentioning": "Vermelding", - "bannedWordUsedInProfile": "Jouw gebruikersnaam of over-tekst bevatte ongepast taalgebruik." + "bannedWordUsedInProfile": "Jouw gebruikersnaam of over-tekst bevatte ongepast taalgebruik.", + "transactions": "Transacties", + "gemTransactions": "Edelsteen Transacties", + "hourglassTransactions": "Zandloper Transacties", + "noGemTransactions": "Je hebt nog geen edelsteen transacties.", + "noHourglassTransactions": "Je hebt nog geen zandloper transacties.", + "transaction_debug": "Debug Actie", + "transaction_buy_money": "Gekocht met geld", + "transaction_buy_gold": "Gekocht met goud", + "transaction_contribution": "Door middel van bijdrage", + "transaction_spend": "Uitgegeven aan", + "transaction_gift_send": "Geschonken aan", + "transaction_gift_receive": "Ontvangen van", + "transaction_create_challenge": "Uitdaging aangemaakt", + "transaction_create_guild": "Gilde aangemaakt", + "transaction_change_class": "Klasse veranderd", + "addPasswordAuth": "Wachtwoord Toevoegen", + "transaction_rebirth": "Bol van Wedergeboorte gebruikt", + "transaction_release_pets": "Huisdieren vrijgelaten", + "transaction_release_mounts": "Rijdieren vrijgelaten", + "transaction_reroll": "Versterkingsdrank gebruikt", + "transaction_subscription_perks": "Van abonnement extraatje", + "gemCap": "Edelstenen Grens", + "nextHourglass": "Volgende Zandloper", + "nextHourglassDescription": "Abonnees krijgen Mystieke Zandlopers binnen\nde eerste drie dagen van de maand.", + "adjustment": "Aanpassing", + "dayStartAdjustment": "Dag Begin Aanpassing" } diff --git a/website/common/locales/nl/subscriber.json b/website/common/locales/nl/subscriber.json index 184b914707..6aca60adce 100644 --- a/website/common/locales/nl/subscriber.json +++ b/website/common/locales/nl/subscriber.json @@ -190,5 +190,22 @@ "mysterySet202102": "Charmerende Kampioenenset", "mysterySet202103": "Bloesem Kijk Set", "mysterySet202104": "Distel bewaarder set", - "mysterySet202105": "Nevel Draken Set" + "mysterySet202105": "Nevel Draken Set", + "mysterySet202112": "Antarctisch Ontdoener Set", + "needToPurchaseGems": "Moet je edelstenen kopen als een cadeau?", + "wantToSendOwnGems": "Wil je je eigen edelstenen sturen?", + "howManyGemsPurchase": "Hoeveel edelstenen zou je willen kopen?", + "howManyGemsSend": "Hoeveel edelstenen zou je willen sturen?", + "mysterySet202201": "Middernacht Pretmaker Set", + "mysterySet202108": "Vurige Shounen Set", + "mysterySet202106": "Zonsondergang Sirene Set", + "mysterySet202109": "Lunair Lepidopteraan Set", + "mysterySet202107": "Stranddol Set", + "mysterySet202111": "Cosmische Tijdtovenaar Set", + "mysterySet202110": "Mossige Waterspuwer Set", + "sendAGift": "Stuur Cadeau", + "mysterySet202203": "Onverschrokken Vuurvlieg Set", + "mysterySet202204": "Virtueel Avonturier Set", + "mysterySet202202": "Turkooise Tweelingstraart Set", + "mysterySet202205": "Schemer-Gevleugelde Draak Set" } diff --git a/website/common/locales/nl/tasks.json b/website/common/locales/nl/tasks.json index 2442834cee..626a867132 100644 --- a/website/common/locales/nl/tasks.json +++ b/website/common/locales/nl/tasks.json @@ -138,5 +138,6 @@ "tomorrow": "Morgen", "counter": "Teller", "adjustCounter": "Teller aanpassen", - "resetCounter": "Teller resetten" + "resetCounter": "Teller resetten", + "editTagsText": "Wijzig Labels" } diff --git a/website/common/locales/pt_BR/gear.json b/website/common/locales/pt_BR/gear.json index 447a1e4cc8..13177b0ef2 100644 --- a/website/common/locales/pt_BR/gear.json +++ b/website/common/locales/pt_BR/gear.json @@ -2543,5 +2543,7 @@ "armorArmoireShootingStarCostumeText": "Vestes de Estrela", "armorArmoireSoftVioletSuitNotes": "O roxo é uma cor luxuosa. Relaxe com estilo depois de completar todas suas diárias. Aumenta Constituição e Força em <%= attrs %> cada. Armário Encantado: Conjunto de Roupas Violetas para Ficar em Casa (Item 2 de 3).", "armorArmoireGardenersOverallsText": "Macacão de Jardineiro", - "armorArmoireShootingStarCostumeNotes": "Ditas caídas do céu, estas vestes o elevam acima de quaisquer obstáculos em seu caminho. Aumenta Constituição em <%= con %>. Armário Encantado: Conjunto de Pó Estelar (Item 2 de 3)." + "armorArmoireShootingStarCostumeNotes": "Ditas caídas do céu, estas vestes o elevam acima de quaisquer obstáculos em seu caminho. Aumenta Constituição em <%= con %>. Armário Encantado: Conjunto de Pó Estelar (Item 2 de 3).", + "headMystery202206Text": "Coroa da Sílfide do Mar", + "backMystery202206Text": "Asas da Sílfide do Mar" } diff --git a/website/common/locales/pt_BR/subscriber.json b/website/common/locales/pt_BR/subscriber.json index 31782d9792..fa0d1d5819 100644 --- a/website/common/locales/pt_BR/subscriber.json +++ b/website/common/locales/pt_BR/subscriber.json @@ -76,7 +76,7 @@ "mysterySet201710": "Conjunto Demônio Imperioso", "mysterySet201711": "Conjunto Viajando de Carpete", "mysterySet201712": "Conjunto Velamante", - "mysterySet201801": "Conjunto Duende de Neve", + "mysterySet201801": "Conjunto Sílfide da Geada", "mysterySet201802": "Conjunto Inseto do Amor", "mysterySet201803": "Conjunto Libélula Ousada", "mysterySet201804": "Conjunto Esquilo Elegante", diff --git a/website/common/locales/ru/achievements.json b/website/common/locales/ru/achievements.json index 7f5959f519..0123a506a7 100644 --- a/website/common/locales/ru/achievements.json +++ b/website/common/locales/ru/achievements.json @@ -123,5 +123,14 @@ "achievementShadeOfItAllModalText": "Вы собрали всех теневых скакунов!", "achievementShadyCustomer": "Сомнительно-темный клиент", "achievementShadeOfItAll": "Тень всего этого", - "achievementShadeOfItAllText": "Собраны все теневые скакуны." + "achievementShadeOfItAllText": "Собраны все теневые скакуны.", + "achievementZodiacZookeeperText": "Собраны все зодиакальные питомцы: крыса, корова, кролик, змея, лошадь, овца, обезьяна, петух, волк, тигр, летающая свинья и дракон!", + "achievementBirdsOfAFeather": "Масть к масти подбирается", + "achievementBirdsOfAFeatherText": "Собраны все летающие питомцы: летающая свинья, сова, попугай, птеродактиль, грифон, сокол, павлин и петух!", + "achievementZodiacZookeeper": "Смотритель зодиакального зоопарка", + "achievementZodiacZookeeperModalText": "Вы собрали всех зодиакальных питомцев!", + "achievementBirdsOfAFeatherModalText": "Вы собрали всех летающих питомцев!", + "achievementReptacularRumble": "Рокот рептилий", + "achievementReptacularRumbleText": "Собраны все пресмыкающиеся питомцы: аллигатора, птеродактиля, змею, трицератопса, черепаху, тираннозавра и велоцираптора!", + "achievementReptacularRumbleModalText": "Вы собрали всех пресмыкающихся питомцев!" } diff --git a/website/common/locales/ru/backgrounds.json b/website/common/locales/ru/backgrounds.json index 39d8cefd49..67399bef16 100644 --- a/website/common/locales/ru/backgrounds.json +++ b/website/common/locales/ru/backgrounds.json @@ -680,5 +680,25 @@ "backgroundOrangeGroveNotes": "Побродите по благоухающей апельсиновой роще.", "backgroundIridescentCloudsNotes": "Парите среди радужных облаков.", "hideLockedBackgrounds": "Скрыть заблокированные фоны", - "backgrounds032022": "Набор 94: Выпущен в марте 2022" + "backgrounds032022": "Набор 94: Выпущен в марте 2022", + "backgroundAnimalsDenText": "Логово лесного зверя", + "backgroundFloweringPrairieText": "Цветущая степь", + "backgroundAnimalsDenNotes": "Уютно устройтесь в логове лесного зверя.", + "backgroundBrickWallWithIvyText": "Кирпичная стена с плющом", + "backgroundBrickWallWithIvyNotes": "Полюбуйтесь кирпичной стеной, покрытой плющом.", + "backgroundFloweringPrairieNotes": "Порезвитесь в цветущей степи.", + "backgroundOnACastleWallText": "На стене замка", + "backgroundOnACastleWallNotes": "Выглядывайте из-за стены замка.", + "backgroundCastleGateText": "Врата замка", + "backgroundBlossomingTreesNotes": "Прохлаждайтесь под цветущими деревьями.", + "backgroundCastleGateNotes": "Встаньте на страже у врат замка.", + "backgroundSpringtimeLakeNotes": "Полюбуйтесь видами вдоль берегов весеннего озера.", + "backgroundEnchantedMusicRoomText": "Зачарованная музыкальная комната", + "backgrounds052022": "Набор 96: Выпущен в мае 2022", + "backgroundEnchantedMusicRoomNotes": "Играйте а зачарованный музыкальной комнате.", + "backgrounds042022": "Набор 95: Выпущен в апреле 2022", + "backgroundBlossomingTreesText": "Цветущие деревья", + "backgroundFlowerShopText": "Цветочный магазин", + "backgroundFlowerShopNotes": "Насладитесь сладким ароматом цветочного магазина.", + "backgroundSpringtimeLakeText": "Весеннее озеро" } diff --git a/website/common/locales/ru/communityguidelines.json b/website/common/locales/ru/communityguidelines.json index ad030cc3c1..ec9d5cfb6f 100644 --- a/website/common/locales/ru/communityguidelines.json +++ b/website/common/locales/ru/communityguidelines.json @@ -32,7 +32,7 @@ "commGuidePara031": "В некоторых публичных гильдиях обсуждаются деликатные темы, такие как депрессия, религия, политика и т.д. Это нормально до тех пор, пока участники обсуждений не нарушают Правила и Условия или Нормы Поведения в Общественных Местах, и до тех пор, пока они не отвлекаются от основной темы.", "commGuidePara033": "Открытые гильдии НЕ могут содержать материалы для взрослых (18+). Если в гильдии планируется частое обсуждение подобного контента, это должно быть указано в описании гильдии. Это делается для того, чтобы Habitica была безопасной и удобной для каждого.", "commGuidePara035": "Если гильдия обсуждает различные деликатные вопросы, то уважительным отношением к сообществу было бы разместить своё сообщение под предупреждением (например: «Осторожно: обсуждение аутоагрессии»). Это можно охарактеризовать как предупреждения о триггерах и/или примечания о содержании, и в гильдиях могут быть свои правила в дополнение к означенным здесь. Если возможно, используйте форматирование для скрытия потенциально деликатного контента под разрывом страницы, чтобы те, кто хочет избежать его чтения, могли перелистнуть её, не просматривая. Разработчики и модераторы также могут удалить материал по своему усмотрению.", - "commGuidePara036": "Также деликатные материалы должны быть уместны - упоминание аутоагрессии в гильдии, посвящённой борьбе с депрессией, может быть нормально, но в гильдии о музыке оно будет менее уместно. Если вы видите кого-то, кто часто нарушает эту инструкцию, особенно после нескольких предупреждений, пожалуйста, пометьте посты флагом и оповестите менеджера сообщества через admin@habitica.com.", + "commGuidePara036": "Также деликатные материалы должны быть уместны - упоминание аутоагрессии в гильдии, посвящённой борьбе с депрессией, может быть нормально, но в гильдии о музыке оно будет менее уместно. Если вы видите кого-то, кто часто нарушает эту инструкцию, особенно после нескольких предупреждений, пожалуйста, сообщите об этом, нажав на \"пожаловаться\" под постом.", "commGuidePara037": "Никакие гильдии, публичные или приватные, не должны создаваться с целью нападок на любую группу или индивидуума. Создание подобной Гильдии будет служить основанием для немедленного бана аккаунта. Сражайтесь с плохими привычками, а с не другими искателями приключений!", "commGuidePara038": "Все испытания в Таверне и Открытых Гильдий также должны подчиняться этим правилам.", "commGuideHeadingInfractionsEtc": "Нарушения, Последствия и Восстановление", diff --git a/website/common/locales/ru/content.json b/website/common/locales/ru/content.json index 563a540b07..ba35572e38 100644 --- a/website/common/locales/ru/content.json +++ b/website/common/locales/ru/content.json @@ -370,5 +370,6 @@ "hatchingPotionSunset": "Закат", "hatchingPotionSolarSystem": "Гелиосистемный", "hatchingPotionMoonglow": "Луносветный", - "hatchingPotionOnyx": "Оникс" + "hatchingPotionOnyx": "Оникс", + "hatchingPotionVirtualPet": "Виртуальный питомец" } diff --git a/website/common/locales/ru/contrib.json b/website/common/locales/ru/contrib.json index aef73d8bc8..cc7a8547ed 100644 --- a/website/common/locales/ru/contrib.json +++ b/website/common/locales/ru/contrib.json @@ -53,5 +53,6 @@ "surveysSingle": "Помогли развитию страны Habitica, заполнив анкету, или приняв активное участие в тестировании. Спасибо!", "surveysMultiple": "Помогли развитию Habitica <%= count %> раз, заполнив анкету, или помогая тестировать. Спасибо!", "blurbHallPatrons": "Это Зал Покровителей, где мы чествуем благородных искателей приключений, которые поддержали проект Habitica на Kickstarter. Мы благодарим их за помощь в воплощении страны Habitica в жизнь!", - "blurbHallContributors": "Это — Зал Участников, в котором воздаются почести всем, кто внес свой вклад в создание страны Habitica, будь то программный код, картинки, музыка, тексты или просто помощь другим. Все они получают в награду самоцветы, эксклюзивное снаряжение и престижные значки. Вы тоже можете принять участие в создании Habitica! Узнайте больше здесь. " + "blurbHallContributors": "Это — Зал Участников, в котором воздаются почести всем, кто внес свой вклад в создание страны Habitica, будь то программный код, картинки, музыка, тексты или просто помощь другим. Все они получают в награду самоцветы, эксклюзивное снаряжение и престижные значки. Вы тоже можете принять участие в создании Habitica! Узнайте больше здесь. ", + "noPrivAccess": "У вас нет необходимых привилегий." } diff --git a/website/common/locales/ru/front.json b/website/common/locales/ru/front.json index c1b89fb21c..dfc37e84c4 100644 --- a/website/common/locales/ru/front.json +++ b/website/common/locales/ru/front.json @@ -13,7 +13,7 @@ "companyDonate": "Пожертвования", "forgotPassword": "Забыли пароль?", "emailNewPass": "Отправьте мне ссылку на сброс пароля", - "forgotPasswordSteps": "Введите адрес электронной почты, который вы использовали при регистрации.", + "forgotPasswordSteps": "Введите ваше имя пользователя или адрес электронной почты, который вы использовали при регистрации.", "sendLink": "Отправить ссылку", "featuredIn": "О Habitica пишут", "footerDevs": "Разработчики", @@ -104,7 +104,7 @@ "work": "Работа", "reportAccountProblems": "Сообщить о проблеме с учетной записью", "reportCommunityIssues": "Сообщить о проблеме с сообществом", - "subscriptionPaymentIssues": "Проблемы с Подпиской и Оплатой", + "subscriptionPaymentIssues": "Проблемы с подпиской и оплатой", "generalQuestionsSite": "Общие вопросы по сайту", "businessInquiries": "Торговые/Бизнес предложения", "merchandiseInquiries": "Запрос на физические товары (тематические Футболки, наклейки)", @@ -129,7 +129,7 @@ "passwordConfirmationMatch": "Подтверждение пароля не совпадает с паролем.", "invalidLoginCredentials": "Неправильное имя пользователя и/или адрес электронной почты и/или пароль.", "passwordResetPage": "Сбросить пароль", - "passwordReset": "Если у нас есть ваш email, то новый пароль был отправлен на вашу почту.", + "passwordReset": "Если у нас есть ваш адрес электронной почты или имя пользователя, то новый пароль был отправлен на вашу почту.", "passwordResetEmailSubject": "Сброс пароля для Habitica", "passwordResetEmailText": "Если вы запрашивали сброс пароля для <%= username %> в Habitica, перейдите по ссылке: <%= passwordResetLink %>, чтобы выбрать новый. Ссылка перестанет работать через 24 часа. Если вы не запрашивали сброс пароля, пожалуйста, проигнорируйте это письмо.", "passwordResetEmailHtml": "Если вы запрашивали сброс пароля для <%= username %> в Habitica, \">нажмите здесь, чтобы выбрать новый. Ссылка перестанет работать через 24 часа.

    Если вы не запрашивали сброс пароля, пожалуйста, проигнорируйте это письмо.", @@ -139,7 +139,7 @@ "accountSuspendedTitle": "Аккаунт был заблокирован", "unsupportedNetwork": "Эта сеть на текущий момент не поддерживается.", "cantDetachSocial": "У аккаунта нет другого метода аутентификации; этот метод сейчас удалить невозможно.", - "onlySocialAttachLocal": "Локальная аутентификация может быть добавлена только к социальному аккаунту.", + "onlySocialAttachLocal": "Локальная аутентификация может быть добавлена только к аккаунту социальной сети.", "invalidReqParams": "Неверные параметры запроса.", "memberIdRequired": "«member» должен быть действительным UUID.", "heroIdRequired": "«heroId» должен быть действительным UUID.", @@ -150,7 +150,7 @@ "confirmPassword": "Подтвердите пароль", "usernameLimitations": "Имя пользователя должно быть длиной от 1 до 20 символов, содержащее буквы от a до z, цифры от 0 до 9, дефисы или подчеркивания и не может содержать запрещенные слова.", "usernamePlaceholder": "например, HabitRabbit", - "emailPlaceholder": "например, rabbit@example.com", + "emailPlaceholder": "например, gryphon@example.com", "passwordPlaceholder": "например, ***********", "confirmPasswordPlaceholder": "Убедитесь, что это тот же самый пароль!", "joinHabitica": "Присоединиться к Habitica", @@ -185,5 +185,7 @@ "learnMore": "Подробнее", "communityInstagram": "Instagram", "minPasswordLength": "Пароль должен состоять из 8 или более символов.", - "enterHabitica": "Войти в Habitica" + "enterHabitica": "Войти в Habitica", + "emailUsernamePlaceholder": "Например, habitrabbit или gryphon@example.com", + "socialAlreadyExists": "Этот логин социальной сети уже привязан к существующему аккаунту Хабитики." } diff --git a/website/common/locales/ru/gear.json b/website/common/locales/ru/gear.json index 0c95d5b2b2..e4f5dd8193 100644 --- a/website/common/locales/ru/gear.json +++ b/website/common/locales/ru/gear.json @@ -2562,5 +2562,24 @@ "headMystery202202Text": "Два бирюзовых хвостика", "headMystery202202Notes": "Твои волосы должны быть голубыми! Бонусов не дает. Подарок подписчикам февраля 2022.", "eyewearMystery202202Text": "Бирюзовые глаза с румянцем", - "eyewearMystery202202Notes": "Весёлое пение заставляет ваши щёки покраснеть. Бонусов не дает. Подарок подписчикам февраля 2022" + "eyewearMystery202202Notes": "Весёлое пение заставляет ваши щёки покраснеть. Бонусов не дает. Подарок подписчикам февраля 2022", + "weaponSpecialSpring2022MageNotes": "Эти яркие жёлтые колокольчики готовы для передачи вашей мощной весенней магии. Увеличивает интеллект на <%= int %> и восприятие на <%= per %>. Ограниченный выпуск весны 2022.", + "weaponSpecialSpring2022HealerNotes": "Используйте этот жезл, чтобы обратиться к целебным свойствам хризолита, будь то спокойствие, оптимизм или добросердечие. Увеличивает интеллект на <%= int %>. Ограниченный выпуск весны 2022.", + "weaponSpecialSpring2022RogueText": "Гигантские пусеты", + "weaponSpecialSpring2022RogueNotes": "Блестит! Такое блестящее, и сияющее, и хорошее, и милое, и все твоё! Увеличивает силу на <%= str %>. Ограниченный выпуск весны 2022.", + "weaponSpecialSpring2022HealerText": "Хризолитовый жезл", + "weaponSpecialSpring2022WarriorText": "Зонтик наизнанку", + "weaponSpecialSpring2022MageText": "Посох из форзиции", + "weaponSpecialSpring2022WarriorNotes": "Да уж! Видимо ветер был чуть сильнее, чем вы думали, не так ли? Увеличивает силу на <%= str %>. Ограниченный выпуск весны 2022.", + "weaponArmoirePinkLongbowText": "Розовый длинный лук", + "weaponArmoireGardenersWateringCanText": "Лейка", + "weaponArmoirePinkLongbowNotes": "Будьте тренирующимся купидоном, осваивающим и стрельбу, и дела сердечные с этим красивым луком. Увеличивает восприятие на <%= per %> и силу на <%= str %>. Зачарованный сундук: Независимый предмет.", + "weaponArmoireHuntingHornText": "Охотничий рог", + "weaponArmoireHuntingHornNotes": "Тууууу! Туу! Туу! Соберите свою команду для приключения или задания, сыграв на этом роге. Увеличивает силу на <%= str %> и интеллект на <%= int %>. Зачарованный сундук: Набор музыкальных инструментов 1 (предмет 1 из 3)", + "armorSpecialSpring2022RogueNotes": "С переливающимися металлом сероголубыми и более светлыми пятнами на ваших перьях, вы будете лучшим летающие другом на Весенней веселухе! Увеличивает восприятие на <%= per %>. Ограниченный выпуск весны 2022.", + "weaponArmoireGardenersWateringCanNotes": "Без воды далеко не уйдёшь! Держите под рукой бесконечный запас с помощью этой волшебной многоразовой лейки. Увеличивает интеллект на <%= int %>. Зачарованный сундук: Набор садовника (предмет 4 из 4).", + "armorSpecialSpring2022RogueText": "Костюм сороки", + "armorSpecialSpring2022WarriorText": "Дождевик", + "armorSpecialSpring2022WarriorNotes": "Этот дождевик и сапоги так великолепны, что вы можете петь под дождём или прыгать в каждой луже, но все равно оставаться в тепле и сухости! Увеличивает телосложение на <%= con %>. Ограниченный выпуск весны 2022.", + "armorSpecialSpring2022HealerText": "Хризолитовый доспех" } diff --git a/website/common/locales/ru/groups.json b/website/common/locales/ru/groups.json index 0683fb7696..d117f50f0e 100644 --- a/website/common/locales/ru/groups.json +++ b/website/common/locales/ru/groups.json @@ -378,5 +378,6 @@ "joinGuild": "Присоединиться к гильдии", "editGuild": "Редактировать гильдию", "editParty": "Редактировать команду", - "leaveGuild": "Покинуть гильдию" + "leaveGuild": "Покинуть гильдию", + "sendGiftTotal": "Всего:" } diff --git a/website/common/locales/ru/limited.json b/website/common/locales/ru/limited.json index 96e3507422..881241d509 100644 --- a/website/common/locales/ru/limited.json +++ b/website/common/locales/ru/limited.json @@ -141,7 +141,7 @@ "dateEndOctober": "31 октября", "dateEndNovember": "30 ноября", "dateEndJanuary": "31 января", - "dateEndFebruary": "29 февраля", + "dateEndFebruary": "28 февраля", "winterPromoGiftHeader": "ПОДАРИТЕ ПОДПИСКУ И ПОЛУЧИТЕ ОДНУ БЕСПЛАТНО!", "winterPromoGiftDetails1": "Только до 6 января, когда вы дарите кому-то подписку, вы получаете такую же бесплатно!", "winterPromoGiftDetails2": "Обратите внимание, что если у вас или у получателя вашего подарка уже есть подписка, то подаренная начнется только после того, как эта действующая будет отменена или истечет срок ее действия. Большое спасибо за вашу поддержку! <3", @@ -216,5 +216,10 @@ "winter2022StockingWarriorSet": "Чулок (Воин)", "winter2022PomegranateMageSet": "Гранат (Маг)", "winter2022IceCrystalHealerSet": "Ледяной кристалл (Целитель)", - "januaryYYYY": "Январь <%= year %>" + "januaryYYYY": "Январь <%= year %>", + "spring2022RainstormWarriorSet": "Ливень (Воин)", + "spring2022MagpieRogueSet": "Сорока (Разбойник)", + "spring2022ForsythiaMageSet": "Форзиция (Маг)", + "spring2022PeridotHealerSet": "Хризолит (Целитель)", + "aprilYYYY": "Апрель <%= year %>" } diff --git a/website/common/locales/ru/questscontent.json b/website/common/locales/ru/questscontent.json index 7e17845a88..5d33aab51b 100644 --- a/website/common/locales/ru/questscontent.json +++ b/website/common/locales/ru/questscontent.json @@ -602,7 +602,7 @@ "questSquirrelDropSquirrelEgg": "Белка (яйцо)", "questSquirrelUnlockText": "Позволяет покупать на рынке белку в яйце", "cuddleBuddiesText": "Набор квестов «Плюшевая команда»", - "cuddleBuddiesNotes": "Содержит квесты «Убийца кролик!», «Хорек-плохиш» и «Братство свинок из Гвинеи». Доступен до 31 мая.", + "cuddleBuddiesNotes": "Содержит квесты «Убийца кролик!», «Хорек-плохиш» и «Братство свинок из Гвинеи». Доступен до 31 марта.", "aquaticAmigosText": "Набор квестов «Водные амигос»", "aquaticAmigosNotes": "Содержит «Волшебный Аксолотль», «Недоделанный Кракен», и «Зов Октотулху». Доступен до 31 августа.", "questSeaSerpentText": "Беда в глубинах: Нападение морского змея!", @@ -667,7 +667,7 @@ "questRobotCompletion": "Когда @Rev и Ответственный приятель устанавливают последний болт на место, машина времени оживает. @FolleMente и @McCoyly запрыгивают на борт. «Спасибо за помощь! Увидимся в будущем! Кстати, это поможет вам в следующем изобретении!» — при этом путешественники во времени исчезают, но в обломках старого стабилизатора продуктивности остаются три заводных яйца. Возможно, это будут ключевые составляющие для новой версии Ответственных приятелей!", "questRobotNotes": "В Лабораториях Максимальных способностей, @Rev завершает работу над своим новейшим изобретением, роботизированным Ответственным приятелем, когда странное металлическое транспортное средство внезапно появляется в потоке дыма в нескольких сантиметрах от датчика флуктуаций робота! Из него выходят две чудные фигуры в серебре и снимают с себя космические шлемы. Оказывается, что это @FolleMente и @McCoyly.

    «Я предполагаю, что мы неправильно реализовали нашу продуктивность», — смущенно говорит @FolleMente.

    @McCoyly скрещивает руки: «Это значит, что они не выполняли свои ежедневные задания, что, как я полагаю, привело к распаду нашего стабилизатора продуктивности. Это важная составляющая путешествий во времени, для правильной работы которой необходима последовательность. Наши успехи стимулируют движение сквозь пространство и время! У меня больше нет времени объяснять, @Rev. Вы узнаете об этом через 37 лет, или, возможно, вам смогут помочь мистические путешественники во времени. А пока можете помочь починить нашу машину времени?»", "questRobotText": "Таинственные механические чудеса!", - "delightfulDinosNotes": "Содержит квесты «Птеррор-дактиль», «Топот трицератопса» и «Динозавра раскопали!». Доступен до 30 ноября.", + "delightfulDinosNotes": "Содержит квесты «Птеррор-дактиль», «Топот трицератопса» и «Динозавра раскопали!». Доступен до 31 мая.", "delightfulDinosText": "Набор квестов «Восхитительные динозавры»", "questAmberUnlockText": "Позволяет покупать на рынке янтарные инкубационные эликсиры", "questAmberDropAmberPotion": "Янтарный инкубационный эликсир", @@ -703,7 +703,7 @@ "questBlackPearlDropBlackPearlPotion": "Черно-жемчужный инкубационный эликсир", "questBlackPearlBoss": "Астероидея", "questBlackPearlCompletion": "Пока вы наносили удары по монстру, тот усеивал песок чёрными жемчужинами. Мягкий блеск привлёк ваше внимание, когда вы уворачивались от разбушевавшихся щупалец.

    Даже смертельная опасность не умаляла красоты жемчужного мерцания! Как тут не подумать, что хуже времени для идеи нового эликсира и не быть не может?

    И вдруг монстр замер. @jjgame83 и @PixelStormArt удивлённо переглянулись и опустили оружие.

    «ТВОЁ ЖЕЛАНИЕ ИСПОЛНЕНО, СМЕРТНЫЙ. МОЁ ДЕЛО СДЕЛАНО.»

    Исчезла Астероидея, вновь засияли небеса и воды. «Как насчёт объясниться?» - посмотрел на вас @QuartzFox.

    Вы не покладали рук и вместе с друзьями наполнили корзину для пикника чёрными жемчужинами. А после, посвятив алхимии целых полдня, вы не могли не признать: идея была преотличной.", - "questBlackPearlNotes": "В последнее время вдохновение вас совсем не посещало, и стоило @jjgame83 только предложить поездку к Озеру Бодрости, как вы с готовностью согласились сменить обстановку. Пока @QuartzFox накрывал полянку на берегу, вы заметили, как на отмели что-то блеснуло. То была загадочная чёрная жемчужина.

    «Вот бы меня сейчас озарило какой-нибудь идеей...» - вздохнули вы.

    Холодком потянуло над берегом. Почернели светлые воды. Поднялись над волнами звёзды, пала ночь в мгновение ока.

    «Не к добру это», - сказал @PixelStormArt.

    Исполинские руки-щупальца вырвались из озера с брызгами пены, и, распахнув клюв, существо пророкотало: «УЗРИТЕ ЖЕ АСТЕРОИДЕЮ! ИДЕЮ, ЧТО ПРЕВЫШЕ ВСЕХ ЗВЁЗД!»

    Щупальца ударили по корзине для пикника. Хороша идея или нет, но вы ринулись в бой.", + "questBlackPearlNotes": "В последнее время вдохновение вас совсем не посещало, и стоило @jjgame83 только предложить поездку к Озеру Бодрости, как вы с готовностью согласились сменить обстановку. Пока @QuartzFox накрывал полянку на берегу, вы заметили, как на отмели что-то блеснуло. То была загадочная чёрная жемчужина.

    «Вот бы меня сейчас озарило какой-нибудь идеей...» - вздохнули вы.

    Над берегом повеяло холодом. Почернели светлые воды. Поднялись над волнами звёзды, пала ночь в мгновение ока.

    «Не к добру это», - сказал @PixelStormArt.

    Исполинские руки-щупальца вырвались из озера с брызгами пены, и, распахнув клюв, существо пророкотало: «УЗРИТЕ ЖЕ АСТЕРОИДЕЮ! ИДЕЮ, ЧТО ПРЕВЫШЕ ВСЕХ ЗВЁЗД!»

    Щупальца ударили по корзине для пикника. Хороша идея или нет, но вы ринулись в бой.", "questBlackPearlText": "Ошеломительно Звёздная Идея", "sandySidekicksNotes": "Содержит квесты «Потакание броненосца», «Змей Безумия» и «Ледяной Арахнид». Доступен до <%= date %>.", "sandySidekicksText": "Набор квестов «Песчаные друзья»", @@ -724,7 +724,7 @@ "questWindupBoss": "Звонотон", "questTurquoiseText": "Усердная добыча бирюзовых сокровищ", "questStoneText": "Лабиринт из мха", - "questStoneCompletion": "Работа по расчистке зарослей и переносу камней истощает вас до предела ваших сил. Но вы делите работу между членами команды и кладете камни на тропинки позади вас, чтобы помочь себе найти путь назад к остальным. Руны, что вы находите также усиливают вашу силу и решимость, и конце концов сад совсем не выглядит таким уж запущенным!

    Как предлагал ранее @starsystemic, вы собираетесь в библиотеке, и находите формулу волшебного эликсира, в котором используются руны, собранные вами. «Это неожиданная награда за внимание к нашим заданиям, что мы пренебрегали», — говорит @jjgame83.

    @QuartzFox соглашается: «И это в дополнение к прекрасному саду, которым мы можно наслаждаться с нашими питомцами».

    «Давайте начнем создавать удивительные Мохокаменные инкубационные эликсиры!» — говорит @starsystemic, и все радостно присоединяются к нему.", + "questStoneCompletion": "Работа по расчистке зарослей и переносу камней истощает вас до предела ваших сил. Но вы делите работу между членами команды и кладете камни на тропинки позади вас, чтобы помочь себе найти путь назад к остальным. Руны, что вы находите, также усиливают вашу силу и решимость, и, в конце концов, сад совсем не выглядит таким уж запущенным!

    Как предлагал ранее @starsystemic, вы собираетесь в библиотеке, и находите формулу волшебного эликсира, в котором используются руны, собранные вами. «Это неожиданная награда за внимание к нашим заданиям, которыми мы пренебрегали», — говорит @jjgame83.

    @QuartzFox соглашается: «И это в дополнение к прекрасному саду, которым мы можем наслаждаться с нашими питомцами».

    «Давайте начнем создавать удивительные Мохокаменные инкубационные эликсиры!» — говорит @starsystemic, и все радостно присоединяются к нему.", "questStoneDropMossyStonePotion": "Мохокаменные инкубационные эликсиры", "questStoneUnlockText": "Позволяет покупать на рынке Мохокаменные инкубационные эликсиры", "questStoneCollectMossyStones": "Замшелых камней", @@ -740,9 +740,12 @@ "questOnyxText": "Оникс Одиссей", "questOnyxNotes": "@Vikte, @aspiring_advocate и @starsystemic знают, что в последнее время вы чувствуете себя немотивированно и решили, что веселый день может поднять вам настроение. Однако под \"весельем\", очевидно, подразумевается глубоководный дайвинг в поисках сокровищ в Темной Расщелине! Вы надеваете снаряжение для подводного плавания, садитесь в лодку и плывете к древнему городу Дилатори. По пути вы спрашиваете их, какие сокровища вы ищете.

    «Руны Плутона!» — говорит @Vikteу

    «Нет, руны Льва!» — говорит @aspiring_advocate.

    «Нет, камни оникса!» — говорит @starsystemic.

    Пока они спорят между собой, вы смотрите в океан и видите вход в пещеру прямо под вами! Взволнованный, вы вскакиваете и ныряете в море, оставляя троицу наблюдать за тем, как вы плывете к Темной Расщелине, чтобы найти сокровища самостоятельно.", "questOnyxCompletion": "Когда вы входите в Темную Расщелину, живущие там креветки-богомолы бросаются прочь, кажется, испугавшись вас. Однако они быстро возвращаются, неся маленькие цветные шарики, и вы осознаёте, что это и есть те самые сокровища, о которых мечтали остальные! Вы набираете по здоровой коллекции каждого вида, прощаетесь с креветками и возвращаетесь к лодке, где остальные помогают вам подняться на борт.

    «Где ты был?» — восклицает @Vikte. В ответ вы показываете им сокровища, которые собрали.

    «Из этих ингредиентов можно сделать магические инкубационные эликсиры Оникса!» — возбужденно говорит @aspiring_advocate, когда вы начинаете возвращаться к берегу.

    «Так... мы сможем выводить ониксовых питомцев! — улыбается @starsystemic. — Разве мы не говорили, что это будет весело?»

    Вы улыбаетесь в ответ, радуясь своим новым питомцам и готовые завершить свои дела!", - "questOnyxUnlockText": "Позволяет покупать на рынке Инкубационные эликсиры Оникса", + "questOnyxUnlockText": "Позволяет покупать на рынке ониксовые инкубационные эликсиры", "questOnyxCollectPlutoRunes": "Руны Плутона", "questOnyxCollectLeoRunes": "Руны Льва", "questOnyxCollectOnyxStones": "Камни Оникса", - "questOnyxDropOnyxPotion": "Инкубационные элексиры Оникса" + "questOnyxDropOnyxPotion": "Ониксовые инкубационные эликсиры", + "questVirtualPetText": "Виртуальный хаос в День дурака: Пиликанье", + "questVirtualPetBoss": "Тамагочимон", + "questVirtualPetRageTitle": "Пиликанье" } diff --git a/website/common/locales/ru/settings.json b/website/common/locales/ru/settings.json index da50f13271..3c48de107f 100644 --- a/website/common/locales/ru/settings.json +++ b/website/common/locales/ru/settings.json @@ -42,7 +42,7 @@ "sureChangeCustomDayStartTime": "Вы уверены, что хотите изменить начало дня? Ваши ежедневные задания будут сбрасываться, когда вы первый раз за день зайдёте в страну Habitica после <%= time %>. Убедитесь, что завершили свои ежедневные задания до этого времени!", "customDayStartHasChanged": "Ваше персональное начало дня изменилось.", "nextCron": "Ваши ежедневные задания будут обнулены при первом же посещении сайта после <%= time %>. Убедитесь, что вы выполнили ежедневные задания до этого времени!", - "customDayStartInfo1": "Habitica по умолчанию проверяет и сбрасывает ваши ежедневные задачи каждый день в полночь по вашему часовому поясу. Вы можете настроить это время здесь.", + "customDayStartInfo1": "Habitica проверяет и сбрасывает ваши ежедневные задачи каждый день в полночь по вашему часовому поясу. Здесь вы можете настроить время, когда это будет происходить, после сброса по умолчанию.", "misc": "Разное", "showHeader": "Показывать область персонажа", "changePass": "Изменение пароля", @@ -55,7 +55,7 @@ "newUsername": "Новое Имя Пользователя", "dangerZone": "Опасная зона", "resetText1": "Осторожно! Это обнулит многое в вашем аккаунте. Использовать эту функцию крайне не рекомендуется, однако некоторым игрокам она может пригодится в начале — после того, как они попробуют приложение.", - "resetText2": "Вы потеряете все свои уровни, Золото и Очки Опыта. Все ваши задания (за исключением тех, что являются частью испытания) будут удалены навсегда, и вы потеряете всю информацию по ним. Вы потеряете всю свои экипировку, но вы сможете выкупить обратно всё, всключая все предметы ограниченного выпуска и Загадочные предметы, которые вы уже имеете ввиду подписки. (Вы должны быть нужного класса, чтобы выкупить предметы для определённого класса). Вы сохраните ваш класс, питомцев и оседланных питомцев. Быть может, вы предпочтёте использовать Шар Возрождения, который является более безопасным вариантом, и который сохранит ваши задания и экипировку.", + "resetText2": "Вы потеряете все свои уровни, золото и очки опыта. Все ваши задания (за исключением тех, что являются частью испытания) будут удалены навсегда, и вы потеряете всю информацию по ним. Вы потеряете всю свою экипировку, кроме таинственных предметов, полученных по подписке, и бесплатных памятных предметов. Вы сможете выкупить обратно удаленные предметы, включая те, что входят в ограниченный выпуск (вы должны быть нужного класса, чтобы выкупить предметы для определённого класса). Вы сохраните ваш класс, достижения, питомцев и скакунов. Вы можете предпочесть использование шара возрождения, что является более безопасным вариантом, и сохранит ваши задания и экипировку.", "deleteLocalAccountText": "Вы уверены? Ваш аккаунт будет удален навсегда без возможности восстановления! Вам понадобится зарегистрировать новый аккаунт, если вы захотите пользоваться Habitica снова. Стоимость потраченных и находящихся в банке самоцветов не будет компенсирована. Если вы абсолютно уверены, напишите ваш пароль в текстовое поле.", "deleteSocialAccountText": "Вы уверены? Это безвозратно удалит ваш аккаунт! Вам придётся зарегистрировать новый аккаунт, чтобы вновь использовать Habitica. Стоимость потраченных и находящихся в банке самоцветов не будет компенсирована. Если вы абсолютно уверены, введите \"<%= magicWord %>\" в текстовое поле ниже.", "API": "API", @@ -159,7 +159,7 @@ "amazonPayments": "Платеж с помощью Amazon", "amazonPaymentsRecurring": "Вам необходимо отметить галочку ниже, чтобы ваша подписка была оплачена. Это позволит вам использовать ваш аккаунт Amazon для оплаты последующих оплат этой подписки. Это не заставит ваш аккаунт Amazon автоматически использоваться в последующих покупках.", "timezone": "Часовой пояс", - "timezoneUTC": "Habitica использует часовой пояс, установленный на вашем компьютере. В данный момент это: <%= utc %>", + "timezoneUTC": "Ваш часовой пояс, устанавливается вашим компьютером. В данный момент это: <%= utc %>", "timezoneInfo": "Если часовой пояс определен неверно, сначала следует перезагрузить страницу, нажав на кнопку «обновить» в вашем браузере, чтобы убедиться, что Habitica использует самую последнюю информацию. Если время по-прежнему определено неверно, поправьте установки времени на вашем компьютере и снова перезагрузите эту страницу.

    Если вы используете Habitica на нескольких компьютерах или мобильных устройствах, необходимо установить одинаковый часовой пояс на всех используемых устройствах.Если ваши Ежедневные задания сбрасываются в неправильное время, повторите эту проверку на всех остальных компьютерах и в браузерах на мобильных устройствах.", "push": "Push", "about": "О себе", @@ -189,5 +189,31 @@ "bannedSlurUsedInProfile": "Ваше отображаемое имя или информация о себе содержат оскорбление, так что вы лишены права на использование чата.", "everywhere": "Везде", "suggestMyUsername": "Предложить мое имя пользователя", - "onlyPrivateSpaces": "Только в приватных местах" + "onlyPrivateSpaces": "Только в приватных местах", + "adjustment": "Настройка", + "dayStartAdjustment": "Изменение начала суток", + "addPasswordAuth": "Добавить пароль", + "nextHourglassDescription": "Подписчики получают мистические песочные часы в течение\nпервых трёх дней месяца.", + "gemCap": "Предел самоцветов", + "nextHourglass": "Следующие песочные часы", + "transaction_buy_gold": "Куплено за золото", + "transaction_rebirth": "Использовано шаров возрождения", + "transaction_reroll": "Использовано эликсиров укрепления", + "transaction_subscription_perks": "От привилегий подписки", + "transaction_contribution": "Через вклад", + "transaction_gift_send": "Подарено", + "transaction_spend": "Потрачено на", + "transaction_gift_receive": "Получено от", + "transaction_create_challenge": "Создано испытаний", + "transaction_create_guild": "Создано гильдий", + "transaction_change_class": "Класс сменен", + "transaction_release_pets": "Выпущено питомцев", + "transaction_release_mounts": "Выпущено скакунов", + "transaction_buy_money": "Куплено за деньги", + "transactions": "Переводы", + "gemTransactions": "Переводы самоцветов", + "hourglassTransactions": "Переводы песочных часов", + "noGemTransactions": "У вас пока что нет переводов самоцветов.", + "noHourglassTransactions": "У вас пока что нет переводов песочных часов.", + "transaction_debug": "Действие по отладке" } diff --git a/website/common/locales/ru/subscriber.json b/website/common/locales/ru/subscriber.json index 98c2ebadda..85f8641e88 100644 --- a/website/common/locales/ru/subscriber.json +++ b/website/common/locales/ru/subscriber.json @@ -201,5 +201,13 @@ "mysterySet202110": "Набор моховой горгульи", "mysterySet202112": "Набор антарктической ундины", "mysterySet202201": "Набор полуночного весельчака", - "mysterySet202202": "Набор двух бирюзовых хвостиков" + "mysterySet202202": "Набор двух бирюзовых хвостиков", + "howManyGemsSend": "Сколько самоцветов вы хотели бы отправить?", + "needToPurchaseGems": "Нужно приобрести самоцветы в подарок?", + "wantToSendOwnGems": "Хотите отправить ваши самоцветы?", + "howManyGemsPurchase": "Сколько самоцветов вы хотели бы приобрести?", + "sendAGift": "Послать подарок", + "mysterySet202203": "Набор бесстрашной стрекозы", + "mysterySet202204": "Набор виртуального искателя приключений", + "mysterySet202205": "Набор крылатого дракона заката" } diff --git a/website/common/locales/sv/achievements.json b/website/common/locales/sv/achievements.json index c4d4cd1512..1fc68c0530 100644 --- a/website/common/locales/sv/achievements.json +++ b/website/common/locales/sv/achievements.json @@ -1,13 +1,13 @@ { "achievement": "Prestation", "onwards": "Framåt!", - "levelup": "Genom att nå dina mål i verkliga livet har du nått en ny nivå och återfått förlorad hälsa!", - "reachedLevel": "Du har nått nivå <%= level %>", - "achievementLostMasterclasser": "Slutfört Uppdragsserien: Klassmästaren", - "achievementLostMasterclasserText": "Slutfört alla sexton uppdragen i Uppdragsserien Klassmästaren och löst mysteriet med den Försvunna Klassmästaren!", + "levelup": "Genom att uppnå dina mål i det verkliga livet har du gått up i level, och återfått förlorad hälsa!", + "reachedLevel": "Du har nått level <%= level %>", + "achievementLostMasterclasser": "Slutförande av uppdrag: Klassmästarserien", + "achievementLostMasterclasserText": "Slutförde alla sexton uppdragen i uppdragsserien klassmästaren och löste mysteriet med den försvunna klassmästaren!", "achievementPartyUp": "Du samarbetade med en sällskapsmedlem!", - "achievementDustDevilModalText": "Du har samlat alla Ökenfärgade Husdjur!", - "achievementDustDevilText": "Har samlat alla Ökenfärgade Husdjur.", + "achievementDustDevilModalText": "Du har samlat alla Öken Husdjur!", + "achievementDustDevilText": "Har samlat alla Öken Husdjur.", "achievementDustDevil": "Stoftvirvel", "achievementAllYourBaseModalText": "Du har tämjt alla Normala Riddjur!", "achievementAllYourBaseText": "Har tämjt alla Normala Riddjur.", @@ -15,23 +15,23 @@ "achievementBackToBasicsModalText": "Du har samlat alla Normala Husdjur!", "achievementBackToBasicsText": "Har samlat alla Normala Husdjur.", "achievementBackToBasics": "Tillbaka till grunderna", - "achievementJustAddWaterModalText": "Du har slutfört husdjursuppdragen Bläckfisk, Sjöhäst, Tioarmad bläckfisk, Val, Skölpadda, Nakensnäcka, Sjöorm och Delfin!", - "achievementJustAddWaterText": "Har slutfört husdjursuppdragen Bläckfisk, Sjöhäst, Tioarmad bläckfisk, Val, Skölpadda, Nakensnäcka, Sjöorm och Delfin.", + "achievementJustAddWaterModalText": "Du har slutfört husdjursuppdragen Bläckfisk, Sjöhäst, Tioarmad bläckfisk, Val, Skölpadda, Nakensnäcka, Sjöorm, och Delfin!", + "achievementJustAddWaterText": "Har slutfört husdjursuppdragen Bläckfisk, Sjöhäst, Tioarmad bläckfisk, Val, Skölpadda, Nakensnäcka, Sjöorm, och Delfin.", "achievementJustAddWater": "Tillsätt bara vatten", - "achievementMindOverMatterModalText": "Du slutförde husdjursuppdragen Sten, Slem & Garn!", - "achievementMindOverMatterText": "Har slutfört husdjursuppdragen Sten, Slem & Garn.", - "achievementLostMasterclasserModalText": "Du slutförde alla sexton uppdragen i Uppdragsserien Klassmästaren och löste mysteriet med den Försvunna Klassmästaren!", - "achievementUndeadUndertakerModalText": "Du har tämjt alla Zombiefärgade Riddjur!", - "achievementUndeadUndertakerText": "Har tämjt alla Zombiefärgade Riddjur.", + "achievementMindOverMatterModalText": "Du slutförde husdjursuppdragen Sten, Slem, och Garn!", + "achievementMindOverMatterText": "Har slutfört husdjursuppdragen Sten, Slem, och Garn.", + "achievementLostMasterclasserModalText": "Du slutförde alla sexton uppdragen i uppdragsserien klassmästaren och löste mysteriet med den försvunna klassmästaren!", + "achievementUndeadUndertakerModalText": "Du har tämjt alla Zombie Riddjur!", + "achievementUndeadUndertakerText": "Har tämjt alla Zombie Riddjur.", "achievementUndeadUndertaker": "Odöd begravningsentreprenör", - "achievementMonsterMagusModalText": "Du har samlat alla Zombiefärgade Husdjur!", - "achievementMonsterMagusText": "Har samlat alla Zombiefärgade Husdjur.", + "achievementMonsterMagusModalText": "Du har samlat alla Zombie Husdjur!", + "achievementMonsterMagusText": "Har samlat alla Zombie Husdjur.", "achievementMonsterMagus": "Monstruös magiker", "achievementPartyOn": "Ditt sällskap växte till 4 medlemmar!", "achievementKickstarter2019Text": "Sponsrade Pin Kickstarter projektet under 2019", "achievementKickstarter2019": "Sponsor för Pin Kickstarter", - "achievementAridAuthorityModalText": "Du har tämjt alla Ökenfärgade Riddjur!", - "achievementAridAuthorityText": "Har tämjt alla Ökenfärgade Riddjur.", + "achievementAridAuthorityModalText": "Du har tämjt alla Öken Riddjur!", + "achievementAridAuthorityText": "Har tämjt alla Öken Riddjur.", "achievementAridAuthority": "Torr auktoritet", "achievementMindOverMatter": "Sinne över sak", "achievementPearlyProModalText": "Du har tämjt alla Vita riddjur!", @@ -64,12 +64,12 @@ "letsGetStarted": "Låt oss börja!", "onboardingProgress": "<%= percentage %>% framsteg", "foundNewItems": "Du har hittat nya föremål!", - "foundNewItemsCTA": "Gå till ditt Förråd och prova att kombinera din nya kläckningsbrygd och ägg!", - "foundNewItemsExplanation": "När du slutför uppgifter har du chansen att hitta föremål, som Ägg, Kläckningsbrygder, och Djurfoder.", + "foundNewItemsCTA": "Gå till ditt Förråd och prova att kombinera din nya kläckningsbrygd med ett ägg!", + "foundNewItemsExplanation": "Att slutföra uppgifter ger dig chansen att hitta föremål som ägg, kläckningsbrygder, och djurfoder.", "yourProgress": "Dina framsteg", - "onboardingCompleteDescSmall": "Om du vill ha ännu mer, ta en titt på dina Prestationer och börja samla!", + "onboardingCompleteDescSmall": "Om du vill ha ännu mer, spana in dina prestationer och börja samla!", "achievementGoodAsGold": "Bra som Guld", - "yourRewards": "Dina belöningar", + "yourRewards": "Dina Belöningar", "achievementTickledPinkModalText": "Du har samlat alla Sockervaddsrosa Husdjur!", "achievementTickledPinkText": "Har samlat alla Sockervaddsrosa Husdjur.", "onboardingComplete": "Du har slutfört dina introduktionsuppgifter!", @@ -124,7 +124,13 @@ "achievementShadeOfItAll": "Skuggan av allt", "achievementShadeOfItAllText": "Har tämjt alla Mörka Riddjur.", "achievementShadeOfItAllModalText": "Du har tämjt alla Mörka Riddjur!", - "achievementZodiacZookeeperText": "Du har kläckt alla Zodiakdjur: Råtta, Ko, Kanin, Orm, Häst, Får, Apa, Tupp, Tiger, Flygande gris och Drake!", + "achievementZodiacZookeeperText": "Har kläckt alla vanliga Zodiakdjur: Råtta, Ko, Kanin, Orm, Häst, Får, Apa, Tupp, Tiger, Flygande gris och Drake!", "achievementZodiacZookeeper": "Zodiakdjurens Skötare", - "achievementZodiacZookeeperModalText": "Du har samlat alla Zodiakdjur!" + "achievementZodiacZookeeperModalText": "Du har samlat alla Zodiakdjur!", + "achievementReptacularRumbleText": "Har kläckt alla vanliga reptiler: Alligator, Pterodactyl, Orm, Triceratops, Sköldpadda Tyrannosaurus Rex och Velociraptor!", + "achievementReptacularRumbleModalText": "Du har samlat alla reptiler!", + "achievementBirdsOfAFeatherText": "Har kläckt alla vanliga flygande djur: Flygande gris, Uggla, Papegoja, Pterodactyl, Grip, Falk, Påfågel och Tupp!", + "achievementBirdsOfAFeatherModalText": "Du har samlat alla Flygande djur!", + "achievementBirdsOfAFeather": "Fåglar av en fjäder", + "achievementReptacularRumble": "Reptildrabbning" } diff --git a/website/common/locales/sv/content.json b/website/common/locales/sv/content.json index 88d79e3ff8..fcbfa112ef 100644 --- a/website/common/locales/sv/content.json +++ b/website/common/locales/sv/content.json @@ -211,7 +211,7 @@ "hatchingPotionGlow": "självlysande", "hatchingPotionFrost": "Frostig", "hatchingPotionIcySnow": "isig snö", - "hatchingPotionNotes": "Häll den här på ett ägg, så kläcks det som ett <%= potText(locale) %> husdjur.", + "hatchingPotionNotes": "Häll det över ett ägg, så kläcks det som Husdjuret <%= potText(locale) %>.", "premiumPotionAddlNotes": "Kan ej användas på djuruppdragsägg. Tillgängliga för köp till <%= date(locale) %>.", "foodMeat": "Kött", "foodMeatThe": "köttet", diff --git a/website/common/locales/sv/questscontent.json b/website/common/locales/sv/questscontent.json index 4b59583411..c06be50fd2 100644 --- a/website/common/locales/sv/questscontent.json +++ b/website/common/locales/sv/questscontent.json @@ -516,7 +516,7 @@ "farmFriendsNotes": "Inehåller 'Den Mootanta Kon', 'Rida på Natten-Sto', aoch 'Thunder Ram'. Tillgängliga till den 31 Augusti.", "witchyFamiliarsText": "Uppdragsbunten Förtrollad familj", "witchyFamiliarsNotes": "Contains 'The Rat King', 'The Icy Arachnid', and 'Swamp of the Clutter Frog'. Available until October 31.", - "questGroupLostMasterclasser": "Mystery of the Masterclassers", + "questGroupLostMasterclasser": "Klassmästarnas mysterium", "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'.", "questLostMasterclasser1Text": "The Mystery of the Masterclassers, Part 1: Read Between the Lines", "questLostMasterclasser1Notes": "You’re unexpectedly summoned by @beffymaroo and @Lemoness to Habit Hall, where you’re astonished to find all four of Habitica’s Masterclassers awaiting you in the wan light of dawn. Even the Joyful Reaper looks somber.

    “Oho, you’re here,” says the April Fool. “Now, we would not rouse you from your rest without a truly dire—”

    “Help us investigate the recent bout of possessions,” interrupts Lady Glaciate. “All the victims blamed someone named Tzina.”

    The April Fool is clearly affronted by the summary. “What about my speech?” he hisses to her. “With the fog and thunderstorm effects?”

    “We’re in a hurry,” she mutters back. “And my mammoths are still soggy from your incessant practicing.”

    “I’m afraid that the esteemed Master of Warriors is correct,” says King Manta. “Time is of the essence. Will you aid us?”

    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, “Don’t worry, the paper was enchanted long before Dilatory sank. None of the books are the slightest bit damp!” He winks.“Unlike Lady Glaciate’s mammoths.”

    “I heard that, Manta.”

    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…", diff --git a/website/common/locales/sv/rebirth.json b/website/common/locales/sv/rebirth.json index e2cd976346..b5fb10838e 100644 --- a/website/common/locales/sv/rebirth.json +++ b/website/common/locales/sv/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Pånyttfödelse: Nytt Äventyr Tillgängligt!", - "rebirthUnlock": "Du har låst upp Pånyttfödelse! Detta speciella marknadsföremål tillåter dig att börja ett nytt spel från nivå 1 utan att förlora alla dina uppgifter, bedrifter, husdjur med mera. Använd den för att blåsa nytt liv i Habitica om du känner att du redan har uppnått allt, eller för att uppleva nya funktioner utifrån en ny karaktärs synvinkel!", + "rebirthUnlock": "Du har låst upp Pånyttfödelse! Detta speciella marknadsföremål tillåter dig att börja ett nytt spel från level 1 utan att förlora alla dina uppgifter, bedrifter, husdjur med mera. Använd den för att blåsa nytt liv i Habitica om du känner att du redan har uppnått allt, eller för att uppleva nya funktioner utifrån en ny karaktärs synvinkel!", "rebirthAchievement": "Du har börjat på ett nytt äventyr! Det här är Pånyttfödelse nummer <%= number %> för dig, och den högsta Leveln du har nått är <%= level %>. För att stapla denna Bedrift, börja ditt nästa nya äventyr när du har nått en ännu högre Level!", "rebirthAchievement100": "Du har börjat på ett nytt äventyr! Det här är Pånyttfödelse nummer <%= number %> för dig, och den högsta Leveln du har nått är 100 eller högre. För att stapla denna Bedrift, börja ditt nästa nya äventyr när du har nått minst 100!", "rebirthBegan": "Började på ett Nytt Äventyr", diff --git a/website/common/locales/tr/achievements.json b/website/common/locales/tr/achievements.json index fcfad1d0ad..fd31e99e7b 100644 --- a/website/common/locales/tr/achievements.json +++ b/website/common/locales/tr/achievements.json @@ -109,5 +109,10 @@ "achievementLegendaryBestiary": "İtbarak", "achievementSeasonalSpecialistModalText": "Sezon görevlerinin hepsi tamamlandı!", "achievementSeasonalSpecialistText": "İlkbahar ve kış sezonu görevlerinin tümü tamamlandı: Yumurta Avı, Avcı Noel Baba, ve Yavruyu Bul!", - "achievementVioletsAreBlueModalText": "Mavi Pamuk Şeker Hayvanlar'ın hepsini topladın!" + "achievementVioletsAreBlueModalText": "Mavi Pamuk Şeker Hayvanlar'ın hepsini topladın!", + "achievementWildBlueYonder": "Vahşi Mavi Yonder", + "achievementVioletsAreBlueText": "Tüm Mavi Pamuk Şeker Hayvanlar toplandı.", + "achievementWildBlueYonderModalText": "Mavi Pamuk Şeker Binekler'in hepsini evcilleştirdin.", + "achievementWildBlueYonderText": "Tüm Mavi Pamuk Şeker Binekler evcilleştirildi.", + "achievementVioletsAreBlue": "Menekşeler mavidir!" } diff --git a/website/common/locales/tr/communityguidelines.json b/website/common/locales/tr/communityguidelines.json index cc5dd03d71..8fdc39f144 100644 --- a/website/common/locales/tr/communityguidelines.json +++ b/website/common/locales/tr/communityguidelines.json @@ -1,11 +1,10 @@ { - "tavernCommunityGuidelinesPlaceholder": "Dostane bir uyarı: bu tüm yaş gruplarına açık bir sohbettir, bu yüzden mesajlarının içeriğini ve üslubunu uygun sınırlar içerisinde tutmaya özen göster! Aklına takılan bir şeyler olursa aşağıdan Topluluk Kuralları'na göz at.", "lastUpdated": "Son güncelleme:", "commGuideHeadingWelcome": "Habitica'ya hoş geldin!", "commGuidePara001": "Merhaba, maceracı! Üretkenliğin, sağlıklı yaşamın ve nadiren de olsa öfkeli griffonların diyarı Habitica'ya hoş geldin. Biz birbirinin kişisel gelişimini destekleyen oldukça yardımsever, eğlenceli bir topluluğuz. Uyum sağlamak için tüm gereken olumlu tutum ve saygılı davranışlar sergilemek ve herkesin -- sen dahil! -- farklı yetenekleri ve limitleri olduğunu anlamak! Habiticalılar birbirlerine karşı anlayışlıdır ve diğer Habiticalılara ellerinden geldiğince yardım ederler.", "commGuidePara002": "Toplulukta herkesi güvende, mutlu ve üretken tutmak için bazı kurallarımız var. Bu kuralları içten olmaları ve kolaylıkla okunabilmeleri için özenerek hazırladık. Lütfen sohbet etmeye başlamadan önce kuralları okumaya vakit ayır.", - "commGuidePara003": "Bu kurallar Trello, GitHub, Transifex ve Wikia (namıdiğer wiki) dahil olmak üzere (ancak bunlarla sınırlı değildir) kullandığımız tüm sosyal alanlarda geçerlidir. Bazen yeni bir anlaşmazlık kaynağı veya ölü çağıran hırçın büyücüler(!) gibi öngörülemeyen durumlar oluşabilir. Bunlar olduğunda moderatörler topluluğu yeni tehditlerden korumak için bu kuralları düzenleyebilir. Endişe etme: eğer kurallarda değişiklik olursa Bailey'den gelen bir bildirimle haberdar edileceksin.", + "commGuidePara003": "Bu kurallar Trello, GitHub, Weblate ve Wikia (namıdiğer wiki) dahil olmak üzere (ancak bunlarla sınırlı değildir) kullandığımız tüm sosyal alanlarda geçerlidir. Bazen yeni bir anlaşmazlık kaynağı veya ölü çağıran hırçın büyücüler(!) gibi öngörülemeyen durumlar oluşabilir. Bunlar olduğunda moderatörler topluluğu yeni tehditlerden korumak için bu kuralları düzenleyebilir. Endişe etme: eğer kurallarda değişiklik olursa Bailey'den gelen bir bildirimle haberdar edileceksin.", "commGuideHeadingInteractions": "Habitica'daki Etkileşimler", "commGuidePara015": "Habitica iki çeşit sosyal alana sahiptir: umumi ve özel. Umumi alanlar Taverna, Umumi Loncalar, GitHub, Trello ve Wiki'yi içinde barındırır. Özel Loncalar, Takım sohbeti ve Özel Mesajlar ise özel alanlara girer. Görünen İsimlerin tümü umumi alan kurallarına uymak zorundadır. Görünen İsmini değiştirmek için sitede Kullanıcı > Profil kısmına git ve \"Düzenle\" butonuna tıkla.", "commGuidePara016": "Habitica'nın umumi bölgelerinde dolaşırken herkesin güvenliği ve saadeti için uyulması gereken bazı genel kurallar vardır. Bu kurallar, senin gibi maceracılar için çocuk oyuncağıdır!", diff --git a/website/common/locales/tr/front.json b/website/common/locales/tr/front.json index d49d6b18ac..c4fe022f70 100644 --- a/website/common/locales/tr/front.json +++ b/website/common/locales/tr/front.json @@ -5,7 +5,7 @@ "accept2Terms": "ve", "chores": "Gündelik İşler", "clearBrowserData": "Tarayıcı Verilerini Temizle", - "communityExtensions": "Uygulamalar & Uzantılar", + "communityExtensions": "Uygulamalar & Uzantılar", "communityFacebook": "Facebook", "companyAbout": "Nasıl Çalışır", "companyBlog": "Blog", diff --git a/website/common/locales/tr/groups.json b/website/common/locales/tr/groups.json index 6f936df9c0..78032fb6f9 100644 --- a/website/common/locales/tr/groups.json +++ b/website/common/locales/tr/groups.json @@ -14,7 +14,7 @@ "contributing": "Katılımda bulunmak", "faq": "SSS", "tutorial": "Kılavuz", - "glossary": "Terimler Sözlüğü", + "glossary": "Terimler Sözlüğü", "wiki": "Wiki", "requestAF": "Bir Özellik Öner", "dataTool": "Veri Gösterim Aracı", diff --git a/website/common/locales/uk/achievements.json b/website/common/locales/uk/achievements.json index 702d7e06f6..fe3a33d8d7 100644 --- a/website/common/locales/uk/achievements.json +++ b/website/common/locales/uk/achievements.json @@ -127,7 +127,10 @@ "achievementZodiacZookeeperModalText": "Ви зібрали всіх зодіакальних тварин!", "achievementZodiacZookeeper": "Зодіакальний звіролов", "achievementZodiacZookeeperText": "Вилупив усіх стандартних зодіакальних тварин: Щура, Корову, Кролика, Змію, Коня, Вівцю, Мавпу, Півня, Вовка, Тигра, Свиню, і Дракона!", - "achievementBirdsOfAFeatherText": "Зібрав(-ла) усіх літаючих тварин: летюче порося, сову, папугу, птеродактиля, ґрифона, сокола, павича та півня.", + "achievementBirdsOfAFeatherText": "Зібрав(-ла) усіх літаючих тварин: летюче порося, сову, папугу, птеродактиля, ґрифона, сокола, павича та півня!", "achievementBirdsOfAFeatherModalText": "Ви зібрали всіх тварин, що літають!", - "achievementBirdsOfAFeather": "Повітряний легіон" + "achievementBirdsOfAFeather": "Повітряний легіон", + "achievementReptacularRumbleText": "Вилупи(-в/ла) усі стандартні кольори рептилій: алігатора, птеродактиля, змії, трицератопса, черепахи, тиранозавра і велоцираптора!", + "achievementReptacularRumble": "Гул рептилій", + "achievementReptacularRumbleModalText": "Ви зібрали всіх вихованців рептилій!" } diff --git a/website/common/locales/uk/backgrounds.json b/website/common/locales/uk/backgrounds.json index 9b9a76a589..32b898cffc 100644 --- a/website/common/locales/uk/backgrounds.json +++ b/website/common/locales/uk/backgrounds.json @@ -689,5 +689,12 @@ "backgroundSpringtimeLakeText": "Весняне озеро", "backgroundSpringtimeLakeNotes": "Ознайомтеся з визначними пам'ятками вздовж берегів весняного озера.", "backgrounds042022": "Набір 95: Випущено у квітні 2022", - "backgroundBlossomingTreesText": "Квітучі дерева" + "backgroundBlossomingTreesText": "Квітучі дерева", + "backgroundOnACastleWallText": "На стіні замку", + "backgroundOnACastleWallNotes": "Огляньте все зі стіни замку.", + "backgroundEnchantedMusicRoomNotes": "Грайте в зачарованій музичній кімнаті.", + "backgrounds052022": "Набір 96: Випущено в травні 2022", + "backgroundCastleGateText": "Ворота замку", + "backgroundCastleGateNotes": "Постійте на варті біля воріт замку.", + "backgroundEnchantedMusicRoomText": "Зачарована музична кімната" } diff --git a/website/common/locales/uk/contrib.json b/website/common/locales/uk/contrib.json index bb9691e363..9477467493 100644 --- a/website/common/locales/uk/contrib.json +++ b/website/common/locales/uk/contrib.json @@ -53,5 +53,6 @@ "surveysSingle": "Допомагав Habitica розвиватися, заповнивши опитування або допомігши провести тестування. Дякуємо!", "surveysMultiple": "Допомагали Habitica розвиватися <%= count %> рази(-ів), заповнюючи опитування або допомагаючи в масштабному тестуванні. Дякую!", "blurbHallPatrons": "Це Зал покровителів, де ми вшановуємо благородних шукачів пригод, які підтримали Habitica на Kickstarter. Ми дякуємо їм за те, що вони допомогли нам зробити Habitica реальною!", - "blurbHallContributors": "Це Зал контриб'юторів, де вшановують учасників що внесли свій вклад в розвиток Habitica. Чи то за допомогою коду, мистецтва, музики, тексту чи навіть просто допомоги іншим учасникам, чим вони заробили самоцвіти, ексклюзивне спорядження , та prestigious titles. Ви також можете допомогти Habitica! Дізнайтесь більше тут. " + "blurbHallContributors": "Це Зал контриб'юторів, де вшановують учасників що внесли свій вклад в розвиток Habitica. Чи то за допомогою коду, мистецтва, музики, тексту чи навіть просто допомоги іншим учасникам, чим вони заробили самоцвіти, ексклюзивне спорядження , та prestigious titles. Ви також можете допомогти Habitica! Дізнайтесь більше тут. ", + "noPrivAccess": "Ви не маєте необхідних привілеїв." } diff --git a/website/common/locales/uk/front.json b/website/common/locales/uk/front.json index c5f10f9631..0fd061e44a 100644 --- a/website/common/locales/uk/front.json +++ b/website/common/locales/uk/front.json @@ -5,7 +5,7 @@ "accept2Terms": "та", "chores": "Робота по дому", "clearBrowserData": "Очистити історію браузера", - "communityExtensions": "Доповнення та розширення", + "communityExtensions": "Доповнення та розширення", "communityFacebook": "Facebook", "companyAbout": "Як це працює", "companyBlog": "Блоґ", @@ -13,7 +13,7 @@ "companyDonate": "Пожертвувати", "forgotPassword": "Забули пароль?", "emailNewPass": "Email a Password Reset Link", - "forgotPasswordSteps": "Введіть електронну пошту на яку ви реєстрували ваш аккаунт.", + "forgotPasswordSteps": "Введіть Ваш нікнейм або електронну пошту на яку Ви реєстрували Ваш аккаунт.", "sendLink": "Відправити посилання", "featuredIn": "Featured in", "footerDevs": "Розробники", @@ -33,12 +33,12 @@ "marketing1Lead2Title": "Отримуйте різноманітне спорядження", "marketing1Lead2": "Удосконалюйте свої звички, щоб розвивати свій аватар. Похваліться спорядженням, яке Ви заробили!", "marketing1Lead3Title": "Знаходьте випадкові призи", - "marketing1Lead3": "", + "marketing1Lead3": "Декого мотивує саме азарт: система, яка називається «стохастичні винагороди». Habitica вміщує всі стилі підкріплення та покарання: позитивні, негативні, передбачувані та випадкові.", "marketing2Header": "Змагайтеся з друзями. Долучайтеся до груп за уподобаннями", "marketing2Lead1Title": "Соціальна продуктивність", - "marketing2Lead1": "", + "marketing2Lead1": "Хоча Ви можете грати в Habitica самостійно, найкращих результатів Ви досгнете, коли Ви почнете співпрацювати, змагатися та ділити відповідальність один з одним. Найефективнішою частиною будь-якої програми самовдосконалення є соціальна відповідальність, а що краще середовище для відповідальності та конкуренції, ніж ігри?", "marketing2Lead2Title": "Бийтесь з монстрами", - "marketing2Lead2": "", + "marketing2Lead2": "Яка рольова гра без битв? Боріться з монстрами разом зі своєю командою. Монстри — це «режим супервідповідальності» — день, коли Ви пропустите спортзал, — це день, коли монстр завдає удару *всім!*", "marketing2Lead3Title": "Випробовуйте одне одного", "marketing2Lead3": "Випробування дозволяють змагатися з друзями та незнайомими людьми. Той, хто покаже себе найкраще в кінці випробування, отримує спеціальні призи.", "marketing3Header": "Додатки та розширення", @@ -129,7 +129,7 @@ "passwordConfirmationMatch": "Пароль та підтвердження паролю не співпадають.", "invalidLoginCredentials": "Incorrect username and/or email and/or password.", "passwordResetPage": "Скинути пароль", - "passwordReset": "If we have your email on file, instructions for setting a new password have been sent to your email.", + "passwordReset": "Якщо у нас є Ваша електронна адреса або нікнейм, інструкції щодо встановлення нового пароля були надіслані на Вашу електронну пошту.", "passwordResetEmailSubject": "Скидання паролю до Habitica", "passwordResetEmailText": "If you requested a password reset for <%= username %> on Habitica, head to <%= passwordResetLink %> to set a new one. The link will expire after 24 hours. If you haven't requested a password reset, please ignore this email.", "passwordResetEmailHtml": "If you requested a password reset for <%= username %> on Habitica, \">click here to set a new one. The link will expire after 24 hours.

    If you haven't requested a password reset, please ignore this email.", @@ -150,7 +150,7 @@ "confirmPassword": "Підтвердіть пароль", "usernameLimitations": "Username must be 1 to 20 characters, containing only letters a to z, numbers 0 to 9, hyphens, or underscores, and cannot include any inappropriate terms.", "usernamePlaceholder": "e.g., HabitRabbit", - "emailPlaceholder": "типу, rabbit@example.com", + "emailPlaceholder": "типу, gryphon@example.com", "passwordPlaceholder": "типу, ******************", "confirmPasswordPlaceholder": "Переконайтесь що це той самий пароль!", "joinHabitica": "Приєднатися до Habitica", @@ -185,5 +185,7 @@ "learnMore": "Learn More", "minPasswordLength": "Пароль повинен містити не менше 8 символів.", "communityInstagram": "Instagram", - "enterHabitica": "Повернутись в Habitica" + "enterHabitica": "Повернутись в Habitica", + "emailUsernamePlaceholder": "наприклад, habitrabbit або gryphon@example.com", + "socialAlreadyExists": "Цей соціальний логін уже пов’язано з наявним обліковим записом Habitica." } diff --git a/website/common/locales/uk/groups.json b/website/common/locales/uk/groups.json index 72c20646fd..8f5b6579c8 100644 --- a/website/common/locales/uk/groups.json +++ b/website/common/locales/uk/groups.json @@ -378,5 +378,6 @@ "groupActivityNotificationTitle": "<%= user %> опублікував в <%= group %>", "managerNotes": "Нотатки менеджера", "assignedDateOnly": "Назначено на <%= date %>", - "assignedDateAndUser": "Назначено @<%- username %> на <%= date %>" + "assignedDateAndUser": "Назначено @<%- username %> на <%= date %>", + "sendGiftTotal": "Всього:" } diff --git a/website/common/locales/uk/settings.json b/website/common/locales/uk/settings.json index 6429353eb3..94de399105 100644 --- a/website/common/locales/uk/settings.json +++ b/website/common/locales/uk/settings.json @@ -42,7 +42,7 @@ "sureChangeCustomDayStartTime": "Ви впевнені що хочете змінити ваш початок доби? Ваші щоденні завдання онуляться наступного разу коли ви зайдете в Habitica після <%= time %>. Переконайтесь що ви виконали ваші щоденні завдання до цього часу!", "customDayStartHasChanged": "Ваш початок доби був змінений.", "nextCron": "Ваші Щоденні Завдання онуляться наступного разу коли ви зайдете у Habitica після <%= time %>. Переконайтесь що ви виконали ваші щоденні завдання до цього часу!", - "customDayStartInfo1": "Habitica по замовчуванню перевіряє та онуляє ваші щоденні завдання опівночі у вашій часовій зоні кожен день. Ви можете змінити цей час тут.", + "customDayStartInfo1": "Habitica перевіряє та онуляє Ваші щоденні завдання опівночі у вашій часовій зоні кожен день. Ви можете змінити цей час тут.", "misc": "Усяке", "showHeader": "Показати заголовок", "changePass": "Змінити пароль", @@ -159,7 +159,7 @@ "amazonPayments": "Платіж за допомогою Amazon", "amazonPaymentsRecurring": "Вам необхідно відзначити галочку нижче, щоб ваша підписка була оплачена. Це дозволить вам використовувати ваш аккаунт Amazon для оплати наступних оплат цієї підписки. Це не змусить ваш аккаунт Amazon автоматично використовуватися в наступних покупках.", "timezone": "Часовий пояс", - "timezoneUTC": "Habitica використовує часовий пояс, встановлений на вашому компьютері. На даний момент це: <%= utc %>", + "timezoneUTC": "Часовий пояс встановлений згідно часу на Вашому комп'ютері. На даний момент це: <%= utc %>", "timezoneInfo": "Якщо часовий пояс визначений невірно, спочатку слід перезавантажити сторінку, натиснувши на кнопку «оновити» в вашому браузері, щоб переконатися, що Habitica використовує найостаннішу інформацію. Якщо час як і раніше визначено невірно, поправте установки часу на вашому комп'ютері і знову перезавантажте цю сторінку.

    Якщо ви використовуєте Habitica на декількох комп'ютерах або мобільних пристроях, необхідно встановити однаковий часовий пояс на всіх використовуваних пристроях. Якщо ваші Щоденні завдання скидаються в неправильний час, повторіть цю перевірку на всіх інших комп'ютерах і в браузерах на мобільних пристроях.", "push": "Push", "about": "Про себе", @@ -205,9 +205,15 @@ "transaction_create_challenge": "Створено випробування", "transaction_create_guild": "Створено ґільдію", "transaction_change_class": "Змінено клас", - "transaction_rebirth": "Використано сферу переродження", + "transaction_rebirth": "Використано Сферу переродження", "transaction_release_pets": "Відпущено звірів", "transaction_release_mounts": "Відпущено скакунів", "transaction_subscription_perks": "Від бонусу за підписку", - "transaction_reroll": "Використано зміцнююче зілля" + "transaction_reroll": "Використано Зміцнююче зілля", + "addPasswordAuth": "Додати пароль", + "gemCap": "Ліміт самоцвітів", + "nextHourglass": "Наступний пісочний годинник", + "nextHourglassDescription": "Підписники отримують Містичний пісочний годинник протягом\nперших трьох днів місяця.", + "adjustment": "Налаштування", + "dayStartAdjustment": "Регулювання початку дня" } diff --git a/website/common/locales/zh/achievements.json b/website/common/locales/zh/achievements.json index 9ec2b1a82f..c936fe6a96 100644 --- a/website/common/locales/zh/achievements.json +++ b/website/common/locales/zh/achievements.json @@ -128,6 +128,7 @@ "achievementZodiacZookeeperModalText": "你集齐了所有十二生肖宠物!", "achievementZodiacZookeeperText": "已孵化所有基础颜色的十二生肖宠物。鼠、牛、兔、蛇、马、羊、猴、鸡、狼、虎、飞猪和龙!", "achievementBirdsOfAFeather": "展翅高飞", - "achievementBirdsOfAFeatherText": "已孵化所有基础颜色的飞行宠物:飞猪、猫头鹰、鹦鹉、翼龙、狮鹫和猎鹰。", - "achievementBirdsOfAFeatherModalText": "你集齐了所有飞行宠物!" + "achievementBirdsOfAFeatherText": "已孵化所有基础颜色的飞行宠物:飞猪、猫头鹰、鹦鹉、翼龙、狮鹫和猎鹰!", + "achievementBirdsOfAFeatherModalText": "你集齐了所有飞行宠物!", + "achievementReptacularRumbleModalText": "你集齐了所有爬行宠物!" } diff --git a/website/common/locales/zh/subscriber.json b/website/common/locales/zh/subscriber.json index c19ab5f0ab..14e1ebbbb9 100644 --- a/website/common/locales/zh/subscriber.json +++ b/website/common/locales/zh/subscriber.json @@ -133,7 +133,7 @@ "subscriptionBenefit6": "获得神秘沙漏在时空旅行者的商店购买物品!", "purchaseAll": "购买套装", "gemsRemaining": "剩下的宝石", - "notEnoughGemsToBuy": "你无法购买那么多的宝石", + "notEnoughGemsToBuy": "你无法购买更多宝石", "mysterySet201902": "神秘碎片套装", "subCanceledTitle": "订阅已取消", "mysterySet201908": "自由牧神套装", diff --git a/website/common/script/content/achievements.js b/website/common/script/content/achievements.js index 705dec9f8a..cc7734b8a0 100644 --- a/website/common/script/content/achievements.js +++ b/website/common/script/content/achievements.js @@ -372,6 +372,11 @@ const specialAchievs = { titleKey: 'achievementKickstarter2019', textKey: 'achievementKickstarter2019Text', }, + groupsBeta2022: { + icon: 'achievement-groupsBeta2022', + titleKey: 'achievementGroupsBeta2022', + textKey: 'achievementGroupsBeta2022Text', + }, }; Object.assign(achievementsData, specialAchievs); diff --git a/website/common/script/content/appearance/backgrounds.js b/website/common/script/content/appearance/backgrounds.js index 20ac40b4b6..54d3a7b570 100644 --- a/website/common/script/content/appearance/backgrounds.js +++ b/website/common/script/content/appearance/backgrounds.js @@ -500,6 +500,11 @@ const backgrounds = { enchanted_music_room: { }, castle_gate: { }, }, + backgrounds062022: { + beach_with_dunes: { }, + mountain_waterfall: { }, + sailboat_at_sunset: { }, + }, timeTravelBackgrounds: { airship: { price: 1, diff --git a/website/common/script/content/bundles.js b/website/common/script/content/bundles.js index 5179cb1cd5..bda8e75941 100644 --- a/website/common/script/content/bundles.js +++ b/website/common/script/content/bundles.js @@ -128,8 +128,9 @@ const bundles = { 'kraken', 'octopus', ], + event: EVENTS.bundle202206, canBuy () { - return moment().isBetween('2020-07-14', '2020-08-02'); + return moment().isBefore(EVENTS.bundle202206.end); }, type: 'quests', value: 7, diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 9ed33d8edb..ed7145637c 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -15,6 +15,10 @@ export const EVENTS = { season: 'normal', npcImageSuffix: '', }, + bundle202206: { + start:'2022-06-14T08:00-04:00', + end:'2022-06-30T20:00-04:00', + }, potions202205: { start: '2022-05-17T08:00-04:00', end: '2022-05-31T20:00-04:00', diff --git a/website/common/script/content/gear/sets/armoire.js b/website/common/script/content/gear/sets/armoire.js index 08a92cf612..ff543ad7dd 100644 --- a/website/common/script/content/gear/sets/armoire.js +++ b/website/common/script/content/gear/sets/armoire.js @@ -1475,6 +1475,41 @@ const weapon = { int: 6, set: 'musicalInstrumentOne', }, + blueKite: { + str: 3, + con: 3, + int: 3, + per: 3, + set: 'kite', + }, + greenKite: { + str: 3, + con: 3, + int: 3, + per: 3, + set: 'kite', + }, + orangeKite: { + str: 3, + con: 3, + int: 3, + per: 3, + set: 'kite', + }, + pinkKite: { + str: 3, + con: 3, + int: 3, + per: 3, + set: 'kite', + }, + yellowKite: { + str: 3, + con: 3, + int: 3, + per: 3, + set: 'kite', + }, }; forEach({ diff --git a/website/common/script/content/shop-featuredItems.js b/website/common/script/content/shop-featuredItems.js index 8d6bb0ec14..7950bbc467 100644 --- a/website/common/script/content/shop-featuredItems.js +++ b/website/common/script/content/shop-featuredItems.js @@ -1,5 +1,5 @@ import moment from 'moment'; -// import { EVENTS } from './constants'; +import { EVENTS } from './constants'; // Magic Hatching Potions are configured like this: // type: 'premiumHatchingPotion', // note no "s" at the end // path: 'premiumHatchingPotions.Rainbow', @@ -45,34 +45,34 @@ const featuredItems = { ]; }, quests () { - if (moment().isBefore('2022-05-31T20:00-04:00')) { + if (moment().isBefore(EVENTS.bundle202206.end)) { return [ { type: 'bundles', - path: 'bundles.delightfulDinos', + path: 'bundles.aquaticAmigos', }, { type: 'quests', - path: 'quests.alligator', + path: 'quests.seaserpent', }, { type: 'quests', - path: 'quests.turtle', + path: 'quests.dolphin', }, ]; } return [ { type: 'quests', - path: 'quests.ferret', + path: 'quests.badger', }, { type: 'quests', - path: 'quests.silver', + path: 'quests.onyx', }, { type: 'quests', - path: 'quests.basilist', + path: 'quests.rooster', }, ]; }, diff --git a/website/common/script/libs/achievements.js b/website/common/script/libs/achievements.js index 882feddf50..3f7cf1e93f 100644 --- a/website/common/script/libs/achievements.js +++ b/website/common/script/libs/achievements.js @@ -344,6 +344,10 @@ function _getSpecialAchievements (user, language) { _addSimple(result, user, { path: 'kickstarter2019', language }); } + if (user.achievements.groupsBeta2022) { + _addSimple(result, user, { path: 'groupsBeta2022', language }); + } + return result; } diff --git a/website/common/script/libs/statsComputed.js b/website/common/script/libs/statsComputed.js index 150200f4da..5345f43c16 100644 --- a/website/common/script/libs/statsComputed.js +++ b/website/common/script/libs/statsComputed.js @@ -11,7 +11,7 @@ function equipmentStatBonusComputed (stat, user) { // toObject is required here due to lodash values not working well with mongoose doc objects. // if toObject doesn't exist, we can assume the object is already plain JSON - // see http://stackoverflow.com/questions/25767334/underscore-js-keys-and-omit-not-working-as-expected + // see https://stackoverflow.com/questions/25767334/underscore-js-keys-and-omit-not-working-as-expected const { equipped } = user.items.gear; const equippedKeys = values(!equipped.toObject ? equipped : equipped.toObject()); diff --git a/website/server/controllers/api-v3/auth.js b/website/server/controllers/api-v3/auth.js index a0fc435731..7092066446 100644 --- a/website/server/controllers/api-v3/auth.js +++ b/website/server/controllers/api-v3/auth.js @@ -19,6 +19,7 @@ import { hasBackupAuth, loginSocial, registerLocal, + socialEmailToLocal, } from '../../libs/auth'; import { verifyUsername } from '../../libs/user/validation'; @@ -478,6 +479,7 @@ api.resetPasswordSetNewOne = { // set new password and make sure it's using bcrypt for hashing await passwordUtils.convertToBcrypt(user, String(newPassword)); user.auth.local.passwordResetCode = undefined; // Reset saved password reset code + if (!user.auth.local.email) user.auth.local.email = await socialEmailToLocal(user); await user.save(); return res.respond(200, {}, res.t('passwordChangeSuccess')); diff --git a/website/server/controllers/api-v3/user.js b/website/server/controllers/api-v3/user.js index 0aeb1bf4dc..bfd0f68c52 100644 --- a/website/server/controllers/api-v3/user.js +++ b/website/server/controllers/api-v3/user.js @@ -1318,8 +1318,8 @@ api.userSell = { * @apiParam (Query) {String} path Full path to unlock. See "content" API call for list of items. * * @apiParamExample {curl} Example call: - * curl -X POST http://habitica.com/api/v3/user/unlock?path=background.midnight_clouds - * curl -X POST http://habitica.com/api/v3/user/unlock?path=hair.color.midnight + * curl -X POST https://habitica.com/api/v3/user/unlock?path=background.midnight_clouds + * curl -X POST https://habitica.com/api/v3/user/unlock?path=hair.color.midnight * * @apiSuccess {Object} data.purchased * @apiSuccess {Object} data.items diff --git a/website/server/controllers/api-v3/webhook.js b/website/server/controllers/api-v3/webhook.js index 00b5bf54cb..c8f08d3059 100644 --- a/website/server/controllers/api-v3/webhook.js +++ b/website/server/controllers/api-v3/webhook.js @@ -43,7 +43,7 @@ const api = {}; * @apiParamExample {json} Task Activity Example * { * "enabled": true, // default - * "url": "http://some-webhook-url.com", + * "url": "https://some-webhook-url.com", * "label": "My Webhook", * "type": "taskActivity", // default * "options": { @@ -56,7 +56,7 @@ const api = {}; * @apiParamExample {json} Group Chat Received Example * { * "enabled": true, - * "url": "http://some-webhook-url.com", + * "url": "https://some-webhook-url.com", * "label": "My Chat Webhook", * "type": "groupChatReceived", * "options": { @@ -66,7 +66,7 @@ const api = {}; * @apiParamExample {json} User Activity Example * { * "enabled": true, - * "url": "http://some-webhook-url.com", + * "url": "https://some-webhook-url.com", * "label": "My Activity Webhook", * "type": "userActivity", * "options": { // set at least one to true @@ -78,7 +78,7 @@ const api = {}; * @apiParamExample {json} Quest Activity Example * { * "enabled": true, - * "url": "http://some-webhook-url.com", + * "url": "https://some-webhook-url.com", * "label": "My Quest Webhook", * "type": "questActivity", * "options": { // set at least one to true @@ -89,7 +89,7 @@ const api = {}; * } * @apiParamExample {json} Minimal Example * { - * "url": "http://some-webhook-url.com" + * "url": "https://some-webhook-url.com" * } * * @apiSuccess (201) {Object} data The created webhook diff --git a/website/server/controllers/top-level/dataexport.js b/website/server/controllers/top-level/dataexport.js index fd9a10c8bf..aaae4f411d 100644 --- a/website/server/controllers/top-level/dataexport.js +++ b/website/server/controllers/top-level/dataexport.js @@ -160,6 +160,7 @@ api.exportUserDataXml = { /** * @api {get} /export/avatar-:uuid.html Render a user avatar as an HTML page * @apiName ExportUserAvatarHtml + * @apiDescription This HTML export feature is not currently working (https://github.com/HabitRPG/habitica/issues/9489). * @apiGroup DataExport * * @apiParam (Path) {String} uuid The User ID of the user diff --git a/website/server/controllers/top-level/qrcodes.js b/website/server/controllers/top-level/qrcodes.js deleted file mode 100644 index 588b5c69bd..0000000000 --- a/website/server/controllers/top-level/qrcodes.js +++ /dev/null @@ -1,17 +0,0 @@ -const api = {}; - -api.redirectProfileQRCode = { - method: 'GET', - url: '/qr-code/user/:memberid', - runCron: false, - async handler (req, res) { - req.checkParams('memberid', res.t('memberIdRequired')).notEmpty().isUUID(); - - const validationErrors = req.validationErrors(); - if (validationErrors) throw validationErrors; - - res.redirect(301, `/static/front/#?memberId=${req.params.memberid}`); - }, -}; - -export default api; diff --git a/website/server/libs/auth/index.js b/website/server/libs/auth/index.js index 887902389e..30a5e70b15 100644 --- a/website/server/libs/auth/index.js +++ b/website/server/libs/auth/index.js @@ -12,7 +12,10 @@ import common from '../../../common'; import logger from '../logger'; import { decrypt } from '../encryption'; import { model as Group } from '../../models/group'; -import { loginSocial } from './social'; +import { + loginSocial, + socialEmailToLocal, +} from './social'; import { loginRes } from './utils'; import { verifyUsername } from '../user/validation'; @@ -227,4 +230,5 @@ export { hasLocalAuth, loginSocial, registerLocal, + socialEmailToLocal, }; diff --git a/website/server/libs/auth/social.js b/website/server/libs/auth/social.js index 61883a2f87..982f25310f 100644 --- a/website/server/libs/auth/social.js +++ b/website/server/libs/auth/social.js @@ -23,6 +23,21 @@ function _passportProfile (network, accessToken) { }); } +export async function socialEmailToLocal (user) { + const socialEmail = (user.auth.google && user.auth.google.emails + && user.auth.google.emails[0].value) + || (user.auth.facebook && user.auth.facebook.emails && user.auth.facebook.emails[0].value) + || (user.auth.apple && user.auth.apple.emails && user.auth.apple.emails[0].value); + if (socialEmail) { + const conflictingUser = await User.findOne( + { 'auth.local.email': socialEmail }, + { _id: 1 }, + ).exec(); + if (!conflictingUser) return socialEmail; + } + return null; +} + export async function loginSocial (req, res) { // eslint-disable-line import/prefer-default-export let existingUser = res.locals.user; const { network } = req.body; @@ -45,19 +60,25 @@ export async function loginSocial (req, res) { // eslint-disable-line import/pre [`auth.${network}.id`]: profile.id, }, { _id: 1, apiToken: 1, auth: 1 }).exec(); + let email; + if (profile.emails && profile.emails[0] && profile.emails[0].value) { + email = profile.emails[0].value.toLowerCase(); + } + // User already signed up if (user) { if (existingUser) { throw new NotAuthorized(res.t('socialAlreadyExists')); } + if (!user.auth.local.email) { + user.auth.local.email = await socialEmailToLocal(user); + if (user.auth.local.email) { + await user.save(); + } + } return loginRes(user, req, res); } - let email; - if (profile.emails && profile.emails[0] && profile.emails[0].value) { - email = profile.emails[0].value.toLowerCase(); - } - if (!existingUser && email) { existingUser = await User.findOne({ 'auth.local.email': email }).exec(); } diff --git a/website/server/libs/payments/google.js b/website/server/libs/payments/google.js index 86f0967213..9beac9b2a4 100644 --- a/website/server/libs/payments/google.js +++ b/website/server/libs/payments/google.js @@ -244,11 +244,15 @@ api.cancelSubscribe = async function cancelSubscribe (user, headers) { const purchases = iap.getPurchaseData(googleRes); if (purchases.length === 0) throw new NotAuthorized(this.constants.RESPONSE_INVALID_RECEIPT); - const subscriptionData = purchases[0]; - // Check to make sure the sub isn't active anymore. - if (subscriptionData.autoRenewing !== false) return; - - dateTerminated = new Date(Number(subscriptionData.expirationDate)); + for (const i in purchases) { + if (Object.prototype.hasOwnProperty.call(purchases, i)) { + const purchase = purchases[i]; + if (purchase.autoRenewing !== false) return; + if (!dateTerminated || Number(purchase.expirationDate) > Number(dateTerminated)) { + dateTerminated = new Date(Number(purchase.expirationDate)); + } + } + } } catch (err) { // Status:410 means that the subsctiption isn't active anymore and we can safely delete it if (err && err.message === 'Status:410') { @@ -257,13 +261,14 @@ api.cancelSubscribe = async function cancelSubscribe (user, headers) { throw err; } } - - await payments.cancelSubscription({ - user, - nextBill: dateTerminated, - paymentMethod: this.constants.PAYMENT_METHOD_GOOGLE, - headers, - }); + if (dateTerminated) { + await payments.cancelSubscription({ + user, + nextBill: dateTerminated, + paymentMethod: this.constants.PAYMENT_METHOD_GOOGLE, + headers, + }); + } }; export default api; diff --git a/website/server/libs/user/index.js b/website/server/libs/user/index.js index 6ff39ef1b9..f2aa73df69 100644 --- a/website/server/libs/user/index.js +++ b/website/server/libs/user/index.js @@ -58,7 +58,7 @@ const updatablePaths = [ ]; // This tells us for which paths users can call `PUT /user`. -// The trick here is to only accept leaf paths, not root/intermediate paths (see http://goo.gl/OEzkAs) +// The trick here is to only accept leaf paths, not root/intermediate paths (see https://goo.gl/OEzkAs) const acceptablePUTPaths = _.reduce(UserSchema.paths, (accumulator, val, leaf) => { const found = _.find(updatablePaths, rootPath => leaf.indexOf(rootPath) === 0); diff --git a/website/server/middlewares/notFound.js b/website/server/middlewares/notFound.js index feb73d8a7f..77f858e353 100644 --- a/website/server/middlewares/notFound.js +++ b/website/server/middlewares/notFound.js @@ -13,7 +13,6 @@ const TOP_LEVEL_ROUTES = [ '/stripe', '/export', '/email', - '/qr-code', // logout, old-client // and /static/user/auth/local/reset-password-set-new-one don't need the not found // handler because they don't have any child route diff --git a/website/server/models/user/hooks.js b/website/server/models/user/hooks.js index 93a4df68b9..58340c73cd 100644 --- a/website/server/models/user/hooks.js +++ b/website/server/models/user/hooks.js @@ -246,7 +246,7 @@ schema.pre('save', true, function preSaveUser (next, done) { // use the default values defined in the user schema and not the real ones. // // To check if a field was selected Document.isDirectSelected('field') can be used. - // more info on its usage can be found at http://mongoosejs.com/docs/api.html#document_Document-isDirectSelected + // more info on its usage can be found at https://mongoosejs.com/docs/api.html#document_Document-isDirectSelected // do not calculate achievements if items or achievements are not selected if (this.isDirectSelected('items') && this.isDirectSelected('achievements')) { diff --git a/website/server/models/user/schema.js b/website/server/models/user/schema.js index b2765a4051..868c158a6c 100644 --- a/website/server/models/user/schema.js +++ b/website/server/models/user/schema.js @@ -68,7 +68,7 @@ export default new Schema({ }, // We want to know *every* time an object updates. // Mongoose uses __v to designate when an object contains arrays which - // have been updated (http://goo.gl/gQLz41), but we want *every* update + // have been updated, but we want *every* update _v: { $type: Number, default: 0 }, migration: String, achievements: { @@ -156,6 +156,7 @@ export default new Schema({ hatchedPet: Boolean, fedPet: Boolean, purchasedEquipment: Boolean, + groupsBeta2022: Boolean, }, backer: { @@ -440,7 +441,7 @@ export default new Schema({ // Using an array without validation because otherwise mongoose // treat this as a subdocument and applies _id by default // Schema is (id, name, inviter, publicGuild) - // TODO one way to fix is http://mongoosejs.com/docs/guide.html#_id + // TODO one way to fix is https://mongoosejs.com/docs/guide.html#_id guilds: { $type: Array, default: () => [] }, // Using a Mixed type because otherwise user.invitations.party = {} // to reset invitation, causes validation to fail TODO