Merge branch 'release' into develop

This commit is contained in:
Sabe Jones
2018-01-10 16:42:13 +00:00
242 changed files with 7482 additions and 6885 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ RUN npm install -g gulp mocha
# Clone Habitica repo and install dependencies
RUN mkdir -p /usr/src/habitrpg
WORKDIR /usr/src/habitrpg
RUN git clone --branch v4.16.2 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN git clone --branch v4.19.1 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN npm install
RUN gulp build:prod --force
+1 -1
View File
@@ -17,5 +17,5 @@ function setUpServer () {
setUpServer();
// Replace this with your migration
const processUsers = require('./takeThis');
const processUsers = require('./tasks/tasks-set-everyX');
processUsers();
+3 -3
View File
@@ -1,13 +1,13 @@
var migrationName = 'tasks-set-everyX';
var authorName = ''; // in case script author needs to know when their ...
var authorUuid = ''; //... own data is done
var authorName = 'Sabe'; // in case script author needs to know when their ...
var authorUuid = '7f14ed62-5408-4e1b-be83-ada62d504931'; //... own data is done
/*
* Iterates over all tasks and sets invalid everyX values (less than 0 or more than 9999 or not an int) field to 0
*/
var monk = require('monk');
var connectionString = 'mongodb://localhost:27017/habitrpg?auto_reconnect=true'; // FOR TEST DATABASE
var connectionString = 'mongodb://sabrecat:z8e8jyRA8CTofMQ@ds013393-a0.mlab.com:13393/habitica?auto_reconnect=true';
var dbTasks = monk(connectionString).get('tasks', { castIds: false });
function processTasks(lastId) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "4.18.0",
"version": "4.20.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "4.18.0",
"version": "4.20.0",
"main": "./website/server/index.js",
"dependencies": {
"@slack/client": "^3.8.1",
+18
View File
@@ -153,6 +153,24 @@ describe('payments/index', () => {
expect(recipient.purchased.plan.dateUpdated).to.exist;
});
it('sets plan.dateUpdated if it did exist but the user has cancelled', async () => {
recipient.purchased.plan.dateUpdated = moment().subtract(1, 'days').toDate();
recipient.purchased.plan.dateTerminated = moment().subtract(1, 'days').toDate();
recipient.purchased.plan.customerId = 'testing';
await api.createSubscription(data);
expect(moment(recipient.purchased.plan.dateUpdated).date()).to.eql(moment().date());
});
it('sets plan.dateUpdated if it did exist but the user has a corrupt plan', async () => {
recipient.purchased.plan.dateUpdated = moment().subtract(1, 'days').toDate();
await api.createSubscription(data);
expect(moment(recipient.purchased.plan.dateUpdated).date()).to.eql(moment().date());
});
it('sets plan.dateCreated if it did not previously exist', async () => {
expect(recipient.purchased.plan.dateCreated).to.not.exist;
@@ -4,12 +4,30 @@
width: 141px;
height: 441px;
}
.promo_bogo {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -419px -369px;
width: 237px;
height: 150px;
}
.promo_itunes_appday {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -437px 0px;
width: 238px;
height: 290px;
}
.promo_take_this {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -142px -595px;
background-position: -676px -442px;
width: 114px;
height: 87px;
}
.promo_winter_customizations {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -676px 0px;
width: 140px;
height: 441px;
}
.scene_calendar {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: 0px 0px;
@@ -76,811 +76,811 @@
width: 68px;
height: 68px;
}
.icon_background_autumn_forest {
.icon_background_aurora {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -966px -1514px;
width: 68px;
height: 68px;
}
.icon_background_back_of_giant_beast {
.icon_background_autumn_forest {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1035px -1514px;
width: 68px;
height: 68px;
}
.icon_background_bamboo_forest {
.icon_background_back_of_giant_beast {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1104px -1514px;
width: 68px;
height: 68px;
}
.icon_background_beach {
.icon_background_bamboo_forest {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1380px -1583px;
width: 68px;
height: 68px;
}
.icon_background_beehive {
.icon_background_beach {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1311px -1583px;
width: 68px;
height: 68px;
}
.icon_background_bell_tower {
.icon_background_beehive {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1242px -1583px;
width: 68px;
height: 68px;
}
.icon_background_beside_well {
.icon_background_bell_tower {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1173px -1583px;
width: 68px;
height: 68px;
}
.icon_background_blacksmithy {
.icon_background_beside_well {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1104px -1583px;
width: 68px;
height: 68px;
}
.icon_background_blizzard {
.icon_background_blacksmithy {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1035px -1583px;
width: 68px;
height: 68px;
}
.icon_background_blue {
.icon_background_blizzard {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -966px -1583px;
width: 68px;
height: 68px;
}
.icon_background_bug_covered_log {
.icon_background_blue {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -897px -1583px;
width: 68px;
height: 68px;
}
.icon_background_buried_treasure {
.icon_background_bug_covered_log {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -828px -1583px;
width: 68px;
height: 68px;
}
.icon_background_cherry_trees {
.icon_background_buried_treasure {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -759px -1583px;
width: 68px;
height: 68px;
}
.icon_background_clouds {
.icon_background_cherry_trees {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -690px -1583px;
width: 68px;
height: 68px;
}
.icon_background_coral_reef {
.icon_background_clouds {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -621px -1583px;
width: 68px;
height: 68px;
}
.icon_background_cornfields {
.icon_background_coral_reef {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -552px -1583px;
width: 68px;
height: 68px;
}
.icon_background_cozy_library {
.icon_background_cornfields {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -483px -1583px;
width: 68px;
height: 68px;
}
.icon_background_crosscountry_ski_trail {
.icon_background_cozy_library {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -414px -1583px;
width: 68px;
height: 68px;
}
.icon_background_crystal_cave {
.icon_background_crosscountry_ski_trail {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -345px -1583px;
width: 68px;
height: 68px;
}
.icon_background_deep_mine {
.icon_background_crystal_cave {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -276px -1583px;
width: 68px;
height: 68px;
}
.icon_background_deep_sea {
.icon_background_deep_mine {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -207px -1583px;
width: 68px;
height: 68px;
}
.icon_background_desert_dunes {
.icon_background_deep_sea {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -138px -1583px;
width: 68px;
height: 68px;
}
.icon_background_dilatory_castle {
.icon_background_desert_dunes {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -69px -1583px;
width: 68px;
height: 68px;
}
.icon_background_dilatory_ruins {
.icon_background_dilatory_castle {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: 0px -1583px;
width: 68px;
height: 68px;
}
.icon_background_distant_castle {
.icon_background_dilatory_ruins {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -1449px;
width: 68px;
height: 68px;
}
.icon_background_drifting_raft {
.icon_background_distant_castle {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -1380px;
width: 68px;
height: 68px;
}
.icon_background_dusty_canyons {
.icon_background_drifting_raft {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -1311px;
width: 68px;
height: 68px;
}
.icon_background_fairy_ring {
.icon_background_driving_a_sleigh {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -1242px;
width: 68px;
height: 68px;
}
.icon_background_farmhouse {
.icon_background_dusty_canyons {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -1173px;
width: 68px;
height: 68px;
}
.icon_background_fiber_arts_room {
.icon_background_fairy_ring {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -1104px;
width: 68px;
height: 68px;
}
.icon_background_floating_islands {
.icon_background_farmhouse {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -1035px;
width: 68px;
height: 68px;
}
.icon_background_floral_meadow {
.icon_background_fiber_arts_room {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -966px;
width: 68px;
height: 68px;
}
.icon_background_forest {
.icon_background_floating_islands {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -897px;
width: 68px;
height: 68px;
}
.icon_background_frigid_peak {
.icon_background_floral_meadow {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -828px;
width: 68px;
height: 68px;
}
.icon_background_frozen_lake {
.icon_background_flying_over_icy_steppes {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -759px;
width: 68px;
height: 68px;
}
.icon_background_garden_shed {
.icon_background_forest {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -690px;
width: 68px;
height: 68px;
}
.icon_background_gazebo {
.icon_background_frigid_peak {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -621px;
width: 68px;
height: 68px;
}
.icon_background_giant_birdhouse {
.icon_background_frozen_lake {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -552px;
width: 68px;
height: 68px;
}
.icon_background_giant_florals {
.icon_background_garden_shed {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -483px;
width: 68px;
height: 68px;
}
.icon_background_giant_seashell {
.icon_background_gazebo {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -414px;
width: 68px;
height: 68px;
}
.icon_background_giant_wave {
.icon_background_giant_birdhouse {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -345px;
width: 68px;
height: 68px;
}
.icon_background_grand_staircase {
.icon_background_giant_florals {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -276px;
width: 68px;
height: 68px;
}
.icon_background_graveyard {
.icon_background_giant_seashell {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -207px;
width: 68px;
height: 68px;
}
.icon_background_green {
.icon_background_giant_wave {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -138px;
width: 68px;
height: 68px;
}
.icon_background_guardian_statues {
.icon_background_grand_staircase {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px -69px;
width: 68px;
height: 68px;
}
.icon_background_gumdrop_land {
.icon_background_graveyard {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1634px 0px;
width: 68px;
height: 68px;
}
.icon_background_habit_city_streets {
.icon_background_green {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1518px -1514px;
width: 68px;
height: 68px;
}
.icon_background_harvest_feast {
.icon_background_guardian_statues {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1449px -1514px;
width: 68px;
height: 68px;
}
.icon_background_harvest_fields {
.icon_background_gumdrop_land {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1380px -1514px;
width: 68px;
height: 68px;
}
.icon_background_harvest_moon {
.icon_background_habit_city_streets {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1311px -1514px;
width: 68px;
height: 68px;
}
.icon_background_haunted_house {
.icon_background_harvest_feast {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1242px -1514px;
width: 68px;
height: 68px;
}
.icon_background_ice_cave {
.icon_background_harvest_fields {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1173px -1514px;
width: 68px;
height: 68px;
}
.icon_background_iceberg {
.icon_background_harvest_moon {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -690px -1514px;
width: 68px;
height: 68px;
}
.icon_background_idyllic_cabin {
.icon_background_haunted_house {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -621px -1514px;
width: 68px;
height: 68px;
}
.icon_background_island_waterfalls {
.icon_background_ice_cave {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -552px -1514px;
width: 68px;
height: 68px;
}
.icon_background_kelp_forest {
.icon_background_iceberg {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -483px -1514px;
width: 68px;
height: 68px;
}
.icon_background_lighthouse_shore {
.icon_background_idyllic_cabin {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -414px -1514px;
width: 68px;
height: 68px;
}
.icon_background_lilypad {
.icon_background_island_waterfalls {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -345px -1514px;
width: 68px;
height: 68px;
}
.icon_background_magic_beanstalk {
.icon_background_kelp_forest {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -276px -1514px;
width: 68px;
height: 68px;
}
.icon_background_magical_candles {
.icon_background_lighthouse_shore {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -207px -1514px;
width: 68px;
height: 68px;
}
.icon_background_marble_temple {
.icon_background_lilypad {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -138px -1514px;
width: 68px;
height: 68px;
}
.icon_background_market {
.icon_background_magic_beanstalk {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -69px -1514px;
width: 68px;
height: 68px;
}
.icon_background_meandering_cave {
.icon_background_magical_candles {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1449px -1583px;
width: 68px;
height: 68px;
}
.icon_background_midnight_castle {
.icon_background_marble_temple {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -1380px;
width: 68px;
height: 68px;
}
.icon_background_midnight_clouds {
.icon_background_market {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -1311px;
width: 68px;
height: 68px;
}
.icon_background_midnight_lake {
.icon_background_meandering_cave {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -1242px;
width: 68px;
height: 68px;
}
.icon_background_mist_shrouded_mountain {
.icon_background_midnight_castle {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -1173px;
width: 68px;
height: 68px;
}
.icon_background_mistiflying_circus {
.icon_background_midnight_clouds {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -1104px;
width: 68px;
height: 68px;
}
.icon_background_mountain_lake {
.icon_background_midnight_lake {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -1035px;
width: 68px;
height: 68px;
}
.icon_background_mountain_pyramid {
.icon_background_mist_shrouded_mountain {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -966px;
width: 68px;
height: 68px;
}
.icon_background_night_dunes {
.icon_background_mistiflying_circus {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -897px;
width: 68px;
height: 68px;
}
.icon_background_ocean_sunrise {
.icon_background_mountain_lake {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -828px;
width: 68px;
height: 68px;
}
.icon_background_on_tree_branch {
.icon_background_mountain_pyramid {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -759px;
width: 68px;
height: 68px;
}
.icon_background_open_waters {
.icon_background_night_dunes {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -690px;
width: 68px;
height: 68px;
}
.icon_background_orchard {
.icon_background_ocean_sunrise {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -621px;
width: 68px;
height: 68px;
}
.icon_background_pagodas {
.icon_background_on_tree_branch {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -552px;
width: 68px;
height: 68px;
}
.icon_background_pixelists_workshop {
.icon_background_open_waters {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -483px;
width: 68px;
height: 68px;
}
.icon_background_pumpkin_patch {
.icon_background_orchard {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -414px;
width: 68px;
height: 68px;
}
.icon_background_purple {
.icon_background_pagodas {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -345px;
width: 68px;
height: 68px;
}
.icon_background_pyramids {
.icon_background_pixelists_workshop {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -276px;
width: 68px;
height: 68px;
}
.icon_background_rainbows_end {
.icon_background_pumpkin_patch {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -207px;
width: 68px;
height: 68px;
}
.icon_background_rainforest {
.icon_background_purple {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -138px;
width: 68px;
height: 68px;
}
.icon_background_rainy_city {
.icon_background_pyramids {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px -69px;
width: 68px;
height: 68px;
}
.icon_background_red {
.icon_background_rainbows_end {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1565px 0px;
width: 68px;
height: 68px;
}
.icon_background_rolling_hills {
.icon_background_rainforest {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1449px -1445px;
width: 68px;
height: 68px;
}
.icon_background_sandcastle {
.icon_background_rainy_city {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1380px -1445px;
width: 68px;
height: 68px;
}
.icon_background_seafarer_ship {
.icon_background_red {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1311px -1445px;
width: 68px;
height: 68px;
}
.icon_background_shimmering_ice_prism {
.icon_background_rolling_hills {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1242px -1445px;
width: 68px;
height: 68px;
}
.icon_background_shimmery_bubbles {
.icon_background_sandcastle {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1173px -1445px;
width: 68px;
height: 68px;
}
.icon_background_slimy_swamp {
.icon_background_seafarer_ship {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1104px -1445px;
width: 68px;
height: 68px;
}
.icon_background_snowman_army {
.icon_background_shimmering_ice_prism {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1035px -1445px;
width: 68px;
height: 68px;
}
.icon_background_snowy_pines {
.icon_background_shimmery_bubbles {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -966px -1445px;
width: 68px;
height: 68px;
}
.icon_background_snowy_sunrise {
.icon_background_slimy_swamp {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -897px -1445px;
width: 68px;
height: 68px;
}
.icon_background_south_pole {
.icon_background_snowman_army {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -828px -1445px;
width: 68px;
height: 68px;
}
.icon_background_sparkling_snowflake {
.icon_background_snowy_pines {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -759px -1445px;
width: 68px;
height: 68px;
}
.icon_background_spider_web {
.icon_background_snowy_sunrise {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -690px -1445px;
width: 68px;
height: 68px;
}
.icon_background_spooky_hotel {
.icon_background_south_pole {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -621px -1445px;
width: 68px;
height: 68px;
}
.icon_background_spring_rain {
.icon_background_sparkling_snowflake {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -552px -1445px;
width: 68px;
height: 68px;
}
.icon_background_stable {
.icon_background_spider_web {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -483px -1445px;
width: 68px;
height: 68px;
}
.icon_background_stained_glass {
.icon_background_spooky_hotel {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -414px -1445px;
width: 68px;
height: 68px;
}
.icon_background_starry_skies {
.icon_background_spring_rain {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -345px -1445px;
width: 68px;
height: 68px;
}
.icon_background_starry_winter_night {
.icon_background_stable {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -276px -1445px;
width: 68px;
height: 68px;
}
.icon_background_stoikalm_volcanoes {
.icon_background_stained_glass {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -207px -1445px;
width: 68px;
height: 68px;
}
.icon_background_stone_circle {
.icon_background_starry_skies {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -138px -1445px;
width: 68px;
height: 68px;
}
.icon_background_stormy_rooftops {
.icon_background_starry_winter_night {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -69px -1445px;
width: 68px;
height: 68px;
}
.icon_background_stormy_ship {
.icon_background_stoikalm_volcanoes {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: 0px -1445px;
width: 68px;
height: 68px;
}
.icon_background_strange_sewers {
.icon_background_stone_circle {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -564px -455px;
width: 68px;
height: 68px;
}
.icon_background_summer_fireworks {
.icon_background_stormy_rooftops {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -655px -546px;
width: 68px;
height: 68px;
}
.icon_background_sunken_ship {
.icon_background_stormy_ship {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -746px -637px;
width: 68px;
height: 68px;
}
.icon_background_sunset_meadow {
.icon_background_strange_sewers {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -837px -728px;
width: 68px;
height: 68px;
}
.icon_background_sunset_oasis {
.icon_background_summer_fireworks {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -928px -819px;
width: 68px;
height: 68px;
}
.icon_background_sunset_savannah {
.icon_background_sunken_ship {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1019px -910px;
width: 68px;
height: 68px;
}
.icon_background_swarming_darkness {
.icon_background_sunset_meadow {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1110px -1001px;
width: 68px;
height: 68px;
}
.icon_background_tar_pits {
.icon_background_sunset_oasis {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1201px -1092px;
width: 68px;
height: 68px;
}
.icon_background_tavern {
.icon_background_sunset_savannah {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1292px -1183px;
width: 68px;
height: 68px;
}
.icon_background_thunderstorm {
.icon_background_swarming_darkness {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1383px -1274px;
width: 68px;
height: 68px;
}
.icon_background_tornado {
.icon_background_tar_pits {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -1355px;
width: 68px;
height: 68px;
}
.icon_background_toymakers_workshop {
.icon_background_tavern {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -1286px;
width: 68px;
height: 68px;
}
.icon_background_treasure_room {
.icon_background_thunderstorm {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -1217px;
width: 68px;
height: 68px;
}
.icon_background_tree_roots {
.icon_background_tornado {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -1148px;
width: 68px;
height: 68px;
}
.icon_background_twinkly_lights {
.icon_background_toymakers_workshop {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -1079px;
width: 68px;
height: 68px;
}
.icon_background_twinkly_party_lights {
.icon_background_treasure_room {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -1010px;
width: 68px;
height: 68px;
}
.icon_background_violet {
.icon_background_tree_roots {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -941px;
width: 68px;
height: 68px;
}
.icon_background_volcano {
.icon_background_twinkly_lights {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -872px;
width: 68px;
height: 68px;
}
.icon_background_waterfall_rock {
.icon_background_twinkly_party_lights {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -803px;
width: 68px;
height: 68px;
}
.icon_background_wedding_arch {
.icon_background_violet {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -734px;
width: 68px;
height: 68px;
}
.icon_background_windy_autumn {
.icon_background_volcano {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -665px;
width: 68px;
height: 68px;
}
.icon_background_winter_fireworks {
.icon_background_waterfall_rock {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -596px;
width: 68px;
height: 68px;
}
.icon_background_winter_night {
.icon_background_wedding_arch {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -527px;
width: 68px;
height: 68px;
}
.icon_background_winter_storefront {
.icon_background_windy_autumn {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -458px;
width: 68px;
height: 68px;
}
.icon_background_winter_town {
.icon_background_winter_fireworks {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -389px;
width: 68px;
height: 68px;
}
.icon_background_yellow {
.icon_background_winter_night {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -320px;
width: 68px;
height: 68px;
}
.shop_background_aurora {
.icon_background_winter_storefront {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -251px;
width: 68px;
height: 68px;
}
.shop_background_driving_a_sleigh {
.icon_background_winter_town {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: 0px -1514px;
width: 68px;
height: 68px;
}
.shop_background_flying_over_icy_steppes {
.icon_background_yellow {
background-image: url('~assets/images/sprites/spritesmith-main-1.png');
background-position: -1474px -182px;
width: 68px;
@@ -12,7 +12,7 @@
}
.quest_goldenknight1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1320px -220px;
background-position: -1320px -440px;
width: 219px;
height: 219px;
}
@@ -30,7 +30,7 @@
}
.quest_gryphon {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1314px -1112px;
background-position: 0px -1329px;
width: 216px;
height: 177px;
}
@@ -48,7 +48,7 @@
}
.quest_hedgehog {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -871px -1112px;
background-position: -1088px -1112px;
width: 219px;
height: 186px;
}
@@ -66,7 +66,7 @@
}
.quest_kraken {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1329px;
background-position: -217px -1329px;
width: 216px;
height: 177px;
}
@@ -114,7 +114,7 @@
}
.quest_moon1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1320px -874px;
background-position: 0px -1112px;
width: 216px;
height: 216px;
}
@@ -150,13 +150,13 @@
}
.quest_nudibranch {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -217px -1112px;
background-position: -434px -1112px;
width: 216px;
height: 216px;
}
.quest_octopus {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1091px -1112px;
background-position: -1308px -1112px;
width: 222px;
height: 177px;
}
@@ -168,7 +168,7 @@
}
.quest_peacock {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1320px -657px;
background-position: -1320px -877px;
width: 216px;
height: 216px;
}
@@ -178,6 +178,12 @@
width: 190px;
height: 183px;
}
.quest_pterodactyl {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px -892px;
width: 219px;
height: 219px;
}
.quest_rat {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px 0px;
@@ -186,7 +192,7 @@
}
.quest_rock {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -434px -1112px;
background-position: -651px -1112px;
width: 216px;
height: 216px;
}
@@ -198,19 +204,19 @@
}
.quest_sabretooth {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1320px 0px;
background-position: -1320px -220px;
width: 219px;
height: 219px;
}
.quest_sheep {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1100px -892px;
background-position: -1320px 0px;
width: 219px;
height: 219px;
}
.quest_slime {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px -892px;
background-position: -1100px -892px;
width: 219px;
height: 219px;
}
@@ -222,13 +228,13 @@
}
.quest_snail {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -651px -1112px;
background-position: -868px -1112px;
width: 219px;
height: 213px;
}
.quest_snake {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -217px -1329px;
background-position: -434px -1329px;
width: 216px;
height: 177px;
}
@@ -264,7 +270,7 @@
}
.quest_taskwoodsTerror2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1112px;
background-position: -217px -1112px;
width: 216px;
height: 216px;
}
@@ -276,7 +282,7 @@
}
.quest_treeling {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -434px -1329px;
background-position: -651px -1329px;
width: 216px;
height: 177px;
}
@@ -288,7 +294,7 @@
}
.quest_trex_undead {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -651px -1329px;
background-position: -868px -1329px;
width: 216px;
height: 177px;
}
@@ -312,7 +318,7 @@
}
.quest_vice1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -868px -1329px;
background-position: -1085px -1329px;
width: 216px;
height: 177px;
}
@@ -324,7 +330,7 @@
}
.quest_vice3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1085px -1329px;
background-position: -1302px -1329px;
width: 216px;
height: 177px;
}
@@ -336,19 +342,19 @@
}
.quest_yarn {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1320px -440px;
background-position: -1320px -660px;
width: 216px;
height: 216px;
}
.quest_atom1_soapBars {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -966px -1645px;
background-position: -759px -1645px;
width: 48px;
height: 51px;
}
.quest_dilatoryDistress1_blueFins {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1015px -1645px;
background-position: -808px -1645px;
width: 51px;
height: 48px;
}
@@ -450,7 +456,7 @@
}
.quest_taskwoodsTerror2_pixie {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1731px -716px;
background-position: -343px -1714px;
width: 48px;
height: 51px;
}
@@ -462,499 +468,445 @@
}
.inventory_quest_scroll_armadillo {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -138px -1507px;
background-position: -552px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_atom1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -276px -1507px;
background-position: -690px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_atom1_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -207px -1507px;
background-position: -621px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_atom2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -414px -1507px;
background-position: -828px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_atom2_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -897px -1645px;
background-position: -759px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_atom3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -552px -1507px;
background-position: -966px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_atom3_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -483px -1507px;
background-position: -897px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_axolotl {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -621px -1507px;
background-position: -1035px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_basilist {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -690px -1507px;
background-position: -1104px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_beetle {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -759px -1507px;
background-position: -1173px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_bunny {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -828px -1507px;
background-position: -1242px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_butterfly {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -897px -1507px;
background-position: -1311px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_cheetah {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -966px -1507px;
background-position: -1380px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_cow {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1035px -1507px;
background-position: -1449px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_dilatoryDistress1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1173px -1507px;
background-position: -1587px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_dilatoryDistress2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1311px -1507px;
background-position: 0px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_dilatoryDistress2_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1242px -1507px;
background-position: -1656px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_dilatoryDistress3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1449px -1507px;
background-position: -138px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_dilatoryDistress3_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1380px -1507px;
background-position: -69px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_dilatory_derby {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1104px -1507px;
background-position: -1518px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_dustbunnies {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1518px -1507px;
background-position: -207px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_egg {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1587px -1507px;
background-position: -276px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_evilsanta {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1656px -1507px;
background-position: -345px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_evilsanta2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1576px;
background-position: -414px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_falcon {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -69px -1576px;
background-position: -483px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_ferret {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -138px -1576px;
background-position: -552px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_frog {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -207px -1576px;
background-position: -621px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_ghost_stag {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -276px -1576px;
background-position: -690px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -414px -1576px;
background-position: -828px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight1_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -345px -1576px;
background-position: -759px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -552px -1576px;
background-position: -966px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight2_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -483px -1576px;
background-position: -897px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -690px -1576px;
background-position: -1104px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight3_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -621px -1576px;
background-position: -1035px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_gryphon {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -759px -1576px;
background-position: -1173px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_guineapig {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -828px -1576px;
background-position: -1242px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_harpy {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -897px -1576px;
background-position: -1311px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_hedgehog {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -966px -1576px;
background-position: -1380px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_hippo {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -343px -1714px;
background-position: -1731px -716px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_horse {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1104px -1576px;
background-position: -1518px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_kraken {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1173px -1576px;
background-position: -1587px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1311px -1576px;
background-position: 0px -1645px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser1_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1242px -1576px;
background-position: -1656px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1449px -1576px;
background-position: -138px -1645px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser2_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1380px -1576px;
background-position: -69px -1645px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1587px -1576px;
background-position: -276px -1645px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser3_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1518px -1576px;
background-position: -207px -1645px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser4 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1645px;
background-position: -414px -1645px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser4_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1656px -1576px;
background-position: -345px -1645px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -69px -1645px;
background-position: -483px -1645px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -207px -1645px;
background-position: -621px -1645px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying2_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -138px -1645px;
background-position: -552px -1645px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -345px -1645px;
background-position: -1449px -1576px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying3_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -276px -1645px;
background-position: -690px -1645px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_monkey {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -414px -1645px;
background-position: -483px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -552px -1645px;
background-position: -276px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon1_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -483px -1645px;
background-position: -345px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -690px -1645px;
background-position: -138px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon2_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -621px -1645px;
background-position: -207px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -828px -1645px;
background-position: 0px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon3_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -759px -1645px;
background-position: -69px -1507px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -69px -1507px;
background-position: -1609px -1401px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone1_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1035px -1576px;
background-position: -1678px -1401px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1440px -1398px;
background-position: -1678px -1332px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone2_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1507px;
background-position: -1540px -1401px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1302px -1398px;
background-position: -1540px -1332px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone3_locked {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1371px -1398px;
background-position: -1609px -1332px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_nudibranch {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1440px -1329px;
background-position: -1691px -1210px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_octopus {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1371px -1329px;
background-position: -1691px -1141px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_owl {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1302px -1329px;
background-position: -1691px -1059px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_peacock {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1678px -1401px;
background-position: -1691px -990px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_penguin {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1609px -1401px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_rat {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1540px -1401px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_rock {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1678px -1332px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_rooster {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1609px -1332px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_sabretooth {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1540px -1332px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_sheep {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1691px -1210px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_slime {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1691px -1141px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_sloth {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1691px -1059px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_snail {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1691px -990px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_snake {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1691px -908px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_spider {
.inventory_quest_scroll_pterodactyl {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1691px -839px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity1 {
.inventory_quest_scroll_rat {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -345px -1507px;
background-position: -414px -1507px;
width: 68px;
height: 68px;
}
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: 20 KiB

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 KiB

After

Width:  |  Height:  |  Size: 353 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 KiB

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 KiB

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 146 KiB

+7 -4
View File
@@ -33,7 +33,7 @@ b-modal#avatar-modal(title="", :size='editing ? "lg" : "md"', :hide-header='true
.svg-icon(v-html='icons.accessoriesIcon')
strong(v-once) {{$t('extra')}}
.menu-container.col-2(v-if='editing', :class='{active: activeTopPage === "backgrounds"}')
.menu-item(@click='changeTopPage("backgrounds", "2017")')
.menu-item(@click='changeTopPage("backgrounds", "2018")')
.svg-icon(v-html='icons.backgroundsIcon')
strong(v-once) {{$t('backgrounds')}}
#body.section.customize-section(v-if='activeTopPage === "body"')
@@ -250,13 +250,15 @@ b-modal#avatar-modal(title="", :size='editing ? "lg" : "md"', :hide-header='true
.incentive-background(:class='[`background_${bg.key}`]')
.small-rectangle
.row.sub-menu.col-10.offset-1
.col-3.text-center.sub-menu-item(@click='changeSubPage("2018")', :class='{active: activeSubPage === "2018"}')
strong(v-once) 2018
.col-3.text-center.sub-menu-item(@click='changeSubPage("2017")', :class='{active: activeSubPage === "2017"}')
strong(v-once) 2017
.col-3.text-center.sub-menu-item(@click='changeSubPage("2016")', :class='{active: activeSubPage === "2016"}')
.col-2.text-center.sub-menu-item(@click='changeSubPage("2016")', :class='{active: activeSubPage === "2016"}')
strong(v-once) 2016
.col-3.text-center.sub-menu-item(@click='changeSubPage("2015")', :class='{active: activeSubPage === "2015"}')
.col-2.text-center.sub-menu-item(@click='changeSubPage("2015")', :class='{active: activeSubPage === "2015"}')
strong(v-once) 2015
.col-3.text-center.sub-menu-item(@click='changeSubPage("2014")', :class='{active: activeSubPage === "2014"}')
.col-2.text-center.sub-menu-item(@click='changeSubPage("2014")', :class='{active: activeSubPage === "2014"}')
strong(v-once) 2014
.row.customize-menu(v-for='(sets, key) in backgroundShopSetsByYear')
.row(v-for='set in sets', v-if='activeSubPage === key')
@@ -1221,6 +1223,7 @@ export default {
2015: [],
2016: [],
2017: [],
2018: [],
};
// Hack to force update for now until we restructure the data
@@ -11,7 +11,7 @@ menu-dropdown.item-user(:right="true")
a.nav-link.dropdown-item.dropdown-separated(@click.prevent='showInbox()')
| {{ $t('messages') }}
message-count(v-if='user.inbox.newMessages > 0', :count="user.inbox.newMessages")
a.dropdown-item(@click='showAvatar("backgrounds", "2017")') {{ $t('backgrounds') }}
a.dropdown-item(@click='showAvatar("backgrounds", "2018")') {{ $t('backgrounds') }}
a.dropdown-item(@click='showProfile("stats")') {{ $t('stats') }}
a.dropdown-item(@click='showProfile("achievements")') {{ $t('achievements') }}
a.dropdown-item.dropdown-separated(@click='showProfile("profile")') {{ $t('profile') }}
+23 -14
View File
@@ -4,23 +4,32 @@
.align-self-center.right-margin(:class='baileyClass')
.media-body
h1.align-self-center(v-markdown='$t("newStuff")')
h2 1/2/2018 - JANUARY BACKGROUNDS AND ARMOIRE ITEMS, AND NEW TAKE THIS CHALLENGE
h2 1/10/2018 - iOS APP STORE FEATURE, NEW PET QUEST, AND LAST CHANCE FOR BUY-1-GET-1 GIFT SUBSCRIPTIONS
hr
.media
.media-body
h3 January Backgrounds and Armoire Items!
p Weve added three new backgrounds to the Background Shop! Now your avatar can drive a Sleigh, bask in the wintery glow of Auroras, and fly over Icy Steppes! Check them out under User Icon > Backgrounds!
p Plus, theres new gold-purchasable equipment in the Enchanted Armoire, including the Coach Driver Set. Better work hard on your real-life tasks to earn all the pieces! Enjoy :)
.small by Katy133, weeWitch, denissa, Reesachan, Nummycakes, and Beffymaroo
.media
.promo_take_this.right-margin
.media-body
h3 New Take This Challenge!
p(v-markdown='"The next Take This Challenge has launched, [Check Your HP!](/challenges/d9722bfb-f8f1-4801-9b40-2aa34ea85105), with a focus on monitoring your mood. Be sure to check it out to earn additional pieces of the Take This armor set and a chance at Gems!"')
p(v-markdown='"[Take This](http://www.takethis.org/) is a nonprofit that seeks to inform the gamer community about mental health issues, to provide education about mental disorders and mental illness prevention, and to reduce the stigma of mental illness."')
.promo_armoire_bgs_201801.left-margin
p(v-markdown='"Congratulations to the winners of the last Take This Challenge, \'It\'s Dangerous to Go Alone!\': grand prize winner Acoustikarl, and runners-up Ximena18, Sunbeams90, Castrón, Adara McCLain, and Emily Torrey. Plus, all participants in that Challenge have received a piece of the [Take This item set](http://habitica.wikia.com/wiki/Event_Item_Sequences#Take_This_Armor_Set), if they hadn\'t completed the set already. It is located in your Rewards column. Enjoy!"')
.small by Doctor B, the Take This team, Lemoness, and SabreCat
h3 Habitica App Store Feature!
p(v-markdown='"We\'re honored to be featured as the App of the Day in the iOS App Store! [Check out our story here](https://itunes.apple.com/us/story/id1328100123)."')
p Also, get excited because we're releasing an update to the Habitica iOS App in the very near future that includes a number of highly requested features! We'll be announcing this update very soon, so keep an eye out for it!
.small by Viirus and piyorii
.promo_itunes_appday.left-margin
.media
.quest_pterodactyl.right-margin
.media-body
h3 New Pet Quest: The Pterror-Dactyl!
p(v-markdown='"A hike along the Stoïkalm Cliffs turns terrifying when a Pterror-dactyl hones in on undone Dailies and negative Habits! Can you defeat this reptilian menace with your productivity? Get the latest pet quest, [The Pterror-dactyl](/shops/quests), and earn some trusting Pterodactyl pets by completing your real-life tasks."')
.small by SabreCat, Lemoness, and Beffymaroo
.small Written by FrenchKey
.small Art by Lilith of Alfheim, Vampitch, Procyon P, GeraldThePixel, Edge, stefalupagus, Katy133, Willow the Witty
.media
.media-body
h3 Last Chance to Gift a Subscription and Get One Free!
p Tomorrow is your last chance to take advantage of our promotion where if you gift somebody a subscription, you get the same subscription for yourself for free!
p Subscribers get tons of perks every month, including exclusive items, the ability to buy gems with gold, a cute exclusive Jackalope Pet, and increased data history. Plus, it helps keep Habitica running :) To gift a subscription to someone, just open their profile and click on the present icon in the upper right.
.promo_bogo.left-margin
p The special promotion will only run until tomorrow, so if you've been curious about trying out a subscription, now's the time! Make a friend happy and use all your new gems to go questing together.
p Please note that if you or your gift recipient already have a recurring subscription, the gifted subscription will only start after that subscription is cancelled or has expired. Thanks so much for your support! <3
.small by SabreCat and Lemoness
</template>
<style lang='scss' scoped>
+7 -7
View File
@@ -318,11 +318,11 @@
"backgroundStarryWinterNightNotes": "Насладете се на звездна зимна нощ.",
"backgroundToymakersWorkshopText": "Работилница за играчки",
"backgroundToymakersWorkshopNotes": "Любувайте се на чудесата в работилница за играчки.",
"backgrounds012018": "SET 44: Released January 2018",
"backgroundAuroraText": "Aurora",
"backgroundAuroraNotes": "Bask in the wintry glow of an Aurora.",
"backgroundDrivingASleighText": "Sleigh",
"backgroundDrivingASleighNotes": "Drive a Sleigh over snow-covered fields.",
"backgroundFlyingOverIcySteppesText": "Icy Steppes",
"backgroundFlyingOverIcySteppesNotes": "Fly over Icy Steppes."
"backgrounds012018": "КОМПЛЕКТ 48: януари 2018 г.",
"backgroundAuroraText": "Северно сияние",
"backgroundAuroraNotes": "Насладете се на зимния блясък на северното сияние.",
"backgroundDrivingASleighText": "Шейна",
"backgroundDrivingASleighNotes": "Покарайте шейна из заснежените поля.",
"backgroundFlyingOverIcySteppesText": "Ледени степи",
"backgroundFlyingOverIcySteppesNotes": "Летете над ледени степи."
}
+3
View File
@@ -161,6 +161,9 @@
"questEggYarnText": "Прежда",
"questEggYarnMountText": "Летящо килимче",
"questEggYarnAdjective": "вълнена/о",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "Намерете излюпваща отвара, която да излеете върху това яйце и от него ще се излюпи <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Нормален цвят",
"hatchingPotionWhite": "Бял цвят",
+6 -6
View File
@@ -320,8 +320,8 @@
"weaponArmoireWeaversCombNotes": "Използвайте този гребен за притискане на нишките, за да направите плътно изтъкана материя. Увеличава усета с <%= per %> и силата с <%= str %>. Омагьосан гардероб: Тъкачески комплект (предмет 2 от 3).",
"weaponArmoireLamplighterText": "Фенерджийски прът",
"weaponArmoireLamplighterNotes": "Този дълъг прът има фитил в единия си край за запалване на фенери, и кука на другия за гасенето им. Увеличава якостта с <%= con %> и усета с <%= per %>.",
"weaponArmoireCoachDriversWhipText": "Coach Driver's Whip",
"weaponArmoireCoachDriversWhipNotes": "Your steeds know what they're doing, so this whip is just for show (and the neat snapping sound!). Increases Intelligence by <%= int %> and Strength by <%= str %>. Enchanted Armoire: Coach Driver Set (Item 3 of 3).",
"weaponArmoireCoachDriversWhipText": "Кочияшки камшик",
"weaponArmoireCoachDriversWhipNotes": "Конете Ви знаят какво правят, така че този камшик е само за показност (и заради приятния плющящ звук!). Увеличава интелигентността с <%= int %> и силата с <%= str %>. Омагьосан гардероб: комплект „Кочияш“ (предмет 3 от 3).",
"armor": "броня",
"armorCapitalized": "Броня",
"armorBase0Text": "Обикновени дрехи",
@@ -686,8 +686,8 @@
"armorArmoireWovenRobesNotes": "Покажете какво сте изтъкали, като носите тези цветни одежди! Увеличава якостта с <%= con %> и интелигентността с <%= int %>. Омагьосан гардероб: Тъкачески комплект (предмет 1 от 3).",
"armorArmoireLamplightersGreatcoatText": "Фенерджийско палто",
"armorArmoireLamplightersGreatcoatNotes": "Това тежко вълнено палто може да издържи и на най-студената зимна нощ! Увеличава усета с <%= per %>.",
"armorArmoireCoachDriverLiveryText": "Coach Driver's Livery",
"armorArmoireCoachDriverLiveryNotes": "This heavy overcoat will protect you from the weather as you drive. Plus it looks pretty snazzy, too! Increases Strength by <%= str %>. Enchanted Armoire: Coach Driver Set (Item 1 of 3).",
"armorArmoireCoachDriverLiveryText": "Кочияшка ливрея",
"armorArmoireCoachDriverLiveryNotes": "Това тежко палто ще Ви защитава от лошото време докато карате. А и изглежда страхотно! Увеличава силата с <%= str %>. Омагьосан гардероб: комплект „Кочияш“ (предмет 1 от 3).",
"headgear": "шлем",
"headgearCapitalized": "Защита за главата",
"headBase0Text": "Няма защита за главата",
@@ -1064,8 +1064,8 @@
"headArmoireCandlestickMakerHatNotes": "Весела шапка, която прави всяка задача по-забавна, и правенето на свещи не е изключение! Увеличава усета и интелигентността с по <%= attrs %>. Омагьосан гардероб: комплект „Създател на свещи“ (предмет 2 от 3).",
"headArmoireLamplightersTopHatText": "Фенерджийска шапка",
"headArmoireLamplightersTopHatNotes": "Тази весела черна шапка завършва костюма Ви за запалване на фенери! Увеличава якостта с <%= con %>.",
"headArmoireCoachDriversHatText": "Coach Driver's Hat",
"headArmoireCoachDriversHatNotes": "This hat is dressy, but not quite so dressy as a top hat. Make sure you don't lose it as you drive speedily across the land! Increases Intelligence by <%= int %>. Enchanted Armoire: Coach Driver Set (Item 2 of 3).",
"headArmoireCoachDriversHatText": "Кочияшка шапка",
"headArmoireCoachDriversHatNotes": "Тази шапка е стилна, но не прекалено. Гледайте да не я загубите, докато препускате бясно през страната! Увеличава интелигентността с <%= int %>. Омагьосан гардероб: комплект „Кочияш“ (предмет 2 от 3).",
"offhand": "страничен предмет",
"offhandCapitalized": "Страничен предмет",
"shieldBase0Text": "Няма страничен предмет",
@@ -7,7 +7,7 @@
"tip5": "Най-добре е да изпълнявате заклинанията си за подсилки сутрин, за да траят по-дълго.",
"tip6": "Посочете задача и натиснете точките, за да видите допълнителните инструменти за управление на задачата, като например бутоните за преместване на задачите към върха или дъното на списъка.",
"tip7": "Някои фонове могат да се свържат перфектно, ако членовете на групата използват един и същ фон. Например: Планинско езеро, Пагоди и Неизброими хълмове.",
"tip8": "Пратете съобщение на някого като щракнете върху името му в чана и натиснете плика за писмо в горната част на профила му!",
"tip8": "Пратете съобщение на някого като щракнете върху името му в чата и натиснете плика за писмо в горната част на профила му!",
"tip9": "Използвайте филтрите и лентата за търсене в инвентарите, магазините, гилдиите и предизвикателствата, за да откриете бързо това, което търсите.",
"tip10": "Можете да печелите диаманти като участвате в предизвикателства. Всеки ден се добавят нови!",
"tip11": "Ако групата Ви има повече от четирима члена, това ще направи всички Ви по-отговорни!",
+7 -1
View File
@@ -551,5 +551,11 @@
"questYarnDropYarnEgg": "Прежда (яйце)",
"questYarnUnlockText": "Отключва възможността за купуване на яйца на прежда от пазара.",
"winterQuestsText": "Пакет зимни мисии",
"winterQuestsNotes": "Съдържа: „Ловджията Дядо Коледа“, „Търсенето на мечето“ и „Пернатият мраз“. Наличен до 31 декември."
"winterQuestsNotes": "Съдържа: „Ловджията Дядо Коледа“, „Търсенето на мечето“ и „Пернатият мраз“. Наличен до 31 декември.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
+3
View File
@@ -161,6 +161,9 @@
"questEggYarnText": "Yarn",
"questEggYarnMountText": "létající koberec",
"questEggYarnAdjective": "vlněný",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "Najdi líhnoucí lektvar, nalij ho na vejce a to se vylíhne v <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Základní",
"hatchingPotionWhite": "Bílý",
@@ -7,7 +7,7 @@
"tip5": "Its best to use skills that cause buffs in the morning so they last longer.",
"tip6": "Hover over a task and click the dots to access advanced task controls, such as the ability to push tasks to the top/bottom of your list.",
"tip7": "Some backgrounds connect perfectly if Party members use the same background. Ex: Mountain Lake, Pagodas, and Rolling Hills.",
"tip8": "Send a Message to someone by clicking their name in chat and the clicking the envelope icon at the top of their profile!",
"tip8": "Send a Message to someone by clicking their name in chat and then clicking the envelope icon at the top of their profile!",
"tip9": "Use the filters + search bar in the Inventories, Shops, Guilds, and Challenges to quickly find what you want.",
"tip10": "Soutěžením ve výzvách můžeš vyhrát drahokamy. Nové výzvy jsou přidávány každý den!",
"tip11": "Having more than four Party members increases accountability!",
+7 -1
View File
@@ -551,5 +551,11 @@
"questYarnDropYarnEgg": "Yarn (Egg)",
"questYarnUnlockText": "Unlocks purchasable Yarn eggs in the Market",
"winterQuestsText": "Winter Quest Bundle",
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31."
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
+3
View File
@@ -161,6 +161,9 @@
"questEggYarnText": "Garn",
"questEggYarnMountText": "Flyvende tæppe",
"questEggYarnAdjective": "ulden",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "Find en udrugningseliksir til at hælde på dit æg, og det vil udklække <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Almindelig",
"hatchingPotionWhite": "Hvid",
@@ -7,7 +7,7 @@
"tip5": "Its best to use skills that cause buffs in the morning so they last longer.",
"tip6": "Hover over a task and click the dots to access advanced task controls, such as the ability to push tasks to the top/bottom of your list.",
"tip7": "Some backgrounds connect perfectly if Party members use the same background. Ex: Mountain Lake, Pagodas, and Rolling Hills.",
"tip8": "Send a Message to someone by clicking their name in chat and the clicking the envelope icon at the top of their profile!",
"tip8": "Send a Message to someone by clicking their name in chat and then clicking the envelope icon at the top of their profile!",
"tip9": "Use the filters + search bar in the Inventories, Shops, Guilds, and Challenges to quickly find what you want.",
"tip10": "Du kan vinde ædelsten ved at deltage i Udfordringer. Der bliver tilføjet nye hver dag!",
"tip11": "Having more than four Party members increases accountability!",
+7 -1
View File
@@ -551,5 +551,11 @@
"questYarnDropYarnEgg": "Yarn (Egg)",
"questYarnUnlockText": "Unlocks purchasable Yarn eggs in the Market",
"winterQuestsText": "Winter Quest Bundle",
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31."
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
+7 -7
View File
@@ -318,11 +318,11 @@
"backgroundStarryWinterNightNotes": "Bewundere eine Sternenklare Winternacht.",
"backgroundToymakersWorkshopText": "Werkstatt des Spielzeugmachers",
"backgroundToymakersWorkshopNotes": "Staune über die Wunder in der Spielzeugmacher-Werkstatt.",
"backgrounds012018": "SET 44: Released January 2018",
"backgroundAuroraText": "Aurora",
"backgroundAuroraNotes": "Bask in the wintry glow of an Aurora.",
"backgroundDrivingASleighText": "Sleigh",
"backgroundDrivingASleighNotes": "Drive a Sleigh over snow-covered fields.",
"backgroundFlyingOverIcySteppesText": "Icy Steppes",
"backgroundFlyingOverIcySteppesNotes": "Fly over Icy Steppes."
"backgrounds012018": "Set 44: Veröffentlicht im Januar 2018",
"backgroundAuroraText": "Polarlicht",
"backgroundAuroraNotes": "Aale dich im winterlichen Schein eines Polarlichts.",
"backgroundDrivingASleighText": "Schlitten",
"backgroundDrivingASleighNotes": "Fahre einen Schlitten über schneebedeckte Felder.",
"backgroundFlyingOverIcySteppesText": "Eisige Steppen",
"backgroundFlyingOverIcySteppesNotes": "Fliege über eisige Steppen."
}
+3
View File
@@ -161,6 +161,9 @@
"questEggYarnText": "Wollknäuel",
"questEggYarnMountText": "Fliegendes Teppichwesen",
"questEggYarnAdjective": "wolliges",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "Finde ein Schlüpfelixier, das Du über dieses Ei gießen kannst, damit ein <%= eggAdjective(locale) %> <%= eggText(locale) %> schlüpfen kann.",
"hatchingPotionBase": "Normales",
"hatchingPotionWhite": "Weißes",
+4 -4
View File
@@ -196,7 +196,7 @@
"unlockHeadline": "Je mehr Du tust, desto mehr neue Inhalte kannst Du freigeschalten!",
"useUUID": "Benutze UUID / API Token (Für Facebook-Benutzer)",
"username": "Anmeldename",
"emailOrUsername": "Email or Login Name (case-sensitive)",
"emailOrUsername": "E-Mail-Adresse oder Anmeldename (Groß- und Kleinschreibung beachten)",
"watchVideos": "Sehen Sie sich die Videos an",
"work": "Arbeit",
"zelahQuote": "Mit [Habitica] kann ich mich davon überzeugen, rechtzeitig ins Bett zu gehen, denn wenn ich früh ins Bett gehe, verdiene ich Punkte und wenn ich zu lange aufbleibe, verliere ich Leben.",
@@ -287,13 +287,13 @@
"alreadyHaveAccountLogin": "Du hast schon einen Habitica-Account? <strong>Anmelden.</strong>",
"dontHaveAccountSignup": "Du hast noch kein Habitica-Konto? <strong>Melde dich an.</strong>",
"motivateYourself": "Motiviere Dich selber, Deine Ziele zu erreichen.",
"timeToGetThingsDone": "It's time to have fun when you get things done! Join over 2.5 million Habiticans and improve your life one task at a time.",
"timeToGetThingsDone": "Zeit für ein bisschen Spass während Du etwas erledigst! Schliess Dich über 2.5 Millionen Habiticanern an und verbessere Dein Leben mit jeder erledigten Aufgabe.",
"singUpForFree": "Kostenlos registrieren",
"or": "ODER",
"gamifyYourLife": "Mach Dein Leben zum Spiel",
"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": "Behalte den Überblick über deine Gewohnheiten und Ziele",
"trackYourGoalsDesc": "Stay accountable by tracking and managing your Habits, Daily goals, and To-Do list with Habiticas easy-to-use mobile apps and web interface.",
"trackYourGoalsDesc": "Bleibe verantwortungsbewusst indem Du Deine Gewohnheiten, täglichen Aufgaben und To-Dos mit Habiticas benutzerfreundlichen Mobile Apps und der Webseite trackst und organisierst.",
"earnRewards": "Verdiene Belohnungen für Deine Ziele",
"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": "Bezwinge Monster mit Freunden",
@@ -305,7 +305,7 @@
"schoolAndWorkDesc": "Ob ein Ausatz für den Lehrer oder ein Bericht für deinen Chef, es ist einfach deinem Aufgaben-Fortschritt zu folgen, während du die schwierigsten Aufgaben bezwingst.",
"muchmuchMore": "Und viel, viel mehr!",
"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",
"levelUpAnywhere": "Steige ein Level auf wo immer Du bist!",
"levelUpAnywhereDesc": "Unsere Handy-Apps machen es Dir leicht, Deine Aufgaben unterwegs zu verwalten. Verwirkliche Deine Ziele mit einem einfachen Fingerzeig, egal wo Du bist.",
"joinMany": "Schließe Dich über 2.000.000 Leuten an und habe Spaß, während Du Deine Aufgaben erfüllst!",
"joinToday": "Tritt Habitica heute bei",
+4 -4
View File
@@ -314,7 +314,7 @@
"aboutToJoinCancelledGroupPlan": "Du bist dabei einem Team mit gekündigtem Plan beizutreten. Du erhältst KEIN freies Abonnement.",
"cannotChangeLeaderWithActiveGroupPlan": "Du kannst den Leiter nicht ändern während das Team einen aktiven Plan hat.",
"leaderCannotLeaveGroupWithActiveGroup": "Ein Leiter kann ein Team nicht verlassen, während es noch einen aktiven Plan hat.",
"youHaveGroupPlan": "You have a free subscription because you are a member of a group that has a Group Plan. This will end when you are no longer in the group that has a Group Plan. Any months of extra subscription credit you have will be applied at the end of the Group Plan.",
"youHaveGroupPlan": "Du hast ein kostenloses Abonnement, weil Du einem Team angehörst, das einen Team-Plan hat. Dies endet, wenn Du das Team mit dem Team-Plan verlässt. Deine zusätzlichen Abonnementsguthaben-Monate werden nach Ablauf des Team-Plans fortgesetzt. ",
"cancelGroupSub": "Team-Plan abbrechen",
"confirmCancelGroupPlan": "Bist Du Dir sicher, dass du den Team-Plan abbrechen möchtest und damit alle Team-Mitglieder dessen Vorteile verlieren, unter anderem auch ihre freien Abonnements?",
"canceledGroupPlan": "Abgebrochener Team-Plan",
@@ -368,7 +368,7 @@
"guildDescriptionPlaceholder": "Nutze diesen Abschnitt um alles, was Mitglieder der Gilde über Deine Gilde wissen sollten, ausführlicher darzustellen. Nützliche Tipps, hilfreiche Links und ermutigende Worte gehören hier hin!",
"markdownFormattingHelp": "[Markdown Formatierungshilfe](http://habitica.wikia.com/wiki/Markdown_Cheat_Sheet)",
"partyDescriptionPlaceholder": "Das ist unsere Gruppenbeschreibung. Sie beschreibt, was wir in unserer Gruppe so tun. Wenn Du mehr darüber wissen willst, was wir in unserer Gruppe so machen, lies die Beschreibung. Party on!",
"guildGemCostInfo": "A Gem cost promotes high quality Guilds and is transferred into your Guild's bank.",
"guildGemCostInfo": "Eine Edelstein-Gebühr fördert die Qualität der Gilde und wird der Gildenbank gutgeschrieben.",
"noGuildsTitle": "Du bist nicht Mitglied einer Gilde.",
"noGuildsParagraph1": "Gilden sind von anderen Spielern erstellte soziale Gruppen, die Dir Unterstützung, Verantwortlichkeit und aufmunternde Unterhaltung bieten können.",
"noGuildsParagraph2": "Klicke auf den Gilden Entdecken Reiter, um basierend auf Deinen Interessen empfohlene Gilden zu sehen, stöbere durch Habitica's öffentliche Gilden, oder erstelle Deine eigene Gilde.",
@@ -383,7 +383,7 @@
"createParty": "Erstelle eine Gruppe",
"inviteMembersNow": "Möchtest Du jetzt Mitglieder einladen?",
"playInPartyTitle": "Spiele Habitica in einer Gruppe!",
"playInPartyDescription": "Take on amazing quests with friends or on your own. Battle monsters, create Challenges, and help yourself stay accountable through Parties.",
"playInPartyDescription": "Bewältige unglaubliche Quests - mit Freunden oder auf Dich allein gestellt. Besiege Monster, erstelle Wettbewerbe und hilf Dir selbst, verantwortungsvoll zu bleiben, indem Du einer Gruppe beitrittst.",
"startYourOwnPartyTitle": "Starte Deine eigene Gruppe",
"startYourOwnPartyDescription": "Bezwinge Monster allein oder lade so viele Deiner Freunde ein, wie Du möchtest!",
"shartUserId": "Nutzer ID Teilen",
@@ -409,5 +409,5 @@
"wouldYouParticipate": "Möchtest du gern teilnehmen?",
"managerAdded": "Manager erfolgreich hinzugefügt",
"managerRemoved": "Manager erfolgreich entfernt",
"leaderChanged": "Leader has been changed"
"leaderChanged": "Gruppenleitung wurde gewechselt"
}
@@ -7,7 +7,7 @@
"tip5": "Its best to use skills that cause buffs in the morning so they last longer.",
"tip6": "Hover over a task and click the dots to access advanced task controls, such as the ability to push tasks to the top/bottom of your list.",
"tip7": "Some backgrounds connect perfectly if Party members use the same background. Ex: Mountain Lake, Pagodas, and Rolling Hills.",
"tip8": "Send a Message to someone by clicking their name in chat and the clicking the envelope icon at the top of their profile!",
"tip8": "Send a Message to someone by clicking their name in chat and then clicking the envelope icon at the top of their profile!",
"tip9": "Use the filters + search bar in the Inventories, Shops, Guilds, and Challenges to quickly find what you want.",
"tip10": "Du kannst Edelsteine gewinnen, indem Du an Wettbewerben teilnimmst. Es werden jeden Tag neue ausgeschrieben.",
"tip11": "Having more than four Party members increases accountability!",
+2 -2
View File
@@ -29,7 +29,7 @@
"messageFoundQuest": "Du hast die Quest \"<%= questText %>\" gefunden!",
"messageAlreadyPurchasedGear": "Du hast diesen Gegenstand in der Vergangenheit bereits gekauft, besitzt ihn aktuell aber nicht mehr. Du kannst ihn in der Spalte \"Belohnungen\" Deiner Aufgabenseite erneut kaufen.",
"messageAlreadyOwnGear": "Du besitzt diesen Gegenstand schon. Gehe zur Ausrüstungsseite um ihn anzulegen.",
"previousGearNotOwned": "You need to purchase a lower level gear before this one.",
"previousGearNotOwned": "Du musst eine Ausrüstung einer niedrigeren Stufe kaufen, bevor Du diese Ausrüstung kaufen kannst.",
"messageHealthAlreadyMax": "Du hast schon alle Lebenspunkte.",
"messageHealthAlreadyMin": "Oh nein! Du hast bereits alle Lebenspunkte verloren - jetzt ist es zu spät, um noch einen Heiltrank zu kaufen! Aber keine Sorge, Du kannst Dich wiederbeleben.",
"armoireEquipment": "<%= image %> Du hast ein Stück seltener Ausrüstung im verzauberten Schrank gefunden: <%= dropText %>! Großartig!",
@@ -53,7 +53,7 @@
"messageGroupChatFlagAlreadyReported": "Du hast diese Nachricht bereits gemeldet",
"messageGroupChatNotFound": "Nachricht wurde nicht gefunden!",
"messageGroupChatAdminClearFlagCount": "Nur Admins können den Zählmarker zurücksetzen!",
"messageCannotFlagSystemMessages": "You cannot flag a system message. If you need to report a violation of the Community Guidelines related to this message, please email a screenshot and explanation to Lemoness at <%= communityManagerEmail %>.",
"messageCannotFlagSystemMessages": "Du kannst eine Systemmeldungen nicht als unangemessen melden. Falls Du bezüglich dieser Meldung eine Verletzung der Community-Richtlinien melden willst, sende bitte eine E-Mail mit einem Screenshot und einer Erklärung an Lemoness unter <%= communityManagerEmail %>.",
"messageGroupChatSpam": "Ups, es sieht so aus als ob du zu viele Nachrichten schreibst! Bitte warte eine Minute und versuche es erneut. Das Gasthaus kann nur 200 Nachrichten gleichzeitig beinhalten und deshalb ermutigt Habitica längere, mehr durchdachte Nachrichten und hilfreiche Antworten zu schreiben. Wir können es kaum erwarten zu hören, was du zu sagen hast. :)",
"messageUserOperationProtected": "Pfad `<%= operation %>` wurde nicht gespeichert, da dieser geschützt ist.",
"messageUserOperationNotFound": "<%= operation %> Operation nicht gefunden",
+1 -1
View File
@@ -88,7 +88,7 @@
"plusOneGem": "+1 Edelstein",
"typeNotSellable": "Typ ist nicht verkäuflich. Dieser muss einer der Folgenden sein: <%= acceptedTypes %>",
"userItemsKeyNotFound": "Schlüssel für user.items <%= type %> nicht gefunden",
"userItemsNotEnough": "You do not have enough <%= type %>",
"userItemsNotEnough": "Du hast nicht genug <%= type %>",
"pathRequired": "Pfad ist erforderlich",
"unlocked": "Gegenstände wurden freigeschaltet",
"alreadyUnlocked": "Komplettes Set ist bereits freigeschaltet.",
+2 -2
View File
@@ -37,7 +37,7 @@
"questCollection": "+ <%= val %> Questgegenstände gefunden",
"questDamage": "+ <%= val %> Schaden gegen den Boss",
"begin": "Beginnen",
"bossHP": "Boss HP",
"bossHP": "Boss-Lebenspunkte",
"bossStrength": "Boss-Stärke",
"rage": "Raserei",
"collect": "Sammle",
@@ -78,7 +78,7 @@
"mustLvlQuest": "Du musst Level <%= level %> sein um dieses Quest zu erwerben!",
"mustInviteFriend": "Um diese Quest freizuschalten musst Du einen Freund in Deine Gruppe einladen. Willst Du jetzt jemanden einladen?",
"unlockByQuesting": "Um diese Quest freizuschalten musst Du erst <%= title %> abschließen.",
"questConfirm": "Are you sure? Only <%= questmembers %> of your <%= totalmembers %> party members have joined this quest! Quests start automatically when all players have joined or rejected the invitation.",
"questConfirm": "Bist Du sicher? Nur <%= questmembers %> der <%= totalmembers %> Mitspieler Deiner Gruppe sind dieser Quest beigetreten! Quests starten automatisch sobald alle Mitspieler die Einladung angenommen oder abgelehnt haben.",
"sureCancel": "Bist Du sicher, dass Du diese Quest abbrechen willst? Alle akzeptierten Einladungen werden verloren gehen. Der Quest-Besitzer wird die Questschriftrolle zurück bekommen.",
"sureAbort": "Bist Du sicher, dass Du diese Mission abbrechen willst? Das wird sie für alle in Deiner Gruppe abbrechen und jeder Fortschritt wird verloren gehen. Die Questschriftrolle wird dem Quest-Besitzer zurückgegeben.",
"doubleSureAbort": "Bist Du wirklich, wirklich sicher? Sei ganz sicher, dass sie Dich nicht für immer hassen werden!",
+7 -1
View File
@@ -551,5 +551,11 @@
"questYarnDropYarnEgg": "Wollknäuel (Ei)",
"questYarnUnlockText": "Ermöglicht den Kauf von Wollknäueleiern auf dem Marktplatz",
"winterQuestsText": "\"Winter\" Quest-Paket",
"winterQuestsNotes": "Beinhaltet 'Wildernder Weihnachtswichtel', 'Finde das Jungtier' und 'Der Federvieh-Frost'. Verfügbar bis zum 31. Dezember."
"winterQuestsNotes": "Beinhaltet 'Wildernder Weihnachtswichtel', 'Finde das Jungtier' und 'Der Federvieh-Frost'. Verfügbar bis zum 31. Dezember.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
+2 -2
View File
@@ -65,7 +65,7 @@
"resetText1": "WARNUNG! Es werden große Teile Deines Accounts zurückgesetzt. Wir raten dringend davon ab. Jedoch finden einige Spieler diese Funktion sinnvoll, um nach einem anfänglichen Testen der Seite neu beginnen zu können.",
"resetText2": "Du wirst all deine Level, Gold und Erfahrungspunkte verlieren. All deine Aufgaben (mit Ausnahme der von Herausforderungen) werden dauerhaft gelöscht und alle historischen Daten gehen verloren. Du wirst all deine Ausrüstung verlieren, die du aber zurückkaufen kannst, einschließlich aller Ausrüstungsgegenstände aus limitierter Ausgabe und Gegenständen, die du als Abonnent erworben hast (um klassenspezifische Gegenstände zurück zu kaufen, musst du der korrekten Klasse angehören). Du behältst deine jetzige Klasse, sowie Haus- und Reittiere. Zur Sicherheit solltest du stattdessen eine Kugel der Wiedergeburt verwenden, welche deine jetzigen Aufgaben und Ausrüstungsgegenstände schont.",
"deleteLocalAccountText": "Bist Du sicher? Dies wird Dein Konto für immer löschen und es kann nicht wiederhergestellt werden! Wenn Du Habitica wieder verwenden möchtest, musst Du ein neues Konto registrieren. Gesparte oder verbrauchte Edelsteine werden nicht ersetzt. Wenn Du absolut sicher bist, dann tippe Dein Passwort in die Text-Box unten ein.",
"deleteSocialAccountText": "Are you sure? This will delete your account forever, and it can never be restored! You will need to register a new account to use Habitica again. Banked or spent Gems will not be refunded. If you're absolutely certain, type \"<%= magicWord %>\" into the text box below.",
"deleteSocialAccountText": "Bist Du sicher? Dies wird Dein Konto für immer löschen und es kann nicht wiederhergestellt werden! Wenn Du Habitica wieder verwenden möchtest, musst Du ein neues Konto registrieren. Gesparte oder verbrauchte Edelsteine werden nicht ersetzt. Wenn Du absolut sicher bist, dann tippe \"<%= magicWord %>\" in die Text-Box unten ein.",
"API": "API",
"APIv3": "API v3",
"APIText": "Kopiere sie zur Anwendung in Applikationen von Drittanbietern. Sieh Dein API-Token aber als Passwort an und verbreite es nicht. Du wirst vielleicht gelegentlich nach Deiner Benutzer-ID gefragt, aber poste niemals Dein API-Token öffentlich wo es andere sehen können, auch nicht auf GitHub.",
@@ -118,7 +118,7 @@
"giftedSubscription": "Verschenkte Abonnements",
"giftedSubscriptionInfo": "<%= name %> hat Dir ein <%= months %>-monatiges Abonnement geschenkt",
"giftedSubscriptionFull": "Hallo <%= username %>, <%= sender %> hat Dir <%= monthCount %> Monate Abonnement geschickt!",
"giftedSubscriptionWinterPromo": "Hello <%= username %>, you received <%= monthCount %> months of subscription as part of our holiday gift-giving promotion!",
"giftedSubscriptionWinterPromo": "Hallo <%= username %>, Du hast durch unsere Festtags-Promo <%= monthCount %>Abonnements-Monate geschenkt bekommen!",
"invitedParty": "In die Gruppe eingeladen",
"invitedGuild": "In die Gilde eingeladen",
"importantAnnouncements": "Erinnerungen zur Anmeldung, um Aufgaben zu komplettieren und Preise zu erhalten",
+1 -1
View File
@@ -137,7 +137,7 @@
"mysterySet201709": "Zauberschüler-Set",
"mysterySet201710": "Gebieterischer-Gnom-Set",
"mysterySet201711": "Teppichreiter-Set",
"mysterySet201712": "Candlemancer Set",
"mysterySet201712": "Kerzenzauberer-Set",
"mysterySet301404": "Steampunk-Standard-Set",
"mysterySet301405": "Steampunk-Zubehör-Set",
"mysterySet301703": "Pfauen-Steampunk-Set",
+1 -1
View File
@@ -203,5 +203,5 @@
"yesterDailiesDescription": "Falls diese Einstellung ausgewählt wird, wird Habitica Dich fragen, ob Du die Tagesaufgabe absichtlich nicht abgehakt hast, bevor der Schaden an deinem Avatar berechnet und angewandt wird. Dies kann Dich vor unbeabsichtigtem Schaden schützen.",
"repeatDayError": "Bitte achte darauf, dass mindestens ein Wochentag ausgewählt ist.",
"searchTasks": "Durchsuche die Überschriften und Beschreibungen...",
"sessionOutdated": "Your session is outdated. Please refresh or sync."
"sessionOutdated": "Deine Sitzung ist abgelaufen. Bitte lade oder synchronisiere die Seite neu."
}
+4
View File
@@ -223,6 +223,10 @@
"questEggYarnMountText": "Flying Carpet",
"questEggYarnAdjective": "woolen",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Base",
+8 -1
View File
@@ -640,5 +640,12 @@
"questYarnUnlockText": "Unlocks purchasable Yarn eggs in the Market",
"winterQuestsText": "Winter Quest Bundle",
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31."
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
@@ -161,6 +161,9 @@
"questEggYarnText": "Yarn",
"questEggYarnMountText": "Flying Carpet",
"questEggYarnAdjective": "woolen",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "Find ye hatchin' potion to pourrrr on this egg, an' it'll hatch into <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Base",
"hatchingPotionWhite": "White",
@@ -7,7 +7,7 @@
"tip5": "Its best to use skills that cause buffs in the morning so they last longer.",
"tip6": "Hover over a task and click the dots to access advanced task controls, such as the ability to push tasks to the top/bottom of your list.",
"tip7": "Some backgrounds connect perfectly if Party members use the same background. Ex: Mountain Lake, Pagodas, and Rolling Hills.",
"tip8": "Send a Message to someone by clicking their name in chat and the clicking the envelope icon at the top of their profile!",
"tip8": "Send a Message to someone by clicking their name in chat and then clicking the envelope icon at the top of their profile!",
"tip9": "Use the filters + search bar in the Inventories, Shops, Guilds, and Challenges to quickly find what you want.",
"tip10": "You can win gems by competing in Challenges. New ones are added every day!",
"tip11": "Having more than four Party members increases accountability!",
@@ -551,5 +551,11 @@
"questYarnDropYarnEgg": "Yarn (Egg)",
"questYarnUnlockText": "Unlocks purchasable Yarn eggs in the Market",
"winterQuestsText": "Winter Quest Bundle",
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31."
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
@@ -161,6 +161,9 @@
"questEggYarnText": "Yarn",
"questEggYarnMountText": "Flying Carpet",
"questEggYarnAdjective": "woolen",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Base",
"hatchingPotionWhite": "White",
@@ -7,7 +7,7 @@
"tip5": "Its best to use skills that cause buffs in the morning so they last longer.",
"tip6": "Hover over a task and click the dots to access advanced task controls, such as the ability to push tasks to the top/bottom of your list.",
"tip7": "Some backgrounds connect perfectly if Party members use the same background. Ex: Mountain Lake, Pagodas, and Rolling Hills.",
"tip8": "Send a Message to someone by clicking their name in chat and the clicking the envelope icon at the top of their profile!",
"tip8": "Send a Message to someone by clicking their name in chat and then clicking the envelope icon at the top of their profile!",
"tip9": "Use the filters + search bar in the Inventories, Shops, Guilds, and Challenges to quickly find what you want.",
"tip10": "You can win gems by competing in Challenges. New ones are added every day!",
"tip11": "Having more than four Party members increases accountability!",
@@ -551,5 +551,11 @@
"questYarnDropYarnEgg": "Yarn (Egg)",
"questYarnUnlockText": "Unlocks purchasable Yarn eggs in the Market",
"winterQuestsText": "Winter Quest Bundle",
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31."
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
+3
View File
@@ -161,6 +161,9 @@
"questEggYarnText": "Yarn",
"questEggYarnMountText": "Flying Carpet",
"questEggYarnAdjective": "woolen",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "Encuentra una poción de eclosión para verter en este huevo y eclosionará en <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Base",
"hatchingPotionWhite": "Blanco",
@@ -7,7 +7,7 @@
"tip5": "Its best to use skills that cause buffs in the morning so they last longer.",
"tip6": "Hover over a task and click the dots to access advanced task controls, such as the ability to push tasks to the top/bottom of your list.",
"tip7": "Some backgrounds connect perfectly if Party members use the same background. Ex: Mountain Lake, Pagodas, and Rolling Hills.",
"tip8": "Send a Message to someone by clicking their name in chat and the clicking the envelope icon at the top of their profile!",
"tip8": "Send a Message to someone by clicking their name in chat and then clicking the envelope icon at the top of their profile!",
"tip9": "Use the filters + search bar in the Inventories, Shops, Guilds, and Challenges to quickly find what you want.",
"tip10": "Puedes ganar gemas participando en desafíos. ¡Todos los días se añade alguno nuevo!",
"tip11": "Having more than four Party members increases accountability!",
+7 -1
View File
@@ -551,5 +551,11 @@
"questYarnDropYarnEgg": "Yarn (Egg)",
"questYarnUnlockText": "Unlocks purchasable Yarn eggs in the Market",
"winterQuestsText": "Winter Quest Bundle",
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31."
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
@@ -318,11 +318,11 @@
"backgroundStarryWinterNightNotes": "Admira una Estrellada Noche de Invierno",
"backgroundToymakersWorkshopText": "Taller del Fabricante de Juguetes",
"backgroundToymakersWorkshopNotes": "Disfruta de las maravillas del taller del Fabricante de Juguetes",
"backgrounds012018": "SET 44: Released January 2018",
"backgrounds012018": "CONJUNTO 44: Lanzado en Enero de 2018",
"backgroundAuroraText": "Aurora",
"backgroundAuroraNotes": "Bask in the wintry glow of an Aurora.",
"backgroundDrivingASleighText": "Sleigh",
"backgroundDrivingASleighNotes": "Drive a Sleigh over snow-covered fields.",
"backgroundFlyingOverIcySteppesText": "Icy Steppes",
"backgroundFlyingOverIcySteppesNotes": "Fly over Icy Steppes."
"backgroundAuroraNotes": "Disfruta del frió brillo de una aurora.",
"backgroundDrivingASleighText": "Trineo",
"backgroundDrivingASleighNotes": "Conduce un Trineo sobre campos cubiertos de nieve",
"backgroundFlyingOverIcySteppesText": "Estepas Heladas",
"backgroundFlyingOverIcySteppesNotes": "Vuelva sobre Estepas Heladas"
}
+33 -33
View File
@@ -71,11 +71,11 @@
"useCostume": "Usar Disfraz",
"useCostumeInfo1": "¡Haz click en \"Usar Disfraz\" para equipar a tu avatar sin afectar las estadísticas que tu Equipamiento de combate te da! Esto significa que a tu izquierda puedes equiparte para tener las mejores estadísiticas, y a tu derecha vestir a tu avatar con tus ítems favoritos.",
"useCostumeInfo2": "Una vez que des click en \"Usar Traje\" tu avatar se verá bastante básico... pero no te preocupes! Si miras al lado izquierdo, verás que tu Equipo de Batalla todavía está equipado. ¡Luego puedes dejar volar tu imaginación! Lo que sea que equipes en la derecha no afectará tus estadísticas, pero puede hacer que te veas increíble. Intenta usar diferentes combos, mezclar conjuntos y coordinar tu Traje con tus mascotas, monturas y fondos. <br><br> ¿Tienes más preguntas? Revisa la página del <a href=\"http://habitica.wikia.com/wiki/Equipment#Costumes\">Traje</a> en la wiki. ¿Encontraste la combinación perfecta? ¡Lúcela en la hermandad <a href=\"/groups/guild/3884eeaa-2d6a-45e8-a279-ada6de9709e1\">Festival de Trajes</a> o alardea en la Taverna!",
"costumePopoverText": "Select \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can dress up your avatar in whatever outfit you like while still having your best Battle Gear equipped.",
"autoEquipPopoverText": "Select this option to automatically equip gear as soon as you purchase it.",
"costumePopoverText": "¡Selecciona \"Usar Traje\" para equipar objetos a tu avatar sin afectar las estadísticas de tu Equipo de Batalla! Esto significa que puedes vestir a tu avatar como quieras teniendo tu mejor Equipo de Batalla equipado.",
"autoEquipPopoverText": "Selecciona esta opción para equipar objetos automáticamente apenas los compres.",
"costumeDisabled": "Has desactivado tu disfraz.",
"gearAchievement": "¡Has conseguido el logro \"Equipamiento definitivo\" por llegar al máximo conjunto de equipo para una clase! Has conseguido los siguientes conjuntos completos:",
"moreGearAchievements": "To attain more Ultimate Gear badges, change classes on <a href='/user/settings/site' target='_blank'>the Settings &gt; Site page</a> and buy your new class's gear!",
"moreGearAchievements": "¡Para obtener más medallas de Equipo Definitivo, cambia de clase en <a href='/user/settings/site' target='_blank'>la página de configuración</a> y compra el nuevo equipo de tu clase!",
"armoireUnlocked": "Para más equipamiento revisa el <strong>¡Armario Encantado!</strong>. ¡Cliquea en la recompensa del Armario Encantado para una posibilidad aleatoria en equipamiento especial! También podría darte PX aleatorios o ítems de comida.",
"ultimGearName": "Equipo supremo - <%= ultClass %>",
"ultimGearText": "Ha mejorado al máximo nivel de arma y armadura para la clase <%= ultClass %>.",
@@ -143,7 +143,7 @@
"distributePoints": "Distribuir puntos no asignados",
"distributePointsPop": "Asigna los puntos no distribuidos según el esquema de asignación seleccionado.",
"warriorText": "Los Guerreros consiguen más y mejores \"golpes críticos\", los cuales otorgan bonus de Oro, Experiencia y probabilidad de botín al completar una tarea. También hacen graves daños a los monstruos jefes. ¡Juega como un Guerrero si te motivan las recompensas impredecibles como al ganar la lotería o si deseas ser la fuente de daño en las Misiones!",
"wizardText": "Mages learn swiftly, gaining Experience and Levels faster than other classes. They also get a great deal of Mana for using special abilities. Play a Mage if you enjoy the tactical game aspects of Habitica, or if you are strongly motivated by leveling up and unlocking advanced features!",
"wizardText": "Los magos aprenden fácilmente, ganando Experiencia y Niveles más rápido que las otras clases. También tienen una gran cantidad de Maná para usar habilidades especiales. Juega como Mago si disfrutas de los aspectos de juego tácticos de Habitica, o si te sientes fuertemente motivado por subir de nivel y desbloquear características avanzadas.",
"mageText": "Los Magos aprenden rápidamente, ganando Experiencia y Niveles más rápido que otras clases. También reciben mucho Maná para usar habilidades especiales. ¡Juega como Mago si disfrutas los aspectos tácticos de Habitica y si subir de nivel y desbloquear características avanzadas del juego te motiva!",
"rogueText": "A los Pícaros les encanta acumular riquezas, ganan más Oro que los demás y suelen encontrar objetos aleatorios. Su capacidad emblemática de Sigilo les permite esquivar las consecuencias de Diarias sin completar. ¡Juega como un Pícaro si encuentras motivación en las recompensas y los logros, esforzándote por botines y medallas!",
"healerText": "Los Sanadores son inmunes al daño y extienden esa protección a otros. El no cumplir Diarias y los malos Hábitos no les afectan demasiado y tienen maneras de recuperar la Salud tras un fallo. ¡Juega como un Sanador si disfrutas de ayudar a otros en tu grupo o si la idea de engañar a la muerte a través del trabajo duro te inspira!",
@@ -151,8 +151,8 @@
"optOutOfPMs": "No usar",
"chooseClass": "Elige tu clase",
"chooseClassLearnMarkdown": "[Aprende mas sobre el sistema de clases de Habitica](http://habitica.wikia.com/wiki/Class_System)",
"optOutOfClassesText": "Can't be bothered with classes? Want to choose later? Opt out - you'll be a warrior with no special abilities. You can read about the class system later on the wiki and enable classes at any time under User Icon > Settings.",
"selectClass": "Select <%= heroClass %>",
"optOutOfClassesText": "No quieres tomarte la molestia de las clases? Quieres elegir luego? No tienes que hacerlo en este momento - serás un guerrero sin habilidades especiales. Puedes leer acerca del sistema de clases más tarde en la wiki y habilitar las clases en cualquier momento en Icono del Usuario > Configuraciones.",
"selectClass": "Seleccionar <%= heroClass %>",
"select": "Seleccionar",
"stealth": "Sigilo",
"stealthNewDay": "Cuando empiece un nuevo día, evitarás el daño de las Diarias sin cumplir.",
@@ -163,21 +163,21 @@
"dieText": "Has perdido un Nivel, todo tu Oro, y una pieza de Equipamiento al azar. ¡Levántate Habitero e inténtalo otra vez! ¡Domina esos Hábitos negativos, mantente atento para cumplir las Diarias y mantén a la muerte a raya con una Poción de Salud cuando flaqueas!",
"sureReset": "¿Estás seguro? Esto reiniciará la clase de tu personaje y los puntos asignados (los recuperarás todos para re-asignarlos), y te costará 3 Gemas.",
"purchaseFor": "¿Comprar por <%= cost %> Gemas?",
"purchaseForHourglasses": "Purchase for <%= cost %> Hourglasses?",
"purchaseForHourglasses": "Compar por <%= cost %> Relojes de Arena?",
"notEnoughMana": "No tienes maná suficiente.",
"invalidTarget": "You can't cast a skill on that.",
"invalidTarget": "No puedes usar una habilidad en eso.",
"youCast": "Lanzas <%= spell %>.",
"youCastTarget": "Lanzas <%= spell %> sobre <%= target %>.",
"youCastParty": "Lanzas <%= spell %> para el grupo.",
"critBonus": "¡Golpe Crítico! Bonus:",
"gainedGold": "Recibiste algo de Oro",
"gainedMana": "You gained some Mana",
"gainedHealth": "You gained some Health",
"gainedExperience": "You gained some Experience",
"lostGold": "You spent some Gold",
"lostMana": "You used some Mana",
"lostHealth": "You lost some Health",
"lostExperience": "You lost some Experience",
"gainedMana": "Ganaste algo de Maná.",
"gainedHealth": "Ganaste algo de Salud",
"gainedExperience": "Ganaste algo de Experiencia",
"lostGold": "Gastaste algo de Oro",
"lostMana": "Usaste algo de Maná",
"lostHealth": "Perdiste algo de Salud",
"lostExperience": "Perdiste algo de Experiencia",
"displayNameDescription1": "Ésto es lo que aparece en los mensajes que publicas en la Taverna, gremios y chats de grupos, junto a lo que es mostrado en tu avatar. Ve a",
"displayNameDescription2": "Ajustes -> Sitio",
"displayNameDescription3": "y desplázate hacia la sección de Registro.",
@@ -199,25 +199,25 @@
"int": "INT",
"showQuickAllocation": "Mostrar asignación de estadísticas",
"hideQuickAllocation": "Ocultar asignación de estadísticas",
"quickAllocationLevelPopover": "Each level earns you one point to assign to an attribute of your choice. You can do so manually, or let the game decide for you using one of the Automatic Allocation options found in User Icon > Stats.",
"quickAllocationLevelPopover": "Cada nivel te otorga un punto para asignarlo al atributo de tu elección. Puedes hacerlo manualmente, o puedes dejar que el juego decida por ti usando uno de las opciones de Asignación Automática encontradas en Icono del Usuario > Estadísticas.",
"invalidAttribute": "\"<%= attr %>\" no es un atributo válido.",
"notEnoughAttrPoints": "No tienes suficientes Puntos de Atributo.",
"style": "Style",
"facialhair": "Facial",
"photo": "Photo",
"info": "Info",
"joined": "Joined",
"totalLogins": "Total Check Ins",
"latestCheckin": "Latest Check In",
"editProfile": "Edit Profile",
"challengesWon": "Challenges Won",
"questsCompleted": "Quests Completed",
"headAccess": "Head Access.",
"backAccess": "Back Access.",
"bodyAccess": "Body Access.",
"mainHand": "Main-Hand",
"offHand": "Off-Hand",
"pointsAvailable": "Points Available",
"style": "Estilo",
"facialhair": "Cara",
"photo": "Foto",
"info": "Información",
"joined": "Se unió",
"totalLogins": "Total de días en linea.",
"latestCheckin": "Último día en linea.",
"editProfile": "Editar Perfil",
"challengesWon": "Retos Ganados",
"questsCompleted": "Misiones Completadas",
"headAccess": "Accesorio para la Cabeza",
"backAccess": "Accesorio para la Espalda",
"bodyAccess": "Accesorio para el Cuerpo",
"mainHand": "Mano Principal",
"offHand": "Mano Secundaria",
"pointsAvailable": "Puntos disponibles",
"pts": "pts",
"statsObjectRequired": "Stats update is required"
"statsObjectRequired": "Se requiere actualizar las Estadísticas"
}
@@ -184,5 +184,5 @@
"commGuideLink07description": "para enviar pixel art.",
"commGuideLink08": "El Trello de misiones",
"commGuideLink08description": "para enviar escritos para misiones.",
"lastUpdated": "Last updated:"
"lastUpdated": "Ultima actualización:"
}
@@ -161,6 +161,9 @@
"questEggYarnText": "Yarn",
"questEggYarnMountText": "Flying Carpet",
"questEggYarnAdjective": "woolen",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "Encuentra una poción de eclosión para verter sobre este huevo y se convertirá en <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Básico",
"hatchingPotionWhite": "Blanco",
+12 -12
View File
@@ -1,15 +1,15 @@
{
"playerTiersDesc": "The colored usernames you see in chat represent a person's contributor tier. The higher the tier, the more the person has contributed to habitica through art, code, the community, or more!",
"tier1": "Tier 1 (Friend)",
"tier2": "Tier 2 (Friend)",
"tier3": "Tier 3 (Elite)",
"tier4": "Tier 4 (Elite)",
"tier5": "Tier 5 (Champion)",
"tier6": "Tier 6 (Champion)",
"tier7": "Tier 7 (Legendary)",
"tierModerator": "Moderator (Guardian)",
"tierStaff": "Staff (Heroic)",
"tierNPC": "NPC",
"playerTiersDesc": "Los colores de los nombres de usuario que ves en el chat representan el nivel de contribución de una persona. A mayor nivel, es una mayor contribución que la persona a hecho a Habitica a través de arte, código, la comunidad, ¡O mas!",
"tier1": "Nivel 1 (Amigo)",
"tier2": "Nivel 2 (Amigo)",
"tier3": "Nivel 3 (Élite) ",
"tier4": "Nivel 4 (Élite)",
"tier5": "Nivel 5 (Campn)",
"tier6": "Nivel 6 (Campn)",
"tier7": "Nivel 7 (Legendario) ",
"tierModerator": "Moderador (Guardián)",
"tierStaff": "Staff (Heroico) ",
"tierNPC": "PNJ",
"friend": "Amigo",
"friendFirst": "Cuando se implemente tu <strong>primera</strong> contribución, recibirás la medalla de Colaborador de Habitica. Tu nombre en el chat de la Taberna mostrará orgullosamente que eres un colaborador. Como premio por tu trabajo también recibirás <strong>3 Gemas</strong>.",
"friendSecond": "Cuando se implemente tu <strong>segunda</strong> contribución, la <strong>Armadura de cristal</strong> estará disponible en la tienda de Recompensas. Como premio por tu trabajo continuo también recibirás <strong>3 Gemas</strong>.",
@@ -32,7 +32,7 @@
"contribModal": "¡<%= name %>, eres una persona increíble! Ahora eres un colaborador nivel <%= level %> por ayudar a Habitica. ¡Revisa",
"contribLink": "los premios que has ganado por tu colaboración!",
"contribName": "Colaborador",
"contribText": "Has contributed to Habitica, whether via code, art, music, writing, or other methods. To learn more, join the Aspiring Legends Guild!",
"contribText": "Ha contribuido a Habitica, sea a través de código, arte, música, escritura, o cualquier otro método. Para aprender mas, ¡Únete al gremio de Apiring Legends (Aspirantes a leyenda)!",
"readMore": "Leer más",
"kickstartName": "Sponsor de Kickstarter - $<%= key %> Nivel",
"kickstartText": "Respaldó el proyecto Kickstarter",
+13 -13
View File
@@ -1,6 +1,6 @@
{
"FAQ": "Preguntas frecuentes",
"termsAndAgreement": "By clicking the button below, you are indicating that you have read and agree to the <a href='/static/terms'>Terms of Service</a> and <a href='/static/privacy'>Privacy Policy</a>.",
"termsAndAgreement": "Al hacer clic en el botón debajo, indicas que has leído y estas de acuerdo con los <a href='/static/terms'> Términos de Servicio </a> y la <a href='/static/privacy'> Política de Privacidad </a>.",
"accept1Terms": "Al hacer clic en el botón de abajo, acepto los",
"accept2Terms": "y la",
"alexandraQuote": "No pude NO hablar sobre [Habitica] durante mi discurso en Madrid. Es una herramienta imprescindible para freelancers que aún necesitan un jefe.",
@@ -30,7 +30,7 @@
"companyAbout": "Cómo Funciona",
"companyBlog": "Blog",
"devBlog": "Blog de Desarrollador",
"companyContribute": "Contribute",
"companyContribute": "Contribuir",
"companyDonate": "Donar",
"companyPrivacy": "Privacidad",
"companyTerms": "Condiciones",
@@ -39,7 +39,7 @@
"dragonsilverQuote": "No te imaginas la cantidad de sistemas de control del tiempo y de tareas que he probado a lo largo de décadas... [Habitica] es lo único que realmente me ayuda a hacer las cosas en vez de sólo anotarlas en una lista.",
"dreimQuote": "Cuando descubrí [Habitica] el verano pasado, había reprobado alrededor de la mitad de mis exámenes. Gracias a las Diarias... fui capaz de organizarme y ser disciplinado, e incluso el mes pasado aprobé todos mis exámenes con muy buenas calificaciones.",
"elmiQuote": "¡Cada mañana ansío levantarme para ganar oro!",
"forgotPassword": "Forgot Password?",
"forgotPassword": "¿Olvidó la contraseña?",
"emailNewPass": "Envía un vínculo para restablecer la contraseña",
"forgotPasswordSteps": "Ingresa la dirección de correo electrónico que usaste para registrar tu cuenta en Habitica.",
"sendLink": "Enviar Enlace",
@@ -109,7 +109,7 @@
"marketing2Lead1Title": "Productividad Social",
"marketing2Lead1": "While you can play Habitica solo, the lights really turn on when you start collaborating, competing, and holding each other accountable. The most effective part of any self-improvement program is social accountability, and what better an environment for accountability and competition than a video game?",
"marketing2Lead2Title": "Lucha contra Monstruos.",
"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!*",
"marketing2Lead2": "¿Que es un juego de rol sin batallas? Pelea contra monstruos junto con tu grupo. Los monstruos \"no perdonan\" - ¡Un día que faltes al gimnasio es un día que el monstruo lastima a *todos*!",
"marketing2Lead3Title": "Rétense el Uno al Otro",
"marketing2Lead3": "Challenges let you compete with friends and strangers. Whoever does the best at the end of a challenge wins special prizes.",
"marketing3Header": "Aplicaciones y extensiones",
@@ -189,7 +189,7 @@
"localStorageClearing": "Borrando datos",
"localStorageClearingExplanation": "Habitica's stored data is being cleared from your browser. You will be logged out and redirected to the home page. Please wait.",
"localStorageClear": "Borrar datos",
"localStorageClearExplanation": "This button will clear local storage and most cookies, and log you out.",
"localStorageClearExplanation": "Este botón limpiara la memoria local y la mayoría de cookies, también cerrara tu sesión.",
"tutorials": "Tutoriales",
"unlockByline1": "Cumple tus metas y sube de nivel.",
"unlockByline2": "¡Desbloquea nuevas herramientas motivacionales, tales como coleccionar mascotas, premios al azar, conjurar hechizos y más!",
@@ -253,7 +253,7 @@
"missingNewPassword": "Falta la contraseña nueva.",
"invalidEmailDomain": "No puedes registrarte con correos electrónicos con los siguientes dominios: <%= domains %>",
"wrongPassword": "Contraseña incorrecta.",
"incorrectDeletePhrase": "Please type <%= magicWord %> in all caps to delete your account.",
"incorrectDeletePhrase": "Por favor escribe <%= magicWord %> en mayúsculas para eliminar tu cuenta.",
"notAnEmail": "Dirección de correo electrónico inválida.",
"emailTaken": "Esta dirección de correo electrónico ya está en uso.",
"newEmailRequired": "El nuevo correo electronico no puede ser encontrado.",
@@ -277,18 +277,18 @@
"cannotFulfillReq": "Tu petición no puede ser llevada a cabo. Envia un correo electrónico a admin@habitica.com si este error continúa.",
"modelNotFound": "Este modelo no existe.",
"signUpWithSocial": "Inicia sesión con <%= social %>",
"loginWithSocial": "Log in with <%= social %>",
"confirmPassword": "Confirm Password",
"loginWithSocial": "Acceder usando <%= social %>",
"confirmPassword": "Confirma contraseña.",
"usernamePlaceholder": "e.g., HabitRabbit",
"emailPlaceholder": "e.g., rabbit@example.com",
"passwordPlaceholder": "e.g., ******************",
"confirmPasswordPlaceholder": "Make sure it's the same password!",
"confirmPasswordPlaceholder": "¡Asegúrate de que sea la misma contraseña!",
"joinHabitica": "Join Habitica",
"alreadyHaveAccountLogin": "Already have a Habitica account? <strong>Log in.</strong>",
"dontHaveAccountSignup": "Dont 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 2.5 million Habiticans and improve your life one task at a time.",
"singUpForFree": "Sign Up For Free",
"singUpForFree": "Regístrate 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.",
@@ -301,9 +301,9 @@
"playersUseToImprove": "Players Use Habitica to Improve",
"healthAndFitness": "Health and Fitness",
"healthAndFitnessDesc": "Never motivated to floss? Can't seem to get to the gym? Habitica finally makes it fun to get healthy.",
"schoolAndWork": "School and Work",
"schoolAndWork": "Escuela y Trabajo",
"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": "And much, much more!",
"muchmuchMore": "Y ¡mucho, mucho más!",
"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.",
@@ -313,5 +313,5 @@
"getStarted": "Get Started",
"mobileApps": "Mobile Apps",
"learnMore": "Learn More",
"useMobileApps": "Habitica is not optimized for a mobile browser. We recommend downloading our mobile apps."
"useMobileApps": "Habitica no esta optimizada para navegadores móviles. Te recomendamos descargar una de nuestras aplicaciones para celular."
}
+22 -22
View File
@@ -4,9 +4,9 @@
"titleIndex": "Habitica | Tu vida, un juego de rol",
"habitica": "Habitica",
"habiticaLink": "<a href='http://habitica.wikia.com/wiki/Habitica' target='_blank'>Habitica</a>",
"onward": "Onward!",
"done": "Done",
"gotIt": "Got it!",
"onward": "Adelante!",
"done": "Listo",
"gotIt": "¡Lo tengo!",
"titleTasks": "Tareas",
"titleAvatar": "Avatar",
"titleBackgrounds": "Fondos",
@@ -28,9 +28,9 @@
"titleTimeTravelers": "Viajeros del Tiempo",
"titleSeasonalShop": "Tienda Estacional",
"titleSettings": "Ajustes",
"saveEdits": "Save Edits",
"showMore": "Show More",
"showLess": "Show Less",
"saveEdits": "Guardar cambios",
"showMore": "Mostrar más",
"showLess": "Mostrar menos ",
"expandToolbar": "Abrir barra de herramientas",
"collapseToolbar": "Cerrar barra de herramientas",
"markdownBlurb": "Habitica utiliza Markdown para dar formato a los mensajes. Visita la <a href='http://es.habitica.wikia.com/wiki/Guía_de_Markdown' target='_blank'>Guía de Markdown</a> para obtener mayor información.",
@@ -58,13 +58,13 @@
"user": "Usuario",
"market": "Mercado",
"groupPlansTitle": "Planes grupales",
"newGroupTitle": "New Group",
"newGroupTitle": "Nuevo grupo",
"subscriberItem": "Artículo Misterioso",
"newSubscriberItem": "Nuevo Artículo Misterioso",
"subscriberItemText": "Cada mes, los suscriptores recibirán un artículo misterioso. Esto sucede usualmente una semana antes de fin de mes. Ve la página de la wiki \"Artículo Misterioso\" para más información.",
"all": "Todo",
"none": "Ninguno",
"more": "<%= count %> more",
"more": "<%= count %>más",
"and": "y",
"loginSuccess": "¡Has iniciado sesión!",
"youSure": "¿Estás seguro?",
@@ -86,8 +86,8 @@
"gemsPopoverTitle": "Gemas",
"gems": "Gemas",
"gemButton": "Tienes <%= number %> gemas.",
"needMoreGems": "Need More Gems?",
"needMoreGemsInfo": "Purchase Gems now, or become a subscriber to buy Gems with Gold, get monthly mystery items, enjoy increased drop caps and more!",
"needMoreGems": "¿Necesitas más gemas?",
"needMoreGemsInfo": "Compra gemas ahora, o vuelvete un suscriptor para comprar gemas con Oro, recibir objetos misteriosos mensualmente, disfrutar de un mayor botín ¡Y más!",
"moreInfo": "Más información",
"moreInfoChallengesURL": "http://habitica.wikia.com/wiki/Challenges",
"moreInfoTagsURL": "http://habitica.wikia.com/wiki/Tags",
@@ -122,7 +122,7 @@
"error": "Error",
"menu": "Menú",
"notifications": "Notificaciones",
"noNotifications": "You have no notifications.",
"noNotifications": "No tienes notificaciones.",
"clear": "Borrar",
"endTour": "Terminar el tour",
"audioTheme": "Tema de audio",
@@ -210,7 +210,7 @@
"getwell3": "Sorry you're not feeling your best!",
"getwellCardAchievementTitle": "Caring Confidant",
"getwellCardAchievementText": "Well-wishes are always appreciated. Sent or received <%= count %> get well cards.",
"goodluckCard": "Good Luck Card",
"goodluckCard": "Carta de la buena suerte",
"goodluckCardExplanation": "You both receive the Lucky Letter achievement!",
"goodluckCardNotes": "Send a good luck card to a party member.",
"goodluck0": "May luck always follow you!",
@@ -237,8 +237,8 @@
"onlineCount": "<%= count %> en línea",
"loading": "Cargando...",
"userIdRequired": "El ID de usuario es requerido",
"resetFilters": "Clear all filters",
"applyFilters": "Apply Filters",
"resetFilters": "Quitar todos los filtros ",
"applyFilters": "Aplicar filtros",
"categories": "Categories",
"habiticaOfficial": "Habitica Official",
"animals": "Animals",
@@ -246,14 +246,14 @@
"booksWriting": "Books & Writing",
"comicsHobbies": "Comics & Hobbies",
"diyCrafts": "DIY & Crafts",
"education": "Education",
"education": "Educación ",
"foodCooking": "Food & Cooking",
"healthFitness": "Health & Fitness",
"music": "Music",
"relationship": "Relationships",
"scienceTech": "Science & Technology",
"exercise": "Exercise",
"creativity": "Creativity",
"exercise": "Ejercicio ",
"creativity": "Creatividad",
"budgeting": "Budgeting",
"health_wellness": "Health & Wellness",
"self_care": "Self-Care",
@@ -268,14 +268,14 @@
"mental_health": "Mental Health + Self-Care",
"getting_organized": "Getting Organized",
"self_improvement": "Self-Improvement",
"spirituality": "Spirituality",
"spirituality": "Espiritualidad ",
"time_management": "Time-Management + Accountability",
"recovery_support_groups": "Recovery + Support Groups",
"messages": "Messages",
"emptyMessagesLine1": "You don't have any messages",
"emptyMessagesLine2": "Send a message to start a conversation!",
"messages": "Mensajes ",
"emptyMessagesLine1": "No tienes ningún mensaje ",
"emptyMessagesLine2": "¡Envía un mensaje para iniciar una conversación!",
"letsgo": "Let's Go!",
"selected": "Selected",
"howManyToBuy": "How many would you like to buy?",
"howManyToBuy": "¿Cuántos quieres vender? ",
"habiticaHasUpdated": "There is a new Habitica update. Refresh to get the latest version!"
}
+14 -14
View File
@@ -369,18 +369,18 @@
"markdownFormattingHelp": "[Markdown formatting help](http://habitica.wikia.com/wiki/Markdown_Cheat_Sheet)",
"partyDescriptionPlaceholder": "This is our party's description. It describes what we do in this party. If you want to learn more about what we do in this party, read the description. Party on.",
"guildGemCostInfo": "A Gem cost promotes high quality Guilds and is transferred into your Guild's bank.",
"noGuildsTitle": "You aren't a member of any Guilds.",
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsTitle": "No eres miembro de algún gremio. ",
"noGuildsParagraph1": "Los gremios son grupos sociales creados por otros jugadores que pueden ofrecerte apoyo, soporte, y mensajes alentadores.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member",
"sendMessage": "Send Message",
"removeInvite": "Remover invitación",
"removeMember": "Remover miembro",
"sendMessage": "Mandar mensaje",
"removeManager2": "Remove Manager",
"promoteToLeader": "Promote to Leader",
"promoteToLeader": "Promover a Líder ",
"inviteFriendsParty": "Inviting friends to your party will grant you an exclusive <br/> Quest Scroll to battle the Basi-List together!",
"upgradeParty": "Upgrade Party",
"createParty": "Create a Party",
"createParty": "Crear un Equipo",
"inviteMembersNow": "Would you like to invite members now?",
"playInPartyTitle": "Play Habitica in a Party!",
"playInPartyDescription": "Take on amazing quests with friends or on your own. Battle monsters, create Challenges, and help yourself stay accountable through Parties.",
@@ -389,25 +389,25 @@
"shartUserId": "Share User ID",
"wantToJoinPartyTitle": "Want to join a Party?",
"wantToJoinPartyDescription": "Give your User ID to a friend who already has a Party, or head to the Party Wanted Guild to meet potential comrades!",
"copy": "Copy",
"copy": "Copiar",
"inviteToPartyOrQuest": "Invite Party to Quest",
"inviteInformation": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the Quest begins.",
"questOwnerRewards": "Quest Owner Rewards",
"updateParty": "Update Party",
"upgrade": "Upgrade",
"selectPartyMember": "Select a Party Member",
"areYouSureDeleteMessage": "Are you sure you want to delete this message?",
"areYouSureDeleteMessage": "¿Estás seguro de que quieres eliminar este mensaje?",
"reverseChat": "Reverse Chat",
"invites": "Invites",
"details": "Details",
"participantDesc": "Once all members have either accepted or declined, the Quest begins. Only those who clicked 'accept' will be able to participate in the Quest and receive the rewards.",
"invites": "Invitaciones ",
"details": "Detalles",
"participantDesc": "Cuando todos los miembros hayan aceptado o rechazado, comenzara la misión. Solo los que hicieron clic en \"aceptar\" podrán participar en la misión y recibir los premios.",
"groupGems": "Group Gems",
"groupGemsDesc": "Guild Gems can be spent to make Challenges! In the future, you will be able to add more Guild Gems.",
"groupTaskBoard": "Task Board",
"groupInformation": "Group Information",
"groupBilling": "Group Billing",
"wouldYouParticipate": "Would you like to participate?",
"wouldYouParticipate": "¿Te gustaría participar?",
"managerAdded": "Manager added successfully",
"managerRemoved": "Manager removed successfully",
"leaderChanged": "Leader has been changed"
"leaderChanged": "El Líder se ha cambiado"
}
@@ -7,7 +7,7 @@
"tip5": "Its best to use skills that cause buffs in the morning so they last longer.",
"tip6": "Hover over a task and click the dots to access advanced task controls, such as the ability to push tasks to the top/bottom of your list.",
"tip7": "Some backgrounds connect perfectly if Party members use the same background. Ex: Mountain Lake, Pagodas, and Rolling Hills.",
"tip8": "Send a Message to someone by clicking their name in chat and the clicking the envelope icon at the top of their profile!",
"tip8": "Send a Message to someone by clicking their name in chat and then clicking the envelope icon at the top of their profile!",
"tip9": "Use the filters + search bar in the Inventories, Shops, Guilds, and Challenges to quickly find what you want.",
"tip10": "Tu puedes ganar gemas compitiendo en desafios. adquiirendo uno nuevo cada dia!",
"tip11": "Having more than four Party members increases accountability!",
+3 -3
View File
@@ -21,7 +21,7 @@
"messageNotEnoughGold": "No tienes oro suficiente",
"messageTwoHandedEquip": "Empuñar <%= twoHandedText %> requiere dos manos, por lo cual <%= offHandedText %> ha sido removid@.",
"messageTwoHandedUnequip": "Empuñar <%= twoHandedText %> requiere dos manos, por lo cual fue removido cuando equipaste <%= offHandedText %>.",
"messageDropFood": "You've found <%= dropArticle %><%= dropText %>!",
"messageDropFood": "¡Has encontrado <%= dropArticle %><%= dropText %>!",
"messageDropEgg": "¡Has encontrado un Huevo de <%= dropText %>!",
"messageDropPotion": "You've found a <%= dropText %> Hatching Potion!",
"messageDropQuest": "¡Has encontrado una misión!",
@@ -29,7 +29,7 @@
"messageFoundQuest": "¡Has encontrado la misión \"<%= questText %>\"!",
"messageAlreadyPurchasedGear": "Compraste este equipamiento antes, pero no lo posees actualmente. Lo puedes volver a comprar en la columna de recompensas en la página de tareas.",
"messageAlreadyOwnGear": "Ya posees este artículo. Equípalo desde la página de equipamiento.",
"previousGearNotOwned": "You need to purchase a lower level gear before this one.",
"previousGearNotOwned": "Debes de comprar un equipamiento de menor nivel antes de este.",
"messageHealthAlreadyMax": "Tu salud ya se encuentra en el nivel máximo.",
"messageHealthAlreadyMin": "¡Oh no! Te has quedado sin salud y es muy tarde para comprar una poción, pero no te preocupes - ¡puedes revivir!",
"armoireEquipment": "<%= image %> Hallaste una pieza de Equipamiento raro en el Armario: ¡<%= dropText %>! ¡Genial!",
@@ -38,7 +38,7 @@
"messageInsufficientGems": "¡No tienes suficientes gemas!",
"messageAuthPasswordMustMatch": ":password y :confirmPassword no coinciden",
"messageAuthCredentialsRequired": "Se necesitan :username, :email, :password, y :confirmPassword",
"messageAuthUsernameTaken": "Login Name already taken",
"messageAuthUsernameTaken": "Nombre de Usuario ya existente.",
"messageAuthEmailTaken": "Esta dirección de correo electrónico no está disponible",
"messageAuthNoUserFound": "Usuario no encontrado.",
"messageAuthMustBeLoggedIn": "Tienes que iniciar sesíon.",
+10 -10
View File
@@ -18,7 +18,7 @@
"veteranWolf": "Lobo Veterano",
"veteranTiger": "Tigre Veterano ",
"veteranLion": "Leon Veterano",
"veteranBear": "Veteran Bear",
"veteranBear": "Oso veterano",
"cerberusPup": "Cachorro Cerbero",
"hydra": "Hidra",
"mantisShrimp": "Mantis Marina",
@@ -42,10 +42,10 @@
"noHatchingPotions": "No tienes pociones de eclosión.",
"inventoryText": "Haz clic en un huevo para ver las pociones utilizables resaltadas en verde, y después haz clic en una de las pociones para que tu mascota eclosione. Si ninguna poción se destacó, cliquea en ese huevo de nuevo para anular la selección, y pulsa primero sobre una poción para destacar los huevos utilizables. También puedes vender los objetos que ya no desees a Alexander el Comerciante.",
"haveHatchablePet": "You have a <%= potion %> hatching potion and <%= egg %> egg to hatch this pet! <b>Click</b> the paw print to hatch.",
"quickInventory": "Quick Inventory",
"quickInventory": "Inventario rapido",
"foodText": "comida",
"food": "Comida y Monturas",
"noFoodAvailable": "You don't have any Food.",
"noFoodAvailable": "No tienes comida.",
"noSaddlesAvailable": "You don't have any Saddles.",
"noFood": "No tienes ni comida ni monturas.",
"dropsExplanation": "Consigue estos objetos más rápido con Gemas si no quieres esperar a que aparezcan cuando completes una tarea. <a href=\"http://habitica.wikia.com/wiki/Drops\">Lee más acerca del sistema de botines.</a>",
@@ -111,16 +111,16 @@
"welcomeStableText": "I'm Matt, the Beast Master. Starting at level 3, you can hatch Pets from Eggs by using Potions you find! When you hatch a Pet from your Inventory, it will appear here! Click a Pet's image to add it to your avatar. Feed them here with the Food you find after level 3, and they'll grow into hardy Mounts.",
"petLikeToEat": "What does my pet like to eat?",
"petLikeToEatText": "Pets will grow no matter what you feed them, but they'll grow faster if you feed them the one food that they like best. Experiment to find out the pattern, or see the answers here: <br/> <a href=\"http://habitica.wikia.com/wiki/Food_Preferences\" target=\"_blank\">http://habitica.wikia.com/wiki/Food_Preferences</a>",
"filterByStandard": "Standard",
"filterByMagicPotion": "Magic Potion",
"filterByQuest": "Quest",
"standard": "Standard",
"filterByStandard": "Estándar ",
"filterByMagicPotion": "Poción mágica",
"filterByQuest": "Misión",
"standard": "Estándar",
"sortByColor": "Color",
"sortByHatchable": "Hatchable",
"hatch": "Hatch!",
"foodTitle": "Food",
"dragThisFood": "Drag this <%= foodName %> to a Pet and watch it grow!",
"clickOnPetToFeed": "Click on a Pet to feed <%= foodName %> and watch it grow!",
"foodTitle": "Comida ",
"dragThisFood": "Arrastra la <%= foodName %> a una mascota y ¡Ve como crece! ",
"clickOnPetToFeed": "Dale clic a una mascota para darle <%= foodName %> ¡Ve como crece!",
"dragThisPotion": "Drag this <%= potionName %> to an Egg and hatch a new pet!",
"clickOnEggToHatch": "Click on an Egg to use your <%= potionName %> hatching potion and hatch a new pet!",
"hatchDialogText": "Pour your <%= potionName %> hatching potion on your <%= eggName %> egg, and it will hatch into a <%= petName %>."
@@ -551,5 +551,11 @@
"questYarnDropYarnEgg": "Yarn (Egg)",
"questYarnUnlockText": "Unlocks purchasable Yarn eggs in the Market",
"winterQuestsText": "Winter Quest Bundle",
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31."
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
+1 -1
View File
@@ -21,7 +21,7 @@
"rebirthOrb": "Ha utilizado una esfera de renacimiento para empezar de nuevo luego de alcanzar el nivel <%= level %>.",
"rebirthOrb100": "Ha usado una Esfera de renacimiento para volver a empezar al alcanzar el nivel 100 o más.",
"rebirthOrbNoLevel": "Ha utilizado una esfera de renacimiento para comenzar de nuevo.",
"rebirthPop": "Instantly restart your character at Level 1 while retaining achievements, collectibles, equipment, and tasks with history. This will take effect immediately.",
"rebirthPop": "Reinicia instantáneamente tu personaje en nivel 1, manteniendo tus Logros, Coleccionables, Equipamiento, y Tareas con historial. Esto tendrá efecto inmediatamente.",
"rebirthName": "Esfera de Renacimiento",
"reborn": "Renacido, nivel máximo <%= reLevel %>",
"confirmReborn": "¿Estás seguro?",
+2 -2
View File
@@ -180,12 +180,12 @@
"consecutiveMonths": "Meses consecutivos:",
"gemCapExtra": "Extra del tope de gemas:",
"mysticHourglasses": "Relojes de Arena Místicos:",
"mysticHourglassesTooltip": "Mystic Hourglasses",
"mysticHourglassesTooltip": "Relojes de Arena Místicos",
"paypal": "PayPal",
"amazonPayments": "Amazon Payments",
"timezone": "Zona horaria",
"timezoneUTC": "Habitica utiliza la zona horaria de tu PC, la cual es <strong><%= utc %></strong>",
"timezoneInfo": "If that time zone is wrong, first reload this page using your browser's reload or refresh button to ensure that Habitica has the most recent information. If it is still wrong, adjust the time zone on your PC and then reload this page again.<br><br> <strong>If you use Habitica on other PCs or mobile devices, the time zone must be the same on them all.</strong> If your Dailies have been resetting at the wrong time, repeat this check on all other PCs and on a browser on your mobile devices.",
"push": "Empuja",
"about": "About"
"about": "Acerca de"
}
+12 -12
View File
@@ -4,19 +4,19 @@
"deleteToDosExplanation": "Si haces clic en el siguiente botón, todas tus Pendientes realizadas y tus Pendientes archivadas serán borradas de forma permanente, con la excepción de Pendientes de desafíos activos y de Planes Grupales. Expórtalas primero si quieres mantener un registro de ellas.",
"addMultipleTip": "<strong>Tip:</strong> To add multiple Tasks, separate each one using a line break (Shift + Enter) and then press \"Enter.\"",
"addsingle": "Agregar sólo un@",
"addATask": "Add a <%= type %>",
"editATask": "Edit a <%= type %>",
"createTask": "Create <%= type %>",
"addATask": "Agrega una <%= type %>",
"editATask": "Edita una <%= type %>",
"createTask": "Crea una <%= type %>",
"addTaskToUser": "Añadir tarea",
"scheduled": "Scheduled",
"theseAreYourTasks": "These are your <%= taskType %>",
"theseAreYourTasks": "Estas son tus <%= taskType %>",
"habit": "Hábito",
"habits": "Hábitos",
"newHabit": "Nuevo Hábito",
"newHabitBulk": "Nuevos Hábitos (uno por línea)",
"habitsDesc": "Habits don't have a rigid schedule. You can check them off multiple times per day.",
"positive": "Positive",
"negative": "Negative",
"positive": "Positivo",
"negative": "Negativo",
"yellowred": "Débil",
"greenblue": "Fuerte",
"edit": "Editar",
@@ -29,7 +29,7 @@
"collapseChecklist": "Collapse Checklist",
"text": "Título",
"extraNotes": "Notas adicionales",
"notes": "Notes",
"notes": "Notas",
"direction/Actions": "Dirección/Acciones",
"advancedOptions": "Opciones avanzadas",
"taskAlias": "Alias de la tarea.",
@@ -62,7 +62,7 @@
"day": "Día",
"days": "Días",
"restoreStreak": "Restaurar racha",
"resetStreak": "Reset Streak",
"resetStreak": "Resetear racha",
"todo": "Pendiente",
"todos": "Pendientes",
"newTodo": "Nueva Pendiente",
@@ -73,7 +73,7 @@
"complete": "Hechas",
"complete2": "Completado",
"dated": "Con fecha límite",
"today": "Today",
"today": "Hoy",
"dueIn": "Due <%= dueIn %>",
"due": "Vencen hoy",
"notDue": "No vencen hoy",
@@ -81,7 +81,7 @@
"score": "Puntaje",
"reward": "Recompensa",
"rewards": "Recompensas",
"rewardsDesc": "Rewards are a great way to use Habitica and complete your tasks. Try adding a few today!",
"rewardsDesc": "Las recompensas son una gran forma de usar Habitica y completar tus tareas. ¡Intenta agregar unas cuantas hoy!",
"ingamerewards": "Equipamiento y Habilidades",
"gold": "Oro",
"silver": "Plata (100 monedas de plata = 1 moneda de oro)",
@@ -94,7 +94,7 @@
"clearTags": "Borrar",
"hideTags": "Ocultar",
"showTags": "Mostrar",
"editTags2": "Edit Tags",
"editTags2": "Editar Etiquetas",
"toRequired": "Debes ingresar una propiedad \"a\"",
"startDate": "Día de inicio",
"startDateHelpTitle": "¿Cuándo debería comenzar esta tarea?",
@@ -115,7 +115,7 @@
"fortifyText": "Fortalecer devuelve todas tus tareas, excepto las de desafíos, a un valor neutral (amarillo), como si las acabaras de añadir, y llena tu salud a tope. Esto es genial si todas tus tareas rojas hacen muy difícil el juego, o si todas tus tareas azules lo vuelven demasiado fácil. Si empezar de cero suena mucho más motivador, ¡gasta las gemas y tómate un respiro!",
"confirmFortify": "¿Estás seguro?",
"fortifyComplete": "¡Fortalecimiento completado!",
"sureDelete": "Are you sure you want to delete this task?",
"sureDelete": "¿Estas seguro de que quieres eliminar esta tarea?",
"sureDeleteCompletedTodos": "Estas seguro de querer eliminar tus completados, de tu lista de pendientes?",
"streakCoins": "¡Bonus de racha!",
"taskToTop": "To top",
+7 -7
View File
@@ -318,11 +318,11 @@
"backgroundStarryWinterNightNotes": "Contemplez une nuit d'hiver étoilée.",
"backgroundToymakersWorkshopText": "Atelier de fabricant de jouets",
"backgroundToymakersWorkshopNotes": "Savourez les mystères de l'atelier d'un fabricant de jouets.",
"backgrounds012018": "SET 44: Released January 2018",
"backgroundAuroraText": "Aurora",
"backgroundAuroraNotes": "Bask in the wintry glow of an Aurora.",
"backgroundDrivingASleighText": "Sleigh",
"backgroundDrivingASleighNotes": "Drive a Sleigh over snow-covered fields.",
"backgroundFlyingOverIcySteppesText": "Icy Steppes",
"backgroundFlyingOverIcySteppesNotes": "Fly over Icy Steppes."
"backgrounds012018": "Ensemble 44 : sorti en janvier 2018",
"backgroundAuroraText": "Aurore",
"backgroundAuroraNotes": "Savourer la lueur hivernale d'une Aurore.",
"backgroundDrivingASleighText": "Traineau",
"backgroundDrivingASleighNotes": "Conduire un traineau dans des champs enneigés",
"backgroundFlyingOverIcySteppesText": "Steppes glacées",
"backgroundFlyingOverIcySteppesNotes": "Voler au-dessus des steppes glacées."
}
+3
View File
@@ -161,6 +161,9 @@
"questEggYarnText": "Laine",
"questEggYarnMountText": "Tapis volant",
"questEggYarnAdjective": "laineux",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "Trouvez une potion d’éclosion à verser sur cet œuf et il en sortira <%= eggAdjective(locale) %> bébé <%= eggText(locale) %>.",
"hatchingPotionBase": "de base",
"hatchingPotionWhite": "des neiges",
+22 -22
View File
@@ -244,9 +244,9 @@
"weaponSpecialFall2017HealerNotes": "Cette lumière désamorce la peur et fait savoir aux autres que vous êtes là pour les aider. Augmente l'Intelligence de <%= int %>. Équipement en édition limitée de l'automne 2017.",
"weaponSpecialWinter2018RogueText": "Crochet menthe poivrée",
"weaponSpecialWinter2018RogueNotes": "Parfait pour grimper les murs ou distraire vos ennemis avec des bonbons tout doux. Augmente la force de <%= str %>. Équipement en édition limitée de l'Hiver 2017-2018.",
"weaponSpecialWinter2018WarriorText": "Holiday Bow Hammer",
"weaponSpecialWinter2018WarriorText": "Marteau de fête à nœud ",
"weaponSpecialWinter2018WarriorNotes": "L'apparence brillante de cette arme lumineuse éblouira vos ennemis pendant que vous l'agiterez ! Augmente la Force de <%= str %>. Équipement en édition limitée de l'hiver 2017-2018.",
"weaponSpecialWinter2018MageText": "Holiday Confetti",
"weaponSpecialWinter2018MageText": "Confetti de fêtes",
"weaponSpecialWinter2018MageNotes": "La magie et les paillettes sont dans l'air! Augmente l'Intelligence de <%= int %> et la Perception de <%= per %>. Équipement en édition limitée de l'hiver 2017-2018.",
"weaponSpecialWinter2018HealerText": "Baguette magique en gui",
"weaponSpecialWinter2018HealerNotes": "Cette boule de gui enchantera et ravira les passants à coup sûr! Augmente l'Intelligence de <%= int %>. Équipement en édition limitée de l'hiver 2017-2018.",
@@ -318,10 +318,10 @@
"weaponArmoireHoofClippersNotes": "Taillez les sabots de vos montures de somme, pour les aider à rester en bonne santé tandis qu'elles vous amènent à l'aventure ! Augmente la Force, l'Intelligence et la Constitution de <%= attrs %> chacune. Armoire enchantée : ensemble du maréchal-ferrant (objet 1 sur 3).",
"weaponArmoireWeaversCombText": "Peigne de tisserand",
"weaponArmoireWeaversCombNotes": "Utilisez ce peigne pour assembler vos fils de trame ensemble pour faire un tissus solidement tissé. Augmente la Perception de <%= per %> et la Force de <%= str %>. Armoire enchantée : Ensemble du tisserand (objet 2 sur 3).",
"weaponArmoireLamplighterText": "Lamplighter",
"weaponArmoireLamplighterText": "Allumeur de réverbères",
"weaponArmoireLamplighterNotes": "Ce long mât a une mèche sur une extrémité pour allumer des lampes, et un crochet sur l'autre extrémité pour les éteindre. Augmente la constitution de <%= con %> et la perception par <%= per %>.",
"weaponArmoireCoachDriversWhipText": "Coach Driver's Whip",
"weaponArmoireCoachDriversWhipNotes": "Your steeds know what they're doing, so this whip is just for show (and the neat snapping sound!). Increases Intelligence by <%= int %> and Strength by <%= str %>. Enchanted Armoire: Coach Driver Set (Item 3 of 3).",
"weaponArmoireCoachDriversWhipText": "Fouet du cocher",
"weaponArmoireCoachDriversWhipNotes": "Vos montures savent ce qu'elles font, donc le fouet n'est là que pour le spectacle (et le bruit net du claquement !). Augmente l'Intelligence de<%= int %>and la Force de <%= str %>. Armoire enchantée : ensemble du cocher (Objet 3 sur 3).",
"armor": "armure",
"armorCapitalized": "Armure",
"armorBase0Text": "Habit simple",
@@ -539,13 +539,13 @@
"armorSpecialFall2017HealerText": "Armure de maison hantée",
"armorSpecialFall2017HealerNotes": "Votre cœur est une porte ouverte. Et vos épaules sont des tuiles ! Augmente la constitution de <%= con %>. Équipement d'automne 2017 en édition limitée.",
"armorSpecialWinter2018RogueText": "Costume de renne",
"armorSpecialWinter2018RogueNotes": "You look so cute and fuzzy, who could suspect you are after holiday loot? Increases Perception by <%= per %>. Limited Edition 2017-2018 Winter Gear.",
"armorSpecialWinter2018WarriorText": "Wrapping Paper Armor",
"armorSpecialWinter2018WarriorNotes": "Don't let the papery feel of this armor fool you. It's nearly impossible to rip! Increases Constitution by <%= con %>. Limited Edition 2017-2018 Winter Gear.",
"armorSpecialWinter2018RogueNotes": "Vous avez l'air si mignon et effacé, qui pourrait vous suspecter après le pillage des fêtes ? Augmente la Perception de <%= per %>. Équipement en édition limitée de l'hiver 2017-2018.",
"armorSpecialWinter2018WarriorText": "Armure en papier cadeau",
"armorSpecialWinter2018WarriorNotes": "Ne vous faites pas avoir par la texture de papier de cette armure. Elle est quasiment indéchirable ! Augmente la Constitution de <%= con %>. Équipement en édition limitée de l'hiver 2017-2018.",
"armorSpecialWinter2018MageText": "Smoking brillant",
"armorSpecialWinter2018MageNotes": "The ultimate in magical formalwear. Increases Intelligence by <%= int %>. Limited Edition 2017-2018 Winter Gear.",
"armorSpecialWinter2018MageNotes": "Le summum de la tenue de cérémonie magique. Augmente l'Intelligence de<%= int %>. Équipement de l'édition limitée de l'hiver 2017-2018.",
"armorSpecialWinter2018HealerText": "Tunique en gui",
"armorSpecialWinter2018HealerNotes": "These robes are woven with spells for extra holiday joy. Increases Constitution by <%= con %>. Limited Edition 2017-2018 Winter Gear.",
"armorSpecialWinter2018HealerNotes": "Ces robes sont tissées avec des sortilèges pour un peu plus de joie pendant les fêtes. Augmente la Constitution de <%= con %>. Équipement en édition limitée de l'hiver 2017-2018 ",
"armorMystery201402Text": "Robe du messager",
"armorMystery201402Notes": "Chatoyante et solide, cette robe possède de nombreuses poches dans lesquelles transporter des lettres. N'apporte aucun bonus. Équipement d'abonné·e de février 2014.",
"armorMystery201403Text": "Armure du marcheur sylvain",
@@ -686,8 +686,8 @@
"armorArmoireWovenRobesNotes": "Exhibez fièrement votre travail de tissage en portant cette tunique bariolée ! Augmente la Constitution de <%= con %> et l'Intelligence de <%= int %>. Armoire enchantée : ensemble du tisserand (objet 1 sur 3).",
"armorArmoireLamplightersGreatcoatText": "Pardessus d'allumeur de réverbères",
"armorArmoireLamplightersGreatcoatNotes": "Cet épais manteau de laine peut résister aux plus rudes des nuits hivernales ! Augmente la Perception de <%= per %>.",
"armorArmoireCoachDriverLiveryText": "Coach Driver's Livery",
"armorArmoireCoachDriverLiveryNotes": "This heavy overcoat will protect you from the weather as you drive. Plus it looks pretty snazzy, too! Increases Strength by <%= str %>. Enchanted Armoire: Coach Driver Set (Item 1 of 3).",
"armorArmoireCoachDriverLiveryText": "Livrée de cocher",
"armorArmoireCoachDriverLiveryNotes": "Ce lourd manteau vous protégera des intempéries pendant que vous conduisez. De plus, il semble aussi plutôt tape-à-l’œil ! Augmente la Force de <%= str %>. Armoire enchantée: Ensemble du cocher (object 1 sur 3).",
"headgear": "heaume",
"headgearCapitalized": "Couvre-chef",
"headBase0Text": "Pas de couvre-chef",
@@ -904,16 +904,16 @@
"headSpecialFall2017MageNotes": "Lorsque vous apparaîtrez avec ce chapeau à plumes, tout le monde cherchera l'identité de cet inconnu sorcier qui vient d'arriver. Augmente la Perception de <%= per %>. Équipement en édition limitée de l'automne 2017.",
"headSpecialFall2017HealerText": "Heaume de maison hantée",
"headSpecialFall2017HealerNotes": "Invitez des esprits effrayants et des créatures amicales à solliciter vos pouvoirs régénérateurs dans ce heaume ! Augmente l'Intelligence de <%= int %>. Équipement en édition limitée de l'automne 2017.",
"headSpecialNye2017Text": "Fanciful Party Hat",
"headSpecialNye2017Notes": "You've received a Fanciful Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.",
"headSpecialNye2017Text": "Chapeau de soirée fantaisiste",
"headSpecialNye2017Notes": "Vous avez reçu un chapeau de soirée fantaisiste ! Portez le avec fierté en levant votre verre à cette nouvelle année ! N'apporte aucun bonus.",
"headSpecialWinter2018RogueText": "Heaume de renne",
"headSpecialWinter2018RogueNotes": "The perfect holiday disguise, with a built-in headlight! Increases Perception by <%= per %>. Limited Edition 2017-2018 Winter Gear.",
"headSpecialWinter2018WarriorText": "Giftbox Helm",
"headSpecialWinter2018WarriorNotes": "This jaunty box top and bow are not only festive, but quite sturdy. Increases Strength by <%= str %>. Limited Edition 2017-2018 Winter Gear.",
"headSpecialWinter2018RogueNotes": "Le parfait déguisement pour les fêtes, avec un phare intégré ! Augmente la Perception de <%= per %>. Équipement en édition limitée de l'hiver 2017-2018.",
"headSpecialWinter2018WarriorText": "Heaume en boîte cadeau",
"headSpecialWinter2018WarriorNotes": "Ce splendide couvercle de boîte et son nœud ne sont pas seulement festifs, ils sont aussi robustes. Augmente la Force de<%= str %>. Équipement en édition limité de l'hiver 2017-2018.",
"headSpecialWinter2018MageText": "Haut-de-forme brillant",
"headSpecialWinter2018MageNotes": "Prêt pour encore plus de magie spéciale? Ce chapeau pailleté boostera tous vos sorts! Augmente la Perception de<%= per %>. Équipement en édition limitée de l'hiver 2017-2018. ",
"headSpecialWinter2018HealerText": "Mistletoe Hood",
"headSpecialWinter2018HealerNotes": "This fancy hood will keep you warm with happy holiday feelings! Increases Intelligence by <%= int %>. Limited Edition 2017-2018 Winter Gear.",
"headSpecialWinter2018HealerText": "Capuche de gui",
"headSpecialWinter2018HealerNotes": "Cette superbe capuche vous tiendra chaud dans une joyeuse ambiance de fête ! Augmente l'Intelligence de <%= int %>. Équipement en édition limitée de l'hiver 2017-2018.",
"headSpecialGaymerxText": "Heaume de guerrier arc-en-ciel",
"headSpecialGaymerxNotes": "En l'honneur de la conférence GaymerX, cet casque spécial est décoré avec un motif arc-en-ciel aussi radieux que coloré ! GaymerX est une convention célébrant les LGBTQ et les jeux, et est ouverte à tous.",
"headMystery201402Text": "Heaume ailé",
@@ -1064,8 +1064,8 @@
"headArmoireCandlestickMakerHatNotes": "Un chapeau enjoué rend tout travail plus amusant, et la fabrique de bougies n'y fait pas exception ! Augmente la Perception et l'Intelligence de <%= attrs %> chacune. Armoire enchantée : ensemble du cirier (objet 2 sur 3).",
"headArmoireLamplightersTopHatText": "Chapeau d'allumeur de réverbères",
"headArmoireLamplightersTopHatNotes": "Ce chapeau noir enjoué complète votre ensemble d'allumeur de réverbères ! Augmente la Constitution de <%= con %>.",
"headArmoireCoachDriversHatText": "Coach Driver's Hat",
"headArmoireCoachDriversHatNotes": "This hat is dressy, but not quite so dressy as a top hat. Make sure you don't lose it as you drive speedily across the land! Increases Intelligence by <%= int %>. Enchanted Armoire: Coach Driver Set (Item 2 of 3).",
"headArmoireCoachDriversHatText": "Chapeau de cocher",
"headArmoireCoachDriversHatNotes": "Ce chapeau est chic, mais pas autant qu'un chapeau haut-de-forme. Faites attention à ne pas le perdre lors de vos courses à travers le pays ! Augmente l'Intelligence de <%= int %>. Armoire enchantée : ensemble du cocher (objet 2 sur 3). ",
"offhand": "objet de main secondaire",
"offhandCapitalized": "Objet de main secondaire",
"shieldBase0Text": "Pas d'équipement de main secondaire",
@@ -1209,7 +1209,7 @@
"shieldSpecialWinter2018RogueText": "Crochet menthe poivrée",
"shieldSpecialWinter2018RogueNotes": "Parfait pour grimper les murs ou distraire vos ennemis avec des bonbons tout doux. Augmente la force de <%= str %>. Équipement en édition limitée de l'Hiver 2017-2018.",
"shieldSpecialWinter2018WarriorText": "Sac cadeau magique",
"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": "Quasiment tout ce dont vous avez besoin se trouve dans ce sac, si vous savez murmurer le mot magique. Augmente la Constitution de <%= con %>. Équipement en édition limitée de l'hiver 2017-2018.",
"shieldSpecialWinter2018HealerText": "Clochette en gui",
"shieldSpecialWinter2018HealerNotes": "Quel est ce son? C'est le son de la chaleur et des acclamations pour que tous puissent l'entendre!\nAugmente la Constitution de <%= con %>. Équipement en édition limitée de l'hiver 2017-2018.",
"shieldMystery201601Text": "Tueuse résolue",
+7 -1
View File
@@ -551,5 +551,11 @@
"questYarnDropYarnEgg": "Pelote (Œuf)",
"questYarnUnlockText": "Déverrouille l'achat d’œufs de pelote au marché",
"winterQuestsText": "Lot de quêtes hivernales",
"winterQuestsNotes": "Contient \"Trappeur Noël\", \"Trouvez l'ourson\" et \"Le gorfou glacé\". Disponible jusqu'au 31 décembre."
"winterQuestsNotes": "Contient \"Trappeur Noël\", \"Trouvez l'ourson\" et \"Le gorfou glacé\". Disponible jusqu'au 31 décembre.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
+3
View File
@@ -161,6 +161,9 @@
"questEggYarnText": "Yarn",
"questEggYarnMountText": "Flying Carpet",
"questEggYarnAdjective": "woolen",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "מצא שיקוי הבקעה לשפוך על ביצה זו, והיא תהפוך ל<%= eggText(locale) %> <%= eggAdjective(locale) %>.",
"hatchingPotionBase": "רגיל",
"hatchingPotionWhite": "לבן",
@@ -7,7 +7,7 @@
"tip5": "Its best to use skills that cause buffs in the morning so they last longer.",
"tip6": "Hover over a task and click the dots to access advanced task controls, such as the ability to push tasks to the top/bottom of your list.",
"tip7": "Some backgrounds connect perfectly if Party members use the same background. Ex: Mountain Lake, Pagodas, and Rolling Hills.",
"tip8": "Send a Message to someone by clicking their name in chat and the clicking the envelope icon at the top of their profile!",
"tip8": "Send a Message to someone by clicking their name in chat and then clicking the envelope icon at the top of their profile!",
"tip9": "Use the filters + search bar in the Inventories, Shops, Guilds, and Challenges to quickly find what you want.",
"tip10": "אתם יכולים לזכות באבני-חן על ידי השתתפות באתגרים. אתגרים חדשים נוספים מדי יום!",
"tip11": "Having more than four Party members increases accountability!",
+7 -1
View File
@@ -551,5 +551,11 @@
"questYarnDropYarnEgg": "Yarn (Egg)",
"questYarnUnlockText": "Unlocks purchasable Yarn eggs in the Market",
"winterQuestsText": "Winter Quest Bundle",
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31."
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
+2 -2
View File
@@ -311,14 +311,14 @@
"backgroundMidnightCastleNotes": "Sétálj el az éjféli kastély mellett.",
"backgroundTornadoText": "Tornádó",
"backgroundTornadoNotes": "Repülj keresztül egy tornádón.",
"backgrounds122017": "SET 43: Released December 2017",
"backgrounds122017": "KÉSZLET 43: Kiadva 2017 decemberében",
"backgroundCrosscountrySkiTrailText": "Cross-Country Ski Trail",
"backgroundCrosscountrySkiTrailNotes": "Glide along a Cross-Country Ski Trail.",
"backgroundStarryWinterNightText": "Starry Winter Night",
"backgroundStarryWinterNightNotes": "Admire a Starry Winter Night.",
"backgroundToymakersWorkshopText": "Toymaker's Workshop",
"backgroundToymakersWorkshopNotes": "Bask in the wonder of a Toymaker's Workshop.",
"backgrounds012018": "SET 44: Released January 2018",
"backgrounds012018": "KÉSZLET 44: Kiadva 2018 januárjában",
"backgroundAuroraText": "Aurora",
"backgroundAuroraNotes": "Bask in the wintry glow of an Aurora.",
"backgroundDrivingASleighText": "Sleigh",
+2 -2
View File
@@ -88,7 +88,7 @@
"userAlreadyInChallenge": "A felhasználó már részt vesz ebben a kihívásban.",
"cantOnlyUnlinkChalTask": "Csak a érvénytelen, kihívásokhoz kapcsolódó feladatokat lehet törölni.",
"shortNameTooShort": "Egy címke nevének legalább 3 betűből kell állnia.",
"joinedChallenge": "Csatlakozotál egy kihíváshoz",
"joinedChallenge": "Csatlakoztál egy kihíváshoz",
"joinedChallengeText": "Ez a felhasználó próbára tette magát azzal, hogy csatlakozott egy kihíváshoz!",
"myChallenges": "Saját kihívásaim",
"findChallenges": "Kihívások böngészése",
@@ -129,5 +129,5 @@
"viewProgressOf": "Haladás megtekintése",
"selectMember": "Tag kiválasztása",
"confirmKeepChallengeTasks": "Meg akarod tartani a kihíváshoz tartozó feladatokat?",
"selectParticipant": "Select a Participant"
"selectParticipant": "Válassz ki egy résztvevőt"
}
+5 -2
View File
@@ -161,6 +161,9 @@
"questEggYarnText": "Fonal",
"questEggYarnMountText": "Repülő szőnyeg",
"questEggYarnAdjective": "gyapjú",
"questEggPterodactylText": "Pterodactyl",
"questEggPterodactylMountText": "Pterodactyl",
"questEggPterodactylAdjective": "trusting",
"eggNotes": "Találj egy keltetőfőzetet ehez a tojáshoz, hogy kikeljen belőle egy <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Alap",
"hatchingPotionWhite": "Fehér",
@@ -184,7 +187,7 @@
"hatchingPotionCupid": "Kupidó",
"hatchingPotionShimmer": "Vibráló",
"hatchingPotionFairy": "Tündér",
"hatchingPotionStarryNight": "Starry Night",
"hatchingPotionStarryNight": "Csillagos éjszaka",
"hatchingPotionNotes": "Öntsd ezt egy tojásra, és egy <%= potText(locale) %> háziállat fog belőle kikelni.",
"premiumPotionAddlNotes": "Nem használható küldetésben szerzett tojásokhoz.",
"foodMeat": "Hús",
@@ -219,6 +222,6 @@
"foodCandyRed": "Fahéjas cukorka",
"foodSaddleText": "Nyereg",
"foodSaddleNotes": "Azonnal hátassá változtatja egy háziállatodat.",
"foodSaddleSellWarningNote": "Hey! This is a pretty useful item! Are you familiar with how to use a Saddle with your Pets?",
"foodSaddleSellWarningNote": "Hey! Ez aztán egy igazán hasznos tárgy! Tudod hogyan kell használni a nyerget a háziállataiddal?",
"foodNotes": "Etesd meg ezt egy háziállattal, hogy életerős hátassá váljon."
}
+1 -1
View File
@@ -32,7 +32,7 @@
"contribModal": "Király vagy, <%= name %>! Mostantól te egy <%= level %> szintű közreműködő vagy, amiért segítetted a Habitica-t. Nézd meg",
"contribLink": "milyen díjakat szereztél a közreműködésedért!",
"contribName": "Közreműködő",
"contribText": "Has contributed to Habitica, whether via code, art, music, writing, or other methods. To learn more, join the Aspiring Legends Guild!",
"contribText": "Hozzájárult a Habiticához kóddal, grafikával, zenével, szöveggel, vagy más dologgal. Hogy többet megtudj erről, csatlakozz az \"Aspiring Legends Guild\" nevű céhhez!",
"readMore": "Tovább",
"kickstartName": "Kickstarter Támogató - $<%= key %> Szint",
"kickstartText": "Támogatta a Kickstarter projektet!",
+2 -2
View File
@@ -30,7 +30,7 @@
"companyAbout": "Így működik",
"companyBlog": "Blog",
"devBlog": "Fejlesztői blog",
"companyContribute": "Contribute",
"companyContribute": "Hozzájárulás",
"companyDonate": "Adományozás",
"companyPrivacy": "Adatvédelem",
"companyTerms": "Feltételek",
@@ -253,7 +253,7 @@
"missingNewPassword": "Hiányzó új jelszó.",
"invalidEmailDomain": "Nem regisztrálhatsz olyan e-mail domainnel mint: <%= domains %>",
"wrongPassword": "Hibás jelszó.",
"incorrectDeletePhrase": "Please type <%= magicWord %> in all caps to delete your account.",
"incorrectDeletePhrase": "A fiókod törléséhez gépeld be a '<%= magicWord %>' szót nagybetűket használva.",
"notAnEmail": "Hibás e-mail cím.",
"emailTaken": "Egy felhasználó már használja ezt az e-mail címet.",
"newEmailRequired": "Hiányzó új e-mail cím.",
+2 -2
View File
@@ -136,8 +136,8 @@
"audioTheme_airuTheme": "Airu témája",
"audioTheme_beatscribeNesTheme": "Beatscribe NES témája",
"audioTheme_arashiTheme": "Arashi témája",
"audioTheme_maflTheme": "MAFL Theme",
"audioTheme_pizildenTheme": "Pizilden's Theme",
"audioTheme_maflTheme": "MAFL témája",
"audioTheme_pizildenTheme": "Pizilden témája",
"askQuestion": "Tegyél fel egy kérdést",
"reportBug": "Programhiba jelentése",
"HabiticaWiki": "A Habitica Wiki",
@@ -7,7 +7,7 @@
"tip5": "Its best to use skills that cause buffs in the morning so they last longer.",
"tip6": "Hover over a task and click the dots to access advanced task controls, such as the ability to push tasks to the top/bottom of your list.",
"tip7": "Some backgrounds connect perfectly if Party members use the same background. Ex: Mountain Lake, Pagodas, and Rolling Hills.",
"tip8": "Send a Message to someone by clicking their name in chat and the clicking the envelope icon at the top of their profile!",
"tip8": "Send a Message to someone by clicking their name in chat and then clicking the envelope icon at the top of their profile!",
"tip9": "Use the filters + search bar in the Inventories, Shops, Guilds, and Challenges to quickly find what you want.",
"tip10": "Drágaköveket nyerhetsz ha részt veszel kihívásokban. Minden nap találhatsz új kihívásokat!",
"tip11": "Having more than four Party members increases accountability!",
+7 -1
View File
@@ -551,5 +551,11 @@
"questYarnDropYarnEgg": "Yarn (Egg)",
"questYarnUnlockText": "Unlocks purchasable Yarn eggs in the Market",
"winterQuestsText": "Winter Quest Bundle",
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31."
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31.",
"questPterodactylText": "The Pterror-dactyl",
"questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"<br><br>@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"<br><br>\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.",
"questPterodactylCompletion": "With one last screech the Pterror-dactyl plummets over the side of the cliff. You run forward to watch it soar away over the distant steppes. \"Phew, I'm glad that's over,\" you say. \"Me too,\" replies @GeraldThePixel. \"But look! It's left some eggs behind for us.\" @Edge passes you three eggs, and you vow to raise them in tranquility, surrounded by positive Habits and blue Dailies.",
"questPterodactylBoss": "Pterror-dactyl",
"questPterodactylDropPterodactylEgg": "Pterodactyl (Egg)",
"questPterodactylUnlockText": "Unlocks purchasable Pterodactyl eggs in the Market"
}
+6 -6
View File
@@ -318,11 +318,11 @@
"backgroundStarryWinterNightNotes": "Kagumi Malam Musim Dingin Berbintang",
"backgroundToymakersWorkshopText": "Ruang Kerja Pembuat Mainan",
"backgroundToymakersWorkshopNotes": "Bersenang-senang di dalam kemegahan Ruang Kerja Pembuat Mainan",
"backgrounds012018": "SET 44: Released January 2018",
"backgrounds012018": "Set 44: Dirilis Januari 2018",
"backgroundAuroraText": "Aurora",
"backgroundAuroraNotes": "Bask in the wintry glow of an Aurora.",
"backgroundDrivingASleighText": "Sleigh",
"backgroundDrivingASleighNotes": "Drive a Sleigh over snow-covered fields.",
"backgroundFlyingOverIcySteppesText": "Icy Steppes",
"backgroundFlyingOverIcySteppesNotes": "Fly over Icy Steppes."
"backgroundAuroraNotes": "Rasakan sensasi diselimuti cahaya musim dingin dari Aurora.",
"backgroundDrivingASleighText": "Kereta Luncur",
"backgroundDrivingASleighNotes": "Kendarai Kereta Luncur melalui padang yang diselimuti es.",
"backgroundFlyingOverIcySteppesText": "Stepa Es",
"backgroundFlyingOverIcySteppesNotes": "Terbang di atas Stepa Es."
}

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