mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-10-28 11:42:29 +01:00
Compare commits
48 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edefae72bd | ||
|
|
132ecc8bb1 | ||
|
|
ca5b02d0ea | ||
|
|
d8a7cad1a1 | ||
|
|
fa83d1a9cf | ||
|
|
d94851f759 | ||
|
|
2137c190b3 | ||
|
|
428e693711 | ||
|
|
a7aa489960 | ||
|
|
c917c7c4a9 | ||
|
|
e661838ed7 | ||
|
|
af09b6b454 | ||
|
|
f8b3891a0c | ||
|
|
631d18244b | ||
|
|
7883ba8228 | ||
|
|
605c2265c5 | ||
|
|
1bb0319012 | ||
|
|
1f0fd7d8b4 | ||
|
|
6b4b53a430 | ||
|
|
331ea18c42 | ||
|
|
db53d87cba | ||
|
|
ebebbbaac5 | ||
|
|
63376b918e | ||
|
|
ba96cd6e24 | ||
|
|
9e0e2a83be | ||
|
|
1fa926ac04 | ||
|
|
c71f0b3fda | ||
|
|
e8f5958f77 | ||
|
|
2803db73e5 | ||
|
|
0f9adf6675 | ||
|
|
63414a80fe | ||
|
|
e73e8bfb9e | ||
|
|
694fe5a273 | ||
|
|
82ebe71eb4 | ||
|
|
58d58ff962 | ||
|
|
04dcb27501 | ||
|
|
c9395ba1ca | ||
|
|
e9845e7b01 | ||
|
|
faa7ff6328 | ||
|
|
50cc7ee09a | ||
|
|
db56134832 | ||
|
|
1ea954ab10 | ||
|
|
e405372319 | ||
|
|
8f64afe9df | ||
|
|
bf0e640fa6 | ||
|
|
647b27c55f | ||
|
|
699be3a3cc | ||
|
|
b594d2bb29 |
Submodule habitica-images updated: 109539e445...69724d88ef
1354
package-lock.json
generated
1354
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "habitica",
|
||||
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
||||
"version": "5.1.1",
|
||||
"version": "5.3.0",
|
||||
"main": "./website/server/index.js",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.22.5",
|
||||
"@babel/preset-env": "^7.22.5",
|
||||
"@babel/preset-env": "^7.22.10",
|
||||
"@babel/register": "^7.22.5",
|
||||
"@google-cloud/trace-agent": "^7.1.2",
|
||||
"@parse/node-apn": "^5.1.3",
|
||||
@@ -15,7 +15,7 @@
|
||||
"amplitude": "^6.0.0",
|
||||
"apidoc": "^0.54.0",
|
||||
"apple-auth": "^1.0.9",
|
||||
"bcrypt": "^5.1.0",
|
||||
"bcrypt": "^5.1.1",
|
||||
"body-parser": "^1.20.2",
|
||||
"bootstrap": "^4.6.0",
|
||||
"compression": "^1.7.4",
|
||||
@@ -42,7 +42,7 @@
|
||||
"image-size": "^1.0.2",
|
||||
"in-app-purchase": "^1.11.3",
|
||||
"js2xmlparser": "^5.0.0",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"jsonwebtoken": "^9.0.1",
|
||||
"jwks-rsa": "^2.1.5",
|
||||
"lodash": "^4.17.21",
|
||||
"merge-stream": "^2.0.0",
|
||||
@@ -61,22 +61,22 @@
|
||||
"paypal-rest-sdk": "^1.8.1",
|
||||
"pp-ipn": "^1.1.0",
|
||||
"ps-tree": "^1.0.0",
|
||||
"rate-limiter-flexible": "^2.4.0",
|
||||
"rate-limiter-flexible": "^2.4.2",
|
||||
"redis": "^3.1.2",
|
||||
"regenerator-runtime": "^0.13.11",
|
||||
"remove-markdown": "^0.5.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"short-uuid": "^4.2.2",
|
||||
"stripe": "^12.9.0",
|
||||
"superagent": "^8.0.9",
|
||||
"superagent": "^8.1.2",
|
||||
"universal-analytics": "^0.5.3",
|
||||
"useragent": "^2.1.9",
|
||||
"uuid": "^9.0.0",
|
||||
"validator": "^13.9.0",
|
||||
"vinyl-buffer": "^1.0.1",
|
||||
"winston": "^3.9.0",
|
||||
"winston": "^3.10.0",
|
||||
"winston-loggly-bulk": "^3.2.1",
|
||||
"xml2js": "^0.6.0"
|
||||
"xml2js": "^0.6.2"
|
||||
},
|
||||
"private": true,
|
||||
"engines": {
|
||||
@@ -114,7 +114,7 @@
|
||||
"chai": "^4.3.7",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"chai-moment": "^0.1.0",
|
||||
"chalk": "^5.2.0",
|
||||
"chalk": "^5.3.0",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"expect.js": "^0.3.1",
|
||||
"istanbul": "^1.1.0-alpha.1",
|
||||
@@ -122,7 +122,7 @@
|
||||
"monk": "^7.3.4",
|
||||
"require-again": "^2.0.0",
|
||||
"run-rs": "^0.7.7",
|
||||
"sinon": "^15.1.2",
|
||||
"sinon": "^15.2.0",
|
||||
"sinon-chai": "^3.7.0",
|
||||
"sinon-stub-promise": "^4.0.0"
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
} from '../../../../helpers/api-integration/v3';
|
||||
|
||||
const INVITES_LIMIT = 100;
|
||||
const PARTY_LIMIT_MEMBERS = 29;
|
||||
const PARTY_LIMIT_MEMBERS = 30;
|
||||
const MAX_EMAIL_INVITES_BY_USER = 200;
|
||||
|
||||
describe('Post /groups/:groupId/invite', () => {
|
||||
@@ -571,7 +571,7 @@ describe('Post /groups/:groupId/invite', () => {
|
||||
.to.eventually.be.rejected.and.eql({
|
||||
code: 400,
|
||||
error: 'BadRequest',
|
||||
message: t('partyExceedsMembersLimit', { maxMembersParty: PARTY_LIMIT_MEMBERS + 1 }),
|
||||
message: t('partyExceedsMembersLimit', { maxMembersParty: PARTY_LIMIT_MEMBERS }),
|
||||
});
|
||||
}).timeout(10000);
|
||||
});
|
||||
|
||||
39
website/client/package-lock.json
generated
39
website/client/package-lock.json
generated
@@ -16852,9 +16852,9 @@
|
||||
}
|
||||
},
|
||||
"core-js": {
|
||||
"version": "3.31.0",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.31.0.tgz",
|
||||
"integrity": "sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ=="
|
||||
"version": "3.32.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.1.tgz",
|
||||
"integrity": "sha512-lqufgNn9NLnESg5mQeYsxQP5w7wrViSj0jr/kv6ECQiByzQkrn1MKvV0L3acttpDqfQrHLwr2KCMgX5b8X+lyQ=="
|
||||
},
|
||||
"core-js-compat": {
|
||||
"version": "3.11.0",
|
||||
@@ -21387,9 +21387,9 @@
|
||||
"integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA=="
|
||||
},
|
||||
"intro.js": {
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/intro.js/-/intro.js-7.0.1.tgz",
|
||||
"integrity": "sha512-1oqz6aOz9cGQ3CrtVYhCSo6AkjnXUn302kcIWLaZ3TI4kKssRXDwDSz4VRoGcfC1jN+WfaSJXRBrITz+QVEBzg=="
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/intro.js/-/intro.js-7.2.0.tgz",
|
||||
"integrity": "sha512-qbMfaB70rOXVBceIWNYnYTpVTiZsvQh/MIkfdQbpA9di9VBfj1GigUPfcCv3aOfsbrtPcri8vTLTA4FcEDcHSQ=="
|
||||
},
|
||||
"invariant": {
|
||||
"version": "2.2.4",
|
||||
@@ -27753,9 +27753,9 @@
|
||||
}
|
||||
},
|
||||
"smartbanner.js": {
|
||||
"version": "1.19.2",
|
||||
"resolved": "https://registry.npmjs.org/smartbanner.js/-/smartbanner.js-1.19.2.tgz",
|
||||
"integrity": "sha512-hwcGNp5Hza5PJHTmqP6H8q0XBYhloIQyJgdzv0ldz3HQSeEuKB2riVraQXdKuquE6ZU/0M0yubno53xJ/ZiQQg=="
|
||||
"version": "1.19.3",
|
||||
"resolved": "https://registry.npmjs.org/smartbanner.js/-/smartbanner.js-1.19.3.tgz",
|
||||
"integrity": "sha512-30JaYaPHO0VRC8MXGeUGWm1jF3+kCwKgV2GW9uLa8J3zOuv9D9ZhZo0IKf/xIcX0HQBRisOU4RPhEj7UrNt8Sw=="
|
||||
},
|
||||
"snapdragon": {
|
||||
"version": "0.8.2",
|
||||
@@ -30585,7 +30585,6 @@
|
||||
"version": "npm:vue-loader@16.8.3",
|
||||
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.8.3.tgz",
|
||||
"integrity": "sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA==",
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"chalk": "^4.1.0",
|
||||
"hash-sum": "^2.0.0",
|
||||
@@ -30596,7 +30595,6 @@
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
||||
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"color-convert": "^2.0.1"
|
||||
}
|
||||
@@ -30605,7 +30603,6 @@
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
||||
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"ansi-styles": "^4.1.0",
|
||||
"supports-color": "^7.1.0"
|
||||
@@ -30615,7 +30612,6 @@
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
||||
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"color-name": "~1.1.4"
|
||||
}
|
||||
@@ -30623,26 +30619,22 @@
|
||||
"color-name": {
|
||||
"version": "1.1.4",
|
||||
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
||||
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
||||
"optional": true
|
||||
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
||||
},
|
||||
"emojis-list": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
|
||||
"integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
|
||||
"optional": true
|
||||
"integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="
|
||||
},
|
||||
"has-flag": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
||||
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
||||
"optional": true
|
||||
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
|
||||
},
|
||||
"loader-utils": {
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
|
||||
"integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"big.js": "^5.2.2",
|
||||
"emojis-list": "^3.0.0",
|
||||
@@ -30653,7 +30645,6 @@
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
||||
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"has-flag": "^4.0.0"
|
||||
}
|
||||
@@ -31370,9 +31361,9 @@
|
||||
}
|
||||
},
|
||||
"word-wrap": {
|
||||
"version": "1.2.3",
|
||||
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
|
||||
"integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ=="
|
||||
"version": "1.2.4",
|
||||
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz",
|
||||
"integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA=="
|
||||
},
|
||||
"wordwrap": {
|
||||
"version": "1.0.0",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"bootstrap": "^4.6.0",
|
||||
"bootstrap-vue": "^2.23.1",
|
||||
"chai": "^4.3.7",
|
||||
"core-js": "^3.31.0",
|
||||
"core-js": "^3.32.1",
|
||||
"dompurify": "^3.0.3",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-habitrpg": "^6.2.0",
|
||||
@@ -41,14 +41,14 @@
|
||||
"habitica-markdown": "^3.0.0",
|
||||
"hellojs": "^1.20.0",
|
||||
"inspectpack": "^4.7.1",
|
||||
"intro.js": "^7.0.1",
|
||||
"intro.js": "^7.2.0",
|
||||
"jquery": "^3.7.0",
|
||||
"lodash": "^4.17.21",
|
||||
"moment": "^2.29.4",
|
||||
"nconf": "^0.12.0",
|
||||
"sass": "^1.63.4",
|
||||
"sass-loader": "^8.0.2",
|
||||
"smartbanner.js": "^1.19.2",
|
||||
"smartbanner.js": "^1.19.3",
|
||||
"stopword": "^2.0.8",
|
||||
"svg-inline-loader": "^0.8.2",
|
||||
"svg-url-loader": "^7.1.1",
|
||||
|
||||
@@ -635,6 +635,11 @@
|
||||
width: 141px;
|
||||
height: 147px;
|
||||
}
|
||||
.background_baobab_forest {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_baobab_forest.png');
|
||||
width: 141px;
|
||||
height: 147px;
|
||||
}
|
||||
.background_bayou {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_bayou.png');
|
||||
width: 141px;
|
||||
@@ -820,6 +825,11 @@
|
||||
width: 141px;
|
||||
height: 147px;
|
||||
}
|
||||
.background_covered_bridge_in_autumn {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_covered_bridge_in_autumn.png');
|
||||
width: 141px;
|
||||
height: 147px;
|
||||
}
|
||||
.background_cozy_barn {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_cozy_barn.png');
|
||||
width: 141px;
|
||||
@@ -1569,6 +1579,11 @@
|
||||
width: 141px;
|
||||
height: 147px;
|
||||
}
|
||||
.background_moving_day {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_moving_day.png');
|
||||
width: 141px;
|
||||
height: 147px;
|
||||
}
|
||||
.background_mystical_observatory {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_mystical_observatory.png');
|
||||
width: 141px;
|
||||
@@ -2376,6 +2391,11 @@
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.icon_background_baobab_forest {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_baobab_forest.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.icon_background_bayou {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_bayou.png');
|
||||
width: 68px;
|
||||
@@ -2566,6 +2586,11 @@
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.icon_background_covered_bridge_in_autumn {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_covered_bridge_in_autumn.png');
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.icon_background_cozy_barn {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_cozy_barn.png');
|
||||
width: 68px;
|
||||
@@ -3315,6 +3340,11 @@
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.icon_background_moving_day {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_moving_day.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.icon_background_mystical_observatory {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_mystical_observatory.png');
|
||||
width: 68px;
|
||||
@@ -19525,6 +19555,11 @@
|
||||
width: 114px;
|
||||
height: 90px;
|
||||
}
|
||||
.shield_armoire_bucket {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shield_armoire_bucket.png');
|
||||
width: 114px;
|
||||
height: 90px;
|
||||
}
|
||||
.shield_armoire_chocolateFood {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shield_armoire_chocolateFood.png');
|
||||
width: 90px;
|
||||
@@ -20895,6 +20930,11 @@
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_shield_armoire_bucket {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_shield_armoire_bucket.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_shield_armoire_chocolateFood {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_shield_armoire_chocolateFood.png');
|
||||
width: 68px;
|
||||
@@ -21290,6 +21330,11 @@
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_weapon_armoire_cleaningCloth {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_cleaningCloth.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_weapon_armoire_clubOfClubs {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_clubOfClubs.png');
|
||||
width: 68px;
|
||||
@@ -21480,6 +21525,11 @@
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_weapon_armoire_mop {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_mop.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_weapon_armoire_mythmakerSword {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_armoire_mythmakerSword.png');
|
||||
width: 68px;
|
||||
@@ -22230,6 +22280,11 @@
|
||||
width: 114px;
|
||||
height: 90px;
|
||||
}
|
||||
.weapon_armoire_cleaningCloth {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_cleaningCloth.png');
|
||||
width: 114px;
|
||||
height: 90px;
|
||||
}
|
||||
.weapon_armoire_clubOfClubs {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_clubOfClubs.png');
|
||||
width: 114px;
|
||||
@@ -22420,6 +22475,11 @@
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.weapon_armoire_mop {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_mop.png');
|
||||
width: 114px;
|
||||
height: 90px;
|
||||
}
|
||||
.weapon_armoire_mythmakerSword {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_mythmakerSword.png');
|
||||
width: 90px;
|
||||
@@ -28245,11 +28305,6 @@
|
||||
width: 114px;
|
||||
height: 90px;
|
||||
}
|
||||
.set_mystery_202304 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/set_mystery_202304.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_armor_mystery_202304 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_armor_mystery_202304.png');
|
||||
width: 68px;
|
||||
@@ -28260,6 +28315,11 @@
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_set_mystery_202304 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_set_mystery_202304.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.slim_armor_mystery_202304 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_mystery_202304.png');
|
||||
width: 114px;
|
||||
@@ -28375,6 +28435,31 @@
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.back_mystery_202309 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/back_mystery_202309.png');
|
||||
width: 117px;
|
||||
height: 120px;
|
||||
}
|
||||
.headAccessory_mystery_202309 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/headAccessory_mystery_202309.png');
|
||||
width: 117px;
|
||||
height: 120px;
|
||||
}
|
||||
.shop_back_mystery_202309 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_back_mystery_202309.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_headAccessory_mystery_202309 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_headAccessory_mystery_202309.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_set_mystery_202309 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_set_mystery_202309.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.broad_armor_mystery_301404 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_mystery_301404.png');
|
||||
width: 90px;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
v-if="member.preferences"
|
||||
class="avatar"
|
||||
:style="{width, height, paddingTop}"
|
||||
:class="backgroundClass"
|
||||
@@ -184,9 +185,11 @@ export default {
|
||||
currentEventList: 'worldState.data.currentEventList',
|
||||
}),
|
||||
hasClass () {
|
||||
if (!this.member) return false;
|
||||
return this.$store.getters['members:hasClass'](this.member);
|
||||
},
|
||||
isBuffed () {
|
||||
if (!this.member) return false;
|
||||
return this.$store.getters['members:isBuffed'](this.member);
|
||||
},
|
||||
paddingTop () {
|
||||
@@ -197,28 +200,30 @@ export default {
|
||||
let val = '24px';
|
||||
|
||||
if (!this.avatarOnly) {
|
||||
if (this.member.items.currentPet) val = '24px';
|
||||
if (this.member.items.currentMount) val = '0px';
|
||||
if (this.member?.items.currentPet) val = '24px';
|
||||
if (this.member?.items.currentMount) val = '0px';
|
||||
}
|
||||
|
||||
return val;
|
||||
},
|
||||
backgroundClass () {
|
||||
const { background } = this.member.preferences;
|
||||
if (this.member) {
|
||||
const { background } = this.member.preferences;
|
||||
|
||||
const allowToShowBackground = !this.avatarOnly || this.withBackground;
|
||||
const allowToShowBackground = !this.avatarOnly || this.withBackground;
|
||||
|
||||
if (this.overrideAvatarGear && this.overrideAvatarGear.background) {
|
||||
return `background_${this.overrideAvatarGear.background}`;
|
||||
if (this.overrideAvatarGear && this.overrideAvatarGear.background) {
|
||||
return `background_${this.overrideAvatarGear.background}`;
|
||||
}
|
||||
|
||||
if (background && allowToShowBackground) {
|
||||
return `background_${this.member.preferences.background}`;
|
||||
}
|
||||
}
|
||||
|
||||
if (background && allowToShowBackground) {
|
||||
return `background_${this.member.preferences.background}`;
|
||||
}
|
||||
|
||||
return '';
|
||||
},
|
||||
visualBuffs () {
|
||||
if (!this.member) return {};
|
||||
return {
|
||||
snowball: `avatar_snowball_${this.member.stats.class}`,
|
||||
spookySparkles: 'ghost',
|
||||
@@ -227,15 +232,16 @@ export default {
|
||||
};
|
||||
},
|
||||
skinClass () {
|
||||
if (!this.member) return '';
|
||||
const baseClass = `skin_${this.member.preferences.skin}`;
|
||||
|
||||
return `${baseClass}${this.member.preferences.sleep ? '_sleep' : ''}`;
|
||||
},
|
||||
costumeClass () {
|
||||
return this.member.preferences.costume ? 'costume' : 'equipped';
|
||||
return this.member?.preferences.costume ? 'costume' : 'equipped';
|
||||
},
|
||||
specialMountClass () {
|
||||
if (!this.avatarOnly && this.member.items.currentMount && this.member.items.currentMount.includes('Kangaroo')) {
|
||||
if (!this.avatarOnly && this.member?.items.currentMount && this.member?.items.currentMount.includes('Kangaroo')) {
|
||||
return 'offset-kangaroo';
|
||||
}
|
||||
|
||||
@@ -248,12 +254,13 @@ export default {
|
||||
)) {
|
||||
return this.foolPet(this.member.items.currentPet);
|
||||
}
|
||||
if (this.member.items.currentPet) return `Pet-${this.member.items.currentPet}`;
|
||||
if (this.member?.items.currentPet) return `Pet-${this.member.items.currentPet}`;
|
||||
return '';
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
getGearClass (gearType) {
|
||||
if (!this.member) return '';
|
||||
let result = this.member.items.gear[this.costumeClass][gearType];
|
||||
|
||||
if (this.overrideAvatarGear && this.overrideAvatarGear[gearType]) {
|
||||
@@ -263,6 +270,7 @@ export default {
|
||||
return result;
|
||||
},
|
||||
hideGear (gearType) {
|
||||
if (!this.member) return true;
|
||||
if (gearType === 'weapon') {
|
||||
const equippedWeapon = this.member.items.gear[this.costumeClass][gearType];
|
||||
|
||||
@@ -288,6 +296,7 @@ export default {
|
||||
this.$root.$emit('castEnd', this.member, 'user', e);
|
||||
},
|
||||
showAvatar () {
|
||||
if (!this.member) return false;
|
||||
if (!this.showVisualBuffs) return true;
|
||||
|
||||
const { buffs } = this.member.stats;
|
||||
|
||||
@@ -418,6 +418,9 @@ export default {
|
||||
methods: {
|
||||
async shown () {
|
||||
this.groups = await this.$store.dispatch('guilds:getMyGuilds');
|
||||
this.groups = this.groups.filter(group => !(
|
||||
group.leaderOnly.challenges && group.leader !== this.user._id
|
||||
));
|
||||
|
||||
if (this.user.party && this.user.party._id) {
|
||||
await this.$store.dispatch('party:getParty');
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<challenge-modal
|
||||
:group-id="groupId"
|
||||
:group-id="group._id"
|
||||
@createChallenge="challengeCreated"
|
||||
/>
|
||||
<div
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
v-if="user._id !== msg.uuid && msg.uuid !== 'system'"
|
||||
class="avatar-left"
|
||||
:class="{ invisible: avatarUnavailable(msg) }"
|
||||
:member="msg.userStyles || cachedProfileData[msg.uuid]"
|
||||
:member="msg.userStyles || cachedProfileData[msg.uuid] || {}"
|
||||
:avatar-only="true"
|
||||
:hide-class-badge="true"
|
||||
:override-top-padding="'14px'"
|
||||
@@ -58,7 +58,7 @@
|
||||
<avatar
|
||||
v-if="user._id === msg.uuid"
|
||||
:class="{ invisible: avatarUnavailable(msg) }"
|
||||
:member="msg.userStyles || cachedProfileData[msg.uuid]"
|
||||
:member="msg.userStyles || cachedProfileData[msg.uuid] || {}"
|
||||
:avatar-only="true"
|
||||
:hide-class-badge="true"
|
||||
:override-top-padding="'14px'"
|
||||
|
||||
@@ -65,7 +65,7 @@ export default {
|
||||
}
|
||||
|
||||
await this.$store.dispatch('guilds:join', { groupId: group.id, type: 'guild' });
|
||||
this.$router.push({ name: 'guild', params: { groupId: group.id } });
|
||||
this.$router.push({ name: 'groupPlanDetailTaskInformation', params: { groupId: group.id } });
|
||||
},
|
||||
reject () {
|
||||
this.$store.dispatch('guilds:rejectInvite', { groupId: this.notification.data.id, type: 'guild' });
|
||||
|
||||
@@ -270,6 +270,9 @@ export default {
|
||||
methods: {
|
||||
percent,
|
||||
showMemberModal (member) {
|
||||
if (this.$route.name === 'userProfile' && this.$route.params?.userId === member._id) {
|
||||
return;
|
||||
}
|
||||
this.$router.push({ name: 'userProfile', params: { userId: member._id } });
|
||||
},
|
||||
},
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
<template>
|
||||
<div class="container-fluid text-center">
|
||||
<div class="row">
|
||||
<div class="col-md-6 offset-3">
|
||||
<h1>{{ $t('checkOutMobileApps') }}</h1>
|
||||
<div
|
||||
class="promo_habitica"
|
||||
style="border-radius:25px;margin:auto;margin-bottom:30px"
|
||||
></div>
|
||||
<a
|
||||
href="https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-AC-global-none-all-co-pr-py-PartBadges-Oct1515-1&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-AC-global-none-all-co-pr-py-PartBadges-Oct1515-1"
|
||||
>
|
||||
<img
|
||||
alt="Get it on Google Play"
|
||||
src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png"
|
||||
style="width:139px;height:45px;image-rendering:auto;vertical-align:top"
|
||||
>
|
||||
</a>
|
||||
<a
|
||||
href="https://geo.itunes.apple.com/us/app/habitica/id994882113?mt=8"
|
||||
style="display:inline-block;overflow:hidden;background:url(https://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg#svgView) no-repeat;background-size:100%;width:152px;height:45px;margin-left:20px;image-rendering:auto"
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -5,7 +5,6 @@ import { NotFoundPage } from './shared-route-imports';
|
||||
const StaticWrapper = () => import(/* webpackChunkName: "entry" */'@/components/static/staticWrapper');
|
||||
const HomePage = () => import(/* webpackChunkName: "entry" */'@/components/static/home');
|
||||
|
||||
const AppPage = () => import(/* webpackChunkName: "static" */'@/components/static/app');
|
||||
const AppleRedirectPage = () => import(/* webpackChunkName: "static" */'@/components/static/appleRedirect');
|
||||
const ClearBrowserDataPage = () => import(/* webpackChunkName: "static" */'@/components/static/clearBrowserData');
|
||||
const CommunityGuidelinesPage = () => import(/* webpackChunkName: "static" */'@/components/static/communityGuidelines');
|
||||
@@ -28,9 +27,6 @@ export const STATIC_ROUTES = {
|
||||
path: '/static',
|
||||
component: StaticWrapper,
|
||||
children: [
|
||||
{
|
||||
name: 'app', path: 'app', component: AppPage, meta: { requiresLogin: false },
|
||||
},
|
||||
{
|
||||
name: 'appleRedirect', path: 'apple-redirect', component: AppleRedirectPage, meta: { requiresLogin: false },
|
||||
},
|
||||
|
||||
@@ -336,5 +336,7 @@
|
||||
"hatchingPotionWindup": "الزنبرك",
|
||||
"hatchingPotionPorcelain": "الخزف الملون",
|
||||
"hatchingPotionBirchBark": "لحاء الشجر",
|
||||
"hatchingPotionRuby": "الياقوت"
|
||||
"hatchingPotionRuby": "الياقوت",
|
||||
"foodPieRed": "فطيرة الكرز الأحمر",
|
||||
"hatchingPotionTeaShop": "متجر الشاي"
|
||||
}
|
||||
|
||||
@@ -115,5 +115,21 @@
|
||||
"achievementSeasonalSpecialistText": "Dokončil/a jsi všechny Jarní a Zimní sezónní úkoly: Honba za vajíčky, Pastičkář Santa, a najdi Cuba!",
|
||||
"achievementWildBlueYonderText": "Ochočil/a všechny zvířata z Modré Cukrové Vaty.",
|
||||
"achievementWildBlueYonderModalText": "Ochočil/a jsi všechny mazlíčky z Modré Cukrové Vaty!",
|
||||
"achievementDomesticatedText": "Vylíhl/a všechna standardní zbarvení domácích zvířat: Fretka, morče, kohout, létající prasátko, krysa, králík, kůň a kráva!"
|
||||
"achievementDomesticatedText": "Vylíhl/a všechna standardní zbarvení domácích zvířat: Fretka, morče, kohout, létající prasátko, krysa, králík, kůň a kráva!",
|
||||
"achievementWildBlueYonder": "Divoký modrý zázrak",
|
||||
"achievementGroupsBeta2022": "Interaktivní beta tester",
|
||||
"achievementGroupsBeta2022Text": "Vy a vaše skupina jste poskytli neocenitelnou zpětnou vazbu, která pomohla společnosti Habitica při testování.",
|
||||
"achievementWoodlandWizard": "Lesní čaroděj",
|
||||
"achievementWoodlandWizardModalText": "Nasbírali jste všechna lesní zvířátka!",
|
||||
"achievementReptacularRumbleModalText": "Nasbíral jsi všechny plazí mazlíčky!",
|
||||
"achievementBirdsOfAFeather": "Ptáci s pírkem",
|
||||
"achievementBirdsOfAFeatherModalText": "Sesbíral jsi všechna létající zvířátka!",
|
||||
"achievementBoneToPick": "Kosti k vybírání",
|
||||
"achievementZodiacZookeeperModalText": "Nasbíral jsi všechna zvířata zvěrokruhu!",
|
||||
"achievementShadyCustomer": "Stínový zákazník",
|
||||
"achievementShadyCustomerText": "Shromáždil všechna stínová zvířata.",
|
||||
"achievementShadyCustomerModalText": "Sesbíral jsi všechna stínová zvířátka!",
|
||||
"achievementShadeOfItAll": "Odstín toho všeho",
|
||||
"achievementShadeOfItAllText": "Zkrotil všechny stínové držáky.",
|
||||
"achievementShadeOfItAllModalText": "Zkrotil jsi všechny stínové držáky!"
|
||||
}
|
||||
|
||||
@@ -570,7 +570,7 @@
|
||||
"backgroundMysticalObservatoryNotes": "Deine Bestimmung steht in den Sternen; vom Mystischen Observatorium aus kannst Du sie lesen.",
|
||||
"backgroundMysticalObservatoryText": "Mystisches Observatorium",
|
||||
"backgrounds112020": "Set 78: Veröffentlicht im November 2020",
|
||||
"backgroundHolidayHearthNotes": "Entspanne, wärme und trockne deine Körperteile an einem Feierlichen Feuer.",
|
||||
"backgroundHolidayHearthNotes": "Entspanne, wärme und trockne deine Körperteile an einem feierlichen Feuer.",
|
||||
"backgroundHolidayHearthText": "Feierliches Feuer",
|
||||
"backgroundInsideAnOrnamentNotes": "Lasse Deine Festtagsstimmung aus dem Inneren dieses Baumschmuckes erstrahlen.",
|
||||
"backgroundInsideAnOrnamentText": "Im Baumschmuck",
|
||||
@@ -794,5 +794,12 @@
|
||||
"backgroundBirthdayBashNotes": "Habitica feiert eine Geburtstagsparty und alle sind eingeladen!",
|
||||
"eventBackgrounds": "Ereignis-Hintergründe",
|
||||
"backgroundBirthdayBashText": "Geburtstagsparty",
|
||||
"backgroundInsideACrystalNotes": "Schaue aus einem Kristall hinaus."
|
||||
"backgroundInsideACrystalNotes": "Schaue aus einem Kristall hinaus.",
|
||||
"backgrounds072023": "SET 110: Veröffentlicht im Juli 2023",
|
||||
"backgroundOnAPaddlewheelBoatText": "Auf einem Schaufelradboot",
|
||||
"backgroundOnAPaddlewheelBoatNotes": "Fahre mit einem Schaufelradboot.",
|
||||
"backgroundColorfulCoralText": "Kunterbunte Koralle",
|
||||
"backgroundColorfulCoralNotes": "Tauche zwischen kunterbunten Korallen.",
|
||||
"backgroundBoardwalkIntoSunsetText": "Promenade im Sonnenuntergang",
|
||||
"backgroundBoardwalkIntoSunsetNotes": "Schlendere über die Promenade in den Sonnenuntergang."
|
||||
}
|
||||
|
||||
@@ -186,5 +186,6 @@
|
||||
"chatCastSpellParty": "<%= username %> wendet <%= spell %> auf Deine Party an.",
|
||||
"chatCastSpellUser": "<%= username %> wendet <%= spell %> auf <%= target %> an.",
|
||||
"purchasePetItemConfirm": "Dieser Einkauf würde die Anzahl der Gegenstände überschreiten, die Du zum Schlüpfen aller möglichen <%= itemText %>-Tiere benötigst. Bist du sicher?",
|
||||
"notEnoughGold": "Nicht genügend Gold."
|
||||
"notEnoughGold": "Nicht genügend Gold.",
|
||||
"chatCastSpellPartyTimes": "<%= username %> verwendet <%= spell %> <%= times %> Male für Deine Party <%= times %>."
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"commGuideList02D": "<strong>Halte die Diskussionen für alle Altersgruppen angemessen</strong>. Das heißt, Erwachsenenthemen in öffentlichen Bereichen zu vermeiden. Viele junge Habiticaner und Menschen mit verschiedenen Hintergründen nutzen diese Seite. Wir wollen unsere Gemeinschaft so angenehm und inklusiv wie möglich gestalten.",
|
||||
"commGuideList02E": "<strong>Vermeide vulgäre Ausdrücke. Dazu gehören auch mildere, religiöse Ausdrücke, die anderswo möglicherweise akzeptiert werden, oder verschleierte Schimpfwörter</strong>. Unter uns sind Menschen aus allen religiösen und kulturellen Hintergründen und wir wollen, dass sich alle im öffentlichen Raum wohl fühlen. <strong>Wenn Dir ein Moderator oder Mitarbeiter mitteilt, dass ein bestimmter Ausdruck in Habitica nicht erlaubt ist, selbst wenn er Dir vielleicht nicht problematisch vorkommt, ist diese Entscheidung endgültig</strong>. Zusätzlich werden verbale Angriffe jeder Art strenge Konsequenzen haben, da sie auch unsere Nutzungsbedingungen verletzen.",
|
||||
"commGuideList02F": "Vermeide längere Diskussionen über spaltende Themen in der Taverne und wenn sie außerhalb des Themenbereichs liegen. Wenn jemand etwas sagt, das zwar von den Richtlinien her erlaubt ist, das Dich aber verletzt, dann ist es in Ordnung, diese Person höflich darauf hinzuweisen. Wenn Dir eine Person sagt, dass ihr Dein Verhalten unangenehm ist, nimm Dir Zeit, darüber zu reflektieren, anstatt im Zorn zu antworten. Aber wenn Du das Gefühl hast, dass ein Gespräch hitzig, übermäßig emotional, oder verletzend wird, dann <strong>lass dich nicht darauf ein. Melde stattdessen die Beiträge, um uns darüber in Kenntnis zu setzen.</strong> Moderatoren werden so schnell wie möglich antworten. Du kannst auch eine E-Mail an <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> senden und gegebenenfalls Screenshots anhängen.",
|
||||
"commGuideList02G": "<strong>Erfülle alle Moderator-Anfragen sofort</strong>. Diese könnten Folgendes beinhalten, ist aber nicht darauf beschränkt: Dich aufzufordern, deine Beiträge in einem bestimmten Bereich zu begrenzen, dein Profil zu bearbeiten, um ungeeignete Inhalte zu entfernen, dich zu bitten, deine Diskussion in einen geeigneteren Bereich zu verschieben, etc. Diskutiere nicht mit Moderatoren. Solltest du mit einer Entscheidung unzufrieden sein, oder anderes Feedback zur Moderation haben, sende eine E-mail an <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> um unseren Community Manager zu kontaktieren.",
|
||||
"commGuideList02G": "<strong>Erfülle alle Mitarbeitenden-Anfragen sofort</strong>. Diese könnten Folgendes beinhalten, ist aber nicht darauf beschränkt: Dich aufzufordern, deine Beiträge in einem bestimmten Bereich zu begrenzen, dein Profil zu bearbeiten, um ungeeignete Inhalte zu entfernen, dich zu bitten, deine Diskussion in einen geeigneteren Bereich zu verschieben, etc. Diskutiere nicht mit Mitarbeitenden. Solltest du mit einer Entscheidung unzufrieden sein, oder anderes Feedback zur Mitarbeitenden haben, sende eine E-mail an <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> um unseren Community Manager zu kontaktieren.",
|
||||
"commGuideList02J": "<strong>Poste keinen Spam</strong>. Spamming kann Folgendes beinhalten, ist aber nicht beschränkt auf: das Posten desselben Kommentars oder derselben Frage an mehreren Stellen, <strong>das Posten von Links ohne Erklärung oder Kontext</strong>, das Posten unsinniger Nachrichten, das Posten mehrerer Werbebotschaften für eine Gilde, Party, oder Herausforderung, oder das Posten vieler Nachrichten hintereinander. Wenn Du irgendeinen Nutzen daraus ziehst, wenn jemand auf einen Link klickt, musst Du das im Text Deiner Nachricht offenlegen, sonst wird sie auch als Spam betrachtet. Mods können gegebenenfalls nach ihrem Ermessen entscheiden, was Spam ausmacht.",
|
||||
"commGuideList02K": "<strong>Bitte vermeide große Überschriften in öffentlichen Chats, vor allem in der Taverne.</strong> Ähnlich wie bei GROSSBUCHSTABEN liest sich der Text, als ob Du schreien würdest, und beeinträchtigt die gemütliche Atmosphäre.",
|
||||
"commGuideList02L": "<strong>Wir raten Dir dringend davon ab, persönliche Informationen - besonders solche, mit denen Du identifiziert werden könntest - in öffentlichen Chats zu teilen.</strong> Zu den identifizierenden Informationen gehören unter anderem: Deine Adresse, Deine E-Mail-Adresse und Dein API-Token/Passwort. Dies dient nur Deiner Sicherheit! Mitarbeiter oder Moderatoren werden solche Beiträge nach eigenem Ermessen entfernen. Wenn Du nach persönlichen Informationen in einer privaten Gilde, Party oder per PN gefragt wirst, empfehlen wir dringend, dass Du höflich ablehnst und Mitarbeiter und Moderatoren informierst, indem Du entweder 1) den Beitrag über das Fähnchen meldest, oder 2) eine E-Mail an <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> schreibst und Screenshots anhängst.",
|
||||
@@ -123,7 +123,7 @@
|
||||
"commGuideList01B": "Unzulässig: Jegliche Kommunikation die gewalttätig/aggressiv, bedrohlich, deskrimienierungsverherlichend o.ä. ist. Inklusive Memes, Bilder/Grafiken und Witze.",
|
||||
"commGuideList01A": "Die Allgemeinen Geschäftsbedingungen gelten für alle Bereiche, einschließlich privater Gilden, Party-Chat und Nachrichten.",
|
||||
"commGuideList01C": "Alle Diskussionen müssen für alle Altersgruppen angemessen und frei von Kraftausdrücken sein.",
|
||||
"commGuideList01D": "Haltet euch bitte an die Anweisungen der Moderatoren.",
|
||||
"commGuideList01D": "Haltet euch bitte an die Anweisungen der Mitarbeitenden.",
|
||||
"commGuideList01E": "Fange in der Taverne keine Streitgespräche an und lass Dich nicht auf solche ein.",
|
||||
"commGuideList01F": "Kein Betteln um bezahlte Artikel, kein Spamming oder große Überschriften/Großbuchstaben.",
|
||||
"commGuidePara017": "Hier ist die Kurzfassung, aber wir möchten Dich ermutigen, weiter unten mehr Details zu erfahren:",
|
||||
|
||||
@@ -65,5 +65,14 @@
|
||||
"faqQuestion15": "Wie funktioniert die Suche nach einer Party?",
|
||||
"iosFaqAnswer14": "Wenn du Habitica mit anderen erleben möchtest, aber keine anderen Spieler kennst, ist die Suche nach einer Party die beste Option! Wenn du bereits andere Spieler kennst, die eine Party haben, kannst du deinen @Benutzernamen mit ihnen teilen, um eingeladen zu werden. Alternativ kannst du auch eine neue Party gründen und sie mit ihrem @Nutzernamen oder ihrer E-Mail-Adresse einladen.\n\nUm eine Party zu erstellen oder zu suchen, wähle \"Party\" im Navigationsmenü und wähle dann die Option, die dir am besten gefällt.",
|
||||
"webFaqAnswer14": "Wenn du Habitica mit anderen erleben möchtest, aber keine anderen Spieler kennst, ist die Suche nach einer Party die beste Option! Wenn du bereits andere Spieler kennst, die eine Party haben, kannst du deinen @Benutzernamen mit ihnen teilen, um eingeladen zu werden. Alternativ kannst du auch eine neue Party gründen und sie mit ihrem @Nutzernamen oder ihrer E-Mail-Adresse einladen.\n\nUm eine Party zu erstellen oder zu suchen, wähle \"Party\" im Navigationsmenü und wähle dann die Option, die dir am besten gefällt.",
|
||||
"androidFaqAnswer14": "Wenn du Habitica mit anderen erleben möchtest, aber keine anderen Spieler kennst, ist die Suche nach einer Party die beste Option! Wenn du bereits andere Spieler kennst, die eine Party haben, kannst du deinen @Benutzernamen mit ihnen teilen, um eingeladen zu werden. Alternativ kannst du auch eine neue Party gründen und sie mit ihrem @Nutzernamen oder ihrer E-Mail-Adresse einladen.\n\nUm eine Party zu erstellen oder zu suchen, wähle \"Party\" im Navigationsmenü und wähle dann die Option, die dir am besten gefällt."
|
||||
"androidFaqAnswer14": "Wenn du Habitica mit anderen erleben möchtest, aber keine anderen Spieler kennst, ist die Suche nach einer Party die beste Option! Wenn du bereits andere Spieler kennst, die eine Party haben, kannst du deinen @Benutzernamen mit ihnen teilen, um eingeladen zu werden. Alternativ kannst du auch eine neue Party gründen und sie mit ihrem @Nutzernamen oder ihrer E-Mail-Adresse einladen.\n\nUm eine Party zu erstellen oder zu suchen, wähle \"Party\" im Navigationsmenü und wähle dann die Option, die dir am besten gefällt.",
|
||||
"iosFaqAnswer15": "Nachdem du \"Nach einer Party suchen\" ausgewählt hast, wirst du zu einer Liste von Spielern hinzugefügt, die einer Party beitreten möchten. Gruppenleiter können diese Liste einsehen und Einladungen verschicken. Sobald du eine Einladung erhalten hast, kannst du sie über deine Benachrichtigungen annehmen und der Party deiner Wahl beitreten!\n\nDu kannst mehrere Einladungen zu verschiedenen Partys erhalten. Du kannst jedoch immer nur Mitglied einer Party sein.",
|
||||
"webFaqAnswer24": "Wir haben in der Android-Version 4.2 die Möglichkeit hinzugefügt, nach Partys und Partymitgliedern zu suchen. Stelle sicher, dass du die App geupdated hast, um die Funktion verwenden zu können. Einzelspieler können nach einer Party vom Partymenü aus suchen, wenn sie sich nicht bereits in einer Party befinden. Anführer von Partys können die Liste von Spielern, die eine Party suchen, aufrufen, indem sie \"Neue Party-Mitglieder suchen\" über ihrer eigenen Party-Mitglieder-Liste anklicken.",
|
||||
"faqQuestion23": "Wie filtere ich die Liste von Mitgliedern, welche nach einer Party suchen?",
|
||||
"iosFaqAnswer23": "Aktuell gibt es leider keine Möglichkeit, die Liste mit Mitgliedern, welche nach einer Party suchen, zu filtern. Wir arbeiten jedoch aktuell an einem Filtersystem, mit welchem man nach Klasse, Level und Sprache filtern kann.",
|
||||
"androidFaqAnswer23": "Aktuell gibt es keine Möglichkeit, die Liste mit Mitgliedern, welche nach einer Party suchen, zu filtern. Wir arbeiten jedoch an einer Funktion, mit welcher man nach Klasse, Level und Sprache filtern kann.",
|
||||
"webFaqAnswer23": "Aktuell gibt es keine Möglichkeit, die Liste mit Mitgliedern, welche nach einer Party suchen, zu filtern. Wir arbeiten jedoch an einer Funktion, mit welcher man nach Klasse, Level und Sprache filtern kann.",
|
||||
"iosFaqAnswer22": "Sobald du einer Party beigetreten bist, bekommst du keine Einladungen für andere Partys mehr. Wenn du künftige Einladungen und Nachrichten von einem bestimmten Mitglied verhindern möchtest, besuche das betroffene Profil und klicke den \"Blockieren\"-Button an. Auf dem Handy müssen dafür die drei Punkte in der oberen Ecke und dann \"Blockieren\" ausgewählt werden.\n\nWenn du vermutest, dass ein anderer Spieler unsere Community-Richtlinien mittels Benutzername, Profilangaben oder privat versendeten Nachrichten verstößt, melde dies bitte oder wende dich direkt via eMail an uns über admin@habitica.com",
|
||||
"webFaqAnswer22": "Sobald du einer Party beigetreten bist, bekommst du keine Einladungen für andere Partys mehr. Wenn du künftige Einladungen und Nachrichten von einem bestimmten Mitglied verhindern möchtest, besuche das betroffene Profil und klicke den \"Blockieren\"-Button an. Auf dem Handy müssen dafür die drei Punkte in der oberen Ecke und dann \"Blockieren\" ausgewählt werden.\n\nWenn du vermutest, dass ein anderer Spieler unsere Community-Richtlinien mittels Benutzername, Profilangaben oder privat versendeten Nachrichten verstößt, melde dies bitte oder wende dich direkt via eMail an uns über admin@habitica.com",
|
||||
"faqQuestion24": "Wie suche ich nach einer Party auf Android oder iOS?"
|
||||
}
|
||||
|
||||
@@ -134,5 +134,6 @@
|
||||
"newStuffPostedOn": "Veröffentlicht am <%= publishDate %> um <%= publishTime %>",
|
||||
"helpSupportHabitica": "Hilf Habitica zu unterstützen",
|
||||
"groupsPaymentSubBilling": "Dein nächstes Rechnungsdatum ist <strong><%= renewalDate %></strong>.",
|
||||
"groupsPaymentAutoRenew": "Dieses Abonnement läuft automatisch weiter, bis es gekündigt wird. Du kannst es im Gruppen-Abrechnungs-Tab kündigen."
|
||||
"groupsPaymentAutoRenew": "Dieses Abonnement läuft automatisch weiter, bis es gekündigt wird. Du kannst es im Gruppen-Abrechnungs-Tab kündigen.",
|
||||
"sellItems": "Items verkaufen"
|
||||
}
|
||||
|
||||
@@ -150,5 +150,8 @@
|
||||
"achievementPlantParentModalText": "You collected all the Plant Pets!",
|
||||
"achievementDinosaurDynasty": "Dinosaur Dynasty",
|
||||
"achievementDinosaurDynastyText": "Has hatched all standard colors of bird and dinosaur pets: Falcon, Owl, Parrot, Peacock, Penguin, Rooster, Pterodactyl, T-Rex, Triceratops, and Velociraptor!",
|
||||
"achievementDinosaurDynastyModalText": "You collected all the bird and dinosaur pets!"
|
||||
"achievementDinosaurDynastyModalText": "You collected all the bird and dinosaur pets!",
|
||||
"achievementBonelessBoss": "Boneless Boss",
|
||||
"achievementBonelessBossText": "Has hatched all standard colors of invertebrate pets: Beetle, Butterfly, Cuttlefish, Nudibranch, Octopus, Snail, and Spider!",
|
||||
"achievementBonelessBossModalText": "You collected all the invertebrate pets!"
|
||||
}
|
||||
|
||||
@@ -2779,6 +2779,8 @@
|
||||
"backMystery202302Notes": "Anytime you wear this tail it's sure to be a frabjous day! Callooh! Callay! Confers no benefit. February 2023 Subscriber Item.",
|
||||
"backMystery202305Text": "Eventide Wings",
|
||||
"backMystery202305Notes": "Catch the sparkle of the evening star and soar to strange realms on these wings. Confers no benefit. May 2023 Subscriber Item.",
|
||||
"backMystery202309Text": "Colossal Comet Moth Wings",
|
||||
"backMystery202309Notes": "Flutter across forests, glide over mountains, and soar over oceans on these bright and beautiful wings. Confers no benefit. September 2023 Subscriber Item.",
|
||||
|
||||
"backSpecialWonderconRedText": "Mighty Cape",
|
||||
"backSpecialWonderconRedNotes": "Swishes with strength and beauty. Confers no benefit. Special Edition Convention Item.",
|
||||
@@ -3016,6 +3018,8 @@
|
||||
"headAccessoryMystery202305Notes": "These horns glow with reflected moonlight. Confers no benefit. May 2023 Subscriber Item.",
|
||||
"headAccessoryMystery202307Text": "Kraken's Crown",
|
||||
"headAccessoryMystery202307Notes": "This mighty circlet summons cyclones and stormy weather! Confers no benefit. July 2023 Subscriber Item.",
|
||||
"headAccessoryMystery202309Text": "Colossal Comet Moth Antennae",
|
||||
"headAccessoryMystery202309Notes": "These antennae are fashionable and feathery, but also help you navigate! Confers no benefit. September 2023 Subscriber Item.",
|
||||
|
||||
"headAccessoryMystery301405Text": "Headwear Goggles",
|
||||
"headAccessoryMystery301405Notes": "\"Goggles are for your eyes,\" they said. \"Nobody wants goggles that you can only wear on your head,\" they said. Hah! You sure showed them! Confers no benefit. August 3015 Subscriber Item.",
|
||||
|
||||
@@ -689,7 +689,7 @@
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune",
|
||||
|
||||
"hugabugText": "Hug a Bug Quest Bundle",
|
||||
"hugabugNotes": "Contains 'The CRITICAL BUG,' 'The Snail of Drudgery Sludge,' and 'Bye, Bye, Butterfry.' Available until March 31.",
|
||||
"hugabugNotes": "Contains 'The CRITICAL BUG,' 'The Snail of Drudgery Sludge,' and 'Bye, Bye, Butterfry.' Available until August 31.",
|
||||
|
||||
"questSquirrelText": "The Sneaky Squirrel",
|
||||
"questSquirrelNotes": "You wake up and find you’ve overslept! Why didn’t your alarm go off? … How did an acorn get stuck in the ringer?<br><br>When you try to make breakfast, the toaster is stuffed with acorns. When you go to retrieve your mount, @Shtut is there, trying unsuccessfully to unlock their stable. They look into the keyhole. “Is that an acorn in there?”<br><br>@randomdaisy cries out, “Oh no! I knew my pet squirrels had gotten out, but I didn’t know they’d made such trouble! Can you help me round them up before they make any more of a mess?”<br><br>Following the trail of mischievously placed oak nuts, you track and catch the wayward sciurines, with @Cantras helping secure each one safely at home. But just when you think your task is almost complete, an acorn bounces off your helm! You look up to see a mighty beast of a squirrel, crouched in defense of a prodigious pile of seeds.<br><br>“Oh dear,” says @randomdaisy, softly. “She’s always been something of a resource guarder. We’ll have to proceed very carefully!” You circle up with your party, ready for trouble!",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"rebirthOrb": "Used an Orb of Rebirth to start over after attaining Level <%= level %>.",
|
||||
"rebirthOrb100": "Used an Orb of Rebirth to start over after attaining Level 100 or higher.",
|
||||
"rebirthOrbNoLevel": "Used an Orb of Rebirth to start over.",
|
||||
"rebirthPop": "Instantly restart your character as a Level 1 Warrior while retaining achievements, collectibles, and equipment. Your tasks and their history will remain but they will be reset to yellow. Your streaks will be removed except from tasks belonging to active Challenges and Group Plans. Your Gold, Experience, Mana, and the effects of all Skills will be removed. All of this will take effect immediately. For more information, see the wiki's <a href='https://habitica.fandom.com/wiki/Orb_of_Rebirth' target='_blank'>Orb of Rebirth</a> page.",
|
||||
"rebirthPop": "Instantly restart your character as a Level 1 Warrior while retaining achievements, collectibles, and equipment. Your tasks and their history will remain but they will be reset to yellow. Your streaks will be removed except from tasks belonging to active Challenges and Group Plans. Your Gold, Experience, Mana, and the effects of all Skills will be removed. All of this will take effect immediately.",
|
||||
"rebirthName": "Orb of Rebirth",
|
||||
"rebirthComplete": "You have been reborn!",
|
||||
"nextFreeRebirth": "<strong><%= days %> days</strong> until <strong>FREE</strong> Orb of Rebirth"
|
||||
|
||||
@@ -153,6 +153,7 @@
|
||||
"mysterySet202306": "Razzle Dazzle Rainbow Set",
|
||||
"mysterySet202307": "Perilous Kraken Set",
|
||||
"mysterySet202308": "Purple Protagonist Set",
|
||||
"mysterySet202309": "Colossal Comet Moth Set",
|
||||
"mysterySet301404": "Steampunk Standard Set",
|
||||
"mysterySet301405": "Steampunk Accessories Set",
|
||||
"mysterySet301703": "Peacock Steampunk Set",
|
||||
|
||||
@@ -39,5 +39,8 @@
|
||||
"yourProgress": "Ur Progrusses",
|
||||
"onboardingProgress": "<%=percentage%>% progresses",
|
||||
"gettingStartedDesc": "Cumplete dese onboarding tasks and you does earnz <strong>5 achievemnts</strong> and <strong class=\"gold-amount\">100gold</strong> once done!!!",
|
||||
"yourRewards": "Ur rewardzz"
|
||||
"yourRewards": "Ur rewardzz",
|
||||
"foundNewItemsCTA": "Go to ur Inventry an try to be combining ur new haching potion and egg!",
|
||||
"achievementMonsterMagus": "Magus da Monstar",
|
||||
"achievementPartyOn": "Ur party grow to b 4 membrs!"
|
||||
}
|
||||
|
||||
@@ -141,5 +141,14 @@
|
||||
"achievementWoodlandWizardModalText": "You collected all the forest pets!",
|
||||
"achievementBoneToPick": "Bone to Pick",
|
||||
"achievementBoneToPickText": "Has hatched all the Classic and Quest Skeleton Pets!",
|
||||
"achievementBoneToPickModalText": "You collected all the Classic and Quest Skeleton Pets!"
|
||||
"achievementBoneToPickModalText": "You collected all the Classic and Quest Skeleton Pets!",
|
||||
"achievementPolarPro": "Polar Pro",
|
||||
"achievementPolarProModalText": "You collected all the Polar Pets!",
|
||||
"achievementPlantParent": "Plant Parent",
|
||||
"achievementPlantParentModalText": "You collected all the Plant Pets!",
|
||||
"achievementDinosaurDynasty": "Dinosaur Dynasty",
|
||||
"achievementDinosaurDynastyModalText": "You collected all the bird and dinosaur pets!",
|
||||
"achievementPolarProText": "Has hatched all standard colours of Polar pets: Bear, Fox, Penguin, Whale, and Wolf!",
|
||||
"achievementPlantParentText": "Has hatched all standard colours of Plant pets: Cactus and Treeling!",
|
||||
"achievementDinosaurDynastyText": "Has hatched all standard colours of bird and dinosaur pets: Falcon, Owl, Parrot, Peacock, Penguin, Rooster, Pterodactyl, T-Rex, Triceratops, and Velociraptor!"
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
"lowHealthTips4": "If a Daily isn't due on a certain day, you can disable it by clicking the pencil icon.",
|
||||
"goodLuck": "Good luck!",
|
||||
"cannotRevive": "Cannot revive if not dead"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -127,5 +127,7 @@
|
||||
"commGuideList01B": "Prohibido: mensajes amenazantes, violentos, que promocionen la discriminación, etc. incluyendo memes, imágenes y bromas.",
|
||||
"commGuideList02M": "No pidas gemas, suscripciones o membresía en Planes de Grupo. Esto no está permitido en la Taberna, espacios de chat públicos o privados, ni en mensajes privados. Si recibes mensajes solicitando artículos de pago, por favor márcalos para reportarlos. Pedir gemas o suscripciones repetida o intensamente, especialmente después de una advertencia, puede resultar en la suspensión de tu cuenta.",
|
||||
"commGuideList01C": "Todas las discusiones deben ser aptas para todas las edades y estar libres de palabras ofensivas.",
|
||||
"commGuideList01E": "<strong>No inicies o participes en conversaciones polémicas en la Taberna.<strong>"
|
||||
"commGuideList01E": "<strong>No inicies o participes en conversaciones polémicas en la Taberna.<strong>",
|
||||
"commGuideList05H": "Intentos severos o repetidos de defraudar o presionar a otros jugadores por artículos de dinero real",
|
||||
"commGuideList02N": "<strong>Marcar e informar publicaciones que rompen con estas Pautas de los Términos de Servicio.</strong> Nosotros nos encargaremos de ellas lo más rápido posible. También puedes notificar a los Moderadores a través de <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> pero los reportes son la manera más rápida de conseguir ayuda."
|
||||
}
|
||||
|
||||
@@ -1,15 +1,19 @@
|
||||
{
|
||||
"achievement": "Achievement",
|
||||
"onwards": "Onwards!",
|
||||
"levelup": "By accomplishing your real life goals, you leveled up and are now fully healed!",
|
||||
"reachedLevel": "You Reached Level <%= level %>",
|
||||
"achievement": "دستاورد",
|
||||
"onwards": "به پیش!",
|
||||
"levelup": "با رسیدن به هدفهای زندگی واقعیات، تو به سطح جدیدی رسیدی و حالا کاملاً بهبود یافتی!",
|
||||
"reachedLevel": "تو به سطح <%= level %> رسیدی",
|
||||
"achievementLostMasterclasser": "Quest Completionist: Masterclasser Series",
|
||||
"achievementLostMasterclasserText": "Completed all sixteen quests in the Masterclasser Quest Series and solved the mystery of the Lost Masterclasser!",
|
||||
"foundNewItems": "شما آیتم های جدیدی پیدا کردید!",
|
||||
"onboardingCompleteDescSmall": "اگر بیشتر میخواهید! به بخش دستاورد ها نگاهی بیاندازید و شروع به جمع آوری کنید",
|
||||
"foundNewItems": "آیتمهای جدیدی پیدا کردی!",
|
||||
"onboardingCompleteDescSmall": "اگر بیشتر میخواهی، به بخش دستاوردها نگاهی بیانداز و شروع به جمعآوری کن!",
|
||||
"onboardingComplete": "شما کار های اولیه تان را انجام دادید!",
|
||||
"earnedAchievement": "شما یک دستاورد داشتید!",
|
||||
"earnedAchievement": "یک دستاورد به دست آوردی!",
|
||||
"viewAchievements": "دیدن دستاوردها",
|
||||
"letsGetStarted": "شروع کنیم!",
|
||||
"yourRewards": "پاداش های شما"
|
||||
"letsGetStarted": "بیا شروع کنیم!",
|
||||
"yourRewards": "پاداشهایت",
|
||||
"onboardingProgress": "<%= percentage %>٪ پیشرفت",
|
||||
"yourProgress": "پیشرفتت",
|
||||
"showAllAchievements": "نمایش همه <%= category %>",
|
||||
"hideAchievements": "پنهان کردن <%= category %>"
|
||||
}
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
"backgroundLighthouseShoreNotes": "Stroll down the Lighthouse Shore.",
|
||||
"backgroundLilypadText": "Lilypad",
|
||||
"backgroundLilypadNotes": "Hop on a Lilypad.",
|
||||
"backgroundWaterfallRockText": "Bató sa Talón",
|
||||
"backgroundWaterfallRockText": "Waterfall Rock",
|
||||
"backgroundWaterfallRockNotes": "Magtampisáw sa isang Bató sa Talón.",
|
||||
"backgrounds072016": "SET 26: Released July 2016",
|
||||
"backgroundAquariumText": "Aquarium",
|
||||
@@ -370,7 +370,7 @@
|
||||
"backgrounds082018": "SET 51: Released August 2018",
|
||||
"backgroundTrainingGroundsText": "Training Grounds",
|
||||
"backgroundTrainingGroundsNotes": "Spar on the Training Grounds.",
|
||||
"backgroundFlyingOverRockyCanyonText": "Mabatóng Sabak",
|
||||
"backgroundFlyingOverRockyCanyonText": "Rocky Canyon",
|
||||
"backgroundFlyingOverRockyCanyonNotes": "Tumingín pababâ sa isang nakamámangháng tanawin habang lumilipád ka sa ibabaw ng Mabatóng Sabak.",
|
||||
"backgroundBridgeText": "Bridge",
|
||||
"backgroundBridgeNotes": "Cross a charming Bridge.",
|
||||
@@ -438,7 +438,7 @@
|
||||
"backgroundFlyingInAThunderstormNotes": "Lumapit sa Matinding Bagyo hanggang sa makakaya mo.",
|
||||
"backgroundFlyingInAThunderstormText": "Matinding Bagyo",
|
||||
"backgroundFarmersMarketNotes": "Mamili ng pinakasariwang mga pagkain sa Farmer's Market.",
|
||||
"backgroundFarmersMarketText": "Farmer's Market",
|
||||
"backgroundFarmersMarketText": "",
|
||||
"backgrounds112019": "SET 66: Inilabas noong Nobyembre 2019",
|
||||
"backgroundMonsterMakersWorkshopNotes": "Mag-experimento sa hindi kapani-paniwalang agham sa Pagawaan ni Monster Maker.",
|
||||
"backgroundMonsterMakersWorkshopText": "Pagawaan ni Monster Maker",
|
||||
@@ -627,5 +627,27 @@
|
||||
"backgroundUnderwaterAmongKoiText": "Sa Ilalim ng Tubig sa Gitna ng mga Koi",
|
||||
"backgrounds072021": "SET 86: Inilabas noong Hulyo 2021",
|
||||
"backgroundMaskMakersWorkshopText": "Pagawaan ng Tagágawâ ng Panakíp sa Mukhâ",
|
||||
"backgroundMaskMakersWorkshopNotes": "Sumubok ng panibagong mukhâ sa Pagawaan ng Tagágawâ ng Panakíp sa Mukhâ."
|
||||
"backgroundMaskMakersWorkshopNotes": "Sumubok ng panibagong mukhâ sa Pagawaan ng Tagágawâ ng Panakíp sa Mukhâ.",
|
||||
"hideLockedBackgrounds": "itago ang locked background",
|
||||
"backgroundRopeBridgeNotes": "Ipakita sa mga nagdududa na ligtas ang tulay na gawa sa lubid.",
|
||||
"backgroundStoneTowerText": "Tore na Gawa sa Bato",
|
||||
"backgroundRopeBridgeText": "Tulay na gawa sa lubid",
|
||||
"backgrounds092021": "SET 88: Inilabas Noong Setyember sa taong 2021",
|
||||
"backgrounds082021": "SET 87: Inilabas noong Agosto sa taong 2021",
|
||||
"backgroundVineyardText": "Ubasan",
|
||||
"backgroundVineyardNotes": "Maglakad sa Ubasan",
|
||||
"backgroundFortuneTellersShopNotes": "Magpahula sa Manghuhula sa loob ng kanyang tindahan.",
|
||||
"backgrounds112021": "SET 90: inilabas noong Nobyembre ng taong 2021",
|
||||
"backgrounds122021": "SET 91: Inilabas noong Disyembre ng Taong 2021",
|
||||
"backgrounds012022": "SET 92: Inilabas noong Hunyo ng Taong 2022",
|
||||
"backgroundDaytimeMistyForestNotes": "Maligo sa Sinag ng Araw na Tumatagos mula sa Misty Forest.",
|
||||
"backgroundDaytimeMistyForestText": "Misty Forest",
|
||||
"backgroundFortuneTellersShopText": "Tindahan ng Manghuhula",
|
||||
"backgroundInsideAPotionBottleText": "Loob ng Potion Bottle",
|
||||
"backgroundSpiralStaircaseText": "paikid na hagdan",
|
||||
"backgroundSpiralStaircaseNotes": "Umakyat pataas, pababa at paikot-ikot sa paikid na hagdan",
|
||||
"backgrounds102021": "SET 89: Inilabas noong Oktubre taong 2021",
|
||||
"backgroundCrypticCandlesText": "Misteryosong Kandila",
|
||||
"backgroundHauntedPhotoText": "Larawan na sinaniban",
|
||||
"backgroundHauntedPhotoNotes": "Napagtanto mo na ikaw ay"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"challenge": "Hamon",
|
||||
"challengeDetails": "Ang mga hamon ay mga okasyong pangkomunidad kung saan ang mga manlalaro ay nagpapaligsahan at nakakukuha ng mga premyo sa pamamagitan ng pagkumpleto ng isang lipon ng mga gawain.",
|
||||
"brokenChaLink": "Sirang Link ng Hamon",
|
||||
"brokenChaLink": "Sirang ang Link ng Hamon",
|
||||
"brokenTask": "Sirang Link ng Hamon: ang gawaing ito ay naging parte ng isang hamon, ngunit inalis na doon. Ano ang nais mong gawin?",
|
||||
"keepIt": "Panatilihin Ito",
|
||||
"removeIt": "Alisin Ito",
|
||||
@@ -28,7 +28,7 @@
|
||||
"prize": "Premyo",
|
||||
"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": "Mga Pampublikong Hamon",
|
||||
"officialChallenge": "Mapananaligang Hamon ng Habitica",
|
||||
"officialChallenge": "Opisyal na Hamon ng Habitica",
|
||||
"by": "ni",
|
||||
"participants": "<%= membercount %> Mga Kalahok",
|
||||
"join": "Sumali",
|
||||
@@ -103,5 +103,6 @@
|
||||
"selectParticipant": "Pumili ng Kalahok",
|
||||
"wonChallengeDesc": "Pinili kang panalo ni <%= challengeName %>! Ang iyong panalo ay naitala sa iyong Achievements.",
|
||||
"yourReward": "Iyong Gantimpala",
|
||||
"filters": "Mga Pansala"
|
||||
"filters": "Mga Pansala",
|
||||
"removeTasks": "Ibura ang Gawain"
|
||||
}
|
||||
|
||||
@@ -4,18 +4,18 @@
|
||||
"defaultHabit3Text": "Gamitin ang Hagdan/Elevator (Pindutin ang lapis upang baguhin)",
|
||||
"defaultHabit4Text": "Magdagdag ng gawain sa Habitica",
|
||||
"defaultHabit4Notes": "Isang Habit man, Daily, o To Do",
|
||||
"defaultTodo1Text": "Join Habitica (Check me off!)",
|
||||
"defaultTodo1Text": "Sumali sa Habitica ( Check me off! )",
|
||||
"defaultTodoNotes": "Maaari mong tapusin itong To Do, i-edit, o tanggalin.",
|
||||
"defaultReward1Text": "15 minute break",
|
||||
"defaultReward2Text": "Reward yourself",
|
||||
"defaultReward2Notes": "Watch TV, play a game, eat a treat, it's up to you!",
|
||||
"defaultTag1": "Work",
|
||||
"defaultTag2": "Exercise",
|
||||
"defaultTag3": "Health + Wellness",
|
||||
"defaultTag4": "School",
|
||||
"defaultReward1Text": "Mag-pahinga ng 15 minuto",
|
||||
"defaultReward2Text": "gantimpalaan ang sarili",
|
||||
"defaultReward2Notes": "Manood ng T.V. , Maglaro, Kumain ng snacks, Ikaw ang bahala!",
|
||||
"defaultTag1": "Trabaho",
|
||||
"defaultTag2": "Ehersisyo",
|
||||
"defaultTag3": "kalusugan",
|
||||
"defaultTag4": "Paaralan",
|
||||
"defaultTag5": "Teams",
|
||||
"defaultTag6": "Chores",
|
||||
"defaultTag7": "Creativity",
|
||||
"defaultTag6": "Mga Gawaing Bahay",
|
||||
"defaultTag7": "pagkamalikhain",
|
||||
"exerciseTodoText": "Magtakda ng iskedyul ng workout",
|
||||
"exerciseDailyNotes": "Pindutin upang pumili ng iyong iskedyul at magtiyak ng mga exercises!",
|
||||
"exerciseDailyText": "Stretching >> Araw-araw na workout routine",
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
"sendGiftCost": "Total: $<%= cost %> USD",
|
||||
"sendGiftFromBalance": "From Balance",
|
||||
"sendGiftPurchase": "Purchase",
|
||||
"sendGiftMessagePlaceholder": "Personal message (optional)",
|
||||
"sendGiftMessagePlaceholder": "Mag-dagdag ng personal na mensahe",
|
||||
"sendGiftSubscription": "<%= months %> Month(s): $<%= price %> USD",
|
||||
"gemGiftsAreOptional": "Please note that Habitica will never require you to gift gems to other players. Begging people for gems is a <strong>violation of the Community Guidelines</strong>, and all such instances should be reported to <%= hrefTechAssistanceEmail %>.",
|
||||
"battleWithFriends": "Battle Monsters With Friends",
|
||||
@@ -223,8 +223,8 @@
|
||||
"viewParty": "View Party",
|
||||
"newGuildPlaceholder": "Enter your guild's name.",
|
||||
"guildBank": "Guild Bank",
|
||||
"chatPlaceholder": "Type your message to Guild members here",
|
||||
"partyChatPlaceholder": "Type your message to Party members here",
|
||||
"chatPlaceholder": "Isulat ang iyong mensahe sa mga myembro ng guild dito",
|
||||
"partyChatPlaceholder": "Isulat ang iyong mensahe sa mga myembro ng Party dito",
|
||||
"fetchRecentMessages": "Fetch Recent Messages",
|
||||
"like": "Like",
|
||||
"liked": "Liked",
|
||||
@@ -265,7 +265,7 @@
|
||||
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
|
||||
"noGuildsMatchFilters": "We couldn't find any matching Guilds.",
|
||||
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
|
||||
"removeInvite": "Remove Invitation",
|
||||
"removeInvite": "Itigil ang pagimbita",
|
||||
"removeMember": "Remove Member",
|
||||
"sendMessage": "Send Message",
|
||||
"promoteToLeader": "Transfer Ownership",
|
||||
@@ -274,7 +274,7 @@
|
||||
"inviteMembersNow": "Would you like to invite members now?",
|
||||
"playInPartyTitle": "Play Habitica in a Party!",
|
||||
"playInPartyDescription": "Take on amazing quests with friends or on your own. Battle monsters, create Challenges, and help yourself stay accountable through Parties.",
|
||||
"wantToJoinPartyTitle": "Want to join a Party?",
|
||||
"wantToJoinPartyTitle": "Nais mo bang sumali sa isang Party?",
|
||||
"wantToJoinPartyDescription": "Give your username to a friend who already has a Party, or head to the <a href='/groups/guild/f2db2a7f-13c5-454d-b3ee-ea1f5089e601'>Party Wanted Guild</a> to meet potential comrades!",
|
||||
"copy": "Copy",
|
||||
"inviteToPartyOrQuest": "Invite Party to Quest",
|
||||
@@ -369,5 +369,21 @@
|
||||
"giftMessageTooLong": "Ang pinakamataas na bilang para sa gift messages ay <%= maxGiftMessageLength %>.",
|
||||
"selectSubscription": "Pumili ng Subscription",
|
||||
"blockYourself": "Hindi maaaring i-block ang sarili mo",
|
||||
"features": "Features"
|
||||
"features": "Features",
|
||||
"descriptionOptional": "Diskripsyon",
|
||||
"joinParty": "Sumali sa Pangkat",
|
||||
"leaveGuild": "Umalis Sa Guild",
|
||||
"joinGuild": "Sumali sa Guild",
|
||||
"assignTo": "I-atas ang gawain kay",
|
||||
"nameStar": "Pangalan*",
|
||||
"nameStarText": "Magdagdag ng Pamagat",
|
||||
"descriptionOptionalText": "Magdagdag ng Diskripsyon",
|
||||
"viewStatus": "Kalagayan",
|
||||
"newGroupsWhatsNew": "Tignan kung alin ang bago:",
|
||||
"viewDetails": "Tignan ang mga detalye",
|
||||
"groupUseDefault": "Pumili ng Sagot",
|
||||
"chatTemporarilyUnavailable": "Pansamantala munang hindi magagamit ang Chat. Mangyaring subukang muli mamaya.",
|
||||
"messagePartyLeader": "Magpadala ng Mensahe sa Lider ng Party",
|
||||
"lookForParty": "Maghanap ng Party",
|
||||
"currentlyLookingForParty": ""
|
||||
}
|
||||
|
||||
@@ -150,5 +150,5 @@
|
||||
"achievementPlantParentModalText": "Vous avec collecté tous les familiers plantes !",
|
||||
"achievementDinosaurDynasty": "Dynastie des dinosaures",
|
||||
"achievementDinosaurDynastyText": "A fait éclore toutes les couleurs standard d'oiseaux et de dinosaures : faucon, hibou, perroquet, paon, pingouin, coq, ptérodactyle, T-Rex, tricératops et vélociraptor !",
|
||||
"achievementDinosaurDynastyModalText": "Vous avez collecté tous les animaux de compagnie d'oiseau et de dinosaure!"
|
||||
"achievementDinosaurDynastyModalText": "Vous avez collecté tous les animaux de compagnie d'oiseau et de dinosaure !"
|
||||
}
|
||||
|
||||
@@ -2,17 +2,17 @@
|
||||
"tavernCommunityGuidelinesPlaceholder": "Rappel amical : ceci est un canal de discussion sans restriction d'âge, merci donc de garder un langage et un contenu appropriés ! Consultez les règles de vie en communauté dans la barre latérale si vous avez des questions.",
|
||||
"lastUpdated": "Dernière mise à jour :",
|
||||
"commGuideHeadingWelcome": "Bienvenue sur Habitica !",
|
||||
"commGuidePara001": "Salutations, aventuriers et aventurières ! Bienvenue en Habitica, le pays de la productivité, de la vie saine et de l'occasionnel griffon ravageur. Nous sommes une joyeuse communauté, faite de personnes serviables qui se soutiennent les unes les autres sur la voie de l’amélioration de soi. Pour s'intégrer, il suffit d'avoir une attitude positive, de respecter les autres, et de comprendre que chacun a différentes compétences et limites -- y compris vous ! Les habiticiens et habiticiennes sont patients avec autrui et essaient de s'entraider dès qu'ils le peuvent.",
|
||||
"commGuidePara002": "Afin que tout le monde se sente bien, heureux et productif dans la communauté, nous avons établi quelques règles de conduite. Nous les avons minutieusement forgées afin de les rendre aussi agréables et faciles à lire que possible. Nous vous enjoignons à prendre le temps de les lire.",
|
||||
"commGuidePara003": "Ces règles s’appliquent à tous les espaces sociaux que nous utilisons, comprenant (mais pas forcément limités à) Trello, GitHub, Weblate et le wiki Habitica sur Fandom. Lorsque les communautés grandissent et changent, leurs règles doivent parfois s'adapter. Si les règles listées ici devaient subir des changement substantiels, vous pourrez le lire sur une annonce de Bailey et/ou sur nos média sociaux !",
|
||||
"commGuidePara001": "Salutations, aventuriers et aventurières ! Bienvenue en Habitica, le pays de la productivité, de la vie saine et de l'occasionnel griffon ravageur.",
|
||||
"commGuidePara002": "Afin que tout le monde se sente bien, heureux et productif, nous avons établi quelques règles de conduite pour les Défis, les profils de joueu·r·se, les discussions d'Équipes et les messages privés. Nous avons minutieusement forgées ces directives afin de les rendre aussi agréables et faciles à lire que possible. Nous vous enjoignons à prendre le temps de les lire avant d'interagir avec d'autres joueu·r·se·s.",
|
||||
"commGuidePara003": "Ces règles pourront parfois se réadapter. Si les règles listées ici devaient subir des changement substantiels, vous pourrez le lire sur une annonce de Bailey et/ou sur nos média sociaux !",
|
||||
"commGuideHeadingInteractions": "Interactions dans Habitica",
|
||||
"commGuidePara015": "Habitica compte deux sortes d’espaces sociaux : publics et privés. Les espaces publics comprennent la taverne, les guildes publiques, GitHub, Trello et le Wiki. Les espaces privés sont les guildes privées, la messagerie d’équipe et les messages privés. Tous les identifiants et les @pseudos doivent se conformer au code de conduite en espace public. Pour changer votre identifiant et/ou votre @pseudo sur mobile, rendez-vous dans Menu > Paramètres > Profil. Sur le web, allez dans Utilisateur > Paramètres.",
|
||||
"commGuidePara016": "Lorsque vous naviguez dans les sphères publiques d’Habitica, il y a quelques règles générales à suivre afin que tout le monde se sente bien et heureux.",
|
||||
"commGuidePara015": "Habitica a quelques espaces sur lesquels vous pouvez interagir avec d'autres joueu·r·se·s. Cela inclut les discussions privées (messages privées et discussion d'Équipe) ainsi que l'option Rechercher une Équipe et Défis.",
|
||||
"commGuidePara016": "Lorsque vous naviguez dans les environnements sociaux d’Habitica, il y a quelques règles générales à suivre afin que tout le monde se sente bien et heureux.",
|
||||
"commGuideList02A": "<strong>Respectez-vous les uns les autres</strong>. Faites preuve de courtoisie, de gentillesse et de soutien. Souvenez-vous : Les membres d'Habitica proviennent de tout milieu et ont des expériences très différentes. C'est en partie ce qui rend Habitica si sympathique ! Construire une communauté signifie respecter et célébrer nos différences, tout autant que nos similitudes.",
|
||||
"commGuideList02B": "<strong>Respectez l'ensemble des <a href='https://habitica.com/static/terms' target='_blank'>Conditions d'utilisation.</a></strong> dans les espaces publics et privés.",
|
||||
"commGuideList02C": "<strong>Ne postez pas d'images ou de textes violents, menaçants, ou sexuellement explicites/suggestifs, ou qui encouragent à la discrimination, au sectarisme, au racisme, au sexisme, à la haine, au harcèlement ou visant à nuire à un quelconque individu ou groupe</strong>. Pas même en tant que plaisanterie ou meme. Cela inclut les injures aussi bien que les déclarations. Tout le monde n’a pas le même sens de l’humour, et ce que vous considérez comme une plaisanterie peut être blessant pour une autre personne.",
|
||||
"commGuideList02D": "<strong>Gardez les discussions à un niveau correct</strong>. Cela signifie entre autre d'éviter les sujets adultes sur les espaces publics. Beaucoup de jeunes utilisent le site, et chacun et chacune d'entre nous vient avec son propre bagage d'expériences. Nous souhaitons que notre communauté soit la plus confortable et la plus inclusive possible.",
|
||||
"commGuideList02E": "<strong>Évitez les grossièretés. Cela comprend les insultes abrégées ou masquées.</strong> Nous accueillons des personnes de toutes religions et cultures et voulons nous assurer que toutes se sentent à l’aise dans les espaces publics. <strong>Si l'équipe d'administration d'Habitica vous dit que ce terme est interdit sur le site, cette décision est définitive, même si ce terme ne vous apparaît pas problématique.</strong> De plus, les injures seront traitées très sévèrement car elles contreviennent aux conditions d’utilisation.",
|
||||
"commGuideList02E": "Si l'équipe d'administration d'Habitica vous dit que ce terme est interdit sur le site, cette décision est définitive, même si ce terme ne vous apparaît pas problématique.</strong> De plus, les injures seront traitées très sévèrement car elles contreviennent aux conditions d’utilisation.",
|
||||
"commGuideList02F": "Évitez les discussions longues ou polémiques en dehors de l'arrière-boutique. Si quelqu'un mentionne quelque chose qui est autorisé par les règles mais qui vous blesse, il est normal de le lui faire savoir poliment. Si quelqu'un vous dit que vous l'avez mis mal à l'aise, prenez le temps de réfléchir au lieu de répondre par la colère. Mais si vous sentez qu'une conversation s'enflamme, devient trop émotive ou est blessante, <strong>cessez de répondre. Au lieu de cela, signalez les messages pour nous en informer.</strong> L'équipe d'administration répondra aussi rapidement que possible. Vous pouvez aussi envoyer un courriel ) <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a>, et éventuellement inclure des copies d'écran si nécessaire.",
|
||||
"commGuideList02G": "<strong>Obtempérez immédiatement aux demandes de l'équipe d'administration.</strong> Ceci inclus, sans être limité à : quand elle demande à ce que vous publiiez votre message dans un espace particulier, modifiiez votre profil pour retirer un contenu inadapté, déplaciez la discussion dans un autre endroit, etc. N'essayez pas d'argumenter avec l'équipe d'administration. Si vous avez des soucis ou des commentaires à propos des actions de l'équipe d'administration, écrivez à <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> pour contacter notre responsable de la communauté.",
|
||||
"commGuideList02J": "<strong>Ne spammez pas</strong>. Le spam peut inclure, sans être limité à : poster le même commentaire ou la même demande dans de multiples endroits, <strong>poster des liens sans explication ou contexte</strong>, poster des messages incohérents, ou poster le même message à la chaîne. Si le fait que des personnes cliquant sur un lien vous est profitable, vous devez l'indiquer dans le texte de votre message, ou cela sera aussi considéré comme du spam. L'équipe d'administration peut décider si quelque chose constitue du spam à sa propre discrétion.",
|
||||
@@ -37,24 +37,24 @@
|
||||
"commGuidePara038": "<strong>Tous les défis de la taverne et des guildes publiques doivent aussi respecter ces règles</strong>.",
|
||||
"commGuideHeadingInfractionsEtc": "Infractions, conséquences et restauration",
|
||||
"commGuideHeadingInfractions": "Infractions",
|
||||
"commGuidePara050": "La vaste majorité des Habiticiens et Habiticiennes est respectueuse, assiste les autres et travaille à faire de la communauté un espace agréable et amical. Cependant, il peut arriver qu’une personne enfreigne l’une des règles énoncées ci-dessus. Lorsque cela arrive, l'équipe d'administration peut prendre les mesures qu’elle juge nécessaires pour que Habitica reste un endroit sain et agréable pour tout le monde.",
|
||||
"commGuidePara050": "La vaste majorité des Habiticiens et Habiticiennes est respectueuse, assiste les autres et travaille à faire de l'ambiance générale agréable et amicale. Cependant, il peut arriver qu’une personne enfreigne l’une des Règles énoncées ci-dessus. Lorsque cela arrive, l'équipe d'administration peut prendre les mesures qu’elle juge nécessaires pour que Habitica reste un endroit sain et agréable pour tout le monde.",
|
||||
"commGuidePara051": "<strong>Il y a différents types d'infractions, et ils sont gérés en fonction de leur sévérité</strong>. Il n'y a pas de liste complète, et l'équipe d'administration peut prendre des décisions sur des sujets qui ne sont pas couverts ici à sa propre discrétion. L'équipe d'administration prendra en compte le contexte au moment d'évaluer les infractions.",
|
||||
"commGuideHeadingSevereInfractions": "Infractions graves",
|
||||
"commGuidePara052": "Les infractions graves sont très nocives pour la communauté d’Habitica et ses membres, et ont ainsi des conséquences sévères.",
|
||||
"commGuidePara053": "Les exemples suivants représentent des infractions graves. Cette liste n’est pas exhaustive.",
|
||||
"commGuideList05A": "Violation des conditions d'utilisation",
|
||||
"commGuideList05A": "Autres failles des conditions d'utilisation non-spécifiées ici",
|
||||
"commGuideList05B": "Discours (ou images) haineux, harcèlement moral, harcèlement en ligne, dénigrement, trollage",
|
||||
"commGuideList05C": "Violation de la période de probation",
|
||||
"commGuideList05D": "Usurpation de l'identité d'un membre de l'équipe d'administration - cela inclus le fait de prétendre que des espaces non affiliés à Habitica serait officiels et/ou administrés par Habitica ou ses équipes",
|
||||
"commGuideList05D": "Usurpation de l'identité d'un membre de l'équipe d'administration - cela inclus le fait de prétendre que des espaces crées par des joueu·r·se·s non affilié·e·s à Habitica seraient officiels et/ou administrés par Habitica ou ses équipes",
|
||||
"commGuideList05E": "Répétition d’infractions modérées",
|
||||
"commGuideList05F": "Création d'un compte secondaire pour échapper aux sanctions (par exemple, créer un compte pour poster sur la messagerie après révocation des droits de participation aux discussions)",
|
||||
"commGuideList05F": "Création d'un compte secondaire pour échapper aux sanctions",
|
||||
"commGuideList05G": "Tromper intentionnellement l'équipe d'administration afin d'échapper aux conséquences de ses actes, ou pour nuire à un autre utilisateur",
|
||||
"commGuideHeadingModerateInfractions": "Infractions modérées",
|
||||
"commGuidePara054": "Des infractions modérées n'affectent pas notre communauté, mais ne la rendent pas attractive. Ces infractions auront des conséquences modérées. Lorsqu'elles sont liées à d'autres infractions, les conséquences peuvent devenir plus importantes.",
|
||||
"commGuidePara054": "Ces infractions auront des conséquences modérées. Lorsqu'elles sont liées à d'autres infractions, les conséquences peuvent devenir plus importantes.",
|
||||
"commGuidePara055": "Les exemples suivants représentent des infractions modérées. Cette liste n’est pas exhaustive.",
|
||||
"commGuideList06A": "<strong>Ignorer, contester ou manquer de respect à l'équipe d'administration</strong>. Ceci inclut : se plaindre en public de l'équipe d'administration ou d'un autre utilisateur, ou publiquement glorifier ou défendre des utilisateurs bannis, ou débattre si l'action de l'équipe d'administration était ou non appropriée. Si une règle ou le comportement de l'équipe d'administration vous pose un souci, veuillez contacter l'équipe par courriel (<a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a>).",
|
||||
"commGuideList06A": "Ignorer, contester ou manquer de respect à l'équipe d'administration. Si une règle ou le comportement de l'équipe d'administration vous pose un souci, veuillez contacter l'équipe via <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a>.",
|
||||
"commGuideList06B": "Modération abusive. Pour clarifier : un rappel sympathique des règles ne pose pas de problème. La modération abusive consiste à ordonner, demander et/ou sous-entendre fortement que quelqu’un doit vous écouter afin de corriger une erreur. Vous pouvez prévenir une personne qu’elle enfreint les règles, mais ne réclamez pas d’action particulière. Par exemple, dire « Juste pour que tu saches, il est déconseillé de jurer dans la taverne donc tu devrais retirer cela » est plus adéquat que dire « Je vais devoir te demander de retirer tes propos.»",
|
||||
"commGuideList06C": "Signalement intentionnel de messages innocents.",
|
||||
"commGuideList06C": "Signalement intentionnel des Défis, profils, ou messages innocents.",
|
||||
"commGuideList06D": "Violations répétées du code de conduite en espace public",
|
||||
"commGuideList06E": "Répétition d'infractions mineures",
|
||||
"commGuideHeadingMinorInfractions": "Infractions mineures",
|
||||
@@ -65,7 +65,7 @@
|
||||
"commGuidePara057A": "Certains messages peuvent être masqués parce qu’ils contiennent des informations sensibles ou qu’ils pourraient donner aux lecteurs une mauvaise idée. Typiquement ceci ne compte pas comme une infraction, surtout la première fois que cela arrive !",
|
||||
"commGuideHeadingConsequences": "Conséquences",
|
||||
"commGuidePara058": "En Habitica – comme dans la vie réelle – toute action a une conséquence, que ce soit être en forme parce que vous avez fait de l'exercice, avoir des caries parce que vous avez mangé trop sucré ou réussir un examen parce que vous avez étudié.",
|
||||
"commGuidePara059": "<strong>De même, toute infraction aura des conséquences directes.</strong> Quelques exemples de ces sanctions sont exposés ci-dessous.",
|
||||
"commGuidePara059": "<strong>Toute infraction faite au sein de la Communauté aura des conséquences directes.</strong> Quelques exemples de ces sanctions sont exposés ci-dessous.",
|
||||
"commGuidePara060": "<strong>Si votre infraction conduit à des conséquences modérées ou sévères, et si cela s'avère approprié suivant les circonstances, l'équipe d'administration publiera un message dans le forum où l'infraction a eu lieu, expliquant</strong> :",
|
||||
"commGuideList08A": "la teneur de votre infraction",
|
||||
"commGuideList08B": "la conséquence qu’elle aura",
|
||||
@@ -73,24 +73,24 @@
|
||||
"commGuidePara060A": "Si la situation l'exige, vous pouvez recevoir un message privé ou un courriel en plus / à la place du message sur le forum où l'infraction a eu lieu. Dans certains cas, vous pouvez ne pas du tout être réprimandé en public.",
|
||||
"commGuidePara060B": "Si votre compte est banni (une sanction sévère), vous ne pourrez plus vous connecter sur Habitica et recevrez un message d'erreur lorsque vous essaierez de vous identifier. <strong>Si vous désirez vous excuser ou demander une réhabilitation, merci d'envoyer un courriel à l’équipe d’Habitica : <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> en y joignant votre identifiant</strong> (qui vous sera donnée dans le message d'erreur) ou vorre @pseudo. C'est <strong>votre</strong> responsabilité que de nous montrer que vous désirez une réhabilitation.",
|
||||
"commGuideHeadingSevereConsequences": "Exemples de conséquences sévères",
|
||||
"commGuideList09A": "Bannissement du compte (voir ci-dessus)",
|
||||
"commGuideList09C": "Désactivation permanente (« gel ») de la progression des échelons de contribution",
|
||||
"commGuideList09A": "Bannissement du compte",
|
||||
"commGuideList09C": "Désactivation définitive de la progression des Échelons de Contribution",
|
||||
"commGuideHeadingModerateConsequences": "Exemples de conséquences modérées",
|
||||
"commGuideList10A": "Privilèges de discussion publique et/ou privée restreints",
|
||||
"commGuideList10A1": "Si vos actes conduisent à une révocation de vos droits de discussion, vous devez envoyer un mail à <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a>. Vous pourrez être rétabli (à la discrétion du staff) si vous consentez poliment aux actions requises et si vous acceptez de vous conformer aux règles de vie en communauté et aux conditions d'utilisation",
|
||||
"commGuideList10C": "Privilèges de création de guilde/défi restreints",
|
||||
"commGuideList10D": "Désactivation temporaire (« gel ») de la progression des échelons de contribution",
|
||||
"commGuideList10D": "Pause temporaire de la progression des échelons de Contribution",
|
||||
"commGuideList10E": "Rétrogradation des échelons de contribution",
|
||||
"commGuideList10F": "Période de \"probation\"",
|
||||
"commGuideHeadingMinorConsequences": "Exemples de conséquences mineures",
|
||||
"commGuideList11A": "Rappel du code de conduite en espace public",
|
||||
"commGuideList11A": "Rappels du Guide de la Communauté",
|
||||
"commGuideList11B": "Avertissements",
|
||||
"commGuideList11C": "Requêtes",
|
||||
"commGuideList11D": "Suppressions (le staff peut supprimer du contenu problématique)",
|
||||
"commGuideList11E": "Modifications (le staff peut modifier du contenu problématique)",
|
||||
"commGuideList11D": "Suppression de contenu problématique par l'Équipe",
|
||||
"commGuideList11E": "Modifications de contenu problématique par un·e/des Administrat·eur·rice(s)",
|
||||
"commGuideHeadingRestoration": "Restauration",
|
||||
"commGuidePara061": "Habitica est un lieu dédié au développement personnel, et nous croyons aux secondes chances. <strong>Si vous commettez une infraction qui a eu une conséquence, voyez-le comme une chance d’évaluer vos actions et de travailler à devenir un meilleur membre de la communauté</strong>.",
|
||||
"commGuidePara062": "L'annonce, le message et/ou le courriel que vous recevez expliquant les conséquences de vos actions constitue une bonne source d’informations. Acceptez les restrictions qui vous sont imposées, et engagez-vous à faire ce qu’il faut pour voir vos sanctions levées.",
|
||||
"commGuidePara061": "Habitica est dédié au développement personnel, et nous croyons aux secondes chances. <strong>Si vous commettez une infraction qui a eu une conséquence, voyez-le comme une chance d’évaluer vos actions et de travailler à devenir un meilleur membre de la communauté</strong>.",
|
||||
"commGuidePara062": "",
|
||||
"commGuidePara063": "Si vous ne comprenez pas les conséquences ou la nature de votre infraction, demandez de l’aide à l'équipe d'administration afin d'éviter de nouvelles infractions. Si vous trouvez qu'une décision spécifique était injuste, vous pouvez contacter l'équipe pour en discuter à <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a>.",
|
||||
"commGuideHeadingMeet": "Rencontrez le staff",
|
||||
"commGuidePara006": "Habitica compte plusieurs chevaliers-errants qui unissent leurs forces avec celles des membres de l'équipe d'administration afin de préserver le calme et le contentement de la communauté et la protéger des trolls. Tous et toutes ont leur domaine spécifique, mais certains peuvent être parfois appelés à servir dans d'autres sphères sociales.",
|
||||
@@ -125,10 +125,12 @@
|
||||
"commGuideList01D": "Veuillez s'il vous plaît vous conformer aux requêtes de l'équipe d'administration.",
|
||||
"commGuideList01C": "Toutes les discussions doivent être adaptées à tous les ages, et ne doivent pas contenir de jurons.",
|
||||
"commGuideList01B": "Interdit : Toute communication de nature violente, menaçante, discriminatoire, etc. y compris les memes, les images et les blagues.",
|
||||
"commGuideList01A": "Les conditions d'utilisations sont valables sur tous les espaces, y compris les guildes privées, les discussions d'équipe et les messages.",
|
||||
"commGuideList01A": "Nos Guide de la Communauté et Conditions de Service s'appliquent dans les Défis, Équipes, profils de joueu·r·se, et messages privés.",
|
||||
"commGuidePara017": "Voici le résumé, mais nous vous encourageons à lire plus en détail ci-dessous :",
|
||||
"commGuideList09D": "Le retrait ou la diminution des paliers de contribution accordés",
|
||||
"commGuideList05H": "Efforts répétés ou importants pour escroquer ou faire pression sur d'autres personnes pour obtenir des objets à valeur monétaire",
|
||||
"commGuideList02M": "Veuillez ne pas demander à recevoir des gemmes, des abonnements, ou des participations à un plan de groupe. Ceci n'est pas autorisé à la taverne, dans les espaces publiques ou privés, et dans les messages privés. Si vous recevez des messages demandant des objets payants, veuillez les signaler. Des demandes répétées pour des gemmes ou des abonnements, en particulier après un avertissement, peuvent conduire au bannissement du compte.",
|
||||
"commGuideList02N": "<strong>Signalez et rapportez tout message qui déroge aux règles de vie en communauté et aux conditions d'utilisations.</strong> nous nous en occuperons aussi vite que possible. vous pouvez aussi notifier l'administration via <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> mais le signalement est la méthode la plus rapide pour obtenir de l'aide."
|
||||
"commGuideList02M": "<strong> Ne demandez pas à recevoir des Gemmes, des abonnements, ou une insciption dans un Groupe</strong>. Si vous voyez ou recevez des messages demandant des objets payants, veuillez les signaler. Des demandes répétées pour des gemmes ou des abonnements, en particulier après un avertissement, peuvent conduire au bannissement du compte.",
|
||||
"commGuideList02N": "<strong>Signalez et rapportez tout message qui déroge aux règles de vie en communauté et aux conditions d'utilisations.</strong> nous nous en occuperons aussi vite que possible. vous pouvez aussi notifier l'administration via <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> mais le signalement est la méthode la plus rapide pour obtenir de l'aide.",
|
||||
"commGuideList09E": "Retrait définitif de la possibilité d'envoyer des messages privés ou d'apparaître dans la recherche de membres d'Équipe",
|
||||
"commGuideList02Q": "<strong>N'essayer pas de contourner un blocage</strong>. Si une personne vous a bloqué pour ne plus recevoir vos messages privés, n'essayez pas de la contacter ailleurs pour lui demander de vous débloquer."
|
||||
}
|
||||
|
||||
@@ -345,7 +345,7 @@
|
||||
"questEggDolphinAdjective": "un frétillant",
|
||||
"hatchingPotionSunshine": "Rayon de soleil",
|
||||
"hatchingPotionBronze": "de bronze",
|
||||
"hatchingPotionWatery": "aqueux",
|
||||
"hatchingPotionWatery": "Aqueux",
|
||||
"hatchingPotionSilver": "d'argent",
|
||||
"questEggRobotAdjective": "un futuriste",
|
||||
"questEggRobotMountText": "Robot",
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"tier5": "Palier 5 (Champion)",
|
||||
"tier6": "Palier 6 (Champion)",
|
||||
"tier7": "Palier 7 (Légende)",
|
||||
"tierModerator": "Modérateur (Gardien)",
|
||||
"tierStaff": "Administrateur (Héros)",
|
||||
"tierModerator": "Modérat·eur·rice",
|
||||
"tierStaff": "Administrat·eur·rice",
|
||||
"tierNPC": "PNJ",
|
||||
"friend": "Ami",
|
||||
"elite": "Élite",
|
||||
@@ -16,13 +16,13 @@
|
||||
"legendary": "Légendaire",
|
||||
"moderator": "Modérateur",
|
||||
"guardian": "Gardien",
|
||||
"staff": "Administrateur",
|
||||
"staff": "Administrateur Habitica",
|
||||
"heroic": "Héroïque",
|
||||
"modalContribAchievement": "le succès \"Contributeur\" !",
|
||||
"contribModal": "<%= name %>, vous êtes quelqu'un d'exceptionnel ! Vous avez atteint le palier de contribution <%= level %> en aidant Habitica.",
|
||||
"contribLink": "Voyez quelles récompenses vous avez gagnées pour votre contribution !",
|
||||
"contribName": "Contributeur",
|
||||
"contribText": "A contribué au développement d'Habitica, que ce soit par du code, du dessin, de la musique, de l'écriture, ou d'autres méthodes. Pour en apprendre davantage, rejoignez la guilde \"Aspiring Legends\" !",
|
||||
"contribText": "A contribué au développement d'Habitica, que ce soit par du code, du dessin, de la musique, de l'écriture, ou d'autres méthodes.",
|
||||
"kickstartName": "Soutien Kickstarter - Palier <%= key %>$",
|
||||
"kickstartText": "A soutenu le projet Kickstarter",
|
||||
"helped": "A aidé au développement d'Habitica",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -34,7 +34,7 @@
|
||||
"marketing1Lead2": "Améliorez vos habitudes pour développer votre avatar. Frimez avec l'équipement que vous avez obtenu !",
|
||||
"marketing1Lead3Title": "Gagnez des prix aléatoires",
|
||||
"marketing1Lead3": "Certains trouvent leur motivation dans le jeu et le hasard : un système appelé \"récompense stochastique\". Habitica accueille touts les styles de consolidations et de punitions : positives, négatives, prévisibles et aléatoires.",
|
||||
"marketing2Header": "Soyez en compétition avec vos amis, rejoignez des groupes de soutien",
|
||||
"marketing2Header": "Soyez en compétition avec vos amis",
|
||||
"marketing2Lead1Title": "Productivité sociale",
|
||||
"marketing2Lead1": "Même si vous pouvez jouer en solo à Habitica, tout devient réellement intéressant dès lors que vous commencez à vous associer, à entrer en compétition et à rendre des comptes. La partie la plus efficace de n'importe quel programme d'amélioration personnelle est la responsabilité sociale, et quel meilleur environnement pour la responsabilité et la compétition qu'un jeu vidéo ?",
|
||||
"marketing2Lead2Title": "Combattez des monstres",
|
||||
@@ -68,7 +68,7 @@
|
||||
"pkQuestion2": "Pourquoi Habitica fonctionne ?",
|
||||
"pkAnswer2": "Acquérir de nouvelles habitudes est difficile parce que la plupart des gens ont vraiment besoin de cette récompense immédiate. Par exemple, utiliser du fil dentaire peut s'avérer compliqué même si notre dentiste nous dit que c'est efficace sur la durée, parce que sur l'instant, cela peut faire mal aux gencives.<br />L'aspect \"jeu\" d'Habitica ajoute une gratification immédiate à vos objectifs quotidiens en récompensant une tâche difficile avec de l'expérience, de l'or... et parfois un prix aléatoire, comme un œuf de dragon ! Cela aide chacun à rester motivé même lorsque la tâche elle-même n'a pas une récompense intrinsèque, et nous avons pu voir des personnes complètement changer leur vie de cette façon.",
|
||||
"pkQuestion3": "Pourquoi avoir ajouté des fonctionnalités sociales ?",
|
||||
"pkAnswer3": "La pression sociale est un énorme facteur de motivation pour beaucoup de personnes, donc nous savions que nous voulions avoir une communauté forte qui se tiendrait mutuellement responsable de ses objectifs et qui encouragerait ses succès. Heureusement, une des choses que les jeux vidéos multijoueurs font le mieux est de favoriser un sentiment de communauté parmi leurs utilisateurs ! La structure de la communauté Habitica vient de ces types de jeux ; vous pouvez former une petite équipe d'amis proches, mais vous pouvez également rejoindre un plus grand groupe d'intérêt commun connu sous le nom de guilde. Bien que certains utilisateurs choisissent de jouer en solo, la plupart décident de former un réseau de soutien qui encourage la responsabilité sociale à travers des fonctionnalités telles que les quêtes, où les membres du groupe mettent en commun leur productivité pour affronter des monstres ensemble.",
|
||||
"pkAnswer3": "La pression sociale est un énorme facteur de motivation pour beaucoup de personnes, donc nous savions que nous voulions avoir une communauté forte qui se tiendrait mutuellement responsable de ses objectifs et qui encouragerait ses succès. Heureusement, une des choses que les jeux vidéos multijoueurs font le mieux est de favoriser un sentiment de communauté parmi leurs utilisateurs ! La structure de la communauté Habitica vient de ces types de jeux ; Bien que certains utilisateurs choisissent de jouer en solo, la plupart décident de former un réseau de soutien dans une petite Équipe d'amis proches qui encourage la responsabilité sociale à travers des fonctionnalités telles que les quêtes, où les membres du groupe mettent en commun leur productivité pour affronter des monstres ensemble.",
|
||||
"pkQuestion4": "Pourquoi ne pas accomplir vos tâches diminue la santé de votre avatar ?",
|
||||
"pkAnswer4": "Si vous sautez un de vos objectifs quotidiens, votre avatar perdra de la santé le jour suivant. Ceci est un facteur de motivation important pour encourager les gens à poursuivre leurs objectifs parce que les gens détestent vraiment blesser leur petit avatar ! De plus, la responsabilité sociale est essentielle pour beaucoup de gens : si vous combattez un monstre avec vos amis, négliger vos tâches nuit aussi à leurs avatars.",
|
||||
"pkQuestion5": "Qu'est ce qui distingue Habitica des autres outils incluant un aspect de jeu ?",
|
||||
|
||||
@@ -2848,5 +2848,73 @@
|
||||
"armorMystery202304Notes": "Avec une bonne poignée et un bon bec verseur ! Ne confère aucun bonus. Équipement d'abonnement d'avril 2023.",
|
||||
"armorMystery202304Text": "Armure théière",
|
||||
"headMystery202304Text": "Casque théière",
|
||||
"headMystery202304Notes": "Portez ce casque pour votre pro-thé-ction. Ne confère aucun bonus. Équipement d'abonnement d'avril 2023."
|
||||
"headMystery202304Notes": "Portez ce casque pour votre pro-thé-ction. Ne confère aucun bonus. Équipement d'abonnement d'avril 2023.",
|
||||
"weaponSpecialSummer2023RogueNotes": "Pas facile a maitriser, ces nageoires. Mais impressionnant quand on a relevé le défi! Augmente la force de <%=str%> Équipement en édition limitée de l'été 2023.",
|
||||
"weaponMystery202306Notes": "Brillez fièrement et apportez un prisme de couleur envoutant avec vous partout ! Ne confère aucun bonus. Objet d'abonnement de juin 2023.",
|
||||
"weaponMystery202306Text": "Parapluie Arc-En-Ciel",
|
||||
"weaponSpecialSummer2023RogueText": "Éventail Guppy",
|
||||
"weaponSpecialSummer2023MageText": "Poisson",
|
||||
"weaponSpecialSummer2023WarriorText": "Épée d'un Élementaire de l'Eau",
|
||||
"weaponSpecialSummer2023WarriorNotes": "Invoquez de puissants jets d'eau pour éliminer les obstacles de votre chemin. Augmente la force de <%= str %>. Équipement en édition limitée de l'été 2023.",
|
||||
"weaponSpecialSummer2023HealerText": "Varech Vacillant",
|
||||
"weaponSpecialSummer2023HealerNotes": "Bien qu'ils ont l'air sympa, ils se fachent si l'on appelles 'des plantes'. Augmente l'intelligence de <%= int %>. Équippement en édition limitée de l'été 2023.",
|
||||
"weaponSpecialSummer2023MageNotes": "Ces poissons géniaux restent avec vous en tant qu'être les meilleurs partenaires de responsabilité dans l'océan. Augmente l'intelligence de <%= int %>. Équipement en édition limitée de l'été 2023.",
|
||||
"armorSpecialSummer2023RogueText": "Châle Guppy",
|
||||
"weaponArmoirePaintbrushText": "Pinceau",
|
||||
"armorSpecialSummer2023WarriorNotes": "Les guerriers poissons rouges ont en fait des mémoire excellentes, car ils gardent toujours leurs Quotidiennes et À Faires en de listes organisées. Augmentes constitution de <%= con %>. Équipement en édition limitée de l'été 2023.",
|
||||
"armorSpecialSummer2023RogueNotes": "Tape m'en cinq, guppy ! Augmente la perception de <%= per %>. Équipement en édition limitée de l'été 2023.",
|
||||
"armorSpecialSummer2023WarriorText": "Armure de Poisson Rouge",
|
||||
"armorSpecialSummer2023MageText": "Robes de Corail",
|
||||
"armorSpecialSummer2023HealerText": "Jupe en Varech",
|
||||
"armorMystery202306Text": "Anorak Arc-En-Ciel",
|
||||
"armorMystery202307Text": "Tentacules de Kraken",
|
||||
"armorArmoireStripedRainbowShirtText": "T-Shirt Arc-en-ciel Rayé",
|
||||
"shieldSpecialSummer2023WarriorText": "Esprit du Poisson Rouge",
|
||||
"weaponArmoirePaintbrushNotes": "Une bouffée d'inspiration vous traverse en ramassant ce pinceau, vous permettant de peindre tout ce que vous imaginez. Augmente l'Intelligence par <%= int %>. Armoire enchantée : Ensemble de peintre (Objet 3 sur 4)",
|
||||
"armorSpecialHeroicTunicNotes": "Les héros ne devraient pas de reposer sur leurs lauriers, mais vous pouvez vous laissez aller dans cet habit confortable et à la mode. Améliore toutes les statistiques par <%= attrs %>.",
|
||||
"armorSpecialSummer2023HealerNotes": "Restez fidèle à vos buts et convictions avec cette élégante robe verte. Améliore la Constitution de <%= con %>. Édition Limitée 2023 Ensemble d'Été",
|
||||
"eyewearMystery202308Notes": "Êtes-vous fatigué, ou vous reposez-vous en préparation de la prochaine bataille épique ? Ne confère aucun bonus. Équipement d'abonnement Août 2023.",
|
||||
"armorMystery202307Notes": "Les ventouses sont le meilleur moyen pour s'accrocher au fond de l'océan et sur les coques de bateaux récalcitrants. Ne confère aucun bonus. Ne confère aucun bonus. Équipement d'abonnement Juillet 2023",
|
||||
"armorArmoirePaintersApronText": "Tablier de Peintre",
|
||||
"shieldArmoirePaintersPaletteText": "Palette de Peintre",
|
||||
"armorMystery202306Notes": "Personne ne fera tomber la pluie pendant votre défilé ! Et s'ils essayent, vous resterez coloré et au sec ! Ne confère aucun bonus. Équipement d'abonnement Juin 2023.",
|
||||
"headArmoireBeaniePropellerHatText": "Bonnet à Hélice",
|
||||
"headArmoirePaintersBeretText": "Beret de Peintre",
|
||||
"backMystery202305Text": "Ailes du Crépuscule",
|
||||
"armorArmoireDiagonalRainbowShirtText": "T-Shirt Arc-en-Ciel Diagonal",
|
||||
"armorSpecialHeroicTunicText": "Tunique héroïque",
|
||||
"armorSpecialSummer2023MageNotes": "Sentez-vous protégez et à l'aise dans cette robe aérienne, aux couleurs parfaites pour les aventures sous-marines. Améliore l'Intelligence par <%= int %>. Édition Limitée 2023 Tenue d'Été",
|
||||
"headAccessoryMystery202305Text": "Corne du Crépuscule",
|
||||
"headSpecialSummer2023WarriorText": "Nageoire du Poisson Rouge",
|
||||
"headSpecialSummer2023MageText": "Bois de Coraux",
|
||||
"headSpecialSummer2023HealerText": "Couronne d'Algues",
|
||||
"headArmoireAdmiralsBicorneText": "Bicorne de l'Amiral",
|
||||
"shieldSpecialSummer2023HealerText": "Oursin",
|
||||
"backSpecialHeroicAureoleText": "Auréole Héroïque",
|
||||
"headAccessorySpecialHeroicCircletText": "Couronne Héroïque",
|
||||
"headAccessoryMystery202307Text": "Couronne du Kraken",
|
||||
"eyewearMystery202308Text": "Yeux Endormis",
|
||||
"armorArmoireAdmiralsUniformText": "Uniforme d'Amiral",
|
||||
"headSpecialSummer2023RogueText": "Casquette du Petit Poisson",
|
||||
"headMystery202308Text": "Cheveux Violets du Protagoniste",
|
||||
"armorArmoirePaintersApronNotes": "Ce tablier peut protéger vos vêtements de la peinture et vos projets créatifs des critiques sévères. Augmente la Constitution de <%= con %>. Armoire Enchantée : Ensemble de Peintre (élément 1 sur 4).",
|
||||
"headSpecialSummer2023MageNotes": "La sagesse d'un écosystème entier est en vous quand vous conjurez votre magie marine. Augmente la Perception de <%= per %>. Édition Limitée Équipement d'Été 2023.",
|
||||
"backMystery202305Notes": "Attrapez le brillant de l'étoile du soir et envoler vous vers des contrées étranges avec ces ailes. Ne confère aucun bonus. Équipement d'Abonnement Mai 2023",
|
||||
"headArmoireBeaniePropellerHatNotes": "Ce n'est pas le moment de rester les pieds au sol ! Faites tourner cette petite hélice et élevez-vous aussi haut que vous ambitions vont vous porter. Augmente toutes les Caractéristiques de <%= attrs %>. Armoire Enchantée : Objet Indépendant.",
|
||||
"armorArmoireStripedRainbowShirtNotes": "Les couleurs de l'arc-en-ciel n'ont jamais été aussi flamboyantes. Osez ! Augmente la Force et l'Intelligence de <%= attrs %> chacune. Armoire Enchantée : Ensemble Arc-en-Ciel (Objet 1 sur 2).",
|
||||
"headSpecialSummer2023WarriorNotes": "Cette fabuleuse nageoire confère de la stabilité pour nager vers les tâches compliquées qui vous attendent. Augmente la Force de <%= str %>. Édition Limitée Équipement d'Été 2023.",
|
||||
"shieldArmoirePaintersPaletteNotes": "Peignez avec toutes les couleurs de l'arc-en-ciel à votre disposition. Est-ce la magie qui les rend si vivants lorsque vous les utilisez, ou est-ce votre talent ? Augmente la Force de <%= str %>. Armoire Enchantée : Ensemble de Peintre (Objet 4 sur 4).",
|
||||
"armorArmoireDiagonalRainbowShirtNotes": "Un éclat de couleur avec une pincée de style. Soyez heureux ! Augmente la Constitution et la Perception de <%= attrs %> chacune. Ensemble Arc-en-Ciel (Objet 2 sur 2)",
|
||||
"headArmoirePaintersBeretNotes": "Voyez le monde avec un œil plus artistique en portant ce béret de façon désinvolte. Augmente la Perception de <%= per %>. Armoire Enchantée : Ensemble de Peintre (Objet 2 sur 4).",
|
||||
"headSpecialSummer2023RogueNotes": "Poiss', deux, trois, quatre ! 'Peux pas être mangé·e, j'ai des tâches à abattre ! Augmente la Perception de <%= per %>. Édition Limitée Équipement d'Été 2023.",
|
||||
"headSpecialSummer2023HealerNotes": "Ce ne sont pas des serpents ! Vous pouvez ouvrir les yeux, il n'y pas de danger ! Augmente l'Intelligence de <%= int %>. Édition Limitée Équipement d'Été 2023.",
|
||||
"headArmoireAdmiralsBicorneNotes": "Nous vous tirons notre chapeau ! Porter ce bicorne va vous rende plus sage, plus intelligent, plus courageux... et plus grand. Augmente l'Intelligence et la Perception de <%= attrs %> chacune. Armoire Enchantée : Ensemble de l'Amiral.",
|
||||
"shieldSpecialSummer2023WarriorNotes": "Invoquez cet esprit du poisson rouge pour un regain supplémentaire de réassurance et de camaraderie pendant un combat. Augmente la Constitution de <%= con %>. Édition Limitée Équipement d'Été 2023.",
|
||||
"backSpecialHeroicAureoleNotes": "Les pierres sur cette auréole étincellent quand vous parlez de vos histoire glorieuses. Augmente toutes les caractéristiques de <%= attrs %>.",
|
||||
"headAccessorySpecialHeroicCircletNotes": "Lourde est la tête qui porte la couronne, mais celle-ci est aussi légère que votre esprit généreux. Augmente toutes les caractéristiques de <%= attrs %>.",
|
||||
"headAccessoryMystery202305Notes": "Ces cornes brillent à la lumière de la lune. Ne confère aucun bonus. Équipement d'abonnement Mai 2023.",
|
||||
"headAccessoryMystery202307Notes": "Cette puissante couronne invoque des cyclones et la tempête ! Ne confère aucun bonus. Équipement d'abonnement Juillet 2023.",
|
||||
"armorArmoireAdmiralsUniformNotes": "Nous vous saluons ! Cet uniforme naval témoigne que vous êtes prêt à vous emparer du contrôle de vos tâches et d'un bateau. Augmente la Constitution et la Force de <%= attrs %> chacune. Armoire Enchantée : Ensemble de l'Amiral (Objet 2 sur 2).",
|
||||
"headMystery202308Notes": "Est-ce que cet épi indomptable au milieu de votre tête monte votre persistance, ou vous penchant pour les méfaits ? Ne confère aucun bonus. Équipement d'Abonnement Août 2023.",
|
||||
"shieldSpecialSummer2023HealerNotes": "Vous le cachez et le protégez. Cela dissuade les monstres curieux de s'approcher. Symbiose parfaite ! Augmente la Constitution de <%= con %>. Édition Limitée Équipement d'Été 2023."
|
||||
}
|
||||
|
||||
@@ -194,7 +194,7 @@
|
||||
"userSentMessage": "<span class=\"notification-bold\"><%- user %></span> vous a envoyé un message",
|
||||
"letsgo": "Allons-y !",
|
||||
"selected": "Selectionné",
|
||||
"howManyToBuy": "Combien voulez-vous en acheter ?",
|
||||
"howManyToBuy": "Combien voulez-vous en acquérir ?",
|
||||
"contactForm": "Contacter l'équipe de modération",
|
||||
"options": "Options",
|
||||
"demo": "Démo",
|
||||
@@ -211,7 +211,17 @@
|
||||
"reportDescriptionText": "Vous pouvez inclure des copies d'écran ou des erreurs de console Javascript si c'est utile.",
|
||||
"reportDescriptionPlaceholder": "Décrivez le problème en détail ici",
|
||||
"submitBugReport": "Envoyer le rapport de bug",
|
||||
"reportSent": "Rapport de bug envoyé !",
|
||||
"reportSentDescription": "Nous vous ferons un retour dès que notre équipe aura pu investiguer ce problème. Merci de nous avoir signalé le problème.",
|
||||
"emptyReportBugMessage": "Message du rapport de bug manquant"
|
||||
"reportSent": "Merci pour votre contribution !",
|
||||
"reportSentDescription": "Nous vous ferons un retour dès que notre équipe aura pu investiguer la question.",
|
||||
"emptyReportBugMessage": "Message du rapport de bug manquant",
|
||||
"leaveHabitica": "Vous êtes sur le point de quitter Habitica.com",
|
||||
"question": "Question",
|
||||
"questionEmailText": "Ces informations seront utilisées uniquement dans le cadre de votre question.",
|
||||
"askQuestionHeaderDescribe": "Nouve·au·lle dans Habitica et vous ne savez pas ce que vous pouvez faire ? Vétéran mais qui n'arrive pas à comprendre comment utiliser une de ces fonctionnalités ? Remplissez ce formulaire et notre équipe vous répondra.",
|
||||
"questionPlaceholder": "Posez votre question ici",
|
||||
"submitQuestion": "Envoyer la Question",
|
||||
"questionDescriptionText": "Vous pouvez posez votre question dans votre langue usuelle si vous n'êtes pas à l'aise avec l'Anglais.",
|
||||
"refreshList": "Rafraîchir la Liste",
|
||||
"skipExternalLinkModal": "Appuyer sur CTRL (Windows) ou Command (Mac) en cliquant sur un lien pour passer ce modal.",
|
||||
"leaveHabiticaText": "Habitica n'est pas responsable pour le contenu des liens vers des sites web qui ne sont pas gérés ou administrés par HabitRPG. <br> Merci de noter que les pratiques de ces sites web peuvent être différentes des directives de communauté Habitica."
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"tavern": "Discussion de la taverne",
|
||||
"tavernChat": "Discussion de la taverne",
|
||||
"innCheckOutBanner": "Vous résidez actuellement à l'Auberge. Vos quotidiennes ne vous causeront aucun dégât et vous ne progresserez pas dans vos quêtes.",
|
||||
"innCheckOutBannerShort": "Vous vous reposez à l'auberge.",
|
||||
"innCheckOutBanner": "Vos Dommages sont actuellement en pause. Vos Quotidiennes ne vous causeront aucun dégât et vous ne progresserez pas dans vos Quêtes.",
|
||||
"innCheckOutBannerShort": "Vous mettez vos Dommages en pause.",
|
||||
"resumeDamage": "Réactiver les dommages",
|
||||
"helpfulLinks": "Liens utiles",
|
||||
"communityGuidelinesLink": "Règles de vie en communauté",
|
||||
@@ -30,8 +30,8 @@
|
||||
"invite": "Inviter",
|
||||
"leave": "Quitter",
|
||||
"invitedToParty": "Vous avez reçu une invitation à rejoindre l'équipe <span class=\"notification-bold\"><%- party %></span>",
|
||||
"invitedToPrivateGuild": "Vous avez reçu une invitation à rejoindre la guilde privée <span class=\"notification-bold\"><%- guild %></span>",
|
||||
"invitedToPublicGuild": "Vous avez reçu une invitation à rejoindre la guilde <span class=\"notification-bold-blue\"><%- guild %></span>",
|
||||
"invitedToPrivateGuild": "Vous avez reçu une invitation à rejoindre le Groupe <span class=\"notification-bold\"><%- guild %></span>",
|
||||
"invitedToPublicGuild": "Vous avez reçu une invitation à rejoindre le Groupe <span class=\"notification-bold-blue\"><%- guild %></span>",
|
||||
"invitationAcceptedHeader": "Votre invitation a été acceptée",
|
||||
"invitationAcceptedBody": "<%= username %> a accepté votre invitation pour <%= groupName %> !",
|
||||
"systemMessage": "Message du système",
|
||||
@@ -57,7 +57,7 @@
|
||||
"createGuild2": "Créer",
|
||||
"guild": "Guilde",
|
||||
"guilds": "Guildes",
|
||||
"sureKick": "Voulez-vous vraiment supprimer ce membre de votre équipe/guilde ?",
|
||||
"sureKick": "Voulez-vous vraiment supprimer ce membre de votre Équipe ou Groupe ?",
|
||||
"optionalMessage": "Message optionnel",
|
||||
"yesRemove": "Oui, enlevez-les",
|
||||
"sortBackground": "Classer par arrière-plan",
|
||||
@@ -223,17 +223,17 @@
|
||||
"viewParty": "Voir l'équipe",
|
||||
"newGuildPlaceholder": "Indiquez le nom de votre guilde.",
|
||||
"guildBank": "Banque de la guilde",
|
||||
"chatPlaceholder": "Entrez votre messages aux membres de la guilde ici",
|
||||
"chatPlaceholder": "Entrez votre messages aux membres du Groupe ici",
|
||||
"partyChatPlaceholder": "Entrez votre message aux membres de l'équipe ici",
|
||||
"fetchRecentMessages": "Rafraîchir le fil de discussion",
|
||||
"like": "Apprécier",
|
||||
"liked": "Apprécié",
|
||||
"inviteToGuild": "Inviter dans la guilde",
|
||||
"inviteToGuild": "Inviter dans le Groupe",
|
||||
"inviteToParty": "Inviter dans l'équipe",
|
||||
"inviteEmailUsername": "Inviter par courriel ou par nom d'utilisateur",
|
||||
"inviteEmailUsernameInfo": "Invitez des personnes en utilisant une adresse mail valide ou un nom d'utilisateur. Si l'adresse courriel n'est liée à aucun compte existant, nous inviterons son propriétaire à vous rejoindre.",
|
||||
"emailOrUsernameInvite": "Courriel ou nom d'utilisateur",
|
||||
"messageGuildLeader": "Écrire au responsable de la guilde",
|
||||
"messageGuildLeader": "Écrire au Responsable du Groupe",
|
||||
"donateGems": "Offrir des gemmes",
|
||||
"updateGuild": "Mettre à jour la guilde",
|
||||
"viewMembers": "Voir les membres",
|
||||
@@ -289,7 +289,7 @@
|
||||
"details": "Détails",
|
||||
"participantDesc": "Une fois que l'ensemble des membres ont accepté ou refusé, la quête commence. Seules les personnes ayant accepté pourront participer à la quête et en recevoir les récompenses.",
|
||||
"groupGems": "Gemmes de groupe",
|
||||
"groupGemsDesc": "Les gemmes de guilde peuvent être dépensées pour faire des défis ! A l'avenir, vous pourrez ajouter plus de gemmes de guilde.",
|
||||
"groupGemsDesc": "Les Gemmes de Groupes peuvent être dépensées pour créer des défis ! À l'avenir, vous pourrez ajouter plus de Gemmes de Groupe.",
|
||||
"groupTaskBoard": "Tableau des tâches",
|
||||
"groupInformation": "Informations du groupe",
|
||||
"groupBilling": "Facturation du groupe",
|
||||
@@ -361,7 +361,7 @@
|
||||
"thisTaskApproved": "Cette tâche a été approuvée",
|
||||
"chooseTeamMember": "Recherchez un membre de l'équipe",
|
||||
"unassigned": "Non assigné",
|
||||
"bannedWordsAllowedDetail": "En activant cette option, l'utilisation de mots bannis sur cette guilde sera autorisée.",
|
||||
"bannedWordsAllowedDetail": "En activant cette option, l'utilisation de mots bannis sur ce Groupe sera autorisée.",
|
||||
"bannedWordsAllowed": "Autoriser les mots bannis",
|
||||
"languageSettings": "Paramètres de langue",
|
||||
"onlyPrivateGuildsCanUpgrade": "Seules les guildes privées peuvent être améliorée en offre de groupe.",
|
||||
@@ -418,5 +418,24 @@
|
||||
"nameStar": "Nom*",
|
||||
"nameStarText": "Ajouter un titre",
|
||||
"descriptionOptional": "Description",
|
||||
"invitedToPartyBy": "<a href=\"/profile/<%- userId %>\" target=\"_blank\">@<%- userName %></a> vous a invité à rejoindre l'équipe <span class=\"notification-bold\"><%- party %></span>"
|
||||
"invitedToPartyBy": "<a href=\"/profile/<%- userId %>\" target=\"_blank\">@<%- userName %></a> vous a invité à rejoindre l'équipe <span class=\"notification-bold\"><%- party %></span>",
|
||||
"findMorePartyMembers": "Trouver plus de Membres",
|
||||
"invitedToYourParty": "<strong>a été invité·e dans votre Équipe !</strong> Clique pour annuler",
|
||||
"partyExceedsInvitesLimit": "Une Équipe ne peut avoir que <%= maxInvites %> invitations en attente.",
|
||||
"chatSunsetWarning": "⚠️ <strong>Les discussions de Guilde et de Taverne Habitica n'existeront plus à compter du 08/08/2023.</strong> <a href='/static/faq/tavern-and-guilds'>Cliquez ici</a> pour en apprendre plus sur ce changement.",
|
||||
"lookForParty": "Chercher une Équipe",
|
||||
"languageLabel": "Langue :",
|
||||
"currentlyLookingForParty": "Vous cherchez une Équipe !",
|
||||
"findPartyMembers": "Trouver des Membres d'Équipe",
|
||||
"lookingForPartyTitle": "Trouver des Membres",
|
||||
"checkinsLabel": "Connexions quotidiennes :",
|
||||
"tavernDiscontinued": "La Taverne et la Guilde n'existent plus",
|
||||
"noOneLooking": "Personne ne cherche une Équipe pour le moment.<br>Revenez vérifier plus tard !",
|
||||
"classLabel": "Classe :",
|
||||
"sendTotal": "Total :",
|
||||
"questWithOthers": "Commencer des Quêtes avec d'autres Joueu·r·se",
|
||||
"startPartyDetail": "Commencez votre propre Équipe ou rejoignez une déjà existante <br/> pour faire des Quêtes et booster votre motivation !",
|
||||
"partyFinderDescription": "Vous voulez rejoindre une Équipe mais vous ne connaissez aucun·e autre joueu·r·se ? Faites savoir aux Responsables d'Équipe que vous cherchez à être invité·e !",
|
||||
"tavernDiscontinuedDetail": "Dû à de nombreux facteurs, dont particulièrement la façon dont les joueu·r·se·s interagissent sur Habitica, les ressources nécessaires au maintien de ces espaces sont disproportionnées par rapport au nombre de personnes les utilisant, et non-durable sur le long terme.",
|
||||
"tavernDiscontinuedLinks": "En savoir plus sur <a href='/static/faq/tavern-and-guilds'>l'arrêt des services de Guildes et de la Taverne</a> ou retourner à la <a href='/'>page d'accueil</a>."
|
||||
}
|
||||
|
||||
@@ -59,5 +59,6 @@
|
||||
"messageBackgroundUnEquipped": "Arrière-plan retiré.",
|
||||
"messagePetMountUnEquipped": "Familier et monture retirés.",
|
||||
"messageCostumeUnEquipped": "Costume retiré.",
|
||||
"messageBattleGearUnEquipped": "Équipement de combat retiré."
|
||||
"messageBattleGearUnEquipped": "Équipement de combat retiré.",
|
||||
"featureRetired": "Cette"
|
||||
}
|
||||
|
||||
@@ -16,15 +16,15 @@
|
||||
"mattBoch": "Matt Boch",
|
||||
"mattBochText1": "Bienvenue à l'écurie ! Je suis Matt, le Maître des bêtes. Chaque fois que vous complétez une tâche, vous avez une chance d'obtenir un œuf ou une potion d'éclosion pour faire éclore un familier. Lorsque vous faites éclore un œuf de familier, il apparaît ici ! Cliquez sur l'image d'un familier pour qu'il rejoigne votre avatar. Donnez à vos familiers la nourriture que vous trouvez, et ils deviendront de puissantes montures.",
|
||||
"welcomeToTavern": "Bienvenue dans la taverne !",
|
||||
"sleepDescription": "Besoin d'une pause ? Prenez une chambre à l'auberge de Daniel pour mettre en veille les aspects d'Habitica les plus complexes :",
|
||||
"sleepDescription": "Besoin d'une pause ? Mettez les Dommages en pause pour mettre en veille les aspects d'Habitica les plus complexes :",
|
||||
"sleepBullet1": "Vos tâches quotidiennes non validées ne feront plus de dommages (Les boss continueront de faire des dégâts causés par les quotidiennes ratées des autres membres)",
|
||||
"sleepBullet2": "Les combos et les compteurs d'habitudes ne seront pas réinitialisés",
|
||||
"sleepBullet3": "Vos dégâts aux boss de quêtes ou les objets collecté resteront en attente jusqu'à votre sortie de l'auberge",
|
||||
"sleepBullet3": "Vos dégâts aux boss de quêtes ou les objets collecté resteront en attente jusqu'à ce que vous réinitialisez les Dommages",
|
||||
"sleepBullet4": "Les dommages aux boss et la collecte des objets de quête resteront en instance jusqu'à votre départ de l'auberge",
|
||||
"pauseDailies": "Désactiver les dégâts",
|
||||
"unpauseDailies": "Activer les dégâts",
|
||||
"staffAndModerators": "Équipes d'administration et de modération",
|
||||
"communityGuidelinesIntro": "Habitica souhaite créer un environnement accueillant pour les personnes de tous âges et de tous horizons, particulièrement dans les espaces publics comme la taverne. Si vous avez la moindre question, n'hésitez pas à consulter les <a href='/static/community-guidelines' target='_blank'>règles de vie en communauté</a>.",
|
||||
"communityGuidelinesIntro": "Habitica souhaite créer un environnement accueillant pour les personnes de tous âges et de tous horizons, particulièrement dans les espaces comme les Équipes ou les Groupes. Si vous avez la moindre question, n'hésitez pas à consulter les <a href='/static/community-guidelines' target='_blank'>règles de vie en communauté</a>.",
|
||||
"acceptCommunityGuidelines": "J'accepte de suivre les règles de vie en communauté",
|
||||
"worldBossEvent": "Événement de boss mondial",
|
||||
"worldBossDescription": "Description du boss mondial",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"step2": "Étape 2 : Gagner des points en faisant des choses dans le monde réel",
|
||||
"webStep2Text": "À présent, attaquez vos objectifs de la liste ! En complétant des tâches et en les cochant sur Habitica, vous gagnez de l'[expérience](https://habitica.fandom.com/fr/wiki/Points_d%27Exp%C3%A9rience), qui vous permet de gagner des niveaux, et de l'[or](https://habitica.fandom.com/fr/wiki/Or), qui vous permet d'acheter des récompenses. Si vous tombez dans de mauvaises habitudes ou oubliez vos quotidiennes, vous perdrez de la [santé](https://habitica.fandom.com/fr/wiki/Points_de_Sant%C3%A9). De cette manière, les barres de santé et d'expérience servent d'indicateurs amusants de votre progression vers vos objectifs. Vous allez commencer à voir votre vie réelle s'améliorer alors que votre personnage progresse dans le jeu.",
|
||||
"step3": "Étape 3 : Personnaliser et explorer Habitica",
|
||||
"webStep3Text": "Une fois que vous vous êtes familiarisé avec les bases, vous pouvez obtenir encore plus de Habitica avec ces superbes fonctionnalités :\n * Organisez vos tâches avec des [étiquettes](https://habitica.fandom.com/fr/wiki/%C3%89tiquettes) (modifiez une tâche pour les ajouter).\n * Personnalisez votre [avatar](https://habitica.fandom.com/fr/wiki/Avatar) en cliquant sur l'icône utilisateur dans le coin supérieur droit.\n * Achetez votre [équipement](https://habitica.fandom.com/fr/wiki/%C3%89quipement) dans les récompenses ou dans les [magasins](<%= shopUrl %>), et changez-le dans [Inventaire > Équipement](<%= equipUrl %>).\n * Parlez à d'autres utilisateurs via la [taverne](https://habitica.fandom.com/fr/wiki/Taverne).\n * Faites éclore des [familiers](https://habitica.fandom.com/fr/wiki/Familiers) en collectant des [œufs](https://habitica.fandom.com/fr/wiki/%C5%92ufs) et des [potions d'éclosion](https://habitica.fandom.com/fr/wiki/Potions_d%27%C3%A9closion). [Nourrissez](https://habitica.fandom.com/fr/wiki/Nourriture)-les pour créer des [montures](https://habitica.fandom.com/fr/wiki/Montures).\n * Au niveau 10 : Choisissez une [classe](https://habitica.fandom.com/fr/wiki/Syst%C3%A8me_de_Classe) et utilisez ensuite des [compétences](https://habitica.fandom.com/fr/wiki/Comp%C3%A9tences) spécifiques aux classes (niveaux 11 à 14).\n * Formez une équipe avec vos amis en cliquant sur [Équipe](<%= partyUrl %>) pour être plus responsable et obtenir un parchemin de quête.\n * Combattez des monstres et collectez des objets lors de [quêtes](https://habitica.fandom.com/fr/wiki/Qu%C3%AAtes) (vous aurez une quête au niveau 15).",
|
||||
"overviewQuestions": "Des questions ? Consultez la [FAQ](<%= faqUrl %>) ! Si vous n'y trouvez pas votre question, vous pouvez demander de l'aide sur la guilde [Habitica Help guild](<%= helpGuildUrl %>).\n\nBonne chance avec vos tâches !"
|
||||
"webStep3Text": "Une fois que vous vous êtes familiarisé avec les bases, vous pouvez obtenir encore plus de Habitica avec ces superbes fonctionnalités :\n * Organisez vos tâches avec des [étiquettes](https://habitica.fandom.com/fr/wiki/%C3%89tiquettes) (modifiez une tâche pour les ajouter).\n * Personnalisez votre [avatar](https://habitica.fandom.com/fr/wiki/Avatar) en cliquant sur l'icône utilisateur dans le coin supérieur droit.\n * Achetez votre [équipement](https://habitica.fandom.com/fr/wiki/%C3%89quipement) dans les récompenses ou dans les [magasins](<%= shopUrl %>), et changez-le dans [Inventaire > Équipement](<%= equipUrl %>).\n * Parlez à d'autres utilisateurs via l'outil [Rechercher un Équipe](https://habitica.com/looking-for-party).\n * Faites éclore des [familiers](https://habitica.fandom.com/fr/wiki/Familiers) en collectant des [œufs](https://habitica.fandom.com/fr/wiki/%C5%92ufs) et des [potions d'éclosion](https://habitica.fandom.com/fr/wiki/Potions_d%27%C3%A9closion). [Nourrissez](https://habitica.fandom.com/fr/wiki/Nourriture)-les pour créer des [montures](https://habitica.fandom.com/fr/wiki/Montures).\n * Au niveau 10 : Choisissez une [classe](https://habitica.fandom.com/fr/wiki/Syst%C3%A8me_de_Classe) et utilisez ensuite des [compétences](https://habitica.fandom.com/fr/wiki/Comp%C3%A9tences) spécifiques aux classes (niveaux 11 à 14).\n * Formez une équipe avec vos amis en cliquant sur [Équipe](<%= partyUrl %>) pour être plus responsable et obtenir un parchemin de quête.\n * Combattez des monstres et collectez des objets lors de [quêtes](https://habitica.fandom.com/fr/wiki/Qu%C3%AAtes) (vous aurez une quête au niveau 15).",
|
||||
"overviewQuestions": "Des questions ? Consultez la [FAQ](<%= faqUrl %>) ! Si vous n'y trouvez pas votre question, vous pouvez demander de l'aide sur la guilde [Habitica Help guild](<%= helpGuildUrl %>).\n\nBonne chance avec vos tâches !",
|
||||
"overviewQuestionsRevised": "Vous avez des questions ? Allez voir la <a href='/static/faq'>FAQ</a> ! Si votre question n'apparaît pas, vous pouvez demander de l'aide supplémentaire en utilisant ce formulaire : "
|
||||
}
|
||||
|
||||
@@ -114,5 +114,6 @@
|
||||
"invalidAmount": "Quantité invalide de nourriture, doit être un entier positif",
|
||||
"tooMuchFood": "Vous essayez de donner trop de nourriture à votre familier, action annulée",
|
||||
"notEnoughFood": "Vous n'avez pas assez de nourriture",
|
||||
"jubilantGryphatrice": "Gryphatrice jubilante"
|
||||
"jubilantGryphatrice": "Gryphatrice jubilante",
|
||||
"veteranDragon": "Dragon Vétéran"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"settings": "Paramètres",
|
||||
"language": "Langage",
|
||||
"americanEnglishGovern": "Dans l'éventualité d'une contradiction entre les traductions, la version américaine prévaut.",
|
||||
"helpWithTranslation": "Vous voulez participer à la traduction d'Habitica ? Fantastique ! Visitez donc <a href=\"/groups/guild/7732f64c-33ee-4cce-873c-fc28f147a6f7\">la guilde Aspiring Linguists</a> !",
|
||||
"helpWithTranslation": "Vous voulez participer à la traduction d'Habitica ? Fantastique ! Visitez donc <a href=\"https://translate.habitica.com\">le site Weblate d'Habitica </a> !",
|
||||
"stickyHeader": "Bandeau fixe",
|
||||
"newTaskEdit": "Ouvrir une nouvelle tâche dans le mode modification",
|
||||
"dailyDueDefaultView": "Afficher par défaut les quotidiennes de l'onglet \"Restantes\"",
|
||||
|
||||
@@ -132,8 +132,8 @@
|
||||
"subscriptionBenefit5": "Obtenez le familier jackalope pourpre royal lorsque vous vous abonnez.",
|
||||
"subscriptionBenefit6": "Obtenez des Sabliers mystiques pour acheter des objets dans la boutique des Voyageurs Temporels !",
|
||||
"purchaseAll": "Acheter l'ensemble",
|
||||
"gemsRemaining": "gemmes restantes",
|
||||
"notEnoughGemsToBuy": "Vous ne pouvez pas acheter autant de gemmes",
|
||||
"gemsRemaining": "restant·e·s",
|
||||
"notEnoughGemsToBuy": "Vous ne pouvez plus acheter de gemmes ce mois-ci. D'autres seront disponibles dans les 3 premiers jours de chaque mois.",
|
||||
"mysterySet201902": "Ensemble cryptique",
|
||||
"confirmCancelSub": "Voulez-vous vraiment annuler votre abonnement ? Vous perdrez tous les bénéfices de l'abonnement.",
|
||||
"subWillBecomeInactive": "Deviendra inactive",
|
||||
@@ -224,5 +224,10 @@
|
||||
"subscriptionCreditConversion": "Commencer un nouvel abonnement convertira vos mois restants en crédit qui seront utilisés à l'annulation de votre abonnement récurrent.",
|
||||
"mysterySet202302": "Ensemble de chat-tigré rusé",
|
||||
"mysterySet202303": "Ensemble du perso principal",
|
||||
"mysterySet202304": "Ensemble de théière tip-top"
|
||||
"mysterySet202304": "Ensemble de théière tip-top",
|
||||
"mysterySet202306": "Ensemble Arc-en-ciel Tralala",
|
||||
"mysterySet202308": "Ensemble Violet du Protagoniste",
|
||||
"monthlyGems": "Gemmes Mensuelles :",
|
||||
"mysterySet202307": "Ensemble Kraken Périlleux",
|
||||
"mysterySet202305": "Ensemble Dragon du Crépuscule"
|
||||
}
|
||||
|
||||
@@ -150,5 +150,8 @@
|
||||
"achievementPolarProText": "Fixo nacer todas as mascotas polares estándar: oso, raposo, pingüín, balea e lobo!",
|
||||
"achievementDinosaurDynasty": "Dinastía de dinosauros",
|
||||
"achievementDinosaurDynastyModalText": "Reuniches todas as mascotas aves e dinosauros!",
|
||||
"achievementDinosaurDynastyText": "Fixo nacer todas as cores estándar de mascotas aves e dinosauros: falcón, curuxa, papagaio, pavón, pingüín, galo, pterodáctilo, tiranosauro, triceratops e velociraptor!"
|
||||
"achievementDinosaurDynastyText": "Fixo nacer todas as cores estándar de mascotas aves e dinosauros: falcón, curuxa, papagaio, pavón, pingüín, galo, pterodáctilo, tiranosauro, triceratops e velociraptor!",
|
||||
"achievementBonelessBoss": "Rival sen ósos",
|
||||
"achievementBonelessBossText": "Fixo nacer todas as mascotas invertebradas estándar: escaravello, bolboreta, lura, lesma, polbo, caracol e araña!",
|
||||
"achievementBonelessBossModalText": "Reuniches todas as mascotas invertebradas!"
|
||||
}
|
||||
|
||||
@@ -186,5 +186,7 @@
|
||||
"purchasePetItemConfirm": "Esta compra superaría o número de obxectos que necesitas para facer nacer todas as mascotas de <%= itemText %> posíbeis. Seguro?",
|
||||
"chatCastSpellParty": "<%= username %> invoca <%= spell %> para o equipo.",
|
||||
"notEnoughGold": "Non tes ouro dabondo.",
|
||||
"chatCastSpellUser": "<%= username %> invoca <%= spell %> sobre <%= target %>."
|
||||
"chatCastSpellUser": "<%= username %> invoca <%= spell %> sobre <%= target %>.",
|
||||
"chatCastSpellUserTimes": "<%= username %> invoca <%= spell %> sobre <%= target %> <%= times %> veces.",
|
||||
"chatCastSpellPartyTimes": "<%= username %> invoca <%= spell %> para o equipo <%= times %> veces."
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"tavernCommunityGuidelinesPlaceholder": "Recordatorio amigábel: esta conversa é para xente de todas as idades, así que comparte contido e usa expresións axeitadas! Consulta as directrices da comunidade na barra lateral se ten dúbidas.",
|
||||
"tavernCommunityGuidelinesPlaceholder": "Recordatorio amigábel: esta charla é para xente de todas as idades, así que comparte contido e usa expresións axeitadas! Consulta as directrices da comunidade na barra lateral se ten dúbidas.",
|
||||
"lastUpdated": "Última actualización:",
|
||||
"commGuideHeadingWelcome": "Dámoste a benvida a Habitica!",
|
||||
"commGuidePara001": "Saúdos! Dámoste a benvida a Habitica, a terra da produtividade, a vida saudábel, e o ataque ocasional de grifón. Temos unha comunidade positiva chea de xente disposta a axudar ao resto no camiño á mellora persoal. Para encaixar, todo o que necesitas é unha actitude positiva, un comportamento respectuoso, e o entendemento de que cada quen ten distintas habilidades e limitacións, incluíndote a ti! A xente de Habitica é paciente co resto e procura axudar cando pode.",
|
||||
"commGuidePara002": "Para axudar a que toda a xente se sinta segura, feliz e produtiva na comunidade, si que temos algunhas directrices. Elaborámolas coidadosamente para que sexan todo o fáciles de ler e comprender posíbel. Dedica un tempo a lelas antes de unirte á conversa.",
|
||||
"commGuidePara002": "Para axudar a que toda a xente se sinta segura, feliz e produtiva na comunidade, si que temos algunhas directrices. Elaborámolas coidadosamente para que sexan todo o fáciles de ler e comprender posíbel. Dedica un tempo a lelas antes de unirte á charla.",
|
||||
"commGuidePara003": "Estas regras aplícanse a todos os espazos sociais que usamos, incluídos (pero non exclusivamente) Trello, GitHub, Weblate, e o wiki de Habitica en Fandom. A medida que as comunidades medran e cambian, as súas regras poden adaptarse de vez en cando. Cando se producen cambios significativos nas regras da comunidade listadas aquí, anunciarémolo mediante Baia ou nas nosas redes sociais!",
|
||||
"commGuideHeadingInteractions": "Interaccións en Habitica",
|
||||
"commGuidePara015": "Habitica ten dous tipos de espazos sociais: os públicos e os privados. Entre os espazos públicos están a taberna, os gremios públicos, GitHub, Trello, e o wiki. Os espazos privados son os gremios privados, a conversa de grupo, e as mensaxes privadas. Todos os nomes públicos e os @alcumes deben cumprir as directrices de espazos públicos. Para cambiar o teu nome visual ou o teu alcume, vai a «Menú → Configuración → Perfil» desde unha das aplicacións móbiles ou a «Eu → Configuración» desde a aplicación web.",
|
||||
"commGuidePara015": "Habitica ten dous tipos de espazos sociais: os públicos e os privados. Entre os espazos públicos están a taberna, os gremios públicos, GitHub, Trello, e o wiki. Os espazos privados son os gremios privados, a charla de grupo, e as mensaxes privadas. Todos os nomes públicos e os @alcumes deben cumprir as directrices de espazos públicos. Para cambiar o teu nome visual ou o teu alcume, vai a «Menú → Configuración → Perfil» desde unha das aplicacións móbiles ou a «Eu → Configuración» desde a aplicación web.",
|
||||
"commGuidePara016": "Ao navegar polos espazos públicos de Habitica, hai algunhas regras xerais para manter á xente segura e contenta.",
|
||||
"commGuideList02A": "<strong>Respecta a outras persoas</strong>. Ten un trato cortés, amábel, amistoso, e ten disposición a axudar. Lembra que a xente de Habitica ten distintas realidades e ven de experiencias completamente distintas. Isto é parte do que fai a Habitica tan especial! Construír unha comunidade significa respectar e celebrar as nosas diferenzas e as nosas similitudes.",
|
||||
"commGuideList02B": "<strong>Obedece todas as <a href='https://habitica.com/static/terms' target='_blank'>condicións do servizo</a></strong> tanto nos espazos públicos como nos privados.",
|
||||
@@ -16,19 +16,19 @@
|
||||
"commGuideList02F": "Evita as conversas prolongadas sobre temas divisorios na taberna e onde estea fóra de lugar. Se alguén menciona algo que as directrices permiten pero que te senta mal, podes dicirllo de boas maneiras. Se alguén te avisa de que lle provocaches incomodidade, reflexiona en vez de responder desde o enfado. Pero se te dá a sensación de que unha conversa está subindo de ton, é demasiado emocional ou é danosa, <strong>deixa de participar. No seu lugar, denuncia as publicacións para informarnos sobre elas. </strong>O equipo de Habitica responderá tan rápido como sexa posíbel. Tamén podes mandar unha mensaxe de correo electrónico a <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> e incluír capturas de pantalla se poden axudar.",
|
||||
"commGuideList02G": "<strong>Cumpre inmediatamente con calquera solicitude do equipo de Habitica.</strong> Estas poderían incluír, entre outras, solicitarche que limites as túas publicacións nun espazo concreto, editar o teu perfil para retirar contido non axeitado, pedirte que movas a túa conversa a un espazo máis axeitado, etc. Non discutas co equipo. Se tes preocupacións ou comentarios sobre as accións do equipo, envía unha mensaxe de correo electrónico a <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> para contactar co equipo de xestión da comunidade.",
|
||||
"commGuideList02J": "<strong>Non envíes contido non desexado</strong>. O contido non desexado inclúe, entre outras cousas: publicar o mesmo comentario ou consulta en varios lugares, <strong>publicar ligazóns sen explicalas ou sen contexto</strong>, publicar mensaxes sen sentido, publicar varias mensaxes promocionais sobre un gremio, equipo ou reto, ou publicar moitas mensaxes seguidas. Se que a xente siga unha ligazón te beneficia de algún modo, tes que declaralo previamente no texto da túa mensaxe, ou tamén será considerado contido non desexado. O equipo de Habitica pode decidir á súa discreción o que considera contido non desexado.",
|
||||
"commGuideList02K": "<strong>Evita publicar texto longo de cabeceira nos espazos de conversa públicos, en especial na taberna</strong>. Igual que TODO EN MAIÚSCULAS, percíbese como se estiveses berrando, e fai difícil unha atmosfera cómoda.",
|
||||
"commGuideList02L": "<strong>Desaconsellamos encarecidamente o intercambio de información persoal, en especial información que se poida usar para a identificación persoal, nos espazos de conversa públicos</strong>. A información de identificación pode incluír, entre outras cousas: o teu enderezo, o teu enderezo de correo electrónico e o teu contrasinal ou ficha de API. Isto é pola túa seguridade! O equipo de Habitica podería retirar publicacións con tal información se o consideran pertinente. Se te piden información persoal nun gremio privado, equipo ou mensaxe privada, recomendámosche encarecidamente que te negues amabelmente e avises ao equipo de Habitica ou (1) denunciando a mensaxe ou (2) enviando unha mensaxe a <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> e incluíndo capturas de pantalla.",
|
||||
"commGuideList02K": "<strong>Evita publicar texto longo de cabeceira nos espazos de charla públicos, en especial na taberna</strong>. Igual que TODO EN MAIÚSCULAS, percíbese como se estiveses berrando, e fai difícil unha atmosfera cómoda.",
|
||||
"commGuideList02L": "<strong>Desaconsellamos encarecidamente o intercambio de información persoal, en especial información que se poida usar para a identificación persoal, nos espazos de charla públicos</strong>. A información de identificación pode incluír, entre outras cousas: o teu enderezo, o teu enderezo de correo electrónico e o teu contrasinal ou ficha de API. Isto é pola túa seguridade! O equipo de Habitica podería retirar publicacións con tal información se o consideran pertinente. Se te piden información persoal nun gremio privado, equipo ou mensaxe privada, recomendámosche encarecidamente que te negues amabelmente e avises ao equipo de Habitica ou (1) denunciando a mensaxe ou (2) enviando unha mensaxe a <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> e incluíndo capturas de pantalla.",
|
||||
"commGuidePara019": "<strong>Nos espazos privados</strong>, as persoas teñen máis liberdade para falar dos temas que queiras, pero poderían aínda así infrinxir as condicións do servizo, incluída a publicación de insultos ou calquera contido discriminatorio, violento ou ameazador. Ten en conta que, dado que os nomes de desafíos aparecen no perfil público de quen os gaña, TODOS os nomes de desafío deben cumprir coas directrices dos espazos públicos, aínda que aparezan nun espazo privado.",
|
||||
"commGuidePara020": "<strong>As mensaxes privadas</strong> teñen directrices adicionais. Se alguén te bloqueou, non contactes con esa persoa por outras vías para pedirlle que te desbloquee. Ademais, non deberías enviar mensaxes privadas a xente para pedirlles axuda (dado que responder en público a peticións de asistencia axuda á comunidade). Por último, non envíes a ninguén mensaxes privadas pedindo contido de pago de ningún tipo.",
|
||||
"commGuidePara020A": "<strong>Se ves unha publicación ou unha mensaxe privada que pensas que infrinxe as directrices de espazos públicos indicadas arriba, ou se ves unha publicación ou unha mensaxe privada que te preocupa ou te resulta incómoda, podes facérnolo saber ao equipo de Habitica premendo a icona de bandeira para denunciala</strong>. Unha persoa do equipo responderá sobre a situación o antes posíbel. Pero ten en conta que denunciar de maneira intencionada publicacións inocentes é unha infracción das directrices (consulta «Infraccións» máis abaixo). Tamén podes contactar co equipo cunha mensaxe a <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a>. Denunciar por correo electrónico pode ser axeitado cando o problema son varias publicacións dunha mesma persoa en distintos gremios, ou se a situación necesita unha explicación. Podes contactar connosco no teu idioma se te resulta máis doado; pode que usemos un servizo de tradución automática, pero queremos que te sintas coa comodidade necesaria para contactar connosco se tes un problema.",
|
||||
"commGuidePara021": "Ademais, algúns espazos públicos de Habitica teñen normas adicionais.",
|
||||
"commGuideHeadingTavern": "A taberna",
|
||||
"commGuidePara022": "A taberna é o punto principal de reunión da xente de Habitica. Daniel “O pousadeiro” mantén o lugar limpo como unha patena, e Lía estará encantada de invocar limoada para ti mentres sentas a conversar. O único que tes que lembrar é que…",
|
||||
"commGuidePara023": "<strong>As conversas adoitan tratar de temas casuais e consellos de mellora da produtividade ou para a vida</strong>. Como a conversa da taberna só permite 200 mensaxes, <strong>non é un bo lugar para conversas prolongadas, especialmente sobre temas sensíbeis ou divisorios</strong> (p. ex. política, relixión, depresión, se a caza de trasnos debería ilegalizarse, etc.). Estas conversar deberían manterse no gremio correspondente. O equipo de Habitica podería dirixirte a un gremio correspondente, pero en última instancia é responsabilidade túa atopar o lugar axeitado no que publicar.",
|
||||
"commGuidePara023": "<strong>As charlas adoitan tratar de temas casuais e consellos de mellora da produtividade ou para a vida</strong>. Como a charla da taberna só permite 200 mensaxes, <strong>non é un bo lugar para charlas prolongadas, especialmente sobre temas sensíbeis ou divisorios</strong> (p. ex. política, relixión, depresión, se a caza de trasnos debería ilegalizarse, etc.). Estas conversar deberían manterse no gremio correspondente. O equipo de Habitica podería dirixirte a un gremio correspondente, pero en última instancia é responsabilidade túa atopar o lugar axeitado no que publicar.",
|
||||
"commGuidePara024": "<strong>Non fales sobre nada aditivo na taberna</strong>. Moita xente usa Habitica para abandonar malos hábitos. Escoitar a xente falar de substancias aditivas ou ilegais podería poñerllo máis difícil! Teno en conta para respectar ao resto da xente na taberna. Estes temas inclúen, entre outros: fumar, alcol, pornografía, xogos de azar e uso ou abuso de drogas.",
|
||||
"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": "Gremios públicos",
|
||||
"commGuidePara029": "<strong>Os gremios públicos son en gran medida como a taberna, só que en vez de estar centrados en conversas xerais teñen unha temática específica</strong>. A conversa dun gremio público debería centrarse na súa temática. Por exemplo, á xente do gremio de arte da palabra podería sentarlle mal que a conversa pasase a tratar sobre xardinaría en vez de sobre escritura, e o gremio de afección aos dragóns pode non estar interesado en descifrar runas antigas. Algúns gremios son máis laxos a este respecto que outros pero, en xeral, <strong>procura centrarte no tema que toca</strong>!",
|
||||
"commGuidePara029": "<strong>Os gremios públicos son en gran medida como a taberna, só que en vez de estar centrados en charlas xerais teñen unha temática específica</strong>. A charla dun gremio público debería centrarse na súa temática. Por exemplo, á xente do gremio de arte da palabra podería sentarlle mal que a charla pasase a tratar sobre xardinaría en vez de sobre escritura, e o gremio de afección aos dragóns pode non estar interesado en descifrar runas antigas. Algúns gremios son máis laxos a este respecto que outros pero, en xeral, <strong>procura centrarte no tema que toca</strong>!",
|
||||
"commGuidePara031": "Algúns gremios públicos conterán temas sensibles como a depresión, a relixión, a política, etc. Isto non é un problema mentres as conversas non incumpran as condicións do servizo ou as regras de espazos públicos, e mentres se centren na súa temática.",
|
||||
"commGuidePara033": "<strong>Os gremios públicos NON poden ter contido para adultos. Se teñen pensado tratar contido sensíbel de maneira regular, deberían indicalo na descrición do gremio</strong>. Isto é para que Habitica continúe sendo segura e cómoda para toda a xente.",
|
||||
"commGuidePara035": "<strong>Se o gremio en cuestión ten distintos tipos de temáticas sensíbeis, por respecto ao resto de xente de Habitica cómpre incluír un aviso (p. ex. «Aviso: referencias a automutilación»)</strong>. Poden presentarse como avisos sobre temáticas sensíbeis ou notas sobre contidos, e cada gremio pode ter regras de seu a maiores das definidas aquí. O equipo de Habitica podería aínda así retirar este material se o considera oportuno.",
|
||||
@@ -47,7 +47,7 @@
|
||||
"commGuideList05C": "Violación da condicional",
|
||||
"commGuideList05D": "Facerse pasar polo equipo de Habitica, incluído alegar que espazos creados por xente usuaria e non asociados con Habitica son oficiais ou están moderados por Habitica ou o seu equipo",
|
||||
"commGuideList05E": "Infraccións moderadas reiteradas",
|
||||
"commGuideList05F": "Creación de contas duplicadas para evitar consecuencias (p. ex. crear unha conta nova para conversar tras perder os privilexios de conversa)",
|
||||
"commGuideList05F": "Creación de contas duplicadas para evitar consecuencias (p. ex. crear unha conta nova para conversar tras perder os privilexios de charla)",
|
||||
"commGuideList05G": "Enganar intencionadamente ao equipo de Habitica para evitar consecuencias ou para meter en problemas a outra persoa",
|
||||
"commGuideHeadingModerateInfractions": "Infraccións moderadas",
|
||||
"commGuidePara054": "As infraccións moderadas non volven insegura a nosa comunidade, pero si desagradábel. Estas infraccións terán consecuencias moderadas. En caso de moitas infraccións, as consecuencias poden tornarse graves.",
|
||||
@@ -76,8 +76,8 @@
|
||||
"commGuideList09A": "Expulsións de contas (máis información arriba)",
|
||||
"commGuideList09C": "Desactivar permanentemente (“conxelar”) o progreso nos rangos de contribución",
|
||||
"commGuideHeadingModerateConsequences": "Exemplos de consecuencias moderadas",
|
||||
"commGuideList10A": "Privilexios restrinxidos de conversa pública ou privada",
|
||||
"commGuideList10A1": "Se polas túas accións perdes os privilexios de conversa, debes enviar unha mensaxe a <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a>. Pode que se te readmita se cumpres cordialmente coas accións requiridas e aceptas cumprir coas directrices da comunidade e coas condicións do servizo",
|
||||
"commGuideList10A": "Privilexios restrinxidos de charla pública ou privada",
|
||||
"commGuideList10A1": "Se polas túas accións perdes os privilexios de charla, debes enviar unha mensaxe a <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a>. Pode que se te readmita se cumpres cordialmente coas accións requiridas e aceptas cumprir coas directrices da comunidade e coas condicións do servizo",
|
||||
"commGuideList10C": "Restricted Guild/Challenge creation privileges",
|
||||
"commGuideList10D": "Desactivar temporalmente (“conxelar”) o progreso nos rangos de contribución",
|
||||
"commGuideList10E": "Degradación do Nivel dos Contribuidores",
|
||||
@@ -94,7 +94,7 @@
|
||||
"commGuidePara063": "Se non entendes as consecuencias, ou a natureza da túa infracción, pide axuda ao equipo de Habitica para evitar cometer infraccións no futuro. Se consideras que unha decisión en concreto non foi xusta, podes escribir ao equipo de Habitica a <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> para falalo.",
|
||||
"commGuideHeadingMeet": "Coñece ao equipo",
|
||||
"commGuidePara006": "Habitica has some tireless knights-errant who join forces with the staff members to keep the community calm, contented, and free of trolls. Each has a specific domain, but will sometimes be called to serve in other social spheres.",
|
||||
"commGuidePara007": "O equipo de Habitica mantén a aplicación e os sitios en funcionamento e pode moderar conversas. Teñen etiquetas violetas marcadas con coroas. Teñen por título «Heroicidade».",
|
||||
"commGuidePara007": "O equipo de Habitica mantén a aplicación e os sitios en funcionamento e pode moderar charlas. Teñen etiquetas violetas marcadas con coroas. Teñen por título «Heroicidade».",
|
||||
"commGuidePara008": "Os moderadores teñen etiquetas azul escuro marcadas con estrelas. O seu título é \"Gardián\". A única excepción é Bailey, quen, como personaxe non xogable, ten unha etiqueta negra e verde marcada cunha estrela.",
|
||||
"commGuidePara009": "O equipo fórmano as seguintes persoas (de esquerda a dereita):",
|
||||
"commGuideAKA": "<%= habitName %> ou <%= realName %>",
|
||||
@@ -121,14 +121,14 @@
|
||||
"commGuideLink07": "<a href='https://trello.com/b/nnv4QIRX/' target='_blank'>O Trello de misións</a>: para enviar textos de misións.",
|
||||
"commGuidePara069": "As seguintes persoas contribuíron coa súa arte a estas ilustracións:",
|
||||
"commGuideList01F": "Non pedir obxectos de pago, enviar mensaxes non desexadas, ou uso abusivo de maiúsculas.",
|
||||
"commGuideList01A": "AS condicións do servizo teñen aplicación en todos os espazos, incluídos os gremios privados, as conversas de equipo e as mensaxes.",
|
||||
"commGuideList01A": "AS condicións do servizo teñen aplicación en todos os espazos, incluídos os gremios privados, as charlas de equipo e as mensaxes.",
|
||||
"commGuideList01E": "<strong>Non instigues ou participes en conversas contenciosas na taberna.</strong>",
|
||||
"commGuidePara017": "Aquí tes un resumo, pero animámoste a ler a versión completa a continuación:",
|
||||
"commGuideList01D": "Cumpre coas solicitudes do equipo de Habitica.",
|
||||
"commGuideList01C": "Todas as discusións deben ser axeitadas para todas as idades e libres de palabras malsoantes.",
|
||||
"commGuideList01B": "Prohíbese calquera comunicación violenta, ameazante, que promova a discriminación, etc. incluídos memes, imaxes e chistes.",
|
||||
"commGuideList02N": "<strong>Denuncia e informa de publicacións que incumpren estas directrices ou as condicións do servizo.</strong> Xestionarémolo o máis rápido que poidamos. Tamén podes notificar ao equipo de Habitica mediante <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> pero as denuncias desde a aplicación son a forma máis rápida de conseguir axuda.",
|
||||
"commGuideList02M": "Non pidas xemas, subscricións ou ser parte de plans de grupo. Non está permitido na taberna, nos espazos de conversa públicos ou privados, nin en mensaxes privadas. Se recibes unha mensaxe pedíndote obxectos de pago, denúnciaa. A solicitude reiterada ou severa de xemas ou subscricións, especialmente tras un aviso, podería resultar en expulsión.",
|
||||
"commGuideList02M": "Non pidas xemas, subscricións ou ser parte de plans de grupo. Non está permitido na taberna, nos espazos de charla públicos ou privados, nin en mensaxes privadas. Se recibes unha mensaxe pedíndote obxectos de pago, denúnciaa. A solicitude reiterada ou severa de xemas ou subscricións, especialmente tras un aviso, podería resultar en expulsión.",
|
||||
"commGuideList09D": "Retirada ou degradación do rango de contribución",
|
||||
"commGuideList05H": "Intentos severos ou repetidos de defraudar ou forzar a outras persoas procurando obxectos de valor monetario real"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"playerTiersDesc": "Os alcumes corados na conversa indican o rango de contribución da persoa. A maior rango, máis contribuíu a persoa a Habitica mediante arte, código, na comunidade, e máis!",
|
||||
"playerTiersDesc": "Os alcumes corados na charla indican o rango de contribución da persoa. A maior rango, máis contribuíu a persoa a Habitica mediante arte, código, na comunidade, e máis!",
|
||||
"tier1": "Rango 1 (amizade)",
|
||||
"tier2": "Rango 2 (amizade)",
|
||||
"tier3": "Rango 3 (elite)",
|
||||
@@ -7,8 +7,8 @@
|
||||
"tier5": "Rango 5 (aristocracia)",
|
||||
"tier6": "Rango 6 (aristocracia)",
|
||||
"tier7": "Rango 7 (nobreza)",
|
||||
"tierModerator": "Moderación (garda)",
|
||||
"tierStaff": "Equipo (realeza)",
|
||||
"tierModerator": "Moderación",
|
||||
"tierStaff": "Equipo",
|
||||
"tierNPC": "Personaxe non xogábel",
|
||||
"friend": "Amizade",
|
||||
"elite": "Elite",
|
||||
@@ -16,13 +16,13 @@
|
||||
"legendary": "Nobreza",
|
||||
"moderator": "Moderación",
|
||||
"guardian": "Garda",
|
||||
"staff": "Equipo",
|
||||
"staff": "Equipo de Habitica",
|
||||
"heroic": "Realeza",
|
||||
"modalContribAchievement": "Logro de colaboración!",
|
||||
"contribModal": "Serás xenial, <%= name %>! Pasaches a ser unha persoa colaboradora de rango <%= level %> por axudar a Habitica.",
|
||||
"contribLink": "Mira os premios que levaches pola túa achega!",
|
||||
"contribName": "Contribución",
|
||||
"contribText": "Contribuíu a Habitica con código, imaxes, música, texto, ou doutro xeito. Para máis información, únete ao gremio «Aspiring Legends»!",
|
||||
"contribText": "Contribuíu a Habitica con código, imaxes, música, texto, ou doutro xeito.",
|
||||
"kickstartName": "Patrocinio en Kickstarter, rango de <%= key %> $",
|
||||
"kickstartText": "Patrocinou o proxecto en Kickstarter",
|
||||
"helped": "Axudou a Habitica a medrar",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"FAQ": "Preguntas frecuentes",
|
||||
"chores": "Quefaceres",
|
||||
"communityInstagram": "Instagram",
|
||||
"termsAndAgreement": "Ao premer o botón embaixo indicas que liches e estás de acordo coas <a href='/static/terms'>condicións do servizo</a> e coa <a href='/static/privacy'>política de protección da intimidade</a>.",
|
||||
"termsAndAgreement": "Ao premer o botón embaixo indicas que liches e estás de acordo coas <a href='/static/terms'>condicións do servizo</a> e coa <a href='/static/privacy'>política de protección da privacidade</a>.",
|
||||
"clearBrowserData": "Borrar os datos do navegador",
|
||||
"communityFacebook": "Facebook",
|
||||
"communityExtensions": "Complementos e extensións",
|
||||
@@ -165,7 +165,7 @@
|
||||
"pkAnswer6": "Habitica úsaa moita xente distinta! Máis da metade da xente que nos usa ten entre 18 e 34 anos, pero temos xente maior que usa o sitio coas netas e netos, e todas as idades entre medias. É común que as familias formen un grupo e combatan monstros xuntas. <br /> Moita xente que nos usa ten experiencia con xogos, pero para a nosa sorpresa, cando realizamos unha enquisa hai un tempo, o 40% da xente non se consideraba xogadora! Así que parece que o noso método pode resultar efectivo para calquera que queira que a produtividade e o benestar resulten máis divertidos.",
|
||||
"accountSuspended": "Esta conta, o identificador de persoa usuaria «<%= userId %>», bloqueouse por violar as directrices da comunidade (https://habitica.com/static/community-guidelines) ou as condicións do servizo (https://habitica.com/static/terms). Para máis información, ou para solicitar un desbloqueo, envía unha mensaxe á xestoría da comunidade en <%= communityManagerEmail %> ou solicita á túa nai, pai ou garda que o faga. Inclúea o teu @alcume na mensaxe.",
|
||||
"muchmuchMoreDesc": "A nosa lista de tarefas completamente personalizábel permíteche darlle a Habitica a forma que queiras para adaptala ás túas metas persoais. Traballa en proxectos creativos, fai fincapé no coidado persoal, ou persegue un soño diferente; ti decides.",
|
||||
"usernameInfo": "Os alcumes son nomes únicos que se amosarán canda o teu nome visual e se usarán para invitacións, @mencións de conversas, e mensaxaría.<br><br>Se queres saber máis sobre este cambio, <a href='https://habitica.fandom.com/wiki/Player_Names' target='_blank'>visita o noso wiki</a> (en inglés).",
|
||||
"usernameInfo": "Os alcumes son nomes únicos que se amosarán canda o teu nome visual e se usarán para invitacións, @mencións de charlas, e mensaxaría.<br><br>Se queres saber máis sobre este cambio, <a href='https://habitica.fandom.com/wiki/Player_Names' target='_blank'>visita o noso wiki</a> (en inglés).",
|
||||
"marketing4Lead1": "O ensino é un dos mellores sectores para a ludificación. Xa se sabe que a xente estudante anda pegada aos teléfonos e aos xogos; aprovéitao! Fai que compitan de maneira amigábel. Recompensa os bos comportamentos con premios singulares. Observa como melloran as súas notas e o seu comportamento.",
|
||||
"invalidLoginCredentialsLong": "Vaites! O teu enderezo de correo electrónico, alcume ou contrasinal son incorrectos.\n- Asegúrate de que os escribiches ben. O alcume e o contrasinal distinguen maiúsculas.\n- Pode que te rexistrases con Facebook ou Google, non co enderezo de correo electrónico, así que asegúrate probándoos.\n- Se esqueciches o contrasinal, preme «Esquecín o contrasinal».",
|
||||
"marketing3Lead2": "Outras **ferramentas de terceiras partes** adaptan Habitica a varios aspectos da túa vida. A nosa API permite integrar facilmente cousas como a [extensión de Chrome](https://chrome.google.com/webstore/detail/habitica/pidkmpibnnnhneohdgjclfdjpijggmjj?hl=gl-ES), coa que perdes puntos ao visitar sitios web non produtivos, e gañas puntos ao visitar os produtivos. [Aprende máis aquí](https://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations) (en inglés).",
|
||||
|
||||
@@ -1457,7 +1457,7 @@
|
||||
"shieldArmoireSandyBucketText": "Caldeiro Areento",
|
||||
"shieldArmoireSandyBucketNotes": "Bo para gardar todo ese Ouro que gañarás ao completares tarefas! Aumenta a Percepción de <%= per %>. Armario Encantado: Lote da Beira do Mar (Obxecto 3 de 3).",
|
||||
"shieldArmoirePerchingFalconText": "Falcón Pousado",
|
||||
"shieldArmoirePerchingFalconNotes": "Un falcón amigable póusase no teu brazo, preparado para abatirse sobre os teus inimigos. Aumenta a Forza de <%= str %>. Armario Encantado: Lote de Falconeiro (Obxecto 3 de 3).",
|
||||
"shieldArmoirePerchingFalconNotes": "Un falcón amigábel póusase no teu brazo, preparado para abatirse sobre os teus inimigos. Aumenta a Forza de <%= str %>. Armario Encantado: Lote de Falconeiro (Obxecto 3 de 3).",
|
||||
"shieldArmoireRamHornShieldText": "Ram Horn Shield",
|
||||
"shieldArmoireRamHornShieldNotes": "Ram this shield into opposing Dailies! Increases Constitution and Strength by <%= attrs %> each. Enchanted Armoire: Ram Barbarian Set (Item 3 of 3).",
|
||||
"shieldArmoireRedRoseText": "Red Rose",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"tavern": "Conversa da taberna",
|
||||
"tavernChat": "Conversa da taberna",
|
||||
"tavern": "Charla da taberna",
|
||||
"tavernChat": "Charla da taberna",
|
||||
"innCheckOutBanner": "Estás descansando na pousada. As túas tarefas diarias non te danarán e non progresarás nas misións.",
|
||||
"innCheckOutBannerShort": "Estás descansando na pousada.",
|
||||
"resumeDamage": "Continuar o dano",
|
||||
@@ -20,8 +20,8 @@
|
||||
"dataTool": "Ferramenta de Mostra de Datos",
|
||||
"resources": "Recursos",
|
||||
"communityGuidelines": "Directrices da comunidade",
|
||||
"bannedWordUsed": "Vaites! Parece que esta publicación contén algunha palabra malsoante ou unha mención de substancias aditivas ou temática para persoas adultas (<%= swearWordsUsed %>). Habitica mantén a conversa moi limpa. Podes editar a mensaxe para poder publicala! Tes que eliminar a palabra, non simplemente censurala.",
|
||||
"bannedSlurUsed": "A túa publicación contiña expresións non axeitadas, e retiráronseche os privilexios de conversa.",
|
||||
"bannedWordUsed": "Vaites! Parece que esta publicación contén algunha palabra malsoante ou unha mención de substancias aditivas ou temática para persoas adultas (<%= swearWordsUsed %>). Habitica mantén a charla moi limpa. Podes editar a mensaxe para poder publicala! Tes que eliminar a palabra, non simplemente censurala.",
|
||||
"bannedSlurUsed": "A túa publicación contiña expresións non axeitadas, e retiráronseche os privilexios de charla.",
|
||||
"party": "Equipo",
|
||||
"usernameCopied": "O alcume copiouse no portapapeis.",
|
||||
"createGroupPlan": "Create",
|
||||
@@ -37,7 +37,7 @@
|
||||
"systemMessage": "Mensaxe do sistema",
|
||||
"newMsgGuild": "<span class=\"notification-bold-blue\"><%- name %></span> ten novas publicacións",
|
||||
"newMsgParty": "O teu equipo, <span class=\"notification-bold-blue\"><%- name %></span>, ten novas publicacións",
|
||||
"chat": "Conversa",
|
||||
"chat": "Charla",
|
||||
"sendChat": "Enviar a mensaxe",
|
||||
"group": "Grupo",
|
||||
"groupName": "Nome do grupo",
|
||||
@@ -79,7 +79,7 @@
|
||||
"possessiveParty": "Equipo de <%= name %>",
|
||||
"PMPlaceholderTitle": "Aquí aínda non hai nada",
|
||||
"PMPlaceholderDescription": "Selecciona unha conversa na esquerda",
|
||||
"PMPlaceholderTitleRevoked": "Retiráronte os privilexios de conversa",
|
||||
"PMPlaceholderTitleRevoked": "Retiráronte os privilexios de charla",
|
||||
"PMPlaceholderDescriptionRevoked": "You are not able to send private messages because your chat privileges have been revoked. If you have questions or concerns about this, please email <a href=\"mailto:admin@habitica.com\">admin@habitica.com</a> to discuss it with the staff.",
|
||||
"PMEnabledOptPopoverText": "As mensaxes privadas están activadas. As persoas usuarias poden contactar contigo a través do teu perfil.",
|
||||
"PMDisabledOptPopoverText": "As mensaxes privadas están desactivadas. Activa esta opción para permitir a persoas usuarias contactar contigo a través do teu perfil.",
|
||||
@@ -173,7 +173,7 @@
|
||||
"userRequestsApproval": "<strong><%- userName %></strong> solicita aprobación",
|
||||
"userCountRequestsApproval": "<strong><%= userCount %> persoas</strong> solicitan aprobación",
|
||||
"youAreRequestingApproval": "Estás solicitando aprobación",
|
||||
"chatPrivilegesRevoked": "Non podes facer isto porque te retiraron os teus privilexios de conversa. Para máis información, ou para preguntar se poderás recuperalos, envía unha mensaxe de correo electrónico ao noso equipo de xestión da comunidade en admin@habitica.com ou pide á túa nai, pai ou persoa titora que envíen esa mensaxe. Inclúe o teu alcume na mensaxe. Se xa te informou unha persoa do equipo de moderación de que a túa prohibición é temporal, non necesitas enviar ningunha mensaxe.",
|
||||
"chatPrivilegesRevoked": "Non podes facer isto porque te retiraron os teus privilexios de charla. Para máis información, ou para preguntar se poderás recuperalos, envía unha mensaxe de correo electrónico ao noso equipo de xestión da comunidade en admin@habitica.com ou pide á túa nai, pai ou persoa titora que envíen esa mensaxe. Inclúe o teu alcume na mensaxe. Se xa te informou unha persoa do equipo de moderación de que a túa prohibición é temporal, non necesitas enviar ningunha mensaxe.",
|
||||
"cannotCreatePublicGuildWhenMuted": "You cannot create a public guild because your chat privileges have been revoked.",
|
||||
"cannotInviteWhenMuted": "You cannot invite anyone to a guild or party because your chat privileges have been revoked.",
|
||||
"to": "Para:",
|
||||
@@ -261,7 +261,7 @@
|
||||
"partyDescriptionPlaceholder": "Esta é a descrición do teu equipo. Describe o que se fai no equipo. Se queres saber máis sobre o que facemos neste equipo, le a descrición. A facer equipo.",
|
||||
"guildGemCostInfo": "Un custo en xemas favorece os gremios de alta calidade e transfírese ao banco do gremio.",
|
||||
"noGuildsTitle": "Non formas parte de ningún gremio.",
|
||||
"noGuildsParagraph1": "Os gremios son grupos sociais que crean outras persoas e poden ofrecer unha conversa de asistencia e ánimo.",
|
||||
"noGuildsParagraph1": "Os gremios son grupos sociais que crean outras persoas e poden ofrecer unha charla de asistencia e ánimo.",
|
||||
"noGuildsParagraph2": "Preme o separador «Descubrir» para ver gremios recomendados baseados nos teus intereses, explora os gremios públicos de Habitica ou crea o teu propio gremio.",
|
||||
"noGuildsMatchFilters": "Non atopamos ningún gremio que coincida.",
|
||||
"privateDescription": "Un gremio privado non se amosará no directorio de gremios de Habitica. Só se pode sumar xente por invitación.",
|
||||
@@ -284,7 +284,7 @@
|
||||
"upgrade": "Upgrade",
|
||||
"selectPartyMember": "Selecciona unha persoa do equipo",
|
||||
"areYouSureDeleteMessage": "Seguro que queres eliminar a mensaxe?",
|
||||
"reverseChat": "Inverter a conversa",
|
||||
"reverseChat": "Inverter a charla",
|
||||
"invites": "Invitacións",
|
||||
"details": "Detalles",
|
||||
"participantDesc": "Unha vez toda a xente aceptou ou rexeitou, comeza a misión. Só a xente que aceptou poderá participar na misión e recibir as recompensas.",
|
||||
@@ -307,12 +307,12 @@
|
||||
"worldBossBullet4": "Visita a taberna regularmente para ver o progreso contra a criatura rival mundial e os ataques de ira",
|
||||
"worldBoss": "Rival mundial",
|
||||
"groupPlanTitle": "Necesitas máis para a túa banda?",
|
||||
"groupPlanDesc": "Xestionas un pequeno equipo ou organizar as tarefas da casa? Os nosos plans de grupo garanten acceso exclusivo a taboleiros de tarefas privados e zonas de conversa dedicadas a ti e á xente do teu grupo!",
|
||||
"groupPlanDesc": "Xestiona un pequeno equipo ou organiza as tarefas da casa? Os nosos plans de grupo garanten acceso exclusivo a taboleiros de tarefas e zonas de charla privadas para ti e a xente do teu grupo!",
|
||||
"billedMonthly": "*facturado como subscrición mensual",
|
||||
"teamBasedTasksList": "Lista de tarefas para equipos",
|
||||
"teamBasedTasksListDesc": "Prepara unha lista de tarefas compartida e fácil de ver para o grupo. Asigna tarefas á xente do grupo, ou deixa que as reclamen pola súa conta para deixar claro en que está traballando cada quen!",
|
||||
"groupManagementControls": "Controis de xestión de grupo",
|
||||
"groupManagementControlsDesc": "Mira o estado das tarefas para verificar que se completaron, expande o equipo de xestión do grupo para compartir responsabilidades, e goza dunha conversa de grupo privada para toda a xente do equipo.",
|
||||
"groupManagementControlsDesc": "Mire o estado das tarefas para verificar que se completaron, expanda o equipo de xestión do grupo para compartir responsabilidades, e goce dunha charla de grupo privada para toda a xente do equipo.",
|
||||
"inGameBenefits": "Vantaxes no xogo",
|
||||
"inGameBenefitsDesc": "As persoa do grupo reciben unha exclusiva montura, un coélope, así como todas as vantaxes dunha subscrición, incluídos os lotes de equipamento mensual especiais e a posibilidade de mercar xemas con ouro.",
|
||||
"inspireYourParty": "Inspira ao teu equipo, ludificade a vida en equipo.",
|
||||
@@ -375,7 +375,7 @@
|
||||
"descriptionOptionalText": "Engadir unha descrición",
|
||||
"lastCompleted": "Última completada",
|
||||
"youEmphasized": "<strong>Ti</strong>",
|
||||
"chatTemporarilyUnavailable": "A conversa está indispoñíbel temporalmente. Proba máis tarde.",
|
||||
"chatTemporarilyUnavailable": "A charla está indispoñíbel temporalmente. Probe máis tarde.",
|
||||
"newGroupsWelcome": "Dámoste a benvida ao novo taboleiro de tarefas compartidas!",
|
||||
"newGroupsBullet08": "A persoa líder do grupo e as persoas xestoras poden engadir tarefas rapidamente desde a parte superior das columnas de tarefas",
|
||||
"newGroupsBullet10a": "<strong>Deixa unha tarefa sen asignar</strong> se a pode completar calquera",
|
||||
@@ -433,5 +433,6 @@
|
||||
"noOneLooking": "Non hai ninguén buscando equipo agora mesmo.<br>Podes comprobalo de novo máis tarde!",
|
||||
"sendTotal": "Total:",
|
||||
"lookForParty": "Buscar equipo",
|
||||
"languageLabel": "Idioma:"
|
||||
"languageLabel": "Idioma:",
|
||||
"chatSunsetWarning": "⚠️ <strong>O 8 de agosto de 2023 retiraranse as charlas dos gremios e da taberna de Habitica.</strong> <a href='/static/faq/tavern-and-guilds'>Prema aquí</a> para máis información sobre o cambio."
|
||||
}
|
||||
|
||||
@@ -39,9 +39,9 @@
|
||||
"messageGroupChatLikeOwnMessage": "Non pode gustarche a túa mensaxe. Non sexas así.",
|
||||
"messageGroupChatFlagAlreadyReported": "Xa informaches desta mensaxe",
|
||||
"messageGroupChatNotFound": "Non se atopou a mensaxe!",
|
||||
"messageGroupChatAdminClearFlagCount": "Só unha persoa administradora pode borrar o contador de marcas!",
|
||||
"messageGroupChatAdminClearFlagCount": "Só unha persoa administradora pode baleirar o contador de marcas!",
|
||||
"messageCannotFlagSystemMessages": "Non podes marcar unha mensaxe do sistema. Se tes que informar dun incumprimento das directrices da comunidade relacionada con esta mensaxe, envía por correo electrónico unha captura de pantalla e unha explicación ao noso equipo de xestión da comunidade en <%= communityManagerEmail %>.",
|
||||
"messageGroupChatSpam": "Vaia, parece que estás publicando demasiadas mensaxes! Agarda un minuto e inténtao de novo. A conversa da taberna só garda 200 mensaxes de cada vez, así que Habitica promove publicar mensaxes máis longas e mellor pensadas, e respostas condensadas. Estamos desexando saber o que tes que dicir. :)",
|
||||
"messageGroupChatSpam": "Vaia, parece que estás publicando demasiadas mensaxes! Agarda un minuto e inténtao de novo. A charla da taberna só garda 200 mensaxes de cada vez, así que Habitica promove publicar mensaxes máis longas e mellor pensadas, e respostas condensadas. Estamos desexando saber o que tes que dicir. :)",
|
||||
"messageCannotLeaveWhileQuesting": "Non podes aceptar esta invitación a un equipo mentres estás nunha misión. Se queres unirte a este equipo, primeiro debes interromper a misión, o cal podes facer desde a pantalla de equipo. Recuperarás o pergameo de misión.",
|
||||
"messageUserOperationProtected": "a ruta «<%= operation %>» non se gardou porque está protexida.",
|
||||
"messageNotificationNotFound": "Non se atopou a notificación.",
|
||||
@@ -59,5 +59,6 @@
|
||||
"canDeleteNow": "Agora podes eliminar a mensaxe se queres.",
|
||||
"messagePetMountUnEquipped": "Desequipáronse a mascota e a montura.",
|
||||
"messageBattleGearUnEquipped": "Desequipouse o equipamento de batalla.",
|
||||
"messageCostumeUnEquipped": "Desequipouse a disfrace."
|
||||
"messageCostumeUnEquipped": "Desequipouse a disfrace.",
|
||||
"featureRetired": "Esta funcionalidade xa non está dispoñíbel."
|
||||
}
|
||||
|
||||
@@ -16,15 +16,15 @@
|
||||
"mattBoch": "Matías Fraga",
|
||||
"mattBochText1": "Doute a benvida á corte! Son Matías, o mestre das bestas. Cada vez que completes unha tarefa terás unha oportunidade de recibir un ovo ou unha poción de eclosión para facer nacer unha mascota. Cando a túa mascota naza aparecerá aquí! Preme a imaxe dunha mascota para engadila ao teu avatar. Aliméntaas co penso que atopes e converteranse en rechas monturas.",
|
||||
"welcomeToTavern": "Dámoste a benvida á taberna!",
|
||||
"sleepDescription": "Necesitas un descanso? Entra na pousada de Daniel para pausar algunhas das mecánicas de xogo máis difíciles de Habitica:",
|
||||
"sleepDescription": "Necesitas un descanso? Pausa o dano (desde a configuración) para pausar algunhas das mecánicas de xogo máis difíciles de Habitica:",
|
||||
"sleepBullet1": "As tarefas diarias que non completes non te farán dano (as criaturas rivais continuarán facendo dano a causa das tarefas diarias sen facer do resto do equipo)",
|
||||
"sleepBullet2": "As túas series de tarefas e contadores de hábitos non se restabelecerán",
|
||||
"sleepBullet3": "O teu dano á criatura rival de misión ou obxectos de colección atopados seguirán pendentes ata que saias da pousada",
|
||||
"sleepBullet3": "O teu dano á criatura rival de misión ou obxectos de colección atopados seguirán pendentes ata que continúes o dano.",
|
||||
"sleepBullet4": "Your boss damage or collection Quest items will stay pending until check-out",
|
||||
"pauseDailies": "Pausar o dano",
|
||||
"unpauseDailies": "Continuar o dano",
|
||||
"staffAndModerators": "Equipo e moderación",
|
||||
"communityGuidelinesIntro": "Habitica intenta crear un clima de benvida para persoas de todas as idades e realidades, especialmente nos espazos públicos como a taberna. Se tes calquera dúbida, consulta as <a href='/static/community-guidelines' target='_blank'>directrices da comunidade</a>.",
|
||||
"communityGuidelinesIntro": "Habitica intenta crear un clima de benvida para persoas de todas as idades e realidades, especialmente en espazos como grupos e equipos. Se tes calquera dúbida, consulta as <a href='/static/community-guidelines' target='_blank'>directrices da comunidade</a>.",
|
||||
"acceptCommunityGuidelines": "Acepto seguir as directrices da comunidade",
|
||||
"worldBossEvent": "Evento de criatura rival mundial",
|
||||
"worldBossDescription": "Descrición de criatura rival mundial",
|
||||
@@ -97,9 +97,9 @@
|
||||
"skillsTitle": "Habilidade de <%= classStr %>",
|
||||
"toDo": "Tarefa pendente",
|
||||
"tourStatsPage": "Esta é a túa páxina de condición! Consegue logros ao completares as tarefas listadas.",
|
||||
"tourTavernPage": "Dámoste a benvida á taberna, unha sala de conversa para todas as idades! En caso de enfermidade ou viaxe, podes evitar que as tarefas diarias te fagan dano premendo «Pausar o dano». Ven e saúda!",
|
||||
"tourTavernPage": "Dámoste a benvida á taberna, unha sala de charla para todas as idades! En caso de enfermidade ou viaxe, podes evitar que as tarefas diarias te fagan dano premendo «Pausar o dano». Ven e saúda!",
|
||||
"tourPartyPage": "O teu equipo axudarache a ser constante. Invita a amizades para desbloquear un pergameo de misión!",
|
||||
"tourGuildsPage": "Os gremios son grupos de conversa de intereses comúns creados por e para as persoas xogadoras, Explora a lista e únete aos que te interesen. Non te perdas o famoso gremio «Habitica Help: Ask a Question», onde calquera pode facer preguntas sobre Habitica!",
|
||||
"tourGuildsPage": "Os gremios son grupos de charla de intereses comúns creados por e para as persoas xogadoras, Explora a lista e únete aos que te interesen. Non te perdas o famoso gremio «Habitica Help: Ask a Question», onde calquera pode facer preguntas sobre Habitica!",
|
||||
"tourChallengesPage": "Os desafíos son listas de tarefas cunha temática, creadas polas persoas usuarias! Unirte a un desafío engadirá as súas tarefas á túa conta. Compite contra outras persoas para gañar premios de xemas!",
|
||||
"tourMarketPage": "Cada vez que completas unha tarefa, terás unha oportunidade aleatoria de recibir un ovo, unha poción de eclosión, ou unha ración de penso. Tamén podes comprar esas cousas aquí.",
|
||||
"tourHallPage": "Dámoste a benvida á sala das xestas, onde honramos as contribucións libres a Habitica. Fose mediante código, arte, música, texto ou simplemente axuda, gañaron xemas, equipamento exclusivo e títulos prestixiosos. Ti tamén podes contribuír a Habitica!",
|
||||
|
||||
@@ -110,5 +110,6 @@
|
||||
"foodTitle": "Penso",
|
||||
"petLikeToEat": "Que lle gusta comer á miña mascota?",
|
||||
"jubilantGryphatrice": "Grifotriz entusiasmada",
|
||||
"petLikeToEatText": "As mascotas medran sen importar o que lles deas de comer, pero medrarán máis rápido se lles das un dos pensos que máis lles gustan. Proba e descubre o padrón, ou consulta as respostas aquí: <br/> <a href=\"https://habitica.fandom.com/wiki/Food_Preferences\" target=\"_blank\">https://habitica.fandom.com/wiki/Food_Preferences</a>"
|
||||
"petLikeToEatText": "As mascotas medran sen importar o que lles deas de comer, pero medrarán máis rápido se lles das un dos pensos que máis lles gustan. Proba e descubre o padrón, ou consulta as respostas aquí: <br/> <a href=\"https://habitica.fandom.com/wiki/Food_Preferences\" target=\"_blank\">https://habitica.fandom.com/wiki/Food_Preferences</a>",
|
||||
"veteranDragon": "Dragón veterano"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"rebirthOrb": "Usaches unha orbe de renacemento para comezar desde o principio tras chegar ao nivel <%= level %>.",
|
||||
"rebirthOrb100": "Usaches unha orbe de renacemento para comezar desde o principio tras chegar ao nivel 100 ou máis.",
|
||||
"rebirthOrbNoLevel": "Usaches unha orbe de renacemento para comezar desde o principio.",
|
||||
"rebirthPop": "Reinicia instantaneamente a túa personaxe como guerreira de nivel 1 pero mantendo os teus logros, obxectos de colección, e equipamento. As túas tarefas e o seu historial manteranse, pero volverán estar en amarelo. As túas series retiraranse, salvo no caso de tarefas de retos. O teu ouro, experiencia e maná, así como os efectos de todas as habilidades, retiraranse. O efecto será inmediato. Para máis información, consulta a páxina do wiki sobre as <a href='http://habitica.wikia.com/wiki/Orb_of_Rebirth' target='_blank'>orbes de renacemento</a> (en inglés).",
|
||||
"rebirthPop": "Reinicia instantaneamente a túa personaxe como guerreira de nivel 1 pero mantendo os teus logros, obxectos de colección, e equipamento. As túas tarefas e o seu historial manteranse, pero volverán estar en amarelo. As túas series retiraranse, salvo no caso de tarefas de retos. O teu ouro, experiencia e maná, así como os efectos de todas as habilidades, retiraranse. O efecto será inmediato.",
|
||||
"rebirthName": "Orbe de renacemento",
|
||||
"rebirthComplete": "Acabas de renacer!",
|
||||
"nextFreeRebirth": "<strong><%= days %> días</strong> ata conseguir <strong>de balde</strong> unha orbe de renacemento"
|
||||
|
||||
@@ -2,19 +2,19 @@
|
||||
"settings": "Configuración",
|
||||
"language": "Idioma",
|
||||
"americanEnglishGovern": "No caso dunha discrepancia coas traducións, a versión en inglés estadounidense prevalece.",
|
||||
"helpWithTranslation": "Gustaríache axudar coa tradución de Habitica? Xenial! Visita <a href=\"/groups/guild/7732f64c-33ee-4cce-873c-fc28f147a6f7\">o gremio «Aspiring Linguists»</a>!",
|
||||
"helpWithTranslation": "Gustaríache axudar coa tradución de Habitica? Xenial! Visita <a href=\"https://translate.habitica.com\">o sitio web de Habitica</a>!",
|
||||
"stickyHeader": "Cabeceira adherente",
|
||||
"newTaskEdit": "Abrir as tarefas novas en modo edición",
|
||||
"dailyDueDefaultView": "Poñer as tarefas diarias no separador de «Hoxe» de maneira predeterminada",
|
||||
"dailyDueDefaultViewPop": "Con esta opción marcada, as tarefas diarias estarán de maneira predeterminada en «Hoxe» en vez de en «Todo»",
|
||||
"reverseChatOrder": "Amosar as mensaxes de conversa en orde inversa",
|
||||
"reverseChatOrder": "Amosar as mensaxes de charla en orde inversa",
|
||||
"startAdvCollapsed": "A configuración avanzada das tarefas comezar recollidas",
|
||||
"startAdvCollapsedPop": "Con esta opción definida, a configuración avanzada comezará agochada ao abrir unha tarefa para editala.",
|
||||
"dontShowAgain": "Non Amosar isto de novo",
|
||||
"suppressLevelUpModal": "Non Amosar unha mensaxe emerxente ao subir de nivel",
|
||||
"suppressHatchPetModal": "Non Amosar unha mensaxe emerxente ao facer nacer unha mascota",
|
||||
"suppressRaisePetModal": "Non Amosar unha mensaxe emerxente ao facer medrar unha mascota ata converterse nunha montura",
|
||||
"suppressStreakModal": "Non Amosar unha mensaxe emerxente ao conseguir un logro de serie",
|
||||
"suppressLevelUpModal": "Non amosar unha xanela emerxente ao subir de nivel",
|
||||
"suppressHatchPetModal": "Non amosar unha xanela emerxente ao facer nacer unha mascota",
|
||||
"suppressRaisePetModal": "Non amosar unha xanela emerxente ao facer medrar unha mascota ata converterse nunha montura",
|
||||
"suppressStreakModal": "Non amosar unha xanela emerxente ao conseguir un logro de serie",
|
||||
"showTour": "Amosar a visita",
|
||||
"showBailey": "Amosar a Baia",
|
||||
"showBaileyPop": "Amosa o último anuncio de Baia, a pregoeira.",
|
||||
@@ -175,7 +175,7 @@
|
||||
"goToSettings": "Ir á configuración",
|
||||
"usernameVerifiedConfirmation": "Confirmouse o teu alcume, <%= username %>!",
|
||||
"usernameNotVerified": "Confirma o teu alcume.",
|
||||
"changeUsernameDisclaimer": "O teu alcume úsase para invitacións, @mencións en conversas e mensaxes. Ten que ter entre 1 e 20 caracteres, conter só letras latinas (nin tiles nin ñ), díxitos decimais (0-9), guións (-) e barras baixas (_), e non pode incluír termos non axeitados.",
|
||||
"changeUsernameDisclaimer": "O teu alcume úsase para invitacións, @mencións en charlas e mensaxes. Ten que ter entre 1 e 20 caracteres, conter só letras latinas (nin tiles nin ñ), díxitos decimais (0-9), guións (-) e barras baixas (_), e non pode incluír termos non axeitados.",
|
||||
"verifyUsernameVeteranPet": "Unha destas mascotas veteranas estarate agardando cando remates de confirmar!",
|
||||
"adjustment": "Axuste",
|
||||
"subscriptionReminders": "Lembranzas de subscricións",
|
||||
@@ -190,8 +190,8 @@
|
||||
"giftedSubscriptionWinterPromo": "Ola <%= username %>, recibiches <%= monthCount %> meses de subscrición como parte da nosa promoción de agasallar de festas!",
|
||||
"giftSubscriptionRateText": "<strong><%= price %> $ USD</strong> por <strong><%= months %> meses</strong>",
|
||||
"dayStartAdjustment": "Axuste do comezo do día",
|
||||
"chatExtension": "<a target='blank' href='https://chrome.google.com/webstore/detail/habitrpg-chat-client/hidkdfgonpoaiannijofifhjidbnilbb'>Extensión de conversa de Chrome</a> e <a target='blank' href='https://addons.mozilla.org/en-US/firefox/addon/habitica-chat-client-2/'>extensión de conversa de Firefox</a>",
|
||||
"chatExtensionDesc": "A extensión de conversa de Habitica engade unha caixa de conversa intuitiva a todo habitica.com. Permite á xente conversar na taberna, no seu equipo, e nos seus gremios.",
|
||||
"chatExtension": "<a target='blank' href='https://chrome.google.com/webstore/detail/habitrpg-chat-client/hidkdfgonpoaiannijofifhjidbnilbb'>Extensión de charla de Chrome</a> e <a target='blank' href='https://addons.mozilla.org/en-US/firefox/addon/habitica-chat-client-2/'>extensión de charla de Firefox</a>",
|
||||
"chatExtensionDesc": "A extensión de charla de Habitica engade unha caixa de charla intuitiva a todo habitica.com. Permite á xente conversar na taberna, no seu equipo, e nos seus gremios.",
|
||||
"newPMNotificationTitle": "Nova mensaxe de <%= name %>",
|
||||
"nextHourglass": "Seguinte reloxo de area",
|
||||
"nextHourglassDescription": "As persoas subscritas reciben reloxos de area\nmísticos nos tres primeiros días do mes.",
|
||||
@@ -215,7 +215,7 @@
|
||||
"passwordSuccess": "Cambiouse o teu contrasinal",
|
||||
"gemCap": "Límite de xemas",
|
||||
"displaynameIssueNewline": "Os nomes visuais non poden conter barras invertidas (\\) seguidas da letra N.",
|
||||
"bannedSlurUsedInProfile": "O teu nome visual ou o teu texto de información conteñen unha palabra malsoante, así que retirámosche os privilexios de conversa.",
|
||||
"bannedSlurUsedInProfile": "O teu nome visual ou o teu texto de información conteñen unha palabra malsoante, así que retirámosche os privilexios de charla.",
|
||||
"action": "Acción",
|
||||
"note": "Nota",
|
||||
"remainingBalance": "Saldo restante",
|
||||
|
||||
@@ -226,5 +226,6 @@
|
||||
"monthlyGems": "Xemas mensuais",
|
||||
"mysterySet202304": "Lote de xogo de te xeitoso",
|
||||
"mysterySet202305": "Lote de dragón acontecido",
|
||||
"mysterySet202307": "Lote de kraken perigoso"
|
||||
"mysterySet202307": "Lote de kraken perigoso",
|
||||
"mysterySet202308": "Lote de protagonista púrpura"
|
||||
}
|
||||
|
||||
@@ -168,7 +168,7 @@
|
||||
"backgrounds052016": "KOMPLET 24: Izdan u svibnju 2016.",
|
||||
"backgroundBeehiveText": "Košnica",
|
||||
"backgroundBeehiveNotes": "Zuji i pleši u Košnici.",
|
||||
"backgroundGazeboText": "Gazebo",
|
||||
"backgroundGazeboText": "Sjenica",
|
||||
"backgroundGazeboNotes": "Bori se protiv Gazeba.",
|
||||
"backgroundTreeRootsText": "Korijenje drveća",
|
||||
"backgroundTreeRootsNotes": "Istraži korijenje drveća.",
|
||||
@@ -683,7 +683,7 @@
|
||||
"backgroundByACampfireNotes": "Uživaj u sjaju uz logorsku vatru.",
|
||||
"backgroundMeteorShowerNotes": "Promatrajte blistav noćni prikaz kiše meteora.",
|
||||
"backgroundPalmTreeWithFairyLightsText": "Palma s bajkovitim svjetlima",
|
||||
"backgroundOnACastleWallNotes": "Pogledvajte sa zida dvorca.",
|
||||
"backgroundOnACastleWallNotes": "Pogledajte sa zida dvorca.",
|
||||
"backgroundSailboatAtSunsetNotes": "Uživajte u ljepoti jedrilice u zalasku sunca.",
|
||||
"backgrounds082022": "SET 99: Objavljen u Kolovozu 2022",
|
||||
"backgrounds112022": "SET 102: Objavljeno u Studenom 2022",
|
||||
@@ -790,5 +790,12 @@
|
||||
"backgroundInsideAdventurersHideoutNotes": "Isplaniraj putovanje u skrovištu pustolova.",
|
||||
"backgroundCraterLakeText": "Jezero kratera",
|
||||
"backgroundCraterLakeNotes": "Divi se dražesnom jezeru kratera.",
|
||||
"backgroundSpringtimeShowerNotes": "Pogledaj proljetni tuš."
|
||||
"backgroundSpringtimeShowerNotes": "Pogledaj proljetni tuš.",
|
||||
"backgroundOnAPaddlewheelBoatText": "Na trajektu",
|
||||
"backgroundOnAPaddlewheelBoatNotes": "Vozite se na trajektu.",
|
||||
"backgroundColorfulCoralText": "Raznobojni koralj",
|
||||
"backgroundColorfulCoralNotes": "Zaronite među raznobojne koralje.",
|
||||
"backgroundBoardwalkIntoSunsetText": "Prošetajte molom u zalazak sunca",
|
||||
"backgrounds072023": "SET 110: Objavljen u srpnju 2023",
|
||||
"backgroundBoardwalkIntoSunsetNotes": "Prošećite molom u zalazak sunca."
|
||||
}
|
||||
|
||||
@@ -186,5 +186,7 @@
|
||||
"chatCastSpellParty": "<%= username %> baca <%= spell%> za družbinu.",
|
||||
"notEnoughGold": "Nema dovoljno zlata.",
|
||||
"chatCastSpellUser": "<%= username %> baca <%= spell%> na <%= target%>.",
|
||||
"purchaseForGold": "Kupnja za <%= cost %> Zlata?"
|
||||
"purchaseForGold": "Kupnja za <%= cost %> Zlata?",
|
||||
"chatCastSpellPartyTimes": "<%= username %> koristi <%= spell %> za družinu <%= times %> puta.",
|
||||
"chatCastSpellUserTimes": "<%= username %> koristi <%= spell %> za <%= target %> <%= times %> puta."
|
||||
}
|
||||
|
||||
@@ -306,5 +306,25 @@
|
||||
"foodSaddleText": "Sedlo",
|
||||
"foodSaddleNotes": "Instantno pretvara jednog od tvojih ljubimaca u jahaću životinju.",
|
||||
"foodSaddleSellWarningNote": "Hej! Ovo je prilično koristan predmet! Znaš li kako koristiti Sedlo na svojim Ljubimcima?",
|
||||
"foodNotes": "Nahrani ovim ljubimca i možda izraste u snažnu jahaću životinju."
|
||||
"foodNotes": "Nahrani ovim ljubimca i možda izraste u snažnu jahaću životinju.",
|
||||
"questEggRobotAdjective": "futuristički",
|
||||
"hatchingPotionSilver": "Srebrni",
|
||||
"questEggDolphinText": "Dupin",
|
||||
"questEggRobotMountText": "Robot",
|
||||
"questEggRobotText": "Robot",
|
||||
"hatchingPotionSandSculpture": "Pješčana skulptura",
|
||||
"hatchingPotionAurora": "Aurora",
|
||||
"hatchingPotionRoseQuartz": "Rozenkvarc",
|
||||
"hatchingPotionAmber": "Jantarni",
|
||||
"hatchingPotionCelestial": "Nebeski",
|
||||
"hatchingPotionVeggie": "Vrtni",
|
||||
"hatchingPotionWatery": "Vodenast",
|
||||
"hatchingPotionDessert": "U boji poslastica",
|
||||
"hatchingPotionFluorite": "Fluorit boje",
|
||||
"hatchingPotionBirchBark": "U boji brezine kore",
|
||||
"hatchingPotionSunshine": "Sunčani",
|
||||
"questEggDolphinMountText": "Dupin",
|
||||
"hatchingPotionBronze": "Brončani",
|
||||
"hatchingPotionShadow": "U boji sjene",
|
||||
"hatchingPotionRuby": "Boje rubina"
|
||||
}
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"tier5": "Tingkatan 5 (Juara)",
|
||||
"tier6": "Tingkatan 6 (Juara)",
|
||||
"tier7": "Tingkatan 7 (Legendaris)",
|
||||
"tierModerator": "Moderator (Pelindung)",
|
||||
"tierStaff": "Staf (Pahlawan)",
|
||||
"tierModerator": "Moderator",
|
||||
"tierStaff": "Staf",
|
||||
"tierNPC": "NPC",
|
||||
"friend": "Teman",
|
||||
"elite": "Elit",
|
||||
@@ -16,7 +16,7 @@
|
||||
"legendary": "Legendaris",
|
||||
"moderator": "Moderator",
|
||||
"guardian": "Pelindung",
|
||||
"staff": "Staf",
|
||||
"staff": "Staf Habitica",
|
||||
"heroic": "Pahlawan",
|
||||
"modalContribAchievement": "Medali Kontributor!",
|
||||
"contribModal": "<%= name %>, kamu keren banget! Kami sekarang kontributor tingkat <%= level %> karena telah membantu Habitica.",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2232,5 +2232,233 @@
|
||||
"armorSpecialWinter2023WarriorText": "Setelan Walrus",
|
||||
"armorSpecialFall2022WarriorText": "Zirah Orc",
|
||||
"armorSpecialFall2022HealerText": "Limpahan Polong Pengintip",
|
||||
"armorSpecialWinter2023RogueNotes": "Ambil item. Bungkus dalam kertas cantik. Dan berikan kepada Perampok di sekitarmu! Musim menuntutnya. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim 2022-2023 Edisi Terbatas."
|
||||
"armorSpecialWinter2023RogueNotes": "Ambil item. Bungkus dalam kertas cantik. Dan berikan kepada Perampok di sekitarmu! Musim menuntutnya. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim 2022-2023 Edisi Terbatas.",
|
||||
"armorSpecialWinter2023HealerText": "Setelan Burung Kardinal",
|
||||
"armorSpecialSpring2023WarriorNotes": "Suara dengungan yang kamu dengar adalah sayapmu berdetak lebih cepat dari yang dapat dibayangkan. Meningkatkan Ketahanan sebanyak <%= con %>. Perlengkapan Musim Semi 2023 Edisi Terbatas.",
|
||||
"armorSpecialWinter2023WarriorNotes": "Setelan walrus yang tangguh ini sangat cocok untuk berjalan-jalan di sepanjang pantai di tengah malam. Meningkatkan Ketahanan sebanyak <%= con %>. Perlengkapan Musim Dingin 2022-2023 Edisi Terbatas.",
|
||||
"armorSpecialWinter2023MageText": "Gaun Cahaya Peri",
|
||||
"armorSpecialWinter2023MageNotes": "Hanya karena kamu punya lampu menyala, itu tidak membuatmu menjadi pohon! ... mungkin beberapa tahun lagi. Meningkatkan Kecerdasan sebanyak <%= int %>. Perlengkapan Musim Dingin 2022-2023 Edisi Terbatas.",
|
||||
"armorSpecialWinter2023HealerNotes": "Setelan kardinal cerah ini sangat cocok untuk terbang tinggi di atas masalahmu. Meningkatkan Ketahanan sebanyak <%= con %>. Perlengkapan Musim Dingin 2022-2023 Edisi Terbatas.",
|
||||
"armorSpecialSpring2023RogueText": "Jubah Ulat",
|
||||
"armorSpecialSpring2023RogueNotes": "Kamu mungkin hanya memiliki empat lengan untuk bekerja, tetapi kamu dapat memanjat dan merangkak dengan belatung terbesar. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Semi 2023 Edisi Terbatas.",
|
||||
"armorSpecialSpring2023WarriorText": "Armor Burung Kolibri",
|
||||
"armorSpecialSpring2023MageText": "Jas Batu Rembulan",
|
||||
"armorSpecialSpring2023MageNotes": "Setelan musim semi yang manis ini memperbesar sihir batu bulan. Meningkatkan Kecerdasan sebanyak <%= int %>. Perlengkapan Musim Semi 2023 Edisi Terbatas.",
|
||||
"armorMystery201903Notes": "Orang-orang pewarnasaran untuk mengetahui dari mana kamu mendapatkan kostum istimelur ini! Tidak menambah status apapun. Item Pelanggan Maret 2019.",
|
||||
"armorSpecialSpring2023HealerNotes": "Sapuan kemuliaan hijau untuk membuatmu menjadi objek iri hati dalam Party. Meningkatkan Ketahanan sebanyak <%= con %>. Perlengkapan Musim Semi 2023 Edisi Terbatas.",
|
||||
"armorMystery201904Text": "Setelan Opalescent",
|
||||
"armorMystery201904Notes": "Pakaian bersinar ini memiliki opal yang dijahit ke panel depan untuk memberimu kekuatan misterius dan penampilan yang luar biasa. Tidak menambah status apapun. Item Pelanggan April 2019.",
|
||||
"armorMystery201903Text": "Zirah Tem-purung-yaan",
|
||||
"armorMystery201906Text": "Ekor Koi Ramah",
|
||||
"armorMystery201906Notes": "Kali ini kami akan berhenti membuat pelesetan tentang \"malu-malu koicing.\" Oh tunggu, ups. Tidak menambah status apapun. Item Pelanggan Juni 2019.",
|
||||
"armorMystery201907Text": "Kemeja Bunga",
|
||||
"armorSpecialSpring2023HealerText": "Gaun Daun Teratai",
|
||||
"armorMystery201910Notes": "Armor misterius ini akan melindungimu dari teror yang terlihat dan tidak terlihat. Tidak menambah status apapun. Item Pelanggan Oktober 2019.",
|
||||
"armorMystery201908Text": "Kostum Faun Liar",
|
||||
"armorMystery201907Notes": "Tetap tenang dan keren bahkan pada hari musim panas yang paling panas. Tidak menambah status apapun. Item Pelanggan Juli 2019.",
|
||||
"armorMystery201908Notes": "Kaki-kaki ini diciptakan untuk menari! Dan itulah yang akan mereka lakukan. Tidak menambah status apapun. Item Pelanggan Agustus 2019.",
|
||||
"armorMystery201909Text": "Zirah Biji Ek Ramah",
|
||||
"armorMystery202006Text": "Ekor Merfolk Multikrom",
|
||||
"armorMystery202006Notes": "Bahkan di antara karang dan anemon paling terang, ekor ini adalah yang paling menonjol bangga dari yang lainnya! Tidak menambah status apapun. Item Pelanggan Juni 2020.",
|
||||
"armorMystery202007Text": "Kostum Orca Luar Biasa",
|
||||
"armorMystery201909Notes": "Eksterior tangguhmu sungguh protektif, tetapi harus tetap berhati-hati terhadap tupai... Tidak menambah status apapun. Item Pelanggan September 2019.",
|
||||
"armorMystery201910Text": "Armor Samar",
|
||||
"armorMystery202102Notes": "Berlayar melintasi alam semesta dengan gaya keren dalam gaun cerah mengapung ini. Tidak menambah status apapun. Item Pelanggan Februari 2021.",
|
||||
"armorMystery202007Notes": "Berenang, berputar, menyelam, dan berpacu dengan ekor yang tampan dan kuat ini! Tidak menambah status apapun. Item Pelanggan Juli 2020.",
|
||||
"armorMystery202101Notes": "Balut dirimu dengan bulu hangat dan ekor empuk yang hampir tak ada habisnya! Tidak menambah status apapun. Item Pelanggan Januari 2021.",
|
||||
"armorMystery202104Text": "Armor Thistle Berbulu Halus",
|
||||
"armorMystery202104Notes": "Lembut di dalam, tajam di luar, bergaya di mana-mana! Tidak menambah status apapun. Item Pelanggan April 2021.",
|
||||
"armorMystery202102Text": "Gaun Menawan",
|
||||
"armorMystery202101Text": "Setelan Macan Tutul Salju Manis",
|
||||
"armorMystery202103Notes": "Jubah lembut dan berangin ini sangat cocok untuk pesta teh di bawah pohon musim semi yang mencolok. Tidak menambah status apapun. Item Pelanggan Maret 2021.",
|
||||
"armorMystery202106Text": "Ekor Matahari Terbenam",
|
||||
"armorMystery202103Text": "Jubah Pemandangan Bunga",
|
||||
"armorMystery202207Text": "Armor Agar-agar Lengket",
|
||||
"armorMystery202106Notes": "Dengan ekor yang perkasa namun elegan ini, kamu dapat berlayar melalui lautan hangat sampai ke cakrawala. Tidak menambah status apapun. Item Pelanggan Juni 2021.",
|
||||
"armorMystery202110Text": "Armor Gargoyle Berlumut",
|
||||
"armorMystery202110Notes": "Lumut beludru membuatmu tampak lembut dari luar, tetapi sebetulnya dilindungi oleh batu padat. Tidak menambah status apapun. Item Pelanggan Oktober 2021.",
|
||||
"armorMystery202112Text": "Ekor Undine Antartika",
|
||||
"armorMystery202112Notes": "Meluncur di lautan es tapi tidak kedinginan dengan ekor berkilauan ini. Tidak menambah status apapun. Item Pelanggan Desember 2021.",
|
||||
"armorMystery202204Text": "Kapsul Petualang Virtual",
|
||||
"armorMystery202204Notes": "Sepertinya untuk melakukan tugas sekarang perlu menekan tombol-tombol misterius ini! Apa yang bisa mereka lakukan? Tidak menambah status apapun. Item Pelanggan April 2022.",
|
||||
"armorMystery202207Notes": "Armor ini akan membuatmu terlihat glamor dan seperti agar-agar. Tidak menambah status apapun. Item Pelanggan Juli 2022.",
|
||||
"armorMystery202210Text": "Armor Ular Jahat",
|
||||
"armorArmoireNephriteArmorText": "Zirah Nefrit",
|
||||
"armorArmoireBoatingJacketText": "Jaket Berperahu",
|
||||
"armorArmoireVernalVestmentNotes": "Pakaian sutra ini sangat cocok untuk menikmati cuaca musim semi yang sejuk sambil bergaya. Meningkatkan Kekuatan dan Kecerdasan masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Jubah Vernal (Item 2 dari 3).",
|
||||
"armorArmoireNephriteArmorNotes": "Terbuat dari cincin baja yang kuat dan dihiasi dengan batu giok, baju besi ini akan melindungimu dari sifat menunda-nunda! Meningkatkan Kekuatan sebanyak <%= str %> dan Persepsi sebanyak <%= per %>. Peti Ajaib: Set Pemanah Nefrit (Item 3 dari 3).",
|
||||
"armorArmoireBoatingJacketNotes": "Baik ketika berada di kapal pesiar megah atau jalopy, kamu akan menjadi kucing mengeong dengan jaket dan dasi ini. Meningkatkan Kekuatan, Kecerdasan, dan Persepsi masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Berperahu (Item 1 dari 3).",
|
||||
"armorMystery202304Text": "Zirah Teko Tiptop",
|
||||
"armorMystery202210Notes": "Cobalah merayap untuk berubah, kamu bisa jadi akan merasa bahwa itu moda transportasi yang cukup efisien! Tidak menambah status apapun. Item Pelanggan Oktober 2022.",
|
||||
"armorMystery202212Text": "Gaun Glasial",
|
||||
"armorMystery202212Notes": "Alam semesta bisa dingin, tetapi gaun menawan ini akan membuatmu tetap nyaman saat terbang. Tidak menambah status apapun. Item Pelanggan Desember 2022.",
|
||||
"armorArmoireVernalVestmentText": "Jubah Vernal",
|
||||
"armorArmoireAstronomersRobeText": "Jubah Astronomer",
|
||||
"armorArmoireAstronomersRobeNotes": "Ternyata sutra dan cahaya bintang membuat kain yang tidak hanya ajaib, tetapi sangat bernapas. Meningkatkan Persepsi dan Ketahanan masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Penyihir Astronomer (Item 1 dari 3).",
|
||||
"armorArmoireInvernessCapeText": "Jubah Inverness",
|
||||
"armorArmoireInvernessCapeNotes": "Pakaian kokoh ini akan memungkinkanmu mencari petunjuk dalam segala jenis cuaca. Meningkatkan Persepsi dan Kecerdasan masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Detektif (Item 2 dari 4).",
|
||||
"armorArmoireShadowMastersRobeText": "Jubah Master Bayangan",
|
||||
"armorArmoireShadowMastersRobeNotes": "Kain jubah mengalir ini ditenun dari bayang-bayang paling gelap di gua-gua terdalam Habitica. Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Master Bayangan (Item 1 dari 4).",
|
||||
"armorArmoireAlchemistsRobeText": "Jubah Alkemis",
|
||||
"armorArmoireDuffleCoatNotes": "Jelajahi alam dingin dengan penuh gaya dengan mantel wol yang nyaman ini. Meningkatkan Ketahanan dan Persepsi masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Mantel Duffle (Item 1 dari 2).",
|
||||
"armorArmoireAlchemistsRobeNotes": "Sejumlah ramuan berbahaya terlibat dalam pembuatan logam dan permata misterius, dan jubah berat ini akan melindungimu dari bahaya dan efek samping yang tidak diinginkan! Meningkatkan Ketahanan sebanyak <%= con %> dan Persepsi sebanyak <%= per %>. Peti Ajaib: Set Alkemis (Item 1 dari 4).",
|
||||
"armorArmoireDuffleCoatText": "Mantel Duffle",
|
||||
"armorArmoireHeroicHerbalistRobeText": "Jubah Dukun Heroik",
|
||||
"eyewearArmoireClownsNoseText": "Hidung Badut",
|
||||
"armorArmoireLayerCakeArmorText": "Armor Kue Lapis",
|
||||
"armorArmoireFiddlersCoatText": "Jubah Pemain Biola",
|
||||
"armorArmoireFiddlersCoatNotes": "Pakaian praktis untuk memberimu banyak ruang untuk bergerak! Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Pemain Biola (Item 2 dari 4).",
|
||||
"armorArmoirePirateOutfitNotes": "Avast, kamu landlubbers! Pakaian yang sempurna untuk mengepel dek kapal dan menghitung rampasan. Meningkatkan Ketahanan dan Kecerdasan masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Bajak Laut (Item 2 dari 3).",
|
||||
"armorArmoirePirateOutfitText": "Baju Bajak Laut",
|
||||
"armorArmoireLayerCakeArmorNotes": "Protektif dan enak! Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Selamat Ulang Tahun (Item 2 dari 4).",
|
||||
"armorArmoireBoxArmorText": "Armor Kotak Kardus",
|
||||
"armorArmoireBoxArmorNotes": "Armor Kotak Kardus: Karena cocok, makanya kamu duduk... Uh, karena itu kamu memakainya ke dalam pertempuran, seperti ksatria pemberani! Meningkatkan Persepsi dan Ketahanan masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Ksatria Kertas (Item 3 dari 3).",
|
||||
"armorArmoireBaseballUniformText": "Seragam Bisbol",
|
||||
"armorArmoireBaseballUniformNotes": "Pinstripes tidak pernah ketinggalan zaman. Meningkatkan Ketahanan dan Kekuatan masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Bisbol (Item 2 dari 4).",
|
||||
"eyewearMystery202308Notes": "Kamu mengantuk? Atau hanya mengistirahatkan mata untuk menyambut pertempuran menakjubkan berikutnya? Tidak menambah status apapun. Item Pelanggan Agustus 2023.",
|
||||
"eyewearMystery202308Text": "Mata Mengantuk",
|
||||
"eyewearMystery202204BText": "Wajah Virtual",
|
||||
"eyewearMystery202204ANotes": "Bagaimana suasana hatimu hari ini? Ekspresikan diri dengan layar menyenangkan ini. Tidak menambah status apapun. Item Pelanggan April 2022.",
|
||||
"eyewearMystery202204AText": "Wajah Virtual",
|
||||
"eyewearMystery202202Notes": "Nyanyian ceria membawa warna ke pipimu. Tidak menambah status apapun. Item Pelanggan Februari 2022",
|
||||
"eyewearMystery202202Text": "Mata Pirus Tersipu",
|
||||
"armorArmoireHeroicHerbalistRobeNotes": "Selalu berbau menyenangkan dari semua jenis herbal. Meningkatkan Ketahanan dan Kecerdasan masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Dukun Heroik (Item 1 dari 3).",
|
||||
"armorArmoireBlueMoonShozokuText": "Armor Bulan Biru",
|
||||
"armorArmoireBlueMoonShozokuNotes": "Ketenangan aneh mengelilingi pemakai baju besi ini. Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Pengembara Bulan Biru (Item 4 dari 4).",
|
||||
"armorArmoireJadeArmorText": "Armor Giok",
|
||||
"armorArmoireClownsMotleyText": "Baju Motley Badut",
|
||||
"armorArmoireMedievalLaundryOutfitText": "Pakaian Binatu",
|
||||
"armorArmoireBagpipersKiltText": "Kilt Bagpiper",
|
||||
"armorArmoireHeraldsTunicNotes": "Bersiaplah untuk menyebarkan kabar baik jauh dan luas dalam pakaian kerajaan yang penuh warna ini. Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Pembawa Berita (Item 1 dari 4).",
|
||||
"armorArmoireSoftVioletSuitText": "Jas Violet Lembut",
|
||||
"armorArmoireSoftVioletSuitNotes": "Ungu adalah warna yang mewah. Bersantailah dengan gaya setelah kamu menyelesaikan semua tugas harianmu. Meningkatkan Ketahanan dan Kekuatan masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Pakaian Santai Violet (Item 2 dari 3).",
|
||||
"armorArmoireGardenersOverallsNotes": "Jangan takut untuk bekerja di tanah saat kamu mengenakan overall yang tahan lama ini. Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Tukang Kebun (Item 1 dari 4).",
|
||||
"armorArmoireStrawRaincoatText": "Jas Hujan Jerami",
|
||||
"armorArmoireJewelersApronText": "Celemek Perhiasan",
|
||||
"armorArmoireShawlCollarCoatText": "Mantel Kerah Selendang",
|
||||
"headSpecialPiDayNotes": "Cobalah untuk menyeimbangkan potongan pai lezat ini di kepalamu sambil berjalan dalam lingkaran. Atau lemparkan ke Keseharian merah! Atau kamu memakan saja. Terserah kamu! Tidak menambah status apapun.",
|
||||
"headSpecialSummer2019WarriorText": "Helm Kura-Kura",
|
||||
"headSpecialSummer2019HealerText": "Mahkota Keong",
|
||||
"headSpecialFall2019RogueText": "Topi Opera Antik",
|
||||
"headSpecialFall2019WarriorText": "Helm Tengkorak Obsidian",
|
||||
"headSpecialNye2019Notes": "Kamu mendapatkan Topi Pesta Memalukan! Kenakan dengan bangga di keriaan Tahun Baru! Tidak menambah status apapun.",
|
||||
"headSpecialWinter2020RogueText": "Topi Kaos Kaki Empuk",
|
||||
"headSpecialWinter2020MageText": "Mahkota Lonceng",
|
||||
"eyewearSpecialYellowHalfMoonNotes": "Kacamata dengan bingkai kuning dan lensa bulan sabit. Tidak menambah status apapun.",
|
||||
"eyewearSpecialRedHalfMoonNotes": "Kacamata dengan bingkai merah dan lensa bulan sabit. Tidak menambah status apapun.",
|
||||
"eyewearSpecialAnniversaryText": "Topeng Pahlawan Habitica",
|
||||
"eyewearSpecialFall2019RogueNotes": "Kamu akan berpikir topeng seluruh wajah akan melindungi identitasmu dengan baik, tetapi orang-orang cenderung terlalu terpesona oleh desainnya yang mencolok sehingga malah mengenali setiap detil yang tidak tertutup. Tidak menambah status apapun. Perlengkapan Musim Gugur 2019 Edisi Terbatas.",
|
||||
"eyewearSpecialAnniversaryNotes": "Melihat melalui mata Pahlawan Habitica - Kamu! Tidak menambah status apapun. Item Pesta Ulang Tahun ke-10 Edisi Khusus.",
|
||||
"eyewearMystery202108Text": "Mata Berapi-api",
|
||||
"armorArmoireSoftBlackSuitText": "Jas Hitam Lembut",
|
||||
"headSpecialWinter2020WarriorText": "Hias Kepala Bertabur Salju",
|
||||
"eyewearSpecialYellowHalfMoonText": "Kacamata Lensa Sabit Kuning",
|
||||
"headSpecialSpring2023HealerNotes": "Tampilan brilian dan berwarna-warni ini sama dengan skema warna Batu Kelahiran! Sungguh simbolis! Meningkatkan Kecerdasan sebanyak <%= int %>. Perlengkapan Musim Semi 2023 Edisi Terbatas.",
|
||||
"headSpecialSpring2019HealerText": "Helm Burung Robin",
|
||||
"eyewearMystery202201Text": "Topeng Pembuat Komedi Tengah Malam",
|
||||
"eyewearSpecialPinkHalfMoonNotes": "Kacamata dengan bingkai merah muda dan lensa bulan sabit. Tidak menambah status apapun.",
|
||||
"armorArmoireGuardiansGownNotes": "Gaun pedesaan yang indah, dengan jahitan yang sangat kokoh! Meningkatkan Kecerdasan sebanyak <%= int %>. Peti Ajaib: Set Gembala Hewan Ternak (Item 3 dari 3).",
|
||||
"armorArmoireAutumnEnchantersCloakNotes": "Seorang penyihir yang terampil seperti yang kamu butuhkan untuk terlihat sekuat yang mereka rasakan. Meningkatkan Kecerdasan sebanyak 12. Peti Ajaib: Set Enchanter Musim Gugur (Item 2 dari 4).",
|
||||
"armorArmoireDoubletOfClubsNotes": "Siapa yang tahu apa yang ada di kartu, tetapi kamu akan terlihat gaya di acara apa pun dengan mengenakan doublet dan jubah ini! Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Jack Klaver (Item 3 dari 3).",
|
||||
"armorArmoireJadeArmorNotes": "Armor giok ini indah dan fungsional. Lindungi dirimu, dan... kamu terlihat luar biasa! Meningkatkan Persepsi sebanyak <%= per %>. Peti Ajaib: Set Prajurit Giok (Item 2 dari 3).",
|
||||
"armorArmoireClownsMotleyNotes": "Pakaiannya cocok dan indah, tetapi mengisi sepatu ini bukanlah prestasi kecil. Meningkatkan Kekuatan sebanyak <%= str %>. Peti Ajaib: Set Badut (Item 1 dari 5).",
|
||||
"armorArmoireBagpipersKiltNotes": "Kilt kokoh yang baik akan melayanimu dengan baik. Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Bagpiper (Item 2 dari 3).",
|
||||
"armorArmoireSoftBlackSuitNotes": "Hitam adalah warna misterius. Ini pasti akan menginspirasi mimpi yang paling menarik. Meningkatkan Ketahanan dan Persepsi masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Pakaian Santai Hitam (Item 2 dari 3).",
|
||||
"armorArmoireStrawRaincoatNotes": "Jubah jerami anyaman ini akan membuatmu tetap kering dan baju besimu tidak berkarat saat dalam misi. Hanya saja, jangan terlalu dekat dengan lilin! Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Jas Hujan Jerami (Item 1 dari 2).",
|
||||
"armorArmoireTeaGownNotes": "Kamu ulet, kreatif, brilian, dan sangat modis! Meningkatkan Kekuatan dan Kecerdasan masing-masing sebanyak <%= attrs %> . Peti Ajaib: Set Pesta Teh (Item 1 dari 3).",
|
||||
"armorArmoireShootingStarCostumeNotes": "Dikabarkan telah berputar keluar dari langit malam itu sendiri, gaun yang mengalir ini memungkinkanmu mengatasi semua rintangan di jalan. Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Debu Bintang (Item 2 dari 3).",
|
||||
"armorArmoireFancyPirateSuitNotes": "Kenakan jaket keren ini dengan baik saat mengatur perpustakaan kapal atau membicarakannya sebagai kru. Meningkatkan Ketahanan dan Kecerdasan masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Bajak Laut Mewah (Item 1 dari 3).",
|
||||
"armorArmoireBasketballUniformNotes": "Ingin tahu apa yang tercetak di bagian belakang seragam ini? Tentu saja ini angka keberuntunganmu! Meningkatkan Persepsi sebanyak <% per %>. Peti Ajaib: Set Bola Basket Lama (Item 1 dari 2).",
|
||||
"armorArmoireJewelersApronNotes": "Celemek tugas berat ini tepat dipakai saat kamu merasa kreatif. Bagian terbaiknya, ada puluhan kantong kecil untuk menampung semua yang kamu butuhkan. Meningkatkan Kecerdasan sebanyak <%= int %>. Peti Ajaib: Set Perhiasan (Item 1 dari 4).",
|
||||
"armorArmoireAdmiralsUniformNotes": "Hormat! Seragam angkatan laut ini menandakan bahwa kamu siap untuk mengambil alih komando tugas serta sebuah kapal. Meningkatkan Ketahanan dan Kekuatan masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Laksamana (Item 2 dari 2).",
|
||||
"headSpecialKS2019Notes": "Dihiasi dengan kemiripan dan bulu grifin, helm yang megah ini melambangkan cara keterampilan dan sikapmu berdiri sebagai contoh bagi orang lain. Meningkatkan Kecerdasan sebanyak <%= int %>.",
|
||||
"headSpecialSpring2019WarriorText": "Helm Anggrek",
|
||||
"headSpecialWinter2020RogueNotes": "Seorang pengembara berjalan menyusuri jalan dengan topi itu, orang-orang tahu mereka tidak takut pada apa pun. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Dingin 2019-2020 Edisi Terbatas.",
|
||||
"headSpecialSpring2019WarriorNotes": "Helm ini tidak bisa dipecahkan dan tangguh! Juga menarik kupu-kupu. Meningkatkan Kekuatan sebanyak <%= str %>. Perlengkapan Musim Semi 2019 Edisi Terbatas.",
|
||||
"headSpecialSpring2019MageText": "Topi Ambar",
|
||||
"headSpecialSpring2019MageNotes": "Permata kuning bercahaya memberi topi ini kekuatan alam misterius. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Semi 2019 Edisi Terbatas.",
|
||||
"headSpecialSummer2019RogueText": "Helm Hiu Martil",
|
||||
"headSpecialSummer2019RogueNotes": "Helm ini memberimu pemandangan 360 derajat perairan di sekitarnya, yang sempurna untuk menyelinap di Keseharian merah yang tidak curiga. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Panas 2019 Edisi Terbatas.",
|
||||
"headSpecialSummer2019WarriorNotes": "Dia tidak akan membiarkanmu menarik kepala di antara bahu, tetapi akan melindungimu jika kamu terpentung bagian bawah perahu. Meningkatkan Kekuatan sebanyak <%= str %>. Perlengkapan Musim Panas 2019 Edisi Terbatas.",
|
||||
"headSpecialSummer2019MageNotes": "Berlawanan dengan kepercayaan populer, kepalamu bukanlah tempat yang tepat bagi katak untuk hinggap. Meningkatkan Persepsi <%= per %>. Perlengkapan Musim Panas 2019 Edisi Terbatas.",
|
||||
"headSpecialSummer2019HealerNotes": "Struktur spiral cangkang ini akan membantumu mendengar teriakan minta tolong melintasi tujuh lautan. Meningkatkan Kecerdasan sebanyak <%= int %>. Perlengkapan Musim Panas 2019 Edisi Terbatas.",
|
||||
"headSpecialWinter2020MageNotes": "Oh! Bagaimana lonceng / Lonceng emas manis / Semua sepertinya mengatakan, / \"Gunakan 'Semburan Api'\" Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Dingin 2019-2020 Edisi Terbatas.",
|
||||
"headSpecialSpring2020WarriorNotes": "Pukulan musuh akan berbelok dari helm yang terinspirasi kumbang ini! Meningkatkan Kekuatan sebanyak <%= str %>. Perlengkapan Musim Semi 2020 Edisi Terbatas.",
|
||||
"armorArmoireGuardiansGownText": "Gaun Penggembala",
|
||||
"eyewearMystery202201Notes": "Rayakan tahun baru dengan suasana misteri dalam topeng bulu bergaya ini. Tidak menambah status apapun. Item Pelanggan Januari 2022.",
|
||||
"headSpecialFall2019HealerNotes": "Kenakan miter gelap ini untuk memanfaatkan kekuatan Lich yang menakutkan. Meningkatkan Kecerdasan sebanyak <%= int %>. Perlengkapan Musim Gugur 2019 Edisi Terbatas.",
|
||||
"eyewearSpecialWhiteHalfMoonText": "Kacamata Lensa Sabit Putih",
|
||||
"eyewearSpecialRedHalfMoonText": "Kacamata Lensa Sabit Merah",
|
||||
"eyewearSpecialPinkHalfMoonText": "Kacamata Lensa Sabit Merah Muda",
|
||||
"armorArmoireMedievalLaundryOutfitNotes": "Kenakan pakaian kerjamu dan singsingkan lengan bajumu: saatnya untuk mencuci pakaian! Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Pencuci Abad Pertengahan (Item 1 dari 6).",
|
||||
"armorArmoireMedievalLaundryDressNotes": "Kenakan celemekmu dan singsingkan lengan bajumu: saatnya untuk mencuci pakaian! Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Pencuci Abad Pertengahan (Item 2 dari 6).",
|
||||
"armorArmoireBathtubText": "Bak Mandi",
|
||||
"armorArmoireBathtubNotes": "Waktunya untuk sedikit R&R? Ini bak mandi pribadimu sendiri - dan dijamin suhu air selalu tepat! Meningkatkan Ketahanan sebanyak <%= con %>. Peti Ajaib: Set Mandi Busa (Item 2 dari 4).",
|
||||
"armorArmoireTeaGownText": "Gaun Pesta Teh",
|
||||
"headSpecialKS2019Text": "Helm Grifin Mitik",
|
||||
"headSpecialSpring2019RogueNotes": "Tidak ada yang akan menyadari bahwa ada awan yang diam-diam melayang menuju simpanan Emas mereka, bukan? Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Semi 2019 Edisi Terbatas.",
|
||||
"armorArmoireShootingStarCostumeText": "Gaun Bintang",
|
||||
"armorArmoireAutumnEnchantersCloakText": "Jubah Enchanter Musim Gugur",
|
||||
"armorArmoireDoubletOfClubsText": "Doublet Klaver",
|
||||
"armorArmoireSoftPinkSuitText": "Jas Pink Lembut",
|
||||
"armorArmoireSoftPinkSuitNotes": "Merah muda adalah warna yang menenangkan. Kenakan Set Pakaian Santai ini untuk sedikit kedamaian selama kesibukan sehari-hari! Meningkatkan Persepsi sebanyak <%= per %>. Peti Ajaib: Set Pakaian Santai Merah Muda (Item 2 dari 3).",
|
||||
"armorArmoireHeraldsTunicText": "Tunik Pembawa Berita",
|
||||
"armorArmoireGardenersOverallsText": "Baju Overall Tukang Kebun",
|
||||
"armorArmoireSheetGhostCostumeText": "Kostum Hantu",
|
||||
"headSpecialSpring2019RogueText": "Helm Awan",
|
||||
"headSpecialSpring2019HealerNotes": "Bersiaplah untuk hari pertama musim semi dengan helm paruh lucu ini. Meningkatkan Kecerdasan sebanyak <%= int %>. Perlengkapan Musim Semi 2019 Edisi Terbatas.",
|
||||
"headSpecialSummer2019MageText": "Topi Teratai",
|
||||
"headSpecialFall2019RogueNotes": "Apakah kamu menemukan topi baja ini di pelelangan kostum terkutuk, atau di loteng kakek nenek eksentrik? Dari mana pun asalnya, usia dan kelusuhannya menambah suasana misterimu. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Gugur 2019 Edisi Terbatas.",
|
||||
"headSpecialFall2019MageNotes": "Mata tunggal yang buruk memang menyulitkan dalam mengenali kedalaman, tetapi itu hanya harga kecil yang harus dibayar agar bisa mengasah fokus ke satu titik secara intens. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Gugur 2019 Edisi Terbatas.",
|
||||
"headSpecialFall2019HealerText": "Miter Gelap",
|
||||
"headSpecialNye2019Text": "Topi Pesta Memalukan",
|
||||
"headSpecialSpring2020WarriorText": "Helm Kumbang",
|
||||
"headSpecialWinter2020HealerText": "Lambang Adas Bintang",
|
||||
"headSpecialSpring2020RogueText": "Helm Lapis Kabuto",
|
||||
"headSpecialSummer2022RogueNotes": "Tidak ada waktu untuk menjadi pemarah, kami di sini memperingati permainan kata-kata krustasea terpanas musim panas. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Panas 2022 Edisi Terbatas.",
|
||||
"headSpecialSummer2022MageText": "Helm Pari Manta",
|
||||
"headSpecialSummer2022HealerNotes": "Ikan tidak punya telinga, katamu? Tunggu sampai kamu memberi tahu mereka berita. Meningkatkan Kecerdasan sebanyak <%= int %>. Perlengkapan Musim Panas 2022 Edisi Terbatas.",
|
||||
"headSpecialSummer2022HealerText": "Sirip Kuping Angelfish",
|
||||
"headSpecialSpring2023HealerText": "Bunga Teratai Mekar",
|
||||
"headSpecialSpring2023MageNotes": "Kamu akan ingin memakai kacamata ini di malam hari sehingga dapat melihat dengan jelas dengan bantuan cahaya bulan. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Semi 2023 Edisi Terbatas.",
|
||||
"headMystery202207Text": "Helm Agar-agar Lengket",
|
||||
"shieldSpecialSummer2022WarriorText": "Hiu Penuh Semangat",
|
||||
"shieldSpecialSummer2022HealerText": "Riak Perbaikan",
|
||||
"shieldSpecialSummer2022WarriorNotes": "Dia mengunci! Menggigit! Dan tidak pernah berhenti! Meningkatkan Ketahanan sebanyak <%= con %>. Perlengkapan Musim Panas 2022 Edisi Terbatas.",
|
||||
"shieldSpecialSpring2023WarriorText": "Tandan Bunga",
|
||||
"shieldSpecialSpring2023WarriorNotes": "Kumpulkan bunga-bunga terbaik musim semi ke dalam tandan bunga berwarna cerah ini. Meningkatkan Ketahanan sebanyak <%= con %>. Perlengkapan Musim Semi 2023 Edisi Terbatas.",
|
||||
"shieldSpecialSpring2023HealerText": "Korsase Teratai",
|
||||
"shieldSpecialSpring2023HealerNotes": "Aksesori untuk visitasi penyembuhan, atau bagian dari ritual untuk menghadiri tarian musim semi! Meningkatkan Ketahanan sebanyak <%= con %>. Perlengkapan Musim Semi 2023 Edisi Terbatas.",
|
||||
"eyewearSpecialWhiteHalfMoonNotes": "Kacamata dengan bingkai putih dan lensa bulan sabit. Tidak menambah status apapun.",
|
||||
"eyewearSpecialKS2019Text": "Visor Grifin Mitik",
|
||||
"eyewearMystery201907Text": "Kacamata Hitam Manis",
|
||||
"eyewearSpecialFall2019RogueText": "Masker Setengah Putih Tulang",
|
||||
"eyewearMystery201902Text": "Topeng Crush Samar",
|
||||
"armorArmoireFancyPirateSuitText": "Jaket Bajak Laut Mewah",
|
||||
"headSpecialWinter2020HealerNotes": "Harap lepaskan dari kepala sebelum mencoba menyeduh chai atau kopi dengannya. Meningkatkan Kecerdasan sebanyak <%= int %>. Perlengkapan Musim Dingin 2019-2020 Edisi Terbatas.",
|
||||
"headSpecialSpring2020RogueNotes": "Begitu bersemangat dan berharga, kamu akan tergoda untuk mencurinya dari kepalamu sendiri. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Semi 2020 Edisi Terbatas.",
|
||||
"eyewearMystery201902Notes": "Topeng misterius ini menyembunyikan identitasmu tetapi tidak dengan senyum kemenanganmu. Tidak menambah status apapun. Item Pelanggan Februari 2019.",
|
||||
"headSpecialSpring2020MageText": "Tutup Atas Tetes",
|
||||
"eyewearSpecialFall2019HealerNotes": "Perkuat diri melawan musuh terberat dengan topeng yang tidak dapat dipahami ini. Tidak menambah status apapun. Perlengkapan Musim Gugur 2019 Edisi Terbatas.",
|
||||
"headSpecialSummer2022MageNotes": "Jaga kepala tetap terlindungi saat terjun ke dalam tugas atau ke perairan terdalam. Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Panas 2022 Edisi Terbatas.",
|
||||
"headSpecialSpring2020MageNotes": "Apakah langit cerah? Kelembaban rendah? Jangan khawatir, kami punya kamu. Basahi sihirmu tanpa meredam semangatmu! Meningkatkan Persepsi sebanyak <%= per %>. Perlengkapan Musim Semi 2020 Edisi Terbatas.",
|
||||
"headSpecialSummer2022WarriorNotes": "Salurkan kekuatan air saat kamu memusatkan diri dalam pusaran yang intens ini. Meningkatkan Kekuatan sebanyak <%= str %>. Perlengkapan Musim Panas 2022 Edisi Terbatas.",
|
||||
"headSpecialSummer2022WarriorText": "Helm Puting Beliung",
|
||||
"shieldSpecialSummer2022HealerNotes": "Kirimkan sihir restoratif dalam riak lembut melalui karang. Meningkatkan Ketahanan sebanyak <%= con %>. Perlengkapan Musim Panas 2022 Edisi Terbatas.",
|
||||
"armorArmoireMedievalLaundryDressText": "Gaun Binatu",
|
||||
"eyewearArmoireClownsNoseNotes": "Aksesori ini akan memastikan semua orang menyadari 'hidung' badutmu! Meningkatkan Kecerdasan sebanyak <%= int %>. Peti Ajaib: Set Badut (Item 2 dari 5).",
|
||||
"armorArmoireAdmiralsUniformText": "Seragam Laksamana",
|
||||
"headSpecialPiDayText": "Topi Pi",
|
||||
"headSpecialFall2019WarriorNotes": "Rongga mata gelap helm tengkorak ini akan menakuti musuhmu bahkan yang paling berani. Meningkatkan Kekuatan sebanyak <%= str %>. Perlengkapan Musim Gugur 2019 Edisi Terbatas.",
|
||||
"headSpecialFall2019MageText": "Topeng Cyclops",
|
||||
"headSpecialWinter2020WarriorNotes": "Perasaan berduri di kulit kepalamu hanyalah harga kecil yang harus dibayar untuk keindahan musiman ini. Meningkatkan Kekuatan sebanyak <%= str %>. Perlengkapan Musim Dingin 2019-2020 Edisi Terbatas.",
|
||||
"headMystery202308Notes": "Apakah cowlick nakal yang mencuat dari tengah kepalamu mewakili kegigihanmu atau kecenderunganmu untuk nakal? Tidak menambah status apapun. Item Pelanggan Agustus 2023.",
|
||||
"headMystery202308Text": "Rambut Protagonis Ungu",
|
||||
"headArmoireAdmiralsBicorneNotes": "Angkat topi untukmu! Dengan mengenakan topi bersudut dua ini akan membuatmu lebih bijaksana, lebih cerah, lebih berani ... dan lebih tinggi. Meningkatkan Kecerdasan dan Persepsi masing-masing sebanyak <%= attrs %>. Peti Ajaib: Set Laksamana (Item 1 dari 2).",
|
||||
"headArmoireAdmiralsBicorneText": "Topi Bicorne Laksamana",
|
||||
"eyewearMystery202108Notes": "Tataplah musuhmu (atau tugas terbesarmu!) dengan ini dan mereka tidak akan memiliki kesempatan. Tidak menambah status apapun. Item Pelanggan Agustus 2021.",
|
||||
"eyewearMystery201907Notes": "Terlihat mengagumkan sekaligus melindungi mata dari sinar UV yang berbahaya! Tidak menambah status apapun. Item Pelanggan Juli 2019.",
|
||||
"eyewearSpecialFall2019HealerText": "Topeng Wajah Gelap",
|
||||
"eyewearSpecialKS2019Notes": "Berani seperti grifin ... Hmm, grifin tidak memiliki visor. Ini mengingatkanmu untuk... Oh, siapa yang kita bahas, itu keren banget! Tidak menambah status apapun.",
|
||||
"armorArmoireBasketballUniformText": "Seragam Bola Basket"
|
||||
}
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
"noGuildsParagraph2": "Tekan tab Temukan untuk melihat rekomendasi Guild berdasarkan minatmu, lihat-lihat Guild publik Habitica, atau buat Guild-mu sendiri.",
|
||||
"noGuildsMatchFilters": "Kami tidak dapat menemukan Guild yang cocok.",
|
||||
"privateDescription": "Guild pribadi tidak akan ditampilkan di daftar Guild Habitica. Anggota baru hanya dapat ditambahkan melalui undangan saja.",
|
||||
"removeInvite": "Hapus Undangan",
|
||||
"removeInvite": "Batalkan Undangan",
|
||||
"removeMember": "Keluarkan Anggota",
|
||||
"sendMessage": "Kirim Pesan",
|
||||
"promoteToLeader": "Pindahkan Kepemilikan",
|
||||
@@ -432,5 +432,6 @@
|
||||
"invitedToYourParty": "<strong>Diundang Ke Party-mu!</strong> Klik untuk Batalkan",
|
||||
"lookingForPartyTitle": "Temukan Anggota",
|
||||
"findMorePartyMembers": "Temukan Lebih Banyak Anggota",
|
||||
"noOneLooking": "Tidak ada yang mencari Party sekarang. <br>Kamu bisa kembali lagi nanti!"
|
||||
"noOneLooking": "Tidak ada yang mencari Party sekarang. <br>Kamu bisa kembali lagi nanti!",
|
||||
"chatSunsetWarning": "⚠️ <strong>Obrolan Guild Habitica dan Kedai Minuman akan dihentikan pada 8/8/2023.</strong> <a href='/static/faq/tavern-and-guilds'>Klik disini</a> untuk membaca selengkapnya tentang perubahan ini."
|
||||
}
|
||||
|
||||
@@ -226,5 +226,6 @@
|
||||
"monthlyMysteryItems": "Item Misteri Bulanan",
|
||||
"doubleDropCap": "Batas Drop Ganda",
|
||||
"mysterySet202304": "Set Teko Teh",
|
||||
"mysterySet202307": "Set Kraken Berbahaya"
|
||||
"mysterySet202307": "Set Kraken Berbahaya",
|
||||
"mysterySet202308": "Set Protagonis Ungu"
|
||||
}
|
||||
|
||||
@@ -766,5 +766,34 @@
|
||||
"backgroundInFrontOfFountainNotes": "Passeggia Di Fronte ad una Fontana.",
|
||||
"backgroundGoldenBirdcageNotes": "Nasconditi in una Voliera Dorata.",
|
||||
"backgroundFancyBedroomText": "Camera da Letto di Lusso",
|
||||
"backgroundFancyBedroomNotes": "Crogiolati in una Camera da Letto di Lusso."
|
||||
"backgroundFancyBedroomNotes": "Crogiolati in una Camera da Letto di Lusso.",
|
||||
"backgroundOldTimeyBasketballCourtNotes": "Fare canestro su un campo da basket vecchio stile.",
|
||||
"backgroundJungleWateringHoleText": "Pozzo d'acqua della Giungla",
|
||||
"backgroundMangroveForestText": "Foresta Mangrovia",
|
||||
"backgroundMangroveForestNotes": "Esplora i margini della Foresta Mangrovia.",
|
||||
"backgroundOldTimeyBasketballCourtText": "Campio di Basket Vecchio Stile",
|
||||
"backgroundInAPaintingNotes": "Godi di attività creative Dentro un Quadro.",
|
||||
"backgroundFlyingOverHedgeMazeText": "Volare sopra il labirinto di siepi",
|
||||
"backgroundCretaceousForestText": "Foresta Cretacea",
|
||||
"backgroundCretaceousForestNotes": "Ammirate il verde antico di una foresta cretacea.",
|
||||
"backgroundSpringtimeShowerText": "Pioggia di Primavera",
|
||||
"backgroundSpringtimeShowerNotes": "Vedere una pioggia di primavera fiorita.",
|
||||
"backgroundUnderWisteriaText": "Sotto Glicine",
|
||||
"backgroundJungleWateringHoleNotes": "Fermatevi a sorseggiare un sorso nel pozzo d'acqua della giungla.",
|
||||
"backgroundLeafyTreeTunnelText": "Tunnel dell'Albero Frondoso",
|
||||
"backgroundLeafyTreeTunnelNotes": "Passare attraverso un Tunnel dell'Albero Frondoso.",
|
||||
"backgroundUnderWisteriaNotes": "Rilassati sotto Glicine.",
|
||||
"backgroundInAPaintingText": "In un Quadro",
|
||||
"backgroundFlyingOverHedgeMazeNotes": "Meravigliarsi durante il volo sopra il labirinto di siepi.",
|
||||
"backgroundInAnAquariumText": "In un Acquario",
|
||||
"backgroundInAnAquariumNotes": "Nuota in pace con i pesci in un Acquario.",
|
||||
"backgroundInsideAdventurersHideoutText": "Nel Covo di un Avventuriere",
|
||||
"backgroundInsideAdventurersHideoutNotes": "Pianifica un viaggio nel Covo di un Avventuriere.",
|
||||
"backgroundCraterLakeText": "Lago del Cratere",
|
||||
"backgroundCraterLakeNotes": "Ammira un bel Lago del Cratere.",
|
||||
"backgroundOnAPaddlewheelBoatNotes": "Gira su una barca a pale.",
|
||||
"backgroundOnAPaddlewheelBoatText": "Su una barca a pale",
|
||||
"backgroundColorfulCoralText": "Corallo Colorato",
|
||||
"backgroundColorfulCoralNotes": "Immersione nel Corallo Colorato.",
|
||||
"backgroundBoardwalkIntoSunsetText": "Passeggiata verso il tramonto"
|
||||
}
|
||||
|
||||
@@ -801,5 +801,12 @@
|
||||
"backgroundColorfulCoralText": "色鮮やかなサンゴ",
|
||||
"backgroundColorfulCoralNotes": "色鮮やかなサンゴの中に飛び込みましょう。",
|
||||
"backgroundBoardwalkIntoSunsetText": "夕日の中のボードウォーク",
|
||||
"backgroundBoardwalkIntoSunsetNotes": "夕日の中のボードウォークを散歩しましょう。"
|
||||
"backgroundBoardwalkIntoSunsetNotes": "夕日の中のボードウォークを散歩しましょう。",
|
||||
"backgroundBonsaiCollectionText": "盆栽コレクション",
|
||||
"backgroundBonsaiCollectionNotes": "見事な盆栽コレクションを鑑賞しましょう。",
|
||||
"backgroundDreamyIslandText": "夢の島",
|
||||
"backgroundDreamyIslandNotes": "夢の島の風景を楽しみましょう。",
|
||||
"backgroundRockGardenText": "岩の庭園",
|
||||
"backgroundRockGardenNotes": "岩の庭園でくつろぎましょう。",
|
||||
"backgrounds082023": "セット111:2023年8月リリース"
|
||||
}
|
||||
|
||||
@@ -2,19 +2,19 @@
|
||||
"tavernCommunityGuidelinesPlaceholder": "ご利用上の注意:これは全年齢向けのチャットです。適切な内容と言葉遣いを心がけましょう! 疑問がある場合はサイドバーのコミュニティガイドラインをご参照ください。",
|
||||
"lastUpdated": "最終更新:",
|
||||
"commGuideHeadingWelcome": "Habiticaへようこそ!",
|
||||
"commGuidePara001": "冒険者のみんなこんにちは!豊かな土地、健康な生活と時折暴れまわるグリフォンのいるHabiticaへようこそ。ここには、お互い支えあって自己改善する人でいっぱいの元気なコミュニティがあります。参加するためには、肯定的な態度、丁寧な振る舞い、誰もが -- 皆さんも含め -- それぞれ違う強みと弱みを持っているという理解が求められます。Habiticaの住人たちはお互いに忍耐強く、可能な限り助け合おうとします。",
|
||||
"commGuidePara002": "誰もが安全で幸せな、そして実りの多い状態をコミュニティで保つために、いくつかのガイドラインがあります。フレンドリーな文章で読みやすくなるように考えて作りました。チャットに投稿する前に、じっくり読んでください。",
|
||||
"commGuidePara003": "これらのルールはTrello、GitHub、Weblate、Fandom内のHabitica Wikiなどを含む全てのソーシャルスペースに適用されます。コミュニティは成長し変わっていくので、いつかはこのルールは適用されなくなるかもしれません。ガイドラインが変わるときは、Baileyがお知らせしますのでご安心ください!",
|
||||
"commGuidePara001": "冒険者のみんなこんにちは!豊かな土地、健康な生活と時折暴れまわるグリフォンのいるHabiticaへようこそ。",
|
||||
"commGuidePara002": "誰もが安全で幸せな、そして実りの多い状態を保つために、チャレンジ、プレイヤーのプロフィール、パーティーチャット、プライベートメッセージについていくつかのガイドラインがあります。フレンドリーな文章で読みやすくなるように考えて作りました。仲間と交流する前に、じっくり読んでください。",
|
||||
"commGuidePara003": "これらのルールはいつかは適用されなくなるかもしれません。ガイドラインが変わるときは、Baileyがお知らせしますのでご安心ください!",
|
||||
"commGuideHeadingInteractions": "Habitica内での交流",
|
||||
"commGuidePara015": "Habitica には、公共とプライベートの2種類のコミュニティ スペースがあります。公共スペースとしては、キャンプ場チャット、公共ギルド、GitHub、Trello、そしてWiki があります。プライベートスペースとしては、プライベート ギルド、パーティーでのチャット、そしてPM(プライベートメッセージ)があります。ユーザーの表示名と@ユーザー名も含めて、公共スペースのガイドラインを守らなければなりません。表示名と@ユーザー名を変更するには、モバイルでは「メニュー」>「設定」>「プロフィール」で変更します。ウェブサイトで 「ユーザー」>「編集」ボタンをクリックしてください。",
|
||||
"commGuidePara016": "だれにとっても安全で楽しくあるために、Habitica のオープン スペースをぶらぶらするときの一般的なルールがいくつかあります。",
|
||||
"commGuideList02A": "<strong>お互いを尊重すること</strong>。丁寧で親切で、親しみやすく面倒見よくあってください。Habiticaには様々な出身の人が来ていますし、みなそれぞれ著しく異なる経歴を持つことを肝に銘じておきましょう。これこそがHabiticaを素晴らしいものにしている理由の一端です! コミュニティの構築とは、お互いの共通点と同じぐらい違う点を尊重し祝福することなのです。",
|
||||
"commGuidePara015": "Habitica には、他のプレーヤーと交流できるいくつかのスペースがあります。これらにはプライベートチャット機能(プライベートメッセージとパーティーチャット)、パーティーを探す機能、チャレンジなどがあります。",
|
||||
"commGuidePara016": "だれにとっても安全で楽しくあるために、Habitica のソーシャル機能をぶらぶらするときの一般的なルールがいくつかあります。",
|
||||
"commGuideList02A": "<strong>お互いを尊重すること</strong>。丁寧で親切で、親しみやすく面倒見よくあってください。Habiticaには様々な出身の人が来ていますし、みなそれぞれ著しく異なる経歴を持つことを肝に銘じておきましょう。",
|
||||
"commGuideList02B": "公共ペースとプライベートスペースの両方で、<strong>全ての<a href='/static/terms' target='_blank'>利用規約</a>に従ってください</strong>。",
|
||||
"commGuideList02C": "<strong>暴力的、脅迫的、または露骨であれ暗示的であれ性的、またはいかなる個人またはグループに対する差別・偏見・人種主義・性差別・憎悪・いやがらせまたは危害を助長する画像や文章を投稿してはいけません。</strong>たとえ冗談やミーム(流行語)だとしてもです。これは、口述された中傷も含みます。だれもが同じユーモアの感性ではなく、あなたが冗談だと思ったことが他人を傷つけるかもしれません。",
|
||||
"commGuideList02D": "<strong>すべての年齢の人に適切なやりとりをしましょう。</strong>つまり、公共のスペースではアダルトな話題は避けて下さい。このサイトを使う若いHabiticaユーザーはたくさんいて、あらゆる職業・立場の人がHabiticaに来ています。私たちは、コミュニティが快適で、いろいろな人が訪れることができる場所であって欲しいと思っています。",
|
||||
"commGuideList02E": "<strong>冒涜的な表現は避けましょう。 他の場所では許されるかもしれない、ちょっとした宗教的な悪口や、冒涜的な表現の隠語、略語もこれに含まれます。</strong>ここにはすべての宗教的・文化的な背景を持った人々がいます。私たちは公共の場ですべての人々が気持ち良く過ごせるようにしたいと考えています。<strong>モデレーターやスタッフの一員が「その言葉はHabiticaで禁止されています」と言った場合は、例えあなたがその言葉について問題意識を持っていなかったとしても、その判断は最終的なものです。</strong>さらに、中傷は利用規約違反であり、きわめて厳格に対処されます。",
|
||||
"commGuideList02E": "<strong>スタッフの一員が「その言葉はHabiticaで禁止されています」と言った場合は、例えあなたがその言葉について問題意識を持っていなかったとしても、その判断は最終的なものです。</strong>さらに、中傷は利用規約違反であり、きわめて厳格に対処されます。",
|
||||
"commGuideList02F": "キャンプ場やその話題がふさわしくない場所での、不和を引き起こす長い議論は避けましょう。誰かの発言がガイドラインに従ってはいるけれどもあなたにとって不快と感じる場合、それを丁寧に伝えるのは構いません。もし誰かから、あなたの発言が他者を不快にしたと指摘されたら、怒りにまかせて返信をしないで、落ち着く時間をとりましょう。でも、その会話があなたをムキにさせたり、ひどく感情的にさせたり、有害だと感じさせるならば、<strong>関わるのをやめましょう。代わりに、その投稿のことを運営までお知らせください。</strong>モデレーターができるだけ早く対応するでしょう。もしくは<a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a>へメールを送ってください。その際、役に立ちそうならスクリーンショットを添付してください。",
|
||||
"commGuideList02G": "<strong>モデレーターからの要請にはすぐに従ってください。</strong>これには、以下に限ったことではありませんが、特定の場所での投稿を控えることや、不適切なコンテンツをプロフィールから削除すること、議論を続けるためによりふさわしい場所に移動することなどが含まれます。モデレーターと議論しないで下さい。モデレーションにコメントや懸念がある場合はコミュニティマネージャーまでメール(<a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> )をお願いします。",
|
||||
"commGuideList02G": "<strong>スタッフからの要請にはすぐに従ってください。</strong>これには、以下に限ったことではありませんが、特定の場所での投稿を控えることや、不適切なコンテンツをプロフィールから削除することなどが含まれます。スタッフと議論しないで下さい。スタッフの言動にコメントや懸念がある場合はコミュニティマネージャーまでメール(<a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a> )をお願いします。",
|
||||
"commGuideList02J": "<strong>スパム禁止 </strong>。スパム行為には以下の行為が含まれ、かつまたそれらに限定するものではありません : 同じコメントや質問を複数の場所に投稿すること、説明なしまたは話の流れと<strong>無関係にリンクを投稿すること</strong>、無意味なメッセージを投稿すること、ギルドやパーティ、チャレンジの宣伝を複数の場所に投稿すること、大量のメッセージを連続的に投稿すること。もしリンクがクリックされてあなたに何らかの利益が生じる場合、あなたはその旨をメッセージ内で開示しなければなりません。そうでなければ、これもまたスパム行為とみなされるでしょう。モデレーターは独自の裁量で何がスパムかを決定するでしょう。",
|
||||
"commGuideList02K": "<strong>公共のチャットスペース、特にキャンプ場においては、過度に大きく表示したテキストを投稿するのは避けてください。</strong>全て大文字にした英文の投稿と同様に、あなたが叫んでいるような印象を与え、居心地のいい雰囲気を壊してしまいます。",
|
||||
"commGuideList02L": "<strong>公共のチャットでは個人情報を交換しないことを強くお勧めします――特に、本人確認に使えるような情報は。</strong>個人情報の一例としては、次のようなものが含まれます:あなたの住所、メールアドレス、API トークン/パスワード。これはあなたの安全のためにお伝えしています! スタッフやモデレーターは各自の裁量により、そのような情報を含む投稿を削除することができます。もしあなたが非公開のギルドやパーティー、またはプライベート メッセージで個人情報を求められた際は、丁重に断ったうえで、以下の両方の方法でスタッフとモデレータに知らせることを強く推奨します。1) メッセージを報告する(メッセージ内の旗のアイコンをクリック)。2)スクリーンショットを添えて <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a>にメールを送る。",
|
||||
@@ -33,7 +33,7 @@
|
||||
"commGuidePara033": "<strong>公共ギルドでは、18歳未満(未成年者)閲覧禁止の内容を投稿してはいけません。もし頻繁に刺激的な内容について話し合おうと考えている場合は、ギルドの説明にそのことを明記すべきです。</strong> これはHabiticaをだれにとっても安全で心地よい場所に保つためです。",
|
||||
"commGuidePara035": "<strong>当該のギルドに、様々な種類のセンシティブで要注意な問題が含まれる場合は、警告(例えば 「警告:自傷について」など)をすることが、Habiticaの仲間たちへの正しい礼儀です。</strong>これらは閲覧注意や内容注記と見なされるでしょう。ここで提供されるルールに加えて、ギルド独自のルールが定められていることもあります。Habiticaのスタッフは、依然として自らの裁量でこの投稿データを削除する場合があります。",
|
||||
"commGuidePara036": "また、センシティブな内容は投稿する場所を選ぶべきです――自傷行為について話題にするのは、うつ病とたたかうギルドであれば意味があるかもしれませんが、音楽のギルドではあまり適切ではありません。くり返しこのガイドラインに違反する人を見つけた場合(特に何度も改善を要求していれば)、その投稿を報告していただくようお願いします。",
|
||||
"commGuidePara037": "<strong>いかなるギルドも、公開非公開にかかわらず、特定の集団や個人を攻撃するために作られるべきではありません。</strong>そのようなギルドを作成した場合、即時にアカウントが停止される理由となります。冒険者仲間とではなく、悪い習慣と戦いましょう!",
|
||||
"commGuidePara037": "<strong>いかなるパーティーもグループも特定の集団や個人を攻撃するために作られるべきではありません。</strong>冒険者仲間とではなく、悪い習慣と戦いましょう!",
|
||||
"commGuidePara038": "<strong>すべてのキャンプ場チャレンジと公共ギルドチャレンジも、これらの規則を遵守しなければなりません</strong>。",
|
||||
"commGuideHeadingInfractionsEtc": "違反行為、罰、回復",
|
||||
"commGuideHeadingInfractions": "違反行為",
|
||||
@@ -121,14 +121,14 @@
|
||||
"commGuideLink07": "<a href='https://trello.com/b/nnv4QIRX/' target='_blank'>クエストTrello</a>:クエスト用テキストの提出はこちら。",
|
||||
"commGuidePara069": "以下の優秀なアーティスト達がこれらのイラストに貢献しました:",
|
||||
"commGuidePara017": "以下は要約版です。できればさらに下にある詳細版をご覧下さい。",
|
||||
"commGuideList01A": "利用規約はプライベートギルド、パーティーチャット、メッセージになど全てのスペースに適用されます。",
|
||||
"commGuideList01A": "ガイドラインと利用規約はチャレンジ、パーティー、プレーヤープロフィール、プライベートメッセージに適用されます。",
|
||||
"commGuideList01C": "全ての会話は、全ての年齢層に対して適切である必要があります。下品な言葉を使ってはいけません。",
|
||||
"commGuideList01D": "モデレーターの要請には従っていただくようお願いいたします。",
|
||||
"commGuideList01B": "禁止:暴力的、脅迫的、差別の助長などにあたるコミュニケーション。これらはミーム、画像、ジョークにおいても禁止です。",
|
||||
"commGuideList01F": "有料アイテムの物乞い、スパム行為は禁止です。過度に大きく表示したテキスト、全て大文字にして強調した英文は投稿しないでください。",
|
||||
"commGuideList01E": "<strong>キャンプ場のチャットで争いをけしかけたり、争いに参加しないで下さい。</strong>",
|
||||
"commGuideList02M": "ジェム、有料プラン、グループプランのメンバー権限をねだったり求めてはいけません。キャンプ場のチャット、プライベートギルドのチャット、公共ギルドチャット、PMのいずれでも許可されていません。もし有料アイテムを求めるようなメッセージを受け取ったら、そのメッセージ内の報告アイコン(旗のアイコン)で知らせて下さい。同じ行為を繰り返したり、あまりにひどいジェムや有料プランの要求をすると、アカウントを停止します。",
|
||||
"commGuideList02M": "<strong>ジェム、有料プラン、グループプランのメンバー権限をねだったり求めてはいけません。</strong>もし有料アイテムを求めるようなメッセージを受け取ったら、そのメッセージ報告してください。同じ行為を繰り返したり、あまりにひどいジェムや有料プランの要求をすると、アカウントを停止します。",
|
||||
"commGuideList05H": "他のユーザーから現金やそれに相当するものを過度に(もしくは繰り返し)だまし取ろうとしたり、無理矢理貰おうとする行為",
|
||||
"commGuideList09D": "貢献者段位の剥奪か降格",
|
||||
"commGuideList02N": "<strong>これらのガイドラインまたは利用規約に違反する投稿にはフラグをクリックして報告してください。</strong>できるだけ早く対応させていただきます。 <a href='mailto:admin@haveca.com' target='_blank'>admin@haveica.com</a> 経由でスタッフに通知することもできますが、フラグを使用するのが最も早くヘルプを得られます。"
|
||||
"commGuideList02N": "<strong>ガイドラインまたは利用規約にたいする違反を見つけたら報告してください。</strong>直接メッセージを送信するか<a href='mailto:admin@haveca.com' target='_blank'>admin@haveica.com</a> 経由でスタッフに通知ができます。プロフィールやチャレンジでの違反に対して可能な限り迅速に対応いたします。英語が苦手な場合は母国語で連絡してもかまいません。Google翻訳を使用することになるかもしれませんが、問題がある場合は安心してご連絡ください。"
|
||||
}
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"tier5": "5段 (チャンピオン)",
|
||||
"tier6": "6段 (チャンピオン)",
|
||||
"tier7": "7段 (伝説)",
|
||||
"tierModerator": "モデレーター (守護者)",
|
||||
"tierStaff": "スタッフ (英雄)",
|
||||
"tierModerator": "モデレーター",
|
||||
"tierStaff": "スタッフ",
|
||||
"tierNPC": "NPC",
|
||||
"friend": "友達",
|
||||
"elite": "エリート",
|
||||
@@ -16,13 +16,13 @@
|
||||
"legendary": "伝説",
|
||||
"moderator": "モデレーター",
|
||||
"guardian": "守護者",
|
||||
"staff": "スタッフ",
|
||||
"staff": "Habiticaスタッフ",
|
||||
"heroic": "英雄",
|
||||
"modalContribAchievement": "貢献者になりました!",
|
||||
"contribModal": "<%= name %>、あなたは素晴らしい人です!Habiticaへのご支援に感謝の意を表し<%= level %>段の貢献者とします。",
|
||||
"contribLink": "どんな賞品が手に入ったか覗いてみよう!",
|
||||
"contribName": "貢献者",
|
||||
"contribText": "Habiticaにプログラム、ピクセルアート、音楽、文章、またはそれ以外の方法で貢献した証です。詳しく知るには、Aspiring Legends ギルドに参加してください!",
|
||||
"contribText": "Habiticaにプログラム、ピクセルアート、音楽、文章、またはそれ以外の方法で貢献した証です。",
|
||||
"kickstartName": "Kickstarter での資金協力 - $<%= key %> 段",
|
||||
"kickstartText": "Kickstarter プロジェクトでの資金提供",
|
||||
"helped": "Habiticaの発展を支援しました",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"marketing1Lead2": "習慣を改善して、アバターを成長させましょう。手に入れたカッコいい衣装をみんなに披露しましょう!",
|
||||
"marketing1Lead3Title": "ときどきボーナスが入ります",
|
||||
"marketing1Lead3": "ギャンブルこそがやる気につながる、そんな人たちには、「確率的報酬」とよんでいるシステムがあります。Habiticaには、積極的、消極的、確実、気まぐれ…すべてのやる気対策が入っています。",
|
||||
"marketing2Header": "友達と競争しましょう! 興味のあるグループに参加しましょう",
|
||||
"marketing2Header": "友達と競争しましょう",
|
||||
"marketing2Lead1Title": "仲間と一緒に生産性を高めよう",
|
||||
"marketing2Lead1": "Habitica を一人でプレーすることもできますが、だれかと協力し、競争し、責任を感じあいはじめてこそ、Habitica の本領発揮です。自分を成長させるプログラムでいちばん効果的なのは、社会的な責任感です。責任感と競争を実現する環境として、ビデオゲーム以上のものがあるでしょうか?",
|
||||
"marketing2Lead2Title": "モンスターと戦おう",
|
||||
@@ -68,7 +68,7 @@
|
||||
"pkQuestion2": "Habiticaはどういう仕組みで成り立っているのですか?",
|
||||
"pkAnswer2": "新しい習慣を身につけることは難しいです。なぜなら、人は明らかな、すぐにもらえるご褒美が間違いなく必要だからです。例えば、歯をデンタルフロスできれいにする習慣を始めるのはてごわいです。歯医者さんが長い目で見れば健康的なことだと私たちに教えているにも関わらず、当面の間はまさに歯と歯の間に苦痛を与えるからです。<br />Habiticaのゲーミフィケ―ションは、難しいタスクに経験値やゴールド…そして、もしかしたらドラゴンのたまごのようなランダムな賞品さえもご褒美として与えることで、毎日の目標に対して即時の満足感をもたらしています! この支援のおかげで、タスクそのものに達成感などの内発的報酬がないときでさえやる気を維持することができ、結果として人生が変わった人々を私たちは見てきました。",
|
||||
"pkQuestion3": "他のユーザーと交流する、ソーシャル要素を加えたのはなぜですか?",
|
||||
"pkAnswer3": "社会的なプレッシャーは、多くの人々にとって大きなやる気の要因です。そのことを知っていたので、私たちは目標についてお互いに責任を持ち続け、成功を応援できるような強いコミュニティを持ちたいと思っていました。幸運にも、マルチプレイヤービデオゲームが最善を尽くしてきたことの一つが、ユーザー同士でコミュニティの結びつきを育むことなのです! Habiticaのコミュニティの構造は、これらのタイプのゲームから採用しています。あなたは親密な友達と小さなパーティーを結成できます。しかしそれだけでなく、ギルドとして知られているようなより大きな共通の興味や関心ごとのグループにも参加することができるのです。いくらかのユーザーはソロでプレイすることを選ぶものの、大多数は、パーティーメンバーで一緒にモンスターと戦うために彼らの生産性を共同で負担するクエストといった機能を通して、社会的な責任を促進するサポートとなるネットワークを結成することを決めています。",
|
||||
"pkAnswer3": "社会的なプレッシャーは、多くの人々にとって大きなやる気の要因です。そのことを知っていたので、私たちは目標についてお互いに責任を持ち続け、成功を応援できるような強いコミュニティを持ちたいと思っていました。幸運にも、マルチプレイヤービデオゲームが最善を尽くしてきたことの一つが、ユーザー同士でコミュニティの結びつきを育むことなのです! Habiticaのコミュニティの構造は、これらのタイプのゲームから採用しています。いくらかのユーザーはソロでプレイすることを選ぶものの、大多数は、友人との小さなパーティーで一緒にモンスターと戦うために彼らの生産性を共同で負担するクエストといった機能を通して、社会的な責任を促進するサポートとなるネットワークを結成することを決めています。",
|
||||
"pkQuestion4": "タスクをやり残すと自分のアバターの体力が減るのはなぜですか?",
|
||||
"pkAnswer4": "もしあなたが日課の目標のひとつをやり残してしまうと、翌日にあなたのアバターは体力を失うでしょう。これは、人が目標をふまえて最後までやり通すモチベーションの要因として、重要な役割を果たします。なぜなら、人は彼らの小さなアバターが傷つくのを本当に嫌がるからです! 加えて、社会的な責任は多くの人々にとって重大な意味を持ちます。もしあなたが仲間たちと一緒にモンスターと戦っているときタスクをやり残してしまうと、他の仲間たちのアバターもまた傷つくのです。",
|
||||
"pkQuestion5": "Habiticaと他のゲーミフィケーション・プログラムの違いは何ですか?",
|
||||
|
||||
@@ -206,12 +206,21 @@
|
||||
"submitBugReport": "バグレポートを送信",
|
||||
"reportDescription": "説明",
|
||||
"reportBugHeaderDescribe": "遭遇したバグの詳細を教えてください。折り返し連絡します。",
|
||||
"reportSent": "バグの報告を送信しました!",
|
||||
"reportSent": "報告ありがとうございます!",
|
||||
"reportDescriptionPlaceholder": "以下にバグの詳細を記入してください",
|
||||
"reportEmailError": "有効なメールアドレスをご入力ください",
|
||||
"reportEmailPlaceholder": "あなたのメールアドレス",
|
||||
"reportEmailText": "バグの報告に関してのみ使用してください。",
|
||||
"reportDescriptionText": "役に立つ場合は、スクリーンショットやコンソールによるJavascriptのエラー表示も添付してください。",
|
||||
"emptyReportBugMessage": "バグ報告のメッセージがありません",
|
||||
"reportSentDescription": "問題を報告していただきありがとうございます。いったん運営で問題を調査して、あなたに再度連絡をします。"
|
||||
"reportSentDescription": "いったん運営で調査をして、折り返しご連絡いたします。",
|
||||
"leaveHabitica": "Habitica.comから移動しようとしています",
|
||||
"leaveHabiticaText": "Habicitaは、HabitRPGが所有または運営していないリンク先のウェブサイトの内容について責任を負いません。<br>これらのウェブサイトの内容は、ハビティカのコミュニティガイドラインと異なる場合がありますのでご注意ください。",
|
||||
"askQuestionHeaderDescribe": "Habiticaを始めたばかりで、どうすればいいかわからない?経験者だけど、機能の使い方がわからない?こちらのフォームにご記入ください。折り返しご連絡いたします。",
|
||||
"questionEmailText": "これは、ご質問に関するご連絡のみに使用されます。",
|
||||
"question": "質問",
|
||||
"questionDescriptionText": "英語で話すことに苦手な場合は、母国語で質問しても構いません。",
|
||||
"questionPlaceholder": "ご質問はこちらから",
|
||||
"submitQuestion": "質問を投稿する",
|
||||
"refreshList": "リストの更新"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"tavern": "キャンプ場",
|
||||
"tavernChat": "キャンプ場",
|
||||
"innCheckOutBanner": "あなたはロッジで休憩中です。日課をこなさなくてもダメージを受けませんが、クエストを進めることもできません。",
|
||||
"innCheckOutBannerShort": "あなたはロッジにチェックインしています。",
|
||||
"innCheckOutBanner": "あなたはダメージ停止中です。日課をこなさなくてもダメージを受けませんが、クエストを進めることもできません。",
|
||||
"innCheckOutBannerShort": "あなたはダメージ停止中です。",
|
||||
"resumeDamage": "ダメージを再開",
|
||||
"helpfulLinks": "便利なリンク集",
|
||||
"communityGuidelinesLink": "コミュニティ ガイドライン",
|
||||
@@ -30,8 +30,8 @@
|
||||
"invite": "招待する",
|
||||
"leave": "脱退する",
|
||||
"invitedToParty": "パーティー「<span class=\"notification-bold\"><%- party %></span>」に招待されました",
|
||||
"invitedToPrivateGuild": "<span class=\"notification-bold\"><%- guild %></span> プライベートギルドに招待されました",
|
||||
"invitedToPublicGuild": "<span class=\"notification-bold-blue\"><%- guild %></span> ギルドに招待されました",
|
||||
"invitedToPrivateGuild": "<span class=\"notification-bold\"><%- guild %></span> プライベートグループに招待されました",
|
||||
"invitedToPublicGuild": "<span class=\"notification-bold-blue\"><%- guild %></span> グループに招待されました",
|
||||
"invitationAcceptedHeader": "あなたの招待が承認されました",
|
||||
"invitationAcceptedBody": "<%= username %> は、あなたからの <%= groupName %> への招待にこたえました!",
|
||||
"systemMessage": "システム メッセージ",
|
||||
@@ -57,7 +57,7 @@
|
||||
"createGuild2": "作る",
|
||||
"guild": "ギルド",
|
||||
"guilds": "ギルド",
|
||||
"sureKick": "本当にパーティー/ギルドからこのメンバーを削除してよろしいですか?",
|
||||
"sureKick": "本当にパーティー/グループからこのメンバーを削除してよろしいですか?",
|
||||
"optionalMessage": "必須でないメッセージ",
|
||||
"yesRemove": "はい、削除します",
|
||||
"sortBackground": "背景で並べ替え",
|
||||
@@ -223,17 +223,17 @@
|
||||
"viewParty": "パーティーを見る",
|
||||
"newGuildPlaceholder": "ギルドの名前を入力してください。",
|
||||
"guildBank": "ギルド口座",
|
||||
"chatPlaceholder": "ギルドメンバーへのメッセージをここに入力してください",
|
||||
"chatPlaceholder": "グループメンバーへのメッセージをここに入力してください",
|
||||
"partyChatPlaceholder": "パーティーメンバーへのメッセージをここに入力してください",
|
||||
"fetchRecentMessages": "最新のメッセージを取得する",
|
||||
"like": "いいね",
|
||||
"liked": "いいね済",
|
||||
"inviteToGuild": "ギルドに招待する",
|
||||
"inviteToGuild": "グループに招待する",
|
||||
"inviteToParty": "パーティーへ招待する",
|
||||
"inviteEmailUsername": "Eメールまたはユーザー名によって招待する",
|
||||
"inviteEmailUsernameInfo": "有効なEメールかユーザー名を使ってほかの人を招待しましょう。そのEメールがすでに登録済みでなければ、Habiticaへの招待メールを送ります。",
|
||||
"emailOrUsernameInvite": "メールアドレスまたはユーザー名",
|
||||
"messageGuildLeader": "ギルドリーダーにメッセージを送る",
|
||||
"messageGuildLeader": "グループリーダーにメッセージを送る",
|
||||
"donateGems": "ジェムを寄付する",
|
||||
"updateGuild": "ギルドの更新",
|
||||
"viewMembers": "メンバーを見る",
|
||||
@@ -289,7 +289,7 @@
|
||||
"details": "詳細",
|
||||
"participantDesc": "一旦すべてのメンバーが承認するか拒否するとクエストが開始されます。「承認」をクリックした人だけがクエストに参加して報酬を受け取ることができます。",
|
||||
"groupGems": "グループのジェム",
|
||||
"groupGemsDesc": "ギルドのジェムはチャレンジを作るために使うことができます!将来的に、より多くのギルドのジェムを追加することができるようになります。",
|
||||
"groupGemsDesc": "グループのジェムはチャレンジを作るために使うことができます!将来的に、より多くのグループのジェムを追加することができるようになります。",
|
||||
"groupTaskBoard": "タスクボード",
|
||||
"groupInformation": "グループの情報",
|
||||
"groupBilling": "グループの請求",
|
||||
@@ -361,7 +361,7 @@
|
||||
"chooseTeamMember": "チームメンバーを選んでください",
|
||||
"unassigned": "未割り当て",
|
||||
"claimRewards": "ごほうびの請求",
|
||||
"bannedWordsAllowedDetail": "このオプションを選択すると、このギルドで不適切な言葉の使用が許可されます。",
|
||||
"bannedWordsAllowedDetail": "このオプションを選択すると、このグループで不適切な言葉の使用が許可されます。",
|
||||
"bannedWordsAllowed": "不適切な言葉の使用を許可する",
|
||||
"languageSettings": "言語設定",
|
||||
"onlyPrivateGuildsCanUpgrade": "プライベートギルドのみがグループプランにアップデートできます。",
|
||||
@@ -419,9 +419,20 @@
|
||||
"groupParentChildren": "保護者として子どものタスクを設定する",
|
||||
"sendGiftLabel": "ギフトメッセージを送信しますか?",
|
||||
"invitedToPartyBy": "<a href=\"/profile/<%- userId %>\" target=\"_blank\">@<%- userName %></a> があなたをパーティー「<span class=\"notification-bold\"><%- party %></span>」に招待しました",
|
||||
"questWithOthers": "仲間たちとクエストの挑戦しましょう",
|
||||
"questWithOthers": "仲間たちとクエストに挑戦しましょう",
|
||||
"currentlyLookingForParty": "パーティーを探している最中です!",
|
||||
"checkinsLabel": "最新チェックイン:",
|
||||
"checkinsLabel": "チェックイン回数:",
|
||||
"languageLabel": "言語:",
|
||||
"lookingForPartyTitle": "メンバーを探す"
|
||||
"lookingForPartyTitle": "メンバーを探す",
|
||||
"findMorePartyMembers": "さらにメンバーを探す",
|
||||
"findPartyMembers": "パーティーメンバーを探す",
|
||||
"lookForParty": "パーティーを探す",
|
||||
"chatSunsetWarning": "⚠️ <strong>Habitica のギルドとキャンプ場のチャットは2023/8/8に廃止されます。</strong> この変更に関する詳細は<a href='/static/faq/tavern-and-guilds'>こちらをクリック</a> してください。",
|
||||
"partyExceedsInvitesLimit": "パーティは、保留中の招待を <%= maxInvites %> までしか持つことができません。",
|
||||
"partyFinderDescription": "知り合いはいないけれどパーティーに参加したいですか?あなたが招待を待っていることをパーティーリーダーに知らせましょう!",
|
||||
"classLabel": "クラス:",
|
||||
"noOneLooking": "今、パーティーを探している人はいません。<br>後でチェックしてください!",
|
||||
"tavernDiscontinued": "キャンプ場とギルドは廃止されました",
|
||||
"startPartyDetail": "自分でパーティーを始めるか、すでにあるパーティーに参加して<br/>クエストに挑み、モチベーションを高めましょう!",
|
||||
"sendTotal": "合計:"
|
||||
}
|
||||
|
||||
@@ -59,5 +59,6 @@
|
||||
"messageBattleGearUnEquipped": "装備をつけていません。",
|
||||
"messageAllUnEquipped": "所持品を何も身につけていません。",
|
||||
"messageBackgroundUnEquipped": "背景を設定していません。",
|
||||
"messagePetMountUnEquipped": "ペットと乗騎を連れていません。"
|
||||
"messagePetMountUnEquipped": "ペットと乗騎を連れていません。",
|
||||
"featureRetired": "この機能はサポートされなくなりました。"
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"mattBoch": "Matt Boch",
|
||||
"mattBochText1": "動物小屋にようこそ! 私の名前はMatt、猛獣使いだ。タスクを達成するごとに、ペットをかえすための「たまご」と「たまごがえしの薬」を手に入れるランダムなチャンスがあるよ。ペットをかえしたときは、ここに現れるぞ! ペットの画像をクリックしてアバターに追加しよう。見つけた「ペットのえさ」をやると、ペットはたくましい乗騎へと育っていくんだ。",
|
||||
"welcomeToTavern": "キャンプ場へようこそ!",
|
||||
"sleepDescription": "休息が必要ですか? Danielのロッジにチェックインして、Habiticaにおける手ごわいゲーム要素を停止させましょう。",
|
||||
"sleepDescription": "休息が必要ですか?設定の「日課を休む」で、Habiticaにおける手ごわいゲーム要素を停止させましょう。",
|
||||
"sleepBullet1": "やり逃した日課によるダメージを受けません(パーティーメンバーが日課を逃した際のボスからのダメージは引き続き受けます)",
|
||||
"sleepBullet2": "タスクの連続実行回数と習慣カウンターはリセットされません",
|
||||
"sleepBullet3": "クエストのボスへのダメージまたは見つけたコレクション アイテムは、ロッジをチェックアウトするまで保留のままになります",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"step2": "ステップ 2 : 現実世界の行動でゲームのポイントを得よう",
|
||||
"webStep2Text": "さあ、リストの中の目標に取り組みはじめましょう! あなたがタスクを完了してHabiticaでチェックを入れるごとに、あなたはレベルアップに必要な[経験値](https://habitica.fandom.com/ja/wiki/経験値)と、ごほうびを購入できる[ゴールド](https://habitica.fandom.com/ja/wiki/ゴールド)を獲得します。あなたが悪い習慣を行ってしまったり、日課をやりそびれてしまったりすると、あなたは[体力](https://habitica.fandom.com/ja/wiki/体力)を失います。このように、Habiticaでの経験と体力のバーはあなたが目標に向かって進むうえでの楽しい指標になります。あなたのキャラクターがゲーム中で成長するにつれて、現実世界でのあなたの生活にも改善がみられることでしょう。",
|
||||
"step3": "ステップ 3:カスタマイズして、Habiticaの冒険に出かけよう",
|
||||
"webStep3Text": "基本の操作を覚えたら、以下のすばらしい機能でHabiticaをよりいっそう楽しめます:\n* タスクを[タグ](https://habitica.fandom.com/ja/wiki/タグ)で整理しましょう(タグを追加するにはタスクを編集してください)。\n* 右上のユーザーアイコンを押して、あなたの[アバター](https://habitica.fandom.com/ja/wiki/アバター)をカスタマイズしましょう。\n* ごほうび欄や [ショップ](<%= shopUrl %>)から[装備](https://habitica.fandom.com/ja/wiki/装備)を買って、[所持品 > 装備](<%= equipUrl %>)で変更しましょう。\n* [キャンプ場](https://habitica.fandom.com/ja/wiki/キャンプ場)でほかのユーザーと交流しましょう。日本語で話したい場合は[日本語話者の集会所](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)ギルドもおすすめです。\n* [たまご](https://habitica.fandom.com/ja/wiki/たまご)と[たまごがえしの薬](https://habitica.fandom.com/ja/wiki/たまごがえしの薬)を集めて、[ペット](https://habitica.fandom.com/ja/wiki/ペット)をかえしましょう。[えさ](https://habitica.fandom.com/ja/wiki/えさ)をやって[乗騎](https://habitica.fandom.com/ja/wiki/乗騎)に育てましょう。\n* レベル10になったら:任意の[クラス](https://habitica.fandom.com/ja/wiki/クラス・システム)を選んで、クラス固有の[スキル](https://habitica.fandom.com/ja/wiki/スキル)を使用しましょう(レベル11~14)。\n* (ナビゲーションバーの[パーティー](<%= partyUrl %>)を押して)友達とパーティーを組むことで、責任感を持ち、クエストの巻物を手に入れましょう。\n* [クエスト](https://habitica.fandom.com/ja/wiki/クエスト)でモンスターを倒したり、指定された物を集めたりしましょう(レベル15でクエストの巻物をもらえます)。",
|
||||
"overviewQuestions": "質問がありますか? [よくある質問](<%= faqUrl %>) を見てみてください! もしあなたの知りたいことがそこに書かれていないようなら、[Habitica Help ギルド](<%= helpGuildUrl %>) もしくは[日本語話者ギルド](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)でさらなる助けを求めることができます。\n\nあなたのタスクが順調に進みますように!"
|
||||
"webStep3Text": "基本の操作を覚えたら、以下のすばらしい機能でHabiticaをよりいっそう楽しめます:\n* タスクを[タグ](https://habitica.fandom.com/ja/wiki/タグ)で整理しましょう(タグを追加するにはタスクを編集してください)。\n* 右上のユーザーアイコンを押して、あなたの[アバター](https://habitica.fandom.com/ja/wiki/アバター)をカスタマイズしましょう。\n* ごほうび欄や [ショップ](<%= shopUrl %>)から[装備](https://habitica.fandom.com/ja/wiki/装備)を買って、[所持品 > 装備](<%= equipUrl %>)で変更しましょう。\n* [パーティーを探す](https://habitica.com/looking-for-party)でほかのユーザーと交流しましょう。\n* [たまご](https://habitica.fandom.com/ja/wiki/たまご)と[たまごがえしの薬](https://habitica.fandom.com/ja/wiki/たまごがえしの薬)を集めて、[ペット](https://habitica.fandom.com/ja/wiki/ペット)をかえしましょう。[えさ](https://habitica.fandom.com/ja/wiki/えさ)をやって[乗騎](https://habitica.fandom.com/ja/wiki/乗騎)に育てましょう。\n* レベル10になったら:任意の[クラス](https://habitica.fandom.com/ja/wiki/クラス・システム)を選んで、クラス固有の[スキル](https://habitica.fandom.com/ja/wiki/スキル)を使用しましょう(レベル11~14)。\n* (ナビゲーションバーの[パーティー](<%= partyUrl %>)を押して)友達とパーティーを組むことで、責任感を持ち、クエストの巻物を手に入れましょう。\n* [クエスト](https://habitica.fandom.com/ja/wiki/クエスト)でモンスターを倒したり、指定された物を集めたりしましょう(レベル15でクエストの巻物をもらえます)。",
|
||||
"overviewQuestions": "質問がありますか? [よくある質問](<%= faqUrl %>) を見てみてください! もしあなたの知りたいことがそこに書かれていないようなら、[Habitica Help ギルド](<%= helpGuildUrl %>) もしくは[日本語話者ギルド](https://habitica.com/groups/guild/1f99d3df-bb93-4505-bf3b-6f348e1896f3)でさらなる助けを求めることができます。\n\nあなたのタスクが順調に進みますように!",
|
||||
"overviewQuestionsRevised": "質問がありますか?<a href='/static/faq'>FAQ</a>をご覧ください!あなたの質問がそこに記載されていない場合は、このフォームを使用してさらに助けを求めることができます: "
|
||||
}
|
||||
|
||||
@@ -114,5 +114,6 @@
|
||||
"invalidAmount": "えさの量が正しくありません。整数を入力してください",
|
||||
"tooMuchFood": "ペットにえさを与えられる量を超えました。この操作はキャンセルされます",
|
||||
"notEnoughFood": "えさが足りません",
|
||||
"jubilantGryphatrice": "喜びに満ちたグリファトリス"
|
||||
"jubilantGryphatrice": "喜びに満ちたグリファトリス",
|
||||
"veteranDragon": "百戦錬磨のドラゴン"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"settings": "設定",
|
||||
"language": "言語",
|
||||
"americanEnglishGovern": "翻訳の不一致が発生した場合、アメリカ英語版に統一します。",
|
||||
"helpWithTranslation": "Habiticaの翻訳にご協力いただけますか? すばらしい! それなら<a href=\"/groups/guild/7732f64c-33ee-4cce-873c-fc28f147a6f7\">Aspiring Linguists</a>ギルドにアクセスしてください! 日本語の翻訳については<a href=\"/groups/guild/79db718e-69fd-4e6c-a075-43ef0b26de67\">Habitica 日本語訳</a>ギルドへどうぞ!",
|
||||
"helpWithTranslation": "Habiticaの翻訳にご協力いただけますか? すばらしい! それなら<a href=\"https://translate.habitica.com\">Habitica's Weblate site</a>にアクセスしてください! 日本語の翻訳については<a href=\"https://habitica.fandom.com/ja/wiki/Habitica%E6%97%A5%E6%9C%AC%E8%AA%9E%E8%A8%B3%E3%82%AE%E3%83%AB%E3%83%89\">Habitica日本語訳ギルド</a>へどうぞ!",
|
||||
"stickyHeader": "スティッキーヘッダー",
|
||||
"newTaskEdit": "新しいタスクを編集モードで開く",
|
||||
"dailyDueDefaultView": "日課を標準で「期限」タブに入れる",
|
||||
|
||||
@@ -225,5 +225,7 @@
|
||||
"switchToRecurring": "自動継続の有料会員に更新しますか?",
|
||||
"monthlyGems": "月ごとのジェム:",
|
||||
"mysterySet202307": "危ないクラーケンセット",
|
||||
"continueGiftSubBenefits": "特典を継続したいですか?加入中のギフト有料プランが終了する前に、新たな有料プランに加入することで、特典を継続することができます。"
|
||||
"continueGiftSubBenefits": "特典を継続したいですか?加入中のギフト有料プランが終了する前に、新たな有料プランに加入することで、特典を継続することができます。",
|
||||
"mysterySet202308": "紫の主役セット",
|
||||
"subscriptionCreditConversion": "新しく有料プランを開始すると、ギフト有料プランの残りの月数はクレジットに変換され、自動継続がキャンセルされた後に使用されます。"
|
||||
}
|
||||
|
||||
@@ -585,8 +585,17 @@
|
||||
"backgroundIcicleBridgeNotes": "고드름 다리를 조심스럽게 건너세요",
|
||||
"backgroundFlyingOverGlacierText": "빙하 위를 날다",
|
||||
"backgroundWintryCastleText": "추운 궁전",
|
||||
"backgroundThroneRoomText": "왕좌의 방",
|
||||
"backgroundThroneRoomText": "알현실",
|
||||
"backgroundRopeBridgeText": "밧줄 다리",
|
||||
"backgroundWintryCastleNotes": "추운 안개 속에서 겨울의 궁전을 감상하세요",
|
||||
"backgroundFlyingOverGlacierNotes": "얼어붙은 장관을 빙하 위로 날면서 관찰하세요"
|
||||
"backgroundFlyingOverGlacierNotes": "얼어붙은 장관을 빙하 위로 날면서 관찰하세요",
|
||||
"eventBackgrounds": "이벤트 배경",
|
||||
"backgroundBirthdayBashText": "생일파티",
|
||||
"backgroundClocktowerNotes": "시계탑의 비밀의 방에 들어가보세요",
|
||||
"backgroundInsideAnOrnamentNotes": "장식품 안에서 당신의 축제 분위기를 빛내세요.",
|
||||
"backgroundProductivityPlazaNotes": "Habit 마을의 생산성 광장을 거닐며 영감을 받아 보세요.",
|
||||
"backgroundRiverOfLavaNotes": "용암의 강을 따라 걸으며 대류에 도전해 보세요.",
|
||||
"backgroundGingerbreadHouseNotes": "진저브레드 하우스를 살펴보고, 맡아보고, (자신 있다면) 맛보세요.",
|
||||
"backgroundHeartShapedBubblesNotes": "하트 모양 방울 사이를 즐겁게 떠다니세요.",
|
||||
"backgroundThroneRoomNotes": "호화로운 알현실에 청중을 초대하세요."
|
||||
}
|
||||
|
||||
@@ -186,5 +186,7 @@
|
||||
"chatCastSpellParty": "<%= username %> 이 파티를 위해 <%= spell %> 를 시전했습니다.",
|
||||
"purchaseForGold": "<%= cost %> 골드로 구매합니까?",
|
||||
"purchasePetItemConfirm": "이 구매는 당신이 모든 반려동물을 부화시키기 위한 아이템들의 수를 능가할 것입니다. <%= itemText %> 정말 괜찮겠습니까?",
|
||||
"notEnoughGold": "골드가 부족합니다."
|
||||
"notEnoughGold": "골드가 부족합니다.",
|
||||
"chatCastSpellPartyTimes": "<%=username %>가 이 파티를 위해 <%=spell %>을 <%=times %>번 시전했습니다.",
|
||||
"chatCastSpellUserTimes": "<%= username %>가 <%= target %>에게 <%= spell %>을 <%= times %> 번 시전했습니다."
|
||||
}
|
||||
|
||||
@@ -127,5 +127,15 @@
|
||||
"commGuideList01E": "여관에서 논란이 될만한 대화를 시작하거나 참여하지 말아주세요.",
|
||||
"commGuideList01F": "아이템 구걸, 도배 또는 큰 폰트 사이즈나 대문자로만 이뤄진 문장을 작성하지 말아주세요.",
|
||||
"commGuideList01D": "관리자의 부탁에 따라주시길 부탁드립니다.",
|
||||
"commGuideList02M": "그룹 플랜에서 구독, 멤버쉽, 보석을 구걸하거나 달라고 요청하지 마십시오. 이는 여관이나 공용, 사적 공간에서도 모두 허용되지 않습니다. 아이템을 달라는 쪽지를 받거나 하는 경우 깃발 버튼을 눌러 신고하십시오. 반복적이거나 많은 양의 보석 구걸/구독 구걸은 경고 이후, 영구 정지로 이어질 수 있습니다."
|
||||
"commGuideList02M": "그룹 플랜에서 구독, 멤버쉽, 보석을 구걸하거나 달라고 요청하지 마십시오. 이는 여관이나 공용, 사적 공간에서도 모두 허용되지 않습니다. 아이템을 달라는 쪽지를 받거나 하는 경우 깃발 버튼을 눌러 신고하십시오. 반복적이거나 많은 양의 보석 구걸/구독 구걸은 경고 이후, 영구 정지로 이어질 수 있습니다.",
|
||||
"commGuideList09D": "기여자 티어 삭제 또는 강등",
|
||||
"commGuideList02H": "<strong>모든 표시되는 이름과 @아이디는 반드시 이용약관을 따라야합니다</strong>. 표시되는 이름과/또는 @아이디를 변경하려면: 모바일에서 메뉴 > 설정 > 계정을 이용하세요. 웹사이트에서는 상단 메뉴에 있는 사용자 아이콘에서 설정 페이지로 가세요.",
|
||||
"commGuideList02P": "<strong>불필요하게 사적인 메시지를 보내는 것을 추천하지 않습니다</strong>. 사용자를 불편하게하는 원치 않은 메시지나 이 가이드라인, 또는 이용약관을 위반하는 메시지를 받으셨을 경우, 발신자를 차단하고 관리자에게 알리기 위해 신고하시기 바랍니다.",
|
||||
"commGuideList02Q": "<strong>차단을 회피하려고 하지 마십시오</strong>. 특정 사용자에게 개인 메시지를 보내지 못하도록 차단이 되었다면, 다른 수단을 사용해 해당 사용자게에 차단을 해제해달라고 요청해선 안 됩니다.",
|
||||
"commGuideList09E": "개인 메시지 전송이나 파티원 찾기에 표시되는 기능 영구 삭제",
|
||||
"commGuideList10G": "개인 메시지 전송 또는 파티원 찾기에 표시되는 기능 일시 정지",
|
||||
"commGuideList02N": "<strong>저희의 가이드라인이나 이용약관을 위반하는 사항을 발견하면 신고해주세요</strong>. 직접 메시지를 신고하거나 <a href='mailto:admin@habitica.com' target='_blank'>admin@habitica.com</a>으로 프로필이나 도전 과제의 위반 사항을 관리자에게 알려주세요. 가능한 신속하게 처리하도록 하겠습니다. 귀하의 모국어로 연락 주시는 것이 편하다면 그렇게 해주세요. 저희가 구글 번역을 사용할 수도 있으나, 사용에 문제를 겪고 계시다면 저희에게 연락하는 것을 편하게 느끼셨으면 합니다.",
|
||||
"commGuideList02I": "<strong>도전명은 우승자의 공개 프로필에 표시되기 때문에, 모든 공간에서 적절한 이름으로 설정해주세요</strong>. 신고가 있을 경우에는 저희가 해당 사용자의 프로필에서 기록을 수정해야 하기 때문에, 도전을 생성할 때 항상 이 점을 명심해주세요.",
|
||||
"commGuideList02O": "<strong>파티는 멤버들의 편의와 기호를 위해 개별적인 채팅 규칙을 생성할 수 있습니다</strong>. 그러나, 이러한 비공개 공간에 대해 괴롭힘을 포함한 이용약관 위반 사항이 있지 않는 한, 관리자가 채팅 규칙을 강요할 수 없습니다. 사용자의 파티원이 문제를 일으킨다면, 파티장이 해당 파티원을 퇴장시키길 권장합니다.",
|
||||
"commGuideList05H": "심각하거나 반복적으로 사기 행위를 시도하거나 현물 아이템을 위해 다른 사용자를 압박하는 경우"
|
||||
}
|
||||
|
||||
@@ -32,21 +32,21 @@
|
||||
"iosFaqAnswer7": "레벨 10이 되면 전사, 마법사, 도적, 치료사 중에 하나가 될 수 있습니다. (모든 플레이어는 기본적으로 전사로 시작하죠.) 각 직업은 서로 다른 장비 옵션과 레벨 11부터 마법 주문할 수 있는 서로 다른 스킬, 서로 다른 장점을 가집니다. 전사는 쉽게 보스에게 데미지를 주고, 과제로 인한 데미지를 더 잘 견디며, 파티를 강하게 하는데 도움이 됩니다. 마법사 역시 보스에게 쉽게 데미지를 주고 그만큼 빨리 레벨업합니다. 그리고 파티를 위해 마나를 비축합니다. 도적은 골드를 가장 많이 얻고 아이템을 가장 많이 찾아냅니다. 그들 역시 파티를 돕지요. 마지막으로 치료사는 자신이나 파티원들을 치료할 수 있습니다.\n\n당장 직업을 선택하고 싶지는 않다면 -- 예를 들어 현재 직업에 맞는 장비를 사고 있는 중이시라면 -- \"나중에 결정하기\"를 클릭하고 메뉴 > 직업 선택 에서 선택해도 됩니다.",
|
||||
"androidFaqAnswer7": "레벨 10이 되면 전사, 마법사, 도적, 치료사 중에 하나가 될 수 있습니다. (모든 플레이어는 기본적으로 전사로 시작하죠.) 각 직업은 서로 다른 장비 옵션과 레벨 11부터 마법 주문할 수 있는 서로 다른 스킬, 서로 다른 장점을 가집니다. 전사는 쉽게 보스에게 데미지를 주고, 과제로 인한 데미지를 더 잘 견디며, 파티를 강하게 하는데 도움이 됩니다. 마법사 역시 보스에게 쉽게 데미지를 주고 그만큼 빨리 레벨업합니다. 그리고 파티를 위해 마나를 비축합니다. 도적은 골드를 가장 많이 얻고 아이템을 가장 많이 찾아냅니다. 그들 역시 파티를 돕지요. 마지막으로 치료사는 자신이나 파티원들을 치료할 수 있습니다.\n\n당장 직업을 선택하고 싶지는 않다면 -- 예를 들어 현재 직업에 맞는 장비를 사고 있는 중이시라면 -- \"나중에 결정하기\"를 클릭하고 메뉴 > 직업 선택 에서 선택해도 됩니다.",
|
||||
"webFaqAnswer7": "At level 10, you can choose to become a Warrior, Mage, Rogue, or Healer. (All players start as Warriors by default.) Each Class has different equipment options, different Skills that they can cast after level 11, and different advantages. Warriors can easily damage Bosses, withstand more damage from their tasks, and help make their party tougher. Mages can also easily damage Bosses, as well as level up quickly and restore Mana for their party. Rogues earn the most Gold and find the most item drops, and they can help their party do the same. Finally, Healers can heal themselves and their party members. If you don't want to choose a Class immediately -- for example, if you are still working to buy all the gear of your current class -- you can click \"Opt Out\" and re-enable it later under Settings.",
|
||||
"faqQuestion8": "What is the blue Stat bar that appears in the Header after level 10?",
|
||||
"iosFaqAnswer8": "The blue bar that appeared when you hit level 10 and chose a Class is your Mana bar. As you continue to level up, you will unlock special Skills that cost Mana to use. Each Class has different Skills, which appear after level 11 under Menu > Use Skills. Unlike your health bar, your Mana bar does not reset when you gain a level. Instead, Mana is gained when you complete Good Habits, Dailies, and To-Dos, and lost when you indulge bad Habits. You'll also regain some Mana overnight -- the more Dailies you completed, the more you will gain.",
|
||||
"faqQuestion8": "레벨 10을 찍은 다음 위에 뜨는 파란색 스탯 바는 무엇인가요?",
|
||||
"iosFaqAnswer8": "레벨 10을 찍고 클래스를 고를때 뜨는 파란색 바는 마나 바입니다. 레벨 업을 하면, 마나를 쓰면 사용할수 있는 특별한 스킬 들을 가질 겁니다. 클래스 마다 다른 스킬을 가지고 있는데, 11레벨 이상부터 메뉴에서 스킬 사용을 누르면 됩니다. 피와 다르게, 당신의 마나는 새 레벨을 찍을때 초기화 되지 않습니다. 마나는 좋은 습관들, 일일과제들, 그리고 과제들을 했을때 늘어나고, 나쁜 습관을 할때는 사라집니다. 마나는 밤에도 조금 차긴 합나다 -- 일일과제 와 밤에 얻는 마나는 서로 비례합니다.",
|
||||
"androidFaqAnswer8": "The blue bar that appeared when you hit level 10 and chose a Class is your Mana bar. As you continue to level up, you will unlock special Skills that cost Mana to use. Each Class has different Skills, which appear after level 11 under Menu > Skills. Unlike your health bar, your Mana bar does not reset when you gain a level. Instead, Mana is gained when you complete Good Habits, Dailies, and To-Dos, and lost when you indulge bad Habits. You'll also regain some Mana overnight -- the more Dailies you completed, the more you will gain.",
|
||||
"webFaqAnswer8": "The blue bar that appeared when you hit level 10 and chose a Class is your Mana bar. As you continue to level up, you will unlock special Skills that cost Mana to use. Each Class has different Skills, which appear after level 11 in the action bar at the bottom of the screen. Unlike your Health bar, your Mana bar does not reset when you gain a level. Instead, Mana is gained when you complete good Habits, Dailies, and To-Dos, and lost when you indulge bad Habits. You'll also regain some Mana overnight -- the more Dailies you completed, the more you will gain.",
|
||||
"faqQuestion9": "어떻게 하면 몬스터와 싸우고 퀘스트를 하러 갈 수 있나요?",
|
||||
"iosFaqAnswer9": "First, you need to join or start a Party (see above). Although you can battle monsters alone, we recommend playing in a group, because this will make Quests much easier. Plus, having a friend to cheer you on as you accomplish your tasks is very motivating!\n\n Next, you need a Quest Scroll, which are stored under Menu > Items. There are three ways to get a scroll:\n\n - At level 15, you get a Quest-line, aka three linked quests. More Quest-lines unlock at levels 30, 40, and 60 respectively. \n - When you invite people to your Party, you'll be rewarded with the Basi-List Scroll!\n - You can buy Quests from the Quests Shop for Gold and Gems.\n\n To battle the Boss or collect items for a Collection Quest, simply complete your tasks normally, and they will be tallied into damage overnight. (Reloading by pulling down on the screen may be required to see the Boss's health bar go down.) If you are fighting a Boss and you missed any Dailies, the Boss will damage your Party at the same time that you damage the Boss. \n\n After level 11 Mages and Warriors will gain Skills that allow them to deal additional damage to the Boss, so these are excellent classes to choose at level 10 if you want to be a heavy hitter.",
|
||||
"androidFaqAnswer9": "First, you need to join or start a Party (see above). Although you can battle monsters alone, we recommend playing in a group, because this will make Quests much easier. Plus, having a friend to cheer you on as you accomplish your tasks is very motivating!\n\n Next, you need a Quest Scroll, which are stored under Menu > Items. There are three ways to get a scroll:\n\n - At level 15, you get a Quest-line, aka three linked quests. More Quest-lines unlock at levels 30, 40, and 60 respectively. \n - When you invite people to your Party, you'll be rewarded with the Basi-List Scroll!\n - You can buy Quests from the Quests Shop for Gold and Gems.\n\n To battle the Boss or collect items for a Collection Quest, simply complete your tasks normally, and they will be tallied into damage overnight. (Reloading by pulling down on the screen may be required to see the Boss's health bar go down.) If you are fighting a Boss and you missed any Dailies, the Boss will damage your Party at the same time that you damage the Boss. \n\n After level 11 Mages and Warriors will gain Skills that allow them to deal additional damage to the Boss, so these are excellent classes to choose at level 10 if you want to be a heavy hitter.",
|
||||
"webFaqAnswer9": "First, you need to join or start a Party by clicking \"Party\" in the navigation bar. Although you can battle monsters alone, we recommend playing in a group, because this will make quests much easier. Plus, having a friend to cheer you on as you accomplish your tasks is very motivating! Next, you need a Quest Scroll, which are stored under Inventory > Quests. There are four ways to get a scroll:\n * When you invite people to your Party, you'll be rewarded with the Basi-List Scroll!\n * At level 15, you get a Quest-line, i.e., three linked quests. More Quest-lines unlock at levels 30, 40, and 60 respectively.\n * You can buy Quests from the Quests Shop (Shops > Quests) for Gold and Gems.\n * When you check in to Habitica a certain number of times, you'll be rewarded with Quest Scrolls. You earn a Scroll during your 1st, 7th, 22nd, and 40th check-ins.\n To battle the Boss or collect items for a Collection Quest, simply complete your tasks normally, and they will be tallied into damage overnight. (Reloading may be required to see the Boss's Health bar go down.) If you are fighting a Boss and you missed any Dailies, the Boss will damage your Party at the same time that you damage the Boss. After level 11 Mages and Warriors will gain Skills that allow them to deal additional damage to the Boss, so these are excellent classes to choose at level 10 if you want to be a heavy hitter.",
|
||||
"iosFaqAnswer9": "먼저, 당신은 파티에 들어가거나 파티를 시작해야 하는데, 이는 \"파티\" 를 위에 메뉴에서 고르는 것으로 하면 됩니다. 퀘스트를 혼자 해도 되긴 하지만, 저희는 퀘스트를 빨리 끝내고, 당신의 동기 부여를 위해 다른 사람들과 같이 하는 것을 추천합니다.\n\n파티에 들어가면, 당신은 파티 멤버를 당신의 인벤토리에 있는 아무 퀘스트 스크롤에 초대할수 있습니다. 모두가 수락한 후에 퀘스트가 시작할것입니다. 진행을 하려면, 할일들을 평소처럼 끝내세요! 만일 당신이 보스 퀘스트를 하고 있다면 괴물에게 대미지를 줄것이고, 콜렉션 퀘스트에서는 아이템을 모을 확률이 있을 겁니다. 모든 보류 중인 진행은 다음 날에 적용될것입니다.\n\n당신과 파티 멤버들이 충분한 데미지를 적용하거나 충분한 만큼의 아이템을 모은다면, 퀘스트는 끝나고 모두가 보상을 받을 겁니다!",
|
||||
"androidFaqAnswer9": "먼저, 당신은 파티에 들어가거나 파티를 시작해야 하는데, 이는 \"파티\" 를 위에 메뉴에서 고르는 것으로 하면 됩니다. 퀘스트를 혼자 해도 되긴 하지만, 저희는 퀘스트를 빨리 끝내고, 당신의 동기 부여를 위해 다른 사람들과 같이 하는 것을 추천합니다.\n\n파티에 들어가면, 당신은 파티 멤버를 당신의 인벤토리에 있는 아무 퀘스트 스크롤에 초대할수 있습니다. 모두가 수락한 후에 퀘스트가 시작할것입니다. 진행을 하려면, 할일들을 평소처럼 끝내세요! 만일 당신이 보스 퀘스트를 하고 있다면 괴물에게 대미지를 줄것이고, 콜렉션 퀘스트에서는 아이템을 모을 확률이 있을 겁니다. 모든 보류 중인 진행은 다음 날에 적용될것입니다.\n\n당신과 파티 멤버들이 충분한 데미지를 적용하거나 충분한 만큼의 아이템을 모은다면, 퀘스트는 끝나고 모두가 보상을 받을 겁니다!",
|
||||
"webFaqAnswer9": "먼저, 당신은 파티에 들어가거나 파티를 시작해야 하는데, 이는 \"파티\" 를 위에 메뉴에서 고르는 것으로 하면 됩니다. 퀘스트를 혼자 해도 되긴 하지만, 저희는 퀘스트를 빨리 끝내고, 당신의 동기 부여를 위해 다른 사람들과 같이 하는 것을 추천합니다.\n\n파티에 들어가면, 당신은 파티 멤버를 당신의 인벤토리에 있는 아무 퀘스트 스크롤에 초대할수 있습니다. 모두가 수락한 후에 퀘스트가 시작할것입니다. 진행을 하려면, 할일들을 평소처럼 끝내세요! 만일 당신이 보스 퀘스트를 하고 있다면 괴물에게 대미지를 줄것이고, 콜렉션 퀘스트에서는 아이템을 모을 확률이 있을 겁니다. 모든 보류 중인 진행은 다음 날에 적용될것입니다.\n\n당신과 파티 멤버들이 충분한 데미지를 적용하거나 충분한 만큼의 아이템을 모은다면, 퀘스트는 끝나고 모두가 보상을 받을 겁니다!",
|
||||
"faqQuestion10": "보석은 무엇이고, 어떻게 얻을 수 있나요?",
|
||||
"iosFaqAnswer10": "Gems are purchased with real money by tapping on the Gem icon in the header. When people buy Gems, they are helping us to keep the site running. We're very grateful for their support!\n\n In addition to buying Gems directly, there are three other ways players can gain Gems:\n\n * Win a Challenge that has been set up by another player. Go to Social > Challenges to join some.\n * Subscribe and unlock the ability to buy a certain number of Gems per month.\n * Contribute your skills to the Habitica project. See this wiki page for more details: [Contributing to Habitica](http://habitica.wikia.com/wiki/Contributing_to_Habitica).\n\n Keep in mind that items purchased with Gems do not offer any statistical advantages, so players can still make use of the app without them!",
|
||||
"androidFaqAnswer10": "Gems are purchased with real money by tapping on the Gem icon in the header. When people buy Gems, they are helping us to keep the site running. We're very grateful for their support!\n\n In addition to buying Gems directly, there are three other ways players can gain Gems:\n\n * Win a Challenge that has been set up by another player. Go to Social > Challenges to join some.\n * Subscribe and unlock the ability to buy a certain number of Gems per month.\n * Contribute your skills to the Habitica project. See this wiki page for more details: [Contributing to Habitica](http://habitica.wikia.com/wiki/Contributing_to_Habitica).\n\n Keep in mind that items purchased with Gems do not offer any statistical advantages, so players can still make use of the app without them!",
|
||||
"webFaqAnswer10": "Gems are purchased with real money, although [subscribers](https://habitica.com/user/settings/subscription) can purchase them with Gold. When people subscribe or buy Gems, they are helping us to keep the site running. We're very grateful for their support! In addition to buying Gems directly or becoming a subscriber, there are two other ways players can gain Gems:\n* Win a Challenge that has been set up by another player. Go to Challenges > Discover Challenges to join some.\n * Contribute your skills to the Habitica project. See this wiki page for more details: [Contributing to Habitica](http://habitica.wikia.com/wiki/Contributing_to_Habitica). Keep in mind that items purchased with Gems do not offer any statistical advantages, so players can still make use of the site without them!",
|
||||
"faqQuestion11": "버그나 추가기능을 보고하기 위해서는 어떻게 해야하나요?",
|
||||
"iosFaqAnswer11": "You can report a bug, request a feature, or send feedback under Menu > About > Report a Bug and Menu > About > Send Feedback! We'll do everything we can to assist you.",
|
||||
"androidFaqAnswer11": "정보 > 버그 신고와 정보 > 피드백 보내기에서 버그를 신고하거나, 새로운 기능을 요청하거나, 피드백을 보내실 수 있습니다. 저희는 당신을 지원하기 위해 최선을 다할 것입니다.",
|
||||
"iosFaqAnswer11": "버그가 발생한것 같다면, 메뉴 > 도움 > 도움 받기를 눌러 간단한 방법, 알려져 있는 문제, 혹은 그 버그를 저희에게 알려주세요. 저희가 할수 있는 모든것을 다해 도와드리겠습니다.\n\n- 피드백을 보내시겠거나 어떤 특징을 원하신다면, 저희의 피드백 설문지를 메뉴 > 도움 > 피드백 주기. 궁금한것이 있다면, 저희가 더 많은 정보를 가지고 도와드리겠습니다!",
|
||||
"androidFaqAnswer11": "버그가 발생한것 같다면, 메뉴 > 도움 > 도움 받기를 눌러 간단한 방법, 알려져 있는 문제, 혹은 그 버그를 저희에게 알려주세요. 저희가 할수 있는 모든것을 다해 도와드리겠습니다.\n\n- 피드백을 보내시겠거나 어떤 특징을 원하신다면, 저희의 피드백 설문지를 메뉴 > 도움 > 피드백 주기. 궁금한것이 있다면, 저희가 더 많은 정보를 가지고 도와드리겠습니다!",
|
||||
"webFaqAnswer11": "To report a bug, go to [Help > Report a Bug](https://habitica.com/groups/guild/a29da26b-37de-4a71-b0c6-48e72a900dac) and read the points above the chat box. If you're unable to log in to Habitica, send your login details (not your password!) to [<%= techAssistanceEmail %>](<%= wikiTechAssistanceEmail %>). Don't worry, we'll get you fixed up soon! Feature requests are collected on Trello. Go to [Help > Request a Feature](https://trello.com/c/odmhIqyW/440-read-first-table-of-contents) and follow the instructions. Ta-da!",
|
||||
"faqQuestion12": "월드보스와 어떻게 싸울 수 있나요?",
|
||||
"iosFaqAnswer12": "World Bosses are special monsters that appear in the Tavern. All active users are automatically battling the Boss, and their tasks and Skills will damage the Boss as usual.\n\n You can also be in a normal Quest at the same time. Your tasks and Skills will count towards both the World Boss and the Boss/Collection Quest in your party.\n\n A World Boss will never hurt you or your account in any way. Instead, it has a Rage Bar that fills when users skip Dailies. If its Rage bar fills, it will attack one of the Non-Player Characters around the site and their image will change.\n\n You can read more about [past World Bosses](http://habitica.wikia.com/wiki/World_Bosses) on the wiki.",
|
||||
@@ -55,5 +55,12 @@
|
||||
"iosFaqStillNeedHelp": "[Wiki FAQ](http://habitica.wikia.com/wiki/FAQ)에 없는 질문을 하고 싶으시다면, 메뉴 > 선술집에 오셔서 선술집 채팅에서 물어보세요! 도움을 드릴게요.",
|
||||
"androidFaqStillNeedHelp": "이 목록이나 [위키 FAQ](http://habitica.wikia.com/wiki/FAQ)에 없는 질문을 하고 싶다면, 메뉴 > 주막에 와서 물어보세요! 기꺼이 도와드립니다.",
|
||||
"webFaqStillNeedHelp": "If you have a question that isn't on this list or on the [Wiki FAQ](http://habitica.wikia.com/wiki/FAQ), come ask in the [Habitica Help guild](https://habitica.com/groups/guild/5481ccf3-5d2d-48a9-a871-70a7380cee5a)! We're happy to help.",
|
||||
"faqQuestion13": "그룹 플랜(Group Plan)이 무엇입니까?"
|
||||
"faqQuestion13": "그룹 플랜(Group Plan)이 무엇입니까?",
|
||||
"general": "일반",
|
||||
"faqQuestion14": "파티에 참여하고 있지 않을 때 어떻게 파티를 찾을 수 있나요?",
|
||||
"faqQuestion15": "파티 검색은 어떻게 작동하나요?",
|
||||
"parties": "파티들",
|
||||
"iosFaqAnswer14": "다른 플레이어들과 함께 Habitica를 경험하고 싶지만 다른 플레이어들을 모른다면 파티를 검색하는것을 추천합니다! 만약 당신이 이미 파티에 참여해 있는 다른 플레이어를 알고 있다면 당신의 @username을 공유하여 초대받을 수 있습니다. 또는 새 파티를 만들어 @username이나 이메일 주소를 이용하여 초대할 수 있습니다.\n\n파티를 만들거나 찾으려면 메뉴의 파티버튼을 클릭하여 원하는 항목을 선택하세요.",
|
||||
"androidFaqAnswer14": "다른 플레이어들과 함께 Habitica를 경험하고 싶지만 다른 플레이어들을 모른다면 파티를 검색하는것을 추천합니다! 만약 당신이 이미 파티에 참여해 있는 다른 플레이어를 알고 있다면 당신의 @username을 공유하여 초대받을 수 있습니다. 또는 새 파티를 만들어 @username이나 이메일 주소를 이용하여 초대할 수 있습니다.\n\n파티를 만들거나 찾으려면 메뉴의 파티버튼을 클릭하여 원하는 항목을 선택하세요.",
|
||||
"webFaqAnswer14": "다른 플레이어들과 함께 Habitica를 경험하고 싶지만 다른 플레이어들을 모른다면 파티를 검색하는것을 추천합니다! 만약 당신이 이미 파티에 참여해 있는 다른 플레이어를 알고 있다면 당신의 @username을 공유하여 초대받을 수 있습니다. 또는 새 파티를 만들어 @username이나 이메일 주소를 이용하여 초대할 수 있습니다.\n\n파티를 만들거나 찾으려면 메뉴의 파티버튼을 클릭하여 원하는 항목을 선택하세요."
|
||||
}
|
||||
|
||||
@@ -1750,5 +1750,38 @@
|
||||
"weaponSpecialKS2019Text": "신화적인 그리폰 글레이브",
|
||||
"weaponSpecialSpring2019RogueNotes": "이 무기들은 하늘과 비의 힘을 가지고 있습니다. 이 무기를 사용할 땐 물 속에 있지 않도록 주의하세요! 힘이 <%= str %>만큼 증가합니다. 2019 Spring Gear 한정판.",
|
||||
"weaponSpecialSpring2019WarriorText": "줄기 검",
|
||||
"weaponSpecialSpring2019RogueText": "번개 화살"
|
||||
"weaponSpecialSpring2019RogueText": "번개 화살",
|
||||
"weaponSpecialSummer2019RogueText": "골동품 닻",
|
||||
"weaponSpecialSummer2019WarriorText": "붉은 산호",
|
||||
"weaponSpecialSpring2019HealerText": "봄의 노래",
|
||||
"weaponSpecialSummer2019MageText": "찬란한 꽃",
|
||||
"weaponSpecialSpring2019WarriorNotes": "나쁜 습관은 이 신록의 검 앞에 움츠러듭니다. 체력을 <%= str %>까지 상승시킵니다. 2019년 봄 한정판 장비.",
|
||||
"weaponSpecialSpring2019MageText": "호박석 지팡이",
|
||||
"weaponSpecialSummer2019MageNotes": "노동의 결실, 텃밭에서 처음 채집한 이 작은 보물은 힘과 감동을 줍니다. 지력을 <%= int %>만큼 상승시킵니다. 2019년 여름 한정판 장비.",
|
||||
"weaponSpecialSummer2019HealerText": "거품 지팡이",
|
||||
"weaponSpecialSpring2019MageNotes": "이 지팡이 끝에 달린 원석에는 모기가 박혀있네요! 공룡의 DNA를 갖고 있을 지도 모르겠군요. 지력을 <%= int %>만큼 상승시키고 통찰력을 <%= per %>만큼 상승시킵니다. 2019년 봄 한정판 장비.",
|
||||
"weaponSpecialSummer2019RogueNotes": "무시무시한 이 고대 무기는 어떠한 해저 전투에서도 당신이 이길 수 있게 도울 것입니다. 체력을 <%= str %>만큼 상승시킵니다. 2019년 여름 한정판 장비.",
|
||||
"weaponSpecialSummer2019WarriorNotes": "이제 당신은 프랙탈과 전투를 벌이네요! 체력이 <%= str %>만큼 상승합니다. 2019년 여름 한정판 장비.",
|
||||
"weaponSpecialSummer2019HealerNotes": "지팡이에서 나오는 거품은 치유의 에너지와 고대 바다의 마법을 사로잡습니다. 지력이 <%= int %>만큼 상승합니다. 2019년 여름 한정판 장비.",
|
||||
"weaponSpecialSpring2019HealerNotes": "당신의 꽃과 비의 노래가 듣는 모든 이들의 영혼을 달래줄 것입니다. 지력을 <%= int %>만큼 상승시킵니다. 2019년 봄 한정판 장비.",
|
||||
"weaponSpecialSpring2020WarriorText": "날카로운 날개",
|
||||
"weaponSpecialFall2020RogueText": "날카로운 단검",
|
||||
"weaponSpecialFall2019WarriorText": "발톱 삼지창",
|
||||
"headSpecialNye2020Text": "기발한 파티 모자",
|
||||
"weaponSpecialSummer2020MageText": "거대한 노",
|
||||
"weaponSpecialFall2020WarriorText": "혼령 검",
|
||||
"weaponSpecialFall2019RogueText": "보면대",
|
||||
"weaponSpecialWinter2020HealerText": "못 홀",
|
||||
"weaponSpecialWinter2021WarriorText": "거대한 낚싯대",
|
||||
"weaponSpecialSummer2020WarriorText": "낚싯바늘",
|
||||
"weaponSpecialSummer2020HealerText": "얼어붙은 유리 지팡이",
|
||||
"weaponSpecialWinter2020RogueText": "등 낚싯대",
|
||||
"weaponSpecialSummer2020RogueText": "송곳니 칼",
|
||||
"weaponSpecialWinter2020MageText": "물의 파동",
|
||||
"weaponSpecialWinter2021RogueText": "홀리 베리 도리깨",
|
||||
"weaponSpecialFall2019MageText": "애꾸눈 지팡이",
|
||||
"weaponSpecialSpring2020MageText": "빗방울",
|
||||
"weaponSpecialFall2019HealerText": "무시무시한 부적",
|
||||
"weaponSpecialWinter2020WarriorText": "뾰족한 솔방울",
|
||||
"weaponSpecialSpring2020RogueText": "청금석 칼"
|
||||
}
|
||||
|
||||
@@ -636,5 +636,13 @@
|
||||
"questVelociraptorDropVelociraptorEgg": "Velociraptor (Egg)",
|
||||
"questVelociraptorUnlockText": "Unlocks purchasable Velociraptor eggs in the Market",
|
||||
"evilSantaAddlNotes": "주의: '사냥꾼 산타'와 '아기곰 찾기' 퀘스트는 누적 가능한 퀘스트 업적이지만, 해당 펫과 탑승펫은 마구간에 하나만 추가됩니다.",
|
||||
"questVirtualPetDropVirtualPetPotion": "다마고치 펫 부화 물약"
|
||||
"questVirtualPetDropVirtualPetPotion": "다마고치 펫 부화 물약",
|
||||
"questBronzeDropBronzePotion": "황동 부화 물약",
|
||||
"questBronzeText": "황동 딱정벌레 전투",
|
||||
"questBronzeUnlockText": "마켓에서 구매하여 황동 부화 물약을 해금하세요",
|
||||
"questBronzeBoss": "황동 딱정벌레",
|
||||
"mythicalMarvelsText": "신화 속 불가사의 퀘스트 꾸러미",
|
||||
"mythicalMarvelsNotes": "'유니콘 여왕 설득하기'와 '맹렬한 그리폰', '심연의 위험: 바다용 공격!' 포함. 2월 28일까지.",
|
||||
"questBronzeNotes": "과제 도중 휴식을 취하는 동안, 친구들과 함께 과제의 숲을 걸어보세요. 커다란 속 빈 통나무를 발견한 당신은 안쪽의 반짝임을 눈치챕니다.<br><br>세상에, 마법의 부화 물약 저장소네요! 일렁이는 황동빛 액체가 병 안에서 부드럽게 소용돌이치고, @Hachiseiko가 살펴보기 위해 하나를 집으려 합니다.<br><br>“멈춰라!” 누군가 당신의 뒤에서 외칩니다. 황동으로 번쩍이는 거대한 껍질을 가진 딱정벌레가 발톱 달린 발을 들며 전투 태세를 취합니다. “그건 내 물약이다, 갖고 싶다면 결투에서 네 가치를 증명해야 한다!”",
|
||||
"questBronzeCompletion": "“잘 만났다, 전사여!” 딱정벌레가 바닥에 자리를 잡으며 말합니다. 딱정벌레가 웃고 있나요? 턱 때문에 구분하기가 쉽지 않네요. “진정으로 이 물약을 얻어냈구나!”<br<br>“우와, 전투에서 승리해도 이런 보상을 받은 적은 없는데!” @UncommonCriminal이 일렁이는 병을 손에 들고 돌리며 말합니다. “어서 우리의 새로운 펫을 부화시키자!”"
|
||||
}
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"choosePaymentMethod": "Choose your payment method",
|
||||
"buyGemsSupportsDevs": "Purchasing Gems supports the developers and helps keep Habitica running",
|
||||
"support": "SUPPORT",
|
||||
"gemBenefitLeadin": "Gems allow you to buy fun extras for your account, including:",
|
||||
"gemBenefitLeadin": "보석으로 무엇을 살 수 있나요?",
|
||||
"gemBenefit1": "Unique and fashionable costumes for your avatar.",
|
||||
"gemBenefit2": "Backgrounds to immerse your avatar in the world of Habitica!",
|
||||
"gemBenefit3": "Exciting Quest chains that drop pet eggs.",
|
||||
|
||||
@@ -728,5 +728,12 @@
|
||||
"backgroundRainbowEucalyptusNotes": "Bewonder een Regenboog Eucalyptus grot.",
|
||||
"backgroundMaskMakersWorkshopText": "Masker Makers Werkplaats",
|
||||
"backgroundSpookyRuinsText": "Spookachtige Ruïnes",
|
||||
"backgroundSpookyRuinsNotes": "Ontdek wat Spookachtige Ruïnes."
|
||||
"backgroundSpookyRuinsNotes": "Ontdek wat Spookachtige Ruïnes.",
|
||||
"backgroundMaskMakersWorkshopNotes": "Probeer een nieuw gezicht bij de Masker Maker zijn werkplaats.",
|
||||
"backgroundCemeteryGateText": "Begraafplaats Poort",
|
||||
"backgrounds112022": "SET 102: uitgebracht November 2022",
|
||||
"backgroundAmongGiantMushroomsText": "Bij Gigantische Paddenstoelen",
|
||||
"backgroundAmongGiantMushroomsNotes": "Verwonder bij Gigantische Paddenstoelen.",
|
||||
"backgroundMistyAutumnForestText": "Mistig Herfst Bos",
|
||||
"backgroundCemeteryGateNotes": "Kwel een Begraafplaats Hek."
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -150,5 +150,8 @@
|
||||
"achievementPlantParentModalText": "Zebrałeś(-aś) wszystkie Zwierzaki Rośliny!",
|
||||
"achievementDinosaurDynasty": "Dynastia Dinozaurów",
|
||||
"achievementDinosaurDynastyModalText": "Oswoiłeś wszystkich ptaków i dinozaurów chowańców!",
|
||||
"achievementDinosaurDynastyText": "Wykluł(a) wszystkie podstawowe kolory chowańców ptaków i dinozaurów: Sokół, Sowa, Papuga, Paw, Pingwin, Kogut, Pterodaktyl, Tyranozaur, Triceratops i Welociraptor!"
|
||||
"achievementDinosaurDynastyText": "Wykluł(a) wszystkie podstawowe kolory chowańców ptaków i dinozaurów: Sokół, Sowa, Papuga, Paw, Pingwin, Kogut, Pterodaktyl, Tyranozaur, Triceratops i Welociraptor!",
|
||||
"achievementBonelessBoss": "Bezkostny Boss",
|
||||
"achievementBonelessBossText": "Wykluł wszystkie standardowe kolory bezkręgowców: Chrząszcza, Motyla, Mątwę, Ślimaka nagoskrzelnego, Ośmiornice, Ślimaka i Pająka!",
|
||||
"achievementBonelessBossModalText": "Zebrałeś wszystkie bezkręgowce!"
|
||||
}
|
||||
|
||||
@@ -757,10 +757,13 @@
|
||||
"backgroundInFrontOfFountainNotes": "Spacer Przed Fontanną.",
|
||||
"backgroundGoldenBirdcageText": "Złota Klatka Dla Ptaków",
|
||||
"backgrounds032023": "Zestaw 106: Wydany w Marcu 2023",
|
||||
"backgroundGoldenBirdcageNotes": "Schowajcie Się W Złotej Klatce Dla Ptaków.",
|
||||
"backgroundGoldenBirdcageNotes": "Schowajcie się w Złotej Klatce Dla Ptaków.",
|
||||
"backgroundRimeIceText": "Przymrozek",
|
||||
"backgroundRimeIceNotes": "Podziwiajcie Błyszczący Przymrozek.",
|
||||
"backgrounds042023": "Zestaw 107: Wydany w Kwietniu 2023",
|
||||
"backgroundSpringtimeShowerText": "Wiosenny Prysznic",
|
||||
"backgrounds062023": "Zestaw 109: Wydany w Czerwcu 2023"
|
||||
"backgrounds062023": "Zestaw 109: Wydany w Czerwcu 2023",
|
||||
"backgroundFancyBedroomText": "Luksusowa Sypialnia",
|
||||
"backgroundFancyBedroomNotes": "Rozkoszujcie się w Luksusowej Sypialni.",
|
||||
"backgroundJungleWateringHoleText": "Wodopój W Dżungli"
|
||||
}
|
||||
|
||||
@@ -186,5 +186,7 @@
|
||||
"chatCastSpellParty": "<%= username %> rzuca zaklęcie <%= spell %> dla drużyny.",
|
||||
"purchasePetItemConfirm": "Ten zakup przekroczyłby liczbę przedmiotów potrzebnych do wyklucia wszystkich możliwych <%= itemText %> chowańców. Czy nadal chcesz kupić?",
|
||||
"purchaseForGold": "Kupić za <%= cost %> szt. złota?",
|
||||
"notEnoughGold": "Masz za mało złota."
|
||||
"notEnoughGold": "Masz za mało złota.",
|
||||
"chatCastSpellPartyTimes": "<%= username %> rzuca zaklęcie <%= spell %> dla drużyny <%= times %> raz.",
|
||||
"chatCastSpellUserTimes": "<%= username %> rzuca zaklęcie <%= spell %> na <%= target %> <%= times %> raz."
|
||||
}
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"tier5": "Ranga 5 (Czempion)",
|
||||
"tier6": "Ranga 6 (Czempion)",
|
||||
"tier7": "Ranga 7 (Legenda)",
|
||||
"tierModerator": "Moderator (Strażnik)",
|
||||
"tierStaff": "Personel (Heros)",
|
||||
"tierModerator": "Moderator",
|
||||
"tierStaff": "Personel",
|
||||
"tierNPC": "NPC",
|
||||
"friend": "Przyjaciel",
|
||||
"elite": "Elita",
|
||||
@@ -16,7 +16,7 @@
|
||||
"legendary": "Legenda",
|
||||
"moderator": "Moderator",
|
||||
"guardian": "Strażnik",
|
||||
"staff": "Personel",
|
||||
"staff": "Personel Habitica",
|
||||
"heroic": "Heros",
|
||||
"modalContribAchievement": "Osiągnięcie \"Pomocnik\"!",
|
||||
"contribModal": "<%= name %>, jesteś niesamowity! Zdobywasz <%= level %> poziom pomocnika za wsparcie przy rozwijaniu Habitica.",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -56,7 +56,7 @@
|
||||
"mobileAndroid": "Aplikacja na Androida",
|
||||
"mobileIOS": "Aplikacja na iOS",
|
||||
"oldNews": "Aktualności",
|
||||
"newsArchive": "Archiwum wiadomości na Wikia (wielojęzyczne)",
|
||||
"newsArchive": "Archiwum wiadomości na Fandomie (wielojęzyczne)",
|
||||
"setNewPass": "Ustaw nowe hasło",
|
||||
"password": "Hasło",
|
||||
"playButton": "Zagraj",
|
||||
@@ -66,7 +66,7 @@
|
||||
"pkQuestion1": "Co zainspirowało Habitikę? Jak to się zaczęło?",
|
||||
"pkAnswer1": "Jeśli kiedykolwiek zainwestowałeś czas w zdobywanie poziomów w grze to nietrudno zacząć się zastanawiać jak wspaniałe byłoby życie gdybyś ten cały wysiłek przeznaczył na polepszenie Swojego prawdziwego życia, a nie awatara. Zaczęliśmy tworzyć Habitike by odpowiedzieć na to pytanie. <br /> Habitika oficjalnie wystartowała na Kickstarterze w 2013 i pomysł nabrał rozpędu. Od tego momentu rozrosła się w ogromny projekt, wspierany przez naszych wspaniałych wolontariuszy z otwartym dostępem i naszych wielkodusznych użytkowników.",
|
||||
"pkQuestion2": "Jak działa Habitica?",
|
||||
"pkAnswer2": "Wytworzenie nowego nawyku jest trudne ponieważ ludzie potrzebują tej oczywistej, natychmiastowej nagrody. Na przykład jest ciężko zacząć nitkować zęby, bo nawet jak nasz dentysta nam mówi, że w dłuższej perspektywie jest to zdrowsze to na początku rani to nasze dziąsła. <br />Grywalizacja Habitiki dodaje to odczucie natychmiastowej satysfakcji do codziennych czynności poprzez wynagrodzenie ciężkich zadań doświadczeniem, złotem... i może nawet losową nagroda jak smocze jajo! To pomaga ludziom utrzymać motywację nawet jeśli zadanie samo w sobie nie ma nieodłącznej nagrody i dzięki temu widzieliśmy jak ich życie się zmienia na lepsze. Możesz sprawdzić historie sukcesu tutaj: https://habitversary.tumblr.com",
|
||||
"pkAnswer2": "Wytworzenie nowego nawyku jest trudne ponieważ ludzie potrzebują tej oczywistej, natychmiastowej nagrody. Na przykład jest ciężko zacząć nitkować zęby, bo nawet jak nasz dentysta nam mówi, że w dłuższej perspektywie jest to zdrowsze to na początku rani to nasze dziąsła. <br />Grywalizacja Habitiki dodaje to odczucie natychmiastowej satysfakcji do codziennych czynności poprzez wynagrodzenie ciężkich zadań doświadczeniem, złotem... i może nawet losową nagroda jak smocze jajo! To pomaga ludziom utrzymać motywację nawet jeśli zadanie samo w sobie nie ma nieodłącznej nagrody i dzięki temu widzieliśmy jak ich życie się zmienia na lepsze.",
|
||||
"pkQuestion3": "Czemu dodaliście funkcje społeczne?",
|
||||
"pkAnswer3": "Społeczna presja jest ogromnym czynnikiem motywacyjnym dla dużej liczby osób, więc wiedzieliśmy, że chcemy mieć silną społeczność, która będzie pilnowała odpowiedzialności innych za swoje cele, a także zachęcała do osiągania sukcesów. Szczęśliwie jedną z rzeczy, której gry wieloosobowe dobrze sprzyjają jest budowanie poczucia społeczności wśród ich uczestników! Habitica zapożyczyła strukturę społeczeństwa z tych typów gier. Możesz stworzyć mała Drużynę bliskich przyjaciół, ale możesz też dołączyć do większych, dzielących wspólne interesy grup znanych jako Gildie. Chociaż niektórzy wolą grać solo to większość decyduje się by uformować sieć wsparcia, która zachęca do społecznej odpowiedzialności poprzez takie funkcje jak na przykład Misje, gdzie członkowie Drużyny wspólnie dzielą się swoją produktywnością by razem zwalczać potwory.",
|
||||
"pkQuestion4": "Czemu omijanie zadań zmniejsza zdrowie Twojego awatara?",
|
||||
@@ -180,7 +180,7 @@
|
||||
"joinMany": "Dołącz do <%= userCountInMillions %> millionów osób, które bawią się osiągając swoje cele!",
|
||||
"joinToday": "Dołącz do Habitica już dziś",
|
||||
"signup": "Zarejestruj się",
|
||||
"getStarted": "Zaczynamy!",
|
||||
"getStarted": "Jak zacząć",
|
||||
"mobileApps": "Aplikacje mobilne",
|
||||
"learnMore": "Dowiedz się więcej",
|
||||
"communityInstagram": "Instagram",
|
||||
@@ -188,5 +188,6 @@
|
||||
"enterHabitica": "Wstąp w Habitikę",
|
||||
"footerProduct": "Produkt",
|
||||
"socialAlreadyExists": "Ten login społeczny jest już powiązany z innym kontem.",
|
||||
"emailUsernamePlaceholder": "np. zajączekzwyczajów lub gryf @example.com"
|
||||
"emailUsernamePlaceholder": "np. zajączekzwyczajów lub gryf @example.com",
|
||||
"translateHabitica": "Przetłumacz Habitica"
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user