Merge branch 'develop' into release

This commit is contained in:
Sabe Jones 2021-01-08 13:11:02 -06:00
commit 04e366d498
164 changed files with 1536 additions and 756 deletions

74
package-lock.json generated
View file

@ -1509,9 +1509,9 @@
}
},
"@types/express-serve-static-core": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.15.tgz",
"integrity": "sha512-pb71P0BrBAx7cQE+/7QnA1HTQUkdBKMlkPY7lHUMn0YvPJkL2UA+KW3BdWQ309IT+i9En/qm45ZxpjIcpgEhNQ==",
"version": "4.17.17",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.17.tgz",
"integrity": "sha512-YYlVaCni5dnHc+bLZfY908IG1+x5xuibKZMGv8srKkvtul3wUuanYvpIj9GXXoWkQbaAdR+kgX46IETKUALWNQ==",
"requires": {
"@types/node": "*",
"@types/qs": "*",
@ -2177,17 +2177,17 @@
"integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA=="
},
"axios": {
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz",
"integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==",
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"requires": {
"follow-redirects": "^1.10.0"
},
"dependencies": {
"follow-redirects": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz",
"integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA=="
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
"integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg=="
}
}
},
@ -4042,9 +4042,9 @@
}
},
"csv-stringify": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.5.3.tgz",
"integrity": "sha512-JKG8vIHpWPzdilp2SAmvjmAiIhD+XGKGdhZBGi8QIECgJAsFr7k5CmJIW2QkSxBBsctvmojM25s+UINzQ5NLTg=="
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.6.0.tgz",
"integrity": "sha512-E0LNLevBrwaJ1WKsl4HUPOmK96WyhizTfY79mJgfr2dsIb6zyJd3B9+lToO7gSkTaKi8CIo0Pd0vDGfa0whozg=="
},
"currently-unhandled": {
"version": "0.4.1",
@ -7232,9 +7232,9 @@
"dev": true
},
"helmet": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-4.2.0.tgz",
"integrity": "sha512-aoiSxXMd0ks1ojYpSCFoCRzgv4rY/uB9jKStaw8PkXwsdLYa/Gq+Nc5l0soH0cwBIsLAlujPnx4HLQs+LaXCrQ=="
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-4.3.1.tgz",
"integrity": "sha512-WsafDyKsIexB0+pUNkq3rL1rB5GVAghR68TP8ssM9DPEMzfBiluEQlVzJ/FEj6Vq2Ag3CNuxf7aYMjXrN0X49Q=="
},
"hex2dec": {
"version": "1.1.2",
@ -8310,12 +8310,12 @@
}
},
"jwks-rsa": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.12.0.tgz",
"integrity": "sha512-6zKwlhnGQo+KivArZQThGoxrliRZgyC8s6yXDFSNRiMEVm+4jv07nBkVPFoaN/rEX0b47GKm5MSyBmuzGjj6wg==",
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.12.1.tgz",
"integrity": "sha512-N7RsfrzK3+S+SqKEEhWF7Ak87Gzg0KcZq/f8h0VqL2ur3nTB6pi5J12uelGAzB3VfhWQI+zfolHE2XDu/EI7Hg==",
"requires": {
"@types/express-jwt": "0.0.42",
"axios": "^0.19.2",
"axios": "^0.21.1",
"debug": "^4.1.0",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
@ -8324,16 +8324,6 @@
"lru-memoizer": "^2.1.2",
"ms": "^2.1.2",
"proxy-from-env": "^1.1.0"
},
"dependencies": {
"axios": {
"version": "0.19.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
"integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
"requires": {
"follow-redirects": "1.5.10"
}
}
}
},
"jws": {
@ -8678,9 +8668,9 @@
}
},
"lru-memoizer": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/lru-memoizer/-/lru-memoizer-2.1.3.tgz",
"integrity": "sha512-DcAptVUrKHbyKfSpvthwHwD42bFBLSAhTXJf5PQunu4F0/Hzy41WTamvavUWqsOPps26D0l5534aFvcwEcYzDw==",
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/lru-memoizer/-/lru-memoizer-2.1.4.tgz",
"integrity": "sha512-IXAq50s4qwrOBrXJklY+KhgZF+5y98PDaNo0gi/v2KQBFLyWr+JyFvijZXkGKjQj/h9c0OwoE+JZbwUXce76hQ==",
"requires": {
"lodash.clonedeep": "^4.5.0",
"lru-cache": "~4.0.0"
@ -9371,16 +9361,16 @@
}
},
"mongoose": {
"version": "5.11.8",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.11.8.tgz",
"integrity": "sha512-RRfrYLg7pyuyx7xu5hwadjIZZJB9W2jqIMkL1CkTmk/uOCX3MX2tl4BVIi2rJUtgMNwn6dy3wBD3soB8I9Nlog==",
"version": "5.11.10",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.11.10.tgz",
"integrity": "sha512-daE2L6VW7WNywv7tL2KUkBViWvODbzr50Of1kJpIbzW3w3N5/TYcgSmhCsEDWfYGQXbun2rdd7+sOdsEC8zQSQ==",
"requires": {
"@types/mongodb": "^3.5.27",
"bson": "^1.1.4",
"kareem": "2.3.2",
"mongodb": "3.6.3",
"mongoose-legacy-pluralize": "1.0.2",
"mpath": "0.8.1",
"mpath": "0.8.3",
"mquery": "3.2.3",
"ms": "2.1.2",
"regexp-clone": "1.0.0",
@ -9557,9 +9547,9 @@
}
},
"mpath": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.1.tgz",
"integrity": "sha512-norEinle9aFc05McBawVPwqgFZ7npkts9yu17ztIVLwPwO9rq0OTp89kGVTqvv5rNLMz96E5iWHpVORjI411vA=="
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.3.tgz",
"integrity": "sha512-eb9rRvhDltXVNL6Fxd2zM9D4vKBxjVVQNLNijlj7uoXUy19zNDsIif5zR+pWmPCWNKwAtqyo4JveQm4nfD5+eA=="
},
"mquery": {
"version": "3.2.3",
@ -11173,9 +11163,9 @@
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
},
"rate-limiter-flexible": {
"version": "2.1.15",
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-2.1.15.tgz",
"integrity": "sha512-vIU5X20id7objPJ4lQh05Pd9C4qZ4i/K2xY07kHJ0suzsOjBGv43VozrbqRRCJ5TpmRXcGP/yNlwgehzL80wvQ=="
"version": "2.1.16",
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-2.1.16.tgz",
"integrity": "sha512-ag2ZQLS0g7+QrMpmMQf37EJ/9drSOsrslQXnOJ3OpqIgUwdjQpChu8CLNz4GWOr9sJq+RGVYDwAcJjYK8hHCqA=="
},
"raw-body": {
"version": "2.4.0",

View file

@ -8,8 +8,8 @@
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@google-cloud/trace-agent": "^5.1.1",
"@slack/webhook": "^5.0.3",
"@parse/node-apn": "^4.0.0",
"@slack/webhook": "^5.0.3",
"accepts": "^1.3.5",
"amazon-payments": "^0.2.8",
"amplitude": "^5.1.4",
@ -20,7 +20,7 @@
"compression": "^1.7.4",
"cookie-session": "^1.4.0",
"coupon-code": "^0.4.5",
"csv-stringify": "^5.5.3",
"csv-stringify": "^5.6.0",
"cwait": "^1.1.1",
"domain-middleware": "~0.1.0",
"eslint": "^6.8.0",
@ -37,18 +37,18 @@
"gulp-nodemon": "^2.5.0",
"gulp.spritesmith": "^6.9.0",
"habitica-markdown": "^3.0.0",
"helmet": "^4.2.0",
"helmet": "^4.3.1",
"image-size": "^0.9.3",
"in-app-purchase": "^1.11.3",
"js2xmlparser": "^4.0.1",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.12.0",
"jwks-rsa": "^1.12.1",
"lodash": "^4.17.20",
"merge-stream": "^2.0.0",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"moment-recur": "^1.0.7",
"mongoose": "^5.11.8",
"mongoose": "^5.11.10",
"morgan": "^1.10.0",
"nconf": "^0.11.0",
"node-gcm": "^1.0.3",
@ -60,7 +60,7 @@
"paypal-rest-sdk": "^1.8.1",
"pp-ipn": "^1.1.0",
"ps-tree": "^1.0.0",
"rate-limiter-flexible": "^2.1.15",
"rate-limiter-flexible": "^2.1.16",
"redis": "^3.0.2",
"regenerator-runtime": "^0.13.7",
"remove-markdown": "^0.3.0",
@ -109,7 +109,7 @@
"apidoc": "gulp apidoc"
},
"devDependencies": {
"axios": "^0.21.0",
"axios": "^0.21.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-moment": "^0.1.0",

View file

@ -22,9 +22,7 @@ describe('Purchasing a group plan for group', () => {
let plan; let group; let user; let
data;
const stripe = stripeModule('test', {
apiVersion: '2020-08-27',
});
const stripe = stripeModule('test');
const groupLeaderName = 'sender';
const groupName = 'test group';

View file

@ -17,9 +17,7 @@ import * as gems from '../../../../../../website/server/libs/payments/gems';
const { i18n } = common;
describe('Stripe - Checkout', () => {
const stripe = stripeModule('test', {
apiVersion: '2020-08-27',
});
const stripe = stripeModule('test');
const BASE_URL = nconf.get('BASE_URL');
const redirectUrls = {
success_url: `${BASE_URL}/redirect/stripe-success-checkout`,

View file

@ -236,9 +236,7 @@ describe('Stripe - Subscriptions', () => {
});
describe('handlePaymentMethodChange', () => {
const stripe = stripeModule('test', {
apiVersion: '2020-08-27',
});
const stripe = stripeModule('test');
it('updates the plan quantity based on the number of group members', async () => {
const stripeIntentRetrieveStub = sandbox.stub(stripe.setupIntents, 'retrieve').resolves({
@ -259,9 +257,7 @@ describe('Stripe - Subscriptions', () => {
});
describe('chargeForAdditionalGroupMember', () => {
const stripe = stripeModule('test', {
apiVersion: '2020-08-27',
});
const stripe = stripeModule('test');
let stripeUpdateSubStub;
const plan = common.content.subscriptionBlocks['group_monthly']; // eslint-disable-line dot-notation
@ -302,9 +298,7 @@ describe('Stripe - Subscriptions', () => {
describe('cancelSubscription', () => {
const subKey = 'basic_3mo';
const stripe = stripeModule('test', {
apiVersion: '2020-08-27',
});
const stripe = stripeModule('test');
let user; let groupId; let
group;

View file

@ -16,9 +16,7 @@ import * as subscriptions from '../../../../../../website/server/libs/payments/s
const { i18n } = common;
describe('Stripe - Webhooks', () => {
const stripe = stripeModule('test', {
apiVersion: '2020-08-27',
});
const stripe = stripeModule('test');
const endpointSecret = nconf.get('STRIPE_WEBHOOKS_ENDPOINT_SECRET');
const headers = {};
const body = {};

View file

@ -7729,9 +7729,9 @@
"integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ=="
},
"axios": {
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz",
"integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==",
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"requires": {
"follow-redirects": "^1.10.0"
}
@ -8359,9 +8359,9 @@
"integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ=="
},
"bootstrap-vue": {
"version": "2.21.1",
"resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.21.1.tgz",
"integrity": "sha512-hGAfy6hwA6pH/2oxKtd4GOETDW38br+K1ICw4sDDkuARxNlMwrVgIjMQFV8hGzo9NZi/bj82NZx8wRR9221qkw==",
"version": "2.21.2",
"resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.21.2.tgz",
"integrity": "sha512-0Exe+4MZysqhZNXIKf4TzkvXaupxh9EHsoCRez0o5Dc0J7rlafayOEwql63qXv74CgZO8E4U8ugRNJko1vMvNw==",
"requires": {
"@nuxt/opencollective": "^0.3.2",
"bootstrap": ">=4.5.3 <5.0.0",
@ -9651,9 +9651,9 @@
}
},
"core-js": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.1.tgz",
"integrity": "sha512-9Id2xHY1W7m8hCl8NkhQn5CufmF/WuR30BTRewvCXc1aZd3kMECwNZ69ndLbekKfakw9Rf2Xyc+QR6E7Gg+obg=="
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.2.tgz",
"integrity": "sha512-FfApuSRgrR6G5s58casCBd9M2k+4ikuu4wbW6pJyYU7bd9zvFc9qf7vr5xmrZOhT9nn+8uwlH1oRR9jTnFoA3A=="
},
"core-js-compat": {
"version": "3.6.4",
@ -18519,9 +18519,9 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"sass": {
"version": "1.30.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.30.0.tgz",
"integrity": "sha512-26EUhOXRLaUY7+mWuRFqGeGGNmhB1vblpTENO1Z7mAzzIZeVxZr9EZoaY1kyGLFWdSOZxRMAufiN2mkbO6dAlw==",
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.32.0.tgz",
"integrity": "sha512-fhyqEbMIycQA4blrz/C0pYhv2o4x2y6FYYAH0CshBw3DXh5D5wyERgxw0ptdau1orc/GhNrhF7DFN2etyOCEng==",
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
}

View file

@ -25,13 +25,13 @@
"@vue/cli-service": "^4.5.9",
"@vue/test-utils": "1.0.0-beta.29",
"amplitude-js": "^7.3.3",
"axios": "^0.21.0",
"axios": "^0.21.1",
"axios-progress-bar": "^1.2.0",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.21.1",
"bootstrap-vue": "^2.21.2",
"chai": "^4.1.2",
"core-js": "^3.8.1",
"core-js": "^3.8.2",
"eslint": "^6.8.0",
"eslint-config-habitrpg": "^6.2.0",
"eslint-plugin-mocha": "^5.3.0",
@ -44,7 +44,7 @@
"lodash": "^4.17.20",
"moment": "^2.29.1",
"nconf": "^0.11.0",
"sass": "^1.30.0",
"sass": "^1.32.0",
"sass-loader": "^8.0.2",
"smartbanner.js": "^1.16.0",
"svg-inline-loader": "^0.8.2",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

View file

@ -80,7 +80,6 @@
target="_blank">{{ $t('requestFeature') }}</a>
</li>
<li v-html="$t('communityExtensions')"></li>
<li v-html="$t('communityForum')"></li>
<li>
<a href="https://www.facebook.com/Habitica"
target="_blank">{{ $t('communityFacebook') }}</a>

View file

@ -374,12 +374,6 @@
target="_blank"
>{{ $t('requestFeature') }}</a>
</li>
<li>
<a
href
v-html="$t('communityForum')"
></a>
</li>
<li>
<router-link
to="/groups/guild/5481ccf3-5d2d-48a9-a871-70a7380cee5a"

View file

@ -54,12 +54,6 @@
<p v-html="$t('commGuidePara024')"></p>
</div>
</div>
<div class="media align-items-center">
<div class="media-body">
<p v-html="$t('commGuidePara027')"></p>
</div>
<img src="~@/assets/images/community-guidelines/backCorner.png">
</div>
<h3 id="guilds">
{{ $t('commGuideHeadingPublicGuilds') }}
</h3>

View file

@ -1741,5 +1741,7 @@
"eyewearArmoirePlagueDoctorMaskNotes": "An authentic mask worn by the doctors who battle the Plague of Procrastination. Increases Constitution and Intelligence by <%= attrs %> each. Enchanted Armoire: Plague Doctor Set (Item 2 of 3).",
"eyewearArmoireGoofyGlassesText": "Goofy Glasses",
"eyewearArmoireGoofyGlassesNotes": "Perfect for going incognito or just making your partymates giggle. Increases Perception by <%= per %>. Enchanted Armoire: Independent Item.",
"twoHandedItem": "Two-handed item."
"twoHandedItem": "Two-handed item.",
"weaponSpecialKS2019Notes": "",
"weaponSpecialKS2019Text": ""
}

View file

@ -13,7 +13,7 @@
"achievementMonsterMagus": "Магьосник на Зверове",
"achievementPartyUp": "Присъеденихте се с член на дружината Ви!",
"achievementPartyOn": "Дружината ви порасна до 4 члена!",
"achievementKickstarter2019Text": "Подкрепили са 2019ят Kickstarter Проект за Значки",
"achievementKickstarter2019Text": "Подкрепили са Kickstarter Проект за Значки 2019",
"achievementKickstarter2019": "Значка за Kickstarter Подкрепа",
"achievementAridAuthorityModalText": "Опитомихте всички Пустинни Оседлани Зверове!",
"achievementAridAuthorityText": "Опитомили са всички Пустинни Оседлани Зверове.",
@ -80,5 +80,17 @@
"onboardingProgress": "<%= percentage %>% напредък",
"achievementBareNecessitiesModalText": "Завършихте мисиите за Маймуна, Ленивец и Фиданка!",
"achievementBareNecessitiesText": "Завършили са всички мисии за Маймуна, Ленивец и Фиданка.",
"achievementBareNecessities": "От първа необходимост"
"achievementBareNecessities": "От първа необходимост",
"achievementBoneCollectorText": "Събрали сте всички Скелети домашни любимци.",
"achievementBoneCollector": "Колекционер на кости",
"achievementAllThatGlittersModalText": "Събрахте всички оседлани Златни животни!",
"achievementAllThatGlittersText": "Събрали сте всички оседлани Златни животни.",
"achievementAllThatGlitters": "Златен телец",
"achievementGoodAsGoldModalText": "Събрахте всички Златни домашни любимци!",
"achievementGoodAsGoldText": "Събрали сте всички Златни домашни любимци.",
"achievementGoodAsGold": "Златно сърце",
"achievementFreshwaterFriendsModalText": "Завършихте мисиите за аксолотъла, жабата и хипопотама!",
"achievementFreshwaterFriendsText": "Завършили сте мисиите за домашни любимци за аксолотъла, жабата и хипопотама.",
"achievementFreshwaterFriends": "Сладководни приятели",
"yourRewards": "Вашите възнаграждения"
}

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Изчистване на данните на браузъра",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Добавки и разширения</a>",
"communityFacebook": "Фейсбук",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Форум</a>",
"companyAbout": "Как работи",
"companyBlog": "Блог",
"companyContribute": "Принос",

View file

@ -10,7 +10,6 @@
"companyDonate": "দান করুন",
"companyBlog": "ব্লগ",
"companyAbout": "কীভাবে কাজ করে",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>ফোরাম</a>",
"communityInstagram": "ইন্সটাগ্রাম",
"communityFacebook": "ফেসবুক",
"termsAndAgreement": "নিচের বাটনটি ক্লিক করে, আপনি ইঙ্গিত দিচ্ছেন যে আপনি <a href='/static/terms'>শর্তাবলী</a> এবং <a href='/static/privacy'>গোপনীয়তা নীতি</a> পড়েছেন এবং সম্মতি দিয়েছেন।",

View file

@ -1,8 +1,106 @@
{
"achievement": "Achievement",
"onwards": "Onwards!",
"levelup": "By accomplishing your real life goals, you leveled up and are now fully healed!",
"reachedLevel": "You Reached Level <%= level %>",
"achievementLostMasterclasser": "Quest Completionist: Masterclasser Series",
"achievementLostMasterclasserText": "Completed all sixteen quests in the Masterclasser Quest Series and solved the mystery of the Lost Masterclasser!"
"achievement": "Postignuće",
"onwards": "Napredak!",
"levelup": "Ostvarivanjem svojih stvarnih životnih ciljeva izmirili ste sve i sada ste potpuno izliječeni!",
"reachedLevel": "Dostigli ste nivo <%= level %>",
"achievementLostMasterclasser": "Dovršitelj pustolovina: Serija majstorrazreda",
"achievementLostMasterclasserText": "Završeno svih šesnaest zadatak iz serije pustolovina majstorrazreda i riješena misterija izgubljenog majstorrazreda!",
"letsGetStarted": "Hajde da počnemo !",
"yourRewards": "Vaše nagrade",
"achievementRedLetterDayModalText": "Ukrotili ste sve crvene jahalice!",
"achievementRedLetterDayText": "Ukroćene su sve crvene jahalice.",
"achievementRedLetterDay": "Dan crvenog pisma",
"achievementSeeingRedModalText": "Prikupili ste sve crvene ljubimce!",
"achievementSeeingRedText": "Prikupljeni su svi crveni ljubimci.",
"achievementSeeingRed": "Gledaj crveno",
"achievementSkeletonCrewModalText": "Ukrotili ste sve kosturske jahalice!",
"achievementSkeletonCrewText": "Ukroćene su sve kosturske jahalice.",
"achievementSkeletonCrew": "Kosturova četa",
"achievementBoneCollectorModalText": "Prikupili ste sve kostur ljubimce!",
"achievementBoneCollectorText": "Prikupljeni su svi ljubimci kosturi.",
"achievementBoneCollector": "Skupljač kostiju",
"achievementAllThatGlittersModalText": "Ukrotili ste sve zlatne jahalice!",
"achievementAllThatGlittersText": "Ukroćeni su svi zlatni nisači.",
"achievementAllThatGlitters": "Sve to blista",
"achievementGoodAsGoldModalText": "Prikupili ste sve zlatne ljubimce!",
"achievementGoodAsGoldText": "Prikupljeni su svi zlatni ljubimci.",
"achievementGoodAsGold": "Dobar kao zlato",
"achievementFreshwaterFriendsModalText": "Prikupili ste zviždenjaka, žabu i nilskog konja u potrazi za ljubimcima!",
"achievementFreshwaterFriendsText": "Prikupljeni su zviždenjak, žaba i nilski konj u potrazi za ljubimcima.",
"achievementFreshwaterFriends": "Freshwater prijatelji",
"achievementBareNecessitiesModalText": "Prikupili ste majmuna, ljenjivca i treling u potrazi za ljubimcima!",
"achievementBareNecessitiesText": "Prikupljeni su majmun, ljenjivac i treling u potrazi za ljubimcima.",
"achievementBareNecessities": "Bare Necessities",
"achievementBugBonanzaModalText": "Prikupili ste bubu, leptira, puža i pauka u potrazi za ljubimcima!",
"achievementBugBonanzaText": "Prikupljeni su buba, leptir, puž i pauk u potrazi za ljubimcima.",
"achievementBugBonanza": "Bug Bonanza",
"achievementRosyOutlookModalText": "Ukrotili ste sve pamučne slatke ružičaste jahalice!",
"achievementRosyOutlookText": "Ukroćene su sve pamučni slatke ružičaste jahalice.",
"achievementRosyOutlook": "Ružičasti izgled",
"achievementTickledPinkModalText": "Prikupili ste sve pamučne slatke ružičaste ljubimce!",
"achievementTickledPinkText": "Prikupljeni su svi pamučni slatki ružičasti ljubimci.",
"achievementTickledPink": "Tickled ružičasti",
"achievementPearlyProModalText": "Ukrotili ste sve bijele jahalice!",
"achievementPearlyProText": "Ukroćeni su svi bijeli noači.",
"achievementPearlyPro": "Biserni Pro",
"achievementPrimedForPaintingModalText": "Prikupili ste sve bijele ljubimce!",
"achievementPrimedForPaintingText": "Prikupljeni svi bijeli ljubimci.",
"achievementPrimedForPainting": "Idealno za slikanje",
"achievementPurchasedEquipmentModalText": "Oprema je način da prilagodite svoj avatar i poboljšate status",
"achievementPurchasedEquipmentText": "Kupili su svoj prvi komad opreme.",
"achievementPurchasedEquipment": "Kupite nešto opreme",
"achievementFedPetModalText": "Postoji mnogo različitih vrsta hrane, ali kućni ljubimci mogu biti izbirljivi",
"achievementFedPetText": "Nahranili ste vašeg prvog ljubimca.",
"achievementFedPet": "Nahraniti ljubimca",
"achievementHatchedPetModalText": "Krenite prema svom inventaru i pokušajte kombinovati napitak za izlijeganje i jaje",
"achievementHatchedPetText": "Izlegli ste vašeg prvog ljubimca.",
"achievementHatchedPet": "Izlegnite ljubimca",
"achievementCompletedTaskModalText": "Označite bilo koji od svojih zadataka da biste osvojili nagrade",
"achievementCompletedTaskText": "Završili ste vaš prvi zadatak.",
"achievementCompletedTask": "Završite zadatak",
"achievementCreatedTaskModalText": "Dodajte zadatak za nešto što biste željeli postići ove sedmice",
"achievementCreatedTaskText": "Napravili ste vaš prvi zadatak.",
"achievementCreatedTask": "Napravite vaš prvi zadatak",
"achievementUndeadUndertakerModalText": "Prikupili ste sve zombi jahalice!",
"achievementUndeadUndertakerText": "Prikupljene su sve zombi jahalice.",
"achievementUndeadUndertaker": "Besmrtni pogrebnik",
"achievementMonsterMagusModalText": "Prikupili ste sve zombi ljubimce!",
"achievementMonsterMagusText": "Prikupljeni su svi zombi ljubimci.",
"achievementMonsterMagus": "Zvjerski mag",
"achievementPartyOn": "Vaša zabava je narasla na 4 člana!",
"achievementKickstarter2019Text": "Podržan je zakvačeni Kickstarter projekat iz 2019",
"achievementKickstarter2019": "Zakvačiti Kickstarter Backer",
"achievementAridAuthorityText": "Ukroćene su sve pustinjske jahalice.",
"achievementAridAuthorityModalText": "Ukrotili ste sve pustinjske jahalice!",
"achievementAridAuthority": "Presušeni autoritet",
"achievementPartyUp": "Udružili ste se s članom zabave!",
"achievementDustDevilModalText": "Prikupili ste sve pustinjske ljubimce!",
"achievementDustDevilText": "Prikupljeni su svi pustinjski ljubimci.",
"achievementDustDevil": "Pustinjski đavo",
"achievementAllYourBaseModalText": "Ukrotili ste sve osnovne jahalice!",
"achievementAllYourBaseText": "Ukroćene su sve osnovne jahalice.",
"achievementAllYourBase": "Svi vaši osnovni",
"achievementBackToBasicsModalText": "Prikupili ste sve osnovne ljubimce!",
"achievementBackToBasicsText": "Prikupljeni svi osnovni ljubimci.",
"achievementBackToBasics": "Povratak na osnove",
"achievementJustAddWaterModalText": "Prikupili ste oktopus, morski konj, sipa, kit, kornjača, nudibranch, morska zmija i delfin u potrazi za ljubimcima!",
"achievementJustAddWaterText": "Prikupljeni su oktopus, morski konj, sipa, kit, kornjača, nudibranch, morska zmija i delfin u potrazi za ljubimcima.",
"achievementJustAddWater": "Samo dodajte vodu",
"achievementMindOverMatterModalText": "Prikupili ste kamen, mulj i predivo u potrazi za ljubimcima!",
"achievementMindOverMatterText": "Prikupljeni su kamen, mulj i predivo u potrazi za ljubimcima.",
"achievementMindOverMatter": "Um ispred stvari",
"achievementLostMasterclasserModalText": "Završili ste svih šesnaest zadataka iz serije Masterclasser Quest i riješili misteriju Lost Masterclasser-a!",
"foundNewItemsCTA": "Krenite prema svom inventaru i pokušajte kombinovati svoj novi napitak za izlijeganje i jaje!",
"foundNewItemsExplanation": "Dovršenjem zadataka dobivate priliku da pronađete predmete, poput jaja, napitaka za izlijeganje i hrane za kućne ljubimce.",
"foundNewItems": "Pronašli ste nove predmete!",
"hideAchievements": "Sakrij <%= category %>",
"showAllAchievements": "Prikaži sve <%= category %>",
"onboardingCompleteDescSmall": "Ako želite još više, pogledajte Postignuća i počnite sakupljati!",
"onboardingCompleteDesc": "Osvojili ste <strong>5 postignuća</strong> i <strong class=\"gold-amount\">100 zlatnika</strong> za završene zadatke s liste.",
"onboardingComplete": "Završili ste pristupne zadatke!",
"earnedAchievement": "Zaslužili ste postignuće!",
"viewAchievements": "Pregled postignuća",
"yourProgress": "Vaš napredak",
"onboardingProgress": "<%= percentage %>% napredak",
"gettingStartedDesc": "Jednom kada završite pristupne zadatke osvojićete <strong>5 postignuća</strong> i <strong class=\"gold-amount\">100 zlatnika</strong>!"
}

View file

@ -1,104 +1,107 @@
{
"challenge": "Izazov",
"challengeDetails": "Challenges are community events in which players compete and earn prizes by completing a group of related tasks.",
"brokenChaLink": "Broken Challenge Link",
"brokenTask": "Broken Challenge Link: ovaj zadatak je bio dio izazova, ali je uklonjen. Sta biste zeljeli da uradite?",
"challengeDetails": "Izazovi su događaji u zajednici u kojima se igrači takmiče i zarađuju nagrade izvršavajući grupu povezanih zadataka.",
"brokenChaLink": "Puknuta veza na izazov",
"brokenTask": "Puknuta veza na izazov: ovaj zadatak je bio dio izazova, ali je uklonjen. Šta biste željeli da uradite?",
"keepIt": "Zadrži",
"removeIt": "Ukloni",
"brokenChallenge": "Broken Challenge Link: Ovaj zadatak je bio dio izazova, ali je izazov (ili grupa) obrisan. Sta raditi sa aktivnim zadacima na tabli?",
"keepThem": "Keep Tasks",
"removeThem": "Remove Tasks",
"challengeCompleted": "Ovaj izazov je završen, i pobjednik je bio <span class=\"badge\"><%- user %></span>! Šta raditi sa zadacima siročadi?",
"unsubChallenge": "Broken Challenge Link: this task was part of a challenge, but you have unsubscribed from the challenge. What to do with the orphan tasks?",
"brokenChallenge": "Prekinuta veza na izazov: Ovaj zadatak je bio dio izazova, ali je izazov (ili grupa) obrisan. Šta želite raditi sa zadacima siročićima?",
"keepThem": "Sačuvaj zadatke",
"removeThem": "Ukloni zadatke",
"challengeCompleted": "Ovaj izazov je završen i pobjednik je <span class=\"badge\"><%- user %></span>! Šta želite raditi sa zadacima siročićima?",
"unsubChallenge": "Prekinuta veza na izazov: ovaj je zadatak bio dio izazova, ali ste se odjavili iz izazova. Šta želite raditi sa zadacima siročićima?",
"challenges": "Izazovi",
"endDate": "Ends",
"selectWinner": "Izaberite pobjednika i zatvorite izazov.",
"endDate": "Krajni datum",
"selectWinner": "Izaberite pobjednika i zatvorite izazov:",
"endChallenge": "Kraj izazova",
"filter": "Filter",
"groups": "Udruzenja",
"category": "Category",
"membership": "Clanstvo",
"ownership": "Ownership",
"participating": "Ucesnik",
"createChallenge": "Kreiraj izazov",
"createChallengeAddTasks": "Add Challenge Tasks",
"createChallengeCloneTasks": "Clone Challenge Tasks",
"addTaskToChallenge": "Add Task",
"challengeTag": "Tag Name",
"prize": "Prize",
"filter": "Pročišćivač",
"groups": "Grupe",
"category": "Kategorije",
"membership": "Članstvo",
"ownership": "Vlasništvo",
"participating": "Učesništvo",
"createChallenge": "Napravi izazov",
"createChallengeAddTasks": "Dodaj zadatke za izazov",
"createChallengeCloneTasks": "Kloniraj zadatke izazova",
"addTaskToChallenge": "Dodaj zadatak",
"challengeTag": "Ime oznake",
"prize": "Nagrada",
"prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.",
"publicChallengesTitle": "Public Challenges",
"officialChallenge": "Official Habitica Challenge",
"by": "by",
"participants": "<%= membercount %> Participants",
"join": "Join",
"exportChallengeCSV": "Export to CSV",
"challengeCreated": "Challenge created",
"sureDelCha": "Are you sure you want to delete this challenge?",
"publicChallengesTitle": "Javni izazovi",
"officialChallenge": "Zvanični Habitica izazovi",
"by": "od",
"participants": "<%= membercount %> učesnika",
"join": "Pridruži se",
"exportChallengeCSV": "Izvezi u CSV",
"challengeCreated": "Izazov napravljen",
"sureDelCha": "Jeste li sigurni da želite izbrisati ovaj izazov?",
"sureDelChaTavern": "Are you sure you want to delete this challenge? Your gems will not be refunded.",
"keepTasks": "Keep Tasks",
"owned": "Owned",
"not_owned": "Not Owned",
"not_participating": "Not Participating",
"clone": "Clone",
"keepTasks": "Sačuvaj zadatke",
"owned": "U vlasništvu",
"not_owned": "Nije u vlasništvu",
"not_participating": "Nema učesnika",
"clone": "Klon",
"congratulations": "Congratulations!",
"hurray": "Hurray!",
"noChallengeOwner": "no owner",
"challengeMemberNotFound": "User not found among challenge's members",
"onlyGroupLeaderChal": "Only the group leader can create challenges",
"tavChalsMinPrize": "Prize must be at least 1 Gem for Public Challenges.",
"cantAfford": "You can't afford this prize. Purchase more gems or lower the prize amount.",
"challengeIdRequired": "\"challengeId\" must be a valid UUID.",
"winnerIdRequired": "\"winnerId\" must be a valid UUID.",
"challengeNotFound": "Challenge not found or you don't have access.",
"onlyLeaderDeleteChal": "Only the challenge leader can delete it.",
"onlyLeaderUpdateChal": "Only the challenge leader can update it.",
"winnerNotFound": "Winner with id \"<%= userId %>\" not found or not part of the challenge.",
"onlyChalLeaderEditTasks": "Tasks belonging to a challenge can only be edited by the leader.",
"userAlreadyInChallenge": "User is already participating in this challenge.",
"cantOnlyUnlinkChalTask": "Only broken challenges tasks can be unlinked.",
"joinedChallenge": "Joined a Challenge",
"joinedChallengeText": "This user put themselves to the test by joining a Challenge!",
"myChallenges": "My Challenges",
"findChallenges": "Discover Challenges",
"noChallengeTitle": "You don't have any Challenges.",
"challengeDescription1": "Challenges are community events in which players compete and earn prizes by completing a group of related tasks.",
"challengeDescription2": "Find recommended Challenges based on your interests, browse Habitica's public Challenges, or create your own Challenges.",
"noChallengeMatchFilters": "We couldn't find any matching Challenges.",
"createdBy": "Created By",
"joinChallenge": "Join Challenge",
"leaveChallenge": "Leave Challenge",
"addTask": "Add Task",
"editChallenge": "Edit Challenge",
"challengeDescription": "Challenge Description",
"selectChallengeWinnersDescription": "Select a winner from the Challenge participants",
"awardWinners": "Award Winner",
"doYouWantedToDeleteChallenge": "Do you want to delete this Challenge?",
"deleteChallenge": "Delete Challenge",
"challengeNamePlaceholder": "What is your Challenge name?",
"challengeSummary": "Summary",
"challengeSummaryPlaceholder": "Write a short description advertising your Challenge to other Habiticans. What is the main purpose of your Challenge and why should people join it? Try to include useful keywords in the description so that Habiticans can easily find it when they search!",
"challengeDescriptionPlaceholder": "Use this section to go into more detail about everything that Challenge participants should know about your Challenge.",
"challengeGuild": "Add to",
"challengeMinimum": "Minimum 1 Gem for public Challenges (helps prevent spam, it really does).",
"participantsTitle": "Participants",
"shortName": "Short Name",
"shortNamePlaceholder": "What short tag should be used to identify your Challenge?",
"updateChallenge": "Update Challenge",
"haveNoChallenges": "This group has no Challenges",
"loadMore": "Load More",
"exportChallengeCsv": "Export Challenge",
"editingChallenge": "Editing Challenge",
"nameRequired": "Name is required",
"tagTooShort": "Tag name is too short",
"summaryRequired": "Summary is required",
"summaryTooLong": "Summary is too long",
"descriptionRequired": "Description is required",
"locationRequired": "Location of challenge is required ('Add to')",
"categoiresRequired": "One or more categories must be selected",
"viewProgressOf": "View Progress Of",
"viewProgress": "View Progress",
"selectMember": "Select Member",
"confirmKeepChallengeTasks": "Do you want to keep challenge tasks?",
"selectParticipant": "Select a Participant"
"hurray": "Jupi!",
"noChallengeOwner": "bez vlasnika",
"challengeMemberNotFound": "Korisnik nije pronađen među članovima izazova",
"onlyGroupLeaderChal": "Samo vođa grupe može napraviti izazov",
"tavChalsMinPrize": "Nagrada mora biti najmanje 1 dragulj za javne izazove.",
"cantAfford": "Ne možete sebi priuštiti ovu nagradu. Kupite više dragulja ili smanjite iznos nagrade.",
"challengeIdRequired": "\"challengeId\" mora biti ispravan UUID.",
"winnerIdRequired": "\"winnerId\" mora biti ispravan UUID.",
"challengeNotFound": "Izazov nije pronađen ili nemate pristup.",
"onlyLeaderDeleteChal": "Samo vođa izazova može ga izbrisati.",
"onlyLeaderUpdateChal": "Samo vođa izazova može ga ažurirati.",
"winnerNotFound": "Pobjednik sa ID \"<%= userId %>\" nije pronađen ili nije dio izazova.",
"onlyChalLeaderEditTasks": "Zadaci koji pripadaju izazovu može uređivati samo vođa.",
"userAlreadyInChallenge": "Korisnik već učestvuje u ovom izazovu.",
"cantOnlyUnlinkChalTask": "Moguće je prekinuti vezu samo sa zadacima s pokvarenim izazovima.",
"joinedChallenge": "Pridružio/la se izazovu",
"joinedChallengeText": "Ovaj korisnik se iskušava pridruživši se izazovu!",
"myChallenges": "Moji izazovi",
"findChallenges": "Otkrij izazove",
"noChallengeTitle": "Nemate ni jedan izazov",
"challengeDescription1": "Izazovi su događaji u zajednici u kojima se igrači takmiče i zarađuju nagrade izvršavajući grupu povezanih zadataka.",
"challengeDescription2": "Pronađite preporučene izazove na osnovu svojih interesa, pregledajte javne izazove Habitici ili napravite vlastite izazove.",
"noChallengeMatchFilters": "Nismo mogli pronaći nijedan odgovarajući izazov.",
"createdBy": "Napravio/la",
"joinChallenge": "Pridružite se izazovu",
"leaveChallenge": "Napustite izazov",
"addTask": "Dodajte zadatak",
"editChallenge": "Uredite izazov",
"challengeDescription": "Opis izazova",
"selectChallengeWinnersDescription": "Odaberite pobjednika među učesnicima izazova",
"awardWinners": "Nagradi dobitnika",
"doYouWantedToDeleteChallenge": "Želite li izbrisati ovaj izazov?",
"deleteChallenge": "Izbrišite izazov",
"challengeNamePlaceholder": "Koje je ime vašeg izazova?",
"challengeSummary": "Sažetak",
"challengeSummaryPlaceholder": "Napišite kratak opis oglašavajući svoj izazov drugim stanovnicima Habiticana. Koja je glavna svrha vašeg izazova i zašto bi se ljudi trebali pridružiti njemu? Pokušajte u opis uvrstiti korisne ključne riječi kako bi ih stanovnici lako mogli pronaći kad pretražuju!",
"challengeDescriptionPlaceholder": "Upotrijebite ovaj odjeljak da biste detaljnije opisali sve što bi sudionici izazova trebali znati o vašem izazovu.",
"challengeGuild": "Dodajte u",
"challengeMinimum": "Minimum 1 dragulj za javne izazove (stvarno pomaže u sprečavanju neželjene pošte).",
"participantsTitle": "Učesnici",
"shortName": "Kratko ime",
"shortNamePlaceholder": "Koju kratku oznaku treba koristiti za identifikaciju vašeg izazova?",
"updateChallenge": "Ažurirajte izazov",
"haveNoChallenges": "Ova grupa nema izazova",
"loadMore": "Učitaj više",
"exportChallengeCsv": "Izvezi izazov",
"editingChallenge": "Uređivanje izazova",
"nameRequired": "Ime je obavezno",
"tagTooShort": "Oznaka je prekratka",
"summaryRequired": "Sažetak je obavezan",
"summaryTooLong": "Sažetak je predugačak",
"descriptionRequired": "Opis je obavezan",
"locationRequired": "Lokacija izazova je obavezna ('Dodajte u')",
"categoiresRequired": "Mora biti izabrana jedna ili više kategorija",
"viewProgressOf": "Pogledajte napredak od",
"viewProgress": "Pregled napretka",
"selectMember": "Izaberite člana",
"confirmKeepChallengeTasks": "Želite li zadržati zadatke izazova?",
"selectParticipant": "Odaberite sudionika",
"filters": "Pročišćivači",
"wonChallengeDesc": "<%= challengeName %> odabrao je vas za pobjednika! Vaša pobjeda je zabilježena u vašim postignućima.",
"yourReward": "Vaša nagrada"
}

View file

@ -1,184 +1,189 @@
{
"communityGuidelinesWarning": "Please keep in mind that your Display Name, profile photo, and blurb must comply with the <a href='https://habitica.com/static/community-guidelines' target='_blank'>Community Guidelines</a> (e.g. no profanity, no adult topics, no insults, etc). If you have any questions about whether or not something is appropriate, feel free to email <%= hrefBlankCommunityManagerEmail %>!",
"profile": "Profile",
"avatar": "Customize Avatar",
"editAvatar": "Edit Avatar",
"noDescription": "This Habitican hasn't added a description.",
"noPhoto": "This Habitican hasn't added a photo.",
"other": "Other",
"fullName": "Full Name",
"displayName": "Display name",
"changeDisplayName": "Change Display Name",
"newDisplayName": "New Display Name",
"displayBlurbPlaceholder": "Please introduce yourself",
"photoUrl": "Photo Url",
"imageUrl": "Image Url",
"inventory": "Inventory",
"social": "Social",
"lvl": "Lvl",
"buffed": "Buffed",
"bodyBody": "Body",
"size": "Size",
"locked": "locked",
"shirts": "Shirts",
"shirt": "Shirt",
"specialShirts": "Special Shirts",
"skin": "Skin",
"color": "Color",
"hair": "Hair",
"bangs": "Bangs",
"hairBangs": "Bangs",
"glasses": "Glasses",
"hairSet1": "Hairstyle Set 1",
"hairSet2": "Hairstyle Set 2",
"hairSet3": "Hairstyle Set 3",
"bodyFacialHair": "Facial Hair",
"beard": "Beard",
"mustache": "Mustache",
"flower": "Flower",
"accent": "Accent",
"headband": "Headband",
"wheelchair": "Wheelchair",
"extra": "Extra",
"rainbowSkins": "Rainbow Skins",
"pastelSkins": "Pastel Skins",
"spookySkins": "Spooky Skins",
"supernaturalSkins": "Supernatural Skins",
"splashySkins": "Splashy Skins",
"winterySkins": "Wintery Skins",
"rainbowColors": "Rainbow Colors",
"shimmerColors": "Shimmer Colors",
"hauntedColors": "Haunted Colors",
"winteryColors": "Wintery Colors",
"equipment": "Equipment",
"equipmentBonus": "Equipment",
"classEquipBonus": "Class Bonus",
"battleGear": "Battle Gear",
"gear": "Gear",
"autoEquipBattleGear": "Auto-equip new gear",
"costume": "Costume",
"useCostume": "Use Costume",
"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.",
"costumeDisabled": "You have disabled your costume.",
"gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:",
"gearAchievementNotification": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class!",
"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!",
"armoireUnlocked": "For more equipment, check out the <strong>Enchanted Armoire!</strong> Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.",
"ultimGearName": "Ultimate Gear - <%= ultClass %>",
"ultimGearText": "Has upgraded to the maximum weapon and armor set for the <%= ultClass %> class.",
"level": "Level",
"levelUp": "Level Up!",
"gainedLevel": "You gained a level!",
"leveledUp": "By accomplishing your real-life goals, you've grown to <strong>Level <%= level %>!</strong>",
"huzzah": "Huzzah!",
"communityGuidelinesWarning": "Imajte na umu da vaše ime za prikaz, fotografija profila i prikaz moraju biti u skladu s <a href='https://habitica.com/static/community-guidelines' target='_blank'> Smjernicama zajednice </a> ( npr. bez psovki, bez tema za odrasle, bez vrijeđanja itd.). Ako imate bilo kakvih pitanja o tome je li nešto prikladno ili ne, slobodno pišite na <% = hrefBlankCommunityManagerEmail%>!",
"profile": "Profil",
"avatar": "Prilagodi avatar",
"editAvatar": "Uredi avatar",
"noDescription": "Ovaj Habitanac/Habitanka nije dodao/la opis.",
"noPhoto": "Ovaj stanovnik/ca Habiticana nije dodao/la fotografiju.",
"other": "Ostalo",
"fullName": "Ime i prezime",
"displayName": "Ime za prikaz",
"changeDisplayName": "Promijenite ime za prikaz",
"newDisplayName": "Novo ime za prikaz",
"displayBlurbPlaceholder": "Možete li se predstaviti, molimo vas?",
"photoUrl": "URL fotografije",
"imageUrl": "URL slike",
"inventory": "Inventar",
"social": "Društvo",
"lvl": "nivo",
"buffed": "Osnaženo",
"bodyBody": "Tijelo",
"size": "Veličina",
"locked": "zaključano",
"shirts": "Majice",
"shirt": "Majica",
"specialShirts": "Posebne majice",
"skin": "Koža",
"color": "Boja",
"hair": "Kosa",
"bangs": "Šiške",
"hairBangs": "Šiške",
"glasses": "Naočare",
"hairSet1": "Komplet frizura 1",
"hairSet2": "Komplet frizura 2",
"hairSet3": "Komplet frizura 3",
"bodyFacialHair": "Dlake lica",
"beard": "Brada",
"mustache": "Brkovi",
"flower": "Cvijet",
"accent": "Naglasak",
"headband": "Traka za kosu",
"wheelchair": "Invalidska kolica",
"extra": "Posebno",
"rainbowSkins": "Kože u duginim bojama",
"pastelSkins": "Kože pastelnih boja",
"spookySkins": "Jezive kože",
"supernaturalSkins": "Nadprirodne kože",
"splashySkins": "Prljave kože",
"winterySkins": "Zimske kože",
"rainbowColors": "Dugine boje",
"shimmerColors": "Drečave boje",
"hauntedColors": "Uklete boje",
"winteryColors": "Hladne boje",
"equipment": "Oprema",
"equipmentBonus": "Oprema",
"classEquipBonus": "Razredni bonus",
"battleGear": "Bojna oprema",
"gear": "Oprema",
"autoEquipBattleGear": "Auto-primjena nove opreme",
"costume": "Kostim",
"useCostume": "Upotrijebite kostim",
"costumePopoverText": "Odaberite \\\"Upotrijebite kostim\\\" da opremite predmete svom avataru bez utjecaja na status bojne opreme! To znači da svoj avatar možete dotjerati s bilo kojom odjećom koja vam se sviđa, a pritom opremiti svoju najbolju Bojnu opremu.",
"autoEquipPopoverText": "Odaberite ovu opciju za automatsku primjenu opreme čim je kupite.",
"costumeDisabled": "Onemogućili ste svoj kostim.",
"gearAchievement": "Stekli ste postignuće \\\"Ultimativna oprema\\\" za nadogradnju na maksimalni novo za klasu! Stekli ste slijedeće potpune komplete:",
"gearAchievementNotification": "Stekli ste postignuće \\\"Ultimativna oprema\\\" za nadogradnju na maksimaln nivo za klasu!",
"moreGearAchievements": "Da biste postigli više Ultimativne opreme, promijenite razred <a href='/user/settings/site' target='_blank'>Postavke &gt; Opšte</a> i kupite novu opremnu razreda!",
"armoireUnlocked": "Za više opreme pogledajte <strong>Očaravajući kredenac!</strong> Kliknite na nagradu Očaravajući kredenac za nasumičnu priliku za posebnu opremu! Takođe vam može dati nasumični XP ili prehrambene proizvode.",
"ultimGearName": "Ultimativna oprema - <%= ultClass %>",
"ultimGearText": "Nadograđeno je na maksimalno postavljeno oružje i oklop za <%= ultClass %> razred.",
"level": "Nivo",
"levelUp": "Porast!",
"gainedLevel": "Osvojili ste nivo!",
"leveledUp": "Ostvarivanjem svojih stvarnih životnih ciljeva porasli ste na <strong>Nivo <%= level %>!</strong>",
"huzzah": "Huuraa!",
"mana": "Mana",
"hp": "HP",
"mp": "MP",
"xp": "XP",
"health": "Health",
"allocateStr": "Points allocated to Strength:",
"allocateStrPop": "Add a Point to Strength",
"allocateCon": "Points allocated to Constitution:",
"allocateConPop": "Add a Point to Constitution",
"allocatePer": "Points allocated to Perception:",
"allocatePerPop": "Add a Point to Perception",
"allocateInt": "Points allocated to Intelligence:",
"allocateIntPop": "Add a Point to Intelligence",
"noMoreAllocate": "Now that you've hit level 100, you won't gain any more Stat Points. You can continue leveling up, or start a new adventure at level 1 by using the <a href='http://habitica.wikia.com/wiki/Orb_of_Rebirth' target='_blank'>Orb of Rebirth</a>, now available for free in the Market.",
"stats": "Stats",
"achievs": "Achievements",
"strength": "Strength",
"strText": "Strength increases the chance of random \"critical hits\" and the Gold, Experience, and drop chance boost from them. It also helps deal damage to boss monsters.",
"constitution": "Constitution",
"conText": "Constitution reduces the damage you take from negative Habits and missed Dailies.",
"perception": "Perception",
"perText": "Perception increases how much Gold you earn, and once you've unlocked the Market, increases the chance of finding items when scoring tasks.",
"intelligence": "Intelligence",
"intText": "Intelligence increases how much Experience you earn, and once you've unlocked Classes, determines your maximum Mana available for class abilities.",
"levelBonus": "Level Bonus",
"allocatedPoints": "Allocated Points",
"allocated": "Allocated",
"buffs": "Buffs",
"characterBuild": "Character Build",
"class": "Class",
"experience": "Experience",
"warrior": "Warrior",
"healer": "Healer",
"rogue": "Rogue",
"mage": "Mage",
"hp": "Zdravlje",
"mp": "Mana",
"xp": "Iskustvo",
"health": "Zdravlje",
"allocateStr": "Bodovi dodijeljeni snazi:",
"allocateStrPop": "Dodajte bod snazi",
"allocateCon": "Bodovi dodijeljeni vitalnosti:",
"allocateConPop": "Dodajte bod vitalnosti",
"allocatePer": "Bodovi dodijeljeni opažanju:",
"allocatePerPop": "Dodajte bod opažanju",
"allocateInt": "Bodovi dodijeljeni inteligenciji:",
"allocateIntPop": "Dodaj bod inteligenciji",
"noMoreAllocate": "Sad kad ste dostigli nivo 100, više nećete osvajati statusne bodove. Možete nastaviti izravnavanje ili započeti novu avanturu na nivou 1 koristeći <a href='http://habitica.fandom.com/wiki/Orb_of_Rebirth' target='_blank'>Rodi se ponovo</a>!",
"stats": "Stanja",
"achievs": "Dostignuća",
"strength": "Snaga",
"strText": "Snaga povećava šansu za nasumične \\\"kritične udarce\\\" i zlato, iskustvo i vrijednosti koje možeš dobiti od njih. Takođe pomaže u nanošenju štete šefovima čudovišta.",
"constitution": "Vitalost",
"conText": "Vitalnost smanjuje štetu koja se dobija od negativnih navika i propuštenih dnevnih zadataka.",
"perception": "Opažanje",
"perText": "Opažanje utiče na to koliko zlatnika osvajate, a nakon što otključate pijacu, povećava se šansa za pronalaženje predmeta prilikom bodovanja zadataka.",
"intelligence": "Inteligencija",
"intText": "Inteligencija utiče na to koliko iskustva dobijate, a nakon što otključate razrede, to će odrediti najveću količinu Mana klasu.",
"levelBonus": "Bonus za nivo",
"allocatedPoints": "Dodijeljeni bodovi",
"allocated": "Dodijeljeno",
"buffs": "Osnaženja",
"characterBuild": "Izgradnja karaktera",
"class": "Razred",
"experience": "Iskustvo",
"warrior": "Ratnik",
"healer": "Isjeljitelj",
"rogue": "Baraba",
"mage": "Čarobnjak",
"wizard": "Mage",
"mystery": "Mystery",
"changeClass": "Change Class, Refund Stat Points",
"lvl10ChangeClass": "To change class you must be at least level 10.",
"changeClassConfirmCost": "Are you sure you want to change your class for 3 Gems?",
"levelPopover": "Each level earns you one Point to assign to a Stat of your choice. You can do so manually, or let the game decide for you using one of the Automatic Allocation options.",
"unallocated": "Unallocated Stat Points",
"autoAllocation": "Automatic Allocation",
"autoAllocationPop": "Places Points into Stats according to your preferences, when you level up.",
"evenAllocation": "Distribute Stat Points evenly",
"evenAllocationPop": "Assigns the same number of Points to each Stat.",
"classAllocation": "Distribute Points based on Class",
"classAllocationPop": "Assigns more Points to the Stats important to your Class.",
"taskAllocation": "Distribute Points based on task activity",
"taskAllocationPop": "Assigns Points based on the Strength, Intelligence, Constitution, and Perception categories associated with the tasks you complete.",
"distributePoints": "Distribute Unallocated Points",
"distributePointsPop": "Assigns all unallocated Stat Points according to the selected allocation scheme.",
"warriorText": "Warriors score more and better \"critical hits\", which randomly give bonus Gold, Experience, and drop chance for scoring a task. They also deal heavy damage to boss monsters. Play a Warrior if you find motivation from unpredictable jackpot-style rewards, or want to dish out the hurt in boss Quests!",
"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!",
"mageText": "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!",
"rogueText": "Rogues love to accumulate wealth, gaining more Gold than anyone else, and are adept at finding random items. Their iconic Stealth ability lets them duck the consequences of missed Dailies. Play a Rogue if you find strong motivation from Rewards and Achievements, striving for loot and badges!",
"healerText": "Healers stand impervious against harm, and extend that protection to others. Missed Dailies and bad Habits don't faze them much, and they have ways to recover Health from failure. Play a Healer if you enjoy assisting others in your Party, or if the idea of cheating Death through hard work inspires you!",
"optOutOfClasses": "Opt Out",
"chooseClass": "Choose your Class",
"chooseClassLearnMarkdown": "[Learn more about Habitica's class system](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 %>",
"select": "Select",
"stealth": "Stealth",
"stealthNewDay": "When a new day begins, you will avoid damage from this many missed Dailies.",
"streaksFrozen": "Streaks Frozen",
"streaksFrozenText": "Streaks on missed Dailies will not reset at the end of the day.",
"purchaseFor": "Purchase for <%= cost %> Gems?",
"purchaseForHourglasses": "Purchase for <%= cost %> Hourglasses?",
"notEnoughMana": "Not enough mana.",
"invalidTarget": "You can't cast a skill on that.",
"youCast": "You cast <%= spell %>.",
"youCastTarget": "You cast <%= spell %> on <%= target %>.",
"youCastParty": "You cast <%= spell %> for the party.",
"critBonus": "Critical Hit! Bonus:",
"gainedGold": "You gained some Gold",
"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",
"equip": "Equip",
"unequip": "Unequip",
"animalSkins": "Animal Skins",
"mystery": "Tajna",
"changeClass": "Promijeni razred, vrati stanje bodovanja",
"lvl10ChangeClass": "Da biste promijenili klasu, morate imati najmanje 10. nivo.",
"changeClassConfirmCost": "Jeste li sigurni da želite promijeniti svoj razred za 3 dragulja?",
"levelPopover": "Svaki nivo vam donosi jedan bod koji se dodjeljuje u stanje po vašem izboru. To možete učiniti ručno ili prepustiti igri da odluči umjesto vas pomoću jedne od opcija Automatske raspodjele.",
"unallocated": "Neraspoređeni bodovi stanja",
"autoAllocation": "Automatska raspodjela",
"autoAllocationPop": "Smješta bodove u stanje prema vašim željama kada pređete na viši nivo.",
"evenAllocation": "Ravnomjerno raspoređuje bodove stanja",
"evenAllocationPop": "Dodijeljuje isti broj bodova svakom stanju",
"classAllocation": "Podijelite bodove na osnovu razreda",
"classAllocationPop": "Stanjima važnim za vaš razred dodjeljuje više bodova.",
"taskAllocation": "Raspoređuje bodove na osnovu aktivnosti zadatka",
"taskAllocationPop": "Dodjeljuje bodove na osnovu kategorija snaga, inteligencija, vitalnost i opažanje povezane sa zadacima koje izvršavate.",
"distributePoints": "Raspodjela neraspoređenih bodova",
"distributePointsPop": "Dodjeljuje sve neraspoređene bodove stanja prema odabranoj šemi raspodjele.",
"warriorText": "Ratnici postižu više i bolje \\\"kritične pogotke\\\", koji nasumice donose bonus zlata, iskustva i šanse dobijanje poklona prilikom izvršenja zadatka. Oni također nanose veliku štetu šefovima čudovišta. Igrajte ratnika ako motivaciju nalazite u nepredvidljivim nagradama u stilu jackpota ili ako želite rasturiti na pustolovinama potjere šefova!",
"wizardText": "Magovi uče brzo, stječući iskustvo i nivoe brže od ostalih razreda. Dobijaju i veliku količinu Mane za korištenje posebnih sposobnosti. Igrajte Maga ako uživate u taktičkim aspektima igre Habitica ili ako ste snažno motivisani osvajanjem novih nivoa i otključavanjem naprednih funkcija!",
"mageText": "Magovi uče brzo, stječući iskustvo i nivoe brže od ostalih razreda. Dobijaju i veliku količinu Mane za korištenje posebnih sposobnosti. Igrajte Maga ako uživate u taktičkim aspektima igre Habitica ili ako ste snažno motivisani osvajanjem novih nivoa i otključavanjem naprednih funkcija!",
"rogueText": "Barabe vole akumulirati bogatstvo, stječući više zlata od bilo koga drugog, i vješti su u pronalaženju nasumičnih predmeta. Njihova poznata sposobnost nevidljivosti omogućava im da sakriju posljedice propuštenih dnevnih zadataka. Igrajte barabu ako nalazite snažnu motivaciju za nagrade i dostignuća, težeći plijenu i značkama!",
"healerText": "Iscjelitelji otporni su na štete i pružaju zaštitu i drugima. Propušteni dnevni zadaci i loše navike ih ne uznemiravaju previše jer oni imaju načine da povrate zdravlje zbog neuspjeha. Igrajte iscjelitelja ako uživate pomagati drugima u tokom učestvovanja u zajedničkoj zabavi ili ako vas nadahnjuje ideja da vrijednim radom varate smrt!",
"optOutOfClasses": "Izaberi kasnije",
"chooseClass": "Izaberite vaš razred",
"chooseClassLearnMarkdown": "[Saznaj više o razredima u Habitica sistemu](https://habitica.wikia.com/wiki/Class_System)",
"optOutOfClassesText": "Ne želite se zamarati razredia? Želite li odabrati kasnije? Isključite - bit ćete ratnik bez posebnih sposobnosti. O sistemu razreda možete pročitati kasnije na wikiju i omogućiti razrede u bilo kojem trenutku pod Sličica korisnika > Postavke.",
"selectClass": "Izaberite <%= heroClass %>",
"select": "Izaberite",
"stealth": "Nevidljivost",
"stealthNewDay": "Kad započne novi dan, izbjeći ćete štetu od ovoliko propuštenih dnevnih obaveza.",
"streaksFrozen": "Broj ponavljanja je zamrznut",
"streaksFrozenText": "Broj ponavljanja neobavljenih svakodnevnih zadataka neće biti prekinuti na kraju dana.",
"purchaseFor": "Kupovina za <%= cost %> dragulja?",
"purchaseForHourglasses": "Kupovina za <%= cost %> pješčanih satova?",
"notEnoughMana": "Nema dovoljno Mane.",
"invalidTarget": "Ne možete bacati čaroliju na to.",
"youCast": "Bacate čaroliju <%= spell %>.",
"youCastTarget": "Bacate čaroliju <%= spell %> na <%= target %>.",
"youCastParty": "Bacate čaroliju <%= spell %> za igru svog društva.",
"critBonus": "Kritični udarac! Bonus: ",
"gainedGold": "Stekli ste nešto zlatnika",
"gainedMana": "Stekli ste nešto Mana",
"gainedHealth": "Stekli ste nešto zdravlja",
"gainedExperience": "Stekli ste nešto iskustva",
"lostGold": "Potrošili ste nešto zlatnika",
"lostMana": "Potrošili ste nešto Mana",
"lostHealth": "Izgubili ste nešto zdravlja",
"lostExperience": "Izgubili ste nešto iskustva",
"equip": "Opremljen",
"unequip": "Neopremljen",
"animalSkins": "Životinjske kože",
"str": "STR",
"con": "CON",
"per": "PER",
"int": "INT",
"notEnoughAttrPoints": "You don't have enough Stat Points.",
"classNotSelected": "You must select Class before you can assign Stat Points.",
"style": "Style",
"facialhair": "Facial",
"photo": "Photo",
"notEnoughAttrPoints": "Nemate dovoljno statusnih bodova.",
"classNotSelected": "Morate odabrati razred da biste mogli dodijeliti statusne bodove.",
"style": "Stil",
"facialhair": "Na licu",
"photo": "Fotografija",
"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.",
"joined": "Pridružen",
"totalLogins": "Ukupno prijava",
"latestCheckin": "Posljednja prijava",
"editProfile": "Uredi profil",
"challengesWon": "Osvojeni izazovi",
"questsCompleted": "Završene pustolovine",
"headAccess": "Dodaci za glavu.",
"backAccess": "Dodaci za leđa.",
"bodyAccess": "Dodaci za tijelo.",
"mainHand": "Main-Hand",
"offHand": "Off-Hand",
"statPoints": "Stat Points",
"pts": "pts"
"statPoints": "Statusni bodovi",
"pts": "bodova",
"chatCastSpellUser": "<%= username %> baca čaroliju <%= spell %> na <%= target %>.",
"chatCastSpellParty": "<%= username %> baca čaroliju <%= spell %> za igru svog društva.",
"purchasePetItemConfirm": "Ova kupovina premašila bi broj predmeta koji su vam potrebni za izlijeganje svih mogućih kućnih ljubimaca <%= itemText %>. Jeste li sigurni?",
"purchaseForGold": "Kupovina za <%= cost %> zlatnika?",
"invalidClass": "Nevažeći razred. Navedite 'ratnik', 'baraba', 'čarobnjak' ili 'iscjelitelj'."
}

View file

@ -1,17 +1,16 @@
{
"tavernCommunityGuidelinesPlaceholder": "Friendly reminder: this is an all-ages chat, so please keep content and language appropriate! Consult the Community Guidelines in the sidebar if you have questions.",
"lastUpdated": "Last updated:",
"commGuideHeadingWelcome": "Welcome to Habitica!",
"commGuidePara001": "Greetings, adventurer! Welcome to Habitica, the land of productivity, healthy living, and the occasional rampaging gryphon. We have a cheerful community full of helpful people supporting each other on their way to self-improvement. To fit in, all it takes is a positive attitude, a respectful manner, and the understanding that everyone has different skills and limitations -- including you! Habiticans are patient with one another and try to help whenever they can.",
"commGuidePara002": "To help keep everyone safe, happy, and productive in the community, we do have some guidelines. We have carefully crafted them to make them as friendly and easy-to-read as possible. Please take the time to read them before you start chatting.",
"commGuidePara003": "These rules apply to all of the social spaces we use, including (but not necessarily limited to) Trello, GitHub, Transifex, and the Wikia (aka wiki). Sometimes, unforeseen situations will arise, like a new source of conflict or a vicious necromancer. When this happens, the mods may respond by editing these guidelines to keep the community safe from new threats. Fear not: you will be notified by an announcement from Bailey if the guidelines change.",
"commGuidePara004": "Now ready your quills and scrolls for note-taking, and let's get started!",
"commGuideHeadingInteractions": "Interactions in Habitica",
"commGuidePara015": "Habitica has two kinds of social spaces: public, and private. Public spaces include the Tavern, Public Guilds, GitHub, Trello, and the Wiki. Private spaces are Private Guilds, Party chat, and Private Messages. All Display Names must comply with the public space guidelines. To change your Display Name, go on the website to User > Profile and click on the \"Edit\" button.",
"commGuidePara016": "When navigating the public spaces in Habitica, there are some general rules to keep everyone safe and happy. These should be easy for adventurers like you!",
"commGuideList02A": "<strong>Respect each other</strong>. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes Habitica so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:",
"commGuideList02B": "<strong>Obey all of the <a href='/static/terms' target='_blank'>Terms and Conditions</a></strong>.",
"tavernCommunityGuidelinesPlaceholder": "Prijateljski podsjetnik: ovo je čat za sve uzraste, zato pripazite da sadržaj i jezik budu primjereni! Ako imate pitanja, pogledajte smjernice zajednice na bočnoj traci.",
"lastUpdated": "Posljednje ažuriranje:",
"commGuideHeadingWelcome": "Dobrodošli na Habitica!",
"commGuidePara001": "Pozdrav, avanturisto! Dobrodošli u Habiticu, zemlju produktivnosti, zdravog života i ponekog divljeg grifona. Imamo veselu zajednicu punu uslužnih ljudi koji se međusobno podržavaju na njihovom putu ka samousavršavanju. Da biste se uklopili, potreban je samo pozitivan stav, način poštovanja i razumijevanje da svi imaju različite vještine i ograničenja -- uključujući i vas! Habitičani su strpljivi jedni s drugima i pokušavaju pomoći kad god mogu.",
"commGuidePara002": "Da bismo pomogli da svi budu sigurni, sretni i produktivni u zajednici, imamo neke smjernice. Pažljivo smo ih izradili kako bi bili što ugodniji i čitljiviji. Uzmite vremena da ih pročitate prije nego što počnete čavrljati.",
"commGuidePara003": "Ova se pravila primjenjuju na sve društvene prostore koje koristimo, uključujući (ali ne nužno ograničene na) Trello, GitHub, Weblate i Wikia (zvani wiki). Ponekad će se pojaviti nepredviđene situacije, poput novog izvora sukoba ili opakog nekromanta. Kada se to dogodi, moderatori mogu odgovoriti uređivanjem ovih smjernica kako bi zaštitili zajednicu od novih prijetnji. Ne bojte se: dobit ćete obavijest od Bailey-ja ako se smjernice promijene.",
"commGuidePara004": "Sada spremite svoje gavranovo pero i papirus, pa da počnemo!",
"commGuideHeadingInteractions": "Interakcije u Habitica",
"commGuidePara015": "Habitica ima dvije vrste društvenih prostora: javni i privatni. Javni prostori uključuju aščinicu, javne esnafe, GitHub, Trello i Wiki. Privatni prostori su privatni esnafi, privatna čavrljanja i privatne poruke. Sva prikazana imena moraju biti u skladu sa smjernicama javnog prostora. Da biste promijenili svoje ime za prikaz, idite na web mjesto pod Korisnik > Profil i kliknite dugme \\\"Uredi\\\".",
"commGuidePara016": "Kada se krećete javnim prostorima u Habitici, postoje neka opšta pravila kako bi svi bili sigurni i sretni. Ovo bi trebalo biti lahko avanturistima poput vas!",
"commGuideList02A": "<strong>Uvažavajte jedni druge</strong>. Budite uljudni, ljubazni, prijateljski i uslužni. Zapamtite: Habitičanci dolaze iz svih sredina i imali su raznolika iskustva. Ovo je dio onoga što Habiticu čini tako cool! Izgradnja zajednice znači poštivanje i uvažavanje naših razlika kao i naših sličnosti. Evo nekoliko jednostavnih načina da se poštujete:",
"commGuideList02B": "<strong>Poštujte sve <a href='/static/terms' target='_blank'>Uslove i odredbe</a></strong>.",
"commGuideList02C": "<strong>Do not post images or text that are violent, threatening, or sexually explicit/suggestive, or that promote discrimination, bigotry, racism, sexism, hatred, harassment or harm against any individual or group</strong>. Not even as a joke. This includes slurs as well as statements. Not everyone has the same sense of humor, and so something that you consider a joke may be hurtful to another. Attack your Dailies, not each other.",
"commGuideList02D": "<strong>Keep discussions appropriate for all ages</strong>. We have many young Habiticans who use the site! Let's not tarnish any innocents or hinder any Habiticans in their goals.",
"commGuideList02E": "<strong>Avoid profanity. This includes milder, religious-based oaths that may be acceptable elsewhere</strong>. We have people from all religious and cultural backgrounds, and we want to make sure that all of them feel comfortable in public spaces. <strong>If a moderator or staff member tells you that a term is disallowed on Habitica, even if it is a term that you did not realize was problematic, that decision is final</strong>. Additionally, slurs will be dealt with very severely, as they are also a violation of the Terms of Service.",
@ -125,4 +124,4 @@
"commGuideLink06": "<a href='https://trello.com/b/vwuE9fbO/' target='_blank'>The Art Trello</a>: for submitting pixel art.",
"commGuideLink07": "<a href='https://trello.com/b/nnv4QIRX/' target='_blank'>The Quest Trello</a>: for submitting quest writing.",
"commGuidePara069": "The following talented artists contributed to these illustrations:"
}
}

View file

@ -207,7 +207,7 @@
"backgroundStrangeSewersNotes": "Proklouzni podivnými stokami.",
"backgroundRainyCityText": "Deštivé město",
"backgroundRainyCityNotes": "Pročvachtej se deštivým městem.",
"backgrounds112016": "SET 30: Vydáno v listopadu 2016",
"backgrounds112016": "Sada 30: zveřejněna v listopadu 2016",
"backgroundMidnightCloudsText": "Půlnoční mračna",
"backgroundMidnightCloudsNotes": "Proleť skrz půlnoční mračna.",
"backgroundStormyRooftopsText": "Bouřlivé střechy",
@ -227,7 +227,7 @@
"backgroundRedNotes": "Čupr červené pozadí.",
"backgroundYellowText": "Žlutá",
"backgroundYellowNotes": "Báječné žluté pozadí.",
"backgrounds122016": "SET 31: Vydáno v prosinci 2016",
"backgrounds122016": "Sada 31: zveřejněna v prosinci 2016",
"backgroundShimmeringIcePrismText": "Třpytivé hranoly ledu",
"backgroundShimmeringIcePrismNotes": "Protancuj mezi třpytivými hranoly ledu.",
"backgroundWinterFireworksText": "Zimní ohňostroj",
@ -562,5 +562,13 @@
"backgroundFlyingOverAnAutumnForestText": "Přelet přes podzimní les",
"backgrounds092020": "Sada 76: zveřejněna v září 2020",
"backgroundProductivityPlazaNotes": "Inspiruj se při procházce po náměstí produktivity v Habit City.",
"backgroundJungleCanopyNotes": "Užij si slunce prosakující přístřeškem v džungli."
"backgroundJungleCanopyNotes": "Užij si slunce prosakující přístřeškem v džungli.",
"backgroundGingerbreadHouseText": "Perníková chaloupka",
"backgrounds122020": "Sada 79: Zveřejněna v prosinci 2020",
"backgroundRiverOfLavaText": "Proud lávy",
"backgroundRestingInTheInnNotes": "Pracuj v pohodlí a bezpečí svého pokoje zatímco odpočíváš v hostinci.",
"backgroundRestingInTheInnText": "Odpočinek v hostinci",
"backgroundMysticalObservatoryNotes": "Vyčti svůj osud ze hvězd, které spatříš z mystické observatoře.",
"backgroundMysticalObservatoryText": "Mystická observatoř",
"backgrounds112020": "Sada 78: Zveřejněna v listopadu 2020"
}

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Vyčistit data v prohlížeči",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Doplňky & Rozšírení</a>",
"communityFacebook": "Facebook",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Fórum</a>",
"companyAbout": "Jak to funguje",
"companyBlog": "Blog",
"companyContribute": "Přispět",

View file

@ -103,7 +103,7 @@
"weaponSpecialPageBannerText": "Pážecí vlajka",
"weaponSpecialPageBannerNotes": "Mávej svou vlajkou vysoko a podpoř tím své sebevědomí! Zvyšuje sílu o <%= str %>.",
"weaponSpecialRoguishRainbowMessageText": "Zlodějská duhová zpráva",
"weaponSpecialRoguishRainbowMessageNotes": "Tato třpytivá obálka obsahuje zprávu plnou povzbuzení od Habiťanů, a špetku magie pro pomocné zrychlení tvých zásilek! Zvyšuje Vnímání o <%= per %>.",
"weaponSpecialRoguishRainbowMessageNotes": "Tato třpytivá obálka obsahuje zprávu plnou povzbuzení od Habiťanů a špetku magie pro pomocné zrychlení tvých zásilek! Zvyšuje vnímání o <%= per %>.",
"weaponSpecialSkeletonKeyText": "Kostnatý klíč",
"weaponSpecialSkeletonKeyNotes": "Všichni nejlepší zloději nosí s sebou klíč, který může otevřít jakýkoli zámek! Zvyšuje obranu o <%= con %>.",
"weaponSpecialNomadsScimitarText": "Nomádův scimitar",
@ -159,37 +159,37 @@
"weaponSpecialSpring2015WarriorText": "Kostěný kyj",
"weaponSpecialSpring2015WarriorNotes": "Je to pravý kostěný kyj pro divoké pejsky a rozhodně to není hračka na žvýkání, kterou ti dali sezonní mudrcové, protože kdo je hodný pejsek? Kdooo je hodný pejsek? Ty jsi!!!! Ty jsi hodný pejsek!!! Zvyšuje sílu o <%= str %>. Limitovaná edice jarní výbava 2015.",
"weaponSpecialSpring2015MageText": "Mágova hůlka",
"weaponSpecialSpring2015MageNotes": "Vykouzli si mrkev s touhle super hůlkou. Zvyšuje inteligenci o <%= int %> a vnímání o <%= per %>. Limitovaná edice jarní výbava 2015.",
"weaponSpecialSpring2015MageNotes": "Vykouzli si mrkev s touhle super hůlkou. Zvyšuje inteligenci o <%= int %> a vnímání o <%= per %>. Limitovaná edice jarní výzbroj 2015.",
"weaponSpecialSpring2015HealerText": "Kočičí chrastítko",
"weaponSpecialSpring2015HealerNotes": "Když s ním zamáváš, vydává fascinující chřestivý zvuk, který zabaví KOHOKOLIV na hodiny. Zvyšuje inteligenci o <%= int %>. Limitovaná edice jarní výbava 2015.",
"weaponSpecialSummer2015RogueText": "Střílející korál",
"weaponSpecialSummer2015RogueNotes": "Tato odrůda korálu má schopnost vystřelovat svůj jed skrz vody. Zvyšuje sílu o <%= str %>. Limitovaná edice letní výbava 2015.",
"weaponSpecialSummer2015WarriorText": "Sluneční mečoun",
"weaponSpecialSummer2015WarriorNotes": "Sluneční mečoun je hrůzu nahánějící zbraň, pokud ji tedy přiměješ, aby se přestala kroutit. Zvyšuje sílu o <%= str %>. Limitovaná edice letní výbava 2015.",
"weaponSpecialSummer2015WarriorNotes": "Sluneční mečoun je hrůzu nahánějící zbraň, pokud ji tedy přiměješ, aby se přestala kroutit. Zvyšuje sílu o <%= str %>. Limitovaná edice letní výzbroj 2015.",
"weaponSpecialSummer2015MageText": "Věštecká hůl",
"weaponSpecialSummer2015MageNotes": "V kamenech tohoto žezla se blyští skrytá síla. Zvyšuje inteligenci o <%= int %> a vnímání o <%= per %>. Limitovaná edice letní výbava 2015.",
"weaponSpecialSummer2015MageNotes": "V kamenech tohoto žezla se blyští skrytá síla. Zvyšuje inteligenci o <%= int %> a vnímání o <%= per %>. Limitovaná edice letní výzbroj 2015.",
"weaponSpecialSummer2015HealerText": "Hůlka vln",
"weaponSpecialSummer2015HealerNotes": "Léčí mořské nemoci i mořskou nemoc! Zvyšuje Inteligenci o <%= int %>. Limitovaná edice letní výbavy 2015.",
"weaponSpecialSummer2015HealerNotes": "Léčí nemoci moře i mořskou nemoc! Zvyšuje inteligenci o <%= int %>. Limitovaná edice letní výzbroj 2015.",
"weaponSpecialFall2015RogueText": "Netopýří sekera",
"weaponSpecialFall2015RogueNotes": "Úkoly se zbaběle třesou před plácáním této sekery. Zvyšuje Sílu o <%= str %>. Limitovaná edice podzimní výbavy 2015.",
"weaponSpecialFall2015RogueNotes": "Úkoly se zbaběle třesou před plácáním této sekery. Zvyšuje sílu o <%= str %>. Limitovaná edice podzimní výzbroj 2015.",
"weaponSpecialFall2015WarriorText": "Dřevěné prkno",
"weaponSpecialFall2015WarriorNotes": "Výborné pro vyzvedávání věcí v kukuřičných polích a/nebo plácání úkolů Zvyšuje Sílu o <%= str %>. Limitovaná edice podzimní výbavy 2015.",
"weaponSpecialFall2015MageText": "Začarovaná nit",
"weaponSpecialFall2015MageNotes": "Mocná čarodějka šití dokáže tuto nit ovládat aniž by se jí dotkla! Zvyšuje Inteligenci o <%= int %> a Vnímání i <%= per %>. Limitovaná edice podzimní výbavy 2015.",
"weaponSpecialFall2015WarriorNotes": "Výborné pro vyzvedávání věcí v kukuřičných polích a/nebo plácání úkolů Zvyšuje sílu o <%= str %>. Limitovaná edice podzimní výzbroj 2015.",
"weaponSpecialFall2015MageText": "Začarovaná niť",
"weaponSpecialFall2015MageNotes": "Mocná čarodějka šití dokáže tuto niť ovládat, aniž by se jí dotkla! Zvyšuje inteligenci o <%= int %> a vnímání i <%= per %>. Limitovaná edice podzimní výzbroj 2015.",
"weaponSpecialFall2015HealerText": "Lektvar ze slizu z bažiny",
"weaponSpecialFall2015HealerNotes": "Uvařen k dokonalosti. Nyní se už jen musíš přesvědčit ho vypít. Zvyšuje Inteligenci o <%= int %>. Limitovaná edice podzimní výbavy 2015.",
"weaponSpecialFall2015HealerNotes": "Uvařen k dokonalosti! Nyní se už jen musíš přesvědčit ho vypít. Zvyšuje inteligenci o <%= int %>. Limitovaná edice podzimní výzbroj 2015.",
"weaponSpecialWinter2016RogueText": "Hrnek kakaa",
"weaponSpecialWinter2016RogueNotes": "Nápoj, který zahřeje, nebo žhavý projektil? Rozhodni se sám... Zvyšuje Sílu o <%= str %>. Limitovaná edice zimní výbavy 2015-2016.",
"weaponSpecialWinter2016RogueNotes": "Nápoj, který zahřeje, nebo žhavý projektil? Rozhodni se sám... Zvyšuje sílu o <%= str %>. Limitovaná edice zimní výzbroj 2015-2016.",
"weaponSpecialWinter2016WarriorText": "Stabilní lopata",
"weaponSpecialWinter2016WarriorNotes": "Odházel lopatou úkoly z cesty! Zvyšuje Sílu o <%= str %>. Limitovaná edice zimní výbavy 2015-2016.",
"weaponSpecialWinter2016WarriorNotes": "Odházej lopatou úkoly z cesty! Zvyšuje sílu o <%= str %>. Limitovaná edice zimní výzbroj 2015-2016.",
"weaponSpecialWinter2016MageText": "Mudrcův snowboard",
"weaponSpecialWinter2016MageNotes": "Tvůj styl je tak hustý, že musíš čarovat! Zvyšuje Inteligenci o <%= int %> a Vnímání o <%= per %>. Limitovaná edice zimní výbavy 2015-2016.",
"weaponSpecialWinter2016MageNotes": "Tvůj styl je tak hustý, to musí být čáry! Zvyšuje inteligenci o <%= int %> a vnímání o <%= per %>. Limitovaná edice zimní výzbroj 2015-2016.",
"weaponSpecialWinter2016HealerText": "Kanón s konfetami",
"weaponSpecialWinter2016HealerNotes": "JÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉJ!!!!!!! VÍTEJ V ZIMNÍ ŘÍŠI DIVŮ!!!!!!!! Zvyšuje Inteligenci o <%= int %>. Limitovaná edice zimní výbavy 2015-2016.",
"weaponSpecialWinter2016HealerNotes": "JÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉJ!!!!!!! VÍTEJ V ZIMNÍ ŘÍŠI DIVŮ!!!!!!!! Zvyšuje inteligenci o <%= int %>. Limitovaná edice zimní výzbroj 2015-2016.",
"weaponSpecialSpring2016RogueText": "Ohnivá bola",
"weaponSpecialSpring2016RogueNotes": "Zvládnul jsi kouli, kyj a nůž. Teď jsi postoupil na žonglování s ohněm. Wohoo! Zvyšuje Sílu o <%= str %>. Limitovaná edice Jarní výbavy 2016.",
"weaponSpecialSpring2016RogueNotes": "Zvládnul jsi kouli, kyj a nůž. Teď jsi postoupil na žonglování s ohněm. Wohoo! Zvyšuje sílu o <%= str %>. Limitovaná edice jarní výzbroj 2016.",
"weaponSpecialSpring2016WarriorText": "Sýrová palička",
"weaponSpecialSpring2016WarriorNotes": "Nikdo nemá tolik přátel jako myš se sýry. Zvyšuje sílu o <%= str %>. Limitovaná edice Jarní výbavy 2016.",
"weaponSpecialSpring2016WarriorNotes": "Nikdo nemá tolik přátel jako myš se sýry. Zvyšuje sílu o <%= str %>. Limitovaná edice jarní výzbroj 2016.",
"weaponSpecialSpring2016MageText": "Hůl zvonků",
"weaponSpecialSpring2016MageNotes": "Abra-cat-abra! Tak oslnivé, že možná okouzluješ i sebe! Oo... ono to zvoní... Zvyšuje inteligenci o <%= int %> a Vnímání o <%= per %>. Limitovaná edice Jarní výbavy 2016.",
"weaponSpecialSpring2016HealerText": "Hůlka jarních květin",

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Ryd browserdata",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Tilføjelser og udvidelser</a>",
"communityFacebook": "Facebook",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Forum</a>",
"companyAbout": "Hvordan det virker",
"companyBlog": "Blog",
"companyContribute": "Bidrag",

View file

@ -363,5 +363,6 @@
"hatchingPotionTurquoise": "Türkisgrünes",
"hatchingPotionVampire": "Vampir",
"hatchingPotionBlackPearl": "Schwarze Perle",
"hatchingPotionAutumnLeaf": "Herbstlaub"
"hatchingPotionAutumnLeaf": "Herbstlaub",
"hatchingPotionStainedGlass": "Buntglas"
}

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Browserdaten löschen",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Add-ons & Erweiterungen</a>",
"communityFacebook": "Facebook",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Forum</a>",
"companyAbout": "So funktioniert es",
"companyBlog": "Blog",
"companyContribute": "Mitwirken",
@ -164,7 +163,7 @@
"gamifyYourLife": "Mach Dein Leben zum Spiel",
"aboutHabitica": "Habitica ist eine kostenlose Anwendung zur Gewohnheitsbildung und Steigerung der Produktivität, die Dein Leben wie ein Spiel behandelt. Mit Belohnungen und Bestrafungen als Motivation und einem starken sozialen Netzwerk als Inspiration kann Habitica Dir helfen, Deine Ziele zu erreichen und gesund, fleißig und glücklich zu werden.",
"trackYourGoals": "Behalte den Überblick über Deine Gewohnheiten und Ziele",
"trackYourGoalsDesc": "Bleibe verantwortungsbewusst, indem Du Deine Gewohnheiten, Tagesaufgaben und To-Dos mit Habiticas benutzerfreundlichen Mobile Apps und der Webseite trackst und organisierst.",
"trackYourGoalsDesc": "Bleibe verantwortungsbewusst, indem Du Deine Gewohnheiten, Tagesaufgaben und To-Dos mit Habiticas benutzerfreundlichen Mobile-Apps und der Webseite dokumentierst und organisierst.",
"earnRewards": "Verdiene Belohnungen für Deine Ziele",
"earnRewardsDesc": "Erledige Aufgaben um Deinen Avatar aufzuleveln und schalte Spielfunktionen wie zum Beispiel Schlacht-Rüstungen, mysteriöse Haustiere, magische Fähigkeiten und sogar Quests frei!",
"battleMonsters": "Bezwinge Monster mit Freunden",

View file

@ -1790,7 +1790,7 @@
"headSpecialSpring2019HealerNotes": "Mach Dich bereit für den ersten Frühlingstag mit diesem niedlichen Schnabelhelm. Erhöht Intelligenz um <%= int %>. Limitierte Ausgabe 2019 Frühlingsausrüstung.",
"headMystery201903Text": "Sonnenseite-Oben-Helm",
"headMystery201903Notes": "Manche mögen Dich einen Eierkopf nennen, aber das ist Dir egal, denn an Dir perlt das ab wie Eigelb an einer Teflonpfanne. Gewährt keinen Attributbonus. Abonnentengegenstand, März 2019.",
"headArmoireToqueBlancheText": "Weisse Kochmütze",
"headArmoireToqueBlancheText": "Weiße Kochmütze",
"headArmoireToqueBlancheNotes": "Der Legende nach zeigt die Anzahl Falten in dieser Mütze, wie viele Arten Eier zu kochen Du kennst! Stimmt das auch? Erhöht Wahrnehmung um <%= per %>. Verzauberter Schrank: Küchenchef-Set (Gegenstand 1 von 4).",
"headArmoireVernalHenninText": "Frühlingshafter Hennin",
"headArmoireVernalHenninNotes": "Diese konische Haube ist mehr als nur eine hübsche Kopfbedeckung. Du kannst darin auch eine aufgerollte To-Do-Liste aufbewahren. Erhöht Wahrnehmung um <%= per %>. Verzauberter Schrank: Frühlingshaftes Kleiderset (Gegenstand 1 von 3).",
@ -1876,8 +1876,8 @@
"headSpecialSummer2019MageText": "Seerosenhut",
"headSpecialSummer2019HealerText": "Muschelkrone",
"headMystery201904Text": "Opulenter Opal-Stirnreif",
"headMystery201907Text": "Rückwärts getragene Mütze",
"headMystery201907Notes": "Nichts sagt mehr \"Ich entspanne hier!\" als eine rückwärts getragene Mütze. Gewährt keinen Attributbonus. Abonnentengegenstand vom Juli 2019.",
"headMystery201907Text": "Cooles Cappy",
"headMystery201907Notes": "Nichts sagt mehr \"Ich chille hier!\" als ein rückwärts getragenes Cappy. Gewährt keinen Attributbonus. Abonnentengegenstand, Juli 2019.",
"shieldSpecialSummer2019MageText": "Klare Wassertropfen",
"backMystery201905Text": "Blendende Drachenflügel",
"headAccessoryMystery201905Text": "Blendende Drachenhörner",
@ -2233,5 +2233,33 @@
"armorArmoireDressingGownNotes": "Entspanne mit Stil in diesem wunderschönen traditionellen Morgenrock. Erhöht Ausdauer um <%= con %>. Verzauberter Schrank: Schlafrock-Set (Gegenstand 1 von 3).",
"armorArmoireDressingGownText": "Gemütlicher Morgenrock",
"weaponArmoireEveningTeaNotes": "Dieses Allheilmittel wird dir helfen dich zu entspannen und die großen Aufgaben zu bewältigen, welche so bedrohlich aussehen. Erhöht Intelligenz um <%= int %>. Verzauberter Schrank: Schlafrock-Set (Gegenstand 3 von 3).",
"weaponArmoireEveningTeaText": "Tasse Tee"
"weaponArmoireEveningTeaText": "Tasse Tee",
"shieldSpecialWinter2021HealerNotes": "Diese fantastischen Fäustlinge stoppen auch Waffen eiskalt. Erhöht Ausdauer um <%= con %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"shieldSpecialWinter2021HealerText": "Arktische Armschoner",
"shieldSpecialWinter2021WarriorNotes": "Erzähle all deinen Freunden von dem WIRKLICH großen Fisch, denn Du gefangen hast! Aber ob Du auch erwähnst, dass er aus Plastik ist und Lieder für dich singt bleibt dir überlassen. Erhöht Ausdauer um <%= con %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"shieldSpecialWinter2021WarriorText": "Großer Fisch",
"headSpecialWinter2021MageText": "Mondschatten Kapuze",
"headSpecialWinter2021WarriorNotes": "Mummel dich gegen das kalte Wetter in diese Kapuze ein. Erhöht Stärke um <%= str %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"headSpecialWinter2021WarriorText": "Isolierte Kapuze",
"headSpecialWinter2021RogueNotes": "Mit einer Maske wie dieser kann ein jeder Schurke sich in den Wäldern ungesehen bewegen. Erhöht Wahrnehmung um <%= per %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"headSpecialWinter2021RogueText": "Efeumaske",
"armorSpecialWinter2021HealerNotes": "Überwinde kalte Winde mit dem besten Schutz nördlich des Polarkreises! Erhöht Ausdauer um <%= con %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"armorSpecialWinter2021HealerText": "Arktischer Anorak",
"armorSpecialWinter2021MageNotes": "Dieses Wintergewand macht es dir selbst in der kalten Zeit behaglich. Ein edel fließendes Obermaterial reflektiert das Licht des Silbermondes und lässt dich in seinem Glanz erstrahlen. Erhöht Intelligenz um <%= int %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"armorSpecialWinter2021MageText": "Gewand des Fließenden Mondlichts",
"armorSpecialWinter2021WarriorNotes": "Wenn Du in diesem Wetter raus gehst, packst Du Dich besser warm ein. Erhöht Ausdauer um <%= con %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"armorSpecialWinter2021WarriorText": "Isolierte Jacke",
"armorSpecialWinter2021RogueNotes": "Verschmilz mit den immergrünen Schatten! Erhöht Wahrnehmung um <%= per %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"armorSpecialWinter2021RogueText": "Efeu-Grünes Gewand",
"weaponSpecialWinter2021HealerNotes": "Dirigiere deine Kämpfe mit unvorhersehbarem Schwung, wie ein Schneegestöber! Erhöht Intelligenz um <%= int %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"weaponSpecialWinter2021HealerText": "Flocken Flanken Rute",
"weaponSpecialWinter2021MageNotes": "Diese mächtige Waffe ist nicht nur eine Phase! Konzentriere deine Kräfte, fokussiere den Verlauf eines Monates und studiere den Lauf von Zeit und Raum. Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"weaponSpecialWinter2021MageText": "Magischer Mond-Phaser",
"weaponSpecialWinter2021WarriorNotes": "Hiermit kannst Du die größten Frische an Land ziehen! Erhöht Stärke um <%= str %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"weaponSpecialWinter2021WarriorText": "Mächtige Angelrute",
"weaponSpecialWinter2021RogueNotes": "Tarnung und Waffe in einem, die giftigen Früchte der Stechpalme helfen dir mit den schwierigsten Aufgaben umzugehen. Erhöht Stärke um <%= str %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"weaponSpecialWinter2021RogueText": "Ilex-Beeren Morgenstern",
"headSpecialWinter2021HealerNotes": "Ein überraschend großer Teil unserer Körperwärme wird über den Kopf abgegeben! Nicht jedoch, wenn du diese dicke Mütze mit Wind-schützender Sturmbrille trägst. Auf DEINEN Wimpern werden sicher keine Eiszapfen entstehen! Erhöht Intelligenz um <%= int %>. Limitierte Ausgabe 2020-2021 Winterausrüstung.",
"headSpecialWinter2021HealerText": "Arktischer Entdecker Kopfschutz",
"headSpecialWinter2021MageNotes": "Lasse deine Gedanken frei, während Deine physische Gestalt sicher und warm unter dieser kolossalen Kapuze jedem Winterwind standhältst. Erhöht Wahrnehmung um <%= per %>. Limitierte Ausgabe 2020-2021 Winterausrüstung."
}

View file

@ -348,7 +348,7 @@
"blockedToSendToThisUser": "Du kannst dieser Person nicht schreiben, weil Du diese Person blockiert hast.",
"PMDisabled": "Private Nachrichten deaktivieren",
"userWithUsernameOrUserIdNotFound": "Benutzername bzw. Benutzer ID nicht gefunden.",
"usernameOrUserId": "Benutzername oder Benutzer ID",
"usernameOrUserId": "Gib @benutzername oder Benutzer ID an",
"sendGiftToWhom": "Wem würdest Du gerne ein Geschenk schicken?",
"selectGift": "Geschenk auswählen",
"PMCanNotReply": "Du kannst auf diese Nachricht nicht antworten",
@ -367,5 +367,7 @@
"bannedWordsAllowed": "Verbotene Wörter zulassen",
"languageSettings": "Spracheinstellungen",
"cannotRemoveQuestOwner": "Du kannst die Person, welche die aktive Quest besitzt nicht entfernen. Breche erst die Quest ab.",
"features": "Funktionen"
"features": "Funktionen",
"giftMessageTooLong": "Die maximale Länge für Geschenk-Nachrichten ist <%= maxGiftMessageLength %>.",
"selectSubscription": "Wähle ein Abonnement"
}

View file

@ -142,12 +142,12 @@
"dateEndNovember": "30. November",
"dateEndJanuary": "31. Januar",
"dateEndFebruary": "29. Februar",
"winterPromoGiftHeader": "Verschenke ein Abonnement und bekomme eins umsonst!",
"winterPromoGiftHeader": "VERSCHENK EIN ABO, BEKOMME EINS UMSONST!",
"winterPromoGiftDetails1": "Nur bis zum 6. Januar: wenn Du jemandem ein Abonnement schenkst, erhältst Du das gleiche Abonnement gratis für Dich!",
"winterPromoGiftDetails2": "Bitte bedenke, dass das geschenkte Abonnement, falls Du oder Deine beschenkte Person bereits über ein sich wiederholendes Abonnement verfügen, erst dann startet, wenn das alte Abonnement gekündigt wird oder ausläuft. Herzlichen Dank für Deine Unterstützung! <3",
"discountBundle": "Paket",
"g1g1Announcement": "Die \"Schenke ein Abo, bekomm ein Abo Gratis\" Aktion läuft jetzt!",
"g1g1Details": "Schenke einem Freund ein Abonnement auf seiner Profil-Seite und Du erhältst das selbe Abonnement gratis!",
"g1g1Announcement": "Die <strong>Schenke ein Abo, bekomme ein Abo gratis</strong> Aktion läuft jetzt!",
"g1g1Details": "Schenke einem Freund ein Abonnement und Du erhältst das selbe Abonnement gratis!",
"spring2019OrchidWarriorSet": "Orchidee (Krieger)",
"spring2019AmberMageSet": "Bernstein (Magier)",
"spring2019RobinHealerSet": "Rotkehlchen (Heiler)",
@ -187,5 +187,16 @@
"fall2020WraithWarriorSet": "Gespenst (Krieger)",
"septemberYYYY": "September <%= year %>",
"royalPurpleJackolantern": "Purpurne Kürbislaterne",
"novemberYYYY": "November <%= year %>"
"novemberYYYY": "November <%= year %>",
"g1g1Limitations": "Dies ist eine Zeit-beschränkte Aktion und startet am 17. Dezember um 13:00 Uhr (GMT) und wird am 7. Januar um 01:00 Nachts (GMT) enden. Dieses Angebot ist nur gültig wenn Du einen anderen Habitikianer beschenkst. Wenn Du, oder die beschenkte Person, bereits ein Abo haben wird dieses, sobald es abläuft oder gekündigt wird, um die Zeit des Geschenkes verlängert werden.",
"limitations": "Einschränkungen",
"g1g1HowItWorks": "Gebe den Account-Namen ein, welchem Du das Geschenk machen willst. Dann wähle die Länge des Abos, das du verschenken möchtest und schließe den Vorgang ab. Dein Account wird automatisch mit dem selben Abo belohnt, das Du gerade verschenkt hast.",
"howItWorks": "So funktioniert es",
"g1g1Returning": "Anlässlich der Saison bringen wir eine besonderes Angebot zurück. Wenn Du jetzt ein Abonnement verschenkst erhälltst Du im Gegenzug das selbe!",
"g1g1Event": "\"Schenk' Eins, Bekomm' Eins\"- Aktion läuft jetzt!",
"g1g1": "Schenk' Eins, Bekomm' Eins",
"winter2021HollyIvyRogueSet": "Stechpalme und Efeu (Schurke)",
"winter2021ArcticExplorerHealerSet": "Arktische Forschung (Heiler)",
"winter2021WinterMoonMageSet": "Wintermond (Magier)",
"winter2021IceFishingWarriorSet": "Eisfischer (Krieger)"
}

View file

@ -123,5 +123,8 @@
"paymentCanceledDisputes": "Wir haben eine Bestätigung der Kündigung an Deine E-Mailadresse gesendet. Falls Du die E-Mail nicht erhältst, kontaktiere uns bitte um zu verhindern, dass es zu Zahlungsstreitigkeiten kommt.",
"cannotUnpinItem": "Dieser Gegenstand kann nicht von der Pinnwand entfernt werden.",
"paymentSubBillingWithMethod": "Dein Abonnement wird in Höhe von <strong>$<%= amount %></strong> alle <strong><%= months %> Monat(e)</strong> per <strong><%= paymentMethod %></strong> abgerechnet.",
"invalidUnlockSet": "Dieses Set an Gegenständen ist abgelaufen und kann nicht freigeschaltet werden."
"invalidUnlockSet": "Dieses Set an Gegenständen ist abgelaufen und kann nicht freigeschaltet werden.",
"nGems": "<%= nGems %> Edelsteine",
"nMonthsSubscriptionGift": "<%= nMonths %> Monat(e) Abonnement (Geschenk)",
"nGemsGift": "<%= nGems %> Edelsteine (Geschenk)"
}

View file

@ -596,7 +596,7 @@
"hugabugText": "\"Knuddel den Käfer\" Quest-Paket",
"hugabugNotes": "Beinhaltet 'Der KRITISCHE BUG', 'Die Schnecke der Schlamm-Schinderei' und 'Flieg' weiter, Funkenfalter!'. Verfügbar bis zum 31. März.",
"questSquirrelText": "Das Raffinierte Eichhörnchen",
"questSquirrelNotes": "Du wachst auf und bemerkst, dass Du verschlafen hast! Warum ist Dein Wecker nicht losgegangen? .... Wie ist eine Eichel in die Klingel geraten?<br><br>Als Du versuchst, Frühstück zu machen, ist der Toaster mit Eicheln gefüllt. Als Dein Reittier holen willst, ist @Shtut da und versucht erfolglos, den Stall aufzusperren. Du schaust in das Schlüsselloch. “Ist das eine Eichel da drin?”<br><br>@randomdaisy ruft: “Oh nein! Ich wusste, dass meine Haustier-Eichhörnchen ausgebüxt sind, aber ich wusste nicht, dass sie solche Schwierigkeiten gemacht haben! Kannst Du mir helfen, sie zusammenzutreiben, bevor sie noch mehr Chaos anrichten?”<br><br>Den Spuren der schelmisch platzierten Eichennüsse folgenf fängst Du die eigensinnigen Nager, wobei @Cantras hilft, sie sicher zu Hause zu sichern. Aber gerade als Du denkst, dass Deine Aufgabe fast erledigt ist, springt eine Eichel von Deinem Helm ab! Du schaust auf, um ein mächtiges Exemplar eines Eichhörnchens zu sehen, das zur Verteidigung eines wunderbaren Haufens von Eicheln zusammengekauert dasitzt.<br><br>\"Oh je”, sagt @randomdaisy leise. “Sie war schon immer eine Art Ressourcenschützerin. Wir müssen sehr vorsichtig vorgehen!” Du schliesst mit deiner Gruppe einen Kreis, bereit für Ärger!",
"questSquirrelNotes": "Du wachst auf und bemerkst, dass Du verschlafen hast! Warum hat Dein Wecker nicht geklingelt? .... Wie ist eine Eichel in die Klingel geraten?<br><br>Als Du versuchst, Frühstück zu machen, ist der Toaster mit Eicheln gefüllt. Als Du Dein Reittier holen willst, ist @Shtut da und versucht erfolglos, den Stall aufzusperren. Du schaust in das Schlüsselloch. “Ist das eine Eichel da drin?”<br><br>@randomdaisy ruft: “Oh nein! Ich wusste, dass meine Haustier-Eichhörnchen ausgebüxt sind, aber ich wusste nicht, dass sie solche Schwierigkeiten gemacht haben! Kannst Du mir helfen, sie zusammenzutreiben, bevor sie noch mehr Chaos anrichten?”<br><br>Den Spuren der schelmisch platzierten Eichennüsse folgend, fängst Du die eigensinnigen Nager, wobei @Cantras hilft sie sicher zu Hause unterzubringen. Aber gerade als Du denkst, dass Deine Aufgabe fast erledigt ist, prallt eine Nuss von Deinem Helm ab! Du schaust auf, um ein mächtiges Exemplar eines Eichhörnchens zu sehen, das zur Verteidigung eines wunderbaren Haufens von Eicheln zusammengekauert dasitzt.<br><br>Oh je”, sagt @randomdaisy leise. “Sie war schon immer eine Art Ressourcenschützerin. Wir müssen sehr vorsichtig vorgehen!” Ihr kreist das Tier langsam ein, bereit für Ärger!",
"questSquirrelCompletion": "Mit einer sanften Herangehensweise, Tauschangeboten und ein paar beruhigenden Zaubersprüchen kannst Du das Eichhörnchen von seinem Schatz weglocken und zurück zu den Ställen bringen, die @Shtut gerade erst enteichelt hat. Ein paar der Eicheln siehst Du auf einem Arbeitstisch beiseite gelegt. “Das sind Eichhörncheneier! Vielleicht kannst Du welche aufziehen, die nicht so viel mit ihrem Essen spielen.”",
"questSquirrelBoss": "Raffiniertes Eichhörnchen",
"questSquirrelDropSquirrelEgg": "Eichörnchen (Ei)",

View file

@ -182,5 +182,6 @@
"chatExtensionDesc": "Die Chat Erweiterung für Habitica fügt eine intuitive Chatbox für habitica.com hinzu. Sie erlaubt Benutzern, in der Taverne, ihrer Party und all ihren Gilden zu chatten.",
"chatExtension": "<a target='blank' href='https://chrome.google.com/webstore/detail/habitrpg-chat-client/hidkdfgonpoaiannijofifhjidbnilbb'>Chrome Chat Erweiterung</a> und <a target='blank' href='https://addons.mozilla.org/de/firefox/addon/habitica-chat-client-2/'>Firefox Chat Erweiterung</a>",
"displaynameIssueNewline": "Anzeigenamen dürfen keinen Backslash gefolgt von einem Buchstaben N enthalten.",
"resetAccount": "Konto zurücksetzen"
"resetAccount": "Konto zurücksetzen",
"giftedSubscriptionWinterPromo": "Hallo <%= username %>, Du hast, im Zuge unserer Feiertags-Geschenke-Schenk-Aktion, ein Abonnoment für <%= monthCount %> Monate geschenkt bekommen!"
}

View file

@ -1,8 +1,72 @@
{
"achievement": "Κατόρθωμα",
"onwards": "Πάμε!",
"levelup": "Πραγματοποιώντας τους στόχους σας στην πραγματική ζωή, ανεβήκατε επίπεδο και θεραπευτήκατε πλήρως!",
"reachedLevel": "Φτάσατε στο Επίπεδο <%= level %>",
"achievementLostMasterclasser": "Εκτελεστής Αποστολών: Σειρά Ταξιαρχών",
"achievementLostMasterclasserText": "Συμπληρώσατε και τις δεκαέξι αποστολές στη Σειρά Αποστολών Ταξιαρχών και λύσατε το μυστήριο με τον Χαμένο Ταξιάρχη!"
"achievement": "Κατόρθωμα",
"onwards": "Πάμε!",
"levelup": "Πραγματοποιώντας τους στόχους σας στην πραγματική ζωή, ανεβήκατε επίπεδο και θεραπευτήκατε πλήρως!",
"reachedLevel": "Φτάσατε στο Επίπεδο <%= level %>",
"achievementLostMasterclasser": "Εκτελεστής Αποστολών: Σειρά Ταξιαρχών",
"achievementLostMasterclasserText": "Συμπληρώσατε και τις δεκαέξι αποστολές στη Σειρά Αποστολών Ταξιαρχών και λύσατε το μυστήριο με τον Χαμένο Ταξιάρχη!",
"achievementBackToBasics": "Πίσω στα Βασικά",
"achievementJustAddWaterModalText": "Ολοκλήρωσες τις αποστολές κατοικιδίων Χταπόδι, Ιππόκαμπος, Σουπιά, Φάλλαινα, Χελώνα, Γυμνοβράγχιο, Θαλάσσιο Ερπετό και Δελφίνι!",
"achievementJustAddWaterText": "Έχει ολοκληρώσει τις αποστολές κατοικιδίων Χταπόδι, Ιππόκαμπος, Φάλαινα, Χελώνα , Γυμνοβράγχιο, Θαλάσσιο Ερπετό και Δελφίνι.",
"achievementJustAddWater": "Απλώς πρόσθεσε νερό",
"achievementMindOverMatterModalText": "Ολοκλήρωσες τις αποστολές κατοικιδίων Πέτρα, Χλαπάτσα και Κουβάρι!",
"achievementMindOverMatterText": "Έχει ολοκληρώσει τις αποστολές κατοικιδίων Πέτρα, Χλαπάτσα και Κουβάρι.",
"achievementMindOverMatter": "Το Πνεύμα υπερισχύει της Ύλης",
"achievementLostMasterclasserModalText": "Ολοκλήρωσες και τις δεκαέξι αποστολές στη Σειρά Αποστολών Masterclasser και έλυσες το μυστήριο του Χαμένου Masterclasser!",
"foundNewItems": "Βρήκες νέα αντικείμενα!",
"hideAchievements": "Κρύψε <%= category %>",
"showAllAchievements": "Εμφάνισε όλα τα <%= category %>",
"onboardingCompleteDescSmall": "Αν θέλεις ακόμα περισσότερα, δες τα Κατορθώματα και ξεκίνησε τη συλλογή σου!",
"onboardingCompleteDesc": "Κέρδισες <strong>5 Κατορθώματα</strong> και <strong class=\"gold-amount\">100 Χρυσό</strong> ολοκληρώνοντας τη λίστα.",
"onboardingComplete": "Ολοκλήρωσες τους στόχους επιβίβασης!",
"earnedAchievement": "Κέρδισες ένα Κατώρθωμα!",
"viewAchievements": "Δες τα Κατορθώματά σου",
"letsGetStarted": "Ας ξεκινήσουμε!",
"yourProgress": "Η Πρόοδός σου",
"onboardingProgress": "<%= percentage %>% πρόοδος",
"gettingStartedDesc": "Ολοκλήρωσε τους στόχους επιβίβασης και θα κερδίσεις <strong>5 Κατορθώματα</strong> και <strong class=\"gold-amount\">100 Χρυσό</strong> μόλις τελειώσεις!",
"yourRewards": "Ανταμοιβές",
"achievementBackToBasicsText": "Έχει συλλέξει όλα τα Βασικά Κατοικίδια.",
"foundNewItemsCTA": "Πήγαινε στον κατάλογο και προσπάθησε να συνδυάσεις το καινούργιο σου Φίλτρο Επώασης με ένα Αβγό!",
"foundNewItemsExplanation": "Με την ολοκλήρωση στόχων, αυξάνεται η πιθανότητα να βρείτε αντικείμενα όπως, Αβγά, Φίλτρα Επώασης και Ζωοτροφή.",
"achievementDustDevilText": "Έχει συλλέξει όλα τα κατοικίδια της Ερήμου.",
"achievementDustDevil": "Διάβολος της Σκόνης",
"achievementAllYourBase": "Όλες οι Βάσεις",
"achievementDustDevilModalText": "Έχεις συλλέξει όλα τα Κατοικίδια της Ερήμου!",
"achievementBackToBasicsModalText": "Έχεις συλλέξει όλα τα Βασικά Κατοικίδια!",
"achievementAridAuthority": "Άνυδρη Αρχή",
"achievementPartyUp": "Ένωσες τις δυνάμεις σου με ένα μέλος της ομάδας!",
"achievementUndeadUndertakerText": "Έχει εξημερώσει όλα τα Τέρατα Ζόμπι",
"achievementUndeadUndertaker": "Νεκροθάφτης Απέθαντων",
"achievementMonsterMagusModalText": "Έχεις συλλέξει όλα τα Τέρατα Ζόμπι!",
"achievementMonsterMagusText": "Έχει συλλέξει όλα τα Τέρατα Ζόμπι.",
"achievementPartyOn": "Η ομάδα σου αποτελείται πλέον από 4 μέλη!",
"achievementKickstarter2019": "Κονκάρδα Υποστηρικτή Kickstarter",
"achievementAridAuthorityModalText": "Εξημέρωσες όλατα Τέρατα της Ερήμου!",
"achievementAridAuthorityText": "Έχει εξημερώσει όλα τα Τέρατα της Ερήμου.",
"achievementAllYourBaseModalText": "Εξημέρωσες όλα τα Βασικά Τέρατα!",
"achievementAllYourBaseText": "Έχει εξημερώσει όλα τα Βασικά Τέρατα.",
"achievementPurchasedEquipmentText": "Αγόρασε το πρώτο του κομμάτι εξοπλισμού.",
"achievementPurchasedEquipment": "Αγόρασε ένα κομμάτι Εξοπλισμού",
"achievementFedPetModalText": "Υπάρχουν πολλοί διαφορετικοί τύποι φαγητού, όμως τα Κατοικίδια μπορεί να είναι επιλεκτικά",
"achievementFedPetText": "Τάισε το πρώτο του κατοικίδιο.",
"achievementFedPet": "Τάισε ένα κατοικίδιο",
"achievementHatchedPetText": "Έχει εκκολάψει το πρώτο του κατοικίδιο.",
"achievementHatchedPet": "Εκκόλαψε ένα κατοικίδιο",
"achievementCompletedTaskModalText": "Τίκαρε οποιονδήποτε από τους στόχους σου για να κερδίσεις ανταμοιβές",
"achievementCompletedTaskText": "Ολοκλήρωσε τον πρώτο στόχο του.",
"achievementCompletedTask": "Ολοκλήρωσε έναν στόχο",
"achievementCreatedTaskModalText": "Πρόσθεσε έναν στόχο για κάτι που θα ήθελες να πετύχεις αυτή τη βδομάδα",
"achievementCreatedTaskText": "Δημιούργησε τον πρώτο στόχο του.",
"achievementCreatedTask": "Δημιούργησε τον πρώτο στόχο σου",
"achievementMonsterMagus": "Μάγκους Τεράτων",
"achievementUndeadUndertakerModalText": "Έχεις εξημερώσει όλα τα Κτήνη Ζόμπι!",
"achievementPearlyProText": "Έχει εξημερώσει όλα τα Λευκά Κτήνη.",
"achievementPearlyPro": "Μαργαριτώδης Επαγγελματίας",
"achievementPrimedForPaintingModalText": "Έχεις συλλέξει όλα τα Λευκά Κατοικίδια!",
"achievementPrimedForPaintingText": "Έχει συλλέξει όλα τα Λευκά Κατοικίδια.",
"achievementPurchasedEquipmentModalText": "Ο Εξοπλισμός είναι ένας τρόπος να εξατομικεύσεις το είδωλό σου και να βελτιώσεις τα Στατιστικά σου",
"achievementHatchedPetModalText": "",
"achievementAllThatGlitters": "Όσα Λαμπιρίζουν",
"achievementPrimedForPainting": "Έτοιμος για Ζωγραφική"
}

View file

@ -85,7 +85,7 @@
"allocatePerPop": "Προσθέτει έναν πόντο στην Αντίληψη",
"allocateInt": "Πόντοι στη Νοημοσύνη:",
"allocateIntPop": "Προσθέτει έναν πόντο στην Νοημοσύνη",
"noMoreAllocate": "Τωρα που έφτασες το επίπεδο 100, δε θα κερδίζεις άλλους Πόντους Στατιστικών. Μπορείς να συνεχίσεις να ανεβαίνεις επίπεδο, ή να ξεκινήσεις μια νέα περιπέτεια από το επίπεδο 1 χρησιμοποιώντας τη <a href='http://habitica.wikia.com/wiki/Orb_of_Rebirth' target='_blank'>Σφαίρα Αναγέννησης</a>, που είναι πλέον δωρεάν διαθέσιμη στην Αγορά.",
"noMoreAllocate": "Τωρα που έφτασες το επίπεδο 100, δε θα κερδίζεις άλλους Πόντους Στατιστικών. Μπορείς να συνεχίσεις να ανεβαίνεις επίπεδο, ή να ξεκινήσεις μια νέα περιπέτεια από το επίπεδο 1 χρησιμοποιώντας τη <a href='http://habitica.wikia.com/wiki/Orb_of_Rebirth' target='_blank'>Σφαίρα Αναγέννησης</a>!",
"stats": "Στατιστικά",
"achievs": "Κατορθώματα",
"strength": "Δύναμη",
@ -132,7 +132,7 @@
"healerText": "Οι Θεραπευτές στέκονται ακλόνητοι απέναντι στο κακό και επεκτείνουν αυτή την προστασία και σε άλλους. Ξεχασμένα Ημερήσια και κακές συνήθειες δεν τους ζημιώνουν τόσο και έχουν διάφορους τρόπους για να ανακτούν Ζωή μετά από κάποια αποτυχία. Παίξε ως Θεραπευτής αν σου αρέσει να βοηθάς άλλους στην Παρέα σου ή αν η ιδέα του να κοροϊδεύεις τον Θάνατο μέσω σκληρής δουλειάς σε εμπνέει!",
"optOutOfClasses": "Εξαίρεση",
"chooseClass": "Επίλεξε την Κλάση σου",
"chooseClassLearnMarkdown": "[Μάθε περισσότερα για το σύστημα κλάσης του Habitica](http://habitica.wikia.com/wiki/Class_System)",
"chooseClassLearnMarkdown": "[Μάθε περισσότερα για το σύστημα κλάσεων του Habitica](https://habitica.wikia.com/wiki/Class_System)",
"optOutOfClassesText": "Δεν έχεις όρεξη να ασχοληθείς με κλάσεις; Θέλεις να επιλέξεις αργότερα; Επίλεξε να μη συμμετάσχεις - θα είσαι πολεμιστής χωρίς ιδιαίτερες ικανότητες. Μπορείς να διαβάσεις σχετικά με το σύστημα των κλάσεων στο βίκι και να ενεργοποιήσεις τις κλάσεις οποιαδήποτε στιγμή στο Χρήστης > Ρυθμίσεις.",
"selectClass": "Επίλεξε<%= heroClass %>",
"select": "Επιλογή",
@ -181,5 +181,9 @@
"mainHand": "Καλό Χέρι",
"offHand": "Άλλο Χέρι",
"statPoints": "Πόντοι Στατιστικών",
"pts": "Πόντοι"
"pts": "Πόντοι",
"chatCastSpellUser": "<%= username %> ρίχνει το ξόρκι <%= spell %> στον <%= target %>.",
"chatCastSpellParty": "<%= username %> ρίχνει το ξόρκι <%= spell %> για την ομάδα.",
"purchasePetItemConfirm": "Αυτή η αγορά υπερβαίνει τον αριθμό αντικειμένων που χρειάζεσαι για να εκκολάψεις όλα τα δυνατά <%= itemText %> κατοικίδια. Είσαι σίγουρος;",
"purchaseForGold": "Αγορά για <%= cost %> Χρυσό;"
}

View file

@ -1,11 +1,11 @@
{
"frequentlyAskedQuestions": "Συχνές Ερωτήσεις",
"faqQuestion0": "Είμαι μπερδεμένος.Πού μπορώ να βρώ μια περίληψη;",
"faqQuestion0": "Είμαι μπερδεμένος. Πού μπορώ να βρώ μια περίληψη;",
"iosFaqAnswer0": "Αρχικά, μπορείτε να δημιουργήσετε tasks που θέλετε να φέρετε εις πέρας στην καθημερινή ζωή. Όταν ολοκληρώνετε τα tasks στην αληθινή ζωή και τα τσεκάρετε, θα κερδίζετε εμπειρία και χρυσάφι. Το χρυσάφι χρησιμοποιείται για την αγορά εξοπλισμού και κάποιων αντικειμένων, όπως και προσαρμοσμένες ανταμοιβές. Η εμπειρία χρειάζεται για να ανεβαίνετε επίπεδα και για να ξεκλειδώνετε αντικείμενα όπως Κατοικίδια, Ικανότητες και Αποστολές! Μπορείτε να προσαρμόσετε τον χαρακτήρα σας στο Μενού > Προσαρμογή Χαρακτήρα.\n\nΚάποιοι βασικοί τρόποι αλληλεπίδρασης: πατήστε το (+) στην πάνω δεξιά γωνία για να προσθέσετε ένα νέο task. Πατήστε σε ένα υπάρχον task για να το επεξεργαστείτε και σύρετε αριστερά για να το διαγράψετε. Μπορείτε να φιλτράρετε τα tasks χρησιμοποιώντας τις Ετικέτες στην πάνω δεξιά γωνία, και να αναπτύξετε και να συμπτύξετε τις λίστες πατώντας στο ειδικό κουμπί της λίστας.",
"androidFaqAnswer0": "Αρχικά, θα δημιουργήσετε υποχρεώσεις που θέλετε να κάνετε στη καθημερινή σας ζωή. Έπειτα, καθώς ολοκληρώνετε τις υποχρεώσεις στη πραγματική σας ζωή θα τα μαρκάρετε ως ολοκληρωμένα, θα κερδίσετε εμπειρία και χρυσό. Ο Χρυσός χρησιμοποιείται για να αγοράσετε εξοπλισμό και κάποια αντικείμενα, καθώς και προσαρμοσμένες ανταμοιβές. Η Εμπειρία κάνει τον χαρακτήρα σας να ανέβει επίπεδο και να ξεκλειδώσει περιεχόμενο όπως Κατοικίδια, Δεξιότητες και Αποστολές! Μπορείτε να εξατομικεύσετε τον χαρακτήρα σας από το Μενού > [Υπάρχοντα] > Χαρακτήρας.\n\n Μερικοί βασικοί τρόποι που μπορείτε να αλληλεπιδράσετε: πατήστε το (+) στην κάτω δεξιά γωνία για να προσθέσετε μια νέα Υποχρέωση. Πατήστε πάνω σε μια υπάρχουσα υποχρέωση για να την επεξεργαστείτε και κάντε swipe αριστερά για να τη διαγράψετε. Μπορείτε να ταξινομήσετε τις Υποχρεώσεις χρησιμοποιώντας Ετικέτες στην πάνω δεξιά γωνία και να μεγιστοποιείτε ή να ελαχιστοποιείτε τις λίστες πατώντας πάνω στο κουτί καταμέτρησης της λίστας.",
"webFaqAnswer0": "Αρχικά, θα δημιουργήσετε υποχρεώσεις που θέλετε να κάνετε στη καθημερινή σας ζωή. Έπειτα, καθώς ολοκληρώνετε τις υποχρεώσεις στη πραγματική σας ζωή θα τα μαρκάρετε ως ολοκληρωμένα, θα κερδίσετε εμπειρία και χρυσό. Ο Χρυσός χρησιμοποιείται για να αγοράσετε εξοπλισμό και κάποια αντικείμενα, καθώς και προσαρμοσμένες ανταμοιβές. Η Εμπειρία κάνει τον χαρακτήρα σας να ανέβει επίπεδο και να ξεκλειδώσει περιεχόμενο όπως Κατοικίδια, Δεξιότητες και Αποστολές! Για περισσότερες λεπτομέρειες, ρίξτε μια ματιά στην βήμα προς βήμα επισκόπηση του παιχνιδιού στο [Βοήθεια -> Επισκόπηση για Νέους Χρήστες](https://habitica.com/static/overview).",
"faqQuestion1": "Πώς θέτω τις υποχρεώσεις μου;",
"iosFaqAnswer1": "Οι Καλές Συνήθειες (αυτές που έχουν +) είναι υποχρεώσεις που μπορείτε να κάνετε πολλές φορές τη μέρα, όπως το να φάτε λαχανικά. Οι Κακές Συνήθειες (αυτές που έχουν -) είναι υποχρεώσεις που θα πρέπει να αποφύγετε, όπως το να τρώτε τα νύχια σας. Οι Συνήθειες με ένα + και ένα - έχουν μια καλή και μια κακή επιλογή, όπως το ανεβαίνετε από τις σκάλες αντί με το ασανσέρ. Οι Καλές Συνήθειες επιβραβεύουν με εμπειρία και χρυσό. Οι Κακές Συνήθειες αφαιρούν ζωή.\n\n Οι Καθημερινές είναι υποχρεώσεις που πρέπει να κάνετε κάθε μέρα, όπως το να πλένετε τα δόντια σας ή να ελέγχετε το email σας. Μπορείτε να προσαρμόσετε τις μέρες στις οποίες θα πρέπει να γίνεται μια Καθημερινή πατώντας πάνω της για να την επεξεργαστείτε. Αν παραμελήσετε μια Καθημερινή που έπρεπε να είχε γίνει, ο χαρακτήρας σας θα χάσει ζωή κατά τη διάρκεια της νύχτας. Προσέξτε μην προσθέσετε υπερβολικά πολλές Καθημερινές ταυτόχρονα!\n\nΤα Καθήκοντα είναι η Λίστα Καθηκόντων σας. Η ολοκλήρωση ενός Καθήκοντος σας επιβραβεύει με χρυσό και εμπειρία. Δε θα χάσετε ποτέ ζωή από τα Καθήκοντα. Μπορείτε να προσθέσετε προθεσμίες στα Καθήκοντα πατώντας τα για να τα επεξεργαστείτε.",
"iosFaqAnswer1": "Οι Καλές Συνήθειες (αυτές που έχουν +) είναι υποχρεώσεις που μπορείς να κάνεις πολλές φορές τη μέρα, όπως το να φας λαχανικά. Οι Κακές Συνήθειες (αυτές που έχουν -) είναι υποχρεώσεις που θα πρέπει να αποφεύγεις, όπως το να δαγκώνεις τα νύχια σου. Οι Συνήθειες με ένα + και ένα - έχουν μια καλή και μια κακή επιλογή, όπως το ανεβαίνεις από τις σκάλες αντί με το ασανσέρ. Οι Καλές Συνήθειες επιβραβεύουν με εμπειρία και χρυσό. Οι Κακές Συνήθειες αφαιρούν ζωή.\n\nΟι Καθημερινοί Στόχοι είναι υποχρεώσεις που πρέπει να κάνεις κάθε μέρα, όπως το να πλένεις τα δόντια σου ή να ελέγχεις το email σου. Μπορείς να προσαρμόσεις τις μέρες στις οποίες θα πρέπει να γίνεται ένας Καθημερινός Στόχος πατώντας πάνω της για να την επεξεργαστείς. Αν παραμελήσεις έναν Καθημερινό Στόχο που έπρεπε να είχε γίνει, ο χαρακτήρας σου θα χάσει ζωή κατά τη διάρκεια της νύχτας. Πρόσεξε να μην προσθέσεις υπερβολικά πολλούς Καθημερινούς Στόχους ταυτόχρονα!\n\nΟι Υποχρεώσεις είναι η Λίστα Υποχρεώσεών σας. Η ολοκλήρωση μιας Υποχρέωσης σε επιβραβεύει με χρυσό και εμπειρία. Δε θα χάσεις ποτέ ζωή από τις Υποχρεώσεις. Μπορείς να προσθέσεις προθεσμίες στα Καθήκοντα πατώντας τα για να τα επεξεργαστείς.",
"androidFaqAnswer1": "Οι Καλές Συνήθειες (αυτές που έχουν +) είναι υποχρεώσεις που μπορείτε να κάνετε πολλές φορές τη μέρα, όπως το να φάτε λαχανικά. Οι Κακές Συνήθειες (αυτές που έχουν -) είναι υποχρεώσεις που θα πρέπει να αποφύγετε, όπως το να τρώτε τα νύχια σας. Οι Συνήθειες με ένα + και ένα - έχουν μια καλή και μια κακή επιλογή, όπως το ανεβαίνετε από τις σκάλες αντί με το ασανσέρ. Οι Καλές Συνήθειες επιβραβεύουν με εμπειρία και χρυσό. Οι Κακές Συνήθειες αφαιρούν ζωή.\n\n Οι Καθημερινές είναι υποχρεώσεις που πρέπει να κάνετε κάθε μέρα, όπως το να πλένετε τα δόντια σας ή να ελέγχετε το email σας. Μπορείτε να προσαρμόσετε τις μέρες στις οποίες θα πρέπει να γίνεται μια Καθημερινή πατώντας πάνω της για να την επεξεργαστείτε. Αν παραμελήσετε μια Καθημερινή που έπρεπε να είχε γίνει, ο χαρακτήρας σας θα χάσει ζωή κατά τη διάρκεια της νύχτας. Προσέξτε μην προσθέσετε υπερβολικά πολλές Καθημερινές ταυτόχρονα!\n\nΤα Καθήκοντα είναι η Λίστα Καθηκόντων σας. Η ολοκλήρωση ενός Καθήκοντος σας επιβραβεύει με χρυσό και εμπειρία. Δε θα χάσετε ποτέ ζωή από τα Καθήκοντα. Μπορείτε να προσθέσετε προθεσμίες στα Καθήκοντα πατώντας τα για να τα επεξεργαστείτε.",
"webFaqAnswer1": "* Τα καλά Habits (αυτά που έχουν :heavy_plus_sign:) είναι υποχρεώσεις που μπορείτε να κάνετε πολλές φορές μέσα στην μέρα, όπως το να φάτε λαχανικά. Τα Κακά Habits(αυτά που έχουν :heavy_minus_sign:) είναι υποχρεώσεις που θα πρέπει να αποφεύγετε, όπως το να τρώτε τα νύχια σας. Οι Συνήθειες με ένα :heavy_plus_sign: και ένα :heavy_minus_sign: έχουν μια καλή και μια κακή επιλογή, όπως το να ανεβαίνετε τις σκάλες αντί να παίρνετε τον ανελκυστήρα. Οι Καλές Συνήθειες επιβραβεύουν με Εμπειρία και Χρυσό. Οι Κακές Συνήθειες αφαιρούν Ζωή.\n* Τα Dailies είναι υποχρεώσεις που πρέπει να κάνετε κάθε μέρα, όπως το να πλένετε τα δόντια σας ή να ελέγχετε το email σας. Μπορείτε να προσαρμόσετε τις μέρες στις οποίες θα πρέπει να γίνεται ένα Daily πατώντας πάνω του για να το επεξεργαστείτε. Αν παραμελήσετε ένα Daily που έπρεπε να είχε γίνει, ο χαρακτήρας σας θα χάσει ζωή κατά τη διάρκεια της νύχτας. Προσέξτε μην προσθέσετε υπερβολικά πολλά Dailies ταυτόχρονα!\n* Τα To-Do's είναι η Λίστα Καθηκόντων σας. Η ολοκλήρωση ενός Καθήκοντος σας επιβραβεύει με Χρυσό και Εμπειρία. Δε θα χάσετε ποτέ Ζωή από τα Καθήκοντα. Μπορείτε να προσθέσετε προθεσμίες στα Καθήκοντα πατώντας το μολυβένιο εικονίδιο για να τα επεξεργαστείτε.",
"faqQuestion2": "Τι είναι μερικά δείγματα υποχρεώσεων;",

View file

@ -1 +1,12 @@
{}
{
"companyContribute": "Συνείσφερε",
"companyBlog": "Ιστολόγιο",
"companyAbout": "Πως Λειτουργεί",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Χώρος Συζητήσεων</a>",
"communityInstagram": "Instagram",
"communityFacebook": "Facebook",
"clearBrowserData": "Διαγραφή Δεδομένων Προγράμματος Περιήγησης",
"chores": "Μικροδουλειές",
"termsAndAgreement": "Πατώντας το κουμπί από κάτω, υποδεικνύετε πως έχετε διαβάσει και συμφωνείτε με τους <a href='/static/terms'> Όρους Λειτουργίας</a> και <a href='/static/privacy'>Πολιτική Απορρήτου</a>.",
"FAQ": "Συχνές Ερωτήσεις"
}

View file

@ -133,7 +133,7 @@
"weaponSpecialSummerRogueText": "Pirate Cutlass",
"weaponSpecialSummerRogueNotes": "Avast! You'll make those Dailies walk the plank! Increases Strength by <%= str %>. Limited Edition 2014 Summer Gear.",
"weaponSpecialSummerWarriorText": "Seafaring Slicer",
"weaponSpecialSummerWarriorNotes": "There isn't a task in any To-Do list willing to tangle with this gnarly knife! Increases Strength by <%= str %>. Limited Edition 2014 Summer Gear.",
"weaponSpecialSummerWarriorNotes": "Δεν υπάρχει κανένας στόχος στην λίστα Υποχρεώσεων που θέλει να τα βάλει με αυτό το οζώδες μαχαίρι. Αυξάνει τη Δύναμη κατά <%= str %>. Εξοπλισμός Περιορισμένης Έκδοσης Καλοκαίρι 2014.",
"weaponSpecialSummerMageText": "Kelp Catcher",
"weaponSpecialSummerMageNotes": "This trident is used to spear seaweed effectively, for extra-productive kelp harvesting! Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2014 Summer Gear.",
"weaponSpecialSummerHealerText": "Ραβδί των Υφάλων",
@ -228,7 +228,7 @@
"weaponSpecialSpring2017HealerNotes": "The true magic of this wand is the secret of new life inside the colorful shell. Increases Intelligence by <%= int %>. Limited Edition 2017 Spring Gear.",
"weaponSpecialSummer2017RogueText": "Sea Dragon Fins",
"weaponSpecialSummer2017RogueNotes": "The edges of these fins are razor-sharp. Increases Strength by <%= str %>. Limited Edition 2017 Summer Gear.",
"weaponSpecialSummer2017WarriorText": "The Mightiest Beach Umbrella",
"weaponSpecialSummer2017WarriorText": "Η Ισχυρότερη Ομπρέλα Θαλάσσης",
"weaponSpecialSummer2017WarriorNotes": "All fear it. Increases Strength by <%= str %>. Limited Edition 2017 Summer Gear.",
"weaponSpecialSummer2017MageText": "Whirlpool Whips",
"weaponSpecialSummer2017MageNotes": "Summon up magical whips of boiling water to smite your tasks! Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2017 Summer Gear.",
@ -1741,5 +1741,15 @@
"eyewearArmoirePlagueDoctorMaskNotes": "An authentic mask worn by the doctors who battle the Plague of Procrastination. Increases Constitution and Intelligence by <%= attrs %> each. Enchanted Armoire: Plague Doctor Set (Item 2 of 3).",
"eyewearArmoireGoofyGlassesText": "Αστεία Γυαλιά",
"eyewearArmoireGoofyGlassesNotes": "Perfect for going incognito or just making your partymates giggle. Increases Perception by <%= per %>. Enchanted Armoire: Independent Item.",
"twoHandedItem": "Αντικείμενο δύο χεριών."
"twoHandedItem": "Αντικείμενο δύο χεριών.",
"weaponSpecialSpring2019WarriorNotes": "Οι κακές συνήθειες φοβούνται αυτό το χλοερό ξίφος. Αυξάνει τη Δύναμη κατά <%= str %>. Ανοιξιάτικος Εξοπλισμός Περιορισμένης Έκδοσης 2019.",
"weaponSpecialSpring2019WarriorText": "Σπαθί Στέλεχος",
"weaponSpecialSpring2019RogueNotes": "Αυτά τα όπλα περιέχουν τη δύναμη του ουρανού και της βροχής. Συνίσταται να μην χρησομοποιούνται κάτω από το νερό. Αυξάνει τη Δύναμη κατά <%= str %>. Ανοιξιάτικος Εξοπλισμός Περιορισμένης Έκδοσης 2019.",
"weaponSpecialSpring2019RogueText": "Κεραυνός",
"weaponSpecialKS2019Notes": "Κυρτό σαν το ράμφος και τα νύχια του γρύφωνα, αυτό το στολισμένο δόρυ σου θυμίζει να έχεις κουράγιο όταν ο στόχος μπροστά σου φαίνεται αποθαρρυντικός. Αυξάνει τη Δύναμη κατά <%= str %>.",
"weaponSpecialKS2019Text": "Μυθικό Σπαθί του Γρύφωνα",
"weaponSpecialSummer2019WarriorText": "Κόκκινο Κοράλλι",
"weaponSpecialSummer2019RogueText": "Aπαρχαιωμένη Άγκυρα",
"weaponSpecialSpring2019HealerNotes": "Το τραγούδι σου για τα λουλούδια και τη βροχή σύντομα θα καθησυχάσει τα πνεύματα όσων ακούνε. Αυξάνει την Ευφυΐα κατά <%= int %>. Εξοπλισμός Περιορισμένης Έκδοσης Άνοιξη 2019.",
"weaponSpecialSpring2019HealerText": "Τραγούδι της Άνοιξης"
}

View file

@ -105,9 +105,9 @@
"whyReportingPostPlaceholder": "Please help our moderators by letting us know why you are reporting this post for a violation, e.g., spam, swearing, religious oaths, bigotry, slurs, adult topics, violence.",
"optional": "Optional",
"needsTextPlaceholder": "Type your message here.",
"copyMessageAsToDo": "Copy message as To-Do",
"copyAsTodo": "Copy as To-Do",
"messageAddedAsToDo": "Message copied as To-Do.",
"copyMessageAsToDo": "Αντιγραφή μηνύματος ως Υποχρέωση",
"copyAsTodo": "Αντιγραφή ως Υποχρέωση",
"messageAddedAsToDo": "Το μήνυμα αντιγράφηκε ως Υποχρέωση.",
"leaderOnlyChallenges": "Only group leader can create challenges",
"sendGift": "Στείλε ένα δώρο",
"inviteFriends": "Invite Friends",
@ -339,5 +339,14 @@
"sharedCompletion": "Shared Completion",
"recurringCompletion": "None - Group task does not complete",
"singleCompletion": "Single - Completes when any assigned user finishes",
"allAssignedCompletion": "All - Completes when all assigned users finish"
"allAssignedCompletion": "All - Completes when all assigned users finish",
"selectSubscription": "Επέλεξε Συνδρομή",
"selectGift": "Επέλεξε Δώρο",
"pmReported": "Σε ευχαριστούμε που ανέφερες αυτό το μήνυμα.",
"blockedToSendToThisUser": "Δεν μπορείς να στείλεις σε αυτόν τον παίχτη γιατί τον έχεις μπλοκάρει.",
"PMUnblockUserToSendMessages": "Ξεμπλοκάρισε αυτόν τον χρήστη για να συνεχίσεις να στέλνεις και να λαμβάνεις μηνύματα.",
"PMUserDoesNotReceiveMessages": "Αυτός ο χρήστης δεν δέχεται πλέον προσωπικά μηνύματα",
"PMCanNotReply": "Δεν μπορείς να απαντήσεις σε αυτή τη συζήτηση",
"PMDisabled": "Απενεργοποίηση Προσωπικών Μηνυμάτων",
"features": "Χαρακτηριστικά"
}

View file

@ -48,7 +48,15 @@
"messageNotAbleToBuyInBulk": "This item cannot be purchased in quantities above 1.",
"notificationsRequired": "Notification ids are required.",
"unallocatedStatsPoints": "You have <span class=\"notification-bold-blue\"><%= points %> unallocated Stat Points</span>",
"beginningOfConversation": "This is the beginning of your conversation with <%= userName %>. Remember to be kind, respectful, and follow the Community Guidelines!",
"beginningOfConversation": "Αυτή είναι η αρχή της συζήτησής σου με τον <%= userName %>.",
"messageDeletedUser": "Sorry, this user has deleted their account.",
"messageMissingDisplayName": "Missing display name."
"messageMissingDisplayName": "Missing display name.",
"newsPostNotFound": "Η Δημοσίευση Νέων δεν βρέθηκε, ή δεν έχεις πρόσβαση.",
"beginningOfConversationReminder": "Να θυμάσαι να είσαι ευγενικός, να δείχνεις σεβασμό, και να ακολουθείς τις Οδηγίες της Κοινότητας!",
"messageBackgroundUnEquipped": "Το Υπόβαθρο αφαιρέθηκε.",
"canDeleteNow": "Αν θέλεις, μπορείς τώρα να σβήσεις αυτό το μήνυμα.",
"reportedMessage": "Το μήνυμα αναφέρθηκε στους υπεύθυνους.",
"messageAllUnEquipped": "Αφαιρέθηκαν τα Πάντα.",
"messageCostumeUnEquipped": "Το Κοστούμι αφαιρέθηκε.",
"messageBattleGearUnEquipped": "Ο Εξοπλισμός Μάχης αφαιρέθηκε."
}

View file

@ -1,14 +1,10 @@
{
"needTips": "Χρειάζεστε συμβουλές για το πως να ξεκινήσετε; Ορίστε ένας γρήγορος οδηγός!",
"step1": "Βήμα 1: Εισάγετε Αποστολές",
"webStep1Text": "Habitica is nothing without real-world goals, so enter a few tasks. You can add more later as you think of them! All tasks can be added by clicking the green \"Create\" button.\n* **Set up [To-Dos](http://habitica.wikia.com/wiki/To-Dos):** Enter tasks you do once or rarely in the To-Dos column, one at a time. You can click on the tasks to edit them and add checklists, due dates, and more!\n* **Set up [Dailies](http://habitica.wikia.com/wiki/Dailies):** Enter activities you need to do daily or on a particular day of the week, month, or year in the Dailies column. Click task to edit when it will be due and/or set a start date. You can also make it due on a repeating basis, for example, every 3 days.\n* **Set up [Habits](http://habitica.wikia.com/wiki/Habits):** Enter habits you want to establish in the Habits column. You can edit the Habit to change it to just a good habit :heavy_plus_sign: or a bad habit :heavy_minus_sign:\n* **Set up [Rewards](http://habitica.wikia.com/wiki/Rewards):** In addition to the in-game Rewards offered, add activities or treats which you want to use as a motivation to the Rewards column. It's important to give yourself a break or allow some indulgence in moderation!\n* If you need inspiration for which tasks to add, you can look at the wiki's pages on [Sample Habits](http://habitica.wikia.com/wiki/Sample_Habits), [Sample Dailies](http://habitica.wikia.com/wiki/Sample_Dailies), [Sample To-Dos](http://habitica.wikia.com/wiki/Sample_To-Dos), and [Sample Rewards](http://habitica.wikia.com/wiki/Sample_Custom_Rewards).",
"step2": "Βήμα 2: Πάρτε Πόντους Κάνοντας Πράξεις στην Πραγματική Ζωή",
"webStep2Text": "Now, start tackling your goals from the list! As you complete tasks and check them off in Habitica, you will gain [Experience](http://habitica.wikia.com/wiki/Experience_Points), which helps you level up, and [Gold](http://habitica.wikia.com/wiki/Gold_Points), which allows you to purchase Rewards. If you fall into bad habits or miss your Dailies, you will lose [Health](http://habitica.wikia.com/wiki/Health_Points). In that way, the Habitica Experience and Health bars serve as a fun indicator of your progress toward your goals. You'll start seeing your real life improve as your character advances in the game.",
"step3": "Βήμα 3: Προσαρμόστε και Εξερευνήστε το Habitica",
"webStep3Text": "Once you're familiar with the basics, you can get even more out of Habitica with these nifty features:\n * Organize your tasks with [tags](http://habitica.wikia.com/wiki/Tags) (edit a task to add them).\n * Customize your [avatar](http://habitica.wikia.com/wiki/Avatar) by clicking the user icon in the upper-right corner.\n * Buy your [Equipment](http://habitica.wikia.com/wiki/Equipment) under Rewards or from the [Shops](<%= shopUrl %>), and change it under [Inventory > Equipment](<%= equipUrl %>).\n * Connect with other users via the [Tavern](http://habitica.wikia.com/wiki/Tavern).\n * Starting at Level 3, hatch [Pets](http://habitica.wikia.com/wiki/Pets) by collecting [eggs](http://habitica.wikia.com/wiki/Eggs) and [hatching potions](http://habitica.wikia.com/wiki/Hatching_Potions). [Feed](http://habitica.wikia.com/wiki/Food) them to create [Mounts](http://habitica.wikia.com/wiki/Mounts).\n * At level 10: Choose a particular [class](http://habitica.wikia.com/wiki/Class_System) and then use class-specific [skills](http://habitica.wikia.com/wiki/Skills) (levels 11 to 14).\n * Form a party with your friends (by clicking [Party](<%= partyUrl %>) in the navigation bar) to stay accountable and earn a Quest scroll.\n * Defeat monsters and collect objects on [quests](http://habitica.wikia.com/wiki/Quests) (you will be given a quest at level 15).",
"overviewQuestions": "Have questions? Check out the [FAQ](<%= faqUrl %>)! If your question isn't mentioned there, you can ask for further help in the [Habitica Help guild](<%= helpGuildUrl %>).\n\nGood luck with your tasks!"
"needTips": "Χρειάζεστε συμβουλές για το πως να ξεκινήσετε; Ορίστε ένας γρήγορος οδηγός!",
"step1": "Βήμα 1: Εισάγετε Αποστολές",
"webStep1Text": "Το Habitica δεν είναι τίποτα χωρίς στόχους στον πραγματικό κόσμο, οπότε θέσε μερικούς. Μπορείς να προσθέσεις περισσότερους αργότερα! Οι στόχοι μπορούν να προστεθούν πατώντας το πράσινο κουμπί \"Δημιουργία\".\n* **Ρύθμισε τις [Υποχρεώσεις σου](http://habitica.wikia.com/wiki/To-Dos):** Βάλε στόχους που θέλεις να υλοποιείς σπάνια ή μια μόνο φορά στη στήλη των Υποχρεώσεων, έναν κάθε φορά. Μπορείς να τροποποιήσεις τους στόχους κάνοντας κλικ πάνω τους και να προσθέσεις λίστες, ημερομηνίες και άλλα!\n* **Ρύθμισε τους [Καθημερινούς Στόχους](http://habitica.wikia.com/wiki/Dailies):** Πρόσθεσε δραστηριότητες που πρέπει να κάνεις καθημερινά, ή μια συγκεκριμένη μέρα της εβδομάδας, μήνα ή του χρόνου στη στήλη με τις Καθημερινές Υποχρεώσεις. Κάνε κλικ σε έναν στόχο για να τροποποιήσεις το πότε πρέπει να τον ολοκληρώσεις, ή να ορίσεις μια ημερομηνία εκκίνησης. Μπορείς επίσης να ορίσεις μια ημερομηνία ολοκλήρωσης σε επαναλαμβανόμενη βάση, για παράδειγμα, κάθε 3 μέρες.\n* **Ρύθμισε τις [Συνήθειες](http://habitica.wikia.com/wiki/Habits):** Πρόσθεσε Συνήθειες που θέλεις να υιοθετήσεις στη στήλη των Συνηθειών. Μπορείς να τροποποιήσεις μια Συνήθεια ώστε να την θέσεις ως καλή :heavy_plus_sign: η κακή συνήθεια :heavy_minus_sign:\n* **Ρύθμισε τις [Ανταμοιβές](http://habitica.wikia.com/wiki/Rewards):** Επιπλέον από τις Ανταμοιβές που υπάρχουν μέσα στην εφαρμογή, πρόσθεσε δραστηριότητες ή κεράσματα τα οποία θέλεις να χρησιμοποιήσεις ως κίνητρο στην στήλη των Ανταμοιβών. Είναι σημαντικό να κάνεις ένα διάλειμμα ή να επιτρέπεις στον εαυτό σου λίγη ικανοποίηση με μέτρο!\n* Αν χρειάζεσαι έμπνευση για να προσθέσεις στόχους, μπορείς να κοιτάξεις στις σελίδες του wiki για τις [Παραδείγματα για Συνήθειες](http://habitica.wikia.com/wiki/Sample_Habits), [Παραδείγματα Καθημερινών Στόχων](http://habitica.wikia.com/wiki/Sample_Dailies), [Παραδείγματα Υποχρεώσεων](http://habitica.wikia.com/wiki/Sample_To-Dos), and [Παραδείγματα Ανταμειβών](http://habitica.wikia.com/wiki/Sample_Custom_Rewards).",
"step2": "Βήμα 2: Πάρτε Πόντους Κάνοντας Πράξεις στην Πραγματική Ζωή",
"webStep2Text": "Now, start tackling your goals from the list! As you complete tasks and check them off in Habitica, you will gain [Experience](http://habitica.wikia.com/wiki/Experience_Points), which helps you level up, and [Gold](http://habitica.wikia.com/wiki/Gold_Points), which allows you to purchase Rewards. If you fall into bad habits or miss your Dailies, you will lose [Health](http://habitica.wikia.com/wiki/Health_Points). In that way, the Habitica Experience and Health bars serve as a fun indicator of your progress toward your goals. You'll start seeing your real life improve as your character advances in the game.",
"step3": "Βήμα 3: Προσαρμόστε και Εξερευνήστε το Habitica",
"webStep3Text": "Once you're familiar with the basics, you can get even more out of Habitica with these nifty features:\n * Organize your tasks with [tags](http://habitica.wikia.com/wiki/Tags) (edit a task to add them).\n * Customize your [avatar](http://habitica.wikia.com/wiki/Avatar) by clicking the user icon in the upper-right corner.\n * Buy your [Equipment](http://habitica.wikia.com/wiki/Equipment) under Rewards or from the [Shops](<%= shopUrl %>), and change it under [Inventory > Equipment](<%= equipUrl %>).\n * Connect with other users via the [Tavern](http://habitica.wikia.com/wiki/Tavern).\n * Starting at Level 3, hatch [Pets](http://habitica.wikia.com/wiki/Pets) by collecting [eggs](http://habitica.wikia.com/wiki/Eggs) and [hatching potions](http://habitica.wikia.com/wiki/Hatching_Potions). [Feed](http://habitica.wikia.com/wiki/Food) them to create [Mounts](http://habitica.wikia.com/wiki/Mounts).\n * At level 10: Choose a particular [class](http://habitica.wikia.com/wiki/Class_System) and then use class-specific [skills](http://habitica.wikia.com/wiki/Skills) (levels 11 to 14).\n * Form a party with your friends (by clicking [Party](<%= partyUrl %>) in the navigation bar) to stay accountable and earn a Quest scroll.\n * Defeat monsters and collect objects on [quests](http://habitica.wikia.com/wiki/Quests) (you will be given a quest at level 15).",
"overviewQuestions": "Have questions? Check out the [FAQ](<%= faqUrl %>)! If your question isn't mentioned there, you can ask for further help in the [Habitica Help guild](<%= helpGuildUrl %>).\n\nGood luck with your tasks!"
}

View file

@ -9,7 +9,7 @@
"mysteryItem": "Αποκλειστικά μηνιαία αντικείμενα",
"mysteryItemText": "Each month you will receive a unique cosmetic item for your avatar! Plus, for every three months of consecutive subscription, the Mysterious Time Travelers will grant you access to historic (and futuristic!) cosmetic items.",
"exclusiveJackalopePet": "Αποκλειστικό κατοικίδιο",
"giftSubscription": "Θέλεις να κάνεις δώρο συνδρομή σε κάποιον/α;",
"giftSubscription": "Θέλεις να κάνεις δώρο τα προνόμια μιας συνδρομής σε κάποιον/α/ο;",
"giftSubscriptionText4": "Ευχαριστούμε που υποστηρίζεις το Habitica!",
"groupPlans": "Πλάνα Ομάδων",
"subscribe": "Γίνε Συνδρομητής",
@ -132,5 +132,10 @@
"subscriptionBenefit6": "Earn Mystic Hourglasses for use in the Time Travelers' Shop!",
"purchaseAll": "Purchase Set",
"gemsRemaining": "gems remaining",
"notEnoughGemsToBuy": "You are unable to buy that amount of gems"
"notEnoughGemsToBuy": "You are unable to buy that amount of gems",
"subWillBecomeInactive": "Θα γίνει ανενεργό",
"confirmCancelSub": "Είσαι σίγουρος/η/ο ότι θέλεις να ακυρώσεις την συνδρομή σου; Θα χάσεις όλα τα πλεονεκτήματα συνδρομητή.",
"organization": "Οργάνωση",
"giftASubscription": "Δώρισε μία Συνδρομή",
"viewSubscriptions": "Δες τις Συνδρομές"
}

View file

@ -86,19 +86,19 @@
"achievementFreshwaterFriendsText": "Has completed Axolotl, Frog, and Hippo pet quests.",
"achievementFreshwaterFriendsModalText": "You completed the Axolotl, Frog, and Hippo pet quests!",
"achievementGoodAsGold": "Good As Gold",
"achievementGoodAsGoldText": "Has collected all Golden pets.",
"achievementGoodAsGoldText": "Has collected all Golden Pets.",
"achievementGoodAsGoldModalText": "You collected all the Golden Pets!",
"achievementAllThatGlitters": "All That Glitters",
"achievementAllThatGlittersText": "Has tamed all Golden Mounts.",
"achievementAllThatGlittersModalText": "You tamed all the Golden Mounts!",
"achievementBoneCollector": "Bone Collector",
"achievementBoneCollectorText": "Has collected all Skeleton pets.",
"achievementBoneCollectorText": "Has collected all Skeleton Pets.",
"achievementBoneCollectorModalText": "You collected all the Skeleton Pets!",
"achievementSkeletonCrew": "Skeleton Crew",
"achievementSkeletonCrewText": "Has tamed all Skeleton Mounts.",
"achievementSkeletonCrewModalText": "You tamed all the Skeleton Mounts!",
"achievementSeeingRed": "Seeing Red",
"achievementSeeingRedText": "Has collected all Red pets.",
"achievementSeeingRedText": "Has collected all Red Pets.",
"achievementSeeingRedModalText": "You collected all the Red Pets!",
"achievementRedLetterDay": "Red Letter Day",
"achievementRedLetterDayText": "Has tamed all Red Mounts.",

View file

@ -33,7 +33,6 @@
"commGuidePara022": "The Tavern is the main spot for Habiticans to mingle. Daniel the Innkeeper keeps the place spic-and-span, and Lemoness will happily conjure up some lemonade while you sit and chat. Just keep in mind…",
"commGuidePara023": "<strong>Conversation tends to revolve around casual chatting and productivity or life improvement tips</strong>. Because the Tavern chat can only hold 200 messages, <strong>it isn't a good place for prolonged conversations on topics, especially sensitive ones</strong> (ex. politics, religion, depression, whether or not goblin-hunting should be banned, etc.). These conversations should be taken to an applicable Guild. A Mod may direct you to a suitable Guild, but it is ultimately your responsibility to find and post in the appropriate place.",
"commGuidePara024": "<strong>Don't discuss anything addictive in the Tavern</strong>. Many people use Habitica to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.",
"commGuidePara027": "<strong>When a moderator directs you to take a conversation elsewhere, if there is no relevant Guild, they may suggest you use the Back Corner</strong>. The Back Corner Guild is a free public space to discuss potentially sensitive subjects that should only be used when directed there by a moderator. It is carefully monitored by the moderation team. It is not a place for general discussions or conversations, and you will be directed there by a mod only when it is appropriate.",
"commGuideHeadingPublicGuilds": "Public Guilds",
"commGuidePara029": "<strong>Public Guilds are much like the Tavern, except that instead of being centered around general conversation, they have a focused theme</strong>. Public Guild chat should focus on this theme. For example, members of the Wordsmiths Guild might be cross if the conversation is suddenly focusing on gardening instead of writing, and a Dragon-Fanciers Guild might not have any interest in deciphering ancient runes. Some Guilds are more lax about this than others, but in general, <strong>try to stay on topic</strong>!",

View file

@ -6,7 +6,6 @@
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Add-ons & Extensions</a>",
"communityFacebook": "Facebook",
"communityInstagram": "Instagram",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Forum</a>",
"companyAbout": "How It Works",
"companyBlog": "Blog",
"companyContribute": "Contribute",

View file

@ -30,7 +30,6 @@
"companyContribute": "Contwibute",
"companyBlog": "Bwog",
"companyAbout": "Howz it work",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Fowum</a>",
"communityInstagram": "Insgram",
"communityFacebook": "Boopbook",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Add-ons & Extentions</a>",

View file

@ -363,5 +363,6 @@
"hatchingPotionTurquoise": "Turquoise",
"hatchingPotionWindup": "Wind-Up",
"hatchingPotionSandSculpture": "Sand Sculpture",
"hatchingPotionFluorite": "Fluorite"
"hatchingPotionFluorite": "Fluorite",
"hatchingPotionStainedGlass": "Stain'd Glass"
}

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Clear yer Browser Data",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Add-ons n' Extensions</a>",
"communityFacebook": "Face-log",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Forum</a>",
"companyAbout": "How It Be Workin'",
"companyBlog": "Blog",
"companyContribute": "Contry-bute",

View file

@ -2229,5 +2229,37 @@
"armorSpecialSummer2020RogueText": "Croc'dile Disguise",
"armorSpecialSummer2019RogueText": "Hamm'rhead Tail",
"weaponArmoireFiddlersBowText": "Fiddl'r's Bow",
"weaponArmoirePaperCutterText": "Paper Cutt'r"
"weaponArmoirePaperCutterText": "Paper Cutt'r",
"bodyMystery202003Text": "Barb'd Pauldrons",
"eyewearSpecialKS2019Text": "Mythic Gryph'n Visor",
"headAccessoryMystery202005Text": "Wondrous Wyvern Horns",
"headAccessoryMystery202004Text": "Mighty Monarch Antennae",
"shieldSpecialWinter2021HealerNotes": "These mighty mitts stop weap'ns cold. Increases Constitution by <%= con %>. Limited Edition 2020-2021 Winter Gear.",
"shieldSpecialWinter2021HealerText": "Arctic Armguards",
"shieldSpecialWinter2021WarriorNotes": "Tell all yer friends about th' REALLY big fish ye've caught! But whether ye tell 'em he's made o' plastic an' sings songs be up t' ye. Increases Constitution by <%= con %>. Limited Edition 2020-2021 Winter Gear.",
"shieldSpecialWinter2021WarriorText": "Big Fish",
"headSpecialWinter2021HealerNotes": "A surprisin' amount o' heat escapes through th' head! Not if ye're wearin' this thick hood an' goggles, though. There'll be no icicles on YER eyelashes! Increases Intelligence by <%= int %>. Limited Edition 2020-2021 Winter Gear.",
"headSpecialWinter2021HealerText": "Arctic Exploration Headgear",
"headSpecialWinter2021MageNotes": "Let yer mind git carri'd away, while ye feel safely tuck'd in, under this huge homely hood. Increases Perception by <%= per %>. Limited Edition 2020-2021 Winter Gear.",
"headSpecialWinter2021MageText": "Moonlight Shadow Hood",
"headSpecialWinter2021WarriorNotes": "Wrap up against th' cold weath'r in this cozy hood. Increases Strength by <%= str %>. Limited Edition 2020-2021 Winter Gear.",
"headSpecialWinter2021WarriorText": "Insulat'd Hood",
"headSpecialWinter2021RogueNotes": "A rogue can go unseen in th' woods wit' a mask like this. Increases Perception by <%= per %>. Limited Edition 2020-2021 Winter Gear.",
"headSpecialWinter2021RogueText": "Ivy Mask",
"armorSpecialWinter2021HealerNotes": "Defy th' chill winds wit' th' best protection available north o' th' Circle! Increases Constitution by <%= con %>. Limited Edition 2020-2021 Winter Gear.",
"armorSpecialWinter2021HealerText": "Arctic Parka",
"armorSpecialWinter2021MageNotes": "These warm Winter Robes will keep ye cozy durin' th' cold time o' th' year. A fancy flowin' fabric on th' outside reflects th' silver moonlight an' lets ye go wit' th' flow, ye know? Increases Intelligence by <%= int %>. Limited Edition 2020-2021 Winter Gear.",
"armorSpecialWinter2021MageText": "Flowin' Moonlight Robes",
"armorSpecialWinter2021WarriorNotes": "If ye're goin' t' go out in this weath'r, ye'd better wrap up warm. Increases Constitution by <%= con %>. Limited Edition 2020-2021 Winter Gear.",
"armorSpecialWinter2021WarriorText": "Insulat'd Jacket",
"armorSpecialWinter2021RogueNotes": "Melt into th' shadows o' th' evergreen wood! Increases Perception by <%= per %>. Limited Edition 2020-2021 Winter Gear.",
"armorSpecialWinter2021RogueText": "Ivy-Green Garb",
"weaponSpecialWinter2021HealerNotes": "Conduct yer battles wit' a flourish an' a flurry! Increases Intelligence by <%= int %>. Limited Edition 2020-2021 Winter Gear.",
"weaponSpecialWinter2021HealerText": "Flake-Flang'd Rod",
"weaponSpecialWinter2021MageNotes": "This mighty weapon definitely be more than a phase. Channel yer energy, focus on th' flow o' a month, an' study time an' space. Increases Intelligence by <%= int %> an' Perception by <%= per %>. Limited Edition 2020-2021 Winter Gear.",
"weaponSpecialWinter2021MageText": "Magical Moon Phaser",
"weaponSpecialWinter2021WarriorNotes": "Ye can reel in th' big one usin' this! Increases Strength by <%= str %>. Limited Edition 2020-2021 Wint'r Gear.",
"weaponSpecialWinter2021RogueNotes": "Both disguise an' weap'n, this holly flail will help ye handle th' tough'st tasks. Increases Strength by <%= str %>. Limited Edition 2020-2021 Winter Gear.",
"weaponSpecialWinter2021WarriorText": "Mighty Fishin' Rod",
"weaponSpecialWinter2021RogueText": "Holly Berry Flail"
}

View file

@ -359,11 +359,15 @@
"chooseTeamMember": "Choose ye a team member",
"unassigned": "Unassigned",
"bannedWordsAllowedDetail": "Wit' this option selected, th' use of banned words in this guild will be allowed.",
"usernameOrUserId": "Seaname or Pirate ID",
"usernameOrUserId": "Ent'r @username or Pirate ID",
"assignedDateAndUser": "Assign'd by <strong>@<%- username %></strong> on <strong><%= date %></strong>",
"assignedDateOnly": "Assign'd on <strong><%= date %></strong>",
"bannedWordsAllowed": "Allow bann'd words",
"newPartyPlaceholder": "Enter yer crew's name.",
"thisTaskApproved": "This task was approved",
"userWithUsernameOrUserIdNotFound": "Username or User ID nah found."
"userWithUsernameOrUserIdNotFound": "Username or User ID nah found.",
"cannotRemoveQuestOwner": "Ye cannot remove th' owner o' th' active adventure. Abort th' adventure firs'.",
"giftMessageTooLong": "Th' maximum length fer gift messages be <%= maxGiftMessageLength %>.",
"selectSubscription": "Select Subscr'ption",
"features": "Features"
}

View file

@ -142,12 +142,12 @@
"dateEndNovember": "November 30",
"dateEndJanuary": "January 31",
"dateEndFebruary": "February 29",
"winterPromoGiftHeader": "GIFT A SUBSCRIPTION AN' GET ONE FREE!",
"winterPromoGiftHeader": "GIFT A SUBSCR'PTION, GET ONE FREE!",
"winterPromoGiftDetails1": "Until January 6th only, when ye gift somebody a subscription, ye get the same subscription fer yourself fer free!",
"winterPromoGiftDetails2": "Please note that if yer or yer gift recipient already have a recurring subscription, th' gifted subscription will only start after that subscription is cancelled or 'as expired. Thanks so much for your support! <3",
"discountBundle": "bundle",
"g1g1Announcement": "Gift a Subscription, Get a Subscription Free event going on now!",
"g1g1Details": "Gift a sub to a friend from their profile and youll receive the same sub for free!",
"g1g1Announcement": "<strong>Gift a subscr'ption an' get a subscr'ption free</strong> event goin' on now!",
"g1g1Details": "Gift a subscr'ption t' a friend, an' ye'll receive th' same subscr'ption fer free!",
"spring2019OrchidWarriorSet": "Orchid (Swashbuckler)",
"spring2019AmberMageSet": "Amber (Conjurer)",
"spring2019RobinHealerSet": "Robin (Sawbones)",
@ -184,5 +184,16 @@
"spring2020BeetleWarriorSet": "Rhinoceros Beetle (Swashbuckler)",
"winter2020LanternSet": "Lantern (Scalawag)",
"winter2020WinterSpiceSet": "Winter Spice (Sawbones)",
"augustYYYY": "August o' <%= year %>"
"augustYYYY": "August o' <%= year %>",
"limitations": "Limitations",
"g1g1HowItWorks": "Type in th' username o' th' account yed like t' gift to. From there, pick th' sub length yed like t' gift an' check out. Yer account will automatic'lly be reward'd wit' th' same level o' subscr'ption ye just gift'd.",
"howItWorks": "How it Works",
"g1g1Returning": "In honor o' th' seas'n, were bringin' back a very special promotion. Now when ye gift a subscr'ption, yell receive th' same in return!",
"g1g1Event": "Gift One, Git One event goin' on now!",
"g1g1": "Gift One, Git One",
"winter2021HollyIvyRogueSet": "Holly an' Ivy (Scalawag)",
"winter2021ArcticExplorerHealerSet": "Arctic Explor'r (Sawbones)",
"winter2021WinterMoonMageSet": "Wint'r Moon (Conjurer)",
"winter2021IceFishingWarriorSet": "Ice Fish'r (Swashbuckler)",
"g1g1Limitations": "This be a limit'd time event that starts on Decemb'r 17th at 8:00 AM ET (13:00 UTC) an' will end January 7th at 8:00 PM ET (1:00 UTC). This promotion only applies when ye gift t' anoth'r Habitican. If ye or yer gift recipient already 'ave a subscr'ption, th' gift'd subscr'ption will add months o' credit that will only be used after th' current subscr'ption be canceled or expires."
}

View file

@ -123,5 +123,8 @@
"paymentAutoRenew": "This subscription will auto-renew 'til 'tis canceled. If ye needs t' cancel this subscription, ye kin do so from yer settin's.",
"paymentSubBillingWithMethod": "Yer subscription will be billed <strong>$<%= amount %></strong> every <strong><%= months %> months</strong> via <strong><%= paymentMethod %></strong>.",
"cannotUnpinItem": "This 'ere item canno' be unpinned.",
"invalidUnlockSet": "This set o' items be invalid an' cannot be unlocked."
"invalidUnlockSet": "This set o' items be invalid an' cannot be unlocked.",
"nMonthsSubscriptionGift": "<%= nMonths %> Month(s) Subscr'ption (Gift)",
"nGemsGift": "<%= nGems %> Sapphires (Gift)",
"nGems": "<%= nGems %> Sapphires"
}

View file

@ -182,5 +182,6 @@
"chatExtensionDesc": "Th' Chat Extension fer Habitica adds an intuitive chat box t' all o' habitica.com. It allows pirates t' chat in th' Pub, their crew, and any ships they 'ave boarded.",
"chatExtension": "<a target='blank' href='https://chrome.google.com/webstore/detail/habitrpg-chat-client/hidkdfgonpoaiannijofifhjidbnilbb'>Chrome Chat Extension</a> n' <a target='blank' href='https://addons.mozilla.org/en-US/firefox/addon/habitica-chat-client-2/'>Firefox Chat Extension</a>",
"displaynameIssueNewline": "Displayed Pirate Names may not contain backslashes followed by th' letter N.",
"resetAccount": "Reset Yer Account"
"resetAccount": "Reset Yer Account",
"giftedSubscriptionWinterPromo": "Ahoy<%= username %>, ye receiv'd <%= monthCount %> months o' subscr'ption as part o' our holiday gift-givin' promotion!"
}

View file

@ -96,5 +96,11 @@
"achievementSkeletonCrew": "Skeleton Crew",
"achievementBoneCollectorModalText": "You collected all the Skeleton Pets!",
"achievementBoneCollectorText": "Has collected all Skeleton pets.",
"achievementBoneCollector": "Bone Collector"
"achievementBoneCollector": "Bone Collector",
"achievementRedLetterDayModalText": "You tamed all the Red Mounts!",
"achievementRedLetterDayText": "Has tamed all Red Mounts.",
"achievementRedLetterDay": "Red Letter Day",
"achievementSeeingRedModalText": "You collected all the Red Pets!",
"achievementSeeingRedText": "Has collected all Red pets.",
"achievementSeeingRed": "Seeing Red"
}

View file

@ -569,5 +569,12 @@
"backgroundRestingInTheInnText": "Resting in the Inn",
"backgroundMysticalObservatoryNotes": "Read your destiny in the stars from a Mystical Observatory.",
"backgroundMysticalObservatoryText": "Mystical Observatory",
"backgrounds112020": "SET 78: Released November 2020"
"backgrounds112020": "SET 78: Released November 2020",
"backgroundInsideAnOrnamentNotes": "Let your festive cheer shine out from Inside an Ornament.",
"backgroundInsideAnOrnamentText": "Inside an Ornament",
"backgroundHolidayHearthNotes": "Relax, warm up, and dry off beside a Holiday Hearth.",
"backgroundHolidayHearthText": "Holiday Hearth",
"backgroundGingerbreadHouseNotes": "Take in the sights, scents, and (if you dare) flavours of a Gingerbread House.",
"backgroundGingerbreadHouseText": "Gingerbread House",
"backgrounds122020": "SET 79: Released December 2020"
}

View file

@ -101,5 +101,7 @@
"selectMember": "Select Member",
"confirmKeepChallengeTasks": "Do you want to keep challenge tasks?",
"selectParticipant": "Select a Participant",
"filters": "Filters"
"filters": "Filters",
"wonChallengeDesc": "<%= challengeName %> selected you as the winner! Your win has been recorded in your Achievements.",
"yourReward": "Your Reward"
}

View file

@ -361,5 +361,8 @@
"hatchingPotionSandSculpture": "Sand Sculpture",
"hatchingPotionVampire": "Vampire",
"hatchingPotionTurquoise": "Turquoise",
"hatchingPotionWindup": "Wind-Up"
"hatchingPotionWindup": "Wind-Up",
"hatchingPotionAutumnLeaf": "Autumn Leaf",
"hatchingPotionStainedGlass": "Stained Glass",
"hatchingPotionBlackPearl": "Black Pearl"
}

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Clear Browser Data",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Add-ons & Extensions</a>",
"communityFacebook": "Facebook",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Forum</a>",
"companyAbout": "How It Works",
"companyBlog": "Blog",
"companyContribute": "Contribute",

View file

@ -2217,5 +2217,49 @@
"weaponSpecialFall2020WarriorNotes": "This sword went into the afterlife with a powerful Warrior, and returns for you to wield! Increases Strength by <%= str %>. Limited Edition 2020 Autumn Gear.",
"weaponSpecialFall2020WarriorText": "Spectre's Sword",
"weaponSpecialFall2020RogueNotes": "Pierce your foe with one sharp strike! Even the thickest armour will give way to your blade. Increases Strength by <%= str %>. Limited Edition 2020 Autumn Gear.",
"weaponSpecialFall2020RogueText": "Sharp Katar"
"weaponSpecialFall2020RogueText": "Sharp Katar",
"backMystery202012Notes": "The snowy feathers of these wings will grant you the speed of a wintry gale. Confers no benefit. December 2020 Subscriber Item.",
"backMystery202012Text": "Frostfire Wings",
"shieldSpecialWinter2021HealerNotes": "These mighty mitts stop weapons cold. Increases Constitution by <%= con %>. Limited Edition 2020-2021 Winter Gear.",
"shieldSpecialWinter2021HealerText": "Arctic Armguards",
"shieldSpecialWinter2021WarriorNotes": "Tell all your friends about the REALLY big fish you've caught! But whether you tell them he's made of plastic and sings songs is up to you. Increases Constitution by <%= con %>. Limited Edition 2020-2021 Winter Gear.",
"shieldSpecialWinter2021WarriorText": "Big Fish",
"headArmoireNightcapNotes": "Your new nightcap even has a nice bouncy pompom! Increases Perception by <%= per %>. Enchanted Armoire: Dressing Gown Set (Item 2 of 3).",
"headArmoireNightcapText": "Nightcap",
"headArmoireCapOfClubsNotes": "Let everyone know about your latest achievements with this literal feather in your cap! Increases Intelligence by <%= int %>. Enchanted Armoire: Jack of Clubs Set (Item 1 of 3).",
"headArmoireCapOfClubsText": "Cap of Clubs",
"headMystery202012Notes": "This imposing mask features piercing eyes that will blind foes like the glare of sunlight on fresh snow. Confers no benefit. December 2020 Subscriber Item.",
"headMystery202012Text": "Frostfire Mask",
"headSpecialWinter2021HealerNotes": "A surprising amount of heat escapes through the head! Not if you're wearing this thick hood and goggles, though. There'll be no icicles on YOUR eyelashes! Increases Intelligence by <%= int %>. Limited Edition 2020-2021 Winter Gear.",
"headSpecialWinter2021HealerText": "Arctic Exploration Headgear",
"headSpecialWinter2021MageNotes": "Let your mind get carried away, while you feel safely tucked in, under this huge homely hood. Increases Perception by <%= per %>. Limited Edition 2020-2021 Winter Gear.",
"headSpecialWinter2021MageText": "Moonlight Shadow Hood",
"headSpecialWinter2021WarriorNotes": "Wrap up against the cold weather in this cozy hood. Increases Strength by <%= str %>. Limited Edition 2020-2021 Winter Gear.",
"headSpecialWinter2021WarriorText": "Insulated Hood",
"headSpecialWinter2021RogueNotes": "A rogue can go unseen in the woods with a mask like this. Increases Perception by <%= per %>. Limited Edition 2020-2021 Winter Gear.",
"headSpecialWinter2021RogueText": "Ivy Mask",
"armorArmoireDressingGownNotes": "Relax in style with this beautiful traditional dressing gown. Increases Constitution by <%= con %>. Enchanted Armoire: Dressing Gown Set (Item 1 of 3).",
"armorArmoireDressingGownText": "Comfy Dressing Gown",
"armorArmoireDoubletOfClubsNotes": "Who knows what's in the cards, but you'll look stylish at any event in this doublet and cape! Increases Constitution by <%= con %>. Enchanted Armoire: Jack of Clubs Set (Item 3 of 3).",
"armorArmoireDoubletOfClubsText": "Doublet Of Clubs",
"armorSpecialWinter2021HealerNotes": "Defy the chill winds with the best protection available north of the Circle! Increases Constitution by <%= con %>. Limited Edition 2020-2021 Winter Gear.",
"armorSpecialWinter2021HealerText": "Arctic Parka",
"armorSpecialWinter2021MageNotes": "These warm Winter Robes will keep you cozy during the cold time of the year. A fancy flowing fabric on the outside reflects the silver moonlight and lets you go with the flow, you know? Increases Intelligence by <%= int %>. Limited Edition 2020-2021 Winter Gear.",
"armorSpecialWinter2021MageText": "Flowing Moonlight Robes",
"armorSpecialWinter2021WarriorNotes": "If you're going to go out in this weather, you'd better wrap up warm. Increases Constitution by <%= con %>. Limited Edition 2020-2021 Winter Gear.",
"armorSpecialWinter2021WarriorText": "Insulated Jacket",
"armorSpecialWinter2021RogueNotes": "Melt into the shadows of the evergreen wood! Increases Perception by <%= per %>. Limited Edition 2020-2021 Winter Gear.",
"armorSpecialWinter2021RogueText": "Ivy-Green Garb",
"weaponArmoireEveningTeaNotes": "This panacea will help you relax so those big tasks don't look so threatening. Increases Intelligence by <%= int %>. Enchanted Armoire: Dressing Gown Set (Item 3 of 3).",
"weaponArmoireEveningTeaText": "Cup of Tea",
"weaponArmoireClubOfClubsNotes": "This stylish club won't tip your hand too early about your intentions toward those sneaky old tasks. Increases Strength by <%= str %>. Enchanted Armoire: Jack of Clubs Set (Item 2 of 3).",
"weaponArmoireClubOfClubsText": "Club of... Clubs",
"weaponSpecialWinter2021HealerNotes": "Conduct your battles with a flourish and a flurry! Increases Intelligence by <%= int %>. Limited Edition 2020-2021 Winter Gear.",
"weaponSpecialWinter2021HealerText": "Flake-Flanged Rod",
"weaponSpecialWinter2021MageNotes": "This mighty weapon is definitely more than a phase. Channel your energy, focus on the flow of a month, and study time and space. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2020-2021 Winter Gear.",
"weaponSpecialWinter2021MageText": "Magical Moon Phaser",
"weaponSpecialWinter2021WarriorNotes": "You can reel in the big one using this! Increases Strength by <%= str %>. Limited Edition 2020-2021 Winter Gear.",
"weaponSpecialWinter2021WarriorText": "Mighty Fishing Rod",
"weaponSpecialWinter2021RogueNotes": "Both disguise and weapon, this holly flail will help you handle the toughest tasks. Increases Strength by <%= str %>. Limited Edition 2020-2021 Winter Gear.",
"weaponSpecialWinter2021RogueText": "Holly Berry Flail"
}

View file

@ -348,7 +348,7 @@
"blockedToSendToThisUser": "You can't send to this player because you have blocked this player.",
"PMDisabled": "Disable Private Messages",
"userWithUsernameOrUserIdNotFound": "Username or User ID not found.",
"usernameOrUserId": "Username or User ID",
"usernameOrUserId": "Enter @username or User ID",
"sendGiftToWhom": "Who would you like to send a gift to?",
"selectGift": "Select Gift",
"PMUnblockUserToSendMessages": "Unblock this user to continue sending and receiving messages.",
@ -367,5 +367,7 @@
"languageSettings": "Language Settings",
"onlyPrivateGuildsCanUpgrade": "Only private guilds can be upgraded to a group plan.",
"cannotRemoveQuestOwner": "You cannot remove the owner of the active quest. Abort the quest first.",
"features": "Features"
"features": "Features",
"giftMessageTooLong": "The maximum length for gift messages is <%= maxGiftMessageLength %>.",
"selectSubscription": "Select Subscription"
}

View file

@ -142,12 +142,12 @@
"dateEndNovember": "November 30",
"dateEndJanuary": "January 31",
"dateEndFebruary": "February 29",
"winterPromoGiftHeader": "GIFT A SUBSCRIPTION AND GET ONE FREE!",
"winterPromoGiftHeader": "GIFT A SUBSCRIPTION, GET ONE FREE!",
"winterPromoGiftDetails1": "Until January 6th only, when you gift somebody a subscription, you get the same subscription for yourself for free!",
"winterPromoGiftDetails2": "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",
"discountBundle": "bundle",
"g1g1Announcement": "Gift a Subscription, Get a Subscription Free event going on now!",
"g1g1Details": "Gift a sub to a friend from their profile and youll receive the same sub for free!",
"g1g1Announcement": "<strong>Gift a subscription and get a subscription free</strong> event going on now!",
"g1g1Details": "Gift a subscription to a friend, and you'll receive the same subscription for free!",
"spring2019AmberMageSet": "Amber (Mage)",
"spring2019RobinHealerSet": "Robin (Healer)",
"spring2019OrchidWarriorSet": "Orchid (Warrior)",
@ -186,5 +186,17 @@
"fall2020TwoHeadedRogueSet": "Two-Headed (Rogue)",
"fall2020ThirdEyeMageSet": "Third Eye (Mage)",
"fall2020DeathsHeadMothHealerSet": "Death's Head Moth (Healer)",
"royalPurpleJackolantern": "Royal Purple Jack-O-Lantern"
"royalPurpleJackolantern": "Royal Purple Jack-O-Lantern",
"g1g1Limitations": "This is a limited time event that starts on December 17th at 8:00 AM ET (13:00 UTC) and will end January 7th at 8:00 PM ET (1:00 UTC). This promotion only applies when you gift to another Habitican. If you or your gift recipient already have a subscription, the gifted subscription will add months of credit that will only be used after the current subscription is canceled or expires.",
"limitations": "Limitations",
"howItWorks": "How it Works",
"g1g1Returning": "In honor of the season, were bringing back a very special promotion. Now when you gift a subscription, youll receive the same in return!",
"g1g1Event": "Gift One, Get One event going on now!",
"g1g1": "Gift One, Get One",
"novemberYYYY": "November <%= year %>",
"winter2021HollyIvyRogueSet": "Holly and Ivy (Rogue)",
"winter2021ArcticExplorerHealerSet": "Arctic Explorer (Healer)",
"winter2021WinterMoonMageSet": "Winter Moon (Mage)",
"winter2021IceFishingWarriorSet": "Ice Fisher (Warrior)",
"g1g1HowItWorks": "Type in the username of the account youd like to gift to. From there, pick the sub length you would like to gift and check out. Your account will automatically be rewarded with the same level of subscription you just gifted."
}

View file

@ -94,7 +94,7 @@
"classGearText": "Congratulations on choosing a class! I've added your new basic weapon to your inventory. Take a look below to equip it!",
"autoAllocate": "Auto Allocate",
"spells": "Skills",
"skillsTitle": "Skills",
"skillsTitle": "<%= classStr %> Skills",
"toDo": "To Do",
"tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.",
"tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Pause Damage\". Come say hi!",
@ -123,5 +123,8 @@
"paymentCanceledDisputes": "Weve sent a cancellation confirmation to your email. If you dont see the email, please contact us to prevent future billing disputes.",
"cannotUnpinItem": "This item cannot be unpinned.",
"paymentSubBillingWithMethod": "Your subscription will be billed <strong>$<%= amount %></strong> every <strong><%= months %> months</strong> via <strong><%= paymentMethod %></strong>.",
"invalidUnlockSet": "This set of items is invalid and cannot be unlocked."
"invalidUnlockSet": "This set of items is invalid and cannot be unlocked.",
"nMonthsSubscriptionGift": "<%= nMonths %> Month(s) Subscription (Gift)",
"nGemsGift": "<%= nGems %> Gems (Gift)",
"nGems": "<%= nGems %> Gems"
}

View file

@ -702,5 +702,25 @@
"questFluoriteNotes": "Unusual minerals are in high demand these days, so you and a few friends have trekked deep into the mines of the Meandering Mountains, in search of exciting ores. Its a long and boring expedition, until @-Tyr- stumbles over a large rock, sitting right in the middle of the tunnel.<br><br>“This should help brighten things up,” says @nirbhao, before conjuring up an orb of light.<br><br>A warm brightness fills the tunnel, but something odd starts happening to that large rock. Feeding on the magical light, it begins to glow with fluorescent blues, greens and purples. Then it rears upright into a vaguely humanoid shape, complete with glowing red eyes fixed right on you! You jump into action with flashing spells and shining weapons.",
"questFluoriteText": "A Bright Fluorite Fright",
"questWindupNotes": "Habit City is seldom quiet, but you werent prepared for the cacophony of creaks, squeaks and screams escaping Good Timekeeping, Habiticas finest clockwork emporium. You sigh--you just wanted your watch fixed. The proprietor, known only as “Great and Powerful”, tumbles out the door, pursued by a clanking copper colossus!<br><br>“Ki-! Ki-! Ki!” it clangs, arms smashing up and down. Its gears grind and screech in protest.<br><br>“My robot Clankton has gone mad! Its trying to kill me!” the supposedly Powerful one shrieks.<br><br>Even with a broken watch, you can tell when its time to fight. You leap forward to defend the panicking watchmaker. @Vikte and @a_diamond also step up to help!<br><br>“Ki-! Ki-! Ki-!” Clankton chants with each blow. “Mew!”<br><br>Wait, was that mechanical mewling amidst the murderous monotone?",
"questWindupText": "A Whirl with a Wind-Up Warrior"
"questWindupText": "A Whirl with a Wind-Up Warrior",
"questBlackPearlUnlockText": "Unlocks Black Pearl Hatching Potions for purchase in the Market",
"questBlackPearlDropBlackPearlPotion": "Black Pearl Hatching Potion",
"questBlackPearlBoss": "Asteroidea",
"questBlackPearlCompletion": "As you batter and blast the beastie, it sheds black pearls across the sands. Their glistening surfaces catch your eye as you dodge another smashing tentacle.<br><br>You may be in mortal peril, but you cant help thinking of how beautifully they glimmer. Then you cant help thinking that this is a terrible time for a new potion idea.<br><br>Suddenly the monster freezes. @jjgame83 and @PixelStormArt exchange baffled looks and lower their weapons.<br><br>“YOU HAVE YOUR WISH, MORTAL. MY WORK IS DONE.”<br><br>Asteroidea vanishes, and the sky and waters clear. @QuartzFox stares at you. “Care to explain?”<br><br>You try your best, and together you fill the picnic basket with black pearls. An afternoon of alchemy later, you have to admit it was a pretty good idea.",
"questBlackPearlNotes": "Youve been feeling uninspired lately, so when @jjgame83 suggests a trip to Lively Lake, you jump at the chance for a change of scenery. As @QuartzFox lays out a picnic on the shore, you find something glinting in the shallows. A strange black pearl.<br><br>“I wish I had a new idea,” you sigh.<br><br>A chill washes over the shore. The lake turns to black ink. The stars rise as noon becomes midnight in a heartbeat.<br><br>“Those arent good signs,” says @PixelStormArt.<br><br>A towering mass of arms bursts from the lake in a spray of foam, and from its beak, it booms: “BEHOLD ASTEROIDEA, THE IDEA FROM BEYOND THE STARS!”<br><br>A tentacle slams down onto the picnic basket. Good idea or not, you leap into action.",
"questBlackPearlText": "A Startling Starry Idea",
"sandySidekicksNotes": "Contains 'The Indulgent Armadillo', 'The Serpent of Distraction', and 'The Icy Arachnid'. Available until <%= date %>.",
"sandySidekicksText": "Sandy Sidekicks Quest Bundle",
"questTurquoiseUnlockText": "Unlocks Turquoise Hatching Potions for purchase in the Market",
"questTurquoiseDropTurquoisePotion": "Turquoise Hatching Potion",
"questTurquoiseCollectTurquoiseGems": "Turquoise Gems",
"questTurquoiseCollectNeptuneRunes": "Neptune Runes",
"questTurquoiseCollectSagittariusRunes": "Sagittarius Runes",
"questTurquoiseCompletion": "Hot and sweaty, your team finally stops to rest beside the upturned dirt and looks at the pile of runes and gems youve found.<br><br>“Unbelievable,” murmurs @QuartzFox. “This will rewrite the history books.”<br><br>“Let me take these materials back to Habitica University for analysis,” says @gawrone. “There should be plenty to study and to make some turquoise potions for all of us! Who knows what else we could find buried around here?”<br><br>@starsystemic chimes in: “Its amazing how much you can get accomplished with some hard work!”",
"questTurquoiseText": "Turquoise Treasure Toil",
"questWindupUnlockText": "Unlocks Wind-Up Hatching Potions for purchase in the Market",
"questWindupDropWindupPotion": "Wind-Up Hatching Potion",
"questWindupBoss": "Clankton",
"questWindupCompletion": "As you dodge the attacks, you notice something odd: a stripy brass tail sticking out of the robots chassis. You plunge a hand amid the grinding gears and pull out… a trembling wind-up tiger cub. It snuggles against your shirt.<br><br>The clockwork robot immediately stops flailing and smiles, its cogs clicking back into place. “Ki-Ki-Kitty! Kitty got in me!”<br><br>“Great!” the Powerful says, blushing. “Ive been working hard on these wind-up pet potions. I guess I lost track of my new creations. Ive been missing my Tidy the workshop daily a lot lately…”<br><br>You follow the tinkerer and Clankton inside. Parts, tools and potions cover every surface. “Powerful” takes your watch, but hands you a few potions.<br><br>“Take these. Clearly theyll be safer with you!”",
"questTurquoiseNotes": "@gawrone runs into your room holding their Habitican Diploma in one hand and an extraordinarily large and dusty leather-bound tome in the other.<br><br>“Youll never guess what Ive discovered!” they say. “The reason the Flourishing Fields are so fertile is that they were once covered with a vast ocean. It is rumored that ancient people once inhabited that ocean floor in enchanted cities. I have used forgotten maps to find the most likely location! Get your shovel!”<br><br>The next evening you meet up, @QuartzFox and @starsystemic joining the party, and begin to dig. Deep in the ground you find a rune, with a turquoise gem nearby!<br><br>“Keep digging!” @gawrone urges. “If we find enough, we can make one of their ancient potions and history at the same time!”"
}

View file

@ -182,5 +182,6 @@
"chatExtensionDesc": "The Chat Extension for Habitica adds an intuitive chat box to all of habitica.com. It allows users to chat in the Tavern, their party, and any guilds they are in.",
"chatExtension": "<a target='blank' href='https://chrome.google.com/webstore/detail/habitrpg-chat-client/hidkdfgonpoaiannijofifhjidbnilbb'>Chrome Chat Extension</a> and <a target='blank' href='https://addons.mozilla.org/en-US/firefox/addon/habitica-chat-client-2/'>Firefox Chat Extension</a>",
"displaynameIssueNewline": "Display Names may not contain backslashes followed by the letter N.",
"resetAccount": "Reset Account"
"resetAccount": "Reset Account",
"giftedSubscriptionWinterPromo": "Hello <%= username %>, you received <%= monthCount %> months of subscription as part of our holiday gift-giving promotion!"
}

View file

@ -184,5 +184,6 @@
"dropCapReached": "You found all items for the day!",
"usuallyGems": "Usually <%= originalGems %>",
"supportHabitica": "Support Habitica",
"mysterySet202011": "Foliated Magus Set"
"mysterySet202011": "Foliated Magus Set",
"mysterySet202012": "Frostfire Phoenix Set"
}

View file

@ -570,9 +570,11 @@
"backgroundRiverOfLavaNotes": "Desafía la convección paseando a lo largo de un Río de Lava.",
"backgroundRiverOfLavaText": "Río de Lava",
"backgroundMysticalObservatoryNotes": "Lee tu destino en las estrellas desde un Observatorio Místico.",
"backgroundInsideAnOrnamentNotes": "Deja que tu alegría festiva brille desde adentro de un Ornamento.",
"backgroundInsideAnOrnamentNotes": "Deja que tu alegría festiva brille desde dentro de un Ornamento.",
"backgroundInsideAnOrnamentText": "Dentro de un Ornamento",
"backgroundGingerbreadHouseNotes": "Disfrute de las vistas, los aromas y (si se atreve) los sabores de una Casa de Pan de Jengibre.",
"backgroundGingerbreadHouseText": "Casa de Pan de Jengibre",
"backgrounds122020": "Colección 79: Lanzada en Diciembre del 2020"
"backgrounds122020": "Colección 79: Lanzada en Diciembre del 2020",
"backgroundHolidayHearthText": "Corazón Navideño",
"backgroundHolidayHearthNotes": "Relajate, caliéntate y sécate junto a un Hogar Navideño."
}

View file

@ -363,5 +363,6 @@
"hatchingPotionTurquoise": "Turquesa",
"hatchingPotionWindup": "De cuerda",
"hatchingPotionBlackPearl": "Perla negra",
"hatchingPotionAutumnLeaf": "Hoja de otoño"
"hatchingPotionAutumnLeaf": "Hoja de otoño",
"hatchingPotionStainedGlass": "Vidrio pintado"
}

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Borrar datos del navegador",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Extensiones</a>",
"communityFacebook": "Facebook",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Foro</a>",
"companyAbout": "Cómo funciona",
"companyBlog": "Blog",
"companyContribute": "Contribuir",

View file

@ -1965,7 +1965,7 @@
"armorSpecialWinter2020RogueNotes": "Aunque es indudable que puedes capear tormentas con el calor de tu empuje y tu devoción, no hace daño abrigarse. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada Invierno 2019-2020.",
"armorSpecialFall2019HealerNotes": "Se dice que estos atuendos están compuestos de noche pura. ¡Utiliza sabiamente el poder oscuro! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Otoño 2019.",
"armorSpecialFall2019MageNotes": "Su homónimo sufrió un terrible destino. ¡Pero a ti no te engañarán tan fácilmente! Envuelvete en este manto legendario y nadie te superará. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Otoño 2019.",
"armorSpecialFall2020RogueNotes": "Adquiere la fuerza de la roca con esta armadura, garantizada para repeler los ataques más feroces. Aumenta la Percepción en un <%= per %>. Edición limitada de otoño 2020.",
"armorSpecialFall2020RogueNotes": "Adquiere la fuerza de la roca con esta armadura, que repele los ataques más feroces con total garantía. Aumenta la Percepción en un <%= per %>. Equipamiento de edición limitada Otoño 2020.",
"armorSpecialSummer2020HealerNotes": "Eres tan paciente como el océano, tan fuerte como las corrientes, tan confiable como la marea. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Verano 2020.",
"armorSpecialSummer2020WarriorNotes": "¡Serás el pez brillante en un arroyo aburrido, con estas deslumbrantes escamas! Incrementa la Constitución en <%= con %>. Equipamiento de Edición Limitada Verano 2020.",
"armorSpecialSpring2020HealerText": "Pétalos Protectores",
@ -1973,9 +1973,29 @@
"armorSpecialSummer2020RogueText": "Disfraz de Cocodrilo",
"armorSpecialSpring2020RogueText": "Armadura Ultramarina",
"armorSpecialSpring2020WarriorText": "Armadura de Exoesqueleto",
"armorSpecialSpring2020WarriorNotes": "Este caparazón rígido puede mantenerte a salvo incluso de los ataques más aplastantes. Aumenta la Constitución en <% = con%>. Edición limitada 2020 Spring Gear.",
"armorSpecialWinter2020HealerNotes": "¡Un vestido opulento para aquellos con entusiasmo festivo! Aumenta la Constitución en <% = con%>. Equipamiento de invierno 2019-2020 de edición limitada.",
"armorSpecialWinter2020MageNotes": "Reciba el año nuevo cálido, cómodo y protegido contra vibraciones excesivas. Aumenta la inteligencia en <% = int%>. Equipamiento de invierno 2019-2020 de edición limitada.",
"weaponArmoireEveningTeaNotes": "Esta panacea ayudará a que te relajes así esas grandes tareas no parecerán tan amenazantes. Aumenta la Inteligencia en <%= int %>. Armadura encantada: Conjunto de Bata (artículo 3 de 3).",
"weaponArmoireEveningTeaText": "Taza de Té"
"armorSpecialSpring2020WarriorNotes": "Este caparazón rígido puede mantenerte a salvo incluso de los ataques más devastadores. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Primavera 2020.",
"armorSpecialWinter2020HealerNotes": "¡Un vestido opulento para aquellos con entusiasmo festivo! Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Invierno 2019-2020 .",
"armorSpecialWinter2020MageNotes": "Reciba el año nuevo cálido, cómodo y protegido contra vibraciones excesivas. Aumenta la inteligencia en <%= int %>. Equipamiento de edición limitada Invierno 2019-2020.",
"weaponArmoireEveningTeaNotes": "Esta panacea ayudará a que te relajes así esas grandes tareas no parecerán tan amenazantes.Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Bata (artículo 3 de 3).",
"weaponArmoireEveningTeaText": "Taza de Té",
"armorSpecialSpring2020MageText": "Vestido de Charcoremolino",
"weaponSpecialWinter2021HealerNotes": "¡Desenvuélvete en tus batallas con una avalancha de florituras! Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Invierno 2020-2021.",
"weaponSpecialWinter2021HealerText": "Vara copo de nieve",
"weaponSpecialWinter2021MageNotes": "Esta poderosa arma es definitivamente más que una fase. Canaliza tu energía, concentrate en el flujo de un mes y estudia el tiempo y el espacio. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Invierno 2020-2021.",
"weaponSpecialWinter2021MageText": "Sincronizador lunar mágico",
"weaponSpecialWinter2021RogueNotes": "Pudiendo usarse como disfraz y como arma, este mangual de acebo te ayudará a manejar las tareas más dificiles. Aumenta la Fuerza en <%= str %>. Equipamiento de edición limitada Invierno 2020-2021.",
"weaponSpecialWinter2021WarriorNotes": "¡Puedes hacerte con el pez gordo usando esto! Aumenta la Fuerza en <%= str %>.Equipamiento de edición limitada Invierno 2020-2021.",
"weaponSpecialWinter2021WarriorText": "Caña de pescar poderosa",
"weaponSpecialWinter2021RogueText": "Mangual de baya de acebo",
"armorSpecialFall2020MageText": "Elevado por la iluminación",
"armorSpecialFall2020WarriorNotes": "Antaño esta túnica protegió a un poderoso guerrero contra todo daño. Se dice que el espiritu del guerrero aún permanece en el tejido para proteger a un digno sucesor. Aumenta la Constitución en <%= con %>. Equipamiento de edición limitada Otoño 2020.",
"armorSpecialFall2020WarriorText": "Túnica de espectro",
"armorSpecialFall2020RogueText": "Armadura escultural",
"armorSpecialSummer2020HealerText": "Insignia real del oleaje violento",
"armorSpecialSummer2020MageNotes": "Usa el poder de las profundidades marinas con esta remo-aravillosa armadura. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Verano 2020.",
"armorSpecialSummer2020MageText": "Armadura de pez remo",
"armorSpecialSummer2020WarriorText": "Cola de trucha arcoíris",
"armorSpecialSummer2020RogueNotes": "Un cocodrilo es el Pícaro perfecto, esperando el momento perfecto para golpear. Toma prestadas sus habilidades - y su explosiva velocidad. Aumenta la Percepción en <%= per %>. Equipamiento de edición limitada Verano 2020.",
"armorSpecialSpring2020HealerNotes": "Envuelvete en suaves hojas irisadas y pétalos para engañar a tus enemigos y hacer que subestimen tus poderes de curación. Aumenta la Constitución en <%= con %>.Equipamiento de edición limitada Primavera 2020.",
"armorSpecialSpring2020MageNotes": "¡Si no puedes resistirte a pisotear los charcos que dejan tras de sí las tormentas, esta armadura es para ti! Convierte ese impulso infantil en una muestra de arte místico. Aumenta la Inteligencia en <%= int %>. Equipamiento de edición limitada Primavera 2020."
}

View file

@ -349,7 +349,7 @@
"PMDisabled": "Desactivar mensajes privados",
"newPartyPlaceholder": "Ingresa el nombre de tu equipo.",
"userWithUsernameOrUserIdNotFound": "Nombre de usuario o ID de usuario no encontrado.",
"usernameOrUserId": "Nombre de usuario o ID de usuario",
"usernameOrUserId": "Introduce @usuario o ID de usuario",
"sendGiftToWhom": "¿A quién te gustaría enviarle un regalo?",
"selectGift": "Seleccionar regalo",
"PMUnblockUserToSendMessages": "Desbloquea a este usuario para seguir enviando y recibiendo mensajes.",
@ -367,5 +367,7 @@
"onlyPrivateGuildsCanUpgrade": "Sólo los Gremios privados pueden actualizarse a un plan de grupo.",
"chooseTeamMember": "Elije a un miembro del equipo",
"cannotRemoveQuestOwner": "No puedes eliminar el dueño delmisión activo. Abandonar el misión primero.",
"features": "Características"
"features": "Características",
"giftMessageTooLong": "La longitud máxima para los mensajes de regalo es <%= maxGiftMessageLength %>.",
"selectSubscription": "Selecciona suscripción"
}

View file

@ -35,7 +35,7 @@
"seasonalShopBrokenText": "¡¡¡Mi pabellón!!! ¡¡¡Mis decoraciones!!! Oh, el Dyscorazonador ha destruido todo :( ¡Por favor, ayuda a derrotarlo en la Taberna para que pueda reconstruirlo todo!",
"seasonalShopRebirth": "Si has comprado alguno de estos equipos en el pasado pero ahora no lo tienes, puedes volver a comprarlo en la columna Recompensas. Al principio, solamente podrás comprar los artículos de la clase que tengas en ese momento (la predeterminada es Guerrero), pero no temas, puedes conseguir los artículos de las demás clases si cambias de clase.",
"candycaneSet": "Bastón de Caramelo (Mago)",
"skiSet": "Ski-asesino (Ladrón)",
"skiSet": "Esquía-sesino (Pícaro)",
"snowflakeSet": "Copo de nieve (Sanador)",
"yetiSet": "Domador de Yetis (Guerrero)",
"northMageSet": "Mago del Norte (Mago)",
@ -142,12 +142,12 @@
"dateEndNovember": "30 de noviembre",
"dateEndJanuary": "31 de enero",
"dateEndFebruary": "29 de febrero",
"winterPromoGiftHeader": "¡REGALA UNA SUSCRIPCIÓN Y RECIBE OTRA GRATIS!",
"winterPromoGiftHeader": "¡REGALA UNA SUSCRIPCIÓN, RECIBE OTRA GRATIS!",
"winterPromoGiftDetails1": "Solo hasta el 6 de enero, cuando regales una suscripción a alguien, ¡obtienes la misma suscripción gratis!",
"winterPromoGiftDetails2": "Por favor, ten en cuenta que si tú o la persona que recibe el regalo ya tenéis una suscripción recurrente, la suscripción regalada solo empezará después de que esa suscripción sea cancelada o haya expirado. ¡Muchas gracias por tu apoyo! <3",
"discountBundle": "Lote",
"g1g1Announcement": "¡El evento Regala una suscripción, Obtiene una suscripción está en marcha ahora!",
"g1g1Details": "¡Regala una suscripción a un/a amigo/a desde su perfil y recibirás la misma suscripción gratis!",
"g1g1Announcement": "¡El evento <strong>Regala una suscripción y obtén una suscripción</strong> está en marcha!",
"g1g1Details": "¡Regala una suscripción a un/a amigo/a y recibirás la misma suscripción gratis!",
"spring2019OrchidWarriorSet": "Orquídea (Guerrero)",
"spring2019AmberMageSet": "Ámbar (Mago)",
"spring2019RobinHealerSet": "Petirrojo (Sanador)",
@ -187,5 +187,16 @@
"fall2020DeathsHeadMothHealerSet": "Polilla cabeza de la muerte (Sanador)",
"fall2020WraithWarriorSet": "Espectro (Guerrero)",
"royalPurpleJackolantern": "Calabaza de Halloween púrpura real",
"novemberYYYY": "Noviembre <%= year %>"
"novemberYYYY": "Noviembre <%= year %>",
"g1g1Limitations": "Este es un evento por tiempo limitado, comenzando el 17 de Diciembre a las 8:00 AM ET (13:00 UTC) y terminando el 7 de Enero a las 8:00 PM ET (1:00 UTC). Esta promoción sólo es válida cuando haces un regalo a otro Habiticano. Si tu o el receptor de tu regalo ya tenéis una suscripción, la suscripción regalada añadirá meses de crédito que sólo se usarán cuando la suscripción actual sea cancelada o expire.",
"limitations": "Limitaciones",
"g1g1HowItWorks": "Escribe el nombre de usuario de la cuenta a la que quieres hacerle el regalo. Desde ahí, selecciona la duración de la suscripción que quieres regalar y realiza el pago. Tu cuenta será automaticamente recompensada con el mismo nivel de suscripción que acabas de regalar.",
"howItWorks": "Cómo funciona",
"g1g1Returning": "Para honrar la estación, hemos traído de vuelta una promoción muy especial. ¡Ahora, cuando regales una suscripción, recibirás la misma suscripción a cambio!",
"g1g1Event": "¡El evento Regala una, llevate una está en marcha!",
"g1g1": "Regala una, llévate una",
"winter2021HollyIvyRogueSet": "Acebo y hiedra (Pícaro)",
"winter2021IceFishingWarriorSet": "Pescador del hielo (Guerrero)",
"winter2021ArcticExplorerHealerSet": "Explorador ártico (Sanador)",
"winter2021WinterMoonMageSet": "Luna invernal (Mago)"
}

View file

@ -94,7 +94,7 @@
"classGearText": "¡Enhorabuena por haber escogido una clase! He añadido armamento básico a tu inventario. ¡Échale un vistazo debajo para equipártelo!",
"autoAllocate": "Asignación automática",
"spells": "Habilidades",
"skillsTitle": "Habilidades",
"skillsTitle": "<%= classStr %> Habilidades",
"toDo": "Tarea pendiente",
"tourStatsPage": "¡Está es tu página de Atributos! Consigue logros completando las tareas de las listas.",
"tourTavernPage": "¡Bienvenido a la Taberna, una sala de chat para todas las edades! Puedes evitar que tus Tareas Diarias te hagan daño si estás enfermo o trabajando, haciendo click en \"Pausar Daño\". ¡Ven a saludar!",
@ -123,5 +123,8 @@
"paymentCanceledDisputes": "Hemos enviado una confirmación de cancelación a tu correo electrónico. Si no ves el correo, por favor contáctanos para prevenir futuros problemas de facturación.",
"cannotUnpinItem": "Este objeto no puede desanclarse.",
"paymentSubBillingWithMethod": "Tu suscripción será cobrada <strong>$<%= amount %></strong> cada <strong><%= months %> meses</strong> por medio de <strong><%= paymentMethod %></strong>.",
"invalidUnlockSet": "Este conjunto de artículos es inválido y no puede ser desbloqueado."
"invalidUnlockSet": "Este conjunto de artículos es inválido y no puede ser desbloqueado.",
"nMonthsSubscriptionGift": "<%= nMonths %> mes(es) de suscripción (Regalo)",
"nGemsGift": "<%= nGems %> Gemas (Regalo)",
"nGems": "<%= nGems %> Gemas"
}

View file

@ -631,7 +631,7 @@
"birdBuddiesNotes": "Contiene “El Ave Helada”, “Gallo Alborotador” y “El Pavo Real del Tira y Afloja”. Disponible hasta el 31 de diciembre.",
"questVelociraptorText": "El Veloci-Rapeador",
"questVelociraptorNotes": "Estás compartiendo pastas de miel con @*~Seraphina~*, @Procyon P y @Lilith of Alfheim cerca de un lago en las Estepas de Stoïkalmada. De repente, una voz que se lamenta interrumpe vuestro picnic.<br><br><em>Mis Hábitos recibieron un golpe, he perdido mis Tareas Diarias,<br>me estoy perdiendo, hundiéndome en las dudas y en los \"y si\",<br>Solía estar al día con todo,<br>Pero ahora simplemente dejo que las fechas límite pasen.</em><br><br>@*~Seraphina~* se asoma detrás de unos arbustos.\n—\"Es el Veloci-Rapeador. Parece… ¿angustiado?\" —<br><br>Cierras un puño, determinado.\n—\"Solo se puede hacer una cosa. ¡Hora de la batalla de rap!\"",
"questVelociraptorCompletion": "Apareces de entre la hierba y te enfrentas al Veloci-Rapeador.<br><br><em>Tú eres rapeador, no un perdedor,<br>El que golpea con más fuerza los hábitos de más dureza!<br>Tacha tus tareas como una marea,<br>¡No llores la pérdida de un día!</em><br><br>Con renovada confianza, vuelve a improvisar rimas, dejando atrás los tres huevos en los que estaba sentado.",
"questVelociraptorCompletion": "Apareces de entre la hierba y te enfrentas al Veloci-Rapeador.<br><br><em>Tú eres rapeador, no un perdedor,<br>El que golpea con más fuerza los hábitos de mayor dureza!<br>Tacha tus tareas como una marea,<br>¡No llores la pérdida de un día!</em><br><br>Con renovada confianza, vuelve a improvisar rimas, dejando atrás los tres huevos en los que estaba sentado.",
"questVelociraptorBoss": "Veloci-Rapeador",
"questVelociraptorDropVelociraptorEgg": "Velociraptor (Huevo)",
"questVelociraptorUnlockText": "Desbloquea la compra de huevos de velociraptor en el Mercado",

View file

@ -182,5 +182,6 @@
"chatExtensionDesc": "La Extensión de Chat para Habitica añade un intuitivo cuadro de chat a habitica.com. Permite a los usuarios conversar en la Taberna, su equipo, y cualquier gremio en el que estén.",
"chatExtension": "<a target='blank' href='https://chrome.google.com/webstore/detail/habitrpg-chat-client/hidkdfgonpoaiannijofifhjidbnilbb'>Extensión de Chat para Chrome</a> and <a target='blank' href='https://addons.mozilla.org/en-US/firefox/addon/habitica-chat-client-2/'>Extension de Chat para Firefox</a>",
"displaynameIssueNewline": "Los Nombres Públicos no pueden contener barras invertidas seguidas por la letra N.",
"resetAccount": "Reiniciar cuenta"
"resetAccount": "Reiniciar cuenta",
"giftedSubscriptionWinterPromo": "Hola, <%= username %>. ¡Has recibido <%= monthCount %> meses de suscripción como parte de nuestra promoción de regalos Navideños!"
}

View file

@ -184,5 +184,6 @@
"dropCapLearnMore": "Aprende más acerca del sistema de botín de Habitica",
"dropCapExplanation": "Tu botín se reiniciara junto con tus tareas mañana. Sin embargo, seguirás ganando Oro, Experiencia y progresando en tus Misiones cuando completes tareas.",
"dropCapReached": "¡Has encontrado todos los artículos por hoy!",
"mysterySet202011": "Conjunto de Mago Foliado"
"mysterySet202011": "Conjunto de Mago Foliado",
"mysterySet202012": "Conjunto de Fenix Fuegohelado"
}

View file

@ -25,7 +25,7 @@
"achievementDustDevilText": "Ha coleccionado todas las Mascotas Desierto.",
"achievementDustDevil": "Diablo de Polvo",
"hideAchievements": "Ocultar <%= category %>",
"showAllAchievements": "Mostrar todo <%= category %>",
"showAllAchievements": "Mostrar Todos <%= category %>",
"onboardingCompleteDesc": "Obtuviste <strong>5 Logros</strong> y <strong class=\"gold-amount\">100 Monedas de oro</strong> por completar la lista.",
"earnedAchievement": "¡Has completado un logro!",
"viewAchievements": "Ver los Logros",

View file

@ -363,5 +363,6 @@
"hatchingPotionAmber": "Ámbar",
"hatchingPotionVampire": "Vampiro",
"hatchingPotionBlackPearl": "Perla Negra",
"hatchingPotionAutumnLeaf": "Hojas de Otoño"
"hatchingPotionAutumnLeaf": "Hojas de Otoño",
"hatchingPotionStainedGlass": "Vitral"
}

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Borrar datos de navegación",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Complementos y extensiones</a>",
"communityFacebook": "Facebook",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Foro</a>",
"companyAbout": "Cómo Funciona",
"companyBlog": "Blog",
"companyContribute": "Contribuir",
@ -150,11 +149,11 @@
"loginWithSocial": "Acceder usando <%= social %>",
"confirmPassword": "Confirma contraseña",
"usernameLimitations": "El nombre de usuario debe tener entre 1 y 20 caracteres, contener sólo letras entre la a y la z, números del 0 al 9, guiones o barras bajas, y no pueden incluir términos inapropiados.",
"usernamePlaceholder": "ej. ConejodelHabito",
"emailPlaceholder": "ej. conejo@ejemplo.com",
"usernamePlaceholder": "ej. HabitRabbit",
"emailPlaceholder": "ej. rabbit@ejemplo.com",
"passwordPlaceholder": "ej. ******************",
"confirmPasswordPlaceholder": "¡Asegúrate de que sea la misma contraseña!",
"joinHabitica": "Unirse a Habitica",
"confirmPasswordPlaceholder": "¡Asegúrate de que es la misma contraseña!",
"joinHabitica": "Únete a Habitica",
"alreadyHaveAccountLogin": "¿Ya tienes una cuenta de Habitica? <strong>Ingresar</strong>",
"dontHaveAccountSignup": "¿No tienes una cuenta de Habitica? <strong>Registrarse</strong>",
"motivateYourself": "Motívate a ti mismo para lograr tus metas.",
@ -168,7 +167,7 @@
"earnRewards": "Recibe Recompensas por tus Metas",
"earnRewardsDesc": "¡Tacha las tareas para subir el nivel de tu Personaje, y desbloquea funciones dentro del juego como armaduras de batalla, mascotas misteriosas, habilidades mágicas e incluso misiones!",
"battleMonsters": "Lucha contra Monstruos junto a tus Amigos",
"battleMonstersDesc": "¡Lucha con otros usuarios de Habitica contra monstruos! Utiliza el Oro que ganes para comprar recompensas en el juego o personalizadas, como ver un capítulo de tu serie de televisión favorita.",
"battleMonstersDesc": "¡Lucha contra monstruos en compañía de otros Habiticanos! Utiliza el Oro que ganes para comprar recompensas en el juego o personalizadas, como ver un capítulo de tu serie de televisión favorita.",
"playersUseToImprove": "Los jugadores utilizan Habitica para mejorar",
"healthAndFitness": "Salud y Estar en Forma",
"healthAndFitnessDesc": "¿Sin motivación para usar hilo dental? ¿No hay manera de que vayas al gimnasio? Habitica por fin hace que mantenerse sano sea divertido.",

View file

@ -352,7 +352,7 @@
"weaponArmoireHoofClippersNotes": "Corta las pezuñas de tus muy trabajadoras monturas para ayudarlas a estar saludables ¡así como ellas te llevan a la aventura! Incrementa la Fuerza, Inteligencia y Constitución en <%= attrs %> cada uno. Armario Encantado: Conjunto de Herrador (Artículo 1 de 3).",
"weaponArmoireWeaversCombText": "Peine de Tejedor",
"weaponArmoireWeaversCombNotes": "Usa este peine para comprimir el hilo y convertirlo en un tejido ceñido. Incrementa Percepción por <%= per %> y Fuerza por <%= str %>. Armario Encantado: Conjunto de Tejedor (Artículo 2 de 3).",
"weaponArmoireLamplighterText": "Farolero",
"weaponArmoireLamplighterText": "Mechero",
"weaponArmoireLamplighterNotes": "Esta larga vara tiene una mecha en un extremo para encender las linternas, y un gancho en el otro extremo para apagarlas. Aumenta la Constitución en <%= con %> y la Percepción en <%= per %>. Armario Encantado: Conjunto de Farolero (Artículo 1 de 4).",
"weaponArmoireCoachDriversWhipText": "Látigo de Conductor de Carruaje",
"weaponArmoireCoachDriversWhipNotes": "Tus corceles saben lo que están haciendo, así que este látigo es solo para lucir (¡Y producir un genial chasquido!). Aumenta la Inteligencia en <%= int %> y la Fuerza en <%= str %>. Armario Encantado: Conjunto de Conductor de Carruaje (Artículo 3 de 3).",
@ -675,7 +675,7 @@
"armorMystery201604Text": "Armadura de Hojas",
"armorMystery201604Notes": "Tu, también, puedes ser un pequeño pero temible soplo. No otorga ningún beneficio. Artículo de Suscriptor de Abril 2016.",
"armorMystery201605Text": "Uniforme de bardo marchante",
"armorMystery201605Notes": "A diferencia de los bardos tradicionales que se suman a grupos de aventureros, los bardos que se suman a las bandas de marcha Habiticanas son conocidos por grandes desfiles, no incursiones en calabozos. No otorga ningún beneficio. Artículo de suscriptor de Mayo de 2016.",
"armorMystery201605Notes": "A diferencia de los bardos tradicionales que se suman a grupos de aventureros, los bardos que se suman a las bandas de marcha Habiticanas son conocidos por grandes desfiles, no incursiones en calabozos. No otorga ningún beneficio. Artículo de suscriptor de Mayo de 2016.",
"armorMystery201606Text": "Cola de Selkie",
"armorMystery201606Notes": "Esta fuerte cola brilla como la espuma del mar que se estrella contra la costa. No otorga ningún beneficio. Artículo de suscriptor de Junio de 2016.",
"armorMystery201607Text": "Armadura de Pícaro del Lecho Marino",
@ -1479,7 +1479,7 @@
"shieldArmoireAntiProcrastinationShieldText": "Escudo Anti-Procrastinación",
"shieldArmoireAntiProcrastinationShieldNotes": "¡Este fuerte escudo de acero te ayudará a bloquear las distracciones cuando se acerquen! Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Anti-Procrastinación (Artículo 3 de 3).",
"shieldArmoireHorseshoeText": "Herradura",
"shieldArmoireHorseshoeNotes": "Ayuda a proteger los pies de tus monturas con este zapato de hierro. Aumenta la Constitución, la Percepción y la Fuerza de cada uno por <%= attrs %>. Armario Encantado: Conjunto de Herrador (artículo 3 de 3).",
"shieldArmoireHorseshoeNotes": "Ayuda a proteger los pies de tus monturas con este zapato de hierro. Aumenta Constitución, Percepción y Fuerza en <%= attrs %>, cada uno. Armario Encantado: Conjunto de Herrador (artículo 3 de 3).",
"shieldArmoireHandmadeCandlestickText": "Candelero Hecho a Mano",
"shieldArmoireHandmadeCandlestickNotes": "¡Tus productos de cera fina proporcionan luz y calidez a los Habiticanos agradecidos! Aumenta la Fuerza en <%= str %>. Armario Encantado: Conjunto de Fabricante de Candelabros (Artículo 3 de 3).",
"shieldArmoireWeaversShuttleText": "Lanzadera de Tejedor",
@ -1838,7 +1838,7 @@
"weaponArmoireJugglingBallsNotes": "Los Habiticanos son maestros multi-tareas, ¡así que no deberías tener problemas para mantener todas estas pelotas en el aire! Aumenta la inteligencia en <%= int %>. Armario Encantado: Artículo independiente.",
"weaponArmoireJugglingBallsText": "Pelotas de Malabarismo",
"weaponArmoireVernalTaperNotes": "Los días son cada vez más largos, pero esta vela te ayudará a encontrar tu camino antes del amanecer. Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Vestimentas Vernales (Artículo 3 de 3).",
"weaponArmoireVernalTaperText": "Cónico Vernal",
"weaponArmoireVernalTaperText": "Velita Vernal",
"weaponArmoireAstronomersTelescopeText": "Telescopio de Astrónomo",
"weaponArmoireBambooCaneNotes": "Perfecto para ayudarte en un paseo, o para bailar el Charleston. Aumenta la Inteligencia, la Percepción y la Constitución en <%= attrs %> cada uno. Armario Encantado: Conjunto de Barquero (Artículo 3 de 3).",
"weaponArmoireBambooCaneText": "Caña de Bambú",
@ -2080,7 +2080,7 @@
"backMystery202001Text": "Cinco Colas de Fábula",
"backMystery201912Text": "Alas del Hada Polar",
"backMystery201905Text": "Alas del Dragón Deslumbrante",
"headSpecialWinter2020MageNotes": "¡Oh! Cómo las campanas / Dulces campanas doradas / Todas parecen decir, / \"Lanzamiento de 'Explosión de Llamas'\" Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada Invierno 2019-2020.",
"headSpecialWinter2020MageNotes": "¡Oh! Cómo las campanas / Dulces y doradas campanas / Todas parecen decir, / \"Lanza 'Explosión de Llamas'\" Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada de Invierno, 2019-2020.",
"headSpecialWinter2020WarriorNotes": "Una sensación de pinchazo en el cuero cabelludo es un pequeño precio por pagar a cambio de la magnificencia de la temporada. Aumenta la Fuerza en <%= str %>. Equipamiento de Edición Limitada Invierno 2019-2020.",
"headSpecialWinter2020HealerNotes": "Por favor, quítatelo de la cabeza antes de intentar hacer chai o café con él. Aumenta la Inteligencia en <%= int %>. Equipamiento de Edición Limitada Invierno 2019-2020.",
"headSpecialWinter2020HealerText": "Emblema de Anís Estrellado",
@ -2233,5 +2233,33 @@
"armorArmoireDressingGownNotes": "Relájate con estilo con esta hermosa y tradicional bata de vestir. Aumenta la Constitución en <%= con %>. Armario Encantado: Conjunto de Bata (Artículo 1 de 3).",
"armorArmoireDressingGownText": "Bata Cómoda de Vestir",
"weaponArmoireEveningTeaNotes": "Esta panacea te ayudará a relajarte para que esas tareas grandes no parezcan tan amenazantes. Aumenta la Inteligencia en <%= int %>. Armario Encantado: Conjunto de Bata (Artículo 3 de 3).",
"weaponArmoireEveningTeaText": "Taza de Té"
"weaponArmoireEveningTeaText": "Taza de Té",
"armorSpecialWinter2021MageNotes": "Estas cálidas Túnicas de Invierno te mantendrán cómodo durante el tiempo frío del año. Una sofisticada tela ondulante en el exterior refleja la luz plateada de la luna y te deja ir con la corriente ¿sabes? Incrementa la Inteligencia en <%= int %>. Equipamiento de Edición Limitada de Invierno, 2020-2021.",
"armorSpecialWinter2021MageText": "Túnica de Luz de Luna Ondulante",
"armorSpecialWinter2021WarriorNotes": "Si vas a salir en este clima, es mejor que te abrigues bien. Incrementa la Constitución en <%= con %>. Equipamiento de Invierno de Edición Limitada, 2020-2021.",
"armorSpecialWinter2021WarriorText": "Chaqueta Térmica",
"armorSpecialWinter2021RogueNotes": "¡Fúndete en las sombras del bosque siempre verde! Incrementa la Percepción en <%= per %>. Equipamiento de Edición Limitada de Invierno, 2020-2021.",
"armorSpecialWinter2021RogueText": "Atuendo de Hiedra Verde",
"weaponSpecialWinter2021HealerNotes": "¡Conduce tus batallas con una floritura y una ráfaga! Incrementa la Inteligencia en <%= int %>. Equipamiento de Edición Limitada de Invierno, 2020-2021.",
"weaponSpecialWinter2021HealerText": "Vara Bordada de Copos",
"weaponSpecialWinter2021MageNotes": "Esta poderosa arma es definitivamente más que una fase. Canaliza tu energía, enfoca el flujo de un mes y estudia el tiempo y el espacio. Incrementa la Inteligencia en <%= int %> y la Percepción en <%= per %>. Equipamiento de Invierno de Edición Limitada, 2020-2021.",
"weaponSpecialWinter2021MageText": "Cambiador Mágico de Fases Lunares",
"weaponSpecialWinter2021WarriorNotes": "¡Puedes atrapar uno grande usando esto! Incrementa la Fuerza en <%= str %>. Equipamiento de Edición Limitada de Invierno, 2020-2021.",
"weaponSpecialWinter2021WarriorText": "Caña de Pescar Poderosa",
"weaponSpecialWinter2021RogueNotes": "Disfraz y arma al mismo tiempo, este látigo de muérdago te ayudará a manejar las tareas más duras. Incrementa la Fuerza en <%= str %>. Equipamiento de Edición Limitada de Invierno, 2020-2021.",
"weaponSpecialWinter2021RogueText": "Látigo de Bayas de Muérdago",
"shieldSpecialWinter2021HealerNotes": "Estos poderosos guantes detienen armas en frío. Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada de Invierno, 2020-2021.",
"shieldSpecialWinter2021HealerText": "Brazales Árticos",
"shieldSpecialWinter2021WarriorNotes": "¡Cuéntales a todos tus amigos sobre el pescado REALMENTE grande que capturaste! Pero decirles que está hecho de plástico y canta canciones depende de ti. Aumenta la Constitución en <%= con %>. Equipamiento de Invierno de Edición Limitada, 2020-2021.",
"shieldSpecialWinter2021WarriorText": "Gran Pescado",
"headSpecialWinter2021HealerNotes": "¡Una cantidad sorprendente de calor escapa por la cabeza! Pero no si estás usando esta capota y gafas protectoras gruesas. ¡No habrá carámbanos en TUS pestañas! Aumenta la Inteligencia en <%= int %>. Equipamiento de Edición Limitada de Invierno, 2020-2021.",
"headSpecialWinter2021HealerText": "Capuchón de Exploración Ártica",
"headSpecialWinter2021MageNotes": "Deja volar a tu mente mientras tu te sientes seguro y arropado bajo esta enorme capucha hogareña. Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada de Invierno, 2020-2021.",
"headSpecialWinter2021MageText": "Capucha de Sombra de Luz Lunar",
"headSpecialWinter2021WarriorNotes": "Abrígate contra el clima frío en esta cómoda capucha. Aumenta la Fuerza en <%= str %>. Equipamiento de Edición Limitada de Invierno, 2020-2021.",
"headSpecialWinter2021WarriorText": "Capucha Aislante",
"headSpecialWinter2021RogueNotes": "Un pícaro puede andar sin ser visto en los bosques con una máscara como esta. Aumenta la Percepción en <%= per %>. Equipamiento de Edición Limitada de Invierno, 2020-2021.",
"headSpecialWinter2021RogueText": "Máscara de Hiedra",
"armorSpecialWinter2021HealerNotes": "¡Desafía los vientos fríos con la mejor protección disponible al norte del Círculo! Aumenta la Constitución en <%= con %>. Equipamiento de Edición Limitada de invierno, 2020-2021.",
"armorSpecialWinter2021HealerText": "Parka Ártica"
}

View file

@ -34,8 +34,8 @@
"invitedToPrivateGuild": "Has sido invitado a unirte al Gremio privado <span class=\"notification-bold\"><%- guild %></span>",
"invitedToPublicGuild": "Has sido invitado a unirte al Gremio <span class=\"notification-bold-blue\"><%- guild %></span>",
"invitationAcceptedHeader": "Tu invitación ha sido Aceptada",
"invitationAcceptedBody": "<%= username %> aceptada tu invitación a <%= groupName %>!",
"systemMessage": "Mensaje Sistemico",
"invitationAcceptedBody": "¡<%= username %> aceptó tu invitación a <%= groupName %>!",
"systemMessage": "Mensaje de Sistema",
"newMsgGuild": "<span class=\"notification-bold-blue\"><%- name %></span> tiene nuevos anuncios",
"newMsgParty": "Tu Grupo, <span class=\"notification-bold-blue\"><%- name %></span>, tiene nuevos anuncios",
"chat": "Chat",
@ -341,7 +341,7 @@
"singleCompletion": "Único: se completa cuando termina cualquier usuario asignado",
"allAssignedCompletion": "Todo: se completa cuando todos los usuarios asignados terminan",
"userWithUsernameOrUserIdNotFound": "Nombre de usuario o ID no encontrado.",
"usernameOrUserId": "Nombre de usuario o su ID",
"usernameOrUserId": "Ingresa @nombredeusuario o ID de Usuario",
"sendGiftToWhom": "¿A quien te gustaría enviarle un regalo?",
"selectGift": "Selecciona regalo",
"pmReported": "Gracias por reportar este mensaje.",
@ -367,5 +367,7 @@
"languageSettings": "Configuración de Lenguaje",
"newPartyPlaceholder": "Ingresa el nombre de tu Grupo.",
"cannotRemoveQuestOwner": "No puedes eliminar al dueño de la misión activa. Aborta la misión primero.",
"features": "Características"
"features": "Características",
"giftMessageTooLong": "La longitud máxima para mensajes de regalo es <%= maxGiftMessageLength %>.",
"selectSubscription": "Selecciona Suscripción"
}

View file

@ -142,12 +142,12 @@
"dateEndNovember": "Noviembre 30",
"dateEndJanuary": "31 de enero",
"dateEndFebruary": "Febrero 29",
"winterPromoGiftHeader": "Regala una suscripción y obtén una gratis!",
"winterPromoGiftHeader": "¡REGALA UNA SUSCRIPCION, OTEN UNA GRATIS!",
"winterPromoGiftDetails1": "Sólo hasta el 6 de enero, cuando regalas una suscripción a alguien, ¡obtienes la misma suscripción gratis para ti!",
"winterPromoGiftDetails2": "Por favor, ten en cuenta que si tú o la persona que recibe el regalo ya tienen una suscripción recurrente, la suscripción regalada solo empezará después de que esa suscripción sea cancelada o haya expirado. ¡Muchas gracias por tu apoyo! <3",
"discountBundle": "paquete",
"g1g1Announcement": "¡El evento Regala una suscripción, Obtén una Suscripción Gratis está en marcha ahora!",
"g1g1Details": "¡Regala una suscripción a un/a amigo/a desde su perfil y recibirás la misma suscripción gratis!",
"g1g1Announcement": "¡El evento <strong>Regala una suscripción, obtén una suscripción gratis</strong> está en marcha ahora!",
"g1g1Details": "¡Regala una suscripción a un/a amigo/a y recibirás la misma suscripción gratis!",
"marchYYYY": "Marzo <%= year %>",
"decemberYYYY": "Diciembre <%= year %>",
"augustYYYY": "Agosto <%= year %>",
@ -184,5 +184,16 @@
"fall2020DeathsHeadMothHealerSet": "Esfinge de la Muerte (Sanador)",
"fall2020WraithWarriorSet": "Espectro (Guerrero)",
"royalPurpleJackolantern": "calabaza de Holloween púrpura real",
"novemberYYYY": "Noviembre <%= year %>"
"novemberYYYY": "Noviembre <%= year %>",
"g1g1Limitations": "Este es un evento limitado que empieza en diciembre 17 a las 8:00 AM ET (13:00 UTC) y terminará en enero 7 a las 8:00 PM ET (1:00 UTC). Esta promoción sólo aplica cuando regalas a otro Habitiano. Si tú o el destinatario ya tienen una suscripción, la suscripción de regalo añadirá meses de crédito que sólo serán usados después de que la suscripción actual sea cancelada o expire.",
"limitations": "Limitaciones",
"g1g1HowItWorks": "Escribe el nombre de usuario de la cuenta a la que quieres enviar el regalo. Después, escoge la longitud de la suscripción que quieres regalar. Tu cuenta será recompensada automáticamente con el mismo nivel de suscripción que regalaste.",
"howItWorks": "Cómo Funciona",
"g1g1Returning": "En honor a la temporada, trajimos de vuelta una promoción muy especial. Ahora, cuando regales una suscripción, ¡recibirás la misma en retorno!",
"g1g1Event": "¡Evento Regala Una, Obtén Una en curso!",
"g1g1": "Regala Una, Obtén Una",
"winter2021HollyIvyRogueSet": "Muérdago y Hiedra (Pícaro)",
"winter2021ArcticExplorerHealerSet": "Explorador Ártico (Sanador)",
"winter2021WinterMoonMageSet": "Luna de Invierno (Mago)",
"winter2021IceFishingWarriorSet": "Pescador de Hielo (Guerrero)"
}

View file

@ -123,5 +123,8 @@
"paymentAutoRenew": "Esta suscripción se renovará automáticamente hasta que sea cancelada. Si necesitas cancelar esta suscripción, puedes hacerlo desde tus Ajustes.",
"paymentSubBillingWithMethod": "Tu suscripción será cobrada <strong>$<%= amount %></strong> cada <strong><%= months %> mes(es)</strong> via <strong><%= paymentMethod %></strong>.",
"invalidUnlockSet": "Este conjunto de artículos es inválido y no puede ser desbloqueado.",
"cannotUnpinItem": "Este artículo no puede desclavarse."
"cannotUnpinItem": "Este artículo no puede desclavarse.",
"nMonthsSubscriptionGift": "<%= nMonths %> Mes(es) de Suscripción (Regalo)",
"nGemsGift": "<%= nGems %> Gemas (Regalo)",
"nGems": "<%= nGems %> Gemas"
}

View file

@ -1,6 +1,6 @@
{
"questEvilSantaText": "Santa Trampero",
"questEvilSantaNotes": "Escuchas rugidos lastimosos en las profundidades de los campos de hielo. Sigues los gruñidos - interrumpidos por carcajadas - hasta un claro en el bosque, donde ves una osa polar adulta. Está enjaulada y encadenada, luchando por su vida. Bailando encima de la jaula se encuentra un diablillo malicioso vestido como un náufrago. Vence a Santa Trampero ¡y salva a la bestia! <br><br><strong>Nota</strong>: “Santa Trampero ” premia una misión apilable además da una montura rara que solo puede ser agregada a tu establo una unica vez.",
"questEvilSantaNotes": "Escuchas rugidos agonizantes en lo profundo de los campos de hielo. Sigues los gruñidos (interrumpidos por carcajadas) hasta un claro en el bosque, donde ves una osa polar adulta. Está enjaulada y encadenada, luchando por su vida. Bailando encima de la jaula se encuentra un diablillo malicioso vestido de náufrago. Vence al Santa Trampero ¡y salva a la bestia! <br><br><strong>Nota</strong>: “Santa Trampero ” otorga un logro de misión acumulable, pero da una montura rara que sólo puede ser agregada a tu establo una vez.",
"questEvilSantaCompletion": "Santa Trampero chilla furioso y se adentra en la noche saltando. La osa agradecida intenta decirte algo mediante rugidos y gruñidos. La llevas de vuelta a los establos, donde Matt Boch, el Maestro de las Bestias, escucha su historia con un soplido de horror. ¡La osa tiene un cachorro! Éste escapó hacia los campos de hielo cuando mamá osa fue capturada.",
"questEvilSantaBoss": "Santa Trampero",
"questEvilSantaDropBearCubPolarMount": "Oso Polar (Montura)",
@ -329,7 +329,7 @@
"questFalconBoss": "Aves de la Procrastinación",
"questFalconDropFalconEgg": "Halcón (Huevo)",
"questFalconUnlockText": "Desbloquea huevos de Halcón adquiribles en el Mercado",
"questTreelingText": "El Árbol enredado",
"questTreelingText": "El Árbol Enredado",
"questTreelingNotes": "Es la competencia anual de jardinería, y todos hablan sobre el misterioso proyecto que @aurakami ha prometido desvelar. Te unes a la multitud el día del gran anuncio y te maravillas con la introducción de un árbol en movimiento. @fuzzytrees explica que el árbol ayudará con el mantenimiento del jardín, mostrando cómo puede cortar el césped, cortar el seto y podar las rosas, todo al mismo tiempo, ¡hasta que el árbol se enloquezca de repente, convirtiendo sus tijeras de podar en su creador! La multitud entra en pánico a medida que todos intentan huir, pero no tienes miedo: saltas hacia adelante, listo para la batalla.",
"questTreelingCompletion": "Te quitas el polvo cuando las últimas hojas caen al suelo. A pesar del malestar, la competencia Garden ahora es segura, ¡aunque el árbol que acaba de reducir a un montón de astillas de madera no ganará ningún premio! \"Aún quedan algunos inconvenientes por resolver\", dice @PainterProphet. \"Tal vez alguien más haría un mejor trabajo entrenando los retoños. ¿Te apetece ir?\"",
"questTreelingBoss": "Árbol Enredado",
@ -418,10 +418,10 @@
"questMoon3Completion": "El emergente monstruo estalla en la sombra y la luna se vuelve plateada a medida que el peligro pasa. Los dragones empiezan a cantar de nuevo y las estrellas brillan con una luz suave. @Starsystemic la Vidente se agacha y recoge un fragmento lunar. El fragmento brilla como plata en su mano, antes de transformarse en una magnifica guadaña de cristal.",
"questMoon3Boss": "Luna monstruosa",
"questMoon3DropWeapon": "Guadaña Lunar (Arma de dos manos)",
"questSlothText": "El perezoso somnoliento",
"questSlothNotes": "As you and your party venture through the Somnolent Snowforest, you're relieved to see a glimmering of green among the white snowdrifts... until an enormous sloth emerges from the frosty trees! Green emeralds shimmer hypnotically on its back.<br><br>\"Hello, adventurers... why don't you take it slow? You've been walking for a while... so why not... stop? Just lie down, and rest...\"<br><br>You feel your eyelids grow heavy, and you realize: It's the Somnolent Sloth! According to @JaizakAripaik, it got its name from the emeralds on its back which are rumored to... send people to... sleep...<br><br>You shake yourself awake, fighting drowsiness. In the nick of time, @awakebyjava and @PainterProphet begin to shout spells, forcing your party awake. \"Now's our chance!\" @Kiwibot yells.",
"questSlothText": "El Perezoso Somnoliento",
"questSlothNotes": "Mientras tú y tu equipo se aventuran en el Bosque de Nieve Somnoliento, sienten alivio al ver un poco de verde entre los blancos ventisqueros... ¡hasta que un enorme perezoso emerge de los árboles escarchados! Esmeraldas verdes brillan hipnotizantes en su espalda.<br><br> \"Hola, aventureros... ¿Por qué no se lo toman con calma? Han estado caminando un buen rato... así que ¿por qué no... parar? Sólo recuéstense y descansen...\"<br><br>Sientes tus párpados cada vez más pesados, y te das cuenta: ¡Es el Perezoso Somnoliento! Según @JaizakAripaik, obtuvo su nombre de las esmeraldas en su espalda, de las cuales se dice que... ponen a la gente a... dormir...<br><br>Te sacudes para despertarte, luchando contra el sopor. Justo a tiempo, @awakebyjava y @PainterProphet empiezan a gritar hechizos, forzando a tu equipo a despertar. \"¡Es nuestra oportunidad!\", grita @Kiwibot.",
"questSlothCompletion": "¡Lo lograste! Al derrotar al Perezoso Somnoliento, sus esmeraldas se caen. \"Gracias por liberarme de mi maldición\", dice el perezoso. \"Finalmente puedo dormir bien, sin esas pesadas esmeraldas en mi espalda. Toma estos huevos como agradecimiento, y puedes quedarte con las esmeraldas también.\" El perezoso te da tres huevos de perezoso y se va a climas más cálidos.",
"questSlothBoss": "Perezoso somnoliento",
"questSlothBoss": "Perezoso Somnoliento",
"questSlothDropSlothEgg": "Perezoso (Huevo)",
"questSlothUnlockText": "Desbloquea Huevos de Perezoso adquiribles en el Mercado",
"questTriceratopsText": "El Aplastante Triceratops",
@ -559,7 +559,7 @@
"questYarnDropYarnEgg": "Hilo (Huevo)",
"questYarnUnlockText": "Desbloquea Huevos de Hilo para compra en el Mercado",
"winterQuestsText": "Paquete de Misiones de Invierno",
"winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31.",
"winterQuestsNotes": "Contiene \"Santa Trampero\", \"Encuentra al Cachorro\", y \"Un Ave Álgida\". Disponible hasta el 31 de enero. Recuerda que \"Santa Trampero\" y \"Encuentra al Cachorro\" tienen logros de misión acumulables, pero dan una mascota y una montura raras que sólo pueden añadirse a tu establo una vez.",
"questPterodactylText": "El Pterror-dactilo",
"questPterodactylNotes": "Estas dando un paseo a un lado de los pacíficos Acantilados Stoïkalm cuando un chirrido malévolo llena el aire. Te das la vuelta y solo para ver una horrible criatura volar hacia ti y te invade un poderoso terror. Mientras das la vuellta para huir, @Lilith de Alfheim te agarra. \"¡No entres en panico! Es solo un Pterror-dactyl.\"<br><br>@ProcyonP cabecea afirmando. \"Sus nidos estan cerca, pero fueron los atraen los olores de Habitos negativos y Diarias incompletas.\"<br><br>\"No te preocupes,\" @Katy133 dice. \"¡Solo necesitamos ser extra productivos para derrotarlo!\" Te llena un renovado sentido de propósito y volteas a ver a tu enemigo.",
"questPterodactylCompletion": "Con un último chillido, el Pterror-dáctio se desploma sobre el lado del acantilado. Corres hacia adelante para verlo volar sobre las lejanas estepas. \"Uf, me alegro de que haya terminado\", dices. \"Yo también\", responde @GeraldThePixel. \"¡Pero mira! Nos han dejado algunos huevos\". @Edge te pasa tres huevos, y prometes criarlos en tranquilidad, rodeado de Hábitos positivos y Diarias azules.",
@ -567,7 +567,7 @@
"questPterodactylDropPterodactylEgg": "Pterodáctilo (huevo)",
"questPterodactylUnlockText": "Desbloquea huevos de Pterodáctilo para comprar en el Mercado",
"questBadgerText": "¡Dejen de acosarme!",
"questBadgerNotes": "Ah, winter in the Taskwoods. The softly falling snow, the branches sparkling with frost, the Flourishing Fairies… still not snoozing?<br><br>“Why are they still awake?” cries @LilithofAlfheim. “If they don't hibernate soon, they'll never have the energy for planting season.”<br><br>As you and @Willow the Witty hurry to investigate, a furry head pops up from the ground. Before you can yell, “Its the Badgering Bother!” its back in its burrow—but not before snatching up the Fairies' “Hibernate” To-Dos and dropping a giant list of pesky tasks in their place!<br><br>“No wonder the fairies aren't resting, if they're constantly being badgered like that!” @plumilla says. Can you chase off this beast and save the Taskwoods harvest this year?",
"questBadgerNotes": "¡Ah!, Invierno en el Bosque de las Tareas. La nieve suavemente cayendo, las ramas cubiertas con nieve, las florecientes Hadas...¿aún no estás bostezando?<br><br>\"¿Porqué aún están despiertos?\" se lamenta @LilithofAlfheim. \"Si ellos no empiezan a hibernar pronto, nunca tendrán la energía para la temporada de siembra\"<br><br>Mientras que tú y @Willow the Witty se apresuran a investigar, una cabeza peluda emerge de la tierra. Antes de que puedas gritar, \"¡Es el hermano Badgering!\" ha regresado a su hoyo....pero no antes de arrebatar las tareas \"hibernadas\" de las Hadas e incluyendo una lista gigante de tareas molestas en su lugar<br><br>\"No es sorpresa que las hadas no estén descansando. Si constantemente les están enviando cargas como esa\" dice @plumilla ¿Puedes cazar a esta bestia y salvar la cosecha del Bosque de las Tareas de este año?",
"questBadgerCompletion": "You finally drive away the the Badgering Bother and hurry into its burrow. At the end of a tunnel, you find its hoard of the faeries “Hibernate” To-Dos. The den is otherwise abandoned, except for three eggs that look ready to hatch.",
"questBadgerBoss": "The Badgering Bother",
"questBadgerDropBadgerEgg": "Tejón (Huevo)",
@ -618,8 +618,8 @@
"questKangarooDropKangarooEgg": "Canguro (Huevo)",
"questKangarooUnlockText": "Desbloquea Huevos de Canguro para comprar en el Mercado",
"forestFriendsText": "Paquete de Misión Amigos del Bosque",
"forestFriendsNotes": "Contains 'The Spirit of Spring', 'The Hedgebeast', and 'The Tangle Tree'. Available until September 30.",
"questAlligatorText": "The Insta-Gator",
"forestFriendsNotes": "Contiene 'El Espíritu de la Primavera', 'La Erizobestia', y 'El Árbol Enredado'. Disponible hasta el 30 de septiembre.",
"questAlligatorText": "El Insta-Drilo",
"questAlligatorNotes": "“Crikey!” exclaims @gully. “An Insta-Gator in its natural habitat! Careful, it distracts its prey with things that seem urgent THIS INSTANT, and it feeds on the unchecked Dailies that result.” You fall silent to avoid attracting its attention, but to no avail. The Insta-Gator spots you and charges! Distracting voices rise up from Swamps of Stagnation, grabbing for your attention: “Read this post! See this photo! Pay attention to me THIS INSTANT!” You scramble to mount a counterattack, completing your Dailies and bolstering your good Habits to fight off the dreaded Insta-Gator.",
"questAlligatorCompletion": "With your attention focused on whats important and not the Insta-Gators distractions, the Insta-Gator flees. Victory! “Are those eggs? They look like gator eggs to me,” asks @mfonda. “If we care for them correctly, theyll be loyal pets or faithful steeds,” answers @UncommonCriminal, handing you three to care for. Lets hope so, or else the Insta-Gator might make a return…",
"questAlligatorBoss": "Insta-Gator",
@ -651,7 +651,7 @@
"questFluoriteUnlockText": "Desbloquea Pociones de Eclosión de Fluorita para comprar en el Mercado",
"questFluoriteDropFluoritePotion": "Poción de Eclosión de Fluorita",
"questFluoriteBoss": "Fluorita Elemental",
"questFluoriteText": "Un Miedo Brillante a la Fluorita",
"questFluoriteText": "Un Susto Fluorita Brillante",
"questWaffleUnlockText": "Desbloquea Pociones de Eclosión de Confite para comprar en el Mercado",
"questWaffleDropDessertPotion": "Poción de Eclosión de Confite",
"questWaffleRageTitle": "Maple de Arce",
@ -690,6 +690,8 @@
"jungleBuddiesText": "Paquete de Misión Amigos Selváticos",
"sandySidekicksText": "Paquete de Misión Ayudantes Arenosos",
"questBronzeText": "La Batalla del Escarabajo de Bronce",
"mythicalMarvelsNotes": "Contiene 'Convenciendo a la Reina Unicornio', 'El grifo de Fuego', y 'Peligro en las Profundidades: ¡Ataque de la Serpiente Marina!' Disponible hasta el 28 de Febrero.",
"questBronzeBoss": "Escarabajo de Bronce"
"mythicalMarvelsNotes": "Contiene 'Convenciendo a la Reina Unicornio', 'El Grifo de Fuego', y 'Peligro en las Profundidades: ¡Ataque de la Serpiente Marina!' Disponible hasta el 28 de Febrero.",
"questBronzeBoss": "Escarabajo de Bronce",
"jungleBuddiesNotes": "Contiene 'Mandril Monstruoso y los Monos Maliciosos', 'El Perezoso Somnoliento' y 'El Árbol Enredado'. Disponible hasta <%= date %>.",
"questTurquoiseNotes": "@gawrone entra corriendo a tu cuarto sosteniendo su Diploma de Habiticano y en una mano y y un tomo con cubierta de cuero, extraordinariamente grande y empolvado, en la otra.<br><br>“¿A que no adivinas lo que descubrí?” dicen. “El motivo por el que los Campos Florecientes son tan fértiles es que en algún momento estuvieron cubiertos por un vasto océano. Se rumora que un pueblo ancestral vivía en el fondo de ese océano en ciudades encantadas. Usando mapas olvidados, ¡yo encontré la ubicación más probable de estas ciudades! ¡Trae tu pala!\"<br><br>Se encuentran al día siguiente en la tarde, con @QuartzFox y @starsystemic en el grupo, y comienzan a cavar. En lo profundo del suelo ¡encuentran una runa con una gema turquesa al lado!<br><br>“¡Sigan cavando!”, insiste @gawrone. “¡Si encontramos suficientes, podremos preparar una de sus pociones ancestrales y hacer historia al mismo tiempo!”"
}

View file

@ -363,5 +363,6 @@
"hatchingPotionTurquoise": "Turquoise",
"hatchingPotionVampire": "Vampire",
"hatchingPotionAutumnLeaf": "Feuille d'automne",
"hatchingPotionBlackPearl": "Perle noire"
"hatchingPotionBlackPearl": "Perle noire",
"hatchingPotionStainedGlass": "Vitrail"
}

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Effacer les données du navigateur",
"communityExtensions": "<a href='http://habitica.fandom.com/fr/wiki/Extensions,_modules_compl%C3%A9mentaires_et_personnalisations' target='_blank'>Modules complémentaires et extensions</a>",
"communityFacebook": "Facebook",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/fr/wiki/Special:Forum'>Forum</a>",
"companyAbout": "Comment ça marche",
"companyBlog": "Blog",
"companyContribute": "Contribuer",

View file

@ -203,13 +203,13 @@
"weaponSpecialSummer2016HealerText": "Trident de guérison",
"weaponSpecialSummer2016HealerNotes": "Une pointe fait du mal, l'autre guérit. Augmente l'intelligence de <%= int %>. Équipement en édition limitée de lété 2016.",
"weaponSpecialFall2016RogueText": "Dague de morsure d'araignée",
"weaponSpecialFall2016RogueNotes": "Sentez la piqûre de la morsure de l'araignée ! Augmente la force de <%=str %>. Équipement en édition limitée de lautomne 2016.",
"weaponSpecialFall2016RogueNotes": "Sentez la piqûre de la morsure de l'araignée ! Augmente la force de <%= str %>. Équipement en édition limitée de lautomne 2016.",
"weaponSpecialFall2016WarriorText": "Racines offensives",
"weaponSpecialFall2016WarriorNotes": "Attaquez vos tâches avec ces racines tortueuses ! Augmente la force de <%=str %>. Équipement en édition limitée de lautomne 2016.",
"weaponSpecialFall2016WarriorNotes": "Attaquez vos tâches avec ces racines tortueuses ! Augmente la force de <%= str %>. Équipement en édition limitée de lautomne 2016.",
"weaponSpecialFall2016MageText": "Orbe de mauvais augure",
"weaponSpecialFall2016MageNotes": "Ne demandez pas à cet orbe de vous dire votre avenir... Augmente l'intelligence de <%= int %> et la perception de <%= per %>. Équipement en édition limitée de lautomne 2016.",
"weaponSpecialFall2016HealerText": "Serpent venimeux",
"weaponSpecialFall2016HealerNotes": "Une morsure blesse, une autre soigne. Augmente l'intelligence de <%=int %>. Équipement en édition limitée de lautomne 2016.",
"weaponSpecialFall2016HealerNotes": "Une morsure blesse, une autre soigne. Augmente l'intelligence de <%= int %>. Équipement en édition limitée de lautomne 2016.",
"weaponSpecialWinter2017RogueText": "Piolet",
"weaponSpecialWinter2017RogueNotes": "Ce piolet est idéal pour attaquer, se défendre et pour escalader des cascades de glace ! Augmente la force de <%= str %>. Équipement en édition limitée de l'hiver 2016-2017.",
"weaponSpecialWinter2017WarriorText": "Bâton de puissance",
@ -557,13 +557,13 @@
"armorSpecialSummer2016HealerText": "Queue d'hippocampe",
"armorSpecialSummer2016HealerNotes": "Cet habit piquant transforme son porteur en véritable guérisseur hippocampe ! Augmente la constitution de <%= con %>. Équipement en édition limitée de lété 2016.",
"armorSpecialFall2016RogueText": "Armure de veuve-noire",
"armorSpecialFall2016RogueNotes": "Les yeux sur cette armure clignent en permanence. Augmente la perception de <%=per %>. Équipement en édition limitée de lautomne 2016.",
"armorSpecialFall2016RogueNotes": "Les yeux sur cette armure clignent en permanence. Augmente la perception de <%= per %>. Équipement en édition limitée de lautomne 2016.",
"armorSpecialFall2016WarriorText": "Armure gluante",
"armorSpecialFall2016WarriorNotes": "Mystérieusement humide et moussue ! Augmente la constitution de <%=con %>. Équipement en édition limitée de lautomne 2016.",
"armorSpecialFall2016WarriorNotes": "Mystérieusement humide et moussue ! Augmente la constitution de <%= con %>. Équipement en édition limitée de lautomne 2016.",
"armorSpecialFall2016MageText": "Cape de malice",
"armorSpecialFall2016MageNotes": "Quand votre cape vole, vous entendez des ricanements. Augmente l'intelligence de <%=int %>. Équipement en édition limitée de lautomne 2016.",
"armorSpecialFall2016MageNotes": "Quand votre cape vole, vous entendez des ricanements. Augmente l'intelligence de <%= int %>. Équipement en édition limitée de lautomne 2016.",
"armorSpecialFall2016HealerText": "Robe de gorgone",
"armorSpecialFall2016HealerNotes": "Ces robes sont en réalité faites de pierre. Comment peuvent-elles être si confortable ? Augmente la constitution de <%=con %>. Équipement en édition limitée de lautomne 2016.",
"armorSpecialFall2016HealerNotes": "Ces robes sont en réalité faites de pierre. Comment peuvent-elles être si confortable ? Augmente la constitution de <%= con %>. Équipement en édition limitée de lautomne 2016.",
"armorSpecialWinter2017RogueText": "Armure givrée",
"armorSpecialWinter2017RogueNotes": "Ce costume furtif reflète la lumière et éblouit les tâches sans méfiance tandis que vous obtenez d'elles vos justes récompenses ! Augmente la perception de <%= per %>. Équipement en édition limitée de l'hiver 2016-2017.",
"armorSpecialWinter2017WarriorText": "Armure de hockey sur glace",
@ -993,11 +993,11 @@
"headSpecialSummer2016HealerText": "Heaume d'hippocampe",
"headSpecialSummer2016HealerNotes": "Ce casque indique que son porteur a été entraîné par les hippocampes guérisseurs magiques de Dilatoire. Augmente l'intelligence de <%= int %>. Équipement en édition limitée de lété 2016.",
"headSpecialFall2016RogueText": "Heaume de veuve-noire",
"headSpecialFall2016RogueNotes": "Les pattes sur ce heaume tremblent constamment. Augmente la perception de <%=per %>. Équipement en édition limitée de l'automne 2016.",
"headSpecialFall2016RogueNotes": "Les pattes sur ce heaume tremblent constamment. Augmente la perception de <%= per %>. Équipement en édition limitée de l'automne 2016.",
"headSpecialFall2016WarriorText": "Heaume en écorce noueuse",
"headSpecialFall2016WarriorNotes": "Ce heaume détrempé par les marécages est couvert de morceaux de tourbe. Augmente la force de <%=str %>. Équipement en édition limitée de l'automne 2016.",
"headSpecialFall2016WarriorNotes": "Ce heaume détrempé par les marécages est couvert de morceaux de tourbe. Augmente la force de <%= str %>. Équipement en édition limitée de l'automne 2016.",
"headSpecialFall2016MageText": "Capuche de malice",
"headSpecialFall2016MageNotes": "Dissimulez vos complots sous cette capuche sombre. Augmente la perception de <%=per %>. Équipement en édition limitée de l'automne 2016.",
"headSpecialFall2016MageNotes": "Dissimulez vos complots sous cette capuche sombre. Augmente la perception de <%= per %>. Équipement en édition limitée de l'automne 2016.",
"headSpecialFall2016HealerText": "Couronne de méduse",
"headSpecialFall2016HealerNotes": "Malheur à toute personne qui osera vous regarder dans les yeux... Augmente l'intelligence de <%= int %>. Équipement en édition limitée de l'automne 2016.",
"headSpecialNye2016Text": "Chapeau pointu fantasque",
@ -1381,9 +1381,9 @@
"shieldSpecialFall2016RogueText": "Dague de la morsure d'araignée",
"shieldSpecialFall2016RogueNotes": "Sentez la piqûre de la morsure de l'araignée ! Augmente la force de <%=str %>. Équipement en édition limitée de lautomne 2016.",
"shieldSpecialFall2016WarriorText": "Racines défensives",
"shieldSpecialFall2016WarriorNotes": "Défendez-vous contre vos quotidiennes avec ces racines tordues! Augmente la constitution de <%=con %>. Équipement en édition limitée de lautomne 2016.",
"shieldSpecialFall2016WarriorNotes": "Défendez-vous contre vos quotidiennes avec ces racines tordues ! Augmente la constitution de <%= con %>. Équipement en édition limitée de lautomne 2016.",
"shieldSpecialFall2016HealerText": "Bouclier de gorgone",
"shieldSpecialFall2016HealerNotes": "N'admirez pas votre reflet dans ce bouclier. Augmente la constitution de <%=con %>. Équipement en édition limitée de lautomne 2016.",
"shieldSpecialFall2016HealerNotes": "N'admirez pas votre reflet dans ce bouclier. Augmente la constitution de <%= con %>. Équipement en édition limitée de lautomne 2016.",
"shieldSpecialWinter2017RogueText": "Piolet",
"shieldSpecialWinter2017RogueNotes": "Ce piolet est idéal pour attaquer, se défendre et pour escalader les cascades de glace ! Augmente la force de <%= str %>. Équipement en édition limitée de l'hiver 2016-2017.",
"shieldSpecialWinter2017WarriorText": "Bouclier-palet",
@ -2233,5 +2233,33 @@
"armorArmoireDressingGownNotes": "Détendez vous avec élégance dans cette magnifique robe de chambre traditionnelle. Augmente la constitution de <%= con %>. Armoire enchantée : assortiment de robes de chambre (objet 1 de 3).",
"weaponArmoireEveningTeaNotes": "Cette panacée vous aidera à vous calmer afin que ces grandes tâches semblent moins menaçantes. Augmente l'intelligence de <%= int %>. Armoire enchantée : assortiment de robes de chambre (objet 3 de 3).",
"armorArmoireDressingGownText": "Robe de chambre confortable",
"weaponArmoireEveningTeaText": "Tasse de thé"
"weaponArmoireEveningTeaText": "Tasse de thé",
"shieldSpecialWinter2021HealerNotes": "Ces puissantes moufles protègent du froid de la lame. Augmente la constitution de <%= con %>. Équipement en édition limitée de l'hiver 2020-2021.",
"shieldSpecialWinter2021HealerText": "Protège-bras arctiques",
"shieldSpecialWinter2021WarriorNotes": "Racontez à tous vos amis comment vous avec attrapé un poisson gros COMME ÇA. A vous de voir si vous leur direz qu'il est en plastique et qu'il chante des chansons. Augmente la constitution de <%= con %>. Équipement en édition limitée de l'hiver 2020-2021.",
"shieldSpecialWinter2021WarriorText": "Gros poisson",
"headSpecialWinter2021HealerNotes": "Une quantité surprenante de chaleur s'échappe par la tête ! Mais pas si vous portez une cagoule épaisse et des lunettes de protection. Il n'y aura pas de glaçons sur VOS cils ! Augmente l'intelligence de <%= int %>. Équipement en édition limitée de l'hiver 2020-2021.",
"headSpecialWinter2021HealerText": "Couvre-chef d'exploration arctique",
"headSpecialWinter2021MageNotes": "Laissez votre esprit s'emporter, tout en vous sentant en sécurité, sous cette immense capuche accueillante. Augmente la perception de <%= per %>. Équipement en édition limitée de l'hiver 2020-2021.",
"headSpecialWinter2021MageText": "Capuche d'ombre lunaire",
"headSpecialWinter2021WarriorNotes": "Enveloppez-vous contre le froid dans cette capuche douillette. Augmente la force de <%= str %>. Équipement en édition limitée de l'hiver 2020-2021.",
"headSpecialWinter2021WarriorText": "Capuche isolante",
"headSpecialWinter2021RogueNotes": "Un voleur passerait inaperçu dans les bois avec un tel masque. Augmente la perception de <%= per %>. Équipement en édition limitée de l'hiver 2020-2021.",
"headSpecialWinter2021RogueText": "Masque de gui",
"armorSpecialWinter2021HealerNotes": "Défiez les vents glacés avec la meilleure protection disponible au nord du cercle ! Augmente la constitution de <%= con %>. Équipement en édition limitée de l'hiver 2020-2021.",
"armorSpecialWinter2021HealerText": "Parka arctique",
"armorSpecialWinter2021MageNotes": "Ces chaudes robes d'hiver vous garderont au chaud pendant la saison froide. Un tissu fantaisie et fluide à l'extérieur reflète le clair de lune argenté et vous permet d'être dans la mouvance, vous savez ? Augmente l'intelligence de <%= int %>. Équipement en édition limitée de l'hiver 2020-2021.",
"armorSpecialWinter2021MageText": "Robes de clair de lune",
"armorSpecialWinter2021WarriorNotes": "Si vous comptez sortir par ce temps, vous feriez-mieux de vous emmitoufler. Augmente la constitution de <%= con %>. Équipement en édition limitée de l'hiver 2020-2021.",
"armorSpecialWinter2021WarriorText": "Veste isolante",
"armorSpecialWinter2021RogueNotes": "Fondez-vous dans les ombres de la verdure ! Augmente la perception de <%= per %>. Équipement en édition limitée de l'hiver 2020-2021.",
"armorSpecialWinter2021RogueText": "Vêtements vert-de-gui",
"weaponSpecialWinter2021HealerNotes": "Conduisez vos combats en toute sérénité ! Augmente l'intelligence de <%= int %>. Équipement en édition limitée de l'hiver 2020-2021.",
"weaponSpecialWinter2021HealerText": "Bâton à bride en écailles",
"weaponSpecialWinter2021MageNotes": "Cette arme puissante a définitivement plus d'une phase. Canalisez votre énergie, concentrez-vous sur le déroulement d'un mois lunaire, et étudiez l'espace et le temps. Augmente l'intelligence de <%= int %> et la perception de <%= per %>. Équipement en édition limitée de l'hiver 2020-2021.",
"weaponSpecialWinter2021MageText": "Phaseur lunaire magique",
"weaponSpecialWinter2021WarriorNotes": "Tout le monde mordra à l'hameçon avec celle-là ! Augmente la force de <%= str %>. Équipement en édition limitée de l'hiver 2020-2021.",
"weaponSpecialWinter2021WarriorText": "Puissante canne à pêche",
"weaponSpecialWinter2021RogueNotes": "A la fois déguisement et arme, ce fléau de houx vous aidera à faire face aux tâches les plus difficiles. Augmente la force de <%= str %>. Équipement en édition limitée de l'hiver 2020-2021.",
"weaponSpecialWinter2021RogueText": "Fléau de baies de houx"
}

View file

@ -348,7 +348,7 @@
"blockedToSendToThisUser": "Vous ne pouvez pas envoyer de message à ce membre, car vous l'avez bloqué.",
"PMDisabled": "Désactiver les messages privés",
"userWithUsernameOrUserIdNotFound": "Pseudo ou identifiant non trouvé.",
"usernameOrUserId": "Pseudo ou identifiant",
"usernameOrUserId": "Entrez un pseudo ou un identifiant",
"sendGiftToWhom": "A qui voulez-vous envoyer un cadeau ?",
"selectGift": "Choisir le cadeau",
"PMUnblockUserToSendMessages": "Débloquez cette personne pour continuer à envoyer et recevoir des messages.",
@ -367,5 +367,7 @@
"languageSettings": "Paramètres de langue",
"onlyPrivateGuildsCanUpgrade": "Seules les guildes privées peuvent être améliorée en offre de groupe.",
"features": "Fonctionnalités",
"cannotRemoveQuestOwner": "Vous ne pouvez pas retirer le propriétaire de la quête active. Annulez d'abord la quête."
"cannotRemoveQuestOwner": "Vous ne pouvez pas retirer le propriétaire de la quête active. Annulez d'abord la quête.",
"giftMessageTooLong": "La longueur maximum des messages pour les cadeaux est <%= maxGiftMessageLength %>.",
"selectSubscription": "Choisir l'abonnement"
}

View file

@ -142,12 +142,12 @@
"dateEndNovember": "30 novembre",
"dateEndJanuary": "31 janvier",
"dateEndFebruary": "29 février",
"winterPromoGiftHeader": "OFFREZ UN ABONNEMENT ET OBTENEZ-EN UN GRATUIT !",
"winterPromoGiftHeader": "OFFREZ UN ABONNEMENT, OBTENEZ-EN UN GRATUIT !",
"winterPromoGiftDetails1": "Jusqu'au 6 janvier seulement, lorsque vous offrez un abonnement, vous recevez le même abonnement pour vous gratuitement !",
"winterPromoGiftDetails2": "Merci de noter que si vous, ou la personne à qui vous faites ce cadeau, détenez un abonnement récurrent, l'abonnement offert ne commencera qu'après que cet abonnement sera annulé ou expirera. Merci infiniment pour votre soutien <3",
"discountBundle": "lot",
"g1g1Announcement": "Un événement \"Offrez un abonnement, recevez un abonnement gratuit\" est actuellement en cours !",
"g1g1Details": "Offrez un abonnement à quelqu'un depuis son profil pour recevoir le même abonnement gratuitement !",
"g1g1Announcement": "Un événement \"<strong>Offrez un abonnement, recevez un abonnement gratuit</strong>\" est actuellement en cours !",
"g1g1Details": "Offrez un abonnement vos amis pour recevoir le même abonnement gratuitement !",
"spring2019OrchidWarriorSet": "Orchidée (Guerrier)",
"spring2019AmberMageSet": "Ambre (Mage)",
"spring2019RobinHealerSet": "Robin (Guérisseur)",
@ -187,5 +187,16 @@
"fall2020WraithWarriorSet": "Spectre (Guerrier)",
"septemberYYYY": "Septembre <%= year %>",
"royalPurpleJackolantern": "Citrouille d'Habitoween pourpre royal",
"novemberYYYY": "Novembre <%= year %>"
"novemberYYYY": "Novembre <%= year %>",
"g1g1Limitations": "Il s'agit d'un événement limité dans le temps, qui démarre le 17 décembre à 08h00 ET (13h00 UTC) et qui finit le 7 Janvier à 20h00 ET (01h00 UTC). Cette promotion ne s'applique que lorsque vous offrez à quelqu'un d'autre. Si la personne désignée a déjà un abonnement, l'abonnement offert ajoutera des mois d'abonnement qui ne seront utilisés qu'après la fin de leur abonnement actuel.",
"limitations": "Limitations",
"g1g1HowItWorks": "Entrez l'identifiant du compte auquel vous voulez faire un cadeau. Puis choisissez la durée d'abonnement que vous voulez offrir et validez. Vous recevrez automatiquement la même durée d'abonnement que celle que vous venez d'offrir.",
"howItWorks": "Comment ça marche",
"g1g1Returning": "Pour les fêtes, nous ouvrons à nouveau une promotion très spéciale. Maintenant, lorsque vous offrez un abonnement, vous recevrez le même en retour !",
"g1g1Event": "Un événement \"Offrez-en un, recevez-en un\" est actuellement en cours !",
"g1g1": "Offrez-en un, recevez-en un",
"winter2021HollyIvyRogueSet": "Houx et gui (Voleur)",
"winter2021ArcticExplorerHealerSet": "Explorateur arctique (Guérisseur)",
"winter2021WinterMoonMageSet": "Lune d'hiver (Mage)",
"winter2021IceFishingWarriorSet": "Pêcheur des glaces (Guerrier)"
}

View file

@ -123,5 +123,8 @@
"paymentCanceledDisputes": "Nous avons envoyé la confirmation d'annulation à votre adresse email. Si vous ne recevez pas cet email, veuillez nous contacter pour éviter de futurs problèmes de facturation.",
"cannotUnpinItem": "Cet objet ne peut pas être désépinglé.",
"paymentSubBillingWithMethod": "Votre abonnement sera facturé <strong><%= amount %></strong> tous les <strong><%= months %> mois</strong> via <strong><%= paymentMethod %></strong>.",
"invalidUnlockSet": "Cet ensemble d'objets est invalide et ne peux être débloqué."
"invalidUnlockSet": "Cet ensemble d'objets est invalide et ne peux être débloqué.",
"nMonthsSubscriptionGift": "<%= nMonths %> mois d'abonnement (cadeau)",
"nGemsGift": "<%= nGems %> gemmes (cadeau)",
"nGems": "<%= nGems %> gemmes"
}

View file

@ -182,5 +182,6 @@
"chatExtensionDesc": "L'extension de discussion pour Habitica ajoute une fenêtre de discussion intuitive à tout habitica.com. Cela permet à chacun de discuter dans la taverne, avec son équipe ou dans les guildes.",
"chatExtension": "<a target='blank' href='https://chrome.google.com/webstore/detail/habitrpg-chat-client/hidkdfgonpoaiannijofifhjidbnilbb'>Extension de discussion Chrome</a> and <a target='blank' href='https://addons.mozilla.org/en-US/firefox/addon/habitica-chat-client-2/'>Extension de discussion Firefox</a>",
"displaynameIssueNewline": "Les pseudo ne peuvent pas contenir d'antislashes suivis de la lettre N.",
"resetAccount": "Réinitialiser le compte"
"resetAccount": "Réinitialiser le compte",
"giftedSubscriptionWinterPromo": "Bonjour <%= username %>, vous avez reçu <%= monthCount %> mois de d'abonnement en cadeau dans le cadre de notre promotion de vacances !"
}

View file

@ -7,7 +7,6 @@
"clearBrowserData": "נקה מידע מהדפדפן",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Add-ons & Extensions</a>",
"communityFacebook": "פייסבוק",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>פורום</a>",
"companyAbout": "How It Works",
"companyBlog": "בלוג",
"companyContribute": "Contribute",

View file

@ -10,7 +10,6 @@
"communityFacebook": "फेसबुक",
"clearBrowserData": "ब्राउज़र डेटा को क्लियर करो",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Add-ons & Extensions</a>",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Forum</a>",
"sendLink": "लिंक भागो",
"forgotPasswordSteps": "वह ईमेल पता दर्ज करें जिसका उपयोग आपने अपने हैबिटिका खाते को पंजीकृत करने के लिए किया था।",
"emailNewPass": "एक पासवर्ड रीसेट लिंक ईमेल करें",

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Böngésző előzmények törlése",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Kiegészítők és bővítmények</a>",
"communityFacebook": "Facebook",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Fórum</a>",
"companyAbout": "Így működik",
"companyBlog": "Blog",
"companyContribute": "Hozzájárulás",

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Hapus Data Peramban",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Add-ons & Ekstensi</a>",
"communityFacebook": "Facebook",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Forum</a>",
"companyAbout": "Bagaimana Cara Kerjanya",
"companyBlog": "Blog",
"companyContribute": "Berkontribusi",

View file

@ -363,5 +363,6 @@
"hatchingPotionTurquoise": "Turchese",
"hatchingPotionVampire": "Vampiro",
"hatchingPotionBlackPearl": "Perla Nera",
"hatchingPotionAutumnLeaf": "Foglia autunnale"
"hatchingPotionAutumnLeaf": "Foglia autunnale",
"hatchingPotionStainedGlass": "Vetrata colorata"
}

View file

@ -7,7 +7,6 @@
"clearBrowserData": "Pulizia dati del browser",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Add-on ed estensioni</a>",
"communityFacebook": "Facebook",
"communityForum": "<a target='_blank' href='http://habitica.fandom.com/wiki/Special:Forum'>Forum</a>",
"companyAbout": "Come funziona",
"companyBlog": "Blog",
"companyContribute": "Contribuisci",

View file

@ -2233,5 +2233,33 @@
"armorArmoireDressingGownNotes": "Rilassati con stile con questa bellissima vestaglia tradizionale. Aumenta la costituzione di <%= con %>. Scrigno Incantato: Set Vestaglia (oggetto 1 di 3).",
"armorArmoireDressingGownText": "Comoda vestaglia",
"weaponArmoireEveningTeaNotes": "Questa panacea ti aiuterà a rilassarti in modo che quegli enormi compiti non sembrino così minacciosi. Aumenta l'intelligenza di <%= int %>. Scrigno Incantato: Set Vestaglia (oggetto 3 di 3).",
"weaponArmoireEveningTeaText": "Tazza di tè"
"weaponArmoireEveningTeaText": "Tazza di tè",
"shieldSpecialWinter2021HealerNotes": "Questi potenti guanti bloccano le armi fredde. Aumenta la costituzione del <% = con%>. Edizione limitata inverno 2020-2021.",
"shieldSpecialWinter2021HealerText": "Parabracci artici",
"shieldSpecialWinter2021WarriorNotes": "Racconta a tutti i tuoi amici del pesce VERAMENTE grosso che hai catturato! Ma dipende da te se dirgli o no che è fatto di plastica e che canta canzoni. Aumenta la costituzione di <%= con %>. Edizione limitata inverno 2020-2021.",
"shieldSpecialWinter2021WarriorText": "Pesce grosso",
"headSpecialWinter2021HealerNotes": "Una quantità sorprendente di calore fuoriesce dalla testa! Non se indossi questo berretto spesso e gli occhiali, però. Non ci saranno ghiaccioli sulle tue ciglia! Aumenta l'intelligenza di <%= int %>. Edizione limitata inverno 2020-2021.",
"headSpecialWinter2021HealerText": "Berretto da esplorazione artico",
"headSpecialWinter2021MageNotes": "Lascia che la tua mente si lasci trasportare mentre ti senti al sicuro nascosto sotto questo enorme semplice cappuccio. Aumenta la percezione di <% = per%>. Edizione limitata inverno 2020-2021.",
"headSpecialWinter2021MageText": "Cappuccio d'ombra lunare",
"headSpecialWinter2021WarriorNotes": "Proteggiti dal freddo in questo comodo cappuccio. Aumenta la forza di <%= str %>.Edizione limitata inverno 2020-2021.",
"headSpecialWinter2021WarriorText": "Cappuccio coibentato",
"headSpecialWinter2021RogueNotes": "Un ladro potrà girare inosservato nei boschi con una maschera come questa. Aumenta la percezione di <%= per %>. Edizione limitata inverno 2020-2021.",
"headSpecialWinter2021RogueText": "Maschera Ederosa",
"armorSpecialWinter2021HealerNotes": "Sfida i venti gelidi con la migliore protezione disponibile a nord del Circolo Polare! Aumenta la costituzione di <%= con %>. Edizione limitata inverno 2020-2021.",
"armorSpecialWinter2021HealerText": "Parka artico",
"armorSpecialWinter2021MageNotes": "Queste calde vesti invernali ti terranno caldo durante tutto il periodo freddo dell'anno. Un elegante tessuto che scorre sulla superficie che riflette la luce della luna argentata ti lascia seguire il flusso, lo sapevi? Aumenta l'intelligenza di <%= int %>. Edizione limitata inverno 2020-2021.",
"armorSpecialWinter2021MageText": "Vesti fluenti del chiarore lunare",
"armorSpecialWinter2021WarriorNotes": "Se hai intenzione di uscire con questo tempaccio è meglio restare al caldo. Aumenta la costituzione di <%= con %>. Edizione limitata inverno 2020-2021.",
"armorSpecialWinter2021WarriorText": "Giacca coibentata",
"armorSpecialWinter2021RogueNotes": "Confonditi nell'ombra del bosco sempreverde! Aumenta la percezione di <%= per %>. Edizione limitata inverno 2020-2021.",
"armorSpecialWinter2021RogueText": "Uniforme verde edera",
"weaponSpecialWinter2021HealerText": "Verga flangiata a fiocco",
"weaponSpecialWinter2021HealerNotes": "Conduci le tue battaglie con una piroetta ed una spruzzata di neve! Aumenta l'intelligenza di <%= int %>. Edizione limitata inverno 2020-2021.",
"weaponSpecialWinter2021MageNotes": "Questa potente arma è sicuramente qualcosa di più di una fase. Canalizza la tua energia, concentrati sul flusso di un mese e studia il tempo e lo spazio. Aumenta l'intelligenza di <%= int %> e la percezione di <%= per %>. Edizione limitata inverno 2020-2021.",
"weaponSpecialWinter2021MageText": "Fasi lunari magiche",
"weaponSpecialWinter2021WarriorNotes": "Puoi pescare quello grosso con questa! Aumenta la forza di <%= str %>. Edizione limitata inverno 2020-2021.",
"weaponSpecialWinter2021WarriorText": "Poderosa canna da pesca",
"weaponSpecialWinter2021RogueNotes": "Sia travestimento che arma, questo flagello di agrifoglio ti aiuterà a gestire i compiti più difficili. Aumenta la forza di <%= str %>. Edizione limitata inverno 2020-2021.",
"weaponSpecialWinter2021RogueText": "Mazzafrusto di bacche di agrifoglio"
}

View file

@ -346,7 +346,7 @@
"youHaveBeenAssignedTask": "<%- managerName %> ti ha assegnato l'attività <span class=\"notification-bold\"><%- taskText %></span>.",
"taskClaimed": "<%- userName %> ha rivendicato l'attività <span class=\"notification-bold\"><%- taskText %></span>.",
"userWithUsernameOrUserIdNotFound": "Nome utente o ID Utente non trovati.",
"usernameOrUserId": "Nome utente o ID Utente",
"usernameOrUserId": "@username o ID Utente",
"sendGiftToWhom": "A chi vorresti inviare un regalo?",
"selectGift": "Seleziona Regalo",
"pmReported": "Grazie per aver segnalato questo messaggio.",
@ -367,5 +367,7 @@
"bannedWordsAllowed": "Consenti parole vietate",
"languageSettings": "Impostazioni della lingua",
"cannotRemoveQuestOwner": "Non puoi rimuovere il proprietario della missione attiva. Interrompi prima la missione.",
"features": "Caratteristiche"
"features": "Caratteristiche",
"giftMessageTooLong": "La lunghezza massima per i messaggi regalo è di <%= maxGiftMessageLength %>.",
"selectSubscription": "Seleziona abbonamento"
}

View file

@ -142,12 +142,12 @@
"dateEndNovember": "30 Novembre",
"dateEndJanuary": "31 gennaio",
"dateEndFebruary": "29 Febbraio",
"winterPromoGiftHeader": "REGALA UN ABBONAMENTO E NE OTTIENI UNO GRATIS!",
"winterPromoGiftHeader": "REGALA UN ABBONAMENTO, NE OTTIENI UNO GRATIS!",
"winterPromoGiftDetails1": "Solo fino al 6 gennaio, quando regali a qualcuno un abbonamento, ricevi lo stesso abbonamento gratuitamente!",
"winterPromoGiftDetails2": "Per favore nota che se tu o la persona a cui stai facendo il regalo avete già un abbonamento che si rinnova automaticamente, l'abbonamento regalato inizierà solo che l'abbonamento sarà cancellato o finirà. Grazie infinite per il supporto! <3",
"discountBundle": "pacchetto",
"g1g1Announcement": "Evento Regala un Abbonamento, Ottieni un Abbonamento Gratis in corso proprio ora!",
"g1g1Details": "Regala un abbonamento ad un amico dal loro profilo e riceverai lo stesso abbonamento gratuitamente!",
"g1g1Announcement": "È attiva la promozione <strong>Regala un abbonamento e ricevine uno gratis</strong>!",
"g1g1Details": "Regala un abbonamento ad un amico e riceverai lo stesso abbonamento gratuitamente!",
"september2018": "Settembre 2018",
"september2017": "Settembre 2017",
"juneYYYY": "Giugno <%= year %>",
@ -186,5 +186,16 @@
"fall2020WraithWarriorSet": "Spettro (Guerriero)",
"septemberYYYY": "Settembre <%= year %>",
"royalPurpleJackolantern": "Zucca di Halloween Porpora",
"novemberYYYY": "Novembre <%= year %>"
"novemberYYYY": "Novembre <%= year %>",
"g1g1Limitations": "Questo è un evento a tempo limitato che inizia il 17 dicembre alle 14:00 ora italiana (13:00 UTC) e terminerà l'8 gennaio alle 2:00 ora italiana (1:00 UTC). Questa promozione si applica solo quando fai un regalo a un altro Habitante. Se tu o il destinatario del regalo avete già un abbonamento, l'abbonamento in regalo aggiungerà mesi di credito che verranno utilizzati solo dopo l'annullamento o la scadenza dell'abbonamento corrente.",
"limitations": "Limitazioni",
"g1g1HowItWorks": "Digita il nome utente dell'account a cui desideri regalare. Da lì, scegli la durata che desideri regalare. Il tuo account verrà automaticamente ricompensato con la stesso livello di abbonamento che hai appena regalato.",
"howItWorks": "Come funziona",
"g1g1Returning": "In onore della stagione, riproponiamo una promozione molto speciale. Ora, quando regali un abbonamento, riceverai lo stesso in cambio!",
"g1g1Event": "L'evento Regalane uno, Ricevine uno è iniziato!",
"g1g1": "Regalane uno, Ricevine uno",
"winter2021HollyIvyRogueSet": "Agrifoglio ed edera (Ladro)",
"winter2021ArcticExplorerHealerSet": "Esploratore Artico (Guaritore)",
"winter2021WinterMoonMageSet": "Luna invernale (Mago)",
"winter2021IceFishingWarriorSet": "Pescatore di ghiaccio (Guerriero)"
}

View file

@ -123,5 +123,8 @@
"paymentAutoRenew": "Questo abbonamento si rinnoverà automaticamente fino a quando non verrà annullato. Se è necessario annullare questo abbonamento, è possibile farlo dalle proprie impostazioni.",
"paymentSubBillingWithMethod": "Il tuo abbonamento verrà fatturato <strong>$<%= amount %></strong> ogni <strong><%= months %> mesi</strong> tramite <strong><%= paymentMethod %></strong>.",
"invalidUnlockSet": "Questo set di elementi non è valido e non può essere sbloccato.",
"cannotUnpinItem": "Questo oggetto non può essere rimosso."
"cannotUnpinItem": "Questo oggetto non può essere rimosso.",
"nMonthsSubscriptionGift": "<%= nMonths %> mese(i) di abbonamento (Regalo)",
"nGemsGift": "<%= nGems %> Gemme (Regalo)",
"nGems": "<%= nGems %> Gemme"
}

View file

@ -182,5 +182,6 @@
"chatExtensionDesc": "L'estensione di chat per Habitica aggiunge una finestra di chat intuitiva a habitica.com. Consente agli utenti di chattare nella Taverna, nella loro squadra e in qualsiasi gilda in cui si trovano.",
"chatExtension": "<a target='blank' href='https://chrome.google.com/webstore/detail/habitrpg-chat-client/hidkdfgonpoaiannijofifhjidbnilbb'>Estensione Chat per Chrome</a> and <a target='blank' href='https://addons.mozilla.org/en-US/firefox/addon/habitica-chat-client-2/'>Estensione Chat per Firefox</a>",
"displaynameIssueNewline": "I nomi pubblici non possono contenere barre rovesciate seguite dalla lettera N.",
"resetAccount": "Reimposta account"
"resetAccount": "Reimposta account",
"giftedSubscriptionWinterPromo": "Ciao <%= username %>, hai ricevuto <%= monthCount %> mesi di abbonamento come parte della nostra promozione di regali per le feste!"
}

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