Merge branch 'release' into develop

This commit is contained in:
Sabe Jones 2018-05-29 22:24:41 +00:00
commit 0e63f68ed6
189 changed files with 21674 additions and 21588 deletions

View file

@ -17,7 +17,7 @@ RUN npm install -g gulp-cli mocha
# Clone Habitica repo and install dependencies
RUN mkdir -p /usr/src/habitrpg
WORKDIR /usr/src/habitrpg
RUN git clone --branch v4.42.6 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN git clone --branch v4.43.1 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN npm install
RUN gulp build:prod --force

View file

@ -17,5 +17,5 @@ function setUpServer () {
setUpServer();
// Replace this with your migration
const processUsers = require('./groups/migrate-chat.js');
const processUsers = require('./users/mystery-items.js');
processUsers();

View file

@ -6,7 +6,7 @@ const authorUuid = '7f14ed62-5408-4e1b-be83-ada62d504931'; // ... own data is do
* Award this month's mystery items to subscribers
*/
const MYSTERY_ITEMS = ['back_mystery_201805', 'head_mystery_201805'];
const connectionString = 'mongodb://localhost:27017/habitrpg?auto_reconnect=true'; // FOR TEST DATABASE
const connectionString = 'mongodb://sabrecat:mT1wp9Nf5xUDmV5@ds013393-a0.mlab.com:13393/habitica?auto_reconnect=true';
let monk = require('monk');
let dbUsers = monk(connectionString).get('users', { castIds: false });

4283
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "4.43.0",
"version": "4.44.0",
"main": "./website/server/index.js",
"dependencies": {
"@slack/client": "^3.8.1",

View file

@ -10,6 +10,12 @@
width: 141px;
height: 441px;
}
.promo_earrings_headbands {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -565px -223px;
width: 297px;
height: 147px;
}
.promo_fairy_potions {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: 0px 0px;
@ -30,7 +36,7 @@
}
.promo_take_this {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -716px -223px;
background-position: -716px -371px;
width: 114px;
height: 87px;
}
@ -42,7 +48,7 @@
}
.scene_meditation {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -565px -223px;
background-position: -565px -371px;
width: 150px;
height: 150px;
}

File diff suppressed because it is too large Load diff

View file

@ -1,42 +1,276 @@
.Pet_Currency_Gem2x {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -527px -404px;
width: 30px;
height: 26px;
}
.PixelPaw-Gold {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -473px -324px;
width: 51px;
height: 51px;
}
.PixelPaw {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -473px -272px;
width: 51px;
height: 51px;
}
.PixelPaw002 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -473px -220px;
width: 51px;
height: 51px;
}
.pet_key {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px -724px;
width: 68px;
height: 68px;
}
.rebirth_orb {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px -655px;
width: 68px;
height: 68px;
}
.seafoam_star {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1118px -1529px;
width: 90px;
height: 90px;
}
.shop_armoire {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -660px -556px;
width: 68px;
height: 68px;
}
.snowman {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -936px -1529px;
width: 90px;
height: 90px;
}
.zzz {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -922px -537px;
width: 40px;
height: 40px;
}
.zzz_light {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -922px -578px;
width: 40px;
height: 40px;
}
.notif_inventory_present_01 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -718px -249px;
width: 28px;
height: 28px;
}
.notif_inventory_present_02 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -718px -220px;
width: 28px;
height: 28px;
}
.notif_inventory_present_03 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -922px -619px;
width: 28px;
height: 28px;
}
.notif_inventory_present_04 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1141px -838px;
width: 28px;
height: 28px;
}
.notif_inventory_present_05 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1112px -838px;
width: 28px;
height: 28px;
}
.notif_inventory_present_06 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1083px -838px;
width: 28px;
height: 28px;
}
.notif_inventory_present_07 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1025px -838px;
width: 28px;
height: 28px;
}
.notif_inventory_present_08 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -996px -838px;
width: 28px;
height: 28px;
}
.notif_inventory_present_09 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -718px -307px;
width: 28px;
height: 28px;
}
.notif_inventory_present_10 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -718px -278px;
width: 28px;
height: 28px;
}
.notif_inventory_present_11 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1054px -838px;
width: 28px;
height: 28px;
}
.notif_inventory_present_12 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -967px -838px;
width: 28px;
height: 28px;
}
.notif_inventory_special_birthday {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -558px -404px;
width: 20px;
height: 24px;
}
.notif_inventory_special_congrats {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -621px -404px;
width: 20px;
height: 22px;
}
.notif_inventory_special_getwell {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -642px -404px;
width: 20px;
height: 22px;
}
.notif_inventory_special_goodluck {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -718px -363px;
width: 20px;
height: 26px;
}
.notif_inventory_special_greeting {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -663px -404px;
width: 20px;
height: 22px;
}
.notif_inventory_special_nye {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -718px -336px;
width: 24px;
height: 26px;
}
.notif_inventory_special_thankyou {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -579px -404px;
width: 20px;
height: 24px;
}
.notif_inventory_special_valentine {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -600px -404px;
width: 20px;
height: 24px;
}
.npc_alex {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -516px -1529px;
width: 162px;
height: 138px;
}
.npc_aprilFool {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -815px -1529px;
width: 120px;
height: 120px;
}
.npc_bailey {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px -793px;
width: 60px;
height: 72px;
}
.npc_daniel {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -679px -1529px;
width: 135px;
height: 123px;
}
.npc_ian {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px -203px;
width: 75px;
height: 135px;
}
.npc_justin {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -660px -435px;
width: 84px;
height: 120px;
}
.npc_justin_head {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -922px -440px;
width: 36px;
height: 96px;
}
.npc_matt {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1143px -1315px;
width: 195px;
height: 138px;
}
.npc_sabe {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1935px -1246px;
background-position: -1027px -1529px;
width: 90px;
height: 90px;
}
.npc_timetravelers {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -214px -1535px;
background-position: -1339px -1315px;
width: 195px;
height: 138px;
}
.npc_timetravelers_active {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1375px -1315px;
background-position: -947px -1315px;
width: 195px;
height: 138px;
}
.npc_tyler {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1844px -1246px;
background-position: -1535px -1315px;
width: 90px;
height: 90px;
}
.npc_vicky {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1963px -1114px;
background-position: -220px -339px;
width: 59px;
height: 82px;
}
.seasonalshop_closed {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1844px -836px;
background-position: -353px -1529px;
width: 162px;
height: 138px;
}
.seasonalshop_open {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1844px -975px;
background-position: -190px -1529px;
width: 162px;
height: 138px;
}
@ -48,133 +282,133 @@
}
.banner_flair_dysheartener {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1963px -1197px;
background-position: -1187px -1067px;
width: 69px;
height: 18px;
}
.phobia_dysheartener {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1627px -1281px;
background-position: -1627px -630px;
width: 201px;
height: 195px;
}
.quest_armadillo {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px -655px;
background-position: -527px 0px;
width: 219px;
height: 219px;
}
.quest_atom1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -916px -1315px;
background-position: -696px -1315px;
width: 250px;
height: 150px;
}
.quest_atom2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1167px -1315px;
background-position: -1627px -1372px;
width: 207px;
height: 138px;
}
.quest_atom3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -967px -660px;
background-position: -1627px -1013px;
width: 216px;
height: 180px;
}
.quest_axolotl {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -967px -220px;
background-position: -220px -435px;
width: 219px;
height: 219px;
}
.quest_badger {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -967px -440px;
background-position: -440px -435px;
width: 219px;
height: 219px;
}
.quest_basilist {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1844px -392px;
background-position: 0px -1529px;
width: 189px;
height: 141px;
}
.quest_beetle {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1627px -1079px;
background-position: -1627px -428px;
width: 204px;
height: 201px;
}
.quest_bunny {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1187px -880px;
background-position: -1627px -826px;
width: 210px;
height: 186px;
}
.quest_butterfly {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -660px -875px;
background-position: -660px -655px;
width: 219px;
height: 219px;
}
.quest_cheetah {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px -875px;
background-position: -1187px 0px;
width: 219px;
height: 219px;
}
.quest_cow {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -307px -220px;
background-position: -747px -440px;
width: 174px;
height: 213px;
}
.quest_dilatory {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1187px -440px;
background-position: -1407px -440px;
width: 219px;
height: 219px;
}
.quest_dilatoryDistress1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1627px -868px;
background-position: -1627px -217px;
width: 210px;
height: 210px;
}
.quest_dilatoryDistress2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1844px -685px;
background-position: -151px -1671px;
width: 150px;
height: 150px;
}
.quest_dilatoryDistress3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px -1095px;
background-position: -1407px -220px;
width: 219px;
height: 219px;
}
.quest_dilatory_derby {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1187px -220px;
background-position: -440px -1095px;
width: 219px;
height: 219px;
}
.quest_dustbunnies {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -440px -1095px;
background-position: -1407px 0px;
width: 219px;
height: 219px;
}
.quest_egg {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1844px -184px;
background-position: -307px -220px;
width: 165px;
height: 207px;
}
.quest_evilsanta {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1844px -1114px;
background-position: -302px -1671px;
width: 118px;
height: 131px;
}
@ -186,37 +420,37 @@
}
.quest_falcon {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1407px 0px;
background-position: -880px -1095px;
width: 219px;
height: 219px;
}
.quest_ferret {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1407px -220px;
background-position: -660px -1095px;
width: 219px;
height: 219px;
}
.quest_frog {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px -1315px;
background-position: 0px -1315px;
width: 221px;
height: 213px;
}
.quest_ghost_stag {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1407px -660px;
background-position: -220px -1095px;
width: 219px;
height: 219px;
}
.quest_goldenknight1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -307px 0px;
background-position: 0px -1095px;
width: 219px;
height: 219px;
}
.quest_goldenknight2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -665px -1315px;
background-position: -445px -1315px;
width: 250px;
height: 150px;
}
@ -228,121 +462,121 @@
}
.quest_gryphon {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -527px -220px;
background-position: -1627px -1194px;
width: 216px;
height: 177px;
}
.quest_guineapig {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1407px -880px;
background-position: -1187px -440px;
width: 219px;
height: 219px;
}
.quest_harpy {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1407px -440px;
background-position: -1187px -660px;
width: 219px;
height: 219px;
}
.quest_hedgehog {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1407px -1100px;
background-position: -1187px -880px;
width: 219px;
height: 186px;
}
.quest_hippo {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px -1095px;
background-position: -880px -875px;
width: 219px;
height: 219px;
}
.quest_horse {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -660px -1095px;
background-position: -660px -875px;
width: 219px;
height: 219px;
}
.quest_kraken {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -747px -440px;
background-position: -967px -660px;
width: 216px;
height: 177px;
}
.quest_lostMasterclasser1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1095px;
background-position: -440px -875px;
width: 219px;
height: 219px;
}
.quest_lostMasterclasser2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1187px -660px;
background-position: -220px -875px;
width: 219px;
height: 219px;
}
.quest_lostMasterclasser3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1187px 0px;
background-position: 0px -875px;
width: 219px;
height: 219px;
}
.quest_mayhemMistiflying1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1844px -534px;
background-position: 0px -1671px;
width: 150px;
height: 150px;
}
.quest_mayhemMistiflying2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -440px -875px;
background-position: -967px -440px;
width: 219px;
height: 219px;
}
.quest_mayhemMistiflying3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px -875px;
background-position: -967px -220px;
width: 219px;
height: 219px;
}
.quest_monkey {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -875px;
background-position: -967px 0px;
width: 219px;
height: 219px;
}
.quest_moon1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1627px -217px;
background-position: -1407px -1094px;
width: 216px;
height: 216px;
}
.quest_moon2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -967px 0px;
background-position: -440px -655px;
width: 219px;
height: 219px;
}
.quest_moon3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -660px -655px;
background-position: -220px -655px;
width: 219px;
height: 219px;
}
.quest_moonstone1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -440px -655px;
background-position: 0px -655px;
width: 219px;
height: 219px;
}
.quest_moonstone2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -655px;
background-position: -747px -220px;
width: 219px;
height: 219px;
}
.quest_moonstone3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -747px -220px;
background-position: -747px 0px;
width: 219px;
height: 219px;
}
@ -354,67 +588,43 @@
}
.quest_octopus {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -442px -1315px;
background-position: -222px -1315px;
width: 222px;
height: 177px;
}
.quest_owl {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -440px -435px;
background-position: 0px -435px;
width: 219px;
height: 219px;
}
.quest_peacock {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1627px -651px;
background-position: -1407px -877px;
width: 216px;
height: 216px;
}
.quest_penguin {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1844px 0px;
background-position: -527px -220px;
width: 190px;
height: 183px;
}
.quest_pterodactyl {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px -435px;
background-position: -307px 0px;
width: 219px;
height: 219px;
}
.quest_rat {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -435px;
background-position: -1187px -220px;
width: 219px;
height: 219px;
}
.quest_rock {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1627px -434px;
background-position: -1407px -660px;
width: 216px;
height: 216px;
}
.quest_rooster {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1535px;
width: 213px;
height: 174px;
}
.quest_sabretooth {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -527px 0px;
width: 219px;
height: 219px;
}
.quest_sheep {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1315px;
width: 219px;
height: 219px;
}
.quest_slime {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -747px 0px;
width: 219px;
height: 219px;
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 401 KiB

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 KiB

After

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 KiB

After

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View file

@ -191,11 +191,13 @@ b-modal#avatar-modal(title="", :size='editing ? "lg" : "md"', :hide-header='true
.col-4.text-center.sub-menu-item(@click='changeSubPage("wheelchair")', :class='{active: activeSubPage === "wheelchair"}')
strong(v-once) {{$t('wheelchair')}}
.col-3.text-center.sub-menu-item(@click='changeSubPage("flower")', :class='{active: activeSubPage === "flower"}')
strong(v-once) {{$t('flower')}}
strong(v-once) {{$t('accent')}}
.row.sub-menu(v-if='editing')
.col-4.offset-4.text-center.sub-menu-item(@click='changeSubPage("ears")' :class='{active: activeSubPage === "ears"}')
.col-4.offset-2.text-center.sub-menu-item(@click='changeSubPage("ears")' :class='{active: activeSubPage === "ears"}')
strong(v-once) {{$t('animalEars')}}
.row(v-if='activeSubPage === "glasses"')
.col-4.text-center.sub-menu-item(@click='changeSubPage("headband")' :class='{active: activeSubPage === "headband"}')
strong(v-once) {{$t('headband')}}
#glasses.row(v-if='activeSubPage === "glasses"')
.col-12.customize-options
.option(v-for='option in eyewear', :class='{active: option.active}')
.sprite.customize-option(:class="`eyewear_special_${option.key}`", @click='option.click')
@ -212,6 +214,10 @@ b-modal#avatar-modal(title="", :size='editing ? "lg" : "md"', :hide-header='true
.svg-icon.gem(v-html='icons.gem')
span 5
button.btn.btn-secondary.purchase-all(@click='unlock(animalEarsUnlockString)') {{ $t('purchaseAll') }}
#headband.row(v-if='activeSubPage === "headband"')
.col-12.customize-options
.option(v-for='option in headbands', :class='{active: option.active}')
.sprite.customize-option(:class="`headAccessory_special_${option.key}`", @click='option.click')
#wheelchairs.row(v-if='activeSubPage === "wheelchair"')
.col-12.customize-options
.option(@click='set({"preferences.chair": "none"})', :class='{active: user.preferences.chair === "none"}')
@ -222,7 +228,7 @@ b-modal#avatar-modal(title="", :size='editing ? "lg" : "md"', :hide-header='true
#flowers.row(v-if='activeSubPage === "flower"')
.col-12.customize-options
.head_0.option(@click='set({"preferences.hair.flower":0})', :class='{active: user.preferences.hair.flower === 0}')
.option(v-for='option in [1, 2, 3, 4, 5, 6]',
.option(v-for='option in [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]',
:class='{active: user.preferences.hair.flower === option}')
.sprite.customize-option(:class="`hair_flower_${option}`", @click='set({"preferences.hair.flower": option})')
.row(v-if='activeSubPage === "flower"')
@ -1038,6 +1044,21 @@ export default {
},
computed: {
...mapState({user: 'user.data'}),
headbands () {
let keys = ['blackHeadband', 'blueHeadband', 'greenHeadband', 'pinkHeadband', 'redHeadband', 'whiteHeadband', 'yellowHeadband'];
let options = keys.map(key => {
let newKey = `headAccessory_special_${key}`;
let option = {};
option.key = key;
option.active = this.user.preferences.costume ? this.user.items.gear.costume.headAccessory === newKey : this.user.items.gear.equipped.headAccessory === newKey;
option.click = () => {
let type = this.user.preferences.costume ? 'costume' : 'equipped';
return this.equip(newKey, type);
};
return option;
});
return options;
},
eyewear () {
let keys = ['blackTopFrame', 'blueTopFrame', 'greenTopFrame', 'pinkTopFrame', 'redTopFrame', 'whiteTopFrame', 'yellowTopFrame'];
let options = keys.map(key => {

View file

@ -45,6 +45,8 @@
"beard": "Брада",
"mustache": "Мустак",
"flower": "Цвете",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Инвалидна количка",
"extra": "Допълнителни",
"basicSkins": "Основни кожи",

View file

@ -1022,8 +1022,8 @@
"headMystery201802Notes": "Антенките на този шлем са детектори, които засичат любовта и подкрепата наоколо. Предмет за абонати: февруари 2018 г.",
"headMystery201803Text": "Диадема на смело водно конче",
"headMystery201803Notes": "Въпреки че изглежда като обикновено украшение, можете да накарате крилата на тази диадема да махат и да… получите още по-хубава украса! Не променя показателите. Предмет за абонати: март 2018 г.",
"headMystery201805Text": "Phenomenal Peacock Helm",
"headMystery201805Notes": "This helm will make you the proudest and prettiest (possibly also the loudest) bird in town. Confers no benefit. May 2018 Subscriber Item.",
"headMystery201805Text": "Феноменален паунов шлем",
"headMystery201805Notes": "С този шлем ще се превърнете в най-гордата и най-красивата (а сигурно и най-шумната) птица наоколо. Не променя показателите. Предмет за абонати: май 2018 г.",
"headMystery301404Text": "Украсен цилиндър",
"headMystery301404Notes": "Украсен цилиндър за най-изтънчените и високопоставени членове на обществото. Не променя показателите. Предмет за абонати: януари 3015 г.",
"headMystery301405Text": "Обикновен цилиндър",
@ -1364,8 +1364,8 @@
"backMystery201803Notes": "С тези светли и блещукащи крила ще можете да се понесете по лекия пролетен бриз и да прехвърчате от лилия на лилия без проблем. Не променя показателите. Предмет за абонати: април 2018 г.",
"backMystery201804Text": "Катерича опашка",
"backMystery201804Notes": "Със сигурност ще Ви помогне да балансирате по-добре, когато скачате от клон на клон, но най-важното ѝ свойство е, че ПУХКАВОСТТА Е НА МАКСИМУМ. Не променя показателите. Предмет за абонати: април 2018 г.",
"backMystery201805Text": "Phenomenal Peacock Tail",
"backMystery201805Notes": "This gorgeous feathery tail is perfect for a strut down a lovely garden path! Confers no benefit. May 2018 Subscriber Item.",
"backMystery201805Text": "Феноменална паунова опашка",
"backMystery201805Notes": "Тази разкошна перната опашка е идеална за разходки по красивите градински пътечки. Не променя показателите. Предмет за абонати: май 2018 г.",
"backSpecialWonderconRedText": "Могъщо наметало",
"backSpecialWonderconRedNotes": "Развява се със сила и красота. Не променя показателите. Специално издание: Конгресен предмет.",
"backSpecialWonderconBlackText": "Подло наметало",
@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "С тези уши приличате на свиреп тигър! Не променя показателите.",
"headAccessoryWolfEarsText": "Вълчи уши",
"headAccessoryWolfEarsNotes": "С тези уши приличате на предан вълк! Не променя показателите.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Рога на горски бродник",
"headAccessoryMystery201403Notes": "Тези еленови рога блестят от мъх и лишеи. Не променя показателите. Предмет за абонати: март 2014 г.",
"headAccessoryMystery201404Text": "Антенки на здрачна пеперуда",

View file

@ -124,7 +124,7 @@
"eventAvailability": "Налично за купуване до <%= date(locale) %>.",
"dateEndMarch": "30 април",
"dateEndApril": "19 април",
"dateEndMay": "May 31",
"dateEndMay": "31 май",
"dateEndJune": "14 юни",
"dateEndJuly": "29 юли",
"dateEndAugust": "31 август",

View file

@ -11,8 +11,8 @@
"dailyDueDefaultView": "По подразбиране да се показва разделът с „чакащи“ ежедневни задачи",
"dailyDueDefaultViewPop": "Ако е зададено, по подразбиране ще се показва разделът с „чакащи“ ежедневни задачи, вместо този с „всички“",
"reverseChatOrder": "Съобщенията в чата да се показват в обратен ред",
"startAdvCollapsed": "Advanced Settings in tasks start collapsed",
"startAdvCollapsedPop": "With this option set, Advanced Settings will be hidden when you first open a task for editing.",
"startAdvCollapsed": "Разширените настройки на задачите да бъдат скрити поначало",
"startAdvCollapsedPop": "Ако е зададено, разширените настройки отначало ще бъдат скрити, когато отворите задача за редактиране.",
"dontShowAgain": "Да не се показва повече",
"suppressLevelUpModal": "Да не се показва изскачащ прозорец при вдигане на ниво",
"suppressHatchPetModal": "Да не се показва изскачащ прозорец при излюпване на любимец",
@ -85,7 +85,7 @@
"resetComplete": "Нулирането е завършено!",
"fixValues": "Промяна на стойности",
"fixValuesText1": "Ако сте попаднали на технически проблем или сте допуснали грешка, която смятате, че е променила героя Ви нечестно (получили сте щети, които не е трябвало да получавате, или злато, което не сте спечелили наистина и т.н.), можете ръчно да поправите числата си тук. Да, тук можете да мамите: използвайте тази функционалност разумно или ще саботирате собственото си изграждане на навици!",
"fixValuesText2": "Note that you cannot restore Streaks on individual tasks here. To do that, edit the Daily and go to Advanced Settings, where you will find a Restore Streak field.",
"fixValuesText2": "Имайте предвид, че тук не можете да възстановявате серии за конкретни ежедневни задачи. За да направите това, отворете самата задача в режим за редактиране и отворете разширените настройки, където ще намерите поле за възстановяване на серията.",
"disabledWinterEvent": "Изключено по време на Приказното зимно събитие — част 4 (тъй като наградите могат да бъдат купени със злато).",
"fix21Streaks": "21-дневни серии",
"discardChanges": "Отказ от промените",

View file

@ -143,7 +143,7 @@
"mysterySet201802": "Комплект на любовната буболечка",
"mysterySet201803": "Комплект на смелото водно конче",
"mysterySet201804": "Комплект на изтупаната катерица",
"mysterySet201805": "Phenomenal Peacock Set",
"mysterySet201805": "Феноменален паунов комплект",
"mysterySet301404": "Стандартен изтънчен комплект",
"mysterySet301405": "Комплект изтънчени принадлежности",
"mysterySet301703": "Изтънчен паунов комплект",

View file

@ -5,7 +5,7 @@
"sureDeleteCompletedTodos": "Наистина ли искате да изтриете завършените си задачи?",
"lotOfToDos": "Тук можете да видите последните си 30 завършени задачи. Можете да видите по-старите си завършени задачи от „Данни > Инструмент за показване на данните“ или „Данни > Изнасяне на данни > Потребителски данни.",
"deleteToDosExplanation": "Ако натиснете бутона по-долу, всички завършени и архивирани задачи ще бъдат изтрити завинаги, освен онези от протичащи в момента предизвикателства и от групови планове. Ако искате да запазите информацията за тях, първо ги изнесете.",
"addMultipleTip": "<strong>Tip:</strong> To add multiple <%= taskType %>, separate each one using a line break (Shift + Enter) and then press \"Enter.\"",
"addMultipleTip": "<strong>Съвет:</strong> За да добавите няколко <%= taskType %>, разделете ги с нов ред (Shift + Enter) и след това натиснете „Enter“.",
"addsingle": "Добавяне поотделно",
"addATask": "Добавяне на <%= type %>",
"editATask": "Редактиране на <%= type %>",

View file

@ -45,6 +45,8 @@
"beard": "Plnovous",
"mustache": "Knír",
"flower": "Květina",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Kolečkové křeslo",
"extra": "Extra",
"basicSkins": "Základní barvy kůže",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "Tyhle uši z tebe udělají divokého tygra! Nepřináší žádný benefit.",
"headAccessoryWolfEarsText": "Vlčí uši",
"headAccessoryWolfEarsNotes": "Tyhle uši z tebe udělají loajálního vlka! Nepřináší žádný benefit.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Paroží lesáka",
"headAccessoryMystery201403Notes": "Tohle paroží se třpytí mechem a lišejníkem. Nepřináší žádný benefit. Výbava pro předplatitele březen 2014.",
"headAccessoryMystery201404Text": "Měsíční motýlí tykadla",

View file

@ -45,6 +45,8 @@
"beard": "Skæg",
"mustache": "Overskæg",
"flower": "Blomst",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Kørestol",
"extra": "Extra",
"basicSkins": "Basis-skins",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "Disse ører får dig til at ligne en farlig tiger! Giver ingen bonusser.",
"headAccessoryWolfEarsText": "Ulveører",
"headAccessoryWolfEarsNotes": "Disse ører får dig til at ligne en loyal ulv! Giver ingen bonusser.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Skovvandrer-gevir",
"headAccessoryMystery201403Notes": "Dette gevir er dækket af glinsende mos. Giver ingen bonusser. Marts 2014 Abonnentting.",
"headAccessoryMystery201404Text": "Tusmørkesommerfugls Antenner",

View file

@ -13,8 +13,8 @@
"challengeWinner": "Hat die folgenden Wettbewerbe gewonnen",
"challenges": "Wettbewerbe",
"challengesLink": "<a href='http://habitica.wikia.com/wiki/Challenges' target='_blank'>Herausforderungen</a>",
"challengePrize": "Challenge Prize",
"endDate": "Ends",
"challengePrize": "Wettbewerbs-Preis",
"endDate": "endet",
"noChallenges": "Keine Wettbewerbe gefunden, besuche",
"toCreate": "um einen Wettbewerb zu erstellen.",
"selectWinner": "Wähle einen Gewinner und beende den Wettbewerb.",
@ -25,9 +25,9 @@
"filter": "Filter",
"groups": "Gruppen",
"noNone": "Niemand",
"category": "Category",
"category": "Kategorie",
"membership": "Mitgliedschaft",
"ownership": "Ownership",
"ownership": "Besitz",
"participating": "Teilnehmer",
"notParticipating": "Nicht Teilnehmer",
"either": "Beides",

View file

@ -45,6 +45,8 @@
"beard": "Bart",
"mustache": "Schnurrbart",
"flower": "Blume",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Rollstuhl",
"extra": "Extra",
"basicSkins": "Normale Hautfarben",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "Diese Ohren verleihen Dir das Aussehen eines wilden Tigers! Gewährt keinen Attributbonus.",
"headAccessoryWolfEarsText": "Wolfsohren",
"headAccessoryWolfEarsNotes": "Diese Ohren verleihen Dir das Aussehen eines loyalen Wolfes! Gewährt keinen Attributbonus.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Waldwanderergeweih",
"headAccessoryMystery201403Notes": "Dieses Geweih schimmert in Moos und Flechten. Gewährt keinen Attributbonus. Abonnentengegenstand, März 2014.",
"headAccessoryMystery201404Text": "Schmetterlingsfühler des Zwielichts",

View file

@ -45,6 +45,8 @@
"beard": "Beard",
"mustache": "Mustache",
"flower": "Flower",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Wheelchair",
"extra": "Extra",
"basicSkins": "Basic Skins",

View file

@ -1591,6 +1591,20 @@
"headAccessoryTigerEarsNotes": "These ears make you look like a fierce tiger! Confers no benefit.",
"headAccessoryWolfEarsText": "Wolf Ears",
"headAccessoryWolfEarsNotes": "These ears make you look like a loyal wolf! Confers no benefit.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Forest Walker Antlers",
"headAccessoryMystery201403Notes": "These antlers shimmer with moss and lichen. Confers no benefit. March 2014 Subscriber Item.",

View file

@ -45,6 +45,8 @@
"beard": "Beard",
"mustache": "Mustache",
"flower": "Flower",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Wheelchair",
"extra": "Extra",
"basicSkins": "Basic Skins",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "These ears make ye look like a fierce tiger! Don't benefit ye.",
"headAccessoryWolfEarsText": "Wolf Ears",
"headAccessoryWolfEarsNotes": "These ears make ye look like a loyal wolf! Don't benefit ye.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Forest Walker Antlers",
"headAccessoryMystery201403Notes": "These antlers shimmer wit' moss an' lichen. Don't benefit ye. March 2014 Subscriber Item.",
"headAccessoryMystery201404Text": "Twilight Butterfly Antennae",

View file

@ -45,6 +45,8 @@
"beard": "Beard",
"mustache": "Moustache",
"flower": "Flower",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Wheelchair",
"extra": "Extra",
"basicSkins": "Basic Skins",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "These ears make you look like a fierce tiger! Confers no benefit.",
"headAccessoryWolfEarsText": "Wolf Ears",
"headAccessoryWolfEarsNotes": "These ears make you look like a loyal wolf! Confers no benefit.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Forest Walker Antlers",
"headAccessoryMystery201403Notes": "These antlers shimmer with moss and lichen. Confers no benefit. March 2014 Subscriber Item.",
"headAccessoryMystery201404Text": "Twilight Butterfly Antennae",

View file

@ -45,6 +45,8 @@
"beard": "Barba",
"mustache": "Bigote",
"flower": "Flor",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Silla de ruedas",
"extra": "Extra",
"basicSkins": "Pieles básicas",

View file

@ -1022,8 +1022,8 @@
"headMystery201802Notes": "Las antenas en este casco actúan como adorables varas de radiestesia, al detectar sentimientos de amor y apoyo cercanos. Sin beneficios. Artículo del Suscriptor de febrero del 2018.",
"headMystery201803Text": "Diadema de Libélula Osada",
"headMystery201803Notes": "Aunque su apariencia es bastante decorativa, ¡puedes enganchar las alas en esta diadema para alzarte más alto! Sin beneficios. Artículo del Subscriptor de marzo del 2018.",
"headMystery201805Text": "Phenomenal Peacock Helm",
"headMystery201805Notes": "This helm will make you the proudest and prettiest (possibly also the loudest) bird in town. Confers no benefit. May 2018 Subscriber Item.",
"headMystery201805Text": "Casco de pavo real fenómeno",
"headMystery201805Notes": "Este casco te hará el ave más orgullosa y más bonita (posiblemente también la más ruidosa) de la ciudad. Sin beneficios. Artículo del suscriptor de mayo del 2018.",
"headMystery301404Text": "Sombrero de copa sofisticado",
"headMystery301404Notes": "¡Un sofisticado sombrero de copa solo para los más refinados caballeros! No otorga ningún beneficio. Artículo de Suscriptor de Enero del 3015",
"headMystery301405Text": "Sombrero de copa básico",
@ -1364,8 +1364,8 @@
"backMystery201803Notes": "Estas alas brillantes y radiantes te llevarán con facilidad por suaves brisas primaverales y a través de estanques de lirios. Sin beneficios. Artículo del Subscriptor de marzo del 2018.",
"backMystery201804Text": "Cola de ardilla",
"backMystery201804Notes": "Por supuesto que te ayuda a mantener el equilibrio mientras saltas por las ramas, pero lo más importante es su MUCHO PELAJE ESPONJOSO. Sin beneficios. Artículo del suscriptor de abril de 2018.",
"backMystery201805Text": "Phenomenal Peacock Tail",
"backMystery201805Notes": "This gorgeous feathery tail is perfect for a strut down a lovely garden path! Confers no benefit. May 2018 Subscriber Item.",
"backMystery201805Text": "Cola de pavo real fenómeno",
"backMystery201805Notes": "\n¡Esta hermosa cola emplumada es perfecta para pasear por un hermoso sendero en el jardín! Sin beneficios. Artículo del suscriptor de mayo del 2018.",
"backSpecialWonderconRedText": "Capa del poder",
"backSpecialWonderconRedNotes": "Castañea con fuerza y belleza. No confiere beneficio. Artículo Edición Especial Convención.",
"backSpecialWonderconBlackText": "Capa Sigilosa",
@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "Con estas orejas, parecerás un feroz tigre. No aportan ningún beneficio.",
"headAccessoryWolfEarsText": "Orejas de Lobo",
"headAccessoryWolfEarsNotes": "Con estas orejas, parecerás un leal lobo. No aportan ningún beneficio.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Astas del caminante del bosque",
"headAccessoryMystery201403Notes": "Estos cuernos brillan con musgo y líquenes. No confiere ningún beneficio. Artículo de suscriptor. Marzo 2014.",
"headAccessoryMystery201404Text": "Antenas de mariposa crepuscular",

View file

@ -124,7 +124,7 @@
"eventAvailability": "Disponible para su compra hasta el <%= date(locale) %>.",
"dateEndMarch": "30 de abril",
"dateEndApril": "19 de abril",
"dateEndMay": "May 31",
"dateEndMay": "31 de mayo",
"dateEndJune": "14 de junio",
"dateEndJuly": "Julio 29",
"dateEndAugust": "Agosto 31",

View file

@ -11,8 +11,8 @@
"dailyDueDefaultView": "En la columna Tareas diarias, mostrar de forma predeterminada la pestaña Por vencer",
"dailyDueDefaultViewPop": "Si esta opción está activada, la columna Tareas diarias mostrará la pestaña Por vencer en lugar de Todo",
"reverseChatOrder": "Mostrar mensajes del chat en orden inverso",
"startAdvCollapsed": "Advanced Settings in tasks start collapsed",
"startAdvCollapsedPop": "With this option set, Advanced Settings will be hidden when you first open a task for editing.",
"startAdvCollapsed": "Los ajustes avanzados en las tareas no se muestran automáticamente",
"startAdvCollapsedPop": "Con esta opción marcada, los ajustes avanzados estarán escondidos al abrir la tarea para editarla.",
"dontShowAgain": "No volver a mostrar esto",
"suppressLevelUpModal": "No mostrar mensaje emergente al subir de nivel",
"suppressHatchPetModal": "No mostrar mensaje emergente al nacer una mascota",
@ -85,7 +85,7 @@
"resetComplete": "¡Reseteo completado!",
"fixValues": "Ajustar valores",
"fixValuesText1": "Si has encontrado o cometido un error que injustamente cambió tu personaje (daño que no merecias, oro que no ganaste, etc.), puedes ajustar tus números correctos aquí. Si, puedes hacer trampa: usa esta función con discreción, o arruinarás la creación de tus hábitos!",
"fixValuesText2": "Note that you cannot restore Streaks on individual tasks here. To do that, edit the Daily and go to Advanced Settings, where you will find a Restore Streak field.",
"fixValuesText2": "Ten en cuenta que aquí no puedes restaurar rachas de tareas individuales. Para hacer eso, entra en el menú de edición de la Tarea Diaria y ve a ajustes avanzados, allí encontraras el campo para Restaurar Rachas.",
"disabledWinterEvent": "Desactivada durante el evento de Winter Wonderland Parte 4 (ya que las recompensas se comprar con oro).",
"fix21Streaks": "Rachas de 21 días.",
"discardChanges": "Cancelar Cambios",

View file

@ -143,7 +143,7 @@
"mysterySet201802": "Conjunto de Insecto Amoroso",
"mysterySet201803": "Conjunto de Libélula Osada",
"mysterySet201804": "Conjunto de ardilla elegante",
"mysterySet201805": "Phenomenal Peacock Set",
"mysterySet201805": "Conjunto de pavo real fenómeno",
"mysterySet301404": "El Conjunto Steampunk",
"mysterySet301405": "Accesorios Steampunk",
"mysterySet301703": "Conjunto de Pavo real Steampunk",

View file

@ -5,7 +5,7 @@
"sureDeleteCompletedTodos": "¿Estás seguro de que quieres eliminar todas tus tareas pendientes completadas?",
"lotOfToDos": "Aquí aparecen las 30 últimas tareas que has completado. Si quieres ver las tareas que completaste anteriormente, ve a Datos > Herramienta de visualización de datos o Datos > Exportar datos > Datos de usuario.",
"deleteToDosExplanation": "Si pulsas el botón de abajo, todas tus Tareas Pendientes completadas y archivadas serán borradas permanentemente, excepto las Tareas Pendientes de retos activos o Planes de Grupo. Expórtalas primero si quieres mantener un registro de las mismas.",
"addMultipleTip": "<strong>Tip:</strong> To add multiple <%= taskType %>, separate each one using a line break (Shift + Enter) and then press \"Enter.\"",
"addMultipleTip": "<strong>Consejo:</strong> Para añadir varias <%= taskType %>, sepáralas una a una utilizando un salto de línea (Shift + Enter) y, después, presiona \"Enter.\"",
"addsingle": "Añadir una",
"addATask": "Añadir una <%= type %>",
"editATask": "Editar una <%= type %>",

View file

@ -45,6 +45,8 @@
"beard": "Barba",
"mustache": "Bigote",
"flower": "Flor",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Silla de ruedas",
"extra": "Extra",
"basicSkins": "Pieles básicas",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "¡Estas orejas te hacen parecer un tigre feroz! No otorgan ningún beneficio.",
"headAccessoryWolfEarsText": "Orejas de Lobo",
"headAccessoryWolfEarsNotes": "¡Estas orejas te hacen parecer un lobo leal! No otorgan ningún beneficio.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Astas de Caminante del Bosque",
"headAccessoryMystery201403Notes": "Estas astas brillan con musgo y líquenes. No otorgan ningún beneficio. Artículo de Suscriptor de Marzo 2014.",
"headAccessoryMystery201404Text": "Antenas de Mariposa Crepuscular",

View file

@ -14,7 +14,7 @@
"challenges": "Défis",
"challengesLink": "<a href='http://fr.habitica.wikia.com/wiki/Défis' target='_blank'>Défis</a>",
"challengePrize": "Récompense du défi",
"endDate": "Ends",
"endDate": "Finit le",
"noChallenges": "Pas encore de défi, visitez",
"toCreate": "pour en créer un.",
"selectWinner": "Désigner un vainqueur et clore le défi :",
@ -27,7 +27,7 @@
"noNone": "Aucun",
"category": "Catégorie",
"membership": "Participation",
"ownership": "Ownership",
"ownership": "Possession",
"participating": "Je participe",
"notParticipating": "Je ne participe pas",
"either": "Les deux",

View file

@ -45,6 +45,8 @@
"beard": "Barbe",
"mustache": "Moustache",
"flower": "Fleur",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Fauteuil roulant",
"extra": "Extra",
"basicSkins": "Peaux de base",

View file

@ -1022,8 +1022,8 @@
"headMystery201802Notes": "Les antennes de ce casque agissent comme de mignonnes baguettes de sourcier, détectant les sentiments d'amour et de soutien aux alentours. N'apporte aucun bonus. Équipement d'abonné·e de février 2018.",
"headMystery201803Text": "Diadème de la libellule audacieuse",
"headMystery201803Notes": "Malgré son apparence décorative, vous pouvez utiliser les ailes de ce diadème pour une meilleure portance ! Ne confère aucun bonus. Équipement d'abonné·e de mars 2018.",
"headMystery201805Text": "Phenomenal Peacock Helm",
"headMystery201805Notes": "This helm will make you the proudest and prettiest (possibly also the loudest) bird in town. Confers no benefit. May 2018 Subscriber Item.",
"headMystery201805Text": "Heaume de paon phénoménal",
"headMystery201805Notes": "Ce heaume fera de vous loiseau le plus fier et le plus joli (peut-être aussi le plus bruyant) de toute la ville. Napporte aucun bonus. Équipement dabonné•e de mai 2018.",
"headMystery301404Text": "Haut-de-forme fantaisiste",
"headMystery301404Notes": "Un couvre-chef fantaisiste pour les gens de bonne famille les plus élégants ! N'apporte aucun bonus. Équipement d'abonné·e de janvier 3015.",
"headMystery301405Text": "Haut-de-forme classique",
@ -1364,8 +1364,8 @@
"backMystery201803Notes": "Ces ailes brillantes et reluisantes vous porteront avec aise à travers la douce brise de printemps, et par dessus les nénuphars. Ne confère aucun bonus. Équipement d'abonné·e de mars 2018.",
"backMystery201804Text": "Queue décureuil",
"backMystery201804Notes": "Évidemment, elle vous aide à garder l'équilibre quand vous sautez de branche en branche, mais le plus important c'est cette DOUCEUR MAXIMALE. Ne confère aucun bonus. Équipement dabonné•e d'avril 2018.",
"backMystery201805Text": "Phenomenal Peacock Tail",
"backMystery201805Notes": "This gorgeous feathery tail is perfect for a strut down a lovely garden path! Confers no benefit. May 2018 Subscriber Item.",
"backMystery201805Text": "Queue de paon phénoménal",
"backMystery201805Notes": "Cette magnifique queue de plumes est parfaite pour une parade dans lallée dun merveilleux jardin ! Napporte aucun bonus. Équipement dabonné•e de mai 2018.",
"backSpecialWonderconRedText": "Cape de puissance",
"backSpecialWonderconRedNotes": "Bruisse avec force et élégance. N'apporte aucun bonus. Équipement de Convention en Édition Spéciale.",
"backSpecialWonderconBlackText": "Cape de dissimulation",
@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "Ces oreilles vous font ressembler à un fier tigre ! N'apportent aucun bonus.",
"headAccessoryWolfEarsText": "Oreilles de loup",
"headAccessoryWolfEarsNotes": "Ces oreilles vous font ressembler à un loup loyal ! N'apportent aucun bonus.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Bois du marcheur sylvain",
"headAccessoryMystery201403Notes": "Mousses et lichens font scintiller ces bois. N'apporte aucun bonus. Équipement d'abonné·e de mars 2014.",
"headAccessoryMystery201404Text": "Antennes du papillon crépusculaire",

View file

@ -124,7 +124,7 @@
"eventAvailability": "Disponible à l'achat jusqu'au <%= date(locale) %>.",
"dateEndMarch": "30 avril",
"dateEndApril": "19 avril",
"dateEndMay": "May 31",
"dateEndMay": "31 mai",
"dateEndJune": "14 juin",
"dateEndJuly": "29 juillet",
"dateEndAugust": "31 août",

View file

@ -11,8 +11,8 @@
"dailyDueDefaultView": "Afficher par défaut les Quotidiennes de l'onglet \"Restantes\"",
"dailyDueDefaultViewPop": "Lorsque cette option est activée, les Quotidiennes afficheront par défaut l'onglet \"Restantes\" plutôt que l'onglet \"Tous\"",
"reverseChatOrder": "Montrer les messages de la discussion dans l'ordre inverse",
"startAdvCollapsed": "Advanced Settings in tasks start collapsed",
"startAdvCollapsedPop": "With this option set, Advanced Settings will be hidden when you first open a task for editing.",
"startAdvCollapsed": "Paramètres avancés des tâches réduits",
"startAdvCollapsedPop": "Avec cette option cochée, les paramètres avancés seront cachés quand vous modifierez une tâche pour la première fois.",
"dontShowAgain": "Ne pas montrer ceci de nouveau",
"suppressLevelUpModal": "Ne pas montrer de popup lors d'un gain de niveau",
"suppressHatchPetModal": "Ne pas montrer de popup lors de l'éclosion d'un familier",
@ -85,7 +85,7 @@
"resetComplete": "Réinitialisation terminée !",
"fixValues": "Régler les Valeurs",
"fixValuesText1": "Si vous avez rencontré un bug ou avez fait une erreur qui a modifié de manière injuste votre personnage (dégâts que n'auriez pas du prendre, Or que vous n'auriez pas du vraiment gagner, etc.), vous pouvez modifier manuellement vos valeurs ici. Oui, ceci permet de tricher : utilisez cette fonctionnalité avec sagesse ou vous saboterez vos propres bonnes habitudes !",
"fixValuesText2": "Note that you cannot restore Streaks on individual tasks here. To do that, edit the Daily and go to Advanced Settings, where you will find a Restore Streak field.",
"fixValuesText2": "Notez que vous ne pouvez pas restaurer les combos sur les tâches individuelles ici. Pour le faire, éditez la tâche et allez dans les paramètres avancés, où vous trouverez un champ Restaurer les combos.",
"disabledWinterEvent": "Désactivé durant le Winter Wonderland Event Pt.4 (étant donné que les récompenses sont achetables avec de l'or).",
"fix21Streaks": "21 jours d'affilée",
"discardChanges": "Annuler les changements",

View file

@ -143,7 +143,7 @@
"mysterySet201802": "Ensemble de l'insecte de l'amour",
"mysterySet201803": "Ensemble de la libellule audacieuse",
"mysterySet201804": "Ensemble de lélégant écureuil",
"mysterySet201805": "Phenomenal Peacock Set",
"mysterySet201805": "Ensemble du paon phénoménal",
"mysterySet301404": "Ensemble steampunk de base",
"mysterySet301405": "Ensemble d'accessoires steampunks",
"mysterySet301703": "Ensemble du paon steampunk",

View file

@ -5,7 +5,7 @@
"sureDeleteCompletedTodos": "Voulez-vous vraiment effacer vos tâches À faire complétées ?",
"lotOfToDos": "Vos 30 tâches à faire terminées les plus récentes sont montrées ici. Vous pouvez consulter les tâches plus anciennes depuis Données > Outil d'affichage des données ou Données > Exporter les données > Données utilisateur.",
"deleteToDosExplanation": "Si vous cliquez sur le bouton ci-dessous, toutes vos tâches À Faire complétées et archivées seront supprimées définitivement, à l'exception des tâches de défis actifs et des offres de groupe. Exportez-les d'abord si vous souhaitez en garder une trace.",
"addMultipleTip": "<strong>Tip:</strong> To add multiple <%= taskType %>, separate each one using a line break (Shift + Enter) and then press \"Enter.\"",
"addMultipleTip": "<strong>Astuce :</strong> Pour ajouter plusieurs <%= taskType %>, séparez-les par un retour à la ligne (Shift+Entrée) puis tapez sur la touche “Entrée”.",
"addsingle": "Ajout unitaire",
"addATask": "Ajouter une <%= type %>",
"editATask": "Éditer une <%= type %>",

View file

@ -45,6 +45,8 @@
"beard": "זקן",
"mustache": "שפם",
"flower": "פרח",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "כיסא גלגלים",
"extra": "Extra",
"basicSkins": "עורות בסיסיים",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "אוזנים אלו גורמות לכם להראות כמו נמר עז! לא מקנות ייתרון.",
"headAccessoryWolfEarsText": "אוזני זאב",
"headAccessoryWolfEarsNotes": "אוזניים אלו גורמות לכם להראות כמו זאב נאמן! לא מקנות ייתרון.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "קרני מהלך היער",
"headAccessoryMystery201403Notes": "קרני צבי אלו מבליחות עם אזוב וחזזית. לא מקנות ייתרון. מרץ 2014, חפץ מנויים.",
"headAccessoryMystery201404Text": "אנטנות פרפר הדמדומים",

View file

@ -45,6 +45,8 @@
"beard": "Szakáll",
"mustache": "Bajusz",
"flower": "Virág",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Kerekesszék",
"extra": "Extra",
"basicSkins": "Alap bőrszínek",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "Ezektől a fülektől úgy nézel ki, mint egy vad tigris! Nem változtat a tulajdonságaidon.",
"headAccessoryWolfEarsText": "Farkas fülek",
"headAccessoryWolfEarsNotes": "Ezektől a fülektől úgy nézel ki, mint egy hűséges farkas! Nem változtat a tulajdonságaidon.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Erdőjáró agancsok",
"headAccessoryMystery201403Notes": "Ezek az agancsok mohától és zuzmótól csillámlanak. Nem változtat a tulajdonságaidon. 2014 márciusi előfizetői tárgy.",
"headAccessoryMystery201404Text": "Szürkületi pillangó csápok",

View file

@ -6,7 +6,7 @@
"innText": "A fogadóban pihensz! Amíg itt tartózkodsz a napi feladataid nem okoznak sebzést a nap befejeztével, de új nap kezdetével ugyanúgy frissülnek. Figyelmeztetés: ha egy főellenséggel harcolsz, a csapattagok kihagyott napi feladatai ugyanúgy téged is sebezni fognak, kivéve ha ők is be vannak jelentkezve a fogadóba! A saját sebzésed a főellenség ellen (vagy az összegyűjtött tárgyak) csak akkor lépnek érvénybe ha elhagyod a fogadót.",
"innTextBroken": "Hát úgy néz ki hogy most a fogadóban pihensz... Amíg itt tartózkodsz a napi feladataid nem okoznak sebzést a nap befejeztével, de új nap kezdetével ugyanúgy frissülnek... Ha egy főellenséggel harcolsz, a csapattagok kihagyott napi feladatai ugyanúgy téged is sebezni fognak... kivéve ha ők is be vannak jelentkezve a fogadóba... Továbbá, a saját sebzésed a főellenség ellen (vagy az összegyűjtött tárgyak) csak akkor lépnek érvénybe ha elhagyod a fogadót... annyira fáradt...",
"innCheckOutBanner": "You are currently checked into the Inn. Your Dailies won't damage you and you won't make progress towards Quests.",
"resumeDamage": "Resume Damage",
"resumeDamage": "Sebzés folytatása",
"helpfulLinks": "Hasznos linkek",
"communityGuidelinesLink": "Közösségi irányelvek",
"lookingForGroup": "Csapat keresése (Party kereső) posztok",
@ -106,15 +106,15 @@
"optionalMessage": "Opcionális üzenet",
"yesRemove": "Igen, távolítsd el őket",
"foreverAlone": "Nem lájkolhatod a saját üzenetedet. Ne legyél ilyen.",
"sortBackground": "Sort by Background",
"sortClass": "Sort by Class",
"sortDateJoined": "Sort by Join Date",
"sortLogin": "Sort by Login Date",
"sortLevel": "Sort by Level",
"sortName": "Sort by Name",
"sortTier": "Sort by Tier",
"ascendingAbbrev": "Asc",
"descendingAbbrev": "Desc",
"sortBackground": "Rendezés háttér alapján",
"sortClass": "Rendezés kaszt alapján",
"sortDateJoined": "Rendezés csatlakozás dátuma szerint",
"sortLogin": "Rendezés belépés dátuma szerint",
"sortLevel": "Rendezés szint szerint",
"sortName": "Rendezés név szerint",
"sortTier": "Rendezés szint szerint",
"ascendingAbbrev": "Növ",
"descendingAbbrev": "Csök",
"applySortToHeader": "Apply Sort Options to Party Header",
"confirmGuild": "Létrehozol egy céhet 4 drágakőért?",
"leaveGroupCha": "Csoport kihívások elhagyása és...",
@ -364,8 +364,8 @@
"viewMembers": "View Members",
"memberCount": "Member Count",
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
"myGuilds": "Saját céhek",
"guildsDiscovery": "Céhek felfedezése",
"role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",

View file

@ -54,17 +54,17 @@
"namedHatchingPotion": "<%= type %> Hatching Potion",
"buyGems": "Drágakő vásárlás",
"purchaseGems": "Drágakő vásárlás",
"items": "Items",
"items": "Tárgyak",
"AZ": "A-Z",
"sort": "Sort",
"sortBy": "Sort By",
"groupBy2": "Group By",
"sortByName": "Name",
"quantity": "Quantity",
"cost": "Cost",
"shops": "Shops",
"custom": "Custom",
"wishlist": "Wishlist",
"sort": "Rendezés",
"sortBy": "Rendezés:",
"groupBy2": "Csoportosítás:",
"sortByName": "Név",
"quantity": "Mennyiség",
"cost": "Ár",
"shops": "Boltok",
"custom": "Egyéni",
"wishlist": "Kívánságlista",
"wrongItemType": "The item type \"<%= type %>\" is not valid.",
"wrongItemPath": "The item path \"<%= path %>\" is not valid.",
"unpinnedItem": "You unpinned <%= item %>! It will no longer display in your Rewards column.",
@ -109,9 +109,9 @@
"classStats": "These are your class's Stats; they affect the game-play. Each time you level up, you get one Point to allocate to a particular Stat. Hover over each Stat for more information.",
"autoAllocate": "Automatikus kiosztás",
"autoAllocateText": "If 'Automatic Allocation' is selected, your avatar gains Stats automatically based on your tasks' Stats, which you can find in <strong>TASK > Edit > Advanced Settings > Stat Allocation</strong>. Eg, if you hit the gym often, and your 'Gym' Daily is set to 'Strength', you'll gain Strength automatically.",
"spells": "Skills",
"spells": "Varázslatok",
"spellsText": "You can now unlock class-specific skills. You'll see your first at level 11. Your mana replenishes 10 points per day, plus 1 point per completed <a target='_blank' href='http://habitica.wikia.com/wiki/Todos'>To-Do</a>.",
"skillsTitle": "Skills",
"skillsTitle": "Varázslatok",
"toDo": "tennivalónként",
"moreClass": "Több információ a kasztrendszerről: <a href='http://habitica.wikia.com/wiki/Class_System' target='_blank'>Wikia</a>.",
"tourWelcome": "Üdv Habiticában! Ez a Napi feladat listád. Pipálj ki egy feladatot a folytatáshoz!",

View file

@ -45,6 +45,8 @@
"beard": "Janggut",
"mustache": "Kumis",
"flower": "Bunga",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Kursi Roda",
"extra": "Ekstra",
"basicSkins": "Warna Kulit Biasa",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "Telinga ini membuatmu nampak seperti macan yang penuh keberanian! Tidak menambah status apapun.",
"headAccessoryWolfEarsText": "Telinga Serigala",
"headAccessoryWolfEarsNotes": "Telinga ini membuatmu seperti serigala yang setia! Tidak menambah status apapun.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Tanduk Penjelajah Hutan",
"headAccessoryMystery201403Notes": "Tanduk ini diselimuti lumut dan lichen. Tidak menambah status apapun. Item Pelanggan Maret 2014.",
"headAccessoryMystery201404Text": "Antena Kupu-kupu Temaram",

View file

@ -45,6 +45,8 @@
"beard": "Barba",
"mustache": "Baffi",
"flower": "Fiore",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Sedia a rotelle",
"extra": "Extra",
"basicSkins": "Skin base",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "Queste orecchie ti faranno somigliare ad una feroce tigre! Non conferisce alcun bonus.",
"headAccessoryWolfEarsText": "Orecchie da Lupo",
"headAccessoryWolfEarsNotes": "Queste orecchie ti faranno somigliare ad un fedele lupo! Non conferisce alcun bonus.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Corna del Proteggiforeste",
"headAccessoryMystery201403Notes": "Queste corna sono ricoperte di muschio magico e licheni. Non conferiscono alcun bonus. Oggetto per abbonati, marzo 2014.",
"headAccessoryMystery201404Text": "Antenne di Farfalla d'Alba",

View file

@ -45,6 +45,8 @@
"beard": "あごひげ",
"mustache": "くちひげ",
"flower": "花",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "車いす",
"extra": "その他",
"basicSkins": "基本的な肌の色",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "この耳はおそろしいトラのように見せます! 効果なし。",
"headAccessoryWolfEarsText": "オオカミ耳",
"headAccessoryWolfEarsNotes": "この耳は忠実なオオカミのように見せます! 効果なし。",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "森の散策者の角",
"headAccessoryMystery201403Notes": "この枝角はコケでかすかに光ります。効果なし。2014年3月寄付会員アイテム。",
"headAccessoryMystery201404Text": "夕暮れのちょうちょの触角",

View file

@ -45,6 +45,8 @@
"beard": "Baard",
"mustache": "Snor",
"flower": "Bloem",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Rolstoel",
"extra": "Extra",
"basicSkins": "Basishuidskleuren",

View file

@ -1466,6 +1466,20 @@
"headAccessoryTigerEarsNotes": "Deze oren laten je eruitzien als een woeste tijger! Verleent geen voordelen.",
"headAccessoryWolfEarsText": "Wolvenoren",
"headAccessoryWolfEarsNotes": "Deze oren laten je eruitzien als een trouwe wolf! Verleent geen voordelen.",
"headAccessoryBlackHeadbandText": "Black Headband",
"headAccessoryBlackHeadbandNotes": "A simple black headband. Confers no benefit.",
"headAccessoryBlueHeadbandText": "Blue Headband",
"headAccessoryBlueHeadbandNotes": "A simple blue headband. Confers no benefit.",
"headAccessoryGreenHeadbandText": "Green Headband",
"headAccessoryGreenHeadbandNotes": "A simple green headband. Confers no benefit.",
"headAccessoryPinkHeadbandText": "Pink Headband",
"headAccessoryPinkHeadbandNotes": "A simple pink headband. Confers no benefit.",
"headAccessoryRedHeadbandText": "Red Headband",
"headAccessoryRedHeadbandNotes": "A simple red headband. Confers no benefit.",
"headAccessoryWhiteHeadbandText": "White Headband",
"headAccessoryWhiteHeadbandNotes": "A simple white headband. Confers no benefit.",
"headAccessoryYellowHeadbandText": "Yellow Headband",
"headAccessoryYellowHeadbandNotes": "A simple yellow headband. Confers no benefit.",
"headAccessoryMystery201403Text": "Woudlopersgewei",
"headAccessoryMystery201403Notes": "Dit gewei glinstert van het mos en korstmos. Verleent geen voordelen. Abonnee-uitrusting maart 2014.",
"headAccessoryMystery201404Text": "Voelsprieten van de Schemervlinder",

View file

@ -13,8 +13,8 @@
"challengeWinner": "Jest zwycięzcą następujących wyzwań",
"challenges": "Wyzwania",
"challengesLink": "<a href='http://habitica.wikia.com/wiki/Challenges' target='_blank'>Wyzwania</a>",
"challengePrize": "Challenge Prize",
"endDate": "Ends",
"challengePrize": "Nagroda za Wyzwanie",
"endDate": "Kończy się",
"noChallenges": "Nie ma jeszcze żadnych wyzwań, udaj się do",
"toCreate": "żeby stworzyć wyzwanie.",
"selectWinner": "Wybierz zwycięzcę i zakończ wyzwanie:",
@ -25,9 +25,9 @@
"filter": "Filtruj",
"groups": "Grupy",
"noNone": "Żadne",
"category": "Category",
"category": "Kategoria",
"membership": "Członkostwo",
"ownership": "Ownership",
"ownership": "Własność",
"participating": "Biorę udział",
"notParticipating": "Nie biorę udziału",
"either": "Wszystkie",

View file

@ -45,6 +45,8 @@
"beard": "Broda",
"mustache": "Wąsy",
"flower": "Kwiatek",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Wózek inwalidzki",
"extra": "Dodatki",
"basicSkins": "Podstawowe kolory",

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