mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
Merge remote-tracking branch 'upstream/develop' into rebalancing-2015-03
Conflicts: common/dist/scripts/habitrpg-shared.js common/script/content.coffee common/script/index.coffee
This commit is contained in:
commit
556a1640c6
429 changed files with 4458 additions and 18255 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,6 +8,7 @@ config.json
|
|||
npm-debug.log
|
||||
lib
|
||||
website/public/bower_components
|
||||
website/public/new-stuff.html
|
||||
website/build
|
||||
newrelic_agent.log
|
||||
.bower-tmp
|
||||
|
|
@ -23,5 +24,6 @@ test/*.map
|
|||
website/public/docs
|
||||
*.sublime-workspace
|
||||
coverage.html
|
||||
common/dist/scripts/habitrpg-shared.js
|
||||
|
||||
test/spec/translations.js
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ before_script:
|
|||
- 'npm install -g grunt-cli mocha'
|
||||
- cp config.json.example config.json
|
||||
- "until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done"
|
||||
- "export DISPLAY=:99"
|
||||
|
|
|
|||
281
CHANGELOG.md
281
CHANGELOG.md
|
|
@ -1,282 +1,3 @@
|
|||
<a name="">My app - Changelog</a>
|
||||
# (2014-02-15)
|
||||
|
||||
|
||||
## Documentation
|
||||
|
||||
- **rebirth:** Bullet point about repurchase of limited ed gear after Rebirth
|
||||
([d3f4a561](watch/commits/d3f4a561fdf137e5d8f406bae03be4fef1caff22))
|
||||
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- **#2003:** healer gear not showing
|
||||
([949cd97b](watch/commits/949cd97b91b42e9450eba559bbfea17e239ab100))
|
||||
- **#2375:** merge in @SabreCat's stats.jade changes "More elegant show/hide setup for attribute bonuses"
|
||||
([518f200a](watch/commits/518f200a8fc7373b44ed7d7b5f016d921b0746bd))
|
||||
- **allocateNow:** Send empty object to user.ops per @colegleason suggestion
|
||||
([f6e12fa2](watch/commits/f6e12fa25e4366622db3e6f1b6ab03e848b49e10))
|
||||
- **batch-update:** send errors to client if batch-update found an error, crash pid.
|
||||
([f9679629](watch/commits/f967962996be69a5335454610af76d10e1db08b8))
|
||||
- **beastmaster:** fixes #2557, adds opacity to previously-owned pets after they're mounted. You can earn them back again
|
||||
([5caaff1c](watch/commits/5caaff1cea1a68fe572e7ddf4aac50248b13df5d))
|
||||
- **bosses:** don't reset progress.up when starting a new quest. We want to be able to carry over damage from the same day a boss battle begins, even if the dailies were completed before battle-start. Fixes #2168
|
||||
([4efd0f5e](watch/commits/4efd0f5ed8708f2491dd483f93e3d7a268a6337d))
|
||||
- **bower:** updated jquery directory
|
||||
([191b789d](watch/commits/191b789d760a7bdc7d1b53727f6127b677c78c94))
|
||||
- **bs3:**
|
||||
- fix to MemberModalCtrl parameter
|
||||
([ebd1df93](watch/commits/ebd1df932e28263e5cc01e8a35f545ab26f1e8bd))
|
||||
- port pet feeding bar
|
||||
([5db96ebc](watch/commits/5db96ebca2fbd5b64f49af03a5137ea80f6b1673))
|
||||
- **buffs:** Move help bubble to left of special buffs
|
||||
([4f911a68](watch/commits/4f911a68d805742e6744383948eea6f224f2b0ea))
|
||||
- **challenges:**
|
||||
- better handling of deleted challenges. If !chal, break the task.challenge. Move the function into userController#score so we have access to next, etc. fixes #1883
|
||||
([33b326b5](watch/commits/33b326b59685ea6e50f9950094d009460ce80094))
|
||||
- challenge csv export now has proper filename
|
||||
([36f21196](watch/commits/36f21196f466260b7cd52b283c50b9e16943f668),
|
||||
[#2689](watch/issues/2689))
|
||||
- **classes:**
|
||||
- misc fixes
|
||||
([d2121a85](watch/commits/d2121a858716cb5a532a53ee9c5a1adaa74a7f69))
|
||||
- misc class fixes (not @snicker, ng-if on item store since we dynamically swap it sometimes)
|
||||
([478be611](watch/commits/478be6111337cd200374f7f31b959725c6a0b945))
|
||||
- **css:**
|
||||
- temp fix for bailey height
|
||||
([c8faffcc](watch/commits/c8faffcc7289090990c3a17ab8c07a00069f5ce4))
|
||||
- menu and gems wallet margin
|
||||
([975b5165](watch/commits/975b5165730477310aa64bac27ddc07a34ea6c1d))
|
||||
- lighter columns title
|
||||
([a22e2814](watch/commits/a22e28143f74302c8340c3d33b01af9714875523))
|
||||
- better food tray
|
||||
([1c41c4dd](watch/commits/1c41c4ddb9a5b04297a371bc4d6aba013ce33f17))
|
||||
- **errors:**
|
||||
- `return next(err)` when experiencing errors, instead of res.json(500,{err:err}). Let the top-level error handler handle this (needed for upcoming versionerror discarding)
|
||||
([bf5e9016](watch/commits/bf5e9016a4cb7889b3a9e39b90eb35cb8f7f9ec8))
|
||||
- handle if err.message == undefined, send err
|
||||
([b42dacf2](watch/commits/b42dacf2035d62453b585cfcf453829a423b59de))
|
||||
- **event-tracking:**
|
||||
- typo
|
||||
([ff9d4b88](watch/commits/ff9d4b886ef7a98da0514975441a8bb845496c31))
|
||||
- stripe sub, not pp
|
||||
([0c99976b](watch/commits/0c99976bf5a3c7f04f031d62a8b07c862c85a0a9))
|
||||
- **find_uniq_user:** fix
|
||||
([ecbe780e](watch/commits/ecbe780e70549b1470504efe052f238c89a9db14))
|
||||
- **footer:** ensure window.env is accessible from static pages, so we can get deferred scripts on frontpage (esp google analytics)
|
||||
([67ee011a](watch/commits/67ee011aa35969db93e2d7dc1cd1e1f587f146de))
|
||||
- **groups:**
|
||||
- pass missing next into Like function
|
||||
([afee0968](watch/commits/afee0968f8f6923847e186d3e11b9745ced9606e))
|
||||
- send error if +1 errored
|
||||
([5b6c4427](watch/commits/5b6c4427b504b6143f24bfee314f562b9803c5a4))
|
||||
- **hall:** let's try $gt instead of $ne:null, the query is still slow
|
||||
([a72b0131](watch/commits/a72b013131cfc7fa5d3affdbfe59b5b3cb15ae89))
|
||||
- **i18n:** do not save user language for now
|
||||
([094a4be0](watch/commits/094a4be0015f0f0deaaf94a0734193eb40a8beae))
|
||||
- **misc:**
|
||||
- some styles & translations
|
||||
([8f19f225](watch/commits/8f19f225f104960b3cf27e229a5571e014be697c))
|
||||
- isStaticPage and debug buttons
|
||||
([19139f56](watch/commits/19139f562b8e68ed43f4cab748920f1e0634e86e))
|
||||
- **missing-gems:** remove ad-removal from script, since ads are part of subscription
|
||||
([e1240dde](watch/commits/e1240dde1d3dcaca4235fad384fea5c07a3706bf))
|
||||
- **mongoose:** typo
|
||||
([2786b362](watch/commits/2786b362067efdd245c3efa3a4891021fcfaab2d))
|
||||
- **mounts:**
|
||||
- fix pets & mounts css to position the user based on pet/mount equip
|
||||
([37340d23](watch/commits/37340d23180da02d3742dc9be40a5fb780ecb13b))
|
||||
- Move avatar upward when mounted regardless of pet
|
||||
([bc1adeb1](watch/commits/bc1adeb1277103a5ca1f756e175ed68bbe837a2f))
|
||||
- **nodemon:**
|
||||
- Add another ignore for weirdsauce Windoze dev environments
|
||||
([3fda08c3](watch/commits/3fda08c366793c8fbcbf701a9594ae3b2fd8bbea))
|
||||
- ignore CHANGELOG.md on watch
|
||||
([d6c55952](watch/commits/d6c55952da8b49f36e9d8e4570d80931d081343d))
|
||||
- **party:** Round boss health up instead of to nearest integer
|
||||
([626da568](watch/commits/626da5681f5ea95700f8ddf40587c7184926971c),
|
||||
[#2504](watch/issues/2504))
|
||||
- **paypal:** fixes #2492, remove environment check for now, only have production-mode option. revisit
|
||||
([1dc68112](watch/commits/1dc68112d131e4ebdec32ddff938eb6311d6565f))
|
||||
- **performance:** cache spritesmith image, fix #2633
|
||||
([f03d7d7d](watch/commits/f03d7d7dde4f8cb39babd2b982d77e7f88f349b7))
|
||||
- **pets:** add questPets to UserSchema.items.mounts too fixes #2814
|
||||
([42766125](watch/commits/42766125d5c8870f25c3a0a001473f700b8f6cc1))
|
||||
- **profile:** fix bug where empty profile displayed on username click
|
||||
([0579c432](watch/commits/0579c432489c4a038e8c9f95ea3b285f5abc146f),
|
||||
[#2465](watch/issues/2465))
|
||||
- **quests:**
|
||||
- quests with a level cap cannot be bought before that level.
|
||||
([dab9ddbd](watch/commits/dab9ddbda27f5e10e4545fea703deebfe2dd9975),
|
||||
[#2707](watch/issues/2707))
|
||||
- bug fix to multi-drop
|
||||
([f478d10c](watch/commits/f478d10c20f816cd104b3f0da814c189957f45f5))
|
||||
- list multiple rewards in dialog
|
||||
([e48c7277](watch/commits/e48c7277f8256cf827790aece51e897fe0439374))
|
||||
- **readme:** remove text about translations wip
|
||||
([f2bb1fd2](watch/commits/f2bb1fd26e44a9eb0ba325776bf335e021beeece))
|
||||
- **settings:**
|
||||
- remove unnecessary code
|
||||
([5f0cf657](watch/commits/5f0cf6575c0dc4cfc041956e3dc27898d8b4242d))
|
||||
- reintroduce space between captions and help bubbles stripped during localization
|
||||
([5ddf09fe](watch/commits/5ddf09fe13c7f8d844c8c47be0fb8f8b2fd1df33))
|
||||
- **spells:**
|
||||
- temp workaround for spell & task being undefined. #2649 #2640
|
||||
([241d0414](watch/commits/241d04140f5db77929d9f597d232f55843bb0f5d))
|
||||
- more $rootScope spell-casting bug fixes
|
||||
([47bd6dcb](watch/commits/47bd6dcb79778d90d6f3ddeb003c3d8e45433333))
|
||||
- add some spells tests, don't send up body to spell paths
|
||||
([e0646bb9](watch/commits/e0646bb98d44b6874b5259107c9be5fa34c58933))
|
||||
- some $rootScope.applying action fixes so cast-ending is immediate instead of waiting on response. Also, slim down party population to the essentials to avoid RequestEntityTooLarge
|
||||
([c6f7ab8a](watch/commits/c6f7ab8a5c6f4e382208a928b90ba5f4eba9cd37))
|
||||
- <ESC> to cancel spell-casting
|
||||
([a1df41ad](watch/commits/a1df41ad8165cd9eb6d2d5d59c7fe404edde716c))
|
||||
- **stable:** show hatchable combo when petOwned>0 (fyi @deilann)
|
||||
([51bff238](watch/commits/51bff23885ca0080e7e71ff752daa0950ae923ae))
|
||||
- **stats:** Better layout for attribute point allocation
|
||||
([d782fc6b](watch/commits/d782fc6b6a3cd7e90d327c93a5764626b2990c74))
|
||||
- **swagger:** fix jade script warning in swagger
|
||||
([2e2fcfcf](watch/commits/2e2fcfcf464fbae21bff9e1be1ca915f071b976b))
|
||||
- **tests:**
|
||||
- include select2 in test manifest
|
||||
([38b4cea7](watch/commits/38b4cea73299f51c4db7f6b2eb12533d219745f8))
|
||||
- don't use cluster in tests, else we get "connection refused"
|
||||
([7a479098](watch/commits/7a479098dc6535654e322c737d80813790967941))
|
||||
- **todos:**
|
||||
- add migration for dateCreated & dateCompleted #2478
|
||||
([4cc39f16](watch/commits/4cc39f16a13f5fb9f0e3ddde7d274c0f224f4a0e))
|
||||
- add dateCompleted to todos so they're archived 3 days after completion, not 3 days after creation. Fixes #2478
|
||||
([b1afc177](watch/commits/b1afc177aa4bfc4cbd9b847e40431db91666d9c3))
|
||||
- **toolbar:**
|
||||
- Tweak Settings drop-down
|
||||
([e241429c](watch/commits/e241429cc3d2eca18d2f5a9726f6caa6270a1b02))
|
||||
- Tweak icon popovers
|
||||
([4454204f](watch/commits/4454204f47f80e64119f7896bf246259173d115b))
|
||||
- tweaks
|
||||
([5501d57e](watch/commits/5501d57e107c0bc7085847b0c808f027360fa405))
|
||||
- **translation:** Fix #2585.
|
||||
([06200acc](watch/commits/06200accada462c3234ab407cfb0f6b684e5effe))
|
||||
- **translations:**
|
||||
- fix #2564 and similar ones
|
||||
([42740902](watch/commits/42740902055a3807532028a5dfb39eff905c104f))
|
||||
- add env.t to rootScope
|
||||
([13131087](watch/commits/13131087ff9563d2d174b2c978102f0dc2b87387))
|
||||
- remove translations for privacy & terms
|
||||
([a9095f34](watch/commits/a9095f346479336be13b2bf341666b908fa30b3d))
|
||||
- merge @luveluen pull request, fix some syntax
|
||||
([a6c67f17](watch/commits/a6c67f17815558f19895b8f67d29c40c14689f09))
|
||||
- @lefnire now everything is ok
|
||||
([52decb7e](watch/commits/52decb7edeefb4755ea832b0cf63eaeea5e93259))
|
||||
- correct some variables
|
||||
([fba73953](watch/commits/fba739535bc1b630d73eb469448e9c3706043efd))
|
||||
- revert some views
|
||||
([d000c706](watch/commits/d000c70679ae0e13d9bec749295e42cc8e299c95))
|
||||
- **user:**
|
||||
- make sure next is passed to all routes, and is available in err-back of batch updates
|
||||
([0c21f54c](watch/commits/0c21f54c67b52b07c417fd8216c6b04bce59d0ab))
|
||||
- if need to upgrade site, send 501, not 400
|
||||
([ab86ba11](watch/commits/ab86ba11bdb3379a8d8fa1814879640d61c57227))
|
||||
- PUT user retricted path errors are 401, not 500
|
||||
([0aec4caa](watch/commits/0aec4caa785c3b12e15f1c2e19c5b67b20d1a6e1))
|
||||
- **winston:** typo
|
||||
([83b3739f](watch/commits/83b3739f4671a08466e057242f936140d5c739ef))
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- **administrators:** start adding features page for admin accounts
|
||||
([f7f4a0c1](watch/commits/f7f4a0c166558ba7e5461732f7bb6d7bcac25f88))
|
||||
- **attributes:** Add backfill button in flat and classbased allocation modes
|
||||
([76a7ab5b](watch/commits/76a7ab5bcce2d486dab3f447f0659ba870d1ff7e))
|
||||
- **bailey:** notif about STWC updates + scroll-purchase deadlines (@colegleason)
|
||||
([90176444](watch/commits/90176444e9c7a318040829e8b71d1493b5d58e9e))
|
||||
- **bug-crushing:** add the critical hammer of bug-crushing
|
||||
([00af5f7d](watch/commits/00af5f7d0258b0f7dddef8ede40bd825b057748a))
|
||||
- **challenges:**
|
||||
- add angular-ui-select2 for simpler find/select challenge winner.
|
||||
([9fa45217](watch/commits/9fa452173989889c48ed696a45cf4a1dc16294a4))
|
||||
- add button for csv export
|
||||
([ae0d758d](watch/commits/ae0d758d8fc751219a693fee7f3e3ebcfbd67590))
|
||||
- add csv export for challenge progress. WIP, will refine this over time - but we need it something like this for the STWC come 1/31.
|
||||
([16a602f9](watch/commits/16a602f94c3b7c99d49e42b47b4835b65a243690))
|
||||
- markdown in challenge-descriptions
|
||||
([41233c7b](watch/commits/41233c7b167905eeccfdff5589789e002ec23f97))
|
||||
- **cheating:** prevent +habit spamming with a 10s timer
|
||||
([ad4ca665](watch/commits/ad4ca6655a3bdd870bb08173530372f81fdc9102))
|
||||
- **event-tracking:**
|
||||
- better page-view tracking via ui-router
|
||||
([b093717b](watch/commits/b093717b8d54b61e5d4b44b0d56a1f43308f078c))
|
||||
- track registration count
|
||||
([72b6c9bc](watch/commits/72b6c9bc9189275909804f9ecab18e9fe1f69d27))
|
||||
- pass ga to server user.ops
|
||||
([9217b517](watch/commits/9217b5174ab9ab4754269263b214f6bfe45d4f1d))
|
||||
- track ecommerce events
|
||||
([d89fb17b](watch/commits/d89fb17b03b2e2c0fb1da77fb13cc660a5b6c9d1))
|
||||
- add server-side GA tracking for ecommerce events
|
||||
([f7b4a04a](watch/commits/f7b4a04a590ade26871abc726ade2c666176488e))
|
||||
- start adding some client-side GA event-tracking
|
||||
([ffb42906](watch/commits/ffb42906e1d7c6bd8f01e715d98d96426bc6d0de))
|
||||
- **groups:** add group chat notifications
|
||||
([ce82be63](watch/commits/ce82be637d1d707e899aeee5f315da69367fa367))
|
||||
- **habitBirthday:** add habitrpg birthday event. includes cakes for all pets, absurd party robes, npc swap, badge, etc. @lemoness
|
||||
([aff885c0](watch/commits/aff885c05c03bd70beeb0db8d68922671fc46309))
|
||||
- **homepage:**
|
||||
- start cleaning up homepage, add navbar for play button & upcoming links
|
||||
([0ddaae4d](watch/commits/0ddaae4d7525277e696a57d20234e49cd6fd1cbc))
|
||||
- use .marketing for centering, add playbutton as static in footer. This is pretty ugly (http://gyazo.com/215e20729569689ab48cf56c71c1fe28), let's iterate / prettify. @deilann
|
||||
([47bcaf83](watch/commits/47bcaf83e760dbb266ae7ff2f7299c2a1cdf3712))
|
||||
- **marketing:**
|
||||
- more copy for mobile
|
||||
([cbb44847](watch/commits/cbb448478edfd0003c43d20ed216bab20d25dadd))
|
||||
- start fleshing out the about page with images, content, etc. Create separate videos page
|
||||
([cb079977](watch/commits/cb079977e6f35f9308ab28158373dd3e1de9f798))
|
||||
- add video tuts on "learn more" page until we have some copy
|
||||
([5028707c](watch/commits/5028707c7b174b5e050c7c1662155e781a6b415b))
|
||||
- some frontpage updates, a screenshot, & "contact us" button mods
|
||||
([a582a054](watch/commits/a582a0546d680d36a21c507deff725a6c38fdb28))
|
||||
- **premium:**
|
||||
- subscriber mystery item (doesn't yet do anything)
|
||||
([d0342628](watch/commits/d0342628340ce7dce95fa20177ccbcfe1ebf93e6))
|
||||
- backport server code for premium subs (it's just ccard handling & uer model stuff)
|
||||
([3660f1a8](watch/commits/3660f1a85c1447de118f334a145d0d7698b93981))
|
||||
- updates to group plans info page
|
||||
([66f95cdd](watch/commits/66f95cdd4cfb698fddc765a77b66d29e31eb1361))
|
||||
- backport client-side premium code to public repo, it's client-side anyway (@colegleason @paglias)
|
||||
([2e18f0eb](watch/commits/2e18f0eb82f5efc77544d33d1db3fbb9cc583124))
|
||||
- **quests:**
|
||||
- add flags.levelDrops for dropping items at certain levels
|
||||
([78315d82](watch/commits/78315d828ba9a1033526b9a72b7c385281e6ad0a))
|
||||
- allow dropping scrolls in quests
|
||||
([54064deb](watch/commits/54064debf3c95390b5507acd826f9db3339b9f09))
|
||||
- allow html in quest notes
|
||||
([800231cf](watch/commits/800231cf6481351032d4e5143edd54f5e7e3a179))
|
||||
- add level requirement for quests
|
||||
([9e69d795](watch/commits/9e69d7959f174955f44429a94f22ce40fc5f7861))
|
||||
- add canBuy so we can exclude certain items from the market (if you can only find them on quest-drop, etc). This isn't the prettiest, change?
|
||||
([f16654d2](watch/commits/f16654d2354dc86cc7c52e1cf0562f850cf203be))
|
||||
- allow quests to drop multiple items
|
||||
([d9e5725e](watch/commits/d9e5725ee13f7e9ad329fc548537d5265cf483ca))
|
||||
- **rainbow-hair:** add rainbow hair colors
|
||||
([82d9233d](watch/commits/82d9233d99167d6704c878884dcc49a55cc7d884))
|
||||
- **restore:** add restore-gp back in. Parly to end the winter event, partly due to the convo at #2681 regarding subscriptions. Fixes #2681
|
||||
([179316e1](watch/commits/179316e10fa7597b08573d94721861baa3dbbb1c))
|
||||
- **toolbar:**
|
||||
- try with icons instead of text, test against prod / beta & get a vote.
|
||||
([7456f00d](watch/commits/7456f00dc6122ad293652b7a32fb4ce671f75241))
|
||||
- add toolbar featuring navigation, gems / subs, bailey, & chat / invite notifications
|
||||
([f72cb213](watch/commits/f72cb21300c078b439b3334bfa3e205ba04dc949))
|
||||
- **tracking:** gems > toolbar separately from wallet
|
||||
([f6abfc67](watch/commits/f6abfc67b31808c0e2d325c235747260855338c9))
|
||||
- **valentine:** valentine event
|
||||
([fd6eb872](watch/commits/fd6eb8724eae38d02849ffccb09f1f9c7d8e490d))
|
||||
- **winter:**
|
||||
- remove purchasable winter hair colors, keep available if they purchased during event
|
||||
([f8796e90](watch/commits/f8796e9028d4f4cd2b5c5ede1734d2876d174dc9))
|
||||
- remove winter scrolls & snowballs
|
||||
([52f8f0d5](watch/commits/52f8f0d5b0fdf4271fcb5f7d497ad3bf544c24e8))
|
||||
|
||||
|
||||
## Docs
|
||||
|
||||
- **rebirth:** Bullet point about repurchase of limited ed gear after Rebirth
|
||||
# (2015-03-28)
|
||||
|
||||
|
|
|
|||
13
Gruntfile.js
13
Gruntfile.js
|
|
@ -229,8 +229,8 @@ module.exports = function(grunt) {
|
|||
|
||||
// Register tasks.
|
||||
grunt.registerTask('compile:sprites', ['clean:sprite', 'sprite', 'cssmin']);
|
||||
grunt.registerTask('build:prod', ['loadManifestFiles', 'clean:build', 'browserify', 'uglify', 'stylus', 'cssmin', 'copy:build', 'hashres']);
|
||||
grunt.registerTask('build:dev', ['browserify', 'stylus']);
|
||||
grunt.registerTask('build:prod', ['loadManifestFiles', 'clean:build', 'browserify', 'uglify', 'stylus', 'cssmin', 'copy:build', 'hashres','prepare:staticNewStuff']);
|
||||
grunt.registerTask('build:dev', ['browserify', 'stylus', 'prepare:staticNewStuff']);
|
||||
grunt.registerTask('build:test', ['test:prepare:translations', 'build:dev']);
|
||||
|
||||
grunt.registerTask('run:dev', [ 'build:dev', 'concurrent' ]);
|
||||
|
|
@ -244,6 +244,15 @@ module.exports = function(grunt) {
|
|||
"window.env.translations = " + JSON.stringify(i18n.translations['en']) + ';');
|
||||
});
|
||||
|
||||
grunt.registerTask('prepare:staticNewStuff', function() {
|
||||
var jade = require('jade'),
|
||||
fs = require('fs');
|
||||
fs.writeFileSync(
|
||||
'./website/public/new-stuff.html',
|
||||
jade.compileFile('./website/views/shared/new-stuff.jade')()
|
||||
);
|
||||
});
|
||||
|
||||
if(process.env.NODE_ENV == 'production')
|
||||
grunt.registerTask('default', ['build:prod']);
|
||||
else
|
||||
|
|
|
|||
17240
common/dist/scripts/habitrpg-shared.js
vendored
17240
common/dist/scripts/habitrpg-shared.js
vendored
File diff suppressed because it is too large
Load diff
2
common/dist/sprites/habitrpg-shared.css
vendored
2
common/dist/sprites/habitrpg-shared.css
vendored
File diff suppressed because one or more lines are too long
26
common/dist/sprites/spritesmith4.css
vendored
26
common/dist/sprites/spritesmith4.css
vendored
|
|
@ -1,6 +1,6 @@
|
|||
.shop_head_healer_3 {
|
||||
background-image: url(spritesmith4.png);
|
||||
background-position: -492px -1786px;
|
||||
background-position: -451px -1786px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
|
@ -54,25 +54,25 @@
|
|||
}
|
||||
.shop_head_special_1 {
|
||||
background-image: url(spritesmith4.png);
|
||||
background-position: -1107px -1745px;
|
||||
background-position: -1066px -1745px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.shop_head_special_2 {
|
||||
background-image: url(spritesmith4.png);
|
||||
background-position: -1148px -1745px;
|
||||
background-position: -1107px -1745px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.shop_head_warrior_1 {
|
||||
background-image: url(spritesmith4.png);
|
||||
background-position: -1189px -1745px;
|
||||
background-position: -1148px -1745px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.shop_head_warrior_2 {
|
||||
background-image: url(spritesmith4.png);
|
||||
background-position: -451px -1786px;
|
||||
background-position: -1189px -1745px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
|
@ -750,7 +750,7 @@
|
|||
}
|
||||
.Pet_Currency_Gem {
|
||||
background-image: url(spritesmith4.png);
|
||||
background-position: -533px -1786px;
|
||||
background-position: -492px -1786px;
|
||||
width: 45px;
|
||||
height: 39px;
|
||||
}
|
||||
|
|
@ -1620,7 +1620,7 @@
|
|||
}
|
||||
.shop_gold {
|
||||
background-image: url(spritesmith4.png);
|
||||
background-position: -1856px -390px;
|
||||
background-position: -1856px -445px;
|
||||
width: 32px;
|
||||
height: 22px;
|
||||
}
|
||||
|
|
@ -1644,25 +1644,25 @@
|
|||
}
|
||||
.shop_shinySeed {
|
||||
background-image: url(spritesmith4.png);
|
||||
background-position: -1066px -1745px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background-position: -1856px -280px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
.shop_silver {
|
||||
background-image: url(spritesmith4.png);
|
||||
background-position: -1856px -413px;
|
||||
background-position: -1856px -468px;
|
||||
width: 32px;
|
||||
height: 22px;
|
||||
}
|
||||
.shop_snowball {
|
||||
background-image: url(spritesmith4.png);
|
||||
background-position: -1856px -335px;
|
||||
background-position: -1856px -390px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
.shop_spookDust {
|
||||
background-image: url(spritesmith4.png);
|
||||
background-position: -1856px -280px;
|
||||
background-position: -1856px -335px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
|
|
|||
BIN
common/dist/sprites/spritesmith4.png
vendored
BIN
common/dist/sprites/spritesmith4.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 545 KiB After Width: | Height: | Size: 545 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3 KiB |
|
|
@ -69,5 +69,12 @@
|
|||
"backgroundStainedGlassText": "Mozaikové sklo",
|
||||
"backgroundStainedGlassNotes": "Obdivuj krásné mozaikové sklo.",
|
||||
"backgroundRollingHillsText": "Kopce",
|
||||
"backgroundRollingHillsNotes": "Potloukej se v kopcích."
|
||||
"backgroundRollingHillsNotes": "Potloukej se v kopcích.",
|
||||
"backgrounds042015": "SET 11: Released April 2015",
|
||||
"backgroundCherryTreesText": "Cherry Trees",
|
||||
"backgroundCherryTreesNotes": "Admire the Cherry Trees in blossom.",
|
||||
"backgroundFloralMeadowText": "Flowering Meadow",
|
||||
"backgroundFloralMeadowNotes": "Picnic in a Flowering Meadow.",
|
||||
"backgroundGumdropLandText": "Gumdrop Land",
|
||||
"backgroundGumdropLandNotes": "Nibble the scenery of Gumdrop Land."
|
||||
}
|
||||
|
|
@ -35,11 +35,11 @@
|
|||
"flower": "Květina",
|
||||
"basicSkins": "Základní barvy kůže",
|
||||
"rainbowSkins": "Duhové kůže",
|
||||
"pastelSkins": "Pastel Skins",
|
||||
"pastelSkins": "Pastelové kůže",
|
||||
"spookySkins": "Strašidelné kůže",
|
||||
"supernaturalSkins": "Nadpřirozené kůže",
|
||||
"rainbowColors": "Duhové barvy",
|
||||
"shimmerColors": "Shimmer Colors",
|
||||
"shimmerColors": "Třpytivé barvy",
|
||||
"hauntedColors": "Strašidelné barvy",
|
||||
"winteryColors": "Zimní barvy",
|
||||
"equipment": "Vybavení",
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
"mobileAndroid": "Android",
|
||||
"footerCompany": "Společnost",
|
||||
"companyDonate": "Přispět",
|
||||
"companyAbout": "Funkce",
|
||||
"companyAbout": "Jak to funguje",
|
||||
"companyVideos": "Videa",
|
||||
"companyBlog": "Blog",
|
||||
"companyExtensions": "Rozšíření",
|
||||
|
|
|
|||
|
|
@ -94,5 +94,7 @@
|
|||
"abuseFlagModalBody": "Jsi si jistý, že chceš nahlásit tento příspěvek? Měl bys hlásit POUZE příspěvky, které porušují <%= firstLinkStart %>Zásady komunity<%= linkEnd %> a/nebo <%= secondLinkStart %>Pravidla používání<%= linkEnd %>. Neoprávněné hlášení příspěvku porušuje Zásady komunity a může být trestáno.",
|
||||
"abuseFlagModalButton": "Nahlásit",
|
||||
"abuseReported": "Děkujeme za nahlášení tohoto příspěvku. Moderátoři byli upozorněni.",
|
||||
"abuseAlreadyReported": "Již jsi tento příspěvek nahlásil."
|
||||
"abuseAlreadyReported": "Již jsi tento příspěvek nahlásil.",
|
||||
"needsText": "Prosím, napiš zprávu.",
|
||||
"needsTextPlaceholder": "Napiš svou zprávu sem."
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
"annoyingFriendsText": "Byl členy družiny zkoulován <%= snowballs %> krát.",
|
||||
"alarmingFriends": "Strašliví přátelé",
|
||||
"alarmingFriendsText": "Byl <%= spookDust %>krát vyděšen členy družiny.",
|
||||
"agriculturalFriends": "Zemědělští přátelé",
|
||||
"agriculturalFriendsText": "Byl kamarády transformován <%= seeds %>krát na kytku.",
|
||||
"valentineCard": "Valentýnka",
|
||||
"valentineCardNotes": "Poslat Valentínku členu družiny. ",
|
||||
"valentine0": "\"Růže jsou červené<%= lineBreak %>Mé denní úkoly modré<%= lineBreak %>Být s Tebou v družině<%= lineBreak %>Je vážně dobré!\"",
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
"petKeyInfo": "Chybí ti to vzrušení z nalézání mazlíčků? Nyní je můžeš vypustit a každý nový objev bude zase vzrušující!",
|
||||
"petKeyInfo2": "Použij Klíč ke kotcům a resetuj tak všechny mazlíčky a/nebo zkrocená zvířata (kromě těch z výprav a těch vzácných, ta nebudou ovlivněna.)",
|
||||
"petKeyInfo3": "Klíče ke kotcům jsou tři: Vypusť pouze mazlíčky (4 drahokamy), Vypusť pouze zkrocená zvířata (4 drahokamy), nebo Vypusť mazlíčky a zkrocená zvířata (6 drahokamů). Použití Klíče ti umožní znovuzískávat ocenění Pán šelem a Pán zvířat. Ocenění Bingo trojice však znovu získáš pouze pokud použiješ klíč \"Vypusť mazlíčky a zkrocená zvířata\" a znovu najdeš všech 90 mazlíčků. Ukaž světu jaký jsi mistr v nalézání. Ale vybírej moudře, protože jakmile použiješ Klíč a otevřeš bránu ke stáji, nebudeš je moci získat zpět, dokud je všechny znovu neposbíráš....",
|
||||
"petKeyInfo4": "Klíče ke kotcům jsou tři: Vypusť pouze mazlíčky (4 drahokamy), Vypusť pouze zvířata (4 drahokamy), nebo Vypusť mazlíčky a zvířata. Použití Klíče ti umožní znovu získat ocenění Pána šelem a Pána zvířat. Ocenění Bingo Tří budeš moci získat znovu jen pokud vypustíš všechna zvířata a znovu jich všech 90 nasbíráš. Ukaž světu jaký jsi sběratel! Ale vybírej moudře, protože jakmile Klíč použiješ, už zvířata nedostaneš zpátky jinak, než opětovným posbíráním...",
|
||||
"petKeyPets": "Vypusťte mé mazlíčky",
|
||||
"petKeyMounts": "Vypusť má zkrocená zvířata",
|
||||
"petKeyBoth": "Vypusť oba",
|
||||
|
|
|
|||
|
|
@ -98,6 +98,9 @@
|
|||
"invitedQuest": "Pozván na Výpravu",
|
||||
"kickedGroup": "Vykopnut z družiny",
|
||||
"remindersToLogin": "Upomínky k přihlášení do HabitRPG",
|
||||
"unsubscribedSuccessfully": "Unsubscribed successfully!",
|
||||
"unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from <a href=\"/#/options/settings/notifications\">the settings</a> (requires login).",
|
||||
"unsubscribedTextOthers": "You won't receive any other email from HabitRPG.",
|
||||
"unsubscribeAllEmails": "Zaškrtni, aby ses odhlásil z emailů",
|
||||
"unsubscribeAllEmailsText": "Zaškrtnutím toho políčka potvrzuji, že rozumím tomu, že kvůli odhlášení se z emailů mě nebude HabitRPG moci nikdy kontaktovat emailem o důležitých změnách na stránce nebo v mém účtu.",
|
||||
"correctlyUnsubscribedEmailType": "Správně odhlášen z \"<%= email Type %>\" emailů.",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,11 @@
|
|||
"spellSpecialSaltText": "Sůl",
|
||||
"spellSpecialSaltNotes": "Někdo po tobě hodil sněhovou kouli. Ha ha, strašně vtipné. A teď ze mě dostaňte ten sníh!",
|
||||
"spellSpecialSpookDustText": "Strašidelné jiskry",
|
||||
"spellSpecialSpookDustNotes": "Změň své přátele v poletující prostěradlo s očima!",
|
||||
"spellSpecialSpookDustNotes": "Změň kamaráda na poletující deku s očima!",
|
||||
"spellSpecialOpaquePotionText": "Neprůhledný lektvar",
|
||||
"spellSpecialOpaquePotionNotes": "Zruš účinky strašidelných jisker."
|
||||
"spellSpecialOpaquePotionNotes": "Zruš účinky strašidelných jisker.",
|
||||
"spellSpecialShinySeedText": "Třpytivé semínko",
|
||||
"spellSpecialShinySeedNotes": "Změň svého kamaráda na veselou kytičku!",
|
||||
"spellSpecialPetalFreePotionText": "Bezlístečkový lektvar",
|
||||
"spellSpecialPetalFreePotionNotes": "Zvrať efekt třpytivého semínka."
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"supportDevsText": "Tento open source projekt potřebuje každou pomoc, které se mu dostane. Pomož nám udržet Habit naživu!",
|
||||
"monthUSD": "Amerických dolarů měsíčně",
|
||||
"organization": "Organizace",
|
||||
"groupPlans": "Plány skupiny",
|
||||
"groupPlans": "Firemní plány",
|
||||
"indivPlan1": "Pro jednotlivce je HabitRPG zdarma. Dokonce pro malé skupiny je zdarma (nebo za levno)",
|
||||
"indivPlan2": "lze použít jako motivaci ke změně chování účastníků. Představ si skupiny spisovatelů, umělecké výzvy, a další.",
|
||||
"groupText1": "Ale někteří vedoucí skupin chtějí více kontroly, soukromí, ochrany a pomoci. Těmito skupinami mohou být například rodiny, sportovní skupiny, skupiny zaměstnanců, a další. Tyto plány nabízejí soukromou verzi HabitRPG pro tvou skupinu či organizaci, zabezpečenou a nezávislou na",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"remaining": "Aktivní",
|
||||
"complete": "Splněno",
|
||||
"dated": "Datovaný",
|
||||
"datedNotSorted": "Datované Úkoly NEJSOU seřazené podle data. Řazení bude nejspíš implementováno v budoucnu.",
|
||||
"datedNotSorted": "Dated To-Dos are NOT sorted by date. Sorting will probably be implemented in future.",
|
||||
"due": "Zbývající",
|
||||
"grey": "Dokončené",
|
||||
"score": "Skóre",
|
||||
|
|
|
|||
|
|
@ -69,5 +69,12 @@
|
|||
"backgroundStainedGlassText": "Glasmosaik",
|
||||
"backgroundStainedGlassNotes": "Nyd en smuk Glasmosaik.",
|
||||
"backgroundRollingHillsText": "Bølgende Bakker",
|
||||
"backgroundRollingHillsNotes": "Løb frejdigt rundt mellem Bølgende Bakker."
|
||||
"backgroundRollingHillsNotes": "Løb frejdigt rundt mellem Bølgende Bakker.",
|
||||
"backgrounds042015": "SET 11: Released April 2015",
|
||||
"backgroundCherryTreesText": "Cherry Trees",
|
||||
"backgroundCherryTreesNotes": "Admire the Cherry Trees in blossom.",
|
||||
"backgroundFloralMeadowText": "Flowering Meadow",
|
||||
"backgroundFloralMeadowNotes": "Picnic in a Flowering Meadow.",
|
||||
"backgroundGumdropLandText": "Gumdrop Land",
|
||||
"backgroundGumdropLandNotes": "Nibble the scenery of Gumdrop Land."
|
||||
}
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"mobileAndroid": "Android",
|
||||
"footerCompany": "Firma",
|
||||
"companyDonate": "Donér",
|
||||
"companyAbout": "Features",
|
||||
"companyAbout": "How it Works",
|
||||
"companyVideos": "Videoer",
|
||||
"companyBlog": "Blog",
|
||||
"companyExtensions": "Udvidelser",
|
||||
|
|
|
|||
|
|
@ -94,5 +94,7 @@
|
|||
"abuseFlagModalBody": "Er du sikker på, at du vil anmelde denne besked? Du skal KUN anmelde en besked, der overtræder <%= firstLinkStart %>Retningslinjer for Fællesskabet<%= linkEnd %> og/eller <%= secondLinkStart %>Betingelser og Vilkår<%= linkEnd %>. Hvis du anmelder en besked for andre ting end disse har du selv brudt Retningslinjer for Fællesskabet og kan få en Overtrædelse.",
|
||||
"abuseFlagModalButton": "Anmeld",
|
||||
"abuseReported": "Tak for at anmelde denne overtrædelse. Moderatorerne er blevet informeret.",
|
||||
"abuseAlreadyReported": "Du har allerede anmeldt denne besked."
|
||||
"abuseAlreadyReported": "Du har allerede anmeldt denne besked.",
|
||||
"needsText": "Please type a message.",
|
||||
"needsTextPlaceholder": "Type your message here."
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
"annoyingFriendsText": "Blev ramt af <%= snowballs %> snebolde af gruppemedlemmer.",
|
||||
"alarmingFriends": "Foruroligende Venner",
|
||||
"alarmingFriendsText": "Blev skræmt <%= spookDust %> gange af gruppemedlemmer.",
|
||||
"agriculturalFriends": "Agricultural Friends",
|
||||
"agriculturalFriendsText": "Got transformed into a flower <%= seeds %> times by party members.",
|
||||
"valentineCard": "Valentinsdagskort",
|
||||
"valentineCardNotes": "Send et Valentinskort til et gruppemedlem.",
|
||||
"valentine0": "\"Roser er røde<%= lineBreak %>Mine Daglige er blå<%= lineBreak %>Jeg er glad for at jeg<%= lineBreak %>i din Gruppe være må!\"",
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
"petKeyInfo": "Mangler du spændingen ved at samle kæledyr? Nu kan du slippe dem fri, så dine drops igen er meningsfulde!",
|
||||
"petKeyInfo2": "Brug Nøglen til Kennelen til at nulstille dine ikke-questrelaterede kæledyr og/eller ridedyr. (Questrelaterede og Sjældne kæledyr og ridedyr bliver ikke sluppet løs).",
|
||||
"petKeyInfo3": "Der er tre Nøgler til Kennelen: Slip Kun Kæledyr Fri (4 Ædelsten), Slip Kun Ridedyr Fri (4 Ædelsen) eller Slip Både Kæle- og Ridedyr Fri (6 Ædelsten). Ved at bruge en nøgle kan du opnå Bæstmester og Ridemester-præstationerne flere gange. Triade-bingo præstationen vil kun kunne opnås flere gange hvis du bruger \"Slip Både Kæle- og Ridedyr Fri\"-nøglen og har samlet alle 90 kæledyr endnu en gang. Vis verden hvor mægtig en samler du er! Men vælg med omhu, for når du har brugt en nøgle og åbnet kennel- eller stalddøren, så kan du ikke få dyrene igen uden at samle dem allesammen forfra...",
|
||||
"petKeyInfo4": "There are three Keys to the Kennels: Release Pets Only (4 Gems), Release Mounts Only (4 Gems), or Release Both Pets and Mounts. Using a Key lets you stack the Beast Master and Mount Master achievements. The Triad Bingo achievement will only stack if you use the \"Release Both Pets and Mounts\" key and have collected all 90 pets a second time. Show the world just how much of collection master you are! But choose wisely, because once you use a Key and open the kennel or stable doors, you won't be able to get them back without collecting them all again...",
|
||||
"petKeyPets": "Slip mine kæledyr fri",
|
||||
"petKeyMounts": "Slip Mine Ridedyr Fri",
|
||||
"petKeyBoth": "Slip Begge Fri",
|
||||
|
|
|
|||
|
|
@ -98,6 +98,9 @@
|
|||
"invitedQuest": "Inviteret til Quest",
|
||||
"kickedGroup": "Fjernet fra gruppe",
|
||||
"remindersToLogin": "Påmindelser om at tjekek ind på HabitRPG",
|
||||
"unsubscribedSuccessfully": "Unsubscribed successfully!",
|
||||
"unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from <a href=\"/#/options/settings/notifications\">the settings</a> (requires login).",
|
||||
"unsubscribedTextOthers": "You won't receive any other email from HabitRPG.",
|
||||
"unsubscribeAllEmails": "Markér for at afmelde emails",
|
||||
"unsubscribeAllEmailsText": "Ved at markere denne boks er jeg indforstået med, at ved at afmelde alle emails vil HabitRPG aldrig være i stand til at informere mig via email om vigtige ændringer på siden eller min konto.",
|
||||
"correctlyUnsubscribedEmailType": "Succesfuldt afmeldt \"<%= emailType %>\" emails.",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,11 @@
|
|||
"spellSpecialSaltText": "Salt",
|
||||
"spellSpecialSaltNotes": "Nogen har kastet en snebold på dig! Haha, skideskægt... Fjern nu bare sneen fra mig!",
|
||||
"spellSpecialSpookDustText": "Skræmmende Gnister",
|
||||
"spellSpecialSpookDustNotes": "Gør din ven til et flyvende lagen med øjne!",
|
||||
"spellSpecialSpookDustNotes": "Turn a friend into a floating blanket with eyes!",
|
||||
"spellSpecialOpaquePotionText": "Uigennemsigtig Eliksir",
|
||||
"spellSpecialOpaquePotionNotes": "Fjerner effekterne af Skræmmende Gnister."
|
||||
"spellSpecialOpaquePotionNotes": "Fjerner effekterne af Skræmmende Gnister.",
|
||||
"spellSpecialShinySeedText": "Shiny Seed",
|
||||
"spellSpecialShinySeedNotes": "Turn a friend into a joyous flower!",
|
||||
"spellSpecialPetalFreePotionText": "Petal-Free Potion",
|
||||
"spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed."
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"supportDevsText": "Dette open source projekt kan bruge al den hjælp det kan få. Hjælp os med at holde HabitRPG i live!",
|
||||
"monthUSD": "US$ / Måned",
|
||||
"organization": "Organisation",
|
||||
"groupPlans": "Gruppeabonnementer",
|
||||
"groupPlans": "Corporate Plans",
|
||||
"indivPlan1": "For enkeltpersoner er HabitRPG gratis at spille. Selv for små interessegrupper, kan gratis (eller billige)",
|
||||
"indivPlan2": "bruges til at motivere deltagerne til adfærdsændringer. Tænk skrivegrupper, kunstudfordringer og andet.",
|
||||
"groupText1": "Men nogle gruppeledere vil gerne have mere kontrol, privathed, sikkerhed og støtte. Eksempler på sådanne grupper er familier, sundheds- og wellnessgrupper, medarbejdergrupper og andre. Disse abonnementer giver adgang til private udgaver af HabitRPG for din gruppe eller organisation, sikkert og uafhængigt af",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"remaining": "Aktive",
|
||||
"complete": "Færdige",
|
||||
"dated": "Med dato",
|
||||
"datedNotSorted": "To-Dos med datoer er IKKE sorteret efter dato. Sortering vil nok blive implementeret på et senere tidspunkt.",
|
||||
"datedNotSorted": "Dated To-Dos are NOT sorted by date. Sorting will probably be implemented in future.",
|
||||
"due": "Forfalden",
|
||||
"grey": "Grå",
|
||||
"score": "Score",
|
||||
|
|
|
|||
|
|
@ -69,5 +69,12 @@
|
|||
"backgroundStainedGlassText": "Bleiglas",
|
||||
"backgroundStainedGlassNotes": "Bewundere das Bleiglas.",
|
||||
"backgroundRollingHillsText": "Hügellandschaft",
|
||||
"backgroundRollingHillsNotes": "Tolle durch die Hügellandschaft. "
|
||||
"backgroundRollingHillsNotes": "Tolle durch die Hügellandschaft. ",
|
||||
"backgrounds042015": "SET 11: Released April 2015",
|
||||
"backgroundCherryTreesText": "Cherry Trees",
|
||||
"backgroundCherryTreesNotes": "Admire the Cherry Trees in blossom.",
|
||||
"backgroundFloralMeadowText": "Flowering Meadow",
|
||||
"backgroundFloralMeadowNotes": "Picnic in a Flowering Meadow.",
|
||||
"backgroundGumdropLandText": "Gumdrop Land",
|
||||
"backgroundGumdropLandNotes": "Nibble the scenery of Gumdrop Land."
|
||||
}
|
||||
|
|
@ -35,11 +35,11 @@
|
|||
"flower": "Blume",
|
||||
"basicSkins": "Normale Hautfarben",
|
||||
"rainbowSkins": "Regenbogen Hautfarben",
|
||||
"pastelSkins": "Pastel Skins",
|
||||
"pastelSkins": "Pastell Farben",
|
||||
"spookySkins": "Unheimliche Hautfaren",
|
||||
"supernaturalSkins": "Übernatürliche Hautfarben",
|
||||
"rainbowColors": "Regenbogen Farben",
|
||||
"shimmerColors": "Shimmer Colors",
|
||||
"shimmerColors": "Schimmernde Farben",
|
||||
"hauntedColors": "Spukfarben",
|
||||
"winteryColors": "Winterfarben",
|
||||
"equipment": "Ausrüstung",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"questEggDeerText": "Hirsch",
|
||||
"questEggDeerAdjective": "anmutiger",
|
||||
"questEggEggText": "Ei",
|
||||
"questEggEggMountText": "Egg Basket",
|
||||
"questEggEggMountText": "Osternest",
|
||||
"questEggEggAdjective": "farbenfroh",
|
||||
"questEggRatText": "Ratterich",
|
||||
"questEggRatAdjective": "dreckiger",
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
"mobileAndroid": "Android",
|
||||
"footerCompany": "Unternehmen",
|
||||
"companyDonate": "Spenden",
|
||||
"companyAbout": "Features",
|
||||
"companyAbout": "How it Works",
|
||||
"companyVideos": "Videos",
|
||||
"companyBlog": "Blog",
|
||||
"companyExtensions": "Extensions",
|
||||
|
|
|
|||
|
|
@ -245,8 +245,8 @@
|
|||
"armorMystery201412Notes": "Du bist ein Pinguin! Kein Attributbonus. Dezember 2014 Abonnenten-Gegenstand.",
|
||||
"armorMystery201501Text": "Sternenrüstung",
|
||||
"armorMystery201501Notes": "Du siehst Galaxien im Metall dieser Rüstung schimmern, die dem Träger der Rüstung eine unerschütterliche Entschlossenheit schenken.\nDiese Rüstung gibt keinen Attributbonus. Januar 2015 Abonnenten Gegenstand.",
|
||||
"armorMystery201503Text": "Aquamarine Armor",
|
||||
"armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.",
|
||||
"armorMystery201503Text": "Aquamarinblaue Rüstung",
|
||||
"armorMystery201503Notes": "Dieses blaue Mineral symbolisiert Glück, Fröhlichkeit und endlose Produktivität. Gewährt keinen Attributbonus. März 2015 Abonnentengegenstand.",
|
||||
"armorMystery301404Text": "Steampunkanzug",
|
||||
"armorMystery301404Notes": "Adrett und schneidig, hoho! Februar 3015 Abonennten-Gegenstand. Kein Attributbonus.",
|
||||
"headgear": "Kopfschutz",
|
||||
|
|
@ -500,8 +500,8 @@
|
|||
"eyewearSpecialWonderconRedNotes": "Was für ein beeindruckender Kopfschmuck! Kein Attributbonus. Special Edition Convention-Rüstung.",
|
||||
"eyewearSpecialWonderconBlackText": "Tückische Maske",
|
||||
"eyewearSpecialWonderconBlackNotes": "Deine Vorhaben sind mit Sicherheit absolut rechtmäßig. Special Edition Convention Gegenstand.",
|
||||
"eyewearMystery201503Text": "Aquamarine Eyewear",
|
||||
"eyewearMystery201503Notes": "Don't get poked in the eye by these shimmering gems! Confers no benefit. March 2015 Subscriber Item.",
|
||||
"eyewearMystery201503Text": "Aquamarinblaue Brille",
|
||||
"eyewearMystery201503Notes": "Pikse dir mit diesen schimmernden Edelsteinen nicht ins Auge! Gewährt keinen Attributbonus. März 2015 Abonnentengegenstand.",
|
||||
"eyewearMystery301404Text": "Schutzbrille",
|
||||
"eyewearMystery301404Notes": "Es gibt nichts schickeres vor den Augen als diese Brille - außer vielleicht einem Monokel. April 3015 Abonennten-Gegenstand. Kein Attributbonus",
|
||||
"eyewearMystery301405Text": "Monokel",
|
||||
|
|
|
|||
|
|
@ -94,5 +94,7 @@
|
|||
"abuseFlagModalBody": "Bist Du sicher, dass Du diesen Eintrag melden willst? Du solltest AUSSCHLIEßLICH Einträge melden, die gegen die <%= firstLinkStart %>Community-Richtlinien<%= linkEnd %> und/oder die <%= secondLinkStart %>Nutzungsbedingungen<%= linkEnd %> verstoßen. Das ungerechtfertigte Melden von Einträgen ist ein Verstoß gegen die Community-Richtlinien und kann dazu führen, dass Du verwarnt wirst.",
|
||||
"abuseFlagModalButton": "Melden",
|
||||
"abuseReported": "Danke, dass Du diesen Verstoß gemeldet hast. Die Moderatoren wurden benachrichtigt.",
|
||||
"abuseAlreadyReported": "Du hast diese Nachricht bereits gemeldet."
|
||||
"abuseAlreadyReported": "Du hast diese Nachricht bereits gemeldet.",
|
||||
"needsText": "Bitte gib eine Nachricht ein.",
|
||||
"needsTextPlaceholder": "Gib Deine Nachricht hier ein."
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
"annoyingFriendsText": "Hat sich <%= snowballs %> Schneebälle von Gruppenmitgliedern eingefangen.",
|
||||
"alarmingFriends": "Unheimliche Freunde",
|
||||
"alarmingFriendsText": "Wurde <%= spookDust %> mal von Gruppenmitgliedern erschreckt.",
|
||||
"agriculturalFriends": "Gartenbegeisterte Freunde",
|
||||
"agriculturalFriendsText": "Wurde <%= seeds %> mal von Gruppenmitgliedern in eine Blume verwandelt.",
|
||||
"valentineCard": "Valentinstagskarte",
|
||||
"valentineCardNotes": "Einem Gruppenmitglied eine Valentinskarte schicken.",
|
||||
"valentine0": "\"Rosen sind rot<%= lineBreak %>Aufgaben sind blau<%= lineBreak %>Wir passen zusammen<%= lineBreak %>Das weiß ich genau!\"",
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
"petKeyInfo": "Vermisst Du die Spannung des Haustieresammelns? Jetzt kannst Du Deine Haustiere freilassen um den gefundenen Dingen wieder einen Zweck zu geben!",
|
||||
"petKeyInfo2": "Benutze den Schlüssel zu den Zwingern um alle deinen normalen Haustiere und/oder Reittiere zu resetten. (Seltene Haus- und Reittiere, sowie Haus- und Reittiere, die Du nur durch Quests bekommen kannst, werden hiervon nicht beeinflusst.)",
|
||||
"petKeyInfo3": "Es gibt drei Schlüssel zu den Zwingern: \"Lasse nur Haustiere frei\" (4 Edelsteine), \"Lasse nur Reittiere frei\" (4 Edelsteine) oder \"Lasse Haus- und Reittiere frei\" (6 Edelsteine). \nDie Benutzung der Schlüssel lässt Dich die \"Meister aller Bestien\" und \"Meister aller Reittiere\" Erfolge stapeln. Der \"Triaden Bingo\" Erfolg ist nur stapelbar, wenn Du den Schlüssel \"Lasse Haus- und Reittiere frei\" benutzt und außerdem alle 90 Haustiere ein zweites mal gefunden hast. \nZeige der Welt, dass Du ein Meister des Sammelns bist! Aber Vorsicht! Wenn Du erstmal die Türen zu Stall oder Zwinger mit einem Schlüssel geöffnet hast, wirst Du Deine Tiere nicht zurückkriegen, bis Du sie alle wieder gesammelt hast...",
|
||||
"petKeyInfo4": "There are three Keys to the Kennels: Release Pets Only (4 Gems), Release Mounts Only (4 Gems), or Release Both Pets and Mounts. Using a Key lets you stack the Beast Master and Mount Master achievements. The Triad Bingo achievement will only stack if you use the \"Release Both Pets and Mounts\" key and have collected all 90 pets a second time. Show the world just how much of collection master you are! But choose wisely, because once you use a Key and open the kennel or stable doors, you won't be able to get them back without collecting them all again...",
|
||||
"petKeyPets": "Lass' meine Haustiere frei",
|
||||
"petKeyMounts": "Lasse meine Reittiere frei",
|
||||
"petKeyBoth": "Lasse meine Haus- und meine Reittiere frei",
|
||||
|
|
|
|||
|
|
@ -98,6 +98,9 @@
|
|||
"invitedQuest": "Zu einem Quest eingeladen",
|
||||
"kickedGroup": "Aus Gruppe entfernt.",
|
||||
"remindersToLogin": "Erinnerungen, HabitRPG zu überprüfen",
|
||||
"unsubscribedSuccessfully": "Unsubscribed successfully!",
|
||||
"unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from <a href=\"/#/options/settings/notifications\">the settings</a> (requires login).",
|
||||
"unsubscribedTextOthers": "You won't receive any other email from HabitRPG.",
|
||||
"unsubscribeAllEmails": "Häkchen setzen, um keine weiteren Emails zu erhalten",
|
||||
"unsubscribeAllEmailsText": "Indem ich hier ein Häkchen gesetzt habe, bestätige ich, dass ich verstanden habe, dass ich aus allen HabitRPG Email-Listen ausgetragen wurde. HabitRPG kann mir keine Emails mehr zu wichtigen Änderungen der Seite oder meines Accounts schicken.",
|
||||
"correctlyUnsubscribedEmailType": "Erfolgreich \"<%= emailType %>\"-E-Mails abbestellt. ",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,11 @@
|
|||
"spellSpecialSaltText": "Salz",
|
||||
"spellSpecialSaltNotes": "Jemand hat Dich mit Schnee eingeseift. Haha, sehr lustig. Jetzt ist aber Schluss!",
|
||||
"spellSpecialSpookDustText": "Spukglitzer",
|
||||
"spellSpecialSpookDustNotes": "Verwandle Deine Freunde in schwebende Bettlaken mit Augen!",
|
||||
"spellSpecialSpookDustNotes": "Verwandle einen Freund in ein schwebendes Bettlaken mit Augen!",
|
||||
"spellSpecialOpaquePotionText": "Trank der Entgeisterung",
|
||||
"spellSpecialOpaquePotionNotes": "Beendet den Effekt von Spukglitter"
|
||||
"spellSpecialOpaquePotionNotes": "Beendet den Effekt von Spukglitter",
|
||||
"spellSpecialShinySeedText": "Schimmernde Saat",
|
||||
"spellSpecialShinySeedNotes": "Verwandle einen Freund in eine fröhliche Blume!",
|
||||
"spellSpecialPetalFreePotionText": "Blütenfrei Trank",
|
||||
"spellSpecialPetalFreePotionNotes": "Beendet den Effekt der schimmernden Saat."
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"supportDevsText": "Dieses 'open source Projekt' kann jede Hilfe gebrauchen die es bekommen kann. Hilf uns HabitRPG am Leben zu erhalten!",
|
||||
"monthUSD": "USD($) / Monat",
|
||||
"organization": "Organisation",
|
||||
"groupPlans": "Gruppen Pläne",
|
||||
"groupPlans": "Gemeinschaftliche Pläne",
|
||||
"indivPlan1": "Für Privatpersonen ist HabitRPG kostenlos. Auch für kleine Interessengruppen kann die kostenlose (oder billige)",
|
||||
"indivPlan2": "verwendet werden um Teilnehmer zu motivieren ihr Verhalten zu verändern. Denke nur an Gruppen von Autoren, künstlerische Wettbewerbe und mehr.",
|
||||
"groupText1": "Aber einige Gruppenleiter wollen mehr Kontrolle, Datenschutz, Sicherheit und Unterstützung. Beispielsweise Familien, Gruppen mit Gesundheits- oder Erholungszielen, Angestelltengruppen und mehr. Die Planung erlauben selbstständige Instanzen von HabitRPG für Deine Gruppe oder Organisation, sicher und unabhängig von",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"remaining": "Aktiv",
|
||||
"complete": "Erledigt",
|
||||
"dated": "Datiert",
|
||||
"datedNotSorted": "Datierte einmalige Aufgaben sind NICHT nach Datum sortiert. Diese Option wird vermutlich noch hinzugefügt werden.",
|
||||
"datedNotSorted": "Dated To-Dos are NOT sorted by date. Sorting will probably be implemented in future.",
|
||||
"due": "Fällig",
|
||||
"grey": "Grau",
|
||||
"score": "Punktestand",
|
||||
|
|
|
|||
|
|
@ -79,5 +79,13 @@
|
|||
"backgroundStainedGlassText": "Stained Glass",
|
||||
"backgroundStainedGlassNotes": "Admire some Stained Glass.",
|
||||
"backgroundRollingHillsText": "Rolling Hills",
|
||||
"backgroundRollingHillsNotes": "Frolic through the Rolling Hills."
|
||||
"backgroundRollingHillsNotes": "Frolic through the Rolling Hills.",
|
||||
|
||||
"backgrounds042015": "SET 11: Released April 2015",
|
||||
"backgroundCherryTreesText": "Cherry Trees",
|
||||
"backgroundCherryTreesNotes": "Admire the Cherry Trees in blossom.",
|
||||
"backgroundFloralMeadowText": "Flowering Meadow",
|
||||
"backgroundFloralMeadowNotes": "Picnic in a Flowering Meadow.",
|
||||
"backgroundGumdropLandText": "Gumdrop Land",
|
||||
"backgroundGumdropLandNotes": "Nibble the scenery of Gumdrop Land."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@
|
|||
"mobileAndroid": "Android",
|
||||
"footerCompany": "Company",
|
||||
"companyDonate": "Donate",
|
||||
"companyAbout": "Features",
|
||||
"companyAbout": "How it Works",
|
||||
"companyVideos": "Videos",
|
||||
"companyBlog": "Blog",
|
||||
"companyExtensions": "Extensions",
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
"errorUpCase": "ERROR:",
|
||||
"newPassSent": "New password sent.",
|
||||
"serverUnreach": "Server currently unreachable.",
|
||||
"seeConsole": "(see Chrome console for more details).",
|
||||
"seeConsole": "If the error persists, please report it at Help > Report a Bug. If you're familiar with your browser's console, please include any error messages.",
|
||||
"error": "Error",
|
||||
"menu": "Menu",
|
||||
"notifications": "Notifications",
|
||||
|
|
|
|||
|
|
@ -94,5 +94,7 @@
|
|||
"abuseFlagModalBody": "Are you sure you want to report this post? You should ONLY report a post that violates the <%= firstLinkStart %>Community Guidelines<%= linkEnd %> and/or <%= secondLinkStart %>Terms of Service<%= linkEnd %>. Inappropriately reporting a post is a violation of the Community Guidelines and may give you an infraction.",
|
||||
"abuseFlagModalButton": "Report",
|
||||
"abuseReported": "Thank you for reporting this violation. The moderators have been notified.",
|
||||
"abuseAlreadyReported": "You have already reported this message."
|
||||
"abuseAlreadyReported": "You have already reported this message.",
|
||||
"needsText": "Please type a message.",
|
||||
"needsTextPlaceholder": "Type your message here."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
"petKeyInfo": "Miss the thrill of collecting pets? Now you can let them go, and have those drops be meaningful again!",
|
||||
"petKeyInfo2": "Use the Key to the Kennels to reset your non-quest collectible pets and/or mounts to zero. (Quest-only and Rare pets and mounts are not affected.)",
|
||||
"petKeyInfo3": "There are three Keys to the Kennels: Release Pets Only (4 Gems), Release Mounts Only (4 Gems), or Release Both Pets and Mounts (6 Gems). Using a Key lets you stack the Beast Master and Mount Master achievements. The Triad Bingo achievement will only stack if you use the \"Release Both Pets and Mounts\" key and have collected all 90 pets a second time. Show the world just how much of collection master you are! But choose wisely, because once you use a Key and open the kennel or stable doors, you won't be able to get them back without collecting them all again...",
|
||||
"petKeyInfo4": "There are three Keys to the Kennels: Release Pets Only (4 Gems), Release Mounts Only (4 Gems), or Release Both Pets and Mounts. Using a Key lets you stack the Beast Master and Mount Master achievements. The Triad Bingo achievement will only stack if you use the \"Release Both Pets and Mounts\" key and have collected all 90 pets a second time. Show the world just how much of collection master you are! But choose wisely, because once you use a Key and open the kennel or stable doors, you won't be able to get them back without collecting them all again...",
|
||||
"petKeyPets": "Release My Pets",
|
||||
"petKeyMounts": "Release My Mounts",
|
||||
"petKeyBoth": "Release Both",
|
||||
|
|
|
|||
|
|
@ -98,6 +98,9 @@
|
|||
"invitedQuest": "Invited to Quest",
|
||||
"kickedGroup": "Kicked from group",
|
||||
"remindersToLogin": "Reminders to check in to HabitRPG",
|
||||
"unsubscribedSuccessfully": "Unsubscribed successfully!",
|
||||
"unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from <a href=\"/#/options/settings/notifications\">the settings</a> (requires login).",
|
||||
"unsubscribedTextOthers": "You won't receive any other email from HabitRPG.",
|
||||
"unsubscribeAllEmails": "Check to Unsubscribe from Emails",
|
||||
"unsubscribeAllEmailsText": "By checking this box, I certify that I understand that by unsubscribing from all emails, HabitRPG will never be able to notify me via email about important changes to the site or my account.",
|
||||
"correctlyUnsubscribedEmailType": "Correctly unsubscribed from \"<%= emailType %>\" emails.",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"supportDevsText": "This open source project can use all the help it can get. Help us keep Habit alive!",
|
||||
"monthUSD": "USD / Month",
|
||||
"organization": "Organization",
|
||||
"groupPlans": "Group Plans",
|
||||
"groupPlans": "Corporate Plans",
|
||||
"indivPlan1": "For individuals, HabitRPG is free to play. Even for small interest groups, free (or cheap)",
|
||||
"indivPlan2": "can be used to motivate participants in behavioral modification. Think writing groups, art challenges, and more.",
|
||||
"groupText1": "But some group leaders will want more control, privacy, security, and support. Examples of such groups are families, health and wellness groups, employee groups, and more. These plans provide private instances of HabitRPG for your group or organization, secure and independent of",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
"remaining": "Active",
|
||||
"complete": "Done",
|
||||
"dated": "Dated",
|
||||
"datedNotSorted": "Dated To-Dos are NOT sorted by date. Sorting will probably be implemented in future.",
|
||||
"due": "Due",
|
||||
"grey": "Grey",
|
||||
"score": "Score",
|
||||
|
|
|
|||
|
|
@ -69,5 +69,12 @@
|
|||
"backgroundStainedGlassText": "Stained Glass",
|
||||
"backgroundStainedGlassNotes": "Admire some Stained Glass.",
|
||||
"backgroundRollingHillsText": "Rolling Hills",
|
||||
"backgroundRollingHillsNotes": "Frolic through the Rolling Hills."
|
||||
"backgroundRollingHillsNotes": "Frolic through the Rolling Hills.",
|
||||
"backgrounds042015": "SET 11: Released April 2015",
|
||||
"backgroundCherryTreesText": "Cherry Trees",
|
||||
"backgroundCherryTreesNotes": "Admire the Cherry Trees in blossom.",
|
||||
"backgroundFloralMeadowText": "Flowering Meadow",
|
||||
"backgroundFloralMeadowNotes": "Picnic in a Flowering Meadow.",
|
||||
"backgroundGumdropLandText": "Gumdrop Land",
|
||||
"backgroundGumdropLandNotes": "Nibble the scenery of Gumdrop Land."
|
||||
}
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"mobileAndroid": "Android",
|
||||
"footerCompany": "Company",
|
||||
"companyDonate": "Donate",
|
||||
"companyAbout": "Features",
|
||||
"companyAbout": "How it Works",
|
||||
"companyVideos": "Videos",
|
||||
"companyBlog": "Blog",
|
||||
"companyExtensions": "Extensions",
|
||||
|
|
|
|||
|
|
@ -94,5 +94,7 @@
|
|||
"abuseFlagModalBody": "Are you sure you want to report this post? You should ONLY report a post that violates the <%= firstLinkStart %>Community Guidelines<%= linkEnd %> and/or <%= secondLinkStart %>Terms of Service<%= linkEnd %>. Inappropriately reporting a post is a violation of the Community Guidelines and may give you an infraction.",
|
||||
"abuseFlagModalButton": "Report",
|
||||
"abuseReported": "Thank you for reporting this violation. The moderators have been notified.",
|
||||
"abuseAlreadyReported": "You have already reported this message."
|
||||
"abuseAlreadyReported": "You have already reported this message.",
|
||||
"needsText": "Please type a message.",
|
||||
"needsTextPlaceholder": "Type your message here."
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
"annoyingFriendsText": "Got snowballed <%= snowballs %> times by crew-mates.",
|
||||
"alarmingFriends": "Alarmin' Buckos",
|
||||
"alarmingFriendsText": "Got spooked <%= spookDust %> times by crew mates.",
|
||||
"agriculturalFriends": "Agricultural Friends",
|
||||
"agriculturalFriendsText": "Got transformed into a flower <%= seeds %> times by party members.",
|
||||
"valentineCard": "Valentine's Day Card",
|
||||
"valentineCardNotes": "Send a Valentine's Day card to a party member.",
|
||||
"valentine0": "\"Roses are red<%= lineBreak %>My Dailies are blue<%= lineBreak %>I'm happy that I'm<%= lineBreak %>In a Party with you!\"",
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
"petKeyInfo": "Miss the thrill of collecting pets? Now you can let them go, and have those drops be meaningful again!",
|
||||
"petKeyInfo2": "Use the Key to the Kennels to reset your non-quest collectible pets and/or mounts to zero. (Quest-only and Rare pets and mounts are not affected.)",
|
||||
"petKeyInfo3": "There are three Keys to the Kennels: Release Pets Only (4 Gems), Release Mounts Only (4 Gems), or Release Both Pets and Mounts (6 Gems). Using a Key lets you stack the Beast Master and Mount Master achievements. The Triad Bingo achievement will only stack if you use the \"Release Both Pets and Mounts\" key and have collected all 90 pets a second time. Show the world just how much of collection master you are! But choose wisely, because once you use a Key and open the kennel or stable doors, you won't be able to get them back without collecting them all again...",
|
||||
"petKeyInfo4": "There are three Keys to the Kennels: Release Pets Only (4 Gems), Release Mounts Only (4 Gems), or Release Both Pets and Mounts. Using a Key lets you stack the Beast Master and Mount Master achievements. The Triad Bingo achievement will only stack if you use the \"Release Both Pets and Mounts\" key and have collected all 90 pets a second time. Show the world just how much of collection master you are! But choose wisely, because once you use a Key and open the kennel or stable doors, you won't be able to get them back without collecting them all again...",
|
||||
"petKeyPets": "Release Me Pets",
|
||||
"petKeyMounts": "Release My Mounts",
|
||||
"petKeyBoth": "Release Both",
|
||||
|
|
|
|||
|
|
@ -98,6 +98,9 @@
|
|||
"invitedQuest": "Invited to Quest",
|
||||
"kickedGroup": "Kicked from group",
|
||||
"remindersToLogin": "Reminders to check in to HabitRPG",
|
||||
"unsubscribedSuccessfully": "Unsubscribed successfully!",
|
||||
"unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from <a href=\"/#/options/settings/notifications\">the settings</a> (requires login).",
|
||||
"unsubscribedTextOthers": "You won't receive any other email from HabitRPG.",
|
||||
"unsubscribeAllEmails": "Check to Unsubscribe from Emails",
|
||||
"unsubscribeAllEmailsText": "By checking this box, I certify that I understand that by unsubscribing from all emails, HabitRPG will never be able to notify me via email about important changes to the site or my account.",
|
||||
"correctlyUnsubscribedEmailType": "Correctly unsubscribed from \"<%= emailType %>\" emails.",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,11 @@
|
|||
"spellSpecialSaltText": "Sea Salt",
|
||||
"spellSpecialSaltNotes": "Someone has snowballed ye. Ha ha, extra hardyharhar. Now get this snow off me!",
|
||||
"spellSpecialSpookDustText": "Spooky Sparkles",
|
||||
"spellSpecialSpookDustNotes": "Turn ye buckos into a floatin' blanket wit' eyes!",
|
||||
"spellSpecialSpookDustNotes": "Turn a friend into a floating blanket with eyes!",
|
||||
"spellSpecialOpaquePotionText": "Murky Potion",
|
||||
"spellSpecialOpaquePotionNotes": "Cancel th' effects 'o Spooky Sparkles."
|
||||
"spellSpecialOpaquePotionNotes": "Cancel th' effects 'o Spooky Sparkles.",
|
||||
"spellSpecialShinySeedText": "Shiny Seed",
|
||||
"spellSpecialShinySeedNotes": "Turn a friend into a joyous flower!",
|
||||
"spellSpecialPetalFreePotionText": "Petal-Free Potion",
|
||||
"spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed."
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"supportDevsText": "This open source project can use all th' help it can get. Help us keep Habit alive!",
|
||||
"monthUSD": "USD / Month",
|
||||
"organization": "Organization",
|
||||
"groupPlans": "Group Plans",
|
||||
"groupPlans": "Corporate Plans",
|
||||
"indivPlan1": "Fer individuals, HabitRPG is free t' play. Even fer small interest groups, free (er cheap)",
|
||||
"indivPlan2": "can be used to motivate participants in behavioral modification. Think writing crews, art duels, and more.",
|
||||
"groupText1": "But some group leaders will want more control, privacy, security, and support. Examples of such groups be clans, health and wellness groups, bilge rat groups, and more. These plans provide private instances of HabitRPG for yer group or organization, secure and independent of",
|
||||
|
|
|
|||
|
|
@ -69,5 +69,12 @@
|
|||
"backgroundStainedGlassText": "Stained Glass",
|
||||
"backgroundStainedGlassNotes": "Admire some Stained Glass.",
|
||||
"backgroundRollingHillsText": "Rolling Hills",
|
||||
"backgroundRollingHillsNotes": "Frolic through the Rolling Hills."
|
||||
"backgroundRollingHillsNotes": "Frolic through the Rolling Hills.",
|
||||
"backgrounds042015": "SET 11: Released April 2015",
|
||||
"backgroundCherryTreesText": "Cherry Trees",
|
||||
"backgroundCherryTreesNotes": "Admire the Cherry Trees in blossom.",
|
||||
"backgroundFloralMeadowText": "Flowering Meadow",
|
||||
"backgroundFloralMeadowNotes": "Picnic in a Flowering Meadow.",
|
||||
"backgroundGumdropLandText": "Gumdrop Land",
|
||||
"backgroundGumdropLandNotes": "Nibble the scenery of Gumdrop Land."
|
||||
}
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"mobileAndroid": "Android",
|
||||
"footerCompany": "Company",
|
||||
"companyDonate": "Donate",
|
||||
"companyAbout": "Features",
|
||||
"companyAbout": "How it Works",
|
||||
"companyVideos": "Videos",
|
||||
"companyBlog": "Blog",
|
||||
"companyExtensions": "Extensions",
|
||||
|
|
|
|||
|
|
@ -94,5 +94,7 @@
|
|||
"abuseFlagModalBody": "Are you sure you want to report this post? You should ONLY report a post that violates the <%= firstLinkStart %>Community Guidelines<%= linkEnd %> and/or <%= secondLinkStart %>Terms of Service<%= linkEnd %>. Inappropriately reporting a post is a violation of the Community Guidelines and may give you an infraction.",
|
||||
"abuseFlagModalButton": "Report",
|
||||
"abuseReported": "Thank you for reporting this violation. The moderators have been notified.",
|
||||
"abuseAlreadyReported": "You have already reported this message."
|
||||
"abuseAlreadyReported": "You have already reported this message.",
|
||||
"needsText": "Please type a message.",
|
||||
"needsTextPlaceholder": "Type your message here."
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
"annoyingFriendsText": "Got snowballed <%= snowballs %> times by party members.",
|
||||
"alarmingFriends": "Alarming Friends",
|
||||
"alarmingFriendsText": "Got spooked <%= spookDust %> times by party members.",
|
||||
"agriculturalFriends": "Agricultural Friends",
|
||||
"agriculturalFriendsText": "Got transformed into a flower <%= seeds %> times by party members.",
|
||||
"valentineCard": "Valentine's Day Card",
|
||||
"valentineCardNotes": "Send a Valentine's Day card to a party member.",
|
||||
"valentine0": "\"Roses are red<%= lineBreak %>My Dailies are blue<%= lineBreak %>I'm happy that I'm<%= lineBreak %>In a Party with you!\"",
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
"petKeyInfo": "Miss the thrill of collecting pets? Now you can let them go, and have those drops be meaningful again!",
|
||||
"petKeyInfo2": "Use the Key to the Kennels to reset your non-quest collectible pets and/or mounts to zero. (Quest-only and Rare pets and mounts are not affected.)",
|
||||
"petKeyInfo3": "There are three Keys to the Kennels: Release Pets Only (4 Gems), Release Mounts Only (4 Gems), or Release Both Pets and Mounts (6 Gems). Using a Key lets you stack the Beast Master and Mount Master achievements. The Triad Bingo achievement will only stack if you use the \"Release Both Pets and Mounts\" key and have collected all 90 pets a second time. Show the world just how much of collection master you are! But choose wisely, because once you use a Key and open the kennel or stable doors, you won't be able to get them back without collecting them all again...",
|
||||
"petKeyInfo4": "There are three Keys to the Kennels: Release Pets Only (4 Gems), Release Mounts Only (4 Gems), or Release Both Pets and Mounts. Using a Key lets you stack the Beast Master and Mount Master achievements. The Triad Bingo achievement will only stack if you use the \"Release Both Pets and Mounts\" key and have collected all 90 pets a second time. Show the world just how much of collection master you are! But choose wisely, because once you use a Key and open the kennel or stable doors, you won't be able to get them back without collecting them all again...",
|
||||
"petKeyPets": "Release My Pets",
|
||||
"petKeyMounts": "Release My Mounts",
|
||||
"petKeyBoth": "Release Both",
|
||||
|
|
|
|||
|
|
@ -98,6 +98,9 @@
|
|||
"invitedQuest": "Invited to Quest",
|
||||
"kickedGroup": "Kicked from group",
|
||||
"remindersToLogin": "Reminders to check in to HabitRPG",
|
||||
"unsubscribedSuccessfully": "Unsubscribed successfully!",
|
||||
"unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from <a href=\"/#/options/settings/notifications\">the settings</a> (requires login).",
|
||||
"unsubscribedTextOthers": "You won't receive any other email from HabitRPG.",
|
||||
"unsubscribeAllEmails": "Check to Unsubscribe from Emails",
|
||||
"unsubscribeAllEmailsText": "By checking this box, I certify that I understand that by unsubscribing from all emails, HabitRPG will never be able to notify me via email about important changes to the site or my account.",
|
||||
"correctlyUnsubscribedEmailType": "Correctly unsubscribed from \"<%= emailType %>\" emails.",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,11 @@
|
|||
"spellSpecialSaltText": "Salt",
|
||||
"spellSpecialSaltNotes": "Someone has snowballed you. Ha ha, very funny. Now get this snow off me!",
|
||||
"spellSpecialSpookDustText": "Spooky Sparkles",
|
||||
"spellSpecialSpookDustNotes": "Turn your friends into a floating blanket with eyes!",
|
||||
"spellSpecialSpookDustNotes": "Turn a friend into a floating blanket with eyes!",
|
||||
"spellSpecialOpaquePotionText": "Opaque Potion",
|
||||
"spellSpecialOpaquePotionNotes": "Cancel the effects of Spooky Sparkles."
|
||||
"spellSpecialOpaquePotionNotes": "Cancel the effects of Spooky Sparkles.",
|
||||
"spellSpecialShinySeedText": "Shiny Seed",
|
||||
"spellSpecialShinySeedNotes": "Turn a friend into a joyous flower!",
|
||||
"spellSpecialPetalFreePotionText": "Petal-Free Potion",
|
||||
"spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed."
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"supportDevsText": "This open-source project can use all the help it can get. Help us keep Habit alive!",
|
||||
"monthUSD": "USD / Month",
|
||||
"organization": "Organisation",
|
||||
"groupPlans": "Group Plans",
|
||||
"groupPlans": "Corporate Plans",
|
||||
"indivPlan1": "For individuals, HabitRPG is free to play. Even for small interest groups, free (or cheap)",
|
||||
"indivPlan2": "can be used to motivate participants in behavioural modification. Think writing groups, art challenges, and more.",
|
||||
"groupText1": "But some group leaders will want more control, privacy, security, and support. Examples of such groups are families, health and wellness groups, employee groups, and more. These plans provide private instances of HabitRPG for your group or organisation, secure and independent of",
|
||||
|
|
|
|||
|
|
@ -69,5 +69,12 @@
|
|||
"backgroundStainedGlassText": "Vidriera",
|
||||
"backgroundStainedGlassNotes": "Admira estas vidrieras.",
|
||||
"backgroundRollingHillsText": "Colinas Onduladas",
|
||||
"backgroundRollingHillsNotes": "Retoza por las Colinas Onduladas"
|
||||
"backgroundRollingHillsNotes": "Retoza por las Colinas Onduladas",
|
||||
"backgrounds042015": "SET 11: Released April 2015",
|
||||
"backgroundCherryTreesText": "Cherry Trees",
|
||||
"backgroundCherryTreesNotes": "Admire the Cherry Trees in blossom.",
|
||||
"backgroundFloralMeadowText": "Flowering Meadow",
|
||||
"backgroundFloralMeadowNotes": "Picnic in a Flowering Meadow.",
|
||||
"backgroundGumdropLandText": "Gumdrop Land",
|
||||
"backgroundGumdropLandNotes": "Nibble the scenery of Gumdrop Land."
|
||||
}
|
||||
|
|
@ -35,11 +35,11 @@
|
|||
"flower": "Flor",
|
||||
"basicSkins": "Pieles Básicas",
|
||||
"rainbowSkins": "Pieles Arcoiris",
|
||||
"pastelSkins": "Pastel Skins",
|
||||
"pastelSkins": "Pieles color Pastel",
|
||||
"spookySkins": "Pieles Tenebrosas",
|
||||
"supernaturalSkins": "Pieles sobrenaturales",
|
||||
"rainbowColors": "Colores Arcoiris",
|
||||
"shimmerColors": "Shimmer Colors",
|
||||
"shimmerColors": "Colores Brillantes",
|
||||
"hauntedColors": "Colores Encantados",
|
||||
"winteryColors": "Colores de invierno",
|
||||
"equipment": "Equipamiento",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"questEggDeerText": "Ciervo",
|
||||
"questEggDeerAdjective": "elegante",
|
||||
"questEggEggText": "Huevo",
|
||||
"questEggEggMountText": "Egg Basket",
|
||||
"questEggEggMountText": "Cesta de huevos",
|
||||
"questEggEggAdjective": "Colorido",
|
||||
"questEggRatText": "Rata",
|
||||
"questEggRatAdjective": "sucio",
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
"mobileAndroid": "Android",
|
||||
"footerCompany": "Compañía",
|
||||
"companyDonate": "Donar",
|
||||
"companyAbout": "Características",
|
||||
"companyAbout": "Cómo Funciona",
|
||||
"companyVideos": "Vídeos",
|
||||
"companyBlog": "Blog",
|
||||
"companyExtensions": "Extensiones",
|
||||
|
|
@ -92,5 +92,5 @@
|
|||
"watchVideos": "Ver Vídeos",
|
||||
"presskit": "Paquete de Prensa",
|
||||
"presskitText": "¡Gracias por vuestro interés en HabitRPG! Las siguientes imágenes se pueden utilizar para artículos o videos sobre HabitRPG. Para más información, porfavor contacte a Siena Leslie en leslie@habitrpg.com",
|
||||
"presskitDownload": "Descargar todas imágenes:"
|
||||
"presskitDownload": "Descarga todas las imágenes:"
|
||||
}
|
||||
|
|
@ -245,8 +245,8 @@
|
|||
"armorMystery201412Notes": "¡Eres un pingüino! No proporciona ningún beneficio. Artículo de suscriptor de diciembre 2014.",
|
||||
"armorMystery201501Text": "Armadura Estrellado",
|
||||
"armorMystery201501Notes": "Las galaxias brillan en el metal de esta armadura, fortaleciendo la determinación de su portador. No confiere beneficio. Artículo de Suscriptor Enero de 2015. ",
|
||||
"armorMystery201503Text": "Aquamarine Armor",
|
||||
"armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.",
|
||||
"armorMystery201503Text": "Armadura de aguamarina",
|
||||
"armorMystery201503Notes": "Este mineral azul es un símbolo de buena suerte, felicidad, y productividad eterna. No otorga ningún beneficio. Artículo de suscriptor marzo de 2015.",
|
||||
"armorMystery301404Text": "Traje Steampunk",
|
||||
"armorMystery301404Notes": "¡Sofisticado y elegante! No otorga ningún beneficio. Artículo de suscriptor de febrero 3015.",
|
||||
"headgear": "cubrecabeza",
|
||||
|
|
@ -432,7 +432,7 @@
|
|||
"shieldSpecialSpring2015RogueText": "Sigilo Explosivo ",
|
||||
"shieldSpecialSpring2015RogueNotes": "No dejes que el sonido te engañe - Estos explosivos dan un buen golpe. Aumenta la Fuerza en <%= str %>. Equipo de Primavera Edición Limitada 2015.",
|
||||
"shieldSpecialSpring2015WarriorText": "Plato Disco",
|
||||
"shieldSpecialSpring2015WarriorNotes": "Hurl it at your enemies.... or just hold it, because it will fill up with yummy kibble at dinnertime. Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.",
|
||||
"shieldSpecialSpring2015WarriorNotes": "Lánzaselo a tus enemigos... o sostenlo en las manos, porque se llenará de rico pienso a la hora de cenar. Aumenta la constitución en <%= con %>. Equipo de Primavera 2015 Edición Limitada.",
|
||||
"shieldSpecialSpring2015HealerText": "Almohada Decorada",
|
||||
"shieldSpecialSpring2015HealerNotes": "Puedes descansar la cabeza en esta almohada suave, o puedes luchar contra ella con tus temibles garras. ¡Rawr! Aumenta la Constitución en <% = con%>. Equipo de Primavera 2015 Edición Limitada.",
|
||||
"shieldMystery301405Text": "Escudo Reloj",
|
||||
|
|
@ -453,7 +453,7 @@
|
|||
"bodyBase0Notes": "Sin accesorio en el cuerpo",
|
||||
"bodySpecialWonderconRedText": "Collar de rubí",
|
||||
"bodySpecialWonderconRedNotes": "¡Un precioso collar de Rubí! No otorga ningún beneficio. Artículo de Congreso Edición Especial",
|
||||
"bodySpecialWonderconGoldText": "Colar de oro",
|
||||
"bodySpecialWonderconGoldText": "Collar de oro",
|
||||
"bodySpecialWonderconGoldNotes": "¡Un precioso collar de Oro! No otorga ningún beneficio. Artículo de Congreso Edición Especial",
|
||||
"bodySpecialWonderconBlackText": "Collar de ébano",
|
||||
"bodySpecialWonderconBlackNotes": "¡Un precioso collar de Ébano! No otorga ningún beneficio. Artículo de Congreso Edición Especial",
|
||||
|
|
@ -487,9 +487,9 @@
|
|||
"headAccessoryMystery201409Text": "Astas otoñales",
|
||||
"headAccessoryMystery201409Notes": "Estas poderosas astas cambian de color con las hojas. No otorga ningún beneficio. Artículo de Suscriptor de Septiembre del 2014",
|
||||
"headAccessoryMystery201502Text": "Alas del Pensamiento",
|
||||
"headAccessoryMystery201502Notes": "¡Deja volar tu imaginación! No otorga ningún beneficio. Artículo de suscriptor de Febrero 2015.",
|
||||
"headAccessoryMystery201502Notes": "¡Deja volar tu imaginación! No otorga ningún beneficio. Artículo de suscriptor de febrero 2015.",
|
||||
"headAccessoryMystery301405Text": "Gafas para la Cabeza",
|
||||
"headAccessoryMystery301405Notes": "\"Las gafas son para los ojos\" dijeron, \"Nadie quiere gafas que solo se puedan llevar en la cabeza\" dijeron. ¡Hah! ¡Demuéstrales que eso no es así! No confiere ningún beneficio. Artículo de Suscriptor de Agosto del 2015.",
|
||||
"headAccessoryMystery301405Notes": "\"Las gafas son para los ojos\" dijeron, \"Nadie quiere gafas que solo se puedan llevar en la cabeza\" dijeron. ¡Ja! ¡Demuéstrales que eso no es así! No confiere ningún beneficio. Artículo de suscriptor de agosto de 3015.",
|
||||
"eyewearBase0Text": "Sin Gafas.",
|
||||
"eyewearBase0Notes": "Sin Gafas.",
|
||||
"eyewearSpecialSummerRogueText": "Parche Picaresco",
|
||||
|
|
@ -500,8 +500,8 @@
|
|||
"eyewearSpecialWonderconRedNotes": "¡Qué accesorio tan poderoso para el rostro! No otorga ningún beneficio. Artículo de Congreso Edición Especial",
|
||||
"eyewearSpecialWonderconBlackText": "Máscara Sigilosa",
|
||||
"eyewearSpecialWonderconBlackNotes": "Tus motivos son indudablemente legítimos. No otorga ningún beneficio. Artículo de Congreso Edición Especial",
|
||||
"eyewearMystery201503Text": "Aquamarine Eyewear",
|
||||
"eyewearMystery201503Notes": "Don't get poked in the eye by these shimmering gems! Confers no benefit. March 2015 Subscriber Item.",
|
||||
"eyewearMystery201503Text": "Gafas de aguamarina",
|
||||
"eyewearMystery201503Notes": "¡Cuidado no te metas estas gemas brillantes en un ojo! No confiere ningún beneficio. Artículo de suscriptor marzo 2015.",
|
||||
"eyewearMystery301404Text": "Gafas Protectoras para los ojos",
|
||||
"eyewearMystery301404Notes": "No hay ningún accesorio facial tan sofisticado como unos buenos anteojos - excepto a lo mejor, un monóculo. No confiere ningún beneficio. Artículo de Suscriptor de Abril del 2015",
|
||||
"eyewearMystery301405Text": "Monóculo",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"tavern": "Taberna",
|
||||
"innCheckOut": "Dejar la Posada",
|
||||
"innCheckIn": "Descansar en la Posada",
|
||||
"innText": "¿Que tal tu estancia en la Posada, <%= name %>? Para protegerte, tu lista diaria está congelada. Tus marcas de verificación no serán procesadas o reiniciadas hasta mañana (el día después de salir). Ten cuidado, si tu grupo está en una misión, sus fallos te harán daño! Además, no le harás daño al enemigo. ¿Listo para salir? Verifíquete fuera.",
|
||||
"innText": "¿Qué tal tu estancia en la Posada, <%= name %>? Para protegerte, tu lista diaria está congelada. Tus marcas de verificación no serán procesadas o reiniciadas hasta mañana (el día después de salir). Ten cuidado, si tu grupo está en una misión, ¡sus fallos te harán daño! Además, no le harás daño al enemigo. ¿Listo para salir? Echa un vistazo.",
|
||||
"lfgPosts": "Post en la busqueda de Grupo (Se busca Grupo)",
|
||||
"tutorial": "Tutorial",
|
||||
"glossary": "Glosario",
|
||||
|
|
@ -94,5 +94,7 @@
|
|||
"abuseFlagModalBody": "¿Estás seguro de querer notificar este mensaje? SOLO los mensajes que violan las <%= firstLinkStart %>normas de la comunidad<%= linkEnd %> y/o los<%= secondLinkStart %>Términos de Servicio<%= linkEnd %> deben ser notificados.\nUn reporte inapropiado de un mensaje es una violación de las normas de la comunidad y puede costarte una infracción. ",
|
||||
"abuseFlagModalButton": "Notificar",
|
||||
"abuseReported": "Gracias por notificar esta infracción. Los moderadores han sido informados.",
|
||||
"abuseAlreadyReported": "Ya has notificado este mensaje."
|
||||
"abuseAlreadyReported": "Ya has notificado este mensaje.",
|
||||
"needsText": "Por favor, escribe un mensaje.",
|
||||
"needsTextPlaceholder": "Escribe tu mensaje aquí."
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
"annoyingFriendsText": "Tus compañeros te han lanzado <%= snowballs %> bolas de nieve.",
|
||||
"alarmingFriends": "Amigos Alarmantes",
|
||||
"alarmingFriendsText": "Tus compañeros the han asustado <%= spookDust %> veces.",
|
||||
"agriculturalFriends": "Amigos Agrícolas",
|
||||
"agriculturalFriendsText": "Miembros de su partido le han convertido en una flor <%=seeds%> veces. ",
|
||||
"valentineCard": "Tarjeta del Día de San Valentin",
|
||||
"valentineCardNotes": "Envia una Tarjeta del Día de San Valentín a un miembro del grupo.",
|
||||
"valentine0": "\"¡Las rosas son rojas<%= lineBreak %>Mis Tareas Diarias son Azules<%= lineBreak %>Soy feliz por estar<%= lineBreak %>En un grupo contigo!",
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
"petKeyInfo": "¿Echas de menos la emoción de coleccionar mascotas? ¡Ahora puedes dejarlas marchar y volver a hacer uso de los objetos que encuentres de nuevo!",
|
||||
"petKeyInfo2": "Usa la Llave de las Perreras para resetear tus mascotas coleccionables, excepto las de misiones, y/o tus monturas a cero. (Las mascotas y monturas de Misión y Raras no se verán afectadas.)",
|
||||
"petKeyInfo3": "Hay tres LLaves de las Perreras: Liberar Solo Mascotas (4 Gemas), Liberar Solo Monturas (4 Gemas), o Liberar Ambas Mascotas y Monturas (6 Gemas). Usar una Llave te permite obtener los logros de Maestro de las Bestias y Maestro de las Monturas. El logro Bingo Tríada sólo se obtiene si utilizas la llave \"Liberar Ambas Mascotas y Monturas\" y has coleccionado las 90 mascotas por segunda vez. ¡Enseña al mundo lo maestro coleccionador que eres! Pero elige sabiamente, porque una vez uses una Llave para abrir las perreras o las puertas del establo, no vas a poder tenerlos de vuelta sin coleccionarlos todos de nuevo...",
|
||||
"petKeyInfo4": "There are three Keys to the Kennels: Release Pets Only (4 Gems), Release Mounts Only (4 Gems), or Release Both Pets and Mounts. Using a Key lets you stack the Beast Master and Mount Master achievements. The Triad Bingo achievement will only stack if you use the \"Release Both Pets and Mounts\" key and have collected all 90 pets a second time. Show the world just how much of collection master you are! But choose wisely, because once you use a Key and open the kennel or stable doors, you won't be able to get them back without collecting them all again...",
|
||||
"petKeyPets": "Soltar mis mascotas",
|
||||
"petKeyMounts": "Soltar mis monturas",
|
||||
"petKeyBoth": "Soltar ambas",
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@
|
|||
"questBasilistBoss": "El Basi-lista",
|
||||
"questEggHuntText": "Cacería de huevos",
|
||||
"questEggHuntNotes": "Por la noche, extraños huevos lisos aparecieron en todas partes: en los establos de Matt, atrás del mostrador en la Taverna, e incluso entre los huevos de mascotas en el Mercado. ¡Qué molestia! \"Nadie sabe de dónde vinieron, o en qué pueden convertirse\", dice <strong>Megan</strong>, \"pero no podemos dejarlos por ahí sin hacer nada! Trabajen duro y busquen mucho para ayudarme a reunir estos huevos misteriosos. Tal vez, si juntan los suficientes, haya algunas sobras para ustedes...\"",
|
||||
"questEggHuntCompletion": "You did it! In gratitude, <strong>Megan</strong> gives you ten of the eggs. \"I bet the hatching potions will dye them beautiful colors! And I wonder what will happen when they turn into mounts....\"",
|
||||
"questEggHuntCompletion": "¡Lo lograste! En agradecimiento, <strong>Megan</strong> te da diez de los huevos. \"Apuesto a que las pociones de eclosión los teñirán de hermosos colores! Y me pregunto qué pasará cuando se conviertan en monturas...\"",
|
||||
"questEggHuntCollectPlainEgg": "Huevos lisos",
|
||||
"questEggHuntDropPlainEgg": "Huevo liso",
|
||||
"questDilatoryText": "El Aterrador Drag'on de la Dilación",
|
||||
|
|
|
|||
|
|
@ -98,6 +98,9 @@
|
|||
"invitedQuest": "Invitado a Misión",
|
||||
"kickedGroup": "Expulsado del grupo",
|
||||
"remindersToLogin": "Recordatorios para revisar HabitRPG",
|
||||
"unsubscribedSuccessfully": "Unsubscribed successfully!",
|
||||
"unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from <a href=\"/#/options/settings/notifications\">the settings</a> (requires login).",
|
||||
"unsubscribedTextOthers": "You won't receive any other email from HabitRPG.",
|
||||
"unsubscribeAllEmails": "Marca para Desuscribirte de Notificaciones de Correo Electrónico",
|
||||
"unsubscribeAllEmailsText": "Al marcar esta casilla, certifico que entiendo que al desuscribirme de todos las notificaciones por correo electrónico, HabitRPG no va a poder nunca notificarme vía email sobre cambios importantes en el sitio o mi cuenta.",
|
||||
"correctlyUnsubscribedEmailType": "Suscripción denegada correctamente desde el email \"<%= emailType %>\".",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,11 @@
|
|||
"spellSpecialSaltText": "Sal",
|
||||
"spellSpecialSaltNotes": "Alguien te ha lanzado una bola de nieve. Ja Ja, muy gracioso. ¡Ahora quítame esto de encima!",
|
||||
"spellSpecialSpookDustText": "Brillantina espeluznante",
|
||||
"spellSpecialSpookDustNotes": "Transforma a tus amigos en una sábana blanca con ojos!",
|
||||
"spellSpecialSpookDustNotes": "¡Convierte un amigo en una manta flotante con ojos!",
|
||||
"spellSpecialOpaquePotionText": "Poción Opaco",
|
||||
"spellSpecialOpaquePotionNotes": "Cancela los efectos de la brillantina espeluznante."
|
||||
"spellSpecialOpaquePotionNotes": "Cancela los efectos de la brillantina espeluznante.",
|
||||
"spellSpecialShinySeedText": "Semilla Brillante",
|
||||
"spellSpecialShinySeedNotes": "¡Convierte un amigo en una flor alegre!",
|
||||
"spellSpecialPetalFreePotionText": "Poción Sin Pétalos",
|
||||
"spellSpecialPetalFreePotionNotes": "Anula los efectos de la semilla brillante"
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"supportDevsText": "Este proyecto de código abierto usará toda la ayuda que reciba. ¡Ayúdanos a mantener Habit vivo!",
|
||||
"monthUSD": "USD / mes",
|
||||
"organization": "Organización",
|
||||
"groupPlans": "Planes para Grupos",
|
||||
"groupPlans": "Corporate Plans",
|
||||
"indivPlan1": "Para individuos, HabitRPG es gratis. Incluso para pequeños grupos de interés es gratis (o barato)",
|
||||
"indivPlan2": "puede ser utilizado para motivar a los participantes a modificar su comportamiento. Puede ser utilizado con grupos de escritura, o en desafíos de arte, entre otros.",
|
||||
"groupText1": "Aún así, algunos líderes querrán más control, privacidad, seguridad, y apoyo. Algunos ejemplos de tales grupos son familias, grupos de salud y sanidad, grupos de empleados, y demás. Estos planes proveen grupos privados de HabitRPG para tu grupo u organización, completamente seguros e independientes",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"remaining": "Activo",
|
||||
"complete": "Hecho",
|
||||
"dated": "Con fecha de",
|
||||
"datedNotSorted": "Tareas Pendientes fechadas no son ordenados por fecha. Hay un gran posibilidad que ordenando va a ser implementado en el futuro.",
|
||||
"datedNotSorted": "Dated To-Dos are NOT sorted by date. Sorting will probably be implemented in future.",
|
||||
"due": "Por vencer",
|
||||
"grey": "Gris",
|
||||
"score": "Puntaje",
|
||||
|
|
|
|||
|
|
@ -69,5 +69,12 @@
|
|||
"backgroundStainedGlassText": "Vitral",
|
||||
"backgroundStainedGlassNotes": "Admira algunos vitrales.",
|
||||
"backgroundRollingHillsText": "Colinas ondulantes",
|
||||
"backgroundRollingHillsNotes": "Diviertete en las colinas ondulantes."
|
||||
"backgroundRollingHillsNotes": "Diviertete en las colinas ondulantes.",
|
||||
"backgrounds042015": "SET 11: Released April 2015",
|
||||
"backgroundCherryTreesText": "Cherry Trees",
|
||||
"backgroundCherryTreesNotes": "Admire the Cherry Trees in blossom.",
|
||||
"backgroundFloralMeadowText": "Flowering Meadow",
|
||||
"backgroundFloralMeadowNotes": "Picnic in a Flowering Meadow.",
|
||||
"backgroundGumdropLandText": "Gumdrop Land",
|
||||
"backgroundGumdropLandNotes": "Nibble the scenery of Gumdrop Land."
|
||||
}
|
||||
|
|
@ -35,11 +35,11 @@
|
|||
"flower": "Flor",
|
||||
"basicSkins": "Pieles básicas",
|
||||
"rainbowSkins": "Pieles de arco iris",
|
||||
"pastelSkins": "Pastel Skins",
|
||||
"pastelSkins": "Pieles pastel",
|
||||
"spookySkins": "Pieles tenebrosas",
|
||||
"supernaturalSkins": "Pieles sobrenaturales",
|
||||
"rainbowColors": "Colores de arco iris",
|
||||
"shimmerColors": "Shimmer Colors",
|
||||
"shimmerColors": "Colores brillosos",
|
||||
"hauntedColors": "Colores embrujados",
|
||||
"winteryColors": "Colores invernales",
|
||||
"equipment": "Equipamiento",
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
"mobileAndroid": "Android",
|
||||
"footerCompany": "Compañía",
|
||||
"companyDonate": "Donar",
|
||||
"companyAbout": "Funciones",
|
||||
"companyAbout": "Cómo funciona",
|
||||
"companyVideos": "Videos",
|
||||
"companyBlog": "Blog",
|
||||
"companyExtensions": "Extensiones",
|
||||
|
|
|
|||
|
|
@ -110,16 +110,16 @@
|
|||
"weaponSpecialWinter2015HealerNotes": "Este cetro calienta los músculos adoloridos y relaja el estrés. Incrementa la Inteligencia por <%= int %>. Equipamiento de edición limitada de invierno 2014-2015.",
|
||||
"weaponSpecialSpring2015RogueText": "Chirrido explosivo",
|
||||
"weaponSpecialSpring2015RogueNotes": "No dejes que el sonido te engañe - estos explosivos están que arden. Incrementa la Fuerza por <%= str %>. Equipamiento de edición limitada de primavera 2015.",
|
||||
"weaponSpecialSpring2015WarriorText": "Clava de hueso",
|
||||
"weaponSpecialSpring2015WarriorText": "Garrote de hueso",
|
||||
"weaponSpecialSpring2015WarriorNotes": "Es una auténtica Clava de hueso para auténticos perritos feroces y definitivamente no es un mordedor que te han dado los Hechiceros de las estaciones porque, ¿quién es un buen perrito? ¿Quiéeen es un buen perrito? ¡Eres tú! ¡¡Tú eres un buen perrito!! Aumenta la Fuerza por <%= str %>. Equipamiento de edición limitada de primavera 2015.",
|
||||
"weaponSpecialSpring2015MageText": "Vara de Mago",
|
||||
"weaponSpecialSpring2015MageNotes": "Conjúrate una zanahoria con esta sofisticada varita. Incrementa la inteligencia por <%= int %> y la Percepción por <%= per %>. Equipamiento de edición limitada de primavera 2015.",
|
||||
"weaponSpecialSpring2015HealerText": "Cascabel de Gato",
|
||||
"weaponSpecialSpring2015MageText": "Varita mágica",
|
||||
"weaponSpecialSpring2015MageNotes": "Conjúrate una zanahoria con esta sofisticada varita. Incrementa la Inteligencia por <%= int %> y la Percepción por <%= per %>. Equipamiento de edición limitada de primavera 2015.",
|
||||
"weaponSpecialSpring2015HealerText": "Sonaja de gato",
|
||||
"weaponSpecialSpring2015HealerNotes": "Cuando lo agitas, hace un chasquido fascinante que mantendría a CUALQUIERA entretenido durante horas. Aumenta la Inteligencia por <%= int %>. Equipamiento de edición limitada de primavera 2015.",
|
||||
"weaponMystery201411Text": "Horca de banquete",
|
||||
"weaponMystery201411Notes": "Apuñalar a tus enemigos o tu comida favorita - ¡esta horca versátil lo hace todo! No otorga ningún beneficio. Articulo de suscriptor de noviembre 2014.",
|
||||
"weaponMystery201502Text": "Reluciente Báculo alado del Amor y también de la Verdad.",
|
||||
"weaponMystery201502Notes": "¡Por las ALAS! ¡Por el AMOR! ¡También por la VERDAD! No confiere ningún beneficio. Objeto de subscriptor de Febrero del 2015.",
|
||||
"weaponMystery201502Text": "Reluciente báculo alado del Amor y también de la Verdad.",
|
||||
"weaponMystery201502Notes": "¡Por las ALAS! ¡Por el AMOR! ¡También por la VERDAD! No confiere ningún beneficio. Artículo de subscriptor de Febrero del 2015.",
|
||||
"weaponMystery301404Text": "Bastón steampunk",
|
||||
"weaponMystery301404Notes": "Excelente para dar una vuelta por el pueblo. Artículo de suscriptor de marzo 3015. No otorga ningún beneficio.",
|
||||
"armor": "armadura",
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
"armorMystery201501Text": "Armadura estrellada",
|
||||
"armorMystery201501Notes": "Las galaxias brillan en el metal de esta armadura, fortaleciendo la determinación del usuario. No otorga ningún beneficio. Artículo de suscriptor de enero 2015 .",
|
||||
"armorMystery201503Text": "Armadura de aguamarina",
|
||||
"armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.",
|
||||
"armorMystery201503Notes": "Este mineral azul simboliza la buena suerte, felicidad, y productividad eterna. No otorga ningún beneficio. Artículo de subscriptor de Marzo 2015.",
|
||||
"armorMystery301404Text": "Traje steampunk",
|
||||
"armorMystery301404Notes": "¡Sofisticado y elegante, oh no! No otorga ningún beneficio. Artículo de suscriptor de febrero 3015.",
|
||||
"headgear": "protector de cabeza",
|
||||
|
|
@ -472,13 +472,13 @@
|
|||
"headAccessorySpecialSpringMageNotes": "Estas orejas redondas de ratón son sedosas. No otorgan ningún beneficio. Equipamiento de edición limitada de primavera 2014.",
|
||||
"headAccessorySpecialSpringHealerText": "Orejas de perro amarillas",
|
||||
"headAccessorySpecialSpringHealerNotes": "Colgantes pero lindas. ¿Quieres jugar? No otorgan ningún beneficio. Equipamiento de edición limitada de primavera 2014.",
|
||||
"headAccessorySpecialSpring2015RogueText": "Orejas de Ratón Amarillo",
|
||||
"headAccessorySpecialSpring2015RogueText": "Orejas de Ratón Amarillas",
|
||||
"headAccessorySpecialSpring2015RogueNotes": "Estas orejas se hacen de acero contra el sonido de las explosiones. No otorgan ningún beneficio. Equipamiento de edición limitada de primavera 2015.",
|
||||
"headAccessorySpecialSpring2015WarriorText": "Orejas de Perro Morado",
|
||||
"headAccessorySpecialSpring2015WarriorText": "Orejas de Perro Moradas",
|
||||
"headAccessorySpecialSpring2015WarriorNotes": "Son moradas. Son orejas de perro. No pierdas tu tiempo con mas insensateces. No confiere ningún beneficio. Equipamiento de edición limitada de primavera 2015.",
|
||||
"headAccessorySpecialSpring2015MageText": "Orejas de Conejito Azul",
|
||||
"headAccessorySpecialSpring2015MageText": "Orejas de Conejito Azules",
|
||||
"headAccessorySpecialSpring2015MageNotes": "Estas orejas escuchan atentamente, en caso de que algún mago esté revelando secretos. No confieren ningún beneficio. Equipamiento de edición limitada de primavera 2015.",
|
||||
"headAccessorySpecialSpring2015HealerText": "Orejas de Gatito Verde",
|
||||
"headAccessorySpecialSpring2015HealerText": "Orejas de Gatito Verdes",
|
||||
"headAccessorySpecialSpring2015HealerNotes": "Estas adorables orejas de gatito pondrán a los demás verde de envidia. No confieren ningún beneficio. Equipamiento de edición limitada de primavera 2015.",
|
||||
"headAccessoryMystery201403Text": "Astas de paseante del bosque",
|
||||
"headAccessoryMystery201403Notes": "Estas astas brillan con musgo y líquenes. No otorgan ningún beneficio. Artículo de suscriptor de marzo 2014.",
|
||||
|
|
@ -501,7 +501,7 @@
|
|||
"eyewearSpecialWonderconBlackText": "Máscara furtiva",
|
||||
"eyewearSpecialWonderconBlackNotes": "Tus motivos son sin duda legítimos. No otorga ningún beneifico. Artículo de edición especial de convención.",
|
||||
"eyewearMystery201503Text": "Gafas de aguamarina",
|
||||
"eyewearMystery201503Notes": "Don't get poked in the eye by these shimmering gems! Confers no benefit. March 2015 Subscriber Item.",
|
||||
"eyewearMystery201503Notes": "No se deje golpear en el ojo por estas gemas brillantes! No otorgan ningún beneficio. Artículo de subscriptor de Marzo 2015.",
|
||||
"eyewearMystery301404Text": "Gafas para ojos",
|
||||
"eyewearMystery301404Notes": "Ninguna clase de accesorio para los ojos podría ser más elegante que un par de gafas - excepto, quizás, un monóculo. No otorgan ningún beneficio. Artículo de suscriptor de abril 3015.",
|
||||
"eyewearMystery301405Text": "Monóculo",
|
||||
|
|
|
|||
|
|
@ -94,5 +94,7 @@
|
|||
"abuseFlagModalBody": "¿De verdad queres reportar esta publicación? Se debe reportar una publicación SOLAMENTE cuando hay una violación de las <%= firstLinkStart %>Normas de la comunidad<%= linkEnd %> y/o los <%= secondLinkStart %>Términos de servicio<%= linkEnd %>. Reportar una publicación indebidamente es una violación de las Normas de la comunidad y puede resultar en una infracción.",
|
||||
"abuseFlagModalButton": "Reportar",
|
||||
"abuseReported": "Gracias por reportar esta violación. Se han notificado los moderadores.",
|
||||
"abuseAlreadyReported": "Ya has reportado este mensaje."
|
||||
"abuseAlreadyReported": "Ya has reportado este mensaje.",
|
||||
"needsText": "Please type a message.",
|
||||
"needsTextPlaceholder": "Type your message here."
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
"annoyingFriendsText": "Tus compañeros te han lanzado <%= snowballs %> bolas de nieve.",
|
||||
"alarmingFriends": "Amigos atemorizadores",
|
||||
"alarmingFriendsText": "Tus compañeros te han asustado <%= spookDust %> veces.",
|
||||
"agriculturalFriends": "Amigos Agricolas",
|
||||
"agriculturalFriendsText": "Tus compañeros te han transformado <%= seeds %> veces en una flor.",
|
||||
"valentineCard": "Tarjeta del día de San Valentin",
|
||||
"valentineCardNotes": "Envía una tarjeta del día de San Valentín a un compañero de equipo.",
|
||||
"valentine0": "\"Las rosas son rojas<%= lineBreak %>mis Diarias azules<%= lineBreak %>me hace feliz<%= lineBreak %>¡que mi companero te titules!\"",
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
"petKeyInfo": "¿Extrañas la emoción de recolectar mascotas? Ahora puedes soltarlas ¡y harás que esos botines tengan sentido otra vez!",
|
||||
"petKeyInfo2": "Usa la Llave de la caseta para reiniciar a cero las mascotas y/o monturas coleccionables que no sean de misión. (Mascotas y monturas raras o de misión no se ven afectadas.)",
|
||||
"petKeyInfo3": "Existen tres Llaves de la caseta: Liberar solo mascotas (4 gemas), Liberar solo monturas (4 gemas), o Liberar tanto mascotas como monturas (6 gemas). Usar una llave te permite acumular los logros Maestro de las bestias y Maestro de las monturas. El logro Tríada de Bingo solo se acumula si usas la llave que libera ambas, y recolectas las 90 mascotas una segunda vez. ¡Muestrale al mundo que tan maestro de coleccionar eres! Pero elige sabiamente, porque una vez que uses una llave para abrir las puertas de la caseta o los establos, no vas a poder recuperarlos si no los recolectas a todos de nuevo...",
|
||||
"petKeyInfo4": "Existen tres Llaves del Criadero: Liberar sólo mascotas (4 gemas), Liberar sólo monturas (4 gemas), o liberar tanto mascotas como monturas. Usar una llave te permite acumular los logros Maestro de Bestias y Maestro de Monturas. El logro Bingo Tríada solo se acumula si usas la llave \"Liberar tanto mascotas como monturas\", y recolectas las 90 mascotas una segunda vez. ¡Muéstrale al mundo el maestro que eres coleccionando! Pero elige sabiamente, porque una vez que uses una llave para abrir las puertas del criadero o los establos, no vas a poder recuperarlos a menos que recolectes a todos de nuevo...",
|
||||
"petKeyPets": "Liberar mis mascotas",
|
||||
"petKeyMounts": "Liberar mis monturas",
|
||||
"petKeyBoth": "Liberar ambas",
|
||||
|
|
|
|||
|
|
@ -163,16 +163,16 @@
|
|||
"questStressbeastBossRageStables": "`La Abominable Bestia del Estrés usó Ataque de Estrés!`\n\n¡El aumento de estrés cura a La Abominable Bestia del Estrés!\n\n¡Oh, no! A pesar de nuestros mejores esfuerzos, hemos dejado que algunas diarias se nos escapen, ¡y su color rojo oscuro ha enfurecido a La Abominable Bestia del Estrés y causó que recupere algo de su salud! La horrible criatura arremete contra los Establos, pero Matt el Maestro de las bestias heroicamente salta a la lucha para proteger a las mascotas y monturas. LaAbominable Bestia del Estrés se ha apoderado de Matt con sus brutales garras, pero al menos está distraída por el momento. ¡De prisa! ¡Vamos a mantener nuestras Diarias bajo control y derrotar al monstruo antes de que ataque de nuevo!",
|
||||
"questStressbeastBossRageBailey": "`¡La Abominable Bestia del Estrés usó Ataque de Estrés!`\n\n¡El aumento del estrés cura a La Abominable Bestia del Estrés!\n\n¡¡¡Ahh!!! ¡Nuestras diarias incompletas provocaron a La Bestia Abominable del Estrés a ponerse más rabiosa que nunca y recuperar algo de su salud! Bailey la Pregonera gritaba a los ciudadanos para ponerse a salvo, ¡y ahora la ha capturado en su otra mano! Mírala, informando valientemente las noticias mientras La Bestia Abominable del Estrés la mueve brutalmente de un lado al otro... ¡Seamos dignos de su valentía siendo tan productivos como podamos para salvar a nuestros NPCs!",
|
||||
"questStressbeastBossRageGuide": "`¡La Abominable Bestia del Estrés usó Ataque de Estrés!`\n\nEl aumento del estrés cura a La Abominable Bestia del Estrés!\n\n¡Cuidado! Justin el Guía está tratando de distraer a La Abominable Bestia del Estrés corriendo alrededor de sus tobillos, gritando consejos de productividad! La Abominable Bestia del Estrés está pisoteando locamente, pero parece que realmente estamos desgastando a esta bestia. Dudo que tenga suficiente energía para otro ataque. No te rindas... ¡estamos muy cerca de acabar con ella!",
|
||||
"questStressbeastDesperation": "`La Bestia Abominable del Estrés llega a 500K de salud! La Bestia Abominable del Estrés usa Defenza Desesperada`\n\nYa casi estamos, Habiticanos! Con diligencia y Diarias, hemos dejado a La Bestia Abominable del Estrés en solo 500K! La criatura ruge y golpea desesperadamente, \nType text or a website address or translate a document.\nla furia aumentando más rápido que nunca. Bailey y Matt gritan de terror a medida que comienza a de moverlos de un lado al otro a un ritmo terrador, levantando una enceguecedora tormenta de nieve que hace más difícil golpear.\n\nTendremos que redoblar nuestros esfuerzos, pero tomen valor - esto es una señal de que La Bestia Abominable del Estrés sabe que está a punto de ser derrotada. No te rindas ahora!",
|
||||
"questStressbeastCompletion": "<strong>La Bestia Abominable del Estrés ha sido VENCIDA</strong><br><br>Lo hemos hecho! Con un rugido final La Bestia Abominable del Estrés se disipa en una nube de nieve. Las copos de nieve brillan a través del aire mientras Habiticanos aplaudiendo abrazan a sus mascotas y monturas. Nuestros animales y nuestros NPCs estan seguros una vez más!<br><br><strong>Stoïkalm se ha salvado!</strong><br><br>SabreCat habla suavemente a un pequeño diente de sable. \"Encuentra los ciudadanos de las Estepas de Stoïkalm y traelos a nosotros,\" dice. Varias horas más tarde, diente de sable regresa, con una manada de jinetes de mamut siguiendo lentamente detrás. Reconoces al jinete a la cabeza como Lady glaciate, líder de Stoïkalm.<br><br>\"Valientes Habiticanos,\" ella dice, \"Mis ciudadanos y yo les debemos el más profundo agradecimiento, y las más sinceras disculpas. En un esfuerzo por proteger nuestras Estepas de la agitación, empezamos a desterrar en secreto todo nuestro estrés en las montañas heladas. No teníamos idea de que con las generaciones se convertiria en La Bestia Abominable del Estrés que viste! Cuando se desató, nos atrapo a todos nosotros en las montañas en su lugar y se fue en un alboroto contra nuestros queridos animales.\" Su triste mirada sigue el caer de la nieve. \"Pusimos a todos en riesgo con nuestra necedad. Tenga por seguro que en el futuro, vamos a ir a ustedes con nuestros problemas antes de que nuestros problemas vayan a ustedes.\"<br><br>Se vuelve hacia donde @Baconsaur esta abrazando a unos mamuts bebé. \"Hemos traído a tus animales una ofrenda de alimentos para disculparnos por asustarlos, y como un símbolo de confianza, vamos a dejar algunas de a nuestras mascotas y monturas contigo. Sabemos que todos ustedes van cuidar bien de ellos.\"",
|
||||
"questStressbeastDesperation": "`¡LaAbominable Bestia del Estrés llega a 500K de salud! ¡La Abominable Bestia del Estrés usa Defensa Desesperada!`\n\n¡Ya casi estamos, Habiticanos! ¡Con diligencia y Diarias, hemos dejado a La Abominable Bestia del Estrés en solo 500K! La criatura ruge y golpea desesperadamente, mientras su furia aumenta más rápido que nunca. Bailey y Matt gritan de terror a medida que comienza a moverlos de un lado al otro a un ritmo terrador, levantando una enceguecedora tormenta de nieve que hace más difícil golpearla.\n\n¡Tendremos que redoblar nuestros esfuerzos, pero tomen valor - esto es una señal de que La Abominable Bestia del Estrés sabe que está a punto de ser derrotada! ¡No te rindas ahora!",
|
||||
"questStressbeastCompletion": "<strong>¡LaAbominable Bestia del Estrés ha sido DERROTADA!</strong><br><br>¡Lo hicimos! Con un rugido final la Abominable Bestia del Estrés se disipa en una nube de nieve. Las copos de nieve brillan a través del aire mientras los Habiticanos aplauden y abrazan a sus mascotas y monturas. ¡Nuestros animales y nuestros NPCs están seguros una vez más!<br><br><strong>¡Stoïkalm se ha salvado!</strong><br><br>SabreCat habla suavemente a un pequeño tigre dientes de sable. \"Encuentra los ciudadanos de las Estepas de Stoïkalm y tréelos a nosotros,\" dice. Varias horas más tarde, el tigre diente de sable regresa, con una manada de jinetes de mamut siguiéndolo lentamente detrás. Reconoces al jinete a la cabeza como Lady Glaciate, líder de Stoïkalm.<br><br>\"Valientes Habiticanos,\" dice, \"Mis ciudadanos y yo les debemos el más profundo agradecimiento, y las más sinceras disculpas. En un esfuerzo por proteger nuestras Estepas de la agitación, empezamos a desterrar en secreto todo nuestro estrés hacia las montañas heladas. ¡No teníamos idea de que con las generaciones se convertiria en la Abominable Bestia del Estrés que vieron! Cuando se desató, nos dejó atrapados en su lugar a todos en las montañas y se fue en un alboroto contra nuestros queridos animales.\" Su triste mirada sigue el caer de la nieve. \"Pusimos a todos en riesgo con nuestra necedad. Tengan por seguro que en el futuro, vamos a ir a ustedes con nuestros problemas antes de que nuestros problemas vayan a ustedes\".<br><br>Ella se vuelve hacia donde @Baconsaur abraza a unos mamuts bebé. \"Hemos traído a tus animales una ofrenda de alimentos para disculparnos por asustarlos, y como un símbolo de confianza, vamos a dejar algunas de nuestras mascotas y monturas contigo. Sabemos que todos ustedes van cuidar bien de ellos\".",
|
||||
"questStressbeastCompletionChat": "`La Bestia Abominable del Estrés ha sido VENCIDA`\n\nLo hemos hecho! Con un rugido final La Bestia Abominable del Estrés se disipa en una nube de nieve. Las copos de nieve brillan a través del aire mientras Habiticanos aplaudiendo abrazan a sus mascotas y monturas. Nuestros animales y nuestros NPCs estan seguros una vez más!\n\n`Stoïkalm se ha salvado!`\n\nSabreCat habla suavemente a un pequeño diente de sable. \"Encuentra los ciudadanos de las Estepas de Stoïkalm y traelos a nosotros,\" dice. Varias horas más tarde, diente de sable regresa, con una manada de jinetes de mamut siguiendo lentamente detrás. Reconoces al jinete a la cabeza como Lady glaciate, líder de Stoïkalm.\n\n\"Valientes Habiticanos,\" ella dice, \"Mis ciudadanos y yo les debemos el más profundo agradecimiento, y las más sinceras disculpas. En un esfuerzo por proteger nuestras Estepas de la agitación, empezamos a desterrar en secreto todo nuestro estrés en las montañas heladas. No teníamos idea de que con las generaciones se convertiria en La Bestia Abominable del Estrés que viste! Cuando se desató, nos atrapo a todos nosotros en las montañas en su lugar y se fue en un alboroto contra nuestros queridos animales.\" Su triste mirada sigue el caer de la nieve. \"Pusimos a todos en riesgo con nuestra necedad. Tenga por seguro que en el futuro, vamos a ir a ustedes con nuestros problemas antes de que nuestros problemas vayan a ustedes.\"\n\nSe vuelve hacia donde @Baconsaur esta abrazando a unos mamuts bebé. \"Hemos traído a tus animales una ofrenda de alimentos para disculparnos por asustarlos, y como un símbolo de confianza, vamos a dejar algunas de a nuestras mascotas y monturas contigo. Sabemos que todos ustedes van cuidar bien de ellos.\"",
|
||||
"questTRexText": "Rey de los dinosaurios",
|
||||
"questTRexNotes": "Ahora que las antiguas criaturas de las estepas de Stoïkalm están vagando por toda Habitica, @Urse ha decidido adoptar un Tiranosaurio completamente desarrollado. ¿Que podría salir mal?<br><br>Todo.",
|
||||
"questTRexCompletion": "El dinosaurio salvaje finalmente frena su acometida y se establece para hacer amigos con los gallos gigantes. @Urse exclama viendo esto. \"No son tan malas mascotas después de todo! Todo lo que necesitan es un poco de disciplina. Aquí, toma algunos huevos de dinosaurio para ti mismo.\"",
|
||||
"questTRexCompletion": "El salvaje dinosaurio finalmente frena su acometida y se aquieta para hacer amigos con los gallos gigantes. @Urse exclama viendo esto. \"¡No son tan malas mascotas después de todo! Todo lo que necesitan es un poco de disciplina. Ten, toma algunos huevos de dinosaurio para ti mismo\".",
|
||||
"questTRexBoss": "Tiranosaurio de carne",
|
||||
"questTRexUndeadText": "El dinosaurio desenterrado",
|
||||
"questTRexUndeadNotes": "Mientras los antiguos dinosaurios de las estepas de Stoïkalm vagan por Habit City, un grito de terror emana del Gran Museo. @Baconsaur exclama, \"¡El esqueleto de tiranosaurio en el museo se está agitando! ¡debe haber percibido a sus parientes!\" La huesuda bestia muestra los dientes y traquetea hacia ti. ¿Cómo puedes derrotar una criatura que ya está muerta? ¡Vas a tener que golpear rápido antes de que se cure a sí misma!",
|
||||
"questTRexUndeadCompletion": "Los brillantes ojos del Tiranosaurio se vuelven oscuros, mientras se asienta de nuevo en su familiar pedestal. Todos suspiran de alivio. \"Miren!\" dice @Baconsaur. \"Algunos de los huevos fosilizados son nuevos y brillantes! Tal vez eclosionen para ti.\"",
|
||||
"questTRexUndeadCompletion": "Los brillantes ojos del tiranosaurio se vuelven oscuros, mientras se asienta de nuevo en su familiar pedestal. Todos suspiran de alivio. \"¡Miren!\" dice @Baconsaur. \"¡Algunos de los huevos fosilizados están nuevos y brillantes! Tal vez eclosionen para ti\".",
|
||||
"questTRexUndeadBoss": "Tiranosaurio Esquelético",
|
||||
"questTRexUndeadRageTitle": "Curación de esqueleto",
|
||||
"questTRexUndeadRageDescription": "Esta barra se carga cuando no completas tus Diarias. Cuando se llene, ¡el Tiranosaurio esquelético se curará un 30% de su vida restante!",
|
||||
|
|
|
|||
|
|
@ -98,6 +98,9 @@
|
|||
"invitedQuest": "Invitado a la Misión",
|
||||
"kickedGroup": "Expulsado del grupo",
|
||||
"remindersToLogin": "Notificaciones para reportarse en HabitRPG",
|
||||
"unsubscribedSuccessfully": "Unsubscribed successfully!",
|
||||
"unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from <a href=\"/#/options/settings/notifications\">the settings</a> (requires login).",
|
||||
"unsubscribedTextOthers": "You won't receive any other email from HabitRPG.",
|
||||
"unsubscribeAllEmails": "Marque para darse de baja de los Emails",
|
||||
"unsubscribeAllEmailsText": "Al marcar esta casilla, certifico que entiendo que al darme de baja de todos los emails, HabitsRPG nunca será capaz de notificarme por ese medio sobre cambios importantes en el sitio o en mi cuenta.",
|
||||
"correctlyUnsubscribedEmailType": "Ha dado de baja correctamente de los emails de \"<%= emailType %>\"",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,11 @@
|
|||
"spellSpecialSaltText": "Sal",
|
||||
"spellSpecialSaltNotes": "Alguien te ha lanzado una bola de nieve. Ja Ja, muy gracioso. ¡Ahora quítame esta nieve de encima!",
|
||||
"spellSpecialSpookDustText": "Brillantina espeluznante",
|
||||
"spellSpecialSpookDustNotes": "¡Convierte a tus amigos en una manta flotante con ojos!",
|
||||
"spellSpecialSpookDustNotes": "Convierte a un amigo en una sabana flotante con ojos!",
|
||||
"spellSpecialOpaquePotionText": "Poción opaca",
|
||||
"spellSpecialOpaquePotionNotes": "Cancela los efectos de la brillantina espeluznante."
|
||||
"spellSpecialOpaquePotionNotes": "Cancela los efectos de la brillantina espeluznante.",
|
||||
"spellSpecialShinySeedText": "Semilla radiante",
|
||||
"spellSpecialShinySeedNotes": "Transforma a un amigo en una alegre flor!",
|
||||
"spellSpecialPetalFreePotionText": "Poción libre de petalos",
|
||||
"spellSpecialPetalFreePotionNotes": "Cancela los efectos de una Semilla Radiante"
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"supportDevsText": "Este proyecto de código abierto puede usar toda la ayuda que reciba. ¡Ayúdanos a mantener a Habit vivo!",
|
||||
"monthUSD": "USD / mes",
|
||||
"organization": "Organización",
|
||||
"groupPlans": "Planes grupales",
|
||||
"groupPlans": "Planes corporativos",
|
||||
"indivPlan1": "Para individuos, HabitRPG es gratis para jugar. Hasta para los pequeños grupos de interés, gratis (o barato)",
|
||||
"indivPlan2": "puede ser utilizado para motivar participantes a modificar su comportamiento. Considera grupos de escritura, desafíos de arte, y más.",
|
||||
"groupText1": "Aún así, unos líderes querrán mas control, privacidad, seguridad, y apoyo. Ejemplos de tales grupos son familias, grupos de salud y sanidad, grupos de empleados, y más. Estos planes proveen casos privados de HabitRPG para tu grupo u organización, seguros e independientes de ",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"remaining": "Activo",
|
||||
"complete": "Hecho",
|
||||
"dated": "Fecha limite",
|
||||
"datedNotSorted": "Pendientes con fecha limite NO están ordenados por fecha. Este modo de clasificación sera implementada en el futuro. ",
|
||||
"datedNotSorted": "Dated To-Dos are NOT sorted by date. Sorting will probably be implemented in future.",
|
||||
"due": "Por hacer",
|
||||
"grey": "Gris",
|
||||
"score": "Puntuaje",
|
||||
|
|
|
|||
|
|
@ -69,5 +69,12 @@
|
|||
"backgroundStainedGlassText": "Vitraux",
|
||||
"backgroundStainedGlassNotes": "Admirez des Vitraux.",
|
||||
"backgroundRollingHillsText": "Collines",
|
||||
"backgroundRollingHillsNotes": "Gambadez dans les Collines."
|
||||
"backgroundRollingHillsNotes": "Gambadez dans les Collines.",
|
||||
"backgrounds042015": "SET 11: Released April 2015",
|
||||
"backgroundCherryTreesText": "Cherry Trees",
|
||||
"backgroundCherryTreesNotes": "Admire the Cherry Trees in blossom.",
|
||||
"backgroundFloralMeadowText": "Flowering Meadow",
|
||||
"backgroundFloralMeadowNotes": "Picnic in a Flowering Meadow.",
|
||||
"backgroundGumdropLandText": "Gumdrop Land",
|
||||
"backgroundGumdropLandNotes": "Nibble the scenery of Gumdrop Land."
|
||||
}
|
||||
|
|
@ -35,11 +35,11 @@
|
|||
"flower": "Fleur",
|
||||
"basicSkins": "Peaux de base",
|
||||
"rainbowSkins": "Peaux arc-en-ciel",
|
||||
"pastelSkins": "Pastel Skins",
|
||||
"pastelSkins": "Peaux Pastel",
|
||||
"spookySkins": "Peaux effrayantes",
|
||||
"supernaturalSkins": "Peaux Surnaturelles",
|
||||
"rainbowColors": "Couleurs arc-en-ciel",
|
||||
"shimmerColors": "Shimmer Colors",
|
||||
"shimmerColors": "Couleurs Miroitées",
|
||||
"hauntedColors": "Couleurs Hantées",
|
||||
"winteryColors": "Couleurs Hivernales",
|
||||
"equipment": "Équipement",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"iAcceptCommunityGuidelines": "J'accepte de me conformer aux Règles de Vie en Communauté.",
|
||||
"tavernCommunityGuidelinesPlaceholder": "Rappel amical : La discussion n'a pas de restrictions d'age, alors gardez un langage approprié !\nConsultez les Règles de vie en communauté en bas de la page si vous avez des questions",
|
||||
"tavernCommunityGuidelinesPlaceholder": "Rappel amical : la discussion n'a pas de restrictions d'âge, alors gardez un langage approprié !\nConsultez les Règles de vie en communauté au bas de la page si vous avez des questions.",
|
||||
"commGuideHeadingWelcome": "Bienvenue en Habitica !",
|
||||
"commGuidePara001": "Salutations, brave aventurier ! 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.",
|
||||
"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.",
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
"mobileAndroid": "Android",
|
||||
"footerCompany": "Compagnie",
|
||||
"companyDonate": "Faire un don",
|
||||
"companyAbout": "Fonctionnalités",
|
||||
"companyAbout": "Comment ça Marche",
|
||||
"companyVideos": "Vidéos",
|
||||
"companyBlog": "Blog",
|
||||
"companyExtensions": "Extensions",
|
||||
|
|
|
|||
|
|
@ -94,5 +94,7 @@
|
|||
"abuseFlagModalBody": "Voulez-vous vraiment signaler cette publication ? Vous ne devez signaler QUE celles qui enfreignent les <%= firstLinkStart %>Règles de la Communauté<%= linkEnd %> et/ou les<%= secondLinkStart %>Conditions Générales<%= linkEnd %>. Le signalement innaproprié d'une publication est une violation des Règles de la Communauté et peut vous affecter d'une infraction.",
|
||||
"abuseFlagModalButton": "Signaler",
|
||||
"abuseReported": "Merci d'avoir signalé cette infraction. Les modérateurs en ont été informé.",
|
||||
"abuseAlreadyReported": "Vous avez déjà signalé ce message."
|
||||
"abuseAlreadyReported": "Vous avez déjà signalé ce message.",
|
||||
"needsText": "Veuillez écrire un message.",
|
||||
"needsTextPlaceholder": "Écrivez votre message ici."
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
"annoyingFriendsText": "Votre équipe vous a lancé <%=snowballs %> boules de neige.",
|
||||
"alarmingFriends": "Amis Inquiétants",
|
||||
"alarmingFriendsText": "A été transformé·e en fantôme <%= spookDust %> fois par des membres de l'équipe.",
|
||||
"agriculturalFriends": "Amis Agricoles",
|
||||
"agriculturalFriendsText": "A été transformé en fleur <%= seeds %> fois par un membre de l'équipe",
|
||||
"valentineCard": "Carte de St Valentin",
|
||||
"valentineCardNotes": "Envoyer une carte de St Valentin à un membre de l'équipe.",
|
||||
"valentine0": "\"Les roses sont pourpres<%= lineBreak %>Mes Quotidiennes sont bleues<%= lineBreak %>Être dans ton groupe<%= lineBreak %>Me rend chaque jour plus heureux !\"",
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
"petKeyInfo": "Le frisson de la collecte de familiers vous manque ? Vous pouvez à présent les laisser partir, et redonner un sens à ces butins !",
|
||||
"petKeyInfo2": "Utilisez la Clé du Chenil pour ramener vos familiers et/ou montures non-issus de quêtes à zéro. (Les familiers et montures de quêtes et rares ne sont pas affectés)",
|
||||
"petKeyInfo3": "Il y a trois types de Clé du Chenil : Relâcher les Familiers Uniquement (4 Gemmes), Relâcher les Montures Uniquement (4 Gemmes), ou Relâcher les Familiers et les Montures (6 Gemmes). Utiliser une Clé vous permet de cumuler les succès Maître des Bêtes et Maître des Montures. Le succès Triad Bingo n'est cumulable que si vous utilisez la Clé \"Relâcher les Familiers et les Montures\" et collectez les 90 familiers une seconde fois. Montrez au monde de quel bois les collectionneurs de légende sont faits ! Mais prenez garde, car dès lors que vous utilisez une Clé et ouvrez les portes du chenil ou de l'écurie, vous ne pourrez les remplir qu'en collectant tout à nouveau.",
|
||||
"petKeyInfo4": "Il y a trois sortes de Clés du Chenil : Libérer Uniquement les Familiers (4 Gemmes), Libérer Uniquement les Montures (4 Gemmes), ou Libérer les Familiers Et les Montures. Utiliser une clé vous permet de d'empiler les succès Maître des Bêtes et Maître des Montures. Le succès Triad Bingo ne s'empilera que si vous utilisez la clé \"Libérer les Familiers Et les Monture\" et avez collectionné les 90 Familiers une nouvelle fois. Montrez à tout le monde quel collectionneur vous êtes ! Mais choisissez judicieusement, car une fois que vous utilisez une clé et ouvrez les portes du chenil ou de l'étable, vous ne pourrez les avoir à nouveau sans les collectionner tous encore une fois...",
|
||||
"petKeyPets": "Libérer Mes Familiers",
|
||||
"petKeyMounts": "Relâcher Mes Montures",
|
||||
"petKeyBoth": "Relâcher les Deux",
|
||||
|
|
|
|||
|
|
@ -98,6 +98,9 @@
|
|||
"invitedQuest": "Invitation à une Quête",
|
||||
"kickedGroup": "Éjecté·e du groupe",
|
||||
"remindersToLogin": "Rappels de vérification d'HabitRPG",
|
||||
"unsubscribedSuccessfully": "Unsubscribed successfully!",
|
||||
"unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from <a href=\"/#/options/settings/notifications\">the settings</a> (requires login).",
|
||||
"unsubscribedTextOthers": "You won't receive any other email from HabitRPG.",
|
||||
"unsubscribeAllEmails": "Cocher pour se désabonner des mails",
|
||||
"unsubscribeAllEmailsText": "En cochant cette case, je certifie comprendre qu'en me désabonnant de tous les mails, HabitRPG n'aura jamais la possibilité de m'avertir par e-mail de changements importants au niveau du site ou de mon compte.",
|
||||
"correctlyUnsubscribedEmailType": "Correctement désinscrit·e des mails \"<%= emailType %>\".",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,11 @@
|
|||
"spellSpecialSaltText": "Sel",
|
||||
"spellSpecialSaltNotes": "Quelqu'un vous a envoyé une boule de neige. Ha, ha, ha, très drôle. Enlevez-moi cette neige de là, maintenant !",
|
||||
"spellSpecialSpookDustText": "Poudre Poltergeist",
|
||||
"spellSpecialSpookDustNotes": "Transformez vos amis en un drap flottant avec des yeux !",
|
||||
"spellSpecialSpookDustNotes": "Change un ami en drap flottant avec des yeux !",
|
||||
"spellSpecialOpaquePotionText": "Potion Opaque",
|
||||
"spellSpecialOpaquePotionNotes": "Annule les effets de la Poudre Poltergeist."
|
||||
"spellSpecialOpaquePotionNotes": "Annule les effets de la Poudre Poltergeist.",
|
||||
"spellSpecialShinySeedText": "Graine Brillante",
|
||||
"spellSpecialShinySeedNotes": "Change un ami en une fleur joyeuse !",
|
||||
"spellSpecialPetalFreePotionText": "Potion d'effeuillage",
|
||||
"spellSpecialPetalFreePotionNotes": "Annule les effet de la Graine Brillante"
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"supportDevsText": "Ce projet open source utilise toute l'aide qu'il peut obtenir. Aidez-nous à maintenir Habit en vie !",
|
||||
"monthUSD": "USD / Mois",
|
||||
"organization": "Organisation",
|
||||
"groupPlans": "Offres groupées",
|
||||
"groupPlans": "Offres d'Entreprise",
|
||||
"indivPlan1": "Pour les particuliers, HabitRPG est gratuit. Même pour les petits groupes d'intérêts, la gratuité (ou presque)",
|
||||
"indivPlan2": "peut contribuer à motiver les participants à modifier leur comportement. Pensez au groupe d'écriture, aux concours d'art et plus encore.",
|
||||
"groupText1": "Mais certains responsables de groupe souhaiteront plus de contrôle, d'intimité, et de support. Les familles, les groupes de santé et bien-être, et les groupes d'employés sont des exemples de tels groupes. Ces offres fournissent des instances privées de HabitRPG, pour votre groupe ou organisation, sécurisées et indépendantes de",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"remaining": "Actives",
|
||||
"complete": "Complétées",
|
||||
"dated": "Datées",
|
||||
"datedNotSorted": "Les tâches À Faire datées ne sont PAS classées par date. Le classement sera probablement implémenté plus tard.",
|
||||
"datedNotSorted": "Dated To-Dos are NOT sorted by date. Sorting will probably be implemented in future.",
|
||||
"due": "Restantes",
|
||||
"grey": "Grisées",
|
||||
"score": "Score",
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue