Merge branch 'release' into develop
|
|
@ -17,5 +17,5 @@ function setUpServer () {
|
|||
setUpServer();
|
||||
|
||||
// Replace this with your migration
|
||||
const processUsers = require('./groups/reconcile-group-plan-members.js');
|
||||
const processUsers = require('./users/takeThis.js');
|
||||
processUsers();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
let migrationName = '20180801_takeThis.js'; // Update per month
|
||||
let migrationName = '20180904_takeThis.js'; // Update per month
|
||||
let authorName = 'Sabe'; // in case script author needs to know when their ...
|
||||
let authorUuid = '7f14ed62-5408-4e1b-be83-ada62d504931'; // ... own data is done
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ function processUsers (lastId) {
|
|||
// specify a query to limit the affected users (empty for all users):
|
||||
let query = {
|
||||
migration: {$ne: migrationName},
|
||||
challenges: {$in: ['081f8912-3526-47d5-984f-f71bbeec77fc']}, // Update per month
|
||||
challenges: {$in: ['1044ec0c-4a85-48c5-9f36-d51c0c62c7d3']}, // Update per month
|
||||
};
|
||||
|
||||
if (lastId) {
|
||||
|
|
|
|||
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "habitica",
|
||||
"version": "4.59.1",
|
||||
"version": "4.60.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "habitica",
|
||||
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
||||
"version": "4.59.1",
|
||||
"version": "4.60.1",
|
||||
"main": "./website/server/index.js",
|
||||
"dependencies": {
|
||||
"@slack/client": "^3.8.1",
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ div
|
|||
|
||||
<style lang='scss'>
|
||||
@import '~client/assets/scss/colors.scss';
|
||||
|
||||
|
||||
/* @TODO: The modal-open class is not being removed. Let's try this for now */
|
||||
.modal {
|
||||
overflow-y: scroll !important;
|
||||
|
|
@ -295,14 +295,9 @@ export default {
|
|||
|
||||
// Set up Error interceptors
|
||||
axios.interceptors.response.use((response) => {
|
||||
const responseHasNotifications = response.data && response.data.notifications;
|
||||
if (!responseHasNotifications) return response;
|
||||
|
||||
const responseIsUpdateUser = this.user && this.user._v >= response.data.userV;
|
||||
if (!responseIsUpdateUser) return response;
|
||||
|
||||
this.$set(this.user, 'notifications', response.data.notifications);
|
||||
|
||||
if (this.user && response.data && response.data.notifications) {
|
||||
this.$set(this.user, 'notifications', response.data.notifications);
|
||||
}
|
||||
return response;
|
||||
}, (error) => {
|
||||
if (error.response.status >= 400) {
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
.promo_animal_tails {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -421px -223px;
|
||||
background-position: -421px 0px;
|
||||
width: 141px;
|
||||
height: 441px;
|
||||
}
|
||||
.promo_armoire_backgrounds_201808 {
|
||||
.promo_armoire_backgrounds_201809 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -563px -223px;
|
||||
background-position: -563px 0px;
|
||||
width: 141px;
|
||||
height: 441px;
|
||||
}
|
||||
.promo_ember_potions {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -734px 0px;
|
||||
background-position: -705px 0px;
|
||||
width: 141px;
|
||||
height: 441px;
|
||||
}
|
||||
|
|
@ -30,31 +30,25 @@
|
|||
}
|
||||
.promo_mystery_201808 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -876px -484px;
|
||||
background-position: -847px -462px;
|
||||
width: 78px;
|
||||
height: 81px;
|
||||
}
|
||||
.promo_take_this {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -876px -414px;
|
||||
background-position: -847px -392px;
|
||||
width: 96px;
|
||||
height: 69px;
|
||||
}
|
||||
.promo_unconventional_armor {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -876px -233px;
|
||||
background-position: -847px -211px;
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
}
|
||||
.scene_casting_spells {
|
||||
.scene_perfect_day {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -421px 0px;
|
||||
width: 312px;
|
||||
height: 222px;
|
||||
}
|
||||
.scene_studying {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -876px 0px;
|
||||
width: 220px;
|
||||
height: 232px;
|
||||
background-position: -847px 0px;
|
||||
width: 210px;
|
||||
height: 210px;
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 549 KiB After Width: | Height: | Size: 551 KiB |
|
Before Width: | Height: | Size: 449 KiB After Width: | Height: | Size: 463 KiB |
|
Before Width: | Height: | Size: 291 KiB After Width: | Height: | Size: 276 KiB |
|
Before Width: | Height: | Size: 348 KiB After Width: | Height: | Size: 348 KiB |
|
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 157 KiB |
|
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 157 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 145 KiB |
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 147 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 148 KiB |
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 180 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 159 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 117 KiB |
|
|
@ -88,7 +88,6 @@ import axios from 'axios';
|
|||
import moment from 'moment';
|
||||
import throttle from 'lodash/throttle';
|
||||
|
||||
import { toNextLevel } from '../../common/script/statHelpers';
|
||||
import { shouldDo } from '../../common/script/cron';
|
||||
import { mapState } from 'client/libs/store';
|
||||
import notifications from 'client/mixins/notifications';
|
||||
|
|
@ -223,12 +222,7 @@ export default {
|
|||
userExp (after, before) {
|
||||
if (after === before) return;
|
||||
if (this.user.stats.lvl === 0) return;
|
||||
|
||||
let exp = after - before;
|
||||
if (exp < -50) { // recalculate exp if user level up
|
||||
exp = toNextLevel(this.user.stats.lvl - 1) - before + after;
|
||||
}
|
||||
this.exp(exp);
|
||||
this.exp(after - before);
|
||||
},
|
||||
userGp (after, before) {
|
||||
if (after === before) return;
|
||||
|
|
|
|||
|
|
@ -47,6 +47,6 @@ export function round (number, nDigits) {
|
|||
}
|
||||
|
||||
export function getXPMessage (val) {
|
||||
if (val < -50) return; // don't show when they multi-level up (resetting their exp)
|
||||
if (val < -50) return; // don't show when they level up (resetting their exp)
|
||||
return `${getSign(val)} ${round(val)}`;
|
||||
}
|
||||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Каменист каньон",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Погледнете отвисоко, докато прелитате над каменист каньон.",
|
||||
"backgroundBridgeText": "Мост",
|
||||
"backgroundBridgeNotes": "Преминете по страхотен мост"
|
||||
"backgroundBridgeNotes": "Преминете по страхотен мост",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"weaponArmoirePoisonedGobletNotes": "Използвайте това, за да изградите имунитет срещу различни невъобразимо опасни отрови. Увеличава интелигентността с <%= int %>. Омагьосан гардероб: комплект „Пиратска принцеса“ (предмет 3 от 4).",
|
||||
"weaponArmoireJeweledArcherBowText": "Инкрустиран лък за стрелец",
|
||||
"weaponArmoireJeweledArcherBowNotes": "Този лък от злато и скъпоценни камъни ще изпрати стрелите Ви към целите им с невероятна скорост. Увеличава интелигентността с <%= int %>. Омагьосан гардероб: Инкрустиран стрелкови комплект (предмет 3 от 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).",
|
||||
"armor": "броня",
|
||||
"armorCapitalized": "Броня",
|
||||
"armorBase0Text": "Обикновени дрехи",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"armorArmoirePiraticalPrincessGownNotes": "В тази луксозна дреха има много джобове за криене на оръжия и плячка! Увеличава усета с <%= per %>. Омагьосан гардероб: комплект „Пиратска принцеса“ (предмет 2 от 4).",
|
||||
"armorArmoireJeweledArcherArmorText": "Инкрустирана броня за стрелец",
|
||||
"armorArmoireJeweledArcherArmorNotes": "Тази прецизно изработена броня ще Ви защити от стрели и блуждаещи червени ежедневни задачи! Увеличава якостта с <%= con %>. Омагьосан гардероб: Инкрустиран стрелкови комплект (предмет 2 от 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).",
|
||||
"headgear": "шлем",
|
||||
"headgearCapitalized": "Защита за главата",
|
||||
"headBase0Text": "Няма защита за главата",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"shieldArmoireFancyBlownGlassVaseNotes": "Каква страхотна ваза сътворихте! Какво има вътре? Увеличава интелигентността с <%= int %>. Омагьосан гардероб: комплект „Стъклодухач“ (предмет 4 от 4).",
|
||||
"shieldArmoirePiraticalSkullShieldText": "Пиратски щит от череп",
|
||||
"shieldArmoirePiraticalSkullShieldNotes": "Този омагьосан щит шепне къде са местата, където враговете Ви са заровили тайните си съкровища. Слушайте внимателно! Увеличава усета и интелигентността с по <%= attrs %>. Омагьосан гардероб: комплект „Пиратска принцеса“ (предмет 4 от 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).",
|
||||
"back": "Аксесоар за гръб",
|
||||
"backCapitalized": "Аксесоар за гръб",
|
||||
"backBase0Text": "Няма аксесоар за гръб",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "„Очилата се слагат на очите“ — казват хората. „Никому не са нужни защитни очила, които могат да се носят само на главата“ — казват пак те. Ха! Показахте на всички, че това не е вярно! Не променя показателите. Предмет за абонати: август 3015 г.",
|
||||
"headAccessoryArmoireComicalArrowText": "Забавна стрела",
|
||||
"headAccessoryArmoireComicalArrowNotes": "Този странен предмет е създаден, за да предизвиква смях! Увеличава силата с <%= str %>. Омагьосан гардероб: независим предмет.",
|
||||
"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).",
|
||||
"eyewear": "Предмет за очи",
|
||||
"eyewearCapitalized": "Предмет за очи",
|
||||
"eyewearBase0Text": "Няма предмет за очи",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge."
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "zbroj",
|
||||
"armorCapitalized": "Zbroj",
|
||||
"armorBase0Text": "Obyčejné oblečení",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "helm",
|
||||
"headgearCapitalized": "Headgear",
|
||||
"headBase0Text": "No Headgear",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"back": "Příslušenství na záda",
|
||||
"backCapitalized": "Back Accessory",
|
||||
"backBase0Text": "Bez příslušenství na zádech",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"Brýle jsou na oči,\" říkali. \"Nikdo nechce nosit brýle na čele,\" říkali. Ha! Teď jsi jim to natřel! Nepřináší žádný benefit. Předmět pro předplatitele srpen 3015.",
|
||||
"headAccessoryArmoireComicalArrowText": "Komický šíp",
|
||||
"headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Increases Strength by <%= 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).",
|
||||
"eyewear": "Brýle",
|
||||
"eyewearCapitalized": "Brýle",
|
||||
"eyewearBase0Text": "Žádné vybavení pro oči",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge."
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -27,10 +27,10 @@
|
|||
"communityForum": "<a target='_blank' href='http://habitica.wikia.com/wiki/Special:Forum'>Forum</a>",
|
||||
"communityKickstarter": "Kickstarter",
|
||||
"communityReddit": "Reddit",
|
||||
"companyAbout": "How It Works",
|
||||
"companyAbout": "Hvordan det virker",
|
||||
"companyBlog": "Blog",
|
||||
"devBlog": "Udviklere blog",
|
||||
"companyContribute": "Contribute",
|
||||
"companyContribute": "Bidrag",
|
||||
"companyDonate": "Donér",
|
||||
"companyPrivacy": "Fortrolighed",
|
||||
"companyTerms": "Vilkår",
|
||||
|
|
@ -39,9 +39,9 @@
|
|||
"dragonsilverQuote": "Jeg kan ikke beskrive hvor mange tids- og opgaveprioriteringssystemer jeg har prøvet over de sidste årtier... [Habitica] er det eneste, der har hjulpet mig med rent faktisk at få ting gjort, i stedet for bare at skrive dem ned på en liste.",
|
||||
"dreimQuote": "Da jeg sidste år opdagede [Habitica], havde jeg lige dumpet omkring halvdelen af mine eksaminer. Takket være de Daglige har jeg kunnet organisere og disciplinere mig selv, og jeg bestod faktisk alle mine eksaminer med rigtig gode karakterer for en måned siden.",
|
||||
"elmiQuote": "Hver morgen ser jeg frem til at stå op, så jeg kan tjene noget guld!",
|
||||
"forgotPassword": "Forgot Password?",
|
||||
"forgotPassword": "Glemt Kodeord? ",
|
||||
"emailNewPass": "E-mail et nulstillings-link til kodeord",
|
||||
"forgotPasswordSteps": "Enter the email address you used to register your Habitica account.",
|
||||
"forgotPasswordSteps": "Skriv den e-mail adresse du benyttede til at registrere din Habitica konto. ",
|
||||
"sendLink": "Send link",
|
||||
"evagantzQuote": "Min allerførste aftale med tandlægen, hvor tandlægen faktisk var positivt overrasket over mine børstevaner. Tak, [Habitica]!",
|
||||
"examplesHeading": "Spillere bruger Habitica til at styre...",
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
"marketing1Lead1Title": "Your Life, the Role Playing Game",
|
||||
"marketing1Lead1": "Habitica er et computerspil, der hjælper med at forbedre dine vaner i virkeligheden. Det gør dit liv til et spil ved at lave alle dine opgaver (Vaner, Daglige og To-Dos) indtil små monstre, du skal besejre. Jo bedre du er til dette, desto større fremskridt vil du gøre i spillet. Hvis du begår fejl i livet vil din karakter gå tilbage i spillet.",
|
||||
"marketing1Lead2Title": "Få Lækkert Udstyr",
|
||||
"marketing1Lead2": "Improve your habits to build up your avatar. Show off the sweet gear you've earned!",
|
||||
"marketing1Lead2": "Forbedr dine vaner for at ændre din avatar. Vis det fede udstyr du har tjent!",
|
||||
"marketing1Lead3Title": "Find Tilfældige Præmier",
|
||||
"marketing1Lead3": "For some, it's the gamble that motivates them: a system called \"stochastic rewards.\" Habitica accommodates all reinforcement and punishment styles: positive, negative, predictable, and random.",
|
||||
"marketing2Header": "Kæmp med venner, deltag i interessegrupper",
|
||||
|
|
@ -109,10 +109,10 @@
|
|||
"marketing2Lead1": "Selvom du selvfølgelig kan spille Habitica selv, bliver det først virkelig godt når I begynder at samarbejde, konkurrere og holde hinanden ansvarlige. Den mest effektive del af ethvert selvforbedringsprogram er social ansvarlighed, og hvad er et bedre miljø for ansvarlighed og konkurrence end et computerspil?",
|
||||
"marketing2Lead2Title": "Bekæmp monstre",
|
||||
"marketing2Lead2": "What's a Role Playing Game without battles? Fight monsters with your party. Monsters are \"super accountability mode\" - a day you miss the gym is a day the monster hurts *everyone!*",
|
||||
"marketing2Lead3Title": "Challenge Each Other",
|
||||
"marketing2Lead3": "Challenges let you compete with friends and strangers. Whoever does the best at the end of a challenge wins special prizes.",
|
||||
"marketing2Lead3Title": "Udfordr Hinanden",
|
||||
"marketing2Lead3": "Udfordringer lader dig konkurrere med venner og fremmede. Den, der er bedst i slutningen af en udfordring vinder særlige præmier.",
|
||||
"marketing3Header": "Apps og Udvidelser",
|
||||
"marketing3Lead1": "The **iPhone & Android** apps let you take care of business on the go. We realize that logging into the website to click buttons can be a drag.",
|
||||
"marketing3Lead1": "**iPhone & Android** apps lader dig klare dine ting på farten. Vi ved, at det nogen gange er for meget at skulle logge ind på websiden for at klikke på knapper.",
|
||||
"marketing3Lead2Title": "Integrations",
|
||||
"marketing3Lead2": "Other **3rd Party Tools** tie Habitica into various aspects of your life. Our API provides easy integration for things like the [Chrome Extension](https://chrome.google.com/webstore/detail/habitica/pidkmpibnnnhneohdgjclfdjpijggmjj?hl=en-US), for which you lose points when browsing unproductive websites, and gain points when on productive ones. [See more here](http://habitica.wikia.com/wiki/Extensions,_Add-Ons,_and_Customizations).",
|
||||
"marketing4Header": "Organisatorisk brug",
|
||||
|
|
@ -139,24 +139,24 @@
|
|||
"playButtonFull": "Gå ind i Habitica",
|
||||
"presskit": "Pressekit",
|
||||
"presskitDownload": "Download alle billeder:",
|
||||
"presskitText": "Thanks for your interest in Habitica! The following images can be used for articles or videos about Habitica. For more information, please contact us at <%= pressEnquiryEmail %>.",
|
||||
"pkQuestion1": "What inspired Habitica? How did it start?",
|
||||
"presskitText": "Tak for din interesse i Habitica! De følgende billeder kan bruges til artikler eller videoer om Habitica. For mere information, kontakt os venligst på <%= pressEnquiryEmail %>",
|
||||
"pkQuestion1": "Hvad var inspirationen til Habitica? Hvordan startede det?",
|
||||
"pkAnswer1": "If you’ve ever invested time in leveling up a character in a game, it’s hard not to wonder how great your life would be if you put all of that effort into improving your real-life self instead of your avatar. We starting building Habitica to address that question. <br /> Habitica officially launched with a Kickstarter in 2013, and the idea really took off. Since then, it’s grown into a huge project, supported by our awesome open-source volunteers and our generous users.",
|
||||
"pkQuestion2": "Why does Habitica work?",
|
||||
"pkQuestion2": "Hvorfor virker Habitica? ",
|
||||
"pkAnswer2": "Forming a new habit is hard because people really need that obvious, instant reward. For example, it’s tough to start flossing, because even though our dentist tells us that it's healthier in the long run, in the immediate moment it just makes your gums hurt. <br /> Habitica's gamification adds a sense of instant gratification to everyday objectives by rewarding a tough task with experience, gold… and maybe even a random prize, like a dragon egg! This helps keep people motivated even when the task itself doesn't have an intrinsic reward, and we've seen people turn their lives around as a result. You can check out success stories here: https://habitversary.tumblr.com",
|
||||
"pkQuestion3": "Why did you add social features?",
|
||||
"pkAnswer3": "Social pressure is a huge motivating factor for a lot of people, so we knew that we wanted to have a strong community that would hold each other accountable for their goals and cheer for their successes. Luckily, one of the things that multiplayer video games do best is foster a sense of community among their users! Habitica’s community structure borrows from these types of games; you can form a small Party of close friends, but you can also join a larger, shared-interest groups known as a Guild. Although some users choose to play solo, most decide to form a support network that encourages social accountability through features such as Quests, where Party members pool their productivity to battle monsters together.",
|
||||
"pkQuestion4": "Why does skipping tasks remove your avatar’s health?",
|
||||
"pkAnswer4": "If you skip one of your daily goals, your avatar will lose health the following day. This serves as an important motivating factor to encourage people to follow through with their goals because people really hate hurting their little avatar! Plus, the social accountability is critical for a lot of people: if you’re fighting a monster with your friends, skipping your tasks hurts their avatars, too.",
|
||||
"pkQuestion4": "Hvorfor mister din avatar liv når du springer over opgaver? ",
|
||||
"pkAnswer4": "Hvis du springer en af dine daglige mål over, vil din avatar miste liv dagen efter. Dette er en vigtig motiveringsfaktor, for at opfordre folk til at opnå deres mål, fordi folk virkelig hader at skade deres lille avatar! Plus, det sociale ansvar er vigtigt for mange folk: hvis du kæmper mod et monster med dine venner, vil det at springe dine opgaver over, også skade deres avatar.",
|
||||
"pkQuestion5": "What distinguishes Habitica from other gamification programs?",
|
||||
"pkAnswer5": "One of the ways that Habitica has been most successful at using gamification is that we've put a lot of effort into thinking about the game aspects to ensure that they are actually fun. We've also included many social components, because we feel that some of the most motivating games let you play with friends, and because research has shown that it's easier to form habits when you have accountability to other people.",
|
||||
"pkQuestion6": "Who is the typical user of Habitica?",
|
||||
"pkAnswer6": "Lots of different people use Habitica! More than half of our users are ages 18 to 34, but we have grandparents using the site with their young grandkids and every age in-between. Often families will join a party and battle monsters together. <br /> Many of our users have a background in games, but surprisingly, when we ran a survey a while back, 40% of our users identified as non-gamers! So it looks like our method can be effective for anyone who wants productivity and wellness to feel more fun.",
|
||||
"pkQuestion7": "Why does Habitica use pixel art?",
|
||||
"pkAnswer7": "Habitica uses pixel art for several reasons. In addition to the fun nostalgia factor, pixel art is very approachable to our volunteer artists who want to chip in. It's much easier to keep our pixel art consistent even when lots of different artists contribute, and it lets us quickly generate a ton of new content!",
|
||||
"pkQuestion8": "How has Habitica affected people's real lives?",
|
||||
"pkAnswer8": "You can find lots of testimonials for how Habitica has helped people here: https://habitversary.tumblr.com",
|
||||
"pkMoreQuestions": "Do you have a question that’s not on this list? Send an email to admin@habitica.com!",
|
||||
"pkQuestion6": "Hvem er den typiske bruger af Habitica? ",
|
||||
"pkAnswer6": "Mange forskellige mennesker bruger Habitica! Mere end halvdelen af vores brugere er mellem 18 og 34, men vi har også bedsteforældre der bruger siden med deres børnebørn og alle aldre indimellem. Ofte deltager familier i grupper og bekæmper monstre sammen. <br /> Mange af vores brugere kommer fra at spille andre spil, men da vi lavede en undersøgelse for et stykke tid siden, indentificerede 40% af vores brugere overraskende nok ikke som gamere! Så det virker til at vores metode kan være effektiv for alle der vil have produktivitet og velvære til at føles sjovere.",
|
||||
"pkQuestion7": "Hvorfor bruger Habitica pixel art?",
|
||||
"pkAnswer7": "Habitica bruger pixel art af flere grunde. Udover nostalgifaktoren, er pixel art meget tilgængeligt for vores frivillige kunstnere, som har lyst til at bidrage. Det er meget nemmere at beholde vores pixel art overensstemmende, selv når mange forskellige kunstnere bidrager, samt det tillader os hurtigt at frembringe tonsvis af nyt indhold!",
|
||||
"pkQuestion8": "Hvordan har Habitica påvirket folks virkelige liv?",
|
||||
"pkAnswer8": "Du kan finde en masse udtalelser om hvordan Habitica har hjulpet folk her: https://habitversary.tumblr.com",
|
||||
"pkMoreQuestions": "Har du et spørgsmål der ikke er på listen? Send en e-mail til admin@habitica.com!",
|
||||
"pkVideo": "Video",
|
||||
"pkPromo": "Promoer",
|
||||
"pkLogo": "Logoer",
|
||||
|
|
@ -266,13 +266,13 @@
|
|||
"missingNewPassword": "Manglende nyt kodeord.",
|
||||
"invalidEmailDomain": "Du kan ikke registrere med emails med følgende domæner: <%= domains %>",
|
||||
"wrongPassword": "Forkert kodeord.",
|
||||
"incorrectDeletePhrase": "Please type <%= magicWord %> in all caps to delete your account.",
|
||||
"incorrectDeletePhrase": "Skriv venligst <%= magicWord %> i fuld caps for at slette din konto.",
|
||||
"notAnEmail": "Ugyldig e-mailadresse.",
|
||||
"emailTaken": "E-mailadressen er allerede brugt til en konto.",
|
||||
"newEmailRequired": "Manglende ny e-mailadresse.",
|
||||
"usernameTaken": "Loginnavn er allerede taget.",
|
||||
"usernameWrongLength": "Login Name must be between 1 and 20 characters long.",
|
||||
"usernameBadCharacters": "Login Name must contain only letters a to z, numbers 0 to 9, hyphens, or underscores.",
|
||||
"usernameWrongLength": "Login Navnet skal være mellem 1 og 20 tegn langt.",
|
||||
"usernameBadCharacters": "Login Navnet må kun indeholde bogstaver fra a til z, numre fra 0 til 9, bindestreger, og bundstreger.",
|
||||
"passwordConfirmationMatch": "Kodeord og godkendelse er ikke ens.",
|
||||
"invalidLoginCredentials": "Forkert brugernavn og/eller email og/eller kodeord.",
|
||||
"passwordResetPage": "Nulstil kodeord",
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
"passwordResetEmailSubject": "Nulstilling af kodeord til Habitica",
|
||||
"passwordResetEmailText": "Hvis du har anmodet om nulstilling af kodeordet til <%= username %> på Habitica, så gå til <%= passwordResetLink %> for at vælge et ny kodeord. Linket vil være gyldigt i 24 timer. Hvis du ikke har anmodet om nulstilling af kodeord, så venligst ignorer denne email.",
|
||||
"passwordResetEmailHtml": "Hvis du har anmodet om nulstilling af kodeordet til <strong><%= username %></strong> på Habitica, så <a href=\"<%= passwordResetLink %>\">klik her</a> for at vælge et nyt kodeord. Linket vil være gyldigt i 24 timer.<br/><br>Hvis du ikke har anmodet om nulstilling af kodeord, så venligst ignorer denne email.",
|
||||
"invalidLoginCredentialsLong": "Uh-oh - your email address / login name or password is incorrect.\n- Make sure they are typed correctly. Your login name and password are case-sensitive.\n- You may have signed up with Facebook or Google-sign-in, not email so double-check by trying them.\n- If you forgot your password, click \"Forgot Password\".",
|
||||
"invalidLoginCredentialsLong": "Åh-åh - din e-mailadresse/login navn eller kodeord er forkert.\n- Sørg for at de er skrevet korrekt. Dit login navn og kodeord er versalfølsomt. \n- Måske har du tilmeldt dig via Facebook eller Google-login, i stedet for e-mail, så double-tjek ved at prøve med dem.\n- Hvis du har glemt dit kodekord klik på \"Glemt Kodeord\".",
|
||||
"invalidCredentials": "Der er ingen konto med disse legitimationsoplysninger.",
|
||||
"accountSuspended": "This account, User ID \"<%= userId %>\", has been blocked for breaking the [Community Guidelines](https://habitica.com/static/community-guidelines) or [Terms of Service](https://habitica.com/static/terms). For details or to ask to be unblocked, please email our Community Manager at <%= communityManagerEmail %> or ask your parent or guardian to email them. Please copy your User ID into the email and include your Profile Name.",
|
||||
"accountSuspendedTitle": "Account has been suspended",
|
||||
"accountSuspendedTitle": "Kontoen er blevet suspenderet",
|
||||
"unsupportedNetwork": "Dette netværk understøttes ikke i øjeblikket.",
|
||||
"cantDetachSocial": "Kontoen mangler en anden godkendelsesmetode; kan ikke udføre denne godkendelsesmetode.",
|
||||
"onlySocialAttachLocal": "Lokal godkendelse kan kun føjes til en social konto.",
|
||||
|
|
@ -292,42 +292,42 @@
|
|||
"heroIdRequired": "\"heroID\" skal være et gyldigt Unikt Bruger-ID.",
|
||||
"cannotFulfillReq": "Din anmodning kan ikke udføres. Kontakt admin@habitica.com hvis fejlen fortsætter.",
|
||||
"modelNotFound": "Denne model findes ikke.",
|
||||
"signUpWithSocial": "Sign up with <%= social %>",
|
||||
"loginWithSocial": "Log in with <%= social %>",
|
||||
"signUpWithSocial": "Tilmeld med <%= social %>",
|
||||
"loginWithSocial": "Log in med<%= social %>",
|
||||
"confirmPassword": "Bekræft kodeord",
|
||||
"usernameLimitations": "Login Name must be 1 to 20 characters long, containing only letters a to z, or numbers 0 to 9, or hyphens, or underscores.",
|
||||
"usernameLimitations": "Login Navnet skal være mellem 1 og 20 tegn langt, og kun indeholde bogstaver fra a til z, numre fra 0 til 9, bindestreger, og bundstreger. ",
|
||||
"usernamePlaceholder": "e.g., HabitRabbit",
|
||||
"emailPlaceholder": "e.g., rabbit@example.com",
|
||||
"passwordPlaceholder": "e.g., ******************",
|
||||
"confirmPasswordPlaceholder": "Make sure it's the same password!",
|
||||
"confirmPasswordPlaceholder": "Sikr dig at det er det samme kodeord!",
|
||||
"joinHabitica": "Join Habitica",
|
||||
"alreadyHaveAccountLogin": "Already have a Habitica account? <strong>Log in.</strong>",
|
||||
"dontHaveAccountSignup": "Don’t have a Habitica account? <strong>Sign up.</strong>",
|
||||
"motivateYourself": "Motivate yourself to achieve your goals.",
|
||||
"timeToGetThingsDone": "It's time to have fun when you get things done! Join over <%= userCountInMillions %> million Habiticans and improve your life one task at a time.",
|
||||
"singUpForFree": "Sign Up For Free",
|
||||
"alreadyHaveAccountLogin": "Har du allerede en Habitica konto? <strong>Log in</strong>",
|
||||
"dontHaveAccountSignup": "Har du endnu ikke en Habitica konto? <strong>Tilmeld dig</strong>",
|
||||
"motivateYourself": "Motivér dig selv til at fuldføre dine mål.",
|
||||
"timeToGetThingsDone": "Det er tid til at have det sjovt, mens du får ting gjort! Tilslut dig over <%= userCountInMillions %> million Habitører og forbedr dit liv én opgave af gangen.",
|
||||
"singUpForFree": "Tilmeld dig Gratis",
|
||||
"or": "OR",
|
||||
"gamifyYourLife": "Gamify Your Life",
|
||||
"aboutHabitica": "Habitica is a free habit-building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.",
|
||||
"trackYourGoals": "Track Your Habits and Goals",
|
||||
"trackYourGoals": "Hold styr på dine Vaner og Mål",
|
||||
"trackYourGoalsDesc": "Stay accountable by tracking and managing your Habits, Daily goals, and To-Do list with Habitica’s easy-to-use mobile apps and web interface.",
|
||||
"earnRewards": "Earn Rewards for Your Goals",
|
||||
"earnRewards": "Optjen Belønninger for Dine Mål",
|
||||
"earnRewardsDesc": "Check off tasks to level up your Avatar and unlock in-game features such as battle armor, mysterious pets, magic skills, and even quests!",
|
||||
"battleMonsters": "Bekæmp monstre med dine venner",
|
||||
"battleMonstersDesc": "Fight monsters with other Habiticans! Use the Gold that you earn to buy in-game or custom rewards, like watching an episode of your favorite TV show.",
|
||||
"playersUseToImprove": "Players Use Habitica to Improve",
|
||||
"healthAndFitness": "Sundhed og velvære",
|
||||
"healthAndFitnessDesc": "Never motivated to floss? Can't seem to get to the gym? Habitica finally makes it fun to get healthy.",
|
||||
"healthAndFitnessDesc": "Er du aldrig motiveret til at bruge tandtråd? Har du svært ved at komme til fitness? Habitica gør det endelig sjovt at være sund.",
|
||||
"schoolAndWork": "Skole og arbejde",
|
||||
"schoolAndWorkDesc": "Whether you're preparing a report for your teacher or your boss, it's easy to keep track of your progress as you tackle your toughest tasks.",
|
||||
"muchmuchMore": "Og meget, meget mere!",
|
||||
"muchmuchMoreDesc": "Our fully customizable task list means that you can shape Habitica to fit your personal goals. Work on creative projects, emphasize self-care, or pursue a different dream -- it's all up to you.",
|
||||
"levelUpAnywhere": "Level Up Anywhere",
|
||||
"levelUpAnywhereDesc": "Our mobile apps make it simple to keep track of your tasks on-the-go. Accomplish your goals with a single tap, no matter where you are.",
|
||||
"joinMany": "Join over 2,000,000 people having fun while accomplishing their goals!",
|
||||
"joinToday": "Join Habitica Today",
|
||||
"signup": "Sign Up",
|
||||
"joinMany": "Tilslut dig over 2,000,000 andre der har det sjovt, imens de opnår deres mål!",
|
||||
"joinToday": "Tilmeld dig Habitica i dag",
|
||||
"signup": "Tilmeld dig",
|
||||
"getStarted": "Kom i gang",
|
||||
"mobileApps": "Mobile Apps",
|
||||
"learnMore": "Learn More"
|
||||
"learnMore": "Lær mere"
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "rustning",
|
||||
"armorCapitalized": "Armor",
|
||||
"armorBase0Text": "Almindeligt tøj",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "helm",
|
||||
"headgearCapitalized": "Headgear",
|
||||
"headBase0Text": "No Headgear",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"back": "Ryg-udstyr",
|
||||
"backCapitalized": "Back Accessory",
|
||||
"backBase0Text": "Intet Ryg-udstyr",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"Briller er til øjnene,\" sagde de. \"Ingen vil have briller, som du kun kan have på hovedet,\" sagde de. Ha! Dér viste du dem! Giver ingen bonusser. August 3015 Abonnentting.",
|
||||
"headAccessoryArmoireComicalArrowText": "Komisk Pil",
|
||||
"headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Increases Strength by <%= 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).",
|
||||
"eyewear": "Øjenbeklædning",
|
||||
"eyewearCapitalized": "Eyewear",
|
||||
"eyewearBase0Text": "Ingen Øjenbeklædning",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Felsiger Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Schauen sie runter in eine atemberaubende Szene während Sie über einen Felsigen Canyon fliegen.",
|
||||
"backgroundBridgeText": "Brücke",
|
||||
"backgroundBridgeNotes": "Überquere eine bezaubernde Brücke."
|
||||
"backgroundBridgeNotes": "Überquere eine bezaubernde Brücke.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"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).",
|
||||
"weaponArmoireJeweledArcherBowText": "Juwelenbesetzter Pfeilbogen",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "Rüstung",
|
||||
"armorCapitalized": "Rüstung",
|
||||
"armorBase0Text": "Schlichte Kleidung",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "Helm",
|
||||
"headgearCapitalized": "Kopfschutz",
|
||||
"headBase0Text": "Keine Kopfbedeckung",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"back": "Rückenschmuck",
|
||||
"backCapitalized": "Rückenaccessoire",
|
||||
"backBase0Text": "Kein Rückenschmuck",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"Brillen sind für die Augen,\" haben sie gesagt. \"Niemand will Brillen, die man nur auf dem Kopf tragen kann,\" haben sie gesagt. Ha! Da hast Du es ihnen aber ordentlich gezeigt! Gewährt keinen Attributbonus. Abonnentengegenstand, August 3015.",
|
||||
"headAccessoryArmoireComicalArrowText": "Komischer Pfeil",
|
||||
"headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Increases Strength by <%= 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).",
|
||||
"eyewear": "Brillen",
|
||||
"eyewearCapitalized": "Brillen & Masken",
|
||||
"eyewearBase0Text": "Keine Brille",
|
||||
|
|
|
|||
|
|
@ -425,5 +425,13 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge."
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -379,6 +379,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
|
||||
"armor": "armor",
|
||||
"armorCapitalized": "Armor",
|
||||
|
|
@ -814,6 +816,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
|
||||
"headgear": "helm",
|
||||
"headgearCapitalized": "Headgear",
|
||||
|
|
@ -1507,6 +1511,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
|
||||
"back": "Back Accessory",
|
||||
"backCapitalized": "Back Accessory",
|
||||
|
|
@ -1713,6 +1719,8 @@
|
|||
|
||||
"headAccessoryArmoireComicalArrowText": "Comical Arrow",
|
||||
"headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Increases Strength by <%= 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).",
|
||||
|
||||
"eyewear": "Eyewear",
|
||||
"eyewearCapitalized": "Eyewear",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge."
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "armor",
|
||||
"armorCapitalized": "Armor",
|
||||
"armorBase0Text": "Plain Slops",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "helm",
|
||||
"headgearCapitalized": "Headgear",
|
||||
"headBase0Text": "No Headgear",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"back": "Back Accessory",
|
||||
"backCapitalized": "Back Accessory",
|
||||
"backBase0Text": "No Back Accessory",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"Goggles be f'r yer eyes,\" they said. \"Nobody be wantin' goggles that ye can only wear on yer head,\" they said. Hah! Ye sure showed them! Don't benefit ye. 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.",
|
||||
"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).",
|
||||
"eyewear": "Eyewear",
|
||||
"eyewearCapitalized": "Eyewear",
|
||||
"eyewearBase0Text": "No Eyewear",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge."
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "armour",
|
||||
"armorCapitalized": "Armour",
|
||||
"armorBase0Text": "Plain Clothing",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "helm",
|
||||
"headgearCapitalized": "Headgear",
|
||||
"headBase0Text": "No Headgear",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"back": "Back Accessory",
|
||||
"backCapitalized": "Back Accessory",
|
||||
"backBase0Text": "No Back Accessory",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"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.",
|
||||
"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).",
|
||||
"eyewear": "Eyewear",
|
||||
"eyewearCapitalized": "Eyewear",
|
||||
"eyewearBase0Text": "No Eyewear",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Cañón rocoso.",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Contempla un escenario que quita el aliento mientras vuelas sobre un Cañón rocoso.",
|
||||
"backgroundBridgeText": "Puente",
|
||||
"backgroundBridgeNotes": "Cruzar el puente encantador"
|
||||
"backgroundBridgeNotes": "Cruzar el puente encantador",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"weaponArmoirePoisonedGobletNotes": "Usa esto para desarrollar tu resistencia al polvo de iocane y otros venenos inconcebiblemente peligrosos. Aumenta la Inteligencia en <%= int %>. Armario encantado: Conjunto de Princesa pirata (Artículo 3 de 4).",
|
||||
"weaponArmoireJeweledArcherBowText": "Arco de arquero enjoyado",
|
||||
"weaponArmoireJeweledArcherBowNotes": "Este arco de oro y gemas lanzará tus flechas hacia sus objetivos a una velocidad increíble. Aumenta la Inteligencia en <%= int %>. Armario encantado: Conjunto de Arquero Enjoyado (Artículo 3 de 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).",
|
||||
"armor": "armadura",
|
||||
"armorCapitalized": "Armadura",
|
||||
"armorBase0Text": "Ropa normal",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"armorArmoirePiraticalPrincessGownNotes": "¡Esta lujosa prenda tiene muchos bolsillos para ocultar armas y botín! Aumenta la Percepción en <%= per %>. Armario encantado: Conjunto de Princesa pirata (Artículo 2 de 4).",
|
||||
"armorArmoireJeweledArcherArmorText": "Armadura de arquero enjoyado",
|
||||
"armorArmoireJeweledArcherArmorNotes": "Esta armadura elegantemente trabajada te protegerá de proyectiles ¡o de tareas Diarias rojas errantes! Aumenta constitución en <%= con %>. Armario encantado: Conjunto de Arquero Enjoyado (Artículo 2 de 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).",
|
||||
"headgear": "casco",
|
||||
"headgearCapitalized": "Equipo de cabeza",
|
||||
"headBase0Text": "Sin Equipo de cabeza",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"shieldArmoireFancyBlownGlassVaseNotes": "¡Qué jarrón tan sofisticado has hecho! ¿Qué vas a poner dentro? Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Soplador de vidrio (Artículo 4 de 4).",
|
||||
"shieldArmoirePiraticalSkullShieldText": "Escudo de calavera pirata",
|
||||
"shieldArmoirePiraticalSkullShieldNotes": "Este escudo encantado susurrará las ubicaciones secretas de los tesoros de tus enemigos, ¡escucha atentamente! Aumenta la Percepción y la Inteligencia en <%= attrs %> cada uno. Armario encantado: Conjunto de Princesa pirata (Artículo 4 de 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).",
|
||||
"back": "Accesorio en la Espalda",
|
||||
"backCapitalized": "Accesorio en la Espalda",
|
||||
"backBase0Text": "Sin Accesorio en la Espalda",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"Las gafas son para los ojos\" dijeron, \"Nadie quiere gafas que solo se puedan llevar en la cabeza\" dijeron. ¡Ja! ¡Demuéstrales que eso no es así! No confiere ningún beneficio. Artículo de suscriptor de agosto de 3015.",
|
||||
"headAccessoryArmoireComicalArrowText": "Flecha Cómica",
|
||||
"headAccessoryArmoireComicalArrowNotes": "¡Este caprichoso artículo es una buena elección para reírse! Aumenta la Fuerza en <%= str %>. Armario encantado: Artículo independiente.",
|
||||
"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).",
|
||||
"eyewear": "Gafas",
|
||||
"eyewearCapitalized": "Gafas",
|
||||
"eyewearBase0Text": "Sin Gafas.",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"achievement": "Achievement",
|
||||
"achievement": "Logro",
|
||||
"share": "Comparte!",
|
||||
"onwards": "¡Adelante!",
|
||||
"levelup": "¡Por realizar tus metas de la vida real, has subido de nivel y te has curado por completo!",
|
||||
|
|
|
|||
|
|
@ -339,39 +339,46 @@
|
|||
"backgroundElegantBalconyNotes": "Mira el paisaje desde un balcón elegante.",
|
||||
"backgroundDrivingACoachText": "Conduciendo un carruaje",
|
||||
"backgroundDrivingACoachNotes": "Disfruta conduciendo un carruaje más allá de los campos de flores",
|
||||
"backgrounds042018": "SET 47: Released April 2018",
|
||||
"backgrounds042018": "Conjunto 47: Publicado en abril 2018",
|
||||
"backgroundTulipGardenText": "Jardín de tulipanes",
|
||||
"backgroundTulipGardenNotes": "Tiptoe through a Tulip Garden.",
|
||||
"backgroundFlyingOverWildflowerFieldText": "Field of Wildflowers",
|
||||
"backgroundFlyingOverWildflowerFieldNotes": "Soar above a Field of Wildflowers.",
|
||||
"backgroundFlyingOverAncientForestText": "Ancient Forest",
|
||||
"backgroundFlyingOverAncientForestText": "Bosque antiguo",
|
||||
"backgroundFlyingOverAncientForestNotes": "Fly over the canopy of an Ancient Forest.",
|
||||
"backgrounds052018": "SET 48: Released May 2018",
|
||||
"backgrounds052018": "Conjunto 48: Publicado en mayo 2018",
|
||||
"backgroundTerracedRiceFieldText": "Terraced Rice Field",
|
||||
"backgroundTerracedRiceFieldNotes": "Enjoy a Terraced Rice Field in the growing season.",
|
||||
"backgroundFantasticalShoeStoreText": "Fantastical Shoe Store",
|
||||
"backgroundFantasticalShoeStoreNotes": "Look for fun new footwear in the Fantastical Shoe Store.",
|
||||
"backgroundChampionsColosseumText": "Champions' Colosseum",
|
||||
"backgroundChampionsColosseumText": "Coliseo de los campeones",
|
||||
"backgroundChampionsColosseumNotes": "Bask in the glory of the Champions' Colosseum.",
|
||||
"backgrounds062018": "SET 49: Released June 2018",
|
||||
"backgroundDocksText": "Docks",
|
||||
"backgroundDocksNotes": "Fish from atop the Docks.",
|
||||
"backgrounds062018": "Conjunto 49: Publicado en junio 2018",
|
||||
"backgroundDocksText": "Muelles",
|
||||
"backgroundDocksNotes": "Pescar desde lo alto de los muelles",
|
||||
"backgroundRowboatText": "Rowboat",
|
||||
"backgroundRowboatNotes": "Sing rounds in a Rowboat.",
|
||||
"backgroundPirateFlagText": "Bandera pirata",
|
||||
"backgroundPirateFlagNotes": "Fly a fearsome Pirate Flag.",
|
||||
"backgrounds072018": "SET 50: Released July 2018",
|
||||
"backgrounds072018": "Conjunto 50: Publicado en julio 2018",
|
||||
"backgroundDarkDeepText": "Dark Deep",
|
||||
"backgroundDarkDeepNotes": "Swim in the Dark Deep among bioluminescent critters.",
|
||||
"backgroundDilatoryCityText": "City of Dilatory",
|
||||
"backgroundDilatoryCityNotes": "Meander through the undersea City of Dilatory.",
|
||||
"backgroundTidePoolText": "Tide Pool",
|
||||
"backgroundTidePoolNotes": "Observe the ocean life near a Tide Pool.",
|
||||
"backgrounds082018": "SET 51: Released August 2018",
|
||||
"backgroundTrainingGroundsText": "Training Grounds",
|
||||
"backgrounds082018": "Conjunto 51: Publicado en agosto 2018",
|
||||
"backgroundTrainingGroundsText": "Campos de entrenamiento",
|
||||
"backgroundTrainingGroundsNotes": "Spar on the Training Grounds.",
|
||||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonText": "Cañón rocoso",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge."
|
||||
"backgroundBridgeText": "Puente",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
"challengeWinner": "Fue el ganador en los siguientes desafíos",
|
||||
"challenges": "Desafíos",
|
||||
"challengesLink": "<a href='http://habitica.wikia.com/wiki/Challenges' target='_blank'>Desafíos</a>",
|
||||
"challengePrize": "Challenge Prize",
|
||||
"challengePrize": "Premio del desafio",
|
||||
"endDate": "Termina",
|
||||
"noChallenges": "Ningún desafío todavía, visita",
|
||||
"toCreate": "para crear uno.",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"mustache": "Bigote",
|
||||
"flower": "Flor",
|
||||
"accent": "Accent",
|
||||
"headband": "Headband",
|
||||
"headband": "Vincha",
|
||||
"wheelchair": "Silla de ruedas",
|
||||
"extra": "Extra",
|
||||
"basicSkins": "Pieles básicas",
|
||||
|
|
@ -219,6 +219,6 @@
|
|||
"bodyAccess": "Accesorio para el Cuerpo",
|
||||
"mainHand": "Mano Principal",
|
||||
"offHand": "Mano Secundaria",
|
||||
"statPoints": "Stat Points",
|
||||
"statPoints": "Puntos de estadisticas",
|
||||
"pts": "pts"
|
||||
}
|
||||
|
|
@ -170,11 +170,11 @@
|
|||
"questEggSquirrelText": "Ardilla",
|
||||
"questEggSquirrelMountText": "Ardilla",
|
||||
"questEggSquirrelAdjective": "a bushy-tailed",
|
||||
"questEggSeaSerpentText": "Sea Serpent",
|
||||
"questEggSeaSerpentMountText": "Sea Serpent",
|
||||
"questEggSeaSerpentText": "Serpiente de mar",
|
||||
"questEggSeaSerpentMountText": "Serpiente de mar",
|
||||
"questEggSeaSerpentAdjective": "a shimmering",
|
||||
"questEggKangarooText": "Kangaroo",
|
||||
"questEggKangarooMountText": "Kangaroo",
|
||||
"questEggKangarooText": "Canguro",
|
||||
"questEggKangarooMountText": "Canguro",
|
||||
"questEggKangarooAdjective": "a keen",
|
||||
"eggNotes": "Encuentra una poción de eclosión para verter sobre este huevo y se convertirá en <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
|
||||
"hatchingPotionBase": "Básico",
|
||||
|
|
|
|||
|
|
@ -350,6 +350,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "armadura",
|
||||
"armorCapitalized": "Armadura",
|
||||
"armorBase0Text": "Ropa Simple",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "Casco",
|
||||
"headgearCapitalized": "Gorros",
|
||||
"headBase0Text": "No Headgear",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"back": "Accesorio para espalda",
|
||||
"backCapitalized": "Accesorio de la Espalda",
|
||||
"backBase0Text": "Sin accesorio para espalda",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"Las gafas son para tus ojos\", dijeron. \"Nadie quiere gafas que sólo se puedan usar sobre la cabeza\", dijeron. ¡Ja! ¡Claramente les demostraste que estaban equivocados! No otorgan ningún beneficio. Artículo de Suscriptor de Agosto 3015.",
|
||||
"headAccessoryArmoireComicalArrowText": "Flecha Cómica",
|
||||
"headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Increases Strength by <%= 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).",
|
||||
"eyewear": "Accesorios para ojos",
|
||||
"eyewearCapitalized": "gafas",
|
||||
"eyewearBase0Text": "Sin accesorios para ojos",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Canyon rocheux",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Regardez un paysage à couper le souffle pendant que vous volez au dessus d’un canyon rocheux.",
|
||||
"backgroundBridgeText": "Pont",
|
||||
"backgroundBridgeNotes": "Franchissez un charmant ponton"
|
||||
"backgroundBridgeNotes": "Franchissez un charmant ponton",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"weaponArmoirePoisonedGobletNotes": "Servez-vous de ceci pour augmenter votre résistance à l'iocane en poudre et autres poisons incroyablement dangereux. Augmente l'Intelligence de <%= int %>. Armoire enchantée : ensemble de princesse de la piraterie (objet 3 sur 4).",
|
||||
"weaponArmoireJeweledArcherBowText": "Arc en joyaux",
|
||||
"weaponArmoireJeweledArcherBowNotes": "Cet arc en or et en gemmes enverra vos flèches sur leurs cibles à des vitesses incroyables. Augmente l'intelligence de <%= int %>. Armoire enchantée : Ensemble de l'Archer aux joyaux (Objet 3 de 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).",
|
||||
"armor": "armure",
|
||||
"armorCapitalized": "Armure",
|
||||
"armorBase0Text": "Habit simple",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"armorArmoirePiraticalPrincessGownNotes": "Ce vêtement luxueux a de nombreuses poches pour cacher des armes et du butin ! Augmente la perception de <%= per %>. Armoire enchantée : Ensemble de la princesse pirate (Objet 2 de 4).",
|
||||
"armorArmoireJeweledArcherArmorText": "Armure en joyaux",
|
||||
"armorArmoireJeweledArcherArmorNotes": "Cette armure soigneusement décorée vous protégera des projectiles ou des Quotidiennes rouges oubliées ! Augmente la constitution de <%= con %>. Armoire enchantée : Ensemble de l'Archer aux joyaux (Objet 2 de 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).",
|
||||
"headgear": "heaume",
|
||||
"headgearCapitalized": "Couvre-chef",
|
||||
"headBase0Text": "Pas de couvre-chef",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"shieldArmoireFancyBlownGlassVaseNotes": "Quel joli vase vous avez fait ! Qu’est-ce que vous allez mettre dedans ? Augmente l’Intelligence de <%= int %>. Armoire enchantée : ensemble du souffleur de verre (objet 4 sur 4).",
|
||||
"shieldArmoirePiraticalSkullShieldText": "Bouclier-crâne de pirate",
|
||||
"shieldArmoirePiraticalSkullShieldNotes": "Ce bouclier enchanté va murmurer les emplacements secrets des trésors de vos ennemis - écoutez bien ! Augmente la perception et l'intelligence de <%= attrs %> chacun. Armoire enchantée : Ensemble de la princesse pirate (Objet 4 de 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).",
|
||||
"back": "Accessoire dorsal",
|
||||
"backCapitalized": "Accessoire dorsal",
|
||||
"backBase0Text": "Pas d’accessoire dorsal",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"Les lunettes c'est pour les yeux,\" disaient-ils. \"Personne ne voudrait de lunettes qu'on ne peut porter que sur la tête\" disaient-ils. Ha ! Vous leur avez bien montré ! N'apportent aucun bonus. Équipement d'abonné·e d'août 3015.",
|
||||
"headAccessoryArmoireComicalArrowText": "Flèche comique",
|
||||
"headAccessoryArmoireComicalArrowNotes": "Cet objet saugrenu fait rire à coup sûr ! Augmente la Force de <%= str %>. Armoire enchantée : objet indépendant.",
|
||||
"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).",
|
||||
"eyewear": "Lunettes",
|
||||
"eyewearCapitalized": "Lunettes",
|
||||
"eyewearBase0Text": "Pas de Lunettes",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge."
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "שריון",
|
||||
"armorCapitalized": "שריון",
|
||||
"armorBase0Text": "בגדים פשוטים",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "helm",
|
||||
"headgearCapitalized": "ציוד ראש",
|
||||
"headBase0Text": "No Headgear",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"back": "אביזר גב",
|
||||
"backCapitalized": "Back Accessory",
|
||||
"backBase0Text": "אביזר ללא גב",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "״משקפיים הן לעייניים,״ הם אמרו. ״אף אחד לא ירצה משקפיים שאפשר לחבוש רק על הראש,״ הם אמרו. הא! בהחלט הראיתם להם! לא מקנות ייתרון. אוגוסט 3015, חפץ מנויים.",
|
||||
"headAccessoryArmoireComicalArrowText": "חץ קומי",
|
||||
"headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Increases Strength by <%= 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).",
|
||||
"eyewear": "לבוש לעיניים",
|
||||
"eyewearCapitalized": "Eyewear",
|
||||
"eyewearBase0Text": "ללא לבוש לעיניים",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge."
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"weaponArmoirePoisonedGobletNotes": "Használd ezt hogy növeld az ellenállásodat az iokén porral és más elképzelhetetlenül veszélyes mérgekkel szemben. Növeli az intelligenciádat <%= int %> ponttal. Elvarázsolt láda: Kalózkodó hercegnő szett (3. tárgy a 4-ből).",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "páncél",
|
||||
"armorCapitalized": "Páncél",
|
||||
"armorBase0Text": "Egyszerű ruházat",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"armorArmoirePiraticalPrincessGownNotes": "Ezen a drága ruhán sok zseb van, hogy könnyen elrejthesd a fegyvereidet és zsákmányodat! Növeli az észlelésedet <%= per %> ponttal. Elvarázsolt láda: Kalózkodó hercegnő szett (2. tárgy a 4-ből).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "sisak",
|
||||
"headgearCapitalized": "Fejfedő",
|
||||
"headBase0Text": "Nincs fejfedő",
|
||||
|
|
@ -1394,11 +1398,13 @@
|
|||
"shieldArmoireFancyBlownGlassVaseNotes": "Micsoda díszes vázát készítettél! Mit fogsz bele tenni? Növeli az intelligenciádat <%= int %> ponttal. Elvarázsolt láda: Üvegfúvó szett (4. tárgy a 4-ből).",
|
||||
"shieldArmoirePiraticalSkullShieldText": "Kalózkodó koponyapajzs",
|
||||
"shieldArmoirePiraticalSkullShieldNotes": "Ez az elvarázsolt pajzs megsúgja neked azokat a titkos helyeket, ahol ellenfeleid elrejtett kincsei vannak- ide figyelj! Növeli az észlelésedet és az intelligenciádat <%= attrs %> ponttal. Elvarázsolt láda: Kalózkodó hercegnő szett (4. tárgy a 4-ből).",
|
||||
"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).",
|
||||
"back": "Háti kiegészítő",
|
||||
"backCapitalized": "Háti kiegészítő",
|
||||
"backBase0Text": "Nincs háti kiegészítő",
|
||||
"backBase0Notes": "Nincs háti kiegészítő.",
|
||||
"animalTails": "Animal Tails",
|
||||
"animalTails": "Állati farkak",
|
||||
"backMystery201402Text": "Arany szárnyak",
|
||||
"backMystery201402Notes": "Ezeknek a ragyogó szárnyaknak a tollai csillognak a napfényben! Nem változtat a tulajdonságaidon. 2014 februári előfizetői tárgy.",
|
||||
"backMystery201404Text": "Szürkületi pillangó szárnyak",
|
||||
|
|
@ -1443,22 +1449,22 @@
|
|||
"backSpecialAetherCloakNotes": "Ez a palást egyszer az elveszett kasztmester birtokában volt. Növeli az észlelésedet <%= per %> ponttal.",
|
||||
"backSpecialTurkeyTailBaseText": "Pulyka farok",
|
||||
"backSpecialTurkeyTailBaseNotes": "Viseld büszkén ezt a nemes pulyka farkat amíg ünnepelsz! Nem változtat a tulajdonságaidon.",
|
||||
"backBearTailText": "Bear Tail",
|
||||
"backBearTailNotes": "This tail makes you look like a brave bear! Confers no benefit.",
|
||||
"backCactusTailText": "Cactus Tail",
|
||||
"backCactusTailNotes": "This tail makes you look like a prickly cactus! Confers no benefit.",
|
||||
"backFoxTailText": "Fox Tail",
|
||||
"backFoxTailNotes": "This tail makes you look like a wily fox! Confers no benefit.",
|
||||
"backLionTailText": "Lion Tail",
|
||||
"backLionTailNotes": "This tail makes you look like a regal lion! Confers no benefit.",
|
||||
"backPandaTailText": "Panda Tail",
|
||||
"backPandaTailNotes": "This tail makes you look like a gentle panda! Confers no benefit.",
|
||||
"backPigTailText": "Pig Tail",
|
||||
"backPigTailNotes": "This tail makes you look like a whimsical pig! Confers no benefit.",
|
||||
"backTigerTailText": "Tiger Tail",
|
||||
"backTigerTailNotes": "This tail makes you look like a fierce tiger! Confers no benefit.",
|
||||
"backWolfTailText": "Wolf Tail",
|
||||
"backWolfTailNotes": "This tail makes you look like a loyal wolf! Confers no benefit.",
|
||||
"backBearTailText": "Medve farok",
|
||||
"backBearTailNotes": "Ettől a faroktól úgy nézel ki, mint egy bátor medve! Nem változtat a tulajdonságaidon.",
|
||||
"backCactusTailText": "Kaktusz farok",
|
||||
"backCactusTailNotes": "Ettől a faroktól úgy nézel ki, mint egy szúrós kaktusz! Nem változtat a tulajdonságaidon.",
|
||||
"backFoxTailText": "Róka farok",
|
||||
"backFoxTailNotes": "Ettől a faroktól úgy nézel ki, mint egy ravasz róka! Nem változtat a tulajdonságaidon.",
|
||||
"backLionTailText": "Oroszlán farok",
|
||||
"backLionTailNotes": "Ettől a faroktól úgy nézel ki, mint egy fejedelmi oroszlán! Nem változtat a tulajdonságaidon.",
|
||||
"backPandaTailText": "Panda farok",
|
||||
"backPandaTailNotes": "Ettől a faroktól úgy nézel ki, mint egy kedves panda! Nem változtat a tulajdonságaidon.",
|
||||
"backPigTailText": "Malac farok",
|
||||
"backPigTailNotes": "Ettől a faroktól úgy nézel ki, mint egy játékos malac! Nem változtat a tulajdonságaidon.",
|
||||
"backTigerTailText": "Tigris farok",
|
||||
"backTigerTailNotes": "Ettől a faroktól úgy nézel ki, mint egy vad tigris! Nem változtat a tulajdonságaidon.",
|
||||
"backWolfTailText": "Farkas farok",
|
||||
"backWolfTailNotes": "Ettől a faroktól úgy nézel ki, mint egy hűséges farkas! Nem változtat a tulajdonságaidon.",
|
||||
"body": "Test kiegészítő",
|
||||
"bodyCapitalized": "Test kiegészítő",
|
||||
"bodyBase0Text": "Nincs test kiegésztő",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"A szemüvegek a szemhez vannak,\" mondták \"Senki sem akar olyan szemüvegeket amit csak a fejeden hordhatsz,\" mondták. Ha! Jól megmutattad nekik! Nem változtat a tulajdonságaidon. 3015 augusztusi előfizetői tárgy.",
|
||||
"headAccessoryArmoireComicalArrowText": "Tréfás nyílvessző",
|
||||
"headAccessoryArmoireComicalArrowNotes": "Ez a hóbortos tárgy nem kínál semmilyen bónuszt, de az biztos hogy nagyon jót lehet rajta nevetni! Növeli az erődet <%= str %> ponttal. Elvarázsolt láda: önálló tárgy.",
|
||||
"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).",
|
||||
"eyewear": "Szemviselet",
|
||||
"eyewearCapitalized": "Szemviselet",
|
||||
"eyewearBase0Text": "Nincs szemviselet",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge."
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "baju perang",
|
||||
"armorCapitalized": "Baju Perang",
|
||||
"armorBase0Text": "Pakaian Biasa",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "helm",
|
||||
"headgearCapitalized": "Akesoris kepala",
|
||||
"headBase0Text": "Tidak Ada Perlengkapan Kepala",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"back": "Aksesori Punggung",
|
||||
"backCapitalized": "Aksesori Punggung",
|
||||
"backBase0Text": "Tidak Mengenakan Aksesori Punggung",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"Kacamata untuk mata,\" kata mereka. \"Tidak ada yang pakai kacamata di kepala,\" kata mereka. Hah! Yang benar saja! Tidak menambah status apapun. Item Pelanggan Agustus 3015.",
|
||||
"headAccessoryArmoireComicalArrowText": "Panah Kocak",
|
||||
"headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Increases Strength by <%= 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).",
|
||||
"eyewear": "Kacamata",
|
||||
"eyewearCapitalized": "Kacamata",
|
||||
"eyewearBase0Text": "Tidak Mengenakan Kacamata",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Canyon Roccioso",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Ponte",
|
||||
"backgroundBridgeNotes": "Attraversa un incantevole Ponte"
|
||||
"backgroundBridgeNotes": "Attraversa un incantevole Ponte",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -3,15 +3,15 @@
|
|||
"tavernCommunityGuidelinesPlaceholder": "Nota amichevole: questa è una chat per utenti di ogni età, quindi per favore assicurati che il tuo linguaggio e i contenuti che pubblichi siano appropriati. Consulta le Linee guida della community nella sezione \"Link utili\" qui a lato se hai qualche domanda.",
|
||||
"lastUpdated": "Ultimo aggiornamento:",
|
||||
"commGuideHeadingWelcome": "Benvenuto ad Habitica!",
|
||||
"commGuidePara001": "Greetings, adventurer! Welcome to Habitica, the land of productivity, healthy living, and the occasional rampaging gryphon. We have a cheerful community full of helpful people supporting each other on their way to self-improvement. To fit in, all it takes is a positive attitude, a respectful manner, and the understanding that everyone has different skills and limitations -- including you! Habiticans are patient with one another and try to help whenever they can.",
|
||||
"commGuidePara002": "To help keep everyone safe, happy, and productive in the community, we do have some guidelines. We have carefully crafted them to make them as friendly and easy-to-read as possible. Please take the time to read them before you start chatting.",
|
||||
"commGuidePara001": "Salve avventuriero! Benvenuto ad Habitica, la terra della produttività, della vita sana, e occasionalmente di grifoni infuriati. Abbiamo un'allegra community piena di persone che si supportano a vicenda nel tentativo di migliorarsi. Per adattarsi, tutto ciò che serve è un atteggiamento positivo, un comportamento rispettoso, e che si comprenda che ognuno ha differenti abilità e limitazioni -- compreso te! Gli Habiticanti sono pazienti l'un con l'altro e tentano di aiutare ogni volta che possono.",
|
||||
"commGuidePara002": "Per aiutare a mantenere la sicurezza, la felicità e la produttività nella community, abbiamo alcune linee guida. Le abbiamo stilate accuratamente per renderle il più semplici possibile. Per favore, leggile con attenzione prima di iniziare a scrivere.",
|
||||
"commGuidePara003": "Queste regole si applicano in tutti gli spazi di socializzazione che utilizziamo, ciò include (ma non si limita a) Trello, GitHub, Transifex e Wikia (o Wiki). A volte, sorgono situazioni impreviste, come una nuova fonte di conflitto o un negromante malvagio. Quando ciò accade, i moderatori potrebbero reagire modificando queste linee guida per mantenere la community sicura da nuove minacce. Non temere: se le linee guida cambieranno, verrai avvertito con un annuncio di Bailey.",
|
||||
"commGuidePara004": "Ora appronta le tue piume e pergamene per prendere nota e iniziamo!",
|
||||
"commGuideHeadingInteractions": "Interactions in Habitica",
|
||||
"commGuideHeadingInteractions": "Interazioni su Habitica",
|
||||
"commGuidePara015": "Habitica has two kinds of social spaces: public, and private. Public spaces include the Tavern, Public Guilds, GitHub, Trello, and the Wiki. Private spaces are Private Guilds, Party chat, and Private Messages. All Display Names must comply with the public space guidelines. To change your Display Name, go on the website to User > Profile and click on the \"Edit\" button.",
|
||||
"commGuidePara016": "Quando navighi negli spazi pubblici di Habitica, ci sono delle regole generali che bisogna rispettare per mantenere tutti felici e al sicuro. Dovrebbero essere semplici per un avventuriero come te!",
|
||||
"commGuideList02A": "<strong>Respect each other</strong>. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes Habitica so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:",
|
||||
"commGuideList02B": "<strong>Obey all of the <a href='/static/terms' target='_blank'>Terms and Conditions</a></strong>.",
|
||||
"commGuideList02A": "<strong>Rispettarsi a vicenda.</strong> Sii cortese, gentile, amichevole e disposto ad aiutare. Ricorda: gli Habiticanti hanno trascorsi diversi e possono quindi avere esperienze molto divergenti. Questo è parte di ciò che rende Habitica così speciale! Costruire una comunità significa rispettarsi ed esaltare le nostre differenze così come le nostre similitudini. Di seguito potrai trovare alcuni consigli per rispettare gli altri ed essere rispettati:",
|
||||
"commGuideList02B": "<strong>Obbedisci ai <a href='/static/terms' target='_blank'>Termini e condizioni di utilizzo</a></strong>.",
|
||||
"commGuideList02C": "<strong>Do not post images or text that are violent, threatening, or sexually explicit/suggestive, or that promote discrimination, bigotry, racism, sexism, hatred, harassment or harm against any individual or group</strong>. Not even as a joke. This includes slurs as well as statements. Not everyone has the same sense of humor, and so something that you consider a joke may be hurtful to another. Attack your Dailies, not each other.",
|
||||
"commGuideList02D": "<strong>Keep discussions appropriate for all ages</strong>. We have many young Habiticans who use the site! Let's not tarnish any innocents or hinder any Habiticans in their goals.",
|
||||
"commGuideList02E": "<strong>Avoid profanity. This includes milder, religious-based oaths that may be acceptable elsewhere</strong>. We have people from all religious and cultural backgrounds, and we want to make sure that all of them feel comfortable in public spaces. <strong>If a moderator or staff member tells you that a term is disallowed on Habitica, even if it is a term that you did not realize was problematic, that decision is final</strong>. Additionally, slurs will be dealt with very severely, as they are also a violation of the Terms of Service.",
|
||||
|
|
|
|||
|
|
@ -350,6 +350,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "armatura",
|
||||
"armorCapitalized": "Armatura",
|
||||
"armorBase0Text": "Vestiti semplici",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "elmo",
|
||||
"headgearCapitalized": "Copricapo",
|
||||
"headBase0Text": "Nessun elmo",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"back": "Accessorio da schiena",
|
||||
"backCapitalized": "Accessorio schiena",
|
||||
"backBase0Text": "Nessun accessorio da schiena",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"Gli occhiali sono per i tuoi occhi\", dicevano. \"Nessuno vuole degli occhiali solo per tenerli in testa\", dicevano. Hah! Ora mostra quanto si sbagliano! Non conferisce alcun bonus. Oggetto per abbonati, agosto 3015.",
|
||||
"headAccessoryArmoireComicalArrowText": "Freccia Comica",
|
||||
"headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Increases Strength by <%= 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).",
|
||||
"eyewear": "Occhiali",
|
||||
"eyewearCapitalized": "Accessorio occhi",
|
||||
"eyewearBase0Text": "Nessuna benda",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"innCheckIn": "Riposa nella Locanda",
|
||||
"innText": "Stai riposando nella Locanda! Mentre sei qui, le tue Daily non ti danneggeranno alla fine della giornata, ma si resetteranno comunque ogni giorno. Fai attenzione: se stai partecipando ad una missione Boss, il Boss ti danneggerà comunque per le Daily incomplete dei tuoi compagni di squadra, a meno che non stiano riposando anche loro nella Locanda! Inoltre, il tuo danno al Boss (o la raccolta di oggetti) non avrà effetto finché non lasci la Locanda.",
|
||||
"innTextBroken": "Stai riposando nella Locanda, credo... Mentre sei qui, le tue Daily non ti danneggeranno alla fine della giornata, ma si resetteranno comunque ogni giorno... Se stai partecipando ad una missione Boss, il Boss ti danneggerà comunque per le Daily incomplete dei tuoi compagni di squadra... a meno che non stiano riposando anche loro nella Locanda... Inoltre, il tuo danno al Boss (o la raccolta di oggetti) non avrà effetto finché non lasci la Locanda... che stanchezza...",
|
||||
"innCheckOutBanner": "You are currently checked into the Inn. Your Dailies won't damage you and you won't make progress towards Quests.",
|
||||
"innCheckOutBanner": "Attualmente sei fermo nella locanda. Le tue Daily non ti danneggieranno e non progredirai nelle missioni.",
|
||||
"resumeDamage": "Resume Damage",
|
||||
"helpfulLinks": "Link utili",
|
||||
"communityGuidelinesLink": "Linee guida della community",
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"communityGuidelines": "Linee guida della community",
|
||||
"communityGuidelinesRead1": "Per favore leggi le",
|
||||
"communityGuidelinesRead2": "prima di scrivere.",
|
||||
"bannedWordUsed": "Oops! Looks like this post contains a swearword, religious oath, or reference to an addictive substance or adult topic (<%= swearWordsUsed %>). Habitica has users from all backgrounds, so we keep our chat very clean. Feel free to edit your message so you can post it!",
|
||||
"bannedWordUsed": "Ops! Sembra che questo messaggio contenga una parolaccia, una bestemmia, o un riferimento ad una sostanza che crea dipendenza o ad un argomento per adulti (<%= swearWordsUsed %>). Habitica ha utenti di età, provenienza e sensibilità molto diverse, quindi ci teniamo a tenere le nostre chat molto pulite. Sentiti libero/a di modificare il tuo messaggio in modo che tu lo possa pubblicare!",
|
||||
"bannedSlurUsed": "Il tuo messaggio conteneva un linguaggio inappropriato e i tuoi privilegi legati alle chat sono stati revocati.",
|
||||
"party": "Squadra",
|
||||
"createAParty": "Crea una Squadra",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"cancelSub": "Annulla abbonamento",
|
||||
"cancelSubInfoGoogle": "Vai nella sezione \"Account\" > \"Abbonamenti\" dell'app Google Play Store per annullare il tuo abbonamento, o per vedere la data di termine del tuo abbonamento se lo hai già annullato. Questa schermata non è in grado di mostrarti se il tuo abbonamento è stato annullato.",
|
||||
"cancelSubInfoApple": "Per favore segui <a href=\"https://support.apple.com/en-us/HT202039\">le istruzioni ufficiali di Apple</a>per cancellare il tuo abbonamento o se lo hai già cancellato per vedere la data in cui il tuo abbonamento termina. Questa schermata non può mostrarti se il tuo abbonamento è stato cancellato.",
|
||||
"cancelSubInfoGroupPlan": "Because you have a free subscription from a Group Plan, you cannot cancel it. It will end when you are no longer in the Group. If you are the Group leader and want to cancel the entire Group Plan, you can do that from the group's \"Payment Details\" tab.",
|
||||
"cancelSubInfoGroupPlan": "Dato che hai un abbonamento gratuito da un Piano per gruppi, non puoi cancellarlo. Terminerà quando non sarai più nel gruppo. Se sei il leader del gruppo e vuoi cancellare l'intero Piano per gruppi, puoi farlo andando sull'etichetta \"Dettagli di pagamento\" del gruppo.",
|
||||
"canceledSubscription": "Abbonamento annullato",
|
||||
"cancelingSubscription": "Annullamento dell'abbonamento",
|
||||
"adminSub": "Abbonamento per amministratori",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "岩石渓谷",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "岩石渓谷の上空を飛び越えるような息をのむ光景をのぞきこみましょう。",
|
||||
"backgroundBridgeText": "橋",
|
||||
"backgroundBridgeNotes": "素敵な橋を渡りましょう。"
|
||||
"backgroundBridgeNotes": "素敵な橋を渡りましょう。",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -348,8 +348,10 @@
|
|||
"weaponArmoireGlassblowersBlowpipeNotes": "このチューブで溶かしたガラスを吹いて、美しい花瓶、装飾品などオシャレな物をつくりましょう。力が <%= str %> 上がります。ラッキー宝箱 : ガラス吹き工セット ( 4 個中 1 個目のアイテム)。",
|
||||
"weaponArmoirePoisonedGobletText": "毒入りのゴブレット",
|
||||
"weaponArmoirePoisonedGobletNotes": "これを使って猛毒のアイオカンパウダーや他の想像を絶する危険な毒物への耐性をつけましょう。知能が <%= int %> 上がります。ラッキー宝箱 : 海賊姫セット ( 4 個中 3 個目のアイテム)。",
|
||||
"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).",
|
||||
"weaponArmoireJeweledArcherBowText": "宝石で飾られた弓",
|
||||
"weaponArmoireJeweledArcherBowNotes": "この金と宝石の弓は、ターゲットたちに信じられない速さで矢を放つことができます。知能が <%= int %> 上がります。ラッキー宝箱:宝石飾りの弓使いセット ( 3 個中 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).",
|
||||
"armor": "よろい",
|
||||
"armorCapitalized": "よろい",
|
||||
"armorBase0Text": "無地の服",
|
||||
|
|
@ -658,8 +660,8 @@
|
|||
"armorMystery201802Notes": "この輝くよろいはあなたの心の強さを反映しており、励ましが必要な近くのHabiticanたちにもその力を分け与えます! 効果なし。2018年2月寄付会員アイテム。",
|
||||
"armorMystery201806Text": "誘惑のチョウチンアンコウのしっぽ",
|
||||
"armorMystery201806Notes": "このしなやかなしっぽは、深海であなたが通る道を照らし出すために光り輝く機能があります。効果なし。2018年6月寄付会員アイテム。",
|
||||
"armorMystery201807Text": "Sea Serpent Tail",
|
||||
"armorMystery201807Notes": "This powerful tail will propel you through the sea at incredible speeds! Confers no benefit. July 2018 Subscriber Item.",
|
||||
"armorMystery201807Text": "シーサーペントのしっぽ",
|
||||
"armorMystery201807Notes": "この力強いしっぽは、信じられないほど素早く海の中を進むことができます! 効果なし。2018年7月寄付会員アイテム。",
|
||||
"armorMystery201808Text": "溶岩竜のよろい",
|
||||
"armorMystery201808Notes": "このよろいは、見つけるのが難しい(そして何よりも温かい)溶岩竜が落としたウロコから作られています。効果なし。2018年8月寄付会員アイテム。",
|
||||
"armorMystery301404Text": "スチームパンクスーツ",
|
||||
|
|
@ -752,10 +754,12 @@
|
|||
"armorArmoireGlassblowersCoverallsNotes": "このカバーオールは、あなたが熱く溶かしたガラスで傑作をつくっているときに身を守ってくれます。体質が <%= con %> 上がります。ラッキー宝箱: ガラス吹き工セット( 4 個中 2 個目のアイテム)",
|
||||
"armorArmoireBluePartyDressText": "青いパーティドレス",
|
||||
"armorArmoireBluePartyDressNotes": "あなたは鋭敏で、タフで、賢くて、そして何よりもセンスがいい! 知覚、力、そして体質がそれぞれ <%= attrs %> 上がります。ラッキー宝箱 : 青いリボンセット ( 2 個中 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).",
|
||||
"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).",
|
||||
"armorArmoirePiraticalPrincessGownText": "海賊姫のドレス",
|
||||
"armorArmoirePiraticalPrincessGownNotes": "この豪華なお召し物には、武器と戦利品を隠すためのたくさんのポケットがついています! 知覚が <%= per %> 上がります。ラッキー宝箱 : 海賊姫セット ( 4 個中 2 個目のアイテム)。",
|
||||
"armorArmoireJeweledArcherArmorText": "宝石で飾られたよろい",
|
||||
"armorArmoireJeweledArcherArmorNotes": "この優美に作り上げられたよろいは、ミサイルもしくはやりそびれた赤い日課からあなたを守るでしょう! 体質が <%= con %> 上がります。ラッキー宝箱 : 宝石飾りの弓使いセット ( 3 個中 2 個目のアイテム)。",
|
||||
"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).",
|
||||
"headgear": "帽子・兜",
|
||||
"headgearCapitalized": "帽子・ヘルメット",
|
||||
"headBase0Text": "頭装備なし",
|
||||
|
|
@ -978,10 +982,10 @@
|
|||
"headSpecialWinter2018RogueNotes": "ヘッドライトが内蔵された、パーフェクトな祝祭の仮装です!知覚が <%= per %> 上がります。2017年-2018年冬の限定装備。",
|
||||
"headSpecialWinter2018WarriorText": "ギフトボックスのかぶと",
|
||||
"headSpecialWinter2018WarriorNotes": "この粋なボックスのフタとリボンは、面白いだけでなくとても頑丈です。力が <%= str %> 上がります。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 %>. Limited Edition 2017-2018 Winter Gear.",
|
||||
"headSpecialWinter2018MageText": "輝かしいシルクハット",
|
||||
"headSpecialWinter2018MageNotes": "極上のスペシャルな魔法の準備はできましたか? このピカピカのハットは全ての呪文を必ず強化します! 知覚が <%= per %> 上がります。2017年-2018年冬の限定装備。",
|
||||
"headSpecialWinter2018HealerText": "ヤドリギのフード",
|
||||
"headSpecialWinter2018HealerNotes": "This fancy hood will keep you warm with happy holiday feelings! Increases Intelligence by <%= int %>. Limited Edition 2017-2018 Winter Gear.",
|
||||
"headSpecialWinter2018HealerNotes": "このオシャレなフードは、幸せな祝祭の気分にあなたを温め続けます! 知能が <%= int %> 上がります。2017年-2018年冬の限定装備。",
|
||||
"headSpecialSpring2018RogueText": "カモのくちばしのかぶと",
|
||||
"headSpecialSpring2018RogueNotes": "クワッ クワッ! 実は利口でずるくても、見かけは可愛いらしいのです。知覚が <%= per %> 上がります。2018年春の限定装備。",
|
||||
"headSpecialSpring2018WarriorText": "陽光の兜",
|
||||
|
|
@ -1176,8 +1180,8 @@
|
|||
"headArmoireGlassblowersHatNotes": "この帽子は、あなたが持っている他のガラス吹き用防護装備に大変ぴったり似合います!知覚が <%= per %> 上がります。ラッキー宝箱 : ガラス吹き工セット ( 4 個中 3 個目のアイテム)。",
|
||||
"headArmoirePiraticalPrincessHeaddressText": "海賊姫のヘッドドレス",
|
||||
"headArmoirePiraticalPrincessHeaddressNotes": "オシャレな海賊はこんなオシャレな帽子をかぶることで有名です! 知覚と知能が <%= attrs %> ずつ上がります。ラッキー宝箱 : 海賊姫セット ( 4 個中 1 個目のアイテム)。",
|
||||
"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).",
|
||||
"headArmoireJeweledArcherHelmText": "宝石で飾られたかぶと",
|
||||
"headArmoireJeweledArcherHelmNotes": "このかぶとは飾り立てて見えるかもしれません。しかし、大変に軽く強力でもあるのです。知能が <%= int %> 上がります。ラッキー宝箱:宝石飾りの弓使いセット ( 3 個中 1 個目のアイテム)。",
|
||||
"offhand": "利き手と反対の手のアイテム",
|
||||
"offhandCapitalized": "利き手と反対の手のアイテム",
|
||||
"shieldBase0Text": "利き手と反対の手の装備はありません",
|
||||
|
|
@ -1321,9 +1325,9 @@
|
|||
"shieldSpecialWinter2018RogueText": "しましまキャンディのフック",
|
||||
"shieldSpecialWinter2018RogueNotes": "壁を登ったり、甘い甘いキャンディで敵の目をそらしたりするのにうってつけです。力が <%= str %> 上がります。2017-2018年冬の限定装備。",
|
||||
"shieldSpecialWinter2018WarriorText": "魔法のギフトバッグ",
|
||||
"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": "あなたが必要な役立つものは、ほとんど何でもこの袋の中から見つけることができますよ。ささやくべき正しい魔法の合言葉を知っていたらね。体質が <%= con %> 上がります。 2017-2018年冬の限定装備。",
|
||||
"shieldSpecialWinter2018HealerText": "ヤドリギのベル",
|
||||
"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": "あの音はなぁに? みんなが聞くための真心と喜びの音です! 体質が <%= con %> 上がります。 2017-2018年冬の限定装備。",
|
||||
"shieldSpecialSpring2018WarriorText": "黎明の盾",
|
||||
"shieldSpecialSpring2018WarriorNotes": "この頑丈な盾は、黎明の栄光によって輝きます。体質が <%= con %> 上がります。2018年春の限定装備。",
|
||||
"shieldSpecialSpring2018HealerText": "ガーネットの盾",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"shieldArmoireFancyBlownGlassVaseNotes": "あなたがつくった花瓶はなんてオシャレなんでしょう!この中に何を生けますか?知能が <%= int %> 上がります。ラッキー宝箱 : ガラス吹き工セット ( 4 個中 4 個目のアイテム)。",
|
||||
"shieldArmoirePiraticalSkullShieldText": "海賊のドクロの盾",
|
||||
"shieldArmoirePiraticalSkullShieldNotes": "この魅惑の盾は、敵の財宝がある秘密の場所をささやくでしょう。――よく聞きなさい! 知覚と知能が <%= attrs %> ずつ上がります。ラッキー宝箱 : 海賊姫セット ( 4 個中 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).",
|
||||
"back": "背中のアクセサリー",
|
||||
"backCapitalized": "背のアクセサリー",
|
||||
"backBase0Text": "背のアクセサリーなし",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "「ゴーグルは目にかけるものだ」、「頭にのせるだけのゴーグルなんてだれも要らないぞ」ってヤツらはいうけど、ハハッ! 見せつけてやりましょう。効果なし。3015年8月寄付会員アイテム。",
|
||||
"headAccessoryArmoireComicalArrowText": "お笑いの矢",
|
||||
"headAccessoryArmoireComicalArrowNotes": "この妙なアイテムは笑えるでしょう! 力が<%= str %>上がります。ラッキー宝箱 : 個別のアイテム。",
|
||||
"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).",
|
||||
"eyewear": "アイウエア",
|
||||
"eyewearCapitalized": "アイウェア",
|
||||
"eyewearBase0Text": "アイウエアなし",
|
||||
|
|
|
|||
|
|
@ -135,13 +135,13 @@
|
|||
"PMPlaceholderTitleRevoked": "あなたのチャットの特権は取り消されました",
|
||||
"PMPlaceholderDescriptionRevoked": "You are not able to send private messages because your chat privileges have been revoked. If you have questions or concerns about this, please email <a href=\"mailto:admin@habitica.com\">admin@habitica.com</a> to discuss it with the staff.",
|
||||
"PMReceive": "プライベートメッセージを受け取る",
|
||||
"PMEnabledOptPopoverText": "Private Messages are enabled. Users can contact you via your profile.",
|
||||
"PMDisabledOptPopoverText": "Private Messages are disabled. Enable this option to allow users to contact you via your profile.",
|
||||
"PMEnabledOptPopoverText": "プライベートメッセージは有効です。ユーザーはあなたのプロフィールからあなたに連絡できます。",
|
||||
"PMDisabledOptPopoverText": "プライベートメッセージは無効です。ユーザーがあなたのプロフィールからあなたへ連絡をとるのを許可するには、このオプションを有効にしてください。",
|
||||
"PMDisabledCaptionTitle": "プライベートメッセージは停止されました",
|
||||
"PMDisabledCaptionText": "あなたはまだメッセージを送ることはできますが、誰もあなたにメッセージを送ることはできません。",
|
||||
"block": "ブロックする",
|
||||
"unblock": "ブロックを解除する",
|
||||
"blockWarning": "Block - This will have no effect if the player is a moderator now or becomes a moderator in future.",
|
||||
"blockWarning": "ブロック - もしプレイヤーが現在モデレーターである、もしくは将来モデレーターになった場合は効果がありません。",
|
||||
"pm-reply": "返信する",
|
||||
"inbox": "受信トレイ",
|
||||
"messageRequired": "メッセージが必要です。",
|
||||
|
|
@ -258,7 +258,7 @@
|
|||
"userRequestsApproval": "<%= userName %>がタスク承認をもとめています",
|
||||
"userCountRequestsApproval": "<%= userCount %>人のメンバーが承認を求めています。",
|
||||
"youAreRequestingApproval": "タスク承認を依頼中です",
|
||||
"chatPrivilegesRevoked": "You cannot do that because your chat privileges have been revoked.",
|
||||
"chatPrivilegesRevoked": "あなたのチャットの特権は取り消されているため、それはできません。",
|
||||
"cannotCreatePublicGuildWhenMuted": "あなたのチャットの特権は取り消されているので、公共ギルドを作成することはできません。",
|
||||
"cannotInviteWhenMuted": "あなたのチャットの特権は取り消されているので、誰かをギルドやパーティーに招待することはできません。",
|
||||
"newChatMessagePlainNotification": "<%= groupName %> に <%= authorName %> からの新着メッセージがあります。ここをクリックするとチャットページが開きます!",
|
||||
|
|
@ -381,16 +381,16 @@
|
|||
"bronzeTier": "ブロンズ段位",
|
||||
"privacySettings": "プライバシー設定",
|
||||
"onlyLeaderCreatesChallenges": "リーダーだけが、チャレンジをつくることができます。",
|
||||
"onlyLeaderCreatesChallengesDetail": "With this option selected, ordinary group members cannot create Challenges for the group.",
|
||||
"onlyLeaderCreatesChallengesDetail": "このオプションを選ぶと、一般のグループメンバーはグループのためのチャレンジを作成することができません。",
|
||||
"privateGuild": "プライベート ギルド",
|
||||
"charactersRemaining": "残り<%= characters %>文字",
|
||||
"guildSummary": "概要",
|
||||
"guildSummaryPlaceholder": "他のHabiticanにあなたのチャレンジを宣伝する簡単な紹介文を書きましょう。何がチャレンジの主な目的で、なぜ参加する必要があるのでしょうか? Habiticanたちが探すときに見つけやすいように、有用なキーワードを入れてみましょう!",
|
||||
"groupDescription": "説明",
|
||||
"guildDescriptionPlaceholder": "Use this section to go into more detail about everything that Guild members should know about your Guild. Useful tips, helpful links, and encouraging statements all go here!",
|
||||
"guildDescriptionPlaceholder": "あなたのギルドについてギルドメンバーが知るべき全てのことについて、より詳しい情報を述べるためにこのセクションを使ってください。役立つヒント、有益なリンク、そして励みになる言葉は全てここへどうぞ!",
|
||||
"markdownFormattingHelp": "[Markdown記法のヘルプ](http://habitica.wikia.com/wiki/Markdown_Cheat_Sheet)",
|
||||
"partyDescriptionPlaceholder": "私たちのパーティーの説明です。このパーティーで何をするかが書かれています。このパーティーでやることについてもっと知りたい場合、この説明を読んでください。楽しもう。",
|
||||
"guildGemCostInfo": "A Gem cost promotes high quality Guilds and is transferred into your Guild's bank.",
|
||||
"guildGemCostInfo": "ジェムの費用によって高品質のギルドへ昇進させます。そして、ジェムはあなたのギルド口座に移されます。",
|
||||
"noGuildsTitle": "あなたはどのギルドにも所属していません。",
|
||||
"noGuildsParagraph1": "ギルドはプレイヤー同士で助け合い、責任を共有し、チャットで励まし合うために作られる社交のためのグループです。",
|
||||
"noGuildsParagraph2": "ギルドを探すタブをクリックして、あなたの興味にもとづいてお勧めされるギルドを確認したり、一般公開されているギルドを探したり、自分のギルドを作ったりしてみましょう。",
|
||||
|
|
@ -405,7 +405,7 @@
|
|||
"createParty": "パーティーを作る",
|
||||
"inviteMembersNow": "すぐにメンバーを招待したいですか?",
|
||||
"playInPartyTitle": "パーティーに入ってHabiticaをプレーしましょう!",
|
||||
"playInPartyDescription": "Take on amazing quests with friends or on your own. Battle monsters, create Challenges, and help yourself stay accountable through Parties.",
|
||||
"playInPartyDescription": "仲間たちと一緒に、または各自で、素晴らしいクエストに挑戦しましょう。モンスターと戦ったり、チャレンジを作ったり…… そして、パーティーを通じてあなた自身を責任ある状態にし続けてみましょう。",
|
||||
"startYourOwnPartyTitle": "自分のパーティーを作る",
|
||||
"startYourOwnPartyDescription": "一人でモンスターと戦うか、好きなだけたくさんの友達を招待して戦おう!",
|
||||
"shartUserId": "ユーザーIDを共有する",
|
||||
|
|
@ -457,16 +457,16 @@
|
|||
"exampleGroupDesc": "For those selected to join the training academy for The Avengers Superhero Initiative",
|
||||
"thisGroupInviteOnly": "このグループは招待制です。",
|
||||
"gettingStarted": "はじめよう",
|
||||
"congratsOnGroupPlan": "Congratulations on creating your new Group! Here are a few answers to some of the more commonly asked questions.",
|
||||
"congratsOnGroupPlan": "おめでとうございます! あなたの新しいグループが設立されました。こちらにいくつかのよくある質問と答えがあります。",
|
||||
"whatsIncludedGroup": "寄付特典に含まれるもの",
|
||||
"whatsIncludedGroupDesc": "All members of the Group receive full subscription benefits, including the monthly subscriber items, the ability to buy Gems with Gold, and the Royal Purple Jackalope mount, which is exclusive to users with a Group Plan membership.",
|
||||
"howDoesBillingWork": "How does billing work?",
|
||||
"howDoesBillingWork": "どのように課金しますか?",
|
||||
"howDoesBillingWorkDesc": "Group Leaders are billed based on group member count on a monthly basis. This charge includes the $9 (USD) price for the Group Leader subscription, plus $3 USD for each additional group member. For example: A group of four users will cost $18 USD/month, as the group consists of 1 Group Leader + 3 group members.",
|
||||
"howToAssignTask": "どのようにタスクを割り当てますか?",
|
||||
"howToAssignTaskDesc": "Assign any Task to one or more Group members (including the Group Leader or Managers themselves) by entering their usernames in the \"Assign To\" field within the Create Task modal. You can also decide to assign a Task after creating it, by editing the Task and adding the user in the \"Assign To\" field!",
|
||||
"howToRequireApproval": "How do you mark a Task as requiring approval?",
|
||||
"howToRequireApproval": "承認を求めるとき、どのようにタスクにマークしますか?",
|
||||
"howToRequireApprovalDesc": "Toggle the \"Requires Approval\" setting to mark a specific task as requiring Group Leader or Manager confirmation. The user who checked off the task won't get their rewards for completing it until it has been approved.",
|
||||
"howToRequireApprovalDesc2": "Group Leaders and Managers can approve completed Tasks directly from the Task Board or from the Notifications panel.",
|
||||
"howToRequireApprovalDesc2": "グループのリーダーと管理者は、タスクボードか告知パネルから直接タスクの完了を承認することができます。",
|
||||
"whatIsGroupManager": "グループマネージャーとは?",
|
||||
"whatIsGroupManagerDesc": "A Group Manager is a user role that do not have access to the group's billing details, but can create, assign, and approve shared Tasks for the Group's members. Promote Group Managers from the Group’s member list.",
|
||||
"goToTaskBoard": "タスクボードに戻る",
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
"questSpiderUnlockText": "市場でクモのたまごを買えるようにする",
|
||||
"questGroupVice": "バイス、影のウィルム",
|
||||
"questVice1Text": "バイス・第1 部:ドラゴンの影響から自分を解放する",
|
||||
"questVice1Notes": "<p>うわさでは、Habitica 山の洞穴に、恐ろしい魔物がひそんでいる、と。このモンスターの存在は、この国の勇者たちの意思をねじ曲げ、悪いくせと怠け心へと向かわせるのです! このモンスターは、計り知れない力と自らの影を取りこんだ巨大なドラゴン、その名も「バイス」。悪と名付けられた危険な影のウィルム(ドラゴン)。勇敢な Habitica の挑戦者たちよ! 立ち上がり、力を合わせてこの汚らわしい魔物を打ち倒しましょう。ただし、この計り知れない力に立ち向かう自信のある者だけで。</p><h3>バイス・第1 部 : </h3><p>あなた自身がすでに魔物の支配下におかれているとしたら、どうやってその魔物とたたかうことができるでしょうか? 怠け心と悪習の犠牲となってはいけません! ドラゴンの暗い影響力と懸命にたたかい、バイスからの支配をはねのけるのです!</p>",
|
||||
"questVice1Notes": "<p>うわさでは、Habitica 山の洞穴に、恐ろしい魔物がひそんでいるそうです。このモンスターの存在は、この国の勇者たちの意思をねじ曲げ、悪いくせと怠け心へと向かわせるのです! このモンスターは、計り知れない力と自らの影を取りこんだ巨大なドラゴン、その名も「バイス」。悪と名付けられた危険な影のウィルム(ドラゴン)。勇敢な Habitica の挑戦者たちよ! 立ち上がり、力を合わせてこの汚らわしい魔物を打ち倒しましょう。ただし、この計り知れない力に立ち向かう自信のある者だけで。</p><h3>バイス・第1 部 : </h3><p>あなた自身がすでに魔物の支配下におかれているとしたら、どうやってその魔物とたたかうことができるでしょうか? 怠け心と悪習の犠牲となってはいけません! ドラゴンの暗い影響力と懸命にたたかい、バイスからの支配をはねのけるのです!</p>",
|
||||
"questVice1Boss": "バイスの影",
|
||||
"questVice1Completion": "あなたを支配していたバイスの影響力は消え去り、いつの間にか取り戻していた力が湧き上がるのをあなたは感じます。おめでとう!しかし、より恐ろしい敵があなたを待ち受けています・・・",
|
||||
"questVice1DropVice2Quest": "バイス・第 2 部 ( 巻物 )",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Rotsachtig Ravijn",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Kijk omlaag naar een verademend landschap wanneer je over een Rotsachtig Ravijn vliegt.",
|
||||
"backgroundBridgeText": "Brug",
|
||||
"backgroundBridgeNotes": "Ga over een charmante Brug."
|
||||
"backgroundBridgeNotes": "Ga over een charmante Brug.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "wapenrusting",
|
||||
"armorCapitalized": "Pantser",
|
||||
"armorBase0Text": "Eenvoudige kleding",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "helm",
|
||||
"headgearCapitalized": "Hoofdbescherming",
|
||||
"headBase0Text": "Geen hoofduitrusting ",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"back": "Lichaamsaccessoire",
|
||||
"backCapitalized": "Rug Accessoire ",
|
||||
"backBase0Text": "Geen rugaccessoire",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"Veiligheidsbrillen zijn voor je ogen,\" zeiden ze. \"Niemand wil een veiligheidsbril die je alleen maar op je hoofd kunt dragen,\" zeiden ze. Ha! Jij hebt ze laten zien hoe het echt moet! Verleent geen voordelen. Abonnee-uitrusting augustus 3015.",
|
||||
"headAccessoryArmoireComicalArrowText": "Komische Pijl",
|
||||
"headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Increases Strength by <%= 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).",
|
||||
"eyewear": "Oogaccessoire",
|
||||
"eyewearCapitalized": "Oogaccessoire",
|
||||
"eyewearBase0Text": "Geen oogaccessoire",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge."
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||
|
|
@ -350,6 +350,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"armor": "zbroja",
|
||||
"armorCapitalized": "Zbroja",
|
||||
"armorBase0Text": "Zwykłe ubranie",
|
||||
|
|
@ -756,6 +758,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"headgear": "hełm",
|
||||
"headgearCapitalized": "Nakrycie głowy",
|
||||
"headBase0Text": "Brak nakrycia głowy",
|
||||
|
|
@ -1394,6 +1398,8 @@
|
|||
"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).",
|
||||
"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).",
|
||||
"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).",
|
||||
"back": "Dodatki na plecy",
|
||||
"backCapitalized": "Dodatki na plecy",
|
||||
"backBase0Text": "Nic na plecach",
|
||||
|
|
@ -1581,6 +1587,8 @@
|
|||
"headAccessoryMystery301405Notes": "\"Gogle nosi się na oczach\", mówili. \"Nikt nie chce gogli które można nosić tylko na głowie\", mówili. Ha! Niech spojrzą na Ciebie! Brak dodatkowych korzyści. Przedmiot Abonencki, sierpień 2015.",
|
||||
"headAccessoryArmoireComicalArrowText": "Zabawna Strzała",
|
||||
"headAccessoryArmoireComicalArrowNotes": "This whimsical item sure is good for a laugh! Increases Strength by <%= 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).",
|
||||
"eyewear": "Okulary",
|
||||
"eyewearCapitalized": "Okulary",
|
||||
"eyewearBase0Text": "Brak okularów",
|
||||
|
|
|
|||
|
|
@ -373,5 +373,12 @@
|
|||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Look down into a breathtaking scene as you fly over a Rocky Canyon.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge."
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
"backgrounds092018": "SET 52: Released September 2018",
|
||||
"backgroundApplePickingText": "Apple Picking",
|
||||
"backgroundApplePickingNotes": "Go Apple Picking and bring home a bushel.",
|
||||
"backgroundGiantBookText": "Giant Book",
|
||||
"backgroundGiantBookNotes": "Read as you walk through the pages of a Giant Book.",
|
||||
"backgroundCozyBarnText": "Cozy Barn",
|
||||
"backgroundCozyBarnNotes": "Relax with your pets and mounts in their Cozy Barn."
|
||||
}
|
||||