diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000000..34b10f53ca --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,6 @@ +languages: + JavaScript: true + +exclude_paths: +- "database_reports/*" +- "migrations/*" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b3259456fb..d54f44f358 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,12 +3,12 @@ [Please see these instructions for reporting bugs](https://github.com/HabitRPG/habitrpg/issues/2760) ## Frequently Asked Questions -You might find help with your issue on the [Frequently Asked Questions](http://habitrpg.wikia.com/wiki/FAQ) page. +You might find help with your issue on the [Frequently Asked Questions](http://habitica.wikia.com/wiki/FAQ) page. # Requesting a feature -HabitRPG uses [Trello](https://trello.com/b/EpoYEYod/habitrpg) to track feature requests. [Read more](https://trello.com/c/odmhIqyW/440-read-first-table-of-contents). +Habitica uses [Trello](https://trello.com/b/EpoYEYod/habitica) to track feature requests. [Read more](https://trello.com/c/odmhIqyW/440-read-first-table-of-contents). # Contributing Code -See [Contributing to HabitRPG](http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG#Coders_.28Web_.26_Mobile.29) +See [Contributing to Habitica](http://habitica.wikia.com/wiki/Contributing_to_Habitica#Coders_.28Web_.26_Mobile.29) diff --git a/DOCS-README.md b/DOCS-README.md index e21c420b16..c3660fd070 100644 --- a/DOCS-README.md +++ b/DOCS-README.md @@ -1,23 +1,23 @@ -# HabitRPG Docs Project +# Habitica Docs Project -Generated documentation for all of HabitRPG's source files will be kept in the folder and subfolders. If you would like to use the existing documentation, or contribute to the documentation efforts, read on. +Generated documentation for all of Habitica's source files will be kept in the folder and subfolders. If you would like to use the existing documentation, or contribute to the documentation efforts, read on. ## Viewing Docs -You're looking at it! +You're looking at it! -Unless you are viewing this file directly from GitHub, you should see a list of files and folders to the left of this readme. +Unless you are viewing this file directly from GitHub, you should see a list of files and folders to the left of this readme. -If you are working locally, you can goto `localhost:3000/docs/` and view the Docs. +If you are working locally, you can goto `localhost:3000/docs/` and view the Docs. -All documentation is generated from comments in the code, into HTML files in the `public/docs/` folder. After you have cloned the HabitRPG repo locally, and done all the `npm install` goodness, the Docs should generate automagickly when you run `grunt run:dev` +All documentation is generated from comments in the code, into HTML files in the `public/docs/` folder. After you have cloned Habitica's repo locally, and done all the `npm install` goodness, the Docs should generate automagickly when you run `grunt run:dev` ## What I do now? -Well if you know Markdown, simply add detailed comments in the code using Markdown syntax. +Well if you know Markdown, simply add detailed comments in the code using Markdown syntax. ```` -/* +/* User.js ======= @@ -32,35 +32,35 @@ var helpers = require('habitrpg-shared/script/helpers'); var _ = require('lodash');.... ```` -As you can see, you can use both multiline style comments `/* fancy stuff */` and inline comments `// Ooooh my`. +As you can see, you can use both multiline style comments `/* fancy stuff */` and inline comments `// Ooooh my`. -The exception being end of line comments +The exception being end of line comments `text: String, // example: Wolf ` The above will not be on the "pretty print" side of the Docs, but will stay in the code. An example use case for end of line comments would be for FIXME notes. -Add anything that would be helpful to a developer regarding how to use the functions, variables, and objects associated with HabitRPG. +Add anything that would be helpful to a developer regarding how to use the functions, variables, and objects associated with Habitica. -**All documentation should be committed as pull request to the `docs-project` branch of HabitRPG.** Since we are adding comments directly to the code, I don't want to be editing files used for beta or master. We can merge in the docs after we're sure we didn't break anything. +**All documentation should be committed as pull request to the `docs-project` branch of Habitica's repo.** Since we are adding comments directly to the code, I don't want to be editing files used for beta or master. We can merge in the docs after we're sure we didn't break anything. ### jsDoc Syntax -Yes, the generator also supports jsDoc-style comments such as +Yes, the generator also supports jsDoc-style comments such as ```` @param {Array} files Array of file paths relative to the `inDir` to generate documentation for. ```` **Important Note:** If you use the `@param` syntax, you must use multiline comment blocks (ie `/* stuff */`), otherwise they won't be parsed like parameters. -This may or may not be useful for HabitRPG. Example use cases: -- Documenting the API +This may or may not be useful for Habitica. Example use cases: +- Documenting the API - Javascript Models ## Okay, I added great comments. Now what? If you're running locally, just re-run `grunt run:dev`. Any changed docs will be automagickly updated. -Once you're satisfied with the output, push your changes to your fork of HabitRPG and issue a Pull Request on the `docs-project` branch. +Once you're satisfied with the output, push your changes to your fork of the repo and issue a Pull Request on the `docs-project` branch. It's that easy! @@ -72,6 +72,6 @@ We also use the [Grunt-Docker](https://github.com/Prevole/grunt-docker) node mod ## Road Map -- Customize CSS with HabitRPG specific Styling -- Explore possibilities of importing Wiki content -- Specify style guide for consistency of comments \ No newline at end of file +- Customize CSS with Habitica-specific Styling +- Explore possibilities of importing Wiki content +- Specify style guide for consistency of comments diff --git a/README.md b/README.md index 7c7ad55172..62854c23ed 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -HabitRPG [![Build Status](https://travis-ci.org/HabitRPG/habitrpg.png?branch=develop)](https://travis-ci.org/HabitRPG/habitrpg) [![Code Climate](https://codeclimate.com/github/HabitRPG/habitrpg.png)](https://codeclimate.com/github/HabitRPG/habitrpg) [![Coverage Status](https://coveralls.io/repos/HabitRPG/habitrpg/badge.svg?branch=develop)](https://coveralls.io/r/HabitRPG/habitrpg?branch=develop) [![Bountysource](https://api.bountysource.com/badge/tracker?tracker_id=68393)](https://www.bountysource.com/trackers/68393-habitrpg?utm_source=68393&utm_medium=shield&utm_campaign=TRACKER_BADGE) [![Dependency Status](https://gemnasium.com/HabitRPG/habitrpg.svg)](https://gemnasium.com/HabitRPG/habitrpg) +Habitica [![Build Status](https://travis-ci.org/HabitRPG/habitrpg.png?branch=develop)](https://travis-ci.org/HabitRPG/habitrpg) [![Code Climate](https://codeclimate.com/github/HabitRPG/habitrpg.png)](https://codeclimate.com/github/HabitRPG/habitrpg) [![Coverage Status](https://coveralls.io/repos/HabitRPG/habitrpg/badge.svg?branch=develop)](https://coveralls.io/r/HabitRPG/habitrpg?branch=develop) [![Bountysource](https://api.bountysource.com/badge/tracker?tracker_id=68393)](https://www.bountysource.com/trackers/68393-habitrpg?utm_source=68393&utm_medium=shield&utm_campaign=TRACKER_BADGE) [![Dependency Status](https://gemnasium.com/HabitRPG/habitrpg.svg)](https://gemnasium.com/HabitRPG/habitrpg) =============== -[HabitRPG](https://habitrpg.com) is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor. +[Habitica](https://habitica.com) is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor. We need more programmers! Your assistance will be greatly appreciated. -For an introduction to the technologies used and how the software is organised, refer to [Contributing to HabitRPG](http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG#Coders_.28Web_.26_Mobile.29) - "Coders (Web & Mobile)" section. +For an introduction to the technologies used and how the software is organised, refer to [Contributing to Habitica](http://habitica.wikia.com/wiki/Contributing_to_Habitica#Coders_.28Web_.26_Mobile.29) - "Coders (Web & Mobile)" section. -To set up a local install of HabitRPG for development and testing, see [Setting up HabitRPG locally](http://habitrpg.wikia.com/wiki/Setting_up_HabitRPG_locally), which contains instructions for Windows, *nix / Mac OS, and Vagrant. +To set up a local install of Habitica for development and testing, see [Setting up Habitica Locally](http://habitica.wikia.com/wiki/Setting_up_Habitica_Locally), which contains instructions for Windows, *nix / Mac OS, and Vagrant. -Then read [Guidance for Blacksmiths](http://habitrpg.wikia.com/wiki/Guidance_for_Blacksmiths) for additional instructions and useful tips. +Then read [Guidance for Blacksmiths](http://habitica.wikia.com/wiki/Guidance_for_Blacksmiths) for additional instructions and useful tips. diff --git a/VAGRANT.md b/VAGRANT.md index 91495015a2..05a9731b36 100644 --- a/VAGRANT.md +++ b/VAGRANT.md @@ -1,11 +1,11 @@ # Vagrant # Vagrant is a system to create reproducible and portable development -environments. Because of the variety of systems used for HabitRPG +environments. Because of the variety of systems used for Habitica development and the various issues developers may encounter setting up -HabitRPG on them, vagrant provides a single development enviroment with +Habitica on them, vagrant provides a single development enviroment with minimal dependencies on the developer's local platform. It can be used on a variety of systems including Windows, Mac OS X, and Linux. -Instructions for using the HabitRPG Vagrant environment are in -[Setting up HabitRPG locally](http://habitrpg.wikia.com/wiki/Setting_up_HabitRPG_locally). +Instructions for using the Habitica Vagrant environment are in +[Setting up Habitica Locally](http://habitica.wikia.com/wiki/Setting_up_Habitica_Locally). diff --git a/bower.json b/bower.json index 1c0e78997d..9219a95a94 100644 --- a/bower.json +++ b/bower.json @@ -17,29 +17,29 @@ "Angular-At-Directive": "snicker/Angular-At-Directive#c27bae207aa06d1e", "BrowserQuest": "browserquest/BrowserQuest#c3a960b03031dad5d", "angular": "1.3.9", - "angular-bootstrap": "~0.13.0", - "angular-filter": "~0.5.1", - "angular-loading-bar": "~0.6.0", + "angular-bootstrap": "0.13.0", + "angular-filter": "0.5.1", + "angular-loading-bar": "0.6.0", "angular-resource": "1.3.9", "angular-sanitize": "1.3.9", - "angular-ui": "~0.4.0", - "angular-ui-router": "~0.2.13", + "angular-ui": "0.4.0", + "angular-ui-router": "0.2.13", "angular-ui-select2": "angular-ui/ui-select2#afa6589a54cb72815f", - "angular-ui-utils": "~0.1.0", - "bootstrap": "~3.1.0", + "angular-ui-utils": "0.1.0", + "bootstrap": "3.1.0", "bootstrap-growl": "ifightcrime/bootstrap-growl#162daa41cd1155f", - "bootstrap-tour": "~0.10.1", + "bootstrap-tour": "0.10.1", "css-social-buttons": "samcollins/css-social-buttons#v1.1.1 ", "github-buttons": "mdo/github-buttons#v3.0.0", - "hello": "~1.5.0", - "jquery": "~2.1.0", - "jquery-colorbox": "~1.4.36", - "jquery-ui": "~1.10.3", - "jquery.cookie": "~1.4.0", + "hello": "1.5.0", + "jquery": "2.1.0", + "jquery-colorbox": "1.4.36", + "jquery-ui": "1.10.3", + "jquery.cookie": "1.4.0", "js-emoji": "snicker/js-emoji#f25d8a303f", - "marked": "~0.2.9", + "marked": "0.2.9", "ngInfiniteScroll": "1.0.0", - "pnotify": "~1.3.1", + "pnotify": "1.3.1", "sticky": "*", "swagger-ui": "wordnik/swagger-ui#v2.0.24" }, diff --git a/common/README.md b/common/README.md index 1528429dc3..9d3e1e2a43 100644 --- a/common/README.md +++ b/common/README.md @@ -1,6 +1,6 @@ # Common -Shared resources useful for the multiple HabitRPG repositories, that way all the repositories remain in-sync with common characteristics. Includes things like: +Shared resources useful for the multiple Habitica repositories, that way all the repositories remain in-sync with common characteristics. Includes things like: * Assets - sprites, images, etc * CSS - especially, esp. sprite-sheet mapping diff --git a/common/dist/sprites/habitrpg-shared.css b/common/dist/sprites/habitrpg-shared.css index 8b866fdb20..c1ca83dc0d 100644 --- a/common/dist/sprites/habitrpg-shared.css +++ b/common/dist/sprites/habitrpg-shared.css @@ -1 +1 @@ -.achievement-alien{background-image:url(spritesmith0.png);background-position:-1379px -1274px;width:24px;height:26px}.achievement-alpha{background-image:url(spritesmith0.png);background-position:-1925px -1820px;width:24px;height:26px}.achievement-armor{background-image:url(spritesmith0.png);background-position:-1354px -1274px;width:24px;height:26px}.achievement-boot{background-image:url(spritesmith0.png);background-position:-1495px -1392px;width:24px;height:26px}.achievement-bow{background-image:url(spritesmith0.png);background-position:-1470px -1392px;width:24px;height:26px}.achievement-cactus{background-image:url(spritesmith0.png);background-position:-1445px -1392px;width:24px;height:26px}.achievement-cake{background-image:url(spritesmith0.png);background-position:-1495px -1365px;width:24px;height:26px}.achievement-cave{background-image:url(spritesmith0.png);background-position:-1470px -1365px;width:24px;height:26px}.achievement-coffin{background-image:url(spritesmith0.png);background-position:-1445px -1365px;width:24px;height:26px}.achievement-comment{background-image:url(spritesmith0.png);background-position:-1586px -1483px;width:24px;height:26px}.achievement-costumeContest{background-image:url(spritesmith0.png);background-position:-1561px -1483px;width:24px;height:26px}.achievement-dilatory{background-image:url(spritesmith0.png);background-position:-1536px -1483px;width:24px;height:26px}.achievement-firefox{background-image:url(spritesmith0.png);background-position:-1586px -1456px;width:24px;height:26px}.achievement-habitBirthday{background-image:url(spritesmith0.png);background-position:-1561px -1456px;width:24px;height:26px}.achievement-habiticaDay{background-image:url(spritesmith0.png);background-position:-1536px -1456px;width:24px;height:26px}.achievement-heart{background-image:url(spritesmith0.png);background-position:-1677px -1574px;width:24px;height:26px}.achievement-karaoke{background-image:url(spritesmith0.png);background-position:-1652px -1574px;width:24px;height:26px}.achievement-ninja{background-image:url(spritesmith0.png);background-position:-1627px -1574px;width:24px;height:26px}.achievement-nye{background-image:url(spritesmith0.png);background-position:-1677px -1547px;width:24px;height:26px}.achievement-perfect{background-image:url(spritesmith0.png);background-position:-1900px -1820px;width:24px;height:26px}.achievement-rat{background-image:url(spritesmith0.png);background-position:-1627px -1547px;width:24px;height:26px}.achievement-seafoam{background-image:url(spritesmith0.png);background-position:-1768px -1665px;width:24px;height:26px}.achievement-shield{background-image:url(spritesmith0.png);background-position:-1743px -1665px;width:24px;height:26px}.achievement-shinySeed{background-image:url(spritesmith0.png);background-position:-1718px -1665px;width:24px;height:26px}.achievement-snowball{background-image:url(spritesmith0.png);background-position:-1768px -1638px;width:24px;height:26px}.achievement-spookDust{background-image:url(spritesmith0.png);background-position:-1743px -1638px;width:24px;height:26px}.achievement-stoikalm{background-image:url(spritesmith0.png);background-position:-1718px -1638px;width:24px;height:26px}.achievement-sun{background-image:url(spritesmith0.png);background-position:-1859px -1756px;width:24px;height:26px}.achievement-sword{background-image:url(spritesmith0.png);background-position:-1834px -1756px;width:24px;height:26px}.achievement-thermometer{background-image:url(spritesmith0.png);background-position:-1809px -1756px;width:24px;height:26px}.achievement-tree{background-image:url(spritesmith0.png);background-position:-1859px -1729px;width:24px;height:26px}.achievement-triadbingo{background-image:url(spritesmith0.png);background-position:-1834px -1729px;width:24px;height:26px}.achievement-ultimate-healer{background-image:url(spritesmith0.png);background-position:-1809px -1729px;width:24px;height:26px}.achievement-ultimate-mage{background-image:url(spritesmith0.png);background-position:-1950px -1847px;width:24px;height:26px}.achievement-ultimate-rogue{background-image:url(spritesmith0.png);background-position:-1925px -1847px;width:24px;height:26px}.achievement-ultimate-warrior{background-image:url(spritesmith0.png);background-position:-1900px -1847px;width:24px;height:26px}.achievement-valentine{background-image:url(spritesmith0.png);background-position:-1950px -1820px;width:24px;height:26px}.achievement-wolf{background-image:url(spritesmith0.png);background-position:-1652px -1547px;width:24px;height:26px}.background_autumn_forest{background-image:url(spritesmith0.png);background-position:-706px -148px;width:140px;height:147px}.background_beach{background-image:url(spritesmith0.png);background-position:-282px 0;width:141px;height:147px}.background_blacksmithy{background-image:url(spritesmith0.png);background-position:0 -148px;width:140px;height:147px}.background_cherry_trees{background-image:url(spritesmith0.png);background-position:-141px -148px;width:140px;height:147px}.background_clouds{background-image:url(spritesmith0.png);background-position:-282px -148px;width:140px;height:147px}.background_coral_reef{background-image:url(spritesmith0.png);background-position:-424px 0;width:140px;height:147px}.background_crystal_cave{background-image:url(spritesmith0.png);background-position:-424px -148px;width:140px;height:147px}.background_dilatory_ruins{background-image:url(spritesmith0.png);background-position:0 -296px;width:140px;height:147px}.background_distant_castle{background-image:url(spritesmith0.png);background-position:-141px -296px;width:140px;height:147px}.background_drifting_raft{background-image:url(spritesmith0.png);background-position:-282px -296px;width:140px;height:147px}.background_dusty_canyons{background-image:url(spritesmith0.png);background-position:-423px -296px;width:140px;height:147px}.background_fairy_ring{background-image:url(spritesmith0.png);background-position:-565px 0;width:140px;height:147px}.background_floral_meadow{background-image:url(spritesmith0.png);background-position:-565px -148px;width:140px;height:147px}.background_forest{background-image:url(spritesmith0.png);background-position:-565px -296px;width:140px;height:147px}.background_frigid_peak{background-image:url(spritesmith0.png);background-position:0 -444px;width:140px;height:147px}.background_giant_wave{background-image:url(spritesmith0.png);background-position:-141px -444px;width:141px;height:147px}.background_graveyard{background-image:url(spritesmith0.png);background-position:-283px -444px;width:140px;height:147px}.background_gumdrop_land{background-image:url(spritesmith0.png);background-position:-424px -444px;width:140px;height:147px}.background_harvest_feast{background-image:url(spritesmith0.png);background-position:-565px -444px;width:140px;height:147px}.background_harvest_fields{background-image:url(spritesmith0.png);background-position:-706px 0;width:141px;height:147px}.background_haunted_house{background-image:url(spritesmith0.png);background-position:0 0;width:140px;height:147px}.background_ice_cave{background-image:url(spritesmith0.png);background-position:-706px -296px;width:141px;height:147px}.background_iceberg{background-image:url(spritesmith0.png);background-position:-706px -444px;width:140px;height:147px}.background_island_waterfalls{background-image:url(spritesmith0.png);background-position:0 -592px;width:140px;height:147px}.background_marble_temple{background-image:url(spritesmith0.png);background-position:-141px -592px;width:141px;height:147px}.background_mountain_lake{background-image:url(spritesmith0.png);background-position:-283px -592px;width:140px;height:147px}.background_open_waters{background-image:url(spritesmith0.png);background-position:-424px -592px;width:141px;height:147px}.background_pagodas{background-image:url(spritesmith0.png);background-position:-566px -592px;width:140px;height:147px}.background_pumpkin_patch{background-image:url(spritesmith0.png);background-position:-707px -592px;width:140px;height:147px}.background_rolling_hills{background-image:url(spritesmith0.png);background-position:-848px 0;width:141px;height:147px}.background_seafarer_ship{background-image:url(spritesmith0.png);background-position:-848px -148px;width:140px;height:147px}.background_shimmery_bubbles{background-image:url(spritesmith0.png);background-position:-848px -296px;width:140px;height:147px}.background_snowy_pines{background-image:url(spritesmith0.png);background-position:-848px -444px;width:140px;height:147px}.background_south_pole{background-image:url(spritesmith0.png);background-position:-848px -592px;width:140px;height:147px}.background_spring_rain{background-image:url(spritesmith0.png);background-position:0 -740px;width:140px;height:147px}.background_stained_glass{background-image:url(spritesmith0.png);background-position:-141px -740px;width:140px;height:147px}.background_starry_skies{background-image:url(spritesmith0.png);background-position:-282px -740px;width:140px;height:147px}.background_sunken_ship{background-image:url(spritesmith0.png);background-position:-423px -740px;width:140px;height:147px}.background_sunset_meadow{background-image:url(spritesmith0.png);background-position:-564px -740px;width:140px;height:147px}.background_thunderstorm{background-image:url(spritesmith0.png);background-position:-705px -740px;width:141px;height:147px}.background_twinkly_lights{background-image:url(spritesmith0.png);background-position:-847px -740px;width:141px;height:147px}.background_volcano{background-image:url(spritesmith0.png);background-position:-141px 0;width:140px;height:147px}.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-1081px -637px;width:90px;height:90px}.customize-option.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-1106px -652px;width:60px;height:60px}.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-1081px -728px;width:90px;height:90px}.customize-option.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-1106px -743px;width:60px;height:60px}.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-1081px -819px;width:90px;height:90px}.customize-option.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-1106px -834px;width:60px;height:60px}.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-1081px -910px;width:90px;height:90px}.customize-option.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-1106px -925px;width:60px;height:60px}.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:0 -1070px;width:90px;height:90px}.customize-option.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:-25px -1085px;width:60px;height:60px}.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-91px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-116px -1085px;width:60px;height:60px}.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-182px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-207px -1085px;width:60px;height:60px}.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-273px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-298px -1085px;width:60px;height:60px}.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-364px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-389px -1085px;width:60px;height:60px}.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-455px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-480px -1085px;width:60px;height:60px}.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-546px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-571px -1085px;width:60px;height:60px}.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-637px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-662px -1085px;width:60px;height:60px}.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-728px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-753px -1085px;width:60px;height:60px}.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-819px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-844px -1085px;width:60px;height:60px}.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-910px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-935px -1085px;width:60px;height:60px}.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-1001px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-1026px -1085px;width:60px;height:60px}.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1172px 0;width:90px;height:90px}.customize-option.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1197px -15px;width:60px;height:60px}.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-1172px -91px;width:90px;height:90px}.customize-option.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-1197px -106px;width:60px;height:60px}.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-1172px -182px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-1197px -197px;width:60px;height:60px}.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-1172px -273px;width:90px;height:90px}.customize-option.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-1197px -288px;width:60px;height:60px}.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-1172px -364px;width:90px;height:90px}.customize-option.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-1197px -379px;width:60px;height:60px}.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1172px -455px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1197px -470px;width:60px;height:60px}.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1172px -546px;width:90px;height:90px}.customize-option.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1197px -561px;width:60px;height:60px}.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1172px -637px;width:90px;height:90px}.customize-option.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1197px -652px;width:60px;height:60px}.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1172px -728px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1197px -743px;width:60px;height:60px}.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1172px -819px;width:90px;height:90px}.customize-option.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1197px -834px;width:60px;height:60px}.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-1172px -910px;width:90px;height:90px}.customize-option.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-1197px -925px;width:60px;height:60px}.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-1172px -1001px;width:90px;height:90px}.customize-option.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-1197px -1016px;width:60px;height:60px}.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:0 -1161px;width:90px;height:90px}.customize-option.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-25px -1176px;width:60px;height:60px}.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-91px -1161px;width:90px;height:90px}.customize-option.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-116px -1176px;width:60px;height:60px}.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-182px -1161px;width:90px;height:90px}.customize-option.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-207px -1176px;width:60px;height:60px}.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-273px -1161px;width:90px;height:90px}.customize-option.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-298px -1176px;width:60px;height:60px}.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-364px -1161px;width:90px;height:90px}.customize-option.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-389px -1176px;width:60px;height:60px}.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-455px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-480px -1176px;width:60px;height:60px}.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-546px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-571px -1176px;width:60px;height:60px}.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-637px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-662px -1176px;width:60px;height:60px}.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-728px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-753px -1176px;width:60px;height:60px}.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-819px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-844px -1176px;width:60px;height:60px}.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-910px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-935px -1176px;width:60px;height:60px}.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-1001px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-1026px -1176px;width:60px;height:60px}.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1092px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1117px -1176px;width:60px;height:60px}.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-1263px 0;width:90px;height:90px}.customize-option.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-1288px -15px;width:60px;height:60px}.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-1263px -91px;width:90px;height:90px}.customize-option.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-1288px -106px;width:60px;height:60px}.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1263px -182px;width:90px;height:90px}.customize-option.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1288px -197px;width:60px;height:60px}.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-1263px -273px;width:90px;height:90px}.customize-option.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-1288px -288px;width:60px;height:60px}.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1263px -364px;width:90px;height:90px}.customize-option.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1288px -379px;width:60px;height:60px}.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1263px -455px;width:90px;height:90px}.customize-option.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1288px -470px;width:60px;height:60px}.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1263px -546px;width:90px;height:90px}.customize-option.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1288px -561px;width:60px;height:60px}.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1263px -637px;width:90px;height:90px}.customize-option.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1288px -652px;width:60px;height:60px}.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1263px -728px;width:90px;height:90px}.customize-option.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1288px -743px;width:60px;height:60px}.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-1263px -819px;width:90px;height:90px}.customize-option.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-1288px -834px;width:60px;height:60px}.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-1263px -910px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-1288px -925px;width:60px;height:60px}.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-1263px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-1288px -1016px;width:60px;height:60px}.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-1263px -1092px;width:90px;height:90px}.customize-option.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-1288px -1107px;width:60px;height:60px}.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:0 -1252px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-25px -1267px;width:60px;height:60px}.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-91px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-116px -1267px;width:60px;height:60px}.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-182px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-207px -1267px;width:60px;height:60px}.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-273px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-298px -1267px;width:60px;height:60px}.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-364px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-389px -1267px;width:60px;height:60px}.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-455px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-480px -1267px;width:60px;height:60px}.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-546px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-571px -1267px;width:60px;height:60px}.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-637px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-662px -1267px;width:60px;height:60px}.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-728px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-753px -1267px;width:60px;height:60px}.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-819px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-844px -1267px;width:60px;height:60px}.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-910px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-935px -1267px;width:60px;height:60px}.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-1001px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-1026px -1267px;width:60px;height:60px}.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1092px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1117px -1267px;width:60px;height:60px}.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-1183px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-1208px -1267px;width:60px;height:60px}.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-1354px 0;width:90px;height:90px}.customize-option.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-1379px -15px;width:60px;height:60px}.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-1354px -91px;width:90px;height:90px}.customize-option.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-1379px -106px;width:60px;height:60px}.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-1354px -182px;width:90px;height:90px}.customize-option.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-1379px -197px;width:60px;height:60px}.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1354px -273px;width:90px;height:90px}.customize-option.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1379px -288px;width:60px;height:60px}.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1354px -364px;width:90px;height:90px}.customize-option.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1379px -379px;width:60px;height:60px}.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1354px -455px;width:90px;height:90px}.customize-option.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1379px -470px;width:60px;height:60px}.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1354px -546px;width:90px;height:90px}.customize-option.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1379px -561px;width:60px;height:60px}.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1354px -637px;width:90px;height:90px}.customize-option.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1379px -652px;width:60px;height:60px}.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1354px -728px;width:90px;height:90px}.customize-option.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1379px -743px;width:60px;height:60px}.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-1354px -819px;width:90px;height:90px}.customize-option.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-1379px -834px;width:60px;height:60px}.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-1354px -910px;width:90px;height:90px}.customize-option.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-1379px -925px;width:60px;height:60px}.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-1354px -1001px;width:90px;height:90px}.customize-option.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-1379px -1016px;width:60px;height:60px}.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1354px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1379px -1107px;width:60px;height:60px}.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-1354px -1183px;width:90px;height:90px}.customize-option.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-1379px -1198px;width:60px;height:60px}.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:0 -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-25px -1358px;width:60px;height:60px}.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-91px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-116px -1358px;width:60px;height:60px}.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-182px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-207px -1358px;width:60px;height:60px}.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-273px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-298px -1358px;width:60px;height:60px}.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-364px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-389px -1358px;width:60px;height:60px}.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-455px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-480px -1358px;width:60px;height:60px}.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-546px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-571px -1358px;width:60px;height:60px}.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-637px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-662px -1358px;width:60px;height:60px}.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-728px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-753px -1358px;width:60px;height:60px}.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-819px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-844px -1358px;width:60px;height:60px}.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-910px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-935px -1358px;width:60px;height:60px}.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-1001px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-1026px -1358px;width:60px;height:60px}.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1092px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1117px -1358px;width:60px;height:60px}.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-1183px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-1208px -1358px;width:60px;height:60px}.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-1274px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-1299px -1358px;width:60px;height:60px}.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-1445px 0;width:90px;height:90px}.customize-option.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-1470px -15px;width:60px;height:60px}.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-1445px -91px;width:90px;height:90px}.customize-option.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-1470px -106px;width:60px;height:60px}.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1445px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1470px -197px;width:60px;height:60px}.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1445px -273px;width:90px;height:90px}.customize-option.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1470px -288px;width:60px;height:60px}.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1445px -364px;width:90px;height:90px}.customize-option.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1470px -379px;width:60px;height:60px}.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1445px -455px;width:90px;height:90px}.customize-option.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1470px -470px;width:60px;height:60px}.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1445px -546px;width:90px;height:90px}.customize-option.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1470px -561px;width:60px;height:60px}.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-1445px -637px;width:90px;height:90px}.customize-option.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-1470px -652px;width:60px;height:60px}.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-1445px -728px;width:90px;height:90px}.customize-option.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-1470px -743px;width:60px;height:60px}.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-1445px -819px;width:90px;height:90px}.customize-option.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-1470px -834px;width:60px;height:60px}.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-1445px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-1470px -925px;width:60px;height:60px}.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-1445px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-1470px -1016px;width:60px;height:60px}.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1445px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1470px -1107px;width:60px;height:60px}.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-1445px -1183px;width:90px;height:90px}.customize-option.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-1470px -1198px;width:60px;height:60px}.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-1445px -1274px;width:90px;height:90px}.customize-option.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-1470px -1289px;width:60px;height:60px}.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:0 -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-25px -1449px;width:60px;height:60px}.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-91px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-116px -1449px;width:60px;height:60px}.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-182px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-207px -1449px;width:60px;height:60px}.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-273px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-298px -1449px;width:60px;height:60px}.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-364px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-389px -1449px;width:60px;height:60px}.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-455px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-480px -1449px;width:60px;height:60px}.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-546px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-571px -1449px;width:60px;height:60px}.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-637px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-662px -1449px;width:60px;height:60px}.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-728px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-753px -1449px;width:60px;height:60px}.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-819px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-844px -1449px;width:60px;height:60px}.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-910px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-935px -1449px;width:60px;height:60px}.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-1001px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-1026px -1449px;width:60px;height:60px}.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1092px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1117px -1449px;width:60px;height:60px}.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-1183px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-1208px -1449px;width:60px;height:60px}.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-1274px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-1299px -1449px;width:60px;height:60px}.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:0 -888px;width:90px;height:90px}.customize-option.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-25px -903px;width:60px;height:60px}.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-1536px 0;width:90px;height:90px}.customize-option.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-1561px -15px;width:60px;height:60px}.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1536px -91px;width:90px;height:90px}.customize-option.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1561px -106px;width:60px;height:60px}.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1536px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1561px -197px;width:60px;height:60px}.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-1536px -273px;width:90px;height:90px}.customize-option.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-1561px -288px;width:60px;height:60px}.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1536px -364px;width:90px;height:90px}.customize-option.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1561px -379px;width:60px;height:60px}.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1536px -455px;width:90px;height:90px}.customize-option.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1561px -470px;width:60px;height:60px}.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-1536px -546px;width:90px;height:90px}.customize-option.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-1561px -561px;width:60px;height:60px}.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-1536px -637px;width:90px;height:90px}.customize-option.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-1561px -652px;width:60px;height:60px}.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-1536px -728px;width:90px;height:90px}.customize-option.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-1561px -743px;width:60px;height:60px}.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-1536px -819px;width:90px;height:90px}.customize-option.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-1561px -834px;width:60px;height:60px}.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-1536px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-1561px -925px;width:60px;height:60px}.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-1536px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-1561px -1016px;width:60px;height:60px}.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-1536px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-1561px -1107px;width:60px;height:60px}.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-1536px -1183px;width:90px;height:90px}.customize-option.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-1561px -1198px;width:60px;height:60px}.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1536px -1274px;width:90px;height:90px}.customize-option.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1561px -1289px;width:60px;height:60px}.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-1536px -1365px;width:90px;height:90px}.customize-option.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-1561px -1380px;width:60px;height:60px}.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:0 -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-25px -1540px;width:60px;height:60px}.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-91px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-116px -1540px;width:60px;height:60px}.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-182px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-207px -1540px;width:60px;height:60px}.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-273px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-298px -1540px;width:60px;height:60px}.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-364px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-389px -1540px;width:60px;height:60px}.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-455px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-480px -1540px;width:60px;height:60px}.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-546px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-571px -1540px;width:60px;height:60px}.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-637px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-662px -1540px;width:60px;height:60px}.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-728px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-753px -1540px;width:60px;height:60px}.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-819px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-844px -1540px;width:60px;height:60px}.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-910px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-935px -1540px;width:60px;height:60px}.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-1001px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-1026px -1540px;width:60px;height:60px}.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1092px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1117px -1540px;width:60px;height:60px}.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-1183px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-1208px -1540px;width:60px;height:60px}.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-1274px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-1299px -1540px;width:60px;height:60px}.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-1365px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-1390px -1540px;width:60px;height:60px}.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-1456px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-1481px -1540px;width:60px;height:60px}.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1627px 0;width:90px;height:90px}.customize-option.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1652px -15px;width:60px;height:60px}.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1627px -91px;width:90px;height:90px}.customize-option.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1652px -106px;width:60px;height:60px}.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1627px -182px;width:90px;height:90px}.customize-option.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1652px -197px;width:60px;height:60px}.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1627px -273px;width:90px;height:90px}.customize-option.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1652px -288px;width:60px;height:60px}.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1627px -364px;width:90px;height:90px}.customize-option.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1652px -379px;width:60px;height:60px}.hair_flower_2{background-image:url(spritesmith0.png);background-position:-1627px -455px;width:90px;height:90px}.customize-option.hair_flower_2{background-image:url(spritesmith0.png);background-position:-1652px -470px;width:60px;height:60px}.hair_flower_3{background-image:url(spritesmith0.png);background-position:-1627px -546px;width:90px;height:90px}.customize-option.hair_flower_3{background-image:url(spritesmith0.png);background-position:-1652px -561px;width:60px;height:60px}.hair_flower_4{background-image:url(spritesmith0.png);background-position:-1627px -637px;width:90px;height:90px}.customize-option.hair_flower_4{background-image:url(spritesmith0.png);background-position:-1652px -652px;width:60px;height:60px}.hair_flower_5{background-image:url(spritesmith0.png);background-position:-1627px -728px;width:90px;height:90px}.customize-option.hair_flower_5{background-image:url(spritesmith0.png);background-position:-1652px -743px;width:60px;height:60px}.hair_flower_6{background-image:url(spritesmith0.png);background-position:-1627px -819px;width:90px;height:90px}.customize-option.hair_flower_6{background-image:url(spritesmith0.png);background-position:-1652px -834px;width:60px;height:60px}.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-1627px -910px;width:90px;height:90px}.customize-option.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-1652px -925px;width:60px;height:60px}.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-1627px -1001px;width:90px;height:90px}.customize-option.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-1652px -1016px;width:60px;height:60px}.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-1627px -1092px;width:90px;height:90px}.customize-option.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-1652px -1107px;width:60px;height:60px}.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-1627px -1183px;width:90px;height:90px}.customize-option.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-1652px -1198px;width:60px;height:60px}.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-1627px -1274px;width:90px;height:90px}.customize-option.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-1652px -1289px;width:60px;height:60px}.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-1627px -1365px;width:90px;height:90px}.customize-option.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-1652px -1380px;width:60px;height:60px}.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1627px -1456px;width:90px;height:90px}.customize-option.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1652px -1471px;width:60px;height:60px}.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:0 -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-25px -1631px;width:60px;height:60px}.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-91px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-116px -1631px;width:60px;height:60px}.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-182px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-207px -1631px;width:60px;height:60px}.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-273px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-298px -1631px;width:60px;height:60px}.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-364px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-389px -1631px;width:60px;height:60px}.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-455px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-480px -1631px;width:60px;height:60px}.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-546px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-571px -1631px;width:60px;height:60px}.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-637px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-662px -1631px;width:60px;height:60px}.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-728px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-753px -1631px;width:60px;height:60px}.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-819px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-844px -1631px;width:60px;height:60px}.hair_bangs_1_pblue2{background-image:url(spritesmith0.png);background-position:-910px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue2{background-image:url(spritesmith0.png);background-position:-935px -1631px;width:60px;height:60px}.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-1001px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-1026px -1631px;width:60px;height:60px}.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1092px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1117px -1631px;width:60px;height:60px}.hair_bangs_1_pgreen2{background-image:url(spritesmith0.png);background-position:-1183px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen2{background-image:url(spritesmith0.png);background-position:-1208px -1631px;width:60px;height:60px}.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-1274px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-1299px -1631px;width:60px;height:60px}.hair_bangs_1_porange2{background-image:url(spritesmith0.png);background-position:-1365px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_porange2{background-image:url(spritesmith0.png);background-position:-1390px -1631px;width:60px;height:60px}.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-1456px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-1481px -1631px;width:60px;height:60px}.hair_bangs_1_ppink2{background-image:url(spritesmith0.png);background-position:-1547px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink2{background-image:url(spritesmith0.png);background-position:-1572px -1631px;width:60px;height:60px}.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1718px 0;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1743px -15px;width:60px;height:60px}.hair_bangs_1_ppurple2{background-image:url(spritesmith0.png);background-position:-1718px -91px;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple2{background-image:url(spritesmith0.png);background-position:-1743px -106px;width:60px;height:60px}.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1718px -182px;width:90px;height:90px}.customize-option.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1743px -197px;width:60px;height:60px}.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1718px -273px;width:90px;height:90px}.customize-option.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1743px -288px;width:60px;height:60px}.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1718px -364px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1743px -379px;width:60px;height:60px}.hair_bangs_1_pyellow2{background-image:url(spritesmith0.png);background-position:-1718px -455px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow2{background-image:url(spritesmith0.png);background-position:-1743px -470px;width:60px;height:60px}.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1718px -546px;width:90px;height:90px}.customize-option.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1743px -561px;width:60px;height:60px}.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1718px -637px;width:90px;height:90px}.customize-option.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1743px -652px;width:60px;height:60px}.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1718px -728px;width:90px;height:90px}.customize-option.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1743px -743px;width:60px;height:60px}.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1718px -819px;width:90px;height:90px}.customize-option.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1743px -834px;width:60px;height:60px}.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-1718px -910px;width:90px;height:90px}.customize-option.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-1743px -925px;width:60px;height:60px}.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-1718px -1001px;width:90px;height:90px}.customize-option.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-1743px -1016px;width:60px;height:60px}.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-1718px -1092px;width:90px;height:90px}.customize-option.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-1743px -1107px;width:60px;height:60px}.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-1718px -1183px;width:90px;height:90px}.customize-option.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-1743px -1198px;width:60px;height:60px}.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-1718px -1274px;width:90px;height:90px}.customize-option.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-1743px -1289px;width:60px;height:60px}.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-1718px -1365px;width:90px;height:90px}.customize-option.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-1743px -1380px;width:60px;height:60px}.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-1718px -1456px;width:90px;height:90px}.customize-option.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-1743px -1471px;width:60px;height:60px}.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-1718px -1547px;width:90px;height:90px}.customize-option.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-1743px -1562px;width:60px;height:60px}.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:0 -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-25px -1722px;width:60px;height:60px}.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-91px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-116px -1722px;width:60px;height:60px}.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-182px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-207px -1722px;width:60px;height:60px}.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-273px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-298px -1722px;width:60px;height:60px}.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-364px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-389px -1722px;width:60px;height:60px}.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-455px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-480px -1722px;width:60px;height:60px}.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-546px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-571px -1722px;width:60px;height:60px}.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-637px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-662px -1722px;width:60px;height:60px}.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-728px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-753px -1722px;width:60px;height:60px}.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-819px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-844px -1722px;width:60px;height:60px}.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-910px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-935px -1722px;width:60px;height:60px}.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-1001px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-1026px -1722px;width:60px;height:60px}.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1092px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1117px -1722px;width:60px;height:60px}.hair_bangs_2_pblue2{background-image:url(spritesmith0.png);background-position:-1183px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue2{background-image:url(spritesmith0.png);background-position:-1208px -1722px;width:60px;height:60px}.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-1274px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-1299px -1722px;width:60px;height:60px}.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-1365px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-1390px -1722px;width:60px;height:60px}.hair_bangs_2_pgreen2{background-image:url(spritesmith0.png);background-position:-1456px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen2{background-image:url(spritesmith0.png);background-position:-1481px -1722px;width:60px;height:60px}.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1547px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1572px -1722px;width:60px;height:60px}.hair_bangs_2_porange2{background-image:url(spritesmith0.png);background-position:-1638px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_porange2{background-image:url(spritesmith0.png);background-position:-1663px -1722px;width:60px;height:60px}.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1809px 0;width:90px;height:90px}.customize-option.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1834px -15px;width:60px;height:60px}.hair_bangs_2_ppink2{background-image:url(spritesmith0.png);background-position:-1809px -91px;width:90px;height:90px}.customize-option.hair_bangs_2_ppink2{background-image:url(spritesmith0.png);background-position:-1834px -106px;width:60px;height:60px}.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1809px -182px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1834px -197px;width:60px;height:60px}.hair_bangs_2_ppurple2{background-image:url(spritesmith0.png);background-position:-1809px -273px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple2{background-image:url(spritesmith0.png);background-position:-1834px -288px;width:60px;height:60px}.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1809px -364px;width:90px;height:90px}.customize-option.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1834px -379px;width:60px;height:60px}.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1809px -455px;width:90px;height:90px}.customize-option.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1834px -470px;width:60px;height:60px}.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1809px -546px;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1834px -561px;width:60px;height:60px}.hair_bangs_2_pyellow2{background-image:url(spritesmith0.png);background-position:-1809px -637px;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow2{background-image:url(spritesmith0.png);background-position:-1834px -652px;width:60px;height:60px}.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1809px -728px;width:90px;height:90px}.customize-option.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1834px -743px;width:60px;height:60px}.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1809px -819px;width:90px;height:90px}.customize-option.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1834px -834px;width:60px;height:60px}.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1809px -910px;width:90px;height:90px}.customize-option.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1834px -925px;width:60px;height:60px}.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1809px -1001px;width:90px;height:90px}.customize-option.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1834px -1016px;width:60px;height:60px}.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1809px -1092px;width:90px;height:90px}.customize-option.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1834px -1107px;width:60px;height:60px}.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1809px -1183px;width:90px;height:90px}.customize-option.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1834px -1198px;width:60px;height:60px}.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1809px -1274px;width:90px;height:90px}.customize-option.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1834px -1289px;width:60px;height:60px}.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-1809px -1365px;width:90px;height:90px}.customize-option.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-1834px -1380px;width:60px;height:60px}.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-1809px -1456px;width:90px;height:90px}.customize-option.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-1834px -1471px;width:60px;height:60px}.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-1809px -1547px;width:90px;height:90px}.customize-option.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-1834px -1562px;width:60px;height:60px}.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-1809px -1638px;width:90px;height:90px}.customize-option.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-1834px -1653px;width:60px;height:60px}.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:0 -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-25px -1813px;width:60px;height:60px}.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-91px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-116px -1813px;width:60px;height:60px}.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-182px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-207px -1813px;width:60px;height:60px}.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-273px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-298px -1813px;width:60px;height:60px}.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-364px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-389px -1813px;width:60px;height:60px}.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-455px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-480px -1813px;width:60px;height:60px}.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-546px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-571px -1813px;width:60px;height:60px}.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-637px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-662px -1813px;width:60px;height:60px}.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-728px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-753px -1813px;width:60px;height:60px}.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-819px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-844px -1813px;width:60px;height:60px}.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-910px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-935px -1813px;width:60px;height:60px}.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1001px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1026px -1813px;width:60px;height:60px}.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1092px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1117px -1813px;width:60px;height:60px}.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-1183px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-1208px -1813px;width:60px;height:60px}.hair_bangs_3_pblue2{background-image:url(spritesmith0.png);background-position:-1274px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue2{background-image:url(spritesmith0.png);background-position:-1299px -1813px;width:60px;height:60px}.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-1365px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-1390px -1813px;width:60px;height:60px}.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-1456px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-1481px -1813px;width:60px;height:60px}.hair_bangs_3_pgreen2{background-image:url(spritesmith0.png);background-position:-1547px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen2{background-image:url(spritesmith0.png);background-position:-1572px -1813px;width:60px;height:60px}.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1638px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1663px -1813px;width:60px;height:60px}.hair_bangs_3_porange2{background-image:url(spritesmith0.png);background-position:-1729px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_porange2{background-image:url(spritesmith0.png);background-position:-1754px -1813px;width:60px;height:60px}.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1900px 0;width:90px;height:90px}.customize-option.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1925px -15px;width:60px;height:60px}.hair_bangs_3_ppink2{background-image:url(spritesmith0.png);background-position:-1900px -91px;width:90px;height:90px}.customize-option.hair_bangs_3_ppink2{background-image:url(spritesmith0.png);background-position:-1925px -106px;width:60px;height:60px}.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1900px -182px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1925px -197px;width:60px;height:60px}.hair_bangs_3_ppurple2{background-image:url(spritesmith0.png);background-position:-1900px -273px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple2{background-image:url(spritesmith0.png);background-position:-1925px -288px;width:60px;height:60px}.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1900px -364px;width:90px;height:90px}.customize-option.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1925px -379px;width:60px;height:60px}.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1900px -455px;width:90px;height:90px}.customize-option.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1925px -470px;width:60px;height:60px}.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1900px -546px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1925px -561px;width:60px;height:60px}.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:-1900px -637px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:-1925px -652px;width:60px;height:60px}.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1900px -728px;width:90px;height:90px}.customize-option.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1925px -743px;width:60px;height:60px}.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1900px -819px;width:90px;height:90px}.customize-option.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1925px -834px;width:60px;height:60px}.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1900px -910px;width:90px;height:90px}.customize-option.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1925px -925px;width:60px;height:60px}.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1900px -1001px;width:90px;height:90px}.customize-option.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1925px -1016px;width:60px;height:60px}.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1900px -1092px;width:90px;height:90px}.customize-option.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1925px -1107px;width:60px;height:60px}.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1900px -1183px;width:90px;height:90px}.customize-option.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1925px -1198px;width:60px;height:60px}.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1900px -1274px;width:90px;height:90px}.customize-option.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1925px -1289px;width:60px;height:60px}.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1900px -1365px;width:90px;height:90px}.customize-option.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1925px -1380px;width:60px;height:60px}.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1900px -1456px;width:90px;height:90px}.customize-option.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1925px -1471px;width:60px;height:60px}.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1900px -1547px;width:90px;height:90px}.customize-option.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1925px -1562px;width:60px;height:60px}.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-1900px -1638px;width:90px;height:90px}.customize-option.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-1925px -1653px;width:60px;height:60px}.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-1900px -1729px;width:90px;height:90px}.customize-option.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-1925px -1744px;width:60px;height:60px}.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:0 -1889px;width:90px;height:90px}.customize-option.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-25px -1904px;width:60px;height:60px}.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-91px -1889px;width:90px;height:90px}.customize-option.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-116px -1904px;width:60px;height:60px}.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-182px -1889px;width:90px;height:90px}.customize-option.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-207px -1904px;width:60px;height:60px}.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-273px -1889px;width:90px;height:90px}.customize-option.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-298px -1904px;width:60px;height:60px}.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-364px -1889px;width:90px;height:90px}.customize-option.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-389px -1904px;width:60px;height:60px}.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-1365px -1434px;width:90px;height:90px}.customize-option.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-1390px -1449px;width:60px;height:60px}.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-1081px -91px;width:90px;height:90px}.customize-option.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-1106px -106px;width:60px;height:60px}.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-1081px 0;width:90px;height:90px}.customize-option.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-1106px -15px;width:60px;height:60px}.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-910px -979px;width:90px;height:90px}.customize-option.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-935px -994px;width:60px;height:60px}.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-819px -979px;width:90px;height:90px}.customize-option.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-844px -994px;width:60px;height:60px}.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-728px -979px;width:90px;height:90px}.customize-option.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-753px -994px;width:60px;height:60px}.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-637px -979px;width:90px;height:90px}.customize-option.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-662px -994px;width:60px;height:60px}.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-546px -979px;width:90px;height:90px}.customize-option.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-571px -994px;width:60px;height:60px}.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-455px -979px;width:90px;height:90px}.customize-option.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-480px -994px;width:60px;height:60px}.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-364px -979px;width:90px;height:90px}.customize-option.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-389px -994px;width:60px;height:60px}.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-273px -979px;width:90px;height:90px}.customize-option.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-298px -994px;width:60px;height:60px}.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-182px -979px;width:90px;height:90px}.customize-option.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-207px -994px;width:60px;height:60px}.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-91px -979px;width:90px;height:90px}.customize-option.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-116px -994px;width:60px;height:60px}.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:0 -979px;width:90px;height:90px}.customize-option.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:-25px -994px;width:60px;height:60px}.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-990px -819px;width:90px;height:90px}.customize-option.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-1015px -834px;width:60px;height:60px}.hair_base_10_ppink2{background-image:url(spritesmith0.png);background-position:-990px -728px;width:90px;height:90px}.customize-option.hair_base_10_ppink2{background-image:url(spritesmith0.png);background-position:-1015px -743px;width:60px;height:60px}.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-990px -637px;width:90px;height:90px}.customize-option.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-1015px -652px;width:60px;height:60px}.hair_base_10_ppurple2{background-image:url(spritesmith0.png);background-position:-990px -546px;width:90px;height:90px}.customize-option.hair_base_10_ppurple2{background-image:url(spritesmith0.png);background-position:-1015px -561px;width:60px;height:60px}.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:-990px -455px;width:90px;height:90px}.customize-option.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:-1015px -470px;width:60px;height:60px}.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-990px -364px;width:90px;height:90px}.customize-option.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-1015px -379px;width:60px;height:60px}.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-990px -273px;width:90px;height:90px}.customize-option.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-1015px -288px;width:60px;height:60px}.hair_base_10_pyellow2{background-image:url(spritesmith0.png);background-position:-990px -182px;width:90px;height:90px}.customize-option.hair_base_10_pyellow2{background-image:url(spritesmith0.png);background-position:-1015px -197px;width:60px;height:60px}.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-990px -91px;width:90px;height:90px}.customize-option.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-1015px -106px;width:60px;height:60px}.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-990px 0;width:90px;height:90px}.customize-option.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-1015px -15px;width:60px;height:60px}.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-819px -888px;width:90px;height:90px}.customize-option.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-844px -903px;width:60px;height:60px}.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-728px -888px;width:90px;height:90px}.customize-option.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-753px -903px;width:60px;height:60px}.hair_base_10_winternight{background-image:url(spritesmith0.png);background-position:-637px -888px;width:90px;height:90px}.customize-option.hair_base_10_winternight{background-image:url(spritesmith0.png);background-position:-662px -903px;width:60px;height:60px}.hair_base_10_winterstar{background-image:url(spritesmith0.png);background-position:-546px -888px;width:90px;height:90px}.customize-option.hair_base_10_winterstar{background-image:url(spritesmith0.png);background-position:-571px -903px;width:60px;height:60px}.hair_base_10_yellow{background-image:url(spritesmith0.png);background-position:-455px -888px;width:90px;height:90px}.customize-option.hair_base_10_yellow{background-image:url(spritesmith0.png);background-position:-480px -903px;width:60px;height:60px}.hair_base_10_zombie{background-image:url(spritesmith0.png);background-position:-364px -888px;width:90px;height:90px}.customize-option.hair_base_10_zombie{background-image:url(spritesmith0.png);background-position:-389px -903px;width:60px;height:60px}.hair_base_11_TRUred{background-image:url(spritesmith0.png);background-position:-273px -888px;width:90px;height:90px}.customize-option.hair_base_11_TRUred{background-image:url(spritesmith0.png);background-position:-298px -903px;width:60px;height:60px}.hair_base_11_aurora{background-image:url(spritesmith0.png);background-position:-182px -888px;width:90px;height:90px}.customize-option.hair_base_11_aurora{background-image:url(spritesmith0.png);background-position:-207px -903px;width:60px;height:60px}.hair_base_11_black{background-image:url(spritesmith0.png);background-position:-91px -888px;width:90px;height:90px}.customize-option.hair_base_11_black{background-image:url(spritesmith0.png);background-position:-116px -903px;width:60px;height:60px}.hair_base_11_blond{background-image:url(spritesmith0.png);background-position:-1081px -546px;width:90px;height:90px}.customize-option.hair_base_11_blond{background-image:url(spritesmith0.png);background-position:-1106px -561px;width:60px;height:60px}.hair_base_11_blue{background-image:url(spritesmith0.png);background-position:-1081px -455px;width:90px;height:90px}.customize-option.hair_base_11_blue{background-image:url(spritesmith0.png);background-position:-1106px -470px;width:60px;height:60px}.hair_base_11_brown{background-image:url(spritesmith0.png);background-position:-1081px -364px;width:90px;height:90px}.customize-option.hair_base_11_brown{background-image:url(spritesmith0.png);background-position:-1106px -379px;width:60px;height:60px}.hair_base_11_candycane{background-image:url(spritesmith0.png);background-position:-1081px -273px;width:90px;height:90px}.customize-option.hair_base_11_candycane{background-image:url(spritesmith0.png);background-position:-1106px -288px;width:60px;height:60px}.hair_base_11_candycorn{background-image:url(spritesmith0.png);background-position:-1081px -182px;width:90px;height:90px}.customize-option.hair_base_11_candycorn{background-image:url(spritesmith0.png);background-position:-1106px -197px;width:60px;height:60px}.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-1299px -1016px;width:60px;height:60px}.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_12_green{background-image:url(spritesmith1.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_13_black{background-image:url(spritesmith1.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-571px -834px;width:60px;height:60px}.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-662px -834px;width:60px;height:60px}.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-753px -834px;width:60px;height:60px}.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-844px -834px;width:60px;height:60px}.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-935px -15px;width:60px;height:60px}.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-935px -106px;width:60px;height:60px}.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-935px -197px;width:60px;height:60px}.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-935px -288px;width:60px;height:60px}.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-935px -379px;width:60px;height:60px}.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-935px -470px;width:60px;height:60px}.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-935px -561px;width:60px;height:60px}.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-935px -652px;width:60px;height:60px}.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-935px -743px;width:60px;height:60px}.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-935px -834px;width:60px;height:60px}.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-25px -925px;width:60px;height:60px}.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-116px -925px;width:60px;height:60px}.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-207px -925px;width:60px;height:60px}.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-298px -925px;width:60px;height:60px}.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-389px -925px;width:60px;height:60px}.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-480px -925px;width:60px;height:60px}.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-571px -925px;width:60px;height:60px}.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-662px -925px;width:60px;height:60px}.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-753px -925px;width:60px;height:60px}.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-844px -925px;width:60px;height:60px}.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-935px -925px;width:60px;height:60px}.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-1026px -15px;width:60px;height:60px}.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-1026px -106px;width:60px;height:60px}.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-1026px -197px;width:60px;height:60px}.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-1026px -288px;width:60px;height:60px}.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-1026px -379px;width:60px;height:60px}.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:-1026px -470px;width:60px;height:60px}.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-1026px -561px;width:60px;height:60px}.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-1026px -652px;width:60px;height:60px}.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-1026px -743px;width:60px;height:60px}.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-1026px -834px;width:60px;height:60px}.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-1026px -925px;width:60px;height:60px}.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-25px -1016px;width:60px;height:60px}.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:-116px -1016px;width:60px;height:60px}.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-207px -1016px;width:60px;height:60px}.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-298px -1016px;width:60px;height:60px}.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-389px -1016px;width:60px;height:60px}.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-480px -1016px;width:60px;height:60px}.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-571px -1016px;width:60px;height:60px}.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-662px -1016px;width:60px;height:60px}.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-753px -1016px;width:60px;height:60px}.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-844px -1016px;width:60px;height:60px}.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-935px -1016px;width:60px;height:60px}.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-1026px -1016px;width:60px;height:60px}.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-1117px -15px;width:60px;height:60px}.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-1117px -106px;width:60px;height:60px}.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-1117px -197px;width:60px;height:60px}.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-1117px -288px;width:60px;height:60px}.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-1117px -379px;width:60px;height:60px}.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-1117px -470px;width:60px;height:60px}.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-1117px -561px;width:60px;height:60px}.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-1117px -652px;width:60px;height:60px}.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-1117px -743px;width:60px;height:60px}.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-1117px -834px;width:60px;height:60px}.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-1117px -925px;width:60px;height:60px}.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-1117px -1016px;width:60px;height:60px}.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-25px -1107px;width:60px;height:60px}.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-116px -1107px;width:60px;height:60px}.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-207px -1107px;width:60px;height:60px}.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-298px -1107px;width:60px;height:60px}.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-389px -1107px;width:60px;height:60px}.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-480px -1107px;width:60px;height:60px}.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-571px -1107px;width:60px;height:60px}.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-662px -1107px;width:60px;height:60px}.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-753px -1107px;width:60px;height:60px}.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-844px -1107px;width:60px;height:60px}.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-935px -1107px;width:60px;height:60px}.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-1026px -1107px;width:60px;height:60px}.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-1117px -1107px;width:60px;height:60px}.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1208px -15px;width:60px;height:60px}.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:-1208px -106px;width:60px;height:60px}.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1208px -197px;width:60px;height:60px}.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-1208px -288px;width:60px;height:60px}.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1208px -379px;width:60px;height:60px}.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-1208px -470px;width:60px;height:60px}.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1208px -561px;width:60px;height:60px}.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-1208px -652px;width:60px;height:60px}.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-1208px -743px;width:60px;height:60px}.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-1208px -834px;width:60px;height:60px}.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-1208px -925px;width:60px;height:60px}.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-1208px -1016px;width:60px;height:60px}.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1208px -1107px;width:60px;height:60px}.hair_base_1_white{background-image:url(spritesmith1.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-25px -1198px;width:60px;height:60px}.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-116px -1198px;width:60px;height:60px}.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-207px -1198px;width:60px;height:60px}.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-298px -1198px;width:60px;height:60px}.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-389px -1198px;width:60px;height:60px}.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-480px -1198px;width:60px;height:60px}.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-571px -1198px;width:60px;height:60px}.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-662px -1198px;width:60px;height:60px}.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-753px -1198px;width:60px;height:60px}.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-844px -1198px;width:60px;height:60px}.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-935px -1198px;width:60px;height:60px}.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-1026px -1198px;width:60px;height:60px}.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-1117px -1198px;width:60px;height:60px}.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1208px -1198px;width:60px;height:60px}.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1299px -15px;width:60px;height:60px}.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1299px -106px;width:60px;height:60px}.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1299px -197px;width:60px;height:60px}.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1299px -288px;width:60px;height:60px}.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1299px -379px;width:60px;height:60px}.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1299px -470px;width:60px;height:60px}.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1299px -561px;width:60px;height:60px}.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1299px -652px;width:60px;height:60px}.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:-1299px -743px;width:60px;height:60px}.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-1299px -834px;width:60px;height:60px}.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-1299px -925px;width:60px;height:60px}.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:0 0;width:90px;height:90px}.customize-option.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:-25px -15px;width:60px;height:60px}.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-1299px -1107px;width:60px;height:60px}.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-1299px -1198px;width:60px;height:60px}.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-25px -1289px;width:60px;height:60px}.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-116px -1289px;width:60px;height:60px}.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-207px -1289px;width:60px;height:60px}.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-298px -1289px;width:60px;height:60px}.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-389px -1289px;width:60px;height:60px}.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-480px -1289px;width:60px;height:60px}.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-571px -1289px;width:60px;height:60px}.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:-662px -1289px;width:60px;height:60px}.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-753px -1289px;width:60px;height:60px}.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-844px -1289px;width:60px;height:60px}.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-935px -1289px;width:60px;height:60px}.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-1026px -1289px;width:60px;height:60px}.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-1117px -1289px;width:60px;height:60px}.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-1208px -1289px;width:60px;height:60px}.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-1299px -1289px;width:60px;height:60px}.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1390px -15px;width:60px;height:60px}.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1390px -106px;width:60px;height:60px}.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1390px -197px;width:60px;height:60px}.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1390px -288px;width:60px;height:60px}.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1390px -379px;width:60px;height:60px}.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1390px -470px;width:60px;height:60px}.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1390px -561px;width:60px;height:60px}.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1390px -652px;width:60px;height:60px}.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1390px -743px;width:60px;height:60px}.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-1390px -834px;width:60px;height:60px}.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-1390px -925px;width:60px;height:60px}.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-1390px -1016px;width:60px;height:60px}.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-1390px -1107px;width:60px;height:60px}.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-1390px -1198px;width:60px;height:60px}.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1390px -1289px;width:60px;height:60px}.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-25px -1380px;width:60px;height:60px}.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-116px -1380px;width:60px;height:60px}.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-207px -1380px;width:60px;height:60px}.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-298px -1380px;width:60px;height:60px}.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-389px -1380px;width:60px;height:60px}.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-480px -1380px;width:60px;height:60px}.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-571px -1380px;width:60px;height:60px}.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-662px -1380px;width:60px;height:60px}.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:-753px -1380px;width:60px;height:60px}.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-844px -1380px;width:60px;height:60px}.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-935px -1380px;width:60px;height:60px}.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-1026px -1380px;width:60px;height:60px}.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-1117px -1380px;width:60px;height:60px}.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-1208px -1380px;width:60px;height:60px}.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-1299px -1380px;width:60px;height:60px}.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-1390px -1380px;width:60px;height:60px}.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-1481px -15px;width:60px;height:60px}.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1481px -106px;width:60px;height:60px}.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1481px -197px;width:60px;height:60px}.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1481px -288px;width:60px;height:60px}.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1481px -379px;width:60px;height:60px}.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1481px -470px;width:60px;height:60px}.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1481px -561px;width:60px;height:60px}.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1481px -652px;width:60px;height:60px}.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1481px -743px;width:60px;height:60px}.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1481px -834px;width:60px;height:60px}.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-1481px -925px;width:60px;height:60px}.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-1481px -1016px;width:60px;height:60px}.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-1481px -1107px;width:60px;height:60px}.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-1456px -1183px;width:90px;height:90px}.customize-option.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-1481px -1198px;width:60px;height:60px}.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-1456px -1274px;width:90px;height:90px}.customize-option.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-1481px -1289px;width:60px;height:60px}.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1456px -1365px;width:90px;height:90px}.customize-option.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1481px -1380px;width:60px;height:60px}.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:0 -1456px;width:90px;height:90px}.customize-option.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-25px -1471px;width:60px;height:60px}.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-91px -1456px;width:90px;height:90px}.customize-option.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-116px -1471px;width:60px;height:60px}.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-182px -1456px;width:90px;height:90px}.customize-option.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-207px -1471px;width:60px;height:60px}.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-273px -1456px;width:90px;height:90px}.customize-option.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-298px -1471px;width:60px;height:60px}.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-364px -1456px;width:90px;height:90px}.customize-option.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-389px -1471px;width:60px;height:60px}.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-455px -1456px;width:90px;height:90px}.customize-option.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-480px -1471px;width:60px;height:60px}.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-546px -1456px;width:90px;height:90px}.customize-option.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-571px -1471px;width:60px;height:60px}.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-637px -1456px;width:90px;height:90px}.customize-option.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-662px -1471px;width:60px;height:60px}.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-728px -1456px;width:90px;height:90px}.customize-option.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-753px -1471px;width:60px;height:60px}.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-819px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-844px -1471px;width:60px;height:60px}.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:-910px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:-935px -1471px;width:60px;height:60px}.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-1001px -1456px;width:90px;height:90px}.customize-option.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-1026px -1471px;width:60px;height:60px}.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-1092px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-1117px -1471px;width:60px;height:60px}.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-1183px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-1208px -1471px;width:60px;height:60px}.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-1274px -1456px;width:90px;height:90px}.customize-option.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-1299px -1471px;width:60px;height:60px}.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-1365px -1456px;width:90px;height:90px}.customize-option.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-1390px -1471px;width:60px;height:60px}.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1456px -1456px;width:90px;height:90px}.customize-option.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1481px -1471px;width:60px;height:60px}.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-1547px 0;width:90px;height:90px}.customize-option.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-1572px -15px;width:60px;height:60px}.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1547px -91px;width:90px;height:90px}.customize-option.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1572px -106px;width:60px;height:60px}.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-1547px -182px;width:90px;height:90px}.customize-option.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-1572px -197px;width:60px;height:60px}.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1547px -273px;width:90px;height:90px}.customize-option.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1572px -288px;width:60px;height:60px}.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1547px -364px;width:90px;height:90px}.customize-option.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1572px -379px;width:60px;height:60px}.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1547px -455px;width:90px;height:90px}.customize-option.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1572px -470px;width:60px;height:60px}.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-1547px -546px;width:90px;height:90px}.customize-option.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-1572px -561px;width:60px;height:60px}.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1547px -637px;width:90px;height:90px}.customize-option.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1572px -652px;width:60px;height:60px}.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1547px -728px;width:90px;height:90px}.customize-option.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1572px -743px;width:60px;height:60px}.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1547px -819px;width:90px;height:90px}.customize-option.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1572px -834px;width:60px;height:60px}.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1547px -910px;width:90px;height:90px}.customize-option.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1572px -925px;width:60px;height:60px}.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1547px -1001px;width:90px;height:90px}.customize-option.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1572px -1016px;width:60px;height:60px}.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1547px -1092px;width:90px;height:90px}.customize-option.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1572px -1107px;width:60px;height:60px}.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-1547px -1183px;width:90px;height:90px}.customize-option.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-1572px -1198px;width:60px;height:60px}.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-1547px -1274px;width:90px;height:90px}.customize-option.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-1572px -1289px;width:60px;height:60px}.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-1547px -1365px;width:90px;height:90px}.customize-option.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-1572px -1380px;width:60px;height:60px}.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1547px -1456px;width:90px;height:90px}.customize-option.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1572px -1471px;width:60px;height:60px}.hair_base_5_black{background-image:url(spritesmith1.png);background-position:0 -1547px;width:90px;height:90px}.customize-option.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-25px -1562px;width:60px;height:60px}.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-91px -1547px;width:90px;height:90px}.customize-option.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-116px -1562px;width:60px;height:60px}.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-182px -1547px;width:90px;height:90px}.customize-option.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-207px -1562px;width:60px;height:60px}.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-273px -1547px;width:90px;height:90px}.customize-option.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-298px -1562px;width:60px;height:60px}.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-364px -1547px;width:90px;height:90px}.customize-option.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-389px -1562px;width:60px;height:60px}.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-455px -1547px;width:90px;height:90px}.customize-option.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-480px -1562px;width:60px;height:60px}.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-546px -1547px;width:90px;height:90px}.customize-option.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-571px -1562px;width:60px;height:60px}.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-637px -1547px;width:90px;height:90px}.customize-option.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-662px -1562px;width:60px;height:60px}.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-728px -1547px;width:90px;height:90px}.customize-option.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-753px -1562px;width:60px;height:60px}.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-819px -1547px;width:90px;height:90px}.customize-option.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-844px -1562px;width:60px;height:60px}.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-910px -1547px;width:90px;height:90px}.customize-option.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-935px -1562px;width:60px;height:60px}.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1001px -1547px;width:90px;height:90px}.customize-option.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1026px -1562px;width:60px;height:60px}.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1092px -1547px;width:90px;height:90px}.customize-option.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1117px -1562px;width:60px;height:60px}.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-1183px -1547px;width:90px;height:90px}.customize-option.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-1208px -1562px;width:60px;height:60px}.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-1274px -1547px;width:90px;height:90px}.customize-option.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-1299px -1562px;width:60px;height:60px}.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-1365px -1547px;width:90px;height:90px}.customize-option.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-1390px -1562px;width:60px;height:60px}.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1456px -1547px;width:90px;height:90px}.customize-option.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1481px -1562px;width:60px;height:60px}.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1547px -1547px;width:90px;height:90px}.customize-option.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1572px -1562px;width:60px;height:60px}.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-1638px 0;width:90px;height:90px}.customize-option.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-1663px -15px;width:60px;height:60px}.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1638px -91px;width:90px;height:90px}.customize-option.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1663px -106px;width:60px;height:60px}.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-1638px -182px;width:90px;height:90px}.customize-option.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-1663px -197px;width:60px;height:60px}.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1638px -273px;width:90px;height:90px}.customize-option.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1663px -288px;width:60px;height:60px}.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-1638px -364px;width:90px;height:90px}.customize-option.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-1663px -379px;width:60px;height:60px}.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1638px -455px;width:90px;height:90px}.customize-option.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1663px -470px;width:60px;height:60px}.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:-1638px -546px;width:90px;height:90px}.customize-option.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:-1663px -561px;width:60px;height:60px}.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1638px -637px;width:90px;height:90px}.customize-option.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1663px -652px;width:60px;height:60px}.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1638px -728px;width:90px;height:90px}.customize-option.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1663px -743px;width:60px;height:60px}.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1638px -819px;width:90px;height:90px}.customize-option.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1663px -834px;width:60px;height:60px}.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-1638px -910px;width:90px;height:90px}.customize-option.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-1663px -925px;width:60px;height:60px}.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1638px -1001px;width:90px;height:90px}.customize-option.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1663px -1016px;width:60px;height:60px}.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1638px -1092px;width:90px;height:90px}.customize-option.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1663px -1107px;width:60px;height:60px}.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1638px -1183px;width:90px;height:90px}.customize-option.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1663px -1198px;width:60px;height:60px}.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1638px -1274px;width:90px;height:90px}.customize-option.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1663px -1289px;width:60px;height:60px}.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1638px -1365px;width:90px;height:90px}.customize-option.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1663px -1380px;width:60px;height:60px}.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-1638px -1456px;width:90px;height:90px}.customize-option.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-1663px -1471px;width:60px;height:60px}.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1638px -1547px;width:90px;height:90px}.customize-option.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1663px -1562px;width:60px;height:60px}.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:0 -1638px;width:90px;height:90px}.customize-option.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-25px -1653px;width:60px;height:60px}.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-91px -1638px;width:90px;height:90px}.customize-option.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-116px -1653px;width:60px;height:60px}.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-182px -1638px;width:90px;height:90px}.customize-option.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-207px -1653px;width:60px;height:60px}.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-273px -1638px;width:90px;height:90px}.customize-option.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-298px -1653px;width:60px;height:60px}.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-364px -1638px;width:90px;height:90px}.customize-option.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-389px -1653px;width:60px;height:60px}.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-455px -1638px;width:90px;height:90px}.customize-option.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-480px -1653px;width:60px;height:60px}.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-546px -1638px;width:90px;height:90px}.customize-option.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-571px -1653px;width:60px;height:60px}.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-637px -1638px;width:90px;height:90px}.customize-option.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-662px -1653px;width:60px;height:60px}.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-728px -1638px;width:90px;height:90px}.customize-option.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-753px -1653px;width:60px;height:60px}.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-819px -1638px;width:90px;height:90px}.customize-option.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-844px -1653px;width:60px;height:60px}.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-910px -1638px;width:90px;height:90px}.customize-option.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-935px -1653px;width:60px;height:60px}.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1001px -1638px;width:90px;height:90px}.customize-option.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1026px -1653px;width:60px;height:60px}.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1092px -1638px;width:90px;height:90px}.customize-option.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1117px -1653px;width:60px;height:60px}.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1183px -1638px;width:90px;height:90px}.customize-option.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1208px -1653px;width:60px;height:60px}.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1274px -1638px;width:90px;height:90px}.customize-option.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1299px -1653px;width:60px;height:60px}.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-1365px -1638px;width:90px;height:90px}.customize-option.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-1390px -1653px;width:60px;height:60px}.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-1456px -1638px;width:90px;height:90px}.customize-option.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-1481px -1653px;width:60px;height:60px}.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1547px -1638px;width:90px;height:90px}.customize-option.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1572px -1653px;width:60px;height:60px}.hair_base_6_pblue2{background-image:url(spritesmith1.png);background-position:-1638px -1638px;width:90px;height:90px}.customize-option.hair_base_6_pblue2{background-image:url(spritesmith1.png);background-position:-1663px -1653px;width:60px;height:60px}.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1729px 0;width:90px;height:90px}.customize-option.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1754px -15px;width:60px;height:60px}.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1729px -91px;width:90px;height:90px}.customize-option.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1754px -106px;width:60px;height:60px}.hair_base_6_pgreen2{background-image:url(spritesmith1.png);background-position:-1729px -182px;width:90px;height:90px}.customize-option.hair_base_6_pgreen2{background-image:url(spritesmith1.png);background-position:-1754px -197px;width:60px;height:60px}.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1729px -273px;width:90px;height:90px}.customize-option.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1754px -288px;width:60px;height:60px}.hair_base_6_porange2{background-image:url(spritesmith1.png);background-position:-1729px -364px;width:90px;height:90px}.customize-option.hair_base_6_porange2{background-image:url(spritesmith1.png);background-position:-1754px -379px;width:60px;height:60px}.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1729px -455px;width:90px;height:90px}.customize-option.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1754px -470px;width:60px;height:60px}.hair_base_6_ppink2{background-image:url(spritesmith1.png);background-position:-1729px -546px;width:90px;height:90px}.customize-option.hair_base_6_ppink2{background-image:url(spritesmith1.png);background-position:-1754px -561px;width:60px;height:60px}.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:-1729px -637px;width:90px;height:90px}.customize-option.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:-1754px -652px;width:60px;height:60px}.hair_base_6_ppurple2{background-image:url(spritesmith1.png);background-position:-1729px -728px;width:90px;height:90px}.customize-option.hair_base_6_ppurple2{background-image:url(spritesmith1.png);background-position:-1754px -743px;width:60px;height:60px}.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-1729px -819px;width:90px;height:90px}.customize-option.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-1754px -834px;width:60px;height:60px}.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-1729px -910px;width:90px;height:90px}.customize-option.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-1754px -925px;width:60px;height:60px}.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-1729px -1001px;width:90px;height:90px}.customize-option.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-1754px -1016px;width:60px;height:60px}.hair_base_6_pyellow2{background-image:url(spritesmith1.png);background-position:-1729px -1092px;width:90px;height:90px}.customize-option.hair_base_6_pyellow2{background-image:url(spritesmith1.png);background-position:-1754px -1107px;width:60px;height:60px}.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:-1729px -1183px;width:90px;height:90px}.customize-option.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:-1754px -1198px;width:60px;height:60px}.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-1729px -1274px;width:90px;height:90px}.customize-option.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-1754px -1289px;width:60px;height:60px}.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-1729px -1365px;width:90px;height:90px}.customize-option.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-1754px -1380px;width:60px;height:60px}.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-1729px -1456px;width:90px;height:90px}.customize-option.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-1754px -1471px;width:60px;height:60px}.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-1729px -1547px;width:90px;height:90px}.customize-option.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-1754px -1562px;width:60px;height:60px}.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-1729px -1638px;width:90px;height:90px}.customize-option.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-1754px -1653px;width:60px;height:60px}.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:0 -1729px;width:90px;height:90px}.customize-option.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:-25px -1744px;width:60px;height:60px}.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-91px -1729px;width:90px;height:90px}.customize-option.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-116px -1744px;width:60px;height:60px}.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-182px -1729px;width:90px;height:90px}.customize-option.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-207px -1744px;width:60px;height:60px}.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-273px -1729px;width:90px;height:90px}.customize-option.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-298px -1744px;width:60px;height:60px}.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-364px -1729px;width:90px;height:90px}.customize-option.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-389px -1744px;width:60px;height:60px}.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-455px -1729px;width:90px;height:90px}.customize-option.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-480px -1744px;width:60px;height:60px}.hair_base_7_blue{background-image:url(spritesmith1.png);background-position:-546px -1729px;width:90px;height:90px}.customize-option.hair_base_7_blue{background-image:url(spritesmith1.png);background-position:-571px -1744px;width:60px;height:60px}.hair_base_7_brown{background-image:url(spritesmith1.png);background-position:-637px -1729px;width:90px;height:90px}.customize-option.hair_base_7_brown{background-image:url(spritesmith1.png);background-position:-662px -1744px;width:60px;height:60px}.hair_base_7_candycane{background-image:url(spritesmith1.png);background-position:-728px -1729px;width:90px;height:90px}.customize-option.hair_base_7_candycane{background-image:url(spritesmith1.png);background-position:-753px -1744px;width:60px;height:60px}.hair_base_7_candycorn{background-image:url(spritesmith1.png);background-position:-819px -1729px;width:90px;height:90px}.customize-option.hair_base_7_candycorn{background-image:url(spritesmith1.png);background-position:-844px -1744px;width:60px;height:60px}.hair_base_7_festive{background-image:url(spritesmith1.png);background-position:-910px -1729px;width:90px;height:90px}.customize-option.hair_base_7_festive{background-image:url(spritesmith1.png);background-position:-935px -1744px;width:60px;height:60px}.hair_base_7_frost{background-image:url(spritesmith1.png);background-position:-1001px -1729px;width:90px;height:90px}.customize-option.hair_base_7_frost{background-image:url(spritesmith1.png);background-position:-1026px -1744px;width:60px;height:60px}.hair_base_7_ghostwhite{background-image:url(spritesmith1.png);background-position:-1092px -1729px;width:90px;height:90px}.customize-option.hair_base_7_ghostwhite{background-image:url(spritesmith1.png);background-position:-1117px -1744px;width:60px;height:60px}.hair_base_7_green{background-image:url(spritesmith1.png);background-position:-1183px -1729px;width:90px;height:90px}.customize-option.hair_base_7_green{background-image:url(spritesmith1.png);background-position:-1208px -1744px;width:60px;height:60px}.hair_base_7_halloween{background-image:url(spritesmith1.png);background-position:-1274px -1729px;width:90px;height:90px}.customize-option.hair_base_7_halloween{background-image:url(spritesmith1.png);background-position:-1299px -1744px;width:60px;height:60px}.hair_base_7_holly{background-image:url(spritesmith1.png);background-position:-1365px -1729px;width:90px;height:90px}.customize-option.hair_base_7_holly{background-image:url(spritesmith1.png);background-position:-1390px -1744px;width:60px;height:60px}.hair_base_7_hollygreen{background-image:url(spritesmith1.png);background-position:-1456px -1729px;width:90px;height:90px}.customize-option.hair_base_7_hollygreen{background-image:url(spritesmith1.png);background-position:-1481px -1744px;width:60px;height:60px}.hair_base_7_midnight{background-image:url(spritesmith1.png);background-position:-1547px -1729px;width:90px;height:90px}.customize-option.hair_base_7_midnight{background-image:url(spritesmith1.png);background-position:-1572px -1744px;width:60px;height:60px}.hair_base_7_pblue{background-image:url(spritesmith1.png);background-position:-1638px -1729px;width:90px;height:90px}.customize-option.hair_base_7_pblue{background-image:url(spritesmith1.png);background-position:-1663px -1744px;width:60px;height:60px}.hair_base_7_pblue2{background-image:url(spritesmith1.png);background-position:-1729px -1729px;width:90px;height:90px}.customize-option.hair_base_7_pblue2{background-image:url(spritesmith1.png);background-position:-1754px -1744px;width:60px;height:60px}.hair_base_7_peppermint{background-image:url(spritesmith1.png);background-position:-1820px 0;width:90px;height:90px}.customize-option.hair_base_7_peppermint{background-image:url(spritesmith1.png);background-position:-1845px -15px;width:60px;height:60px}.hair_base_7_pgreen{background-image:url(spritesmith1.png);background-position:-1820px -91px;width:90px;height:90px}.customize-option.hair_base_7_pgreen{background-image:url(spritesmith1.png);background-position:-1845px -106px;width:60px;height:60px}.hair_base_7_pgreen2{background-image:url(spritesmith1.png);background-position:-1820px -182px;width:90px;height:90px}.customize-option.hair_base_7_pgreen2{background-image:url(spritesmith1.png);background-position:-1845px -197px;width:60px;height:60px}.hair_base_7_porange{background-image:url(spritesmith1.png);background-position:-1820px -273px;width:90px;height:90px}.customize-option.hair_base_7_porange{background-image:url(spritesmith1.png);background-position:-1845px -288px;width:60px;height:60px}.hair_base_7_porange2{background-image:url(spritesmith1.png);background-position:-1820px -364px;width:90px;height:90px}.customize-option.hair_base_7_porange2{background-image:url(spritesmith1.png);background-position:-1845px -379px;width:60px;height:60px}.hair_base_7_ppink{background-image:url(spritesmith1.png);background-position:-1820px -455px;width:90px;height:90px}.customize-option.hair_base_7_ppink{background-image:url(spritesmith1.png);background-position:-1845px -470px;width:60px;height:60px}.hair_base_7_ppink2{background-image:url(spritesmith1.png);background-position:-1820px -546px;width:90px;height:90px}.customize-option.hair_base_7_ppink2{background-image:url(spritesmith1.png);background-position:-1845px -561px;width:60px;height:60px}.hair_base_7_ppurple{background-image:url(spritesmith1.png);background-position:-1820px -637px;width:90px;height:90px}.customize-option.hair_base_7_ppurple{background-image:url(spritesmith1.png);background-position:-1845px -652px;width:60px;height:60px}.hair_base_7_ppurple2{background-image:url(spritesmith1.png);background-position:-1820px -728px;width:90px;height:90px}.customize-option.hair_base_7_ppurple2{background-image:url(spritesmith1.png);background-position:-1845px -743px;width:60px;height:60px}.hair_base_7_pumpkin{background-image:url(spritesmith1.png);background-position:-1820px -819px;width:90px;height:90px}.customize-option.hair_base_7_pumpkin{background-image:url(spritesmith1.png);background-position:-1845px -834px;width:60px;height:60px}.hair_base_7_purple{background-image:url(spritesmith1.png);background-position:-1820px -910px;width:90px;height:90px}.customize-option.hair_base_7_purple{background-image:url(spritesmith1.png);background-position:-1845px -925px;width:60px;height:60px}.hair_base_7_pyellow{background-image:url(spritesmith1.png);background-position:-1820px -1001px;width:90px;height:90px}.customize-option.hair_base_7_pyellow{background-image:url(spritesmith1.png);background-position:-1845px -1016px;width:60px;height:60px}.hair_base_7_pyellow2{background-image:url(spritesmith1.png);background-position:-1820px -1092px;width:90px;height:90px}.customize-option.hair_base_7_pyellow2{background-image:url(spritesmith1.png);background-position:-1845px -1107px;width:60px;height:60px}.hair_base_7_rainbow{background-image:url(spritesmith1.png);background-position:-1820px -1183px;width:90px;height:90px}.customize-option.hair_base_7_rainbow{background-image:url(spritesmith1.png);background-position:-1845px -1198px;width:60px;height:60px}.hair_base_7_red{background-image:url(spritesmith1.png);background-position:-1820px -1274px;width:90px;height:90px}.customize-option.hair_base_7_red{background-image:url(spritesmith1.png);background-position:-1845px -1289px;width:60px;height:60px}.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_7_white{background-image:url(spritesmith2.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.hair_base_7_white{background-image:url(spritesmith2.png);background-position:-1299px -1016px;width:60px;height:60px}.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_8_green{background-image:url(spritesmith2.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_8_green{background-image:url(spritesmith2.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_9_green{background-image:url(spritesmith2.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_9_green{background-image:url(spritesmith2.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-844px -197px;width:60px;height:60px}.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-844px -288px;width:60px;height:60px}.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-844px -379px;width:60px;height:60px}.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-844px -470px;width:60px;height:60px}.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-844px -561px;width:60px;height:60px}.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-844px -652px;width:60px;height:60px}.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-844px -743px;width:60px;height:60px}.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:-25px -834px;width:60px;height:60px}.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-116px -834px;width:60px;height:60px}.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-207px -834px;width:60px;height:60px}.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-298px -834px;width:60px;height:60px}.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-389px -834px;width:60px;height:60px}.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-480px -834px;width:60px;height:60px}.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-571px -834px;width:60px;height:60px}.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:-662px -834px;width:60px;height:60px}.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-753px -834px;width:60px;height:60px}.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-844px -834px;width:60px;height:60px}.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-935px -15px;width:60px;height:60px}.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-935px -106px;width:60px;height:60px}.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-935px -197px;width:60px;height:60px}.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:-935px -288px;width:60px;height:60px}.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-935px -379px;width:60px;height:60px}.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:-935px -470px;width:60px;height:60px}.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-935px -561px;width:60px;height:60px}.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-935px -652px;width:60px;height:60px}.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-935px -743px;width:60px;height:60px}.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-935px -834px;width:60px;height:60px}.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:-25px -925px;width:60px;height:60px}.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-116px -925px;width:60px;height:60px}.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-207px -925px;width:60px;height:60px}.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-298px -925px;width:60px;height:60px}.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-389px -940px;width:60px;height:60px}.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-480px -940px;width:60px;height:60px}.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-571px -940px;width:60px;height:60px}.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-662px -940px;width:60px;height:60px}.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-753px -940px;width:60px;height:60px}.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-844px -940px;width:60px;height:60px}.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-935px -940px;width:60px;height:60px}.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1026px -30px;width:60px;height:60px}.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-1026px -121px;width:60px;height:60px}.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-1026px -212px;width:60px;height:60px}.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1026px -303px;width:60px;height:60px}.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1026px -394px;width:60px;height:60px}.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1026px -485px;width:60px;height:60px}.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1026px -576px;width:60px;height:60px}.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-1026px -667px;width:60px;height:60px}.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1026px -758px;width:60px;height:60px}.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1026px -849px;width:60px;height:60px}.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-1026px -940px;width:60px;height:60px}.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-25px -1031px;width:60px;height:60px}.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-116px -1031px;width:60px;height:60px}.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-207px -1031px;width:60px;height:60px}.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-298px -1031px;width:60px;height:60px}.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-389px -1031px;width:60px;height:60px}.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-480px -1031px;width:60px;height:60px}.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-571px -1031px;width:60px;height:60px}.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-662px -1031px;width:60px;height:60px}.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-753px -1031px;width:60px;height:60px}.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-844px -1031px;width:60px;height:60px}.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-935px -1031px;width:60px;height:60px}.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1026px -1031px;width:60px;height:60px}.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1117px -30px;width:60px;height:60px}.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-1117px -121px;width:60px;height:60px}.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1117px -212px;width:60px;height:60px}.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1117px -303px;width:60px;height:60px}.skin_0ff591{background-image:url(spritesmith2.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.skin_0ff591{background-image:url(spritesmith2.png);background-position:-1117px -379px;width:60px;height:60px}.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-1117px -470px;width:60px;height:60px}.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-1117px -561px;width:60px;height:60px}.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-1117px -652px;width:60px;height:60px}.skin_6bd049{background-image:url(spritesmith2.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.skin_6bd049{background-image:url(spritesmith2.png);background-position:-1117px -743px;width:60px;height:60px}.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-1117px -834px;width:60px;height:60px}.skin_800ed0{background-image:url(spritesmith2.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.skin_800ed0{background-image:url(spritesmith2.png);background-position:-1117px -925px;width:60px;height:60px}.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1016px;width:60px;height:60px}.skin_915533{background-image:url(spritesmith2.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.skin_915533{background-image:url(spritesmith2.png);background-position:-25px -1107px;width:60px;height:60px}.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-116px -1107px;width:60px;height:60px}.skin_98461a{background-image:url(spritesmith2.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.skin_98461a{background-image:url(spritesmith2.png);background-position:-207px -1107px;width:60px;height:60px}.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-298px -1107px;width:60px;height:60px}.skin_bear{background-image:url(spritesmith2.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.skin_bear{background-image:url(spritesmith2.png);background-position:-389px -1107px;width:60px;height:60px}.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-480px -1107px;width:60px;height:60px}.skin_c06534{background-image:url(spritesmith2.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.skin_c06534{background-image:url(spritesmith2.png);background-position:-571px -1107px;width:60px;height:60px}.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-662px -1107px;width:60px;height:60px}.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-753px -1107px;width:60px;height:60px}.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-844px -1107px;width:60px;height:60px}.skin_cactus{background-image:url(spritesmith2.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.skin_cactus{background-image:url(spritesmith2.png);background-position:-935px -1107px;width:60px;height:60px}.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-1026px -1107px;width:60px;height:60px}.skin_candycorn{background-image:url(spritesmith2.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.skin_candycorn{background-image:url(spritesmith2.png);background-position:-1117px -1107px;width:60px;height:60px}.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-1208px -15px;width:60px;height:60px}.skin_clownfish{background-image:url(spritesmith2.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.skin_clownfish{background-image:url(spritesmith2.png);background-position:-1208px -106px;width:60px;height:60px}.skin_clownfish_sleep{background-image:url(spritesmith2.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.skin_clownfish_sleep{background-image:url(spritesmith2.png);background-position:-1208px -197px;width:60px;height:60px}.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-1208px -288px;width:60px;height:60px}.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-1208px -379px;width:60px;height:60px}.skin_ddc994{background-image:url(spritesmith2.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.skin_ddc994{background-image:url(spritesmith2.png);background-position:-1208px -470px;width:60px;height:60px}.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-1208px -561px;width:60px;height:60px}.skin_deepocean{background-image:url(spritesmith2.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.skin_deepocean{background-image:url(spritesmith2.png);background-position:-1208px -652px;width:60px;height:60px}.skin_deepocean_sleep{background-image:url(spritesmith2.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.skin_deepocean_sleep{background-image:url(spritesmith2.png);background-position:-1208px -743px;width:60px;height:60px}.skin_ea8349{background-image:url(spritesmith2.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.skin_ea8349{background-image:url(spritesmith2.png);background-position:-1208px -834px;width:60px;height:60px}.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-1208px -925px;width:60px;height:60px}.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1208px -1016px;width:60px;height:60px}.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1208px -1107px;width:60px;height:60px}.skin_f5a76e{background-image:url(spritesmith2.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-25px -1198px;width:60px;height:60px}.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-116px -1198px;width:60px;height:60px}.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-207px -1198px;width:60px;height:60px}.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-298px -1198px;width:60px;height:60px}.skin_f69922{background-image:url(spritesmith2.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.skin_f69922{background-image:url(spritesmith2.png);background-position:-389px -1198px;width:60px;height:60px}.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-480px -1198px;width:60px;height:60px}.skin_fox{background-image:url(spritesmith2.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.skin_fox{background-image:url(spritesmith2.png);background-position:-571px -1198px;width:60px;height:60px}.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-662px -1198px;width:60px;height:60px}.skin_ghost{background-image:url(spritesmith2.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.skin_ghost{background-image:url(spritesmith2.png);background-position:-753px -1198px;width:60px;height:60px}.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-844px -1198px;width:60px;height:60px}.skin_lion{background-image:url(spritesmith2.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.skin_lion{background-image:url(spritesmith2.png);background-position:-935px -1198px;width:60px;height:60px}.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:-1026px -1198px;width:60px;height:60px}.skin_merblue{background-image:url(spritesmith2.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.skin_merblue{background-image:url(spritesmith2.png);background-position:-1117px -1198px;width:60px;height:60px}.skin_merblue_sleep{background-image:url(spritesmith2.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.skin_merblue_sleep{background-image:url(spritesmith2.png);background-position:-1208px -1198px;width:60px;height:60px}.skin_mergold{background-image:url(spritesmith2.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.skin_mergold{background-image:url(spritesmith2.png);background-position:-1299px -15px;width:60px;height:60px}.skin_mergold_sleep{background-image:url(spritesmith2.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.skin_mergold_sleep{background-image:url(spritesmith2.png);background-position:-1299px -106px;width:60px;height:60px}.skin_mergreen{background-image:url(spritesmith2.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.skin_mergreen{background-image:url(spritesmith2.png);background-position:-1299px -197px;width:60px;height:60px}.skin_mergreen_sleep{background-image:url(spritesmith2.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.skin_mergreen_sleep{background-image:url(spritesmith2.png);background-position:-1299px -288px;width:60px;height:60px}.skin_merruby{background-image:url(spritesmith2.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.skin_merruby{background-image:url(spritesmith2.png);background-position:-1299px -379px;width:60px;height:60px}.skin_merruby_sleep{background-image:url(spritesmith2.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.skin_merruby_sleep{background-image:url(spritesmith2.png);background-position:-1299px -470px;width:60px;height:60px}.skin_monster{background-image:url(spritesmith2.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.skin_monster{background-image:url(spritesmith2.png);background-position:-1299px -561px;width:60px;height:60px}.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-1299px -652px;width:60px;height:60px}.skin_ogre{background-image:url(spritesmith2.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.skin_ogre{background-image:url(spritesmith2.png);background-position:-1299px -743px;width:60px;height:60px}.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-1299px -834px;width:60px;height:60px}.skin_panda{background-image:url(spritesmith2.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.skin_panda{background-image:url(spritesmith2.png);background-position:-1299px -925px;width:60px;height:60px}.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:0 0;width:90px;height:90px}.customize-option.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:-25px -15px;width:60px;height:60px}.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-1299px -1107px;width:60px;height:60px}.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1198px;width:60px;height:60px}.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:-25px -1289px;width:60px;height:60px}.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-116px -1289px;width:60px;height:60px}.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-207px -1289px;width:60px;height:60px}.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-298px -1289px;width:60px;height:60px}.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-389px -1289px;width:60px;height:60px}.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-480px -1289px;width:60px;height:60px}.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-571px -1289px;width:60px;height:60px}.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-662px -1289px;width:60px;height:60px}.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-753px -1289px;width:60px;height:60px}.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-844px -1289px;width:60px;height:60px}.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-935px -1289px;width:60px;height:60px}.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1026px -1289px;width:60px;height:60px}.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1117px -1289px;width:60px;height:60px}.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:-1208px -1289px;width:60px;height:60px}.skin_pig{background-image:url(spritesmith2.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.skin_pig{background-image:url(spritesmith2.png);background-position:-1299px -1289px;width:60px;height:60px}.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:-1390px -15px;width:60px;height:60px}.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-1390px -106px;width:60px;height:60px}.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-1390px -197px;width:60px;height:60px}.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-1390px -288px;width:60px;height:60px}.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-1390px -379px;width:60px;height:60px}.skin_rainbow{background-image:url(spritesmith2.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.skin_rainbow{background-image:url(spritesmith2.png);background-position:-1390px -470px;width:60px;height:60px}.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-1390px -561px;width:60px;height:60px}.skin_reptile{background-image:url(spritesmith2.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.skin_reptile{background-image:url(spritesmith2.png);background-position:-1390px -652px;width:60px;height:60px}.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-1390px -743px;width:60px;height:60px}.skin_shadow{background-image:url(spritesmith2.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.skin_shadow{background-image:url(spritesmith2.png);background-position:-1390px -834px;width:60px;height:60px}.skin_shadow2{background-image:url(spritesmith2.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.skin_shadow2{background-image:url(spritesmith2.png);background-position:-1390px -925px;width:60px;height:60px}.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1016px;width:60px;height:60px}.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1107px;width:60px;height:60px}.skin_shark{background-image:url(spritesmith2.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.skin_shark{background-image:url(spritesmith2.png);background-position:-1390px -1198px;width:60px;height:60px}.skin_shark_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.skin_shark_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1289px;width:60px;height:60px}.skin_skeleton{background-image:url(spritesmith2.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.skin_skeleton{background-image:url(spritesmith2.png);background-position:-25px -1380px;width:60px;height:60px}.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-116px -1380px;width:60px;height:60px}.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-207px -1380px;width:60px;height:60px}.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-298px -1380px;width:60px;height:60px}.skin_tiger{background-image:url(spritesmith2.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.skin_tiger{background-image:url(spritesmith2.png);background-position:-389px -1380px;width:60px;height:60px}.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-480px -1380px;width:60px;height:60px}.skin_transparent{background-image:url(spritesmith2.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.skin_transparent{background-image:url(spritesmith2.png);background-position:-571px -1380px;width:60px;height:60px}.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-662px -1380px;width:60px;height:60px}.skin_tropicalwater{background-image:url(spritesmith2.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.skin_tropicalwater{background-image:url(spritesmith2.png);background-position:-753px -1380px;width:60px;height:60px}.skin_tropicalwater_sleep{background-image:url(spritesmith2.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.skin_tropicalwater_sleep{background-image:url(spritesmith2.png);background-position:-844px -1380px;width:60px;height:60px}.skin_wolf{background-image:url(spritesmith2.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.skin_wolf{background-image:url(spritesmith2.png);background-position:-935px -1380px;width:60px;height:60px}.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1026px -1380px;width:60px;height:60px}.skin_zombie{background-image:url(spritesmith2.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.skin_zombie{background-image:url(spritesmith2.png);background-position:-1117px -1380px;width:60px;height:60px}.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1208px -1380px;width:60px;height:60px}.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1380px;width:60px;height:60px}.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1380px;width:60px;height:60px}.broad_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1456px 0;width:90px;height:90px}.broad_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1456px -91px;width:90px;height:90px}.broad_armor_armoire_rancherRobes{background-image:url(spritesmith2.png);background-position:-1456px -182px;width:90px;height:90px}.head_armoire_blueHairbow{background-image:url(spritesmith2.png);background-position:-1456px -273px;width:90px;height:90px}.head_armoire_gladiatorHelm{background-image:url(spritesmith2.png);background-position:-1456px -364px;width:90px;height:90px}.head_armoire_lunarCrown{background-image:url(spritesmith2.png);background-position:-1456px -455px;width:90px;height:90px}.head_armoire_rancherHat{background-image:url(spritesmith2.png);background-position:-1456px -546px;width:90px;height:90px}.head_armoire_redHairbow{background-image:url(spritesmith2.png);background-position:-1456px -637px;width:90px;height:90px}.head_armoire_royalCrown{background-image:url(spritesmith2.png);background-position:-1456px -728px;width:90px;height:90px}.head_armoire_violetFloppyHat{background-image:url(spritesmith2.png);background-position:-1456px -819px;width:90px;height:90px}.shield_armoire_gladiatorShield{background-image:url(spritesmith2.png);background-position:-1456px -910px;width:90px;height:90px}.shop_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1729px -1353px;width:40px;height:40px}.shop_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1729px -1312px;width:40px;height:40px}.shop_armor_armoire_rancherRobes{background-image:url(spritesmith2.png);background-position:-1729px -1271px;width:40px;height:40px}.shop_head_armoire_blueHairbow{background-image:url(spritesmith2.png);background-position:-1729px -1148px;width:40px;height:40px}.shop_head_armoire_gladiatorHelm{background-image:url(spritesmith2.png);background-position:-1729px -1107px;width:40px;height:40px}.shop_head_armoire_lunarCrown{background-image:url(spritesmith2.png);background-position:-1729px -1066px;width:40px;height:40px}.shop_head_armoire_rancherHat{background-image:url(spritesmith2.png);background-position:-1729px -902px;width:40px;height:40px}.shop_head_armoire_redHairbow{background-image:url(spritesmith2.png);background-position:-1729px -861px;width:40px;height:40px}.shop_head_armoire_royalCrown{background-image:url(spritesmith2.png);background-position:-1729px -820px;width:40px;height:40px}.shop_head_armoire_violetFloppyHat{background-image:url(spritesmith2.png);background-position:-1729px -779px;width:40px;height:40px}.shop_shield_armoire_gladiatorShield{background-image:url(spritesmith2.png);background-position:-1729px -656px;width:40px;height:40px}.shop_weapon_armoire_basicCrossbow{background-image:url(spritesmith2.png);background-position:-1729px -615px;width:40px;height:40px}.shop_weapon_armoire_lunarSceptre{background-image:url(spritesmith2.png);background-position:-1729px -574px;width:40px;height:40px}.shop_weapon_armoire_rancherLasso{background-image:url(spritesmith2.png);background-position:-1729px -533px;width:40px;height:40px}.slim_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-834px -1456px;width:90px;height:90px}.slim_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-925px -1456px;width:90px;height:90px}.slim_armor_armoire_rancherRobes{background-image:url(spritesmith2.png);background-position:-1016px -1456px;width:90px;height:90px}.weapon_armoire_basicCrossbow{background-image:url(spritesmith2.png);background-position:-1107px -1456px;width:90px;height:90px}.weapon_armoire_lunarSceptre{background-image:url(spritesmith2.png);background-position:-1198px -1456px;width:90px;height:90px}.weapon_armoire_rancherLasso{background-image:url(spritesmith2.png);background-position:-1289px -1456px;width:90px;height:90px}.broad_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1380px -1456px;width:90px;height:90px}.broad_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1547px 0;width:90px;height:90px}.broad_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1547px -91px;width:90px;height:90px}.broad_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1547px -182px;width:90px;height:90px}.broad_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1547px -273px;width:90px;height:90px}.broad_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1547px -364px;width:90px;height:90px}.broad_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1547px -455px;width:90px;height:90px}.broad_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1547px -546px;width:90px;height:90px}.broad_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-1547px -637px;width:90px;height:90px}.broad_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1547px -728px;width:90px;height:90px}.broad_armor_special_2{background-image:url(spritesmith2.png);background-position:-1547px -819px;width:90px;height:90px}.broad_armor_special_finnedOceanicArmor{background-image:url(spritesmith2.png);background-position:-1547px -910px;width:90px;height:90px}.broad_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1547px -1001px;width:90px;height:90px}.broad_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1547px -1092px;width:90px;height:90px}.broad_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1547px -1183px;width:90px;height:90px}.broad_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1547px -1274px;width:90px;height:90px}.broad_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1547px -1365px;width:90px;height:90px}.broad_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1547px -1456px;width:90px;height:90px}.broad_armor_wizard_2{background-image:url(spritesmith2.png);background-position:0 -1547px;width:90px;height:90px}.broad_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-91px -1547px;width:90px;height:90px}.broad_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-182px -1547px;width:90px;height:90px}.broad_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-273px -1547px;width:90px;height:90px}.shop_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1729px -492px;width:40px;height:40px}.shop_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1729px -451px;width:40px;height:40px}.shop_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1729px -410px;width:40px;height:40px}.shop_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1729px -369px;width:40px;height:40px}.shop_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1729px -328px;width:40px;height:40px}.shop_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1729px -287px;width:40px;height:40px}.shop_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1351px -1679px;width:40px;height:40px}.shop_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1310px -1679px;width:40px;height:40px}.shop_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-1269px -1679px;width:40px;height:40px}.shop_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1228px -1679px;width:40px;height:40px}.shop_armor_special_0{background-image:url(spritesmith2.png);background-position:-1679px -1638px;width:40px;height:40px}.shop_armor_special_1{background-image:url(spritesmith2.png);background-position:-1638px -1638px;width:40px;height:40px}.shop_armor_special_2{background-image:url(spritesmith2.png);background-position:-1597px -1638px;width:40px;height:40px}.shop_armor_special_finnedOceanicArmor{background-image:url(spritesmith2.png);background-position:-1556px -1638px;width:40px;height:40px}.shop_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1515px -1638px;width:40px;height:40px}.shop_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1474px -1638px;width:40px;height:40px}.shop_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1433px -1638px;width:40px;height:40px}.shop_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1392px -1638px;width:40px;height:40px}.shop_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1351px -1638px;width:40px;height:40px}.shop_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1228px -1638px;width:40px;height:40px}.shop_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1591px -1588px;width:40px;height:40px}.shop_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1591px -1547px;width:40px;height:40px}.shop_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1729px -123px;width:40px;height:40px}.shop_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1471px -1497px;width:40px;height:40px}.slim_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1638px -910px;width:90px;height:90px}.slim_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1638px -1001px;width:90px;height:90px}.slim_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1638px -1092px;width:90px;height:90px}.slim_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1638px -1183px;width:90px;height:90px}.slim_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1638px -1274px;width:90px;height:90px}.slim_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1638px -1365px;width:90px;height:90px}.slim_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1638px -1456px;width:90px;height:90px}.slim_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1638px -1547px;width:90px;height:90px}.slim_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-227px -1638px;width:90px;height:90px}.slim_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-318px -1638px;width:90px;height:90px}.slim_armor_special_2{background-image:url(spritesmith2.png);background-position:-409px -1638px;width:90px;height:90px}.slim_armor_special_finnedOceanicArmor{background-image:url(spritesmith2.png);background-position:-500px -1638px;width:90px;height:90px}.slim_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-591px -1638px;width:90px;height:90px}.slim_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-682px -1638px;width:90px;height:90px}.slim_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-773px -1638px;width:90px;height:90px}.slim_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-864px -1638px;width:90px;height:90px}.slim_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-955px -1638px;width:90px;height:90px}.slim_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1046px -1638px;width:90px;height:90px}.slim_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1137px -1638px;width:90px;height:90px}.slim_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1638px -819px;width:90px;height:90px}.slim_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1638px -728px;width:90px;height:90px}.slim_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1638px -637px;width:90px;height:90px}.broad_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1638px -546px;width:90px;height:90px}.broad_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1638px -455px;width:90px;height:90px}.shop_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1269px -1638px;width:40px;height:40px}.shop_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1310px -1638px;width:40px;height:40px}.slim_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1638px -364px;width:90px;height:90px}.slim_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1638px -273px;width:90px;height:90px}.broad_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1638px -182px;width:90px;height:90px}.broad_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-106px -1638px;width:120px;height:90px}.broad_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:0 -1638px;width:105px;height:90px}.broad_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1638px -91px;width:90px;height:90px}.head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1638px 0;width:90px;height:90px}.head_special_fallMage{background-image:url(spritesmith2.png);background-position:-1470px -1547px;width:120px;height:90px}.head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1364px -1547px;width:105px;height:90px}.head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1273px -1547px;width:90px;height:90px}.shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1182px -1547px;width:90px;height:90px}.shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1076px -1547px;width:105px;height:90px}.shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-985px -1547px;width:90px;height:90px}.shop_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1392px -1679px;width:40px;height:40px}.shop_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-1433px -1679px;width:40px;height:40px}.shop_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1474px -1679px;width:40px;height:40px}.shop_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1515px -1679px;width:40px;height:40px}.shop_head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1556px -1679px;width:40px;height:40px}.shop_head_special_fallMage{background-image:url(spritesmith2.png);background-position:-1597px -1679px;width:40px;height:40px}.shop_head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1638px -1679px;width:40px;height:40px}.shop_head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1679px -1679px;width:40px;height:40px}.shop_shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1729px 0;width:40px;height:40px}.shop_shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1729px -41px;width:40px;height:40px}.shop_shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1729px -82px;width:40px;height:40px}.shop_weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1471px -1456px;width:40px;height:40px}.shop_weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-1729px -164px;width:40px;height:40px}.shop_weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1729px -205px;width:40px;height:40px}.shop_weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1729px -246px;width:40px;height:40px}.slim_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-894px -1547px;width:90px;height:90px}.slim_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-773px -1547px;width:120px;height:90px}.slim_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-667px -1547px;width:105px;height:90px}.slim_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-576px -1547px;width:90px;height:90px}.weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-485px -1547px;width:90px;height:90px}.weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-364px -1547px;width:120px;height:90px}.weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-728px -1456px;width:105px;height:90px}.weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-637px -1456px;width:90px;height:90px}.broad_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-546px -1456px;width:90px;height:90px}.head_special_gaymerx{background-image:url(spritesmith2.png);background-position:-455px -1456px;width:90px;height:90px}.shop_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1729px -697px;width:40px;height:40px}.shop_head_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1729px -738px;width:40px;height:40px}.slim_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-364px -1456px;width:90px;height:90px}.back_mystery_201402{background-image:url(spritesmith2.png);background-position:-273px -1456px;width:90px;height:90px}.broad_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-182px -1456px;width:90px;height:90px}.head_mystery_201402{background-image:url(spritesmith2.png);background-position:-91px -1456px;width:90px;height:90px}.shop_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-1729px -943px;width:40px;height:40px}.shop_back_mystery_201402{background-image:url(spritesmith2.png);background-position:-1729px -984px;width:40px;height:40px}.shop_head_mystery_201402{background-image:url(spritesmith2.png);background-position:-1729px -1025px;width:40px;height:40px}.slim_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:0 -1456px;width:90px;height:90px}.broad_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1456px -1365px;width:90px;height:90px}.headAccessory_mystery_201403{background-image:url(spritesmith2.png);background-position:-1456px -1274px;width:90px;height:90px}.shop_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1729px -1189px;width:40px;height:40px}.shop_headAccessory_mystery_201403{background-image:url(spritesmith2.png);background-position:-1729px -1230px;width:40px;height:40px}.slim_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1456px -1183px;width:90px;height:90px}.back_mystery_201404{background-image:url(spritesmith2.png);background-position:-1456px -1092px;width:90px;height:90px}.headAccessory_mystery_201404{background-image:url(spritesmith2.png);background-position:-1456px -1001px;width:90px;height:90px}.shop_back_mystery_201404{background-image:url(spritesmith2.png);background-position:-1729px -1394px;width:40px;height:40px}.shop_headAccessory_mystery_201404{background-image:url(spritesmith3.png);background-position:-1179px -1390px;width:40px;height:40px}.broad_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1125px -91px;width:90px;height:90px}.head_mystery_201405{background-image:url(spritesmith3.png);background-position:-1013px -546px;width:90px;height:90px}.shop_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1353px -1440px;width:40px;height:40px}.shop_head_mystery_201405{background-image:url(spritesmith3.png);background-position:-1394px -1440px;width:40px;height:40px}.slim_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-273px -530px;width:90px;height:90px}.broad_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-558px -212px;width:90px;height:96px}.head_mystery_201406{background-image:url(spritesmith3.png);background-position:-558px -406px;width:90px;height:96px}.shop_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-1466px -1349px;width:40px;height:40px}.shop_head_mystery_201406{background-image:url(spritesmith3.png);background-position:-810px -1390px;width:40px;height:40px}.slim_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-558px -309px;width:90px;height:96px}.broad_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-455px -530px;width:90px;height:90px}.head_mystery_201407{background-image:url(spritesmith3.png);background-position:-546px -530px;width:90px;height:90px}.shop_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-1510px -123px;width:40px;height:40px}.shop_head_mystery_201407{background-image:url(spritesmith3.png);background-position:-1510px -861px;width:40px;height:40px}.slim_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-649px 0;width:90px;height:90px}.broad_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-91px -894px;width:90px;height:90px}.head_mystery_201408{background-image:url(spritesmith3.png);background-position:-182px -894px;width:90px;height:90px}.shop_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-1220px -1390px;width:40px;height:40px}.shop_head_mystery_201408{background-image:url(spritesmith3.png);background-position:-1230px -1440px;width:40px;height:40px}.slim_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-273px -894px;width:90px;height:90px}.broad_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-364px -894px;width:90px;height:90px}.headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:-637px -894px;width:90px;height:90px}.shop_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-1510px -164px;width:40px;height:40px}.shop_headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:-1510px -287px;width:40px;height:40px}.slim_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-728px -894px;width:90px;height:90px}.back_mystery_201410{background-image:url(spritesmith3.png);background-position:-819px -894px;width:93px;height:90px}.broad_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-913px -894px;width:93px;height:90px}.shop_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-851px -1390px;width:40px;height:40px}.shop_back_mystery_201410{background-image:url(spritesmith3.png);background-position:-1056px -1390px;width:40px;height:40px}.slim_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-1013px -637px;width:93px;height:90px}.head_mystery_201411{background-image:url(spritesmith3.png);background-position:-1013px -728px;width:90px;height:90px}.shop_head_mystery_201411{background-image:url(spritesmith3.png);background-position:-1066px -1440px;width:40px;height:40px}.shop_weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-1189px -1440px;width:40px;height:40px}.weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-1013px -819px;width:90px;height:90px}.broad_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-224px -985px;width:90px;height:90px}.head_mystery_201412{background-image:url(spritesmith3.png);background-position:-315px -985px;width:90px;height:90px}.shop_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-1435px -1440px;width:40px;height:40px}.shop_head_mystery_201412{background-image:url(spritesmith3.png);background-position:-1510px -82px;width:40px;height:40px}.slim_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-721px -985px;width:90px;height:90px}.broad_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-812px -985px;width:90px;height:90px}.head_mystery_201501{background-image:url(spritesmith3.png);background-position:-903px -985px;width:90px;height:90px}.shop_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-1510px -328px;width:40px;height:40px}.shop_head_mystery_201501{background-image:url(spritesmith3.png);background-position:-1510px -369px;width:40px;height:40px}.slim_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-1125px -364px;width:90px;height:90px}.headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-1125px -455px;width:90px;height:90px}.shop_headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-728px -1390px;width:40px;height:40px}.shop_weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-769px -1390px;width:40px;height:40px}.weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-1125px -546px;width:90px;height:90px}.broad_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-1125px -637px;width:90px;height:90px}.eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:-91px -1076px;width:90px;height:90px}.shop_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-1097px -1390px;width:40px;height:40px}.shop_eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:-1138px -1390px;width:40px;height:40px}.slim_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-182px -1076px;width:90px;height:90px}.back_mystery_201504{background-image:url(spritesmith3.png);background-position:-273px -1076px;width:90px;height:90px}.broad_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-364px -1076px;width:90px;height:90px}.shop_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-1107px -1440px;width:40px;height:40px}.shop_back_mystery_201504{background-image:url(spritesmith3.png);background-position:-1148px -1440px;width:40px;height:40px}.slim_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:0 -530px;width:90px;height:90px}.head_mystery_201505{background-image:url(spritesmith3.png);background-position:-91px -530px;width:90px;height:90px}.shop_head_mystery_201505{background-image:url(spritesmith3.png);background-position:-1271px -1440px;width:40px;height:40px}.shop_weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-1312px -1440px;width:40px;height:40px}.weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-182px -530px;width:90px;height:90px}.broad_armor_mystery_201506{background-image:url(spritesmith3.png);background-position:-91px -106px;width:90px;height:105px}.eyewear_mystery_201506{background-image:url(spritesmith3.png);background-position:-182px -106px;width:90px;height:105px}.shop_armor_mystery_201506{background-image:url(spritesmith3.png);background-position:-1510px 0;width:40px;height:40px}.shop_eyewear_mystery_201506{background-image:url(spritesmith3.png);background-position:-1510px -41px;width:40px;height:40px}.slim_armor_mystery_201506{background-image:url(spritesmith3.png);background-position:-285px 0;width:90px;height:105px}.back_mystery_201507{background-image:url(spritesmith3.png);background-position:-285px -106px;width:90px;height:105px}.eyewear_mystery_201507{background-image:url(spritesmith3.png);background-position:0 -212px;width:90px;height:105px}.shop_back_mystery_201507{background-image:url(spritesmith3.png);background-position:-1510px -205px;width:40px;height:40px}.shop_eyewear_mystery_201507{background-image:url(spritesmith3.png);background-position:-1510px -246px;width:40px;height:40px}.broad_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-649px -91px;width:90px;height:90px}.eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-649px -182px;width:90px;height:90px}.head_mystery_301404{background-image:url(spritesmith3.png);background-position:-649px -273px;width:90px;height:90px}.shop_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-1510px -410px;width:40px;height:40px}.shop_eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-1510px -451px;width:40px;height:40px}.shop_head_mystery_301404{background-image:url(spritesmith3.png);background-position:-1510px -492px;width:40px;height:40px}.shop_weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:-1510px -820px;width:40px;height:40px}.slim_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-649px -364px;width:90px;height:90px}.weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:-649px -455px;width:90px;height:90px}.eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:0 -621px;width:90px;height:90px}.headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-91px -621px;width:90px;height:90px}.head_mystery_301405{background-image:url(spritesmith3.png);background-position:-182px -621px;width:90px;height:90px}.shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-273px -621px;width:90px;height:90px}.shop_eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:-892px -1390px;width:40px;height:40px}.shop_headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-933px -1390px;width:40px;height:40px}.shop_head_mystery_301405{background-image:url(spritesmith3.png);background-position:-974px -1390px;width:40px;height:40px}.shop_shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-1015px -1390px;width:40px;height:40px}.broad_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-364px -621px;width:90px;height:90px}.broad_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-455px -621px;width:90px;height:90px}.broad_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-546px -621px;width:90px;height:90px}.broad_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-637px -621px;width:90px;height:90px}.broad_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-740px 0;width:90px;height:90px}.broad_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-740px -91px;width:90px;height:90px}.broad_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-740px -182px;width:90px;height:90px}.broad_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-740px -273px;width:90px;height:90px}.headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-740px -364px;width:90px;height:90px}.headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-740px -455px;width:90px;height:90px}.headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-740px -546px;width:90px;height:90px}.headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:0 -712px;width:90px;height:90px}.headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:-91px -712px;width:90px;height:90px}.headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-182px -712px;width:90px;height:90px}.headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-273px -712px;width:90px;height:90px}.headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-364px -712px;width:90px;height:90px}.head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-455px -712px;width:90px;height:90px}.head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-546px -712px;width:90px;height:90px}.head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-637px -712px;width:90px;height:90px}.head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-728px -712px;width:90px;height:90px}.head_special_springHealer{background-image:url(spritesmith3.png);background-position:-831px 0;width:90px;height:90px}.head_special_springMage{background-image:url(spritesmith3.png);background-position:-831px -91px;width:90px;height:90px}.head_special_springRogue{background-image:url(spritesmith3.png);background-position:-831px -182px;width:90px;height:90px}.head_special_springWarrior{background-image:url(spritesmith3.png);background-position:-831px -273px;width:90px;height:90px}.shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-831px -364px;width:90px;height:90px}.shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-831px -455px;width:90px;height:90px}.shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-831px -546px;width:90px;height:90px}.shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-831px -637px;width:90px;height:90px}.shield_special_springRogue{background-image:url(spritesmith3.png);background-position:0 -803px;width:90px;height:90px}.shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-91px -803px;width:90px;height:90px}.shop_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1510px -902px;width:40px;height:40px}.shop_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1510px -943px;width:40px;height:40px}.shop_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1510px -984px;width:40px;height:40px}.shop_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1510px -1025px;width:40px;height:40px}.shop_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-1510px -1066px;width:40px;height:40px}.shop_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-1510px -1107px;width:40px;height:40px}.shop_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-1510px -1148px;width:40px;height:40px}.shop_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1510px -1189px;width:40px;height:40px}.shop_headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1510px -1230px;width:40px;height:40px}.shop_headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1510px -1271px;width:40px;height:40px}.shop_headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1510px -1312px;width:40px;height:40px}.shop_headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1510px -1353px;width:40px;height:40px}.shop_headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:-649px -546px;width:40px;height:40px}.shop_headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-690px -546px;width:40px;height:40px}.shop_headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-388px -318px;width:40px;height:40px}.shop_headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-388px -359px;width:40px;height:40px}.shop_head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-479px -424px;width:40px;height:40px}.shop_head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-479px -465px;width:40px;height:40px}.shop_head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1371px -1258px;width:40px;height:40px}.shop_head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1371px -1299px;width:40px;height:40px}.shop_head_special_springHealer{background-image:url(spritesmith3.png);background-position:-728px -1349px;width:40px;height:40px}.shop_head_special_springMage{background-image:url(spritesmith3.png);background-position:-769px -1349px;width:40px;height:40px}.shop_head_special_springRogue{background-image:url(spritesmith3.png);background-position:-810px -1349px;width:40px;height:40px}.shop_head_special_springWarrior{background-image:url(spritesmith3.png);background-position:-851px -1349px;width:40px;height:40px}.shop_shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-892px -1349px;width:40px;height:40px}.shop_shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-933px -1349px;width:40px;height:40px}.shop_shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-974px -1349px;width:40px;height:40px}.shop_shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-1015px -1349px;width:40px;height:40px}.shop_shield_special_springRogue{background-image:url(spritesmith3.png);background-position:-1056px -1349px;width:40px;height:40px}.shop_shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1097px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1138px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1179px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1220px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1261px -1349px;width:40px;height:40px}.shop_weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:-1302px -1349px;width:40px;height:40px}.shop_weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-1343px -1349px;width:40px;height:40px}.shop_weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-1384px -1349px;width:40px;height:40px}.shop_weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1425px -1349px;width:40px;height:40px}.slim_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-182px -803px;width:90px;height:90px}.slim_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-273px -803px;width:90px;height:90px}.slim_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-364px -803px;width:90px;height:90px}.slim_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-455px -803px;width:90px;height:90px}.slim_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-546px -803px;width:90px;height:90px}.slim_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-637px -803px;width:90px;height:90px}.slim_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-728px -803px;width:90px;height:90px}.slim_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-819px -803px;width:90px;height:90px}.weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-922px 0;width:90px;height:90px}.weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-922px -91px;width:90px;height:90px}.weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-922px -182px;width:90px;height:90px}.weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-922px -273px;width:90px;height:90px}.weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:-922px -364px;width:90px;height:90px}.weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-922px -455px;width:90px;height:90px}.weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-922px -546px;width:90px;height:90px}.weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:-922px -637px;width:90px;height:90px}.body_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-922px -728px;width:90px;height:90px}.body_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:0 -894px;width:90px;height:90px}.body_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-91px -212px;width:102px;height:105px}.body_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-194px -212px;width:90px;height:105px}.body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-285px -212px;width:90px;height:105px}.body_special_summerMage{background-image:url(spritesmith3.png);background-position:-376px 0;width:90px;height:105px}.broad_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-455px -894px;width:90px;height:90px}.broad_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-546px -894px;width:90px;height:90px}.broad_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:0 -318px;width:102px;height:105px}.broad_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-376px -106px;width:90px;height:105px}.broad_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-376px -212px;width:90px;height:105px}.broad_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:0 0;width:90px;height:105px}.broad_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1013px 0;width:111px;height:90px}.broad_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1013px -91px;width:111px;height:90px}.eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1013px -182px;width:111px;height:90px}.eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1013px -273px;width:111px;height:90px}.head_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1013px -364px;width:90px;height:90px}.head_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1013px -455px;width:90px;height:90px}.head_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-91px 0;width:102px;height:105px}.head_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-206px -318px;width:90px;height:105px}.head_special_summerHealer{background-image:url(spritesmith3.png);background-position:-297px -318px;width:90px;height:105px}.head_special_summerMage{background-image:url(spritesmith3.png);background-position:-467px 0;width:90px;height:105px}.head_special_summerRogue{background-image:url(spritesmith3.png);background-position:0 -985px;width:111px;height:90px}.head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-112px -985px;width:111px;height:90px}.Healer_Summer{background-image:url(spritesmith3.png);background-position:-467px -106px;width:90px;height:105px}.Mage_Summer{background-image:url(spritesmith3.png);background-position:-467px -212px;width:90px;height:105px}.SummerRogue14{background-image:url(spritesmith3.png);background-position:-406px -985px;width:111px;height:90px}.SummerWarrior14{background-image:url(spritesmith3.png);background-position:-518px -985px;width:111px;height:90px}.shield_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-630px -985px;width:90px;height:90px}.shield_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:0 -424px;width:102px;height:105px}.shield_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-467px -318px;width:90px;height:105px}.shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-103px -424px;width:90px;height:105px}.shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-994px -985px;width:111px;height:90px}.shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1125px 0;width:111px;height:90px}.shop_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1551px -574px;width:40px;height:40px}.shop_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1510px -1394px;width:40px;height:40px}.shop_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1510px -1435px;width:40px;height:40px}.shop_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:0 -1481px;width:40px;height:40px}.shop_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-41px -1481px;width:40px;height:40px}.shop_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-82px -1481px;width:40px;height:40px}.shop_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-123px -1481px;width:40px;height:40px}.shop_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-164px -1481px;width:40px;height:40px}.shop_body_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-205px -1481px;width:40px;height:40px}.shop_body_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-246px -1481px;width:40px;height:40px}.shop_body_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1271px -1481px;width:40px;height:40px}.shop_body_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-1312px -1481px;width:40px;height:40px}.shop_body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1353px -1481px;width:40px;height:40px}.shop_body_special_summerMage{background-image:url(spritesmith3.png);background-position:-1394px -1481px;width:40px;height:40px}.shop_eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1435px -1481px;width:40px;height:40px}.shop_eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1476px -1481px;width:40px;height:40px}.shop_head_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1551px 0;width:40px;height:40px}.shop_head_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1551px -41px;width:40px;height:40px}.shop_head_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1551px -410px;width:40px;height:40px}.shop_head_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-1551px -451px;width:40px;height:40px}.shop_head_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1551px -492px;width:40px;height:40px}.shop_head_special_summerMage{background-image:url(spritesmith3.png);background-position:-1551px -533px;width:40px;height:40px}.shop_head_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1419px -1274px;width:40px;height:40px}.shop_head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1460px -1274px;width:40px;height:40px}.shop_shield_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1328px -1183px;width:40px;height:40px}.shop_shield_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1369px -1183px;width:40px;height:40px}.shop_shield_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-1237px -1092px;width:40px;height:40px}.shop_shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1278px -1092px;width:40px;height:40px}.shop_shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1125px -1001px;width:40px;height:40px}.shop_shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1166px -1001px;width:40px;height:40px}.shop_weapon_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1013px -910px;width:40px;height:40px}.shop_weapon_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1054px -910px;width:40px;height:40px}.shop_weapon_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-922px -819px;width:40px;height:40px}.shop_weapon_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-963px -819px;width:40px;height:40px}.shop_weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-831px -728px;width:40px;height:40px}.shop_weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-872px -728px;width:40px;height:40px}.shop_weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-740px -637px;width:40px;height:40px}.shop_weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-781px -637px;width:40px;height:40px}.slim_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1125px -182px;width:90px;height:90px}.slim_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1125px -273px;width:90px;height:90px}.slim_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-194px -424px;width:102px;height:105px}.slim_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-297px -424px;width:90px;height:105px}.slim_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-388px -424px;width:90px;height:105px}.slim_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-558px 0;width:90px;height:105px}.slim_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1125px -728px;width:111px;height:90px}.slim_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1125px -819px;width:111px;height:90px}.weapon_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1125px -910px;width:90px;height:90px}.weapon_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:0 -1076px;width:90px;height:90px}.weapon_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-103px -318px;width:102px;height:105px}.weapon_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:0 -106px;width:90px;height:105px}.weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-194px 0;width:90px;height:105px}.weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-558px -106px;width:90px;height:105px}.weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-455px -1076px;width:111px;height:90px}.weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-567px -1076px;width:111px;height:90px}.broad_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-679px -1076px;width:90px;height:90px}.broad_armor_special_ski{background-image:url(spritesmith3.png);background-position:-770px -1076px;width:90px;height:90px}.broad_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-861px -1076px;width:90px;height:90px}.broad_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-952px -1076px;width:90px;height:90px}.broad_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1043px -1076px;width:90px;height:90px}.broad_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1134px -1076px;width:96px;height:90px}.broad_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1237px 0;width:90px;height:90px}.broad_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1237px -91px;width:90px;height:90px}.head_special_candycane{background-image:url(spritesmith3.png);background-position:-1237px -182px;width:90px;height:90px}.head_special_nye{background-image:url(spritesmith3.png);background-position:-1237px -273px;width:90px;height:90px}.head_special_nye2014{background-image:url(spritesmith3.png);background-position:-1237px -364px;width:90px;height:90px}.head_special_ski{background-image:url(spritesmith3.png);background-position:-1237px -455px;width:90px;height:90px}.head_special_snowflake{background-image:url(spritesmith3.png);background-position:-1237px -546px;width:90px;height:90px}.head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1237px -637px;width:90px;height:90px}.head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1237px -728px;width:90px;height:90px}.head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:0 -1167px;width:96px;height:90px}.head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1237px -819px;width:90px;height:90px}.head_special_yeti{background-image:url(spritesmith3.png);background-position:-1237px -910px;width:90px;height:90px}.shield_special_ski{background-image:url(spritesmith3.png);background-position:-97px -1167px;width:104px;height:90px}.shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-1237px -1001px;width:90px;height:90px}.shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-202px -1167px;width:90px;height:90px}.shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-293px -1167px;width:96px;height:90px}.shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-390px -1167px;width:90px;height:90px}.shield_special_yeti{background-image:url(spritesmith3.png);background-position:-481px -1167px;width:90px;height:90px}.shop_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1261px -1390px;width:40px;height:40px}.shop_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1302px -1390px;width:40px;height:40px}.shop_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1343px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1384px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1425px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1466px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:0 -1440px;width:40px;height:40px}.shop_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-41px -1440px;width:40px;height:40px}.shop_head_special_candycane{background-image:url(spritesmith3.png);background-position:-82px -1440px;width:40px;height:40px}.shop_head_special_nye{background-image:url(spritesmith3.png);background-position:-123px -1440px;width:40px;height:40px}.shop_head_special_nye2014{background-image:url(spritesmith3.png);background-position:-164px -1440px;width:40px;height:40px}.shop_head_special_ski{background-image:url(spritesmith3.png);background-position:-205px -1440px;width:40px;height:40px}.shop_head_special_snowflake{background-image:url(spritesmith3.png);background-position:-246px -1440px;width:40px;height:40px}.shop_head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-287px -1440px;width:40px;height:40px}.shop_head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-328px -1440px;width:40px;height:40px}.shop_head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-369px -1440px;width:40px;height:40px}.shop_head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-410px -1440px;width:40px;height:40px}.shop_head_special_yeti{background-image:url(spritesmith3.png);background-position:-451px -1440px;width:40px;height:40px}.shop_shield_special_ski{background-image:url(spritesmith3.png);background-position:-492px -1440px;width:40px;height:40px}.shop_shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-533px -1440px;width:40px;height:40px}.shop_shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-574px -1440px;width:40px;height:40px}.shop_shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-615px -1440px;width:40px;height:40px}.shop_shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-656px -1440px;width:40px;height:40px}.shop_shield_special_yeti{background-image:url(spritesmith3.png);background-position:-697px -1440px;width:40px;height:40px}.shop_weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-738px -1440px;width:40px;height:40px}.shop_weapon_special_ski{background-image:url(spritesmith3.png);background-position:-779px -1440px;width:40px;height:40px}.shop_weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-820px -1440px;width:40px;height:40px}.shop_weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-861px -1440px;width:40px;height:40px}.shop_weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-902px -1440px;width:40px;height:40px}.shop_weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-943px -1440px;width:40px;height:40px}.shop_weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-984px -1440px;width:40px;height:40px}.shop_weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-1025px -1440px;width:40px;height:40px}.slim_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-572px -1167px;width:90px;height:90px}.slim_armor_special_ski{background-image:url(spritesmith3.png);background-position:-663px -1167px;width:90px;height:90px}.slim_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-754px -1167px;width:90px;height:90px}.slim_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-845px -1167px;width:90px;height:90px}.slim_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-936px -1167px;width:90px;height:90px}.slim_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1027px -1167px;width:96px;height:90px}.slim_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1124px -1167px;width:90px;height:90px}.slim_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1215px -1167px;width:90px;height:90px}.weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-1328px 0;width:90px;height:90px}.weapon_special_ski{background-image:url(spritesmith3.png);background-position:-1328px -91px;width:90px;height:90px}.weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-1328px -182px;width:90px;height:90px}.weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1328px -273px;width:90px;height:90px}.weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1328px -364px;width:90px;height:90px}.weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:0 -1258px;width:96px;height:90px}.weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1328px -455px;width:90px;height:90px}.weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-1328px -546px;width:90px;height:90px}.back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1328px -637px;width:90px;height:90px}.back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1328px -728px;width:90px;height:90px}.body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1328px -819px;width:90px;height:90px}.body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-1328px -910px;width:90px;height:90px}.body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1328px -1001px;width:90px;height:90px}.eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1328px -1092px;width:90px;height:90px}.eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-97px -1258px;width:90px;height:90px}.shop_back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1510px -533px;width:40px;height:40px}.shop_back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1510px -574px;width:40px;height:40px}.shop_body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1510px -615px;width:40px;height:40px}.shop_body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-1510px -656px;width:40px;height:40px}.shop_body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1510px -697px;width:40px;height:40px}.shop_eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1510px -738px;width:40px;height:40px}.shop_eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1510px -779px;width:40px;height:40px}.head_0{background-image:url(spritesmith3.png);background-position:-188px -1258px;width:90px;height:90px}.customize-option.head_0{background-image:url(spritesmith3.png);background-position:-213px -1273px;width:60px;height:60px}.head_healer_1{background-image:url(spritesmith3.png);background-position:-279px -1258px;width:90px;height:90px}.head_healer_2{background-image:url(spritesmith3.png);background-position:-370px -1258px;width:90px;height:90px}.head_healer_3{background-image:url(spritesmith3.png);background-position:-461px -1258px;width:90px;height:90px}.head_healer_4{background-image:url(spritesmith3.png);background-position:-552px -1258px;width:90px;height:90px}.head_healer_5{background-image:url(spritesmith3.png);background-position:-643px -1258px;width:90px;height:90px}.head_rogue_1{background-image:url(spritesmith3.png);background-position:-734px -1258px;width:90px;height:90px}.head_rogue_2{background-image:url(spritesmith3.png);background-position:-825px -1258px;width:90px;height:90px}.head_rogue_3{background-image:url(spritesmith3.png);background-position:-916px -1258px;width:90px;height:90px}.head_rogue_4{background-image:url(spritesmith3.png);background-position:-1007px -1258px;width:90px;height:90px}.head_rogue_5{background-image:url(spritesmith3.png);background-position:-1098px -1258px;width:90px;height:90px}.head_special_2{background-image:url(spritesmith3.png);background-position:-1189px -1258px;width:90px;height:90px}.head_special_fireCoralCirclet{background-image:url(spritesmith3.png);background-position:-1280px -1258px;width:90px;height:90px}.head_warrior_1{background-image:url(spritesmith3.png);background-position:-1419px 0;width:90px;height:90px}.head_warrior_2{background-image:url(spritesmith3.png);background-position:-1419px -91px;width:90px;height:90px}.head_warrior_3{background-image:url(spritesmith3.png);background-position:-1419px -182px;width:90px;height:90px}.head_warrior_4{background-image:url(spritesmith3.png);background-position:-1419px -273px;width:90px;height:90px}.head_warrior_5{background-image:url(spritesmith3.png);background-position:-1419px -364px;width:90px;height:90px}.head_wizard_1{background-image:url(spritesmith3.png);background-position:-1419px -455px;width:90px;height:90px}.head_wizard_2{background-image:url(spritesmith3.png);background-position:-1419px -546px;width:90px;height:90px}.head_wizard_3{background-image:url(spritesmith3.png);background-position:-1419px -637px;width:90px;height:90px}.head_wizard_4{background-image:url(spritesmith3.png);background-position:-1419px -728px;width:90px;height:90px}.head_wizard_5{background-image:url(spritesmith3.png);background-position:-1419px -819px;width:90px;height:90px}.shop_head_healer_1{background-image:url(spritesmith3.png);background-position:-287px -1481px;width:40px;height:40px}.shop_head_healer_2{background-image:url(spritesmith3.png);background-position:-328px -1481px;width:40px;height:40px}.shop_head_healer_3{background-image:url(spritesmith3.png);background-position:-369px -1481px;width:40px;height:40px}.shop_head_healer_4{background-image:url(spritesmith3.png);background-position:-410px -1481px;width:40px;height:40px}.shop_head_healer_5{background-image:url(spritesmith3.png);background-position:-451px -1481px;width:40px;height:40px}.shop_head_rogue_1{background-image:url(spritesmith3.png);background-position:-492px -1481px;width:40px;height:40px}.shop_head_rogue_2{background-image:url(spritesmith3.png);background-position:-533px -1481px;width:40px;height:40px}.shop_head_rogue_3{background-image:url(spritesmith3.png);background-position:-574px -1481px;width:40px;height:40px}.shop_head_rogue_4{background-image:url(spritesmith3.png);background-position:-615px -1481px;width:40px;height:40px}.shop_head_rogue_5{background-image:url(spritesmith3.png);background-position:-656px -1481px;width:40px;height:40px}.shop_head_special_0{background-image:url(spritesmith3.png);background-position:-697px -1481px;width:40px;height:40px}.shop_head_special_1{background-image:url(spritesmith3.png);background-position:-738px -1481px;width:40px;height:40px}.shop_head_special_2{background-image:url(spritesmith3.png);background-position:-779px -1481px;width:40px;height:40px}.shop_head_special_fireCoralCirclet{background-image:url(spritesmith3.png);background-position:-820px -1481px;width:40px;height:40px}.shop_head_warrior_1{background-image:url(spritesmith3.png);background-position:-861px -1481px;width:40px;height:40px}.shop_head_warrior_2{background-image:url(spritesmith3.png);background-position:-902px -1481px;width:40px;height:40px}.shop_head_warrior_3{background-image:url(spritesmith3.png);background-position:-943px -1481px;width:40px;height:40px}.shop_head_warrior_4{background-image:url(spritesmith3.png);background-position:-984px -1481px;width:40px;height:40px}.shop_head_warrior_5{background-image:url(spritesmith3.png);background-position:-1025px -1481px;width:40px;height:40px}.shop_head_wizard_1{background-image:url(spritesmith3.png);background-position:-1066px -1481px;width:40px;height:40px}.shop_head_wizard_2{background-image:url(spritesmith3.png);background-position:-1107px -1481px;width:40px;height:40px}.shop_head_wizard_3{background-image:url(spritesmith3.png);background-position:-1148px -1481px;width:40px;height:40px}.shop_head_wizard_4{background-image:url(spritesmith3.png);background-position:-1189px -1481px;width:40px;height:40px}.shop_head_wizard_5{background-image:url(spritesmith3.png);background-position:-1230px -1481px;width:40px;height:40px}.headAccessory_special_bearEars{background-image:url(spritesmith3.png);background-position:-1419px -910px;width:90px;height:90px}.customize-option.headAccessory_special_bearEars{background-image:url(spritesmith3.png);background-position:-1444px -925px;width:60px;height:60px}.headAccessory_special_cactusEars{background-image:url(spritesmith3.png);background-position:-1419px -1001px;width:90px;height:90px}.customize-option.headAccessory_special_cactusEars{background-image:url(spritesmith3.png);background-position:-1444px -1016px;width:60px;height:60px}.headAccessory_special_foxEars{background-image:url(spritesmith3.png);background-position:-1419px -1092px;width:90px;height:90px}.customize-option.headAccessory_special_foxEars{background-image:url(spritesmith3.png);background-position:-1444px -1107px;width:60px;height:60px}.headAccessory_special_lionEars{background-image:url(spritesmith3.png);background-position:-1419px -1183px;width:90px;height:90px}.customize-option.headAccessory_special_lionEars{background-image:url(spritesmith3.png);background-position:-1444px -1198px;width:60px;height:60px}.headAccessory_special_pandaEars{background-image:url(spritesmith3.png);background-position:0 -1349px;width:90px;height:90px}.customize-option.headAccessory_special_pandaEars{background-image:url(spritesmith3.png);background-position:-25px -1364px;width:60px;height:60px}.headAccessory_special_pigEars{background-image:url(spritesmith3.png);background-position:-91px -1349px;width:90px;height:90px}.customize-option.headAccessory_special_pigEars{background-image:url(spritesmith3.png);background-position:-116px -1364px;width:60px;height:60px}.headAccessory_special_tigerEars{background-image:url(spritesmith3.png);background-position:-182px -1349px;width:90px;height:90px}.customize-option.headAccessory_special_tigerEars{background-image:url(spritesmith3.png);background-position:-207px -1364px;width:60px;height:60px}.headAccessory_special_wolfEars{background-image:url(spritesmith3.png);background-position:-273px -1349px;width:90px;height:90px}.customize-option.headAccessory_special_wolfEars{background-image:url(spritesmith3.png);background-position:-298px -1364px;width:60px;height:60px}.shop_headAccessory_special_bearEars{background-image:url(spritesmith3.png);background-position:-1551px -82px;width:40px;height:40px}.shop_headAccessory_special_cactusEars{background-image:url(spritesmith3.png);background-position:-1551px -123px;width:40px;height:40px}.shop_headAccessory_special_foxEars{background-image:url(spritesmith3.png);background-position:-1551px -164px;width:40px;height:40px}.shop_headAccessory_special_lionEars{background-image:url(spritesmith3.png);background-position:-1551px -205px;width:40px;height:40px}.shop_headAccessory_special_pandaEars{background-image:url(spritesmith3.png);background-position:-1551px -246px;width:40px;height:40px}.shop_headAccessory_special_pigEars{background-image:url(spritesmith3.png);background-position:-1551px -287px;width:40px;height:40px}.shop_headAccessory_special_tigerEars{background-image:url(spritesmith3.png);background-position:-1551px -328px;width:40px;height:40px}.shop_headAccessory_special_wolfEars{background-image:url(spritesmith3.png);background-position:-1551px -369px;width:40px;height:40px}.shield_healer_1{background-image:url(spritesmith3.png);background-position:-364px -1349px;width:90px;height:90px}.shield_healer_2{background-image:url(spritesmith3.png);background-position:-455px -1349px;width:90px;height:90px}.shield_healer_3{background-image:url(spritesmith3.png);background-position:-546px -1349px;width:90px;height:90px}.shield_healer_4{background-image:url(spritesmith3.png);background-position:-637px -1349px;width:90px;height:90px}.shield_healer_5{background-image:url(spritesmith3.png);background-position:-364px -530px;width:90px;height:90px}.shield_rogue_0{background-image:url(spritesmith4.png);background-position:-2004px -1581px;width:90px;height:90px}.shield_rogue_1{background-image:url(spritesmith4.png);background-position:-1731px -853px;width:103px;height:90px}.shield_rogue_2{background-image:url(spritesmith4.png);background-position:-1625px -1484px;width:103px;height:90px}.shield_rogue_3{background-image:url(spritesmith4.png);background-position:-1100px -1683px;width:114px;height:90px}.shield_rogue_4{background-image:url(spritesmith4.png);background-position:-1215px -1683px;width:96px;height:90px}.shield_rogue_5{background-image:url(spritesmith4.png);background-position:-1403px -1683px;width:114px;height:90px}.shield_rogue_6{background-image:url(spritesmith4.png);background-position:-1930px -306px;width:114px;height:90px}.shield_special_1{background-image:url(spritesmith4.png);background-position:-2045px -306px;width:90px;height:90px}.shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-1731px -398px;width:111px;height:90px}.shield_special_moonpearlShield{background-image:url(spritesmith4.png);background-position:-1843px -398px;width:90px;height:90px}.shield_warrior_1{background-image:url(spritesmith4.png);background-position:-1934px -398px;width:90px;height:90px}.shield_warrior_2{background-image:url(spritesmith4.png);background-position:-2025px -398px;width:90px;height:90px}.shield_warrior_3{background-image:url(spritesmith4.png);background-position:-1731px -489px;width:90px;height:90px}.shield_warrior_4{background-image:url(spritesmith4.png);background-position:-1822px -489px;width:90px;height:90px}.shield_warrior_5{background-image:url(spritesmith4.png);background-position:-1822px -1581px;width:90px;height:90px}.shop_shield_healer_1{background-image:url(spritesmith4.png);background-position:-634px -1971px;width:40px;height:40px}.shop_shield_healer_2{background-image:url(spritesmith4.png);background-position:-675px -1971px;width:40px;height:40px}.shop_shield_healer_3{background-image:url(spritesmith4.png);background-position:-716px -1971px;width:40px;height:40px}.shop_shield_healer_4{background-image:url(spritesmith4.png);background-position:-880px -1971px;width:40px;height:40px}.shop_shield_healer_5{background-image:url(spritesmith4.png);background-position:-962px -1971px;width:40px;height:40px}.shop_shield_rogue_0{background-image:url(spritesmith4.png);background-position:-2120px -894px;width:40px;height:40px}.shop_shield_rogue_1{background-image:url(spritesmith4.png);background-position:-1167px -1971px;width:40px;height:40px}.shop_shield_rogue_2{background-image:url(spritesmith4.png);background-position:-1208px -1971px;width:40px;height:40px}.shop_shield_rogue_3{background-image:url(spritesmith4.png);background-position:-1249px -1971px;width:40px;height:40px}.shop_shield_rogue_4{background-image:url(spritesmith4.png);background-position:-1290px -1971px;width:40px;height:40px}.shop_shield_rogue_5{background-image:url(spritesmith4.png);background-position:-1331px -1971px;width:40px;height:40px}.shop_shield_rogue_6{background-image:url(spritesmith4.png);background-position:-1372px -1971px;width:40px;height:40px}.shop_shield_special_0{background-image:url(spritesmith4.png);background-position:-1413px -1971px;width:40px;height:40px}.shop_shield_special_1{background-image:url(spritesmith4.png);background-position:-1495px -1971px;width:40px;height:40px}.shop_shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-1536px -1971px;width:40px;height:40px}.shop_shield_special_moonpearlShield{background-image:url(spritesmith4.png);background-position:-1618px -1971px;width:40px;height:40px}.shop_shield_warrior_1{background-image:url(spritesmith4.png);background-position:-1823px -1971px;width:40px;height:40px}.shop_shield_warrior_2{background-image:url(spritesmith4.png);background-position:-656px -2023px;width:40px;height:40px}.shop_shield_warrior_3{background-image:url(spritesmith4.png);background-position:-615px -2023px;width:40px;height:40px}.shop_shield_warrior_4{background-image:url(spritesmith4.png);background-position:-574px -2023px;width:40px;height:40px}.shop_shield_warrior_5{background-image:url(spritesmith4.png);background-position:-533px -2023px;width:40px;height:40px}.shop_weapon_healer_0{background-image:url(spritesmith4.png);background-position:-492px -2023px;width:40px;height:40px}.shop_weapon_healer_1{background-image:url(spritesmith4.png);background-position:-451px -2023px;width:40px;height:40px}.shop_weapon_healer_2{background-image:url(spritesmith4.png);background-position:-410px -2023px;width:40px;height:40px}.shop_weapon_healer_3{background-image:url(spritesmith4.png);background-position:-369px -2023px;width:40px;height:40px}.shop_weapon_healer_4{background-image:url(spritesmith4.png);background-position:-328px -2023px;width:40px;height:40px}.shop_weapon_healer_5{background-image:url(spritesmith4.png);background-position:-287px -2023px;width:40px;height:40px}.shop_weapon_healer_6{background-image:url(spritesmith4.png);background-position:-246px -2023px;width:40px;height:40px}.shop_weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-205px -2023px;width:40px;height:40px}.shop_weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-164px -2023px;width:40px;height:40px}.shop_weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-123px -2023px;width:40px;height:40px}.shop_weapon_rogue_3{background-image:url(spritesmith4.png);background-position:-82px -2023px;width:40px;height:40px}.shop_weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-41px -2023px;width:40px;height:40px}.shop_weapon_rogue_5{background-image:url(spritesmith4.png);background-position:0 -2023px;width:40px;height:40px}.shop_weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-2110px -1971px;width:40px;height:40px}.shop_weapon_special_0{background-image:url(spritesmith4.png);background-position:-2069px -1971px;width:40px;height:40px}.shop_weapon_special_1{background-image:url(spritesmith4.png);background-position:-2028px -1971px;width:40px;height:40px}.shop_weapon_special_2{background-image:url(spritesmith4.png);background-position:-1987px -1971px;width:40px;height:40px}.shop_weapon_special_3{background-image:url(spritesmith4.png);background-position:-1946px -1971px;width:40px;height:40px}.shop_weapon_special_critical{background-image:url(spritesmith4.png);background-position:-1905px -1971px;width:40px;height:40px}.shop_weapon_special_tridentOfCrashingTides{background-image:url(spritesmith4.png);background-position:-1864px -1971px;width:40px;height:40px}.shop_weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-1454px -1971px;width:40px;height:40px}.shop_weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-1659px -1971px;width:40px;height:40px}.shop_weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-1245px -1068px;width:40px;height:40px}.shop_weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-1286px -1068px;width:40px;height:40px}.shop_weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-1327px -1068px;width:40px;height:40px}.shop_weapon_warrior_5{background-image:url(spritesmith4.png);background-position:-593px -1971px;width:40px;height:40px}.shop_weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-1368px -1068px;width:40px;height:40px}.shop_weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-1409px -1068px;width:40px;height:40px}.shop_weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-1420px -1215px;width:40px;height:40px}.shop_weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-552px -1971px;width:40px;height:40px}.shop_weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-1003px -1971px;width:40px;height:40px}.shop_weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-1044px -1971px;width:40px;height:40px}.shop_weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-1085px -1971px;width:40px;height:40px}.shop_weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-1126px -1971px;width:40px;height:40px}.weapon_healer_0{background-image:url(spritesmith4.png);background-position:-1913px -489px;width:90px;height:90px}.weapon_healer_1{background-image:url(spritesmith4.png);background-position:-2004px -489px;width:90px;height:90px}.weapon_healer_2{background-image:url(spritesmith4.png);background-position:-1731px -580px;width:90px;height:90px}.weapon_healer_3{background-image:url(spritesmith4.png);background-position:-1822px -580px;width:90px;height:90px}.weapon_healer_4{background-image:url(spritesmith4.png);background-position:-1913px -580px;width:90px;height:90px}.weapon_healer_5{background-image:url(spritesmith4.png);background-position:-2004px -580px;width:90px;height:90px}.weapon_healer_6{background-image:url(spritesmith4.png);background-position:-1731px -671px;width:90px;height:90px}.weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-1822px -671px;width:90px;height:90px}.weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-1913px -671px;width:90px;height:90px}.weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-2004px -671px;width:90px;height:90px}.weapon_rogue_3{background-image:url(spritesmith4.png);background-position:-1731px -762px;width:90px;height:90px}.weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-1822px -762px;width:90px;height:90px}.weapon_rogue_5{background-image:url(spritesmith4.png);background-position:-1913px -762px;width:90px;height:90px}.weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-2004px -762px;width:90px;height:90px}.weapon_special_1{background-image:url(spritesmith4.png);background-position:-1835px -853px;width:102px;height:90px}.weapon_special_2{background-image:url(spritesmith4.png);background-position:-1938px -853px;width:90px;height:90px}.weapon_special_3{background-image:url(spritesmith4.png);background-position:-2029px -853px;width:90px;height:90px}.weapon_special_tridentOfCrashingTides{background-image:url(spritesmith4.png);background-position:-2020px -944px;width:90px;height:90px}.weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-2020px -1035px;width:90px;height:90px}.weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-1731px -1126px;width:90px;height:90px}.weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-1731px -1217px;width:90px;height:90px}.weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-2004px -1217px;width:90px;height:90px}.weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-1731px -1308px;width:90px;height:90px}.weapon_warrior_5{background-image:url(spritesmith4.png);background-position:-1822px -1308px;width:90px;height:90px}.weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-1913px -1308px;width:90px;height:90px}.weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-1822px -1399px;width:90px;height:90px}.weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-1913px -1399px;width:90px;height:90px}.weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-2004px -1399px;width:90px;height:90px}.weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-1731px -1490px;width:90px;height:90px}.weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-1822px -1490px;width:90px;height:90px}.weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-2004px -1490px;width:90px;height:90px}.weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-1731px -1581px;width:90px;height:90px}.GrimReaper{background-image:url(spritesmith4.png);background-position:-2095px -762px;width:57px;height:66px}.Pet_Currency_Gem{background-image:url(spritesmith4.png);background-position:-1807px -2023px;width:45px;height:39px}.Pet_Currency_Gem1x{background-image:url(spritesmith4.png);background-position:-2136px -306px;width:15px;height:13px}.Pet_Currency_Gem2x{background-image:url(spritesmith4.png);background-position:-2111px -1008px;width:30px;height:26px}.PixelPaw-Gold{background-image:url(spritesmith4.png);background-position:-251px -1919px;width:51px;height:51px}.PixelPaw{background-image:url(spritesmith4.png);background-position:-199px -1919px;width:51px;height:51px}.PixelPaw002{background-image:url(spritesmith4.png);background-position:-49px -1919px;width:51px;height:51px}.avatar_floral_healer{background-image:url(spritesmith4.png);background-position:-1931px -206px;width:99px;height:99px}.avatar_floral_rogue{background-image:url(spritesmith4.png);background-position:-1831px -206px;width:99px;height:99px}.avatar_floral_warrior{background-image:url(spritesmith4.png);background-position:-1731px -206px;width:99px;height:99px}.avatar_floral_wizard{background-image:url(spritesmith4.png);background-position:-2053px -103px;width:99px;height:99px}.inventory_present{background-image:url(spritesmith4.png);background-position:0 -1919px;width:48px;height:51px}.inventory_present_01{background-image:url(spritesmith4.png);background-position:-2107px -1867px;width:48px;height:51px}.inventory_present_02{background-image:url(spritesmith4.png);background-position:-2058px -1867px;width:48px;height:51px}.inventory_present_03{background-image:url(spritesmith4.png);background-position:-2009px -1867px;width:48px;height:51px}.inventory_present_04{background-image:url(spritesmith4.png);background-position:-1960px -1867px;width:48px;height:51px}.inventory_present_05{background-image:url(spritesmith4.png);background-position:-1813px -1867px;width:48px;height:51px}.inventory_present_06{background-image:url(spritesmith4.png);background-position:-1764px -1867px;width:48px;height:51px}.inventory_present_07{background-image:url(spritesmith4.png);background-position:-1715px -1867px;width:48px;height:51px}.inventory_present_08{background-image:url(spritesmith4.png);background-position:-1568px -1867px;width:48px;height:51px}.inventory_present_09{background-image:url(spritesmith4.png);background-position:-1519px -1867px;width:48px;height:51px}.inventory_present_10{background-image:url(spritesmith4.png);background-position:-1470px -1867px;width:48px;height:51px}.inventory_present_11{background-image:url(spritesmith4.png);background-position:-1274px -1867px;width:48px;height:51px}.inventory_present_12{background-image:url(spritesmith4.png);background-position:-1225px -1867px;width:48px;height:51px}.inventory_quest_scroll{background-image:url(spritesmith4.png);background-position:-1176px -1867px;width:48px;height:51px}.inventory_quest_scroll_locked{background-image:url(spritesmith4.png);background-position:-1127px -1867px;width:48px;height:51px}.inventory_special_fortify{background-image:url(spritesmith4.png);background-position:-1362px -1215px;width:57px;height:54px}.inventory_special_nye{background-image:url(spritesmith4.png);background-position:-733px -380px;width:57px;height:54px}.inventory_special_opaquePotion{background-image:url(spritesmith4.png);background-position:-1577px -1971px;width:40px;height:40px}.inventory_special_seafoam{background-image:url(spritesmith4.png);background-position:-2095px -1490px;width:57px;height:54px}.inventory_special_shinySeed{background-image:url(spritesmith4.png);background-position:-2095px -1399px;width:57px;height:54px}.inventory_special_snowball{background-image:url(spritesmith4.png);background-position:-2095px -1217px;width:57px;height:54px}.inventory_special_spookDust{background-image:url(spritesmith4.png);background-position:-2095px -1308px;width:57px;height:54px}.inventory_special_trinket{background-image:url(spritesmith4.png);background-position:-1078px -1867px;width:48px;height:51px}.inventory_special_valentine{background-image:url(spritesmith4.png);background-position:-2063px -1683px;width:57px;height:54px}.knockout{background-image:url(spritesmith4.png);background-position:-49px -1971px;width:120px;height:47px}.pet_key{background-image:url(spritesmith4.png);background-position:-2095px -1581px;width:57px;height:54px}.rebirth_orb{background-image:url(spritesmith4.png);background-position:-1562px -1438px;width:57px;height:54px}.seafoam_star{background-image:url(spritesmith4.png);background-position:-2040px -1126px;width:90px;height:90px}.shop_armoire{background-image:url(spritesmith4.png);background-position:-1700px -1971px;width:40px;height:40px}.snowman{background-image:url(spritesmith4.png);background-position:-1822px -1217px;width:90px;height:90px}.spookman{background-image:url(spritesmith4.png);background-position:-1913px -1217px;width:90px;height:90px}.welcome_to_Habit_1{background-image:url(spritesmith4.png);background-position:0 -1683px;width:502px;height:99px}.welcome_to_Habit_2{background-image:url(spritesmith4.png);background-position:-861px -1109px;width:500px;height:171px}.welcome_to_Habit_3{background-image:url(spritesmith4.png);background-position:-220px 0;width:584px;height:220px}.welcome_to_Habit_4{background-image:url(spritesmith4.png);background-position:-437px -1109px;width:423px;height:171px}.zzz{background-image:url(spritesmith4.png);background-position:-1741px -1971px;width:40px;height:40px}.zzz_light{background-image:url(spritesmith4.png);background-position:-1782px -1971px;width:40px;height:40px}.npc_alex{background-image:url(spritesmith4.png);background-position:-1462px -139px;width:162px;height:138px}.npc_bailey{background-image:url(spritesmith4.png);background-position:-1981px -103px;width:71px;height:101px}.npc_daniel{background-image:url(spritesmith4.png);background-position:-1462px -685px;width:135px;height:123px}.npc_ian{background-image:url(spritesmith4.png);background-position:-1462px -417px;width:75px;height:135px}.npc_justin{background-image:url(spritesmith4.png);background-position:-1538px -417px;width:84px;height:120px}.npc_justin_head{background-image:url(spritesmith4.png);background-position:-2122px -206px;width:36px;height:39px}.npc_matt{background-image:url(spritesmith4.png);background-position:0 -1438px;width:195px;height:138px}.npc_timetravelers{background-image:url(spritesmith4.png);background-position:-1251px -1287px;width:195px;height:138px}.npc_timetravelers_active{background-image:url(spritesmith4.png);background-position:-404px -1438px;width:195px;height:138px}.npc_tyler{background-image:url(spritesmith4.png);background-position:-1913px -1581px;width:90px;height:90px}.seasonalshop_closed{background-image:url(spritesmith4.png);background-position:-1462px -278px;width:162px;height:138px}.seasonalshop_summer2015{background-image:url(spritesmith4.png);background-position:-1462px 0;width:162px;height:138px}.2014_Fall_HealerPROMO2{background-image:url(spritesmith4.png);background-position:-660px -567px;width:90px;height:90px}.2014_Fall_Mage_PROMO9{background-image:url(spritesmith4.png);background-position:-880px -787px;width:120px;height:90px}.2014_Fall_RoguePROMO3{background-image:url(spritesmith4.png);background-position:-503px -1683px;width:105px;height:90px}.2014_Fall_Warrior_PROMO{background-image:url(spritesmith4.png);background-position:-609px -1683px;width:90px;height:90px}.promo_dilatoryDistress{background-image:url(spritesmith4.png);background-position:-700px -1683px;width:90px;height:90px}.promo_enchanted_armoire{background-image:url(spritesmith4.png);background-position:-662px -1783px;width:374px;height:76px}.promo_enchanted_armoire_201507{background-image:url(spritesmith4.png);background-position:-882px -1683px;width:217px;height:90px}.promo_habitica{background-image:url(spritesmith4.png);background-position:-1056px -892px;width:175px;height:175px}.promo_item_notif{background-image:url(spritesmith4.png);background-position:-1731px -103px;width:249px;height:102px}.promo_mystery_201405{background-image:url(spritesmith4.png);background-position:-1312px -1683px;width:90px;height:90px}.promo_mystery_201406{background-image:url(spritesmith4.png);background-position:-2031px -206px;width:90px;height:96px}.promo_mystery_201407{background-image:url(spritesmith4.png);background-position:-2111px -1035px;width:42px;height:62px}.promo_mystery_201408{background-image:url(spritesmith4.png);background-position:-2095px -489px;width:60px;height:71px}.promo_mystery_201409{background-image:url(spritesmith4.png);background-position:-1518px -1683px;width:90px;height:90px}.promo_mystery_201410{background-image:url(spritesmith4.png);background-position:-660px -380px;width:72px;height:63px}.promo_mystery_201411{background-image:url(spritesmith4.png);background-position:-791px -1683px;width:90px;height:90px}.promo_mystery_201412{background-image:url(spritesmith4.png);background-position:-2095px -671px;width:42px;height:66px}.promo_mystery_201501{background-image:url(spritesmith4.png);background-position:-2111px -944px;width:48px;height:63px}.promo_mystery_201502{background-image:url(spritesmith4.png);background-position:-1913px -1490px;width:90px;height:90px}.promo_mystery_201503{background-image:url(spritesmith4.png);background-position:-1731px -1399px;width:90px;height:90px}.promo_mystery_201504{background-image:url(spritesmith4.png);background-position:-2095px -580px;width:60px;height:69px}.promo_mystery_201505{background-image:url(spritesmith4.png);background-position:-2004px -1308px;width:90px;height:90px}.promo_mystery_201506{background-image:url(spritesmith4.png);background-position:-2116px -398px;width:42px;height:69px}.promo_mystery_201507{background-image:url(spritesmith4.png);background-position:-1362px -1109px;width:90px;height:105px}.promo_mystery_3014{background-image:url(spritesmith4.png);background-position:-1822px -1126px;width:217px;height:90px}.promo_orca{background-image:url(spritesmith4.png);background-position:-848px -1577px;width:105px;height:105px}.promo_partyhats{background-image:url(spritesmith4.png);background-position:-170px -1971px;width:115px;height:47px}.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:-331px -1783px;width:330px;height:83px}.customize-option.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:-356px -1798px;width:60px;height:60px}.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-660px -232px;width:140px;height:147px}.customize-option.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-685px -247px;width:60px;height:60px}.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:0 -1783px;width:330px;height:83px}.customize-option.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:-25px -1798px;width:60px;height:60px}.promo_splashyskins{background-image:url(spritesmith4.png);background-position:-1731px -306px;width:198px;height:91px}.customize-option.promo_splashyskins{background-image:url(spritesmith4.png);background-position:-1756px -321px;width:60px;height:60px}.promo_springclasses2014{background-image:url(spritesmith4.png);background-position:-1731px -1035px;width:288px;height:90px}.promo_springclasses2015{background-image:url(spritesmith4.png);background-position:-1731px -944px;width:288px;height:90px}.promo_summer_classes_2014{background-image:url(spritesmith4.png);background-position:-1731px 0;width:429px;height:102px}.promo_summer_classes_2015{background-image:url(spritesmith4.png);background-position:-1609px -1683px;width:300px;height:88px}.promo_updos{background-image:url(spritesmith4.png);background-position:-904px -1287px;width:156px;height:147px}.promo_winterclasses2015{background-image:url(spritesmith4.png);background-position:-918px -1438px;width:325px;height:110px}.promo_winteryhair{background-image:url(spritesmith4.png);background-position:-1910px -1683px;width:152px;height:75px}.customize-option.promo_winteryhair{background-image:url(spritesmith4.png);background-position:-1935px -1698px;width:60px;height:60px}.inventory_quest_scroll_atom1{background-image:url(spritesmith4.png);background-position:-1568px -1039px;width:48px;height:51px}.inventory_quest_scroll_atom1_locked{background-image:url(spritesmith4.png);background-position:-1568px -1091px;width:48px;height:51px}.inventory_quest_scroll_atom2{background-image:url(spritesmith4.png);background-position:-1568px -1154px;width:48px;height:51px}.inventory_quest_scroll_atom2_locked{background-image:url(spritesmith4.png);background-position:-1568px -1206px;width:48px;height:51px}.inventory_quest_scroll_atom3{background-image:url(spritesmith4.png);background-position:-1568px -1269px;width:48px;height:51px}.inventory_quest_scroll_atom3_locked{background-image:url(spritesmith4.png);background-position:-1568px -1321px;width:48px;height:51px}.inventory_quest_scroll_basilist{background-image:url(spritesmith4.png);background-position:-1462px -1384px;width:48px;height:51px}.inventory_quest_scroll_bunny{background-image:url(spritesmith4.png);background-position:-891px -1919px;width:48px;height:51px}.inventory_quest_scroll_dilatoryDistress1{background-image:url(spritesmith4.png);background-position:-1560px -1384px;width:48px;height:51px}.inventory_quest_scroll_dilatoryDistress2{background-image:url(spritesmith4.png);background-position:-751px -567px;width:48px;height:51px}.inventory_quest_scroll_dilatoryDistress2_locked{background-image:url(spritesmith4.png);background-position:-1037px -1783px;width:48px;height:51px}.inventory_quest_scroll_dilatoryDistress3{background-image:url(spritesmith4.png);background-position:-1086px -1783px;width:48px;height:51px}.inventory_quest_scroll_dilatoryDistress3_locked{background-image:url(spritesmith4.png);background-position:-1135px -1783px;width:48px;height:51px}.inventory_quest_scroll_dilatory_derby{background-image:url(spritesmith4.png);background-position:-1184px -1783px;width:48px;height:51px}.inventory_quest_scroll_egg{background-image:url(spritesmith4.png);background-position:-1233px -1783px;width:48px;height:51px}.inventory_quest_scroll_evilsanta{background-image:url(spritesmith4.png);background-position:-1282px -1783px;width:48px;height:51px}.inventory_quest_scroll_evilsanta2{background-image:url(spritesmith4.png);background-position:-1331px -1783px;width:48px;height:51px}.inventory_quest_scroll_ghost_stag{background-image:url(spritesmith4.png);background-position:-1380px -1783px;width:48px;height:51px}.inventory_quest_scroll_goldenknight1{background-image:url(spritesmith4.png);background-position:-1429px -1783px;width:48px;height:51px}.inventory_quest_scroll_goldenknight1_locked{background-image:url(spritesmith4.png);background-position:-1478px -1783px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2{background-image:url(spritesmith4.png);background-position:-1527px -1783px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2_locked{background-image:url(spritesmith4.png);background-position:-1576px -1783px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3{background-image:url(spritesmith4.png);background-position:-1625px -1783px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3_locked{background-image:url(spritesmith4.png);background-position:-1674px -1783px;width:48px;height:51px}.inventory_quest_scroll_gryphon{background-image:url(spritesmith4.png);background-position:-1723px -1783px;width:48px;height:51px}.inventory_quest_scroll_harpy{background-image:url(spritesmith4.png);background-position:-1772px -1783px;width:48px;height:51px}.inventory_quest_scroll_hedgehog{background-image:url(spritesmith4.png);background-position:-1821px -1783px;width:48px;height:51px}.inventory_quest_scroll_kraken{background-image:url(spritesmith4.png);background-position:-1870px -1783px;width:48px;height:51px}.inventory_quest_scroll_moonstone1{background-image:url(spritesmith4.png);background-position:-1919px -1783px;width:48px;height:51px}.inventory_quest_scroll_moonstone1_locked{background-image:url(spritesmith4.png);background-position:-1968px -1783px;width:48px;height:51px}.inventory_quest_scroll_moonstone2{background-image:url(spritesmith4.png);background-position:-2017px -1783px;width:48px;height:51px}.inventory_quest_scroll_moonstone2_locked{background-image:url(spritesmith4.png);background-position:-2066px -1783px;width:48px;height:51px}.inventory_quest_scroll_moonstone3{background-image:url(spritesmith4.png);background-position:0 -1867px;width:48px;height:51px}.inventory_quest_scroll_moonstone3_locked{background-image:url(spritesmith4.png);background-position:-49px -1867px;width:48px;height:51px}.inventory_quest_scroll_octopus{background-image:url(spritesmith4.png);background-position:-98px -1867px;width:48px;height:51px}.inventory_quest_scroll_owl{background-image:url(spritesmith4.png);background-position:-147px -1867px;width:48px;height:51px}.inventory_quest_scroll_penguin{background-image:url(spritesmith4.png);background-position:-196px -1867px;width:48px;height:51px}.inventory_quest_scroll_rat{background-image:url(spritesmith4.png);background-position:-245px -1867px;width:48px;height:51px}.inventory_quest_scroll_rock{background-image:url(spritesmith4.png);background-position:-294px -1867px;width:48px;height:51px}.inventory_quest_scroll_rooster{background-image:url(spritesmith4.png);background-position:-343px -1867px;width:48px;height:51px}.inventory_quest_scroll_sheep{background-image:url(spritesmith4.png);background-position:-392px -1867px;width:48px;height:51px}.inventory_quest_scroll_slime{background-image:url(spritesmith4.png);background-position:-441px -1867px;width:48px;height:51px}.inventory_quest_scroll_spider{background-image:url(spritesmith4.png);background-position:-490px -1867px;width:48px;height:51px}.inventory_quest_scroll_trex{background-image:url(spritesmith4.png);background-position:-539px -1867px;width:48px;height:51px}.inventory_quest_scroll_trex_undead{background-image:url(spritesmith4.png);background-position:-588px -1867px;width:48px;height:51px}.inventory_quest_scroll_vice1{background-image:url(spritesmith4.png);background-position:-637px -1867px;width:48px;height:51px}.inventory_quest_scroll_vice1_locked{background-image:url(spritesmith4.png);background-position:-686px -1867px;width:48px;height:51px}.inventory_quest_scroll_vice2{background-image:url(spritesmith4.png);background-position:-735px -1867px;width:48px;height:51px}.inventory_quest_scroll_vice2_locked{background-image:url(spritesmith4.png);background-position:-784px -1867px;width:48px;height:51px}.inventory_quest_scroll_vice3{background-image:url(spritesmith4.png);background-position:-833px -1867px;width:48px;height:51px}.inventory_quest_scroll_vice3_locked{background-image:url(spritesmith4.png);background-position:-882px -1867px;width:48px;height:51px}.inventory_quest_scroll_whale{background-image:url(spritesmith4.png);background-position:-931px -1867px;width:48px;height:51px}.quest_TEMPLATE_FOR_MISSING_IMAGE{background-image:url(spritesmith4.png);background-position:-697px -2023px;width:221px;height:39px}.quest_atom1{background-image:url(spritesmith4.png);background-position:-251px -1287px;width:250px;height:150px}.quest_atom2{background-image:url(spritesmith4.png);background-position:-196px -1438px;width:207px;height:138px}.quest_atom3{background-image:url(spritesmith4.png);background-position:-839px -892px;width:216px;height:180px}.quest_basilist{background-image:url(spritesmith4.png);background-position:-1061px -1287px;width:189px;height:141px}.quest_bunny{background-image:url(spritesmith4.png);background-position:-217px -892px;width:210px;height:186px}.quest_dilatory{background-image:url(spritesmith4.png);background-position:-220px -232px;width:219px;height:219px}.quest_dilatoryDistress1{background-image:url(spritesmith4.png);background-position:-919px -2023px;width:221px;height:39px}.quest_dilatoryDistress1_blueFins{background-image:url(spritesmith4.png);background-position:-1562px -1493px;width:51px;height:48px}.quest_dilatoryDistress1_fireCoral{background-image:url(spritesmith4.png);background-position:-1421px -1867px;width:48px;height:51px}.quest_dilatoryDistress2{background-image:url(spritesmith4.png);background-position:-753px -1287px;width:150px;height:150px}.quest_dilatoryDistress3{background-image:url(spritesmith4.png);background-position:-440px -232px;width:219px;height:219px}.quest_dilatory_derby{background-image:url(spritesmith4.png);background-position:-660px -672px;width:219px;height:219px}.quest_egg{background-image:url(spritesmith4.png);background-position:-1141px -2023px;width:221px;height:39px}.quest_egg_plainEgg{background-image:url(spritesmith4.png);background-position:-1666px -1867px;width:48px;height:51px}.quest_evilsanta{background-image:url(spritesmith4.png);background-position:-1462px -553px;width:118px;height:131px}.quest_evilsanta2{background-image:url(spritesmith4.png);background-position:-1025px -440px;width:219px;height:219px}.quest_ghost_stag{background-image:url(spritesmith4.png);background-position:-1025px -220px;width:219px;height:219px}.quest_goldenknight1{background-image:url(spritesmith4.png);background-position:-1363px -2023px;width:221px;height:39px}.quest_goldenknight1_testimony{background-image:url(spritesmith4.png);background-position:-1911px -1867px;width:48px;height:51px}.quest_goldenknight2{background-image:url(spritesmith4.png);background-position:0 -1287px;width:250px;height:150px}.quest_goldenknight3{background-image:url(spritesmith4.png);background-position:0 0;width:219px;height:231px}.quest_gryphon{background-image:url(spritesmith4.png);background-position:-1245px -534px;width:216px;height:177px}.quest_harpy{background-image:url(spritesmith4.png);background-position:-220px -452px;width:219px;height:219px}.quest_hedgehog{background-image:url(spritesmith4.png);background-position:-428px -892px;width:219px;height:186px}.quest_kraken{background-image:url(spritesmith4.png);background-position:-1245px -890px;width:216px;height:177px}.quest_moonstone1{background-image:url(spritesmith4.png);background-position:-1585px -2023px;width:221px;height:39px}.quest_moonstone1_moonstone{background-image:url(spritesmith4.png);background-position:-2128px -1363px;width:30px;height:30px}.quest_moonstone2{background-image:url(spritesmith4.png);background-position:-440px -452px;width:219px;height:219px}.quest_moonstone3{background-image:url(spritesmith4.png);background-position:-805px 0;width:219px;height:219px}.quest_octopus{background-image:url(spritesmith4.png);background-position:0 -1109px;width:222px;height:177px}.quest_owl{background-image:url(spritesmith4.png);background-position:-805px -220px;width:219px;height:219px}.quest_penguin{background-image:url(spritesmith4.png);background-position:-648px -892px;width:190px;height:183px}.quest_rat{background-image:url(spritesmith4.png);background-position:-1025px -660px;width:219px;height:219px}.quest_rock{background-image:url(spritesmith4.png);background-position:0 -892px;width:216px;height:216px}.quest_rooster{background-image:url(spritesmith4.png);background-position:-223px -1109px;width:213px;height:174px}.quest_sheep{background-image:url(spritesmith4.png);background-position:0 -232px;width:219px;height:219px}.quest_slime{background-image:url(spritesmith4.png);background-position:-1025px 0;width:219px;height:219px}.quest_spider{background-image:url(spritesmith4.png);background-position:-502px -1287px;width:250px;height:150px}.quest_stressbeast{background-image:url(spritesmith4.png);background-position:-440px -672px;width:219px;height:219px}.quest_stressbeast_bailey{background-image:url(spritesmith4.png);background-position:-220px -672px;width:219px;height:219px}.quest_stressbeast_guide{background-image:url(spritesmith4.png);background-position:0 -672px;width:219px;height:219px}.quest_stressbeast_stables{background-image:url(spritesmith4.png);background-position:-805px -440px;width:219px;height:219px}.quest_trex{background-image:url(spritesmith4.png);background-position:-1245px -712px;width:204px;height:177px}.quest_trex_undead{background-image:url(spritesmith4.png);background-position:-1245px 0;width:216px;height:177px}.quest_vice1{background-image:url(spritesmith4.png);background-position:-1245px -178px;width:216px;height:177px}.quest_vice2{background-image:url(spritesmith4.png);background-position:-1853px -2023px;width:221px;height:39px}.quest_vice2_lightCrystal{background-image:url(spritesmith4.png);background-position:-2120px -853px;width:40px;height:40px}.quest_vice3{background-image:url(spritesmith4.png);background-position:-1245px -356px;width:216px;height:177px}.quest_whale{background-image:url(spritesmith4.png);background-position:0 -452px;width:219px;height:219px}.shop_copper{background-image:url(spritesmith4.png);background-position:-2122px -279px;width:32px;height:22px}.shop_eyes{background-image:url(spritesmith4.png);background-position:-921px -1971px;width:40px;height:40px}.shop_gold{background-image:url(spritesmith4.png);background-position:-2095px -738px;width:32px;height:22px}.shop_opaquePotion{background-image:url(spritesmith4.png);background-position:-839px -1971px;width:40px;height:40px}.shop_potion{background-image:url(spritesmith4.png);background-position:-798px -1971px;width:40px;height:40px}.shop_reroll{background-image:url(spritesmith4.png);background-position:-757px -1971px;width:40px;height:40px}.shop_seafoam{background-image:url(spritesmith4.png);background-position:-2122px -246px;width:32px;height:32px}.shop_shinySeed{background-image:url(spritesmith4.png);background-position:-2095px -1363px;width:32px;height:32px}.shop_silver{background-image:url(spritesmith4.png);background-position:-2128px -738px;width:32px;height:22px}.shop_snowball{background-image:url(spritesmith4.png);background-position:-2095px -1272px;width:32px;height:32px}.shop_spookDust{background-image:url(spritesmith4.png);background-position:-2128px -1272px;width:32px;height:32px}.Pet_Egg_BearCub{background-image:url(spritesmith4.png);background-position:-1822px -1919px;width:48px;height:51px}.Pet_Egg_Bunny{background-image:url(spritesmith4.png);background-position:-1871px -1919px;width:48px;height:51px}.Pet_Egg_Cactus{background-image:url(spritesmith4.png);background-position:-1920px -1919px;width:48px;height:51px}.Pet_Egg_Cuttlefish{background-image:url(spritesmith4.png);background-position:-1969px -1919px;width:48px;height:51px}.Pet_Egg_Deer{background-image:url(spritesmith4.png);background-position:-2018px -1919px;width:48px;height:51px}.Pet_Egg_Dragon{background-image:url(spritesmith4.png);background-position:-2067px -1919px;width:48px;height:51px}.Pet_Egg_Egg{background-image:url(spritesmith4.png);background-position:0 -1971px;width:48px;height:51px}.Pet_Egg_FlyingPig{background-image:url(spritesmith4.png);background-position:-1773px -1919px;width:48px;height:51px}.Pet_Egg_Fox{background-image:url(spritesmith4.png);background-position:-1724px -1919px;width:48px;height:51px}.Pet_Egg_Gryphon{background-image:url(spritesmith4.png);background-position:-1675px -1919px;width:48px;height:51px}.Pet_Egg_Hedgehog{background-image:url(spritesmith4.png);background-position:-1626px -1919px;width:48px;height:51px}.Pet_Egg_LionCub{background-image:url(spritesmith4.png);background-position:-1577px -1919px;width:48px;height:51px}.Pet_Egg_Octopus{background-image:url(spritesmith4.png);background-position:-1528px -1919px;width:48px;height:51px}.Pet_Egg_Owl{background-image:url(spritesmith4.png);background-position:-1479px -1919px;width:48px;height:51px}.Pet_Egg_PandaCub{background-image:url(spritesmith4.png);background-position:-1430px -1919px;width:48px;height:51px}.Pet_Egg_Parrot{background-image:url(spritesmith4.png);background-position:-1381px -1919px;width:48px;height:51px}.Pet_Egg_Penguin{background-image:url(spritesmith4.png);background-position:-1332px -1919px;width:48px;height:51px}.Pet_Egg_PolarBear{background-image:url(spritesmith4.png);background-position:-1283px -1919px;width:48px;height:51px}.Pet_Egg_Rat{background-image:url(spritesmith4.png);background-position:-1234px -1919px;width:48px;height:51px}.Pet_Egg_Rock{background-image:url(spritesmith4.png);background-position:-1185px -1919px;width:48px;height:51px}.Pet_Egg_Rooster{background-image:url(spritesmith4.png);background-position:-1136px -1919px;width:48px;height:51px}.Pet_Egg_Seahorse{background-image:url(spritesmith4.png);background-position:-1087px -1919px;width:48px;height:51px}.Pet_Egg_Sheep{background-image:url(spritesmith4.png);background-position:-1038px -1919px;width:48px;height:51px}.Pet_Egg_Slime{background-image:url(spritesmith4.png);background-position:-989px -1919px;width:48px;height:51px}.Pet_Egg_Spider{background-image:url(spritesmith4.png);background-position:-940px -1919px;width:48px;height:51px}.Pet_Egg_TRex{background-image:url(spritesmith4.png);background-position:-842px -1919px;width:48px;height:51px}.Pet_Egg_TigerCub{background-image:url(spritesmith4.png);background-position:-793px -1919px;width:48px;height:51px}.Pet_Egg_Whale{background-image:url(spritesmith4.png);background-position:-744px -1919px;width:48px;height:51px}.Pet_Egg_Wolf{background-image:url(spritesmith4.png);background-position:-695px -1919px;width:48px;height:51px}.Pet_Food_Cake_Base{background-image:url(spritesmith4.png);background-position:-464px -1971px;width:43px;height:43px}.Pet_Food_Cake_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-377px -1971px;width:42px;height:44px}.Pet_Food_Cake_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1581px -601px;width:43px;height:45px}.Pet_Food_Cake_Desert{background-image:url(spritesmith4.png);background-position:-2115px -1783px;width:43px;height:44px}.Pet_Food_Cake_Golden{background-image:url(spritesmith4.png);background-position:-508px -1971px;width:43px;height:42px}.Pet_Food_Cake_Red{background-image:url(spritesmith4.png);background-position:-420px -1971px;width:43px;height:44px}.Pet_Food_Cake_Shade{background-image:url(spritesmith4.png);background-position:-2116px -1919px;width:43px;height:44px}.Pet_Food_Cake_Skeleton{background-image:url(spritesmith4.png);background-position:-1581px -553px;width:42px;height:47px}.Pet_Food_Cake_White{background-image:url(spritesmith4.png);background-position:-286px -1971px;width:44px;height:44px}.Pet_Food_Cake_Zombie{background-image:url(spritesmith4.png);background-position:-331px -1971px;width:45px;height:44px}.Pet_Food_Candy_Base{background-image:url(spritesmith4.png);background-position:-646px -1919px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-597px -1919px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-548px -1919px;width:48px;height:51px}.Pet_Food_Candy_Desert{background-image:url(spritesmith4.png);background-position:-499px -1919px;width:48px;height:51px}.Pet_Food_Candy_Golden{background-image:url(spritesmith4.png);background-position:-401px -1919px;width:48px;height:51px}.Pet_Food_Candy_Red{background-image:url(spritesmith4.png);background-position:-352px -1919px;width:48px;height:51px}.Pet_Food_Candy_Shade{background-image:url(spritesmith4.png);background-position:-303px -1919px;width:48px;height:51px}.Pet_Food_Candy_Skeleton{background-image:url(spritesmith4.png);background-position:-150px -1919px;width:48px;height:51px}.Pet_Food_Candy_White{background-image:url(spritesmith4.png);background-position:-101px -1919px;width:48px;height:51px}.Pet_Food_Candy_Zombie{background-image:url(spritesmith4.png);background-position:-1862px -1867px;width:48px;height:51px}.Pet_Food_Chocolate{background-image:url(spritesmith4.png);background-position:-1617px -1867px;width:48px;height:51px}.Pet_Food_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1372px -1867px;width:48px;height:51px}.Pet_Food_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1323px -1867px;width:48px;height:51px}.Pet_Food_Fish{background-image:url(spritesmith4.png);background-position:-980px -1867px;width:48px;height:51px}.Pet_Food_Honey{background-image:url(spritesmith4.png);background-position:-1511px -1384px;width:48px;height:51px}.Pet_Food_Meat{background-image:url(spritesmith4.png);background-position:-1568px -924px;width:48px;height:51px}.Pet_Food_Milk{background-image:url(spritesmith4.png);background-position:-1568px -809px;width:48px;height:51px}.Pet_Food_Potatoe{background-image:url(spritesmith4.png);background-position:-1029px -1867px;width:48px;height:51px}.Pet_Food_RottenMeat{background-image:url(spritesmith4.png);background-position:-1568px -861px;width:48px;height:51px}.Pet_Food_Saddle{background-image:url(spritesmith4.png);background-position:-450px -1919px;width:48px;height:51px}.Pet_Food_Strawberry{background-image:url(spritesmith4.png);background-position:-1568px -976px;width:48px;height:51px}.Mount_Body_BearCub-Base{background-image:url(spritesmith4.png);background-position:-1625px -636px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1625px -530px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1625px -424px;width:105px;height:105px}.Mount_Body_BearCub-Desert{background-image:url(spritesmith4.png);background-position:-1625px -318px;width:105px;height:105px}.Mount_Body_BearCub-Golden{background-image:url(spritesmith4.png);background-position:-1625px -212px;width:105px;height:105px}.Mount_Body_BearCub-Polar{background-image:url(spritesmith4.png);background-position:-1625px -106px;width:105px;height:105px}.Mount_Body_BearCub-Red{background-image:url(spritesmith4.png);background-position:-1625px 0;width:105px;height:105px}.Mount_Body_BearCub-Shade{background-image:url(spritesmith4.png);background-position:-1456px -1438px;width:105px;height:105px}.Mount_Body_BearCub-Skeleton{background-image:url(spritesmith4.png);background-position:-1350px -1438px;width:105px;height:105px}.Mount_Body_BearCub-White{background-image:url(spritesmith4.png);background-position:-1244px -1438px;width:105px;height:105px}.Mount_Body_BearCub-Zombie{background-image:url(spritesmith4.png);background-position:-1590px -1577px;width:105px;height:105px}.Mount_Body_Bunny-Base{background-image:url(spritesmith4.png);background-position:-1484px -1577px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1378px -1577px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1272px -1577px;width:105px;height:105px}.Mount_Body_Bunny-Desert{background-image:url(spritesmith4.png);background-position:-1166px -1577px;width:105px;height:105px}.Mount_Body_Bunny-Golden{background-image:url(spritesmith4.png);background-position:-1060px -1577px;width:105px;height:105px}.Mount_Body_Bunny-Red{background-image:url(spritesmith4.png);background-position:-954px -1577px;width:105px;height:105px}.Mount_Body_Bunny-Shade{background-image:url(spritesmith4.png);background-position:-742px -1577px;width:105px;height:105px}.Mount_Body_Bunny-Skeleton{background-image:url(spritesmith4.png);background-position:-636px -1577px;width:105px;height:105px}.Mount_Body_Bunny-White{background-image:url(spritesmith4.png);background-position:-530px -1577px;width:105px;height:105px}.Mount_Body_Bunny-Zombie{background-image:url(spritesmith4.png);background-position:-424px -1577px;width:105px;height:105px}.Mount_Body_Cactus-Base{background-image:url(spritesmith4.png);background-position:-318px -1577px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-212px -1577px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-106px -1577px;width:105px;height:105px}.Mount_Body_Cactus-Desert{background-image:url(spritesmith4.png);background-position:0 -1577px;width:105px;height:105px}.Mount_Body_Cactus-Golden{background-image:url(spritesmith4.png);background-position:-1625px -1378px;width:105px;height:105px}.Mount_Body_Cactus-Red{background-image:url(spritesmith4.png);background-position:-1625px -1272px;width:105px;height:105px}.Mount_Body_Cactus-Shade{background-image:url(spritesmith4.png);background-position:-1625px -1166px;width:105px;height:105px}.Mount_Body_Cactus-Skeleton{background-image:url(spritesmith4.png);background-position:-1625px -1060px;width:105px;height:105px}.Mount_Body_Cactus-White{background-image:url(spritesmith4.png);background-position:-1625px -954px;width:105px;height:105px}.Mount_Body_Cactus-Zombie{background-image:url(spritesmith4.png);background-position:-1625px -848px;width:105px;height:105px}.Mount_Body_Cuttlefish-Base{background-image:url(spritesmith4.png);background-position:-660px -452px;width:105px;height:114px}.Mount_Body_Cuttlefish-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1462px -924px;width:105px;height:114px}.Mount_Body_Cuttlefish-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1462px -1039px;width:105px;height:114px}.Mount_Body_Cuttlefish-Desert{background-image:url(spritesmith4.png);background-position:-1462px -1269px;width:105px;height:114px}.Mount_Body_Cuttlefish-Golden{background-image:url(spritesmith4.png);background-position:-1462px -809px;width:105px;height:114px}.Mount_Body_Cuttlefish-Red{background-image:url(spritesmith4.png);background-position:-880px -672px;width:105px;height:114px}.Mount_Body_Cuttlefish-Shade{background-image:url(spritesmith4.png);background-position:-600px -1438px;width:105px;height:114px}.Mount_Body_Cuttlefish-Skeleton{background-image:url(spritesmith4.png);background-position:-706px -1438px;width:105px;height:114px}.Mount_Body_Cuttlefish-White{background-image:url(spritesmith4.png);background-position:-1462px -1154px;width:105px;height:114px}.Mount_Body_Cuttlefish-Zombie{background-image:url(spritesmith4.png);background-position:-812px -1438px;width:105px;height:114px}.Mount_Body_Deer-Base{background-image:url(spritesmith4.png);background-position:-1625px -742px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-218px -995px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-848px -1525px;width:105px;height:105px}.Mount_Body_Deer-Desert{background-image:url(spritesmith5.png);background-position:-530px -1525px;width:105px;height:105px}.Mount_Body_Deer-Golden{background-image:url(spritesmith5.png);background-position:-636px -1525px;width:105px;height:105px}.Mount_Body_Deer-Red{background-image:url(spritesmith5.png);background-position:-742px -1525px;width:105px;height:105px}.Mount_Body_Deer-Shade{background-image:url(spritesmith5.png);background-position:-954px -1525px;width:105px;height:105px}.Mount_Body_Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-1060px -1525px;width:105px;height:105px}.Mount_Body_Deer-White{background-image:url(spritesmith5.png);background-position:-1166px -1525px;width:105px;height:105px}.Mount_Body_Deer-Zombie{background-image:url(spritesmith5.png);background-position:-1272px -1525px;width:105px;height:105px}.Mount_Body_Dragon-Base{background-image:url(spritesmith5.png);background-position:-1378px -1525px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1484px -1525px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-636px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Desert{background-image:url(spritesmith5.png);background-position:-742px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Golden{background-image:url(spritesmith5.png);background-position:-848px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Red{background-image:url(spritesmith5.png);background-position:-954px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-1060px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-1166px -1631px;width:105px;height:105px}.Mount_Body_Dragon-White{background-image:url(spritesmith5.png);background-position:-1272px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-1378px -1631px;width:105px;height:105px}.Mount_Body_Egg-Base{background-image:url(spritesmith5.png);background-position:-1484px -1631px;width:105px;height:105px}.Mount_Body_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1590px -1631px;width:105px;height:105px}.Mount_Body_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1590px -1737px;width:105px;height:105px}.Mount_Body_Egg-Desert{background-image:url(spritesmith5.png);background-position:-1696px -1737px;width:105px;height:105px}.Mount_Body_Egg-Golden{background-image:url(spritesmith5.png);background-position:-1846px 0;width:105px;height:105px}.Mount_Body_Egg-Red{background-image:url(spritesmith5.png);background-position:-1846px -106px;width:105px;height:105px}.Mount_Body_Egg-Shade{background-image:url(spritesmith5.png);background-position:-1846px -212px;width:105px;height:105px}.Mount_Body_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-1846px -318px;width:105px;height:105px}.Mount_Body_Egg-White{background-image:url(spritesmith5.png);background-position:-1846px -424px;width:105px;height:105px}.Mount_Body_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-1846px -530px;width:105px;height:105px}.Mount_Body_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-1846px -636px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1846px -742px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2058px -1590px;width:105px;height:105px}.Mount_Body_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-2058px -1908px;width:105px;height:105px}.Mount_Body_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-212px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-318px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-424px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-530px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-636px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-786px 0;width:105px;height:105px}.Mount_Body_Fox-Base{background-image:url(spritesmith5.png);background-position:-786px -106px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-786px -212px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-786px -318px;width:105px;height:105px}.Mount_Body_Fox-Desert{background-image:url(spritesmith5.png);background-position:-786px -424px;width:105px;height:105px}.Mount_Body_Fox-Golden{background-image:url(spritesmith5.png);background-position:-786px -530px;width:105px;height:105px}.Mount_Body_Fox-Red{background-image:url(spritesmith5.png);background-position:-786px -636px;width:105px;height:105px}.Mount_Body_Fox-Shade{background-image:url(spritesmith5.png);background-position:0 -783px;width:105px;height:105px}.Mount_Body_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-106px -783px;width:105px;height:105px}.Mount_Body_Fox-White{background-image:url(spritesmith5.png);background-position:-212px -783px;width:105px;height:105px}.Mount_Body_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-318px -783px;width:105px;height:105px}.Mount_Body_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-424px -783px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-530px -783px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-636px -783px;width:105px;height:105px}.Mount_Body_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-742px -783px;width:105px;height:105px}.Mount_Body_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-892px 0;width:105px;height:105px}.Mount_Body_Gryphon-Red{background-image:url(spritesmith5.png);background-position:-892px -106px;width:105px;height:105px}.Mount_Body_Gryphon-RoyalPurple{background-image:url(spritesmith5.png);background-position:-892px -212px;width:105px;height:105px}.Mount_Body_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-892px -318px;width:105px;height:105px}.Mount_Body_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-892px -424px;width:105px;height:105px}.Mount_Body_Gryphon-White{background-image:url(spritesmith5.png);background-position:-892px -530px;width:105px;height:105px}.Mount_Body_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-892px -636px;width:105px;height:105px}.Mount_Body_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:-892px -742px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -889px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-106px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-212px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-318px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-424px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-530px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-636px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-742px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-848px -889px;width:105px;height:105px}.Mount_Body_LionCub-Base{background-image:url(spritesmith5.png);background-position:-998px 0;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-998px -106px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-998px -212px;width:105px;height:105px}.Mount_Body_LionCub-Desert{background-image:url(spritesmith5.png);background-position:-998px -318px;width:105px;height:105px}.Mount_Body_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-998px -424px;width:105px;height:105px}.Mount_Body_LionCub-Golden{background-image:url(spritesmith5.png);background-position:-998px -530px;width:105px;height:105px}.Mount_Body_LionCub-Red{background-image:url(spritesmith5.png);background-position:-998px -636px;width:105px;height:105px}.Mount_Body_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-998px -742px;width:105px;height:105px}.Mount_Body_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:0 -995px;width:111px;height:105px}.Mount_Body_LionCub-White{background-image:url(spritesmith5.png);background-position:-998px -848px;width:105px;height:105px}.Mount_Body_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-112px -995px;width:105px;height:105px}.Mount_Body_Mammoth-Base{background-image:url(spritesmith5.png);background-position:0 -544px;width:105px;height:123px}.Mount_Body_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:-324px -995px;width:108px;height:105px}.Mount_Body_Octopus-Base{background-image:url(spritesmith5.png);background-position:-433px -995px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-539px -995px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-645px -995px;width:105px;height:105px}.Mount_Body_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-751px -995px;width:105px;height:105px}.Mount_Body_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-857px -995px;width:105px;height:105px}.Mount_Body_Octopus-Red{background-image:url(spritesmith5.png);background-position:-963px -995px;width:105px;height:105px}.Mount_Body_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-1104px 0;width:105px;height:105px}.Mount_Body_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-1104px -106px;width:105px;height:105px}.Mount_Body_Octopus-White{background-image:url(spritesmith5.png);background-position:-1104px -212px;width:105px;height:105px}.Mount_Body_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-1104px -318px;width:105px;height:105px}.Mount_Body_Orca-Base{background-image:url(spritesmith5.png);background-position:-1104px -424px;width:105px;height:105px}.Mount_Body_Owl-Base{background-image:url(spritesmith5.png);background-position:-1104px -530px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1104px -636px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1104px -742px;width:105px;height:105px}.Mount_Body_Owl-Desert{background-image:url(spritesmith5.png);background-position:-1104px -848px;width:105px;height:105px}.Mount_Body_Owl-Golden{background-image:url(spritesmith5.png);background-position:-1104px -954px;width:105px;height:105px}.Mount_Body_Owl-Red{background-image:url(spritesmith5.png);background-position:0 -1101px;width:105px;height:105px}.Mount_Body_Owl-Shade{background-image:url(spritesmith5.png);background-position:-106px -1101px;width:105px;height:105px}.Mount_Body_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -1101px;width:105px;height:105px}.Mount_Body_Owl-White{background-image:url(spritesmith5.png);background-position:-318px -1101px;width:105px;height:105px}.Mount_Body_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-424px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-530px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-636px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-742px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-848px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-954px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-1060px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-1210px 0;width:105px;height:105px}.Mount_Body_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1210px -106px;width:105px;height:105px}.Mount_Body_PandaCub-White{background-image:url(spritesmith5.png);background-position:-1210px -212px;width:105px;height:105px}.Mount_Body_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-1210px -318px;width:105px;height:105px}.Mount_Body_Parrot-Base{background-image:url(spritesmith5.png);background-position:-1210px -424px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1210px -530px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1210px -636px;width:105px;height:105px}.Mount_Body_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-1210px -742px;width:105px;height:105px}.Mount_Body_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-1210px -848px;width:105px;height:105px}.Mount_Body_Parrot-Red{background-image:url(spritesmith5.png);background-position:-1210px -954px;width:105px;height:105px}.Mount_Body_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-1210px -1060px;width:105px;height:105px}.Mount_Body_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:0 -1207px;width:105px;height:105px}.Mount_Body_Parrot-White{background-image:url(spritesmith5.png);background-position:-106px -1207px;width:105px;height:105px}.Mount_Body_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-212px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Base{background-image:url(spritesmith5.png);background-position:-318px -1207px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -1207px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Desert{background-image:url(spritesmith5.png);background-position:-636px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Golden{background-image:url(spritesmith5.png);background-position:-742px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Red{background-image:url(spritesmith5.png);background-position:-848px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Shade{background-image:url(spritesmith5.png);background-position:-954px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Skeleton{background-image:url(spritesmith5.png);background-position:-1060px -1207px;width:105px;height:105px}.Mount_Body_Penguin-White{background-image:url(spritesmith5.png);background-position:-1166px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Zombie{background-image:url(spritesmith5.png);background-position:-1316px 0;width:105px;height:105px}.Mount_Body_Rat-Base{background-image:url(spritesmith5.png);background-position:-1316px -106px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1316px -212px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1316px -318px;width:105px;height:105px}.Mount_Body_Rat-Desert{background-image:url(spritesmith5.png);background-position:-1316px -424px;width:105px;height:105px}.Mount_Body_Rat-Golden{background-image:url(spritesmith5.png);background-position:-1316px -530px;width:105px;height:105px}.Mount_Body_Rat-Red{background-image:url(spritesmith5.png);background-position:-1316px -636px;width:105px;height:105px}.Mount_Body_Rat-Shade{background-image:url(spritesmith5.png);background-position:-1316px -742px;width:105px;height:105px}.Mount_Body_Rat-Skeleton{background-image:url(spritesmith5.png);background-position:-1316px -848px;width:105px;height:105px}.Mount_Body_Rat-White{background-image:url(spritesmith5.png);background-position:-1316px -954px;width:105px;height:105px}.Mount_Body_Rat-Zombie{background-image:url(spritesmith5.png);background-position:-1316px -1060px;width:105px;height:105px}.Mount_Body_Rock-Base{background-image:url(spritesmith5.png);background-position:-1316px -1166px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -1313px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-106px -1313px;width:105px;height:105px}.Mount_Body_Rock-Desert{background-image:url(spritesmith5.png);background-position:-212px -1313px;width:105px;height:105px}.Mount_Body_Rock-Golden{background-image:url(spritesmith5.png);background-position:-318px -1313px;width:105px;height:105px}.Mount_Body_Rock-Red{background-image:url(spritesmith5.png);background-position:-424px -1313px;width:105px;height:105px}.Mount_Body_Rock-Shade{background-image:url(spritesmith5.png);background-position:-530px -1313px;width:105px;height:105px}.Mount_Body_Rock-Skeleton{background-image:url(spritesmith5.png);background-position:-636px -1313px;width:105px;height:105px}.Mount_Body_Rock-White{background-image:url(spritesmith5.png);background-position:-742px -1313px;width:105px;height:105px}.Mount_Body_Rock-Zombie{background-image:url(spritesmith5.png);background-position:-848px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Base{background-image:url(spritesmith5.png);background-position:-954px -1313px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1060px -1313px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1166px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Desert{background-image:url(spritesmith5.png);background-position:-1272px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Golden{background-image:url(spritesmith5.png);background-position:-1422px 0;width:105px;height:105px}.Mount_Body_Rooster-Red{background-image:url(spritesmith5.png);background-position:-1422px -106px;width:105px;height:105px}.Mount_Body_Rooster-Shade{background-image:url(spritesmith5.png);background-position:-1422px -212px;width:105px;height:105px}.Mount_Body_Rooster-Skeleton{background-image:url(spritesmith5.png);background-position:-1422px -318px;width:105px;height:105px}.Mount_Body_Rooster-White{background-image:url(spritesmith5.png);background-position:-1422px -424px;width:105px;height:105px}.Mount_Body_Rooster-Zombie{background-image:url(spritesmith5.png);background-position:-1422px -530px;width:105px;height:105px}.Mount_Body_Seahorse-Base{background-image:url(spritesmith5.png);background-position:-1422px -636px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1422px -742px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1422px -848px;width:105px;height:105px}.Mount_Body_Seahorse-Desert{background-image:url(spritesmith5.png);background-position:-1422px -954px;width:105px;height:105px}.Mount_Body_Seahorse-Golden{background-image:url(spritesmith5.png);background-position:-1422px -1060px;width:105px;height:105px}.Mount_Body_Seahorse-Red{background-image:url(spritesmith5.png);background-position:-1422px -1166px;width:105px;height:105px}.Mount_Body_Seahorse-Shade{background-image:url(spritesmith5.png);background-position:-1422px -1272px;width:105px;height:105px}.Mount_Body_Seahorse-Skeleton{background-image:url(spritesmith5.png);background-position:0 -1419px;width:105px;height:105px}.Mount_Body_Seahorse-White{background-image:url(spritesmith5.png);background-position:-106px -1419px;width:105px;height:105px}.Mount_Body_Seahorse-Zombie{background-image:url(spritesmith5.png);background-position:-212px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Base{background-image:url(spritesmith5.png);background-position:-318px -1419px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -1419px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Desert{background-image:url(spritesmith5.png);background-position:-636px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Golden{background-image:url(spritesmith5.png);background-position:-742px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Red{background-image:url(spritesmith5.png);background-position:-848px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Shade{background-image:url(spritesmith5.png);background-position:-954px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Skeleton{background-image:url(spritesmith5.png);background-position:-1060px -1419px;width:105px;height:105px}.Mount_Body_Sheep-White{background-image:url(spritesmith5.png);background-position:-1166px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Zombie{background-image:url(spritesmith5.png);background-position:-1272px -1419px;width:105px;height:105px}.Mount_Body_Slime-Base{background-image:url(spritesmith5.png);background-position:-1378px -1419px;width:105px;height:105px}.Mount_Body_Slime-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1528px 0;width:105px;height:105px}.Mount_Body_Slime-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1528px -106px;width:105px;height:105px}.Mount_Body_Slime-Desert{background-image:url(spritesmith5.png);background-position:-1528px -212px;width:105px;height:105px}.Mount_Body_Slime-Golden{background-image:url(spritesmith5.png);background-position:-1528px -318px;width:105px;height:105px}.Mount_Body_Slime-Red{background-image:url(spritesmith5.png);background-position:-1528px -424px;width:105px;height:105px}.Mount_Body_Slime-Shade{background-image:url(spritesmith5.png);background-position:-1528px -530px;width:105px;height:105px}.Mount_Body_Slime-Skeleton{background-image:url(spritesmith5.png);background-position:-1528px -636px;width:105px;height:105px}.Mount_Body_Slime-White{background-image:url(spritesmith5.png);background-position:-1528px -742px;width:105px;height:105px}.Mount_Body_Slime-Zombie{background-image:url(spritesmith5.png);background-position:-1528px -848px;width:105px;height:105px}.Mount_Body_Spider-Base{background-image:url(spritesmith5.png);background-position:-1528px -954px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1528px -1060px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1528px -1166px;width:105px;height:105px}.Mount_Body_Spider-Desert{background-image:url(spritesmith5.png);background-position:-1528px -1272px;width:105px;height:105px}.Mount_Body_Spider-Golden{background-image:url(spritesmith5.png);background-position:-1528px -1378px;width:105px;height:105px}.Mount_Body_Spider-Red{background-image:url(spritesmith5.png);background-position:0 -1525px;width:105px;height:105px}.Mount_Body_Spider-Shade{background-image:url(spritesmith5.png);background-position:-106px -1525px;width:105px;height:105px}.Mount_Body_Spider-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -1525px;width:105px;height:105px}.Mount_Body_Spider-White{background-image:url(spritesmith5.png);background-position:-318px -1525px;width:105px;height:105px}.Mount_Body_Spider-Zombie{background-image:url(spritesmith5.png);background-position:-424px -1525px;width:105px;height:105px}.Mount_Body_TRex-Base{background-image:url(spritesmith5.png);background-position:0 -136px;width:135px;height:135px}.Mount_Body_TRex-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Body_TRex-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-272px 0;width:135px;height:135px}.Mount_Body_TRex-Desert{background-image:url(spritesmith5.png);background-position:-136px 0;width:135px;height:135px}.Mount_Body_TRex-Golden{background-image:url(spritesmith5.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Body_TRex-Red{background-image:url(spritesmith5.png);background-position:0 -272px;width:135px;height:135px}.Mount_Body_TRex-Shade{background-image:url(spritesmith5.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Body_TRex-Skeleton{background-image:url(spritesmith5.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Body_TRex-White{background-image:url(spritesmith5.png);background-position:-408px 0;width:135px;height:135px}.Mount_Body_TRex-Zombie{background-image:url(spritesmith5.png);background-position:-408px -136px;width:135px;height:135px}.Mount_Body_TigerCub-Base{background-image:url(spritesmith5.png);background-position:-1634px 0;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1634px -106px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1634px -212px;width:105px;height:105px}.Mount_Body_TigerCub-Desert{background-image:url(spritesmith5.png);background-position:-1634px -318px;width:105px;height:105px}.Mount_Body_TigerCub-Golden{background-image:url(spritesmith5.png);background-position:-1634px -424px;width:105px;height:105px}.Mount_Body_TigerCub-Red{background-image:url(spritesmith5.png);background-position:-1634px -530px;width:105px;height:105px}.Mount_Body_TigerCub-Shade{background-image:url(spritesmith5.png);background-position:-1634px -636px;width:105px;height:105px}.Mount_Body_TigerCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1634px -742px;width:105px;height:105px}.Mount_Body_TigerCub-White{background-image:url(spritesmith5.png);background-position:-1634px -848px;width:105px;height:105px}.Mount_Body_TigerCub-Zombie{background-image:url(spritesmith5.png);background-position:-1634px -954px;width:105px;height:105px}.Mount_Body_Turkey-Base{background-image:url(spritesmith5.png);background-position:-1634px -1060px;width:105px;height:105px}.Mount_Body_Whale-Base{background-image:url(spritesmith5.png);background-position:-1634px -1166px;width:105px;height:105px}.Mount_Body_Whale-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1634px -1272px;width:105px;height:105px}.Mount_Body_Whale-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1634px -1378px;width:105px;height:105px}.Mount_Body_Whale-Desert{background-image:url(spritesmith5.png);background-position:-1634px -1484px;width:105px;height:105px}.Mount_Body_Whale-Golden{background-image:url(spritesmith5.png);background-position:0 -1631px;width:105px;height:105px}.Mount_Body_Whale-Red{background-image:url(spritesmith5.png);background-position:-106px -1631px;width:105px;height:105px}.Mount_Body_Whale-Shade{background-image:url(spritesmith5.png);background-position:-212px -1631px;width:105px;height:105px}.Mount_Body_Whale-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -1631px;width:105px;height:105px}.Mount_Body_Whale-White{background-image:url(spritesmith5.png);background-position:-424px -1631px;width:105px;height:105px}.Mount_Body_Whale-Zombie{background-image:url(spritesmith5.png);background-position:-530px -1631px;width:105px;height:105px}.Mount_Body_Wolf-Base{background-image:url(spritesmith5.png);background-position:-408px -272px;width:135px;height:135px}.Mount_Body_Wolf-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -408px;width:135px;height:135px}.Mount_Body_Wolf-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-136px -408px;width:135px;height:135px}.Mount_Body_Wolf-Desert{background-image:url(spritesmith5.png);background-position:-272px -408px;width:135px;height:135px}.Mount_Body_Wolf-Golden{background-image:url(spritesmith5.png);background-position:-408px -408px;width:135px;height:135px}.Mount_Body_Wolf-Red{background-image:url(spritesmith5.png);background-position:0 0;width:135px;height:135px}.Mount_Body_Wolf-Shade{background-image:url(spritesmith5.png);background-position:-544px -136px;width:135px;height:135px}.Mount_Body_Wolf-Skeleton{background-image:url(spritesmith5.png);background-position:-544px -272px;width:135px;height:135px}.Mount_Body_Wolf-White{background-image:url(spritesmith5.png);background-position:-544px -408px;width:135px;height:135px}.Mount_Body_Wolf-Zombie{background-image:url(spritesmith5.png);background-position:-544px 0;width:135px;height:135px}.Mount_Head_BearCub-Base{background-image:url(spritesmith5.png);background-position:-1740px 0;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1740px -106px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1740px -212px;width:105px;height:105px}.Mount_Head_BearCub-Desert{background-image:url(spritesmith5.png);background-position:-1740px -318px;width:105px;height:105px}.Mount_Head_BearCub-Golden{background-image:url(spritesmith5.png);background-position:-1740px -424px;width:105px;height:105px}.Mount_Head_BearCub-Polar{background-image:url(spritesmith5.png);background-position:-1740px -530px;width:105px;height:105px}.Mount_Head_BearCub-Red{background-image:url(spritesmith5.png);background-position:-1740px -636px;width:105px;height:105px}.Mount_Head_BearCub-Shade{background-image:url(spritesmith5.png);background-position:-1740px -742px;width:105px;height:105px}.Mount_Head_BearCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1740px -848px;width:105px;height:105px}.Mount_Head_BearCub-White{background-image:url(spritesmith5.png);background-position:-1740px -954px;width:105px;height:105px}.Mount_Head_BearCub-Zombie{background-image:url(spritesmith5.png);background-position:-1740px -1060px;width:105px;height:105px}.Mount_Head_Bunny-Base{background-image:url(spritesmith5.png);background-position:-1740px -1166px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1740px -1272px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1740px -1378px;width:105px;height:105px}.Mount_Head_Bunny-Desert{background-image:url(spritesmith5.png);background-position:-1740px -1484px;width:105px;height:105px}.Mount_Head_Bunny-Golden{background-image:url(spritesmith5.png);background-position:-1740px -1590px;width:105px;height:105px}.Mount_Head_Bunny-Red{background-image:url(spritesmith5.png);background-position:0 -1737px;width:105px;height:105px}.Mount_Head_Bunny-Shade{background-image:url(spritesmith5.png);background-position:-106px -1737px;width:105px;height:105px}.Mount_Head_Bunny-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -1737px;width:105px;height:105px}.Mount_Head_Bunny-White{background-image:url(spritesmith5.png);background-position:-318px -1737px;width:105px;height:105px}.Mount_Head_Bunny-Zombie{background-image:url(spritesmith5.png);background-position:-424px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Base{background-image:url(spritesmith5.png);background-position:-530px -1737px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-636px -1737px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-742px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Desert{background-image:url(spritesmith5.png);background-position:-848px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Golden{background-image:url(spritesmith5.png);background-position:-954px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Red{background-image:url(spritesmith5.png);background-position:-1060px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Shade{background-image:url(spritesmith5.png);background-position:-1166px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Skeleton{background-image:url(spritesmith5.png);background-position:-1272px -1737px;width:105px;height:105px}.Mount_Head_Cactus-White{background-image:url(spritesmith5.png);background-position:-1378px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Zombie{background-image:url(spritesmith5.png);background-position:-1484px -1737px;width:105px;height:105px}.Mount_Head_Cuttlefish-Base{background-image:url(spritesmith5.png);background-position:-680px 0;width:105px;height:114px}.Mount_Head_Cuttlefish-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-318px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-680px -115px;width:105px;height:114px}.Mount_Head_Cuttlefish-Desert{background-image:url(spritesmith5.png);background-position:-424px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Golden{background-image:url(spritesmith5.png);background-position:-530px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Red{background-image:url(spritesmith5.png);background-position:0 -668px;width:105px;height:114px}.Mount_Head_Cuttlefish-Shade{background-image:url(spritesmith5.png);background-position:-212px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Skeleton{background-image:url(spritesmith5.png);background-position:-680px -230px;width:105px;height:114px}.Mount_Head_Cuttlefish-White{background-image:url(spritesmith5.png);background-position:-680px -345px;width:105px;height:114px}.Mount_Head_Cuttlefish-Zombie{background-image:url(spritesmith5.png);background-position:-680px -460px;width:105px;height:114px}.Mount_Head_Deer-Base{background-image:url(spritesmith5.png);background-position:-1846px -848px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1846px -954px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1846px -1060px;width:105px;height:105px}.Mount_Head_Deer-Desert{background-image:url(spritesmith5.png);background-position:-1846px -1166px;width:105px;height:105px}.Mount_Head_Deer-Golden{background-image:url(spritesmith5.png);background-position:-1846px -1272px;width:105px;height:105px}.Mount_Head_Deer-Red{background-image:url(spritesmith5.png);background-position:-1846px -1378px;width:105px;height:105px}.Mount_Head_Deer-Shade{background-image:url(spritesmith5.png);background-position:-1846px -1484px;width:105px;height:105px}.Mount_Head_Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-1846px -1590px;width:105px;height:105px}.Mount_Head_Deer-White{background-image:url(spritesmith5.png);background-position:-1846px -1696px;width:105px;height:105px}.Mount_Head_Deer-Zombie{background-image:url(spritesmith5.png);background-position:0 -1843px;width:105px;height:105px}.Mount_Head_Dragon-Base{background-image:url(spritesmith5.png);background-position:-106px -1843px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-212px -1843px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-318px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Desert{background-image:url(spritesmith5.png);background-position:-424px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Golden{background-image:url(spritesmith5.png);background-position:-530px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Red{background-image:url(spritesmith5.png);background-position:-636px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-742px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-848px -1843px;width:105px;height:105px}.Mount_Head_Dragon-White{background-image:url(spritesmith5.png);background-position:-954px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-1060px -1843px;width:105px;height:105px}.Mount_Head_Egg-Base{background-image:url(spritesmith5.png);background-position:-1166px -1843px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1272px -1843px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1378px -1843px;width:105px;height:105px}.Mount_Head_Egg-Desert{background-image:url(spritesmith5.png);background-position:-1484px -1843px;width:105px;height:105px}.Mount_Head_Egg-Golden{background-image:url(spritesmith5.png);background-position:-1590px -1843px;width:105px;height:105px}.Mount_Head_Egg-Red{background-image:url(spritesmith5.png);background-position:-1696px -1843px;width:105px;height:105px}.Mount_Head_Egg-Shade{background-image:url(spritesmith5.png);background-position:-1802px -1843px;width:105px;height:105px}.Mount_Head_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-1952px 0;width:105px;height:105px}.Mount_Head_Egg-White{background-image:url(spritesmith5.png);background-position:-1952px -106px;width:105px;height:105px}.Mount_Head_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-1952px -212px;width:105px;height:105px}.Mount_Head_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-1952px -318px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1952px -424px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1952px -530px;width:105px;height:105px}.Mount_Head_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-1952px -636px;width:105px;height:105px}.Mount_Head_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-1952px -742px;width:105px;height:105px}.Mount_Head_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-1952px -848px;width:105px;height:105px}.Mount_Head_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-1952px -954px;width:105px;height:105px}.Mount_Head_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-1952px -1060px;width:105px;height:105px}.Mount_Head_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-1952px -1166px;width:105px;height:105px}.Mount_Head_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-1952px -1272px;width:105px;height:105px}.Mount_Head_Fox-Base{background-image:url(spritesmith5.png);background-position:-1952px -1378px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1952px -1484px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1952px -1590px;width:105px;height:105px}.Mount_Head_Fox-Desert{background-image:url(spritesmith5.png);background-position:-1952px -1696px;width:105px;height:105px}.Mount_Head_Fox-Golden{background-image:url(spritesmith5.png);background-position:-1952px -1802px;width:105px;height:105px}.Mount_Head_Fox-Red{background-image:url(spritesmith5.png);background-position:0 -1949px;width:105px;height:105px}.Mount_Head_Fox-Shade{background-image:url(spritesmith5.png);background-position:-106px -1949px;width:105px;height:105px}.Mount_Head_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -1949px;width:105px;height:105px}.Mount_Head_Fox-White{background-image:url(spritesmith5.png);background-position:-318px -1949px;width:105px;height:105px}.Mount_Head_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-424px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-530px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-636px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-742px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-848px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-954px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Red{background-image:url(spritesmith5.png);background-position:-1060px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-RoyalPurple{background-image:url(spritesmith5.png);background-position:-1166px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-1272px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-1378px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-White{background-image:url(spritesmith5.png);background-position:-1484px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-1590px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:-1696px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1802px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1908px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-2058px 0;width:105px;height:105px}.Mount_Head_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-2058px -106px;width:105px;height:105px}.Mount_Head_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-2058px -212px;width:105px;height:105px}.Mount_Head_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-2058px -318px;width:105px;height:105px}.Mount_Head_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-2058px -424px;width:105px;height:105px}.Mount_Head_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-2058px -530px;width:105px;height:105px}.Mount_Head_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-2058px -636px;width:105px;height:105px}.Mount_Head_LionCub-Base{background-image:url(spritesmith5.png);background-position:-2058px -742px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2058px -848px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2058px -954px;width:105px;height:105px}.Mount_Head_LionCub-Desert{background-image:url(spritesmith5.png);background-position:-2058px -1060px;width:105px;height:105px}.Mount_Head_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-2058px -1166px;width:105px;height:105px}.Mount_Head_LionCub-Golden{background-image:url(spritesmith5.png);background-position:-2058px -1272px;width:105px;height:105px}.Mount_Head_LionCub-Red{background-image:url(spritesmith5.png);background-position:-2058px -1378px;width:105px;height:105px}.Mount_Head_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-2058px -1484px;width:105px;height:105px}.Mount_Head_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:-106px -668px;width:105px;height:110px}.Mount_Head_LionCub-White{background-image:url(spritesmith5.png);background-position:-2058px -1696px;width:105px;height:105px}.Mount_Head_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-2058px -1802px;width:105px;height:105px}.Mount_Head_Mammoth-Base{background-image:url(spritesmith5.png);background-position:-106px -544px;width:105px;height:123px}.Mount_Head_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:0 -2055px;width:108px;height:105px}.Mount_Head_Octopus-Base{background-image:url(spritesmith5.png);background-position:-109px -2055px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-215px -2055px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-321px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-427px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-533px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Red{background-image:url(spritesmith5.png);background-position:-639px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-745px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-851px -2055px;width:105px;height:105px}.Mount_Head_Octopus-White{background-image:url(spritesmith5.png);background-position:-957px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-1063px -2055px;width:105px;height:105px}.Mount_Head_Orca-Base{background-image:url(spritesmith5.png);background-position:-1169px -2055px;width:105px;height:105px}.Mount_Head_Owl-Base{background-image:url(spritesmith5.png);background-position:-1275px -2055px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1381px -2055px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1487px -2055px;width:105px;height:105px}.Mount_Head_Owl-Desert{background-image:url(spritesmith5.png);background-position:-1593px -2055px;width:105px;height:105px}.Mount_Head_Owl-Golden{background-image:url(spritesmith5.png);background-position:-1699px -2055px;width:105px;height:105px}.Mount_Head_Owl-Red{background-image:url(spritesmith5.png);background-position:-1805px -2055px;width:105px;height:105px}.Mount_Head_Owl-Shade{background-image:url(spritesmith5.png);background-position:-1911px -2055px;width:105px;height:105px}.Mount_Head_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-2017px -2055px;width:105px;height:105px}.Mount_Head_Owl-White{background-image:url(spritesmith5.png);background-position:-2164px 0;width:105px;height:105px}.Mount_Head_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-2164px -106px;width:105px;height:105px}.Mount_Head_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-2164px -212px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2164px -318px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2164px -424px;width:105px;height:105px}.Mount_Head_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-2164px -530px;width:105px;height:105px}.Mount_Head_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-2164px -636px;width:105px;height:105px}.Mount_Head_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-2164px -742px;width:105px;height:105px}.Mount_Head_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-2164px -848px;width:105px;height:105px}.Mount_Head_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-2164px -954px;width:105px;height:105px}.Mount_Head_PandaCub-White{background-image:url(spritesmith5.png);background-position:-2164px -1060px;width:105px;height:105px}.Mount_Head_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-2164px -1166px;width:105px;height:105px}.Mount_Head_Parrot-Base{background-image:url(spritesmith5.png);background-position:-2164px -1272px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2164px -1378px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2164px -1484px;width:105px;height:105px}.Mount_Head_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-2164px -1590px;width:105px;height:105px}.Mount_Head_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-2164px -1696px;width:105px;height:105px}.Mount_Head_Parrot-Red{background-image:url(spritesmith5.png);background-position:-2164px -1802px;width:105px;height:105px}.Mount_Head_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-2164px -1908px;width:105px;height:105px}.Mount_Head_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-2164px -2014px;width:105px;height:105px}.Mount_Head_Parrot-White{background-image:url(spritesmith5.png);background-position:0 -2161px;width:105px;height:105px}.Mount_Head_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-106px -2161px;width:105px;height:105px}.Mount_Head_Penguin-Base{background-image:url(spritesmith5.png);background-position:-212px -2161px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-318px -2161px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-424px -2161px;width:105px;height:105px}.Mount_Head_Penguin-Desert{background-image:url(spritesmith5.png);background-position:-530px -2161px;width:105px;height:105px}.Mount_Head_Penguin-Golden{background-image:url(spritesmith6.png);background-position:-998px -424px;width:105px;height:105px}.Mount_Head_Penguin-Red{background-image:url(spritesmith6.png);background-position:-1210px -530px;width:105px;height:105px}.Mount_Head_Penguin-Shade{background-image:url(spritesmith6.png);background-position:-892px -424px;width:105px;height:105px}.Mount_Head_Penguin-Skeleton{background-image:url(spritesmith6.png);background-position:-998px -530px;width:105px;height:105px}.Mount_Head_Penguin-White{background-image:url(spritesmith6.png);background-position:-998px -636px;width:105px;height:105px}.Mount_Head_Penguin-Zombie{background-image:url(spritesmith6.png);background-position:-998px -742px;width:105px;height:105px}.Mount_Head_Rat-Base{background-image:url(spritesmith6.png);background-position:-998px -848px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -968px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-106px -968px;width:105px;height:105px}.Mount_Head_Rat-Desert{background-image:url(spritesmith6.png);background-position:-212px -968px;width:105px;height:105px}.Mount_Head_Rat-Golden{background-image:url(spritesmith6.png);background-position:-318px -968px;width:105px;height:105px}.Mount_Head_Rat-Red{background-image:url(spritesmith6.png);background-position:-424px -968px;width:105px;height:105px}.Mount_Head_Rat-Shade{background-image:url(spritesmith6.png);background-position:-636px -1074px;width:105px;height:105px}.Mount_Head_Rat-Skeleton{background-image:url(spritesmith6.png);background-position:-742px -1074px;width:105px;height:105px}.Mount_Head_Rat-White{background-image:url(spritesmith6.png);background-position:-848px -1074px;width:105px;height:105px}.Mount_Head_Rat-Zombie{background-image:url(spritesmith6.png);background-position:-954px -1074px;width:105px;height:105px}.Mount_Head_Rock-Base{background-image:url(spritesmith6.png);background-position:-1060px -1074px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1210px 0;width:105px;height:105px}.Mount_Head_Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1210px -106px;width:105px;height:105px}.Mount_Head_Rock-Desert{background-image:url(spritesmith6.png);background-position:-1210px -212px;width:105px;height:105px}.Mount_Head_Rock-Golden{background-image:url(spritesmith6.png);background-position:-1210px -318px;width:105px;height:105px}.Mount_Head_Rock-Red{background-image:url(spritesmith6.png);background-position:-1210px -424px;width:105px;height:105px}.Mount_Head_Rock-Shade{background-image:url(spritesmith6.png);background-position:-106px -544px;width:105px;height:105px}.Mount_Head_Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-212px -544px;width:105px;height:105px}.Mount_Head_Rock-White{background-image:url(spritesmith6.png);background-position:-318px -544px;width:105px;height:105px}.Mount_Head_Rock-Zombie{background-image:url(spritesmith6.png);background-position:-424px -544px;width:105px;height:105px}.Mount_Head_Rooster-Base{background-image:url(spritesmith6.png);background-position:-530px -544px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-680px 0;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-680px -106px;width:105px;height:105px}.Mount_Head_Rooster-Desert{background-image:url(spritesmith6.png);background-position:-680px -212px;width:105px;height:105px}.Mount_Head_Rooster-Golden{background-image:url(spritesmith6.png);background-position:-680px -318px;width:105px;height:105px}.Mount_Head_Rooster-Red{background-image:url(spritesmith6.png);background-position:-680px -424px;width:105px;height:105px}.Mount_Head_Rooster-Shade{background-image:url(spritesmith6.png);background-position:-680px -530px;width:105px;height:105px}.Mount_Head_Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:0 -650px;width:105px;height:105px}.Mount_Head_Rooster-White{background-image:url(spritesmith6.png);background-position:-106px -650px;width:105px;height:105px}.Mount_Head_Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-212px -650px;width:105px;height:105px}.Mount_Head_Seahorse-Base{background-image:url(spritesmith6.png);background-position:-318px -650px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-424px -650px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-530px -650px;width:105px;height:105px}.Mount_Head_Seahorse-Desert{background-image:url(spritesmith6.png);background-position:-636px -650px;width:105px;height:105px}.Mount_Head_Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-786px 0;width:105px;height:105px}.Mount_Head_Seahorse-Red{background-image:url(spritesmith6.png);background-position:-786px -106px;width:105px;height:105px}.Mount_Head_Seahorse-Shade{background-image:url(spritesmith6.png);background-position:-786px -212px;width:105px;height:105px}.Mount_Head_Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-786px -318px;width:105px;height:105px}.Mount_Head_Seahorse-White{background-image:url(spritesmith6.png);background-position:-786px -424px;width:105px;height:105px}.Mount_Head_Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-786px -530px;width:105px;height:105px}.Mount_Head_Sheep-Base{background-image:url(spritesmith6.png);background-position:-786px -636px;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -756px;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-106px -756px;width:105px;height:105px}.Mount_Head_Sheep-Desert{background-image:url(spritesmith6.png);background-position:-212px -756px;width:105px;height:105px}.Mount_Head_Sheep-Golden{background-image:url(spritesmith6.png);background-position:-318px -756px;width:105px;height:105px}.Mount_Head_Sheep-Red{background-image:url(spritesmith6.png);background-position:-424px -756px;width:105px;height:105px}.Mount_Head_Sheep-Shade{background-image:url(spritesmith6.png);background-position:-530px -756px;width:105px;height:105px}.Mount_Head_Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:-636px -756px;width:105px;height:105px}.Mount_Head_Sheep-White{background-image:url(spritesmith6.png);background-position:-742px -756px;width:105px;height:105px}.Mount_Head_Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-892px 0;width:105px;height:105px}.Mount_Head_Slime-Base{background-image:url(spritesmith6.png);background-position:-892px -106px;width:105px;height:105px}.Mount_Head_Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-892px -212px;width:105px;height:105px}.Mount_Head_Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-892px -318px;width:105px;height:105px}.Mount_Head_Slime-Desert{background-image:url(spritesmith6.png);background-position:0 -544px;width:105px;height:105px}.Mount_Head_Slime-Golden{background-image:url(spritesmith6.png);background-position:-892px -530px;width:105px;height:105px}.Mount_Head_Slime-Red{background-image:url(spritesmith6.png);background-position:-892px -636px;width:105px;height:105px}.Mount_Head_Slime-Shade{background-image:url(spritesmith6.png);background-position:-892px -742px;width:105px;height:105px}.Mount_Head_Slime-Skeleton{background-image:url(spritesmith6.png);background-position:0 -862px;width:105px;height:105px}.Mount_Head_Slime-White{background-image:url(spritesmith6.png);background-position:-106px -862px;width:105px;height:105px}.Mount_Head_Slime-Zombie{background-image:url(spritesmith6.png);background-position:-212px -862px;width:105px;height:105px}.Mount_Head_Spider-Base{background-image:url(spritesmith6.png);background-position:-318px -862px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-424px -862px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-530px -862px;width:105px;height:105px}.Mount_Head_Spider-Desert{background-image:url(spritesmith6.png);background-position:-636px -862px;width:105px;height:105px}.Mount_Head_Spider-Golden{background-image:url(spritesmith6.png);background-position:-742px -862px;width:105px;height:105px}.Mount_Head_Spider-Red{background-image:url(spritesmith6.png);background-position:-848px -862px;width:105px;height:105px}.Mount_Head_Spider-Shade{background-image:url(spritesmith6.png);background-position:-998px 0;width:105px;height:105px}.Mount_Head_Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-998px -106px;width:105px;height:105px}.Mount_Head_Spider-White{background-image:url(spritesmith6.png);background-position:-998px -212px;width:105px;height:105px}.Mount_Head_Spider-Zombie{background-image:url(spritesmith6.png);background-position:-998px -318px;width:105px;height:105px}.Mount_Head_TRex-Base{background-image:url(spritesmith6.png);background-position:-408px -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Head_TRex-Desert{background-image:url(spritesmith6.png);background-position:-272px 0;width:135px;height:135px}.Mount_Head_TRex-Golden{background-image:url(spritesmith6.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Head_TRex-Red{background-image:url(spritesmith6.png);background-position:0 -272px;width:135px;height:135px}.Mount_Head_TRex-Shade{background-image:url(spritesmith6.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Head_TRex-Skeleton{background-image:url(spritesmith6.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Head_TRex-White{background-image:url(spritesmith6.png);background-position:-408px 0;width:135px;height:135px}.Mount_Head_TRex-Zombie{background-image:url(spritesmith6.png);background-position:0 0;width:135px;height:135px}.Mount_Head_TigerCub-Base{background-image:url(spritesmith6.png);background-position:-530px -968px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-636px -968px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-742px -968px;width:105px;height:105px}.Mount_Head_TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-848px -968px;width:105px;height:105px}.Mount_Head_TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-954px -968px;width:105px;height:105px}.Mount_Head_TigerCub-Red{background-image:url(spritesmith6.png);background-position:-1104px 0;width:105px;height:105px}.Mount_Head_TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-1104px -106px;width:105px;height:105px}.Mount_Head_TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1104px -212px;width:105px;height:105px}.Mount_Head_TigerCub-White{background-image:url(spritesmith6.png);background-position:-1104px -318px;width:105px;height:105px}.Mount_Head_TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-1104px -424px;width:105px;height:105px}.Mount_Head_Turkey-Base{background-image:url(spritesmith6.png);background-position:-1104px -530px;width:105px;height:105px}.Mount_Head_Whale-Base{background-image:url(spritesmith6.png);background-position:-1104px -636px;width:105px;height:105px}.Mount_Head_Whale-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1104px -742px;width:105px;height:105px}.Mount_Head_Whale-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1104px -848px;width:105px;height:105px}.Mount_Head_Whale-Desert{background-image:url(spritesmith6.png);background-position:-1104px -954px;width:105px;height:105px}.Mount_Head_Whale-Golden{background-image:url(spritesmith6.png);background-position:0 -1074px;width:105px;height:105px}.Mount_Head_Whale-Red{background-image:url(spritesmith6.png);background-position:-106px -1074px;width:105px;height:105px}.Mount_Head_Whale-Shade{background-image:url(spritesmith6.png);background-position:-212px -1074px;width:105px;height:105px}.Mount_Head_Whale-Skeleton{background-image:url(spritesmith6.png);background-position:-318px -1074px;width:105px;height:105px}.Mount_Head_Whale-White{background-image:url(spritesmith6.png);background-position:-424px -1074px;width:105px;height:105px}.Mount_Head_Whale-Zombie{background-image:url(spritesmith6.png);background-position:-530px -1074px;width:105px;height:105px}.Mount_Head_Wolf-Base{background-image:url(spritesmith6.png);background-position:-408px -272px;width:135px;height:135px}.Mount_Head_Wolf-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -408px;width:135px;height:135px}.Mount_Head_Wolf-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-136px -408px;width:135px;height:135px}.Mount_Head_Wolf-Desert{background-image:url(spritesmith6.png);background-position:-272px -408px;width:135px;height:135px}.Mount_Head_Wolf-Golden{background-image:url(spritesmith6.png);background-position:-408px -408px;width:135px;height:135px}.Mount_Head_Wolf-Red{background-image:url(spritesmith6.png);background-position:-544px 0;width:135px;height:135px}.Mount_Head_Wolf-Shade{background-image:url(spritesmith6.png);background-position:-544px -136px;width:135px;height:135px}.Mount_Head_Wolf-Skeleton{background-image:url(spritesmith6.png);background-position:-544px -272px;width:135px;height:135px}.Mount_Head_Wolf-White{background-image:url(spritesmith6.png);background-position:-544px -408px;width:135px;height:135px}.Mount_Head_Wolf-Zombie{background-image:url(spritesmith6.png);background-position:-136px 0;width:135px;height:135px}.Pet-BearCub-Base{background-image:url(spritesmith6.png);background-position:-1210px -636px;width:81px;height:99px}.Pet-BearCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1210px -736px;width:81px;height:99px}.Pet-BearCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1210px -836px;width:81px;height:99px}.Pet-BearCub-Desert{background-image:url(spritesmith6.png);background-position:-1210px -936px;width:81px;height:99px}.Pet-BearCub-Golden{background-image:url(spritesmith6.png);background-position:-1210px -1036px;width:81px;height:99px}.Pet-BearCub-Polar{background-image:url(spritesmith6.png);background-position:0 -1180px;width:81px;height:99px}.Pet-BearCub-Red{background-image:url(spritesmith6.png);background-position:-82px -1180px;width:81px;height:99px}.Pet-BearCub-Shade{background-image:url(spritesmith6.png);background-position:-164px -1180px;width:81px;height:99px}.Pet-BearCub-Skeleton{background-image:url(spritesmith6.png);background-position:-246px -1180px;width:81px;height:99px}.Pet-BearCub-White{background-image:url(spritesmith6.png);background-position:-328px -1180px;width:81px;height:99px}.Pet-BearCub-Zombie{background-image:url(spritesmith6.png);background-position:-410px -1180px;width:81px;height:99px}.Pet-Bunny-Base{background-image:url(spritesmith6.png);background-position:-492px -1180px;width:81px;height:99px}.Pet-Bunny-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-574px -1180px;width:81px;height:99px}.Pet-Bunny-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-656px -1180px;width:81px;height:99px}.Pet-Bunny-Desert{background-image:url(spritesmith6.png);background-position:-738px -1180px;width:81px;height:99px}.Pet-Bunny-Golden{background-image:url(spritesmith6.png);background-position:-820px -1180px;width:81px;height:99px}.Pet-Bunny-Red{background-image:url(spritesmith6.png);background-position:-902px -1180px;width:81px;height:99px}.Pet-Bunny-Shade{background-image:url(spritesmith6.png);background-position:-984px -1180px;width:81px;height:99px}.Pet-Bunny-Skeleton{background-image:url(spritesmith6.png);background-position:-1066px -1180px;width:81px;height:99px}.Pet-Bunny-White{background-image:url(spritesmith6.png);background-position:-1148px -1180px;width:81px;height:99px}.Pet-Bunny-Zombie{background-image:url(spritesmith6.png);background-position:-1230px -1180px;width:81px;height:99px}.Pet-Cactus-Base{background-image:url(spritesmith6.png);background-position:-1316px 0;width:81px;height:99px}.Pet-Cactus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1316px -100px;width:81px;height:99px}.Pet-Cactus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1316px -200px;width:81px;height:99px}.Pet-Cactus-Desert{background-image:url(spritesmith6.png);background-position:-1316px -300px;width:81px;height:99px}.Pet-Cactus-Golden{background-image:url(spritesmith6.png);background-position:-1316px -400px;width:81px;height:99px}.Pet-Cactus-Red{background-image:url(spritesmith6.png);background-position:-1316px -500px;width:81px;height:99px}.Pet-Cactus-Shade{background-image:url(spritesmith6.png);background-position:-1316px -600px;width:81px;height:99px}.Pet-Cactus-Skeleton{background-image:url(spritesmith6.png);background-position:-1316px -700px;width:81px;height:99px}.Pet-Cactus-White{background-image:url(spritesmith6.png);background-position:-1316px -800px;width:81px;height:99px}.Pet-Cactus-Zombie{background-image:url(spritesmith6.png);background-position:-1316px -900px;width:81px;height:99px}.Pet-Cuttlefish-Base{background-image:url(spritesmith6.png);background-position:-1316px -1000px;width:81px;height:99px}.Pet-Cuttlefish-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1316px -1100px;width:81px;height:99px}.Pet-Cuttlefish-CottonCandyPink{background-image:url(spritesmith6.png);background-position:0 -1280px;width:81px;height:99px}.Pet-Cuttlefish-Desert{background-image:url(spritesmith6.png);background-position:-82px -1280px;width:81px;height:99px}.Pet-Cuttlefish-Golden{background-image:url(spritesmith6.png);background-position:-164px -1280px;width:81px;height:99px}.Pet-Cuttlefish-Red{background-image:url(spritesmith6.png);background-position:-246px -1280px;width:81px;height:99px}.Pet-Cuttlefish-Shade{background-image:url(spritesmith6.png);background-position:-328px -1280px;width:81px;height:99px}.Pet-Cuttlefish-Skeleton{background-image:url(spritesmith6.png);background-position:-410px -1280px;width:81px;height:99px}.Pet-Cuttlefish-White{background-image:url(spritesmith6.png);background-position:-492px -1280px;width:81px;height:99px}.Pet-Cuttlefish-Zombie{background-image:url(spritesmith6.png);background-position:-574px -1280px;width:81px;height:99px}.Pet-Deer-Base{background-image:url(spritesmith6.png);background-position:-656px -1280px;width:81px;height:99px}.Pet-Deer-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-738px -1280px;width:81px;height:99px}.Pet-Deer-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-820px -1280px;width:81px;height:99px}.Pet-Deer-Desert{background-image:url(spritesmith6.png);background-position:-902px -1280px;width:81px;height:99px}.Pet-Deer-Golden{background-image:url(spritesmith6.png);background-position:-984px -1280px;width:81px;height:99px}.Pet-Deer-Red{background-image:url(spritesmith6.png);background-position:-1066px -1280px;width:81px;height:99px}.Pet-Deer-Shade{background-image:url(spritesmith6.png);background-position:-1148px -1280px;width:81px;height:99px}.Pet-Deer-Skeleton{background-image:url(spritesmith6.png);background-position:-1230px -1280px;width:81px;height:99px}.Pet-Deer-White{background-image:url(spritesmith6.png);background-position:-1312px -1280px;width:81px;height:99px}.Pet-Deer-Zombie{background-image:url(spritesmith6.png);background-position:-1398px 0;width:81px;height:99px}.Pet-Dragon-Base{background-image:url(spritesmith6.png);background-position:-1398px -100px;width:81px;height:99px}.Pet-Dragon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1398px -200px;width:81px;height:99px}.Pet-Dragon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1398px -300px;width:81px;height:99px}.Pet-Dragon-Desert{background-image:url(spritesmith6.png);background-position:-1398px -400px;width:81px;height:99px}.Pet-Dragon-Golden{background-image:url(spritesmith6.png);background-position:-1398px -500px;width:81px;height:99px}.Pet-Dragon-Hydra{background-image:url(spritesmith6.png);background-position:-1398px -600px;width:81px;height:99px}.Pet-Dragon-Red{background-image:url(spritesmith6.png);background-position:-1398px -700px;width:81px;height:99px}.Pet-Dragon-Shade{background-image:url(spritesmith6.png);background-position:-1398px -800px;width:81px;height:99px}.Pet-Dragon-Skeleton{background-image:url(spritesmith6.png);background-position:-1398px -900px;width:81px;height:99px}.Pet-Dragon-White{background-image:url(spritesmith6.png);background-position:-1398px -1000px;width:81px;height:99px}.Pet-Dragon-Zombie{background-image:url(spritesmith6.png);background-position:-1398px -1100px;width:81px;height:99px}.Pet-Egg-Base{background-image:url(spritesmith6.png);background-position:-1398px -1200px;width:81px;height:99px}.Pet-Egg-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -1380px;width:81px;height:99px}.Pet-Egg-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-82px -1380px;width:81px;height:99px}.Pet-Egg-Desert{background-image:url(spritesmith6.png);background-position:-164px -1380px;width:81px;height:99px}.Pet-Egg-Golden{background-image:url(spritesmith6.png);background-position:-246px -1380px;width:81px;height:99px}.Pet-Egg-Red{background-image:url(spritesmith6.png);background-position:-328px -1380px;width:81px;height:99px}.Pet-Egg-Shade{background-image:url(spritesmith6.png);background-position:-410px -1380px;width:81px;height:99px}.Pet-Egg-Skeleton{background-image:url(spritesmith6.png);background-position:-492px -1380px;width:81px;height:99px}.Pet-Egg-White{background-image:url(spritesmith6.png);background-position:-574px -1380px;width:81px;height:99px}.Pet-Egg-Zombie{background-image:url(spritesmith6.png);background-position:-656px -1380px;width:81px;height:99px}.Pet-FlyingPig-Base{background-image:url(spritesmith6.png);background-position:-738px -1380px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-820px -1380px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-902px -1380px;width:81px;height:99px}.Pet-FlyingPig-Desert{background-image:url(spritesmith6.png);background-position:-984px -1380px;width:81px;height:99px}.Pet-FlyingPig-Golden{background-image:url(spritesmith6.png);background-position:-1066px -1380px;width:81px;height:99px}.Pet-FlyingPig-Red{background-image:url(spritesmith6.png);background-position:-1148px -1380px;width:81px;height:99px}.Pet-FlyingPig-Shade{background-image:url(spritesmith6.png);background-position:-1230px -1380px;width:81px;height:99px}.Pet-FlyingPig-Skeleton{background-image:url(spritesmith6.png);background-position:-1312px -1380px;width:81px;height:99px}.Pet-FlyingPig-White{background-image:url(spritesmith6.png);background-position:-1394px -1380px;width:81px;height:99px}.Pet-FlyingPig-Zombie{background-image:url(spritesmith6.png);background-position:-1480px 0;width:81px;height:99px}.Pet-Fox-Base{background-image:url(spritesmith6.png);background-position:-1480px -100px;width:81px;height:99px}.Pet-Fox-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1480px -200px;width:81px;height:99px}.Pet-Fox-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1480px -300px;width:81px;height:99px}.Pet-Fox-Desert{background-image:url(spritesmith6.png);background-position:-1480px -400px;width:81px;height:99px}.Pet-Fox-Golden{background-image:url(spritesmith6.png);background-position:-1480px -500px;width:81px;height:99px}.Pet-Fox-Red{background-image:url(spritesmith6.png);background-position:-1480px -600px;width:81px;height:99px}.Pet-Fox-Shade{background-image:url(spritesmith6.png);background-position:-1480px -700px;width:81px;height:99px}.Pet-Fox-Skeleton{background-image:url(spritesmith6.png);background-position:-1480px -800px;width:81px;height:99px}.Pet-Fox-White{background-image:url(spritesmith6.png);background-position:-1480px -900px;width:81px;height:99px}.Pet-Fox-Zombie{background-image:url(spritesmith6.png);background-position:-1480px -1000px;width:81px;height:99px}.Pet-Gryphon-Base{background-image:url(spritesmith6.png);background-position:-1480px -1100px;width:81px;height:99px}.Pet-Gryphon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1480px -1200px;width:81px;height:99px}.Pet-Gryphon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1480px -1300px;width:81px;height:99px}.Pet-Gryphon-Desert{background-image:url(spritesmith6.png);background-position:-1562px 0;width:81px;height:99px}.Pet-Gryphon-Golden{background-image:url(spritesmith6.png);background-position:-1562px -100px;width:81px;height:99px}.Pet-Gryphon-Red{background-image:url(spritesmith6.png);background-position:-1562px -200px;width:81px;height:99px}.Pet-Gryphon-Shade{background-image:url(spritesmith6.png);background-position:-1562px -300px;width:81px;height:99px}.Pet-Gryphon-Skeleton{background-image:url(spritesmith6.png);background-position:-1562px -400px;width:81px;height:99px}.Pet-Gryphon-White{background-image:url(spritesmith6.png);background-position:-1562px -500px;width:81px;height:99px}.Pet-Gryphon-Zombie{background-image:url(spritesmith6.png);background-position:-1562px -600px;width:81px;height:99px}.Pet-Hedgehog-Base{background-image:url(spritesmith6.png);background-position:-1562px -700px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1562px -800px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1562px -900px;width:81px;height:99px}.Pet-Hedgehog-Desert{background-image:url(spritesmith6.png);background-position:-1562px -1000px;width:81px;height:99px}.Pet-Hedgehog-Golden{background-image:url(spritesmith6.png);background-position:-1562px -1100px;width:81px;height:99px}.Pet-Hedgehog-Red{background-image:url(spritesmith6.png);background-position:-1562px -1200px;width:81px;height:99px}.Pet-Hedgehog-Shade{background-image:url(spritesmith6.png);background-position:-1562px -1300px;width:81px;height:99px}.Pet-Hedgehog-Skeleton{background-image:url(spritesmith6.png);background-position:0 -1480px;width:81px;height:99px}.Pet-Hedgehog-White{background-image:url(spritesmith6.png);background-position:-82px -1480px;width:81px;height:99px}.Pet-Hedgehog-Zombie{background-image:url(spritesmith6.png);background-position:-164px -1480px;width:81px;height:99px}.Pet-JackOLantern-Base{background-image:url(spritesmith6.png);background-position:-246px -1480px;width:81px;height:99px}.Pet-LionCub-Base{background-image:url(spritesmith6.png);background-position:-328px -1480px;width:81px;height:99px}.Pet-LionCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-410px -1480px;width:81px;height:99px}.Pet-LionCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-492px -1480px;width:81px;height:99px}.Pet-LionCub-Desert{background-image:url(spritesmith6.png);background-position:-574px -1480px;width:81px;height:99px}.Pet-LionCub-Golden{background-image:url(spritesmith6.png);background-position:-656px -1480px;width:81px;height:99px}.Pet-LionCub-Red{background-image:url(spritesmith6.png);background-position:-738px -1480px;width:81px;height:99px}.Pet-LionCub-Shade{background-image:url(spritesmith6.png);background-position:-820px -1480px;width:81px;height:99px}.Pet-LionCub-Skeleton{background-image:url(spritesmith6.png);background-position:-902px -1480px;width:81px;height:99px}.Pet-LionCub-White{background-image:url(spritesmith6.png);background-position:-984px -1480px;width:81px;height:99px}.Pet-LionCub-Zombie{background-image:url(spritesmith6.png);background-position:-1066px -1480px;width:81px;height:99px}.Pet-Mammoth-Base{background-image:url(spritesmith6.png);background-position:-1148px -1480px;width:81px;height:99px}.Pet-MantisShrimp-Base{background-image:url(spritesmith6.png);background-position:-1230px -1480px;width:81px;height:99px}.Pet-Octopus-Base{background-image:url(spritesmith6.png);background-position:-1312px -1480px;width:81px;height:99px}.Pet-Octopus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1394px -1480px;width:81px;height:99px}.Pet-Octopus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1476px -1480px;width:81px;height:99px}.Pet-Octopus-Desert{background-image:url(spritesmith6.png);background-position:-1558px -1480px;width:81px;height:99px}.Pet-Octopus-Golden{background-image:url(spritesmith6.png);background-position:-1644px 0;width:81px;height:99px}.Pet-Octopus-Red{background-image:url(spritesmith6.png);background-position:-1644px -100px;width:81px;height:99px}.Pet-Octopus-Shade{background-image:url(spritesmith6.png);background-position:-1644px -200px;width:81px;height:99px}.Pet-Octopus-Skeleton{background-image:url(spritesmith6.png);background-position:-1644px -300px;width:81px;height:99px}.Pet-Octopus-White{background-image:url(spritesmith6.png);background-position:-1644px -400px;width:81px;height:99px}.Pet-Octopus-Zombie{background-image:url(spritesmith6.png);background-position:-1644px -500px;width:81px;height:99px}.Pet-Owl-Base{background-image:url(spritesmith6.png);background-position:-1644px -600px;width:81px;height:99px}.Pet-Owl-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1644px -700px;width:81px;height:99px}.Pet-Owl-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1644px -800px;width:81px;height:99px}.Pet-Owl-Desert{background-image:url(spritesmith6.png);background-position:-1644px -900px;width:81px;height:99px}.Pet-Owl-Golden{background-image:url(spritesmith6.png);background-position:-1644px -1000px;width:81px;height:99px}.Pet-Owl-Red{background-image:url(spritesmith6.png);background-position:-1644px -1100px;width:81px;height:99px}.Pet-Owl-Shade{background-image:url(spritesmith6.png);background-position:-1644px -1200px;width:81px;height:99px}.Pet-Owl-Skeleton{background-image:url(spritesmith6.png);background-position:-1644px -1300px;width:81px;height:99px}.Pet-Owl-White{background-image:url(spritesmith6.png);background-position:-1644px -1400px;width:81px;height:99px}.Pet-Owl-Zombie{background-image:url(spritesmith6.png);background-position:0 -1580px;width:81px;height:99px}.Pet-PandaCub-Base{background-image:url(spritesmith6.png);background-position:-82px -1580px;width:81px;height:99px}.Pet-PandaCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-164px -1580px;width:81px;height:99px}.Pet-PandaCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-246px -1580px;width:81px;height:99px}.Pet-PandaCub-Desert{background-image:url(spritesmith6.png);background-position:-328px -1580px;width:81px;height:99px}.Pet-PandaCub-Golden{background-image:url(spritesmith6.png);background-position:-410px -1580px;width:81px;height:99px}.Pet-PandaCub-Red{background-image:url(spritesmith6.png);background-position:-492px -1580px;width:81px;height:99px}.Pet-PandaCub-Shade{background-image:url(spritesmith6.png);background-position:-574px -1580px;width:81px;height:99px}.Pet-PandaCub-Skeleton{background-image:url(spritesmith6.png);background-position:-656px -1580px;width:81px;height:99px}.Pet-PandaCub-White{background-image:url(spritesmith6.png);background-position:-738px -1580px;width:81px;height:99px}.Pet-PandaCub-Zombie{background-image:url(spritesmith6.png);background-position:-820px -1580px;width:81px;height:99px}.Pet-Parrot-Base{background-image:url(spritesmith6.png);background-position:-902px -1580px;width:81px;height:99px}.Pet-Parrot-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-984px -1580px;width:81px;height:99px}.Pet-Parrot-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1066px -1580px;width:81px;height:99px}.Pet-Parrot-Desert{background-image:url(spritesmith6.png);background-position:-1148px -1580px;width:81px;height:99px}.Pet-Parrot-Golden{background-image:url(spritesmith6.png);background-position:-1230px -1580px;width:81px;height:99px}.Pet-Parrot-Red{background-image:url(spritesmith6.png);background-position:-1312px -1580px;width:81px;height:99px}.Pet-Parrot-Shade{background-image:url(spritesmith6.png);background-position:-1394px -1580px;width:81px;height:99px}.Pet-Parrot-Skeleton{background-image:url(spritesmith6.png);background-position:-1476px -1580px;width:81px;height:99px}.Pet-Parrot-White{background-image:url(spritesmith6.png);background-position:-1558px -1580px;width:81px;height:99px}.Pet-Parrot-Zombie{background-image:url(spritesmith6.png);background-position:-1640px -1580px;width:81px;height:99px}.Pet-Penguin-Base{background-image:url(spritesmith6.png);background-position:-1726px 0;width:81px;height:99px}.Pet-Penguin-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1726px -100px;width:81px;height:99px}.Pet-Penguin-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1726px -200px;width:81px;height:99px}.Pet-Penguin-Desert{background-image:url(spritesmith6.png);background-position:-1726px -300px;width:81px;height:99px}.Pet-Penguin-Golden{background-image:url(spritesmith6.png);background-position:-1726px -400px;width:81px;height:99px}.Pet-Penguin-Red{background-image:url(spritesmith6.png);background-position:-1726px -500px;width:81px;height:99px}.Pet-Penguin-Shade{background-image:url(spritesmith6.png);background-position:-1726px -600px;width:81px;height:99px}.Pet-Penguin-Skeleton{background-image:url(spritesmith6.png);background-position:-1726px -700px;width:81px;height:99px}.Pet-Penguin-White{background-image:url(spritesmith6.png);background-position:-1726px -800px;width:81px;height:99px}.Pet-Penguin-Zombie{background-image:url(spritesmith6.png);background-position:-1726px -900px;width:81px;height:99px}.Pet-Rat-Base{background-image:url(spritesmith6.png);background-position:-1726px -1000px;width:81px;height:99px}.Pet-Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1726px -1100px;width:81px;height:99px}.Pet-Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1726px -1200px;width:81px;height:99px}.Pet-Rat-Desert{background-image:url(spritesmith6.png);background-position:-1726px -1300px;width:81px;height:99px}.Pet-Rat-Golden{background-image:url(spritesmith6.png);background-position:-1726px -1400px;width:81px;height:99px}.Pet-Rat-Red{background-image:url(spritesmith6.png);background-position:-1726px -1500px;width:81px;height:99px}.Pet-Rat-Shade{background-image:url(spritesmith6.png);background-position:0 -1680px;width:81px;height:99px}.Pet-Rat-Skeleton{background-image:url(spritesmith6.png);background-position:-82px -1680px;width:81px;height:99px}.Pet-Rat-White{background-image:url(spritesmith6.png);background-position:-164px -1680px;width:81px;height:99px}.Pet-Rat-Zombie{background-image:url(spritesmith6.png);background-position:-246px -1680px;width:81px;height:99px}.Pet-Rock-Base{background-image:url(spritesmith6.png);background-position:-328px -1680px;width:81px;height:99px}.Pet-Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-410px -1680px;width:81px;height:99px}.Pet-Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-492px -1680px;width:81px;height:99px}.Pet-Rock-Desert{background-image:url(spritesmith6.png);background-position:-574px -1680px;width:81px;height:99px}.Pet-Rock-Golden{background-image:url(spritesmith6.png);background-position:-656px -1680px;width:81px;height:99px}.Pet-Rock-Red{background-image:url(spritesmith6.png);background-position:-738px -1680px;width:81px;height:99px}.Pet-Rock-Shade{background-image:url(spritesmith6.png);background-position:-820px -1680px;width:81px;height:99px}.Pet-Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-902px -1680px;width:81px;height:99px}.Pet-Rock-White{background-image:url(spritesmith6.png);background-position:-984px -1680px;width:81px;height:99px}.Pet-Rock-Zombie{background-image:url(spritesmith6.png);background-position:-1066px -1680px;width:81px;height:99px}.Pet-Rooster-Base{background-image:url(spritesmith6.png);background-position:-1148px -1680px;width:81px;height:99px}.Pet-Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1230px -1680px;width:81px;height:99px}.Pet-Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1312px -1680px;width:81px;height:99px}.Pet-Rooster-Desert{background-image:url(spritesmith6.png);background-position:-1394px -1680px;width:81px;height:99px}.Pet-Rooster-Golden{background-image:url(spritesmith6.png);background-position:-1476px -1680px;width:81px;height:99px}.Pet-Rooster-Red{background-image:url(spritesmith6.png);background-position:-1558px -1680px;width:81px;height:99px}.Pet-Rooster-Shade{background-image:url(spritesmith6.png);background-position:-1640px -1680px;width:81px;height:99px}.Pet-Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:-1722px -1680px;width:81px;height:99px}.Pet-Rooster-White{background-image:url(spritesmith6.png);background-position:-1808px 0;width:81px;height:99px}.Pet-Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-1808px -100px;width:81px;height:99px}.Pet-Seahorse-Base{background-image:url(spritesmith6.png);background-position:-1808px -200px;width:81px;height:99px}.Pet-Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1808px -300px;width:81px;height:99px}.Pet-Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1808px -400px;width:81px;height:99px}.Pet-Seahorse-Desert{background-image:url(spritesmith6.png);background-position:-1808px -500px;width:81px;height:99px}.Pet-Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-1808px -600px;width:81px;height:99px}.Pet-Seahorse-Red{background-image:url(spritesmith6.png);background-position:-1808px -700px;width:81px;height:99px}.Pet-Seahorse-Shade{background-image:url(spritesmith6.png);background-position:-1808px -800px;width:81px;height:99px}.Pet-Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-1808px -900px;width:81px;height:99px}.Pet-Seahorse-White{background-image:url(spritesmith6.png);background-position:-1808px -1000px;width:81px;height:99px}.Pet-Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-1808px -1100px;width:81px;height:99px}.Pet-Sheep-Base{background-image:url(spritesmith6.png);background-position:-1808px -1200px;width:81px;height:99px}.Pet-Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1808px -1300px;width:81px;height:99px}.Pet-Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1808px -1400px;width:81px;height:99px}.Pet-Sheep-Desert{background-image:url(spritesmith6.png);background-position:-1808px -1500px;width:81px;height:99px}.Pet-Sheep-Golden{background-image:url(spritesmith6.png);background-position:-1808px -1600px;width:81px;height:99px}.Pet-Sheep-Red{background-image:url(spritesmith6.png);background-position:0 -1780px;width:81px;height:99px}.Pet-Sheep-Shade{background-image:url(spritesmith6.png);background-position:-82px -1780px;width:81px;height:99px}.Pet-Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:-164px -1780px;width:81px;height:99px}.Pet-Sheep-White{background-image:url(spritesmith6.png);background-position:-246px -1780px;width:81px;height:99px}.Pet-Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-328px -1780px;width:81px;height:99px}.Pet-Slime-Base{background-image:url(spritesmith6.png);background-position:-410px -1780px;width:81px;height:99px}.Pet-Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-492px -1780px;width:81px;height:99px}.Pet-Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-574px -1780px;width:81px;height:99px}.Pet-Slime-Desert{background-image:url(spritesmith6.png);background-position:-656px -1780px;width:81px;height:99px}.Pet-Slime-Golden{background-image:url(spritesmith6.png);background-position:-738px -1780px;width:81px;height:99px}.Pet-Slime-Red{background-image:url(spritesmith6.png);background-position:-820px -1780px;width:81px;height:99px}.Pet-Slime-Shade{background-image:url(spritesmith6.png);background-position:-902px -1780px;width:81px;height:99px}.Pet-Slime-Skeleton{background-image:url(spritesmith6.png);background-position:-984px -1780px;width:81px;height:99px}.Pet-Slime-White{background-image:url(spritesmith6.png);background-position:-1066px -1780px;width:81px;height:99px}.Pet-Slime-Zombie{background-image:url(spritesmith6.png);background-position:-1148px -1780px;width:81px;height:99px}.Pet-Spider-Base{background-image:url(spritesmith6.png);background-position:-1230px -1780px;width:81px;height:99px}.Pet-Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1312px -1780px;width:81px;height:99px}.Pet-Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1394px -1780px;width:81px;height:99px}.Pet-Spider-Desert{background-image:url(spritesmith6.png);background-position:-1476px -1780px;width:81px;height:99px}.Pet-Spider-Golden{background-image:url(spritesmith6.png);background-position:-1558px -1780px;width:81px;height:99px}.Pet-Spider-Red{background-image:url(spritesmith6.png);background-position:-1640px -1780px;width:81px;height:99px}.Pet-Spider-Shade{background-image:url(spritesmith6.png);background-position:-1722px -1780px;width:81px;height:99px}.Pet-Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-1804px -1780px;width:81px;height:99px}.Pet-Spider-White{background-image:url(spritesmith6.png);background-position:-1890px 0;width:81px;height:99px}.Pet-Spider-Zombie{background-image:url(spritesmith6.png);background-position:-1890px -100px;width:81px;height:99px}.Pet-TRex-Base{background-image:url(spritesmith6.png);background-position:-1890px -200px;width:81px;height:99px}.Pet-TRex-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1890px -300px;width:81px;height:99px}.Pet-TRex-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1890px -400px;width:81px;height:99px}.Pet-TRex-Desert{background-image:url(spritesmith6.png);background-position:-1890px -500px;width:81px;height:99px}.Pet-TRex-Golden{background-image:url(spritesmith6.png);background-position:-1890px -600px;width:81px;height:99px}.Pet-TRex-Red{background-image:url(spritesmith6.png);background-position:-1890px -700px;width:81px;height:99px}.Pet-TRex-Shade{background-image:url(spritesmith6.png);background-position:-1890px -800px;width:81px;height:99px}.Pet-TRex-Skeleton{background-image:url(spritesmith6.png);background-position:-1890px -900px;width:81px;height:99px}.Pet-TRex-White{background-image:url(spritesmith6.png);background-position:-1890px -1000px;width:81px;height:99px}.Pet-TRex-Zombie{background-image:url(spritesmith6.png);background-position:-1890px -1100px;width:81px;height:99px}.Pet-Tiger-Veteran{background-image:url(spritesmith6.png);background-position:-1890px -1200px;width:81px;height:99px}.Pet-TigerCub-Base{background-image:url(spritesmith6.png);background-position:-1890px -1300px;width:81px;height:99px}.Pet-TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1890px -1400px;width:81px;height:99px}.Pet-TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1890px -1500px;width:81px;height:99px}.Pet-TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-1890px -1600px;width:81px;height:99px}.Pet-TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-1890px -1700px;width:81px;height:99px}.Pet-TigerCub-Red{background-image:url(spritesmith6.png);background-position:-1972px 0;width:81px;height:99px}.Pet-TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-1972px -100px;width:81px;height:99px}.Pet-TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1972px -200px;width:81px;height:99px}.Pet-TigerCub-White{background-image:url(spritesmith6.png);background-position:-1972px -300px;width:81px;height:99px}.Pet-TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-1972px -400px;width:81px;height:99px}.Pet-Turkey-Base{background-image:url(spritesmith6.png);background-position:-1972px -500px;width:81px;height:99px}.Pet-Whale-Base{background-image:url(spritesmith6.png);background-position:-1972px -600px;width:81px;height:99px}.Pet-Whale-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1972px -700px;width:81px;height:99px}.Pet-Whale-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1972px -800px;width:81px;height:99px}.Pet-Whale-Desert{background-image:url(spritesmith6.png);background-position:-1972px -900px;width:81px;height:99px}.Pet-Whale-Golden{background-image:url(spritesmith6.png);background-position:-1972px -1000px;width:81px;height:99px}.Pet-Whale-Red{background-image:url(spritesmith6.png);background-position:-1972px -1100px;width:81px;height:99px}.Pet-Whale-Shade{background-image:url(spritesmith6.png);background-position:-1972px -1200px;width:81px;height:99px}.Pet-Whale-Skeleton{background-image:url(spritesmith6.png);background-position:-1972px -1300px;width:81px;height:99px}.Pet-Whale-White{background-image:url(spritesmith6.png);background-position:-1972px -1400px;width:81px;height:99px}.Pet-Whale-Zombie{background-image:url(spritesmith6.png);background-position:-1972px -1500px;width:81px;height:99px}.Pet-Wolf-Base{background-image:url(spritesmith6.png);background-position:-1972px -1600px;width:81px;height:99px}.Pet-Wolf-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1972px -1700px;width:81px;height:99px}.Pet-Wolf-CottonCandyPink{background-image:url(spritesmith6.png);background-position:0 -1880px;width:81px;height:99px}.Pet-Wolf-Desert{background-image:url(spritesmith6.png);background-position:-82px -1880px;width:81px;height:99px}.Pet-Wolf-Golden{background-image:url(spritesmith6.png);background-position:-164px -1880px;width:81px;height:99px}.Pet-Wolf-Red{background-image:url(spritesmith6.png);background-position:-246px -1880px;width:81px;height:99px}.Pet-Wolf-Shade{background-image:url(spritesmith6.png);background-position:-328px -1880px;width:81px;height:99px}.Pet-Wolf-Skeleton{background-image:url(spritesmith6.png);background-position:-410px -1880px;width:81px;height:99px}.Pet-Wolf-Veteran{background-image:url(spritesmith6.png);background-position:-492px -1880px;width:81px;height:99px}.Pet-Wolf-White{background-image:url(spritesmith6.png);background-position:-574px -1880px;width:81px;height:99px}.Pet-Wolf-Zombie{background-image:url(spritesmith6.png);background-position:-656px -1880px;width:81px;height:99px}.Pet_HatchingPotion_Base{background-image:url(spritesmith6.png);background-position:-1972px -1800px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1890px -1800px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1808px -1700px;width:48px;height:51px}.Pet_HatchingPotion_Desert{background-image:url(spritesmith6.png);background-position:-1726px -1600px;width:48px;height:51px}.Pet_HatchingPotion_Golden{background-image:url(spritesmith6.png);background-position:-1644px -1500px;width:48px;height:51px}.Pet_HatchingPotion_Red{background-image:url(spritesmith6.png);background-position:-1562px -1400px;width:48px;height:51px}.Pet_HatchingPotion_Shade{background-image:url(spritesmith6.png);background-position:-1480px -1400px;width:48px;height:51px}.Pet_HatchingPotion_Skeleton{background-image:url(spritesmith6.png);background-position:-1398px -1300px;width:48px;height:51px}.Pet_HatchingPotion_White{background-image:url(spritesmith6.png);background-position:-1316px -1200px;width:48px;height:51px}.Pet_HatchingPotion_Zombie{background-image:url(spritesmith6.png);background-position:-738px -1880px;width:48px;height:51px}.head_special_0,.weapon_special_0{width:105px;height:105px;margin-left:-3px;margin-top:-18px}.broad_armor_special_0,.shield_special_0,.slim_armor_special_0{width:90px;height:90px}.weapon_special_critical{background:url(/common/img/sprites/backer-only/weapon_special_critical.gif) no-repeat;width:90px;height:90px;margin-left:-12px;margin-top:12px}.weapon_special_1{margin-left:-12px}.broad_armor_special_1,.head_special_1,.slim_armor_special_1{width:90px;height:90px}.head_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeHelmet.gif) no-repeat}.head_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalHelmet.gif) no-repeat;margin-top:3px}.broad_armor_special_0,.slim_armor_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeArmor.gif) no-repeat}.broad_armor_special_1,.slim_armor_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalArmor.gif) no-repeat}.shield_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Shield-TormentedSkull.gif) no-repeat}.weapon_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Weapon-DarkSoulsBlade.gif) no-repeat}.Pet-Wolf-Cerberus{width:105px;height:72px;background:url(/common/img/sprites/backer-only/BackerOnly-Pet-CerberusPup.gif) no-repeat}.Gems{display:inline-block;margin-right:5px;border-style:none;margin-left:0;margin-top:2px}.inline-gems{vertical-align:middle;margin-left:0;display:inline-block}.customize-menu .locked{background-color:#727272}.achievement{float:left;clear:right;margin-right:10px}.multi-achievement{margin:auto;padding-left:.5em;padding-right:.5em}[class*=Mount_Body_],[class*=Mount_Head_]{margin-top:18px}.Pet_Currency_Gem{margin-top:5px;margin-bottom:5px} \ No newline at end of file +.achievement-alien{background-image:url(spritesmith0.png);background-position:-1379px -1274px;width:24px;height:26px}.achievement-alpha{background-image:url(spritesmith0.png);background-position:-1925px -1820px;width:24px;height:26px}.achievement-armor{background-image:url(spritesmith0.png);background-position:-1354px -1274px;width:24px;height:26px}.achievement-boot{background-image:url(spritesmith0.png);background-position:-1495px -1392px;width:24px;height:26px}.achievement-bow{background-image:url(spritesmith0.png);background-position:-1470px -1392px;width:24px;height:26px}.achievement-cactus{background-image:url(spritesmith0.png);background-position:-1445px -1392px;width:24px;height:26px}.achievement-cake{background-image:url(spritesmith0.png);background-position:-1495px -1365px;width:24px;height:26px}.achievement-cave{background-image:url(spritesmith0.png);background-position:-1470px -1365px;width:24px;height:26px}.achievement-coffin{background-image:url(spritesmith0.png);background-position:-1445px -1365px;width:24px;height:26px}.achievement-comment{background-image:url(spritesmith0.png);background-position:-1586px -1483px;width:24px;height:26px}.achievement-costumeContest{background-image:url(spritesmith0.png);background-position:-1561px -1483px;width:24px;height:26px}.achievement-dilatory{background-image:url(spritesmith0.png);background-position:-1536px -1483px;width:24px;height:26px}.achievement-firefox{background-image:url(spritesmith0.png);background-position:-1586px -1456px;width:24px;height:26px}.achievement-habitBirthday{background-image:url(spritesmith0.png);background-position:-1561px -1456px;width:24px;height:26px}.achievement-habiticaDay{background-image:url(spritesmith0.png);background-position:-1536px -1456px;width:24px;height:26px}.achievement-heart{background-image:url(spritesmith0.png);background-position:-1677px -1574px;width:24px;height:26px}.achievement-karaoke{background-image:url(spritesmith0.png);background-position:-1652px -1574px;width:24px;height:26px}.achievement-ninja{background-image:url(spritesmith0.png);background-position:-1627px -1574px;width:24px;height:26px}.achievement-nye{background-image:url(spritesmith0.png);background-position:-1677px -1547px;width:24px;height:26px}.achievement-perfect{background-image:url(spritesmith0.png);background-position:-1900px -1820px;width:24px;height:26px}.achievement-rat{background-image:url(spritesmith0.png);background-position:-1627px -1547px;width:24px;height:26px}.achievement-seafoam{background-image:url(spritesmith0.png);background-position:-1768px -1665px;width:24px;height:26px}.achievement-shield{background-image:url(spritesmith0.png);background-position:-1743px -1665px;width:24px;height:26px}.achievement-shinySeed{background-image:url(spritesmith0.png);background-position:-1718px -1665px;width:24px;height:26px}.achievement-snowball{background-image:url(spritesmith0.png);background-position:-1768px -1638px;width:24px;height:26px}.achievement-spookDust{background-image:url(spritesmith0.png);background-position:-1743px -1638px;width:24px;height:26px}.achievement-stoikalm{background-image:url(spritesmith0.png);background-position:-1718px -1638px;width:24px;height:26px}.achievement-sun{background-image:url(spritesmith0.png);background-position:-1859px -1756px;width:24px;height:26px}.achievement-sword{background-image:url(spritesmith0.png);background-position:-1834px -1756px;width:24px;height:26px}.achievement-thermometer{background-image:url(spritesmith0.png);background-position:-1809px -1756px;width:24px;height:26px}.achievement-tree{background-image:url(spritesmith0.png);background-position:-1859px -1729px;width:24px;height:26px}.achievement-triadbingo{background-image:url(spritesmith0.png);background-position:-1834px -1729px;width:24px;height:26px}.achievement-ultimate-healer{background-image:url(spritesmith0.png);background-position:-1809px -1729px;width:24px;height:26px}.achievement-ultimate-mage{background-image:url(spritesmith0.png);background-position:-1950px -1847px;width:24px;height:26px}.achievement-ultimate-rogue{background-image:url(spritesmith0.png);background-position:-1925px -1847px;width:24px;height:26px}.achievement-ultimate-warrior{background-image:url(spritesmith0.png);background-position:-1900px -1847px;width:24px;height:26px}.achievement-valentine{background-image:url(spritesmith0.png);background-position:-1950px -1820px;width:24px;height:26px}.achievement-wolf{background-image:url(spritesmith0.png);background-position:-1652px -1547px;width:24px;height:26px}.background_autumn_forest{background-image:url(spritesmith0.png);background-position:-706px -148px;width:140px;height:147px}.background_beach{background-image:url(spritesmith0.png);background-position:-282px 0;width:141px;height:147px}.background_blacksmithy{background-image:url(spritesmith0.png);background-position:0 -148px;width:140px;height:147px}.background_cherry_trees{background-image:url(spritesmith0.png);background-position:-141px -148px;width:140px;height:147px}.background_clouds{background-image:url(spritesmith0.png);background-position:-282px -148px;width:140px;height:147px}.background_coral_reef{background-image:url(spritesmith0.png);background-position:-424px 0;width:140px;height:147px}.background_crystal_cave{background-image:url(spritesmith0.png);background-position:-424px -148px;width:140px;height:147px}.background_dilatory_ruins{background-image:url(spritesmith0.png);background-position:0 -296px;width:140px;height:147px}.background_distant_castle{background-image:url(spritesmith0.png);background-position:-141px -296px;width:140px;height:147px}.background_drifting_raft{background-image:url(spritesmith0.png);background-position:-282px -296px;width:140px;height:147px}.background_dusty_canyons{background-image:url(spritesmith0.png);background-position:-423px -296px;width:140px;height:147px}.background_fairy_ring{background-image:url(spritesmith0.png);background-position:-565px 0;width:140px;height:147px}.background_floral_meadow{background-image:url(spritesmith0.png);background-position:-565px -148px;width:140px;height:147px}.background_forest{background-image:url(spritesmith0.png);background-position:-565px -296px;width:140px;height:147px}.background_frigid_peak{background-image:url(spritesmith0.png);background-position:0 -444px;width:140px;height:147px}.background_giant_wave{background-image:url(spritesmith0.png);background-position:-141px -444px;width:141px;height:147px}.background_graveyard{background-image:url(spritesmith0.png);background-position:-283px -444px;width:140px;height:147px}.background_gumdrop_land{background-image:url(spritesmith0.png);background-position:-424px -444px;width:140px;height:147px}.background_harvest_feast{background-image:url(spritesmith0.png);background-position:-565px -444px;width:140px;height:147px}.background_harvest_fields{background-image:url(spritesmith0.png);background-position:-706px 0;width:141px;height:147px}.background_haunted_house{background-image:url(spritesmith0.png);background-position:0 0;width:140px;height:147px}.background_ice_cave{background-image:url(spritesmith0.png);background-position:-706px -296px;width:141px;height:147px}.background_iceberg{background-image:url(spritesmith0.png);background-position:-706px -444px;width:140px;height:147px}.background_island_waterfalls{background-image:url(spritesmith0.png);background-position:0 -592px;width:140px;height:147px}.background_marble_temple{background-image:url(spritesmith0.png);background-position:-141px -592px;width:141px;height:147px}.background_mountain_lake{background-image:url(spritesmith0.png);background-position:-283px -592px;width:140px;height:147px}.background_open_waters{background-image:url(spritesmith0.png);background-position:-424px -592px;width:141px;height:147px}.background_pagodas{background-image:url(spritesmith0.png);background-position:-566px -592px;width:140px;height:147px}.background_pumpkin_patch{background-image:url(spritesmith0.png);background-position:-707px -592px;width:140px;height:147px}.background_rolling_hills{background-image:url(spritesmith0.png);background-position:-848px 0;width:141px;height:147px}.background_seafarer_ship{background-image:url(spritesmith0.png);background-position:-848px -148px;width:140px;height:147px}.background_shimmery_bubbles{background-image:url(spritesmith0.png);background-position:-848px -296px;width:140px;height:147px}.background_snowy_pines{background-image:url(spritesmith0.png);background-position:-848px -444px;width:140px;height:147px}.background_south_pole{background-image:url(spritesmith0.png);background-position:-848px -592px;width:140px;height:147px}.background_spring_rain{background-image:url(spritesmith0.png);background-position:0 -740px;width:140px;height:147px}.background_stained_glass{background-image:url(spritesmith0.png);background-position:-141px -740px;width:140px;height:147px}.background_starry_skies{background-image:url(spritesmith0.png);background-position:-282px -740px;width:140px;height:147px}.background_sunken_ship{background-image:url(spritesmith0.png);background-position:-423px -740px;width:140px;height:147px}.background_sunset_meadow{background-image:url(spritesmith0.png);background-position:-564px -740px;width:140px;height:147px}.background_thunderstorm{background-image:url(spritesmith0.png);background-position:-705px -740px;width:141px;height:147px}.background_twinkly_lights{background-image:url(spritesmith0.png);background-position:-847px -740px;width:141px;height:147px}.background_volcano{background-image:url(spritesmith0.png);background-position:-141px 0;width:140px;height:147px}.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-1081px -637px;width:90px;height:90px}.customize-option.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-1106px -652px;width:60px;height:60px}.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-1081px -728px;width:90px;height:90px}.customize-option.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-1106px -743px;width:60px;height:60px}.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-1081px -819px;width:90px;height:90px}.customize-option.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-1106px -834px;width:60px;height:60px}.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-1081px -910px;width:90px;height:90px}.customize-option.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-1106px -925px;width:60px;height:60px}.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:0 -1070px;width:90px;height:90px}.customize-option.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:-25px -1085px;width:60px;height:60px}.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-91px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-116px -1085px;width:60px;height:60px}.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-182px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-207px -1085px;width:60px;height:60px}.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-273px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-298px -1085px;width:60px;height:60px}.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-364px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-389px -1085px;width:60px;height:60px}.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-455px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-480px -1085px;width:60px;height:60px}.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-546px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-571px -1085px;width:60px;height:60px}.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-637px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-662px -1085px;width:60px;height:60px}.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-728px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-753px -1085px;width:60px;height:60px}.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-819px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-844px -1085px;width:60px;height:60px}.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-910px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-935px -1085px;width:60px;height:60px}.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-1001px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-1026px -1085px;width:60px;height:60px}.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1172px 0;width:90px;height:90px}.customize-option.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1197px -15px;width:60px;height:60px}.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-1172px -91px;width:90px;height:90px}.customize-option.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-1197px -106px;width:60px;height:60px}.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-1172px -182px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-1197px -197px;width:60px;height:60px}.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-1172px -273px;width:90px;height:90px}.customize-option.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-1197px -288px;width:60px;height:60px}.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-1172px -364px;width:90px;height:90px}.customize-option.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-1197px -379px;width:60px;height:60px}.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1172px -455px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1197px -470px;width:60px;height:60px}.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1172px -546px;width:90px;height:90px}.customize-option.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1197px -561px;width:60px;height:60px}.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1172px -637px;width:90px;height:90px}.customize-option.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1197px -652px;width:60px;height:60px}.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1172px -728px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1197px -743px;width:60px;height:60px}.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1172px -819px;width:90px;height:90px}.customize-option.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1197px -834px;width:60px;height:60px}.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-1172px -910px;width:90px;height:90px}.customize-option.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-1197px -925px;width:60px;height:60px}.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-1172px -1001px;width:90px;height:90px}.customize-option.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-1197px -1016px;width:60px;height:60px}.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:0 -1161px;width:90px;height:90px}.customize-option.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-25px -1176px;width:60px;height:60px}.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-91px -1161px;width:90px;height:90px}.customize-option.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-116px -1176px;width:60px;height:60px}.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-182px -1161px;width:90px;height:90px}.customize-option.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-207px -1176px;width:60px;height:60px}.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-273px -1161px;width:90px;height:90px}.customize-option.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-298px -1176px;width:60px;height:60px}.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-364px -1161px;width:90px;height:90px}.customize-option.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-389px -1176px;width:60px;height:60px}.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-455px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-480px -1176px;width:60px;height:60px}.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-546px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-571px -1176px;width:60px;height:60px}.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-637px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-662px -1176px;width:60px;height:60px}.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-728px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-753px -1176px;width:60px;height:60px}.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-819px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-844px -1176px;width:60px;height:60px}.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-910px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-935px -1176px;width:60px;height:60px}.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-1001px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-1026px -1176px;width:60px;height:60px}.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1092px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1117px -1176px;width:60px;height:60px}.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-1263px 0;width:90px;height:90px}.customize-option.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-1288px -15px;width:60px;height:60px}.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-1263px -91px;width:90px;height:90px}.customize-option.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-1288px -106px;width:60px;height:60px}.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1263px -182px;width:90px;height:90px}.customize-option.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1288px -197px;width:60px;height:60px}.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-1263px -273px;width:90px;height:90px}.customize-option.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-1288px -288px;width:60px;height:60px}.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1263px -364px;width:90px;height:90px}.customize-option.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1288px -379px;width:60px;height:60px}.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1263px -455px;width:90px;height:90px}.customize-option.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1288px -470px;width:60px;height:60px}.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1263px -546px;width:90px;height:90px}.customize-option.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1288px -561px;width:60px;height:60px}.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1263px -637px;width:90px;height:90px}.customize-option.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1288px -652px;width:60px;height:60px}.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1263px -728px;width:90px;height:90px}.customize-option.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1288px -743px;width:60px;height:60px}.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-1263px -819px;width:90px;height:90px}.customize-option.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-1288px -834px;width:60px;height:60px}.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-1263px -910px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-1288px -925px;width:60px;height:60px}.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-1263px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-1288px -1016px;width:60px;height:60px}.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-1263px -1092px;width:90px;height:90px}.customize-option.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-1288px -1107px;width:60px;height:60px}.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:0 -1252px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-25px -1267px;width:60px;height:60px}.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-91px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-116px -1267px;width:60px;height:60px}.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-182px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-207px -1267px;width:60px;height:60px}.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-273px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-298px -1267px;width:60px;height:60px}.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-364px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-389px -1267px;width:60px;height:60px}.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-455px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-480px -1267px;width:60px;height:60px}.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-546px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-571px -1267px;width:60px;height:60px}.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-637px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-662px -1267px;width:60px;height:60px}.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-728px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-753px -1267px;width:60px;height:60px}.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-819px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-844px -1267px;width:60px;height:60px}.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-910px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-935px -1267px;width:60px;height:60px}.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-1001px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-1026px -1267px;width:60px;height:60px}.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1092px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1117px -1267px;width:60px;height:60px}.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-1183px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-1208px -1267px;width:60px;height:60px}.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-1354px 0;width:90px;height:90px}.customize-option.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-1379px -15px;width:60px;height:60px}.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-1354px -91px;width:90px;height:90px}.customize-option.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-1379px -106px;width:60px;height:60px}.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-1354px -182px;width:90px;height:90px}.customize-option.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-1379px -197px;width:60px;height:60px}.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1354px -273px;width:90px;height:90px}.customize-option.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1379px -288px;width:60px;height:60px}.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1354px -364px;width:90px;height:90px}.customize-option.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1379px -379px;width:60px;height:60px}.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1354px -455px;width:90px;height:90px}.customize-option.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1379px -470px;width:60px;height:60px}.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1354px -546px;width:90px;height:90px}.customize-option.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1379px -561px;width:60px;height:60px}.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1354px -637px;width:90px;height:90px}.customize-option.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1379px -652px;width:60px;height:60px}.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1354px -728px;width:90px;height:90px}.customize-option.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1379px -743px;width:60px;height:60px}.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-1354px -819px;width:90px;height:90px}.customize-option.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-1379px -834px;width:60px;height:60px}.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-1354px -910px;width:90px;height:90px}.customize-option.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-1379px -925px;width:60px;height:60px}.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-1354px -1001px;width:90px;height:90px}.customize-option.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-1379px -1016px;width:60px;height:60px}.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1354px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1379px -1107px;width:60px;height:60px}.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-1354px -1183px;width:90px;height:90px}.customize-option.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-1379px -1198px;width:60px;height:60px}.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:0 -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-25px -1358px;width:60px;height:60px}.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-91px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-116px -1358px;width:60px;height:60px}.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-182px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-207px -1358px;width:60px;height:60px}.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-273px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-298px -1358px;width:60px;height:60px}.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-364px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-389px -1358px;width:60px;height:60px}.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-455px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-480px -1358px;width:60px;height:60px}.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-546px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-571px -1358px;width:60px;height:60px}.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-637px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-662px -1358px;width:60px;height:60px}.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-728px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-753px -1358px;width:60px;height:60px}.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-819px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-844px -1358px;width:60px;height:60px}.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-910px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-935px -1358px;width:60px;height:60px}.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-1001px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-1026px -1358px;width:60px;height:60px}.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1092px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1117px -1358px;width:60px;height:60px}.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-1183px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-1208px -1358px;width:60px;height:60px}.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-1274px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-1299px -1358px;width:60px;height:60px}.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-1445px 0;width:90px;height:90px}.customize-option.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-1470px -15px;width:60px;height:60px}.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-1445px -91px;width:90px;height:90px}.customize-option.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-1470px -106px;width:60px;height:60px}.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1445px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1470px -197px;width:60px;height:60px}.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1445px -273px;width:90px;height:90px}.customize-option.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1470px -288px;width:60px;height:60px}.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1445px -364px;width:90px;height:90px}.customize-option.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1470px -379px;width:60px;height:60px}.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1445px -455px;width:90px;height:90px}.customize-option.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1470px -470px;width:60px;height:60px}.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1445px -546px;width:90px;height:90px}.customize-option.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1470px -561px;width:60px;height:60px}.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-1445px -637px;width:90px;height:90px}.customize-option.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-1470px -652px;width:60px;height:60px}.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-1445px -728px;width:90px;height:90px}.customize-option.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-1470px -743px;width:60px;height:60px}.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-1445px -819px;width:90px;height:90px}.customize-option.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-1470px -834px;width:60px;height:60px}.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-1445px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-1470px -925px;width:60px;height:60px}.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-1445px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-1470px -1016px;width:60px;height:60px}.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1445px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1470px -1107px;width:60px;height:60px}.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-1445px -1183px;width:90px;height:90px}.customize-option.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-1470px -1198px;width:60px;height:60px}.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-1445px -1274px;width:90px;height:90px}.customize-option.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-1470px -1289px;width:60px;height:60px}.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:0 -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-25px -1449px;width:60px;height:60px}.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-91px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-116px -1449px;width:60px;height:60px}.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-182px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-207px -1449px;width:60px;height:60px}.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-273px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-298px -1449px;width:60px;height:60px}.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-364px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-389px -1449px;width:60px;height:60px}.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-455px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-480px -1449px;width:60px;height:60px}.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-546px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-571px -1449px;width:60px;height:60px}.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-637px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-662px -1449px;width:60px;height:60px}.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-728px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-753px -1449px;width:60px;height:60px}.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-819px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-844px -1449px;width:60px;height:60px}.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-910px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-935px -1449px;width:60px;height:60px}.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-1001px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-1026px -1449px;width:60px;height:60px}.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1092px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1117px -1449px;width:60px;height:60px}.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-1183px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-1208px -1449px;width:60px;height:60px}.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-1274px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-1299px -1449px;width:60px;height:60px}.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:0 -888px;width:90px;height:90px}.customize-option.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-25px -903px;width:60px;height:60px}.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-1536px 0;width:90px;height:90px}.customize-option.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-1561px -15px;width:60px;height:60px}.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1536px -91px;width:90px;height:90px}.customize-option.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1561px -106px;width:60px;height:60px}.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1536px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1561px -197px;width:60px;height:60px}.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-1536px -273px;width:90px;height:90px}.customize-option.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-1561px -288px;width:60px;height:60px}.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1536px -364px;width:90px;height:90px}.customize-option.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1561px -379px;width:60px;height:60px}.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1536px -455px;width:90px;height:90px}.customize-option.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1561px -470px;width:60px;height:60px}.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-1536px -546px;width:90px;height:90px}.customize-option.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-1561px -561px;width:60px;height:60px}.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-1536px -637px;width:90px;height:90px}.customize-option.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-1561px -652px;width:60px;height:60px}.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-1536px -728px;width:90px;height:90px}.customize-option.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-1561px -743px;width:60px;height:60px}.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-1536px -819px;width:90px;height:90px}.customize-option.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-1561px -834px;width:60px;height:60px}.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-1536px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-1561px -925px;width:60px;height:60px}.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-1536px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-1561px -1016px;width:60px;height:60px}.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-1536px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-1561px -1107px;width:60px;height:60px}.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-1536px -1183px;width:90px;height:90px}.customize-option.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-1561px -1198px;width:60px;height:60px}.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1536px -1274px;width:90px;height:90px}.customize-option.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1561px -1289px;width:60px;height:60px}.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-1536px -1365px;width:90px;height:90px}.customize-option.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-1561px -1380px;width:60px;height:60px}.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:0 -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-25px -1540px;width:60px;height:60px}.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-91px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-116px -1540px;width:60px;height:60px}.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-182px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-207px -1540px;width:60px;height:60px}.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-273px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-298px -1540px;width:60px;height:60px}.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-364px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-389px -1540px;width:60px;height:60px}.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-455px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-480px -1540px;width:60px;height:60px}.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-546px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-571px -1540px;width:60px;height:60px}.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-637px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-662px -1540px;width:60px;height:60px}.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-728px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-753px -1540px;width:60px;height:60px}.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-819px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-844px -1540px;width:60px;height:60px}.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-910px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-935px -1540px;width:60px;height:60px}.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-1001px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-1026px -1540px;width:60px;height:60px}.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1092px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1117px -1540px;width:60px;height:60px}.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-1183px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-1208px -1540px;width:60px;height:60px}.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-1274px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-1299px -1540px;width:60px;height:60px}.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-1365px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-1390px -1540px;width:60px;height:60px}.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-1456px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-1481px -1540px;width:60px;height:60px}.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1627px 0;width:90px;height:90px}.customize-option.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1652px -15px;width:60px;height:60px}.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1627px -91px;width:90px;height:90px}.customize-option.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1652px -106px;width:60px;height:60px}.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1627px -182px;width:90px;height:90px}.customize-option.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1652px -197px;width:60px;height:60px}.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1627px -273px;width:90px;height:90px}.customize-option.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1652px -288px;width:60px;height:60px}.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1627px -364px;width:90px;height:90px}.customize-option.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1652px -379px;width:60px;height:60px}.hair_flower_2{background-image:url(spritesmith0.png);background-position:-1627px -455px;width:90px;height:90px}.customize-option.hair_flower_2{background-image:url(spritesmith0.png);background-position:-1652px -470px;width:60px;height:60px}.hair_flower_3{background-image:url(spritesmith0.png);background-position:-1627px -546px;width:90px;height:90px}.customize-option.hair_flower_3{background-image:url(spritesmith0.png);background-position:-1652px -561px;width:60px;height:60px}.hair_flower_4{background-image:url(spritesmith0.png);background-position:-1627px -637px;width:90px;height:90px}.customize-option.hair_flower_4{background-image:url(spritesmith0.png);background-position:-1652px -652px;width:60px;height:60px}.hair_flower_5{background-image:url(spritesmith0.png);background-position:-1627px -728px;width:90px;height:90px}.customize-option.hair_flower_5{background-image:url(spritesmith0.png);background-position:-1652px -743px;width:60px;height:60px}.hair_flower_6{background-image:url(spritesmith0.png);background-position:-1627px -819px;width:90px;height:90px}.customize-option.hair_flower_6{background-image:url(spritesmith0.png);background-position:-1652px -834px;width:60px;height:60px}.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-1627px -910px;width:90px;height:90px}.customize-option.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-1652px -925px;width:60px;height:60px}.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-1627px -1001px;width:90px;height:90px}.customize-option.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-1652px -1016px;width:60px;height:60px}.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-1627px -1092px;width:90px;height:90px}.customize-option.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-1652px -1107px;width:60px;height:60px}.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-1627px -1183px;width:90px;height:90px}.customize-option.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-1652px -1198px;width:60px;height:60px}.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-1627px -1274px;width:90px;height:90px}.customize-option.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-1652px -1289px;width:60px;height:60px}.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-1627px -1365px;width:90px;height:90px}.customize-option.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-1652px -1380px;width:60px;height:60px}.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1627px -1456px;width:90px;height:90px}.customize-option.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1652px -1471px;width:60px;height:60px}.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:0 -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-25px -1631px;width:60px;height:60px}.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-91px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-116px -1631px;width:60px;height:60px}.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-182px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-207px -1631px;width:60px;height:60px}.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-273px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-298px -1631px;width:60px;height:60px}.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-364px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-389px -1631px;width:60px;height:60px}.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-455px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-480px -1631px;width:60px;height:60px}.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-546px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-571px -1631px;width:60px;height:60px}.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-637px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-662px -1631px;width:60px;height:60px}.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-728px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-753px -1631px;width:60px;height:60px}.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-819px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-844px -1631px;width:60px;height:60px}.hair_bangs_1_pblue2{background-image:url(spritesmith0.png);background-position:-910px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue2{background-image:url(spritesmith0.png);background-position:-935px -1631px;width:60px;height:60px}.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-1001px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-1026px -1631px;width:60px;height:60px}.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1092px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1117px -1631px;width:60px;height:60px}.hair_bangs_1_pgreen2{background-image:url(spritesmith0.png);background-position:-1183px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen2{background-image:url(spritesmith0.png);background-position:-1208px -1631px;width:60px;height:60px}.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-1274px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-1299px -1631px;width:60px;height:60px}.hair_bangs_1_porange2{background-image:url(spritesmith0.png);background-position:-1365px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_porange2{background-image:url(spritesmith0.png);background-position:-1390px -1631px;width:60px;height:60px}.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-1456px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-1481px -1631px;width:60px;height:60px}.hair_bangs_1_ppink2{background-image:url(spritesmith0.png);background-position:-1547px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink2{background-image:url(spritesmith0.png);background-position:-1572px -1631px;width:60px;height:60px}.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1718px 0;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1743px -15px;width:60px;height:60px}.hair_bangs_1_ppurple2{background-image:url(spritesmith0.png);background-position:-1718px -91px;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple2{background-image:url(spritesmith0.png);background-position:-1743px -106px;width:60px;height:60px}.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1718px -182px;width:90px;height:90px}.customize-option.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1743px -197px;width:60px;height:60px}.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1718px -273px;width:90px;height:90px}.customize-option.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1743px -288px;width:60px;height:60px}.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1718px -364px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1743px -379px;width:60px;height:60px}.hair_bangs_1_pyellow2{background-image:url(spritesmith0.png);background-position:-1718px -455px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow2{background-image:url(spritesmith0.png);background-position:-1743px -470px;width:60px;height:60px}.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1718px -546px;width:90px;height:90px}.customize-option.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1743px -561px;width:60px;height:60px}.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1718px -637px;width:90px;height:90px}.customize-option.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1743px -652px;width:60px;height:60px}.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1718px -728px;width:90px;height:90px}.customize-option.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1743px -743px;width:60px;height:60px}.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1718px -819px;width:90px;height:90px}.customize-option.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1743px -834px;width:60px;height:60px}.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-1718px -910px;width:90px;height:90px}.customize-option.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-1743px -925px;width:60px;height:60px}.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-1718px -1001px;width:90px;height:90px}.customize-option.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-1743px -1016px;width:60px;height:60px}.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-1718px -1092px;width:90px;height:90px}.customize-option.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-1743px -1107px;width:60px;height:60px}.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-1718px -1183px;width:90px;height:90px}.customize-option.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-1743px -1198px;width:60px;height:60px}.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-1718px -1274px;width:90px;height:90px}.customize-option.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-1743px -1289px;width:60px;height:60px}.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-1718px -1365px;width:90px;height:90px}.customize-option.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-1743px -1380px;width:60px;height:60px}.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-1718px -1456px;width:90px;height:90px}.customize-option.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-1743px -1471px;width:60px;height:60px}.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-1718px -1547px;width:90px;height:90px}.customize-option.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-1743px -1562px;width:60px;height:60px}.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:0 -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-25px -1722px;width:60px;height:60px}.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-91px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-116px -1722px;width:60px;height:60px}.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-182px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-207px -1722px;width:60px;height:60px}.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-273px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-298px -1722px;width:60px;height:60px}.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-364px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-389px -1722px;width:60px;height:60px}.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-455px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-480px -1722px;width:60px;height:60px}.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-546px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-571px -1722px;width:60px;height:60px}.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-637px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-662px -1722px;width:60px;height:60px}.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-728px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-753px -1722px;width:60px;height:60px}.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-819px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-844px -1722px;width:60px;height:60px}.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-910px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-935px -1722px;width:60px;height:60px}.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-1001px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-1026px -1722px;width:60px;height:60px}.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1092px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1117px -1722px;width:60px;height:60px}.hair_bangs_2_pblue2{background-image:url(spritesmith0.png);background-position:-1183px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue2{background-image:url(spritesmith0.png);background-position:-1208px -1722px;width:60px;height:60px}.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-1274px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-1299px -1722px;width:60px;height:60px}.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-1365px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-1390px -1722px;width:60px;height:60px}.hair_bangs_2_pgreen2{background-image:url(spritesmith0.png);background-position:-1456px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen2{background-image:url(spritesmith0.png);background-position:-1481px -1722px;width:60px;height:60px}.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1547px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1572px -1722px;width:60px;height:60px}.hair_bangs_2_porange2{background-image:url(spritesmith0.png);background-position:-1638px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_porange2{background-image:url(spritesmith0.png);background-position:-1663px -1722px;width:60px;height:60px}.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1809px 0;width:90px;height:90px}.customize-option.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1834px -15px;width:60px;height:60px}.hair_bangs_2_ppink2{background-image:url(spritesmith0.png);background-position:-1809px -91px;width:90px;height:90px}.customize-option.hair_bangs_2_ppink2{background-image:url(spritesmith0.png);background-position:-1834px -106px;width:60px;height:60px}.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1809px -182px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1834px -197px;width:60px;height:60px}.hair_bangs_2_ppurple2{background-image:url(spritesmith0.png);background-position:-1809px -273px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple2{background-image:url(spritesmith0.png);background-position:-1834px -288px;width:60px;height:60px}.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1809px -364px;width:90px;height:90px}.customize-option.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1834px -379px;width:60px;height:60px}.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1809px -455px;width:90px;height:90px}.customize-option.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1834px -470px;width:60px;height:60px}.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1809px -546px;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1834px -561px;width:60px;height:60px}.hair_bangs_2_pyellow2{background-image:url(spritesmith0.png);background-position:-1809px -637px;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow2{background-image:url(spritesmith0.png);background-position:-1834px -652px;width:60px;height:60px}.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1809px -728px;width:90px;height:90px}.customize-option.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1834px -743px;width:60px;height:60px}.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1809px -819px;width:90px;height:90px}.customize-option.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1834px -834px;width:60px;height:60px}.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1809px -910px;width:90px;height:90px}.customize-option.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1834px -925px;width:60px;height:60px}.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1809px -1001px;width:90px;height:90px}.customize-option.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1834px -1016px;width:60px;height:60px}.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1809px -1092px;width:90px;height:90px}.customize-option.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1834px -1107px;width:60px;height:60px}.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1809px -1183px;width:90px;height:90px}.customize-option.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1834px -1198px;width:60px;height:60px}.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1809px -1274px;width:90px;height:90px}.customize-option.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1834px -1289px;width:60px;height:60px}.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-1809px -1365px;width:90px;height:90px}.customize-option.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-1834px -1380px;width:60px;height:60px}.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-1809px -1456px;width:90px;height:90px}.customize-option.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-1834px -1471px;width:60px;height:60px}.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-1809px -1547px;width:90px;height:90px}.customize-option.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-1834px -1562px;width:60px;height:60px}.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-1809px -1638px;width:90px;height:90px}.customize-option.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-1834px -1653px;width:60px;height:60px}.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:0 -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-25px -1813px;width:60px;height:60px}.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-91px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-116px -1813px;width:60px;height:60px}.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-182px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-207px -1813px;width:60px;height:60px}.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-273px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-298px -1813px;width:60px;height:60px}.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-364px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-389px -1813px;width:60px;height:60px}.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-455px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-480px -1813px;width:60px;height:60px}.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-546px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-571px -1813px;width:60px;height:60px}.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-637px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-662px -1813px;width:60px;height:60px}.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-728px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-753px -1813px;width:60px;height:60px}.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-819px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-844px -1813px;width:60px;height:60px}.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-910px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-935px -1813px;width:60px;height:60px}.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1001px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1026px -1813px;width:60px;height:60px}.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1092px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1117px -1813px;width:60px;height:60px}.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-1183px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-1208px -1813px;width:60px;height:60px}.hair_bangs_3_pblue2{background-image:url(spritesmith0.png);background-position:-1274px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue2{background-image:url(spritesmith0.png);background-position:-1299px -1813px;width:60px;height:60px}.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-1365px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-1390px -1813px;width:60px;height:60px}.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-1456px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-1481px -1813px;width:60px;height:60px}.hair_bangs_3_pgreen2{background-image:url(spritesmith0.png);background-position:-1547px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen2{background-image:url(spritesmith0.png);background-position:-1572px -1813px;width:60px;height:60px}.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1638px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1663px -1813px;width:60px;height:60px}.hair_bangs_3_porange2{background-image:url(spritesmith0.png);background-position:-1729px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_porange2{background-image:url(spritesmith0.png);background-position:-1754px -1813px;width:60px;height:60px}.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1900px 0;width:90px;height:90px}.customize-option.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1925px -15px;width:60px;height:60px}.hair_bangs_3_ppink2{background-image:url(spritesmith0.png);background-position:-1900px -91px;width:90px;height:90px}.customize-option.hair_bangs_3_ppink2{background-image:url(spritesmith0.png);background-position:-1925px -106px;width:60px;height:60px}.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1900px -182px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1925px -197px;width:60px;height:60px}.hair_bangs_3_ppurple2{background-image:url(spritesmith0.png);background-position:-1900px -273px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple2{background-image:url(spritesmith0.png);background-position:-1925px -288px;width:60px;height:60px}.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1900px -364px;width:90px;height:90px}.customize-option.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1925px -379px;width:60px;height:60px}.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1900px -455px;width:90px;height:90px}.customize-option.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1925px -470px;width:60px;height:60px}.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1900px -546px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1925px -561px;width:60px;height:60px}.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:-1900px -637px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:-1925px -652px;width:60px;height:60px}.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1900px -728px;width:90px;height:90px}.customize-option.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1925px -743px;width:60px;height:60px}.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1900px -819px;width:90px;height:90px}.customize-option.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1925px -834px;width:60px;height:60px}.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1900px -910px;width:90px;height:90px}.customize-option.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1925px -925px;width:60px;height:60px}.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1900px -1001px;width:90px;height:90px}.customize-option.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1925px -1016px;width:60px;height:60px}.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1900px -1092px;width:90px;height:90px}.customize-option.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1925px -1107px;width:60px;height:60px}.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1900px -1183px;width:90px;height:90px}.customize-option.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1925px -1198px;width:60px;height:60px}.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1900px -1274px;width:90px;height:90px}.customize-option.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1925px -1289px;width:60px;height:60px}.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1900px -1365px;width:90px;height:90px}.customize-option.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1925px -1380px;width:60px;height:60px}.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1900px -1456px;width:90px;height:90px}.customize-option.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1925px -1471px;width:60px;height:60px}.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1900px -1547px;width:90px;height:90px}.customize-option.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1925px -1562px;width:60px;height:60px}.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-1900px -1638px;width:90px;height:90px}.customize-option.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-1925px -1653px;width:60px;height:60px}.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-1900px -1729px;width:90px;height:90px}.customize-option.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-1925px -1744px;width:60px;height:60px}.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:0 -1889px;width:90px;height:90px}.customize-option.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-25px -1904px;width:60px;height:60px}.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-91px -1889px;width:90px;height:90px}.customize-option.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-116px -1904px;width:60px;height:60px}.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-182px -1889px;width:90px;height:90px}.customize-option.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-207px -1904px;width:60px;height:60px}.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-273px -1889px;width:90px;height:90px}.customize-option.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-298px -1904px;width:60px;height:60px}.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-364px -1889px;width:90px;height:90px}.customize-option.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-389px -1904px;width:60px;height:60px}.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-1365px -1434px;width:90px;height:90px}.customize-option.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-1390px -1449px;width:60px;height:60px}.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-1081px -91px;width:90px;height:90px}.customize-option.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-1106px -106px;width:60px;height:60px}.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-1081px 0;width:90px;height:90px}.customize-option.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-1106px -15px;width:60px;height:60px}.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-910px -979px;width:90px;height:90px}.customize-option.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-935px -994px;width:60px;height:60px}.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-819px -979px;width:90px;height:90px}.customize-option.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-844px -994px;width:60px;height:60px}.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-728px -979px;width:90px;height:90px}.customize-option.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-753px -994px;width:60px;height:60px}.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-637px -979px;width:90px;height:90px}.customize-option.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-662px -994px;width:60px;height:60px}.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-546px -979px;width:90px;height:90px}.customize-option.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-571px -994px;width:60px;height:60px}.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-455px -979px;width:90px;height:90px}.customize-option.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-480px -994px;width:60px;height:60px}.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-364px -979px;width:90px;height:90px}.customize-option.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-389px -994px;width:60px;height:60px}.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-273px -979px;width:90px;height:90px}.customize-option.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-298px -994px;width:60px;height:60px}.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-182px -979px;width:90px;height:90px}.customize-option.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-207px -994px;width:60px;height:60px}.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-91px -979px;width:90px;height:90px}.customize-option.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-116px -994px;width:60px;height:60px}.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:0 -979px;width:90px;height:90px}.customize-option.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:-25px -994px;width:60px;height:60px}.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-990px -819px;width:90px;height:90px}.customize-option.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-1015px -834px;width:60px;height:60px}.hair_base_10_ppink2{background-image:url(spritesmith0.png);background-position:-990px -728px;width:90px;height:90px}.customize-option.hair_base_10_ppink2{background-image:url(spritesmith0.png);background-position:-1015px -743px;width:60px;height:60px}.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-990px -637px;width:90px;height:90px}.customize-option.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-1015px -652px;width:60px;height:60px}.hair_base_10_ppurple2{background-image:url(spritesmith0.png);background-position:-990px -546px;width:90px;height:90px}.customize-option.hair_base_10_ppurple2{background-image:url(spritesmith0.png);background-position:-1015px -561px;width:60px;height:60px}.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:-990px -455px;width:90px;height:90px}.customize-option.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:-1015px -470px;width:60px;height:60px}.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-990px -364px;width:90px;height:90px}.customize-option.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-1015px -379px;width:60px;height:60px}.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-990px -273px;width:90px;height:90px}.customize-option.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-1015px -288px;width:60px;height:60px}.hair_base_10_pyellow2{background-image:url(spritesmith0.png);background-position:-990px -182px;width:90px;height:90px}.customize-option.hair_base_10_pyellow2{background-image:url(spritesmith0.png);background-position:-1015px -197px;width:60px;height:60px}.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-990px -91px;width:90px;height:90px}.customize-option.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-1015px -106px;width:60px;height:60px}.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-990px 0;width:90px;height:90px}.customize-option.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-1015px -15px;width:60px;height:60px}.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-819px -888px;width:90px;height:90px}.customize-option.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-844px -903px;width:60px;height:60px}.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-728px -888px;width:90px;height:90px}.customize-option.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-753px -903px;width:60px;height:60px}.hair_base_10_winternight{background-image:url(spritesmith0.png);background-position:-637px -888px;width:90px;height:90px}.customize-option.hair_base_10_winternight{background-image:url(spritesmith0.png);background-position:-662px -903px;width:60px;height:60px}.hair_base_10_winterstar{background-image:url(spritesmith0.png);background-position:-546px -888px;width:90px;height:90px}.customize-option.hair_base_10_winterstar{background-image:url(spritesmith0.png);background-position:-571px -903px;width:60px;height:60px}.hair_base_10_yellow{background-image:url(spritesmith0.png);background-position:-455px -888px;width:90px;height:90px}.customize-option.hair_base_10_yellow{background-image:url(spritesmith0.png);background-position:-480px -903px;width:60px;height:60px}.hair_base_10_zombie{background-image:url(spritesmith0.png);background-position:-364px -888px;width:90px;height:90px}.customize-option.hair_base_10_zombie{background-image:url(spritesmith0.png);background-position:-389px -903px;width:60px;height:60px}.hair_base_11_TRUred{background-image:url(spritesmith0.png);background-position:-273px -888px;width:90px;height:90px}.customize-option.hair_base_11_TRUred{background-image:url(spritesmith0.png);background-position:-298px -903px;width:60px;height:60px}.hair_base_11_aurora{background-image:url(spritesmith0.png);background-position:-182px -888px;width:90px;height:90px}.customize-option.hair_base_11_aurora{background-image:url(spritesmith0.png);background-position:-207px -903px;width:60px;height:60px}.hair_base_11_black{background-image:url(spritesmith0.png);background-position:-91px -888px;width:90px;height:90px}.customize-option.hair_base_11_black{background-image:url(spritesmith0.png);background-position:-116px -903px;width:60px;height:60px}.hair_base_11_blond{background-image:url(spritesmith0.png);background-position:-1081px -546px;width:90px;height:90px}.customize-option.hair_base_11_blond{background-image:url(spritesmith0.png);background-position:-1106px -561px;width:60px;height:60px}.hair_base_11_blue{background-image:url(spritesmith0.png);background-position:-1081px -455px;width:90px;height:90px}.customize-option.hair_base_11_blue{background-image:url(spritesmith0.png);background-position:-1106px -470px;width:60px;height:60px}.hair_base_11_brown{background-image:url(spritesmith0.png);background-position:-1081px -364px;width:90px;height:90px}.customize-option.hair_base_11_brown{background-image:url(spritesmith0.png);background-position:-1106px -379px;width:60px;height:60px}.hair_base_11_candycane{background-image:url(spritesmith0.png);background-position:-1081px -273px;width:90px;height:90px}.customize-option.hair_base_11_candycane{background-image:url(spritesmith0.png);background-position:-1106px -288px;width:60px;height:60px}.hair_base_11_candycorn{background-image:url(spritesmith0.png);background-position:-1081px -182px;width:90px;height:90px}.customize-option.hair_base_11_candycorn{background-image:url(spritesmith0.png);background-position:-1106px -197px;width:60px;height:60px}.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-1299px -1016px;width:60px;height:60px}.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_12_green{background-image:url(spritesmith1.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_13_black{background-image:url(spritesmith1.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-571px -834px;width:60px;height:60px}.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-662px -834px;width:60px;height:60px}.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-753px -834px;width:60px;height:60px}.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-844px -834px;width:60px;height:60px}.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-935px -15px;width:60px;height:60px}.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-935px -106px;width:60px;height:60px}.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-935px -197px;width:60px;height:60px}.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-935px -288px;width:60px;height:60px}.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-935px -379px;width:60px;height:60px}.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-935px -470px;width:60px;height:60px}.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-935px -561px;width:60px;height:60px}.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-935px -652px;width:60px;height:60px}.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-935px -743px;width:60px;height:60px}.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-935px -834px;width:60px;height:60px}.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-25px -925px;width:60px;height:60px}.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-116px -925px;width:60px;height:60px}.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-207px -925px;width:60px;height:60px}.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-298px -925px;width:60px;height:60px}.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-389px -925px;width:60px;height:60px}.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-480px -925px;width:60px;height:60px}.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-571px -925px;width:60px;height:60px}.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-662px -925px;width:60px;height:60px}.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-753px -925px;width:60px;height:60px}.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-844px -925px;width:60px;height:60px}.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-935px -925px;width:60px;height:60px}.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-1026px -15px;width:60px;height:60px}.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-1026px -106px;width:60px;height:60px}.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-1026px -197px;width:60px;height:60px}.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-1026px -288px;width:60px;height:60px}.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-1026px -379px;width:60px;height:60px}.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:-1026px -470px;width:60px;height:60px}.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-1026px -561px;width:60px;height:60px}.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-1026px -652px;width:60px;height:60px}.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-1026px -743px;width:60px;height:60px}.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-1026px -834px;width:60px;height:60px}.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-1026px -925px;width:60px;height:60px}.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-25px -1016px;width:60px;height:60px}.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:-116px -1016px;width:60px;height:60px}.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-207px -1016px;width:60px;height:60px}.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-298px -1016px;width:60px;height:60px}.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-389px -1016px;width:60px;height:60px}.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-480px -1016px;width:60px;height:60px}.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-571px -1016px;width:60px;height:60px}.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-662px -1016px;width:60px;height:60px}.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-753px -1016px;width:60px;height:60px}.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-844px -1016px;width:60px;height:60px}.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-935px -1016px;width:60px;height:60px}.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-1026px -1016px;width:60px;height:60px}.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-1117px -15px;width:60px;height:60px}.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-1117px -106px;width:60px;height:60px}.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-1117px -197px;width:60px;height:60px}.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-1117px -288px;width:60px;height:60px}.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-1117px -379px;width:60px;height:60px}.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-1117px -470px;width:60px;height:60px}.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-1117px -561px;width:60px;height:60px}.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-1117px -652px;width:60px;height:60px}.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-1117px -743px;width:60px;height:60px}.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-1117px -834px;width:60px;height:60px}.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-1117px -925px;width:60px;height:60px}.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-1117px -1016px;width:60px;height:60px}.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-25px -1107px;width:60px;height:60px}.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-116px -1107px;width:60px;height:60px}.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-207px -1107px;width:60px;height:60px}.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-298px -1107px;width:60px;height:60px}.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-389px -1107px;width:60px;height:60px}.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-480px -1107px;width:60px;height:60px}.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-571px -1107px;width:60px;height:60px}.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-662px -1107px;width:60px;height:60px}.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-753px -1107px;width:60px;height:60px}.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-844px -1107px;width:60px;height:60px}.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-935px -1107px;width:60px;height:60px}.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-1026px -1107px;width:60px;height:60px}.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-1117px -1107px;width:60px;height:60px}.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1208px -15px;width:60px;height:60px}.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:-1208px -106px;width:60px;height:60px}.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1208px -197px;width:60px;height:60px}.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-1208px -288px;width:60px;height:60px}.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1208px -379px;width:60px;height:60px}.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-1208px -470px;width:60px;height:60px}.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1208px -561px;width:60px;height:60px}.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-1208px -652px;width:60px;height:60px}.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-1208px -743px;width:60px;height:60px}.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-1208px -834px;width:60px;height:60px}.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-1208px -925px;width:60px;height:60px}.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-1208px -1016px;width:60px;height:60px}.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1208px -1107px;width:60px;height:60px}.hair_base_1_white{background-image:url(spritesmith1.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-25px -1198px;width:60px;height:60px}.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-116px -1198px;width:60px;height:60px}.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-207px -1198px;width:60px;height:60px}.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-298px -1198px;width:60px;height:60px}.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-389px -1198px;width:60px;height:60px}.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-480px -1198px;width:60px;height:60px}.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-571px -1198px;width:60px;height:60px}.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-662px -1198px;width:60px;height:60px}.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-753px -1198px;width:60px;height:60px}.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-844px -1198px;width:60px;height:60px}.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-935px -1198px;width:60px;height:60px}.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-1026px -1198px;width:60px;height:60px}.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-1117px -1198px;width:60px;height:60px}.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1208px -1198px;width:60px;height:60px}.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1299px -15px;width:60px;height:60px}.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1299px -106px;width:60px;height:60px}.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1299px -197px;width:60px;height:60px}.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1299px -288px;width:60px;height:60px}.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1299px -379px;width:60px;height:60px}.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1299px -470px;width:60px;height:60px}.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1299px -561px;width:60px;height:60px}.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1299px -652px;width:60px;height:60px}.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:-1299px -743px;width:60px;height:60px}.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-1299px -834px;width:60px;height:60px}.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-1299px -925px;width:60px;height:60px}.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:0 0;width:90px;height:90px}.customize-option.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:-25px -15px;width:60px;height:60px}.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-1299px -1107px;width:60px;height:60px}.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-1299px -1198px;width:60px;height:60px}.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-25px -1289px;width:60px;height:60px}.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-116px -1289px;width:60px;height:60px}.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-207px -1289px;width:60px;height:60px}.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-298px -1289px;width:60px;height:60px}.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-389px -1289px;width:60px;height:60px}.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-480px -1289px;width:60px;height:60px}.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-571px -1289px;width:60px;height:60px}.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:-662px -1289px;width:60px;height:60px}.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-753px -1289px;width:60px;height:60px}.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-844px -1289px;width:60px;height:60px}.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-935px -1289px;width:60px;height:60px}.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-1026px -1289px;width:60px;height:60px}.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-1117px -1289px;width:60px;height:60px}.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-1208px -1289px;width:60px;height:60px}.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-1299px -1289px;width:60px;height:60px}.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1390px -15px;width:60px;height:60px}.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1390px -106px;width:60px;height:60px}.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1390px -197px;width:60px;height:60px}.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1390px -288px;width:60px;height:60px}.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1390px -379px;width:60px;height:60px}.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1390px -470px;width:60px;height:60px}.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1390px -561px;width:60px;height:60px}.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1390px -652px;width:60px;height:60px}.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1390px -743px;width:60px;height:60px}.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-1390px -834px;width:60px;height:60px}.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-1390px -925px;width:60px;height:60px}.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-1390px -1016px;width:60px;height:60px}.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-1390px -1107px;width:60px;height:60px}.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-1390px -1198px;width:60px;height:60px}.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1390px -1289px;width:60px;height:60px}.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-25px -1380px;width:60px;height:60px}.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-116px -1380px;width:60px;height:60px}.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-207px -1380px;width:60px;height:60px}.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-298px -1380px;width:60px;height:60px}.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-389px -1380px;width:60px;height:60px}.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-480px -1380px;width:60px;height:60px}.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-571px -1380px;width:60px;height:60px}.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-662px -1380px;width:60px;height:60px}.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:-753px -1380px;width:60px;height:60px}.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-844px -1380px;width:60px;height:60px}.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-935px -1380px;width:60px;height:60px}.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-1026px -1380px;width:60px;height:60px}.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-1117px -1380px;width:60px;height:60px}.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-1208px -1380px;width:60px;height:60px}.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-1299px -1380px;width:60px;height:60px}.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-1390px -1380px;width:60px;height:60px}.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-1481px -15px;width:60px;height:60px}.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1481px -106px;width:60px;height:60px}.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1481px -197px;width:60px;height:60px}.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1481px -288px;width:60px;height:60px}.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1481px -379px;width:60px;height:60px}.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1481px -470px;width:60px;height:60px}.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1481px -561px;width:60px;height:60px}.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1481px -652px;width:60px;height:60px}.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1481px -743px;width:60px;height:60px}.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1481px -834px;width:60px;height:60px}.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-1481px -925px;width:60px;height:60px}.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-1481px -1016px;width:60px;height:60px}.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-1481px -1107px;width:60px;height:60px}.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-1456px -1183px;width:90px;height:90px}.customize-option.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-1481px -1198px;width:60px;height:60px}.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-1456px -1274px;width:90px;height:90px}.customize-option.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-1481px -1289px;width:60px;height:60px}.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1456px -1365px;width:90px;height:90px}.customize-option.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1481px -1380px;width:60px;height:60px}.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:0 -1456px;width:90px;height:90px}.customize-option.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-25px -1471px;width:60px;height:60px}.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-91px -1456px;width:90px;height:90px}.customize-option.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-116px -1471px;width:60px;height:60px}.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-182px -1456px;width:90px;height:90px}.customize-option.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-207px -1471px;width:60px;height:60px}.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-273px -1456px;width:90px;height:90px}.customize-option.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-298px -1471px;width:60px;height:60px}.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-364px -1456px;width:90px;height:90px}.customize-option.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-389px -1471px;width:60px;height:60px}.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-455px -1456px;width:90px;height:90px}.customize-option.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-480px -1471px;width:60px;height:60px}.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-546px -1456px;width:90px;height:90px}.customize-option.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-571px -1471px;width:60px;height:60px}.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-637px -1456px;width:90px;height:90px}.customize-option.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-662px -1471px;width:60px;height:60px}.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-728px -1456px;width:90px;height:90px}.customize-option.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-753px -1471px;width:60px;height:60px}.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-819px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-844px -1471px;width:60px;height:60px}.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:-910px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:-935px -1471px;width:60px;height:60px}.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-1001px -1456px;width:90px;height:90px}.customize-option.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-1026px -1471px;width:60px;height:60px}.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-1092px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-1117px -1471px;width:60px;height:60px}.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-1183px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-1208px -1471px;width:60px;height:60px}.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-1274px -1456px;width:90px;height:90px}.customize-option.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-1299px -1471px;width:60px;height:60px}.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-1365px -1456px;width:90px;height:90px}.customize-option.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-1390px -1471px;width:60px;height:60px}.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1456px -1456px;width:90px;height:90px}.customize-option.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1481px -1471px;width:60px;height:60px}.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-1547px 0;width:90px;height:90px}.customize-option.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-1572px -15px;width:60px;height:60px}.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1547px -91px;width:90px;height:90px}.customize-option.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1572px -106px;width:60px;height:60px}.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-1547px -182px;width:90px;height:90px}.customize-option.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-1572px -197px;width:60px;height:60px}.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1547px -273px;width:90px;height:90px}.customize-option.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1572px -288px;width:60px;height:60px}.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1547px -364px;width:90px;height:90px}.customize-option.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1572px -379px;width:60px;height:60px}.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1547px -455px;width:90px;height:90px}.customize-option.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1572px -470px;width:60px;height:60px}.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-1547px -546px;width:90px;height:90px}.customize-option.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-1572px -561px;width:60px;height:60px}.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1547px -637px;width:90px;height:90px}.customize-option.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1572px -652px;width:60px;height:60px}.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1547px -728px;width:90px;height:90px}.customize-option.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1572px -743px;width:60px;height:60px}.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1547px -819px;width:90px;height:90px}.customize-option.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1572px -834px;width:60px;height:60px}.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1547px -910px;width:90px;height:90px}.customize-option.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1572px -925px;width:60px;height:60px}.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1547px -1001px;width:90px;height:90px}.customize-option.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1572px -1016px;width:60px;height:60px}.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1547px -1092px;width:90px;height:90px}.customize-option.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1572px -1107px;width:60px;height:60px}.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-1547px -1183px;width:90px;height:90px}.customize-option.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-1572px -1198px;width:60px;height:60px}.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-1547px -1274px;width:90px;height:90px}.customize-option.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-1572px -1289px;width:60px;height:60px}.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-1547px -1365px;width:90px;height:90px}.customize-option.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-1572px -1380px;width:60px;height:60px}.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1547px -1456px;width:90px;height:90px}.customize-option.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1572px -1471px;width:60px;height:60px}.hair_base_5_black{background-image:url(spritesmith1.png);background-position:0 -1547px;width:90px;height:90px}.customize-option.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-25px -1562px;width:60px;height:60px}.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-91px -1547px;width:90px;height:90px}.customize-option.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-116px -1562px;width:60px;height:60px}.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-182px -1547px;width:90px;height:90px}.customize-option.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-207px -1562px;width:60px;height:60px}.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-273px -1547px;width:90px;height:90px}.customize-option.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-298px -1562px;width:60px;height:60px}.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-364px -1547px;width:90px;height:90px}.customize-option.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-389px -1562px;width:60px;height:60px}.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-455px -1547px;width:90px;height:90px}.customize-option.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-480px -1562px;width:60px;height:60px}.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-546px -1547px;width:90px;height:90px}.customize-option.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-571px -1562px;width:60px;height:60px}.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-637px -1547px;width:90px;height:90px}.customize-option.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-662px -1562px;width:60px;height:60px}.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-728px -1547px;width:90px;height:90px}.customize-option.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-753px -1562px;width:60px;height:60px}.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-819px -1547px;width:90px;height:90px}.customize-option.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-844px -1562px;width:60px;height:60px}.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-910px -1547px;width:90px;height:90px}.customize-option.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-935px -1562px;width:60px;height:60px}.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1001px -1547px;width:90px;height:90px}.customize-option.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1026px -1562px;width:60px;height:60px}.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1092px -1547px;width:90px;height:90px}.customize-option.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1117px -1562px;width:60px;height:60px}.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-1183px -1547px;width:90px;height:90px}.customize-option.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-1208px -1562px;width:60px;height:60px}.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-1274px -1547px;width:90px;height:90px}.customize-option.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-1299px -1562px;width:60px;height:60px}.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-1365px -1547px;width:90px;height:90px}.customize-option.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-1390px -1562px;width:60px;height:60px}.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1456px -1547px;width:90px;height:90px}.customize-option.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1481px -1562px;width:60px;height:60px}.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1547px -1547px;width:90px;height:90px}.customize-option.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1572px -1562px;width:60px;height:60px}.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-1638px 0;width:90px;height:90px}.customize-option.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-1663px -15px;width:60px;height:60px}.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1638px -91px;width:90px;height:90px}.customize-option.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1663px -106px;width:60px;height:60px}.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-1638px -182px;width:90px;height:90px}.customize-option.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-1663px -197px;width:60px;height:60px}.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1638px -273px;width:90px;height:90px}.customize-option.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1663px -288px;width:60px;height:60px}.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-1638px -364px;width:90px;height:90px}.customize-option.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-1663px -379px;width:60px;height:60px}.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1638px -455px;width:90px;height:90px}.customize-option.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1663px -470px;width:60px;height:60px}.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:-1638px -546px;width:90px;height:90px}.customize-option.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:-1663px -561px;width:60px;height:60px}.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1638px -637px;width:90px;height:90px}.customize-option.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1663px -652px;width:60px;height:60px}.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1638px -728px;width:90px;height:90px}.customize-option.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1663px -743px;width:60px;height:60px}.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1638px -819px;width:90px;height:90px}.customize-option.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1663px -834px;width:60px;height:60px}.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-1638px -910px;width:90px;height:90px}.customize-option.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-1663px -925px;width:60px;height:60px}.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1638px -1001px;width:90px;height:90px}.customize-option.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1663px -1016px;width:60px;height:60px}.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1638px -1092px;width:90px;height:90px}.customize-option.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1663px -1107px;width:60px;height:60px}.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1638px -1183px;width:90px;height:90px}.customize-option.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1663px -1198px;width:60px;height:60px}.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1638px -1274px;width:90px;height:90px}.customize-option.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1663px -1289px;width:60px;height:60px}.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1638px -1365px;width:90px;height:90px}.customize-option.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1663px -1380px;width:60px;height:60px}.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-1638px -1456px;width:90px;height:90px}.customize-option.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-1663px -1471px;width:60px;height:60px}.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1638px -1547px;width:90px;height:90px}.customize-option.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1663px -1562px;width:60px;height:60px}.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:0 -1638px;width:90px;height:90px}.customize-option.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-25px -1653px;width:60px;height:60px}.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-91px -1638px;width:90px;height:90px}.customize-option.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-116px -1653px;width:60px;height:60px}.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-182px -1638px;width:90px;height:90px}.customize-option.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-207px -1653px;width:60px;height:60px}.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-273px -1638px;width:90px;height:90px}.customize-option.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-298px -1653px;width:60px;height:60px}.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-364px -1638px;width:90px;height:90px}.customize-option.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-389px -1653px;width:60px;height:60px}.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-455px -1638px;width:90px;height:90px}.customize-option.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-480px -1653px;width:60px;height:60px}.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-546px -1638px;width:90px;height:90px}.customize-option.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-571px -1653px;width:60px;height:60px}.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-637px -1638px;width:90px;height:90px}.customize-option.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-662px -1653px;width:60px;height:60px}.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-728px -1638px;width:90px;height:90px}.customize-option.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-753px -1653px;width:60px;height:60px}.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-819px -1638px;width:90px;height:90px}.customize-option.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-844px -1653px;width:60px;height:60px}.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-910px -1638px;width:90px;height:90px}.customize-option.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-935px -1653px;width:60px;height:60px}.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1001px -1638px;width:90px;height:90px}.customize-option.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1026px -1653px;width:60px;height:60px}.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1092px -1638px;width:90px;height:90px}.customize-option.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1117px -1653px;width:60px;height:60px}.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1183px -1638px;width:90px;height:90px}.customize-option.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1208px -1653px;width:60px;height:60px}.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1274px -1638px;width:90px;height:90px}.customize-option.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1299px -1653px;width:60px;height:60px}.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-1365px -1638px;width:90px;height:90px}.customize-option.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-1390px -1653px;width:60px;height:60px}.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-1456px -1638px;width:90px;height:90px}.customize-option.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-1481px -1653px;width:60px;height:60px}.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1547px -1638px;width:90px;height:90px}.customize-option.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1572px -1653px;width:60px;height:60px}.hair_base_6_pblue2{background-image:url(spritesmith1.png);background-position:-1638px -1638px;width:90px;height:90px}.customize-option.hair_base_6_pblue2{background-image:url(spritesmith1.png);background-position:-1663px -1653px;width:60px;height:60px}.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1729px 0;width:90px;height:90px}.customize-option.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1754px -15px;width:60px;height:60px}.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1729px -91px;width:90px;height:90px}.customize-option.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1754px -106px;width:60px;height:60px}.hair_base_6_pgreen2{background-image:url(spritesmith1.png);background-position:-1729px -182px;width:90px;height:90px}.customize-option.hair_base_6_pgreen2{background-image:url(spritesmith1.png);background-position:-1754px -197px;width:60px;height:60px}.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1729px -273px;width:90px;height:90px}.customize-option.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1754px -288px;width:60px;height:60px}.hair_base_6_porange2{background-image:url(spritesmith1.png);background-position:-1729px -364px;width:90px;height:90px}.customize-option.hair_base_6_porange2{background-image:url(spritesmith1.png);background-position:-1754px -379px;width:60px;height:60px}.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1729px -455px;width:90px;height:90px}.customize-option.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1754px -470px;width:60px;height:60px}.hair_base_6_ppink2{background-image:url(spritesmith1.png);background-position:-1729px -546px;width:90px;height:90px}.customize-option.hair_base_6_ppink2{background-image:url(spritesmith1.png);background-position:-1754px -561px;width:60px;height:60px}.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:-1729px -637px;width:90px;height:90px}.customize-option.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:-1754px -652px;width:60px;height:60px}.hair_base_6_ppurple2{background-image:url(spritesmith1.png);background-position:-1729px -728px;width:90px;height:90px}.customize-option.hair_base_6_ppurple2{background-image:url(spritesmith1.png);background-position:-1754px -743px;width:60px;height:60px}.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-1729px -819px;width:90px;height:90px}.customize-option.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-1754px -834px;width:60px;height:60px}.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-1729px -910px;width:90px;height:90px}.customize-option.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-1754px -925px;width:60px;height:60px}.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-1729px -1001px;width:90px;height:90px}.customize-option.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-1754px -1016px;width:60px;height:60px}.hair_base_6_pyellow2{background-image:url(spritesmith1.png);background-position:-1729px -1092px;width:90px;height:90px}.customize-option.hair_base_6_pyellow2{background-image:url(spritesmith1.png);background-position:-1754px -1107px;width:60px;height:60px}.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:-1729px -1183px;width:90px;height:90px}.customize-option.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:-1754px -1198px;width:60px;height:60px}.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-1729px -1274px;width:90px;height:90px}.customize-option.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-1754px -1289px;width:60px;height:60px}.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-1729px -1365px;width:90px;height:90px}.customize-option.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-1754px -1380px;width:60px;height:60px}.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-1729px -1456px;width:90px;height:90px}.customize-option.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-1754px -1471px;width:60px;height:60px}.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-1729px -1547px;width:90px;height:90px}.customize-option.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-1754px -1562px;width:60px;height:60px}.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-1729px -1638px;width:90px;height:90px}.customize-option.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-1754px -1653px;width:60px;height:60px}.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:0 -1729px;width:90px;height:90px}.customize-option.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:-25px -1744px;width:60px;height:60px}.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-91px -1729px;width:90px;height:90px}.customize-option.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-116px -1744px;width:60px;height:60px}.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-182px -1729px;width:90px;height:90px}.customize-option.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-207px -1744px;width:60px;height:60px}.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-273px -1729px;width:90px;height:90px}.customize-option.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-298px -1744px;width:60px;height:60px}.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-364px -1729px;width:90px;height:90px}.customize-option.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-389px -1744px;width:60px;height:60px}.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-455px -1729px;width:90px;height:90px}.customize-option.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-480px -1744px;width:60px;height:60px}.hair_base_7_blue{background-image:url(spritesmith1.png);background-position:-546px -1729px;width:90px;height:90px}.customize-option.hair_base_7_blue{background-image:url(spritesmith1.png);background-position:-571px -1744px;width:60px;height:60px}.hair_base_7_brown{background-image:url(spritesmith1.png);background-position:-637px -1729px;width:90px;height:90px}.customize-option.hair_base_7_brown{background-image:url(spritesmith1.png);background-position:-662px -1744px;width:60px;height:60px}.hair_base_7_candycane{background-image:url(spritesmith1.png);background-position:-728px -1729px;width:90px;height:90px}.customize-option.hair_base_7_candycane{background-image:url(spritesmith1.png);background-position:-753px -1744px;width:60px;height:60px}.hair_base_7_candycorn{background-image:url(spritesmith1.png);background-position:-819px -1729px;width:90px;height:90px}.customize-option.hair_base_7_candycorn{background-image:url(spritesmith1.png);background-position:-844px -1744px;width:60px;height:60px}.hair_base_7_festive{background-image:url(spritesmith1.png);background-position:-910px -1729px;width:90px;height:90px}.customize-option.hair_base_7_festive{background-image:url(spritesmith1.png);background-position:-935px -1744px;width:60px;height:60px}.hair_base_7_frost{background-image:url(spritesmith1.png);background-position:-1001px -1729px;width:90px;height:90px}.customize-option.hair_base_7_frost{background-image:url(spritesmith1.png);background-position:-1026px -1744px;width:60px;height:60px}.hair_base_7_ghostwhite{background-image:url(spritesmith1.png);background-position:-1092px -1729px;width:90px;height:90px}.customize-option.hair_base_7_ghostwhite{background-image:url(spritesmith1.png);background-position:-1117px -1744px;width:60px;height:60px}.hair_base_7_green{background-image:url(spritesmith1.png);background-position:-1183px -1729px;width:90px;height:90px}.customize-option.hair_base_7_green{background-image:url(spritesmith1.png);background-position:-1208px -1744px;width:60px;height:60px}.hair_base_7_halloween{background-image:url(spritesmith1.png);background-position:-1274px -1729px;width:90px;height:90px}.customize-option.hair_base_7_halloween{background-image:url(spritesmith1.png);background-position:-1299px -1744px;width:60px;height:60px}.hair_base_7_holly{background-image:url(spritesmith1.png);background-position:-1365px -1729px;width:90px;height:90px}.customize-option.hair_base_7_holly{background-image:url(spritesmith1.png);background-position:-1390px -1744px;width:60px;height:60px}.hair_base_7_hollygreen{background-image:url(spritesmith1.png);background-position:-1456px -1729px;width:90px;height:90px}.customize-option.hair_base_7_hollygreen{background-image:url(spritesmith1.png);background-position:-1481px -1744px;width:60px;height:60px}.hair_base_7_midnight{background-image:url(spritesmith1.png);background-position:-1547px -1729px;width:90px;height:90px}.customize-option.hair_base_7_midnight{background-image:url(spritesmith1.png);background-position:-1572px -1744px;width:60px;height:60px}.hair_base_7_pblue{background-image:url(spritesmith1.png);background-position:-1638px -1729px;width:90px;height:90px}.customize-option.hair_base_7_pblue{background-image:url(spritesmith1.png);background-position:-1663px -1744px;width:60px;height:60px}.hair_base_7_pblue2{background-image:url(spritesmith1.png);background-position:-1729px -1729px;width:90px;height:90px}.customize-option.hair_base_7_pblue2{background-image:url(spritesmith1.png);background-position:-1754px -1744px;width:60px;height:60px}.hair_base_7_peppermint{background-image:url(spritesmith1.png);background-position:-1820px 0;width:90px;height:90px}.customize-option.hair_base_7_peppermint{background-image:url(spritesmith1.png);background-position:-1845px -15px;width:60px;height:60px}.hair_base_7_pgreen{background-image:url(spritesmith1.png);background-position:-1820px -91px;width:90px;height:90px}.customize-option.hair_base_7_pgreen{background-image:url(spritesmith1.png);background-position:-1845px -106px;width:60px;height:60px}.hair_base_7_pgreen2{background-image:url(spritesmith1.png);background-position:-1820px -182px;width:90px;height:90px}.customize-option.hair_base_7_pgreen2{background-image:url(spritesmith1.png);background-position:-1845px -197px;width:60px;height:60px}.hair_base_7_porange{background-image:url(spritesmith1.png);background-position:-1820px -273px;width:90px;height:90px}.customize-option.hair_base_7_porange{background-image:url(spritesmith1.png);background-position:-1845px -288px;width:60px;height:60px}.hair_base_7_porange2{background-image:url(spritesmith1.png);background-position:-1820px -364px;width:90px;height:90px}.customize-option.hair_base_7_porange2{background-image:url(spritesmith1.png);background-position:-1845px -379px;width:60px;height:60px}.hair_base_7_ppink{background-image:url(spritesmith1.png);background-position:-1820px -455px;width:90px;height:90px}.customize-option.hair_base_7_ppink{background-image:url(spritesmith1.png);background-position:-1845px -470px;width:60px;height:60px}.hair_base_7_ppink2{background-image:url(spritesmith1.png);background-position:-1820px -546px;width:90px;height:90px}.customize-option.hair_base_7_ppink2{background-image:url(spritesmith1.png);background-position:-1845px -561px;width:60px;height:60px}.hair_base_7_ppurple{background-image:url(spritesmith1.png);background-position:-1820px -637px;width:90px;height:90px}.customize-option.hair_base_7_ppurple{background-image:url(spritesmith1.png);background-position:-1845px -652px;width:60px;height:60px}.hair_base_7_ppurple2{background-image:url(spritesmith1.png);background-position:-1820px -728px;width:90px;height:90px}.customize-option.hair_base_7_ppurple2{background-image:url(spritesmith1.png);background-position:-1845px -743px;width:60px;height:60px}.hair_base_7_pumpkin{background-image:url(spritesmith1.png);background-position:-1820px -819px;width:90px;height:90px}.customize-option.hair_base_7_pumpkin{background-image:url(spritesmith1.png);background-position:-1845px -834px;width:60px;height:60px}.hair_base_7_purple{background-image:url(spritesmith1.png);background-position:-1820px -910px;width:90px;height:90px}.customize-option.hair_base_7_purple{background-image:url(spritesmith1.png);background-position:-1845px -925px;width:60px;height:60px}.hair_base_7_pyellow{background-image:url(spritesmith1.png);background-position:-1820px -1001px;width:90px;height:90px}.customize-option.hair_base_7_pyellow{background-image:url(spritesmith1.png);background-position:-1845px -1016px;width:60px;height:60px}.hair_base_7_pyellow2{background-image:url(spritesmith1.png);background-position:-1820px -1092px;width:90px;height:90px}.customize-option.hair_base_7_pyellow2{background-image:url(spritesmith1.png);background-position:-1845px -1107px;width:60px;height:60px}.hair_base_7_rainbow{background-image:url(spritesmith1.png);background-position:-1820px -1183px;width:90px;height:90px}.customize-option.hair_base_7_rainbow{background-image:url(spritesmith1.png);background-position:-1845px -1198px;width:60px;height:60px}.hair_base_7_red{background-image:url(spritesmith1.png);background-position:-1820px -1274px;width:90px;height:90px}.customize-option.hair_base_7_red{background-image:url(spritesmith1.png);background-position:-1845px -1289px;width:60px;height:60px}.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_7_white{background-image:url(spritesmith2.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.hair_base_7_white{background-image:url(spritesmith2.png);background-position:-1299px -1016px;width:60px;height:60px}.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_8_green{background-image:url(spritesmith2.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_8_green{background-image:url(spritesmith2.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_9_green{background-image:url(spritesmith2.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_9_green{background-image:url(spritesmith2.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-844px -197px;width:60px;height:60px}.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-844px -288px;width:60px;height:60px}.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-844px -379px;width:60px;height:60px}.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-844px -470px;width:60px;height:60px}.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-844px -561px;width:60px;height:60px}.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-844px -652px;width:60px;height:60px}.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-844px -743px;width:60px;height:60px}.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:-25px -834px;width:60px;height:60px}.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-116px -834px;width:60px;height:60px}.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-207px -834px;width:60px;height:60px}.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-298px -834px;width:60px;height:60px}.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-389px -834px;width:60px;height:60px}.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-480px -834px;width:60px;height:60px}.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-571px -834px;width:60px;height:60px}.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:-662px -834px;width:60px;height:60px}.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-753px -834px;width:60px;height:60px}.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-844px -834px;width:60px;height:60px}.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-935px -15px;width:60px;height:60px}.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-935px -106px;width:60px;height:60px}.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-935px -197px;width:60px;height:60px}.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:-935px -288px;width:60px;height:60px}.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-935px -379px;width:60px;height:60px}.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:-935px -470px;width:60px;height:60px}.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-935px -561px;width:60px;height:60px}.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-935px -652px;width:60px;height:60px}.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-935px -743px;width:60px;height:60px}.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-935px -834px;width:60px;height:60px}.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:-25px -925px;width:60px;height:60px}.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-116px -925px;width:60px;height:60px}.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-207px -925px;width:60px;height:60px}.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-298px -925px;width:60px;height:60px}.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-389px -940px;width:60px;height:60px}.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-480px -940px;width:60px;height:60px}.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-571px -940px;width:60px;height:60px}.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-662px -940px;width:60px;height:60px}.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-753px -940px;width:60px;height:60px}.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-844px -940px;width:60px;height:60px}.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-935px -940px;width:60px;height:60px}.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1026px -30px;width:60px;height:60px}.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-1026px -121px;width:60px;height:60px}.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-1026px -212px;width:60px;height:60px}.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1026px -303px;width:60px;height:60px}.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1026px -394px;width:60px;height:60px}.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1026px -485px;width:60px;height:60px}.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1026px -576px;width:60px;height:60px}.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-1026px -667px;width:60px;height:60px}.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1026px -758px;width:60px;height:60px}.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1026px -849px;width:60px;height:60px}.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-1026px -940px;width:60px;height:60px}.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-25px -1031px;width:60px;height:60px}.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-116px -1031px;width:60px;height:60px}.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-207px -1031px;width:60px;height:60px}.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-298px -1031px;width:60px;height:60px}.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-389px -1031px;width:60px;height:60px}.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-480px -1031px;width:60px;height:60px}.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-571px -1031px;width:60px;height:60px}.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-662px -1031px;width:60px;height:60px}.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-753px -1031px;width:60px;height:60px}.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-844px -1031px;width:60px;height:60px}.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-935px -1031px;width:60px;height:60px}.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1026px -1031px;width:60px;height:60px}.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1117px -30px;width:60px;height:60px}.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-1117px -121px;width:60px;height:60px}.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1117px -212px;width:60px;height:60px}.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1117px -303px;width:60px;height:60px}.skin_0ff591{background-image:url(spritesmith2.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.skin_0ff591{background-image:url(spritesmith2.png);background-position:-1117px -379px;width:60px;height:60px}.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-1117px -470px;width:60px;height:60px}.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-1117px -561px;width:60px;height:60px}.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-1117px -652px;width:60px;height:60px}.skin_6bd049{background-image:url(spritesmith2.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.skin_6bd049{background-image:url(spritesmith2.png);background-position:-1117px -743px;width:60px;height:60px}.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-1117px -834px;width:60px;height:60px}.skin_800ed0{background-image:url(spritesmith2.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.skin_800ed0{background-image:url(spritesmith2.png);background-position:-1117px -925px;width:60px;height:60px}.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1016px;width:60px;height:60px}.skin_915533{background-image:url(spritesmith2.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.skin_915533{background-image:url(spritesmith2.png);background-position:-25px -1107px;width:60px;height:60px}.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-116px -1107px;width:60px;height:60px}.skin_98461a{background-image:url(spritesmith2.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.skin_98461a{background-image:url(spritesmith2.png);background-position:-207px -1107px;width:60px;height:60px}.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-298px -1107px;width:60px;height:60px}.skin_bear{background-image:url(spritesmith2.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.skin_bear{background-image:url(spritesmith2.png);background-position:-389px -1107px;width:60px;height:60px}.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-480px -1107px;width:60px;height:60px}.skin_c06534{background-image:url(spritesmith2.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.skin_c06534{background-image:url(spritesmith2.png);background-position:-571px -1107px;width:60px;height:60px}.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-662px -1107px;width:60px;height:60px}.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-753px -1107px;width:60px;height:60px}.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-844px -1107px;width:60px;height:60px}.skin_cactus{background-image:url(spritesmith2.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.skin_cactus{background-image:url(spritesmith2.png);background-position:-935px -1107px;width:60px;height:60px}.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-1026px -1107px;width:60px;height:60px}.skin_candycorn{background-image:url(spritesmith2.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.skin_candycorn{background-image:url(spritesmith2.png);background-position:-1117px -1107px;width:60px;height:60px}.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-1208px -15px;width:60px;height:60px}.skin_clownfish{background-image:url(spritesmith2.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.skin_clownfish{background-image:url(spritesmith2.png);background-position:-1208px -106px;width:60px;height:60px}.skin_clownfish_sleep{background-image:url(spritesmith2.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.skin_clownfish_sleep{background-image:url(spritesmith2.png);background-position:-1208px -197px;width:60px;height:60px}.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-1208px -288px;width:60px;height:60px}.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-1208px -379px;width:60px;height:60px}.skin_ddc994{background-image:url(spritesmith2.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.skin_ddc994{background-image:url(spritesmith2.png);background-position:-1208px -470px;width:60px;height:60px}.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-1208px -561px;width:60px;height:60px}.skin_deepocean{background-image:url(spritesmith2.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.skin_deepocean{background-image:url(spritesmith2.png);background-position:-1208px -652px;width:60px;height:60px}.skin_deepocean_sleep{background-image:url(spritesmith2.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.skin_deepocean_sleep{background-image:url(spritesmith2.png);background-position:-1208px -743px;width:60px;height:60px}.skin_ea8349{background-image:url(spritesmith2.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.skin_ea8349{background-image:url(spritesmith2.png);background-position:-1208px -834px;width:60px;height:60px}.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-1208px -925px;width:60px;height:60px}.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1208px -1016px;width:60px;height:60px}.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1208px -1107px;width:60px;height:60px}.skin_f5a76e{background-image:url(spritesmith2.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-25px -1198px;width:60px;height:60px}.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-116px -1198px;width:60px;height:60px}.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-207px -1198px;width:60px;height:60px}.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-298px -1198px;width:60px;height:60px}.skin_f69922{background-image:url(spritesmith2.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.skin_f69922{background-image:url(spritesmith2.png);background-position:-389px -1198px;width:60px;height:60px}.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-480px -1198px;width:60px;height:60px}.skin_fox{background-image:url(spritesmith2.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.skin_fox{background-image:url(spritesmith2.png);background-position:-571px -1198px;width:60px;height:60px}.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-662px -1198px;width:60px;height:60px}.skin_ghost{background-image:url(spritesmith2.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.skin_ghost{background-image:url(spritesmith2.png);background-position:-753px -1198px;width:60px;height:60px}.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-844px -1198px;width:60px;height:60px}.skin_lion{background-image:url(spritesmith2.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.skin_lion{background-image:url(spritesmith2.png);background-position:-935px -1198px;width:60px;height:60px}.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:-1026px -1198px;width:60px;height:60px}.skin_merblue{background-image:url(spritesmith2.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.skin_merblue{background-image:url(spritesmith2.png);background-position:-1117px -1198px;width:60px;height:60px}.skin_merblue_sleep{background-image:url(spritesmith2.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.skin_merblue_sleep{background-image:url(spritesmith2.png);background-position:-1208px -1198px;width:60px;height:60px}.skin_mergold{background-image:url(spritesmith2.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.skin_mergold{background-image:url(spritesmith2.png);background-position:-1299px -15px;width:60px;height:60px}.skin_mergold_sleep{background-image:url(spritesmith2.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.skin_mergold_sleep{background-image:url(spritesmith2.png);background-position:-1299px -106px;width:60px;height:60px}.skin_mergreen{background-image:url(spritesmith2.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.skin_mergreen{background-image:url(spritesmith2.png);background-position:-1299px -197px;width:60px;height:60px}.skin_mergreen_sleep{background-image:url(spritesmith2.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.skin_mergreen_sleep{background-image:url(spritesmith2.png);background-position:-1299px -288px;width:60px;height:60px}.skin_merruby{background-image:url(spritesmith2.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.skin_merruby{background-image:url(spritesmith2.png);background-position:-1299px -379px;width:60px;height:60px}.skin_merruby_sleep{background-image:url(spritesmith2.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.skin_merruby_sleep{background-image:url(spritesmith2.png);background-position:-1299px -470px;width:60px;height:60px}.skin_monster{background-image:url(spritesmith2.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.skin_monster{background-image:url(spritesmith2.png);background-position:-1299px -561px;width:60px;height:60px}.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-1299px -652px;width:60px;height:60px}.skin_ogre{background-image:url(spritesmith2.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.skin_ogre{background-image:url(spritesmith2.png);background-position:-1299px -743px;width:60px;height:60px}.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-1299px -834px;width:60px;height:60px}.skin_panda{background-image:url(spritesmith2.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.skin_panda{background-image:url(spritesmith2.png);background-position:-1299px -925px;width:60px;height:60px}.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:0 0;width:90px;height:90px}.customize-option.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:-25px -15px;width:60px;height:60px}.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-1299px -1107px;width:60px;height:60px}.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1198px;width:60px;height:60px}.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:-25px -1289px;width:60px;height:60px}.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-116px -1289px;width:60px;height:60px}.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-207px -1289px;width:60px;height:60px}.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-298px -1289px;width:60px;height:60px}.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-389px -1289px;width:60px;height:60px}.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-480px -1289px;width:60px;height:60px}.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-571px -1289px;width:60px;height:60px}.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-662px -1289px;width:60px;height:60px}.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-753px -1289px;width:60px;height:60px}.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-844px -1289px;width:60px;height:60px}.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-935px -1289px;width:60px;height:60px}.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1026px -1289px;width:60px;height:60px}.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1117px -1289px;width:60px;height:60px}.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:-1208px -1289px;width:60px;height:60px}.skin_pig{background-image:url(spritesmith2.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.skin_pig{background-image:url(spritesmith2.png);background-position:-1299px -1289px;width:60px;height:60px}.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:-1390px -15px;width:60px;height:60px}.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-1390px -106px;width:60px;height:60px}.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-1390px -197px;width:60px;height:60px}.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-1390px -288px;width:60px;height:60px}.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-1390px -379px;width:60px;height:60px}.skin_rainbow{background-image:url(spritesmith2.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.skin_rainbow{background-image:url(spritesmith2.png);background-position:-1390px -470px;width:60px;height:60px}.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-1390px -561px;width:60px;height:60px}.skin_reptile{background-image:url(spritesmith2.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.skin_reptile{background-image:url(spritesmith2.png);background-position:-1390px -652px;width:60px;height:60px}.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-1390px -743px;width:60px;height:60px}.skin_shadow{background-image:url(spritesmith2.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.skin_shadow{background-image:url(spritesmith2.png);background-position:-1390px -834px;width:60px;height:60px}.skin_shadow2{background-image:url(spritesmith2.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.skin_shadow2{background-image:url(spritesmith2.png);background-position:-1390px -925px;width:60px;height:60px}.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1016px;width:60px;height:60px}.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1107px;width:60px;height:60px}.skin_shark{background-image:url(spritesmith2.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.skin_shark{background-image:url(spritesmith2.png);background-position:-1390px -1198px;width:60px;height:60px}.skin_shark_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.skin_shark_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1289px;width:60px;height:60px}.skin_skeleton{background-image:url(spritesmith2.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.skin_skeleton{background-image:url(spritesmith2.png);background-position:-25px -1380px;width:60px;height:60px}.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-116px -1380px;width:60px;height:60px}.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-207px -1380px;width:60px;height:60px}.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-298px -1380px;width:60px;height:60px}.skin_tiger{background-image:url(spritesmith2.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.skin_tiger{background-image:url(spritesmith2.png);background-position:-389px -1380px;width:60px;height:60px}.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-480px -1380px;width:60px;height:60px}.skin_transparent{background-image:url(spritesmith2.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.skin_transparent{background-image:url(spritesmith2.png);background-position:-571px -1380px;width:60px;height:60px}.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-662px -1380px;width:60px;height:60px}.skin_tropicalwater{background-image:url(spritesmith2.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.skin_tropicalwater{background-image:url(spritesmith2.png);background-position:-753px -1380px;width:60px;height:60px}.skin_tropicalwater_sleep{background-image:url(spritesmith2.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.skin_tropicalwater_sleep{background-image:url(spritesmith2.png);background-position:-844px -1380px;width:60px;height:60px}.skin_wolf{background-image:url(spritesmith2.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.skin_wolf{background-image:url(spritesmith2.png);background-position:-935px -1380px;width:60px;height:60px}.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1026px -1380px;width:60px;height:60px}.skin_zombie{background-image:url(spritesmith2.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.skin_zombie{background-image:url(spritesmith2.png);background-position:-1117px -1380px;width:60px;height:60px}.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1208px -1380px;width:60px;height:60px}.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1380px;width:60px;height:60px}.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1380px;width:60px;height:60px}.broad_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1456px 0;width:90px;height:90px}.broad_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1456px -91px;width:90px;height:90px}.broad_armor_armoire_rancherRobes{background-image:url(spritesmith2.png);background-position:-1456px -182px;width:90px;height:90px}.head_armoire_blueHairbow{background-image:url(spritesmith2.png);background-position:-1456px -273px;width:90px;height:90px}.head_armoire_gladiatorHelm{background-image:url(spritesmith2.png);background-position:-1456px -364px;width:90px;height:90px}.head_armoire_lunarCrown{background-image:url(spritesmith2.png);background-position:-1456px -455px;width:90px;height:90px}.head_armoire_rancherHat{background-image:url(spritesmith2.png);background-position:-1456px -546px;width:90px;height:90px}.head_armoire_redHairbow{background-image:url(spritesmith2.png);background-position:-1456px -637px;width:90px;height:90px}.head_armoire_royalCrown{background-image:url(spritesmith2.png);background-position:-1456px -728px;width:90px;height:90px}.head_armoire_violetFloppyHat{background-image:url(spritesmith2.png);background-position:-1456px -819px;width:90px;height:90px}.shield_armoire_gladiatorShield{background-image:url(spritesmith2.png);background-position:-1456px -910px;width:90px;height:90px}.shop_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1729px -1353px;width:40px;height:40px}.shop_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1729px -1312px;width:40px;height:40px}.shop_armor_armoire_rancherRobes{background-image:url(spritesmith2.png);background-position:-1729px -1271px;width:40px;height:40px}.shop_head_armoire_blueHairbow{background-image:url(spritesmith2.png);background-position:-1729px -1148px;width:40px;height:40px}.shop_head_armoire_gladiatorHelm{background-image:url(spritesmith2.png);background-position:-1729px -1107px;width:40px;height:40px}.shop_head_armoire_lunarCrown{background-image:url(spritesmith2.png);background-position:-1729px -1066px;width:40px;height:40px}.shop_head_armoire_rancherHat{background-image:url(spritesmith2.png);background-position:-1729px -902px;width:40px;height:40px}.shop_head_armoire_redHairbow{background-image:url(spritesmith2.png);background-position:-1729px -861px;width:40px;height:40px}.shop_head_armoire_royalCrown{background-image:url(spritesmith2.png);background-position:-1729px -820px;width:40px;height:40px}.shop_head_armoire_violetFloppyHat{background-image:url(spritesmith2.png);background-position:-1729px -779px;width:40px;height:40px}.shop_shield_armoire_gladiatorShield{background-image:url(spritesmith2.png);background-position:-1729px -656px;width:40px;height:40px}.shop_weapon_armoire_basicCrossbow{background-image:url(spritesmith2.png);background-position:-1729px -615px;width:40px;height:40px}.shop_weapon_armoire_lunarSceptre{background-image:url(spritesmith2.png);background-position:-1729px -574px;width:40px;height:40px}.shop_weapon_armoire_rancherLasso{background-image:url(spritesmith2.png);background-position:-1729px -533px;width:40px;height:40px}.slim_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-834px -1456px;width:90px;height:90px}.slim_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-925px -1456px;width:90px;height:90px}.slim_armor_armoire_rancherRobes{background-image:url(spritesmith2.png);background-position:-1016px -1456px;width:90px;height:90px}.weapon_armoire_basicCrossbow{background-image:url(spritesmith2.png);background-position:-1107px -1456px;width:90px;height:90px}.weapon_armoire_lunarSceptre{background-image:url(spritesmith2.png);background-position:-1198px -1456px;width:90px;height:90px}.weapon_armoire_rancherLasso{background-image:url(spritesmith2.png);background-position:-1289px -1456px;width:90px;height:90px}.broad_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1380px -1456px;width:90px;height:90px}.broad_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1547px 0;width:90px;height:90px}.broad_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1547px -91px;width:90px;height:90px}.broad_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1547px -182px;width:90px;height:90px}.broad_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1547px -273px;width:90px;height:90px}.broad_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1547px -364px;width:90px;height:90px}.broad_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1547px -455px;width:90px;height:90px}.broad_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1547px -546px;width:90px;height:90px}.broad_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-1547px -637px;width:90px;height:90px}.broad_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1547px -728px;width:90px;height:90px}.broad_armor_special_2{background-image:url(spritesmith2.png);background-position:-1547px -819px;width:90px;height:90px}.broad_armor_special_finnedOceanicArmor{background-image:url(spritesmith2.png);background-position:-1547px -910px;width:90px;height:90px}.broad_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1547px -1001px;width:90px;height:90px}.broad_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1547px -1092px;width:90px;height:90px}.broad_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1547px -1183px;width:90px;height:90px}.broad_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1547px -1274px;width:90px;height:90px}.broad_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1547px -1365px;width:90px;height:90px}.broad_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1547px -1456px;width:90px;height:90px}.broad_armor_wizard_2{background-image:url(spritesmith2.png);background-position:0 -1547px;width:90px;height:90px}.broad_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-91px -1547px;width:90px;height:90px}.broad_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-182px -1547px;width:90px;height:90px}.broad_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-273px -1547px;width:90px;height:90px}.shop_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1729px -492px;width:40px;height:40px}.shop_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1729px -451px;width:40px;height:40px}.shop_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1729px -410px;width:40px;height:40px}.shop_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1729px -369px;width:40px;height:40px}.shop_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1729px -328px;width:40px;height:40px}.shop_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1729px -287px;width:40px;height:40px}.shop_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1351px -1679px;width:40px;height:40px}.shop_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1310px -1679px;width:40px;height:40px}.shop_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-1269px -1679px;width:40px;height:40px}.shop_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1228px -1679px;width:40px;height:40px}.shop_armor_special_0{background-image:url(spritesmith2.png);background-position:-1679px -1638px;width:40px;height:40px}.shop_armor_special_1{background-image:url(spritesmith2.png);background-position:-1638px -1638px;width:40px;height:40px}.shop_armor_special_2{background-image:url(spritesmith2.png);background-position:-1597px -1638px;width:40px;height:40px}.shop_armor_special_finnedOceanicArmor{background-image:url(spritesmith2.png);background-position:-1556px -1638px;width:40px;height:40px}.shop_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1515px -1638px;width:40px;height:40px}.shop_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1474px -1638px;width:40px;height:40px}.shop_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1433px -1638px;width:40px;height:40px}.shop_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1392px -1638px;width:40px;height:40px}.shop_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1351px -1638px;width:40px;height:40px}.shop_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1228px -1638px;width:40px;height:40px}.shop_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1591px -1588px;width:40px;height:40px}.shop_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1591px -1547px;width:40px;height:40px}.shop_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1729px -123px;width:40px;height:40px}.shop_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1471px -1497px;width:40px;height:40px}.slim_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1638px -910px;width:90px;height:90px}.slim_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1638px -1001px;width:90px;height:90px}.slim_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1638px -1092px;width:90px;height:90px}.slim_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1638px -1183px;width:90px;height:90px}.slim_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1638px -1274px;width:90px;height:90px}.slim_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1638px -1365px;width:90px;height:90px}.slim_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1638px -1456px;width:90px;height:90px}.slim_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1638px -1547px;width:90px;height:90px}.slim_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-227px -1638px;width:90px;height:90px}.slim_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-318px -1638px;width:90px;height:90px}.slim_armor_special_2{background-image:url(spritesmith2.png);background-position:-409px -1638px;width:90px;height:90px}.slim_armor_special_finnedOceanicArmor{background-image:url(spritesmith2.png);background-position:-500px -1638px;width:90px;height:90px}.slim_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-591px -1638px;width:90px;height:90px}.slim_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-682px -1638px;width:90px;height:90px}.slim_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-773px -1638px;width:90px;height:90px}.slim_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-864px -1638px;width:90px;height:90px}.slim_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-955px -1638px;width:90px;height:90px}.slim_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1046px -1638px;width:90px;height:90px}.slim_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1137px -1638px;width:90px;height:90px}.slim_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1638px -819px;width:90px;height:90px}.slim_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1638px -728px;width:90px;height:90px}.slim_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1638px -637px;width:90px;height:90px}.broad_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1638px -546px;width:90px;height:90px}.broad_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1638px -455px;width:90px;height:90px}.shop_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1269px -1638px;width:40px;height:40px}.shop_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1310px -1638px;width:40px;height:40px}.slim_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1638px -364px;width:90px;height:90px}.slim_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1638px -273px;width:90px;height:90px}.broad_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1638px -182px;width:90px;height:90px}.broad_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-106px -1638px;width:120px;height:90px}.broad_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:0 -1638px;width:105px;height:90px}.broad_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1638px -91px;width:90px;height:90px}.head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1638px 0;width:90px;height:90px}.head_special_fallMage{background-image:url(spritesmith2.png);background-position:-1470px -1547px;width:120px;height:90px}.head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1364px -1547px;width:105px;height:90px}.head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1273px -1547px;width:90px;height:90px}.shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1182px -1547px;width:90px;height:90px}.shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1076px -1547px;width:105px;height:90px}.shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-985px -1547px;width:90px;height:90px}.shop_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1392px -1679px;width:40px;height:40px}.shop_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-1433px -1679px;width:40px;height:40px}.shop_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1474px -1679px;width:40px;height:40px}.shop_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1515px -1679px;width:40px;height:40px}.shop_head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1556px -1679px;width:40px;height:40px}.shop_head_special_fallMage{background-image:url(spritesmith2.png);background-position:-1597px -1679px;width:40px;height:40px}.shop_head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1638px -1679px;width:40px;height:40px}.shop_head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1679px -1679px;width:40px;height:40px}.shop_shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1729px 0;width:40px;height:40px}.shop_shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1729px -41px;width:40px;height:40px}.shop_shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1729px -82px;width:40px;height:40px}.shop_weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1471px -1456px;width:40px;height:40px}.shop_weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-1729px -164px;width:40px;height:40px}.shop_weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1729px -205px;width:40px;height:40px}.shop_weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1729px -246px;width:40px;height:40px}.slim_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-894px -1547px;width:90px;height:90px}.slim_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-773px -1547px;width:120px;height:90px}.slim_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-667px -1547px;width:105px;height:90px}.slim_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-576px -1547px;width:90px;height:90px}.weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-485px -1547px;width:90px;height:90px}.weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-364px -1547px;width:120px;height:90px}.weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-728px -1456px;width:105px;height:90px}.weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-637px -1456px;width:90px;height:90px}.broad_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-546px -1456px;width:90px;height:90px}.head_special_gaymerx{background-image:url(spritesmith2.png);background-position:-455px -1456px;width:90px;height:90px}.shop_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1729px -697px;width:40px;height:40px}.shop_head_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1729px -738px;width:40px;height:40px}.slim_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-364px -1456px;width:90px;height:90px}.back_mystery_201402{background-image:url(spritesmith2.png);background-position:-273px -1456px;width:90px;height:90px}.broad_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-182px -1456px;width:90px;height:90px}.head_mystery_201402{background-image:url(spritesmith2.png);background-position:-91px -1456px;width:90px;height:90px}.shop_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-1729px -943px;width:40px;height:40px}.shop_back_mystery_201402{background-image:url(spritesmith2.png);background-position:-1729px -984px;width:40px;height:40px}.shop_head_mystery_201402{background-image:url(spritesmith2.png);background-position:-1729px -1025px;width:40px;height:40px}.slim_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:0 -1456px;width:90px;height:90px}.broad_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1456px -1365px;width:90px;height:90px}.headAccessory_mystery_201403{background-image:url(spritesmith2.png);background-position:-1456px -1274px;width:90px;height:90px}.shop_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1729px -1189px;width:40px;height:40px}.shop_headAccessory_mystery_201403{background-image:url(spritesmith2.png);background-position:-1729px -1230px;width:40px;height:40px}.slim_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1456px -1183px;width:90px;height:90px}.back_mystery_201404{background-image:url(spritesmith2.png);background-position:-1456px -1092px;width:90px;height:90px}.headAccessory_mystery_201404{background-image:url(spritesmith2.png);background-position:-1456px -1001px;width:90px;height:90px}.shop_back_mystery_201404{background-image:url(spritesmith2.png);background-position:-1729px -1394px;width:40px;height:40px}.shop_headAccessory_mystery_201404{background-image:url(spritesmith3.png);background-position:-1179px -1390px;width:40px;height:40px}.broad_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1125px -91px;width:90px;height:90px}.head_mystery_201405{background-image:url(spritesmith3.png);background-position:-1013px -546px;width:90px;height:90px}.shop_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1353px -1440px;width:40px;height:40px}.shop_head_mystery_201405{background-image:url(spritesmith3.png);background-position:-1394px -1440px;width:40px;height:40px}.slim_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-273px -530px;width:90px;height:90px}.broad_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-558px -212px;width:90px;height:96px}.head_mystery_201406{background-image:url(spritesmith3.png);background-position:-558px -406px;width:90px;height:96px}.shop_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-1466px -1349px;width:40px;height:40px}.shop_head_mystery_201406{background-image:url(spritesmith3.png);background-position:-810px -1390px;width:40px;height:40px}.slim_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-558px -309px;width:90px;height:96px}.broad_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-455px -530px;width:90px;height:90px}.head_mystery_201407{background-image:url(spritesmith3.png);background-position:-546px -530px;width:90px;height:90px}.shop_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-1510px -123px;width:40px;height:40px}.shop_head_mystery_201407{background-image:url(spritesmith3.png);background-position:-1510px -861px;width:40px;height:40px}.slim_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-649px 0;width:90px;height:90px}.broad_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-91px -894px;width:90px;height:90px}.head_mystery_201408{background-image:url(spritesmith3.png);background-position:-182px -894px;width:90px;height:90px}.shop_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-1220px -1390px;width:40px;height:40px}.shop_head_mystery_201408{background-image:url(spritesmith3.png);background-position:-1230px -1440px;width:40px;height:40px}.slim_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-273px -894px;width:90px;height:90px}.broad_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-364px -894px;width:90px;height:90px}.headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:-637px -894px;width:90px;height:90px}.shop_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-1510px -164px;width:40px;height:40px}.shop_headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:-1510px -287px;width:40px;height:40px}.slim_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-728px -894px;width:90px;height:90px}.back_mystery_201410{background-image:url(spritesmith3.png);background-position:-819px -894px;width:93px;height:90px}.broad_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-913px -894px;width:93px;height:90px}.shop_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-851px -1390px;width:40px;height:40px}.shop_back_mystery_201410{background-image:url(spritesmith3.png);background-position:-1056px -1390px;width:40px;height:40px}.slim_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-1013px -637px;width:93px;height:90px}.head_mystery_201411{background-image:url(spritesmith3.png);background-position:-1013px -728px;width:90px;height:90px}.shop_head_mystery_201411{background-image:url(spritesmith3.png);background-position:-1066px -1440px;width:40px;height:40px}.shop_weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-1189px -1440px;width:40px;height:40px}.weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-1013px -819px;width:90px;height:90px}.broad_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-224px -985px;width:90px;height:90px}.head_mystery_201412{background-image:url(spritesmith3.png);background-position:-315px -985px;width:90px;height:90px}.shop_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-1435px -1440px;width:40px;height:40px}.shop_head_mystery_201412{background-image:url(spritesmith3.png);background-position:-1510px -82px;width:40px;height:40px}.slim_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-721px -985px;width:90px;height:90px}.broad_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-812px -985px;width:90px;height:90px}.head_mystery_201501{background-image:url(spritesmith3.png);background-position:-903px -985px;width:90px;height:90px}.shop_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-1510px -328px;width:40px;height:40px}.shop_head_mystery_201501{background-image:url(spritesmith3.png);background-position:-1510px -369px;width:40px;height:40px}.slim_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-1125px -364px;width:90px;height:90px}.headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-1125px -455px;width:90px;height:90px}.shop_headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-728px -1390px;width:40px;height:40px}.shop_weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-769px -1390px;width:40px;height:40px}.weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-1125px -546px;width:90px;height:90px}.broad_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-1125px -637px;width:90px;height:90px}.eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:-91px -1076px;width:90px;height:90px}.shop_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-1097px -1390px;width:40px;height:40px}.shop_eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:-1138px -1390px;width:40px;height:40px}.slim_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-182px -1076px;width:90px;height:90px}.back_mystery_201504{background-image:url(spritesmith3.png);background-position:-273px -1076px;width:90px;height:90px}.broad_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-364px -1076px;width:90px;height:90px}.shop_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-1107px -1440px;width:40px;height:40px}.shop_back_mystery_201504{background-image:url(spritesmith3.png);background-position:-1148px -1440px;width:40px;height:40px}.slim_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:0 -530px;width:90px;height:90px}.head_mystery_201505{background-image:url(spritesmith3.png);background-position:-91px -530px;width:90px;height:90px}.shop_head_mystery_201505{background-image:url(spritesmith3.png);background-position:-1271px -1440px;width:40px;height:40px}.shop_weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-1312px -1440px;width:40px;height:40px}.weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-182px -530px;width:90px;height:90px}.broad_armor_mystery_201506{background-image:url(spritesmith3.png);background-position:-91px -106px;width:90px;height:105px}.eyewear_mystery_201506{background-image:url(spritesmith3.png);background-position:-182px -106px;width:90px;height:105px}.shop_armor_mystery_201506{background-image:url(spritesmith3.png);background-position:-1510px 0;width:40px;height:40px}.shop_eyewear_mystery_201506{background-image:url(spritesmith3.png);background-position:-1510px -41px;width:40px;height:40px}.slim_armor_mystery_201506{background-image:url(spritesmith3.png);background-position:-285px 0;width:90px;height:105px}.back_mystery_201507{background-image:url(spritesmith3.png);background-position:-285px -106px;width:90px;height:105px}.eyewear_mystery_201507{background-image:url(spritesmith3.png);background-position:0 -212px;width:90px;height:105px}.shop_back_mystery_201507{background-image:url(spritesmith3.png);background-position:-1510px -205px;width:40px;height:40px}.shop_eyewear_mystery_201507{background-image:url(spritesmith3.png);background-position:-1510px -246px;width:40px;height:40px}.broad_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-649px -91px;width:90px;height:90px}.eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-649px -182px;width:90px;height:90px}.head_mystery_301404{background-image:url(spritesmith3.png);background-position:-649px -273px;width:90px;height:90px}.shop_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-1510px -410px;width:40px;height:40px}.shop_eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-1510px -451px;width:40px;height:40px}.shop_head_mystery_301404{background-image:url(spritesmith3.png);background-position:-1510px -492px;width:40px;height:40px}.shop_weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:-1510px -820px;width:40px;height:40px}.slim_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-649px -364px;width:90px;height:90px}.weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:-649px -455px;width:90px;height:90px}.eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:0 -621px;width:90px;height:90px}.headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-91px -621px;width:90px;height:90px}.head_mystery_301405{background-image:url(spritesmith3.png);background-position:-182px -621px;width:90px;height:90px}.shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-273px -621px;width:90px;height:90px}.shop_eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:-892px -1390px;width:40px;height:40px}.shop_headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-933px -1390px;width:40px;height:40px}.shop_head_mystery_301405{background-image:url(spritesmith3.png);background-position:-974px -1390px;width:40px;height:40px}.shop_shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-1015px -1390px;width:40px;height:40px}.broad_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-364px -621px;width:90px;height:90px}.broad_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-455px -621px;width:90px;height:90px}.broad_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-546px -621px;width:90px;height:90px}.broad_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-637px -621px;width:90px;height:90px}.broad_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-740px 0;width:90px;height:90px}.broad_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-740px -91px;width:90px;height:90px}.broad_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-740px -182px;width:90px;height:90px}.broad_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-740px -273px;width:90px;height:90px}.headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-740px -364px;width:90px;height:90px}.headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-740px -455px;width:90px;height:90px}.headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-740px -546px;width:90px;height:90px}.headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:0 -712px;width:90px;height:90px}.headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:-91px -712px;width:90px;height:90px}.headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-182px -712px;width:90px;height:90px}.headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-273px -712px;width:90px;height:90px}.headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-364px -712px;width:90px;height:90px}.head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-455px -712px;width:90px;height:90px}.head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-546px -712px;width:90px;height:90px}.head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-637px -712px;width:90px;height:90px}.head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-728px -712px;width:90px;height:90px}.head_special_springHealer{background-image:url(spritesmith3.png);background-position:-831px 0;width:90px;height:90px}.head_special_springMage{background-image:url(spritesmith3.png);background-position:-831px -91px;width:90px;height:90px}.head_special_springRogue{background-image:url(spritesmith3.png);background-position:-831px -182px;width:90px;height:90px}.head_special_springWarrior{background-image:url(spritesmith3.png);background-position:-831px -273px;width:90px;height:90px}.shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-831px -364px;width:90px;height:90px}.shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-831px -455px;width:90px;height:90px}.shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-831px -546px;width:90px;height:90px}.shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-831px -637px;width:90px;height:90px}.shield_special_springRogue{background-image:url(spritesmith3.png);background-position:0 -803px;width:90px;height:90px}.shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-91px -803px;width:90px;height:90px}.shop_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1510px -902px;width:40px;height:40px}.shop_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1510px -943px;width:40px;height:40px}.shop_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1510px -984px;width:40px;height:40px}.shop_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1510px -1025px;width:40px;height:40px}.shop_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-1510px -1066px;width:40px;height:40px}.shop_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-1510px -1107px;width:40px;height:40px}.shop_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-1510px -1148px;width:40px;height:40px}.shop_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1510px -1189px;width:40px;height:40px}.shop_headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1510px -1230px;width:40px;height:40px}.shop_headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1510px -1271px;width:40px;height:40px}.shop_headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1510px -1312px;width:40px;height:40px}.shop_headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1510px -1353px;width:40px;height:40px}.shop_headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:-649px -546px;width:40px;height:40px}.shop_headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-690px -546px;width:40px;height:40px}.shop_headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-388px -318px;width:40px;height:40px}.shop_headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-388px -359px;width:40px;height:40px}.shop_head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-479px -424px;width:40px;height:40px}.shop_head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-479px -465px;width:40px;height:40px}.shop_head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1371px -1258px;width:40px;height:40px}.shop_head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1371px -1299px;width:40px;height:40px}.shop_head_special_springHealer{background-image:url(spritesmith3.png);background-position:-728px -1349px;width:40px;height:40px}.shop_head_special_springMage{background-image:url(spritesmith3.png);background-position:-769px -1349px;width:40px;height:40px}.shop_head_special_springRogue{background-image:url(spritesmith3.png);background-position:-810px -1349px;width:40px;height:40px}.shop_head_special_springWarrior{background-image:url(spritesmith3.png);background-position:-851px -1349px;width:40px;height:40px}.shop_shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-892px -1349px;width:40px;height:40px}.shop_shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-933px -1349px;width:40px;height:40px}.shop_shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-974px -1349px;width:40px;height:40px}.shop_shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-1015px -1349px;width:40px;height:40px}.shop_shield_special_springRogue{background-image:url(spritesmith3.png);background-position:-1056px -1349px;width:40px;height:40px}.shop_shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1097px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1138px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1179px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1220px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1261px -1349px;width:40px;height:40px}.shop_weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:-1302px -1349px;width:40px;height:40px}.shop_weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-1343px -1349px;width:40px;height:40px}.shop_weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-1384px -1349px;width:40px;height:40px}.shop_weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1425px -1349px;width:40px;height:40px}.slim_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-182px -803px;width:90px;height:90px}.slim_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-273px -803px;width:90px;height:90px}.slim_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-364px -803px;width:90px;height:90px}.slim_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-455px -803px;width:90px;height:90px}.slim_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-546px -803px;width:90px;height:90px}.slim_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-637px -803px;width:90px;height:90px}.slim_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-728px -803px;width:90px;height:90px}.slim_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-819px -803px;width:90px;height:90px}.weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-922px 0;width:90px;height:90px}.weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-922px -91px;width:90px;height:90px}.weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-922px -182px;width:90px;height:90px}.weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-922px -273px;width:90px;height:90px}.weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:-922px -364px;width:90px;height:90px}.weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-922px -455px;width:90px;height:90px}.weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-922px -546px;width:90px;height:90px}.weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:-922px -637px;width:90px;height:90px}.body_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-922px -728px;width:90px;height:90px}.body_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:0 -894px;width:90px;height:90px}.body_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-91px -212px;width:102px;height:105px}.body_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-194px -212px;width:90px;height:105px}.body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-285px -212px;width:90px;height:105px}.body_special_summerMage{background-image:url(spritesmith3.png);background-position:-376px 0;width:90px;height:105px}.broad_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-455px -894px;width:90px;height:90px}.broad_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-546px -894px;width:90px;height:90px}.broad_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:0 -318px;width:102px;height:105px}.broad_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-376px -106px;width:90px;height:105px}.broad_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-376px -212px;width:90px;height:105px}.broad_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:0 0;width:90px;height:105px}.broad_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1013px 0;width:111px;height:90px}.broad_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1013px -91px;width:111px;height:90px}.eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1013px -182px;width:111px;height:90px}.eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1013px -273px;width:111px;height:90px}.head_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1013px -364px;width:90px;height:90px}.head_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1013px -455px;width:90px;height:90px}.head_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-91px 0;width:102px;height:105px}.head_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-206px -318px;width:90px;height:105px}.head_special_summerHealer{background-image:url(spritesmith3.png);background-position:-297px -318px;width:90px;height:105px}.head_special_summerMage{background-image:url(spritesmith3.png);background-position:-467px 0;width:90px;height:105px}.head_special_summerRogue{background-image:url(spritesmith3.png);background-position:0 -985px;width:111px;height:90px}.head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-112px -985px;width:111px;height:90px}.Healer_Summer{background-image:url(spritesmith3.png);background-position:-467px -106px;width:90px;height:105px}.Mage_Summer{background-image:url(spritesmith3.png);background-position:-467px -212px;width:90px;height:105px}.SummerRogue14{background-image:url(spritesmith3.png);background-position:-406px -985px;width:111px;height:90px}.SummerWarrior14{background-image:url(spritesmith3.png);background-position:-518px -985px;width:111px;height:90px}.shield_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-630px -985px;width:90px;height:90px}.shield_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:0 -424px;width:102px;height:105px}.shield_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-467px -318px;width:90px;height:105px}.shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-103px -424px;width:90px;height:105px}.shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-994px -985px;width:111px;height:90px}.shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1125px 0;width:111px;height:90px}.shop_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1551px -574px;width:40px;height:40px}.shop_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1510px -1394px;width:40px;height:40px}.shop_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1510px -1435px;width:40px;height:40px}.shop_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:0 -1481px;width:40px;height:40px}.shop_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-41px -1481px;width:40px;height:40px}.shop_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-82px -1481px;width:40px;height:40px}.shop_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-123px -1481px;width:40px;height:40px}.shop_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-164px -1481px;width:40px;height:40px}.shop_body_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-205px -1481px;width:40px;height:40px}.shop_body_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-246px -1481px;width:40px;height:40px}.shop_body_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1271px -1481px;width:40px;height:40px}.shop_body_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-1312px -1481px;width:40px;height:40px}.shop_body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1353px -1481px;width:40px;height:40px}.shop_body_special_summerMage{background-image:url(spritesmith3.png);background-position:-1394px -1481px;width:40px;height:40px}.shop_eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1435px -1481px;width:40px;height:40px}.shop_eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1476px -1481px;width:40px;height:40px}.shop_head_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1551px 0;width:40px;height:40px}.shop_head_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1551px -41px;width:40px;height:40px}.shop_head_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1551px -410px;width:40px;height:40px}.shop_head_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-1551px -451px;width:40px;height:40px}.shop_head_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1551px -492px;width:40px;height:40px}.shop_head_special_summerMage{background-image:url(spritesmith3.png);background-position:-1551px -533px;width:40px;height:40px}.shop_head_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1419px -1274px;width:40px;height:40px}.shop_head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1460px -1274px;width:40px;height:40px}.shop_shield_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1328px -1183px;width:40px;height:40px}.shop_shield_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1369px -1183px;width:40px;height:40px}.shop_shield_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-1237px -1092px;width:40px;height:40px}.shop_shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1278px -1092px;width:40px;height:40px}.shop_shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1125px -1001px;width:40px;height:40px}.shop_shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1166px -1001px;width:40px;height:40px}.shop_weapon_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1013px -910px;width:40px;height:40px}.shop_weapon_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1054px -910px;width:40px;height:40px}.shop_weapon_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-922px -819px;width:40px;height:40px}.shop_weapon_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-963px -819px;width:40px;height:40px}.shop_weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-831px -728px;width:40px;height:40px}.shop_weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-872px -728px;width:40px;height:40px}.shop_weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-740px -637px;width:40px;height:40px}.shop_weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-781px -637px;width:40px;height:40px}.slim_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1125px -182px;width:90px;height:90px}.slim_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1125px -273px;width:90px;height:90px}.slim_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-194px -424px;width:102px;height:105px}.slim_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-297px -424px;width:90px;height:105px}.slim_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-388px -424px;width:90px;height:105px}.slim_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-558px 0;width:90px;height:105px}.slim_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1125px -728px;width:111px;height:90px}.slim_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1125px -819px;width:111px;height:90px}.weapon_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1125px -910px;width:90px;height:90px}.weapon_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:0 -1076px;width:90px;height:90px}.weapon_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-103px -318px;width:102px;height:105px}.weapon_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:0 -106px;width:90px;height:105px}.weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-194px 0;width:90px;height:105px}.weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-558px -106px;width:90px;height:105px}.weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-455px -1076px;width:111px;height:90px}.weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-567px -1076px;width:111px;height:90px}.broad_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-679px -1076px;width:90px;height:90px}.broad_armor_special_ski{background-image:url(spritesmith3.png);background-position:-770px -1076px;width:90px;height:90px}.broad_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-861px -1076px;width:90px;height:90px}.broad_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-952px -1076px;width:90px;height:90px}.broad_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1043px -1076px;width:90px;height:90px}.broad_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1134px -1076px;width:96px;height:90px}.broad_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1237px 0;width:90px;height:90px}.broad_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1237px -91px;width:90px;height:90px}.head_special_candycane{background-image:url(spritesmith3.png);background-position:-1237px -182px;width:90px;height:90px}.head_special_nye{background-image:url(spritesmith3.png);background-position:-1237px -273px;width:90px;height:90px}.head_special_nye2014{background-image:url(spritesmith3.png);background-position:-1237px -364px;width:90px;height:90px}.head_special_ski{background-image:url(spritesmith3.png);background-position:-1237px -455px;width:90px;height:90px}.head_special_snowflake{background-image:url(spritesmith3.png);background-position:-1237px -546px;width:90px;height:90px}.head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1237px -637px;width:90px;height:90px}.head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1237px -728px;width:90px;height:90px}.head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:0 -1167px;width:96px;height:90px}.head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1237px -819px;width:90px;height:90px}.head_special_yeti{background-image:url(spritesmith3.png);background-position:-1237px -910px;width:90px;height:90px}.shield_special_ski{background-image:url(spritesmith3.png);background-position:-97px -1167px;width:104px;height:90px}.shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-1237px -1001px;width:90px;height:90px}.shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-202px -1167px;width:90px;height:90px}.shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-293px -1167px;width:96px;height:90px}.shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-390px -1167px;width:90px;height:90px}.shield_special_yeti{background-image:url(spritesmith3.png);background-position:-481px -1167px;width:90px;height:90px}.shop_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1261px -1390px;width:40px;height:40px}.shop_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1302px -1390px;width:40px;height:40px}.shop_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1343px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1384px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1425px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1466px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:0 -1440px;width:40px;height:40px}.shop_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-41px -1440px;width:40px;height:40px}.shop_head_special_candycane{background-image:url(spritesmith3.png);background-position:-82px -1440px;width:40px;height:40px}.shop_head_special_nye{background-image:url(spritesmith3.png);background-position:-123px -1440px;width:40px;height:40px}.shop_head_special_nye2014{background-image:url(spritesmith3.png);background-position:-164px -1440px;width:40px;height:40px}.shop_head_special_ski{background-image:url(spritesmith3.png);background-position:-205px -1440px;width:40px;height:40px}.shop_head_special_snowflake{background-image:url(spritesmith3.png);background-position:-246px -1440px;width:40px;height:40px}.shop_head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-287px -1440px;width:40px;height:40px}.shop_head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-328px -1440px;width:40px;height:40px}.shop_head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-369px -1440px;width:40px;height:40px}.shop_head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-410px -1440px;width:40px;height:40px}.shop_head_special_yeti{background-image:url(spritesmith3.png);background-position:-451px -1440px;width:40px;height:40px}.shop_shield_special_ski{background-image:url(spritesmith3.png);background-position:-492px -1440px;width:40px;height:40px}.shop_shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-533px -1440px;width:40px;height:40px}.shop_shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-574px -1440px;width:40px;height:40px}.shop_shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-615px -1440px;width:40px;height:40px}.shop_shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-656px -1440px;width:40px;height:40px}.shop_shield_special_yeti{background-image:url(spritesmith3.png);background-position:-697px -1440px;width:40px;height:40px}.shop_weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-738px -1440px;width:40px;height:40px}.shop_weapon_special_ski{background-image:url(spritesmith3.png);background-position:-779px -1440px;width:40px;height:40px}.shop_weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-820px -1440px;width:40px;height:40px}.shop_weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-861px -1440px;width:40px;height:40px}.shop_weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-902px -1440px;width:40px;height:40px}.shop_weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-943px -1440px;width:40px;height:40px}.shop_weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-984px -1440px;width:40px;height:40px}.shop_weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-1025px -1440px;width:40px;height:40px}.slim_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-572px -1167px;width:90px;height:90px}.slim_armor_special_ski{background-image:url(spritesmith3.png);background-position:-663px -1167px;width:90px;height:90px}.slim_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-754px -1167px;width:90px;height:90px}.slim_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-845px -1167px;width:90px;height:90px}.slim_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-936px -1167px;width:90px;height:90px}.slim_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1027px -1167px;width:96px;height:90px}.slim_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1124px -1167px;width:90px;height:90px}.slim_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1215px -1167px;width:90px;height:90px}.weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-1328px 0;width:90px;height:90px}.weapon_special_ski{background-image:url(spritesmith3.png);background-position:-1328px -91px;width:90px;height:90px}.weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-1328px -182px;width:90px;height:90px}.weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1328px -273px;width:90px;height:90px}.weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1328px -364px;width:90px;height:90px}.weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:0 -1258px;width:96px;height:90px}.weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1328px -455px;width:90px;height:90px}.weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-1328px -546px;width:90px;height:90px}.back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1328px -637px;width:90px;height:90px}.back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1328px -728px;width:90px;height:90px}.body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1328px -819px;width:90px;height:90px}.body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-1328px -910px;width:90px;height:90px}.body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1328px -1001px;width:90px;height:90px}.eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1328px -1092px;width:90px;height:90px}.eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-97px -1258px;width:90px;height:90px}.shop_back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1510px -533px;width:40px;height:40px}.shop_back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1510px -574px;width:40px;height:40px}.shop_body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1510px -615px;width:40px;height:40px}.shop_body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-1510px -656px;width:40px;height:40px}.shop_body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1510px -697px;width:40px;height:40px}.shop_eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1510px -738px;width:40px;height:40px}.shop_eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1510px -779px;width:40px;height:40px}.head_0{background-image:url(spritesmith3.png);background-position:-188px -1258px;width:90px;height:90px}.customize-option.head_0{background-image:url(spritesmith3.png);background-position:-213px -1273px;width:60px;height:60px}.head_healer_1{background-image:url(spritesmith3.png);background-position:-279px -1258px;width:90px;height:90px}.head_healer_2{background-image:url(spritesmith3.png);background-position:-370px -1258px;width:90px;height:90px}.head_healer_3{background-image:url(spritesmith3.png);background-position:-461px -1258px;width:90px;height:90px}.head_healer_4{background-image:url(spritesmith3.png);background-position:-552px -1258px;width:90px;height:90px}.head_healer_5{background-image:url(spritesmith3.png);background-position:-643px -1258px;width:90px;height:90px}.head_rogue_1{background-image:url(spritesmith3.png);background-position:-734px -1258px;width:90px;height:90px}.head_rogue_2{background-image:url(spritesmith3.png);background-position:-825px -1258px;width:90px;height:90px}.head_rogue_3{background-image:url(spritesmith3.png);background-position:-916px -1258px;width:90px;height:90px}.head_rogue_4{background-image:url(spritesmith3.png);background-position:-1007px -1258px;width:90px;height:90px}.head_rogue_5{background-image:url(spritesmith3.png);background-position:-1098px -1258px;width:90px;height:90px}.head_special_2{background-image:url(spritesmith3.png);background-position:-1189px -1258px;width:90px;height:90px}.head_special_fireCoralCirclet{background-image:url(spritesmith3.png);background-position:-1280px -1258px;width:90px;height:90px}.head_warrior_1{background-image:url(spritesmith3.png);background-position:-1419px 0;width:90px;height:90px}.head_warrior_2{background-image:url(spritesmith3.png);background-position:-1419px -91px;width:90px;height:90px}.head_warrior_3{background-image:url(spritesmith3.png);background-position:-1419px -182px;width:90px;height:90px}.head_warrior_4{background-image:url(spritesmith3.png);background-position:-1419px -273px;width:90px;height:90px}.head_warrior_5{background-image:url(spritesmith3.png);background-position:-1419px -364px;width:90px;height:90px}.head_wizard_1{background-image:url(spritesmith3.png);background-position:-1419px -455px;width:90px;height:90px}.head_wizard_2{background-image:url(spritesmith3.png);background-position:-1419px -546px;width:90px;height:90px}.head_wizard_3{background-image:url(spritesmith3.png);background-position:-1419px -637px;width:90px;height:90px}.head_wizard_4{background-image:url(spritesmith3.png);background-position:-1419px -728px;width:90px;height:90px}.head_wizard_5{background-image:url(spritesmith3.png);background-position:-1419px -819px;width:90px;height:90px}.shop_head_healer_1{background-image:url(spritesmith3.png);background-position:-287px -1481px;width:40px;height:40px}.shop_head_healer_2{background-image:url(spritesmith3.png);background-position:-328px -1481px;width:40px;height:40px}.shop_head_healer_3{background-image:url(spritesmith3.png);background-position:-369px -1481px;width:40px;height:40px}.shop_head_healer_4{background-image:url(spritesmith3.png);background-position:-410px -1481px;width:40px;height:40px}.shop_head_healer_5{background-image:url(spritesmith3.png);background-position:-451px -1481px;width:40px;height:40px}.shop_head_rogue_1{background-image:url(spritesmith3.png);background-position:-492px -1481px;width:40px;height:40px}.shop_head_rogue_2{background-image:url(spritesmith3.png);background-position:-533px -1481px;width:40px;height:40px}.shop_head_rogue_3{background-image:url(spritesmith3.png);background-position:-574px -1481px;width:40px;height:40px}.shop_head_rogue_4{background-image:url(spritesmith3.png);background-position:-615px -1481px;width:40px;height:40px}.shop_head_rogue_5{background-image:url(spritesmith3.png);background-position:-656px -1481px;width:40px;height:40px}.shop_head_special_0{background-image:url(spritesmith3.png);background-position:-697px -1481px;width:40px;height:40px}.shop_head_special_1{background-image:url(spritesmith3.png);background-position:-738px -1481px;width:40px;height:40px}.shop_head_special_2{background-image:url(spritesmith3.png);background-position:-779px -1481px;width:40px;height:40px}.shop_head_special_fireCoralCirclet{background-image:url(spritesmith3.png);background-position:-820px -1481px;width:40px;height:40px}.shop_head_warrior_1{background-image:url(spritesmith3.png);background-position:-861px -1481px;width:40px;height:40px}.shop_head_warrior_2{background-image:url(spritesmith3.png);background-position:-902px -1481px;width:40px;height:40px}.shop_head_warrior_3{background-image:url(spritesmith3.png);background-position:-943px -1481px;width:40px;height:40px}.shop_head_warrior_4{background-image:url(spritesmith3.png);background-position:-984px -1481px;width:40px;height:40px}.shop_head_warrior_5{background-image:url(spritesmith3.png);background-position:-1025px -1481px;width:40px;height:40px}.shop_head_wizard_1{background-image:url(spritesmith3.png);background-position:-1066px -1481px;width:40px;height:40px}.shop_head_wizard_2{background-image:url(spritesmith3.png);background-position:-1107px -1481px;width:40px;height:40px}.shop_head_wizard_3{background-image:url(spritesmith3.png);background-position:-1148px -1481px;width:40px;height:40px}.shop_head_wizard_4{background-image:url(spritesmith3.png);background-position:-1189px -1481px;width:40px;height:40px}.shop_head_wizard_5{background-image:url(spritesmith3.png);background-position:-1230px -1481px;width:40px;height:40px}.headAccessory_special_bearEars{background-image:url(spritesmith3.png);background-position:-1419px -910px;width:90px;height:90px}.customize-option.headAccessory_special_bearEars{background-image:url(spritesmith3.png);background-position:-1444px -925px;width:60px;height:60px}.headAccessory_special_cactusEars{background-image:url(spritesmith3.png);background-position:-1419px -1001px;width:90px;height:90px}.customize-option.headAccessory_special_cactusEars{background-image:url(spritesmith3.png);background-position:-1444px -1016px;width:60px;height:60px}.headAccessory_special_foxEars{background-image:url(spritesmith3.png);background-position:-1419px -1092px;width:90px;height:90px}.customize-option.headAccessory_special_foxEars{background-image:url(spritesmith3.png);background-position:-1444px -1107px;width:60px;height:60px}.headAccessory_special_lionEars{background-image:url(spritesmith3.png);background-position:-1419px -1183px;width:90px;height:90px}.customize-option.headAccessory_special_lionEars{background-image:url(spritesmith3.png);background-position:-1444px -1198px;width:60px;height:60px}.headAccessory_special_pandaEars{background-image:url(spritesmith3.png);background-position:0 -1349px;width:90px;height:90px}.customize-option.headAccessory_special_pandaEars{background-image:url(spritesmith3.png);background-position:-25px -1364px;width:60px;height:60px}.headAccessory_special_pigEars{background-image:url(spritesmith3.png);background-position:-91px -1349px;width:90px;height:90px}.customize-option.headAccessory_special_pigEars{background-image:url(spritesmith3.png);background-position:-116px -1364px;width:60px;height:60px}.headAccessory_special_tigerEars{background-image:url(spritesmith3.png);background-position:-182px -1349px;width:90px;height:90px}.customize-option.headAccessory_special_tigerEars{background-image:url(spritesmith3.png);background-position:-207px -1364px;width:60px;height:60px}.headAccessory_special_wolfEars{background-image:url(spritesmith3.png);background-position:-273px -1349px;width:90px;height:90px}.customize-option.headAccessory_special_wolfEars{background-image:url(spritesmith3.png);background-position:-298px -1364px;width:60px;height:60px}.shop_headAccessory_special_bearEars{background-image:url(spritesmith3.png);background-position:-1551px -82px;width:40px;height:40px}.shop_headAccessory_special_cactusEars{background-image:url(spritesmith3.png);background-position:-1551px -123px;width:40px;height:40px}.shop_headAccessory_special_foxEars{background-image:url(spritesmith3.png);background-position:-1551px -164px;width:40px;height:40px}.shop_headAccessory_special_lionEars{background-image:url(spritesmith3.png);background-position:-1551px -205px;width:40px;height:40px}.shop_headAccessory_special_pandaEars{background-image:url(spritesmith3.png);background-position:-1551px -246px;width:40px;height:40px}.shop_headAccessory_special_pigEars{background-image:url(spritesmith3.png);background-position:-1551px -287px;width:40px;height:40px}.shop_headAccessory_special_tigerEars{background-image:url(spritesmith3.png);background-position:-1551px -328px;width:40px;height:40px}.shop_headAccessory_special_wolfEars{background-image:url(spritesmith3.png);background-position:-1551px -369px;width:40px;height:40px}.shield_healer_1{background-image:url(spritesmith3.png);background-position:-364px -1349px;width:90px;height:90px}.shield_healer_2{background-image:url(spritesmith3.png);background-position:-455px -1349px;width:90px;height:90px}.shield_healer_3{background-image:url(spritesmith3.png);background-position:-546px -1349px;width:90px;height:90px}.shield_healer_4{background-image:url(spritesmith3.png);background-position:-637px -1349px;width:90px;height:90px}.shield_healer_5{background-image:url(spritesmith3.png);background-position:-364px -530px;width:90px;height:90px}.shield_rogue_0{background-image:url(spritesmith4.png);background-position:-1729px -1786px;width:90px;height:90px}.shield_rogue_1{background-image:url(spritesmith4.png);background-position:-1731px -1498px;width:103px;height:90px}.shield_rogue_2{background-image:url(spritesmith4.png);background-position:-718px -1877px;width:103px;height:90px}.shield_rogue_3{background-image:url(spritesmith4.png);background-position:-822px -1877px;width:114px;height:90px}.shield_rogue_4{background-image:url(spritesmith4.png);background-position:-1028px -1877px;width:96px;height:90px}.shield_rogue_5{background-image:url(spritesmith4.png);background-position:-1731px -497px;width:114px;height:90px}.shield_rogue_6{background-image:url(spritesmith4.png);background-position:-1846px -497px;width:114px;height:90px}.shield_special_1{background-image:url(spritesmith4.png);background-position:-1731px -588px;width:90px;height:90px}.shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-1822px -588px;width:111px;height:90px}.shield_special_moonpearlShield{background-image:url(spritesmith4.png);background-position:-1731px -679px;width:90px;height:90px}.shield_warrior_1{background-image:url(spritesmith4.png);background-position:-1822px -679px;width:90px;height:90px}.shield_warrior_2{background-image:url(spritesmith4.png);background-position:-1731px -770px;width:90px;height:90px}.shield_warrior_3{background-image:url(spritesmith4.png);background-position:-1822px -770px;width:90px;height:90px}.shield_warrior_4{background-image:url(spritesmith4.png);background-position:-1731px -861px;width:90px;height:90px}.shield_warrior_5{background-image:url(spritesmith4.png);background-position:-1638px -1786px;width:90px;height:90px}.shop_shield_healer_1{background-image:url(spritesmith4.png);background-position:-2063px -1582px;width:40px;height:40px}.shop_shield_healer_2{background-image:url(spritesmith4.png);background-position:-2104px -1582px;width:40px;height:40px}.shop_shield_healer_3{background-image:url(spritesmith4.png);background-position:-2145px -1582px;width:40px;height:40px}.shop_shield_healer_4{background-image:url(spritesmith4.png);background-position:-1981px -1623px;width:40px;height:40px}.shop_shield_healer_5{background-image:url(spritesmith4.png);background-position:-2063px -1623px;width:40px;height:40px}.shop_shield_rogue_0{background-image:url(spritesmith4.png);background-position:-2271px -296px;width:40px;height:40px}.shop_shield_rogue_1{background-image:url(spritesmith4.png);background-position:-2268px -1623px;width:40px;height:40px}.shop_shield_rogue_2{background-image:url(spritesmith4.png);background-position:-1981px -1664px;width:40px;height:40px}.shop_shield_rogue_3{background-image:url(spritesmith4.png);background-position:-2022px -1664px;width:40px;height:40px}.shop_shield_rogue_4{background-image:url(spritesmith4.png);background-position:-2063px -1664px;width:40px;height:40px}.shop_shield_rogue_5{background-image:url(spritesmith4.png);background-position:-2104px -1664px;width:40px;height:40px}.shop_shield_rogue_6{background-image:url(spritesmith4.png);background-position:-2145px -1664px;width:40px;height:40px}.shop_shield_special_0{background-image:url(spritesmith4.png);background-position:-2186px -1664px;width:40px;height:40px}.shop_shield_special_1{background-image:url(spritesmith4.png);background-position:-2268px -1664px;width:40px;height:40px}.shop_shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-1981px -1705px;width:40px;height:40px}.shop_shield_special_moonpearlShield{background-image:url(spritesmith4.png);background-position:-2022px -1705px;width:40px;height:40px}.shop_shield_warrior_1{background-image:url(spritesmith4.png);background-position:-2268px -1705px;width:40px;height:40px}.shop_shield_warrior_2{background-image:url(spritesmith4.png);background-position:-2227px -1828px;width:40px;height:40px}.shop_shield_warrior_3{background-image:url(spritesmith4.png);background-position:-2186px -1828px;width:40px;height:40px}.shop_shield_warrior_4{background-image:url(spritesmith4.png);background-position:-2145px -1828px;width:40px;height:40px}.shop_shield_warrior_5{background-image:url(spritesmith4.png);background-position:-2104px -1828px;width:40px;height:40px}.shop_weapon_healer_0{background-image:url(spritesmith4.png);background-position:-2063px -1828px;width:40px;height:40px}.shop_weapon_healer_1{background-image:url(spritesmith4.png);background-position:-2022px -1828px;width:40px;height:40px}.shop_weapon_healer_2{background-image:url(spritesmith4.png);background-position:-1981px -1828px;width:40px;height:40px}.shop_weapon_healer_3{background-image:url(spritesmith4.png);background-position:-2268px -1787px;width:40px;height:40px}.shop_weapon_healer_4{background-image:url(spritesmith4.png);background-position:-2227px -1787px;width:40px;height:40px}.shop_weapon_healer_5{background-image:url(spritesmith4.png);background-position:-2186px -1787px;width:40px;height:40px}.shop_weapon_healer_6{background-image:url(spritesmith4.png);background-position:-2145px -1787px;width:40px;height:40px}.shop_weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-2104px -1787px;width:40px;height:40px}.shop_weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-2063px -1787px;width:40px;height:40px}.shop_weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-2022px -1787px;width:40px;height:40px}.shop_weapon_rogue_3{background-image:url(spritesmith4.png);background-position:-1981px -1787px;width:40px;height:40px}.shop_weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-2268px -1746px;width:40px;height:40px}.shop_weapon_rogue_5{background-image:url(spritesmith4.png);background-position:-2227px -1746px;width:40px;height:40px}.shop_weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-2186px -1746px;width:40px;height:40px}.shop_weapon_special_0{background-image:url(spritesmith4.png);background-position:-2145px -1746px;width:40px;height:40px}.shop_weapon_special_1{background-image:url(spritesmith4.png);background-position:-2104px -1746px;width:40px;height:40px}.shop_weapon_special_2{background-image:url(spritesmith4.png);background-position:-2063px -1746px;width:40px;height:40px}.shop_weapon_special_3{background-image:url(spritesmith4.png);background-position:-2022px -1746px;width:40px;height:40px}.shop_weapon_special_critical{background-image:url(spritesmith4.png);background-position:-1981px -1746px;width:40px;height:40px}.shop_weapon_special_tridentOfCrashingTides{background-image:url(spritesmith4.png);background-position:-2227px -1664px;width:40px;height:40px}.shop_weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-2063px -1705px;width:40px;height:40px}.shop_weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-2025px -1539px;width:40px;height:40px}.shop_weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-2066px -1539px;width:40px;height:40px}.shop_weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-2107px -1539px;width:40px;height:40px}.shop_weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-2148px -1539px;width:40px;height:40px}.shop_weapon_warrior_5{background-image:url(spritesmith4.png);background-position:-2022px -1582px;width:40px;height:40px}.shop_weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-2189px -1539px;width:40px;height:40px}.shop_weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-2230px -1539px;width:40px;height:40px}.shop_weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-2271px -1539px;width:40px;height:40px}.shop_weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-1981px -1582px;width:40px;height:40px}.shop_weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-2104px -1623px;width:40px;height:40px}.shop_weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-2145px -1623px;width:40px;height:40px}.shop_weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-2186px -1623px;width:40px;height:40px}.shop_weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-2227px -1623px;width:40px;height:40px}.weapon_healer_0{background-image:url(spritesmith4.png);background-position:-1822px -861px;width:90px;height:90px}.weapon_healer_1{background-image:url(spritesmith4.png);background-position:-1731px -952px;width:90px;height:90px}.weapon_healer_2{background-image:url(spritesmith4.png);background-position:-1822px -952px;width:90px;height:90px}.weapon_healer_3{background-image:url(spritesmith4.png);background-position:-1731px -1043px;width:90px;height:90px}.weapon_healer_4{background-image:url(spritesmith4.png);background-position:-1822px -1043px;width:90px;height:90px}.weapon_healer_5{background-image:url(spritesmith4.png);background-position:-1731px -1134px;width:90px;height:90px}.weapon_healer_6{background-image:url(spritesmith4.png);background-position:-1822px -1134px;width:90px;height:90px}.weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-1731px -1225px;width:90px;height:90px}.weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-1822px -1225px;width:90px;height:90px}.weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-1731px -1316px;width:90px;height:90px}.weapon_rogue_3{background-image:url(spritesmith4.png);background-position:-1822px -1316px;width:90px;height:90px}.weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-1731px -1407px;width:90px;height:90px}.weapon_rogue_5{background-image:url(spritesmith4.png);background-position:-1822px -1407px;width:90px;height:90px}.weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-1835px -1498px;width:90px;height:90px}.weapon_special_1{background-image:url(spritesmith4.png);background-position:-1731px -1589px;width:102px;height:90px}.weapon_special_2{background-image:url(spritesmith4.png);background-position:-1834px -1589px;width:90px;height:90px}.weapon_special_3{background-image:url(spritesmith4.png);background-position:-1625px -1484px;width:90px;height:90px}.weapon_special_tridentOfCrashingTides{background-image:url(spritesmith4.png);background-position:-660px -567px;width:90px;height:90px}.weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-880px -787px;width:90px;height:90px}.weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-1590px -1577px;width:90px;height:90px}.weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-182px -1786px;width:90px;height:90px}.weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-273px -1786px;width:90px;height:90px}.weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-364px -1786px;width:90px;height:90px}.weapon_warrior_5{background-image:url(spritesmith4.png);background-position:-455px -1786px;width:90px;height:90px}.weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-728px -1786px;width:90px;height:90px}.weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-819px -1786px;width:90px;height:90px}.weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-910px -1786px;width:90px;height:90px}.weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-1001px -1786px;width:90px;height:90px}.weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-1092px -1786px;width:90px;height:90px}.weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-1274px -1786px;width:90px;height:90px}.weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-1365px -1786px;width:90px;height:90px}.weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-1456px -1786px;width:90px;height:90px}.GrimReaper{background-image:url(spritesmith4.png);background-position:-2146px -160px;width:57px;height:66px}.Pet_Currency_Gem{background-image:url(spritesmith4.png);background-position:-2203px -1869px;width:45px;height:39px}.Pet_Currency_Gem1x{background-image:url(spritesmith4.png);background-position:-2281px -142px;width:15px;height:13px}.Pet_Currency_Gem2x{background-image:url(spritesmith4.png);background-position:-2281px -115px;width:30px;height:26px}.PixelPaw-Gold{background-image:url(spritesmith4.png);background-position:-2079px -1082px;width:51px;height:51px}.PixelPaw{background-image:url(spritesmith4.png);background-position:-2229px -1030px;width:51px;height:51px}.PixelPaw002{background-image:url(spritesmith4.png);background-position:-2177px -1030px;width:51px;height:51px}.avatar_floral_healer{background-image:url(spritesmith4.png);background-position:-1803px -103px;width:99px;height:99px}.avatar_floral_rogue{background-image:url(spritesmith4.png);background-position:-1731px -305px;width:99px;height:99px}.avatar_floral_warrior{background-image:url(spritesmith4.png);background-position:-1731px -205px;width:99px;height:99px}.avatar_floral_wizard{background-image:url(spritesmith4.png);background-position:-1831px -205px;width:99px;height:99px}.inventory_present{background-image:url(spritesmith4.png);background-position:-2128px -1030px;width:48px;height:51px}.inventory_present_01{background-image:url(spritesmith4.png);background-position:-2079px -1030px;width:48px;height:51px}.inventory_present_02{background-image:url(spritesmith4.png);background-position:-2030px -1030px;width:48px;height:51px}.inventory_present_03{background-image:url(spritesmith4.png);background-position:-1981px -1030px;width:48px;height:51px}.inventory_present_04{background-image:url(spritesmith4.png);background-position:-2128px -978px;width:48px;height:51px}.inventory_present_05{background-image:url(spritesmith4.png);background-position:-2079px -978px;width:48px;height:51px}.inventory_present_06{background-image:url(spritesmith4.png);background-position:-2030px -978px;width:48px;height:51px}.inventory_present_07{background-image:url(spritesmith4.png);background-position:-2177px -926px;width:48px;height:51px}.inventory_present_08{background-image:url(spritesmith4.png);background-position:-2128px -926px;width:48px;height:51px}.inventory_present_09{background-image:url(spritesmith4.png);background-position:-2079px -926px;width:48px;height:51px}.inventory_present_10{background-image:url(spritesmith4.png);background-position:-2177px -874px;width:48px;height:51px}.inventory_present_11{background-image:url(spritesmith4.png);background-position:-2128px -874px;width:48px;height:51px}.inventory_present_12{background-image:url(spritesmith4.png);background-position:-2079px -874px;width:48px;height:51px}.inventory_quest_scroll{background-image:url(spritesmith4.png);background-position:-2030px -874px;width:48px;height:51px}.inventory_quest_scroll_locked{background-image:url(spritesmith4.png);background-position:-1981px -874px;width:48px;height:51px}.inventory_special_fortify{background-image:url(spritesmith4.png);background-position:-2155px -296px;width:57px;height:54px}.inventory_special_nye{background-image:url(spritesmith4.png);background-position:-2097px -296px;width:57px;height:54px}.inventory_special_opaquePotion{background-image:url(spritesmith4.png);background-position:-2271px -232px;width:40px;height:40px}.inventory_special_seafoam{background-image:url(spritesmith4.png);background-position:-2213px -232px;width:57px;height:54px}.inventory_special_shinySeed{background-image:url(spritesmith4.png);background-position:-2097px -232px;width:57px;height:54px}.inventory_special_snowball{background-image:url(spritesmith4.png);background-position:-1981px -296px;width:57px;height:54px}.inventory_special_spookDust{background-image:url(spritesmith4.png);background-position:-2039px -296px;width:57px;height:54px}.inventory_special_trinket{background-image:url(spritesmith4.png);background-position:-1981px -458px;width:48px;height:51px}.inventory_special_valentine{background-image:url(spritesmith4.png);background-position:-2213px -296px;width:57px;height:54px}.knockout{background-image:url(spritesmith4.png);background-position:-1981px -1446px;width:120px;height:47px}.pet_key{background-image:url(spritesmith4.png);background-position:-2155px -232px;width:57px;height:54px}.rebirth_orb{background-image:url(spritesmith4.png);background-position:-1981px -351px;width:57px;height:54px}.seafoam_star{background-image:url(spritesmith4.png);background-position:-1729px -1683px;width:90px;height:90px}.shop_armoire{background-image:url(spritesmith4.png);background-position:-2145px -1705px;width:40px;height:40px}.snowman{background-image:url(spritesmith4.png);background-position:0 -1786px;width:90px;height:90px}.spookman{background-image:url(spritesmith4.png);background-position:-91px -1786px;width:90px;height:90px}.welcome_to_Habit_1{background-image:url(spritesmith4.png);background-position:-430px -1683px;width:502px;height:99px}.welcome_to_Habit_2{background-image:url(spritesmith4.png);background-position:-861px -1109px;width:500px;height:171px}.welcome_to_Habit_3{background-image:url(spritesmith4.png);background-position:-220px 0;width:584px;height:220px}.welcome_to_Habit_4{background-image:url(spritesmith4.png);background-position:-437px -1109px;width:423px;height:171px}.zzz{background-image:url(spritesmith4.png);background-position:-2186px -1705px;width:40px;height:40px}.zzz_light{background-image:url(spritesmith4.png);background-position:-2227px -1705px;width:40px;height:40px}.npc_alex{background-image:url(spritesmith4.png);background-position:-1462px -139px;width:162px;height:138px}.npc_bailey{background-image:url(spritesmith4.png);background-position:-1731px -103px;width:71px;height:101px}.npc_daniel{background-image:url(spritesmith4.png);background-position:-1462px -685px;width:135px;height:123px}.npc_ian{background-image:url(spritesmith4.png);background-position:-1462px -417px;width:75px;height:135px}.npc_justin{background-image:url(spritesmith4.png);background-position:-1538px -417px;width:84px;height:120px}.npc_justin_head{background-image:url(spritesmith4.png);background-position:-2275px -406px;width:36px;height:39px}.npc_matt{background-image:url(spritesmith4.png);background-position:-196px -1438px;width:195px;height:138px}.npc_timetravelers{background-image:url(spritesmith4.png);background-position:0 -1438px;width:195px;height:138px}.npc_timetravelers_active{background-image:url(spritesmith4.png);background-position:-1251px -1287px;width:195px;height:138px}.npc_tyler{background-image:url(spritesmith4.png);background-position:-1547px -1786px;width:90px;height:90px}.seasonalshop_closed{background-image:url(spritesmith4.png);background-position:-1462px -278px;width:162px;height:138px}.seasonalshop_summer2015{background-image:url(spritesmith4.png);background-position:-1462px 0;width:162px;height:138px}.2014_Fall_HealerPROMO2{background-image:url(spritesmith4.png);background-position:-1820px -1786px;width:90px;height:90px}.2014_Fall_Mage_PROMO9{background-image:url(spritesmith4.png);background-position:0 -1877px;width:120px;height:90px}.2014_Fall_RoguePROMO3{background-image:url(spritesmith4.png);background-position:-121px -1877px;width:105px;height:90px}.2014_Fall_Warrior_PROMO{background-image:url(spritesmith4.png);background-position:-227px -1877px;width:90px;height:90px}.promo_dilatoryDistress{background-image:url(spritesmith4.png);background-position:-318px -1877px;width:90px;height:90px}.promo_enchanted_armoire{background-image:url(spritesmith4.png);background-position:0 -1968px;width:374px;height:76px}.promo_enchanted_armoire_201507{background-image:url(spritesmith4.png);background-position:-500px -1877px;width:217px;height:90px}.promo_habitica{background-image:url(spritesmith4.png);background-position:-1056px -892px;width:175px;height:175px}.promo_item_notif{background-image:url(spritesmith4.png);background-position:-1731px 0;width:249px;height:102px}.promo_mystery_201405{background-image:url(spritesmith4.png);background-position:-937px -1877px;width:90px;height:90px}.promo_mystery_201406{background-image:url(spritesmith4.png);background-position:-1831px -305px;width:90px;height:96px}.promo_mystery_201407{background-image:url(spritesmith4.png);background-position:-2054px -232px;width:42px;height:62px}.promo_mystery_201408{background-image:url(spritesmith4.png);background-position:-1981px -160px;width:60px;height:71px}.promo_mystery_201409{background-image:url(spritesmith4.png);background-position:-409px -1877px;width:90px;height:90px}.promo_mystery_201410{background-image:url(spritesmith4.png);background-position:-1981px -232px;width:72px;height:63px}.promo_mystery_201411{background-image:url(spritesmith4.png);background-position:-1183px -1786px;width:90px;height:90px}.promo_mystery_201412{background-image:url(spritesmith4.png);background-position:-2204px -160px;width:42px;height:66px}.promo_mystery_201501{background-image:url(spritesmith4.png);background-position:-2247px -160px;width:48px;height:63px}.promo_mystery_201502{background-image:url(spritesmith4.png);background-position:-637px -1786px;width:90px;height:90px}.promo_mystery_201503{background-image:url(spritesmith4.png);background-position:-546px -1786px;width:90px;height:90px}.promo_mystery_201504{background-image:url(spritesmith4.png);background-position:-2085px -160px;width:60px;height:69px}.promo_mystery_201505{background-image:url(spritesmith4.png);background-position:-1820px -1683px;width:90px;height:90px}.promo_mystery_201506{background-image:url(spritesmith4.png);background-position:-2042px -160px;width:42px;height:69px}.promo_mystery_201507{background-image:url(spritesmith4.png);background-position:-1362px -1109px;width:90px;height:105px}.promo_mystery_3014{background-image:url(spritesmith4.png);background-position:-1511px -1683px;width:217px;height:90px}.promo_orca{background-image:url(spritesmith4.png);background-position:-318px -1577px;width:105px;height:105px}.promo_partyhats{background-image:url(spritesmith4.png);background-position:-2102px -1446px;width:115px;height:47px}.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:-1981px 0;width:330px;height:83px}.customize-option.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:-2006px -15px;width:60px;height:60px}.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-660px -232px;width:140px;height:147px}.customize-option.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-685px -247px;width:60px;height:60px}.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:-1426px -1877px;width:330px;height:83px}.customize-option.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:-1451px -1892px;width:60px;height:60px}.promo_splashyskins{background-image:url(spritesmith4.png);background-position:-1731px -405px;width:198px;height:91px}.customize-option.promo_splashyskins{background-image:url(spritesmith4.png);background-position:-1756px -420px;width:60px;height:60px}.promo_springclasses2014{background-image:url(spritesmith4.png);background-position:-1222px -1683px;width:288px;height:90px}.promo_springclasses2015{background-image:url(spritesmith4.png);background-position:-933px -1683px;width:288px;height:90px}.promo_summer_classes_2014{background-image:url(spritesmith4.png);background-position:0 -1683px;width:429px;height:102px}.promo_summer_classes_2015{background-image:url(spritesmith4.png);background-position:-1125px -1877px;width:300px;height:88px}.promo_updos{background-image:url(spritesmith4.png);background-position:-904px -1287px;width:156px;height:147px}.promo_veteran_pets{background-image:url(spritesmith4.png);background-position:-2134px -84px;width:146px;height:75px}.promo_winterclasses2015{background-image:url(spritesmith4.png);background-position:-918px -1438px;width:325px;height:110px}.promo_winteryhair{background-image:url(spritesmith4.png);background-position:-1981px -84px;width:152px;height:75px}.customize-option.promo_winteryhair{background-image:url(spritesmith4.png);background-position:-2006px -99px;width:60px;height:60px}.inventory_quest_scroll_atom1{background-image:url(spritesmith4.png);background-position:-1981px -406px;width:48px;height:51px}.inventory_quest_scroll_atom1_locked{background-image:url(spritesmith4.png);background-position:-2030px -406px;width:48px;height:51px}.inventory_quest_scroll_atom2{background-image:url(spritesmith4.png);background-position:-2079px -406px;width:48px;height:51px}.inventory_quest_scroll_atom2_locked{background-image:url(spritesmith4.png);background-position:-2128px -406px;width:48px;height:51px}.inventory_quest_scroll_atom3{background-image:url(spritesmith4.png);background-position:-2177px -406px;width:48px;height:51px}.inventory_quest_scroll_atom3_locked{background-image:url(spritesmith4.png);background-position:-2226px -406px;width:48px;height:51px}.inventory_quest_scroll_basilist{background-image:url(spritesmith4.png);background-position:-2088px -351px;width:48px;height:51px}.inventory_quest_scroll_bunny{background-image:url(spritesmith4.png);background-position:-2030px -458px;width:48px;height:51px}.inventory_quest_scroll_dilatoryDistress1{background-image:url(spritesmith4.png);background-position:-2079px -458px;width:48px;height:51px}.inventory_quest_scroll_dilatoryDistress2{background-image:url(spritesmith4.png);background-position:-2128px -458px;width:48px;height:51px}.inventory_quest_scroll_dilatoryDistress2_locked{background-image:url(spritesmith4.png);background-position:-2177px -458px;width:48px;height:51px}.inventory_quest_scroll_dilatoryDistress3{background-image:url(spritesmith4.png);background-position:-2226px -458px;width:48px;height:51px}.inventory_quest_scroll_dilatoryDistress3_locked{background-image:url(spritesmith4.png);background-position:-1981px -510px;width:48px;height:51px}.inventory_quest_scroll_dilatory_derby{background-image:url(spritesmith4.png);background-position:-2030px -510px;width:48px;height:51px}.inventory_quest_scroll_egg{background-image:url(spritesmith4.png);background-position:-2079px -510px;width:48px;height:51px}.inventory_quest_scroll_evilsanta{background-image:url(spritesmith4.png);background-position:-2128px -510px;width:48px;height:51px}.inventory_quest_scroll_evilsanta2{background-image:url(spritesmith4.png);background-position:-2177px -510px;width:48px;height:51px}.inventory_quest_scroll_ghost_stag{background-image:url(spritesmith4.png);background-position:-2226px -510px;width:48px;height:51px}.inventory_quest_scroll_goldenknight1{background-image:url(spritesmith4.png);background-position:-1981px -562px;width:48px;height:51px}.inventory_quest_scroll_goldenknight1_locked{background-image:url(spritesmith4.png);background-position:-2030px -562px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2{background-image:url(spritesmith4.png);background-position:-2079px -562px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2_locked{background-image:url(spritesmith4.png);background-position:-2128px -562px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3{background-image:url(spritesmith4.png);background-position:-2177px -562px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3_locked{background-image:url(spritesmith4.png);background-position:-2226px -562px;width:48px;height:51px}.inventory_quest_scroll_gryphon{background-image:url(spritesmith4.png);background-position:-1981px -614px;width:48px;height:51px}.inventory_quest_scroll_harpy{background-image:url(spritesmith4.png);background-position:-2030px -614px;width:48px;height:51px}.inventory_quest_scroll_hedgehog{background-image:url(spritesmith4.png);background-position:-2079px -614px;width:48px;height:51px}.inventory_quest_scroll_kraken{background-image:url(spritesmith4.png);background-position:-2128px -614px;width:48px;height:51px}.inventory_quest_scroll_moonstone1{background-image:url(spritesmith4.png);background-position:-2177px -614px;width:48px;height:51px}.inventory_quest_scroll_moonstone1_locked{background-image:url(spritesmith4.png);background-position:-2226px -614px;width:48px;height:51px}.inventory_quest_scroll_moonstone2{background-image:url(spritesmith4.png);background-position:-1981px -666px;width:48px;height:51px}.inventory_quest_scroll_moonstone2_locked{background-image:url(spritesmith4.png);background-position:-2030px -666px;width:48px;height:51px}.inventory_quest_scroll_moonstone3{background-image:url(spritesmith4.png);background-position:-2079px -666px;width:48px;height:51px}.inventory_quest_scroll_moonstone3_locked{background-image:url(spritesmith4.png);background-position:-2128px -666px;width:48px;height:51px}.inventory_quest_scroll_octopus{background-image:url(spritesmith4.png);background-position:-2177px -666px;width:48px;height:51px}.inventory_quest_scroll_owl{background-image:url(spritesmith4.png);background-position:-2226px -666px;width:48px;height:51px}.inventory_quest_scroll_penguin{background-image:url(spritesmith4.png);background-position:-1981px -718px;width:48px;height:51px}.inventory_quest_scroll_rat{background-image:url(spritesmith4.png);background-position:-2030px -718px;width:48px;height:51px}.inventory_quest_scroll_rock{background-image:url(spritesmith4.png);background-position:-2079px -718px;width:48px;height:51px}.inventory_quest_scroll_rooster{background-image:url(spritesmith4.png);background-position:-2128px -718px;width:48px;height:51px}.inventory_quest_scroll_sheep{background-image:url(spritesmith4.png);background-position:-2177px -718px;width:48px;height:51px}.inventory_quest_scroll_slime{background-image:url(spritesmith4.png);background-position:-2226px -718px;width:48px;height:51px}.inventory_quest_scroll_spider{background-image:url(spritesmith4.png);background-position:-1981px -770px;width:48px;height:51px}.inventory_quest_scroll_trex{background-image:url(spritesmith4.png);background-position:-2030px -770px;width:48px;height:51px}.inventory_quest_scroll_trex_undead{background-image:url(spritesmith4.png);background-position:-2079px -770px;width:48px;height:51px}.inventory_quest_scroll_vice1{background-image:url(spritesmith4.png);background-position:-2128px -770px;width:48px;height:51px}.inventory_quest_scroll_vice1_locked{background-image:url(spritesmith4.png);background-position:-2177px -770px;width:48px;height:51px}.inventory_quest_scroll_vice2{background-image:url(spritesmith4.png);background-position:-2226px -770px;width:48px;height:51px}.inventory_quest_scroll_vice2_locked{background-image:url(spritesmith4.png);background-position:-1981px -822px;width:48px;height:51px}.inventory_quest_scroll_vice3{background-image:url(spritesmith4.png);background-position:-2030px -822px;width:48px;height:51px}.inventory_quest_scroll_vice3_locked{background-image:url(spritesmith4.png);background-position:-2079px -822px;width:48px;height:51px}.inventory_quest_scroll_whale{background-image:url(spritesmith4.png);background-position:-2128px -822px;width:48px;height:51px}.quest_TEMPLATE_FOR_MISSING_IMAGE{background-image:url(spritesmith4.png);background-position:-1981px -1869px;width:221px;height:39px}.quest_atom1{background-image:url(spritesmith4.png);background-position:-402px -1287px;width:250px;height:150px}.quest_atom2{background-image:url(spritesmith4.png);background-position:-392px -1438px;width:207px;height:138px}.quest_atom3{background-image:url(spritesmith4.png);background-position:-839px -892px;width:216px;height:180px}.quest_basilist{background-image:url(spritesmith4.png);background-position:-1061px -1287px;width:189px;height:141px}.quest_bunny{background-image:url(spritesmith4.png);background-position:-217px -892px;width:210px;height:186px}.quest_dilatory{background-image:url(spritesmith4.png);background-position:-1025px -660px;width:219px;height:219px}.quest_dilatoryDistress1{background-image:url(spritesmith4.png);background-position:-1981px -1909px;width:221px;height:39px}.quest_dilatoryDistress1_blueFins{background-image:url(spritesmith4.png);background-position:-2226px -1394px;width:51px;height:48px}.quest_dilatoryDistress1_fireCoral{background-image:url(spritesmith4.png);background-position:-2030px -926px;width:48px;height:51px}.quest_dilatoryDistress2{background-image:url(spritesmith4.png);background-position:0 -1287px;width:150px;height:150px}.quest_dilatoryDistress3{background-image:url(spritesmith4.png);background-position:0 -452px;width:219px;height:219px}.quest_dilatory_derby{background-image:url(spritesmith4.png);background-position:-1025px -440px;width:219px;height:219px}.quest_egg{background-image:url(spritesmith4.png);background-position:-1757px -1877px;width:221px;height:39px}.quest_egg_plainEgg{background-image:url(spritesmith4.png);background-position:-1981px -978px;width:48px;height:51px}.quest_evilsanta{background-image:url(spritesmith4.png);background-position:-1462px -553px;width:118px;height:131px}.quest_evilsanta2{background-image:url(spritesmith4.png);background-position:0 -672px;width:219px;height:219px}.quest_ghost_stag{background-image:url(spritesmith4.png);background-position:-1025px -220px;width:219px;height:219px}.quest_goldenknight1{background-image:url(spritesmith4.png);background-position:-1757px -1917px;width:221px;height:39px}.quest_goldenknight1_testimony{background-image:url(spritesmith4.png);background-position:-2226px -978px;width:48px;height:51px}.quest_goldenknight2{background-image:url(spritesmith4.png);background-position:-151px -1287px;width:250px;height:150px}.quest_goldenknight3{background-image:url(spritesmith4.png);background-position:0 0;width:219px;height:231px}.quest_gryphon{background-image:url(spritesmith4.png);background-position:-1245px -534px;width:216px;height:177px}.quest_harpy{background-image:url(spritesmith4.png);background-position:-660px -672px;width:219px;height:219px}.quest_hedgehog{background-image:url(spritesmith4.png);background-position:-428px -892px;width:219px;height:186px}.quest_kraken{background-image:url(spritesmith4.png);background-position:-1245px 0;width:216px;height:177px}.quest_moonstone1{background-image:url(spritesmith4.png);background-position:-375px -1968px;width:221px;height:39px}.quest_moonstone1_moonstone{background-image:url(spritesmith4.png);background-position:-2281px -84px;width:30px;height:30px}.quest_moonstone2{background-image:url(spritesmith4.png);background-position:-805px -440px;width:219px;height:219px}.quest_moonstone3{background-image:url(spritesmith4.png);background-position:-1025px 0;width:219px;height:219px}.quest_octopus{background-image:url(spritesmith4.png);background-position:0 -1109px;width:222px;height:177px}.quest_owl{background-image:url(spritesmith4.png);background-position:-220px -232px;width:219px;height:219px}.quest_penguin{background-image:url(spritesmith4.png);background-position:-648px -892px;width:190px;height:183px}.quest_rat{background-image:url(spritesmith4.png);background-position:-440px -232px;width:219px;height:219px}.quest_rock{background-image:url(spritesmith4.png);background-position:0 -892px;width:216px;height:216px}.quest_rooster{background-image:url(spritesmith4.png);background-position:-223px -1109px;width:213px;height:174px}.quest_sheep{background-image:url(spritesmith4.png);background-position:-220px -452px;width:219px;height:219px}.quest_slime{background-image:url(spritesmith4.png);background-position:-440px -452px;width:219px;height:219px}.quest_spider{background-image:url(spritesmith4.png);background-position:-653px -1287px;width:250px;height:150px}.quest_stressbeast{background-image:url(spritesmith4.png);background-position:-805px 0;width:219px;height:219px}.quest_stressbeast_bailey{background-image:url(spritesmith4.png);background-position:-805px -220px;width:219px;height:219px}.quest_stressbeast_guide{background-image:url(spritesmith4.png);background-position:0 -232px;width:219px;height:219px}.quest_stressbeast_stables{background-image:url(spritesmith4.png);background-position:-220px -672px;width:219px;height:219px}.quest_trex{background-image:url(spritesmith4.png);background-position:-1245px -712px;width:204px;height:177px}.quest_trex_undead{background-image:url(spritesmith4.png);background-position:-1245px -890px;width:216px;height:177px}.quest_vice1{background-image:url(spritesmith4.png);background-position:-1245px -356px;width:216px;height:177px}.quest_vice2{background-image:url(spritesmith4.png);background-position:-597px -1968px;width:221px;height:39px}.quest_vice2_lightCrystal{background-image:url(spritesmith4.png);background-position:-2104px -1705px;width:40px;height:40px}.quest_vice3{background-image:url(spritesmith4.png);background-position:-1245px -178px;width:216px;height:177px}.quest_whale{background-image:url(spritesmith4.png);background-position:-440px -672px;width:219px;height:219px}.shop_copper{background-image:url(spritesmith4.png);background-position:-2275px -666px;width:32px;height:22px}.shop_eyes{background-image:url(spritesmith4.png);background-position:-2022px -1623px;width:40px;height:40px}.shop_gold{background-image:url(spritesmith4.png);background-position:-2275px -689px;width:32px;height:22px}.shop_opaquePotion{background-image:url(spritesmith4.png);background-position:-2268px -1582px;width:40px;height:40px}.shop_potion{background-image:url(spritesmith4.png);background-position:-2227px -1582px;width:40px;height:40px}.shop_reroll{background-image:url(spritesmith4.png);background-position:-2186px -1582px;width:40px;height:40px}.shop_seafoam{background-image:url(spritesmith4.png);background-position:-2275px -458px;width:32px;height:32px}.shop_shinySeed{background-image:url(spritesmith4.png);background-position:-2275px -614px;width:32px;height:32px}.shop_silver{background-image:url(spritesmith4.png);background-position:-2275px -718px;width:32px;height:22px}.shop_snowball{background-image:url(spritesmith4.png);background-position:-2275px -510px;width:32px;height:32px}.shop_spookDust{background-image:url(spritesmith4.png);background-position:-2275px -562px;width:32px;height:32px}.Pet_Egg_BearCub{background-image:url(spritesmith4.png);background-position:-2226px -1342px;width:48px;height:51px}.Pet_Egg_Bunny{background-image:url(spritesmith4.png);background-position:-1981px -1394px;width:48px;height:51px}.Pet_Egg_Cactus{background-image:url(spritesmith4.png);background-position:-2030px -1394px;width:48px;height:51px}.Pet_Egg_Cuttlefish{background-image:url(spritesmith4.png);background-position:-2079px -1394px;width:48px;height:51px}.Pet_Egg_Deer{background-image:url(spritesmith4.png);background-position:-2128px -1394px;width:48px;height:51px}.Pet_Egg_Dragon{background-image:url(spritesmith4.png);background-position:-2177px -1394px;width:48px;height:51px}.Pet_Egg_Egg{background-image:url(spritesmith4.png);background-position:-2177px -1342px;width:48px;height:51px}.Pet_Egg_FlyingPig{background-image:url(spritesmith4.png);background-position:-2128px -1342px;width:48px;height:51px}.Pet_Egg_Fox{background-image:url(spritesmith4.png);background-position:-2079px -1342px;width:48px;height:51px}.Pet_Egg_Gryphon{background-image:url(spritesmith4.png);background-position:-2030px -1342px;width:48px;height:51px}.Pet_Egg_Hedgehog{background-image:url(spritesmith4.png);background-position:-1981px -1342px;width:48px;height:51px}.Pet_Egg_LionCub{background-image:url(spritesmith4.png);background-position:-2226px -1290px;width:48px;height:51px}.Pet_Egg_Octopus{background-image:url(spritesmith4.png);background-position:-2177px -1290px;width:48px;height:51px}.Pet_Egg_Owl{background-image:url(spritesmith4.png);background-position:-2128px -1290px;width:48px;height:51px}.Pet_Egg_PandaCub{background-image:url(spritesmith4.png);background-position:-2079px -1290px;width:48px;height:51px}.Pet_Egg_Parrot{background-image:url(spritesmith4.png);background-position:-2030px -1290px;width:48px;height:51px}.Pet_Egg_Penguin{background-image:url(spritesmith4.png);background-position:-1981px -1290px;width:48px;height:51px}.Pet_Egg_PolarBear{background-image:url(spritesmith4.png);background-position:-2226px -1238px;width:48px;height:51px}.Pet_Egg_Rat{background-image:url(spritesmith4.png);background-position:-2177px -1238px;width:48px;height:51px}.Pet_Egg_Rock{background-image:url(spritesmith4.png);background-position:-2128px -1238px;width:48px;height:51px}.Pet_Egg_Rooster{background-image:url(spritesmith4.png);background-position:-2079px -1238px;width:48px;height:51px}.Pet_Egg_Seahorse{background-image:url(spritesmith4.png);background-position:-2030px -1238px;width:48px;height:51px}.Pet_Egg_Sheep{background-image:url(spritesmith4.png);background-position:-1981px -1238px;width:48px;height:51px}.Pet_Egg_Slime{background-image:url(spritesmith4.png);background-position:-2226px -1186px;width:48px;height:51px}.Pet_Egg_Spider{background-image:url(spritesmith4.png);background-position:-2177px -1186px;width:48px;height:51px}.Pet_Egg_TRex{background-image:url(spritesmith4.png);background-position:-2079px -1186px;width:48px;height:51px}.Pet_Egg_TigerCub{background-image:url(spritesmith4.png);background-position:-2030px -1186px;width:48px;height:51px}.Pet_Egg_Whale{background-image:url(spritesmith4.png);background-position:-1981px -1186px;width:48px;height:51px}.Pet_Egg_Wolf{background-image:url(spritesmith4.png);background-position:-2226px -1134px;width:48px;height:51px}.Pet_Food_Cake_Base{background-image:url(spritesmith4.png);background-position:-2247px -1494px;width:43px;height:43px}.Pet_Food_Cake_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1981px -1494px;width:42px;height:44px}.Pet_Food_Cake_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-2261px -1446px;width:43px;height:45px}.Pet_Food_Cake_Desert{background-image:url(spritesmith4.png);background-position:-2112px -1494px;width:43px;height:44px}.Pet_Food_Cake_Golden{background-image:url(spritesmith4.png);background-position:-1981px -1539px;width:43px;height:42px}.Pet_Food_Cake_Red{background-image:url(spritesmith4.png);background-position:-2024px -1494px;width:43px;height:44px}.Pet_Food_Cake_Shade{background-image:url(spritesmith4.png);background-position:-2068px -1494px;width:43px;height:44px}.Pet_Food_Cake_Skeleton{background-image:url(spritesmith4.png);background-position:-2218px -1446px;width:42px;height:47px}.Pet_Food_Cake_White{background-image:url(spritesmith4.png);background-position:-2156px -1494px;width:44px;height:44px}.Pet_Food_Cake_Zombie{background-image:url(spritesmith4.png);background-position:-2201px -1494px;width:45px;height:44px}.Pet_Food_Candy_Base{background-image:url(spritesmith4.png);background-position:-2177px -1134px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-2128px -1134px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-2079px -1134px;width:48px;height:51px}.Pet_Food_Candy_Desert{background-image:url(spritesmith4.png);background-position:-2030px -1134px;width:48px;height:51px}.Pet_Food_Candy_Golden{background-image:url(spritesmith4.png);background-position:-2229px -1082px;width:48px;height:51px}.Pet_Food_Candy_Red{background-image:url(spritesmith4.png);background-position:-2180px -1082px;width:48px;height:51px}.Pet_Food_Candy_Shade{background-image:url(spritesmith4.png);background-position:-2131px -1082px;width:48px;height:51px}.Pet_Food_Candy_Skeleton{background-image:url(spritesmith4.png);background-position:-2030px -1082px;width:48px;height:51px}.Pet_Food_Candy_White{background-image:url(spritesmith4.png);background-position:-1981px -1082px;width:48px;height:51px}.Pet_Food_Candy_Zombie{background-image:url(spritesmith4.png);background-position:-2177px -978px;width:48px;height:51px}.Pet_Food_Chocolate{background-image:url(spritesmith4.png);background-position:-2226px -926px;width:48px;height:51px}.Pet_Food_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1981px -926px;width:48px;height:51px}.Pet_Food_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-2226px -874px;width:48px;height:51px}.Pet_Food_Fish{background-image:url(spritesmith4.png);background-position:-2177px -822px;width:48px;height:51px}.Pet_Food_Honey{background-image:url(spritesmith4.png);background-position:-2186px -351px;width:48px;height:51px}.Pet_Food_Meat{background-image:url(spritesmith4.png);background-position:-2039px -351px;width:48px;height:51px}.Pet_Food_Milk{background-image:url(spritesmith4.png);background-position:-2128px -1186px;width:48px;height:51px}.Pet_Food_Potatoe{background-image:url(spritesmith4.png);background-position:-2137px -351px;width:48px;height:51px}.Pet_Food_RottenMeat{background-image:url(spritesmith4.png);background-position:-1981px -1134px;width:48px;height:51px}.Pet_Food_Saddle{background-image:url(spritesmith4.png);background-position:-2226px -822px;width:48px;height:51px}.Pet_Food_Strawberry{background-image:url(spritesmith4.png);background-position:-2235px -351px;width:48px;height:51px}.Mount_Body_BearCub-Base{background-image:url(spritesmith4.png);background-position:0 -1577px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1350px -1438px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1456px -1438px;width:105px;height:105px}.Mount_Body_BearCub-Desert{background-image:url(spritesmith4.png);background-position:-1625px 0;width:105px;height:105px}.Mount_Body_BearCub-Golden{background-image:url(spritesmith4.png);background-position:-1625px -106px;width:105px;height:105px}.Mount_Body_BearCub-Polar{background-image:url(spritesmith4.png);background-position:-1625px -212px;width:105px;height:105px}.Mount_Body_BearCub-Red{background-image:url(spritesmith4.png);background-position:-1625px -318px;width:105px;height:105px}.Mount_Body_BearCub-Shade{background-image:url(spritesmith4.png);background-position:-1625px -424px;width:105px;height:105px}.Mount_Body_BearCub-Skeleton{background-image:url(spritesmith4.png);background-position:-1625px -530px;width:105px;height:105px}.Mount_Body_BearCub-White{background-image:url(spritesmith4.png);background-position:-1625px -636px;width:105px;height:105px}.Mount_Body_BearCub-Zombie{background-image:url(spritesmith4.png);background-position:-1625px -742px;width:105px;height:105px}.Mount_Body_Bunny-Base{background-image:url(spritesmith4.png);background-position:-1625px -848px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1625px -954px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1625px -1060px;width:105px;height:105px}.Mount_Body_Bunny-Desert{background-image:url(spritesmith4.png);background-position:-1625px -1166px;width:105px;height:105px}.Mount_Body_Bunny-Golden{background-image:url(spritesmith4.png);background-position:-1625px -1272px;width:105px;height:105px}.Mount_Body_Bunny-Red{background-image:url(spritesmith4.png);background-position:-1244px -1438px;width:105px;height:105px}.Mount_Body_Bunny-Shade{background-image:url(spritesmith4.png);background-position:-212px -1577px;width:105px;height:105px}.Mount_Body_Bunny-Skeleton{background-image:url(spritesmith4.png);background-position:-424px -1577px;width:105px;height:105px}.Mount_Body_Bunny-White{background-image:url(spritesmith4.png);background-position:-530px -1577px;width:105px;height:105px}.Mount_Body_Bunny-Zombie{background-image:url(spritesmith4.png);background-position:-636px -1577px;width:105px;height:105px}.Mount_Body_Cactus-Base{background-image:url(spritesmith4.png);background-position:-742px -1577px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-954px -1577px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1060px -1577px;width:105px;height:105px}.Mount_Body_Cactus-Desert{background-image:url(spritesmith4.png);background-position:-1166px -1577px;width:105px;height:105px}.Mount_Body_Cactus-Golden{background-image:url(spritesmith4.png);background-position:-1272px -1577px;width:105px;height:105px}.Mount_Body_Cactus-Red{background-image:url(spritesmith4.png);background-position:-1378px -1577px;width:105px;height:105px}.Mount_Body_Cactus-Shade{background-image:url(spritesmith4.png);background-position:-1484px -1577px;width:105px;height:105px}.Mount_Body_Cactus-Skeleton{background-image:url(spritesmith4.png);background-position:-848px -1577px;width:105px;height:105px}.Mount_Body_Cactus-White{background-image:url(spritesmith4.png);background-position:-106px -1577px;width:105px;height:105px}.Mount_Body_Cactus-Zombie{background-image:url(spritesmith4.png);background-position:-1625px -1378px;width:105px;height:105px}.Mount_Body_Cuttlefish-Base{background-image:url(spritesmith4.png);background-position:-1462px -1039px;width:105px;height:114px}.Mount_Body_Cuttlefish-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1462px -924px;width:105px;height:114px}.Mount_Body_Cuttlefish-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-812px -1438px;width:105px;height:114px}.Mount_Body_Cuttlefish-Desert{background-image:url(spritesmith4.png);background-position:-706px -1438px;width:105px;height:114px}.Mount_Body_Cuttlefish-Golden{background-image:url(spritesmith4.png);background-position:-600px -1438px;width:105px;height:114px}.Mount_Body_Cuttlefish-Red{background-image:url(spritesmith4.png);background-position:-880px -672px;width:105px;height:114px}.Mount_Body_Cuttlefish-Shade{background-image:url(spritesmith4.png);background-position:-660px -452px;width:105px;height:114px}.Mount_Body_Cuttlefish-Skeleton{background-image:url(spritesmith4.png);background-position:-1462px -1269px;width:105px;height:114px}.Mount_Body_Cuttlefish-White{background-image:url(spritesmith4.png);background-position:-1462px -809px;width:105px;height:114px}.Mount_Body_Cuttlefish-Zombie{background-image:url(spritesmith4.png);background-position:-1462px -1154px;width:105px;height:114px}.Mount_Body_Deer-Base{background-image:url(spritesmith5.png);background-position:-324px -995px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-848px -1525px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-636px -1525px;width:105px;height:105px}.Mount_Body_Deer-Desert{background-image:url(spritesmith5.png);background-position:-742px -1525px;width:105px;height:105px}.Mount_Body_Deer-Golden{background-image:url(spritesmith5.png);background-position:-954px -1525px;width:105px;height:105px}.Mount_Body_Deer-Red{background-image:url(spritesmith5.png);background-position:-1060px -1525px;width:105px;height:105px}.Mount_Body_Deer-Shade{background-image:url(spritesmith5.png);background-position:-1166px -1525px;width:105px;height:105px}.Mount_Body_Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-1272px -1525px;width:105px;height:105px}.Mount_Body_Deer-White{background-image:url(spritesmith5.png);background-position:-1378px -1525px;width:105px;height:105px}.Mount_Body_Deer-Zombie{background-image:url(spritesmith5.png);background-position:-1484px -1525px;width:105px;height:105px}.Mount_Body_Dragon-Base{background-image:url(spritesmith5.png);background-position:-1634px 0;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-742px -1631px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-848px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Desert{background-image:url(spritesmith5.png);background-position:-954px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Golden{background-image:url(spritesmith5.png);background-position:-1060px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Red{background-image:url(spritesmith5.png);background-position:-1166px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-1272px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-1378px -1631px;width:105px;height:105px}.Mount_Body_Dragon-White{background-image:url(spritesmith5.png);background-position:-1484px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-1590px -1631px;width:105px;height:105px}.Mount_Body_Egg-Base{background-image:url(spritesmith5.png);background-position:-1740px 0;width:105px;height:105px}.Mount_Body_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1696px -1737px;width:105px;height:105px}.Mount_Body_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1846px 0;width:105px;height:105px}.Mount_Body_Egg-Desert{background-image:url(spritesmith5.png);background-position:-1846px -106px;width:105px;height:105px}.Mount_Body_Egg-Golden{background-image:url(spritesmith5.png);background-position:-1846px -212px;width:105px;height:105px}.Mount_Body_Egg-Red{background-image:url(spritesmith5.png);background-position:-1846px -318px;width:105px;height:105px}.Mount_Body_Egg-Shade{background-image:url(spritesmith5.png);background-position:-1846px -424px;width:105px;height:105px}.Mount_Body_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-1846px -530px;width:105px;height:105px}.Mount_Body_Egg-White{background-image:url(spritesmith5.png);background-position:-1846px -636px;width:105px;height:105px}.Mount_Body_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-1846px -742px;width:105px;height:105px}.Mount_Body_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-1846px -848px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2058px -1696px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:0 -2055px;width:105px;height:105px}.Mount_Body_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-212px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-318px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-424px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-530px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-636px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-786px 0;width:105px;height:105px}.Mount_Body_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-786px -106px;width:105px;height:105px}.Mount_Body_Fox-Base{background-image:url(spritesmith5.png);background-position:-786px -212px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-786px -318px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-786px -424px;width:105px;height:105px}.Mount_Body_Fox-Desert{background-image:url(spritesmith5.png);background-position:-786px -530px;width:105px;height:105px}.Mount_Body_Fox-Golden{background-image:url(spritesmith5.png);background-position:-786px -636px;width:105px;height:105px}.Mount_Body_Fox-Red{background-image:url(spritesmith5.png);background-position:0 -783px;width:105px;height:105px}.Mount_Body_Fox-Shade{background-image:url(spritesmith5.png);background-position:-106px -783px;width:105px;height:105px}.Mount_Body_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -783px;width:105px;height:105px}.Mount_Body_Fox-White{background-image:url(spritesmith5.png);background-position:-318px -783px;width:105px;height:105px}.Mount_Body_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-424px -783px;width:105px;height:105px}.Mount_Body_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-530px -783px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-636px -783px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-742px -783px;width:105px;height:105px}.Mount_Body_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-892px 0;width:105px;height:105px}.Mount_Body_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-892px -106px;width:105px;height:105px}.Mount_Body_Gryphon-Red{background-image:url(spritesmith5.png);background-position:-892px -212px;width:105px;height:105px}.Mount_Body_Gryphon-RoyalPurple{background-image:url(spritesmith5.png);background-position:-892px -318px;width:105px;height:105px}.Mount_Body_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-892px -424px;width:105px;height:105px}.Mount_Body_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-892px -530px;width:105px;height:105px}.Mount_Body_Gryphon-White{background-image:url(spritesmith5.png);background-position:-892px -636px;width:105px;height:105px}.Mount_Body_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-892px -742px;width:105px;height:105px}.Mount_Body_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:0 -889px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-106px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-212px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-318px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-424px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-530px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-636px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-742px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-848px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-998px 0;width:105px;height:105px}.Mount_Body_LionCub-Base{background-image:url(spritesmith5.png);background-position:-998px -106px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-998px -212px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-998px -318px;width:105px;height:105px}.Mount_Body_LionCub-Desert{background-image:url(spritesmith5.png);background-position:-998px -424px;width:105px;height:105px}.Mount_Body_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-998px -530px;width:105px;height:105px}.Mount_Body_LionCub-Golden{background-image:url(spritesmith5.png);background-position:-998px -636px;width:105px;height:105px}.Mount_Body_LionCub-Red{background-image:url(spritesmith5.png);background-position:-998px -742px;width:105px;height:105px}.Mount_Body_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-998px -848px;width:105px;height:105px}.Mount_Body_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:0 -995px;width:111px;height:105px}.Mount_Body_LionCub-White{background-image:url(spritesmith5.png);background-position:-112px -995px;width:105px;height:105px}.Mount_Body_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-218px -995px;width:105px;height:105px}.Mount_Body_Mammoth-Base{background-image:url(spritesmith5.png);background-position:0 -544px;width:105px;height:123px}.Mount_Body_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:-430px -995px;width:108px;height:105px}.Mount_Body_Octopus-Base{background-image:url(spritesmith5.png);background-position:-539px -995px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-645px -995px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-751px -995px;width:105px;height:105px}.Mount_Body_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-857px -995px;width:105px;height:105px}.Mount_Body_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-963px -995px;width:105px;height:105px}.Mount_Body_Octopus-Red{background-image:url(spritesmith5.png);background-position:-1104px 0;width:105px;height:105px}.Mount_Body_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-1104px -106px;width:105px;height:105px}.Mount_Body_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-1104px -212px;width:105px;height:105px}.Mount_Body_Octopus-White{background-image:url(spritesmith5.png);background-position:-1104px -318px;width:105px;height:105px}.Mount_Body_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-1104px -424px;width:105px;height:105px}.Mount_Body_Orca-Base{background-image:url(spritesmith5.png);background-position:-1104px -530px;width:105px;height:105px}.Mount_Body_Owl-Base{background-image:url(spritesmith5.png);background-position:-1104px -636px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1104px -742px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1104px -848px;width:105px;height:105px}.Mount_Body_Owl-Desert{background-image:url(spritesmith5.png);background-position:-1104px -954px;width:105px;height:105px}.Mount_Body_Owl-Golden{background-image:url(spritesmith5.png);background-position:0 -1101px;width:105px;height:105px}.Mount_Body_Owl-Red{background-image:url(spritesmith5.png);background-position:-106px -1101px;width:105px;height:105px}.Mount_Body_Owl-Shade{background-image:url(spritesmith5.png);background-position:-212px -1101px;width:105px;height:105px}.Mount_Body_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -1101px;width:105px;height:105px}.Mount_Body_Owl-White{background-image:url(spritesmith5.png);background-position:-424px -1101px;width:105px;height:105px}.Mount_Body_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-530px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-636px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-742px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-848px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-954px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-1060px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-1210px 0;width:105px;height:105px}.Mount_Body_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-1210px -106px;width:105px;height:105px}.Mount_Body_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1210px -212px;width:105px;height:105px}.Mount_Body_PandaCub-White{background-image:url(spritesmith5.png);background-position:-1210px -318px;width:105px;height:105px}.Mount_Body_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-1210px -424px;width:105px;height:105px}.Mount_Body_Parrot-Base{background-image:url(spritesmith5.png);background-position:-1210px -530px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1210px -636px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1210px -742px;width:105px;height:105px}.Mount_Body_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-1210px -848px;width:105px;height:105px}.Mount_Body_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-1210px -954px;width:105px;height:105px}.Mount_Body_Parrot-Red{background-image:url(spritesmith5.png);background-position:-1210px -1060px;width:105px;height:105px}.Mount_Body_Parrot-Shade{background-image:url(spritesmith5.png);background-position:0 -1207px;width:105px;height:105px}.Mount_Body_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-106px -1207px;width:105px;height:105px}.Mount_Body_Parrot-White{background-image:url(spritesmith5.png);background-position:-212px -1207px;width:105px;height:105px}.Mount_Body_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-318px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Base{background-image:url(spritesmith5.png);background-position:-424px -1207px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-530px -1207px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-636px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Desert{background-image:url(spritesmith5.png);background-position:-742px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Golden{background-image:url(spritesmith5.png);background-position:-848px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Red{background-image:url(spritesmith5.png);background-position:-954px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Shade{background-image:url(spritesmith5.png);background-position:-1060px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Skeleton{background-image:url(spritesmith5.png);background-position:-1166px -1207px;width:105px;height:105px}.Mount_Body_Penguin-White{background-image:url(spritesmith5.png);background-position:-1316px 0;width:105px;height:105px}.Mount_Body_Penguin-Zombie{background-image:url(spritesmith5.png);background-position:-1316px -106px;width:105px;height:105px}.Mount_Body_Rat-Base{background-image:url(spritesmith5.png);background-position:-1316px -212px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1316px -318px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1316px -424px;width:105px;height:105px}.Mount_Body_Rat-Desert{background-image:url(spritesmith5.png);background-position:-1316px -530px;width:105px;height:105px}.Mount_Body_Rat-Golden{background-image:url(spritesmith5.png);background-position:-1316px -636px;width:105px;height:105px}.Mount_Body_Rat-Red{background-image:url(spritesmith5.png);background-position:-1316px -742px;width:105px;height:105px}.Mount_Body_Rat-Shade{background-image:url(spritesmith5.png);background-position:-1316px -848px;width:105px;height:105px}.Mount_Body_Rat-Skeleton{background-image:url(spritesmith5.png);background-position:-1316px -954px;width:105px;height:105px}.Mount_Body_Rat-White{background-image:url(spritesmith5.png);background-position:-1316px -1060px;width:105px;height:105px}.Mount_Body_Rat-Zombie{background-image:url(spritesmith5.png);background-position:-1316px -1166px;width:105px;height:105px}.Mount_Body_Rock-Base{background-image:url(spritesmith5.png);background-position:0 -1313px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-106px -1313px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-212px -1313px;width:105px;height:105px}.Mount_Body_Rock-Desert{background-image:url(spritesmith5.png);background-position:-318px -1313px;width:105px;height:105px}.Mount_Body_Rock-Golden{background-image:url(spritesmith5.png);background-position:-424px -1313px;width:105px;height:105px}.Mount_Body_Rock-Red{background-image:url(spritesmith5.png);background-position:-530px -1313px;width:105px;height:105px}.Mount_Body_Rock-Shade{background-image:url(spritesmith5.png);background-position:-636px -1313px;width:105px;height:105px}.Mount_Body_Rock-Skeleton{background-image:url(spritesmith5.png);background-position:-742px -1313px;width:105px;height:105px}.Mount_Body_Rock-White{background-image:url(spritesmith5.png);background-position:-848px -1313px;width:105px;height:105px}.Mount_Body_Rock-Zombie{background-image:url(spritesmith5.png);background-position:-954px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Base{background-image:url(spritesmith5.png);background-position:-1060px -1313px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1166px -1313px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1272px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Desert{background-image:url(spritesmith5.png);background-position:-1422px 0;width:105px;height:105px}.Mount_Body_Rooster-Golden{background-image:url(spritesmith5.png);background-position:-1422px -106px;width:105px;height:105px}.Mount_Body_Rooster-Red{background-image:url(spritesmith5.png);background-position:-1422px -212px;width:105px;height:105px}.Mount_Body_Rooster-Shade{background-image:url(spritesmith5.png);background-position:-1422px -318px;width:105px;height:105px}.Mount_Body_Rooster-Skeleton{background-image:url(spritesmith5.png);background-position:-1422px -424px;width:105px;height:105px}.Mount_Body_Rooster-White{background-image:url(spritesmith5.png);background-position:-1422px -530px;width:105px;height:105px}.Mount_Body_Rooster-Zombie{background-image:url(spritesmith5.png);background-position:-1422px -636px;width:105px;height:105px}.Mount_Body_Seahorse-Base{background-image:url(spritesmith5.png);background-position:-1422px -742px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1422px -848px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1422px -954px;width:105px;height:105px}.Mount_Body_Seahorse-Desert{background-image:url(spritesmith5.png);background-position:-1422px -1060px;width:105px;height:105px}.Mount_Body_Seahorse-Golden{background-image:url(spritesmith5.png);background-position:-1422px -1166px;width:105px;height:105px}.Mount_Body_Seahorse-Red{background-image:url(spritesmith5.png);background-position:-1422px -1272px;width:105px;height:105px}.Mount_Body_Seahorse-Shade{background-image:url(spritesmith5.png);background-position:0 -1419px;width:105px;height:105px}.Mount_Body_Seahorse-Skeleton{background-image:url(spritesmith5.png);background-position:-106px -1419px;width:105px;height:105px}.Mount_Body_Seahorse-White{background-image:url(spritesmith5.png);background-position:-212px -1419px;width:105px;height:105px}.Mount_Body_Seahorse-Zombie{background-image:url(spritesmith5.png);background-position:-318px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Base{background-image:url(spritesmith5.png);background-position:-424px -1419px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-530px -1419px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-636px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Desert{background-image:url(spritesmith5.png);background-position:-742px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Golden{background-image:url(spritesmith5.png);background-position:-848px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Red{background-image:url(spritesmith5.png);background-position:-954px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Shade{background-image:url(spritesmith5.png);background-position:-1060px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Skeleton{background-image:url(spritesmith5.png);background-position:-1166px -1419px;width:105px;height:105px}.Mount_Body_Sheep-White{background-image:url(spritesmith5.png);background-position:-1272px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Zombie{background-image:url(spritesmith5.png);background-position:-1378px -1419px;width:105px;height:105px}.Mount_Body_Slime-Base{background-image:url(spritesmith5.png);background-position:-1528px 0;width:105px;height:105px}.Mount_Body_Slime-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1528px -106px;width:105px;height:105px}.Mount_Body_Slime-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1528px -212px;width:105px;height:105px}.Mount_Body_Slime-Desert{background-image:url(spritesmith5.png);background-position:-1528px -318px;width:105px;height:105px}.Mount_Body_Slime-Golden{background-image:url(spritesmith5.png);background-position:-1528px -424px;width:105px;height:105px}.Mount_Body_Slime-Red{background-image:url(spritesmith5.png);background-position:-1528px -530px;width:105px;height:105px}.Mount_Body_Slime-Shade{background-image:url(spritesmith5.png);background-position:-1528px -636px;width:105px;height:105px}.Mount_Body_Slime-Skeleton{background-image:url(spritesmith5.png);background-position:-1528px -742px;width:105px;height:105px}.Mount_Body_Slime-White{background-image:url(spritesmith5.png);background-position:-1528px -848px;width:105px;height:105px}.Mount_Body_Slime-Zombie{background-image:url(spritesmith5.png);background-position:-1528px -954px;width:105px;height:105px}.Mount_Body_Spider-Base{background-image:url(spritesmith5.png);background-position:-1528px -1060px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1528px -1166px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1528px -1272px;width:105px;height:105px}.Mount_Body_Spider-Desert{background-image:url(spritesmith5.png);background-position:-1528px -1378px;width:105px;height:105px}.Mount_Body_Spider-Golden{background-image:url(spritesmith5.png);background-position:0 -1525px;width:105px;height:105px}.Mount_Body_Spider-Red{background-image:url(spritesmith5.png);background-position:-106px -1525px;width:105px;height:105px}.Mount_Body_Spider-Shade{background-image:url(spritesmith5.png);background-position:-212px -1525px;width:105px;height:105px}.Mount_Body_Spider-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -1525px;width:105px;height:105px}.Mount_Body_Spider-White{background-image:url(spritesmith5.png);background-position:-424px -1525px;width:105px;height:105px}.Mount_Body_Spider-Zombie{background-image:url(spritesmith5.png);background-position:-530px -1525px;width:105px;height:105px}.Mount_Body_TRex-Base{background-image:url(spritesmith5.png);background-position:0 -136px;width:135px;height:135px}.Mount_Body_TRex-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Body_TRex-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-136px 0;width:135px;height:135px}.Mount_Body_TRex-Desert{background-image:url(spritesmith5.png);background-position:-272px 0;width:135px;height:135px}.Mount_Body_TRex-Golden{background-image:url(spritesmith5.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Body_TRex-Red{background-image:url(spritesmith5.png);background-position:0 -272px;width:135px;height:135px}.Mount_Body_TRex-Shade{background-image:url(spritesmith5.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Body_TRex-Skeleton{background-image:url(spritesmith5.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Body_TRex-White{background-image:url(spritesmith5.png);background-position:-408px 0;width:135px;height:135px}.Mount_Body_TRex-Zombie{background-image:url(spritesmith5.png);background-position:-408px -136px;width:135px;height:135px}.Mount_Body_TigerCub-Base{background-image:url(spritesmith5.png);background-position:-1634px -106px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1634px -212px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1634px -318px;width:105px;height:105px}.Mount_Body_TigerCub-Desert{background-image:url(spritesmith5.png);background-position:-1634px -424px;width:105px;height:105px}.Mount_Body_TigerCub-Golden{background-image:url(spritesmith5.png);background-position:-1634px -530px;width:105px;height:105px}.Mount_Body_TigerCub-Red{background-image:url(spritesmith5.png);background-position:-1634px -636px;width:105px;height:105px}.Mount_Body_TigerCub-Shade{background-image:url(spritesmith5.png);background-position:-1634px -742px;width:105px;height:105px}.Mount_Body_TigerCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1634px -848px;width:105px;height:105px}.Mount_Body_TigerCub-White{background-image:url(spritesmith5.png);background-position:-1634px -954px;width:105px;height:105px}.Mount_Body_TigerCub-Zombie{background-image:url(spritesmith5.png);background-position:-1634px -1060px;width:105px;height:105px}.Mount_Body_Turkey-Base{background-image:url(spritesmith5.png);background-position:-1634px -1166px;width:105px;height:105px}.Mount_Body_Whale-Base{background-image:url(spritesmith5.png);background-position:-1634px -1272px;width:105px;height:105px}.Mount_Body_Whale-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1634px -1378px;width:105px;height:105px}.Mount_Body_Whale-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1634px -1484px;width:105px;height:105px}.Mount_Body_Whale-Desert{background-image:url(spritesmith5.png);background-position:0 -1631px;width:105px;height:105px}.Mount_Body_Whale-Golden{background-image:url(spritesmith5.png);background-position:-106px -1631px;width:105px;height:105px}.Mount_Body_Whale-Red{background-image:url(spritesmith5.png);background-position:-212px -1631px;width:105px;height:105px}.Mount_Body_Whale-Shade{background-image:url(spritesmith5.png);background-position:-318px -1631px;width:105px;height:105px}.Mount_Body_Whale-Skeleton{background-image:url(spritesmith5.png);background-position:-424px -1631px;width:105px;height:105px}.Mount_Body_Whale-White{background-image:url(spritesmith5.png);background-position:-530px -1631px;width:105px;height:105px}.Mount_Body_Whale-Zombie{background-image:url(spritesmith5.png);background-position:-636px -1631px;width:105px;height:105px}.Mount_Body_Wolf-Base{background-image:url(spritesmith5.png);background-position:-408px -272px;width:135px;height:135px}.Mount_Body_Wolf-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -408px;width:135px;height:135px}.Mount_Body_Wolf-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-136px -408px;width:135px;height:135px}.Mount_Body_Wolf-Desert{background-image:url(spritesmith5.png);background-position:-272px -408px;width:135px;height:135px}.Mount_Body_Wolf-Golden{background-image:url(spritesmith5.png);background-position:-408px -408px;width:135px;height:135px}.Mount_Body_Wolf-Red{background-image:url(spritesmith5.png);background-position:0 0;width:135px;height:135px}.Mount_Body_Wolf-Shade{background-image:url(spritesmith5.png);background-position:-544px -136px;width:135px;height:135px}.Mount_Body_Wolf-Skeleton{background-image:url(spritesmith5.png);background-position:-544px -272px;width:135px;height:135px}.Mount_Body_Wolf-White{background-image:url(spritesmith5.png);background-position:-544px -408px;width:135px;height:135px}.Mount_Body_Wolf-Zombie{background-image:url(spritesmith5.png);background-position:-544px 0;width:135px;height:135px}.Mount_Head_BearCub-Base{background-image:url(spritesmith5.png);background-position:-1740px -106px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1740px -212px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1740px -318px;width:105px;height:105px}.Mount_Head_BearCub-Desert{background-image:url(spritesmith5.png);background-position:-1740px -424px;width:105px;height:105px}.Mount_Head_BearCub-Golden{background-image:url(spritesmith5.png);background-position:-1740px -530px;width:105px;height:105px}.Mount_Head_BearCub-Polar{background-image:url(spritesmith5.png);background-position:-1740px -636px;width:105px;height:105px}.Mount_Head_BearCub-Red{background-image:url(spritesmith5.png);background-position:-1740px -742px;width:105px;height:105px}.Mount_Head_BearCub-Shade{background-image:url(spritesmith5.png);background-position:-1740px -848px;width:105px;height:105px}.Mount_Head_BearCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1740px -954px;width:105px;height:105px}.Mount_Head_BearCub-White{background-image:url(spritesmith5.png);background-position:-1740px -1060px;width:105px;height:105px}.Mount_Head_BearCub-Zombie{background-image:url(spritesmith5.png);background-position:-1740px -1166px;width:105px;height:105px}.Mount_Head_Bunny-Base{background-image:url(spritesmith5.png);background-position:-1740px -1272px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1740px -1378px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1740px -1484px;width:105px;height:105px}.Mount_Head_Bunny-Desert{background-image:url(spritesmith5.png);background-position:-1740px -1590px;width:105px;height:105px}.Mount_Head_Bunny-Golden{background-image:url(spritesmith5.png);background-position:0 -1737px;width:105px;height:105px}.Mount_Head_Bunny-Red{background-image:url(spritesmith5.png);background-position:-106px -1737px;width:105px;height:105px}.Mount_Head_Bunny-Shade{background-image:url(spritesmith5.png);background-position:-212px -1737px;width:105px;height:105px}.Mount_Head_Bunny-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -1737px;width:105px;height:105px}.Mount_Head_Bunny-White{background-image:url(spritesmith5.png);background-position:-424px -1737px;width:105px;height:105px}.Mount_Head_Bunny-Zombie{background-image:url(spritesmith5.png);background-position:-530px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Base{background-image:url(spritesmith5.png);background-position:-636px -1737px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-742px -1737px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-848px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Desert{background-image:url(spritesmith5.png);background-position:-954px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Golden{background-image:url(spritesmith5.png);background-position:-1060px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Red{background-image:url(spritesmith5.png);background-position:-1166px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Shade{background-image:url(spritesmith5.png);background-position:-1272px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Skeleton{background-image:url(spritesmith5.png);background-position:-1378px -1737px;width:105px;height:105px}.Mount_Head_Cactus-White{background-image:url(spritesmith5.png);background-position:-1484px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Zombie{background-image:url(spritesmith5.png);background-position:-1590px -1737px;width:105px;height:105px}.Mount_Head_Cuttlefish-Base{background-image:url(spritesmith5.png);background-position:-680px 0;width:105px;height:114px}.Mount_Head_Cuttlefish-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-318px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-680px -115px;width:105px;height:114px}.Mount_Head_Cuttlefish-Desert{background-image:url(spritesmith5.png);background-position:-424px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Golden{background-image:url(spritesmith5.png);background-position:-530px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Red{background-image:url(spritesmith5.png);background-position:0 -668px;width:105px;height:114px}.Mount_Head_Cuttlefish-Shade{background-image:url(spritesmith5.png);background-position:-212px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Skeleton{background-image:url(spritesmith5.png);background-position:-680px -230px;width:105px;height:114px}.Mount_Head_Cuttlefish-White{background-image:url(spritesmith5.png);background-position:-680px -345px;width:105px;height:114px}.Mount_Head_Cuttlefish-Zombie{background-image:url(spritesmith5.png);background-position:-680px -460px;width:105px;height:114px}.Mount_Head_Deer-Base{background-image:url(spritesmith5.png);background-position:-1846px -954px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1846px -1060px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1846px -1166px;width:105px;height:105px}.Mount_Head_Deer-Desert{background-image:url(spritesmith5.png);background-position:-1846px -1272px;width:105px;height:105px}.Mount_Head_Deer-Golden{background-image:url(spritesmith5.png);background-position:-1846px -1378px;width:105px;height:105px}.Mount_Head_Deer-Red{background-image:url(spritesmith5.png);background-position:-1846px -1484px;width:105px;height:105px}.Mount_Head_Deer-Shade{background-image:url(spritesmith5.png);background-position:-1846px -1590px;width:105px;height:105px}.Mount_Head_Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-1846px -1696px;width:105px;height:105px}.Mount_Head_Deer-White{background-image:url(spritesmith5.png);background-position:0 -1843px;width:105px;height:105px}.Mount_Head_Deer-Zombie{background-image:url(spritesmith5.png);background-position:-106px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Base{background-image:url(spritesmith5.png);background-position:-212px -1843px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-318px -1843px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-424px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Desert{background-image:url(spritesmith5.png);background-position:-530px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Golden{background-image:url(spritesmith5.png);background-position:-636px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Red{background-image:url(spritesmith5.png);background-position:-742px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-848px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-954px -1843px;width:105px;height:105px}.Mount_Head_Dragon-White{background-image:url(spritesmith5.png);background-position:-1060px -1843px;width:105px;height:105px}.Mount_Head_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-1166px -1843px;width:105px;height:105px}.Mount_Head_Egg-Base{background-image:url(spritesmith5.png);background-position:-1272px -1843px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1378px -1843px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1484px -1843px;width:105px;height:105px}.Mount_Head_Egg-Desert{background-image:url(spritesmith5.png);background-position:-1590px -1843px;width:105px;height:105px}.Mount_Head_Egg-Golden{background-image:url(spritesmith5.png);background-position:-1696px -1843px;width:105px;height:105px}.Mount_Head_Egg-Red{background-image:url(spritesmith5.png);background-position:-1802px -1843px;width:105px;height:105px}.Mount_Head_Egg-Shade{background-image:url(spritesmith5.png);background-position:-1952px 0;width:105px;height:105px}.Mount_Head_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-1952px -106px;width:105px;height:105px}.Mount_Head_Egg-White{background-image:url(spritesmith5.png);background-position:-1952px -212px;width:105px;height:105px}.Mount_Head_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-1952px -318px;width:105px;height:105px}.Mount_Head_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-1952px -424px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1952px -530px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1952px -636px;width:105px;height:105px}.Mount_Head_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-1952px -742px;width:105px;height:105px}.Mount_Head_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-1952px -848px;width:105px;height:105px}.Mount_Head_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-1952px -954px;width:105px;height:105px}.Mount_Head_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-1952px -1060px;width:105px;height:105px}.Mount_Head_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-1952px -1166px;width:105px;height:105px}.Mount_Head_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-1952px -1272px;width:105px;height:105px}.Mount_Head_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-1952px -1378px;width:105px;height:105px}.Mount_Head_Fox-Base{background-image:url(spritesmith5.png);background-position:-1952px -1484px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1952px -1590px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1952px -1696px;width:105px;height:105px}.Mount_Head_Fox-Desert{background-image:url(spritesmith5.png);background-position:-1952px -1802px;width:105px;height:105px}.Mount_Head_Fox-Golden{background-image:url(spritesmith5.png);background-position:0 -1949px;width:105px;height:105px}.Mount_Head_Fox-Red{background-image:url(spritesmith5.png);background-position:-106px -1949px;width:105px;height:105px}.Mount_Head_Fox-Shade{background-image:url(spritesmith5.png);background-position:-212px -1949px;width:105px;height:105px}.Mount_Head_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -1949px;width:105px;height:105px}.Mount_Head_Fox-White{background-image:url(spritesmith5.png);background-position:-424px -1949px;width:105px;height:105px}.Mount_Head_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-530px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-636px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-742px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-848px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-954px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-1060px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Red{background-image:url(spritesmith5.png);background-position:-1166px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-RoyalPurple{background-image:url(spritesmith5.png);background-position:-1272px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-1378px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-1484px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-White{background-image:url(spritesmith5.png);background-position:-1590px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-1696px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:-1802px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1908px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2058px 0;width:105px;height:105px}.Mount_Head_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-2058px -106px;width:105px;height:105px}.Mount_Head_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-2058px -212px;width:105px;height:105px}.Mount_Head_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-2058px -318px;width:105px;height:105px}.Mount_Head_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-2058px -424px;width:105px;height:105px}.Mount_Head_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-2058px -530px;width:105px;height:105px}.Mount_Head_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-2058px -636px;width:105px;height:105px}.Mount_Head_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-2058px -742px;width:105px;height:105px}.Mount_Head_LionCub-Base{background-image:url(spritesmith5.png);background-position:-2058px -848px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2058px -954px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2058px -1060px;width:105px;height:105px}.Mount_Head_LionCub-Desert{background-image:url(spritesmith5.png);background-position:-2058px -1166px;width:105px;height:105px}.Mount_Head_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-2058px -1272px;width:105px;height:105px}.Mount_Head_LionCub-Golden{background-image:url(spritesmith5.png);background-position:-2058px -1378px;width:105px;height:105px}.Mount_Head_LionCub-Red{background-image:url(spritesmith5.png);background-position:-2058px -1484px;width:105px;height:105px}.Mount_Head_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-2058px -1590px;width:105px;height:105px}.Mount_Head_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:-106px -668px;width:105px;height:110px}.Mount_Head_LionCub-White{background-image:url(spritesmith5.png);background-position:-2058px -1802px;width:105px;height:105px}.Mount_Head_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-2058px -1908px;width:105px;height:105px}.Mount_Head_Mammoth-Base{background-image:url(spritesmith5.png);background-position:-106px -544px;width:105px;height:123px}.Mount_Head_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:-106px -2055px;width:108px;height:105px}.Mount_Head_Octopus-Base{background-image:url(spritesmith5.png);background-position:-215px -2055px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-321px -2055px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-427px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-533px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-639px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Red{background-image:url(spritesmith5.png);background-position:-745px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-851px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-957px -2055px;width:105px;height:105px}.Mount_Head_Octopus-White{background-image:url(spritesmith5.png);background-position:-1063px -2055px;width:105px;height:105px}.Mount_Head_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-1169px -2055px;width:105px;height:105px}.Mount_Head_Orca-Base{background-image:url(spritesmith5.png);background-position:-1275px -2055px;width:105px;height:105px}.Mount_Head_Owl-Base{background-image:url(spritesmith5.png);background-position:-1381px -2055px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1487px -2055px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1593px -2055px;width:105px;height:105px}.Mount_Head_Owl-Desert{background-image:url(spritesmith5.png);background-position:-1699px -2055px;width:105px;height:105px}.Mount_Head_Owl-Golden{background-image:url(spritesmith5.png);background-position:-1805px -2055px;width:105px;height:105px}.Mount_Head_Owl-Red{background-image:url(spritesmith5.png);background-position:-1911px -2055px;width:105px;height:105px}.Mount_Head_Owl-Shade{background-image:url(spritesmith5.png);background-position:-2017px -2055px;width:105px;height:105px}.Mount_Head_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-2164px 0;width:105px;height:105px}.Mount_Head_Owl-White{background-image:url(spritesmith5.png);background-position:-2164px -106px;width:105px;height:105px}.Mount_Head_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-2164px -212px;width:105px;height:105px}.Mount_Head_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-2164px -318px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2164px -424px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2164px -530px;width:105px;height:105px}.Mount_Head_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-2164px -636px;width:105px;height:105px}.Mount_Head_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-2164px -742px;width:105px;height:105px}.Mount_Head_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-2164px -848px;width:105px;height:105px}.Mount_Head_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-2164px -954px;width:105px;height:105px}.Mount_Head_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-2164px -1060px;width:105px;height:105px}.Mount_Head_PandaCub-White{background-image:url(spritesmith5.png);background-position:-2164px -1166px;width:105px;height:105px}.Mount_Head_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-2164px -1272px;width:105px;height:105px}.Mount_Head_Parrot-Base{background-image:url(spritesmith5.png);background-position:-2164px -1378px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2164px -1484px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2164px -1590px;width:105px;height:105px}.Mount_Head_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-2164px -1696px;width:105px;height:105px}.Mount_Head_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-2164px -1802px;width:105px;height:105px}.Mount_Head_Parrot-Red{background-image:url(spritesmith5.png);background-position:-2164px -1908px;width:105px;height:105px}.Mount_Head_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-2164px -2014px;width:105px;height:105px}.Mount_Head_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:0 -2161px;width:105px;height:105px}.Mount_Head_Parrot-White{background-image:url(spritesmith5.png);background-position:-106px -2161px;width:105px;height:105px}.Mount_Head_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-212px -2161px;width:105px;height:105px}.Mount_Head_Penguin-Base{background-image:url(spritesmith5.png);background-position:-318px -2161px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -2161px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -2161px;width:105px;height:105px}.Mount_Head_Penguin-Desert{background-image:url(spritesmith6.png);background-position:-998px -530px;width:105px;height:105px}.Mount_Head_Penguin-Golden{background-image:url(spritesmith6.png);background-position:-1210px -636px;width:105px;height:105px}.Mount_Head_Penguin-Red{background-image:url(spritesmith6.png);background-position:-892px -530px;width:105px;height:105px}.Mount_Head_Penguin-Shade{background-image:url(spritesmith6.png);background-position:-998px -636px;width:105px;height:105px}.Mount_Head_Penguin-Skeleton{background-image:url(spritesmith6.png);background-position:-998px -742px;width:105px;height:105px}.Mount_Head_Penguin-White{background-image:url(spritesmith6.png);background-position:-998px -848px;width:105px;height:105px}.Mount_Head_Penguin-Zombie{background-image:url(spritesmith6.png);background-position:0 -968px;width:105px;height:105px}.Mount_Head_Rat-Base{background-image:url(spritesmith6.png);background-position:-106px -968px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-212px -968px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-318px -968px;width:105px;height:105px}.Mount_Head_Rat-Desert{background-image:url(spritesmith6.png);background-position:-424px -968px;width:105px;height:105px}.Mount_Head_Rat-Golden{background-image:url(spritesmith6.png);background-position:-530px -968px;width:105px;height:105px}.Mount_Head_Rat-Red{background-image:url(spritesmith6.png);background-position:-742px -1074px;width:105px;height:105px}.Mount_Head_Rat-Shade{background-image:url(spritesmith6.png);background-position:-848px -1074px;width:105px;height:105px}.Mount_Head_Rat-Skeleton{background-image:url(spritesmith6.png);background-position:-954px -1074px;width:105px;height:105px}.Mount_Head_Rat-White{background-image:url(spritesmith6.png);background-position:-1060px -1074px;width:105px;height:105px}.Mount_Head_Rat-Zombie{background-image:url(spritesmith6.png);background-position:-1210px 0;width:105px;height:105px}.Mount_Head_Rock-Base{background-image:url(spritesmith6.png);background-position:-1210px -106px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1210px -212px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1210px -318px;width:105px;height:105px}.Mount_Head_Rock-Desert{background-image:url(spritesmith6.png);background-position:-1210px -424px;width:105px;height:105px}.Mount_Head_Rock-Golden{background-image:url(spritesmith6.png);background-position:-1210px -530px;width:105px;height:105px}.Mount_Head_Rock-Red{background-image:url(spritesmith6.png);background-position:-106px -544px;width:105px;height:105px}.Mount_Head_Rock-Shade{background-image:url(spritesmith6.png);background-position:-212px -544px;width:105px;height:105px}.Mount_Head_Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-318px -544px;width:105px;height:105px}.Mount_Head_Rock-White{background-image:url(spritesmith6.png);background-position:-424px -544px;width:105px;height:105px}.Mount_Head_Rock-Zombie{background-image:url(spritesmith6.png);background-position:-530px -544px;width:105px;height:105px}.Mount_Head_Rooster-Base{background-image:url(spritesmith6.png);background-position:-680px 0;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-680px -106px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-680px -212px;width:105px;height:105px}.Mount_Head_Rooster-Desert{background-image:url(spritesmith6.png);background-position:-680px -318px;width:105px;height:105px}.Mount_Head_Rooster-Golden{background-image:url(spritesmith6.png);background-position:-680px -424px;width:105px;height:105px}.Mount_Head_Rooster-Red{background-image:url(spritesmith6.png);background-position:-680px -530px;width:105px;height:105px}.Mount_Head_Rooster-Shade{background-image:url(spritesmith6.png);background-position:0 -650px;width:105px;height:105px}.Mount_Head_Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:-106px -650px;width:105px;height:105px}.Mount_Head_Rooster-White{background-image:url(spritesmith6.png);background-position:-212px -650px;width:105px;height:105px}.Mount_Head_Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-318px -650px;width:105px;height:105px}.Mount_Head_Seahorse-Base{background-image:url(spritesmith6.png);background-position:-424px -650px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-530px -650px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-636px -650px;width:105px;height:105px}.Mount_Head_Seahorse-Desert{background-image:url(spritesmith6.png);background-position:-786px 0;width:105px;height:105px}.Mount_Head_Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-786px -106px;width:105px;height:105px}.Mount_Head_Seahorse-Red{background-image:url(spritesmith6.png);background-position:-786px -212px;width:105px;height:105px}.Mount_Head_Seahorse-Shade{background-image:url(spritesmith6.png);background-position:-786px -318px;width:105px;height:105px}.Mount_Head_Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-786px -424px;width:105px;height:105px}.Mount_Head_Seahorse-White{background-image:url(spritesmith6.png);background-position:-786px -530px;width:105px;height:105px}.Mount_Head_Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-786px -636px;width:105px;height:105px}.Mount_Head_Sheep-Base{background-image:url(spritesmith6.png);background-position:0 -756px;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-106px -756px;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-212px -756px;width:105px;height:105px}.Mount_Head_Sheep-Desert{background-image:url(spritesmith6.png);background-position:-318px -756px;width:105px;height:105px}.Mount_Head_Sheep-Golden{background-image:url(spritesmith6.png);background-position:-424px -756px;width:105px;height:105px}.Mount_Head_Sheep-Red{background-image:url(spritesmith6.png);background-position:-530px -756px;width:105px;height:105px}.Mount_Head_Sheep-Shade{background-image:url(spritesmith6.png);background-position:-636px -756px;width:105px;height:105px}.Mount_Head_Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:-742px -756px;width:105px;height:105px}.Mount_Head_Sheep-White{background-image:url(spritesmith6.png);background-position:-892px 0;width:105px;height:105px}.Mount_Head_Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-892px -106px;width:105px;height:105px}.Mount_Head_Slime-Base{background-image:url(spritesmith6.png);background-position:-892px -212px;width:105px;height:105px}.Mount_Head_Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-892px -318px;width:105px;height:105px}.Mount_Head_Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-892px -424px;width:105px;height:105px}.Mount_Head_Slime-Desert{background-image:url(spritesmith6.png);background-position:0 -544px;width:105px;height:105px}.Mount_Head_Slime-Golden{background-image:url(spritesmith6.png);background-position:-892px -636px;width:105px;height:105px}.Mount_Head_Slime-Red{background-image:url(spritesmith6.png);background-position:-892px -742px;width:105px;height:105px}.Mount_Head_Slime-Shade{background-image:url(spritesmith6.png);background-position:0 -862px;width:105px;height:105px}.Mount_Head_Slime-Skeleton{background-image:url(spritesmith6.png);background-position:-106px -862px;width:105px;height:105px}.Mount_Head_Slime-White{background-image:url(spritesmith6.png);background-position:-212px -862px;width:105px;height:105px}.Mount_Head_Slime-Zombie{background-image:url(spritesmith6.png);background-position:-318px -862px;width:105px;height:105px}.Mount_Head_Spider-Base{background-image:url(spritesmith6.png);background-position:-424px -862px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-530px -862px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-636px -862px;width:105px;height:105px}.Mount_Head_Spider-Desert{background-image:url(spritesmith6.png);background-position:-742px -862px;width:105px;height:105px}.Mount_Head_Spider-Golden{background-image:url(spritesmith6.png);background-position:-848px -862px;width:105px;height:105px}.Mount_Head_Spider-Red{background-image:url(spritesmith6.png);background-position:-998px 0;width:105px;height:105px}.Mount_Head_Spider-Shade{background-image:url(spritesmith6.png);background-position:-998px -106px;width:105px;height:105px}.Mount_Head_Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-998px -212px;width:105px;height:105px}.Mount_Head_Spider-White{background-image:url(spritesmith6.png);background-position:-998px -318px;width:105px;height:105px}.Mount_Head_Spider-Zombie{background-image:url(spritesmith6.png);background-position:-998px -424px;width:105px;height:105px}.Mount_Head_TRex-Base{background-image:url(spritesmith6.png);background-position:-408px -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Head_TRex-Desert{background-image:url(spritesmith6.png);background-position:-272px 0;width:135px;height:135px}.Mount_Head_TRex-Golden{background-image:url(spritesmith6.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Head_TRex-Red{background-image:url(spritesmith6.png);background-position:0 -272px;width:135px;height:135px}.Mount_Head_TRex-Shade{background-image:url(spritesmith6.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Head_TRex-Skeleton{background-image:url(spritesmith6.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Head_TRex-White{background-image:url(spritesmith6.png);background-position:-408px 0;width:135px;height:135px}.Mount_Head_TRex-Zombie{background-image:url(spritesmith6.png);background-position:0 0;width:135px;height:135px}.Mount_Head_TigerCub-Base{background-image:url(spritesmith6.png);background-position:-636px -968px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-742px -968px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-848px -968px;width:105px;height:105px}.Mount_Head_TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-954px -968px;width:105px;height:105px}.Mount_Head_TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-1104px 0;width:105px;height:105px}.Mount_Head_TigerCub-Red{background-image:url(spritesmith6.png);background-position:-1104px -106px;width:105px;height:105px}.Mount_Head_TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-1104px -212px;width:105px;height:105px}.Mount_Head_TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1104px -318px;width:105px;height:105px}.Mount_Head_TigerCub-White{background-image:url(spritesmith6.png);background-position:-1104px -424px;width:105px;height:105px}.Mount_Head_TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-1104px -530px;width:105px;height:105px}.Mount_Head_Turkey-Base{background-image:url(spritesmith6.png);background-position:-1104px -636px;width:105px;height:105px}.Mount_Head_Whale-Base{background-image:url(spritesmith6.png);background-position:-1104px -742px;width:105px;height:105px}.Mount_Head_Whale-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1104px -848px;width:105px;height:105px}.Mount_Head_Whale-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1104px -954px;width:105px;height:105px}.Mount_Head_Whale-Desert{background-image:url(spritesmith6.png);background-position:0 -1074px;width:105px;height:105px}.Mount_Head_Whale-Golden{background-image:url(spritesmith6.png);background-position:-106px -1074px;width:105px;height:105px}.Mount_Head_Whale-Red{background-image:url(spritesmith6.png);background-position:-212px -1074px;width:105px;height:105px}.Mount_Head_Whale-Shade{background-image:url(spritesmith6.png);background-position:-318px -1074px;width:105px;height:105px}.Mount_Head_Whale-Skeleton{background-image:url(spritesmith6.png);background-position:-424px -1074px;width:105px;height:105px}.Mount_Head_Whale-White{background-image:url(spritesmith6.png);background-position:-530px -1074px;width:105px;height:105px}.Mount_Head_Whale-Zombie{background-image:url(spritesmith6.png);background-position:-636px -1074px;width:105px;height:105px}.Mount_Head_Wolf-Base{background-image:url(spritesmith6.png);background-position:-408px -272px;width:135px;height:135px}.Mount_Head_Wolf-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -408px;width:135px;height:135px}.Mount_Head_Wolf-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-136px -408px;width:135px;height:135px}.Mount_Head_Wolf-Desert{background-image:url(spritesmith6.png);background-position:-272px -408px;width:135px;height:135px}.Mount_Head_Wolf-Golden{background-image:url(spritesmith6.png);background-position:-408px -408px;width:135px;height:135px}.Mount_Head_Wolf-Red{background-image:url(spritesmith6.png);background-position:-544px 0;width:135px;height:135px}.Mount_Head_Wolf-Shade{background-image:url(spritesmith6.png);background-position:-544px -136px;width:135px;height:135px}.Mount_Head_Wolf-Skeleton{background-image:url(spritesmith6.png);background-position:-544px -272px;width:135px;height:135px}.Mount_Head_Wolf-White{background-image:url(spritesmith6.png);background-position:-544px -408px;width:135px;height:135px}.Mount_Head_Wolf-Zombie{background-image:url(spritesmith6.png);background-position:-136px 0;width:135px;height:135px}.Pet-BearCub-Base{background-image:url(spritesmith6.png);background-position:-1210px -742px;width:81px;height:99px}.Pet-BearCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1210px -842px;width:81px;height:99px}.Pet-BearCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1210px -942px;width:81px;height:99px}.Pet-BearCub-Desert{background-image:url(spritesmith6.png);background-position:-1210px -1042px;width:81px;height:99px}.Pet-BearCub-Golden{background-image:url(spritesmith6.png);background-position:0 -1180px;width:81px;height:99px}.Pet-BearCub-Polar{background-image:url(spritesmith6.png);background-position:-82px -1180px;width:81px;height:99px}.Pet-BearCub-Red{background-image:url(spritesmith6.png);background-position:-164px -1180px;width:81px;height:99px}.Pet-BearCub-Shade{background-image:url(spritesmith6.png);background-position:-246px -1180px;width:81px;height:99px}.Pet-BearCub-Skeleton{background-image:url(spritesmith6.png);background-position:-328px -1180px;width:81px;height:99px}.Pet-BearCub-White{background-image:url(spritesmith6.png);background-position:-410px -1180px;width:81px;height:99px}.Pet-BearCub-Zombie{background-image:url(spritesmith6.png);background-position:-492px -1180px;width:81px;height:99px}.Pet-Bunny-Base{background-image:url(spritesmith6.png);background-position:-574px -1180px;width:81px;height:99px}.Pet-Bunny-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-656px -1180px;width:81px;height:99px}.Pet-Bunny-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-738px -1180px;width:81px;height:99px}.Pet-Bunny-Desert{background-image:url(spritesmith6.png);background-position:-820px -1180px;width:81px;height:99px}.Pet-Bunny-Golden{background-image:url(spritesmith6.png);background-position:-902px -1180px;width:81px;height:99px}.Pet-Bunny-Red{background-image:url(spritesmith6.png);background-position:-984px -1180px;width:81px;height:99px}.Pet-Bunny-Shade{background-image:url(spritesmith6.png);background-position:-1066px -1180px;width:81px;height:99px}.Pet-Bunny-Skeleton{background-image:url(spritesmith6.png);background-position:-1148px -1180px;width:81px;height:99px}.Pet-Bunny-White{background-image:url(spritesmith6.png);background-position:-1230px -1180px;width:81px;height:99px}.Pet-Bunny-Zombie{background-image:url(spritesmith6.png);background-position:-1316px 0;width:81px;height:99px}.Pet-Cactus-Base{background-image:url(spritesmith6.png);background-position:-1316px -100px;width:81px;height:99px}.Pet-Cactus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1316px -200px;width:81px;height:99px}.Pet-Cactus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1316px -300px;width:81px;height:99px}.Pet-Cactus-Desert{background-image:url(spritesmith6.png);background-position:-1316px -400px;width:81px;height:99px}.Pet-Cactus-Golden{background-image:url(spritesmith6.png);background-position:-1316px -500px;width:81px;height:99px}.Pet-Cactus-Red{background-image:url(spritesmith6.png);background-position:-1316px -600px;width:81px;height:99px}.Pet-Cactus-Shade{background-image:url(spritesmith6.png);background-position:-1316px -700px;width:81px;height:99px}.Pet-Cactus-Skeleton{background-image:url(spritesmith6.png);background-position:-1316px -800px;width:81px;height:99px}.Pet-Cactus-White{background-image:url(spritesmith6.png);background-position:-1316px -900px;width:81px;height:99px}.Pet-Cactus-Zombie{background-image:url(spritesmith6.png);background-position:-1316px -1000px;width:81px;height:99px}.Pet-Cuttlefish-Base{background-image:url(spritesmith6.png);background-position:-1316px -1100px;width:81px;height:99px}.Pet-Cuttlefish-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -1280px;width:81px;height:99px}.Pet-Cuttlefish-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-82px -1280px;width:81px;height:99px}.Pet-Cuttlefish-Desert{background-image:url(spritesmith6.png);background-position:-164px -1280px;width:81px;height:99px}.Pet-Cuttlefish-Golden{background-image:url(spritesmith6.png);background-position:-246px -1280px;width:81px;height:99px}.Pet-Cuttlefish-Red{background-image:url(spritesmith6.png);background-position:-328px -1280px;width:81px;height:99px}.Pet-Cuttlefish-Shade{background-image:url(spritesmith6.png);background-position:-410px -1280px;width:81px;height:99px}.Pet-Cuttlefish-Skeleton{background-image:url(spritesmith6.png);background-position:-492px -1280px;width:81px;height:99px}.Pet-Cuttlefish-White{background-image:url(spritesmith6.png);background-position:-574px -1280px;width:81px;height:99px}.Pet-Cuttlefish-Zombie{background-image:url(spritesmith6.png);background-position:-656px -1280px;width:81px;height:99px}.Pet-Deer-Base{background-image:url(spritesmith6.png);background-position:-738px -1280px;width:81px;height:99px}.Pet-Deer-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-820px -1280px;width:81px;height:99px}.Pet-Deer-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-902px -1280px;width:81px;height:99px}.Pet-Deer-Desert{background-image:url(spritesmith6.png);background-position:-984px -1280px;width:81px;height:99px}.Pet-Deer-Golden{background-image:url(spritesmith6.png);background-position:-1066px -1280px;width:81px;height:99px}.Pet-Deer-Red{background-image:url(spritesmith6.png);background-position:-1148px -1280px;width:81px;height:99px}.Pet-Deer-Shade{background-image:url(spritesmith6.png);background-position:-1230px -1280px;width:81px;height:99px}.Pet-Deer-Skeleton{background-image:url(spritesmith6.png);background-position:-1312px -1280px;width:81px;height:99px}.Pet-Deer-White{background-image:url(spritesmith6.png);background-position:-1398px 0;width:81px;height:99px}.Pet-Deer-Zombie{background-image:url(spritesmith6.png);background-position:-1398px -100px;width:81px;height:99px}.Pet-Dragon-Base{background-image:url(spritesmith6.png);background-position:-1398px -200px;width:81px;height:99px}.Pet-Dragon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1398px -300px;width:81px;height:99px}.Pet-Dragon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1398px -400px;width:81px;height:99px}.Pet-Dragon-Desert{background-image:url(spritesmith6.png);background-position:-1398px -500px;width:81px;height:99px}.Pet-Dragon-Golden{background-image:url(spritesmith6.png);background-position:-1398px -600px;width:81px;height:99px}.Pet-Dragon-Hydra{background-image:url(spritesmith6.png);background-position:-1398px -700px;width:81px;height:99px}.Pet-Dragon-Red{background-image:url(spritesmith6.png);background-position:-1398px -800px;width:81px;height:99px}.Pet-Dragon-Shade{background-image:url(spritesmith6.png);background-position:-1398px -900px;width:81px;height:99px}.Pet-Dragon-Skeleton{background-image:url(spritesmith6.png);background-position:-1398px -1000px;width:81px;height:99px}.Pet-Dragon-White{background-image:url(spritesmith6.png);background-position:-1398px -1100px;width:81px;height:99px}.Pet-Dragon-Zombie{background-image:url(spritesmith6.png);background-position:-1398px -1200px;width:81px;height:99px}.Pet-Egg-Base{background-image:url(spritesmith6.png);background-position:0 -1380px;width:81px;height:99px}.Pet-Egg-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-82px -1380px;width:81px;height:99px}.Pet-Egg-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-164px -1380px;width:81px;height:99px}.Pet-Egg-Desert{background-image:url(spritesmith6.png);background-position:-246px -1380px;width:81px;height:99px}.Pet-Egg-Golden{background-image:url(spritesmith6.png);background-position:-328px -1380px;width:81px;height:99px}.Pet-Egg-Red{background-image:url(spritesmith6.png);background-position:-410px -1380px;width:81px;height:99px}.Pet-Egg-Shade{background-image:url(spritesmith6.png);background-position:-492px -1380px;width:81px;height:99px}.Pet-Egg-Skeleton{background-image:url(spritesmith6.png);background-position:-574px -1380px;width:81px;height:99px}.Pet-Egg-White{background-image:url(spritesmith6.png);background-position:-656px -1380px;width:81px;height:99px}.Pet-Egg-Zombie{background-image:url(spritesmith6.png);background-position:-738px -1380px;width:81px;height:99px}.Pet-FlyingPig-Base{background-image:url(spritesmith6.png);background-position:-820px -1380px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-902px -1380px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-984px -1380px;width:81px;height:99px}.Pet-FlyingPig-Desert{background-image:url(spritesmith6.png);background-position:-1066px -1380px;width:81px;height:99px}.Pet-FlyingPig-Golden{background-image:url(spritesmith6.png);background-position:-1148px -1380px;width:81px;height:99px}.Pet-FlyingPig-Red{background-image:url(spritesmith6.png);background-position:-1230px -1380px;width:81px;height:99px}.Pet-FlyingPig-Shade{background-image:url(spritesmith6.png);background-position:-1312px -1380px;width:81px;height:99px}.Pet-FlyingPig-Skeleton{background-image:url(spritesmith6.png);background-position:-1394px -1380px;width:81px;height:99px}.Pet-FlyingPig-White{background-image:url(spritesmith6.png);background-position:-1480px 0;width:81px;height:99px}.Pet-FlyingPig-Zombie{background-image:url(spritesmith6.png);background-position:-1480px -100px;width:81px;height:99px}.Pet-Fox-Base{background-image:url(spritesmith6.png);background-position:-1480px -200px;width:81px;height:99px}.Pet-Fox-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1480px -300px;width:81px;height:99px}.Pet-Fox-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1480px -400px;width:81px;height:99px}.Pet-Fox-Desert{background-image:url(spritesmith6.png);background-position:-1480px -500px;width:81px;height:99px}.Pet-Fox-Golden{background-image:url(spritesmith6.png);background-position:-1480px -600px;width:81px;height:99px}.Pet-Fox-Red{background-image:url(spritesmith6.png);background-position:-1480px -700px;width:81px;height:99px}.Pet-Fox-Shade{background-image:url(spritesmith6.png);background-position:-1480px -800px;width:81px;height:99px}.Pet-Fox-Skeleton{background-image:url(spritesmith6.png);background-position:-1480px -900px;width:81px;height:99px}.Pet-Fox-White{background-image:url(spritesmith6.png);background-position:-1480px -1000px;width:81px;height:99px}.Pet-Fox-Zombie{background-image:url(spritesmith6.png);background-position:-1480px -1100px;width:81px;height:99px}.Pet-Gryphon-Base{background-image:url(spritesmith6.png);background-position:-1480px -1200px;width:81px;height:99px}.Pet-Gryphon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1480px -1300px;width:81px;height:99px}.Pet-Gryphon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1562px 0;width:81px;height:99px}.Pet-Gryphon-Desert{background-image:url(spritesmith6.png);background-position:-1562px -100px;width:81px;height:99px}.Pet-Gryphon-Golden{background-image:url(spritesmith6.png);background-position:-1562px -200px;width:81px;height:99px}.Pet-Gryphon-Red{background-image:url(spritesmith6.png);background-position:-1562px -300px;width:81px;height:99px}.Pet-Gryphon-Shade{background-image:url(spritesmith6.png);background-position:-1562px -400px;width:81px;height:99px}.Pet-Gryphon-Skeleton{background-image:url(spritesmith6.png);background-position:-1562px -500px;width:81px;height:99px}.Pet-Gryphon-White{background-image:url(spritesmith6.png);background-position:-1562px -600px;width:81px;height:99px}.Pet-Gryphon-Zombie{background-image:url(spritesmith6.png);background-position:-1562px -700px;width:81px;height:99px}.Pet-Hedgehog-Base{background-image:url(spritesmith6.png);background-position:-1562px -800px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1562px -900px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1562px -1000px;width:81px;height:99px}.Pet-Hedgehog-Desert{background-image:url(spritesmith6.png);background-position:-1562px -1100px;width:81px;height:99px}.Pet-Hedgehog-Golden{background-image:url(spritesmith6.png);background-position:-1562px -1200px;width:81px;height:99px}.Pet-Hedgehog-Red{background-image:url(spritesmith6.png);background-position:-1562px -1300px;width:81px;height:99px}.Pet-Hedgehog-Shade{background-image:url(spritesmith6.png);background-position:0 -1480px;width:81px;height:99px}.Pet-Hedgehog-Skeleton{background-image:url(spritesmith6.png);background-position:-82px -1480px;width:81px;height:99px}.Pet-Hedgehog-White{background-image:url(spritesmith6.png);background-position:-164px -1480px;width:81px;height:99px}.Pet-Hedgehog-Zombie{background-image:url(spritesmith6.png);background-position:-246px -1480px;width:81px;height:99px}.Pet-JackOLantern-Base{background-image:url(spritesmith6.png);background-position:-328px -1480px;width:81px;height:99px}.Pet-LionCub-Base{background-image:url(spritesmith6.png);background-position:-410px -1480px;width:81px;height:99px}.Pet-LionCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-492px -1480px;width:81px;height:99px}.Pet-LionCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-574px -1480px;width:81px;height:99px}.Pet-LionCub-Desert{background-image:url(spritesmith6.png);background-position:-656px -1480px;width:81px;height:99px}.Pet-LionCub-Golden{background-image:url(spritesmith6.png);background-position:-738px -1480px;width:81px;height:99px}.Pet-LionCub-Red{background-image:url(spritesmith6.png);background-position:-820px -1480px;width:81px;height:99px}.Pet-LionCub-Shade{background-image:url(spritesmith6.png);background-position:-902px -1480px;width:81px;height:99px}.Pet-LionCub-Skeleton{background-image:url(spritesmith6.png);background-position:-984px -1480px;width:81px;height:99px}.Pet-LionCub-White{background-image:url(spritesmith6.png);background-position:-1066px -1480px;width:81px;height:99px}.Pet-LionCub-Zombie{background-image:url(spritesmith6.png);background-position:-1148px -1480px;width:81px;height:99px}.Pet-Mammoth-Base{background-image:url(spritesmith6.png);background-position:-1230px -1480px;width:81px;height:99px}.Pet-MantisShrimp-Base{background-image:url(spritesmith6.png);background-position:-1312px -1480px;width:81px;height:99px}.Pet-Octopus-Base{background-image:url(spritesmith6.png);background-position:-1394px -1480px;width:81px;height:99px}.Pet-Octopus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1476px -1480px;width:81px;height:99px}.Pet-Octopus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1558px -1480px;width:81px;height:99px}.Pet-Octopus-Desert{background-image:url(spritesmith6.png);background-position:-1644px 0;width:81px;height:99px}.Pet-Octopus-Golden{background-image:url(spritesmith6.png);background-position:-1644px -100px;width:81px;height:99px}.Pet-Octopus-Red{background-image:url(spritesmith6.png);background-position:-1644px -200px;width:81px;height:99px}.Pet-Octopus-Shade{background-image:url(spritesmith6.png);background-position:-1644px -300px;width:81px;height:99px}.Pet-Octopus-Skeleton{background-image:url(spritesmith6.png);background-position:-1644px -400px;width:81px;height:99px}.Pet-Octopus-White{background-image:url(spritesmith6.png);background-position:-1644px -500px;width:81px;height:99px}.Pet-Octopus-Zombie{background-image:url(spritesmith6.png);background-position:-1644px -600px;width:81px;height:99px}.Pet-Owl-Base{background-image:url(spritesmith6.png);background-position:-1644px -700px;width:81px;height:99px}.Pet-Owl-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1644px -800px;width:81px;height:99px}.Pet-Owl-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1644px -900px;width:81px;height:99px}.Pet-Owl-Desert{background-image:url(spritesmith6.png);background-position:-1644px -1000px;width:81px;height:99px}.Pet-Owl-Golden{background-image:url(spritesmith6.png);background-position:-1644px -1100px;width:81px;height:99px}.Pet-Owl-Red{background-image:url(spritesmith6.png);background-position:-1644px -1200px;width:81px;height:99px}.Pet-Owl-Shade{background-image:url(spritesmith6.png);background-position:-1644px -1300px;width:81px;height:99px}.Pet-Owl-Skeleton{background-image:url(spritesmith6.png);background-position:-1644px -1400px;width:81px;height:99px}.Pet-Owl-White{background-image:url(spritesmith6.png);background-position:0 -1580px;width:81px;height:99px}.Pet-Owl-Zombie{background-image:url(spritesmith6.png);background-position:-82px -1580px;width:81px;height:99px}.Pet-PandaCub-Base{background-image:url(spritesmith6.png);background-position:-164px -1580px;width:81px;height:99px}.Pet-PandaCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-246px -1580px;width:81px;height:99px}.Pet-PandaCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-328px -1580px;width:81px;height:99px}.Pet-PandaCub-Desert{background-image:url(spritesmith6.png);background-position:-410px -1580px;width:81px;height:99px}.Pet-PandaCub-Golden{background-image:url(spritesmith6.png);background-position:-492px -1580px;width:81px;height:99px}.Pet-PandaCub-Red{background-image:url(spritesmith6.png);background-position:-574px -1580px;width:81px;height:99px}.Pet-PandaCub-Shade{background-image:url(spritesmith6.png);background-position:-656px -1580px;width:81px;height:99px}.Pet-PandaCub-Skeleton{background-image:url(spritesmith6.png);background-position:-738px -1580px;width:81px;height:99px}.Pet-PandaCub-White{background-image:url(spritesmith6.png);background-position:-820px -1580px;width:81px;height:99px}.Pet-PandaCub-Zombie{background-image:url(spritesmith6.png);background-position:-902px -1580px;width:81px;height:99px}.Pet-Parrot-Base{background-image:url(spritesmith6.png);background-position:-984px -1580px;width:81px;height:99px}.Pet-Parrot-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1066px -1580px;width:81px;height:99px}.Pet-Parrot-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1148px -1580px;width:81px;height:99px}.Pet-Parrot-Desert{background-image:url(spritesmith6.png);background-position:-1230px -1580px;width:81px;height:99px}.Pet-Parrot-Golden{background-image:url(spritesmith6.png);background-position:-1312px -1580px;width:81px;height:99px}.Pet-Parrot-Red{background-image:url(spritesmith6.png);background-position:-1394px -1580px;width:81px;height:99px}.Pet-Parrot-Shade{background-image:url(spritesmith6.png);background-position:-1476px -1580px;width:81px;height:99px}.Pet-Parrot-Skeleton{background-image:url(spritesmith6.png);background-position:-1558px -1580px;width:81px;height:99px}.Pet-Parrot-White{background-image:url(spritesmith6.png);background-position:-1640px -1580px;width:81px;height:99px}.Pet-Parrot-Zombie{background-image:url(spritesmith6.png);background-position:-1726px 0;width:81px;height:99px}.Pet-Penguin-Base{background-image:url(spritesmith6.png);background-position:-1726px -100px;width:81px;height:99px}.Pet-Penguin-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1726px -200px;width:81px;height:99px}.Pet-Penguin-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1726px -300px;width:81px;height:99px}.Pet-Penguin-Desert{background-image:url(spritesmith6.png);background-position:-1726px -400px;width:81px;height:99px}.Pet-Penguin-Golden{background-image:url(spritesmith6.png);background-position:-1726px -500px;width:81px;height:99px}.Pet-Penguin-Red{background-image:url(spritesmith6.png);background-position:-1726px -600px;width:81px;height:99px}.Pet-Penguin-Shade{background-image:url(spritesmith6.png);background-position:-1726px -700px;width:81px;height:99px}.Pet-Penguin-Skeleton{background-image:url(spritesmith6.png);background-position:-1726px -800px;width:81px;height:99px}.Pet-Penguin-White{background-image:url(spritesmith6.png);background-position:-1726px -900px;width:81px;height:99px}.Pet-Penguin-Zombie{background-image:url(spritesmith6.png);background-position:-1726px -1000px;width:81px;height:99px}.Pet-Rat-Base{background-image:url(spritesmith6.png);background-position:-1726px -1100px;width:81px;height:99px}.Pet-Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1726px -1200px;width:81px;height:99px}.Pet-Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1726px -1300px;width:81px;height:99px}.Pet-Rat-Desert{background-image:url(spritesmith6.png);background-position:-1726px -1400px;width:81px;height:99px}.Pet-Rat-Golden{background-image:url(spritesmith6.png);background-position:-1726px -1500px;width:81px;height:99px}.Pet-Rat-Red{background-image:url(spritesmith6.png);background-position:0 -1680px;width:81px;height:99px}.Pet-Rat-Shade{background-image:url(spritesmith6.png);background-position:-82px -1680px;width:81px;height:99px}.Pet-Rat-Skeleton{background-image:url(spritesmith6.png);background-position:-164px -1680px;width:81px;height:99px}.Pet-Rat-White{background-image:url(spritesmith6.png);background-position:-246px -1680px;width:81px;height:99px}.Pet-Rat-Zombie{background-image:url(spritesmith6.png);background-position:-328px -1680px;width:81px;height:99px}.Pet-Rock-Base{background-image:url(spritesmith6.png);background-position:-410px -1680px;width:81px;height:99px}.Pet-Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-492px -1680px;width:81px;height:99px}.Pet-Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-574px -1680px;width:81px;height:99px}.Pet-Rock-Desert{background-image:url(spritesmith6.png);background-position:-656px -1680px;width:81px;height:99px}.Pet-Rock-Golden{background-image:url(spritesmith6.png);background-position:-738px -1680px;width:81px;height:99px}.Pet-Rock-Red{background-image:url(spritesmith6.png);background-position:-820px -1680px;width:81px;height:99px}.Pet-Rock-Shade{background-image:url(spritesmith6.png);background-position:-902px -1680px;width:81px;height:99px}.Pet-Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-984px -1680px;width:81px;height:99px}.Pet-Rock-White{background-image:url(spritesmith6.png);background-position:-1066px -1680px;width:81px;height:99px}.Pet-Rock-Zombie{background-image:url(spritesmith6.png);background-position:-1148px -1680px;width:81px;height:99px}.Pet-Rooster-Base{background-image:url(spritesmith6.png);background-position:-1230px -1680px;width:81px;height:99px}.Pet-Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1312px -1680px;width:81px;height:99px}.Pet-Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1394px -1680px;width:81px;height:99px}.Pet-Rooster-Desert{background-image:url(spritesmith6.png);background-position:-1476px -1680px;width:81px;height:99px}.Pet-Rooster-Golden{background-image:url(spritesmith6.png);background-position:-1558px -1680px;width:81px;height:99px}.Pet-Rooster-Red{background-image:url(spritesmith6.png);background-position:-1640px -1680px;width:81px;height:99px}.Pet-Rooster-Shade{background-image:url(spritesmith6.png);background-position:-1722px -1680px;width:81px;height:99px}.Pet-Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:-1808px 0;width:81px;height:99px}.Pet-Rooster-White{background-image:url(spritesmith6.png);background-position:-1808px -100px;width:81px;height:99px}.Pet-Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-1808px -200px;width:81px;height:99px}.Pet-Seahorse-Base{background-image:url(spritesmith6.png);background-position:-1808px -300px;width:81px;height:99px}.Pet-Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1808px -400px;width:81px;height:99px}.Pet-Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1808px -500px;width:81px;height:99px}.Pet-Seahorse-Desert{background-image:url(spritesmith6.png);background-position:-1808px -600px;width:81px;height:99px}.Pet-Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-1808px -700px;width:81px;height:99px}.Pet-Seahorse-Red{background-image:url(spritesmith6.png);background-position:-1808px -800px;width:81px;height:99px}.Pet-Seahorse-Shade{background-image:url(spritesmith6.png);background-position:-1808px -900px;width:81px;height:99px}.Pet-Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-1808px -1000px;width:81px;height:99px}.Pet-Seahorse-White{background-image:url(spritesmith6.png);background-position:-1808px -1100px;width:81px;height:99px}.Pet-Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-1808px -1200px;width:81px;height:99px}.Pet-Sheep-Base{background-image:url(spritesmith6.png);background-position:-1808px -1300px;width:81px;height:99px}.Pet-Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1808px -1400px;width:81px;height:99px}.Pet-Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1808px -1500px;width:81px;height:99px}.Pet-Sheep-Desert{background-image:url(spritesmith6.png);background-position:-1808px -1600px;width:81px;height:99px}.Pet-Sheep-Golden{background-image:url(spritesmith6.png);background-position:0 -1780px;width:81px;height:99px}.Pet-Sheep-Red{background-image:url(spritesmith6.png);background-position:-82px -1780px;width:81px;height:99px}.Pet-Sheep-Shade{background-image:url(spritesmith6.png);background-position:-164px -1780px;width:81px;height:99px}.Pet-Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:-246px -1780px;width:81px;height:99px}.Pet-Sheep-White{background-image:url(spritesmith6.png);background-position:-328px -1780px;width:81px;height:99px}.Pet-Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-410px -1780px;width:81px;height:99px}.Pet-Slime-Base{background-image:url(spritesmith6.png);background-position:-492px -1780px;width:81px;height:99px}.Pet-Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-574px -1780px;width:81px;height:99px}.Pet-Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-656px -1780px;width:81px;height:99px}.Pet-Slime-Desert{background-image:url(spritesmith6.png);background-position:-738px -1780px;width:81px;height:99px}.Pet-Slime-Golden{background-image:url(spritesmith6.png);background-position:-820px -1780px;width:81px;height:99px}.Pet-Slime-Red{background-image:url(spritesmith6.png);background-position:-902px -1780px;width:81px;height:99px}.Pet-Slime-Shade{background-image:url(spritesmith6.png);background-position:-984px -1780px;width:81px;height:99px}.Pet-Slime-Skeleton{background-image:url(spritesmith6.png);background-position:-1066px -1780px;width:81px;height:99px}.Pet-Slime-White{background-image:url(spritesmith6.png);background-position:-1148px -1780px;width:81px;height:99px}.Pet-Slime-Zombie{background-image:url(spritesmith6.png);background-position:-1230px -1780px;width:81px;height:99px}.Pet-Spider-Base{background-image:url(spritesmith6.png);background-position:-1312px -1780px;width:81px;height:99px}.Pet-Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1394px -1780px;width:81px;height:99px}.Pet-Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1476px -1780px;width:81px;height:99px}.Pet-Spider-Desert{background-image:url(spritesmith6.png);background-position:-1558px -1780px;width:81px;height:99px}.Pet-Spider-Golden{background-image:url(spritesmith6.png);background-position:-1640px -1780px;width:81px;height:99px}.Pet-Spider-Red{background-image:url(spritesmith6.png);background-position:-1722px -1780px;width:81px;height:99px}.Pet-Spider-Shade{background-image:url(spritesmith6.png);background-position:-1804px -1780px;width:81px;height:99px}.Pet-Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-1890px 0;width:81px;height:99px}.Pet-Spider-White{background-image:url(spritesmith6.png);background-position:-1890px -100px;width:81px;height:99px}.Pet-Spider-Zombie{background-image:url(spritesmith6.png);background-position:-1890px -200px;width:81px;height:99px}.Pet-TRex-Base{background-image:url(spritesmith6.png);background-position:-1890px -300px;width:81px;height:99px}.Pet-TRex-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1890px -400px;width:81px;height:99px}.Pet-TRex-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1890px -500px;width:81px;height:99px}.Pet-TRex-Desert{background-image:url(spritesmith6.png);background-position:-1890px -600px;width:81px;height:99px}.Pet-TRex-Golden{background-image:url(spritesmith6.png);background-position:-1890px -700px;width:81px;height:99px}.Pet-TRex-Red{background-image:url(spritesmith6.png);background-position:-1890px -800px;width:81px;height:99px}.Pet-TRex-Shade{background-image:url(spritesmith6.png);background-position:-1890px -900px;width:81px;height:99px}.Pet-TRex-Skeleton{background-image:url(spritesmith6.png);background-position:-1890px -1000px;width:81px;height:99px}.Pet-TRex-White{background-image:url(spritesmith6.png);background-position:-1890px -1100px;width:81px;height:99px}.Pet-TRex-Zombie{background-image:url(spritesmith6.png);background-position:-1890px -1200px;width:81px;height:99px}.Pet-Tiger-Veteran{background-image:url(spritesmith6.png);background-position:-1890px -1300px;width:81px;height:99px}.Pet-TigerCub-Base{background-image:url(spritesmith6.png);background-position:-1890px -1400px;width:81px;height:99px}.Pet-TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1890px -1500px;width:81px;height:99px}.Pet-TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1890px -1600px;width:81px;height:99px}.Pet-TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-1890px -1700px;width:81px;height:99px}.Pet-TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-1972px 0;width:81px;height:99px}.Pet-TigerCub-Red{background-image:url(spritesmith6.png);background-position:-1972px -100px;width:81px;height:99px}.Pet-TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-1972px -200px;width:81px;height:99px}.Pet-TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1972px -300px;width:81px;height:99px}.Pet-TigerCub-White{background-image:url(spritesmith6.png);background-position:-1972px -400px;width:81px;height:99px}.Pet-TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-1972px -500px;width:81px;height:99px}.Pet-Turkey-Base{background-image:url(spritesmith6.png);background-position:-1972px -600px;width:81px;height:99px}.Pet-Whale-Base{background-image:url(spritesmith6.png);background-position:-1972px -700px;width:81px;height:99px}.Pet-Whale-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1972px -800px;width:81px;height:99px}.Pet-Whale-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1972px -900px;width:81px;height:99px}.Pet-Whale-Desert{background-image:url(spritesmith6.png);background-position:-1972px -1000px;width:81px;height:99px}.Pet-Whale-Golden{background-image:url(spritesmith6.png);background-position:-1972px -1100px;width:81px;height:99px}.Pet-Whale-Red{background-image:url(spritesmith6.png);background-position:-1972px -1200px;width:81px;height:99px}.Pet-Whale-Shade{background-image:url(spritesmith6.png);background-position:-1972px -1300px;width:81px;height:99px}.Pet-Whale-Skeleton{background-image:url(spritesmith6.png);background-position:-1972px -1400px;width:81px;height:99px}.Pet-Whale-White{background-image:url(spritesmith6.png);background-position:-1972px -1500px;width:81px;height:99px}.Pet-Whale-Zombie{background-image:url(spritesmith6.png);background-position:-1972px -1600px;width:81px;height:99px}.Pet-Wolf-Base{background-image:url(spritesmith6.png);background-position:-1972px -1700px;width:81px;height:99px}.Pet-Wolf-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -1880px;width:81px;height:99px}.Pet-Wolf-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-82px -1880px;width:81px;height:99px}.Pet-Wolf-Desert{background-image:url(spritesmith6.png);background-position:-164px -1880px;width:81px;height:99px}.Pet-Wolf-Golden{background-image:url(spritesmith6.png);background-position:-246px -1880px;width:81px;height:99px}.Pet-Wolf-Red{background-image:url(spritesmith6.png);background-position:-328px -1880px;width:81px;height:99px}.Pet-Wolf-Shade{background-image:url(spritesmith6.png);background-position:-410px -1880px;width:81px;height:99px}.Pet-Wolf-Skeleton{background-image:url(spritesmith6.png);background-position:-492px -1880px;width:81px;height:99px}.Pet-Wolf-Veteran{background-image:url(spritesmith6.png);background-position:-574px -1880px;width:81px;height:99px}.Pet-Wolf-White{background-image:url(spritesmith6.png);background-position:-656px -1880px;width:81px;height:99px}.Pet-Wolf-Zombie{background-image:url(spritesmith6.png);background-position:-738px -1880px;width:81px;height:99px}.Pet_HatchingPotion_Base{background-image:url(spritesmith6.png);background-position:-1972px -1800px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1890px -1800px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1808px -1700px;width:48px;height:51px}.Pet_HatchingPotion_Desert{background-image:url(spritesmith6.png);background-position:-1726px -1600px;width:48px;height:51px}.Pet_HatchingPotion_Golden{background-image:url(spritesmith6.png);background-position:-1644px -1500px;width:48px;height:51px}.Pet_HatchingPotion_Red{background-image:url(spritesmith6.png);background-position:-1562px -1400px;width:48px;height:51px}.Pet_HatchingPotion_Shade{background-image:url(spritesmith6.png);background-position:-1480px -1400px;width:48px;height:51px}.Pet_HatchingPotion_Skeleton{background-image:url(spritesmith6.png);background-position:-1398px -1300px;width:48px;height:51px}.Pet_HatchingPotion_White{background-image:url(spritesmith6.png);background-position:-1316px -1200px;width:48px;height:51px}.Pet_HatchingPotion_Zombie{background-image:url(spritesmith6.png);background-position:-820px -1880px;width:48px;height:51px}.head_special_0,.weapon_special_0{width:105px;height:105px;margin-left:-3px;margin-top:-18px}.broad_armor_special_0,.shield_special_0,.slim_armor_special_0{width:90px;height:90px}.weapon_special_critical{background:url(/common/img/sprites/backer-only/weapon_special_critical.gif) no-repeat;width:90px;height:90px;margin-left:-12px;margin-top:12px}.weapon_special_1{margin-left:-12px}.broad_armor_special_1,.head_special_1,.slim_armor_special_1{width:90px;height:90px}.head_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeHelmet.gif) no-repeat}.head_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalHelmet.gif) no-repeat;margin-top:3px}.broad_armor_special_0,.slim_armor_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeArmor.gif) no-repeat}.broad_armor_special_1,.slim_armor_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalArmor.gif) no-repeat}.shield_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Shield-TormentedSkull.gif) no-repeat}.weapon_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Weapon-DarkSoulsBlade.gif) no-repeat}.Pet-Wolf-Cerberus{width:105px;height:72px;background:url(/common/img/sprites/backer-only/BackerOnly-Pet-CerberusPup.gif) no-repeat}.Gems{display:inline-block;margin-right:5px;border-style:none;margin-left:0;margin-top:2px}.inline-gems{vertical-align:middle;margin-left:0;display:inline-block}.customize-menu .locked{background-color:#727272}.achievement{float:left;clear:right;margin-right:10px}.multi-achievement{margin:auto;padding-left:.5em;padding-right:.5em}[class*=Mount_Body_],[class*=Mount_Head_]{margin-top:18px}.Pet_Currency_Gem{margin-top:5px;margin-bottom:5px} \ No newline at end of file diff --git a/common/dist/sprites/spritesmith4.css b/common/dist/sprites/spritesmith4.css index 768ca21359..0e69182aa3 100644 --- a/common/dist/sprites/spritesmith4.css +++ b/common/dist/sprites/spritesmith4.css @@ -1,870 +1,870 @@ .shield_rogue_0 { background-image: url(spritesmith4.png); - background-position: -2004px -1581px; + background-position: -1729px -1786px; width: 90px; height: 90px; } .shield_rogue_1 { background-image: url(spritesmith4.png); - background-position: -1731px -853px; + background-position: -1731px -1498px; width: 103px; height: 90px; } .shield_rogue_2 { background-image: url(spritesmith4.png); - background-position: -1625px -1484px; + background-position: -718px -1877px; width: 103px; height: 90px; } .shield_rogue_3 { background-image: url(spritesmith4.png); - background-position: -1100px -1683px; + background-position: -822px -1877px; width: 114px; height: 90px; } .shield_rogue_4 { background-image: url(spritesmith4.png); - background-position: -1215px -1683px; + background-position: -1028px -1877px; width: 96px; height: 90px; } .shield_rogue_5 { background-image: url(spritesmith4.png); - background-position: -1403px -1683px; + background-position: -1731px -497px; width: 114px; height: 90px; } .shield_rogue_6 { background-image: url(spritesmith4.png); - background-position: -1930px -306px; + background-position: -1846px -497px; width: 114px; height: 90px; } .shield_special_1 { background-image: url(spritesmith4.png); - background-position: -2045px -306px; + background-position: -1731px -588px; width: 90px; height: 90px; } .shield_special_goldenknight { background-image: url(spritesmith4.png); - background-position: -1731px -398px; + background-position: -1822px -588px; width: 111px; height: 90px; } .shield_special_moonpearlShield { background-image: url(spritesmith4.png); - background-position: -1843px -398px; + background-position: -1731px -679px; width: 90px; height: 90px; } .shield_warrior_1 { background-image: url(spritesmith4.png); - background-position: -1934px -398px; + background-position: -1822px -679px; width: 90px; height: 90px; } .shield_warrior_2 { background-image: url(spritesmith4.png); - background-position: -2025px -398px; + background-position: -1731px -770px; width: 90px; height: 90px; } .shield_warrior_3 { background-image: url(spritesmith4.png); - background-position: -1731px -489px; + background-position: -1822px -770px; width: 90px; height: 90px; } .shield_warrior_4 { background-image: url(spritesmith4.png); - background-position: -1822px -489px; + background-position: -1731px -861px; width: 90px; height: 90px; } .shield_warrior_5 { background-image: url(spritesmith4.png); - background-position: -1822px -1581px; + background-position: -1638px -1786px; width: 90px; height: 90px; } .shop_shield_healer_1 { background-image: url(spritesmith4.png); - background-position: -634px -1971px; + background-position: -2063px -1582px; width: 40px; height: 40px; } .shop_shield_healer_2 { background-image: url(spritesmith4.png); - background-position: -675px -1971px; + background-position: -2104px -1582px; width: 40px; height: 40px; } .shop_shield_healer_3 { background-image: url(spritesmith4.png); - background-position: -716px -1971px; + background-position: -2145px -1582px; width: 40px; height: 40px; } .shop_shield_healer_4 { background-image: url(spritesmith4.png); - background-position: -880px -1971px; + background-position: -1981px -1623px; width: 40px; height: 40px; } .shop_shield_healer_5 { background-image: url(spritesmith4.png); - background-position: -962px -1971px; + background-position: -2063px -1623px; width: 40px; height: 40px; } .shop_shield_rogue_0 { background-image: url(spritesmith4.png); - background-position: -2120px -894px; + background-position: -2271px -296px; width: 40px; height: 40px; } .shop_shield_rogue_1 { background-image: url(spritesmith4.png); - background-position: -1167px -1971px; + background-position: -2268px -1623px; width: 40px; height: 40px; } .shop_shield_rogue_2 { background-image: url(spritesmith4.png); - background-position: -1208px -1971px; + background-position: -1981px -1664px; width: 40px; height: 40px; } .shop_shield_rogue_3 { background-image: url(spritesmith4.png); - background-position: -1249px -1971px; + background-position: -2022px -1664px; width: 40px; height: 40px; } .shop_shield_rogue_4 { background-image: url(spritesmith4.png); - background-position: -1290px -1971px; + background-position: -2063px -1664px; width: 40px; height: 40px; } .shop_shield_rogue_5 { background-image: url(spritesmith4.png); - background-position: -1331px -1971px; + background-position: -2104px -1664px; width: 40px; height: 40px; } .shop_shield_rogue_6 { background-image: url(spritesmith4.png); - background-position: -1372px -1971px; + background-position: -2145px -1664px; width: 40px; height: 40px; } .shop_shield_special_0 { background-image: url(spritesmith4.png); - background-position: -1413px -1971px; + background-position: -2186px -1664px; width: 40px; height: 40px; } .shop_shield_special_1 { background-image: url(spritesmith4.png); - background-position: -1495px -1971px; + background-position: -2268px -1664px; width: 40px; height: 40px; } .shop_shield_special_goldenknight { background-image: url(spritesmith4.png); - background-position: -1536px -1971px; + background-position: -1981px -1705px; width: 40px; height: 40px; } .shop_shield_special_moonpearlShield { background-image: url(spritesmith4.png); - background-position: -1618px -1971px; + background-position: -2022px -1705px; width: 40px; height: 40px; } .shop_shield_warrior_1 { background-image: url(spritesmith4.png); - background-position: -1823px -1971px; + background-position: -2268px -1705px; width: 40px; height: 40px; } .shop_shield_warrior_2 { background-image: url(spritesmith4.png); - background-position: -656px -2023px; + background-position: -2227px -1828px; width: 40px; height: 40px; } .shop_shield_warrior_3 { background-image: url(spritesmith4.png); - background-position: -615px -2023px; + background-position: -2186px -1828px; width: 40px; height: 40px; } .shop_shield_warrior_4 { background-image: url(spritesmith4.png); - background-position: -574px -2023px; + background-position: -2145px -1828px; width: 40px; height: 40px; } .shop_shield_warrior_5 { background-image: url(spritesmith4.png); - background-position: -533px -2023px; + background-position: -2104px -1828px; width: 40px; height: 40px; } .shop_weapon_healer_0 { background-image: url(spritesmith4.png); - background-position: -492px -2023px; + background-position: -2063px -1828px; width: 40px; height: 40px; } .shop_weapon_healer_1 { background-image: url(spritesmith4.png); - background-position: -451px -2023px; + background-position: -2022px -1828px; width: 40px; height: 40px; } .shop_weapon_healer_2 { background-image: url(spritesmith4.png); - background-position: -410px -2023px; + background-position: -1981px -1828px; width: 40px; height: 40px; } .shop_weapon_healer_3 { background-image: url(spritesmith4.png); - background-position: -369px -2023px; + background-position: -2268px -1787px; width: 40px; height: 40px; } .shop_weapon_healer_4 { background-image: url(spritesmith4.png); - background-position: -328px -2023px; + background-position: -2227px -1787px; width: 40px; height: 40px; } .shop_weapon_healer_5 { background-image: url(spritesmith4.png); - background-position: -287px -2023px; + background-position: -2186px -1787px; width: 40px; height: 40px; } .shop_weapon_healer_6 { background-image: url(spritesmith4.png); - background-position: -246px -2023px; + background-position: -2145px -1787px; width: 40px; height: 40px; } .shop_weapon_rogue_0 { background-image: url(spritesmith4.png); - background-position: -205px -2023px; + background-position: -2104px -1787px; width: 40px; height: 40px; } .shop_weapon_rogue_1 { background-image: url(spritesmith4.png); - background-position: -164px -2023px; + background-position: -2063px -1787px; width: 40px; height: 40px; } .shop_weapon_rogue_2 { background-image: url(spritesmith4.png); - background-position: -123px -2023px; + background-position: -2022px -1787px; width: 40px; height: 40px; } .shop_weapon_rogue_3 { background-image: url(spritesmith4.png); - background-position: -82px -2023px; + background-position: -1981px -1787px; width: 40px; height: 40px; } .shop_weapon_rogue_4 { background-image: url(spritesmith4.png); - background-position: -41px -2023px; + background-position: -2268px -1746px; width: 40px; height: 40px; } .shop_weapon_rogue_5 { background-image: url(spritesmith4.png); - background-position: 0px -2023px; + background-position: -2227px -1746px; width: 40px; height: 40px; } .shop_weapon_rogue_6 { background-image: url(spritesmith4.png); - background-position: -2110px -1971px; + background-position: -2186px -1746px; width: 40px; height: 40px; } .shop_weapon_special_0 { background-image: url(spritesmith4.png); - background-position: -2069px -1971px; + background-position: -2145px -1746px; width: 40px; height: 40px; } .shop_weapon_special_1 { background-image: url(spritesmith4.png); - background-position: -2028px -1971px; + background-position: -2104px -1746px; width: 40px; height: 40px; } .shop_weapon_special_2 { background-image: url(spritesmith4.png); - background-position: -1987px -1971px; + background-position: -2063px -1746px; width: 40px; height: 40px; } .shop_weapon_special_3 { background-image: url(spritesmith4.png); - background-position: -1946px -1971px; + background-position: -2022px -1746px; width: 40px; height: 40px; } .shop_weapon_special_critical { background-image: url(spritesmith4.png); - background-position: -1905px -1971px; + background-position: -1981px -1746px; width: 40px; height: 40px; } .shop_weapon_special_tridentOfCrashingTides { background-image: url(spritesmith4.png); - background-position: -1864px -1971px; + background-position: -2227px -1664px; width: 40px; height: 40px; } .shop_weapon_warrior_0 { background-image: url(spritesmith4.png); - background-position: -1454px -1971px; + background-position: -2063px -1705px; width: 40px; height: 40px; } .shop_weapon_warrior_1 { background-image: url(spritesmith4.png); - background-position: -1659px -1971px; + background-position: -2025px -1539px; width: 40px; height: 40px; } .shop_weapon_warrior_2 { background-image: url(spritesmith4.png); - background-position: -1245px -1068px; + background-position: -2066px -1539px; width: 40px; height: 40px; } .shop_weapon_warrior_3 { background-image: url(spritesmith4.png); - background-position: -1286px -1068px; + background-position: -2107px -1539px; width: 40px; height: 40px; } .shop_weapon_warrior_4 { background-image: url(spritesmith4.png); - background-position: -1327px -1068px; + background-position: -2148px -1539px; width: 40px; height: 40px; } .shop_weapon_warrior_5 { background-image: url(spritesmith4.png); - background-position: -593px -1971px; + background-position: -2022px -1582px; width: 40px; height: 40px; } .shop_weapon_warrior_6 { background-image: url(spritesmith4.png); - background-position: -1368px -1068px; + background-position: -2189px -1539px; width: 40px; height: 40px; } .shop_weapon_wizard_0 { background-image: url(spritesmith4.png); - background-position: -1409px -1068px; + background-position: -2230px -1539px; width: 40px; height: 40px; } .shop_weapon_wizard_1 { background-image: url(spritesmith4.png); - background-position: -1420px -1215px; + background-position: -2271px -1539px; width: 40px; height: 40px; } .shop_weapon_wizard_2 { background-image: url(spritesmith4.png); - background-position: -552px -1971px; + background-position: -1981px -1582px; width: 40px; height: 40px; } .shop_weapon_wizard_3 { background-image: url(spritesmith4.png); - background-position: -1003px -1971px; + background-position: -2104px -1623px; width: 40px; height: 40px; } .shop_weapon_wizard_4 { background-image: url(spritesmith4.png); - background-position: -1044px -1971px; + background-position: -2145px -1623px; width: 40px; height: 40px; } .shop_weapon_wizard_5 { background-image: url(spritesmith4.png); - background-position: -1085px -1971px; + background-position: -2186px -1623px; width: 40px; height: 40px; } .shop_weapon_wizard_6 { background-image: url(spritesmith4.png); - background-position: -1126px -1971px; + background-position: -2227px -1623px; width: 40px; height: 40px; } .weapon_healer_0 { background-image: url(spritesmith4.png); - background-position: -1913px -489px; + background-position: -1822px -861px; width: 90px; height: 90px; } .weapon_healer_1 { background-image: url(spritesmith4.png); - background-position: -2004px -489px; + background-position: -1731px -952px; width: 90px; height: 90px; } .weapon_healer_2 { background-image: url(spritesmith4.png); - background-position: -1731px -580px; + background-position: -1822px -952px; width: 90px; height: 90px; } .weapon_healer_3 { background-image: url(spritesmith4.png); - background-position: -1822px -580px; + background-position: -1731px -1043px; width: 90px; height: 90px; } .weapon_healer_4 { background-image: url(spritesmith4.png); - background-position: -1913px -580px; + background-position: -1822px -1043px; width: 90px; height: 90px; } .weapon_healer_5 { background-image: url(spritesmith4.png); - background-position: -2004px -580px; + background-position: -1731px -1134px; width: 90px; height: 90px; } .weapon_healer_6 { background-image: url(spritesmith4.png); - background-position: -1731px -671px; + background-position: -1822px -1134px; width: 90px; height: 90px; } .weapon_rogue_0 { background-image: url(spritesmith4.png); - background-position: -1822px -671px; + background-position: -1731px -1225px; width: 90px; height: 90px; } .weapon_rogue_1 { background-image: url(spritesmith4.png); - background-position: -1913px -671px; + background-position: -1822px -1225px; width: 90px; height: 90px; } .weapon_rogue_2 { background-image: url(spritesmith4.png); - background-position: -2004px -671px; + background-position: -1731px -1316px; width: 90px; height: 90px; } .weapon_rogue_3 { background-image: url(spritesmith4.png); - background-position: -1731px -762px; + background-position: -1822px -1316px; width: 90px; height: 90px; } .weapon_rogue_4 { background-image: url(spritesmith4.png); - background-position: -1822px -762px; + background-position: -1731px -1407px; width: 90px; height: 90px; } .weapon_rogue_5 { background-image: url(spritesmith4.png); - background-position: -1913px -762px; + background-position: -1822px -1407px; width: 90px; height: 90px; } .weapon_rogue_6 { background-image: url(spritesmith4.png); - background-position: -2004px -762px; + background-position: -1835px -1498px; width: 90px; height: 90px; } .weapon_special_1 { background-image: url(spritesmith4.png); - background-position: -1835px -853px; + background-position: -1731px -1589px; width: 102px; height: 90px; } .weapon_special_2 { background-image: url(spritesmith4.png); - background-position: -1938px -853px; + background-position: -1834px -1589px; width: 90px; height: 90px; } .weapon_special_3 { background-image: url(spritesmith4.png); - background-position: -2029px -853px; + background-position: -1625px -1484px; width: 90px; height: 90px; } .weapon_special_tridentOfCrashingTides { background-image: url(spritesmith4.png); - background-position: -2020px -944px; + background-position: -660px -567px; width: 90px; height: 90px; } .weapon_warrior_0 { background-image: url(spritesmith4.png); - background-position: -2020px -1035px; + background-position: -880px -787px; width: 90px; height: 90px; } .weapon_warrior_1 { background-image: url(spritesmith4.png); - background-position: -1731px -1126px; + background-position: -1590px -1577px; width: 90px; height: 90px; } .weapon_warrior_2 { background-image: url(spritesmith4.png); - background-position: -1731px -1217px; + background-position: -182px -1786px; width: 90px; height: 90px; } .weapon_warrior_3 { background-image: url(spritesmith4.png); - background-position: -2004px -1217px; + background-position: -273px -1786px; width: 90px; height: 90px; } .weapon_warrior_4 { background-image: url(spritesmith4.png); - background-position: -1731px -1308px; + background-position: -364px -1786px; width: 90px; height: 90px; } .weapon_warrior_5 { background-image: url(spritesmith4.png); - background-position: -1822px -1308px; + background-position: -455px -1786px; width: 90px; height: 90px; } .weapon_warrior_6 { background-image: url(spritesmith4.png); - background-position: -1913px -1308px; + background-position: -728px -1786px; width: 90px; height: 90px; } .weapon_wizard_0 { background-image: url(spritesmith4.png); - background-position: -1822px -1399px; + background-position: -819px -1786px; width: 90px; height: 90px; } .weapon_wizard_1 { background-image: url(spritesmith4.png); - background-position: -1913px -1399px; + background-position: -910px -1786px; width: 90px; height: 90px; } .weapon_wizard_2 { background-image: url(spritesmith4.png); - background-position: -2004px -1399px; + background-position: -1001px -1786px; width: 90px; height: 90px; } .weapon_wizard_3 { background-image: url(spritesmith4.png); - background-position: -1731px -1490px; + background-position: -1092px -1786px; width: 90px; height: 90px; } .weapon_wizard_4 { background-image: url(spritesmith4.png); - background-position: -1822px -1490px; + background-position: -1274px -1786px; width: 90px; height: 90px; } .weapon_wizard_5 { background-image: url(spritesmith4.png); - background-position: -2004px -1490px; + background-position: -1365px -1786px; width: 90px; height: 90px; } .weapon_wizard_6 { background-image: url(spritesmith4.png); - background-position: -1731px -1581px; + background-position: -1456px -1786px; width: 90px; height: 90px; } .GrimReaper { background-image: url(spritesmith4.png); - background-position: -2095px -762px; + background-position: -2146px -160px; width: 57px; height: 66px; } .Pet_Currency_Gem { background-image: url(spritesmith4.png); - background-position: -1807px -2023px; + background-position: -2203px -1869px; width: 45px; height: 39px; } .Pet_Currency_Gem1x { background-image: url(spritesmith4.png); - background-position: -2136px -306px; + background-position: -2281px -142px; width: 15px; height: 13px; } .Pet_Currency_Gem2x { background-image: url(spritesmith4.png); - background-position: -2111px -1008px; + background-position: -2281px -115px; width: 30px; height: 26px; } .PixelPaw-Gold { background-image: url(spritesmith4.png); - background-position: -251px -1919px; + background-position: -2079px -1082px; width: 51px; height: 51px; } .PixelPaw { background-image: url(spritesmith4.png); - background-position: -199px -1919px; + background-position: -2229px -1030px; width: 51px; height: 51px; } .PixelPaw002 { background-image: url(spritesmith4.png); - background-position: -49px -1919px; + background-position: -2177px -1030px; width: 51px; height: 51px; } .avatar_floral_healer { background-image: url(spritesmith4.png); - background-position: -1931px -206px; + background-position: -1803px -103px; width: 99px; height: 99px; } .avatar_floral_rogue { background-image: url(spritesmith4.png); - background-position: -1831px -206px; + background-position: -1731px -305px; width: 99px; height: 99px; } .avatar_floral_warrior { background-image: url(spritesmith4.png); - background-position: -1731px -206px; + background-position: -1731px -205px; width: 99px; height: 99px; } .avatar_floral_wizard { background-image: url(spritesmith4.png); - background-position: -2053px -103px; + background-position: -1831px -205px; width: 99px; height: 99px; } .inventory_present { background-image: url(spritesmith4.png); - background-position: 0px -1919px; + background-position: -2128px -1030px; width: 48px; height: 51px; } .inventory_present_01 { background-image: url(spritesmith4.png); - background-position: -2107px -1867px; + background-position: -2079px -1030px; width: 48px; height: 51px; } .inventory_present_02 { background-image: url(spritesmith4.png); - background-position: -2058px -1867px; + background-position: -2030px -1030px; width: 48px; height: 51px; } .inventory_present_03 { background-image: url(spritesmith4.png); - background-position: -2009px -1867px; + background-position: -1981px -1030px; width: 48px; height: 51px; } .inventory_present_04 { background-image: url(spritesmith4.png); - background-position: -1960px -1867px; + background-position: -2128px -978px; width: 48px; height: 51px; } .inventory_present_05 { background-image: url(spritesmith4.png); - background-position: -1813px -1867px; + background-position: -2079px -978px; width: 48px; height: 51px; } .inventory_present_06 { background-image: url(spritesmith4.png); - background-position: -1764px -1867px; + background-position: -2030px -978px; width: 48px; height: 51px; } .inventory_present_07 { background-image: url(spritesmith4.png); - background-position: -1715px -1867px; + background-position: -2177px -926px; width: 48px; height: 51px; } .inventory_present_08 { background-image: url(spritesmith4.png); - background-position: -1568px -1867px; + background-position: -2128px -926px; width: 48px; height: 51px; } .inventory_present_09 { background-image: url(spritesmith4.png); - background-position: -1519px -1867px; + background-position: -2079px -926px; width: 48px; height: 51px; } .inventory_present_10 { background-image: url(spritesmith4.png); - background-position: -1470px -1867px; + background-position: -2177px -874px; width: 48px; height: 51px; } .inventory_present_11 { background-image: url(spritesmith4.png); - background-position: -1274px -1867px; + background-position: -2128px -874px; width: 48px; height: 51px; } .inventory_present_12 { background-image: url(spritesmith4.png); - background-position: -1225px -1867px; + background-position: -2079px -874px; width: 48px; height: 51px; } .inventory_quest_scroll { background-image: url(spritesmith4.png); - background-position: -1176px -1867px; + background-position: -2030px -874px; width: 48px; height: 51px; } .inventory_quest_scroll_locked { background-image: url(spritesmith4.png); - background-position: -1127px -1867px; + background-position: -1981px -874px; width: 48px; height: 51px; } .inventory_special_fortify { background-image: url(spritesmith4.png); - background-position: -1362px -1215px; + background-position: -2155px -296px; width: 57px; height: 54px; } .inventory_special_nye { background-image: url(spritesmith4.png); - background-position: -733px -380px; + background-position: -2097px -296px; width: 57px; height: 54px; } .inventory_special_opaquePotion { background-image: url(spritesmith4.png); - background-position: -1577px -1971px; + background-position: -2271px -232px; width: 40px; height: 40px; } .inventory_special_seafoam { background-image: url(spritesmith4.png); - background-position: -2095px -1490px; + background-position: -2213px -232px; width: 57px; height: 54px; } .inventory_special_shinySeed { background-image: url(spritesmith4.png); - background-position: -2095px -1399px; + background-position: -2097px -232px; width: 57px; height: 54px; } .inventory_special_snowball { background-image: url(spritesmith4.png); - background-position: -2095px -1217px; + background-position: -1981px -296px; width: 57px; height: 54px; } .inventory_special_spookDust { background-image: url(spritesmith4.png); - background-position: -2095px -1308px; + background-position: -2039px -296px; width: 57px; height: 54px; } .inventory_special_trinket { background-image: url(spritesmith4.png); - background-position: -1078px -1867px; + background-position: -1981px -458px; width: 48px; height: 51px; } .inventory_special_valentine { background-image: url(spritesmith4.png); - background-position: -2063px -1683px; + background-position: -2213px -296px; width: 57px; height: 54px; } .knockout { background-image: url(spritesmith4.png); - background-position: -49px -1971px; + background-position: -1981px -1446px; width: 120px; height: 47px; } .pet_key { background-image: url(spritesmith4.png); - background-position: -2095px -1581px; + background-position: -2155px -232px; width: 57px; height: 54px; } .rebirth_orb { background-image: url(spritesmith4.png); - background-position: -1562px -1438px; + background-position: -1981px -351px; width: 57px; height: 54px; } .seafoam_star { background-image: url(spritesmith4.png); - background-position: -2040px -1126px; + background-position: -1729px -1683px; width: 90px; height: 90px; } .shop_armoire { background-image: url(spritesmith4.png); - background-position: -1700px -1971px; + background-position: -2145px -1705px; width: 40px; height: 40px; } .snowman { background-image: url(spritesmith4.png); - background-position: -1822px -1217px; + background-position: 0px -1786px; width: 90px; height: 90px; } .spookman { background-image: url(spritesmith4.png); - background-position: -1913px -1217px; + background-position: -91px -1786px; width: 90px; height: 90px; } .welcome_to_Habit_1 { background-image: url(spritesmith4.png); - background-position: 0px -1683px; + background-position: -430px -1683px; width: 502px; height: 99px; } @@ -888,13 +888,13 @@ } .zzz { background-image: url(spritesmith4.png); - background-position: -1741px -1971px; + background-position: -2186px -1705px; width: 40px; height: 40px; } .zzz_light { background-image: url(spritesmith4.png); - background-position: -1782px -1971px; + background-position: -2227px -1705px; width: 40px; height: 40px; } @@ -906,7 +906,7 @@ } .npc_bailey { background-image: url(spritesmith4.png); - background-position: -1981px -103px; + background-position: -1731px -103px; width: 71px; height: 101px; } @@ -930,31 +930,31 @@ } .npc_justin_head { background-image: url(spritesmith4.png); - background-position: -2122px -206px; + background-position: -2275px -406px; width: 36px; height: 39px; } .npc_matt { background-image: url(spritesmith4.png); - background-position: 0px -1438px; + background-position: -196px -1438px; width: 195px; height: 138px; } .npc_timetravelers { background-image: url(spritesmith4.png); - background-position: -1251px -1287px; + background-position: 0px -1438px; width: 195px; height: 138px; } .npc_timetravelers_active { background-image: url(spritesmith4.png); - background-position: -404px -1438px; + background-position: -1251px -1287px; width: 195px; height: 138px; } .npc_tyler { background-image: url(spritesmith4.png); - background-position: -1913px -1581px; + background-position: -1547px -1786px; width: 90px; height: 90px; } @@ -972,43 +972,43 @@ } .2014_Fall_HealerPROMO2 { background-image: url(spritesmith4.png); - background-position: -660px -567px; + background-position: -1820px -1786px; width: 90px; height: 90px; } .2014_Fall_Mage_PROMO9 { background-image: url(spritesmith4.png); - background-position: -880px -787px; + background-position: 0px -1877px; width: 120px; height: 90px; } .2014_Fall_RoguePROMO3 { background-image: url(spritesmith4.png); - background-position: -503px -1683px; + background-position: -121px -1877px; width: 105px; height: 90px; } .2014_Fall_Warrior_PROMO { background-image: url(spritesmith4.png); - background-position: -609px -1683px; + background-position: -227px -1877px; width: 90px; height: 90px; } .promo_dilatoryDistress { background-image: url(spritesmith4.png); - background-position: -700px -1683px; + background-position: -318px -1877px; width: 90px; height: 90px; } .promo_enchanted_armoire { background-image: url(spritesmith4.png); - background-position: -662px -1783px; + background-position: 0px -1968px; width: 374px; height: 76px; } .promo_enchanted_armoire_201507 { background-image: url(spritesmith4.png); - background-position: -882px -1683px; + background-position: -500px -1877px; width: 217px; height: 90px; } @@ -1020,91 +1020,91 @@ } .promo_item_notif { background-image: url(spritesmith4.png); - background-position: -1731px -103px; + background-position: -1731px 0px; width: 249px; height: 102px; } .promo_mystery_201405 { background-image: url(spritesmith4.png); - background-position: -1312px -1683px; + background-position: -937px -1877px; width: 90px; height: 90px; } .promo_mystery_201406 { background-image: url(spritesmith4.png); - background-position: -2031px -206px; + background-position: -1831px -305px; width: 90px; height: 96px; } .promo_mystery_201407 { background-image: url(spritesmith4.png); - background-position: -2111px -1035px; + background-position: -2054px -232px; width: 42px; height: 62px; } .promo_mystery_201408 { background-image: url(spritesmith4.png); - background-position: -2095px -489px; + background-position: -1981px -160px; width: 60px; height: 71px; } .promo_mystery_201409 { background-image: url(spritesmith4.png); - background-position: -1518px -1683px; + background-position: -409px -1877px; width: 90px; height: 90px; } .promo_mystery_201410 { background-image: url(spritesmith4.png); - background-position: -660px -380px; + background-position: -1981px -232px; width: 72px; height: 63px; } .promo_mystery_201411 { background-image: url(spritesmith4.png); - background-position: -791px -1683px; + background-position: -1183px -1786px; width: 90px; height: 90px; } .promo_mystery_201412 { background-image: url(spritesmith4.png); - background-position: -2095px -671px; + background-position: -2204px -160px; width: 42px; height: 66px; } .promo_mystery_201501 { background-image: url(spritesmith4.png); - background-position: -2111px -944px; + background-position: -2247px -160px; width: 48px; height: 63px; } .promo_mystery_201502 { background-image: url(spritesmith4.png); - background-position: -1913px -1490px; + background-position: -637px -1786px; width: 90px; height: 90px; } .promo_mystery_201503 { background-image: url(spritesmith4.png); - background-position: -1731px -1399px; + background-position: -546px -1786px; width: 90px; height: 90px; } .promo_mystery_201504 { background-image: url(spritesmith4.png); - background-position: -2095px -580px; + background-position: -2085px -160px; width: 60px; height: 69px; } .promo_mystery_201505 { background-image: url(spritesmith4.png); - background-position: -2004px -1308px; + background-position: -1820px -1683px; width: 90px; height: 90px; } .promo_mystery_201506 { background-image: url(spritesmith4.png); - background-position: -2116px -398px; + background-position: -2042px -160px; width: 42px; height: 69px; } @@ -1116,31 +1116,31 @@ } .promo_mystery_3014 { background-image: url(spritesmith4.png); - background-position: -1822px -1126px; + background-position: -1511px -1683px; width: 217px; height: 90px; } .promo_orca { background-image: url(spritesmith4.png); - background-position: -848px -1577px; + background-position: -318px -1577px; width: 105px; height: 105px; } .promo_partyhats { background-image: url(spritesmith4.png); - background-position: -170px -1971px; + background-position: -2102px -1446px; width: 115px; height: 47px; } .promo_pastel_skin { background-image: url(spritesmith4.png); - background-position: -331px -1783px; + background-position: -1981px 0px; width: 330px; height: 83px; } .customize-option.promo_pastel_skin { background-image: url(spritesmith4.png); - background-position: -356px -1798px; + background-position: -2006px -15px; width: 60px; height: 60px; } @@ -1158,49 +1158,49 @@ } .promo_shimmer_hair { background-image: url(spritesmith4.png); - background-position: 0px -1783px; + background-position: -1426px -1877px; width: 330px; height: 83px; } .customize-option.promo_shimmer_hair { background-image: url(spritesmith4.png); - background-position: -25px -1798px; + background-position: -1451px -1892px; width: 60px; height: 60px; } .promo_splashyskins { background-image: url(spritesmith4.png); - background-position: -1731px -306px; + background-position: -1731px -405px; width: 198px; height: 91px; } .customize-option.promo_splashyskins { background-image: url(spritesmith4.png); - background-position: -1756px -321px; + background-position: -1756px -420px; width: 60px; height: 60px; } .promo_springclasses2014 { background-image: url(spritesmith4.png); - background-position: -1731px -1035px; + background-position: -1222px -1683px; width: 288px; height: 90px; } .promo_springclasses2015 { background-image: url(spritesmith4.png); - background-position: -1731px -944px; + background-position: -933px -1683px; width: 288px; height: 90px; } .promo_summer_classes_2014 { background-image: url(spritesmith4.png); - background-position: -1731px 0px; + background-position: 0px -1683px; width: 429px; height: 102px; } .promo_summer_classes_2015 { background-image: url(spritesmith4.png); - background-position: -1609px -1683px; + background-position: -1125px -1877px; width: 300px; height: 88px; } @@ -1210,6 +1210,12 @@ width: 156px; height: 147px; } +.promo_veteran_pets { + background-image: url(spritesmith4.png); + background-position: -2134px -84px; + width: 146px; + height: 75px; +} .promo_winterclasses2015 { background-image: url(spritesmith4.png); background-position: -918px -1438px; @@ -1218,343 +1224,343 @@ } .promo_winteryhair { background-image: url(spritesmith4.png); - background-position: -1910px -1683px; + background-position: -1981px -84px; width: 152px; height: 75px; } .customize-option.promo_winteryhair { background-image: url(spritesmith4.png); - background-position: -1935px -1698px; + background-position: -2006px -99px; width: 60px; height: 60px; } .inventory_quest_scroll_atom1 { background-image: url(spritesmith4.png); - background-position: -1568px -1039px; + background-position: -1981px -406px; width: 48px; height: 51px; } .inventory_quest_scroll_atom1_locked { background-image: url(spritesmith4.png); - background-position: -1568px -1091px; + background-position: -2030px -406px; width: 48px; height: 51px; } .inventory_quest_scroll_atom2 { background-image: url(spritesmith4.png); - background-position: -1568px -1154px; + background-position: -2079px -406px; width: 48px; height: 51px; } .inventory_quest_scroll_atom2_locked { background-image: url(spritesmith4.png); - background-position: -1568px -1206px; + background-position: -2128px -406px; width: 48px; height: 51px; } .inventory_quest_scroll_atom3 { background-image: url(spritesmith4.png); - background-position: -1568px -1269px; + background-position: -2177px -406px; width: 48px; height: 51px; } .inventory_quest_scroll_atom3_locked { background-image: url(spritesmith4.png); - background-position: -1568px -1321px; + background-position: -2226px -406px; width: 48px; height: 51px; } .inventory_quest_scroll_basilist { background-image: url(spritesmith4.png); - background-position: -1462px -1384px; + background-position: -2088px -351px; width: 48px; height: 51px; } .inventory_quest_scroll_bunny { background-image: url(spritesmith4.png); - background-position: -891px -1919px; + background-position: -2030px -458px; width: 48px; height: 51px; } .inventory_quest_scroll_dilatoryDistress1 { background-image: url(spritesmith4.png); - background-position: -1560px -1384px; + background-position: -2079px -458px; width: 48px; height: 51px; } .inventory_quest_scroll_dilatoryDistress2 { background-image: url(spritesmith4.png); - background-position: -751px -567px; + background-position: -2128px -458px; width: 48px; height: 51px; } .inventory_quest_scroll_dilatoryDistress2_locked { background-image: url(spritesmith4.png); - background-position: -1037px -1783px; + background-position: -2177px -458px; width: 48px; height: 51px; } .inventory_quest_scroll_dilatoryDistress3 { background-image: url(spritesmith4.png); - background-position: -1086px -1783px; + background-position: -2226px -458px; width: 48px; height: 51px; } .inventory_quest_scroll_dilatoryDistress3_locked { background-image: url(spritesmith4.png); - background-position: -1135px -1783px; + background-position: -1981px -510px; width: 48px; height: 51px; } .inventory_quest_scroll_dilatory_derby { background-image: url(spritesmith4.png); - background-position: -1184px -1783px; + background-position: -2030px -510px; width: 48px; height: 51px; } .inventory_quest_scroll_egg { background-image: url(spritesmith4.png); - background-position: -1233px -1783px; + background-position: -2079px -510px; width: 48px; height: 51px; } .inventory_quest_scroll_evilsanta { background-image: url(spritesmith4.png); - background-position: -1282px -1783px; + background-position: -2128px -510px; width: 48px; height: 51px; } .inventory_quest_scroll_evilsanta2 { background-image: url(spritesmith4.png); - background-position: -1331px -1783px; + background-position: -2177px -510px; width: 48px; height: 51px; } .inventory_quest_scroll_ghost_stag { background-image: url(spritesmith4.png); - background-position: -1380px -1783px; + background-position: -2226px -510px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight1 { background-image: url(spritesmith4.png); - background-position: -1429px -1783px; + background-position: -1981px -562px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight1_locked { background-image: url(spritesmith4.png); - background-position: -1478px -1783px; + background-position: -2030px -562px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight2 { background-image: url(spritesmith4.png); - background-position: -1527px -1783px; + background-position: -2079px -562px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight2_locked { background-image: url(spritesmith4.png); - background-position: -1576px -1783px; + background-position: -2128px -562px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight3 { background-image: url(spritesmith4.png); - background-position: -1625px -1783px; + background-position: -2177px -562px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight3_locked { background-image: url(spritesmith4.png); - background-position: -1674px -1783px; + background-position: -2226px -562px; width: 48px; height: 51px; } .inventory_quest_scroll_gryphon { background-image: url(spritesmith4.png); - background-position: -1723px -1783px; + background-position: -1981px -614px; width: 48px; height: 51px; } .inventory_quest_scroll_harpy { background-image: url(spritesmith4.png); - background-position: -1772px -1783px; + background-position: -2030px -614px; width: 48px; height: 51px; } .inventory_quest_scroll_hedgehog { background-image: url(spritesmith4.png); - background-position: -1821px -1783px; + background-position: -2079px -614px; width: 48px; height: 51px; } .inventory_quest_scroll_kraken { background-image: url(spritesmith4.png); - background-position: -1870px -1783px; + background-position: -2128px -614px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone1 { background-image: url(spritesmith4.png); - background-position: -1919px -1783px; + background-position: -2177px -614px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone1_locked { background-image: url(spritesmith4.png); - background-position: -1968px -1783px; + background-position: -2226px -614px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone2 { background-image: url(spritesmith4.png); - background-position: -2017px -1783px; + background-position: -1981px -666px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone2_locked { background-image: url(spritesmith4.png); - background-position: -2066px -1783px; + background-position: -2030px -666px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone3 { background-image: url(spritesmith4.png); - background-position: 0px -1867px; + background-position: -2079px -666px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone3_locked { background-image: url(spritesmith4.png); - background-position: -49px -1867px; + background-position: -2128px -666px; width: 48px; height: 51px; } .inventory_quest_scroll_octopus { background-image: url(spritesmith4.png); - background-position: -98px -1867px; + background-position: -2177px -666px; width: 48px; height: 51px; } .inventory_quest_scroll_owl { background-image: url(spritesmith4.png); - background-position: -147px -1867px; + background-position: -2226px -666px; width: 48px; height: 51px; } .inventory_quest_scroll_penguin { background-image: url(spritesmith4.png); - background-position: -196px -1867px; + background-position: -1981px -718px; width: 48px; height: 51px; } .inventory_quest_scroll_rat { background-image: url(spritesmith4.png); - background-position: -245px -1867px; + background-position: -2030px -718px; width: 48px; height: 51px; } .inventory_quest_scroll_rock { background-image: url(spritesmith4.png); - background-position: -294px -1867px; + background-position: -2079px -718px; width: 48px; height: 51px; } .inventory_quest_scroll_rooster { background-image: url(spritesmith4.png); - background-position: -343px -1867px; + background-position: -2128px -718px; width: 48px; height: 51px; } .inventory_quest_scroll_sheep { background-image: url(spritesmith4.png); - background-position: -392px -1867px; + background-position: -2177px -718px; width: 48px; height: 51px; } .inventory_quest_scroll_slime { background-image: url(spritesmith4.png); - background-position: -441px -1867px; + background-position: -2226px -718px; width: 48px; height: 51px; } .inventory_quest_scroll_spider { background-image: url(spritesmith4.png); - background-position: -490px -1867px; + background-position: -1981px -770px; width: 48px; height: 51px; } .inventory_quest_scroll_trex { background-image: url(spritesmith4.png); - background-position: -539px -1867px; + background-position: -2030px -770px; width: 48px; height: 51px; } .inventory_quest_scroll_trex_undead { background-image: url(spritesmith4.png); - background-position: -588px -1867px; + background-position: -2079px -770px; width: 48px; height: 51px; } .inventory_quest_scroll_vice1 { background-image: url(spritesmith4.png); - background-position: -637px -1867px; + background-position: -2128px -770px; width: 48px; height: 51px; } .inventory_quest_scroll_vice1_locked { background-image: url(spritesmith4.png); - background-position: -686px -1867px; + background-position: -2177px -770px; width: 48px; height: 51px; } .inventory_quest_scroll_vice2 { background-image: url(spritesmith4.png); - background-position: -735px -1867px; + background-position: -2226px -770px; width: 48px; height: 51px; } .inventory_quest_scroll_vice2_locked { background-image: url(spritesmith4.png); - background-position: -784px -1867px; + background-position: -1981px -822px; width: 48px; height: 51px; } .inventory_quest_scroll_vice3 { background-image: url(spritesmith4.png); - background-position: -833px -1867px; + background-position: -2030px -822px; width: 48px; height: 51px; } .inventory_quest_scroll_vice3_locked { background-image: url(spritesmith4.png); - background-position: -882px -1867px; + background-position: -2079px -822px; width: 48px; height: 51px; } .inventory_quest_scroll_whale { background-image: url(spritesmith4.png); - background-position: -931px -1867px; + background-position: -2128px -822px; width: 48px; height: 51px; } .quest_TEMPLATE_FOR_MISSING_IMAGE { background-image: url(spritesmith4.png); - background-position: -697px -2023px; + background-position: -1981px -1869px; width: 221px; height: 39px; } .quest_atom1 { background-image: url(spritesmith4.png); - background-position: -251px -1287px; + background-position: -402px -1287px; width: 250px; height: 150px; } .quest_atom2 { background-image: url(spritesmith4.png); - background-position: -196px -1438px; + background-position: -392px -1438px; width: 207px; height: 138px; } @@ -1578,55 +1584,55 @@ } .quest_dilatory { background-image: url(spritesmith4.png); - background-position: -220px -232px; + background-position: -1025px -660px; width: 219px; height: 219px; } .quest_dilatoryDistress1 { background-image: url(spritesmith4.png); - background-position: -919px -2023px; + background-position: -1981px -1909px; width: 221px; height: 39px; } .quest_dilatoryDistress1_blueFins { background-image: url(spritesmith4.png); - background-position: -1562px -1493px; + background-position: -2226px -1394px; width: 51px; height: 48px; } .quest_dilatoryDistress1_fireCoral { background-image: url(spritesmith4.png); - background-position: -1421px -1867px; + background-position: -2030px -926px; width: 48px; height: 51px; } .quest_dilatoryDistress2 { background-image: url(spritesmith4.png); - background-position: -753px -1287px; + background-position: 0px -1287px; width: 150px; height: 150px; } .quest_dilatoryDistress3 { background-image: url(spritesmith4.png); - background-position: -440px -232px; + background-position: 0px -452px; width: 219px; height: 219px; } .quest_dilatory_derby { background-image: url(spritesmith4.png); - background-position: -660px -672px; + background-position: -1025px -440px; width: 219px; height: 219px; } .quest_egg { background-image: url(spritesmith4.png); - background-position: -1141px -2023px; + background-position: -1757px -1877px; width: 221px; height: 39px; } .quest_egg_plainEgg { background-image: url(spritesmith4.png); - background-position: -1666px -1867px; + background-position: -1981px -978px; width: 48px; height: 51px; } @@ -1638,7 +1644,7 @@ } .quest_evilsanta2 { background-image: url(spritesmith4.png); - background-position: -1025px -440px; + background-position: 0px -672px; width: 219px; height: 219px; } @@ -1650,19 +1656,19 @@ } .quest_goldenknight1 { background-image: url(spritesmith4.png); - background-position: -1363px -2023px; + background-position: -1757px -1917px; width: 221px; height: 39px; } .quest_goldenknight1_testimony { background-image: url(spritesmith4.png); - background-position: -1911px -1867px; + background-position: -2226px -978px; width: 48px; height: 51px; } .quest_goldenknight2 { background-image: url(spritesmith4.png); - background-position: 0px -1287px; + background-position: -151px -1287px; width: 250px; height: 150px; } @@ -1680,7 +1686,7 @@ } .quest_harpy { background-image: url(spritesmith4.png); - background-position: -220px -452px; + background-position: -660px -672px; width: 219px; height: 219px; } @@ -1692,31 +1698,31 @@ } .quest_kraken { background-image: url(spritesmith4.png); - background-position: -1245px -890px; + background-position: -1245px 0px; width: 216px; height: 177px; } .quest_moonstone1 { background-image: url(spritesmith4.png); - background-position: -1585px -2023px; + background-position: -375px -1968px; width: 221px; height: 39px; } .quest_moonstone1_moonstone { background-image: url(spritesmith4.png); - background-position: -2128px -1363px; + background-position: -2281px -84px; width: 30px; height: 30px; } .quest_moonstone2 { background-image: url(spritesmith4.png); - background-position: -440px -452px; + background-position: -805px -440px; width: 219px; height: 219px; } .quest_moonstone3 { background-image: url(spritesmith4.png); - background-position: -805px 0px; + background-position: -1025px 0px; width: 219px; height: 219px; } @@ -1728,7 +1734,7 @@ } .quest_owl { background-image: url(spritesmith4.png); - background-position: -805px -220px; + background-position: -220px -232px; width: 219px; height: 219px; } @@ -1740,7 +1746,7 @@ } .quest_rat { background-image: url(spritesmith4.png); - background-position: -1025px -660px; + background-position: -440px -232px; width: 219px; height: 219px; } @@ -1758,43 +1764,43 @@ } .quest_sheep { background-image: url(spritesmith4.png); - background-position: 0px -232px; + background-position: -220px -452px; width: 219px; height: 219px; } .quest_slime { background-image: url(spritesmith4.png); - background-position: -1025px 0px; + background-position: -440px -452px; width: 219px; height: 219px; } .quest_spider { background-image: url(spritesmith4.png); - background-position: -502px -1287px; + background-position: -653px -1287px; width: 250px; height: 150px; } .quest_stressbeast { background-image: url(spritesmith4.png); - background-position: -440px -672px; + background-position: -805px 0px; width: 219px; height: 219px; } .quest_stressbeast_bailey { background-image: url(spritesmith4.png); - background-position: -220px -672px; + background-position: -805px -220px; width: 219px; height: 219px; } .quest_stressbeast_guide { background-image: url(spritesmith4.png); - background-position: 0px -672px; + background-position: 0px -232px; width: 219px; height: 219px; } .quest_stressbeast_stables { background-image: url(spritesmith4.png); - background-position: -805px -440px; + background-position: -220px -672px; width: 219px; height: 219px; } @@ -1806,577 +1812,577 @@ } .quest_trex_undead { background-image: url(spritesmith4.png); - background-position: -1245px 0px; + background-position: -1245px -890px; width: 216px; height: 177px; } .quest_vice1 { background-image: url(spritesmith4.png); - background-position: -1245px -178px; + background-position: -1245px -356px; width: 216px; height: 177px; } .quest_vice2 { background-image: url(spritesmith4.png); - background-position: -1853px -2023px; + background-position: -597px -1968px; width: 221px; height: 39px; } .quest_vice2_lightCrystal { background-image: url(spritesmith4.png); - background-position: -2120px -853px; + background-position: -2104px -1705px; width: 40px; height: 40px; } .quest_vice3 { background-image: url(spritesmith4.png); - background-position: -1245px -356px; + background-position: -1245px -178px; width: 216px; height: 177px; } .quest_whale { background-image: url(spritesmith4.png); - background-position: 0px -452px; + background-position: -440px -672px; width: 219px; height: 219px; } .shop_copper { background-image: url(spritesmith4.png); - background-position: -2122px -279px; + background-position: -2275px -666px; width: 32px; height: 22px; } .shop_eyes { background-image: url(spritesmith4.png); - background-position: -921px -1971px; + background-position: -2022px -1623px; width: 40px; height: 40px; } .shop_gold { background-image: url(spritesmith4.png); - background-position: -2095px -738px; + background-position: -2275px -689px; width: 32px; height: 22px; } .shop_opaquePotion { background-image: url(spritesmith4.png); - background-position: -839px -1971px; + background-position: -2268px -1582px; width: 40px; height: 40px; } .shop_potion { background-image: url(spritesmith4.png); - background-position: -798px -1971px; + background-position: -2227px -1582px; width: 40px; height: 40px; } .shop_reroll { background-image: url(spritesmith4.png); - background-position: -757px -1971px; + background-position: -2186px -1582px; width: 40px; height: 40px; } .shop_seafoam { background-image: url(spritesmith4.png); - background-position: -2122px -246px; + background-position: -2275px -458px; width: 32px; height: 32px; } .shop_shinySeed { background-image: url(spritesmith4.png); - background-position: -2095px -1363px; + background-position: -2275px -614px; width: 32px; height: 32px; } .shop_silver { background-image: url(spritesmith4.png); - background-position: -2128px -738px; + background-position: -2275px -718px; width: 32px; height: 22px; } .shop_snowball { background-image: url(spritesmith4.png); - background-position: -2095px -1272px; + background-position: -2275px -510px; width: 32px; height: 32px; } .shop_spookDust { background-image: url(spritesmith4.png); - background-position: -2128px -1272px; + background-position: -2275px -562px; width: 32px; height: 32px; } .Pet_Egg_BearCub { background-image: url(spritesmith4.png); - background-position: -1822px -1919px; + background-position: -2226px -1342px; width: 48px; height: 51px; } .Pet_Egg_Bunny { background-image: url(spritesmith4.png); - background-position: -1871px -1919px; + background-position: -1981px -1394px; width: 48px; height: 51px; } .Pet_Egg_Cactus { background-image: url(spritesmith4.png); - background-position: -1920px -1919px; + background-position: -2030px -1394px; width: 48px; height: 51px; } .Pet_Egg_Cuttlefish { background-image: url(spritesmith4.png); - background-position: -1969px -1919px; + background-position: -2079px -1394px; width: 48px; height: 51px; } .Pet_Egg_Deer { background-image: url(spritesmith4.png); - background-position: -2018px -1919px; + background-position: -2128px -1394px; width: 48px; height: 51px; } .Pet_Egg_Dragon { background-image: url(spritesmith4.png); - background-position: -2067px -1919px; + background-position: -2177px -1394px; width: 48px; height: 51px; } .Pet_Egg_Egg { background-image: url(spritesmith4.png); - background-position: 0px -1971px; + background-position: -2177px -1342px; width: 48px; height: 51px; } .Pet_Egg_FlyingPig { background-image: url(spritesmith4.png); - background-position: -1773px -1919px; + background-position: -2128px -1342px; width: 48px; height: 51px; } .Pet_Egg_Fox { background-image: url(spritesmith4.png); - background-position: -1724px -1919px; + background-position: -2079px -1342px; width: 48px; height: 51px; } .Pet_Egg_Gryphon { background-image: url(spritesmith4.png); - background-position: -1675px -1919px; + background-position: -2030px -1342px; width: 48px; height: 51px; } .Pet_Egg_Hedgehog { background-image: url(spritesmith4.png); - background-position: -1626px -1919px; + background-position: -1981px -1342px; width: 48px; height: 51px; } .Pet_Egg_LionCub { background-image: url(spritesmith4.png); - background-position: -1577px -1919px; + background-position: -2226px -1290px; width: 48px; height: 51px; } .Pet_Egg_Octopus { background-image: url(spritesmith4.png); - background-position: -1528px -1919px; + background-position: -2177px -1290px; width: 48px; height: 51px; } .Pet_Egg_Owl { background-image: url(spritesmith4.png); - background-position: -1479px -1919px; + background-position: -2128px -1290px; width: 48px; height: 51px; } .Pet_Egg_PandaCub { background-image: url(spritesmith4.png); - background-position: -1430px -1919px; + background-position: -2079px -1290px; width: 48px; height: 51px; } .Pet_Egg_Parrot { background-image: url(spritesmith4.png); - background-position: -1381px -1919px; + background-position: -2030px -1290px; width: 48px; height: 51px; } .Pet_Egg_Penguin { background-image: url(spritesmith4.png); - background-position: -1332px -1919px; + background-position: -1981px -1290px; width: 48px; height: 51px; } .Pet_Egg_PolarBear { background-image: url(spritesmith4.png); - background-position: -1283px -1919px; + background-position: -2226px -1238px; width: 48px; height: 51px; } .Pet_Egg_Rat { background-image: url(spritesmith4.png); - background-position: -1234px -1919px; + background-position: -2177px -1238px; width: 48px; height: 51px; } .Pet_Egg_Rock { background-image: url(spritesmith4.png); - background-position: -1185px -1919px; + background-position: -2128px -1238px; width: 48px; height: 51px; } .Pet_Egg_Rooster { background-image: url(spritesmith4.png); - background-position: -1136px -1919px; + background-position: -2079px -1238px; width: 48px; height: 51px; } .Pet_Egg_Seahorse { background-image: url(spritesmith4.png); - background-position: -1087px -1919px; + background-position: -2030px -1238px; width: 48px; height: 51px; } .Pet_Egg_Sheep { background-image: url(spritesmith4.png); - background-position: -1038px -1919px; + background-position: -1981px -1238px; width: 48px; height: 51px; } .Pet_Egg_Slime { background-image: url(spritesmith4.png); - background-position: -989px -1919px; + background-position: -2226px -1186px; width: 48px; height: 51px; } .Pet_Egg_Spider { background-image: url(spritesmith4.png); - background-position: -940px -1919px; + background-position: -2177px -1186px; width: 48px; height: 51px; } .Pet_Egg_TRex { background-image: url(spritesmith4.png); - background-position: -842px -1919px; + background-position: -2079px -1186px; width: 48px; height: 51px; } .Pet_Egg_TigerCub { background-image: url(spritesmith4.png); - background-position: -793px -1919px; + background-position: -2030px -1186px; width: 48px; height: 51px; } .Pet_Egg_Whale { background-image: url(spritesmith4.png); - background-position: -744px -1919px; + background-position: -1981px -1186px; width: 48px; height: 51px; } .Pet_Egg_Wolf { background-image: url(spritesmith4.png); - background-position: -695px -1919px; + background-position: -2226px -1134px; width: 48px; height: 51px; } .Pet_Food_Cake_Base { background-image: url(spritesmith4.png); - background-position: -464px -1971px; + background-position: -2247px -1494px; width: 43px; height: 43px; } .Pet_Food_Cake_CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -377px -1971px; + background-position: -1981px -1494px; width: 42px; height: 44px; } .Pet_Food_Cake_CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1581px -601px; + background-position: -2261px -1446px; width: 43px; height: 45px; } .Pet_Food_Cake_Desert { background-image: url(spritesmith4.png); - background-position: -2115px -1783px; + background-position: -2112px -1494px; width: 43px; height: 44px; } .Pet_Food_Cake_Golden { background-image: url(spritesmith4.png); - background-position: -508px -1971px; + background-position: -1981px -1539px; width: 43px; height: 42px; } .Pet_Food_Cake_Red { background-image: url(spritesmith4.png); - background-position: -420px -1971px; + background-position: -2024px -1494px; width: 43px; height: 44px; } .Pet_Food_Cake_Shade { background-image: url(spritesmith4.png); - background-position: -2116px -1919px; + background-position: -2068px -1494px; width: 43px; height: 44px; } .Pet_Food_Cake_Skeleton { background-image: url(spritesmith4.png); - background-position: -1581px -553px; + background-position: -2218px -1446px; width: 42px; height: 47px; } .Pet_Food_Cake_White { background-image: url(spritesmith4.png); - background-position: -286px -1971px; + background-position: -2156px -1494px; width: 44px; height: 44px; } .Pet_Food_Cake_Zombie { background-image: url(spritesmith4.png); - background-position: -331px -1971px; + background-position: -2201px -1494px; width: 45px; height: 44px; } .Pet_Food_Candy_Base { background-image: url(spritesmith4.png); - background-position: -646px -1919px; + background-position: -2177px -1134px; width: 48px; height: 51px; } .Pet_Food_Candy_CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -597px -1919px; + background-position: -2128px -1134px; width: 48px; height: 51px; } .Pet_Food_Candy_CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -548px -1919px; + background-position: -2079px -1134px; width: 48px; height: 51px; } .Pet_Food_Candy_Desert { background-image: url(spritesmith4.png); - background-position: -499px -1919px; + background-position: -2030px -1134px; width: 48px; height: 51px; } .Pet_Food_Candy_Golden { background-image: url(spritesmith4.png); - background-position: -401px -1919px; + background-position: -2229px -1082px; width: 48px; height: 51px; } .Pet_Food_Candy_Red { background-image: url(spritesmith4.png); - background-position: -352px -1919px; + background-position: -2180px -1082px; width: 48px; height: 51px; } .Pet_Food_Candy_Shade { background-image: url(spritesmith4.png); - background-position: -303px -1919px; + background-position: -2131px -1082px; width: 48px; height: 51px; } .Pet_Food_Candy_Skeleton { background-image: url(spritesmith4.png); - background-position: -150px -1919px; + background-position: -2030px -1082px; width: 48px; height: 51px; } .Pet_Food_Candy_White { background-image: url(spritesmith4.png); - background-position: -101px -1919px; + background-position: -1981px -1082px; width: 48px; height: 51px; } .Pet_Food_Candy_Zombie { background-image: url(spritesmith4.png); - background-position: -1862px -1867px; + background-position: -2177px -978px; width: 48px; height: 51px; } .Pet_Food_Chocolate { background-image: url(spritesmith4.png); - background-position: -1617px -1867px; + background-position: -2226px -926px; width: 48px; height: 51px; } .Pet_Food_CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1372px -1867px; + background-position: -1981px -926px; width: 48px; height: 51px; } .Pet_Food_CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1323px -1867px; + background-position: -2226px -874px; width: 48px; height: 51px; } .Pet_Food_Fish { background-image: url(spritesmith4.png); - background-position: -980px -1867px; + background-position: -2177px -822px; width: 48px; height: 51px; } .Pet_Food_Honey { background-image: url(spritesmith4.png); - background-position: -1511px -1384px; + background-position: -2186px -351px; width: 48px; height: 51px; } .Pet_Food_Meat { background-image: url(spritesmith4.png); - background-position: -1568px -924px; + background-position: -2039px -351px; width: 48px; height: 51px; } .Pet_Food_Milk { background-image: url(spritesmith4.png); - background-position: -1568px -809px; + background-position: -2128px -1186px; width: 48px; height: 51px; } .Pet_Food_Potatoe { background-image: url(spritesmith4.png); - background-position: -1029px -1867px; + background-position: -2137px -351px; width: 48px; height: 51px; } .Pet_Food_RottenMeat { background-image: url(spritesmith4.png); - background-position: -1568px -861px; + background-position: -1981px -1134px; width: 48px; height: 51px; } .Pet_Food_Saddle { background-image: url(spritesmith4.png); - background-position: -450px -1919px; + background-position: -2226px -822px; width: 48px; height: 51px; } .Pet_Food_Strawberry { background-image: url(spritesmith4.png); - background-position: -1568px -976px; + background-position: -2235px -351px; width: 48px; height: 51px; } .Mount_Body_BearCub-Base { background-image: url(spritesmith4.png); - background-position: -1625px -636px; + background-position: 0px -1577px; width: 105px; height: 105px; } .Mount_Body_BearCub-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1625px -530px; + background-position: -1350px -1438px; width: 105px; height: 105px; } .Mount_Body_BearCub-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1625px -424px; + background-position: -1456px -1438px; width: 105px; height: 105px; } .Mount_Body_BearCub-Desert { background-image: url(spritesmith4.png); - background-position: -1625px -318px; + background-position: -1625px 0px; width: 105px; height: 105px; } .Mount_Body_BearCub-Golden { background-image: url(spritesmith4.png); - background-position: -1625px -212px; + background-position: -1625px -106px; width: 105px; height: 105px; } .Mount_Body_BearCub-Polar { background-image: url(spritesmith4.png); - background-position: -1625px -106px; + background-position: -1625px -212px; width: 105px; height: 105px; } .Mount_Body_BearCub-Red { background-image: url(spritesmith4.png); - background-position: -1625px 0px; + background-position: -1625px -318px; width: 105px; height: 105px; } .Mount_Body_BearCub-Shade { background-image: url(spritesmith4.png); - background-position: -1456px -1438px; + background-position: -1625px -424px; width: 105px; height: 105px; } .Mount_Body_BearCub-Skeleton { background-image: url(spritesmith4.png); - background-position: -1350px -1438px; + background-position: -1625px -530px; width: 105px; height: 105px; } .Mount_Body_BearCub-White { background-image: url(spritesmith4.png); - background-position: -1244px -1438px; + background-position: -1625px -636px; width: 105px; height: 105px; } .Mount_Body_BearCub-Zombie { background-image: url(spritesmith4.png); - background-position: -1590px -1577px; + background-position: -1625px -742px; width: 105px; height: 105px; } .Mount_Body_Bunny-Base { background-image: url(spritesmith4.png); - background-position: -1484px -1577px; + background-position: -1625px -848px; width: 105px; height: 105px; } .Mount_Body_Bunny-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1378px -1577px; + background-position: -1625px -954px; width: 105px; height: 105px; } .Mount_Body_Bunny-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1272px -1577px; + background-position: -1625px -1060px; width: 105px; height: 105px; } .Mount_Body_Bunny-Desert { background-image: url(spritesmith4.png); - background-position: -1166px -1577px; + background-position: -1625px -1166px; width: 105px; height: 105px; } .Mount_Body_Bunny-Golden { background-image: url(spritesmith4.png); - background-position: -1060px -1577px; + background-position: -1625px -1272px; width: 105px; height: 105px; } .Mount_Body_Bunny-Red { background-image: url(spritesmith4.png); - background-position: -954px -1577px; + background-position: -1244px -1438px; width: 105px; height: 105px; } .Mount_Body_Bunny-Shade { background-image: url(spritesmith4.png); - background-position: -742px -1577px; + background-position: -212px -1577px; width: 105px; height: 105px; } .Mount_Body_Bunny-Skeleton { background-image: url(spritesmith4.png); - background-position: -636px -1577px; + background-position: -424px -1577px; width: 105px; height: 105px; } @@ -2388,73 +2394,73 @@ } .Mount_Body_Bunny-Zombie { background-image: url(spritesmith4.png); - background-position: -424px -1577px; + background-position: -636px -1577px; width: 105px; height: 105px; } .Mount_Body_Cactus-Base { background-image: url(spritesmith4.png); - background-position: -318px -1577px; + background-position: -742px -1577px; width: 105px; height: 105px; } .Mount_Body_Cactus-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -212px -1577px; + background-position: -954px -1577px; width: 105px; height: 105px; } .Mount_Body_Cactus-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -106px -1577px; + background-position: -1060px -1577px; width: 105px; height: 105px; } .Mount_Body_Cactus-Desert { background-image: url(spritesmith4.png); - background-position: 0px -1577px; + background-position: -1166px -1577px; width: 105px; height: 105px; } .Mount_Body_Cactus-Golden { background-image: url(spritesmith4.png); - background-position: -1625px -1378px; + background-position: -1272px -1577px; width: 105px; height: 105px; } .Mount_Body_Cactus-Red { background-image: url(spritesmith4.png); - background-position: -1625px -1272px; + background-position: -1378px -1577px; width: 105px; height: 105px; } .Mount_Body_Cactus-Shade { background-image: url(spritesmith4.png); - background-position: -1625px -1166px; + background-position: -1484px -1577px; width: 105px; height: 105px; } .Mount_Body_Cactus-Skeleton { background-image: url(spritesmith4.png); - background-position: -1625px -1060px; + background-position: -848px -1577px; width: 105px; height: 105px; } .Mount_Body_Cactus-White { background-image: url(spritesmith4.png); - background-position: -1625px -954px; + background-position: -106px -1577px; width: 105px; height: 105px; } .Mount_Body_Cactus-Zombie { background-image: url(spritesmith4.png); - background-position: -1625px -848px; + background-position: -1625px -1378px; width: 105px; height: 105px; } .Mount_Body_Cuttlefish-Base { background-image: url(spritesmith4.png); - background-position: -660px -452px; + background-position: -1462px -1039px; width: 105px; height: 114px; } @@ -2466,19 +2472,19 @@ } .Mount_Body_Cuttlefish-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1462px -1039px; + background-position: -812px -1438px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-Desert { background-image: url(spritesmith4.png); - background-position: -1462px -1269px; + background-position: -706px -1438px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-Golden { background-image: url(spritesmith4.png); - background-position: -1462px -809px; + background-position: -600px -1438px; width: 105px; height: 114px; } @@ -2490,31 +2496,25 @@ } .Mount_Body_Cuttlefish-Shade { background-image: url(spritesmith4.png); - background-position: -600px -1438px; + background-position: -660px -452px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-Skeleton { background-image: url(spritesmith4.png); - background-position: -706px -1438px; + background-position: -1462px -1269px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-White { background-image: url(spritesmith4.png); - background-position: -1462px -1154px; + background-position: -1462px -809px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-Zombie { background-image: url(spritesmith4.png); - background-position: -812px -1438px; + background-position: -1462px -1154px; width: 105px; height: 114px; } -.Mount_Body_Deer-Base { - background-image: url(spritesmith4.png); - background-position: -1625px -742px; - width: 105px; - height: 105px; -} diff --git a/common/dist/sprites/spritesmith4.png b/common/dist/sprites/spritesmith4.png index e022bb6916..9f3b9b8016 100644 Binary files a/common/dist/sprites/spritesmith4.png and b/common/dist/sprites/spritesmith4.png differ diff --git a/common/dist/sprites/spritesmith5.css b/common/dist/sprites/spritesmith5.css index 88e7ee9710..40b9c06dd5 100644 --- a/common/dist/sprites/spritesmith5.css +++ b/common/dist/sprites/spritesmith5.css @@ -1,468 +1,474 @@ -.Mount_Body_Deer-CottonCandyBlue { +.Mount_Body_Deer-Base { background-image: url(spritesmith5.png); - background-position: -218px -995px; + background-position: -324px -995px; width: 105px; height: 105px; } -.Mount_Body_Deer-CottonCandyPink { +.Mount_Body_Deer-CottonCandyBlue { background-image: url(spritesmith5.png); background-position: -848px -1525px; width: 105px; height: 105px; } -.Mount_Body_Deer-Desert { - background-image: url(spritesmith5.png); - background-position: -530px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Deer-Golden { +.Mount_Body_Deer-CottonCandyPink { background-image: url(spritesmith5.png); background-position: -636px -1525px; width: 105px; height: 105px; } -.Mount_Body_Deer-Red { +.Mount_Body_Deer-Desert { background-image: url(spritesmith5.png); background-position: -742px -1525px; width: 105px; height: 105px; } -.Mount_Body_Deer-Shade { +.Mount_Body_Deer-Golden { background-image: url(spritesmith5.png); background-position: -954px -1525px; width: 105px; height: 105px; } -.Mount_Body_Deer-Skeleton { +.Mount_Body_Deer-Red { background-image: url(spritesmith5.png); background-position: -1060px -1525px; width: 105px; height: 105px; } -.Mount_Body_Deer-White { +.Mount_Body_Deer-Shade { background-image: url(spritesmith5.png); background-position: -1166px -1525px; width: 105px; height: 105px; } -.Mount_Body_Deer-Zombie { +.Mount_Body_Deer-Skeleton { background-image: url(spritesmith5.png); background-position: -1272px -1525px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Base { +.Mount_Body_Deer-White { background-image: url(spritesmith5.png); background-position: -1378px -1525px; width: 105px; height: 105px; } -.Mount_Body_Dragon-CottonCandyBlue { +.Mount_Body_Deer-Zombie { background-image: url(spritesmith5.png); background-position: -1484px -1525px; width: 105px; height: 105px; } -.Mount_Body_Dragon-CottonCandyPink { +.Mount_Body_Dragon-Base { background-image: url(spritesmith5.png); - background-position: -636px -1631px; + background-position: -1634px 0px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Desert { +.Mount_Body_Dragon-CottonCandyBlue { background-image: url(spritesmith5.png); background-position: -742px -1631px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Golden { +.Mount_Body_Dragon-CottonCandyPink { background-image: url(spritesmith5.png); background-position: -848px -1631px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Red { +.Mount_Body_Dragon-Desert { background-image: url(spritesmith5.png); background-position: -954px -1631px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Shade { +.Mount_Body_Dragon-Golden { background-image: url(spritesmith5.png); background-position: -1060px -1631px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Skeleton { +.Mount_Body_Dragon-Red { background-image: url(spritesmith5.png); background-position: -1166px -1631px; width: 105px; height: 105px; } -.Mount_Body_Dragon-White { +.Mount_Body_Dragon-Shade { background-image: url(spritesmith5.png); background-position: -1272px -1631px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Zombie { +.Mount_Body_Dragon-Skeleton { background-image: url(spritesmith5.png); background-position: -1378px -1631px; width: 105px; height: 105px; } -.Mount_Body_Egg-Base { +.Mount_Body_Dragon-White { background-image: url(spritesmith5.png); background-position: -1484px -1631px; width: 105px; height: 105px; } -.Mount_Body_Egg-CottonCandyBlue { +.Mount_Body_Dragon-Zombie { background-image: url(spritesmith5.png); background-position: -1590px -1631px; width: 105px; height: 105px; } -.Mount_Body_Egg-CottonCandyPink { +.Mount_Body_Egg-Base { background-image: url(spritesmith5.png); - background-position: -1590px -1737px; + background-position: -1740px 0px; width: 105px; height: 105px; } -.Mount_Body_Egg-Desert { +.Mount_Body_Egg-CottonCandyBlue { background-image: url(spritesmith5.png); background-position: -1696px -1737px; width: 105px; height: 105px; } -.Mount_Body_Egg-Golden { +.Mount_Body_Egg-CottonCandyPink { background-image: url(spritesmith5.png); background-position: -1846px 0px; width: 105px; height: 105px; } -.Mount_Body_Egg-Red { +.Mount_Body_Egg-Desert { background-image: url(spritesmith5.png); background-position: -1846px -106px; width: 105px; height: 105px; } -.Mount_Body_Egg-Shade { +.Mount_Body_Egg-Golden { background-image: url(spritesmith5.png); background-position: -1846px -212px; width: 105px; height: 105px; } -.Mount_Body_Egg-Skeleton { +.Mount_Body_Egg-Red { background-image: url(spritesmith5.png); background-position: -1846px -318px; width: 105px; height: 105px; } -.Mount_Body_Egg-White { +.Mount_Body_Egg-Shade { background-image: url(spritesmith5.png); background-position: -1846px -424px; width: 105px; height: 105px; } -.Mount_Body_Egg-Zombie { +.Mount_Body_Egg-Skeleton { background-image: url(spritesmith5.png); background-position: -1846px -530px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-Base { +.Mount_Body_Egg-White { background-image: url(spritesmith5.png); background-position: -1846px -636px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-CottonCandyBlue { +.Mount_Body_Egg-Zombie { background-image: url(spritesmith5.png); background-position: -1846px -742px; width: 105px; height: 105px; } +.Mount_Body_FlyingPig-Base { + background-image: url(spritesmith5.png); + background-position: -1846px -848px; + width: 105px; + height: 105px; +} +.Mount_Body_FlyingPig-CottonCandyBlue { + background-image: url(spritesmith5.png); + background-position: -2058px -1696px; + width: 105px; + height: 105px; +} .Mount_Body_FlyingPig-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -2058px -1590px; + background-position: 0px -2055px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Desert { background-image: url(spritesmith5.png); - background-position: -2058px -1908px; + background-position: -212px -668px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Golden { background-image: url(spritesmith5.png); - background-position: -212px -668px; + background-position: -318px -668px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Red { background-image: url(spritesmith5.png); - background-position: -318px -668px; + background-position: -424px -668px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Shade { background-image: url(spritesmith5.png); - background-position: -424px -668px; + background-position: -530px -668px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Skeleton { background-image: url(spritesmith5.png); - background-position: -530px -668px; + background-position: -636px -668px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-White { background-image: url(spritesmith5.png); - background-position: -636px -668px; + background-position: -786px 0px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Zombie { background-image: url(spritesmith5.png); - background-position: -786px 0px; + background-position: -786px -106px; width: 105px; height: 105px; } .Mount_Body_Fox-Base { background-image: url(spritesmith5.png); - background-position: -786px -106px; + background-position: -786px -212px; width: 105px; height: 105px; } .Mount_Body_Fox-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -786px -212px; + background-position: -786px -318px; width: 105px; height: 105px; } .Mount_Body_Fox-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -786px -318px; + background-position: -786px -424px; width: 105px; height: 105px; } .Mount_Body_Fox-Desert { background-image: url(spritesmith5.png); - background-position: -786px -424px; + background-position: -786px -530px; width: 105px; height: 105px; } .Mount_Body_Fox-Golden { background-image: url(spritesmith5.png); - background-position: -786px -530px; + background-position: -786px -636px; width: 105px; height: 105px; } .Mount_Body_Fox-Red { background-image: url(spritesmith5.png); - background-position: -786px -636px; + background-position: 0px -783px; width: 105px; height: 105px; } .Mount_Body_Fox-Shade { background-image: url(spritesmith5.png); - background-position: 0px -783px; + background-position: -106px -783px; width: 105px; height: 105px; } .Mount_Body_Fox-Skeleton { background-image: url(spritesmith5.png); - background-position: -106px -783px; + background-position: -212px -783px; width: 105px; height: 105px; } .Mount_Body_Fox-White { background-image: url(spritesmith5.png); - background-position: -212px -783px; + background-position: -318px -783px; width: 105px; height: 105px; } .Mount_Body_Fox-Zombie { background-image: url(spritesmith5.png); - background-position: -318px -783px; + background-position: -424px -783px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Base { background-image: url(spritesmith5.png); - background-position: -424px -783px; + background-position: -530px -783px; width: 105px; height: 105px; } .Mount_Body_Gryphon-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -530px -783px; + background-position: -636px -783px; width: 105px; height: 105px; } .Mount_Body_Gryphon-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -636px -783px; + background-position: -742px -783px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Desert { background-image: url(spritesmith5.png); - background-position: -742px -783px; + background-position: -892px 0px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Golden { background-image: url(spritesmith5.png); - background-position: -892px 0px; + background-position: -892px -106px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Red { background-image: url(spritesmith5.png); - background-position: -892px -106px; + background-position: -892px -212px; width: 105px; height: 105px; } .Mount_Body_Gryphon-RoyalPurple { background-image: url(spritesmith5.png); - background-position: -892px -212px; + background-position: -892px -318px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Shade { background-image: url(spritesmith5.png); - background-position: -892px -318px; + background-position: -892px -424px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Skeleton { background-image: url(spritesmith5.png); - background-position: -892px -424px; + background-position: -892px -530px; width: 105px; height: 105px; } .Mount_Body_Gryphon-White { background-image: url(spritesmith5.png); - background-position: -892px -530px; + background-position: -892px -636px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Zombie { background-image: url(spritesmith5.png); - background-position: -892px -636px; + background-position: -892px -742px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Base { background-image: url(spritesmith5.png); - background-position: -892px -742px; + background-position: 0px -889px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: 0px -889px; + background-position: -106px -889px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -106px -889px; + background-position: -212px -889px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Desert { background-image: url(spritesmith5.png); - background-position: -212px -889px; + background-position: -318px -889px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Golden { background-image: url(spritesmith5.png); - background-position: -318px -889px; + background-position: -424px -889px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Red { background-image: url(spritesmith5.png); - background-position: -424px -889px; + background-position: -530px -889px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Shade { background-image: url(spritesmith5.png); - background-position: -530px -889px; + background-position: -636px -889px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Skeleton { background-image: url(spritesmith5.png); - background-position: -636px -889px; + background-position: -742px -889px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-White { background-image: url(spritesmith5.png); - background-position: -742px -889px; + background-position: -848px -889px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Zombie { background-image: url(spritesmith5.png); - background-position: -848px -889px; + background-position: -998px 0px; width: 105px; height: 105px; } .Mount_Body_LionCub-Base { background-image: url(spritesmith5.png); - background-position: -998px 0px; + background-position: -998px -106px; width: 105px; height: 105px; } .Mount_Body_LionCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -998px -106px; + background-position: -998px -212px; width: 105px; height: 105px; } .Mount_Body_LionCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -998px -212px; + background-position: -998px -318px; width: 105px; height: 105px; } .Mount_Body_LionCub-Desert { background-image: url(spritesmith5.png); - background-position: -998px -318px; + background-position: -998px -424px; width: 105px; height: 105px; } .Mount_Body_LionCub-Ethereal { background-image: url(spritesmith5.png); - background-position: -998px -424px; + background-position: -998px -530px; width: 105px; height: 105px; } .Mount_Body_LionCub-Golden { background-image: url(spritesmith5.png); - background-position: -998px -530px; + background-position: -998px -636px; width: 105px; height: 105px; } .Mount_Body_LionCub-Red { background-image: url(spritesmith5.png); - background-position: -998px -636px; + background-position: -998px -742px; width: 105px; height: 105px; } .Mount_Body_LionCub-Shade { background-image: url(spritesmith5.png); - background-position: -998px -742px; + background-position: -998px -848px; width: 105px; height: 105px; } @@ -474,13 +480,13 @@ } .Mount_Body_LionCub-White { background-image: url(spritesmith5.png); - background-position: -998px -848px; + background-position: -112px -995px; width: 105px; height: 105px; } .Mount_Body_LionCub-Zombie { background-image: url(spritesmith5.png); - background-position: -112px -995px; + background-position: -218px -995px; width: 105px; height: 105px; } @@ -492,733 +498,733 @@ } .Mount_Body_MantisShrimp-Base { background-image: url(spritesmith5.png); - background-position: -324px -995px; + background-position: -430px -995px; width: 108px; height: 105px; } .Mount_Body_Octopus-Base { background-image: url(spritesmith5.png); - background-position: -433px -995px; + background-position: -539px -995px; width: 105px; height: 105px; } .Mount_Body_Octopus-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -539px -995px; + background-position: -645px -995px; width: 105px; height: 105px; } .Mount_Body_Octopus-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -645px -995px; + background-position: -751px -995px; width: 105px; height: 105px; } .Mount_Body_Octopus-Desert { background-image: url(spritesmith5.png); - background-position: -751px -995px; + background-position: -857px -995px; width: 105px; height: 105px; } .Mount_Body_Octopus-Golden { background-image: url(spritesmith5.png); - background-position: -857px -995px; + background-position: -963px -995px; width: 105px; height: 105px; } .Mount_Body_Octopus-Red { background-image: url(spritesmith5.png); - background-position: -963px -995px; + background-position: -1104px 0px; width: 105px; height: 105px; } .Mount_Body_Octopus-Shade { background-image: url(spritesmith5.png); - background-position: -1104px 0px; + background-position: -1104px -106px; width: 105px; height: 105px; } .Mount_Body_Octopus-Skeleton { background-image: url(spritesmith5.png); - background-position: -1104px -106px; + background-position: -1104px -212px; width: 105px; height: 105px; } .Mount_Body_Octopus-White { background-image: url(spritesmith5.png); - background-position: -1104px -212px; + background-position: -1104px -318px; width: 105px; height: 105px; } .Mount_Body_Octopus-Zombie { background-image: url(spritesmith5.png); - background-position: -1104px -318px; + background-position: -1104px -424px; width: 105px; height: 105px; } .Mount_Body_Orca-Base { background-image: url(spritesmith5.png); - background-position: -1104px -424px; + background-position: -1104px -530px; width: 105px; height: 105px; } .Mount_Body_Owl-Base { background-image: url(spritesmith5.png); - background-position: -1104px -530px; + background-position: -1104px -636px; width: 105px; height: 105px; } .Mount_Body_Owl-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1104px -636px; + background-position: -1104px -742px; width: 105px; height: 105px; } .Mount_Body_Owl-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1104px -742px; + background-position: -1104px -848px; width: 105px; height: 105px; } .Mount_Body_Owl-Desert { background-image: url(spritesmith5.png); - background-position: -1104px -848px; + background-position: -1104px -954px; width: 105px; height: 105px; } .Mount_Body_Owl-Golden { background-image: url(spritesmith5.png); - background-position: -1104px -954px; + background-position: 0px -1101px; width: 105px; height: 105px; } .Mount_Body_Owl-Red { background-image: url(spritesmith5.png); - background-position: 0px -1101px; + background-position: -106px -1101px; width: 105px; height: 105px; } .Mount_Body_Owl-Shade { background-image: url(spritesmith5.png); - background-position: -106px -1101px; + background-position: -212px -1101px; width: 105px; height: 105px; } .Mount_Body_Owl-Skeleton { background-image: url(spritesmith5.png); - background-position: -212px -1101px; + background-position: -318px -1101px; width: 105px; height: 105px; } .Mount_Body_Owl-White { background-image: url(spritesmith5.png); - background-position: -318px -1101px; + background-position: -424px -1101px; width: 105px; height: 105px; } .Mount_Body_Owl-Zombie { background-image: url(spritesmith5.png); - background-position: -424px -1101px; + background-position: -530px -1101px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Base { background-image: url(spritesmith5.png); - background-position: -530px -1101px; + background-position: -636px -1101px; width: 105px; height: 105px; } .Mount_Body_PandaCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -636px -1101px; + background-position: -742px -1101px; width: 105px; height: 105px; } .Mount_Body_PandaCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -742px -1101px; + background-position: -848px -1101px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Desert { background-image: url(spritesmith5.png); - background-position: -848px -1101px; + background-position: -954px -1101px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Golden { background-image: url(spritesmith5.png); - background-position: -954px -1101px; + background-position: -1060px -1101px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Red { background-image: url(spritesmith5.png); - background-position: -1060px -1101px; + background-position: -1210px 0px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Shade { background-image: url(spritesmith5.png); - background-position: -1210px 0px; + background-position: -1210px -106px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1210px -106px; + background-position: -1210px -212px; width: 105px; height: 105px; } .Mount_Body_PandaCub-White { background-image: url(spritesmith5.png); - background-position: -1210px -212px; + background-position: -1210px -318px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Zombie { background-image: url(spritesmith5.png); - background-position: -1210px -318px; + background-position: -1210px -424px; width: 105px; height: 105px; } .Mount_Body_Parrot-Base { background-image: url(spritesmith5.png); - background-position: -1210px -424px; + background-position: -1210px -530px; width: 105px; height: 105px; } .Mount_Body_Parrot-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1210px -530px; + background-position: -1210px -636px; width: 105px; height: 105px; } .Mount_Body_Parrot-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1210px -636px; + background-position: -1210px -742px; width: 105px; height: 105px; } .Mount_Body_Parrot-Desert { background-image: url(spritesmith5.png); - background-position: -1210px -742px; + background-position: -1210px -848px; width: 105px; height: 105px; } .Mount_Body_Parrot-Golden { background-image: url(spritesmith5.png); - background-position: -1210px -848px; + background-position: -1210px -954px; width: 105px; height: 105px; } .Mount_Body_Parrot-Red { background-image: url(spritesmith5.png); - background-position: -1210px -954px; + background-position: -1210px -1060px; width: 105px; height: 105px; } .Mount_Body_Parrot-Shade { background-image: url(spritesmith5.png); - background-position: -1210px -1060px; + background-position: 0px -1207px; width: 105px; height: 105px; } .Mount_Body_Parrot-Skeleton { background-image: url(spritesmith5.png); - background-position: 0px -1207px; + background-position: -106px -1207px; width: 105px; height: 105px; } .Mount_Body_Parrot-White { background-image: url(spritesmith5.png); - background-position: -106px -1207px; + background-position: -212px -1207px; width: 105px; height: 105px; } .Mount_Body_Parrot-Zombie { background-image: url(spritesmith5.png); - background-position: -212px -1207px; + background-position: -318px -1207px; width: 105px; height: 105px; } .Mount_Body_Penguin-Base { background-image: url(spritesmith5.png); - background-position: -318px -1207px; + background-position: -424px -1207px; width: 105px; height: 105px; } .Mount_Body_Penguin-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -424px -1207px; + background-position: -530px -1207px; width: 105px; height: 105px; } .Mount_Body_Penguin-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -530px -1207px; + background-position: -636px -1207px; width: 105px; height: 105px; } .Mount_Body_Penguin-Desert { background-image: url(spritesmith5.png); - background-position: -636px -1207px; + background-position: -742px -1207px; width: 105px; height: 105px; } .Mount_Body_Penguin-Golden { background-image: url(spritesmith5.png); - background-position: -742px -1207px; + background-position: -848px -1207px; width: 105px; height: 105px; } .Mount_Body_Penguin-Red { background-image: url(spritesmith5.png); - background-position: -848px -1207px; + background-position: -954px -1207px; width: 105px; height: 105px; } .Mount_Body_Penguin-Shade { background-image: url(spritesmith5.png); - background-position: -954px -1207px; + background-position: -1060px -1207px; width: 105px; height: 105px; } .Mount_Body_Penguin-Skeleton { background-image: url(spritesmith5.png); - background-position: -1060px -1207px; + background-position: -1166px -1207px; width: 105px; height: 105px; } .Mount_Body_Penguin-White { background-image: url(spritesmith5.png); - background-position: -1166px -1207px; + background-position: -1316px 0px; width: 105px; height: 105px; } .Mount_Body_Penguin-Zombie { background-image: url(spritesmith5.png); - background-position: -1316px 0px; + background-position: -1316px -106px; width: 105px; height: 105px; } .Mount_Body_Rat-Base { background-image: url(spritesmith5.png); - background-position: -1316px -106px; + background-position: -1316px -212px; width: 105px; height: 105px; } .Mount_Body_Rat-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1316px -212px; + background-position: -1316px -318px; width: 105px; height: 105px; } .Mount_Body_Rat-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1316px -318px; + background-position: -1316px -424px; width: 105px; height: 105px; } .Mount_Body_Rat-Desert { background-image: url(spritesmith5.png); - background-position: -1316px -424px; + background-position: -1316px -530px; width: 105px; height: 105px; } .Mount_Body_Rat-Golden { background-image: url(spritesmith5.png); - background-position: -1316px -530px; + background-position: -1316px -636px; width: 105px; height: 105px; } .Mount_Body_Rat-Red { background-image: url(spritesmith5.png); - background-position: -1316px -636px; + background-position: -1316px -742px; width: 105px; height: 105px; } .Mount_Body_Rat-Shade { background-image: url(spritesmith5.png); - background-position: -1316px -742px; + background-position: -1316px -848px; width: 105px; height: 105px; } .Mount_Body_Rat-Skeleton { background-image: url(spritesmith5.png); - background-position: -1316px -848px; + background-position: -1316px -954px; width: 105px; height: 105px; } .Mount_Body_Rat-White { background-image: url(spritesmith5.png); - background-position: -1316px -954px; + background-position: -1316px -1060px; width: 105px; height: 105px; } .Mount_Body_Rat-Zombie { background-image: url(spritesmith5.png); - background-position: -1316px -1060px; + background-position: -1316px -1166px; width: 105px; height: 105px; } .Mount_Body_Rock-Base { background-image: url(spritesmith5.png); - background-position: -1316px -1166px; + background-position: 0px -1313px; width: 105px; height: 105px; } .Mount_Body_Rock-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: 0px -1313px; + background-position: -106px -1313px; width: 105px; height: 105px; } .Mount_Body_Rock-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -106px -1313px; + background-position: -212px -1313px; width: 105px; height: 105px; } .Mount_Body_Rock-Desert { background-image: url(spritesmith5.png); - background-position: -212px -1313px; + background-position: -318px -1313px; width: 105px; height: 105px; } .Mount_Body_Rock-Golden { background-image: url(spritesmith5.png); - background-position: -318px -1313px; + background-position: -424px -1313px; width: 105px; height: 105px; } .Mount_Body_Rock-Red { background-image: url(spritesmith5.png); - background-position: -424px -1313px; + background-position: -530px -1313px; width: 105px; height: 105px; } .Mount_Body_Rock-Shade { background-image: url(spritesmith5.png); - background-position: -530px -1313px; + background-position: -636px -1313px; width: 105px; height: 105px; } .Mount_Body_Rock-Skeleton { background-image: url(spritesmith5.png); - background-position: -636px -1313px; + background-position: -742px -1313px; width: 105px; height: 105px; } .Mount_Body_Rock-White { background-image: url(spritesmith5.png); - background-position: -742px -1313px; + background-position: -848px -1313px; width: 105px; height: 105px; } .Mount_Body_Rock-Zombie { background-image: url(spritesmith5.png); - background-position: -848px -1313px; + background-position: -954px -1313px; width: 105px; height: 105px; } .Mount_Body_Rooster-Base { background-image: url(spritesmith5.png); - background-position: -954px -1313px; + background-position: -1060px -1313px; width: 105px; height: 105px; } .Mount_Body_Rooster-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1060px -1313px; + background-position: -1166px -1313px; width: 105px; height: 105px; } .Mount_Body_Rooster-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1166px -1313px; + background-position: -1272px -1313px; width: 105px; height: 105px; } .Mount_Body_Rooster-Desert { background-image: url(spritesmith5.png); - background-position: -1272px -1313px; + background-position: -1422px 0px; width: 105px; height: 105px; } .Mount_Body_Rooster-Golden { background-image: url(spritesmith5.png); - background-position: -1422px 0px; + background-position: -1422px -106px; width: 105px; height: 105px; } .Mount_Body_Rooster-Red { background-image: url(spritesmith5.png); - background-position: -1422px -106px; + background-position: -1422px -212px; width: 105px; height: 105px; } .Mount_Body_Rooster-Shade { background-image: url(spritesmith5.png); - background-position: -1422px -212px; + background-position: -1422px -318px; width: 105px; height: 105px; } .Mount_Body_Rooster-Skeleton { background-image: url(spritesmith5.png); - background-position: -1422px -318px; + background-position: -1422px -424px; width: 105px; height: 105px; } .Mount_Body_Rooster-White { background-image: url(spritesmith5.png); - background-position: -1422px -424px; + background-position: -1422px -530px; width: 105px; height: 105px; } .Mount_Body_Rooster-Zombie { background-image: url(spritesmith5.png); - background-position: -1422px -530px; + background-position: -1422px -636px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Base { background-image: url(spritesmith5.png); - background-position: -1422px -636px; + background-position: -1422px -742px; width: 105px; height: 105px; } .Mount_Body_Seahorse-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1422px -742px; + background-position: -1422px -848px; width: 105px; height: 105px; } .Mount_Body_Seahorse-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1422px -848px; + background-position: -1422px -954px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Desert { background-image: url(spritesmith5.png); - background-position: -1422px -954px; + background-position: -1422px -1060px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Golden { background-image: url(spritesmith5.png); - background-position: -1422px -1060px; + background-position: -1422px -1166px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Red { background-image: url(spritesmith5.png); - background-position: -1422px -1166px; + background-position: -1422px -1272px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Shade { background-image: url(spritesmith5.png); - background-position: -1422px -1272px; + background-position: 0px -1419px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Skeleton { background-image: url(spritesmith5.png); - background-position: 0px -1419px; + background-position: -106px -1419px; width: 105px; height: 105px; } .Mount_Body_Seahorse-White { background-image: url(spritesmith5.png); - background-position: -106px -1419px; + background-position: -212px -1419px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Zombie { background-image: url(spritesmith5.png); - background-position: -212px -1419px; + background-position: -318px -1419px; width: 105px; height: 105px; } .Mount_Body_Sheep-Base { background-image: url(spritesmith5.png); - background-position: -318px -1419px; + background-position: -424px -1419px; width: 105px; height: 105px; } .Mount_Body_Sheep-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -424px -1419px; + background-position: -530px -1419px; width: 105px; height: 105px; } .Mount_Body_Sheep-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -530px -1419px; + background-position: -636px -1419px; width: 105px; height: 105px; } .Mount_Body_Sheep-Desert { background-image: url(spritesmith5.png); - background-position: -636px -1419px; + background-position: -742px -1419px; width: 105px; height: 105px; } .Mount_Body_Sheep-Golden { background-image: url(spritesmith5.png); - background-position: -742px -1419px; + background-position: -848px -1419px; width: 105px; height: 105px; } .Mount_Body_Sheep-Red { background-image: url(spritesmith5.png); - background-position: -848px -1419px; + background-position: -954px -1419px; width: 105px; height: 105px; } .Mount_Body_Sheep-Shade { background-image: url(spritesmith5.png); - background-position: -954px -1419px; + background-position: -1060px -1419px; width: 105px; height: 105px; } .Mount_Body_Sheep-Skeleton { background-image: url(spritesmith5.png); - background-position: -1060px -1419px; + background-position: -1166px -1419px; width: 105px; height: 105px; } .Mount_Body_Sheep-White { background-image: url(spritesmith5.png); - background-position: -1166px -1419px; + background-position: -1272px -1419px; width: 105px; height: 105px; } .Mount_Body_Sheep-Zombie { background-image: url(spritesmith5.png); - background-position: -1272px -1419px; + background-position: -1378px -1419px; width: 105px; height: 105px; } .Mount_Body_Slime-Base { background-image: url(spritesmith5.png); - background-position: -1378px -1419px; + background-position: -1528px 0px; width: 105px; height: 105px; } .Mount_Body_Slime-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1528px 0px; + background-position: -1528px -106px; width: 105px; height: 105px; } .Mount_Body_Slime-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1528px -106px; + background-position: -1528px -212px; width: 105px; height: 105px; } .Mount_Body_Slime-Desert { background-image: url(spritesmith5.png); - background-position: -1528px -212px; + background-position: -1528px -318px; width: 105px; height: 105px; } .Mount_Body_Slime-Golden { background-image: url(spritesmith5.png); - background-position: -1528px -318px; + background-position: -1528px -424px; width: 105px; height: 105px; } .Mount_Body_Slime-Red { background-image: url(spritesmith5.png); - background-position: -1528px -424px; + background-position: -1528px -530px; width: 105px; height: 105px; } .Mount_Body_Slime-Shade { background-image: url(spritesmith5.png); - background-position: -1528px -530px; + background-position: -1528px -636px; width: 105px; height: 105px; } .Mount_Body_Slime-Skeleton { background-image: url(spritesmith5.png); - background-position: -1528px -636px; + background-position: -1528px -742px; width: 105px; height: 105px; } .Mount_Body_Slime-White { background-image: url(spritesmith5.png); - background-position: -1528px -742px; + background-position: -1528px -848px; width: 105px; height: 105px; } .Mount_Body_Slime-Zombie { background-image: url(spritesmith5.png); - background-position: -1528px -848px; + background-position: -1528px -954px; width: 105px; height: 105px; } .Mount_Body_Spider-Base { background-image: url(spritesmith5.png); - background-position: -1528px -954px; + background-position: -1528px -1060px; width: 105px; height: 105px; } .Mount_Body_Spider-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1528px -1060px; + background-position: -1528px -1166px; width: 105px; height: 105px; } .Mount_Body_Spider-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1528px -1166px; + background-position: -1528px -1272px; width: 105px; height: 105px; } .Mount_Body_Spider-Desert { background-image: url(spritesmith5.png); - background-position: -1528px -1272px; + background-position: -1528px -1378px; width: 105px; height: 105px; } .Mount_Body_Spider-Golden { background-image: url(spritesmith5.png); - background-position: -1528px -1378px; + background-position: 0px -1525px; width: 105px; height: 105px; } .Mount_Body_Spider-Red { background-image: url(spritesmith5.png); - background-position: 0px -1525px; + background-position: -106px -1525px; width: 105px; height: 105px; } .Mount_Body_Spider-Shade { background-image: url(spritesmith5.png); - background-position: -106px -1525px; + background-position: -212px -1525px; width: 105px; height: 105px; } .Mount_Body_Spider-Skeleton { background-image: url(spritesmith5.png); - background-position: -212px -1525px; + background-position: -318px -1525px; width: 105px; height: 105px; } .Mount_Body_Spider-White { background-image: url(spritesmith5.png); - background-position: -318px -1525px; + background-position: -424px -1525px; width: 105px; height: 105px; } .Mount_Body_Spider-Zombie { background-image: url(spritesmith5.png); - background-position: -424px -1525px; + background-position: -530px -1525px; width: 105px; height: 105px; } @@ -1236,13 +1242,13 @@ } .Mount_Body_TRex-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -272px 0px; + background-position: -136px 0px; width: 135px; height: 135px; } .Mount_Body_TRex-Desert { background-image: url(spritesmith5.png); - background-position: -136px 0px; + background-position: -272px 0px; width: 135px; height: 135px; } @@ -1284,127 +1290,127 @@ } .Mount_Body_TigerCub-Base { background-image: url(spritesmith5.png); - background-position: -1634px 0px; + background-position: -1634px -106px; width: 105px; height: 105px; } .Mount_Body_TigerCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1634px -106px; + background-position: -1634px -212px; width: 105px; height: 105px; } .Mount_Body_TigerCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1634px -212px; + background-position: -1634px -318px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Desert { background-image: url(spritesmith5.png); - background-position: -1634px -318px; + background-position: -1634px -424px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Golden { background-image: url(spritesmith5.png); - background-position: -1634px -424px; + background-position: -1634px -530px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Red { background-image: url(spritesmith5.png); - background-position: -1634px -530px; + background-position: -1634px -636px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Shade { background-image: url(spritesmith5.png); - background-position: -1634px -636px; + background-position: -1634px -742px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1634px -742px; + background-position: -1634px -848px; width: 105px; height: 105px; } .Mount_Body_TigerCub-White { background-image: url(spritesmith5.png); - background-position: -1634px -848px; + background-position: -1634px -954px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Zombie { background-image: url(spritesmith5.png); - background-position: -1634px -954px; + background-position: -1634px -1060px; width: 105px; height: 105px; } .Mount_Body_Turkey-Base { background-image: url(spritesmith5.png); - background-position: -1634px -1060px; + background-position: -1634px -1166px; width: 105px; height: 105px; } .Mount_Body_Whale-Base { background-image: url(spritesmith5.png); - background-position: -1634px -1166px; + background-position: -1634px -1272px; width: 105px; height: 105px; } .Mount_Body_Whale-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1634px -1272px; + background-position: -1634px -1378px; width: 105px; height: 105px; } .Mount_Body_Whale-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1634px -1378px; + background-position: -1634px -1484px; width: 105px; height: 105px; } .Mount_Body_Whale-Desert { background-image: url(spritesmith5.png); - background-position: -1634px -1484px; + background-position: 0px -1631px; width: 105px; height: 105px; } .Mount_Body_Whale-Golden { background-image: url(spritesmith5.png); - background-position: 0px -1631px; + background-position: -106px -1631px; width: 105px; height: 105px; } .Mount_Body_Whale-Red { background-image: url(spritesmith5.png); - background-position: -106px -1631px; + background-position: -212px -1631px; width: 105px; height: 105px; } .Mount_Body_Whale-Shade { background-image: url(spritesmith5.png); - background-position: -212px -1631px; + background-position: -318px -1631px; width: 105px; height: 105px; } .Mount_Body_Whale-Skeleton { background-image: url(spritesmith5.png); - background-position: -318px -1631px; + background-position: -424px -1631px; width: 105px; height: 105px; } .Mount_Body_Whale-White { background-image: url(spritesmith5.png); - background-position: -424px -1631px; + background-position: -530px -1631px; width: 105px; height: 105px; } .Mount_Body_Whale-Zombie { background-image: url(spritesmith5.png); - background-position: -530px -1631px; + background-position: -636px -1631px; width: 105px; height: 105px; } @@ -1470,187 +1476,187 @@ } .Mount_Head_BearCub-Base { background-image: url(spritesmith5.png); - background-position: -1740px 0px; + background-position: -1740px -106px; width: 105px; height: 105px; } .Mount_Head_BearCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1740px -106px; + background-position: -1740px -212px; width: 105px; height: 105px; } .Mount_Head_BearCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1740px -212px; + background-position: -1740px -318px; width: 105px; height: 105px; } .Mount_Head_BearCub-Desert { background-image: url(spritesmith5.png); - background-position: -1740px -318px; + background-position: -1740px -424px; width: 105px; height: 105px; } .Mount_Head_BearCub-Golden { background-image: url(spritesmith5.png); - background-position: -1740px -424px; + background-position: -1740px -530px; width: 105px; height: 105px; } .Mount_Head_BearCub-Polar { background-image: url(spritesmith5.png); - background-position: -1740px -530px; + background-position: -1740px -636px; width: 105px; height: 105px; } .Mount_Head_BearCub-Red { background-image: url(spritesmith5.png); - background-position: -1740px -636px; + background-position: -1740px -742px; width: 105px; height: 105px; } .Mount_Head_BearCub-Shade { background-image: url(spritesmith5.png); - background-position: -1740px -742px; + background-position: -1740px -848px; width: 105px; height: 105px; } .Mount_Head_BearCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1740px -848px; + background-position: -1740px -954px; width: 105px; height: 105px; } .Mount_Head_BearCub-White { background-image: url(spritesmith5.png); - background-position: -1740px -954px; + background-position: -1740px -1060px; width: 105px; height: 105px; } .Mount_Head_BearCub-Zombie { background-image: url(spritesmith5.png); - background-position: -1740px -1060px; + background-position: -1740px -1166px; width: 105px; height: 105px; } .Mount_Head_Bunny-Base { background-image: url(spritesmith5.png); - background-position: -1740px -1166px; + background-position: -1740px -1272px; width: 105px; height: 105px; } .Mount_Head_Bunny-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1740px -1272px; + background-position: -1740px -1378px; width: 105px; height: 105px; } .Mount_Head_Bunny-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1740px -1378px; + background-position: -1740px -1484px; width: 105px; height: 105px; } .Mount_Head_Bunny-Desert { background-image: url(spritesmith5.png); - background-position: -1740px -1484px; + background-position: -1740px -1590px; width: 105px; height: 105px; } .Mount_Head_Bunny-Golden { background-image: url(spritesmith5.png); - background-position: -1740px -1590px; + background-position: 0px -1737px; width: 105px; height: 105px; } .Mount_Head_Bunny-Red { background-image: url(spritesmith5.png); - background-position: 0px -1737px; + background-position: -106px -1737px; width: 105px; height: 105px; } .Mount_Head_Bunny-Shade { background-image: url(spritesmith5.png); - background-position: -106px -1737px; + background-position: -212px -1737px; width: 105px; height: 105px; } .Mount_Head_Bunny-Skeleton { background-image: url(spritesmith5.png); - background-position: -212px -1737px; + background-position: -318px -1737px; width: 105px; height: 105px; } .Mount_Head_Bunny-White { background-image: url(spritesmith5.png); - background-position: -318px -1737px; + background-position: -424px -1737px; width: 105px; height: 105px; } .Mount_Head_Bunny-Zombie { background-image: url(spritesmith5.png); - background-position: -424px -1737px; + background-position: -530px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-Base { background-image: url(spritesmith5.png); - background-position: -530px -1737px; + background-position: -636px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -636px -1737px; + background-position: -742px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -742px -1737px; + background-position: -848px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-Desert { background-image: url(spritesmith5.png); - background-position: -848px -1737px; + background-position: -954px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-Golden { background-image: url(spritesmith5.png); - background-position: -954px -1737px; + background-position: -1060px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-Red { background-image: url(spritesmith5.png); - background-position: -1060px -1737px; + background-position: -1166px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-Shade { background-image: url(spritesmith5.png); - background-position: -1166px -1737px; + background-position: -1272px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-Skeleton { background-image: url(spritesmith5.png); - background-position: -1272px -1737px; + background-position: -1378px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-White { background-image: url(spritesmith5.png); - background-position: -1378px -1737px; + background-position: -1484px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-Zombie { background-image: url(spritesmith5.png); - background-position: -1484px -1737px; + background-position: -1590px -1737px; width: 105px; height: 105px; } @@ -1716,475 +1722,475 @@ } .Mount_Head_Deer-Base { background-image: url(spritesmith5.png); - background-position: -1846px -848px; + background-position: -1846px -954px; width: 105px; height: 105px; } .Mount_Head_Deer-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1846px -954px; + background-position: -1846px -1060px; width: 105px; height: 105px; } .Mount_Head_Deer-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1846px -1060px; + background-position: -1846px -1166px; width: 105px; height: 105px; } .Mount_Head_Deer-Desert { background-image: url(spritesmith5.png); - background-position: -1846px -1166px; + background-position: -1846px -1272px; width: 105px; height: 105px; } .Mount_Head_Deer-Golden { background-image: url(spritesmith5.png); - background-position: -1846px -1272px; + background-position: -1846px -1378px; width: 105px; height: 105px; } .Mount_Head_Deer-Red { background-image: url(spritesmith5.png); - background-position: -1846px -1378px; + background-position: -1846px -1484px; width: 105px; height: 105px; } .Mount_Head_Deer-Shade { background-image: url(spritesmith5.png); - background-position: -1846px -1484px; + background-position: -1846px -1590px; width: 105px; height: 105px; } .Mount_Head_Deer-Skeleton { background-image: url(spritesmith5.png); - background-position: -1846px -1590px; + background-position: -1846px -1696px; width: 105px; height: 105px; } .Mount_Head_Deer-White { background-image: url(spritesmith5.png); - background-position: -1846px -1696px; + background-position: 0px -1843px; width: 105px; height: 105px; } .Mount_Head_Deer-Zombie { background-image: url(spritesmith5.png); - background-position: 0px -1843px; + background-position: -106px -1843px; width: 105px; height: 105px; } .Mount_Head_Dragon-Base { background-image: url(spritesmith5.png); - background-position: -106px -1843px; + background-position: -212px -1843px; width: 105px; height: 105px; } .Mount_Head_Dragon-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -212px -1843px; + background-position: -318px -1843px; width: 105px; height: 105px; } .Mount_Head_Dragon-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -318px -1843px; + background-position: -424px -1843px; width: 105px; height: 105px; } .Mount_Head_Dragon-Desert { background-image: url(spritesmith5.png); - background-position: -424px -1843px; + background-position: -530px -1843px; width: 105px; height: 105px; } .Mount_Head_Dragon-Golden { background-image: url(spritesmith5.png); - background-position: -530px -1843px; + background-position: -636px -1843px; width: 105px; height: 105px; } .Mount_Head_Dragon-Red { background-image: url(spritesmith5.png); - background-position: -636px -1843px; + background-position: -742px -1843px; width: 105px; height: 105px; } .Mount_Head_Dragon-Shade { background-image: url(spritesmith5.png); - background-position: -742px -1843px; + background-position: -848px -1843px; width: 105px; height: 105px; } .Mount_Head_Dragon-Skeleton { background-image: url(spritesmith5.png); - background-position: -848px -1843px; + background-position: -954px -1843px; width: 105px; height: 105px; } .Mount_Head_Dragon-White { background-image: url(spritesmith5.png); - background-position: -954px -1843px; + background-position: -1060px -1843px; width: 105px; height: 105px; } .Mount_Head_Dragon-Zombie { background-image: url(spritesmith5.png); - background-position: -1060px -1843px; + background-position: -1166px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-Base { background-image: url(spritesmith5.png); - background-position: -1166px -1843px; + background-position: -1272px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1272px -1843px; + background-position: -1378px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1378px -1843px; + background-position: -1484px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-Desert { background-image: url(spritesmith5.png); - background-position: -1484px -1843px; + background-position: -1590px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-Golden { background-image: url(spritesmith5.png); - background-position: -1590px -1843px; + background-position: -1696px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-Red { background-image: url(spritesmith5.png); - background-position: -1696px -1843px; + background-position: -1802px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-Shade { background-image: url(spritesmith5.png); - background-position: -1802px -1843px; + background-position: -1952px 0px; width: 105px; height: 105px; } .Mount_Head_Egg-Skeleton { background-image: url(spritesmith5.png); - background-position: -1952px 0px; + background-position: -1952px -106px; width: 105px; height: 105px; } .Mount_Head_Egg-White { background-image: url(spritesmith5.png); - background-position: -1952px -106px; + background-position: -1952px -212px; width: 105px; height: 105px; } .Mount_Head_Egg-Zombie { background-image: url(spritesmith5.png); - background-position: -1952px -212px; + background-position: -1952px -318px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Base { background-image: url(spritesmith5.png); - background-position: -1952px -318px; + background-position: -1952px -424px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1952px -424px; + background-position: -1952px -530px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1952px -530px; + background-position: -1952px -636px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Desert { background-image: url(spritesmith5.png); - background-position: -1952px -636px; + background-position: -1952px -742px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Golden { background-image: url(spritesmith5.png); - background-position: -1952px -742px; + background-position: -1952px -848px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Red { background-image: url(spritesmith5.png); - background-position: -1952px -848px; + background-position: -1952px -954px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Shade { background-image: url(spritesmith5.png); - background-position: -1952px -954px; + background-position: -1952px -1060px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Skeleton { background-image: url(spritesmith5.png); - background-position: -1952px -1060px; + background-position: -1952px -1166px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-White { background-image: url(spritesmith5.png); - background-position: -1952px -1166px; + background-position: -1952px -1272px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Zombie { background-image: url(spritesmith5.png); - background-position: -1952px -1272px; + background-position: -1952px -1378px; width: 105px; height: 105px; } .Mount_Head_Fox-Base { background-image: url(spritesmith5.png); - background-position: -1952px -1378px; + background-position: -1952px -1484px; width: 105px; height: 105px; } .Mount_Head_Fox-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1952px -1484px; + background-position: -1952px -1590px; width: 105px; height: 105px; } .Mount_Head_Fox-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1952px -1590px; + background-position: -1952px -1696px; width: 105px; height: 105px; } .Mount_Head_Fox-Desert { background-image: url(spritesmith5.png); - background-position: -1952px -1696px; + background-position: -1952px -1802px; width: 105px; height: 105px; } .Mount_Head_Fox-Golden { background-image: url(spritesmith5.png); - background-position: -1952px -1802px; + background-position: 0px -1949px; width: 105px; height: 105px; } .Mount_Head_Fox-Red { background-image: url(spritesmith5.png); - background-position: 0px -1949px; + background-position: -106px -1949px; width: 105px; height: 105px; } .Mount_Head_Fox-Shade { background-image: url(spritesmith5.png); - background-position: -106px -1949px; + background-position: -212px -1949px; width: 105px; height: 105px; } .Mount_Head_Fox-Skeleton { background-image: url(spritesmith5.png); - background-position: -212px -1949px; + background-position: -318px -1949px; width: 105px; height: 105px; } .Mount_Head_Fox-White { background-image: url(spritesmith5.png); - background-position: -318px -1949px; + background-position: -424px -1949px; width: 105px; height: 105px; } .Mount_Head_Fox-Zombie { background-image: url(spritesmith5.png); - background-position: -424px -1949px; + background-position: -530px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Base { background-image: url(spritesmith5.png); - background-position: -530px -1949px; + background-position: -636px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -636px -1949px; + background-position: -742px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -742px -1949px; + background-position: -848px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Desert { background-image: url(spritesmith5.png); - background-position: -848px -1949px; + background-position: -954px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Golden { background-image: url(spritesmith5.png); - background-position: -954px -1949px; + background-position: -1060px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Red { background-image: url(spritesmith5.png); - background-position: -1060px -1949px; + background-position: -1166px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-RoyalPurple { background-image: url(spritesmith5.png); - background-position: -1166px -1949px; + background-position: -1272px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Shade { background-image: url(spritesmith5.png); - background-position: -1272px -1949px; + background-position: -1378px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Skeleton { background-image: url(spritesmith5.png); - background-position: -1378px -1949px; + background-position: -1484px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-White { background-image: url(spritesmith5.png); - background-position: -1484px -1949px; + background-position: -1590px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Zombie { background-image: url(spritesmith5.png); - background-position: -1590px -1949px; + background-position: -1696px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Base { background-image: url(spritesmith5.png); - background-position: -1696px -1949px; + background-position: -1802px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1802px -1949px; + background-position: -1908px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1908px -1949px; + background-position: -2058px 0px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Desert { background-image: url(spritesmith5.png); - background-position: -2058px 0px; + background-position: -2058px -106px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Golden { background-image: url(spritesmith5.png); - background-position: -2058px -106px; + background-position: -2058px -212px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Red { background-image: url(spritesmith5.png); - background-position: -2058px -212px; + background-position: -2058px -318px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Shade { background-image: url(spritesmith5.png); - background-position: -2058px -318px; + background-position: -2058px -424px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Skeleton { background-image: url(spritesmith5.png); - background-position: -2058px -424px; + background-position: -2058px -530px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-White { background-image: url(spritesmith5.png); - background-position: -2058px -530px; + background-position: -2058px -636px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Zombie { background-image: url(spritesmith5.png); - background-position: -2058px -636px; + background-position: -2058px -742px; width: 105px; height: 105px; } .Mount_Head_LionCub-Base { background-image: url(spritesmith5.png); - background-position: -2058px -742px; + background-position: -2058px -848px; width: 105px; height: 105px; } .Mount_Head_LionCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -2058px -848px; + background-position: -2058px -954px; width: 105px; height: 105px; } .Mount_Head_LionCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -2058px -954px; + background-position: -2058px -1060px; width: 105px; height: 105px; } .Mount_Head_LionCub-Desert { background-image: url(spritesmith5.png); - background-position: -2058px -1060px; + background-position: -2058px -1166px; width: 105px; height: 105px; } .Mount_Head_LionCub-Ethereal { background-image: url(spritesmith5.png); - background-position: -2058px -1166px; + background-position: -2058px -1272px; width: 105px; height: 105px; } .Mount_Head_LionCub-Golden { background-image: url(spritesmith5.png); - background-position: -2058px -1272px; + background-position: -2058px -1378px; width: 105px; height: 105px; } .Mount_Head_LionCub-Red { background-image: url(spritesmith5.png); - background-position: -2058px -1378px; + background-position: -2058px -1484px; width: 105px; height: 105px; } .Mount_Head_LionCub-Shade { background-image: url(spritesmith5.png); - background-position: -2058px -1484px; + background-position: -2058px -1590px; width: 105px; height: 105px; } @@ -2196,13 +2202,13 @@ } .Mount_Head_LionCub-White { background-image: url(spritesmith5.png); - background-position: -2058px -1696px; + background-position: -2058px -1802px; width: 105px; height: 105px; } .Mount_Head_LionCub-Zombie { background-image: url(spritesmith5.png); - background-position: -2058px -1802px; + background-position: -2058px -1908px; width: 105px; height: 105px; } @@ -2214,275 +2220,269 @@ } .Mount_Head_MantisShrimp-Base { background-image: url(spritesmith5.png); - background-position: 0px -2055px; + background-position: -106px -2055px; width: 108px; height: 105px; } .Mount_Head_Octopus-Base { background-image: url(spritesmith5.png); - background-position: -109px -2055px; + background-position: -215px -2055px; width: 105px; height: 105px; } .Mount_Head_Octopus-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -215px -2055px; + background-position: -321px -2055px; width: 105px; height: 105px; } .Mount_Head_Octopus-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -321px -2055px; + background-position: -427px -2055px; width: 105px; height: 105px; } .Mount_Head_Octopus-Desert { background-image: url(spritesmith5.png); - background-position: -427px -2055px; + background-position: -533px -2055px; width: 105px; height: 105px; } .Mount_Head_Octopus-Golden { background-image: url(spritesmith5.png); - background-position: -533px -2055px; + background-position: -639px -2055px; width: 105px; height: 105px; } .Mount_Head_Octopus-Red { background-image: url(spritesmith5.png); - background-position: -639px -2055px; + background-position: -745px -2055px; width: 105px; height: 105px; } .Mount_Head_Octopus-Shade { background-image: url(spritesmith5.png); - background-position: -745px -2055px; + background-position: -851px -2055px; width: 105px; height: 105px; } .Mount_Head_Octopus-Skeleton { background-image: url(spritesmith5.png); - background-position: -851px -2055px; + background-position: -957px -2055px; width: 105px; height: 105px; } .Mount_Head_Octopus-White { background-image: url(spritesmith5.png); - background-position: -957px -2055px; + background-position: -1063px -2055px; width: 105px; height: 105px; } .Mount_Head_Octopus-Zombie { background-image: url(spritesmith5.png); - background-position: -1063px -2055px; + background-position: -1169px -2055px; width: 105px; height: 105px; } .Mount_Head_Orca-Base { background-image: url(spritesmith5.png); - background-position: -1169px -2055px; + background-position: -1275px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Base { background-image: url(spritesmith5.png); - background-position: -1275px -2055px; + background-position: -1381px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1381px -2055px; + background-position: -1487px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1487px -2055px; + background-position: -1593px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Desert { background-image: url(spritesmith5.png); - background-position: -1593px -2055px; + background-position: -1699px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Golden { background-image: url(spritesmith5.png); - background-position: -1699px -2055px; + background-position: -1805px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Red { background-image: url(spritesmith5.png); - background-position: -1805px -2055px; + background-position: -1911px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Shade { background-image: url(spritesmith5.png); - background-position: -1911px -2055px; + background-position: -2017px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Skeleton { background-image: url(spritesmith5.png); - background-position: -2017px -2055px; + background-position: -2164px 0px; width: 105px; height: 105px; } .Mount_Head_Owl-White { background-image: url(spritesmith5.png); - background-position: -2164px 0px; + background-position: -2164px -106px; width: 105px; height: 105px; } .Mount_Head_Owl-Zombie { background-image: url(spritesmith5.png); - background-position: -2164px -106px; + background-position: -2164px -212px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Base { background-image: url(spritesmith5.png); - background-position: -2164px -212px; + background-position: -2164px -318px; width: 105px; height: 105px; } .Mount_Head_PandaCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -2164px -318px; + background-position: -2164px -424px; width: 105px; height: 105px; } .Mount_Head_PandaCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -2164px -424px; + background-position: -2164px -530px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Desert { background-image: url(spritesmith5.png); - background-position: -2164px -530px; + background-position: -2164px -636px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Golden { background-image: url(spritesmith5.png); - background-position: -2164px -636px; + background-position: -2164px -742px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Red { background-image: url(spritesmith5.png); - background-position: -2164px -742px; + background-position: -2164px -848px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Shade { background-image: url(spritesmith5.png); - background-position: -2164px -848px; + background-position: -2164px -954px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -2164px -954px; + background-position: -2164px -1060px; width: 105px; height: 105px; } .Mount_Head_PandaCub-White { background-image: url(spritesmith5.png); - background-position: -2164px -1060px; + background-position: -2164px -1166px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Zombie { background-image: url(spritesmith5.png); - background-position: -2164px -1166px; + background-position: -2164px -1272px; width: 105px; height: 105px; } .Mount_Head_Parrot-Base { background-image: url(spritesmith5.png); - background-position: -2164px -1272px; + background-position: -2164px -1378px; width: 105px; height: 105px; } .Mount_Head_Parrot-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -2164px -1378px; + background-position: -2164px -1484px; width: 105px; height: 105px; } .Mount_Head_Parrot-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -2164px -1484px; + background-position: -2164px -1590px; width: 105px; height: 105px; } .Mount_Head_Parrot-Desert { background-image: url(spritesmith5.png); - background-position: -2164px -1590px; + background-position: -2164px -1696px; width: 105px; height: 105px; } .Mount_Head_Parrot-Golden { background-image: url(spritesmith5.png); - background-position: -2164px -1696px; + background-position: -2164px -1802px; width: 105px; height: 105px; } .Mount_Head_Parrot-Red { background-image: url(spritesmith5.png); - background-position: -2164px -1802px; + background-position: -2164px -1908px; width: 105px; height: 105px; } .Mount_Head_Parrot-Shade { background-image: url(spritesmith5.png); - background-position: -2164px -1908px; + background-position: -2164px -2014px; width: 105px; height: 105px; } .Mount_Head_Parrot-Skeleton { background-image: url(spritesmith5.png); - background-position: -2164px -2014px; + background-position: 0px -2161px; width: 105px; height: 105px; } .Mount_Head_Parrot-White { background-image: url(spritesmith5.png); - background-position: 0px -2161px; + background-position: -106px -2161px; width: 105px; height: 105px; } .Mount_Head_Parrot-Zombie { background-image: url(spritesmith5.png); - background-position: -106px -2161px; + background-position: -212px -2161px; width: 105px; height: 105px; } .Mount_Head_Penguin-Base { background-image: url(spritesmith5.png); - background-position: -212px -2161px; + background-position: -318px -2161px; width: 105px; height: 105px; } .Mount_Head_Penguin-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -318px -2161px; + background-position: -424px -2161px; width: 105px; height: 105px; } .Mount_Head_Penguin-CottonCandyPink { - background-image: url(spritesmith5.png); - background-position: -424px -2161px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Desert { background-image: url(spritesmith5.png); background-position: -530px -2161px; width: 105px; diff --git a/common/dist/sprites/spritesmith5.png b/common/dist/sprites/spritesmith5.png index 7329b1e5f4..2d47a0c3c0 100644 Binary files a/common/dist/sprites/spritesmith5.png and b/common/dist/sprites/spritesmith5.png differ diff --git a/common/dist/sprites/spritesmith6.css b/common/dist/sprites/spritesmith6.css index d1efa415c7..2999afcd52 100644 --- a/common/dist/sprites/spritesmith6.css +++ b/common/dist/sprites/spritesmith6.css @@ -1,357 +1,363 @@ -.Mount_Head_Penguin-Golden { - background-image: url(spritesmith6.png); - background-position: -998px -424px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Red { - background-image: url(spritesmith6.png); - background-position: -1210px -530px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Shade { - background-image: url(spritesmith6.png); - background-position: -892px -424px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Skeleton { +.Mount_Head_Penguin-Desert { background-image: url(spritesmith6.png); background-position: -998px -530px; width: 105px; height: 105px; } -.Mount_Head_Penguin-White { +.Mount_Head_Penguin-Golden { + background-image: url(spritesmith6.png); + background-position: -1210px -636px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Red { + background-image: url(spritesmith6.png); + background-position: -892px -530px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Shade { background-image: url(spritesmith6.png); background-position: -998px -636px; width: 105px; height: 105px; } -.Mount_Head_Penguin-Zombie { +.Mount_Head_Penguin-Skeleton { background-image: url(spritesmith6.png); background-position: -998px -742px; width: 105px; height: 105px; } -.Mount_Head_Rat-Base { +.Mount_Head_Penguin-White { background-image: url(spritesmith6.png); background-position: -998px -848px; width: 105px; height: 105px; } -.Mount_Head_Rat-CottonCandyBlue { +.Mount_Head_Penguin-Zombie { background-image: url(spritesmith6.png); background-position: 0px -968px; width: 105px; height: 105px; } -.Mount_Head_Rat-CottonCandyPink { +.Mount_Head_Rat-Base { background-image: url(spritesmith6.png); background-position: -106px -968px; width: 105px; height: 105px; } -.Mount_Head_Rat-Desert { +.Mount_Head_Rat-CottonCandyBlue { background-image: url(spritesmith6.png); background-position: -212px -968px; width: 105px; height: 105px; } -.Mount_Head_Rat-Golden { +.Mount_Head_Rat-CottonCandyPink { background-image: url(spritesmith6.png); background-position: -318px -968px; width: 105px; height: 105px; } -.Mount_Head_Rat-Red { +.Mount_Head_Rat-Desert { background-image: url(spritesmith6.png); background-position: -424px -968px; width: 105px; height: 105px; } -.Mount_Head_Rat-Shade { +.Mount_Head_Rat-Golden { background-image: url(spritesmith6.png); - background-position: -636px -1074px; + background-position: -530px -968px; width: 105px; height: 105px; } -.Mount_Head_Rat-Skeleton { +.Mount_Head_Rat-Red { background-image: url(spritesmith6.png); background-position: -742px -1074px; width: 105px; height: 105px; } -.Mount_Head_Rat-White { +.Mount_Head_Rat-Shade { background-image: url(spritesmith6.png); background-position: -848px -1074px; width: 105px; height: 105px; } -.Mount_Head_Rat-Zombie { +.Mount_Head_Rat-Skeleton { background-image: url(spritesmith6.png); background-position: -954px -1074px; width: 105px; height: 105px; } -.Mount_Head_Rock-Base { +.Mount_Head_Rat-White { background-image: url(spritesmith6.png); background-position: -1060px -1074px; width: 105px; height: 105px; } -.Mount_Head_Rock-CottonCandyBlue { +.Mount_Head_Rat-Zombie { background-image: url(spritesmith6.png); background-position: -1210px 0px; width: 105px; height: 105px; } -.Mount_Head_Rock-CottonCandyPink { +.Mount_Head_Rock-Base { background-image: url(spritesmith6.png); background-position: -1210px -106px; width: 105px; height: 105px; } -.Mount_Head_Rock-Desert { +.Mount_Head_Rock-CottonCandyBlue { background-image: url(spritesmith6.png); background-position: -1210px -212px; width: 105px; height: 105px; } -.Mount_Head_Rock-Golden { +.Mount_Head_Rock-CottonCandyPink { background-image: url(spritesmith6.png); background-position: -1210px -318px; width: 105px; height: 105px; } -.Mount_Head_Rock-Red { +.Mount_Head_Rock-Desert { background-image: url(spritesmith6.png); background-position: -1210px -424px; width: 105px; height: 105px; } -.Mount_Head_Rock-Shade { +.Mount_Head_Rock-Golden { + background-image: url(spritesmith6.png); + background-position: -1210px -530px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-Red { background-image: url(spritesmith6.png); background-position: -106px -544px; width: 105px; height: 105px; } -.Mount_Head_Rock-Skeleton { +.Mount_Head_Rock-Shade { background-image: url(spritesmith6.png); background-position: -212px -544px; width: 105px; height: 105px; } -.Mount_Head_Rock-White { +.Mount_Head_Rock-Skeleton { background-image: url(spritesmith6.png); background-position: -318px -544px; width: 105px; height: 105px; } -.Mount_Head_Rock-Zombie { +.Mount_Head_Rock-White { background-image: url(spritesmith6.png); background-position: -424px -544px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Base { +.Mount_Head_Rock-Zombie { background-image: url(spritesmith6.png); background-position: -530px -544px; width: 105px; height: 105px; } -.Mount_Head_Rooster-CottonCandyBlue { +.Mount_Head_Rooster-Base { background-image: url(spritesmith6.png); background-position: -680px 0px; width: 105px; height: 105px; } -.Mount_Head_Rooster-CottonCandyPink { +.Mount_Head_Rooster-CottonCandyBlue { background-image: url(spritesmith6.png); background-position: -680px -106px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Desert { +.Mount_Head_Rooster-CottonCandyPink { background-image: url(spritesmith6.png); background-position: -680px -212px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Golden { +.Mount_Head_Rooster-Desert { background-image: url(spritesmith6.png); background-position: -680px -318px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Red { +.Mount_Head_Rooster-Golden { background-image: url(spritesmith6.png); background-position: -680px -424px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Shade { +.Mount_Head_Rooster-Red { background-image: url(spritesmith6.png); background-position: -680px -530px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Skeleton { +.Mount_Head_Rooster-Shade { background-image: url(spritesmith6.png); background-position: 0px -650px; width: 105px; height: 105px; } -.Mount_Head_Rooster-White { +.Mount_Head_Rooster-Skeleton { background-image: url(spritesmith6.png); background-position: -106px -650px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Zombie { +.Mount_Head_Rooster-White { background-image: url(spritesmith6.png); background-position: -212px -650px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Base { +.Mount_Head_Rooster-Zombie { background-image: url(spritesmith6.png); background-position: -318px -650px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-CottonCandyBlue { +.Mount_Head_Seahorse-Base { background-image: url(spritesmith6.png); background-position: -424px -650px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-CottonCandyPink { +.Mount_Head_Seahorse-CottonCandyBlue { background-image: url(spritesmith6.png); background-position: -530px -650px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Desert { +.Mount_Head_Seahorse-CottonCandyPink { background-image: url(spritesmith6.png); background-position: -636px -650px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Golden { +.Mount_Head_Seahorse-Desert { background-image: url(spritesmith6.png); background-position: -786px 0px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Red { +.Mount_Head_Seahorse-Golden { background-image: url(spritesmith6.png); background-position: -786px -106px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Shade { +.Mount_Head_Seahorse-Red { background-image: url(spritesmith6.png); background-position: -786px -212px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Skeleton { +.Mount_Head_Seahorse-Shade { background-image: url(spritesmith6.png); background-position: -786px -318px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-White { +.Mount_Head_Seahorse-Skeleton { background-image: url(spritesmith6.png); background-position: -786px -424px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Zombie { +.Mount_Head_Seahorse-White { background-image: url(spritesmith6.png); background-position: -786px -530px; width: 105px; height: 105px; } -.Mount_Head_Sheep-Base { +.Mount_Head_Seahorse-Zombie { background-image: url(spritesmith6.png); background-position: -786px -636px; width: 105px; height: 105px; } -.Mount_Head_Sheep-CottonCandyBlue { +.Mount_Head_Sheep-Base { background-image: url(spritesmith6.png); background-position: 0px -756px; width: 105px; height: 105px; } -.Mount_Head_Sheep-CottonCandyPink { +.Mount_Head_Sheep-CottonCandyBlue { background-image: url(spritesmith6.png); background-position: -106px -756px; width: 105px; height: 105px; } -.Mount_Head_Sheep-Desert { +.Mount_Head_Sheep-CottonCandyPink { background-image: url(spritesmith6.png); background-position: -212px -756px; width: 105px; height: 105px; } -.Mount_Head_Sheep-Golden { +.Mount_Head_Sheep-Desert { background-image: url(spritesmith6.png); background-position: -318px -756px; width: 105px; height: 105px; } -.Mount_Head_Sheep-Red { +.Mount_Head_Sheep-Golden { background-image: url(spritesmith6.png); background-position: -424px -756px; width: 105px; height: 105px; } -.Mount_Head_Sheep-Shade { +.Mount_Head_Sheep-Red { background-image: url(spritesmith6.png); background-position: -530px -756px; width: 105px; height: 105px; } -.Mount_Head_Sheep-Skeleton { +.Mount_Head_Sheep-Shade { background-image: url(spritesmith6.png); background-position: -636px -756px; width: 105px; height: 105px; } -.Mount_Head_Sheep-White { +.Mount_Head_Sheep-Skeleton { background-image: url(spritesmith6.png); background-position: -742px -756px; width: 105px; height: 105px; } -.Mount_Head_Sheep-Zombie { +.Mount_Head_Sheep-White { background-image: url(spritesmith6.png); background-position: -892px 0px; width: 105px; height: 105px; } -.Mount_Head_Slime-Base { +.Mount_Head_Sheep-Zombie { background-image: url(spritesmith6.png); background-position: -892px -106px; width: 105px; height: 105px; } -.Mount_Head_Slime-CottonCandyBlue { +.Mount_Head_Slime-Base { background-image: url(spritesmith6.png); background-position: -892px -212px; width: 105px; height: 105px; } -.Mount_Head_Slime-CottonCandyPink { +.Mount_Head_Slime-CottonCandyBlue { background-image: url(spritesmith6.png); background-position: -892px -318px; width: 105px; height: 105px; } +.Mount_Head_Slime-CottonCandyPink { + background-image: url(spritesmith6.png); + background-position: -892px -424px; + width: 105px; + height: 105px; +} .Mount_Head_Slime-Desert { background-image: url(spritesmith6.png); background-position: 0px -544px; @@ -360,97 +366,97 @@ } .Mount_Head_Slime-Golden { background-image: url(spritesmith6.png); - background-position: -892px -530px; + background-position: -892px -636px; width: 105px; height: 105px; } .Mount_Head_Slime-Red { background-image: url(spritesmith6.png); - background-position: -892px -636px; + background-position: -892px -742px; width: 105px; height: 105px; } .Mount_Head_Slime-Shade { background-image: url(spritesmith6.png); - background-position: -892px -742px; + background-position: 0px -862px; width: 105px; height: 105px; } .Mount_Head_Slime-Skeleton { background-image: url(spritesmith6.png); - background-position: 0px -862px; + background-position: -106px -862px; width: 105px; height: 105px; } .Mount_Head_Slime-White { background-image: url(spritesmith6.png); - background-position: -106px -862px; + background-position: -212px -862px; width: 105px; height: 105px; } .Mount_Head_Slime-Zombie { background-image: url(spritesmith6.png); - background-position: -212px -862px; + background-position: -318px -862px; width: 105px; height: 105px; } .Mount_Head_Spider-Base { background-image: url(spritesmith6.png); - background-position: -318px -862px; + background-position: -424px -862px; width: 105px; height: 105px; } .Mount_Head_Spider-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -424px -862px; + background-position: -530px -862px; width: 105px; height: 105px; } .Mount_Head_Spider-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -530px -862px; + background-position: -636px -862px; width: 105px; height: 105px; } .Mount_Head_Spider-Desert { background-image: url(spritesmith6.png); - background-position: -636px -862px; + background-position: -742px -862px; width: 105px; height: 105px; } .Mount_Head_Spider-Golden { background-image: url(spritesmith6.png); - background-position: -742px -862px; + background-position: -848px -862px; width: 105px; height: 105px; } .Mount_Head_Spider-Red { background-image: url(spritesmith6.png); - background-position: -848px -862px; + background-position: -998px 0px; width: 105px; height: 105px; } .Mount_Head_Spider-Shade { background-image: url(spritesmith6.png); - background-position: -998px 0px; + background-position: -998px -106px; width: 105px; height: 105px; } .Mount_Head_Spider-Skeleton { background-image: url(spritesmith6.png); - background-position: -998px -106px; + background-position: -998px -212px; width: 105px; height: 105px; } .Mount_Head_Spider-White { background-image: url(spritesmith6.png); - background-position: -998px -212px; + background-position: -998px -318px; width: 105px; height: 105px; } .Mount_Head_Spider-Zombie { background-image: url(spritesmith6.png); - background-position: -998px -318px; + background-position: -998px -424px; width: 105px; height: 105px; } @@ -516,127 +522,127 @@ } .Mount_Head_TigerCub-Base { background-image: url(spritesmith6.png); - background-position: -530px -968px; + background-position: -636px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -636px -968px; + background-position: -742px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -742px -968px; + background-position: -848px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Desert { background-image: url(spritesmith6.png); - background-position: -848px -968px; + background-position: -954px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Golden { background-image: url(spritesmith6.png); - background-position: -954px -968px; + background-position: -1104px 0px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Red { background-image: url(spritesmith6.png); - background-position: -1104px 0px; + background-position: -1104px -106px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Shade { background-image: url(spritesmith6.png); - background-position: -1104px -106px; + background-position: -1104px -212px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Skeleton { background-image: url(spritesmith6.png); - background-position: -1104px -212px; + background-position: -1104px -318px; width: 105px; height: 105px; } .Mount_Head_TigerCub-White { background-image: url(spritesmith6.png); - background-position: -1104px -318px; + background-position: -1104px -424px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Zombie { background-image: url(spritesmith6.png); - background-position: -1104px -424px; + background-position: -1104px -530px; width: 105px; height: 105px; } .Mount_Head_Turkey-Base { background-image: url(spritesmith6.png); - background-position: -1104px -530px; + background-position: -1104px -636px; width: 105px; height: 105px; } .Mount_Head_Whale-Base { background-image: url(spritesmith6.png); - background-position: -1104px -636px; + background-position: -1104px -742px; width: 105px; height: 105px; } .Mount_Head_Whale-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1104px -742px; + background-position: -1104px -848px; width: 105px; height: 105px; } .Mount_Head_Whale-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1104px -848px; + background-position: -1104px -954px; width: 105px; height: 105px; } .Mount_Head_Whale-Desert { background-image: url(spritesmith6.png); - background-position: -1104px -954px; + background-position: 0px -1074px; width: 105px; height: 105px; } .Mount_Head_Whale-Golden { background-image: url(spritesmith6.png); - background-position: 0px -1074px; + background-position: -106px -1074px; width: 105px; height: 105px; } .Mount_Head_Whale-Red { background-image: url(spritesmith6.png); - background-position: -106px -1074px; + background-position: -212px -1074px; width: 105px; height: 105px; } .Mount_Head_Whale-Shade { background-image: url(spritesmith6.png); - background-position: -212px -1074px; + background-position: -318px -1074px; width: 105px; height: 105px; } .Mount_Head_Whale-Skeleton { background-image: url(spritesmith6.png); - background-position: -318px -1074px; + background-position: -424px -1074px; width: 105px; height: 105px; } .Mount_Head_Whale-White { background-image: url(spritesmith6.png); - background-position: -424px -1074px; + background-position: -530px -1074px; width: 105px; height: 105px; } .Mount_Head_Whale-Zombie { background-image: url(spritesmith6.png); - background-position: -530px -1074px; + background-position: -636px -1074px; width: 105px; height: 105px; } @@ -702,1729 +708,1729 @@ } .Pet-BearCub-Base { background-image: url(spritesmith6.png); - background-position: -1210px -636px; + background-position: -1210px -742px; width: 81px; height: 99px; } .Pet-BearCub-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1210px -736px; + background-position: -1210px -842px; width: 81px; height: 99px; } .Pet-BearCub-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1210px -836px; + background-position: -1210px -942px; width: 81px; height: 99px; } .Pet-BearCub-Desert { background-image: url(spritesmith6.png); - background-position: -1210px -936px; + background-position: -1210px -1042px; width: 81px; height: 99px; } .Pet-BearCub-Golden { background-image: url(spritesmith6.png); - background-position: -1210px -1036px; + background-position: 0px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Polar { background-image: url(spritesmith6.png); - background-position: 0px -1180px; + background-position: -82px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Red { background-image: url(spritesmith6.png); - background-position: -82px -1180px; + background-position: -164px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Shade { background-image: url(spritesmith6.png); - background-position: -164px -1180px; + background-position: -246px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Skeleton { background-image: url(spritesmith6.png); - background-position: -246px -1180px; + background-position: -328px -1180px; width: 81px; height: 99px; } .Pet-BearCub-White { background-image: url(spritesmith6.png); - background-position: -328px -1180px; + background-position: -410px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Zombie { background-image: url(spritesmith6.png); - background-position: -410px -1180px; + background-position: -492px -1180px; width: 81px; height: 99px; } .Pet-Bunny-Base { background-image: url(spritesmith6.png); - background-position: -492px -1180px; + background-position: -574px -1180px; width: 81px; height: 99px; } .Pet-Bunny-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -574px -1180px; + background-position: -656px -1180px; width: 81px; height: 99px; } .Pet-Bunny-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -656px -1180px; + background-position: -738px -1180px; width: 81px; height: 99px; } .Pet-Bunny-Desert { background-image: url(spritesmith6.png); - background-position: -738px -1180px; + background-position: -820px -1180px; width: 81px; height: 99px; } .Pet-Bunny-Golden { background-image: url(spritesmith6.png); - background-position: -820px -1180px; + background-position: -902px -1180px; width: 81px; height: 99px; } .Pet-Bunny-Red { background-image: url(spritesmith6.png); - background-position: -902px -1180px; + background-position: -984px -1180px; width: 81px; height: 99px; } .Pet-Bunny-Shade { background-image: url(spritesmith6.png); - background-position: -984px -1180px; + background-position: -1066px -1180px; width: 81px; height: 99px; } .Pet-Bunny-Skeleton { background-image: url(spritesmith6.png); - background-position: -1066px -1180px; + background-position: -1148px -1180px; width: 81px; height: 99px; } .Pet-Bunny-White { background-image: url(spritesmith6.png); - background-position: -1148px -1180px; + background-position: -1230px -1180px; width: 81px; height: 99px; } .Pet-Bunny-Zombie { background-image: url(spritesmith6.png); - background-position: -1230px -1180px; + background-position: -1316px 0px; width: 81px; height: 99px; } .Pet-Cactus-Base { background-image: url(spritesmith6.png); - background-position: -1316px 0px; + background-position: -1316px -100px; width: 81px; height: 99px; } .Pet-Cactus-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1316px -100px; + background-position: -1316px -200px; width: 81px; height: 99px; } .Pet-Cactus-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1316px -200px; + background-position: -1316px -300px; width: 81px; height: 99px; } .Pet-Cactus-Desert { background-image: url(spritesmith6.png); - background-position: -1316px -300px; + background-position: -1316px -400px; width: 81px; height: 99px; } .Pet-Cactus-Golden { background-image: url(spritesmith6.png); - background-position: -1316px -400px; + background-position: -1316px -500px; width: 81px; height: 99px; } .Pet-Cactus-Red { background-image: url(spritesmith6.png); - background-position: -1316px -500px; + background-position: -1316px -600px; width: 81px; height: 99px; } .Pet-Cactus-Shade { background-image: url(spritesmith6.png); - background-position: -1316px -600px; + background-position: -1316px -700px; width: 81px; height: 99px; } .Pet-Cactus-Skeleton { background-image: url(spritesmith6.png); - background-position: -1316px -700px; + background-position: -1316px -800px; width: 81px; height: 99px; } .Pet-Cactus-White { background-image: url(spritesmith6.png); - background-position: -1316px -800px; + background-position: -1316px -900px; width: 81px; height: 99px; } .Pet-Cactus-Zombie { background-image: url(spritesmith6.png); - background-position: -1316px -900px; + background-position: -1316px -1000px; width: 81px; height: 99px; } .Pet-Cuttlefish-Base { background-image: url(spritesmith6.png); - background-position: -1316px -1000px; + background-position: -1316px -1100px; width: 81px; height: 99px; } .Pet-Cuttlefish-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1316px -1100px; + background-position: 0px -1280px; width: 81px; height: 99px; } .Pet-Cuttlefish-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: 0px -1280px; + background-position: -82px -1280px; width: 81px; height: 99px; } .Pet-Cuttlefish-Desert { background-image: url(spritesmith6.png); - background-position: -82px -1280px; + background-position: -164px -1280px; width: 81px; height: 99px; } .Pet-Cuttlefish-Golden { background-image: url(spritesmith6.png); - background-position: -164px -1280px; + background-position: -246px -1280px; width: 81px; height: 99px; } .Pet-Cuttlefish-Red { background-image: url(spritesmith6.png); - background-position: -246px -1280px; + background-position: -328px -1280px; width: 81px; height: 99px; } .Pet-Cuttlefish-Shade { background-image: url(spritesmith6.png); - background-position: -328px -1280px; + background-position: -410px -1280px; width: 81px; height: 99px; } .Pet-Cuttlefish-Skeleton { background-image: url(spritesmith6.png); - background-position: -410px -1280px; + background-position: -492px -1280px; width: 81px; height: 99px; } .Pet-Cuttlefish-White { background-image: url(spritesmith6.png); - background-position: -492px -1280px; + background-position: -574px -1280px; width: 81px; height: 99px; } .Pet-Cuttlefish-Zombie { background-image: url(spritesmith6.png); - background-position: -574px -1280px; + background-position: -656px -1280px; width: 81px; height: 99px; } .Pet-Deer-Base { background-image: url(spritesmith6.png); - background-position: -656px -1280px; + background-position: -738px -1280px; width: 81px; height: 99px; } .Pet-Deer-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -738px -1280px; + background-position: -820px -1280px; width: 81px; height: 99px; } .Pet-Deer-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -820px -1280px; + background-position: -902px -1280px; width: 81px; height: 99px; } .Pet-Deer-Desert { background-image: url(spritesmith6.png); - background-position: -902px -1280px; + background-position: -984px -1280px; width: 81px; height: 99px; } .Pet-Deer-Golden { background-image: url(spritesmith6.png); - background-position: -984px -1280px; + background-position: -1066px -1280px; width: 81px; height: 99px; } .Pet-Deer-Red { background-image: url(spritesmith6.png); - background-position: -1066px -1280px; + background-position: -1148px -1280px; width: 81px; height: 99px; } .Pet-Deer-Shade { background-image: url(spritesmith6.png); - background-position: -1148px -1280px; + background-position: -1230px -1280px; width: 81px; height: 99px; } .Pet-Deer-Skeleton { background-image: url(spritesmith6.png); - background-position: -1230px -1280px; + background-position: -1312px -1280px; width: 81px; height: 99px; } .Pet-Deer-White { background-image: url(spritesmith6.png); - background-position: -1312px -1280px; + background-position: -1398px 0px; width: 81px; height: 99px; } .Pet-Deer-Zombie { background-image: url(spritesmith6.png); - background-position: -1398px 0px; + background-position: -1398px -100px; width: 81px; height: 99px; } .Pet-Dragon-Base { background-image: url(spritesmith6.png); - background-position: -1398px -100px; + background-position: -1398px -200px; width: 81px; height: 99px; } .Pet-Dragon-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1398px -200px; + background-position: -1398px -300px; width: 81px; height: 99px; } .Pet-Dragon-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1398px -300px; + background-position: -1398px -400px; width: 81px; height: 99px; } .Pet-Dragon-Desert { background-image: url(spritesmith6.png); - background-position: -1398px -400px; + background-position: -1398px -500px; width: 81px; height: 99px; } .Pet-Dragon-Golden { background-image: url(spritesmith6.png); - background-position: -1398px -500px; + background-position: -1398px -600px; width: 81px; height: 99px; } .Pet-Dragon-Hydra { background-image: url(spritesmith6.png); - background-position: -1398px -600px; + background-position: -1398px -700px; width: 81px; height: 99px; } .Pet-Dragon-Red { background-image: url(spritesmith6.png); - background-position: -1398px -700px; + background-position: -1398px -800px; width: 81px; height: 99px; } .Pet-Dragon-Shade { background-image: url(spritesmith6.png); - background-position: -1398px -800px; + background-position: -1398px -900px; width: 81px; height: 99px; } .Pet-Dragon-Skeleton { background-image: url(spritesmith6.png); - background-position: -1398px -900px; + background-position: -1398px -1000px; width: 81px; height: 99px; } .Pet-Dragon-White { background-image: url(spritesmith6.png); - background-position: -1398px -1000px; + background-position: -1398px -1100px; width: 81px; height: 99px; } .Pet-Dragon-Zombie { background-image: url(spritesmith6.png); - background-position: -1398px -1100px; + background-position: -1398px -1200px; width: 81px; height: 99px; } .Pet-Egg-Base { background-image: url(spritesmith6.png); - background-position: -1398px -1200px; + background-position: 0px -1380px; width: 81px; height: 99px; } .Pet-Egg-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: 0px -1380px; + background-position: -82px -1380px; width: 81px; height: 99px; } .Pet-Egg-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -82px -1380px; + background-position: -164px -1380px; width: 81px; height: 99px; } .Pet-Egg-Desert { background-image: url(spritesmith6.png); - background-position: -164px -1380px; + background-position: -246px -1380px; width: 81px; height: 99px; } .Pet-Egg-Golden { background-image: url(spritesmith6.png); - background-position: -246px -1380px; + background-position: -328px -1380px; width: 81px; height: 99px; } .Pet-Egg-Red { background-image: url(spritesmith6.png); - background-position: -328px -1380px; + background-position: -410px -1380px; width: 81px; height: 99px; } .Pet-Egg-Shade { background-image: url(spritesmith6.png); - background-position: -410px -1380px; + background-position: -492px -1380px; width: 81px; height: 99px; } .Pet-Egg-Skeleton { background-image: url(spritesmith6.png); - background-position: -492px -1380px; + background-position: -574px -1380px; width: 81px; height: 99px; } .Pet-Egg-White { background-image: url(spritesmith6.png); - background-position: -574px -1380px; + background-position: -656px -1380px; width: 81px; height: 99px; } .Pet-Egg-Zombie { background-image: url(spritesmith6.png); - background-position: -656px -1380px; + background-position: -738px -1380px; width: 81px; height: 99px; } .Pet-FlyingPig-Base { background-image: url(spritesmith6.png); - background-position: -738px -1380px; + background-position: -820px -1380px; width: 81px; height: 99px; } .Pet-FlyingPig-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -820px -1380px; + background-position: -902px -1380px; width: 81px; height: 99px; } .Pet-FlyingPig-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -902px -1380px; + background-position: -984px -1380px; width: 81px; height: 99px; } .Pet-FlyingPig-Desert { background-image: url(spritesmith6.png); - background-position: -984px -1380px; + background-position: -1066px -1380px; width: 81px; height: 99px; } .Pet-FlyingPig-Golden { background-image: url(spritesmith6.png); - background-position: -1066px -1380px; + background-position: -1148px -1380px; width: 81px; height: 99px; } .Pet-FlyingPig-Red { background-image: url(spritesmith6.png); - background-position: -1148px -1380px; + background-position: -1230px -1380px; width: 81px; height: 99px; } .Pet-FlyingPig-Shade { background-image: url(spritesmith6.png); - background-position: -1230px -1380px; + background-position: -1312px -1380px; width: 81px; height: 99px; } .Pet-FlyingPig-Skeleton { background-image: url(spritesmith6.png); - background-position: -1312px -1380px; + background-position: -1394px -1380px; width: 81px; height: 99px; } .Pet-FlyingPig-White { background-image: url(spritesmith6.png); - background-position: -1394px -1380px; + background-position: -1480px 0px; width: 81px; height: 99px; } .Pet-FlyingPig-Zombie { background-image: url(spritesmith6.png); - background-position: -1480px 0px; + background-position: -1480px -100px; width: 81px; height: 99px; } .Pet-Fox-Base { background-image: url(spritesmith6.png); - background-position: -1480px -100px; + background-position: -1480px -200px; width: 81px; height: 99px; } .Pet-Fox-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1480px -200px; + background-position: -1480px -300px; width: 81px; height: 99px; } .Pet-Fox-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1480px -300px; + background-position: -1480px -400px; width: 81px; height: 99px; } .Pet-Fox-Desert { background-image: url(spritesmith6.png); - background-position: -1480px -400px; + background-position: -1480px -500px; width: 81px; height: 99px; } .Pet-Fox-Golden { background-image: url(spritesmith6.png); - background-position: -1480px -500px; + background-position: -1480px -600px; width: 81px; height: 99px; } .Pet-Fox-Red { background-image: url(spritesmith6.png); - background-position: -1480px -600px; + background-position: -1480px -700px; width: 81px; height: 99px; } .Pet-Fox-Shade { background-image: url(spritesmith6.png); - background-position: -1480px -700px; + background-position: -1480px -800px; width: 81px; height: 99px; } .Pet-Fox-Skeleton { background-image: url(spritesmith6.png); - background-position: -1480px -800px; + background-position: -1480px -900px; width: 81px; height: 99px; } .Pet-Fox-White { background-image: url(spritesmith6.png); - background-position: -1480px -900px; + background-position: -1480px -1000px; width: 81px; height: 99px; } .Pet-Fox-Zombie { background-image: url(spritesmith6.png); - background-position: -1480px -1000px; + background-position: -1480px -1100px; width: 81px; height: 99px; } .Pet-Gryphon-Base { background-image: url(spritesmith6.png); - background-position: -1480px -1100px; + background-position: -1480px -1200px; width: 81px; height: 99px; } .Pet-Gryphon-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1480px -1200px; + background-position: -1480px -1300px; width: 81px; height: 99px; } .Pet-Gryphon-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1480px -1300px; + background-position: -1562px 0px; width: 81px; height: 99px; } .Pet-Gryphon-Desert { background-image: url(spritesmith6.png); - background-position: -1562px 0px; + background-position: -1562px -100px; width: 81px; height: 99px; } .Pet-Gryphon-Golden { background-image: url(spritesmith6.png); - background-position: -1562px -100px; + background-position: -1562px -200px; width: 81px; height: 99px; } .Pet-Gryphon-Red { background-image: url(spritesmith6.png); - background-position: -1562px -200px; + background-position: -1562px -300px; width: 81px; height: 99px; } .Pet-Gryphon-Shade { background-image: url(spritesmith6.png); - background-position: -1562px -300px; + background-position: -1562px -400px; width: 81px; height: 99px; } .Pet-Gryphon-Skeleton { background-image: url(spritesmith6.png); - background-position: -1562px -400px; + background-position: -1562px -500px; width: 81px; height: 99px; } .Pet-Gryphon-White { background-image: url(spritesmith6.png); - background-position: -1562px -500px; + background-position: -1562px -600px; width: 81px; height: 99px; } .Pet-Gryphon-Zombie { background-image: url(spritesmith6.png); - background-position: -1562px -600px; + background-position: -1562px -700px; width: 81px; height: 99px; } .Pet-Hedgehog-Base { background-image: url(spritesmith6.png); - background-position: -1562px -700px; + background-position: -1562px -800px; width: 81px; height: 99px; } .Pet-Hedgehog-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1562px -800px; + background-position: -1562px -900px; width: 81px; height: 99px; } .Pet-Hedgehog-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1562px -900px; + background-position: -1562px -1000px; width: 81px; height: 99px; } .Pet-Hedgehog-Desert { background-image: url(spritesmith6.png); - background-position: -1562px -1000px; + background-position: -1562px -1100px; width: 81px; height: 99px; } .Pet-Hedgehog-Golden { background-image: url(spritesmith6.png); - background-position: -1562px -1100px; + background-position: -1562px -1200px; width: 81px; height: 99px; } .Pet-Hedgehog-Red { background-image: url(spritesmith6.png); - background-position: -1562px -1200px; + background-position: -1562px -1300px; width: 81px; height: 99px; } .Pet-Hedgehog-Shade { background-image: url(spritesmith6.png); - background-position: -1562px -1300px; + background-position: 0px -1480px; width: 81px; height: 99px; } .Pet-Hedgehog-Skeleton { background-image: url(spritesmith6.png); - background-position: 0px -1480px; + background-position: -82px -1480px; width: 81px; height: 99px; } .Pet-Hedgehog-White { background-image: url(spritesmith6.png); - background-position: -82px -1480px; + background-position: -164px -1480px; width: 81px; height: 99px; } .Pet-Hedgehog-Zombie { background-image: url(spritesmith6.png); - background-position: -164px -1480px; + background-position: -246px -1480px; width: 81px; height: 99px; } .Pet-JackOLantern-Base { background-image: url(spritesmith6.png); - background-position: -246px -1480px; + background-position: -328px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Base { background-image: url(spritesmith6.png); - background-position: -328px -1480px; + background-position: -410px -1480px; width: 81px; height: 99px; } .Pet-LionCub-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -410px -1480px; + background-position: -492px -1480px; width: 81px; height: 99px; } .Pet-LionCub-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -492px -1480px; + background-position: -574px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Desert { background-image: url(spritesmith6.png); - background-position: -574px -1480px; + background-position: -656px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Golden { background-image: url(spritesmith6.png); - background-position: -656px -1480px; + background-position: -738px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Red { background-image: url(spritesmith6.png); - background-position: -738px -1480px; + background-position: -820px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Shade { background-image: url(spritesmith6.png); - background-position: -820px -1480px; + background-position: -902px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Skeleton { background-image: url(spritesmith6.png); - background-position: -902px -1480px; + background-position: -984px -1480px; width: 81px; height: 99px; } .Pet-LionCub-White { background-image: url(spritesmith6.png); - background-position: -984px -1480px; + background-position: -1066px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Zombie { background-image: url(spritesmith6.png); - background-position: -1066px -1480px; + background-position: -1148px -1480px; width: 81px; height: 99px; } .Pet-Mammoth-Base { background-image: url(spritesmith6.png); - background-position: -1148px -1480px; + background-position: -1230px -1480px; width: 81px; height: 99px; } .Pet-MantisShrimp-Base { background-image: url(spritesmith6.png); - background-position: -1230px -1480px; + background-position: -1312px -1480px; width: 81px; height: 99px; } .Pet-Octopus-Base { background-image: url(spritesmith6.png); - background-position: -1312px -1480px; + background-position: -1394px -1480px; width: 81px; height: 99px; } .Pet-Octopus-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1394px -1480px; + background-position: -1476px -1480px; width: 81px; height: 99px; } .Pet-Octopus-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1476px -1480px; + background-position: -1558px -1480px; width: 81px; height: 99px; } .Pet-Octopus-Desert { background-image: url(spritesmith6.png); - background-position: -1558px -1480px; + background-position: -1644px 0px; width: 81px; height: 99px; } .Pet-Octopus-Golden { background-image: url(spritesmith6.png); - background-position: -1644px 0px; + background-position: -1644px -100px; width: 81px; height: 99px; } .Pet-Octopus-Red { background-image: url(spritesmith6.png); - background-position: -1644px -100px; + background-position: -1644px -200px; width: 81px; height: 99px; } .Pet-Octopus-Shade { background-image: url(spritesmith6.png); - background-position: -1644px -200px; + background-position: -1644px -300px; width: 81px; height: 99px; } .Pet-Octopus-Skeleton { background-image: url(spritesmith6.png); - background-position: -1644px -300px; + background-position: -1644px -400px; width: 81px; height: 99px; } .Pet-Octopus-White { background-image: url(spritesmith6.png); - background-position: -1644px -400px; + background-position: -1644px -500px; width: 81px; height: 99px; } .Pet-Octopus-Zombie { background-image: url(spritesmith6.png); - background-position: -1644px -500px; + background-position: -1644px -600px; width: 81px; height: 99px; } .Pet-Owl-Base { background-image: url(spritesmith6.png); - background-position: -1644px -600px; + background-position: -1644px -700px; width: 81px; height: 99px; } .Pet-Owl-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1644px -700px; + background-position: -1644px -800px; width: 81px; height: 99px; } .Pet-Owl-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1644px -800px; + background-position: -1644px -900px; width: 81px; height: 99px; } .Pet-Owl-Desert { background-image: url(spritesmith6.png); - background-position: -1644px -900px; + background-position: -1644px -1000px; width: 81px; height: 99px; } .Pet-Owl-Golden { background-image: url(spritesmith6.png); - background-position: -1644px -1000px; + background-position: -1644px -1100px; width: 81px; height: 99px; } .Pet-Owl-Red { background-image: url(spritesmith6.png); - background-position: -1644px -1100px; + background-position: -1644px -1200px; width: 81px; height: 99px; } .Pet-Owl-Shade { background-image: url(spritesmith6.png); - background-position: -1644px -1200px; + background-position: -1644px -1300px; width: 81px; height: 99px; } .Pet-Owl-Skeleton { background-image: url(spritesmith6.png); - background-position: -1644px -1300px; + background-position: -1644px -1400px; width: 81px; height: 99px; } .Pet-Owl-White { background-image: url(spritesmith6.png); - background-position: -1644px -1400px; + background-position: 0px -1580px; width: 81px; height: 99px; } .Pet-Owl-Zombie { background-image: url(spritesmith6.png); - background-position: 0px -1580px; + background-position: -82px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Base { background-image: url(spritesmith6.png); - background-position: -82px -1580px; + background-position: -164px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -164px -1580px; + background-position: -246px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -246px -1580px; + background-position: -328px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Desert { background-image: url(spritesmith6.png); - background-position: -328px -1580px; + background-position: -410px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Golden { background-image: url(spritesmith6.png); - background-position: -410px -1580px; + background-position: -492px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Red { background-image: url(spritesmith6.png); - background-position: -492px -1580px; + background-position: -574px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Shade { background-image: url(spritesmith6.png); - background-position: -574px -1580px; + background-position: -656px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Skeleton { background-image: url(spritesmith6.png); - background-position: -656px -1580px; + background-position: -738px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-White { background-image: url(spritesmith6.png); - background-position: -738px -1580px; + background-position: -820px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Zombie { background-image: url(spritesmith6.png); - background-position: -820px -1580px; + background-position: -902px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Base { background-image: url(spritesmith6.png); - background-position: -902px -1580px; + background-position: -984px -1580px; width: 81px; height: 99px; } .Pet-Parrot-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -984px -1580px; + background-position: -1066px -1580px; width: 81px; height: 99px; } .Pet-Parrot-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1066px -1580px; + background-position: -1148px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Desert { background-image: url(spritesmith6.png); - background-position: -1148px -1580px; + background-position: -1230px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Golden { background-image: url(spritesmith6.png); - background-position: -1230px -1580px; + background-position: -1312px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Red { background-image: url(spritesmith6.png); - background-position: -1312px -1580px; + background-position: -1394px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Shade { background-image: url(spritesmith6.png); - background-position: -1394px -1580px; + background-position: -1476px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Skeleton { background-image: url(spritesmith6.png); - background-position: -1476px -1580px; + background-position: -1558px -1580px; width: 81px; height: 99px; } .Pet-Parrot-White { background-image: url(spritesmith6.png); - background-position: -1558px -1580px; + background-position: -1640px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Zombie { background-image: url(spritesmith6.png); - background-position: -1640px -1580px; + background-position: -1726px 0px; width: 81px; height: 99px; } .Pet-Penguin-Base { background-image: url(spritesmith6.png); - background-position: -1726px 0px; + background-position: -1726px -100px; width: 81px; height: 99px; } .Pet-Penguin-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1726px -100px; + background-position: -1726px -200px; width: 81px; height: 99px; } .Pet-Penguin-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1726px -200px; + background-position: -1726px -300px; width: 81px; height: 99px; } .Pet-Penguin-Desert { background-image: url(spritesmith6.png); - background-position: -1726px -300px; + background-position: -1726px -400px; width: 81px; height: 99px; } .Pet-Penguin-Golden { background-image: url(spritesmith6.png); - background-position: -1726px -400px; + background-position: -1726px -500px; width: 81px; height: 99px; } .Pet-Penguin-Red { background-image: url(spritesmith6.png); - background-position: -1726px -500px; + background-position: -1726px -600px; width: 81px; height: 99px; } .Pet-Penguin-Shade { background-image: url(spritesmith6.png); - background-position: -1726px -600px; + background-position: -1726px -700px; width: 81px; height: 99px; } .Pet-Penguin-Skeleton { background-image: url(spritesmith6.png); - background-position: -1726px -700px; + background-position: -1726px -800px; width: 81px; height: 99px; } .Pet-Penguin-White { background-image: url(spritesmith6.png); - background-position: -1726px -800px; + background-position: -1726px -900px; width: 81px; height: 99px; } .Pet-Penguin-Zombie { background-image: url(spritesmith6.png); - background-position: -1726px -900px; + background-position: -1726px -1000px; width: 81px; height: 99px; } .Pet-Rat-Base { background-image: url(spritesmith6.png); - background-position: -1726px -1000px; + background-position: -1726px -1100px; width: 81px; height: 99px; } .Pet-Rat-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1726px -1100px; + background-position: -1726px -1200px; width: 81px; height: 99px; } .Pet-Rat-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1726px -1200px; + background-position: -1726px -1300px; width: 81px; height: 99px; } .Pet-Rat-Desert { background-image: url(spritesmith6.png); - background-position: -1726px -1300px; + background-position: -1726px -1400px; width: 81px; height: 99px; } .Pet-Rat-Golden { background-image: url(spritesmith6.png); - background-position: -1726px -1400px; + background-position: -1726px -1500px; width: 81px; height: 99px; } .Pet-Rat-Red { background-image: url(spritesmith6.png); - background-position: -1726px -1500px; + background-position: 0px -1680px; width: 81px; height: 99px; } .Pet-Rat-Shade { background-image: url(spritesmith6.png); - background-position: 0px -1680px; + background-position: -82px -1680px; width: 81px; height: 99px; } .Pet-Rat-Skeleton { background-image: url(spritesmith6.png); - background-position: -82px -1680px; + background-position: -164px -1680px; width: 81px; height: 99px; } .Pet-Rat-White { background-image: url(spritesmith6.png); - background-position: -164px -1680px; + background-position: -246px -1680px; width: 81px; height: 99px; } .Pet-Rat-Zombie { background-image: url(spritesmith6.png); - background-position: -246px -1680px; + background-position: -328px -1680px; width: 81px; height: 99px; } .Pet-Rock-Base { background-image: url(spritesmith6.png); - background-position: -328px -1680px; + background-position: -410px -1680px; width: 81px; height: 99px; } .Pet-Rock-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -410px -1680px; + background-position: -492px -1680px; width: 81px; height: 99px; } .Pet-Rock-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -492px -1680px; + background-position: -574px -1680px; width: 81px; height: 99px; } .Pet-Rock-Desert { background-image: url(spritesmith6.png); - background-position: -574px -1680px; + background-position: -656px -1680px; width: 81px; height: 99px; } .Pet-Rock-Golden { background-image: url(spritesmith6.png); - background-position: -656px -1680px; + background-position: -738px -1680px; width: 81px; height: 99px; } .Pet-Rock-Red { background-image: url(spritesmith6.png); - background-position: -738px -1680px; + background-position: -820px -1680px; width: 81px; height: 99px; } .Pet-Rock-Shade { background-image: url(spritesmith6.png); - background-position: -820px -1680px; + background-position: -902px -1680px; width: 81px; height: 99px; } .Pet-Rock-Skeleton { background-image: url(spritesmith6.png); - background-position: -902px -1680px; + background-position: -984px -1680px; width: 81px; height: 99px; } .Pet-Rock-White { background-image: url(spritesmith6.png); - background-position: -984px -1680px; + background-position: -1066px -1680px; width: 81px; height: 99px; } .Pet-Rock-Zombie { background-image: url(spritesmith6.png); - background-position: -1066px -1680px; + background-position: -1148px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Base { background-image: url(spritesmith6.png); - background-position: -1148px -1680px; + background-position: -1230px -1680px; width: 81px; height: 99px; } .Pet-Rooster-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1230px -1680px; + background-position: -1312px -1680px; width: 81px; height: 99px; } .Pet-Rooster-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1312px -1680px; + background-position: -1394px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Desert { background-image: url(spritesmith6.png); - background-position: -1394px -1680px; + background-position: -1476px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Golden { background-image: url(spritesmith6.png); - background-position: -1476px -1680px; + background-position: -1558px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Red { background-image: url(spritesmith6.png); - background-position: -1558px -1680px; + background-position: -1640px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Shade { background-image: url(spritesmith6.png); - background-position: -1640px -1680px; + background-position: -1722px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Skeleton { background-image: url(spritesmith6.png); - background-position: -1722px -1680px; + background-position: -1808px 0px; width: 81px; height: 99px; } .Pet-Rooster-White { background-image: url(spritesmith6.png); - background-position: -1808px 0px; + background-position: -1808px -100px; width: 81px; height: 99px; } .Pet-Rooster-Zombie { background-image: url(spritesmith6.png); - background-position: -1808px -100px; + background-position: -1808px -200px; width: 81px; height: 99px; } .Pet-Seahorse-Base { background-image: url(spritesmith6.png); - background-position: -1808px -200px; + background-position: -1808px -300px; width: 81px; height: 99px; } .Pet-Seahorse-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1808px -300px; + background-position: -1808px -400px; width: 81px; height: 99px; } .Pet-Seahorse-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1808px -400px; + background-position: -1808px -500px; width: 81px; height: 99px; } .Pet-Seahorse-Desert { background-image: url(spritesmith6.png); - background-position: -1808px -500px; + background-position: -1808px -600px; width: 81px; height: 99px; } .Pet-Seahorse-Golden { background-image: url(spritesmith6.png); - background-position: -1808px -600px; + background-position: -1808px -700px; width: 81px; height: 99px; } .Pet-Seahorse-Red { background-image: url(spritesmith6.png); - background-position: -1808px -700px; + background-position: -1808px -800px; width: 81px; height: 99px; } .Pet-Seahorse-Shade { background-image: url(spritesmith6.png); - background-position: -1808px -800px; + background-position: -1808px -900px; width: 81px; height: 99px; } .Pet-Seahorse-Skeleton { background-image: url(spritesmith6.png); - background-position: -1808px -900px; + background-position: -1808px -1000px; width: 81px; height: 99px; } .Pet-Seahorse-White { background-image: url(spritesmith6.png); - background-position: -1808px -1000px; + background-position: -1808px -1100px; width: 81px; height: 99px; } .Pet-Seahorse-Zombie { background-image: url(spritesmith6.png); - background-position: -1808px -1100px; + background-position: -1808px -1200px; width: 81px; height: 99px; } .Pet-Sheep-Base { background-image: url(spritesmith6.png); - background-position: -1808px -1200px; + background-position: -1808px -1300px; width: 81px; height: 99px; } .Pet-Sheep-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1808px -1300px; + background-position: -1808px -1400px; width: 81px; height: 99px; } .Pet-Sheep-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1808px -1400px; + background-position: -1808px -1500px; width: 81px; height: 99px; } .Pet-Sheep-Desert { background-image: url(spritesmith6.png); - background-position: -1808px -1500px; + background-position: -1808px -1600px; width: 81px; height: 99px; } .Pet-Sheep-Golden { background-image: url(spritesmith6.png); - background-position: -1808px -1600px; + background-position: 0px -1780px; width: 81px; height: 99px; } .Pet-Sheep-Red { background-image: url(spritesmith6.png); - background-position: 0px -1780px; + background-position: -82px -1780px; width: 81px; height: 99px; } .Pet-Sheep-Shade { background-image: url(spritesmith6.png); - background-position: -82px -1780px; + background-position: -164px -1780px; width: 81px; height: 99px; } .Pet-Sheep-Skeleton { background-image: url(spritesmith6.png); - background-position: -164px -1780px; + background-position: -246px -1780px; width: 81px; height: 99px; } .Pet-Sheep-White { background-image: url(spritesmith6.png); - background-position: -246px -1780px; + background-position: -328px -1780px; width: 81px; height: 99px; } .Pet-Sheep-Zombie { background-image: url(spritesmith6.png); - background-position: -328px -1780px; + background-position: -410px -1780px; width: 81px; height: 99px; } .Pet-Slime-Base { background-image: url(spritesmith6.png); - background-position: -410px -1780px; + background-position: -492px -1780px; width: 81px; height: 99px; } .Pet-Slime-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -492px -1780px; + background-position: -574px -1780px; width: 81px; height: 99px; } .Pet-Slime-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -574px -1780px; + background-position: -656px -1780px; width: 81px; height: 99px; } .Pet-Slime-Desert { background-image: url(spritesmith6.png); - background-position: -656px -1780px; + background-position: -738px -1780px; width: 81px; height: 99px; } .Pet-Slime-Golden { background-image: url(spritesmith6.png); - background-position: -738px -1780px; + background-position: -820px -1780px; width: 81px; height: 99px; } .Pet-Slime-Red { background-image: url(spritesmith6.png); - background-position: -820px -1780px; + background-position: -902px -1780px; width: 81px; height: 99px; } .Pet-Slime-Shade { background-image: url(spritesmith6.png); - background-position: -902px -1780px; + background-position: -984px -1780px; width: 81px; height: 99px; } .Pet-Slime-Skeleton { background-image: url(spritesmith6.png); - background-position: -984px -1780px; + background-position: -1066px -1780px; width: 81px; height: 99px; } .Pet-Slime-White { background-image: url(spritesmith6.png); - background-position: -1066px -1780px; + background-position: -1148px -1780px; width: 81px; height: 99px; } .Pet-Slime-Zombie { background-image: url(spritesmith6.png); - background-position: -1148px -1780px; + background-position: -1230px -1780px; width: 81px; height: 99px; } .Pet-Spider-Base { background-image: url(spritesmith6.png); - background-position: -1230px -1780px; + background-position: -1312px -1780px; width: 81px; height: 99px; } .Pet-Spider-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1312px -1780px; + background-position: -1394px -1780px; width: 81px; height: 99px; } .Pet-Spider-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1394px -1780px; + background-position: -1476px -1780px; width: 81px; height: 99px; } .Pet-Spider-Desert { background-image: url(spritesmith6.png); - background-position: -1476px -1780px; + background-position: -1558px -1780px; width: 81px; height: 99px; } .Pet-Spider-Golden { background-image: url(spritesmith6.png); - background-position: -1558px -1780px; + background-position: -1640px -1780px; width: 81px; height: 99px; } .Pet-Spider-Red { background-image: url(spritesmith6.png); - background-position: -1640px -1780px; + background-position: -1722px -1780px; width: 81px; height: 99px; } .Pet-Spider-Shade { background-image: url(spritesmith6.png); - background-position: -1722px -1780px; + background-position: -1804px -1780px; width: 81px; height: 99px; } .Pet-Spider-Skeleton { background-image: url(spritesmith6.png); - background-position: -1804px -1780px; + background-position: -1890px 0px; width: 81px; height: 99px; } .Pet-Spider-White { background-image: url(spritesmith6.png); - background-position: -1890px 0px; + background-position: -1890px -100px; width: 81px; height: 99px; } .Pet-Spider-Zombie { background-image: url(spritesmith6.png); - background-position: -1890px -100px; + background-position: -1890px -200px; width: 81px; height: 99px; } .Pet-TRex-Base { background-image: url(spritesmith6.png); - background-position: -1890px -200px; + background-position: -1890px -300px; width: 81px; height: 99px; } .Pet-TRex-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1890px -300px; + background-position: -1890px -400px; width: 81px; height: 99px; } .Pet-TRex-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1890px -400px; + background-position: -1890px -500px; width: 81px; height: 99px; } .Pet-TRex-Desert { background-image: url(spritesmith6.png); - background-position: -1890px -500px; + background-position: -1890px -600px; width: 81px; height: 99px; } .Pet-TRex-Golden { background-image: url(spritesmith6.png); - background-position: -1890px -600px; + background-position: -1890px -700px; width: 81px; height: 99px; } .Pet-TRex-Red { background-image: url(spritesmith6.png); - background-position: -1890px -700px; + background-position: -1890px -800px; width: 81px; height: 99px; } .Pet-TRex-Shade { background-image: url(spritesmith6.png); - background-position: -1890px -800px; + background-position: -1890px -900px; width: 81px; height: 99px; } .Pet-TRex-Skeleton { background-image: url(spritesmith6.png); - background-position: -1890px -900px; + background-position: -1890px -1000px; width: 81px; height: 99px; } .Pet-TRex-White { background-image: url(spritesmith6.png); - background-position: -1890px -1000px; + background-position: -1890px -1100px; width: 81px; height: 99px; } .Pet-TRex-Zombie { background-image: url(spritesmith6.png); - background-position: -1890px -1100px; + background-position: -1890px -1200px; width: 81px; height: 99px; } .Pet-Tiger-Veteran { background-image: url(spritesmith6.png); - background-position: -1890px -1200px; + background-position: -1890px -1300px; width: 81px; height: 99px; } .Pet-TigerCub-Base { background-image: url(spritesmith6.png); - background-position: -1890px -1300px; + background-position: -1890px -1400px; width: 81px; height: 99px; } .Pet-TigerCub-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1890px -1400px; + background-position: -1890px -1500px; width: 81px; height: 99px; } .Pet-TigerCub-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1890px -1500px; + background-position: -1890px -1600px; width: 81px; height: 99px; } .Pet-TigerCub-Desert { background-image: url(spritesmith6.png); - background-position: -1890px -1600px; + background-position: -1890px -1700px; width: 81px; height: 99px; } .Pet-TigerCub-Golden { background-image: url(spritesmith6.png); - background-position: -1890px -1700px; + background-position: -1972px 0px; width: 81px; height: 99px; } .Pet-TigerCub-Red { background-image: url(spritesmith6.png); - background-position: -1972px 0px; + background-position: -1972px -100px; width: 81px; height: 99px; } .Pet-TigerCub-Shade { background-image: url(spritesmith6.png); - background-position: -1972px -100px; + background-position: -1972px -200px; width: 81px; height: 99px; } .Pet-TigerCub-Skeleton { background-image: url(spritesmith6.png); - background-position: -1972px -200px; + background-position: -1972px -300px; width: 81px; height: 99px; } .Pet-TigerCub-White { background-image: url(spritesmith6.png); - background-position: -1972px -300px; + background-position: -1972px -400px; width: 81px; height: 99px; } .Pet-TigerCub-Zombie { background-image: url(spritesmith6.png); - background-position: -1972px -400px; + background-position: -1972px -500px; width: 81px; height: 99px; } .Pet-Turkey-Base { background-image: url(spritesmith6.png); - background-position: -1972px -500px; + background-position: -1972px -600px; width: 81px; height: 99px; } .Pet-Whale-Base { background-image: url(spritesmith6.png); - background-position: -1972px -600px; + background-position: -1972px -700px; width: 81px; height: 99px; } .Pet-Whale-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1972px -700px; + background-position: -1972px -800px; width: 81px; height: 99px; } .Pet-Whale-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1972px -800px; + background-position: -1972px -900px; width: 81px; height: 99px; } .Pet-Whale-Desert { background-image: url(spritesmith6.png); - background-position: -1972px -900px; + background-position: -1972px -1000px; width: 81px; height: 99px; } .Pet-Whale-Golden { background-image: url(spritesmith6.png); - background-position: -1972px -1000px; + background-position: -1972px -1100px; width: 81px; height: 99px; } .Pet-Whale-Red { background-image: url(spritesmith6.png); - background-position: -1972px -1100px; + background-position: -1972px -1200px; width: 81px; height: 99px; } .Pet-Whale-Shade { background-image: url(spritesmith6.png); - background-position: -1972px -1200px; + background-position: -1972px -1300px; width: 81px; height: 99px; } .Pet-Whale-Skeleton { background-image: url(spritesmith6.png); - background-position: -1972px -1300px; + background-position: -1972px -1400px; width: 81px; height: 99px; } .Pet-Whale-White { background-image: url(spritesmith6.png); - background-position: -1972px -1400px; + background-position: -1972px -1500px; width: 81px; height: 99px; } .Pet-Whale-Zombie { background-image: url(spritesmith6.png); - background-position: -1972px -1500px; + background-position: -1972px -1600px; width: 81px; height: 99px; } .Pet-Wolf-Base { background-image: url(spritesmith6.png); - background-position: -1972px -1600px; + background-position: -1972px -1700px; width: 81px; height: 99px; } .Pet-Wolf-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1972px -1700px; + background-position: 0px -1880px; width: 81px; height: 99px; } .Pet-Wolf-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: 0px -1880px; + background-position: -82px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Desert { background-image: url(spritesmith6.png); - background-position: -82px -1880px; + background-position: -164px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Golden { background-image: url(spritesmith6.png); - background-position: -164px -1880px; + background-position: -246px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Red { background-image: url(spritesmith6.png); - background-position: -246px -1880px; + background-position: -328px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Shade { background-image: url(spritesmith6.png); - background-position: -328px -1880px; + background-position: -410px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Skeleton { background-image: url(spritesmith6.png); - background-position: -410px -1880px; + background-position: -492px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Veteran { background-image: url(spritesmith6.png); - background-position: -492px -1880px; + background-position: -574px -1880px; width: 81px; height: 99px; } .Pet-Wolf-White { background-image: url(spritesmith6.png); - background-position: -574px -1880px; + background-position: -656px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Zombie { background-image: url(spritesmith6.png); - background-position: -656px -1880px; + background-position: -738px -1880px; width: 81px; height: 99px; } @@ -2484,7 +2490,7 @@ } .Pet_HatchingPotion_Zombie { background-image: url(spritesmith6.png); - background-position: -738px -1880px; + background-position: -820px -1880px; width: 48px; height: 51px; } diff --git a/common/dist/sprites/spritesmith6.png b/common/dist/sprites/spritesmith6.png index 2b508827cb..202424d20d 100644 Binary files a/common/dist/sprites/spritesmith6.png and b/common/dist/sprites/spritesmith6.png differ diff --git a/common/img/sprites/spritesmith/promo/promo_veteran_pets.png b/common/img/sprites/spritesmith/promo/promo_veteran_pets.png new file mode 100644 index 0000000000..c576f21766 Binary files /dev/null and b/common/img/sprites/spritesmith/promo/promo_veteran_pets.png differ diff --git a/common/locales/cs/backgrounds.json b/common/locales/cs/backgrounds.json index e81f936c1d..a6d561cab4 100644 --- a/common/locales/cs/backgrounds.json +++ b/common/locales/cs/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surfuj na obří vlně!", "backgroundSunkenShipText": "Potopená loď", "backgroundSunkenShipNotes": "Prozkoumej potopenou loď." -} \ No newline at end of file +} diff --git a/common/locales/cs/challenge.json b/common/locales/cs/challenge.json index 266db8471d..3af49a928a 100644 --- a/common/locales/cs/challenge.json +++ b/common/locales/cs/challenge.json @@ -11,7 +11,7 @@ "unsubChallenge": "Nefunkční odkaz na výzvu: tento úkol byl součástí výzvy, ze které jsi se odepsal. Co chceš dělat s osiřelými úkoly?", "challengeWinner": "Stal se výhercem následujících výzev", "challenges": "Výzvy", - "noChallenges": "Zatím nemáš žádné výzvy. Navštiv ", + "noChallenges": "Zatím nemáš žádné výzvy. Navštiv", "toCreate": "abys nějakou vytvořil.", "selectWinner": "Zvolit vítěze a zavřít výzvu:", "deleteOrSelect": "Smazat nebo určit výherce", @@ -36,7 +36,7 @@ "prizePop": "Pokud někdo může 'vyhrát' tvou výzvu, můžeš jej odměnit drahokamy. Maximum = počet tvých drahokamů (+ drahokamy cechu, pokud jsi tvůrcem výzvy tohoto cechu). Poznámka: Výhra nemůže být později změněna.", "prizePopTavern": "Pokud někdo může 'vyhrát' tvou výzvu, můžeš jej odměnit drahokamy. Maximum = počet tvých drahokamů. Poznámka: Výhra nemůže být později změněna a výhra z výzev v Krčmě se nevrací, pokud je výzva zrušena.", "publicChallenges": "Minimálně 1 drahokam za veřejné výzvy (opravdu to eliminuje spam).", - "officialChallenge": "Oficiální výzva HabitRPG", + "officialChallenge": "Oficiální výzva Habitiky", "by": "od", "participants": "<%= membercount %> účastníků", "join": "Přidat se", diff --git a/common/locales/cs/character.json b/common/locales/cs/character.json index 845584cec7..a28772d8e9 100644 --- a/common/locales/cs/character.json +++ b/common/locales/cs/character.json @@ -56,7 +56,7 @@ "costumeText": "Pokud se ti více líbí vzhled jiného vybavení, než toho, které máš na sobě, zaškrtni \"použít kostým\". Kostým se ti zobrazí na tvém právě používaném vybavení, které tak hezky schová.", "useCostume": "Použít kostým", "useCostumeInfo1": "Klikni na \"Použít kostým\" abys vybavil svého avatara aniž bys nějak ovlivnil statistiky Bojové výzbroje! To znamená, že se můžeš vybavit nejlepšími statistikami vlevo, a převléknout svého avatara vybavením vpravo.", - "useCostumeInfo2": "Jakmile klikneš na \"Použít kostým\", tvůj avatar bude vypadat docela jednoduše... ale neboj! Když se podíváš doleva, uvidíš, že tvá Bojová zbroj je stále používána. Pak si můžeš svého avatara převléknout! Cokoliv, co mu oblečeš zprava, neovlivní tvoje statistiky, ale budeš vypadat suprově. Vyzkoušej různé styly, smíchej sety, nebo slaď svůj Kostým se svými Mazlíčky, osedlanými zvířaty nebo pozadími.

Máš další otázky? Koukni se na Costume page wiki. Našel jsi ten nej ohoz? Ukaž nám ho v Cechu karnevalových kostýmů nebo se s ním pochlub v Krčmě!", + "useCostumeInfo2": "Jakmile klikneš na \"Použít kostým\", tvůj avatar bude vypadat docela jednoduše... ale neboj! Když se podíváš doleva, uvidíš, že tvá Bojová zbroj je stále používána. Pak si můžeš svého avatara převléknout! Cokoliv, co mu oblečeš zprava, neovlivní tvoje statistiky, ale budeš vypadat suprově. Vyzkoušej různé styly, smíchej sety, nebo slaď svůj Kostým se svými Mazlíčky, osedlanými zvířaty nebo pozadími.

Máš další otázky? Koukni se na Costume page wiki. Našel jsi ten nej ohoz? Ukaž nám ho v Cechu karnevalových kostýmů nebo se s ním pochlub v Krčmě!", "gearAchievement": "Získal jsi Ocenění \"Maximální Vybavení\" za vylepšení výbavy na maximální set vybavení pro povolání! Získal jsi následující kompletní sety:", "moreGearAchievements": "Abys získal více Ocenění Maximálního Vybavení, změň svou třídu na stránce Statistiky a nakup si vybavení pro své nové povolání!", "armoireUnlocked": "Také jsi odemkl Začarovanou almaru! Klikni na Odměnu začarované almary a náhodně získej speciální Vybavení! Také ti může náhodně dát Zkušenostní body nebo jídlo.", @@ -77,7 +77,7 @@ "allocatePerPop": "Přidat bod k vnímání", "allocateInt": "Body přiřazené k Inteligenci:", "allocateIntPop": "Přiřadit bod k inteligenci", - "noMoreAllocate": "Nyní, když jsi dosáhl úrovně 100, už nebudeš dostávat žádné body atributů. Můžeš pokračovat v dosahování dalších úrovní, nebo můžeš začít nové dobrodružství na úrovni 1, když použiješ Orb Znovuzrození, který nyní najdeš zdarma na Trhu.", + "noMoreAllocate": "Nyní, když jsi dosáhl úrovně 100, už nebudeš dostávat žádné body atributů. Můžeš pokračovat v dosahování dalších úrovní, nebo můžeš začít nové dobrodružství na úrovni 1, když použiješ Orb Znovuzrození, který nyní najdeš zdarma na Trhu.", "stats": "Statistiky", "strength": "Síla", "strengthText": "Síla zvyšuje šanci náhodných \"kritických zásahů\" a díky tomu i bonus ke zlaťákům, zkušenosti a nalézání předmětů. Také ovlivňuje vážnost zranění bosse.", @@ -117,7 +117,7 @@ "distributePoints": "Přiřaď nevyužité body.", "distributePointsPop": "Přiřadí všechny nepřidělené body v závislosti na zvoleném režimu přidělování.", "warriorText": "Válečníci získávají lepší \"kritické zásahy\", které náhodně dávají bonusové zlaťáky a zkušenosti a zvyšují šanci na nalezení předmětů při splnění úkolu. Také způsobují větší újmu bossům. Hraj za válečníka, pokud tě motivují nepředvídatelné odměny nebo to chceš pořádně nandat bossům při Výpravách!", - "mageText": "Mágové se rychle učí, získávají zkušenosti a postupují na vyšší úrovně rychleji než ostatní povolání. Mají také opravdu hodně many na používání speciálních schopností. Hraj za Mága, pokud si chceš užít taktický aspekt HabitRPG, nebo pokud tě motivuje postup na vyšší úrovně a odemykání nových pokročilých funkcí.", + "mageText": "Mágové se rychle učí, získávají zkušenosti a postupují na vyšší úrovně rychleji než ostatní povolání. Mají také opravdu hodně many na používání speciálních schopností. Hraj za Mága, pokud si chceš užít taktický aspekt Habitica, nebo pokud tě motivuje postup na vyšší úrovně a odemykání nových pokročilých funkcí.", "rogueText": "Zloděj miluje střádání bohatství, získávání více zlata než mají ostatní, a je adeptem na nalezení náhodných předmětů. Jeho pověstná lstivost mu umožňuje uniknout důsledkům promeškání Denních úkolů. Buď zlodějem, pokud nacházíš silnou motivaci v odměnách a úspěších a usiluješ o kořist a ocenění!", "healerText": "Léčitel je nezranitelný a ochraňuje i ostatní. Promeškané Denní úkoly a špatné Zvyky jim moc neublíží a mají možnosti jak se zahojit. Buď léčitelem a užij si pomoc ostatním v družině, nebo pokud tě inspiruje myšlenka ošidit smrt tak, že budeš pořádně dřít!", "optOut": "Odhlásit", @@ -146,11 +146,11 @@ "unequipPetMountBackground": "Odebrat mazlíčka, jízdní zvíře, pozadí", "animalSkins": "Zvířecí kůže", "chooseClassHeading": "Vyber si povolání! Nebo to teď nech plavat a vybereš si později.", - "warriorWiki": "Válečník", - "mageWiki": "Mág", - "rogueWiki": "Zloděj", - "healerWiki": "Léčitel", - "chooseClassLearn": "Dočti se více o povoláních", + "warriorWiki": "Válečník", + "mageWiki": "Mág", + "rogueWiki": "Zloděj", + "healerWiki": "Léčitel", + "chooseClassLearn": "Dočti se více o povoláních", "str": "SÍL", "con": "OBR", "per": "VNM", diff --git a/common/locales/cs/communityguidelines.json b/common/locales/cs/communityguidelines.json index 2b8077cbcc..a2c2f5c6e2 100644 --- a/common/locales/cs/communityguidelines.json +++ b/common/locales/cs/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "Tato pravidla platí pro všechny naše sociální stránky včetně (ale nejen) Trello, GitHub, Transifex, a Wikia (neboli wiki). Někdy nastanou nečekané situace jako nějaký konflikt nebo zákeřný nekromancr. Když taková situace nastane, moderátoři moou změnit tyto zásady, aby ochránili komunity před novými hrozbami. Avšak neboj se: vždy tě na změny upozorníme prostřednictvím Baileyho.", "commGuidePara004": "Připrav si svitek a brk na poznámky a začněme!", "commGuideHeadingBeing": "Být Habiťanem", - "commGuidePara005": "HabitRPG je stránka věnována především zlepšování. Díky tomu se na nás usmálo štěstí a přitáhli jsme ty nejmilejší, nejsrdečnější, nejzdvořilejší a podporující komunity na internetu. Je spousta vlastností, kterými Habiťané disponují. Některé nejčastější a nejzajímavější jsou:", + "commGuidePara005": "Habitika je stránka věnována především zlepšování. Díky tomu se na nás usmálo štěstí a přitáhli jsme ty nejmilejší, nejsrdečnější, nejzdvořilejší a podporující komunity na internetu. Je spousta vlastností, kterými Habiťané disponují. Některé nejčastější a nejzajímavější jsou:", "commGuideList01A": "Ochotný duch. Spousta lidí obětuje čas a energii na pomoc novým členům komunity a učit je. Například Cech nováčků je cech zaměřený pouze na poskytování odpovědí. Pokud si myslíš, že bys mohl být nápomocen, nestyď se a pomož!", "commGuideList01B": "Svědomitý přístup.. Habiťané tvrdě dřou na zlepšení svých životů, ale také pomáhají stavět tuhle stránku a zlepšovat jí. Jsem open-source projekt a tak neustále pracujeme na vylepšení stránky, aby byla tím nejlepším místem.", "commGuideList01C": "Podporující chování. Habiťané si navzájem fandí, radují se z úspěchů svých i z úspěchů druhých a navzájem si pomáhají v těžkých chvílích. Sdílíme sílu, spoléháme na sebe a učíme se od sebe navzájem. V družinách se podporujeme kouzly, na chatech se podporujeme laskavými slovy a slovy podpory.", @@ -25,21 +25,21 @@ "commGuidePara011b": "na GitHub/Wikia", "commGuidePara011c": "na Wikia", "commGuidePara011d": "na GitHub", - "commGuidePara012": "Pokud máte problém s nějakým konkrétním moderátorem, prosíme, pošlete email Lemoness(leslie@habitrpg.com).", + "commGuidePara012": "Pokud máte problém s nějakým konkrétním moderátorem, prosíme, pošlete email Lemoness(leslie@habitica).", "commGuidePara013": "V komunitě, jakou je Habitika, uživatelé přicházejí a odcházejí a někdy si i moderátor potřebuje odpočinout. Následující moderátoři jsou již vysloužilí moderátoři, kteří tu již aktivně nepůsobí, přesto bychom ale chtěli uctít jejich práci!", "commGuidePara014": "Vysloužilí moderátoři:", "commGuideHeadingPublicSpaces": "Veřejné prostory v Habitice:", "commGuidePara015": "Habitika má dva druhy sociálního prostoru: veřejný a soukromý. Veřejný prostor zahrnuje Krčmu, veřejné cechy, GitHub, Trello a Wiki. Soukromý prostor jsou soukromé cechy. chat v družině a soukromé zprávy.", "commGuidePara016": "Při pohybu ve veřejných prostorách v Habitice platí některá obecná pravidla, díky kterým jsou všichni v bezpečí a šťastní. Tato pravidla by měla pro dobrodruhy, jako jsi ty, snadná!", - "commGuidePara017": "Respektujte se navzájem. Buď ohleduplný, laskavý, přátelský a nápomocný. Pamatuj: Habiťané pochází z různých koutů světa a mají velice odlišné zkušenosti. To dělá HabitRPG tak skvělým! Budování komunity znamená respektovat a oslavovat rozdíly stejně jako podobnosti. Zde jsou snadné způsoby jak se navzájem respektovat:", + "commGuidePara017": "Respektujte se navzájem. Buď ohleduplný, laskavý, přátelský a nápomocný. Pamatuj: Habiťané pochází z různých koutů světa a mají velice odlišné zkušenosti. To dělá Habitiku tak skvělou! Budování komunity znamená respektovat a oslavovat rozdíly stejně jako podobnosti. Zde jsou snadné způsoby jak se navzájem respektovat:", "commGuideList02A": "Řiď se všemi pravidly a podmínkami.", "commGuideList02B": " Neuveřejňuj obrázky či text, který je násilnický, výhružný, sexuálně explicitní/vyzývavý, nebo který podporuje diskriminaci, předsudky, rasismus, sexismus, nenávist, obtěžování nebo nabádá k napadání skupiny či jedince. A to ani jen ze srandy. To znamená žádné urážky a tvrzení. Ne každý má stejný smysl pro humor jako ty, a tak něco, co může být vtipem pro jedny, může být urážlivé pro jiné. Zaútoč na své úkoly, ne na ostatní uživatele.", "commGuideList02C": "Zachovej diskuze přístupné pro všechny věkové kategorie. Máme tu spoustu mladých Habiťanů! Nechceme přeci zkazit žádné nevinné Habiťany a odradit je od dosažení jejich cílů.", "commGuideList02D": "Vyvaruj se vulgit. To zahrnuje i mírnější nábožensky založené přísahy, které mohou být jinde akceptovatelné - máme tu lidi všechno možných kultur a náboženství a chceme zajistit pohodlí ve veřejných prostorách pro všechny. Navíc, urážky budou tvrdě potrestány, jelikož jsou také porušením Podmínek užívání služby.", - "commGuideList02E": "Vyvaruj se dlouhých diskuzí rozporuplných témat mimo Zadní koutek. Pokud si myslíš, že někdo řekl něco urážlivého, tak se do něj hned nepouštěj. Jednoduchý komentář \"Tenhle vtip mě urazil nebo mi není příjemný,\" je v pořádku, ale unáhlené nebo nezdvořilé komentáře zvyšují napětí a vytváří negativitu na stránce. Laskavost a zdvořilost pomáhá ostatním pochopit, kdo jsi.", + "commGuideList02E": "Vyvaruj se dlouhých diskuzí a rozporuplných témat mimo Zadní koutek. Pokud si myslíš, že někdo řekl něco urážlivého, tak se do něj hned nepouštěj. Jednoduchý komentář \"Tenhle vtip mě urazil nebo mi není příjemný,\" je v pořádku, ale unáhlené nebo nezdvořilé komentáře zvyšují napětí a vytváří negativitu na stránce. Laskavost a zdvořilost pomáhá ostatním pochopit, kdo jsi.", "commGuideList02F": "Okamžitě se podřiď jakémukoliv požadavku moderátorů na přerušení konverzace nebo její přesunutí do Zadního koutku. Poslední slova, rozdílné názory a odpálkování by se měla odehrát (zdvořile) u vašeho \"stolu\" v Zadním koutku, pokud to bude dovoleno.", "commGuideList02G": "Raději si nech chvilku na vychladnutí než odpovídat v afektu pokud ti někdo řekne, že něco, co jsi řekl, či udělal, jim bylo nepříjemné. V umění upřímně se někomu omluvit je velká síla. Pokud si myslíš, že způsob, kterým ti někdo odpověděl, byl nepřiměřený, kontaktuj moderátora než abys toho dotyčného veřejně konfrontoval.", - "commGuideList02H": "Rozporuplné či kontroverzní diskuze by měly být hlášeny moderátorům. Pokud si myslíš, že konverzace začíná být napjatá, příliš emocionální, nebo může někomu ublížit, přestaň se v ní angažovat. Místo toho pošli email na leslie@habitrpg.com a nahlaš nám to. Je naší prací tě ochránit.", + "commGuideList02H": "Rozporuplné či kontroverzní diskuze by měly být hlášeny moderátorům. Pokud si myslíš, že konverzace začíná být napjatá, příliš emocionální, nebo může někomu ublížit, přestaň se v ní angažovat. Místo toho pošli email na leslie@habitica a nahlaš nám to. Je naší prací tě ochránit.", "commGuideList02I": "Nespamujte. Spam může obsahovat: postování stejného komentáře na několik míst, postování linků bez vysvětlení nebo kontextu, postování nesmyslných zpráv, nebo postování mnoha zpráv za sebou. Opakované žadonění o drahokamy nebo předplatné také bude považováno za spam.", "commGuidePara019": "V soukromých prostorách, mají uživatelé více svobody povídat si o čem chtějí, ale i tak mohou porušovat Pravidla a podmínky, včetně uveřejňování jakéhokoliv diskriminujícího, násilného nebo urážlivého obsahu.", "commGuidePara020": "Soukromé zprávy (SZ) mají další zásady. Pokud tě někdo zablokoval, nekontaktuj je jinak aby tě odblokoval. Dále, neměl bys posílat soukromé zprávy někomu, kdo žádá o pomoc (veřejné odpovědi na žádosti o pomoc mohou pomoc i jiným v komunitě). Nakonec, neposílej nikomu soukromé zprávy, ve kterých žadoníš o drahokamy nebo předplatné, jelikož by to mohlo být považováno za spam.", @@ -48,11 +48,11 @@ "commGuidePara022": "Krčma je hlavním bodem v Habitice, kde se lidé socializují. Barman Daniel udržuje tohle místo čisté jako klícka a Lemoness vám ráda namíchá nějakou limču zatímco si vesele povídáte. Musíš si však pamatovat, že...", "commGuidePara023": "Konverzace se většinou točí kolem tipů na zlepšení a jen tak povídání.", "commGuidePara024": "Protože se v krčme zobrazuje pouze 200 vzkazů, není dobrý místem na zdlouhavé diskuze, převážně na citlivá témata (např. politika, náboženství, deprese, zda-li by měl být hon na gobliny zakázán, atd) Tyto konverzace by měly probíhat v přislušných ceších v Zadním koutku (více informací najdeš níže).", - "commGuidePara027": "Nerozebírej v krčmě nic návykového. Spousta lidí používá HabitRPG aby se svých špatných návyků zbavili. Slyšet, jak jsi o tom lidé povídají by pro ně mohlo být těžké. Respektuj své spoluhabiťany v krčmě a vezmi tohle v úvahu. To zahrnuje kouření, alkohol, pornografii, karban, nebo užívání zakázaných látek.", + "commGuidePara027": "Nerozebírej v krčmě nic návykového. Spousta lidí používá Habitiku aby se svých špatných návyků zbavila. Slyšet, jak jsi o tom lidé povídají by pro ně mohlo být těžké. Respektuj své spoluhabiťany v krčmě a vezmi tohle v úvahu. To zahrnuje kouření, alkohol, pornografii, karban, nebo užívání zakázaných látek.", "commGuideHeadingPublicGuilds": "Veřejné cechy", "commGuidePara029": "Veřejné cechy jsou hodně jako krčma, akorát místo obecných diskuzí se v nich mluví na specifické téma. Chat ve veřejném cechu by se měl soustředit na téma. Například, členové cechu řečníků se asi nebudou bavit o zahradničení, a cech přemožitelů draků asi nebude mít zájem o luštění starých run. Některé cechy jsou laxnější než jiné, ale i tak, drž se tématu!", "commGuidePara031": "Některé veřejné cechy budou obsahovat citlivá témata jako je deprese, náboženství, politika, atd. To je v pořádku pokud konverzace neporušují Pravidla a podmínky nebo Pravidla veřejných prostor a pokud budou k tématu.", - "commGuidePara033": "Veřejné cechy by NEMĚLY obsahovat obsah pro starší 18 let. Pokud mají v úmyslu často diskutovat o citlivých tématech, musí to být uvedeno v názvu cechu. Toto opatření existuje aby byli všichni v Habitice v bezpečí a aby se tu všichni cítili dobře. Pokud by takový cech obsahoval jiné druhy citlivých témat, bylo by slušné ostatní Habiťany varovat (např. \"Varování: diskuze je o sebepoškozování\"). Navíc by mělo být citlivé téma relevantní k cechu - začít mluvit o sebepoškozování v cechu o depresi se může zdát jako dobrý nápad, ale už nemusí být správných rozhodnutí v cechu o muzice. Pokud uvidíš, jak tohle pravidlo někdo neustále poškozuje, prosím, pošli nám email na leslie@habitrpg.com i se screenshoty.", + "commGuidePara033": "Veřejné cechy by NEMĚLY obsahovat obsah pro starší 18 let. Pokud mají v úmyslu často diskutovat o citlivých tématech, musí to být uvedeno v názvu cechu. Toto opatření existuje aby byli všichni v Habitice v bezpečí a aby se tu všichni cítili dobře. Pokud by takový cech obsahoval jiné druhy citlivých témat, bylo by slušné ostatní Habiťany varovat (např. \"Varování: diskuze je o sebepoškozování\"). Navíc by mělo být citlivé téma relevantní k cechu - začít mluvit o sebepoškozování v cechu o depresi se může zdát jako dobrý nápad, ale už nemusí být správných rozhodnutí v cechu o muzice. Pokud uvidíš, jak tohle pravidlo někdo neustále poškozuje, prosím, pošli nám email na leslie@habitica i se screenshoty.", "commGuidePara035": "Žádný cech, ať už veřejný nebo soukromý by neměl být založen za účelem útoku na skupinu nebo jednotlivce. Vytvoření takového cechu je důvodem k okamžitému banu. Bojuj proti špatným návykům, nebo proti dalším dobrodruhům!", "commGuidePara037": "Všechny výzvy v krčmě a výzvy veřejných cechů se musí těmito pravidly řídit také.", "commGuideHeadingBackCorner": "Zadní koutek", @@ -60,7 +60,7 @@ "commGuidePara039": "Cech Zadního koutku je bezplatný veřejný prostor pro diskuzi citlivých témat, či pro dlouhé konverzace, a je pečlivě moderována. Stále tu platí pravidla pro veřejné prostory a Pravidla a podmínky. Jen protože máme dlouhé kabáty a držíme se v koutě neznamená, že pravidla neplatí! A teď mi podej tu doutnající svíčku, prosím.", "commGuideHeadingTrello": "Trello fóra", "commGuidePara040": "Trello je otevřené fórum pro návrhy a pro diskuze funkcí stránky. Habitice vládnou lidé ve formě udatných přispěvatelů - my všichni budujeme tuto stránku společně. Trello je systém, který nám dává řád v chaosu. Tak tedy prosíme snaž se sepsat všechny své myšlenky do jednoho komentáře místo několik komentářů na jedné kartě. Pokud vymyslíš něco nového, můžeš svůj komentář kdykoliv upravit. Prosím, slituj se nad námi. S každým komentářem dostaneme upozornění a naše inboxy praskají ve švech.", - "commGuidePara041": "HabitRPG používá pět různých Trello fór:", + "commGuidePara041": "Habitika používá pět různých Trello fór:", "commGuideList03A": "Hlavní fórum je místo pro požadavky a kde se hlasuje o nových funkcích.", "commGuideList03B": "Mobilní fórum je místo pro požadavky a kde se hlasuje o nových funkcích pro aplikace pro mobily.", "commGuideList03C": "Pixel Art fórum je místo, kde se diskutuje o pixel obrázcích a kam je můžeš posílat.", @@ -68,12 +68,12 @@ "commGuideList03E": "Wiki fórum je místo pro zlepšení, požadavky a diskuzi o novém obsahu wiki.", "commGuidePara042": "Všechny mají svá vlastní pravidla a platí v nich i pravidla pro veřejné prostory. Uživatelé by se měli vyvarovat konverzací mimo téma ve všech fórech a na všech kartách. Věř nám, že fóra jsou už takhle hodně plná! Zdlouhavé konverzace by měly být přesunuty to cechu Zadního koutku.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG používá GitHub ke sledování chyb a ke zlepšování kódu. Je to kovárna, kde neúnavní kováři kují vylepšení! Platí zde všechna pravidla pro veřejný prostor. Buď ke kovářům zdvořilý - dá to hodně práce starta se o tuhle stránku! Hurá kovářům!", - "commGuidePara044": "Následující uživatelé jsou členy HabitRPG repo:", + "commGuidePara043": "Habitika používá ke sledování chyb a ke zlepšování kódu GitHub. Je to kovárna, kde neúnavní kováři kují vylepšení! Platí zde všechna pravidla pro veřejný prostor. Buď ke kovářům zdvořilý - dá to hodně práce starta se o tuhle stránku! Hurá kovářům!", + "commGuidePara044": "Následující uživatelé jsou členy Habitika repo:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "Wiki HabitRPG shromažďuje informace o stránce. Také obsahuje několik fór podobných cechům na HabitRPG. A proto tam platí pravidla pro veřejné prostory.", - "commGuidePara046": "Wiki HabitRPG může být považována za databázi všeho na HabitRPG. Poskytuje informace o vlastnostech stránky, návody na hru, tipy jak můžeš HabitRPG přispět a také poskytuje místo pro zviditelnění tvých cechů či družin a pro hlasování o tématech.", - "commGuidePara047": "Protože wiki se nachází na Wikii, platí zde nejen pravidla HabitRPG, ale i pravidla Wikie.", + "commGuidePara045": "Wiki Habitiky shromažďuje informace o stránce. Také obsahuje několik fór podobných cechům na Habitica. A proto tam platí pravidla pro veřejné prostory.", + "commGuidePara046": "Wiki Habitiky může být považována za databázi všeho na Habitica. Poskytuje informace o vlastnostech stránky, návody na hru, tipy jak můžeš Habitica přispět a také poskytuje místo pro zviditelnění tvých cechů či družin a pro hlasování o tématech.", + "commGuidePara047": "Protože wiki se nachází na Wikii, platí zde nejen pravidla Habitiky, ale i pravidla Wikie.", "commGuidePara048": "Wiki je výhradně kolaborací mezi všemi editory, tak mohou platit další pravidla:", "commGuideList04A": "Požadavky na nové stránky nebo velké změny na Wiki Trello fóru", "commGuideList04B": "Být otevřený o svém návrhu na změnu", @@ -82,7 +82,7 @@ "commGuideList04E": "Nespamovat či sabotovat stránky z osobních důvodů", "commGuideList04F": "Přečti si stránku o přispívání na wiki než začneš dělat velké změny", "commGuideList04G": "Nestranný tón na stránkách wiki", - "commGuideList04H": "Zajištění, že obsah wiki je relevatní celému HabitRPG a neprotěžuje konkrétní cech nebo družinu (takové informace mohou být přesunuty do fór)", + "commGuideList04H": "Zajištění, že obsah wiki je relevatní celému Habitica a neprotěžuje konkrétní cech nebo družinu (takové informace mohou být přesunuty do fór)", "commGuidePara049": "Následující lidé jsou současnými wiki administrátory:", "commGuidePara018": "Vysloužilí administrátoři wiki jsou", "commGuideHeadingInfractionsEtc": "Porušení, důsledky a náprava", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Mírnější porušení", "commGuidePara054": "Lehčí porušení pravidel neohrožuje naši komunitu, ale mohou být velmi nepříjemná. Lehčí porušení pravidel budou mít lehčí následky. Pokud se ale porušení nakupí, budou i jejich následky vážnější.", "commGuidePara055": "Následují příklady mírnějších porušení. Toto není úplný seznam.", - "commGuideList06A": "Ignorování nebo nerespektování moderátora. To zahrnuje i veřejné stížnosti o moderátorech nebo další uživatelích/veřejné obhajování nebo oslavování zabanovaných uživatelů. Pokud se ti nezdá nějaké pravidlo nebo chování moderátora, prosím, kontaktuj Lemoness na emailu (leslie@habitrpg.com).", + "commGuideList06A": "Ignorování nebo nerespektování moderátora. To zahrnuje i veřejné stížnosti o moderátorech nebo další uživatelích/veřejné obhajování nebo oslavování zabanovaných uživatelů. Pokud se ti nezdá nějaké pravidlo nebo chování moderátora, prosím, kontaktuj Lemoness na emailu (leslie@habitica).", "commGuideList06B": "Hraní si na moderátora. Jen pro upřesnění: přátelské připomenutí pravidel není na škodu. Hraní si na moderátora zahrnuje nařizování, vyžadování a/nebo trvání na to, aby někdo udělal co jsi popsal k napravení chyby. Můžeš někoho upozornit na to, že někdo spáchal přestupek, ale prosím nevyžaduj nějakou akci. Například říct \"Abys věděl, vulgarity jsou v Krčmě zakázané, tak by asi bylo lepší to smazat\" je lepší než říct \"Budu tě muset požádat o smazání příspěvku.\"", "commGuideList06C": "Opakované porušení pravidel veřejného prostoru", "commGuideList06D": "Opakování lehčích porušení", @@ -139,7 +139,7 @@ "commGuidePara062": "Email, který ti byl zaslán, ve kterém vysvětlujeme důsledky tvých činů (nebo, v případě lehčích přestupků, oznámení moderátora/zaměstnance) je dobrým zdrojem informací. Spolupracuj s omezeními, které na tebe byli uvaleny a snaž se dosáhnout podmínek, abys jich byl zbaven.", "commGuidePara063": "Pokud nerozumíš důsledkům nebo svému přestupku, požádej zaměstnance/moderátory o rady, aby ses mohl přestupkům v budoucnosti vyhnout.", "commGuideHeadingContributing": "Přispět Habitice", - "commGuidePara064": "HabitRPG je open-source projekt, což znamená že kterýkoliv z Habiťanů může přispět! Ti, kteří přispějí, budou odměněni následujícími stupni přispěvatelů:", + "commGuidePara064": "Habitica je open-source projekt, což znamená že kterýkoliv z Habiťanů může přispět! Ti, kteří přispějí, budou odměněni následujícími stupni přispěvatelů:", "commGuideList12A": "Odznak přispěvatele Habit RPG, plus 3 drahokamy", "commGuideList12B": "Přispěvatelské brnění, plus 3 drahokamy", "commGuideList12C": "Helma přispěvatele, plus 3 drahokamy", @@ -154,7 +154,7 @@ "commGuideList13C": "Úrovně nezačínají odznovu v každé oblasti. Při zjišťování obtížnosti přihlížíme a všechny tvé příspěvky, tak aby lidé, kteří udělají pár obrázků, pak spraví malou chybu, pak se porýpou ve wiki, nepostupovali výše rychleji než lidé, kteří tvrdě dřou na jednom úkolu. To udržuje věci fér!", "commGuideList13D": "Uživatelé v podmínce nemohou povýšení na vyšší úroveň. Moderátoři mají právo zmrazit uživatelův postup za přestupky. Pokud se tak stane, uživatel bude vždy informován o rozhodnutí a jak to napravit. Úrovně mohou být také odebrány jako důsledek závažného porušení pravidel nebo jako důsledek podmínky.", "commGuideHeadingFinal": "Poslední část", - "commGuidePara067": "Tak takhle to je odvážný Habiťane - Zásady komunity! Setři si pot z čela a přijmi nějaké zkušenostní body za tu práci se čtením. Pokud máš nějaké otázky ohledně těchto Zásad komunity, prosím pošli email Lemoness (leslie@habitrpg.com) a ona ti vše ráda vysvětlí.", + "commGuidePara067": "Tak takhle to je odvážný Habiťane - Zásady komunity! Setři si pot z čela a přijmi nějaké zkušenostní body za tu práci se čtením. Pokud máš nějaké otázky ohledně těchto Zásad komunity, prosím pošli email Lemoness (leslie@habitica) a ona ti vše ráda vysvětlí.", "commGuidePara068": "Nyní kupředu, chrabrý dobrodruhu, a přemož nějaké Denní úkoly!", "commGuideHeadingLinks": "Užitečné odkazy", "commGuidePara069": "Následují talentovaní umělci přispěli ilustracemi:", @@ -163,7 +163,7 @@ "commGuideLink02": "Cech zadního koutku", "commGuideLink02description": "cech pro dlouhé diskuze nebo diskuze na citlivá témata.", "commGuideLink03": "Wiki", - "commGuideLink03description": "největší sbírka informací o HabitRPG.", + "commGuideLink03description": "největší sbírka informací o Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "pro hlášení chyb a kódování programů!", "commGuideLink05": "Hlavní Trello", diff --git a/common/locales/cs/content.json b/common/locales/cs/content.json index d532e819e1..79868b4352 100644 --- a/common/locales/cs/content.json +++ b/common/locales/cs/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Sedlo", "foodSaddleNotes": "Okamžitě zkrotí jednoho z tvých mazlíčků, aby sis ho mohl osedlat.", "foodNotes": "Nakrm tímto mazlíčka, aby z něj vyrostlo pořádné zvíře." -} \ No newline at end of file +} diff --git a/common/locales/cs/contrib.json b/common/locales/cs/contrib.json index cd6463c610..34d5547db3 100644 --- a/common/locales/cs/contrib.json +++ b/common/locales/cs/contrib.json @@ -1,6 +1,6 @@ { "friend": "Přítel", - "friendFirst": "Když je tvůj první set zlepšováků zaveden, obdržíš odznak přispěvatele HabitRPG. Tvoje jméno v chatu v krčme bude pyšně ukazovat, že jsi přispěvatel. Jako kořist za svou práci také obdržíš 3 drahokamy.", + "friendFirst": "Když je tvůj první set zlepšováků zaveden, obdržíš odznak přispěvatele Habitice. Tvoje jméno v chatu v krčme bude pyšně ukazovat, že jsi přispěvatel. Jako kořist za svou práci také obdržíš 3 drahokamy.", "friendSecond": "Když je tvůj druhý set zlepšováků zaveden, budeš mít možnost koupit si Křišťálové brnění v obchodě s Odměnami. Jako kořist za svou práci také obdržíš 3 drahokamy.", "elite": "Elita", "eliteThird": "Když je tvůj třetí set zlepšováků zaveden, budeš mít možnost koupit si Křišťálovou helmu v obchodě s Odměnami. Jako kořist za svou práci také obdržíš 3 drahokamy.", @@ -9,24 +9,24 @@ "championFifth": "Když je tvůj pátý set zlepšováků zaveden, budeš mít možnost koupit si Křišťálový štít v obchodě s Odměnami. Jako kořist za svou práci také obdržíš 4 drahokamy.", "championSixth": "Když je tvůj šestý set zlepšováků zaveden, obdržíš Hydru. Také obdržíš 4 drahokamy.", "legendary": "Legenda", - "legSeventh": "Když je tvůj sedmý set zlepšováků zaveden, obdržíš 4 drahokamy a staneš se ctěným členem Cechu Přispěvatelů a budeš zasvěcen do detailů za oponou HabitRPG! Další příspěvky ti nebudou zvyšovat úroveň, ale mohou ti dále vydělávat Drahokamy a tituly.", + "legSeventh": "Když je tvůj sedmý set zlepšováků zaveden, obdržíš 4 drahokamy a staneš se ctěným členem Cechu Přispěvatelů a budeš zasvěcen do detailů za oponou Habitiky! Další příspěvky ti nebudou zvyšovat úroveň, ale mohou ti dále vydělávat Drahokamy a tituly.", "moderator": "Moderátor", "guardian": "Ochránce", "guardianText": "Moderátoři byly pečlivě vybráni z řad přispěvatelů na vysokých úrovních, tak jim, prosím, ukazujte respekt a naslouchejte jejich radám.", "staff": "Hůl", "heroic": "Hrdina", - "heroicText": "Mezi hrdiny patří personál HabitRPG a přispěvatelé na úrovni personálu. Pokud máš tento titul, byl ti udělen (nebo jsme tě najali!).", + "heroicText": "Mezi hrdiny patří personál Habitiky a přispěvatelé na úrovni personálu. Pokud máš tento titul, byl ti udělen (nebo jsme tě najali!).", "npcText": "NPC podpořily hru nejvyšší částkou na Kickstarteru. Můžeš je najít, jak stráží funkce stránky!", "modalContribAchievement": "Ocenění pomocníka", - "contribModal": "<%= name %>, ty úžasná osobo! Nyní jsi za pomoc Habit RPG na úrovni přispěvatele <%= name %> . Podívej se ", + "contribModal": "<%= name %>, ty úžasná osobo! Nyní jsi za pomoc Habit RPG na úrovni přispěvatele <%= name %> . Podívej se", "contribLink": "jaké ceny jsi za svou pomoc získal!", "contribName": "Přispěvatel", - "contribText": "Pomohl si HabitRPG (programování, design, pixel art, právní pomoc, dokumentace, atd.). Chceš toto ocenění?", + "contribText": "Pomohl si Habitice (programování, design, pixel art, právní pomoc, dokumentace, atd.). Chceš toto ocenění?", "readMore": "Číst dál", "kickstartName": "Podporovatel z Kickstarteru ve výši - $<%= tier %>", "kickstartText": "Podpořil projekt na Kickstarteru", "helped": "Pomohl Habitu růst", - "helpedText1": "Pomohl HabitRPG růst vyplněním ", + "helpedText1": "Pomohl Habitice růst vyplněním", "helpedText2": "tohoto dotazníku.", "hall": "Síň slávy", "contribTitle": "Přispěvatelský titul (např. \"Kovář\")", @@ -52,19 +52,19 @@ "tier": "Úroveň", "visitHeroes": "Navštiv Sál hrdinů (pomocníci a přispěvatelé)", "conLearn": "Dozvi se více o odměnách přispěvatelům.", - "conLearnHow": "Jak přispět HabitRPG", + "conLearnHow": "Jak přispět Habitice", "removeAds": "Předplaťte si pro odstranění reklam", "whyAds": "Proč reklamy?", - "whyAdsContent1": "HabitRPG je open source projekt a je rád za každou pomoc - popřemýšlejte nad tímto darem vývojářům. Navíc získáte 20 drahokamů, které můžete použít na nákup speciálních předmětů.", + "whyAdsContent1": "Habitica je open source projekt a je rád za každou pomoc - popřemýšlejte nad tímto darem vývojářům. Navíc získáte 20 drahokamů, které můžete použít na nákup speciálních předmětů.", "whyAdsContent2": "'Hej, podpořil jsem vás na Kickstarteru!' - řiď se", "whyAdsContent3": "těmito instrukcemi", - "surveysSingle": "Pomohl HabitRPG vyplněním dotazníku. Nejsou žádné aktivní dotazníky.", - "surveysMultiple": "Pomohl HabitRPG růst vyplněním <%= surveys%> dotazníků. Nejsou žádné aktivní dotazníky.", + "surveysSingle": "Pomohl Habitice vyplněním dotazníku. Nejsou žádné aktivní dotazníky.", + "surveysMultiple": "Pomohl Habitice růst vyplněním <%= surveys%> dotazníků. Nejsou žádné aktivní dotazníky.", "currentSurvey": "Aktuální dotazník", "surveyWhen": "Odznaky budou rozdány všem účastníkům poté, co budou všechny dotazníky zpracovány ke konci března.", "blurbInbox": "Tady se ti ukládají soukromé zprávy! Zprávu někomu odešleš tak, že klikneš na ikonku obálky vedle jejich jména v Krčmě, Družině, nebo chatu v Cechu.", - "blurbGuildsPage": "Cechy jsou chatovací skupiny s podobnými zájmy, které jsou tvořené hráči pro hráče. Můžeš si vyhledat témata, která tě zajímají! ", + "blurbGuildsPage": "Cechy jsou chatovací skupiny s podobnými zájmy, které jsou tvořené hráči pro hráče. Můžeš si vyhledat témata, která tě zajímají!", "blurbChallenges": "Výzvy jsou tvořeny tvými spoluhráči. Když se účastníš Výzvy, přidají se ti úkoly na tvou stránku s úkoly, a když Výzvu vyhraješ, dostaneš ocenění a často i Drahokamy!", - "blurbHallPatrons": "Toto je Síň Patronů, ve které oslavujeme vznešené dobrodruhy, kteří podpořili HabitRPG na Kickstarteru. Jsme jim vděční za to, že pomohli Habitiku přivést k životu!", - "blurbHallHeroes": "Toto je Síň Hrdinů, kde oslavujeme open-source přispěvatele HabitRPG. Ať už za kód, kresby, hudbu, psaní, nebo jen prostě za pomoc, vysloužili si Drahokamy, exkluzivní vybavení a prestižní tituly. Také můžeš HabitRPG přispět! Více informací najdeš zde." + "blurbHallPatrons": "Toto je Síň Patronů, ve které oslavujeme vznešené dobrodruhy, kteří podpořili Habitiku na Kickstarteru. Jsme jim vděční za to, že pomohli Habitiku přivést k životu!", + "blurbHallHeroes": "Toto je Síň Hrdinů, kde oslavujeme open-source přispěvatele Habitiky. Ať už za kód, kresby, hudbu, psaní, nebo jen prostě za pomoc, vysloužili si Drahokamy, exkluzivní vybavení a prestižní tituly. Také můžeš Habitice přispět! Více informací najdeš zde." } \ No newline at end of file diff --git a/common/locales/cs/defaulttasks.json b/common/locales/cs/defaulttasks.json index 6c5fda9f17..97af304397 100644 --- a/common/locales/cs/defaulttasks.json +++ b/common/locales/cs/defaulttasks.json @@ -16,8 +16,8 @@ "defaultDaily4Checklist1": "Protažení", "defaultDaily4Checklist2": "Sedy lehy", "defaultDaily4Checklist3": "Kliky", - "defaultTodoNotes": "Tento úkol můžeš dokončit, upravit nebo odstranit. ", - "defaultTodo1Text": "Přidat se k HabitRPG (Odškrtni mě!)", + "defaultTodoNotes": "Tento úkol můžeš dokončit, upravit nebo odstranit.", + "defaultTodo1Text": "Přidat se k Habitice (Odškrtni mě!)", "defaultTodo2Text": "Přidat zvyk", "defaultTodo2Checklist1": "vytvořit Zvyk", "defaultTodo2Checklist2": "Nastav ho na buď jen \"+\", jen \"-\" , nebo \"+/-\" v sekci Upravit", diff --git a/common/locales/cs/front.json b/common/locales/cs/front.json index 1e1f0e790e..a8b5430f0e 100644 --- a/common/locales/cs/front.json +++ b/common/locales/cs/front.json @@ -2,7 +2,7 @@ "FAQ": "FAQ", "accept1Terms": "Kliknutím na následující tlačítko souhlasím s", "accept2Terms": "a", - "alexandraQuote": "Nemohla jsem o HabitRPG nemluvit při svém proslovu v Madridu. Nástroj, který musí mít každý živnostník, který by potřeboval nějakého šéfa nad sebou.", + "alexandraQuote": "Nemohla jsem o Habitice nemluvit při svém proslovu v Madridu. Nástroj, který musí mít každý živnostník, který by potřeboval nějakého šéfa nad sebou.", "althaireQuote": "Být neustále na nějaké výpravě mě hodně motivuje plnit denní úkoly a úkoly v úkolníčku. Mou největší motivací je nenechat mou družinu ve štychu.", "andeeliaoQuote": "Úžasný produkt, začala jsem teprve před pár dny a již si více hlídám čas a jsem mnohem produktivnější!", "autumnesquirrelQuote": "Už se tolik neflákám jak v práci, tak doma, a platím účty včas.", @@ -11,7 +11,7 @@ "businessSample3": "Seřadit a zpracovat příchozí poštu", "businessSample4": "Připravit 1 dokument pro klienta", "businessSample5": "Zavolat klientům/Odložit telefonáty", - "businessText": "Používejte HabitRPG při podnikání", + "businessText": "Používejte Habitiku při podnikání", "choreSample1": "Dát špinavé prádlo do koše", "choreSample2": "20 minut domácích prací", "choreSample3": "Umýt nádobí", @@ -32,14 +32,14 @@ "companyPrivacy": "Soukromí", "companyTerms": "Podmínky", "companyVideos": "Videa", - "contribUse": "Přispěvatelé HabitRPG používají", + "contribUse": "Přispěvatelé Habitice používají", "dragonsilverQuote": "Ani už nedokážu vyjmenovat všechny aplikace na sledování úkolů a management času, které jsem v minulosti vyzkoušel... HRPG je jediný, který mi opravdu pomohl něco udělat a ne jen si věci vypsat.", - "dreimQuote": "Když jsem minulé léto objevila HabitRPG, neudělala jsem asi polovinu zkoušek. Ale díky denním úkolů jsem byla schopná zorganizovat si svůj čas a srovnat se do latě. A nakonec jsem udělala všechny zkoušky minulý měsíc na velice dobré známky.", + "dreimQuote": "Než jsem minulé léto objevila Habitiku, neudělala jsem asi polovinu zkoušek. Ale díky denním úkolů jsem byla schopná zorganizovat si svůj čas a srovnat se do latě. A nakonec jsem udělala všechny zkoušky minulý měsíc na velice dobré známky.", "elmiQuote": "Každý den se těším, až vstanu a získám další zlato!", "email": "Email", "emailNewPass": "Poslat nové heslo na email", "evagantzQuote": "První kontrola u zubaře, který byl poprvé spokojen s mými čistícími návyky. Děkuju, HabiRPG!", - "examplesHeading": "Hráči používají HabitRPG ke zvládnutí...", + "examplesHeading": "Hráči používají Habitiku ke zvládnutí...", "featureAchievementByline": "Děláš něco úžasného? Získej odznak a všem ho ukaž!", "featureAchievementHeading": "Odznaky za úspěchy", "featureEquipByline": "Kup si limitované edice výzbroje, lektvary, a další virtuální zboží na našem Trhu za odměny za úkoly!", @@ -55,7 +55,7 @@ "footerMobile": "Mobilní aplikace", "footerSocial": "Komunita", "forgotPass": "Zapomněl jsem heslo", - "frabjabulousQuote": "Díky HabitRPG jsem dostala naprosto suprovou práci... A co víc, každý den používám zubní nit!", + "frabjabulousQuote": "Díky Habitice jsem dostala naprosto suprovou práci... A co víc, každý den používám zubní nit!", "free": "Hraj zdarma", "gamifyButton": "Ať je život hrou již dnes!", "goalSample1": "Cvičit na piáno 1 hodinu", @@ -71,47 +71,47 @@ "healthSample4": "Jíst zdravě/nezdravě", "healthSample5": "Zapotit se na 1 hodinu", "history": "Historie", - "infhQuote": "HabitRPG mi opravdu pomohlo dát mému životu nějakou strukturu.", + "infhQuote": "Habitika mi opravdu pomohlo dát mému životu nějakou strukturu.", "invalidEmail": "Aby mohlo proběhnout resetování hesla, musí být zadán platný email.", - "irishfeet123Quote": "Měla jsem problém s úklidem. Nechávala jsem všude nádobí a skleničky. HabitRPG mi pomohlo!", + "irishfeet123Quote": "Měla jsem problém s úklidem. Nechávala jsem všude nádobí a skleničky. Habitika mi pomohla!", "joinOthers": "Přidej se k 250 000 lidí, kteří dosahují svých cílů zábavným způsobem!", - "kazuiQuote": "Před HabitRPG jsem se zasekla s diplomkou a byla jsem nespokojena se svou disciplínou ohledně domácích prací a věcí jako učením se slovíček. Ukázalo se, že když si tyhle cíle rozdělím na menší, je mnohem snazší se motivovat a neustále pracovat.", + "kazuiQuote": "Před Habitikou jsem se zasekla s diplomkou a byla jsem nespokojena se svou disciplínou ohledně domácích prací a věcí jako učením se slovíček. Ukázalo se, že když si tyhle cíle rozdělím na menší, je mnohem snazší se motivovat a neustále pracovat.", "landingadminlink": "administrační balíčky", "landingend": "Stále nejsi přesvědčen?", "landingend2": "Podívej se na detailnější seznam", "landingend3": ". Hledáš trochu osobnější přístup? Podívej se na naše", "landingend4": ", které jsou skvělé pro rodiny, učitele, podpůrné skupiny a podniky.", "landingfeatureslink": "našich služeb", - "landingp1": "Problém aplikací pro produktivitu na trhu je ten, že nenabízí systém motivace uživatele, který by ho nutil zůstat. HabitRPG tohle nabízí a ještě tě u toho pobaví rozsáhlou řadou odměn za tvé úspěchy, ale i povzbudí penalizací za nesplnění tvých úkolů. HabitRPG je externím motivátorem pro tvé každodenní činnosti.", - "landingp2": "Kdykoli upevníš pozitivní zvyk, splníš každodenní úkol nebo splníš něco z úkolů, HabitRPG tě okamžitě odmění v podobě zkušenostních bodů a zlaťáků. Zkušenostní body tě přibližují k další úrovni postavy, ve kterých odemykáš další možnosti, jako jsou povolání a mazlíčci, a vylepšuješ svou osobní statistiku. Zlaťáky můžeš utrácet za předměty, které mění tvůj zážitek, nebo osobní odměny, které si můžeš vytvořit za účelem osobní motivace. Když ti i ty nejmenší úspěchy opatří okamžitou odměnu, budeš méně náchylný k otálení a odkládání věcí na později.", + "landingp1": "Problém aplikací pro produktivitu na trhu je ten, že nenabízí systém motivace uživatele, který by ho nutil zůstat. Habitika tohle nabízí a ještě tě u toho pobaví rozsáhlou řadou odměn za tvé úspěchy, ale i povzbudí penalizací za nesplnění tvých úkolů. Habitika je externím motivací pro tvé každodenní činnosti.", + "landingp2": "Kdykoli upevníš pozitivní zvyk, splníš každodenní úkol nebo splníš něco z úkolů, Habitika tě okamžitě odmění v podobě zkušenostních bodů a zlaťáků. Zkušenostní body tě přibližují k další úrovni postavy, ve kterých odemykáš další možnosti, jako jsou povolání a mazlíčci, a vylepšuješ svou osobní statistiku. Zlaťáky můžeš utrácet za předměty, které mění tvůj zážitek, nebo osobní odměny, které si můžeš vytvořit za účelem osobní motivace. Když ti i ty nejmenší úspěchy opatří okamžitou odměnu, budeš méně náchylný k otálení a odkládání věcí na později.", "landingp2header": "Okamžitá odměna", - "landingp3": "Pokaždé, když propadneš nějakému zlozvyku nebo nezvládneš dokončit některý z denních úkolů, ztratíš část zdraví. Pokud ti zdraví klesne příliš, zemřeš a ztratíš část z pokroku, kterého jsi dosáhl. Díky okamžitým následkům ti může HabitRPG pomoci překonat zlozvyky a cykly prokrastinace předtím, než způsobí problémy v reálném životě.", + "landingp3": "Pokaždé, když propadneš nějakému zlozvyku nebo nezvládneš dokončit některý z denních úkolů, ztratíš část zdraví. Pokud ti zdraví klesne příliš, zemřeš a ztratíš část z pokroku, kterého jsi dosáhl. Díky okamžitým následkům ti může Habitika pomoci překonat zlozvyky a cykly prokrastinace předtím, než způsobí problémy v reálném životě.", "landingp3header": "Následky", - "landingp4": "Aktivní komunita, kterou HabitRPG poskytuje, ti dává odpovědnost, kterou potřebuješ k vytrvání v úkolech. Díky systému družin se můžeš nechat motivovat svými přáteli. Systém cechů ti umožní najít lidi s podobnými zájmy nebo problémy, takže budeš moci sdílet své cíle a rady jak překonávat překážky. Právě komunita na HabitRPG zajišťuje podporu a odpovědnost, kterou potřebuješ k úspěchu. ", + "landingp4": "Aktivní komunita, kterou Habitika poskytuje, ti dává odpovědnost, kterou potřebuješ k vytrvání v úkolech. Díky systému družin se můžeš nechat motivovat svými přáteli. Systém cechů ti umožní najít lidi s podobnými zájmy nebo problémy, takže budeš moci sdílet své cíle a rady jak překonávat překážky. Právě komunita v Habitice zajišťuje podporu a odpovědnost, kterou potřebuješ k úspěchu.", "landingp4header": "Odpovědnost", - "leadText": "HabitRPG je aplikace na vytváření zvyků a udržení produktivity, která ti z reálného života udělá hru. Díky odměnám a trestům budeš motivován, a silná sociální síť tě bude inspirovat. HabitRPG ti pomůže dosáhnout tvých cílů, ať už chceš být zdravý, pilný, nebo šťastný.", + "leadText": "Habitika je aplikace na vytváření zvyků a udržení produktivity, která ti z reálného života udělá hru. Díky odměnám a trestům budeš motivován, a silná sociální síť tě bude inspirovat. Habitika ti pomůže dosáhnout tvých cílů, ať už chceš být zdravý, pilný, nebo šťastný.", "login": "Přihlásit", "loginAndReg": "Přihlásit / Registrovat", "loginFacebookAlt": "Přihlásit / Registrovat pomocí Facebooku", "logout": "Odhlásit", "marketing1Header": "Zlepšete své návyky hraním hry", - "marketing1Lead1": "HabitRPG je internetová hra, která zlepšuje návyky v reálném životě. Mění tvůj život v hru tím, že všechny tvé úkoly (zvyky, denní úkoly a úkoly v úkolníčku) přemění na malá \"monstra\", která musíš porazit. Čím lepší v tom budeš, tím dále budeš postupovat ve hře. Pokud se nebudeš snažit, tvá postava začne chřadnout. ", + "marketing1Lead1": "Habitika je internetová hra, která zlepšuje návyky v reálném životě. Mění tvůj život v hru tím, že všechny tvé úkoly (zvyky, denní úkoly a úkoly v úkolníčku) přemění na malá \"monstra\", která musíš porazit. Čím lepší v tom budeš, tím dále budeš postupovat ve hře. Pokud se nebudeš snažit, tvá postava začne chřadnout.", "marketing1Lead2": "Získej Hustou Výbavu. Vylepši si zvyky aby sis mohl vylepšit postavu. Pochlub se hustou výbavou, kterou sis zasloužil", "marketing1Lead2Title": "Získej Hustou Výbavu", - "marketing1Lead3": "Najdi náhodné ceny. Některé lidi motivuje hazard, neboli systém zvaný \"náhodné odměňování\". Habit RPG je vybaven všemi styly upevnění zvyků: pozitivním, negativním, předvídatelným a náhodným.", + "marketing1Lead3": "Najdi náhodné ceny. Některé lidi motivuje hazard, neboli systém zvaný \"náhodné odměňování\". Habitika je vybavena všemi styly upevnění zvyků: pozitivním, negativním, předvídatelným a náhodným.", "marketing1Lead3Title": "Najdi náhodné ceny", "marketing2Header": "Soutěž s přáteli. Připoj se do zájmových skupin.", - "marketing2Lead1": "I když můžeš hrát HabitRPG sám, dostane to grády až když začneš spolupracovat a soutěžit s ostatními a svalovat vinu jeden na druhého. Nejefektivnější část jakéhokoliv sebezlepšovacího programu je sociální odpovědnost. A jaké je lepší prostředí pro odpovědnost a soutěživost než video hra?", - "marketing2Lead2": "Bojuj s bossy. Co by byla hra bez bojů? Bojuj s bossy se svou družinou. Bossové jsou \"super odpovědný mód\" - den, kdy prošvihneš posilovnu je dnem, kdy Boss uškodí všem. ", + "marketing2Lead1": "I když můžeš hrát Habitiku sám, dostane to grády až když začneš spolupracovat a soutěžit s ostatními a svalovat vinu jeden na druhého. Nejefektivnější část jakéhokoliv sebezlepšovacího programu je sociální odpovědnost. A jaké je lepší prostředí pro odpovědnost a soutěživost než video hra?", + "marketing2Lead2": "Bojuj s bossy. Co by byla hra bez bojů? Bojuj s bossy se svou družinou. Bossové jsou \"super odpovědný mód\" - den, kdy prošvihneš posilovnu je dnem, kdy Boss uškodí všem.", "marketing2Lead2Title": "Bossové", "marketing2Lead3": "Výzvy ti umožňují soutěžit s přáteli a neznámými lidmi. Ten, kdo ze sebe při výzvě vydá to nejlepší, vyhrává speciální ceny.", "marketing3Header": "Aplikace", - "marketing3Lead1": "Aplikace pro iPhone a Android ti umožňují postarat se o vše na cestách. Uvědomujeme si, že přihlášení se na stránku, abys odklikal úkoly, může být otrava. ", - "marketing3Lead2": "Další nástroje třetích stran přináší HabitRPG do různých aspektů tvého života. Naše API umožňuje snadnou integraci s věcmi jako rozšířením Chrome, se kterým budeš ztrácet body za surfování po neproduktivních stránkách, nebo získávat body za surfování po těch produktivních. Více se dozvíš zde", + "marketing3Lead1": "Aplikace pro iPhone a Android ti umožňují postarat se o vše na cestách. Uvědomujeme si, že přihlášení se na stránku, abys odklikal úkoly, může být otrava.", + "marketing3Lead2": "Další nástroje třetích stran přináší Habitika do různých aspektů tvého života. Naše API umožňuje snadnou integraci s věcmi jako rozšířením Chrome, se kterým budeš ztrácet body za surfování po neproduktivních stránkách, nebo získávat body za surfování po těch produktivních. Více se dozvíš zde", "marketing4Header": "Využití v organizacích", "marketing4Lead1": "Vzdělávání je jedním z nejlepších sektorů pro zhratelnění. Všichni víme, jak jsou v dnešní době studenti přilepení k mobilům a počítačovým hrám, využijte toho! Nechte je soupeřit v přátelské soutěži. Odměňujte dobré chování unikátními cenami. A pozorujte jak se jejich známky a chování zlepší.", "marketing4Lead1Title": "Vzdělávání hrou", - "marketing4Lead2": "Náklady na zdraví rostou a něco se musí změnit. Stovky programů jsou sestavovány za účelem snížení nákladů a zlepšení blahobytu. Věříme, že HabitRPG může dláždit cestu ke zdravému životnímu stylu.", + "marketing4Lead2": "Náklady na zdraví rostou a něco se musí změnit. Stovky programů jsou sestavovány za účelem snížení nákladů a zlepšení blahobytu. Věříme, že Habitika může dláždit cestu ke zdravému životnímu stylu.", "marketing4Lead2Title": "Zdravý životní styl jako hra", "marketing4Lead3-1": "Chceš proměnit svůj život ve hru?", "marketing4Lead3-2": "Zajímáš se o vedení skupiny ve vzdělání, wellness a více?", @@ -126,10 +126,10 @@ "passMan": "Pokud používáš správce hesel ( jako 1Password) a máš problémy se přihlásit, zkus napsat uživatelské jméno a heslo ručně.", "password": "Heslo", "playButton": "Hraj", - "playButtonFull": "Hraj HabitRPG", + "playButtonFull": "Hraj Habitiku", "presskit": "Pro novináře", "presskitDownload": "Stáhnout všechny obrázky:", - "presskitText": "Děkujeme za zájem o HabitRPG! Následující obrázky mohou být použity pro články nebo videa o HabitRPG. pro více informací, prosíme, kontaktujte Sienu Leslie na leslie@habitrpg.com.", + "presskitText": "Děkujeme za zájem o Habitiku! Následující obrázky mohou být použity pro články nebo videa o Habitice. pro více informací, prosíme, kontaktujte Sienu Leslie na leslie@habitica.com.", "privacy": "Ochranou soukromí", "psst": "Psst", "punishByline": "Zlom zlozvyky a skonči s flákáním díky okamžitým následkům.", @@ -152,9 +152,9 @@ "schoolSample3": "Sejít se se studijní skupinou", "schoolSample4": "Poznámky k 1 kapitole", "schoolSample5": "Přečíst 1 kapitolu", - "sixteenBitFilQuote": "Plním své úkoly v rekordním čase díky HabitRPG. Vždycky se hrozně těším, až dosáhnu další úrovně!", + "sixteenBitFilQuote": "Plním své úkoly v rekordním čase díky Habitice. Vždycky se hrozně těším, až dosáhnu další úrovně!", "skysailorQuote": "Moje družina a naše výpravy mě drží stále ve hře, což mě motivuje plnit své závazky a měnit tak svůj život k lepšímu.", - "socialTitle": "HabitRPG - Ať je život hrou", + "socialTitle": "Habitika - Ať je život hrou", "supermouse35Quote": "Víc cvičím a už měsíc jsem si nezapomněla vzít léky! Díky, Habit :D", "sync": "Synchronizovat", "tasks": "Úkoly", @@ -168,11 +168,11 @@ "unlockByline1": "Dosáhni svých cílů a postup na vyšší úroveň.", "unlockByline2": "Odemkni novou motivaci, jako je sbírání mazlíčků, náhodné odměny, sesílání kouzel a mnohem víc!", "unlockHeadline": "Čím jsi produktivnější, tím více obsahu odemkneš!", - "useUUID": "Použij UUID / API Token (pro uživatele Facebooku) ", + "useUUID": "Použij UUID / API Token (pro uživatele Facebooku)", "username": "Uživatelské jméno", "watchVideos": "Podívej se na videa", "work": "Práce", - "zelahQuote": "HabitRPG mi pomáhá rozhodnout se, jestli jít do postele a získat za to body, nebo zůstat vzhůru a přijít o zdraví!", + "zelahQuote": "Habitika mi pomáhá rozhodnout se, jestli jít do postele a získat za to body, nebo zůstat vzhůru a přijít o zdraví!", "reportAccountProblems": "Nahlásit problémy z účtem", "reportCommunityIssues": "Nahlásit problém v komunitě", "generalQuestionsSite": "Obecné otázky o stránce", diff --git a/common/locales/cs/gear.json b/common/locales/cs/gear.json index 38c4a7200d..034c80817f 100644 --- a/common/locales/cs/gear.json +++ b/common/locales/cs/gear.json @@ -71,13 +71,13 @@ "weaponSpecialTridentOfCrashingTidesText": "Trojzubec Silného přílivu", "weaponSpecialTridentOfCrashingTidesNotes": "Propůjčuje ti schopnost velet rybám, ale také pořádně probodnout své úkoly. Zvyšuje Inteligenci o <%= int %>.", "weaponSpecialYetiText": "Kopí krotitele Yettiho", - "weaponSpecialYetiNotes": "Toto kopí umožňuje svému uživateli velet jakémukoliv Yettimu. Zvyšuje sílu o <%= str %>. Limitovaná edice zimního vybavení 2013-2014! ", + "weaponSpecialYetiNotes": "Toto kopí umožňuje svému uživateli velet jakémukoliv Yettimu. Zvyšuje sílu o <%= str %>. Limitovaná edice zimního vybavení 2013-2014!", "weaponSpecialSkiText": "Lyžovražedná hůl", "weaponSpecialSkiNotes": "Zbraň schopná ničení hord nepřátel! Také pomáhá svému uživateli dělat pěkně souběžné obraty. Zvyšuje sílu o <%= str %>. Limitovaná edice Zimního vybavení 2013-2014!", "weaponSpecialCandycaneText": "Cukrátková hůl", - "weaponSpecialCandycaneNotes": "Mocná kouzelnická hůl. Silně VYNIKAJÍCÍ, máme na mysli! Zbraň pro obě ruce. Zvyšuje Inteligenci o <%= int%> a Vnímání o <%= per%>. Limitovaná edice Zimního vybavení 2013-2014! ", + "weaponSpecialCandycaneNotes": "Mocná kouzelnická hůl. Silně VYNIKAJÍCÍ, máme na mysli! Zbraň pro obě ruce. Zvyšuje Inteligenci o <%= int%> a Vnímání o <%= per%>. Limitovaná edice Zimního vybavení 2013-2014!", "weaponSpecialSnowflakeText": "Vločková hůlka", - "weaponSpecialSnowflakeNotes": "Tato hůlka září nekonečnou léčebnou silou. Zvyšuje Inteligenci o <%= int %>. Limitovaná edice Zimního vybavení 2013-2014! ", + "weaponSpecialSnowflakeNotes": "Tato hůlka září nekonečnou léčebnou silou. Zvyšuje Inteligenci o <%= int %>. Limitovaná edice Zimního vybavení 2013-2014!", "weaponSpecialSpringRogueText": "Hákové drápy", "weaponSpecialSpringRogueNotes": "Úžasný pro zmenšování vysokých budov, a také skartování koberců. Přidá <%= str %> bodů k Síle. Limitovaná edice 2014 Jarní výbava", "weaponSpecialSpringWarriorText": "Mrkvový meč", @@ -192,17 +192,17 @@ "armorSpecialFinnedOceanicArmorText": "Oceánské brnění s ploutvemi", "armorSpecialFinnedOceanicArmorNotes": "I když je lehoučké, tohle brnění umí každému ublížit stejně jako ohnivý korál. Zvyšuje Sílu o <%= str %>.", "armorSpecialYetiText": "Oděv krotitele Yetti", - "armorSpecialYetiNotes": "Načechraná a divoká. Zvyšuje Obranu o <%= con %>. Limitovaná edice zimní výbavy 2013-2014! ", + "armorSpecialYetiNotes": "Načechraná a divoká. Zvyšuje Obranu o <%= con %>. Limitovaná edice zimní výbavy 2013-2014!", "armorSpecialSkiText": "Lyžovražedná větrovka", - "armorSpecialSkiNotes": "Plná tajných dýk a map lyžařských stezek. Zvyšuje Vnímání o <%= per %>. Limitovaná edice zimní výbavy 2013-2014! ", + "armorSpecialSkiNotes": "Plná tajných dýk a map lyžařských stezek. Zvyšuje Vnímání o <%= per %>. Limitovaná edice zimní výbavy 2013-2014!", "armorSpecialCandycaneText": "Cukrátkový oděv", - "armorSpecialCandycaneNotes": "Spředeno z cukru a hedvábí. Zvyšuje Inteligenci o <%= int %>. Limitovaná edice zimní výbavy 2013-2014! ", + "armorSpecialCandycaneNotes": "Spředeno z cukru a hedvábí. Zvyšuje Inteligenci o <%= int %>. Limitovaná edice zimní výbavy 2013-2014!", "armorSpecialSnowflakeText": "Oděv ze sněhových vloček", - "armorSpecialSnowflakeNotes": "Róba, ve které ti bude teplo i ve vánici. Zvyšuje Obranu o <%= con %> .Limitovaná edice zimní výbavy 2013-2014! ", + "armorSpecialSnowflakeNotes": "Róba, ve které ti bude teplo i ve vánici. Zvyšuje Obranu o <%= con %> .Limitovaná edice zimní výbavy 2013-2014!", "armorSpecialBirthdayText": "Absurdní párty oděv", - "armorSpecialBirthdayNotes": "Vše nejlepší, HabitRPG! Oblečte Absurdní Party Kostýmy, a oslavte tento báječný den. Neposkytuje žádný bonus. ", + "armorSpecialBirthdayNotes": "Vše nejlepší, Habitiko! Oblečte Absurdní Party Kostýmy, a oslavte tento báječný den. Neposkytuje žádný bonus.", "armorSpecialBirthday2015Text": "Komické párty kostýmy", - "armorSpecialBirthday2015Notes": "Vše nejlepší, HabitRPG! Oblečte Absurdní Party Kostýmy, a oslavte tento báječný den. Neposkytuje žádný bonus. ", + "armorSpecialBirthday2015Notes": "Vše nejlepší, Habitiko! Oblečte Absurdní Party Kostýmy, a oslavte tento báječný den. Neposkytuje žádný bonus.", "armorSpecialGaymerxText": "Zbroj duhového bojovníka", "armorSpecialGaymerxNotes": "Ku příležitosti oslav sezóny Gay Pride a GaymerX je tato speciální zbroj zdobená zářivým barevným duhovým vzorem! GaymerX je herní veletrh oslavující LGBTQ a hry a je otevřený všem. Koná se v InterContinentalu v centru San Francisca 11.-13. července! Nepřináší žádné výhody.", "armorSpecialSpringRogueText": "Elegantní kočičí oblek", @@ -341,13 +341,13 @@ "headSpecialNyeText": "Absurdní Párty Klobouk", "headSpecialNyeNotes": "Získal jsi Absurdní párty klobouk! Nos ho s hrdostí, když odbíjí Nový rok! Nepřináší žádný benefit.", "headSpecialYetiText": "Helma krotitele Yetti", - "headSpecialYetiNotes": "Roztomile děsivý klobouk. Zvyšuje Sílu o <%= str %>. Limitovaná edice zimní výbavy 2013-2014! ", + "headSpecialYetiNotes": "Roztomile děsivý klobouk. Zvyšuje Sílu o <%= str %>. Limitovaná edice zimní výbavy 2013-2014!", "headSpecialSkiText": "Lyžovražedná helma", - "headSpecialSkiNotes": "Udržuje nositelovu identitu neznámou... a jejich tvář v teple. Zvyšuje Vnímání o <%= per %>. Limitovaná edice zimní výbavy 2013-2014! ", + "headSpecialSkiNotes": "Udržuje nositelovu identitu neznámou... a jejich tvář v teple. Zvyšuje Vnímání o <%= per %>. Limitovaná edice zimní výbavy 2013-2014!", "headSpecialCandycaneText": "Cukrátkový klobouk", - "headSpecialCandycaneNotes": "Tohle je ten nejlepší klobouk na světě. Je také znám svým záhadným objevováním se a mizením. Zvyšuje Vnímání o <%= per %>. Limitovaná edice zimní výbavy 2013-2014! ", + "headSpecialCandycaneNotes": "Tohle je ten nejlepší klobouk na světě. Je také znám svým záhadným objevováním se a mizením. Zvyšuje Vnímání o <%= per %>. Limitovaná edice zimní výbavy 2013-2014!", "headSpecialSnowflakeText": "Sněhová koruna", - "headSpecialSnowflakeNotes": "Nositeli této koruny není nikdy zima. Zvyšuje Inteligenci o <%= int %>. Limitovaná edice zimní výbavy 2013-2014! ", + "headSpecialSnowflakeNotes": "Nositeli této koruny není nikdy zima. Zvyšuje Inteligenci o <%= int %>. Limitovaná edice zimní výbavy 2013-2014!", "headSpecialSpringRogueText": "Maska lstivé kočičky", "headSpecialSpringRogueNotes": "Nikdo NIKDY neuhodne, že jsi kočičí lupič! Přidá <%= per %> bodů k Vnímání.. Limitovaná edice 2014 Jarní výbava", "headSpecialSpringWarriorText": "Helma z jetelové oceli", @@ -468,9 +468,9 @@ "shieldSpecialGoldenknightText": "Mustainův Milník drtící řemdih", "shieldSpecialGoldenknightNotes": "Meetingy, monstra, neduhy: zvládnuto! Prásk! Zvyšuje Obranu a Vnímání o <%= attrs %> každé.", "shieldSpecialYetiText": "Štít krotitele Yetti", - "shieldSpecialYetiNotes": "Tento štít odráží světlo ze sněhu. Zvyšuje Obranu o <%= con %>. Limitovaná edice zimního vybavení 2013-2014! ", + "shieldSpecialYetiNotes": "Tento štít odráží světlo ze sněhu. Zvyšuje Obranu o <%= con %>. Limitovaná edice zimního vybavení 2013-2014!", "shieldSpecialSnowflakeText": "Vločkový štít", - "shieldSpecialSnowflakeNotes": "Každý štít je jedinečný. Zvyšuje Obranu o <%= con %>. Limitovaná edice zimní výbavy 2013-2014! ", + "shieldSpecialSnowflakeNotes": "Každý štít je jedinečný. Zvyšuje Obranu o <%= con %>. Limitovaná edice zimní výbavy 2013-2014!", "shieldSpecialSpringRogueText": "Hákové drápy", "shieldSpecialSpringRogueNotes": "Úžasný pro zmenšování vysokých budov, a také skartování koberců. Přidá <%= str %> bodů k Síle. Limitovaná edice 2014 Jarní výbava", "shieldSpecialSpringWarriorText": "Vaječný štít", @@ -587,7 +587,7 @@ "headAccessoryWolfEarsText": "Vlčí uši", "headAccessoryWolfEarsNotes": "Tyhle uši z tebe udělají loajálního vlka! Nepřináší žádný benefit.", "headAccessoryMystery201403Text": "Paroží lesáka", - "headAccessoryMystery201403Notes": " Tohle paroží se třpytí mechem a lišejníkem. Nepřináší žádný benefit. Výbava pro předplatitele březen 2014.", + "headAccessoryMystery201403Notes": "Tohle paroží se třpytí mechem a lišejníkem. Nepřináší žádný benefit. Výbava pro předplatitele březen 2014.", "headAccessoryMystery201404Text": "Měsíční motýlí tykadla", "headAccessoryMystery201404Notes": "Tato tykadla pomáhají svému nositeli vycítit nebezpečná rozptýlení! Nepřináší žádný benefit. Výbava pro předplatitele duben 2014.", "headAccessoryMystery201409Text": "Podzimní paroží", @@ -604,7 +604,7 @@ "eyewearSpecialSummerWarriorText": "Úžasná páska na oko", "eyewearSpecialSummerWarriorNotes": "Člověk nemusí být bídný červ, aby poznal, že je stylová! Nepřidává žádný bonus. Limitovaná edice 2014 Letní Výbava.", "eyewearSpecialWonderconRedText": "Mocná maska", - "eyewearSpecialWonderconRedNotes": "Jaký to mocný módní doplněk! Nepřináší žádný benefit. Speciální edice běžné zbroje. ", + "eyewearSpecialWonderconRedNotes": "Jaký to mocný módní doplněk! Nepřináší žádný benefit. Speciální edice běžné zbroje.", "eyewearSpecialWonderconBlackText": "Záludná maska", "eyewearSpecialWonderconBlackNotes": "Tvé motivy jsou bezpochyby legitimní. Nepřináší žádný benefit. Speciální edice běžné zbroje.", "eyewearMystery201503Text": "Akvamarínová maska", diff --git a/common/locales/cs/generic.json b/common/locales/cs/generic.json index 4f4a56a6b7..273ecbfb69 100644 --- a/common/locales/cs/generic.json +++ b/common/locales/cs/generic.json @@ -1,11 +1,11 @@ { "languageName": "Čeština", "stringNotFound": "Řetězec '<%= string %>' nenalezen.", - "titleIndex": "HabitRPG | Hra tvého života", + "titleIndex": "Habitica | Hra tvého života", "habitica": "Habitika", "expandToolbar": "Rozbalit lištu", "collapseToolbar": "Zabalit lištu", - "markdownBlurb": "HabitRPG používá formátování ve zprávách. Podívej se na Tahák na formátování, kde najdeš více informací.", + "markdownBlurb": "Habitika používá formátování ve zprávách. Podívej se na Tahák na formátování, kde najdeš více informací.", "showFormattingHelp": "Ukázat nápovědu k formátování", "hideFormattingHelp": "Schovat nápovědu k formátování", "youType": "Napíšeš:", @@ -14,8 +14,8 @@ "bold": "**tučně**", "strikethrough": "~~přeškrtnuto~~", "emojiExample": ":smajlík:", - "markdownLinkEx": "[HabitRPG je super!](https://habitrpg.com)", - "markdownImageEx": "![povinný text](https://habitrpg.com/cake.png \"nepovinný název po najetí myší\")", + "markdownLinkEx": "[Habitika je super!](https://habitica.com)", + "markdownImageEx": "![povinný text](https://habitica.com/cake.png \"nepovinný název po najetí myší\")", "unorderedListHTML": "+ První položka
+ Druhá položka
+ Třetí položka", "unorderedListMarkdown": "+ První položka\n+ Druhá položka\n+ Třetí položka", "code": "`kód`", @@ -58,16 +58,19 @@ "showMoreLess": "(zobrazit méně)", "gemsWhatFor": "Klikni pro nákup drahokamů! Za drahokamy si můžeš koupit speciální předměty jako Výpravy, vybavení avataru a sezónní vybavení.", "veteran": "Veterán", - "veteranText": "Vystavil Zvyk Šedý (naši stránku před použitím Angular) vlivu přírody a získal mnoho jizev z boje s jejími chybami. ", + "veteranText": "Vystavil Zvyk Šedý (naši stránku před použitím Angular) vlivu přírody a získal mnoho jizev z boje s jejími chybami.", "originalUser": "Původní uživatel!", "originalUserText": "Jeden z velmi ranných osvojitelů. Tomu říkám alfa tester!", - "habitBirthday": "Narozeninový flám HabitRPG", - "habitBirthdayText": "Zúčastnil se narozeninového flámu HabitRPG!", - "habitBirthdayPluralText": "Oslavil <%= number %> narozenin HabitRPG!", + "habitBirthday": "Narozeninový flám Habitiky", + "habitBirthdayText": "Zúčastnil se narozeninového flámu Habitiky!", + "habitBirthdayPluralText": "Oslavil <%= number %> narozenin Habitiky!", + "habiticaDay": "Jmeniny Habitiky", + "habiticaDaySingularText": "Oslavil jmeniny Habitiky! Díky, že jsi tak fantastický uživatel.", + "habiticaDayPluralText": "Oslavil <%= number %> jmenin! Díky, že jsi tak fantastický uživatel.", "achievementDilatory": "Zachránce Liknavosti", "achievementDilatoryText": "Pomohl přemoci obávaného Drag'ona z Liknavosti v průběhu letní Šplouch akce 2014!", "costumeContest": "Soutěž kostýmů 2014", - "costumeContestText": "Zúčastnil se Soutěže halloweenských kostýmů 2014. Obrázky ze soutěže najdeš na blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Zúčastnil se Soutěže halloweenských kostýmů 2014. Obrázky ze soutěže najdeš na blog.habitica.com/tagged/cosplay!", "memberSince": "- Členem od", "lastLoggedIn": "- Naposledy přihlášen", "notPorted": "Tato funkce zatím nebyla převedena z původní stránky.", @@ -90,7 +93,7 @@ "audioTheme_gokulTheme": "Gokul téma", "askQuestion": "Položit otázku", "reportBug": "Nahlásit chybu", - "contributeToHRPG": "Přispět HabitRPG", + "contributeToHRPG": "Přispět Habitica", "overview": "Přehled pro nové uživatele", "January": "Leden", "February": "Únor", diff --git a/common/locales/cs/groups.json b/common/locales/cs/groups.json index 80acba02f9..03563569cc 100644 --- a/common/locales/cs/groups.json +++ b/common/locales/cs/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Seřadit podle data připojení ke družině", "sortName": "Seřadit podle jména avatara", "sortBackgrounds": "Seřadit podle pozadí", - "sortHabitrpgJoined": "Seřaď podle data, kdy se přidal k HabitRPG", + "sortHabitrpgJoined": "Seřaď podle data, kdy se přidal k Habitice", "sortHabitrpgLastLoggedIn": "Seřaď podle toho, kdy se naposledy přihlásil", "ascendingSort": "Seřaď vzestupně", "descendingSort": "Seřaď sestupně", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Pouze velitel družiny může vytvářet Výzvy", "sendGift": "Poslat dárek", "inviteFriends": "Pozvat přátele", - "inviteAlertInfo": "Pozvi přátele pomocí Uživatelského ID.", + "inviteAlertInfo": "Pozvi přátele pomocí Uživatelského ID.", "inviteExistUser": "Pozvat existujícího uživatele", "inviteByEmail": "Pozvi přátele pomocí emailu. Pokud se přidají z tvého emailu, budou automaticky pozváni do této skupiny.", "byColon": "Od:", diff --git a/common/locales/cs/limited.json b/common/locales/cs/limited.json index 1710c78aee..baf051dbb2 100644 --- a/common/locales/cs/limited.json +++ b/common/locales/cs/limited.json @@ -11,10 +11,10 @@ "aquaticFriends": "Podvodní přátelé", "aquaticFriendsText": "Byl pocákán <%= seafoam %>krát členy Družiny.", "valentineCard": "Valentýnka", - "valentineCardNotes": "Poslat Valentínku členu družiny. ", + "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é!\"", "valentine1": "\"Růže jsou rudé<%= lineBreak %>Fialky jsou paráda<%= lineBreak %>Pojďme společnými silami<%= lineBreak %>Přemoci Zlořáda!\"", - "valentine2": "\"Růže jsou rudé<%= lineBreak %>Tenhle styl ohraný<%= lineBreak %>Doufám, že se ti libí<%= lineBreak %>Protože byl drahý.\" ", + "valentine2": "\"Růže jsou rudé<%= lineBreak %>Tenhle styl ohraný<%= lineBreak %>Doufám, že se ti libí<%= lineBreak %>Protože byl drahý.\"", "valentine3": "\"Růže jsou rudé<%= lineBreak %>Ledové ostny modré<%= lineBreak %>Není žádný poklad lepší<%= lineBreak %>než dny společně strávené.\"", "adoringFriends": "Nejlepší přátelé", "adoringFriendsText": "Jůů, se svými přáteli musíš opravdu dobře vycházet! Odeslal jsi anebo jsi přijal <%= cards %> Valentýnských přání.", @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Sezónní mudrci<%= linkEnd %>", "seasonalShopClosedText": "Sezónní obchod je momentálně zavřený!! Nevím, kde se momentálně Sezonní Kouzelnice nachází, ale vsadím se, že bude zpět na další <%= linkStart %>Velkolepé Gala<%= linkEnd %>!", - "seasonalShopText": "Vítej v Sezonním obchodě! Zrovna tu máme jarní Sezonní edici zboží. Všechno zde je možné zakoupit v průběhu Jarního flámu každý rok, ale máme otevřeno pouze do 30. dubna, tak si nakup teď nebo budeš muset čekat další rok!", - "seasonalShopSummerText": "Vítej v Sezonním obchodě! Zrovna tu máme jarní Sezonní edici zboží. Všechno zde je možné zakoupit v průběhu Letního šplouchání každý rok, ale máme otevřeno pouze do 31. července, tak si nakup teď, nebo budeš muset čekat další rok!", + "seasonalShopText": "Vítej v Sezonním obchodě! Zrovna tu máme jarní Sezonní edici zboží. Všechno zde je možné zakoupit v průběhu Jarního flámu každý rok, ale máme otevřeno pouze do 30. dubna, tak si nakup teď nebo budeš muset čekat další rok!", + "seasonalShopSummerText": "Vítej v Sezonním obchodě! Zrovna tu máme jarní Sezonní edici zboží. Všechno zde je možné zakoupit v průběhu Letního šplouchání každý rok, ale máme otevřeno pouze do 31. července, tak si nakup teď, nebo budeš muset čekat další rok!", "seasonalShopRebirth": "Pokud jsi použil Kouli znovuzrození, můžeš si znovu zakoupit toto vybavení ve sloupci s odměnami, jakmile odemkneš Obchod. Ze začátku si budeš moci koupit pouze vybavení pro tvou momentální třídu (výchozí je Válečník), ale neboj, další vybavení pro další třídy bude přístupné jakmile si budeš moci svou třídu vybrat.", "candycaneSet": "Cukrátková hůl (mág)", "skiSet": "Lyžovrah (zloděj)", diff --git a/common/locales/cs/messages.json b/common/locales/cs/messages.json index 69a3549ff0..39831b9ea0 100644 --- a/common/locales/cs/messages.json +++ b/common/locales/cs/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> Ve zbrojnici jsi našel kus vzácného vybavení ve Zbrojnici: <%= dropText %>! Skvělé!", "armoireFood": "<%= image %> Prohledáváš zbrojnici a nacházíš <%= dropArticle %><%= dropText %>. Co to tu dělá?", "armoireExp": "Zápasíš se Zbrojnicí a získáváš zkušenost. To jsi jí to nandal!" -} \ No newline at end of file +} diff --git a/common/locales/cs/npc.json b/common/locales/cs/npc.json index e47ced2944..ae2b771afb 100644 --- a/common/locales/cs/npc.json +++ b/common/locales/cs/npc.json @@ -1,9 +1,9 @@ { "npc": "NPC", - "npcText": "Podpořil projekt na Kickstarteru, jak to jen bylo možné! ", + "npcText": "Podpořil projekt na Kickstarteru, jak to jen bylo možné!", "mattBoch": "Matt Boch", - "mattShall": "<%= name %>, cítíš se na projížďku? Jakmile dostatečně nakrmíš mazlíčka, objeví se tady a budeš se na něm moci projet. Klikni na zvíře, které si chceš osedlat. ", - "mattBochText1": "Vítej ve Stáji! Jsem Matt, Pán šelem. Až dosáhneš úrovně 4, budeš moci pomocí lektvarů líhnout vajíčka. Když se ti na Trhu vylíhne mazlíček, objeví se tady! Klikni na něj a objeví se u tvé postavy. Krm ho jídlem, které budeš nacházet, a on pak vyroste a budeš se na něm moci projet.", + "mattShall": "<%= name %>, cítíš se na projížďku? Jakmile dostatečně nakrmíš mazlíčka, objeví se tady a budeš se na něm moci projet. Klikni na zvíře, které si chceš osedlat.", + "mattBochText1": "Vítej ve Stáji! Jsem Matt, Pán šelem. Až dosáhneš úrovně 3, budeš moci pomocí lektvarů líhnout vajíčka. Když se ti na Trhu vylíhne mazlíček, objeví se tady! Klikni na něj a objeví se u tvé postavy. Krm ho jídlem, které budeš nacházet, a on pak vyroste a budeš se na něm moci projet.", "daniel": "Daniel", "danielText": "Vítej v krčmě. Chvilku se zdrž a poznej místní. Pokud si potřebuješ odpočinout (jedeš na dovolenou? náhlá nemoc?), nabízím ti pokoj v Hostinci. Zatímco tu budeš přihlášen, tvé denní úkoly ti na konci dne neublíží, ale klidně si je můžeš odškrtnout .", "danielText2": "Dej pozor: Pokud se účastníš boje s bossem, ublíží ti i za nesplněné denní úkoly ostatních členů tvé družiny! Navíc, jakákoliv újma, kterou uštědříš Bossovi (nebo nasbírané předměty) se ti nepřipíšou dokud se z Hostince neodhlásíš.", @@ -21,8 +21,8 @@ "cool": "Připomeň mi to později", "dismissAlert": "Zavřít toto oznámení", "donateText1": "Přidá 20 drahokamů na tvůj účet. Drahokamy se používají pro nákup speciálních herních předmětů, jako například košil a vlasů.", - "donateText2": "Pomož podpořit HabitRPG", - "donateText3": "HabitRPG je open source projekt, který závisí na podpoře našich uživatelů. Peníze, které utratíš za drahokamy, nám pomáhají udržet v provozu servery, mít pár zaměstnanců, vyvíjet nové funkce a motivovat naše dobrovolné programátory. Děkujeme za tvojí štědrost!", + "donateText2": "Pomož podpořit Habitica", + "donateText3": "Habitica je open source projekt, který závisí na podpoře našich uživatelů. Peníze, které utratíš za drahokamy, nám pomáhají udržet v provozu servery, mít pár zaměstnanců, vyvíjet nové funkce a motivovat naše dobrovolné programátory. Děkujeme za tvojí štědrost!", "donationDesc": "20 drahokamů, Příspěvek vývojářům", "payWithCard": "Zaplatit kartou", "payNote": "Poznámka: Zpracování platby přes PayPal někdy trvá delší dobu. Doporučujeme platit kartou.", @@ -37,7 +37,7 @@ "spells": "Kouzla", "spellsText": "Nyní můžeš odemknout kouzla specifická pro toto povolání. První uvidíš po dosažení úrovně 11. Tvá mana se dobíjí o 10 bodů denně, plus 1 bod při splnění", "toDo": "úkolu", - "moreClass": "Pro více informací o systému povolání, přejdi na ", + "moreClass": "Pro více informací o systému povolání, přejdi na", "tourWelcome": "Vítej v Habitice! Tohle tvůj Úkolníček. Odškrtni si úkol abys mohl pokračovat!", "tourExp": "Skvělá práce! Odškrtnutí úkolu ti přidává Zkušenost a Zlaťáky!", "tourDailies": "Tohle je sloupeček pro Denní úkoly. Abys mohl pokračovat, přidej sem úkol, který bys měl plnit každý den! Příklady Denních úkolů: Ustlat postel, Vypláchnout pusu, Zkontrolovat pracovní email", @@ -52,12 +52,12 @@ "tourStatsPage": "Tohle je stránka s tvými statistikami! Získej ocenění za splnění vyjmenovaných úkolů.", "tourTavernPage": "Vítej v Krčmě, chatu pro všechny věkové kategorie! V případě nemoci, nebo třeba dovolené, se můžeš ochránit proti postihu za nesplněné Denní úkoly kliknutím na \"Odpočívat v hostinci\". Přijď nás pozdravit!", "tourPartyPage": "Tvá družina ti pomůže dodržovat cíle. Pozvi své přátele a odemkni Svitek výpravy!", - "tourGuildsPage": "Cechy jsou chatovací skupiny s podobnými zájmy, které jsou tvořené hráči pro hráče. Můžeš si vyhledat témata, která tě zajímají! Doporučujeme Newbies Guild neboli Cech pro nováčky, kde se může každý ptát na věci o HabitRPG.", + "tourGuildsPage": "Cechy jsou chatovací skupiny s podobnými zájmy, které jsou tvořené hráči pro hráče. Můžeš si vyhledat témata, která tě zajímají! Doporučujeme Newbies Guild neboli Cech pro nováčky, kde se může každý ptát na věci o Habitice.", "tourChallengesPage": "Výzvy jsou seznamy tématických úkolů vytvořené uživateli! Přidání se k výzvě ti přidá úkoly do tvých listů. Soutěž proti ostatním uživatelům a vyhraj cenné drahokamy!", - "tourMarketPage": "Když dosáhneš úrovně 4, začneš po splnění úkolů náhodně nacházet vejce a lektvary. Budou se objevovat tady - použij je k vylíhnutí mazlíčků! Můžeš si je také koupi na Trhu.", - "tourHallPage": "Vítej v Síni hrdinů, kde jsou oslavování open-source přispěvatelé. Vysloužili si Drahokamy, exkluzivní vybavení a prestižní tituly ať už za kódování, obrázky, hudbu, psaní, nebo za pomoc. Také můžeš přispět HabitRPG!", - "tourPetsPage": "Tohle je Stáj! Po 4. úrovni si tu budeš moci líhnout Mazlíčky za pomocí vajíček a líhnoucích lektvarů. Když si vylíhneš Mazlíčka na Trhu, objeví se tady! Klikni na Mazlíčka a přidáš si ho ke svému avataru. Krm ho jídlem, které budeš nacházet po 4. úrovni, a oni vyrostou v silná zvířata, na kterých se budeš moci projet.", - "tourMountsPage": "Jakmile dostatečně nakrmíš mazlíčka, objeví se tady a budeš se na něm moci projet. (Mazlíčci, zvířata k osedlání a jídlo jsou k dispozici po 4. úrovni.) Klikni na zvíře, které si chceš osedlat!", + "tourMarketPage": "Když dosáhneš úrovně 3, začneš po splnění úkolů náhodně nacházet vejce a lektvary. Budou se objevovat tady - použij je k vylíhnutí mazlíčků! Můžeš si je také koupi na Trhu.", + "tourHallPage": "Vítej v Síni hrdinů, kde jsou oslavování open-source přispěvatelé. Vysloužili si Drahokamy, exkluzivní vybavení a prestižní tituly ať už za kódování, obrázky, hudbu, psaní, nebo za pomoc. Také můžeš Habitice přispět!", + "tourPetsPage": "Tohle je Stáj! Po 3. úrovni si tu budeš moci líhnout Mazlíčky za pomocí vajíček a líhnoucích lektvarů. Když si vylíhneš Mazlíčka na Trhu, objeví se tady! Klikni na Mazlíčka a přidáš si ho ke svému avataru. Krm ho jídlem, které budeš nacházet po 3. úrovni, a oni vyrostou v silná zvířata, na kterých se budeš moci projet.", + "tourMountsPage": "Jakmile dostatečně nakrmíš mazlíčka, objeví se tady a budeš se na něm moci projet. (Mazlíčci, zvířata k osedlání a jídlo jsou k dispozici po 3. úrovni.) Klikni na zvíře, které si chceš osedlat!", "tourEquipmentPage": "Tady se ti ukládá vybavení! Tvá Bojová zbroj ovlivňuje tvé statistiky. Pokud chceš, aby se ti zobrazovalo jiné vybavení na tvém avataru aniž by se ti statistiky nějak ovlivnily, klikni na \"Povolit kostým.\"", "tourOkay": "Ok!", "tourAwesome": "Skvělé!", @@ -71,7 +71,7 @@ "tourHabitsProceed": "To dává smysl!", "tourRewardsBrief": "Seznam odměn", "tourRewardsProceed": "To je vše!", - "welcomeToHabit": "Vítej v HabitRPG, hře, která zlepší tvůj život!", + "welcomeToHabit": "Vítej v Habitice, hře, která zlepší tvůj život!", "welcome1": "Vytvoř a uzpůsob si svého herního avatara, který tě reprezentuje.", "welcome2": "Tvé úkoly v reálném životě ovlivňují Zdraví (HP), Zkušenost (XP), a Zlaťáky tvého avatara.", "welcome3": "Plń úkoly a získej za ně Zkušenost (XP) a Zlaťáky, které odemknou super funkce a odměny!", diff --git a/common/locales/cs/pets.json b/common/locales/cs/pets.json index 2365b3d328..51cdfe60b8 100644 --- a/common/locales/cs/pets.json +++ b/common/locales/cs/pets.json @@ -1,6 +1,6 @@ { "pets": "Mazlíčci", - "petsFound": "nalezených mazlíčků ", + "petsFound": "nalezených mazlíčků", "rarePets": "Vzácní mazlíčci", "questPets": "Mazlíčci z výprav", "mounts": "Stáj", @@ -9,12 +9,14 @@ "rareMounts": "Vzácná zkrocená zvířata", "etherealLion": "Éterický lev", "veteranWolf": "Vlk veterán", + "veteranTiger": "Tygr veterán", "cerberusPup": "Štěně Kerbera", "hydra": "Hydra", "mantisShrimp": "Strašek paví", "mammoth": "Huňatý mamut", "orca": "Kosatka", - "rarePetPop1": "Klikni na zlatou packu pro více informací o tom, jak získat toto vzácné zvíře za přispívání HabitRPG!", + "royalPurpleGryphon": "Vznešený fialový gryf", + "rarePetPop1": "Klikni na zlatou packu pro více informací o tom, jak získat toto vzácné zvíře za přispívání Habitice!", "rarePetPop2": "Jak získat toto zvíře!", "potion": "<%= potionType %> lektvar", "egg": "<%= eggType %> - vejce", @@ -28,7 +30,7 @@ "foodText": "jídlo", "food": "Jídlo a sedla", "noFood": "Nemáš žádné jídlo ani žádná sedla.", - "dropsExplanation": "Získej tyto předměty rychleji za drahokamy, pokud nechceš čekat, až je najdeš při splnění úkolu. Dozvi se více o systému nálezů.", + "dropsExplanation": "Získej tyto předměty rychleji za drahokamy, pokud nechceš čekat, až je najdeš při splnění úkolu. Dozvi se více o systému nálezů.", "beastMasterProgress": "Pokrok Pána šelem", "beastAchievement": "Získal jsi ocenění \"Pán šelem\" za získání všech mazlíčků!", "beastMasterName": "Pán šelem", diff --git a/common/locales/cs/quests.json b/common/locales/cs/quests.json index 7b298febb5..5a162eae2a 100644 --- a/common/locales/cs/quests.json +++ b/common/locales/cs/quests.json @@ -60,4 +60,4 @@ "questWarning": "Pokud se před začátkem výpravy do družiny připojí noví hráči, dostanou také pozvánku. Jakmile však výprava začne, žádní noví členové družiny se nemohou k výpravě připojit.", "bossRageTitle": "Zuřivost", "bossRageDescription": "Když se tato lišta naplní, boss předvede speciální útok!" -} \ No newline at end of file +} diff --git a/common/locales/cs/questscontent.json b/common/locales/cs/questscontent.json index aa56825638..6708593fc4 100644 --- a/common/locales/cs/questscontent.json +++ b/common/locales/cs/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Ryba (jídlo)", "questDilatoryDistress3DropWeapon": "Trojzubec Silného přílivu (zbraň)", "questDilatoryDistress3DropShield": "Štít měsíční perly (předmět do ruky-štít)" -} \ No newline at end of file +} diff --git a/common/locales/cs/rebirth.json b/common/locales/cs/rebirth.json index e5ca281d21..6ef95e301c 100644 --- a/common/locales/cs/rebirth.json +++ b/common/locales/cs/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Znovuzrození: Je dostupné nové dobrodružství !", - "rebirthUnlock": "Odemkl jsi znovuzrození! Tento speciální předmět ti umožňuje začít novou hru na úrovni 1, zatímco ti zůstanou všechny úkoly, úspěchy, mazlíčci a ostatní věci. Pokud máš pocit, že už jsi zvládl vše, použij ho pro vdechnutí nového života do HabitRPG anebo pro vyzkoušení nových funkcí s novou postavou a s čistým štítem.", + "rebirthUnlock": "Odemkl jsi znovuzrození! Tento speciální předmět ti umožňuje začít novou hru na úrovni 1, zatímco ti zůstanou všechny úkoly, úspěchy, mazlíčci a ostatní věci. Pokud máš pocit, že už jsi zvládl vše, použij ho pro vdechnutí nového života do Habitiky anebo pro vyzkoušení nových funkcí s novou postavou a s čistým štítem.", "rebirthBegin": "Znovuzrození: Začni nové dobrodružství", "rebirthStartOver": "Znovuzrození obnoví tvou postavu na úrovni 1, jako když si založíš nový účet.", "rebirthAdvList1": "Bylo ti obnoveno plné zdraví.", diff --git a/common/locales/cs/settings.json b/common/locales/cs/settings.json index 02b23323d8..5ebe4fc230 100644 --- a/common/locales/cs/settings.json +++ b/common/locales/cs/settings.json @@ -2,7 +2,7 @@ "settings": "Nastavení", "language": "Jazyk", "americanEnglishGovern": "V případě rozdílu v anglických překladech používáme verzi americké angličtiny.", - "helpWithTranslation": "Chceš nám pomoci HabitRPG přeložit? Super! Tak se koukni na tuhle Trello kartu.", + "helpWithTranslation": "Chceš nám pomoci Habitiku přeložit? Super! Tak se koukni na tuhle Trello kartu.", "showHeaderPop": "Zobrazuje tvou postavu, tabulky zdraví/zkušeností a družinu.", "stickyHeader": "Pevný horní info panel", "stickyHeaderPop": "Zafixuje horní panel nahoře na obrazovce. Pokud je nezaškrtnuto, panel se posouvá se stránkou.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Pokročilé možnosti se v úkolu zobrazí zabalené.", "startAdvCollapsedPop": "Pokud je tato volba nastavena, pokročilé možnosti budou skryté, když poprvé otevřeš úkol pro úpravu.", "showTour": "Zobrazit průvodce", - "restartTour": "Restartovat instruktážního průvodce od bodu, kdy jsi se do HabitRPG zapojil.", + "restartTour": "Restartovat instruktážního průvodce od bodu, kdy jsi se do Habitiky zapojil.", "showBailey": "Zobraz Baileyho", "showBaileyPop": "Vytáhni Baileyho, městského vyvolávače, z úkrytu, aby sis mohl přečíst starší novinky.", "fixVal": "Opravit hodnoty postavy", @@ -27,7 +27,7 @@ "resetAccount": "Resetovat účet", "resetAccPop": "Začít znova. Odstraň všechny úrovně, zlaťáky, vybavení, historii a úkoly.", "deleteAccount": "Smazat účet", - "deleteAccPop": "Zruš a odstraň svůj HabitRPG účet.", + "deleteAccPop": "Zruš svůj účet a odstraň ho z Habitiky..", "qrCode": "QR kód", "dataExport": "Export dat", "saveData": "Zde je několik možností pro uložení tvých dat.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Vlastní začátek dne", "24HrClock": "24hod mód", - "customDayStartInfo1": "HabitRPG implicitně kontroluje a resetuje tvé denní úkoly vždy o půlnoci tvé časové zóny. Měl by sis přečíst následující informace, než to změníš:", - "customDayStartInfo4": "Dokonči všechny své denní úkoly před změnou vlastního začátku dne nebo ten den Odpočívej v hostinci. Změna vlastního začátku dne může způsobit okamžité spuštění kronu, ale po prvním dnu bude vše fungovat tak, jak má.

Změna může trvat až dvě hodiny. Například pokud je nyní nastaven na 0 (půlnoc), změň ho před 22. hodinou; pokud ho chceš nastavit na 9. hodinu, změň ho před 7. hodinou.

Zadej hodinu od 0 do 23 (používá se 24-hodinový formát). Psaní je efektivnější než použití šipek. Jakmile máš nastaveno, obnov stránku pro kontrolu, že se již objevuje nová hodnota.", + "customDayStartInfo1": "Habitika implicitně kontroluje a resetuje tvé denní úkoly vždy o půlnoci tvé časové zóny. Měl by sis přečíst následující informace, než to změníš:", + "customDayStartInfo4": "Dokonči všechny své denní úkoly před změnou vlastního začátku dne nebo ten den Odpočívej v hostinci. Změna vlastního začátku dne může způsobit okamžité spuštění kronu, ale po prvním dnu bude vše fungovat tak, jak má.

Změna může trvat až dvě hodiny. Například pokud je nyní nastaven na 0 (půlnoc), změň ho před 22. hodinou; pokud ho chceš nastavit na 9. hodinu, změň ho před 7. hodinou.

Zadej hodinu od 0 do 23 (používá se 24-hodinový formát). Psaní je efektivnější než použití šipek. Jakmile máš nastaveno, obnov stránku pro kontrolu, že se již objevuje nová hodnota.", "misc": "Ostatní", "showHeader": "Zobrazit horní info panel", "changePass": "Změnit heslo", @@ -55,7 +55,7 @@ "newUsername": "Nové přihlašovací jméno", "dangerZone": "Nebezpečná zóna", "resetText1": "POZOR! Tímto resetujete mnoho částí svého účtu. Silně nedoporučujeme tuto možnost používat, ale vyhovuje to některým uživatelům, kteří si se stránkou na začátku trochu hrají.", - "resetText2": "Přijdeš o všechny své úrovně, zlato a zkušenosti. Všechny tvé úkoly se permanentně smažou a ztratíš všechna historická data svých úkolů. Přijdeš o veškeré své vybavení, ale budeš si ho moci všechno znovu koupit, a to včetně předmětů z limitovaných edic nebo předplatitelské záhadné předměty které již vlastníš (pro znovuzakoupení některého vybavení musí mít tvoje postava odpovídající povolání). Ponecháš si aktuální povolání, mazlíčky a zkrocená zvířata. Možná bude lepší místo toho použít Kouli znovuzrození, která je bezpečnější a zachová tvoje úkoly. ", + "resetText2": "Přijdeš o všechny své úrovně, zlato a zkušenosti. Všechny tvé úkoly se permanentně smažou a ztratíš všechna historická data svých úkolů. Přijdeš o veškeré své vybavení, ale budeš si ho moci všechno znovu koupit, a to včetně předmětů z limitovaných edic nebo předplatitelské záhadné předměty které již vlastníš (pro znovuzakoupení některého vybavení musí mít tvoje postava odpovídající povolání). Ponecháš si aktuální povolání, mazlíčky a zkrocená zvířata. Možná bude lepší místo toho použít Kouli znovuzrození, která je bezpečnější a zachová tvoje úkoly.", "deleteText": "Jsi si jist? Tímto smažeš svůj účet navždy a již nebude moci být obnoven! Budeš se muset znovu registrovat a vytvořit nový účet. Zakoupené a použité drahokamy nebudou proplaceny a budou ztraceny. Pokud si jsi absolutně jist, napiš <%= deleteWord %> do řádku níže.", "API": "API", "APIText": "Zkopíruj je pro použití v aplikacích třetích stran. Avšak, stejně jako bys nikomu neřekl své heslo, tak nikomu neříkej svůj API Token. Někdy můžeš být požádán o své uživatelské ID, ale nikdy neuveřejňuj svůj API Token tam, kde ho uvidí ostatní a to včetně Githubu.", @@ -63,8 +63,8 @@ "resetDo": "Udělej to, zresetuj můj účet!", "fixValues": "Opravit hodnoty", "fixValuesText1": "Pokud narazíš na chybu nebo uděláš chybu, která nespravedlivě ovlivní tvou postavu (újma, kterou si nezasloužíš, zlaťáky, které jsi neměl získat, atd.), zde můžeš ručně opravit hodnoty. Ano, je díky tomu možné podvádět, ale podvedl bys jen sám sebe!", - "fixValuesText2": "Všimni si, že zde není možné obnovit šňůry úspěšnosti za jednotlivé úkoly. To se dá udělat v rozšířeném nastavení denního úkolu, kde najdeš Obnovit šňůru. ", - "disabledWinterEvent": "Zakázáno během 4. části Zimní Země divů (protože odměny se dají koupit za zlaťáky). ", + "fixValuesText2": "Všimni si, že zde není možné obnovit šňůry úspěšnosti za jednotlivé úkoly. To se dá udělat v rozšířeném nastavení denního úkolu, kde najdeš Obnovit šňůru.", + "disabledWinterEvent": "Zakázáno během 4. části Zimní Země divů (protože odměny se dají koupit za zlaťáky).", "fix21Streaks": "21-denní šňůra úspěšnosti", "discardChanges": "Zahodit změny", "deleteDo": "Udělej to, vymaž můj účet!", @@ -79,13 +79,13 @@ "data": "Data", "exportData": "Export dat", "emailChange1": "Ke změně emailu, prosím, pošli email na", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "spolu s tvým starým a novým emailem a tvým uživatelským ID.", "username": "Přihlašovací jméno", "usernameOrEmail": "Přihlašovací jméno nebo email", "email": "Email", "registeredWithFb": "Registrovaný přes Facebook", - "loginNameDescription1": "Tohle použiješ k přihlášení na HabitRPG. Jdi na", + "loginNameDescription1": "Tohle použiješ k přihlášení do Habitiky. Jdi na", "loginNameDescription2": "Uživatel -> Profil", "loginNameDescription3": "aby sis změnil jméno, které se objevuje u tvého avataru a zpráv v chatu.", "emailNotifications": "Emailová upozornění", @@ -101,18 +101,18 @@ "questStarted": "Tvá výprava započla", "invitedQuest": "Pozván na Výpravu", "kickedGroup": "Vykopnut z družiny", - "remindersToLogin": "Upomínky k přihlášení do HabitRPG", + "remindersToLogin": "Upomínky k přihlášení do Habitiky", "unsubscribedSuccessfully": "Úspěšně odepsán", - "unsubscribedTextUsers": "Úspěšně ses odepsal ze všech HabitRPG emailu. Můžeš povolit pouze ty emaily, které chceš dostávat v nastavení (musíš být přihlášen).", - "unsubscribedTextOthers": "Již nedostanež od HabitRPG žádný další email.", + "unsubscribedTextUsers": "Úspěšně ses odepsal ze všech emailu z Habitiky. Můžeš povolit pouze ty emaily, které chceš dostávat v nastavení (musíš být přihlášen).", + "unsubscribedTextOthers": "Již nedostanež od Habitiky žádný další email.", "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.", + "unsubscribeAllEmailsText": "Zaškrtnutím toho políčka potvrzuji, že rozumím tomu, že kvůli odhlášení se z emailů mě nebude Habitika 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ů.", "subscriptionRateText": "Opakovaně $<%= price %> každé <%= months %> měsíce", "benefits": "Benefity", "coupon": "Kupón", "couponPlaceholder": "Zadej kód z kupónu", - "couponText": "Někdy máme akce, na kterých rozdáváme kupóny s kódy pro speciální vybavení. (např. těm, kteří se zastavili v našem stánku na Wonderconu) ", + "couponText": "Někdy máme akce, na kterých rozdáváme kupóny s kódy pro speciální vybavení. (např. těm, kteří se zastavili v našem stánku na Wonderconu)", "apply": "Zadat", "resubscribe": "Znovu se přihlásit k odběru", "promoCode": "Promo kód", diff --git a/common/locales/cs/spells.json b/common/locales/cs/spells.json index 47347629d7..23df4c1c24 100644 --- a/common/locales/cs/spells.json +++ b/common/locales/cs/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Přeměň svého kamaráda na mořskou příšerku!", "spellSpecialSandText": "Písek", "spellSpecialSandNotes": "Zvrať efekt mořské pěny." -} \ No newline at end of file +} diff --git a/common/locales/cs/subscriber.json b/common/locales/cs/subscriber.json index 1c5032d30d..2c1309ddf4 100644 --- a/common/locales/cs/subscriber.json +++ b/common/locales/cs/subscriber.json @@ -17,25 +17,25 @@ "monthUSD": "Amerických dolarů měsíčně", "organization": "Organizace", "groupPlans": "Firemní plány", - "indivPlan1": "Pro jednotlivce je HabitRPG zdarma. Dokonce pro malé skupiny je zdarma (nebo za levno)", + "indivPlan1": "Pro jednotlivce je Habitica 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", + "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 Habitica pro tvou skupinu či organizaci, zabezpečenou a nezávislou na", "groupText2": "Další výhody jsou uvedeny níže. Pokud potřebuješ, kontaktuj nás pro více informací!", "planFamily": "Rodina (již brzy)", "planGroup": "Skupina (již brzy)", "dedicatedHost": "Dedikovaný hosting", - "dedicatedHostText": "Dedikovaný hosting: dostaneš vlastní databázi a server hostovaný HabitRPG, nebo ji případně můžeme instalovat do sítě tvé organizace. Pokud není zaškrtnuto, plán používá \" sdílený hosting\": tvá organizace používá stejnou databázi jako HabitRPG zatímco pracuje nezávisle na Habitice. Tvoji členové jsou chráněni před krčmou a cechy, ale jsou stále na stejném serveru/databázi.", + "dedicatedHostText": "Dedikovaný hosting: dostaneš vlastní databázi a server hostovaný Habitikou, nebo ji případně můžeme instalovat do sítě tvé organizace. Pokud není zaškrtnuto, plán používá \" sdílený hosting\": tvá organizace používá stejnou databázi jako Habitika zatímco pracuje nezávisle na Habitice. Tvoji členové jsou chráněni před krčmou a cechy, ale jsou stále na stejném serveru/databázi.", "individualSub": "Osobní předplatné", - "subscribe": "Předplatit ", + "subscribe": "Předplatit", "subscribed": "Předplaceno", "manageSub": "Klikni pro správu předplatného", "cancelSub": "Zrušit předplatné", "adminSub": "Administrátorské předplatné", "morePlans": "Další plány
Již brzy", "organizationSub": "Soukromá organizace", - "organizationSubText": "Členové organizace se zapojují mimo HabitRPG jako takový, což jim umožňuje se řádně soustředit. ", + "organizationSubText": "Členové organizace se zapojují mimo Habitiku jako takovou, což jim umožňuje se řádně soustředit.", "hostingType": "Typ hostingu", - "hostingTypeText": "Sdílený hosting znamená, že tvá organizace používá stejnou databázi jako HabitRPG i přes to, že nekomunikuješ s Habitikou. Dedikovaný znamená, že dostaneš vlastní databázi a server. Můžeš si vybrat zda-li chceš, aby Habit RPG hostoval tvůj server/databázi, nebo si ho můžeš nainstalovat na vlastní server.", + "hostingTypeText": "Sdílený hosting znamená, že tvá organizace používá stejnou databázi jako Habitika i přes to, že s Habitikou nekomunikuješ. Dedikovaný znamená, že dostaneš vlastní databázi a server. Můžeš si vybrat zda-li chceš, aby Habitika hostoval tvůj server/databázi, nebo si ho můžeš nainstalovat na vlastní server.", "dedicated": "Dedikovaný", "customDomain": "Vlastní doména", "customDomainText": "Můžeme případně nabídnout vlastní doménu pro instalaci.", @@ -56,9 +56,9 @@ "contactUs": "Kontaktuj nás", "checkout": "Zaplatit", "buySubsText": "Nakupuj drahokamy za zlaťáky, bez reklam, podpoř vývojáře", - "sureCancelSub": "Jsi si jistý, že chceš zrušit předplatné? ", + "sureCancelSub": "Jsi si jistý, že chceš zrušit předplatné?", "subCanceled": "Předplatné bude neaktivní od", - "subGemPop": "Jakožto předplatitel HabitRPG si můžeš koupit drahokamy za zlaťáky. V koutku ikonu drahokamu uvidíš, kolik drahokamů si můžeš koupit.", + "subGemPop": "Jakožto předplatitel Habitiky si můžeš koupit drahokamy za zlaťáky. V koutku ikonu drahokamu uvidíš, kolik drahokamů si můžeš koupit.", "subGemName": "Drahokamy předplatitele", "timeTravelers": "Cestovatelé časem", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> a <%= linkStartVicky %>Vicky<%= linkEnd %>", diff --git a/common/locales/cs/tasks.json b/common/locales/cs/tasks.json index 25086e0e65..4f552f3c74 100644 --- a/common/locales/cs/tasks.json +++ b/common/locales/cs/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Vymaž dokončené", "lotOfToDos": "Dokončené úkoly v úkolníčku jsou automaticky archivovány po 3 dnech. Můžeš se na ně podívat v Nastavení > Export.", "deleteToDosExplanation": "Po kliknutí na toto tlačítko se permanentně smažou všechny tvé splněné a archivované úkoly. Chceš-li si o nich vést záznamy, nejdřív si je exportuj.", - "beeminderDeleteWarning": "Uživatelé BeeminderNejprve si přečtětě Mazání splněných úkolů aniž by se zmátl Beeminder!", + "beeminderDeleteWarning": "Uživatelé BeeminderNejprve si přečtětě Mazání splněných úkolů aniž by se zmátl Beeminder!", "addmultiple": "Přidat více", "addsingle": "Přidat jeden", "habits": "Zvyky", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "Odpočíváš v Hostinci! Tvé Denní úkoly ti dnes NEUBLÍŽÍ, ale BUDOU se resetovat každý den. Pokud jsi na Výpravě, neuštědříš žádný úder/nebudeš sbírat předměty dokud se z Hostince neodhlásíš, ale stále ti může ublížit Boss, pokud tví přátelé v Družině nebudou plnit své Denní úkoly.", "habitHelp1": "Dobré zvyky jsou věci, které děláš často. Získáš za ně Zlaťáky a Zkušenost pokaždé, když klikneš na <%= plusIcon %>.", "habitHelp2": "Zlozvyky jsou věci, kterých se chceš vyvarovat. Ubírají ti Zdraví pokaždé, když klikneš na <%= minusIcon %>.", - "habitHelp3": "Pro inspiraci se můžeš podívat na tyhle ukázkové Zvyky!", + "habitHelp3": "Pro inspiraci se můžeš podívat na tyhle ukázkové Zvyky!", "newbieGuild": "Máš další otázky? Zeptej se v <%= linkStart %>Cechu pro nováčky<%= linkEnd %>!", "dailyHelp1": "Denní úkoly se opakují <%= emphasisStart %>každý den<%= emphasisEnd %>, ve kterém jsou aktivní. Klikni na <%= pencilIcon %> abys mohl změnit, ve které dny má být Denné úkol aktivní.", "dailyHelp2": "Pokud nesplníš své Denní úkoly do nastaveného konce dne, přijdeš o zdraví.", "dailyHelp3": "Dení úkoly budou stále <%= emphasisStart %>červenější<%= emphasisEnd %>, když je zmeškáš a <%= emphasisStart %>modřejší<%= emphasisEnd %>, když je budeš plnit. Čím červenější je Denní úkol, tím větší dostaneš odměnu za jeho splnění.... a taky tím vyšší bude újma, kterou ti způsobí.", "dailyHelp4": "Abys změnil, kdy ti začne nový den, jdi do <%= linkStart %> Nastavení > Stránka<%= linkEnd %> > Vlastní začátek dne", - "dailyHelp5": "Pro inspiraci koukni na tyhle ukázkové Denní úkoly!", + "dailyHelp5": "Pro inspiraci koukni na tyhle ukázkové Denní úkoly!", "toDoHelp1": "Úkoly v Úkolníčku začínají jako žluté a jsou červenější (a cennější) s každým dalším dnem, kterým ti zabere je splnit.", "toDoHelp2": "Úkoly v Úkolníčku ti nikdy neublíží! Pouze za ně dostáváš jako odměnu zlaťáky a zkušenost.", "toDoHelp3": "Když si rozložíš úkol v Úkolníčku na seznam menších úkolů, bude snadnější ho splnit a získáš tak i víc bodů!", - "toDoHelp4": "Pro inspiraci koukni na tyhle ukázkové Úkoly v Úkolníčku!", + "toDoHelp4": "Pro inspiraci koukni na tyhle ukázkové Úkoly v Úkolníčku!", "rewardHelp1": "Vybavení, které si pro svého avatara koupíš, najdeš v <%= linkStart %>Inventář > Vybavení<%= linkEnd %>.", "rewardHelp2": "Vybavení ovlivňuje tvé statistiky (<%= linkStart %>Avatar > Statistiky<%= linkEnd %>).", "rewardHelp3": "V průběhu světových událostí se speciální vybavení zobrazí zde.", - "rewardHelp4": "Neboj se vytvořit si své Odměny! Koukni na na ukázku tady.", + "rewardHelp4": "Neboj se vytvořit si své Odměny! Koukni na na ukázku tady.", "clickForHelp": "Klikni pro nápovědu" } \ No newline at end of file diff --git a/common/locales/da/backgrounds.json b/common/locales/da/backgrounds.json index 76da484447..1badce18fe 100644 --- a/common/locales/da/backgrounds.json +++ b/common/locales/da/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surf en Kæmpe Bølge!", "backgroundSunkenShipText": "Sunket Skib", "backgroundSunkenShipNotes": "Udforsk et Sunket Skib" -} \ No newline at end of file +} diff --git a/common/locales/da/challenge.json b/common/locales/da/challenge.json index abd6dd2d13..0cd3ea977e 100644 --- a/common/locales/da/challenge.json +++ b/common/locales/da/challenge.json @@ -33,10 +33,10 @@ "challengeTagPop": "Udfordringer vises på tag-lister og opgave-værktøjstips. Så selvom du bør bruge en beskrivende titel øverst, så skal du også bruge et 'kort navn'. Fx. 'Tab 10kg inden for 3 måneder' kunne blive '-10kg' (Klik for mere info).", "challengeDescr": "Beskrivelse", "prize": "Præmie", - "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", - "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", + "prizePop": "Hvis nogen kan 'vinde' din udfordring, kan du vælge at belønne vinderen med Ædelsten. Max = Antallet af Ædelsten du ejer (+ Klanens Ædelsten, hvis du oprettede denne udfordrings klan). Bemærk: Denne præmie kan ikke ændres senere.", + "prizePopTavern": "Hvis nogen kan 'vinde' din udfordring, kan du vælge at belønne vinderen med Ædelsten. Max = Antallet af Ædelsten du ejer. Bemærk: Denne præmie kan ikke ændres senere, og Værtshus-udfordringer vil ikke blive refunderet hvis udfordringen bliver slettet.", "publicChallenges": "Minimum 1 Ædelsten for offentlige udfordringer (hjælper med at forhindre spam - det gør det virkelig).", - "officialChallenge": "Officiel HabitRPG-udfordring", + "officialChallenge": "Officiel Habitica-udfordring", "by": "af", "participants": "<%= membercount %> Deltagere", "join": "Deltag", @@ -57,4 +57,4 @@ "prizeValue": "<%= gemcount %> <%= gemicon %> Præmie", "clone": "Klon", "challengeNotEnoughGems": "Du har ikke nok ædelsten til at oprette denne udfordring." -} \ No newline at end of file +} diff --git a/common/locales/da/character.json b/common/locales/da/character.json index edb30f1cc9..274a372174 100644 --- a/common/locales/da/character.json +++ b/common/locales/da/character.json @@ -1,5 +1,5 @@ { - "statsAch": "Statistikker og præstationer", + "statsAch": "Stats og præstationer", "profile": "Profil", "avatar": "Avatar", "other": "Andet", @@ -56,7 +56,7 @@ "costumeText": "Hvis du foretrækker udseendet af andet udstyr end hvad du bærer, tjek \"Brug Kostume\"-feltet for at visuelt bære et kostume, mens du bærer dit kampudstyr nedenunder.", "useCostume": "Brug kostume", "useCostumeInfo1": "Klik på \"Brug Kostume\" for at få din avatar til at iføre sig udstyr uden at det påvirker attributterne fra dit Kampudstyr! Det betyder at du kan vælge udstyret med de bedste attributter i venstre side og klæde din avatar ud med udstyret i højre side.", - "useCostumeInfo2": "Selvom du har sat flueben i \"Brug kostume\" ser din avatar rimelig kedelig ud... men det er ingen grund til bekymring! Hvis du kigger i venstre side, kan du se, at du stadig er iført dit Kampudstyr. Nu er det tid til at få det til at se lækkert ud! Hvis du ifører dig noget i højre side vil det ikke påvirke dine attributter, men kan få dig til at se super fantastisk ud. Prøv forskellige kombinationer, bland de forskellige sæt, og farvekoordiner dit udseende med dit kæledyr, ridedyr og baggrunde.

Har du flere spørgsmål? Se mere på Kostume siden på wiki. Fundet det perfekte udseende? Vis dig frem i Costume Carnival guild eller pral med det i værtshuset!", + "useCostumeInfo2": "Selvom du har sat flueben i \"Brug kostume\" ser din avatar rimelig kedelig ud... men det er ingen grund til bekymring! Hvis du kigger i venstre side, kan du se, at du stadig er iført dit Kampudstyr. Nu er det tid til at få det til at se lækkert ud! Hvis du ifører dig noget i højre side vil det ikke påvirke dine attributter, men kan få dig til at se super fantastisk ud. Prøv forskellige kombinationer, bland de forskellige sæt, og farvekoordiner dit udseende med dit kæledyr, ridedyr og baggrunde.

Har du flere spørgsmål? Se mere på Kostume siden på wiki. Fundet det perfekte udseende? Vis dig frem i Costume Carnival guild eller pral med det i værtshuset!", "gearAchievement": "Du har gennemført præstationen \"Det Ultimative Udstyr\" ved at opgradere til det maksimale udstyrssæt for din klasse. Du har opnået følgende komplette sæt:", "moreGearAchievements": "For at opnå flere emblemer for Ultimativt Udstyr, skift klasse på din status side og køb udstyr til din nye klasse!", "armoireUnlocked": "Du har også låst op for det Fortryllede Klædeskab! Klik på det Fortryllede Klædeskab-belønningen for en chance for at få specielt Udstyr! Der er også en chance for XP eller mad.", @@ -77,8 +77,8 @@ "allocatePerPop": "Tilføj et point til Opfattelse", "allocateInt": "Point tilføjet til Intelligens:", "allocateIntPop": "Tilføj et point til Intelligens", - "noMoreAllocate": "Nu hvor du er blevet niveau 100, kan du ikke længere tjene attributpoint. Du kan stadig stige i niveau, eller starte et nyt eventyr fra niveau 1 ved at bruge en Genfødselskugle, der nu er gratis på Markedet.", - "stats": "Statistikker", + "noMoreAllocate": "Nu hvor du er blevet niveau 100, kan du ikke længere tjene attributpoint. Du kan stadig stige i niveau, eller starte et nyt eventyr fra niveau 1 ved at bruge en Genfødselskugle, der nu er gratis på Markedet.", + "stats": "Stats", "strength": "Styrke", "strengthText": "Styrke øger chancen for vilkårlige \"fuldtræffere\" og Guld-, Erfarings- og dropchance-boost fra dem. Det hjælper også med at skade Boss-monstre.", "constitution": "Konstitution", @@ -107,21 +107,21 @@ "unallocated": "Ufordelte attributpoint", "haveUnallocated": "Du har <%= points %> ubrugt(e) attributpoint", "autoAllocation": "Automatisk tildeling", - "autoAllocationPop": "Tildel point til dine attributter i forhold til dine ønsker, når du går et niveau op. ", + "autoAllocationPop": "Tildel point til dine attributter i forhold til dine ønsker, når du går et niveau op.", "evenAllocation": "Fordel attributpoint jævnt", - "evenAllocationPop": "Tildel lige mange point til hver attribut. ", + "evenAllocationPop": "Tildel lige mange point til hver attribut.", "classAllocation": "Fordel point baseret på Klasse", - "classAllocationPop": "Tildel flere point til attributter som er vigtige for din Klasse. ", + "classAllocationPop": "Tildel flere point til attributter som er vigtige for din Klasse.", "taskAllocation": "Fordel points baseret på opgaveaktivitet", "taskAllocationPop": "Tilføj point baseret på de Fysiske (Styrke), Mentale (Intelligens), Sociale (Konstitution) og Andet (Opfattelse) kategorier, der er knyttet til de opgaver, du fuldfører.", "distributePoints": "Fordel ufordelte points", "distributePointsPop": "Fordel alle ufordelte attributpoint i forhold til det valgte fordelingsskema.", "warriorText": "Krigere scorer flere og bedre \"fuldtræffere\", der vilkårligt giver ekstra Guld, Erfaring, og dropchance når du færdiggør en opgave. De forvolder også stor skade på Boss-monstre. Spil som Kriger hvis du finder uforudsigelige, jackpotagtige belønninger motiverende, eller du virkelig vil uddele smerte i Boss-quests!", - "mageText": "Magikere lærer hurtigt, og får Erfaring og Niveau hurtigere end andre Klasser. De får endvidere en masse Mana til at bruge specielle evner. Spil som Magiker hvis du kan godt lide HabitRPGs taktiske spilaspekter, eller hvis du er stærkt motiveret af at gå op i niveau og åbne op for avancerede features!", + "mageText": "Magikere lærer hurtigt, og får Erfaring og Niveau hurtigere end andre Klasser. De får endvidere en masse Mana til at bruge specielle evner. Spil som Magiker hvis du kan godt lide Habiticas taktiske spilaspekter, eller hvis du er stærkt motiveret af at gå op i niveau og åbne op for avancerede features!", "rogueText": "Slyngler elsker at samle sig en formue, eftersom de får mere Guld end nogen anden, og de er dygtige til at finde tilfældige ting. Deres ikoniske Listeevne lader dem undgå konsekvenserne af oversprungne Daglige. Spil som Slyngel hvis du er stærkt motiveret af Belønninger og Præstationer, og stræber efter bytte og emblemer!", "healerText": "Helbredere er upåvirkede af skade, og giver denne beskyttelse videre til andre. Oversprungne Daglige og dårlige Vaner tager næppe pippet fra dem, og de har metoder for at genvinde Helbred fra fiaskoer. Spil som Helbreder hvis du nyder at hjælpe andre i dit Selskab, eller hvis tanken om at snyde Døden med hårdt arbejde inspirerer dig!", "optOut": "Fravælg", - "optOutText": "Er du ligeglad med klasser? Vil du vælge senere? Undlad at vælge klasse - du bliver så til en Kriger uden særlige evner. Du kan læse mere om klassesystemet på wikien og kan til enhver tid skifte klasse gennem Bruger > Statistikker.", + "optOutText": "Er du ligeglad med klasser? Vil du vælge senere? Undlad at vælge klasse - du bliver så til en Kriger uden særlige evner. Du kan læse mere om klassesystemet på wikien og kan til enhver tid skifte klasse gennem Bruger > Stats.", "select": "Vælg", "stealth": "Snigen", "stealthNewDay": "Når et nyt døgn begynder, vil du undgå skade fra dette antal oversprunge Daglige.", @@ -137,7 +137,7 @@ "youCast": "Du kaster <%= spell %>.", "youCastTarget": "Du kaster <%= spell %> på <%= target %>.", "youCastParty": "Du kaster <%= spell %> for hele selskabet.", - "critBonus": "Fuldtræffer! Bonus: ", + "critBonus": "Fuldtræffer! Bonus:", "displayNameDescription1": "Dette er, hvad der ses i beskeder, du skriver i Værtshuset, klaner og gruppechat, og også hvad der er vist på din avatar. Gå til", "displayNameDescription2": "Indstillinger->Side", "displayNameDescription3": "og gå ned til Registreringssektionen for at ændre dig loginnavn.", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Fjern Kæledyr, Ridedyr, Baggrund", "animalSkins": "Dyreskins", "chooseClassHeading": "Vælg klasse! Eller vent med at vælge til senere.", - "warriorWiki": "Kriger", - "mageWiki": "Magiker", - "rogueWiki": "Slyngel", - "healerWiki": "Helbreder", - "chooseClassLearn": "Lær mere om klasserne", + "warriorWiki": "Kriger", + "mageWiki": "Magiker", + "rogueWiki": "Slyngel", + "healerWiki": "Helbreder", + "chooseClassLearn": "Lær mere om klasserne", "str": "STY", "con": "KON", "per": "OPF", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/da/communityguidelines.json b/common/locales/da/communityguidelines.json index b3106c51a7..8ff82d225d 100644 --- a/common/locales/da/communityguidelines.json +++ b/common/locales/da/communityguidelines.json @@ -2,16 +2,16 @@ "iAcceptCommunityGuidelines": "Jeg lover at overholde Retningslinjerne for Fællesskabet.", "tavernCommunityGuidelinesPlaceholder": "Venlig påmindelse: denne chat er åben for alle aldersgrupper, så hold venligst indhold og sprog børnevenligt - og engelsk, så alle kan forstå det. Se Retningslinjer for Fællesskabet nedenunder, hvis du har spørgsmål.", "commGuideHeadingWelcome": "Velkommen til Habitica!", - "commGuidePara001": "Velkommen, eventyrer! Dette er Habitica, landet med produktivitet, sund livsstil og sporadiske grif-angreb. Vi har et positivt fællesskab fyldt med hjælpsomme mennesker, der støtter hinanden på vejen til selvforbedring. ", + "commGuidePara001": "Velkommen, eventyrer! Dette er Habitica, landet med produktivitet, sund livsstil og sporadiske grif-angreb. Vi har et positivt fællesskab fyldt med hjælpsomme mennesker, der støtter hinanden på vejen til selvforbedring.", "commGuidePara002": "For at alle er sikre, glade og produktive i fællesskabet har vi nogle retningslinjer. Vi har omhyggeligt lavet dem så venlige og letlæselige som muligt. Brug venligst den tid, det tager at læse dem.", "commGuidePara003": "Disse regler gælder for alle delte områder vi bruger, inklusiv (men ikke nødvendigvis kun) Trello, GitHub, Transifex og vores Wikia (aka wiki). Nogen gange vil der opstå uforudsete situationer, såsom nye konflikter eller en ond nekromantiker. Når dette sker, kan moderatorerne svare ved at rette disse retningslinjer for at beskytte fællesskabet mod nye trusler. Men frygt ej: det vil blive annonceret af Bailey hvis retningslinjerne ændres.", "commGuidePara004": "Så gør din fjerpen og skriftrulle klar til at tage noter, og lad os starte!", - "commGuideHeadingBeing": "At være Habitbo", - "commGuidePara005": "HabitRPG er først og fremmest en hjemmeside dedikeret til forbedring. Som resultat har vi været så heldige at tiltrække et af de varmeste, venligste, høfligste og støttende fællesskaber på internettet. Der er mange karaktertræk blandt Habitboer. Nogle af de oftest sete og mest bemærkelsesværdige er:", + "commGuideHeadingBeing": "At være Habitikaner", + "commGuidePara005": "Habitica er først og fremmest en hjemmeside dedikeret til forbedring. Som resultat har vi været så heldige at tiltrække et af de varmeste, venligste, høfligste og støttende fællesskaber på internettet. Der er mange karaktertræk blandt Habitikaner. Nogle af de oftest sete og mest bemærkelsesværdige er:", "commGuideList01A": "En Hjælpende Gejst. Mange mennesker bruger tid og energi på at hjælpe og vejlede nye medlemmer af fællesskabet. \"The Newbies Guild\" aka Nybegyndernes Klan er for eksempel en klan dedikeret kun til at svare på folks spørgsmål. Du skal ikke være genert, hvis du tror du kan hjælpe!", - "commGuideList01B": "En Arbejdsom Attitude.. Habitboer arbejder hårdt på at forbedre deres liv, men hjælper også med konstant at bygge og forbedre siden. Vi er et open-source projekt, så vi arbejder konstant på at gøre siden til det bedste sted at være.", - "commGuideList01C": "En Støttende Opførsel. Habitboer hepper på hinandens sejre og trøster hinanden i modgang. Vi giver styrke til hinanden og læner os op ad hinanden og lærer fra hinanden. I grupper gør vi det med fores fortryllelser; i chatrum gør vi det med venlige og støttende ord.", - "commGuideList01D": "En Respektfuld Væremåde. Vi har alle forskellige baggrunde, forskellige evner og forskellige holdninger. Det er en del af, hvad der gør vores fællesskab så skønt! Habitboer respekterer disse forskelle og fejrer dem. Bliv hængende og du vil snart have mange forskelligeartede venner.", + "commGuideList01B": "En Arbejdsom Attitude.. Habitikanere arbejder hårdt på at forbedre deres liv, men hjælper også med konstant at bygge og forbedre siden. Vi er et open-source projekt, så vi arbejder konstant på at gøre siden til det bedste sted at være.", + "commGuideList01C": "En Støttende Opførsel. Habitikanere hepper på hinandens sejre og trøster hinanden i modgang. Vi giver styrke til hinanden og læner os op ad hinanden og lærer fra hinanden. I grupper gør vi det med fores fortryllelser; i chatrum gør vi det med venlige og støttende ord.", + "commGuideList01D": "En Respektfuld Væremåde. Vi har alle forskellige baggrunde, forskellige evner og forskellige holdninger. Det er en del af, hvad der gør vores fællesskab så skønt! Habitikanere respekterer disse forskelle og fejrer dem. Bliv hængende og du vil snart have mange forskelligeartede venner.", "commGuideHeadingMeet": "Mød Moderatorerne!", "commGuidePara006": "Habitica har nogle utrættelige omflakkende riddere, som arbejder sammen med de ansatte for at holde fællesskabet roligt, tilfredst og troldefrit. De har hvert et specifikt område, men bliver nogen gange bedt om at hjælpe i andre sociale områder. Ansatte og Moderatorer vil ofte starte en officiel udtalelse med ordene \"Mod Talk\" - aka \"Moderatortale\" - eller \"Mod Hat On\" - \"Moderatorhatten på\".", "commGuidePara007": "Ansatte har lilla tags markeret med kroner. Deres titel er \"Heltemodig\".", @@ -25,42 +25,42 @@ "commGuidePara011b": "På GitHub/Wikia", "commGuidePara011c": "på Wikia", "commGuidePara011d": "på GitHub", - "commGuidePara012": "Hvis du har et problem eller betænkelighed omkring en bestemt moderator, send venligst en email til Lemoness (leslie@habitrpg.com - på engelsk).", + "commGuidePara012": "Hvis du har et problem eller betænkelighed omkring en bestemt moderator, send venligst en email til Lemoness (leslie@habitica - på engelsk).", "commGuidePara013": "Brugere vil komme og gå i et så stort fællesskab som Habitica, og nogen gange har en moderator brug for at lægge deres noble kappe fra sig og slappe af. De følgende er Moderatorer Emeritus. De har ikke længere moderatorrettigheder, men vi vil stadig gerne ære deres arbejde!", "commGuidePara014": "Moderatorer Emeritus:", "commGuideHeadingPublicSpaces": "Offentlige Steder i Habitica", "commGuidePara015": "Habitica har to slags sociale områder: offentlige og private. Offentlige steder inkluderer Værtshuset, åbne Klaner, GitHub, Trello og Wikien. Private områder er private Klaner, Gruppechatten og Privatbeskeder.", "commGuidePara016": "Når du navigerer rundt i de offentlige steder af Habitica, er der nogle generelle regler for at sørge for, at alle er sikre og glade. De burde være lette for eventyrere som dig!", - "commGuidePara017": "Respektér hinanden. Vær høflig, venlig og hjælpsom. Husk: Habitboer kommer alle fra forskellige baggrunde og har haft meget forskellige oplevelser. Dette er en del det, der gør HabitRPG så cool! Et fællesskab bygger på respekt for og fejring af både vores forskelligheder og ligheder. Her er nogle lette måder at vise respekt for andre:", + "commGuidePara017": "Respektér hinanden. Vær høflig, venlig og hjælpsom. Husk: Habitikanere kommer alle fra forskellige baggrunde og har haft meget forskellige oplevelser. Dette er en del det, der gør Habitica så cool! Et fællesskab bygger på respekt for og fejring af både vores forskelligheder og ligheder. Her er nogle lette måder at vise respekt for andre:", "commGuideList02A": "Overhold alle betingelser og vilkår.", "commGuideList02B": "Del ikke billeder eller tekster, der er voldelige, truende, har seksuelt indhold, eller som promoverer diskrimination, snæversynethed, racisme, sexisme, had, chikane eller skade på individer eller grupper. Ikke en gang for sjov. Dette inkluderer både skældsord og udsagn. Ikke alle har den samme type humor, og hvad du ser som en joke kan såre andre. Sår de Daglige, ikke hinanden.", - "commGuideList02C": "Hold diskussioner børnevenlige. Vi har mange unge Habitboer, der bruger siden! Lad os undgå at skade uskyldige eller holde nogen tilbage i at nå deres mål.", + "commGuideList02C": "Hold diskussioner børnevenlige. Vi har mange unge Habitikanere, der bruger siden! Lad os undgå at skade uskyldige eller holde nogen tilbage i at nå deres mål.", "commGuideList02D": "Undgå bandeord. Dette inkluderer milde, religionsbaserede udtryk, som måske er accepterede andre steder - vi har folk fra alle religiøse og kulturelle baggrunde, og vi vil gerne sørge for at alle føler sig velkomne i de offentlige områder. Derudover vil skældsord blive slået hårdt ned på, da de også er imod vores Service-vilkår.", - "commGuideList02E": "Undgå lange diskussioner om kontroversielle emner udenfor Det Bagerste Hjørne. Hvis du føler, at nogen har sagt noget ubehøvlet eller sårende, så lad være med at svare dem igen. En enkel høflig kommentar såsom \"Den joke gør mig utilpas\" er fint, men at svare igen i samme tone som den oprindelige kommentar øger bare spændinger og gør HabitRPG til et mere negativt sted. Venlighed og høflighed hjælper andre til at forstå, hvad du mener.", + "commGuideList02E": "Undgå lange diskussioner om kontroversielle emner udenfor Det Bagerste Hjørne. Hvis du føler, at nogen har sagt noget ubehøvlet eller sårende, så lad være med at svare dem igen. En enkel høflig kommentar såsom \"Den joke gør mig utilpas\" er fint, men at svare igen i samme tone som den oprindelige kommentar øger bare spændinger og gør Habitica til et mere negativt sted. Venlighed og høflighed hjælper andre til at forstå, hvad du mener.", "commGuideList02F": "Adlyd enhver Moderator-henstilling med det samme - enten at stoppe diskussionen eller flytte den til Det Bagerste Hjørne. Sidste ord, afskedskommentarer o.l. skal alle gives (høfligt) ved jeres \"bord\" i 'The Back Corner', hvis tilladt.", "commGuideList02G": "Brug tid på at reflektere i stedet for at svare i vrede hvis nogen fortæller dig, at noget du sagde eller gjorde, gjorde dem utilpas. Det er stærkere at kunne undskylde oprigtigt. Hvis du føler, at den måde de svarede dig var upassende, så kontakt en Moderator i stedet for selv at pointere det offentligt.", - "commGuideList02H": "Kontroversielle/omstridte samtaler skal rapporteres til Moderatorer. Hvis du føler at en samtale bliver ophedet, meget følelsesladet eller sårende, stop med at deltage. I stedet send en email til leslie@habitrpg.com og fortæl os om det. Det er vores job at sørge for, at HabitRPG er et sikkert sted.", + "commGuideList02H": "Kontroversielle/omstridte samtaler skal rapporteres til Moderatorer. Hvis du føler at en samtale bliver ophedet, meget følelsesladet eller sårende, stop med at deltage. I stedet send en email til leslie@habitica og fortæl os om det. Det er vores job at sørge for, at Habitica er et sikkert sted.", "commGuideList02I": "Lad være med at spamme. Spam inkluderer bl.a. at sende den samme kommentar eller spørgsmål flere steder, at poste links uden forklaring eller kontekst, at poste volapyk, eller at poste mange beskeder i træk - men denne liste er ikke endelig! Gentagne gange at tigge om ædelsten eller et abonnement kan også anses som spamming.", "commGuidePara019": "I private områder har brugere større frihed til at diskutere hvad end man vil, men man må stadig ikke bryde vores Betingelser og Vilkår, hvilket inkluderer diskriminerende, voldeligt eller truende indhold.", "commGuidePara020": "Privatbeskeder (PMs) har nogle ekstra retningslinjer. Hvis nogen har blokeret dig må du ikke kontakte dem på andre måder for at bede dem om at fjerne blokeringen. Derudover må du ikke sende PMs til andre for at bede om hjælp (fordi offentlige svar til spørgsmål om hjælp også kan hjælpe resten af fællesskabet). Sidst men ikke mindst må du ikke sende PMs til nogen for at tigge om ædelsten eller et abonnement, da dette kan anses som spamming.", "commGuidePara021": "Herudover har nogen offentlige steder i Habitica ekstra retningslinjer.", "commGuideHeadingTavern": "Værtshuset", - "commGuidePara022": "Værtshuset er det sted, Habitboer hovedsageligt socialiserer. Kroejeren Daniel holder stedet skinnende rent, og Lemoness disker gladeligt op med noget lemonade mens du sidder og chatter. Bare husk...", + "commGuidePara022": "Værtshuset er det sted, Habitikanere hovedsageligt socialiserer. Kroejeren Daniel holder stedet skinnende rent, og Lemoness disker gladeligt op med noget lemonade mens du sidder og chatter. Bare husk...", "commGuidePara023": "Samtalen normalt omhandler produktivitet, tips til livsforbedring eller bare afslappede emner.", "commGuidePara024": "Fordi Værtshuschatten kun kan vise 200 beskeder er det ikke et godt sted til lange samtaler, specielt om sensitive emner (f.eks. politik, religion, depression, om goblin-jagt skal forbydes osv.). Samtaler som disse bør foretages i en passende Klan eller i Det Bagerste Hjørne (mere info nedenunder).", - "commGuidePara027": "Lad være med at diskutere noget afhængighedsskabende i Værtshuset. Mange mennesker bruger HabitRPG for at komme af med dårlige vaner. At høre folk tale om vanedannende/ulovlige substanser kan gøre dette meget sværere for dem! Respektér de andre besøgende i Værtshuset og tænk på dette. Dette inkluderer bl.a. rygning, pornografi, hasardspil og brug/misbrug af stoffer.", + "commGuidePara027": "Lad være med at diskutere noget afhængighedsskabende i Værtshuset. Mange mennesker bruger Habitica for at komme af med dårlige vaner. At høre folk tale om vanedannende/ulovlige substanser kan gøre dette meget sværere for dem! Respektér de andre besøgende i Værtshuset og tænk på dette. Dette inkluderer bl.a. rygning, pornografi, hasardspil og brug/misbrug af stoffer.", "commGuideHeadingPublicGuilds": "Offentlige Klaner", "commGuidePara029": "Offentlige klaner er som Værtshuset, bortset fra at i stedet for at fokusere på generelle emner har de et tema. Offentlige klaners chat bør fokusere på dette tema. For eksempel vil medlemmer af Ordsmedenes Klan måske blive irriterede hvis samtalen pludselig handler om havearbejde i stedet for skrivning, og en Drage-fan Klan er nok heller ikke interesseret i at tyde ældgamle runer. Nogle klaner er mere afslappede omkring dette end andre, men generelt prøv at holde dig til emnet!", "commGuidePara031": "Nogle offentlige klaner vil indeholde følsomme emner som depression, religion, politik osv. Dette er helt ok, så længe samtalen ikke bryder nogen af vores Betingelser og Vilkår eller Regler for Offentlige Områder, og så længe de holder sig til emnet.", - "commGuidePara033": "Offentlige Klaner må IKKE have indhold, der kun er egnet for voksne! Hvis man planlægger gentagne gange at diskutere voksent eller følsomt indhold, så skal det stå i Klan-titlen. Dette er for fortsat at holde Habitica sikkert og komfortabelt for alle. Hvis en klan har forskellige ømtålelige emner er det respektfuldt overfor dine med-Habitboer at placere kommentarer efter en advarsel (f.eks. \"Advarsel: nævner selvskade\"). Derudover skal emnet tilhøre klanens emne - at nævne selvskade i en klan, der fokuserer på at bekæmpe depression kan give mening, men er ikke passende i en musik-klan. Hvis du ser nogen, der gentagne gange bryder denne retningslinje, selv efter flere advarsler, send venligst leslie@habitrpg.com en email med screenshots.", + "commGuidePara033": "Offentlige Klaner må IKKE have indhold, der kun er egnet for voksne! Hvis man planlægger gentagne gange at diskutere voksent eller følsomt indhold, så skal det stå i Klan-titlen. Dette er for fortsat at holde Habitica sikkert og komfortabelt for alle. Hvis en klan har forskellige ømtålelige emner er det respektfuldt overfor dine med-Habitikanere at placere kommentarer efter en advarsel (f.eks. \"Advarsel: nævner selvskade\"). Derudover skal emnet tilhøre klanens emne - at nævne selvskade i en klan, der fokuserer på at bekæmpe depression kan give mening, men er ikke passende i en musik-klan. Hvis du ser nogen, der gentagne gange bryder denne retningslinje, selv efter flere advarsler, send venligst leslie@habitica.com en email med screenshots.", "commGuidePara035": "Ingen Klaner, hverken Offentlige eller Private, må oprettes med det formål at angribe en gruppe eller individ. Hvis sådan en Klan oprettes, anses det som grund nok til øjeblikkelig udelukkelse. Bekæmp dårlige vaner, ikke dine med-eventyrere!", "commGuidePara037": "Alle Værtshus-udfordringer og Offentlige Klan-udfordringer skal følge de samme regler.", "commGuideHeadingBackCorner": "Det Bagerste Hjørne", - "commGuidePara038": "Nogen gange vil nogle samtaler blive for lange, afsporede eller følsomme til at fortsætte i et Offentligt rum uden at gøre brugere utilpasse. I disse tilfælde vil samtalen blive bedt flyttet til Det Bagerste Hjørnes Klan. Vær opmærksom på, at dét at blive sendt til Det Bagerste Hjørne overhovedet ikke er en straf! Faktisk ynder mange Habitboer at hænge ud og have lange diskussioner dér.", + "commGuidePara038": "Nogen gange vil nogle samtaler blive for lange, afsporede eller følsomme til at fortsætte i et Offentligt rum uden at gøre brugere utilpasse. I disse tilfælde vil samtalen blive bedt flyttet til Det Bagerste Hjørnes Klan. Vær opmærksom på, at dét at blive sendt til Det Bagerste Hjørne overhovedet ikke er en straf! Faktisk ynder mange Habitikanere at hænge ud og have lange diskussioner dér.", "commGuidePara039": "Det Bagerste Hjørnes Klan er et åbent offentligt område, hvor der diskuteres følsomme emner eller lange samtaler, og det modereres med omtanke. Retningslinger for Offentlige Steder gælder stadig, og det samme gør Betingelser og Vilkår. Bare fordi vi allesammen har lange kutter på og skutter os i hjørnet betyder ikke, at alt er tilladt! Nå, giv mig lige det der flakkende stearinlys, tak!", "commGuideHeadingTrello": "Trello-tavler", "commGuidePara040": "Trello bruges som et åbent forum til forslag til og diskussioner om sidens features. Habitica styres af folket i form af modige bidragsydere - vi bygger alle siden sammen. Trello er det system, der giver metode til galskaben. Med tanke på dette, gør venligst dit bedste for at samle alle dine tanker i én kommentar, i stedet for at kommentere flere gange i træt på det samme kort. Hvis du kommer i tanke om noget nyt er du velkommen til at rette i din originale kommentar. Tænk venligst på dem af os, der får notifikationer for hver eneste nye kommentar. Vores indbakke kan ikke klare så meget.", - "commGuidePara041": "HabitRPG bruger fem forskellige Trello-tavler:", + "commGuidePara041": "Habitica bruger fem forskellige Trello-tavler:", "commGuideList03A": "Hovedtavlen er stedet hvor man kan bede og stemme om features til siden.", "commGuideList03B": "Mobiltavlen er stedet hvor man kan bede og stemme om features til mobil-appen.", "commGuideList03C": "Pixelkunsttavlen er stedet hvor man kan diskutere og indsende pixelkunst.", @@ -68,12 +68,12 @@ "commGuideList03E": "Wikitavlen er stedet hvor man forbedrer, diskuterer og beder om nyt Wiki-indhold.", "commGuidePara042": "Alle har deres egne retningslinjer opridsede, og reglerne for Offentlige Steder er også gældende. Brugere bør generelt undgå at afvige fra emnet på alle tavler og kort. Tro os, tavlerne er travle nok som de er! Længere samtaler bør flyttes til Det Bagerste Hjørnes Klan.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG bruger GitHub til at holde øje med fejl og tilføje kode. Det er smedjen, hvor de utrættelige Grovsmede smeder features! Alle regler for Offentlige Steder er gældende. Vær høflig overfor Grovsmedene - de har masser af arbejde, der skal gøres for at holde siden kørende. Hurra for Grovsmedene!", - "commGuidePara044": "De følgende brugere er medlemmer af HabitRPG repoet:", + "commGuidePara043": "Habitica bruger GitHub til at holde øje med fejl og tilføje kode. Det er smedjen, hvor de utrættelige Grovsmede smeder features! Alle regler for Offentlige Steder er gældende. Vær høflig overfor Grovsmedene - de har masser af arbejde, der skal gøres for at holde siden kørende. Hurra for Grovsmedene!", + "commGuidePara044": "De følgende brugere er medlemmer af Habitica repoet:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "HabitRPGs wiki samler information om siden. Det indeholder også et par forummer i lighed med klaner på HabitRPG, og derfor er alle regler for Offentlige Steder gældende.", - "commGuidePara046": "HabitRPGs wiki kan tænkes som en database over alle de ting, som HabitRPG er lavet af. Den indeholder information om sidens features, guides til at spille spillet, tips til hvordan du kan bidrage til HabitRPG og er også stedet hvor du kan lgøre opmærksom på din klan eller gruppe og stemme på emner.", - "commGuidePara047": "Siden wikien er hostet af Wikia er Wikias Betingelser og Vilkår også gældende, udover reglerne for HabitRPG og HabitRPGs Wiki.", + "commGuidePara045": "Habiticas wiki samler information om siden. Det indeholder også et par forummer i lighed med klaner på Habitica, og derfor er alle regler for Offentlige Steder gældende.", + "commGuidePara046": "Habiticas wiki kan tænkes som en database over alle de ting, som Habitica er lavet af. Den indeholder information om sidens features, guides til at spille spillet, tips til hvordan du kan bidrage til Habitica og er også stedet hvor du kan gøre opmærksom på din klan eller gruppe og stemme på emner.", + "commGuidePara047": "Siden wikien er hostet af Wikia er Wikias Betingelser og Vilkår også gældende, udover reglerne for Habitica og Habiticas Wiki.", "commGuidePara048": "Wikien er udelukkende et samarbejde mellem alle redaktørerne, så nogle yderlige retningslinjer inkluderer:", "commGuideList04A": "Anmod om nye sider eller store ændringer på Trello Wikitavlen", "commGuideList04B": "Vær åben overfor andres forslag til dine ændringer", @@ -82,12 +82,12 @@ "commGuideList04E": "Lad være med at spamme eller sabotere sider for egen vinding", "commGuideList04F": "Læs wikiens bidrags-side før du laver store ændringer", "commGuideList04G": "Hold en upartisk tone på wikiens sider", - "commGuideList04H": "Sørg for at wikiens indhold er relevant for hele HabitRPG og ikke kun specifikke klaner eller grupper (denne information kan flyttes til forumet)", + "commGuideList04H": "Sørg for at wikiens indhold er relevant for hele Habitica og ikke kun specifikke klaner eller grupper (denne information kan flyttes til forumet)", "commGuidePara049": "Nuværende wiki-administratorer er:", "commGuidePara018": "Tidligere wiki-administratorer er", "commGuideHeadingInfractionsEtc": "Overtrædelser, Konsekvenser og Genskabelse", "commGuideHeadingInfractions": "Overtrædelser", - "commGuidePara050": "I overvældende grad hjælper Habitboer hinanden og er respektfulde, og arbejder for at hele fællesskabet er sjovt og venligt. Dog er der en sjælden gang imellem en Habitbo, som gør noget, der bryder en af de ovenstående retningslinjer. Når dette sker vll Moderatorerne gøre hvad de anser som nødvendigt for at Habitica forbliver sikkert og behageligt for alle.", + "commGuidePara050": "I overvældende grad hjælper Habitikanere hinanden og er respektfulde, og arbejder for at hele fællesskabet er sjovt og venligt. Dog er der en sjælden gang imellem en Habitikaner, som gør noget, der bryder en af de ovenstående retningslinjer. Når dette sker vll Moderatorerne gøre hvad de anser som nødvendigt for at Habitica forbliver sikkert og behageligt for alle.", "commGuidePara051": "Der er forskellige overtrædelser, og de behandles forskelligt alt efter hvor slemme de er. Dette er ikke en endelig liste, og Moderatorer har en vis rådefrihed. Moderatorerne vil overveje konteksten når de vurderer overtrædelser.", "commGuideHeadingSevereInfractions": "Større Overtrædelser", "commGuidePara052": "Større overtrædelser gør stor skade på sikkerheden for Habiticas fællesskab og brugere, og har derfor større konsekvenser.", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Moderate Overtrædelser", "commGuidePara054": "Moderate overtrædelser gør ikke fællesskabet usikkert, men de gør det ubehageligt. Disse overtrædelser har moderate konsekvenser. Når de står sammen med andre overtrædelser, kan konsekvenserne blive større.", "commGuidePara055": "De følgende er eksempler på Moderate Overtrædelser. Listen er ikke endelig.", - "commGuideList06A": "Ignorere eller ikke respektere en Moderator. Dette inkluderer at offentligt klage over moderatorer eller andre brugere, eller offentligt hylde eller forsvare udelukkede brugere. Hvis du har bekymringer over en af reglerne eller Moderatorerne så kontakt venligst Lemoness via email (leslie@habitrpg.com - på engelsk).", + "commGuideList06A": "Ignorere eller ikke respektere en Moderator. Dette inkluderer at offentligt klage over moderatorer eller andre brugere, eller offentligt hylde eller forsvare udelukkede brugere. Hvis du har bekymringer over en af reglerne eller Moderatorerne så kontakt venligst Lemoness via email (leslie@habitica.com - på engelsk).", "commGuideList06B": "Bagsædemoderering. For at hurtigt klarlægge en relevant pointe: En venlig henstilling til reglerne er ok. Bagsædemoderering består i at fortælle, kræve og/eller stærkt hentyde til, at nogen skal gøre som du siger for at rette en fejl. Du kan gøre opmærksom på, at nogen har brudt en regel, men lad være med at kræve en konsekvens - for eksempel er det bedre at sige \"Bare så du lige ved det, bandeord er ikke velkommen i Værtshuset, så du bør nok slette det,\" end \"Jeg bliver nødt til at bede dig om at slette din kommentar.\"", "commGuideList06C": "Gentagne brud på Retningslinjer for Offentlige Steder", "commGuideList06D": "Gentagne Mindre Overtrædelser", @@ -139,11 +139,11 @@ "commGuidePara062": "Den email du modtager, der forklarer dig konsekvenserne af dine handlinger (eller, hvis det er en mindre overtrædelse, Moderator/Ansat-meddelelsen) er en god kilde til information. Overhold alle restriktioner, som du har fået, og gør hvad du kan for at overholde kravene for at få løftet dine restriktioner.", "commGuidePara063": "Hvis du ikke forstår dine konsekvenser, eller hvad du gjorde forkert, så kan du spørge de Ansatte/Moderatorerne om hjælp så du kan undgå at begå overtrædelser i fremtiden.", "commGuideHeadingContributing": "Bidrag til Habitica", - "commGuidePara064": "HabitRPG er et open-source projekt, hvilket betyder at alle Habitboer er velkomne til at hjælpe til! Dem, der gør, bliver belønnet med følgende niveauer:", - "commGuideList12A": "HabitRPG Bidragsyder-emblem plus 3 Ædelsten", + "commGuidePara064": "Habitica er et open-source projekt, hvilket betyder at alle Habitikanere er velkomne til at hjælpe til! Dem, der gør, bliver belønnet med følgende niveauer:", + "commGuideList12A": "Habitica Bidragsyder-emblem plus 3 Ædelsten", "commGuideList12B": "Bidragsyderrustning plus 3 Ædelsten.", "commGuideList12C": "Bidragsyderhjelm plus 3 Ædelsten.", - "commGuideList12D": "Bidragsydersværd plus 4 Ædelsten. ", + "commGuideList12D": "Bidragsydersværd plus 4 Ædelsten.", "commGuideList12E": "Bidragsyderskjold plus 4 Ædelsten.", "commGuideList12F": "Bidragsyderkæledyr plus 4 Ædelsten.", "commGuideList12G": "Bidragsyderklan-invitation plus 4 Ædelsten.", @@ -154,7 +154,7 @@ "commGuideList13C": "Niveauer starter ikke \"forfra\" indenfor hvert felt. Når vi overvejer sværhedsgrad ser vi på alle dine indsendelser, så folk, der laver lidt kunst, så retter en lille fejl og så skriver lidt på wikien ikke kommer til at stige hurtigere end dem, der arbejder hårdt på én ting. Dette hjælper med at holde tingene fair!", "commGuideList13D": "Brugere på prøvetid kan ikke blive forfremmet til næste niveau. Moderatorer har retten til at indefryse en brugers fremskridt pga. overtrædelser. Hvis dette sker vil brugeren altid blive informeret om beslutningen, og hvordan de kan ændre det. Niveauer kan også fjernes på grund af overtrædelser eller prøvetid.", "commGuideHeadingFinal": "Den Sidste Sektion", - "commGuidePara067": "Så det er sådan det er, modige Habitbo - Retningslinjerne for Fællesskabet! Tør sveden af panden og giv dig selv nogle XP for at læse det hele. Hvis du har nogen spørgsmål eller bekymringer over disse Retningslinjer er du velkommen til at sende en email til Lemoness (leslie@habitrpg.com - på engelsk) og så vil hun forklare nærmere.", + "commGuidePara067": "Så det er sådan det er, modige Habitikaner - Retningslinjerne for Fællesskabet! Tør sveden af panden og giv dig selv nogle XP for at læse det hele. Hvis du har nogen spørgsmål eller bekymringer over disse Retningslinjer er du velkommen til at sende en email til Lemoness (leslie@habitica.com - på engelsk) og så vil hun forklare nærmere.", "commGuidePara068": "Tag afsted, modige eventyrer, og bekæmp nogle Daglige!", "commGuideHeadingLinks": "Nyttige links", "commGuidePara069": "Følgende talentfulde kunstnere har bidraget med disse illustrationer:", @@ -163,7 +163,7 @@ "commGuideLink02": "Det Bagerste Hjørnes Klan", "commGuideLink02description": "en klan til at diskutere lange eller følsomme emner.", "commGuideLink03": "Wikien", - "commGuideLink03description": "den største samling af information omkring HabitRPG", + "commGuideLink03description": "den største samling af information omkring Habitica", "commGuideLink04": "GitHub", "commGuideLink04description": "til fejlmeldinger eller hjælp med at kode programmer!", "commGuideLink05": "Hoved-Trello", diff --git a/common/locales/da/content.json b/common/locales/da/content.json index d8d6a3399f..d3404689b4 100644 --- a/common/locales/da/content.json +++ b/common/locales/da/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Sadel", "foodSaddleNotes": "Gør øjeblikkeligt et af dine kæledyr til et ridedyr.", "foodNotes": "Giv dette til et kæledyr, så kan det vokse sig til en stolt ganger. " -} \ No newline at end of file +} diff --git a/common/locales/da/contrib.json b/common/locales/da/contrib.json index 89b5e1b618..bde116aa44 100644 --- a/common/locales/da/contrib.json +++ b/common/locales/da/contrib.json @@ -1,6 +1,6 @@ { "friend": "Ven", - "friendFirst": "Når din første indsendelse er taget i brug vil du modtage HabitRPGs bidragsyderemblem. Dit navn i Værtshuschatten vil stolt vise, at du er en bidragsyder. Som tak for dit arbejde vil du også modtage 3 Ædelsten.", + "friendFirst": "Når din første indsendelse er taget i brug vil du modtage Habiticas bidragsyderemblem. Dit navn i Værtshuschatten vil stolt vise, at du er en bidragsyder. Som tak for dit arbejde vil du også modtage 3 Ædelsten.", "friendSecond": "Når din anden indsendelse er taget i brug, vil Krystalrustningen være mulig at købe i Belønningsbutikken. Som belønning for dit fortsatte arbejde vil du også modtage 3 Ædelsten.", "elite": "Elite", "eliteThird": "Når din tredje indsendelse er taget i brug, vil Krystalskjoldet være mulig at købe i Belønningsbutikken. Som belønning for dit fortsatte arbejde vil du også modtage 3 Ædelsten.", @@ -9,24 +9,24 @@ "championFifth": "Når din femte indsendelse er taget i brug, vil Krystalskjoldet være mulig at købe i Belønningsbutikken. Som en belønning for dit fortsatte arbejde vil du også modtage 4 Ædelsten.", "championSixth": "Når din sjette indsendelse er taget i brug, vil du modtage et Hydrakæledyr. Som en belønning for dit fortsatte arbejde vil du også modtage 4 Ædelsten.", "legendary": "Legendarisk", - "legSeventh": "Når din syvende indsendelse er taget i brug, vil du modtage 4 Ædelsten og blive medlem af den ærefulde Bidragydergilde, og være have adgang til detaljer om hvad der sker bag kulisserne i HabitRPG! Flere bidrag øger ikke dit trin, men du kan fortsat tjene Ædelstensbelønninger og titler.", + "legSeventh": "Når din syvende indsendelse er taget i brug, vil du modtage 4 Ædelsten og blive medlem af den ærefulde Bidragydergilde, og være have adgang til detaljer om hvad der sker bag kulisserne i Habitica! Flere bidrag øger ikke dit trin, men du kan fortsat tjene Ædelstensbelønninger og titler.", "moderator": "Moderator", "guardian": "Beskytter", "guardianText": "Moderatorer blev omhyggeligt valgt fra bidragsydere på højt trin, så vis dem venligst respekt og lyt til deres forslag.", "staff": "Ansat", "heroic": "Heltemodig", - "heroicText": "Det Heltemodige trin indeholder HabitRPG-ansatte og bidragydere på ansatteniveau. Hvis du har denne titel, så blev du udnævnt til den (eller ansat)!", - "npcText": "NPCs støttede HabitRPG-Kickstarteren på det højeste trin. Du kan se deres avatarer overvåge side-features!", + "heroicText": "Det Heltemodige trin indeholder Habitica-ansatte og bidragydere på ansatteniveau. Hvis du har denne titel, så blev du udnævnt til den (eller ansat)!", + "npcText": "NPCs støttede Habitica-Kickstarteren på det højeste trin. Du kan se deres avatarer overvåge side-features!", "modalContribAchievement": "Bidragsyderspræstation!", - "contribModal": "<%= name %>, du fantastisk person! Du er nu trin <%= level %> bidragyder for at hjælpe HabitRPG. Se", + "contribModal": "<%= name %>, du fantastiske person! Du er nu trin <%= level %> bidragyder fordi du hjalp Habitica. Se", "contribLink": "hvilke præmier du har fået for dit bidrag!", "contribName": "Bidragsyder", - "contribText": "Har bidraget til HabitRPG (kode, design, pixel art, juridisk rådgivning, dokumenter, m.m). Vil du have dette emblem?", + "contribText": "Har bidraget til Habitica (kode, design, pixel art, juridisk rådgivning, dokumenter, m.m). Vil du have dette emblem?", "readMore": "Læs mere", "kickstartName": "Kickstarterstøtte - $<%= tier %> trin", "kickstartText": "Støttede Kickstarterprojektet", "helped": "Hjalp Habit med at vokse", - "helpedText1": "Hjalp HabitRPG med at vokse ved at udfylde", + "helpedText1": "Hjalp Habitica med at vokse ved at udfylde", "helpedText2": "dette spørgeskema", "hall": "Sale", "contribTitle": "Bidragsydertitel (fx, \"Grovsmed\")", @@ -52,19 +52,19 @@ "tier": "Trin", "visitHeroes": "Besøg Heltenes Sal (bidragsydere og støtter)", "conLearn": "Lær mere om bidragsyderbelønninger", - "conLearnHow": "Lær hvordan du kan bidrage til HabitRPG", + "conLearnHow": "Lær hvordan du kan bidrage til Habitica", "removeAds": "Abonnér for at fjerne reklamer", "whyAds": "Hvorfor reklamer?", - "whyAdsContent1": "HabitRPG er et open source-projekt, og kan bruge al det hjælp det kan få - betragt dette som en gave til bidragsyderne. Du får desuden 20 Ædelsten ved købet, som du kan bruge til at købe specielle varer med.", + "whyAdsContent1": "Habitica er et open source-projekt, og kan bruge al det hjælp det kan få - betragt dette som en gave til bidragsyderne. Du får desuden 20 Ædelsten ved købet, som du kan bruge til at købe specielle varer med.", "whyAdsContent2": "\"Hej, jeg støttede Kickstarteren!\" - følg", "whyAdsContent3": "disse instruktioner", - "surveysSingle": "Hjalp HabitRPG med at vokse ved at udfylde et spørgeskema. Der er ingen aktive spørgeskemaer.", - "surveysMultiple": "Hjalp HabitRPG med at vokse ved at udfylde <%= surveys %> spørgeskemaer. Der er ingen aktive spørgeskemaer.", + "surveysSingle": "Hjalp Habitica med at vokse ved at udfylde et spørgeskema. Der er ingen aktive spørgeskemaer.", + "surveysMultiple": "Hjalp Habitica med at vokse ved at udfylde <%= surveys %> spørgeskemaer. Der er ingen aktive spørgeskemaer.", "currentSurvey": "Nuværende Spørgeskema", "surveyWhen": "Emblemet gives til alle medvirkende, når spørgeskemaerne er blevet gennemgået ultimo marts.", "blurbInbox": "Her bliver dine private beskeder gemt! Du kan sende en besked til nogen ved at klikke på det lille brev-ikon ved siden af deres navn i Værtshuset, gruppe-, eller klanchat.", "blurbGuildsPage": "Klaner er chat-grupper der deler en fælles interesse. Se listen igennem og slut dig til de klaner, der interesserer dig.", "blurbChallenges": "Udfordringer bliver oprettet af dine medspillere. Når du tilmelder dig en udfordring vil dens opgaver blive føjet til dine nuværende opgaver, og når du vinder en udfordring modtager du en præstation og ofte også en ædelstensbelønning.", - "blurbHallPatrons": "Dette er Protektorernes Sal, hvor vi ærer de ædle eventyrere, der støttede HabitRPGs originale Kickstarter. Vi takker dem for at hjælpe os med at vække HabitRPG til live!", - "blurbHallHeroes": "Dette er Heltenes Sal, hvor dem, der har bidraget med open-source materiale til HabitRPG, bliver æret. Om det er gennem kode, grafik, musik, tekst eller bare generel hjælpsomhed, har de modtaget ædelsten, eksklusivt udstyr, og prestigefyldte titler. Du kan også bidrage til HabitRPG! Find ud af mere her. " -} \ No newline at end of file + "blurbHallPatrons": "Dette er Protektorernes Sal, hvor vi ærer de ædle eventyrere, der støttede Habiticas originale Kickstarter. Vi takker dem for at hjælpe os med at vække Habitica til live!", + "blurbHallHeroes": "Dette er Heltenes Sal, hvor dem, der har bidraget med open-source materiale til Habitica, bliver æret. Om det er gennem kode, grafik, musik, tekst eller bare generel hjælpsomhed, har de modtaget ædelsten, eksklusivt udstyr, og prestigefyldte titler. Du kan også bidrage til Habitica! Find ud af mere her. " +} diff --git a/common/locales/da/defaulttasks.json b/common/locales/da/defaulttasks.json index 3310070e7a..1f773abc13 100644 --- a/common/locales/da/defaulttasks.json +++ b/common/locales/da/defaulttasks.json @@ -6,7 +6,7 @@ "defaultHabit3Text": "Tag trapperne/elevator (Klik på blyanten for at redigere)", "defaultHabit3Notes": "Eksempel på God eller Dårlig Vane: +/- Tog Trapperne/Elevatoren; +/- Drak Vand/Sodavand", "defaultDaily1Text": "1 times Personligt Projekt", - "defaultDaily1Notes": "Alle opgaver har gul som udgangspunkt når de er skabt. Det betyder, at du kun tager moderat skade når de bliver sprunget over, og at du får kun en moderat belønning når de er gennemført. ", + "defaultDaily1Notes": "Alle opgaver har gul som udgangspunkt når de er skabt. Det betyder, at du kun tager moderat skade når de bliver sprunget over, og at du får kun en moderat belønning når de er gennemført.", "defaultDaily2Text": "Rengør din lejlighed", "defaultDaily2Notes": "Daglige som du har gennemført konsistent vil gå fra gul til grøn til blå, hvilket hjælper dig med at holde styr på dine fremskridt. Jo højere du kommer op ad stigen, jo mindre skade tager du af at misse en enkelt gang, og jo mindre belønning får du for at gennemføre målet.", "defaultDaily3Text": "45 minutters Læsning", @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Mavebøjninger", "defaultDaily4Checklist3": "Armbøjninger", "defaultTodoNotes": "Du kan enten færdiggøre denne To-Do, ændre den eller fjerne den.", - "defaultTodo1Text": "Start med at spille HabitRPG (Markér mig som færdig!)", + "defaultTodo1Text": "Start med at spille Habitica (Markér mig som færdig!)", "defaultTodo2Text": "Opret en Vane", "defaultTodo2Checklist1": "opret en Vane", "defaultTodo2Checklist2": "sæt den til kun at være \"+\", kun \"-\" eller \"+/-\" under Redigér", @@ -32,10 +32,10 @@ "defaultTodo4Checklist3": "valgfrit: sæt en deadline", "defaultTodo5Text": "Start en Gruppe (privat) med dine venner (Social > Gruppe)", "defaultReward1Text": "15 minutters pause", - "defaultReward1Notes": "Tilpassede belønninger kommer i mange former. Nogle mennesker vil undlade at se deres favoritserie, hvis de ikke har guld til at betale for det. ", + "defaultReward1Notes": "Tilpassede belønninger kommer i mange former. Nogle mennesker vil undlade at se deres favoritserie, hvis de ikke har guld til at betale for det.", "defaultReward2Text": "Kage", - "defaultReward2Notes": "Andre synes bare om et dejligt stykke kage. Prøv at lave de belønninger, der motiverer dig mest. ", + "defaultReward2Notes": "Andre synes bare om et dejligt stykke kage. Prøv at lave de belønninger, der motiverer dig mest.", "defaultTag1": "morgen", "defaultTag2": "eftermiddag", "defaultTag3": "aften" -} \ No newline at end of file +} diff --git a/common/locales/da/front.json b/common/locales/da/front.json index a72f3835b6..54633dcbd5 100644 --- a/common/locales/da/front.json +++ b/common/locales/da/front.json @@ -1,8 +1,8 @@ { "FAQ": "OSS", - "accept1Terms": "Ved at klikke på knappen herunder indvilliger jeg i at følge HabitRPGs", + "accept1Terms": "Ved at klikke på knappen herunder indvilliger jeg i at følge Habiticas", "accept2Terms": "og", - "alexandraQuote": "Kunne ikke undlade at nævne HabitRPG under min tale i Madrid. Et klart must-have værktøj til freelancere, der stadig har brug for en chef.", + "alexandraQuote": "Kunne ikke undlade at nævne Habitica under min tale i Madrid. Et klart must-have værktøj til freelancere, der stadig har brug for en chef.", "althaireQuote": "Når jeg hele har tiden en quest kørende, bliver jeg konstant motiveret til at gøre alt det daglige arbejde og alle mine To-Dos. Min største motivation er at ikke lade min gruppe i stikken.", "andeeliaoQuote": "Fedt produkt, er lige startet for et par dage siden og er allerede mere bevidst om og produktiv med min tid!", "autumnesquirrelQuote": "Jeg laver færre overspringshandlinger på arbejde og med det huslige og betaler mine regninger til tiden.", @@ -11,7 +11,7 @@ "businessSample3": "Sortér og gennemgå din indbakke", "businessSample4": "Forbered 1 dokument til en klient", "businessSample5": "Ring til klienter/Udsatte telefonopkald", - "businessText": "Brug HabitRPG på din arbejdsplads", + "businessText": "Brug Habitica på din arbejdsplads", "choreSample1": "Læg beskidt tøj i vasketøjskurven", "choreSample2": "20 minutters husarbejde", "choreSample3": "Tag opvasken", @@ -32,14 +32,14 @@ "companyPrivacy": "Fortrolighed", "companyTerms": "Vilkår", "companyVideos": "Videoer", - "contribUse": "HabitRPG-bidragsydere bruger", + "contribUse": "Habitica-bidragsydere bruger", "dragonsilverQuote": "Jeg kan ikke beskrive hvor mange tids- og opgaveprioriteringssystemer jeg har prøvet over de sidste årtier... HRPG er det eneste, der har hjulpet mig med rent faktisk at få ting gjort, i stedet for bare at skrive dem ned på en liste.", - "dreimQuote": "Da jeg sidste år opdagede HabitRPG, havde jeg lige dumpet omkring halvdelen af mine eksaminer. Takket være de Daglige har jeg kunne organisere og disciplinere mig selv, og jeg har faktisk bestået alle mine eksaminer med rigtig gode karakterer for en måned siden.", + "dreimQuote": "Da jeg sidste år opdagede Habitica, havde jeg lige dumpet omkring halvdelen af mine eksaminer. Takket være de Daglige har jeg kunne organisere og disciplinere mig selv, og jeg har faktisk bestået alle mine eksaminer med rigtig gode karakterer for en måned siden.", "elmiQuote": "Hver morgen ser jeg frem til at stå op, så jeg kan tjene noget guld!", "email": "Email", "emailNewPass": "Send nyt kodeord via email", - "evagantzQuote": "Min allerførste aftale med tandlægen, hvor tandlægen faktisk var positivt overrasket over mine børstevaner. Tak, HabitRPG!", - "examplesHeading": "Spillere bruger HabitRPG til at styre...", + "evagantzQuote": "Min allerførste aftale med tandlægen, hvor tandlægen faktisk var positivt overrasket over mine børstevaner. Tak, Habitica!", + "examplesHeading": "Spillere bruger Habitica til at styre...", "featureAchievementByline": "Gør noget fedt? Få et emblem og vis det frem!", "featureAchievementHeading": "Præstationsemblem", "featureEquipByline": "Køb udstyr i Særudgave, eliksirer og andre virtuelle lækkerier i Markedet med det guld du har tjent på dine opgaver!", @@ -55,7 +55,7 @@ "footerMobile": "Mobil", "footerSocial": "Social", "forgotPass": "Glemt Kodeord", - "frabjabulousQuote": "HabitRPG er grunden til at jeg fik et fantastisk, højtlønnet job... og endnu mere mirakuløst bruger jeg nu tandtråd hver dag!", + "frabjabulousQuote": "Habitica er grunden til at jeg fik et fantastisk, højtlønnet job... og endnu mere mirakuløst bruger jeg nu tandtråd hver dag!", "free": "Spil gratis", "gamifyButton": "Spilificér dit liv i dag!", "goalSample1": "Øv dig på klaveret i 1 time", @@ -71,47 +71,47 @@ "healthSample4": "Spis sundt/usundt", "healthSample5": "1 times svedig træning", "history": "Historie", - "infhQuote": "HabitRPG har virkelig hjulpet mig med at indføre struktur i min studietid på universitetet.", + "infhQuote": "Habitica har virkelig hjulpet mig med at indføre struktur i min studietid på universitetet.", "invalidEmail": "Det kræver en valid emailadresse for at få nulstillet dit kodeord.", - "irishfeet123Quote": "Jeg havde en forfærdelig vane med ikke at rydde ud efter jeg havde spist. Jeg efterlod tallerkener og glas alle vegne. Den dårlige vane har HabitRPG hjulpet mig med af med.", + "irishfeet123Quote": "Jeg havde en forfærdelig vane med ikke at rydde ud efter jeg havde spist. Jeg efterlod tallerkener og glas alle vegne. Den dårlige vane har Habitica hjulpet mig med af med.", "joinOthers": "Slut dig til 250.000 mennesker, der har det sjovt mens de opnår deres mål!", - "kazuiQuote": "Inden jeg opdagede HabitRPG var jeg gået i stå i min afhandling. Jeg var også utilfreds med min manglende disciplin omkring huslige pligter og ting som at udvide mit ordforråd eller dykke ned i skak-teori. Det viste sig, at det holder mig motiveret at bryde disse opgaver ned i mindre Tjeklister, der er mere overskuelige.", + "kazuiQuote": "Inden jeg opdagede Habitica var jeg gået i stå i min afhandling. Jeg var også utilfreds med min manglende disciplin omkring huslige pligter og ting som at udvide mit ordforråd eller dykke ned i skak-teori. Det viste sig, at det holder mig motiveret at bryde disse opgaver ned i mindre Tjeklister, der er mere overskuelige.", "landingadminlink": "administrative pakker", "landingend": "Ikke overbevist endnu?", "landingend2": "Se en mere detaljeret liste over", "landingend3": "Leder du efter en mere privat tilgang? Se vores", "landingend4": "som er perfekte for familier, lærere, støttegrupper og firmaer.", "landingfeatureslink": "vores funktioner", - "landingp1": "Problemet med de fleste produktivitetsapplikationer på markedet er, at de ikke giver noget incitament til at blive ved med at bruge dem. HabitRPG løser dette, ved at gøre vaneopbygning sjovt! Ved at belønne dig for dine successer og straffe dig for fejl, giver HabitRPG ekstern motivation for at færdiggøre dine dagligdagsaktiviteter.", - "landingp2": "Hvis du gentager en positiv vane, gennemfører en daglig opgave eller færdiggører en gammel To-Do, belønner HabitRPG dig øjeblikkeligt med erfaringspoint og guld. Efterhånden som du får erfaring vil dit niveau stige, hvilket medfører at dine attributter stiger og at du åbner op for flere funktioner, såsom klasser og kæledyr. Guld kan bruges på genstande i spillet, der ændrer din erfaring, eller personlige belønninger som du har lavet for motivation. Når selv den mindste succes giver en øjeblikkelig belønning, er det mindre sandsynligt, at du laver overspringshandlinger.", + "landingp1": "Problemet med de fleste produktivitetsapplikationer på markedet er, at de ikke giver noget incitament til at blive ved med at bruge dem. Habitica løser dette, ved at gøre vaneopbygning sjovt! Ved at belønne dig for dine successer og straffe dig for fejl, giver Habitica dig ekstern motivation for at færdiggøre dine dagligdagsaktiviteter.", + "landingp2": "Hvis du gentager en positiv vane, gennemfører en daglig opgave eller færdiggører en gammel To-Do, belønner Habitica dig øjeblikkeligt med erfaringspoint og guld. Efterhånden som du får erfaring vil dit niveau stige, hvilket medfører at dine attributter stiger og at du åbner op for flere funktioner, såsom klasser og kæledyr. Guld kan bruges på genstande i spillet, der ændrer din erfaring, eller personlige belønninger som du har lavet for motivation. Når selv den mindste succes giver en øjeblikkelig belønning, er det mindre sandsynligt, at du laver overspringshandlinger.", "landingp2header": "Øjeblikkelig tilfredsstillelse", - "landingp3": "Hver gang du henfalder til en dårlig vane eller ikke færdiggør en af dine daglige opgaver vil du miste helbred. Hvis dit helbred bliver for lavt dør du, og taber noget af det fremskridt du har opnået. Ved at give dig øjeblikkelige konsekvenser kan HabitRPG hjælpe med at bryde dårlige vaner og overspringscyklusser før de giver problemer i det virkelige liv.", + "landingp3": "Hver gang du henfalder til en dårlig vane eller ikke færdiggør en af dine daglige opgaver vil du miste helbred. Hvis dit helbred bliver for lavt dør du, og taber noget af det fremskridt du har opnået. Ved at give dig øjeblikkelige konsekvenser kan Habitica hjælpe med at bryde dårlige vaner og overspringscyklusser før de giver problemer i det virkelige liv.", "landingp3header": "Konsekvenser", - "landingp4": "Med et aktivt fællesskab giver HabitRPG dig den ansvarlighed du har brug for at blive på dine opgaver. Med gruppesystemet kan du tilføje dine tætteste venner til en gruppe, så de kan heppe på dig. Klansystemet tillader dig at finde folk med samme interesser eller udfordringer som dig, som du kan dele dine mål og tips til hvordan du tackler dine problemer med.", + "landingp4": "Med et aktivt fællesskab giver Habitica dig den ansvarlighed du har brug for at blive på dine opgaver. Med gruppesystemet kan du tilføje dine tætteste venner til en gruppe, så de kan heppe på dig. Klansystemet tillader dig at finde folk med samme interesser eller udfordringer som dig, som du kan dele dine mål og tips til hvordan du tackler dine problemer med. I Habitica betyder fællesskabet at du både bliver holdt ansvarlig, og har den støtte du har behov for, for at få success. ", "landingp4header": "Ansvarlighed", - "leadText": "HabitRPG er en gratis app, der opbygger vaner og produktivitet ved at behandle dit liv som et spil. HabitRPG belønner og straffer dig i spillet så du bliver motiveret, og det levende sociale netværk inspirerer dig til at opnå dine mål og blive sund, hårdtarbejdende og lykkelig.", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "login": "Log ind", "loginAndReg": "Log ind/ Registrer", "loginFacebookAlt": "Log ind / registrer gennem Facebook", "logout": "Log Ud", "marketing1Header": "Forbedr dine vaner ved at spille et spil.", - "marketing1Lead1": "HabitRPG er et computerspil, der hjælper med at forbedre dine vaner i virkeligheden. Det gør dit liv til et spil ved at lave alle dine opgaver (Vaner, Daglige og To-Dos) indtil små monstre, du skal besejre. Jo bedre du er til dette, desto større fremskridt vil du gøre i spillet. Hvis du begår fejl i livet vil din karakter gå tilbage i spillet.", + "marketing1Lead1": "Habitica er et computerspil, der hjælper med at forbedre dine vaner i virkeligheden. Det gør dit liv til et spil ved at lave alle dine opgaver (Vaner, Daglige og To-Dos) indtil små monstre, du skal besejre. Jo bedre du er til dette, desto større fremskridt vil du gøre i spillet. Hvis du begår fejl i livet vil din karakter gå tilbage i spillet.", "marketing1Lead2": "Få Lækkert Udstyr. Forbedr dine vaner ved at ændre din avatar. Vis det lækre udstyr, du har tjent", "marketing1Lead2Title": "Få Lækkert Udstyr", - "marketing1Lead3": "Find Tilfældige Præmier. For nogen er det de tilfældige præmier, der motiverer dem; et system kaldet \"stokatisk belønning\". HabitRPG understøtter alle motiveringsmåder: positive, negative, forudsigelige og tilfældige.", + "marketing1Lead3": "Find Tilfældige Præmier. For nogen er det de tilfældige præmier, der motiverer dem; et system kaldet \"stokatisk belønning\". Habitica understøtter alle motiveringsmåder: positive, negative, forudsigelige og tilfældige.", "marketing1Lead3Title": "Find Tilfældige Præmier", "marketing2Header": "Kæmp med venner, deltag i interessegrupper", - "marketing2Lead1": "Selvom du selvfølgelig kan spille HabitRPG bliver det først virkelig godt når I begynder at samarbejde, konkurrere og holde hinanden ansvarlige. Den mest effektive del af ethvert selvforbedringsprogram er social ansvarlighed, og hvad er et bedre miljø for ansvarlighed og konkurrence end et computerspil?", + "marketing2Lead1": "Selvom du selvfølgelig kan spille Habitica bliver det først virkelig godt når I begynder at samarbejde, konkurrere og holde hinanden ansvarlige. Den mest effektive del af ethvert selvforbedringsprogram er social ansvarlighed, og hvad er et bedre miljø for ansvarlighed og konkurrence end et computerspil?", "marketing2Lead2": "Kæmp mod Bosser. Hvad er et rollespil uden kampe? Bekæmp bosser med din gruppe. Bosser er \"super-ansvarligheds-tilstand\" - den dag du lige springer træningen over skader alle i gruppen.", "marketing2Lead2Title": "Bosser", "marketing2Lead3": "Udfordringer gør dig i stand til at konkurrere med venner og fremmede. Hvem end, der er bedst i slutningen af en udfordring vinder særlige præmier.", "marketing3Header": "Apps", "marketing3Lead1": "iPhone & Android apps lader dig klare dine ting på farten. Vi ved, at det nogen gange er for meget at skulle logge ind på websiden for at klikke på knapper.", - "marketing3Lead2": "Andre tredjeparts-værktøjer binder HabitRPG sammen med forskellige dele af dit liv. Vores API giver let integration med ting såsom Chrome-udvidelsen, hvor du vil miste point for at besøge uproduktive hjemmesider, og få point for at besøge produktive sider. Se mere her", + "marketing3Lead2": "Andre tredjeparts-værktøjer binder Habitica sammen med forskellige dele af dit liv. Vores API giver let integration med ting såsom Chrome-udvidelsen, hvor du vil miste point for at besøge uproduktive hjemmesider, og få point for at besøge produktive sider. Se mere her", "marketing4Header": "Organisatorisk brug", "marketing4Lead1": "Uddannelse er en af de bedste områder at bruge spilelementer. Vi ved alle, hvordan studerende nærmest er limet til deres telefon disse dage, så brug dette! Sæt dine elever til at kæmpe mod hinanden spm hyggelig konkurrence. Beløn god opførsel med sjældne præmier. Se deres karakterer og opførsel blive forbedret.", "marketing4Lead1Title": "Brug af Spilelementer i Undervisning", - "marketing4Lead2": "Prisen for sundhedssektoren stiger, og der må ske noget. Hundredevis af programmer er bygget til at reducere udgifter og forbedre velvære. Vi tror på, at HabitRPG kan bane vejen for en sundere livsstil.", + "marketing4Lead2": "Prisen for sundhedssektoren stiger, og der må ske noget. Hundredevis af programmer er bygget til at reducere udgifter og forbedre velvære. Vi tror på, at Habitica kan bane vejen for en sundere livsstil.", "marketing4Lead2Title": "Brug af Spilelementer i Sundhed og Velvære", "marketing4Lead3-1": "Vil du gøre dit liv til et spil?", "marketing4Lead3-2": "Interesseret i at lede en gruppe for uddannelse, velvære og mere?", @@ -126,10 +126,10 @@ "passMan": "Hvis du bruger en kodeordshusker (som 1Password) og har problemer med at logge ind, så prøv at skrive dit brugernavn og kodeord manuelt.", "password": "Kodeord", "playButton": "Spil", - "playButtonFull": "Spil HabitRPG", + "playButtonFull": "Spil Habitica", "presskit": "Pressekit", "presskitDownload": "Download alle billeder:", - "presskitText": "Tak for din interesse i HabitRPG! Disse billeder kan bruges for artikler eller videoer om HabitRPG. For mere information, kontakt venligst Siena Leslie på leslie@habitrpg.com.", + "presskitText": "Thanks for your interest in Habitica! The following images can be used for articles or videos about Habitica. For more information, please contact Siena Leslie at leslie@habitica.com.", "privacy": "Fortrolighedspolitik", "psst": "Psst", "punishByline": "Gør op med dårlige vaner og overspringshandlinger med øjeblikkelig virkning.", @@ -152,9 +152,9 @@ "schoolSample3": "Møde med Studiegruppe", "schoolSample4": "Noter til 1 kapitel", "schoolSample5": "Læs 1 kapitel", - "sixteenBitFilQuote": "Jeg får klaret mine opgaver lynhurtigt takket være HabitRPG. Jeg er ivrig efter at nå det næste niveau.", + "sixteenBitFilQuote": "Jeg får klaret mine opgaver lynhurtigt takket være Habitica. Jeg er ivrig efter at nå det næste niveau.", "skysailorQuote": "Min gruppe og vores quests holder mig engageret i spillet, og dermed motiveret til at få tingene gjort og ændre mit liv i en positiv retning.", - "socialTitle": "HabitRPG - Gør dit liv en leg", + "socialTitle": "Habitica - Gør dit liv en leg", "supermouse35Quote": "Jeg motionerer mere og har ikke glemt at tage min medicin i månedsvis! Tak Habit. :D", "sync": "Synkroniser", "tasks": "Opgaver", @@ -172,7 +172,7 @@ "username": "Brugernavn", "watchVideos": "Se videoer", "work": "Arbejde", - "zelahQuote": "Med HabitRPG bliver jeg lokket til at komme i seng i ordentlig tid. Jeg vil gerne have de ekstra XP for at komme tidligt i seng, og undgå at miste helbred på grund af en sen aften!", + "zelahQuote": "Med Habitica bliver jeg lokket til at komme i seng i ordentlig tid. Jeg vil gerne have de ekstra XP for at komme tidligt i seng, og undgå at miste helbred på grund af en sen aften!", "reportAccountProblems": "Rapportér Konto-problemer", "reportCommunityIssues": "Rapportér Fællesskabs-problemer", "generalQuestionsSite": "Generelle spørgsmål om sitet", diff --git a/common/locales/da/gear.json b/common/locales/da/gear.json index ab3174b785..570b70d27b 100644 --- a/common/locales/da/gear.json +++ b/common/locales/da/gear.json @@ -5,7 +5,7 @@ "weaponWarrior0Text": "Træningssværd", "weaponWarrior0Notes": "Øvevåben. Giver ingen bonusser.", "weaponWarrior1Text": "Sværd", - "weaponWarrior1Notes": "Almindelig soldatersværd. Øger Styrke med <%= str %>. ", + "weaponWarrior1Notes": "Almindelig soldatersværd. Øger Styrke med <%= str %>.", "weaponWarrior2Text": "Økse", "weaponWarrior2Notes": "Dobbeltbladet kampøkse. Øger Styrke med <%= str %>", "weaponWarrior3Text": "Morgenstjerne", @@ -17,7 +17,7 @@ "weaponWarrior6Text": "Gyldent sværd", "weaponWarrior6Notes": "Forbandelse for mørkets skabninger. Øger Styrke med <%= str %>.", "weaponRogue0Text": "Daggert", - "weaponRogue0Notes": "En slyngels basisvåben. Tildeler ingen bonusser. ", + "weaponRogue0Notes": "En slyngels basisvåben. Tildeler ingen bonusser.", "weaponRogue1Text": "Stiksværd", "weaponRogue1Notes": "Let, skjulbar klinge. Øger Styrke med <%= str %>.", "weaponRogue2Text": "Krumsabel", @@ -66,7 +66,7 @@ "weaponSpecial2Notes": "Mærk dragens kraft strømme indeni! Øger Styrke og Opfattelse med <%= attrs %> hver.", "weaponSpecial3Text": "Mustaines Milepæls-masende Morgenstjerne", "weaponSpecial3Notes": "Møder, monstre, modløshed: håndteret! Mast! Øger Styrke, Intelligens og Konstitution med <%= attrs %> hver.", - "weaponSpecialCriticalText": "Kritisk Kryb-Hammer ", + "weaponSpecialCriticalText": "Kritisk Kryb-Hammer", "weaponSpecialCriticalNotes": "Denne forkæmper nedkæmpede en kritisk Github fjende som andre måtte give op overfor. Denne hammer er lavet at knoglerne fra krybet, og giver mægtige fuldtræffere. Øger Styrke og Opfattelse med <%= attrs %>. hver.", "weaponSpecialTridentOfCrashingTidesText": "Trefork af Brydende Bølger", "weaponSpecialTridentOfCrashingTidesNotes": "Giver dig evnen til at herske over fiskene og giver også dine opgaver nogle mægtige hug. Øger Intelligens med <%= int %>.", @@ -135,7 +135,7 @@ "weaponMystery301404Text": "Steampunk Stok", "weaponMystery301404Notes": "Perfekt at svinge rundt i hele byen. Marts 3015 Abonnentvare. Giver ingen bonusser.", "weaponArmoireBasicCrossbowText": "Basis-armbrøst", - "weaponArmoireBasicCrossbowNotes": "This crossbow can pierce a task's armor from very far away! Increases Strength by <%= str %>, Perception by <%= per %>, and Constitution by <%= con %>. Enchanted Armoire: Independent Item.", + "weaponArmoireBasicCrossbowNotes": "Denne armbrøst kan gennembore opgavernes rustning på meget lang afstand. Øger Styrke med <%= str %>, Opfattelse med <%= per %> og Konstitution med <%= kon %>. Fortryllet Klædeskab: Ikke del af et sæt.", "weaponArmoireLunarSceptreText": "Lindrende Måne-scepter", "weaponArmoireLunarSceptreNotes": "De helbredende kræfter i denne tryllestav stiger og falder. Øger Konstitution med <%= con %> og Intelligens med <%= int %>. Fortryllet Klædeskab: Beroligende Månesæt (Genstand 3 af 3).", "weaponArmoireRancherLassoText": "Ranch-ejerens Lasso", @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Snefnugs-robe", "armorSpecialSnowflakeNotes": "En robe, der holder dig varm, selv i en snestorm. Øger Konstitution med <%= con %>. Specielt 2013-2014 Vinterudstyr.", "armorSpecialBirthdayText": "Absurd Festkostume", - "armorSpecialBirthdayNotes": "Tillykke med Fødselsdagen, HabitRPG! Brug dette Absurde Festkostume til at fejre denne skønne dag! Giver ingen bonusser.", + "armorSpecialBirthdayNotes": "Tillykke med Fødselsdagen, Habitica! Brug dette Absurde Festkostume til at fejre denne skønne dag! Giver ingen bonusser.", "armorSpecialBirthday2015Text": "Fjollet Festkostume", - "armorSpecialBirthday2015Notes": "Tillykke med Fødselsdagen, HabitRPG! Brug dette Fjollede Festkostume til at fejre denne skønne dag! Giver ingen bonusser.", + "armorSpecialBirthday2015Notes": "Tillykke med Fødselsdagen, Habitica! Brug dette Fjollede Festkostume til at fejre denne skønne dag! Giver ingen bonusser.", "armorSpecialGaymerxText": "Regnbuekrigers Rustning", "armorSpecialGaymerxNotes": "For at fejre Pride-sæsonen og GaymerX er denne specielle rustning dekoreret med en lysende og farverig regnbue! GaymerX er en spil-messe, der fejrer LGBTQ og gaming, og den er åben for alle. Den foregår på InterContinental i San Fransisco 11-13 juli! Giver ingen bonusser.", "armorSpecialSpringRogueText": "Elegant Kattedragt", @@ -337,7 +337,7 @@ "headSpecial2Text": "Navnløs Hjelm", "headSpecial2Notes": "Et minde for dem, der gav så meget uden at bede om noget. Øger Intelligens og Styrke med hver <%= attrs %>.", "headSpecialFireCoralCircletText": "Ildkoral-krone", - "headSpecialFireCoralCircletNotes": "This circlet, designed by Habitica's greatest alchemists, allows you to breathe water and dive for treasure! Increases Perception by <%= per %>.", + "headSpecialFireCoralCircletNotes": "Denne krone, designet af Habiticas bedste alkymister, går dig i stand til at trække vejret under vandet og dykke efter skatte. Øger Opfattelse med <%= per %>.", "headSpecialNyeText": "Absurd Festhat", "headSpecialNyeNotes": "Du har fået en Absurd Festhat! Bær den med stolthed mens du ringer det nye år ind! Giver ingen bonusser.", "headSpecialYetiText": "Yetitæmmer-hjelm", @@ -387,7 +387,7 @@ "headSpecialSpring2015WarriorText": "Vogterhjelm", "headSpecialSpring2015WarriorNotes": "Beware the Helm! Only a fierce doggy can wear it. Stop laughing. Increases Strength by <%= str %>. Limited Edition 2015 Spring Gear.", "headSpecialSpring2015MageText": "Scenemagikers Hat", - "headSpecialSpring2015MageNotes": "Which came first, the bunny or the hat? Increases Perception by <%= per %>. Limited Edition 2015 Spring Gear.", + "headSpecialSpring2015MageNotes": "Hvad kom først, kaninen eller hatten? Øger Opfattelse med <%= per %>. Specielt 2015 Forårsudstyr.", "headSpecialSpring2015HealerText": "Trøstende Krone", "headSpecialSpring2015HealerNotes": "The pearl at the center of this crown calms and comforts those around it. Increases Intelligence by <%= int %>. Limited Edition 2015 Spring Gear.", "headSpecialSummer2015RogueText": "Desertørhat", @@ -411,7 +411,7 @@ "headMystery201408Text": "Solkrone", "headMystery201408Notes": "Denne skinnende krone giver dens bærer stor viljestyrke. Giver ingen bonusser. August 2014 Abonnentting.", "headMystery201411Text": "Sporty Stålhjelm", - "headMystery201411Notes": "Dette er den traditionelle hjelm båret under den elskede Habitbo-sport Balancebold, der går ud på at dække sig selv i tungt beskyttelsesudstyr og dedikere sig til en sund balance mellem arbejde og fritid... MENS MAN BLIVER JAGTET AF HIPPOGRIFFER. Giver ingen bonusser. November 2014 Abonnentting.", + "headMystery201411Notes": "Dette er den traditionelle hjelm båret under den elskede Habitikanersport Balancebold, der går ud på at dække sig selv i tungt beskyttelsesudstyr og dedikere sig til en sund balance mellem arbejde og fritid... MENS MAN BLIVER JAGTET AF HIPPOGRIFFER. Giver ingen bonusser. November 2014 Abonnentting.", "headMystery201412Text": "Pingvinhat", "headMystery201412Notes": "Hvem er en pingvin? Giver ingen bonusser. December 2014 Abonnentting.", "headMystery201501Text": "Stjernehjelm", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "Ingen øjenbeklædning er smartere end goggles - måske bortset fra en monokel. Giver ingen bonusser. April 3015 Abonnentting.", "eyewearMystery301405Text": "Monokel", "eyewearMystery301405Notes": "Ingen øjenbeklædning er smartere end en monokel - måske bortset fra goggles. Giver ingen bonusser. Juli 3015 Abonnentting." -} \ No newline at end of file +} diff --git a/common/locales/da/generic.json b/common/locales/da/generic.json index 7d277d7e91..731c7fe47e 100644 --- a/common/locales/da/generic.json +++ b/common/locales/da/generic.json @@ -1,11 +1,11 @@ { "languageName": "Dansk", "stringNotFound": "Strengen '<%= string %>' blev ikke fundet.", - "titleIndex": "HabitRPG | Dit Liv Som Rollespil", + "titleIndex": "Habitica | Dit Liv Som Rollespil", "habitica": "Habitica", "expandToolbar": "Åbn værktøjslinje", "collapseToolbar": "Luk værktøjslinje", - "markdownBlurb": "HabitRPG bruger Markdown til at formattere beskeder. Se Markdown Cheat Sheet for mere information.", + "markdownBlurb": "Habitica bruger Markdown til at formattere beskeder. Se Markdown Cheat Sheet for mere information.", "showFormattingHelp": "Vis formatterings-hjælp", "hideFormattingHelp": "Skjul formatterings-hjælp", "youType": "Du skriver:", @@ -14,8 +14,8 @@ "bold": "**Fed**", "strikethrough": "~~Overstregning~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG er fedt!](https://habitrpg.com)", - "markdownImageEx": "![Obligatorisk alt-tekst](https://habitrpg.com/cake.png \"frivillig mouseover-titel\")", + "markdownLinkEx": "[Habitica er fedt!](https://habitica.com)", + "markdownImageEx": "![Obligatorisk alt-tekst](https://habitica.com/cake.png \"frivillig mouseover-titel\")", "unorderedListHTML": "+ Første ting
+ Anden ting
+ Tredje ting", "unorderedListMarkdown": "+ Første ting\n+ Anden ting\n+ Tredje ting", "code": "`kode`", @@ -61,13 +61,16 @@ "veteranText": "Har klaret Den Grå Habit (vores hjemmeside før Angular), og har fået mange krigs-ar på grund af fejlene dengang.", "originalUser": "Original Bruger!", "originalUserText": "En af de meget tidlige originale brugere. Her kan man snakke om alfa-tester!", - "habitBirthday": "HabitRPG Fødselsdagsfest", - "habitBirthdayText": "Fejrede HabitRPGs Fødselsdagsfest!", - "habitBirthdayPluralText": "Fejrede <%= number %> HabitRPGs Fødselsdagsfester!", + "habitBirthday": "Habitica Fødselsdagsfest", + "habitBirthdayText": "Fejrede Habiticas Fødselsdagsfest!", + "habitBirthdayPluralText": "Fejrede <%= number %> Fødselsdagsfester for Habitica!", + "habiticaDay": "Habiticas Navnedag", + "habiticaDaySingularText": "Fejrede Habiticas Navnedag! Tak for at være en fantastisk bruger.", + "habiticaDayPluralText": "Fejrede Habiticas Navnedag <%= number %> gange! Tak for at være en fantastisk bruger.", "achievementDilatory": "Frelser af Forhaling", "achievementDilatoryText": "Var med til at vinde over Den Frygtelige Drag'e af Forhaling i 2014 Sommer Plaske-Eventet!", "costumeContest": "2014 Kostumekonkurrence", - "costumeContestText": "Deltog i Halloween kostumekonkurrencen 2014. See nogen af kostumerne på blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Deltog i Halloweenkostumekonkurrencen 2014. See nogen af kostumerne på blog.habitica.com/tagged/cosplay!", "memberSince": "- Medlem siden", "lastLoggedIn": "- Sidst logget ind", "notPorted": "Denne funktion er ikke blevet konvertet fra den originale side endnu.", @@ -90,7 +93,7 @@ "audioTheme_gokulTheme": "Gokul Tema", "askQuestion": "Stil et Spørgsmål", "reportBug": "Rapporter en Fejl", - "contributeToHRPG": "Bidrag til HabitRPG", + "contributeToHRPG": "Bidrag til Habitica", "overview": "Oversigt for Nye Brugere", "January": "Januar", "February": "Februar", @@ -107,4 +110,4 @@ "dateFormat": "Datoformat", "achievementStressbeast": "Frelser af Stoiskro", "achievementStressbeastText": "Var med til at overvinde Det Afskyelige Stressbæst i 2015 Vintereventyr-eventet!" -} \ No newline at end of file +} diff --git a/common/locales/da/groups.json b/common/locales/da/groups.json index 8183a41570..8c0ad5ae86 100644 --- a/common/locales/da/groups.json +++ b/common/locales/da/groups.json @@ -22,7 +22,7 @@ "party": "Gruppe", "createAParty": "Opret en Gruppe", "updatedParty": "Gruppeindstillinger opdateret.", - "noPartyText": "Du er enten ikke i en gruppe eller din gruppe tager lang tid at loade. Du kan enten oprette en og invitere venner, eller hvis du vil slutte dig til en eksisterende gruppe få dem til at indtaste dit unikke Bruger ID herunder, og komme tilbage senere for at se invitationen: ", + "noPartyText": "Du er enten ikke i en gruppe eller din gruppe tager lang tid at loade. Du kan enten oprette en og invitere venner, eller hvis du vil slutte dig til en eksisterende gruppe få dem til at indtaste dit unikke Bruger ID herunder, og komme tilbage senere for at se invitationen:", "LFG": "For at gøre reklame for din nye gruppe eller finde en, du kan joine, gå til <%= linkStart %>Party Wanted (Looking for Group)<%= linkEnd %> Klanen.", "create": "Opret", "userId": "Bruger ID", @@ -70,7 +70,7 @@ "sortJoined": "Sortér efter gruppeindmeldelsesdato", "sortName": "Sortér efter avatar-navn", "sortBackgrounds": "Sortér efter baggrund", - "sortHabitrpgJoined": "Sortér efter HabitRPG indmeldelsesdato", + "sortHabitrpgJoined": "Sortér efter Habitica indmeldelsesdato", "sortHabitrpgLastLoggedIn": "Sortér efter sidst logget ind", "ascendingSort": "Stigende sortering", "descendingSort": "Faldende sortering", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Kun gruppelederen kan oprette Udfordringer", "sendGift": "Send Gave", "inviteFriends": "Invitér Venner", - "inviteAlertInfo": "Invitér venner med Bruger ID her.", + "inviteAlertInfo": "Invitér venner med Bruger ID her.", "inviteExistUser": "Invitér Eksisterende Bruger", "inviteByEmail": "Invitér venner gennem e-mail. Hvis de opretter sig via din e-mail, bliver de automatisk inviteret til denne gruppe.", "byColon": "Af:", @@ -123,4 +123,4 @@ "startAParty": "Start en Gruppe", "addToParty": "Tilføj nogen til din gruppe", "likePost": "Klik hvis du synes on denne besked!" -} \ No newline at end of file +} diff --git a/common/locales/da/limited.json b/common/locales/da/limited.json index f283b1b3bb..13a3034344 100644 --- a/common/locales/da/limited.json +++ b/common/locales/da/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Sæson-heksen<%= linkEnd %>", "seasonalShopClosedText": "Sæson-markedet er lukket! Jeg ved ikke hvor Sæson-heksen er lige nu, men hun kommer sikkert tilbage til den næste <%= linkStart %>Store Fest<%= linkEnd %>!", - "seasonalShopText": "Velkommen til Sæson-markedet! Vi har forårs-sæson godter lige nu. Alting her kan købes under Forårsflirt-eventet hvert år, men vi holder kun åbent indtil 30. april, så husk at købe ind nu, ellers må du vente et helt år for igen at kunne købe disse ting!", - "seasonalShopSummerText": "Velkommen til Sæson-markedet! Vi har sommer-sæson godter lige nu. Alting her kan købes under Sommerplask-eventet hvert år, men vi holder kun åbent indtil 31. juli, så husk at købe ind nu, ellers må du vente et helt år for igen at kunne købe disse ting!", + "seasonalShopText": "Velkommen til Sæson-markedet! Vi har forårs-sæson godter lige nu. Alt her kan købes under Forårsflirt-eventet hvert år, men vi holder kun åbent indtil 30. april, så husk at købe ind nu, ellers må du vente et helt år for igen at kunne købe disse ting!", + "seasonalShopSummerText": "Velkommen til Sæson-markedet! Vi har sommer-sæson godter lige nu. Alt her kan købes under Sommerplask-eventet hvert år, men vi holder kun åbent indtil 31. juli, så husk at købe ind nu, ellers må du vente et helt år for igen at kunne købe disse ting!", "seasonalShopRebirth": "Hvis du har brugt Genfødselskuglen kan du genkøbe dette udstyr i Belønningskolonnen efter du har fået adgang til Udstyrsbutikken. I starten vil du kun kunne købe tingene, der passer til din nuværende klasse (Kriger som standard), men frygt ej, de andre klasse-specifikke varer bliver tilgængelige hvis du skifter til den klasse.", "candycaneSet": "Slikstok (Magiker)", "skiSet": "Ski-morder (Slyngel)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Smaragd Havmagiker (Magiker)", "reefSeahealerSet": "Havhelbreder fra Revet (Helbreder)", "roguishPirateSet": "Slyngelagtig Pirat (Slyngel)" -} \ No newline at end of file +} diff --git a/common/locales/da/messages.json b/common/locales/da/messages.json index 119d2b8fee..1024407925 100644 --- a/common/locales/da/messages.json +++ b/common/locales/da/messages.json @@ -7,18 +7,18 @@ "messageFoodNotFound": ":food ikke fundet i user.items.food", "messageCannotFeedPet": "Dette kæledyr kan ikke fodres.", "messageAlreadyMount": "Du har allerede dette ridedyr. Prøv at fodre et andet dyr.", - "messageEvolve": "Du har tæmmet <%= egg %>, lad os ride en tur! ", + "messageEvolve": "Du har tæmmet <%= egg %>, lad os ride en tur!", "messageLikesFood": "<%= egg %> er meget glad for <%= foodText %>!", "messageDontEnjoyFood": "<%= egg %> spiser <%= foodText %>, men ser ikke ud til at nyde det.", "messageBought": "Købte <%= itemText %>", - "messageEquipped": "<%= itemText %> taget i brug. ", + "messageEquipped": "<%= itemText %> taget i brug.", "messageUnEquipped": "<%= itemText %> er taget af.", "messageMissingEggPotion": "Du mangler enten det æg eller den eliksir", "messageAlreadyPet": "Du har allerede det kæledyr. Prøv at udklække en anden kombination!", "messageHatched": "Dit æg er klækket! Besøg det i din stald for at tage dit kæledyr med dig.", "messageNotEnoughGold": "Ikke nok Guld", "messageTwoHandled": "<%= gearText %> er tohånds", - "messageDropFood": "Du fandt <%= dropArticle %><%= dropText %>! <%= dropNotes %>", + "messageDropFood": "Du fandt 1 <%= dropText %>! <%= dropNotes %>", "messageDropEgg": "Du fandt et <%= dropText %> Æg! <%= dropNotes %>", "messageDropPotion": "Du fandt en <%= dropText %> Udrugningseliksir! <%= dropNotes %>", "messageDropQuest": "Du har fundet en quest!", @@ -27,6 +27,6 @@ "messageAlreadyPurchasedGear": "Du har engang købt dette udstyr, men ejer det ikke på nuværende tidspunkt. Du kan købe det igen i belønningskolonnen på opgavesiden.", "messageAlreadyOwnGear": "Du ejer allerede denne ting. Tag det på ved at gå til udstyrssiden.", "armoireEquipment": "<%= image %> Du har fundet sjældent Udstyr i Klædeskabet: <%= dropText %>! Fantastisk!", - "armoireFood": "<%= image %> Du roder rundt i bunden af Klædeskabet. Pludselig finder du <%= dropArticle %><%= dropText %>. Gad vide hvad den laver her?", + "armoireFood": "<%= image %> Du roder rundt i bunden af Klædeskabet. Pludselig finder du <%= dropText %>. Gad vide hvad den laver her?", "armoireExp": "Du kæmper med Klædeskabet og får Erfaring. Sådan!" -} \ No newline at end of file +} diff --git a/common/locales/da/npc.json b/common/locales/da/npc.json index 198100989e..5bd004d861 100644 --- a/common/locales/da/npc.json +++ b/common/locales/da/npc.json @@ -3,7 +3,7 @@ "npcText": "Støttede Kickstarterprojektet på det maksimale niveau!", "mattBoch": "Matt Boch", "mattShall": "Skal jeg hente dit ridedyr, <%= name %>? Når du har fodret et kæledyr nok til, at det bliver til et ridedyr, så vil det flytte hertil. Klik på et ridedyr for at bestige det.", - "mattBochText1": "Velkommen til Stalden! Jeg er Matt, bæstmesteren. Efter niveau 4 kan du udruge kæledyr ved ar bruge æg og udrugningseliksirer. Når du udruger et kæledyr i Markedet, vil det dukke op her. Klik på billedet af kæledyret for at føje det til din avatar. Giv dem mad, som du også kan finde efter niveau 4, og de vil vokse sig til kraftfulde ridedyr.", + "mattBochText1": "Velkommen til Stalden! Jeg er Matt, bæstmesteren. Efter niveau 3 kan du udruge kæledyr ved at bruge æg og udrugningseliksirer. Når du udruger et kæledyr i Markedet, vil det dukke op her. Klik på billedet af kæledyret for at føje det til din avatar. Giv dem mad, som du også kan finde efter niveau 3, og de vil vokse sig til kraftfulde ridedyr.", "daniel": "Daniel", "danielText": "Velkommen til Værtshuset! Hæng ud og mød de lokale. Hvis du har brug for at slappe af (ferie? sygdom?), så er der plads på Kroen. Mens du er tjekket ind på Kroen vil dine Daglige ikke skade dig, men du kan stadig markere dem som udført.", "danielText2": "Advarsel: Hvis du deltager i en Boss-quest vil bossen stadig skade dig for de andre gruppemedlemmers oversprungne Daglige! Desuden kan du ikke skade Bossen (eller samle ting) før du tjekker ud af Kroen.", @@ -19,19 +19,19 @@ "USD": "US$", "newStuff": "Nye Ting", "cool": "Fortæl Mig Senere", - "dismissAlert": "Fjern Denne Besked ", + "dismissAlert": "Fjern Denne Besked", "donateText1": "Tilføjer 20 Ædelsten til din konto. Ædelsten bruges til at købe specielle spil-ting, såsom bluser og frisurer.", - "donateText2": "Støt HabitRPG", - "donateText3": "HabitRPG er et open source-projekt, der er afhængig af støtte fra vores brugere. De penge, du bruger på ædelsten, hjælper os med at holde serverne kørende, opretholde et lille hold af kernepersoner, udvikle nye funktioner og give incitamenter til vores frivillige udviklere. Tak for din gavmildhed!", - "donationDesc": "20 Ædelsten, donation til HabitRPG", + "donateText2": "Støt Habitica", + "donateText3": "Habitica er et open source-projekt, der er afhængig af støtte fra vores brugere. De penge, du bruger på ædelsten, hjælper os med at holde serverne kørende, opretholde et lille hold af kernepersoner, udvikle nye funktioner og give incitamenter til vores frivillige udviklere. Tak for din gavmildhed!", + "donationDesc": "20 Ædelsten, donation til Habitica", "payWithCard": "Betal med kort", "payNote": "Bemærk: PayPal tager nogen gange lang tid om at udføre betalinger. Vi anbefaler, at du betaler med kort.", "card": "Kort", "amazonInstructions": "Klik på knappen for at betale med Amazon Payments", "paymentMethods": "Betalingsmetoder:", "classGear": "Klasseudstyr", - "classGearText": "Først: Lad være med at panikke! Dit gamle udstyr er nu i dit inventar, og du er nu iført dit <%= klass %>-lærlingeudstyr. At være iført din klasses udstyr giver 50% bonus til statistikker. Du kan dog stadig skifte tilbage til dit gamle udstyr hvis du vil.", - "classStats": "Dette er din klasses statistikker, som påvirker dit spil. Hver gang du går et niveau op får du et point som du kan tildele til en attribut. Hold musen over hver attribut for mere information.", + "classGearText": "Først: Lad være med at panikke! Dit gamle udstyr er nu i dit inventar, og du er nu iført dit <%= klass %>-lærlingeudstyr. At være iført din klasses udstyr giver 50% bonus til stats. Du kan dog stadig skifte tilbage til dit gamle udstyr hvis du vil.", + "classStats": "Dette er din klasses stats, som påvirker dit spil. Hver gang du går et niveau op får du et point som du kan tildele til en attribut. Hold musen over hver attribut for mere information.", "autoAllocate": "Tildel automatisk", "autoAllocateText": "Hvis 'tildel automatisk' er markeret vil din avatars attributter stige automatisk baseret på dine opgavers attributter, hvilket du kan finde i Opgave > Ret > Avanceret > Attributter. Hvis du for eksempel dyrker motion ofte, og din Daglige 'Motion' er sat til 'Fysisk' vil du automatisk gå på i Styrke.", "spells": "Fortryllelser", @@ -40,42 +40,42 @@ "moreClass": "For mere information om klassesystemet, se", "tourWelcome": "Velkommen til Habitica! Dette er din To-Do-liste. Markér en opgave for at fortsætte!", "tourExp": "Godt klaret! Når du markerer en opgave får du Erfaring og Guld!", - "tourDailies": "This column is for Daily tasks. To proceed, enter a task you should do every day! Sample Dailies: Make Bed, Floss, Check Work Email", + "tourDailies": "Denne kolonne er til Daglige opgaver. Her indtaster du en opgave, som skal løses hver dag! Eksempler: Red sengen, Brug tandtråd, Læs arbejdsemails", "tourCron": "Flot! Dine Daglige vil nulstille hver dag.", "tourHP": "Pas på! Hvis du ikke færdiggør en Daglig før midnat, vil den skade dig!", - "tourHabits": "This column is for good and bad Habits that you do many times a day! To proceed, click the pencil to edit the names, then click the checkmark to save.", + "tourHabits": "Denne kolonne er til gode og dårlige Vaner som du udfører flere gange om dagen! For at fortsætte skal du trykke på blyanten for at rette navnene, derefter fluebenet for at gemme.", "tourStats": "Gode Vaner giver Erfaring og Guld! Dårlige vaner giver skade.", "tourGP": "For at fortsætte skal du købe Træningssværdet med det guld, du lige har tjent!", - "tourAvatar": "Customize Your Avatar", + "tourAvatar": "Tilpas din Avatar", "tourScrollDown": "Husk at scrolle hele vejen ned for at se alle valgmulighederne! Klik på din avatar igen for at vende tilbage til opgavesiden.", "tourMuchMore": "Når du er færdig med dine opgaver, kan du oprette en Gruppe med dine venner, snakke med ligesindede i Klaner, deltage i Udfordringer, og meget mere!", - "tourStatsPage": "Dette er din Statistik-side! Opnå Præstationer ved at gennemføre de opgaver, der er nævnt.", + "tourStatsPage": "Dette er din Stats-side! Opnå Præstationer ved at gennemføre de opgaver, der er nævnt.", "tourTavernPage": "Velkommen til Værtshuset, en chat for alle aldre! You kan sikre dig, at dine daglige ikke skader dig hvis du skulle blive syg eller er ude at rejse, ved at trykke på \"Slap af på Kroen\". Kon indenfor og sig hej!", "tourPartyPage": "Din Gruppe kan hjælpe dig, ved at holde dig ansvarlig. Inviter venner for at åbne for en quest-skriftrulle.", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", - "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", - "tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", - "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", - "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", - "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", + "tourChallengesPage": "Udfordringer er tematiserede opgavelister lavet af brugere! Når du tilmelder dig en udfordring vil opgaverne blive tilføjet til din konto. Konkurrer mod andre brugere om at vinde ædelstenspræmier!", + "tourMarketPage": "Ved niveau 3 begynder æg og udrugningseliksirer at droppe tilfældigt når du færdiggør opgaver. De vil kunne ses her - brug dem til at udruge kæledyr! Du kan også købe ting på Markedet.", + "tourHallPage": "Velkommen til Heltenes Sal, hvor open-sourcebidrag til Habitica hyldes. Om det er gennem kode, kunst, musik, tekst eller bare hjælpsomhed har alle her tjent ædelsten, specielt udstyr og prestigefyldte titler. Du kan også bidrage til Habitica!", + "tourPetsPage": "Dette er Stalden! Efter niveau 3 kan du udruge kæledyr ved at bruge æg og udrugningseliksirer. Når du udruger et kæledyr i Markedet, vil det dukke op her! Klik på billedet af kæledyret for at føje det til din avatar. Giv dem mad, som du også kan finde efter niveau 3, og de vil vokse sig til kraftfulde ridedyr.", + "tourMountsPage": "Når du har fodret et kæledyr med nok mad bliver det til et ridedyr, der vil bo her. (Kæledyr, ridedyr og mad er tilgængelige efter niveau 3). Klik på et ridedyr for at sætte dig i sadlen!", + "tourEquipmentPage": "Dette er hvor dit Udstyr er opbevaret! Dit kampudstyr påvirker dine stats. Hvis du vil have andet udstyr på din avatar uden at ændre dine stats skal du klikke på \"Brug kostume\".", "tourOkay": "Okay!", "tourAwesome": "Fedt!", "tourSplendid": "Godt!", "tourNifty": "Smart!", "tourAvatarProceed": "Vis mig mine opgaver!", - "tourToDosBrief": "To-Do List", - "tourDailiesBrief": "Daily Tasks", + "tourToDosBrief": "To-Do Liste", + "tourDailiesBrief": "Daglige", "tourDailiesProceed": "Jeg lover at passe på!", - "tourHabitsBrief": "Good & Bad Habits", + "tourHabitsBrief": "Gode og Dårlige Vaner", "tourHabitsProceed": "Det giver mening!", - "tourRewardsBrief": "Reward List", + "tourRewardsBrief": "Belønninger", "tourRewardsProceed": "Det var alt!", - "welcomeToHabit": "Velkommen til HabitRPG - et spil om at forbedre dit liv!", + "welcomeToHabit": "Velkommen til Habitica - et spil om at forbedre dit liv!", "welcome1": "Lav en spil-avatar, der repræsenterer dig.", "welcome2": "Dine opgaver i virkeligheden har indflydelse på dit Helbred (HP), Erfaring (XP) og Guld!", - "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", - "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", + "welcome3": "Færdiggør opgaver for at optjene Erfaring (XP) og Guld, som låser op for fede features og belønninger!", + "welcome4": "Undgå dårlige vaner, der dræner dit Helbred (HP), ellers vil din avatar dø!", + "welcome5": "Nu vil vi personliggøre din avatar og opsætte dine opgaver...", "imReady": "Jeg er klar!" -} \ No newline at end of file +} diff --git a/common/locales/da/pets.json b/common/locales/da/pets.json index ae7f4c4d75..9e92f5d115 100644 --- a/common/locales/da/pets.json +++ b/common/locales/da/pets.json @@ -9,12 +9,14 @@ "rareMounts": "Sjældne ridedyr", "etherealLion": "Æterisk Løve", "veteranWolf": "Veteranulv", + "veteranTiger": "Veterantiger", "cerberusPup": "Kerberoshvalp", "hydra": "Hydra", "mantisShrimp": "Knælerreje", "mammoth": "Ulden Mammut", "orca": "Spækhugger", - "rarePetPop1": "Klik på den gyldne pote for at læse om, hvordan du kan opnå dette sjældne kæledyr ved at bidrage til HabitRPG!", + "royalPurpleGryphon": "Royal Lilla Grif", + "rarePetPop1": "Klik på den gyldne pote for at læse om, hvordan du kan opnå dette sjældne kæledyr ved at bidrage til Habitica!", "rarePetPop2": "Sådan får du dette kæledyr!", "potion": "<%= potionType %> Eliksir", "egg": "<%= eggType %> Æg", @@ -28,7 +30,7 @@ "foodText": "mad", "food": "Mad og sadler", "noFood": "Du har hverken mad eller sadler.", - "dropsExplanation": "Du kan få fat i disse ting hurtigere med ædelsten, hvis du ikke længere vil vente på at finde dem når du gennemfører en opgave. Lær mere om drop-systemet.", + "dropsExplanation": "Du kan få fat i disse ting hurtigere med ædelsten, hvis du ikke længere vil vente på at finde dem når du gennemfører en opgave. Lær mere om drop-systemet.", "beastMasterProgress": "Bæstmesterfremskridt", "beastAchievement": "Du har opnået \"Bæstmester\"-præstationen ved at samle alle kæledyr!", "beastMasterName": "Bæstmester", @@ -65,4 +67,4 @@ "petKeyBoth": "Slip Begge Fri", "petKeyNeverMind": "Ikke endnu", "gemsEach": "ædelsten hver" -} \ No newline at end of file +} diff --git a/common/locales/da/quests.json b/common/locales/da/quests.json index c4b3354f27..4e5679aecd 100644 --- a/common/locales/da/quests.json +++ b/common/locales/da/quests.json @@ -60,4 +60,4 @@ "questWarning": "Hvis nye spillere melder sig ind i gruppen før questen begynder vil de også modtage en invitation. Dog kan nye medlemmer ikke deltage i questen hvis den allerede er startet.", "bossRageTitle": "Vrede", "bossRageDescription": "Når denne bar bliver fyldt vil bossen udføre et specielt angreb!" -} \ No newline at end of file +} diff --git a/common/locales/da/questscontent.json b/common/locales/da/questscontent.json index 203a618f57..f2e7d51d1c 100644 --- a/common/locales/da/questscontent.json +++ b/common/locales/da/questscontent.json @@ -47,19 +47,19 @@ "questHarpyDropParrotEgg": "Papegøje (Æg)", "questHarpyUnlockText": "Åbner for køb at papegøjeæg på Markedet", "questRoosterText": "Hanehærgen", - "questRoosterNotes": "I årevis har bonden @extrajordanary brugt Haner som vækkeur. Men nu er en stor Hane kommet til, og den galer højere end nogen anden før den - og det vækker alle mennesker i Habitica! Alle er i søvnmangel og kæmper for at komme igennem deres daglige opgaver. @Pandoro beslutter, at det er på tide at stoppe dette. \"Er der ingen, der kan lære Hanen at gale lidt mere stille?\" I melder jer frivilligt, og møder Hanen en tidlig morgen - men den vender sig om, basker med dens kæmpestore vinger, viser sine skarpe kløer og galer et kamp-gal.", + "questRoosterNotes": "I årevis har bonden @extrajordanary brugt Haner som vækkeur. Men nu er en stor Hane kommet til, og den galer højere end nogen anden før den - og det vækker alle mennesker i Habitica! Alle lider af søvnmangel og kæmper for at komme igennem deres daglige opgaver. @Pandoro beslutter, at det er på tide at stoppe dette. \"Er der ingen, der kan lære Hanen at gale lidt mere stille?\" I melder jer frivilligt, og møder Hanen en tidlig morgen - men den vender sig om, basker med dens kæmpestore vinger, viser sine skarpe kløer og galer et kamp-gal.", "questRoosterCompletion": "Med styrke og finesse har du tæmmet vilddyret. Dets øre, engang fyldt med fjer og halvfærdige opgaver, er nu fuldstændig rene. Den galer stille af dig, og nusser dig med sit næb. Næste dag er du klar til at tage afsted, men @EmeraldOx løber op til dig med en dækket kurv. \"Vent! Da jeg gok ind i bondehuset i morges havde Hanen skubbet disse op mod døren hvor du sov! Jeg tror, at han synes, at du skal have dem.\" Du fjerner dækkenet fra kurven og ser tre delikate æg.", "questRoosterBoss": "Hane", "questRoosterDropRoosterEgg": "Hane (Æg)", "questRoosterUnlockText": "Åbner for køb at haneæg på Markedet", "questSpiderText": "Is-edderkoppen", - "questSpiderNotes": "Som vejret bliver køligere begynder delikat frost at danne blondeagtige mønstre på Habitboernes vinduer... undtagen @Arcosine, hvis vinduer er fuldstændig frosset fast af Is-edderkoppen, der p.t. har taget ophold i hans hjem. Øv.", + "questSpiderNotes": "Som vejret bliver køligere begynder delikat frost at danne blondeagtige mønstre på Habitikanernes vinduer... undtagen @Arcosine, hvis vinduer er fuldstændig frosset fast af Is-edderkoppen, der p.t. har taget ophold i hans hjem. Øv.", "questSpiderCompletion": "Is-edderkoppen kollapser, og efterlader en lille bunke frost og et par af hendes fortryllede æg-sække. @Arcosine skynder sig at tilbyde dig dem som belønning - måske kan du opfostre nogle ikke-truende edderkopper som kæledyr?", "questSpiderBoss": "Edderkop", "questSpiderDropSpiderEgg": "Edderkop (Æg)", "questSpiderUnlockText": "Åbner for køb at edderkoppeæg på Markedet", - "questVice1Text": "Last, del 1: Befri dig selv fra Dragens indflydelse. ", - "questVice1Notes": "

De siger, at der bor en forfærdelig ondskab i grotterne i Habiticabjerget. Et monster, hvis blotte tilstedeværelse skader stærke heltes virkestyrke, og styrer dem mod dårlige vaner og dovenskab! Bæstet er en stor og kraftfuld drage, lavet af skyggerne selv: Last, den upålidelige Skyggedrage. Modige Habitboer, rejs jer og bekæmp dette farlige bæst én gang for alle, men kun hvis du tror på, at du kan modstå dens store kraft.

Last, del 1:

Hvordan kan du tro, at du kan bekæmpe bæstet når det allerede har magten over dig? Bliv ikke offer for dovenskab og laster! Arbejd hårdt for at bekæmpe dragens mørke indflydelse og fordriv dens magt over dig!

", + "questVice1Text": "Last, del 1: Befri dig selv fra Dragens indflydelse.", + "questVice1Notes": "

De siger, at der bor en forfærdelig ondskab i grotterne i Habiticabjerget. Et monster, hvis blotte tilstedeværelse skader stærke heltes virkestyrke, og styrer dem mod dårlige vaner og dovenskab! Bæstet er en stor og kraftfuld drage, lavet af skyggerne selv: Last, den upålidelige Skyggedrage. Modige Habitikanere, rejs jer og bekæmp dette farlige bæst én gang for alle, men kun hvis du tror på, at du kan modstå dens store kraft.

Last, del 1:

Hvordan kan du tro, at du kan bekæmpe bæstet når det allerede har magten over dig? Bliv ikke offer for dovenskab og laster! Arbejd hårdt for at bekæmpe dragens mørke indflydelse og fordriv dens magt over dig!

", "questVice1Boss": "Lasts Skygge", "questVice1DropVice2Quest": "Last, del 2 (Skriftrulle)", "questVice2Text": "Last, del 2: Find Dragens hule", @@ -67,43 +67,43 @@ "questVice2CollectLightCrystal": "Lyskrystaller", "questVice2DropVice3Quest": "Last, del 3 (Skriftrulle)", "questVice3Text": "Last, Del 3: Last Vågner", - "questVice3Notes": "Efter en svær tur finder gruppen Lasts hule. Det kæmpestore monster glor på jeres gruppe med afsky. En skygge hvirvler omkring jer, en stemme hvisker i dit hoved, \"Flere fjollede Habitboer, der prøver at stoppe mig? Hvor nuttet. Det ville have været klogere, hvis I ikke var kommet.\" Den skællede gigant kaster hovedet tilbage og gør klar til at angribe. Dette er jeres chance! Kæmp med alt I har, og bekæmp Last én gang for alle!", - "questVice3Completion": "Skyggerne opløses i grotten og en dundrende stilhed falder. Utroligt, I har gjort det! I har besejret Last! Du og din gruppe kan endelig drage et lettelsens suk. Nyd jeres sejr, modige Habitboer, men brug de ting, I har lært ved at kæmpe mod Last, og bevæg jer fremad. Der er stadig Vaner at opbygge og potentielt større fjender at overvinde!", + "questVice3Notes": "Efter en svær tur finder gruppen Lasts hule. Det kæmpestore monster glor på jeres gruppe med afsky. En skygge hvirvler omkring jer, en stemme hvisker i dit hoved, \"Flere fjollede Habitikanere, der prøver at stoppe mig? Hvor nuttet. Det ville have været klogere, hvis I ikke var kommet.\" Den skællede gigant kaster hovedet tilbage og gør klar til at angribe. Dette er jeres chance! Kæmp med alt I har, og bekæmp Last én gang for alle!", + "questVice3Completion": "Skyggerne opløses i grotten og en dundrende stilhed falder. Utroligt, I har gjort det! I har besejret Last! Du og din gruppe kan endelig drage et lettelsens suk. Nyd jeres sejr, modige Habitikanere, men brug de ting, I har lært ved at kæmpe mod Last, og bevæg jer fremad. Der er stadig Vaner at opbygge og potentielt større fjender at overvinde!", "questVice3Boss": "Skyggedragen Last", "questVice3DropWeaponSpecial2": "Stephen Webers Drageskaft", "questVice3DropDragonEgg": "Drage (Æg)", "questVice3DropShadeHatchingPotion": "Skygge-udrugningseliksir", "questMoonstone1Text": "Månestenskæden, Del 1: Månestenskæden", - "questMoonstone1Notes": "

En forfærdelig lidelse har ramt Habitboerne. Dårlige Vaner længe anset som døde vender tilbage for at få hævn. Tallerkner står uvaskede, lærebøger forbliver ulæst, og overpringshandlingerne løber løbsk!


Du opsporer nogle af dine egne tilbagevendte Dårlige Vaner til Stilstandsmosen og opdager den virkelige fjende: den spøgelsesagtige Nekromantiker TIlbagefald. Du skynder dig ind svingende med dine våben, men de glider nytteløst gennem hendes spøgelsesform.


\"Glem det,\" hvæser hun med hæs stemme. \"Uden en månestenskæde kan intet skade mig - og mesterguldsmeden @aurakami spredte alle månestenene over hele Habitica for længe siden!\" Gispende trækker du dig tilbage... men du ved, hvad du skal gøre nu.

", + "questMoonstone1Notes": "

En forfærdelig lidelse har ramt Habitikanerne. Dårlige Vaner længe anset som døde vender tilbage for at få hævn. Tallerkner står uvaskede, lærebøger forbliver ulæst, og overpringshandlingerne løber løbsk!


Du opsporer nogle af dine egne tilbagevendte Dårlige Vaner til Stilstandsmosen og opdager den virkelige fjende: den spøgelsesagtige Nekromantiker Recidivit. Du skynder dig ind svingende med dine våben, men de glider nytteløst gennem hendes spøgelsesform.


\"Glem det,\" hvæser hun med hæs stemme. \"Uden en månestenskæde kan intet skade mig - og mesterguldsmeden @aurakami spredte alle månestenene over hele Habitica for længe siden!\" Gispende trækker du dig tilbage... men du ved, hvad du skal gøre nu.

", "questMoonstone1CollectMoonstone": "Månesten", - "questMoonstone1DropMoonstone2Quest": "Månestenskæden, del 2: Nekromantikeren Tilbagefald (Skriftrulle)", - "questMoonstone2Text": "Månestenskæden Del 2: Nekromantikeren ved navn Tilbagefald", - "questMoonstone2Notes": "

Den modige våbenmager @Inventrix hjælper dig med at lave en kæde af fortryllede månesten. Du er nu endelig klar til at konfrontere Tilbagefald, men da du når til Stilstandsmosen får du kuldegysninger.


En rådden ånde hvisker dig i øret. \"Allerede tilbage? Hvor heldigt...\" Du vender dig og angriber, og i månestenskædens lys rammer dit våben endelig noget solidt. \"Du har måske hevet mig tilbage til denne verden igen,\" hvæser Tilbagefald, \"men nu er det tid til, at du forlader den!\"

", + "questMoonstone1DropMoonstone2Quest": "Månestenskæden, del 2: Nekromantikeren Recidivit (Skriftrulle)", + "questMoonstone2Text": "Månestenskæden Del 2: Nekromantikeren Recidivit", + "questMoonstone2Notes": "

Den modige våbenmager @Inventrix hjælper dig med at lave en kæde af fortryllede månesten. Du er nu endelig klar til at konfrontere Recidivit, men da du når til Stilstandsmosen får du kuldegysninger.


En rådden ånde hvisker dig i øret. \"Allerede tilbage? Hvor heldigt...\" Du vender dig og angriber, og i månestenskædens lys rammer dit våben endelig noget solidt. \"Du har måske hevet mig tilbage til denne verden igen,\" hvæser Recidivit, \"men nu er det tid til, at du forlader den!\"

", "questMoonstone2Boss": "Nekromantikeren", - "questMoonstone2DropMoonstone3Quest": "Månestenskæden, del 3: Tilbagefald Transformeret (Skriftrulle)", - "questMoonstone3Text": "Månestenskæden Del 3: Tilbagefald Transformeret", - "questMoonstone3Notes": "

Tilbagefald falder om, og du slår hende med månestenskæden. Men til din store skræk tager Tilbagefald kæden fra dig, og hendes øjne lyser af triumf.


\"Fjollede kød-skabninger!\" råber hun. \"Disse månesten vil give mig min fysiske form tilbage, ja, men ikke som du regnede med. Som månen går fra ny til fuld, på samme måde vender min magt tilbage, og jeg kan nu fremmane din værste fjende fra skyggerne!\"


En sygeligt grøn tåge rejser sig fra mosen, og Tilbagefalds krop vrider og drejer sig til en form, der fylder dig med ren frygt - den uddøde krop af Last, genfødt på forfærdelig vis.

", - "questMoonstone3Completion": "

Dit åndedræt kommer i stød, og sveden stikker i dine øjne da den uddøde Drage kollapser. Resterne af Tilbagefald fordamper til en tynd grå tåge, der hurtigt forsvinder da en forfriskende brise pludselig blæser ind, og i det fjerne kan du høre kampråbene fra Habitboer, der besejrer deres Dårlige Vaner én gang for alle.


Bæstmesteren @Baconsaur kommer flyvende på en grif. \"Jeg så slutningen af kampen fra luften, og jeg blev helt rørt. Tag denne fortryllede tunika - dit mod viser, at du har et nobelt hjerte, og jeg tror, at det er meningen, at du skal have den.\"

", + "questMoonstone2DropMoonstone3Quest": "Månestenskæden, del 3: Recidivit Transformeret (Skriftrulle)", + "questMoonstone3Text": "Månestenskæden Del 3: Recidivit Transformeret", + "questMoonstone3Notes": "

Recidivit falder om, og du slår hende med månestenskæden. Men til din store skræk tager Recidivit kæden fra dig, og hendes øjne lyser af triumf.


\"Fjollede kød-skabninger!\" råber hun. \"Disse månesten vil give mig min fysiske form tilbage, ja, men ikke som du regnede med. Som månen går fra ny til fuld, på samme måde vender min magt tilbage, og jeg kan nu fremmane din værste fjende fra skyggerne!\"


En sygeligt grøn tåge rejser sig fra mosen, og Recidivits krop vrider og drejer sig til en form, der fylder dig med ren frygt - den uddøde krop af Last, genfødt på forfærdelig vis.

", + "questMoonstone3Completion": "

Dit åndedræt kommer i stød, og sveden stikker i dine øjne da den uddøde Drage kollapser. Resterne af Recidivit fordamper til en tynd grå tåge, der hurtigt forsvinder da en forfriskende brise pludselig blæser ind, og i det fjerne kan du høre kampråbene fra Habitikanere, der besejrer deres Dårlige Vaner én gang for alle.


Bæstmesteren @Baconsaur kommer flyvende på en grif. \"Jeg så slutningen af kampen fra luften, og jeg blev helt rørt. Tag denne fortryllede tunika - dit mod viser, at du har et nobelt hjerte, og jeg tror, at det er meningen, at du skal have den.\"

", "questMoonstone3Boss": "Nekro-Last", "questMoonstone3DropRottenMeat": "Råddent Kød (Mad)", "questMoonstone3DropZombiePotion": "Zombie Udrugningseliksir", "questGoldenknight1Text": "Den Gyldne Ridder, Del 1: Et Alvorsord", - "questGoldenknight1Notes": "

Den Gyldne Ridder har været efter de stakkels Habitboer. Har du ikke fuldført alle dine Daglige? Har du udført en minus-vane? Hun vil finde enhver grund til at fortælle dig hvordan du bør følge hendes eksempel. Hun er et skinnende eksempel på en perfekt Habitbo, og du er ikke andet end en fiasko. Det er faktisk ikke særlig sødt gjort! Alle laver fejl. De skal ikke møde sådan en negativ attitude på grund af det. Måske er det på tide, at du samler nogle vidneudsagn fra sårede Habitboer og tager et alvorsord med Den Gyldne Ridder!

", + "questGoldenknight1Notes": "

Den Gyldne Ridder har været efter de stakkels Habitikanere. Har du ikke fuldført alle dine Daglige? Har du udført en minus-vane? Hun vil finde enhver grund til at fortælle dig hvordan du bør følge hendes eksempel. Hun er et skinnende eksempel på en perfekt Habitikaner, og du er ikke andet end en fiasko. Det er faktisk ikke særlig sødt gjort! Alle laver fejl. De skal ikke møde sådan en negativ attitude på grund af det. Måske er det på tide, at du samler nogle vidneudsagn fra sårede Habitikanere og tager et alvorsord med Den Gyldne Ridder!

", "questGoldenknight1CollectTestimony": "Vidneudsagn", "questGoldenknight1DropGoldenknight2Quest": "Den Gyldne Ridders Kæde, del 2: Anløbent Guld (Skriftrulle)", "questGoldenknight2Text": "Den Gyldne Ridder, Del 2: Gylden Ridder", - "questGoldenknight2Notes": "

Bevæbnet med hundredevis af udtalelser fra Habitboerne konfronterer du endelig Den Gyldne Ridder. En efter en begynder du at læse Habitboernes klager op for hende. \"Og @Pfeffernusse siger, at din konstante pralen-\" Ridderen løfter hånden for at få dig til at tie stille og fnyser, \"Disse folk er bare misundelige over min succes. I stedet for at klage skulle de tage at arbejde ligeså hårdt som mig! Måske skal jeg vise jer den magt, man kan opnå gennem at være som mig!\" Hun løfter sin morgenstjerne og gør klar til at angribe dig!

", + "questGoldenknight2Notes": "

Bevæbnet med hundredevis af udtalelser fra Habitikanere konfronterer du endelig Den Gyldne Ridder. En efter en begynder du at læse Habitikanernes klager op for hende. \"Og @Pfeffernusse siger, at din konstante pralen-\" Ridderen løfter hånden for at få dig til at tie stille og fnyser, \"Disse folk er bare misundelige over min succes. I stedet for at klage skulle de tage at arbejde ligeså hårdt som mig! Måske skal jeg vise jer den magt, man kan opnå gennem at være som mig!\" Hun løfter sin morgenstjerne og gør klar til at angribe dig!

", "questGoldenknight2Boss": "Gylden Ridder", "questGoldenknight2DropGoldenknight3Quest": "Den Gyldne Ridders Kæde, del 3: Jernridderen (Skriftrulle)", "questGoldenknight3Text": "Den Gyldne Ridder, Del 3: Jernridderen", "questGoldenknight3Notes": "

@Jon Arinbjorn råber for at få din opmærksomhed. Efter kampen er en ny skikkelse dukket op. En ridder, dækket af sortplettet jern med et sværd i hånden, går dig langsomt i møde. Den Gyldne Ridder råber til skikkelsen, \"Fader! Nej!\" men ridderen viser ikke tegn til at stoppe. Hun vender sig mod dig og siger, \"Undskyld! Jeg har været et fjols, og alt for selvoptaget til at se hvor ond jeg har været. Men min far er ondere end jeg nogen sinde kunne være. Hvis han ikke bliver stoppet vil han ødelægge os alle. Her, brug min morgenstjerne, og stop Jernridderen!\"

", - "questGoldenknight3Completion": "

Med et tilfredsstillende klang falder Jernridderen på knæ og tilter over. \"Du er ret stærk,\" gisper han. \"Jeg er blevet ydmyget idag.\" Den Gyldne Ridder kommer hen til dig og siger, \"Tusind tak. Jeg tror på, at vi er blevet mere ydmyge efter vores møde med dig. Jeg vil tale med min far og forklare klagerne over os. Vi skal nok også undskylde til de andre Habitboer.\" Hun overvejer lidt, før hun vender sig mod dig igen. \"Her, som vores gave til dig må du beholde min morgenstjerne. Den tilhører nu dig.\"

", + "questGoldenknight3Completion": "

Med et tilfredsstillende klang falder Jernridderen på knæ og tilter over. \"Du er ret stærk,\" gisper han. \"Jeg er blevet ydmyget idag.\" Den Gyldne Ridder kommer hen til dig og siger, \"Tusind tak. Jeg tror på, at vi er blevet mere ydmyge efter vores møde med dig. Jeg vil tale med min far og forklare klagerne over os. Vi skal nok også sige undskyld til de andre Habitikanere.\" Hun overvejer lidt, før hun vender sig mod dig igen. \"Her, som vores gave til dig må du beholde min morgenstjerne. Den tilhører nu dig.\"

", "questGoldenknight3Boss": "Jernridderen", "questGoldenknight3DropHoney": "Honning (Mad)", "questGoldenknight3DropGoldenPotion": "Gylden Udrugningseliksir", "questGoldenknight3DropWeapon": "Mustaines Milepæls-masende Morgenstjerne (Skjoldhånds-våben)", "questBasilistText": "Basi-listen", - "questBasilistNotes": "Der er optøjer på markedspladsen - den slags du bør løbe fra. Du er dog en modig eventyrer og løber i stedet mod det, og opdager en Basi-liste, en sammenvoksning af ufærdige To-dos! De omkringstående Habitboer er stivnet af skræk over længden af Basi-listen, ude af stand til at begynde på noget. Fra et sted i nærheden hører du @Arcosine råbe: \"Hurtigt! Færdiggør dine To-Dos og Daglige for at neutralisere monstret før en eller anden skærer sig på papiret!\" Slå hurtigt til, eventyrer, og færdiggør noget - men pas på! Hvis du efterlader nogen Daglige umarkerede vil Basi-listen angribe dig og din gruppe!", + "questBasilistNotes": "Der er optøjer på markedspladsen - den slags du bør løbe fra. Du er dog en modig eventyrer og løber i stedet mod det, og opdager en Basi-liste, en sammenvoksning af ufærdige To-dos! De omkringstående Habitikanere er stivnet af skræk over længden af Basi-listen, ude af stand til at begynde på noget. Fra et sted i nærheden hører du @Arcosine råbe: \"Hurtigt! Færdiggør dine To-Dos og Daglige for at neutralisere monstret før en eller anden skærer sig på papiret!\" Slå hurtigt til, eventyrer, og færdiggør noget - men pas på! Hvis du efterlader nogen Daglige umarkerede vil Basi-listen angribe dig og din gruppe!", "questBasilistCompletion": "Basi-listen er blevet til papirstumper, der glimter blidt i regnbuefarver. \"Puha!\" siger @Arcosine. \"Godt I lige kom forbi!\" Du føler dig mere erfaren end før mens du samler guld op mellem papirerne.", "questBasilistBoss": "Basi-listen", "questEggHuntText": "Æggejagt", @@ -112,7 +112,7 @@ "questEggHuntCollectPlainEgg": "Almindelige Æg", "questEggHuntDropPlainEgg": "Almindeligt Æg", "questDilatoryText": "Den Frygtelige Drag'e af Forhaling", - "questDilatoryNotes": "

Vi skulle have lyttet til advarslerne.


Mørke skinnende øjne. Ældgamle skæl. Massive kæber og glinsende tænder. Vi har vækket noget frygteligt fra sprækken på bunden: Den Frygtelige Drag'e af Forhaling! Skrigende Habitboer flygtede i alle retninger da den fløj op af havet, dens skræmmende lange nakke ragende hundrede meter over vandet, og dens brøl smadrede alle vinduer i nærheden.


\"Det må være den, der trak Forhaling ned!\" råber Lemoness. \"Det var ikke vægten af ignorerede opgaver - de Mørkerøde Daglige tiltrak bare dens opmærksomhed!\"


\"Den er fyldt med magisk energi!\" råber @Baconsaur. \"For at leve så længe må den kunne hele sig selv! Hvordan kan vi besejre den?\"


På samme måde som alle andre bæster - med produktivitet, selvfølgelig! Hurtigt, Habitica, arbejd sammen og kæmp jer gennem jeres opgaver, og vi vil alle bekæmpe dette monster sammen! (Der er ingen grund til at stoppe igangværende quests - vi tror på dine evner til at kæmpe dobbelt!) Det vil ikke angribe os hver især, men jo flere Daglige vi springer over, jo tættere kommer vi på dens Forsømmelsesslag - og jeg kan ikke lide den måde, den ser på Værtshuset...

", + "questDilatoryNotes": "

Vi skulle have lyttet til advarslerne.


Mørke skinnende øjne. Ældgamle skæl. Massive kæber og glinsende tænder. Vi har vækket noget frygteligt fra sprækken på bunden: Den Frygtelige Drag'e af Forhaling! Skrigende Habitikanere flygtede i alle retninger da den fløj op af havet, dens skræmmende lange nakke ragende hundrede meter over vandet, og dens brøl smadrede alle vinduer i nærheden.


\"Det må være den, der trak Forhaling ned!\" råber Lemoness. \"Det var ikke vægten af ignorerede opgaver - de Mørkerøde Daglige tiltrak bare dens opmærksomhed!\"


\"Den er fyldt med magisk energi!\" råber @Baconsaur. \"For at leve så længe må den kunne hele sig selv! Hvordan kan vi besejre den?\"


På samme måde som alle andre bæster - med produktivitet, selvfølgelig! Hurtigt, Habitica, arbejd sammen og kæmp jer gennem jeres opgaver, og vi vil alle bekæmpe dette monster sammen! (Der er ingen grund til at stoppe igangværende quests - vi tror på dine evner til at kæmpe dobbelt!) Det vil ikke angribe os hver især, men jo flere Daglige vi springer over, jo tættere kommer vi på dens Forsømmelsesslag - og jeg kan ikke lide den måde, den ser på Værtshuset...

", "questDilatoryBoss": "Den Frygtelige Drag'e af Forhaling", "questDilatoryBossRageTitle": "Forsømmelsesslag", "questDilatoryBossRageDescription": "Når denne måler er fyldt op vil Den Frygtelige Drag'e af Forhaling gøre stor skade på Habiticas omgivelser", @@ -121,9 +121,9 @@ "questDilatoryBossRageTavern": "Den Frygtelige Drag'e af Forhaling slår sit FORSØMMELSESSLAG!\n\nÅh nej! På trods af vores indsats lod vi nogle Daglige slippe fra os, og deres mørkerøde farve har tiltrukket Drag'ens vrede! Med dens frygtelige Forsømmelsesslag har den ødelagt Værtshuset! Heldigvis har vi bygget en Kro i en by tæt på, og du kan blive ved med at chatte på stranden... men stakkels Kroejer Daniel så lige sin elskede bygning falde sammen!\n\nJeg håber ikke, at monstret angriber igen!", "questDilatoryBossRageStables": "Den Frygtelige Drag'e af Forhaling slår sit FORSØMMELSESSLAG!\n\nUps! Igen har vi ladet for mange Daglige slippe fra os. Drag'en har sendt sit Forsømmelsesslag mod Matt og staldene! Kæledyr er flygtet i alle retninger. Heldigvis ser det ud til, at dine er i sikkerhed!\n\nStakkels Habitica! Jeg håber ikke, at det sker igen. Skynd dig at udføre alle dine opgaver!", "questDilatoryBossRageMarket": "Den Frygtelige Drag'e af Forhaling slår sit FORSØMMELSESSLAG!\n\nÅh nej! Købmanden Alex har lige fået sin butik slået til plukfisk af Drag'ens Forsømmelsesslag! Men det ser ud til, at vi virkelig er ved at få has på dette bæst. Jeg tvivler på, at det har energi nok til et slag til.\n\nSå fortvivl ikke, Habitica! Lad os fordrive dette bæst fra vores kyster!", - "questDilatoryCompletion": "Sejren Over Den Frygtelige Drag'e af Forhaling\n\nVi klarede det! Med et sidste brøl kollapser Den Frygtelige Drag'e og svømmer langt, langt væk. Grupper af jublende Habitboer fylder strandene! Vi har hjulpet Matt, Daniel og Alex genopbygge deres bygninger. Men hvad er dette?\n\n`Beboerne Vender Tilbage!`\n\nNu da Drag'en er flygtet bevæger tusindvis af glinsende farver sig gennem havet. Det er en regnbuesværm af Knælerrejer... og mellem dem, hundredevis af havfolk!\n\n\"Vi er de fortable beboere fra Forhaling!\" forklarer deres leder, Manta. \"Da Forhaling sank brugte Knælerrejerne, der boede i havet, en fortryllelse, der gjorde os til havfolk så vi kunne overleve. Men i sin vrede fangede Den Frygtelige Drag'e os i den mørke sprække. Vi har været fanget dér i hundredevis af år - men nu er vi endelig frie til at genopbygge vores by!\"\n\n\"Som tak,\" siger hans ven @Ottl, \"giver vi jer dette Knælerreje-kæledyr og dette Knælerreje-ridedyr, samt XP, Guld og vores evige taknemmelighed.\"\n\n`Belønning`\n* Knælerreje-kæledyr\n* Knælerreje-ridedyr\n* Chokolade, Blå Candyfloss, Lyserød Candyfloss, Fisk, Honning, Kød, Mælk, Kartoffel, Råddent Kød, Jordbær", + "questDilatoryCompletion": "Sejren Over Den Frygtelige Drag'e af Forhaling\n\nVi klarede det! Med et sidste brøl kollapser Den Frygtelige Drag'e og svømmer langt, langt væk. Grupper af jublende Habitikanere fylder strandene! Vi har hjulpet Matt, Daniel og Alex genopbygge deres bygninger. Men hvad er dette?\n\n`Beboerne Vender Tilbage!`\n\nNu da Drag'en er flygtet bevæger tusindvis af glinsende farver sig gennem havet. Det er en regnbuesværm af Knælerrejer... og mellem dem, hundredevis af havfolk!\n\n\"Vi er de fortable beboere fra Forhaling!\" forklarer deres leder, Manta. \"Da Forhaling sank brugte Knælerrejerne, der boede i havet, en fortryllelse, der gjorde os til havfolk så vi kunne overleve. Men i sin vrede fangede Den Frygtelige Drag'e os i den mørke sprække. Vi har været fanget dér i hundredevis af år - men nu er vi endelig frie til at genopbygge vores by!\"\n\n\"Som tak,\" siger hans ven @Ottl, \"giver vi jer dette Knælerreje-kæledyr og dette Knælerreje-ridedyr, samt XP, Guld og vores evige taknemmelighed.\"\n\n`Belønning`\n* Knælerreje-kæledyr\n* Knælerreje-ridedyr\n* Chokolade, Blå Candyfloss, Lyserød Candyfloss, Fisk, Honning, Kød, Mælk, Kartoffel, Råddent Kød, Jordbær", "questSeahorseText": "Forhalings-Derby", - "questSeahorseNotes": "Det er Derby-dag, og Habitboer fra hele kontinentet er rejst til Forhaling for at få deres kælesøheste til at svømme væddeløb. Pludselig er der en masse plask, og en snerren kan høres over hele væddeløbsbanen, og du kan høre Søhestepasseren @Kiwibot råbe over bølgernes brusen. \"Samlingen af søheste har tiltrukket en bidsk Søhingst!\" råber hun. \"Han ødelægger alle staldende og den ældgamle bane! Kan nogen berolige ham?\"", + "questSeahorseNotes": "Det er Derby-dag, og Habitikanere fra hele kontinentet er rejst til Forhaling for at få deres kælesøheste til at svømme væddeløb. Pludselig er der en masse plask, og en snerren kan høres over hele væddeløbsbanen, og du kan høre Søhestepasseren @Kiwibot råbe over bølgernes brusen. \"Samlingen af søheste har tiltrukket en bidsk Søhingst!\" råber hun. \"Han ødelægger alle staldende og den ældgamle bane! Kan nogen berolige ham?\"", "questSeahorseCompletion": "Den nu tamme Søhingst svømmer stille og roligt ved siden af dig. \"Åh, se!\" siger @Kiwibot. \"Han vil have os til at passe sine børn.\" Hun giver dig tre æg. \"Opdrag dem godt,\" siger hun, \"og du er altid velkommen til Forhalings-derby!\"", "questSeahorseBoss": "Søhingst", "questSeahorseDropSeahorseEgg": "Søhest (Æg)", @@ -133,7 +133,7 @@ "questAtom1CollectSoapBars": "Sæbestykker", "questAtom1Drop": "Det SnackLøse Monster (Skriftrulle)", "questAtom2Text": "Dagligdagens Angreb, Del 2: Det SnackLøse Monster", - "questAtom2Notes": "Pyha, det her sted ser nu meget pænere ud med alle tallerknerne vasket op. Måske kan du endelig have lidt sjov nu. Åh, det ser ud til at der er en pizzaæske i søen. Nå ja, hvad betyder endnu én ting fra eller til? Men det er jo ikke bare en pizzaæske! Med et sus løfter æsken sig fra vandet og afslører sig selv som hovedet af et monster. Det kan ikke passe! Det mystiske Snackløse Monster?! Det siges at have eksisteret i søen siden forhistoriske tider: et væsen lavet af madrester og skrald fra ældgamle Habitboer. Ad!", + "questAtom2Notes": "Pyha, det her sted ser nu meget pænere ud med alle tallerknerne vasket op. Måske kan du endelig have lidt sjov nu. Åh, det ser ud til at der er en pizzaæske i søen. Nå ja, hvad betyder endnu én ting fra eller til? Men det er jo ikke bare en pizzaæske! Med et sus løfter æsken sig fra vandet og afslører sig selv som hovedet af et monster. Det kan ikke passe! Det mystiske Snackløse Monster?! Det siges at have eksisteret i søen siden forhistoriske tider: et væsen lavet af madrester og skrald fra ældgamle Habitikaner. Ad!", "questAtom2Boss": "Det Snackløse Monster", "questAtom2Drop": "Vaskemagikeren (Skriftrulle)", "questAtom3Text": "Dagligdagens Angreb, Del 3: Vaskemagikeren", @@ -154,7 +154,7 @@ "questPenguinDropPenguinEgg": "Pingvin (Æg)", "questPenguinUnlockText": "Åbner for køb at pingvinæg på Markedet", "questStressbeastText": "Det Afskyelige Stressbæst fra Stoiskros Stepper", - "questStressbeastNotes": "Færdiggør Daglige og To-dos for at skade Verdensbossen! Uafsluttede Daglige fylder Stressangrebsmåleren. Når Stressangrebsmåleren er fyldt vil Verdensbossen angribe en NPC. En Verdensboss vil aldrig skade individuelle spillere eller konti på nogen måder. Kun aktive konti, der ikke er tjekket ind på kroen, får deres ufærdige Daglige talt med.

~*~

Det første, vi hører, er trinnene, langsommere og mere tordnende end lyden af de paniske dyr. En efter en kigger Habitboerne ud af deres døre, og vi er mundlamme.

Vi har selvfølgelig alle set Stressbæster før - små bidske væsner, der angriber når tingene bliver svære. Men dette? Dette bæst tårner sig op over bygningerne, med poter store nok til med lethed at kvase en drage. Frost klistrer til den ildelugtende pels, og da det brøler river lyden taget af vores huse. Så stort et monster er aldrig blevet omtalt andet end i ældgamle legender.

\"Pas på, Habitboer!\" råber SabreCat. \"Barrikadér jer indenfor - dette er selveste Det Afskyelige Stressbæst!\"

\"Den må være lavet af århundreders stress!\" siger Kiwibot, låser døren til Værtshuset godt og grundigt, og lukker skodderne for vinduerne.

\"Stoiskros Sletter,\" siger Lemoness med en alvorlig mine. \"Al denne tid har vi troet, at de var rolige og uproblematiske, men de må have gemt på deres stress et hemmeligt sted. Gennem generationer er det vokset til dette bæst, og nu er det sluppet fri og har angrebet dem - og os!\"

Der er kun én måde at drive et Stressbæst væk, Afskyeligt eller ej, og det er at angribe det med færdiggjorte Daglige og To-Dos! Lad os alle arbejde sammen og bekæmpe denne frygtindgydende fjende - men pas på med at skippe dine opgaver, for ellers vil vores ufærdige Daglige ophidse bæstet så meget, at det slår ud efter os...", + "questStressbeastNotes": "Færdiggør Daglige og To-dos for at skade Verdensbossen! Uafsluttede Daglige fylder Stressangrebsmåleren. Når Stressangrebsmåleren er fyldt vil Verdensbossen angribe en NPC. En Verdensboss vil aldrig skade individuelle spillere eller konti på nogen måder. Kun aktive konti, der ikke er tjekket ind på kroen, får deres ufærdige Daglige talt med.

~*~

Det første, vi hører, er trinnene, langsommere og mere tordnende end lyden af de paniske dyr. En efter en kigger Habitikanerne ud af deres døre, og vi er mundlamme.

Vi har selvfølgelig alle set Stressbæster før - små bidske væsner, der angriber når tingene bliver svære. Men dette? Dette bæst tårner sig op over bygningerne, med poter store nok til med lethed at kvase en drage. Frost klistrer til den ildelugtende pels, og da det brøler river lyden taget af vores huse. Så stort et monster er aldrig blevet omtalt andet end i ældgamle legender.

\"Pas på, Habitikanere!\" råber SabreCat. \"Barrikadér jer indenfor - dette er selveste Det Afskyelige Stressbæst!\"

\"Den må være lavet af århundreders stress!\" siger Kiwibot, låser døren til Værtshuset godt og grundigt, og lukker skodderne for vinduerne.

\"Stoiskros Sletter,\" siger Lemoness med en alvorlig mine. \"Al denne tid har vi troet, at de var rolige og uproblematiske, men de må have gemt på deres stress et hemmeligt sted. Gennem generationer er det vokset til dette bæst, og nu er det sluppet fri og har angrebet dem - og os!\"

Der er kun én måde at drive et Stressbæst væk, Afskyeligt eller ej, og det er at angribe det med færdiggjorte Daglige og To-Dos! Lad os alle arbejde sammen og bekæmpe denne frygtindgydende fjende - men pas på med at skippe dine opgaver, for ellers vil vores ufærdige Daglige ophidse bæstet så meget, at det slår ud efter os...", "questStressbeastBoss": "Det Afskyelige Stressbæst", "questStressbeastBossRageTitle": "Stressangreb", "questStressbeastBossRageDescription": "Når denne måler fyldes helt vil Det Afskyelige Stressbæst udføre sit Stress-angreb på Habitica!", @@ -163,9 +163,9 @@ "questStressbeastBossRageStables": "`Det Afskyelige Stressbæst bruger STRESSANGREB!`\n\nMængden af stress heler Det Afskyelige Stressbæst!\n\nÅh nej! På trods af forsøget på at gøre vores bedste, er nogle Daglige sluppet fra os, og deres mørkerøde farve har ophidset Det Afskyelige Stressbæst og det har genvundet noget Helbred! Det forfærdelige bæst slår ud efter Stalden, men Bæstmesteren Matt beskytter heltemodigt alle kæledyr og ridedyr. Stressbæstet har fanget Matt i sin store klo, men i det mindste er det distraheret nu. Skynd dig! Lad os holde vores Daglige nede så vi kan overvinde dette monster før det angriber igen!", "questStressbeastBossRageBailey": "`Det Afskyelige Stressbæst bruger STRESSANGREB!`\n\nMængden af stress heler Det Afskyelige Stressbæst!\n\nÅååååh! Vores ufærdige Daglige har gjort Det Afskyelige Stressbæst vredere end nogen sinde før, og det har genvundet noget Helbred! Byudråberen Bailey stod og råbte til nogle indbyggere, at de skulle komme i sikkerhed, og nu har den fanget hende i sin anden klo! Se på hende, hun råber stadig nyheder mens Stressbæstet svinger hende rundt... Lad os ære hendes heltemod ved at være så produktive som muligt, så vi kan redde vores NPCer!", "questStressbeastBossRageGuide": "`Det Afskyelige Stressbæst bruger STRESSANGREB!`\n\nMængden af stress heler Det Afskyelige Stressbæst!\n\nPas på! Guiden Justin prøver at distrahere Stressbæstet ved at løbe rundt om dets ankler og give det produktivitetstips! Det Afskyelige Stressbæst stamper vredt, men det ser ud til, at vi er ved at overvinde bæstet. Jeg tvivler på, at det har kræfter til endnu et angreb. Giv ikke op... vi er så tæt på at få det ned med nakken!", - "questStressbeastDesperation": "`Det Afskyelige Stressbæst når 500K helbred! Det Afskyelige Snebæst bruger Desperat Forsvar!`\n\nVi er der næsten, Habitboer! Med flid og Daglige har vi fået Stressbæstet ned på kun 500K helbred! Skabningen brøler og flagrer i desperation, og vreden opbygges hurtigere end før. Bailey og Matt råber i angst da det begynder at svinge dem rundt med frygtindgydende fart, hvilket forårsager en sand snestorm, der gør det sværere at ramme.\n\nVi bliver nødt til at fordoble vores indsats, men bare rolig - dette er tegn på, at Stressbæstet ved, at det er ved at tabe. I må ikke give op!", - "questStressbeastCompletion": "Det Afskyelige Stressbæst er BESEJRET!

Vi har gjort det! Med et sidste brøl opløses Det Afskyelige Stressbæst i en sky af sne. Snefnuggene glimter på deres vej ned, og glade Habitboer krammer deres kæledyr og ridedyr. Vores dyr og NPCer er igen i sikkerhed!

Stoiskro er Reddet!

SabreCat taler blidt til en lille sabeltandstiger. \"Hjælp os med at finde Stoiskros Steppers indbyggere og led dem hen til os,\" siger han. Flere timer senere vender sabeltandstigeren tilbage med en gruppe mammut-ryttere ridende langsomt efter sig. Du genkender deres leder som Madam Gletscha, lederen af Stoiskro.

\"Ærede Habitboer,\" siger hun, \"Mine landsmænd og jeg skylder jer en stor tak, og en stor undskyldning. I et forsøg på at beskytte vores stepper mod uro, begyndte vi i al hemmelighed at sende al vores stress til frostbjergene. Vi havde ikke forestillet os, at det ville ende med at vokse sig til det Stressbæst, I så! Da de slap løs fangede det os alle i bjergene i stedet for det selv, og gik til angreb på vores elskede dyr.\" Hendes triste blik følger den faldende sne. \"Vi bragte alle i fare med vores ubetænksomhed. Jeg forsikrer jer om, at i fremtiden vil vi komme til jer med vores problemer, før vores problemer kommer til jer.\"

Hun vender sig mod @Baconsaur, der nusser nogle baby-mamutter. \"Vi har taget mad med til jeres dyr som undskyldning for at skræmme dem, og som et symbol på vores tiltro til jer vil vi efterlade nogle af vores kæledyr og ridedyr hos jer. Vi ved, at I alle vil tage jer godt af dem.\"", - "questStressbeastCompletionChat": "`Det Afskyelige Stressbæst er BESEJRET!`\n\nVi har gjort det! Med et sidste brøl opløses Det Afskyelige Stressbæst i en sky af sne. Snefnuggene glimter på deres vej ned, og glade Habitboer krammer deres kæledyr og ridedyr. Vores dyr og NPCer er igen i sikkerhed!\n\n`Stoiskro er Reddet!`\n\nSabreCat taler blidt til en lille sabeltandstiger. \"Hjælp os med at finde Stoiskros Steppers indbyggere og led dem hen til os,\" siger han. Flere timer senere vender sabeltandstigeren tilbage med en gruppe mammut-ryttere ridende langsomt efter sig. Du genkender deres leder som Madam Gletscha, lederen af Stoiskro.\n\n\"Ærede Habitboer,\" siger hun, \"Mine landsmænd og jeg skylder jer en stor tak, og en stor undskyldning. I et forsøg på at beskytte vores stepper mod uro, begyndte vi i al hemmelighed at sende al vores stress til frostbjergene. Vi havde ikke forestillet os, at det ville ende med at vokse sig til det Stressbæst, I så! Da de slap løs fangede det os alle i bjergene i stedet for det selv, og gik til angreb på vores elskede dyr.\" Hendes triste blik følger den faldende sne. \"Vi bragte alle i fare med vores ubetænksomhed. Jeg forsikrer jer om, at i fremtiden vil vi komme til jer med vores problemer, før vores problemer kommer til jer.\"\n\nHun vender sig mod @Baconsaur, der nusser nogle baby-mamutter. \"Vi har taget mad med til jeres dyr som undskyldning for at skræmme dem, og som et symbol på vores tiltro til jer vil vi efterlade nogle af vores kæledyr og ridedyr hos jer. Vi ved, at I alle vil tage jer godt af dem.\"", + "questStressbeastDesperation": "`Det Afskyelige Stressbæst når 500K helbred! Det Afskyelige Snebæst bruger Desperat Forsvar!`\n\nVi er der næsten, Habitikaner! Med flid og Daglige har vi fået Stressbæstet ned på kun 500K helbred! Skabningen brøler og flagrer i desperation, og vreden opbygges hurtigere end før. Bailey og Matt råber i angst da det begynder at svinge dem rundt med frygtindgydende fart, hvilket forårsager en sand snestorm, der gør det sværere at ramme.\n\nVi bliver nødt til at fordoble vores indsats, men bare rolig - dette er tegn på, at Stressbæstet ved, at det er ved at tabe. I må ikke give op!", + "questStressbeastCompletion": "Det Afskyelige Stressbæst er BESEJRET!

Vi har gjort det! Med et sidste brøl opløses Det Afskyelige Stressbæst i en sky af sne. Snefnuggene glimter på deres vej ned, og glade Habitikanere krammer deres kæledyr og ridedyr. Vores dyr og NPCer er igen i sikkerhed!

Stoiskro er Reddet!

SabreCat taler blidt til en lille sabeltandstiger. \"Hjælp os med at finde Stoiskros Steppers indbyggere og led dem hen til os,\" siger han. Flere timer senere vender sabeltandstigeren tilbage med en gruppe mammut-ryttere ridende langsomt efter sig. Du genkender deres leder som Madam Gletscha, lederen af Stoiskro.

\"Ærede Habitikanere,\" siger hun, \"Mine landsmænd og jeg skylder jer en stor tak, og en stor undskyldning. I et forsøg på at beskytte vores stepper mod uro, begyndte vi i al hemmelighed at sende al vores stress til frostbjergene. Vi havde ikke forestillet os, at det ville ende med at vokse sig til det Stressbæst, I så! Da de slap løs fangede det os alle i bjergene i stedet for det selv, og gik til angreb på vores elskede dyr.\" Hendes triste blik følger den faldende sne. \"Vi bragte alle i fare med vores ubetænksomhed. Jeg forsikrer jer om, at i fremtiden vil vi komme til jer med vores problemer, før vores problemer kommer til jer.\"

Hun vender sig mod @Baconsaur, der nusser nogle baby-mamutter. \"Vi har taget mad med til jeres dyr som undskyldning for at skræmme dem, og som et symbol på vores tiltro til jer vil vi efterlade nogle af vores kæledyr og ridedyr hos jer. Vi ved, at I alle vil tage jer godt af dem.\"", + "questStressbeastCompletionChat": "`Det Afskyelige Stressbæst er BESEJRET!`\n\nVi har gjort det! Med et sidste brøl opløses Det Afskyelige Stressbæst i en sky af sne. Snefnuggene glimter på deres vej ned, og glade Habitikanere krammer deres kæledyr og ridedyr. Vores dyr og NPCer er igen i sikkerhed!\n\n`Stoiskro er Reddet!`\n\nSabreCat taler blidt til en lille sabeltandstiger. \"Hjælp os med at finde Stoiskros Steppers indbyggere og led dem hen til os,\" siger han. Flere timer senere vender sabeltandstigeren tilbage med en gruppe mammut-ryttere ridende langsomt efter sig. Du genkender deres leder som Madam Gletscha, lederen af Stoiskro.\n\n\"Ærede Habitikanere,\" siger hun, \"Mine landsmænd og jeg skylder jer en stor tak, og en stor undskyldning. I et forsøg på at beskytte vores stepper mod uro, begyndte vi i al hemmelighed at sende al vores stress til frostbjergene. Vi havde ikke forestillet os, at det ville ende med at vokse sig til det Stressbæst, I så! Da de slap løs fangede det os alle i bjergene i stedet for det selv, og gik til angreb på vores elskede dyr.\" Hendes triste blik følger den faldende sne. \"Vi bragte alle i fare med vores ubetænksomhed. Jeg forsikrer jer om, at i fremtiden vil vi komme til jer med vores problemer, før vores problemer kommer til jer.\"\n\nHun vender sig mod @Baconsaur, der nusser nogle baby-mamutter. \"Vi har taget mad med til jeres dyr som undskyldning for at skræmme dem, og som et symbol på vores tiltro til jer vil vi efterlade nogle af vores kæledyr og ridedyr hos jer. Vi ved, at I alle vil tage jer godt af dem.\"", "questTRexText": "Dinosaurernes Konge", "questTRexNotes": "Nu da forhistorieske væsner fra Stoiskros Stepper findes overalt i Habitica, har @Urse besluttet at adoptere en fuldvoksen Tyrannosaurus. Hvad er der galt med det?

Alting.", "questTRexCompletion": "Den vilde dinosaurus stopper endelig sin hærgen og går i stedet i gang med at blive venner med kæmpehanerne. @Urse kigger hengivent på den. \"Når alt kommer til alt er de faktisk ikke forfærdelige kæledyr! De skal bare opdrages lidt. Her, tag nogle Tyrannosaurus-æg til dig selv.\"", @@ -182,7 +182,7 @@ "questRockText": "Undslip Grotte-monstret", "questRockNotes": "Efter du har krydset De Bugtende Bjerge sammen med nogle venner, slår I lejr i en smuk grotte med vægge, der glimter af krystaller. Da du vågner næste morgen er indgangen til grotten forsvundet og jorden ryster under dig.

\"Bjerget er levende!\" råber din kompagnon @pfeffernusse. \"Det er ikke ædelsten, men bjergets tænder!\"

@Painter de Cluster griber fat i dig. \"Vi er nødt til at finde en anden vej ud. Hold dig tæt på mig, og vær opmærksom, ellers bliver vi fanget herinde for altid!\"", "questRockBoss": "Krystal-Kæmpe", - "questRockCompletion": "Your diligence has allowed you to find a safe path through the living mountain. Standing in the sunshine, your friend @intune notices something glinting on the ground by the cave's exit. You stoop to pick it up, and see that it's a small rock with a vein of gold running through it. Beside it are a number of other rocks with rather peculiar shapes. They almost look like... eggs?", + "questRockCompletion": "Din ihærdighed gør at du har fundet en sikker rute gennem det levende bjerg. Mens I står bader jer i solskinnet bemærker din ven @intune noget, der glitrer ved hulens åbning. Du bukker dig ned for at samle det op, og ser at det er en sten med spor af guld i. I nærheden er der adskillige andre sten med mærkelige former. Nærmest ligesom... æg?", "questRockDropRockEgg": "Sten (Æg)", "questRockUnlockText": "Åbner for køb at stenæg på Markedet", "questBunnyText": "Dræberkaninen", @@ -208,34 +208,34 @@ "questKrakenBoss": "Ufærdigbugtens Kraken", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Tiarmet blæksprutte (Æg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questKrakenUnlockText": "Åbner for køb at Tiarmet blæksprutteæg på Markedet", "questWhaleText": "Hvalens Sang", "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", "questWhaleBoss": "Syngende Hval", "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", "questWhaleDropWhaleEgg": "Hval (Æg)", - "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market", - "questDilatoryDistress1Text": "Dilatory Distress, Part 1: Message in a Bottle", + "questWhaleUnlockText": "Åbner for køb af hvalæg på Markedet", + "questDilatoryDistress1Text": "Forhalingsforhindringer, Del 1: Flaskeposten", "questDilatoryDistress1Notes": "A message in a bottle arrived from the newly rebuilt city of Dilatory! It reads: \"Dear Habiticans, we need your help once again. Our princess has disappeared and the city is under siege by some unknown watery demons! The mantis shrimps are holding the attackers at bay. Please aid us!\" To make the long journey to the sunken city, one must be able to breathe water. Fortunately, the alchemists @Benga and @hazel can make it all possible! You only have to find the proper ingredients.", "questDilatoryDistress1Completion": "You don the the finned armor and swim to Dilatory as quickly as you can. The merfolk and their mantis shrimp allies have managed to keep the monsters outside the city for the moment, but they are losing. No sooner are you within the castle walls than the horrifying siege descends!", "questDilatoryDistress1CollectFireCoral": "Ildkoral", "questDilatoryDistress1CollectBlueFins": "Blå Finner", "questDilatoryDistress1DropArmor": "Finnet Havrustning (Rustning)", - "questDilatoryDistress2Text": "Dilatory Distress, Part 2: Creatures of the Crevasse", + "questDilatoryDistress2Text": "Forhalingsforhindringer, Del 2: Gletsjerspaltens Gespenster", "questDilatoryDistress2Notes": "The siege can be seen from miles away: thousands of disembodied skulls rushing through a portal in the crevasse walls and making their way towards Dilatory.

When you meet King Manta in his war room, his eyes seem sunken, and his face is worried. \"My daughter Adva disappeared into the Dark Crevasse just before this siege began. Please find her and bring her back home safely! I will lend you my Fire Coral Circlet to aid you. If you succeed, it is yours.\"", "questDilatoryDistress2Completion": "You vanquish the nightmarish horde of skulls, but you feel no closer to finding Adva. You speak to @Kiwibot, the royal tracker, to see if she has any ideas. \"The mantis shrimps that defend the city must have seen Adva escape,\" @Kiwibot says. \"Try following them into the Dark Crevasse.\"", - "questDilatoryDistress2Boss": "Water Skull Swarm", - "questDilatoryDistress2RageTitle": "Swarm Respawn", - "questDilatoryDistress2RageDescription": "Swarm Respawn: This bar fills when you don't complete your Dailies. When it is full, the Water Skull Swarm will heal 30% of its remaining health!", + "questDilatoryDistress2Boss": "Vandkraniesværm", + "questDilatoryDistress2RageTitle": "Sværmen Genopstår", + "questDilatoryDistress2RageDescription": "Sværmen Genopstår: Denne bar fyldes når du ikke færdiggør dine Daglige. Når den er fuld vil Vandkraniesværmen hele 30% af sit resterende helbred!", "questDilatoryDistress2RageEffect": "`Water Skull Swarm uses SWARM RESPAWN!`\n\nEmboldened by their victories, more skulls pour forth from the crevasse, bolstering the swarm!", "questDilatoryDistress2DropSkeletonPotion": "Skelet-udrugningseliksir", "questDilatoryDistress2DropCottonCandyBluePotion": "Candyflossblå Udrugningseliksir", "questDilatoryDistress2DropHeadgear": "Ildkoral-krone (Hovedbeklædning)", - "questDilatoryDistress3Text": "Dilatory Distress, Part 3: Not a Mere Maid", + "questDilatoryDistress3Text": "Forhalingsforhindringer, Del 3: Hav Respekt for Fruen", "questDilatoryDistress3Notes": "You follow the mantis shrimps deep into the Crevasse, and discover an underwater fortress. Princess Adva, escorted by more watery skulls, awaits you inside the main hall. \"My father has sent you, has he not? Tell him I refuse to return. I am content to stay here and practice my sorcery. Leave now, or you shall feel the wrath of the ocean's new queen!\" Adva seems very adamant, but as she speaks you notice a strange, ruby pendant on her neck glowing ominously... Perhaps her delusions would cease should you break it?", "questDilatoryDistress3Completion": "Finally, you manage to pull the bewitched pendant from Adva's neck and throw it away. Adva clutches her head. \"Where am I? What happened here?\" After hearing your story, she frowns. \"This necklace was given to me by a strange ambassador - a lady called 'Tzina'. I don't remember anything after that!\"

Back at Dilatory, Manta is overjoyed by your success. \"Allow me to reward you with this trident and shield! I ordered them from @aiseant and @starsystemic as a gift for Adva, but... I'd rather not put weapons in her hands any time soon.\"", "questDilatoryDistress3Boss": "Adva den Tronranende Havfrue", "questDilatoryDistress3DropFish": "Fisk (Mad)", "questDilatoryDistress3DropWeapon": "Trefork af Brydende Bølger (Våben)", "questDilatoryDistress3DropShield": "Måneperleskjold (Skjoldhåndsudstyr)" -} \ No newline at end of file +} diff --git a/common/locales/da/rebirth.json b/common/locales/da/rebirth.json index 9b11f26b69..9264895137 100644 --- a/common/locales/da/rebirth.json +++ b/common/locales/da/rebirth.json @@ -1,25 +1,25 @@ { - "rebirthNew": "Genfødsel: Nyt Eventyr Tilgængelige! ", - "rebirthUnlock": "Du åbnet op for Genfødsel! Denne specielle Markedsgenstand tillader dig at begynde et nyt spil fra niveau 1, mens du stadig beholder dine opgaver, præstationer, kæledyr og andet. Brug det til at puste nyt liv i HabitRPG hvis du føler du har nået alt, eller for at opleve nye funktioner med de friske øjne af en ny karakter! ", + "rebirthNew": "Genfødsel: Nyt Eventyr Tilgængelige!", + "rebirthUnlock": "Du åbnet op for Genfødsel! Denne specielle Markedsgenstand tillader dig at begynde et nyt spil fra niveau 1, mens du stadig beholder dine opgaver, præstationer, kæledyr og andet. Brug det til at puste nyt liv i Habitica hvis du føler du har nået alt, eller for at opleve nye funktioner med de friske øjne af en ny karakter!", "rebirthBegin": "Genfødsel: Begynd et nyt Eventyr", "rebirthStartOver": "Genfødsel genstarter din karakter fra Niveau 1, som hvis du havde lavet en ny konto.", - "rebirthAdvList1": "Du vender tilbage til fuldt Helbred. ", - "rebirthAdvList2": "Du har ingen Erfaring, Guld eller udstyr. ", - "rebirthAdvList3": "Dine Vaner, Daglige og To-Dos nulstilles til gul, og striber nulstilles. ", + "rebirthAdvList1": "Du vender tilbage til fuldt Helbred.", + "rebirthAdvList2": "Du har ingen Erfaring, Guld eller udstyr.", + "rebirthAdvList3": "Dine Vaner, Daglige og To-Dos nulstilles til gul, og striber nulstilles.", "rebirthAdvList4": "Din startklasse er Kriger, indtil du kan vælge en ny Klasse.", "rebirthInherit": "Din nye karakter arver nogle få ting fra sin forgænger:", - "rebirthInList1": "Opgaver, historik og indstillinger forbliver. ", - "rebirthInList2": "Udfordringer, Selskabs- og Klanmedlemskaber forbliver. ", + "rebirthInList1": "Opgaver, historik og indstillinger forbliver.", + "rebirthInList2": "Udfordringer, Selskabs- og Klanmedlemskaber forbliver.", "rebirthInList3": "Ædelsten, støttetrin og bidragyder-niveauer forbliver.", - "rebirthInList4": "Objekter opnået med ædelsten eller drops (såsom kæledyr og ridedyr) forbliver, omend du ikke kan bruge dem før du låser op for dem igen. ", - "rebirthInList5": "Særudgaver af udstyr du har købt, kan du købe igen, også selvom deres tilgængelighedsperiode er udløbet. ", - "rebirthEarnAchievement": "Du får også en Præstation for at begynde et nyt eventyr! ", + "rebirthInList4": "Objekter opnået med ædelsten eller drops (såsom kæledyr og ridedyr) forbliver, omend du ikke kan bruge dem før du låser op for dem igen.", + "rebirthInList5": "Særudgaver af udstyr du har købt, kan du købe igen, også selvom deres tilgængelighedsperiode er udløbet.", + "rebirthEarnAchievement": "Du får også en Præstation for at begynde et nyt eventyr!", "beReborn": "Bliv Genfødt", - "rebirthAchievement": "Du har begyndt et nyt eventyr! Dette er Genfødsel nummer <%= number %> for dig, og det højeste Niveau du har opnået er <%= level %>. Hvis du vil slå denne Præstation skal du først begynde et nyt eventyr, når du har opnået et endnu højere Niveau! ", + "rebirthAchievement": "Du har begyndt et nyt eventyr! Dette er Genfødsel nummer <%= number %> for dig, og det højeste Niveau du har opnået er <%= level %>. Hvis du vil slå denne Præstation skal du først begynde et nyt eventyr, når du har opnået et endnu højere Niveau!", "rebirthBegan": "Begyndte et Nyt Eventyr", "rebirthText": "Begyndte <%= rebirths %> Nye Eventyr", "rebirthOrb": "Brugte en Genfødselskugle til at starte forfra efter at have opnået Niveau", - "rebirthPop": "Begynd en ny karakter på Niveau 1 mens du beholder præstationer, samlerobjekter, og opgaver med historik. ", + "rebirthPop": "Begynd en ny karakter på Niveau 1 mens du beholder præstationer, samlerobjekter, og opgaver med historik.", "rebirthName": "Genfødselskugle", "reborn": "Genfødt, højeste Niveau <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/da/settings.json b/common/locales/da/settings.json index d1d18eb152..0dd8fb2c4e 100644 --- a/common/locales/da/settings.json +++ b/common/locales/da/settings.json @@ -2,7 +2,7 @@ "settings": "Indstillinger", "language": "Sprog", "americanEnglishGovern": "Hvis der er forskelle mellem oversættelsen og den amerikansk-engelske original vil originalversionen anses for at være den korrekte.", - "helpWithTranslation": "Vil du hjælpe med at oversætte HabitRPG? Fedt! Besøg dette Trello-kort.", + "helpWithTranslation": "Vil du hjælpe med at oversætte Habitica? Fedt! Besøg dette Trello-kort.", "showHeaderPop": "Vis din avatar, Helbreds- og Erfaringsbarer og gruppe.", "stickyHeader": "Fast sidehoved", "stickyHeaderPop": "Fæstner sidehovedet til toppen af skærmen. Hvis ikke valgt kan sidehovedet scrolles ud af syne.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Avancerede Indstillinger i opgaver starter lukket", "startAdvCollapsedPop": "Hvis valgt vil Avancerede Indstillinger være skjult når du åbner en opgave for at rette den.", "showTour": "Vis Rundvisning", - "restartTour": "Genstart rundvisningen fra da du blev medlem af HabitRPG.", + "restartTour": "Genstart rundvisningen fra da du blev medlem af Habitica.", "showBailey": "Vis Bailey", "showBaileyPop": "Hent byudråberen Bailey frem fra sit gemmested så du kan se tidligere nyheder.", "fixVal": "Ret Karakterværdier", @@ -27,7 +27,7 @@ "resetAccount": "Nulstil Konto", "resetAccPop": "Fjern alle niveauer og opgaver og alt guld, udstyr og historik og start helt forfra.", "deleteAccount": "Slet Konto", - "deleteAccPop": "Opsig og slet din HabitRPG konto.", + "deleteAccPop": "Luk og slet din Habitica konto.", "qrCode": "QR Kode", "dataExport": "Dataeksport", "saveData": "Her er et par muligheder for at gemme dine Vanedata.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Brugerdefineret Dagstart", "24HrClock": "24-timers tid", - "customDayStartInfo1": "Som udgangspunkt vil HabitRPG tjekke og nulstille dine Daglige ved midnat hver dag. Vi anbefaler, at du læser følgende information inden du ændrer det:", - "customDayStartInfo4": "Gennemfør alle dine Daglige inden du ændrer Brugerdefineret Dagstart eller Slap af på Kroen den dag. Når du ændrer Brugerdefineret Dagstart kan det ske, at Cron udføres med det samme, men efter den første dag virker det som forventet.

Det tager cirka to timer før ændringen træder i kraft. Eksempel: Hvis den er sat til 0 (midnat), så skal du ændre det inden klokken 22; hvis du vil ændre det til klokken 21, skal du gøre det inden klokken 19.

Indtast et timetal mellem 0 og 23 (det er et 24-timers ur). Det er mere effektivt at skrive tallet end at bruge pilene. Når du har ændret tidspunktet, kan du genindlæse siden for at se om din ændring er blevet gemt.", + "customDayStartInfo1": "Som udgangspunkt vil Habitica tjekke og nulstille dine Daglige ved midnat hver dag. Vi anbefaler, at du læser følgende information inden du ændrer det:", + "customDayStartInfo4": "Gennemfør alle dine Daglige inden du ændrer Brugerdefineret Dagstart eller Slap af på Kroen den dag. Når du ændrer Brugerdefineret Dagstart kan det ske, at Cron udføres med det samme, men efter den første dag virker det som forventet.

Det tager cirka to timer før ændringen træder i kraft. Eksempel: Hvis den er sat til 0 (midnat), så skal du ændre det inden klokken 22; hvis du vil ændre det til klokken 21, skal du gøre det inden klokken 19.

Indtast et timetal mellem 0 og 23 (det er et 24-timers ur). Det er mere effektivt at skrive tallet end at bruge pilene. Når du har ændret tidspunktet, kan du genindlæse siden for at se om din ændring er blevet gemt.", "misc": "Diverse", "showHeader": "Vis Sidehoved", "changePass": "Skift Kodeord", @@ -56,7 +56,7 @@ "dangerZone": "Farezone", "resetText1": "ADVARSEL! Dette nulstiller mange dele af din konto. Vi fraråder på det kraftigste dette, men nogen finder det brugbart i begyndelsen, efter at have spillet i kort tid.", "resetText2": "Du vil miste alle dine niveauer, dit guld og dine erfaringspoint. Alle dine opgaver vil blive slettet permanent og du vil miste alle dine opgavers historiske data. Du vil miste alt dit udstyr, men du kan købe det hele igen, inklusive alle specielle udgaver og abonnenters mystiske varer som du allerede ejer (du skal dog være den korrekte klasse for at købe klassespecifikt udstyr). Du vil beholde din nuværende klasse og dine kæledyr og ridedyr. Du vil måske foretrække at bruge en Genfødselskugle i stedet, hvilket er et meget sikrere valg og vil lade dig beholde dine opgaver.", - "deleteText": "Er du sikker? Dette vil slette din konto for evigt, og den kan aldrig blive genskabt! Hvis du vil bruge HabitRPG igen skal du oprette en ny konto. Opsparede eller brugte Ædelsten vil ikke blive refunderet. Hvis du er helt sikker, skriv <%= deleteWord %> i tekstfeltet herunder.", + "deleteText": "Er du sikker? Dette vil slette din konto for evigt, og den kan aldrig blive genskabt! Hvis du vil bruge Habitica igen skal du oprette en ny konto. Opsparede eller brugte Ædelsten vil ikke blive refunderet. Hvis du er helt sikker, skriv <%= deleteWord %> i tekstfeltet herunder.", "API": "API", "APIText": "Kopiér disse til brug i tredjeparts-applikationer. Dog skal du tænke på din API Nøgle som et kodeord, og lade være med at dele den offentligt. Du kan nogen gange blive bedt om dit Bruger ID, men skriv aldrig din API Nøgle hvor andre kan se den, heller ikke på Github.", "APIToken": "API Nøgle (det er et kodeord - se advarsel ovenfor!)", @@ -79,13 +79,13 @@ "data": "Data", "exportData": "Eksportér Data", "emailChange1": "For at ændre din email-adresse bedes du sende en email til", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "hvor du inkluderer både din gamle og nye email-adresse, samt tid BrugerID", "username": "Loginnavn", "usernameOrEmail": "Loginnavn eller Email", "email": "Email", "registeredWithFb": "Registreret via Facebook", - "loginNameDescription1": "Dette er hvad du bruger til at logge ind på HabitRPG. Gå til", + "loginNameDescription1": "Dette er hvad du bruger til at logge ind på Habitica. Gå til", "loginNameDescription2": "Bruger->Profil", "loginNameDescription3": "for at ændre det navn, der vises på din avatar og i dine chatbeskeder.", "emailNotifications": "Mail-notifikationer", @@ -101,12 +101,12 @@ "questStarted": "Jeres Quest er Begyndt", "invitedQuest": "Inviteret til Quest", "kickedGroup": "Fjernet fra gruppe", - "remindersToLogin": "Påmindelser om at tjekek ind på HabitRPG", + "remindersToLogin": "Påmindelser om at tjekke ind på Habitica", "unsubscribedSuccessfully": "Du er nu afmeldt!", - "unsubscribedTextUsers": "Du er nu afmeldt alle emails fra HabitRPG. Du kan tilmelde dig de enkelte typer emails, du ønsker at modtage under indstillinger (kræver login).", - "unsubscribedTextOthers": "Du vil ikke modtage flere emails fra HabitRPG.", + "unsubscribedTextUsers": "Du er nu afmeldt alle emails fra Habitica. Du kan tilmelde dig de enkelte typer emails, du ønsker at modtage under indstillinger (kræver login).", + "unsubscribedTextOthers": "Du vil ikke modtage flere emails fra Habitica.", "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.", + "unsubscribeAllEmailsText": "Ved at markere denne boks er jeg indforstået med, at ved at afmelde alle emails vil Habitica aldrig være i stand til at informere mig via email om vigtige ændringer på siden eller min konto.", "correctlyUnsubscribedEmailType": "Succesfuldt afmeldt \"<%= emailType %>\" emails.", "subscriptionRateText": "Løbende $<%= price %> hver <%= months%>. måned", "benefits": "Fordele", @@ -118,5 +118,5 @@ "promoCode": "Promo-kode", "promoCodeApplied": "Promo-kode anvendt. Tjek dit inventar", "promoPlaceholder": "Indtast Promo-kode", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." -} \ No newline at end of file + "displayInviteToPartyWhenPartyIs1": "Vis Invitér til Gruppe-knap når gruppen har 1 medlem." +} diff --git a/common/locales/da/spells.json b/common/locales/da/spells.json index a179726c8c..726ba5161f 100644 --- a/common/locales/da/spells.json +++ b/common/locales/da/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Gør en ven til et søuhyre!", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Fjerner effekterne af Havskum." -} \ No newline at end of file +} diff --git a/common/locales/da/subscriber.json b/common/locales/da/subscriber.json index 0db6d4052e..9ddcc906de 100644 --- a/common/locales/da/subscriber.json +++ b/common/locales/da/subscriber.json @@ -13,18 +13,18 @@ "mysteryItem": "Unikke Månedlige Abonnent-varer", "mysteryItemText": "Hver måned modtager alle abonnenter en unik kosmetisk ting til deres avatar! Derudover vil de Mystiske Tidsrejsende give dig adgang til yderligere historisk (og futuristisk!) kosmetisk udstyr for hver tre måneders fortsat abonnement.", "supportDevs": "Støt udviklerne", - "supportDevsText": "Dit abonnement hjælper med at holde HabitRPG i gang og finansiere udviklingen af nye funktioner. Tak for din gavmildhed!", + "supportDevsText": "Dit abonnement hjælper med at holde Habitica i gang og finansiere udviklingen af nye funktioner. Tak for din gavmildhed!", "monthUSD": "US$ / Måned", "organization": "Organisation", "groupPlans": "Forretningsplaner", - "indivPlan1": "For enkeltpersoner er HabitRPG gratis at spille. Selv for små interessegrupper, kan gratis (eller billige)", + "indivPlan1": "For enkeltpersoner er Habitica 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", + "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 Habitica for din gruppe eller organisation, sikkert og uafhængigt af", "groupText2": "Se nedenunder for flere abonnementfordele og kontakt os for mere information!", "planFamily": "Familie (Kommer Snart)", "planGroup": "Gruppe (Kommer Snart)", "dedicatedHost": "Dedikeret Hosting", - "dedicatedHostText": "Dedikeret Hosting: I får jeres egen database og server hostet af HabitRPG, eller alternativt kan vi installere det i jeres organisations netværk. Hvis ikke valgt bruger abonnementet \"Delt Hosting\": jeres organisation bruger den samme database som resten af HabitRPG, selvom den er uafhænging af Habitica. Jeres medlemmer kan ikke se Værtshuset eller Klaner, men er stadig på samme server/database.", + "dedicatedHostText": "Dedikeret Hosting: I får jeres egen database og server hostet af Habitica, eller alternativt kan vi installere det i jeres organisations netværk. Hvis ikke valgt bruger abonnementet \"Delt Hosting\": jeres organisation bruger den samme database som resten af Habitica, selvom den er uafhænging af Habitica. Jeres medlemmer kan ikke se Værtshuset eller Klaner, men er stadig på samme server/database.", "individualSub": "Individuelt Abonnement", "subscribe": "Abonnér", "subscribed": "Abonneret", @@ -33,9 +33,9 @@ "adminSub": "Administratorabonnementer", "morePlans": "Flere Abonnementer
Kommer Snart", "organizationSub": "Privat Organisation", - "organizationSubText": "Organisationens medlemmer deltager udenfor rsten af HabitRPG, hvilket gør det mere fokuseret for deltagerne.", + "organizationSubText": "Organisationens medlemmer deltager udenfor resten af Habitica, hvilket gør det mere fokuseret for deltagerne.", "hostingType": "Hostingtype", - "hostingTypeText": "Delt hosting betyder at jeres organisation bruger samme database som resten af HabitRPG, selvom I ikke interagerer med Habitica. Dedikeret hosting betyder, at I får jeres egen database og server. Du kan vælge at lade HabitRPG hoste jeres server/db eller vi kan installere det på jeres egen server.", + "hostingTypeText": "Delt hosting betyder at jeres organisation bruger samme database som resten af Habitica, selvom I ikke interagerer med Habitica. Dedikeret hosting betyder, at I får jeres egen database og server. Du kan vælge at lade Habitica hoste jeres server/db eller vi kan installere det på jeres egen server.", "dedicated": "Dedikeret", "customDomain": "Specielt domæne", "customDomainText": "Vi kan også tilbyde jer jeres eget domæne til installationen.", @@ -58,7 +58,7 @@ "buySubsText": "Køb Ædelsten for Guld, ingen reklamer, støt udviklerne", "sureCancelSub": "Er du sikker på, at du vil stoppe dit abonnement?", "subCanceled": "Dit abonnement slutter d.", - "subGemPop": "Fordi du abonnerer på HabitRPG kan du købe et antal Ædelsten for Guld hver måned. Du kan se hvor mange Ædelsten du kan købe i hjørnet af Ædelstens-ikonet.", + "subGemPop": "Fordi du abonnerer på Habitica kan du købe et antal Ædelsten for Guld hver måned. Du kan se hvor mange Ædelsten du kan købe i hjørnet af Ædelstens-ikonet.", "subGemName": "Abonnent-ædelsten", "timeTravelers": "Tidsrejsende", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> og <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Opdatér Kort", "subUpdateTitle": "Opdatér", "subUpdateDescription": "Opdaterer hvilket kort, der skal trækkes fra." -} \ No newline at end of file +} diff --git a/common/locales/da/tasks.json b/common/locales/da/tasks.json index c955a58ec0..bf36968a80 100644 --- a/common/locales/da/tasks.json +++ b/common/locales/da/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Slet Færdiggjorte", "lotOfToDos": "Færdiggjorte To-Dos bliver automatisk arkiveret efter 3 dage. Du kan tilgå dem i Indstillinger > Eksport.", "deleteToDosExplanation": "Hvis du trykker på knappen nedenunder vil alle dine færdiggjorte To-Dos og arkiverede To-Dos permanent blive slettet. Eksporter dem først, hvis du vil beholde en optegnelse af dem.", - "beeminderDeleteWarning": "Beeminder brugere: Læs først Deleting Completed To-Dos Without Confusing Beeminder! (\"Slet Færdigggjorte To-Dos Uden at Forvirre Beeminder\")", + "beeminderDeleteWarning": "Beeminder brugere: Læs først Deleting Completed To-Dos Without Confusing Beeminder! (\"Slet Færdigggjorte To-Dos Uden at Forvirre Beeminder\")", "addmultiple": "Tilføj Flere", "addsingle": "Tilføj Én", "habits": "Vaner", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "Du slapper af på Kroen. Dine Daglige kan IKKE skade dig, men de vil stadig blive nulstillet hver dag. Hvis du er i gang med en quest, kan du ikke give skade/samle ting før du forlader Kroen, men du kan stadig blive skadet af Bossen, hvis dine gruppemedlemmer ikke udfører deres Daglige.", "habitHelp1": "Gode Vaner er noget du ofte gør. De giver Guld og Erfaring hver gang du klikker på <%= plusIcon%>", "habitHelp2": "Dårlige Vaner er noget du gerne vil undgå at gøre. De fjerner Helbred hver gang du klikker på <%= minusIcon%>", - "habitHelp3": "For inspiration, se disse eksempler på Vaner!", + "habitHelp3": "For inspiration, se disse eksempler på Vaner!", "newbieGuild": "Nogen spørgmål? Spørg inde i <%= linkStart %>De Nyankomnes Klan<%= linkEnd %>", "dailyHelp1": "Daglige gentages <%= emphasisStart %>hver dag<%= emphasisEnd %> de er aktive. Klik på <%= pencilIcon %> for at ændre hvilke dage en Daglig er aktiv.", "dailyHelp2": "Hvis du ikke færdiggør aktive Daglige, mister du Helbred, når dagen er ovre.", "dailyHelp3": "De Daglige opgaver bliver gradvist <%= emphasisStart %>mere røde<%= emphasisEnd %>, når du springer dem over, og <%= emphasisStart %>mere blå<%= emphasisEnd %>, når du klarer dem. Desto mere røde den Daglige er, jo større belønning giver den... eller større skade.", "dailyHelp4": "For at ændre, hvornår din dag slutter og begynder, klik på <%= linkStart %> Indstillinger > Side<%= linkEnd %> > Selvvalgt Tidspunkt For Start af Dagen.", - "dailyHelp5": "For inspiration, se disse eksempler på Daglige!", + "dailyHelp5": "For inspiration, se disse eksempler på Daglige!", "toDoHelp1": "To-Dos starter med at være gule og bliver rødere (mere værdifulde) jo længere du er om at færdiggøre dem.", "toDoHelp2": "To-Dos skader dig aldrig! De kan kun give Guld og Erfaring.", "toDoHelp3": "Hvis du laver din To-Do om til en tjekliste med mindre ting, vil det gøre den mere overskuelig, og det vil give mere erfaring!", - "toDoHelp4": "For inspiration, se disse eksempler på To-Dos!", + "toDoHelp4": "For inspiration, se disse eksempler på To-Dos!", "rewardHelp1": "Det Udstyr du køber til din avatar bliver opbevaret i <%= linkStart %>Inventar > Udstyr<%= linkEnd %>.", - "rewardHelp2": "Udstyr påvirker dine statistikker (<%= linkStart %>Bruger > Statistikker<%= linkEnd %>).", + "rewardHelp2": "Udstyr påvirker dine stats (<%= linkStart %>Bruger > Stats<%= linkEnd %>).", "rewardHelp3": "Specielt Udstyr vil dukke op her når der er Verdensevents.", - "rewardHelp4": "Vær ikke bange for at oprette selvvalgte Belønninger! Se nogle eksempler her.", + "rewardHelp4": "Vær ikke bange for at oprette selvvalgte Belønninger! Se nogle eksempler her.", "clickForHelp": "Klik for hjælp" -} \ No newline at end of file +} diff --git a/common/locales/de/backgrounds.json b/common/locales/de/backgrounds.json index fbae697716..9a39b9cb49 100644 --- a/common/locales/de/backgrounds.json +++ b/common/locales/de/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surfe eine Riesenwelle!", "backgroundSunkenShipText": "Versunkenes Schiff", "backgroundSunkenShipNotes": "Erkunde ein versunkenes Schiff." -} \ No newline at end of file +} diff --git a/common/locales/de/challenge.json b/common/locales/de/challenge.json index b4a7e3ff5e..c97fce0e4a 100644 --- a/common/locales/de/challenge.json +++ b/common/locales/de/challenge.json @@ -33,10 +33,10 @@ "challengeTagPop": "Wettbewerbe erscheinen als Tag-Liste und Aufgabenbeschreibungen. Also ist es einerseits sinnvoll, oben einen beschreibenden Titel zu wählen, andererseits brauchst Du aber auch eine \"Kurzfassung\". Dazu kannst Du zum Beispiel \"Verliere 5 Kilo in 3 Monaten\" mit \"-5kg\" abkürzen. (Klicke auf das '?' für mehr Informationen).", "challengeDescr": "Beschreibung", "prize": "Preis", - "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", - "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", + "prizePop": "Wenn jemand deinen Wettbewerb 'gewinnen' kann, dann kannst du, wenn du willst, für den Gewinner einen Edelstein-Preis ausschreiben. Maximal kannst du alle Edelsteine, die du hast, ausschreiben (+Gilden Edelsteine, wenn Du die dazugehörige Gilde gegründet hast). Achtung: Diese Preise können später nicht mehr geändert werden.", + "prizePopTavern": "Wenn jemand deinen Wettbewerb 'gewinnen' kann, dann kannst du, wenn du willst, für den Gewinner einen Edelstein-Preis ausschreiben. Maximal kannst du alle Edelsteine, die du hast, ausschreiben. Achtung: Diese Preise können später nicht mehr geändert werden und bei Gasthaus-Wettbewerben werden sie nicht ersetzt, wenn der Wettbewerb abgebrochen wird.", "publicChallenges": "Mindestens 1 Edelstein für öffentliche Wettbewerbe (Das verhindert Spam. Wirklich).", - "officialChallenge": "Offizieller HabitRPG Wettbewerb", + "officialChallenge": "Offizieller Habitica-Wettbewerb", "by": "von", "participants": "<%= membercount %> Teilnehmer", "join": "Teilnehmen", @@ -56,5 +56,5 @@ "backToChallenges": "Zurück zu allen Wettbewerben", "prizeValue": "<%= gemcount %> <%= gemicon %> Preis", "clone": "Klonen", - "challengeNotEnoughGems": "You do not have enough gems to post this challenge." + "challengeNotEnoughGems": "Du besitzt nicht genügend Edelsteine um diesen Wettbewerb zu erstellen." } \ No newline at end of file diff --git a/common/locales/de/character.json b/common/locales/de/character.json index b70d56cab2..beac618fdf 100644 --- a/common/locales/de/character.json +++ b/common/locales/de/character.json @@ -56,7 +56,7 @@ "costumeText": "Wenn Du das Aussehen einer anderen Ausrüstung Deiner Kampfausrüstung vorziehst, dann klicke auf die \"Verkleidung tragen\" Box um über Deiner Kampfausrüstung andere Ausrüstungsgegenstände zu tragen.", "useCostume": "Verkleidung tragen", "useCostumeInfo1": "Klicke \"Verkleidung tragen\" an, um deinem Avatar Gegenstände aus deinem Inventar anzuziehen, ohne dass sich das auf die Statuswerte deiner Kampfausrüstung auswirkt! Das bedeutet dass du dich links für die besten Statuswerte ausrüsten kannst, und dich rechts mit deiner Ausrüstung richtig in Schale werfen kannst. ", - "useCostumeInfo2": "Wenn du \"Verkleidung tragen\" anklickst, wird dein Avatar erst mal ziemlich einfach aussehen... aber keine Sorge! Wenn du nach linkst guckst, kannst du sehen dass du immer noch mit deine Kampfausrüstung ausgerüstet bist. Jetzt kannst du dich herausputzen! Alles was du rechts anziehst wird deine Statuswerte nicht beeinflussen, aber dir dabei helfen, den perfekten Look zu finden. Probier verschiedene Kombinationen aus, mische verschiedene Sets, und passe dein Kostüm an deine Haustiere, Reittiere und Hintergründe an.

Noch Fragen? Lies auf der Kostümseite in der Wiki nach. Du hast das perfekte Ensemble gefunden? Führe es in der Costume Carnival Gilde oder im Gasthaus vor!", + "useCostumeInfo2": "Wenn du \"Verkleidung tragen\" anklickst, wird dein Avatar erst mal ziemlich einfach aussehen... aber keine Sorge! Wenn du nach linkst guckst, kannst du sehen dass du immer noch mit deine Kampfausrüstung ausgerüstet bist. Jetzt kannst du dich herausputzen! Alles was du rechts anziehst wird deine Statuswerte nicht beeinflussen, aber dir dabei helfen, den perfekten Look zu finden. Probier verschiedene Kombinationen aus, mische verschiedene Sets, und passe dein Kostüm an deine Haustiere, Reittiere und Hintergründe an.

Noch Fragen? Lies auf der Kostümseite in der Wiki nach. Du hast das perfekte Ensemble gefunden? Führe es in der Costume Carnival Gilde oder im Gasthaus vor!", "gearAchievement": "Du hast den \"Ultimative Ausrüstung\" Erfolg erlangt, indem du die beste Ausrüstung erworben hast! Du hast die folgenden Sets vollständig:", "moreGearAchievements": "Um mehr Abzeichen „Ultimative Ausrüstung“ zu erhalten, ändere deine Klasse auf deiner Statuswerteseite und kaufe die gesamte Ausrüstung deiner neuen Klasse!", "armoireUnlocked": "Du hast außerdem den Verzauberten Schrank freigeschaltet! Klicke auf den Verzauberten Schrank um eine zufällige Ausrüstung zu erhalten. Er kann dir auch zufällige Erfahrungspunkte oder Nahrung geben.", @@ -77,7 +77,7 @@ "allocatePerPop": "Füge einen Punkt zu Warnehmung hinzu", "allocateInt": "Intelligenzpunkte:", "allocateIntPop": "Füge einen Punkt zu Intelligenz hinzu", - "noMoreAllocate": "Jetzt, da Du Level 100 erreicht hast, wirst Du keine weiteren Attributpunkte erhalten. Du kannst weiterspielen, oder ein neues Abenteuer auf Level 1 anfangen, indem du die Sphäre der Wiedergeburt benutzt. Sie ist jetzt kostenlos auf dem Marktplatz erhältich.", + "noMoreAllocate": "Jetzt, da Du Level 100 erreicht hast, wirst Du keine weiteren Attributpunkte erhalten. Du kannst weiterspielen, oder ein neues Abenteuer auf Level 1 anfangen, indem du die Sphäre der Wiedergeburt benutzt. Sie ist jetzt kostenlos auf dem Marktplatz erhältich.", "stats": "Werte", "strength": "Stärke", "strengthText": "Stärke erhöht die Wahrscheinlichkeit zufälliger kritischer Treffer und die Rate mit der durch sie Gold, Beute und Erfahrung gewonnen wird. Weiterhin erhöht sich der Schaden an Bossen.", @@ -117,7 +117,7 @@ "distributePoints": "Verteile freie Punkte automatisch", "distributePointsPop": "Verteilt alle freien Punkte gemäß Deinem gewählten Verteilungsmuster.", "warriorText": "Krieger verursachen mehr und stärkere \"kritische Treffer\", die zufällige Boni auf Gold, Erfahrung und Beute beim Erfüllen einer Aufgabe geben. Sie sind auch sehr stark gegen Bossmonster. Spiele einen Krieger, wenn Dich die Chance auf Belohnungen im Lottogewinn-Stil besonders reizt und Du besonders effektiv gegen Bossmonster sein willst.", - "mageText": "Magier lernen geschwind und erhalten Erfahrung und Level schneller als andere Klassen. Sie haben zudem eine große Menge Mana für ihre Fähigkeiten zur Verfügung. Spiele einen Magier, wenn Dich die taktischen Aspekte von HabitRPG ansprechen, oder wenn Dich schnelles Aufsteigen im Level und Freischalten neuer Features besonders reizt!", + "mageText": "Magier lernen geschwind und erhalten Erfahrung und Level schneller als andere Klassen. Sie haben zudem eine große Menge Mana für ihre Fähigkeiten zur Verfügung. Spiele einen Magier, wenn Dich die taktischen Aspekte von Habitica ansprechen, oder wenn Dich schnelles Aufsteigen im Level und Freischalten neuer Features besonders reizt!", "rogueText": "Schurken lieben es Reichtümer anzuhäufen, indem sie mehr Gold als Andere verdienen und geschickt darin sind neue Gegenstände zu finden. Ihre typische Fähigkeit sich im verborgenen zu bewegen erlaubt Dir gelegentlich die Folgen verpasster täglicher Aufgaben zu vermeiden. Spiele einen Schurken, wenn Dich Spielbelohnungen und Erfolge besonders reizen und Du nach Beute und Ehrenabzeichen trachtest!", "healerText": "Heiler stehen Schaden unbeeindruckt gegenüber und erweitern diesen Schutz auf Andere. Verpasste tägliche Aufgaben und schlechte Angewohnheiten schaden ihnen nicht viel und sie haben Mittel und Wege Lebenspunkte wieder herzustellen. Spiele einen Heiler, wenn Du gerne Anderen in einer Gruppe hilfst, oder wenn es dich besonders reizt, dem Tod durch harte Arbeit zu entkommen!", "optOut": "Noch nicht entscheiden", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Haustier, Reittier & Hintergrund zurücksetzen ", "animalSkins": "Tierhäute", "chooseClassHeading": "Wähle deine Klasse oder brich ab und entscheide dich später.", - "warriorWiki": "Krieger", - "mageWiki": "Magier", - "rogueWiki": "Schurke", - "healerWiki": "Heiler", - "chooseClassLearn": "Lerne mehr über die Klassen", - "str": "STR", - "con": "CON", - "per": "PER", - "int": "INT" -} \ No newline at end of file + "warriorWiki": "Krieger", + "mageWiki": "Magier", + "rogueWiki": "Schurke", + "healerWiki": "Heiler", + "chooseClassLearn": "Lerne mehr über die Klassen", + "str": "Stärke", + "con": "Ausdauer", + "per": "Wahrnehmung", + "int": "Intelligenz" +} diff --git a/common/locales/de/communityguidelines.json b/common/locales/de/communityguidelines.json index 8435a6b9a3..94bf2a5cee 100644 --- a/common/locales/de/communityguidelines.json +++ b/common/locales/de/communityguidelines.json @@ -1,22 +1,22 @@ { "iAcceptCommunityGuidelines": "Ich willige ein, mich an die Community-Richtlinien zu halten", "tavernCommunityGuidelinesPlaceholder": "Freundliche Erinnerung: Dieser Chat ist für alle Altersgruppen, also bitte benutze eine angemessene Sprache und poste nur angemessenen Inhalt! Falls Du Fragen hast, sieh bitte in den Community-Richtlinien weiter unten nach.", - "commGuideHeadingWelcome": "Willkommen in Habitica! ", - "commGuidePara001": "Willkommen, Abenteurer! Willkommen in Habitica, dem Land der Produktivität, des gesunden Lebens und dem gelegentlich randalierenden Greif. Wir sind eine fröhliche Gemeinschaft voller hilfreicher Menschen, die sich auf ihrem Weg der persönlichen Entwicklung gegenseitig unterstützen. ", - "commGuidePara002": "Damit hier jeder sicher, glücklich und produktiv sein kann, gibt es ein paar Richtlinien. Wir haben uns große Mühe gegeben, sie möglichst nett und leicht verständlich zu formulieren. Bitte nimm dir die Zeit, sie durchzulesen. ", - "commGuidePara003": "Diese Regeln gelten an allen sozialen Orten die wir verwenden, unter anderem (aber nicht nur) bei Trello, GitHub, Transifex und dem Wiki. Manchmal werden unvorhergesehende Situationen auftreten, wie ein neuer Krisenherd oder ein bösartiger Totenbeschwörer. Wenn das passiert, werden die Moderatoren reagieren, indem sie diese Richtlinien überarbeiten, um die Gemeinschaft vor neuen Gefahren zu schützen. Hab keine Angst: Du wirst von Bailey informiert werden, wenn sich die Richtlinien ändern. ", + "commGuideHeadingWelcome": "Willkommen in Habitica!", + "commGuidePara001": "Willkommen, Abenteurer! Willkommen in Habitica, dem Land der Produktivität, des gesunden Lebens und dem gelegentlich randalierenden Greif. Wir sind eine fröhliche Gemeinschaft voller hilfreicher Menschen, die sich auf ihrem Weg der persönlichen Entwicklung gegenseitig unterstützen.", + "commGuidePara002": "Damit hier jeder sicher, glücklich und produktiv sein kann, gibt es ein paar Richtlinien. Wir haben uns große Mühe gegeben, sie möglichst nett und leicht verständlich zu formulieren. Bitte nimm dir die Zeit, sie durchzulesen.", + "commGuidePara003": "Diese Regeln gelten an allen sozialen Orten die wir verwenden, unter anderem (aber nicht nur) bei Trello, GitHub, Transifex und dem Wiki. Manchmal werden unvorhergesehende Situationen auftreten, wie ein neuer Krisenherd oder ein bösartiger Totenbeschwörer. Wenn das passiert, werden die Moderatoren reagieren, indem sie diese Richtlinien überarbeiten, um die Gemeinschaft vor neuen Gefahren zu schützen. Hab keine Angst: Du wirst von Bailey informiert werden, wenn sich die Richtlinien ändern.", "commGuidePara004": "Zum Mitschreiben, halte deinen Federkiel und deine Schriftrolle bereit. Los geht's!", "commGuideHeadingBeing": "Ein Habiticaner sein", - "commGuidePara005": "HabitRPG ist vor allem eine Webseite die sich der persönlichen Weiterentwicklung verschrieben hat. Deshalb haben wir das Glück, dass sich hier eine der wärmsten, freundlichsten, höflichsten und unterstützenden Gemeinschaften im Internet versammelt hat. Es gibt viele Eigenschaften, die Habiticaner auszeichnen. Einige der häufigsten und bemerkenswertesten sind: ", + "commGuidePara005": "Habitica ist vor allem eine Webseite die sich der persönlichen Weiterentwicklung verschrieben hat. Deshalb haben wir das Glück, dass sich hier eine der wärmsten, freundlichsten, höflichsten und unterstützenden Gemeinschaften im Internet versammelt hat. Es gibt viele Eigenschaften, die Habiticaner auszeichnen. Einige der häufigsten und bemerkenswertesten sind:", "commGuideList01A": "Ein hilfsbereiter Geist. Viele Menschen verwenden viel Zeit und Energie darauf, neuen Mitgliedern der Gemeinschaft zu helfen und sie anzuleiten. Zum Beispiel gibt es ein Newbies Gilde, die sehr gern Fragen von neuen Mitgliedern beantwortet. Sei kein Frosch und hilf mit!", "commGuideList01B": "Das Verhalten des Fleißigen. Alle Habiticaner arbeiten hart, um ihr Leben zu verbessern und helfen darüber hinaus, die Seite weiter zu verbessern. Da wir ein Open-Source-Projekt sind arbeiten wir alle ständig daran, die Seite bestmöglich zu verbessern.", - "commGuideList01C": "Unterstützendes Verhalten Habiticaner spenden einander Beifall in siegreichen Zeiten und ermutigen einander in schwierigen Zeiten. Wir leihen uns gegenseitig Stärke, sind füreinander da an und lernen voneinander. In Gruppen unterstützen wir uns mit Zaubersprüchen; in Chaträumen ermuntern wir uns mit freundlichen und unterstützenden Worten. ", + "commGuideList01C": "Unterstützendes Verhalten Habiticaner spenden einander Beifall in siegreichen Zeiten und ermutigen einander in schwierigen Zeiten. Wir leihen uns gegenseitig Stärke, sind füreinander da an und lernen voneinander. In Gruppen unterstützen wir uns mit Zaubersprüchen; in Chaträumen ermuntern wir uns mit freundlichen und unterstützenden Worten.", "commGuideList01D": "Respektvoller Umgang. Wir haben alle unterschiedliche Hintergründe, Fähigkeiten und Meinungen. Das macht unsere Gemeinschaft aus! Habiticaner respektieren diese Unterschiede und feiern sie. Schau öfter vorbei und schon bald wirst du Freunde mit den unterschiedlichsten Hintergründen kennen lernen.", - "commGuideHeadingMeet": "Triff die Mods! ", - "commGuidePara006": "In Habitica haben sich einige unermüdliche Ritter mit den Mitarbeitern zusammengetan, um die Gemeinschaft ruhig, zufrieden und frei von Trollen zu halten. Jeder von ihnen hat einen Spezialbereich und kann manchmal in andere Bereiche berufen werden. Mitarbeiter und Mods werden offizielle Statements oft mit den Worten \"Mod Talk\" oder \"Mod Hat On\" kennzeichnen. ", + "commGuideHeadingMeet": "Triff die Mods!", + "commGuidePara006": "In Habitica haben sich einige unermüdliche Ritter mit den Mitarbeitern zusammengetan, um die Gemeinschaft ruhig, zufrieden und frei von Trollen zu halten. Jeder von ihnen hat einen Spezialbereich und kann manchmal in andere Bereiche berufen werden. Mitarbeiter und Mods werden offizielle Statements oft mit den Worten \"Mod Talk\" oder \"Mod Hat On\" kennzeichnen.", "commGuidePara007": "Mitarbeiter haben violette Namensschilder, die mit einer Krone markiert sind. Ihr Titel ist \"Heroisch\".", "commGuidePara008": "Mods haben dunkelblaue Namensschilder, die mit Sternen markiert sind. Ihr Titel ist \"Beschützer\". Die einzige Ausnahme ist Bailey, welcher als NPC ein schwarz-grünes Namensschild trägt, das mit einem Stern markiert ist.", - "commGuidePara009": "Die derzeitigen Mitarbeiter sind (von links nach rechts): ", + "commGuidePara009": "Die derzeitigen Mitarbeiter sind (von links nach rechts):", "commGuidePara009a": "bei Trello", "commGuidePara009b": "bei GitHub", "commGuidePara010": "Es gibt außerdem mehrere Moderatoren, welche die Mitarbeitern unterstützen. Sie wurden sorgfältig ausgewählt, also behandle sie mit Respekt und höre dir ihre Vorschläge an.", @@ -25,55 +25,55 @@ "commGuidePara011b": "auf GitHub/im Wiki", "commGuidePara011c": "im Wiki", "commGuidePara011d": "auf GitHub", - "commGuidePara012": "Falls du ein Problem mit oder Bedenken zu einem bestimmten Mod hast, sende bitte eine E-Mail an Lemoness (leslie@habitrpg.com).", - "commGuidePara013": "In einer so großen Gemeinschaft wie Habitica ist es so, dass die Menschen kommen und gehen. So kommt es vor, dass ein Moderator seinen noblen Umhang ablegt, um sich zu entspannen. Diese Nutzer sind emeritierte Moderatoren. Sie handeln nicht mehr mit der Befugnis eines Moderators, aber wir würdigen ihre Arbeit weiterhin! ", + "commGuidePara012": "Falls du ein Problem mit oder Bedenken zu einem bestimmten Mod hast, sende bitte eine E-Mail an Lemoness (leslie@habitica).", + "commGuidePara013": "In einer so großen Gemeinschaft wie Habitica ist es so, dass die Menschen kommen und gehen. So kommt es vor, dass ein Moderator seinen noblen Umhang ablegt, um sich zu entspannen. Diese Nutzer sind emeritierte Moderatoren. Sie handeln nicht mehr mit der Befugnis eines Moderators, aber wir würdigen ihre Arbeit weiterhin!", "commGuidePara014": "Eremetierte Moderatoren:", "commGuideHeadingPublicSpaces": "Öffentliche Orte in Habitica", "commGuidePara015": "Habitica hat zwei Arten von sozialen Bereichen: öffentlich und privat. Öffentliche Bereiche umfassen das Gasthaus, öffentliche Gilden, GitHub, Trello und das Wiki. Private Bereiche sind private Gilden, der Chat von Gruppen und private Nachrichten.", - "commGuidePara016": "Wenn du dich durch die öffentlichen Orte in Habitica bewegst, gibt es ein paar allgemeine Regeln, damit jeder sicher und glücklich ist. Diese sollten für einen Abenteurer wie dich einfach sein! ", - "commGuidePara017": "Respektiert einander. Sei höflich, nett und hilfsbereit. Vergiss nicht: Habiticaner haben die verschiedensten Hintergründe und haben sehr unterschiedliche Erfahrungen gemacht. Das macht HabitRPG so besonders! Eine Gemeinschaft aufzubauen bedeutet, sich gegenseitig zu respektieren und unsere Unterschiede genauso zu feiern wie unsere Gemeinsamkeiten. Hier sind ein paar einfache Möglichkeiten, Respekt zu zeigen: ", + "commGuidePara016": "Wenn du dich durch die öffentlichen Orte in Habitica bewegst, gibt es ein paar allgemeine Regeln, damit jeder sicher und glücklich ist. Diese sollten für einen Abenteurer wie dich einfach sein!", + "commGuidePara017": "Respektiert einander. Sei höflich, nett und hilfsbereit. Vergiss nicht: Habiticaner haben die verschiedensten Hintergründe und haben sehr unterschiedliche Erfahrungen gemacht. Das macht Habitica so besonders! Eine Gemeinschaft aufzubauen bedeutet, sich gegenseitig zu respektieren und unsere Unterschiede genauso zu feiern wie unsere Gemeinsamkeiten. Hier sind ein paar einfache Möglichkeiten, Respekt zu zeigen:", "commGuideList02A": "Befolge alle allgemeinen Geschäftsbedingungen.", - "commGuideList02B": "Poste bitte keine Bilder und keine Texte, die Gewalt darstellen, andere einschüchtern, oder eindeutige/andeutend sexuell sind, nichts diskriminierendes, fanatisches, rassistisches, sexistisches, keinen Hass und keine Belästigung, sowie nichts was Individuen oder Gruppen schadet. Auch nicht als Scherz. Das bezieht sowohl Sprüche als auch Stellungnahmen mit ein. Nicht jeder hat den gleichen Humor, so könnte etwas, dass Du als Witz wahrnimmst für jemand anderen verletzend sein. Attackiert eure täglichen Aufgaben, nicht einander. ", - "commGuideList02C": "Haltet Gespräche für alle Altersgruppen angemessen. Wir haben viele junge Habiticaner, die diese Seite benutzen! Wir wollen sie nicht ihrer Unschuld berauben oder Habiticaner an der Erreichung ihrer Ziele hindern. ", + "commGuideList02B": "Poste bitte keine Bilder und keine Texte, die Gewalt darstellen, andere einschüchtern, oder eindeutige/andeutend sexuell sind, nichts diskriminierendes, fanatisches, rassistisches, sexistisches, keinen Hass und keine Belästigung, sowie nichts was Individuen oder Gruppen schadet. Auch nicht als Scherz. Das bezieht sowohl Sprüche als auch Stellungnahmen mit ein. Nicht jeder hat den gleichen Humor, so könnte etwas, dass Du als Witz wahrnimmst für jemand anderen verletzend sein. Attackiert eure täglichen Aufgaben, nicht einander.", + "commGuideList02C": "Haltet Gespräche für alle Altersgruppen angemessen. Wir haben viele junge Habiticaner, die diese Seite benutzen! Wir wollen sie nicht ihrer Unschuld berauben oder Habiticaner an der Erreichung ihrer Ziele hindern.", "commGuideList02D": " Vermeide vulgäre Ausdrücke. Dazu gehören auch mildere, religiöse Verwünschungen, die anderweitig akzeptabel gewesen wären. Wir haben Menschen aus allen religiösen und kulturellen Hintergründen und wünschen uns, dass sich alle im öffentlichen Raum wohl fühlen. Verbale Angriffe jeder Art werden strenge Konsequenzen haben, insbesondere auch, da sie unsere Nutzungsbedingungen verletzen.", - "commGuideList02E": " Meide heftig umstrittene Diskussionen außerhalb der Back Corner. Wenn jemand deiner Meinung nach etwas unhöfliches oder schmerzliches gesagt hat, gehe nicht auf ihn ein. Ein einziges, höfliches Kommentar wie \"Dieser Witz war unangebracht\" ist in Ordnung, aber unfreundlich auf Kommentare zu reagieren steigert nur die Anspannung und macht HabitRPG zu einem negativem Ort. Nettigkeit und Höflichkeit helfen anderen zu verstehen von wo du kommst.", + "commGuideList02E": " Meide heftig umstrittene Diskussionen außerhalb der Back Corner. Wenn jemand deiner Meinung nach etwas unhöfliches oder schmerzliches gesagt hat, gehe nicht auf ihn ein. Ein einziges, höfliches Kommentar wie \"Dieser Witz war unangebracht\" ist in Ordnung, aber unfreundlich auf Kommentare zu reagieren steigert nur die Anspannung und macht Habitica zu einem negativem Ort. Nettigkeit und Höflichkeit helfen anderen zu verstehen von wo du kommst.", "commGuideList02F": "Befolge unmittelbar jegliche Anliegen der Moderatoren um eine Diskussion zu beenden oder um es zur Back Corner zu verschieben. Letzte Bemerkungen, Abschiedsworte und endgültige Fazite sollten dann abschließend an eurem \"Tisch\" in der Back Corner (höflich) abgegeben werden, falls erlaubt.", - "commGuideList02G": "Denk erst mal gründlich nach bevor du wütend reagierst wenn dir jemand sagt, dass etwas was du getan oder gesagt hast ihm/ihr nicht gefallen hat. Es zeigt große Stärke, sich ehrlich bei jemandem zu entschuldigen. Wenn du findest, dass die Art, wie er/sie dir geantwortet hat unangemessen war, kontaktiere einen Mod statt ihn/sie öffentlich damit zu konfrontieren. ", - "commGuideList02H": "Heftig umstrittene Konversationen sollten den Moderatoren gemeldet werden. Wenn du der Meinung bist, dass eine Diskussion anfängt auszuarten und überaus emotional, oder sogar verletzend wird verwickle dich nicht noch weiter in das Gespräch. Schreibe stattdessen eine E-Mail an leslie@habitrpg.com, um es uns wissen zu lassen. Es ist unsere Aufgabe euch sicher zu halten", + "commGuideList02G": "Denk erst mal gründlich nach bevor du wütend reagierst wenn dir jemand sagt, dass etwas was du getan oder gesagt hast ihm/ihr nicht gefallen hat. Es zeigt große Stärke, sich ehrlich bei jemandem zu entschuldigen. Wenn du findest, dass die Art, wie er/sie dir geantwortet hat unangemessen war, kontaktiere einen Mod statt ihn/sie öffentlich damit zu konfrontieren.", + "commGuideList02H": "Heftig umstrittene Konversationen sollten den Moderatoren gemeldet werden. Wenn du der Meinung bist, dass eine Diskussion anfängt auszuarten und überaus emotional, oder sogar verletzend wird verwickle dich nicht noch weiter in das Gespräch. Schreibe stattdessen eine E-Mail an leslie@habitica, um es uns wissen zu lassen. Es ist unsere Aufgabe euch sicher zu halten", "commGuideList02I": "Poste keinen Spam. Spamming ist unter anderem, aber nicht ausschließlich: das gleiche Kommentar/die gleiche Anfrage mehrmals an verschiedenen Orten posten, Links ohne Erklärung oder Kontext posten, Nachrichten ohne Sinn posten, die gleiche Nachricht mehrmals hintereinander posten. Wiederholt nach Edelsteinen oder einem Abonnement zu betteln, kann ebenfalls als Spamming betrachtet werden.", - "commGuidePara019": "In privaten Orten haben Nutzer mehr Freiheiten, über alle Themen zu sprechen, die sie interessieren, aber sie dürfen trotzdem nicht die allgemeinen Geschäftsbedingungen verletzen und unter anderem auch dort keine diskriminierenden, gewalttätigen oder bedrohlichen Inhalte posten. ", + "commGuidePara019": "In privaten Orten haben Nutzer mehr Freiheiten, über alle Themen zu sprechen, die sie interessieren, aber sie dürfen trotzdem nicht die allgemeinen Geschäftsbedingungen verletzen und unter anderem auch dort keine diskriminierenden, gewalttätigen oder bedrohlichen Inhalte posten.", "commGuidePara020": "Für private Nachrichten (PNs/PMs) gibt es einige zusätzliche Richtlinien. Falls Dich jemand geblockt hat, kontaktiere ihn nicht über andere Wege, um ihn oder sie zu bitten dich nicht mehr zu blocken. Außerdem solltest Du keine PNs schicken, wenn Du Hilfe mit der Seite, also \"Support\" brauchst (allgemein zugängliche Antworten auf diese Fragen im Gasthaus oder Forum kommen der Gemeinschaft zu gute). Schließlich schicke bitte keine PNs in denen Du um Edelsteine oder ein Abonnement bettelst, dies kann als Spamming betrachtet werden.", - "commGuidePara021": "Manche öffentliche Orte in Habitica haben außerdem noch weitere Regeln. ", + "commGuidePara021": "Manche öffentliche Orte in Habitica haben außerdem noch weitere Regeln.", "commGuideHeadingTavern": "Das Gasthaus", "commGuidePara022": "Das Gasthaus ist der Treffpunkt für Habiticaner, um sich unter die Leute zu mischen. Daniel der Barkeeper hält diesen Ort sauber und Lemoness zaubert dir gerne ein Glas Limonade während du dich entspannst und chattest. Und denk dran...", - "commGuidePara023": "Die Gespräche sind meist lockere Unterhaltungen oder drehen sich um Produktivität und Life Improvement. ", + "commGuidePara023": "Die Gespräche sind meist lockere Unterhaltungen oder drehen sich um Produktivität und Life Improvement.", "commGuidePara024": "Da der Gasthaus-Chat nur 200 Nachrichten halten kann ist er kein guter Ort für lange Gespräche über bestimmte Themen, besonders sensible Themen (z.B. Politik, Religion, Depression, ob Koboldjagen verboten werden sollte, usw.). Diese Gespräche sollten woanders geführt werden, z.B. in einer passenden Gilde oder in der Back Corner (mehr Information unten).", - "commGuidePara027": "Sprich im Gasthaus nicht über irgendwelche suchterzeugenden Dinge. Viele Menschen benutzen HabitRPG, um zu versuchen, ihre schlechten Gewohnheiten zu beenden. Zu hören, wie andere über suchterzeugende/illegale Substanzen sprechen, kann das für sie viel schwerer machen! Respektiere die anderen Gasthaus-Gäste und berücksichtige das. Dies gilt u.a. für Rauchen, Alkohol, Pornografie, Glücksspiel und Drogen. ", + "commGuidePara027": "Sprich im Gasthaus nicht über irgendwelche suchterzeugenden Dinge. Viele Menschen benutzen Habitica, um zu versuchen, ihre schlechten Gewohnheiten zu beenden. Zu hören, wie andere über suchterzeugende/illegale Substanzen sprechen, kann das für sie viel schwerer machen! Respektiere die anderen Gasthaus-Gäste und berücksichtige das. Dies gilt u.a. für Rauchen, Alkohol, Pornografie, Glücksspiel und Drogen.", "commGuideHeadingPublicGuilds": "Öffentliche Gilden", "commGuidePara029": "Öffentliche Gilden sind ziemlich ähnlich wie das Gasthaus, außer dass die Gespräche dort nicht so allgemein sind, sondern sich um ein bestimmtes Thema drehen. Der öffentliche Gildenchat sollte sich auf dieses Thema konzentrieren. Zum Beispiel könnte es sein, dass Mitglieder der Wordsmith-Gilde genervt sind, wenn sich das Gespräch plötzlich um Gärtnern statt um Schreiben dreht, und eine Drachenliebhaber-Gilde interessiert sich wahrscheinlich nicht dafür, antike Runen zu entziffern. Manche Gilden sind dabei lockerer als andere, aber versuch generell beim Thema zu bleiben!", - "commGuidePara031": "Manche öffentlichen Gilden werden sensible Themen enthalten, z.B. Depression, Religion, Politik, usw. Das ist ok solang die Gespräche darüber keine der AGB oder der Regeln für öffentliche Orte brechen und solange sie beim Thema bleiben. ", - "commGuidePara033": "Öffentliche Gilden dürfen KEINE 18+ Inhalte enthalten. Wenn sie planen, regelmäßig sensible Themen zu besprechen, müssen sie das im Gildentitel ankündigen.Dies hilft dabei, dass Habitica für jeden sicher und angenehm bleibt. Wenn eine Gilde verschiedene Arten von sensiblen Themen bespricht, ist es respektvoll für deine Mit-Habiticaner eine Warnung vor Deinen Beitrag zu schreiben (z.B. \"Warnung: behandelt Selbstverletzung\"). Außerdem sollte das sensible Material zu der Theme der Gilde passen - Selbstverletzung in einer Gilde anzusprechen, die Depressionsbewältigung zum Ziel hat, kann Sinn machen, aber könnte in einer Musik-Gilde weniger passend sein. Wenn du siehst, dass jemand nach mehreren Ermahnungen wiederholt diese Richtlinie verletzt, bitte schreib leslie@habitrpg.com eine Email mit Screenshots.", - "commGuidePara035": "Es sollte niemals eine Gilde, egal ob öffentlich oder privat, gegründet werden, die als Ziel hat, ein Individuum oder eine Gruppe anzugreifen. So eine Gilde zu erstellen führt zu einer sofortigen Accountsperre. Bekämpfe schlechte Angewohnheiten, nicht deine Mitabenteurer! ", - "commGuidePara037": "Alle Gasthaus-Wettbewerbe und Wettbewerbe öffentlicher Gilden müssen sich ebenfalls an diese Regeln halten. ", + "commGuidePara031": "Manche öffentlichen Gilden werden sensible Themen enthalten, z.B. Depression, Religion, Politik, usw. Das ist ok solang die Gespräche darüber keine der AGB oder der Regeln für öffentliche Orte brechen und solange sie beim Thema bleiben.", + "commGuidePara033": "Öffentliche Gilden dürfen KEINE 18+ Inhalte enthalten. Wenn sie planen, regelmäßig sensible Themen zu besprechen, müssen sie das im Gildentitel ankündigen.Dies hilft dabei, dass Habitica für jeden sicher und angenehm bleibt. Wenn eine Gilde verschiedene Arten von sensiblen Themen bespricht, ist es respektvoll für deine Mit-Habiticaner eine Warnung vor Deinen Beitrag zu schreiben (z.B. \"Warnung: behandelt Selbstverletzung\"). Außerdem sollte das sensible Material zu der Theme der Gilde passen - Selbstverletzung in einer Gilde anzusprechen, die Depressionsbewältigung zum Ziel hat, kann Sinn machen, aber könnte in einer Musik-Gilde weniger passend sein. Wenn du siehst, dass jemand nach mehreren Ermahnungen wiederholt diese Richtlinie verletzt, bitte schreib leslie@habitica eine Email mit Screenshots.", + "commGuidePara035": "Es sollte niemals eine Gilde, egal ob öffentlich oder privat, gegründet werden, die als Ziel hat, ein Individuum oder eine Gruppe anzugreifen. So eine Gilde zu erstellen führt zu einer sofortigen Accountsperre. Bekämpfe schlechte Angewohnheiten, nicht deine Mitabenteurer!", + "commGuidePara037": "Alle Gasthaus-Wettbewerbe und Wettbewerbe öffentlicher Gilden müssen sich ebenfalls an diese Regeln halten.", "commGuideHeadingBackCorner": "Die Back Corner", - "commGuidePara038": "Manchmal werden Gespräche zu lang, off-topic, oder sensibel, um in einem öffentlichen Ort fortgeführt zu werden, ohne dass sich Nutzer unwohl fühlen. In diesem Fall wird das Gespräch in die Back Corner Gilde geschickt. Es ist wichtig, zu wissen, dass es überhaupt keine Strafe ist, in die Back Corner Gilde geschickt zu werden!. Viele Habiticaner hängen dort gerne herum und besprechen Themen in aller Ausführlichkeit. ", + "commGuidePara038": "Manchmal werden Gespräche zu lang, off-topic, oder sensibel, um in einem öffentlichen Ort fortgeführt zu werden, ohne dass sich Nutzer unwohl fühlen. In diesem Fall wird das Gespräch in die Back Corner Gilde geschickt. Es ist wichtig, zu wissen, dass es überhaupt keine Strafe ist, in die Back Corner Gilde geschickt zu werden!. Viele Habiticaner hängen dort gerne herum und besprechen Themen in aller Ausführlichkeit.", "commGuidePara039": "Die Back Corner Gilde ist ein freier öffentlicher Ort, in dem man sensible Themen oder lange Gespräche führen kann und der sorgfältig moderiert wird. Die Regeln für öffentliche Orte gelten auch hier, genau wie die AGB. Nur weil wir lange Mäntel tragen und uns in einer Ecke treffen heißt das nicht, dass alles erlaubt ist! Könntest du mir mal diese glimmende Kerze herüberreichen?", "commGuideHeadingTrello": "Trello Boards", "commGuidePara040": "Trello dient als offenes Forum für Vorschläge und Diskussionen von Seiten-Features. Habitica wird durch Leuten in Form von tapferen Mitwirkenden regiert -- wir alle bauen die Seite zusammen. Trello ist das System, das die Techniken für unseren Wahnsinn anbietet. In Rücksicht darauf, versuche dein Bestes, um alle deine Gedanken in ein Kommentar einzugrenzen, anstelle mehrmals in Folge auf die gleiche Karte zu kommentieren. Wenn dir etwas neues einfällt, kannst du gerne deinen ursprünglichen Kommentar umändern. Bitte habt Erbarmen für diejenigen von uns, die eine Benachrichtigung nach jedem neuen Kommentar bekommen. Unser Posteingang kann nur soviel aushalten.", - "commGuidePara041": "HabitRPG verwendet fünf verschiedene Trello boards:", + "commGuidePara041": "Habitica verwendet fünf verschiedene Trello boards:", "commGuideList03A": "Das Main Board ist ein Ort, um neue Features vorzuschlagen und darüber abzustimmen.", "commGuideList03B": "Das Mobile Board ist ein Ort, um neue Features für die Handy-App vorzuschlagen und darüber abzustimmen.", "commGuideList03C": "Das Pixel Art Board ist ein Ort, um Pixel-Kunst zu besprechen und einzureichen.", - "commGuideList03D": "Das Quest Board ist ein Ort, um Quests zu besprechen und einzureichen. ", - "commGuideList03E": "Das Wiki Board ist ein Ort, um neue Wiki-Inhalte zu verbessern, besprechen und vorzuschlagen. ", + "commGuideList03D": "Das Quest Board ist ein Ort, um Quests zu besprechen und einzureichen.", + "commGuideList03E": "Das Wiki Board ist ein Ort, um neue Wiki-Inhalte zu verbessern, besprechen und vorzuschlagen.", "commGuidePara042": "Alle haben eigene Richtlinien ausgearbeitet und die Regeln für öffentliche Orte gelten auch hier.Alle Nutzer sollten vermeiden, in den Foren oder Karten vom Thema abzuweichen. Ihr könnt uns glauben, die Foren sind auch so schon gedrängt genug! Längere Gespräche sollten in der Back Corner Gilde weitergeführt werden.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG verwendet GitHub um Bugs zu verfolgen und Code beizutragen. In dieser Schmiede formen die unermüdlichen Schmiede die Features! Alle Regeln für öffentliche Orte gelten auch hier. Achte darauf, höflich zu den Schmieden zu sein - sie haben viel damit zu tun, die Seite am Laufen zu halten! Ein Hoch auf die Schmiede!", - "commGuidePara044": "Folgende Benutzer sind Mitwirkende an der HabitRPG repo:", + "commGuidePara043": "Habitica verwendet GitHub um Bugs zu verfolgen und Code beizutragen. In dieser Schmiede formen die unermüdlichen Schmiede die Features! Alle Regeln für öffentliche Orte gelten auch hier. Achte darauf, höflich zu den Schmieden zu sein - sie haben viel damit zu tun, die Seite am Laufen zu halten! Ein Hoch auf die Schmiede!", + "commGuidePara044": "Folgende Benutzer sind Mitwirkende an der Habitica repo:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": " Das HabitRPG Wiki sammelt Informationen zur Seite. Sie beinhaltet einige Foren ähnlich wie die der Gilden auf HabitRPG. Daher gelten die gleichen Regeln wie an öffentlichen Orten.", - "commGuidePara046": "Das HabitRPG Wiki kann als Datenbank aller Dinge in HabitRPG angesehen werden. Sie stellt Informationen über Features der Seite, Hilfen zum Spiel, Tipps wie man HabitRPG helfen kann und ist zusätzlich ein Platz um die eigene Gilde oder Gruppe vorzustellen und an Umfragen teilzunehmen.", - "commGuidePara047": "Da das Wiki von Wikia gehostet wird, gelten zusätzlich zu den Regeln von HabitRPG und der HabitRPG Wikiseite die Allgemeinen Geschäftsbedingungen von Wikia", + "commGuidePara045": " Das Habitica Wiki sammelt Informationen zur Seite. Sie beinhaltet einige Foren ähnlich wie die der Gilden auf Habitica. Daher gelten die gleichen Regeln wie an öffentlichen Orten.", + "commGuidePara046": "Das Habitica Wiki kann als Datenbank aller Dinge in Habitica angesehen werden. Sie stellt Informationen über Features der Seite, Hilfen zum Spiel, Tipps wie man Habitica helfen kann und ist zusätzlich ein Platz um die eigene Gilde oder Gruppe vorzustellen und an Umfragen teilzunehmen.", + "commGuidePara047": "Da das Wiki von Wikia gehostet wird, gelten zusätzlich zu den Regeln von Habitica und der Habitica Wikiseite die Allgemeinen Geschäftsbedingungen von Wikia", "commGuidePara048": "Das Wiki ist ausschließlich eine Kollaboration aller Verfasser und dazu gelten einige zusätzliche Regeln. Diese umfassen:", "commGuideList04A": "Neue Seiten oder größere Änderungen auf dem Wiki Trello Board vorschlagen", "commGuideList04B": "Offen gegenüber Vorschlägen anderer über deine Veränderung sein", @@ -82,8 +82,8 @@ "commGuideList04E": "Kein Spammen oder Seiten für den eigenen Nutzen sabotieren", "commGuideList04F": "Lies die Wiki-Mitwirker-Seite bevor du größere Änderungen machst", "commGuideList04G": "Sachlicher Ton in Wiki-Seiten", - "commGuideList04H": "Sicherstellen, dass der Inhalt des Wiki für die ganze HabitRPG-Seite relevant ist und nicht nur für eine bestimmte Gilde oder Gruppe (solche Informationen können in die Foren verschoben werden) ", - "commGuidePara049": "Die folgenden Leute sind die derzeitigen Wiki-Administratoren: ", + "commGuideList04H": "Sicherstellen, dass der Inhalt des Wiki für die ganze Habitica-Seite relevant ist und nicht nur für eine bestimmte Gilde oder Gruppe (solche Informationen können in die Foren verschoben werden)", + "commGuidePara049": "Die folgenden Leute sind die derzeitigen Wiki-Administratoren:", "commGuidePara018": "Eremetierte Wiki Administratoren sind", "commGuideHeadingInfractionsEtc": "Regelverletzungen, Konsequenzen und Wiederherstellung", "commGuideHeadingInfractions": "Regelverletzungen", @@ -93,7 +93,7 @@ "commGuidePara052": "Schwere Regelverletzungen bedrohen die Sicherheit von Habiticas Gemeinschaft und Nutzern stark, deshalb folgen darauf schwere Konsequenzen.", "commGuidePara053": "Die folgende Liste sind Beispiele für schwere Regelverletzungen. Die Liste ist nicht vollständig.", "commGuideList05A": "Verletzung der AGB", - "commGuideList05B": "Hassparolen/-Bilder, Belästigung/Stalking, Cyber-Bullying und Trollen. ", + "commGuideList05B": "Hassparolen/-Bilder, Belästigung/Stalking, Cyber-Bullying und Trollen.", "commGuideList05C": "Verletzung der Bewährung", "commGuideList05D": "Mitarbeiter oder Moderatoren nachahmen", "commGuideList05E": "Wiederholte mittlere Regelverletzungen", @@ -101,8 +101,8 @@ "commGuideHeadingModerateInfractions": "Mittlere Regelverletzungen", "commGuidePara054": "Mäßige Verstöße machen unsere Community nicht unsicher, aber sie machen sie unangenehm. Diese Verstöße haben mäßige Konsequenzen. Mehrere mäßige Verstöße können jedoch zu ernsteren Konsequenzen führen.", "commGuidePara055": "Die folgende Liste sind Beispiele für mittlere Regelverletzungen. Die Liste ist nicht vollständig.", - "commGuideList06A": "Einen Mod ignorieren oder respektlos behandeln. Darunter verstehen wir öffentliches Beschweren über Moderatoren oder andere Nutzer oder öffentliches Verherrlichen von verbannten Benutzern. Wenn du Bedenken über eine Regel oder einen Moderator hast, bitte schreibe Lemoness eine E-Mail darüber (leslie@habitrpg.com).", - "commGuideList06B": "\"Besserwisser-Moderieren\" von Nicht-Moderatoren. Um vorher etwas klarzustellen: ein freundliches Erwähnen der Regeln ist völlig in Ordnung. \"Besserwisser-Moderieren\" ist es, wenn man sagt, verlangt oder deutlich andeutet dass jemand eine bestimmte Handlung durchführen muss, um einen Fehler zu korrigieren. Du kannst jemandem Bescheid sagen, dass die Person eine Regel verletzt hat, aber bitte verlange keine bestimmte Konsequenz - z.B. wäre es besser zu sagen \"Nur dass du es weißt, Fluchen ist im Gasthaus nicht erlaubt, deshalb solltest du das vielleicht besser löschen\" als \"Lösch jetzt dieses Kommentar\". ", + "commGuideList06A": "Einen Mod ignorieren oder respektlos behandeln. Darunter verstehen wir öffentliches Beschweren über Moderatoren oder andere Nutzer oder öffentliches Verherrlichen von verbannten Benutzern. Wenn du Bedenken über eine Regel oder einen Moderator hast, bitte schreibe Lemoness eine E-Mail darüber (leslie@habitica).", + "commGuideList06B": "\"Besserwisser-Moderieren\" von Nicht-Moderatoren. Um vorher etwas klarzustellen: ein freundliches Erwähnen der Regeln ist völlig in Ordnung. \"Besserwisser-Moderieren\" ist es, wenn man sagt, verlangt oder deutlich andeutet dass jemand eine bestimmte Handlung durchführen muss, um einen Fehler zu korrigieren. Du kannst jemandem Bescheid sagen, dass die Person eine Regel verletzt hat, aber bitte verlange keine bestimmte Konsequenz - z.B. wäre es besser zu sagen \"Nur dass du es weißt, Fluchen ist im Gasthaus nicht erlaubt, deshalb solltest du das vielleicht besser löschen\" als \"Lösch jetzt dieses Kommentar\".", "commGuideList06C": "Wiederholte Verletzungen der Richtlinien für öffentliche Orte", "commGuideList06D": "Wiederholte leichte Regelverletzungen", "commGuideHeadingMinorInfractions": "Leichte Regelverletzungen", @@ -111,7 +111,7 @@ "commGuideList07A": "Erstmalige Verletzung von Richtlinien für öffentliche Orte", "commGuideList07B": "Jegliche Aussagen oder Handlungen die ein \"Bitte nicht\" auslösen. Wenn ein Mod zu einem Nutzer \"Bitte mach' das nicht\" sagen muss, kann das für diesen Nutzer als eine sehr leichte Regelverletzung zählen. Ein Beispiel dafür wäre \"Mod Talk: Bitte argumentiere nicht weiter für ein Feature, wenn bereits festgestellt wurde, das es nicht umsetzbar ist.\" In vielen Fällen wird das \"Bitte nicht\" auch gleichzeitig die leichte Konsequenz sein, aber wenn es die Mods zum gleichen Nutzer sehr häufig sagen müssen werden die leichten Regelverletzungen irgendwann als mittlere Regelverletzungen zählen.", "commGuideHeadingConsequences": "Konsequenzen", - "commGuidePara058": "In Habitica hat - wie im echten Leben - jede Handlung eine Folge: man wird fit weil man rennt, bekommt Löcher in den Zähnen weil man zu viel Zucker isst oder besteht eine Prüfung, weil man gelernt hat. ", + "commGuidePara058": "In Habitica hat - wie im echten Leben - jede Handlung eine Folge: man wird fit weil man rennt, bekommt Löcher in den Zähnen weil man zu viel Zucker isst oder besteht eine Prüfung, weil man gelernt hat.", "commGuidePara059": "Alle Regelverletzungen haben direkte Konsequenzen. Einige Beispielkonsequenzen sind unten beschrieben.", "commGuidePara060": "Wenn Deine Regelverletzung eine mittlere oder schwere Konsequenz hat, wirst Du eine E-Mail erhalten, die erklärt:", "commGuideList08A": "was Deine Regelverletzung war", @@ -120,12 +120,12 @@ "commGuideHeadingSevereConsequences": "Beispiele für schwere Konsequenzen", "commGuideList09A": "Accountsperren", "commGuideList09B": "Accountlöschungen", - "commGuideList09C": "Der Aufstieg in höhere Mitwirkendenstufen kann dauerhaft verwehrt (\"eingefrohren\") werden ", + "commGuideList09C": "Der Aufstieg in höhere Mitwirkendenstufen kann dauerhaft verwehrt (\"eingefrohren\") werden", "commGuideHeadingModerateConsequences": "Beispiele für mittlere Konsequenzen", "commGuideList10A": "Beschränkte Berechtigung zum öffentlichen Chatten", "commGuideList10B": "Beschränkte Bereichtigung zum privaten Chatten", "commGuideList10C": "Beschränkte Berechtigung, Gilden/Wettbewerbe zu gründen", - "commGuideList10D": "Der Aufstieg in höhere Mitwirkendenstufen kann temporär verwehrt (\"eingefrohren\") werden ", + "commGuideList10D": "Der Aufstieg in höhere Mitwirkendenstufen kann temporär verwehrt (\"eingefrohren\") werden", "commGuideList10E": "Herabstufung von Mitwirkenden", "commGuideList10F": "Nutzer auf \"Bewährung\" setzen", "commGuideHeadingMinorConsequences": "Beispiele für leichte Konsequenzen", @@ -139,8 +139,8 @@ "commGuidePara062": "Die E-Mail, die du bekommst, in der die Konsequenzen deiner Handlungen erklärt werden (oder bei geringfügigen Konsequenzen, die Ansage des Mods/Mitarbeiters), ist eine gute Informationsquelle. Kooperiere mit allen verhängten Einschränkungen und versuche die Voraussetzungen zu erfüllen, um mögliche Strafen wieder aufzuheben.", "commGuidePara063": "Wenn Du Deine Konsequenzen oder die Art deiner Regelverletzung nicht verstehst, frage die Mitarbeiter/Moderatoren um Hilfe, sodass du in Zukunft vermeiden kannst, Regelverletzungen zu begehen.", "commGuideHeadingContributing": "In Habitica mitwirken", - "commGuidePara064": "HabitRPG ist ein quell-offenes Projekt. Das heißt, dass alle Habitica gerne mit einsteigen können. Diejenigen, die das tun werden belohnt werden entsprechend den folgenden Rängen für Mithelfende:", - "commGuideList12A": "HabitRPG-Mitwirkende(r)-Abzeichen, plus 3 Edelsteine.", + "commGuidePara064": "Habitica ist ein quell-offenes Projekt. Das heißt, dass alle Habitica gerne mit einsteigen können. Diejenigen, die das tun werden belohnt werden entsprechend den folgenden Rängen für Mithelfende:", + "commGuideList12A": "Habitica-Mitwirkende(r)-Abzeichen, plus 3 Edelsteine.", "commGuideList12B": "Mitwirkende(r)-Rüstung, plus 3 Edelsteine.", "commGuideList12C": "Mitwirkende(r)-Helm, plus 3 Edelsteine.", "commGuideList12D": "Mitwirkende(r)-Schwert, plus 4 Edelsteine.", @@ -154,7 +154,7 @@ "commGuideList13C": " Levels fangen nicht einfach \"von Neu an\". Beim Festlegen der Schwierigkeit, schauen wir auf alle deine Beiträge, sodass Leute, die ein bisschen Pixel Art machen, dann einen kleinen Bug beheben, dann noch mit der Wiki plätschern nicht weiter voranschreiten wie Leute, die hart an einer Aufgabe arbeiten. Damit bleibt alles fair!", "commGuideList13D": "Nutzer, die auf Bewährung sind können nicht zum nächsten Rang aufsteigen. Sofern Verstöße vorliegen, haben Moderatoren das Recht das Aufsteigen eines Nutzers einzuschränken. Sollte dieser Fall eintreten, wird der Benutzer immer über diese Entscheidung informiert werden und auch darüber, mit welchen Schritten er sich bewähren kann. Durch Verstöße und Bewährung können Ränge auch entzogen werden.", "commGuideHeadingFinal": "Der Letzte Absatz", - "commGuidePara067": "Jetzt hast Du es geschafft, tapfere(r) Habiticaner(in) - die Gemeinschaftsrichtlinien! Wisch Dir den Schweiß von der Stirn und gib Dir ein paar Erfahrungspunkte dafür, dass Du sie ganz durchgelesen hast. Wenn Du Fragen oder Sorgen über diese Richtlinien hast, bitte schreib Lemoness (leslie@habitrpg.com) und sie wird gerne dabei helfen, sie zu klären. ", + "commGuidePara067": "Jetzt hast Du es geschafft, tapfere(r) Habiticaner(in) - die Gemeinschaftsrichtlinien! Wisch Dir den Schweiß von der Stirn und gib Dir ein paar Erfahrungspunkte dafür, dass Du sie ganz durchgelesen hast. Wenn Du Fragen oder Sorgen über diese Richtlinien hast, bitte schreib Lemoness (leslie@habitica) und sie wird gerne dabei helfen, sie zu klären.", "commGuidePara068": "Nun voran, mutiger Abendteurer und besiege einige täglichen Aufgaben!", "commGuideHeadingLinks": "Nützliche Links", "commGuidePara069": "Die folgenden talentierten Künstler haben bei diesen Illustrationen mitgewirkt:", @@ -163,7 +163,7 @@ "commGuideLink02": "Die Back Corner Gilde", "commGuideLink02description": "eine Gilde für das Diskutieren von langen oder sensiblen Themen", "commGuideLink03": "Das Wiki", - "commGuideLink03description": "die größte Sammlung von Informationen über HabitRPG.", + "commGuideLink03description": "die größte Sammlung von Informationen über Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "für Fehlermeldungen oder Hilfe Programme zu entwickeln!", "commGuideLink05": "Das Haupt-Trello", diff --git a/common/locales/de/content.json b/common/locales/de/content.json index 25e19c5fda..6c6c4a3ccf 100644 --- a/common/locales/de/content.json +++ b/common/locales/de/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Magischer Sattel", "foodSaddleNotes": "Läßt eines Deiner Haustiere augenblicklich zum Reittier heranwachsen.", "foodNotes": "Verfüttere das an ein Haustier und es wächst bald zu einem kräftigen Reittier heran." -} \ No newline at end of file +} diff --git a/common/locales/de/contrib.json b/common/locales/de/contrib.json index 9b230be4f7..7c7fde6e58 100644 --- a/common/locales/de/contrib.json +++ b/common/locales/de/contrib.json @@ -1,6 +1,6 @@ { "friend": "Freund", - "friendFirst": "Wenn dein erster Beitrag angenommen wird, erhältst du ein HabitRPG Mitwirkende(r) Abzeichen. Im Gasthaus wird dein Name, dafür dass du ein Mitwirkender bist, stolz angezeigt. Als Belohnung für deine Bemühungen erhältst du außerdem 3 Edelsteine.", + "friendFirst": "Wenn dein erster Beitrag angenommen wird, erhältst du ein Habitica Mitwirkende(r) Abzeichen. Im Gasthaus wird dein Name, dafür dass du ein Mitwirkender bist, stolz angezeigt. Als Belohnung für deine Bemühungen erhältst du außerdem 3 Edelsteine.", "friendSecond": "Wenn das zweite Bündel deiner Beiträge angenommen wurde, kannst du die Kristallrüstung im Belohnungs-Shop kaufen. Als Belohnung deiner fortwährenden Arbeit erhälst du außerdem 3 Edelsteine.", "elite": "Elite", "eliteThird": "Wenn das dritte Bündel deiner Beiträge angenommen wurde, kannst du den Kristallhelm im Belohnungs-Shop kaufen. Als Belohnung deiner fortwährenden Arbeit erhälst du außerdem 3 Edelsteine.", @@ -9,24 +9,24 @@ "championFifth": "Wenn das fünfte Bündel deiner Beiträge angenommen wurde, kannst du den Kristallschild im Belohnungs-Shop kaufen. Als Belohnung deiner fortwährenden Arbeit erhälst du außerdem 4 Edelsteine.", "championSixth": "Wenn das sechste Bündel deiner Beiträge angenommen wurde, erhälst du ein Hydra Haustier. Außerdem erhälst du 4 Edelsteine.", "legendary": "Legendär", - "legSeventh": "Wenn Dein siebtes Set an Ehrerbietigkeit angekommen ist, wirst du 4 Edelsteine erhalten und ein Mitglied der ehrenhaften Mitwirkenden Gilde werden. Du wirst eingeweiht werden in geheime \"Behind-the-Scenes Details\" von HabitRPG! Weitere Beiträge werden Deinen Rang nicht erhöhen, allerdings wirst Du vielleicht Edelstein Belohnungen und Ehrentitel erringen.", + "legSeventh": "Wenn Dein siebtes Set an Ehrerbietigkeit angekommen ist, wirst du 4 Edelsteine erhalten und ein Mitglied der ehrenhaften Mitwirkenden Gilde werden. Du wirst eingeweiht werden in geheime \"Behind-the-Scenes Details\" von Habitica! Weitere Beiträge werden Deinen Rang nicht erhöhen, allerdings wirst Du vielleicht Edelstein Belohnungen und Ehrentitel erringen.", "moderator": "Moderator", "guardian": "Wächter", "guardianText": "Moderatoren werden sorgfältig aus den höheren Mitwirkenden Rängen ausgesucht, also bitte zeige ihnen gegenüber Respekt und höre auf ihre Vorschläge.", "staff": "Mitarbeiter", "heroic": "Heroisch", - "heroicText": "Den Helden Rang tragen HabitRPG-Mitarbeiter und Mitwirkende auf Mitarbeiter-Level. Hast Du diesen Titel errungen, dann wurdest Du dazu berufen (oder von uns angestellt!).", - "npcText": "NPCs haben HabitRPG über Kickstarter mitfinanziert. Du kannst ihre Avatare sehen, wie sie über die Features des Spiels wachen.", + "heroicText": "Den Helden Rang tragen Habitica-Mitarbeiter und Mitwirkende auf Mitarbeiter-Level. Hast Du diesen Titel errungen, dann wurdest Du dazu berufen (oder von uns angestellt!).", + "npcText": "NPCs haben Habitica über Kickstarter mitfinanziert. Du kannst ihre Avatare sehen, wie sie über die Features des Spiels wachen.", "modalContribAchievement": "Erfolg als Mitwirkender!", - "contribModal": "<%= name %>, Du bist fantastisch! Du hast den Rang <%= level %> Mitwirkender errungen, weil Du bei HabitRPG mithilfst. Sieh", + "contribModal": "<%= name %>, Du bist fantastisch! Du hast den Rang <%= level %> Mitwirkender errungen, weil Du bei Habitica mithilfst. Sieh", "contribLink": "Preise hast Du für Deinen Beitrag verdient!", "contribName": "Mitwirkender", - "contribText": "Hat zu HabitRPG beigetragen (Code, Design, Pixel Art, Rechtsrat, Dokumentationen, etc.). Willst Du dieses Abzeichen auch haben?", + "contribText": "Hat zu Habitica beigetragen (Code, Design, Pixel Art, Rechtsrat, Dokumentationen, etc.). Willst Du dieses Abzeichen auch haben?", "readMore": "Lies mehr", "kickstartName": "Kickstarter Träger - Level $<%= tier %>", "kickstartText": "Hat das Kickstarter Project mitfinanziert", - "helped": "Hat HabitRPG geholfen zu wachsen", - "helpedText1": "Hat HabitRPG geholfen zu wachsen durch Teilnahme an", + "helped": "Hat Habitica geholfen zu wachsen", + "helpedText1": "Hat Habitica geholfen zu wachsen durch Teilnahme an", "helpedText2": "dieser Befragung.", "hall": "Halle", "contribTitle": "Mitwirkender Titel (z.B., \"Schmied\")", @@ -52,19 +52,19 @@ "tier": "Level", "visitHeroes": "Besuche die Halle der Helden (Mitwirkende und Träger)", "conLearn": "Erfahre mehr über Belohnungen für Mitwirkende", - "conLearnHow": "Erfahre mehr, wie du bei HabitRPG mitwirken kannst.", + "conLearnHow": "Erfahre mehr, wie du bei Habitica mitwirken kannst.", "removeAds": "Abbonieren um Werbung zu entfernen", "whyAds": "Warum Werbung?", - "whyAdsContent1": "HabitRPG ist ein \"open source Project\" und kann jede Hilfe brauchen, die es bekommen kann - Betrachte es als Spende an die Mitwirkenden. Du erhältst zudem 20 Edelsteine für den Kauf, die Du verwenden kannst um tolle Gegenstände zu kaufen.", + "whyAdsContent1": "Habitica ist ein \"open source Project\" und kann jede Hilfe brauchen, die es bekommen kann - Betrachte es als Spende an die Mitwirkenden. Du erhältst zudem 20 Edelsteine für den Kauf, die Du verwenden kannst um tolle Gegenstände zu kaufen.", "whyAdsContent2": "'Hey, ich habe die Kickstarter-Kampagne mitgetragen!' - Folge", "whyAdsContent3": "dieser Anleitung", - "surveysSingle": "Hat HabitRPG durch die Teilnahme an einer Umfrage geholfen zu wachsen. Es gibt keine aktuellen Umfragen. ", - "surveysMultiple": "Hat HabitRPG durch Teilnahme an <%= surveys %> Umfragen geholfen zu wachsen. Es gibt keine aktiven Umfragen.", + "surveysSingle": "Hat Habitica durch die Teilnahme an einer Umfrage geholfen zu wachsen. Es gibt keine aktuellen Umfragen. ", + "surveysMultiple": "Hat Habitica durch Teilnahme an <%= surveys %> Umfragen geholfen zu wachsen. Es gibt keine aktiven Umfragen.", "currentSurvey": "Aktuelle Umfrage", "surveyWhen": "Das Abzeichen wird gegen Ende März verliehen, wenn alle Umfragen bearbeitet wurden.", "blurbInbox": "Hier werden deine privaten Nachrichten gespeichert! Du kannst Nachrichten verschicken, indem du auf den kleinen Briefumschlag neben den Namen im Gasthaus-, Gruppen- oder Gildenchat klickst.", "blurbGuildsPage": "Gilden sind Chatgruppen mit einem gemeinsamen Interesse. Sie sind von Spielern für Spieler erstellt worden. Durchblättere die Liste und tritt den Gilden bei, die dich interessieren.", "blurbChallenges": "Wettbewerbe werden von anderen Spielern erstellt. Wenn du einem Wettbewerb beitrittst, werden seine Aufgaben deinem Aufgabenmenü hinzugefügt, und wenn du einen Wettbewerb gewinnst erhälst du einen Erfolg und oft auch einen Edelstein-Preis!", - "blurbHallPatrons": "Dies ist die Halle der Unterstützer, in der wir die edlen Abenteurer ehren, die HabitRPG's ursprüngliche Kickstarter-Kampagne unterstützt haben. Wir danken ihnen für die Hilfe Habitica zum Leben zu erwecken!", - "blurbHallHeroes": "Dies ist die Halle der Helden, in der Open-Source Unterstützter von HabitRPG geehrt werden. Ob durch Code, Kunst, Musik, schreiben, oder auch nur Hilfsbereitschaft, haben sie Edelsteine, exklusive Ausstattung verdient und angesehenen Titel erlangt. Sie können HabitRPG ebenfalls unterstützen! Hier erfahren Sie mehr. " -} \ No newline at end of file + "blurbHallPatrons": "Dies ist die Halle der Unterstützer, in der wir die edlen Abenteurer ehren, die Habitica's ursprüngliche Kickstarter-Kampagne unterstützt haben. Wir danken ihnen für die Hilfe Habitica zum Leben zu erwecken!", + "blurbHallHeroes": "Dies ist die Halle der Helden, in der Open-Source Unterstützter von Habitica geehrt werden. Ob durch Code, Kunst, Musik, schreiben, oder auch nur Hilfsbereitschaft, haben sie Edelsteine, exklusive Ausstattung verdient und angesehenen Titel erlangt. Sie können Habitica ebenfalls unterstützen! Hier erfahren Sie mehr. " +} diff --git a/common/locales/de/defaulttasks.json b/common/locales/de/defaulttasks.json index 38a4de15a0..3aa7287562 100644 --- a/common/locales/de/defaulttasks.json +++ b/common/locales/de/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Sit-ups", "defaultDaily4Checklist3": "Liegestützen", "defaultTodoNotes": "Du kannst diese einmalige Aufgabe entweder abhaken, sie bearbeiten, oder löschen.", - "defaultTodo1Text": "HabitRPG beitreten (Hake mich ab!)", + "defaultTodo1Text": "Habitica beitreten (Hake mich ab!)", "defaultTodo2Text": "Richte eine Gewohnheit ein", "defaultTodo2Checklist1": "Erstelle eine Gewohnheit", "defaultTodo2Checklist2": "Stelle nur \"+\", nur \"-\" oder \"+/-\" unter 'Bearbeiten' ein", @@ -38,4 +38,4 @@ "defaultTag1": "Morgens", "defaultTag2": "Mittags", "defaultTag3": "Abends" -} \ No newline at end of file +} diff --git a/common/locales/de/front.json b/common/locales/de/front.json index 35700766b4..445ccc8273 100644 --- a/common/locales/de/front.json +++ b/common/locales/de/front.json @@ -2,7 +2,7 @@ "FAQ": "FAQ", "accept1Terms": "Durch Klicken auf diesen Knopf, stimme ich den", "accept2Terms": "zu, sowie der", - "alexandraQuote": "Ich konnte während meiner Rede in Madrid nicht NICHT über HabitRPG reden. Ein absolutes Must-have Hilfmittel für Freiberufler, die trotzdem einen Chef brauchen.", + "alexandraQuote": "Ich konnte während meiner Rede in Madrid nicht NICHT über Habitica reden. Ein absolutes Must-have Hilfmittel für Freiberufler, die trotzdem einen Chef brauchen.", "althaireQuote": "Kontinuierlich eine Quest zu haben, motiviert mich dazu alle meine täglichen und einmaligen Aufgaben zu erledigen. Meine größte Motivation ist, meine Gruppe nicht im Stich zu lassen.", "andeeliaoQuote": "Großartiges Produkt, habe gerade erst vor einigen Tagen angefangen und gehe bereits bewusster und produktiv mit meiner Zeit um!", "autumnesquirrelQuote": "Ich prokrastiniere weniger bei der Arbeit und zu Hause und zahle meine Rechnung rechtzeitig.", @@ -11,11 +11,11 @@ "businessSample3": "Sortieren und abarbeiten des Posteingangs", "businessSample4": "Bereite 1 Dokument für den Kunden vor", "businessSample5": "Kunden anrufen/Anrufe aufschieben", - "businessText": "HabitRPG auf der Arbeit benutzen", + "businessText": "Habitica auf der Arbeit benutzen", "choreSample1": "Dreckige Klamotten in Wäschekorb stecken", "choreSample2": "20 Minuten Hausarbeit", "choreSample3": "Geschirr abspülen", - "choreSample4": "Einen Raum aufräumen ", + "choreSample4": "Einen Raum aufräumen", "choreSample5": "Geschirr abspülen und trocknen", "chores": "Arbeiten im Haushalt", "communityBug": "Bug mitteilen", @@ -32,14 +32,14 @@ "companyPrivacy": "Datenschutz", "companyTerms": "AGB", "companyVideos": "Videos", - "contribUse": "HabitRPG Mitwirkende nutze ", + "contribUse": "Habitica Mitwirkende nutze", "dragonsilverQuote": "Ich habe unzählige Zeit- und Aufgabenerfassungssysteme ausprobiert… HRPG ist das einzige, das mir wirklich hilft Dinge zu erledigen, anstatt sie nur aufzuschreiben.", - "dreimQuote": "Als ich letzten Sommer HabitRPG entdeckte, war ich gerade durch die Hälfte meiner Prüfungen gefallen. Durch die täglichen Aufgaben konnte ich mich organisieren und zur Disziplin zwingen und tatsächlich habe ich letzten Monat alle Prüfungen mit echt guten Noten bestanden.", + "dreimQuote": "Als ich letzten Sommer Habitica entdeckte, war ich gerade durch die Hälfte meiner Prüfungen gefallen. Durch die täglichen Aufgaben konnte ich mich organisieren und zur Disziplin zwingen und tatsächlich habe ich letzten Monat alle Prüfungen mit echt guten Noten bestanden.", "elmiQuote": "Jeden Morgen freue ich mich aufzustehen und etwas Gold zu verdienen!", "email": "E-Mail", "emailNewPass": "E-Mail neues Passwort", - "evagantzQuote": "Mein erster Zahnartztbesuch, bei dem die Assistentin begeistert über meine Zahnseide Gewohnheiten war. Danke HabitRPG!", - "examplesHeading": "Spieler benutzen HabitRPG, um folgendes zu organisieren...", + "evagantzQuote": "Mein erster Zahnartztbesuch, bei dem die Assistentin begeistert über meine Zahnseide Gewohnheiten war. Danke Habitica!", + "examplesHeading": "Spieler benutzen Habitica, um folgendes zu organisieren...", "featureAchievementByline": "Etwas total großartiges gemacht? Erhalte ein Abzeichen und prahle damit!", "featureAchievementHeading": "Erfolgsabzeichen", "featureEquipByline": "Kaufe Gegenstände in limitierter Auflage, Zaubertränke und andere virtuelle Leckerbissen auf unserem Marktplatz mit den Belohnungen für abgeschlossene Aufgaben!", @@ -55,8 +55,8 @@ "footerMobile": "Mobil", "footerSocial": "Soziales", "forgotPass": "Passwort vergessen", - "frabjabulousQuote": "HabitRPG ist der Grund weshalb ich einen tollen, gutbezahlten Job habe… und noch wunderbarer, ich benutze nun täglich Zahnseide!", - "free": "Umsonst spielen", + "frabjabulousQuote": "Habitica ist der Grund weshalb ich einen tollen, gutbezahlten Job habe… und noch wunderbarer, ich benutze nun täglich Zahnseide!", + "free": "Kostenlos spielen", "gamifyButton": "Gestalte dein Leben spielerisch!", "goalSample1": "1 Stunde Klavier üben", "goalSample2": "An einem zu veröffentlichen Artikel arbeiten", @@ -71,47 +71,47 @@ "healthSample4": "Esse gesund/Junkfood", "healthSample5": "Für 1 Stunde ins Schwitzen kommen", "history": "Verlauf", - "infhQuote": "HabitRPG hat mir geholfen Struktur in mein Leben an der Universität zu bringen.", + "infhQuote": "Habitica hat mir geholfen Struktur in mein Leben an der Universität zu bringen.", "invalidEmail": "Um das Passwort zurückzusetzen, ist eine gültige Email-Adresse notwendig.", - "irishfeet123Quote": "Ich hatte die schrecklichen Angewohnheiten, nach Mahlzeiten nicht aufzuräumen und Tassen in der ganzen Wohnung stehen zu lassen. HabitRPG hat das behoben.", - "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Vor HabitRPG kam ich mit meiner Dissertation nicht weiter und war unzufrieden mit meiner persönlichen Disziplin bei Hausarbeiten und Dingen wie Vokabellernen und dem Studium der Go-Theorie. Es stellte sich heraus, dass das Aufteilen der Aufgaben in kleinere, machbare Checklisten etwas ist, das mich motiviert und zum konstanten Arbeiten anregt.", + "irishfeet123Quote": "Ich hatte die schrecklichen Angewohnheiten, nach Mahlzeiten nicht aufzuräumen und Tassen in der ganzen Wohnung stehen zu lassen. Habitica hat das behoben.", + "joinOthers": "Schließe dich 250.000 Leuten an, die Spaß dabei haben, ihre Ziele zu erreichen!", + "kazuiQuote": "Vor Habitica kam ich mit meiner Dissertation nicht weiter und war unzufrieden mit meiner persönlichen Disziplin bei Hausarbeiten und Dingen wie Vokabellernen und dem Studium der Go-Theorie. Es stellte sich heraus, dass das Aufteilen der Aufgaben in kleinere, machbare Checklisten etwas ist, das mich motiviert und zum konstanten Arbeiten anregt.", "landingadminlink": "Verwaltungspakete", "landingend": "Noch nicht überzeugt?", "landingend2": "Hier ist eine genauere Liste", "landingend3": ". Sucht Ihr eine nichtöffentliche Variante? Versucht unsere", "landingend4": "die ideal sind für Familien, Lehrer, Selbsthilfegruppen und Gewerbe.", "landingfeatureslink": "unserer Features", - "landingp1": "Das Problem mit den meisten produktivitätsfördernden Apps auf dem Markt ist, dass sie keinen Anreiz geben sie längerzeitig zu verwenden. HabitRPG löst dieses Problem indem es das Bilden von Gewohnheiten mit Spaß verbindet! Indem es Euch für Erfolge belohnt und für Mißerfolge Lebenspunke kostet, bietet HabitRPG externe Motivation um Eure täglichen Aufgaben zu erfüllen.", - "landingp2": "Jedes Mal wenn Ihr eine gute Angewohnheit trainiert, eine tägliche Aufgabe erfüllt oder eine andere Aufgabe erfüllt, belohnt Euch HabitRPG sofort mit Erfahrungspunkten und Gold. Durch Erfahrungspunkte steigt Ihr im Level auf, verbessert Eure Charakterwerte und schaltet weitere Features frei wie Klassen und Haustiere. Gold kann für Spielgegenstände, die Eurem Charakter nützen ausgegeben werden, oder für persönliche Belohnungen, die Ihr zur Motivation erstellen könnt. Wenn auch der kleinste Erfolg Euch eine sofortige Belohnung verspricht, werdet Ihr Eure Aufgaben immer weniger aufschieben.", + "landingp1": "The problem with most productivity apps on the market is that they provide no incentive to continue using them. Habitica fixes this by making habit building fun! By rewarding you for your successes and penalizing you for slip-ups, Habitica provides external motivation for completing your day-to-day activities.", + "landingp2": "Jedes Mal wenn Ihr eine gute Angewohnheit trainiert, eine tägliche Aufgabe erfüllt oder eine andere Aufgabe erfüllt, belohnt Euch Habitica sofort mit Erfahrungspunkten und Gold. Durch Erfahrungspunkte steigt Ihr im Level auf, verbessert Eure Charakterwerte und schaltet weitere Features frei wie Klassen und Haustiere. Gold kann für Spielgegenstände, die Eurem Charakter nützen ausgegeben werden, oder für persönliche Belohnungen, die Ihr zur Motivation erstellen könnt. Wenn auch der kleinste Erfolg Euch eine sofortige Belohnung verspricht, werdet Ihr Eure Aufgaben immer weniger aufschieben.", "landingp2header": "Sofortige Belohnung", - "landingp3": "Jedes Mal wenn Ihr einer schlechten Angewohnheit nachgebt oder Eure täglichen Aufgaben vernachlässigt verliert Ihr Lebenspunkte. Wenn Eure Lebenspunkte zu weit sinken, sterbt Ihr und verliert einen Teil Eures Fortschritts. Indem es Konsequenzen setzt kann HabitRPG dabei helfen schlechte Angewohnheiten und ständiges Hinausschieben zu beenden, bevor sie zu Problemen in Eurem Leben werden.", + "landingp3": "Jedes Mal wenn Ihr einer schlechten Angewohnheit nachgebt oder Eure täglichen Aufgaben vernachlässigt verliert Ihr Lebenspunkte. Wenn Eure Lebenspunkte zu weit sinken, sterbt Ihr und verliert einen Teil Eures Fortschritts. Indem es Konsequenzen setzt kann Habitica dabei helfen schlechte Angewohnheiten und ständiges Hinausschieben zu beenden, bevor sie zu Problemen in Eurem Leben werden.", "landingp3header": "Konsequenzen", - "landingp4": "Mit einer lebendigen Community bietet HabitRPG die Verantwortung die Ihr braucht um auf Eure Aufgaben konzentriert zu bleiben. Mit dem Gruppensystem, könnt Ihr eine Gruppe Eurer besten Freunde zur Unterstützung rufen. Das Gildensystem erlaubt Euch Spieler mit ähnlichen Interessen oder Hindernissen zu finden, damit Ihr Eure Ziele gemeinsam erreichen und Tips, wie Ihr Eure Probleme angehen könnt, austauschen könnt. Auf HabitRPG steht die Community für die Unterstützung und die Verantwortung die Ihr braucht um Erfolg zu haben.", + "landingp4": "With an active community, Habitica provides the accountability you need to stay on task. With the party system, you can bring in a group of your closest friends to cheer you on. The guild system allows you to find people with similar interests or obstacles, so you can share your goals and swap tips on how to tackle your problems. On Habitica, the community means that you have both the support and the accountability you need to succeed.", "landingp4header": "Verantwortung", - "leadText": "HabitRPG ist eine kostenlose Anwendung zur Gewohnheitsbildung und Steigerung der Produktivität, die dein Leben wie ein Spiel betrachtet. Mit Belohnungen und Bestafungen als Motivation und einem starken sozialem Netzwerk als Inspiration, kann HabitRPG dir helfen deine Ziele zu erreichen und ein gesunder, fleißiger und glücklicher Mensch zu werden.", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "login": "Einloggen", "loginAndReg": "Einloggen / Registrieren", "loginFacebookAlt": "Einloggen / Registrieren mit Facebook", "logout": "Ausloggen", "marketing1Header": "Verbessern Sie Ihre Lebensführung Durch Ein Spiel", - "marketing1Lead1": "HabitRPG ist ein Videospiel, welches Dir dabei hilft Deine Gewohnheiten im realen Leben zu verbessern. Es \"gamifiziert\" Dein Leben indem es all Deine Aufgaben (Gewohnheiten, tägliche Aufgaben und einmalige Aufgaben) in kleine Monster verwandelt, die Du besiegen musst. Je besser Du Dich dabei anstellst, umso weiter kommst Du im Spiel. Wenn Du in Deinem realen Leben nachlässt, beginnt Dein Charakter im Spiel zurückzufallen.", + "marketing1Lead1": "Habitica ist ein Videospiel, welches Dir dabei hilft Deine Gewohnheiten im realen Leben zu verbessern. Es \"gamifiziert\" Dein Leben indem es all Deine Aufgaben (Gewohnheiten, tägliche Aufgaben und einmalige Aufgaben) in kleine Monster verwandelt, die Du besiegen musst. Je besser Du Dich dabei anstellst, umso weiter kommst Du im Spiel. Wenn Du in Deinem realen Leben nachlässt, beginnt Dein Charakter im Spiel zurückzufallen.", "marketing1Lead2": "Bekomme coole Ausrüstung. Verbessere deine Gewohnheiten um Deinen Avatar auszustatten. Zeige Deine coole Ausrüstung die Du verdient hast.", "marketing1Lead2Title": "Bekomme coole Ausrüstung", - "marketing1Lead3": "Finde zufällige Preise. Für einige ist es das Glücksspiel bzw. das System der \"zufälligen Belohnung\", welches sie motiviert. HabitRPG beinhaltet alle Verstärkungstypen: positive, negative, vorhersehbare und zufällige.", + "marketing1Lead3": "Finde zufällige Preise. Für einige ist es das Glücksspiel bzw. das System der \"zufälligen Belohnung\", welches sie motiviert. Habitica beinhaltet alle Verstärkungstypen: positive, negative, vorhersehbare und zufällige.", "marketing1Lead3Title": "Finde zufällige Preise", "marketing2Header": "Messe Dich mit Freunden, schließe Dich Interessensgruppen an", - "marketing2Lead1": "Obwohl Du HabitRPG im Alleingang spielen kannst, wird es erst richtig spaßig, wenn Du anfängst mit anderen zusammenzuarbeiten, zu wetteifern und sich gegenseitig zur Verantwortung zu ziehen. Der effektivste Teil von allen Persönlichkeitsentwicklungsprogrammen ist die soziale Verantwortlichkeit - und wo gibt es eine bessere Umgebung für Verantwortung und Wettkampf als in einem Videospiel?", + "marketing2Lead1": "Obwohl Du Habitica im Alleingang spielen kannst, wird es erst richtig spaßig, wenn Du anfängst mit anderen zusammenzuarbeiten, zu wetteifern und sich gegenseitig zur Verantwortung zu ziehen. Der effektivste Teil von allen Persönlichkeitsentwicklungsprogrammen ist die soziale Verantwortlichkeit - und wo gibt es eine bessere Umgebung für Verantwortung und Wettkampf als in einem Videospiel?", "marketing2Lead2": "Bekämpfe Bosse. Was ist ein Rollenspiel ohne Kämpfe? Bekämpfe Bosse mit Deiner Gruppe. Bosse sind \"super Verantwortlichkeitsmodi\": ein Tag ohne Fitnessstudio ist ein Tag, an dem der Boss alle verletzt.", "marketing2Lead2Title": "Bosse", "marketing2Lead3": "In Wettbewerben kannst Du gegen Freunde und Unbekannte antreten. Wer am besten ist, gewinnt am Ende eines Wettbewerbs spezielle Preise.", "marketing3Header": "Apps", "marketing3Lead1": "Die iPhone & Android Apps erlauben Dir Aufgaben unterwegs abzuhaken. Es ist uns klar, dass es lästig sein kann, sich immer auf der Seite einloggen zu müssen.", - "marketing3Lead2": "Andere Werkzeuge von Drittanbietern binden HabitRPG an verschiedene Aspekte Deines Lebens. Unsere API stellt eine einfache Einbindung in Dinge wie die Chrome Erweiterung zur Verfügung, die Dir Punkte abzieht, wenn Du auf unproduktiven Websites surfst und Dir welche einbringt, wenn du auf produktiven Seiten unterwegs bist. Mehr dazu hier", + "marketing3Lead2": "Andere Werkzeuge von Drittanbietern binden Habitica an verschiedene Aspekte Deines Lebens. Unsere API stellt eine einfache Einbindung in Dinge wie die Chrome Erweiterung zur Verfügung, die Dir Punkte abzieht, wenn Du auf unproduktiven Websites surfst und Dir welche einbringt, wenn du auf produktiven Seiten unterwegs bist. Mehr dazu hier", "marketing4Header": "Verwendung zur Organisation", "marketing4Lead1": "Bildung ist einer der besten Bereiche zur Gamifizierung. Wir alle wissen wie heutzutage die Studierenden an ihren Handys und Spielen kleben. Nutze diese Macht! Lass Deine Studierenden in freundlichen Wettkämpfen gegeneinander antreten. Belohne gutes Verhalten mit seltenen Preisen. Beobachte, wie sich ihre Noten und ihr Verhalten verbessern.", "marketing4Lead1Title": "Betrachtungwinkel Ausbildung", - "marketing4Lead2": "Die Kosten für medizinische Versorgung steigen und irgendjemand muss sie tragen. Zahlreiche Pläne wurden entwickelt um Kosten zu reduzieren und das Wohlbefinden zu verbessern. Wir glauben, dass HabitRPG einen wesentlichen Beitrag zu gesünderen Lebensstilen leisten kann.", + "marketing4Lead2": "Die Kosten für medizinische Versorgung steigen und irgendjemand muss sie tragen. Zahlreiche Pläne wurden entwickelt um Kosten zu reduzieren und das Wohlbefinden zu verbessern. Wir glauben, dass Habitica einen wesentlichen Beitrag zu gesünderen Lebensstilen leisten kann.", "marketing4Lead2Title": "Betrachtungswinkel Gesundheit und Erholung", "marketing4Lead3-1": "Wollen Sie ihr Leben einmal als Spiel betrachten?", "marketing4Lead3-2": "Wollen Sie eine Gruppe für Ausbildung, Erholung etc. leiten?", @@ -129,7 +129,7 @@ "playButtonFull": "Spiele HabitPRG", "presskit": "Pressemappe", "presskitDownload": "Alle Bilder herunterladen:", - "presskitText": "Danke für euer Interesse an HabitRPG! Die folgenden Bilder können für Artikel oder Videos über HabitRPG verwendet werden. Für weitere Informationen kontaktiert bitte Siena Leslie unter leslie@habitrpg.com.", + "presskitText": "Thanks for your interest in Habitica! The following images can be used for articles or videos about Habitica. For more information, please contact Siena Leslie at leslie@habitica.com.", "privacy": "Datenschutzrichtlinie", "psst": "Psst", "punishByline": "Überwinde schlechte Gewohnheiten und das Aufschieben von Aufgaben durch direkte Konsequenzen.", @@ -152,9 +152,9 @@ "schoolSample3": "Treffen mit der Lerngruppe", "schoolSample4": "Notizen für 1 Kapitel machen", "schoolSample5": "1 Kapitel lesen", - "sixteenBitFilQuote": "Dank HabitRPG erledige ich meine Arbeit in Rekordzeit. Ich kann es kaum erwarten das nächste Level zu erreichen!", + "sixteenBitFilQuote": "Dank Habitica erledige ich meine Arbeit in Rekordzeit. Ich kann es kaum erwarten das nächste Level zu erreichen!", "skysailorQuote": "Meine Gruppe und unsere Quests halten mich im Spiel, was mich motiviert Dinge zu erledigen und mein Leben auf eine positive Art zu verändern.", - "socialTitle": "HabitRPG - Spiele dein Leben", + "socialTitle": "Habitica - Spiele dein Leben", "supermouse35Quote": "Ich trainiere mehr und habe meine Medikamente seit Monaten nicht vergessen. Danke Habit. :D", "sync": "Synchronisieren", "tasks": "Aufgaben", @@ -172,7 +172,7 @@ "username": "Benutzername", "watchVideos": "Sehen Sie sich die Videos an", "work": "Arbeit", - "zelahQuote": "Dadurch, dass ich Punkte bekomme, wenn ich früh ins Bett gehe und Schaden nehme, wenn ich erst spät ins Bett gehe, habe ich es mit HabitRPG geschafft, mir frühe Bettzeiten anzugewöhnen.", + "zelahQuote": "Dadurch, dass ich Punkte bekomme, wenn ich früh ins Bett gehe und Schaden nehme, wenn ich erst spät ins Bett gehe, habe ich es mit Habitica geschafft, mir frühe Bettzeiten anzugewöhnen.", "reportAccountProblems": "Melde Probleme mit deinem Konto", "reportCommunityIssues": "Melde Community-Probleme", "generalQuestionsSite": "Generelle Fragen über die Webseite.", diff --git a/common/locales/de/gear.json b/common/locales/de/gear.json index 2b01d83a7d..88591c3cf9 100644 --- a/common/locales/de/gear.json +++ b/common/locales/de/gear.json @@ -65,17 +65,17 @@ "weaponSpecial2Text": "Stephen Webers Drachenschaft", "weaponSpecial2Notes": "Spüre die Macht des Drachen, die darin schwelt! Erhöht Stärke und Wahrnehmung um jeweils <%= attrs %> Punkte.", "weaponSpecial3Text": "Mustaines Morgenstern des Meilenstein-Zerquetschens", - "weaponSpecial3Notes": "Versammlungen, Monster, Leiden: geschafft! Zerstampft! Erhöht Stärke, Intelligenz und Ausdauer um jeweils <%= attrs %>. ", + "weaponSpecial3Notes": "Versammlungen, Monster, Leiden: geschafft! Zerstampft! Erhöht Stärke, Intelligenz und Ausdauer um jeweils <%= attrs %>.", "weaponSpecialCriticalText": "Bedrohlicher Hammer der Bug-Vernichtung", "weaponSpecialCriticalNotes": "Dieser Meisterkämpfer schlachtete ein bösartiges Github-Monster, dem bereits viele Krieger erlagen. Dieser Hammer, der aus den Knochen von Bug gefertigt ist, teilt mächtige, todbringende Hiebe aus. Erhöht Stärke und Wahrnehmung um jeweils <%= attrs %>.", "weaponSpecialTridentOfCrashingTidesText": "Dreizack der zerschmetternden Gezeiten", "weaponSpecialTridentOfCrashingTidesNotes": "Gibt dir die Fähigkeit Fische zu befehligen und deine Aufgaben mit kraftvollen Stichen zu attackieren. Erhöht Intelligenz um <%= int %>.", "weaponSpecialYetiText": "Speer des Yeti-Zähmers", "weaponSpecialYetiNotes": "Dieser Speer erlaubt dem Träger, jeden Yeti zu bändigen. Erhöht Stärke um <%= str %>. Limited Edition 2013-2014 Winter Ausrüstung.", - "weaponSpecialSkiText": "Schaft des Ski-ssassinen ", + "weaponSpecialSkiText": "Schaft des Ski-ssassinen", "weaponSpecialSkiNotes": "Zermalmt ganze Horden von Gegnern! Außerdem hilft es den Träger dabei, schöne Parallelschwünge zu fahren. Erhöht Stärke um <%= str %>. Limited Edition 2013-2014 Winter Ausrüstung.", "weaponSpecialCandycaneText": "Zuckerstangenstab", - "weaponSpecialCandycaneNotes": "Ein mächtiger Zauberstab. Mächtig LECKER, wollten wir sagen! Zweihändige Waffe. Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Limited Edition 2013-2014 Winter Ausrüstung. ", + "weaponSpecialCandycaneNotes": "Ein mächtiger Zauberstab. Mächtig LECKER, wollten wir sagen! Zweihändige Waffe. Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Limited Edition 2013-2014 Winter Ausrüstung.", "weaponSpecialSnowflakeText": "Zauberstab der Schneeflocke", "weaponSpecialSnowflakeNotes": "Dieser Zauberstab funkelt vor unerschöpflicher Heilkraft. Erhöht Intelligenz um <%= int %>. Limited Edition 2013-2014 Winter-Set.", "weaponSpecialSpringRogueText": "Hakenkrallen", @@ -109,7 +109,7 @@ "weaponSpecialWinter2015MageText": "Stab des Winterleuchtens", "weaponSpecialWinter2015MageNotes": "Das Licht dieses Kristallstabs füllt die Herzen mit Freude. Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Limited Edition 2014-2015 Winter-Ausrüstung.", "weaponSpecialWinter2015HealerText": "Beruhigendes Zepter", - "weaponSpecialWinter2015HealerNotes": "Dieses Zepter wärmt schmerzende Muskeln und lindert Stress. Erhöht Intelligenz um <%= int %>. Limited Edition 2014-2015 Winter Ausrüstung. ", + "weaponSpecialWinter2015HealerNotes": "Dieses Zepter wärmt schmerzende Muskeln und lindert Stress. Erhöht Intelligenz um <%= int %>. Limited Edition 2014-2015 Winter Ausrüstung.", "weaponSpecialSpring2015RogueText": "Explodierender Kreischer", "weaponSpecialSpring2015RogueNotes": "Lass dich nicht vom Geräusch täuschen - dieser Sprengstoff hat wirklich Wumms. Erhöht Stärke um <%= str %>. Limited Edition 2015 Frühlingsausrüstung.", "weaponSpecialSpring2015WarriorText": "Knochenkeule", @@ -119,13 +119,13 @@ "weaponSpecialSpring2015HealerText": "Katzenrassel", "weaponSpecialSpring2015HealerNotes": "Wenn Du sie schüttelst macht sie ein faszinierendes Klimpergeräusch, was JEDEN über Stunden hinweg unterhalten würde. Erhöht Intelligenz um <%= int %>. Limited Edition 2015 Frühlingsausrüstung.", "weaponSpecialSummer2015RogueText": "Schießende Koralle", - "weaponSpecialSummer2015RogueNotes": "Diese zur Art der Feuerkorallen gehörende Waffe hat die Fähigkeit ihr Gift durch Wasser hindurch wirken zu lassen. Erhöht Stärke um <%= str %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "weaponSpecialSummer2015RogueNotes": "Diese zur Art der Feuerkorallen gehörende Waffe hat die Fähigkeit ihr Gift durch Wasser hindurch wirken zu lassen. Erhöht Stärke um <%= str %>. Limited Edition 2015 Sommer-Ausrüstung.", "weaponSpecialSummer2015WarriorText": "Sonnenschwertfisch", - "weaponSpecialSummer2015WarriorNotes": "Der Sonnenschwertfisch ist eine gefürchtete Waffe, vorausgesetzt sie kann dazu gebracht werden nicht mehr herumzuzappeln. Erhöht Stärke um <%= str %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "weaponSpecialSummer2015WarriorNotes": "Der Sonnenschwertfisch ist eine gefürchtete Waffe, vorausgesetzt sie kann dazu gebracht werden nicht mehr herumzuzappeln. Erhöht Stärke um <%= str %>. Limited Edition 2015 Sommer-Ausrüstung.", "weaponSpecialSummer2015MageText": "Wahrsagerstab", - "weaponSpecialSummer2015MageNotes": "Versteckte Kräfte schimmern in den Juwelen dieses Stabs. Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "weaponSpecialSummer2015MageNotes": "Versteckte Kräfte schimmern in den Juwelen dieses Stabs. Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Limited Edition 2015 Sommer-Ausrüstung.", "weaponSpecialSummer2015HealerText": "Zauberstab der Wellen", - "weaponSpecialSummer2015HealerNotes": "Heilt Seekrankheit und Reiseübelkeit! Erhöht Intelligenz um <%= int %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "weaponSpecialSummer2015HealerNotes": "Heilt Seekrankheit und Reiseübelkeit! Erhöht Intelligenz um <%= int %>. Limited Edition 2015 Sommer-Ausrüstung.", "weaponMystery201411Text": "Forke des Feierns", "weaponMystery201411Notes": "Ersteche deine Feinde oder verschling dein Lieblingsessen - diese flexible Forke ist universell einsetzbar! Gewährt keinen Bonus. November 2014 Abonnenten-Gegenstand.", "weaponMystery201502Text": "Schimmernder Flügelstab der Liebe und auch der Wahrheit", @@ -139,7 +139,7 @@ "weaponArmoireLunarSceptreText": "Besänftigendes Mondzepter", "weaponArmoireLunarSceptreNotes": "Die heilende Kraft dieses Zauberstabs nimmt wie der Mond ab und zu. Erhöht Ausdauer um <%= con %> und Intelligenz um <%= int %>. Verzauberter Schrank: Beruhigendes Mondset (Gegenstand 3 von 3).", "weaponArmoireRancherLassoText": "Viehzüchter Lasso", - "weaponArmoireRancherLassoNotes": "Lassos: das ideale Werkzeug zum Einfangen und Zäumen. Erhöht die Stärke um <% = str%>, Wahrnehmung um<% = pro%> und Intelligenz um <% = int%>. Verzauberter Schrank: Viehzüchter Set (Artikel 3 von 3).", + "weaponArmoireRancherLassoNotes": "Lassos: das ideale Werkzeug zum Einfangen und Zäumen. Erhöht die Stärke um <% = str %>, Wahrnehmung um<% = pro %> und Intelligenz um <% = int %>. Verzauberter Schrank: Viehzüchter Set (Artikel 3 von 3).", "armor": "Rüstung", "armorBase0Text": "Schlichte Kleidung", "armorBase0Notes": "Gewöhnliches Kleidungsstück. Gewährt keinen Bonus zu Attributen.", @@ -192,17 +192,17 @@ "armorSpecialFinnedOceanicArmorText": "Gerippte Meeresrüstung", "armorSpecialFinnedOceanicArmorNotes": "Obwohl empfindlich, macht diese Rüstung Deine Haut bei Berührung so gefährlich wie Feuerkorallen. Erhöht die Stärke um <% = str%>.", "armorSpecialYetiText": "Robe des Yeti-Zähmers", - "armorSpecialYetiNotes": "Flauschig und wild. Erhöht Ausdauer um <%= con %>. Limited Edition 2013-2014 Winter-Ausrüstung. ", + "armorSpecialYetiNotes": "Flauschig und wild. Erhöht Ausdauer um <%= con %>. Limited Edition 2013-2014 Winter-Ausrüstung.", "armorSpecialSkiText": "Parka des Ski-ssassinen", "armorSpecialSkiNotes": "Voller versteckter Dolche und Skipistenkarten. Erhöht Wahrnehmung um <%= per %>. Limited Edition 2013-2014 Winter-Ausrüstung.", "armorSpecialCandycaneText": "Zuckerstangenrobe", - "armorSpecialCandycaneNotes": "Gesponnen aus Zucker und Seide. Erhöht Intelligenz um <%= int %>. Limited Edition 2013-2014 Winter-Ausrüstung. ", + "armorSpecialCandycaneNotes": "Gesponnen aus Zucker und Seide. Erhöht Intelligenz um <%= int %>. Limited Edition 2013-2014 Winter-Ausrüstung.", "armorSpecialSnowflakeText": "Schneeflockengewand", "armorSpecialSnowflakeNotes": "Ein Gewand, das dich selbst im kältesten Schneesturm warm hält. Erhöht Ausdauer um <%= con %>. Limited Edition 2013-2014 Winter-Ausrüstung.", "armorSpecialBirthdayText": "Ulkiges Festgewand", - "armorSpecialBirthdayNotes": "Alles Gute zum Geburtstag, HabitRPG! Trage diese absurden Party Roben um diesen wundervollen Tag zu feiern. Sie geben keinen Attributbonus.", + "armorSpecialBirthdayNotes": "Alles Gute zum Geburtstag, Habitica! Trage diese absurden Party Roben um diesen wundervollen Tag zu feiern. Sie geben keinen Attributbonus.", "armorSpecialBirthday2015Text": "Alberne Party Roben", - "armorSpecialBirthday2015Notes": "Alles Gute zum Geburtstag, HabitRPG! Trage diese albernen Party Roben um diesen wundervollen Tag zu feiern. Sie geben keinen Attributbonus.", + "armorSpecialBirthday2015Notes": "Alles Gute zum Geburtstag, Habitica! Trage diese albernen Party Roben um diesen wundervollen Tag zu feiern. Sie geben keinen Attributbonus.", "armorSpecialGaymerxText": "Regenbogenkriegerrüstung", "armorSpecialGaymerxNotes": "Dieser besondere Helm ist zur Feier der Pride-Zeit und GaymerX mit einem strahlenden, bunten Regenbogen verziert! GaymerX ist eine Game Convention, die LGBTQ und Gaming feiert und an der jeder teilnehmen kann. Sie findet im InterContinental in der Stadtmitte von San Francisco vom 11.-13. Juli statt. Kein Attributbonus.", "armorSpecialSpringRogueText": "Geschmeidiger Katzenanzug", @@ -214,7 +214,7 @@ "armorSpecialSpringHealerText": "Flauschige Welpenrobe", "armorSpecialSpringHealerNotes": "Warum und kuschelig, aber schützt den Träger dennoch vor Schaden. Erhöht AUS um <%= con %>. Limited Edition 2014 Frühlings-Ausrüstung.", "armorSpecialSummerRogueText": "Piratenrobe", - "armorSpecialSummerRogueNotes": "Dies Gewand sein sehr gemütlich, yarrrrrr! Fügt Wahrnehmung <%= per %> Punkte hinzu. Limited Edition 2014 Sommer-Ausrüstung. ", + "armorSpecialSummerRogueNotes": "Dies Gewand sein sehr gemütlich, yarrrrrr! Fügt Wahrnehmung <%= per %> Punkte hinzu. Limited Edition 2014 Sommer-Ausrüstung.", "armorSpecialSummerWarriorText": "Abenteurergewand", "armorSpecialSummerWarriorNotes": "Vollständig mit Schnalle und Zierbuchstaben. Fügt Ausdauer <%= con %> Punkte hinzu. Limited Edition 2014 Sommer-Ausrüstung.", "armorSpecialSummerMageText": "Smaragdschwanz", @@ -246,7 +246,7 @@ "armorSpecialSpring2015HealerText": "Trostspendender Katzenanzug", "armorSpecialSpring2015HealerNotes": "Dieser weiche Katzenanzug ist bequem und so beruhigend wie Pfefferminztee. Erhöht die Ausdauer um <%= con %>. Limited Edition 2015 Frühlingsausrüstung.", "armorSpecialSummer2015RogueText": "Rubinschwanz", - "armorSpecialSummer2015RogueNotes": "Dieses Kleidungsstück aus schimmernden Schuppen verwandelt seinen Träger in einen echten Abtrünnigen des Riffs! Erhöht Wahrnehmung um <%= per %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "armorSpecialSummer2015RogueNotes": "Dieses Kleidungsstück aus schimmernden Schuppen verwandelt seinen Träger in einen echten Abtrünnigen des Riffs! Erhöht Wahrnehmung um <%= per %>. Limited Edition 2015 Sommer-Ausrüstung.", "armorSpecialSummer2015WarriorText": "Goldener Schwanz", "armorSpecialSummer2015WarriorNotes": "Dieses Gewand aus schimmernden Schuppen verwandelt seinen Träger in einen echten Sonnenbarsch-Krieger! Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Sommer-Ausrüstung.", "armorSpecialSummer2015MageText": "Wahrsagerrobe", @@ -262,9 +262,9 @@ "armorMystery201406Text": "Krakenrobe", "armorMystery201406Notes": "Diese flexible Robe ermöglicht dem Träger, selbst durch die kleinsten Ritzen zu schlüpfen. Gewährt keinen Bonus zu Attributen. Mai 2014 Abonnenten-Gegenstand.", "armorMystery201407Text": "Tiefseeforscher-Tauchanzug", - "armorMystery201407Notes": "Dieser Anzug, der entweder als \"plantschig\", \"zu dick\" oder \"ehrlich gesagt - etwas sperrig\" beschrieben wird, ist der beste Freund jedes unerschrockenen Unterwasser-Entdeckers. Gewährt keinen Bonus zu Attributen. Juli 2014 Abonnenten-Gegenstand. ", + "armorMystery201407Notes": "Dieser Anzug, der entweder als \"plantschig\", \"zu dick\" oder \"ehrlich gesagt - etwas sperrig\" beschrieben wird, ist der beste Freund jedes unerschrockenen Unterwasser-Entdeckers. Gewährt keinen Bonus zu Attributen. Juli 2014 Abonnenten-Gegenstand.", "armorMystery201408Text": "Sonnengewand", - "armorMystery201408Notes": "Dieses Gewand wurde aus Sonnenlicht und Gold gewoben. Kein Attributbonus. August 2014 Abonnenten-Gegenstand. ", + "armorMystery201408Notes": "Dieses Gewand wurde aus Sonnenlicht und Gold gewoben. Kein Attributbonus. August 2014 Abonnenten-Gegenstand.", "armorMystery201409Text": "Waldläuferweste", "armorMystery201409Notes": "Eine mit Laub bedeckte Weste, die den Träger tarnt. Kein Attributbonus. September 2014 Abonnenten-Gegenstand.", "armorMystery201410Text": "Kobold Ausrüstung", @@ -278,7 +278,7 @@ "armorMystery201504Text": "Bienen Robe", "armorMystery201504Notes": "In dieser Robe wirst Du fleißig sein wie eine Biene! Verleiht keine Attributboni. April 2015 Abonnentengegenstand.", "armorMystery201506Text": "Taucheranzug", - "armorMystery201506Notes": "Schnorchel durch ein Korallenriff mit diesem knallbunten Taucheranzug! Gewährt keinen Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung. ", + "armorMystery201506Notes": "Schnorchel durch ein Korallenriff mit diesem knallbunten Taucheranzug! Gewährt keinen Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung.", "armorMystery301404Text": "Steampunkanzug", "armorMystery301404Notes": "Adrett und schneidig, hoho! Februar 3015 Abonennten-Gegenstand. Kein Attributbonus.", "armorArmoireLunarArmorText": "Beruhigende Mondrüstung", @@ -315,7 +315,7 @@ "headWizard2Text": "Weissagerhut", "headWizard2Notes": "Traditionelle Kopfbedeckung des wandernden Zauberers. Erhöht Wahrnehmung um <%= per %>.", "headWizard3Text": "Astrologenhut", - "headWizard3Notes": "Verziert mit den Ringen des Saturns. Erhöht Wahrnehmung um <%= per %>. ", + "headWizard3Notes": "Verziert mit den Ringen des Saturns. Erhöht Wahrnehmung um <%= per %>.", "headWizard4Text": "Erzmagierhut", "headWizard4Notes": "Konzentriert den Geist für intensive Zauberkünste. Erhöht Wahrnehmung um <%= per %>.", "headWizard5Text": "Königlicher Magierhut", @@ -351,13 +351,13 @@ "headSpecialSpringRogueText": "Verstohlene Kätzchenmaske", "headSpecialSpringRogueNotes": "Niemand wird je darauf kommen, dass du ein Katzeneinbrecher bist! Erhöht Wahrnehmung um <%= per %>. Limited Edition 2014 Frühlings-Ausrüstung.", "headSpecialSpringWarriorText": "Hartkleehelm", - "headSpecialSpringWarriorNotes": "Dieser Helm, der aus süßem Wiesenklee geschmiedet wurde, kann auch dem mächtigsten Hieb standhalten. Erhöht Stärke um <%= str %>. Limited Edition 2014 Frühlings-Ausrüstung. ", + "headSpecialSpringWarriorNotes": "Dieser Helm, der aus süßem Wiesenklee geschmiedet wurde, kann auch dem mächtigsten Hieb standhalten. Erhöht Stärke um <%= str %>. Limited Edition 2014 Frühlings-Ausrüstung.", "headSpecialSpringMageText": "Schweizer Käsehut", "headSpecialSpringMageNotes": "Dieser Hut enthält eine Menge mächtige Magie! Versuche, ihn nicht anzuknabbern. Erhöht Wahrnehmung um <%= per %>. Limited Edition 2014 Frühlings-Ausrüstung.", "headSpecialSpringHealerText": "Krone der Freundschaft", "headSpecialSpringHealerNotes": "Diese Krone symbolisiert Treue und Kameradschaft. Ein Hund ist schließlich der beste Freund des Abenteurers! Erhöht Intelligenz um <%= int %>. Limited Edition 2014 Frühlings-Ausrüstung.", "headSpecialSummerRogueText": "Piratenhut", - "headSpecialSummerRogueNotes": "Nur die produktivsten Piraten können diesen herrlichen Hut tragen. Erhöht die Wahrnehmung um <%= per %>. Limited Edition 2014 Sommer-Ausrüstung. ", + "headSpecialSummerRogueNotes": "Nur die produktivsten Piraten können diesen herrlichen Hut tragen. Erhöht die Wahrnehmung um <%= per %>. Limited Edition 2014 Sommer-Ausrüstung.", "headSpecialSummerWarriorText": "Abenteurerkopftuch", "headSpecialSummerWarriorNotes": "Dieses weiche, salzige Tuch gibt dem Träger Stärke. Erhöht Stärke um <%= str %>. Limited Edition 2014 Sommer-Ausrüstung.", "headSpecialSummerMageText": "Algenumwickelter Hut", @@ -391,9 +391,9 @@ "headSpecialSpring2015HealerText": "Trostspendende Krone", "headSpecialSpring2015HealerNotes": "Die Perle im Zentrum dieser Krone beruhigt und tröstet jene, die sich in ihrer Nähe befinden. Erhöht Intelligenz um <%= int %>. Limited Edition 2015 Frühlingsausrüstung.", "headSpecialSummer2015RogueText": "Abtrünnigenhut", - "headSpecialSummer2015RogueNotes": "Dieser Piratenhut fiel über Bord und wird jetzt von Feuerkorallenstückchen geschmückt. Erhöht Wahrnehmung um <%= per %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "headSpecialSummer2015RogueNotes": "Dieser Piratenhut fiel über Bord und wird jetzt von Feuerkorallenstückchen geschmückt. Erhöht Wahrnehmung um <%= per %>. Limited Edition 2015 Sommer-Ausrüstung.", "headSpecialSummer2015WarriorText": "Juwelenhelm des Meeres", - "headSpecialSummer2015WarriorNotes": "Dieser starke und ansehnliche Helm aus Tiefseemetall wurde von den Kunsthandwerkern aus Dilatory hergestellt. Erhöht Sträke um <%= str %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "headSpecialSummer2015WarriorNotes": "Dieser starke und ansehnliche Helm aus Tiefseemetall wurde von den Kunsthandwerkern aus Dilatory hergestellt. Erhöht Sträke um <%= str %>. Limited Edition 2015 Sommer-Ausrüstung.", "headSpecialSummer2015MageText": "Wahrsagertuch", "headSpecialSummer2015MageNotes": "In den Fäden dieses Schals schlummert verborgene Kraft. Erhöht Wahrnehmung um <%= per %>. Limited Edition 2015 Sommer-Ausrüstung.", "headSpecialSummer2015HealerText": "Matrosenkappe", @@ -405,11 +405,11 @@ "headMystery201405Text": "Flamme des Geistes", "headMystery201405Notes": "Setze die Aufschieberitis in Flammen! Kein Attributbonus. Mai 2014 Abonnenten-Gegenstand.", "headMystery201406Text": "Tentakelkrone", - "headMystery201406Notes": "Die Tentakel dieses Helms sammeln magische Energie aus dem Wasser. Kein Attributbonus. Juni 2014 Abonnenten-Gegenstand. ", + "headMystery201406Notes": "Die Tentakel dieses Helms sammeln magische Energie aus dem Wasser. Kein Attributbonus. Juni 2014 Abonnenten-Gegenstand.", "headMystery201407Text": "Tiefseeforscher-Helm", - "headMystery201407Notes": "Dieser Helm macht es leicht, unter Wasser auf Entdeckungstour zu gehen! Du siehst damit auch ein bisschen wie ein glubschäugiger Fisch aus. Sehr retro! Kein Attributbonus. Juli 2014 Abonnenten-Gegenstand. ", + "headMystery201407Notes": "Dieser Helm macht es leicht, unter Wasser auf Entdeckungstour zu gehen! Du siehst damit auch ein bisschen wie ein glubschäugiger Fisch aus. Sehr retro! Kein Attributbonus. Juli 2014 Abonnenten-Gegenstand.", "headMystery201408Text": "Sonnenkrone", - "headMystery201408Notes": "Diese leuchtende Krone gibt ihrem Träger viel Willensstärke. Kein Attributbonus. August 2014 Abonnenten-Gegenstand. ", + "headMystery201408Notes": "Diese leuchtende Krone gibt ihrem Träger viel Willensstärke. Kein Attributbonus. August 2014 Abonnenten-Gegenstand.", "headMystery201411Text": "Stahlhelm des Sports", "headMystery201411Notes": "Dies ist der traditionelle Helm, der in der geliebten habiticanischen Sportart \"Balance-Ball\" getragen wird, bei der man sich mit schwerer Schutzausrüstung umhüllt und sich einer gesunden Work-Life-Balance verschreibt... WÄHREND MAN VON HIPPOGREIFEN VERFOLGT WIRD. Kein Attributbonus. November 2014 Abonnenten-Gegenstand.", "headMystery201412Text": "Pinguinhut", @@ -419,7 +419,7 @@ "headMystery201505Text": "Grüner Ritterhelm", "headMystery201505Notes": "Die grüne Feder auf diesem Eisenhelm winkt stolz. Gewährt keinen Attributbonus. Mai 2015 Abonnentengegenstand.", "headMystery301404Text": "Schicker Zylinder", - "headMystery301404Notes": "Ein schicker Zylinder für die feinsten Gentlemänner und -frauen! Januar 3015 Abonennten-Gegenstand. Kein Attributbonus. ", + "headMystery301404Notes": "Ein schicker Zylinder für die feinsten Gentlemänner und -frauen! Januar 3015 Abonennten-Gegenstand. Kein Attributbonus.", "headMystery301405Text": "Einfacher Zylinder", "headMystery301405Notes": "Ein einfacher Zylinder, der wie gemacht für ein paar schicke Kopf-Accessoires ist. Mai 3015 Abonnenten-Gegenstand. Kein Attributbonus.", "headArmoireLunarCrownText": "Beruhigende Mondkrone", @@ -498,15 +498,15 @@ "shieldSpecialSpring2015RogueText": "Explodierendes Quieken", "shieldSpecialSpring2015RogueNotes": "Lass dich nicht täuschen von dem was du hörst - dieser Sprengstoff packt einen Wumms. Erhöhen Stärke um <%= str %>. Limited Edition 2015 Frühlingsausrüstung.", "shieldSpecialSpring2015WarriorText": "Tellerdiskus", - "shieldSpecialSpring2015WarriorNotes": "Schleudere ihn auf deine Feinde.... oder halte ihn nur in der Hand, denn es wird sich zur Essenszeit mit leckerem Trockenfutter füllen. Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Frühlingsausrüstung.", + "shieldSpecialSpring2015WarriorNotes": "Schleudere ihn auf deine Feinde.... oder halte ihn einfach in der Hand, denn er wird sich zur Essenszeit mit leckerem Trockenfutter füllen. Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Frühlingsausrüstung.", "shieldSpecialSpring2015HealerText": "Gemustertes Kissen", "shieldSpecialSpring2015HealerNotes": "Du kannst dich auf diesem weichen Kissen ausruhen oder du kannst es mit deinen furchterregenden Klauen zerreißen. Fauch! Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Frühlingsausrüstung.", "shieldSpecialSummer2015RogueText": "Feuernde Koralle", "shieldSpecialSummer2015RogueNotes": "Diese Gattung der feuernden Koralle hat die Fähigkeit, ihr Gift durch das Wasser zu schießen. Erhöht Stärke um <%= str %>. Limited Edition 2015 Sommer-Ausrüstung.", "shieldSpecialSummer2015WarriorText": "Sonnenbarsch-Schild", - "shieldSpecialSummer2015WarriorNotes": "Dieser, wie Sand und Meer glänzende, Schild aus Tiefseemetall wurde von den Kunsthandwerkern aus Dilatory hergestellt. Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "shieldSpecialSummer2015WarriorNotes": "Dieser, wie Sand und Meer glänzende, Schild aus Tiefseemetall wurde von den Kunsthandwerkern aus Dilatory hergestellt. Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Sommer-Ausrüstung.", "shieldSpecialSummer2015HealerText": "Eingefasster Schild", - "shieldSpecialSummer2015HealerNotes": "Benutze dieses Schild um Bilgenratten wegzuschlagen. Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "shieldSpecialSummer2015HealerNotes": "Benutze dieses Schild um Bilgenratten wegzuschlagen. Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Sommer-Ausrüstung.", "shieldMystery301405Text": "Uhrenschild", "shieldMystery301405Notes": "Die Zeit ist auf deiner Seite mit diesem gewaltigen Uhrenschild! Juni 3015 Abonennten-Gegenstand. Kein Attributbonus.", "shieldArmoireGladiatorShieldText": "Gladiatorschild", @@ -522,7 +522,7 @@ "backMystery201410Notes": "Fliege mit diesen kräftigen Flügeln im Sturzflug durch die Nacht. Kein Attributbonus. Oktober 2014 Abonennten-Gegenstand.", "backMystery201504Text": "Bienen Flügel", "backMystery201504Notes": "Summ summ summ! Schwirre von Aufgabe zu Aufgabe. Verleiht keine Attributboni. April 2015 Abonnentengegenstand.", - "backMystery201507Text": "Rad Surfboard", + "backMystery201507Text": "Cooles Surfboard", "backMystery201507Notes": "Surf off the Diligent Docks and ride the waves in Inkomplete Bay! Confers no benefit. July 2015 Subscriber Item.", "backSpecialWonderconRedText": "Mächtiger Umhang", "backSpecialWonderconRedNotes": "Strotzt vor Stärke und Schönheit. Kein Attributbonus. Special Edition Convention-Gegenstand.", @@ -538,19 +538,19 @@ "bodySpecialWonderconBlackText": "Ebenholzkragen", "bodySpecialWonderconBlackNotes": "Ein fescher Ebenholzkragen! Gewährt keinen Bonus. Special Edition Convention-Gegenstand.", "bodySpecialSummerMageText": "Glänzender Kurzumhang", - "bodySpecialSummerMageNotes": "Weder Salzwasser noch frisches Wasser kann diesen metallischen Kurzumhang beflecken. Kein Attributbonus. Limited Edition 2014 Sommer-Ausrüstung. ", + "bodySpecialSummerMageNotes": "Weder Salzwasser noch frisches Wasser kann diesen metallischen Kurzumhang beflecken. Kein Attributbonus. Limited Edition 2014 Sommer-Ausrüstung.", "bodySpecialSummerHealerText": "Korallenkragen", "bodySpecialSummerHealerNotes": "Limited Edition 2014 Sommer-Set. Ein stylischer Kragen aus lebendigen Korallen! Gewährt keinen Bonus zu Attributen.", "bodySpecialSummer2015RogueText": "Abtrünnigenschärpe", - "bodySpecialSummer2015RogueNotes": "Du kannst kein richtiger Abtrünniger sein ohne Ausdruckskraft... und einer Schärpe. Gewährt keinen Bonus zu Attributen. Limited Edition 2015 Sommer-Ausrüstung. ", + "bodySpecialSummer2015RogueNotes": "Du kannst kein richtiger Abtrünniger sein ohne Ausdruckskraft... und einer Schärpe. Gewährt keinen Bonus zu Attributen. Limited Edition 2015 Sommer-Ausrüstung.", "bodySpecialSummer2015WarriorText": "Meeresstacheln", - "bodySpecialSummer2015WarriorNotes": "Jeder Stachel gibt Quallengift ab, um den Träger zu verteidigen. Gewährt keinen Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung. ", + "bodySpecialSummer2015WarriorNotes": "Jeder Stachel gibt Quallengift ab, um den Träger zu verteidigen. Gewährt keinen Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung.", "bodySpecialSummer2015MageText": "Goldene Schnalle", - "bodySpecialSummer2015MageNotes": "Diese Schnalle besitzt überhaupt keine Stärke, aber sie glänzt! Kein Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung. ", + "bodySpecialSummer2015MageNotes": "Diese Schnalle besitzt überhaupt keine Stärke, aber sie glänzt! Kein Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung.", "bodySpecialSummer2015HealerText": "Matrosenhalstuch", - "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Gewährt keinen Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung. ", + "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Gewährt keinen Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung.", "headAccessory": "Kopfschmuck", - "accessories": "Accessoires ", + "accessories": "Accessoires", "animalEars": "Tierohren", "headAccessoryBase0Text": "Kein Kopfschmuck", "headAccessoryBase0Notes": "Kein Kopfschmuck", @@ -600,9 +600,9 @@ "eyewearBase0Text": "Keine Brille", "eyewearBase0Notes": "Keine Brille.", "eyewearSpecialSummerRogueText": "Schurkische Augenklappe", - "eyewearSpecialSummerRogueNotes": "Man muss kein Halunke sein um zu sehen, wie stilvoll das ist! Kein Attributbonus. Limited Edition 2014 Sommer-Ausrüstung. ", + "eyewearSpecialSummerRogueNotes": "Man muss kein Halunke sein um zu sehen, wie stilvoll das ist! Kein Attributbonus. Limited Edition 2014 Sommer-Ausrüstung.", "eyewearSpecialSummerWarriorText": "Schneidige Augenklappe", - "eyewearSpecialSummerWarriorNotes": "Man muss kein Schlingel sein um zu sehen, wie stilvoll das ist! Kein Attributbonus. Limited Edition 2014 Sommer-Ausrüstung. ", + "eyewearSpecialSummerWarriorNotes": "Man muss kein Schlingel sein um zu sehen, wie stilvoll das ist! Kein Attributbonus. Limited Edition 2014 Sommer-Ausrüstung.", "eyewearSpecialWonderconRedText": "Mächtige Maske", "eyewearSpecialWonderconRedNotes": "Was für ein beeindruckender Kopfschmuck! Kein Attributbonus. Special Edition Convention-Rüstung.", "eyewearSpecialWonderconBlackText": "Tückische Maske", @@ -611,8 +611,8 @@ "eyewearMystery201503Notes": "Pikse dir mit diesen schimmernden Edelsteinen nicht ins Auge! Gewährt keinen Attributbonus. März 2015 Abonnentengegenstand.", "eyewearMystery201506Text": "Neonfarbener Schnorchel", "eyewearMystery201506Notes": "Mit diesem neonfarbenen Schnorchel kann der Träger unter Wasser sehen. Kein Attributbonus. Juni 2015 Abonnenten-Gegenstand.", - "eyewearMystery201507Text": "Rad Sunglasses", - "eyewearMystery201507Notes": "These sunglasses let you stay cool even when the weather is hot. Confers no benefit. July 2015 Subscriber Item.", + "eyewearMystery201507Text": "Coole Sonnenbrille", + "eyewearMystery201507Notes": "Mit dieser Sonnenbrille bleibst du selbst bei heißem Wetter cool. Kein Attributbonus. Juli 2015 Abonnenten-Gegenstand.", "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", diff --git a/common/locales/de/generic.json b/common/locales/de/generic.json index 0bed1befd9..e1aea79195 100644 --- a/common/locales/de/generic.json +++ b/common/locales/de/generic.json @@ -1,11 +1,11 @@ { "languageName": "Deutsch", "stringNotFound": "String '<%= string %>' nicht gefunden.", - "titleIndex": "HabitRPG | Dein Leben, das Rollenspiel", + "titleIndex": "Habitica | Dein Leben, das Rollenspiel", "habitica": "Habitica", "expandToolbar": "Werkzeugleiste erweitern", "collapseToolbar": "Werkzeugleiste minimieren", - "markdownBlurb": "HabitRPG nutzt Markdown für das Formatieren von Text. Siehe das Markdown Cheat Sheet für weitere Informationen.", + "markdownBlurb": "Habitica nutzt Markdown für das Formatieren von Text. Siehe das Markdown Cheat Sheet für weitere Informationen.", "showFormattingHelp": "Formatierungshilfe anzeigen", "hideFormattingHelp": "Formatierungshilfe verbergen", "youType": "Du schreibst:", @@ -14,8 +14,8 @@ "bold": "**Fett**", "strikethrough": "~~Durchgestrichen~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG ist toll!](https://habitrpg.com)", - "markdownImageEx": "![verpflichtender Alternativtext](https://habitrpg.com/cake.png \"optionaler Titel zum Drüberfahren mit der Maus\")", + "markdownLinkEx": "[Habitica ist toll!](https://habitica.com)", + "markdownImageEx": "![verpflichtender Alternativtext](https://habitica.com/cake.png \"optionaler Titel zum Drüberfahren mit der Maus\")", "unorderedListHTML": "+ Erster Gegenstand
+ Zweiter Gegenstand
+ Dritter Gegenstand", "unorderedListMarkdown": "+ Erster Gegenstand\n+ Zweiter Gegenstand\n+ Dritter Gegenstand", "code": "`Code`", @@ -61,13 +61,16 @@ "veteranText": "Hat Habit den Grauen (unsere pre-Angular Webseite) überlebt und hat viele Kriegsnarben von den Bugs davongetragen.", "originalUser": "Erstbenutzer!", "originalUserText": "Einer der sehr frühzeitigen Anwender. Wir reden hier von Alphatestern!", - "habitBirthday": "HabitRPG Geburtstagsfeier ", - "habitBirthdayText": "Hat bei der HabitRPG Geburtstagsfeier mitgefeiert!", - "habitBirthdayPluralText": "Hat bei <%= number %> HabitRPG Geburtstagsfeiern mitgefeiert!", + "habitBirthday": "Habitica Geburtstagsfeier", + "habitBirthdayText": "Hat bei der Habitica Geburtstagsfeier mitgefeiert!", + "habitBirthdayPluralText": "Hat bei <%= number %> Habitica Geburtstagsfeiern mitgefeiert!", + "habiticaDay": "Habitica-Namenstag", + "habiticaDaySingularText": "Hat Habiticas Namenstag gefeiert! Danke, dass Du so ein toller Nutzer bist!", + "habiticaDayPluralText": "Hat <%= number %> Namenstage gefeiert! Danke, dass Du so ein toller Nutzer bist!", "achievementDilatory": "Retter von Dilatory", - "achievementDilatoryText": "Hat beim 2014 Summer Splash Event dabei geholfen, den Schreckensdrachen von Dilatory zu besiegen! ", + "achievementDilatoryText": "Hat beim 2014 Summer Splash Event dabei geholfen, den Schreckensdrachen von Dilatory zu besiegen!", "costumeContest": "Kostüm-Contest 2014", - "costumeContestText": "Hat am Halloween-Kostüm-Contest 2014 teilgenommen. Lies dazu weitere Artikel im Blog!", + "costumeContestText": "Hat am Halloween-Kostüm-Contest 2014 teilgenommen. Lies dazu weitere Artikel im Blog!", "memberSince": "- Teilnehmer seit", "lastLoggedIn": "- Zuletzt eingeloggt", "notPorted": "Dieses Feature wurde noch nicht von der ursprünglichen Seite geportet.", @@ -76,7 +79,7 @@ "errorUpCase": "FEHLER:", "newPassSent": "Neues Passwort wurde gesendet.", "serverUnreach": "Der Server ist momentan nicht erreichbar.", - "seeConsole": "Tritt der Fehler weiterhin auf, bitte berichte ihn bei Hilfe > Berichte einen Bug. Falls du weißt, wie du die Konsole deines Internetbrowsers einsehen kannst, füge die entsprechenden Fehlernachrichten bei. ", + "seeConsole": "Tritt der Fehler weiterhin auf, bitte berichte ihn bei Hilfe > Berichte einen Bug. Falls du weißt, wie du die Konsole deines Internetbrowsers einsehen kannst, füge die entsprechenden Fehlernachrichten bei.", "error": "Fehler", "menu": "Menü", "notifications": "Mitteilungen", @@ -90,7 +93,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "Stelle eine Frage", "reportBug": "Melde einen Fehler", - "contributeToHRPG": "Wirke bei HabitRPG mit", + "contributeToHRPG": "Wirke bei Habitica mit", "overview": "Übersicht für neue Nutzer", "January": "Januar", "February": "Februar", diff --git a/common/locales/de/groups.json b/common/locales/de/groups.json index dde2d22a4a..3fb62281cb 100644 --- a/common/locales/de/groups.json +++ b/common/locales/de/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Nach Beitrittsdatum sortieren", "sortName": "Nach Avatarname sortieren", "sortBackgrounds": "Nach Hintergrund sortieren", - "sortHabitrpgJoined": "Sortieren nach HabitRPG Beitrittsdatum", + "sortHabitrpgJoined": "Sortieren nach Habitica Beitrittsdatum", "sortHabitrpgLastLoggedIn": "Sortieren nach wer war zuletzt eingeloggt", "ascendingSort": "Aufsteigend sortieren", "descendingSort": "Absteigend sortieren", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Nur der Gruppenleiter kann Wettbewerbe erstellen", "sendGift": "Geschenk schicken", "inviteFriends": "Lade Freunde ein", - "inviteAlertInfo": "Lade hier Freunde mit Benutzer ID ein.", + "inviteAlertInfo": "Lade hier Freunde mit Benutzer ID ein.", "inviteExistUser": "Lade existierenden Nutzer ein", "inviteByEmail": "Lade Freunde per Email ein. Falls sie über deine Email beitreten, werden sie automatisch dieser Gruppe hinzugefügt.", "byColon": "Von:", @@ -123,4 +123,4 @@ "startAParty": "Erstelle eine Gruppe", "addToParty": "Füge jemanden deiner Gruppe hinzu", "likePost": "Klicke wenn du dir dieser Beitrag gefällt!" -} \ No newline at end of file +} diff --git a/common/locales/de/limited.json b/common/locales/de/limited.json index 3d361aa4c9..1728ec4e0b 100644 --- a/common/locales/de/limited.json +++ b/common/locales/de/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Saisonzauberin<%= linkEnd %>", "seasonalShopClosedText": "Der saisonale Shop ist zurzeit geschlossen!!! Ich weiß nicht wo zurzeit die saisonale Zauberin ist, aber ich wette sie kommt zur nächsten <%= linkStart %>Grand Gala<%= linkEnd %> wieder!", - "seasonalShopText": "Willkommen zum Jahreszeitenmarkt!! Momentan haben wir Frühlingsgegenstände auf Lager. Alles hier wird während des Frühlingsevents, das jedes Jahr stattfindet, verfügbar sein. Allerdings nur bis zum 30. April, also stocke jetzt auf, ansonsten musst du bis nächstes Jahr warten.", - "seasonalShopSummerText": "Willkommen zum Jahreszeitenmarkt!! Momentan haben wir jahreszeitlich wechselnde Gegenstände auf Lager. Alles hier wird während des Sommerevents, das jedes Jahr stattfindet, verfügbar sein. Allerdings nur bis zum 31. Juli, also stocke jetzt auf, ansonsten musst du bis nächstes Jahr warten.", + "seasonalShopText": "Willkommen zum Jahreszeitenmarkt!! Momentan haben wir Frühlingsgegenstände auf Lager. Alles hier wird während des Frühlingsevents, das jedes Jahr stattfindet, verfügbar sein. Allerdings nur bis zum 30. April, also stocke jetzt auf, ansonsten musst du bis nächstes Jahr warten.", + "seasonalShopSummerText": "Willkommen zum Jahreszeitenmarkt!! Momentan haben wir jahreszeitlich wechselnde Gegenstände auf Lager. Alles hier wird während des Sommerevents, das jedes Jahr stattfindet, verfügbar sein. Allerdings nur bis zum 31. Juli, also stocke jetzt auf, ansonsten musst du bis nächstes Jahr warten.", "seasonalShopRebirth": "Wenn Du eine Sphäre der Wiedergeburt benutzt hast, kannst Du diese Ausrüstung wieder in der Belohnungs Spalte finden und kaufen, nachdem Du den Item Shop freigeschaltet hast. Zunächst wirst Du nur die Items für deine aktuelle Klasse kaufen können (zu Beginn Krieger), aber keine Sorge, die anderen Klassen spezifischen Items werden Dir zur Verfügung stehen, wenn Du zu der entsprechenden Klasse wechselst.", "candycaneSet": "Zuckerstange (Magier)", "skiSet": "Ski-Attentäter (Schurke)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Smaragdgrüner Meermagier (Magier)", "reefSeahealerSet": "Riff-Seeheiler (Heiler)", "roguishPirateSet": "Schurkischer Pirat (Schurke)" -} \ No newline at end of file +} diff --git a/common/locales/de/messages.json b/common/locales/de/messages.json index 68767932b3..3900b63d0a 100644 --- a/common/locales/de/messages.json +++ b/common/locales/de/messages.json @@ -22,11 +22,11 @@ "messageDropEgg": "Du hast ein <%= dropText %> Ei gefunden! <%= dropNotes %>", "messageDropPotion": "Du hast einen <%= dropText %> Schlüpftrank gefunden! <%= dropNotes %>", "messageDropQuest": "Du hast eine Quest gefunden!", - "messageDropMysteryItem": "You open the box and find <%= dropText %>!", + "messageDropMysteryItem": "Du öffnest die Kiste und findest <%= dropText %>!", "messageFoundQuest": "Du hast das Quest \"<%= questText %>\" gefunden!", "messageAlreadyPurchasedGear": "Du hast dieses Item in der Vergangenheit bereits gekauft, besitzt es aktuell aber nicht mehr. Du kannst es in der Belohnungen Spalte deiner Aufgaben Seite erneut kaufen.", "messageAlreadyOwnGear": "Du besitzt den Gegenstand schon. Gehe zur Ausrüstungsseite, um ihn anzulegen.", "armoireEquipment": "<%= image %> Du hast ein Stück seltener Ausrüstung im verzauberten Schrank gefunden: <%= dropText %>! Wow!", "armoireFood": "<%= image %> Du wühlst im verzauberten Schrank herum und findest <%= dropArticle %><%= dropText %>. Was macht das denn da drin?", "armoireExp": "Du ringst mit dem verzauberten Schrank und gewinnst Erfahrung. Nimm das!" -} \ No newline at end of file +} diff --git a/common/locales/de/npc.json b/common/locales/de/npc.json index 6d2dabbafa..32414a1ca1 100644 --- a/common/locales/de/npc.json +++ b/common/locales/de/npc.json @@ -21,7 +21,7 @@ "cool": "Erzähl es mir später", "dismissAlert": "Als gelesen markieren", "donateText1": "Fügt Deinem Konto 20 Edelsteine hinzu. Edelsteine werden benutzt um Spielgegenstände wie Shirts und Frisuren zu kaufen.", - "donateText2": "Hilf dabei, HabitRPG zu unterstützen", + "donateText2": "Hilf dabei, Habitica zu unterstützen", "donateText3": "Als \"open source Projekt\" sind wir auf die Hilfe unsere Benutzer angewiesen. Das Geld, was du für Edelsteine ausgibst, hilft uns dabei unsere Server am Laufen zu halten, ein paar Mitarbeiter zu bezahlen, neue Features zu entwickeln und unseren ehrenamtlichen Programmierern Anreize zu bieten. Vielen Dank für deine Großzügigkeit!", "donationDesc": "20 Edelsteine, Spende an die Entwickler", "payWithCard": "Mit Kreditkarte bezahlen", @@ -52,10 +52,10 @@ "tourStatsPage": "Auf dieser Seite kannst Du Deine Statuswerte im Auge behalten. Erreiche neue Erfolge indem Du die aufgelisteten Aufgaben erledigst.", "tourTavernPage": "Willkommen im Gasthaus, einem Gesprächsraum für alle Altersklassen! Falls du krank bist oder verreist, kannst du verhindern, dass du Leben durch nicht erledigte tägliche Aufgaben verlierst, indem du auf \"Im Gasthaus erholen\" klickst. Komm herein und sage Hallo!", "tourPartyPage": "Deine Gruppe wird Dir dabei helfen weiterhin verantwortungsbewusst Deine Aufgaben zu erledigen. Lade Freunde ein um neue Quest Rollen freizuschalten!", - "tourGuildsPage": "Gilden sind Chatgruppen mit einem gemeinsamen Interesse. Sie sind von Spielern für Spieler erstellt worden. Durchblättere die Liste und tritt den Gilden bei, die dich interessieren. Teste die bekannte Newbies Gilde, in der jeder Fragen über HabitRPG stellen kann!", + "tourGuildsPage": "Gilden sind Chatgruppen mit einem gemeinsamen Interesse. Sie sind von Spielern für Spieler erstellt worden. Durchblättere die Liste und tritt den Gilden bei, die dich interessieren. Teste die bekannte Newbies Gilde, in der jeder Fragen über Habitica stellen kann!", "tourChallengesPage": "Wettbewerbe sind themenbezogene Aufgabenlisten, welche von Benutzern erstellt wurden! Wenn du an einem Wettbewerb teilnimmst, werden die Aufgaben deinem Konto hinzugefügt. Trete gegen andere Benutzer an, um Edelsteine zu gewinnen!", "tourMarketPage": "Sobald Du Level 4 erreichst, erhältst Du manchmal als zufällige Belohnung für erledigte Aufgaben Eier und Schlüpftränke. Diese erscheinen hier - nutze sie um Haustiere auszubrüten. Du kannst außerdem Gegenstände vom Marktplatz kaufen.", - "tourHallPage": "Willkommen in der Halle der Helden, in der Mitwirkende an HabitRPG geehrt werden. Durch Code, Design, Musik, Text oder einfach durch Hilfsbereitschaft, haben sie Edelsteine, exklusive Ausrüstungen und angesehene Titel verdient. Auch du kannst bei HabitRPG mitwirken!", + "tourHallPage": "Willkommen in der Halle der Helden, in der Mitwirkende an Habitica geehrt werden. Durch Code, Design, Musik, Text oder einfach durch Hilfsbereitschaft, haben sie Edelsteine, exklusive Ausrüstungen und angesehene Titel verdient. Auch du kannst bei Habitica mitwirken!", "tourPetsPage": "Dies ist der Stall! Ab Level 4 kannst du Haustiere schlüpfen lassen indem du Eier und Tränke verwendest. Wenn du ein Haustier im Marktplatz ausgebrütet hast, wird es hier erscheinen! Klicke auf das Bild eines Haustieres, um es deinem Avatar hinzuzufügen. Füttere die Tiere mit dem Essen, das du ab Level 4 findest und sie werden zu mächtigen Reittieren heranwachsen.", "tourMountsPage": "Hast du ein Haustier genug gefüttert, wird es sich zu einem Reittier weiterentwickeln und hier erscheinen. (Haustiere, Reittiere und Futter stehen nach Level 4 zur Verfügung.) Klicke auf ein Reittier um aufzusatteln!", "tourEquipmentPage": "Hier wird deine Ausrüstung gelagert! Deine Kampfausrüstung beeinflusst deine Statuswerte. Wenn du eine andere Ausrüstung an deinem Avatar zeigen willst ohne deine Statuswerte zu verändern, klicke auf \"Verkleidung tragen\".", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Das leuchtet ein!", "tourRewardsBrief": "Liste der Belohnungen", "tourRewardsProceed": "Das war's!", - "welcomeToHabit": "Willkommen bei HabitRPG, einem Spiel, das dein Leben verbessert!", + "welcomeToHabit": "Willkommen bei Habitica, einem Spiel, das dein Leben verbessert!", "welcome1": "Erstelle und bearbeite einen Avatar, der dich im Spiel repräsentiert.", "welcome2": "Deine Aufgaben aus dem wirklichen Leben beeinflussen das Leben (HP), die Erfahrung (XP) und das Gold deines Avatars!", "welcome3": "Beende Aufgaben um Erfahrung (XP) und Gold zu verdienen, welche tolle Features und Belohnungen freischalten!", "welcome4": "Vermeide schlechte Gewohnheiten, die Lebenspunkte (HP) abziehen oder dein Avatar wird sterben!", "welcome5": "Jetzt kannst du deinen Avatar anpassen und deine Aufgaben einrichten...", "imReady": "Ich bin bereit!" -} \ No newline at end of file +} diff --git a/common/locales/de/pets.json b/common/locales/de/pets.json index 75e919c3e4..5d8577fd5e 100644 --- a/common/locales/de/pets.json +++ b/common/locales/de/pets.json @@ -9,12 +9,14 @@ "rareMounts": "Seltene Reittiere", "etherealLion": "Ethärischer Löwe", "veteranWolf": "Veteranwolf", + "veteranTiger": "Veteranentiger", "cerberusPup": "Zerberuswelpe", "hydra": "Hydra", "mantisShrimp": "Fangschreckenkrebs", "mammoth": "Wollhaarmammut", - "orca": "Orca", - "rarePetPop1": "Klicke auf den goldenen Pfotenabdruch um zu sehen, wie Du diese seltenen Haustiere erhalten kannst indem Du bei HabitRPG mitwirkst!", + "orca": "Schwertwal", + "royalPurpleGryphon": "Königlicher purpurfarbener Greif", + "rarePetPop1": "Klicke auf den goldenen Pfotenabdruck, um zu sehen, wie Du diese seltenen Haustiere erhalten kannst, indem Du bei Habitica mitwirkst!", "rarePetPop2": "Wie erhält man dieses Haustier?", "potion": "<%= potionType %> Trank", "egg": "<%= eggType %>-Ei", @@ -28,7 +30,7 @@ "foodText": "Futter", "food": "Futter und magische Sättel", "noFood": "Du hast im Moment weder Futter noch magische Sättel.", - "dropsExplanation": "Wenn Du nicht warten willst, bis du diese Gegenstände findest, kannst Du sie mit Edelsteinen schneller bekommen. Lerne mehr über das Beutesystem.", + "dropsExplanation": "Wenn Du nicht warten willst, bis du diese Gegenstände findest, kannst Du sie mit Edelsteinen schneller bekommen. Lerne mehr über das Beutesystem.", "beastMasterProgress": "\"Meister aller Bestien\" Fortschritt", "beastAchievement": "Du hast den \"Meister aller Bestien\" Erfolg dafür erhalten, dass Du alle Haustiere gesammelt hast!", "beastMasterName": "Meister aller Bestien", @@ -41,7 +43,7 @@ "mountMasterText2": "und hat alle 90 seiner Reittiere insgesamt <%= count %> mal freigelassen", "beastMountMasterName": "Meister aller Bestien und Reittiere", "triadBingoName": "Triaden Bingo", - "triadBingoText": "Hat alle 90 Haustiere gesammelt, alle 90 Reittiere gezähmt, und WIEDER alle 90 Haustiere gefunden (WIE HAST DU DAS GESCHAFFT?!) ", + "triadBingoText": "Hat alle 90 Haustiere gesammelt, alle 90 Reittiere gezähmt, und WIEDER alle 90 Haustiere gefunden (WIE HAST DU DAS GESCHAFFT?!)", "triadBingoText2": "und hat alle Tiere aus seinem Stall <%= count %> mal freigelassen", "triadBingoAchievement": "Du hast Dir den \"Triaden Bingo\" Erfolg verdient, denn du hast alle Haustiere gefunden, alle Reittiere gezähmt und wieder alle Haustiere gefunden!", "dropsEnabled": "Beutesystem Aktiviert!", diff --git a/common/locales/de/quests.json b/common/locales/de/quests.json index 5522039c32..ab456b9e78 100644 --- a/common/locales/de/quests.json +++ b/common/locales/de/quests.json @@ -11,14 +11,14 @@ "invitations": "Einladungen", "completed": "Erfüllt!", "youReceived": "Du hast folgendes erhalten:", - "dropQuestCongrats": "Congratulations on earning this quest scroll! You can invite your party to begin the quest now, or come back to it any time in your Inventory > Quests.", + "dropQuestCongrats": "Gratulation zum Erwerb dieser Questschriftrolle! Du kannst nun deine Gruppe dazu einladen das Quest zu starten oder du kommst irgendwann darauf zurück unter Inventar > Quests.", "questSend": "Ein Klick auf \"Einladen\" sendet eine Einladung an Deine Gruppenmitglieder. Sobald alle Mitglieder diese angenommen oder abgelehnt haben, beginnt die Quest. Der Status ist unter Optionen > Soziales > Gruppe einsehbar.", "inviteParty": "Gruppe einladen", "questInvitation": "Quest Einladung:", "questInvitationTitle": "Quest-Einladung", "questInvitationInfo": "Einladung zu der Quest <%= quest %>", "askLater": "Später fragen", - "questLater": "Quest Later", + "questLater": "Quest später starten", "buyQuest": "Quest kaufen", "accepted": "Angenommen", "rejected": "Abgelehnt", @@ -60,4 +60,4 @@ "questWarning": "Wenn neue Mitglieder der Gruppe beitreten, bevor das Quest anfängt, werden auch sie eine Einladung bekommen. Aber sobald das Quest angefangen hat, können neue Gruppenmitglieder dem Quest nicht mehr beitreten. ", "bossRageTitle": "Zorn", "bossRageDescription": "Wenn sich dieser Balken füllt, wird der Boss eine Spezialattacke ausführen" -} \ No newline at end of file +} diff --git a/common/locales/de/questscontent.json b/common/locales/de/questscontent.json index 48961690dc..fe3e0e09ee 100644 --- a/common/locales/de/questscontent.json +++ b/common/locales/de/questscontent.json @@ -210,32 +210,32 @@ "questKrakenDropCuttlefishEgg": "Tintenfisch (Ei)", "questKrakenUnlockText": "Ermöglicht den Kauf von Tintenfischeiern auf dem Marktplatz.", "questWhaleText": "Jammern des Wals", - "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleNotes": "Du kommt am Diligent Hafen an und hoffst, dass du mit einem U-Boot zum Dilatory Derby fahren kannst. Plötzlich zwingt dich ein ohrenbetäubendes Grölen dazu anzuhalten und deine Ohren zuzuhalten. \"Wal in Sicht!\", schreit Kapitän @krazjega, während er auf einen riesigen, klagenden Wal deutet. \"Es ist nicht sicher U-Boote herauszuschicken während sie um sich schlägt!\"

\"Schnell\", ruft @UncommonCriminal. \"Hilf mir die arme Kreatur zu beruhigen, damit wir herausfinden können, wieso sie diesen ganzen Krach macht!\"", "questWhaleBoss": "Jammernder Wal", "questWhaleCompletion": "Nach der ganzen harten Arbeit verstummt das donnernde Jammern des Wahles. \"Scheint als wäre sie in der Flut schlechter Angewohnheiten fast ertrunken\", erklärt @zoebeagle, \"Dank deiner ununterbrochenen Bemühungen konnten wir die Fluten abwenden!\" Als du in das U-Boot steigen willst fallen dir in der ruhigen See einige Eier auf.", "questWhaleDropWhaleEgg": "Wal (Ei)", "questWhaleUnlockText": "Ermöglicht den Kauf von Waleiern auf dem Marktplatz.", "questDilatoryDistress1Text": "Aufschiebendes Elend, Teil 1: Flaschenpost", "questDilatoryDistress1Notes": "Eine Nachricht in einer Flasche aus der neu wieder aufgebauten Stadt Dilatory traf ein! Darin steht: \"Liebe Habiticaner, wir brauchen erneut eure Hilfe. Unsere Prinzessin ist verschwunden und die Stadt wir von einigen unbekannten Wasserdämonen belagert! Die Fangschreckenkrebse halten uns die Angreifer vom Leibe. Bitte helft uns!\" Um die weite Reise zur versunkenen Stadt zu durchstehen, muss man fähig sein unter Wasser zu atmen. Glücklicherweise können die Alchimisten @Benga und @hazel dies möglich machen! Du musst nur die richtigen Zutaten finden.", - "questDilatoryDistress1Completion": "You don the the finned armor and swim to Dilatory as quickly as you can. The merfolk and their mantis shrimp allies have managed to keep the monsters outside the city for the moment, but they are losing. No sooner are you within the castle walls than the horrifying siege descends!", + "questDilatoryDistress1Completion": "Du ziehst die Flossenrüstung an und schwimmst so schnell du kannst nach Dilatory. Bisher haben das Meeresvolk und ihre verbündeten Fangschreckenkrebse es geschafft die Monster aus der Stadt fernzuhalten, aber sie sind drauf und dran zu verlieren. Kaum bist du innerhalb der Schlossmauern, als die entsetzliche Belagerung durchbricht!", "questDilatoryDistress1CollectFireCoral": "Feuerkorallen", "questDilatoryDistress1CollectBlueFins": "Blaue Schwanzflossen", "questDilatoryDistress1DropArmor": "Flossenbesetztes Ozeangewand (Rüstung)", "questDilatoryDistress2Text": "Säumiges Elend, Teil 2: Kreaturen der Gletscherspalte", - "questDilatoryDistress2Notes": "The siege can be seen from miles away: thousands of disembodied skulls rushing through a portal in the crevasse walls and making their way towards Dilatory.

When you meet King Manta in his war room, his eyes seem sunken, and his face is worried. \"My daughter Adva disappeared into the Dark Crevasse just before this siege began. Please find her and bring her back home safely! I will lend you my Fire Coral Circlet to aid you. If you succeed, it is yours.\"", - "questDilatoryDistress2Completion": "You vanquish the nightmarish horde of skulls, but you feel no closer to finding Adva. You speak to @Kiwibot, the royal tracker, to see if she has any ideas. \"The mantis shrimps that defend the city must have seen Adva escape,\" @Kiwibot says. \"Try following them into the Dark Crevasse.\"", + "questDilatoryDistress2Notes": "Die Belagerung kann meilenweit entfernt gesehen werden: tausende körperlose Schädel drängen sich durch ein Portal zwischen den Wänden der Spalte und streben Dilatory entgegen.

Du triffst König Manta mit eingefallenen Augen und besorgtem Gesicht in seinem Kriegszimmer. \"Meine Tochter Adva verschwand in der dunklen Meeresspalte kurz bevor die Belagerung begann. Bitte finde sie und bringe sie sicher wieder zurück! Ich werde dir mein Feuerkorallendiadem leihen, um dir zu helfen. Wenn du erfolgreich bist, ist es deins.\"", + "questDilatoryDistress2Completion": "Du bezwingst die albtraumhalfte Totenschädelhorde, aber du hast nicht das Gefühl näher dran zu sein Adva zu finden. Du fragst @Kiwibot, den königlichen Fährtensucher, ob sie irgendeine Idee hat. \"Die Fangschreckenkrebse, welche die Stadt verteidigen, sollten Advas Flucht gesehen haben\", antwortet @Kiwibot. \"Versuche ihnen in die dunkle Meeresspalte zu folgen.\"", "questDilatoryDistress2Boss": "Wasserschädel Schwarm", "questDilatoryDistress2RageTitle": "Schwarm Auferstehung", "questDilatoryDistress2RageDescription": "Schwarm Auferstehung: Diese Leiste füllt sich, wenn Du deine täglichen Aufgaben nicht erfüllst. Wenn sie voll ist, heilt sich der Wasserschädel Schwarm um 30% seiner übrigen Lebenspunkte!", - "questDilatoryDistress2RageEffect": "`Water Skull Swarm uses SWARM RESPAWN!`\n\nEmboldened by their victories, more skulls pour forth from the crevasse, bolstering the swarm!", + "questDilatoryDistress2RageEffect": "'Wasserschädelschwarm benutzt SCHWARM RESPAWN!'\n\nErmutigt durch ihre Siege, strömen weitere Schädel aus der Meeresspalte, um den Schwarm zu unterstützen!", "questDilatoryDistress2DropSkeletonPotion": "Skelettierter Schlüpftrank", "questDilatoryDistress2DropCottonCandyBluePotion": "Zuckerwattenblauer Schlüpftrank", "questDilatoryDistress2DropHeadgear": "Feuerkorallendiadem (Kopfbedeckung)", "questDilatoryDistress3Text": "Säumiges Elend, Teil 3: Nicht nur ein Dienstmädchen", - "questDilatoryDistress3Notes": "You follow the mantis shrimps deep into the Crevasse, and discover an underwater fortress. Princess Adva, escorted by more watery skulls, awaits you inside the main hall. \"My father has sent you, has he not? Tell him I refuse to return. I am content to stay here and practice my sorcery. Leave now, or you shall feel the wrath of the ocean's new queen!\" Adva seems very adamant, but as she speaks you notice a strange, ruby pendant on her neck glowing ominously... Perhaps her delusions would cease should you break it?", + "questDilatoryDistress3Notes": "Du folgst den Fangschreckenkrebsen tief in die Meeresspalte und entdeckst eine Unterwasserfestung. Prinzessin Adva, von weiteren Wasserschädeln begleitet, erwartet dich in der Haupthalle. \"Mein Vater hat euch gesandt, oder? Berichtet ihm, dass ich es ablehne zurückzukehren. Ich bin damit zufrieden hier zu bleiben und Zauberei zu betreiben. Verschwinde jetzt oder du wirst den Zorn der neuen Meereskönigin spüren!\" Adva scheint unnachgiebig zu sein, aber während sie spricht bemerkst du einen seltsamen, bedrohlich glühenden Rubinanhänger an ihrem Hals... Vielleicht würden ihr Wahnvorstellungen aufhören, wenn du ihn zerbrichst?", "questDilatoryDistress3Completion": "Finally, you manage to pull the bewitched pendant from Adva's neck and throw it away. Adva clutches her head. \"Where am I? What happened here?\" After hearing your story, she frowns. \"This necklace was given to me by a strange ambassador - a lady called 'Tzina'. I don't remember anything after that!\"

Back at Dilatory, Manta is overjoyed by your success. \"Allow me to reward you with this trident and shield! I ordered them from @aiseant and @starsystemic as a gift for Adva, but... I'd rather not put weapons in her hands any time soon.\"", "questDilatoryDistress3Boss": "Adva, die verdränge Meerjungfrau", "questDilatoryDistress3DropFish": "Fisch (Futter)", "questDilatoryDistress3DropWeapon": "Dreizack der zerschmetternden Gezeiten (Waffe)", "questDilatoryDistress3DropShield": "Mondperlenschild (Schildhand Item)" -} \ No newline at end of file +} diff --git a/common/locales/de/rebirth.json b/common/locales/de/rebirth.json index 2523b6e677..ba348da652 100644 --- a/common/locales/de/rebirth.json +++ b/common/locales/de/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Wiedergeburt: Ein neues Abenteuer erwartet Dich!", - "rebirthUnlock": "Du hast die Wiedergeburt freigeschaltet! Dieser besondere Dienst gestattet es Dir ein neues Spiel mit Level 1 zu beginnen, jedoch Deine Aufgaben, Erfolge, Haustiere und mehr zu behalten. Verwende den Gegenstand, um neues Leben in HabitRPG zu bringen wenn Du glaubst Alles erreicht zu haben, oder um neue Feature auf dem Blickwinkel eines neuen Spielers zu erleben!", + "rebirthUnlock": "Du hast die Wiedergeburt freigeschaltet! Dieser besondere Dienst gestattet es Dir ein neues Spiel mit Level 1 zu beginnen, jedoch Deine Aufgaben, Erfolge, Haustiere und mehr zu behalten. Verwende den Gegenstand, um neues Leben in Habitica zu bringen wenn Du glaubst Alles erreicht zu haben, oder um neue Feature auf dem Blickwinkel eines neuen Spielers zu erleben!", "rebirthBegin": "Wiedergeburt: Beginne ein neues Abenteuer", "rebirthStartOver": "Die Wiedergeburt setzt Deinen Charakter auf Level 1 zurück, als ob Du ein neues Konto erstellt hättest.", "rebirthAdvList1": "Du erhältst volle Lebenspunkte.", @@ -22,4 +22,4 @@ "rebirthPop": "Starte einen neuen Charakter mit Level 1, aber behalte Erfolge, Sammlungen und Aufgaben mit Verlauf bei.", "rebirthName": "Sphäre der Wiedergeburt", "reborn": "Wiedergeboren, max. Level <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/de/settings.json b/common/locales/de/settings.json index b3f68e4ec0..1d467d7397 100644 --- a/common/locales/de/settings.json +++ b/common/locales/de/settings.json @@ -2,7 +2,7 @@ "settings": "Einstellungen", "language": "Sprache", "americanEnglishGovern": "Im Fall von Bedeutungsunterschieden gilt die englische Version.", - "helpWithTranslation": "Möchtest Du bei der Übersetzung von HabitRPG helfen? Toll! Dann besuche doch diese Trello Karte.", + "helpWithTranslation": "Möchtest Du bei der Übersetzung von Habitica helfen? Toll! Dann besuche doch diese Trello Karte.", "showHeaderPop": "Zeigt Deinen Avatar, den Lebens- und Erfahrungsbalken und Deine Gruppe an.", "stickyHeader": "Kopfzeile anheften", "stickyHeaderPop": "Fixiert die Kopfzeile am oberen Ende der Seite. Abgewählt bedeutet, dass die Kopfzeile aus dem Fokus verschwinden kann.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Erweiterte Optionen standartmäßig verdecken", "startAdvCollapsedPop": "Mit dieser Option werden die erweiterten Optionen verdeckt, wenn Du eine Aufgabe das erste mal bearbeitest.", "showTour": "Anleitung anzeigen", - "restartTour": "Startet die Einleitungs Tour, die Du als erstes auf HabitRPG gesehen hast neu.", + "restartTour": "Startet die Einleitungs Tour, die Du als erstes auf Habitica gesehen hast neu.", "showBailey": "Bailey anzeigen", "showBaileyPop": "Locke Bailey die Marktschreierin aus ihrem Versteck um alte Neuigkeiten anzuzeigen.", "fixVal": "Charakterwerte reparieren", @@ -27,11 +27,11 @@ "resetAccount": "Konto zurücksetzen", "resetAccPop": "Starte neu, dabei werden alle Level, Gold, Ausrüstung, Verlauf und Aufgaben entfernt.", "deleteAccount": "Konto löschen", - "deleteAccPop": "Kündige und entferne Dein HabitRPG Konto.", + "deleteAccPop": "Kündige und entferne Dein Habitica Konto.", "qrCode": "QR Code", "dataExport": "Daten Exportieren", - "saveData": "Hier sind ein paar Möglichkeiten Deine HabitRPG Dateien zu sichern.", - "habitHistory": "HabitRPG Verlauf", + "saveData": "Hier sind ein paar Möglichkeiten Deine Habitica Dateien zu sichern.", + "habitHistory": "Habitica Verlauf", "exportHistory": "Verlauf exportieren:", "csv": "(CSV)", "userData": "Benutzer Daten", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Tageswechsel einstellen", "24HrClock": "24h Uhr", - "customDayStartInfo1": "HabitRPG ist so eingestellt, dass Deine täglichen Aufgaben um Mitternacht in deiner eigenen Zeitzone überprüft und zurückgesetzt werden. Wir empfehlen den folgenden Text zu lesen, bevor Du diese Einstellungen veränderst:", - "customDayStartInfo4": "Erledige all Deine täglichen Aufgaben bevor Du den Beginn Deines Tages veränderst oder ruhe Dich im Gasthaus aus für diesen Tag. Wenn Du Deinen Tagesbeginn veränderst, werden eventuell deine täglichen Aufgaben sofort überprüft Cron, aber nach dem ersten Tag sollte alles wie erwartet funktionieren.

Habe bitte zwei Stunden Geduld, bis die neuen Einstellungen greifen. Wenn der Beginn zum Beispiel aktuell auf 0 Uhr (Mitternacht) eingestellt ist, dann ändere es vor 10 Uhr Abends; wenn Du ihn auf 9 Uhr Abends setzen willst, solltest Du das vor 7 Uhr Abends machen.

Gib eine Stunde zwischen 0 und 23 (24 Stunden Uhr) an. Tippen ist effektiver, als die Pfeiltasten zu benutzen. Wenn Du den Wert eingestellt hast, lade die Seite neu um sicher zu gehen, dass der neue Wert angezeigt wird. ", + "customDayStartInfo1": "Habitica ist so eingestellt, dass Deine täglichen Aufgaben um Mitternacht in deiner eigenen Zeitzone überprüft und zurückgesetzt werden. Wir empfehlen den folgenden Text zu lesen, bevor Du diese Einstellungen veränderst:", + "customDayStartInfo4": "Erledige all Deine täglichen Aufgaben bevor Du den Beginn Deines Tages veränderst oder ruhe Dich im Gasthaus aus für diesen Tag. Wenn Du Deinen Tagesbeginn veränderst, werden eventuell deine täglichen Aufgaben sofort überprüft Cron, aber nach dem ersten Tag sollte alles wie erwartet funktionieren.

Habe bitte zwei Stunden Geduld, bis die neuen Einstellungen greifen. Wenn der Beginn zum Beispiel aktuell auf 0 Uhr (Mitternacht) eingestellt ist, dann ändere es vor 10 Uhr Abends; wenn Du ihn auf 9 Uhr Abends setzen willst, solltest Du das vor 7 Uhr Abends machen.

Gib eine Stunde zwischen 0 und 23 (24 Stunden Uhr) an. Tippen ist effektiver, als die Pfeiltasten zu benutzen. Wenn Du den Wert eingestellt hast, lade die Seite neu um sicher zu gehen, dass der neue Wert angezeigt wird. ", "misc": "Verschiedenes", "showHeader": "Header anzeigen", "changePass": "Passwort ändern", @@ -56,7 +56,7 @@ "dangerZone": "Gefahrenzone", "resetText1": "WARNUNG! Es werden große Teile Deines Accounts zurückgesetzt. Wir raten dringend davon ab. Jedoch finden einige Spieler diese Funktion sinnvoll, um nach einem anfänglichen Testen der Seite neu beginnen zu können.", "resetText2": "Du verlierst alle Level, Dein Gold und Erfahrungspunkte. Darüber hinaus werden alle aktuellen und vergangenen Aufgaben gelöscht. Außerdem verlierst Du deine Ausrüstung, die Du Dir jedoch zurück kaufen kannst. Darunter fallen Sonderausrüstungsgegenstände oder Mystery-Gegenstände von Abonnenten (Du musst in der gleichen Klasse sein, um klassenabhängige Gegenstände zurück kaufen zu können). Du behältst deine aktuelle Klasse, deine Haus- und Reittiere. Statt dieser Option empfehlen wir die Kugel der Wiedergeburt zu verwenden, da dadurch alle Deine Aufgaben erhalten bleiben.", - "deleteText": "Bist Du sicher? Das wird Dein Konto für immer löschen und es kann nicht wiederhergestellt werden! Wenn Du HabitRPG wieder verwenden möchtest, musst Du ein neues Konto registrieren. Gesparte oder verbrauchte Edelsteine werden nicht ersetzt. Wenn Du absolut sicher bist, dann tippe <%= deleteWord %> in die Text-Box unten ein.", + "deleteText": "Bist Du sicher? Das wird Dein Konto für immer löschen und es kann nicht wiederhergestellt werden! Wenn Du Habitica wieder verwenden möchtest, musst Du ein neues Konto registrieren. Gesparte oder verbrauchte Edelsteine werden nicht ersetzt. Wenn Du absolut sicher bist, dann tippe <%= deleteWord %> in die Text-Box unten ein.", "API": "API", "APIText": "Kopiere sie zur Anwendung in Applikationen von Drittanbietern. Sieh Dein API Token aber als Passwort an und verbreite es nicht. Du wirst vielleicht gelegentlich nach deiner User ID gefragt, aber poste niemals dein API Token öffentlich wo es andere sehen können, auch nicht auf Github. ", "APIToken": "API Token (Das ist ein Password - die obige Warnung gilt auch hier!)", @@ -79,13 +79,13 @@ "data": "Daten", "exportData": "Daten exportieren", "emailChange1": "Um Deine Email-Adresse zu ändern, schicke bitte eine Email an", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "Bitte gib sowohl Deine alte und neue Email-Adresse, als auch Deine Benutzer ID an.", "username": "Login Name", "usernameOrEmail": "Login Name oder Emailadresse", "email": "Email", "registeredWithFb": "Mit Facebook registriert", - "loginNameDescription1": "Dies hier benutzt Du, um Dich bei HabitRPG einzuloggen. Gehe zu", + "loginNameDescription1": "Dies hier benutzt Du, um Dich bei Habitica einzuloggen. Gehe zu", "loginNameDescription2": "Benutzer->Profil", "loginNameDescription3": "um den Namen, der bei Deinem Avatar und bei Deinen Chat Nachrichten steht zu ändern.", "emailNotifications": "Email Benachrichtigungen", @@ -101,12 +101,12 @@ "questStarted": "Dein Quest hat begonnen", "invitedQuest": "Zu einem Quest eingeladen", "kickedGroup": "Aus Gruppe entfernt.", - "remindersToLogin": "Erinnerungen, HabitRPG zu überprüfen", + "remindersToLogin": "Erinnerungen, Habitica zu überprüfen", "unsubscribedSuccessfully": "Erfolgreich abgemeldet!", - "unsubscribedTextUsers": "Du hast dich erfolgreich von allen HabitRPG E-Mails abgemeldet. In den Einstellungen kannst Du angeben welche E-Mails Du erhalten willst (Anmeldung erforderlich).", - "unsubscribedTextOthers": "Du wirst keine weitere E-Mails von HabitRPG erhalten.", + "unsubscribedTextUsers": "Du hast dich erfolgreich von allen Habitica E-Mails abgemeldet. In den Einstellungen kannst Du angeben welche E-Mails Du erhalten willst (Anmeldung erforderlich).", + "unsubscribedTextOthers": "Du wirst keine weitere E-Mails von Habitica erhalten.", "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.", + "unsubscribeAllEmailsText": "Indem ich hier ein Häkchen gesetzt habe, bestätige ich, dass ich verstanden habe, dass ich aus allen Habitica Email-Listen ausgetragen wurde. Habitica kann mir keine Emails mehr zu wichtigen Änderungen der Seite oder meines Accounts schicken.", "correctlyUnsubscribedEmailType": "Erfolgreich \"<%= emailType %>\"-E-Mails abbestellt. ", "subscriptionRateText": "Alle <%= months %> Monate wiederkehrender Preis: <%= price %>$", "benefits": "Vorteile", @@ -119,4 +119,4 @@ "promoCodeApplied": "Promo Code aktiviert! Überprüfe dein Inventar", "promoPlaceholder": "Promo Code eingeben", "displayInviteToPartyWhenPartyIs1": "Zeige \"In Gruppe einladen\"-Schaltfläche an, wenn die Gruppe nur 1 Mitglied hat." -} \ No newline at end of file +} diff --git a/common/locales/de/spells.json b/common/locales/de/spells.json index 05ce079d6b..308b6394f5 100644 --- a/common/locales/de/spells.json +++ b/common/locales/de/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Verwandle einen Freund in ein Meereslebewesen!", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Beendet den Effekt von Meeresschaum." -} \ No newline at end of file +} diff --git a/common/locales/de/subscriber.json b/common/locales/de/subscriber.json index 225af022cf..cbc69c7fdb 100644 --- a/common/locales/de/subscriber.json +++ b/common/locales/de/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD($) / Monat", "organization": "Organisation", "groupPlans": "Gemeinschaftliche Pläne", - "indivPlan1": "Für Privatpersonen ist HabitRPG kostenlos. Auch für kleine Interessengruppen kann die kostenlose (oder billige)", + "indivPlan1": "Für Privatpersonen ist Habitica 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", + "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 Habitica für Deine Gruppe oder Organisation, sicher und unabhängig von", "groupText2": "Weiter unten sind weitere Boni für solche Pläne aufgelistet, trete mit uns in Verbindung um mehr Informationen zu erhalten!", "planFamily": "Familien (in naher Zukunft)", "planGroup": "Gruppen (in naher Zukunft)", "dedicatedHost": "Dedicated Hosting", - "dedicatedHostText": "Dedicated Hosting: Du erhältst Deine eigene Datenbank und Server, gehosted von HabitRPG, oder - wahlweise - installieren wir es auch im Netzwerk Deiner Organisation. Wenn nicht, dann sieht der Plan \"Shared Hosting\" vor: Deine Organisation verwendet die selbe Datenbank wie HabitRPG, aber läuft unabhängig davon. Deine Mitglieder sind getrennt und geschützt von dem Gasthaus und Gilden, aber dennoch auf dem selben Server/Datenbank.", + "dedicatedHostText": "Dedicated Hosting: Du erhältst Deine eigene Datenbank und Server, gehosted von Habitica, oder - wahlweise - installieren wir es auch im Netzwerk Deiner Organisation. Wenn nicht, dann sieht der Plan \"Shared Hosting\" vor: Deine Organisation verwendet die selbe Datenbank wie Habitica, aber läuft unabhängig davon. Deine Mitglieder sind getrennt und geschützt von dem Gasthaus und Gilden, aber dennoch auf dem selben Server/Datenbank.", "individualSub": "Einzelne Abonnements", "subscribe": "Abonniere", "subscribed": "Abonniert", @@ -33,9 +33,9 @@ "adminSub": "Administrator Abonnements", "morePlans": "Mehr Pläne
in naher Zukunft", "organizationSub": "Private Organisationen", - "organizationSubText": "Mitglieder der Organisation nehmen außerhalb von HabitRPG teil, das bringt Deinen Teilnehmern einen Konzentrationsvorteil.", + "organizationSubText": "Mitglieder der Organisation nehmen außerhalb von Habitica teil, das bringt Deinen Teilnehmern einen Konzentrationsvorteil.", "hostingType": "Art des Hostings", - "hostingTypeText": "Shared hosting bedeutet, Deine Organisation verwendet die selbe Datenbank wie HabitRPG, obwohl Du nicht mit Habitica interagierst. Dedicated bedeutet, Du bekommst Deine eigene Datenbank und Server. Du kannst wählen, ob Du HabitRPG auf Deinem Server oder Datenbank hosten möchtest, oder ob wir es auf unserem Server installieren.", + "hostingTypeText": "Shared hosting bedeutet, Deine Organisation verwendet die selbe Datenbank wie Habitica, obwohl Du nicht mit Habitica interagierst. Dedicated bedeutet, Du bekommst Deine eigene Datenbank und Server. Du kannst wählen, ob Du Habitica auf Deinem Server oder Datenbank hosten möchtest, oder ob wir es auf unserem Server installieren.", "dedicated": "Dedicated", "customDomain": "Wählbare Domain", "customDomainText": "Wir können Dir wahlweise eine eigene Domain für die Intallation zur Verfügung stellen.", @@ -58,7 +58,7 @@ "buySubsText": "Kaufe Edelsteine mit Gold, keine Werbung, Unterstützung der Entwickler", "sureCancelSub": "Bist Du sicher, dass du das Abonnement kündigen willst?", "subCanceled": "Das Abonnement wird auslaufen zum", - "subGemPop": "Weil du HabitRPG abonniert hast, kannst du pro Monat eine bestimmte Anzahl an Edelsteinen mit Gold kaufen. An der Ecke des Edelstein-Icons kannst Du sehen, wie viele Edelsteine zum Kaufen verfügbar sind. ", + "subGemPop": "Weil du Habitica abonniert hast, kannst du pro Monat eine bestimmte Anzahl an Edelsteinen mit Gold kaufen. An der Ecke des Edelstein-Icons kannst Du sehen, wie viele Edelsteine zum Kaufen verfügbar sind. ", "subGemName": "Abonnenten-Edelsteine", "timeTravelers": "Mysteriöse Zeitreisende", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> und <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Aktualisiere deine Karte", "subUpdateTitle": "Aktualisiere", "subUpdateDescription": "Aktualisiere die Karte mit der Du zahlen möchtest." -} \ No newline at end of file +} diff --git a/common/locales/de/tasks.json b/common/locales/de/tasks.json index 6bd260e0eb..25b651abea 100644 --- a/common/locales/de/tasks.json +++ b/common/locales/de/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Erfüllte Aufgaben entfernen", "lotOfToDos": "Erfüllte Aufgaben werden automatisch nach 3 Tagen archiviert. Du kannst auf sie zugreifen unter Einstellungen > Exportieren.", "deleteToDosExplanation": "Wenn Du den unteren Knopf klickst, werden alle Deine erfüllten und archivierten Aufgaben dauerhaft gelöscht. Exportiere sie vorher, wenn Du sie nicht verlieren möchtest.", - "beeminderDeleteWarning": "Beeminder Benutzer: Wichtiger Hinweis! Erledigte To-Dos Beeminder-konform löschen.!", + "beeminderDeleteWarning": "Beeminder Benutzer: Wichtiger Hinweis! Erledigte To-Dos Beeminder-konform löschen.!", "addmultiple": "Mehrere hinzufügen", "addsingle": "Einzelne hinzufügen", "habits": "Gewohnheiten", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "Du ruhst dich im Gasthaus aus! Deine täglichen Aufgaben werden dir heute Nacht keinen Schaden zufügen, sie werden sich aber dennoch täglich aktualisieren. Falls du dich in einer Quest befindest, wirst du keinen Schaden austeilen/Gegenstände finden bis du das Gasthaus wieder verlässt, allerdings kannst du durch einen Boss verletzt werden, wenn deine Gruppe tägliche Aufgaben nicht erledigt.", "habitHelp1": "Gute Gewohnheiten sind Aktivitäten, die du oft machen sollst. Sie gewähren Gold und Erfahrung immer wenn du auf <%= plusIcon %> klickst.", "habitHelp2": "Schlechte Gewohnheiten sind Aktivitäten, die du vermeiden solltest. Sie ziehen dir jedes mal, wenn du auf <%= minusIcon %> klickst Leben ab.", - "habitHelp3": "Zur Inspiration kannst du dir diese Beispiele von Gewohnheiten durchsehen!", + "habitHelp3": "Zur Inspiration kannst du dir diese Beispiele von Gewohnheiten durchsehen!", "newbieGuild": "Du hast weitere Fragen? Du kannst sie in der <%= linkStart %>Newbies Gilde<%= linkEnd %> loswerden!", "dailyHelp1": "Tägliche Aufgaben wiederholen sich an<%= emphasisStart %>allen Tagen<%= emphasisEnd %>, an denen sie aktiv sind. Klicke den <%= pencilIcon %>, um die Tage zu ändern, an denen eine tägliche Aufgabe aktiv ist.", "dailyHelp2": "Wenn du tägliche Aufgaben nicht beendest, verlierst du am Ende des Tages Leben.", "dailyHelp3": "Tägliche Aufgaben werden immer <%= emphasisStart %>röter<%= emphasisEnd %>, wenn du sie nicht erledigst, und immer <%= emphasisStart %>blauer<%= emphasisEnd %>, wenn du sie abschließt. Je röter die tägliche Aufgabe ist, desto größer fällt deine Belohnung aus... oder deine Bestrafung.", "dailyHelp4": "Um die Uhrzeit für den Beginn des neuen Tages festzulegen, gehe zu <%= linkStart %> Einstellungen > Seite<%= linkEnd %> > Tageswechsel einstellen.", - "dailyHelp5": "Zur Inspiration kannst du dir diese Beispiele von täglichen Aufgaben durchsehen!", + "dailyHelp5": "Zur Inspiration kannst du dir diese Beispiele von täglichen Aufgaben durchsehen!", "toDoHelp1": "Einmalige Aufgaben sind anfangs gelb, werden aber immer röter (mehr Belohnung) je später sie beendet werden.", "toDoHelp2": "To-Dos werden dir niemals Schaden zufügen! Sie verleihen nur Gold und Erfahrung.", "toDoHelp3": "Einmalige Aufgaben können mit der Kontrollliste in kleinere Teilaufgaben heruntergebrochen werden, um sie weniger beängstigend zu machen. Dafür werden erhaltene Punkte erhöht!", - "toDoHelp4": "Zur Inspiration kannst du dir diese Beispiele von einmaligen Aufgaben durchsehen!", + "toDoHelp4": "Zur Inspiration kannst du dir diese Beispiele von einmaligen Aufgaben durchsehen!", "rewardHelp1": "Die Ausrüstung, die du für deinen Avatar kaufst, ist unter <%= linkStart %>Inventar > Ausrüstung<%= linkEnd %> gelagert.", "rewardHelp2": "Ausrüstungsgegenstände beeinflussen deine Statuswerte (<%= linkStart %>Benutzer > Werte&Erfolge<%= linkEnd %>).", "rewardHelp3": "Während weltweiten Events wird hier Spezialausrüstung erscheinen.", - "rewardHelp4": "Scheue dich nicht davor eigene Belohnungen hinzuzufügen! Sieh dir einige Beispielbelohnungen durch.", + "rewardHelp4": "Scheue dich nicht davor eigene Belohnungen hinzuzufügen! Sieh dir einige Beispielbelohnungen durch.", "clickForHelp": "Hilfe" -} \ No newline at end of file +} diff --git a/common/locales/en/challenge.json b/common/locales/en/challenge.json index 09215f9372..d090bb2687 100644 --- a/common/locales/en/challenge.json +++ b/common/locales/en/challenge.json @@ -36,7 +36,7 @@ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Minimum 1 Gem for public challenges (helps prevent spam, it really does).", - "officialChallenge": "Official HabitRPG Challenge", + "officialChallenge": "Official Habitica Challenge", "by": "by", "participants": "<%= membercount %> Participants", "join": "Join", diff --git a/common/locales/en/character.json b/common/locales/en/character.json index 8b71eefc18..4e3f8a4645 100644 --- a/common/locales/en/character.json +++ b/common/locales/en/character.json @@ -56,7 +56,7 @@ "costumeText": "If you prefer the look of other gear to what you have equipped, check the \"Use Costume\" box to visually don a costume while wearing your battle gear underneath.", "useCostume": "Use Costume", "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", - "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:", "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!", "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.", @@ -77,7 +77,7 @@ "allocatePerPop": "Add a point to Perception", "allocateInt": "Points allocated to Intelligence:", "allocateIntPop": "Add a point to Intelligence", - "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", + "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", "stats": "Stats", "strength": "Strength", "strengthText": "Strength increases the chance of random \"critical hits\" and the Gold, Experience, and drop chance boost from them. It also helps deal damage to boss monsters.", @@ -146,11 +146,11 @@ "unequipPetMountBackground": "Unequip Pet, Mount, Background", "animalSkins": "Animal Skins", "chooseClassHeading": "Choose your Class! Or opt out to choose later.", - "warriorWiki": "Warrior", - "mageWiki": "Mage", - "rogueWiki": "Rogue", - "healerWiki": "Healer", - "chooseClassLearn": "Learn more about classes", + "warriorWiki": "Warrior", + "mageWiki": "Mage", + "rogueWiki": "Rogue", + "healerWiki": "Healer", + "chooseClassLearn": "Learn more about classes", "str": "STR", "con": "CON", "per": "PER", diff --git a/common/locales/en/communityGuidelines.json b/common/locales/en/communityGuidelines.json index dc08558fd1..911f5863d1 100644 --- a/common/locales/en/communityGuidelines.json +++ b/common/locales/en/communityGuidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "These rules apply to all of the social spaces we use, including (but not necessarily limited to) Trello, GitHub, Transifex, and the Wikia (aka wiki). Sometimes, unforeseen situations will arise, like a new source of conflict or a vicious necromancer. When this happens, the mods may respond by editing these guidelines to keep the community safe from new threats. Fear not: you will be notified by an announcement from Bailey if the guidelines change.", "commGuidePara004": "Now ready your quills and scrolls for note-taking, and let's get started!", "commGuideHeadingBeing": "Being a Habitican", - "commGuidePara005": "HabitRPG is first and foremost a website devoted to improvement. As a result, we've been lucky to attract one of the warmest, kindest, most courteous and supportive communities on the internet. There are many traits that make up Habiticans. Some of the most common and most notable are:", + "commGuidePara005": "Habitica is first and foremost a website devoted to improvement. As a result, we've been lucky to attract one of the warmest, kindest, most courteous and supportive communities on the internet. There are many traits that make up Habiticans. Some of the most common and most notable are:", "commGuideList01A": "A Helpful Spirit. Many people devote time and energy helping out new members of the community and guiding them. The Newbies Guild, for example, is a guild devoted just to answering people's questions. If you think you can help, don't be shy!", "commGuideList01B": "A Diligent Attitude. Habiticans work hard to improve their lives, but also help build the site and improve it constantly. We're an open-source project, so we are all constantly working to make the site the best place it can be.", @@ -27,22 +27,22 @@ "commGuidePara011b": "on GitHub/Wikia", "commGuidePara011c": "on Wikia", "commGuidePara011d": "on GitHub", - "commGuidePara012": "If you have an issue or concern about a particular Mod, please send an email to Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "If you have an issue or concern about a particular Mod, please send an email to Lemoness (leslie@habitica.com).", "commGuidePara013": "In a community as big as Habitica, users come and go, and sometimes a moderator needs to lay down their noble mantle and relax. The following are Moderators Emeritus. They no longer act with the power of a Moderator, but we would still like to honor their work!", "commGuidePara014": "Moderators Emeritus:", "commGuideHeadingPublicSpaces": "Public Spaces In Habitica", "commGuidePara015": "Habitica has two kinds of social spaces: public, and private. Public spaces include the Tavern, Public Guilds, GitHub, Trello, and the Wiki. Private spaces are Private Guilds, party chat, and Private Messages.", "commGuidePara016": "When navigating the public spaces in Habitica, there are some general rules to keep everyone safe and happy. These should be easy for adventurers like you!", - "commGuidePara017": "Respect each other. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes HabitRPG so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:", + "commGuidePara017": "Respect each other. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes Habitica so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:", "commGuideList02A": "Obey all of the Terms and Conditions.", "commGuideList02B": "Do not post images or text that are violent, threatening, or sexually explicit/suggestive, or that promote discrimination, bigotry, racism, sexism, hatred, harassment or harm against any individual or group. Not even as a joke. This includes slurs as well as statements. Not everyone has the same sense of humor, and so something that you consider a joke may be hurtful to another. Attack your Dailies, not each other.", "commGuideList02C": "Keep discussions appropriate for all ages. We have many young Habiticans who use the site! Let's not tarnish any innocents or hinder any Habiticans in their goals.", "commGuideList02D": "Avoid profanity. This includes milder, religious-based oaths that may be acceptable elsewhere-we have people from all religious and cultural backgrounds, and we want to make sure that all of them feel comfortable in public spaces. Additionally, slurs will be dealt with very severely, as they are also a violation of the Terms of Service.", - "commGuideList02E": "Avoid extended discussions of divisive topics outside of the Back Corner. If you feel that someone has said something rude or hurtful, do not engage them. A single, polite comment, such as \"That joke makes me feel uncomfortable,\" is fine, but being harsh or unkind in response to harsh or unkind comments heightens tensions and makes HabitRPG a more negative space. Kindness and politeness helps others understand where you are coming from.", + "commGuideList02E": "Avoid extended discussions of divisive topics outside of the Back Corner. If you feel that someone has said something rude or hurtful, do not engage them. A single, polite comment, such as \"That joke makes me feel uncomfortable,\" is fine, but being harsh or unkind in response to harsh or unkind comments heightens tensions and makes Habitica a more negative space. Kindness and politeness helps others understand where you are coming from.", "commGuideList02F": "Comply immediately with any Mod request to cease a discussion or move it to the Back Corner. Last words, parting shots and conclusive zingers should all be delivered (courteously) at your \"table\" in the Back Corner, if allowed.", "commGuideList02G": "Take time to reflect instead of responding in anger if someone tells you that something you said or did made them uncomfortable. There is great strength in being able to sincerely apologize to someone. If you feel that the way they responded to you was inappropriate, contact a mod rather than calling them out on it publicly.", - "commGuideList02H": "Divisive/contentious conversations should be reported to mods. If you feel that a conversation is getting heated, overly emotional, or hurtful, cease to engage. Instead, email leslie@habitrpg.com to let us know about it. It's our job to keep you safe.", + "commGuideList02H": "Divisive/contentious conversations should be reported to mods. If you feel that a conversation is getting heated, overly emotional, or hurtful, cease to engage. Instead, email leslie@habitica.com to let us know about it. It's our job to keep you safe.", "commGuideList02I": "Do not spam. Spamming may include, but is not limited to: posting the same comment or query in multiple places, posting links without explanation or context, posting nonsensical messages, or posting many messages in a row. Repeatedly begging for gems or a subscription may also be considered spamming.", "commGuidePara019": "In private spaces, users have more freedom to discuss whatever topics they would like, but they still may not violate the Terms and Conditions, including posting any discriminatory, violent, or threatening content.", @@ -53,12 +53,12 @@ "commGuidePara023": "Conversation tends to revolve around casual chatting and productivity or life improvement tips.", "commGuidePara024": "Because the Tavern chat can only hold 200 messages, it isn't a good place for prolonged conversations on topics, especially sensitive ones (ex. politics, religion, depression, whether or not goblin-hunting should be banned, etc.). These conversations should be taken to an applicable guild or the Back Corner (more information below).", - "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use HabitRPG to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", + "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use Habitica to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", "commGuideHeadingPublicGuilds": "Public Guilds", "commGuidePara029": "Public guilds are much like the Tavern, except that instead of being centered around general conversation, they have a focused theme. Public guild chat should focus on this theme. For example, members of the Wordsmiths guild might be cross if they found the conversation suddenly focusing on gardening instead of writing, and a Dragon-Fanciers guild might not have any interest in deciphering ancient runes. Some guilds are more lax about this than others, but in general, try to stay on topic!", "commGuidePara031": "Some public guilds will contain sensitive topics such as depression, religion, politics, etc. This is fine as long as the conversations therein do not violate any of the Terms and Conditions or Public Space Rules, and as long as they stay on topic.", - "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitrpg.com with screenshots.", + "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitica.com with screenshots.", "commGuidePara035": "No Guilds, Public or Private, should be created for the purpose of attacking any group or individual. Creating such a Guild is grounds for an instant ban. Fight bad habits, not your fellow adventurers!", "commGuidePara037": "All Tavern Challenges and Public Guild Challenges must comply with these rules as well.", "commGuideHeadingBackCorner": "The Back Corner", @@ -66,7 +66,7 @@ "commGuidePara039": "The Back Corner Guild is a free public space to discuss sensitive material or a single conversation for a long time, and it is carefully moderated. The Public Space Guidelines still apply, as do all of the Terms and Conditions. Just because we are wearing long cloaks and clustering in a corner doesn't mean that anything goes! Now pass me that smoldering candle, will you?", "commGuideHeadingTrello": "Trello Boards", "commGuidePara040": "Trello serves as an open forum for suggestions and discussion of site features. Habitica is ruled by the people in the form of valiant contributors -- we all build the site together. Trello is the system that lends method to our madness. Out of consideration for this, try your best to contain all your thoughts into one comment, instead of commenting many times in a row on the same card. If you think of something new, feel free to edit your original comments. Please, take pity on those of us who receive a notification for every new comment. Our inboxes can only withstand so much.", - "commGuidePara041": "HabitRPG uses five different Trello boards:", + "commGuidePara041": "Habitica uses five different Trello boards:", "commGuideList03A": "The Main Board is a place to request and vote on site features.", "commGuideList03B": "The Mobile Board is a place to request and vote on mobile app features.", "commGuideList03C": "The Pixel Art Board is a place to discuss and submit pixel art.", @@ -75,12 +75,12 @@ "commGuidePara042": "All have their own guidelines outlined, and the Public Spaces rules apply. Users should avoid going off-topic in any of the boards or cards. Trust us, the boards get crowded enough as it is! Prolonged conversations should be moved to the Back Corner Guild.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", - "commGuidePara044": "The following users are members of the HabitRPG repo:", + "commGuidePara043": "Habitica uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", + "commGuidePara044": "The following users are members of the Habitica repo:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "The HabitRPG wiki collects information about the site. It also hosts a few forums similar to the guilds on HabitRPG. Hence, all the Public Space rules apply.", - "commGuidePara046": "The HabitRPG wiki can be considered to be a database of all things HabitRPG. It provides information about site features, guides to play the game, tips on how you can contribute to HabitRPG and also provides a place for you to advertise your guild or party and vote on topics.", - "commGuidePara047": "Since the wiki is hosted by Wikia, the terms and conditions of Wikia also apply in addition to the rules set by HabitRPG and the HabitRPG wiki site.", + "commGuidePara045": "The Habitica wiki collects information about the site. It also hosts a few forums similar to the guilds on Habitica. Hence, all the Public Space rules apply.", + "commGuidePara046": "The Habitica wiki can be considered to be a database of all things Habitica. It provides information about site features, guides to play the game, tips on how you can contribute to Habitica and also provides a place for you to advertise your guild or party and vote on topics.", + "commGuidePara047": "Since the wiki is hosted by Wikia, the terms and conditions of Wikia also apply in addition to the rules set by Habitica and the Habitica wiki site.", "commGuidePara048": "The wiki is solely a collaboration between all of its editors so some additional guidelines include:", "commGuideList04A": "Requesting new pages or major changes on the Wiki Trello board", "commGuideList04B": "Being open to other peoples' suggestion about your edit", @@ -89,7 +89,7 @@ "commGuideList04E": "Not spamming or sabotaging pages for personal gain", "commGuideList04F": "Read the wiki contribution page before making major changes", "commGuideList04G": "Impartial tone within wiki pages", - "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of HabitRPG and not pertaining to a particular guild or party (such information can be moved to the forums)", + "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of Habitica and not pertaining to a particular guild or party (such information can be moved to the forums)", "commGuidePara049": "The following people are the current wiki administrators:", "commGuidePara018": "Wiki Administrators Emeritus are", "commGuideHeadingInfractionsEtc": "Infractions, Consequences, and Restoration", @@ -108,7 +108,7 @@ "commGuideHeadingModerateInfractions": "Moderate Infractions", "commGuidePara054": "Moderate infractions do not make our community unsafe, but they do make it unpleasant. These infractions will have moderate consequences. When in conjunction with multiple infractions, the consequences may grow more severe.", "commGuidePara055": "The following are some examples of Moderate Infractions. This is not a comprehensive list.", - "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitrpg.com).", + "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitica.com).", "commGuideList06B": "Backseat Modding. To quickly clarify a relevant point: A friendly mention of the rules is fine. Backseat modding consists of telling, demanding, and/or strongly implying that someone must take an action that you describe to correct a mistake. You can alert someone to the fact that they have committed a transgression, but please do not demand an action-for example, saying, \"Just so you know, profanity is discouraged in the Tavern, so you may want to delete that,\" would be better than saying, \"I'm going to have to ask you to delete that post.\"", "commGuideList06C": "Repeated Violation of Public Space Guidelines", "commGuideList06D": "Repeated Minor Infractions", @@ -146,8 +146,8 @@ "commGuidePara062": "The email that you receive explaining the consequences of your actions (or, in the case of minor consequences, the Mod/Staff announcement) is a good source of information. Cooperate with any restrictions which have been imposed, and endeavor to meet the requirements to have any penalties lifted.", "commGuidePara063": "If you do not understand your consequences, or the nature of your infraction, ask the Staff/Moderators for help so you can avoid committing infractions in the future.", "commGuideHeadingContributing": "Contributing to Habitica", - "commGuidePara064": "HabitRPG is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", - "commGuideList12A": "HabitRPG Contributor's badge, plus 3 Gems", + "commGuidePara064": "Habitica is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", + "commGuideList12A": "Habitica Contributor's badge, plus 3 Gems", "commGuideList12B": "Contributor Armor, plus 3 Gems.", "commGuideList12C": "Contributor Helmet, plus 3 Gems.", "commGuideList12D": "Contributor Sword, plus 4 Gems.", @@ -161,7 +161,7 @@ "commGuideList13C": "Tiers don't \"start over\" in each field. When scaling the difficulty, we look at all your contributions, so that people who do a little bit of art, then fix a small bug, then dabble a bit in the wiki, do not proceed faster than people who are working hard at a single task. This helps keep things fair!", "commGuideList13D": "Users on probation cannot be promoted to the next tier. Mods have the right to freeze user advancement due to infractions. If this happens, the user will always be informed of the decision, and how to correct it. Tiers may also be removed as a result of infractions or probation.", "commGuideHeadingFinal": "The Final Section", - "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitrpg.com) and she will be happy to help clarify things.", + "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitica.com) and she will be happy to help clarify things.", "commGuidePara068": "Now go forth, brave adventurer, and slay some Dailies!", "commGuideHeadingLinks": "Useful Links", "commGuidePara069": "The following talented artists contributed to these illustrations:", @@ -170,7 +170,7 @@ "commGuideLink02": "The Back Corner Guild", "commGuideLink02description": "a guild for the discussion of long or sensitive topics.", "commGuideLink03": "The Wiki", - "commGuideLink03description": "the biggest collection of information about HabitRPG.", + "commGuideLink03description": "the biggest collection of information about Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "for bug reports or helping code programs!", "commGuideLink05": "The Main Trello", diff --git a/common/locales/en/contrib.json b/common/locales/en/contrib.json index fffd0e0788..b84da52d98 100644 --- a/common/locales/en/contrib.json +++ b/common/locales/en/contrib.json @@ -1,6 +1,6 @@ { "friend": "Friend", - "friendFirst": "When your first set of submissions is deployed, you will receive the HabitRPG Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", + "friendFirst": "When your first set of submissions is deployed, you will receive the Habitica Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", "friendSecond": "When your second set of submissions is deployed, the Crystal Armor will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 3 Gems.", "elite": "Elite", "eliteThird": "When your third set of submissions is deployed, the Crystal Helmet will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 3 Gems.", @@ -9,24 +9,24 @@ "championFifth": "When your fifth set of submissions is deployed, the Crystal Shield will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 4 Gems.", "championSixth": "When your sixth set of submissions is deployed, you will receive a Hydra Pet. You will also receive 4 Gems.", "legendary": "Legendary", - "legSeventh": "When your seventh set of submissions is deployed, you will receive 4 Gems and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of HabitRPG! Further contributions do not increase your tier, but you may continue to earn Gem bounties and titles.", + "legSeventh": "When your seventh set of submissions is deployed, you will receive 4 Gems and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of Habitica! Further contributions do not increase your tier, but you may continue to earn Gem bounties and titles.", "moderator": "Moderator", "guardian": "Guardian", "guardianText": "Moderators were selected carefully from high tier contributors, so please give them your respect and listen to their suggestions.", "staff": "Staff", "heroic": "Heroic", - "heroicText": "The Heroic tier contains HabitRPG staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).", - "npcText": "NPCs backed HabitRPG's Kickstarter at the highest tier. You can find their avatars watching over site features!", + "heroicText": "The Heroic tier contains Habitica staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).", + "npcText": "NPCs backed Habitica's Kickstarter at the highest tier. You can find their avatars watching over site features!", "modalContribAchievement": "Contributor Achievement!", - "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping HabitRPG. See", + "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping Habitica. See", "contribLink": "what prizes you've earned for your contribution!", "contribName": "Contributor", - "contribText": "Has contributed to HabitRPG (code, design, pixel art, legal advice, docs, etc). Want this badge? ", + "contribText": "Has contributed to Habitica (code, design, pixel art, legal advice, docs, etc). Want this badge? ", "readMore": "Read More", "kickstartName": "Kickstarter Backer - $<%= tier %> Tier", "kickstartText": "Backed the Kickstarter Project", "helped": "Helped Habit Grow", - "helpedText1": "Helped HabitRPG grow by filling out", + "helpedText1": "Helped Habitica grow by filling out", "helpedText2": "this survey.", "hall": "Hall", "contribTitle": "Contributor Title (eg, \"Blacksmith\")", @@ -52,19 +52,19 @@ "tier": "Tier", "visitHeroes": "Visit the Hall of Heroes (contributors and backers)", "conLearn": "Learn more about contributor rewards", - "conLearnHow": "Learn how to contribute to HabitRPG", + "conLearnHow": "Learn how to contribute to Habitica", "removeAds": "Subscribe to remove ads", "whyAds": "Why Ads?", "whyAdsContent1": "Habit is an open source project, and can use all the help it can get - consider this a donation to the contributors. You also get 20 Gems from the purchase, which you can use to buy special items.", "whyAdsContent2": "'Hey, I backed the Kickstarter!' - follow", "whyAdsContent3": "these instructions", - "surveysSingle": "Helped HabitRPG grow by filling out a survey. There are no active surveys.", - "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. There are no active surveys.", + "surveysSingle": "Helped Habitica grow by filling out a survey. There are no active surveys.", + "surveysMultiple": "Helped Habitica grow by filling out <%= surveys %> surveys. There are no active surveys.", "currentSurvey": "Current Survey", "surveyWhen": "The badge will be awarded to all participants when surveys have been processed, in late March.", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " } diff --git a/common/locales/en/death.json b/common/locales/en/death.json index f988cb4837..af1889407c 100644 --- a/common/locales/en/death.json +++ b/common/locales/en/death.json @@ -3,5 +3,5 @@ "dontDespair": "Don't despair!", "deathPenaltyDetails": "You lost a Level, your Gold, and a piece of Equipment, but you can get them all back with hard work! Good luck--you'll do great.", "refillHealthTryAgain": "Refill Health & Try Again", - "dyingOftenTips": "Is this happening often? Here are some tips!" + "dyingOftenTips": "Is this happening often? Here are some tips!" } diff --git a/common/locales/en/defaultTasks.json b/common/locales/en/defaultTasks.json index ad23f558ed..33a86b984f 100644 --- a/common/locales/en/defaultTasks.json +++ b/common/locales/en/defaultTasks.json @@ -25,7 +25,7 @@ "defaultTodoNotes": "You can either complete this To-Do, edit it, or remove it.", - "defaultTodo1Text": "Join HabitRPG (Check me off!)", + "defaultTodo1Text": "Join Habitica (Check me off!)", "defaultTodo2Text": "Set up a Habit", "defaultTodo2Checklist1": "create a Habit", diff --git a/common/locales/en/front.json b/common/locales/en/front.json index dba4909225..d733487454 100644 --- a/common/locales/en/front.json +++ b/common/locales/en/front.json @@ -2,7 +2,7 @@ "FAQ": "FAQ", "accept1Terms": "By clicking the button below, I agree to the", "accept2Terms": "and the", - "alexandraQuote": "Couldn't NOT talk about HabitRPG during my speech in Madrid. Must-have tool for freelancers who still need a boss.", + "alexandraQuote": "Couldn't NOT talk about [Habitica] during my speech in Madrid. Must-have tool for freelancers who still need a boss.", "althaireQuote": "Having a quest constantly on really motivates me to do all my dailies and do all my to-dos. My biggest motivation is not letting my party down.", "andeeliaoQuote": "Awesome product, just started a few days ago and already more conscious and productive with my time!", "autumnesquirrelQuote": "I'm procrastinating less on work and housework and pay bills on time.", @@ -11,7 +11,7 @@ "businessSample3": "Sort and Process Inbox", "businessSample4": "Prepare 1 Document for Client", "businessSample5": "Call Clients/Put Off Phone Calls", - "businessText": "Use HabitRPG at your business", + "businessText": "Use Habitica at your business", "choreSample1": " Put Dirty Clothes in Hamper", "choreSample2": "20 mins of Housework", "choreSample3": "Wash a Load of Dishes", @@ -32,14 +32,14 @@ "companyPrivacy": "Privacy", "companyTerms": "Terms", "companyVideos": "Videos", - "contribUse": "HabitRPG contributors use", - "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades... HRPG is the only thing I've used that actually helps me get things done rather than just list them.", - "dreimQuote": "When I discovered HabitRPG last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", + "contribUse": "Habitica contributors use", + "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades... [Habitica] is the only thing I've used that actually helps me get things done rather than just list them.", + "dreimQuote": "When I discovered [Habitica] last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", "elmiQuote": "Every morning I'm looking forward to getting up so I can earn some gold!", "email": "Email", "emailNewPass": "Email New Password", - "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks Habitrpg!", - "examplesHeading": "Players use HabitRPG to manage...", + "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks [Habitica]!", + "examplesHeading": "Players use Habitica to manage...", "featureAchievementByline": "Do something totally awesome? Get a badge and show it off!", "featureAchievementHeading": "Achievement Badges", "featureEquipByline": "Buy limited edition equipment, potions, and other virtual goodies in our Market with your task rewards!", @@ -55,8 +55,8 @@ "footerMobile": "Mobile", "footerSocial": "Social", "forgotPass": "Forgot Password", - "frabjabulousQuote": "HabitRPG is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", - "free": "Play for free", + "frabjabulousQuote": "[Habitica] is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", + "free": "Join for free", "gamifyButton": "Gamify your life today!", "goalSample1": "Practice Piano for 1 Hour", "goalSample2": "Work on article for publication", @@ -71,47 +71,47 @@ "healthSample4": "Eat Healthy/Junk Food", "healthSample5": "Break a Sweat for 1 hr", "history": "History", - "infhQuote": "HabitRPG has really helped me impart structure to my life in graduate school.", + "infhQuote": "[Habitica] has really helped me impart structure to my life in graduate school.", "invalidEmail": "A valid email address is required in order to perform a password reset.", - "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. HabitRPG has cured that!", + "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. [Habitica] has cured that!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Before HabitRPG, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", + "kazuiQuote": "Before [Habitica], I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingadminlink": "administrative packages", "landingend": "Not convinced yet?", "landingend2": "See a more detailed list of", "landingend3": ". Are you looking for a more private approach? Check out our", "landingend4": "which are perfect for families, teachers, support groups, and businesses.", "landingfeatureslink": "our features", - "landingp1": "The problem with most productivity apps on the market is that they provide no incentive to continue using them. HabitRPG fixes this by making habit building fun! By rewarding you for your successes and penalizing you for slip-ups, HabitRPG provides external motivation for completing your day-to-day activities.", - "landingp2": "Whenever you reinforce a positive habit, complete a daily task, or take care of an old to-do, HabitRPG immediately rewards you with experience points and gold. As you gain experience, you can level up, increasing your stats and unlocking more features, like classes and pets. Gold can be spent on in-game items that change your experience or personalized rewards you've created for motivation. When even the smallest successes provide you with an immediate reward, you're less likely to procrastinate.", + "landingp1": "The problem with most productivity apps on the market is that they provide no incentive to continue using them. Habitica fixes this by making habit building fun! By rewarding you for your successes and penalizing you for slip-ups, Habitica provides external motivation for completing your day-to-day activities.", + "landingp2": "Whenever you reinforce a positive habit, complete a daily task, or take care of an old to-do, Habitica immediately rewards you with experience points and gold. As you gain experience, you can level up, increasing your stats and unlocking more features, like classes and pets. Gold can be spent on in-game items that change your experience or personalized rewards you've created for motivation. When even the smallest successes provide you with an immediate reward, you're less likely to procrastinate.", "landingp2header": "Instant Gratification", - "landingp3": "Whenever you indulge in a bad habit or fail to complete one of your daily tasks, you lose health. If your health drops too low, you die and lose some of the progress you've made. By providing immediate consequences, HabitRPG can help break bad habits and procrastination cycles before they cause real-world problems.", + "landingp3": "Whenever you indulge in a bad habit or fail to complete one of your daily tasks, you lose health. If your health drops too low, you lose some of the progress you've made. By providing immediate consequences, Habitica can help break bad habits and procrastination cycles before they cause real-world problems.", "landingp3header": "Consequences", - "landingp4": "With an active community, HabitRPG provides the accountability you need to stay on task. With the party system, you can bring in a group of your closest friends to cheer you on. The guild system allows you to find people with similar interests or obstacles, so you can share your goals and swap tips on how to tackle your problems. On HabitRPG, the community means that you have both the support and the accountability you need to succeed.", + "landingp4": "With an active community, Habitica provides the accountability you need to stay on task. With the party system, you can bring in a group of your closest friends to cheer you on. The guild system allows you to find people with similar interests or obstacles, so you can share your goals and swap tips on how to tackle your problems. In Habitica, the community means that you have both the support and the accountability you need to succeed.", "landingp4header": "Accountability", - "leadText": "HabitRPG is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, HabitRPG can help you achieve your goals to become healthy, hard-working, and happy.", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "login": "Login", "loginAndReg": "Login / Register", "loginFacebookAlt": "Login / Register with Facebook", "logout": "Log Out", "marketing1Header": "Improve Your Habits By Playing A Game", - "marketing1Lead1": "HabitRPG is a video game to help you improve real life habits. It \"gamifies\" your life by turning all your tasks (habits, dailies, and to-dos) into little monsters you have to conquer. The better you are at this, the more you progress in the game. If you slip up in life, your character starts backsliding in the game.", + "marketing1Lead1": "Habitica is a video game to help you improve real life habits. It \"gamifies\" your life by turning all your tasks (habits, dailies, and to-dos) into little monsters you have to conquer. The better you are at this, the more you progress in the game. If you slip up in life, your character starts backsliding in the game.", "marketing1Lead2": "Get Sweet Gear. Improve your habits to build up your avatar. Show off the sweet gear you've earned", "marketing1Lead2Title": "Get Sweet Gear", - "marketing1Lead3": "Find Random Prizes. For some, it's the gamble which motivates them, a system called \"stochastic rewarding\". HabitRPG accommodates all reinforcement styles: positive, negative, predictable, and random.", + "marketing1Lead3": "Find Random Prizes. For some, it's the gamble which motivates them, a system called \"stochastic rewarding\". Habitica accommodates all reinforcement styles: positive, negative, predictable, and random.", "marketing1Lead3Title": "Find Random Prizes", "marketing2Header": "Compete With Friends, Join Interest Groups", - "marketing2Lead1": "While you can solo-play HabitRPG, the lights really turn on when you start collaborating, competing, and holding each other accountable. The most effective part of any self-improvement program is social accountability, and what better an environment for accountability and competition than a video game?", + "marketing2Lead1": "While you can solo-play Habitica, the lights really turn on when you start collaborating, competing, and holding each other accountable. The most effective part of any self-improvement program is social accountability, and what better an environment for accountability and competition than a video game?", "marketing2Lead2": "Fight Bosses. What's a Role Playing Game without battles? Fight bosses with your party. Bosses are \"super accountability mode\" - a day you miss the gym is a day the boss hurts everyone.", "marketing2Lead2Title": "Bosses", "marketing2Lead3": "Challenges let you compete with friends and strangers. Whoever does the best at the end of a challenge wins special prizes.", "marketing3Header": "Apps", "marketing3Lead1": "The iPhone & Android apps let you take care of business on the go. We realize that logging into the website to click buttons can be a drag.", - "marketing3Lead2": " Other 3rd Party Tools tie HabitRPG into various aspects of your life. Our API provides easy integration for things like the Chrome Extension, for which you lose points when browsing unproductive websites, and gain points when on productive ones. See more here", + "marketing3Lead2": " Other 3rd Party Tools tie Habitica into various aspects of your life. Our API provides easy integration for things like the Chrome Extension, for which you lose points when browsing unproductive websites, and gain points when on productive ones. See more here", "marketing4Header": "Organizational Use", "marketing4Lead1": "Education is one of the best sectors for gamification. We all know how glued to phones and games students are these days, harness that power! Pit your students against eachother in friendly competition. Reward good behavior with rare prizes. Watch their grades and behavior soar.", "marketing4Lead1Title": "Gamification In Education", - "marketing4Lead2": "Health care costs are on the rise, and something's gotta give. Hundreds of programs are built to reduce costs and improve wellness. We believe HabitRPG can pave a substantial path towards healthy lifestyles.", + "marketing4Lead2": "Health care costs are on the rise, and something's gotta give. Hundreds of programs are built to reduce costs and improve wellness. We believe Habitica can pave a substantial path towards healthy lifestyles.", "marketing4Lead2Title": "Gamification In Health and Wellness", "marketing4Lead3-1": "Want to gamify your life?", "marketing4Lead3-2": "Interested in running a group in education, wellness, and more?", @@ -126,10 +126,10 @@ "passMan": "In case you are using a password manager (like 1Password) and have problems logging in, try typing username and password manually.", "password": "Password", "playButton": "Play", - "playButtonFull": "Play HabitRPG", + "playButtonFull": "Play Habitica", "presskit": "Press Kit", "presskitDownload": "Download all images:", - "presskitText": "Thanks for your interest in HabitRPG! The following images can be used for articles or videos about HabitRPG. For more information, please contact Siena Leslie at leslie@habitrpg.com.", + "presskitText": "Thanks for your interest in Habitica! The following images can be used for articles or videos about Habitica. For more information, please contact Siena Leslie at leslie@habitica.com.", "privacy": "Privacy Policy", "psst": "Psst", "punishByline": "Break bad habits and procrastination cycles with immediate consequences.", @@ -152,9 +152,9 @@ "schoolSample3": "Meet with Study Group", "schoolSample4": "Notes for 1 Chapter", "schoolSample5": "Read 1 Chapter", - "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to HabitRPG. I'm just always so eager to reach my next level-up!", + "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to [Habitica]. I'm just always so eager to reach my next level-up!", "skysailorQuote": "My party and our quests keep me engaged in the game, which keeps me motivated to get things done and change my life in positive ways", - "socialTitle": "HabitRPG - Gamify Your Life", + "socialTitle": "Habitica - Gamify Your Life", "supermouse35Quote": "I'm exercising more and I haven't forgotten to take my meds for months! Thanks, Habit. :D", "sync": "Sync", "tasks": "Tasks", @@ -172,11 +172,11 @@ "username": "Username", "watchVideos": "Watch Videos", "work": "Work", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "zelahQuote": "With [Habitica], I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", "reportAccountProblems": "Report Account Problems", "reportCommunityIssues": "Report Community Issues", "generalQuestionsSite": "General Questions about the Site", "businessInquiries": "Business Inquiries", "merchandiseInquiries": "Merchandise Inquiries", "marketingInquiries": "Marketing/Social Media Inquiries" -} \ No newline at end of file +} diff --git a/common/locales/en/gear.json b/common/locales/en/gear.json index c2c0184149..370e707db1 100644 --- a/common/locales/en/gear.json +++ b/common/locales/en/gear.json @@ -223,9 +223,9 @@ "armorSpecialSnowflakeText": "Snowflake Robe", "armorSpecialSnowflakeNotes": "A robe to keep you warm, even in a blizzard. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.", "armorSpecialBirthdayText": "Absurd Party Robes", - "armorSpecialBirthdayNotes": "Happy Birthday, HabitRPG! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthdayNotes": "Happy Birthday, Habitica! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialBirthday2015Text": "Silly Party Robes", - "armorSpecialBirthday2015Notes": "Happy Birthday, HabitRPG! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthday2015Notes": "Happy Birthday, Habitica! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialGaymerxText": "Rainbow Warrior Armor", "armorSpecialGaymerxNotes": "In celebration of pride season and GaymerX, this special armor is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGBTQ and gaming and is open to everyone. It takes place at the InterContinental in downtown San Francisco on July 11-13! Confers no benefit.", diff --git a/common/locales/en/generic.json b/common/locales/en/generic.json index aa6f068cf7..ce0feb31d9 100644 --- a/common/locales/en/generic.json +++ b/common/locales/en/generic.json @@ -1,11 +1,11 @@ { "languageName": "English", "stringNotFound": "String '<%= string %>' not found.", - "titleIndex": "HabitRPG | Your Life The Role Playing Game", + "titleIndex": "Habitica | Your Life The Role Playing Game", "habitica": "Habitica", "expandToolbar": "Expand Toolbar", "collapseToolbar": "Collapse Toolbar", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "markdownBlurb": "Habitica uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", "showFormattingHelp": "Show formatting help", "hideFormattingHelp": "Hide formatting help", "youType": "You type:", @@ -14,8 +14,8 @@ "bold": "**Bold**", "strikethrough": "~~Strikethrough~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Habitica is great!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`code`", @@ -61,16 +61,16 @@ "veteranText": "Has weathered Habit The Grey (our pre Angular website), and has gained many battle-scars from its bugs.", "originalUser": "Original User!", "originalUserText": "One of the very original early adopters. Talk about alpha tester!", - "habitBirthday": "HabitRPG Birthday Bash", - "habitBirthdayText": "Celebrated the HabitRPG Birthday Bash!", - "habitBirthdayPluralText": "Celebrated <%= number %> HabitRPG Birthday Bashes!", + "habitBirthday": "Habitica Birthday Bash", + "habitBirthdayText": "Celebrated the Habitica Birthday Bash!", + "habitBirthdayPluralText": "Celebrated <%= number %> Habitica Birthday Bashes!", "habiticaDay": "Habitica Naming Day", "habiticaDaySingularText": "Celebrated Habitica's Naming Day! Thanks for being a fantastic user.", "habiticaDayPluralText": "Celebrated <%= number %> Naming Days! Thanks for being a fantastic user.", "achievementDilatory": "Savior of Dilatory", "achievementDilatoryText": "Helped defeat the Dread Drag'on of Dilatory during the 2014 Summer Splash Event!", "costumeContest": "2014 Costume Contest", - "costumeContestText": "Participated in the 2014 Halloween Costume Contest. See some of the entries at blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Participated in the 2014 Halloween Costume Contest. See some of the entries at blog.habitica.com/tagged/cosplay!", "memberSince": "- Member since", "lastLoggedIn": "- Last logged in", "notPorted": "This feature is not yet ported from the original site.", @@ -93,7 +93,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "Ask a Question", "reportBug": "Report a Bug", - "contributeToHRPG": "Contribute to HabitRPG", + "contributeToHRPG": "Contribute to Habitica", "overview": "Overview for New Users", "January": "January", "February": "February", diff --git a/common/locales/en/groups.json b/common/locales/en/groups.json index 2c700b50df..4bc24badd9 100644 --- a/common/locales/en/groups.json +++ b/common/locales/en/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Sort by date joined the party", "sortName": "Sort by avatar name", "sortBackgrounds": "Sort by background", - "sortHabitrpgJoined": "Sort by HabitRPG date joined", + "sortHabitrpgJoined": "Sort by Habitica date joined", "sortHabitrpgLastLoggedIn": "Sort by last time user logged in", "ascendingSort": "Sort Ascending", "descendingSort": "Sort Descending", diff --git a/common/locales/en/limited.json b/common/locales/en/limited.json index e7f188469a..4700d40325 100644 --- a/common/locales/en/limited.json +++ b/common/locales/en/limited.json @@ -25,9 +25,9 @@ "seasonalShop": "Seasonal Shop", "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Seasonal Sorceress<%= linkEnd %>", - "seasonalShopClosedText": "The Seasonal Shop is currently closed!! I don't know where the Seasonal Sorceress is now, but I bet she'll be back during the next <%= linkStart %>Grand Gala<%= linkEnd %>!", - "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopClosedText": "The Seasonal Shop is currently closed!! I don't know where the Seasonal Sorceress is now, but I bet she'll be back during the next Grand Gala!", + "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "If you've used the Orb of Rebirth, you can repurchase this equipment in the Rewards Column after you unlock the Item Shop. Initially, you'll only be able to purchase the items for your current class (Warrior by default), but fear not, the other class-specific items will become available if you switch to that class.", "candycaneSet": "Candy Cane (Mage)", "skiSet": "Ski-sassin (Rogue)", diff --git a/common/locales/en/npc.json b/common/locales/en/npc.json index a7927997a2..02919f120e 100644 --- a/common/locales/en/npc.json +++ b/common/locales/en/npc.json @@ -21,9 +21,9 @@ "cool": "Tell Me Later", "dismissAlert": "Dismiss This Alert", "donateText1": "Adds 20 Gems to your account. Gems are used to buy special in-game items, such as shirts and hairstyles.", - "donateText2": "Help support HabitRPG", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", - "donationDesc": "20 Gems, Donation to HabitRPG", + "donateText2": "Help support Habitica", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donationDesc": "20 Gems, Donation to Habitica", "payWithCard": "Pay with Card", "payNote": "Note: PayPal sometimes takes a long time to clear. We recommend paying with card.", "card": "Card", @@ -55,10 +55,10 @@ "tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "Your Party will help you stay accountable. Invite friends to unlock a Quest Scroll!", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "Starting at Level 3, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 3, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 3, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 3.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -78,7 +78,7 @@ "tourRewardsBrief": "Reward List", "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "welcomeToHabit": "Welcome to Habitica, a game to improve your life!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", diff --git a/common/locales/en/pets.json b/common/locales/en/pets.json index a0896e6ce6..cb554c5483 100644 --- a/common/locales/en/pets.json +++ b/common/locales/en/pets.json @@ -16,7 +16,7 @@ "mammoth": "Woolly Mammoth", "orca": "Orca", "royalPurpleGryphon": "Royal Purple Gryphon", - "rarePetPop1": "Click the gold paw to learn more about how you can obtain this rare pet through contributing to HabitRPG!", + "rarePetPop1": "Click the gold paw to learn more about how you can obtain this rare pet through contributing to Habitica!", "rarePetPop2": "How to Get this Pet!", "potion": "<%= potionType %> Potion", "egg": "<%= eggType %> Egg", @@ -30,7 +30,7 @@ "foodText": "food", "food": "Food and Saddles", "noFood": "You don't have any food or saddles.", - "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", + "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", "beastMasterProgress": "Beast Master Progress", "beastAchievement": "You have earned the \"Beast Master\" Achievement for collecting all the pets!", "beastMasterName": "Beast Master", diff --git a/common/locales/en/rebirth.json b/common/locales/en/rebirth.json index 0f7eb4adf3..9ad01828da 100644 --- a/common/locales/en/rebirth.json +++ b/common/locales/en/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Rebirth: New Adventure Available!", - "rebirthUnlock": "You've unlocked Rebirth! This special Market item allows you to begin a new game at level 1 while keeping your tasks, achievements, pets, and more. Use it to breathe new life into HabitRPG if you feel you've achieved it all, or to experience new features with the fresh eyes of a beginning character!", + "rebirthUnlock": "You've unlocked Rebirth! This special Market item allows you to begin a new game at level 1 while keeping your tasks, achievements, pets, and more. Use it to breathe new life into Habitica if you feel you've achieved it all, or to experience new features with the fresh eyes of a beginning character!", "rebirthBegin": "Rebirth: Begin a New Adventure", "rebirthStartOver": "Rebirth starts your character over from Level 1, as if you had created a new account.", "rebirthAdvList1": "You return to full Health.", diff --git a/common/locales/en/settings.json b/common/locales/en/settings.json index 73bbb737ef..f14ed7cf9c 100644 --- a/common/locales/en/settings.json +++ b/common/locales/en/settings.json @@ -2,7 +2,7 @@ "settings": "Settings", "language": "Language", "americanEnglishGovern": "In the event of a discrepancy in the translations, the American English version governs.", - "helpWithTranslation": "Would you like to help with the translation of HabitRPG? Great! Then visit this Trello card.", + "helpWithTranslation": "Would you like to help with the translation of Habitica? Great! Then visit this Trello card.", "showHeaderPop": "Show your avatar, Health/Experience bars, and party.", "stickyHeader": "Sticky header", "stickyHeaderPop": "Affix the header to the top of the screen. Unchecked means it scrolls out of view.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Advanced Options in tasks start collapsed", "startAdvCollapsedPop": "With this option set, Advanced Options will be hidden when you first open a task for editing.", "showTour": "Show Tour", - "restartTour": "Restart the introductory tour from when you first joined HabitRPG.", + "restartTour": "Restart the introductory tour from when you first joined Habitica.", "showBailey": "Show Bailey", "showBaileyPop": "Bring Bailey the Town Crier out of hiding so you can review past news.", "fixVal": "Fix Character Values", @@ -27,7 +27,7 @@ "resetAccount": "Reset Account", "resetAccPop": "Start over, removing all levels, gold, gear, history, and tasks.", "deleteAccount": "Delete Account", - "deleteAccPop": "Cancel and remove your HabitRPG account.", + "deleteAccPop": "Cancel and remove your Habitica account.", "qrCode": "QR Code", "dataExport": "Data Export", "saveData": "Here are a few options for saving your Habit data.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Custom Day Start", "24HrClock": "24Hr Clock", - "customDayStartInfo1": "HabitRPG defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it: ", - "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", + "customDayStartInfo1": "Habitica defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it: ", + "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", "misc": "Misc", "showHeader": "Show Header", "changePass": "Change Password", @@ -56,7 +56,7 @@ "dangerZone": "Danger Zone", "resetText1": "WARNING! This resets many parts of your account. This is highly discouraged, but some people find it useful in the beginning after playing with the site for a short time.", "resetText2": "You will lose all your levels, gold, and experience points. All your tasks will be deleted permanently and you will lose all of your task's historical data. You will lose all your equipment but you will be able to buy it all back, including all limited edition equipment or subscriber Mystery items that you already own (you will need to be in the correct class to re-buy class-specific gear). You will keep your current class and your pets and mounts. You might prefer to use an Orb of Rebirth instead, which is a much safer option and which will preserve your tasks.", - "deleteText": "Are you sure? This will delete your account forever, and it can never be restored! You will need to register a new account to use HabitRPG again. Banked or spent Gems will not be refunded. If you're absolutely certain, type <%= deleteWord %> into the text box below.", + "deleteText": "Are you sure? This will delete your account forever, and it can never be restored! You will need to register a new account to use Habitica again. Banked or spent Gems will not be refunded. If you're absolutely certain, type <%= deleteWord %> into the text box below.", "API": "API", "APIText": "Copy these for use in third party applications. However, think of your API Token like a password, and do not share it publicly. You may occasionally be asked for your User ID, but never post your API Token where others can see it, including on Github.", "APIToken": "API Token (this is a password - see warning above!)", @@ -79,13 +79,13 @@ "data": "Data", "exportData": "Export Data", "emailChange1": "To change your email address, please send an email to", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": " including both your old and new email address as well as your User ID.", "username": "Login Name", "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Registered with Facebook", - "loginNameDescription1": "This is what you use to login to HabitRPG. Go to ", + "loginNameDescription1": "This is what you use to login to Habitica. Go to ", "loginNameDescription2": "User->Profile", "loginNameDescription3": "to change the name that appears in your avatar and chat messages.", "emailNotifications": "Email Notifications", @@ -101,12 +101,12 @@ "questStarted": "Your Quest has Begun", "invitedQuest": "Invited to Quest", "kickedGroup": "Kicked from group", - "remindersToLogin": "Reminders to check in to HabitRPG", + "remindersToLogin": "Reminders to check in to Habitica", "unsubscribedSuccessfully": "Unsubscribed successfully!", - "unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from the settings (requires login).", - "unsubscribedTextOthers": "You won't receive any other email from HabitRPG.", + "unsubscribedTextUsers": "You have successfully unsubscribed from all Habitica emails. You can enable only the emails you want to receive from the settings (requires login).", + "unsubscribedTextOthers": "You won't receive any other email from Habitica.", "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.", + "unsubscribeAllEmailsText": "By checking this box, I certify that I understand that by unsubscribing from all emails, Habitica will never be able to notify me via email about important changes to the site or my account.", "correctlyUnsubscribedEmailType": "Correctly unsubscribed from \"<%= emailType %>\" emails.", "subscriptionRateText": "Recurring $<%= price %> every <%= months %> months", "benefits": "Benefits", diff --git a/common/locales/en/subscriber.json b/common/locales/en/subscriber.json index e6e4876c09..0c01e4074c 100644 --- a/common/locales/en/subscriber.json +++ b/common/locales/en/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / Month", "organization": "Organization", "groupPlans": "Corporate Plans", - "indivPlan1": "For individuals, HabitRPG is free to play. Even for small interest groups, free (or cheap)", + "indivPlan1": "For individuals, Habitica 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", + "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 Habitica for your group or organization, secure and independent of", "groupText2": "See below for additional plan perks, and contact us for more information!", "planFamily": "Family (Coming Soon)", "planGroup": "Group (Coming Soon)", "dedicatedHost": "Dedicated Hosting", - "dedicatedHostText": "Dedicated Hosting: you get your own database and server hosted by HabitRPG, or optionally we'll install it in your organization's network. If not checked, the plan uses \"Shared Hosting\": your organization uses the same database as HabitRPG proper while performing independently Habitica. Your members are shielded from Tavern & Guilds, but still on the same server/database.", + "dedicatedHostText": "Dedicated Hosting: you get your own database and server hosted by Habitica, or optionally we'll install it in your organization's network. If not checked, the plan uses \"Shared Hosting\": your organization uses the same database as Habitica proper while performing independently Habitica. Your members are shielded from Tavern & Guilds, but still on the same server/database.", "individualSub": "Individual Subscription", "subscribe": "Subscribe", "subscribed": "Subscribed", @@ -33,9 +33,9 @@ "adminSub": "Administrator Subscriptions", "morePlans": "More Plans
Coming Soon", "organizationSub": "Private Organization", - "organizationSubText": "Members of the organization participate outside of HabitRPG proper, providing focus for your participants.", + "organizationSubText": "Members of the organization participate outside of Habitica proper, providing focus for your participants.", "hostingType": "Hosting Type", - "hostingTypeText": "Shared hosting means your organization uses the same database as HabitRPG proper even though you don't interact with Habitica. Dedicated means you get your own database and server. You can choose to have HabitRPG host your server/db, or we can install it on your own servers.", + "hostingTypeText": "Shared hosting means your organization uses the same database as Habitica proper even though you don't interact with Habitica. Dedicated means you get your own database and server. You can choose to have Habitica host your server/db, or we can install it on your own servers.", "dedicated": "Dedicated", "customDomain": "Custom Domain", "customDomainText": "We can optionally give you your own domain for the installation.", @@ -58,7 +58,7 @@ "buySubsText": "Buy gems with Gold, No Ads, Support the Devs", "sureCancelSub": "Are you sure you want to cancel your subscription?", "subCanceled": "Subscription will become inactive on", - "subGemPop": "Because you subscribe to HabitRPG, you can purchase a number of Gems each month using Gold. You can see how many Gems are available to buy at the corner of the Gem icon.", + "subGemPop": "Because you subscribe to Habitica, you can purchase a number of Gems each month using Gold. You can see how many Gems are available to buy at the corner of the Gem icon.", "subGemName": "Subscriber Gems", "timeTravelers": "Time Travelers", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> and <%= linkStartVicky %>Vicky<%= linkEnd %>", diff --git a/common/locales/en/tasks.json b/common/locales/en/tasks.json index c079ca14a3..650484181f 100644 --- a/common/locales/en/tasks.json +++ b/common/locales/en/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Delete Completed", "lotOfToDos": "Completed To-Dos are automatically archived after 3 days. You can access them from Settings > Export.", "deleteToDosExplanation": "If you click the button below, all of your completed To-Dos and archived To-Dos will be permanently deleted. Export them first if you want to keep a record of them.", - "beeminderDeleteWarning": "Beeminder users: First read Deleting Completed To-Dos Without Confusing Beeminder!", + "beeminderDeleteWarning": "Beeminder users: First read Deleting Completed To-Dos Without Confusing Beeminder!", "addmultiple": "Add Multiple", "addsingle": "Add Single", "habits": "Habits", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "You're Resting in the Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If you're in a quest, you won't deal damage/collect items until you check out of the Inn, but you can still be injured by a Boss if your Party mates skip their own Dailies.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Click for help" } diff --git a/common/locales/en@pirate/backgrounds.json b/common/locales/en@pirate/backgrounds.json index dc5f8818ce..99bcd4709a 100644 --- a/common/locales/en@pirate/backgrounds.json +++ b/common/locales/en@pirate/backgrounds.json @@ -97,5 +97,5 @@ "backgroundGiantWaveText": "Giant Wave", "backgroundGiantWaveNotes": "Surf a Giant Wave!", "backgroundSunkenShipText": "Sunken Ship", - "backgroundSunkenShipNotes": "Explore a Sunken Ship." -} \ No newline at end of file + "backgroundSunkenShipNotes": "Explore ye Sunken Ship." +} diff --git a/common/locales/en@pirate/challenge.json b/common/locales/en@pirate/challenge.json index e9acfef368..5b87adc10d 100644 --- a/common/locales/en@pirate/challenge.json +++ b/common/locales/en@pirate/challenge.json @@ -1,22 +1,22 @@ { "challenge": "Challenge", "brokenChaLink": "Broken Challenge Link", - "brokenTask": "Broken Challenge Link: 'tis task was part 'o a challenge, but has be removed from it. What would ye like to do?", + "brokenTask": "Broken Challenge Link: 'tis task was part o' a challenge, but has be removed from it. What would ye like to do?", "keepIt": "Keep It", "removeIt": "Remove It", - "brokenChallenge": "Broken Challenge Link: Ye task was part 'o a challenge, but th' challenge (or group) has be deleted. What to do wit' th' orphan tasks?", - "keepThem": "Keep Them", - "removeThem": "Remove Them", + "brokenChallenge": "Broken Challenge Link: Ye task was part o' a challenge, but th' challenge (or group) has be deleted. What to do wit' th' orphan tasks?", + "keepThem": "Keep 'Em", + "removeThem": "Remove 'Em", "challengeCompleted": "Ye challenge has be completed, 'n th' winner was <%= user %>! What to do wit' th' orphan tasks?", - "unsubChallenge": "Broken Challenge Link: Ye task was part 'o a challenge, but ye have unsubscribed from t' challenge. What to do wit' t' orphan tasks?", + "unsubChallenge": "Broken Challenge Link: Ye task was part o' a challenge, but ye've unsubscribed from t' challenge. What to do wit' t' orphan tasks?", "challengeWinner": "Was t' victor in t' followin' challenges", "challenges": "Challenges", "noChallenges": "No challenges yet, visit", - "toCreate": "to create one.", + "toCreate": "t' create one.", "selectWinner": "Select a winner an' close th' challenge:", "deleteOrSelect": "Delete or select winner", "endChallenge": "End Challenge", - "challengeDiscription": "The arg ye Challenge's tasks that yir be added to yo'r task d'ashboard when yor'g join ye Challenge. The sample Challenge tasks below will change color and g'ain graphs to show you the overall prog'ress of ye group.", + "challengeDiscription": "The are ye Challenge's tasks that'll be added to yer task dashboard when ye join thi' Challenge. The sample Challenge tasks below will change color an' gain graphs t' show ye th' overall progress of ye group.", "hows": "How's Everyone Doing?", "filter": "Filter", "groups": "Groups", @@ -33,10 +33,10 @@ "challengeTagPop": "Challenges appear on tag-lists & task-tooltips. So while ye'll want a descriptive title above, ye'll also need a 'short name'. Eg, 'Lose 10 pounds in 3 months' might become '-10lb' (Click fer more info).", "challengeDescr": "Description", "prize": "Treasure", - "prizePop": "If someone can 'win' yer challenge, you can optionally award tha' winner a Sapphire prize. Max = number of gems you own (+ alliance sapphires, if ye created this challenge's alliance). Note: This prize can't be changed later.", + "prizePop": "If someone can 'win' yer challenge, you can optionally award tha' winner a Sapphire prize. Max = number of sapphires ye own (+ alliance sapphires, if ye created this challenge's alliance). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' yer challenge, ye can award tha' winner a Sapphire prize. Max = number o' sapphires ye own. Note: This prize can't be changed later an' Tavern challenges will not be refunded if the challenge is cancelled.", - "publicChallenges": "Minimum 1 Gem fer public challenges (helps prevent spam, it really does).", - "officialChallenge": "Official HabitRPG Challenge", + "publicChallenges": "Minimum 1 Sapphire fer public challenges (helps prevent spam, it really does).", + "officialChallenge": "Official Habitica Challenge", "by": "by", "participants": "<%= membercount %> Scalliwags", "join": "Join", @@ -44,7 +44,7 @@ "selectGroup": "Please select group", "challengeCreated": "Challenge created", "sureDelCha": "Delete challenge, arrr ye sure?", - "sureDelChaTavern": "Walk the plank, arr ye sure? Gems will be plundered if yah accept.", + "sureDelChaTavern": "Delete challenge, arr ye sure? Yer Sapphires 'll be plundered if ye do thi'.", "removeTasks": "Remove Tasks", "keepTasks": "Keep Tasks", "closeCha": "Close challenge an'...", @@ -57,4 +57,4 @@ "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", "clone": "Clone", "challengeNotEnoughGems": "Ye do not have enough sapphires to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/character.json b/common/locales/en@pirate/character.json index b47324613c..3ca823f20c 100644 --- a/common/locales/en@pirate/character.json +++ b/common/locales/en@pirate/character.json @@ -56,7 +56,7 @@ "costumeText": "If ye prefer th' look 'o other gear to what ye have equipped, check th' \"Use Costume\" box to visually don a costume while wearin' ye battle gear underneath.", "useCostume": "Use Costume", "useCostumeInfo1": "Click \"Use Costume\" to equip items t' yer avatar without affectin' th' stats from yer Battle Gear! This means tha' ye can equip f'r th' best stats on th' left, and dress up yer avatar with yer equipment on th' right.", - "useCostumeInfo2": "Once ye click \"Use Costume\" yer avatar 'll look pretty basic... but don' worry! If ye look on th' left, you'll see that yer Battle Gear still be equipped. Next, ye can make things fancy! Anythin' ye equip on th' right won't affect yer stats, but can make ye look super awesome. Try out diff'rent combos, mixin' sets, and coordinatin' yer Costume with ye pets, mounts, an' backgrounds.

Got more questions? Check out th' Costume page on th' wiki. Find th' perfect ensemble? Show it off in th' Costume Carnival guild or brag in th' Tavern!", + "useCostumeInfo2": "Once ye click \"Use Costume\" yer avatar 'll look pretty basic... but don' worry! If ye look on th' left, you'll see that yer Battle Gear still be equipped. Next, ye can make things fancy! Anythin' ye equip on th' right won't affect yer stats, but can make ye look super awesome. Try out diff'rent combos, mixin' sets, and coordinatin' yer Costume with ye pets, mounts, an' backgrounds.

Got more questions? Check out th' Costume page on th' wiki. Find th' perfect ensemble? Show it off in th' Costume Carnival guild or brag in th' Tavern!", "gearAchievement": "Yar have earned the \"Ultimate Gearr\" Achievement for upgradin' to te' maximum gear set for a class! Yar have attained the following complete sets:", "moreGearAchievements": "Ye attain mor' Ultimate Gear badges, chan'e clas'ses on yor'g stats page and buy up yor'g new class's gear!", "armoireUnlocked": "Yor'ge also unlocked the Enchanted Booty! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give yie random XP or food items.", @@ -69,15 +69,15 @@ "mp": "MP", "xp": "XP", "health": "Health", - "allocateStr": "Points allocated to Strength:", - "allocateStrPop": "Add a point to Strength", - "allocateCon": "Points allocated to Constitution:", - "allocateConPop": "Add a point to Constitution", - "allocatePer": "Points allocated to Perception:", - "allocatePerPop": "Add a point to Perception", - "allocateInt": "Points allocated to Intelligence:", - "allocateIntPop": "Add a point to Intelligence", - "noMoreAllocate": "Now that yor'ge hit level 100, you won't gain any yore Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Re'birth, now available for free in the Market.", + "allocateStr": "Points allocated t' Strength:", + "allocateStrPop": "Add a point t' Strength", + "allocateCon": "Points allocated t' Constitution:", + "allocateConPop": "Add a point t' Constitution", + "allocatePer": "Points allocated t' Perception:", + "allocatePerPop": "Add a point t' Perception", + "allocateInt": "Points allocated t' Intelligence:", + "allocateIntPop": "Add a point t' Intelligence", + "noMoreAllocate": "Now that yor'ge hit level 100, you won't gain any yore Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Re'birth, now available for free in the Market.", "stats": "Stats", "strength": "Strength", "strengthText": "Strength increases th' chance 'o random \"critical hits\" 'n th' Doubloon, Experience, 'n loot chance boost from them. It also helps deal damage to boss monsters.", @@ -121,7 +121,7 @@ "rogueText": "Scallywags be wantin' riches most of all, gainin' more Doubloons than anyone else, 'n be adept at findin' random items. Their iconic Stealth ability lets 'em duck the consequences o' missed Dailies. Play a Scallywag if ye find strong motivation from Rewards 'n Achievements, strivin' fer loot 'n medals!", "healerText": "Docs stand impervious against harm, 'n extend that protection to others. Missed Dailies 'n bad Habits don't faze them much, 'n they have ways to recover Health from failure. Play a Doc if ye heartly enjoy assistin' others in ye crew, or if th' idea 'o cheatin' Davy Jones' through harrrd work inspires ye!", "optOut": "Opt Out", - "optOutText": "Can't be bothered with classes? Want t' choose later? Opt out - ye'll be a warrior with no special abilities. You c'n read 'bout th' class system later on th' wiki an' enable classes at any time under User -> Stats.", + "optOutText": "Can't be bothered with classes? Want t' choose later? Opt out - ye'll be a warrior with no special abilities. Ye c'n read 'bout th' class system later on th' wiki an' enable classes at any time under User -> Stats.", "select": "Select", "stealth": "Stealth", "stealthNewDay": "When a new day begins, ye will avoid damage from this many missed Dailies.", @@ -130,27 +130,27 @@ "respawn": "Respawn!", "youDied": "Avast! Yer dead!", "dieText": "Ye've lost a Level, all ye Doubloons, 'n a random piece 'o Equipment. Arise, Habiteer, 'n give a go' again! Curb them negative Habits, be vigilant in completion 'o Dailies, 'n hold Davy Jones' locker at arm's length wit' a Health Potion if ye falter!", - "sureReset": "Be ye sure? 'tis gunna reset ye character's class 'n allocated points (ye'll get them all back to re-allocate), 'n costs 3 gems", - "purchaseFor": "Purchase fer <%= cost %> Gems?", + "sureReset": "Be ye sure? 'tis gunna reset ye character's class 'n allocated points (ye'll get them all back t' re-allocate), 'n costs 3 sapphires", + "purchaseFor": "Purchase fer <%= cost %> Sapphires?", "notEnoughMana": "Not enough mana.", "invalidTarget": "Invalid target", "youCast": "Ye cast <%= spell %>.", "youCastTarget": "Ye cast <%= spell %> on <%= target %>.", - "youCastParty": "You cast <%= spell %> for the crew.", + "youCastParty": "Ye cast <%= spell %> f'r th' crew.", "critBonus": "Critical Hit! Bonus:", - "displayNameDescription1": "This' yi appears messages on your post in the Tavern, guilds, and party chat, along with yie displayed on your avatar. Go to", + "displayNameDescription1": "This be what appears messages on ye post in the Pub, alliances, and crew chat, along with ye displayed on your avatar. Go to", "displayNameDescription2": "Settings->Site", - "displayNameDescription3": "and scroll down to the Registration section to change yer login name.", + "displayNameDescription3": "an' scroll down t' th' Registration section t' change yer login name.", "unequipBattleGear": "Unequip Battle Gear", "unequipCostume": "Unequip Costume", "unequipPetMountBackground": "Unequip Pet, Mount, Background", "animalSkins": "Animal Skins", "chooseClassHeading": "Choose yer Class! Or opt out t' choose later.", - "warriorWiki": "Warrior", - "mageWiki": "Mage", - "rogueWiki": "Rogue", - "healerWiki": "Healer", - "chooseClassLearn": "Learn more about classes", + "warriorWiki": "Warrior", + "mageWiki": "Magician", + "rogueWiki": "Scallywag", + "healerWiki": "Doc", + "chooseClassLearn": "Learn more about classes", "str": "STR", "con": "CON", "per": "PER", diff --git a/common/locales/en@pirate/communityguidelines.json b/common/locales/en@pirate/communityguidelines.json index 84bce7a99d..cbe86b7290 100644 --- a/common/locales/en@pirate/communityguidelines.json +++ b/common/locales/en@pirate/communityguidelines.json @@ -1,13 +1,13 @@ { "iAcceptCommunityGuidelines": "I hereby agree to follow yer landlubber's Community Laws", - "tavernCommunityGuidelinesPlaceholder": "Friendly reminder: there be younguns in this here chat, so please be mindin' yer language! Cast yer eyes on the Community Guidelines below if ye have any questions. ", - "commGuideHeadingWelcome": "Welcome to HabitRPG", + "tavernCommunityGuidelinesPlaceholder": "Friendly reminder: there be younguns in this here chat, so please be mindin' yer language! Cast yer eyes on the Community Guidelines below if ye have any questions.", + "commGuideHeadingWelcome": "Welcome to Habitica", "commGuidePara001": "Greetings, adventurer! Welcome to Habitica, land of deck-swabbin', good livin', and the occasional rampaging sea beast. Me mates and I have a cheerful crew full of helpful sailors supporting each other on their way to betterin' themselves.", - "commGuidePara002": "To keep you landlubbers safe and productive and moral high, we've drawn up some guidelines. We worked real hard to make 'em simple and friendlylike. Read 'em or there will be flogging. ", + "commGuidePara002": "To keep you landlubbers safe and productive and moral high, we've drawn up some guidelines. We worked real hard to make 'em simple and friendlylike. Read 'em or there will be flogging.", "commGuidePara003": "These guidelines be applyin' to all of our hideouts: Trello, GitHub, Transifex, the Wikia (wiki) 'n any others ye may come across. When unforeseen storms erupt 'n the sailin' be rough, the mods may respond by editin' the guidelines to keep ye and yer crew safe from scoundrels 'n necromancers. Be not afraid, me hearties, ye'll be told by Cap'n Bailey if the guidelines be changin',.", "commGuidePara004": "Now hoist the sails and keep yer eyes peeled fer treasure; we're settin' sail!", "commGuideHeadingBeing": "Bein' a Habitician", - "commGuidePara005": "HabitRPG is first and foremost a website devoted to improvement. As a result, we've been lucky to attract one of the warmest, kindest, most courteous and supportive communities on the internet. There are many traits that make up Habiticans. Some of the most common and most notable are:", + "commGuidePara005": "Habitica is first and foremost a website devoted to improvement. As a result, we've been lucky to attract one of the warmest, kindest, most courteous and supportive communities on the internet. There are many traits that make up Habiticans. Some of the most common and most notable are:", "commGuideList01A": "A Helpful Spirit. Many people devote time and energy helping out new members of the community and guiding them. The Newbies Guild, for example, is a guild devoted just to answering people's questions. If you think you can help, don't be shy!", "commGuideList01B": "A Diligent Attitude. Habiticans work hard to improve their lives, but also help build the site and improve it constantly. We're an open-source project, so we are all constantly working to make the site the best place it can be.", "commGuideList01C": "A Supportive Demeanor. Habiticans cheer for each other's victories, and comfort each other during hard times. We lend strength to each other and lean on each other and learn from each other. In parties, we do this with our spells; in chat rooms, we do this with kind and supportive words.", @@ -19,73 +19,73 @@ "commGuidePara009": "The current Staff Members be (from port to starboard):", "commGuidePara009a": "on Trello", "commGuidePara009b": "on GitHub", - "commGuidePara010": "There be also a couple 'a Moderators assistin' the staff members. They be wise fellows, so respect and heed 'em or else! ", + "commGuidePara010": "There be also a couple 'a Moderators assistin' the staff members. They be wise fellows, so respect and heed 'em or else!", "commGuidePara011": "The current Moderators be (from port to starboard):", - "commGuidePara011a": "gossipin' in the Pub ", + "commGuidePara011a": "gossipin' in the Pub", "commGuidePara011b": "on GitHub/Wikia", "commGuidePara011c": "on Wikia", "commGuidePara011d": "on GitHub", - "commGuidePara012": "If ye 'ave an issue er concern about a particular Mod, please send a letter t' Lemoness (leslie@habitrpg.com).", - "commGuidePara013": "In a community as big as Habitica, users come and go, and sometimes a moderator needs to lay down their noble mantle and relax. The following are Moderators Emeritus. They no longer act with the power of a Moderator, but we would still like to honor their work!", - "commGuidePara014": "Moderators Emeritus:", + "commGuidePara012": "If ye 'ave an issue er concern about a particular Mod, please send a letter t' Lemoness (leslie@habitica).", + "commGuidePara013": "In an ocean as wide as Habitica, Pirates come and go, sometimes the Privateers be needin' a break. These here be Privateers Emeritus. They have swabbed the deck and walked the plank and no longer have yer special powers, but they still be honorable.", + "commGuidePara014": "Privateers Emeritus:", "commGuideHeadingPublicSpaces": "Gatherin' Places in Habitica", "commGuidePara015": "There be two kinds of gatherin' places in Habitica: public 'n private. The Pub, Public Guilds, GitHub, Trello, 'n the Wiki be public. Private Guilds, party chat, 'n Messages in a Bottle be private.", - "commGuidePara016": "When navigating ther' rough seas in HabitRPG, some landlubber guidelines to seek out ye shold abide by so yer don't go gettin' sea sick on me boat. These be adventures ye will fancy.", - "commGuidePara017": "Respect each other. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes HabitRPG so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:", + "commGuidePara016": "When navigating ther' rough seas in Habitica, some landlubber guidelines to seek out ye shold abide by so yer don't go gettin' sea sick on me boat. These be adventures ye will fancy.", + "commGuidePara017": "Respect each other. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes Habitica so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:", "commGuideList02A": "Obey all of the Terms and Conditions.", "commGuideList02B": "Do not post images or text that are violent, threatening, or sexually explicit/suggestive, or that promote discrimination, bigotry, racism, sexism, hatred, harassment or harm against any individual or group. Not even as a joke. This includes slurs as well as statements. Not everyone has the same sense of humor, and so something that you consider a joke may be hurtful to another. Attack your Dailies, not each other.", "commGuideList02C": "Keep discussions appropriate for all ages. We have many young Habiticans who use the site! Let's not tarnish any innocents or hinder any Habiticans in their goals.", "commGuideList02D": "Avoid profanity. This includes milder, religious-based oaths that may be acceptable elsewhere-we have people from all religious and cultural backgrounds, and we want to make sure that all of them feel comfortable in public spaces. Additionally, slurs will be dealt with very severely, as they are also a violation of the Terms of Service.", - "commGuideList02E": "Avoid extended discussions of divisive topics outside of the Back Corner. If you feel that someone has said something rude or hurtful, do not engage them. A single, polite comment, such as \"That joke makes me feel uncomfortable,\" is fine, but being harsh or unkind in response to harsh or unkind comments heightens tensions and makes HabitRPG a more negative space. Kindness and politeness helps others understand where you are coming from.", + "commGuideList02E": "Avoid extended discussions of divisive topics outside of the Back Corner. If you feel that someone has said something rude or hurtful, do not engage them. A single, polite comment, such as \"That joke makes me feel uncomfortable,\" is fine, but being harsh or unkind in response to harsh or unkind comments heightens tensions and makes Habitica a more negative space. Kindness and politeness helps others understand where you are coming from.", "commGuideList02F": "Comply immediately with any Mod request to cease a discussion or move it to the Back Corner. Last words, parting shots and conclusive zingers should all be delivered (courteously) at your \"table\" in the Back Corner, if allowed.", "commGuideList02G": "Take time to reflect instead of responding in anger if someone tells you that something you said or did made them uncomfortable. There is great strength in being able to sincerely apologize to someone. If you feel that the way they responded to you was inappropriate, contact a mod rather than calling them out on it publicly.", - "commGuideList02H": "Divisive/contentious conversations should be reported to mods. If you feel that a conversation is getting heated, overly emotional, or hurtful, cease to engage. Instead, email leslie@habitrpg.com to let us know about it. It's our job to keep you safe.", + "commGuideList02H": "Divisive/contentious conversations should be reported to mods. If you feel that a conversation is getting heated, overly emotional, or hurtful, cease to engage. Instead, email leslie@habitica to let us know about it. It's our job to keep you safe.", "commGuideList02I": "Do not spam. Spamming may include, but is not limited to: posting the same comment or query in multiple places, posting links without explanation or context, posting nonsensical messages, or posting many messages in a row. Repeatedly begging for gems or a subscription may also be considered spamming.", "commGuidePara019": "In private spaces, users have more freedom to discuss whatever topics they would like, but they still may not violate the Terms and Conditions, including posting any discriminatory, violent, or threatening content.", "commGuidePara020": "Private Messages (PMs) have some additional guidelines. If someone has blocked you, do not contact them elsewhere to ask them to unblock you. Additionally, you should not send PMs to someone asking for support (since public answers to support questions are helpful to the community). Finally, do not send anyone PMs begging for a gift of gems or a subscription, as this can be considered spamming.", - "commGuidePara021": "Furthermore, some public spaces in Habitica have additional guidelines.", + "commGuidePara021": "Some gatherin' places in Habitica abide by more guideline scrolls.", "commGuideHeadingTavern": "The Tavern", "commGuidePara022": "This here Pub be ther spot for landlubbers like ye to chat. Daniel the Barkeeper swabs the deck while Lemoness conjures some scurvy scarin' punch for yer to sit and talk over.\nKeep in yer' landlubbin' head:", "commGuidePara023": "Conversation tends to revolve around casual chatting and productivity or life improvement tips.", "commGuidePara024": "Because the Tavern chat can only hold 200 messages, it isn't a good place for prolonged conversations on topics, especially sensitive ones (ex. politics, religion, depression, whether or not goblin-hunting should be banned, etc.). These conversations should be taken to an applicable guild or the Back Corner (more information below).", - "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use HabitRPG to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", + "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use Habitica to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", "commGuideHeadingPublicGuilds": "Public Crews", "commGuidePara029": "Public guilds are much like the Tavern, except that instead of being centered around general conversation, they have a focused theme. Public guild chat should focus on this theme. For example, members of the Wordsmiths guild might be cross if they found the conversation suddenly focusing on gardening instead of writing, and a Dragon-Fanciers guild might not have any interest in deciphering ancient runes. Some guilds are more lax about this than others, but in general, try to stay on topic!", "commGuidePara031": "Some public guilds will contain sensitive topics such as depression, religion, politics, etc. This is fine as long as the conversations therein do not violate any of the Terms and Conditions or Public Space Rules, and as long as they stay on topic.", - "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitrpg.com with screenshots.", + "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitica with screenshots.", "commGuidePara035": "No Guilds, Public or Private, should be created for the purpose of attacking any group or individual. Creating such a Guild is grounds for an instant ban. Fight bad habits, not your fellow adventurers!", "commGuidePara037": "All Tavern Challenges and Public Guild Challenges must comply with these rules as well.", - "commGuideHeadingBackCorner": "The Back Corner", + "commGuideHeadingBackCorner": "The Starboard Side", "commGuidePara038": "Sometimes a conversation will get too long, off-topic, or sensitive to be continued in a Public Space without making users uncomfortable. In that case, the conversation will be directed to the Back Corner Guild. Note that being directed to the Back Corner is not at all a punishment! In fact, many Habiticans like to hang out there and discuss things at length.", "commGuidePara039": "The Back Corner Guild is a free public space to discuss sensitive material or a single conversation for a long time, and it is carefully moderated. The Public Space Guidelines still apply, as do all of the Terms and Conditions. Just because we are wearing long cloaks and clustering in a corner doesn't mean that anything goes! Now pass me that smoldering candle, will you?", "commGuideHeadingTrello": "Trello Boards", "commGuidePara040": "Trello serves as an open forum for suggestions and discussion of site features. Habitica is ruled by the people in the form of valiant contributors -- we all build the site together. Trello is the system that lends method to our madness. Out of consideration for this, try your best to contain all your thoughts into one comment, instead of commenting many times in a row on the same card. If you think of something new, feel free to edit your original comments. Please, take pity on those of us who receive a notification for every new comment. Our inboxes can only withstand so much.", - "commGuidePara041": "HabitRPG uses five different Trello boards:", + "commGuidePara041": "Habitica uses five different Trello boards:", "commGuideList03A": "The Main Board is a place to request and vote on site features.", "commGuideList03B": "The Mobile Board is a place to request and vote on mobile app features.", "commGuideList03C": "The Pixel Art Board is a place to discuss and submit pixel art.", - "commGuideList03D": "The Quest Board is a place to discuss and submit quests.", + "commGuideList03D": "This here Adventure Board be a place to chat and hand ov'r ye adventure idears.", "commGuideList03E": "The Wiki Board is a place to improve, discuss and request new wiki content.", "commGuidePara042": "All have their own guidelines outlined, and the Public Spaces rules apply. Users should avoid going off-topic in any of the boards or cards. Trust us, the boards get crowded enough as it is! Prolonged conversations should be moved to the Back Corner Guild.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", - "commGuidePara044": "The following users are members of the HabitRPG repo:", + "commGuidePara043": "Habitica uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", + "commGuidePara044": "These landlubbers be scallewags of the Habitica repo:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "The HabitRPG wiki collects information about the site. It also hosts a few forums similar to the guilds on HabitRPG. Hence, all the Public Space rules apply.", - "commGuidePara046": "The HabitRPG wiki can be considered to be a database of all things HabitRPG. It provides information about site features, guides to play the game, tips on how you can contribute to HabitRPG and also provides a place for you to advertise your guild or party and vote on topics.", - "commGuidePara047": "Since the wiki is hosted by Wikia, the terms and conditions of Wikia also apply in addition to the rules set by HabitRPG and the HabitRPG wiki site.", - "commGuidePara048": "The wiki is solely a collaboration between all of its editors so some additional guidelines include:", + "commGuidePara045": "The Habitica wiki collects information about the site. It also hosts a few forums similar to the guilds on Habitica. Hence, all the Public Space rules apply.", + "commGuidePara046": "The Habitica wiki can be considered to be a database of all things Habitica. It provides information about site features, guides to play the game, tips on how you can contribute to Habitica and also provides a place for you to advertise your guild or party and vote on topics.", + "commGuidePara047": "Since the wiki is hosted by Wikia, the terms and conditions of Wikia also apply in addition to the rules set by Habitica and the Habitica wiki site.", + "commGuidePara048": "The wiki be an entire chatting' an' meetin' with all yer scallewags; ther' be extra rules on this here ship:", "commGuideList04A": "Requesting new pages or major changes on the Wiki Trello board", "commGuideList04B": "Being open to other peoples' suggestion about your edit", "commGuideList04C": "Discussing any conflict of edits within the page's talk page", "commGuideList04D": "Bringing any unresolved conflict to the attention of wiki admins", - "commGuideList04E": "Not spamming or sabotaging pages for personal gain", + "commGuideList04E": "Not cannonballin' ye mates ship nor scrolls to better ye self.", "commGuideList04F": "Read the wiki contribution page before making major changes", "commGuideList04G": "Impartial tone within wiki pages", - "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of HabitRPG and not pertaining to a particular guild or party (such information can be moved to the forums)", + "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of Habitica and not pertaining to a particular guild or party (such information can be moved to the forums)", "commGuidePara049": "The following people are the current wiki administrators:", "commGuidePara018": "Wiki Administrators Emeritus are", - "commGuideHeadingInfractionsEtc": "Infractions, Consequences, and Restoration", + "commGuideHeadingInfractionsEtc": "Walking the Plank", "commGuideHeadingInfractions": "Infractions", "commGuidePara050": "Overwhelmingly, Habiticans assist each other, are respectful, and work to make the whole community fun and friendly. However, once in a blue moon, something that a Habitican does may violate one of the above guidelines. When this happens, the Mods will take whatever actions they deem necessary to keep Habitica safe and comfortable for everyone.", "commGuidePara051": "There are a variety of infractions, and they are dealt with depending on their severity. These are not conclusive lists, and Mods have a certain amount of discretion. The Mods will take context into account when evaluating infractions.", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Moderate Infractions", "commGuidePara054": "Moderate infractions do not make our community unsafe, but they do make it unpleasant. These infractions will have moderate consequences. When in conjunction with multiple infractions, the consequences may grow more severe.", "commGuidePara055": "The following are some examples of Moderate Infractions. This is not a comprehensive list.", - "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitrpg.com).", + "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitica).", "commGuideList06B": "Backseat Modding. To quickly clarify a relevant point: A friendly mention of the rules is fine. Backseat modding consists of telling, demanding, and/or strongly implying that someone must take an action that you describe to correct a mistake. You can alert someone to the fact that they have committed a transgression, but please do not demand an action-for example, saying, \"Just so you know, profanity is discouraged in the Tavern, so you may want to delete that,\" would be better than saying, \"I'm going to have to ask you to delete that post.\"", "commGuideList06C": "Repeated Violation of Public Space Guidelines", "commGuideList06D": "Repeated Minor Infractions", @@ -139,8 +139,8 @@ "commGuidePara062": "The email that you receive explaining the consequences of your actions (or, in the case of minor consequences, the Mod/Staff announcement) is a good source of information. Cooperate with any restrictions which have been imposed, and endeavor to meet the requirements to have any penalties lifted.", "commGuidePara063": "If you do not understand your consequences, or the nature of your infraction, ask the Staff/Moderators for help so you can avoid committing infractions in the future.", "commGuideHeadingContributing": "Contributing to Habitica", - "commGuidePara064": "HabitRPG be an open-source ship, meanin' any Habiticans are welcome to come aboard! The ones who do will reap their share of treasure accordin' to the following tier of rewards:", - "commGuideList12A": "HabitRPG Contributor's badge, plus 3 Gems", + "commGuidePara064": "Habitica be an open-source ship, meanin' any Habiticans are welcome to come aboard! The ones who do will reap their share of treasure accordin' to the following tier of rewards:", + "commGuideList12A": "Habitica Contributor's badge, plus 3 Gems", "commGuideList12B": "Contributor Arrrmor, plus 3 Gems.", "commGuideList12C": "Contributor Helmet, plus 3 Gems.", "commGuideList12D": "Contributor Sword, plus 4 Gems.", @@ -154,7 +154,7 @@ "commGuideList13C": "Tiers don't \"start over\" in each field. When scaling the difficulty, we look at all your contributions, so that people who do a little bit of art, then fix a small bug, then dabble a bit in the wiki, do not proceed faster than people who are working hard at a single task. This helps keep things fair!", "commGuideList13D": "Users on probation cannot be promoted to the next tier. Mods have the right to freeze user advancement due to infractions. If this happens, the user will always be informed of the decision, and how to correct it. Tiers may also be removed as a result of infractions or probation.", "commGuideHeadingFinal": "The Final Section", - "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitrpg.com) and she will be happy to help clarify things.", + "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitica) and she will be happy to help clarify things.", "commGuidePara068": "Now venture forth, ye scurvy dog, into the great blue yonder and send them Dailies to Davy Jones' locker.", "commGuideHeadingLinks": "Useful Links", "commGuidePara069": "The following talented artists contributed to these illustrations:", @@ -163,7 +163,7 @@ "commGuideLink02": "The Black Corner Crew", "commGuideLink02description": "a guild for the discussion of long or sensitive topics.", "commGuideLink03": "The Wiki", - "commGuideLink03description": "the biggest collection of information about HabitRPG.", + "commGuideLink03description": "the biggest collection of information about Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "for bug reports or helping code programs!", "commGuideLink05": "The Main Trello", diff --git a/common/locales/en@pirate/content.json b/common/locales/en@pirate/content.json index 6cf18b2a19..b6c590095d 100644 --- a/common/locales/en@pirate/content.json +++ b/common/locales/en@pirate/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Saddle", "foodSaddleNotes": "Instantly turns one 'o yer pets into a mount.", "foodNotes": "Feed this to a pet 'n mayhaps it'll grow inter a sturdy steed." -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/contrib.json b/common/locales/en@pirate/contrib.json index c1221fb2dc..3a58614f7e 100644 --- a/common/locales/en@pirate/contrib.json +++ b/common/locales/en@pirate/contrib.json @@ -1,6 +1,6 @@ { "friend": "Bucko", - "friendFirst": "When your first set of submissions is deployed, you will receive the HabitRPG Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", + "friendFirst": "When your first set of submissions is deployed, you will receive the Habitica Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", "friendSecond": "When ye fourth set 'o submissions be deployed, th' Crystal Sword gunna be available fer purchase in th' Rewards shop. As a bounty fer ye continued work, ye gunna also receive 3 Gems.", "elite": "Boatswain", "eliteThird": "When ye fifth set 'o submissions be deployed, th' Crystal Shield gunna be available fer purchase in th' Rewards shop. As a bounty fer ye continued work, ye gunna also receive 3 Gems.", @@ -9,24 +9,24 @@ "championFifth": "When ye fourth set 'o submissions be deployed, th' Crystal Sword gunna be available fer purchase in th' Rewards shop. As a bounty fer ye continued work, ye gunna also receive 4 Gems.", "championSixth": "When ye fifth set 'o submissions be deployed, th' Crystal Shield gunna be available fer purchase in th' Rewards shop. As a bounty fer ye continued work, ye gunna also receive 4 Gems.", "legendary": "Captain", - "legSeventh": "When your seventh set o' submissions be deployed, you will receive 4 Gems and become a member o' t' honored Contributor's Guild and be privy t' t' behind-the-scenes details o' HabitRPG! Further contributions do not increase your tier, but you may continue t' earn Gem bounties and titles. ", + "legSeventh": "When your seventh set o' submissions be deployed, you will receive 4 Gems and become a member o' t' honored Contributor's Guild and be privy t' t' behind-the-scenes details o' Habitica! Further contributions do not increase your tier, but you may continue t' earn Gem bounties and titles. ", "moderator": "Seadog", "guardian": "Flibustier", "guardianText": "There be also a couple 'a Moderators assistin' the staff members. They be wise fellows, so respect and heed 'em or else! ", "staff": "Privateer", "heroic": "Fleet Captain", - "heroicText": "The Heroic tier contains HabitRPG staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).", - "npcText": "NPCs backed HabitRPG's Kickstarter at th' highest rank. ye can find their avatarrs watchin' over site features!", + "heroicText": "The Heroic tier contains Habitica staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).", + "npcText": "NPCs backed Habitica's Kickstarter at th' highest rank. ye can find their avatarrs watchin' over site features!", "modalContribAchievement": "Contributor Achievement!", - "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping HabitRPG. See", + "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping Habitica. See", "contribLink": "what treasure ya earned fer yer contribution!", "contribName": "Contributor", - "contribText": "Has contributed to HabitRPG (code, design, pixel art, legal advice, docs, etc). Want 'tis medal?", + "contribText": "Has contributed to Habitica (code, design, pixel art, legal advice, docs, etc). Want 'tis medal?", "readMore": "Read More", "kickstartName": "Kickstarter Backer - $<%= tier %> Rank", "kickstartText": "Backed th' Kickstarter Project", "helped": "Helped Habit Grow", - "helpedText1": "Helped HabitRPG grow by filling out", + "helpedText1": "Helped Habitica grow by filling out", "helpedText2": "this survey.", "hall": "Hall", "contribTitle": "Contributor Title (eg, \"Blacksmith\")", @@ -52,19 +52,19 @@ "tier": "Rank", "visitHeroes": "Visit th' Hall 'o Captains (contributors 'n backers)", "conLearn": "Learn more 'bout contributor rewards", - "conLearnHow": "Learn how t' contribute t' HabitRPG", + "conLearnHow": "Learn how t' contribute t' Habitica", "removeAds": "Subscribe t' remove ads", "whyAds": "Why Ads?", "whyAdsContent1": "Habit be an open source project, 'n can use all th' help it can get - consider 'tis a donation to th' contributors. ye also get 20 Gems from th' purchase, which ye can use to buy special items.", "whyAdsContent2": "\"Ahoy! I backed th' Kickstarter!\" - follow", "whyAdsContent3": "these instructions", - "surveysSingle": "Helped HabitRPG grow by filling out a survey. There are no active surveys.", - "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. There are no active surveys.", + "surveysSingle": "Helped Habitica grow by filling out a survey. There are no active surveys.", + "surveysMultiple": "Helped Habitica grow by filling out <%= surveys %> surveys. There are no active surveys.", "currentSurvey": "Current Survey", "surveyWhen": "The badge will be awarded to all participants when surveys have been processed, in late March.", "blurbInbox": "This is where yer private messages are stored! Ye can send someone a message by clickin' on th' envelope icon next t' their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by th' players, for players. Browse through th' list an' join th' Guilds that interest ye!", "blurbChallenges": "Challenges are created by yer fellow players. Joining a Challenge will add its tasks t' yer task dashboard, an' winnin' a Challenge 'll give ye an achievement an' often a gem prize!", - "blurbHallPatrons": "This is th' Hall o' Patrons, where we honor th' noble adventurers who backed HabitRPG's original Kickstarter. We thank them f'r helpin' us bring Habitica t' life!", - "blurbHallHeroes": "This is th' Hall o' Heroes, where open-source contributors t' HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, an' prestigious titles. Ye can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is th' Hall o' Patrons, where we honor th' noble adventurers who backed Habitica's original Kickstarter. We thank them f'r helpin' us bring Habitica t' life!", + "blurbHallHeroes": "This is th' Hall o' Heroes, where open-source contributors t' Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, an' prestigious titles. Ye can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/en@pirate/defaulttasks.json b/common/locales/en@pirate/defaulttasks.json index 11562df842..7a852233a5 100644 --- a/common/locales/en@pirate/defaulttasks.json +++ b/common/locales/en@pirate/defaulttasks.json @@ -1,7 +1,7 @@ { "defaultHabit1Text": "Productive Work (Click the pencil to edit)", "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit2Text": "Eating thy Grimey Snail (click thar quill to change)", "defaultHabit2Notes": "Sample Bad Habits: - Smoke - Procrastinate", "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", "defaultHabit3Notes": "Sample Good or Bad Habits: +/- Took Stairs/Elevator ; +/- Drank Water/Soda", @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Parry", "defaultDaily4Checklist3": "Lunge", "defaultTodoNotes": "You can either complete this To-Do, edit it, or remove it.", - "defaultTodo1Text": "Join HabitRPG (Check me off!)", + "defaultTodo1Text": "Join Habitica (Check me off!)", "defaultTodo2Text": "Set up a Habit", "defaultTodo2Checklist1": "create a Habit", "defaultTodo2Checklist2": "make it \"+\" only, \"-\" only, or \"+/-\" under Edit", @@ -38,4 +38,4 @@ "defaultTag1": "dawn", "defaultTag2": "midday ", "defaultTag3": "dusk" -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/front.json b/common/locales/en@pirate/front.json index 9902bf9665..15de20dcfd 100644 --- a/common/locales/en@pirate/front.json +++ b/common/locales/en@pirate/front.json @@ -2,7 +2,7 @@ "FAQ": "FAQ", "accept1Terms": "By clicking th' button below, I agree to th'", "accept2Terms": "and the", - "alexandraQuote": "Couldn't NOT talk about HabitRPG during my speech in Madrid. Must-have tool for freelancers who still need a boss.", + "alexandraQuote": "Couldn't NOT talk about Habitica during my speech in Madrid. Must-have tool for freelancers who still need a boss.", "althaireQuote": "Having a quest constantly on really motivates me to do all my dailies and do all my to-dos. My biggest motivation is not letting my party down.", "andeeliaoQuote": "Awesome product, just started a few days ago and already more conscious and productive with my time!", "autumnesquirrelQuote": "I'm procrastinating less on work and housework and pay bills on time.", @@ -11,7 +11,7 @@ "businessSample3": "Sort and Process Inbox", "businessSample4": "Prepare 1 Document for Client", "businessSample5": "Call Clients/Put Off Phone Calls", - "businessText": "Use HabitRPG at your business", + "businessText": "Use Habitica at your business", "choreSample1": "Put Dirty Clothes in Hamper", "choreSample2": "20 mins of Housework", "choreSample3": "Wash a Load of Dishes", @@ -32,14 +32,14 @@ "companyPrivacy": "Privacy", "companyTerms": "Terms", "companyVideos": "Videos", - "contribUse": "HabitRPG contributors use", + "contribUse": "Habitica contributors use", "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades... HRPG is the only thing I've used that actually helps me get things done rather than just list them.", - "dreimQuote": "When I discovered HabitRPG last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", + "dreimQuote": "When I discovered Habitica last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", "elmiQuote": "Each mornin' me yearns to heave out and trice up so I can earn some dublouns!", "email": "Email", "emailNewPass": "Email New Passcode", "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks Habitrpg!", - "examplesHeading": "Players use HabitRPG to manage...", + "examplesHeading": "Players use Habitica to manage...", "featureAchievementByline": "Do something spectacularrr? Grab a medal n' pin it to yer chest!", "featureAchievementHeading": "Achievement Medals", "featureEquipByline": "Buy limited edition equipment, potions, and other virtual goodies in our Market with your task rewards!", @@ -55,7 +55,7 @@ "footerMobile": "Mobile", "footerSocial": "Social", "forgotPass": "Lost me Passcode", - "frabjabulousQuote": "HabitRPG is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", + "frabjabulousQuote": "Habitica is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", "free": "Play fer free", "gamifyButton": "Gamify your life today!", "goalSample1": "Tickle the Ivories fer 1 Turn o' the Hourglass", @@ -71,47 +71,47 @@ "healthSample4": "Eat Healthy/Junk Food", "healthSample5": "Break a Sweat for 1 hr", "history": "History", - "infhQuote": "HabitRPG has really helped me impart structure to my life in graduate school.", + "infhQuote": "Habitica has really helped me impart structure to my life in graduate school.", "invalidEmail": "Arr, we need yer email before we can reset yer password, matey!", - "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. HabitRPG has cured that!", + "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. Habitica has cured that!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Before HabitRPG, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", + "kazuiQuote": "Before Habitica, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingadminlink": "administrative packages", "landingend": "Haven't reeled ye in yet?", "landingend2": "See a more detailed list o'", "landingend3": ". Are ye looking fer a more private approach? Check out our", "landingend4": "which arrr perfect fer families, teachers, support groups, an' businesses.", "landingfeatureslink": "our features", - "landingp1": "Th' problem wit' most productivity apps on th' market be that they provide no incentive to continue usin' them. HabitRPG fixes 'tis by makin' habit buildin' a ruckas! By rewardin' ye fer ye successes 'n penalizin' ye fer slip-ups, HabitRPG provides external motivation fer completin' ye day-to-day activities.", - "landingp2": "Whenever ye reinforce a positive habit, complete a daily task, or take care 'o a barnacle-covered to-do, HabitRPG immediately rewards ye wit' experience points 'n doubloons. As ye gain experience, ye can level up, increasin' ye stats 'n unlockin' more weapons, like classes 'n pets. Doubloons can be spent on in-game items that change ye experience or personalized rewards ye've created fer motivation. When even th' smallest successes provide ye wit' an immediate reward, ye're less likely to procrastinate.", + "landingp1": "The prob'm with most yer' productivity apps on ther market be that thee provide no incentive to continue usin' them. Haitica be fixin that by makin habit buildin fun! By rewardin ye for yer successes an makin ye walk the plank for yer slips, Habitica provides external motivation fer finishin yer day-to-day doings.", + "landingp2": "Whenever ye reinforce a positive habit, complete a daily task, or take care 'o a barnacle-covered to-do, Habitica immediately rewards ye wit' experience points 'n doubloons. As ye gain experience, ye can level up, increasin' ye stats 'n unlockin' more weapons, like classes 'n pets. Doubloons can be spent on in-game items that change ye experience or personalized rewards ye've created fer motivation. When even th' smallest successes provide ye wit' an immediate reward, ye're less likely to procrastinate.", "landingp2header": "Rum", - "landingp3": "Whenever ye indulge in a bad habit or shirk yer daily duties, ye lose health. If yer health drops too low, ye die 'n lose some o' the progress ye've made. By providin' immediate consequences, HabitRPG can help break bad habits 'n procrastination cycles before they sink yer ship.", + "landingp3": "Whenever ye indulge in a bad habit or shirk yer daily duties, ye lose health. If yer health drops too low, ye die 'n lose some o' the progress ye've made. By providin' immediate consequences, Habitica can help break bad habits 'n procrastination cycles before they sink yer ship.", "landingp3header": "Consequences", - "landingp4": "With an active community o' knaves 'n scoundrels, HabitRPG gives ye the accountability ye need to stay on task. With the crew system, ye can bring in a group 'o ye closest buckos to cheer ye on. The alliance system lets ye find people wit' similar interests or obstacles, so ye can share yer goals 'n swap tips on how to tackle yer problems. On HabitRPG, the community means that ye have both the support 'n the accountability ye need to get them hatches battened down 'n yer sails a-billow.", + "landingp4": "With an active community, Habitica provides the accountability you need to stay on task. With the party system, you can bring in a group of your closest friends to cheer you on. The guild system allows you to find people with similar interests or obstacles, so you can share your goals and swap tips on how to tackle your problems. On Habitica, the community means that you have both the support and the accountability you need to succeed.", "landingp4header": "Pirate Honor", - "leadText": "HabitRPG is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, HabitRPG can help you achieve your goals to become healthy, hard-working, and happy.", - "login": "Board yer Vessel ", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", + "login": "Board yer Vessel", "loginAndReg": "Set Sail / Register a Voyage", "loginFacebookAlt": "Set Sail / Register a Voyage with Facebook", "logout": "Dock Ship", "marketing1Header": "Improve Yer Habits By Playing A Game", - "marketing1Lead1": "HabitRPG be a video game to help ye improve real life habits. It \"gamifies\" ye life by turnin' all ye tasks (habits, dailies, 'n to-dos) into wee monsters ye have to conquer. th' better ye be at 'tis, th' more ye progress in th' game. If ye slip up in life, ye character starts backslidin' in th' game.", + "marketing1Lead1": "Habitica be a video game to help ye improve real life habits. It \"gamifies\" ye life by turnin' all ye tasks (habits, dailies, 'n to-dos) into wee monsters ye have to conquer. th' better ye be at 'tis, th' more ye progress in th' game. If ye slip up in life, ye character starts backslidin' in th' game.", "marketing1Lead2": "Get Sweet Gear. Improve ye habits to build up ye avatarr. Show off th' sweet gear ye've earned", "marketing1Lead2Title": "Get Sweet Gear", - "marketing1Lead3": "Find Loot. fer some, 'tis th' gamble which motivates them, a system called \"stochastic rewardin'\". HabitRPG accommodates all reinforcement styles: positive, negative, predictable, 'n random.", + "marketing1Lead3": "Find Loot. fer some, 'tis th' gamble which motivates them, a system called \"stochastic rewardin'\". Habitica accommodates all reinforcement styles: positive, negative, predictable, 'n random.", "marketing1Lead3Title": "Find Random Treasures", "marketing2Header": "Compete With Mate, Join Interest Groups", - "marketing2Lead1": "While ye can solo-play HabitRPG, th' lights really turn on when ye start collaboratin', competin', 'n holdin' each other accountable. th' most effective part 'o any self-improvement program be social accountability, 'n what better an environment fer accountability 'n competition than a video game?", + "marketing2Lead1": "While ye can solo-play Habitica, th' lights really turn on when ye start collaboratin', competin', 'n holdin' each other accountable. th' most effective part 'o any self-improvement program be social accountability, 'n what better an environment fer accountability 'n competition than a video game?", "marketing2Lead2": "Fight Bosses. What's a Role Playin' Game without battles? Fight bosses wit' ye crew. Bosses be \"super accountability mode\" - a day ye miss th' gym be a day th' boss hurts all ye crew.", "marketing2Lead2Title": "Bosses", "marketing2Lead3": "Challenges let ye compete wit' buckos 'n strangers. Whoever does th' best at th' end 'o a challenge wins special prizes.", "marketing3Header": "Apps", "marketing3Lead1": "Th' iPhone & Android apps let ye take care 'o business on th' be off. We realize that loggin' into th' tavern to click buttons can be a drag.", - "marketing3Lead2": "Other 3rd parrrty Tools tie HabitRPG into various aspects 'o ye life. Our API provides easy integration fer thin's like th' Chrome Extension, fer which ye lose points when browsin' unproductive websites, 'n gain points when on productive ones. spy wit' ye eye more here", + "marketing3Lead2": "Other 3rd parrrty Tools tie Habitica into various aspects 'o ye life. Our API provides easy integration fer thin's like th' Chrome Extension, fer which ye lose points when browsin' unproductive websites, 'n gain points when on productive ones. spy wit' ye eye more here", "marketing4Header": "Organizational Use", "marketing4Lead1": "Education be one 'o th' best sectors fer gamification. We all be knowin' how glued to long distance parrots 'n games students be these days, harness that power! Pit ye students against eachother in friendly competition. Reward jolly behavior wit' rare prizes. Watch their grades 'n behavior soar.", "marketing4Lead1Title": "Gamification In Education", - "marketing4Lead2": "Health care costs be on th' rise, 'n somethin''s gotta gift. Hundreds 'o programs be built to reduce costs 'n improve wellness. We believe HabitRPG can pave a substantial path towards healthy lifestyles.", + "marketing4Lead2": "Health care costs be on th' rise, 'n somethin''s gotta gift. Hundreds 'o programs be built to reduce costs 'n improve wellness. We believe Habitica can pave a substantial path towards healthy lifestyles.", "marketing4Lead2Title": "Gamification In Health an' Wellness", "marketing4Lead3-1": "Want t' gamify yer life?", "marketing4Lead3-2": "Interested in runnin' a group in education, wellness, 'n more?", @@ -126,10 +126,10 @@ "passMan": "In case ye be usin' a passcode manager (like 1Password) 'n have problems loggin' in, give a go' typin' piratename 'n passcode manually.", "password": "Passcode", "playButton": "Set Sail", - "playButtonFull": "Play HabitRPG", + "playButtonFull": "Play Habitica", "presskit": "Press Kit", "presskitDownload": "Download all images:", - "presskitText": "Thank ye fer yer interest in HabitRPG! Ye can use the followin' pictures fer notices or them movin' picture things--whatchacallem--viddy-os about HabitRPG. Fer more infermation, send a message to Siena Leslie at leslie@habitrpg.com.", + "presskitText": "Thanks for your interest in Habitica! The following images can be used for articles or videos about Habitica. For more information, please contact Siena Leslie at leslie@habitica.com.", "privacy": "Privacy Policy", "psst": "Ahoy!", "punishByline": "Break bad habits and procrastination cycles with immediate consequences.", @@ -152,9 +152,9 @@ "schoolSample3": "Meet with Study Group", "schoolSample4": "Notes for 1 Chapter", "schoolSample5": "Read 1 Chapter", - "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to HabitRPG. I'm just always so eager to reach my next level-up!", + "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to Habitica. I'm just always so eager to reach my next level-up!", "skysailorQuote": "My party and our quests keep me engaged in the game, which keeps me motivated to get things done and change my life in positive ways", - "socialTitle": "HabitRPG - Gamify Yer Life", + "socialTitle": "Habitica - Gamify Yer Life", "supermouse35Quote": "I'm exercising more and I haven't forgotten to take my meds for months! Thanks, Habit. :D", "sync": "Sync", "tasks": "Tasks", @@ -172,7 +172,7 @@ "username": "Username", "watchVideos": "Watch Videos", "work": "Work", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "zelahQuote": "With Habitica, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", "reportAccountProblems": "Report Account Problems", "reportCommunityIssues": "Report Community Issues", "generalQuestionsSite": "General Questions about the Site", diff --git a/common/locales/en@pirate/gear.json b/common/locales/en@pirate/gear.json index 78f7ebc72a..d3a6aac566 100644 --- a/common/locales/en@pirate/gear.json +++ b/common/locales/en@pirate/gear.json @@ -1,5 +1,5 @@ { - "weapon": "weapon", + "weapon": "Sword", "weaponBase0Text": "No Weapon", "weaponBase0Notes": "No Weapon.", "weaponWarrior0Text": "Cutlass o' Trainin'", @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Snowflake Robe", "armorSpecialSnowflakeNotes": "A robe to keep you warm, even in a blizzard. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.", "armorSpecialBirthdayText": "Absurd Parrrty Robes", - "armorSpecialBirthdayNotes": "Happy Birthday, HabitRPG! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthdayNotes": "Happy Birthday, Habitica! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialBirthday2015Text": "Silly Party Robes", - "armorSpecialBirthday2015Notes": "Happy Birthday, HabitRPG! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthday2015Notes": "Happy Birthday, Habitica! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialGaymerxText": "Rainbow Warrior Armor", "armorSpecialGaymerxNotes": "In celebration of pride season and GaymerX, this special armor is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGBTQ and gaming and is open to everyone. It takes place at the InterContinental in downtown San Francisco on July 11-13! Confers no benefit.", "armorSpecialSpringRogueText": "Sleek Cat Suit", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", "eyewearMystery301405Notes": "No eyewear could be fancier than a monocle - except, perhaps, for a pair of goggles. Confers no benefit. July 3015 Subscriber Item." -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/generic.json b/common/locales/en@pirate/generic.json index 0684d85df6..687b5973f1 100644 --- a/common/locales/en@pirate/generic.json +++ b/common/locales/en@pirate/generic.json @@ -1,11 +1,11 @@ { "languageName": "Pirate English", "stringNotFound": "String '<%= string %>' not found.", - "titleIndex": "HabitRPG | Yer Life Th' Role Playing Game", + "titleIndex": "Habitica | Yer Life Th' Role Playing Game", "habitica": "Habitica", "expandToolbar": "Expand Toolbar", "collapseToolbar": "Collapse Toolbar", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See thi' Markdown Cheat Sheet for morrre info.", + "markdownBlurb": "Habitica uses markdown for message formatting. See thi' Markdown Cheat Sheet for morrre info.", "showFormattingHelp": "Show formatting help", "hideFormattingHelp": "Show formatting help", "youType": "You type:", @@ -14,8 +14,8 @@ "bold": "**Bold**", "strikethrough": "~~Strikethrough~~", "emojiExample": ":smile:", - "markdownLinkEx": "[Arrrg!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Arrrg!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`code`", @@ -61,13 +61,13 @@ "veteranText": "Has weathered Habit th' Grey (our pre Angular ship), 'n has gained many battle-scars from its bugs.", "originalUser": "Original User!", "originalUserText": "One 'o th' extra original early adopters. speak 'bout alpha tester!", - "habitBirthday": "HabitRPG Birthday Bash", - "habitBirthdayText": "Celebrated the HabitRPG Birthday Bash!", - "habitBirthdayPluralText": "Celebrated <%= number %> HabitRPG Birthday Bashes!", + "habitBirthday": "Habitica Birthday Bash", + "habitBirthdayText": "Celebrated the Habitica Birthday Bash!", + "habitBirthdayPluralText": "Celebrated <%= number %> Habitica Birthday Bashes!", "achievementDilatory": "Savior o' Dilatory", "achievementDilatoryText": "Helped defeat th' Dread Drag'on 'o Dilatory durin' th' 2014 Summer Splash Event!", "costumeContest": "2014 Costume Contest", - "costumeContestText": "Participated in the 2014 Halloween Costume Contest. Cast yer eyes on some o' the entries at blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Participated in the 2014 Halloween Costume Contest. Cast yer eyes on some o' the entries at blog.habitica.com/tagged/cosplay!", "memberSince": "- Mate since", "lastLoggedIn": "- Last sailed on", "notPorted": "This feature is not yet ported from th' original site.", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "Ask a Question", "reportBug": "Report a Bug", - "contributeToHRPG": "Contribute to HabitRPG", + "contributeToHRPG": "Contribute to Habitica", "overview": "Overview fer New Pirates", "January": "January", "February": "February", @@ -107,4 +107,4 @@ "dateFormat": "Date Format", "achievementStressbeast": "Savior o' Stoïkalm", "achievementStressbeastText": "Help'd d'feat th' Abominable Stressbeast durin' th' 2015 Winter Wonderland Event!" -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/groups.json b/common/locales/en@pirate/groups.json index 33ece99ec0..c93d93ac35 100644 --- a/common/locales/en@pirate/groups.json +++ b/common/locales/en@pirate/groups.json @@ -16,9 +16,9 @@ "tavernAlert1": "Ahoy! If ye arrr reporting a bug, th' developers won't see it 'ere. Please", "tavernAlert2": "use Github instead", "moderatorIntro1": "Pub an' alliance seadogs be:", - "communityGuidelines": "Community Guidelines", + "communityGuidelines": "Rules of the Sea", "communityGuidelinesRead1": "Please read our", - "communityGuidelinesRead2": "before chatting.", + "communityGuidelinesRead2": "Before conversatin", "party": "Crew", "createAParty": "Form a Crew", "updatedParty": "Party settings updated.", @@ -70,7 +70,7 @@ "sortJoined": "Sort by date joined th' crew", "sortName": "Sort by avatarr name", "sortBackgrounds": "Sort by background", - "sortHabitrpgJoined": "Sort by HabitRPG date joined", + "sortHabitrpgJoined": "Sort by Habitica date joined", "sortHabitrpgLastLoggedIn": "Sort by last time user logged in", "ascendingSort": "Sort Ascending", "descendingSort": "Sort Descending", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Only group leader can create challenges", "sendGift": "Send Gift", "inviteFriends": "Invite Friends", - "inviteAlertInfo": "Invite friends by User ID here.", + "inviteAlertInfo": "Invite friends by User ID here.", "inviteExistUser": "Invite Existing User", "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.", "byColon": "By:", @@ -123,4 +123,4 @@ "startAParty": "Start a Party", "addToParty": "Add someone to your party", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/limited.json b/common/locales/en@pirate/limited.json index 441cb76218..16711519a8 100644 --- a/common/locales/en@pirate/limited.json +++ b/common/locales/en@pirate/limited.json @@ -8,7 +8,7 @@ "alarmingFriendsText": "Got spooked <%= spookDust %> times by crew mates.", "agriculturalFriends": "Agricultural Friends", "agriculturalFriendsText": "Got transformed into a flower <%= seeds %> times by party members.", - "aquaticFriends": "Aquatic Friends", + "aquaticFriends": "Friends of the Sea", "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Valentine's Day Card", "valentineCardNotes": "Send a Valentine's Day card to a party member.", @@ -26,13 +26,13 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Seasonal Sorceress<%= linkEnd %>", "seasonalShopClosedText": "The Seasonal Shop is currently closed!! I don't know where the Seasonal Sorceress is now, but I bet she'll be back during the next <%= linkStart %>Grand Gala<%= linkEnd %>!", - "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "If ye've used the Orb o' Rebirth, ye can buy this gear in the Loot Column after ye've unlocked the Item Shop. At first, ye'll only be able to buy the items fer yer current class (Mercenary by default), but remain stout o' heart, ye can have the other classes' stuff if ye switch to that class.", "candycaneSet": "Candy Cane (Mage)", "skiSet": "Ski-sassin (Scallywag)", "snowflakeSet": "Snowflake (Healer)", - "yetiSet": "Yeti Tamer (Warrior)", + "yetiSet": "Albatross Tamer (Warrior)", "nyeCard": "New Year's Card", "nyeCardNotes": "Send a New Year's card to a party member.", "seasonalItems": "Seasonal Items", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/messages.json b/common/locales/en@pirate/messages.json index 9233fb2a8c..413eab1f5b 100644 --- a/common/locales/en@pirate/messages.json +++ b/common/locales/en@pirate/messages.json @@ -1,7 +1,7 @@ { "messageLostItem": "Yer <%= itemText %> broke.", "messageTaskNotFound": "Task not found.", - "messageDuplicateTaskID": "A task with that ID already exists.", + "messageDuplicateTaskID": "ARRGH! That task be made already.", "messageTagNotFound": "Tag not found.", "messagePetNotFound": ":pet not found in user.items.pets", "messageFoodNotFound": ":vittles not found in user.items.vittles", @@ -21,12 +21,12 @@ "messageDropFood": "Ye 'ave found <%= dropArticle %><%= dropText %>! <%= dropNotes %>", "messageDropEgg": "Ye 'ave found a <%= dropText %> Egg! <%= dropNotes %>", "messageDropPotion": "Ye 'ave found a <%= dropText %> Hatchin' Potion! <%= dropNotes %>", - "messageDropQuest": "You've found a quest!", - "messageDropMysteryItem": "You open the box and find <%= dropText %>!", + "messageDropQuest": "Ye've found a quest!", + "messageDropMysteryItem": "Ye open th' box an' find <%= dropText %>!", "messageFoundQuest": "Ye 'ave found th' adventure \"<%= questText %>\"!", - "messageAlreadyPurchasedGear": "You purchased this gear in the past, but do not currently own it. You can buy it again in the rewards column on the tasks page.", - "messageAlreadyOwnGear": "You already own this item. Equip it by going to the equipment page.", - "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", - "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", - "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file + "messageAlreadyPurchasedGear": "Ye purchased this gear in th' past, but do not currently own it. Ye can buy it again in th' rewards column on th' tasks page.", + "messageAlreadyOwnGear": "Ye already own this item. Equip it by going to th' equipment page.", + "armoireEquipment": "<%= image %> Ye found a piece of rare Equipment in th' Armoire: <%= dropText %>! Awesome!", + "armoireFood": "<%= image %> Ye rummage in the Armoire an' find <%= dropArticle %><%= dropText %>. What's tha' doin' in here?", + "armoireExp": "Ye wrestle wi' th' Armoire an' gain Experience. Take that!" +} diff --git a/common/locales/en@pirate/npc.json b/common/locales/en@pirate/npc.json index 8746ab574b..dbe27be691 100644 --- a/common/locales/en@pirate/npc.json +++ b/common/locales/en@pirate/npc.json @@ -14,16 +14,16 @@ "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", "buyGems": "Buy Gems", "justin": "Justin", - "ian": "Ian", + "ian": "Shipmate Ian", "ianText": "Welcome to the Quest Shop! Here you can use Quest Scrolls to battle monsters with your friends. Be sure to check out our fine array of Quest Scrolls for purchase on the right!", "USD": "USD", "newStuff": "New Stuff", "cool": "Ye Be tellin' Me Later", "dismissAlert": "Dismiss This Here Pesky Alert", "donateText1": "Adds 20 Gems to yer account. Gems be used to buy special in-game items, such as shirts 'n hairstyles.", - "donateText2": "Help support HabitRPG", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", - "donationDesc": "20 Gems, Donation to HabitRPG", + "donateText2": "Help support Habitica", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donationDesc": "20 Gems, Donation to Habitica", "payWithCard": "Pay with Card", "payNote": "Ahoy! PayPal sometimes be takin' a long time to clear. Payin' with yer card be better.", "card": "Card", @@ -52,14 +52,14 @@ "tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "Yer crew will hold ye accountable. Invite mates aboard to uncover a Quest Scroll!", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", - "tourOkay": "Okay!", + "tourOkay": "Aye!", "tourAwesome": "Awesome!", "tourSplendid": "Splendid!", "tourNifty": "Nifty!", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List", "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "welcomeToHabit": "Welcome to Habitica, a game to improve your life!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now ye'll customize yer avatar 'n set up yer tasks...", "imReady": "I'm Ready!" -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/pets.json b/common/locales/en@pirate/pets.json index f8092470e2..82de523b73 100644 --- a/common/locales/en@pirate/pets.json +++ b/common/locales/en@pirate/pets.json @@ -9,12 +9,14 @@ "rareMounts": "Rare Mounts", "etherealLion": "Ethereal Lion", "veteranWolf": "Veteran Wolf", + "veteranTiger": "Veteran Tiger of the Deep", "cerberusPup": "Cerberus Pup", "hydra": "Hydra", "mantisShrimp": "Mantis Shrimp", "mammoth": "Woolly Mammoth", - "orca": "Orca", - "rarePetPop1": "Click th' gold paw to learn more 'bout how ye can obtain 'tis rare pet through contributin' to HabitRPG!", + "orca": "Thar she blows! It's a whale", + "royalPurpleGryphon": "Royal Purple Gryphon", + "rarePetPop1": "Click th' gold paw to learn more 'bout how ye can obtain 'tis rare pet through contributin' to Habitica!", "rarePetPop2": "How t' Get this Pet!", "potion": "<%= potionType %> Potion", "egg": "<%= eggType %> Egg", @@ -28,14 +30,14 @@ "foodText": "food", "food": "Vittles and Saddles", "noFood": "Ye don't 'ave any vittles 'r saddles.", - "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", + "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", "beastMasterProgress": "Beast Master Progress", "beastAchievement": "Ye 'ave earned th' \"Beast Master\" Achievement fer collectin' all the pets!", "beastMasterName": "Beast Master", "beastMasterText": "Has found all 90 pets (insanely difficult, congratulate this user!)", "beastMasterText2": "and has released their pets a total of <%= count %> times", "mountMasterProgress": "Mount Master Progress", - "mountAchievement": "You have earned the \"Mount Master\" achievement for taming all the mounts!", + "mountAchievement": "Yee earned the \"Mount Master\" achievement for taming all ther mounts of the high Seas!", "mountMasterName": "Mount Master", "mountMasterText": "Has tamed all 90 mounts (even more difficult, congratulate this user!)", "mountMasterText2": "and has released all 90 of their mounts a total of <%= count %> times", diff --git a/common/locales/en@pirate/quests.json b/common/locales/en@pirate/quests.json index 94ac94df14..506e7caaeb 100644 --- a/common/locales/en@pirate/quests.json +++ b/common/locales/en@pirate/quests.json @@ -1,18 +1,18 @@ { "quests": "Adventures", "quest": "quest", - "whereAreMyQuests": "Quests are now available on their own page! Click on Inventory -> Quests to find them.", - "yourQuests": "Your Quests", - "questsForSale": "Quests for Sale", - "petQuests": "Pet and Mount Quests", + "whereAreMyQuests": "Quests are now available on their own page! Click on Inventory -> Quests t' find them.", + "yourQuests": "Yer Quests", + "questsForSale": "Quests f'r Sale", + "petQuests": "Pet an' Mount Quests", "unlockableQuests": "Unlockable Quests", "goldQuests": "Gold-Purchasable Quests", "questDetails": "Quest Details", "invitations": "Invitations", "completed": "Completed!", "youReceived": "Ye 'ave Receiv'd", - "dropQuestCongrats": "Congratulations on earning this quest scroll! You can invite your party to begin the quest now, or come back to it any time in your Inventory > Quests.", - "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", + "dropQuestCongrats": "Congratulations on earnin' this quest scroll! Ye can invite yer crew t' begin th' quest now, or come back to it any time in yer Inventory > Quests.", + "questSend": "Clickin' \"Invite\" will send an invitation t' yer crew members. When all members have accepted or denied, th' quest begins. See status under Social > Crew.", "inviteParty": "Invite Crew", "questInvitation": "Quest Invitation:", "questInvitationTitle": "Adventure Invitation", @@ -45,19 +45,19 @@ "noScrolls": "Ye don't 'ave any adventure scrolls.", "scrollsText1": "Adventures require crews. If ye want t' adventure by yer lonesome,", "scrollsText2": "create an empty crew", - "scrollsPre": "You haven't unlocked this quest yet!", - "alreadyEarnedQuestLevel": "You already earned this quest by attaining Level <%= level %>.", - "alreadyEarnedQuestReward": "You already earned this quest by completing <%= priorQuest %>.", + "scrollsPre": "Ye haven' unlocked this quest yet!", + "alreadyEarnedQuestLevel": "Ye already earned this quest by attainin' Level <%= level %>.", + "alreadyEarnedQuestReward": "Ye already earned this quest by completin' <%= priorQuest %>.", "completedQuests": "Completed th' following adventures", "mustComplete": "Ye must first complete <%= quest %>.", - "mustLevel": "You must be level <%= level %> to begin this quest.", + "mustLevel": "Ye must be level <%= level %> t' begin this quest.", "mustLvlQuest": "Ye must be level <%= level %> t' buy this adventure!", - "mustInviteFriend": "To earn this quest, invite a friend to your Party. Invite someone now?", - "unlockByQuesting": "To earn this quest, complete <%= title %>.", + "mustInviteFriend": "To earn this quest, invite a friend t' yer Crew. Invite someone now?", + "unlockByQuesting": "T' earn this quest, complete <%= title %>.", "sureCancel": "Be ye sure ye want to cancel 'tis quest? All invitation acceptances gunna be lost. th' quest owner gunna retain possession 'o th' quest scroll.", "sureAbort": "Be ye sure ye want to abort 'tis mission? It gunna abort it fer all ye crew members an' all progress gunna be lost. th' quest scroll gunna be returned to th' quest owner.", "doubleSureAbort": "Arrr ye double sure? Make sure they won't hate ye forever!", "questWarning": "If new players join th' crew before th' quest starts, they gunna also receive an invitation. However once th' quest has started, no new crew members can join th' quest.", "bossRageTitle": "Rage", "bossRageDescription": "When 'tis bar fills, the boss will unleash a special attack!" -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/questscontent.json b/common/locales/en@pirate/questscontent.json index a7930250fd..685737aa00 100644 --- a/common/locales/en@pirate/questscontent.json +++ b/common/locales/en@pirate/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/rebirth.json b/common/locales/en@pirate/rebirth.json index 2f94f4c98e..b37ef1b6b4 100644 --- a/common/locales/en@pirate/rebirth.json +++ b/common/locales/en@pirate/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Rebirth: New Adventure Available!", - "rebirthUnlock": "Ye've unlocked Rebirth! 'tis special Market item allows ye to begin a new game at level 1 while keepin' ye tasks, achievements, pets, 'n more. Use it to breathe new life into HabitRPG if ye feel ye've achieved it all, or to experience new weapons wit' th' fresh eyes 'o a beginnin' character!", + "rebirthUnlock": "Ye've unlocked Rebirth! 'tis special Market item allows ye to begin a new game at level 1 while keepin' ye tasks, achievements, pets, 'n more. Use it to breathe new life into Habitica if ye feel ye've achieved it all, or to experience new weapons wit' th' fresh eyes 'o a beginnin' character!", "rebirthBegin": "Rebirth: Embark on a New Adventure", "rebirthStartOver": "Rebirth starts yer character over from Level 1, as if ye had created a new account.", "rebirthAdvList1": "Ye return to full Health.", @@ -22,4 +22,4 @@ "rebirthPop": "Begin a new character at Level 1 whilst retaining achievements, collectibles, and tasks with history.", "rebirthName": "Orb o' Rebirth", "reborn": "Reborn, max level <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/settings.json b/common/locales/en@pirate/settings.json index fd10a8bf14..a2d352754e 100644 --- a/common/locales/en@pirate/settings.json +++ b/common/locales/en@pirate/settings.json @@ -15,7 +15,7 @@ "startAdvCollapsed": "Advanced Options in tasks start collapsed", "startAdvCollapsedPop": "With this option set, Advanced Options will be hidden when ye first open a task fer editing.", "showTour": "Show Tour", - "restartTour": "Restart th' introductory tour from when ye first joined HabitRPG.", + "restartTour": "Restart th' introductory tour from when ye first joined Habitica.", "showBailey": "Show Bailey", "showBaileyPop": "Bring Bailey the First Mate out of hiding so you can review past news.", "fixVal": "Fix Character Values", @@ -27,7 +27,7 @@ "resetAccount": "Reset Account", "resetAccPop": "Start over, removin' all levels, doubloons, gear, history, 'n tasks.", "deleteAccount": "Delete Account", - "deleteAccPop": "Cancel an' remove yer HabitRPG account.", + "deleteAccPop": "Cancel an' remove yer Habitica account.", "qrCode": "QR Code", "dataExport": "Data Export", "saveData": "'ere arrr a few options fer savin' ye Habit data.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Custom Day Start", "24HrClock": "24Hr Clock", - "customDayStartInfo1": "HabitRPG defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", - "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", + "customDayStartInfo1": "Habitica defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", + "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", "misc": "Misc", "showHeader": "Show Header", "changePass": "Change Passcode", @@ -56,7 +56,7 @@ "dangerZone": "Danger Zone", "resetText1": "AHOY! 'tis resets many parts 'o ye account. 'tis be highly discouraged, but some people find it useful in th' beginnin' after playin' wit' th' site fer a short time.", "resetText2": "Ye gunna lose all ye levels, doubloons, 'n experience points. All ye tasks gunna be deleted permanently 'n ye gunna lose all 'o ye task's historical data. ye gunna lose all ye equipment but ye gunna be able to buy it all back, includin' all limited edition equipment or subscriber Mystery items that ye already own (ye gunna need to be in th' correct class to re-buy class-specific gear). ye gunna keep ye current class 'n ye pets 'n mounts. ye might prefer to use an Orb 'o Rebirth instead, which be a much safer option 'n which will preserve ye tasks.", - "deleteText": "Be ye sure? 'tis gunna delete ye account forever, 'n it can never be restored! ye gunna need to register a new account to use HabitRPG again. Banked or spent Gems gunna not be refunded. If ye're absolutely certain, type <%= deleteWord %> into th' text box below.", + "deleteText": "Be ye sure? 'tis gunna delete ye account forever, 'n it can never be restored! ye gunna need to register a new account to use Habitica again. Banked or spent Gems gunna not be refunded. If ye're absolutely certain, type <%= deleteWord %> into th' text box below.", "API": "API", "APIText": "Copy these fer use in third parrrty applications. However, think 'o ye API Token like a passcode, 'n do not share it publicly. ye may occasionally be asked fer ye User ID, but never message ye API Token whar others can spy wit' ye eye it, includin' on Github.", "APIToken": "API Token ('tis be a passcode - see warnin' above!)", @@ -79,13 +79,13 @@ "data": "Data", "exportData": "Export Data", "emailChange1": "To change your email address, please send an email to", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "including both your old and new email address as well as your User ID.", "username": "Login Name", "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Registered with Facebook", - "loginNameDescription1": "This is what you use to login to HabitRPG. Go to", + "loginNameDescription1": "This is what you use to login to Habitica. Go to", "loginNameDescription2": "User->Profile", "loginNameDescription3": "to change the name that appears in your avatar and chat messages.", "emailNotifications": "Email Notifications", @@ -101,12 +101,12 @@ "questStarted": "Your Quest has Begun", "invitedQuest": "Invited to Quest", "kickedGroup": "Kicked from group", - "remindersToLogin": "Reminders to check in to HabitRPG", + "remindersToLogin": "Reminders to check in to Habitica", "unsubscribedSuccessfully": "Unsubscribed successfully!", - "unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from the settings (requires login).", - "unsubscribedTextOthers": "You won't receive any other email from HabitRPG.", + "unsubscribedTextUsers": "You have successfully unsubscribed from all Habitica emails. You can enable only the emails you want to receive from the settings (requires login).", + "unsubscribedTextOthers": "You won't receive any other email from Habitica.", "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.", + "unsubscribeAllEmailsText": "By checking this box, I certify that I understand that by unsubscribing from all emails, Habitica will never be able to notify me via email about important changes to the site or my account.", "correctlyUnsubscribedEmailType": "Correctly unsubscribed from \"<%= emailType %>\" emails.", "subscriptionRateText": "Recurring $<%= price %> every <%= months %> months", "benefits": "Benefits", @@ -119,4 +119,4 @@ "promoCodeApplied": "Promo Code Applied! Check your inventory", "promoPlaceholder": "Enter Promotion Code", "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/spells.json b/common/locales/en@pirate/spells.json index ba412fc7cb..7eb1299fb8 100644 --- a/common/locales/en@pirate/spells.json +++ b/common/locales/en@pirate/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Cancel the effects of Seafoam." -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/subscriber.json b/common/locales/en@pirate/subscriber.json index 96eb13dbea..c6c5501972 100644 --- a/common/locales/en@pirate/subscriber.json +++ b/common/locales/en@pirate/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / Month", "organization": "Organization", "groupPlans": "Corporate Plans", - "indivPlan1": "Fer individuals, HabitRPG is free t' play. Even fer small interest groups, free (er cheap)", + "indivPlan1": "Fer individuals, Habitica 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", + "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 Habitica for yer group or organization, secure and independent of", "groupText2": "See below fer additional plan perks, an' contact us fer more information!", "planFamily": "Clan (Comin' Soon)", "planGroup": "Crew (Comin' Soon)", "dedicatedHost": "Dedicated Hostin'", - "dedicatedHostText": "Dedicated Hosting: ye git yer own database and server hosted by HabitRPG, or optionally we'll install it in yer organization's network. If not checked, t' plan uses \"Shared Hosting\": yer organization uses t' same database as HabitRPG proper while performing independently Habitica. Yer members be shielded from Pub & Alliances, but still on thee same server/database.", + "dedicatedHostText": "Dedicated Hosting: ye git yer own database and server hosted by Habitica, or optionally we'll install it in yer organization's network. If not checked, t' plan uses \"Shared Hosting\": yer organization uses t' same database as Habitica proper while performing independently Habitica. Yer members be shielded from Pub & Alliances, but still on thee same server/database.", "individualSub": "Individual Subscription", "subscribe": "Subscribe", "subscribed": "Subscribed", @@ -33,9 +33,9 @@ "adminSub": "Administrator Subscriptions", "morePlans": "More Plans
Comin' Soon", "organizationSub": "Private Organization", - "organizationSubText": "Members of t' organization participate outside of HabitRPG proper, providing focus for yer participants.", + "organizationSubText": "Members of t' organization participate outside of Habitica proper, providing focus for yer participants.", "hostingType": "Hostin' Type", - "hostingTypeText": "Shared hosting means yer organization uses t' same database as HabitRPG proper even though ye don't interact with Habitica. Dedicated means ye git yer own database and server. Ye can choose to have HabitRPG bilge rat yer server/db, or we can install it on yer own servers.", + "hostingTypeText": "Shared hosting means yer organization uses t' same database as Habitica proper even though ye don't interact with Habitica. Dedicated means ye git yer own database and server. Ye can choose to have Habitica bilge rat yer server/db, or we can install it on yer own servers.", "dedicated": "Dedicated", "customDomain": "Custom Domain", "customDomainText": "We can optionally give ye yer own domain fer th' installation.", @@ -58,7 +58,7 @@ "buySubsText": "Buy gems with Doubloons, No Ads, Support the Devs", "sureCancelSub": "Arrr ye sure ye want t' cancel yer subscription?", "subCanceled": "Subscription will become inactive on", - "subGemPop": "Because you subscribe to HabitRPG, you can purchase a number of Gems each month using Gold. You can see how many Gems are available to buy at the corner of the Gem icon.", + "subGemPop": "Because you subscribe to Habitica, you can purchase a number of Gems each month using Gold. You can see how many Gems are available to buy at the corner of the Gem icon.", "subGemName": "Subscriber Gems", "timeTravelers": "Time Travelers", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> and <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Update Card", "subUpdateTitle": "Update", "subUpdateDescription": "Update the card to be charged." -} \ No newline at end of file +} diff --git a/common/locales/en@pirate/tasks.json b/common/locales/en@pirate/tasks.json index c0dbcab241..95a74e4370 100644 --- a/common/locales/en@pirate/tasks.json +++ b/common/locales/en@pirate/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Delete Completed", "lotOfToDos": "Completed To-Dos be automatically archived after 3 days. ye can access them from Settin's > Export.", "deleteToDosExplanation": "If ye click th' button below, all 'o ye completed To-Dos 'n archived To-Dos gunna be permanently deleted. Export them first if ye want to keep a record 'o them.", - "beeminderDeleteWarning": "Beeminder users: First read Deleting Completed To-Dos Without Confusing Beeminder!", + "beeminderDeleteWarning": "Beeminder users: First read Deleting Completed To-Dos Without Confusing Beeminder!", "addmultiple": "Ard' Multiple", "addsingle": "Ard' Single", "habits": "Habits", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "Yo'rg Restin' in t' Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If yo'rge in a quest, you won't deal damage/collect items until you check out o' t' Inn, but you can still be injured by a Boss if your Party lads skip their own Dailies.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Click for help" -} \ No newline at end of file +} diff --git a/common/locales/en_GB/backgrounds.json b/common/locales/en_GB/backgrounds.json index e363a1f690..1bceab3bec 100644 --- a/common/locales/en_GB/backgrounds.json +++ b/common/locales/en_GB/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surf a Giant Wave!", "backgroundSunkenShipText": "Sunken Ship", "backgroundSunkenShipNotes": "Explore a Sunken Ship." -} \ No newline at end of file +} diff --git a/common/locales/en_GB/challenge.json b/common/locales/en_GB/challenge.json index 6e1fc8af5d..35afe1aac4 100644 --- a/common/locales/en_GB/challenge.json +++ b/common/locales/en_GB/challenge.json @@ -16,7 +16,7 @@ "selectWinner": "Select a winner and close the challenge:", "deleteOrSelect": "Delete or select winner", "endChallenge": "End Challenge", - "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change color and gain graphs to show you the overall progress of the group.", + "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change colour and gain graphs to show you the overall progress of the group.", "hows": "How's Everyone Doing?", "filter": "Filter", "groups": "Groups", @@ -36,7 +36,7 @@ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Minimum 1 Gem for public challenges (helps prevent spam, it really does).", - "officialChallenge": "Official HabitRPG Challenge", + "officialChallenge": "Official Habitica Challenge", "by": "by", "participants": "<%= membercount %> Participants", "join": "Join", @@ -57,4 +57,4 @@ "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", "clone": "Clone", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/en_GB/character.json b/common/locales/en_GB/character.json index b993cd9ccb..77f3fe2ae7 100644 --- a/common/locales/en_GB/character.json +++ b/common/locales/en_GB/character.json @@ -56,7 +56,7 @@ "costumeText": "If you prefer the look of other gear to what you have equipped, check the \"Use Costume\" box to visually don a costume while wearing your battle gear underneath.", "useCostume": "Use Costume", "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", - "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:", "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!", "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.", @@ -77,7 +77,7 @@ "allocatePerPop": "Add a point to Perception", "allocateInt": "Points allocated to Intelligence:", "allocateIntPop": "Add a point to Intelligence", - "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue levelling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", + "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue levelling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", "stats": "Stats", "strength": "Strength", "strengthText": "Strength increases the chance of random \"critical hits\" and the Gold, Experience, and drop chance boost from them. It also helps deal damage to boss monsters.", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Unequip Pet, Mount, and Background", "animalSkins": "Animal Skins", "chooseClassHeading": "Choose your Class! Or opt out to choose later.", - "warriorWiki": "Warrior", - "mageWiki": "Mage", - "rogueWiki": "Rogue", - "healerWiki": "Healer", - "chooseClassLearn": "Learn more about classes", + "warriorWiki": "Warrior", + "mageWiki": "Mage", + "rogueWiki": "Rogue", + "healerWiki": "Healer", + "chooseClassLearn": "Learn more about classes", "str": "STR", "con": "CON", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/en_GB/communityguidelines.json b/common/locales/en_GB/communityguidelines.json index 7799e69a5d..543fcde73b 100644 --- a/common/locales/en_GB/communityguidelines.json +++ b/common/locales/en_GB/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "These rules apply to all of the social spaces we use, including (but not necessarily limited to) Trello, GitHub, Transifex, and the Wikia (aka wiki). Sometimes, unforeseen situations will arise, like a new source of conflict or a vicious necromancer. When this happens, the mods may respond by editing these guidelines to keep the community safe from new threats. Fear not: you will be notified by an announcement from Bailey if the guidelines change.", "commGuidePara004": "Now ready your quills and scrolls for note-taking, and let's get started!", "commGuideHeadingBeing": "Being a Habitican", - "commGuidePara005": "HabitRPG is first and foremost a website devoted to improvement. As a result, we've been lucky to attract one of the warmest, kindest, most courteous and supportive communities on the internet. There are many traits that make up Habiticans. Some of the most common and most notable are:", + "commGuidePara005": "Habitica is first and foremost a website devoted to improvement. As a result, we've been lucky to attract one of the warmest, kindest, most courteous and supportive communities on the internet. There are many traits that make up Habiticans. Some of the most common and most notable are:", "commGuideList01A": "A Helpful Spirit. Many people devote time and energy helping out new members of the community and guiding them. The Newbies Guild, for example, is a guild devoted just to answering people's questions. If you think you can help, don't be shy!", "commGuideList01B": "A Diligent Attitude. Habiticans work hard to improve their lives, but also help build the site and improve it constantly. We're an open-source project, so we are all constantly working to make the site the best place it can be.", "commGuideList01C": "A Supportive Demeanor. Habiticans cheer for each other's victories, and comfort each other during hard times. We lend strength to each other and lean on each other and learn from each other. In parties, we do this with our spells; in chat rooms, we do this with kind and supportive words.", @@ -25,21 +25,21 @@ "commGuidePara011b": "on GitHub/Wikia", "commGuidePara011c": "on Wikia", "commGuidePara011d": "on GitHub", - "commGuidePara012": "If you have an issue or concern about a particular Mod, please send an email to Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "If you have an issue or concern about a particular Mod, please send an email to Lemoness (leslie@habitica).", "commGuidePara013": "In a community as big as Habitica, users come and go, and sometimes a moderator needs to lay down their noble mantle and relax. The following are Moderators Emeritus. They no longer act with the power of a Moderator, but we would still like to honour their work!", "commGuidePara014": "Moderators Emeritus:", "commGuideHeadingPublicSpaces": "Public Spaces In Habitica", "commGuidePara015": "Habitica has two kinds of social spaces: public, and private. Public spaces include the Tavern, Public Guilds, GitHub, Trello, and the Wiki. Private spaces are Private Guilds, party chat, and Private Messages.", "commGuidePara016": "When navigating the public spaces in Habitica, there are some general rules to keep everyone safe and happy. These should be easy for adventurers like you!", - "commGuidePara017": "Respect each other. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes HabitRPG so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:", + "commGuidePara017": "Respect each other. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes Habitica so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:", "commGuideList02A": "Obey all of the Terms and Conditions.", "commGuideList02B": "Do not post images or text that are violent, threatening, or sexually explicit/suggestive, or that promote discrimination, bigotry, racism, sexism, hatred, harassment or harm against any individual or group. Not even as a joke. This includes slurs as well as statements. Not everyone has the same sense of humour, and so something that you consider a joke may be hurtful to another. Attack your Dailies, not each other.", "commGuideList02C": "Keep discussions appropriate for all ages. We have many young Habiticans who use the site! Let's not tarnish any innocents or hinder any Habiticans in their goals.", "commGuideList02D": "Avoid profanity. This includes milder, religious-based oaths that may be acceptable elsewhere-we have people from all religious and cultural backgrounds, and we want to make sure that all of them feel comfortable in public spaces. Additionally, slurs will be dealt with very severely, as they are also a violation of the Terms of Service.", - "commGuideList02E": "Avoid extended discussions of divisive topics outside of the Back Corner. If you feel that someone has said something rude or hurtful, do not engage them. A single, polite comment, such as \"That joke makes me feel uncomfortable,\" is fine, but being harsh or unkind in response to harsh or unkind comments heightens tensions and makes HabitRPG a more negative space. Kindness and politeness helps others understand where you are coming from.", + "commGuideList02E": "Avoid extended discussions of divisive topics outside of the Back Corner. If you feel that someone has said something rude or hurtful, do not engage them. A single, polite comment, such as \"That joke makes me feel uncomfortable,\" is fine, but being harsh or unkind in response to harsh or unkind comments heightens tensions and makes Habitica a more negative space. Kindness and politeness helps others understand where you are coming from.", "commGuideList02F": "Comply immediately with any Mod request to cease a discussion or move it to the Back Corner. Last words, parting shots and conclusive zingers should all be delivered (courteously) at your \"table\" in the Back Corner, if allowed.", "commGuideList02G": "Take time to reflect instead of responding in anger if someone tells you that something you said or did made them uncomfortable. There is great strength in being able to sincerely apologize to someone. If you feel that the way they responded to you was inappropriate, contact a mod rather than calling them out on it publicly.", - "commGuideList02H": "Divisive/contentious conversations should be reported to mods. If you feel that a conversation is getting heated, overly emotional, or hurtful, cease to engage. Instead, email leslie@habitrpg.com to let us know about it. It's our job to keep you safe.", + "commGuideList02H": "Divisive/contentious conversations should be reported to mods. If you feel that a conversation is getting heated, overly emotional, or hurtful, cease to engage. Instead, email leslie@habitica to let us know about it. It's our job to keep you safe.", "commGuideList02I": "Do not spam. Spamming may include, but is not limited to: posting the same comment or query in multiple places, posting links without explanation or context, posting nonsensical messages, or posting many messages in a row. Repeatedly begging for gems or a subscription may also be considered spamming.", "commGuidePara019": "In private spaces, users have more freedom to discuss whatever topics they would like, but they still may not violate the Terms and Conditions, including posting any discriminatory, violent, or threatening content.", "commGuidePara020": "Private Messages (PMs) have some additional guidelines. If someone has blocked you, do not contact them elsewhere to ask them to unblock you. Additionally, you should not send PMs to someone asking for support (since public answers to support questions are helpful to the community). Finally, do not send anyone PMs begging for a gift of gems or a subscription, as this can be considered spamming.", @@ -48,11 +48,11 @@ "commGuidePara022": "The Tavern is the main spot for Habiticans to mingle. Daniel the Barkeep keeps the place spic-and-span, and Lemoness will happily conjure up some lemonade while you sit and chat. Just keep in mind...", "commGuidePara023": "Conversation tends to revolve around casual chatting and productivity or life improvement tips.", "commGuidePara024": "Because the Tavern chat can only hold 200 messages, it isn't a good place for prolonged conversations on topics, especially sensitive ones (ex. politics, religion, depression, whether or not goblin-hunting should be banned, etc.). These conversations should be taken to an applicable guild or the Back Corner (more information below).", - "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use HabitRPG to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", + "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use Habitica to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", "commGuideHeadingPublicGuilds": "Public Guilds", "commGuidePara029": "Public guilds are much like the Tavern, except that instead of being centered around general conversation, they have a focused theme. Public guild chat should focus on this theme. For example, members of the Wordsmiths guild might be cross if they found the conversation suddenly focusing on gardening instead of writing, and a Dragon-Fanciers guild might not have any interest in deciphering ancient runes. Some guilds are more lax about this than others, but in general, try to stay on topic!", "commGuidePara031": "Some public guilds will contain sensitive topics such as depression, religion, politics, etc. This is fine as long as the conversations therein do not violate any of the Terms and Conditions or Public Space Rules, and as long as they stay on topic.", - "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitrpg.com with screenshots.", + "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitica with screenshots.", "commGuidePara035": "No Guilds, Public or Private, should be created for the purpose of attacking any group or individual. Creating such a Guild is grounds for an instant ban. Fight bad habits, not your fellow adventurers!", "commGuidePara037": "All Tavern Challenges and Public Guild Challenges must comply with these rules as well.", "commGuideHeadingBackCorner": "The Back Corner", @@ -60,7 +60,7 @@ "commGuidePara039": "The Back Corner Guild is a free public space to discuss sensitive material or a single conversation for a long time, and it is carefully moderated. The Public Space Guidelines still apply, as do all of the Terms and Conditions. Just because we are wearing long cloaks and clustering in a corner doesn't mean that anything goes! Now pass me that smoldering candle, will you?", "commGuideHeadingTrello": "Trello Boards", "commGuidePara040": "Trello serves as an open forum for suggestions and discussion of site features. Habitica is ruled by the people in the form of valiant contributors -- we all build the site together. Trello is the system that lends method to our madness. Out of consideration for this, try your best to contain all your thoughts into one comment, instead of commenting many times in a row on the same card. If you think of something new, feel free to edit your original comments. Please, take pity on those of us who receive a notification for every new comment. Our inboxes can only withstand so much.", - "commGuidePara041": "HabitRPG uses five different Trello boards:", + "commGuidePara041": "Habitica uses five different Trello boards:", "commGuideList03A": "The Main Board is a place to request and vote on site features.", "commGuideList03B": "The Mobile Board is a place to request and vote on mobile app features.", "commGuideList03C": "The Pixel Art Board is a place to discuss and submit pixel art.", @@ -68,12 +68,12 @@ "commGuideList03E": "The Wiki Board is a place to improve, discuss and request new wiki content.", "commGuidePara042": "All have their own guidelines outlined, and the Public Spaces rules apply. Users should avoid going off-topic in any of the boards or cards. Trust us, the boards get crowded enough as it is! Prolonged conversations should be moved to the Back Corner Guild.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", - "commGuidePara044": "The following users are members of the HabitRPG repo:", + "commGuidePara043": "Habitica uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", + "commGuidePara044": "The following users are members of the Habitica repo:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "The HabitRPG wiki collects information about the site. It also hosts a few forums similar to the guilds on HabitRPG. Hence, all the Public Space rules apply.", - "commGuidePara046": "The HabitRPG wiki can be considered to be a database of all things HabitRPG. It provides information about site features, guides to play the game, tips on how you can contribute to HabitRPG and also provides a place for you to advertise your guild or party and vote on topics.", - "commGuidePara047": "Since the wiki is hosted by Wikia, the terms and conditions of Wikia also apply in addition to the rules set by HabitRPG and the HabitRPG wiki site.", + "commGuidePara045": "The Habitica wiki collects information about the site. It also hosts a few forums similar to the guilds on Habitica. Hence, all the Public Space rules apply.", + "commGuidePara046": "The Habitica wiki can be considered to be a database of all things Habitica. It provides information about site features, guides to play the game, tips on how you can contribute to Habitica and also provides a place for you to advertise your guild or party and vote on topics.", + "commGuidePara047": "Since the wiki is hosted by Wikia, the terms and conditions of Wikia also apply in addition to the rules set by Habitica and the Habitica wiki site.", "commGuidePara048": "The wiki is solely a collaboration between all of its editors so some additional guidelines include:", "commGuideList04A": "Requesting new pages or major changes on the Wiki Trello board", "commGuideList04B": "Being open to other peoples' suggestion about your edit", @@ -82,7 +82,7 @@ "commGuideList04E": "Not spamming or sabotaging pages for personal gain", "commGuideList04F": "Read the wiki contribution page before making major changes", "commGuideList04G": "Impartial tone within wiki pages", - "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of HabitRPG and not pertaining to a particular guild or party (such information can be moved to the forums)", + "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of Habitica and not pertaining to a particular guild or party (such information can be moved to the forums)", "commGuidePara049": "The following people are the current wiki administrators:", "commGuidePara018": "Wiki Administrators Emeritus are", "commGuideHeadingInfractionsEtc": "Infractions, Consequences, and Restoration", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Moderate Infractions", "commGuidePara054": "Moderate infractions do not make our community unsafe, but they do make it unpleasant. These infractions will have moderate consequences. When in conjunction with multiple infractions, the consequences may grow more severe.", "commGuidePara055": "The following are some examples of Moderate Infractions. This is not a comprehensive list.", - "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitrpg.com).", + "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitica).", "commGuideList06B": "Backseat Modding. To quickly clarify a relevant point: A friendly mention of the rules is fine. Backseat modding consists of telling, demanding, and/or strongly implying that someone must take an action that you describe to correct a mistake. You can alert someone to the fact that they have committed a transgression, but please do not demand an action-for example, saying, \"Just so you know, profanity is discouraged in the Tavern, so you may want to delete that,\" would be better than saying, \"I'm going to have to ask you to delete that post.\"", "commGuideList06C": "Repeated Violation of Public Space Guidelines", "commGuideList06D": "Repeated Minor Infractions", @@ -139,8 +139,8 @@ "commGuidePara062": "The email that you receive explaining the consequences of your actions (or, in the case of minor consequences, the Mod/Staff announcement) is a good source of information. Cooperate with any restrictions which have been imposed, and endeavor to meet the requirements to have any penalties lifted.", "commGuidePara063": "If you do not understand your consequences, or the nature of your infraction, ask the Staff/Moderators for help so you can avoid committing infractions in the future.", "commGuideHeadingContributing": "Contributing to Habitica", - "commGuidePara064": "HabitRPG is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", - "commGuideList12A": "HabitRPG Contributor's badge, plus 3 Gems", + "commGuidePara064": "Habitica is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", + "commGuideList12A": "Habitica Contributor's badge, plus 3 Gems", "commGuideList12B": "Contributor Armor, plus 3 Gems.", "commGuideList12C": "Contributor Helmet, plus 3 Gems.", "commGuideList12D": "Contributor Sword, plus 4 Gems.", @@ -154,7 +154,7 @@ "commGuideList13C": "Tiers don't \"start over\" in each field. When scaling the difficulty, we look at all your contributions, so that people who do a little bit of art, then fix a small bug, then dabble a bit in the wiki, do not proceed faster than people who are working hard at a single task. This helps keep things fair!", "commGuideList13D": "Users on probation cannot be promoted to the next tier. Mods have the right to freeze user advancement due to infractions. If this happens, the user will always be informed of the decision, and how to correct it. Tiers may also be removed as a result of infractions or probation.", "commGuideHeadingFinal": "The Final Section", - "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitrpg.com) and she will be happy to help clarify things.", + "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitica) and she will be happy to help clarify things.", "commGuidePara068": "Now go forth, brave adventurer, and slay some Dailies!", "commGuideHeadingLinks": "Useful Links", "commGuidePara069": "The following talented artists contributed to these illustrations:", @@ -163,7 +163,7 @@ "commGuideLink02": "The Back Corner Guild", "commGuideLink02description": "a guild for the discussion of long or sensitive topics.", "commGuideLink03": "The Wiki", - "commGuideLink03description": "the biggest collection of information about HabitRPG.", + "commGuideLink03description": "the biggest collection of information about Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "for bug reports or helping code programs!", "commGuideLink05": "The Main Trello", diff --git a/common/locales/en_GB/content.json b/common/locales/en_GB/content.json index 8d26429bae..ce91675006 100644 --- a/common/locales/en_GB/content.json +++ b/common/locales/en_GB/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Saddle", "foodSaddleNotes": "Instantly raises one of your pets into a mount.", "foodNotes": "Feed this to a pet and it may grow into a sturdy steed." -} \ No newline at end of file +} diff --git a/common/locales/en_GB/contrib.json b/common/locales/en_GB/contrib.json index 25e074b882..644d7414f6 100644 --- a/common/locales/en_GB/contrib.json +++ b/common/locales/en_GB/contrib.json @@ -1,6 +1,6 @@ { "friend": "Friend", - "friendFirst": "When your first set of submissions is deployed, you will receive the HabitRPG Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", + "friendFirst": "When your first set of submissions is deployed, you will receive the Habitica Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", "friendSecond": "When your second set of submissions is deployed, the Crystal Armor will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 3 Gems.", "elite": "Elite", "eliteThird": "When your third set of submissions is deployed, the Crystal Helmet will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 3 Gems.", @@ -9,24 +9,24 @@ "championFifth": "When your fifth set of submissions is deployed, the Crystal Shield will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 4 Gems.", "championSixth": "When your sixth set of submissions is deployed, you will receive a Hydra Pet. You will also receive 4 Gems.", "legendary": "Legendary", - "legSeventh": "When your seventh set of submissions is deployed, you will receive 4 Gems and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of HabitRPG! Further contributions do not increase your tier, but you may continue to earn Gem bounties and titles.", + "legSeventh": "When your seventh set of submissions is deployed, you will receive 4 Gems and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of Habitica! Further contributions do not increase your tier, but you may continue to earn Gem bounties and titles.", "moderator": "Moderator", "guardian": "Guardian", "guardianText": "Moderators were selected carefully from high tier contributors, so please give them your respect and listen to their suggestions.", "staff": "Staff", "heroic": "Heroic", - "heroicText": "The Heroic tier contains HabitRPG staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).", - "npcText": "NPCs backed HabitRPG's Kickstarter at the highest tier. You can find their avatars watching over site features!", + "heroicText": "The Heroic tier contains Habitica staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).", + "npcText": "NPCs backed Habitica's Kickstarter at the highest tier. You can find their avatars watching over site features!", "modalContribAchievement": "Contributor Achievement!", - "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping HabitRPG. See", + "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping Habitica. See", "contribLink": "what prizes you've earned for your contribution!", "contribName": "Contributor", - "contribText": "Has contributed to HabitRPG (code, design, pixel art, legal advice, docs, etc). Want this badge?", + "contribText": "Has contributed to Habitica (code, design, pixel art, legal advice, docs, etc). Want this badge?", "readMore": "Read More", "kickstartName": "Kickstarter Backer - $<%= tier %> Tier", "kickstartText": "Backed the Kickstarter Project", "helped": "Helped Habit Grow", - "helpedText1": "Helped HabitRPG grow by filling out", + "helpedText1": "Helped Habitica grow by filling out", "helpedText2": "this survey.", "hall": "Hall", "contribTitle": "Contributor Title (eg, \"Blacksmith\")", @@ -52,19 +52,19 @@ "tier": "Tier", "visitHeroes": "Visit the Hall of Heroes (contributors and backers)", "conLearn": "Learn more about contributor rewards", - "conLearnHow": "Learn how to contribute to HabitRPG", + "conLearnHow": "Learn how to contribute to Habitica", "removeAds": "Subscribe to remove ads", "whyAds": "Why Ads?", "whyAdsContent1": "Habit is an open source project and can use all the help it can get—consider this a donation to the contributors. You also get 20 Gems from the purchase, which you can use to buy special items.", "whyAdsContent2": "'Hey, I backed the Kickstarter!' - follow", "whyAdsContent3": "these instructions", - "surveysSingle": "Helped HabitRPG grow by filling out a survey. There are no active surveys.", - "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. There are no active surveys.", + "surveysSingle": "Helped Habitica grow by filling out a survey. There are no active surveys.", + "surveysMultiple": "Helped Habitica grow by filling out <%= surveys %> surveys. There are no active surveys.", "currentSurvey": "Current Survey", "surveyWhen": "The badge will be awarded to all participants when surveys have been processed, in late March.", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honour the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honoured. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is the Hall of Patrons, where we honour the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honoured. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/en_GB/defaulttasks.json b/common/locales/en_GB/defaulttasks.json index 67e6d6af46..45b3291b5d 100644 --- a/common/locales/en_GB/defaulttasks.json +++ b/common/locales/en_GB/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Sit-ups", "defaultDaily4Checklist3": "Press-ups", "defaultTodoNotes": "You can either complete this To-Do, edit it, or remove it.", - "defaultTodo1Text": "Join HabitRPG (Check me off!)", + "defaultTodo1Text": "Join Habitica (Check me off!)", "defaultTodo2Text": "Set up a Habit", "defaultTodo2Checklist1": "create a Habit", "defaultTodo2Checklist2": "make it \"+\" only, \"-\" only, or \"+/-\" under Edit", @@ -38,4 +38,4 @@ "defaultTag1": "morning", "defaultTag2": "afternoon", "defaultTag3": "evening" -} \ No newline at end of file +} diff --git a/common/locales/en_GB/front.json b/common/locales/en_GB/front.json index 5f2d2f2961..5b9ca11de8 100644 --- a/common/locales/en_GB/front.json +++ b/common/locales/en_GB/front.json @@ -2,7 +2,7 @@ "FAQ": "FAQ", "accept1Terms": "By clicking the button below, I agree to the", "accept2Terms": "and the", - "alexandraQuote": "Couldn't NOT talk about HabitRPG during my speech in Madrid. Must-have tool for freelancers who still need a boss.", + "alexandraQuote": "Couldn't NOT talk about Habitica during my speech in Madrid. Must-have tool for freelancers who still need a boss.", "althaireQuote": "Having a quest constantly on really motivates me to do all my dailies and do all my to-dos. My biggest motivation is not letting my party down.", "andeeliaoQuote": "Awesome product, just started a few days ago and already more conscious and productive with my time!", "autumnesquirrelQuote": "I'm procrastinating less on work and housework and pay bills on time.", @@ -11,7 +11,7 @@ "businessSample3": "Sort and Process Inbox", "businessSample4": "Prepare 1 Document for Client", "businessSample5": "Call Clients/Put Off Phone Calls", - "businessText": "Use HabitRPG at your business", + "businessText": "Use Habitica at your business", "choreSample1": "Put Dirty Clothes in Laundry Basket", "choreSample2": "20 mins of Housework", "choreSample3": "Wash a load of dishes", @@ -32,14 +32,14 @@ "companyPrivacy": "Privacy", "companyTerms": "Terms", "companyVideos": "Videos", - "contribUse": "HabitRPG contributors use", - "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades… HabitRPG is the only thing I've used that actually helps me get things done rather than just list them.", - "dreimQuote": "When I discovered HabitRPG last summer, I had just failed half my exams. Thanks to the Dailies, I was able to organise and discipline myself, and I actually passed all my exams with really good marks a month ago.", + "contribUse": "Habitica contributors use", + "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades… Habitica is the only thing I've used that actually helps me get things done rather than just list them.", + "dreimQuote": "When I discovered Habitica last summer, I had just failed half my exams. Thanks to the Dailies, I was able to organise and discipline myself, and I actually passed all my exams with really good marks a month ago.", "elmiQuote": "Every morning I'm looking forward to getting up so I can earn some gold!", "email": "Email", "emailNewPass": "Email New Password", "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks Habitrpg!", - "examplesHeading": "Players use HabitRPG to manage...", + "examplesHeading": "Players use Habitica to manage...", "featureAchievementByline": "Do something totally awesome? Get a badge and show it off!", "featureAchievementHeading": "Achievement Badges", "featureEquipByline": "Buy limited edition equipment, potions, and other virtual goodies in our Market with your task rewards!", @@ -55,7 +55,7 @@ "footerMobile": "Mobile", "footerSocial": "Social", "forgotPass": "Forgot Password", - "frabjabulousQuote": "HabitRPG is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", + "frabjabulousQuote": "Habitica is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", "free": "Play for free", "gamifyButton": "Gamify your life today!", "goalSample1": "Practice Piano for 1 Hour", @@ -71,47 +71,47 @@ "healthSample4": "Eat Healthy/Junk Food", "healthSample5": "Break a Sweat for 1 hr", "history": "History", - "infhQuote": "HabitRPG has really helped me impart structure to my life in graduate school.", + "infhQuote": "Habitica has really helped me impart structure to my life in graduate school.", "invalidEmail": "A valid email address is required in order to perform a password reset.", - "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. HabitRPG has cured that!", + "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. Habitica has cured that!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Before HabitRPG, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", + "kazuiQuote": "Before Habitica, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingadminlink": "administrative packages", "landingend": "Not convinced yet?", "landingend2": "See a more detailed list of", "landingend3": ". Are you looking for a more private approach? Check out our", "landingend4": "which are perfect for families, teachers, support groups, and businesses.", "landingfeatureslink": "our features", - "landingp1": "The problem with most productivity apps on the market is that they provide no incentive to continue using them. HabitRPG fixes this by making habit building fun! By rewarding you for your successes and penalising you for slip-ups, HabitRPG provides external motivation for completing your day-to-day activities.", - "landingp2": "Whenever you reinforce a positive habit, complete a daily task, or take care of an old to-do, HabitRPG immediately rewards you with experience points and gold. As you gain experience, you can level up, increasing your stats and unlocking more features, like classes and pets. Gold can be spent on in-game items that change your experience or personalised rewards you've created for motivation. When even the smallest successes provide you with an immediate reward, you're less likely to procrastinate.", + "landingp1": "The problem with most productivity apps on the market is that they provide no incentive to continue using them. Habitica fixes this by making habit building fun! By rewarding you for your successes and penalising you for slip-ups, Habitica provides external motivation for completing your day-to-day activities.", + "landingp2": "Whenever you reinforce a positive habit, complete a daily task, or take care of an old to-do, Habitica immediately rewards you with experience points and gold. As you gain experience, you can level up, increasing your stats and unlocking more features, like classes and pets. Gold can be spent on in-game items that change your experience or personalised rewards you've created for motivation. When even the smallest successes provide you with an immediate reward, you're less likely to procrastinate.", "landingp2header": "Instant Gratification", - "landingp3": "Whenever you indulge in a bad habit or fail to complete one of your daily tasks, you lose health. If your health drops too low, you die and lose some of the progress you've made. By providing immediate consequences, HabitRPG can help break bad habits and procrastination cycles before they cause real-world problems.", + "landingp3": "Whenever you indulge in a bad habit or fail to complete one of your daily tasks, you lose health. If your health drops too low, you die and lose some of the progress you've made. By providing immediate consequences, Habitica can help break bad habits and procrastination cycles before they cause real-world problems.", "landingp3header": "Consequences", - "landingp4": "With an active community, HabitRPG provides the accountability you need to stay on task. With the party system, you can bring in a group of your closest friends to cheer you on. The guild system allows you to find people with similar interests or obstacles, so you can share your goals and swap tips on how to tackle your problems. On HabitRPG, the community means that you have both the support and the accountability you need to succeed.", + "landingp4": "With an active community, Habitica provides the accountability you need to stay on task. With the party system, you can bring in a group of your closest friends to cheer you on. The guild system allows you to find people with similar interests or obstacles so you can share your goals and swap tips on how to tackle your problems. On Habitica, the community means that you have both the support and the accountability you need to succeed.", "landingp4header": "Accountability", - "leadText": "HabitRPG is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, HabitRPG can help you achieve your goals to become healthy, hard-working, and happy.", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "login": "Login", "loginAndReg": "Login / Register", "loginFacebookAlt": "Login / Register with Facebook", "logout": "Log Out", "marketing1Header": "Improve Your Habits By Playing A Game", - "marketing1Lead1": "HabitRPG is a video game to help you improve real life habits. It \"gamifies\" your life by turning all your tasks (habits, dailies, and to-dos) into little monsters you have to conquer. The better you are at this, the more you progress in the game. If you slip up in life, your character starts backsliding in the game.", + "marketing1Lead1": "Habitica is a video game to help you improve real life habits. It \"gamifies\" your life by turning all your tasks (habits, dailies, and to-dos) into little monsters you have to conquer. The better you are at this, the more you progress in the game. If you slip up in life, your character starts backsliding in the game.", "marketing1Lead2": "Get Sweet Gear. Improve your habits to build up your avatar. Show off the sweet gear you've earned", "marketing1Lead2Title": "Get Sweet Gear", - "marketing1Lead3": "Find Random Prizes. For some, it's the gamble which motivates them, a system called \"stochastic rewarding\". HabitRPG accommodates all reinforcement styles: positive, negative, predictable, and random.", + "marketing1Lead3": "Find Random Prizes. For some, it's the gamble which motivates them, a system called \"stochastic rewarding\". Habitica accommodates all reinforcement styles: positive, negative, predictable, and random.", "marketing1Lead3Title": "Find Random Prizes", "marketing2Header": "Compete With Friends, Join Interest Groups", - "marketing2Lead1": "While you can solo-play HabitRPG, the lights really turn on when you start collaborating, competing, and holding each other accountable. The most effective part of any self-improvement programme is social accountability, and what better an environment for accountability and competition than a video game?", + "marketing2Lead1": "While you can solo-play Habitica, the lights really turn on when you start collaborating, competing, and holding each other accountable. The most effective part of any self-improvement programme is social accountability, and what better an environment for accountability and competition than a video game?", "marketing2Lead2": "Fight Bosses. What's a Role Playing Game without battles? Fight bosses with your party. Bosses are \"super accountability mode\" - a day you miss the gym is a day the boss hurts everyone.", "marketing2Lead2Title": "Bosses", "marketing2Lead3": "Challenges let you compete with friends and strangers. Whoever does the best at the end of a challenge wins special prizes.", "marketing3Header": "Apps", "marketing3Lead1": "The iPhone & Android apps let you take care of business on the go. We realise that logging into the website to click buttons can be a drag.", - "marketing3Lead2": "Other 3rd Party Tools tie HabitRPG into various aspects of your life. Our API provides easy integration for things like the Chrome Extension, for which you lose points when browsing unproductive websites, and gain points when on productive ones. See more here", + "marketing3Lead2": "Other 3rd Party Tools tie Habitica into various aspects of your life. Our API provides easy integration for things like the Chrome Extension, for which you lose points when browsing unproductive websites, and gain points when on productive ones. See more here", "marketing4Header": "Organisational Use", "marketing4Lead1": "Education is one of the best sectors for gamification. We all know how glued to phones and games students are these days. Harness that power! Pit your students against each other in friendly competition. Reward good behaviour with rare prizes. Watch their grades and behaviour soar.", "marketing4Lead1Title": "Gamification In Education", - "marketing4Lead2": "Health care costs are on the rise, and something's gotta give. Hundreds of programmes are built to reduce costs and improve wellness. We believe HabitRPG can pave a substantial path towards healthy lifestyles.", + "marketing4Lead2": "Health care costs are on the rise, and something's gotta give. Hundreds of programmes are built to reduce costs and improve wellness. We believe Habitica can pave a substantial path towards healthy lifestyles.", "marketing4Lead2Title": "Gamification In Health And Wellness", "marketing4Lead3-1": "Want to gamify your life?", "marketing4Lead3-2": "Interested in running a group in education, wellness, and more?", @@ -126,10 +126,10 @@ "passMan": "In case you are using a password manager (like 1Password) and have problems logging in, try typing username and password manually.", "password": "Password", "playButton": "Play", - "playButtonFull": "Play HabitRPG", + "playButtonFull": "Play Habitica", "presskit": "Press Kit", "presskitDownload": "Download all images:", - "presskitText": "Thanks for your interest in HabitRPG! The following images can be used for articles or videos about HabitRPG. For more information, please contact Siena Leslie at leslie@habitrpg.com.", + "presskitText": "Thanks for your interest in Habitica! The following images can be used for articles or videos about Habitica. For more information, please contact Siena Leslie at leslie@habitica.com.", "privacy": "Privacy Policy", "psst": "Psst", "punishByline": "Break bad habits and procrastination cycles with immediate consequences.", @@ -152,9 +152,9 @@ "schoolSample3": "Meet with Study Group", "schoolSample4": "Notes for 1 Chapter", "schoolSample5": "Read 1 Chapter", - "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to HabitRPG. I'm just always so eager to reach my next level-up!", + "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to Habitica. I'm just always so eager to reach my next level-up!", "skysailorQuote": "My party and our quests keep me engaged in the game, which keeps me motivated to get things done and change my life in positive ways", - "socialTitle": "HabitRPG - Gamify Your Life", + "socialTitle": "Habitica - Gamify Your Life", "supermouse35Quote": "I'm exercising more and I haven't forgotten to take my meds for months! Thanks, Habit. :D", "sync": "Sync", "tasks": "Tasks", @@ -172,7 +172,7 @@ "username": "Username", "watchVideos": "Watch Videos", "work": "Work", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "zelahQuote": "With Habitica, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", "reportAccountProblems": "Report Account Problems", "reportCommunityIssues": "Report Community Issues", "generalQuestionsSite": "General Questions about the Site", diff --git a/common/locales/en_GB/gear.json b/common/locales/en_GB/gear.json index 465f628dbf..6d3b368293 100644 --- a/common/locales/en_GB/gear.json +++ b/common/locales/en_GB/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Snowflake Robe", "armorSpecialSnowflakeNotes": "A robe to keep you warm, even in a blizzard. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.", "armorSpecialBirthdayText": "Absurd Party Robes", - "armorSpecialBirthdayNotes": "Happy Birthday, HabitRPG! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthdayNotes": "Happy Birthday, Habitica! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialBirthday2015Text": "Silly Party Robes", - "armorSpecialBirthday2015Notes": "Happy Birthday, HabitRPG! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthday2015Notes": "Happy Birthday, Habitica! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialGaymerxText": "Rainbow Warrior Armour", "armorSpecialGaymerxNotes": "In celebration of pride season and GaymerX, this special armour is decorated with a radiant, colourful rainbow pattern! GaymerX is a game convention celebrating LGBTQ and gaming and is open to everyone. It takes place at the InterContinental in downtown San Francisco on July 11-13! Confers no benefit.", "armorSpecialSpringRogueText": "Sleek Cat Suit", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", "eyewearMystery301405Notes": "No eyewear could be fancier than a monocle - except, perhaps, for a pair of goggles. Confers no benefit. July 3015 Subscriber Item." -} \ No newline at end of file +} diff --git a/common/locales/en_GB/generic.json b/common/locales/en_GB/generic.json index 1918db4546..cd8c720c71 100644 --- a/common/locales/en_GB/generic.json +++ b/common/locales/en_GB/generic.json @@ -1,11 +1,11 @@ { "languageName": "British English", "stringNotFound": "String '<%= string %>' not found.", - "titleIndex": "HabitRPG | Your Life The Role Playing Game", + "titleIndex": "Habitica | Your Life The Role Playing Game", "habitica": "Habitica", "expandToolbar": "Expand Toolbar", "collapseToolbar": "Collapse Toolbar", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "markdownBlurb": "Habitica uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", "showFormattingHelp": "Show formatting help", "hideFormattingHelp": "Hide formatting help", "youType": "You type:", @@ -14,8 +14,8 @@ "bold": "**Bold**", "strikethrough": "~~Strikethrough~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Habitica is great!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`code`", @@ -61,13 +61,16 @@ "veteranText": "Has weathered Habit The Grey (our pre Angular website), and has gained many battle-scars from its bugs.", "originalUser": "Original User!", "originalUserText": "One of the very original early adopters. Talk about alpha tester!", - "habitBirthday": "HabitRPG Birthday Bash", - "habitBirthdayText": "Celebrated the HabitRPG Birthday Bash!", - "habitBirthdayPluralText": "Celebrated <%= number %> HabitRPG Birthday Bashes!", + "habitBirthday": "Habitica Birthday Bash", + "habitBirthdayText": "Celebrated the Habitica Birthday Bash!", + "habitBirthdayPluralText": "Celebrated <%= number %> Habitica Birthday Bashes!", + "habiticaDay": "Habitica Naming Day", + "habiticaDaySingularText": "Celebrated Habitica's Naming Day! Thanks for being a fantastic user.", + "habiticaDayPluralText": "Celebrated <%= number %> Naming Days! Thanks for being a fantastic user.", "achievementDilatory": "Saviour of Dilatory", "achievementDilatoryText": "Helped defeat the Dread Dragon of Dilatory during the 2014 Summer Splash Event!", "costumeContest": "2014 Costume Contest", - "costumeContestText": "Participated in the 2014 Halloween Costume Contest. See some of the entries at blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Participated in the 2014 Halloween Costume Contest. See some of the entries at blog.habitica.com/tagged/cosplay!", "memberSince": "- Member since", "lastLoggedIn": "- Last logged in", "notPorted": "This feature is not yet ported from the original site.", @@ -90,7 +93,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "Ask a Question", "reportBug": "Report a Bug", - "contributeToHRPG": "Contribute to HabitRPG", + "contributeToHRPG": "Contribute to Habitica", "overview": "Overview for New Users", "January": "January", "February": "February", diff --git a/common/locales/en_GB/groups.json b/common/locales/en_GB/groups.json index b6f34d00dc..971ad29664 100644 --- a/common/locales/en_GB/groups.json +++ b/common/locales/en_GB/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Sort by date joined the party", "sortName": "Sort by avatar name", "sortBackgrounds": "Sort by background", - "sortHabitrpgJoined": "Sort by HabitRPG date joined", + "sortHabitrpgJoined": "Sort by Habitica date joined", "sortHabitrpgLastLoggedIn": "Sort by last time user logged in", "ascendingSort": "Sort Ascending", "descendingSort": "Sort Descending", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Only the group leader can create challenges", "sendGift": "Send Gift", "inviteFriends": "Invite Friends", - "inviteAlertInfo": "Invite friends by User ID here.", + "inviteAlertInfo": "Invite friends by User ID here.", "inviteExistUser": "Invite Existing User", "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.", "byColon": "By:", @@ -123,4 +123,4 @@ "startAParty": "Start a Party", "addToParty": "Add someone to your party", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/en_GB/limited.json b/common/locales/en_GB/limited.json index 792b21e563..f442f73f8e 100644 --- a/common/locales/en_GB/limited.json +++ b/common/locales/en_GB/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Seasonal Sorceress<%= linkEnd %>", "seasonalShopClosedText": "The Seasonal Shop is currently closed!! I don't know where the Seasonal Sorceress is now, but I bet she'll be back during the next <%= linkStart %>Grand Gala<%= linkEnd %>!", - "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until 30 April, so be sure to stock up now or you'll have to wait a year to buy these items again!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until 30 April, so be sure to stock up now or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "If you've used the Orb of Rebirth, you can repurchase this equipment in the Rewards Column after you unlock the Item Shop. Initially, you'll only be able to purchase the items for your current class (Warrior by default), but fear not, the other class-specific items will become available if you switch to that class.", "candycaneSet": "Candy Cane (Mage)", "skiSet": "Ski-sassin (Rogue)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/en_GB/messages.json b/common/locales/en_GB/messages.json index 7dfe881339..d4ad37dff9 100644 --- a/common/locales/en_GB/messages.json +++ b/common/locales/en_GB/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/en_GB/npc.json b/common/locales/en_GB/npc.json index 0ddce2b351..ee08b00fdd 100644 --- a/common/locales/en_GB/npc.json +++ b/common/locales/en_GB/npc.json @@ -21,9 +21,9 @@ "cool": "Tell Me Later", "dismissAlert": "Dismiss This Alert", "donateText1": "Adds 20 Gems to your account. Gems are used to buy special in-game items, such as shirts and hairstyles.", - "donateText2": "Help support HabitRPG", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", - "donationDesc": "20 Gems, Donation to HabitRPG", + "donateText2": "Help support Habitica", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donationDesc": "20 Gems, Donation to Habitica", "payWithCard": "Pay with Card", "payNote": "Note: PayPal sometimes takes a long time to clear. We recommend paying with card.", "card": "Card", @@ -52,10 +52,10 @@ "tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "Your Party will help you stay accountable. Invite friends to unlock a Quest Scroll!", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here—use them to hatch pets! You can also buy items from the Market.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honoured. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honoured. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List", "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "welcomeToHabit": "Welcome to Habitica, a game to improve your life!", "welcome1": "Create and customise an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now you'll customise your avatar and set up your tasks...", "imReady": "I'm Ready!" -} \ No newline at end of file +} diff --git a/common/locales/en_GB/pets.json b/common/locales/en_GB/pets.json index bf9aa787c7..6854099685 100644 --- a/common/locales/en_GB/pets.json +++ b/common/locales/en_GB/pets.json @@ -9,12 +9,14 @@ "rareMounts": "Rare Mounts", "etherealLion": "Ethereal Lion", "veteranWolf": "Veteran Wolf", + "veteranTiger": "Veteran Tiger", "cerberusPup": "Cerberus Pup", "hydra": "Hydra", "mantisShrimp": "Mantis Shrimp", "mammoth": "Woolly Mammoth", "orca": "Orca", - "rarePetPop1": "Click the gold paw to learn more about how you can obtain this rare pet through contributing to HabitRPG!", + "royalPurpleGryphon": "Royal Purple Gryphon", + "rarePetPop1": "Click the gold paw to learn more about how you can obtain this rare pet through contributing to Habitica!", "rarePetPop2": "How to Get this Pet!", "potion": "<%= potionType %> Potion", "egg": "<%= eggType %> Egg", @@ -28,7 +30,7 @@ "foodText": "food", "food": "Food and Saddles", "noFood": "You don't have any food or saddles.", - "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", + "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", "beastMasterProgress": "Beast Master Progress", "beastAchievement": "You have earned the \"Beast Master\" Achievement for collecting all the pets!", "beastMasterName": "Beast Master", diff --git a/common/locales/en_GB/quests.json b/common/locales/en_GB/quests.json index bc2623896b..c1eceb6d5e 100644 --- a/common/locales/en_GB/quests.json +++ b/common/locales/en_GB/quests.json @@ -60,4 +60,4 @@ "questWarning": "If new players join the party before the quest starts, they will also receive an invitation. However once the quest has started, no new party members can join the quest.", "bossRageTitle": "Rage", "bossRageDescription": "When this bar fills, the boss will unleash a special attack!" -} \ No newline at end of file +} diff --git a/common/locales/en_GB/questscontent.json b/common/locales/en_GB/questscontent.json index d2da5e2110..309e3dc6c0 100644 --- a/common/locales/en_GB/questscontent.json +++ b/common/locales/en_GB/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/en_GB/rebirth.json b/common/locales/en_GB/rebirth.json index dbfca6a074..9ad01828da 100644 --- a/common/locales/en_GB/rebirth.json +++ b/common/locales/en_GB/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Rebirth: New Adventure Available!", - "rebirthUnlock": "You've unlocked Rebirth! This special Market item allows you to begin a new game at level 1 while keeping your tasks, achievements, pets, and more. Use it to breathe new life into HabitRPG if you feel you've achieved it all, or to experience new features with the fresh eyes of a beginning character!", + "rebirthUnlock": "You've unlocked Rebirth! This special Market item allows you to begin a new game at level 1 while keeping your tasks, achievements, pets, and more. Use it to breathe new life into Habitica if you feel you've achieved it all, or to experience new features with the fresh eyes of a beginning character!", "rebirthBegin": "Rebirth: Begin a New Adventure", "rebirthStartOver": "Rebirth starts your character over from Level 1, as if you had created a new account.", "rebirthAdvList1": "You return to full Health.", @@ -22,4 +22,4 @@ "rebirthPop": "Begin a new character at Level 1 while retaining achievements, collectibles, and tasks with history.", "rebirthName": "Orb of Rebirth", "reborn": "Reborn, max level <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/en_GB/settings.json b/common/locales/en_GB/settings.json index 3b20dc4391..adaf3e3c1d 100644 --- a/common/locales/en_GB/settings.json +++ b/common/locales/en_GB/settings.json @@ -2,7 +2,7 @@ "settings": "Settings", "language": "Language", "americanEnglishGovern": "In the event of a discrepancy in the translations, the American English version governs.", - "helpWithTranslation": "Would you like to help with the translation of HabitRPG? Great! Then visit this Trello card.", + "helpWithTranslation": "Would you like to help with the translation of Habitica? Great! Then visit this Trello card.", "showHeaderPop": "Show your avatar, Health/Experience bars, and party.", "stickyHeader": "Sticky header", "stickyHeaderPop": "Affix the header to the top of the screen. Unticked means it scrolls out of view.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Advanced Options in tasks start collapsed", "startAdvCollapsedPop": "With this option set, Advanced Options will be hidden when you first open a task for editing.", "showTour": "Show Tour", - "restartTour": "Restart the introductory tour from when you first joined HabitRPG.", + "restartTour": "Restart the introductory tour from when you first joined Habitica.", "showBailey": "Show Bailey", "showBaileyPop": "Bring Bailey the Town Crier out of hiding so you can review past news.", "fixVal": "Fix Character Values", @@ -27,7 +27,7 @@ "resetAccount": "Reset Account", "resetAccPop": "Start over, removing all levels, gold, gear, history, and tasks.", "deleteAccount": "Delete Account", - "deleteAccPop": "Cancel and remove your HabitRPG account.", + "deleteAccPop": "Cancel and remove your Habitica account.", "qrCode": "QR Code", "dataExport": "Data Export", "saveData": "Here are a few options for saving your Habit data.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Custom Day Start", "24HrClock": "24Hr Clock", - "customDayStartInfo1": "HabitRPG defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", - "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", + "customDayStartInfo1": "Habitica defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", + "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", "misc": "Misc", "showHeader": "Show Header", "changePass": "Change Password", @@ -56,7 +56,7 @@ "dangerZone": "Danger Zone", "resetText1": "WARNING! This resets many parts of your account. This is highly discouraged, but some people find it useful in the beginning after playing with the site for a short time.", "resetText2": "You will lose all your levels, gold, and experience points. All your tasks will be deleted permanently and you will lose all of your task's historical data. You will lose all your equipment but you will be able to buy it all back, including all limited edition equipment or subscriber Mystery items that you already own (you will need to be in the correct class to re-buy class-specific gear). You will keep your current class and your pets and mounts. You might prefer to use an Orb of Rebirth instead, which is a much safer option and which will preserve your tasks.", - "deleteText": "Are you sure? This will delete your account forever, and it can never be restored! You will need to register a new account to use HabitRPG again. Banked or spent Gems will not be refunded. If you're absolutely certain, type <%= deleteWord %> into the text box below.", + "deleteText": "Are you sure? This will delete your account forever, and it can never be restored! You will need to register a new account to use Habitica again. Banked or spent Gems will not be refunded. If you're absolutely certain, type <%= deleteWord %> into the text box below.", "API": "API", "APIText": "Copy these for use in third party applications. However, think of your API Token like a password, and do not share it publicly. You may occasionally be asked for your User ID, but never post your API Token where others can see it, including on Github.", "APIToken": "API Token (this is a password—see warning above!)", @@ -79,13 +79,13 @@ "data": "Data", "exportData": "Export Data", "emailChange1": "To change your email address, please send an email to", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "including both your old and new email address as well as your User ID.", "username": "Login Name", "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Registered with Facebook", - "loginNameDescription1": "This is what you use to login to HabitRPG. Go to", + "loginNameDescription1": "This is what you use to login to Habitica. Go to", "loginNameDescription2": "User->Profile", "loginNameDescription3": "to change the name that appears in your avatar and chat messages.", "emailNotifications": "Email Notifications", @@ -101,12 +101,12 @@ "questStarted": "Your Quest has Begun", "invitedQuest": "Invited to Quest", "kickedGroup": "Kicked from group", - "remindersToLogin": "Reminders to check in to HabitRPG", + "remindersToLogin": "Reminders to check in to Habitica", "unsubscribedSuccessfully": "Unsubscribed successfully!", - "unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from the settings (requires login).", - "unsubscribedTextOthers": "You won't receive any other email from HabitRPG.", + "unsubscribedTextUsers": "You have successfully unsubscribed from all Habitica emails. You can enable only the emails you want to receive from the settings (requires login).", + "unsubscribedTextOthers": "You won't receive any other email from Habitica.", "unsubscribeAllEmails": "Tick to Unsubscribe from Emails", - "unsubscribeAllEmailsText": "By ticking 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.", + "unsubscribeAllEmailsText": "By ticking this box, I certify that I understand that by unsubscribing from all emails, Habitica will never be able to notify me via email about important changes to the site or my account.", "correctlyUnsubscribedEmailType": "Correctly unsubscribed from \"<%= emailType %>\" emails.", "subscriptionRateText": "Recurring $<%= price %> every <%= months %> months", "benefits": "Benefits", @@ -119,4 +119,4 @@ "promoCodeApplied": "Promo Code Applied! Check your inventory", "promoPlaceholder": "Enter Promotion Code", "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." -} \ No newline at end of file +} diff --git a/common/locales/en_GB/spells.json b/common/locales/en_GB/spells.json index 9feec163c7..466a4d7339 100644 --- a/common/locales/en_GB/spells.json +++ b/common/locales/en_GB/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Cancel the effects of Seafoam." -} \ No newline at end of file +} diff --git a/common/locales/en_GB/subscriber.json b/common/locales/en_GB/subscriber.json index 8247940e36..7905891586 100644 --- a/common/locales/en_GB/subscriber.json +++ b/common/locales/en_GB/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / Month", "organization": "Organisation", "groupPlans": "Corporate Plans", - "indivPlan1": "For individuals, HabitRPG is free to play. Even for small interest groups, free (or cheap)", + "indivPlan1": "For individuals, Habitica 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", + "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 Habitica for your group or organisation, secure and independent of", "groupText2": "See below for additional plan perks, and contact us for more information!", "planFamily": "Family (Coming Soon)", "planGroup": "Group (Coming Soon)", "dedicatedHost": "Dedicated Hosting", - "dedicatedHostText": "Dedicated Hosting: you get your own database and server hosted by HabitRPG, or optionally we'll install it in your organisation's network. If not checked, the plan uses \"Shared Hosting\": your organisation uses the same database as HabitRPG proper while performing independently Habitica. Your members are shielded from Tavern & Guilds, but still on the same server/database.", + "dedicatedHostText": "Dedicated Hosting: you get your own database and server hosted by Habitica, or optionally we'll install it in your organisation's network. If not checked, the plan uses \"Shared Hosting\": your organisation uses the same database as Habitica proper while performing independently Habitica. Your members are shielded from Tavern & Guilds, but still on the same server/database.", "individualSub": "Individual Subscription", "subscribe": "Subscribe", "subscribed": "Subscribed", @@ -33,9 +33,9 @@ "adminSub": "Administrator Subscriptions", "morePlans": "More Plans
Coming Soon", "organizationSub": "Private Organisation", - "organizationSubText": "Members of the organisation participate outside of HabitRPG proper, providing focus for your participants.", + "organizationSubText": "Members of the organisation participate outside of Habitica proper, providing focus for your participants.", "hostingType": "Hosting Type", - "hostingTypeText": "Shared hosting means your organisation uses the same database as HabitRPG proper even though you don't interact with Habitica. Dedicated means you get your own database and server. You can choose to have HabitRPG host your server/db, or we can install it on your own servers.", + "hostingTypeText": "Shared hosting means your organisation uses the same database as Habitica proper even though you don't interact with Habitica. Dedicated means you get your own database and server. You can choose to have Habitica host your server/db, or we can install it on your own servers.", "dedicated": "Dedicated", "customDomain": "Custom Domain", "customDomainText": "We can optionally give you your own domain for the installation.", @@ -58,7 +58,7 @@ "buySubsText": "Buy gems with Gold, No Ads, Support the Devs", "sureCancelSub": "Are you sure you want to cancel your subscription?", "subCanceled": "Subscription will become inactive on", - "subGemPop": "Because you subscribe to HabitRPG, you can purchase a number of Gems each month using Gold. You can see how many Gems are available to buy at the corner of the Gem icon.", + "subGemPop": "Because you subscribe to Habitica, you can purchase a number of Gems each month using Gold. You can see how many Gems are available to buy at the corner of the Gem icon.", "subGemName": "Subscriber Gems", "timeTravelers": "Time Travellers", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> and <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Update Card", "subUpdateTitle": "Update", "subUpdateDescription": "Update the card to be charged." -} \ No newline at end of file +} diff --git a/common/locales/en_GB/tasks.json b/common/locales/en_GB/tasks.json index f190cb752f..30790d3e24 100644 --- a/common/locales/en_GB/tasks.json +++ b/common/locales/en_GB/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Delete Completed", "lotOfToDos": "Completed To-Dos are automatically archived after 3 days. You can access them from Options > Settings > Data Export.", "deleteToDosExplanation": "If you click the button below, all of your completed To-Dos and archived To-Dos will be permanently deleted. Export them first if you want to keep a record of them.", - "beeminderDeleteWarning": "Beeminder users: First read Deleting Completed To-Dos Without Confusing Beeminder!", + "beeminderDeleteWarning": "Beeminder users: First read Deleting Completed To-Dos Without Confusing Beeminder!", "addmultiple": "Add Multiple", "addsingle": "Add Single", "habits": "Habits", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "You're Resting in the Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If you're in a quest, you won't deal damage/collect items until you check out of the Inn, but you can still be injured by a Boss if your Party mates skip their own Dailies.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Click for help" -} \ No newline at end of file +} diff --git a/common/locales/es/backgrounds.json b/common/locales/es/backgrounds.json index c2cb9fec2b..377b350743 100644 --- a/common/locales/es/backgrounds.json +++ b/common/locales/es/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "¡Surfea la Ola Gigante!", "backgroundSunkenShipText": "Barco Hundido", "backgroundSunkenShipNotes": "Explora el Barco Hundido." -} \ No newline at end of file +} diff --git a/common/locales/es/challenge.json b/common/locales/es/challenge.json index 3c2549231a..df00a17d89 100644 --- a/common/locales/es/challenge.json +++ b/common/locales/es/challenge.json @@ -11,7 +11,7 @@ "unsubChallenge": "Enlace al Desafío roto: esta tarea era parte de un Desafío, pero te has dado de baja del mismo. ¿Qué hacemos con las tareas del Desafío?", "challengeWinner": "Fue el ganador en los siguientes desafíos", "challenges": "Desafíos", - "noChallenges": "Ningún desafio todavía, visita ", + "noChallenges": "Ningún desafio todavía, visita", "toCreate": "para crear uno.", "selectWinner": "Seleccionar un ganador y cerrar el desafío:", "deleteOrSelect": "Borrar o seleccionar el ganador", @@ -29,14 +29,14 @@ "createChallenge": "Crear Desafío", "discard": "Descartar", "challengeTitle": "Título del Desafío", - "challengeTag": "Etiqueta ", + "challengeTag": "Etiqueta", "challengeTagPop": "Los Desafíos aparecen en la lista de etiquetas y en los consejos de tarea. Así que, aunque el título debería ser descriptivo, también se necesita una «abreviatura». Por ejemplo, «Perder 5 kilos en 3 meses» se puede convertir en «-5 kg» (pulsar en «?» proveerá más información).", "challengeDescr": "Descripción", "prize": "Premio", "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Mínimo 1 Gema para desafíos públicos (ayuda a prevenir el spam, de verdad que sí).", - "officialChallenge": "Desafío oficial de HabitRPG", + "officialChallenge": "Desafío oficial de Habitica", "by": "por", "participants": "Participantes: <%= membercount %>", "join": "Unirse", @@ -57,4 +57,4 @@ "prizeValue": "Premio: <%= gemcount %> <%= gemicon %>", "clone": "Clonar", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/es/character.json b/common/locales/es/character.json index 37075047ad..929c914100 100644 --- a/common/locales/es/character.json +++ b/common/locales/es/character.json @@ -56,7 +56,7 @@ "costumeText": "Si prefieres el aspecto de otro equipo al que estás usando, marca la casilla «Usar Disfraz» para llevarlo como disfraz mientras usas tu equipo de batalla debajo.", "useCostume": "Llevar Disfraz ", "useCostumeInfo1": "Marca \"Llevar disfraz\" para vestir tu avatar con tu equipo sin afectar a los atributos otorgados a tu Equipo de Batalla. De esta manera, puedes mantener tu objetos más poderosos equipados a la izquierda mientras sigues disfrazado con tu equipo de la derecha.", - "useCostumeInfo2": "Una vez marques la casilla \"LLevar disfraz\" tu avatar se verá muy simple... ¡Pero no desesperes! Si te fijas a tu izquierda, verás que tu Equipo de Batalla sigue aún equipado. ¡Ahora es el momento de ser creativo! Cualquier cosa que te equipes a la derecha no afectará a los atributos que te de tu Equipo de Batalla pero hará que te veas super impresionante. Prueba diferentes combinaciones, mezcla equipos y coordina tu disfraz con tus mascotas, monturas y fondos.

¿Tienes más preguntas? Visita la página de Disfraces en la wiki. ¿Encontraste el conjunto perfecto? ¡Lúcete en el Gremio Carnaval de Disfraces o presume de él en la Taberna!", + "useCostumeInfo2": "Una vez marques la casilla \"LLevar disfraz\" tu avatar se verá muy simple... ¡Pero no desesperes! Si te fijas a tu izquierda, verás que tu Equipo de Batalla sigue aún equipado. ¡Ahora es el momento de ser creativo! Cualquier cosa que te equipes a la derecha no afectará a los atributos que te de tu Equipo de Batalla pero hará que te veas super impresionante. Prueba diferentes combinaciones, mezcla equipos y coordina tu disfraz con tus mascotas, monturas y fondos.

¿Tienes más preguntas? Visita la página de Disfraces en la wiki. ¿Encontraste el conjunto perfecto? ¡Lúcete en el Gremio Carnaval de Disfraces o presume de él en la Taberna!", "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:", "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!", "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.", @@ -77,7 +77,7 @@ "allocatePerPop": "Añadir un punto a Percepción", "allocateInt": "Puntos asignados a Inteligencia:", "allocateIntPop": "Añadir un punto a Inteligencia", - "noMoreAllocate": "Ahora que has alcanzado el nivel 100, no ganarás más Puntos de Atributo. Puedes seguir subiendo de nivel o empezar una nueva aventura a nivel 1 usando la Orbe de Renacimiento, ya disponible en el Mercado.", + "noMoreAllocate": "Ahora que has alcanzado el nivel 100, no ganarás más Puntos de Atributo. Puedes seguir subiendo de nivel o empezar una nueva aventura a nivel 1 usando la Orbe de Renacimiento, ya disponible en el Mercado.", "stats": "Estadísticas", "strength": "Fuerza", "strengthText": "La fuerza aumenta la probabilidad de conseguir «golpes críticos» aleatorios y el Oro, la Experiencia y la probabilidad de conseguir botín al asestarlos. También ayuda a hacer daño a los monstruos jefe.", @@ -117,7 +117,7 @@ "distributePoints": "Distribuir Puntos no Asignados", "distributePointsPop": "Asigna los puntos no distribuidos según el esquema de asignación seleccionado.", "warriorText": "Los Guerreros consiguen más y mejores «golpes críticos», los cuales otorgan bonus de Oro, Experiencia y probabilidad de botín al completar una tarea. También hacen mucho daño a mounstros jefe. ¡Juega como un Guerrero si te motivan las recompensas impredecibles como en un casino o si deseas ser la fuente de daño en las Misiones!", - "mageText": "Los magos aprenden rápidamente, ganan Experiencia y Niveles más rápido que otras clases. También reciben mucho Maná para usar habilidades especiales. ¡Juega como un mago si disfrutas los aspectos tácticos de HabitRPG y si subir de nivel y desbloquear características avanzadas del juego te motiva!", + "mageText": "Los magos aprenden rápidamente, ganan Experiencia y Niveles más rápido que otras clases. También reciben mucho Maná para usar habilidades especiales. ¡Juega como un mago si disfrutas los aspectos tácticos de Habitica y si subir de nivel y desbloquear características avanzadas del juego te motiva!", "rogueText": "A los Pícaros les encanta acumular riqueza, ganan más Oro que los demás y suelen encontrar objetos aleatorios. Su icónica habilidad de Sigilo, les permite esquivar las consecuencias de tareas Diarias sin completar. Juega con el Pícaro si encuentras motivación en las recompensas y los logros, esforzandote por objetos e insignias", "healerText": "Los Sanadores son impasibles frente al daño y extienden esa protección a otros. No cumplir tareas Diarias y los malos Hábitos no les afectan demasiado y tienen maneras de recuperar la Salud. ¡Juega como un Médico si disfrutas asistiendo a otros en tu grupo o si la idea de engañar a la muerte a través del trabajo duro te inspira!", "optOut": "No Usar", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Quitar la Mascota, Montura, Fondo", "animalSkins": "Aspectos animales", "chooseClassHeading": "¡Elige tu clase! O puedes dejarlo para otro momento. ", - "warriorWiki": "Guerrero", - "mageWiki": "Mago", - "rogueWiki": "Pícaro", - "healerWiki": "Sanador", - "chooseClassLearn": "Aprende más acerca de las clases", + "warriorWiki": "Guerrero", + "mageWiki": "Mago", + "rogueWiki": "Pícaro", + "healerWiki": "Sanador", + "chooseClassLearn": "Aprende más acerca de las clases", "str": "FUE", "con": "CON", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/es/communityguidelines.json b/common/locales/es/communityguidelines.json index 9bf5978379..68b919469e 100644 --- a/common/locales/es/communityguidelines.json +++ b/common/locales/es/communityguidelines.json @@ -7,14 +7,14 @@ "commGuidePara003": "Estas reglas se aplican a todos los espacios sociales que utilizamos, incluyendo (pero no necesariamente limitando a) Trello, GitHub, Transifex, y la Wikia (también conocido como wiki). A veces, surgirán situaciones imprevistas, como un nuevo conflicto o un nigromante vicioso. Cuando esto sucede, los mods pueden responder mediante la edición de estas pautas para mantener a la comunidad a salvo de las nuevas amenazas. No hay que temer: se le notificará por un anuncio de Bailey si las pautas cambian.", "commGuidePara004": "Ahora, prepara tus plumas y pergaminos para tomar nota y, ¡pongámonos manos a la obra!", "commGuideHeadingBeing": "Ser un Habitican", - "commGuidePara005": "HabitRPG es un sitio web dedicado a la mejora. Como resultado, hemos tenido suerte de atraer a una de las comunidades más cálidas, más amables, más corteses y de apoyo en el Internet. Hay muchos rasgos que conforman Habiticans. Algunos de los más comunes y más notables son:", + "commGuidePara005": "Habitica es un sitio web dedicado a la mejora. Como resultado, hemos tenido suerte de atraer a una de las comunidades más cálidas, más amables, más corteses y de apoyo en el Internet. Hay muchos rasgos que conforman Habiticans. Algunos de los más comunes y más notables son:", "commGuideList01A": " Un Espíritu útil. Muchas personas dedican tiempo y energía ayudando a los nuevos miembros de la comunidad y guiándolos. El Gremio principiantes, por ejemplo, es un gremio dedicado sólo para responder a las preguntas de la gente. Si usted cree que puede ayudar, no seas tímido!", "commGuideList01B": " Una actitud diligente. Los habiticans trabajan duro para mejorar sus vidas, sino también ayudar a construir el sitio y mejorarlo constantemente. Somos un proyecto de código abierto, por lo que todos estamos constantemente trabajando para hacer el sitio un mejor lugar.", "commGuideList01C": " Un Comportamiento de apoyo. Los habiticans alientan las victorias de cada uno, y la comodidad entre sí durante los tiempos difíciles. Prestamos fuerza el uno al otro y apoyarse unos a otros y aprender unos de otros. En los partidos, lo hacemos con nuestros hechizos; en las salas de chat, lo hacemos con palabras amables y de apoyo.", "commGuideList01D": " Una manera respetuosa. Todos tenemos diferentes orígenes, diferentes conjuntos de habilidades, y diferentes opiniones. Eso es parte de lo que hace a nuestra comunidad tan maravillosa! Los habiticans respetan estas diferencias y las celebran. Quédate, y pronto tendrás amigos de todos los ámbitos de la vida.", "commGuideHeadingMeet": "Conoce a los Moderadores!", "commGuidePara006": "Habitica cuenta con algunos incansables paladines errantes que unen sus fuerzas a los miembros del personal para manener la comunidad en calma, contenta y libre de trolls. Cada uno tiene un dominio específico pero a veces se les llama a servir en otras esferas. El personal y los moderadores empezarán frequentemente sus pronunciamientos oficiales con las palabras \"Moderador hablando\" o \"Sombrero de moderador puesto\".", - "commGuidePara007": "El personal de HabitRPG tiene etiquetas violetas marcadas con coronas. Su titulo es \"Heroico\".", + "commGuidePara007": "El personal de Habitica tiene etiquetas violetas marcadas con coronas. Su titulo es \"Heroico\".", "commGuidePara008": "Los moderadores tienen etiquetas azul oscuro marcadas con estrellas. Su titulo es \"Guardian\". La unica excepcion es Bailey, que al ser un NPC, tiene una etiqueta negra y verde marcada con una estrella.", "commGuidePara009": "Los actuales miembros del personal son (de izquierda a derecha):", "commGuidePara009a": "en Trello", @@ -25,21 +25,21 @@ "commGuidePara011b": "en la Wiki/GitHub", "commGuidePara011c": "en la Wiki", "commGuidePara011d": "en GitHub", - "commGuidePara012": "Si usted tiene un problema o una preocupación acerca de algun Moderador en particular, por favor envíe un correo electrón a Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "Si usted tiene un problema o una preocupación acerca de algun Moderador en particular, por favor envíe un correo electrón a Lemoness (leslie@habitica).", "commGuidePara013": "En una comunidad tan grande como Habitica los usuarios vienen y van, a veces un moderador necesita bajar su manto de noble y relajarse. Los siguientes son los Moderadores emérito. Ellos ya no actúan con el poder de un Moderador, ¡pero nos gustaría seguir honrando su trabajo!", "commGuidePara014": "Moderadores emérito:", "commGuideHeadingPublicSpaces": "Espacios Públicos en Habítica", "commGuidePara015": "Habitica tiene dos tipos de espacios sociales: publicos, y privados. Espacios publicos incluyen la Taberna, los Gremios Publicos, el GitHub, el Trello, y la Wiki. Los espacios privados tiene los Gremios Privados, el chat de grupo, y mensajes privados.", "commGuidePara016": "Al recorrer los espacios públicos de Habitica, hay algunas reglas generales para mantener a todo el mundo seguro y feliz. ¡Deberían ser sencillas para aventureros como tú!", - "commGuidePara017": " Respetaros los unos a los otros. Se cortés, amable, amigable, y útil. Recuerda: Los Habititante son de muchos antecedentes diferentes y han tenido experiencias diferentes. ¡Eso es parte de lo que haze HabitRPG tan guay! Formar una comunidad significa respetar y celebrar nuestras diferencias y nuestras similitudes. Aqui hay algunas formas faciles de ser respertar a otros:", + "commGuidePara017": " Respetaros los unos a los otros. Se cortés, amable, amigable, y útil. Recuerda: Los Habititante son de muchos antecedentes diferentes y han tenido experiencias diferentes. ¡Eso es parte de lo que haze Habitica tan guay! Formar una comunidad significa respetar y celebrar nuestras diferencias y nuestras similitudes. Aqui hay algunas formas faciles de ser respertar a otros:", "commGuideList02A": "Obedece todos los Términos y Condiciones.", "commGuideList02B": " No publiques fotos o texto que sean violentos, amenazantes, or sexualmente explicitos, o que promueva discriminación, intorelencia, racismo, sexismo, odio, abuso o daño contra cualquier persona o grupo. Ni siquiera como chiste. Esto incluye insultos. No todo el mundo tiene el mismo sentido de humor, asi que algo que tu consideras un chiste puede -- a otra persona. Ataquar vuestra diarias, no los unos a los otros.", "commGuideList02C": "Mantened las discusiones apropiadas para todas las edades. ¡Tenemos muchos Habiticanos jóvenes que utilizan este lugar! Vamos a intentar evitar corromper a ningún inocente, o que ningún Habiticano tenga que esconderse entre sus metas.", "commGuideList02D": " Evita las palabrotas. Esto incluye palabras moderadas que tengan una conotacion religiosa y que puede que esten aceptadas en algunos sitios- tenemos personas de antecentes culturales y religiosos diferentes y queremos asegurarnos de que todos se pueden sentir comodos en los espacios publicos. Los insultos tendran consecuencias severas porque son una violacion de los Terminos de Servicio.", - "commGuideList02E": "Evitar discursos extensos de asuntos divisivos fuera del Rincón Trasero. Si piensas que alguien ha dicho algo maleducado o dañoso, no le hagas caso. Un solo comentario cortés, como \"Ese chiste me hace sentir incomodo,\" está bien, pero ser duro o poco amable como respuesta a lo mismo aumenta tensiones y hace que HabitRPG sea un lugar negativo. Amabilidad y cortesía ayuda que los demás entiendan tu perspectiva. ", + "commGuideList02E": "Evitar discursos extensos de asuntos divisivos fuera del Rincón Trasero. Si piensas que alguien ha dicho algo maleducado o dañoso, no le hagas caso. Un solo comentario cortés, como \"Ese chiste me hace sentir incomodo,\" está bien, pero ser duro o poco amable como respuesta a lo mismo aumenta tensiones y hace que Habitica sea un lugar negativo. Amabilidad y cortesía ayuda que los demás entiendan tu perspectiva.", "commGuideList02F": "Cumple de inmediato con cualquier petición del Moderador de cesar un discurso o moverlo al Rincón del Fondo. Palabras últimas, quejas finales, y puntadas conclusivas deben ser dichos (con cortesía) a su \"mesa\" en el Rincón del Fondo, si está permitido.", "commGuideList02G": "Tome tiempo para reflexionar en vez de responder con enojo si alguien te avise que algo que dijiste o hiciste le hizo incomodo. Hay mucha fuerza en poder disculparse sinceramente con alguien. Si te sentís que fue inapropriada la forma en que te respondieron, póngate en contacto con un moderador en vez de públicamente llamarlo al cabo.", - "commGuideList02H": "Se debe reportar conversaciones divisivas/contenciosas a los moderadores. Si te parece que una conversación se está alterando, está excesivamente emocional o dañosa, deje de participar. En vez de seguir, envíele un email a leslie@habitrpg.com para avisarnos de ella. Es nuestro trajabo mantener tu seguridad.", + "commGuideList02H": "Se debe reportar conversaciones divisivas/contenciosas a los moderadores. Si te parece que una conversación se está alterando, está excesivamente emocional o dañosa, deje de participar. En vez de seguir, envíele un email a leslie@habitica para avisarnos de ella. Es nuestro trajabo mantener tu seguridad.", "commGuideList02I": "No hagas spam. Spamear puede incluir, pero no está limitado a ello: publicar el mismo comentario o pregunta en multiples lugares, publicar enlaces sin explicación o contexto, publicar mensajes sin sentido, o publicar muchos mensajes a la vez. Pedir gemas o una suscripción repetidamente puede considerarse también como spam.", "commGuidePara019": "En lugares privados, usuarios tienen más libertad para conversar sobre cualquier tema, sin embargo no pueden violar los Términos y Condiciones, incluyendo publicar contenidos discriminatorios, violentos, o amenazantes.", "commGuidePara020": "los Mensajes Privados (MPs) tienen algunas reglas adicionales. Si alguien te ha bloqueado, no lo contactes por otro lugar para pedir que te desbloquee. Adicionalmente, no debes mandar MPs a alguien para pedirle ayuda (porque las respuestas públicas en cuestiones de soporte son útiles para la comunidad). Finalmente, no mandes a nadie MPs pidiendo un regalo de gemas o una suscripción, puesto que puede ser considerado spam.", @@ -48,11 +48,11 @@ "commGuidePara022": "La Taberna es el lugar principal de los Habiticanos para socializar. Daniel el Tabernero mantiene la limpieza, y con gusto Lemoness te evocará una limonada mientras te sientas y converssas. Solo ten en cuenta...", "commGuidePara023": "La conversación suele incluir charlas informales y consejos de mejorar la productividad o la vida.", "commGuidePara024": "Porque el chat de la Taberna solo puede acomodar 200 mensajes, no es un lugar bueno para conversaciones excesivas, especialmente las que son delicadas (ej. política, religión, depresión, si se debe prohibir la caza de trasgos, etc.). Se debe llevar estas conversaciones a un gremio pertinente o al Rincón Trasero (más información ajabo).", - "commGuidePara027": "No converses sobre nada adictiva en la Taberna. Mucha gente usan HabitRPG para intentar dejar sus hábitos malos. Escuchar a otros hablando de sustancias adictivas/ilegales puede hacer más difícil su intento! Ten respeto por tus compañeros de la Taberna, y ten en cuenta esto. Incluye, pero no exclusivamente: fumar, alcohol, pornografía, juegos de apuesto, y uso/abuso de drogas.", + "commGuidePara027": "No converses sobre nada adictiva en la Taberna. Mucha gente usan Habitica para intentar dejar sus hábitos malos. Escuchar a otros hablando de sustancias adictivas/ilegales puede hacer más difícil su intento! Ten respeto por tus compañeros de la Taberna, y ten en cuenta esto. Incluye, pero no exclusivamente: fumar, alcohol, pornografía, juegos de apuesto, y uso/abuso de drogas.", "commGuideHeadingPublicGuilds": "Gremios Públicos", "commGuidePara029": "Gremios públicos son como la Taberna, menos que en vez de centrarse sobre conversación general, tiene un tema específico. Charla publica del gremio se debe enfocar en su tema. Por ejemplo, podría ser que miembros del gremo Wordsmiths se enojan si la conversación de repente enfoca en jardinería en vez de escritura, y puede ser que un gremio de aficionados de dragones no tiene interés en decifrar runas antiguas. Algunos gremios son menos exijentes que otros, pero en general, quédate con el tema!", "commGuidePara031": "Varios de los gremios públicos contienen temas delicadas, como depresión, religión, política, etc. Está bien con tal que las conversaciones allí dentro no violan ninguno de los Terminos y Condiciones o Reglas de Espacios Públicos, y con tal que se mantengan en el tema.", - "commGuidePara033": "Gremios públicos NO pueden tener contenido especificamente para adultos mayor de 18 años. Si planean tener conversaciones delicadas, debe haber un aviso en el título del Gremio. Esto es para que Habitica sea un lugar seguro y comodo para todos. Si el gremio en cuestión tiene otras clases de asuntos delicados, por respeto a los compañeros Habiticanos pon tu comentario detrás de una advertencia (ej. \"Advertencia: hace referencia a daño propio\"). Además, la conversación delicada debe pertenecer al tema del gremio -- hablar de daño propio en un gremio de combatir depresión puede tener sentido, pero tendria menos sentido en un gremio de música. Si ves a alguien que sigue violar esta norma, aún después de varios avisos, por favor envíe un email a leslie@habitrpg.com con imágenes.", + "commGuidePara033": "Gremios públicos NO pueden tener contenido especificamente para adultos mayor de 18 años. Si planean tener conversaciones delicadas, debe haber un aviso en el título del Gremio. Esto es para que Habitica sea un lugar seguro y comodo para todos. Si el gremio en cuestión tiene otras clases de asuntos delicados, por respeto a los compañeros Habiticanos pon tu comentario detrás de una advertencia (ej. \"Advertencia: hace referencia a daño propio\"). Además, la conversación delicada debe pertenecer al tema del gremio -- hablar de daño propio en un gremio de combatir depresión puede tener sentido, pero tendria menos sentido en un gremio de música. Si ves a alguien que sigue violar esta norma, aún después de varios avisos, por favor envíe un email a leslie@habitica con imágenes.", "commGuidePara035": "No se debe crear ningún gremio, ni privado ni público, con el propósito de atacar a un grupo o individuo. Crear tal gremio es razón para expulsión inmediata. Lucha contra hábitos malos, no los compañeros de aventura!", "commGuidePara037": "Cada Desafío de la Taberna y Desafíos de Gremios Públicos deben cumplir con estas reglas también.", "commGuideHeadingBackCorner": "El Rincón Trasero", @@ -60,7 +60,7 @@ "commGuidePara039": "El Rincón Trasero Gremio es un espacio público libre de hablar de material sensible o una sola conversación durante mucho tiempo, y se modera con cuidado. Las Normas de Espacios Públicos siguen aplicando, al igual que todos los Términos y Condiciones. El hecho de que estamos usando largas capas y la agrupación en una esquina, no significa que todo se vale! Ahora me paso que arde la vela, ¿quieres?", "commGuideHeadingTrello": "Paneles de Trello", "commGuidePara040": " Trello es un forum abierto para sugerencias y discusiones sobre las características de la página web. Habitica esta moderada por la comunidad en forma de colaboradores-- todos construimos la página juntos. Trello es el metodo por que conseguimos seguir adelante. Considerando esto, intentar poner todas tus preguntass y sugerencias en un solo comentario en vez de comentar varias veces con el mismo contenido. Si crees que se trata de algo nuevo, puedes editar tu comentario original. Por favor, tener en mente que recibimos un correo por cada comentario nuevo y nuestros buzones de entrada tienen capacidad limitada.", - "commGuidePara041": "HabitRPG usa cinco paneles diferentes de Trello.", + "commGuidePara041": "Habitica usa cinco paneles diferentes de Trello.", "commGuideList03A": "El Main Board es un lugar para solicitar y votar sobre características de sitio.", "commGuideList03B": "El Tablero Móvil (Mobile Board) es un lugar para pedir y votar por características de aplicaciones móviles.", "commGuideList03C": "El Tablero de Arte Pixil (Pixel Art Board) es un lugar para conversar sobre y presentar arte Pixil.", @@ -68,12 +68,12 @@ "commGuideList03E": "El Tablero Wiki (Wiki Board) es un lugar para mejorar, conversar sobre, y pedir contenido nuevo para la wiki.", "commGuidePara042": "Todos tienen sus propias directrices describen y aplican las normas Espacios Públicos . Los usuarios deben evitar ir fuera de tema en cualquiera de los tableros o tarjetas . Confíe en nosotros, los tableros se llenan lo suficiente, ya que es! Conversaciones prolongadas deberán trasladarse a la esquina posterior del Rincón Trasero Gremio.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG usa a GitHub para rastrear errores y contribuir código. ¡Es la herrería donde los Herreros incansables forjan las características! Se aplican todas las reglas de Lugares Públicos. Asegúrete de ser cortés a los Herreros -- tienen mucho trabajo que hacer, mantiendo funcionando el sitio. ¡Hurra, Herreros!", - "commGuidePara044": "Los siguiente usuarios son miembros de la repositorio de HabitRPG:", + "commGuidePara043": "Habitica usa a GitHub para rastrear errores y contribuir código. ¡Es la herrería donde los Herreros incansables forjan las características! Se aplican todas las reglas de Lugares Públicos. Asegúrete de ser cortés a los Herreros -- tienen mucho trabajo que hacer, mantiendo funcionando el sitio. ¡Hurra, Herreros!", + "commGuidePara044": "Los siguiente usuarios son miembros de la repositorio de Habitica:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "La wiki HabitRPG recolecta información acerca del sitio web. También contiene algunos foros semejantes a los gremios en HabitRPG. Por lo tanto, se aplican todas las reglas del Espacio Publico.", - "commGuidePara046": "La wiki de HabitRPG puede ser considerada una base de datos de todo sobre HabitRPG. Tiene información sobre las carecterísticas de la página, guias sobre como jugar al juego, consejos sobre como contirbuir a HabitRPG y también es un sitio para que puedas anunciar tu grupo o gremio y para votar sobre varios temas.", - "commGuidePara047": "Como la wiki está alojada por Wikia, los términos y condicones de Wikia se aplican ademas de las reglas establecidas por HabitRPG y el sitio wiki de HabitRPG. ", + "commGuidePara045": "La wiki Habitica recolecta información acerca del sitio web. También contiene algunos foros semejantes a los gremios en Habitica. Por lo tanto, se aplican todas las reglas del Espacio Publico.", + "commGuidePara046": "La wiki de Habitica puede ser considerada una base de datos de todo sobre Habitica. Tiene información sobre las carecterísticas de la página, guias sobre como jugar al juego, consejos sobre como contirbuir a Habitica y también es un sitio para que puedas anunciar tu grupo o gremio y para votar sobre varios temas.", + "commGuidePara047": "Como la wiki está alojada por Wikia, los términos y condicones de Wikia se aplican ademas de las reglas establecidas por Habitica y el sitio wiki de Habitica.", "commGuidePara048": "Este wiki es únicamente una colaboración entre todos sus editores entonces unas normas adiconales uncluyen:", "commGuideList04A": "Pedir páginas nuevas o grandes cambios por el tablero Wiki en Trello", "commGuideList04B": "Ser abierto a sugerencias de otras personas acerca de tu edición", @@ -82,7 +82,7 @@ "commGuideList04E": "No escribir spam o sabotear páginas para beneficio personal", "commGuideList04F": "Leer la página de contribución de la wiki antes de hacer cambiós grandes", "commGuideList04G": "Tono imparcial dentro de páginas de la wiki", - "commGuideList04H": "Asegurando que el contenido de la wiki sea pertinente al sitio entero de HabitRPG y no solamente a un gremio o grupo especifico (se puede mover tal información a los foros)", + "commGuideList04H": "Asegurando que el contenido de la wiki sea pertinente al sitio entero de Habitica y no solamente a un gremio o grupo especifico (se puede mover tal información a los foros)", "commGuidePara049": "Las siguientes personas son los administradores actuales de la wiki:", "commGuidePara018": "Wiki Administradores Emérito son", "commGuideHeadingInfractionsEtc": "Infracciones, Consecuencias y Restauración", @@ -93,7 +93,7 @@ "commGuidePara052": "Infracciones graves dañan enormemente la seguridad de la comunidad y usuarios de Habitica, y por lo tanto llevan consecuencias graves como resultado.", "commGuidePara053": "Los siguientes son algunos ejemplos de infracciones graves. Esta no es una lista completa.", "commGuideList05A": "Violación de los Términos y Condiciones", - "commGuideList05B": "El discurso del odio / Imágenes , acoso / acoso, la intimidación cibernética , llameantes , y Trolling ", + "commGuideList05B": "El discurso del odio / Imágenes , acoso / acoso, la intimidación cibernética , llameantes , y Trolling", "commGuideList05C": "Violación de Libertad Condicional", "commGuideList05D": "Personificar el Personal o Moderadores", "commGuideList05E": "Infracciones moderadas repetidas", @@ -101,12 +101,12 @@ "commGuideHeadingModerateInfractions": "Infracciones moderadas", "commGuidePara054": "Infracciones moderadas no hacen a nuestra comunidad insegura, pero la hacen desagradable. Estas infracciones tendrán consecuencias moderadas. En relación con infracciones múltiples, las consecuencias pueden ser más graves.", "commGuidePara055": "Los siguientes son algunos ejemplos de infracciones moderadas. Esto no es una lista completa.", - "commGuideList06A": "Ignorando o faltando respeto a un moderador. Esto incluye quejarse públicamente de moderadores u otros usuarios/alentando o defendiendo públicamente usuarios suspendidos. Por cualquier duda de una regla o Moderador, contactese a Lemoness por email (leslie@habitrpg.com).", + "commGuideList06A": "Ignorando o faltando respeto a un moderador. Esto incluye quejarse públicamente de moderadores u otros usuarios/alentando o defendiendo públicamente usuarios suspendidos. Por cualquier duda de una regla o Moderador, contactese a Lemoness por email (leslie@habitica).", "commGuideList06B": "Modificación en segundo plano. Para aclarar rápidamente un punto relevante: Una mención amistosa de las normas está bien. La modificación en segundo plano consiste en decir, demandar, y / o insinuar fuertemente que alguien debe hacer algo que usted describe para corregir un error. Puede alertar a otras personas sobre el hecho de que han cometido una transgresión, pero por favor no exija una acción, por ejemplo, diciendo: \"Debes saber que las obscenidades no se permiten en la Taberna, así que es posible que quieras eliminar eso\", eso sería mejor que decir: \"voy a tener que pedirte que borres ese post.\"", "commGuideList06C": "Violación Repetida de las Normas de Espacios Públicos", "commGuideList06D": "Infracciones Menores Repetidas", "commGuideHeadingMinorInfractions": "Infracciones menores", - "commGuidePara056": "Las Infracciones menores, si bien son desaconsejadas, tienen consecuencias menores. Si continúan ocurriendo, con el tiempo pueden conducir a consecuencias más severas. ", + "commGuidePara056": "Las Infracciones menores, si bien son desaconsejadas, tienen consecuencias menores. Si continúan ocurriendo, con el tiempo pueden conducir a consecuencias más severas.", "commGuidePara057": "Los siguientes son algunos ejemplos de infracciones menores. Esta no es una lista completa.", "commGuideList07A": "Primera Violación de las Normas de Espacios Públicos", "commGuideList07B": "Cualquier declaración o acción que provoca un \"Por favor no...\". Cuando tiene que decir un Moderador \"Por favor no hagas esto\" a un usuario, eso puede contar como una infracción muy pequeño para ese usuario. Un ejemplo puede ser \"Charla de Moderador: Por favor dejen de abogarse por esta característica cuando ya hemos dicho varias veces que no es posible.\" En muchos casos, el \"Por favor no\" será la consequencia pequeña también, pero si los Moderadores tienen que decir muchas veces \"Por favor no\" al mismo usuario, las infracciones pequeñas provocadores empezarán a contarse como Infracciones Moderadas.", @@ -139,8 +139,8 @@ "commGuidePara062": "El correo que has recibido explicando las consecuencias de tus actos(o, en el caso de una hecho menor, la advertencia de los Moderadores/Administradores) es una buena fuente de información. Coopera con cualquiera que sea la restricción impuesta y esfuérzate en conocer los requisitos para que se levante el castigo.", "commGuidePara063": "Si no entiendes las consecuencias o la naturaleza de tu infracción, ponte en contacto con el Staff/Moderadores para poder evitar seguir cometiendo infracciones en el futuro.", "commGuideHeadingContributing": "Contribuciones a Habitica", - "commGuidePara064": "HabitRPG es un proyecto abierto, lo que significa que cualquier Habiticans están bienvenidos a ayudar. Los que ayudan serán premiados, siguiendo el nivel de premios", - "commGuideList12A": "Insignia de Colaborador HabitRPG, 3 Gemas más", + "commGuidePara064": "Habitica es un proyecto abierto, lo que significa que cualquier Habiticans están bienvenidos a ayudar. Los que ayudan serán premiados, siguiendo el nivel de premios", + "commGuideList12A": "Insignia de Colaborador Habitica, 3 Gemas más", "commGuideList12B": "Colaborador Armadura, 3 Gemas más.", "commGuideList12C": "Colaborador Casco, 3 Gemas más.", "commGuideList12D": "Colaborador Espada, 4 Gemas más.", @@ -154,7 +154,7 @@ "commGuideList13C": " Los niveles no \"vuelven a empezar\" en cada campo. Al escalar la dificultad, nos fijamos en todas tus contribuciones, a fin de que las personas que hacen un poco de arte, arreglen un pequeño error, se metan un poco en la wiki, no vayan más rápido que las personas que están trabajando duro en una sola tarea. ¡Esto ayuda a mantener las cosas justas!", "commGuideList13D": " Los usuarios en periodo de prueba no podrán ser promocionados al siguiente nivel. Los moderadores tienen el derecho de congelar el avance debido a infracciones. Si esto ocurre, el usuario siempre será informado de la decisión, y cómo corregirla. Los niveles también serán borrados como resultado de infracciones o del periodo de prueba.", "commGuideHeadingFinal": "La Sección Final", - "commGuidePara067": "¡Esto es todo! Habitican valiente -- ¡Las Normas de la Comunidad! Limpia el sudor de tu frente y date algo de XP por haberlo leído todo. Si tienes alguna pregunta o duda acerca de las Normas de la Comunidad, por favor, manda un e-mail a Lemoness (leslie@habitrpg.com) y ella estará encantada de aclararte las cosas.", + "commGuidePara067": "¡Esto es todo! Habitican valiente -- ¡Las Normas de la Comunidad! Limpia el sudor de tu frente y date algo de XP por haberlo leído todo. Si tienes alguna pregunta o duda acerca de las Normas de la Comunidad, por favor, manda un e-mail a Lemoness (leslie@habitica) y ella estará encantada de aclararte las cosas.", "commGuidePara068": "¡Ahora sal, valiente aventurero, y derrota a algunas tareas Diarias!", "commGuideHeadingLinks": "Enlaces Útiles", "commGuidePara069": "Los siguientes artistas talentosos contribuyeron a estas ilustraciones:", @@ -163,7 +163,7 @@ "commGuideLink02": "Gremio Del Rincón Trasero", "commGuideLink02description": "un gremio para conversaciones de temas largos o delicados.", "commGuideLink03": "La Wiki", - "commGuideLink03description": "la coleción más grande de información sobre HabitRPG.", + "commGuideLink03description": "la coleción más grande de información sobre Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "¡para informar de errores o ayudar con la programación de el código!", "commGuideLink05": "Trello Principal", diff --git a/common/locales/es/content.json b/common/locales/es/content.json index d40bffb51f..8e7d14668f 100644 --- a/common/locales/es/content.json +++ b/common/locales/es/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Silla de Montar", "foodSaddleNotes": "Convierte instantáneamente una de tus mascotas en una montura.", "foodNotes": "Dale esto a una mascota y puede convertirse en una robusta montura." -} \ No newline at end of file +} diff --git a/common/locales/es/contrib.json b/common/locales/es/contrib.json index 09f66f3e52..b92c95f50e 100644 --- a/common/locales/es/contrib.json +++ b/common/locales/es/contrib.json @@ -1,6 +1,6 @@ { "friend": "Amigo\n", - "friendFirst": "Cuando se implemente tu primera contribución, recibirás la medalla de Colaborador de HabitRPG. Tu nombre en el chat de la Taberna mostrará orgullosamente que eres un colaborador. Como premio por tu trabajo también recibirás 3 Gemas.", + "friendFirst": "Cuando se implemente tu primera contribución, recibirás la medalla de Colaborador de Habitica. Tu nombre en el chat de la Taberna mostrará orgullosamente que eres un colaborador. Como premio por tu trabajo también recibirás 3 Gemas.", "friendSecond": "Cuando se implemente tu segunda contribución, la Armadura de cristal estará disponible en la tienda de Recompensas. Como premio por tu trabajo también recibirás 3 Gemas.", "elite": "Élite", "eliteThird": "Cuando se implemente tu tercera contribución, el Casco de cristal estará disponible en la tienda de Recompensas. Como premio por tu trabajo también recibirás 3 Gemas.", @@ -9,24 +9,24 @@ "championFifth": "Cuando se implemente tu quinta contribución, el Escudo de cristal estará disponible en la tienda de Recompensas. Como premio por tu trabajo también recibirás 4 Gemas.", "championSixth": "Cuando se implemente tu sexta contribución, recibirás una Mascota hidra. Como premio por tu trabajo también recibirás 4 Gemas.", "legendary": "Legendario", - "legSeventh": "Cuando tu séptimo conjunto de contribuciones es desplegado, recibirás 4 Gemas y ¡pasarás a formar parte del honorable Gremio de Colaboradores y estarás enterado de los detalles \"entre bastidores\" de HabitRPG! Contribuiciones más allá de esto no incrementarán tu nivel, pero podrás seguir ganando premios de Gemas y títulos.", + "legSeventh": "Cuando tu séptimo conjunto de contribuciones es desplegado, recibirás 4 Gemas y ¡pasarás a formar parte del honorable Gremio de Colaboradores y estarás enterado de los detalles \"entre bastidores\" de Habitica! Contribuiciones más allá de esto no incrementarán tu nivel, pero podrás seguir ganando premios de Gemas y títulos.", "moderator": "Moderador", "guardian": "Guardián", "guardianText": "Los moderadores fueron seleccionados cuidadosamente de los contribuidores de alto nivel, por lo que rogamos que los tratéis con el máximo respeto y que escuchéis sus sugerencias.", "staff": "Equipo", "heroic": "Heroico", - "heroicText": "El nivel Heroico contiene el personal de HabitRPG y colaboradores a nivel personal. Si usted tiene este título, estabas designado para él (o contratado!).", - "npcText": "Los NPCs contribuyeron al Kickstarter de HabitRPG en su nivel más alto. ¡Puedes encontrar sus avatares velando sobre las características del sitio!", + "heroicText": "El nivel Heroico contiene el personal de Habitica y colaboradores a nivel personal. Si usted tiene este título, estabas designado para él (o contratado!).", + "npcText": "Los NPCs contribuyeron al Kickstarter de Habitica en su nivel más alto. ¡Puedes encontrar sus avatares velando sobre las características del sitio!", "modalContribAchievement": "¡Hazaña de Colaborador!", - "contribModal": "<%= name %>, ¡eres increíble! Ahora eres un contribuidor de nivel <%= level %> por ayudar HabitRPG. Mira", + "contribModal": "<%= name %>, ¡eres increíble! Ahora eres un contribuidor de nivel <%= level %> por ayudar Habitica. Mira", "contribLink": "los premios que has ganado por tu colaboración!", "contribName": "Colaborador", - "contribText": "Ha contribuido a HabitRPG (código, diseño, arte, asesoramiento legal, documentos, etc). ¿Quieres esta insignia?", + "contribText": "Ha contribuido a Habitica (código, diseño, arte, asesoramiento legal, documentos, etc). ¿Quieres esta insignia?", "readMore": "Leer Más", "kickstartName": "Sponsor de Kickstarter - Nivel $<%= tier %>", "kickstartText": "Respaldó el Proyecto Kickstarter", "helped": "Ayudó al Crecimiento de Habit", - "helpedText1": "Ayudó a que HabitRPG creciera completando", + "helpedText1": "Ayudó a que Habitica creciera completando", "helpedText2": "esta encuesta.", "hall": "Salón", "contribTitle": "Título de Colaborador (por ejemplo: «Herrero»)", @@ -52,19 +52,19 @@ "tier": "Rango", "visitHeroes": "Visite el Salón de Héroes (colaboradores y patrocinadores)", "conLearn": "Aprenda más acerca de las recompensas de colaborador", - "conLearnHow": "Aprenda cómo contribuir a HabitRPG", + "conLearnHow": "Aprenda cómo contribuir a Habitica", "removeAds": "Suscríbete para eliminar los anuncios", "whyAds": "¿Por qué los anuncios?", "whyAdsContent1": "Habit es un proyecto de código abierto y se puede utilizar toda la ayuda que pueda conseguir - considere esto como una donación a los colaboradores. También consigues 20 gemas con la compra, que puedes utilizar para comprar artículos especiales.", "whyAdsContent2": "«¡Oye, he respaldado el Kickstarter!» - sigue", "whyAdsContent3": "estas instrucciones", - "surveysSingle": "Ayudó al crecimiento de HabitRPG rellenando una encuesta. No hay encuestas activas.", - "surveysMultiple": "Ayudó al crecimiento de HabitRPG rellenando <%= surveys %> encuestas. No hay encuestas activas.", + "surveysSingle": "Ayudó al crecimiento de Habitica rellenando una encuesta. No hay encuestas activas.", + "surveysMultiple": "Ayudó al crecimiento de Habitica rellenando <%= surveys %> encuestas. No hay encuestas activas.", "currentSurvey": "Encuesta Actual", "surveyWhen": "Este logro será concedido a todos los participantes cuando la encuesta haya sido procesada a finales de marzo.", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/es/defaulttasks.json b/common/locales/es/defaulttasks.json index 6953a82940..68f453f04c 100644 --- a/common/locales/es/defaulttasks.json +++ b/common/locales/es/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Hacer abdominales", "defaultDaily4Checklist3": "Hacer flexiones", "defaultTodoNotes": "Puedes completar esta tarea Pendiente, editarla o borrarla.", - "defaultTodo1Text": "Unirse a HabitRPG (¡Quitame de la lista!)", + "defaultTodo1Text": "Unirse a Habitica (¡Quitame de la lista!)", "defaultTodo2Text": "Configurar un Habito", "defaultTodo2Checklist1": "crear un Habito", "defaultTodo2Checklist2": "Hazla sólo \"+\", sólo \"-\" o \"+/-\" en Editar", @@ -38,4 +38,4 @@ "defaultTag1": "mañana", "defaultTag2": "tarde", "defaultTag3": "noche" -} \ No newline at end of file +} diff --git a/common/locales/es/front.json b/common/locales/es/front.json index 28f19469d3..d2a305675b 100644 --- a/common/locales/es/front.json +++ b/common/locales/es/front.json @@ -2,7 +2,7 @@ "FAQ": "Preguntas Frecuentes", "accept1Terms": "Al hacer clíck en el botón de abajo, acepto los", "accept2Terms": "y la", - "alexandraQuote": "No pude NO hablar sobre HabitRPG durante mi conferencia en Madrid. Es una herramienta imprescindible para freelancers que aun necesitan un jefe.", + "alexandraQuote": "No pude NO hablar sobre Habitica durante mi conferencia en Madrid. Es una herramienta imprescindible para freelancers que aun necesitan un jefe.", "althaireQuote": "Estar siempre en una misión realmente me motiva a hacer todas mis tareas diarias y pendientes. Mi mayor motivación es no decepcionar a mi grupo.", "andeeliaoQuote": "Genial producto, empecé hace unos pocos días y ya soy más productivo y consciente de mi tiempo!", "autumnesquirrelQuote": "Estoy postergando menos en el trabajo en las tareas domésticas y pago las cuentas a tiempo.", @@ -11,7 +11,7 @@ "businessSample3": "Ordenar y Procesar Bandeja de Entrada", "businessSample4": "Preparar 1 Documento para Cliente", "businessSample5": "Call Clients/Put Off Phone Calls", - "businessText": "Usar HabitRPG en su negocio", + "businessText": "Usar Habitica en su negocio", "choreSample1": "Poner Ropa Sucia en la Canasta", "choreSample2": "20 minutos de las Tareas del Hogar", "choreSample3": "Lavar la loza", @@ -32,14 +32,14 @@ "companyPrivacy": "Privacidad", "companyTerms": "Condiciones", "companyVideos": "Vídeos", - "contribUse": "HabitRPG contributors use", + "contribUse": "Habitica contributors use", "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades... HRPG is the only thing I've used that actually helps me get things done rather than just list them.", - "dreimQuote": "When I discovered HabitRPG last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", + "dreimQuote": "When I discovered Habitica last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", "elmiQuote": "Every morning I'm looking forward to getting up so I can earn some gold!", "email": "Email", "emailNewPass": "Enviar Nueva Contraseña ", "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks Habitrpg!", - "examplesHeading": "Jugadores usan HabitRPG para manejar...", + "examplesHeading": "Jugadores usan Habitica para manejar...", "featureAchievementByline": "Do something totally awesome? Get a badge and show it off!", "featureAchievementHeading": "Insignias Logró", "featureEquipByline": "¡Compre equipo de edición limitada, pociones, y otras golosinas virtuales en nuestro mercado con sus premios de tareas!", @@ -55,7 +55,7 @@ "footerMobile": "Móvil", "footerSocial": "Social", "forgotPass": "Olvidé mi Contraseña", - "frabjabulousQuote": "HabitRPG is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", + "frabjabulousQuote": "Habitica is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", "free": "Juega gratis", "gamifyButton": "¡Convierte tu vida en un juego hoy!", "goalSample1": "Practica el Piano por 1 Hora", @@ -71,47 +71,47 @@ "healthSample4": "Comer comida saludable/chatarra", "healthSample5": "Break a Sweat for 1 hr", "history": "Historia", - "infhQuote": "HabitRPG has really helped me impart structure to my life in graduate school.", + "infhQuote": "Habitica has really helped me impart structure to my life in graduate school.", "invalidEmail": "Se requiere una dirección de correo electrónico válida para resetear la contraseña.", - "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. HabitRPG has cured that!", + "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. Habitica has cured that!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Before HabitRPG, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", + "kazuiQuote": "Before Habitica, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingadminlink": "paquetes administrativos", "landingend": "¿Todavía no estás convencido? ", "landingend2": "Vea una lista más detallada de", "landingend3": "¿Estás buscando una experiencia más privada? Echale un vistazo a nuestros", "landingend4": "que son perfectos para familias, maestros, grupos de apoyo, y negocios.", "landingfeatureslink": "nuestras características", - "landingp1": "El problema con la mayoría de apps de productividad del mercado es que no ofrecen ningún incentivo para seguir usándolas. ¡HabitRPG lo soluciona haciendo que coger hábitos sea divertido! Premiándote por tus éxitos y penalizando tus olvidos, HabitRPG ofrece una motivación externa para completar tus actividades diarias.", + "landingp1": "El problema con la mayoría de apps de productividad del mercado es que no ofrecen ningún incentivo para seguir usándolas. ¡Habitica lo soluciona haciendo que coger hábitos sea divertido! Premiándote por tus éxitos y penalizando tus olvidos, Habitica ofrece una motivación externa para completar tus actividades diarias.", "landingp2": "Cada vez que refuerces un hábito positivo, completes una tarea diaria o te encargues de una antigua tarea pendiente, HabitPRG te recompensa con puntos de experiencia y oro. Conforme vas ganando experiencia, subes de nivel, mejorando tus estadísticas y desbloqueando más características, como clases, mascotas... El oro se puede gastar en objetos que cambian tu experiencia de juego o en recompensas personalizadas que tu has creado para motivarte. Cuando los más pequeños éxitos te premian con una recompensa inmediata, tienes menos tendencia a dejar cosas sin hacer.", "landingp2header": "Recompensa Inmediata", "landingp3": "Cada vez que se cae en un mal hábito o no completas una de tús tareas diarias, pierdes salud. Si tu salud baja demasiado, mueres y pierdes parte del progreso que habías conseguido. Al proporcionar consecuencias inmediatas, HabitPRG puede ayudarte a romper malos hábitos y temporadas de improductividad antes de que causen problemas en tu vida real.", "landingp3header": "Consecuencias", - "landingp4": "Con una comunidad activa, HabitRPG proporciona la responsabilidad que necesitas para mantenerte enfocado en el trabajo. Con el sistema de grupos, puedes traer a un grupo de amigos para que te animen. El sistema de gremios te permite encontrar a gente con intereses y obstaculos similares a los tuyos, así podeis compartir vuestros objetivos y compartir consejos sobre como afrontar vuestros problemas. En HabitRPG, la comunidad significa que tienes el apoyo y la responsabilidad que necesitas para tener éxito.", + "landingp4": "Con una comunidad activa, Habitica proporciona la responsabilidad que necesitas para mantenerte enfocado en el trabajo. Con el sistema de grupos, puedes traer a un grupo de amigos para que te animen. El sistema de gremios te permite encontrar a gente con intereses y obstaculos similares a los tuyos, así podeis compartir vuestros objetivos y compartir consejos sobre como afrontar vuestros problemas. En Habitica, la comunidad significa que tienes el apoyo y la responsabilidad que necesitas para tener éxito.", "landingp4header": "Responsabilidad", - "leadText": "HabitRPG is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, HabitRPG can help you achieve your goals to become healthy, hard-working, and happy.", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "login": "Entrar", "loginAndReg": "Entrar / Crear cuenta", "loginFacebookAlt": "Entrar / Regístrate con Facebook", "logout": "Cerrar Sesión", "marketing1Header": "Mejora tus hábitos jugando", - "marketing1Lead1": "HabitRPG es un videojuego pensado para mejorar tus hábitos en la vida real que \"gamifica\" tu vida, convirtiendo todas tus tareas (hábitos, tareas diarias y quehaceres) en pequeños monstruos que debes conquistar. Cuanto mejor eres en esto, más progresas en el juego. Si fallas en la vida real, tu personaje empezará a sufrir las consecuencias en el juego. ", + "marketing1Lead1": "Habitica es un videojuego pensado para mejorar tus hábitos en la vida real que \"gamifica\" tu vida, convirtiendo todas tus tareas (hábitos, tareas diarias y quehaceres) en pequeños monstruos que debes conquistar. Cuanto mejor eres en esto, más progresas en el juego. Si fallas en la vida real, tu personaje empezará a sufrir las consecuencias en el juego. ", "marketing1Lead2": "Obtén increíbles equipos. Mejora tus hábitos para construir tu avatar. Muestra el increíble armamento que has conseguido", "marketing1Lead2Title": "Obtén increíbles equipos", - "marketing1Lead3": "Encuentra premios aleatorios. Para algunos, las apuestas son las que los motiva, en un sistema llamado \"recompensa estocástica\". HabitRPG se acomoda a todos los estilos de refuerzo: positivo, negativo, predictivo y aleatorio.", + "marketing1Lead3": "Encuentra premios aleatorios. Para algunos, las apuestas son las que los motiva, en un sistema llamado \"recompensa estocástica\". Habitica se acomoda a todos los estilos de refuerzo: positivo, negativo, predictivo y aleatorio.", "marketing1Lead3Title": "Encuentra Premios Aleatorios", "marketing2Header": "Compite Con Amigos, Únete a Interesantes Grupos", - "marketing2Lead1": "Aunque puedes jugar en solitario a HabitRPG, la gracia realmente está en colaborar, competir y ser responsable de otras personas. La parte más efectiva de cualquier programa de automejora es la responsabilidad social, y qué mejor que un entorno preparado para que puedas competir con tus responsabilidades, como un videojuego?", + "marketing2Lead1": "Aunque puedes jugar en solitario a Habitica, la gracia realmente está en colaborar, competir y ser responsable de otras personas. La parte más efectiva de cualquier programa de automejora es la responsabilidad social, y qué mejor que un entorno preparado para que puedas competir con tus responsabilidades, como un videojuego?", "marketing2Lead2": "Lucha contra Jefes. ¿Qué es un juego de rol sin batallas? Combate jefes junto a tu grupo. Jefes son algo como el \"modo super responsabilidad\" - un dia que no vas al gimnasio se puede convertir en un dia en el que el jefe daña a todos.", "marketing2Lead2Title": "Jefes", "marketing2Lead3": "Retos te permite competir con amigos y desconocidos. El que consiga los mejores resultados al final del reto gana precios especiales. ", "marketing3Header": "Aplicaciones", "marketing3Lead1": "Los apps de iPhone y Android te permiten tratar tus responsabilidades inmediatamente. Ya que somos conscientes que entrar en la web solamente para clicar unos botones puede ser tedioso. ", - "marketing3Lead2": "Otras herramientas 3rd Party incorporan HabitRPG a varios aspectos de tu vida. Nuestro API provee una intregación fácil para cosas como la Extensión Chrome, que te hace perder puntos mientras navegas por una página improductiva o ganar puntos cuando navegas por una página productiva. Vea más información aquí", + "marketing3Lead2": "Otras herramientas 3rd Party incorporan Habitica a varios aspectos de tu vida. Nuestro API provee una intregación fácil para cosas como la Extensión Chrome, que te hace perder puntos mientras navegas por una página improductiva o ganar puntos cuando navegas por una página productiva. Vea más información aquí", "marketing4Header": "Uso Organizacional", "marketing4Lead1": "La educación es uno de los mejores sectores para la gamificación. Todos sabemos lo enganchados que los estudiantes están a los teléfonos y a los videojuegos hoy en día. ¡Aprovechemos ese poder! Arrepliega a tus estudiantes, enfrentándolos en competiciones amistosas. Premia buenas conductas con premios excepcionales. Observa como sus notas y su conducta se disparan. ", "marketing4Lead1Title": "Juegos en la Educación", - "marketing4Lead2": "Los cuidados de salud actualmente cuestan mucho dinero, y algo hay que hacer. Cientos de programas se crean para reducir costes y aumentar el bienestar. Nosotros creemos que HabitRPG puede pavimentar un camino hacia estilos de vida más sanos.", + "marketing4Lead2": "Los cuidados de salud actualmente cuestan mucho dinero, y algo hay que hacer. Cientos de programas se crean para reducir costes y aumentar el bienestar. Nosotros creemos que Habitica puede pavimentar un camino hacia estilos de vida más sanos.", "marketing4Lead2Title": "Juegos en la Salud y el Bienestar", "marketing4Lead3-1": "¿Quieres convertir tu vida en un juego?", "marketing4Lead3-2": "¿Estás interesado en llevar un grupo de educación, bienestar y mucho más? ", @@ -126,10 +126,10 @@ "passMan": "Si estás utilizando un gesto de contraseñas (como 1Password) y tienes problemas al entrar, prueba a escribir tu nombre de usuario y contraseña manualmente.", "password": "Contraseña", "playButton": "Jugar", - "playButtonFull": "Jugar HabitRPG", + "playButtonFull": "Jugar Habitica", "presskit": "Paquete de Prensa", "presskitDownload": "Descarga todas las imágenes:", - "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", + "presskitText": "¡Gracias por vuestro interés en Habitica! Las siguientes imágenes se pueden utilizar para artículos o videos sobre Habitica. Para más información, porfavor contacte a Siena Leslie en leslie@habitica.com", "privacy": "Política de Privacidad", "psst": "Chss", "punishByline": "Rompe con los malos hábitos y la procrastinación con recompensas inmediatas.", @@ -152,9 +152,9 @@ "schoolSample3": "Reunirse con grupo de estudio", "schoolSample4": "Notas para Capitulo 1", "schoolSample5": "Leer 1 Capítulo", - "sixteenBitFilQuote": "Hago mis trabajos y tareas en tiempo record gracias a HabitRPG. ¡Simplemente porque estoy ansioso de alcanzar mi proximo nivel!", + "sixteenBitFilQuote": "Hago mis trabajos y tareas en tiempo record gracias a Habitica. ¡Simplemente porque estoy ansioso de alcanzar mi proximo nivel!", "skysailorQuote": "Mi grupo y nuestras misiones me mantienen comprometido con el juego, lo que me mantiene motivado a hacer las cosas y cambiar mi vida para mejor. ", - "socialTitle": "HabitRPG - Tu Vida, Un Juego", + "socialTitle": "Habitica - Tu Vida, Un Juego", "supermouse35Quote": "I'm exercising more and I haven't forgotten to take my meds for months! Thanks, Habit. :D", "sync": "Sincronizar", "tasks": "Tareas", @@ -172,11 +172,11 @@ "username": "Nombre de Usuario", "watchVideos": "Ver Vídeos", "work": "Trabajar", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "zelahQuote": "With Habitica, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", "reportAccountProblems": "Informar de problemas de Cuenta", "reportCommunityIssues": "Informar de problemas de la Comunidad", "generalQuestionsSite": "Preguntas Generales sobre la Web", "businessInquiries": "Business Inquiries", "merchandiseInquiries": "Merchandise Inquiries", "marketingInquiries": "Marketing/Social Media Inquiries" -} \ No newline at end of file +} diff --git a/common/locales/es/gear.json b/common/locales/es/gear.json index 4cb4b5fe09..3a800b7cde 100644 --- a/common/locales/es/gear.json +++ b/common/locales/es/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Túnica de copo de nieve", "armorSpecialSnowflakeNotes": "Una túnica que te mantiene caliente, incluso en una ventisca. Aumenta la constitución en <%= con %>. Equipo Invierno Edición Limitada 2013-2014.", "armorSpecialBirthdayText": "Ropa Absurda de Fiesta", - "armorSpecialBirthdayNotes": "¡Feliz Cumpleaños, HabitRPG! Vístete con esta Ropa Absurda de Fiesta para celebrar este maravilloso día. No confiere ningún beneficio.", + "armorSpecialBirthdayNotes": "¡Feliz Cumpleaños, Habitica! Vístete con esta Ropa Absurda de Fiesta para celebrar este maravilloso día. No confiere ningún beneficio.", "armorSpecialBirthday2015Text": "Ropa Ridícula de Fiesta", - "armorSpecialBirthday2015Notes": "¡Feliz Cumpleaños, HabitRPG! Vístete con esta Ropa Ridícula de Fiesta para celebrar este maravilloso día. No confiere ningún beneficio.", + "armorSpecialBirthday2015Notes": "¡Feliz Cumpleaños, Habitica! Vístete con esta Ropa Ridícula de Fiesta para celebrar este maravilloso día. No confiere ningún beneficio.", "armorSpecialGaymerxText": "Armadura de Guerrero del Arco Iris", "armorSpecialGaymerxNotes": "¡Con motivo de la temporada del orgullo y de GaymerX, este armadura especial está decorada con un radiante y colorido arco iris! GaymerX es una convención dedicada a los videojuegos y al colectivo LGBTQ, está abierta a todo el mundo y tiene lugar en el InterContinental, en el centro de San Francisco, del 11 al 13 de julio. Esta armadura no proporciona ningún beneficio.", "armorSpecialSpringRogueText": "Traje Elegante de Gato", @@ -617,4 +617,4 @@ "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", "eyewearMystery301405Notes": "No hay ningún accesorio facial tan sofisticado como un monóculo - excepto, a lo mejor, unos buenos anteojos. No confiere ningún beneficio. Artículo de Suscriptor de Abril del 2015." -} \ No newline at end of file +} diff --git a/common/locales/es/generic.json b/common/locales/es/generic.json index 240a50b723..fd61423f0c 100644 --- a/common/locales/es/generic.json +++ b/common/locales/es/generic.json @@ -1,11 +1,11 @@ { "languageName": "Español", "stringNotFound": "Cadena de caracteres '<%= string %>' no se ha encontrado.", - "titleIndex": "HabitRPG | Tu Vida El Juego de Rol", + "titleIndex": "Habitica | Tu Vida El Juego de Rol", "habitica": "Habitica", "expandToolbar": "Abrir barra de herramientas", "collapseToolbar": "Cerrar barra de herramientas", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "markdownBlurb": "Habitica uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", "showFormattingHelp": "Show formatting help", "hideFormattingHelp": "Hide formatting help", "youType": "You type:", @@ -14,8 +14,8 @@ "bold": "**Bold**", "strikethrough": "~~Strikethrough~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Habitica is great!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`code`", @@ -28,7 +28,7 @@ "market": "Mercado", "subscriberItem": "Objeto Misterioso", "newSubscriberItem": "Nuevo Objeto Misterioso", - "subscriberItemText": "Cada mes, los suscriptores recibirán un objeto misterioso. Esto normalmente sucede aproximadamente una semana antes del final de mes. Revisa la página de la wiki sobre \"Objetos Misteriosos\" para ver la fecha exacta. ", + "subscriberItemText": "Cada mes, los suscriptores recibirán un objeto misterioso. Esto normalmente sucede aproximadamente una semana antes del final de mes. Revisa la página de la wiki sobre \"Objetos Misteriosos\" para ver la fecha exacta.", "all": "Todo", "none": "Ninguno", "or": "O", @@ -47,7 +47,7 @@ "reject": "Rechazar", "neverMind": "No importa", "buyMoreGems": "Comprar más Gemas.", - "notEnoughGems": "No hay suficientes gemas. ", + "notEnoughGems": "No hay suficientes gemas.", "alreadyHave": "Ups! Ya tienes este artículo. No necesitas comprarlo otra vez!", "delete": "Eliminar", "gemsPopoverTitle": "Gemas", @@ -61,13 +61,16 @@ "veteranText": "Ha sobrevivido a Habit The Grey (nuestro sito web pre-Angular) y se ha ganado muchas cicatrices por sus fallos.", "originalUser": "¡Usuario original!", "originalUserText": "Uno de los primeros usuarios... ¡digamos que fue un alpha tester!", - "habitBirthday": "Festejo de Cumpleaños de HabitRPG", - "habitBirthdayText": "Participó en el Festejo de Cumpleaños de HabitRPG", - "habitBirthdayPluralText": "¡Participó en <%= number %> Festejo(s) de Cumpleaños de HabitRPG!", + "habitBirthday": "Festejo de Cumpleaños de Habitica", + "habitBirthdayText": "Participó en el Festejo de Cumpleaños de Habitica", + "habitBirthdayPluralText": "¡Participó en <%= number %> Festejo(s) de Cumpleaños de Habitica!", + "habiticaDay": "Bautizo de Habitica", + "habiticaDaySingularText": "¡Celebró el Bautizo de Habitica! Gracias por ser un magnífico usuario.", + "habiticaDayPluralText": "¡ Celebró <%= number %> Bautizos! Gracias por ser un magnífico usuario.", "achievementDilatory": "Salvador de Dilatoria", "achievementDilatoryText": "¡Ayudó a derrotar al Dread Drag'on de Dilatoria durante el evento Summer Splash del 2014!", "costumeContest": "Concurso de Disfraces 2014", - "costumeContestText": "Participó en el Concurso de Disfraces de Halloween 2014. Mira otra entradas en blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Participó en el Concurso de Disfraces de Halloween 2014. Mira otra entradas en blog.habitica.com/tagged/cosplay!", "memberSince": "- Miembro desde", "lastLoggedIn": "- Última conexión", "notPorted": "Esta función no se ha traido del sitio original", @@ -90,7 +93,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "Hacer una Pregunta", "reportBug": "Notificar un error", - "contributeToHRPG": "Contribuir con HabitRPG", + "contributeToHRPG": "Contribuir con Habitica", "overview": "Resumen para Nuevos Usuarios", "January": "Enero", "February": "Febrero", @@ -105,6 +108,6 @@ "November": "Noviembre", "December": "Diciembre", "dateFormat": "Formato de Fecha", - "achievementStressbeast": "salvador de Stoïkalm", + "achievementStressbeast": "Salvador de Stoïkalm", "achievementStressbeastText": "Ayudó a derrotar el Abominable Stressbeast durante el 2015 Winter Wonderland Evento!" } \ No newline at end of file diff --git a/common/locales/es/groups.json b/common/locales/es/groups.json index f3f7bfe8c8..ff839792f4 100644 --- a/common/locales/es/groups.json +++ b/common/locales/es/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Ordenar por fecha de ingreso al grupo", "sortName": "Ordenar por nombre del avatar", "sortBackgrounds": "Ordenar por fondo", - "sortHabitrpgJoined": "Ordenar por fecha de regisitro a HabitRPG", + "sortHabitrpgJoined": "Ordenar por fecha de regisitro a Habitica", "sortHabitrpgLastLoggedIn": "Ordenar por última vez activo", "ascendingSort": "Ordenar Ascendente", "descendingSort": "Ordenar Descendente", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Sólo el Líder del Grupo puede crear desafíos", "sendGift": "Envia Regalo", "inviteFriends": "Invita a tus Amigos", - "inviteAlertInfo": "Invite friends by User ID here.", + "inviteAlertInfo": "Invite friends by User ID here.", "inviteExistUser": "Invita Usario Existente ", "inviteByEmail": "Invitar amigo por e-mail. Si ellos se unen por tu e-mail, invitan automáticamente ellos a este grupo.", "byColon": "Por:", @@ -123,4 +123,4 @@ "startAParty": "Introduce un Grupo", "addToParty": "Añade alguien a tu grupo", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/es/limited.json b/common/locales/es/limited.json index 856b769346..88b52c6c83 100644 --- a/common/locales/es/limited.json +++ b/common/locales/es/limited.json @@ -7,9 +7,9 @@ "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. ", + "agriculturalFriendsText": "Tus compañeros te han transformado en flor <%=seeds%> veces.", "aquaticFriends": "Amigos Acuáticos", - "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", + "aquaticFriendsText": "Tus compañeros te han mojado <%= seafoam %> 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!", @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Hechicera Estacional<%= linkEnd %>", "seasonalShopClosedText": "¡¡La Tienda Estacional se encuantra actualmente cerrada!! ¡Desconocemos la ubicación actual de la Hechicera Estacional pero estará de vuelta para la próxima <%= linkStart %>Grand Gala<%= linkEnd %>!", - "seasonalShopText": "¡¡ Bienvenido a la tienda de temporada !! Estamos almacenando bienes para la Temporada de Primavera Edición Estacional en este momento. Todo lo que hay aquí estará disponible para comprar durante el evento Spring Fling cada año, pero no abrimos hasta el 30 de Abril, así que asegúrate de abastecerte ahora, ¡o tendrás que esperar un año para poder comprar estos artículos de nuevo!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "¡¡ Bienvenido a la tienda de temporada !! Estamos almacenando bienes para la Temporada de Primavera Edición Estacional en este momento. Todo lo que hay aquí estará disponible para comprar durante el evento Spring Fling cada año, pero no abrimos hasta el 30 de Abril, así que asegúrate de abastecerte ahora, ¡o tendrás que esperar un año para poder comprar estos artículos de nuevo!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "Si has utilizado el Orbe de Renacimiento, puedes volver a comprar este equipo en la Columna de Recompensas después de desbloquear la Tienda de Artículos. Inicialmente, solo podrás comprar los artículos para tu clase actual (Guerrero por defecto), pero no temas, los otros elementos específicos de cada clase estarán disponible si cambias a esa clase.", "candycaneSet": "Bastón de Caramelo (Mago)", "skiSet": "Ski-asesino (Ladrón)", @@ -37,10 +37,10 @@ "nyeCardNotes": "Enviar una carta de Año Nuevo a un miembro del grupo.", "seasonalItems": "Cosas de Temporada", "auldAcquaintance": "Conocido desde hace Tiempo", - "auldAcquaintanceText": "Feliz Año Nuevo! Se enviaron o mandaron <%= cards %> cartas de Año Nuevo.", - "newYear0": "Feliz Año Nuevo! Que mates a muchos malos Hábitos.", - "newYear1": "Feliz Año Nuevo! Que ganes muchas Recompensas.", - "newYear2": "Feliz Año Nuevo! Que ganes muchos Días Perfectos.", + "auldAcquaintanceText": "¡Feliz Año Nuevo! Se enviaron o mandaron <%= cards %> cartas de Año Nuevo.", + "newYear0": "¡Feliz Año Nuevo! Que mates a muchos malos Hábitos.", + "newYear1": "¡Feliz Año Nuevo! Que ganes muchas Recompensas.", + "newYear2": "¡Feliz Año Nuevo! Que ganes muchos Días Perfectos.", "newYear3": "¡Feliz Año Nuevo! Que tu lista de tareas Diarias permanezca corta y agradable.", "newYear4": "¡Felíz Año Nuevo! Que un Hipogrifón furioso no te ataque.", "holidayCard": "Tarjeta de Vacaciones Recibida", diff --git a/common/locales/es/messages.json b/common/locales/es/messages.json index 367dcb95f7..4c728a502a 100644 --- a/common/locales/es/messages.json +++ b/common/locales/es/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> Has encontrado un objeto de equipamiento raro en el armario: <%= dropText %>! ¡Genial!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/es/npc.json b/common/locales/es/npc.json index 0df41a0064..1403bd5c65 100644 --- a/common/locales/es/npc.json +++ b/common/locales/es/npc.json @@ -21,9 +21,9 @@ "cool": "Ya me lo dirás", "dismissAlert": "Ignora Esta Alerta", "donateText1": "Añade 20 Gemas a tu cuenta. Las Gemas se usan para comprar objetos especiales en el juego, como camisetas y peinados.", - "donateText2": "Ayuda a HabitRPG", - "donateText3": "HabitRPG es un proyecto de código abierto que depende del soporte de sus usuarios. El dinero que gastes en gemas nos ayuda a mantener activos los servidores, mantener al pequeño grupo de personal, desarrollar nuevas caracteristicas y proveer incentivos para nuestros programadores voluntarios. ¡Gracias por tu generosidad!", - "donationDesc": "20 Gemas, Donación a HabitRPG", + "donateText2": "Ayuda a Habitica", + "donateText3": "Habitica es un proyecto de código abierto que depende del soporte de sus usuarios. El dinero que gastes en gemas nos ayuda a mantener activos los servidores, mantener al pequeño grupo de personal, desarrollar nuevas caracteristicas y proveer incentivos para nuestros programadores voluntarios. ¡Gracias por tu generosidad!", + "donationDesc": "20 Gemas, Donación a Habitica", "payWithCard": "Pagar con una tarjeta de crédito", "payNote": "Nota: Paypal a veces toma mucho tiempo autorizando. Recomendamos pagar con tarjeta de crédito.", "card": "Tarjeta de Crédito", @@ -52,10 +52,10 @@ "tourStatsPage": "¡Está es tu página de Estadísticas! Consigue logros completando las tareas de las listas.", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "Tu Grupo te ayudará a mantenerte responsable. Invita a amigos para desbloquear un Pergamino de Misión.", - "tourGuildsPage": "Los Gremios son grupos de chat con intereses comunes a los tuyos creados por los jugadores para los jugadores. ¡Busca en la lista y alístate a los Gremios que más te interesen! Asegúrate de visitar el popular Gremio de los Principiantes donde cualquier persona puede hacer sus preguntas sobre HabitRPG. ", + "tourGuildsPage": "Los Gremios son grupos de chat con intereses comunes a los tuyos creados por los jugadores para los jugadores. ¡Busca en la lista y alístate a los Gremios que más te interesen! Asegúrate de visitar el popular Gremio de los Principiantes donde cualquier persona puede hacer sus preguntas sobre Habitica. ", "tourChallengesPage": "¡Los desafios son listas de tareas tematicas creadas por usuarios! Unirte a un Desafio añadira sus tareas a tu cuenta. ¡Compite contra otros usuarios para ganar premios en Gemas!", "tourMarketPage": "Desde el nivel 4, los huevos y pociones eclosionadoras caen de manera aleatoria cuando completas tareas. Aparecen aquí - ¡úsalas para eclosionar mascotas! También puedes comprar objetos del Mercado.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "¡Aquí es donde guardamos tu Equipo! Tu Equipo de Batalla afecta a tus atributos. Si quieres mostrar un Equipo diferente en tu avatar sin cambiar tus atributos, marca \"Llevar disfraz\".", @@ -71,11 +71,11 @@ "tourHabitsProceed": "¡Tiene sentido!", "tourRewardsBrief": "Reward List", "tourRewardsProceed": "¡Eso es todo!", - "welcomeToHabit": "¡Bienvenido a HabitRPG, un juego que mejorará tu vida!", + "welcomeToHabit": "¡Bienvenido a Habitica, un juego que mejorará tu vida!", "welcome1": "Crea y personaliza tu avatar para que te represente.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Completa tareas para ganar Experiencia (XP) y Oro, ¡lo que desbloqueará impresionantes características y recompensas!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Ahora podrás personalizar tu avatar y configurar tus tareas...", "imReady": "¡Estoy listo!" -} \ No newline at end of file +} diff --git a/common/locales/es/pets.json b/common/locales/es/pets.json index 10a7ea7eed..cae93d3b2b 100644 --- a/common/locales/es/pets.json +++ b/common/locales/es/pets.json @@ -9,12 +9,14 @@ "rareMounts": "Monturas Raras", "etherealLion": "León Etéreo", "veteranWolf": "Lobo Veterano", + "veteranTiger": "Tigre Veterano", "cerberusPup": "Cachorro de Cerbero", "hydra": "Hidra", "mantisShrimp": "Mantis Marina", "mammoth": "Mamut Lanudo", "orca": "Orca", - "rarePetPop1": "¡Clic la pata dorada para aprender más sobre como obtener esta mascota contribuyendo a HabitRPG!", + "royalPurpleGryphon": "Grifo Morado Real", + "rarePetPop1": "¡Clic la pata dorada para aprender más sobre como obtener esta mascota contribuyendo a Habitica!", "rarePetPop2": "¡Como Obtener Esta Mascota!", "potion": "Poción <%= potionType %>", "egg": "Huevo <%= eggType %>", @@ -28,7 +30,7 @@ "foodText": "Comida", "food": "Comida y Sillas de montar", "noFood": "No tienes comida ni sillas de montar", - "dropsExplanation": "Hazte con estos objetos más rapido usando gemas si no quieres esperar a que caigan al completar una tarea. Aprende más sobre el sistema de recompensas", + "dropsExplanation": "Hazte con estos objetos más rapido usando gemas si no quieres esperar a que caigan al completar una tarea. Aprende más sobre el sistema de recompensas", "beastMasterProgress": "Progreso en Domador de Bestias", "beastAchievement": "¡Has ganado el logro \"Maestro de Bestias\" por conseguir todas las mascotas!", "beastMasterName": "Domador de Bestias", @@ -54,7 +56,7 @@ "petName": "<%= egg %> <%= potion %>", "mountName": "<%= mount %> <%= potion %>", "petKeyName": "La llave de la perrera", - "petKeyPop": "¡Deja a tus mascotas vagar libremente, suéltalas para que comiencen su propia aventura, y vuelve a sentir la emoción de ser Domador de Bestias una vez más! ", + "petKeyPop": "¡Deja a tus mascotas vagar libremente, suéltalas para que comiencen su propia aventura, y vuelve a sentir la emoción de ser Domador de Bestias una vez más!", "petKeyBegin": "Llave de las Perreras: Vive <%= title %> Una Vez Más!", "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.)", diff --git a/common/locales/es/quests.json b/common/locales/es/quests.json index 535699277b..4f250a9d72 100644 --- a/common/locales/es/quests.json +++ b/common/locales/es/quests.json @@ -2,7 +2,7 @@ "quests": "Misiones", "quest": "misión", "whereAreMyQuests": "Quests are now available on their own page! Click on Inventory -> Quests to find them.", - "yourQuests": "Your Quests", + "yourQuests": "Tus misiones", "questsForSale": "Quests for Sale", "petQuests": "Pet and Mount Quests", "unlockableQuests": "Unlockable Quests", @@ -60,4 +60,4 @@ "questWarning": "Si nuevos miembros se unen al equipo antes de que comience la misión, también recibirán una invitación. Sin embargo, una vez que la misión ha comenzado, nuevos miembros no se pueden unir a la misión.", "bossRageTitle": "Ira", "bossRageDescription": "¡Cuando esta barra se llene, el jefe desatará un ataque especial!" -} \ No newline at end of file +} diff --git a/common/locales/es/questscontent.json b/common/locales/es/questscontent.json index a1061b7948..fe0fac228a 100644 --- a/common/locales/es/questscontent.json +++ b/common/locales/es/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/es/rebirth.json b/common/locales/es/rebirth.json index f349c5ab77..ba537355f6 100644 --- a/common/locales/es/rebirth.json +++ b/common/locales/es/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Renacimiento: ¡Nueva aventura disponible!", - "rebirthUnlock": "¡Has desbloqueado el Renacimiento! Este objeto especial en el Mercado te permite empezar un juego nuevo en nivel 1, manteniendo tus tareas, logros, mascotas, y más. Úsalo para vigorizar de nuevo HabitRPG, por si sientes que ya lo lograste todo, o para tener la experiencia de nuevas funciones con la perspectiva de un personaje nuevo.", + "rebirthUnlock": "¡Has desbloqueado el Renacimiento! Este objeto especial en el Mercado te permite empezar un juego nuevo en nivel 1, manteniendo tus tareas, logros, mascotas, y más. Úsalo para vigorizar de nuevo Habitica, por si sientes que ya lo lograste todo, o para tener la experiencia de nuevas funciones con la perspectiva de un personaje nuevo.", "rebirthBegin": "Renacimiento: Empieza Una Nueva Aventura", "rebirthStartOver": "Renacimiento comienza con tu carácter en nivel 1, como si crearas una nueva cuenta.", "rebirthAdvList1": "Restauras completamente tu salud. ", @@ -22,4 +22,4 @@ "rebirthPop": "Comienza con un personaje en Nivel 1, manteniendo logros, coleccionables, y tareas con historial.", "rebirthName": "Esfera de Renacimiento", "reborn": "Renacido, nivel máximo <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/es/settings.json b/common/locales/es/settings.json index ca6da639a3..8dddc171af 100644 --- a/common/locales/es/settings.json +++ b/common/locales/es/settings.json @@ -2,7 +2,7 @@ "settings": "Ajustes", "language": "Idioma", "americanEnglishGovern": "En caso de que hubiese alguna discrepancia en las traducciones, prima la versión en Inglés Americano. ", - "helpWithTranslation": "¿Te gustaría ayudar con la traducción de HabitRPG? ¡Genial! Entonces visita esta tarjeta Trello.", + "helpWithTranslation": "¿Te gustaría ayudar con la traducción de Habitica? ¡Genial! Entonces visita esta tarjeta Trello.", "showHeaderPop": "Mostrar el avatar, barras de vida y experiencia y grupo.", "stickyHeader": "Cabecera fija", "stickyHeaderPop": "Pegar la cabecera a la parte superior de la ventana. Si no está seleccionada significa que la cabecera se perderá de vista al bajar por la página.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Las opciones avanzadas de las tareas no se abren automáticamente", "startAdvCollapsedPop": "Con esta opción marcada, las opciones avanzadas estarán escondidas al abrir la tarea para editarla.", "showTour": "Empezar el Rour", - "restartTour": "Reiniciar el tour de introducción a HabitRPG", + "restartTour": "Reiniciar el tour de introducción a Habitica", "showBailey": "Mostrar a Bailey", "showBaileyPop": "Sacar a Bailey el Pregonero de su escondite para poder ver las noticias antiguas. ", "fixVal": "Ajustar valores de personaje", @@ -27,7 +27,7 @@ "resetAccount": "Reiniciar su cuenta", "resetAccPop": "Empezar de nuevo, eliminando todo el oro, niveles, equipo, historial, y tareas.", "deleteAccount": "Eliminar cuenta", - "deleteAccPop": "Cancelar y quitar esta cuenta de HabitRPG.", + "deleteAccPop": "Cancelar y quitar esta cuenta de Habitica.", "qrCode": "Código QR", "dataExport": "Exportar Datos", "saveData": "Aquí tienes algunas opciones para guardar los datos de tus hábitos.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Comienzo de Día Personalizado", "24HrClock": "Sistema 24h", - "customDayStartInfo1": "HabitRPG verifica y reinicia tus tareas a medianoche en tu propia zona horaria. Es recomendable que leas lo siguiente antes de cambiarlo: ", - "customDayStartInfo4": "Completa todas tus tareas Diarias antes de cambiar el Comienzo de Día Personalizado o Descansa en la Posada ese día. Cambiar tu Comienzo de Día Personalizado puede causar que Cron se lance inmediatamente, pero después del primer día funcionará normalmente.

Concede un margen de dos horas para que los cambios cobren efecto. Por ejemplo, si ahora el valor es 0 (medianoche), cámbialo antes de las 22h; si lo quieres cambiar a las 21h, cámbialo antes de las 19h.

Indica una hora entre 0 y 23. Teclearla es más efectivo que usar las teclas de cursor. Una vez cambiado, recarga la página para asegurarte de que el nuevo valor ha sido guardado.", + "customDayStartInfo1": "Habitica verifica y reinicia tus tareas a medianoche en tu propia zona horaria. Es recomendable que leas lo siguiente antes de cambiarlo: ", + "customDayStartInfo4": "Completa todas tus tareas Diarias antes de cambiar el Comienzo de Día Personalizado o Descansa en la Posada ese día. Cambiar tu Comienzo de Día Personalizado puede causar que Cron se lance inmediatamente, pero después del primer día funcionará normalmente.

Concede un margen de dos horas para que los cambios cobren efecto. Por ejemplo, si ahora el valor es 0 (medianoche), cámbialo antes de las 22h; si lo quieres cambiar a las 21h, cámbialo antes de las 19h.

Indica una hora entre 0 y 23. Teclearla es más efectivo que usar las teclas de cursor. Una vez cambiado, recarga la página para asegurarte de que el nuevo valor ha sido guardado.", "misc": "Varios", "showHeader": "Mostrar encabezamiento", "changePass": "Cambiar contraseña", @@ -56,7 +56,7 @@ "dangerZone": "Zona Peligrosa", "resetText1": "¡PELIGRO! Eso resetea muchas partes de tu cuenta. Esto es altamente desalentador, pero algunas personas lo encuentran útil al principio después de jugar durante un tiempo. ", "resetText2": "Perderás todos tus niveles, oro y bonus de experiencia. Todas tus tareas serán borradas permanentemente y perderás todos los datos históricos de tus tareas. Perderás todo tu equipo pero podrás comprarlo de nuevo, incluyendo todos los equipos de edición limitada o objetos Misteriosos por suscribirse que ya poseas (necesitarás estar en la clase correcta para re-comprar un equipo de una clase específica). Mantendrás tu clase actual con tus mascotas y monturas. Quizás prefieras usar en su lugar un Orbe de Renacimiento, el cual es una opción mucho más segura y que mantendrá todas tus tareas. ", - "deleteText": "¿Estás seguro? Esto borrará tu cuenta para siempre, y no podrá ser recuperada. Necesitarás registrarte de nuevo para volver a usar HabitRPG. Las Gemas no serán reembolsadas. Si estás seguro escribe <%= deleteWord %> en la casilla de abajo.", + "deleteText": "¿Estás seguro? Esto borrará tu cuenta para siempre, y no podrá ser recuperada. Necesitarás registrarte de nuevo para volver a usar Habitica. Las Gemas no serán reembolsadas. Si estás seguro escribe <%= deleteWord %> en la casilla de abajo.", "API": "API", "APIText": "Copie esto para usarlo en aplicaciones de terceros. Sin embargo, pensá en tu API Token como una contraseña, no la compartas en público. En ocasiones se te solicitará tu ID de Usuario, pero nunca publiques tu API Token donde otros puedan verla, incluyendo Github.", "APIToken": "API Token (esto es una contraseña - mira la advertencia de arriba!)", @@ -79,13 +79,13 @@ "data": "Datos", "exportData": "Exportar Datos", "emailChange1": "Para cambiar tu correo electrónico, por favor, envía un email a", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "incluyendo tu nueva y tu antigua dirección de correo electrónico, así como tu ID de Usuario.", "username": "Nombre de Usuario", "usernameOrEmail": "Introduce tu Nombre o Correo electrónico.", "email": "Correo Electrónico", "registeredWithFb": "Registrado con Facebook", - "loginNameDescription1": "Esto es lo que usas para entrar a HabitRPG. Ve a", + "loginNameDescription1": "Esto es lo que usas para entrar a Habitica. Ve a", "loginNameDescription2": "Usuario->Perfil", "loginNameDescription3": "para cambiar el nombre que aparece en tu avatar y en los mensajes del chat.", "emailNotifications": "Notificaciones por Correo Electrónico", @@ -101,12 +101,12 @@ "questStarted": "Tu Misión ha Comenzado", "invitedQuest": "Invitado a Misión", "kickedGroup": "Expulsado del grupo", - "remindersToLogin": "Recordatorios para revisar HabitRPG", + "remindersToLogin": "Recordatorios para revisar Habitica", "unsubscribedSuccessfully": "¡Desuscrito con éxito!", - "unsubscribedTextUsers": "Te has desuscrito con éxito de todos los emails de HabitRPG. Puedes activar únicamente los emails que quieras recibir en los ajustes (requiere login).", - "unsubscribedTextOthers": "No volverá a recibir ningún mail de HabitRPG.", + "unsubscribedTextUsers": "Te has desuscrito con éxito de todos los emails de Habitica. Puedes activar únicamente los emails que quieras recibir en los ajustes (requiere login).", + "unsubscribedTextOthers": "No volverá a recibir ningún mail de Habitica.", "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.", + "unsubscribeAllEmailsText": "Al marcar esta casilla, certifico que entiendo que al desuscribirme de todos las notificaciones por correo electrónico, Habitica 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 %>\".", "subscriptionRateText": "Periódicamente $<%= price %> cada <%= months %> meses", "benefits": "Beneficios", @@ -119,4 +119,4 @@ "promoCodeApplied": "¡Código Promocional Aplicado! Mira tu inventario", "promoPlaceholder": "Introducir Código Promocional", "displayInviteToPartyWhenPartyIs1": "Mostrar el botón \"Invitar al equipo\" cuando el equipo tiene 1 miembro." -} \ No newline at end of file +} diff --git a/common/locales/es/spells.json b/common/locales/es/spells.json index d66220202a..b1e2f33458 100644 --- a/common/locales/es/spells.json +++ b/common/locales/es/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "¡Transforma a un amigo en una criatura marina!", "spellSpecialSandText": "Arena", "spellSpecialSandNotes": "Cancela los efectos de la espuma de mar" -} \ No newline at end of file +} diff --git a/common/locales/es/subscriber.json b/common/locales/es/subscriber.json index 123e2879d1..5ecaef7c8e 100644 --- a/common/locales/es/subscriber.json +++ b/common/locales/es/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / mes", "organization": "Organización", "groupPlans": "Planes cooperativos", - "indivPlan1": "Para individuos, HabitRPG es gratis. Incluso para pequeños grupos de interés es gratis (o barato)", + "indivPlan1": "Para individuos, Habitica 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", + "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 Habitica para tu grupo u organización, completamente seguros e independientes", "groupText2": "Continúa leyendo para conocer beneficios adicionales de un plan, y pónte en contacto con nosotros para más información. ", "planFamily": "Familia (Próximamente)", "planGroup": "Grupo (Próximamente)", "dedicatedHost": "Alojamiento dedicado", - "dedicatedHostText": "Alojamiento dedicado: recibirás tu propia base de datos y servidor alojados por HabitRPG, o lo instalaremos en la red de tu organización. Si no está seleccionado, el plan usará un \"alojamiento compartido\": Tu organización usará la misma base de datos que el propio HabitRPG, mientras funciona con una Habitica independiente. Tus miembros estarán protegidos de La Taberna y Gremios, pero aún estarán en el mismo servidor y base de datos.", + "dedicatedHostText": "Alojamiento dedicado: recibirás tu propia base de datos y servidor alojados por Habitica, o lo instalaremos en la red de tu organización. Si no está seleccionado, el plan usará un \"alojamiento compartido\": Tu organización usará la misma base de datos que el propio Habitica, mientras funciona con una Habitica independiente. Tus miembros estarán protegidos de La Taberna y Gremios, pero aún estarán en el mismo servidor y base de datos.", "individualSub": "Subscripción Individual", "subscribe": "Suscribirse", "subscribed": "Suscrito", @@ -33,9 +33,9 @@ "adminSub": "Suscripciones de administradores ", "morePlans": "Mas planes...
Próximamente", "organizationSub": "Organización Privada", - "organizationSubText": "Miembros de tu organización participan fuera de HabitRPG propio, enfocando tus participantes.", + "organizationSubText": "Miembros de tu organización participan fuera de Habitica propio, enfocando tus participantes.", "hostingType": "Tipo de Alojamiento", - "hostingTypeText": "Alojamiento compartido indica que tu organización usará la misma base de datos a HabitRPG propio aún sin poder interactuar con Habitica. Dedicado indica que tu recibirás tu propio servidor y base de datos. Tienes la opción de HabitRPG alojando tu servidor/base de datos, o nuestra instalación en tus servidores. ", + "hostingTypeText": "Alojamiento compartido indica que tu organización usará la misma base de datos a Habitica propio aún sin poder interactuar con Habitica. Dedicado indica que tu recibirás tu propio servidor y base de datos. Tienes la opción de Habitica alojando tu servidor/base de datos, o nuestra instalación en tus servidores. ", "dedicated": "Dedicado", "customDomain": "Dominio Personalizado", "customDomainText": "Podemos, opcionalmente, darte tu propio dominio para la instalación.", @@ -58,7 +58,7 @@ "buySubsText": "Compra Gemas con Oro, No Anuncios, Ayuda los Devs", "sureCancelSub": "¿Estas seguro que quieres cancelar tu suscripción?", "subCanceled": "La suscripción se volverá inactiva", - "subGemPop": "Puesto que te suscribes a HabitRPG puedes comprar un número de Gemas cada mes usando Oro. Puedes ver cuantas Gemas tienes disponibles para comprar en la esquina del icono Gema.", + "subGemPop": "Puesto que te suscribes a Habitica puedes comprar un número de Gemas cada mes usando Oro. Puedes ver cuantas Gemas tienes disponibles para comprar en la esquina del icono Gema.", "subGemName": "Gemas de suscriptor", "timeTravelers": "Viajeros en el Tiempo", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> y <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Actualiza la tarjeta", "subUpdateTitle": "Actualización", "subUpdateDescription": "Actualiza la tarjeta para poder cobrar." -} \ No newline at end of file +} diff --git a/common/locales/es/tasks.json b/common/locales/es/tasks.json index 03405fc486..1c42766800 100644 --- a/common/locales/es/tasks.json +++ b/common/locales/es/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Borrado completado", "lotOfToDos": "Las tareas finalizadas se archivan automáticamente después de 3 días. Puedes acceder a ellas desde Ajustes > Exportar.", "deleteToDosExplanation": "Si le das clic al botón de abajo, todas sus tareas completadas y tareas archivadas se borrarán permanentemente. Expórtalas primero si quieres llevar un registro de ellas.", - "beeminderDeleteWarning": "Usuarios de Beeminder: Primero leer Eliminación de las tareas pendientes completadas sin confundir a Beeminder !", + "beeminderDeleteWarning": "Usuarios de Beeminder: Primero leer Eliminación de las tareas pendientes completadas sin confundir a Beeminder !", "addmultiple": "Añade varias", "addsingle": "Añade una", "habits": "Hábitos", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "¡Estás descansando en la Posada! Tus tareas Diarias NO te harán daño esta noche, pero se refrescarán cada día. Si estás en una misión, no sufrirás daño ni conseguirás objetos hasta que salgas de la Posada, pero sí puedes ser herido por un Jefe si tus compañeros de Grupo se saltan sus tareas Diarias.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "El equipamiento especial aparecerá aquí durante los Eventos Mundiales.", "rewardHelp4": "", "clickForHelp": "Haz click para obtener ayuda" -} \ No newline at end of file +} diff --git a/common/locales/es_419/backgrounds.json b/common/locales/es_419/backgrounds.json index 9b2f6b7531..7a20423bbf 100644 --- a/common/locales/es_419/backgrounds.json +++ b/common/locales/es_419/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "¡Haz Surf un Ola Grande!", "backgroundSunkenShipText": "Barco Sumergido", "backgroundSunkenShipNotes": "Explora un Barco Sumergido" -} \ No newline at end of file +} diff --git a/common/locales/es_419/challenge.json b/common/locales/es_419/challenge.json index 0ea3ed7a36..c11bad0534 100644 --- a/common/locales/es_419/challenge.json +++ b/common/locales/es_419/challenge.json @@ -11,7 +11,7 @@ "unsubChallenge": "Enlace al Desafío roto: esta tarea era parte de un Desafío, pero te has dado de baja del mismo. ¿Qué hacemos con las tareas huérfanas?", "challengeWinner": "Fue el ganador en los siguientes desafíos", "challenges": "Desafíos", - "noChallenges": "Ningún desafio todavía, visita ", + "noChallenges": "Ningún desafio todavía, visita", "toCreate": "para crear uno.", "selectWinner": "Seleccionar un ganador y cerrar el desafío:", "deleteOrSelect": "Borrar o seleccionar el ganador", @@ -29,14 +29,14 @@ "createChallenge": "Crear Desafío", "discard": "Descartar", "challengeTitle": "Título del Desafío", - "challengeTag": "Nombre de la etiqueta ", + "challengeTag": "Nombre de la etiqueta", "challengeTagPop": "Los Desafíos aparecen en la lista de etiquetas y en las herramientas de tarea. Así que, aunque el título debería ser descriptivo, también se necesita una 'abreviatura'. P ej, 'Perder 5 kilos en 3 meses' se puede convertir en '-5 kg' (Haz clic para más información).", "challengeDescr": "Descripción", "prize": "Premio", "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Mínimo 1 Gema para desafíos públicos (ayuda a prevenir el spam, de verdad que sí).", - "officialChallenge": "Desafío oficial de HabitRPG", + "officialChallenge": "Desafío oficial de Habitica", "by": "por", "participants": "<%= membercount %> Participantes", "join": "Unirse", @@ -57,4 +57,4 @@ "prizeValue": "<%= gemcount %> <%= gemicon %> Premio", "clone": "Clon", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/es_419/character.json b/common/locales/es_419/character.json index 8113fb122c..d554b7e22f 100644 --- a/common/locales/es_419/character.json +++ b/common/locales/es_419/character.json @@ -45,7 +45,7 @@ "hauntedColors": "Colores embrujados", "winteryColors": "Colores invernales", "equipment": "Equipamiento", - "equipmentBonus": "Equipment", + "equipmentBonus": "Equipamiento", "equipmentBonusText": "Bonos a los atributos proporcionados por tu equipamiento. Revisa la pestaña de Equipamiento en Inventario para seleccionar tu equipo.", "classBonus": "Bono de Equipamiento de la clase", "classBonusText": "Tu clase (Guerrero, si no has desbloqueado y seleccionado otra clase) usa su propio equipamento de manera más eficaz que el de otras clases. El equipamento de tu clase actual da un 50% más de puntos al atributo al que bonifica.", @@ -56,7 +56,7 @@ "costumeText": "Si prefieres el aspecto de otro equipo al que estás usando, marca la casilla \"Usar Disfraz\" para llevarlo como disfraz mientras usas tu equipo de batalla por debajo.", "useCostume": "Llevar disfraz ", "useCostumeInfo1": "¡Clic \"Usar Disfráz\" para equiparlo a tu avatar sin afectar los stats que tu Equipo de Batalla te da! Ésto significa que puedes usar equipo para tener los mejores stats en la izquierda, y al mismo tiempo vestir a tu avatar con tus items favoritos en la derecha.", - "useCostumeInfo2": "Una vez que hagas clic en \"Usar Disfraz\" tu avatar parecerá básico... ¡pero no te preocupes! Si te fijas en la izquierda verás que tu Equipo de Batalla permanece equipado. ¡Ahora puedes hacer las cosas entretenidas! Experimenta con diferentes combos, mezclando conjuntos, y coordinando con tus mascotas, montuas y fondos.

¿Tienes mas preguntas? Visita la Página de Disfraces en la wiki. ¿Has encontrado el conjunto perfecto? ¡Presume en la Alianza de Carnaval de Disfraces o alardea en la Taverna!", + "useCostumeInfo2": "Una vez que hagas clic en \"Usar Disfraz\" tu avatar parecerá básico... ¡pero no te preocupes! Si te fijas en la izquierda verás que tu Equipo de Batalla permanece equipado. ¡Ahora puedes hacer las cosas entretenidas! Experimenta con diferentes combos, mezclando conjuntos, y coordinando con tus mascotas, montuas y fondos.

¿Tienes mas preguntas? Visita la Página de Disfraces en la wiki. ¿Has encontrado el conjunto perfecto? ¡Presume en la Alianza de Carnaval de Disfraces o alardea en la Taverna!", "gearAchievement": "¡Has conseguido el logro \"Equipo definitivo\" por llegar al máximo conjunto de equipo para una clase! Has conseguido los siguientes conjuntos completos:", "moreGearAchievements": "Para conseguir más medallas de Equipo definitivo, cambia de clase en tu página de estadísticas¡ y compra equipamiento para tu nueva clase!", "armoireUnlocked": "¡Has desbloqueado el Armario Encantado! ¡Haz click en la Recompensa de Armario Encantado para tener oportunidad de ganar equipo especial! También puede ser que recibas Experiencia o comida.", @@ -77,7 +77,7 @@ "allocatePerPop": "Añadir un punto a Percepción", "allocateInt": "Puntos asignados a Inteligencia:", "allocateIntPop": "Añadir un punto a Inteligencia", - "noMoreAllocate": "Ahora que has alcanzado el nivel 100, ya no ganarás más Puntos de Atributo. Puedes seguir subiendo de nivel, o empezar una nueva aventura en el nivel 1 utilizando la Esfera de Renacimiento, que ahora se encuentra disponible gratuitamente en el Mercado.", + "noMoreAllocate": "Ahora que has alcanzado el nivel 100, ya no ganarás más Puntos de Atributo. Puedes seguir subiendo de nivel, o empezar una nueva aventura en el nivel 1 utilizando la Esfera de Renacimiento, que ahora se encuentra disponible gratuitamente en el Mercado.", "stats": "Estadísticas", "strength": "Fuerza", "strengthText": "La Fuerza aumenta la probabilidad de conseguir \"golpes críticos\" aleatorios y el Oro, la Experiencia y la probabilidad de conseguir botín al asestarlos. También ayuda a hacer daño a los monstruos jefe.", @@ -117,7 +117,7 @@ "distributePoints": "Distribuir puntos no asignados", "distributePointsPop": "Asigna los puntos no distribuidos según el esquema de asignación seleccionado.", "warriorText": "Los Guerreros consiguen más y mejores \"golpes críticos\", los cuales otorgan bonos de Oro, Experiencia y probabilidad de botín al completar una tarea. También hacen graves daños a los jefes monstruos. ¡Juega como un Guerrero si te motivan las recompensas impredecibles como de tocar la loteria o si deseas ser la fuente de daño en las Misiones!", - "mageText": "Los magos aprenden rápidamente, ganan Experiencia y Niveles más rápido que otras clases. También reciben mucho Maná para usar habilidades especiales. ¡Juega como un mago si disfrutas los aspectos tácticos de HabitRPG y si subir de nivel y desbloquear características avanzadas del juego te motiva!", + "mageText": "Los magos aprenden rápidamente, ganan Experiencia y Niveles más rápido que otras clases. También reciben mucho Maná para usar habilidades especiales. ¡Juega como un mago si disfrutas los aspectos tácticos de Habitica y si subir de nivel y desbloquear características avanzadas del juego te motiva!", "rogueText": "A los Granujas les encanta acumular riquezas, ganan más Oro que los demás y suelen encontrar objetos aleatorios. Su capacidad emblemática de Sigilo les permite esquivar las consecuencias de Diarias sin completar. ¡Juega como un Granuja si encuentras motivación en las recompensas y los logros, esforzándote por objetos y medallas!", "healerText": "Los Curadores son insensibles frente al daño y extienden esa protección a otros. El no cumplir Diarias y los malos Hábitos no les afectan demasiado y tienen maneras de recuperar la Salud tras un fallo. ¡Juega como un Curador si disfrutas de ayudar a otros en tu grupo o si la idea de engañar a la muerte a través del trabajo duro te inspira!", "optOut": "No usar", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Quitar Mascota, Montura y Fondo", "animalSkins": "Pieles de animales", "chooseClassHeading": "¡Elige tu Clase! U opta por no tener una, y elige luego.", - "warriorWiki": "Guerrero/a", - "mageWiki": "Mago/a", - "rogueWiki": "Pícaro/a", - "healerWiki": "Sanador/a", - "chooseClassLearn": "Conoce más sobre las clases", + "warriorWiki": "Guerrero/a", + "mageWiki": "Mago/a", + "rogueWiki": "Pícaro/a", + "healerWiki": "Sanador/a", + "chooseClassLearn": "Conoce más sobre las clases", "str": "STR", "con": "CON", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/es_419/communityguidelines.json b/common/locales/es_419/communityguidelines.json index ba4e23594f..5e74d50131 100644 --- a/common/locales/es_419/communityguidelines.json +++ b/common/locales/es_419/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "Estas reglas aplican a todos los espacios sociales que usamos, incluyendo (pero no limitadas a) Trello, GitHub, Transifex, y la Wikia (también llamada wiki). Algunas veces, se darán situaciones imprevistas, como una nueva fuente de conflicto o un perverso necromante. Cuando esto pase, los mods pueden actuar editando las normas para mantener a la comunidad a salvo de nuevas amenazas. No temes: serás notificado con un anuncio de Bailey si las normas cambian.", "commGuidePara004": "Prepara tus plumas y pergaminos para tomar nota, ¡y empecemos!", "commGuideHeadingBeing": "Ser un Habiticano", - "commGuidePara005": "HabitRPG es principalmente un sitio web dedicado al mejoría. Como resultado, hemos tenido la suerte de atraer a una de las comunidades del internet más cálidas, amables, respetuosas y comprensivas. Los Habiticanos pueden tener muchas cualidades. Algunas de las más comunes y notables son:", + "commGuidePara005": "Habitica es principalmente un sitio web dedicado al mejoría. Como resultado, hemos tenido la suerte de atraer a una de las comunidades del internet más cálidas, amables, respetuosas y comprensivas. Los Habiticanos pueden tener muchas cualidades. Algunas de las más comunes y notables son:", "commGuideList01A": "Un espíritu ayudador. Muchas personas dedican su tiempo y energías para ayudar y guiar a nuevos miembros de la comunidad. El Gremio de Novatos, por ejemplo, es un gremio dedicado sólo a responder preguntas. Si crees que puedes ayudar, ¡no te quedes callado!", "commGuideList01B": "Una actitud diligente. Los Habiticanos trabajan duro para mejorar sus vidas, pero también ayudan a construir el sitio y a mejorarlo constantemente. Somos un proyecto de código abierto, y por lo tanto estamos trabajando continuamente para convertir este sitio en el mejor lugar posible.", "commGuideList01C": "Un comportamiento de apoyo. Los Habiticanos aclamamos los triunfos de los demás, y nos consolamos mutuamente en momentos difíciles. Nos damos fuerzas, nos apoyamos y aprendemos los unos de los otros. En equipos, lo hacemos con nuestros hechizos; en salas de chat, lo hacemos con palabras cálidas y comprensivas.", @@ -25,21 +25,21 @@ "commGuidePara011b": "en GitHub/Wikia", "commGuidePara011c": "en Wikia", "commGuidePara011d": "en Github", - "commGuidePara012": "Si tienes algún inconveniente o alguna cuestión acerca de un Mod en particular, por favor envía un correo electrónico a Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "Si tienes algún inconveniente o alguna cuestión acerca de un Mod en particular, por favor envía un correo electrónico a Lemoness (leslie@habitica).", "commGuidePara013": "En una comunidad tan grande como Habitica los usuarios vienen y van, a veces un moderador necesita bajar su manto de noble y relajarse. Los siguientes son los Moderadores emérito. Ellos ya no actúan con el poder de un Moderador, ¡pero nos gustaría seguir honrando su trabajo!", "commGuidePara014": "Moderadores emérito:", "commGuideHeadingPublicSpaces": "Espacios públicos En Habítica", "commGuidePara015": "Habitica tiene dos tipos de espacios sociales: públicos, y privados. Los espacios públicos incluyen la Taberna, Gremios públicos, GitHub, Trello y la Wiki. Los espacios privados son los Gremios Privados, el chat del Grupo y los Mensajes Privados.", "commGuidePara016": "Cuando navegues los espacios públicos en Habitica, existen algunas reglas generales para mantener la seguridad de todos. ¡Estas deberían ser sencillas para aventureros como tu!", - "commGuidePara017": "Respetense mutuamente. Sé cortés, amable, amigable y servicial. Recuerda: los Habiticanos vienen de toda clase de entornos y han tenido experiencias extremadamente diversas. ¡Esto es parte de lo que hace a HabitRPG tan genial! Construir una comunidad significa respetar y celebrar nuestras diferencias así como también nuestras similitudes. Éstas son algunas formas fáciles de respetarnos los unos a los otros:", + "commGuidePara017": "Respetense mutuamente. Sé cortés, amable, amigable y servicial. Recuerda: los Habiticanos vienen de toda clase de entornos y han tenido experiencias extremadamente diversas. ¡Esto es parte de lo que hace a Habitica tan genial! Construir una comunidad significa respetar y celebrar nuestras diferencias así como también nuestras similitudes. Éstas son algunas formas fáciles de respetarnos los unos a los otros:", "commGuideList02A": "Obedece todos los Términos y condiciones", "commGuideList02B": "No publiques imágenes o texto de contenido violento, amezante, o sexualmente explícito o que promocione la discriminación, intolerancia, racismo, sexismo, odio, acoso o daños a individuos o terceros. Ni siquiera como broma. Esto incluye insultos así como declaraciones. No todos tienen el mismo sentido del humor, y lo que tú consideras como broma puede herir a otros. Vence a tus tareas \"Diarias\", no al otro.", "commGuideList02C": "Mantén las discusiones apropiadas para todas las edades. ¡Muchos Habiticanos jóvenes utilizan el sitio! No manchemos a ningún inocente ni obstaculicemos las metas de ningún Habiticano.", "commGuideList02D": "Evita las obscenidades. Esto incluye groserías leves basadas en la religión que pueden ser aceptables en cualquier otro lugar – tenemos gente de todos los entornos religiosos y culturales, y queremos asegurarnos de que todos ellos se sientan cómodos en espacios públicos. Además, trataremos los epítetos ofensivos de forma muy severa, ya que también son una violación de las Términos de servicio.", - "commGuideList02E": "Evita las discusiones extensas sobre temas divisivos fuera de la Trastienda. Si sientes que alguien ha dicho algo irrespetuoso o hiriente, no entables una conversación con esa persona. Un comentario único y respetuoso como \"Ese chiste me hace sentir incómodo\" es aceptable, pero ser duro o desagradable en respuesta a comentarios duros o desagradables aumenta las tensiones y convierte a HabitRPG en un espacio más negativo. La amabilidad y la cortesía ayudan a los demás a entender tu postura.", + "commGuideList02E": "Evita las discusiones extensas sobre temas divisivos fuera de la Trastienda. Si sientes que alguien ha dicho algo irrespetuoso o hiriente, no entables una conversación con esa persona. Un comentario único y respetuoso como \"Ese chiste me hace sentir incómodo\" es aceptable, pero ser duro o desagradable en respuesta a comentarios duros o desagradables aumenta las tensiones y convierte a Habitica en un espacio más negativo. La amabilidad y la cortesía ayudan a los demás a entender tu postura.", "commGuideList02F": "Obedece inmediatamente cualquier solicitud de un Mod para terminar con una discusión o moverla a la Trastienda. Últimas palabras, réplicas finales y ocurrencias concluyentes deberían ser intercambiadas (de forma educada) en tu \"mesa\" en la Trastienda, si te lo permiten.", "commGuideList02G": "Tóma el tiempo de reflexionar en lugar de responder con enojo si alguien te indica que algo que dijiste o hiciste lo hizo sentirse incómodo. El poder disculparse sinceramente demuestra una gran fortaleza. Si sientes que la manera en la que te respondió fue inapropiada, contacta a un Mod en vez de confrontarlo públicamente.", - "commGuideList02H": "Conversaciones divisivas y/o conflictivas deberán ser denunciadas a los Mods. Si sientes que una conversación se está volviendo intensa, demasiado emocional o hiriente, deja de dialogar. En vez de eso, manda un email a leslie@habitrpg.com para informarnos del asunto. Protegerte es nuestro trabajo.", + "commGuideList02H": "Conversaciones divisivas y/o conflictivas deberán ser denunciadas a los Mods. Si sientes que una conversación se está volviendo intensa, demasiado emocional o hiriente, deja de dialogar. En vez de eso, manda un email a leslie@habitica para informarnos del asunto. Protegerte es nuestro trabajo.", "commGuideList02I": "No hagas Spam. Spamear puede incluir, pero no está limitado a: publicar el mismo contenido o pregunta en múltiples sitios, publicar links sin explicación o contexto, publicar mensajes sin sentido, o publicar muchos mensajes seguidos. El rogar repetidamente por gemas o una suscripción tambien puede ser considerarse spam.", "commGuidePara019": "En espacios privados, los usuarios tienen mayor libertad para discutir sobre cualquier tema que gusten, pero aún así no deben violar los Términos y condiciones, incluyendo publicar cualquier contenido discriminatorio, violento o amenazador.", "commGuidePara020": "Los Mensajes Privados (MPs) tienen algunas normas adicionales. Si alguien te ha bloqueado, no lo contactes en otro lugar para pedirle que te desbloquee. Además, no debes enviar MPs a alguien para solicitar soporte (dado que las respuestas públicas de soporte son útiles para la comunidad). Finalmente, no envíes a MPs a nadie rogando por un regalo de gemas o una suscripción, ya que puede ser considerado como spam.", @@ -48,11 +48,11 @@ "commGuidePara022": "La Taberna es el sitio principal para relacionarse con otros. Daniel el Tabernero mantiene el lugar impecable, y Lemoness conjurará felizmente un poco de limonada mientras tú te sientas y charlas. Sólo ten en cuenta...", "commGuidePara023": "Las conversaciones tienden a rondar las discusiones casuales y consejos para mejorar la productividad o el vivir.", "commGuidePara024": "Debido a que el chat de la Taberna sólo puede contener 200 mensajes, éste no es un buen lugar para conversaciones prolongadas, especialmente sobre temas sensibles (ej.: política, religión, depresión, si la caza de duendes debería ser prohibida o no, etc.). Estas conversaciones deberán llevarse a un gremio pertinente o a la Trastienda (más información abajo).", - "commGuidePara027": "No hables de nada adictivo en la Taberna. Mucha gente usa HabitRPG para intentar abandonar los malos hábitos. ¡Escuchar a gente hablar de sustancias adictivas/ilegales podría hacérselo más difícil! Respeta a tus compañeros de Taberna y ten esto en consideración. Esto incluye, pero no es exclusivo a: el fumar, el alcohol, la pornografía, el juego (apuestas) y el uso/abuso de sustancias.", + "commGuidePara027": "No hables de nada adictivo en la Taberna. Mucha gente usa Habitica para intentar abandonar los malos hábitos. ¡Escuchar a gente hablar de sustancias adictivas/ilegales podría hacérselo más difícil! Respeta a tus compañeros de Taberna y ten esto en consideración. Esto incluye, pero no es exclusivo a: el fumar, el alcohol, la pornografía, el juego (apuestas) y el uso/abuso de sustancias.", "commGuideHeadingPublicGuilds": "Gremios públicos", "commGuidePara029": "Los gremios públicos son parecidos a la Taberna, excepto que en lugar de estar abiertos a la conversación general, tienen un tema específico. La charla en los gremios públicos deberá enfocarse en este tema. Por ejemplo, los miembros del gremio de Literatos podrían sentirse molestos si ven que la conversación repentinamente se enfoca en la jardinería en vez de la escritura, y un gremio de Fans de Dragones podría no tener interés alguno en decifrar runas antiguas. Algunos gremios son más tolerantes que otros con respecto a esto, pero en general, ¡trata de no desviarte del tema!", "commGuidePara031": "Algunos gremios públicos contienen temas sensibles, como depresión, religión, política, etc. Esto es aceptable siempre y cuando las conversaciones no violen ninguno de los Términos y Condiciones o de las Reglas del Espacio Público, y mientras no se desvíen del tema.", - "commGuidePara033": "Los Gremios Públicos NO deberán tener contenido para mayores de 18 años. Si planean hablar regularmente sobre contenido sensible, deberán explicitarlo en el título del Gremio. Esto es para mantener a Habitica segura y cómoda para todos. Si el gremio en cuestión tiene diferentes tipos de contenido sensible, es una muestra de respeto hacia los demás Habiticanos escribir tu comentario detrás de una advertencia (ej.: \"Advertencia: mención de autolesiones\"). Además, el material sensible deberá ser pertinente al tema -- hablar de autolesiones en un gremio enfocado en luchar contra la depresión puede tener sentido, pero podría ser menos apropiado en un gremio de música. Si ves a alguien violar reiteradamente esta regla, incluso luego de varios llamados de atención, por favor manda un email a leslie@habitrpg.com con capturas de pantalla.", + "commGuidePara033": "Los Gremios Públicos NO deberán tener contenido para mayores de 18 años. Si planean hablar regularmente sobre contenido sensible, deberán explicitarlo en el título del Gremio. Esto es para mantener a Habitica segura y cómoda para todos. Si el gremio en cuestión tiene diferentes tipos de contenido sensible, es una muestra de respeto hacia los demás Habiticanos escribir tu comentario detrás de una advertencia (ej.: \"Advertencia: mención de autolesiones\"). Además, el material sensible deberá ser pertinente al tema -- hablar de autolesiones en un gremio enfocado en luchar contra la depresión puede tener sentido, pero podría ser menos apropiado en un gremio de música. Si ves a alguien violar reiteradamente esta regla, incluso luego de varios llamados de atención, por favor manda un email a leslie@habitica con capturas de pantalla.", "commGuidePara035": "Ningún Gremio, ya sea Público o Privado, deberá ser creado con el propósito de atacar a cualquier grupo o individuo. La creación de un Gremio de este tipo tiene como consecuencia la inhabilitación inmediata. ¡Lucha contra los malos hábitos, no contra los demás aventureros!", "commGuidePara037": "Todos los retos de la Taverna y los retos públicos del gremio deben cumplir con estas reglas.", "commGuideHeadingBackCorner": "La Trastienda", @@ -60,7 +60,7 @@ "commGuidePara039": "El Gremio la Trastienda es un espacio público abierto para hablar sobre material sensible o para mantener una conversación por un largo rato, y es moderado cuidadosamente. Las Normas del Espacio Público siguen aplicándose, al igual que todos los Términos y Condiciones. ¡Sólo porque llevamos capas largas y porque estamos apiñándonos en un rincón no significa que todo vale! En fin, ¿me pasas esa vela ardiente?", "commGuideHeadingTrello": "Paneles de Trello", "commGuidePara040": "Trello funciona como un foro abierto para sugerencias y para discutir sobre características del sitio. Habitica es gobernada por la gente en forma de valientes colaboradores -- todos juntos construimos el sitio. Trello es el sistema que le otorga un método a nuestra locura. Considerando esto, intenta resumir todas tus ideas en un comentario lo mejor que puedas, en lugar de comentar muchas veces seguidas en la misma carta. Si se te ocurre algo nuevo, siéntete libre de editar tus comentarios originales. Por favor, apiádate de aquellos de nosotros que recibimos una notificación por cada comentario nuevo. Nuestras bandejas de entrada tienen un límite.", - "commGuidePara041": "HabitRPG utiliza cinco paneles de Trello diferentes:", + "commGuidePara041": "Habitica utiliza cinco paneles de Trello diferentes:", "commGuideList03A": "El Panel Principal es un lugar para hacer pedidos y votar por características del sitio.", "commGuideList03B": "El Panel Móvil es un lugar para hacer pedidos y votar por características de la app para ciertos dispositivos portátiles.", "commGuideList03C": "El Panel de Pixel Art es un lugar para enviar y conversar sobre pixel art.", @@ -68,12 +68,12 @@ "commGuideList03E": "El Panel de Wiki es un lugar para mejorar, hacer pedidos y conversar sobre el nuevo contenido de la wiki.", "commGuidePara042": "Todos tienen sus propias normas descriptas, y las reglas de los Espacios Públicos se aplican. Los usuarios deberán evitar desviarse del tema en cualquiera de los paneles o cartas. Créenos, ¡los paneles ya de por sí suelen estar abarrotados! Las conversaciones prolongadas deberán ser trasladadas al Gremio la Trastienda.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG utiliza GitHub para monitorear fallos y contribuir al código. ¡Es la forja donde los Herreros incansables crean las características! Todas las reglas de los Espacios Públicos se aplican allí también. Asegúrate de ser educado con los Herreros -- ¡tienen mucho trabajo que hacer al tener que mantener el sitio funcionando! ¡Que vivan los Herreros!", - "commGuidePara044": "Los siguientes usuarios son miembros del repositorio de HabitRPG:", + "commGuidePara043": "Habitica utiliza GitHub para monitorear fallos y contribuir al código. ¡Es la forja donde los Herreros incansables crean las características! Todas las reglas de los Espacios Públicos se aplican allí también. Asegúrate de ser educado con los Herreros -- ¡tienen mucho trabajo que hacer al tener que mantener el sitio funcionando! ¡Que vivan los Herreros!", + "commGuidePara044": "Los siguientes usuarios son miembros del repositorio de Habitica:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "La wiki de HabitRPG recopila información sobre el sitio. También alberga algunos foros similares a los gremios en HabitRPG. Por esta razón, todas las reglas del Espacio Público se aplican allí también.", - "commGuidePara046": "La wiki de HabitRPG puede ser considerada una base de datos sobre todo lo referente a HabitRPG. Provee información sobre las características del sitio, guías para poder jugar, tips sobre cómo puedes contribuir a HabitRPG y también aporta un lugar para que puedas publicitar tu gremio o equipo y votar sobre diversos temas.", - "commGuidePara047": "Dado que la wiki está alojada en Wikia, los términos y condiciones de Wikia también se aplican además de las reglas establecidas por HabitRPG y el sitio wiki de HabitRPG.", + "commGuidePara045": "La wiki de Habitica recopila información sobre el sitio. También alberga algunos foros similares a los gremios en Habitica. Por esta razón, todas las reglas del Espacio Público se aplican allí también.", + "commGuidePara046": "La wiki de Habitica puede ser considerada una base de datos sobre todo lo referente a Habitica. Provee información sobre las características del sitio, guías para poder jugar, tips sobre cómo puedes contribuir a Habitica y también aporta un lugar para que puedas publicitar tu gremio o equipo y votar sobre diversos temas.", + "commGuidePara047": "Dado que la wiki está alojada en Wikia, los términos y condiciones de Wikia también se aplican además de las reglas establecidas por Habitica y el sitio wiki de Habitica.", "commGuidePara048": "Esta wiki es únicamente una colaboración entre todos sus editores, y por lo tanto algunas pautas adicionales incluyen:", "commGuideList04A": "Solicitar nuevas páginas o cambios importantes en el Panel de Wiki de Trello", "commGuideList04B": "Estar abierto a sugerencias de otras personas sobre tu edición", @@ -82,7 +82,7 @@ "commGuideList04E": "No spamear o sabotear páginas para beneficio personal", "commGuideList04F": "Leer la página sobre contribuciones de wiki antes de realizar cambios importantes", "commGuideList04G": "Tono imparcial en las páginas de la wiki", - "commGuideList04H": "Asegurarte de que el contenido de la wiki es relevante para todo el sitio de HabitRPG y que no corresponde a un gremio o equipo particular (dicha información puede ser trasladada a los foros)", + "commGuideList04H": "Asegurarte de que el contenido de la wiki es relevante para todo el sitio de Habitica y que no corresponde a un gremio o equipo particular (dicha información puede ser trasladada a los foros)", "commGuidePara049": "Las siguientes personas son los administradores actuales de la wiki:", "commGuidePara018": "Los Wiki Administradores Emérito son", "commGuideHeadingInfractionsEtc": "Infracciones, Consecuencias y Restauración", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Infracciones moderadas", "commGuidePara054": "Las infracciones moderadas no vuelven a nuestra comunidad insegura, pero sí la vuelven desagradable. Estas infracciones tendrán consecuencias moderadas. Cuando se cometen en conjunto con múltiples infracciones, las consecuencias podrían tornarse más severas.", "commGuidePara055": "Los siguientes son algunos ejemplos de infracciones moderadas. Ésta no es una lista completa.", - "commGuideList06A": "Ignorar o faltarle el respeto a un Mod. Esto incluye quejarse públicamente de moderadores u otros usuarios/glorificar o defender a usuarios expulsados. Si tienes dudas sobre alguna de las reglas o Mods, por favor contacta a Lemoness vía email: (leslie@habitrpg.com).", + "commGuideList06A": "Ignorar o faltarle el respeto a un Mod. Esto incluye quejarse públicamente de moderadores u otros usuarios/glorificar o defender a usuarios expulsados. Si tienes dudas sobre alguna de las reglas o Mods, por favor contacta a Lemoness vía email: (leslie@habitica).", "commGuideList06B": "Moderación secundaria. Para clarificar rápidamente un punto relevante: una mención amistosa de las reglas es aceptable. La moderación secundaria consiste en declarar, demandar, y/o implicar considerablemente que alguien debe actuar como tú sugieres para corregir un error. Puedes avisar a alguien que ha cometido una transgresión, pero por favor no exijas que actúe de cierta forma – por ejemplo, decir \"Sólo para que sepas, las obscenidades no son bien recibidas en la Taberna, así que puede que quieras borrar eso,\" sería mejor que decir, \"Voy a tener que pedirte que borres ese post\".", "commGuideList06C": "Violaciones repetidas de las Normas del Espacio Público", "commGuideList06D": "Infracciones menores repetidas", @@ -139,8 +139,8 @@ "commGuidePara062": "El email que recibes explicándote las consecuencias de tus acciones (o, en el caso de consecuencias menores, el anuncio del Mod/Staff) es una buena fuente de información. Coopera con cualquier restricción que se te haya impuesto, e intenta reunir los requisitos para que cualquier sanción sea levantada.", "commGuidePara063": "Si no entiendes la naturaleza o consecuencias de tu infracción, pide ayuda al Staff/los Moderadores para que puedas evitar cometer infracciones en el futuro.", "commGuideHeadingContributing": "Contribuyendo a Habitica", - "commGuidePara064": "HabitRPG es un proyecto de código abierto, ¡lo cual significa que cualquier Habiticano puede echar una mano! Los que lo hagan serán recompensados de acuerdo a los siguientes niveles de recompensas:", - "commGuideList12A": "Medalla de Colaborador de HabitRPG, más 3 Gemas", + "commGuidePara064": "Habitica es un proyecto de código abierto, ¡lo cual significa que cualquier Habiticano puede echar una mano! Los que lo hagan serán recompensados de acuerdo a los siguientes niveles de recompensas:", + "commGuideList12A": "Medalla de Colaborador de Habitica, más 3 Gemas", "commGuideList12B": "Armadura de Colaborador, más 3 Gemas.", "commGuideList12C": "Yelmo de Colaborador, más 3 Gemas.", "commGuideList12D": "Espada de Colaborador, más 4 Gemas.", @@ -154,7 +154,7 @@ "commGuideList13C": "Los Niveles no \"vuelven a comenzar\" en cada campo. Cuando aumentamos la dificultad, tenemos en cuenta todas tus contribuciones, así gente que hace algo de arte, luego arregla un pequeño fallo o después incursiona un poco en la wiki no avanza más rápido que la gente que trabaja duro en una sola tarea. ¡Esto ayuda a mantener la imparcialidad!", "commGuideList13D": "Los usuarios en período de prueba no pueden ser promovidos al siguiente nivel. Los Mods tienen el derecho de congelar el avance del usuario debido a infracciones. Si esto ocurre, el usuario siempre será informado de la decisión, y de cómo corregirla. Los niveles también pueden ser removidos como resultado de infracciones o del período de prueba.", "commGuideHeadingFinal": "La Sección Final", - "commGuidePara067": "Así que aquí las tienes, valiente Habiticano -- ¡las Normas comunitarias! Sécate el sudor de la frente y regálate algunos PX por haber leído todo. Si tienes cualquier pregunta o duda acerca de éstas Normas comunitarias, por favor envía un email a Lemoness (leslie@habitrpg.com) y ella estará feliz de ayudarte a esclarecer dudas.", + "commGuidePara067": "Así que aquí las tienes, valiente Habiticano -- ¡las Normas comunitarias! Sécate el sudor de la frente y regálate algunos PX por haber leído todo. Si tienes cualquier pregunta o duda acerca de éstas Normas comunitarias, por favor envía un email a Lemoness (leslie@habitica) y ella estará feliz de ayudarte a esclarecer dudas.", "commGuidePara068": "Ahora ¡pónte en marcha, valiente aventurero, y vence algunas Diarias!", "commGuideHeadingLinks": "Links útiles", "commGuidePara069": "Los siguientes artistas talentosos contribuyeron a estas ilustraciones:", @@ -163,7 +163,7 @@ "commGuideLink02": "El Gremio la Trastienda", "commGuideLink02description": "un gremio para la discusión de temas largos o sensibles.", "commGuideLink03": "La Wiki", - "commGuideLink03description": "la colección más grande de información sobre HabitRPG.", + "commGuideLink03description": "la colección más grande de información sobre Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "¡para informes de fallos o programas útiles!", "commGuideLink05": "El Trello Principal", diff --git a/common/locales/es_419/content.json b/common/locales/es_419/content.json index 1ab73aa77e..564b06a942 100644 --- a/common/locales/es_419/content.json +++ b/common/locales/es_419/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Silla de Montar", "foodSaddleNotes": "Convierte instantáneamente una de tus mascotas en una montura.", "foodNotes": "Dale esto a una mascota y puede convertirse en un corcel robusto." -} \ No newline at end of file +} diff --git a/common/locales/es_419/contrib.json b/common/locales/es_419/contrib.json index f510a9fa8e..99315d93fb 100644 --- a/common/locales/es_419/contrib.json +++ b/common/locales/es_419/contrib.json @@ -1,6 +1,6 @@ { "friend": "Amigo\n", - "friendFirst": "Cuando se implemente tu primera contribución, recibirás la medalla de Colaborador de HabitRPG. Tu nombre en el chat de la Taberna mostrará orgullosamente que eres un colaborador. Como premio por tu trabajo también recibirás 3 Gemas.", + "friendFirst": "Cuando se implemente tu primera contribución, recibirás la medalla de Colaborador de Habitica. Tu nombre en el chat de la Taberna mostrará orgullosamente que eres un colaborador. Como premio por tu trabajo también recibirás 3 Gemas.", "friendSecond": "Cuando se implemente tu segunda contribución, la Armadura de cristal estará disponible en la tienda de Recompensas. Como premio por tu trabajo también recibirás 3 Gemas.", "elite": "Élite", "eliteThird": "Cuando se implemente tu tercera contribución, el Casco de cristal estará disponible en la tienda de Recompensas. Como premio por tu trabajo también recibirás 3 Gemas.", @@ -9,24 +9,24 @@ "championFifth": "Cuando se implemente tu quinta contribución, el Escudo de cristal estará disponible en la tienda de Recompensas. Como premio por tu trabajo también recibirás 4 Gemas.", "championSixth": "Cuando se implemente tu sexta contribución, recibirás una Mascota hidra. Como premio por tu trabajo también recibirás 4 Gemas.", "legendary": "Legendario", - "legSeventh": "Cuando se implemente tu séptima contribución, ¡recibirás 4 Gemas y pasarás a formar parte del honorable Gremio de colaboradores y estarás al tanto de los detalles tras bambalinas de HabitRPG! Las contribuciones posteriores no incrementarán tu nivel, pero podrás seguir ganando Gemas y títulos.", + "legSeventh": "Cuando se implemente tu séptima contribución, ¡recibirás 4 Gemas y pasarás a formar parte del honorable Gremio de colaboradores y estarás al tanto de los detalles tras bambalinas de Habitica! Las contribuciones posteriores no incrementarán tu nivel, pero podrás seguir ganando Gemas y títulos.", "moderator": "Moderador", "guardian": "Guardián", "guardianText": "Los moderadores fueron seleccionados cuidadosamente de entre los contribuidores de alto nivel. Por favor, demuéstrales respeto y escucha sus sugerencias.", "staff": "Personal", "heroic": "Heroico", - "heroicText": "El nivel Heroico es para el personal de HabitRPG y los colaboradores que están al nivel del personal. Si tienes este título, te lo designaron (¡o te contrataron por él!).", - "npcText": "Los NPCs contribuyeron al Kickstarter de HabitRPG en su nivel más alto. ¡Puedes encontrar sus avatares velando sobre las características del sitio!", + "heroicText": "El nivel Heroico es para el personal de Habitica y los colaboradores que están al nivel del personal. Si tienes este título, te lo designaron (¡o te contrataron por él!).", + "npcText": "Los NPCs contribuyeron al Kickstarter de Habitica en su nivel más alto. ¡Puedes encontrar sus avatares velando sobre las características del sitio!", "modalContribAchievement": "¡Logro de colaborador!", - "contribModal": "<%= name %>, eres una persona increible! Ahora eres un colaborador nivel <%= level %> por ayudar HabitRPG. ¡Revisa", + "contribModal": "<%= name %>, eres una persona increible! Ahora eres un colaborador nivel <%= level %> por ayudar Habitica. ¡Revisa", "contribLink": "los premios que has ganado por tu colaboración!", "contribName": "Colaborador", - "contribText": "Ha contribuido a HabitRPG (código, diseño, arte, sugerencias legales, etc.). ¿Quieres esta medalla?", + "contribText": "Ha contribuido a Habitica (código, diseño, arte, sugerencias legales, etc.). ¿Quieres esta medalla?", "readMore": "Leer Más", "kickstartName": "Sponsor de Kickstarter - Nivel $<%= tier %>", "kickstartText": "Respaldó el proyecto Kickstarter", "helped": "Ayudó con el crecimiento de Habit", - "helpedText1": "Ayudó con el crecimiento de HabitRPG completando", + "helpedText1": "Ayudó con el crecimiento de Habitica completando", "helpedText2": "esta encuesta.", "hall": "Salón", "contribTitle": "Título de colaborador (p ej, \"Herrero\")", @@ -52,19 +52,19 @@ "tier": "Nivel", "visitHeroes": "Visita el Salón de héroes (colaboradores y patrocinadores)", "conLearn": "Aprende más acerca de las recompensas de colaborador", - "conLearnHow": "Aprende cómo contribuir a HabitRPG", + "conLearnHow": "Aprende cómo contribuir a Habitica", "removeAds": "Suscríbete para eliminar los anuncios", "whyAds": "¿Por qué los anuncios?", "whyAdsContent1": "Habit es un proyecto de código abierto y puede utilizar toda la ayuda que pueda conseguir - considera esto como una donación a los colaboradores. También consigues 20 gemas con la compra, que puedes utilizar para comprar artículos especiales.", "whyAdsContent2": "'¡Oye, he respaldado el Kickstarter!' - sigue", "whyAdsContent3": "estas instrucciones", - "surveysSingle": "Ayudó con el crecimiento de HabitRPG llenando una encuesta. No hay encuestas activas.", - "surveysMultiple": "Ayudó con el crecimiento de HabitRPG llenando <%= surveys %> encuestas. No hay encuestas activas.", + "surveysSingle": "Ayudó con el crecimiento de Habitica llenando una encuesta. No hay encuestas activas.", + "surveysMultiple": "Ayudó con el crecimiento de Habitica llenando <%= surveys %> encuestas. No hay encuestas activas.", "currentSurvey": "Encuesta actual", "surveyWhen": "La medalla será otorgada a todos los participantes cuando las encuestas sean procesadas, a finales de Marzo.", "blurbInbox": "¡Aquí es donde se guardan tus mensajes privados! Puedes enviarle un mensaje privado a alguien simplemente haciendo clic en el sobre al lado de su nombre en la Taverna, Grupo o Chat de Alianza.", - "blurbGuildsPage": "Las Alianzas son salas de chat con temas de interés común creados por jugadores para jugadores. Busca entre la lista de alianzas y únete al que más te llame la atención. Te recomendamos la Alianza de los Novatos ¡puedes preguntar lo que necesites sobre HabitRPG!", + "blurbGuildsPage": "Las Alianzas son salas de chat con temas de interés común creados por jugadores para jugadores. Busca entre la lista de alianzas y únete al que más te llame la atención. Te recomendamos la Alianza de los Novatos ¡puedes preguntar lo que necesites sobre Habitica!", "blurbChallenges": "Los Retos son creados por los usuarios. Al unirte a un Reto éste añadirá tareas a tu cuenta. ¡Y si ganas el Reto se te otorgará un logro y posiblemente gemas!", - "blurbHallPatrons": "Éste es la Sala de Patrocinadores, donde honramos a los nobles aventureros que apoyaron HabitRPG en su original Kickstarter. ¡Les agradecemos por ayudarnos a traer Habitica a la vida!", - "blurbHallHeroes": "Ésta es la Sala de Heroes, donde los contribuyentes a HabitRPG son honrados. Ya sea a través de código, arte, música, escritura, o incluso sólo por ser serviciales, se han ganado gemas, equipamiento exlusivo y títulos prestigiosos. ¡Tu también puedes contribuir a HabitRPG! Descubre cómo aquí." -} \ No newline at end of file + "blurbHallPatrons": "Éste es la Sala de Patrocinadores, donde honramos a los nobles aventureros que apoyaron Habitica en su original Kickstarter. ¡Les agradecemos por ayudarnos a traer Habitica a la vida!", + "blurbHallHeroes": "Ésta es la Sala de Heroes, donde los contribuyentes a Habitica son honrados. Ya sea a través de código, arte, música, escritura, o incluso sólo por ser serviciales, se han ganado gemas, equipamiento exlusivo y títulos prestigiosos. ¡Tu también puedes contribuir a Habitica! Descubre cómo aquí." +} diff --git a/common/locales/es_419/defaulttasks.json b/common/locales/es_419/defaulttasks.json index 02a19c31b1..a858ada969 100644 --- a/common/locales/es_419/defaulttasks.json +++ b/common/locales/es_419/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Abdominales", "defaultDaily4Checklist3": "Flexiones", "defaultTodoNotes": "Puedes completar esta Pendiente, editarla, o borrarla.", - "defaultTodo1Text": "Unirse a HabitRPG (Marcáme!)", + "defaultTodo1Text": "Unirse a Habitica (Marcáme!)", "defaultTodo2Text": "Establece un Hábito", "defaultTodo2Checklist1": "crea un Habito.", "defaultTodo2Checklist2": "hazlo solo \"+\", solo\"-\" o \"+/-\" en Editar", @@ -38,4 +38,4 @@ "defaultTag1": "mañana", "defaultTag2": "tarde", "defaultTag3": "noche" -} \ No newline at end of file +} diff --git a/common/locales/es_419/front.json b/common/locales/es_419/front.json index c1130d30c1..9a496715cf 100644 --- a/common/locales/es_419/front.json +++ b/common/locales/es_419/front.json @@ -2,7 +2,7 @@ "FAQ": "FAQ", "accept1Terms": "Al hacer clic en el botón de abajo, acepto los", "accept2Terms": "y la", - "alexandraQuote": "No pude NO hablar sobre HabitRPG durante mi discurso en Madrid. Es una herramiente imprescindible para freelancers que aun necesitan un jefe.", + "alexandraQuote": "No pude NO hablar sobre Habitica durante mi discurso en Madrid. Es una herramiente imprescindible para freelancers que aun necesitan un jefe.", "althaireQuote": "Tener misiones constantemente realmente me motiva para cumplir con todas mis tareas diarias y pendientes. Mi mayor motivación es no dejar tirado a mi grupo.", "andeeliaoQuote": "Increíble producto, ¡apenas comencé hace unos días y ya soy más consciente y productivo con mi tiempo!", "autumnesquirrelQuote": "Estoy procrastinando menos en casa y en el trabajo, y pago mis cuentas a tiempo.", @@ -11,7 +11,7 @@ "businessSample3": "Bandeja de clasificaciones y procesos", "businessSample4": "Preparar 1 documento para cliente", "businessSample5": "Llamar a clientes/posponer llamadas", - "businessText": "Usa HabitRPG en tu negocio", + "businessText": "Usa Habitica en tu negocio", "choreSample1": "Poner la ropa sucia en el cesto de ropa sucia", "choreSample2": "20 minutos de quehaceres en casa", "choreSample3": "Lavar un poco de platos", @@ -32,14 +32,14 @@ "companyPrivacy": "Privacidad", "companyTerms": "Condiciones", "companyVideos": "Videos", - "contribUse": "Los contribuyentes de HabitRPG utilizan", - "dragonsilverQuote": "No sabría decir cuántos sistemas de gestión de tiempo y tareas he probado a través de las décadas... HabitRPG es el único que realmente me ha ayudado a hacer las cosas en vez de solo enlistarlas.", - "dreimQuote": "Cuando descubír HabitRPG el verano pasado acababa de reprobar la mitad de mis exámenes. Gracias a las Diarias pude organizarme y autodisciplinarme, ¡y el mes pasado aprobé todos mis exámenes con buenas calificaciones!", + "contribUse": "Los contribuyentes de Habitica utilizan", + "dragonsilverQuote": "No sabría decir cuántos sistemas de gestión de tiempo y tareas he probado a través de las décadas... Habitica es el único que realmente me ha ayudado a hacer las cosas en vez de solo enlistarlas.", + "dreimQuote": "Cuando descubír Habitica el verano pasado acababa de reprobar la mitad de mis exámenes. Gracias a las Diarias pude organizarme y autodisciplinarme, ¡y el mes pasado aprobé todos mis exámenes con buenas calificaciones!", "elmiQuote": "¡Cada mañana ansío levantarme para ganar oro!", "email": "Email", "emailNewPass": "Enviar nueva contraseña ", - "evagantzQuote": "Tuve mi primera cita done el higienista dental estaba verdaderamente entusiasmado por mis hábitos de uso de hilo dental. ¡Gracias HabitRPG!", - "examplesHeading": "Los jugadores usan HabitRPG para administrar...", + "evagantzQuote": "Tuve mi primera cita done el higienista dental estaba verdaderamente entusiasmado por mis hábitos de uso de hilo dental. ¡Gracias Habitica!", + "examplesHeading": "Los jugadores usan Habitica para administrar...", "featureAchievementByline": "¿Acabas de hacer algo totalmente increíble? ¡Consigue una medalla y presúmela!", "featureAchievementHeading": "Medallas de Logros", "featureEquipByline": "¡Compra equipamiento de edición limitada, pociones y otros bienes virtuales en nuestro Mercado con las recompensas que ganes por tus tareas!", @@ -55,7 +55,7 @@ "footerMobile": "Móvil", "footerSocial": "Social", "forgotPass": "Olvidé mi contraseña", - "frabjabulousQuote": "HabitRPG es la razón por la que conseguí un excelente y bien remunerado empleo... y aún más milagroso, ¡utilizo hilo dental diariamente!", + "frabjabulousQuote": "Habitica es la razón por la que conseguí un excelente y bien remunerado empleo... y aún más milagroso, ¡utilizo hilo dental diariamente!", "free": "Juega gratis", "gamifyButton": "¡Gamifica tu vida hoy!", "goalSample1": "Practicar Piano por 1 hora", @@ -71,47 +71,47 @@ "healthSample4": "Comer comida saludable/chatarra", "healthSample5": "Sudar por 1 hora", "history": "Historia", - "infhQuote": "HabitRPG me ha ayudado realmente a estructurar mi vida luego de haberme graduado.", + "infhQuote": "Habitica me ha ayudado realmente a estructurar mi vida luego de haberme graduado.", "invalidEmail": "Se requiere una dirección válida de correo electrónico para poder restablecer una contraseña.", - "irishfeet123Quote": "He tenido hábitos horribles después de comer, como no terminar de limpiar o dejar vasos por todas partes. ¡HabitRPG me ha ayudado ha dejar de hacerlo!", + "irishfeet123Quote": "He tenido hábitos horribles después de comer, como no terminar de limpiar o dejar vasos por todas partes. ¡Habitica me ha ayudado ha dejar de hacerlo!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Antes de HabitRPG, estaba trabado con mi tesis, y también estaba poco satisfecho con mi disciplina personal con respecto a las tareas y a las cosas como por ejemplo aprender vocabulario o estudiar algo de teoría del Go. Pero ahora sucede que al simplificar estar tareas y hacerlas en listas manejables eso me mantiene motivado y constantemente trabajando.", + "kazuiQuote": "Antes de Habitica, estaba trabado con mi tesis, y también estaba poco satisfecho con mi disciplina personal con respecto a las tareas y a las cosas como por ejemplo aprender vocabulario o estudiar algo de teoría del Go. Pero ahora sucede que al simplificar estar tareas y hacerlas en listas manejables eso me mantiene motivado y constantemente trabajando.", "landingadminlink": "paquetes administrativos", "landingend": "¿Todavía no estás convencido? ", "landingend2": "Ve una lista más detallada de", "landingend3": "¿Estás buscando una experiencia más privada? Echale un vistazo a nuestros", "landingend4": "que son perfectos para familias, maestros, grupos de apoyo, y negocios.", "landingfeatureslink": "nuestras funciones", - "landingp1": "El problema con la mayoría de apps de productividad en el mercado es que no ofrecen ningún incentivo para seguir usándolas. ¡HabitRPG lo soluciona haciendo que la creación de hábitos sea divertido! Premiándote por tus éxitos y penalizando tus olvidos, HabitRPG ofrece una motivación externa para completar tus actividades diarias.", + "landingp1": "El problema con la mayoría de apps de productividad en el mercado es que no ofrecen ningún incentivo para seguir usándolas. ¡Habitica lo soluciona haciendo que la creación de hábitos sea divertido! Premiándote por tus éxitos y penalizando tus olvidos, Habitica ofrece una motivación externa para completar tus actividades diarias.", "landingp2": "Cada vez que refuerces un hábito positivo, completas una tarea diaria o te encargas de una antigua tarea pendiente, HabitPRG te recompensa con puntos de experiencia y oro. A medida que vas ganando experiencia, subes de nivel, mejorando tus estadísticas y desbloqueando más funciones, como clases y mascotas. El oro se puede gastar en objetos que cambian tu experiencia del juego o en recompensas personalizadas que tu has creado para motivarte. Cuando los más pequeños éxitos te premian con una recompensa inmediata, tienes menos tendencia a dejar las cosas sin hacer.", "landingp2header": "Recompensa inmediata", "landingp3": "Cada vez que caes en un mal hábito o no completas una de tus tareas diarias, pierdes salud. Si tu salud baja demasiado, mueres y pierdes parte del progreso que habías logrado. Al proporcionar consecuencias inmediatas, HabitPRG puede ayudarte a romper los malos hábitos y ciclos de procrastinación antes de que causen problemas en tu vida real.", "landingp3header": "Consecuencias", - "landingp4": "Con una comunidad activa, HabitRPG proporciona la responsabilidad que necesitas para mantenerte enfocado en el trabajo. Con el sistema de equipos, puedes traer a un grupo de amigos para que te animen. El sistema de gremios te permite encontrar a gente con intereses o obstáculos similares a los tuyos, así podrás compartir tus objetivos e intercambiar consejos sobre como enfrentar tus problemas. En HabitRPG, la comunidad significa que tienes el apoyo y la responsabilidad que necesitas para tener éxito.", + "landingp4": "Con una comunidad activa, Habitica proporciona la responsabilidad que necesitas para mantenerte enfocado en el trabajo. Con el sistema de equipos, puedes traer a un grupo de amigos para que te animen. El sistema de gremios te permite encontrar a gente con intereses o obstáculos similares a los tuyos, así podrás compartir tus objetivos e intercambiar consejos sobre como enfrentar tus problemas. En Habitica, la comunidad significa que tienes el apoyo y la responsabilidad que necesitas para tener éxito.", "landingp4header": "Responsabilidad", - "leadText": "HabitRPG es una app gratuita para establecer hábitos y mejorar tu productividad que hace que tu vida sea como un juego. Con recompensas y castigos para mantenerte motivado, y con una fuerte comunidad detrás para inspirarte, HabitRPG te ayuda a alcanzar tus metas para convertirte en alguien sano, productivo y feliz.", + "leadText": "Habitica es una app gratuita para establecer hábitos y mejorar tu productividad que hace que tu vida sea como un juego. Con recompensas y castigos para mantenerte motivado, y con una fuerte comunidad detrás para inspirarte, Habitica te ayuda a alcanzar tus metas para convertirte en alguien sano, productivo y feliz.", "login": "Entrar", "loginAndReg": "Entrar / Crear cuenta", "loginFacebookAlt": "Entrar / Regístrate con Facebook", "logout": "Cerrar sesión", "marketing1Header": "Mejora tus hábitos jugando", - "marketing1Lead1": "HabitRPG es un videojuego que te ayuda a mejorar tus hábitos de la vida real. Hace de tu vida un juego convirtiendo todas tus tareas (hábitos, diarias, y pendientes) en pequeños monstruos que tienes que conquistar. Mientras mejor lo hagas, más progresarás en el juego. SI te tropiezas en la vida, tu personaje empezará a desviarse en el juego.", + "marketing1Lead1": "Habitica es un videojuego que te ayuda a mejorar tus hábitos de la vida real. Hace de tu vida un juego convirtiendo todas tus tareas (hábitos, diarias, y pendientes) en pequeños monstruos que tienes que conquistar. Mientras mejor lo hagas, más progresarás en el juego. SI te tropiezas en la vida, tu personaje empezará a desviarse en el juego.", "marketing1Lead2": "Obtén un equipo genial. Mejora tus hábitos para construir tu avatar. Luce el estupendo equipamiento que has ganado", "marketing1Lead2Title": "Obtener un equipo genial", - "marketing1Lead3": "Encuentra premios aleatorios. Para algunos, es el juego lo que los motiva, un sistema llamado \"recompensa estocástica\". HabitRPG acoge todos los estilos de refuerzo: positivo, negativo, predecible, y aleatorio.", + "marketing1Lead3": "Encuentra premios aleatorios. Para algunos, es el juego lo que los motiva, un sistema llamado \"recompensa estocástica\". Habitica acoge todos los estilos de refuerzo: positivo, negativo, predecible, y aleatorio.", "marketing1Lead3Title": "Encuentra premios aleatorios", "marketing2Header": "Compite con tus amigos, únete a los grupos de interés", - "marketing2Lead1": "Aunque puedes jugar HabitRPG solo, todo se pone realmente interesante cuando empiezas a colaborar, competir, y hacer responsables tus amigos de sus hábitos. La parte más importante de cualquier programa de superación personal es responsabilidad social ¿y qué mejor ambiente para la responsabilidad social y competitividad que un videojuego?", + "marketing2Lead1": "Aunque puedes jugar Habitica solo, todo se pone realmente interesante cuando empiezas a colaborar, competir, y hacer responsables tus amigos de sus hábitos. La parte más importante de cualquier programa de superación personal es responsabilidad social ¿y qué mejor ambiente para la responsabilidad social y competitividad que un videojuego?", "marketing2Lead2": "Lucha contra los jefes. ¿Qué es un juego de rol sin batallas? Lucha contra los jefes con tu equipo. Los jefes son un \"súper modo de rendición de cuentas\" - un día que faltas al gimnasio es un día en que el jefe lastima a todos.", "marketing2Lead2Title": "Jefes", "marketing2Lead3": "Los desafíos te permiten competir con tus amigos y con extraños. El que hace lo mejor al final de un desafío gana premios especiales.", "marketing3Header": "Aplicaciones", "marketing3Lead1": "Las aplicaciones para iPhone & Android te permiten encargarte de todo mientras estas en marcha. Sabemos que conectarte a la página para hacerle clic a unos botones puede ser pesado.", - "marketing3Lead2": "Otras herramientas 3rd Party incorporan HabitRPG a varios aspectos de tu vida. Nuestro API provee una intregación fácil para cosas como la la extensión para Chrome, que te hace perder puntos mientras navegas por una página improductiva o ganar puntos cuando navegas por una página productiva. Vea más información aquí", + "marketing3Lead2": "Otras herramientas 3rd Party incorporan Habitica a varios aspectos de tu vida. Nuestro API provee una intregación fácil para cosas como la la extensión para Chrome, que te hace perder puntos mientras navegas por una página improductiva o ganar puntos cuando navegas por una página productiva. Vea más información aquí", "marketing4Header": "Usar para una organización", "marketing4Lead1": "La educación es uno de los mejores sectores para la jueguización. Todos sabemos hasta qué punto los estudiantes están pegados a sus teléfonos y juegos, ¡emplea ese poder!", "marketing4Lead1Title": "Jueguización en Educación", - "marketing4Lead2": "Los costos de salud están en alza y algo tiene que ceder. Cientos de programas están diseñados para reducir los costos y mejorar el bienestar. Nosotros creemos que HabitRPG puede abrir un camino importante a estilos de vida saludables.", + "marketing4Lead2": "Los costos de salud están en alza y algo tiene que ceder. Cientos de programas están diseñados para reducir los costos y mejorar el bienestar. Nosotros creemos que Habitica puede abrir un camino importante a estilos de vida saludables.", "marketing4Lead2Title": "Jueguización en Salud y Bienestar", "marketing4Lead3-1": "¿Quieres jueguificar tu vida?", "marketing4Lead3-2": "¿Interesado en la gestión de un grupo de la educación, bienestar, o más?", @@ -126,10 +126,10 @@ "passMan": "Si estás utilizando un gestor de contraseñas (como 1Password) y tienes problemas iniciando tu sesión, intenta escribir tu nombre de usuario y contraseña manualmente.", "password": "Contraseña", "playButton": "Jugar", - "playButtonFull": "Juega HabitRPG", + "playButtonFull": "Juega Habitica", "presskit": "Kit de prensa", "presskitDownload": "Descargar todas las imágenes:", - "presskitText": "Gracias por tu interés en HabitRPG! Las siguientes imágenes pueden ser usadas para artículos o videos de HabitRPG! Para mas información, por favor contacta a Siena Leslie a leslie@habitrpg.com.", + "presskitText": "Gracias por tu interés en Habitica! Las siguientes imágenes pueden ser usadas para artículos o videos de Habitica! Para mas información, por favor contacta a Siena Leslie a leslie@habitica.com.", "privacy": "Política de privacidad", "psst": "Chss", "punishByline": "Abandona los malos hábitos y los ciclos de procrastinación recibiendo consecuencias inmediatas.", @@ -152,9 +152,9 @@ "schoolSample3": "Reunirme con el grupo de estudio", "schoolSample4": "Notas para el capítulo 1", "schoolSample5": "Leer el capítulo 1", - "sixteenBitFilQuote": "He finalizado mis trabajos y tareas en tiempo récord gracias a HabitRPG. ¡Siempre estoy ansioso de subir de nivel!", + "sixteenBitFilQuote": "He finalizado mis trabajos y tareas en tiempo récord gracias a Habitica. ¡Siempre estoy ansioso de subir de nivel!", "skysailorQuote": "Mi equipo y nuestras misiones me mantienen dentro del juego, lo que me mantiene motivado para hacer las cosas y cambiar mi vida de manera positiva", - "socialTitle": "HabitRPG - Jueguifica tu vida", + "socialTitle": "Habitica - Jueguifica tu vida", "supermouse35Quote": "¡Me estoy ejercitando más y no he olvidado tomar mis medicamentos por meses! Gracias, Habit. :D", "sync": "Sincronizar", "tasks": "Tareas", @@ -172,11 +172,11 @@ "username": "Nombre de Usuario", "watchVideos": "Mirar videos", "work": "Trabajo", - "zelahQuote": "¡Con HabitRPG, puedo persuadirme de ir a la cama a tiempo gracias a que pienso que puedo continuar ganando puntos por dormir temprano o perder salud por dormir tarde!", + "zelahQuote": "¡Con Habitica, puedo persuadirme de ir a la cama a tiempo gracias a que pienso que puedo continuar ganando puntos por dormir temprano o perder salud por dormir tarde!", "reportAccountProblems": "Reportar problemas con tu cuenta", "reportCommunityIssues": "Reportar problemas de la comunidad", "generalQuestionsSite": "Preguntas generales acerca del sitio", "businessInquiries": "Preguntas sobre negocios", "merchandiseInquiries": "Preguntas sobre márketing y merchandising", "marketingInquiries": "Preguntas sobre márketing y redes sociales" -} \ No newline at end of file +} diff --git a/common/locales/es_419/gear.json b/common/locales/es_419/gear.json index aee4517383..a3d1767bd4 100644 --- a/common/locales/es_419/gear.json +++ b/common/locales/es_419/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Túnica de copo de nieve", "armorSpecialSnowflakeNotes": "Una túnica para abrigarte, incluso durante una tormenta de nieve. Incrementa la Constitución por <%= con %>. Equipamiento de edición limitada de invierno 2013-2014.", "armorSpecialBirthdayText": "Túnica absurda de fiesta", - "armorSpecialBirthdayNotes": "¡Feliz Cumpleaños, HabitRPG! Usa esta Túnica de fiesta absurda para celebrar este maravilloso día. No otorga ningún beneficio. ", + "armorSpecialBirthdayNotes": "¡Feliz Cumpleaños, Habitica! Usa esta Túnica de fiesta absurda para celebrar este maravilloso día. No otorga ningún beneficio. ", "armorSpecialBirthday2015Text": "Túnicas de fiesta ridículas ", - "armorSpecialBirthday2015Notes": "¡Feliz Cumpleaños, HabitRPG! Usa estas rídiculas túnicas de fiesta para celebrar este maravilloso día. No otorga ningún beneficio", + "armorSpecialBirthday2015Notes": "¡Feliz Cumpleaños, Habitica! Usa estas rídiculas túnicas de fiesta para celebrar este maravilloso día. No otorga ningún beneficio", "armorSpecialGaymerxText": "Armadura del guerrero arco iris", "armorSpecialGaymerxNotes": "Con motivo de la celebración de la temporada del pride y GaymerX, ¡esta armadura especial está decorada con un radiante y colorido estampado de arco iris! GaymerX es una convención de juegos que celebra LGBTQ y los video juegos y está abierta para todos. ¡Tiene lugar en el InterContinental en el centro de San Francisco del 11-13 de julio! No otorga ningún beneficio.", "armorSpecialSpringRogueText": "Traje de gato elegante", @@ -617,4 +617,4 @@ "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", "eyewearMystery301405Notes": "Ninguna clase de accesorio para los ojos podría ser más elegante que un monóculo - excepto, quizás, un par de gafas. No confiere ningún beneficio. Artículo de Suscriptor de Julio de 3015." -} \ No newline at end of file +} diff --git a/common/locales/es_419/generic.json b/common/locales/es_419/generic.json index def282b267..7f5743fa29 100644 --- a/common/locales/es_419/generic.json +++ b/common/locales/es_419/generic.json @@ -1,11 +1,11 @@ { "languageName": "Español (América Latina)", "stringNotFound": "Cadena de caracteres '<%= string %>' no se ha encontrado.", - "titleIndex": "HabitRPG | Tu Vida El Juego de Rol", + "titleIndex": "Habitica | Tu Vida El Juego de Rol", "habitica": "Habitica", "expandToolbar": "Abrir barra de herramientas", "collapseToolbar": "Cerrar barra de herramientas", - "markdownBlurb": "HabitRPG utiliza Markdown para dar formato a los mensajes. Visita la Guía de Markdown para obtener mayor información.", + "markdownBlurb": "Habitica utiliza Markdown para dar formato a los mensajes. Visita la Guía de Markdown para obtener mayor información.", "showFormattingHelp": "Mostrar ayuda para dar formato.", "hideFormattingHelp": "Ocultar ayuda para dar formato.", "youType": "Si escribes:", @@ -14,8 +14,8 @@ "bold": "**Negrita**", "strikethrough": "~~Tachado~~", "emojiExample": ":sonrisa:", - "markdownLinkEx": "[¡HabitRPG es genial!](https://habitrpg.com)", - "markdownImageEx": "![texto alt obligatorio](https://habitrpg.com/cake.png \"título opcional al poner el cursor sobre la imagen\")", + "markdownLinkEx": "[¡Habitica es genial!](https://habitica.com)", + "markdownImageEx": "![texto alt obligatorio](https://habitica.com/cake.png \"título opcional al poner el cursor sobre la imagen\")", "unorderedListHTML": "+ Primer elemento
+ Segundo elemento
+ Tercer elemento", "unorderedListMarkdown": "+ Primer elemento\n+ Segundo elemento\n+ Tercer elemento", "code": "`código`", @@ -61,13 +61,16 @@ "veteranText": "Ha sobrevivido a Habit The Grey (nuestro sito web pre-Angular) y se ha ganado muchas cicatrices de lucha por los errores de éste.", "originalUser": "¡Usuario original!", "originalUserText": "Uno de los muy primeros jugadores. ¡Eso sí es un probador Alfa!", - "habitBirthday": "Fiesta de Cumpleaños de HabitRPG", - "habitBirthdayText": "¡Celebró la fiesta de cumpleaños HabitRPG!", - "habitBirthdayPluralText": "¡Celebró <%= number %> Fiestas de cumpleaños de HabitRPG!", + "habitBirthday": "Fiesta de Cumpleaños de Habitica", + "habitBirthdayText": "¡Celebró la fiesta de cumpleaños Habitica!", + "habitBirthdayPluralText": "¡Celebró <%= number %> Fiestas de cumpleaños de Habitica!", + "habiticaDay": "El Dia Llama de Habitica", + "habiticaDaySingularText": "¡Celebra El DíaLlama de Habitica! Gracias por sea un uso fantastico.", + "habiticaDayPluralText": "¡Celebra <%= number %> Los Dias Llamas de Habitica! Gracias por sea un uso fantastico.", "achievementDilatory": "Salvador de dilatoria", "achievementDilatoryText": "¡Ayudó a vencer el Temido Drag'on de Dilatoria durante el Evento de bienvenida del verano de 2014!", "costumeContest": "Concurso de disfraces del 2014", - "costumeContestText": "Participó en el Concurso de disfraces de Halloween del 2014. ¡Ve algunas de las entradas en blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Participó en el Concurso de disfraces de Halloween del 2014. ¡Ve algunas de las entradas en blog.habitica.com/tagged/cosplay!", "memberSince": "- Miembro desde", "lastLoggedIn": "- Última conexión", "notPorted": "Esta función aún no se ha traído del sitio original.", @@ -90,7 +93,7 @@ "audioTheme_gokulTheme": "Tema de Gokul", "askQuestion": "Preguntar", "reportBug": "Reportar un error", - "contributeToHRPG": "Contribuir a HabitRPG", + "contributeToHRPG": "Contribuir a Habitica", "overview": "Resumen para nuevos usuarios", "January": "Enero", "February": "Febrero", diff --git a/common/locales/es_419/groups.json b/common/locales/es_419/groups.json index c14d9b0d57..749a221e5c 100644 --- a/common/locales/es_419/groups.json +++ b/common/locales/es_419/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Ordenar por fecha de ingreso al equipo", "sortName": "Ordenar por nombre de avatar", "sortBackgrounds": "Ordenar por fondo", - "sortHabitrpgJoined": "Ordenar por fecha de ingreso a HabitRPG", + "sortHabitrpgJoined": "Ordenar por fecha de ingreso a Habitica", "sortHabitrpgLastLoggedIn": "Ordenar por Último inicio de sesión de usuario", "ascendingSort": "Orden ascendente", "descendingSort": "Orden descendente", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Sólo el líder del grupo puede crear Retos", "sendGift": "Enviar regalo", "inviteFriends": "Invitar amigos", - "inviteAlertInfo": "Invita amigos mediante su ID de usuario aquí.", + "inviteAlertInfo": "Invita amigos mediante su ID de usuario aquí.", "inviteExistUser": "Invitar usuario existente", "inviteByEmail": "Invitar amigos vía correo electrónico. Si ellos se unen vía tu correo electrónico serán automáticamente invitados a este grupo.", "byColon": "Por:", @@ -123,4 +123,4 @@ "startAParty": "Crear un grupo", "addToParty": "Añadir a alguien a tu grupo", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/es_419/limited.json b/common/locales/es_419/limited.json index 96ca373815..ef07dc6ccc 100644 --- a/common/locales/es_419/limited.json +++ b/common/locales/es_419/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "Hechicera estacional", "seasonalShopClosedText": "¡¡La Tienda estacional está actualmente cerrada!! No sé dónde está la Hechicera estacional, pero apuesto a que volverá durante la próxima <%= linkStart %>Gran gala<%= linkEnd %>!", - "seasonalShopText": "¡¡Bienvenido a la tienda de estacional!! Nos estamos abasteciendo de objetos valiosos de Edición estacional de primavera. Todo aquí estará disponible para comprar durante el evento Fiesta de primavera cada año, pero estamos abierto sólo hasta el 30 de abril, así que asegúrate de abastecerte ahora, ¡o tendrás que esperar un año para comprar estos artículos de nuevo!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "¡¡Bienvenido a la tienda de estacional!! Nos estamos abasteciendo de objetos valiosos de Edición estacional de primavera. Todo aquí estará disponible para comprar durante el evento Fiesta de primavera cada año, pero estamos abierto sólo hasta el 30 de abril, así que asegúrate de abastecerte ahora, ¡o tendrás que esperar un año para comprar estos artículos de nuevo!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "Si has usado la Esfera de renacimiento, puedes comprar este equipamiento de nuevo en la Columna de recompensas luego de que desbloquees la tienda de artículos. Inicialmente solo podrás comprar artículos para tu clase actual (Guerrero por defecto), pero no temas, los otros artículos específicos de clase van a estar disponibles cuando cambies a esa clase.", "candycaneSet": "Bastón de caramelo (Mago)", "skiSet": "Esquia-sesino (Granuja)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/es_419/messages.json b/common/locales/es_419/messages.json index ce3eef6b29..d0266063df 100644 --- a/common/locales/es_419/messages.json +++ b/common/locales/es_419/messages.json @@ -21,12 +21,12 @@ "messageDropFood": "¡Has encontrado <%= dropText %>! <%= dropNotes %>", "messageDropEgg": "¡Has encontrado un Huevo de <%= dropText %>! <%= dropNotes %>", "messageDropPotion": "¡Has encontrado una Poción de eclosión <%= dropText %> ! <%= dropNotes %>", - "messageDropQuest": "You've found a quest!", - "messageDropMysteryItem": "You open the box and find <%= dropText %>!", + "messageDropQuest": "¡Has encontrado una misión!", + "messageDropMysteryItem": "¡Abres la caja y encuentras <%= dropText %>!", "messageFoundQuest": "¡Has encontrado la misión \"<%= questText %>\"!", "messageAlreadyPurchasedGear": "You purchased this gear in the past, but do not currently own it. You can buy it again in the rewards column on the tasks page.", "messageAlreadyOwnGear": "You already own this item. Equip it by going to the equipment page.", "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/es_419/npc.json b/common/locales/es_419/npc.json index 9757082f19..d43479732f 100644 --- a/common/locales/es_419/npc.json +++ b/common/locales/es_419/npc.json @@ -21,9 +21,9 @@ "cool": "Dímelo más tarde", "dismissAlert": "Despedir esta alerta", "donateText1": "Añade 20 Gemas a tu cuenta. Las gemas se usan para comprar objetos especiales en el juego, como camisas y peinados.", - "donateText2": "Ayuda a financiar HabitRPG", - "donateText3": "HabitRPG es un proyecto de código abierto que depende de sus usuarios para mantenerse. El dinero que gastas en gemas nos ayuda a mantener activos los servidores, mantener un pequeño equipo de trabajo, desarrollar nuevas características y proveer incentivos para nuestros programadores voluntarios. ¡Gracias por tu generosidad!", - "donationDesc": "20 Gemas, donación a HabitRPG", + "donateText2": "Ayuda a financiar Habitica", + "donateText3": "Habitica es un proyecto de código abierto que depende de sus usuarios para mantenerse. El dinero que gastas en gemas nos ayuda a mantener activos los servidores, mantener un pequeño equipo de trabajo, desarrollar nuevas características y proveer incentivos para nuestros programadores voluntarios. ¡Gracias por tu generosidad!", + "donationDesc": "20 Gemas, donación a Habitica", "payWithCard": "Pagar con una tarjeta de crédito", "payNote": "Nota: Paypal a veces toma mucho tiempo para autorizar el pago. Recomendamos que pagues con tarjeta de crédito.", "card": "Tarjeta de crédito", @@ -52,10 +52,10 @@ "tourStatsPage": "¡Esta es la página de Estadísticas! Gana logros completando las tareas listadas.", "tourTavernPage": "¡Bienvenido a la Taberna, una sala de chat para todas edades! Puedes evitar que tus Diarias the dañen en caso de enfermedad o en caso de que salgas de viaje haciendo clic en \"Descansa en la Posada\". ¡Ven y di \"hola\"!", "tourPartyPage": "Tu equipo te ayudará a que te mantengas responsable. ¡Invita a tus amigo para desbloquear un Pergamino de misión!", - "tourGuildsPage": "Los Gremios son salas de chat con temas de interés común creados por jugadores para jugadores. Busca entre la lista de gremios y únete al que más te llame la atención. Te recomendamos el Gremio de los novatos (\"Newbies guild\", en inglés) o el gremio \"En español\", ¡puedes preguntar lo que necesites sobre HabitRPG!", + "tourGuildsPage": "Los Gremios son salas de chat con temas de interés común creados por jugadores para jugadores. Busca entre la lista de gremios y únete al que más te llame la atención. Te recomendamos el Gremio de los novatos (\"Newbies guild\", en inglés) o el gremio \"En español\", ¡puedes preguntar lo que necesites sobre Habitica!", "tourChallengesPage": "Los Desafíos son listas de tareas basadas en un tema específico creados por los usuarios. Al unirte a un Desafío éste añadirá tareas a tu cuenta. ¡Compite contra otros usuarios para ganar premios de Gemas!", "tourMarketPage": "Cuando comienzas el Nivel 4, huevos y pociones de eclosión empezarán a caer al azar cuando completes tareas. Aparecen aquí - ¡úsalos para eclosionar a las mascotas! También puedes comprar artículos del Mercado.", - "tourHallPage": "Bienvenido a la Sala de los Héroes, donde los contribuyentes de código abierto son honrados. Ya sea a través de código, arte, música, escritura, o incluso sólo por ser serviciales, se han ganado Gemas, equipamiento exlusivo y títulos prestigiosos. ¡Tu también puedes contribuir a HabitRPG!", + "tourHallPage": "Bienvenido a la Sala de los Héroes, donde los contribuyentes de código abierto son honrados. Ya sea a través de código, arte, música, escritura, o incluso sólo por ser serviciales, se han ganado Gemas, equipamiento exlusivo y títulos prestigiosos. ¡Tu también puedes contribuir a Habitica!", "tourPetsPage": "¡Bienvenido al establo! Después del nivel 4 podrás obtener mascotas utilizando huevos y pócimas. Cuando hayas utilizando una pócima de eclosión sobre un huevo en el Mercado, ¡tu mascota aparecerá aquí! Haz click sobre la imagen de una mascota para añadirla a tu avatar. Aliméntalas con la comida que encuentras después del nivel 4, y crecerán hasta convertirse en poderosas monturas.", "tourMountsPage": "Una vez que hayas alimentado a una mascota lo suficiente, ésta se transformará en una montura y aparecerá aquí. (Las mascotas, monturas y comida están disponibles después del nivel 4). ¡Haz click sobre una montura para ensillarla!", "tourEquipmentPage": "¡Aquí es donde se guarda tu equipamiento! Tu Equipamiento de Batalla afecta tus estadísticas. Si quieres lucir un equipamiento distinto sin afectar tus estadísticas, utiliza la opción \"Usar disfraz\".", @@ -71,11 +71,11 @@ "tourHabitsProceed": "¡Tiene sentido!", "tourRewardsBrief": "Lista de recompensas
  • ¡Gasta aquí todo ese oro que con tanto esfuerzo has ganado !
  • Compra Equipamiento para tu avatar, o establece Recompensas personalizadas.
", "tourRewardsProceed": "¡Eso es todo!", - "welcomeToHabit": "¡Bienvenido a HabitRPG, un juego para mejorar tu vida!", + "welcomeToHabit": "¡Bienvenido a Habitica, un juego para mejorar tu vida!", "welcome1": "Crea y personaliza un avatar que te represente.", "welcome2": "¡Tus tareas de la vida real afectan la Vida (V) de tu avatar, la Experiencia (E) y el Oro!", "welcome3": "¡Completa tareas para ganar Experiencia (XP) y Oro, los cuales desbloquean increíbles funciones y recompensas!", "welcome4": "¡Evita malos hábitos que bajen tu Salud (HP), o tu avatar morirá!", "welcome5": "Ahora puedes personalizar tu avatar y configurar tus tareas...", "imReady": "¡Estoy listo!" -} \ No newline at end of file +} diff --git a/common/locales/es_419/pets.json b/common/locales/es_419/pets.json index 5dc4377259..941a9657ac 100644 --- a/common/locales/es_419/pets.json +++ b/common/locales/es_419/pets.json @@ -9,14 +9,16 @@ "rareMounts": "Monturas raras", "etherealLion": "León etéreo", "veteranWolf": "Lobo veterano", + "veteranTiger": "Tigre Veterano ", "cerberusPup": "Cachorro cerbero", "hydra": "Hidra", "mantisShrimp": "Mantis Marina", "mammoth": "Mamut lanudo", "orca": "Orca", - "rarePetPop1": "¡Haz clic en la pata dorada para aprender más sobre cómo obtener esta mascota contribuyendo a HabitRPG!", + "royalPurpleGryphon": "Real Morado Grifo", + "rarePetPop1": "¡Haz clic en la pata dorada para aprender más sobre cómo obtener esta mascota contribuyendo a Habitica!", "rarePetPop2": "¡Cómo obtener esta mascota!", - "potion": "Pócima <%= potionType %> ", + "potion": "Pócima <%= potionType %>", "egg": "Huevo de <%= eggType %>", "eggs": "Huevos", "eggSingular": "huevo", @@ -25,10 +27,10 @@ "hatchingPotion": "pócima de eclosión", "noHatchingPotions": "No tienes pócimas de eclosión.", "inventoryText": "Haz clic en un huevo para ver las pócimas utilizables resaltadas en verde, y después haz clic en una de las pociones para incubar tu mascota. Si ninguna pócima se destacó, haz clic en ese huevo de nuevo para anular la selección, y haz clic primero sobre una pócima para destacar los huevos utilizables. También puedes vender los objetos que ya no desees a Alexander el Comerciante.", - "foodText": "food", + "foodText": "comida", "food": "Comida y Monturas", "noFood": "No tienes ni comida ni monturas.", - "dropsExplanation": "Consigue estos objetos más rápido con gemas si no quieres esperar a que aparezcan cuando completes una Tarea. Aprende más acerca del sistema de botín.", + "dropsExplanation": "Consigue estos objetos más rápido con gemas si no quieres esperar a que aparezcan cuando completes una Tarea. Aprende más acerca del sistema de botín.", "beastMasterProgress": "Progreso de Maestro de las bestias", "beastAchievement": "¡Has ganado el Logro de \"Maestro de las Bestias\" por haber coleccionado todas las mascotas!", "beastMasterName": "Maestro de las bestias", diff --git a/common/locales/es_419/quests.json b/common/locales/es_419/quests.json index 027180d6b0..f0b7e707a2 100644 --- a/common/locales/es_419/quests.json +++ b/common/locales/es_419/quests.json @@ -60,4 +60,4 @@ "questWarning": "Si nuevos miembros se unen al equipo antes de que comience la misión, también recibirán una invitación. Sin embargo, una vez que la misión ha comenzado, nuevos miembros no se pueden unir a la misión.", "bossRageTitle": "Ira", "bossRageDescription": "Cuando esta barra se llene, el jefe desencadenará un ataque especial!" -} \ No newline at end of file +} diff --git a/common/locales/es_419/questscontent.json b/common/locales/es_419/questscontent.json index 20bb1da027..f569c46955 100644 --- a/common/locales/es_419/questscontent.json +++ b/common/locales/es_419/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/es_419/rebirth.json b/common/locales/es_419/rebirth.json index 30c67d5dcf..01df46d973 100644 --- a/common/locales/es_419/rebirth.json +++ b/common/locales/es_419/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Renacimiento: ¡Una nueva aventura disponible!", - "rebirthUnlock": "¡Has desbloqueado el Renacimiento! Este objeto especial del Mercado te permite empezar el juego de nuevo al nivel 1, manteniendo tus tareas, logros, mascotas, y más. Úsalo para darle nueva vida a HabitRPG por si sientes que ya lo lograste todo, o para tener la experiencia de nuevas funciones con la perspectiva de un personaje nuevo.", + "rebirthUnlock": "¡Has desbloqueado el Renacimiento! Este objeto especial del Mercado te permite empezar el juego de nuevo al nivel 1, manteniendo tus tareas, logros, mascotas, y más. Úsalo para darle nueva vida a Habitica por si sientes que ya lo lograste todo, o para tener la experiencia de nuevas funciones con la perspectiva de un personaje nuevo.", "rebirthBegin": "Renacimiento: Empieza una nueva aventura", "rebirthStartOver": "Renacimiento reinicia tu carácter al Nivel 1, como si creaste una nueva cuenta.", "rebirthAdvList1": "Regresas con salud plena.", @@ -22,4 +22,4 @@ "rebirthPop": "Comenzar con un personaje nuevo a Nivel 1, mientras manteniendo logros, lo coleccionable, y tareas con historial.", "rebirthName": "Esfera de renacimiento", "reborn": "Renacido, nivel máximo <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/es_419/settings.json b/common/locales/es_419/settings.json index 1da9df8fd3..62bf290699 100644 --- a/common/locales/es_419/settings.json +++ b/common/locales/es_419/settings.json @@ -2,7 +2,7 @@ "settings": "Ajustes", "language": "Idioma", "americanEnglishGovern": "En caso de una discrepancia en las traducciones, la versión en inglés americano es la que regula.", - "helpWithTranslation": "¿Te gustaría ayudar con la traducción de HabitRPG? ¡Genial! Visita esta tarjeta en Trello.", + "helpWithTranslation": "¿Te gustaría ayudar con la traducción de Habitica? ¡Genial! Visita esta tarjeta en Trello.", "showHeaderPop": "Mostrar el avatar, barras de vida y experiencia y equipo.", "stickyHeader": "Cabecera fija", "stickyHeaderPop": "Pegar la cabecera a la parte superior de la ventana. Si no está seleccionada significa que la cabecera se perderá de vista al bajar por la página.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Las opciones avanzadas de las tareas no se abren automáticamente", "startAdvCollapsedPop": "Con esta opción marcada, las opciones avanzadas estarán escondidas al abrir la tarea para editarla.", "showTour": "Mostrar el tour", - "restartTour": "Reiniciar el tour de introducción a HabitRPG", + "restartTour": "Reiniciar el tour de introducción a Habitica", "showBailey": "Mostrar a Bailey", "showBaileyPop": "Sacar a Bailey la Pregonera de su escondite para poder ver las noticias antiguas. ", "fixVal": "Ajustar valores de personaje", @@ -27,7 +27,7 @@ "resetAccount": "Reiniciar su cuenta", "resetAccPop": "Empezar de nuevo, eliminando todo los niveles, el oro, el equipamiento, el historial, y las tareas.", "deleteAccount": "Eliminar cuenta", - "deleteAccPop": "Cancelar y quitar esta cuenta de HabitRPG.", + "deleteAccPop": "Cancelar y quitar esta cuenta de Habitica.", "qrCode": "Código QR", "dataExport": "Exportar datos", "saveData": "Aquí tienes algunas opciones para guardar los datos de tus hábitos.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Comienzo de día personalizado", "24HrClock": "Sistema 24h", - "customDayStartInfo1": "HabitRPG por defecto revisa y resetea tus Diarias a la medianoche en tu propia zona horaria cada día. Es recomendable que leas la siguiente información antes de cambiar la configuración por defecto.", - "customDayStartInfo4": "Completa todas tus Diarias antes the establecer un nuevo inicio de día. or Descansa en la Taberna ese día. Establecer un nuevo inicio de día puede causar que tuCronse reestablezca inmediatamente, pero después del primer día debería funcionar de manera normal.

Espero un lapso de al menos dos horas para que se realice el cambio. Por ejemplo, si tu día comience a las 0 (medianoche), cámbialo antes de las 10pm; Si lo quieres establecer a las 9pm, cámbialo antes de las 7pm.

Ingresa una hora entre las 0 y las 23 (se usa un reloj de 24 horas). Escribir la hora es más fácil que usar las flechas de desplazamiento. Una vez configurada la hora, refresca la página para confirmar que el nuevo valor que seleccionaste sea el correcto..", + "customDayStartInfo1": "Habitica por defecto revisa y resetea tus Diarias a la medianoche en tu propia zona horaria cada día. Es recomendable que leas la siguiente información antes de cambiar la configuración por defecto.", + "customDayStartInfo4": "Completa todas tus Diarias antes the establecer un nuevo inicio de día. or Descansa en la Taberna ese día. Establecer un nuevo inicio de día puede causar que tuCronse reestablezca inmediatamente, pero después del primer día debería funcionar de manera normal.

Espero un lapso de al menos dos horas para que se realice el cambio. Por ejemplo, si tu día comience a las 0 (medianoche), cámbialo antes de las 10pm; Si lo quieres establecer a las 9pm, cámbialo antes de las 7pm.

Ingresa una hora entre las 0 y las 23 (se usa un reloj de 24 horas). Escribir la hora es más fácil que usar las flechas de desplazamiento. Una vez configurada la hora, refresca la página para confirmar que el nuevo valor que seleccionaste sea el correcto..", "misc": "Varios", "showHeader": "Mostrar cabecera", "changePass": "Cambiar contraseña", @@ -56,7 +56,7 @@ "dangerZone": "Zona peligrosa", "resetText1": "¡AVISO! Esto reinicia muchas partes de tu cuenta. Esto no se recomienda, pero ha resultado útil para algunas personas al inicio después de jugar con el sitio web por un corto tiempo.", "resetText2": "Perderás todas tus niveles, oro, y puntos de experiencia. Todas tus tareas y la data historial de tus tareas serán borradas permanentemente. Perderás todo tu equipamiento pero podrás comprarlo de nuevo en el futuro, incluyendo todo el equipamiento equipamiento de edición limitada o artículos misterio de suscriptor de que ya posees (tendrás que estar en la clase correcta para poder comprar equipamiento que es limitada a cierta clases). Te quedaras con tu clase actual y tus mascotas y monturas. Es aconsejado usar una Esfera de renacimiento al lugar de reiniciar la cuenta porque es una alternativa más segura que preservara tus tareas.", - "deleteText": "¿Estás seguro? ¡Esto borrará tu cuenta para siempre, y no podrá ser recuperada! Necesitarás registrar una cuenta neuva para volver a usar HabitRPG. Las Gemas no serán reembolsadas. Si estás absolutamente seguro escribe <%= deleteWord %> en la casilla de abajo.", + "deleteText": "¿Estás seguro? ¡Esto borrará tu cuenta para siempre, y no podrá ser recuperada! Necesitarás registrar una cuenta neuva para volver a usar Habitica. Las Gemas no serán reembolsadas. Si estás absolutamente seguro escribe <%= deleteWord %> en la casilla de abajo.", "API": "API", "APIText": "Copia éstos para usarlos en aplicaciones third-party. Pero debes considerar tu Ficha API como una contraseña y no lo compartas en público. De vez en cuando se te puede pedir tu ID de usuario, pero nunca publiques tu Ficha API donde otros puedan verla, incluyendo en Github.", "APIToken": "Ficha API (esta es un contraseña - ¡lee el aviso de arriba!)", @@ -79,13 +79,13 @@ "data": "Datos", "exportData": "Exportar datos", "emailChange1": "Para cambiar tu dirección de correo electrónico, por favor envía un correo a", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "incluyendo tanto tu viejo y tu nuevo correo electronico acompañados de tu ID de usuario.", "username": "Nombre de usuario", "usernameOrEmail": "Nombre de usuario o E-mail", "email": "Email", "registeredWithFb": "Registrado con Facebook", - "loginNameDescription1": "Esto es lo que usas para iniciar sesión en HabitRPG. Ve a", + "loginNameDescription1": "Esto es lo que usas para iniciar sesión en Habitica. Ve a", "loginNameDescription2": "Usuario->Perfil", "loginNameDescription3": "para cambiar el nombre que aparece en tu avatar y mensajes de chat", "emailNotifications": "Notificaciones vía email", @@ -101,10 +101,10 @@ "questStarted": "Tu Misión ha comenzado", "invitedQuest": "Invitado a la Misión", "kickedGroup": "Expulsado del grupo", - "remindersToLogin": "Notificaciones para reportarse en HabitRPG", + "remindersToLogin": "Notificaciones para reportarse en Habitica", "unsubscribedSuccessfully": "¡Has dado de baja exitosamente!", - "unsubscribedTextUsers": "Has dado de baja de todos los emails de HabitRPG exitosamente. Puedes autorizar los email que quieres recibir en los ajustes (requiere iniciar la sesión).", - "unsubscribedTextOthers": "No recibiras mas email de HabitRPG.", + "unsubscribedTextUsers": "Has dado de baja de todos los emails de Habitica exitosamente. Puedes autorizar los email que quieres recibir en los ajustes (requiere iniciar la sesión).", + "unsubscribedTextOthers": "No recibiras mas email de Habitica.", "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 %>\"", @@ -119,4 +119,4 @@ "promoCodeApplied": "¡Tu código promocional fue aceptado! Revisa tu inventario.", "promoPlaceholder": "Ingresa tu código promocional", "displayInviteToPartyWhenPartyIs1": "Mostrar el botón de \"Invitar a grupo\" cuando el grupo tiene 1 miembro." -} \ No newline at end of file +} diff --git a/common/locales/es_419/spells.json b/common/locales/es_419/spells.json index d218c0d77f..da001f13f0 100644 --- a/common/locales/es_419/spells.json +++ b/common/locales/es_419/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "¡Convierte a un amigo en una criatura marina!", "spellSpecialSandText": "Arena", "spellSpecialSandNotes": "Cancela los efectos de la espuma de mar." -} \ No newline at end of file +} diff --git a/common/locales/es_419/subscriber.json b/common/locales/es_419/subscriber.json index cad8b4dd42..073b714cde 100644 --- a/common/locales/es_419/subscriber.json +++ b/common/locales/es_419/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / mes", "organization": "Organización", "groupPlans": "Planes corporativos", - "indivPlan1": "Para individuos, HabitRPG es gratis para jugar. Hasta para los pequeños grupos de interés, gratis (o barato)", + "indivPlan1": "Para individuos, Habitica 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 ", + "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 Habitica para tu grupo u organización, seguros e independientes de ", "groupText2": "Vea abajo para beneficios adicionales de un plan, ¡y póngase en contacto con nosotros para más información!", "planFamily": "Familia (Próximamente)", "planGroup": "Grupo (Próximamente)", "dedicatedHost": "Alojamiento dedicado", - "dedicatedHostText": "Alojamiento dedicado: recibirás tu propia base de datos y servidor alojado por HabitRPG, o opcionalmente lo instalaremos en la red de tu organización. Si no está seleccionado, el plan usará \"Alojamiento Compartido\": Tu organización usa la misma base de datos de HabitRPG en sí, mientras Habitica funciona independientemente. Tus miembros están protegidos de La Taberna & Gremios, pero aún están en el mismo servidor y base de datos.", + "dedicatedHostText": "Alojamiento dedicado: recibirás tu propia base de datos y servidor alojado por Habitica, o opcionalmente lo instalaremos en la red de tu organización. Si no está seleccionado, el plan usará \"Alojamiento Compartido\": Tu organización usa la misma base de datos de Habitica en sí, mientras Habitica funciona independientemente. Tus miembros están protegidos de La Taberna & Gremios, pero aún están en el mismo servidor y base de datos.", "individualSub": "Subscripción individual", "subscribe": "Suscribirse", "subscribed": "Suscripto", @@ -33,9 +33,9 @@ "adminSub": "Suscripción de administradores ", "morePlans": "Más planes
próximamente", "organizationSub": "Organización privada", - "organizationSubText": "Miembros de tu organización participan fuera de HabitRPG en sí, enfocando a tus participantes.", + "organizationSubText": "Miembros de tu organización participan fuera de Habitica en sí, enfocando a tus participantes.", "hostingType": "Tipo de alojamiento", - "hostingTypeText": "Alojamiento compartido indica que tu organización usará la misma base de datos que HabitRPG en sí aunque no interactúa con Habitica. Dedicado indica que tu recibirás tu propio servidor y base de datos. Tienes la opción de que HabitRPG aloja tu servidor/base de datos, o podemos instalarla en tus propios servidores. ", + "hostingTypeText": "Alojamiento compartido indica que tu organización usará la misma base de datos que Habitica en sí aunque no interactúa con Habitica. Dedicado indica que tu recibirás tu propio servidor y base de datos. Tienes la opción de que Habitica aloja tu servidor/base de datos, o podemos instalarla en tus propios servidores. ", "dedicated": "Dedicado", "customDomain": "Dominio personalizado", "customDomainText": "Podemos, opcionalmente, darte tu propio dominio para la instalación.", @@ -58,7 +58,7 @@ "buySubsText": "Compra gemas con Oro, Nada de qnuncios, Ayuda los progs", "sureCancelSub": "¿Estás seguro que quieres cancelar tu suscripción?", "subCanceled": "La suscripción se desactivará el", - "subGemPop": "Como te has suscripto a HabitRPG, puedes comprar una cantidad de Gemas cada mes utilizando tu Oro. Puedes ver cuántas Gemas están disponibles para comprar en la esquina del ícono de las Gemas.", + "subGemPop": "Como te has suscripto a Habitica, puedes comprar una cantidad de Gemas cada mes utilizando tu Oro. Puedes ver cuántas Gemas están disponibles para comprar en la esquina del ícono de las Gemas.", "subGemName": "Gemas de suscriptor", "timeTravelers": "Viajeros del tiempo", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> y <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Actualiza la tarjeta", "subUpdateTitle": "Actualiza", "subUpdateDescription": "Actualiza la tarjeta que se cargará." -} \ No newline at end of file +} diff --git a/common/locales/es_419/tasks.json b/common/locales/es_419/tasks.json index 6d45b7c9b0..bd539ac0fc 100644 --- a/common/locales/es_419/tasks.json +++ b/common/locales/es_419/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Borrar hábitos completados", "lotOfToDos": "Las Pendientes realizadas se archivan automáticamente después de 3 días. Puedes acceder a ellas desde Ajustes > Exportar datos.", "deleteToDosExplanation": "Si haces clic en el siguiente botón, todas tus Pendientes completados y Pendientes archivados serán permanentemente borradqs. Exportalas primero si quieres mantener un registro de ellas.", - "beeminderDeleteWarning": "Usuarios de Beeminder: ¡Primero lean Eliminación de las tareas pendientes completadas sin confundir Beeminder !", + "beeminderDeleteWarning": "Usuarios de Beeminder: ¡Primero lean Eliminación de las tareas pendientes completadas sin confundir Beeminder !", "addmultiple": "Agregar múltiple", "addsingle": "Agregar uno solo", "habits": "Hábitos", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "¡Estás descansando en la Posada! Tus Diarias no te harán daño esta noche, pero continuarán reiniciándose cada día. Si te encuentras una misión, no harás daño/coleccionarás objetos hasta que hayas salido de la Posada, pero sí recibirás daño de un Jefe si tus compañeros no completan sus Diarias.", "habitHelp1": "Buenos Hábitos son tareas que haces seguido. Te recompenzan con Oro y Experiencia cada vez que pulsas el <%= plusIcon %>.", "habitHelp2": "Malos Hábitos son tareas que quieres evitar. Te quitan Salud cada vez que pulsas el <%= minusIcon %>.", - "habitHelp3": "¡Para inspirarte, visita estos ejemplos de Hábitos!", + "habitHelp3": "¡Para inspirarte, visita estos ejemplos de Hábitos!", "newbieGuild": "¿Tienes más dudas? ¡Pregunta en la <%= linkStart %>Alianza de Novatos<%= linkEnd %>!", "dailyHelp1": "Las Diarias se repiten <%= emphasisStart %>todos los días<%= emphasisEnd %> en las que son activas. Pulsa el <%= pencilIcon %> para cambiar los días en que una Diaria es activa.", "dailyHelp2": "Si no completas tus Diarias activas, pierdes salud al final del día.", "dailyHelp3": "Las Diarias se vuelven <%= emphasisStart %>mas rojas<%= emphasisEnd %> cuando no las completas, y <%= emphasisStart %>más azules<%= emphasisEnd %> cuando lo haces. Cuanto más roja una Diaria, más te recompenzará... o dañará.", "dailyHelp4": "Para cambiar cuando termina tu dia, ve a <%= linkStart %> Configuración > Sitio<%= linkEnd %>> Inicio de Día Personalizado.", - "dailyHelp5": "¡Para inspriarte, visita éstosejemplos de Diarias!", + "dailyHelp5": "¡Para inspriarte, visita éstosejemplos de Diarias!", "toDoHelp1": "Los Pendientes comienzan amarillos, y se vuelven más rojos (más valiosos) cuanto más te tome completarlos.", "toDoHelp2": "¡Los Pendientes nunca te dañan! Solo te recomenzan con Oro y Experiencia.", "toDoHelp3": "Dividir un Pendiente en una lista de items más pequeños lo hará menos desalentador, ¡e incrementará los puntos que ganes!", - "toDoHelp4": "¡Para inspirarte, visita éstos ejemplos de Pendientes!", + "toDoHelp4": "¡Para inspirarte, visita éstos ejemplos de Pendientes!", "rewardHelp1": "El Equipamiento que compras para tu avatar es guardado en <%= linkStart %>Inventorio > Equipamiento<%= linkEnd %>.", "rewardHelp2": "El Equipamiento afecta tus stats. (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Equipamiento especial aparecerá aquí durante Eventos Globales.", - "rewardHelp4": "¡No temas en fijar Recompenzas personalizadas! Visita éstos ejemplos aquí.", + "rewardHelp4": "¡No temas en fijar Recompenzas personalizadas! Visita éstos ejemplos aquí.", "clickForHelp": "Clic para obtener ayuda." -} \ No newline at end of file +} diff --git a/common/locales/fr/backgrounds.json b/common/locales/fr/backgrounds.json index 84ad5bbcde..3a98e49fcd 100644 --- a/common/locales/fr/backgrounds.json +++ b/common/locales/fr/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surfez sur une Vague Géante!", "backgroundSunkenShipText": "Épave ", "backgroundSunkenShipNotes": "Explorez une Épave. " -} \ No newline at end of file +} diff --git a/common/locales/fr/challenge.json b/common/locales/fr/challenge.json index 2629b79112..f0037b7450 100644 --- a/common/locales/fr/challenge.json +++ b/common/locales/fr/challenge.json @@ -16,7 +16,7 @@ "selectWinner": "Désigner un vainqueur et clore le défi :", "deleteOrSelect": "Supprimer ou désigner un vainqueur", "endChallenge": "Clore le défi", - "challengeDiscription": "Voici les tâches du Défi, qui vont être ajoutées à votre propre tableau de bord lorsque vous rejoindrez ce Défi. Les tâches de Défi ci-dessous changeront alors de couleur et vous pourrez voir des graphiques montrant les progrès du groupe dans son ensemble. ", + "challengeDiscription": "Voici les tâches du Défi, qui vont être ajoutées à votre propre tableau de bord lorsque vous rejoindrez ce Défi. Les tâches de Défi ci-dessous changeront alors de couleur et vous pourrez voir des graphiques montrant les progrès du groupe dans son ensemble.", "hows": "Où en sont les autres ?", "filter": "Filtre", "groups": "Groupes", @@ -33,10 +33,10 @@ "challengeTagPop": "Les défis apparaissent dans la liste des étiquettes et dans l'infobulle des tâches. Utilisez un titre représentatif et une étiquette courte. Par exemple : \"Perdre 5 kilos en 3 mois\" pour le titre et \"-5kg\" pour l'étiquette (Cliquez pour plus d'informations).", "challengeDescr": "Description", "prize": "Récompense", - "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", - "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", + "prizePop": "Si quelqu'un peut \"gagner\" votre défi, vous pouvez accorder de façon optionnelle au vainqueur un prix en Gemmes. Max = nombre de gemmes que vous possédez (+ gemmes de guilde, si vous avez créé la guilde de ce Défi). Note : Ce prix ne pourra pas être changé ensuite.", + "prizePopTavern": "Si quelqu'un peut \"gagner\" votre défi, vous pouvez accorder de façon optionnelle au vainqueur un prix en Gemmes. Max = nombre de gemmes que vous possédez. Note : Ce prix ne pourra pas être changé ensuite, et les défis de la Taverne ne seront pas remboursés si le défi est annulé.", "publicChallenges": "Minimum 1 gemme pour les défis publics (ça aide à lutter contre le spam, pour de vrai).", - "officialChallenge": "Défi officiel HabitRPG", + "officialChallenge": "Défi officiel Habitica", "by": "par", "participants": "<%= membercount %> Participants", "join": "Rejoindre", @@ -49,12 +49,12 @@ "keepTasks": "Conserver les tâches", "closeCha": "Clore le défi et…", "leaveCha": "Abandonner le défi et…", - "challengedOwnedFilterHeader": "Propriété", + "challengedOwnedFilterHeader": "Possession", "challengedOwnedFilter": "Possédé", "challengedNotOwnedFilter": "Non possédé", - "challengedEitherOwnedFilter": "N'importe lequel des deux", - "backToChallenges": "Revenir aux défis ", + "challengedEitherOwnedFilter": "N'importe lequel", + "backToChallenges": "Revenir aux défis", "prizeValue": "<%= gemcount %> <%= gemicon %> Récompense", "clone": "Cloner", - "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file + "challengeNotEnoughGems": "Vous n'avez pas assez de gemmes pour proposer ce défi." +} diff --git a/common/locales/fr/character.json b/common/locales/fr/character.json index b6f82905a3..b952bcef76 100644 --- a/common/locales/fr/character.json +++ b/common/locales/fr/character.json @@ -55,11 +55,11 @@ "costume": "Costume", "costumeText": "Si vous préférez l'apparence d'un équipement différent de celui que vous avez équipé, choisissez \"Utiliser un Costume\" pour le porter en costume tout en conservant les bonus de votre équipement.", "useCostume": "Utiliser un Costume", - "useCostumeInfo1": "Cliquez sur \"Utiliser un Costume\" pour mettre des vêtements à votre avatar sans modifier les stats de votre Tenue de Combat! Donc vous pouvez vous armer des meilleures stats à gauche et déguiser votre avatar avec l'équipement à droite. ", - "useCostumeInfo2": "Lorsque vous cliquez sur \"Utiliser un Costume\", votre avatar aura l'air plutôt basique... mais pas d'inquiétude! Si vous regardez à gauche, vous verrez que votre Tenue de Combat est toujours active. Ensuite, vous pouvez faire jouer votre imagination! Tout ce que vous activez à droite ne modifiera pas vos stats mais peut vous donner un look d'enfer. Essayez différentes associations en mélangeant les ensembles et en accordant votre Costume avec vos familiers, montures et arrière-plans.

Vous avez d'autres questions? Allez voir la page sur les Costumes sur le Wiki. Vous avez trouvé l'ensemble parfait? Exhibez-le sur la guilde du Festival des Costumes ou fanfaronnez à la Taverne!", - "gearAchievement": "Vous avez gagné le succès \"Armé jusqu'aux dents\" pour avoir atteint le niveau maximal de l'ensemble d'équipement de votre classe! Vous avez acquis les ensembles complets suivants: ", + "useCostumeInfo1": "Cliquez sur \"Utiliser un Costume\" pour mettre des vêtements à votre avatar sans modifier les stats de votre Tenue de Combat! Donc vous pouvez vous armer des meilleures stats à gauche et déguiser votre avatar avec l'équipement à droite.", + "useCostumeInfo2": "Lorsque vous cliquez sur \"Utiliser un Costume\", votre avatar aura l'air plutôt basique... mais pas d'inquiétude! Si vous regardez à gauche, vous verrez que votre Tenue de Combat est toujours active. Ensuite, vous pouvez faire jouer votre imagination! Tout ce que vous activez à droite ne modifiera pas vos stats mais peut vous donner un look d'enfer. Essayez différentes associations en mélangeant les ensembles et en accordant votre Costume avec vos familiers, montures et arrière-plans.

Vous avez d'autres questions? Allez voir la page sur les Costumes sur le Wiki. Vous avez trouvé l'ensemble parfait? Exhibez-le sur la guilde du Festival des Costumes ou fanfaronnez à la Taverne!", + "gearAchievement": "Vous avez gagné le succès \"Armé jusqu'aux dents\" pour avoir atteint le niveau maximal de l'ensemble d'équipement de votre classe! Vous avez acquis les ensembles complets suivants:", "moreGearAchievements": "Pour obtenir plus de badges \"Armé jusqu'aux dents\", changez de classe sur votre page Caractéristiques & Succès et achetez peu à peu l'équipement de votre nouvelle classe!", - "armoireUnlocked": "Vous avez aussi déverrouillé l'Armoire Enchantée! Cliquez sur la Récompense Armoire Enchantée pour tenter de trouver une pièce d'Équipement spécial au hasard! Vous avez aussi des chances de tomber sur de l'XP ou de la nourriture. ", + "armoireUnlocked": "Vous avez aussi déverrouillé l'Armoire Enchantée! Cliquez sur la Récompense Armoire Enchantée pour tenter de trouver une pièce d'Équipement spécial au hasard! Vous avez aussi des chances de tomber sur de l'XP ou de la nourriture.", "ultimGearName": "Armé jusqu'aux dents", "ultimGearText": "S'est équipé avec les meilleurs armes et les meilleures armures pour les classes suivantes :", "level": "Niveau", @@ -75,9 +75,9 @@ "allocateConPop": "Ajouter un point en Constitution", "allocatePer": "Points alloués en Perception :", "allocatePerPop": "Ajouter un point en Perception", - "allocateInt": "Points alloués en Intelligence : ", + "allocateInt": "Points alloués en Intelligence :", "allocateIntPop": "Ajouter un point en Intelligence", - "noMoreAllocate": "Maintenant que vous avez atteint le niveau 100, vous ne gagnerez plus de Points d'Attribut. Vous pouvez continuer à passer des niveaux ou commencer une nouvelle aventure depuis le niveau 1 en utilisant l'Orbe de Renaissance, disponible gratuitement au Marché dès maintenant.", + "noMoreAllocate": "Maintenant que vous avez atteint le niveau 100, vous ne gagnerez plus de Points d'Attribut. Vous pouvez continuer à passer des niveaux ou commencer une nouvelle aventure depuis le niveau 1 en utilisant l'Orbe de Renaissance, disponible gratuitement au Marché dès maintenant.", "stats": "Caractéristiques", "strength": "Force", "strengthText": "La Force augmente les chances de \"coups critiques\" aléatoires et donc les bonus d'or, d'expérience et de gain de butin qui en découlent. Elle aide aussi à infliger des dommages aux boss.", @@ -117,7 +117,7 @@ "distributePoints": "Distribuer les points non-alloués", "distributePointsPop": "Affecte tous vos points non alloués selon le choix d'attribution sélectionné.", "warriorText": "Les Guerriers réalisent des \"coups critiques\" plus nombreux et plus efficaces qui augmentent aléatoirement l'Or et l'Expérience obtenus ainsi que les chances de trouver du butin en complétant une tâche. Ils infligent aussi des dommages lourds aux boss. Jouez un Guerrier si des récompenses imprévisibles du genre jackpot vous motivent ou si vous voulez distribuer des coups pendant les Quêtes !", - "mageText": "Les Mages apprennent rapidement, ils gagnent de l'Expérience et des Niveaux plus rapidement que les autres classes. Ils disposent également de beaucoup de Mana pour utiliser des compétences spéciales. Jouez un Mage si vous aimez les aspects tactiques du jeu ou si vous êtes fortement motivé•e par le fait de gagner des niveaux et de débloquer des fonctionnalités avancées ! ", + "mageText": "Les Mages apprennent rapidement, ils gagnent de l'Expérience et des Niveaux plus rapidement que les autres classes. Ils disposent également de beaucoup de Mana pour utiliser des compétences spéciales. Jouez un Mage si vous aimez les aspects tactiques du jeu ou si vous êtes fortement motivé•e par le fait de gagner des niveaux et de débloquer des fonctionnalités avancées !", "rogueText": "Les Voleurs adorent accumuler les richesses, ils gagnent plus d'Or que n'importe qui d'autre et trouvent souvent des objets par hasard. Leur faculté iconique de Furtivité leur permet d'esquiver les conséquences de tâches Quotidiennes manquées. Choisissez le Voleur si les Récompenses et les Succès vous motivent et si vous convoitez le butin et les badges !", "healerText": "Les Guérisseurs se montrent insensibles aux blessures et ils partagent cette protection avec les autres. Les Quotidiennes manquées et les mauvaises Habitudes ne les gênent pas beaucoup et ils ont les moyens de récupérer leur Santé après un échec. Jouez en tant que Guérisseur si vous aimez soutenir les membres de votre Équipe ou si l'idée de tromper la Mort par votre dur labeur vous inspire !", "optOut": "Désactiver", @@ -126,12 +126,12 @@ "stealth": "Furtivité", "stealthNewDay": "Quand un nouveau jour commence, vous éviterez les dommages causés par les tâches Quotidiennes manquées.", "streaksFrozen": "Combos gelés", - "streaksFrozenText": "Les combos sur les tâches Quotidiennes manquées ne seront pas remis à zéro à la fin de la journée. ", - "respawn": "Résurrection ! ", + "streaksFrozenText": "Les combos sur les tâches Quotidiennes manquées ne seront pas remis à zéro à la fin de la journée.", + "respawn": "Résurrection !", "youDied": "Vous êtes mort !", "dieText": "Vous avez perdu un Niveau, tout votre Or et une pièce d'Équipement aléatoire. Relevez-vous, Habitien(ne), et essayez encore ! Mettez un frein à ces Habitudes négatives, complétez vos tâches Quotidiennes avec vigilance et tenez la mort à distance avec une Potion de Santé si vous fléchissez !", "sureReset": "Êtes-vous sûr? Ceci réinitialisera la classe de votre personnage et vos points alloués (vous les récupérerez tous pour les ré-allouer) et vous coûtera 3 gemmes.", - "purchaseFor": "Acheter pour <%= cost %> Gemmes ? ", + "purchaseFor": "Acheter pour <%= cost %> Gemmes ?", "notEnoughMana": "Pas assez de mana.", "invalidTarget": "Cible invalide", "youCast": "Vous avez lancé <%= spell %>.", @@ -146,11 +146,11 @@ "unequipPetMountBackground": "Ôter le Familier, la Monture et l'Arrière-plan", "animalSkins": "Peaux d'Animaux", "chooseClassHeading": "Choisissez votre classe ! Ou bottez en touche et choisissez plus tard.", - "warriorWiki": "Guerrier", - "mageWiki": "Mage", - "rogueWiki": "Voleur", - "healerWiki": "Guérisseur", - "chooseClassLearn": "Apprenez-en plus à propos des classes", + "warriorWiki": "Guerrier", + "mageWiki": "Mage", + "rogueWiki": "Voleur", + "healerWiki": "Guérisseur", + "chooseClassLearn": "Apprenez-en plus à propos des classes", "str": "FOR", "con": "CON", "per": "PER", diff --git a/common/locales/fr/communityguidelines.json b/common/locales/fr/communityguidelines.json index ee6e502128..8f4cabe3c5 100644 --- a/common/locales/fr/communityguidelines.json +++ b/common/locales/fr/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "Ces règles s’appliquent à tous les espaces sociaux que nous utilisons, comprenant (mais pas forcément limités à) Trello, GitHub, Transifex et Wikia (c’est-à-dire le wiki). Parfois, des situations inattendues surgiront, comme une nouvelle source de conflit ou un vicieux nécromancien. Si cela arrive, les modérateurs et modératrices (Mods) pourront y faire face en éditant ces règles de conduite afin de protéger la communauté de nouvelles menaces. Soyez sans crainte : vous serez prévenu·es par une annonce de Bailey si cela devait être le cas.", "commGuidePara004": "Et maintenant, à vos plumes et parchemins pour la prise de notes : commençons !", "commGuideHeadingBeing": "Être Habiticien·ne", - "commGuidePara005": "HabitRPG est d’abord et avant tout un site internet dédié à l’amélioration de soi. Résultat : nous avons la chance d’avoir attiré l’une des communautés les plus chaleureuses, sympathiques, courtoises et solidaires de l’internet. Divers traits caractérisent les Habiticien·nes. Certains des plus courants et des plus marquants sont :", + "commGuidePara005": "Habitica est d’abord et avant tout un site internet dédié à l’amélioration de soi. Résultat : nous avons la chance d’avoir attiré l’une des communautés les plus chaleureuses, sympathiques, courtoises et solidaires de l’internet. Divers traits caractérisent les Habiticien·nes. Certains des plus courants et des plus marquants sont :", "commGuideList01A": "Un Esprit d’Entraide. De nombreuses personnes donnent de leur temps et de leur énergie pour aider les nouveaux membres de la communauté et les guider. La Guilde des Newbies (The Newbies Guild), par exemple, est une guilde dédiée à apporter des réponses aux questions posées par les membres. Si vous pensez pouvoir aider, ne soyez pas timide !", "commGuideList01B": "Une Attitude Diligente. Les Habiticien·ne·s travaillent dur pour améliorer leur vie, mais aussi pour aider à bâtir le site et l’améliorer constamment. Nous sommes un projet en code source ouvert et travaillons sans relâche à faire du site le meilleur endroit possible.", "commGuideList01C": "Un Esprit d'Entraide.Les Habiticien·ne·s acclament les victoires des leurs compatriotes et se réconfortent durant les jours difficiles. Nous échangeons nos forces et comptons sur les autres et apprenons les un·e·s des autres. Au sein des Équipes, nous faisons cela grâce à nos sortilèges ; dans les lieux d’échanges, avec des mots de soutien et de réconfort.", @@ -16,7 +16,7 @@ "commGuidePara006": "Habitica compte quelques chevaliers errants qui joignent leurs forces à celles du Staff afin de préserver le calme et le contentement de la communauté et de la protéger des trolls. Chaque Mod possède son domaine particulier mais peut être appelé·e dans d’autres sphères sociales. Les membres du Staff et les Mods précèderont généralement les interventions officielles des termes \"Mod Talk\" ou \"Mod Hat On\".", "commGuidePara007": "Les membres du Staff ont une étiquette de couleur pourpre, marquée d'une couronne. Ils portent le titre \"Héroïque\".", "commGuidePara008": "Les Mods ont une étiquette bleu foncé, marquée d'une étoile. Leur titre est \"Gardien\". Bailey fait exception ; étant un PNJ, son étiquette est noire et verte, surmontée d'une étoile.", - "commGuidePara009": "Les membres actuels du Staff sont (de gauche à droite) : ", + "commGuidePara009": "Les membres actuels du Staff sont (de gauche à droite) :", "commGuidePara009a": "sur Trello", "commGuidePara009b": "sur GitHub", "commGuidePara010": "Il y a aussi plusieurs Modérateurs et Modératrices qui les assistent. Ces Mods ont été soigneusement sélectionné·e·s ; merci de les respecter et d’écouter leurs suggestions.", @@ -25,21 +25,21 @@ "commGuidePara011b": "sur GitHub/Wikia", "commGuidePara011c": "sur Wikia", "commGuidePara011d": "sur GitHub", - "commGuidePara012": "Si vous avez un problème ou un souci avec un·e Mod en particulier, faites en part à Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "Si vous avez un problème ou un souci avec un·e Mod en particulier, faites en part à Lemoness (leslie@habitica).", "commGuidePara013": "Dans une communauté aussi large que celle d’Habitica, les gens vont et viennent et il arrive parfois qu’un·e Mod doive reposer sa noble charge et se détendre. Les personnes suivantes sont Modérateurs et Modératrices Émérites. Elles n’ont plus en charge la modération, mais nous souhaitons tout de même honorer leur travail !", "commGuidePara014": "Modérateurs et Modératrices Émérites :", "commGuideHeadingPublicSpaces": "Espaces Publics en Habitica", "commGuidePara015": "Habitica compte deux sortes d’espaces sociaux : publics et privés. Les espaces publics comprennent la Taverne, les Guildes Publiques, GitHub, Trello et le Wiki. Les espaces privés sont les Guildes Privées, la messagerie d’équipe et les Messages Privés.", "commGuidePara016": "Lorsque vous naviguez dans les sphères publiques d’Habitica, il y a quelques règles générales à suivre afin que tout le monde se sente bien et heureux. Cela devrait être facile pour des aventuriers comme vous !", - "commGuidePara017": "Respectez-vous les uns les autres. Soyez courtois·e, agréable, sympathique, et serviable. Souvenez-vous : les Habiticien·ne·s viennent de tous horizons et ont eu des expériences drastiquement différentes. C’est ce qui rend HabitRPG si génial ! Construire une communauté implique de respecter et de fêter nos différences tout comme nos points communs. Voici quelques méthodes simples pour se respecter mutuellement :", + "commGuidePara017": "Respectez-vous les uns les autres. Soyez courtois·e, agréable, sympathique, et serviable. Souvenez-vous : les Habiticien·ne·s viennent de tous horizons et ont eu des expériences drastiquement différentes. C’est ce qui rend Habitica si génial ! Construire une communauté implique de respecter et de fêter nos différences tout comme nos points communs. Voici quelques méthodes simples pour se respecter mutuellement :", "commGuideList02A": "Respectez l’ensemble des Conditions d'Utilisation.", "commGuideList02B": "Ne postez pas d'images ou de textes violents, menaçant, ou sexuellement explicites/suggestifs, ou qui encouragent à la discrimination, au sectarisme, au racisme, au sexisme, à la haine, au harcèlement ou visant à nuire à quelconque individu ou groupe. Pas même en tant que plaisanterie. Cela inclut les injures aussi bien que les déclarations. Tout le monde n’a pas le même sens de l’humour, et ce que vous considérez comme une plaisanterie peut être blessant pour une autre personne. Attaquez vos Quotidiennes, pas vos semblables.", "commGuideList02C": "Gardez les discussions à un niveau correct. Il y a de nombreux jeunes Habitien-ne-s sur le site. Ne souillons pas d'innocents esprits et ne détournons pas les autres Habiticien-ne-s de leurs objectifs.", "commGuideList02D": "Évitez les grossièretés. Cela comprend les jurons plus ou moins gros, les grossièretés religieuses qui pourraient être acceptées ailleurs - nous accueillons des personnes de toutes religions et cultures et voulons nous assurer que toutes se sentent à l’aise dans les espaces publics. De plus, les injures seront traitées très sévèrement car elles contreviennent aux Conditions d’utilisation.", - "commGuideList02E": "Évitez les discussions longues ou polémiques en dehors de l'Arrière-Boutique. Si vous pensez que quelqu’un vous a parlé de façon injurieuse ou inconvenante, ne renchérissez pas. Un commentaire simple, poli tel que \"Cette plaisanterie me met mal à l’aise\" est acceptable, mais une réponse sèche ou méchante à un commentaire sec ou méchant ne fait qu’accentuer la tension et fait de HabitRPG un espace négatif. L’amabilité et la politesse aident les autres à mieux vous comprendre.", + "commGuideList02E": "Évitez les discussions longues ou polémiques en dehors de l'Arrière-Boutique. Si vous pensez que quelqu’un vous a parlé de façon injurieuse ou inconvenante, ne renchérissez pas. Un commentaire simple, poli tel que \"Cette plaisanterie me met mal à l’aise\" est acceptable, mais une réponse sèche ou méchante à un commentaire sec ou méchant ne fait qu’accentuer la tension et fait de Habitica un espace négatif. L’amabilité et la politesse aident les autres à mieux vous comprendre.", "commGuideList02F": "Obtempérez immédiatement si un Modérateur vous demande de cesser une conversation ou de la déplacer dans l'Arrière-Boutique. Les derniers mots et tirades finales devraient être lancés (courtoisement) à votre \"table\" dans l'Arrière-Boutique, si vous en avez la permission.", "commGuideList02G": "Prenez le temps de la réflexion plutôt que de répondre de manière impulsive si quelqu'un vous dit qu'une de vos propos ou actions l'ont gêné. Il faut une une grande force pour être capable de présenter des excuses sincères. Si vous trouvez qu'une personne vous a répondu de manière inappropriée, contactez un-e Mod plutôt que de l'interpeller en public.", - "commGuideList02H": "Les conversations polémiques/contentieuses devraient être rapportées à la modération. Si vous trouvez qu’une conversation devient trop animée, trop passionnée ou offensante, cessez d’y participer. À la place, envoyez un courriel à leslie@habitrpg.com pour nous prévenir. C’est notre travail de vous protéger.", + "commGuideList02H": "Les conversations polémiques/contentieuses devraient être rapportées à la modération. Si vous trouvez qu’une conversation devient trop animée, trop passionnée ou offensante, cessez d’y participer. À la place, envoyez un courriel à leslie@habitica pour nous prévenir. C’est notre travail de vous protéger.", "commGuideList02I": "Ne spammez pas Le spam peut inclure, sans être limité à : poster le même commentaire ou la même demande dans de multiples endroits, poster des liens sans explication ou contexte, poster des messages incohérents, ou poster le même message à la chaîne. Les demandes répétées de gemmes ou d'abonnements peuvent aussi être considérées comme du spam.", "commGuidePara019": "Dans les espaces privés, une plus grande liberté est accordée pour discuter de ce dont vous avez envie, mais vous êtes toujours soumis aux Conditions d'Utilisation et ne devez pas les enfreindre : pas de contenu discriminatoire, violent ou menaçant.", "commGuidePara020": "Les Message Privés (MP) ont quelques règles additionnelles. Si une personne vous a bloqué, ne la contactez pas par un autre biais pour lui demander de vous débloquer. Vous ne devriez également pas envoyer des MPs à quelqu'un en lui demandant de l'aide (dans la mesure où les réponses publiques aux questions sont utiles à la communauté). Enfin, n'envoyez à personne de messages les priant de vous offrir des gemmes ou un abonnement, ce qui peut être considéré comme du spam.", @@ -48,11 +48,11 @@ "commGuidePara022": "La Taverne est le lieu de rendez-vous principal d’Habitica. Daniel le Barde veille à la propreté des lieux et Lemoness invoquera de la limonade avec plaisir pendant que vous discutez. Retenez cependant…", "commGuidePara023": "La conversation tourne autour de sujets courants et d’astuces pour améliorer sa productivité ou sa vie.", "commGuidePara024": "La Taverne ne pouvant accueillir que 200 messages, ce n’est pas un bon endroit pour de longues conversations sur un sujet donné, surtout lorsqu’il s’agit de sujets sensibles (par exemple : la politique, la religion, la dépression, la chasse aux gobelins devrait-elle être bannie ou non, etc.). Ces conversations devraient être tenues dans une guilde appropriée ou dans l'Arrière-Boutique (plus d’informations ci-dessous).", - "commGuidePara027": "Ne discutez de rien d’addictif dans la Taverne. De nombreuses personnes utilisent HabitRPG pour tenter de quitter leurs mauvaises Habitudes. Entendre d’autres gens discuter de substances illégales ou addictives peut leur rendre la tâche bien plus difficile ! Respectez vos camarades de Taverne et prenez cela en considération. Cela inclut, mais pas seulement : le tabagisme, l’alcool, la pornographie, le jeu et l’usage/abus de drogues.", + "commGuidePara027": "Ne discutez de rien d’addictif dans la Taverne. De nombreuses personnes utilisent Habitica pour tenter de quitter leurs mauvaises Habitudes. Entendre d’autres gens discuter de substances illégales ou addictives peut leur rendre la tâche bien plus difficile ! Respectez vos camarades de Taverne et prenez cela en considération. Cela inclut, mais pas seulement : le tabagisme, l’alcool, la pornographie, le jeu et l’usage/abus de drogues.", "commGuideHeadingPublicGuilds": "Guildes Publiques", "commGuidePara029": "Les Guildes Publiques ressemblent à la Taverne, mais elles sont centrées autour d’un thème particulier et pas sur une conversation générale. La messagerie d’une guilde publique devrait se concentrer sur ce thème. Par exemple, les membres de la Guilde des Scribes pourraient être froissés si l’on découvrait une conversation sur le jardinage plutôt que sur l’écriture, et une guilde de Fans de Dragons ne trouverait que peu d’intérêt dans l’étude des runes anciennes. Certaines guildes sont plus coulantes que d’autres mais de façon générale essayez de ne pas vous éloigner du sujet !", "commGuidePara031": "Certaines Guildes Publiques peuvent contenir des contenus sensibles comme la dépression, la religion, la politique, etc. Ceci est permis tant que les conversations ne brisent ni les Conditions d'Utilisation ni les Règles d’Espaces Publics et qu’elles ne dérivent pas du sujet.", - "commGuidePara033": "Les Guildes Publiques ne doivent PAS contenir de contenu adulte. S’il est prévu que des sujets sensibles soient discutés souvent, cela devrait être mentionné dans le nom de la Guilde. Cela permet de garder Habitica agréable et confortable pour tout le monde. Si une guilde discute de divers sujets sensibles, il est plus respectueux envers vos camarades de placer un avertissement avant votre commentaire (par exemple : Attention, mentions d’automutilation). De plus, tout contenu sensible doit rester cohérent avec les sujets discutés – parler d’automutilation dans une guilde échangeant sur la dépression est logique, mais pas approprié dans une guilde musicale. Si vous voyez quelqu’un enfreindre cette règle de façon répétée, même après plusieurs requêtes, envoyez un courriel à leslie@habitrpg.com avec des captures d'écran.", + "commGuidePara033": "Les Guildes Publiques ne doivent PAS contenir de contenu adulte. S’il est prévu que des sujets sensibles soient discutés souvent, cela devrait être mentionné dans le nom de la Guilde. Cela permet de garder Habitica agréable et confortable pour tout le monde. Si une guilde discute de divers sujets sensibles, il est plus respectueux envers vos camarades de placer un avertissement avant votre commentaire (par exemple : Attention, mentions d’automutilation). De plus, tout contenu sensible doit rester cohérent avec les sujets discutés – parler d’automutilation dans une guilde échangeant sur la dépression est logique, mais pas approprié dans une guilde musicale. Si vous voyez quelqu’un enfreindre cette règle de façon répétée, même après plusieurs requêtes, envoyez un courriel à leslie@habitica avec des captures d'écran.", "commGuidePara035": "Aucune Guilde, publique ou privée, ne peut être créée dans le but d’attaquer un groupe ou un individu. Créer une telle guilde est un motif de bannissement immédiat. Combattez les mauvaises habitudes, pas vos compagnons d'aventure !", "commGuidePara037": "Tous les Défis de Taverne et de Guildes Publiques doivent également se plier à ces règles.", "commGuideHeadingBackCorner": "L'Arrière-Boutique", @@ -60,7 +60,7 @@ "commGuidePara039": "L'Arrière-Boutique ou Back Corner Guild est un espace public où l’on peut discuter de sujets sensibles ou d’un même sujet pendant longtemps, et qui est soigneusement modéré. Les Règles d’Espace Public s’appliquent tout de même, tout comme les Conditions d'Utilisation. Ce n’est pas parce qu’on se regroupe dans un coin avec de longues capes que tout est permis ! Et maintenant, passez-moi cette chandelle allumée, voulez-vous ?", "commGuideHeadingTrello": "Tableaux Trello", "commGuidePara040": "Trello sert de forum ouvert pour les suggestions et les discussions autour des options du site. Habitica est gouvernée par le peuple sous la forme de braves contributeurs et contributrices – nous bâtissons le site tou·te·s ensemble. Trello est le système qui donne un peu de méthode à notre folie. Gardez cela à l’esprit et faites de votre mieux pour exprimer vos pensées dans un seul commentaire, plutôt que de publier plusieurs commentaires à la suite sur la même fiche. Si vous pensez à quelque chose de nouveau, n’hésitez pas à éditer votre message original. Par pitié, pensez à celles et ceux d’entre nous qui reçoivent une notification à chaque nouveau commentaire. Nos boîtes courriel ne sont hélas pas élastiques.", - "commGuidePara041": "HabitRPG utilise cinq tableaux Trello différents :", + "commGuidePara041": "Habitica utilise cinq tableaux Trello différents :", "commGuideList03A": "Le Forum Principal est une place pour demander et voter sur de nouvelles fonctionnalités.", "commGuideList03B": "Le Forum Mobile est une place pour demander et voter sur de nouvelles fonctionnalités de l'application mobile.", "commGuideList03C": "Le Forum Pixel Art est une place pour discuter des Pixel Arts et en soumettre.", @@ -68,13 +68,13 @@ "commGuideList03E": "Le Forum Wiki est une place pour améliorer le contenu du nouveau Wiki, en discuter et demander de nouvelles pages.", "commGuidePara042": "Tous ont leurs propres règles, et les règles d’Espace Public s’appliquent toujours. Il vaut mieux éviter de dériver du sujet principal sur le tableau ou les fiches. Croyez-nous, les tableaux sont bien assez encombrés comme cela ! Les conversations prolongées devraient être déplacées dans le Coin du Fond.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG utilise GitHub pour traquer les bugs et contribuer au code. C’est la forge où nos infatigables Forgeron·ne·s façonnent les options ! Toutes les règles d’Espace Public s’appliquent. Soyez très poli avec les Forgeron·ne·s – ils ont beaucoup de travail, à faire fonctionner le site ! Bravo les Forgeron·ne·s !", - "commGuidePara044": "Les personnes suivantes sont membres du coin HabitRPG : ", + "commGuidePara043": "Habitica utilise GitHub pour traquer les bugs et contribuer au code. C’est la forge où nos infatigables Forgeron·ne·s façonnent les options ! Toutes les règles d’Espace Public s’appliquent. Soyez très poli avec les Forgeron·ne·s – ils ont beaucoup de travail, à faire fonctionner le site ! Bravo les Forgeron·ne·s !", + "commGuidePara044": "Les personnes suivantes sont membres du coin Habitica :", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "Le wiki HabitRPG rassemble des informations à propos du site. Il héberge également quelques forums similaires aux guildes de HabitRPG. Ainsi, les règles d’Espace Public s’appliquent.", - "commGuidePara046": "Le wiki de HabitRPG peut être vu comme une base de données de toutes les choses de HabitRPG. On y trouve des informations sur les options du site, des guides pour jouer au jeu, des astuces sur la façon de contribuer à HabitRPG et il fournit également un lieu où vous pouvez faire la publicité de votre guilde ou équipe et voter sur certains sujets.", - "commGuidePara047": "Puisque le wiki est hébergé par Wikia, les conditions d'utilisation de Wikia s’appliquent en plus des règles établies par HabitRPG et le wiki de HabitRPG.", - "commGuidePara048": "Ce wiki n'est rien d'autre qu'une collaboration entre celles et ceux qui y contribuent, et certaines règles supplémentaires s’appliquent donc : ", + "commGuidePara045": "Le wiki Habitica rassemble des informations à propos du site. Il héberge également quelques forums similaires aux guildes de Habitica. Ainsi, les règles d’Espace Public s’appliquent.", + "commGuidePara046": "Le wiki de Habitica peut être vu comme une base de données de toutes les choses de Habitica. On y trouve des informations sur les options du site, des guides pour jouer au jeu, des astuces sur la façon de contribuer à Habitica et il fournit également un lieu où vous pouvez faire la publicité de votre guilde ou équipe et voter sur certains sujets.", + "commGuidePara047": "Puisque le wiki est hébergé par Wikia, les conditions d'utilisation de Wikia s’appliquent en plus des règles établies par Habitica et le wiki de Habitica.", + "commGuidePara048": "Ce wiki n'est rien d'autre qu'une collaboration entre celles et ceux qui y contribuent, et certaines règles supplémentaires s’appliquent donc :", "commGuideList04A": "Demander de nouvelles pages ou de grosses modifications doit se faire sur le tableau Trello Wiki", "commGuideList04B": "Il faut être ouvert·e aux suggestions des autres à propos de vos modifications", "commGuideList04C": "Il faut discuter des conflits de modification d’une page sur la messagerie de la page en question", @@ -82,7 +82,7 @@ "commGuideList04E": "Il est interdit de spammer ou de saboter des pages pour un gain personnel", "commGuideList04F": "Il faut lire la page de contribution au wiki avant toute modification majeure", "commGuideList04G": "Le ton sur les pages du wiki doit être impartial", - "commGuideList04H": "Il faut s’assurer que le contenu du wiki est pertinent pour l’ensemble de HabitRPG et pas seulement pour une guilde ou équipe particulière (de telles informations peuvent être déplacées dans les forums)", + "commGuideList04H": "Il faut s’assurer que le contenu du wiki est pertinent pour l’ensemble de Habitica et pas seulement pour une guilde ou équipe particulière (de telles informations peuvent être déplacées dans les forums)", "commGuidePara049": "Les personnes suivantes sont actuellement admins du wiki :", "commGuidePara018": "Les Administrateurs et Administratrices Émérites du wiki sont :", "commGuideHeadingInfractionsEtc": "Infractions, Conséquences et Restauration", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Infractions Modérées", "commGuidePara054": "Des infractions modérées n'affectent pas notre communauté, mais ne la rendent pas attractive. Ces infractions auront des conséquences adaptées. Lorsqu'elles sont liées à d'autres infractions, les conséquences peuvent devenir plus importantes.", "commGuidePara055": "Les exemples suivants représentent des infractions modérées. Cette liste n’est pas exhaustive.", - "commGuideList06A": "Ignorer les Mods ou leur montrer de l’irrespect. Cela comprend : se plaindre publiquement des Modérateurs ou d’autres membres de la communauté / défendre ou glorifier publiquement des membres bannis. Si vous avez des remarques au sujet d’une règle ou de l’un·e des Mods, contactez Lemoness par courriel (leslie@habitrpg.com).", + "commGuideList06A": "Ignorer les Mods ou leur montrer de l’irrespect. Cela comprend : se plaindre publiquement des Modérateurs ou d’autres membres de la communauté / défendre ou glorifier publiquement des membres bannis. Si vous avez des remarques au sujet d’une règle ou de l’un·e des Mods, contactez Lemoness par courriel (leslie@habitica).", "commGuideList06B": "Modération abusive. Pour clarifier : un rappel sympathique des règles ne pose pas de problème. La modération abusive consiste à ordonner, demander et/ou sous-entendre fortement que quelqu’un doive vous écouter afin de corriger une erreur. Vous pouvez prévenir une personne qu’elle enfreint les règles, mais ne réclamez pas d’action particulière – par exemple, dire « Juste pour que tu saches, il est déconseillé de jurer dans la Taverne donc tu devrais retirer cela » est plus adéquat que dire « Je vais devoir te demander de retirer tes propos ».", "commGuideList06C": "Enfreindre de façon répétée les Règles d’Espace Public.", "commGuideList06D": "Répétition d’infractions mineures", @@ -139,7 +139,7 @@ "commGuidePara062": "Le courriel que vous recevez expliquant les conséquences de vos actions (ou, dans le cas de conséquences mineures, l’avertissement de la Modération/du Staff) est une bonne source d’informations. Acceptez les restrictions qui vous sont imposées, et engagez-vous à faire ce qu’il faut pour voir vos sanctions levées.", "commGuidePara063": "Si vous ne comprenez pas les conséquences ou la nature de votre infraction, demandez de l’aide aux Staff/Mods afin d'éviter de nouvelles infractions.", "commGuideHeadingContributing": "Contribuer à Habitica", - "commGuidePara064": "HabitRPG est un projet open-source, ce qui signifie que tout·e Habiticien·ne peut y participer ! Celles et ceux qui contribuent se verront attribuer des récompenses, selon les échelons suivants : ", + "commGuidePara064": "Habitica est un projet open-source, ce qui signifie que tout·e Habiticien·ne peut y participer ! Celles et ceux qui contribuent se verront attribuer des récompenses, selon les échelons suivants :", "commGuideList12A": "Badge de Contributeur, plus 3 gemmes", "commGuideList12B": "Armure de Contributeur, plus 3 gemmes", "commGuideList12C": "Casque de Contributeur, plus 3 gemmes", @@ -148,13 +148,13 @@ "commGuideList12F": "Familier de Contributeur, plus 4 gemmes", "commGuideList12G": "Invitation à la Guilde des Contributeurs, plus 4 gemmes", "commGuidePara065": "Les Mods sont choisi·e·s par le Staff et les Mods précédent·e·s parmi les membres qui ont atteint le niveau 7 de contribution. Notez que si les membres Contributeurs de niveau 7 ont travaillé dur pour le site, ils ne parlent pas tous avec l’autorité de la Modération.", - "commGuidePara066": "Quelques remarques importantes sur les Échelons de Contribution: ", + "commGuidePara066": "Quelques remarques importantes sur les Échelons de Contribution:", "commGuideList13A": "Ces Échelons ne sont pas automatiques. Ils sont accordés à la discrétion de la Modération, selon divers critères, comprenant notre perception du travail que vous avez accompli et sa valeur pour la communauté. Nous nous réservons le droit de changer les niveaux, titres et récompenses spécifiques.", "commGuideList13B": "Les Échelons deviennent plus difficiles à obtenir au fur et à mesure de votre progression. Dessiner un monstre ou corriger un bug peut vous permettre d'obtenir le premier niveau de contribution, mais pas le suivant. Comme dans tout bon RPG, plus le niveau est élevé, plus les défis le sont aussi !", "commGuideList13C": "Les Échelons ne reprennent pas « à zéro » dans chaque domaine. Lorsque nous graduons la difficulté, nous nous penchons sur l'ensemble de vos contributions, de sorte que les gens qui font un peu de graphisme, puis qui corrigent un bug mineur et vont ensuite rédiger quelques mots dans le wiki, ne progressent pas plus vite que des gens qui travaillent dur sur une tâche unique. Cela rend les choses équitables !", "commGuideList13D": "Les membres en période de probation ne peuvent pas atteindre l'Échelon suivant. Les Modérateurs ont la possibilité de geler l'avancement des Habiticiens en cas d'infraction. Si cela arrive, la personne concernée en sera toujours informée, et apprendra comment l'annuler. Infractions et mises à l'épreuve peuvent aussi causer le retrait d'un Échelon.", "commGuideHeadingFinal": "La Section Finale", - "commGuidePara067": "Et voilà, brave Habiticien·ne – les Règles de Vie en Communauté ! Essuyez la sueur de votre front et accordez-vous quelques points d’expérience pour avoir tout lu. Si vous avez des questions ou des interrogations à propos de ces Règles, n’hésitez pas à écrire à Lemoness (leslie@habitrpg.com) qui se fera une joie de vous aider à clarifier les choses.", + "commGuidePara067": "Et voilà, brave Habiticien·ne – les Règles de Vie en Communauté ! Essuyez la sueur de votre front et accordez-vous quelques points d’expérience pour avoir tout lu. Si vous avez des questions ou des interrogations à propos de ces Règles, n’hésitez pas à écrire à Lemoness (leslie@habitica) qui se fera une joie de vous aider à clarifier les choses.", "commGuidePara068": "Maintenant allez de l'avant, brave aventurier, et pourfendez quelques taches quotidiennes!", "commGuideHeadingLinks": "Liens Utiles", "commGuidePara069": "Ces peintres de talent ont contribué aux illustrations :", @@ -163,7 +163,7 @@ "commGuideLink02": "Le Coin du Fond, ou Back Corner Guild", "commGuideLink02description": "une guilde pour discuter des sujets sensibles ou longs.", "commGuideLink03": "Le Wiki", - "commGuideLink03description": "la plus grande collection d’informations sur HabitRPG.", + "commGuideLink03description": "la plus grande collection d’informations sur Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "pour rapporter des bugs et aider à coder !", "commGuideLink05": "Le Tableau principal de Trello", diff --git a/common/locales/fr/content.json b/common/locales/fr/content.json index d69805d817..1f7a227154 100644 --- a/common/locales/fr/content.json +++ b/common/locales/fr/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Selle", "foodSaddleNotes": "Transforme directement l'un de vos familiers en monture.", "foodNotes": "Nourrissez votre familier avec ceci et il pourrait bien devenir un robuste destrier. " -} \ No newline at end of file +} diff --git a/common/locales/fr/contrib.json b/common/locales/fr/contrib.json index 1d2c108969..5f19cc4b24 100644 --- a/common/locales/fr/contrib.json +++ b/common/locales/fr/contrib.json @@ -1,6 +1,6 @@ { "friend": "Ami", - "friendFirst": "Lorsque votre premier lot de contributions sera intégré à HabitRPG, vous recevrez le badge de Contributeur. Dans la Taverne, votre nom indiquera fièrement que vous avez contribué au développement. Comme récompense pour votre travail, vous recevrez aussi 3 Gemmes.", + "friendFirst": "Lorsque votre premier lot de contributions sera intégré à Habitica, vous recevrez le badge de Contributeur. Dans la Taverne, votre nom indiquera fièrement que vous avez contribué au développement. Comme récompense pour votre travail, vous recevrez aussi 3 Gemmes.", "friendSecond": "Lorsque votre deuxième lot de contributions sera intégré, l'Armure de Cristal sera disponible à l'achat dans la boutique. Comme récompense pour votre travail, vous recevrez aussi 3 Gemmes.", "elite": "Élite", "eliteThird": "Lorsque votre troisième lot de contributions sera intégré, le Casque de Cristal sera disponible à l'achat dans la boutique. Comme récompense pour votre travail, vous recevrez aussi 3 Gemmes.", @@ -9,24 +9,24 @@ "championFifth": "Lorsque votre cinquième lot de contributions sera intégré, le Bouclier de Cristal sera disponible à l'achat dans la boutique. Comme récompense pour votre travail, vous recevrez aussi 4 Gemmes.", "championSixth": "Lorsque votre sixième lot de contributions sera intégré, vous recevrez un Familier Hydre, ainsi que 4 Gemmes.", "legendary": "Légendaire", - "legSeventh": "Lorsque votre septième lot de contributions sera intégré, vous recevrez 4 Gemmes et deviendrez alors un membre de l'honorable Guilde des Contributeurs. Vous serez également tenu informé des coulisses de HabitRPG ! De nouvelles contributions n'augmenteront plus votre palier mais vous continuerez à recevoir des Gemmes et des titres", + "legSeventh": "Lorsque votre septième lot de contributions sera intégré, vous recevrez 4 Gemmes et deviendrez alors un membre de l'honorable Guilde des Contributeurs. Vous serez également tenu informé des coulisses de Habitica ! De nouvelles contributions n'augmenteront plus votre palier mais vous continuerez à recevoir des Gemmes et des titres", "moderator": "Modérateur", "guardian": "Gardien", "guardianText": "Les modérateurs ont été choisis avec soin parmi les contributeurs de plus haut rang, nous vous invitons donc à faire preuve de politesse et à prêter l'oreille à leurs suggestions.", "staff": "Équipe", "heroic": "Héroïque", - "heroicText": "Le niveau Héroïque rassemble l'équipe de HabitRPG ainsi que les contributeurs au palier de l'équipe. Si vous avez ce titre, vous avez été commissionné pour celui-ci (ou engagé !). ", - "npcText": "Les PNJs ont soutenu HabitRPG sur Kickstarter au plus haut palier. Vous pouvez voir leurs avatars veiller sur les fonctionnalités du site !", + "heroicText": "Le niveau Héroïque rassemble l'équipe de Habitica ainsi que les contributeurs au palier de l'équipe. Si vous avez ce titre, vous avez été commissionné pour celui-ci (ou engagé !). ", + "npcText": "Les PNJs ont soutenu Habitica sur Kickstarter au plus haut palier. Vous pouvez voir leurs avatars veiller sur les fonctionnalités du site !", "modalContribAchievement": "le succès \"Contributeur\" !", - "contribModal": "<%= name %>, Vous êtes une personne géniale ! Vous êtes maintenant un contributeur de palier <%= level %> pour avoir aider HabitRPG. Voyez vous même ! ", + "contribModal": "<%= name %>, Vous êtes une personne géniale ! Vous êtes maintenant un contributeur de palier <%= level %> pour avoir aider Habitica. Voyez vous même ! ", "contribLink": "quelles récompenses vous avez gagnées grâce à votre contribution !", "contribName": "Contributeur", - "contribText": "A contribué au développement d'HabitRPG (code, design, pixel art, conseils juridiques, documents, etc). Vous voulez ce badge ?", + "contribText": "A contribué au développement d'Habitica (code, design, pixel art, conseils juridiques, documents, etc). Vous voulez ce badge ?", "readMore": "Plus d'informations", "kickstartName": "Soutien Kickstater - Palier <%= tier %>$", "kickstartText": "A soutenu le projet Kickstarter", "helped": "A aidé Habit à s'agrandir", - "helpedText1": "A aidé HabitRPG à s'agrandir en remplissant", + "helpedText1": "A aidé Habitica à s'agrandir en remplissant", "helpedText2": "cette enquête.", "hall": "Panthéon", "contribTitle": "Titre de Contributeur (par exemple, \"Forgeron\")", @@ -52,19 +52,19 @@ "tier": "Echelon", "visitHeroes": "Visitez le Panthéon des Héros (contributeurs et soutiens)", "conLearn": "En savoir plus à propos des récompenses des contributeurs", - "conLearnHow": "En savoir plus sur les façons de contribuer à HabitRPG", + "conLearnHow": "En savoir plus sur les façons de contribuer à Habitica", "removeAds": "Abonnez-vous pour enlever les publicités", "whyAds": "Pourquoi des publicités ?", "whyAdsContent1": "Habit est un projet open source et utilise toute l'aide qu'on lui donne : considérez une donation pour les contributeurs. Vous recevrez également 20 Gemmes que vous pourrez utiliser pour acheter des objets spéciaux.", "whyAdsContent2": "\"Hé ! J'ai soutenu le Kickstarter!\" - suivre", "whyAdsContent3": "ces instructions.", - "surveysSingle": "A aidé HabitRPG à croître en participant à une enquête. Il n'y a actuellement pas d'enquête en cours.", - "surveysMultiple": "A aidé HabitRPG à croître en participant à <%= surveys %> enquêtes. Il n'y a actuellement pas d'enquête en cours.", + "surveysSingle": "A aidé Habitica à croître en participant à une enquête. Il n'y a actuellement pas d'enquête en cours.", + "surveysMultiple": "A aidé Habitica à croître en participant à <%= surveys %> enquêtes. Il n'y a actuellement pas d'enquête en cours.", "currentSurvey": "Enquête Actuelle", "surveyWhen": "Le badge sera attribué à tou·te·s les participant·e·s de l'enquête lorsque celle-ci aura été traitée, fin Mars.", "blurbInbox": "C'est ici que vos messages privés sont stockés! Vous pouvez envoyer un message à quelqu'un en cliquant sur l'icône de l'enveloppe à côté de leur nom dans la Taverne, votre Équipe, ou votre Guilde.", "blurbGuildsPage": "Les Guildes sont des groupes de discussion créés par les joueurs pour les joueurs pour regroupe les personnes autour de leurs centres d'intérêt. Jetez un œil à la liste et rejoignez les Guildes qui vous intéressent!", "blurbChallenges": "Les Défis sont des listes de tâches créées par des membres! Rejoindre un défi ajoutera ses tâches aux vôtres dans la page des tâches; gagner un Défi vous fera gagner un succès ainsi que, souvent, des gemmes!", - "blurbHallPatrons": "Voici le Panthéon des Sponsors, où nous rendons hommage aux nobles aventuriers qui ont soutenu le Kickstarter original de HabitRPG. Nous les remercions de nous avoir aidés à donner la vie à Habitica! ", - "blurbHallHeroes": "Bienvenue au Panthéon des Héros, où nous rendons hommage aux contributeurs open-source de HabitRPG. Que ce soit par le code, les illustrations, la musique, l'écriture ou simplement par leur obligeance, ils ont gagné des Gemmes, de l'équipement exclusif et des titres prestigieux. Vous pouvez vous aussi apporter votre contribution à HabitRPG! Apprenez-en davantage ici. " -} \ No newline at end of file + "blurbHallPatrons": "Voici le Panthéon des Sponsors, où nous rendons hommage aux nobles aventuriers qui ont soutenu le Kickstarter original de Habitica. Nous les remercions de nous avoir aidés à donner la vie à Habitica! ", + "blurbHallHeroes": "Bienvenue au Panthéon des Héros, où nous rendons hommage aux contributeurs open-source de Habitica. Que ce soit par le code, les illustrations, la musique, l'écriture ou simplement par leur obligeance, ils ont gagné des Gemmes, de l'équipement exclusif et des titres prestigieux. Vous pouvez vous aussi apporter votre contribution à Habitica! Apprenez-en davantage ici. " +} diff --git a/common/locales/fr/defaulttasks.json b/common/locales/fr/defaulttasks.json index d617b11ed2..d80e341f92 100644 --- a/common/locales/fr/defaulttasks.json +++ b/common/locales/fr/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Abdos", "defaultDaily4Checklist3": "Pompes", "defaultTodoNotes": "Vous pouvez au choix valider cette tâche À faire, la modifier ou la supprimer.", - "defaultTodo1Text": "Rejoindre HabitRPG (Cochez-moi!)", + "defaultTodo1Text": "Rejoindre Habitica (Cochez-moi!)", "defaultTodo2Text": "Configurer une Habitude", "defaultTodo2Checklist1": "créez une Habitude", "defaultTodo2Checklist2": "rendez-la uniquement \"+\", uniquement \"-\", ou \"+/-\" avec l'option Modifier", @@ -38,4 +38,4 @@ "defaultTag1": "matin", "defaultTag2": "après-midi", "defaultTag3": "soir" -} \ No newline at end of file +} diff --git a/common/locales/fr/front.json b/common/locales/fr/front.json index f4cedfa01e..4b1bf25398 100644 --- a/common/locales/fr/front.json +++ b/common/locales/fr/front.json @@ -2,16 +2,16 @@ "FAQ": "FAQ", "accept1Terms": "En cliquant sur le bouton ci-dessous, j'accepte les", "accept2Terms": "et la", - "alexandraQuote": "Impossible de ne PAS parler de HabitRPG dans mon discours à Madrid. C'est un outil nécessaire à tout freelance qui n'a pas encore trouvé son patron! ", - "althaireQuote": "Le fait d'avoir en permanence une quête en cours me motive vraiment à faire toutes mes quotidiennes et toutes les tâches \"à faire\". Ma plus grande motivation est de ne pas décevoir mon équipe. ", + "alexandraQuote": "Impossible de ne PAS parler de Habitica dans mon discours à Madrid. C'est un outil nécessaire à tout freelance qui n'a pas encore trouvé son patron!", + "althaireQuote": "Le fait d'avoir en permanence une quête en cours me motive vraiment à faire toutes mes quotidiennes et toutes les tâches \"à faire\". Ma plus grande motivation est de ne pas décevoir mon équipe.", "andeeliaoQuote": "Super produit, j'ai commencé il y a à peine quelques jours et j'utilise déjà mon temps de manière plus réfléchie et productive!", - "autumnesquirrelQuote": "Je remets moins le travail et le ménage à plus tard, et je paie mes factures à temps. ", + "autumnesquirrelQuote": "Je remets moins le travail et le ménage à plus tard, et je paie mes factures à temps.", "businessSample1": "Confirmer 1 page de l'inventaire", "businessSample2": "20 min classement", "businessSample3": "Trier et gérer boîte mail", "businessSample4": "Préparer 1 document pour un client", "businessSample5": "Appeler clients / reporter appels", - "businessText": "Utiliser HabitRPG dans votre entreprise", + "businessText": "Utiliser Habitica dans votre entreprise", "choreSample1": "Mettre le linge sale dans le panier", "choreSample2": "20 min de ménage", "choreSample3": "Faire la vaisselle", @@ -32,19 +32,19 @@ "companyPrivacy": "Confidentialité", "companyTerms": "Conditions", "companyVideos": "Vidéos", - "contribUse": "Utilisation exclusive aux contributeurs HabitRPG", + "contribUse": "Utilisation exclusive aux contributeurs Habitica", "dragonsilverQuote": "Je ne sais absolument pas combien de systèmes j'ai essayés au fil des décennies pour avoir un suivi de mon temps et de mes tâches... HRPG est le seul système qui m'aide à réellement avancer dans mes tâches plutôt que de simplement les lister.", - "dreimQuote": "Quand j'ai découvert HabitRPG l'été dernier, je venais d'échouer la moitié de mes examens. Grâce aux tâches quotidiennes, j'ai été en mesure de m'organiser et de me discipliner tout seul. Il y a un mois, j'ai réussi tous mes examens avec de très bonnes notes.", - "elmiQuote": "Chaque matin, je me réjouis de me lever pour aller gagner des pièces d'or! ", + "dreimQuote": "Quand j'ai découvert Habitica l'été dernier, je venais d'échouer la moitié de mes examens. Grâce aux tâches quotidiennes, j'ai été en mesure de m'organiser et de me discipliner tout seul. Il y a un mois, j'ai réussi tous mes examens avec de très bonnes notes.", + "elmiQuote": "Chaque matin, je me réjouis de me lever pour aller gagner des pièces d'or!", "email": "E-mail", "emailNewPass": "Envoyer un nouveau mot de passe par e-mail", "evagantzQuote": "Pour la première fois de ma vie, à un rendez-vous chez le dentiste, l'hygiéniste était vraiment enchanté de mon usage du fil dentaire. Merci Habitrpg!", - "examplesHeading": "Les joueurs utilisent HabitRPG pour gérer...", - "featureAchievementByline": "Vous avez fait quelque chose d'absolument génial? Obtenez un badge et exhibez-le! ", + "examplesHeading": "Les joueurs utilisent Habitica pour gérer...", + "featureAchievementByline": "Vous avez fait quelque chose d'absolument génial? Obtenez un badge et exhibez-le!", "featureAchievementHeading": "Badges de succès", "featureEquipByline": "Achetez des équipements, potions et autres goodies virtuels en édition limitée dans notre Marché, avec vos récompenses de tâches.", "featureEquipHeading": "Équipement et extras", - "featurePetByline": "Vous recevez des œufs et d'autres objets en guise de butin lorsque vous effectuez vos tâches. Soyez aussi productif que possible pour rassembler dans votre étable des familiers et des montures! ", + "featurePetByline": "Vous recevez des œufs et d'autres objets en guise de butin lorsque vous effectuez vos tâches. Soyez aussi productif que possible pour rassembler dans votre étable des familiers et des montures!", "featurePetHeading": "Familiers et Montures", "featureSocialByline": "Rejoignez les groupes d'intérêt commun avec des personnes partageant les mêmes idées que vous. Créer des défis pour affronter d'autres membres.", "featureSocialHeading": "Jeu social", @@ -55,7 +55,7 @@ "footerMobile": "Mobile", "footerSocial": "Social", "forgotPass": "Mot de passe oublié", - "frabjabulousQuote": "HabitRPG est la raison pour laquelle j'ai obtenu un travail impressionnant et vraiment bien payé... et ce qui est encore plus miraculeux, c'est que j'utilise mon fil dentaire tous les jours!", + "frabjabulousQuote": "Habitica est la raison pour laquelle j'ai obtenu un travail impressionnant et vraiment bien payé... et ce qui est encore plus miraculeux, c'est que j'utilise mon fil dentaire tous les jours!", "free": "Jouez gratuitement", "gamifyButton": "Jouez le jeu de votre vie dès aujourd'hui!", "goalSample1": "S'exercer au piano 1h", @@ -71,47 +71,47 @@ "healthSample4": "Manger sainement / malbouffe", "healthSample5": "Suer pendant 1 heure", "history": "Historique", - "infhQuote": "HabitRPG m'a vraiment aidé à structurer ma vie à l'université.", + "infhQuote": "Habitica m'a vraiment aidé à structurer ma vie à l'université.", "invalidEmail": "Une adresse mail valide est nécessaire pour lancer une réinitialisation du mot de passe.", - "irishfeet123Quote": "J'avais d'horribles habitudes en oubliant de faire le ménage complet après les repas en laissant des tasses partout. HabitRPG a corrigé cela!", - "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Avant HabitRPG, j'étais coincée dans ma thèse et peu satisfaite de ma discipline personnelle en termes de ménage ainsi que pour des choses comme apprendre du vocabulaire et étudier la théorie du jeu de go. Il s'avère que pour que je reste motivée et en travail constant, la chose à faire est de décomposer ces tâches en listes de vérifications plus petites et plus gérables.", + "irishfeet123Quote": "J'avais d'horribles habitudes en oubliant de faire le ménage complet après les repas en laissant des tasses partout. Habitica a corrigé cela!", + "joinOthers": "Rejoignez 250.000 personnes qui s'amusent en réalisant leurs objectifs !", + "kazuiQuote": "Avant Habitica, j'étais coincée dans ma thèse et peu satisfaite de ma discipline personnelle en termes de ménage ainsi que pour des choses comme apprendre du vocabulaire et étudier la théorie du jeu de go. Il s'avère que pour que je reste motivée et en travail constant, la chose à faire est de décomposer ces tâches en listes de vérifications plus petites et plus gérables.", "landingadminlink": "solutions administratives", "landingend": "Pas encore convaincu·e ?", "landingend2": "Voir une liste plus détaillée de", "landingend3": ". Cherchez-vous une approche plus privée ? Consultez nos", "landingend4": "qui sont parfaites pour les familles, les professeurs, les groupes d'entraide et les entreprises.", - "landingfeatureslink": "nos fonctionnalités ", - "landingp1": "Le problème avec beaucoup d'applications de productivité, c'est qu'elle ne fournissent pas de motivation pour continuer à les utiliser. HabitRPG règle ce problème en rendant le suivi des bonnes habitudes amusant ! En récompensant les réussites et en pénalisant les écarts, HabitRPG procure de la motivation pour accomplir vos activités quotidiennes.", - "landingp2": "Chaque fois que vous consolidez une bonne habitude, que vous complétez une tâche quotidienne ou que vous prenez la peine d'accomplir une tâche prévue, HabitRPG vous récompense avec de l'expérience et de l'or. Au fur et à mesure que vous gagnez de l'expérience, vous pouvez monter en niveau, ce qui augmente vos attributs et débloque de nouvelles fonctionnalités comme les classes et les familiers. L'or peut être dépensé dans des objets en jeu qui modifient votre expérience ou dans des récompenses personnalisées que vous aurez créées pour la motivation. Quand même le moindre des accomplissements vous gratifie d'une récompense immédiate, vous avez moins tendance à procrastiner.", + "landingfeatureslink": "nos fonctionnalités", + "landingp1": "Le problème avec beaucoup d'applications de productivité sur le marché, c'est qu'elles ne motivent pas assez pour continuer à les utiliser. Habitica règle ce problème en rendant le suivi des bonnes habitudes amusant ! En récompensant les réussites et en pénalisant les écarts, Habitica vous motive à accomplir vos activités quotidiennes.", + "landingp2": "Chaque fois que vous consolidez une bonne habitude, que vous complétez une tâche quotidienne ou que vous prenez la peine d'accomplir une tâche prévue, Habitica vous récompense avec de l'expérience et de l'or. Au fur et à mesure que vous gagnez de l'expérience, vous pouvez monter en niveau, ce qui augmente vos attributs et débloque de nouvelles fonctionnalités comme les classes et les familiers. L'or peut être dépensé dans des objets en jeu qui modifient votre expérience ou dans des récompenses personnalisées que vous aurez créées pour la motivation. Quand même le moindre des accomplissements vous gratifie d'une récompense immédiate, vous avez moins tendance à procrastiner.", "landingp2header": "Satisfaction immédiate", - "landingp3": "Quand vous vous laissez aller à une mauvaise habitude ou que vous négligez de compléter une de vos tâches quotidiennes, vous perdez de la santé. Si votre santé tombe trop bas, vous mourez et perdez un peu du progrès que vous avez fait. HabitRPG apporte des conséquences immédiates qui peuvent aider à briser des mauvaises habitudes et des cycles de procrastination avant qu'ils ne causent des problèmes dans la vraie vie.", + "landingp3": "Quand vous vous laissez aller à une mauvaise habitude ou que vous négligez de compléter une de vos tâches quotidiennes, vous perdez de la santé. Si votre santé tombe trop bas, vous mourez et perdez un peu du progrès que vous avez fait. Habitica apporte des conséquences immédiates qui peuvent aider à briser des mauvaises habitudes et des cycles de procrastination avant qu'ils ne causent des problèmes dans la vraie vie.", "landingp3header": "Conséquences", - "landingp4": "Avec une communauté active, HabitRPG procure ce sentiment de responsabilité dont vous avez besoin pour rester concentré·e sur vos tâches. Avec le système d'équipe, vous pouvez rassembler un groupe de vos amis les plus proches pour vous encourager. Le système de guilde vous permet de trouver des personnes avec des intérêts ou des difficultés similaires aux vôtres afin que vous puissiez partager vos buts et échanger des astuces sur la résolution de vos problèmes. Sur HabitRPG, la communauté signifie que vous avez le soutien et le sentiment de responsabilité dont vous avez besoin pour réussir.", + "landingp4": "Grâce à une communauté active, Habitica procure ce sentiment de responsabilité dont vous avez besoin pour rester concentré·e sur vos tâches. Avec le système d'équipe, vous pouvez rassembler un groupe de vos amis les plus proches pour vous encourager. Le système de guilde vous permet de trouver des personnes avec des intérêts ou des difficultés similaires aux vôtres afin que vous puissiez partager vos buts et échanger des astuces pour résoudre vos problèmes. Sur Habitica, la communauté vous offre à la fois le soutien et le sentiment de responsabilité dont vous avez besoin pour réussir.", "landingp4header": "Responsabilité", - "leadText": "HabitRPG est une application gratuite permettant de développer ses habitudes et d'améliorer sa productivité, et qui traite votre vie réelle comme un jeu. Avec des récompenses et des punitions virtuelles pour vous motiver et un réseau social fort pour vous inspirer, HabitRPG peut vous aider à atteindre vos objectifs comme développer votre hygiène de vie, travailler dur et être heureux.", + "leadText": "Habitica est une application gratuite permettant de développer ses habitudes et d'améliorer sa productivité, et qui traite votre vie réelle comme un jeu. Avec des récompenses et des punitions virtuelles pour vous motiver et un réseau social fort pour vous inspirer, Habitica peut vous aider à atteindre vos objectifs comme développer votre hygiène de vie, travailler dur et être heureux.", "login": "Connexion", "loginAndReg": "Connexion / Inscription", "loginFacebookAlt": "Connexion / Inscription avec Facebook", "logout": "Déconnexion", "marketing1Header": "Améliorez vos habitudes tout en jouant à un jeu.", - "marketing1Lead1": "HabitRPG est un jeu vidéo qui vous aide à améliorer vos habitudes dans la vraie vie. Il \"ludifie\" votre vie en transformant toutes vos tâches (habitudes, quotidiennes ou à faire) en petits monstres que vous devez vaincre. Plus vous êtes doué pour cela, plus vous progressez dans le jeu. Si vous dérapez dans la vraie vie, votre personnage commence à rétrograder dans le jeu. ", + "marketing1Lead1": "Habitica est un jeu vidéo qui vous aide à améliorer vos habitudes dans la vraie vie. Il \"ludifie\" votre vie en transformant toutes vos tâches (habitudes, quotidiennes ou à faire) en petits monstres que vous devez vaincre. Plus vous êtes doué pour cela, plus vous progressez dans le jeu. Si vous dérapez dans la vraie vie, votre personnage commence à rétrograder dans le jeu.", "marketing1Lead2": "Obtenez un super équipement. Améliorez vos habitudes pour développer votre avatar. Frimez avec le super équipement que vous aurez gagné.", "marketing1Lead2Title": "Obtenez un super équipement", - "marketing1Lead3": "Gagnez des prix aléatoires. Certains trouvent leur motivation dans le jeu, grâce à un système appelé \"récompense stochastique\". HabitRPG conjugue tous les genres de renforcement : positif, négatif, prévisible, et aléatoire.", + "marketing1Lead3": "Gagnez des prix aléatoires. Certains trouvent leur motivation dans le jeu, grâce à un système appelé \"récompense stochastique\". Habitica conjugue tous les genres de renforcement : positif, négatif, prévisible, et aléatoire.", "marketing1Lead3Title": "Gagnez des prix aléatoires", "marketing2Header": "Concourez avec vos amis, rejoignez des groupes de soutien", - "marketing2Lead1": "Même si vous pouvez jouer en solo à HabitRPG, tout devient réellement intéressant dès lors que vous commencez à vous associer, à entrer en compétition et à rendre des comptes. La partie la plus efficace de n'importe quel programme d'amélioration personnelle est la responsabilité sociale, et quel meilleur environnement pour la responsabilité et la compétition qu'un jeu vidéo?", + "marketing2Lead1": "Même si vous pouvez jouer en solo à Habitica, tout devient réellement intéressant dès lors que vous commencez à vous associer, à entrer en compétition et à rendre des comptes. La partie la plus efficace de n'importe quel programme d'amélioration personnelle est la responsabilité sociale, et quel meilleur environnement pour la responsabilité et la compétition qu'un jeu vidéo?", "marketing2Lead2": "Combattez des boss. Qu'est-ce qu'un Jeu de Rôles sans batailles ? Combattez des boss avec votre équipe. Les boss sont un \"mode de super-responsabilité\" - un jour où vous n'allez pas à la gym est un jour où le boss blesse tout le monde.", "marketing2Lead2Title": "Boss", "marketing2Lead3": "Les Défis vous permettent d'être en compétition avec vos amis ou des étrangers. Celui qui a fait de son mieux à la fin du défi gagne des prix spéciaux.", "marketing3Header": "Applications", "marketing3Lead1": "Les applications iPhone et Android vous permettent de vous occuper de vos affaires partout où vous allez. Nous sommes conscients que se connecter au site pour cliquer sur des boutons peut être un frein.", - "marketing3Lead2": "D'autres Outils Tiers connectent HabitRPG à d'autres aspects de votre vie. Notre API permet l’intégration facile de choses comme l'Extension Chrome, avec laquelle vous perdez des points en naviguant sur des sites non-productifs, et en gagnez sur des sites productifs. Plus d'informations ici", + "marketing3Lead2": "D'autres Outils Tiers connectent Habitica à d'autres aspects de votre vie. Notre API permet l’intégration facile de choses comme l'Extension Chrome, avec laquelle vous perdez des points en naviguant sur des sites non-productifs, et en gagnez sur des sites productifs. Plus d'informations ici", "marketing4Header": "Utilisation par une organisation", "marketing4Lead1": "L'éducation est un des domaines où la ludification fonctionne le mieux. Nous savons tous à quel point les étudiants sont collés à leurs téléphones et à leurs jeux, de nos jours : à vous d'exploiter ce pouvoir ! Dressez vos élèves les uns contre les autres dans une compétition amicale. Récompensez les bons résultats avec des prix rares. Observez leurs notes et leur comportement remonter en flèche.", "marketing4Lead1Title": "La ludification dans l'éducation", - "marketing4Lead2": "Les coûts liés à la santé augmentent et quelqu'un doit forcément les payer. Des centaines de programmes sont conçus pour réduire ces coûts et améliorer le bien-être général. Nous sommes convaincus qu'HabitRPG peut apporter une réelle solution vers un mode de vie plus sain.", + "marketing4Lead2": "Les coûts liés à la santé augmentent et quelqu'un doit forcément les payer. Des centaines de programmes sont conçus pour réduire ces coûts et améliorer le bien-être général. Nous sommes convaincus qu'Habitica peut apporter une réelle solution vers un mode de vie plus sain.", "marketing4Lead2Title": "La ludification dans la santé et le bien-être", "marketing4Lead3-1": "Vous voulez faire de votre vie un jeu ?", "marketing4Lead3-2": "Intéressé par la gestion d'un groupe dans l'éducation, le bien-être, et davantage?", @@ -121,27 +121,27 @@ "mobileIOS": "iOS", "motivate": "Motivez-vous et stimulez votre équipe!", "motivate1": "Motivez-vous à faire tout et n'importe quoi.", - "motivate2": "Gagnez en organisation. En motivation. En Or. ", + "motivate2": "Gagnez en organisation. En motivation. En Or.", "passConfirm": "Confirmer le Mot de passe", "passMan": "Si vous utilisez un gestionnaire de mots de passe (comme 1Password) et que vous avez des soucis pour vous connecter, essayez de rentrer vos nom d'utilisateur et mot de passe manuellement.", "password": "Mot de passe", "playButton": "Jouer", - "playButtonFull": "Jouez à HabitRPG", + "playButtonFull": "Jouez à Habitica", "presskit": "Dossier de Presse", "presskitDownload": "Télécharger toutes les images :", - "presskitText": "Merci de l'attention que vous portez à HabitRPG ! Les images suivantes peuvent être utilisées dans le cadre d'articles ou de vidéos sur HabitRPG. Pour plus d'informations, vous pouvez contacter Siena Leslie à leslie@habitrpg.com.", + "presskitText": "Merci de l'attention que vous portez à Habitica ! Les images suivantes peuvent être utilisées dans le cadre d'articles ou de vidéos sur Habitica. Pour plus d'informations, vous pouvez contacter Siena Leslie à leslie@habitica.com.", "privacy": "Politique de Confidentialité", "psst": "Psst", - "punishByline": "Perdez vos mauvaises habitudes et rompez le cercle vicieux de la procrastination grâce à des conséquences immédiates. ", - "punishHeading1": "Raté un objectif quotidien? ", + "punishByline": "Perdez vos mauvaises habitudes et rompez le cercle vicieux de la procrastination grâce à des conséquences immédiates.", + "punishHeading1": "Raté un objectif quotidien?", "punishHeading2": "Perdez de la santé!", - "questByline1": "Jouer avec vos amis vous responsabilise face à vos tâches. ", + "questByline1": "Jouer avec vos amis vous responsabilise face à vos tâches.", "questByline2": "Lancez-vous des défis les uns aux autres pour atteindre un objectif ensemble!", "questHeading1": "Combattez des monstres aux côtés de vos amis!", "questHeading2": "Si vous vous relâchez, ils se font tous blesser!", "register": "Inscription", "rewardByline1": "Dépensez de l'or pour des récompenses virtuelles et réelles.", - "rewardByline2": "Les récompenses immédiates maintiennent votre motivation! ", + "rewardByline2": "Les récompenses immédiates maintiennent votre motivation!", "rewardHeading": "Accomplissez une tâche pour gagner de l'or!", "sampleDailies": "Exemples de Quotidiennes", "sampleHabits": "Exemples d'Habitudes", @@ -152,9 +152,9 @@ "schoolSample3": "Rendez-vous avec le groupe d'étude", "schoolSample4": "Notes sur 1 chapitre", "schoolSample5": "Lire 1 chapitre", - "sixteenBitFilQuote": "J'accomplis mes travaux et tâches en un temps record grâce à HabitRPG. Je suis toujours si impatient d'atteindre le niveau suivant! ", + "sixteenBitFilQuote": "J'accomplis mes travaux et tâches en un temps record grâce à Habitica. Je suis toujours si impatient d'atteindre le niveau suivant!", "skysailorQuote": "Grâce à mon équipe et nos quêtes je reste actif dans le jeu, ce qui me motive encore plus à faire avancer les choses et à changer ma vie de façon positive", - "socialTitle": "HabitRPG - Faites de votre vie un jeu", + "socialTitle": "Habitica - Faites de votre vie un jeu", "supermouse35Quote": "Je fais plus d'exercice et je n'ai pas oublié de prendre mes médicaments depuis des mois! Merci, Habit. :D", "sync": "Sync", "tasks": "Tâches", @@ -165,14 +165,14 @@ "terms": "Conditions d'Utilisation", "testimonialHeading": "Ce que les gens en disent...", "tutorials": "Tutoriels", - "unlockByline1": "Atteignez vos objectifs et passez au niveau supérieur. ", + "unlockByline1": "Atteignez vos objectifs et passez au niveau supérieur.", "unlockByline2": "Déverouillez de nouveaux outils motivationnels comme collectionner des familiers, lancer des sorts, obtenir des récompenses aléatoires et bien d'autres choses!", - "unlockHeadline": "En restant productif, vous déverrouillez plus de contenu! ", + "unlockHeadline": "En restant productif, vous déverrouillez plus de contenu!", "useUUID": "Utilisez l'UUID / le jeton d'API (pour les utilisateurs Facebook)", "username": "Nom d'Utilisateur", "watchVideos": "Regarder les vidéos", "work": "Travailler", - "zelahQuote": "Avec HabitRPG, j'envisage même d'aller au lit à l'heure rien qu'à la pensée d'obtenir des points pour m'être couché de bonne heure ou de perdre de la santé pour m'être couché tard!", + "zelahQuote": "Avec Habitica, j'envisage même d'aller au lit à l'heure rien qu'à la pensée d'obtenir des points pour m'être couché de bonne heure ou de perdre de la santé pour m'être couché tard!", "reportAccountProblems": "Signaler un problème sur votre compte", "reportCommunityIssues": "Signaler un problème au niveau de la Communauté", "generalQuestionsSite": "Questions générales sur le Site", diff --git a/common/locales/fr/gear.json b/common/locales/fr/gear.json index 74836a6749..2544aa7528 100644 --- a/common/locales/fr/gear.json +++ b/common/locales/fr/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Robe Flocon de neige", "armorSpecialSnowflakeNotes": "Une robe qui vous maintient au chaud, même en pleine tempête. Augmente la Constitution de <%= con %> points. Équipement en Édition Limitée de l'Hiver 2013-2014.", "armorSpecialBirthdayText": "Robes de Fête Absurdes", - "armorSpecialBirthdayNotes": "Joyeux Anniversaire HabitRPG ! Portez ces Robes de Fête Absurdes pour célébrer cette journée magnifique ! N'apporte aucun bonus.", + "armorSpecialBirthdayNotes": "Joyeux Anniversaire Habitica ! Portez ces Robes de Fête Absurdes pour célébrer cette journée magnifique ! N'apporte aucun bonus.", "armorSpecialBirthday2015Text": "Robes de Fête Ridicules", - "armorSpecialBirthday2015Notes": "Joyeux Anniversaire HabitRPG ! Portez ces Robes de Fête Ridicules pour célébrer cette journée magnifique ! N'apporte aucun bonus.", + "armorSpecialBirthday2015Notes": "Joyeux Anniversaire Habitica ! Portez ces Robes de Fête Ridicules pour célébrer cette journée magnifique ! N'apporte aucun bonus.", "armorSpecialGaymerxText": "Armure de Guerrier Arc-en-Ciel", "armorSpecialGaymerxNotes": "En l'honneur de la \"Pride season\" et de GaymerX, cette armure spéciale est décorée avec un motif arc-en-ciel aussi radieux que coloré ! GaymerX est une convention célébrant les LGBTQ et les jeux, et est ouverte à tous. Elle se déroule à l'InterContinental dans le centre de San Francisco, du 11 au 13 Juillet ! N'apporte aucun bonus.", "armorSpecialSpringRogueText": "Costume de Chat Élégant ", @@ -522,8 +522,8 @@ "backMystery201410Notes": "Fendez la nuit sur ces ailes puissantes. N'apporte aucun bonus. Équipement d'Abonné d'Octobre 2014.", "backMystery201504Text": "Ailes d'Abeille", "backMystery201504Notes": "Bzzz bzzz bzzz ! Voltigez de tâche en tâche. Ne confère aucun bonus. Équipement d'Abonné d'Avril 2015", - "backMystery201507Text": "Rad Surfboard", - "backMystery201507Notes": "Surf off the Diligent Docks and ride the waves in Inkomplete Bay! Confers no benefit. July 2015 Subscriber Item.", + "backMystery201507Text": "Planche de surf excellente", + "backMystery201507Notes": "Surfez loin du Quai Assidu et domptez les vagues de la Baie d'Inkomplet ! N'apporte aucun bonus. Équipement d'Abonné de Juillet 2015.", "backSpecialWonderconRedText": "Cape de Puissance", "backSpecialWonderconRedNotes": "Bruisse avec force et élégance. N'apporte aucun bonus. Équipement de Convention en Édition Spéciale.", "backSpecialWonderconBlackText": "Cape de Dissimulation", @@ -611,10 +611,10 @@ "eyewearMystery201503Notes": "Ne laissez pas ces gemmes chatoyantes vous taper dans l’œil ! N'apporte aucun bonus. Équipement d'Abonné de Mars 2015.", "eyewearMystery201506Text": "Tuba néon ", "eyewearMystery201506Notes": "Ce tuba néon permet à son porteur de voir sous l'eau. N'apporte aucun bonus. Équipement d'Abonné de Juin 2015.", - "eyewearMystery201507Text": "Rad Sunglasses", - "eyewearMystery201507Notes": "These sunglasses let you stay cool even when the weather is hot. Confers no benefit. July 2015 Subscriber Item.", + "eyewearMystery201507Text": "Lunettes de soleil excellentes", + "eyewearMystery201507Notes": "Ces lunettes vous permettront de rester cool, même en pleine canicule. N'apporte aucun bonus. Équipement d'Abonné de Juillet 2015.", "eyewearMystery301404Text": "Lunettes", "eyewearMystery301404Notes": "Il n'y a pas plus raffiné qu'une paire de lunettes - à l'exception, peut-être, d'un monocle. N'apporte aucun bonus. Équipement d'Abonné d'Avril 3015.", "eyewearMystery301405Text": "Monocle", "eyewearMystery301405Notes": "Il n'y a pas plus raffiné qu'un monocle - à l'exception, peut-être, d'une paire de lunettes. N'apporte aucun bonus. Équipement d'Abonné d'Avril 3015." -} \ No newline at end of file +} diff --git a/common/locales/fr/generic.json b/common/locales/fr/generic.json index 7e921701e8..6fca174478 100644 --- a/common/locales/fr/generic.json +++ b/common/locales/fr/generic.json @@ -1,21 +1,21 @@ { "languageName": "Français", "stringNotFound": "Chaîne '<%= string %>' non trouvée", - "titleIndex": "HabitRPG | Le RPG de votre vie", + "titleIndex": "Habitica | Le RPG de votre vie", "habitica": "Habitica", "expandToolbar": "Montrer la barre d'outlis", "collapseToolbar": "Cacher la barre d'outils", - "markdownBlurb": "HabitRPG utilise le balisage markdown dans les espaces de discussion. Voir le Mémo de Markdown pour de plus amples informations.", - "showFormattingHelp": "Afficher l'aide pour l'utilisation des balises. ", + "markdownBlurb": "Habitica utilise le balisage markdown dans les espaces de discussion. Voir le Mémo de Markdown pour de plus amples informations.", + "showFormattingHelp": "Afficher l'aide pour l'utilisation des balises.", "hideFormattingHelp": "Masquer l'aide pour l'utilisation des balises.", - "youType": "Lorsque vous tapez: ", + "youType": "Lorsque vous tapez:", "youSee": "Vous voyez:", "italics": "*Italique*", "bold": "**Gras**", "strikethrough": "~~Barré~~", "emojiExample": ":smile:", - "markdownLinkEx": "[Habit RPG, c'est la classe!](https://habitrpg.com)", - "markdownImageEx": "![texte alternatif obligatoire](https://habitrpg.com/cake.png \"facultatif: titre affiché en passant la souris\")", + "markdownLinkEx": "[Habit RPG, c'est la classe!](https://habitica.com)", + "markdownImageEx": "![texte alternatif obligatoire](https://habitica.com/cake.png \"facultatif: titre affiché en passant la souris\")", "unorderedListHTML": "+ Premier article
+ Second article
+ Troisième article", "unorderedListMarkdown": "+ Premier article\n+ Second article\n+ Troisième article", "code": "`code`", @@ -56,18 +56,21 @@ "moreInfo": "Plus d'infomations", "showMoreMore": "(montrer les détails)", "showMoreLess": "(masquer les détails)", - "gemsWhatFor": "Cliquez pour acheter des Gemmes! Les Gemmes vous permettent d'acheter des objets spéciaux comme des Quêtes, des personnalisations d'équipement et de l'équipement saisonnier. ", + "gemsWhatFor": "Cliquez pour acheter des Gemmes! Les Gemmes vous permettent d'acheter des objets spéciaux comme des Quêtes, des personnalisations d'équipement et de l'équipement saisonnier.", "veteran": "Vétéran", "veteranText": "A résisté à Habit le Gris (notre site pré-Angular) et a gagné de nombreuses cicatrices de guerre à cause de ses bugs.", "originalUser": "Utilisateur d'origine !", "originalUserText": "L'un·e des adeptes les plus précoces, présent·e depuis l'origine. Ça c'est du test alpha !", - "habitBirthday": "Anniversaire d'Enfer d'HabitRPG", - "habitBirthdayText": "A fêté l'Anniversaire d'Enfer d'HabitRPG !", - "habitBirthdayPluralText": "A fêté <%= number %> Anniversaire d'Enfer d'HabitRPG !", + "habitBirthday": "Anniversaire d'Enfer d'Habitica", + "habitBirthdayText": "A fêté l'Anniversaire d'Enfer d'Habitica !", + "habitBirthdayPluralText": "A fêté <%= number %> Anniversaire d'Enfer d'Habitica !", + "habiticaDay": "Le Jour d'Appellation d'Habitica", + "habiticaDaySingularText": "Fêté le Jour d'Appellation d'Habitica! Merci à vous pour être un utilisateur fantastique.", + "habiticaDayPluralText": "Fêté <%=number %> Jours d'Appellation! Merci à vous pour être un utilisateur fantastique.", "achievementDilatory": "Sauveur de Dilatoire", "achievementDilatoryText": "A contribué à vaincre le Redoutable Drag'on de Dilatoire au cours du \"Summer Splash Event\" 2014 !", "costumeContest": "Concours de Costumes 2014", - "costumeContestText": "A participé au Concours de Costumes d'Halloween 2014. Découvrez certaines des participations sur blog.habitrpg.com/tagged/cosplay !", + "costumeContestText": "A participé au Concours de Costumes d'Halloween 2014. Découvrez certaines des participations sur blog.habitica.com/tagged/cosplay !", "memberSince": "- Membre depuis", "lastLoggedIn": "- Dernière connexion", "notPorted": "Cette fonction n'a pas encore été importée depuis le site original.", @@ -90,7 +93,7 @@ "audioTheme_gokulTheme": "Thème de Gokul", "askQuestion": "Poser une Question", "reportBug": "Signaler un Bug", - "contributeToHRPG": "Contribuer à HabitRPG", + "contributeToHRPG": "Contribuer à Habitica", "overview": "Présentation à l'usage des Nouveaux Utilisateurs", "January": "Janvier", "February": "Février", @@ -107,4 +110,4 @@ "dateFormat": "Format de la Date", "achievementStressbeast": "Sauveur de Stoïcalme", "achievementStressbeastText": "A contribué à vaincre l'Abominable Monstressé au cours du \"Winter Wonderland Event\" 2015 !" -} \ No newline at end of file +} diff --git a/common/locales/fr/groups.json b/common/locales/fr/groups.json index 0b20f03362..17f7e0ccc1 100644 --- a/common/locales/fr/groups.json +++ b/common/locales/fr/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Classer par date d'arrivée dans l'équipe", "sortName": "Classer par nom d'avatar", "sortBackgrounds": "Classer par arrière-plan", - "sortHabitrpgJoined": "Trier en fonction de la date d'inscription à HabitRPG", + "sortHabitrpgJoined": "Trier en fonction de la date d'inscription à Habitica", "sortHabitrpgLastLoggedIn": "Trier en fonction de la dernière connexion", "ascendingSort": "Trier par ordre Croissant", "descendingSort": "Trier par ordre Décroissant", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Seul le responsable du groupe peut créer des défis", "sendGift": "Envoyer un cadeau", "inviteFriends": "Inviter des amis", - "inviteAlertInfo": "Inviter des amis ici avec leur ID d'Utilisateur.", + "inviteAlertInfo": "Inviter des amis ici avec leur ID d'Utilisateur.", "inviteExistUser": "Inviter un utilisateur existant", "inviteByEmail": "Inviter des amis par courriel. S'ils s'inscrivent en réponse à votre courriel, ils seront automatiquement invités à ce groupe. ", "byColon": "Invité par: ", @@ -123,4 +123,4 @@ "startAParty": "Former une Equipe ", "addToParty": "Ajouter un membre à votre équipe", "likePost": "Cliquez si vous aimez cette publication!" -} \ No newline at end of file +} diff --git a/common/locales/fr/limited.json b/common/locales/fr/limited.json index e020bf97d0..447ead3d55 100644 --- a/common/locales/fr/limited.json +++ b/common/locales/fr/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Sorcière Saisonnière<%= linkEnd %>", "seasonalShopClosedText": "La Boutique Saisonnière est actuellement fermée !! Je ne sais pas où est passé la Sorcière Saisonnière, mais je parie qu'elle sera de retour lors du prochain <%= linkStart %>Grand Gala<%= linkEnd %> !", - "seasonalShopText": "Bienvenue à la Boutique Saisonnière !! Nous avons actuellement reçu les nouveautés Édition Saisonnière du Printemps. Tout l'équipement est disponible à l'achat pendant la Fête du Printemps chaque année, mais nous ne sommes ouverts que jusqu'au 30 Avril, alors faites un stock dès maintenant, ou vous devrez attendre un an pour acheter à nouveau cet équipement.", - "seasonalShopSummerText": "Bienvenue à la Boutique Saisonnière!! Nous avons reçu les nouveautés Édition Saisonnière de l'Été. Tout l'équipement sera disponible à l'achat pendant la Fête de l'Été chaque année, mais nous ne sommes ouverts que jusqu'au 31 juillet, alors faites un stock dès maintenant ou vous devrez attendre un an pour acheter à nouveau cet équipement!", + "seasonalShopText": "Bienvenue à la Boutique Saisonnière !! Nous avons actuellement reçu les nouveautés Édition Saisonnière du Printemps. Tout l'équipement est disponible à l'achat pendant la Fête du Printemps chaque année, mais nous ne sommes ouverts que jusqu'au 30 Avril, alors faites un stock dès maintenant, ou vous devrez attendre un an pour acheter à nouveau cet équipement.", + "seasonalShopSummerText": "Bienvenue à la Boutique Saisonnière!! Nous avons reçu les nouveautés Édition Saisonnière de l'Été. Tout l'équipement sera disponible à l'achat pendant la Fête de l'Été chaque année, mais nous ne sommes ouverts que jusqu'au 31 juillet, alors faites un stock dès maintenant ou vous devrez attendre un an pour acheter à nouveau cet équipement!", "seasonalShopRebirth": "Si vous avez utilisé l'Orbe de Renaissance, vous pouvez acheter ces équipements à nouveau dès lors que vous débloquez la Boutique. Dans un premier temps, vous ne pourrez acheter que les objets de votre classe actuelle (Guerrier, par défaut), mais ne craignez rien, les autres objets de classes seront disponibles si vous changez de classe.", "candycaneSet": "Sucre d'Orge (Mage)", "skiSet": "Ski-sassin (Voleur)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Sorcirène (Mage)", "reefSeahealerSet": "Poissoigneur du Récif (Guérisseur)", "roguishPirateSet": "Pirate Voyou (Voleur)" -} \ No newline at end of file +} diff --git a/common/locales/fr/messages.json b/common/locales/fr/messages.json index 3f33a8f10d..34080eceb9 100644 --- a/common/locales/fr/messages.json +++ b/common/locales/fr/messages.json @@ -22,11 +22,11 @@ "messageDropEgg": "Vous avez trouvé un Œuf de <%= dropText %> ! <%= dropNotes %>", "messageDropPotion": "Vous avez trouvé une Potion d’Éclosion <%= dropText %> ! <%= dropNotes %>", "messageDropQuest": "Vous avez trouvé une quête !", - "messageDropMysteryItem": "You open the box and find <%= dropText %>!", + "messageDropMysteryItem": "Vous ouvrez la boite et trouvez <%= dropText %> !", "messageFoundQuest": "Vous avez trouvé la quête \"<%= questText %>\" !", "messageAlreadyPurchasedGear": " Vous avez acheté cet équipement auparavant mais ne le possédez actuellement pas. Vous pouvez l'acheter à nouveau dans la colonne Récompenses sur la page des tâches. ", "messageAlreadyOwnGear": "Vous possédez déjà cet objet. Équipez le depuis la page d'équipement.", "armoireEquipment": "<%= image %> Vous avez trouvé une pièce d'équipement rare dans l'Armoire: <%= dropText %>! Génial!", "armoireFood": "<%= image %> Vous farfouillez dans l'Armoire et trouvez du/de la <%= dropArticle %><%= dropText %>. Qu'est-ce que ça fait là?", "armoireExp": "Vous luttez contre l'Armoire et gagnez de l'Expérience. Prends ça!" -} \ No newline at end of file +} diff --git a/common/locales/fr/npc.json b/common/locales/fr/npc.json index b3d86a0176..b11fd206a7 100644 --- a/common/locales/fr/npc.json +++ b/common/locales/fr/npc.json @@ -21,9 +21,9 @@ "cool": "Rappelez-le moi plus tard", "dismissAlert": "Renvoyer la Messagère", "donateText1": "Ajoute 20 Gemmes à votre compte. Les gemmes sont utilisées pour acheter des objets spéciaux en jeu tel que les maillots ou les coiffures.", - "donateText2": "Contribuez à soutenir HabitRPG", - "donateText3": "En tant que projet à code source ouvert, HabitRPG est dépendant du soutien de ses utilisateurs. L'argent que vous dépensez en gemmes nous aide à continuer à faire tourner les serveurs, à maintenir un petit groupe d'employés, à développer de nouvelles fonctionnalités et à fournir des encouragements à nos programmeurs bénévoles. Merci de votre générosité!", - "donationDesc": "20 Gemmes, Don à HabitRPG", + "donateText2": "Contribuez à soutenir Habitica", + "donateText3": "En tant que projet à code source ouvert, Habitica est dépendant du soutien de ses utilisateurs. L'argent que vous dépensez en gemmes nous aide à continuer à faire tourner les serveurs, à maintenir un petit groupe d'employés, à développer de nouvelles fonctionnalités et à fournir des encouragements à nos programmeurs bénévoles. Merci de votre générosité!", + "donationDesc": "20 Gemmes, Don à Habitica", "payWithCard": "Payer par Carte Bancaire", "payNote": "Note : Paypal met parfois longtemps à transmettre. Nous vous recommandons de payer par carte.", "card": "Carte", @@ -52,10 +52,10 @@ "tourStatsPage": "Ceci est votre page de statistiques ! Remportez des succès en complétant les tâches listées.", "tourTavernPage": "Bienvenue à la Taverne, un lieu de discussion pour tous! Vous pouvez vous protéger des dégâts causés par vos Quotidiennes en cas de maladie ou de voyage en cliquant sur \"Se reposer à l'Auberge\". Venez dire bonjour! ", "tourPartyPage": "Votre équipe vous aidera à rester responsable. Invitez des amis pour déverrouiller un parchemin de quête !", - "tourGuildsPage": "Les Guildes sont des groupes de discussion créés par les joueurs pour les joueurs pour regroupe les personnes autour de leurs centres d'intérêt. Jetez un œil à la liste et rejoignez les Guildes qui vous intéressent! Nous vous recommandons la Guilde des Nouveaux Arrivants, où chacun peut poser des questions sur HabitRPG!", + "tourGuildsPage": "Les Guildes sont des groupes de discussion créés par les joueurs pour les joueurs pour regroupe les personnes autour de leurs centres d'intérêt. Jetez un œil à la liste et rejoignez les Guildes qui vous intéressent! Nous vous recommandons la Guilde des Nouveaux Arrivants, où chacun peut poser des questions sur Habitica!", "tourChallengesPage": "Les Défis sont des listes de tâches à thème créées par des membres! Rejoindre un Défi ajoutera ses tâches à votre compte. Rivalisez avec d'autres membres pour gagner des Gemmes!", "tourMarketPage": "A partir du niveau 4, des œufs et des potions d'éclosion apparaitront au hasard comme butin lorsque vous réaliserez vos tâches. Ils apparaissent ici - utilisez-les pour faire éclore des Familiers ! Vous pouvez aussi acheter des objets au Marché.", - "tourHallPage": "Bienvenue au Panthéon des Héros, où les contributeurs open-source d'HabitRPG sont honorés. Que ce soit par le code, les illustrations, la musique, l'écriture ou simplement par leur obligeance, ils ont gagné des Gemmes, de l'équipement exclusif et des titres prestigieux. Vous pouvez vous aussi contribuer à HabitRPG!", + "tourHallPage": "Bienvenue au Panthéon des Héros, où les contributeurs open-source d'Habitica sont honorés. Que ce soit par le code, les illustrations, la musique, l'écriture ou simplement par leur obligeance, ils ont gagné des Gemmes, de l'équipement exclusif et des titres prestigieux. Vous pouvez vous aussi contribuer à Habitica!", "tourPetsPage": "Voici l'Écurie! Après avoir passé le niveau 4, vous pouvez faire éclore vos familiers grâce à vos œufs et potions. Lorsque vous faites éclore un animal au Marché, il apparaît ici! Cliquez sur l'image d'un animal pour le faire rejoindre votre avatar. Donnez à vos familiers la nourriture que vous trouvez dès la fin du niveau 4, et ils deviendront de puissantes montures.", "tourMountsPage": " Lorsque vous avez assez nourri un animal pour qu'il devienne une fière monture, il apparaîtra ici. (les familiers, les montures et la nourriture sont accessibles à la fin du niveau 4.) Cliquez sur une monture pour monter en selle!", "tourEquipmentPage": "C'est ici que vous rangez votre Équipement! Votre Tenue de Combat influe sur vos stats. Si vous voulez que votre avatar arbore un équipement différent sans changer vos stats, cochez \"Utiliser un Costume\". ", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Logique!", "tourRewardsBrief": "Liste de Récompenses
  • Dépensez ici votre Or durement gagné!
  • Achetez de l'Équipement pour votre avater ou définissez des Récompenses personnalisées.
", "tourRewardsProceed": "C'est tout !", - "welcomeToHabit": "Bienvenue dans HabitRPG, un jeu pour améliorer votre vie!", + "welcomeToHabit": "Bienvenue dans Habitica, un jeu pour améliorer votre vie!", "welcome1": "Créez et personnalisez un avatar qui vous représentera en jeu. ", "welcome2": "Vos tâches réelles influent sur la Santé (PV), l'Expérience (XP) et l'Or de votre avatar!", "welcome3": "Accomplissez des tâches pour gagner de l'Expérience (XP) et de l'Or, qui déverrouillent des fonctionnalités et des récompenses géniales!", "welcome4": "Évitez les mauvaises habitudes qui vident votre Santé (PV), ou votre avatar mourra!", "welcome5": "Maintenant, vous allez personnaliser votre avatar et définissez vos tâches...", "imReady": "Je suis prêt !" -} \ No newline at end of file +} diff --git a/common/locales/fr/pets.json b/common/locales/fr/pets.json index 79e064ceff..b29e476f22 100644 --- a/common/locales/fr/pets.json +++ b/common/locales/fr/pets.json @@ -9,12 +9,14 @@ "rareMounts": "Montures rares", "etherealLion": "Lion Éthéré", "veteranWolf": "Loup de Vétéran", + "veteranTiger": "Tigre de Vétéran", "cerberusPup": "Chiot Cerbère", "hydra": "Hydre", "mantisShrimp": "Crevette-mante", "mammoth": "Mammouth Laineux", "orca": "Orque", - "rarePetPop1": "Cliquez sur l'empreinte dorée pour savoir comment obtenir cet animal rare en contribuant à HabitRPG !", + "royalPurpleGryphon": "Griffon à Violet Royal", + "rarePetPop1": "Cliquez sur l'empreinte dorée pour savoir comment obtenir cet animal rare en contribuant à Habitica !", "rarePetPop2": "Comment obtenir ce Familier !", "potion": "Potion <%= potionType %>", "egg": "Œuf de <%= eggType%>", @@ -28,7 +30,7 @@ "foodText": "nourriture", "food": "Nourriture et Selles", "noFood": "Vous n'avez ni nourriture ni selle.", - "dropsExplanation": "Récupérez ces objets plus vite avec des Gemmes, si vous ne voulez pas attendre de les recevoir en butin d'une tâche. Apprenez-en plus à propos du système de butin.", + "dropsExplanation": "Récupérez ces objets plus vite avec des Gemmes, si vous ne voulez pas attendre de les recevoir en butin d'une tâche. Apprenez-en plus à propos du système de butin.", "beastMasterProgress": "Progression Maître des Bêtes", "beastAchievement": "Vous avez remporté le succès \"Maître des Bêtes\" pour avoir collectionné tous les familiers !", "beastMasterName": "Maître des Bêtes", @@ -65,4 +67,4 @@ "petKeyBoth": "Relâcher les Deux", "petKeyNeverMind": "Pas Encore", "gemsEach": "gemmes chacun" -} \ No newline at end of file +} diff --git a/common/locales/fr/quests.json b/common/locales/fr/quests.json index cfbf10d0d2..6f7974838b 100644 --- a/common/locales/fr/quests.json +++ b/common/locales/fr/quests.json @@ -60,4 +60,4 @@ "questWarning": "Si de nouveaux joueurs rejoignent le groupe avant que la quête ne soit lancée, il recevront également une invitation. Cependant, une fois la quête débutée aucun nouveau membre du groupe ne pourra rejoindre celle-ci.", "bossRageTitle": "Rage", "bossRageDescription": "Quand cette jauge sera remplie, le boss réalisera une attaque spéciale !" -} \ No newline at end of file +} diff --git a/common/locales/fr/questscontent.json b/common/locales/fr/questscontent.json index 7af907aa4d..0593d3304a 100644 --- a/common/locales/fr/questscontent.json +++ b/common/locales/fr/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Poisson (Nourriture)", "questDilatoryDistress3DropWeapon": "Trident des Marées Déferlantes (Arme)", "questDilatoryDistress3DropShield": "Bouclier Perle de Lune (Objet de main gauche)" -} \ No newline at end of file +} diff --git a/common/locales/fr/rebirth.json b/common/locales/fr/rebirth.json index c18bb71600..cf30eb413d 100644 --- a/common/locales/fr/rebirth.json +++ b/common/locales/fr/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Renaissance : Une Nouvelle Aventure Disponible !", - "rebirthUnlock": "Vous avez débloqué la Renaissance ! Cet article spécial du Marché vous permet de commencer une nouvelle partie au niveau 1 tout en gardant vos tâches, vos familiers et bien plus. Utilisez-le pour vous procurer un vent de renouveau dans HabitRPG si vous sentez que vous en avez fait le tour ou pour expérimenter de nouvelles fonctionnalités avec le regard nouveau d'un personnage débutant. ", + "rebirthUnlock": "Vous avez débloqué la Renaissance ! Cet article spécial du Marché vous permet de commencer une nouvelle partie au niveau 1 tout en gardant vos tâches, vos familiers et bien plus. Utilisez-le pour vous procurer un vent de renouveau dans Habitica si vous sentez que vous en avez fait le tour ou pour expérimenter de nouvelles fonctionnalités avec le regard nouveau d'un personnage débutant. ", "rebirthBegin": "Renaissance : Commencez une Nouvelle Aventure", "rebirthStartOver": "Renaissance réinitialise votre personnage au Niveau 1, comme si vous aviez créé un nouveau compte.", "rebirthAdvList1": "Vous repartez avec une Santé complète.", @@ -22,4 +22,4 @@ "rebirthPop": "Commencez un nouveau personnage au Niveau 1 en conservant les succès, les objets de collection et les tâches avec historique.", "rebirthName": "Orbe de Renaissance", "reborn": "Né de nouveau, niveau maximum <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/fr/settings.json b/common/locales/fr/settings.json index 0db6f0d160..0dab777450 100644 --- a/common/locales/fr/settings.json +++ b/common/locales/fr/settings.json @@ -2,7 +2,7 @@ "settings": "Paramètres", "language": "Langage", "americanEnglishGovern": "Dans l'éventualité d'une contradiction entre les traductions, la version américaine prévaut.", - "helpWithTranslation": "Vous voulez participer à la traduction d'HabitRPG ? Fantastique ! Visitez donc ce ticket Trello.", + "helpWithTranslation": "Vous voulez participer à la traduction d'Habitica ? Fantastique ! Visitez donc ce ticket Trello.", "showHeaderPop": "Montrer votre avatar, vos barres de Santé/Expérience et votre équipe.", "stickyHeader": "Bandeau fixe", "stickyHeaderPop": "Fixe le bandeau au dessus de l'écran. Si cette case est décochée, il défilera hors de vue.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Options Avancées des tâches réduites", "startAdvCollapsedPop": "Avec cette option cochée, les Options Avancées seront cachées quand vous modifierez une tâche pour la première fois.", "showTour": "Montrer la visite guidée", - "restartTour": "Relance la visite guidée d'introduction vue lors de votre première visite sur HabitRPG.", + "restartTour": "Relance la visite guidée d'introduction vue lors de votre première visite sur Habitica.", "showBailey": "Montrer Bailey", "showBaileyPop": "Rappelle Bailey la Crieuse Publique afin que vous puissiez revoir les dernières nouveautés.", "fixVal": "Corriger les valeurs du personnage", @@ -27,11 +27,11 @@ "resetAccount": "Réinitialiser le compte", "resetAccPop": "Recommencez à zéro. Cela supprimera votre niveau, votre or, votre équipement, votre historique et vos tâches.", "deleteAccount": "Supprimer le compte", - "deleteAccPop": "Annule et supprime votre compte HabitRPG.", + "deleteAccPop": "Annule et supprime votre compte Habitica.", "qrCode": "QR Code", "dataExport": "Export de Données", - "saveData": "Vous trouverez ici quelques options pour sauvegarder vos données HabitRPG. ", - "habitHistory": "Historique HabitRPG", + "saveData": "Vous trouverez ici quelques options pour sauvegarder vos données Habitica. ", + "habitHistory": "Historique Habitica", "exportHistory": "Exporter l'Historique :", "csv": "(CSV)", "userData": "Données Utilisateur", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Heure personnalisée de début de journée", "24HrClock": "Horloge de 24 heures", - "customDayStartInfo1": "Par défaut, HabitRPG vérifie et réinitialise vos quotidiennes à minuit dans votre propre fuseau horaire tout les jours. Il est recommandé que vous lisiez les informations suivantes avant de les changer :", - "customDayStartInfo4": "Terminez toutes vos tâches quotidiennes avant de personnaliser l'heure de démarrage de la journée ou restez à l'auberge pendant cette journée. Modifier l'heure de démarrage de la journée peut amener Cron s'exécuter immédiatement, mais après le premier jour, il fonctionnera de la façon souhaitée.

Attendre en moyenne deux heures pour que les changenents prennent effet. Par exemple, s'il est actuellement règlé à 0 (minuit), changez le avant 22h; si vous voulez le régler sur 21h, modifiez le avant 19h.

Entrez une heure de 0 à 23 (c'est le système horaire sur 24 heures qui est utilisé). Saisir directement est plus efficace que d'utiliser les flèches. Une fois le paramètre changé, actualisez la page pour vérifier que la nouvelle valeur s'affiche correctement.", + "customDayStartInfo1": "Par défaut, Habitica vérifie et réinitialise vos quotidiennes à minuit dans votre propre fuseau horaire tout les jours. Il est recommandé que vous lisiez les informations suivantes avant de les changer :", + "customDayStartInfo4": "Terminez toutes vos tâches quotidiennes avant de personnaliser l'heure de démarrage de la journée ou restez à l'auberge pendant cette journée. Modifier l'heure de démarrage de la journée peut amener Cron s'exécuter immédiatement, mais après le premier jour, il fonctionnera de la façon souhaitée.

Attendre en moyenne deux heures pour que les changenents prennent effet. Par exemple, s'il est actuellement règlé à 0 (minuit), changez le avant 22h; si vous voulez le régler sur 21h, modifiez le avant 19h.

Entrez une heure de 0 à 23 (c'est le système horaire sur 24 heures qui est utilisé). Saisir directement est plus efficace que d'utiliser les flèches. Une fois le paramètre changé, actualisez la page pour vérifier que la nouvelle valeur s'affiche correctement.", "misc": "Divers", "showHeader": "Montrer le Bandeau", "changePass": "Changer le mot de passe", @@ -56,7 +56,7 @@ "dangerZone": "Zone de Danger", "resetText1": "ATTENTION ! Cette action va réinitialiser une grand partie de votre compte. Ceci est fortement déconseillé, mais certaines personnes y trouvent une utilité dans les premiers temps, après une courte utilisation de l'application.", "resetText2": "Vous perdrez tous vos niveaux, or et points d'expérience. Toutes vos tâches seront supprimées de façon permanente et vous perdrez tout l'historique associé aux tâches. Vous perdrez tout votre équipement mais il vous sera possible de l'acheter à nouveau, y compris les équipements en Edition Limitée et les Equipements Mystères d'abonné (vous devrez cependant être de la classe correspondante pour racheter les équipements de classe). Vous conserverez votre classe actuelle, ainsi que vos familiers et montures. Vous préférerez peut-être utiliser un Orbe de Renaissance à la place, une option bien plus sûre qui vous permettra de conserver toutes vos tâches.", - "deleteText": "Êtes-vous sûr ? Cela va supprimer votre compte HabitRPG définitivement et il ne pourra pas être restauré ! Vous serez obligé de créer un nouveau compte pour ré-utiliser HabitRPG. Les Gemmes sur votre compte ou celles dépensées ne seront pas remboursées. Si vous êtes absolument certain, tapez <%= deleteWord %> dans le champ de texte ci-dessous.", + "deleteText": "Êtes-vous sûr ? Cela va supprimer votre compte Habitica définitivement et il ne pourra pas être restauré ! Vous serez obligé de créer un nouveau compte pour ré-utiliser Habitica. Les Gemmes sur votre compte ou celles dépensées ne seront pas remboursées. Si vous êtes absolument certain, tapez <%= deleteWord %> dans le champ de texte ci-dessous.", "API": "API", "APIText": "Copiez ceci pour un usage dans des applications tierces. Considérez toutefois votre Jeton d'API comme l'équivalent d'un mot de passe, et ne le partagez pas publiquement. Votre ID d'utilisateur peut occasionnellement vous être demandé, mais ne publiez jamais votre Jeton d'API là où d'autres peuvent le voir, y compris sur Github.", "APIToken": "Jeton d'API (ceci est un mot de passe - voir l'avertissement ci-dessus !)", @@ -79,13 +79,13 @@ "data": "Données", "exportData": "Exporter les Données", "emailChange1": "Pour modifier votre adresse mail, merci d'envoyer un mail à", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "incluant à la fois votre ancienne et votre nouvelle adresse mail et votre ID d'utilisateur·trice", "username": "Nom d'utilisateur", "usernameOrEmail": "Nom d'utilisateur ou adresse courriel", "email": "Mail", "registeredWithFb": "Inscrit·e avec Facebook", - "loginNameDescription1": "C'est ce que vous utilisez pour vous connecter à HabitRPG. Allez sur", + "loginNameDescription1": "C'est ce que vous utilisez pour vous connecter à Habitica. Allez sur", "loginNameDescription2": "Utilisateur -> Profil", "loginNameDescription3": "pour modifier le nom qui apparaît sur votre avatar et dans les messages.", "emailNotifications": "Notifications par Mail", @@ -101,12 +101,12 @@ "questStarted": "Votre Quête a Commencé", "invitedQuest": "Invitation à une Quête", "kickedGroup": "Éjecté·e du groupe", - "remindersToLogin": "Rappels de vérification d'HabitRPG", + "remindersToLogin": "Rappels de vérification d'Habitica", "unsubscribedSuccessfully": "Correctement désabonné !", - "unsubscribedTextUsers": "Vous vous êtes désabonné de tous les courriels de HabitRPG avec succès. Vous pouvez activer uniquement les courriels que vous souhaitez recevoir dans les paramètres (nécessite d'être connecté).", - "unsubscribedTextOthers": "Vous ne recevrez plus d'autre email de HabitRPG.", + "unsubscribedTextUsers": "Vous vous êtes désabonné de tous les courriels de Habitica avec succès. Vous pouvez activer uniquement les courriels que vous souhaitez recevoir dans les paramètres (nécessite d'être connecté).", + "unsubscribedTextOthers": "Vous ne recevrez plus d'autre email de Habitica.", "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.", + "unsubscribeAllEmailsText": "En cochant cette case, je certifie comprendre qu'en me désabonnant de tous les mails, Habitica 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 %>\".", "subscriptionRateText": "$<%= price %> tous les <%= months %> mois", "benefits": "Avantages", @@ -119,4 +119,4 @@ "promoCodeApplied": "Code promotionnel validé ! Vérifiez votre inventaire", "promoPlaceholder": "Entrez le Code promotionnel", "displayInviteToPartyWhenPartyIs1": "Afficher le bouton Inviter Dans L'équipe lorsque l'équipe a 1 seul membre." -} \ No newline at end of file +} diff --git a/common/locales/fr/spells.json b/common/locales/fr/spells.json index 37a5778f23..6b9e1e0ac0 100644 --- a/common/locales/fr/spells.json +++ b/common/locales/fr/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Transformez un ami en une créature marine!", "spellSpecialSandText": "Sable ", "spellSpecialSandNotes": "Annule les effets de l'Écume." -} \ No newline at end of file +} diff --git a/common/locales/fr/subscriber.json b/common/locales/fr/subscriber.json index c72a7a9b5c..cd4d233c68 100644 --- a/common/locales/fr/subscriber.json +++ b/common/locales/fr/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / Mois", "organization": "Organisation", "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)", + "indivPlan1": "Pour les particuliers, Habitica 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", + "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 Habitica, pour votre groupe ou organisation, sécurisées et indépendantes de", "groupText2": "Regardez en-dessous pour des programmes additionnels plus avantageux, et contactez-nous si vous voulez plus d'informations !", "planFamily": "Famille (À venir)", "planGroup": "Groupe (À venir)", "dedicatedHost": "Hébergement dédié", - "dedicatedHostText": "Hébergement dédié : vous recevez votre propre base de données et serveur hébergés par HabitRPG ou, éventuellement, nous l'installons sur le réseau de votre organisation. Si non sélectionné, l'offre utilise un \"Hébergement partagé\" : votre organisation utilise la même base de données que HabitRPG tout en contribuant indépendamment à Habitica. Vos membres n'ont pas accès à la Taverne et aux Guildes mais ils restent sur le même serveur/base de données.", + "dedicatedHostText": "Hébergement dédié : vous recevez votre propre base de données et serveur hébergés par Habitica ou, éventuellement, nous l'installons sur le réseau de votre organisation. Si non sélectionné, l'offre utilise un \"Hébergement partagé\" : votre organisation utilise la même base de données que Habitica tout en contribuant indépendamment à Habitica. Vos membres n'ont pas accès à la Taverne et aux Guildes mais ils restent sur le même serveur/base de données.", "individualSub": "Abonnement individuel", "subscribe": "Abonnez-vous", "subscribed": "Abonné", @@ -33,9 +33,9 @@ "adminSub": "Abonnements Administrateur", "morePlans": "Plus d'offres
À venir", "organizationSub": "Organisation Privée", - "organizationSubText": "Les membres de votre organisation participent à HabitRPG de façon isolée, ce qui évite aux participants d'être distraits.", + "organizationSubText": "Les membres de votre organisation participent à Habitica de façon isolée, ce qui évite aux participants d'être distraits.", "hostingType": "Type d'hébergement", - "hostingTypeText": "L'hébergement partagé signifie que votre organisation utilise la même base de données que HabitRPG bien que vous n'interagissiez pas avec Habitica. Dédié signifie que vous avez vos propres bases de données et serveur. Vous pouvez choisir un hébergement de vos serveur/bdd par HabitRPG ou nous pouvons les installer sur vos propres serveurs.", + "hostingTypeText": "L'hébergement partagé signifie que votre organisation utilise la même base de données que Habitica bien que vous n'interagissiez pas avec Habitica. Dédié signifie que vous avez vos propres bases de données et serveur. Vous pouvez choisir un hébergement de vos serveur/bdd par Habitica ou nous pouvons les installer sur vos propres serveurs.", "dedicated": "Dédié", "customDomain": "Domaine personnalisé", "customDomainText": "Nous pouvons éventuellement vous fournir votre propre domaine pour l'installation.", @@ -58,7 +58,7 @@ "buySubsText": "Achetez des gemmes avec de l'or, plus aucune publicité, soutenez les développeurs", "sureCancelSub": "Êtes-vous sûr•e de vouloir annuler votre abonnement ?", "subCanceled": "Votre abonnement deviendra inactif le", - "subGemPop": "Votre abonnement à HabitRPG vous permet d'acheter chaque mois un certain nombre de Gemmes avec de l'Or. Vous pouvez voir combien de Gemmes sont disponibles à l'achat dans le coin de l'icone des Gemmes.", + "subGemPop": "Votre abonnement à Habitica vous permet d'acheter chaque mois un certain nombre de Gemmes avec de l'Or. Vous pouvez voir combien de Gemmes sont disponibles à l'achat dans le coin de l'icone des Gemmes.", "subGemName": "Gemmes d'Abonné", "timeTravelers": "Voyageurs Temporels", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> et <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Mettre à jour la Carte", "subUpdateTitle": "Mettre à jour", "subUpdateDescription": "Mettre à jour la carte à débiter." -} \ No newline at end of file +} diff --git a/common/locales/fr/tasks.json b/common/locales/fr/tasks.json index d8ff1afe52..06c53d2fe2 100644 --- a/common/locales/fr/tasks.json +++ b/common/locales/fr/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Supprimer les tâches accomplies", "lotOfToDos": "Les tâches À Faire accomplies sont archivées automatiquement au bout de 3 jours. Vous pouvez les consulter depuis Paramètres > Exporter", "deleteToDosExplanation": "Si vous cliquez sur le bouton ci-dessous, toutes vos tâches A Faire complétées et archivées seront supprimées définitivement. Exportez-les d'abord si vous souhaitez en garder une trace.", - "beeminderDeleteWarning": "Utilisateurs de Beeminder: Avant toute chose lisezDeleting Completed To-Dos Without Confusing Beeminder! (en anglais)", + "beeminderDeleteWarning": "Utilisateurs de Beeminder: Avant toute chose lisezDeleting Completed To-Dos Without Confusing Beeminder! (en anglais)", "addmultiple": "Ajout Multiple", "addsingle": "Ajout unitaire", "habits": "Habitudes", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "Vous vous reposez à l'Auberge ! Vos Quotidiennes ne vous infligeront AUCUN dégâts cette nuit, mais SERONT réinitialisées chaque jour. Si vous participez à une quête, vous n'infligerez aucun dégât / ne récolterez aucun item jusqu'à ce que vous quittiez l'Auberge, mais vous pouvez quand même être blessé par un boss si un de vos équipiers oublie une de ses Quotidiennes.", "habitHelp1": "Les Bonnes Habitudes sont les choses que vous faites souvent. Elles octroient de l'Or et de l'Expérience à chaque fois que vous cliquez sur le <%= plusIcon %>.", "habitHelp2": "Les Mauvaises Habitudes sont les choses que vous voulez éviter de faire. Elles retirent de la Santé à chque fois que vous cliquez sur le <%= minusIcon %>.", - "habitHelp3": "Vous pouvez vous inspirer de ces exemples d'Habitudes!", + "habitHelp3": "Vous pouvez vous inspirer de ces exemples d'Habitudes!", "newbieGuild": "Vous avez encore des questions? Posez-les à la <%= linkStart %>Guilde des Newbies<%= linkEnd %>!", "dailyHelp1": "Les Quotidiennes se répètent <%= emphasisStart %>chaque jour<%= emphasisEnd %> où elles sont actives. Cliquez sur le <%= pencilIcon %> pour changer les jours d'activation de vos Quotidiennes.", "dailyHelp2": "Si vous n'accomplissez pas vos tâches Quotidiennes, vous perdez de la Santé lors du Cron (votre passage d'un jour à l'autre). ", "dailyHelp3": "Les tâches Quotidiennes deviennent <%= emphasisStart %>plus rouges<%= emphasisEnd %> lorsque vous les ratez, et <%= emphasisStart %>plus bleues<%= emphasisEnd %> lorsque vous les accomplissez. Plus une tâche Quotidienne est rouge, plus elle vous récompensera... ou vous blessera.", "dailyHelp4": "Pour changer votre Cron, c'est-à-dire le moment du passage d'un jour à l'autre, allez sur <%= linkStart %> Paramètres > Site<%= linkEnd %> > Heure personnalisée de début de journée.", - "dailyHelp5": "Vous pouvez vous inspirer de ces exemples de Quotidiennes!", + "dailyHelp5": "Vous pouvez vous inspirer de ces exemples de Quotidiennes!", "toDoHelp1": "Les tâches À Faire sont jaunes par défaut, et rougissent (en prenant de la valeur) au fil du temps que vous mettez à les accomplir. ", "toDoHelp2": "Les tâches À Faire ne vous blessent jamais! Elles octroient seulement de l'Or et de l'Expérience. ", "toDoHelp3": "En fractionnant votre tâche À Faire en une liste faite de plus petits éléments, vous la rendrez moins effrayante et augmenterez vos points!", - "toDoHelp4": "Vous pouvez vous inspirer de ces exemples de tâches À Faire!", + "toDoHelp4": "Vous pouvez vous inspirer de ces exemples de tâches À Faire!", "rewardHelp1": "L'équipement que vous achetez pour votre avatar est entreposé dans <%= linkStart %>Inventaire > Équipement<%= linkEnd %>.", "rewardHelp2": "L’équipement affecte vos statistiques (<%= linkStart %>Utilisateur > Caractéristiques<%= linkEnd %>).", "rewardHelp3": "De l'équipement spécial apparaitra ici pendant les Évènements Mondiaux.", - "rewardHelp4": "Ne soyez pas effrayé de créer des récompenses personnalisées ! Regardez quelques exemples ici.", + "rewardHelp4": "Ne soyez pas effrayé de créer des récompenses personnalisées ! Regardez quelques exemples ici.", "clickForHelp": "Cliquez pour obtenir de l'aide. " -} \ No newline at end of file +} diff --git a/common/locales/he/backgrounds.json b/common/locales/he/backgrounds.json index 5503e2d523..310a21db98 100644 --- a/common/locales/he/backgrounds.json +++ b/common/locales/he/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "גלוש על גל ענק", "backgroundSunkenShipText": "ספינה שקועה", "backgroundSunkenShipNotes": "חקור ספינה שקועה" -} \ No newline at end of file +} diff --git a/common/locales/he/challenge.json b/common/locales/he/challenge.json index b7c840b622..4f6919367e 100644 --- a/common/locales/he/challenge.json +++ b/common/locales/he/challenge.json @@ -33,8 +33,8 @@ "challengeTagPop": "אתגרים מופיעים ברשימות-תגים ובכלי-משימות, כך שאתה צריך לתת להם בנוסף לכותרת מפורטת, שם קצר וקולע, למשל: 'לאבד 1.5 קילו ב3 חודשים' יכול להתקצר ל'-1.5 ק\"ג' (לחץ למידע נוסף)", "challengeDescr": "תיאור", "prize": "פרס", - "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", - "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", + "prizePop": "אם יכול להיות ״מנצח״ לאתגר שלך, אתה יכול לזכות אותו באבני חן כפרס. לכל היותר כמספר אבני החן שברשותך + אבני החן השייכים לגילדה (במידה ואתה יצרת את הגילדה). שים לב: לא ניתן לערוך פרס זה בשלב מאוחר יותר.", + "prizePopTavern": "אם יכול להיות ״מנצח״ לאתגר שלך, אתה יכול לזכות אותו באבני חן כפרס. לכל היותר כמספר אבני החן שברשותך. שים לב: לא ניתן לערוך פרס זה בשלב מאוחר יותר, ואבני החן של אתגרי פונדק לא יוחזרו במידה ותבטל את האתגר.", "publicChallenges": "לכל הפחות אבן חן אחת לאתגרים ציבוריים (זה עוזר למנוע ספאם, אל תזלזל/י)", "officialChallenge": "אתגר רשמי של האתר", "by": "פורסם ע\"י", @@ -56,5 +56,5 @@ "backToChallenges": "בחזרה לכל האתגרים", "prizeValue": "<%= gemcount %><%= gemicon %> פרס", "clone": "שכפול", - "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file + "challengeNotEnoughGems": "אין ברשותך מספיק אבני חן כדי לפרסם אתגר זה." +} diff --git a/common/locales/he/character.json b/common/locales/he/character.json index 6c598c385e..9f068fc9ae 100644 --- a/common/locales/he/character.json +++ b/common/locales/he/character.json @@ -45,18 +45,18 @@ "hauntedColors": "צבעים רדופי-רוחות", "winteryColors": "צבעים חורפיים", "equipment": "ציוד", - "equipmentBonus": "Equipment", + "equipmentBonus": "ציוד", "equipmentBonusText": "תוספי תכונה מוענקים על ידי כלי המלחמה בהם אתה משתמש. הבט בלשונית הציוד תחת מלאי הציוד שלך כדי לבחור כלי המלחמה.", "classBonus": "תוסף ציוד למקצוע", "classBonusText": "המקצוע שלך (לוחם, אם עדיין לא השגת מקצוע אחר) מנצל את הציוד שלו יותר ביעילות רבה יותר מאשר ציוד ממקצועות אחרים. ציוד ששייך למקצוע הנוכחי שלך מקבל 50% תוספת לנקודות התכונה שהוא מעניק.", "classEquipBonus": "תוסף מקצוע", "battleGear": "ציוד לחימה", - "battleGearText": " זהו הציוד שאתה נושא עמך אל הקרב! הציוד משפיע על ערכי התכונות שלך כשאתה מבצע משימות.", + "battleGearText": "זהו הציוד שאתה נושא עמך אל הקרב! הציוד משפיע על ערכי התכונות שלך כשאתה מבצע משימות.", "costume": "תחפושת", "costumeText": "אם אתה מעדיף להיראות אחרת מהדרך בה ציידת את דמותך, סמן את האפשרות \"השתמש בתחפושת\" כדי לעטות תחפושת מגניבה ומטריפת חושים, בעוד שהציוד האמיתי שלך יישאר חבוי מתחתיה.", "useCostume": "שימוש בתחפושת", "useCostumeInfo1": "לחץ על ״שימוש בתחפושת״ על מנת ללבוש ציוד ללא שינוי תרומת ציוד הלחימה שבחרת על תכונותיך. זה אומר שניתן לשפר את תכונותיך עם הציוד הטוב ביותר משמאל, ולהלביש את האווטר שלך עם הציוד מימין.", - "useCostumeInfo2": "מיד כשתלחץ על ״שימוש בתחפושת״ האווטר שלך יראה בסיסי למדי, אך אל דאגה! אם תביט משמאל, תראה כי ציוד הלחימה שלך עדיין בשימוש. כעת, תוכל להתגנדר! כל ציוד שתבחר מימין לא ישפיע על התכונות שלך, אך יגרום לך להיראות סופר-מגניב. תנסה שילובים שונים, שימוש בכמה סטים והתאמת הלבוש שלך לרקע ולחיות המחמד שבחרת.

יש לך שאלות נוספות? הכנס לעמוד התחפושות בויקי. יצרת את התחפושת המושלמת? השווץ בה בגילדת קרנבל התחפושות או בפונדק!", + "useCostumeInfo2": "מיד כשתלחץ על ״שימוש בתחפושת״ האווטר שלך יראה בסיסי למדי, אך אל דאגה! אם תביט משמאל, תראה כי ציוד הלחימה שלך עדיין בשימוש. כעת, תוכל להתגנדר! כל ציוד שתבחר מימין לא ישפיע על התכונות שלך, אך יגרום לך להיראות סופר-מגניב. תנסה שילובים שונים, שימוש בכמה סטים והתאמת הלבוש שלך לרקע ולחיות המחמד שבחרת.

יש לך שאלות נוספות? הכנס לעמוד התחפושות בויקי. יצרת את התחפושת המושלמת? השווץ בה בגילדת קרנבל התחפושות או בפונדק!", "gearAchievement": "הרווחת את תג ״הציוד המקסימלי״ על השגת הציוד הטוב ביותר למקצועות הבאים:", "moreGearAchievements": "כדי לצבור עוד תגי ״ציוד מקסימאלי״, שנה את המקצוע שלך בעמוד התכונות ורכוש לעצמך את הציוד למקצוע החדש שבחרת!", "armoireUnlocked": "כעת נפתחה בפניך גם האפשרות לרכוש ציוד קסום!. לחץ על כפתור הפרס ״ציוד קסום״ על מנת לנסות את מזלך בקבלת ציוד מיוחד במינו! פרס זה גם יכול לתת לך באופן רנדומאלי ניסיון או פריטי מזון.", @@ -77,7 +77,7 @@ "allocatePerPop": "הוסף נקודה לתפיסה שלך", "allocateInt": "נקודות שהוקצו לתבונה", "allocateIntPop": "הוסף נקודה לתבונה שלך", - "noMoreAllocate": "עכשיו כשהגעת לרמה 100, לא ניתן להרוויח עוד נקודות תכונה. אתה תוכל להמשיך ולעלות ברמה, או להתחיל הרפתקאה חדשה ברמה 1 ע״י שימוש ב כדור הלידה מחדש, זמין כעת בחינם בשוק.", + "noMoreAllocate": "עכשיו כשהגעת לרמה 100, לא ניתן להרוויח עוד נקודות תכונה. אתה תוכל להמשיך ולעלות ברמה, או להתחיל הרפתקאה חדשה ברמה 1 ע״י שימוש ב כדור הלידה מחדש, זמין כעת בחינם בשוק.", "stats": "תכונות", "strength": "כוח", "strengthText": "כוח מגביר את הסיכוי ל\"פגיעות חמורות\" ואת הסיכוי לקבלת מהם זהב, ניסיון, וחפצי ערך. הוא גם מסייע לגרום נזק למפלצות האויב.", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "הסר את חיית המחמד, חיית הרכיבה ותמונת הרקע", "animalSkins": "עורות דמוי בע״ח", "chooseClassHeading": "בחר את המקצוע שלך! או דחה את הבחירה לשלב מאוחר יותר.", - "warriorWiki": "", - "mageWiki": "מכשף", - "rogueWiki": "נוכל", - "healerWiki": "מרפא", - "chooseClassLearn": "מידע נוסף לגבי מקצועות", - "str": "STR", - "con": "CON", - "per": "PER", - "int": "INT" -} \ No newline at end of file + "warriorWiki": "", + "mageWiki": "מכשף", + "rogueWiki": "נוכל", + "healerWiki": "מרפא", + "chooseClassLearn": "מידע נוסף לגבי מקצועות", + "str": "כוח", + "con": "חוסן", + "per": "תפיסה", + "int": "תבונה" +} diff --git a/common/locales/he/communityguidelines.json b/common/locales/he/communityguidelines.json index 6427ffa629..67ca3ef93d 100644 --- a/common/locales/he/communityguidelines.json +++ b/common/locales/he/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "ההנחיות הללו תקפות לגבי כל המרחבים החברתיים שאנו משתמשים בהם, הכוללים (בין היתר) את Trello, Github, Transifex ועמוד הוויקיא (בקיצור וויקי). מדי פעם מצבים בלתי צפויים יצוצו לפתע בדרכנו, כמו מחרחרי ריב זדוניים או בעלי אוב מרושעים. כאשר דבר מעין זה קורה, העורכים רשאים להגיב ע\"י עריכת ההנחיות הללו כדי לשמור על הקהילה בטוחה מפני איומים חדשים. אל חשש: דוברת העיר שלנו, באילי, תודיע לכם על כל שינוי בהנחיות.", "commGuidePara004": "כעת הכינו את עטי הנוצה וגווילי הקלף שלכם לכתיבת הערות, והבה נתחיל!", "commGuideHeadingBeing": "להיות האביטיקן", - "commGuidePara005": "HabitRPG הוא קודם כל אתר המוקדש לשיפור. כתוצאה מכך, נפל בחלקנו המזל הגדול למשוך אלינו את אחת הקהילות החמות, האדיבות, והתומכות ביותר ברשת. ישנן תכונות רבות אשר מאפיינות האביטיקנים. חלק מהנפוצות והנכבדות מביניהן הינן:", + "commGuidePara005": "Habitica הוא קודם כל אתר המוקדש לשיפור. כתוצאה מכך, נפל בחלקנו המזל הגדול למשוך אלינו את אחת הקהילות החמות, האדיבות, והתומכות ביותר ברשת. ישנן תכונות רבות אשר מאפיינות האביטיקנים. חלק מהנפוצות והנכבדות מביניהן הינן:", "commGuideList01A": "רוח התנדבותית. אנשים רבים מקדישים זמן ואנרגיה כדי לעזר לחברי הקהילה ולהנחותם. גילדת הטירונים, למשל, היא גילדה המוקדשת למענה על שאלותיהם של שחקנים חדשים. אם אתה מרגישה שיש בכוחך לעזור, את תתבייש!", "commGuideList01B": "גישה שקדנית. האביטיקנים עובדים קשה כדי לשפר את חייהם, אך גם עוזרים לבנות את האתר ולשפרו ללא הרף. אנו פרוייקט קוד פתוח, כך שכולנו עובדים ללא הפסקה כדי להפוך את האתר הזה למקום הכי טוב שהוא יכול להיות.", "commGuideList01C": "התנהגות תומכת. האביטיקנים מעודדים את ניצחונותיהם זה של זה, ומנחמים זה את זה בזמנים קשים. אנו מלווים כוח אחד לשני, נשענים זה על זה ולומדים זה מזה. בחבורות, אנו עושים זאת עם לחשים ויכולות; בחדרי שיחה, אנו עושים זאת באמצעות מילים אדיבות ותומכות.", @@ -25,21 +25,21 @@ "commGuidePara011b": "בגיטהאב / וויקיא", "commGuidePara011c": "בוויקיא", "commGuidePara011d": "ב GitHub", - "commGuidePara012": "אם יש לכם בעיה עם עורך מסוים, אנא שלחו אימייל (באנגלית) ללמונס (leslie@habitrpg.com).", + "commGuidePara012": "אם יש לכם בעיה עם עורך מסוים, אנא שלחו אימייל (באנגלית) ללמונס (leslie@habitica).", "commGuidePara013": "בקהילה גדולה כמו האביטיקה, משתמשים באים והולכים. לעיתים עורכים צריכים להניח את אצטלתם האצילה ולנוח. הבאים הם עורכים בדימוס, אשר אינם פעילים יותר כעורכים, אך עדיין ברצוננו לציין את תרומתם!", "commGuidePara014": "עורכים בדימוס:", "commGuideHeadingPublicSpaces": "מרחבים ציבוריים בהאביטיקה", "commGuidePara015": "בהאביטיקה שני סוגים של אזורים קהילתיים: ציבוריים ופרטיים. איזורים ציבוריים כוללים את הפונדק, גילדות ציבוריות, GitHub, Trello, ואתר הוויקי. איזורים פרטיים כוללים גילדות פרטיות, דיבורי חבורה והודעות אישיות.", "commGuidePara016": "בעודך נודד בין המרחבים הציבוריים של האביטיקה, ישנם מספר חוקים שנועדו לשמור את כולם בטוחים ומאושרים. אלו אמורים להיות קלים לשמירה עבור הרפתקן כמוך!", - "commGuidePara017": "כבדו זה את זה. היו אדיבים, רגישים, חברותיים וששים לעזור. זכרו: האביטיקנים באים מכל המסגרות והיו להם חוויות שונות. זהו אחד הגורמים לכך שHabitRPG מגניב כל כך! בניית קהילה פירושה לכבד ולאהוב את השונה בינינו כמו גם את המשותף. הנה כמה דרכים קלות לכבד זה את זה:", - "commGuideList02A": "ציית/י לכל התנאים והסעיפים. ", + "commGuidePara017": "כבדו זה את זה. היו אדיבים, רגישים, חברותיים וששים לעזור. זכרו: האביטיקנים באים מכל המסגרות והיו להם חוויות שונות. זהו אחד הגורמים לכך שHabitica מגניב כל כך! בניית קהילה פירושה לכבד ולאהוב את השונה בינינו כמו גם את המשותף. הנה כמה דרכים קלות לכבד זה את זה:", + "commGuideList02A": "ציית/י לכל התנאים והסעיפים.", "commGuideList02B": " אין לפרסם תמונות או מלל המכילים תוכן אלים, מאיים, מיני, מפלה, גזעני, סקסיטי, מטריד או פוגע כלפי אדם או קבוצה. גם לא כבדיחה. עניין זה כולל הכפשה, הוצאת דיבה ולשון הרע. לא לכולם יש את אותו חוש הומור, כך שדבר מה שאתה מחשיב כבדיחה יכול לפגוע באדם אחר. התקיפו את המטלות היומיות, לא אחד את השני!", "commGuideList02C": "שמרו את השיחות הולמות לכל הגילאים. יש לנו האביטיקנים צעירים רבים המשתמשים באתר! בואו לא נכתים את החפים מפשע או נפריע להאביטיקנים אחרים במטרותיהם.", "commGuideList02D": "הימנעו מניבול פה. זה כולל שבועות דתיות קלות דעת שעשויות להיות מקובלות במקומות אחרים - יש לנו אנשים מכל הדתות והרקעים התרבותיים, ואנו רוצים לוודא שכולם מרגישים בנוח במרחב הציבורי. בנוסף, קללות יטופלו במשנה חומרה, היות והן הפרה של תנאי השירות.", "commGuideList02E": "הימנעו מדיונים ממושכים בנושאים מעוררי מחלוקת מחוץ לגילדת ״הפינה האחורית״. אם אתם מרגישים שמישהו חצוף או פוגעני, אל תתעסקו איתו. תגובה אחת מנומסת, כגון \"הבדיחה הזו גרמה לי להרגיש לא בנוח\", היא בסדר. עם זאת, להיות נוקשה או חצוף בתגובה לחציפותם של אחרים רק מגביר את המתח והופך את האתר למרחב לא נעים. אדיבות ונימוס עוזרים לאחרים להבין אותך.", "commGuideList02F": "ציית מיד לכל בקשה של העורכים להפסיק דיון או להעבירו לגילדת ״הפינה האחורית״. מילים אחרונות, יריות סיכום, ושנינויות מסכמות, כולן יועברו באדיבות ל\"שולחנך\" בגילדת ״הפינה האחורית״, אם הדבר יורשה.", "commGuideList02G": "קח את הזמן להרהר במקום לענות בכעס אם מישהו אמר לך שאמירה שלך גרמה לו לאי נוחות. ישנו כוח עצום ביכולת להתנצל בכנות בפני מישהו. אם אתם מרגישים שתגובתם לא הייתה הולמת, דברו עם עורך במקום להתעמת איתם בפומבי.", - "commGuideList02H": "שיחות ווכחניות או מעוררות מחלוקת צריכות להיות מדווחות לעורכים. אם אתה מרגיש ששיחה מתלהטת יתר על המידה, נהיית רגשנית מדי, או פוגענית, חדל להשתתף בה. במקום זאת, שלח מייל ל leslie@habitrpg.com כדי שנדע על כך. זה התפקיד שלנו לשמור עליך.", + "commGuideList02H": "שיחות ווכחניות או מעוררות מחלוקת צריכות להיות מדווחות לעורכים. אם אתה מרגיש ששיחה מתלהטת יתר על המידה, נהיית רגשנית מדי, או פוגענית, חדל להשתתף בה. במקום זאת, שלח מייל ל leslie@habitica כדי שנדע על כך. זה התפקיד שלנו לשמור עליך.", "commGuideList02I": " אין להציף את הרשת בספאם. ספאם יכול לכלול, בין היתר: פרסום של אותה תגובה או שאלה במקומות רבים, פירסום קישורים ללא הסבר או הקשר, פרסום של תוכן לא הגיוני, או פרסום הודעות רבות ברצף. בקשה חוזרת ונשנית לאבני חן או מנוי מתנה יכולים גם כן להיחשב כספאם.", "commGuidePara019": "במקומות פרטיים למשתמשים יש חופש רב יותר לדון בנושאים שעל ליבם, אך גם בהם יש לשמור על תנאי השימוש, כולל המנעות מפרסום תוכן מפלה, אלים, או מאיים.", "commGuidePara020": "ישנן כמה הנחיות נוספות בנוגע להודעות פרטיות (PMs). אם מישהו חסם אותך, אל תיצור איתו קשר באמצעים אחרים בבקשה שיסיר את החסימה. בנוסף, אל תשיב לאדם המבקש תמיכה בהודעה פרטית, אלא שתף את תשובתך עם הקהילה כולה (דבר שתורם הרבה יותר). דבר אחרון, אל תשלח הודעות פרטיות בבקשה לאבני חן או מנוי מתנה, שכן זה עלול להיחשב כספאם.", @@ -48,11 +48,11 @@ "commGuidePara022": "הפונדק הוא המקום העיקרי המאפשר להאביטיקנים להתרועע. דניאל בעל הפונדק שומר על המקום נקי ללא רבב, ולמונס תשמח ליצור לימונדה בכשפיה בזמן שאתם יושבים ומדברים. רק תזכרו ש...", "commGuidePara023": "השיחה נוטה להתרכז סביב נושאים לא פורמאליים ועצות לשיפור הפרודקטיביות ואורח החיים.", "commGuidePara024": "מכיוון שהפונדק מסוגל להכיל רק 200 הודעות, זה לא המקום המתאים לשיחות ממושכות, במיוחד בנושאים רגישים (לדוג' פוליטיקה, דת, דיכאון, האם יש לאסור על ציד גובלינים, ועוד). שיחות אלו צריכות להתנהל בגילדה המתאימה או בגילדת ״הפינה האחורית״ (פרטים נוספים בהמשך).", - "commGuidePara027": "אל תדונו בפונדק בנושאים של חומרים ממכרים. אנשים רבים משתמשים ב HabitRPG כדי לנסות לחדול מההרגלים הרעים שלהם. היחשפות לשיחות על חומרים ממכרים/לא חוקיים עשויה להקשות עליהם מאוד! כבד/י את רעיך, באי הפונדק, וקח זאת בחשבון. זה כולל, אך לא מוגבל לנושאים: עישון, אלכוהול, פורנוגרפיה, הימורים, ושימוש בסמים.", + "commGuidePara027": "אל תדונו בפונדק בנושאים של חומרים ממכרים. אנשים רבים משתמשים ב Habitica כדי לנסות לחדול מההרגלים הרעים שלהם. היחשפות לשיחות על חומרים ממכרים/לא חוקיים עשויה להקשות עליהם מאוד! כבד/י את רעיך, באי הפונדק, וקח זאת בחשבון. זה כולל, אך לא מוגבל לנושאים: עישון, אלכוהול, פורנוגרפיה, הימורים, ושימוש בסמים.", "commGuideHeadingPublicGuilds": "גילדות ציבוריות", "commGuidePara029": "גילדות ציבוריות דומות למדי לפונדק, אך לעומתו, הן מתרכזות סביב נושא שיחה עיקרי כזה או אחר. לדוגמה, החברים בגילדת חרשי המילים יופתעו לגלות אם השיחות בגילדה שלהם ידונו בגינון במקום בכתיבה, וחברי גילדת אוהבי הדרקונים לא ממש מתעניינים בפיענוח של רונות עתיקות. חלק מהגילדות פחות מקפידות בעניין זה, אך באופן כללי נסו לשמור על נושא שיחה רלוונטי!", "commGuidePara031": "בחלק מהגילדות הציבוריות ישנו דיון בנושאים רגישים, כגון: דיכאון, דת, פוליטיקה, וכו'. זה בסדר גמור, כל עוד השיחות הללו לא מפירות את תנאי השימוש במרחבים הציבוריים וכל עוד הדיונים הללו הינם בנושאים הרלוונטים לגילדה.", - "commGuidePara033": "אין לגילדות ציבוריות להכיל תוכן המיועד לגילאי 18+. אם חברי הגילדה מתכננים לדון בנושאים רגישים באופן שגרתי, עליהם לציין זאת בכותרת הגילדה. זאת, במטרה לשמור על האביטיקה בטוחה ונעימה עבור כולם. אם בגילדה מסוימת דנים בנושאים רגישים כאלו ואחרים, מומלץ לכתוב אזהרה בראש התגובה (לדוג' \"אזהרה: התייחסות לפגיעה עצמית\"). בנוסף, הנושא הרגיש צריך להיות רלוונטי לגילדה. למשל, הגיוני להתייחס לנושא פגיעה עצמית בגילדה המתמקדת ביציאה מדיכאון, אך זה פחות רלוונטי בגילדה הדנה בנושאים מוסיקאליים. אם אתה נתקל בהפרות חוזרות ונשנות של כלל זה, גם לאחר כמה בקשות להפסיק זאת, אנא שלח מייל ל: leslie@habitrpg.com עם צילומי מסך של התקריות.", + "commGuidePara033": "אין לגילדות ציבוריות להכיל תוכן המיועד לגילאי 18+. אם חברי הגילדה מתכננים לדון בנושאים רגישים באופן שגרתי, עליהם לציין זאת בכותרת הגילדה. זאת, במטרה לשמור על האביטיקה בטוחה ונעימה עבור כולם. אם בגילדה מסוימת דנים בנושאים רגישים כאלו ואחרים, מומלץ לכתוב אזהרה בראש התגובה (לדוג' \"אזהרה: התייחסות לפגיעה עצמית\"). בנוסף, הנושא הרגיש צריך להיות רלוונטי לגילדה. למשל, הגיוני להתייחס לנושא פגיעה עצמית בגילדה המתמקדת ביציאה מדיכאון, אך זה פחות רלוונטי בגילדה הדנה בנושאים מוסיקאליים. אם אתה נתקל בהפרות חוזרות ונשנות של כלל זה, גם לאחר כמה בקשות להפסיק זאת, אנא שלח מייל ל: leslie@habitica עם צילומי מסך של התקריות.", "commGuidePara035": "אין ליצור אף גילדה, ציבורית או פרטית, המיועדת לתקיפת אדם או קבוצה. יצירת גילדה שכזו היא עילה להרחקה מיידית. הילחמו בהרגלים רעים, לא בחבריכם ההרפתקנים!", "commGuidePara037": "חובה על כל אתגרי הפונדק ואתגרי הגילדות הציבוריות לציית גם הם לחוקים הללו.", "commGuideHeadingBackCorner": "הפינה האחורית", @@ -72,7 +72,7 @@ "commGuidePara044": "המשתמשים הבאים הם שותפים למאגר הקוד של האתר:", "commGuideHeadingWiki": "וויקי", "commGuidePara045": "הוויקי של האתר מאגד מידע אודותיו. הוא כולל גם פורומים הדומים לגילדות שנמצאות כאן, ולכן כל חוקי מהרחבים הציבוריים חלים גם שם.", - "commGuidePara046": "הוויקי של HabitRPG נחשב כמקור המידע לכל הדברים שקשורים לאתר. הוא מספק מידע על תכונות האתר, מדריכים למשחק, טיפים לגבי תרומה לפיתוח האתר, משמש מקום לפרסום הגילדה או החבורה שלך ופלטפורמה לסקרים והצבעות בנושאים שונים.", + "commGuidePara046": "הוויקי של Habitica נחשב כמקור המידע לכל הדברים שקשורים לאתר. הוא מספק מידע על תכונות האתר, מדריכים למשחק, טיפים לגבי תרומה לפיתוח האתר, משמש מקום לפרסום הגילדה או החבורה שלך ופלטפורמה לסקרים והצבעות בנושאים שונים.", "commGuidePara047": "מכיוון שהוויקי שלנו הוא חלק מאתר ״Wikia״, תנאי השימוש של וויקיא חלים גם הם, בנוסף לאלו שנקבעו על ידינו.", "commGuidePara048": "הוויקי הוא בסופו של דבר תוצר של שיתוף פעולה בין כל העורכים אותו, לכן תקפים כמה כללים נוספים:", "commGuideList04A": "בקשת דפים חדשים או שינויים גדולים בלוח הטרלו של הוויקי", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "עבירות בדרגת חומרה בינונית", "commGuidePara054": "עבירות בינוניות אינן פוגעות בביטחון הקהילה, אך הן יוצרות חוויה לא נעימה. לעבירות כאלו יהיו השלכות מתונות. אם ייעשו עבירות נוספות, ייתכן ויהיו לכך השלכות חמורות יותר.", "commGuidePara055": "להלן רשימת דוגמאות לעבירות בינוניות. זו איננה רשימה כוללת.", - "commGuideList06A": "התעלמות או חוסר הבעת כבוד לעורך, כולל פרסום תלונות על עורכים או משתמשים אחרים בפומבי. כמו כן, תשבוחות/הגנה על משתמשים שהושעו. אם אתה מודאג לגבי אחד החוקים או העורכים, אנא דבר עם למונס באימייל (leslie@habitrpg.com).", + "commGuideList06A": "התעלמות או חוסר הבעת כבוד לעורך, כולל פרסום תלונות על עורכים או משתמשים אחרים בפומבי. כמו כן, תשבוחות/הגנה על משתמשים שהושעו. אם אתה מודאג לגבי אחד החוקים או העורכים, אנא דבר עם למונס באימייל (leslie@habitica).", "commGuideList06B": "ניהול מחתרתי. הבהרה של נקודה חשובה: תזכורת ידידותית לחוקים היא בסדר. לעומת זאת, איננו מעוניינים בניהול מחתרתי. ניהול מחתרתי הינו אמירה, דרישה ו/או רמיזה חזקה שמישהו חייב לנקוט בדרך פעולה שתיארת כדי לתקן טעות כלשהי. ניתן לדווח על העובדה שהם ביצעו עבירה, אבל אנא - אל תדרוש מהם לבצע פעולות תיקון בעצמך. לדוגמה, להגיד \"לידיעתך, אסור לקלל בפונדק, אז אולי יהיה עדיף אם תמחק את זה״. זה יותר טוב מאשר להגיד \"אני נאלץ לבקש ממך למחוק את התגובה הזו״.", "commGuideList06C": "הפרה חוזרת ונשנית של חוקי המרחבים הציבוריים", "commGuideList06D": "ביצוע עבירות משניות בצורה חוזרות ונישנות", @@ -139,7 +139,7 @@ "commGuidePara062": "האימייל שקיבלת, המתאר את ההשלכות למעשים שלך (או במקרה של עבירות משניות, ההודעה מטעם הצוות/העורכים) הוא מקור טוב למידע בנושא. שתף פעולה עם ההגבלות שהציבו בפניך ועשה מאמץ לעמוד בדרישות על מנת להסיר עונשים. ", "commGuidePara063": "אם אינך מבין את פשר ההשלכות למעשים שלך, או את מהות העבירה, שאל את הצוות/העורכים ובקש מהם עזרה על מנת להבין כיצד להימנע מלבצע עבירות בעתיד.", "commGuideHeadingContributing": "תרומה להאביטיקה", - "commGuidePara064": "HabitRPG הוא פרויקט קוד פתוח, מה שאומר שכל שחקן מוזמן לקחת חלק בפיתוח! אלו שיחליטו לסייע יקבלו פרסים בהתאם לרמות התרומה הבאות:", + "commGuidePara064": "Habitica הוא פרויקט קוד פתוח, מה שאומר שכל שחקן מוזמן לקחת חלק בפיתוח! אלו שיחליטו לסייע יקבלו פרסים בהתאם לרמות התרומה הבאות:", "commGuideList12A": "תג תרומה להאביט וגם 3 אבני חן.", "commGuideList12B": "שריון תרומה וגם 3 אבני חן.", "commGuideList12C": "קסדת תרומה וגם 3 אבני חן.", @@ -154,7 +154,7 @@ "commGuideList13C": " רמות תורם לא מחושבות מחדש בכל תחום. כאשר מעריכים את התרומה שנעשית, מסתכלים על המכלול. כך, שחקנים שתורמים קצת בתחום הגרפי, מטפלים בבאג, ומעדכנים דבר מה בעמוד הוויקי, לא בהכרח מתקדמים מהר יותר משחקנים שמשקיעים הרבה בתרומה ספציפית. זה עוזר לנו להיות הוגנים!", "commGuideList13D": " שחקים שהפרו את החוקים ונמצאים ״על תנאי״, לא יכולים להתקדם לרמת התורם הבאה. לעורכים יש אפשרות להקפיא את ההתקדמות של השחקנים במידה וביצעו עבירות. אם זה קורה, השחקן תמיד יעודכן לגבי ההחלטה וכיצד ניתן לתקן זאת. רמות תורם יכולות גם להישלל כתוצאה מביצוע עבירות.", "commGuideHeadingFinal": "הפסקה האחרונה", - "commGuidePara067": "אז הנה לך, האביטיקן אמיץ -- החוקים הקהילתיים! נגב את הזיעה מהמצח ותן לעצמך ניסיון על שקראת הכל. אם יש לך שאלות בנוגע לחוקים הקהילתיים, ניתן לשלוח אימייל ל: Lemoness (leslie@habitrpg.com) והיא תשמח לעזור להבהיר את הנושא.", + "commGuidePara067": "אז הנה לך, האביטיקן אמיץ -- החוקים הקהילתיים! נגב את הזיעה מהמצח ותן לעצמך ניסיון על שקראת הכל. אם יש לך שאלות בנוגע לחוקים הקהילתיים, ניתן לשלוח אימייל ל: Lemoness (leslie@habitica) והיא תשמח לעזור להבהיר את הנושא.", "commGuidePara068": "עכשיו התקדם לך, הרפתקאן אמיץ, והרוג כמה מטלות יומיות!", "commGuideHeadingLinks": "קישורים שימושיים", "commGuidePara069": "האמנים המוכשרים הבאים תרמו ליצירת איורים אלו:", @@ -163,7 +163,7 @@ "commGuideLink02": "גילדת הפינה האחורית", "commGuideLink02description": "גילדה לדיונים ארוכים או דיון בנושאים רגישים.", "commGuideLink03": "עמוד הוויקי", - "commGuideLink03description": "אוסף המידע הגדול ביותר אודות HabitRPG. ", + "commGuideLink03description": "אוסף המידע הגדול ביותר אודות Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "הנועד לדיווח על באגים או עזרה בתיכנות קוד.", "commGuideLink05": "ה Trello הראשי", diff --git a/common/locales/he/content.json b/common/locales/he/content.json index 45bd2c79c2..fd4df66a57 100644 --- a/common/locales/he/content.json +++ b/common/locales/he/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "אוכף", "foodSaddleNotes": "הופך חיית מחמד לחיית רכיבה בין רגע!", "foodNotes": "האכל בזה את חיות המחמד שלך והן יגדלו לחיות רכיבה חסונות." -} \ No newline at end of file +} diff --git a/common/locales/he/contrib.json b/common/locales/he/contrib.json index d5ddccd2ff..b0145d7fdb 100644 --- a/common/locales/he/contrib.json +++ b/common/locales/he/contrib.json @@ -1,6 +1,6 @@ { "friend": "חבר", - "friendFirst": "כאשר תגיש את התרומה הראשונה שלך, תקבל את תג התורמים של HabitRPG. תג השם שלך, בשיחות הפונדק, יגלה בגאווה את היותך תורם. כשכר עבור טרחתך, תקבל 3 אבני חן.", + "friendFirst": "כאשר תגיש את התרומה הראשונה שלך, תקבל את תג התורמים של Habitica. תג השם שלך, בשיחות הפונדק, יגלה בגאווה את היותך תורם. כשכר עבור טרחתך, תקבל 3 אבני חן.", "friendSecond": "כאשר תגיש את תרומתך השנייה ,שריון הקריסטל יהיה זמין עבורך בחנות הפרסים . כשכר עבור טרחתך, תקבל גם 3 אבני חן.", "elite": "עילאי", "eliteThird": "כאשר תגיש את תרומתך השלישית ,קסדת הקריסטל תהיה זמינה עבורך בחנות הפרסים. כשכר עבור טרחתך, תקבל גם 3 אבני חן.", @@ -9,24 +9,24 @@ "championFifth": "כאשר תגיש את תרומתך החמישית ,מגן הקריסטל יהיה זמין עבורך בחנות הפרסים. כשכר עבור טרחתך, תקבל גם 4 אבני חן.", "championSixth": "כאשר תגיש את תרומתך השישית, תקבל במתנה הידרת מחמד. בנוסף לכך, תקבל גם 4 אבני חן.", "legendary": "אגדה", - "legSeventh": "כאשר תגיש את תרומתך השביעית, תקבל 4 אבני חן ותהפוך לחבר בגילדה המכובדת של תורמי HabitRPG. זה אומר שתהיה שותף למה שקורה מאחורי הקלעים של האתר! תרומות נוספות לא יעלו את רמתך, אך נשמח שתמשיך לעזור בתמורה לאבני חן ותארים נוספים.", + "legSeventh": "כאשר תגיש את תרומתך השביעית, תקבל 4 אבני חן ותהפוך לחבר בגילדה המכובדת של תורמי Habitica. זה אומר שתהיה שותף למה שקורה מאחורי הקלעים של האתר! תרומות נוספות לא יעלו את רמתך, אך נשמח שתמשיך לעזור בתמורה לאבני חן ותארים נוספים.", "moderator": "עורך", "guardian": "שומר", "guardianText": "עורכים נבחרו בקפידה מבין התורמים הנאמנים ביותר שלנו, אז אנא התייחסו אליהם בכבוד ושמעו לעצתם.", "staff": "חבר צוות", "heroic": "הירואי", "heroicText": "הרמה ההירואית כוללת את אנשי צוות האתר ואנשים ברמת צוות. אם יש לך את התואר הזה, כנראה שנבחרת למשימה (או נשכרת לכך!)", - "npcText": "דב\"שים גיבו את הקיקסטארטר של habitRPG ברמה הגבוהה ביותר. תוכל למצוא את האווטארים שלהם משגיחים על האתר!", + "npcText": "דב\"שים גיבו את הקיקסטארטר של Habitica ברמה הגבוהה ביותר. תוכל למצוא את האווטארים שלהם משגיחים על האתר!", "modalContribAchievement": "הישג תורמים!", - "contribModal": "<%= name %>, אתה אדם אדיר! זכית ברמת תורם <%= level %> עבור עזרתך לHabitRPG. ראה", + "contribModal": "<%= name %>, אתה אדם אדיר! זכית ברמת תורם <%= level %> עבור עזרתך לHabitica. ראה", "contribLink": "אילו פרסים הרווחת עבור תרומתך!", "contribName": "תורם/ת", - "contribText": "תרם/ה להאביט (קוד, עיצוב, אמנות, עצה משפטית, מסמכים וכיוב'). רוצה תג כזה לעצמך?", + "contribText": "תרם/ה להאביטיקה (קוד, עיצוב, אמנות, עצה משפטית, מסמכים וכיוב'). רוצה תג כזה לעצמך?", "readMore": "קרא/י עוד", "kickstartName": "גבאי קיקסטארטר - רמת ה $<%= tier %> .", "kickstartText": "גיבה את פרוייקט הקיקסטראטר שהתחיל את האתר.", "helped": "עזר לhabitRPG לגדול", - "helpedText1": "עזר לhabitRPG לגדול ע\"י מילוי", + "helpedText1": "עזר לHabitica לגדול ע\"י מילוי", "helpedText2": "הסקר הזה", "hall": "היכל", "contribTitle": "תואר תורם (למשל \"נפח\")", @@ -52,19 +52,19 @@ "tier": "רמה", "visitHeroes": "בקר בהיכל הגיבורים (תורמים ונותני גיבוי)", "conLearn": "למד עוד אודות פרסי תורמים", - "conLearnHow": "למד כיצד לתרום לhabitRPG", + "conLearnHow": "למד כיצד לתרום ל-Habitica", "removeAds": "תמוך בנו כדי להסיר פרסומות", "whyAds": "פרסומות, על שום מה?", "whyAdsContent1": "אתר זה הוא פרוייקט קוד פתוח ויכול להיעזר בכל תמיכה שתינתן - ראו זאת כתרומה למפתחים. ברכישה אתם מקבלים בנוסף גם 20 אבני חן - ניתן להשתמש בהן לקניית חפצים מיוחדים.", "whyAdsContent2": "'היי! תמכתי בקיקסטארטר!' - עקוב אחר", "whyAdsContent3": "ההוראות האלו", - "surveysSingle": "עזר ל- HabitRPG לגדול ע״י מילוי שאלון. אין שאלונים פעילים.", - "surveysMultiple": "עזר ל- HabitRPG לגדול ע״י מילוי <%= surveys %> שאלונים. אין שאלונים פעילים.", + "surveysSingle": "עזר ל- Habitica לגדול ע״י מילוי שאלון. אין שאלונים פעילים.", + "surveysMultiple": "עזר ל- Habitica לגדול ע״י מילוי <%= surveys %> שאלונים. אין שאלונים פעילים.", "currentSurvey": "שאלון נוכחי", "surveyWhen": "התג ינתן כפרס לכל ממלאי השאלון בסוף מרץ, לאחר שעיבוד נתוני השאלונים יסתיים.", "blurbInbox": "כאן ההודעות שלך נשמרות. אתה יכול לשלוח הודעה ע״י לחיצה על האייקון של המעטפה ליד השם של מי שאתה רוצה להתכתב עימו. ניתן לעשות זאת בפונדק, בחבורה או בגילדה.", "blurbGuildsPage": "גילדות הן קבוצות צ׳ט על בסיס תחומי עניין משותפים, אשר נוצרו ע״י שחקנים - עבור שחקנים. דפדף ברשימת הגילדות והצטרף לאלו שמעניינות אותך!", "blurbChallenges": "אתגרים נוצרים ע״י עמיתיך השחקנים. הצטרפות לאתגר תוסיף את מטלות האתגר לעמוד המשימות שלך. הניצחון באתגר יתן לך תג הישג ולעיתים רבות גם פרס של אבני חן!", "blurbHallPatrons": "זהו היכל התומכים, היכן שאנו מעניקים כבוד לשחקנים האדירים שתמכו ב״Kickstarter״ המקורי של האתר. אנו מודים להם שהביאו את האביטיקה לחיים!", - "blurbHallHeroes": "זהו היכל הגיבורים, המקום בו אנו מעניקים כבוד לתומכי הקוד-הפתוח של האביטיקה. בין אם התמיכה הייתה ע״י תרומת קוד, אומנות, מוסיקה, כתיבה או פשוט עזרה כללית, הם הרוויחו אבני חן, ציוד מיוחד וגם תארים מפוארים. . גם אתה יכול לתרום להאביטיקה! גלה כיצד כאן. " + "blurbHallHeroes": "זהו היכל הגיבורים, המקום בו אנו מעניקים כבוד לתומכי הקוד-הפתוח של האביטיקה. בין אם התמיכה הייתה ע״י תרומת קוד, אומנות, מוסיקה, כתיבה או פשוט עזרה כללית, הם הרוויחו אבני חן, ציוד מיוחד וגם תארים מפוארים. . גם אתה יכול לתרום להאביטיקה! גלה כיצד כאן. " } \ No newline at end of file diff --git a/common/locales/he/defaulttasks.json b/common/locales/he/defaulttasks.json index a7b6eacda7..b2d1fd8311 100644 --- a/common/locales/he/defaulttasks.json +++ b/common/locales/he/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "כפיפות בטן", "defaultDaily4Checklist3": "שכיבות סמיכה", "defaultTodoNotes": "אתה יכול להשלים את המשימה, לערוך או למחוק אותה.", - "defaultTodo1Text": "הצטרף ל HabitRPG (סמן אותי!)", + "defaultTodo1Text": "הצטרף ל Habitica (סמן אותי!)", "defaultTodo2Text": "צור הרגל", "defaultTodo2Checklist1": "צור הרגל", "defaultTodo2Checklist2": "הגדר כ ״+״ בלבד, ״-״ בלבד, או ״+/-״ תחת אפשרויות העריכה.", diff --git a/common/locales/he/front.json b/common/locales/he/front.json index 1b0b9dbb1c..b4bdccb37a 100644 --- a/common/locales/he/front.json +++ b/common/locales/he/front.json @@ -1,8 +1,8 @@ { "FAQ": "שאלות נפוצות", "accept1Terms": "בלחיצה על הכפתור למטה אני מסכים עם", - "accept2Terms": "וגם עם ", - "alexandraQuote": "לא יכולתי שלא לדבר על HabitRPG במהלך הנאום שלי במדריד. זהו כלי חובה לכל העצמאים שעדיין צריכים ״מנהל״.", + "accept2Terms": "וגם עם", + "alexandraQuote": "לא יכולתי שלא לדבר על Habitica במהלך הנאום שלי במדריד. זהו כלי חובה לכל העצמאים שעדיין צריכים ״מנהל״.", "althaireQuote": "כאשר ישנו אתגר פעיל כל הזמן, אני מרגיש מוטיבציה גבוהה להשלים את כל המטלות והמשימות שלי. המוטיבציה הכי משמעותית עבורי היא לא לאכזב את החברים שלי בקבוצה.", "andeeliaoQuote": "מוצר מדהים, התחלתי להשתמש בו רק לפני כמה ימים ואני כבר מודע יותר לזמן שלי ומרגיש יעיל יותר!", "autumnesquirrelQuote": "אני משתהה פחות בביצוע העבודה ומטלות הבית ומשלם את החשבונות שלי בזמן.", @@ -11,7 +11,7 @@ "businessSample3": "למיין את תיבת הדואר הנכנס", "businessSample4": "להכין מסמך אחד ללקוח", "businessSample5": "להתקשר ללקוחות", - "businessText": "להשתמש בHabitRPG לצורכי העסק שלך", + "businessText": "להשתמש בHabitica לצורכי העסק שלך", "choreSample1": "לשים את הבגדים המלוכלכים בסל הכביסה", "choreSample2": "20 דקות של עבודות בית", "choreSample3": "לשטוף ערימת כלים", @@ -32,14 +32,14 @@ "companyPrivacy": "פרטיות", "companyTerms": "מונחים", "companyVideos": "סרטונים", - "contribUse": "תורמים לאתר משתמשים ב.. ", + "contribUse": "תורמים לאתר משתמשים ב..", "dragonsilverQuote": "אני לא יכול לספור כמה מערכות ואפליקציות לניהול זמן ומטלות ניסיתי לאורך השנים. HRPG הוא היחיד שבאמת עוזר לי להשלים את המשימות במקום סתם לרשום אותם.", - "dreimQuote": "כשגיליתי את HabitRPG בקיץ שעבר, זה היה בדיוק אחרי שנכשלתי בחצי מהמבחנים שלי. תודות למטלות היומיות, הצלחתי לארגן ולהחדיר בעצמי משמעת. לפני כחודש גיליתי שהצלחתי לעבור את כל הבחינות עם ציונים טובים מאוד.", + "dreimQuote": "כשגיליתי את Habitica בקיץ שעבר, זה היה בדיוק אחרי שנכשלתי בחצי מהמבחנים שלי. תודות למטלות היומיות, הצלחתי לארגן ולהחדיר בעצמי משמעת. לפני כחודש גיליתי שהצלחתי לעבור את כל הבחינות עם ציונים טובים מאוד.", "elmiQuote": "בכל בוקר אני מצפה לקום כדי להרוויח עוד זהב!", "email": "דואר אלקטרוני", "emailNewPass": "שלח לי סיסמא חדשה בדוא\"ל", - "evagantzQuote": "בפעם הראשונה בחיי השיננית שלי ממש התלהבה מהרגלי השימוש שלי בחוט דנטלי. תודה HabitRPG!", - "examplesHeading": "שחקנים משתמשים ב HabitRPG כדי לנהל...", + "evagantzQuote": "בפעם הראשונה בחיי השיננית שלי ממש התלהבה מהרגלי השימוש שלי בחוט דנטלי. תודה Habitica!", + "examplesHeading": "שחקנים משתמשים ב Habitica כדי לנהל...", "featureAchievementByline": "עשית משהו לגמרי מגניב? השג תג להשוויץ בו!", "featureAchievementHeading": "תגי הישג", "featureEquipByline": "ניתן לרכוש בשוק ציוד ״מהדורה מיוחדת״, מרפא, ועוד מוצרים וירטואליים באמצעות הפרסים שקיבלת מביצוע המטלות שלך!", @@ -55,10 +55,10 @@ "footerMobile": "נייד", "footerSocial": "חברתי", "forgotPass": "שכח סיסמא", - "frabjabulousQuote": "בזכות HabitRPG התקבלתי לעבודה מדהימה בשכר גבוה... ואפילו יותר מפתיע מזה - אני משתמשת בחוט דנטלי כל יום!", + "frabjabulousQuote": "בזכות Habitica התקבלתי לעבודה מדהימה בשכר גבוה... ואפילו יותר מפתיע מזה - אני משתמשת בחוט דנטלי כל יום!", "free": "שחק בחינם", "gamifyButton": "הפוך את חייך למשחק עוד היום!", - "goalSample1": "להתאמן בפסנתר למשך שעה ", + "goalSample1": "להתאמן בפסנתר למשך שעה", "goalSample2": "לעבוד על כתבה או פרסום אחר", "goalSample3": "לכתוב פוסט בבלוג", "goalSample4": "שיעור יפאנית בדואולינגו", @@ -71,47 +71,47 @@ "healthSample4": "לאכול אוכל בריא / מזון מהיר", "healthSample5": "להתאמן למשך שעה", "history": "היסטוריה", - "infhQuote": "HabitRPG ממש עזר לי לבנות יציבות ושגרה בחיים שלי במהלך התואר הראשון.", + "infhQuote": "Habitica ממש עזר לי לבנות יציבות ושגרה בחיים שלי במהלך התואר הראשון.", "invalidEmail": "כתובת דואר אלקטרוני תקפה הינה הכרחית על מנת לבצע איפוס סיסמא.", - "irishfeet123Quote": "היו לי הרגלים נוראיים כמו להזניח את הדירה שלי ולהשאיר כוסות זרוקות בכל מקום. HabitRPG עזר לי לטפל בהם!", - "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "לפני HabitRPG הייתי תקועה עם התזה שלי, וגם מאוכזבת מהמשמעת העצמית שלי בנוגע לניקיון, למידת אוצר מילים ותיאוריית \"גו\". מסתבר שלפרוט את המשימות האלה לרשימות קצרות וברות השלמה זה בדיוק הדבר ששמר עלי בפעולה ועם מוטיבציה גבוהה.", + "irishfeet123Quote": "היו לי הרגלים נוראיים כמו להזניח את הדירה שלי ולהשאיר כוסות זרוקות בכל מקום. Habitica עזר לי לטפל בהם!", + "joinOthers": "הצטרפו ל250,000 האנשים שנהנים להגשים את המטרות שלהם!", + "kazuiQuote": "לפני Habitica הייתי תקועה עם התזה שלי, וגם מאוכזבת מהמשמעת העצמית שלי בנוגע לניקיון, למידת אוצר מילים ותיאוריית \"גו\". מסתבר שלפרוט את המשימות האלה לרשימות קצרות וברות השלמה זה בדיוק הדבר ששמר עלי בפעולה ועם מוטיבציה גבוהה.", "landingadminlink": "החבילות הניהוליות שלנו,", "landingend": "עדיין לא השתכנעת?", "landingend2": "הבט בפרטים נוספים של", - "landingend3": "את/ה מחפש/ת גישה פרטית יותר? נסה/י את ", + "landingend3": "את/ה מחפש/ת גישה פרטית יותר? נסה/י את", "landingend4": "הן מושלמות עבור משפחות, מורים, קבוצות תמיכה ועסקים.", "landingfeatureslink": "הגימיקים שלנו", - "landingp1": "הבעיה ברוב אפליקציות ניהול הזמן בשוק היא שהם לא מספקים תמריץ להמשיך לשתמש בהם. HabitRPG טיפלה בסוגיה זו על ידי הפיכת ניהול הזמן לחוויה כיפית! בעזרת תגמולים ועונשים בעבור ההצלחות והכשלונות שלך, HabitRPG מספקת תמריץ חיצוני להשלמת המטלות היומיומיות שלך.", - "landingp2": "בכל פעם שאתה מתחזק הרגל בריא, משלים משימה יומית, או מטפל במטלה ישנה, HabitRPG מתגמל אותך מייד עם נקודות ניסיון וזהב. ככל שתצבור ניסיון, תוכל לעלות רמות, להגביר את ערכי התכונה שלך ולהיחשף למאפיינים נוספים של האתר - כמו חיות מחמד ומקצועות. זהב יכול לשמש לרכישת חפצים במשחק שמשנים את החוויה שלך או לרכישת פרסים מותאמים אישית שקבעת לצורכי מוטיבציה. כאשר אפילו ההצלחה הקטנה ביותר מתגמלת באופן מיידי, פחות סביר שתבחר בדחיינות.", + "landingp1": "הבעיה ברוב אפליקציות ניהול הזמן בשוק היא שהם לא מספקים תמריץ להמשיך לשתמש בהם. Habitica טיפלה בסוגיה זו על ידי הפיכת ניהול הזמן לחוויה כיפית! בעזרת תגמולים ועונשים בעבור ההצלחות והכשלונות שלך, Habitica מספקת תמריץ חיצוני להשלמת המטלות היומיומיות שלך.", + "landingp2": "בכל פעם שאתה מתחזק הרגל בריא, משלים משימה יומית, או מטפל במטלה ישנה, Habitica מתגמל אותך מייד עם נקודות ניסיון וזהב. ככל שתצבור ניסיון, תוכל לעלות רמות, להגביר את ערכי התכונה שלך ולהיחשף למאפיינים נוספים של האתר - כמו חיות מחמד ומקצועות. זהב יכול לשמש לרכישת חפצים במשחק שמשנים את החוויה שלך או לרכישת פרסים מותאמים אישית שקבעת לצורכי מוטיבציה. כאשר אפילו ההצלחה הקטנה ביותר מתגמלת באופן מיידי, פחות סביר שתבחר בדחיינות.", "landingp2header": "סיפוק מיידי", - "landingp3": "בכל פעם שאתה עוסק בהרגל רע או מפספס ביצוע של מטלה יומית, אתה מאבד בריאות. אם הבריאות צונחת נמוך מדי, אתה מת ומאבד חלק מההתקדמות שלך במשחק. בעזרת יצירת השלכות מידיות למעשים שלך, HabitRPG עוזר לך להפסיק הרגלים רעים ודחיינות לפני שאלו יוצרים בעיות בעולם האמיתי.", + "landingp3": "בכל פעם שאתה עוסק בהרגל רע או מפספס ביצוע של מטלה יומית, אתה מאבד בריאות. אם הבריאות צונחת נמוך מדי, אתה מת ומאבד חלק מההתקדמות שלך במשחק. בעזרת יצירת השלכות מידיות למעשים שלך, Habitica עוזר לך להפסיק הרגלים רעים ודחיינות לפני שאלו יוצרים בעיות בעולם האמיתי.", "landingp3header": "השלכות", - "landingp4": "עם קהילה פעילה, HabitRPG מספקת את התמיכה הנדרשת על מנת להתמיד במשימה. עם מערכת ה\"חבורה\", תוכל לקבץ את חבריך הטובים ביותר לעודד אותך. מערכת הגילדות מאפשרת לך למצוא אנשים עם תחומי עניין או מכשולים דומים לשלך, כדי שתוכל לשתף איתם את מטרותיך ולהחליף איתם עצות בנושאי התמודדות. בHabitRPG משמעות הקהילה היא שתמיד יהיה מי שיתמוך ויסמוך עליך, תוך מחויבות הדדית.", + "landingp4": "עם קהילה פעילה, Habitica מספקת את התמיכה הנדרשת על מנת להתמיד במשימה. עם מערכת ה\"חבורה\", תוכל לקבץ את חבריך הטובים ביותר לעודד אותך. מערכת הגילדות מאפשרת לך למצוא אנשים עם תחומי עניין או מכשולים דומים לשלך, כדי שתוכל לשתף איתם את מטרותיך ולהחליף איתם עצות בנושאי התמודדות. בHabitica משמעות הקהילה היא שתמיד יהיה מי שיתמוך ויסמוך עליך, תוך מחויבות הדדית.", "landingp4header": "קהילתיות", - "leadText": "HabitRPG היא אפליקציה חינמית לבניית הרגלים והתייעלות, שמתייחסת לחיים האמיתיים שלך כמו למשחק. HabitRPG יכולה לעזור לך להשיג את המטרות שלך ולהיות בריא, חרוץ, ומאושר.", + "leadText": "Habitica היא אפליקציה חינמית לבניית הרגלים והתייעלות, שמתייחסת לחיים האמיתיים שלך כמו למשחק. Habitica יכולה לעזור לך להשיג את המטרות שלך ולהיות בריא, חרוץ, ומאושר.", "login": "התחבר", "loginAndReg": "התחבר/הירשם", "loginFacebookAlt": "התחבר/הירשם עם פייסבוק", "logout": "התנתק", "marketing1Header": "שפר/י את הרגלייך בעזרת המשחק!", - "marketing1Lead1": "HabitRPG הוא משחק שנועד לשפר את הרגלייך בחיים האמיתיים. הוא הופך את המשימות שלך (הרגלים, מטלות יומיות, ומטרות ארוכות טווח) למפלצות קטנות שצריך להביס. ככל שתשתפר בכך, תתקדם במשחק. אם תכשל בביצוע המשימות בחיים האמיתיים, הדמות שלך במשחק תתחיל גם היא להתדרדר.", + "marketing1Lead1": "Habitica הוא משחק שנועד לשפר את הרגלייך בחיים האמיתיים. הוא הופך את המשימות שלך (הרגלים, מטלות יומיות, ומטרות ארוכות טווח) למפלצות קטנות שצריך להביס. ככל שתשתפר בכך, תתקדם במשחק. אם תכשל בביצוע המשימות בחיים האמיתיים, הדמות שלך במשחק תתחיל גם היא להתדרדר.", "marketing1Lead2": "יש ציוד מטריף!. שפר/י את המטלות שלך כדי לבנות את האווטאר שלך. הראה/י לכולם את הציוד הסופר מגניב שהשגת", "marketing1Lead2Title": "השג/השיגי ציוד מטריף", - "marketing1Lead3": "מצא פרסים אקראיים. עבור חלק מהאנשים הכיף הוא בהימור, לכן פיתחנו גם מערכת תגמול הסתברותית. HabitRPG תומך בכל סוגי התגמול: חיובי, שלילי, צפוי ואקראי.", + "marketing1Lead3": "מצא פרסים אקראיים. עבור חלק מהאנשים הכיף הוא בהימור, לכן פיתחנו גם מערכת תגמול הסתברותית. Habitica תומך בכל סוגי התגמול: חיובי, שלילי, צפוי ואקראי.", "marketing1Lead3Title": "מצא/י פרסים מדהימים", "marketing2Header": "התחרה/י בחברייך, הצטרף/י לקבוצות עניין", - "marketing2Lead1": "בעוד שניתן לשחק בHabitRPG לבד, הרבה יותר מהנה לשחק כאשר משתפים פעולה ומתחרים זה בזה תוך אחריות ותמיכה הדדית. החלק הכי אפקטיבי בתכניות שיפור עצמי הוא תמיכה חברתית, ואיזו סביבה טובה יותר לתמיכה, אחריות הדדית ותחרות מאשר משחק מחשב?", + "marketing2Lead1": "בעוד שניתן לשחק בHabitica לבד, הרבה יותר מהנה לשחק כאשר משתפים פעולה ומתחרים זה בזה תוך אחריות ותמיכה הדדית. החלק הכי אפקטיבי בתכניות שיפור עצמי הוא תמיכה חברתית, ואיזו סביבה טובה יותר לתמיכה, אחריות הדדית ותחרות מאשר משחק מחשב?", "marketing2Lead2": "הילחם בתפלצים. מה הוא משחק תפקידים ללא קרבות? הילחם בתפלצים יחד עם חברייך. התפלצים מייצרים מצב של \"ערבות הדדית מוגברת\" - יום בו אתה מחמיץ את הפעילות במכון הכושר הוא יום בו התפלץ מרביץ לכולם.", "marketing2Lead2Title": "תפלצים", "marketing2Lead3": "אתגרים מאפשרים לך להתחרות מול חברים וזרים. מי שבסיום האתגר הצליח במידה הרבה ביותר מקבל פרסים מיוחדים!", "marketing3Header": "יישומים", "marketing3Lead1": "היישומים לאייפון ולאנדרואיד מאפשרים לך לטפל בעניינים תוך כדי תנועה. אנחנו מבינים שלהתחבר לאתר כדי ללחוץ על כפתורים יכול להרגיש כסחבת לפעמים.", - "marketing3Lead2": "כלי צד שלישי אחרים מקשרים את האביט עם מגוון היבטים של החיים. הממשק שלנו מאפשר קישור קל לכלים כמו: התוסף לכרום שגורם לך נזק כשאתה משוטט באתרים מיותרים, ונותן לך נקודות כשאתה גולש באתרים פרודקטיביים יותר. לחץ כאן למידע נוסף בנושא.", + "marketing3Lead2": "כלי צד שלישי אחרים מקשרים את האביט עם מגוון היבטים של החיים. הממשק שלנו מאפשר קישור קל לכלים כמו: התוסף לכרום שגורם לך נזק כשאתה משוטט באתרים מיותרים, ונותן לך נקודות כשאתה גולש באתרים פרודקטיביים יותר. לחץ כאן למידע נוסף בנושא.", "marketing4Header": "שימוש ארגוני", "marketing4Lead1": "חינוך הוא אחד מהתחומים הכי טובים לשלב בו משחק. כולנו יודעים עד כמה התלמידים דבוקים לטלפונים ולמשחקים שלהם בימינו, רתמו את הכוח הזה! שלחו את תלמידיכם להתחרות זה בזה באופן ידידותי. תגמלו התנהגות טובה עם פרסים נדירים. ראו איך ההתנהגות והציונים שלהם מרקיעים שחקים.", "marketing4Lead1Title": "חינוך באמצעות משחקים", - "marketing4Lead2": "העלויות של טיפולים רפואיים בעלייה, וזה לא יכול להמשיך ככה. אין ספור תוכניות נבנו על מנת לעזור לנו לשפר את המצב הבריאותי וכתוצאה גם להפחית בהוצאות הרפואיות. אנחנו מאמינים שHabitRPG יכול לעזור לסלול דרך משמעותית לעבר סגנון חיים בריא יותר.", + "marketing4Lead2": "העלויות של טיפולים רפואיים בעלייה, וזה לא יכול להמשיך ככה. אין ספור תוכניות נבנו על מנת לעזור לנו לשפר את המצב הבריאותי וכתוצאה גם להפחית בהוצאות הרפואיות. אנחנו מאמינים שHabitica יכול לעזור לסלול דרך משמעותית לעבר סגנון חיים בריא יותר.", "marketing4Lead2Title": "משחקים בתחום הבריאות", "marketing4Lead3-1": "רוצה להפוך את החיים שלך למשחק?", "marketing4Lead3-2": "מתעניין בניהול קבוצת חינוך, רווחה, ועוד?", @@ -126,10 +126,10 @@ "passMan": "במקרה שאתה משתמש במנהל סיסמאות (כמו 1Password) ואתה מתקשה להתחבר, נסה להקליד את שם המשתמש והסיסמא באופן ידני.", "password": "סיסמא", "playButton": "שחק", - "playButtonFull": "שחק ב-HabitRPG", + "playButtonFull": "שחק ב-Habitica", "presskit": "ערכה לתקשורת", "presskitDownload": "הורד את כל התמונות:", - "presskitText": "תודה רבה על ההתעניינות בHabitRPG! התמונות הבאות יכולות לשמש עבור כתבות או סרטונים אודות האתר. למידע נוסף, ניתן ליצור קשר עם סיינה לזלי בכתובת leslie@habitrpg.com.", + "presskitText": "תודה רבה על ההתעניינות בHabitica! התמונות הבאות יכולות לשמש עבור כתבות או סרטונים אודות האתר. למידע נוסף, ניתן ליצור קשר עם סיינה לזלי בכתובת leslie@habitica.com.", "privacy": "מדיניות הפרטיות", "psst": "פססט", "punishByline": "הפסיקו את הדחיינות וההרגלים הרעים באמצעות השלכות מיידיות.", @@ -152,9 +152,9 @@ "schoolSample3": "להיפגש עם קבוצת הלמידה", "schoolSample4": "לסכם פרק אחד", "schoolSample5": "לקרוא פרק אחד", - "sixteenBitFilQuote": "אני מסיים את המטלות והמשימות שלי בזמן שיא תודות לHabitRPG. אני תמיד כל כך נרגש להגיע לרמה הבאה!", + "sixteenBitFilQuote": "אני מסיים את המטלות והמשימות שלי בזמן שיא תודות לHabitica. אני תמיד כל כך נרגש להגיע לרמה הבאה!", "skysailorQuote": "החבורה שלי והמשימות שלנו שומרים שאהיה מחויב למשחק, זה שומר על המוטיבציה שלי לבצע מטלות ולחולל שינוי חיובי בחיים שלי.", - "socialTitle": "habitRPG - החיים הם משחק", + "socialTitle": "Habitica - החיים הם משחק", "supermouse35Quote": "אני מתעמלת יותר ולא שכחתי לקחת את התרופות שלי מזה חודשים! תודה רבה האביט! D:", "sync": "סנכרן", "tasks": "משימות", @@ -172,7 +172,7 @@ "username": "שם משתמש", "watchVideos": "צפה/י בסרטונים", "work": "עבודה", - "zelahQuote": "עם HabitRPG, אני משתכנע ללכת לישון בזמן מעצם המחשבה על השגת נקודות על שינה מוקדמת או איבוד אותן נקודות עבור שינה מאוחרת!", + "zelahQuote": "עם Habitica, אני משתכנע ללכת לישון בזמן מעצם המחשבה על השגת נקודות על שינה מוקדמת או איבוד אותן נקודות עבור שינה מאוחרת!", "reportAccountProblems": "דווח על בעיות בחשבון משתמש", "reportCommunityIssues": "דווח על בעיות בקהילה", "generalQuestionsSite": "שאלות כלליות בנוגע לאתר", diff --git a/common/locales/he/gear.json b/common/locales/he/gear.json index a98282622f..b1518ce25f 100644 --- a/common/locales/he/gear.json +++ b/common/locales/he/gear.json @@ -111,13 +111,13 @@ "weaponSpecialWinter2015HealerText": "שרביט הרוגע", "weaponSpecialWinter2015HealerNotes": "מטה זה מחמם שרירים תפוסים ומשחרר לחצים. מגביר את התבונה ב<%= int %>. מהדורה מוגבלת, ציוד חורף 2014-2015.", "weaponSpecialSpring2015RogueText": "צפצוף מתפוצץ", - "weaponSpecialSpring2015RogueNotes": "Don't let the sound fool you - these explosives pack a punch. Increases Strength by <%= str %>. Limited Edition 2015 Spring Gear.", + "weaponSpecialSpring2015RogueNotes": "אל תתן לצליל לתעתע בך - חומרי נפץ אלו מסוכנים ביותר! מגביר את הכוח ב<%= str %>. מהדורה מוגבלת, ציוד אביב 2015.", "weaponSpecialSpring2015WarriorText": "אלת עצם", - "weaponSpecialSpring2015WarriorNotes": "It is a real bone club for real fierce doggies and is definitely not a chew toy that the Seasonal Sorceress gave you because who's a good doggy? Whoooo's a good doggy?? It's you!!! You're a good doggy!!! Increases Strength by <%= str %>. Limited Edition 2015 Spring Gear.", + "weaponSpecialSpring2015WarriorNotes": "זוהי אלה מעצם אמיתית המיועדת לכלבים קשוחים במיוחד! זהו בהחלט לא צעצוע כרסום פשוט שהמכשפה העונתית הביאה לך בגלל ש.. מי כלב טוב? מייייי כלב טוווב?? אתה!! אתה כלב טוב!!! מגביר את הכוח ב<%= str %>. מהדורה מוגבלת, ציוד אביב 2015.", "weaponSpecialSpring2015MageText": "מטה קוסמים", - "weaponSpecialSpring2015MageNotes": "Conjure yourself up a carrot with this fancy wand. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Spring Gear.", - "weaponSpecialSpring2015HealerText": "Cat Rattle", - "weaponSpecialSpring2015HealerNotes": "When you wave it, it makes a fascinating clickety noise that would keep ANYONE entertained for hours. Increases Intelligence by <%= int %>. Limited Edition 2015 Spring Gear.", + "weaponSpecialSpring2015MageNotes": "צור לעצמך גזר עם שרביט קסמים זה. מגביר את התבונה ב<%= int %> ואת התפיסה ב<%= per %>. מהדורה מוגבלת, ציוד אביב 2015.", + "weaponSpecialSpring2015HealerText": "רעשן לחתול", + "weaponSpecialSpring2015HealerNotes": "כשאתה משחק עם הרעשן הוא משמיע קול מהפנט שיכול לבדר במשך שעות. מגביר את התבונה ב<%= int %>. מהדורה מוגבלת, ציוד אביב 2015.", "weaponSpecialSummer2015RogueText": "Firing Coral", "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", "weaponSpecialSummer2015WarriorText": "Sun Swordfish", @@ -200,13 +200,13 @@ "armorSpecialSnowflakeText": "אדרת פתית-שלג", "armorSpecialSnowflakeNotes": "A robe to keep you warm, even in a blizzard. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.", "armorSpecialBirthdayText": "מלבושי חגיגה מגוכחים", - "armorSpecialBirthdayNotes": "Happy Birthday, HabitRPG! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthdayNotes": "Happy Birthday, Habitica! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialBirthday2015Text": "גלימת מסיבות מגוכחת", - "armorSpecialBirthday2015Notes": "Happy Birthday, HabitRPG! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthday2015Notes": "Happy Birthday, Habitica! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialGaymerxText": "שריון לוחמי הקשת", "armorSpecialGaymerxNotes": "In celebration of pride season and GaymerX, this special armor is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGBTQ and gaming and is open to everyone. It takes place at the InterContinental in downtown San Francisco on July 11-13! Confers no benefit.", "armorSpecialSpringRogueText": "חליפת חתלתול חלקלק", - "armorSpecialSpringRogueNotes": "Impeccably groomed. Increases Perception by <%= per %>. Limited Edition 2014 Spring Gear.", + "armorSpecialSpringRogueNotes": "מטופח ללא רבב. מגביר את התפיסה ב<%= per %>. מהדורה מוגבלת, ציוד אביב 2014. ", "armorSpecialSpringWarriorText": "שריון פלדת-תלתן", "armorSpecialSpringWarriorNotes": "Soft as clover, strong as steel! Increases Constitution by <%= con %>. Limited Edition 2014 Spring Gear.", "armorSpecialSpringMageText": "גלימות מכרסמיה", @@ -215,7 +215,7 @@ "armorSpecialSpringHealerNotes": "Warm and snuggly, but protects its owner from harm. Increases Constitution by <%= con %>. Limited Edition 2014 Spring Gear.", "armorSpecialSummerRogueText": "חלוק פיראטי", "armorSpecialSummerRogueNotes": "These robes be very cozy, yarrrr! Increases Perception by <%= per %>. Limited Edition 2014 Summer Gear.", - "armorSpecialSummerWarriorText": "מבושי עז-להב", + "armorSpecialSummerWarriorText": "מלבושי עז-להב", "armorSpecialSummerWarriorNotes": "Complete with buckle, as well as swash. Increases Constitution by <%= con %>. Limited Edition 2014 Summer Gear.", "armorSpecialSummerMageText": "זנב ברקת", "armorSpecialSummerMageNotes": "This garment of shimmering scales transforms its wearer into a real Mermage! Increases Intelligence by <%= int %>. Limited Edition 2014 Summer Gear.", @@ -225,9 +225,9 @@ "armorSpecialFallRogueNotes": "Vivid. Velvet. Vampiric. Increases Perception by <%= per %>. Limited Edition 2014 Autumn Gear.", "armorSpecialFallWarriorText": "חלוק מעבדה מדעי", "armorSpecialFallWarriorNotes": "Protects you from mysterious potion spills. Increases Constitution by <%= con %>. Limited Edition 2014 Autumn Gear.", - "armorSpecialFallMageText": "גלימות מכשפה מכושפות", + "armorSpecialFallMageText": "גלימת מכשפה מכושפת", "armorSpecialFallMageNotes": "This robe has plenty of pockets to hold extra helpings of eye of newt and tongue of frog. Increases Intelligence by <%= int %>. Limited Edition 2014 Autumn Gear.", - "armorSpecialFallHealerText": "מלבושים חבושים", + "armorSpecialFallHealerText": "מלבושי חבישה", "armorSpecialFallHealerNotes": "Charge into battle pre-bandaged! Increases Constitution by <%= con %>. Limited Edition 2014 Autumn Gear.", "armorSpecialWinter2015RogueText": "Icicle Drake Armor", "armorSpecialWinter2015RogueNotes": "This armor is freezing cold, but it will definitely be worth it when you uncover the untold riches at the center of the Icicle Drake hives. Not that you are looking for any such untold riches, because you are truly, definitely, absolutely a genuine Icicle Drake, okay?! Stop asking questions! Increases Perception by <%= per %>. Limited Edition 2014-2015 Winter Gear.", @@ -263,7 +263,7 @@ "armorMystery201406Notes": "This flexible robe makes it possible for its wearer to slip through even the tiniest cracks. Confers no benefit. June 2014 Subscriber Item.", "armorMystery201407Text": "חליפת חוקר תת ימי", "armorMystery201407Notes": "Described alternatively as \"splooshy\", \"overly thick\" and \"frankly, kind of cumbersome\", this suit is the best friend of any intrepid undersea explorer. Confers no benefit. July 2014 Subscriber Item.", - "armorMystery201408Text": "חלוקי שמש", + "armorMystery201408Text": "חלוק שמש", "armorMystery201408Notes": "These robes are woven with sunlight and gold. Confers no benefit. August 2014 Subscriber Item.", "armorMystery201409Text": "אפודת הצעדן", "armorMystery201409Notes": "A leaf-covered vest that camouflages the wearer. Confers no benefit. September 2014 Subscriber Item.", @@ -291,13 +291,13 @@ "headBase0Text": "ללא קסדה", "headBase0Notes": "בלי שום כיסוי ראש בכלל.", "headWarrior1Text": "קסדת עור", - "headWarrior1Notes": "כובע עשוי מעור מורתח ומבורס. לא מדהים אבל מילא. מגביר את ערך הכוח שלך ב<%= str %> נקודות.", + "headWarrior1Notes": "כובע עשוי מעור מורתח ומבורס. מגביר את הכוח שלך ב<%= str %>.", "headWarrior2Text": "קסדת שרשרת", - "headWarrior2Notes": "כיסוי ראש עשוי ממארג של טבעות מתכת חזקות. מגביר את ערך הכוח שלך ב<%= str %> נקודות.", + "headWarrior2Notes": "כיסוי ראש עשוי ממארג של טבעות מתכת חזקות. מגביר את הכוח שלך ב<%= str %>.", "headWarrior3Text": "קסדת לוחות", - "headWarrior3Notes": "קסדה מפלדה עבה, חסינה בפני כל מכה וחבלה. מגבירה את ערך הכוח שלך ב<%= str %> נקודות.", + "headWarrior3Notes": "קסדה מפלדה עבה, חסינה בפני כל מכה וחבלה. מגבירה את הכוח שלך ב<%= str %>.", "headWarrior4Text": "קסדה אדומה", - "headWarrior4Notes": "מקובעת עם אבני אודם עבור עצמה מיסטית וזוהרת באור מבשר רעות בכל פעם שזעמו של הלובש מתלקח. מגבירה את ערך הכוח שלך ב<%= str %> נקודות.", + "headWarrior4Notes": "מקובעת עם אבני אודם וזוהרת באור מבשר רעות בכל פעם שזעמו של הלובש מתלקח. מגבירה את הכוח שלך ב<%= str %>.", "headWarrior5Text": "קסדה זהובה", "headWarrior5Notes": "קסדה זו היא כתר מלכותי המתאים לשריון נוצץ, מגן עלייך מפני העוני ממש כמו מפני האויב. מגבירה את ערך הכוח שלך ב<%= str %> נקודות.", "headRogue1Text": "ברדס עור", @@ -364,9 +364,9 @@ "headSpecialSummerMageNotes": "What could be more magical than a hat wrapped in seaweed? Increases Perception by <%= per %>. Limited Edition 2014 Summer Gear.", "headSpecialSummerHealerText": "כתר אלמוגים", "headSpecialSummerHealerNotes": "Enables its wearer to heal damaged reefs. Increases Intelligence by <%= int %>. Limited Edition 2014 Summer Gear.", - "headSpecialFallRogueText": "כיפה אדומה מדם", + "headSpecialFallRogueText": "כיפה אדומה כדם", "headSpecialFallRogueNotes": "A Vampire Smiter's identity must always be hidden. Increases Perception by <%= per %>. Limited Edition 2014 Autumn Gear.", - "headSpecialFallWarriorText": "קרקפת המדע המפלצתית", + "headSpecialFallWarriorText": "קרקפת מדע מפלצתית", "headSpecialFallWarriorNotes": "Graft on this helm! It's only SLIGHTLY used. Increases Strength by <%= str %>. Limited Edition 2014 Autumn Gear.", "headSpecialFallMageText": "כובע מחודד", "headSpecialFallMageNotes": "Magic is woven into every thread of this hat. Increases Perception by <%= per %>. Limited Edition 2014 Autumn Gear.", @@ -402,9 +402,9 @@ "headSpecialGaymerxNotes": "In celebration of pride season and GaymerX, this special helmet is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGBTQ and gaming and is open to everyone. It takes place at the InterContinental in downtown San Francisco on July 11-13! Confers no benefit.", "headMystery201402Text": "קסדה מכונפת", "headMystery201402Notes": "This winged circlet imbues the wearer with the speed of the wind! Confers no benefit. February 2014 Subscriber Item.", - "headMystery201405Text": "להבת הראש", + "headMystery201405Text": "להבת המוח", "headMystery201405Notes": "Burn away the procrastination! Confers no benefit. May 2014 Subscriber Item.", - "headMystery201406Text": "כתר קנוקנות", + "headMystery201406Text": "כתר זרועות תמנון", "headMystery201406Notes": "The tentacles of this helm gather up magical energy from the water. Confers no benefit. June 2014 Subscriber Item.", "headMystery201407Text": "קסדת החוקר התת-ימי", "headMystery201407Notes": "This helm makes it easy to explore underwater! It sort of makes you look like a googly-eyed fish, too. Very retro! Confers no benefit. July 2014 Subscriber Item.", @@ -483,7 +483,7 @@ "shieldSpecialSummerWarriorNotes": "This shield, made from the wood of wrecked ships, can deter even the stormiest Dailies. Increases Constitution by <%= con %>. Limited Edition 2014 Summer Gear.", "shieldSpecialSummerHealerText": "מגן הרדודים", "shieldSpecialSummerHealerNotes": "No one will dare to attack the coral reef when faced with this shiny shield! Increases Constitution by <%= con %>. Limited Edition 2014 Summer Gear.", - "shieldSpecialFallRogueText": "יתד מכסף", + "shieldSpecialFallRogueText": "יתד כסף", "shieldSpecialFallRogueNotes": "Dispatches undead. Also grants a bonus against werewolves, because you can never be too careful. Increases Strength by <%= str %>. Limited Edition 2014 Autumn Gear.", "shieldSpecialFallWarriorText": "שיקוי מדעי חזק", "shieldSpecialFallWarriorNotes": "Spills mysteriously on lab coats. Increases Constitution by <%= con %>. Limited Edition 2014 Autumn Gear.", @@ -539,7 +539,7 @@ "bodySpecialWonderconBlackNotes": "An attractive ebony collar! Confers no benefit. Special Edition Convention Item.", "bodySpecialSummerMageText": "שכמיה נוצצת", "bodySpecialSummerMageNotes": "Neither salt water nor fresh water can tarnish this metallic capelet. Confers no benefit. Limited Edition 2014 Summer Gear.", - "bodySpecialSummerHealerText": "רצועת החוף", + "bodySpecialSummerHealerText": "צווארון אלמוגים", "bodySpecialSummerHealerNotes": "קולר מדהים משובץ אלמוגים! לא שימושי. מהדורה מוגבלת, ציוד קיץ 2014.", "bodySpecialSummer2015RogueText": "Renegade Sash", "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Confers no benefit. Limited Edition 2015 Summer Gear.", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", "eyewearMystery301405Notes": "No eyewear could be fancier than a monocle - except, perhaps, for a pair of goggles. Confers no benefit. July 3015 Subscriber Item." -} \ No newline at end of file +} diff --git a/common/locales/he/generic.json b/common/locales/he/generic.json index 9803c09617..2333632b90 100644 --- a/common/locales/he/generic.json +++ b/common/locales/he/generic.json @@ -1,11 +1,11 @@ { "languageName": "עברית", "stringNotFound": "המחרוזת '<%= string %>' לא נמצאה.", - "titleIndex": "HabitRPG | חייך כמשחק תפקידים", + "titleIndex": "Habitica | חייך כמשחק תפקידים", "habitica": "האביטיקה", "expandToolbar": "הרחב סרגל כלים", "collapseToolbar": "הקטן סרגל כלים", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "markdownBlurb": "Habitica uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", "showFormattingHelp": "Show formatting help", "hideFormattingHelp": "Hide formatting help", "youType": "You type:", @@ -14,8 +14,8 @@ "bold": "**Bold**", "strikethrough": "~~Strikethrough~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Habitica is great!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`code`", @@ -61,13 +61,16 @@ "veteranText": "סבל את ההאביט האפור (האתר הישן שלנו), וצבר אינספור צלקות קרב מהבאגים שלו", "originalUser": "משתמש מקורי!", "originalUserText": "אחד מהנרשמים הממש מוקדמים. מישהו אמר בודק אלפא?", - "habitBirthday": "מסיבת יום ההולדת של HabitRPG", - "habitBirthdayText": "חגג/ה את יום ההולדת של HabitRPG!", - "habitBirthdayPluralText": "חגג/ה <%= number %> ימי הולדת ל-HabitRPG!", + "habitBirthday": "מסיבת יום ההולדת של Habitica", + "habitBirthdayText": "חגג/ה את יום ההולדת של Habitica!", + "habitBirthdayPluralText": "חגג/ה <%= number %> ימי הולדת ל-Habitica!", + "habiticaDay": "יום קריאת Habitica בשמה", + "habiticaDaySingularText": "חגג את יום קריאת Habitica בשמה! תודה על היותך שחקן נהדר!", + "habiticaDayPluralText": "חגג <%= number %> ימים לציון קריאת Habitica בשמה! תודה על היותך שחקן נהדר! ", "achievementDilatory": "המושיע/ה של עצלניה", "achievementDilatoryText": "סייע/ה להביס את הדרעקון האיום של עצלניה באירוע \"שפריץ הקיץ\" של 2014!", "costumeContest": "תחרות התחפושות 2014", - "costumeContestText": "השתתפ/ה בתחרות התחפושות של ליל כל הקדושים בשנת 2014. אפשר לראות חלק מהתחפושות בבלוג שלנו:\nblog.habitrpg.com/tagged/cosplay", + "costumeContestText": "השתתפ/ה בתחרות התחפושות של ליל כל הקדושים בשנת 2014. אפשר לראות חלק מהתחפושות בבלוג שלנו:\nblog.habitica.com/tagged/cosplay", "memberSince": "- חבר/ה מאז", "lastLoggedIn": "- התחבר/ה לאחרונה", "notPorted": "התכונה הזו עוד לא יובאה מהאתר המקורי", diff --git a/common/locales/he/groups.json b/common/locales/he/groups.json index 6680ce292a..103a86a08c 100644 --- a/common/locales/he/groups.json +++ b/common/locales/he/groups.json @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Only group leader can create challenges", "sendGift": "Send Gift", "inviteFriends": "Invite Friends", - "inviteAlertInfo": "Invite friends by User ID here.", + "inviteAlertInfo": "Invite friends by User ID here.", "inviteExistUser": "Invite Existing User", "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.", "byColon": "By:", @@ -123,4 +123,4 @@ "startAParty": "Start a Party", "addToParty": "Add someone to your party", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/he/limited.json b/common/locales/he/limited.json index 9fd1d46819..9b46e7886b 100644 --- a/common/locales/he/limited.json +++ b/common/locales/he/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>סיינה לזלי<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>מכשפה עונתית<%= linkEnd %>", "seasonalShopClosedText": "החנות העונתית סגורה כרגע! אין לי מושג היכן המכשפה העונתית נמצאת כרגע, אך היא תשוב ב<%= linkStart %>נשף הרשף<%= linkEnd %> הבא!", - "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "אם השתמשת בכדור הלידה מחדש, תוכל/י לרכוש את הציוד הזה מחדש בעמודת הפרסים אחרי שתקבל/י גישה לחנות החפצים. בתחילה תוכל/י לקנות רק את חפצי המקצוע שלך (לוחם, בתור התחלה) אך אל חשש! החפצים המתאימים לכל מקצוע יהיו זמינים כשתעבור/י למקצוע הזה.", "candycaneSet": "סוכרייה על מקל הליכה (מכשף)", "skiSet": "מתנקש-סקי (נוכל)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/he/messages.json b/common/locales/he/messages.json index 88f7b3d45e..adf2fe69ec 100644 --- a/common/locales/he/messages.json +++ b/common/locales/he/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/he/npc.json b/common/locales/he/npc.json index 9c0fcf73a4..6ff43e76d7 100644 --- a/common/locales/he/npc.json +++ b/common/locales/he/npc.json @@ -21,9 +21,9 @@ "cool": "ספר לי מאוחר יותר", "dismissAlert": "השתק התראה זו", "donateText1": "מוסיף 20 אבני חן לחשבונך. נין לנצל אבני חן לרכישת חפצי משחק, כגון חולצות ותסרוקות.", - "donateText2": "עזור לתמוך בHabitRPG", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", - "donationDesc": "20 אבני חן, תרומה ל- HabitRPG.", + "donateText2": "עזור לתמוך בHabitica", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donationDesc": "20 אבני חן, תרומה ל- Habitica.", "payWithCard": "תשלום באשראי", "payNote": "הערה: מדי פעם לוקח לפייפאל זמן רב לחייב לקוחות. אנו ממליצים לשלם דרך כרטיס.", "card": "כרטיס אשראי", @@ -52,10 +52,10 @@ "tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "Your Party will help you stay accountable. Invite friends to unlock a Quest Scroll!", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List
  • Spend your hard-earned Gold here!
  • Purchase Equipment for your avatar, or set custom Rewards.
", "tourRewardsProceed": "זה הכל!", - "welcomeToHabit": "ברוכים הבאים לHabitRPG, משחק שמשפר את החיים שלך!", + "welcomeToHabit": "ברוכים הבאים לHabitica, משחק שמשפר את החיים שלך!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now you'll customize your avatar and set up your tasks...", "imReady": "אני מוכן!" -} \ No newline at end of file +} diff --git a/common/locales/he/pets.json b/common/locales/he/pets.json index 817bbf0788..2339ec1afb 100644 --- a/common/locales/he/pets.json +++ b/common/locales/he/pets.json @@ -9,12 +9,14 @@ "rareMounts": "חיות רכיבה נדירות", "etherealLion": "אריה אתרי", "veteranWolf": "זאב ותיק", + "veteranTiger": "נמר ותיק", "cerberusPup": "גור קרברוס", "hydra": "הידרה", "mantisShrimp": "חסילון-גמל-שלמה", "mammoth": "ממותה שעירה", "orca": "Orca", - "rarePetPop1": "לחצו על הכפה הזהובה ותוכלו ללמוד כיצד להשיג חיה נדירה זו - דרך תרומה לHabitRPG!", + "royalPurpleGryphon": "גריפון סגול מלכותי", + "rarePetPop1": "לחצו על הכפה הזהובה ותוכלו ללמוד כיצד להשיג חיה נדירה זו - דרך תרומה לHabitica!", "rarePetPop2": "איך לקבל את חיית המחמד הזו!", "potion": "שיקוי <%= potionType %>", "egg": "ביצת <%= eggType %>", @@ -28,7 +30,7 @@ "foodText": "food", "food": "אוכל ואוכפים", "noFood": "אין לך אוכל או אוכפים", - "dropsExplanation": "אפשר להשיג את החפצים הללו מהר יותר עם אבני חן, אם אינך רוצה לחכות שיפלו כשאת משלימה משימה. כאן אפשר ללמוד עוד על מערכת הביזה.", + "dropsExplanation": "אפשר להשיג את החפצים הללו מהר יותר עם אבני חן, אם אינך רוצה לחכות שיפלו כשאת משלימה משימה. כאן אפשר ללמוד עוד על מערכת הביזה.", "beastMasterProgress": "התקדמות אלוף החיות", "beastAchievement": "הרווחת את הישג \"אדון החיות\" על איסוף כל חיות המחמד!", "beastMasterName": "אלוף החיות", @@ -52,7 +54,7 @@ "feedPet": "להאכיל את ה<%= name %> שלך ב <%= text %>?", "useSaddle": "לשים אוכף על ה<%= pet %> שלך?", "petName": "<%= egg %> <%= potion %>", - "mountName": " <%= mount %> <%= potion %>", + "mountName": "<%= mount %> <%= potion %>", "petKeyName": "מפתח למכלאות", "petKeyPop": "שחרר/י את חיות המחמד שלך לחופשי, להתחיל הרפתקה משלהן, ותנ/י לעצמך את הריגוש של הישג \"אלוף החיות\" פעם נוספת!", "petKeyBegin": "Key to the Kennels: Experience <%= title %> Once More!", diff --git a/common/locales/he/quests.json b/common/locales/he/quests.json index 39b4ddde08..4a6b341c9a 100644 --- a/common/locales/he/quests.json +++ b/common/locales/he/quests.json @@ -60,4 +60,4 @@ "questWarning": "אם שחקנים חדשים מצטרפים לחבורה לפני תחילת המשימה, גם הם יקבלו הזמנה. לעומת זאת, ברגע שהמשימה תתחיל, אף אחד מהחבורה לא יוכל להצטרף אליה.", "bossRageTitle": "זעם", "bossRageDescription": "When this bar fills, the boss will unleash a special attack!" -} \ No newline at end of file +} diff --git a/common/locales/he/questscontent.json b/common/locales/he/questscontent.json index 6486113541..1e3b729fad 100644 --- a/common/locales/he/questscontent.json +++ b/common/locales/he/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/he/rebirth.json b/common/locales/he/rebirth.json index e5a318714e..91c25915cc 100644 --- a/common/locales/he/rebirth.json +++ b/common/locales/he/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "תקומה: הרפתקה חדשה זמינה!", - "rebirthUnlock": "הרווחת את הלידה מחדש! חפץ השוק המיוחד הזה מאפשר לך להתחיל משחק חדש ברמה 1 ועדיין לשמור את המשימות, ההישגים, החיות שלך, ועוד. השתמש בזה כדי לנשוף חיים חדשים לריאות של HabitRPG, אם אתה מרגיש שכבר יש לך הכל, או כדי לחוות את הגימיקים החדשים דרך העיניים הרעננות של שחקן מתחיל!", + "rebirthUnlock": "הרווחת את הלידה מחדש! חפץ השוק המיוחד הזה מאפשר לך להתחיל משחק חדש ברמה 1 ועדיין לשמור את המשימות, ההישגים, החיות שלך, ועוד. השתמש בזה כדי לנשוף חיים חדשים לריאות של Habitica, אם אתה מרגיש שכבר יש לך הכל, או כדי לחוות את הגימיקים החדשים דרך העיניים הרעננות של שחקן מתחיל!", "rebirthBegin": "לידה מחדש: להתחיל הרפתקה חדשה", "rebirthStartOver": "לידה מחדש מחזירה את דמותך לרמה 1, ממש כאילו יצרת חשבון חדש.", "rebirthAdvList1": "אתה חוזר לרפואה שלמה.", @@ -22,4 +22,4 @@ "rebirthPop": "התחיל/י דמות חדשה ברמה 1 עם אותם הישגים, חפצי אספנות, משימות והיסטוריה.", "rebirthName": "כדור הלידה מחדש", "reborn": "היוולד/י מחדש. רמה מירבית: <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/he/settings.json b/common/locales/he/settings.json index 617f6cea7f..a89a925373 100644 --- a/common/locales/he/settings.json +++ b/common/locales/he/settings.json @@ -2,7 +2,7 @@ "settings": "הגדרות", "language": "שפה", "americanEnglishGovern": "במקרה של חוסר נאמנות למקור, הגרסה האנגלית האמריקאית היא שקובעת.", - "helpWithTranslation": "האם אתה רוצה לעזור בתרגום HabitRPG? נהדר! בקרו ב זה כרטיס ה-Trello.", + "helpWithTranslation": "האם אתה רוצה לעזור בתרגום Habitica? נהדר! בקרו ב זה כרטיס ה-Trello.", "showHeaderPop": "הראה את האווטר, מד הבריאות/ניסיון והחבורה שלך.", "stickyHeader": "כותרת דביקה", "stickyHeaderPop": "מדביק את ה\"כותרת\" - התמונה שלך ושל מדי הבריאות/ניסיון - לראש המסך. אם התיבה לא מסומנת הכותרת תיעלם בירידה למטה.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "התחלת יום מותאמת אישית", "24HrClock": "שעות 24 שעות", - "customDayStartInfo1": "HabitRPG defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", - "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", + "customDayStartInfo1": "Habitica defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", + "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", "misc": "שונות", "showHeader": "הראה כותרת", "changePass": "שנה סיסמה", @@ -79,13 +79,13 @@ "data": "מידע", "exportData": "ייצוא מידע", "emailChange1": "כדי לשנות את כתובת הדוא\"ל שלך, בבקשה שלח מייל ל-", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "וכלול את כתובות הדוא\"ל הישנה והחדשה שלך כמו גם את מספר זיהוי המשתמש שלך.", "username": "שם כניסה", "usernameOrEmail": "Login Name or Email", "email": "כתובת דוא\"ל", "registeredWithFb": "רשום עם Facebook", - "loginNameDescription1": "אלה הפרטים בהם אתה משתמש כדי להכנס ל-HabitRPG. עבור ל-", + "loginNameDescription1": "אלה הפרטים בהם אתה משתמש כדי להכנס ל-Habitica. עבור ל-", "loginNameDescription2": "משתמש->פרופיל", "loginNameDescription3": "כדי לשנות את השם שמופיע באוואטר שלך ובהודעות הצ'אט.", "emailNotifications": "הודעות", @@ -101,12 +101,12 @@ "questStarted": "Your Quest has Begun", "invitedQuest": "Invited to Quest", "kickedGroup": "הוצאת מקבוצה", - "remindersToLogin": "Reminders to check in to HabitRPG", + "remindersToLogin": "Reminders to check in to Habitica", "unsubscribedSuccessfully": "הרישום בוטל בהצלחה!", - "unsubscribedTextUsers": "ביטלת את הרשמתך מכל המיילים של HabitRPG. אתה יכול לאפשר רק מיילים שאתה רוצה לקבל מההגדרות (דורש התחברות).", - "unsubscribedTextOthers": "לא תקבל יותר אף הודעה מ-HabitRPG.", + "unsubscribedTextUsers": "ביטלת את הרשמתך מכל המיילים של Habitica. אתה יכול לאפשר רק מיילים שאתה רוצה לקבל מההגדרות (דורש התחברות).", + "unsubscribedTextOthers": "לא תקבל יותר אף הודעה מ-Habitica.", "unsubscribeAllEmails": "סמן כדי לבטל רישום ממיילים", - "unsubscribeAllEmailsText": "על-ידי סימון תיבה זה, אני מצהיר שאני מבין שעל-ידי ביטול הרישום מכל המיילים, HabitRPG לעולם לא יוכל להודיע לי באמצעות דוא\"ל על שינויים חשובים לאתר או לחשבון שלי.", + "unsubscribeAllEmailsText": "על-ידי סימון תיבה זה, אני מצהיר שאני מבין שעל-ידי ביטול הרישום מכל המיילים, Habitica לעולם לא יוכל להודיע לי באמצעות דוא\"ל על שינויים חשובים לאתר או לחשבון שלי.", "correctlyUnsubscribedEmailType": "ביטלת רישומך בהצלחה ממיילים \"<%= emailType %>.", "subscriptionRateText": "$<%= price %> חוזרים בכל <%= months %> חודשים", "benefits": "יתרונות", @@ -119,4 +119,4 @@ "promoCodeApplied": "Promo Code Applied! Check your inventory", "promoPlaceholder": "Enter Promotion Code", "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." -} \ No newline at end of file +} diff --git a/common/locales/he/spells.json b/common/locales/he/spells.json index 6d764b383b..97268769b0 100644 --- a/common/locales/he/spells.json +++ b/common/locales/he/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Cancel the effects of Seafoam." -} \ No newline at end of file +} diff --git a/common/locales/he/subscriber.json b/common/locales/he/subscriber.json index 15c69be390..8b7fd12ad9 100644 --- a/common/locales/he/subscriber.json +++ b/common/locales/he/subscriber.json @@ -58,7 +58,7 @@ "buySubsText": "קניית אבני חן עם זהב, הסרת פרסומות, תמיכה במפתחים", "sureCancelSub": "האם את/ה בטוח/ה שאת/ה רוצה לבטל את המינוי שלך?", "subCanceled": "התרומה תפסיק לתפקד ב", - "subGemPop": "מכיוון שאתה תורם ל-HabitRPG, אתה יכול לקנות מספר אבני חן בכל חודש באמצעות זהב. אתה יכול לראות כמה אבני חן זמינים לך לקנייה בפינה של סמל אבן החן.", + "subGemPop": "מכיוון שאתה תורם ל-Habitica, אתה יכול לקנות מספר אבני חן בכל חודש באמצעות זהב. אתה יכול לראות כמה אבני חן זמינים לך לקנייה בפינה של סמל אבן החן.", "subGemName": "אבני חן של תורם", "timeTravelers": "גולשים בזמן", "timeTravelersTitleNoSub": "<%= linkStartTyler %>טיילר<% linkEnd %> ו<%= linkStartVicky %>ויקי<%= linkEnd%>", @@ -69,4 +69,4 @@ "subUpdateCard": "עדכן כרטיס", "subUpdateTitle": "עדכן", "subUpdateDescription": "עדכן את הכרטיס שיחוייב." -} \ No newline at end of file +} diff --git a/common/locales/he/tasks.json b/common/locales/he/tasks.json index 0ad207814e..78a49f2467 100644 --- a/common/locales/he/tasks.json +++ b/common/locales/he/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "נקה מטלות שבוצעו", "lotOfToDos": "מטרות שהושלמו נשלחות לארכיון באופן אוטומטי בתום 3 ימים. ניתן למצוא אותן בהגדרות > ייצוא נתונים.", "deleteToDosExplanation": "לחיצה על הכפתור למטה תמחק לצמיתות את כל המטרות הגנוזות שלך שהושלמו. ייצא אותן קודם לכן, אם היית רוצה לשמור תיעוד שלהן.", - "beeminderDeleteWarning": "למשתמשי בימיינדר, ראשית קראו איך למחוק משימות שהושלמו בלי לבלבל את בימיינדר!", + "beeminderDeleteWarning": "למשתמשי בימיינדר, ראשית קראו איך למחוק משימות שהושלמו בלי לבלבל את בימיינדר!", "addmultiple": "הוסף כמה", "addsingle": "הוסף יחיד", "habits": "הרגלים", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "You're Resting in the Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If you're in a quest, you won't deal damage/collect items until you check out of the Inn, but you can still be injured by a Boss if your Party mates skip their own Dailies.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Click for help" -} \ No newline at end of file +} diff --git a/common/locales/hu/backgrounds.json b/common/locales/hu/backgrounds.json index 0e0ee752ae..c05a274ffe 100644 --- a/common/locales/hu/backgrounds.json +++ b/common/locales/hu/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Lovagolj meg egy óriási hullámot!", "backgroundSunkenShipText": "Elsüllyedt hajó", "backgroundSunkenShipNotes": "Fedezz fel egy elsüllyedt hajót" -} \ No newline at end of file +} diff --git a/common/locales/hu/challenge.json b/common/locales/hu/challenge.json index 6647365105..27def97663 100644 --- a/common/locales/hu/challenge.json +++ b/common/locales/hu/challenge.json @@ -36,7 +36,7 @@ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Legalább 1 Drágakő nyílvános kihívásoknak . Segít megakadályozni a spamelést (valóban segít).", - "officialChallenge": "Hivatalos HabitRPG kihívás", + "officialChallenge": "Hivatalos Habitica kihívás", "by": "által", "participants": "<%= membercount %> résztvevő", "join": "Csatlakozom", @@ -57,4 +57,4 @@ "prizeValue": "Nyeremény <%= gemcount %> <%= gemicon %>", "clone": "Másol", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/hu/character.json b/common/locales/hu/character.json index 96a642e8ad..b4d2bb114b 100644 --- a/common/locales/hu/character.json +++ b/common/locales/hu/character.json @@ -56,7 +56,7 @@ "costumeText": "Ha tetszenek a ruhák, amiket hordasz, akkor pipáld ki a \"Ruha használata\" gombot, hogy felöltsd őket és a harci felszereléseid felett látszódjanak.", "useCostume": "Ruha használata", "useCostumeInfo1": "Kattints a \"Ruha használata\" gombra; így ráadhatsz az avatarodra olyan felszereléseket, amik nem befolyásolják a tulajdonságaidat a harci felszerelésed által! Ez azt jelenti, hogy a bal oldalon használhatod a legjobb tulajdonságú felszerelésedet, és a jobb oldalt pedig felöltöztetheted, ahogy neked tetszik.", - "useCostumeInfo2": "Amint a \"Ruha használatára\" kattintasz az avatárod elég egyszerűen fog kinézni.... de ne aggódj! Ha a bal oldalra nézel, akkor látod, hogy a harci felszerelésed még mindig rajtad van. Nos, igazán érdekessé teheted a dolgokat! Bármi, amit a jobb oldalon felszerelsz nem befolyásolja a tulajdonságaidat, viszont hihetetlenül menőn fogsz kinézni. Próbálj ki különböző kombinációkat, mixeld a felszereléseidet, és passzítsd össze a ruhádat az állataiddal, hátasaiddal és a hátterekkel.

Van még kérdésed? Nezd meg a Ruhák oldalt a wiki-n. Megtaláltad a tökéletes együttest? Dicsekedj el vele a Costume Carnival guild céhben vagy kérkedj vele a Fogadóban!", + "useCostumeInfo2": "Amint a \"Ruha használatára\" kattintasz az avatárod elég egyszerűen fog kinézni.... de ne aggódj! Ha a bal oldalra nézel, akkor látod, hogy a harci felszerelésed még mindig rajtad van. Nos, igazán érdekessé teheted a dolgokat! Bármi, amit a jobb oldalon felszerelsz nem befolyásolja a tulajdonságaidat, viszont hihetetlenül menőn fogsz kinézni. Próbálj ki különböző kombinációkat, mixeld a felszereléseidet, és passzítsd össze a ruhádat az állataiddal, hátasaiddal és a hátterekkel.

Van még kérdésed? Nezd meg a Ruhák oldalt a wiki-n. Megtaláltad a tökéletes együttest? Dicsekedj el vele a Costume Carnival guild céhben vagy kérkedj vele a Fogadóban!", "gearAchievement": "Elérted a \"Végső felszerelés\" kitüntetést, amiért a maximumra fejlesztetted egy kaszt felszerelését! A következő teljes felszerelést raktad ki:", "moreGearAchievements": "Ahhoz, hogy még több Végső Felszerelés kitűzőt kapj, válts kasztot a Jellemzök oldalon és vedd meg az új kasztod összes felszerelését!", "armoireUnlocked": "A Varázslatos Ládát is feloldottad! Kattints az Elvarázsolt Láda jutalomra, hogy véletlenszerűen egy különleges felszerelést kaphass. Akár tapasztalati pontot vagy kaját is kaphatsz,", @@ -77,7 +77,7 @@ "allocatePerPop": "Egy pont hozzáadása az Észleléshez", "allocateInt": "Intelligenciára költött pontok: ", "allocateIntPop": "Egy pont hozzáadása az Intelligenciához: ", - "noMoreAllocate": "Most, hogy elérted a 100-as szintet, nem kapsz több pontot a tulajdonságaidhoz. A szintedet tovább növelheted, vagy egy újabb kalandba kezdhetsz az Újjászületés Gömbjével, ami mostantól ingyenesen elérhető a piacon.", + "noMoreAllocate": "Most, hogy elérted a 100-as szintet, nem kapsz több pontot a tulajdonságaidhoz. A szintedet tovább növelheted, vagy egy újabb kalandba kezdhetsz az Újjászületés Gömbjével, ami mostantól ingyenesen elérhető a piacon.", "stats": "Karakterlap", "strength": "Erő", "strengthText": "Az erő növeli a \"kritikus csapások\" esélyét, növeli az arany és a tapasztalat szerzést, valamint a zsákmányok szerzésének esélyét. Továbbá segít a főellenségek sebzésében.", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Háziállat, hátas, háttér eltávolítása", "animalSkins": "Állat bőr", "chooseClassHeading": "Válaszd ki a kasztodat! Vagy halaszd el későbbre.", - "warriorWiki": "Harcos", - "mageWiki": "Mágus", - "rogueWiki": "Tolvaj", - "healerWiki": "Gyógyító", - "chooseClassLearn": "Tudj meg többet a kasztokról", + "warriorWiki": "Harcos", + "mageWiki": "Mágus", + "rogueWiki": "Tolvaj", + "healerWiki": "Gyógyító", + "chooseClassLearn": "Tudj meg többet a kasztokról", "str": "STR", "con": "CON", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/hu/communityguidelines.json b/common/locales/hu/communityguidelines.json index 5bf61e28dc..0770222839 100644 --- a/common/locales/hu/communityguidelines.json +++ b/common/locales/hu/communityguidelines.json @@ -1,13 +1,13 @@ { "iAcceptCommunityGuidelines": "Elfogadom és betartom a Közösségi irányelveket.", - "tavernCommunityGuidelinesPlaceholder": "Figyelmeztetés: ez itt egy korhatármentes társalgószoba, ezért arra kérünk, hogy ennek megfelelő tartalmat és nyelvezetet használj! Lásd lentebb a Közösségi irányelveket, ha ezzel kapcsolatban kérdésed van. ", + "tavernCommunityGuidelinesPlaceholder": "Figyelmeztetés: ez itt egy korhatármentes társalgószoba, ezért arra kérünk, hogy ennek megfelelő tartalmat és nyelvezetet használj! Lásd lentebb a Közösségi irányelveket, ha ezzel kapcsolatban kérdésed van.", "commGuideHeadingWelcome": "Üdvözlünk Habiticában", "commGuidePara001": "Isten hozott, kalandor! Üdvözlünk Habiticaban, a produktivitás, egészséges élet és a néhanapján tomboló griffmadár földjén. Egy vidám közösség telis-tele segítőkész emberekkel, akik támogatják egymást az önfejlesztésük útja felé, fogad téged.", "commGuidePara002": "Létrehoztunk néhány szabályt arra, hogy a közösségünkben mindenki biztonságban, boldog és hatékony lehessen. Kiemelt figyelemmel hoztuk ezeket létre, hogy a lehető legbarátságosabb és olvashatóbb legyen. Kérünk szánd rá idődet és olvasd el.", "commGuidePara003": "Ezek a szabályok minden olyan közösségi oldalra vonatkoznak, amit használunk, ideértve (nem feltétlen csak ezekre korlátozva) Trello, GitHub, Transifex, és a Wikia (ismertebb nevén wiki). Néha, előre láthatatlan események történhetnek, mint például egy újabb konfliktus vagy egy gonosz nekromanta. Amennyiben ez megtörténik, akkor a moderátorok módosíthatják a szabályokat, hogy a közösséget biztonságban tartsák az újabb fenyegetésektől. Ne aggódj: Bailey egy közleményben értesíteni fog, amennyiben a szabályok változnak.", "commGuidePara004": "És most fogd a lúdtollat és a papiruszt jegyzetelni, és kezdjük!", "commGuideHeadingBeing": "Habitica lakójának lenni", - "commGuidePara005": "HabitRPG elsősorban egy önfejlesztésnek szentelt weblap. Ennek eredményeképpen, volt szerencsénk összehozni az egyik legszívélyesebb, legkedvesebb és leginkább udvarias és támogató közösséget az interneten. Habitica lakóit sok jó tulajdonság jellemzi. Néhány a leggyakoribbak és leginkább figyelemre méltóak a közül:", + "commGuidePara005": "Habitica elsősorban egy önfejlesztésnek szentelt weblap. Ennek eredményeképpen, volt szerencsénk összehozni az egyik legszívélyesebb, legkedvesebb és leginkább udvarias és támogató közösséget az interneten. Habitica lakóit sok jó tulajdonság jellemzi. Néhány a leggyakoribbak és leginkább figyelemre méltóak a közül:", "commGuideList01A": "Segítőkész Lélek. Sokan áldoznak időt és energiát a közösség új tagjainak segítésére és iránymutatásra. Az Újoncok Céhe (The Newbies Guild) például egy céh mely az újoncok kérdéseinek megválaszolását tűzte ki célul. Ha úgy érzed, hogy tudsz segíteni légy bátor és segíts!", "commGuideList01B": "Szorgalmas Hozzáállás. Habitica lakói keményen dolgoznak hogy javítsák életüket, de ezen felül folyamatosan segítenek építeni és fejleszteni az oldalt. Ez egy nyílt forrású projekt, ezért mindannyian azon vagyunk, hogy ezt az oldalt a lehető legjobb hellyé tegyük.", "commGuideList01C": "Támogató Viselkedés. Habitica lakói örülnek egymás győzelmének és segítik egymást a nehezebb időkben. Erőt adunk a másiknak, egymásra támaszkodunk és egymástól tanulunk. A csoportokban ezt tesszük a varázslatainkkal; a társalgó szobákban pedig a kedves és támogató szavainkkal.", @@ -25,21 +25,21 @@ "commGuidePara011b": "Githubon/Wikian", "commGuidePara011c": "Wikian", "commGuidePara011d": "GitHubon", - "commGuidePara012": "Ha kérdésed vagy problémád van az egyik Moderátorral, akkor kérlek küldj egy email Lemoness-nek (leslie@habitrpg.com).", + "commGuidePara012": "Ha kérdésed vagy problémád van az egyik Moderátorral, akkor kérlek küldj egy email Lemoness-nek (leslie@habitica).", "commGuidePara013": "Egy ilyen nagy közösségben mint a Habitica, a felhasználok jönnek mennek, és néha a moderátoroknak is le kell tenniük nemes köpenyüket és pihenniük. Ők a Moderators Emeritus-ok, azaz a Nyugalmazott Moderátorok. Nekik mar nincs meg a Moderátori hatalmuk, de tiszteljük őket továbbra is az elvégzett munkájukért!", "commGuidePara014": "Nyugalmazott Moderátorok:", "commGuideHeadingPublicSpaces": "Nyilvános helyek Habitica-n", "commGuidePara015": "Habitca-n két féle közösségi hely van: nyilvános és privát. Nyilvános helyek például a Kocsma, a Nyilvános Céhek, GitHub, Trello és a Wiki. A privát helyek a Privát Céhek, csoport chat és a privát üzenetek.", "commGuidePara016": "Amikor a Habitica nyilvános helyein mozogsz, akkor be kell tartanod néhány egyszerű szabályt, hogy mindenki biztonságban és boldogan érezhesse magát. Ez könnyű kell, hogy legyen olyan kalandoroknak, mint Neked!", - "commGuidePara017": "Tiszteljétek egymást. Légy udvarias, kedves, barátságos és segítőkész. Ne feledd: Habitica lakói mindenfelől érkeztek és nagyon eltérő tapasztalatokkal rendelkeznek. Ez az a plusz, amitől a HabitRPG annyira menő. Egy közösséget építeni annyit jelent, hogy tiszteljük és ünnepeljük a különbözőségeinket és hasonlóságunkat. Íme néhány egyszerű tanács, hogy tiszteljük egymást:", + "commGuidePara017": "Tiszteljétek egymást. Légy udvarias, kedves, barátságos és segítőkész. Ne feledd: Habitica lakói mindenfelől érkeztek és nagyon eltérő tapasztalatokkal rendelkeznek. Ez az a plusz, amitől a Habitica annyira menő. Egy közösséget építeni annyit jelent, hogy tiszteljük és ünnepeljük a különbözőségeinket és hasonlóságunkat. Íme néhány egyszerű tanács, hogy tiszteljük egymást:", "commGuideList02A": "Tartsd be az összes Általános Szerződési Feltételt.", "commGuideList02B": "Ne posztolj olyan kepéket vagy szöveget, amik erőszakosak, fenyegetőek, vagy szexuális tartalmúak, vagy bárki vagy bármilyen csoport elleni diszkriminációt, fanatizmust, rasszizmust, szexizmust, gyűlöletet, zaklatást, támadást támogatja. Meg viccként se! Gyalázkodást és a kijelentéseket is beleértve. A humorérzékünk nem egyforma, így neked lehet hogy valami vicces, de ez másnak bántó lehet. A Napi Feladataidat támadd, ne másokat.", "commGuideList02C": "A megfogalmazások bármilyen korú lakónak feleljenek meg. Habitica sok fiatal lakója használja az oldalt. Ne ártsunk az ártatlanoknak, és ne hátráltassunk egy lakost sem a célja elérésében.", "commGuideList02D": "Ne káromkodj! Beleértve a gyengébb, vallásalapú fogadalmakat is, amik máshol akár elfogadhatóak - minden féle ember van közöttünk, mindenféle vallási és kulturális háttérrel, és biztosak szeretnénk lenni, hogy mindenki kellemesen érzi magát a nyilvános helyeken. Továbbá, a gyalázkodást nagyon szigorúan kezeljük, mivel ez az Általános Szerződési Feltételeket sérti.", - "commGuideList02E": "Avoid extended discussions of divisive topics outside of the Back Corner. If you feel that someone has said something rude or hurtful, do not engage them. A single, polite comment, such as \"That joke makes me feel uncomfortable,\" is fine, but being harsh or unkind in response to harsh or unkind comments heightens tensions and makes HabitRPG a more negative space. Kindness and politeness helps others understand where you are coming from.", + "commGuideList02E": "Avoid extended discussions of divisive topics outside of the Back Corner. If you feel that someone has said something rude or hurtful, do not engage them. A single, polite comment, such as \"That joke makes me feel uncomfortable,\" is fine, but being harsh or unkind in response to harsh or unkind comments heightens tensions and makes Habitica a more negative space. Kindness and politeness helps others understand where you are coming from.", "commGuideList02F": "Comply immediately with any Mod request to cease a discussion or move it to the Back Corner. Last words, parting shots and conclusive zingers should all be delivered (courteously) at your \"table\" in the Back Corner, if allowed.", "commGuideList02G": "Adj magadnak időt gondolkodni, mint sem haragból válaszolni ha valaki azt mondja neked, rosszul esett neki, amit mondtál neki vagy tettel vele. Nagy bátorság és erő kell ahhoz, hogy őszintén tudjunk bocsánatot kerni valakitől. Ha úgy érzed, hogy nem a megfelelő módon válaszoltak neked, akkor vedd fel a kapcsolatot egy moderátorral, ahelyett hogy a nyilvánosság előtt szidjatok egymást.", - "commGuideList02H": "Divisive/contentious conversations should be reported to mods. If you feel that a conversation is getting heated, overly emotional, or hurtful, cease to engage. Instead, email leslie@habitrpg.com to let us know about it. It's our job to keep you safe.", + "commGuideList02H": "Divisive/contentious conversations should be reported to mods. If you feel that a conversation is getting heated, overly emotional, or hurtful, cease to engage. Instead, email leslie@habitica to let us know about it. It's our job to keep you safe.", "commGuideList02I": "Do not spam. Spamming may include, but is not limited to: posting the same comment or query in multiple places, posting links without explanation or context, posting nonsensical messages, or posting many messages in a row. Repeatedly begging for gems or a subscription may also be considered spamming.", "commGuidePara019": "In private spaces, users have more freedom to discuss whatever topics they would like, but they still may not violate the Terms and Conditions, including posting any discriminatory, violent, or threatening content.", "commGuidePara020": "Private Messages (PMs) have some additional guidelines. If someone has blocked you, do not contact them elsewhere to ask them to unblock you. Additionally, you should not send PMs to someone asking for support (since public answers to support questions are helpful to the community). Finally, do not send anyone PMs begging for a gift of gems or a subscription, as this can be considered spamming.", @@ -48,11 +48,11 @@ "commGuidePara022": "A Habitica lakók fő találkozási helye a Fogadó. Daniel a kocsmáros csilli-villin tartja a törzshelyeteket, és Lemoness szívesen varázsol néhány limonádét miközben ti üldögéltek és társalogtok. Néhány dolgot azonban tarts fejben...", "commGuidePara023": "A beszélgetések általában hétköznapi témák, termelékenység és életminőség fejlesztés körül forognak.", "commGuidePara024": "Mivel a Fogadó társalgója csak 200 üzenet nagy ezert ez nem a legmegfelelőbb hely hosszabb témázásokra, különösen az érzékeny témákra (pl. politika, vallás, depresszió, legyen-e betiltva a goblin-vadászat vagy sem, stb.). Ezeket a beszélgetéseket a megfelelő céhben folytassátok vagy menjetek a Hátsó Sarokba (további információ lentebb.)", - "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use HabitRPG to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", + "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use Habitica to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", "commGuideHeadingPublicGuilds": "Nyilvános céhek", "commGuidePara029": "Public guilds are much like the Tavern, except that instead of being centered around general conversation, they have a focused theme. Public guild chat should focus on this theme. For example, members of the Wordsmiths guild might be cross if they found the conversation suddenly focusing on gardening instead of writing, and a Dragon-Fanciers guild might not have any interest in deciphering ancient runes. Some guilds are more lax about this than others, but in general, try to stay on topic!", "commGuidePara031": "Néhány nyilvános céh érzékény témákat tartalmaz, mint például depresszió, vallás, politika, stb. Ez mindaddig rendben van, amig a beszelgetesek nem sértik meg az Általános Szerződési Feltételeket és a Nyilvános Helyek szabályait, és a temánál maradnak.", - "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitrpg.com with screenshots.", + "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitica with screenshots.", "commGuidePara035": "No Guilds, Public or Private, should be created for the purpose of attacking any group or individual. Creating such a Guild is grounds for an instant ban. Fight bad habits, not your fellow adventurers!", "commGuidePara037": "Minden Fogadóbeli és nyilvános céh kihívás köteles összhangban lenni ezekkel a szabályokkal.", "commGuideHeadingBackCorner": "A Hátsó Sarok", @@ -60,7 +60,7 @@ "commGuidePara039": "The Back Corner Guild is a free public space to discuss sensitive material or a single conversation for a long time, and it is carefully moderated. The Public Space Guidelines still apply, as do all of the Terms and Conditions. Just because we are wearing long cloaks and clustering in a corner doesn't mean that anything goes! Now pass me that smoldering candle, will you?", "commGuideHeadingTrello": "Trello Táblák", "commGuidePara040": "Trello serves as an open forum for suggestions and discussion of site features. Habitica is ruled by the people in the form of valiant contributors -- we all build the site together. Trello is the system that lends method to our madness. Out of consideration for this, try your best to contain all your thoughts into one comment, instead of commenting many times in a row on the same card. If you think of something new, feel free to edit your original comments. Please, take pity on those of us who receive a notification for every new comment. Our inboxes can only withstand so much.", - "commGuidePara041": "A HabitRPG öt különböző Trello táblát használ:", + "commGuidePara041": "A Habitica öt különböző Trello táblát használ:", "commGuideList03A": "The Main Board is a place to request and vote on site features.", "commGuideList03B": "The Mobile Board is a place to request and vote on mobile app features.", "commGuideList03C": "A Pixel Grafika Tábla a pixel grafikák bemutatására és megvitatására szolgál.", @@ -68,12 +68,12 @@ "commGuideList03E": "A Wiki Tábla wiki tartalmak megvitatására, fejlesztésére illetve új wiki tartalmak kérésére szolgál.", "commGuidePara042": "All have their own guidelines outlined, and the Public Spaces rules apply. Users should avoid going off-topic in any of the boards or cards. Trust us, the boards get crowded enough as it is! Prolonged conversations should be moved to the Back Corner Guild.", "commGuideHeadingGitHub": "Github", - "commGuidePara043": "HabitRPG uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", - "commGuidePara044": "A következő felhasználók a HabitRPG repo tagjai:", + "commGuidePara043": "Habitica uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", + "commGuidePara044": "A következő felhasználók a Habitica repo tagjai:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "The HabitRPG wiki collects information about the site. It also hosts a few forums similar to the guilds on HabitRPG. Hence, all the Public Space rules apply.", - "commGuidePara046": "A HabitRPG wiki a HabitRPG mindentudó adatbázisának számít. Információt nyújt az oldal funkcióiról, néhány tippet ad hogyan játszd a játékot és hogyan tudsz hozzájárulni a HabitRPG-hez, és a megfelelő hely, hogy hirdesd a céhedet, a csoportodat vagy szavazz a különböző témákra.", - "commGuidePara047": "Mivel a Wiki-t a Wikia szolgáltatja, ezert a Wikia Általános Szerződési Feltételek is vonatkoznak a HabitRPG és a HabitRPG wiki féltelei mellett.", + "commGuidePara045": "The Habitica wiki collects information about the site. It also hosts a few forums similar to the guilds on Habitica. Hence, all the Public Space rules apply.", + "commGuidePara046": "A Habitica wiki a Habitica mindentudó adatbázisának számít. Információt nyújt az oldal funkcióiról, néhány tippet ad hogyan játszd a játékot és hogyan tudsz hozzájárulni a Habitica-hez, és a megfelelő hely, hogy hirdesd a céhedet, a csoportodat vagy szavazz a különböző témákra.", + "commGuidePara047": "Mivel a Wiki-t a Wikia szolgáltatja, ezert a Wikia Általános Szerződési Feltételek is vonatkoznak a Habitica és a Habitica wiki féltelei mellett.", "commGuidePara048": "The wiki is solely a collaboration between all of its editors so some additional guidelines include:", "commGuideList04A": "Requesting new pages or major changes on the Wiki Trello board", "commGuideList04B": "Legyél nyitott mások véleményére a szerkesztéseddel kapcsolatban", @@ -82,7 +82,7 @@ "commGuideList04E": "Not spamming or sabotaging pages for personal gain", "commGuideList04F": "Olvasd el a wiki hozzájárulás oldalát mielőtt nagyobb változtatásokat végeznél", "commGuideList04G": "Impartial tone within wiki pages", - "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of HabitRPG and not pertaining to a particular guild or party (such information can be moved to the forums)", + "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of Habitica and not pertaining to a particular guild or party (such information can be moved to the forums)", "commGuidePara049": "A következő személyek a jelenlegi Wiki adminisztrátorok:", "commGuidePara018": "Wiki Administrators Emeritus are", "commGuideHeadingInfractionsEtc": "Infractions, Consequences, and Restoration", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Mérsékelt Jogsértések", "commGuidePara054": "Moderate infractions do not make our community unsafe, but they do make it unpleasant. These infractions will have moderate consequences. When in conjunction with multiple infractions, the consequences may grow more severe.", "commGuidePara055": "A következők példák a Mérsékelt Jogsértésekre. A lista nem teljes körű.", - "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitrpg.com).", + "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitica).", "commGuideList06B": "Backseat Modding. To quickly clarify a relevant point: A friendly mention of the rules is fine. Backseat modding consists of telling, demanding, and/or strongly implying that someone must take an action that you describe to correct a mistake. You can alert someone to the fact that they have committed a transgression, but please do not demand an action-for example, saying, \"Just so you know, profanity is discouraged in the Tavern, so you may want to delete that,\" would be better than saying, \"I'm going to have to ask you to delete that post.\"", "commGuideList06C": "Repeated Violation of Public Space Guidelines", "commGuideList06D": "Repeated Minor Infractions", @@ -126,8 +126,8 @@ "commGuideList10B": "Korlátozott privát chat jogok", "commGuideList10C": "Restricted guild/challenge creation privileges", "commGuideList10D": "Temporarily disabling (\"freezing\") progression through Contributor Tiers", - "commGuideList10E": "Közreműködő szint csökkentése ", - "commGuideList10F": "Feltételesre ítélni egy felhasználót ", + "commGuideList10E": "Közreműködő szint csökkentése", + "commGuideList10F": "Feltételesre ítélni egy felhasználót", "commGuideHeadingMinorConsequences": "Példák kisebb következményekre", "commGuideList11A": "Reminders of Public Space Guidelines", "commGuideList11B": "Figyelmeztetések", @@ -139,8 +139,8 @@ "commGuidePara062": "The email that you receive explaining the consequences of your actions (or, in the case of minor consequences, the Mod/Staff announcement) is a good source of information. Cooperate with any restrictions which have been imposed, and endeavor to meet the requirements to have any penalties lifted.", "commGuidePara063": "If you do not understand your consequences, or the nature of your infraction, ask the Staff/Moderators for help so you can avoid committing infractions in the future.", "commGuideHeadingContributing": "A Habitica-hoz hozzájárulni", - "commGuidePara064": "HabitRPG egy nyílt forráskódú projekt, ez azt jelenti, hogy bárki a Habitica Lakói közül beszállhat a fejlesztésbe! Azok akik részt vesznek, a következő szintű jutalmakat kapjak:", - "commGuideList12A": "HabitRPG Közreműködő Kitűző, plusz 3 Drágakő", + "commGuidePara064": "Habitica egy nyílt forráskódú projekt, ez azt jelenti, hogy bárki a Habitica Lakói közül beszállhat a fejlesztésbe! Azok akik részt vesznek, a következő szintű jutalmakat kapjak:", + "commGuideList12A": "Habitica Közreműködő Kitűző, plusz 3 Drágakő", "commGuideList12B": "Közreműködő Páncél, plusz 3 Drágakő", "commGuideList12C": "Közreműködő Sisak, plusz 3 Drágakő", "commGuideList12D": "Közreműködő Kard, plusz 4 Drágakő", @@ -154,7 +154,7 @@ "commGuideList13C": "Tiers don't \"start over\" in each field. When scaling the difficulty, we look at all your contributions, so that people who do a little bit of art, then fix a small bug, then dabble a bit in the wiki, do not proceed faster than people who are working hard at a single task. This helps keep things fair!", "commGuideList13D": "Users on probation cannot be promoted to the next tier. Mods have the right to freeze user advancement due to infractions. If this happens, the user will always be informed of the decision, and how to correct it. Tiers may also be removed as a result of infractions or probation.", "commGuideHeadingFinal": "Az utolsó szekció", - "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitrpg.com) and she will be happy to help clarify things.", + "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitica) and she will be happy to help clarify things.", "commGuidePara068": "És most gyerünk, bátor kalandor! Pusztíts el néhány Napi Feladatot!", "commGuideHeadingLinks": "Hasznos linkek", "commGuidePara069": "A következő tehetséges művészek működtek közre ezen illusztrációk elkészítésében:", @@ -163,7 +163,7 @@ "commGuideLink02": "A Hátsó Sarok Céh", "commGuideLink02description": "egy céh a hosszú és érzékeny témák megbeszélésére.", "commGuideLink03": "A Wiki", - "commGuideLink03description": "a legnagyobb információtár a HabitRPG-ről.", + "commGuideLink03description": "a legnagyobb információtár a Habitica-ről.", "commGuideLink04": "Github", "commGuideLink04description": "hiba jelentésre és segítség program kódoláshoz!", "commGuideLink05": "A fő Trello", diff --git a/common/locales/hu/content.json b/common/locales/hu/content.json index daee351aad..d71d2897fa 100644 --- a/common/locales/hu/content.json +++ b/common/locales/hu/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Nyereg", "foodSaddleNotes": "Azonnal hátassá változtatja a háziállatod.", "foodNotes": "Etesd meg ezt egy háziállattal, hogy életerős hátassá váljon. " -} \ No newline at end of file +} diff --git a/common/locales/hu/contrib.json b/common/locales/hu/contrib.json index 874551ca7f..08ba2b8949 100644 --- a/common/locales/hu/contrib.json +++ b/common/locales/hu/contrib.json @@ -1,6 +1,6 @@ { "friend": "Barát", - "friendFirst": "Amikor az első hozzájárulásodat telepítjük, meg fogod kapni a HabitRPG Közreműködői kitűzőt. A neved a Fogadói csevegésben büszkén fogja mutatni, hogy közreműködő vagy. Bónuszként a munkádért kapni fogsz 3 Drágakövet is.", + "friendFirst": "Amikor az első hozzájárulásodat telepítjük, meg fogod kapni a Habitica Közreműködői kitűzőt. A neved a Fogadói csevegésben büszkén fogja mutatni, hogy közreműködő vagy. Bónuszként a munkádért kapni fogsz 3 Drágakövet is.", "friendSecond": "Amikor a második hozzájárulásodat telepítjük, a Kristály Páncél megvásárolhatóvá válik számodra a Jutalmak boltban. Bónuszként a folytatott munkádért kapni fogsz 3 Drágakövet is.", "elite": "Elit", "eliteThird": "Amikor a harmadik hozzájárulásodat telepítjük, akkor a Kristály Sisak megvásárolhatóvá válik a Jutalmak boltjában. Jutalmul kapsz továbbá 3 Drágakövet. is.", @@ -9,24 +9,24 @@ "championFifth": "Amikor az ötödik hozzájárulásodat telepítjük, akkor a Kristály Pajzs megvásárolhatóvá válik a Jutalmak boltjában. Jutalmul kapsz továbbá 4 Drágakövet. is.", "championSixth": "Amikor a hatodik hozzájárulásodat telepítjük, akkor megkapod a Hydra Háziállatot. Jutalmul kapsz továbbá 4 Drágakövet. is.", "legendary": "Legendás", - "legSeventh": "Amikor a hetedik hozzájárulásodat telepítjük, akkor kapsz 4 Drágakövet és a megtisztelő Közreműködők Céhében kapsz tagságot és betekinthetsz a HabitRPG színfalak mögé. A további hozzájárulásaid nem növelik a szintedet, de továbbra is kaphatsz Drágaköveket és titulusokat.", + "legSeventh": "Amikor a hetedik hozzájárulásodat telepítjük, akkor kapsz 4 Drágakövet és a megtisztelő Közreműködők Céhében kapsz tagságot és betekinthetsz a Habitica színfalak mögé. A további hozzájárulásaid nem növelik a szintedet, de továbbra is kaphatsz Drágaköveket és titulusokat.", "moderator": "Moderátor", "guardian": "Védelmező", "guardianText": "A Moderátorok nagy körültekintéssel lettek kiválasztva a magas szintű közreműködők közül, ezért kérjük, hogy adjátok meg nekik a megfelelő tiszteletet és vegyétek figyelembe a tanácsaikat.", "staff": "Munkatárs", "heroic": "Hősies", - "heroicText": "A Hősies szint a HabitRPG stáb illetve a stáb-szintű közreműködők sajátja. Ha ezzel a szinttel rendelkezel akkor arra kineveztek (vagy felvettek rá!).", + "heroicText": "A Hősies szint a Habitica stáb illetve a stáb-szintű közreműködők sajátja. Ha ezzel a szinttel rendelkezel akkor arra kineveztek (vagy felvettek rá!).", "npcText": "Az NJK-k a legmagasabb szinten támogatták a Kickstarter projektet. Láthatod az avatárjaikat, az oldal különböző részein.", "modalContribAchievement": "Közreműködői Kitűntetés!", "contribModal": "Király vagy, <%= name %>;! Mostantól te egy <%= level %> szintű közreműködő vagy, amiért segítetted a HabtRPG-t. Nézd meg", "contribLink": "milyen díjakat értél el a közreműködésedért!", "contribName": "Közreműködő", - "contribText": "Támogatta a HabitRPG-t (kód, dizájn, pixel képek, jogi tanács, dokumentumok, stb). Kell ez a kitűző?", + "contribText": "Támogatta a Habitica-t (kód, dizájn, pixel képek, jogi tanács, dokumentumok, stb). Kell ez a kitűző?", "readMore": "Tovább", "kickstartName": "Kickstarter Támogató - $<%= tier %> Szint", "kickstartText": "Támogatta a Kickstarter projektet!", - "helped": "Segített a HabitRPG fejlődésében", - "helpedText1": "Segített a HabitRPG fejlődésében azzal hogy kitöltötte", + "helped": "Segített a Habitica fejlődésében", + "helpedText1": "Segített a Habitica fejlődésében azzal hogy kitöltötte", "helpedText2": "ezt a kérdőívet", "hall": "Csarnok", "contribTitle": "Közreműködői rang (pl. \"Kovács\")", @@ -52,19 +52,19 @@ "tier": "Szint", "visitHeroes": "Látogasd meg a Hősök Csarnokát (közreműködők és támogatók)", "conLearn": "Tudj meg többet a támogatói jutalmakról", - "conLearnHow": "Ismerd meg hogyan tudod támogatni a HabitRPG-t", + "conLearnHow": "Ismerd meg hogyan tudod támogatni a Habitica-t", "removeAds": "A reklámok eltávolításához fizess elő", "whyAds": "Miért vannak reklámok?", "whyAdsContent1": "A Habit egy nyílt forráskódú projekt. Megköszönünk minden segítséget. Ha adakozol a készítőknek, akkor kapsz 20 Drágakövet, amiken spéci tárgyakat vehetsz.", "whyAdsContent2": "'Hé, én támogattam a Kickstarter-t!' - kövesd", "whyAdsContent3": "ezeket az utasításokat", - "surveysSingle": "Egy kérdőív kitöltésével segítette a HabitRPG-t. Jelenleg nincs aktív kérdőív. ", - "surveysMultiple": "A <%= surveys %> kérdőív kitöltésével segítette a HabitRPG-t. Jelenleg nincs aktív kérdőív. ", + "surveysSingle": "Egy kérdőív kitöltésével segítette a Habitica-t. Jelenleg nincs aktív kérdőív. ", + "surveysMultiple": "A <%= surveys %> kérdőív kitöltésével segítette a Habitica-t. Jelenleg nincs aktív kérdőív. ", "currentSurvey": "Jelenlegi kérdőív", "surveyWhen": "A kitűzőt minden résztvevő megkapja, amint a kérdőívek feldolgozásra kerültek; késő márciusban.", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/hu/defaulttasks.json b/common/locales/hu/defaulttasks.json index 0251d93eb3..b8c3cc2a0c 100644 --- a/common/locales/hu/defaulttasks.json +++ b/common/locales/hu/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Felülés", "defaultDaily4Checklist3": "Fekvőtámasz", "defaultTodoNotes": "Teljesítheted ezt a tennivalót, szerkesztheted, vagy eltávolíthatod.", - "defaultTodo1Text": "Csatlakozz a HabitRPG-hez (Pipálj ki!)", + "defaultTodo1Text": "Csatlakozz a Habitica-hez (Pipálj ki!)", "defaultTodo2Text": "Hozz létre egy Szokást", "defaultTodo2Checklist1": "Hozz létre egy Szokást", "defaultTodo2Checklist2": "A Szerkesztésben állítsd be csak \"+\", csak \"-\" vagy \"+/-\"-osra", @@ -38,4 +38,4 @@ "defaultTag1": "reggel", "defaultTag2": "délután", "defaultTag3": "este" -} \ No newline at end of file +} diff --git a/common/locales/hu/front.json b/common/locales/hu/front.json index 4199edb7eb..99d42de68e 100644 --- a/common/locales/hu/front.json +++ b/common/locales/hu/front.json @@ -2,7 +2,7 @@ "FAQ": "GYIK", "accept1Terms": "Az alábbi gomb megnyomásával elfogadom a", "accept2Terms": "és az", - "alexandraQuote": "Nem tudtam kihagyni a HabitRPG-t a beszédemből Madridban. Ez egy kötelező eszköz minden olyan vállalkozónak, akinek még mindig szüksége van egy főnökre.", + "alexandraQuote": "Nem tudtam kihagyni a Habitica-t a beszédemből Madridban. Ez egy kötelező eszköz minden olyan vállalkozónak, akinek még mindig szüksége van egy főnökre.", "althaireQuote": "Folyamatos aktív küldetés a legnagyobb motivációm arra, hogy minden napi feladatomat és tennivalómat elvégezzem. A legnagyobb motivációm az, hogy nem hagyhatom a csoportomat elbukni.", "andeeliaoQuote": "Bámulatos termék, még csak néhány napja kezdtem el használni és már most tudatosabb és hatékonyabb vagyok az időmmel.", "autumnesquirrelQuote": "Kevesebbet halogatom a munkám és a házimunkát, és a csekkeket is időben fizetem.", @@ -11,7 +11,7 @@ "businessSample3": "Bejövő levelek rendezése és feldolgozása", "businessSample4": "1 ügyféldokumentum elkészítése", "businessSample5": "Ügyfeleket Felhívni/Hívásokat elhalasztani", - "businessText": "Használd a HabitRPG-t az üzleti életben", + "businessText": "Használd a Habitica-t az üzleti életben", "choreSample1": "Piszkos ruhákat a szennyestartóba", "choreSample2": "20 perc házimunka", "choreSample3": "Elmosogatni a piszkos edényeket", @@ -32,14 +32,14 @@ "companyPrivacy": "Titoktartás", "companyTerms": "Feltételek", "companyVideos": "Videók", - "contribUse": "Eszközök, amiket a HabitRPG közreműködök használnak", + "contribUse": "Eszközök, amiket a Habitica közreműködök használnak", "dragonsilverQuote": "El sem tudom mondani, mennyi idő- és folyamatmenedzsment rendszert próbáltam ki az elmúlt évtizedekben... A HRPG az egyetlen olyan, ami gyakorlatilag segít abban, hogy megcsináljam a dolgaim és ne csak felírjam őket ", - "dreimQuote": "Éppen megbuktam a vizsgáim felén tavaly nyáron, amikor felfedeztem a HabitRPG-t. Hála a Napi feladatoknak… sikerült összeszerveznem és fegyelmeznem magam, és gyakorlatilag minden vizsgámon nagyon jó jegyekkel mentem át.", + "dreimQuote": "Éppen megbuktam a vizsgáim felén tavaly nyáron, amikor felfedeztem a Habitica-t. Hála a Napi feladatoknak… sikerült összeszerveznem és fegyelmeznem magam, és gyakorlatilag minden vizsgámon nagyon jó jegyekkel mentem át.", "elmiQuote": "Minden reggel várom, hogy felkelhessek, hogy elkezdhessek aranyat gyűjteni!", "email": "Email", "emailNewPass": "Új jelszó kérése", - "evagantzQuote": "A legelső fogorvosi látogatásom, ahol a fogászom gyakorlatilag izgatott volt a fogápolási szokásaim miatt. Köszi HabitRPG!", - "examplesHeading": "Mire is használják a játékosok a HabitRPG-t...", + "evagantzQuote": "A legelső fogorvosi látogatásom, ahol a fogászom gyakorlatilag izgatott volt a fogápolási szokásaim miatt. Köszi Habitica!", + "examplesHeading": "Mire is használják a játékosok a Habitica-t...", "featureAchievementByline": "Valami állatit csináltál? Szerezz egy jelvényt és dicsekedj vele!", "featureAchievementHeading": "Kitüntetések", "featureEquipByline": "Vegyél magadnak a feladataid jutalmából korlátozott kiadású felszereléseket, italokat, és más virtuális cuccokat a Piacon.", @@ -55,7 +55,7 @@ "footerMobile": "Mobil", "footerSocial": "Közösség", "forgotPass": "Elfelejtettem a jelszavam", - "frabjabulousQuote": "A HabitRPG az, amiért egy király, nagyon jól fizető állást kaptam... és ami még csodálatosabb, naponta használok fogselymet.", + "frabjabulousQuote": "A Habitica az, amiért egy király, nagyon jól fizető állást kaptam... és ami még csodálatosabb, naponta használok fogselymet.", "free": "Játssz ingyen", "gamifyButton": "Tedd játékká az életed ma!", "goalSample1": "1 óra zongora gyakorlás", @@ -71,47 +71,47 @@ "healthSample4": "Egészséges étel/Gyorskaja", "healthSample5": "1 óra edzés", "history": "Előzmények", - "infhQuote": "HabitRPG tényleg segített szervezettséget vinni az egyetemi életembe.", + "infhQuote": "Habitica tényleg segített szervezettséget vinni az egyetemi életembe.", "invalidEmail": "A jelszó resethez érvényes email cím szükséges.", - "irishfeet123Quote": "Szörnyű szokásom volt, hogy nem takarítottam el az étkezések után és mindenhol poharakat hagytam. HabitRPG megjavította ezt!", + "irishfeet123Quote": "Szörnyű szokásom volt, hogy nem takarítottam el az étkezések után és mindenhol poharakat hagytam. Habitica megjavította ezt!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "A HabitRPG előtt megragadtam a diplomamunkámmal, ezenkívül elégedetlen voltam az olyan dolgokhoz való hozzáállásommal, mint a házimunka, a szótanulás vagy a Go elméletének tanulmányozása. Végül kiderült, hogy motivál és folyamatosan tudok dolgozni, hogyha ezeket a feladatokat kisebb, könnyen kezelhető listába rendezem.", + "kazuiQuote": "A Habitica előtt megragadtam a diplomamunkámmal, ezenkívül elégedetlen voltam az olyan dolgokhoz való hozzáállásommal, mint a házimunka, a szótanulás vagy a Go elméletének tanulmányozása. Végül kiderült, hogy motivál és folyamatosan tudok dolgozni, hogyha ezeket a feladatokat kisebb, könnyen kezelhető listába rendezem.", "landingadminlink": "adminisztratív csomagunkat", "landingend": "Nem győzött még meg?", "landingend2": "Lásd részletesebb listánkat", "landingend3": "Privátabb megközelítést keresel? Próbáld ki a mi", "landingend4": "amely tökéletes családoknak, tanároknak, támogató csoportoknak és cégeknek.", "landingfeatureslink": "a sajátosságainkról", - "landingp1": "A piacon fellelhető legtöbb termelékenységet segítő programmal az a probléma, hogy nem ösztönöznek arra, hogy továbbra is használd őket. A HabitRPG megoldja ezt a problémát azzal, hogy a szokások kialakítását szórakoztatóvá teszi. Azzal, hogy jutalmaz a sikereidért és büntet a baklövéseidért, a HabitRPG külső motivációt ad a napi tevékenységeid teljesítéséhez.", - "landingp2": "Akármikor, ha megerősítesz egy pozitív szokást, vagy befejezel egy napi feladatot, esetleg elkészülsz egy régi teentővel, a HabitRPG rögtön megjutalmaz tapasztalati pontokkal és arannyal. Ahogy kapod a tapasztalati pontokat, szintet léphetsz, amely növeli a tulajdonságaidat és új jellemzőket fed fel, mint pl. kasztok és háziállatok. Az aranyat játékbeli tárgyakra költheted, amik a játékélményen változtatnak, vagy testre szabott jutalmakat vásárolhatsz, amiket te hoztál létre magadnak. Ha a legkisebb siker is jutalommal kecsegtet, akkor kisebb eséllyel fogsz halogatni.", + "landingp1": "A piacon fellelhető legtöbb termelékenységet segítő programmal az a probléma, hogy nem ösztönöznek arra, hogy továbbra is használd őket. A Habitica megoldja ezt a problémát azzal, hogy a szokások kialakítását szórakoztatóvá teszi. Azzal, hogy jutalmaz a sikereidért és büntet a baklövéseidért, a Habitica külső motivációt ad a napi tevékenységeid teljesítéséhez.", + "landingp2": "Akármikor, ha megerősítesz egy pozitív szokást, vagy befejezel egy napi feladatot, esetleg elkészülsz egy régi teentővel, a Habitica rögtön megjutalmaz tapasztalati pontokkal és arannyal. Ahogy kapod a tapasztalati pontokat, szintet léphetsz, amely növeli a tulajdonságaidat és új jellemzőket fed fel, mint pl. kasztok és háziállatok. Az aranyat játékbeli tárgyakra költheted, amik a játékélményen változtatnak, vagy testre szabott jutalmakat vásárolhatsz, amiket te hoztál létre magadnak. Ha a legkisebb siker is jutalommal kecsegtet, akkor kisebb eséllyel fogsz halogatni.", "landingp2header": "Azonnali Jutalom", - "landingp3": "Ha egy rossz szokásodnak adod át magad, vagy kihagysz egy napi feladatot, akkor életerőpontot veszítesz. Ha az életerőd túl alacsony lesz, akkor meghalsz és elveszíted egy részét az eddig elért eredményeidnek. Az azonnali következmények miatt a HabitRPG segíthet a rossz szokásaid és a halogatás lekűzdésében, mielőtt azok a való életben okoznának problémát.", + "landingp3": "Ha egy rossz szokásodnak adod át magad, vagy kihagysz egy napi feladatot, akkor életerőpontot veszítesz. Ha az életerőd túl alacsony lesz, akkor meghalsz és elveszíted egy részét az eddig elért eredményeidnek. Az azonnali következmények miatt a Habitica segíthet a rossz szokásaid és a halogatás lekűzdésében, mielőtt azok a való életben okoznának problémát.", "landingp3header": "Következmények", - "landingp4": "A HabitRPG aktív közössége megadja azt az elszámolási kötelezettséget, ami segít neked a feladataidra fókuszálni. A csapat rendszerrel magaddal hozhatod a közeli barátaid csoportját, hogy segítsenek. A céh rendszer lehetővé teszi, hogy olyan embereket találj, akiknek hasonló az érdeklődése, vagy hasonló problémákkal küzdenek, így megoszthatjátok a céljaitokat és ötleteket cserélhettek a problémáitok megoldásához. A HabitRPG-n a közösség azt jelenti, hogy rendelkezésedre áll a támogatás és az elszámoltathatóság, ami ahhoz kell, hogy sikeres légy.", + "landingp4": "A Habitica aktív közössége megadja azt az elszámolási kötelezettséget, ami segít neked a feladataidra fókuszálni. A csapat rendszerrel magaddal hozhatod a közeli barátaid csoportját, hogy segítsenek. A céh rendszer lehetővé teszi, hogy olyan embereket találj, akiknek hasonló az érdeklődése, vagy hasonló problémákkal küzdenek, így megoszthatjátok a céljaitokat és ötleteket cserélhettek a problémáitok megoldásához. A Habitica-n a közösség azt jelenti, hogy rendelkezésedre áll a támogatás és az elszámoltathatóság, ami ahhoz kell, hogy sikeres légy.", "landingp4header": "Elszámolási kötelezettség", - "leadText": "A HabitRPG egy szokás kiépítő és termelékenységnövelő ingyenes alkalmazás, ami az életet játékként kezeli. Beépített jutalmakkal, büntetésekkel és erős közösségi hálózattal inspirálva, a HabitRPG segíteni tud neked elérni a céljaidat, hogy egészséges, szorgalmas és boldog legyél.", + "leadText": "A Habitica egy szokás kiépítő és termelékenységnövelő ingyenes alkalmazás, ami az életet játékként kezeli. Beépített jutalmakkal, büntetésekkel és erős közösségi hálózattal inspirálva, a Habitica segíteni tud neked elérni a céljaidat, hogy egészséges, szorgalmas és boldog legyél.", "login": "Belépés", "loginAndReg": "Belépés / Regisztráció", "loginFacebookAlt": "Belépés / Regisztráció Facebookal", "logout": "Kijelentkezés", "marketing1Header": "Fejleszd Játszva Szokásaidat ", - "marketing1Lead1": "A HabitRPG egy videojáték, ami segít javítani a valós szokásaidon. Játékossá teszi az életedet azzal, hogy a feladataidat (szokások, napi feladatok, tennivalók) kis szörnyekké változatja, akiket legyőzhetsz. Minél jobb vagy ebben, annál jobban haladsz a játékban. Ia baklövéseket követsz el az életben, a játékban is elkezdesz visszacsúszni.", + "marketing1Lead1": "A Habitica egy videojáték, ami segít javítani a valós szokásaidon. Játékossá teszi az életedet azzal, hogy a feladataidat (szokások, napi feladatok, tennivalók) kis szörnyekké változatja, akiket legyőzhetsz. Minél jobb vagy ebben, annál jobban haladsz a játékban. Ia baklövéseket követsz el az életben, a játékban is elkezdesz visszacsúszni.", "marketing1Lead2": "Szerezz Menő Cuccokat. Javíts a szokásaidon, hogy felépítsd az avatarod. Menőzz a cuccokkal, amiket megszereztél", "marketing1Lead2Title": "Szerezz Menő Cuccokat", - "marketing1Lead3": "Találj véletlenszerű Jutalmakat. Egyeseknek a hazardírozás az, ami motiválja őket, egy rendszer, amit úgy hívnak, hogy \"véletlenszerű jutalmazás\". A HabitRPG tartalmazza az összes megerősítő stílust: pozitív, negatív, kiszámítható és véletlenszerű.", + "marketing1Lead3": "Találj véletlenszerű Jutalmakat. Egyeseknek a hazardírozás az, ami motiválja őket, egy rendszer, amit úgy hívnak, hogy \"véletlenszerű jutalmazás\". A Habitica tartalmazza az összes megerősítő stílust: pozitív, negatív, kiszámítható és véletlenszerű.", "marketing1Lead3Title": "Találj különleges ajándékokat", "marketing2Header": "Versenyezz Barátaiddal, Csatlakozz Érdekes Csoportokhoz", - "marketing2Lead1": "Habár játszhatod egyedül is a HabitRPG-t, akkor válik igazán érdekessé, amikor elkezdesz együttműködni, vetélkedni és egymást felelősségre vonni. A leghatékonyabb része az összes önfejlesztő programnak az a szociális elszámoltathatóság és mi más lenne a legjobb környezet ehhez egy videojátéknál?", + "marketing2Lead1": "Habár játszhatod egyedül is a Habitica-t, akkor válik igazán érdekessé, amikor elkezdesz együttműködni, vetélkedni és egymást felelősségre vonni. A leghatékonyabb része az összes önfejlesztő programnak az a szociális elszámoltathatóság és mi más lenne a legjobb környezet ehhez egy videojátéknál?", "marketing2Lead2": "Harcolj Főellenségek ellen. Milyen lenne egy szerepjáték csaták nélkül? Harcolj a csapatoddal főellenségek ellen. A főszörnyekkel harc az igazi \"super-elszámoltathatóság üzemmód\" - egy napig kihagyod a konditermet és a főellenség mindenkit sebez.", "marketing2Lead2Title": "Főellenségek", "marketing2Lead3": "A Kihívások lehetővé teszik számodra, hogy barátokkal és idegenekkel vetélkedj. Aki a legjobban teljesít a kihívás végére, az speciális jutalmakat nyer.", "marketing3Header": "Alkalmazások", "marketing3Lead1": "Az iPhone & Android alkalmazás lehetővé teszi, hogy utazás közben is játssz. Tudjuk, hogy egy weblapra bejelentkezni és gombokat nyomkodni unalmassá válhat.", - "marketing3Lead2": "Egyéb külső eszközök Hozzákötik a HabitRPG-t az életed más területeihez. Az API-nk könnyen összeköthetővé teszik olyan dolgokkal mint pl. a Chrome Kiegészítő, amelynek a használatával pontokat veszítesz, ha olyan weblapokat böngészel, amelyek nem produktívak és pontokat kapsz, olyanokon amelyek igen. További információk itt", + "marketing3Lead2": "Egyéb külső eszközök Hozzákötik a Habitica-t az életed más területeihez. Az API-nk könnyen összeköthetővé teszik olyan dolgokkal mint pl. a Chrome Kiegészítő, amelynek a használatával pontokat veszítesz, ha olyan weblapokat böngészel, amelyek nem produktívak és pontokat kapsz, olyanokon amelyek igen. További információk itt", "marketing4Header": "Céges Használat", "marketing4Lead1": "Az Oktatás az egyik legjobb szektor a játékosításhoz. Tudjuk, hogy a tanulók mennyire hozzá vannak nőve a telefonjaikhoz és a játékjaikhoz. Aknázzuk ki ezt az erőt! Állítsd a diákjaidat egymással szembe barátságos mérkőzésekben. Jutalmazd a jó magaviseletet ritka jutalmakkal. Lásd, ahogy a jegyeik és a viselkedésük is javul.", "marketing4Lead1Title": "Játékosítás az Oktatásban", - "marketing4Lead2": "Az egészségügyi költségek emelkedenek és ezen valahogy segíteni kell. Többszáz program készült a költségek csökkentésére és az egészség megőrzésére. Úgy hisszük, hogy a HabitRPG megalapozhatja az utat egy egészségesebb életstílus felé.", + "marketing4Lead2": "Az egészségügyi költségek emelkedenek és ezen valahogy segíteni kell. Többszáz program készült a költségek csökkentésére és az egészség megőrzésére. Úgy hisszük, hogy a Habitica megalapozhatja az utat egy egészségesebb életstílus felé.", "marketing4Lead2Title": "Az egészséges életmód játkossá tétele", "marketing4Lead3-1": "Szeretnéd játékossá tenni az életed?", "marketing4Lead3-2": "Szeretnél egy csoporttot vezetni oktatás, wellness, vagy egyéb témában?", @@ -129,7 +129,7 @@ "playButtonFull": "Játssz", "presskit": "Sajtókészlet", "presskitDownload": "Összes kép letöltése:", - "presskitText": "Köszönjük érdeklődését a HabitRPG iránt! Amennyiben cikket ír vagy videót készít a HabitRPG-ről használja az alábbi képeket. További információkért kérjük lépjen kapcsolatba Siena Leeslie-vel a leslie@habitrpg.com címen. ", + "presskitText": "Köszönjük érdeklődését a Habitica iránt! Amennyiben cikket ír vagy videót készít a Habitica-ről használja az alábbi képeket. További információkért kérjük lépjen kapcsolatba Siena Leeslie-vel a leslie@habitica.com címen. ", "privacy": "Adatvédelmi nyilatkozat", "psst": "Psszt", "punishByline": "Szakíts a rossz szokásokkal és halogatással azonnali következményekkel.", @@ -152,9 +152,9 @@ "schoolSample3": "Találkozni a tanulócsoporttal", "schoolSample4": "1 fejezetet kijegyzetelni", "schoolSample5": "1 fejezet elolvasása", - "sixteenBitFilQuote": "Rekord idő alatt végzek a munkámmal és a feladataimmal hála a HabitRPG-nel. Alig bírom kivárni, hogy újra szintet léphessek.", + "sixteenBitFilQuote": "Rekord idő alatt végzek a munkámmal és a feladataimmal hála a Habitica-nel. Alig bírom kivárni, hogy újra szintet léphessek.", "skysailorQuote": "A csoportom és a küldetésünk a játékban tartanak, ami motivál a feladataim elvégzésében és jó irányban változtatja meg az életem", - "socialTitle": "HabitRPG | Játszd az életed", + "socialTitle": "Habitica | Játszd az életed", "supermouse35Quote": "Többet edzek és már hónapok óta nem felejtettem el bevenni a gyógyszereimet! Köszi, Habit. :D", "sync": "Szinkronizálás", "tasks": "Feladatok", @@ -172,11 +172,11 @@ "username": "Felhasználónév", "watchVideos": "Nézz videókat", "work": "Munka", - "zelahQuote": "A HabitRPG-vel, rá tudom venni magam, hogy időben menjek az ágyba; azzal az egyszerű gondolattal, hogy ha időben ágyba megyek, akkor pontot kapok, ha pedig későn, akkor életet vesztek.", + "zelahQuote": "A Habitica-vel, rá tudom venni magam, hogy időben menjek az ágyba; azzal az egyszerű gondolattal, hogy ha időben ágyba megyek, akkor pontot kapok, ha pedig későn, akkor életet vesztek.", "reportAccountProblems": "Fiók problémák jelentése", "reportCommunityIssues": "Közösségi problémák jelentése", "generalQuestionsSite": "Általános kérdések az oldalról", "businessInquiries": "Üzleti információk", "merchandiseInquiries": "Termék információk", "marketingInquiries": "Marketing/Közösségi média információk" -} \ No newline at end of file +} diff --git a/common/locales/hu/gear.json b/common/locales/hu/gear.json index cb52997349..37454d5b20 100644 --- a/common/locales/hu/gear.json +++ b/common/locales/hu/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Hópehely köpeny", "armorSpecialSnowflakeNotes": "Köpeny, mely még egy hóviharban is melegen tart. Növeli a szervezettséget <%= con %> ponttal. Korlátozott Példányszámú 2013-2014-es Téli felszerelés", "armorSpecialBirthdayText": "Abszurd buliköpeny", - "armorSpecialBirthdayNotes": "Boldog Szülinapot, HabitRPG! Viseld ezt az Abszurd Partiköpenyt, hogy megünnepeld ezt a csodás napot. Nem ad semmi előnyt.", + "armorSpecialBirthdayNotes": "Boldog Szülinapot, Habitica! Viseld ezt az Abszurd Partiköpenyt, hogy megünnepeld ezt a csodás napot. Nem ad semmi előnyt.", "armorSpecialBirthday2015Text": "Idétlen Buliköpeny", - "armorSpecialBirthday2015Notes": "Boldog Szülinapot, HabitRPG! Viseld ezt az Idétlen Partiköpenyt, hogy megünnepeld ezt a csodás napot. Nem ad semmi előnyt.", + "armorSpecialBirthday2015Notes": "Boldog Szülinapot, Habitica! Viseld ezt az Idétlen Partiköpenyt, hogy megünnepeld ezt a csodás napot. Nem ad semmi előnyt.", "armorSpecialGaymerxText": "Szivárvány harci páncél.", "armorSpecialGaymerxNotes": "A GaymerX ünnepi szezon alkalmával ez a spéci páncél sugárzó szívárványszín mintában pompázik. A GaymerX egy játék konferencia, ami az LGBTQ-t ünnepli és itt a játék mindenkinek szabad. Az InterContinental-ban tartják, San Francisco belvárosában, Július 11-13-ig. Nem ad semmilyen bónuszt.", "armorSpecialSpringRogueText": "Karcsú macska kosztüm", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "Nincs tetszetősebb szemviselett egy szemüvegnél - kivéve, talán a monokli. Nem ad bónuszt. 3015 áprilisi előfizetői tárgy.", "eyewearMystery301405Text": "Monokli", "eyewearMystery301405Notes": "Nincs tetszetősebb szemviselett egy monoklinál - kivéve, talán a szemüveg. Nem ad bónuszt. 3015 júliusi előfizetői tárgy." -} \ No newline at end of file +} diff --git a/common/locales/hu/generic.json b/common/locales/hu/generic.json index e9dde17f84..20be03a1ef 100644 --- a/common/locales/hu/generic.json +++ b/common/locales/hu/generic.json @@ -1,11 +1,11 @@ { "languageName": "Magyar", "stringNotFound": "A(z) '<%= string %>' szöveg nem található.", - "titleIndex": "HabitRPG | Az életed: a szerepjáték", + "titleIndex": "Habitica | Az életed: a szerepjáték", "habitica": "Habitika", "expandToolbar": "Eszköztár lenyitása", "collapseToolbar": "Eszköztár összecsukása", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "markdownBlurb": "Habitica uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", "showFormattingHelp": "Show formatting help", "hideFormattingHelp": "Hide formatting help", "youType": "You type:", @@ -14,8 +14,8 @@ "bold": "**Bold**", "strikethrough": "~~Strikethrough~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Habitica is great!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`code`", @@ -61,13 +61,13 @@ "veteranText": "Mállasztotta a Szürke Szokást (az Angular előtti weblapunkat), és szerzett néhány sebhelyet a hibáitól.", "originalUser": "Eredeti felhasználó!", "originalUserText": "Az egyik nagyon korai felhasználó. Ő tud mesélni az alfa tesztről!", - "habitBirthday": "HabitRPG Születésnapi Banzáj", - "habitBirthdayText": "Megünnepelte a HabitRPG Születésnapi Banzájt!", - "habitBirthdayPluralText": " <%= number %> alkalommal ünnepelte meg a HabitRPG Születésnapi Banzájt!", + "habitBirthday": "Habitica Születésnapi Banzáj", + "habitBirthdayText": "Megünnepelte a Habitica Születésnapi Banzájt!", + "habitBirthdayPluralText": " <%= number %> alkalommal ünnepelte meg a Habitica Születésnapi Banzájt!", "achievementDilatory": "A halogatók megmentője", "achievementDilatoryText": "Segített legyőzni a Rettenet Késlekedő Sárkányát a 2014 Nyári Loccsanás esemény alatt.", "costumeContest": "2014 Jelmez Verseny", - "costumeContestText": "Részt vett a 2014-es Halloween-i jelmezversenyen. Megnézhetsz néhány versenyzőt a blog.habitrpg.com/tagged/cosplay címen!", + "costumeContestText": "Részt vett a 2014-es Halloween-i jelmezversenyen. Megnézhetsz néhány versenyzőt a blog.habitica.com/tagged/cosplay címen!", "memberSince": "- óta tag", "lastLoggedIn": "- Utolsó bejelentkezés", "notPorted": "Ezt a funkciót még nem helyeztük át az eredeti honlapról.", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "Tegyél fel egy kérdést", "reportBug": "Programhiba jelentése", - "contributeToHRPG": "Hozzájárulás a HabitRPG-hez", + "contributeToHRPG": "Hozzájárulás a Habitica-hez", "overview": "Áttekintés Új Felhasználók számára", "January": "Január", "February": "Február", @@ -107,4 +107,4 @@ "dateFormat": "Dátum formátum", "achievementStressbeast": "Stoïkalm megmentője", "achievementStressbeastText": "Segített legyőzni az Utálatos Stresszörnyet a 2015-ös Winter Wonderland esemény keretein belül." -} \ No newline at end of file +} diff --git a/common/locales/hu/groups.json b/common/locales/hu/groups.json index a321f8e40d..bed0f2caea 100644 --- a/common/locales/hu/groups.json +++ b/common/locales/hu/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Rendezés a csapathoz csatlakozás ideje alapján", "sortName": "Rendezés avatár név alapján", "sortBackgrounds": "Rendezés háttér alapján", - "sortHabitrpgJoined": "HabitRPG-hez csatlakozás szerinti rendezés", + "sortHabitrpgJoined": "Habitica-hez csatlakozás szerinti rendezés", "sortHabitrpgLastLoggedIn": "Utolsó bejelentkezés szerinti rendezés", "ascendingSort": "Növekvő sorrendbe rendezés", "descendingSort": "Csökkenő sorrendbe rendezés", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Only group leader can create challenges", "sendGift": "Send Gift", "inviteFriends": "Invite Friends", - "inviteAlertInfo": "Invite friends by User ID here.", + "inviteAlertInfo": "Invite friends by User ID here.", "inviteExistUser": "Invite Existing User", "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.", "byColon": "By:", @@ -123,4 +123,4 @@ "startAParty": "Start a Party", "addToParty": "Add someone to your party", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/hu/limited.json b/common/locales/hu/limited.json index 5c02be77c8..998a28f567 100644 --- a/common/locales/hu/limited.json +++ b/common/locales/hu/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Szezonális Varázslónő<%= linkEnd %>", "seasonalShopClosedText": "A Szezonális Bolt jelenleg zárva van! Nem tudom, hogy hol van jelenleg a Szezonális Varázslónő, de fogadni mernék, hogy visszatér a következő <%= linkStart %>Nagy Gálára<%= linkEnd %>!", - "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "Ha használtad az Újjászületés Gömbjét, újra megveheted az elvesztett felszereléseidet a Jutalom Oszlopban miután újra hozzáfértél a Tárgy Bolthoz. Eleinte csak az aktuális kasztodhoz (alapesetben ez a Harcos) tartozó tárgyak lesznek elérhetőek, de ne aggódj a többi kaszt-specifikus tárgy is elérhetővé válik ha átváltasz a megfelelő kasztra.", "candycaneSet": "Botcukor (Varázsló)", "skiSet": "Orgyilkos (Tolvaj)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/hu/messages.json b/common/locales/hu/messages.json index 681393c318..5e0e26c4cf 100644 --- a/common/locales/hu/messages.json +++ b/common/locales/hu/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/hu/npc.json b/common/locales/hu/npc.json index 75f45dd95c..3e911c4905 100644 --- a/common/locales/hu/npc.json +++ b/common/locales/hu/npc.json @@ -21,9 +21,9 @@ "cool": "Mondd el később", "dismissAlert": "Figyelmeztetés eltűntetése", "donateText1": "20 drágakövet ad a fiókodhoz. A drágakövekkel speciális játékbeli tárgyakat vehetsz, úgy mint ruhákat és haj stílusokat.", - "donateText2": "Segítsd a HabitRPG-t", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", - "donationDesc": "20 drágakő, támogatás a HabitRPG-nek", + "donateText2": "Segítsd a Habitica-t", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donationDesc": "20 drágakő, támogatás a Habitica-nek", "payWithCard": "Fizess kártyával", "payNote": "Megj.: A PayPal néha elég lassú. Azt ajánljuk, hogy inkább kártyával fizess.", "card": "Kártya", @@ -52,10 +52,10 @@ "tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "Your Party will help you stay accountable. Invite friends to unlock a Quest Scroll!", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List
  • Spend your hard-earned Gold here!
  • Purchase Equipment for your avatar, or set custom Rewards.
", "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "welcomeToHabit": "Welcome to Habitica, a game to improve your life!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now you'll customize your avatar and set up your tasks...", "imReady": "I'm Ready!" -} \ No newline at end of file +} diff --git a/common/locales/hu/pets.json b/common/locales/hu/pets.json index 4cf1bca816..234e6d90b2 100644 --- a/common/locales/hu/pets.json +++ b/common/locales/hu/pets.json @@ -14,7 +14,7 @@ "mantisShrimp": "Sáskarák", "mammoth": "Gyapjas Mamut", "orca": "Orca", - "rarePetPop1": "Kattintas az arany mancsra, hogy megtudd hogyan tudod megszerezni ezt a ritka háziállatot úgy, hogy közreműködsz a HabitRPG-nek.", + "rarePetPop1": "Kattintas az arany mancsra, hogy megtudd hogyan tudod megszerezni ezt a ritka háziállatot úgy, hogy közreműködsz a Habitica-nek.", "rarePetPop2": "Hogyan szerezheted meg ezt a háziállatot!", "potion": "<%= potionType %> főzet", "egg": "<%= eggType %> tojás", @@ -28,7 +28,7 @@ "foodText": "food", "food": "Ételek és nyergek", "noFood": "Nincs ételed vagy nyerged.", - "dropsExplanation": "Szerezd meg ezeket a tárgyakat gyorsabban drágakövekkel, ha nem akarsz arra várni, hogy megtaláld őket amikor teljesítesz egy feladatot. Tudj meg többet a találási rendszerről.", + "dropsExplanation": "Szerezd meg ezeket a tárgyakat gyorsabban drágakövekkel, ha nem akarsz arra várni, hogy megtaláld őket amikor teljesítesz egy feladatot. Tudj meg többet a találási rendszerről.", "beastMasterProgress": "Bestiamester Haladás", "beastAchievement": "Megkaptad a \"Bestiamester\" Kitűntetést, amiért összegyűjtötted az összes háziállatot!", "beastMasterName": "Bestiamester", @@ -65,4 +65,4 @@ "petKeyBoth": "Mindkettő elengedése", "petKeyNeverMind": "Még Nem", "gemsEach": "drágakő egyenként" -} \ No newline at end of file +} diff --git a/common/locales/hu/quests.json b/common/locales/hu/quests.json index 14c8883d44..2e7a83c498 100644 --- a/common/locales/hu/quests.json +++ b/common/locales/hu/quests.json @@ -60,4 +60,4 @@ "questWarning": "Ha új játékosok csatlakoznak a csapathoz a küldetés indulása előtt, akkor ők is kapnak meghívót. Egyébként, ha a küldetés indulása után csatlakozik valaki, az nem tud részt venni benne.", "bossRageTitle": "Örjöngés", "bossRageDescription": "Ha ez a sáv megtelik, akkor a Főellenség egy speciális támadást szabadít ránk." -} \ No newline at end of file +} diff --git a/common/locales/hu/questscontent.json b/common/locales/hu/questscontent.json index 37ed760c42..415128da75 100644 --- a/common/locales/hu/questscontent.json +++ b/common/locales/hu/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/hu/rebirth.json b/common/locales/hu/rebirth.json index a9a17be09b..a60b66bf25 100644 --- a/common/locales/hu/rebirth.json +++ b/common/locales/hu/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Újjászületés: új kaland érhető el!", - "rebirthUnlock": "Feloldottad az Ujjászületést! Ez a különleges Bolti tárgy lehetővé teszi, hogy új játékot kezdj az 1. szinttől, megtartva a feladataidat, kitűntetéseidet, háziállataidat és egyebeket. Használd arra, hogy új életet lehelj a HabitRPG-be, ha úgy érzed, hogy már mindent elértél, vagy hogy új funkciókat tapasztalj meg a kezdő karakter friss szemeivel.", + "rebirthUnlock": "Feloldottad az Ujjászületést! Ez a különleges Bolti tárgy lehetővé teszi, hogy új játékot kezdj az 1. szinttől, megtartva a feladataidat, kitűntetéseidet, háziállataidat és egyebeket. Használd arra, hogy új életet lehelj a Habitica-be, ha úgy érzed, hogy már mindent elértél, vagy hogy új funkciókat tapasztalj meg a kezdő karakter friss szemeivel.", "rebirthBegin": "Újjászületés: kezdj egy új kalandot", "rebirthStartOver": "Az Újjászületés 1-es szintre állítja a karaktered, mintha most kezdenéd el a játékot.", "rebirthAdvList1": "Az életerőd feltöltődik.", @@ -22,4 +22,4 @@ "rebirthPop": "Kezdj új karaktert 1-es Szinttől, megtartva a kitűntetéseidet, a gyűjteményeidet, a feladataidat és a történetedet.", "rebirthName": "Az Újjászületés Gömbje", "reborn": "Újjászülettél, maximális szint <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/hu/settings.json b/common/locales/hu/settings.json index b22c8a0b34..8c38b2c860 100644 --- a/common/locales/hu/settings.json +++ b/common/locales/hu/settings.json @@ -2,7 +2,7 @@ "settings": "Beállítások", "language": "Nyelv", "americanEnglishGovern": "Ha a fordításokban ellentmondás alakul ki, akkor az Amerikai Angol verzió a mérvadó.", - "helpWithTranslation": "Szeretnél a HabitRPG fordításában segédkezni? Nézd meg ezt a Trello kártyát.", + "helpWithTranslation": "Szeretnél a Habitica fordításában segédkezni? Nézd meg ezt a Trello kártyát.", "showHeaderPop": "Avatar, életerő/tapasztalat sávok és csapat mutatása.", "stickyHeader": "Tapadós fejléc", "stickyHeaderPop": "A képernyő tetejére ragasztja a fejlécet. Ha nincs kijelölve, akkor továbbgördül a képernyőn.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "A Haladó Beállítások a feladatoknál összecsukva indulnak.", "startAdvCollapsedPop": "Ha ez be van állítva, akkor a Haladó Beállítások el lesznek rejtve, amikor először megnyitsz egy feladatot szerkesztésre.", "showTour": "Mutasd a bemutatót", - "restartTour": "A bevezető újraindítása onnantól, hogy csatlakoztál a HabitRPG-hez.", + "restartTour": "A bevezető újraindítása onnantól, hogy csatlakoztál a Habitica-hez.", "showBailey": "Mutasd Bailey-t", "showBaileyPop": "Előhozza Bailey-t, a beharangozót a bujkálásból, így megnézheted a korábbi híreket.", "fixVal": "Karakter értékek helyreállítása", @@ -27,10 +27,10 @@ "resetAccount": "Fiók újraindítása", "resetAccPop": "Újraindítás, elveszted az összes szinted, aranyad, felszerelésed, történeted és feladataid.", "deleteAccount": "Fiók törlése", - "deleteAccPop": "Mégse és a HabitRPG fiókod törlése.", + "deleteAccPop": "Mégse és a Habitica fiókod törlése.", "qrCode": "QR kód", "dataExport": "Adat exportálása", - "saveData": "Itt van néhány beállítás amellyel kimentheted a HabitRPG-s adataid.", + "saveData": "Itt van néhány beállítás amellyel kimentheted a Habitica-s adataid.", "habitHistory": "Szokás előzmények", "exportHistory": "előzmények exportálása", "csv": "(CSV)", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Egyedi nap indítás", "24HrClock": "24 órás óra", - "customDayStartInfo1": "HabitRPG defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", - "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", + "customDayStartInfo1": "Habitica defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", + "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", "misc": "Egyéb", "showHeader": "Mutasd a fejlécet", "changePass": "Jelszó megváltoztatása", @@ -56,7 +56,7 @@ "dangerZone": "Veszélyzóna", "resetText1": "VIGYÁZAT! Ez alapállapotra állítja a fiókod sok részét. Nem ajánljuk, de pár embernek hasznos lehet az elején, miután még csak egy rövid ideig játszott.", "resetText2": "El fogod veszíteni az összes szintedet, aranyadat és tapasztalati pontjaid. Minden feladatod véglegesen törlődik az előzményekkel együtt. Minden tárgyadat elveszíted, de ezeket később visszavásárolhatod a korlátozott példányszámú tárgyak és a Rejtélyes tárgyak esetében is, amiket most birtokolsz (megfelelő kasztúnak kell lenned, hogy a kaszt-specifikus tárgyakat megvehesd). A jelenlegi kasztod, háziállataid és hátasaid megmaradnak. Esetleg jobban jársz egy Újjászületés gömbjével, mely biztonságosabb opció és megőrzi a feladataidat is.", - "deleteText": "Biztos vagy benne? Ez végleg kitörli a fiókodat és soha nem tudod visszahozni! Újra kell regisztrálnod, hogy a HabitRPG-t újra használhasd. A Bankolt, vagy elköltött Drágaköveket nem kapod vissza. Ha abszolút biztos vagy, akkor írd be a <%= deleteWord %> szót a szövegdobozba.", + "deleteText": "Biztos vagy benne? Ez végleg kitörli a fiókodat és soha nem tudod visszahozni! Újra kell regisztrálnod, hogy a Habitica-t újra használhasd. A Bankolt, vagy elköltött Drágaköveket nem kapod vissza. Ha abszolút biztos vagy, akkor írd be a <%= deleteWord %> szót a szövegdobozba.", "API": "API", "APIText": "Másold ki ezeket, külső alkalmazások használatához. Egyébiránt úgy gondolj az API Kulcsodra, mint egy jelszó és ne oszd meg senkivel. Előfordulhat, hogy a Felhasználói Azonosítódat kérik, de soha ne írd be sehova az API Kulcsodat, ahol mások esetleg láthatják (pl.: Github).", "APIToken": "API Kulcs (ez egy jelszó - lásd a figyelmeztetést lejjebb)", @@ -79,13 +79,13 @@ "data": "Adatok", "exportData": "Adatok exportálása", "emailChange1": "Az email címed megváltoztatásához kérjük küldj egy emailt a", - "emailChange2": "admin@habitrpg.com-ra", + "emailChange2": "admin@habitica.com-ra", "emailChange3": "a régi és az új email címeddel és a felhasználói azonosítóddal.", "username": "Bejelentkezési név", "usernameOrEmail": "Login név vagy email cím", "email": "Email", "registeredWithFb": "Facebook-al regisztráltál", - "loginNameDescription1": "Ez az amivel be tudsz lépni a HabitRPG oldalra. Menj a ", + "loginNameDescription1": "Ez az amivel be tudsz lépni a Habitica oldalra. Menj a ", "loginNameDescription2": "Felhasználó->Profil", "loginNameDescription3": "oldalra hogy megváltoztasd a nevedet ami a avatarodnál és a chat üzeneteknél megjelenik.", "emailNotifications": "Email értesítések", @@ -101,12 +101,12 @@ "questStarted": "A küldetésed elkezdődött", "invitedQuest": "Meghívva egy küldetésre", "kickedGroup": "Kirúgtak a csoportból", - "remindersToLogin": "Emlékeztetők a HabitRPG-be történő bejelentkezésre", + "remindersToLogin": "Emlékeztetők a Habitica-be történő bejelentkezésre", "unsubscribedSuccessfully": "Sikeresen leiratkoztál!", - "unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from the settings (requires login).", - "unsubscribedTextOthers": "Ezentúl nem kapsz levelet a HabitRPG-től.", + "unsubscribedTextUsers": "You have successfully unsubscribed from all Habitica emails. You can enable only the emails you want to receive from the settings (requires login).", + "unsubscribedTextOthers": "Ezentúl nem kapsz levelet a Habitica-től.", "unsubscribeAllEmails": "Pipáld ki hogyha le akarsz iratkozni az Email-ekről", - "unsubscribeAllEmailsText": "Ennek a mezőnek a kipipálásával elismerem, hogy megértettem azt, hogyha leiratkozom minden emailről, akkor a HabitRPG nem fog tudni értesíteni engem Email-en keresztül semmilyen fontos változásról az oldallal vagy a felhasználói fiókommal kapcsolatban.", + "unsubscribeAllEmailsText": "Ennek a mezőnek a kipipálásával elismerem, hogy megértettem azt, hogyha leiratkozom minden emailről, akkor a Habitica nem fog tudni értesíteni engem Email-en keresztül semmilyen fontos változásról az oldallal vagy a felhasználói fiókommal kapcsolatban.", "correctlyUnsubscribedEmailType": "Sikeresen leiratkoztál a(z) \"<%= emailType %>\" e-mailekről.", "subscriptionRateText": "Ismétlődő $<%= price %> minden <%= months %>. hónapban", "benefits": "Előnyök", @@ -119,4 +119,4 @@ "promoCodeApplied": "Promóciós kód elfogadva! Ellenőrizd le a tárgylistád", "promoPlaceholder": "Írd be a Promóciós kódodat", "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." -} \ No newline at end of file +} diff --git a/common/locales/hu/spells.json b/common/locales/hu/spells.json index 9a03fbeae4..ce9a16b3f1 100644 --- a/common/locales/hu/spells.json +++ b/common/locales/hu/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Cancel the effects of Seafoam." -} \ No newline at end of file +} diff --git a/common/locales/hu/subscriber.json b/common/locales/hu/subscriber.json index 41cc1d5a45..42dc808756 100644 --- a/common/locales/hu/subscriber.json +++ b/common/locales/hu/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / Hónap", "organization": "Szervezet", "groupPlans": "Céges tervek", - "indivPlan1": "Egyéneknek a HabitRPG ingyenes. Még kisebb csoportoknak is ingyenes (vagy olcsó)", + "indivPlan1": "Egyéneknek a Habitica ingyenes. Még kisebb csoportoknak is ingyenes (vagy olcsó)", "indivPlan2": "használatával a ösztönözhetők a résztvevők. Pl.: írói csoportok, alkotói versenyek stb.", - "groupText1": "Pár csoportvezető több irányítási lehetőséget, jogosultság kezelést, biztonságot és támogatás akar majd. Ilyen csoportok lehetnek pl.: családok, egészségügyi csoportok, alkalmazotti csoportok, stb. Ezek a lehetőségek privát példányokat nyújtanak a HabitRPG-ből, a csoportodnak/szervezetednek, mely biztonságos és független", + "groupText1": "Pár csoportvezető több irányítási lehetőséget, jogosultság kezelést, biztonságot és támogatás akar majd. Ilyen csoportok lehetnek pl.: családok, egészségügyi csoportok, alkalmazotti csoportok, stb. Ezek a lehetőségek privát példányokat nyújtanak a Habitica-ből, a csoportodnak/szervezetednek, mely biztonságos és független", "groupText2": "-tól. Alább találhatók a további részletek a csoportos előfizetésről. Vedd fel velünk a kapcsolatot több információért!", "planFamily": "Család (hamarosan)", "planGroup": "Csoport (hamarosan)", "dedicatedHost": "Dedikált tárhely", - "dedicatedHostText": "Dedikált tárhely: saját adatbázist és szervert kapsz, melyet a HabitRPG biztosít, illetve opcionálisan telepítjük a szervezeted hálózatára. Ha nem igénylitek, akkor az előfizetés keretében \"Megosztott tárhely\" jön létre: a szervezeted ugyanazt az adatbázist használja, mint a HabitRPG, miközben attól függetlenül működik. A tagokat megóvjuk a Kocsmától és a Céhektől, de ugyanazon a szerveren/adatbázison dolgoznak.", + "dedicatedHostText": "Dedikált tárhely: saját adatbázist és szervert kapsz, melyet a Habitica biztosít, illetve opcionálisan telepítjük a szervezeted hálózatára. Ha nem igénylitek, akkor az előfizetés keretében \"Megosztott tárhely\" jön létre: a szervezeted ugyanazt az adatbázist használja, mint a Habitica, miközben attól függetlenül működik. A tagokat megóvjuk a Kocsmától és a Céhektől, de ugyanazon a szerveren/adatbázison dolgoznak.", "individualSub": "Egyéni előfizetés", "subscribe": "Előfizetés", "subscribed": "Előfizetve", @@ -33,9 +33,9 @@ "adminSub": "Adminisztrátor felíratkozások", "morePlans": "További tervek
Hamarosan", "organizationSub": "Privát szervezet", - "organizationSubText": "A szervezeted tagjai a HabitRPG-n kívül vesznek részt, hogy fókuszt biztosítván nekik", + "organizationSubText": "A szervezeted tagjai a Habitica-n kívül vesznek részt, hogy fókuszt biztosítván nekik", "hostingType": "Host típus", - "hostingTypeText": "A megosztott tárhely azt jelenti, hogy a szervezeted ugyanazt az adatbázist használja, mint a HabitRPG, de nem lép interakcióba Habiticával. A dedikált azt jelenti, hogy saját adatbázist és szervert kapsz. Kiválaszthatod, hogy a HabitRPG host-olja a szervered/adatbázisod, vagy a te szervereidre telepítsük.", + "hostingTypeText": "A megosztott tárhely azt jelenti, hogy a szervezeted ugyanazt az adatbázist használja, mint a Habitica, de nem lép interakcióba Habiticával. A dedikált azt jelenti, hogy saját adatbázist és szervert kapsz. Kiválaszthatod, hogy a Habitica host-olja a szervered/adatbázisod, vagy a te szervereidre telepítsük.", "dedicated": "Dedikált", "customDomain": "Egyedi Domain", "customDomainText": "Opcionálisan saját domain-t adhatunk a telepítéshez.", @@ -58,7 +58,7 @@ "buySubsText": "Drágakő aranyért, nincs reklám, fejlesztők támogatása", "sureCancelSub": "Biztos vagy benne, hogy le akarod mondani az előfizetésed?", "subCanceled": "Az előfizetés inaktívvá válik", - "subGemPop": "Mivel előfizettél a HabitRPG-re, minden hónapban bizonyos számú drágakövet vásárolhatsz aranyért. A drágakő ikon sarkában láthatod, hogy mennyi drágakő vásárolható még meg.", + "subGemPop": "Mivel előfizettél a Habitica-re, minden hónapban bizonyos számú drágakövet vásárolhatsz aranyért. A drágakő ikon sarkában láthatod, hogy mennyi drágakő vásárolható még meg.", "subGemName": "Előfizetői drágakövek", "timeTravelers": "Időutazók", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> és <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Kártya frissítése", "subUpdateTitle": "Frissítés", "subUpdateDescription": "Frissítsd a kártyát, hogy feltöltsd." -} \ No newline at end of file +} diff --git a/common/locales/hu/tasks.json b/common/locales/hu/tasks.json index 8bdf8dc6e8..14679a9364 100644 --- a/common/locales/hu/tasks.json +++ b/common/locales/hu/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Törlés kész", "lotOfToDos": "A befejezett tennivalók automatikusan arhiválásra kerülnek 3 nap után. Letöltheted a beállítások>exportálás menüpontban.", "deleteToDosExplanation": "Ha megnyomod a lenti gombot, akkor a kész és archív Tennivalók végleg kitörlődnek. Exportáld ki őket, ha meg akarod őket őrizni.", - "beeminderDeleteWarning": "Beeminder felhasználók: Először olvassátok el ezt: Elvégzett Tennivalók Törlése A Beeminder Összezavarása Nélkül!", + "beeminderDeleteWarning": "Beeminder felhasználók: Először olvassátok el ezt: Elvégzett Tennivalók Törlése A Beeminder Összezavarása Nélkül!", "addmultiple": "Több hozzáadása", "addsingle": "Egy hozzáadása", "habits": "Szokások", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "You're Resting in the Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If you're in a quest, you won't deal damage/collect items until you check out of the Inn, but you can still be injured by a Boss if your Party mates skip their own Dailies.", "habitHelp1": "Jó szokások olyan dolgok, amiket gyakran csinálsz. Aranyat és tapasztalatot adnak minden alkalommal amikor a <%= plusIcon %> kattintasz.", "habitHelp2": "Rossz szokások olyan dolgok, amiket inkább el akarsz kerülni. Csökkentik az életedet minden alkalommal, amikor a <%= minusIcon %> kattintasz.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "Van még kérdésed? Tedd fel a kérdésed a <%= linkStart %>Newbies Guild<%= linkEnd %> céhben!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "Ha nem teljesíted az aktív napi feladataid, akkor életerőt vesztesz, amikor új nap kezdődik.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "Ha meg szeretnéd változtatni, hogy mikor kezdődjön az új nap, menj a <%= linkStart %>Beállítások > Honlap<%= linkEnd %> > Egyedi nap indításához.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "A tennivalók sárgán indulnak, és minél tovább tart teljesíteni annál pirosabbak (értékesebbek) lesznek.", "toDoHelp2": "A tennivalók sosem sebeznek! Csak aranyat és tapasztalatot adnak.", "toDoHelp3": "Ha egy tennivalót listára bontasz, nem lesz olyan félelmetes, és növeli a tapsztalatot!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "Az avatárodnak vásárolt felszerelést a <%= linkStart %>Tárgylista > Felszerelés<%= linkEnd %> alatt találod.", "rewardHelp2": "A felszerelések hatással vannak a tulajdonságaidra (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Különleges felszerelések itt jelennek meg a Globális Eseményekkor.", - "rewardHelp4": "Ne légy rest saját jutalmakat beállítani! Nézz meg néhány példa jutalmat.", + "rewardHelp4": "Ne légy rest saját jutalmakat beállítani! Nézz meg néhány példa jutalmat.", "clickForHelp": "Segítségért kattints" -} \ No newline at end of file +} diff --git a/common/locales/it/backgrounds.json b/common/locales/it/backgrounds.json index ff071fcf78..8057bd6491 100644 --- a/common/locales/it/backgrounds.json +++ b/common/locales/it/backgrounds.json @@ -86,11 +86,11 @@ "backgroundPagodasNotes": "Arrampicati sulla cima delle pagode.", "backgrounds062015": "SERIE 13: Giugno 2015", "backgroundDriftingRaftText": "Zattera alla deriva", - "backgroundDriftingRaftNotes": "Remare su una zattera alla deriva", - "backgroundShimmeryBubblesText": "Bolle appiccicose", - "backgroundShimmeryBubblesNotes": "Galleggiare in un mare di Bolle appiccicose", - "backgroundIslandWaterfallsText": "Isola delle Cascate", - "backgroundIslandWaterfallsNotes": "Picnic vicino l'Isola delle Cascate", + "backgroundDriftingRaftNotes": "Rema su una zattera alla deriva.", + "backgroundShimmeryBubblesText": "Bolle colorate", + "backgroundShimmeryBubblesNotes": "Fluttua in un mare di bolle!", + "backgroundIslandWaterfallsText": "Isola delle cascate", + "backgroundIslandWaterfallsNotes": "Fai un picnic sull'isola delle cascate.", "backgrounds072015": "SERIE 14: Luglio 2015", "backgroundDilatoryRuinsText": "Rovine di Dilatory", "backgroundDilatoryRuinsNotes": "Immergiti tra le rovine subacquee.", @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Fai surf su un'onda altissima!", "backgroundSunkenShipText": "Nave affondata", "backgroundSunkenShipNotes": "Esplora un relitto sottomarino!" -} \ No newline at end of file +} diff --git a/common/locales/it/challenge.json b/common/locales/it/challenge.json index c2710a4923..1b42bb3a72 100644 --- a/common/locales/it/challenge.json +++ b/common/locales/it/challenge.json @@ -11,7 +11,7 @@ "unsubChallenge": "Collegamento ad una sfida mancante: questa attività era parte di una sfida, ma ti sei ritirato. Cosa fare con le attività rimaste?", "challengeWinner": "Ha vinto le seguenti sfide:", "challenges": "Sfide", - "noChallenges": "Ancora nessuna sfida, visita ", + "noChallenges": "Ancora nessuna sfida, visita", "toCreate": "per crearne una.", "selectWinner": "Scegli un vincitore e chiudi la sfida:", "deleteOrSelect": "Elimina o scegli il vincitore", @@ -33,11 +33,11 @@ "challengeTagPop": "Le sfide compaiono nelle liste dei tag (etichette), quindi oltre al titolo descrittivo avrai bisogno anche di un nome breve e facilmente riconoscibile. Per esempio, 'Perdi 10 kg in 3 mesi' potrebbe diventare '-10kg' (Clicca il '?' per saperne di più).", "challengeDescr": "Descrizione", "prize": "Premio", - "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", - "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", + "prizePop": "Se qualcuno può \"vincere\" la tua sfida, hai l'opzione di ricompensarlo con un premio in Gemme. Il premio massimo equivale al numero di gemme che possiedi (+ le gemme della gilda, se sei tu il creatore della gilda di questa sfida). Nota: questo premio non potrà essere modificato una volta pubblicata la sfida.", + "prizePopTavern": "Se qualcuno può ''vincere'' la tua sfida, potrai ricompensarlo con un premio in Gemme. Il premio massimo equivale al numero di gemme che possiedi. Nota: questo premio non potrà essere modificato e le sfide della Taverna non verranno rimborsate in caso vengano eliminate.", "publicChallenges": "Serve un minimo di 1 Gemma per le sfide pubbliche (aiuta a prevenire lo spam, lo fa davvero).", - "officialChallenge": "Sfida Ufficiale HabitRPG", - "by": "di ", + "officialChallenge": "Sfida ufficiale Habitica", + "by": "di", "participants": "<%= membercount %> partecipanti", "join": "Partecipa", "exportChallengeCSV": "Esporta in CSV", @@ -56,5 +56,5 @@ "backToChallenges": "Torna alla lista sfide", "prizeValue": "<%= gemcount %> <%= gemicon %> Premio", "clone": "Clona", - "challengeNotEnoughGems": "You do not have enough gems to post this challenge." + "challengeNotEnoughGems": "Non hai abbastanza gemme per creare questa sfida." } \ No newline at end of file diff --git a/common/locales/it/character.json b/common/locales/it/character.json index fc85dac8d8..42e8fe8c54 100644 --- a/common/locales/it/character.json +++ b/common/locales/it/character.json @@ -7,12 +7,12 @@ "displayName": "Nome mostrato", "displayPhoto": "Foto", "displayBlurb": "Su di me", - "displayBlurbPlaceholder": "Per favore presentati:", + "displayBlurbPlaceholder": "Scrivi una piccola presentazione", "photoUrl": "Url foto", "imageUrl": "Url immagine", "inventory": "Inventario", "social": "Social", - "lvl": "Lvl ", + "lvl": "Lvl", "buffed": "Bonus attivi", "bodyBody": "Corpo", "bodySize": "Corporatura", @@ -45,7 +45,7 @@ "hauntedColors": "Colori Spettrali", "winteryColors": "Colori invernali", "equipment": "Equipaggiamento", - "equipmentBonus": "Equipment", + "equipmentBonus": "Equipaggiamento", "equipmentBonusText": "Attributi bonus forniti dall'equipaggiamento di battaglia che indossi. Vedi la scheda Equipaggiamento (sotto Inventario) per scegliere il tuo equipaggiamento di battaglia.", "classBonus": "Bonus equipaggiamento di Classe", "classBonusText": "La tua classe (Guerriero, se non ne hai sbloccata o scelta un'altra) sfrutta il suo equipaggiamento più efficientemente di quello delle altre classi. Gli oggetti equipaggiati adatti alla tua classe incrementano del 50% il bonus che danno all'attributo di base.", @@ -54,12 +54,12 @@ "battleGearText": "Questo è l'equipaggiamento che indossi in battaglia, esso modifica alcuni valori quando interagisci con le tue attività.", "costume": "Costume", "costumeText": "Se preferisci il look di oggetti diversi da quelli equipaggiati, metti una spunta su \"Usa costume\" per visualizzare un costume anzichè l'equipaggiamento da battaglia (nonostante il cambio di aspetto, rimangono tutti i bonus delle armi e delle armature).", - "useCostume": "Usa costume ", - "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", - "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", + "useCostume": "Usa costume", + "useCostumeInfo1": "Clicca su \"Usa costume\" per far indossare degli oggetti al tuo avatar senza influenzare le statistiche del tuo equipaggiamento da battaglia! Questo significa che puoi equipaggiare gli oggetti con le statistiche migliori a sinistra, mentre puoi vestire il tuo avatar con gli oggetti che ti piacciono di più a destra.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "Hai ottenuto la medaglia \"Armato fino ai denti\" per aver potenziato al massimo livello l'equipaggiamento per una Classe! Hai completato questi set:", "moreGearAchievements": "Per sbloccare più medaglie Sommo Equipaggiamento, cambia classe sulla tua pagina statistiche e compra l'equipaggiamento per la tua nuova classe!", - "armoireUnlocked": "Hai sbloccato anche lo Scrigno Incantato! Clicca sulla Ricompensa \"Scrigno Incantato\" per una possibilità di ricevere casualmente un equipaggiamento speciale! Potrebbe anche darti Esperienza o cibo. ", + "armoireUnlocked": "Hai sbloccato anche lo Scrigno Incantato! Clicca sulla Ricompensa \"Scrigno Incantato\" per una possibilità di ricevere casualmente un equipaggiamento speciale! Potrebbe anche darti Esperienza o cibo.", "ultimGearName": "Armato fino ai denti", "ultimGearText": "Ha potenziato al massimo armi e armatura per le seguenti classi:", "level": "Livello", @@ -77,7 +77,7 @@ "allocatePerPop": "Aggiungi un punto a Percezione (PER)", "allocateInt": "Punti assegnati a Intelligenza:", "allocateIntPop": "Aggiungi un punto a Intelligenza (INT)", - "noMoreAllocate": "Ora che hai raggiunto il livello 100, non guadagnerai altri Punti Attributo. Puoi continuare a salire di livello, o iniziare una nuova avventura dal livello 1 usando la Sfera della Rinascita, ora disponibile gratuitamente nel Mercato.", + "noMoreAllocate": "Ora che hai raggiunto il livello 100, non guadagnerai altri Punti Attributo. Puoi continuare a salire di livello, o iniziare una nuova avventura dal livello 1 usando la Sfera della Rinascita, ora disponibile gratuitamente nel Mercato.", "stats": "Statistiche", "strength": "Forza", "strengthText": "L'attributo Forza aumenta la probabilità di sferrare \"colpi critici\", aumentando l'oro, l'esperienza e la probabilità di drop che potrai guadagnare grazie ad essi. In più, permette di arrecare maggiori danni ai boss delle missioni.", @@ -106,13 +106,13 @@ "levelPopover": "Ogni volta che sali di livello ottieni un punto da assegnare ad un attributo a tua scelta. Puoi farlo manualmente, o lasciare che se ne occupi il gioco selezionando una delle opzioni di allocazione automatica.", "unallocated": "Punti Attributo non allocati", "haveUnallocated": "Hai <%= points %> Punto/i Attributo non allocato/i", - "autoAllocation": "Allocazione automatica ", + "autoAllocation": "Allocazione automatica", "autoAllocationPop": "Assegna automaticamente i punti agli attributi, in base alle tue preferenze, quando sali di livello.", - "evenAllocation": "Distribuisci i punti uniformemente ", + "evenAllocation": "Distribuisci i punti uniformemente", "evenAllocationPop": "Assegna lo stesso numero di punti ad ogni attributo.", - "classAllocation": "Distribuisci i punti in base alla classe ", + "classAllocation": "Distribuisci i punti in base alla classe", "classAllocationPop": "Assegna più punti agli attributi più importanti per la tua classe.", - "taskAllocation": "Distribuisci i punti in base alle tue attività ", + "taskAllocation": "Distribuisci i punti in base alle tue attività", "taskAllocationPop": "Assegna i punti basati sulle categorie Fisico (Forza), Mentale (Intelligenza), Sociale (Costituzione), e Altro (Percezione), associate alle attività che completi.", "distributePoints": "Distribuisci punti non allocati", "distributePointsPop": "Assegna tutti i Punti Attributo non allocati in base allo schema di allocazione selezionato.", @@ -121,7 +121,7 @@ "rogueText": "Gli Assassini amano accumulare ricchezza: guadagnano più Oro di chiunque altro, e sono inclini al trovare oggetti casuali. La loro iconica abilità Furtività li rende in grado di prendersi gioco delle conseguenze delle Daily mancate. Diventa un Assassino se trovi una forte motivazione nelle Ricompense e nelle Medaglie, lottando per un bottino e dei riconoscimenti!", "healerText": "I Guaritori si stagliano impavidi contro i danni, ed estendono la propria protezione agli altri. Le Daily mancate e le cattive abitudini non li turbano molto, ed hanno diversi modi per recuperare la Salute persa a causa dei fallimenti. Diventa un Guaritore se ti piace assistere gli altri nella tua squadra, o se l'idea di giocare con la morte attraverso il duro lavoro ti ispira!", "optOut": "Rinuncia", - "optOutText": "Non vuoi essere distratto dal sistema a classi? Vuoi scegliere più tardi? Rinuncia - sarai un guerriero senza abilità speciali. Puoi leggere di più sul sistema di classi più tardi sulla wiki e abilitare le classi quando vorrai in Utenti -> Statistiche.", + "optOutText": "Non vuoi essere distratto dal sistema delle classi? Vuoi scegliere più tardi? Rinuncia - sarai un guerriero senza abilità speciali. Puoi trovare maggiori informazioni riguardo il sistema delle classi sulla wiki e abilitare le classi in qualsiasi momento andando in Utente -> Statistiche.", "select": "Seleziona", "stealth": "Furtività", "stealthNewDay": "Quando inizia un nuovo giorno, eviterai il danno causato dalle Daily mancate.", @@ -145,12 +145,12 @@ "unequipCostume": "Rimuovi costume", "unequipPetMountBackground": "Rimuovi animale, cavalcatura, sfondo", "animalSkins": "Skin animalesche", - "chooseClassHeading": "Scegli la tua Classe! O scegli di cambiarla più tardi.", - "warriorWiki": "Guerriero", - "mageWiki": "Mago", - "rogueWiki": "Furfante", - "healerWiki": "Guaritore", - "chooseClassLearn": "Ottieni maggiori informazioni sulle classi", + "chooseClassHeading": "Scegli la tua Classe! Oppure rinuncia e decidi più tardi.", + "warriorWiki": "Guerriero", + "mageWiki": "Mago", + "rogueWiki": "Furfante", + "healerWiki": "Guaritore", + "chooseClassLearn": "Ottieni maggiori informazioni sulle classi", "str": "STR", "con": "CON", "per": "PER", diff --git a/common/locales/it/communityguidelines.json b/common/locales/it/communityguidelines.json index 1b94a3417e..4c7eb6002f 100644 --- a/common/locales/it/communityguidelines.json +++ b/common/locales/it/communityguidelines.json @@ -7,9 +7,9 @@ "commGuidePara003": "Queste regole si applicano in tutti gli spazi di socializzazione che utilizziamo, ciò include (ma non si limita a) Trello, GitHub, Transifex e Wikia (o Wiki). A volte, sorgono situazioni impreviste, come una nuova fonte di conflitto o un negromante malvagio. Quando ciò accade, i moderatori potrebbero reagire modificando queste linee guida per mantenere la community sicura da nuove minacce. Non temere: se le linee guida cambieranno, verrai avvertito con un annuncio di Bailey.", "commGuidePara004": "Ora appronta le tue piume e pergamene per prendere nota e iniziamo!", "commGuideHeadingBeing": "Essere un abitante di Habitica", - "commGuidePara005": "HabitRPG è prima di tutto un sito web devoto al migliorarsi. Come risultato, qui si è formata una delle più calde, gentili e disponibili comunità su internet. Ci sono molti tratti che definiscono un abitante di Habitica. Alcuni dei più comuni ed evidenti sono:", + "commGuidePara005": "Habitica è prima di tutto un sito web devoto al migliorarsi. Come risultato, qui si è formata una delle più calde, gentili e disponibili comunità su internet. Ci sono molti tratti che definiscono un abitante di Habitica. Alcuni dei più comuni ed evidenti sono:", "commGuideList01A": "Uno spirito disponibile. Molte persone investono tempo ed energia per aiutare i nuovi membri della comunità. La \"gilda dei novelli\", per esempio, è una Gilda il cui unico scopo è quello di rispondere alle domande delle persone. Se pensi di poter aiutare, non essere timido!", - "commGuideList01B": "Un atteggiamento diligente. Gli abitanti di Habitica lavorano duramente per migliorare le proprie vite, ma aiutano anche a costruire il sito e a migliorarlo costantemente. Siamo un progetto open-source, lavoriamo quindi senza sosta per rendere il sito un posto migliore da visitare.", + "commGuideList01B": "Un atteggiamento diligente. Gli abitanti di Habitica lavorano duramente per migliorare le proprie vite, ma aiutano anche a costruire il sito e a migliorarlo costantemente. Siamo un progetto open-source, lavoriamo quindi senza sosta per rendere il sito ciò che tutti desiderano.", "commGuideList01C": "Propensione al supporto. Gli Habitichesi festeggiano le vittorie altrui, e si supportano a vicenda durante i periodi di difficoltà. Si aiutano a vicenda e imparano gli uni dagli altri. Nelle squadre facciamo tutto questo con i nostri incantesimi; nelle chat, lo facciamo con parole gentili e di supporto.", "commGuideList01D": "Rispetto verso il prossimo. Abbiamo tutti degli sfondi differenti, set di abilità differenti e opinioni differenti. Questo è ciò che fa di noi una community così spettacolare! Gli Habitichesi rispettano queste differenze e le esaltano. Prova a frequentare questo posto, e presto avrai degli amici di ogni tipo.", "commGuideHeadingMeet": "Incontra i moderatori!", @@ -25,21 +25,21 @@ "commGuidePara011b": "su GitHub/Wikia", "commGuidePara011c": "su Wikia", "commGuidePara011d": "su GitHub", - "commGuidePara012": "Se hai dei problemi o preoccupazioni riguardo un particolare moderatore, per cortesia scrivi un'email a Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "Se hai dei problemi o preoccupazioni riguardo un particolare moderatore, per cortesia scrivi un'email a Lemoness (leslie@habitica).", "commGuidePara013": "In una community grande come Habitica, gli utenti vanno e vengono, e alcune volte un moderatore necessita di riporre il nobile mantello in soffitta e rilassarsi. Sono chiamati moderatori emeriti. Non hanno più i poteri di moderatore, ma dovremmo tutti quanti portare loro rispetto per il lavoro che hanno svolto!", "commGuidePara014": "Moderatori emeriti:", "commGuideHeadingPublicSpaces": "Spazi pubblici in Habitica", "commGuidePara015": "Habitica dispone di due tipi di spazi sociali: pubblici e privati. Gli spazi pubblici includono la Taverna, le Gilde pubbliche, GitHub, Trello e la Wiki. Gli spazi privati sono le Gilde private, la chat di squadra e i messaggi privati.", "commGuidePara016": "Quando navighi negli spazi pubblici di Habitica, ci sono delle regole generali che bisogna rispettare per mantenere tutti felici e al sicuro. Dovrebbero essere semplici per un avventuriero come te!", - "commGuidePara017": "Rispettarsi a vicenda. Sii cortese, gentile, amichevole e disposto ad aiutare. Ricorda: gli Habitichesi hanno trascorsi diversi e possono quindi avere esperienze molto divergenti. Questo è parte di ciò che rende HabitRPG così speciale! Costruire una comunità significa rispettarsi ed esaltare le nostre differenze così come le nostre similitudini. Di seguito potrai trovare delle semplici regole per rispettare gli altri:", + "commGuidePara017": "Rispettarsi a vicenda. Sii cortese, gentile, amichevole e disposto ad aiutare. Ricorda: gli Habitichesi hanno trascorsi diversi e possono quindi avere esperienze molto divergenti. Questo è parte di ciò che rende Habitica così speciale! Costruire una comunità significa rispettarsi ed esaltare le nostre differenze così come le nostre similitudini. Di seguito potrai trovare delle semplici regole per rispettare gli altri:", "commGuideList02A": "Obbedisci ai Termini e Condizioni di utilizzo.", "commGuideList02B": "Non pubblicare immagini o testi con contenuti violenti, minacciosi, o sessualmente espliciti/suggestivi, o che promuovono la discriminazione, bigotti, razzisti, che incitano all'odio, molesti o dannosi verso qualsiasi persona o gruppo. Nemmeno per scherzo. Questo include anche gli insulti. Non tutti hanno lo stesso senso dell'umorismo, e alcune volte quello che tu consideri un gioco magari può ferire qualcun'altro. Attacca le tue Daily, non gli altri.", "commGuideList02C": "Mantieni le discussioni appropiate per utenti di tutte le età. Abbiamo diversi giovani Habitichesi che usano il sito! Non traumatizzare alcun innocente e non ostacolare alcun abitante di Habitica nei suoi obiettivi.", "commGuideList02D": "Evita l'uso di un linguaggio offensivo. Questo include anche insulti basati sulla religione che potrebbero essere accettati altrove - qui abbiamo persone di tutte le religioni e culture, e vogliamo essere sicuri che tutti quanti si sentano a proprio agio negli spazi pubblici. Inoltre, le calunnie verranno trattate molto severamente, dato che sono anche una violazione dei Termini del Servizio.", - "commGuideList02E": "Evita discussioni su argomenti offensivi e/o oltraggiosi. Se ti senti offeso da qualcosa che è stato detto, non offendere a tua volta. Un solo commento educato come \"Ciò che hai scritto mi mette a disagio\" è sufficiente. Rispondere in modo duro o scortese aumenta la tensione e fa di HabitRPG un posto negativo. Gentilezza e disponibilità aiutano gli altri a capire cosa stanno sbagliando.", + "commGuideList02E": "Evita discussioni su argomenti offensivi e/o oltraggiosi. Se ti senti offeso da qualcosa che è stato detto, non offendere a tua volta. Un solo commento educato come \"Ciò che hai scritto mi mette a disagio\" è sufficiente. Rispondere in modo duro o scortese aumenta la tensione e fa di Habitica un posto negativo. Gentilezza e disponibilità aiutano gli altri a capire cosa stanno sbagliando.", "commGuideList02F": "Rispetta sempre le richieste dei Moderatori sulla conclusione di una discussione o il suo spostamento nella sezione off-topic (Back Corner). Ogni eventuale chiarimento conclusivo o disaccordo dovrebbe essere discusso (cortesemente) sul \"tavolo\" nella sezione off-topic, se concesso.", "commGuideList02G": "Rifletti prima di dare una risposta \"arrabbiata\" se qualcuno ti dice che qualcosa che hai detto o fatto lo mette a disagio. C'è una grande forza nel sapersi scusare sinceramente con qualcuno. Se senti che il modo in cui ti hanno risposto è inappropriato, contatta un moderatore invece che arrabbiarti e rispondere male pubblicamente.", - "commGuideList02H": "Conversazioni contenziose/inappropriate devono essere riportate ai moderatori. Se ti sembra che una conversazione stia diventando inappropriata, eccessivamente emotiva o dolorosa, bisogna fermarla. Invia un'email a leslie@habitrpg.com per farci sapere dell'accaduto. E' nostro compito farti sentire al sicuro,", + "commGuideList02H": "Conversazioni contenziose/inappropriate devono essere riportate ai moderatori. Se ti sembra che una conversazione stia diventando inappropriata, eccessivamente emotiva o dolorosa, bisogna fermarla. Invia un'email a leslie@habitica per farci sapere dell'accaduto. E' nostro compito farti sentire al sicuro,", "commGuideList02I": "Non pubblicare spam. Lo spam può includere, ma non è limitato a: postare lo stesso commento o domanda in posti diversi, postare link senza contesto o spiegazione, postare messaggi senza senso, o postare molti messaggi consecutivamente. Anche elemosinare continuamente gemme o abbonamenti è considerato spam.", "commGuidePara019": "Negli spazi privati gli utenti hanno più libertà di discutere qualunque argomento vogliano, ma devono comunque fare attenzione a non violare i Termini e Condizioni, inclusi i post discriminatori, violenti o con contenuti minacciosi.", "commGuidePara020": "I Messaggi Privati (MP) hanno alcune linee guida aggiuntive. Se qualcuno ti ha bloccato, non contattarli da qualche altra parte per chiedergli di sbloccarti. Inoltre, non dovresti mandare un MP a qualcuno che richiede assistenza (dato che le risposte pubbliche alle richieste di assistenza sono utili a tutta la community). Infine, non mandare a nessuno un MP pregandolo di regalarti gemme o un abbonamento, questo può essere considerato spam.", @@ -48,11 +48,11 @@ "commGuidePara022": "La Taverna è il principale luogo di incontro degli Habitichesi. Daniel il Locandiere tiene il posto pulito e in ordine, mentre Lemoness sarà felice di evocare un limoncello mentre state seduti a chiaccherare. Basta tenere a mente...", "commGuidePara023": "Le conversazioni tendono a ruotare attorno ad argomenti casuali, produttività oppure consigli su come migliorare la propria vita.", "commGuidePara024": "Dato che la taverna può contenere solo 200 messaggi, non è un luogo adatto ad argomenti prolungati, specialmente se delicati (ad esempio politica, religione, depressione, se la caccia al folletto dovrebbe essere vietata ecc.). Queste conversazioni dovrebbero essere tenute in una Gilda oppure in privato (più informazioni qui di seguito).", - "commGuidePara027": "Non parlare di nulla che crea dipendenza nella Taverna. Molte persone usano HabitRPG per cercare di perdere delle cattive abitudini. Sentire persone che parlano della propria dipendenza renderà più difficile per loro superarla! Rispettate chi frequenta la Taverna e tenete conto dei loro problemi. Questo include, in maniera non esaustiva: fumare, bere alcolici, pornografia, gioco d'azzardo e uso/abuso di droghe.", + "commGuidePara027": "Non parlare di nulla che crea dipendenza nella Taverna. Molte persone usano Habitica per cercare di perdere delle cattive abitudini. Sentire persone che parlano della propria dipendenza renderà più difficile per loro superarla! Rispettate chi frequenta la Taverna e tenete conto dei loro problemi. Questo include, in maniera non esaustiva: fumare, bere alcolici, pornografia, gioco d'azzardo e uso/abuso di droghe.", "commGuideHeadingPublicGuilds": "Gilde pubbliche", "commGuidePara029": "Le gilde pubbliche sono come la Taverna, ma anzichè essere luoghi di discussione generica hanno un tema specifico. Le gilde pubbliche dovrebbero focalizzarsi sul proprio tema. Per esempio, una gilda degli scrittori avrebbe poco senso se i membri iniziassero a parlare di giardinaggio anzichè di scrittura, e la gilda degli ammiratori dei draghi magari non ha alcun interesse nel decifrare le rune antiche. Alcune gilde sono più aperte sotto questo aspetto rispetto ad altre ma, in generale, cercate di non cambiare argomento!", "commGuidePara031": "Alcune gilde pubbliche trattano argomenti delicati come depressione, religione, politica o altro. Questo va bene fino a quando non violano i Termini e Condizioni o le regole degli spazi pubblici, e finchè non escono dal loro argomento.", - "commGuidePara033": "Le Gilde pubbliche NON possono avere contenuti classificabili 18+. Se il loro obiettivo è di parlare di argomenti delicati, devono specificarlo nel nome della gilda. Questo mantiene Habitica sicura e confortevole per tutti. Se la gilda in questione tratta diversi tipi di problemi, è rispettoso nei confronti dei tuoi compagni di avventura farlo presente con un commento di avvertimento (ad esempio \"Attenzione: contenuti riguardanti la depressione\"). Inoltre, bisogna parlare di cose coerenti con il tema della Gilda - parlare di autolesionismo in una Gilda che tratta la depressione può avere senso, ma sarebbe inappropriato in una gilda musicale. Se noti che qualcuno non sta rispettando questa linea guida, nonostante degli avvertimenti, per cortesia manda una mail a leslie@habitrpg.comcon degli screenshot.", + "commGuidePara033": "Le Gilde pubbliche NON possono avere contenuti classificabili 18+. Se il loro obiettivo è di parlare di argomenti delicati, devono specificarlo nel nome della gilda. Questo mantiene Habitica sicura e confortevole per tutti. Se la gilda in questione tratta diversi tipi di problemi, è rispettoso nei confronti dei tuoi compagni di avventura farlo presente con un commento di avvertimento (ad esempio \"Attenzione: contenuti riguardanti la depressione\"). Inoltre, bisogna parlare di cose coerenti con il tema della Gilda - parlare di autolesionismo in una Gilda che tratta la depressione può avere senso, ma sarebbe inappropriato in una gilda musicale. Se noti che qualcuno non sta rispettando questa linea guida, nonostante degli avvertimenti, per cortesia manda una mail a leslie@habiticacon degli screenshot.", "commGuidePara035": "Nessuna gilda, pubblica o privata, può essere creata come pretesto per attaccare gruppi o individui. Creare una gilda per questi scopi ha come risultato il ban immediato. Combatti le cattive abitudini, non i tuoi compagni di avventura!", "commGuidePara037": "Anche tutte le sfide della Taverna e delle Gilde pubbliche devono rispettare queste regole.", "commGuideHeadingBackCorner": "The Back Corner (gilda off-topic)", @@ -60,7 +60,7 @@ "commGuidePara039": "La gilda \"The Back Corner\" è uno spazio libero per discutere argomenti delicati o per sostenere una conversazione per molto tempo, ed è moderata con attenzione. Le linee guida degli spazi pubblici continuano ad essere valide, così come i Termini e Condizioni. Solo perchè indossiamo lunghi mantelli e ci raggruppiamo in un angolo non vuol dire che tutto è permesso! Ora mi passeresti quella candela?", "commGuideHeadingTrello": "Trello Boards", "commGuidePara040": "Trello è un forum aperto per suggerire e discutere delle funzionalità del sito. Habitica è governata da valorosi collaboratori - costruiamo il sito tutti insieme. Trello è il sistema che si presta alla nostra follia. A parte questo, fai il possibile per contenere tutti i tuoi pensieri in un commento, invece di commentare molte volte di fila sulla stessa scheda. Se pensi a qualcosa di nuovo, sentiti libero di modificare i commenti originali. Per favore, abbi pietà per quelli di noi che ricevono una notifica per ogni nuovo commento. Le nostre caselle di posta traboccano.", - "commGuidePara041": "HabitRPG usa cinque differenti spazi su Trello:", + "commGuidePara041": "Habitica usa cinque differenti spazi su Trello:", "commGuideList03A": "La Main Board è un posto per richiedere e votare le nuove funzionalità del sito.", "commGuideList03B": "La Mobile Board è un posto per richiedere e votare le nuove funzionalità delle app per dispositivi mobili.", "commGuideList03C": "La Pixel Art Board è un posto per discutere e inviare pixel art.", @@ -68,12 +68,12 @@ "commGuideList03E": "La Wiki Board è un posto per migliorare, discutere e richiedere nuovi contenuti della wiki.", "commGuidePara042": "Ognuno di questi spazi ha le proprie linee guida, oltre alle regole per gli spazi pubblici. Gli utenti dovrebbero evitare di andare fuori tema, in qualsiasi scheda stiano commentando. Fidatevi, questi spazi sono già abbastanza pieni di informazioni! Le conversazioni prolungate verranno spostate nella gilda Back Corner.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG usa Github per tenere traccia dei bug e degli aggiornamenti del codice. Github è la fucina dove gli instancabili fabbri-programmatori di HabitRPG forgiano nuove funzionalità! Vengono applicate le regole degli spazi pubblici. Assicurati di essere educato con i fabbri - hanno un sacco di lavoro da fare per mantenere il sito funzionante!\nUrrà ai fabbri!", - "commGuidePara044": "I seguenti utenti sono membri della repository di HabitRPG:", + "commGuidePara043": "Habitica usa Github per tenere traccia dei bug e degli aggiornamenti del codice. Github è la fucina dove gli instancabili fabbri-programmatori di Habitica forgiano nuove funzionalità! Vengono applicate le regole degli spazi pubblici. Assicurati di essere educato con i fabbri - hanno un sacco di lavoro da fare per mantenere il sito funzionante!\nUrrà ai fabbri!", + "commGuidePara044": "I seguenti utenti sono membri della repository di Habitica:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": " La wiki di HabitRPG contiene informazioni riguardo il sito. Inoltre contiene alcuni forum simili alle gilde di HabitRPG. Quindi anche qui tutte le regole degli spazi pubblici sono applicati.", - "commGuidePara046": "La wiki di HabitRPG può essere considerata il database per tutte le cose di HabitRPG. Fornisce informazioni riguardo le funzionalità del sito, le guide su come giocare, suggerimenti su come puoi contribuire su HabitRPG e inoltre ti da la possibilità di sponsorizzare la tua gilda, party e di votare gli argomenti.", - "commGuidePara047": "Dato che la wiki è sui server di Wikia, i termini e condizioni di Wikia sono applicati assieme alle regole di HabitRPG.", + "commGuidePara045": " La wiki di Habitica contiene informazioni riguardo il sito. Inoltre contiene alcuni forum simili alle gilde di Habitica. Quindi anche qui tutte le regole degli spazi pubblici sono applicati.", + "commGuidePara046": "La wiki di Habitica può essere considerata il database per tutte le cose di Habitica. Fornisce informazioni riguardo le funzionalità del sito, le guide su come giocare, suggerimenti su come puoi contribuire su Habitica e inoltre ti da la possibilità di sponsorizzare la tua gilda, party e di votare gli argomenti.", + "commGuidePara047": "Dato che la wiki è sui server di Wikia, i termini e condizioni di Wikia sono applicati assieme alle regole di Habitica.", "commGuidePara048": "La wiki è unicamente una collaborazione tra tutti i suoi editori quindi alcune linee guida includono:", "commGuideList04A": "Richiedi nuove pagine o cambiamenti nella Wiki Trello Board", "commGuideList04B": "Sii aperto ai suggerimenti di altre persone riguardo le tue modifice", @@ -82,7 +82,7 @@ "commGuideList04E": "Non spammare o sabotare le pagine per un guadagno personale", "commGuideList04F": "Leggi la pagina relativa alla contribuzione prima di applicare cambiamenti", "commGuideList04G": "Tono imparziale nelle pagine della wiki", - "commGuideList04H": "I contenuti della wiki sono rilevanti per l'intero sito di HabitRPG e non pertinenti ad una particolare gilda o party (tali informazioni potranno essere spostate nei forum)", + "commGuideList04H": "I contenuti della wiki sono rilevanti per l'intero sito di Habitica e non pertinenti ad una particolare gilda o party (tali informazioni potranno essere spostate nei forum)", "commGuidePara049": "Le seguenti persone sono amministratori della wiki", "commGuidePara018": "Gli amministratori emeriti della Wiki sono", "commGuideHeadingInfractionsEtc": "Infrazioni, conseguenze e restauro", @@ -101,8 +101,8 @@ "commGuideHeadingModerateInfractions": "Infrazioni moderate", "commGuidePara054": "Infrazioni lievi non rendono insicura la nostra community, ma la rendolo spiacevole. Queste infrazioni avranno conseguenze lievi. Quando insieme ad altre infrazioni, le conseguenze potrebbero diventare più gravi", "commGuidePara055": "Questa è una lista di infrazioni lievi. Ma non è una lista esaustiva.", - "commGuideList06A": "Ignorare o discreditare un moderatore. Questo include screditare i moderatori o altri utenti, difendere utenti bannati. Se siete preoccupati per una regola o sul comportamento di un moderatore, per cortesia contattate Lemoness via email (leslie@habitrpg.com).", - "commGuideList06B": "Backseat Modding. Per una veloce spiegazione di un punto rilevante: una menzione amichevole delle regole va bene. Il Backseat Modding consiste nel dire, domandare e/ o fortemente sottintendere che qualcuno deve fare un'azione che descrivi per correggere un errore. Puoi avvisare chiunque che ha commesso una trasgressione, ma per cortesia non richiedere che venga fatta un'operazione di moderazione, per esempio dire \"Sappi che essere profani è fortemente disincentivato nella taverna, so dovresti eliminare il tuo commento\" è decisamente meglio di \" Andrò a chiedere di rimuovere il tuo post\"\n\n\n", + "commGuideList06A": "Ignorare o discreditare un moderatore. Questo include screditare i moderatori o altri utenti, difendere utenti bannati. Se siete preoccupati per una regola o sul comportamento di un moderatore, per cortesia contattate Lemoness via email (leslie@habitica).", + "commGuideList06B": "Backseat Modding. Per una veloce spiegazione di un punto rilevante: una menzione amichevole delle regole va bene. Il Backseat Modding consiste nel dire, domandare e/ o fortemente sottintendere che qualcuno deve fare un'azione che descrivi per correggere un errore. Puoi avvisare chiunque che ha commesso una trasgressione, ma per cortesia non richiedere che venga fatta un'operazione di moderazione, per esempio dire \"Sappi che essere profani è fortemente disincentivato nella taverna, so dovresti eliminare il tuo commento\" è decisamente meglio di \" Andrò a chiedere di rimuovere il tuo post\"", "commGuideList06C": "Ripetute violazioni delle linee guida per gli spazi pubblici", "commGuideList06D": "Infrazioni minori ripetute", "commGuideHeadingMinorInfractions": "Infrazioni minori", @@ -139,8 +139,8 @@ "commGuidePara062": "L'email che hai ricevuto spiega le conseguenze delle tue azioni (o in caso di conseguenze minori, la comunicazione del moderatore/staff) è una buona fonte di informazioni. Convivi con qualunque restrizione imposta, e cerca di raggiungere i requisiti per venire sollevato dalla restizione.", "commGuidePara063": " Se non capisci le conseguenze, o la natura dell'infrazione, chiedilo ai moderatori/Staff per essere aiutato così puoi evitare di commettere infrazioni in futuro.", "commGuideHeadingContributing": "Contribuire a migliorare Habitica", - "commGuidePara064": "HabitRPG è un progetto open-source, quindi ogni abitante di Habitica è invitato a partecipare! Coloro che lo faranno sarano ricompensati secondo i seguenti gradi:", - "commGuideList12A": "HabitRPG badge del Contribuente, più 3 Gemme", + "commGuidePara064": "Habitica è un progetto open-source, quindi ogni abitante di Habitica è invitato a partecipare! Coloro che lo faranno sarano ricompensati secondo i seguenti gradi:", + "commGuideList12A": "Habitica badge del Contribuente, più 3 Gemme", "commGuideList12B": "Armatura da contribuente, più 3 Gemme", "commGuideList12C": "Elmetto del contribuente, più 3 Gemme", "commGuideList12D": "Spada del contribuente più 4 gemme", @@ -154,7 +154,7 @@ "commGuideList13C": "I livelli non \"rincominciano\" in ogni campo. Quando aumenta la difficoltà, guardiamo tutti i vostri contributi, quindi una persona che ha fatto un pò di pixel art, ha fixato un piccolo bug, e si è dilettato un pò nella wiki, non procederà veloce come una persona che ha lavorato duro in un singolo compito. Questo aiuta a mantere le cose corrette!", "commGuideList13D": " Utenti in prova non possono essere promossi al livello successivo. I moderatori hanno il diritto di \"congelare\" gli avanzamenti dell'utente a causa di un'infrazione. Se questo succede, l'utente verrà informato della decisione, e come porre rimedio. I livelli possono essere anche rimossi in come risultati di infrazioni o di essere \"in prova\".", "commGuideHeadingFinal": "La Sezione Finale", - "commGuidePara067": "Questo è quello che devi sapere, da bravo Habitichese -- le linee guida della comunità! Asciugati il sudore dalla fronte e prendi un po' di punti esperienza per averla letta tutta. Se hai delle domande riguardo le linee guida della comunità, per cortesia scrivi a Lemonless (leslie@habitrpg.com) e sarà felice di aiutarti a chiarire ogni cosa.", + "commGuidePara067": "Questo è quello che devi sapere, da bravo Habitichese - le linee guida della comunità! Asciugati il sudore dalla fronte e prendi un po' di punti esperienza per averla letta tutta. Se hai dubbi o domande riguardo le linee guida della comunità, per cortesia scrivi a Lemoness (leslie@habitica) e sarà felice di aiutarti a chiarire ogni cosa.", "commGuidePara068": "Ora va', prode avventuriero, e sconfiggi qualche Daily!", "commGuideHeadingLinks": "Risorse utili (in inglese)", "commGuidePara069": "I seguenti talentuosi artisti hanno contribuito a queste illustrazioni:", @@ -163,7 +163,7 @@ "commGuideLink02": "La gilda \"off-topic\"", "commGuideLink02description": "una gilda per discussioni lunghe o riguardanti argomenti delicati.", "commGuideLink03": "La Wiki", - "commGuideLink03description": "la più grande collezione di informazioni su HabitRPG.", + "commGuideLink03description": "la più grande raccolta di informazioni su Habitica.", "commGuideLink04": "Github", "commGuideLink04description": "per segnalare i bug o aiutare a scrivere codice!", "commGuideLink05": "Il Trello principale", diff --git a/common/locales/it/content.json b/common/locales/it/content.json index 0a213d24fc..5f60ebada7 100644 --- a/common/locales/it/content.json +++ b/common/locales/it/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Sella", "foodSaddleNotes": "Rende immediatamente cavalcabile uno dei tuoi animali.", "foodNotes": "Dai questo ad un animale e potrà diventare un possente destriero." -} \ No newline at end of file +} diff --git a/common/locales/it/contrib.json b/common/locales/it/contrib.json index 5c02489e8f..12356679ec 100644 --- a/common/locales/it/contrib.json +++ b/common/locales/it/contrib.json @@ -1,6 +1,6 @@ { "friend": "Amico", - "friendFirst": "Quando il tuo primo set di contributi verrà approvato, riceverai la Medaglia Sostenitore di HabitRPG. Inoltre, il tuo nome nella chat della Taverna cambierà colore mostrando orgogliosamente che hai contribuito! Come ricompensa per il tuo lavoro, riceverai anche 3 Gemme.", + "friendFirst": "Quando il tuo primo set di contributi verrà approvato, riceverai la Medaglia Sostenitore di Habitica. Inoltre, il tuo nome nella chat della Taverna cambierà colore mostrando orgogliosamente che hai contribuito! Come ricompensa per il tuo lavoro, riceverai anche 3 Gemme.", "friendSecond": "Quando il tuo secondo set di contributi verrà approvato, l'Armatura di Cristallo sarà resa disponibile nel negozio delle Ricompense. Come premio per il tuo impegno, riceverai anche 3 Gemme.", "elite": "Elite", "eliteThird": "Quando il tuo terzo set di contributi verrà approvato, l'Elmo di Cristallo sarà reso disponibile nel negozio delle Ricompense. Come premio per il tuo impegno, riceverai anche 3 Gemme.", @@ -9,24 +9,24 @@ "championFifth": "Quando il tuo quinto set di contributi verrà approvato, lo Scudo di Cristallo sarà reso disponibile nel negozio delle Ricompense. Come premio per il tuo incessante lavoro, riceverai anche 4 Gemme.", "championSixth": "Quando il tuo sesto set di contributi verrà approvato, riceverai l'animale Idrat. Inoltre, riceverai 4 Gemme.", "legendary": "Leggendario", - "legSeventh": "Quando il tuo settimo set di contributi verrà approvato, riceverai 4 Gemme e diventerai un membro onorario della Gilda dei Sostenitori, conferendoti il privilegio di accedere al \"dietro le quinte\" di HabitRPG! Ulteriori contribuzioni non aumenteranno il tuo livello, ma potrai continuare ad ottenere Gemme e guadagnare Titoli.", + "legSeventh": "Quando il tuo settimo set di contributi verrà approvato, riceverai 4 Gemme e diventerai un membro onorario della Gilda dei Sostenitori, conferendoti il privilegio di accedere al \"dietro le quinte\" di Habitica! Ulteriori contribuzioni non aumenteranno il tuo livello, ma potrai continuare ad ottenere Gemme e ulteriori titoli.", "moderator": "Moderatore", "guardian": "Guardiano", "guardianText": "I moderatori sono stati selezionati con cura tra i sostenitori di alto livello, quindi per favore sii rispettoso e ascolta i loro consigli.", "staff": "Staff", "heroic": "Eroico", - "heroicText": "Al grado Eroico appartengono lo staff di HabitRPG e sostenitori al livello dello staff. Se hai questo titolo sei stato scelto per averlo (o assunto!).", - "npcText": "Gli NPC hanno sostenuto il progetto Kickstarter di HabitRPG al più alto livello. Puoi trovare i loro avatar guardando tra le funzionalità del sito!", + "heroicText": "Al grado Eroico appartengono lo staff di Habitica e sostenitori al livello dello staff. Se hai questo titolo sei stato scelto con cura per averlo (o assunto!).", + "npcText": "Gli NPC hanno sostenuto il progetto Kickstarter di Habitica al più alto livello. Puoi trovare i loro avatar curiosando tra le funzionalità del sito!", "modalContribAchievement": "Medaglia sostenitore!", - "contribModal": "<%= name %>, sei una persona fantastica! Ora sei un sostenitore di grado <%= level %> per aver aiutato HabitRPG. Scopri", + "contribModal": "<%= name %>, sei una persona fantastica! Ora sei un sostenitore di grado <%= level %> per aver aiutato Habitica. Scopri", "contribLink": "che premi hai guadagnato grazie al tuo contributo!", "contribName": "Contribuente", - "contribText": "Ha contribuito ad HabitRPG (codice, design, pixel art, consigli legali, documentazione, ecc). Desideri questa onoreficenza?", + "contribText": "Ha contribuito a migliorare Habitica (codice, design, pixel art, consigli legali, documentazione, ecc). Desideri questa onoreficenza?", "readMore": "Maggiori informazioni", "kickstartName": "Sostenitore Kickstarter - grado $<%= tier %>", "kickstartText": "Ha sostenuto il progetto Kickstarter", "helped": "Ha aiutato Habit a crescere", - "helpedText1": "Ha aiutato HabitRPG a crescere, compilando", + "helpedText1": "Ha aiutato Habitica a crescere, compilando", "helpedText2": "questo sondaggio.", "hall": "Salone", "contribTitle": "Titolo onorifico (per esempio \"Fabbro\")", @@ -52,19 +52,19 @@ "tier": "Grado", "visitHeroes": "Visita il Salone degli Eroi (sostenitori)", "conLearn": "Maggiori informazioni sulle ricompense per i sostenitori.", - "conLearnHow": "Scopri come contribuire a migliorare HabitRPG", + "conLearnHow": "Scopri come contribuire a migliorare Habitica", "removeAds": "Abbonati per rimuovere le pubblicità", "whyAds": "Perché le pubblicità?", "whyAdsContent1": "Habit è un progetto open source, e può usare tutto l'aiuto che riesce ad ottenere - considerala come una donazione ai sostenitori. Dopo l'acquisto riceverai anche 20 Gemme, con le quali potrai comprare oggetti speciali.", "whyAdsContent2": "'Ehi, ho sostenuto il progetto Kickstarter!' - segui", "whyAdsContent3": "queste istruzioni", - "surveysSingle": "Ha aiutato HabitRPG a crescere, compilando un questionario. Al momento non ci sono questionari attivi.", - "surveysMultiple": "Ha aiutato HabitRPG a crescere, compilando <%= surveys %> questionari. Al momento non ci sono questionari attivi.", + "surveysSingle": "Ha aiutato Habitica a crescere, compilando un questionario. Al momento non ci sono questionari attivi.", + "surveysMultiple": "Ha aiutato Habitica a crescere, compilando <%= surveys %> questionari. Al momento non ci sono questionari attivi.", "currentSurvey": "Questionario in corso", "surveyWhen": "Questa onoreficenza verrà conferita a tutti i partecipanti, non appena i risultati dei questionari saranno elaborati, verso fine marzo.", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " } \ No newline at end of file diff --git a/common/locales/it/defaulttasks.json b/common/locales/it/defaulttasks.json index 6e0175ca86..23b0fde20b 100644 --- a/common/locales/it/defaulttasks.json +++ b/common/locales/it/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Addominali", "defaultDaily4Checklist3": "Flessioni", "defaultTodoNotes": "Puoi completare questo To-Do, modificarlo oppure cancellarlo.", - "defaultTodo1Text": "Unisciti ad HabitRPG (Spuntami!)", + "defaultTodo1Text": "Unisciti ad Habitica (Spuntami!)", "defaultTodo2Text": "Imposta una Habit", "defaultTodo2Checklist1": "crea una Habit", "defaultTodo2Checklist2": "impostalo come solo \"+\", solo \"-\" oppure \"+/-\" da: Modifica", @@ -38,4 +38,4 @@ "defaultTag1": "mattino", "defaultTag2": "pomeriggio", "defaultTag3": "sera" -} \ No newline at end of file +} diff --git a/common/locales/it/front.json b/common/locales/it/front.json index 10ad77ebb3..cb135d56c3 100644 --- a/common/locales/it/front.json +++ b/common/locales/it/front.json @@ -2,7 +2,7 @@ "FAQ": "FAQ", "accept1Terms": "Cliccando il bottone qui sotto, accetto i", "accept2Terms": "e l'", - "alexandraQuote": "Non ho potuto NON parlare di HabitRPG durante la mia presentazione a Madrid. E' uno strumento indispensabile per tutti i freelancer che hanno ancora bisogno di un capo.", + "alexandraQuote": "Non ho potuto NON parlare di Habitica durante la mia presentazione a Madrid. E' uno strumento indispensabile per tutti i freelancer che hanno ancora bisogno di un capo.", "althaireQuote": "Essere continuamente in missione mi motiva a completare tutte le mie daily e i miei to-do. La mia motivazione più grande è non deludere la mia squadra.", "andeeliaoQuote": "Un sito fantastico, ho iniziato solo qualche giorno fa e sono già più produttiva e riesco a gestire meglio il mio tempo!", "autumnesquirrelQuote": "Ora procrastino meno al lavoro e nelle faccende di casa, e pago le bollette in tempo.", @@ -11,7 +11,7 @@ "businessSample3": "Organizza e sviluppa i messaggi in arrivo", "businessSample4": "Prepara 1 documento per il cliente", "businessSample5": "Chiama Clienti/Rimanda le telefonate", - "businessText": "Usa HabitRPG per il tuo business", + "businessText": "Usa Habitica per il tuo business", "choreSample1": "Metti i panni sporchi nel cesto", "choreSample2": "20 min di lavori di casa", "choreSample3": "Lava un carico di piatti", @@ -32,14 +32,14 @@ "companyPrivacy": "Privacy", "companyTerms": "Termini di utilizzo", "companyVideos": "Video", - "contribUse": "I sostenitori di HabitRPG usano", + "contribUse": "I sostenitori di Habitica usano", "dragonsilverQuote": "Non vi dico quanti sistemi di monitoraggio di attività e di tempo ho provato negli anni... HRPG è l'unico che mi abbia davvero aiutato a fare le cose, invece di limitarsi a metterle in una lista.", - "dreimQuote": "Quando ho scoperto HabitRPG l'estate scorsa avevo appena fallito circa la metà dei miei esami. Grazie alle Daily ora riesco ad organizzarmi e disciplinarmi, e ho passato tutti i miei esami con ottimi voti il mese scorso.", + "dreimQuote": "Quando ho scoperto Habitica l'estate scorsa avevo appena fallito circa la metà dei miei esami. Grazie alle Daily ora riesco ad organizzarmi e disciplinarmi, e ho passato tutti i miei esami con ottimi voti il mese scorso.", "elmiQuote": "Ogni giorno non vedo l'ora di alzarmi per guadagnare dell'oro!", "email": "Email", "emailNewPass": "Inviami per email la nuova password", - "evagantzQuote": "E' stato il primo appuntamento dal dentista in cui l'igenista fosse davvero entusiasta del mio uso abituale del filo interdentale. Grazie HabitRPG! ", - "examplesHeading": "I giocatori usano HabitRPG per gestire...", + "evagantzQuote": "E' stato il primo appuntamento dal dentista in cui l'igenista fosse davvero entusiasta del mio uso abituale del filo interdentale. Grazie Habitica!", + "examplesHeading": "I giocatori usano Habitica per gestire...", "featureAchievementByline": "Hai fatto qualcosa di assolutamente fantastico? Ottieni una medaglia e mostrala con orgoglio!", "featureAchievementHeading": "Medaglie", "featureEquipByline": "Compra equipaggiamento in edizione limitata, pozioni ed altri oggetti virtuali con l'oro che ottieni completando le tue attività!", @@ -55,7 +55,7 @@ "footerMobile": "Mobile", "footerSocial": "Social", "forgotPass": "Password dimenticata", - "frabjabulousQuote": "HabitRPG è la ragione per cui ho ottenuto un fantastico lavoro ben retribuito... e ancor più miracolosamente, ora uso il filo interdentale ogni giorno!", + "frabjabulousQuote": "Habitica è la ragione per cui ho ottenuto un fantastico lavoro ben retribuito... e ancor più miracolosamente, ora uso il filo interdentale ogni giorno!", "free": "Gioca gratuitamente", "gamifyButton": "Fai della tua vita un gioco!", "goalSample1": "Fai pratica col pianoforte per 1 ora", @@ -71,47 +71,47 @@ "healthSample4": "Mangia cibo sano/cibo spazzatura", "healthSample5": "Fai esercizio fisico per 1 ora", "history": "Cronologia", - "infhQuote": "HabitRPG mi ha davvero aiutato a dare una struttura alla mia vita universitaria.", + "infhQuote": "Habitica mi ha davvero aiutato a dare una struttura alla mia vita universitaria.", "invalidEmail": "Per resettare la password è necessario un indirizzo email valido.", - "irishfeet123Quote": "Avevo l'orribile abitudine di non ripulire completamente il mio posto dopo mangiato e lasciare tazze ovunque. HabitRPG si è rivelato essere la cura!", + "irishfeet123Quote": "Avevo l'orribile abitudine di non ripulire completamente il mio posto dopo mangiato e lasciare tazze ovunque. Habitica si è rivelato essere la cura!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Prima di HabitRPG, ero bloccata con la mia tesi, nonchè insoddisfatta della mia disciplina riguardo i lavori di casa e cose come imparare vocaboli e studiare la teoria del Go. A quanto pare separare queste attività in liste più piccole e maneggevoli è il modo giusto per mantenermi motivata e costantemente al lavoro.", + "kazuiQuote": "Prima di Habitica, ero bloccata con la mia tesi, nonchè insoddisfatta della mia disciplina riguardo i lavori di casa e cose come imparare vocaboli e studiare la teoria del Go. A quanto pare separare queste attività in liste più piccole e maneggevoli è il modo giusto per mantenermi motivata e costantemente al lavoro.", "landingadminlink": "pacchetti amministrativi", "landingend": "Non sei ancora convinto?", "landingend2": "Vedi una lista più dettagliata delle", "landingend3": ". Stai cercando qualcosa di più personale? Controlla i nostri", "landingend4": "che sono perfetti per le famiglie, gli insegnanti, i gruppi di supporto e le imprese.", "landingfeatureslink": "nostre funzionalità", - "landingp1": "Il problema della maggior parte delle applicazioni di produttività sul mercato è che non forniscono alcun incentivo nel continuare ad utilizzarle. HabitRPG risolve tutto questo rendendolo divertente! Ricompensando i tuoi successi e penalizzando le tue mancanze, HabitRPG ti fornisce un'ulteriore motivazione per completare le tue attività giornaliere.", - "landingp2": "Ogni volta che rinforzi un'abitudine positiva, completi un'attività giornaliera, o ti prendi cura di qualcosa che dovevi fare da tempo, HabitRPG ti ricompensa immediatamente con oro e punti esperienza. Mentre guadagni esperienza puoi salire di livello, aumentare le tue statistiche e sbloccare molte funzionalità, come le Classi e i compagni animali. L'oro può essere utilizzato nel gioco per comprare oggetti che ti saranno utili nella tua avventura, oppure ricompense personalizzate che hai creato per motivarti. Quando anche il più piccolo successo di premia con un'immediata ricompensa, diventa molto più difficile procrastinare.", + "landingp1": "Il problema della maggior parte delle applicazioni di produttività sul mercato è che non forniscono alcun incentivo nel continuare ad utilizzarle. Habitica risolve tutto questo rendendolo divertente! Ricompensando i tuoi successi e penalizzando le tue mancanze, Habitica ti fornisce un'ulteriore motivazione per completare le tue attività giornaliere.", + "landingp2": "Ogni volta che rinforzi un'abitudine positiva, completi un'attività giornaliera, o ti prendi cura di qualcosa che dovevi fare da tempo, Habitica ti ricompensa immediatamente con oro e punti esperienza. Mentre guadagni esperienza puoi salire di livello, aumentare le tue statistiche e sbloccare molte funzionalità, come le Classi e i compagni animali. L'oro può essere utilizzato nel gioco per comprare oggetti che ti saranno utili nella tua avventura, oppure ricompense personalizzate che hai creato per motivarti. Quando anche il più piccolo successo di premia con un'immediata ricompensa, diventa molto più difficile procrastinare.", "landingp2header": "Gratificazione istantanea", - "landingp3": "Ogni volta che ti lasci andare ad una cattiva abitudine o fallisci nel completare una delle tue attività giornaliere, perdi dei punti vita. Se questi calano troppo, muori e perdi alcuni dei progressi fatti. Attraverso questo sistema di conseguenze immediate, HabitRPG può aiutarti a interrompere la procrastinazione e le cattive abitudini prima che esse causino problemi nella tua vita reale.", + "landingp3": "Ogni volta che ti lasci andare ad una cattiva abitudine o fallisci nel completare una delle tue attività giornaliere, perdi dei punti vita. Se questi calano troppo, muori e perdi alcuni dei progressi fatti. Attraverso questo sistema di conseguenze immediate, Habitica può aiutarti a interrompere la procrastinazione e le cattive abitudini prima che esse causino problemi nella tua vita reale.", "landingp3header": "Conseguenze", - "landingp4": "Grazie alla sua community attiva, in HabitRPG troverai il clima di cui hai bisogno per concentrarti sulle tue attività. Con il sistema delle squadre, puoi invitare un gruppo di amici per incitarti a dare il meglio. Il sistema delle Gilde ti permette di trovare persone con i tuoi stessi interessi o le tue stesse difficoltà, così potrete condividere i vostri obiettivi e scambiarvi consigli su come affrontare al meglio i problemi. Su HabitRPG, la community rappresenta il supporto e lo stimolo di cui hai bisogno per avere successo.", + "landingp4": "Grazie alla sua community attiva, in Habitica troverai il clima di cui hai bisogno per concentrarti sulle tue attività. Con il sistema delle squadre, puoi invitare un gruppo di amici per incitarti a dare il meglio. Il sistema delle Gilde ti permette di trovare persone con i tuoi stessi interessi o le tue stesse difficoltà, così potrete condividere i vostri obiettivi e scambiarvi consigli su come affrontare al meglio i problemi. Su Habitica, la community rappresenta il supporto e lo stimolo di cui hai bisogno per avere successo.", "landingp4header": "Community", - "leadText": "HabitRPG è un'app gratuita per la produttività e la costruzione di abitudini che tratta la vita reale come se fosse un gioco. Con ricompense e penalità per motivarti e un solido social network per ispirarti, HabitRPG può aiutarti a raggiungere i tuoi obiettivi per tenerti in salute, lavorare sodo ed essere felice.", + "leadText": "Habitica è un'app gratuita per la produttività e la costruzione di abitudini che tratta la vita reale come se fosse un gioco. Con ricompense e penalità per motivarti e un solido social network per ispirarti, Habitica può aiutarti a raggiungere i tuoi obiettivi per tenerti in salute, lavorare sodo ed essere felice.", "login": "Accedi", "loginAndReg": "Accedi / Registrati", "loginFacebookAlt": "Accedi / Registrati con Facebook", "logout": "Esci", "marketing1Header": "Migliora le tue abitudini con un gioco!", - "marketing1Lead1": "HabitRPG è un videogioco il cui obiettivo è aiutarti a migliorare le tue abitudini nella vita reale. Rende le tue giornate più stimolanti trasformando tutti i tuoi impegni (habits, dailies, to-do) in piccoli mostri che devi sconfiggere. Più diventi bravo in questo, maggiori saranno i tuoi prograssi nel gioco. Se trascuri qualcosa nella vita reale, il tuo personaggio ne risente nel gioco.", + "marketing1Lead1": "Habitica è un videogioco il cui obiettivo è aiutarti a migliorare le tue abitudini nella vita reale. Rende le tue giornate più stimolanti trasformando tutti i tuoi impegni (habits, dailies, to-do) in piccoli mostri che devi sconfiggere. Più diventi bravo in questo, maggiori saranno i tuoi prograssi nel gioco. Se trascuri qualcosa nella vita reale, il tuo personaggio ne risente nel gioco.", "marketing1Lead2": "Ottieni oggetti straordinari. Migliora le tue abitudini per migliorare il tuo avatar. Mostra gli oggetti che hai guadagnato", "marketing1Lead2Title": "Ottieni oggetti straordinari", - "marketing1Lead3": "Trova premi casuali. Alcune persone sono motivate dal fatto di scommettere, questo sistema viene chiamato sistema \"gratificante stocastico\". HabitRPG ospita tutti i tipi di rinforzo: positivo, negativo, prevedibile e casuale.", + "marketing1Lead3": "Trova premi casuali. Alcune persone sono motivate dal fatto di scommettere, questo sistema viene chiamato sistema \"gratificante stocastico\". Habitica ospita tutti i tipi di rinforzo: positivo, negativo, prevedibile e casuale.", "marketing1Lead3Title": "Trova premi casuali", "marketing2Header": "Competi con gli amici, unisciti ai gruppi di interesse", - "marketing2Lead1": "Puoi giocare a HabitRPG da solo, ma il bello viene quando inizi a collaborare, competere e condividere le tue responsabilità. La parte più importante di un programma di automiglioramento è la responsabilità sociale, e quale ambiente migliore per la responsabilità e la competizione se non un videogioco?", + "marketing2Lead1": "Puoi giocare a Habitica da solo, ma il bello viene quando inizi a collaborare, competere e condividere le tue responsabilità. La parte più importante di un programma di automiglioramento è la responsabilità sociale, e quale ambiente migliore per la responsabilità e la competizione se non un videogioco?", "marketing2Lead2": "Combatti i Boss. Cosa sarebbe un gioco di ruolo senza le battaglie? Combatti contro i potenti boss insieme alla tua squadra. Durante le battaglie entra in gioco una modalità di \"responsabilità super\" - le tue mancanze danneggiano tutti i tuoi compagni.", "marketing2Lead2Title": "Boss", "marketing2Lead3": "Le sfide ti permettono di competere con i tuoi amici e utenti di tutto il mondo. Al termine della sfida, chi ha dato il meglio di sè riceve dei premi speciali.", "marketing3Header": "Applicazioni", "marketing3Lead1": "Le app per iPhone & Android ti permettono di gestire le tue attività in qualsiasi momento. Sappiamo che accedere al sito web solamente per premere dei bottoni può essere noioso.", - "marketing3Lead2": "Altri strumenti di terze parti permettono di introdurre HabitRPG in vari aspetti della vostra vita. La nostra API fornisce una facile integrazione a strumenti come l'estensione per Chrome, in seguito alle quali perdi punti quando navighi su siti non produttivi, mentre ne guadagni visitando siti utili. Maggiori informazioni", + "marketing3Lead2": "Altri strumenti di terze parti permettono di introdurre Habitica in vari aspetti della vostra vita. La nostra API fornisce una facile integrazione a strumenti come l'estensione per Chrome, in seguito alle quali perdi punti quando navighi su siti non produttivi, mentre ne guadagni visitando siti utili. Maggiori informazioni", "marketing4Header": "Utilizzo Organizzativo", "marketing4Lead1": "L'educazione è uno dei settori più importanti per la diffusione dei videogames. Tutti sappiamo come gli studenti del giorno d'oggi siano attaccati a videogiochi e cellulari, sfruttiamo questo potere! Mettete alla prova i vostri studenti organizzando competizioni amichevoli. Ricompensate i comportamenti positivi con premi importanti. La loro disciplina e i loro voti miglioreranno visibilmente.", "marketing4Lead1Title": "L'introduzione dei videogiochi nell'educazione", - "marketing4Lead2": "I costi del settore sanitario sono in continua crescita. Centinaia di programmi vengono sviluppati per ridurre i costi e aumentare il benessere. Noi crediamo fermamente che HabitRPG possa aprire un persorso verso uno stile di vita sano.", + "marketing4Lead2": "I costi del settore sanitario sono in continua crescita. Centinaia di programmi vengono sviluppati per ridurre i costi e aumentare il benessere. Noi crediamo fermamente che Habitica possa aprire un persorso verso uno stile di vita sano.", "marketing4Lead2Title": "L'introduzione dei videogiochi nel settore sanitario e del benessere.", "marketing4Lead3-1": "Vuoi vivere la tua vita come in un gioco?", "marketing4Lead3-2": "Sei interessato a gestire un gruppo nel settore dell'educazione, del benessere e in altri settori?", @@ -126,10 +126,10 @@ "passMan": "Se stai usando un gestore delle password (come 1Password) ed hai problemi ad effettuare l'accesso, prova scrivendo manualmente il nome utente e la password.", "password": "Password", "playButton": "Gioca", - "playButtonFull": "Gioca ad HabitRPG", + "playButtonFull": "Gioca ad Habitica", "presskit": "Kit per recensioni", "presskitDownload": "Scarica tutte le immagini:", - "presskitText": "Grazie per il tuo interesse verso HabitRPG! Le seguenti immagini possono essere utlizzate per articoli o video riguardanti HabitRPG. Per avere maggiori informazioni, si prega di contattare Siena Leslie a leslie@habitrpg.com.", + "presskitText": "Grazie per il tuo interesse verso Habitica! Le seguenti immagini possono essere utlizzate per articoli o video riguardanti Habitica. Per avere maggiori informazioni, si prega di contattare Siena Leslie a leslie@habitica.com.", "privacy": "Informativa sulla Privacy", "psst": "Psst", "punishByline": "Poni fine alle cattive abitudini e i circoli di procrastinazione con conseguenze immediate.", @@ -152,9 +152,9 @@ "schoolSample3": "Incontra il gruppo di studio", "schoolSample4": "Appunti per 1 capitolo", "schoolSample5": "Leggi 1 capitolo", - "sixteenBitFilQuote": "Completo i miei lavori ed attività in tempo di record grazie ad HabitRPG. Ogni volta non vedo l'ora di raggiungere il mio prossimo livello!", + "sixteenBitFilQuote": "Completo i miei lavori ed attività in tempo di record grazie ad Habitica. Ogni volta non vedo l'ora di raggiungere il mio prossimo livello!", "skysailorQuote": "La mia squadra e le nostre missioni mi tengono coinvolta nel gioco, il che mi motiva a fare ciò che devo e cambiare la mia vita in modo positivo", - "socialTitle": "HabitRPG - Rendi la tua vita un gioco", + "socialTitle": "Habitica - Rendi la tua vita un gioco", "supermouse35Quote": "Faccio più esercizio e non ho dimenticato di prendere le mie medicine per mesi! Grazie, Habit. :D", "sync": "Sincronizza", "tasks": "Attività", @@ -165,14 +165,14 @@ "terms": "Termini e condizioni", "testimonialHeading": "Cosa dicono gli utenti...", "tutorials": "Guide", - "unlockByline1": "Raggiungi i tuoi obbiettivi e sali di livello.", + "unlockByline1": "Raggiungi i tuoi obiettivi e sali di livello.", "unlockByline2": "Sblocca nuovi metodi di motivazione, come collezionare animali, ricompense casuali, lanciare incantesimi e altro!", "unlockHeadline": "Più sei produttivo, più contenuti sblocchi!", "useUUID": "Usa ID Utente / API Token (per gli utenti Facebook)", "username": "Nome utente", "watchVideos": "Guarda i video", "work": "Lavoro", - "zelahQuote": "Con HabitRPG riesco a persuadermi ad andare a letto in tempo con il pensiero di guadagnare punti per essere andata a dormire presto o perdere salute per esserci andata tardi!", + "zelahQuote": "Con Habitica riesco a persuadermi ad andare a letto in tempo con il pensiero di guadagnare punti per essere andata a dormire presto o perdere salute per esserci andata tardi!", "reportAccountProblems": "Segnala un problema con l'account", "reportCommunityIssues": "Segnala un problema con la Community", "generalQuestionsSite": "Domande generiche sul sito", diff --git a/common/locales/it/gear.json b/common/locales/it/gear.json index dd5c482577..bd67906537 100644 --- a/common/locales/it/gear.json +++ b/common/locales/it/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Veste Fioccodineve", "armorSpecialSnowflakeNotes": "Una veste che ti terrà sempre al caldo, persino durante una bufera. Aumenta la Costituzione di <%= con %>. Edizione limitata, inverno 2013-2014.", "armorSpecialBirthdayText": "Assurde Vesti da Festa", - "armorSpecialBirthdayNotes": "Buon compleanno, HabitRPG! Indossa queste Assurde Vesti da Festa per celebrare questo giorno fantastico. Non conferisce alcun bonus.", + "armorSpecialBirthdayNotes": "Buon compleanno, Habitica! Indossa queste Assurde Vesti da Festa per celebrare questo giorno fantastico. Non conferisce alcun bonus.", "armorSpecialBirthday2015Text": "Bizzarre Vesti da Festa", - "armorSpecialBirthday2015Notes": "Buon compleanno, HabitRPG! Indossa queste Bizzarre Vesti da Festa per celebrare questo giorno fantastico. Non conferisce alcun bonus.", + "armorSpecialBirthday2015Notes": "Buon compleanno, Habitica! Indossa queste Bizzarre Vesti da Festa per celebrare questo giorno fantastico. Non conferisce alcun bonus.", "armorSpecialGaymerxText": "Armatura del Guerriero Arcobaleno", "armorSpecialGaymerxNotes": "Per celebrare la \"stagione dell'orgoglio\" e il GaymerX, questa speciale armatura è decorata con un raggiante e colorato tema arcobaleno! Il GaymerX è un evento dedicato al gaming e al \"LGBTQ\", ed è aperto a tutti. Si svolge all'InterContinental di San Francisco dall'11 al 13 luglio! Non conferisce alcun bonus.", "armorSpecialSpringRogueText": "Tuta Felina Elegante", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "Non esiste occhiale elegante come un paio di occhialini steampunk - eccetto, forse, un monocolo. Non conferisce alcun bonus. Oggetto per abbonati, aprile 3015.", "eyewearMystery301405Text": "Monocolo", "eyewearMystery301405Notes": "Non esiste occhiale elegante come un monocolo - eccetto, forse, un paio di occhialini steampunk. Non conferisce alcun bonus. Oggetto per abbonati, luglio 3015." -} \ No newline at end of file +} diff --git a/common/locales/it/generic.json b/common/locales/it/generic.json index 208e9006a8..dd042f9e9d 100644 --- a/common/locales/it/generic.json +++ b/common/locales/it/generic.json @@ -1,11 +1,11 @@ { "languageName": "Italiano", "stringNotFound": "Stringa '<%= string %>' non trovata.", - "titleIndex": "HabitRPG | La tua vita, un gioco di ruolo", + "titleIndex": "Habitica | La tua vita, un gioco di ruolo", "habitica": "Habitica", "expandToolbar": "Mostra barra", "collapseToolbar": "Nascondi barra", - "markdownBlurb": "HabitRPG usa il metodo di formattazione markdown. Consulta la tabella riassuntiva del markdown per maggiori informazioni.", + "markdownBlurb": "Habitica usa il metodo di formattazione markdown. Consulta la tabella riassuntiva del markdown per maggiori informazioni.", "showFormattingHelp": "Mostra guida per la formattazione", "hideFormattingHelp": "Nascondi guida per la formattazione", "youType": "Digiti:", @@ -14,8 +14,8 @@ "bold": "**Grassetto**", "strikethrough": "~~Barrato~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG è fantastico!](https://habitrpg.com)", - "markdownImageEx": "![testo alt obbligatorio](https://habitrpg.com/cake.png \"titolo facoltativo al passaggio del mouse\")", + "markdownLinkEx": "[Habitica è fantastico!](https://habitica.com)", + "markdownImageEx": "![testo alt obbligatorio](https://habitica.com/cake.png \"titolo facoltativo al passaggio del mouse\")", "unorderedListHTML": "+ Primo elemento
+ Secondo elemento
+ Terzo elemento", "unorderedListMarkdown": "+ Primo elemento\n+ Secondo elemento\n+ Terzo elemento", "code": "`codice`", @@ -61,13 +61,13 @@ "veteranText": "Ha resistito ad Habit Il Grigio (il nostro sito prima di Angular), ed ha molte cicatrici di battaglia causate dai suoi bug.", "originalUser": "Utente originale!", "originalUserText": "Uno dei primissimi utenti ad aver utilizzato Habit, si parla di alpha tester!", - "habitBirthday": "Festa di compleanno di HabitRPG", - "habitBirthdayText": "Ha celebrato la festa di compleanno di HabitRPG!", - "habitBirthdayPluralText": "Ha celebrato <%= number %> feste di compleanno di HabitRPG!", + "habitBirthday": "Festa di compleanno di Habitica", + "habitBirthdayText": "Ha celebrato la festa di compleanno di Habitica!", + "habitBirthdayPluralText": "Ha celebrato <%= number %> feste di compleanno di Habitica!", "achievementDilatory": "Eroe dei Dilatori", "achievementDilatoryText": "Ha contribuito alla sconfitta del Drago Terrore dei Dilatori durante l'evento Summer Splash 2014!", "costumeContest": "Gara Mascherata 2014", - "costumeContestText": "Ha partecipato alla Gara Mascherata di Halloween 2014. Puoi trovare alcune foto su blog.habitrpg.com/tagged/cosplay! ", + "costumeContestText": "Ha partecipato alla Gara Mascherata di Halloween 2014. Puoi trovare alcune foto su blog.habitica.com/tagged/cosplay! ", "memberSince": "- Membro dal:", "lastLoggedIn": "- Ultimo accesso:", "notPorted": "Questa funzionalità non è ancora stata trasposta dal sito originale.", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Tema Gokul", "askQuestion": "Fai una domanda", "reportBug": "Segnala un bug", - "contributeToHRPG": "Contribuisci a migliorare HabitRPG", + "contributeToHRPG": "Contribuisci a migliorare Habitica", "overview": "Panoramica per nuovi utenti (in inglese)", "January": "gennaio", "February": "febbraio", @@ -107,4 +107,4 @@ "dateFormat": "Formato data", "achievementStressbeast": "Eroe di Stoïkalm", "achievementStressbeastText": "Ha contribuito alla sconfitta dell'Abominevole Mostro dello Stress durante l'evento Winter Wonderland 2015!" -} \ No newline at end of file +} diff --git a/common/locales/it/groups.json b/common/locales/it/groups.json index f3f270f5f2..b9082a0357 100644 --- a/common/locales/it/groups.json +++ b/common/locales/it/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Ordina per data di ingresso nella squadra", "sortName": "Ordina per nome avatar", "sortBackgrounds": "Ordina per background", - "sortHabitrpgJoined": "Ordina per data di registrazione a HabitRPG", + "sortHabitrpgJoined": "Ordina per data di registrazione a Habitica", "sortHabitrpgLastLoggedIn": "Ordine per data dell'ultimo accesso", "ascendingSort": "Ordine crescente", "descendingSort": "Ordine decrescente", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Solo il leader del gruppo può creare le sfide", "sendGift": "Invia regalo", "inviteFriends": "Invita amici", - "inviteAlertInfo": "Invita amici tramite ID Utente da qui.", + "inviteAlertInfo": "Invita amici tramite ID Utente da qui.", "inviteExistUser": "Invita Utente Esistente", "inviteByEmail": "Invita i tuoi amici tramite email. Se si iscrivono tramite la tua email, verranno automaticamente invitati in questo gruppo.", "byColon": "Da:", @@ -123,4 +123,4 @@ "startAParty": "Crea una Squadra", "addToParty": "Aggiungi qualcuno alla tua squadra", "likePost": "Fai click se ti piace questo post!" -} \ No newline at end of file +} diff --git a/common/locales/it/limited.json b/common/locales/it/limited.json index 9cdd108f7c..e90b8b1938 100644 --- a/common/locales/it/limited.json +++ b/common/locales/it/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Maga Stagionale<%= linkEnd %>", "seasonalShopClosedText": "Il Negozio Stagionale è attualmente chiuso! Non so dove sia la Maga Stagionale ora, ma scommetto che sarà di ritorno durante il prossimo <%= linkStart %>Grand Gala<%= linkEnd %>!", - "seasonalShopText": "Benvenuto nel Negozio Stagionale! Abbiamo in vendita degli oggetti primaverili in Edizione Stagionale. Ogni cosa qui sarà acquistabile durante l'evento \"Spring Fling\" ogni anno, ma siamo aperti solo fino al 30 aprile! Quindi fai scorta adesso, sennò dovrai aspettare il prossimo anno per poter acquistare questi oggetti!", - "seasonalShopSummerText": "Benvenuto nel Negozio Stagionale! Abbiamo in vendita degli oggetti estivi in Edizione Stagionale. Ogni cosa qui sarà acquistabile durante l'evento \"Summer Splash\" ogni anno, ma siamo aperti solo fino al 31 luglio! Quindi fai scorta adesso, sennò dovrai aspettare il prossimo anno per poter acquistare questi oggetti!", + "seasonalShopText": "Benvenuto nel Negozio Stagionale! Abbiamo in vendita degli oggetti primaverili in Edizione Stagionale. Ogni cosa qui sarà acquistabile durante l'evento \"Spring Fling\" ogni anno, ma siamo aperti solo fino al 30 aprile! Quindi fai scorta adesso, sennò dovrai aspettare il prossimo anno per poter acquistare questi oggetti!", + "seasonalShopSummerText": "Benvenuto nel Negozio Stagionale! Abbiamo in vendita degli oggetti estivi in Edizione Stagionale. Ogni cosa qui sarà acquistabile durante l'evento \"Summer Splash\" ogni anno, ma siamo aperti solo fino al 31 luglio! Quindi fai scorta adesso, sennò dovrai aspettare il prossimo anno per poter acquistare questi oggetti!", "seasonalShopRebirth": "Se hai usato la Sfera della Rinascita, potrai riacquistare questo equipaggiamento dalla colonna delle Ricompense dopo aver sbloccato il Mercato. All'inizio potrai comprare solo gli oggetti per la tua classe attuale (Guerriero, se non l'hai ancora scelta/cambiata), ma niente paura, gli altri oggetti specifici per le varie classi diventeranno disponibili se ti converti a quella classe.", "candycaneSet": "Caramello (Mago)", "skiSet": "Nevassassino (Assassino)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Magisirena di Smeraldo (Mago)", "reefSeahealerSet": "Marguaritore Corallino (Guaritore)", "roguishPirateSet": "Pirata Furfante (Assassino)" -} \ No newline at end of file +} diff --git a/common/locales/it/messages.json b/common/locales/it/messages.json index f37930c834..f140c15799 100644 --- a/common/locales/it/messages.json +++ b/common/locales/it/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> Hai trovato dell'equipaggiamento raro nello Scrigno: <%= dropText %>! Fantastico!", "armoireFood": "<%= image %> Frughi nello Scrigno e trovi <%= dropArticle %><%= dropText %>. Cosa ci fa qui dentro?", "armoireExp": "Fai a botte con lo Scrigno e ottieni Esperienza. Prendi questo!" -} \ No newline at end of file +} diff --git a/common/locales/it/npc.json b/common/locales/it/npc.json index 359c31f80b..f38a35dfed 100644 --- a/common/locales/it/npc.json +++ b/common/locales/it/npc.json @@ -21,9 +21,9 @@ "cool": "Ricordamelo più tardi", "dismissAlert": "Nascondi questo annuncio", "donateText1": "Aggiunge 20 Gemme al tuo account. Le Gemme vengono utilizzate per comprare oggetti speciali nel gioco, come vestiario ed acconciature.", - "donateText2": "Supporta HabitRPG", - "donateText3": "HabitRPG è un progetto open-source che dipende dal supporto degli utenti. I soldi che spendi in Gemme ci aiutano a tenere accesi i nostri server, mantenere un piccolo staff, sviluppare nuove funzionalità e dare degli incentivi ai volontari programmatori. Grazie per la tua generosità!", - "donationDesc": "20 Gemme, donazione ad HabitRPG", + "donateText2": "Supporta Habitica", + "donateText3": "Habitica è un progetto open-source che dipende dal supporto degli utenti. I soldi che spendi in Gemme ci aiutano a tenere accesi i nostri server, mantenere un piccolo staff, sviluppare nuove funzionalità e dare degli incentivi ai volontari programmatori. Grazie per la tua generosità!", + "donationDesc": "20 Gemme, donazione ad Habitica", "payWithCard": "Paga con carta di credito", "payNote": "Nota: PayPal a volte richiede molto tempo per completare la transazione. Consigliamo di pagare con una carta di credito.", "card": "Carta", @@ -52,10 +52,10 @@ "tourStatsPage": "Questa è la pagina delle tue Statistiche! Guadagna delle medaglie compiendo le azioni elencate.", "tourTavernPage": "Benvenuto alla Taverna, una chat per tutte le età! Puoi fare in modo che le tue Daily non ti danneggino in caso di malattia o di viaggio facendo click su \"Riposa nella Locanda\". Vieni a farci un saluto!", "tourPartyPage": "La tua Squadra ti aiuterà a restare in riga. Invita degli amici per sbloccare una Pergamena!", - "tourGuildsPage": "Le Gilde sono gruppi di discussione creati dagli utenti, per altri utenti con interessi comuni. Cerca gli argomenti che più ti piacciono! Se conosci l'inglese, ti raccomandiamo la famosa gilda \"The Newbies\", dove chiunque può fare domande su HabitRPG!", + "tourGuildsPage": "Le Gilde sono gruppi di discussione creati dagli utenti, per altri utenti con interessi comuni. Cerca gli argomenti che più ti piacciono! Se conosci l'inglese, ti raccomandiamo la famosa gilda \"The Newbies\", dove chiunque può fare domande su Habitica!", "tourChallengesPage": "Le Sfide sono liste di attività a tema create dagli utenti! Partecipando a una Sfida, la lista delle sue attività verrà aggiunta al tuo account. Competi con altri utenti per vincere dei premi in Gemme!", "tourMarketPage": "A partire dal livello 4, potrai ricevere dei \"drop\" casuali di uova e pozioni di schiusura quando completi le tue attività. Appariranno qui - usale per far nascere degli animali! Puoi anche comprare degli oggetti nel Mercato.", - "tourHallPage": "Benvenuto nel Salone degli Eroi, dove viene reso onore agli aiutanti open-source di HabitRPG. Che sia attraverso codice, arte, musica, testi o anche semplice disponibilità, hanno guadagnato Gemme, equipaggiamento esclusivo e titoli prestigiosi. Anche tu puoi contribuire ad HabitRPG!", + "tourHallPage": "Benvenuto nel Salone degli Eroi, dove viene reso onore agli aiutanti open-source di Habitica. Che sia attraverso codice, arte, musica, testi o anche semplice disponibilità, hanno guadagnato Gemme, equipaggiamento esclusivo e titoli prestigiosi. Anche tu puoi contribuire ad Habitica!", "tourPetsPage": "Questa è la Scuderia! Dopo il livello 4, puoi far nascere degli animali utilizzando uova e pozioni. Quando fai schiudere un uovo nel Mercato, apparirà qui! Fai click sull'immagine di un animale per aggiungerlo al tuo avatar. Dagli da mangiare il cibo che troverai dopo il livello 4, e crescerà fino a diventare una potente cavalcatura.", "tourMountsPage": "Una volta che avrai dato abbastanza cibo al tuo animale da trasformarlo in una cavalcatura, apparirà qui. (Animali, cavalcature e cibo sono disponibili dopo il livello 4.) Fai click su una cavalcatura per montare in sella!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Ha senso!", "tourRewardsBrief": "Lista Ricompense
  • Qui puoi spendere l'oro che hai guadagnato!
  • Acquista equipaggiamento per il tuo avatar, oppure crea delle Ricompense personalizzate.
", "tourRewardsProceed": "E' tutto!", - "welcomeToHabit": "Benvenuto ad HabitRPG, un gioco per migliorare la tua vita!", + "welcomeToHabit": "Benvenuto ad Habitica, un gioco per migliorare la tua vita!", "welcome1": "Crea e personalizza un avatar che ti rappresenti nel gioco.", "welcome2": "Quello che fai nella vita reale ha un impatto su Salute (HP), Esperienza (XP) e Oro del tuo avatar!", "welcome3": "Completa le attività per ottenere Esperienza (XP) e Oro, che serviranno a sbloccare nuove funzionalità e meravigliose ricompense!", "welcome4": "Evita le cattive abitudini che ti fanno perdere Salute (HP), o il tuo avatar morirà!", "welcome5": "Ora personalizzerai il tuo avatar e imposterai le tue attività...", "imReady": "Sono pronto!" -} \ No newline at end of file +} diff --git a/common/locales/it/pets.json b/common/locales/it/pets.json index 6abf1d0541..c50840f762 100644 --- a/common/locales/it/pets.json +++ b/common/locales/it/pets.json @@ -9,14 +9,16 @@ "rareMounts": "Cavalcature rare", "etherealLion": "Leone Etereo", "veteranWolf": "Lupo Veterano", + "veteranTiger": "Tigre Veterana", "cerberusPup": "Cucciolo di Cerbero", "hydra": "Idra", "mantisShrimp": "Canocchia", "mammoth": "Mammut Lanoso", "orca": "Orca", - "rarePetPop1": "Clicca sulla zampa d'oro per scoprire come ottenere questo raro animale contribuendo a migliorare HabitRPG!", + "royalPurpleGryphon": "Grifone Viola Reale", + "rarePetPop1": "Clicca sulla zampa d'oro per scoprire come ottenere questo raro animale contribuendo a migliorare Habitica!", "rarePetPop2": "Come ottenere questo animale?", - "potion": "Pozione <%= potionType %> ", + "potion": "Pozione <%= potionType %>", "egg": "Uovo di <%= eggType %>", "eggs": "Uova", "eggSingular": "uovo", @@ -28,7 +30,7 @@ "foodText": "cibo", "food": "Cibo e Selle", "noFood": "Non hai cibo o selle.", - "dropsExplanation": "Ottieni questi oggetti più velocemente utilizzando le gemme se non vuoi aspettare che appaiano come drop quando completi un'attività. Maggiori informazioni sul sistema di drop.", + "dropsExplanation": "Ottieni questi oggetti più velocemente utilizzando le gemme, se non vuoi aspettare che appaiano come drop quando completi un'attività. Maggiori informazioni sul sistema di drop.", "beastMasterProgress": "Progresso in Re delle Bestie", "beastAchievement": "Hai ottenuto la medaglia \"Re delle Bestie\" per aver collezionato tutti gli animali!", "beastMasterName": "Re delle Bestie", @@ -46,7 +48,7 @@ "triadBingoAchievement": "Hai ottenuto la medaglia \"Triplo Bingo\" per aver trovato tutti gli animali, addomesticato tutte le cavalcature, e trovato di nuovo tutti gli animali!", "dropsEnabled": "Sistema di drop attivo!", "itemDrop": "Hai trovato un oggetto!", - "firstDrop": "Hai sbloccato il Sistema di Drop! Ora, quando completi un'attività, hai una piccola probabilità di trovare un oggetto, tra cui uova, pozioni e cibo! Hai appena trovato un Uovo di <%= eggText %>! <%= eggNotes %>", + "firstDrop": "Hai sbloccato il sistema di drop! Ora, quando completi un'attività, hai una piccola probabilità di trovare un oggetto, tra cui uova, pozioni e cibo! Hai appena trovato un Uovo di <%= eggText %>! <%= eggNotes %>", "useGems": "Se hai messo gli occhi su un animale, ma non vuoi più aspettare per averlo, usa le gemme in Inventario > Mercato per comparne uno!", "hatchAPot": "Far nascere <%= egg %> <%= potion %>?", "feedPet": "Dare da mangiare <%= article %><%= text %> al tuo <%= name %>?", @@ -54,7 +56,7 @@ "petName": "<%= egg %> <%= potion %>", "mountName": "<%= mount %> <%= potion %>", "petKeyName": "Chiave dell'Allevamento", - "petKeyPop": "Lascia che i tuoi animali siano liberi di vagare, liberali per dare inizio alla loro avventura personale, e concedi a te stesso il brivido di essere Re delle Bestie un'altra volta!", + "petKeyPop": "Lascia che i tuoi animali siano liberi di vagare, liberali per dare inizio alla loro avventura personale, e concedi a te stesso il brivido di guadagnare il titolo di Re delle Bestie un'altra volta!", "petKeyBegin": "Chiave dell'Allevamento: sentiti <%= title %> ancora una volta!", "petKeyInfo": "Ti manca la gioia del collezionare tutti gli animali? Ora potrai liberarli tutti, così i tuoi drop avranno di nuovo un significato!", "petKeyInfo2": "Usa la Chiave dell'Allevamento per resettare i tuoi animali e/o cavalcature non ottonetuti da una missione a zero. (Gli animali e le cavalcature ottenuti da missioni o Rari non subiranno effetti.)", diff --git a/common/locales/it/quests.json b/common/locales/it/quests.json index 14f861e726..c9be5b8ee7 100644 --- a/common/locales/it/quests.json +++ b/common/locales/it/quests.json @@ -60,4 +60,4 @@ "questWarning": "Se altri giocatori si uniscono alla squadra prima che la missione abbia inizio, anche loro riceveranno un invito. Tuttavia, una volta che la missione sarà iniziata, nessun altro membro della squadra potrà unirsi ai partecipanti.", "bossRageTitle": "Furia", "bossRageDescription": "Quando questa barra sarà completamente piena, il boss eseguirà un attacco speciale!" -} \ No newline at end of file +} diff --git a/common/locales/it/questscontent.json b/common/locales/it/questscontent.json index 4718fdc852..5d45d5093b 100644 --- a/common/locales/it/questscontent.json +++ b/common/locales/it/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/it/rebirth.json b/common/locales/it/rebirth.json index e4cc80f842..0510061fff 100644 --- a/common/locales/it/rebirth.json +++ b/common/locales/it/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Rinascita: una nuova avventura è disponibile!", - "rebirthUnlock": "Hai sbloccato Rinascita! Questo speciale oggetto del Mercato ti permette di iniziare una nuova partita al livello 1, ma mantenendo le tue attività, gli obiettivi, gli animali, ed altro. Usalo per dare nuova vita ad HabitRPG se senti di avere già ottenuto tutto, oppure per provare le nuove funzionalità con gli occhi di un personaggio principiante!", + "rebirthUnlock": "Hai sbloccato Rinascita! Questo speciale oggetto del Mercato ti permette di iniziare una nuova partita al livello 1, ma mantenendo le tue attività, gli obiettivi, gli animali, ed altro. Usalo per dare nuova vita ad Habitica se senti di avere già ottenuto tutto, oppure per provare le nuove funzionalità con gli occhi di un personaggio principiante!", "rebirthBegin": "Rinascita: comincia una nuova avventura", "rebirthStartOver": "Rinascita riporta il tuo personaggio al livello 1, come se avessi creato un nuovo account.", "rebirthAdvList1": "Torni ad avere tutti i punti vita.", diff --git a/common/locales/it/settings.json b/common/locales/it/settings.json index 2cabdc4863..aa2adbc43e 100644 --- a/common/locales/it/settings.json +++ b/common/locales/it/settings.json @@ -2,7 +2,7 @@ "settings": "Impostazioni", "language": "Lingua", "americanEnglishGovern": "Gli elementi del sito non ancora tradotti verranno visualizzati in inglese.", - "helpWithTranslation": "Vorresti aiutare a tradurre HabitRPG nella tua lingua? Grandioso! Visita questa pagina per scoprire come.", + "helpWithTranslation": "Vorresti aiutare a tradurre Habitica nella tua lingua? Grandioso! Visita questa pagina per scoprire come.", "showHeaderPop": "Mostra il tuo avatar, le barre vita/esperienza e la tua squadra.", "stickyHeader": "Sticky header", "stickyHeaderPop": "L'header della pagina verrà fissato alla parte alta dello schermo. Se l'opzione non viene attivata, l'header rimarrà al suo posto.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Comprimi opzioni avanzate", "startAdvCollapsedPop": "Selezionando questa opzione, la sezione delle opzioni avanzate verrà nascosta quando modifichi un'attività.", "showTour": "Mostra il tour introduttivo", - "restartTour": "Resetta il tour introduttivo della prima volta che hai utilizzato HabitRPG.", + "restartTour": "Resetta il tour introduttivo della prima volta che hai utilizzato Habitica.", "showBailey": "Mostra Bailey", "showBaileyPop": "Mostra Bailey il Banditore in modo da poter rileggere le vecchie notizie.", "fixVal": "Sistema i valori del tuo personaggio", @@ -27,10 +27,10 @@ "resetAccount": "Resetta account", "resetAccPop": "Ricomincia da zero rimuovendo tutti i livelli, l'oro, gli oggetti, la cronologia e tutte le attività.", "deleteAccount": "Elimina account", - "deleteAccPop": "Cancella e rimuovi il tuo account da HabitRPG.", + "deleteAccPop": "Cancella e rimuovi il tuo account da Habitica.", "qrCode": "Codice QR", "dataExport": "Esporta dati", - "saveData": "Qui ci sono delle opzioni per salvare i tuoi dati di HabitRPG.", + "saveData": "Qui ci sono delle opzioni per salvare i tuoi dati di Habitica.", "habitHistory": "Cronologia Habit", "exportHistory": "Esporta cronologia:", "csv": "(CSV)", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Data di inizio giorno personalizzata", "24HrClock": "orologio 24h", - "customDayStartInfo1": "HabitRPG è impostato automaticamente per resettare le tue Daily a mezzanotte nel tuo fuso orario ogni giorno. Ti consigliamo di leggere le seguenti informazioni prima di apportare modifiche: ", - "customDayStartInfo4": "Completa tutte le tue Daily prima di modificare il tuo Inizio del Giorno Personalizzato o Riposa alla Locanda per quel giorno. Cambiare il tuo Inizio del Giorno Personalizzato può causare l'avvento immediato del Cron, ma dopo il primo giorno funziona come previsto.

Ci possono volere circa due ore perchè il cambiamento diventi effettivo. Ad esempio, se è impostato a 0 (mezzanotte) al momento, cambialo prima delle 22; se vuoi impostarlo alle 21, cambialo prima delle 19.

Inserisci un orario da 0 a 23 (viene utilizzato l'orologio a 24 ore). Digitare è più efficace di premere le frecce. Una volta impostato, ricarica la pagina per assicurarti che il nuovo valore venga visualizzato.", + "customDayStartInfo1": "Habitica è impostato automaticamente per resettare le tue Daily a mezzanotte nel tuo fuso orario ogni giorno. Ti consigliamo di leggere le seguenti informazioni prima di apportare modifiche:", + "customDayStartInfo4": "Completa tutte le tue Daily prima di modificare il tuo Inizio del Giorno Personalizzato o Riposa alla Locanda per quel giorno. Cambiare il tuo Inizio del Giorno Personalizzato può causare l'avvento immediato del Cron, ma dopo il primo giorno funziona come previsto.

Ci possono volere circa due ore perchè il cambiamento diventi effettivo. Ad esempio, se è impostato a 0 (mezzanotte) al momento, cambialo prima delle 22; se vuoi impostarlo alle 21, cambialo prima delle 19.

Inserisci un orario da 0 a 23 (viene utilizzato l'orologio a 24 ore). Digitare è più efficace di premere le frecce. Una volta impostato, ricarica la pagina per assicurarti che il nuovo valore venga visualizzato.", "misc": "Altro", "showHeader": "Mostra header", "changePass": "Cambia password", @@ -56,7 +56,7 @@ "dangerZone": "Zona pericolosa", "resetText1": "ATTENZIONE! Questo resetterà diversi aspetti del tuo account. E' altamente sconsigliato, ma qualcuno trova questa opzione utile all'inizio, dopo aver provato il sito per un po' di tempo.", "resetText2": "Perderai tutti i tuoi livelli, l'oro e i punti esperienza. Tutte le tue attività verranno cancellate permanentemente, insieme alla cronologia dei progressi. Perderai inoltre tutto il tuo equipaggiamento, ma potrai recuperare ogni cosa, compresi gli oggetti in edizione limitata e gli Oggetti Misteriosi per gli abbonati (tieni presente che alcuni oggetti potrebbero richiedere l'appartenenza ad una determinata classe per essere acquistati). Manterrai la tua classe, i tuoi animali e le cavalcature. Generalmente viene utilizzata la Sfera della Rinascita, un'alternativa molto più sicura che ti permette di mantenere le tue attività.", - "deleteText": "Vuoi davvero procedere? In questo modo eliminerai il tuo account per sempre, non potrà mai più essere recuperato! Dovrai registrare un nuovo account per continuare ad usare HabitRPG. Le gemme accumulate o spese non verranno risarcite. Se sei assolutamente sicuro, digita <%= deleteWord %> nella casella di testo qui sotto.", + "deleteText": "Vuoi davvero procedere? In questo modo eliminerai il tuo account per sempre, non potrà mai più essere recuperato! Dovrai registrare un nuovo account per continuare ad usare Habitica. Le gemme accumulate o spese non verranno risarcite. Se sei assolutamente sicuro, digita <%= deleteWord %> nella casella di testo qui sotto.", "API": "API", "APIText": "Copia questi valori per utilizzarli in applicazioni di terze parti. Ad ogni modo, pensa al tuo API Token come a una password: tienilo segreto. Occasionalmente potrebbe venirti richiesto l'ID Utente, ma non scrivere mai il tuo API Token dove può essere visto da altre persone, nemmeno su GitHub.", "APIToken": "API Token (questa è una password - leggi la nota sopra!)", @@ -79,13 +79,13 @@ "data": "Dati utente", "exportData": "Esporta dati", "emailChange1": "Per cambiare il tuo indirizzo email, per favore manda un'email a", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "inserendo sia il vecchio che il tuo nuovo indirizzo email assieme al tuo ID Utente", "username": "Nome utente", "usernameOrEmail": "Nome di login o email", "email": "Email", "registeredWithFb": "Registrato tramite Facebook", - "loginNameDescription1": "Questo è ciò che usi per accedere ad HabitRPG. Vai in", + "loginNameDescription1": "Questo è ciò che usi per accedere ad Habitica. Vai in", "loginNameDescription2": "Utente->Profilo", "loginNameDescription3": "per cambiare il nome che appare nel tuo avatar e nei messaggi della chat.", "emailNotifications": "Notifiche via email", @@ -101,12 +101,12 @@ "questStarted": "La tua missione è cominciata", "invitedQuest": "Invito ad unirti ad una missione", "kickedGroup": "Espulsione da un gruppo", - "remindersToLogin": "Promemoria per accedere ad HabitRPG", + "remindersToLogin": "Promemoria per accedere ad Habitica", "unsubscribedSuccessfully": "Disattivazione avvenuta con successo!", - "unsubscribedTextUsers": "Hai disattivato con successo tutte le notifiche via email di HabitRPG. Puoi abilitare i tipi di notifiche che vuoi ricevere nelle impostazioni (richiede il login).", - "unsubscribedTextOthers": "Non riceverai altre mail da HabitRPG.", + "unsubscribedTextUsers": "Hai disattivato con successo tutte le notifiche via email di Habitica. Puoi abilitare i tipi di notifiche che vuoi ricevere nelle impostazioni (richiede il login).", + "unsubscribedTextOthers": "Non riceverai altre mail da Habitica.", "unsubscribeAllEmails": "Disattiva tutte le notifiche email", - "unsubscribeAllEmailsText": "Selezionando questa opzione, confermo di essere cosciente del fatto che, disattivando le notifiche via email, HabitRPG non sarà mai in grado di notificarmi via email cambiamenti importanti riguardo al sito o al mio account.", + "unsubscribeAllEmailsText": "Selezionando questa opzione, confermo di essere cosciente del fatto che, disattivando le notifiche via email, Habitica non sarà mai in grado di notificarmi via email cambiamenti importanti riguardo al sito o al mio account.", "correctlyUnsubscribedEmailType": "Sottoscrizione alle mail \"<%= emailType %>\" annullata correttamente.", "subscriptionRateText": "<%= price %>$ ogni <%= months %> mesi", "benefits": "Vantaggi", diff --git a/common/locales/it/spells.json b/common/locales/it/spells.json index ea0b53f194..9c35bdf777 100644 --- a/common/locales/it/spells.json +++ b/common/locales/it/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Trasforma un amico in una creatura del mare!", "spellSpecialSandText": "Sabbia", "spellSpecialSandNotes": "Annulla gli effetti della Schiumarina." -} \ No newline at end of file +} diff --git a/common/locales/it/subscriber.json b/common/locales/it/subscriber.json index ec4e8e0e1e..ced33071d8 100644 --- a/common/locales/it/subscriber.json +++ b/common/locales/it/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "Dollari / Mese", "organization": "Organizzazione", "groupPlans": "Piani per aziende", - "indivPlan1": "Per giocatori singoli, HabitRPG è completamente gratuito. Persino per i piccoli gruppi,", + "indivPlan1": "Per giocatori singoli, Habitica è completamente gratuito. Persino per i piccoli gruppi,", "indivPlan2": "possono essere utilizzate per motivare i partecipanti a migliorare. Pensa a gruppi di scrittura, gare artistiche, e molto altro.", - "groupText1": "Qualche leader di un gruppo potrebbe però volere maggiore controllo, privacy, sicurezza e supporto. Esempi di questi gruppi sono le famiglie, i gruppi di salute e benessere, i gruppi di impiegati, ed altro. Questi piani forniscono istanze private di HabitRPG per il tuo gruppo o la tua organizzazione, sicure ed indipendenti da", + "groupText1": "Qualche leader di un gruppo potrebbe però volere maggiore controllo, privacy, sicurezza e supporto. Esempi di questi gruppi sono le famiglie, i gruppi di salute e benessere, i gruppi di impiegati, ed altro. Questi piani forniscono istanze private di Habitica per il tuo gruppo o la tua organizzazione, sicure ed indipendenti da", "groupText2": "Guarda qui sotto le caratteristiche dei vari piani, e contattaci per avere maggiori informazioni!", "planFamily": "Famiglia (presto disponibile)", "planGroup": "Gruppo (presto disponibile)", "dedicatedHost": "Hosting dedicato", - "dedicatedHostText": "Hosting dedicato: ti verrà fornito un database personale e un server ospitato da HabitRPG, oppure potremo opzionalmente installarlo nella rete della tua organizzazione. Se la casella non è selezionata, il piano prevede un \"hosting condiviso\": la tua organizzazione userà lo stesso database di HabitRPG mentre vivrà in una Habitica indipendente. I tuoi membri sono protetti e separati dalla Taverna e dalle Gilde, ma comunque sullo stesso server e database.", + "dedicatedHostText": "Hosting dedicato: ti verrà fornito un database personale e un server ospitato da Habitica, oppure potremo opzionalmente installarlo nella rete della tua organizzazione. Se la casella non è selezionata, il piano prevede un \"hosting condiviso\": la tua organizzazione userà lo stesso database di Habitica mentre vivrà in una Habitica indipendente. I tuoi membri sono protetti e separati dalla Taverna e dalle Gilde, ma comunque sullo stesso server e database.", "individualSub": "Abbonamento individuale", "subscribe": "Abbonati", "subscribed": "Abbonato", @@ -33,9 +33,9 @@ "adminSub": "Abbonamento per amministratori", "morePlans": "Altri piani
in arrivo", "organizationSub": "Organizzazione privata", - "organizationSubText": "I membri dell'organizzazione partecipano \"fuori\" dall'HabitRPG pubblico, fornendo maggiore concentrazione ai tuoi partecipanti.", + "organizationSubText": "I membri dell'organizzazione partecipano \"fuori\" dall'Habitica pubblico, fornendo maggiore concentrazione ai tuoi partecipanti.", "hostingType": "Tipo di hosting", - "hostingTypeText": "Hosting condiviso significa che la tua organizzazione utilizzerà lo stesso database di HabitRPG, nonostante non debba interagire con Habitica. Con l'hosting dedicato invece avrai un tuo database e un tuo server. Puoi scegliere di affidarti ai nostri server/database, oppure possiamo installare HabitRPG sui tuoi server.", + "hostingTypeText": "Hosting condiviso significa che la tua organizzazione utilizzerà lo stesso database di Habitica, nonostante non debba interagire con Habitica. Con l'hosting dedicato invece avrai un tuo database e un tuo server. Puoi scegliere di affidarti ai nostri server/database, oppure possiamo installare Habitica sui tuoi server.", "dedicated": "Dedicato", "customDomain": "Dominio personalizzato", "customDomainText": "Possiamo opzionalmente fornirti un tuo dominio per l'installazione.", @@ -58,7 +58,7 @@ "buySubsText": "Compra le gemme con l'oro, nessuna pubblicità, supporta gli sviluppatori", "sureCancelSub": "Vuoi davvero annullare il tuo abbonamento?", "subCanceled": "L'abbonamento diventerà inattivo il", - "subGemPop": "Abbonandoti ad HabitRPG, puoi comprare un certo numero di Gemme ogni mese utilizzando il tuo Oro. Puoi vedere quante Gemme sono disponibili per l'acquisto nell'angolo dell'icona con la Gemma.", + "subGemPop": "Abbonandoti ad Habitica, puoi comprare un certo numero di Gemme ogni mese utilizzando il tuo Oro. Puoi vedere quante Gemme sono disponibili per l'acquisto nell'angolo dell'icona con la Gemma.", "subGemName": "Gemme abbonato", "timeTravelers": "Viaggiatori del Tempo", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> e <%= linkStartVicky %>Vicky<%= linkEnd %>", diff --git a/common/locales/it/tasks.json b/common/locales/it/tasks.json index 50aae12072..f6fb1e3f9e 100644 --- a/common/locales/it/tasks.json +++ b/common/locales/it/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Elimina attività completate", "lotOfToDos": "Le To-Do completate vengono automaticamente archiviate dopo 3 giorni. Puoi accedervi in Impostazioni > Esporta dati.", "deleteToDosExplanation": "Cliccando il bottone qui sotto, tutti i tuoi To-Do completati e quelli archiviati verranno cancellati in modo permanente. Esportali dall'apposito menù nelle impostazioni se vuoi mantenerne una copia.", - "beeminderDeleteWarning": "Utenti Beeminder: Leggere prima Cancellare i To-Do completati senza confondere Beeminder! (in inglese)", + "beeminderDeleteWarning": "Utenti Beeminder: Leggere prima Cancellare i To-Do completati senza confondere Beeminder! (in inglese)", "addmultiple": "Aggiungi multiple", "addsingle": "Aggiungi singola", "habits": "Habits", @@ -88,22 +88,22 @@ "pushTaskToBottom": "Metti in fondo alla lista", "emptyTask": "Inserisci prima il titolo dell'attività.", "dailiesRestingInInn": "Stai riposando nella Locanda! Le tue Daily NON ti danneggeranno stanotte, PERÒ si resetteranno comunque ogni giorno. Se stai partecipando ad una missione, non infliggerai danni/raccoglierai oggetti finchè non lasci la Locanda, ma puoi comunque essere danneggiato dal Boss se i tuoi compagni di squadra non completano le proprie Daily.", - "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", - "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", - "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", - "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", - "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", + "habitHelp1": "Gli Habit Positivi sono quelli che completi spesso. Ti premiano con Oro ed Esperienza ogni volta che clicchi <%= plusIcon %>.", + "habitHelp2": "Gli Habit Cattivi sono quelli che vuoi evitare. Ti tolgono Saluta ogni volta che clicchi <%= minusIcon %>.", + "habitHelp3": "Per farti ispirare dai un'occhiata a questi Habits d'esempio!", + "newbieGuild": "Hai altre domande? Chiedile nella <%= linkStart %>Gilda dei Newbies<%= linkEnd %>!", + "dailyHelp1": "Le Daily si ripetono <%= emphasisStart %>ogni giorno<%= emphasisEnd %> in cui sono attive. Clicca <%= pencilIcon %> per cambiare i giorni in cui sono attive.", + "dailyHelp2": "Se non completi le Daily attive perdi Salute quando la giornata finisce.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", - "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", + "toDoHelp2": "I To-Do non ti fanno del male! Ti premiamo solo con Oro ed Esperienza.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "L'equipaggiamento che compri per il tuo avatar viene messo in <%= linkStart %>Inventario > Equipaggiamento<%= linkEnd %>.", "rewardHelp2": "L'equipaggiamento condiziona le tue statistiche (<%= linkStart %>Utente > Statistiche<%= linkEnd %>).", - "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp3": "Equipaggiamenti speciali compariranno qui durante gli Eventi Globali.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Fai click per suggerimenti" -} \ No newline at end of file +} diff --git a/common/locales/ja/backgrounds.json b/common/locales/ja/backgrounds.json index 6a6209ba8a..fb0558ea30 100644 --- a/common/locales/ja/backgrounds.json +++ b/common/locales/ja/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "高波に乗ろう!", "backgroundSunkenShipText": "沈没船", "backgroundSunkenShipNotes": "沈没船を探検する。" -} \ No newline at end of file +} diff --git a/common/locales/ja/challenge.json b/common/locales/ja/challenge.json index 817adb5169..0f8182900b 100644 --- a/common/locales/ja/challenge.json +++ b/common/locales/ja/challenge.json @@ -33,10 +33,10 @@ "challengeTagPop": "チャレンジはタグ・リストとタスク・ツールチップにあります。題名を詳しく書く必要がありますが、短いタイトルも必要です。例:「三ヶ月で5キロを減らす」を「-5キロ」にする(詳細はこちら)。", "challengeDescr": "説明", "prize": "賞品", - "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", - "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", + "prizePop": "どなたがあなとのチャレンジを”勝つ”ことが出来る、その勝者にジェム賞をあげることが出来ます。MAX=自分がある数までにあげることが出来る(+ギルドのジェム、もしこのチャレンジのギルドを作った)注意:この賞は後に変えられません。", + "prizePopTavern": "どなたがあなとのチャレンジを”勝つ”ことが出来る、その勝者にジェム賞をあげることが出来ます。MAX=自分がある数までにあげることが出来る。注意:この賞は後に変えられません、そうして酒場のチャレンジをチャンセルとしてもこのジェム賞は返すことも出来ません。", "publicChallenges": "公共のチャレンジは最小でジェムが1個必要です(スパムを減らすために助かる)。", - "officialChallenge": "HabitRPGの公式チャレンジ", + "officialChallenge": "Habiticaの公式チャレンジ", "by": "で", "participants": "参加者<%= membercount %>人", "join": "参加する", @@ -56,5 +56,5 @@ "backToChallenges": "すべてのチャレンジへ戻る", "prizeValue": "<%= gemcount %> <%= gemicon %>賞", "clone": "クローン", - "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file + "challengeNotEnoughGems": "このチャレンジをポストするためにジェムの数が足りません。" +} diff --git a/common/locales/ja/character.json b/common/locales/ja/character.json index d87f74a898..593c892db3 100644 --- a/common/locales/ja/character.json +++ b/common/locales/ja/character.json @@ -55,8 +55,8 @@ "costume": "衣装", "costumeText": "もし装備中のギアより他のギアの見た目が好ましい場合、「衣装する」のボックスをチェックしてください。そうすると、バトルギアを着たまま衣装が表れます。", "useCostume": "衣装する", - "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", - "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", + "useCostumeInfo1": "武具のステータスに影響しないようにアイテムをアバターに備えるために\"衣装する\"をクリックして!これで左に一番良いステータスのために備えて、右に装備でアバターを着飾れます。", + "useCostumeInfo2": "”衣装する”をクリックした後にアバターは基本に見えます。。。でも心配しないで!左に見て、武具はまだ備えてます。次に、アバターをファンシーにさせる!右に何でも備えてもステータスを影響しないけど、すごくカッコ良く見えることが出来ます。違うコンボを試して、セットを混ぜて、そうしてペットやマウントやバックグラウンドに衣装をコーディネートして見てください。

他の質問があって?ウィキでの衣装ページ をチェックしてください。完璧な衣装を見つけた?衣装カーニバルギルド で見せびらかしてや酒場に嘯いて", "gearAchievement": "とあるクラスの最高級のギアセットを揃えたため「アルティメット・ギア」賞を受賞した!下記のクラスのフルセットを揃えた:", "moreGearAchievements": "他のアルティメット・ギアのバッジを受賞するには、統計のページでクラスを変更して、新クラスのギアを買ってきてね!", "armoireUnlocked": "そして、魔法の戸棚をアンロックした!魔法の戸棚のご褒美をクリックすると特別な装備が当たるかもしれない!でたらめにXPや食べ物が出る可能性もある。", @@ -77,7 +77,7 @@ "allocatePerPop": "知覚にポイントを加える", "allocateInt": "知能のポイント:", "allocateIntPop": "知能にポイントを加える", - "noMoreAllocate": "レベル100に到達したため、これ以上能力値を獲得できません。レベルアップを続けること、もしくは市場で無料で手に入る転生のオーブを使ってレベル1から新しい冒険を始めることもできます。", + "noMoreAllocate": "レベル100に到達したため、これ以上能力値を獲得できません。レベルアップを続けること、もしくは市場で無料で手に入る転生のオーブを使ってレベル1から新しい冒険を始めることもできます。", "stats": "ステータス", "strength": "力", "strengthText": "力はクリティカルヒットの確率、また、そこから発生するゴールド、経験値とドロップ率を上げる。さらに、ボスモンスターへのダメージも増加します。", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "ペットとマウントと背景をはずす", "animalSkins": "動物スキン", "chooseClassHeading": "クラスを選ぼう!後ほど参加しないことも可能。", - "warriorWiki": "戦士", - "mageWiki": "魔道士", - "rogueWiki": "盗賊", - "healerWiki": "神官", - "chooseClassLearn": "クラスについて", - "str": "力(短縮形)", - "con": "体質 (短縮形)", - "per": "知覚 (短縮形)", - "int": "知能 (短縮形)" + "warriorWiki": "戦士", + "mageWiki": "魔道士", + "rogueWiki": "盗賊", + "healerWiki": "神官", + "chooseClassLearn": "クラスについて", + "str": "力", + "con": "体質", + "per": "知覚", + "int": "知能" } \ No newline at end of file diff --git a/common/locales/ja/communityguidelines.json b/common/locales/ja/communityguidelines.json index f2d190b811..5b6e7f3fc9 100644 --- a/common/locales/ja/communityguidelines.json +++ b/common/locales/ja/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "これらのルールはTrello、GitHub、Transifex、Wikia(Wiki)などを含む全てのソーシャルスペースに適用されます。時折、新しい論争の種や邪悪なネクロマンサーの出現など、予想外の事態を迎えることもあるでしょう。そんな時、その脅威からコミュニティーの安全を守るために、モデレーターがガイドラインを編集することもあるかもしれません。ガイドラインが変わるときは、Baileyがお知らせしますのでご安心ください。", "commGuidePara004": "メモする準備をして、さぁ、はじめましょう!", "commGuideHeadingBeing": "Habitica人であること", - "commGuidePara005": "HabitRPGはまず第一にウェブサイトの改善に専念しています。その結果、幸運なことに我々はインターネット上で最も暖かくて、最も親切で、最も礼儀正しくて、支えとなるコミュニティの1つを引きつけました。そこはHabiticansを構築する多くの特性があります。最も一般的で顕著なのは以下のとおりです:", + "commGuidePara005": "Habiticaはまず第一にウェブサイトの改善に専念しています。その結果、幸運なことに我々はインターネット上で最も暖かくて、最も親切で、最も礼儀正しくて、支えとなるコミュニティの1つを引きつけました。そこはHabiticansを構築する多くの特性があります。最も一般的で顕著なのは以下のとおりです:", "commGuideList01A": "助けあう精神。多くの人がコミュニティの新しいメンバーの手伝いや、案内に時間とエネルギーを捧げてます。例えば、初心者ギルドは、みんなの質問に答えることに専念しているギルドです。もし、あなたに何か助けられることがあれば、恥ずかしがらずに助けてあげてください!", "commGuideList01B": "熱心な態度。Habitica人は自分たちの生活を改善するだけでなく、サイトの構築を支援し、常にそのために懸命に働きます。オープンソースプロジェクトですが、我々は、常にこのウェブサイトが最高な場所になるように取り組んでいます。", "commGuideList01C": "支え合う姿勢。Habitica人は互いの勝利のために応援しあい、苦しい時は、互いを元気付けます。互いに力を貸し、互いに支えあって、互いに学びます。パーティでは、お互いの呪文で助け合い、チャットルームでは、親切で支えとなる言葉を掛け合っています。", @@ -25,21 +25,21 @@ "commGuidePara011b": "GitHub/Wikia上", "commGuidePara011c": "Wikia上", "commGuidePara011d": "GitHub上", - "commGuidePara012": "もし、あなたが特定のモデレーターに対して問題や懸念を持っている場合は、Lemonessに( leslie@habitrpg.com)メールを送ってください。", + "commGuidePara012": "もし、あなたが特定のモデレーターに対して問題や懸念を持っている場合は、Lemonessに( leslie@habitica)メールを送ってください。", "commGuidePara013": "Habiticaほどの大きいコミュニティでは、ユーザーが行き来たりと大変ですので、時にはモデレーターは仕事を置いて、休みを取る必要があります。以下が引退したモデレーターたちです。彼らにはもうモデレーターの権限はありませんが、彼らの仕事を尊重しなければなりません。", "commGuidePara014": "名誉あるモデレーター達:", "commGuideHeadingPublicSpaces": "Habiticaでの公共の場", "commGuidePara015": "Habiticaにはパブリックとプライベートの二種類のソーシャルスペースがあります。パブリックスペースは酒場、パブリックギルド、GitHub、Trello、Wikiを含みます。プライベートスペースはプライベートギルド、パーティーチャット、プライベートメッセージを含みます。", "commGuidePara016": "Habiticaのパブリックスペースをナビゲートするときに、誰もが安全で楽しい雰囲気を保つためにいくつかの一般的なルールがあります。これらは、あなたのような冒険者ならば簡単なはずです!", - "commGuidePara017": "お互いを尊重しましょう。礼儀正しく、親切に、愛想よく、そして助け合いの精神を持って接しましょう。Habitica人は、さまざまな経歴を持ち、あなたとは全く違う経験をしてきた人であふれているということを、常に心にとどめておいてください。この多様性は、HabitRPGをさらに楽しくしてくれる要素の一つでもあります。お互いの違いも共通点も尊重しあうということが、健全なコミュニティーを作ることにつながります。特に以下のことには気をつけてください。", + "commGuidePara017": "お互いを尊重しましょう。礼儀正しく、親切に、愛想よく、そして助け合いの精神を持って接しましょう。Habitica人は、さまざまな経歴を持ち、あなたとは全く違う経験をしてきた人であふれているということを、常に心にとどめておいてください。この多様性は、Habiticaをさらに楽しくしてくれる要素の一つでもあります。お互いの違いも共通点も尊重しあうということが、健全なコミュニティーを作ることにつながります。特に以下のことには気をつけてください。", "commGuideList02A": "全ての規約に従うこと。", "commGuideList02B": "暴力的、脅迫的、性的に露骨またはきわどいもの、またはどんな個人またはグループに対してでも差別、偏見、人種主義、性差別、憎悪、いやがらせまたは危害を加えるような画像やテキストは投稿しないでください。 ジョークだとしてもです。これは、中傷ならびに告知を含みます。\n誰でも同じユーモアセンスがあるというわけではありません。そして、あなたが冗談だと思った何かが他の人を傷つける場合があります。あなたの日課を攻撃し、互いには攻撃しないでください。", "commGuideList02C": "全ての年齢層の言動に対して適切であるかを検討します。このサイトを利用する若いHabiticansが多くいます!それでは、人を傷つけないように、どのHabiticansでも目標に向かってることを妨げないようにしましょう。", "commGuideList02D": "冒涜を避けてください。 これは他の場所では許容範囲かもしれない、より軽い、宗教的なののしり言葉も含みます-ここには様々な信仰と文化的な背景を持った人々がいます。そして、私たちは全ての人が公共の場で快適に感じて欲しいと考えています。また、中傷は利用規約への違反であり、非常に厳格に対処されます。", - "commGuideList02E": "不和を生じさせるような長い議論は、バックコーナー以外では避けてください。もし誰かが人を傷つけるような失礼な発言をしたと感じた場合は、言い返さないでください。「その冗談はちょっと・・・」など、一言だけの、礼儀正しいコメントは結構ですが、思いやりのないコメントに対して思いやりのないコメントで返すと、緊張状態が悪化し、HabitRPGを居心地の悪い場所に変えてしまいます。親切心と礼儀をもって接すると、理解も得やすくなります。", + "commGuideList02E": "不和を生じさせるような長い議論は、バックコーナー以外では避けてください。もし誰かが人を傷つけるような失礼な発言をしたと感じた場合は、言い返さないでください。「その冗談はちょっと・・・」など、一言だけの、礼儀正しいコメントは結構ですが、思いやりのないコメントに対して思いやりのないコメントで返すと、緊張状態が悪化し、Habiticaを居心地の悪い場所に変えてしまいます。親切心と礼儀をもって接すると、理解も得やすくなります。", "commGuideList02F": "議論の停止やバックコーナーへの移動などのモデレーターの要求には直ちに従ってください。移動を条件に続けることが許された場合、決め台詞、捨て台詞、負け犬の遠吠えなどの行為は全てバックコーナーの”テーブル”で(礼儀正しく)行ってください。", "commGuideList02G": "もし誰かにあなたの発言や行為が迷惑だと言われたら、怒って反論するのではなく、少し時間を取って反省しましょう。素直に謝れるということは、強さの証でもあります。もし相手の言い方が不適切であると感じたら、公共の場で相手に直接言うのではなく、モデレーターに連絡しましょう。", - "commGuideList02H": "不和を生じさせる/論争的な会話は、モッズに報告されなければなりません。 もし会話が白熱し、あまりに感情的であったり、傷つけあっていると感じるならば、関わるのをやめてください。その代わりに、leslie@habitrpg.com に電子メールで知らせてください。あなたがたを安全に保つのは、我々の仕事です。", + "commGuideList02H": "不和を生じさせる/論争的な会話は、モッズに報告されなければなりません。 もし会話が白熱し、あまりに感情的であったり、傷つけあっていると感じるならば、関わるのをやめてください。その代わりに、leslie@habitica に電子メールで知らせてください。あなたがたを安全に保つのは、我々の仕事です。", "commGuideList02I": "スパムはやめてください。 スパム行為には以下のことが含まれますが、これに限定されるものではありません: 複数の場所に同じコメントまたは問合わせを掲示する、説明または前後関係なしでリンクを掲示する、無意味なメッセージを送る、一度に多くのメッセージを送る、などです。\nジェムや購読を繰り返し乞うことも、スパム行為とみなされる場合があります。", "commGuidePara019": "プライベートな空間ではユーザーはどんな話題でも議論するより多くの自由があります。しかし、差別的、暴力的、脅しなどの投稿を含む利用規約には違反しないでください。", "commGuidePara020": "プライベートメッセージ(PM)には、さらにいくらかのガイドラインがあります。誰かがあなたをブロックしたならば、あなたからアンブロックを頼むために、彼らに他の手段で連絡しないでください。さらに、支援を求めている誰かに、あなたはPMを送るべきでありません。(質問を支援する公開の答えがコミュニティに役だつため) 最後に、宝石や購読を願う人へのPMを送信はしないでください。これはスパム行為とみなされる場合があります。", @@ -48,11 +48,11 @@ "commGuidePara022": "酒場は、Habiticansが交流する主な場所です。\"Daniel the Barkeep\" はその場所を清潔に保ち、Lemonessはあなたが座って話す間、レモネードを首尾よく出します。ちょっと心に留めておいてください...", "commGuidePara023": "会話は、何気ないチャットと生産性または生活改善についての情報を中心に展開する傾向があります。", "commGuidePara024": "酒場のチャットは200通分のメッセージしか表示できないため、 一つの話題に関する長めの会話、特にデリケートな話題などには向いていません (例えば政治論、宗教論、うつ病の話やゴブリン狩りの廃止論など)。こういった会話は、そのためのギルドやバックコーナーで行ってください(詳細については下記をご覧ください).", - "commGuidePara027": "依存性・中毒性のある事柄について酒場で話さないでください。自分の悪い癖を直そうとHabitRPGを使っている人がたくさんいます。その人たちにとって、その事柄についての話を聞くのは辛いでしょうし、彼らの努力をさらに難しくしてしまいます。この例として、タバコ、アルコール、ポルノ、ギャンブル、麻薬などが挙げられますが、他の酒場利用者を尊重し、このことについての配慮を忘れないようにしましょう。", + "commGuidePara027": "依存性・中毒性のある事柄について酒場で話さないでください。自分の悪い癖を直そうとHabiticaを使っている人がたくさんいます。その人たちにとって、その事柄についての話を聞くのは辛いでしょうし、彼らの努力をさらに難しくしてしまいます。この例として、タバコ、アルコール、ポルノ、ギャンブル、麻薬などが挙げられますが、他の酒場利用者を尊重し、このことについての配慮を忘れないようにしましょう。", "commGuideHeadingPublicGuilds": "公共ギルド", "commGuidePara029": "公共ギルドは酒場と似ていますが、一般的な会話や雑談ではなく、ギルドごとにテーマがあります。公共ギルドのチャットは、このテーマについて話すところです。ですので例えば、作家ギルド内でメンバーが急にガーデニングの話で盛り上がり始めたら、それは場違いですし、ドラゴン愛好家ギルドのチャットで古代魔法の解読についての議論を交わすのはマナー違反です。ギルドによっては許容範囲が比較的広いところもありますが、一般的なルールとしては話が脱線しないように気をつけましょう!", "commGuidePara031": "一部の公共ギルドは、不景気、宗教、政治、その他の微妙なトピックを含みます。 そして、その中の会話が利用規約や公共スペースのルールを犯さない限り、その話題は継続できます。", - "commGuidePara033": "公共ギルドには18禁の内容を含んではいけません。もし頻繁にセンシティブな内容を議論するのであれば、ギルドのタイトルにそのように記述するべきです。これは全ての人にとってHabiticaを安全で快適に維持するためです。もし問題のギルドで別種のセンシティブな問題があるなら、警告の後にあなたのコメントを記述することが(例: \"警告: 自傷について\") 仲間への敬意になります。さらに、センシティブな内容は局所的であるべきです。うつ病と戦うことに注力したギルドで自傷についてとりあげることは意味がある事ですが、音楽ギルドではあまり適切ではないでしょう。何度か要求しても、繰り返しこのガイドラインを違反する人を見つけたら、スクリーンショットと共に leslie@habitrpg.comへメールしてください。 ", + "commGuidePara033": "公共ギルドには18禁の内容を含んではいけません。もし頻繁にセンシティブな内容を議論するのであれば、ギルドのタイトルにそのように記述するべきです。これは全ての人にとってHabiticaを安全で快適に維持するためです。もし問題のギルドで別種のセンシティブな問題があるなら、警告の後にあなたのコメントを記述することが(例: \"警告: 自傷について\") 仲間への敬意になります。さらに、センシティブな内容は局所的であるべきです。うつ病と戦うことに注力したギルドで自傷についてとりあげることは意味がある事ですが、音楽ギルドではあまり適切ではないでしょう。何度か要求しても、繰り返しこのガイドラインを違反する人を見つけたら、スクリーンショットと共に leslie@habiticaへメールしてください。", "commGuidePara035": "公共であれプライベートであれ、団体や個人を攻撃する目的でギルドを作ってはいけません。そのようなギルドの作成は即時アカウント停止の対象になります。 仲間の冒険家とではなく、悪い習慣と戦いましょう!", "commGuidePara037": "すべてのターバンチャレンジと公共ギルドチャレンジは、同様にこれらの規則を遵守しなければなりません。", "commGuideHeadingBackCorner": "バックコーナー", @@ -60,7 +60,7 @@ "commGuidePara039": "バックコーナーギルドは繊細な議論や一つの議題を長く議論する公共ギルドで、注意深く調整されています。規約の全てがそうであるように公共の場のガイドラインは未だに適用されます。 我々が長い外套を着て角に密集するからといって、それが何にでもあうことを意味するわけではありません!さて、そのくすぶっているロウソクを私に渡してもらえますか?", "commGuideHeadingTrello": "Trelloボード", "commGuidePara040": "Trelloは提案やサイトの機能の議論のための開かれたフォーラムとして機能します。 Habitica は勇敢な貢献者という形の人々で支配されています。我々はサイトを一緒に作っています。Trello は我々の狂気に秩序を与えるシステムです。この考慮の外で、同じカードで一行に何度もコメントするのではなく、一つのコメントの中にあなたの考えを全て含めるよう努力してください。もし新しい何かを考えるなら、気軽にあなたのオリジナルなコメントを編集してください。 我々のうち全ての新しいコメントの通知を受け取る人にどうか同情してください。我々の受信箱はその程度しか耐えられません。", - "commGuidePara041": "HabitRPGは、5つの異なるTrelloボードを使用しています:", + "commGuidePara041": "Habiticaは、5つの異なるTrelloボードを使用しています:", "commGuideList03A": "メインボードはサイトの機能への要望と投票の場所です。", "commGuideList03B": "モバイルボードはモバイルアプリの機能への要望と投票の場所です。", "commGuideList03C": "ピクセルアートボードはピクセルアートについて議論し提出する場所です。", @@ -68,12 +68,12 @@ "commGuideList03E": "WikiボードはWikiコンテンツの改善や議論や要望を行う場所です。", "commGuidePara042": "全てはガイドラインによって概説され、公共の場のルールが適用されます。 ユーザーはいずれのボードやカードにおいてもオフトピックになることを避けてください。私たちを信頼してボードを十分混雑させてください!長引いた会話はバックコーナーギルドに移動する必要があります。", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPGはバグを追跡しコードを寄贈するためにGitHubを使っています。それは疲れを知らないブラックスミスが機能を鍛えて造る鍛冶場です!全ての公共の場のルールが適用されます。必ずブラックスミスたちに礼儀正しくしてください。彼らはこなす仕事が多く、サイトを動かし続けています!万歳、ブラックスミス!", - "commGuidePara044": "以下のユーザーはHabitRPG レポジトリのメンバーです:", + "commGuidePara043": "Habiticaはバグを追跡しコードを寄贈するためにGitHubを使っています。それは疲れを知らないブラックスミスが機能を鍛えて造る鍛冶場です!全ての公共の場のルールが適用されます。必ずブラックスミスたちに礼儀正しくしてください。彼らはこなす仕事が多く、サイトを動かし続けています!万歳、ブラックスミス!", + "commGuidePara044": "以下のユーザーはHabitica レポジトリのメンバーです:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "HabitRPG wikiはこのサイトについての情報を集めています。HabitRPGのギルドに似たいくつかのフォーラムも持っています。", - "commGuidePara046": "HabitRPG wikiはHabitRPGの全てのデータベースであると考える事が出来ます。サイトの機能やゲームをプレイするガイドやあなたがHabitRPGにどう貢献できるかのtipsを提供し、ギルドやパーティーの宣伝やトピックの投票の場を提供します。", - "commGuidePara047": "wikiはWikiaにホストされているので、HabitRPGやHabitRPG wikiのルールに加えてWikiaの規約も適用されます。", + "commGuidePara045": "Habitica wikiはこのサイトについての情報を集めています。Habiticaのギルドに似たいくつかのフォーラムも持っています。", + "commGuidePara046": "Habitica wikiはHabiticaの全てのデータベースであると考える事が出来ます。サイトの機能やゲームをプレイするガイドやあなたがHabiticaにどう貢献できるかのtipsを提供し、ギルドやパーティーの宣伝やトピックの投票の場を提供します。", + "commGuidePara047": "wikiはWikiaにホストされているので、HabiticaやHabitica wikiのルールに加えてWikiaの規約も適用されます。", "commGuidePara048": "このwikiは編者たちによる全くの合作であり、いくつか以下の追加のガイドラインを含んでいます:", "commGuideList04A": "Trelloボードにおける新しいページや大きな変更の要望", "commGuideList04B": "あなたの編集について人々からの提案にオープンである事", @@ -82,7 +82,7 @@ "commGuideList04E": "個人的な利益のためにスパムやページの妨害をしない", "commGuideList04F": "大きな変更を行う前にwiki貢献ページを読んでください", "commGuideList04G": "ウィキページ内での公平な口調", - "commGuideList04H": "wikiコンテンツはHabitRPGのサイト全体に関係しており、特定のギルドやパーティ(フォーラムに移動できるような情報)には関係していないことを保証する", + "commGuideList04H": "wikiコンテンツはHabiticaのサイト全体に関係しており、特定のギルドやパーティ(フォーラムに移動できるような情報)には関係していないことを保証する", "commGuidePara049": "以下の人々は現在のwiki管理者です:", "commGuidePara018": "Wiki管理者名誉教授は", "commGuideHeadingInfractionsEtc": "違反行為、罰、回復", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "中度の違反行為", "commGuidePara054": "違反への温和な対応は私たちのコミュニティを危険にしませんが不愉快にはなります。これらの違反は罰を与えられるでしょう。もし複数の違反が連動した場合は罰はより深刻になりえます。", "commGuidePara055": "以下はいくつかの深刻な違反行為の例です。これは、総合リストではありません。", - "commGuideList06A": "モデレーターを無視したり無礼を働いたりすること。これはおおやけにモデレーターやユーザーの不満を言ったりアカウント停止させられたユーザをおおやけに賛美したり庇ったりする事に含まれます。もしルールやモデレーターのこれらについて心配しているのであれば、Lemonessにemail(leslie@habitrpg.rom)で連絡を取ってください。", + "commGuideList06A": "モデレーターを無視したり無礼を働いたりすること。これはおおやけにモデレーターやユーザーの不満を言ったりアカウント停止させられたユーザをおおやけに賛美したり庇ったりする事に含まれます。もしルールやモデレーターのこれらについて心配しているのであれば、Lemonessにemail(leslie@habitrpg.rom)で連絡を取ってください。", "commGuideList06B": "後部座席モデレート。素早く関連するポイントを明確にするには易しいルールの記載が良いです。後部座席モデレートは、あなたが誤りを正すよう説明し誰かが行動をとることを、話し、要求し、強くほのめかすことで構成されています。彼らは罪に問われていることという事実をあなたは誰かに警告できます。ですが行動は要望しないでください、例えば「知っての通り、冒涜は酒場では落胆させられる。だからあなたはそれを消してほしいだろう」と言うことは、「あなたにそれを消してくれと頼まなければならないだろう」という言うよりも良いのです。", "commGuideList06C": "ガイドラインでの公共の場での繰り返し違反行為", "commGuideList06D": "軽度の違反行為の繰り返し", @@ -139,8 +139,8 @@ "commGuidePara062": "あなたが受け取る、あなたの行動の結果(もしくはモデレータ/スタッフが公表する軽微な結果)を説明するメールはよい情報源です。押し付けられた制限と協力し、ペナルティを解除する条件を満たすよう努力してください。", "commGuidePara063": "もしあなたが自分の結果や違反行為の本質を理解しないなら、スタッフ/モデレータに質問し 将来違反を犯すことを防ぐ助けとしてください。", "commGuideHeadingContributing": "Habiticaへの貢献", - "commGuidePara064": "HabitRPGはオープンソースのプロジェクトです。つまり、どのHabiticansでも歓迎します。次の段階に応じて与えれれう報酬:", - "commGuideList12A": "HabitRPG貢献者バッジ。3ジェム増やします", + "commGuidePara064": "Habiticaはオープンソースのプロジェクトです。つまり、どのHabiticansでも歓迎します。次の段階に応じて与えれれう報酬:", + "commGuideList12A": "Habitica貢献者バッジ。3ジェム増やします", "commGuideList12B": "貢献者のアーマー、3ジェムを増やします。", "commGuideList12C": "貢献者のヘルメット、3ジェムを増やします。", "commGuideList12D": "貢献者の剣、4ジェムを増やします。", @@ -154,7 +154,7 @@ "commGuideList13C": "層は各フィールドで「やり直し」ません。難易度が上がると、我々はあなたの全ての貢献に着目します。芸術を少しやる人が小さいバグをなおしたり、wikiに手を出したりできるように。ひとつの仕事を一生懸命やる人よりも速く進めないとしても。これは物事を公平にする助けとなります。", "commGuideList13D": "謹慎中のユーザは次の層へ進めません。モデレータは違反行為に起因するユーザーの進展を凍結する権限をもちます。これが起こると、ユーザは常にその決定とどうすれば正せるかを通知されます。違反や謹慎の結果として層は削除されます。", "commGuideHeadingFinal": "最後のセクション", - "commGuidePara067": "これでお分かりでしょう、Habiticanに、コミュニティガイドラインに挑戦してください!額に汗をぬぐってそれを全て読むXPを得ましょう。もしコミュニティガイドラインに質問や心配があったら、どうかLemoness(leslie@habitrpg.com) にメールしてください。彼女は喜んで物事を明確にするお手伝いをするでしょう。", + "commGuidePara067": "これでお分かりでしょう、Habiticanに、コミュニティガイドラインに挑戦してください!額に汗をぬぐってそれを全て読むXPを得ましょう。もしコミュニティガイドラインに質問や心配があったら、どうかLemoness(leslie@habitica) にメールしてください。彼女は喜んで物事を明確にするお手伝いをするでしょう。", "commGuidePara068": "勇敢な冒険者よ、直ちに出かけて、日課を圧倒しましょう!", "commGuideHeadingLinks": "お役立ちリンク集", "commGuidePara069": "以下の優秀なアーティスト達がこれらのイラストに貢献した:", @@ -163,7 +163,7 @@ "commGuideLink02": "バックコーナーギルド", "commGuideLink02description": "長い議論や機密な話をするためのギルド。", "commGuideLink03": "Wiki", - "commGuideLink03description": "HabitRPGに関しての情報が最も多い。", + "commGuideLink03description": "Habiticaに関しての情報が最も多い。", "commGuideLink04": "GitHub", "commGuideLink04description": "バグレポート、またはコードプログラムを支援!", "commGuideLink05": "メインTrello", diff --git a/common/locales/ja/content.json b/common/locales/ja/content.json index 44384414f4..1a7e9a0ecb 100644 --- a/common/locales/ja/content.json +++ b/common/locales/ja/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "鞍", "foodSaddleNotes": "すぐ1匹のペットをマウントに成長させる。", "foodNotes": "ペットが頑丈な俊足に成長するようにこれを与える。" -} \ No newline at end of file +} diff --git a/common/locales/ja/contrib.json b/common/locales/ja/contrib.json index bd29ecd2be..9870835a7d 100644 --- a/common/locales/ja/contrib.json +++ b/common/locales/ja/contrib.json @@ -1,6 +1,6 @@ { "friend": "友達", - "friendFirst": "あなたが 最初に 提出したセットが配置された時に、あなたは HabitRPG 貢献者のバッジを受け取ります。酒場チャットに表示されるあなたの名前が、あなたが貢献者であることを誇らしげに示します。あなたの仕事の報奨金として、あなたは、3 ジェム 受け取ることにもなります。", + "friendFirst": "あなたが 最初に 提出したセットが配置された時に、あなたは Habitica 貢献者のバッジを受け取ります。酒場チャットに表示されるあなたの名前が、あなたが貢献者であることを誇らしげに示します。あなたの仕事の報奨金として、あなたは、3 ジェム 受け取ることにもなります。", "friendSecond": "あなたが 4番目に 提出したセットが配置された時に、報酬ショップで クリスタルの鎧 が購入できるようになります。あなたの仕事の継続的な報奨金として、あなたは、3 ジェム 受け取ることにもなります。", "elite": "エリート", "eliteThird": "あなたが 3番目に 提出したセットが配置された時に、報酬ショップで クリスタルヘルメット が購入できるようになります。あなたの仕事の継続的な報奨金として、あなたは、3 ジェム 受け取ることにもなります。", @@ -9,25 +9,25 @@ "championFifth": "あなたが 5番目に 提出したセットが配置された時に、報酬ショップで クリスタルの盾 が購入できるようになります。あなたの仕事の継続的な報奨金として、あなたは、4 ジェム 受け取ることにもなります。", "championSixth": "あなたが 6番目に 提出したセットが配置された時に、あなたは ヒドラのペット を受け取ります。また、4 ジェム 受け取ることにもなります。", "legendary": "伝説上", - "legSeventh": "あなたが 7番目に 提出したセットが配置された時に、あなたは 4 ジェム 受け取り、名誉貢献者ギルドのメンバーになり、HabitRPGの舞台裏に詳しい顧問になります! さらなる貢献であなたの層は上がりませんが、ジェム報奨金やタイトルを獲得し続けることができます。", + "legSeventh": "あなたが 7番目に 提出したセットが配置された時に、あなたは 4 ジェム 受け取り、名誉貢献者ギルドのメンバーになり、Habiticaの舞台裏に詳しい顧問になります! さらなる貢献であなたの層は上がりませんが、ジェム報奨金やタイトルを獲得し続けることができます。", "moderator": "モデレーター", "guardian": "保護者", "guardianText": "モデレーターは、高い層の貢献者から慎重に選ばれているので、彼らを尊敬して、彼らの提案に耳を傾けてください。", "staff": "幹部", "heroic": "英雄", - "heroicText": "英雄層にはHabitRPGのスタッフやスタッフレベルの貢献者が含まれます。あなたがこのタイトルを持っている場合、あなたはそれに任命されました (または雇われました!)。", - "npcText": "NPCは最高層でHabitRPGのKickstarterを後援しました。あなたはサイトの機能を見守っている彼らのアバターを見つけることができます!", + "heroicText": "英雄層にはHabiticaのスタッフやスタッフレベルの貢献者が含まれます。あなたがこのタイトルを持っている場合、あなたはそれに任命されました (または雇われました!)。", + "npcText": "NPCは最高層でHabiticaのKickstarterを後援しました。あなたはサイトの機能を見守っている彼らのアバターを見つけることができます!", "modalContribAchievement": "貢献の達成", - "contribModal": "<%= name %>、あなたは素晴らしい人です! HabitRPGへの支援を記念に、貢献者<%= level %> 層を差し上げます。", + "contribModal": "<%= name %>、あなたは素晴らしい人です! Habiticaへの支援を記念に、貢献者<%= level %> 層を差し上げます。", "contribLink": "どんな景品が当たったか覗いてみてね!", "contribName": "貢献者", - "contribText": "コード、デザイン、ピケセルアート、法律上の助言等でHabitRPGに貢献を提供しました。このバッジが欲しいですか?", + "contribText": "コード、デザイン、ピケセルアート、法律上の助言等でHabiticaに貢献を提供しました。このバッジが欲しいですか?", "readMore": "続きを読む", "kickstartName": "Kickstarter 後援者 - $<%= tier %> 層", "kickstartText": "Kickstarterプロジェクト後援者", "helped": "Habitの成長を支援した。", "helpedText1": "このアンケート回答による", - "helpedText2": "HabitRPGの成長を支援しました。", + "helpedText2": "Habiticaの成長を支援しました。", "hall": "記念館", "contribTitle": "貢献者タイトル (例 \"Blacksmith\")", "contribLevel": "貢献者層", @@ -52,19 +52,19 @@ "tier": "層", "visitHeroes": "ヒーローのハウスを訪ねる。 (助っ人など)", "conLearn": "貢献者の報酬について学ぶ", - "conLearnHow": "HabitRPGの進展における参加", + "conLearnHow": "Habiticaの進展における参加", "removeAds": "アドを取り去るために申込む。", "whyAds": "広告が表示されている理由は?", "whyAdsContent1": "Habitは、オープンソースプロジェクトで、得ることができるすべての助けを使用します - この貢献者への寄付を検討してください。支払っていただくと、20ジェムを得ます。これは特別なアイテムを購入するために使用することができます。", "whyAdsContent2": "'Kickstarterを後援したよー!' - フォロー", "whyAdsContent3": "これらの手順", - "surveysSingle": "アンケート回答によるHabitRPGの成長を支援しました。現在アンケートは開催されていません。", - "surveysMultiple": "<%= surveys %>個のアンケート回答によるHabitRPGの成長を支援しました。現在アンケートは開催されていません。", + "surveysSingle": "アンケート回答によるHabiticaの成長を支援しました。現在アンケートは開催されていません。", + "surveysMultiple": "<%= surveys %>個のアンケート回答によるHabiticaの成長を支援しました。現在アンケートは開催されていません。", "currentSurvey": "開催中のアンケート", "surveyWhen": "バッジは3月下旬アンケートが処理されたときに参加者全員に授与されます。", - "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", + "blurbInbox": "ここでプライベートメッセージが貯えます!酒場やパーティやギルドチャットで人の名前の横にあ封筒のアイコンにクリックしてメッセージを送ることが出来ます。", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/ja/defaulttasks.json b/common/locales/ja/defaulttasks.json index e22f9be5d4..6b9c90a1c0 100644 --- a/common/locales/ja/defaulttasks.json +++ b/common/locales/ja/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "腹筋", "defaultDaily4Checklist3": "腕立て伏せ", "defaultTodoNotes": "このToDoを完了、編集、削除できます。", - "defaultTodo1Text": "HabitRPGに参加する。(チェックして完了してください)", + "defaultTodo1Text": "Habiticaに参加する。(チェックして完了してください)", "defaultTodo2Text": "習慣を設定する", "defaultTodo2Checklist1": "新しい習慣を登録", "defaultTodo2Checklist2": "編集から\"+\"のみ、\"-\"のみ、または\"+/-\"にできます。", @@ -38,4 +38,4 @@ "defaultTag1": "朝", "defaultTag2": "昼", "defaultTag3": "夜" -} \ No newline at end of file +} diff --git a/common/locales/ja/front.json b/common/locales/ja/front.json index e6b9079374..88d6836e1f 100644 --- a/common/locales/ja/front.json +++ b/common/locales/ja/front.json @@ -2,7 +2,7 @@ "FAQ": "よくある質問", "accept1Terms": "下のボタンをクリックすることで、私は以下のことを承諾します。", "accept2Terms": "そして", - "alexandraQuote": "マドリードでスピーチしたときHabitRPGについて話さなさずにはいられなかった。まだ上司的な存在のないフリーで働いている方に不可欠なツールです。", + "alexandraQuote": "マドリードでスピーチしたときHabiticaについて話さなさずにはいられなかった。まだ上司的な存在のないフリーで働いている方に不可欠なツールです。", "althaireQuote": "クエストをやると、日課とやるべきことに対するやる気が湧きます。パーティをがっかりさせないことが最大の動機です。", "andeeliaoQuote": "素晴らしい製品です。まだ数日前にはじめたばかりですが、既に私の時間がより意識的で生産的になりました。", "autumnesquirrelQuote": "私は、仕事や家事、期限までの請求の支払いを、先延ばしにすることが減りました。", @@ -11,7 +11,7 @@ "businessSample3": "受信箱を並び替えて処理する", "businessSample4": "顧客向けの書類を1つ用意する", "businessSample5": "顧客に電話する/連絡を後にする", - "businessText": "仕事でHabitRPGを使う", + "businessText": "仕事でHabiticaを使う", "choreSample1": "汚れた服を洗濯物入れに放り込む", "choreSample2": "20分間の家事をする", "choreSample3": "皿を洗う", @@ -32,30 +32,30 @@ "companyPrivacy": "プライバシー", "companyTerms": "利用規約", "companyVideos": "ビデオ", - "contribUse": "HabitRPG contributors use", + "contribUse": "Habiticaの寄稿者は使います", "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades... HRPG is the only thing I've used that actually helps me get things done rather than just list them.", - "dreimQuote": "When I discovered HabitRPG last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", + "dreimQuote": "When I discovered Habitica last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", "elmiQuote": "ゴールドをゲットするため毎朝起きることを楽しみにしている!", "email": "メール", "emailNewPass": "新しいパスワードをメールで受け取る", "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks Habitrpg!", - "examplesHeading": "Players use HabitRPG to manage...", - "featureAchievementByline": "Do something totally awesome? Get a badge and show it off!", + "examplesHeading": "プレーヤーはHabiticaとして処する。。。", + "featureAchievementByline": "とっても素晴らしいことをした?バッジを得てそれを見せびらかす!", "featureAchievementHeading": "事績のバッジ", "featureEquipByline": "Buy limited edition equipment, potions, and other virtual goodies in our Market with your task rewards!", "featureEquipHeading": "装備とその他", "featurePetByline": "タスクを終えてアイテムと卵が手に入れる。出来るだけ独創的にしてペットとマウントを集まってください!", "featurePetHeading": "ペットとマウント", "featureSocialByline": "Join common-interest groups with like-minded people. Create Challenges to compete against other users.", - "featureSocialHeading": "Social play", - "featuredIn": "Featured in", - "featuresHeading": "We also feature...", + "featureSocialHeading": "ソーシャルプレーをして", + "featuredIn": "~で取り上げてます", + "featuresHeading": "私たちは~もフィーチャーします", "footerCommunity": "コミュニティ", "footerCompany": "会社", "footerMobile": "モバイル", "footerSocial": "ソーシャル", "forgotPass": "パスワードを忘れた", - "frabjabulousQuote": "HabitRPGのお陰でものすごく給料のいい仕事を見つけることに成功した上、奇跡的に毎日フロスするようになった!", + "frabjabulousQuote": "Habiticaのお陰でものすごく給料のいい仕事を見つけることに成功した上、奇跡的に毎日フロスするようになった!", "free": "無料でプレイする", "gamifyButton": "今日から人生のゲーム化開始!", "goalSample1": "1時間ピアノを練習する", @@ -71,47 +71,47 @@ "healthSample4": "健康的な食べ物を食べる/ジャンクフードを食べる", "healthSample5": "1時間運動する", "history": "履歴", - "infhQuote": "HabitRPGは大学院での生活リズム作りにとても役に立った。", + "infhQuote": "Habiticaは大学院での生活リズム作りにとても役に立った。", "invalidEmail": "パスワードをリセットするために有効なメールアドレスが必要です。", - "irishfeet123Quote": "HabitRPGは食後の中途半端な片付けやカップの置きっぱなしの悪い癖を治してくれた!", + "irishfeet123Quote": "Habiticaは食後の中途半端な片付けやカップの置きっぱなしの悪い癖を治してくれた!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Before HabitRPG, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", + "kazuiQuote": "Before Habitica, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingadminlink": "管理向けパッケージ", "landingend": "まだ納得していませんか?", "landingend2": "詳細のリストをみる", "landingend3": "よりクローズドな使い方をお探しですか?\n以下のものを調べてみてください。", "landingend4": "これは家族や教師の方、サポートグループやビジネス用途に適しています。", "landingfeatureslink": "機能", - "landingp1": "市場にあるほとんどの生産性向上アプリは、それを使い続けることにインセンティブがないという問題を抱えています。HabitRPGは楽しく習慣を生み出すことでこの問題を解決しています!成功に対しては報酬を、間違いに大してはペナルティを与えることで、HabitRPGは日々の活動を完了させることへの外部からのモチベーションを提供しているのです。", - "landingp2": "あなたが良い習慣を続けている時や、日課を完了させた時、過去のやるべきことタスクに気を配ったときなどは、HabitRPGからエクスペリエンスポイント(経験値)とゴールドが即座に送られます。経験を積んでいくのに従って、あなたはレベルアップすることができ、能力値を上昇させたり、クラスやペットなどの更なる機能をアンロックすることができます。ゴールドは経験値やあなた自身がモチベーション向上の為に作り出した個人的な報酬と引き換えられます。ほんの小さな成功でもすぐに報酬が得られるため、あなたは物事を先延ばしにしづらくなります。", + "landingp1": "市場にあるほとんどの生産性向上アプリは、それを使い続けることにインセンティブがないという問題を抱えています。Habiticaは楽しく習慣を生み出すことでこの問題を解決しています!成功に対しては報酬を、間違いに大してはペナルティを与えることで、Habiticaは日々の活動を完了させることへの外部からのモチベーションを提供しているのです。", + "landingp2": "あなたが良い習慣を続けている時や、日課を完了させた時、過去のやるべきことタスクに気を配ったときなどは、Habiticaからエクスペリエンスポイント(経験値)とゴールドが即座に送られます。経験を積んでいくのに従って、あなたはレベルアップすることができ、能力値を上昇させたり、クラスやペットなどの更なる機能をアンロックすることができます。ゴールドは経験値やあなた自身がモチベーション向上の為に作り出した個人的な報酬と引き換えられます。ほんの小さな成功でもすぐに報酬が得られるため、あなたは物事を先延ばしにしづらくなります。", "landingp2header": "簡単に得られる喜び", - "landingp3": "あなたが悪い習慣に溺れたり、日課を完了させられなかった時は、あなたのhealth(HP)が失われます。healthが低くなりすぎると、あなたは死んでしまい、作り上げてきた業績のいくつかを失ってしまうことでしょう。この速攻性のある仕組みにより、HabitRPGは実世界上で問題に鳴る前に、あなたの悪い習慣やタスクの先延ばしをなくすことに役立つことでしょう。", + "landingp3": "あなたが悪い習慣に溺れたり、日課を完了させられなかった時は、あなたのhealth(HP)が失われます。healthが低くなりすぎると、あなたは死んでしまい、作り上げてきた業績のいくつかを失ってしまうことでしょう。この速攻性のある仕組みにより、Habiticaは実世界上で問題に鳴る前に、あなたの悪い習慣やタスクの先延ばしをなくすことに役立つことでしょう。", "landingp3header": "結果", - "landingp4": "活発なコミュニティにいる場合、HabitRPGはあなたにタスクに向かい続けることの責任を提供することになります。パーティシステムを用いると、あなたを応援してくれる近しい友達とグループをくむことができます。ギルドシステムはあなたと似たような興味や障害を持った人たちを探すことに役立ちます。そしてあなたの目標を共有したり、あなたの問題にどう立ち向かうかのヒントを得ることもできます。HabitRPGにおいては、コミュニティはサポートの場であり、同時に成功することの責任を与えられる場でもあります。", + "landingp4": "活発なコミュニティにいる場合、Habiticaはあなたにタスクに向かい続けることの責任を提供することになります。パーティシステムを用いると、あなたを応援してくれる近しい友達とグループをくむことができます。ギルドシステムはあなたと似たような興味や障害を持った人たちを探すことに役立ちます。そしてあなたの目標を共有したり、あなたの問題にどう立ち向かうかのヒントを得ることもできます。Habiticaにおいては、コミュニティはサポートの場であり、同時に成功することの責任を与えられる場でもあります。", "landingp4header": "責任", - "leadText": "HabitRPGは日常生活のゲーム化で習慣作りと効率性を上げる無料アプリです。ゲーム内のご褒美と懲罰のモチベーションと強いソーシャルネットワークの応援を含むHabitRPGは、より健康、真面目、愉快な自分になりたい方への力になる。", + "leadText": "Habiticaは日常生活のゲーム化で習慣作りと効率性を上げる無料アプリです。ゲーム内のご褒美と懲罰のモチベーションと強いソーシャルネットワークの応援を含むHabiticaは、より健康、真面目、愉快な自分になりたい方への力になる。", "login": "ログイン", "loginAndReg": "ログイン / 登録", "loginFacebookAlt": "ログイン / Facebookのアカウントで登録", "logout": "ログアウト", "marketing1Header": "ゲームで遊びながら習慣を改善する", - "marketing1Lead1": "HabitRPGはあなたの実生活の習慣を改善させるためのゲームです。あなたの全てのタスク(習慣タスク、日課、やるべきことタスク) を、あなたが倒すべきモンスターたちに変換することで、あなたの人生をゲームのようにします。これらのタスクにより多く取り組むことで、あなたはゲームの中で成長することができます。一方で実生活で失敗してしまうと、ゲーム内のあなたのキャラクターも後戻りしてしまうでしょう。", + "marketing1Lead1": "Habiticaはあなたの実生活の習慣を改善させるためのゲームです。あなたの全てのタスク(習慣タスク、日課、やるべきことタスク) を、あなたが倒すべきモンスターたちに変換することで、あなたの人生をゲームのようにします。これらのタスクにより多く取り組むことで、あなたはゲームの中で成長することができます。一方で実生活で失敗してしまうと、ゲーム内のあなたのキャラクターも後戻りしてしまうでしょう。", "marketing1Lead2": "素晴らしい装備を手に入れよう. あなたのアバターを作り上げるために、習慣を改善していきましょう。手に入れた装備を使ってオリジナリティのあるアバターを作りましょう!", "marketing1Lead2Title": "素晴らしい装備を手に入れよう", - "marketing1Lead3": "ランダムな報酬を探そう. ギャンブル的要素によりやる気を引き起こされる人たちがいます。このシステムは「確率的報酬」と呼ばれています。HabitRPGは下記のやる気を引き起こすスタイルを提供しています。ポジティブなもの、ネガティブなもの、予測可能なもの、そしてランダムのものです。", + "marketing1Lead3": "ランダムな報酬を探そう. ギャンブル的要素によりやる気を引き起こされる人たちがいます。このシステムは「確率的報酬」と呼ばれています。Habiticaは下記のやる気を引き起こすスタイルを提供しています。ポジティブなもの、ネガティブなもの、予測可能なもの、そしてランダムのものです。", "marketing1Lead3Title": "ランダムな報酬を探そう", "marketing2Header": "友達と競争しましょう!面白そうなグループに入りましょう!", - "marketing2Lead1": "HabitRPGは一人でプレイすることもできますが、他の人との協力や競争、目標のコミットメントを始めることで、より可能性が広がっていきます。自分を向上させるあらゆるプログラムにおける最も効果的な要素は社会的な責任であり、これら責任や競争のための環境としてはビデオゲームこそが最良の環境なのです。", + "marketing2Lead1": "Habiticaは一人でプレイすることもできますが、他の人との協力や競争、目標のコミットメントを始めることで、より可能性が広がっていきます。自分を向上させるあらゆるプログラムにおける最も効果的な要素は社会的な責任であり、これら責任や競争のための環境としてはビデオゲームこそが最良の環境なのです。", "marketing2Lead2": "ボス戦はRPGには欠かせません。パーティを作ってボスと戦いましょう。ボスと戦うときは 「連帯責任モード」になります。あなたがタスクに失敗すれば、ボスは パーティ全員にダメージを与えます。", "marketing2Lead2Title": "ボス", "marketing2Lead3": "チャレンジ 友達や周りの人たちと競い合いましょう。チャレンジが終了したときにトップにいた人に特別な報酬が渡されます。", "marketing3Header": "アプリ", "marketing3Lead1": "iPhone & Android アプリを用いると、外出先でも作業することができます。ウェブサイトにログインしてボタンをクリックすることはドラッグのようであるとを我々は実感しています。", - "marketing3Lead2": "他の3rd Party ToolsはHabitRPGを生活の様々な側面につなげます。私達のAPIは簡単なインテグレーションをChrome拡張機能のようなものに提供します。そのため、非生産的なウェブサイトを閲覧するとき、あなたはポイントを失って、生産的なものに関して閲覧するとポイントを得られます。詳細はこちら", + "marketing3Lead2": "他の3rd Party ToolsはHabiticaを生活の様々な側面につなげます。私達のAPIは簡単なインテグレーションをChrome拡張機能のようなものに提供します。そのため、非生産的なウェブサイトを閲覧するとき、あなたはポイントを失って、生産的なものに関して閲覧するとポイントを得られます。詳細はこちら", "marketing4Header": "組織での利用", "marketing4Lead1": "教育はゲーミフィケーションにとって最良の分野の一つです。最近では生徒たちはスマートフォンやゲームに夢中になっていることは周知の通りですから、これを利用しない手はありません!生徒たちをお互いに競い合わせるのです。良い行動にはレアな報酬を与えるようにしましょう。成績や行動の変化が現れるはずです。", "marketing4Lead1Title": "教育におけるゲーミフィケーション", - "marketing4Lead2": "健康管理のコストは増大の一途をたどっており、社会や企業に与える影響も大きくなっています。数多くのプログラムが健康管理のコストを削減し、健康を促進するために計画されています。HabitRPGも健康なライフスタイルに向かうための、しっかりとした道を築きあげるものだと私たちは考えています。", + "marketing4Lead2": "健康管理のコストは増大の一途をたどっており、社会や企業に与える影響も大きくなっています。数多くのプログラムが健康管理のコストを削減し、健康を促進するために計画されています。Habiticaも健康なライフスタイルに向かうための、しっかりとした道を築きあげるものだと私たちは考えています。", "marketing4Lead2Title": "健康管理のゲーミフィケーション", "marketing4Lead3-1": "あなたの生活をゲームにしたいですか?", "marketing4Lead3-2": "教育や健康管理、その他の活動中のグループに興味がありますか?", @@ -126,16 +126,16 @@ "passMan": "パスワードマネージャー ( 1Passwordなど ) を使用していて、ログインに問題が生じた場合には、ユーザー名とパスワードを手動で入力してみてください。", "password": "パスワード", "playButton": "遊ぶ", - "playButtonFull": "HabitRPGで遊ぶ", + "playButtonFull": "Habiticaで遊ぶ", "presskit": "プレスキット", "presskitDownload": "全ての画像をダウンロード", - "presskitText": "HabitRPGに興味を持っていただきありがとうございます。以下の画像はHabitRPGに関する記事や動画でお使いいただけます。より詳しい情報につきましてはSiena Leslie(leslie@habitrpg.com)までご連絡ください。", + "presskitText": "Habiticaに興味を持っていただきありがとうございます。以下の画像はHabiticaに関する記事や動画でお使いいただけます。より詳しい情報につきましてはSiena Leslie(leslie@habitica.com)までご連絡ください。", "privacy": "プライバシーポリシー", "psst": "ほら!", "punishByline": "Break bad habits and procrastination cycles with immediate consequences.", - "punishHeading1": "Miss a daily goal?", - "punishHeading2": "Lose health!", - "questByline1": "Playing with your friends keeps you accountable for your tasks.", + "punishHeading1": "デーリー目的を忘れた?", + "punishHeading2": "HPを減る!", + "questByline1": "仲間と一緒にプレーをしたら自分のタスクに責任を感じさせます。", "questByline2": "Issue each other Challenges to complete a goal together!", "questHeading1": "友達と怪物を戦う!", "questHeading2": "If you slack off, they all get hurt!", @@ -152,9 +152,9 @@ "schoolSample3": "勉強会をする", "schoolSample4": "1章のノートを書く", "schoolSample5": "1章を読む", - "sixteenBitFilQuote": "HabitRPGのお陰で記録的なスピードで仕事とタスクを達成している。次のレベルアップに着くまでずっとハラハラだ!", + "sixteenBitFilQuote": "Habiticaのお陰で記録的なスピードで仕事とタスクを達成している。次のレベルアップに着くまでずっとハラハラだ!", "skysailorQuote": "My party and our quests keep me engaged in the game, which keeps me motivated to get things done and change my life in positive ways", - "socialTitle": "HabitRPG あなたの人生をゲームにしましょう!", + "socialTitle": "Habitica あなたの人生をゲームにしましょう!", "supermouse35Quote": "I'm exercising more and I haven't forgotten to take my meds for months! Thanks, Habit. :D", "sync": "同期", "tasks": "タスク", @@ -172,11 +172,11 @@ "username": "ユーザー名", "watchVideos": "動画を見る", "work": "仕事", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "zelahQuote": "With Habitica, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", "reportAccountProblems": "アカウントの問題を報告する", "reportCommunityIssues": "コミュニティの問題を報告する", "generalQuestionsSite": "サイトに関するご質問", "businessInquiries": "ビジネスに関するお問い合わせ", "merchandiseInquiries": "商品化窓口お問い合わせ", "marketingInquiries": "マーケティング・ソーシャルメディアに関するお問い合わせ" -} \ No newline at end of file +} diff --git a/common/locales/ja/gear.json b/common/locales/ja/gear.json index 0afde16864..544ce711ca 100644 --- a/common/locales/ja/gear.json +++ b/common/locales/ja/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "雪のローブ", "armorSpecialSnowflakeNotes": "吹雪の中でも暖かさを保つローブ。体質が<%= con %>上がる。2013年-2014年冬季限定版装備。", "armorSpecialBirthdayText": "パーティーローブ", - "armorSpecialBirthdayNotes": "HabitRPGの誕生日おめでとう!この素晴らしい日を祝うために、このおかしなパーティーローブを着てください。効果なし。", + "armorSpecialBirthdayNotes": "Habiticaの誕生日おめでとう!この素晴らしい日を祝うために、このおかしなパーティーローブを着てください。効果なし。", "armorSpecialBirthday2015Text": "ばかげたパーティーローブ", - "armorSpecialBirthday2015Notes": "HabitRPGの誕生日おめでとう!この素晴らしい日を祝うために、このばかげたパーティーローブを着てください。効果なし。", + "armorSpecialBirthday2015Notes": "Habiticaの誕生日おめでとう!この素晴らしい日を祝うために、このばかげたパーティーローブを着てください。効果なし。", "armorSpecialGaymerxText": "虹色の戦士の鎧", "armorSpecialGaymerxNotes": "プライドシーズンとGaymerXを記念するこの特殊な鎧は、輝くカラフルな虹模様で飾られている! GaymerXはLGBTQやゲームを祝うゲーム大会で、誰でも参加することができる。これは、7月の11日-13日までにサンフランシスコのダウンタウンインターコンチネンタルで開催される!効果なし。", "armorSpecialSpringRogueText": "キャットスーツ", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "片眼鏡を別として、ゴーグルよりファンシーなアイウェアはない。効果なし。3015年7月購読者限定アイテム。", "eyewearMystery301405Text": "片眼鏡", "eyewearMystery301405Notes": "ゴーグルを別として、片眼鏡よりファンシーなアイウェアはない。効果なし。3015年7月購読者限定アイテム。" -} \ No newline at end of file +} diff --git a/common/locales/ja/generic.json b/common/locales/ja/generic.json index 153a7cb7fd..12b5de7d1d 100644 --- a/common/locales/ja/generic.json +++ b/common/locales/ja/generic.json @@ -1,11 +1,11 @@ { "languageName": "日本語", "stringNotFound": "文字例 '<%= string %>' が見つかりません。", - "titleIndex": "HabitRPG | あなたの人生のRPG", + "titleIndex": "Habitica | あなたの人生のRPG", "habitica": "Habitica", "expandToolbar": "ツールバーを開く", "collapseToolbar": "ツールバーを閉じる", - "markdownBlurb": "HabitRPGはmarkdownのメッセージフォーマティングを利用しています。詳しくはmarkdownカンニングペーパーにて。", + "markdownBlurb": "Habiticaはmarkdownのメッセージフォーマティングを利用しています。詳しくはmarkdownカンニングペーパーにて。", "showFormattingHelp": "フォーマッティング・ヘルプを表示する", "hideFormattingHelp": "フォーマッティング・ヘルプを隠す", "youType": "これを記入すれば:", @@ -14,8 +14,8 @@ "bold": "**太字**", "strikethrough": "~~取り消し線~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG最高!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"任意のマウスオーバーする際表示されるタイトル\")", + "markdownLinkEx": "[Habitica最高!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"任意のマウスオーバーする際表示されるタイトル\")", "unorderedListHTML": "+ アイテム①
+ アイテム②
+ アイテム③", "unorderedListMarkdown": "+ アイテム①\n+ アイテム②\n+ アイテム③", "code": "`コード`", @@ -61,13 +61,13 @@ "veteranText": "Habit The Grey (以前のウェブサイト)は役目を終え、数々のバグから多くの教訓を得ることができました。", "originalUser": "オリジナルユーザー", "originalUserText": "当初からのアーリーアダプターの一人です。アルファーテスターについてお話しください!", - "habitBirthday": "HabitRPGの誕生日パーティ", - "habitBirthdayText": "HabitRPGの誕生日パーティーを祝いました!", - "habitBirthdayPluralText": "HabitRPGの誕生日パーティを<%= number %>回祝ったことがあります。", + "habitBirthday": "Habiticaの誕生日パーティ", + "habitBirthdayText": "Habiticaの誕生日パーティーを祝いました!", + "habitBirthdayPluralText": "Habiticaの誕生日パーティを<%= number %>回祝ったことがあります。", "achievementDilatory": "先延ばしの救世主", "achievementDilatoryText": "2014サマースプラッシュイベント期間中「先延ばしのドレッド・ドラゴン」の打倒バトルに戦いました!", "costumeContest": "2014年衣装コンテスト", - "costumeContestText": "2014 ハロウィン仮装コンテストに参加しました。 blog.habitrpg.com/tagged/cosplay でいくつかのエントリを参照してください!", + "costumeContestText": "2014 ハロウィン仮装コンテストに参加しました。 blog.habitica.com/tagged/cosplay でいくつかのエントリを参照してください!", "memberSince": "メンバー登録日", "lastLoggedIn": "最近ログイン", "notPorted": "この機能はオリジナルサイトからまだ移植されていません", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Gokulテーマ", "askQuestion": "質問をする", "reportBug": "バグを報告する", - "contributeToHRPG": "HabitRPGに貢献してください", + "contributeToHRPG": "Habiticaに貢献してください", "overview": "新規ユーザーのための概要", "January": "1月", "February": "2月", @@ -107,4 +107,4 @@ "dateFormat": "日付の形式", "achievementStressbeast": "Stoïkalmの救世主", "achievementStressbeastText": "2015年冬の不思議の国イベントの間に、非常に不快なストレス怪獣を倒すのを助けました!" -} \ No newline at end of file +} diff --git a/common/locales/ja/groups.json b/common/locales/ja/groups.json index 2a0281ee63..b7b702d2f6 100644 --- a/common/locales/ja/groups.json +++ b/common/locales/ja/groups.json @@ -70,7 +70,7 @@ "sortJoined": "パーティの入団日順で並べ替え", "sortName": "アバターの名前順で並べ替え", "sortBackgrounds": "バックグラウンドで並べ替え", - "sortHabitrpgJoined": "HabitRPGの登録日順に並べ替え", + "sortHabitrpgJoined": "Habiticaの登録日順に並べ替え", "sortHabitrpgLastLoggedIn": "最後にログインした時間順で並べ替え", "ascendingSort": "昇順に並べ替え", "descendingSort": "降順に並べ替え", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "グループリーダーだけがチャレンジを作成できます", "sendGift": "贈り物を送る", "inviteFriends": "友達を招待する", - "inviteAlertInfo": " ユーザーID で友人をここに招待する", + "inviteAlertInfo": " ユーザーID で友人をここに招待する", "inviteExistUser": "既存のユーザーを招待する", "inviteByEmail": "メールで友人を招待する。もし彼らがあなたのメール経由で参加したら、自動的にこのグループに招待されます。", "byColon": "で", @@ -123,4 +123,4 @@ "startAParty": "チームを作る", "addToParty": "チームに誰かを入れる", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/ja/limited.json b/common/locales/ja/limited.json index f99ddab4e4..f57ca95749 100644 --- a/common/locales/ja/limited.json +++ b/common/locales/ja/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>シエナレスリー<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>季節限定魔女<%= linkEnd %>", "seasonalShopClosedText": "季節品ショップは現在閉鎖されています!季節の魔女は今どこにいるかはわかりませんが、彼女は次の<%= linkStart %>グランドガーラ<%= linkEnd %>中に戻ってくるでしょう!", - "seasonalShopText": "季節限定ショップへようこそ! 春の 季節限定版グッズを揃えています。ここにあるものはすべて毎年スプリングフリング期間中に買う事ができますが、4月30日までしかオープンしていません。ですので今買い備えないと、買うのにまた一年またなければなりませんよ!", - "seasonalShopSummerText": "季節限定ショップへようこそ! 夏の 季節限定版グッズを揃えています。ここにあるものはすべて毎年サマースプラッシュイベント期間中に買う事ができますが、7月31日までしかオープンしていません。ですので今買い備えないと、買うのにまた一年またなければなりませんよ!", + "seasonalShopText": "季節限定ショップへようこそ! 春の 季節限定版グッズを揃えています。ここにあるものはすべて毎年スプリングフリング期間中に買う事ができますが、4月30日までしかオープンしていません。ですので今買い備えないと、買うのにまた一年またなければなりませんよ!", + "seasonalShopSummerText": "季節限定ショップへようこそ! 夏の 季節限定版グッズを揃えています。ここにあるものはすべて毎年サマースプラッシュイベント期間中に買う事ができますが、7月31日までしかオープンしていません。ですので今買い備えないと、買うのにまた一年またなければなりませんよ!", "seasonalShopRebirth": "もし転生のオーブを使ったのなら、アイテムショップをアンロックした後この装備を報酬欄に買い戻す事が出来ます。最初は、現在のクラス(デフォルトでは戦士)のアイテムしか買えないでしょう。でも心配しないで、あなたがクラスを切り替えれば、他のクラスのアイテムも可能になります。", "candycaneSet": "キャンディケイン (魔道士)", "skiSet": "スキーアサシン(盗賊)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "エメラルドマーメイジ(魔道士)", "reefSeahealerSet": "さんご礁のシーヒーラー(神官)", "roguishPirateSet": "いたずら好きな海賊(盗賊)" -} \ No newline at end of file +} diff --git a/common/locales/ja/messages.json b/common/locales/ja/messages.json index 543fd01587..b9bf2db136 100644 --- a/common/locales/ja/messages.json +++ b/common/locales/ja/messages.json @@ -21,12 +21,12 @@ "messageDropFood": "<%= dropArticle %><%= dropText %> を見つけました! <%= dropNotes %>", "messageDropEgg": "<%= dropText %>のたまごを見つけました! <%= dropNotes %>", "messageDropPotion": "<%= dropText %>孵化ポーションを見つけました! <%= dropNotes %>", - "messageDropQuest": "You've found a quest!", - "messageDropMysteryItem": "You open the box and find <%= dropText %>!", + "messageDropQuest": "クエストを見つかりました!", + "messageDropMysteryItem": "箱を開けて <%= dropText %>!を見つけます!", "messageFoundQuest": "\"<%= questText %>\" のクエストを見つけました!", - "messageAlreadyPurchasedGear": "You purchased this gear in the past, but do not currently own it. You can buy it again in the rewards column on the tasks page.", - "messageAlreadyOwnGear": "You already own this item. Equip it by going to the equipment page.", - "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", - "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", - "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file + "messageAlreadyPurchasedGear": "前にこのギアを買えましたが、今は有しません。再びタスクページの報酬列で買えられます。", + "messageAlreadyOwnGear": "このアイテムはもう有します。装備ページに行って装備して下さい。", + "armoireEquipment": "<%= image %>戸棚で珍しい装備を見つけました:<%= dropText %>! 素晴らしい!", + "armoireFood": "<%= image %>戸棚で漁って <%= dropArticle %><%= dropText %>. を見つけます。何でこの所に?", + "armoireExp": "戸棚と組み付いてエクスペリエンスを得ます。持ってけ!" +} diff --git a/common/locales/ja/npc.json b/common/locales/ja/npc.json index d57841e4c7..9948594779 100644 --- a/common/locales/ja/npc.json +++ b/common/locales/ja/npc.json @@ -21,8 +21,8 @@ "cool": "後で伝える", "dismissAlert": "この告示を閉じる", "donateText1": "あなたのアカウントに20ジェムを追加します。ジェムは、シャツやヘアスタイルなどの特別なゲーム内アイテムを購入するために使用されます。", - "donateText2": "HabitRPG の支援について", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donateText2": "Habitica の支援について", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", "donationDesc": "20ジェムを支払う", "payWithCard": "クレジットカードで支払う", "payNote": "備考:Paypalでの支払いは時間がかかることがあります。キャッシュカードのご使用をおすすめいたします。", @@ -52,10 +52,10 @@ "tourStatsPage": "これはあなたのステータスページです!タスクを完了して実績を受け取りましょう。", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "パーティーはあなたが責任を果たす事を助けてくれるでしょう。友達を招待してクエストスクロールをアンロックしましょう!", - "tourGuildsPage": "ギルドは共通の興味を持つプレイヤー同士のためのチャットグループです。リストから興味のあるグループを探して参加しましょう。だれでもHabitRPGに関する質問ができる、初心者のためのギルドのチェックも忘れずに!", + "tourGuildsPage": "ギルドは共通の興味を持つプレイヤー同士のためのチャットグループです。リストから興味のあるグループを探して参加しましょう。だれでもHabiticaに関する質問ができる、初心者のためのギルドのチェックも忘れずに!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "レベル4の始めから、タスクを完了するとたまごと孵化ポーションがランダムにドロップします。それらはここに表示され、ペットを孵化するのに使いましょう!市場でアイテムを買う事もできます。", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "装備はここに保管されています。武具はステータスに影響を与えます。ステータスを変えないままアバターに別の装備を付けたい時は「衣装を有効にする」をクリックしてください。", @@ -71,11 +71,11 @@ "tourHabitsProceed": "なるほど!", "tourRewardsBrief": "Reward List
  • Spend your hard-earned Gold here!
  • Purchase Equipment for your avatar, or set custom Rewards.
", "tourRewardsProceed": "以上です!", - "welcomeToHabit": "あなたの生活を向上させるゲーム、HabitRPGへようこそ!", + "welcomeToHabit": "あなたの生活を向上させるゲーム、Habiticaへようこそ!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "現実世界のタスクがあなたのアバターのヒットポイント(HP)、エクスペリエンス(EXP)、ゴールドに影響を与えます!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "あなたのHPを減らす、悪い習慣を避けましょう。さもないとあなたのアバターは死んでしまいます!", "welcome5": "それではアバターをカスタマイズしてタスクをセットしましょう…", "imReady": "準備してますよ!" -} \ No newline at end of file +} diff --git a/common/locales/ja/pets.json b/common/locales/ja/pets.json index f726d48a20..7b173f9f4b 100644 --- a/common/locales/ja/pets.json +++ b/common/locales/ja/pets.json @@ -9,12 +9,14 @@ "rareMounts": "レアマウントペット", "etherealLion": "エーテルライオン", "veteranWolf": "ベテラン狼", + "veteranTiger": "ベテラントラ", "cerberusPup": "ケルベロスの幼体", "hydra": "ヒドラ", "mantisShrimp": "シャコ", "mammoth": "長毛マンモス", "orca": "シャチ", - "rarePetPop1": "HabitRPGに貢献することを通してどのようにこの珍しいペットを得ることができるかについて、より多くを学ぶために、金の足をクリックしてください!", + "royalPurpleGryphon": "貝紫色のグリフォン", + "rarePetPop1": "Habiticaに貢献することを通してどのようにこの珍しいペットを得ることができるかについて、より多くを学ぶために、金の足をクリックしてください!", "rarePetPop2": "このペットを得る方法!", "potion": "<%= potionType %> ポーション", "egg": "<%= eggType %>の卵", @@ -28,7 +30,7 @@ "foodText": "餌", "food": "エサと鞍", "noFood": "エサか鞍がありません。", - "dropsExplanation": "タスクを完了したときのドロップを待ちたくないのであれば、ジェムでこれらのアイテムを手に入れましょう。ドロップシステムについてもっと知る。", + "dropsExplanation": "タスクを完了したときのドロップを待ちたくないのであれば、ジェムでこれらのアイテムを手に入れましょう。ドロップシステムについてもっと知る。", "beastMasterProgress": "ビーストマスター進捗", "beastAchievement": "全てのペットを集めたので「ビーストマスター」の称号を手に入れた!", "beastMasterName": "ビーストマスター", @@ -64,5 +66,5 @@ "petKeyMounts": "マウントペットを逃がす", "petKeyBoth": "両方逃がす", "petKeyNeverMind": "まだだ!", - "gemsEach": " 各ジェム" + "gemsEach": "各ジェム" } \ No newline at end of file diff --git a/common/locales/ja/quests.json b/common/locales/ja/quests.json index 5872b3c88e..f6b57d5f48 100644 --- a/common/locales/ja/quests.json +++ b/common/locales/ja/quests.json @@ -60,4 +60,4 @@ "questWarning": "クエストが始まる前に新しいプレイヤーがパーティに参加した場合、彼らもまた、招待状を受け取ります。ただし、クエストが開始した後は、新しいパーティメンバーはクエストに参加できません。", "bossRageTitle": "怒り", "bossRageDescription": "もしこのバーが満タンになると、ボスは特殊攻撃を放ちます!" -} \ No newline at end of file +} diff --git a/common/locales/ja/questscontent.json b/common/locales/ja/questscontent.json index 665f356ba4..e6525b11e9 100644 --- a/common/locales/ja/questscontent.json +++ b/common/locales/ja/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/ja/rebirth.json b/common/locales/ja/rebirth.json index c10de42212..96c9201f5d 100644 --- a/common/locales/ja/rebirth.json +++ b/common/locales/ja/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "転生: 新しい冒険が始められます!", - "rebirthUnlock": "「転生」機能をアンロックしました!この特別なアイテムを用いることで、今のタスクやアチーブメント、ペットなどの状態を保持したままレベル1からニューゲームを始めることができます。あなたが HabitRPG においてやれることを全てやりきってしまったと感じたときや、新しい機能を新鮮な目で経験してみたいと思ったときなどは、この機能を用いることで HabitRPG における新しい人生を始めることができます!", + "rebirthUnlock": "「転生」機能をアンロックしました!この特別なアイテムを用いることで、今のタスクやアチーブメント、ペットなどの状態を保持したままレベル1からニューゲームを始めることができます。あなたが Habitica においてやれることを全てやりきってしまったと感じたときや、新しい機能を新鮮な目で経験してみたいと思ったときなどは、この機能を用いることで Habitica における新しい人生を始めることができます!", "rebirthBegin": "転生: 新しい冒険をはじめる", "rebirthStartOver": "転生すると、新しいアカウントを作ったときのように、あなたのキャラクターをレベル1から再スタートします。", "rebirthAdvList1": "あなたのHPは満タンになります。", @@ -22,4 +22,4 @@ "rebirthPop": "実績、グッズ、およびタスクと履歴を保持して、レベル1で新しいキャラクターを始めます。", "rebirthName": "転生のオーブ", "reborn": "転生しました、最大レベル<%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/ja/settings.json b/common/locales/ja/settings.json index 1a397baa73..b62e1ada95 100644 --- a/common/locales/ja/settings.json +++ b/common/locales/ja/settings.json @@ -2,7 +2,7 @@ "settings": "設定", "language": "言語", "americanEnglishGovern": "翻訳の不一致が発生した場合、アメリカ英語版に統一します。", - "helpWithTranslation": "あなたはHabitRPGの翻訳のお役に立ちたいと思いますか?すばらしい!次に、このTrelloカードにアクセスしてください。", + "helpWithTranslation": "あなたはHabiticaの翻訳のお役に立ちたいと思いますか?すばらしい!次に、このTrelloカードにアクセスしてください。", "showHeaderPop": "アバター、経験値、HP、パーティを表示する。", "stickyHeader": "スティッキーヘッダー", "stickyHeaderPop": "画面の上部にヘッダーを固定します。チェックしないと、ビューの外にスクロールします。", @@ -15,7 +15,7 @@ "startAdvCollapsed": "タスクの拡張オプションが崩れました", "startAdvCollapsedPop": "このオプションを設定すると、編集のために最初にタスクを開いたときに、拡張オプションが非表示になります。", "showTour": "ツアーを表示する。", - "restartTour": "HabitRPGを始めた時の紹介ツアーを見る。", + "restartTour": "Habiticaを始めた時の紹介ツアーを見る。", "showBailey": "Baileyを表示する", "showBaileyPop": "過去のニュースを見直すことができるように、隠れているBailey the Town Crierを表示します。", "fixVal": "キャラクター設定値を直す", @@ -27,7 +27,7 @@ "resetAccount": "アカウントをリセットする", "resetAccPop": "全部のレベル、キン、ギア、履歴、業務が削除して始まりなおす", "deleteAccount": "アカウントを削除する", - "deleteAccPop": "HabitRPGのアカウントをキャンセルして、削除する。", + "deleteAccPop": "Habiticaのアカウントをキャンセルして、削除する。", "qrCode": "QRコード", "dataExport": "エクスポート", "saveData": "ここではハビットのデータを保存する方法のオプションがあります。", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "カスタムの日の更新", "24HrClock": "24時間時計", - "customDayStartInfo1": "HabitRPGはデフォルトで日課をあなたのタイムゾーンでの24時に毎日チェックしリセットします。変更する前に以下の情報を読むことが推奨されます:", - "customDayStartInfo4": "一日の開始時間のカスタマイズを変更する前に、日課を全て完了させてください、もしくは その日は宿屋に泊まってください。 一日の開始時間のカスタマイズを変更するとCronがすぐに実行されるかもしれませんが、最初の一日が過ぎれば期待通りに動作します。

変更が反映されるまで2時間みてください。例として、もし今 0(真夜中)と設定されているなら、夜10時より前に変更を行ってください。 もし夜9時と設定したいなら、夜7時より前に変更を行ってください。

時間を0から23(24時間時計)で入力してください。矢印キーよりタイプしたほうが効率的です。一度設定したら、リロードして新しい値が表示されるか確認してください。", + "customDayStartInfo1": "Habiticaはデフォルトで日課をあなたのタイムゾーンでの24時に毎日チェックしリセットします。変更する前に以下の情報を読むことが推奨されます:", + "customDayStartInfo4": "一日の開始時間のカスタマイズを変更する前に、日課を全て完了させてください、もしくは その日は宿屋に泊まってください。 一日の開始時間のカスタマイズを変更するとCronがすぐに実行されるかもしれませんが、最初の一日が過ぎれば期待通りに動作します。

変更が反映されるまで2時間みてください。例として、もし今 0(真夜中)と設定されているなら、夜10時より前に変更を行ってください。 もし夜9時と設定したいなら、夜7時より前に変更を行ってください。

時間を0から23(24時間時計)で入力してください。矢印キーよりタイプしたほうが効率的です。一度設定したら、リロードして新しい値が表示されるか確認してください。", "misc": "その他", "showHeader": "ヘッダーを表示する", "changePass": "パスワードを変更する", @@ -56,7 +56,7 @@ "dangerZone": "危険地帯", "resetText1": "ご注意ください‼ これでアカウントの色んなことをリセットします。普通にくじいていますことなんですが、時々これは便利なオプションになるかもしれません。たとえば、いろんなユーザーがHabitになれると始まり直したいから、リセットしたいと思いました。", "resetText2": "あなたはすべてのレベル、ゴールド、経験値を失います。すべてのタスクは完全に削除され、タスクの履歴データをすべて失います。すべての装備を失うことになりますが、既に自分が所有した、すべての限定版の装備または加入者ミステリーアイテムを含めて、すべて買い戻すことがでいます (クラス固有のギアを再購入することができる適切なクラスになる必要があります)。現在のクラスとあなたのペットと乗り物は維持されます。代わりに、はるかに安全なオプションで、あなたのタスクを保持する、オーブオブリバースの使用を好むかもしれません。", - "deleteText": "本当によろしいですか? あなたのアカウントを永遠に削除し、復元することはできません! もう一度HabitRPGを使用するには、新しいアカウントを登録する必要があります。銀行預金や使用したジェムは返金されません。絶対確実であれば、下のテキストボックスに <%= deleteWord %> を入力してください。", + "deleteText": "本当によろしいですか? あなたのアカウントを永遠に削除し、復元することはできません! もう一度Habiticaを使用するには、新しいアカウントを登録する必要があります。銀行預金や使用したジェムは返金されません。絶対確実であれば、下のテキストボックスに <%= deleteWord %> を入力してください。", "API": "API", "APIText": "サードパーティのアプリケーションで使用するために、これらをコピーしてください。しかし、APIトークンはパスワードのようなものと考えて、公に共有することはしないでください。時折ユーザーIDを求められることがありますが、GitHubを含め、他の人が見ることができる場所に決してAPIトークンを投稿しないでください。", "APIToken": "API トーケン ( これはパスワードで、上のご注意いを読んでください。)", @@ -79,13 +79,13 @@ "data": "データ", "exportData": "データをエクスポートする", "emailChange1": "メールアドレスを変更するには、メールを送ってください", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "古いメールアドレスとあなたのユーザIDとして使う新しいメールアドレスの両方を含んで", "username": "ログイン名", "usernameOrEmail": "ログイン名またはメールアドレス", "email": "メール", "registeredWithFb": "Facebookで登録", - "loginNameDescription1": "これはHabitRPGにログインするのに使うものです。行く", + "loginNameDescription1": "これはHabiticaにログインするのに使うものです。行く", "loginNameDescription2": "User->Profile", "loginNameDescription3": "アバターとチャットメッセージに表示される名前を変えるために", "emailNotifications": "メール通知", @@ -96,17 +96,17 @@ "giftedSubscription": "貰った購読", "invitedParty": "パーティへ招待されました", "invitedGuild": "ギルドへ招待されました", - "importantAnnouncements": "Your account is inactive", + "importantAnnouncements": "あなたのアカウントは非活動", "weeklyRecaps": "ここ一週間のあなたのアカウントの活動の概要", "questStarted": "あなたのクエストが始まりました", "invitedQuest": "クエストへ招待されました", "kickedGroup": "グループから追い出されました", - "remindersToLogin": "HabitRPGにチェックインするリマインダ", + "remindersToLogin": "Habiticaにチェックインするリマインダ", "unsubscribedSuccessfully": "購読を解除しました!", - "unsubscribedTextUsers": "全てのHabitRPGからのメールを購読解除しました。あなたが受け取りたいメールだけをthe settings(ログインが必要)から有効化できます。", - "unsubscribedTextOthers": "HabitRPGからの他のメールは受け取らなくなくなります。", + "unsubscribedTextUsers": "全てのHabiticaからのメールを購読解除しました。あなたが受け取りたいメールだけをthe settings(ログインが必要)から有効化できます。", + "unsubscribedTextOthers": "Habiticaからの他のメールは受け取らなくなくなります。", "unsubscribeAllEmails": "メールから購読解除をチェックしてください", - "unsubscribeAllEmailsText": "このボックスをチェックすることで、私は全てのメールを購読解除しHabitRPGはサイトや私のアカウントでの重要な変更を決してメールで通知できないことを理解した事を証明します。", + "unsubscribeAllEmailsText": "このボックスをチェックすることで、私は全てのメールを購読解除しHabiticaはサイトや私のアカウントでの重要な変更を決してメールで通知できないことを理解した事を証明します。", "correctlyUnsubscribedEmailType": "正しくCorrectly unsubscribed from \"<%= emailType %>\" emails.メールから購読解除されました。", "subscriptionRateText": " <%= months %>ヶ月毎に繰り返し<%= price %>ドル", "benefits": "便益", @@ -119,4 +119,4 @@ "promoCodeApplied": "プロモコードが適用されました!所持品を確認してください", "promoPlaceholder": "プロモコードを入力してください", "displayInviteToPartyWhenPartyIs1": "パーティにメンバーが1人の場合に「パーティに招待する」ボタンを表示する" -} \ No newline at end of file +} diff --git a/common/locales/ja/spells.json b/common/locales/ja/spells.json index bce031af36..52128b35f3 100644 --- a/common/locales/ja/spells.json +++ b/common/locales/ja/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "友達を海の生き物に変えよう!", "spellSpecialSandText": "砂", "spellSpecialSandNotes": "海の泡の効果を取り消す。" -} \ No newline at end of file +} diff --git a/common/locales/ja/subscriber.json b/common/locales/ja/subscriber.json index a999b97812..824594bd2b 100644 --- a/common/locales/ja/subscriber.json +++ b/common/locales/ja/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "ドル / 月", "organization": "組織", "groupPlans": "企業プラン", - "indivPlan1": "個人は、HabitRPG のプレーは無料。小さな利益団体も、無料 (または安価)", + "indivPlan1": "個人は、Habitica のプレーは無料。小さな利益団体も、無料 (または安価)", "indivPlan2": "は行動変容で参加者のやる気を引き出すために使用することができます。書き込みグループ、アートの課題などを考えてみてください。", - "groupText1": "しかし、グループのリーダーはもっとコントロール、プライバシー、セキュリティ、およびサポートを希望するかもしれません。たとえば、家族、健康やウェルネスのグループ、従業員グループ、およびその他などのグループです。このプランでは、あなたのグループや組織に HabitRPG のプライベートインスタンスを提供し、安全で独立した", + "groupText1": "しかし、グループのリーダーはもっとコントロール、プライバシー、セキュリティ、およびサポートを希望するかもしれません。たとえば、家族、健康やウェルネスのグループ、従業員グループ、およびその他などのグループです。このプランでは、あなたのグループや組織に Habitica のプライベートインスタンスを提供し、安全で独立した", "groupText2": "追加のプランの特典は下記を参照してください。もっと詳しい情報は私達に問い合わせしてください!", "planFamily": "ファミリー(近日公開)", "planGroup": "グループ(近日公開)", "dedicatedHost": "専用ホスティング", - "dedicatedHostText": "専用ホスティング: HabitRPGによってホストされる、あなた自身のデータベースとサーバーをあなたが利用するか、必要に応じて私たちはあなたの組織のネットワークにインストールします。チェックされていない場合は、\"共有ホスティング\" プランを使用します: 独立したHabiticaを実行して、あなたの組織は適切なHabitRPGとして同じデータベースを使用します。あなたのメンバーは酒場とギルドから遮蔽されていますが、それでも同じサーバー/データベース上にいます。", + "dedicatedHostText": "専用ホスティング: Habiticaによってホストされる、あなた自身のデータベースとサーバーをあなたが利用するか、必要に応じて私たちはあなたの組織のネットワークにインストールします。チェックされていない場合は、\"共有ホスティング\" プランを使用します: 独立したHabiticaを実行して、あなたの組織は適切なHabiticaとして同じデータベースを使用します。あなたのメンバーは酒場とギルドから遮蔽されていますが、それでも同じサーバー/データベース上にいます。", "individualSub": "個人応募", "subscribe": "購入", "subscribed": "購入した", @@ -33,9 +33,9 @@ "adminSub": "管理者の購読", "morePlans": "今後の予定
近日公開", "organizationSub": "任意団体", - "organizationSubText": "組織のメンバーが、適切に HabitRPG の外側に参加して、あなたの参加者に焦点を当てます。", + "organizationSubText": "組織のメンバーが、適切に Habitica の外側に参加して、あなたの参加者に焦点を当てます。", "hostingType": "ホスティングタイプ", - "hostingTypeText": "共有ホスティングは、Habiticaと相互作用しなくても、あなたの組織が適切なHabitRPGと同じデータベースを使用するという意味です。専用は、独自のデータベースとサーバーを得ることを意味します。HabitRPGのホストにあなたのサーバ/DBを持つか、私たちはあなた自身のサーバーにインストールするかを選択することができます。", + "hostingTypeText": "共有ホスティングは、Habiticaと相互作用しなくても、あなたの組織が適切なHabiticaと同じデータベースを使用するという意味です。専用は、独自のデータベースとサーバーを得ることを意味します。Habiticaのホストにあなたのサーバ/DBを持つか、私たちはあなた自身のサーバーにインストールするかを選択することができます。", "dedicated": "専用", "customDomain": "カスタムドメイン", "customDomainText": "私たちは、必要に応じてあなたのインストールに独自のドメインを与えることができます。", @@ -58,7 +58,7 @@ "buySubsText": "ゴールドでジェム購入、広告なし、開発者のサーポート", "sureCancelSub": "購読が停止されます。よろしいですか?", "subCanceled": "購読が無効となるのは", - "subGemPop": "あなたはHabitRPGに加入していますので、あなたはGoldを使って毎月いくらかジェムを購入することができます。いくつ購入できるかについてはジェムアイコンのコーナーで確認することができます。", + "subGemPop": "あなたはHabiticaに加入していますので、あなたはGoldを使って毎月いくらかジェムを購入することができます。いくつ購入できるかについてはジェムアイコンのコーナーで確認することができます。", "subGemName": "購読者ジェム", "timeTravelers": "タイムトラベラーズ", "timeTravelersTitleNoSub": "<%= linkStartTyler %>タイラー<%= linkEnd %>と<%= linkStartVicky %>ビッキー<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "クレジットカード情報を変更する", "subUpdateTitle": "更新", "subUpdateDescription": "支払いに使用するクレジットカード情報を変更する" -} \ No newline at end of file +} diff --git a/common/locales/ja/tasks.json b/common/locales/ja/tasks.json index 8e7a510ac8..5c6816283e 100644 --- a/common/locales/ja/tasks.json +++ b/common/locales/ja/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "削除が完了しました", "lotOfToDos": "完了したやるべきことタスクは自動的に3日後にアーカイブされます。設定> エクスポートから確認することができます。", "deleteToDosExplanation": "下のボタンをクリックすると、完了したやるべきことと、アーカイブ済の完了したやるべきことは完全に削除されます。それらの記録を保存しておきたい場合は、まずエクスポートしてください。", - "beeminderDeleteWarning": "Beeminder ユーザー: はじめに お読みください Beeminderと混同せずに、完了したやるべきことを削除するには!", + "beeminderDeleteWarning": "Beeminder ユーザー: はじめに お読みください Beeminderと混同せずに、完了したやるべきことを削除するには!", "addmultiple": "複数追加", "addsingle": "一つ追加", "habits": "習慣タスク", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "あなたは宿に泊まっています!日課が未実施でも今晩あなたはダメージを受けません。ですが日課は毎日リフレッシュされます。もしクエスト中であれば、宿をチェックアウトするまでダメージをうけたりアイテムを集めたりできません、ですがあなたのパーティの仲間が日課をスキップしたら、あなたはダメージを受けます。", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Click for help" -} \ No newline at end of file +} diff --git a/common/locales/nl/backgrounds.json b/common/locales/nl/backgrounds.json index 90ee52fc46..937fc74956 100644 --- a/common/locales/nl/backgrounds.json +++ b/common/locales/nl/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surf een enorme golf!", "backgroundSunkenShipText": "Scheepswrak", "backgroundSunkenShipNotes": "Verken een scheepswrak." -} \ No newline at end of file +} diff --git a/common/locales/nl/challenge.json b/common/locales/nl/challenge.json index 21163a9f25..3a19eedda0 100644 --- a/common/locales/nl/challenge.json +++ b/common/locales/nl/challenge.json @@ -33,10 +33,10 @@ "challengeTagPop": "Uitdagingen zijn te zien op labellijsten en op taakomschrijvingen. Dus hoewel je een omschrijvende titel wil voor hierboven, heb je ook een 'korte naam' nodig. '5 kilo afvallen in drie maanden' kan bijvoorbeeld worden afgekort to '-5kg' (Klik voor meer informatie).", "challengeDescr": "Beschrijving", "prize": "Prijs", - "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", - "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", + "prizePop": "Als iemand jouw uitdaging 'wint', kun je de winnaar mogelijk edelstenen als prijs uitreiken. Max = het aantal edelstenen dat jij hebt (+ gilde-edelstenen, als jij het gilde van deze uitdaging hebt aangemaakt). Let op: de prijs kan later niet veranderd worden.", + "prizePopTavern": "Als iemand jouw uitdaging 'wint', kun je de winnaar edelstenen als prijs uitreiken. Max = het aantal edelstenen dat jij in je bezit hebt. Let op: de prijs kan later niet veranderd worden en Herberguitdagingen worden niet terugbetaald als de uitdaging wordt geannuleerd.", "publicChallenges": "Minimaal 1 edelsteen voor openbare uitdagingen (helpt spam voorkomen, echt).", - "officialChallenge": "Officiële HabitRPG-Uitdaging", + "officialChallenge": "Officiële Habitica-Uitdaging", "by": "door", "participants": "<%= membercount %> deelnemers", "join": "Meedoen", @@ -56,5 +56,5 @@ "backToChallenges": "Terug naar alle uitdagingen", "prizeValue": "<%= gemcount %> <%= gemicon %> prijs", "clone": "Kopiëren", - "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file + "challengeNotEnoughGems": "Je hebt niet genoeg edelstenen om deze uitdaging te plaatsen." +} diff --git a/common/locales/nl/character.json b/common/locales/nl/character.json index c68e603234..c5b65af17b 100644 --- a/common/locales/nl/character.json +++ b/common/locales/nl/character.json @@ -56,7 +56,7 @@ "costumeText": "Als een andere uitrusting mooier vindt dan de uitrusting die je gebruikt, vink dan \"Kostuum gebruiken\" aan om een andere uitrusting zichtbaar te maken terwijl je je strijduitrusting eronder draagt.", "useCostume": "Kostuum gebruiken", "useCostumeInfo1": "Klik op \"Kostuum gebruiken\" om je avatar voorwerpen aan te laten trekken zonder de eigenschappen je je met je strijduitrusting krijgt te veranderen! Hierdoor kun je links de uitrusting met de beste eigenschappen gebruiken, en rechts je avatar aankleden met andere uitrusting.", - "useCostumeInfo2": "Als je op \"Kostuum gebruiken\" klikt, ziet je avatar er vrij simpel uit... maar maak je geen zorgen! Als je aan de linkerkant kijkt, zie je dat je strijduitrusting nog steeds actief is. Nu kun je het interessant maken! Alles wat je aan de rechterkant aanklikt om aan te trekken heeft geen invloed op je eigenschappen, maar kan er wel voor zorgen dat je er fantastisch uitziet. Probeer de verschillende combinaties eens - mix verschillende sets, en zoek je kostuum uit bij je huisdieren, rijdieren en achtergronden.

Heb je nog vragen? Kijk dan eens naar de Kostuumpagina op de wiki. Heb je de perfecte outfit gevonden? Laat hem dan zien in het Verkleedgilde of schep erover op in de Herberg!", + "useCostumeInfo2": "Als je op \"Kostuum gebruiken\" klikt, ziet je avatar er vrij simpel uit... maar maak je geen zorgen! Als je aan de linkerkant kijkt, zie je dat je strijduitrusting nog steeds actief is. Nu kun je het interessant maken! Alles wat je aan de rechterkant aanklikt om aan te trekken heeft geen invloed op je eigenschappen, maar kan er wel voor zorgen dat je er fantastisch uitziet. Probeer de verschillende combinaties eens - mix verschillende sets, en zoek je kostuum uit bij je huisdieren, rijdieren en achtergronden.

Heb je nog vragen? Kijk dan eens naar de Kostuumpagina op de wiki. Heb je de perfecte outfit gevonden? Laat hem dan zien in het Verkleedgilde of schep erover op in de Herberg!", "gearAchievement": "Je hebt de pretatie \"Hoogst haalbare uitrusting\" behaald door de hoogst haalbare uitrusting voor je klasse aan te schaffen! Je hebt de volgende complete sets behaald:", "moreGearAchievements": "Om meer van de \"Hoogst haalbare uitrusting\"-badges te halen, kun je van klasse veranderen op de stats-pagina en de uitrusting van je nieuwe klasse kopen!", "armoireUnlocked": "Je hebt ook het betoverde kabinet ontgrendeld! Klik op het betoverde kabinet onder beloningen en maak kans op speciale uitrustingsstukken! Het kabinet kan je ook willekeurig ervaringspunten en voedsel geven.", @@ -77,7 +77,7 @@ "allocatePerPop": "Voeg punt toe aan Perceptie", "allocateInt": "Punten toegewezen aan Intelligentie:", "allocateIntPop": "Voeg punt toe aan Intelligentie", - "noMoreAllocate": "Nu je niveau 100 bent, verdien je geen nieuwe eigenschapspunten meer. Je kunt doorgaan met hogere niveaus bereiken of een nieuw avontuur beginnen vanaf niveau 1 door de Bol der Hergeboorte te gebruiken. Deze is nu gratis te krijgen op de markt.", + "noMoreAllocate": "Nu je niveau 100 bent, verdien je geen nieuwe eigenschapspunten meer. Je kunt doorgaan met hogere niveaus bereiken of een nieuw avontuur beginnen vanaf niveau 1 door de Bol der Hergeboorte te gebruiken. Deze is nu gratis te krijgen op de markt.", "stats": "Statistieken", "strength": "Kracht", "strengthText": "Kracht verhoogt de kans op willekeurige \"voltreffers\" en de extra goud, ervaringspunten, en vondstkans van deze voltreffers. Het helpt ook schade toe te brengen aan eindbazen.", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Huisdier, rijdier en achtergrond uitschakelen", "animalSkins": "Dierenvelletjes", "chooseClassHeading": "Kies een klasse! Of kies ervoor om later te beslissen.", - "warriorWiki": "Krijger", - "mageWiki": "Magiër", - "rogueWiki": "Dief", - "healerWiki": "Heler", - "chooseClassLearn": "Leer meer over klassen", + "warriorWiki": "Krijger", + "mageWiki": "Magiër", + "rogueWiki": "Dief", + "healerWiki": "Heler", + "chooseClassLearn": "Leer meer over klassen", "str": "KRA", "con": "LIC", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/nl/communityguidelines.json b/common/locales/nl/communityguidelines.json index 965576bdbf..907e5cc660 100644 --- a/common/locales/nl/communityguidelines.json +++ b/common/locales/nl/communityguidelines.json @@ -2,12 +2,12 @@ "iAcceptCommunityGuidelines": "Ik stem ermee in me aan de gemeenschapsrichtlijnen te houden", "tavernCommunityGuidelinesPlaceholder": "Vriendelijke herinnering: dit is een chat voor alle leeftijden, dus houd alsjeblieft de inhoud en taal gepast. Raadpleeg de gemeenschapsrichtlijnen hieronder indien je vragen hebt.", "commGuideHeadingWelcome": "Welkom in Habitica!", - "commGuidePara001": "Wees gegroet, avonturier! Welkom in Habitica, het land van productiviteit, een gezonde levensstijl, en de incidentele op hol geslagen griffioen. We hebben een vrolijke gemeenschap van behulpzame mensen die elkaar ondersteunen op weg naar zelfverbetering. ", + "commGuidePara001": "Wees gegroet, avonturier! Welkom in Habitica, het land van productiviteit, een gezonde levensstijl, en de incidentele op hol geslagen griffioen. We hebben een vrolijke gemeenschap van behulpzame mensen die elkaar ondersteunen op weg naar zelfverbetering.", "commGuidePara002": "Om iedereen in de gemeenschap veilig, gelukkig en productief te houden, hebben we enkele richtlijnen. We hebben ze zorgvuldig samengesteld om zo vriendelijk en leesbaar mogelijk te zijn. Neem alsjeblieft even de tijd om ze door te lezen.", "commGuidePara003": "Deze regels gelden voor alle gemeenschappelijke ruimtes die we gebruiken, inclusief (maar niet noodzakelijkerwijs beperkt tot) Trello, GitHub, Transifex, en de Wikia (beter bekend als wiki). Soms doen zich onvoorziene situaties voor, zoals een nieuwe bron van conflict of een wrede dodenbezweerder. Als dit gebeurt, kunnen de beheerders deze richtlijnen aanpassen om de gemeenschap tegen nieuwe dreigingen te beschermen. Vrees niet: je wordt via een aankondiging van Bailey op de hoogte gesteld als de richtlijnen veranderen.", "commGuidePara004": "Houd je ganzenveren en perkamentrollen bij de hand om aantekeningen te maken, en laten we beginnen!", "commGuideHeadingBeing": "Een Habiticaan zijn", - "commGuidePara005": "HabitRPG is op de eerste plaats een website die zich richt op verbetering. Daardoor hebben we het geluk gehad dat we een van de warmste, vriendelijkste, meest hoffelijke en ondersteunende gemeenschappen op het internet hebben aangetrokken. Habiticanen worden gedefinieerd door vele karaktertrekken. Enkele van de vaakst voorkomende en meest opvallende zijn:", + "commGuidePara005": "Habitica is op de eerste plaats een website die zich richt op verbetering. Daardoor hebben we het geluk gehad dat we een van de warmste, vriendelijkste, meest hoffelijke en ondersteunende gemeenschappen op het internet hebben aangetrokken. Habiticanen worden gedefinieerd door vele karaktertrekken. Enkele van de vaakst voorkomende en meest opvallende zijn:", "commGuideList01A": "Behulpzaamheid. Veel leden steken tijd en energie in het helpen en wegwijs maken van nieuwe leden. Het Newbies-gilde is bijvoorbeeld een gilde die gewijd is aan het beantwoorden van vragen van leden. Als je denkt dat je kunt helpen, wees dan niet verlegen!", "commGuideList01B": "IJverigheid. Habiticanen werken hard om hun leven te verbeteren, maar helpen ook mee met het maken van de site en het constant verbeteren ervan. We zijn een open-sourceproject, dus we zijn allemaal voortdurend bezig om de site zo goed mogelijk te maken.", "commGuideList01C": "Een ondersteunende houding. Habiticanen juichen voor elkaars overwinningen en troosten elkaar in moeilijke tijden. We geven elkaar kracht, leunen op elkaar en leren van elkaar. In groepen doen we dit met onze toverspreuken; in chatrooms doen we dit met vriendelijke en ondersteunende woorden.", @@ -15,44 +15,44 @@ "commGuideHeadingMeet": "Leer de beheerders kennen!", "commGuidePara006": "Habitica heeft een aantal onvermoeibare dolende ridders die samen met de werknemers de gemeenschap kalm, tevreden en trolvrij houden. Ze hebben allemaal een eigen domein maar worden soms gevraagd om in een ander deel van de gemeenschap actief te zijn. Werknemers en beheerders laten officiële uitspraken vaak voorafgaan door de woorden \"Mod Talk\" of \"Mod Hat On\".", "commGuidePara007": "Werknemers hebben paarse naamlabels met kroontjes erop. Hun titel is \"Heroisch\".", - "commGuidePara008": "Beheerders hebben donkerblauwe labels met sterren erop. Hun titel is \"Bewaker\". De enige uitzondering is Bailey, die als NPC een zwart-met-groen label heeft met een ster erop. ", + "commGuidePara008": "Beheerders hebben donkerblauwe labels met sterren erop. Hun titel is \"Bewaker\". De enige uitzondering is Bailey, die als NPC een zwart-met-groen label heeft met een ster erop.", "commGuidePara009": "De huidige werknemers zijn (van links naar rechts):", "commGuidePara009a": "op Trello", "commGuidePara009b": "op GitHub", - "commGuidePara010": "Er zijn diverse beheerders die de werknemers assisteren. Ze zijn zorgvuldig gekozen, dus behandel ze alsjeblieft met respect en luister naar hun voorstellen. ", + "commGuidePara010": "Er zijn diverse beheerders die de werknemers assisteren. Ze zijn zorgvuldig gekozen, dus behandel ze alsjeblieft met respect en luister naar hun voorstellen.", "commGuidePara011": "De huidige beheerders zijn (van links naar rechts):", "commGuidePara011a": "in de herbergchat", "commGuidePara011b": "op GitHub/Wikia", "commGuidePara011c": "op Wikia", "commGuidePara011d": "op GitHub", - "commGuidePara012": "Als je een probleem of zorg hebt over een beheerder, stuur dan een mail naar Lemoness (leslie@habitrpg,com).", - "commGuidePara013": "In een gemeenschap zo groot als Habitica is het zo dat gebruikers komen en gaan en dat ook beheerders soms hun mantels neer moeten leggen om te ontspannen. De volgende mensen zijn emeritus beheerder. Ze handelen niet meer met het gezag van een beheerder, maar toch willen we hun werk eren! ", + "commGuidePara012": "Als je een probleem of zorg hebt over een beheerder, stuur dan een mail naar Lemoness (leslie@habitica).", + "commGuidePara013": "In een gemeenschap zo groot als Habitica is het zo dat gebruikers komen en gaan en dat ook beheerders soms hun mantels neer moeten leggen om te ontspannen. De volgende mensen zijn emeritus beheerder. Ze handelen niet meer met het gezag van een beheerder, maar toch willen we hun werk eren!", "commGuidePara014": "Emeritus beheerders:", "commGuideHeadingPublicSpaces": "Openbare ruimtes in Habitica", "commGuidePara015": "Habitica heeft twee soorten gemeenschappelijke ruimtes: openbare en besloten. Openbare ruimtes zijn onder andere de herberg, openbare gildes, GitHub, Trello, en de Wiki. Besloten ruimtes zijn de particuliere gildes, groepschat en privéberichten.", "commGuidePara016": "In de openbare ruimtes in Habitica gelden enkele regels om iedereen veilig en gelukkig te houden. Voor een avonturier zoals jij zou het niet moeilijk moeten zijn om je eraan te houden!", - "commGuidePara017": "Heb respect voor elkaar. Wees netjes, aardig, vriendelijk en behulpzaam. Onthoud dat Habiticanen uit allerlei verschillende culturen komen en enorm uiteenlopende ervaringen gehad hebben. Dit is een onderdeel van wat HabitRPG zo cool maakt! Het opbouwen van een gemeenschap betekent dat we zowel onze verschillen als onze gelijkenissen moeten respecteren en vieren. Hier zijn een aantal eenvoudige manieren om elkaar te respecteren:", + "commGuidePara017": "Heb respect voor elkaar. Wees netjes, aardig, vriendelijk en behulpzaam. Onthoud dat Habiticanen uit allerlei verschillende culturen komen en enorm uiteenlopende ervaringen gehad hebben. Dit is een onderdeel van wat Habitica zo cool maakt! Het opbouwen van een gemeenschap betekent dat we zowel onze verschillen als onze gelijkenissen moeten respecteren en vieren. Hier zijn een aantal eenvoudige manieren om elkaar te respecteren:", "commGuideList02A": "Houd je aan de algemene voorwaarden.", "commGuideList02B": "Plaats geen tekst of beeldmateriaal dat gewelddadig, dreigend of seksueel expliciet/suggestief is, of dat discriminatie, onverdraagzaamheid, racisme, seksisme, haat of intimidatie aanwakkeren of letsel dreigen tegenover individuen of groepen. Zelfs niet als grapje. Dat geldt ook voor scheldwoorden. Niet iedereen heeft het zelfde gevoel voor humor, en dus kan iets grappig bedoeld zijn maar toch kwetsend overkomen. Bewaar je aanvallen voor je Dagelijkse Taken, niet voor elkaar.", "commGuideList02C": "Houd gesprekken geschikt voor alle leeftijden. Er zijn veel jonge Habiticanen op de site! Laten we ervoor zorgen dat we geen onschuld bederven of Habiticanen dwarszitten bij het bereiken van hun doelen.", - "commGuideList02D": "Vermijd vloeken. Dit geldt ook voor mildere religieuze vloeken die elders misschien wel acceptabel zijn - er zijn hier mensen met allerlei religieuze en culturele achtergronden, en we willen ervoor zorgen dat iedereen zich op zijn gemak kan voelen in de openbare ruimtes. Vloeken is een overtreding van de algemene voorwaarden, en er wordt streng tegen opgetreden. ", + "commGuideList02D": "Vermijd vloeken. Dit geldt ook voor mildere religieuze vloeken die elders misschien wel acceptabel zijn - er zijn hier mensen met allerlei religieuze en culturele achtergronden, en we willen ervoor zorgen dat iedereen zich op zijn gemak kan voelen in de openbare ruimtes. Vloeken is een overtreding van de algemene voorwaarden, en er wordt streng tegen opgetreden.", "commGuideList02E": "Vermijd uitgebreide discussies over controversiële onderwerpen buiten de Back Corner. Als je vindt dat mensen iets onbeleefds of kwetsends gezegd hebben, spreek ze dan niet rechtstreeks daarop aan. Een enkele, beleefde opmerking als \"Dat grapje vond ik niet prettig\" is prima, maar harde of onaardige opmerkingen maken als antwoord op harde of onaardige opmerkingen zorgt er alleen maar voor dat de sfeer in Habitica negatiever wordt. Vriendelijkheid en beleefdheid zorgen ervoor dat anderen beter kunnen begrijpen wat je bedoelt.", "commGuideList02F": "Volg instructies van een beheerder gelijk op als ze je vragen een discussie te staken of naar de Back Corner te verplaatsten. Laatste woorden en goed gemikte afsluiters horen allemaal (op een beleefde manier) aan je \"tafeltje\" in de Back Corner geuit te worden, als dat al toegestaan is.", "commGuideList02G": "Neem de tijd om na te denken in plaats van boos te reageren als iemand je laat weten dat hij of zij zich oncomfortabel voelt bij iets wat je gezegd of gedaan hebt. Oprecht je excuses aan kunnen bieden getuigt van een sterk karakter. Als je vindt dat iemand ongepast op jou reageert, spreek dan een beheerder aan en zet die persoon niet publiekelijk op zijn nummer.", - "commGuideList02H": "Rapporteer controversiële of verhitte discussies aan de beheerders. Als je vindt dat een gesprek te ruzieachtig, emotioneel of kwetsend wordt, ga er dan niet meer op in. Stuur in plaats daarvan een e-mail naar leslie@habitrpg.com om ons op de hoogte te stellen. Het is onze taak om je een veilige omgeving te bieden.", + "commGuideList02H": "Rapporteer controversiële of verhitte discussies aan de beheerders. Als je vindt dat een gesprek te ruzieachtig, emotioneel of kwetsend wordt, ga er dan niet meer op in. Stuur in plaats daarvan een e-mail naar leslie@habitica om ons op de hoogte te stellen. Het is onze taak om je een veilige omgeving te bieden.", "commGuideList02I": "Stuur geen spam. Onder spam valt onder andere: de zelfde opmerking of vraag op verschillende plekken posten, links posten zonder uitleg of context, nonsensberichten posten, of veel berichten achter elkaar posten. Herhaaldelijk vragen om edelstenen of een abonnement kan ook als spammen gezien worden.", "commGuidePara019": "In besloten ruimtes hebben gebruikers meer vrijheid om de onderwerpen te bespreken die ze maar willen, maar ze mogen nog steeds de algemene voorwaarden niet overtreden. Plaats dus geen discriminerend, gewelddadig of bedreigend materiaal.", - "commGuidePara020": "Er zijn enkele extra richtlijnen voor privéberichten (pm's). Als iemand jou geblokkeerd heeft, neem dan niet ergens anders contact met hem of haar op om te vragen om je te deblokkeren. Stuur geen pm's om iemand om ondersteuning te vragen (omdat het handig is voor de gemeenschap als vragen om hulp of ondersteuning openbaar beantwoord worden). Stuur tenslotte ook geen pm's om iemand om een gift van edelstenen of een abonnement te smeken, want dit valt onder spammen. ", + "commGuidePara020": "Er zijn enkele extra richtlijnen voor privéberichten (pm's). Als iemand jou geblokkeerd heeft, neem dan niet ergens anders contact met hem of haar op om te vragen om je te deblokkeren. Stuur geen pm's om iemand om ondersteuning te vragen (omdat het handig is voor de gemeenschap als vragen om hulp of ondersteuning openbaar beantwoord worden). Stuur tenslotte ook geen pm's om iemand om een gift van edelstenen of een abonnement te smeken, want dit valt onder spammen.", "commGuidePara021": "Voor sommige openbare ruimtes in Habitica gelden extra richtlijnen.", "commGuideHeadingTavern": "De herberg", "commGuidePara022": "De herberg is de belangrijkste plek waar Habiticanen samen kunnen komen. Daniël de Barman houdt zijn établissement brandschoon, en Lemoness tovert graag wat limonade voor je tevoorschijn terwijl je ergens een plekje zoekt om te zitten praten. Onthoud echter wel...", "commGuidePara023": "Er wordt vaak ongedwongen gekletst en er worden productiviteits- of zelfverbeteringstips uitgewisseld.", "commGuidePara024": "Omdat de herbergchat maar 200 berichten kan onthouden is het geen goede plek voor langere gesprekken over één onderwerp, vooral niet over gevoelige onderwerpen (zoals politiek, religies, depressie, het wel of niet verbieden van de aardmanjacht, enz.). Deze gesprekken moeten in de daarvoor geschikte gildes gevoerd worden of in de Back Corner (meer informatie hieronder).", - "commGuidePara027": "Bespreek geen verslavende middelen in de herberg. Veel mensen gebruiken HabitRPG om van hun slechte gewoontes af te komen. Gesprekken over verslavende of illegale middelen maakt dit wellicht veel moeilijker! Toon respect voor je mede-Herberggasten en houd hier rekening mee. Hieronder valt: roken, alcohol, pornografie, gokken en drugsgebruik en -misbruik, en meer. ", + "commGuidePara027": "Bespreek geen verslavende middelen in de herberg. Veel mensen gebruiken Habitica om van hun slechte gewoontes af te komen. Gesprekken over verslavende of illegale middelen maakt dit wellicht veel moeilijker! Toon respect voor je mede-Herberggasten en houd hier rekening mee. Hieronder valt: roken, alcohol, pornografie, gokken en drugsgebruik en -misbruik, en meer.", "commGuideHeadingPublicGuilds": "Openbare gildes", "commGuidePara029": "Openbare gildes lijken op de herberg, behalve dat ze een eigen thema hebben en niet zo gericht zijn op algemene gesprekken. Openbare chat in de gildes moet dit thema in het oog houden. Leden van het Wordsmith-gilde vinden het waarschijnlijk niet leuk als het gesprek opeens over tuinieren gaat in plaats van over schrijven, en een Drakenfokkersgilde is misschien niet geïnteresseerd in het ontcijferen van oeroude runen. Sommige gilden zijn hier minder streng in dan anderen, maar over het algemeen geldt: houd je aan het onderwerp!", "commGuidePara031": "Sommige openbare gildes bespreken gevoelige onderwerpen zoals depressie, religie, politiek, enz. Dit is prima, zolang de gesprekken in het gilde de algemene voorwaarden of richtlijnen voor openbare ruimtes niet overtreden, en zolang ze over het onderwerp blijven gaan.", - "commGuidePara033": "Openbare gildes mogen geen volwassen - 18+ - materiaal bevatten. Als ze van plan zijn om regelmatig gevoelig materiaal te bespreken, moeten ze dat aangeven in de titel van het gilde. Dit houdt Habitica voor iedereen veilig en comfortabel. Als het gilde over andere gevoelige onderwerpen gaat, is het goed om respect te tonen jegens je mede-Habiticanen door een waarschuwing te plaatsen in je berichten (zoals \"Waarschuwing: verwijzing naar zelfverminking\"). Daarnaast moet het gevoelige materiaal wel te maken hebben met het onderwerp - zelfverminking aanhalen in een gilde dat zich richt op het bestrijden van depressie is logisch, maar het is minder logisch in een muziekgilde. Als je merkt dat iemand deze richtlijn blijft overtreden, zelfs na regelmatig verzoek hiermee te stoppen, e-mail dan screenshots naar leslie@habitrpg.com.", + "commGuidePara033": "Openbare gildes mogen geen volwassen - 18+ - materiaal bevatten. Als ze van plan zijn om regelmatig gevoelig materiaal te bespreken, moeten ze dat aangeven in de titel van het gilde. Dit houdt Habitica voor iedereen veilig en comfortabel. Als het gilde over andere gevoelige onderwerpen gaat, is het goed om respect te tonen jegens je mede-Habiticanen door een waarschuwing te plaatsen in je berichten (zoals \"Waarschuwing: verwijzing naar zelfverminking\"). Daarnaast moet het gevoelige materiaal wel te maken hebben met het onderwerp - zelfverminking aanhalen in een gilde dat zich richt op het bestrijden van depressie is logisch, maar het is minder logisch in een muziekgilde. Als je merkt dat iemand deze richtlijn blijft overtreden, zelfs na regelmatig verzoek hiermee te stoppen, e-mail dan screenshots naar leslie@habitica.", "commGuidePara035": "Er mogen geen gildes, openbaar of besloten, gecreëerd worden met het doel om een persoon of groep aan te vallen. Zo'n gilde starten is reden voor een onmiddellijke royering. Vecht tegen je slechte gewoontes, niet tegen je mede-avonturiers!", "commGuidePara037": "Alle uitdagingen die door de herberg of door openbare gildes georganiseerd worden, moeten zich ook aan deze regels houden.", "commGuideHeadingBackCorner": "De Back Corner", @@ -60,7 +60,7 @@ "commGuidePara039": "Het Back Corner-gilde is een openbare ruimte waar gevoelig materiaal besproken kan worden en waar gesprekken lang door mogen gaan. De beheerders letten goed op wat er gebeurt. Alle regels voor openbare ruimtes zijn nog steeds van toepassing, net als alle algemene voorwaarden. We dragen misschien wel allemaal duistere mantels en we staan misschien wel allemaal in een donker hoekje bij elkaar, maar dat wil niet zeggen dat alles zomaar mag! Geef me die smeulende kaars eens aan, als je wil?", "commGuideHeadingTrello": "Trello-boards", "commGuidePara040": "Trello doet dienst als een open forum voor suggesties en discussies over de functionaliteiten van de website. Habitica wordt bestuurd door haar inwoners, in de vorm van dappere bijdragers - we bouwen de site met z'n allen. Trello is het systeem dat een beetje orde in deze chaos schept. Laat zien dat je hier respect voor hebt en probeer al je gedachten in één bericht samen te vatten, in plaats van meerdere berichten te plaatsen op de zelfde card. Als je iets nieuws bedenkt, kun je je oorspronkelijke bericht aanassen. Heb alsjeblieft medelijden met de mensen die een e-mail krijgen bij elk nieuw bericht. Onze inboxen kunnen het anders niet aan.", - "commGuidePara041": "HabitRPG gebruikt vijf verschillende Trello-boards:", + "commGuidePara041": "Habitica gebruikt vijf verschillende Trello-boards:", "commGuideList03A": "Het Main Board om functies aan te vragen en op voorstellen te stemmen.", "commGuideList03B": "Het Mobile Board om functies voor de mobiele app aan te vragen en op voorstellen ervoor te stemmen.", "commGuideList03C": "Het Pixel Art Board om pixelkunst te bespreken en in te sturen.", @@ -68,12 +68,12 @@ "commGuideList03E": "Het Wiki Board om materiaal voor de wiki aan te vragen, te verbeteren en te bespreken.", "commGuidePara042": "Ze hebben allemaal hun eigen richtlijnen, en ook de richtlijnen voor openbare ruimtes zijn van toepassing. Gebruikers moeten proberen zich aan het onderwerp te houden in de boards en cards. Geloof ons maar, de boards zijn al druk genoeg! Langere discussies moeten naar het Back Corner-gilde verplaatst worden.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG gebruikt GitHub om bugs bij te houden en bijdrages te leveren aan de programmacode. Dat is de smidse waar onze onvermoeibare Blacksmiths de functionaliteiten smeden! Alle regels voor openbare ruimtes zijn van toepassing. Wees beleefd tegen de Blacksmiths - ze hebben er een hele kluif aan om de site in de lucht te houden. Hoera voor de Blacksmiths!", - "commGuidePara044": "De volgende gebruikers zijn leden van de HabitRPG-repo:", + "commGuidePara043": "Habitica gebruikt GitHub om bugs bij te houden en bijdrages te leveren aan de programmacode. Dat is de smidse waar onze onvermoeibare Blacksmiths de functionaliteiten smeden! Alle regels voor openbare ruimtes zijn van toepassing. Wees beleefd tegen de Blacksmiths - ze hebben er een hele kluif aan om de site in de lucht te houden. Hoera voor de Blacksmiths!", + "commGuidePara044": "De volgende gebruikers zijn leden van de Habitica-repo:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "De HabitRPG-wiki verzamelt informatie over de website. Er zijn ook een paar forums, vergelijkbaar met de gildes in HabitRPG. Daarom zijn alle regels voor openbare ruimtes van toepassing.", - "commGuidePara046": "De HabitRPG-wiki kan beschouwd worden als een database voor alles wat met HabitRPG te maken heeft. Er zijn artikelen over de functionaliteiten van de site, spelhandleidingen, tips voor hoe je kunt bijdragen aan HabitRPG en plekken waar je je gilde of groep kunt aanprijzen of kunt stemmen over bepaalde onderwerpen", - "commGuidePara047": "Omdat de wiki gehost wordt door Wikia zijn, naast de regels die door HabitRPG en de HabitRPG-wiki vastgesteld zijn, ook de algemene voorwaarden van Wikia van toepassing.", + "commGuidePara045": "De Habitica-wiki verzamelt informatie over de website. Er zijn ook een paar forums, vergelijkbaar met de gildes in Habitica. Daarom zijn alle regels voor openbare ruimtes van toepassing.", + "commGuidePara046": "De Habitica-wiki kan beschouwd worden als een database voor alles wat met Habitica te maken heeft. Er zijn artikelen over de functionaliteiten van de site, spelhandleidingen, tips voor hoe je kunt bijdragen aan Habitica en plekken waar je je gilde of groep kunt aanprijzen of kunt stemmen over bepaalde onderwerpen", + "commGuidePara047": "Omdat de wiki gehost wordt door Wikia zijn, naast de regels die door Habitica en de Habitica-wiki vastgesteld zijn, ook de algemene voorwaarden van Wikia van toepassing.", "commGuidePara048": "De wiki is een samenwerking tussen alle redacteurs, dus er zijn enkele aanvullende richtlijnen van toepassing:", "commGuideList04A": "Vraag nieuwe pagina's of grote veranderingen aan op het Wiki Trello-board", "commGuideList04B": "Sta open voor suggesties over jouw redactievoorstellen", @@ -82,7 +82,7 @@ "commGuideList04E": "Plaats geen spam en saboteer pagina's niet voor eigen gewin", "commGuideList04F": "Lees de pagina over bijdragen aan de wiki voordat je grote veranderingen maakt", "commGuideList04G": "Gebruik een onpartijdige toon in de wiki-pagina's", - "commGuideList04H": "Zorg ervoor dat wikimateriaal relevant is voor heel HabitRPG en niet alleen geldt voor een bepaald gilde of een bepaalde groep (dat soort informatie kan op het forum besproken worden)", + "commGuideList04H": "Zorg ervoor dat wikimateriaal relevant is voor heel Habitica en niet alleen geldt voor een bepaald gilde of een bepaalde groep (dat soort informatie kan op het forum besproken worden)", "commGuidePara049": "De volgende mensen zijn op dit moment actief als wiki-beheerders:", "commGuidePara018": "Voormalig wiki-beheerders zijn", "commGuideHeadingInfractionsEtc": "Overtredingen, gevolgen, en herstel", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Gematigde overtredingen", "commGuidePara054": "Gematigde overtredingen zorgen er niet voor dat onze gemeenschap onveilig wordt, maar ze maken hem wel onprettig. Deze overtredingen hebben gematigde gevolgen. Vooral na meerdere overtredingen kunnen de gevolgen ernstiger worden.", "commGuidePara055": "Hieronder volgen enkele voorbeelden van gematigde overtredingen. Dit is geen complete lijst.", - "commGuideList06A": "Een beheerder negeren of respectloos behandelen. Hieronder valt in het openbaar klagen over beheerders of andere gebruikers en in het openbaar verheerlijken of verdedigen van gebruikers die geroyeerd zijn. Als je je zorgen maakt over één van de regels of beheerders, neem dan contact op met Lemoness door een e-mail te sturen (leslie@habitrpg.com).", + "commGuideList06A": "Een beheerder negeren of respectloos behandelen. Hieronder valt in het openbaar klagen over beheerders of andere gebruikers en in het openbaar verheerlijken of verdedigen van gebruikers die geroyeerd zijn. Als je je zorgen maakt over één van de regels of beheerders, neem dan contact op met Lemoness door een e-mail te sturen (leslie@habitica).", "commGuideList06B": "Beheerderstaken overnemen. Om even duidelijk te zijn: het is prima om iemand vriendelijk aan de regels te herinneren. Beheerderstaken overnemen houdt in dat je vertelt, eist of sterk impliceert dat iemand een fout moet corrigeren door te doen wat jij zegt. Het is prima om mensen erop te wijzen dat ze een overtreding begaan, maar vertel ze niet wat ze moeten doen. \"Dat je het weet, scheldwoorden gebruiken in de herberg wordt afgeraden, dus misschien wil je dat verwijderen\" is beter dan \"Ik moet je vragen om dat bericht te verwijderen.\"", "commGuideList06C": "Herhaalde overtreding van de richtlijnen voor openbare ruimtes", "commGuideList06D": "Herhaalde kleine overtredingen", @@ -139,22 +139,22 @@ "commGuidePara062": "De e-mail waarin de gevolgen van je acties worden uitgelegd (of, voor kleine gevolgen, de aankondiging door een beheerder of medewerker) is een goede bron van informatie. Werk mee aan de beperkingen die je zijn opgelegd, en probeer te voldoen aan de voorwaarden voor het opheffen van de beperkingen.", "commGuidePara063": "Als je de gevolgen niet begrijpt, of niet begrijpt wat je overtreding is geweest, vraag dan de medewerkers of beheerders om hulp zodat je in de toekomst niet weer de fout in gaat.", "commGuideHeadingContributing": "Een bijdrage leveren aan Habitica", - "commGuidePara064": "HabitRPG is een open-sourceproject, wat betekent dat iedere Habiticaan bij kan dragen! Degenen die dat doen, worden beloond volgens de hieronder beschreven beloningsniveaus:", - "commGuideList12A": "HabitRPG-bijdragersbadge, plus 3 edelstenen", + "commGuidePara064": "Habitica is een open-sourceproject, wat betekent dat iedere Habiticaan bij kan dragen! Degenen die dat doen, worden beloond volgens de hieronder beschreven beloningsniveaus:", + "commGuideList12A": "Habitica-bijdragersbadge, plus 3 edelstenen", "commGuideList12B": "Bijdragersharnas, plus 3 edelstenen.", "commGuideList12C": "Bijdragershelm, plus 3 edelstenen.", "commGuideList12D": "Bijdragerszwaard, plus 4 edelstenen.", "commGuideList12E": "Bijdragersschild, plus 4 edelstenen.", "commGuideList12F": "Bijdragershuisdier, plus 4 edelstenen.", "commGuideList12G": "Uitnodiging tot het Bijdragersgilde, plus 4 edelstenen.", - "commGuidePara065": "Beheerders worden door de medewerkers en al bestaande beheerders gekozen uit bijdragers van rang 7. Let op dat hoewel alle bijdragers van rang 7 hard gewerkt hebben voor de site, dat niet betekent dat ze allemaal de status van beheerder hebben. ", + "commGuidePara065": "Beheerders worden door de medewerkers en al bestaande beheerders gekozen uit bijdragers van rang 7. Let op dat hoewel alle bijdragers van rang 7 hard gewerkt hebben voor de site, dat niet betekent dat ze allemaal de status van beheerder hebben.", "commGuidePara066": "Enkele belangrijke informatie over de bijdragersrangen:", "commGuideList13A": "Rangen worden toegekend naar believen. Beheerders mogen naar eigen inzicht rangen toekennen, waarin factoren meespelen als onze beleving van je werk en de waarde ervan voor de gemeenschap. Wij houden ons het recht voor om de specifieke rangen, titels en beloningen te veranderen naar het ons goeddunkt.", "commGuideList13B": "Een rang erbij halen wordt moeilijker naarmate je vooruitgang boekt.Als je één monster hebt gemaakt of een kleine bug gerepareerd hebt, kan dat voldoende zijn om je je eerste bijdragersrang op te leveren, maar niet genoeg voor de volgende. Zoals in elke goede RPG geeft elk niveau meer uitdaging!", - "commGuideList13C": "Rangen beginnen niet \"opnieuw\" in verschillende velden. Bij het inschatten van de moeilijkheidsgraad kijken we naar al je bijdrages, zodat mensen die een klein beetje kunst leveren, en daarna een kleine bug repareren, en daarna een beetje in de wiki doen niet sneller vooruitgang boeken dan mensen die hard werken aan een enkele taak. Dat houdt de zaak eerlijk! ", - "commGuideList13D": "Gebruikers met een voorwaardelijke straf kunnen de volgende rang niet bereiken. Beheerders hebben het recht om vooruitgang te bevriezen als gebruikers overtredingen begaan. Als dit gebeurt zal de gebruiker altijd op de hoogte gebracht worden van de beslissing en hoe dat te corrigeren. Het is ook mogelijk dat rangen afgenomen worden door overtredingen of voorwaardelijke straffen. ", + "commGuideList13C": "Rangen beginnen niet \"opnieuw\" in verschillende velden. Bij het inschatten van de moeilijkheidsgraad kijken we naar al je bijdrages, zodat mensen die een klein beetje kunst leveren, en daarna een kleine bug repareren, en daarna een beetje in de wiki doen niet sneller vooruitgang boeken dan mensen die hard werken aan een enkele taak. Dat houdt de zaak eerlijk!", + "commGuideList13D": "Gebruikers met een voorwaardelijke straf kunnen de volgende rang niet bereiken. Beheerders hebben het recht om vooruitgang te bevriezen als gebruikers overtredingen begaan. Als dit gebeurt zal de gebruiker altijd op de hoogte gebracht worden van de beslissing en hoe dat te corrigeren. Het is ook mogelijk dat rangen afgenomen worden door overtredingen of voorwaardelijke straffen.", "commGuideHeadingFinal": "Het laaste stuk", - "commGuidePara067": "Dat waren ze dan, dappere Habiticaan - de gemeenschapsrichtlijnen! Veeg het zweet van je voorhoofd en geef jezelf wat XP als beloning voor het lezen hiervan. Als je vragen of zorgen hebt over deze gemeenschapsrichtlijnen, stuur dan een mail naar Lemoness (leslie@habitrpg.com) en ze zal je met plezier vertellen hoe alles werkt. ", + "commGuidePara067": "Dat waren ze dan, dappere Habiticaan - de gemeenschapsrichtlijnen! Veeg het zweet van je voorhoofd en geef jezelf wat XP als beloning voor het lezen hiervan. Als je vragen of zorgen hebt over deze gemeenschapsrichtlijnen, stuur dan een mail naar Lemoness (leslie@habitica) en ze zal je met plezier vertellen hoe alles werkt.", "commGuidePara068": "Trek de wijde wereld in, dappere avonturier, en versla je dagelijkse taken!", "commGuideHeadingLinks": "Nuttige links", "commGuidePara069": "De volgende talentvolle artiesten hebben een bijdrage geleverd aan deze illustraties:", @@ -163,7 +163,7 @@ "commGuideLink02": "Het Back Corner-gilde", "commGuideLink02description": "is een gilde waar lange of gevoelige gesprekken gevoerd kunnen worden.", "commGuideLink03": "De Wiki", - "commGuideLink03description": "is de grootste verzameling informatie over HabitRPG.", + "commGuideLink03description": "is de grootste verzameling informatie over Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "is de plek om bugs te rapporteren en mee te werken aan het programmeerwerk!", "commGuideLink05": "De Main Trello", diff --git a/common/locales/nl/content.json b/common/locales/nl/content.json index 4232a3395f..ed239c285b 100644 --- a/common/locales/nl/content.json +++ b/common/locales/nl/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Zadel", "foodSaddleNotes": "Laat één van je dieren direct opgroeien tot een rijdier.", "foodNotes": "Voer dit aan een huisdier om het op te laten groeien tot een robuust ros." -} \ No newline at end of file +} diff --git a/common/locales/nl/contrib.json b/common/locales/nl/contrib.json index f0e6d12223..fec7f74626 100644 --- a/common/locales/nl/contrib.json +++ b/common/locales/nl/contrib.json @@ -1,6 +1,6 @@ { "friend": "Vriend", - "friendFirst": "Wanneer je eerste set inzendingen wordt geïmplementeerd, ontvang je de HabitRPG-bijdragersbadge. In de herbergchat zal je naam trots tonen dat je een bijdrager bent. Als beloning voor je werk ontvang je daarnaast 3 edelstenen.", + "friendFirst": "Wanneer je eerste set inzendingen wordt geïmplementeerd, ontvang je de Habitica-bijdragersbadge. In de herbergchat zal je naam trots tonen dat je een bijdrager bent. Als beloning voor je werk ontvang je daarnaast 3 edelstenen.", "friendSecond": "Wanneer je tweede set inzendingen wordt geïmplementeerd, wordt het kristallen harnas beschikbaar gesteld voor aankoop in de beloningswinkel. Als beloning voor het voortzetten van je werk ontvang je daarnaast 3 edelstenen.", "elite": "Elite", "eliteThird": "Wanneer je derde set inzendingen wordt geïmplementeerd, wordt de kristallen helm beschikbaar gesteld voor aankoop in de beloningswinkel. Als beloning voor het voortzetten van je werk ontvang je daarnaast 3 edelstenen.", @@ -9,24 +9,24 @@ "championFifth": "Wanneer je vijfde set inzendingen wordt geïmplementeerd, wordt het kristallen schild beschikbaar gesteld voor aankoop in de beloningswinkel. Als beloning voor het voortzetten van je werk ontvang je daarnaast 4 edelstenen.", "championSixth": "Wanneer je zesde set inzendingen wordt geïmplementeerd ontvang je een Hydra als huisdier. Ook krijg je 4 edelstenen.", "legendary": "Legendarisch", - "legSeventh": "Wanneer je zevende set inzendingen wordt geïmplementeerd, ontvang je 4 edelstenen en word je lid van het geëerde Bijdragersgilde. Je wordt ingewijd in wat zich achter de schermen van HabitRPG zoal allemaal afspeelt! Voor verdere bijdragen krijg je er geen bijdragersniveaus bij, maar kun je nog steeds edelstenen en titels verdienen.", + "legSeventh": "Wanneer je zevende set inzendingen wordt geïmplementeerd, ontvang je 4 edelstenen en word je lid van het geëerde Bijdragersgilde. Je wordt ingewijd in wat zich achter de schermen van Habitica zoal allemaal afspeelt! Voor verdere bijdragen krijg je er geen bijdragersniveaus bij, maar kun je nog steeds edelstenen en titels verdienen.", "moderator": "Beheerder", "guardian": "Bewaker", "guardianText": "Beheerders zijn zorgvuldig geselecteerd uit mensen met een hoog bijdragersniveau, dus wees alsjeblieft respectvol en luister naar hun suggesties. ", "staff": "Medewerkers", "heroic": "Heroïsch", - "heroicText": "Het Heroïsche niveau is voor HabitRPG-medewerkers en bijdragers van medewerkersniveau. Als je deze titel hebt, ben je benoemd tot deze titel (of aangenomen bij HabitRPG!).", - "npcText": "NPC's hebben het Kickstarterproject van HabitRPG op het hoogste niveau gesteund. Hun avatars waken over sitefuncties!", + "heroicText": "Het Heroïsche niveau is voor Habitica-medewerkers en bijdragers van medewerkersniveau. Als je deze titel hebt, ben je benoemd tot deze titel (of aangenomen bij Habitica!).", + "npcText": "NPC's hebben het Kickstarterproject van Habitica op het hoogste niveau gesteund. Hun avatars waken over sitefuncties!", "modalContribAchievement": "Bijdragersprestatie!", - "contribModal": "<%= name %>, jij geweldig persoon! Je bent nu een bijdrager van rang <%= level %> omdat je HabitRPG geholpen hebt. Zie", + "contribModal": "<%= name %>, jij geweldig persoon! Je bent nu een bijdrager van rang <%= level %> omdat je Habitica geholpen hebt. Zie", "contribLink": "welke prijzen je hebt verdiend voor je bijdrage!", "contribName": "Bijdrager", - "contribText": "Heeft een bijdrage geleverd aan HabitRPG (code, ontwerp, pixelkunst, juridisch advies, documenten, etc). Wil je deze badge ook verdienen? ", + "contribText": "Heeft een bijdrage geleverd aan Habitica (code, ontwerp, pixelkunst, juridisch advies, documenten, etc). Wil je deze badge ook verdienen? ", "readMore": "Lees meer", "kickstartName": "Kickstarter-helper - $<%= tier %>-niveau", "kickstartText": "Heeft het Kickstarterproject gesteund", "helped": "Heeft Habit geholpen te groeien", - "helpedText1": "Heeft HabitRPG geholpen te groeien door het invullen van", + "helpedText1": "Heeft Habitica geholpen te groeien door het invullen van", "helpedText2": "deze enquête.", "hall": "Hal", "contribTitle": "Bijdragerstitel (bijv. \"Hoefsmid\")", @@ -52,19 +52,19 @@ "tier": "Rang", "visitHeroes": "Bezoek de Hal der Helden (bijdragers en helpers)", "conLearn": "Lees meer over beloningen voor bijdragers", - "conLearnHow": "Lees meer over hoe je kunt bijdragen aan HabitRPG", + "conLearnHow": "Lees meer over hoe je kunt bijdragen aan Habitica", "removeAds": "Neem een abonnement om advertenties te verwijderen", "whyAds": "Waarom advertenties?", "whyAdsContent1": "Habit is een open-sourceproject, en kan alle hulp gebruiken die het kan krijgen - beschouw dit als een gift aan degenen die bijgedragen hebben. Je krijgt ook 20 edelstenen voor de aankoop, en die kun je gebruiken om speciale voorwerpen te kopen.", "whyAdsContent2": "'Hé, ik heb aan het Kickstarterproject bijgedragen!' - volg", "whyAdsContent3": "deze instructies", - "surveysSingle": "Heeft HabitRPG geholpen te groeien door een enquête in te vullen. Er zijn op dit moment geen enquêtes.", - "surveysMultiple": "Heeft HabitRPG geholpen te groeien door <%= surveys %> enquête(s) in te vullen. Er zijn op dit moment geen enquêtes.", + "surveysSingle": "Heeft Habitica geholpen te groeien door een enquête in te vullen. Er zijn op dit moment geen enquêtes.", + "surveysMultiple": "Heeft Habitica geholpen te groeien door <%= surveys %> enquête(s) in te vullen. Er zijn op dit moment geen enquêtes.", "currentSurvey": "Huidige enquête", "surveyWhen": "De badge zal eind maart worden uitgereikt, wanneer de enquêtes van alle deelnemers zijn verwerkt.", "blurbInbox": "Hier zijn al jouw privéberichten opgeslagen! Je kunt iemand een bericht sturen door op het envelopje naast zijn of haar naam in de herberg, groep of gilde te klikken.", "blurbGuildsPage": "Gildes zijn chatgroepen waar een bepaalde interesse centraal staat. Gildes zijn opgezet door spelers, voor spelers! Zoek naar gildes met de zelfde interesses als die van jou en sluit je erbij aan!", "blurbChallenges": "Uitdagingen worden gemaakt door medespelers. Door mee te doen met een uitdaging krijg je extra taken op je takenlijst. Het winnen van een uitdaging geeft je een prestatie en soms edelstenen als beloning!", - "blurbHallPatrons": "Dit is de Hal der Weldoeners. Hier eren we de nobele adventuriers die HabitRPG hebben gesteund in de Kickstarter. We bedanken ze omdat ze Habitica tot leven hebben gebracht!", - "blurbHallHeroes": "Dit is de Hal der Helden, waar mensen die een bijdrage leveren aan HabitRPG worden geëerd. Door programmeren, kunst, muziek, schrijven, of zelfs door behulpzaam te zijn hebben zij edelstenen, exclusieve uitrusting en prestigieuze titels verdiend. Als je wilt, kun jij ook bijdragen aan HabitRPG! Lees hier meer. " -} \ No newline at end of file + "blurbHallPatrons": "Dit is de Hal der Weldoeners. Hier eren we de nobele adventuriers die Habitica hebben gesteund in de Kickstarter. We bedanken ze omdat ze Habitica tot leven hebben gebracht!", + "blurbHallHeroes": "Dit is de Hal der Helden, waar mensen die een bijdrage leveren aan Habitica worden geëerd. Door programmeren, kunst, muziek, schrijven, of zelfs door behulpzaam te zijn hebben zij edelstenen, exclusieve uitrusting en prestigieuze titels verdiend. Als je wilt, kun jij ook bijdragen aan Habitica! Lees hier meer. " +} diff --git a/common/locales/nl/defaulttasks.json b/common/locales/nl/defaulttasks.json index 3fad02bdeb..bb28df650a 100644 --- a/common/locales/nl/defaulttasks.json +++ b/common/locales/nl/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Sit-ups", "defaultDaily4Checklist3": "Push-ups", "defaultTodoNotes": "Je kunt deze to-do afmaken, bijwerken of verwijderen.", - "defaultTodo1Text": "Aanmelden bij HabitRPG (Streep mij af!)", + "defaultTodo1Text": "Aanmelden bij Habitica (Streep mij af!)", "defaultTodo2Text": "Een gewoonte opzetten", "defaultTodo2Checklist1": "een gewoonte aanmaken", "defaultTodo2Checklist2": "geef aan of hij alleen \"+\", alleen \"-\" or zowel \"+/-\" moet hebben onder Aanpassen", @@ -38,4 +38,4 @@ "defaultTag1": "ochtend", "defaultTag2": "middag", "defaultTag3": "avond" -} \ No newline at end of file +} diff --git a/common/locales/nl/front.json b/common/locales/nl/front.json index 00c0704378..d067790b9c 100644 --- a/common/locales/nl/front.json +++ b/common/locales/nl/front.json @@ -2,7 +2,7 @@ "FAQ": "FAQ", "accept1Terms": "Door op onderstaande knop te drukken, stem ik in met de", "accept2Terms": "en het", - "alexandraQuote": "Ik kon niet NIET over HabitRPG praten tijdens mijn speech in Madrid. Een must-have voor freelancers die nog steeds een baas nodig hebben.", + "alexandraQuote": "Ik kon niet NIET over Habitica praten tijdens mijn speech in Madrid. Een must-have voor freelancers die nog steeds een baas nodig hebben.", "althaireQuote": "Continu een queeste open hebben motiveert me echt om al mijn dagelijkse taken en to-do's te doen. Mijn grootste motivatie is dat ik mijn groep niet wil teleurstellen.", "andeeliaoQuote": "Geweldig product, net een paar dagen geleden begonnen en nu al bewuster en productiever met mijn tijdsbesteding!", "autumnesquirrelQuote": "Ik stel minder dingen uit op het werk en in het huishouden en betaal mijn rekeningen op tijd.", @@ -11,7 +11,7 @@ "businessSample3": "Inbox sorteren en verwerken", "businessSample4": "1 document maken voor een klant", "businessSample5": "Klanten bellen/telefoongesprekken uitstellen", - "businessText": "Gebruik HabitRPG in je bedrijf", + "businessText": "Gebruik Habitica in je bedrijf", "choreSample1": "Vuile was in de mand doen", "choreSample2": "20 minuten aan het huishouden besteden", "choreSample3": "De afwas doen", @@ -32,14 +32,14 @@ "companyPrivacy": "Privacy", "companyTerms": "Voorwaarden", "companyVideos": "Video's", - "contribUse": "Tools die worden gebruikt om aan HabitRPG bij te dragen ", + "contribUse": "Tools die worden gebruikt om aan Habitica bij te dragen", "dragonsilverQuote": "Je wil niet weten hoeveel tijd- en taakmanagementprogramma's ik al heb geprobeerd over de jaren... HRPG is de enige die ik heb gebruikt die daadwerkelijk helpt om dingen gedaan te krijgen en niet alleen alles op een lijstje te zetten.", - "dreimQuote": "Toen ik HabitRPG afgelopen zomer ontdekte, was ik net gezakt voor de helft van mijn examens. Dankzij de dagelijkse taken kon ik mezelf discipline aanleren, en ben ik een maand geleden daadwerkelijk voor al mijn examens geslaagd met hele goede cijfers.", + "dreimQuote": "Toen ik Habitica afgelopen zomer ontdekte, was ik net gezakt voor de helft van mijn examens. Dankzij de dagelijkse taken kon ik mezelf discipline aanleren, en ben ik een maand geleden daadwerkelijk voor al mijn examens geslaagd met hele goede cijfers.", "elmiQuote": "Elke ochtend heb ik zin om ' s ochtends op te staan zodat ik wat goud kan verdienen!", "email": "E-mail", "emailNewPass": "Nieuw wachtwoord e-mailen", "evagantzQuote": "Mijn allereerste tandartsafspraak waar de mondhygiënist daadwerkelijk enthousiast was over mijn flosgewoontes. Bedankt Habitrpg!", - "examplesHeading": "Spelers gebruiken HabitRPG voor...", + "examplesHeading": "Spelers gebruiken Habitica voor...", "featureAchievementByline": "Iets geweldigs gedaan? Ontvang een insigne om ermee te pronken!", "featureAchievementHeading": "Onderscheidingen voor prestaties", "featureEquipByline": "Koop beperkte oplage uitrusting, drankjes en andere virtuele spullen in onze markt met de beloningen die je krijgt van je taken!", @@ -55,7 +55,7 @@ "footerMobile": "Mobiel", "footerSocial": "Sociaal", "forgotPass": "Wachtwoord vergeten", - "frabjabulousQuote": "HabitRPG is de reden dat ik een geweldige, goedbetaalde baan gekregen heb... en nog verbazingwekkender, ik flos nu dagelijks!", + "frabjabulousQuote": "Habitica is de reden dat ik een geweldige, goedbetaalde baan gekregen heb... en nog verbazingwekkender, ik flos nu dagelijks!", "free": "Gratis spelen", "gamifyButton": "Maak je leven vandaag nog tot een spel!", "goalSample1": "1 uur pianospelen", @@ -71,47 +71,47 @@ "healthSample4": "Gezond eten/junkfood eten", "healthSample5": "1 uur zweten", "history": "Geschiedenis", - "infhQuote": "HabitRPG heeft me echt geholpen om structuur aan te brengen in mijn leven en op de universiteit.", + "infhQuote": "Habitica heeft me echt geholpen om structuur aan te brengen in mijn leven en op de universiteit.", "invalidEmail": "Om het wachtwoord te resetten is een geldig e-mailadres vereist.", - "irishfeet123Quote": "Ik had verschrikkelijke gewoontes wat betreft opruimen na het eten en liet overal kopjes slingeren. HabitRPG heeft me daarvan genezen!", - "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Voor HabitRPG zat ik vast met mijn thesis en was ik ontevreden met mijn persoonlijke discipline op het gebied van het huishouden en dingen zoals vocabulaire leren en Go-theorie leren. Het blijkt dat deze taken opbreken in kleinere, behapbare checklijsten precies is wat nodig was om me gemotiveerd te houden.", + "irishfeet123Quote": "Ik had verschrikkelijke gewoontes wat betreft opruimen na het eten en liet overal kopjes slingeren. Habitica heeft me daarvan genezen!", + "joinOthers": "Sluit je aan bij 250.000 anderen en maak het leuk om je doelen te halen!", + "kazuiQuote": "Voor Habitica zat ik vast met mijn thesis en was ik ontevreden met mijn persoonlijke discipline op het gebied van het huishouden en dingen zoals vocabulaire leren en Go-theorie leren. Het blijkt dat deze taken opbreken in kleinere, behapbare checklijsten precies is wat nodig was om me gemotiveerd te houden.", "landingadminlink": "administratieve pakketten", "landingend": "Nog niet overtuigd?", "landingend2": "Bekijk een gedetailleerde lijst van", "landingend3": ". Ben je op zoek naar een benadering met meer privacy? Bekijk onze", "landingend4": "die perfect zijn voor families, leraren, groepen en bedrijven.", "landingfeatureslink": "onze functionaliteiten", - "landingp1": "Het probleem met de meeste productiviteitsapps op de markt is dat ze geen motivatie geven om ze te blijven gebruiken. HabitRPG lost dit op door het aanleren van gewoontes leuk te maken! Door je te belonen voor successen en te straffen voor mislukkingen, verstrekt HabitRPG de externe motivatie om de dagelijkse activiteiten uit te voeren.", - "landingp2": "Elke keer dat je een positieve gewoonte bekrachtigt, een dagelijkse taak volbrengt, of een oude to-do voltooit, beloont HabitRPG je onmiddellijk met ervaringspunten en goud. Naarmate je meer ervaring krijgt, kun je stijgen in niveau, waardoor je statistieken verhoogd worden en er meer functies vrijkomen, zoals klasses en huisdieren. Je kunt goud uitgeven aan spelvoorwerpen die veranderen hoeveel ervaringspunten je verdient of aan gepersonaliseerde beloningen die je hebt gemaakt om je te motiveren. Wanneer zelfs de kleinste successen je onmiddellijk een beloning opleveren, is het minder waarschijnlijk dat je dingen uitstelt.", + "landingp1": "Het probleem met de meeste productiviteits-apps op de markt is dat ze geen reden geven om ze te blijven gebruiken. Habitica lost dit op door het creëren van gewoontes leuk te maken! Door je te belonen voor je successen en te bestraffen voor je uitglijders zorgt Habitica voor een motivatie van buitenaf om je je dagelijkse activiteiten te doen voltooien.", + "landingp2": "Elke keer dat je een positieve gewoonte bekrachtigt, een dagelijkse taak volbrengt, of een oude to-do voltooit, beloont Habitica je onmiddellijk met ervaringspunten en goud. Naarmate je meer ervaring krijgt, kun je stijgen in niveau, waardoor je statistieken verhoogd worden en er meer functies vrijkomen, zoals klasses en huisdieren. Je kunt goud uitgeven aan spelvoorwerpen die veranderen hoeveel ervaringspunten je verdient of aan gepersonaliseerde beloningen die je hebt gemaakt om je te motiveren. Wanneer zelfs de kleinste successen je onmiddellijk een beloning opleveren, is het minder waarschijnlijk dat je dingen uitstelt.", "landingp2header": "Onmiddellijke voldoening", - "landingp3": "Wanneer je je laat verleiden tot een slechte gewoonte of je een dagelijkse taak laat liggen, verlies je gezondheidspunten. Als je gezondheid te laag wordt ga je dood en verlies je een deel van je voortgang. Door meteen consequenties aan je gedrag te verbinden kan HabitRPG je helpen te stoppen met uitstelgedrag en slechte gewoontes voordat ze serieuze problemen veroorzaken in de echte wereld.", + "landingp3": "Wanneer je je laat verleiden tot een slechte gewoonte of je een dagelijkse taak laat liggen, verlies je gezondheidspunten. Als je gezondheid te laag wordt ga je dood en verlies je een deel van je voortgang. Door meteen consequenties aan je gedrag te verbinden kan Habitica je helpen te stoppen met uitstelgedrag en slechte gewoontes voordat ze serieuze problemen veroorzaken in de echte wereld.", "landingp3header": "Consequenties", - "landingp4": "Met een actieve gemeenschap geeft HabitRPG de verantwoording die je nodig hebt om je aan je taken te wijden. In het groepensysteem kun je je aansluiten bij een groep van je naaste vrienden die je aanmoedigen. In het gildesysteem kun je mensen met dezelfde interesses of problemen vinden, zodat je je doelen kunt delen en tips uit kunt wisselen over hoe je problemen aan te pakken. De gemeenschap van HabitRPG betekent dat je zowel de ondersteuning als de verantwoording hebt die je nodig hebt om je doelen te bereiken.", + "landingp4": "With an active community, Habitica provides the accountability you need to stay on task. With the party system, you can bring in a group of your closest friends to cheer you on. The guild system allows you to find people with similar interests or obstacles, so you can share your goals and swap tips on how to tackle your problems. On Habitica, the community means that you have both the support and the accountability you need to succeed.", "landingp4header": "Verantwoording", - "leadText": "HabitRPG is een gratis app die je helpt gewoontes aan te leren en productief te blijven door het echte leven te behandelen als een spelletje. Met beloningen en straffen binnen het spel word je gemotiveerd en door een sterk sociaal netwerk raak je geïnspireerd. Zo kan HabitRPG je helpen je doelen te bereiken en je gezonder, productiever en gelukkiger te maken.", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "login": "Inloggen", "loginAndReg": "Inloggen / Registreren", "loginFacebookAlt": "Inloggen / Registreren met Facebook", "logout": "Uitloggen", "marketing1Header": "Verbeter je gewoontes door een spel te spelen", - "marketing1Lead1": "HabitRPG is een computerspel dat je helpt met het verbeteren van real-life gewoontes. Het \"gamificeert\" je leven door al je taken (gewoontes, dagelijkse taken, to-do's) in kleine monsters te veranderen die je moet verslaan. Hoe beter je bent, hoe meer vooruitgang je in het spel boekt. Als je struikelt in het echte leven, verslapt je personage. ", + "marketing1Lead1": "Habitica is een computerspel dat je helpt met het verbeteren van real-life gewoontes. Het \"gamificeert\" je leven door al je taken (gewoontes, dagelijkse taken, to-do's) in kleine monsters te veranderen die je moet verslaan. Hoe beter je bent, hoe meer vooruitgang je in het spel boekt. Als je struikelt in het echte leven, verslapt je personage.", "marketing1Lead2": "Krijg coole uitrusting. Verbeter je gewoontes zodat je je avatar op kunt bouwen. Lekker shinen met de coole uitrusting die je verdiend hebt", "marketing1Lead2Title": "Krijg coole uitrusting", - "marketing1Lead3": "Maak kans om prijzen te vinden. Voor sommigen is het motiverend om op willekeurige momenten beloningen te krijgen (dit heet \"stochastische beloning\") . HabitRPG gebruikt alle typen motiveringstactieken: positief, negatief, voorspelbaar en willekeurig.", + "marketing1Lead3": "Maak kans om prijzen te vinden. Voor sommigen is het motiverend om op willekeurige momenten beloningen te krijgen (dit heet \"stochastische beloning\") . Habitica gebruikt alle typen motiveringstactieken: positief, negatief, voorspelbaar en willekeurig.", "marketing1Lead3Title": "Maak kans om prijzen te vinden", "marketing2Header": "Doe wedstrijden met vrienden, sluit je aan bij interessegroepen", - "marketing2Lead1": "Hoewel je HabitRPG solo kunt spelen, wordt het pas echt leuk als je gaat samenwerken en concurreren, en als je elkaar bij de les houdt. Het meest effectieve deel van een zelfverbeteringsprogramma is sociale verantwoordelijkheid, en welke omgeving is nou beter voor competitie en vertantwoording afleggen dan een computerspel?", + "marketing2Lead1": "Hoewel je Habitica solo kunt spelen, wordt het pas echt leuk als je gaat samenwerken en concurreren, en als je elkaar bij de les houdt. Het meest effectieve deel van een zelfverbeteringsprogramma is sociale verantwoordelijkheid, en welke omgeving is nou beter voor competitie en vertantwoording afleggen dan een computerspel?", "marketing2Lead2": "Vecht tegen Eindbazen. Wat is een Rollenspel zonder battles? Vecht tegen eindbazen met je groep. Eindbazen houden je \"superverantwoordelijk\" - als jij een dag geen zin hebt om te sporten, raakt de baas iedereen.", "marketing2Lead2Title": "Eindbazen", "marketing2Lead3": "Uitdagingen laten je concurreren met vrienden en onbekenden. Wie het het beste heeft gedaan aan het einde van een uitdaging wint speciale prijzen.", "marketing3Header": "Apps", "marketing3Lead1": "De iPhone en Android apps laten je onderweg je zaken regelen. We begrijpen dat inloggen op de website om op knoppen te drukken vreselijk irritant kan zijn.", - "marketing3Lead2": "Andere externe partijen verbinden HabitRPG met verschillende aspecten van je leven. Onze API biedt makkelijke integratie voor dingen als de Chrome Extensie, waarmee je punten verliest voor het surfen naar onproductieve sites, en punten krijgt voor de productieve. Hier vind je meer", + "marketing3Lead2": "Andere externe partijen verbinden Habitica met verschillende aspecten van je leven. Onze API biedt makkelijke integratie voor dingen als de Chrome Extensie, waarmee je punten verliest voor het surfen naar onproductieve sites, en punten krijgt voor de productieve. Hier vind je meer", "marketing4Header": "Gebruik voor organisaties", "marketing4Lead1": "Onderwijs is een van de beste sectoren voor gamification. We weten allemaal hoe studenten tegenwoordig verslaafd zijn aan hun telefoons en games. Benut die kracht! Zet uw leerlingen tegen elkaar op in vriendschappelijke wedstrijdjes. Beloon goed gedrag met zeldzame prijzen. Zie hoe hun cijfers en gedrag verbeteren.", "marketing4Lead1Title": "Gamification in het onderwijs", - "marketing4Lead2": "De kosten voor de gezondheidszorg stijgen, en er moeten keuzes worden gemaakt. Er zijn honderden trajecten ontwikkeld om kosten te verminderen en welzijn te verbeteren. Wij geloven dat HabitRPG een aanzienlijke bijdrage kan leveren aan een gezonde levensstijl.", + "marketing4Lead2": "De kosten voor de gezondheidszorg stijgen, en er moeten keuzes worden gemaakt. Er zijn honderden trajecten ontwikkeld om kosten te verminderen en welzijn te verbeteren. Wij geloven dat Habitica een aanzienlijke bijdrage kan leveren aan een gezonde levensstijl.", "marketing4Lead2Title": "Gamification in gezondheid en welzijn", "marketing4Lead3-1": "Wil je je leven tot een spel maken?", "marketing4Lead3-2": "Ben je geïnteresseerd in het runnen van een groep over educatie, welzijn en meer?", @@ -126,10 +126,10 @@ "passMan": "Als je een wachtwoordmanager gebruikt (zoals 1Password) en problemen hebt met het inloggen, probeer dan je naam en wachtwoord handmatig in te typen.", "password": "Wachtwoord", "playButton": "Speel", - "playButtonFull": "HabitRPG spelen", + "playButtonFull": "Habitica spelen", "presskit": "Persmap", "presskitDownload": "Alle afbeeldingen downloaden:", - "presskitText": "Bedankt voor je interesse in HabitRPG! De volgende afbeeldingen mogen gebruikt worden voor artikelen of video's over HabitRPG. Voor meer informatie kun je contact opnemen met Siena Leslie via leslie@habitrpg.com.", + "presskitText": "Thanks for your interest in Habitica! The following images can be used for articles or videos about Habitica. For more information, please contact Siena Leslie at leslie@habitica.com.", "privacy": "privacybeleid", "psst": "Psst", "punishByline": "Stop met slechte gewoontes doordat je direct de gevolgen ondervindt van uitstelgedrag.", @@ -152,9 +152,9 @@ "schoolSample3": "Afspreken met studiegroep", "schoolSample4": "Aantekeningen voor 1 hoofdstuk", "schoolSample5": "Lees 1 hoofdstuk", - "sixteenBitFilQuote": "Ik doe mijn werk en taken in recordtijd dankzij HabitRPG. Ik ben gewoon zo gretig er weer een niveau bij te krijgen!", + "sixteenBitFilQuote": "Ik doe mijn werk en taken in recordtijd dankzij Habitica. Ik ben gewoon zo gretig er weer een niveau bij te krijgen!", "skysailorQuote": "Mijn groep en onze queestes zorgen ervoor dat ik betrokken blijf bij het spel, wat me weer gemotiveerd houdt om dingen gedaan te krijgen en mijn leven in positieve zin te veranderen.", - "socialTitle": "HabitRPG - Je leven is een spel", + "socialTitle": "Habitica - Je leven is een spel", "supermouse35Quote": "Ik beweeg meer en ik ben mijn medicijnen al maanden niet meer vergeten! Bedankt, Habit. :D", "sync": "Synchroniseren", "tasks": "Taken", @@ -172,7 +172,7 @@ "username": "Gebruikersnaam", "watchVideos": "Video's bekijken", "work": "Werken", - "zelahQuote": "Door HabitRPG kan ik overgehaald worden om op tijd naar bed te gaan, omdat ik eraan denk dat ik punten verdien als ik vroeg in bed kruip, en gezondheid verlies als ik lang opblijf!", + "zelahQuote": "Door Habitica kan ik overgehaald worden om op tijd naar bed te gaan, omdat ik eraan denk dat ik punten verdien als ik vroeg in bed kruip, en gezondheid verlies als ik lang opblijf!", "reportAccountProblems": "Problemen met je account melden", "reportCommunityIssues": "Problemen met de gemeenschap melden", "generalQuestionsSite": "Algemene vragen over de site", diff --git a/common/locales/nl/gear.json b/common/locales/nl/gear.json index 8d55d5dc56..a6bd7e580f 100644 --- a/common/locales/nl/gear.json +++ b/common/locales/nl/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Sneeuwvlokmantel", "armorSpecialSnowflakeNotes": "Een mantel om je warm te houden, zelfs in een sneeuwstorm. Verhoogt Lichaam met <%= con %>. Beperkte oplage winteruitrusting 2013-2014.", "armorSpecialBirthdayText": "Absurde feestmantels", - "armorSpecialBirthdayNotes": "Gefeliciteerd met je verjaardag, HabitRPG! Draag deze absurde feestmantel om deze prachtige dag te vieren. Verleent geen voordelen.", + "armorSpecialBirthdayNotes": "Gefeliciteerd met je verjaardag, Habitica! Draag deze absurde feestmantel om deze prachtige dag te vieren. Verleent geen voordelen.", "armorSpecialBirthday2015Text": "Dwaze feestmantel", - "armorSpecialBirthday2015Notes": "Gefeliciteerd met je verjaardag, HabitRPG! Draag deze dwaze feestmantel om deze prachtige dag te vieren. Verleent geen voordelen.", + "armorSpecialBirthday2015Notes": "Gefeliciteerd met je verjaardag, Habitica! Draag deze dwaze feestmantel om deze prachtige dag te vieren. Verleent geen voordelen.", "armorSpecialGaymerxText": "Harnas van de Regenboogkrijger", "armorSpecialGaymerxNotes": "Om het pride-seizoen en GaymerX te herdenken heeft dit harnas een stralend en kleurrijk regenboogpatroon! GaymerX is een spelconferentie in het teken van LHBTQ en gamen, en iedereen is welkom. Het vindt plaats in het InterContinental in hartje San Francisco op 11-13 juli! Verleent geen voordelen.", "armorSpecialSpringRogueText": "Kittig pakje", @@ -522,8 +522,8 @@ "backMystery201410Notes": "Vlieg door de nacht met deze sterke vleugels. Verleent geen voordelen. Abonnee-uitrusting oktober 2014.", "backMystery201504Text": "Vleugels van de Bezige Bij", "backMystery201504Notes": "Bzzz bzzz bzzz! Vlieg van taak naar taak. Verleent geen voordelen. Abonnee-uitrusting april 2015.", - "backMystery201507Text": "Rad Surfboard", - "backMystery201507Notes": "Surf off the Diligent Docks and ride the waves in Inkomplete Bay! Confers no benefit. July 2015 Subscriber Item.", + "backMystery201507Text": "Koele Surfplank", + "backMystery201507Notes": "Surf uit de IJverige Havens en berijd de golven in Baai Incompleet! Verleent geen voordelen. Abonnee-uitrusting juli 2015.", "backSpecialWonderconRedText": "Machtige cape", "backSpecialWonderconRedNotes": "Zwiept met kracht en schoonheid. Verleent geen voordelen. Speciale congresuitrusting.", "backSpecialWonderconBlackText": "Sluiperscape", @@ -610,11 +610,11 @@ "eyewearMystery201503Text": "Oogmasker van aquamarijn", "eyewearMystery201503Notes": "Pas op dat je jezelf je ogen niet uitsteekt met deze glanzende edelstenen! Verleent geen voordelen. Abonnee-uitrusting maart 2015.", "eyewearMystery201506Text": "Neonsnorkel", - "eyewearMystery201506Notes": "Deze neon snorkel laat zijn drager onderwater zien. Verleent geen voordelen. Juni 2015 abonnee-artikel.", - "eyewearMystery201507Text": "Rad Sunglasses", - "eyewearMystery201507Notes": "These sunglasses let you stay cool even when the weather is hot. Confers no benefit. July 2015 Subscriber Item.", + "eyewearMystery201506Notes": "Met deze neonsnorkel kun je onderwater zien. Verleent geen voordelen. Abonnee-uitrusting juni 2015.", + "eyewearMystery201507Text": "Koele Zonnebril", + "eyewearMystery201507Notes": "Deze zonnebril houdt je koel als het heet is. Verleent geen voordelen. Abonnee-uitrusting juli 2015.", "eyewearMystery301404Text": "Veiligheidsbril voor je ogen", "eyewearMystery301404Notes": "Er is geen chiquer oogaccessoire dan een veiligheidsbril - behalve misschien een monocle. Verleent geen voordelen. Abonnee-uitrusting april 3015.", "eyewearMystery301405Text": "Monocle", "eyewearMystery301405Notes": "Er is geen chiquer oogaccessoire dan een monocle - behalve misschien een veiligheidsbril. Verleent geen voordelen. Abonnee-uitrusting juli 3015." -} \ No newline at end of file +} diff --git a/common/locales/nl/generic.json b/common/locales/nl/generic.json index b3d5151dcc..94d1a434b7 100644 --- a/common/locales/nl/generic.json +++ b/common/locales/nl/generic.json @@ -1,11 +1,11 @@ { "languageName": "Nederlands", "stringNotFound": "String '<%= string %>' niet gevonden.", - "titleIndex": "HabitRPG | Je leven als rollenspel", + "titleIndex": "Habitica | Je leven als rollenspel", "habitica": "Habitica", "expandToolbar": "Werkbalk openen", "collapseToolbar": "Werkbalk verkleinen", - "markdownBlurb": "HabitRPG gebruikt markdown voor tekstopmaak. Bekijk de markdown cheat sheet voor meer informatie.", + "markdownBlurb": "Habitica gebruikt markdown voor tekstopmaak. Bekijk de markdown cheat sheet voor meer informatie.", "showFormattingHelp": "Opmaakhulp laten zien", "hideFormattingHelp": "Opmaakhulp verbergen", "youType": "Je typt:", @@ -14,8 +14,8 @@ "bold": "**Dikgedrukt**", "strikethrough": "~~Doorhalen~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG is fantastisch!](https://habitrpg.com)", - "markdownImageEx": "![verplichte alt tekst](https://habitrpg.com/cake.png \"optionele titel voor mouseover\")", + "markdownLinkEx": "[Habitica is fantastisch!](https://habitica.com)", + "markdownImageEx": "![verplichte alt tekst](https://habitica.com/cake.png \"optionele titel voor mouseover\")", "unorderedListHTML": "+ Eerste voorwerp
+ Tweede voorwerp
+ Derde voorwerp", "unorderedListMarkdown": "+ Eerste voorwerp\n+ Tweede voorwerp\n+ Derde voorwerp", "code": "`code`", @@ -28,7 +28,7 @@ "market": "Markt", "subscriberItem": "Verrassingsartikel", "newSubscriberItem": "Nieuw verrassingsartikel", - "subscriberItemText": "Elke maand ontvangen abonnees een verrassingsartikel. Meestal gebeurt dat ongeveer een week voor het eind van de maand. Bekijk de 'Mystery Item'-pagina op de wiki voor de exacte datum. ", + "subscriberItemText": "Elke maand ontvangen abonnees een verrassingsartikel. Meestal gebeurt dat ongeveer een week voor het eind van de maand. Bekijk de 'Mystery Item'-pagina op de wiki voor de exacte datum.", "all": "Alle", "none": "Geen", "or": "Of", @@ -61,19 +61,22 @@ "veteranText": "Heeft Habit De Grijze doorstaan (onze website van vóór Angular), en heeft vele littekens opgelopen door de bugs daar.", "originalUser": "Oorspronkelijke gebruiker!", "originalUserText": "Een van de oorspronkelijke zeer early adopters. Een echte alpha tester!", - "habitBirthday": "HabitRPG-verjaardagsfeest", - "habitBirthdayText": "Heeft meegedaan aan het verjaardagsfeest van HabitRPG!", - "habitBirthdayPluralText": "Heeft <%= number %> keer de verjaardag van HabitRPG gevierd!", + "habitBirthday": "Habitica-verjaardagsfeest", + "habitBirthdayText": "Heeft meegedaan aan het verjaardagsfeest van Habitica!", + "habitBirthdayPluralText": "Heeft <%= number %> keer de verjaardag van Habitica gevierd!", + "habiticaDay": "Habitica Benamingsdag", + "habiticaDaySingularText": "Vierde Habitica's Benamingsdag! Dankjewel dat je een fantastische gebruiker bent.", + "habiticaDayPluralText": "Vierde <%= number %> Benamingsdagen! Dankjewel dat je een fantastische gebruiker bent.", "achievementDilatory": "Redder van Dralen", "achievementDilatoryText": "Heeft geholpen de Donkere Draak van Dralen te verslaan tijdens het Zomerse Spetterevenement 2014!", "costumeContest": "Verkleedwedstrijd 2014", - "costumeContestText": "Heeft meegedaan aan de verkleedwedstrijd voor Halloween 2014. Bekijk enkele van de inzendingen op blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Heeft meegedaan aan de verkleedwedstrijd voor Halloween 2014. Bekijk enkele van de inzendingen op blog.habitica.com/tagged/cosplay!", "memberSince": "- Lid sinds", "lastLoggedIn": "- Laatst ingelogd op", "notPorted": "Deze functie is nog niet overgedragen van de originele site.", "buyThis": "<%= text %> kopen met <%= price %> van je <%= gems %> edelstenen?", "noReachServer": "Server momenteel niet bereikbaar, probeer het later opnieuw", - "errorUpCase": "FOUT: ", + "errorUpCase": "FOUT:", "newPassSent": "Nieuw wachtwoord verstuurd.", "serverUnreach": "Server momenteel niet bereikbaar.", "seeConsole": "Als de fout blijft optreden, geef dat dan door via Help > Fout melden. Als je de console van je browser kunt vinden, geef dan alsjeblieft de foutmeldingen mee door.", @@ -90,7 +93,7 @@ "audioTheme_gokulTheme": "Gokulthema", "askQuestion": "Vraag stellen", "reportBug": "Fout melden", - "contributeToHRPG": "Bijdragen aan HabitRPG", + "contributeToHRPG": "Bijdragen aan Habitica", "overview": "Overzicht voor nieuwe gebruikers", "January": "Januari", "February": "Februari", @@ -107,4 +110,4 @@ "dateFormat": "Datumweergave", "achievementStressbeast": "Redder van Stoïkalm", "achievementStressbeastText": "Heeft geholpen het Verschrikkelijke Stressbeest te verslaan tijdens het Winterwonderlandevenement van 2015!" -} \ No newline at end of file +} diff --git a/common/locales/nl/groups.json b/common/locales/nl/groups.json index 3575c19e8f..15684598bb 100644 --- a/common/locales/nl/groups.json +++ b/common/locales/nl/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Sorteer op wanneer ze lid geworden zijn van de groep", "sortName": "Sorteer op avatarnaam", "sortBackgrounds": "Sorteer op achtergrond", - "sortHabitrpgJoined": "Sorteer op datum lid worden van HabitRPG", + "sortHabitrpgJoined": "Sorteer op datum lid worden van Habitica", "sortHabitrpgLastLoggedIn": "Sorteer op laatste keer ingelogd", "ascendingSort": "Sorteer oplopend", "descendingSort": "Sorteer aflopend", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Alleen de groepsleider kan uitdagingen aanmaken", "sendGift": "Geschenk versturen", "inviteFriends": "Vrienden Uitnodigen", - "inviteAlertInfo": "Nodig hier vrienden uit met hun Gebruikers-ID .", + "inviteAlertInfo": "Nodig hier vrienden uit met hun Gebruikers-ID .", "inviteExistUser": "Bestaande gebruiker uitnodigen", "inviteByEmail": "Nodig vrienden uit via e-mail. Als ze lid worden via jouw e-mail, zullen ze automatisch uitgenodigd worden voor deze groep.", "byColon": "Door:", @@ -123,4 +123,4 @@ "startAParty": "Een groep beginnen", "addToParty": "Iemand aan je groep toevoegen", "likePost": "Klik hier als je dit bericht leuk vindt!" -} \ No newline at end of file +} diff --git a/common/locales/nl/limited.json b/common/locales/nl/limited.json index d766c09401..c06938847a 100644 --- a/common/locales/nl/limited.json +++ b/common/locales/nl/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Seizoenstovenares<%= linkEnd %>", "seasonalShopClosedText": "De Seizoenswinkel is momenteel gesloten!! Ik weet niet waar de Seizoenstovenares momenteel is, maar ik durf te wedden dat ze er tijdens het volgende <%= linkStart %>Grote Gala<%= linkEnd %> weer is!", - "seasonalShopText": "Welkom in de Seizoenswinkel! We hebben op dit moment lente-editie seizoensgoederen op voorraad. Alles wat je hier ziet is te koop tijdens het jaarlijkse Lente-evenement, maar we zijn slechts open tot 30 april! Koop nu wat je wil hebben, want anders moet je een jaar wachten tot deze artikelen weer te krijgen zijn. ", - "seasonalShopSummerText": "Welkom in de Seizoenswinkel!! We hebben nu seizoensspulletjes in het assortiment. Alles hier is te koop tijdens het Zomerspetterevenement ieder jaar, maar we zijn maar open tot 31 juli. Zorg er dus voor dat je nu inslaat of je moet een jaar wachten om deze voorwerpen weer te kunnen kopen!", + "seasonalShopText": "Welkom in de Seizoenswinkel! We hebben op dit moment lente-editie seizoensgoederen op voorraad. Alles wat je hier ziet is te koop tijdens het jaarlijkse Lente-evenement, maar we zijn slechts open tot 30 april! Koop nu wat je wil hebben, want anders moet je een jaar wachten tot deze artikelen weer te krijgen zijn. ", + "seasonalShopSummerText": "Welkom in de Seizoenswinkel!! We hebben nu seizoensspulletjes in het assortiment. Alles hier is te koop tijdens het Zomerspetterevenement ieder jaar, maar we zijn maar open tot 31 juli. Zorg er dus voor dat je nu inslaat of je moet een jaar wachten om deze voorwerpen weer te kunnen kopen!", "seasonalShopRebirth": "Als je een Bol der Hergeboorte gebruikt hebt, kun je deze uitrustingsstukken weer kopen als je de Markt hebt vrijgespeeld. In het begin kun je alleen de uitrustingsstukken van je huidige klasse kopen (dat is standaard Krijger), maar vrees niet, de uitrustingsstukken die bij een andere klasse horen komen weer beschikbaar als je die klasse kiest.", "candycaneSet": "Zuurstok (Magiër)", "skiSet": "Skimoordenaar (Dief)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Smaragden meermagiër (magiër)", "reefSeahealerSet": "Zeeheler uit het Rif (heler)", "roguishPirateSet": "Doortrapte piraat (dief)" -} \ No newline at end of file +} diff --git a/common/locales/nl/messages.json b/common/locales/nl/messages.json index 4205b200e0..61b1168f84 100644 --- a/common/locales/nl/messages.json +++ b/common/locales/nl/messages.json @@ -22,11 +22,11 @@ "messageDropEgg": "Je hebt het ei van een <%= dropText %> gevonden! <%= dropNotes %>", "messageDropPotion": "Je hebt een <%= dropText %> uitbroedtoverdrank gevonden! <%= dropNotes %>", "messageDropQuest": "Je hebt een queeste gevonden!", - "messageDropMysteryItem": "You open the box and find <%= dropText %>!", + "messageDropMysteryItem": "Je opent de kist en vindt <%= dropText %>!", "messageFoundQuest": "Je hebt de queeste \"<%= questText %>\" gevonden!", "messageAlreadyPurchasedGear": "Je hebt dit stuk uitrusting in het verleden al eens gekocht, maar hebt het nu niet in je bezit. Je kunt het opnieuw aanschaffen in de beloningenkolom op de Takenpagina.", "messageAlreadyOwnGear": "Je hebt dit uitrustingsstuk al. Je kunt het aantrekken op de uitrustingspagina.", "armoireEquipment": "<%= image %> Je hebt een zeldzaam uitrustingsstuk gevonden in het kabinet: <%= dropText %>! Super!", "armoireFood": "<%= image %> Je rommelt wat in het kabinet en vindt <%= dropText %>. Hoe komt dat nou hier?", "armoireExp": "Je worstelt met het kabinet en krijgt er ervaringspunten bij. Daar met je!" -} \ No newline at end of file +} diff --git a/common/locales/nl/npc.json b/common/locales/nl/npc.json index 958240db05..a3fffa8428 100644 --- a/common/locales/nl/npc.json +++ b/common/locales/nl/npc.json @@ -21,9 +21,9 @@ "cool": "Een andere keer lezen", "dismissAlert": "Boodschap verbergen", "donateText1": "Voegt 20 edelstenen toe aan je account. Edelstenen kunnen worden gebruikt om speciale digitale objecten te kopen, zoals shirts en kapsels.", - "donateText2": "Steun HabitRPG", - "donateText3": "HabitRPG is een open-sourceproject dat afhankelijk is van onze gebruikers voor ondersteuning. Het geld dat jij uitgeeft aan edelstenen helpt ons om de servers te laten lopen, een kleine sta groep medewerkers te onderhouden, nieuwe functies te ontwikkelen en onze vrijwillige programmeurs te prikkelen. Bedankt voor je gulheid!", - "donationDesc": "20 edelstenen, donatie aan HabitRPG", + "donateText2": "Steun Habitica", + "donateText3": "Habitica is een open-sourceproject dat afhankelijk is van onze gebruikers voor ondersteuning. Het geld dat jij uitgeeft aan edelstenen helpt ons om de servers te laten lopen, een kleine sta groep medewerkers te onderhouden, nieuwe functies te ontwikkelen en onze vrijwillige programmeurs te prikkelen. Bedankt voor je gulheid!", + "donationDesc": "20 edelstenen, donatie aan Habitica", "payWithCard": "Betaal met creditcard", "payNote": "Opmerking: PayPal doet er soms lang over om een betaling te verwerken. We raden je aan te betalen met een creditcard.", "card": "Creditcard", @@ -52,10 +52,10 @@ "tourStatsPage": "Dit is jouw statistiekenpagina! Je kunt prestaties verdienen door deze taken te volbrengen.", "tourTavernPage": "Welkom in de Herberg, een chatroom voor alle leeftijden! Je kunt ervoor zorgen dat je Dagelijkse Taken je geen pijn doen als je ziek wordt of op reis gaat door op \"Rust in de Herberg\" te klikken. Kom hallo zeggen!", "tourPartyPage": "Jouw groep helpt je verantwoordelijk te blijven. Nodig je vrienden uit en speel een queeste-perkamentrol vrij!", - "tourGuildsPage": "Gildes zijn chatgroepen met gezamenlijke interesses: door de spelers, voor de spelers. Bekijk de lijst en word lid van de gildes die je interesseren. Kijk eens bij de populaire Newbies-gilde, waar iedereen vragen kan stellen over HabitRPG!", + "tourGuildsPage": "Gildes zijn chatgroepen met gezamenlijke interesses: door de spelers, voor de spelers. Bekijk de lijst en word lid van de gildes die je interesseren. Kijk eens bij de populaire Newbies-gilde, waar iedereen vragen kan stellen over Habitica!", "tourChallengesPage": "Uitdagingen zijn takenlijsten met een thema, aangemaakt door andere gebruikers! Als je meedoet aan een uitdaging worden de bijbehorende taken toegevoegd aan je account. Wedijver met andere gebruikers om edelstenen te winnen!", "tourMarketPage": "Vanaf niveau 4 kun je eieren en uitbroedtoverdranken vinden als je een taak afvinkt. Ze verschijnen hier - gebruik ze om huisdieren te maken! Je kunt ook artikelen kopen in de markt.", - "tourHallPage": "Welkom in de Heldenhal, waar mensen die een bijdrage leveren aan HabitRPG worden geëerd. Door programmeren, kunst, muziek, schrijven, of zelfs door behulpzaam te zijn hebben zij edelstenen, exclusieve uitrusting en prestigieuze titels verdiend. Als je wilt, kun jij ook bijdragen aan HabitRPG!", + "tourHallPage": "Welkom in de Heldenhal, waar mensen die een bijdrage leveren aan Habitica worden geëerd. Door programmeren, kunst, muziek, schrijven, of zelfs door behulpzaam te zijn hebben zij edelstenen, exclusieve uitrusting en prestigieuze titels verdiend. Als je wilt, kun jij ook bijdragen aan Habitica!", "tourPetsPage": "Dit is de Stal! Na niveau 4 kan je huisdieren laten uitkomen door middel van eieren en toverdranken. Als je een huisdier laat uitkomen in de markt verschijnt het hier! Klik op het plaatje van een huisdier om het aan je avatar toe te voegen. Voer je huisdieren met het voedsel wat je vindt na niveau 4 om ze te laten uitgroeien tot krachtige rijdieren.", "tourMountsPage": "Als je een huisdier genoeg hebt gevoerd en het in een rijdier verandert, verschijnt het hier. (Huisdieren, rijdieren en voedsel zijn beschikbaar na niveau 4.) Klik op een rijdier om op te zadelen!", "tourEquipmentPage": "Hier wordt je uitrusting opgeslagen. Je strijduitrusting heeft effect op je statistieken. Als je wilt dat je avatar er anders uitziet zonder dat de statistieken veranderen, zet dan \"Kostuum gebruiken\" aan.", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Klinkt logisch!", "tourRewardsBrief": "Beloningenlijst
  • Geef hier je welverdiende goud uit!
  • Koop uitrustingsstukken voor je avatar of verzin je eigen beloningen.
", "tourRewardsProceed": "Dat was alles!", - "welcomeToHabit": "Welkom bij HabitRPG, een spel om je leven te verbeteren!", + "welcomeToHabit": "Welkom bij Habitica, een spel om je leven te verbeteren!", "welcome1": "Maak een avatar aan die jou representeert en doe interessante aanpassingen.", "welcome2": "Jouw taken in het echte leven hebben invloed op de hoeveelheid gezondheidspunten (HP), ervaringspunten (XP) en goud die je avatar heeft!", "welcome3": "Maak taken af om ervaringspunten (XP) en goud te verdienen, waarmee je coole opties en beloningen ontgrendelt!", "welcome4": "Vermijd slechte gewoontes die je gezondheid (HP) verminderen, want anders gaat je avatar dood!", "welcome5": "Nu kun je je avatar aanpassen en je taken instellen...", "imReady": "Ik ben er klaar voor!" -} \ No newline at end of file +} diff --git a/common/locales/nl/pets.json b/common/locales/nl/pets.json index 3c152fb898..f0d4601ba2 100644 --- a/common/locales/nl/pets.json +++ b/common/locales/nl/pets.json @@ -9,12 +9,14 @@ "rareMounts": "Zeldzame rijdieren", "etherealLion": "Etherische Leeuw", "veteranWolf": "Veteranenwolf", + "veteranTiger": "Veteranentijger", "cerberusPup": "Cerberuspup", "hydra": "Hydra", "mantisShrimp": "Bidsprinkhaankreeft", "mammoth": "Wolharige Mammoet", "orca": "Orca", - "rarePetPop1": "Klik op de gouden pootafdruk om meer te weten te komen over hoe je dit zeldzame dier kunt ontvangen door bij te dragen aan HabitRPG!", + "royalPurpleGryphon": "Koninklijke Paarse Griffioen", + "rarePetPop1": "Klik op de gouden pootafdruk om meer te weten te komen over hoe je dit zeldzame dier kunt ontvangen door bij te dragen aan Habitica!", "rarePetPop2": "Hoe krijg ik dit huisdier?", "potion": "<%= potionType %> uitbroedtoverdrank", "egg": "<%= eggType %>-ei", @@ -28,11 +30,11 @@ "foodText": "voedsel", "food": "Voedsel en zadels", "noFood": "Je hebt geen voedsel of zadels.", - "dropsExplanation": "Verkrijg deze voorwerpen sneller met edelstenen als je niet wil wachten tot je ze vindt bij het voltooien van een taak. Leer meer over het vondstensysteem.", + "dropsExplanation": "Verkrijg deze voorwerpen sneller met edelstenen als je niet wil wachten tot je ze vindt bij het voltooien van een taak. Leer meer over het vondstensysteem.", "beastMasterProgress": "Voortgang tot dierenmeester", "beastAchievement": "Je hebt de \"Dierenmeester\"-prestatie behaald voor het verzamelen van alle huisdieren!", "beastMasterName": "Dierenmeester", - "beastMasterText": "Heeft alle 90 huisdieren gevonden (ontzettend moeilijk, feliciteer deze gebruiker!) ", + "beastMasterText": "Heeft alle 90 huisdieren gevonden (ontzettend moeilijk, feliciteer deze gebruiker!)", "beastMasterText2": "en heeft zijn of haar huisdieren in totaal <%= count %> keer vrijgelaten", "mountMasterProgress": "Voortgang tot rijdiermeester", "mountAchievement": "Je hebt de prestatie \"Rijdiermeester\" behaald voor het temmen van alle rijdieren!", @@ -65,4 +67,4 @@ "petKeyBoth": "Beide vrijlaten", "petKeyNeverMind": "Nog niet", "gemsEach": "edelstenen elk" -} \ No newline at end of file +} diff --git a/common/locales/nl/quests.json b/common/locales/nl/quests.json index 63a6aca807..317df51b59 100644 --- a/common/locales/nl/quests.json +++ b/common/locales/nl/quests.json @@ -60,4 +60,4 @@ "questWarning": "Als nieuwe spelers bij de groep komen voordat de queeste begint, krijgen ze ook een uitnodiging. Als de queeste eenmaal begonnen is, kunnen nieuwe groepsleden zich echter niet bij de queeste aansluiten.", "bossRageTitle": "Woede", "bossRageDescription": "Als deze balk vol is, zal de eindbaas een speciale aanval ontketenen." -} \ No newline at end of file +} diff --git a/common/locales/nl/questscontent.json b/common/locales/nl/questscontent.json index eab41fda59..c9c5a710dc 100644 --- a/common/locales/nl/questscontent.json +++ b/common/locales/nl/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Vis (voedsel)", "questDilatoryDistress3DropWeapon": "Drietand van verpletterend getij (wapen)", "questDilatoryDistress3DropShield": "Maanparelschild (schild)" -} \ No newline at end of file +} diff --git a/common/locales/nl/rebirth.json b/common/locales/nl/rebirth.json index 18b275c5c1..339aef02d2 100644 --- a/common/locales/nl/rebirth.json +++ b/common/locales/nl/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Hergeboorte: nieuw avontuur beschikbaar!", - "rebirthUnlock": "Je hebt Hergeboorte vrijgespeeld! Dit speciale marktvoorwerp stelt je in staat om een nieuw spel te beginnen vanaf niveau 1 terwijl je je taken, prestaties, dieren, en meer behoudt. Gebruik het om nieuw leven in HabitRPG te blazen als je voelt dat je alles al bereikt hebt, of om nieuwe spelonderdelen te beleven met de frisse blik van een beginnend personage!", + "rebirthUnlock": "Je hebt Hergeboorte vrijgespeeld! Dit speciale marktvoorwerp stelt je in staat om een nieuw spel te beginnen vanaf niveau 1 terwijl je je taken, prestaties, dieren, en meer behoudt. Gebruik het om nieuw leven in Habitica te blazen als je voelt dat je alles al bereikt hebt, of om nieuwe spelonderdelen te beleven met de frisse blik van een beginnend personage!", "rebirthBegin": "Hergeboorte: begin een nieuw avontuur", "rebirthStartOver": "Hergeboorte start je personage opnieuw vanaf niveau 1, alsof je een nieuw account aangemaakt had.", "rebirthAdvList1": "Je krijgt je volle gezondheid terug.", @@ -22,4 +22,4 @@ "rebirthPop": "Begin een nieuw personage vanaf niveau 1 terwijl je je prestaties, verzamelobjecten en taken met hun geschiedenis behoudt. ", "rebirthName": "Bol der Hergeboorte", "reborn": "Herboren, maximale niveau <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/nl/settings.json b/common/locales/nl/settings.json index df756722a3..511b6f1dd7 100644 --- a/common/locales/nl/settings.json +++ b/common/locales/nl/settings.json @@ -2,7 +2,7 @@ "settings": "Instellingen", "language": "Taal", "americanEnglishGovern": "Bij twijfel over de vertaling is de Engelse versie geldig.", - "helpWithTranslation": "Lijkt het je leuk mee te helpen om HabitRPG te vertalen? Geweldig! Ga dan naar deze Trello-kaart.", + "helpWithTranslation": "Lijkt het je leuk mee te helpen om Habitica te vertalen? Geweldig! Ga dan naar deze Trello-kaart.", "showHeaderPop": "Toon je avatar, gezondheids- en ervaringsbalken en groep.", "stickyHeader": " Bovenbalk vastplakken", "stickyHeaderPop": "Bevestigt de bovenbalk aan de bovenkant van het scherm. Niet aangevinkt betekent dat de balk uit het zicht schuift.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Geavanceerde opties in taken aanvankelijk ingeklapt laten zien", "startAdvCollapsedPop": "Deze optie verbergt de geavanceerde opties wanneer je voor het eerst een taak opent om hem te bewerken.", "showTour": "Rondleiding starten", - "restartTour": "Herhaal de introductierondleiding van toen je net begon met HabitRPG.", + "restartTour": "Herhaal de introductierondleiding van toen je net begon met Habitica.", "showBailey": "Bailey laten zien", "showBaileyPop": "Breng Bailey de Stadsomroeper uit haar schuilplaats zodat je nieuws uit het verleden kunt nalezen.", "fixVal": "Personagewaarden bijstellen", @@ -27,7 +27,7 @@ "resetAccount": "Account resetten", "resetAccPop": "Opnieuw starten, en alle niveaus, goud, uitrusting, geschiedenis en taken verliezen.", "deleteAccount": "Account verwijderen", - "deleteAccPop": "Opzeggen en verwijderen van je HabitRPG-account.", + "deleteAccPop": "Opzeggen en verwijderen van je Habitica-account.", "qrCode": "QR-code", "dataExport": "Gegevens exporteren", "saveData": "Hier volgen een paar opties om je Habit-gegevens op te slaan.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Begin van de dag aanpassen", "24HrClock": "24-uursklok", - "customDayStartInfo1": "Standaard controleert en reset HabitRPG je Dagelijkse Taken elke nacht om middernacht in jouw tijdszone. Als je dat wilt veranderen, raden we je aan de volgende instructies te lezen:", - "customDayStartInfo4": "Zorg ervoor dat je al je Dagelijkse Taken voltooid hebt voordat je het begin van de dag aanpast of rust die dag uit in de herberg. Het aanpassen van het begin van de dag kan ervoor zorgen dat Cron meteen optreedt, maar na die eerste dag zou het goed moeten werken.

Geef het effect twee uur de kans om in te treden. Als de dagstart nu bijvoorbeeld op 0 staat (middernacht), pas hem dan aan voor 10 uur 's avonds. Als je hem naar 9 uur 's avonds wil veranderen, doe dat dan voor 7 uur 's avonds.

Vul een uur in van 0 tot 23 (op een 24-uursklok). Typen werkt beter dan de muistoetsen gebruiken. Herlaad het scherm nadat je de dagstart hebt aangepast om te controleren dat de nieuwe waarde weergegeven wordt.", + "customDayStartInfo1": "Standaard controleert en reset Habitica je Dagelijkse Taken elke nacht om middernacht in jouw tijdszone. Als je dat wilt veranderen, raden we je aan de volgende instructies te lezen:", + "customDayStartInfo4": "Zorg ervoor dat je al je Dagelijkse Taken voltooid hebt voordat je het begin van de dag aanpast of rust die dag uit in de herberg. Het aanpassen van het begin van de dag kan ervoor zorgen dat Cron meteen optreedt, maar na die eerste dag zou het goed moeten werken.

Geef het effect twee uur de kans om in te treden. Als de dagstart nu bijvoorbeeld op 0 staat (middernacht), pas hem dan aan voor 10 uur 's avonds. Als je hem naar 9 uur 's avonds wil veranderen, doe dat dan voor 7 uur 's avonds.

Vul een uur in van 0 tot 23 (op een 24-uursklok). Typen werkt beter dan de muistoetsen gebruiken. Herlaad het scherm nadat je de dagstart hebt aangepast om te controleren dat de nieuwe waarde weergegeven wordt.", "misc": "Diversen", "showHeader": "Bovenbalk laten zien", "changePass": "Wachtwoord veranderen", @@ -56,7 +56,7 @@ "dangerZone": "Gevarenzone", "resetText1": "WAARSCHUWING! Deze functie reset veel onderdelen van je account. Hoewel we niet aanraden om dit te doen, vinden sommige mensen het handig na een tijdje geëxperimenteerd te hebben met de site.", "resetText2": "Je verliest al je niveaus, goud en ervaringspunten. Al je taken worden permanent verwijderd en je verliest de geschiedenisdata van je taken. Je verliest je hele uitrusting maar je kunt deze weer terugkopen in de winkel, ook alle uitrusting met beperkte oplage en de verrassingsartikelen voor abonnees (je moet wel de juiste klasse zijn om ze terug te kunnen kopen). Je houdt wel je huidige huis- en rijdieren. Het is misschien een goed idee om een Bol der Hergeboorte te gebruiken, want dat is een veel veiligere optie die ook je taken bewaart.", - "deleteText": "Weet je het zeker? Je account wordt voorgoed verwijderd en kan nooit meer hersteld worden! Je zult een nieuw account moeten aanmaken om HabitRPG opnieuw te gebruiken. Gespaarde of uitgegeven edelstenen worden niet vergoed. Als je het absoluut zeker weet, typ dan <%= deleteWord %> in het tekstvak hieronder.", + "deleteText": "Weet je het zeker? Je account wordt voorgoed verwijderd en kan nooit meer hersteld worden! Je zult een nieuw account moeten aanmaken om Habitica opnieuw te gebruiken. Gespaarde of uitgegeven edelstenen worden niet vergoed. Als je het absoluut zeker weet, typ dan <%= deleteWord %> in het tekstvak hieronder.", "API": "API", "APIText": "Kopieer deze codes om ze in applicaties van derde partijen te gebruiken. Beschouw de codes echter als een soort wachtwoord en deel ze niet met anderen. Je kunt soms gevraagd worden naar je gebruikers-ID maar we raden aan nooit je API-sleutel op een openbare plek te delen, ook niet op Github.", "APIToken": "API-sleutel (dit is een persoonlijke code - zie waarschuwing hierboven!)", @@ -79,13 +79,13 @@ "data": "Gegevens", "exportData": "Gegevens exporteren", "emailChange1": "Stuur om je e-mailadres te veranderen een e-mail naar", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "met zowel je oude en nieuwe e-mailadres en je Gebruikers-ID.", "username": "Inlognaam", "usernameOrEmail": "Loginnaam of e-mail", "email": "E-mail", "registeredWithFb": "Geregistreerd met Facebook", - "loginNameDescription1": "Dit is wat je gebruikt om in te loggen bij HabitRPG. Ga naar", + "loginNameDescription1": "Dit is wat je gebruikt om in te loggen bij Habitica. Ga naar", "loginNameDescription2": "Gebruiker->Profiel", "loginNameDescription3": "om de naam die bij je avatar en chatberichten verschijnt aan te passen.", "emailNotifications": "E-mailberichten", @@ -101,12 +101,12 @@ "questStarted": "Je queeste is begonnen", "invitedQuest": "Uitgenodigd voor queeste", "kickedGroup": "Uit de groep gegooid", - "remindersToLogin": "Herinneringsberichten om HabitRPG te checken", + "remindersToLogin": "Herinneringsberichten om Habitica te checken", "unsubscribedSuccessfully": "Afmelden succesvol!", - "unsubscribedTextUsers": "Je hebt je succesvol afgemeld van alle HabitRPG e-mail. Je kunt in de instellingen aangeven welke e-mail je wel wilt ontvangen. (Hier moet je voor ingelogd zijn.)", - "unsubscribedTextOthers": "Je zult geen e-mail meer ontvangen van HabitRPG.", + "unsubscribedTextUsers": "Je hebt je succesvol afgemeld van alle Habitica e-mail. Je kunt in de instellingen aangeven welke e-mail je wel wilt ontvangen. (Hier moet je voor ingelogd zijn.)", + "unsubscribedTextOthers": "Je zult geen e-mail meer ontvangen van Habitica.", "unsubscribeAllEmails": "Klik hier om e-mails uit te zetten", - "unsubscribeAllEmailsText": "Door dit aan te klikken geef ik aan dat ik begrijp dat als ik me uitschrijf van e-mails, HabitRPG nooit meer per e-mail contact met me op kan nemen om belangrijke wijzigingen in de site of mijn account door te geven.", + "unsubscribeAllEmailsText": "Door dit aan te klikken geef ik aan dat ik begrijp dat als ik me uitschrijf van e-mails, Habitica nooit meer per e-mail contact met me op kan nemen om belangrijke wijzigingen in de site of mijn account door te geven.", "correctlyUnsubscribedEmailType": "Afgemeld voor \"<%= emailType %>\" e-mails.", "subscriptionRateText": "$<%= price %> elke <%= months %> maanden, terugkerend", "benefits": "Voordelen", @@ -119,4 +119,4 @@ "promoCodeApplied": "Promotiecode toegepast! Kijk in je boedel", "promoPlaceholder": "Voer promotiecode in", "displayInviteToPartyWhenPartyIs1": "Toon de 'Uitnodigen voor groep'-knop wanneer de groep 1 lid heeft." -} \ No newline at end of file +} diff --git a/common/locales/nl/spells.json b/common/locales/nl/spells.json index 9d4b9dea6c..25e0eaf3e0 100644 --- a/common/locales/nl/spells.json +++ b/common/locales/nl/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Verander een vriend in een zeedier!", "spellSpecialSandText": "Zand", "spellSpecialSandNotes": "Verwijder de effecten van Zeeschuim." -} \ No newline at end of file +} diff --git a/common/locales/nl/subscriber.json b/common/locales/nl/subscriber.json index 060c34c004..0ee22ed215 100644 --- a/common/locales/nl/subscriber.json +++ b/common/locales/nl/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD($) / Maand", "organization": "Organisatie", "groupPlans": "Zakelijk abonnement", - "indivPlan1": "Voor particulieren is het spelen van HabitRPG gratis. Zelfs voor kleine belangengroepen kunnen de gratis (of goedkope)", + "indivPlan1": "Voor particulieren is het spelen van Habitica gratis. Zelfs voor kleine belangengroepen kunnen de gratis (of goedkope)", "indivPlan2": "worden gebruikt om deelnemers te motiveren hun gedrag te veranderen. Denk aan schrijversgroepen, kunstuitdagingen, en meer.", - "groupText1": "Maar sommige groepsleiders willen meer controle, privacy, veiligheid en ondersteuning. Voorbeelden van zulke groepen zijn families, gezondheids- en welzijnsgroepen, werknemersgroepen, en meer. Deze plannen bieden particuliere instanties van HabitRPG voor jouw groep of organisatie, veilig en onafhankelijk van", + "groupText1": "Maar sommige groepsleiders willen meer controle, privacy, veiligheid en ondersteuning. Voorbeelden van zulke groepen zijn families, gezondheids- en welzijnsgroepen, werknemersgroepen, en meer. Deze plannen bieden particuliere instanties van Habitica voor jouw groep of organisatie, veilig en onafhankelijk van", "groupText2": "Zie hieronder voor aanvullende voordelen van de plannen, en neem contact op voor meer informatie!", "planFamily": "Familie (binnenkort verkrijgbaar)", "planGroup": "Groep (binnenkort verkrijgbaar)", "dedicatedHost": "Dedicated hosting", - "dedicatedHostText": "Dedicated hosting: je eigen database en server worden gehost door HabitRPG; een andere optie is dat we HabitRPG op het netwerk van jouw organisatie installeren. Indien dit niet aangevinkt wordt, gebruikt het plan \"gedeelde hosting\": je organisatie gebruikt dezelfde database als de normale HabitRPG terwijl de database onafhankelijk Habitica uitvoert. Je leden zijn afgeschermd van de herberg en de gildes, maar zijn nog steeds op dezelfde server/database.", + "dedicatedHostText": "Dedicated hosting: je eigen database en server worden gehost door Habitica; een andere optie is dat we Habitica op het netwerk van jouw organisatie installeren. Indien dit niet aangevinkt wordt, gebruikt het plan \"gedeelde hosting\": je organisatie gebruikt dezelfde database als de normale Habitica terwijl de database onafhankelijk Habitica uitvoert. Je leden zijn afgeschermd van de herberg en de gildes, maar zijn nog steeds op dezelfde server/database.", "individualSub": "Individueel abonnement", "subscribe": "Abonnement nemen", "subscribed": "Geabonneerd", @@ -33,9 +33,9 @@ "adminSub": "Beheerdersabonnementen", "morePlans": "Meer plannen
binnenkort verwacht", "organizationSub": "Privéorganisatie", - "organizationSubText": "Leden van de organisatie nemen deel buiten de normale HabitRPG, wat voor focus voor je deelnemers zorgt.", + "organizationSubText": "Leden van de organisatie nemen deel buiten de normale Habitica, wat voor focus voor je deelnemers zorgt.", "hostingType": "Type hosting", - "hostingTypeText": "Gedeeld hosten betekent dat je organisatie dezelfde database gebruikt als de normale HabitRPG, hoewel je geen interactie hebt met Habitica. Dedicated betekent dat je een eigen database en server krijgt. Je kunt ervoor kiezen om HabitRPG je server/database te laten hosten, of om het op je eigen servers te laten installeren.", + "hostingTypeText": "Gedeeld hosten betekent dat je organisatie dezelfde database gebruikt als de normale Habitica, hoewel je geen interactie hebt met Habitica. Dedicated betekent dat je een eigen database en server krijgt. Je kunt ervoor kiezen om Habitica je server/database te laten hosten, of om het op je eigen servers te laten installeren.", "dedicated": "Dedicated", "customDomain": "Eigen domein", "customDomainText": "We kunnen je eventueel je eigen domeinnaam geven voor de installatie.", @@ -58,7 +58,7 @@ "buySubsText": "Edelstenen met goud kopen, geen advertenties, ontwikkelaars steunen", "sureCancelSub": "Weet je zeker dat je je abonnement wilt opzeggen?", "subCanceled": "Je abonnement wordt stopgezet op", - "subGemPop": "Omdat je een HabitRPG-abonnement hebt, kun je elke maand een aantal edelstenen kopen met goud. Hoe veel edelstenen nog te koop zijn, is te zien in het hoekje van het edelsteen-icoon.", + "subGemPop": "Omdat je een Habitica-abonnement hebt, kun je elke maand een aantal edelstenen kopen met goud. Hoe veel edelstenen nog te koop zijn, is te zien in het hoekje van het edelsteen-icoon.", "subGemName": "Abonnee-edelstenen", "timeTravelers": "Tijdreizigers", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> en <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Creditcard aanpassen", "subUpdateTitle": "Aanpassen", "subUpdateDescription": "Verander welke creditcard gebruikt wordt" -} \ No newline at end of file +} diff --git a/common/locales/nl/tasks.json b/common/locales/nl/tasks.json index 3d26d0f828..b85a393a0a 100644 --- a/common/locales/nl/tasks.json +++ b/common/locales/nl/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Voltooide taken verwijderen", "lotOfToDos": "Voltooide To-do's worden na 3 dagen automatisch gearchiveerd. Je kunt ze hier inzien: Instellingen > Exporteren.", "deleteToDosExplanation": "Als je op de knop hieronder klikt, worden al je voltooide en gearchiveerde To-do's permanent verwijderd. Als je ze wilt bewaren, exporteer ze dan eerst.", - "beeminderDeleteWarning": "Beeminder-gebruikers: lees eerst Deleting Completed To-Dos Without Confusing Beeminder!", + "beeminderDeleteWarning": "Beeminder-gebruikers: lees eerst Deleting Completed To-Dos Without Confusing Beeminder!", "addmultiple": "Voeg meerdere tegelijkertijd toe", "addsingle": "Voeg een enkele toe", "habits": "Gewoontes", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "Je bent aan het uitrusten in de Herberg! Je dagelijkse tagen doen je vannacht GEEN schade, maar ze zullen WEL iedere dag verversen. Als je op een queeste bent, dan doe je geen schade/verzamel je geen voorwerpen tot je uitcheckt, maar je kunt nog steeds schade krijgen van een eindbaas als je groepsleden hun dagelijkse taken overslaan.", "habitHelp1": "Goede gewoontes zijn dingen die je vaak doet. Ze belonen je met goud en ervaringspunten elke keer dat je op <%= plusIcon %> klikt.", "habitHelp2": "Slechte gewoontes zijn dingen die je wilt vermijden. Ze verlagen je gezondheidspunten elke keer dat je op <%= minusIcon %> klikt.", - "habitHelp3": "Kijk voor inspiratie eens naar deze voorbeeldgewoontes!", + "habitHelp3": "Kijk voor inspiratie eens naar deze voorbeeldgewoontes!", "newbieGuild": "Nog vragen? Stel ze in de <%= linkStart %>Newbies-gilde<%= linkEnd %>!", "dailyHelp1": "Dagelijkse taken herhalen zich <%= emphasisStart %>elke dag<%= emphasisEnd %> dat ze actief zijn. Klik op <%= pencilIcon %> om de dagen waarop een dagelijkse taak actief is te veranderen.", "dailyHelp2": "Als je je actieve Dagelijkse Taken niet voltooit verlies je aan het eind van de dag gezondheidspunten.", "dailyHelp3": "Dagelijkse Taken worden <%= emphasisStart %>roder<%= emphasisEnd %> als je ze mist en <%= emphasisStart %>blauwer<%= emphasisEnd %> als je ze voltooit. Des te roder de dagelijkse taak is, des te meer hij je beloont... of pijn doet.", "dailyHelp4": "Ga om te veranderen wanneer een nieuwe dag begint naar <%= linkStart %> Instellingen > Site<%= linkEnd %> Begin van de dag aanpassen.", - "dailyHelp5": "Kijk voor inspiratie eens naar deze voorbeelden van Dagelijkse Taken!", + "dailyHelp5": "Kijk voor inspiratie eens naar deze voorbeelden van Dagelijkse Taken!", "toDoHelp1": "To-do's beginnen geel en worden roder (waardevoller) hoe langer je erover doet ze te voltooien.", "toDoHelp2": "To-do's doen nooit schade! Ze belonen je alleen met goud en ervaring.", "toDoHelp3": "Een To-do opsplitsen in een checklist van kleinere onderdelen maakt hem minder eng, en geeft je meer punten!", - "toDoHelp4": "Kijk voor inspiratie eens naar deze voorbeeldto-do's!", + "toDoHelp4": "Kijk voor inspiratie eens naar deze voorbeeldto-do's!", "rewardHelp1": "De uitrusting die je voor je avatar koopt wordt opgeslagen in <%= linkStart %>Boedel > Uitrusting<%= linkEnd %>.", "rewardHelp2": "Uitrusting beïnvloedt je eigenschappen (<%= linkStart %>Avatar > Eigenschappen<%= linkEnd %>).", "rewardHelp3": "Speciale uitrusting verschijnt hier tijdens wereldwijde evenementen.", - "rewardHelp4": "Wees niet bang om je eigen beloningen toe te voegen! Kijk ook eens naar de voorbeelden hier.", + "rewardHelp4": "Wees niet bang om je eigen beloningen toe te voegen! Kijk ook eens naar de voorbeelden hier.", "clickForHelp": "Klik hier voor hulp" -} \ No newline at end of file +} diff --git a/common/locales/pl/backgrounds.json b/common/locales/pl/backgrounds.json index f972a7dfb3..0c5e9c68d6 100644 --- a/common/locales/pl/backgrounds.json +++ b/common/locales/pl/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Serfuj na gigantycznej fali!", "backgroundSunkenShipText": "Zatopiony statek", "backgroundSunkenShipNotes": "Badaj zatopiony statek." -} \ No newline at end of file +} diff --git a/common/locales/pl/challenge.json b/common/locales/pl/challenge.json index f7c783693b..f1536d8454 100644 --- a/common/locales/pl/challenge.json +++ b/common/locales/pl/challenge.json @@ -36,7 +36,7 @@ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Przy publicznych wyzwaniach minimalna nagroda to 1 klejnot (metoda antyspamowa, naprawdę działa).", - "officialChallenge": "Oficjalne wyzwanie HabitRPG", + "officialChallenge": "Oficjalne wyzwanie Habitica", "by": "stworzone przez", "participants": "<%= membercount %> uczestników", "join": "Dołącz", @@ -57,4 +57,4 @@ "prizeValue": "<%= gemcount %> <%= gemicon %> Nagroda", "clone": "Klon", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/pl/character.json b/common/locales/pl/character.json index f231508194..f391a80a98 100644 --- a/common/locales/pl/character.json +++ b/common/locales/pl/character.json @@ -56,7 +56,7 @@ "costumeText": "Jeśli podoba Ci się inny strój, niż ten, w którym chcesz walczyć, zaznacz \"Załóż kostium\". Odziana w kostium, Twoja postać będzie nadal miała pod spodem wybrany strój bojowy.", "useCostume": "Załóż kostium", "useCostumeInfo1": "Kliknij \"Załóż kostium\", by wyposażyć w przedmioty swojego awatara, bez oddziaływania na statystyki wyposażenia bojowego! To znaczy, że po lewej możesz się wyekwipować dla uzyskania najlepszych statystyk, a po prawej przystroić wyposażeniem swojego awatara.", - "useCostumeInfo2": "Gdy klikniesz \"Załóż kostium\", twój awatar będzie wyglądał dosyć zwyczajnie... lecz nie martw się! Gdy spojrzysz na lewo, to zobaczysz że wyposażenie bojowe jest ciągle używane. Teraz możesz puścić wodze fantazji! Wszystko w co się zaopatrzysz po prawej, nie wpłynie na twoje statystyki, może natomiast sprawić, że będziesz wyglądać fantastycznie. Spróbuj różnych połączeń, łączenia zestawów i harmonizowania swojego kostiumu ze swoimi chowańcami, wierzchowcami i tłami.

Masz więcej pytań? Sprawdź stronę kostiumów na wiki. Znalazłeś idealny zestaw? Pokaż go w gildii Karnawał Kostiumów lub pochwal się w Karczmie!", + "useCostumeInfo2": "Gdy klikniesz \"Załóż kostium\", twój awatar będzie wyglądał dosyć zwyczajnie... lecz nie martw się! Gdy spojrzysz na lewo, to zobaczysz że wyposażenie bojowe jest ciągle używane. Teraz możesz puścić wodze fantazji! Wszystko w co się zaopatrzysz po prawej, nie wpłynie na twoje statystyki, może natomiast sprawić, że będziesz wyglądać fantastycznie. Spróbuj różnych połączeń, łączenia zestawów i harmonizowania swojego kostiumu ze swoimi chowańcami, wierzchowcami i tłami.

Masz więcej pytań? Sprawdź stronę kostiumów na wiki. Znalazłeś idealny zestaw? Pokaż go w gildii Karnawał Kostiumów lub pochwal się w Karczmie!", "gearAchievement": "Zyskałeś odznaczenie \"Uzbrojony po zęby\" za zdobycie najpotężniejszego uzbrojenia dla swojej klasy! Zdobyłeś następujące zestawy:", "moreGearAchievements": "By zdobyć więcej odznaczeń Uzbrojony po zęby, zmień klasę na swojej stronie statystyk i kupuj wyposażenie swojej nowej klasy!", "armoireUnlocked": "Odblokowałeś również Zaczarowaną szafę! Kliknij na nagrodzę Zaczarowana szafa, by otrzymać losową szansę na specjalne wyposażenie! Możesz również losowo otrzymać PD lub jedzenie.", @@ -77,7 +77,7 @@ "allocatePerPop": "Dodaj punkt do Percepcji", "allocateInt": "Punkty przydzielone do Inteligencji:", "allocateIntPop": "Dodaj punkt do Inteligencji", - "noMoreAllocate": "Teraz gdy osiągniesz poziom 100, nie będziesz już zyskiwać punktów atrybutów. Możesz dalej podnosić poziom lub zacząć przygodę nową od poziomu 1 używając Kuli Odrodzenia, dostępnej teraz za darmo na Targu.", + "noMoreAllocate": "Teraz gdy osiągniesz poziom 100, nie będziesz już zyskiwać punktów atrybutów. Możesz dalej podnosić poziom lub zacząć przygodę nową od poziomu 1 używając Kuli Odrodzenia, dostępnej teraz za darmo na Targu.", "stats": "Statystyki", "strength": "Siła", "strengthText": "Siła zwiększa szansę na losowe \"trafienia krytyczne\", a także wpływa na ilość otrzymanego za nie Złota, Doświadczenia i prawdopodobieństwa łupów. Pomaga także zadawać obrażenia bossom.", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Odeślij Chowańca, Wierzchowca, Tło", "animalSkins": "Zwierzęce kolory", "chooseClassHeading": "Wybierz swoją klasę! Lub zrezygnuj, aby wybrać później.", - "warriorWiki": "Wojownik", - "mageWiki": "Mag", - "rogueWiki": "Łotrzyk", - "healerWiki": "Uzdrowiciel", - "chooseClassLearn": "Dowiedz się więcej na temat klas", + "warriorWiki": "Wojownik", + "mageWiki": "Mag", + "rogueWiki": "Łotrzyk", + "healerWiki": "Uzdrowiciel", + "chooseClassLearn": "Dowiedz się więcej na temat klas", "str": "SIŁ", "con": "KON", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/pl/communityguidelines.json b/common/locales/pl/communityguidelines.json index 6e145a3694..fe09ab099a 100644 --- a/common/locales/pl/communityguidelines.json +++ b/common/locales/pl/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "Te zasady stosuje się do wszystkich przestrzeni społecznych, których używamy, łącznie z (ale nie tylko) Trello, GitHubem, Transifexem i Wikią (aka wiki). Czasem zdarzają się nieprzewidziane sytuacje, na przykład konflikt uknuty przez złośliwego nekromantę. Kiedy tak się dzieje, modzi mogą zareagować przez modyfikację zasad, by ochronić społeczność przed nowymi zagrożeniami. Nie martwcie się: jeśli coś się w nich zmieni, powiadomi was o tym Bailey.", "commGuidePara004": "Przygotujcie pióra i zwoje i zaczynajmy!", "commGuideHeadingBeing": "Bycie Habitaninem", - "commGuidePara005": "HabitRPG to przede wszystkim strona poświęcona doskonaleniu. Dzięki temu, szczęśliwie udało się nam stworzyć jedną z najserdeczniejszych, najmilszych, najbardziej kulturalnych i pomocnych społeczności w Internecie. Habitanie mają wiele różnorodnych cech. Najczęstszymi i wartymi wzmianki są:", + "commGuidePara005": "Habitica to przede wszystkim strona poświęcona doskonaleniu. Dzięki temu, szczęśliwie udało się nam stworzyć jedną z najserdeczniejszych, najmilszych, najbardziej kulturalnych i pomocnych społeczności w Internecie. Habitanie mają wiele różnorodnych cech. Najczęstszymi i wartymi wzmianki są:", "commGuideList01A": "Pomocny Duch. Wielu ludzi poświęca czas i energię na pomoc nowym członkom społeczności i udzielanie im wsparcia. Dla przykładu, Gildia Świeżaków (ang. The Newbies Guild) przeznaczona jest do odpowiadania na wszelkie pytania. Jeśli tylko sądzisz, że możesz pomóc, to nie wstydź się!", "commGuideList01B": "Skrupulatne Nastawienie.Habitanie ciężko pracują nad poprawą swoich żyć, ale też pomagają w budowaniu strony i ciągle ją usprawniają. Jesteśmy projektem typu open-source, więc ciągle pracujemy nad uczynieniem z tej strony jak najlepszego miejsca.", "commGuideList01C": "Wspierająca PostawaHabitanie gratulują sobie zwycięstw oraz pocieszają w trudnych okresach. Użyczamy sobie nawzajem siły i wspieramy, a także uczymy się od siebie. W drużynach robimy to za pomocą zaklęć, na chatach dzięki serdecznym i życzliwym słowom.", @@ -25,21 +25,21 @@ "commGuidePara011b": "na GitHub/Wikia", "commGuidePara011c": "na Wikia", "commGuidePara011d": "na GitHub", - "commGuidePara012": "Jeśli masz jakieś wątpliwości lub zastrzeżenia wobec jakiegoś Moda, wyślij proszę maila do Lemoness (leslie@habitrpg.com)", + "commGuidePara012": "Jeśli masz jakieś wątpliwości lub zastrzeżenia wobec jakiegoś Moda, wyślij proszę maila do Lemoness (leslie@habitica)", "commGuidePara013": "W społeczności tak dużej jak Habitica, użytkownicy przychodzą i odchodzą, a czasem nawet moderator musi odłożyć swój szlachecki płaszcz i odpocząć. Tych drugich nazywamy Moderators Emeritus. Nie mają już uprawnień Moderatorów, ale wciąż doceniamy ich ciężką pracę.", "commGuidePara014": "Emerytowani Moderatorzy:", "commGuideHeadingPublicSpaces": "Przestrzeń publiczna w Habitice", "commGuidePara015": "Habitica ma dwa rodzaje przestrzeni społecznych: publiczne i prywatne. Publicznymi są: Karczma, Publiczne Gildie, GitHub, Trello i Wiki. Prywatnymi natomiast są: Prywatne Gildie i chat drużyny.", "commGuidePara016": "Odwiedzając strefy publiczne na Habitice, należy pamiętać o ogólnych zasadach, które pomagają w utrzymaniu bezpieczeństwa i zadowolenia. Zachowanie ich powinno być łatwe dla takiego poszukiwacza przygód jak ty!", - "commGuidePara017": "Szanujcie się nawzajem. Bądź uprzejmy, miły, przyjazny i pomocny. Pamiętaj: Habitanie pochodzą z różnorodnych środowisk i mają bardzo odmienne doświadczenia. To część tego, co czyni HabitRPG tak wspaniałym! Tworzenie społeczności oznacza respektowanie i celebrowanie tak różnic jak i podobieństw. Oto kilka prostych sposobów na okazywanie szacunku wobec innych:", + "commGuidePara017": "Szanujcie się nawzajem. Bądź uprzejmy, miły, przyjazny i pomocny. Pamiętaj: Habitanie pochodzą z różnorodnych środowisk i mają bardzo odmienne doświadczenia. To część tego, co czyni Habitica tak wspaniałym! Tworzenie społeczności oznacza respektowanie i celebrowanie tak różnic jak i podobieństw. Oto kilka prostych sposobów na okazywanie szacunku wobec innych:", "commGuideList02A": "Przestrzegaj wszystkich Zasad Użytkowania.", "commGuideList02B": "Nie umieszczaj obrazków pełnych przemocy, przerażających, pornograficznych lub o podtekście seksualnym, promujących dyskryminację, nietolerancję, rasizm, nienawiść, szykanowanie czy krzywdzenie osoby lub grupy. Nawet w formie żartu, włączając w to przekleństwa, ubliżenia i wypowiedzi. Nie każdy ma takie same poczucie humoru, więc to, co może być dla ciebie śmieszne, może być krzywdzące dla innych. Atakujcie swoje Codzienne zadania, nie siebie nawzajem.", "commGuideList02C": "Utrzymuj dyskusję na poziomie przyzwoitym dla osób w każdym wieku. Wielu młodych Habitan korzysta z tej strony! Nie demoralizuj niewinnych i nie utrudniaj wypełniania postanowień innych Habitan.", "commGuideList02D": "Unikaj przekleństw. Podchodą pod tę zasadę także zwroty religijne, które gdzie indziej mogłyby być akceptowane - mamy wśród nas ludzi z różnych wyznań i środowisk, chcemy mieć pewność, że wszyscy czują się komfortowo w strefach publicznych. Ponadto wulgaryzmy będą surowo piętnowane, ponieważ naruszają też Zasady Użytkowania.", - "commGuideList02E": "Unikaj rozwlekłych dyskusji na kontrowersyjne tematy poza Zapleczem. Jeśli uważasz, że ktoś cię uraził lub powiedział coś przykrego, nie angażuj się. Pojedynczy, uprzejmy komentarz typu \"Ten żart sprawia, że czuję się niekomfortowo\" jest w porządku, ale ostra lub niemiła odpowiedź na ostrą lub niemiłą wypowiedź powoduje napięcie i sprawia, że HabitRPG staje się nieprzyjazną przestrzenią. Uprzejmość i grzeczność pomagają innym zrozumieć, o co ci chodzi.", + "commGuideList02E": "Unikaj rozwlekłych dyskusji na kontrowersyjne tematy poza Zapleczem. Jeśli uważasz, że ktoś cię uraził lub powiedział coś przykrego, nie angażuj się. Pojedynczy, uprzejmy komentarz typu \"Ten żart sprawia, że czuję się niekomfortowo\" jest w porządku, ale ostra lub niemiła odpowiedź na ostrą lub niemiłą wypowiedź powoduje napięcie i sprawia, że Habitica staje się nieprzyjazną przestrzenią. Uprzejmość i grzeczność pomagają innym zrozumieć, o co ci chodzi.", "commGuideList02F": "Natychmiast dostosuj się do jakiejkolwiek prośby Moderatora by zakończyć dyskisję lub przenieść ją na Zaplecze. Ostatnie słowo, riposty i złośliwe teksty na pożegnanie powinny być (uprzejmie) wymieniane przy waszym \"stoliku\" na Zapleczu, jeśli są zgodne z zasadami.", "commGuideList02G": "Poświęć czas na rozmyślanie zamiast odpowiedź pełną złości, jeśli ktoś stwierdził, że to, co powiedziałeś lub zrobiłeś ich skrępowało. Szczere przeprosiny wymagają wielkiej siły. Jeśli uważasz, że ich odpowiedź była niestosowna, skontaktuj się z modem zamiast publicznie ich o to posądzać.", - "commGuideList02H": "Kontrowersyjne/ciągłe dyskusje powinny być raportowane modom. Jeśli uważasz, że dyskusja się zaognia, staje się zbyt nacechowana emocjonalnie lub krzywdząca, nie wdawaj się w nią. Zamiast tego napisz do leslie@habitrpg.com, by dać nam o tym znać. Utrzymanie porządku to nasze zadanie.", + "commGuideList02H": "Kontrowersyjne/ciągłe dyskusje powinny być raportowane modom. Jeśli uważasz, że dyskusja się zaognia, staje się zbyt nacechowana emocjonalnie lub krzywdząca, nie wdawaj się w nią. Zamiast tego napisz do leslie@habitica, by dać nam o tym znać. Utrzymanie porządku to nasze zadanie.", "commGuideList02I": "Nie spamuj. Spamowanie to między innymi: publikacja jednakowego komentarza lub pytania w kilku miejscach, publikacja linków bez wyjaśnienia kontekstu, wysyłanie bezsensownych wiadomości lub wielu wiadomości pod rząd. Powtarzające się prośby o klejnoty lub subskrypcję także mogą być uznane za spam.", "commGuidePara019": "W przestrzeni prywatnej użytkownicy mają wolność dyskusji na wszelkie możliwe tematy, ale nadal nie mogą łamać Zasad Użytkowania, łącznie z umieszczaniem dyskryminujących lub agresywnych wiadomości czy gróźb.", "commGuidePara020": "Prywatne wiadomości (PW) mają kilka dodatkowych wytycznych. Jeżeli ktoś Cię zablokował, nie kontaktuj się z nim gdzieś indziej, aby poprosić o odblokowanie. Dodatkowo, nie powinieneś wysyłać prywatnych wiadomości do kogoś, kto prosi o wsparcie (publiczne odpowiedzi na pytania odnośnie wsparcia są pomocne dla społeczności). Ostatecznie, nie wysyłaj nikomu prywatnych wiadomości proszących o podarunek klejnotów lub subskrypcję, ponieważ takie wiadomości mogą zostać uznane jako spam.", @@ -48,11 +48,11 @@ "commGuidePara022": "Karczma to główne miejsce przebywania Habitan. Karczmarz Daniel utrzymuje ją w czystości, a Lemoness chętnie wyczaruje ci trochę lemoniady, gdy będziesz rozmawiać. Pamiętaj jednak, że...", "commGuidePara023": "Rozmowy kręcą się głównie wokół zwykłych pogaduszek, produktywności i wskazówek na ułatwienie sobie życia.", "commGuidePara024": "Ponieważ Karczma może pomieścić do 200 wiadomości naraz, nie jest to dobre miejsce na rozwlekłe tematy, zwłaszcza te delikatne (np. polityka, religia, depresja, czy polowania na gobliny powinny być karane, itd.). Takie rozmowy powinny mieć miejsce w odpowiednich gildiach lub na Zapleczu (więcej informacji poniżej).", - "commGuidePara027": "Nie dyskutuj o niczym uzależniającym w Karczmie. Wiele użytkowników HabitRPG stara się skończyć ze złymi nawykami. Słuchanie rozmów o uzależniających/nielegalnych substancjach może im to utrudnić! Szanuj innych bywalców Tawerny i weź to pod uwagę. Niektóre z zakazanych tematów to: papierosy, alkohol, pornografia, hazard, narkotyki.", + "commGuidePara027": "Nie dyskutuj o niczym uzależniającym w Karczmie. Wiele użytkowników Habitica stara się skończyć ze złymi nawykami. Słuchanie rozmów o uzależniających/nielegalnych substancjach może im to utrudnić! Szanuj innych bywalców Tawerny i weź to pod uwagę. Niektóre z zakazanych tematów to: papierosy, alkohol, pornografia, hazard, narkotyki.", "commGuideHeadingPublicGuilds": "Publiczne Gildie", "commGuidePara029": "Publiczne gildie przypominają Tawernę, ale zamiast skupiania się na ogólnych kwestiach, mają one temat przewodni. Ich chat powinien się na nim koncentrować. Przykładowo członkowie gildii Wordsmiths, mistrzowie słowa, mogą się zezłościć, jeśli temat rozmowy zejdzie nagle z pisarstwa na ogrodnictwo. Z kolei członkowie Dragon-Fanciers, wielbiciele smoków, mogą nie interesować się odczytywaniem starożytnych runów. Niektóre gildie są bardziej pobłażliwe, ale generalnie staraj się pozostać w temacie!", "commGuidePara031": "W niektórych gildiach publicznych będzie się rozmawiać na delikatne kwestie typu depresja, religia, polityka itd. Wszystko w porządku, o ile nie łamią przy tym Zasad Użytkowania lub Przestrzeni Publicznej i pozostają w temacie.", - "commGuidePara033": "Publiczne Gildie NIE mogą zawierać treści przeznaczonych wyłącznie dla osób pełnoletnich. Jeśli chcą regularnie rozmawiać na drażliwe tematy, trzeba zamieścić informację o tym w nazwie gildii. W ten sposób HabitRPG jest bezpieczny i przyjemny dla wszystkich. Jeśli dana gidia zajmuje się różnego rodzaju delikatnymi kwestiami, to z szacunku dla innych użytkowników należy poprzedzić komentarz ostrzeżeniem (np. \"Uwaga, wzmianka o samookaleczeniu\"). Ponadto, przytaczanie takich kwestii musi być na temat -- rozmowa o samookaleczeniu może i ma sens w gildii poświęconej zwalczaniu depresji, ale nie w gildii muzycznej. Jeśli zauważasz, że ktoś wielokrotnie łamie tę regułę, nawet po wielokrotnym zwróceniu uwagi, wyślij maila do leslie@habitrpg.com ze screenshotami.", + "commGuidePara033": "Publiczne Gildie NIE mogą zawierać treści przeznaczonych wyłącznie dla osób pełnoletnich. Jeśli chcą regularnie rozmawiać na drażliwe tematy, trzeba zamieścić informację o tym w nazwie gildii. W ten sposób Habitica jest bezpieczny i przyjemny dla wszystkich. Jeśli dana gidia zajmuje się różnego rodzaju delikatnymi kwestiami, to z szacunku dla innych użytkowników należy poprzedzić komentarz ostrzeżeniem (np. \"Uwaga, wzmianka o samookaleczeniu\"). Ponadto, przytaczanie takich kwestii musi być na temat -- rozmowa o samookaleczeniu może i ma sens w gildii poświęconej zwalczaniu depresji, ale nie w gildii muzycznej. Jeśli zauważasz, że ktoś wielokrotnie łamie tę regułę, nawet po wielokrotnym zwróceniu uwagi, wyślij maila do leslie@habitica ze screenshotami.", "commGuidePara035": "Żadna z Gildii, czy to publiczna czy prywatna, nie może być stworzona po to, by atakować grupę czy osobę.Złamanie tego zakazu skutkuje natychmiastowym banem. Walczcie ze złymi nawykami, nie między sobą!", "commGuidePara037": "Wszystkie wyzwania Karczemne i \nPublicznych Gildii muszą również stosować się do zasad.", "commGuideHeadingBackCorner": "Zaplecze", @@ -60,7 +60,7 @@ "commGuidePara039": "Gildia na Zapleczu to wolna przestrzeń publiczna do dyskusji drażliwych kwestii lub prowadzenia rozmowy przez dłuższy czas, i jest dokładnie moderowana. Zasady Przestrzeni Publicznej nadal obowiązują, tak jak i Zasady Użytkowania. Tylko dlatego, że nosimy długie płaszcze i tłoczymy się w kącie nie oznacza, że wszystko wolno! A teraz podaj mi, proszę, tę tlącą się świecę.", "commGuideHeadingTrello": "Tablice Trello", "commGuidePara040": "Trello służy jako otwarte forum dla sugestii i dyskusji na temat funkcji strony. Habitiką władają ludzie poprzez różnego rodzaju wkład - wszyscy razem budujemy tę stronę. Trello to system, który znajduje w tym szaleństwie metodę. Przez wzgląd na dobro strony staraj się ograniczyć swoje myśli do pojedynczego komentarza, zamiast wielokrotnego na tej samej karcie. Jeśli wymyślisz coś nowego, zedytuj twoje stare komentarze. Prosimy, zmiłuj się nad tymi z nas, którzy otrzymują powiadomienie za każdym razem, gdy ktoś doda nowy komentarz. Wytrzymałość naszych skrzynek odbiorczych ma swoje granice.", - "commGuidePara041": "HabitRPG używa pięciu różnych tablic Trello:", + "commGuidePara041": "Habitica używa pięciu różnych tablic Trello:", "commGuideList03A": "Main Board to miejsce na żądanie i głosowanie na funkcje strony internetowej.", "commGuideList03B": "Mobile Board to miejsce na żądanie i głosowanie na funkcje aplikacji mobilnej.", "commGuideList03C": "Pixel Art Board to miejsce na dyskusje na temat i dodawanie dzieł w grafice pikselowej.", @@ -68,12 +68,12 @@ "commGuideList03E": "Wiki Board to miejsce na doskonalenie, dyskutowanie na temat i żądanie nowych treści wiki.", "commGuidePara042": "Wszystkie mają wyraźnie zarysowane reguły, a zasady Przestrzeni Publicznych nadal obowiązują. Użytkownicy powinni unikać zbaczania z tematu na tablicach i kartach. Uwierz, tablice i tak są już zatłoczone. Przedłużające się dyskusje zostaną przeniesione do Gildii na Zapleczu.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG używa GitHuba do śledzenia bugów i dostarczania kodu.To kuźnia, w której Kowale bez wytchnienia wytwarzają nowe funkcje! Wszystkie reguły Przestrzeni Społecznych obowiązują!Bądź miły wobec Kowali, mają wiele pracy do zrobienia i utrzymują stronę przy życiu. Hurra, Kowale!", - "commGuidePara044": "Użytkownicy poniżej są członkami repozytorium kodu HabitRPG:", + "commGuidePara043": "Habitica używa GitHuba do śledzenia bugów i dostarczania kodu.To kuźnia, w której Kowale bez wytchnienia wytwarzają nowe funkcje! Wszystkie reguły Przestrzeni Społecznych obowiązują!Bądź miły wobec Kowali, mają wiele pracy do zrobienia i utrzymują stronę przy życiu. Hurra, Kowale!", + "commGuidePara044": "Użytkownicy poniżej są członkami repozytorium kodu Habitica:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": " HabitRPG wiki zbiera informacje o tej stronie. Ta strona też obsługuje forumy podobne do Gildii w HabitRPG. Z tego powodu, wszystkie przepisy dotyczące publiczne strony również dotyczą. ", - "commGuidePara046": "HabitRPG wiki strona jest uważana jako bazę danych wszystkiego o HabitRPG. To strona podaje informacje a funkcji strony, przewodnik do grania, rady jak poprzeć HabitRPG, i również daję miejsce do reklamowania twojej Gildii lub partii, i do głosowania na tematy. ", - "commGuidePara047": "Ponieważ wiki jest obsługiwana przez Wikię, zasady użytkowania Wikii obowiązują dodatkowo wobec zasad nałożonych przez HabitRPG i wiki HabitRPG.", + "commGuidePara045": " Habitica wiki zbiera informacje o tej stronie. Ta strona też obsługuje forumy podobne do Gildii w Habitica. Z tego powodu, wszystkie przepisy dotyczące publiczne strony również dotyczą.", + "commGuidePara046": "Habitica wiki strona jest uważana jako bazę danych wszystkiego o Habitica. To strona podaje informacje a funkcji strony, przewodnik do grania, rady jak poprzeć Habitica, i również daję miejsce do reklamowania twojej Gildii lub partii, i do głosowania na tematy.", + "commGuidePara047": "Ponieważ wiki jest obsługiwana przez Wikię, zasady użytkowania Wikii obowiązują dodatkowo wobec zasad nałożonych przez Habitica i wiki Habitica.", "commGuidePara048": "Wiki to kolaboracja między wszystkimi edytorami, więc dochodzą dodatkowe reguły.", "commGuideList04A": "Żądanie nowych stron lub większych zmian wobec tablicy Trello Wiki", "commGuideList04B": "Byciem otwartym innych sugestii o twoich zmian", @@ -82,14 +82,14 @@ "commGuideList04E": "Nie spamowianie czy sabotowanie stron dla własnego zysku", "commGuideList04F": "Przeczytaj stronę wiki o współudziale zanim dokonasz sporych zmian", "commGuideList04G": "Bezstronny ton na stronach wiki", - "commGuideList04H": "Zapewnienie, że zawartość wiki związana jest z całą stroną HabitRPG i nie odnosi się do konkretnej gildii czy grupy (takie informacje mogą być przesunięte na fora)", + "commGuideList04H": "Zapewnienie, że zawartość wiki związana jest z całą stroną Habitica i nie odnosi się do konkretnej gildii czy grupy (takie informacje mogą być przesunięte na fora)", "commGuidePara049": "Poniżej wypisani ludzie są obecnymi administratorami:", "commGuidePara018": "Administrators Emeritus Wiki są:", - "commGuideHeadingInfractionsEtc": "Wykroczenia, Konsekwencje, i Przywrócenie ", + "commGuideHeadingInfractionsEtc": "Wykroczenia, Konsekwencje, i Przywrócenie", "commGuideHeadingInfractions": "Wykroczenia", "commGuidePara050": "Przytłaczająca większość Habitan pomaga sobie nawzajem, szanuje i pracuje na to, by społeczność była radosna i przyjazna, Jednakowoż raz na jakiś czas zdarza się, że Habitanin naruszy którąś z reguł powyżej. Kiedy się to zdarza, Modzi podejmują wszelkie starania, by utrzymać Habitikę w bezpieczeństwie i spokoju.", "commGuidePara051": "Jest mnóstwo rodzajów wykroczeń i zajmujemy się nimi w zależności od ich powagi. To nie jest jednoznaczna lista, a Modzi mają pewną dozę swobody działania. Modzi wezmą pod uwagę kontekst podczas oceniania wykroczenia.", - "commGuideHeadingSevereInfractions": "Poważne Wykroczenia ", + "commGuideHeadingSevereInfractions": "Poważne Wykroczenia", "commGuidePara052": "Ciężkie przewinienia bardzo naruszają bezpieczeństwo społeczności Habitiki, więc przewidziane są za nie równie ciężkie kary.", "commGuidePara053": "Poniżej przedstawione są przykłady ciężkich przewinień. To nie jest pełna lista.", "commGuideList05A": "Naruszenie Zasad Użytkowania", @@ -100,14 +100,14 @@ "commGuideList05F": "Tworzenie duplikatu konta, aby uniknąć konsekwencji (dla przykładu, tworzenie nowego konta, aby pisać na czacie po otrzymaniu nań blokady)", "commGuideHeadingModerateInfractions": "Średnie Wykroczenia", "commGuidePara054": "Umiarkowane wykroczenia nie czynią naszej społeczności niebezpieczną, lecz raczej nieprzyjemną. Będą miały one umiarkowane konsekwencje. Jeśli będą występować w połączeniu z innymi wykroczeniami, wyciągnięte zostaną surowsze konsekwencje.", - "commGuidePara055": "Następujące są przykładami Średnich Wykroczeń. To nie jest wszechstronna lista. ", - "commGuideList06A": "Ignorowanie lub Obrażanie Moda. Zawiera się w tym także publiczne narzekanie na moderatorów lub innych użytkowników / publiczne chwalenie lub bronienie zbanowanych użytkowników. Jeśli masz jakieś wątpliwości wobec jakichś zasad lub Moderatorów, prosimy o kontakt z Lemoness na adres (leslie@habitrpg.com).", + "commGuidePara055": "Następujące są przykładami Średnich Wykroczeń. To nie jest wszechstronna lista.", + "commGuideList06A": "Ignorowanie lub Obrażanie Moda. Zawiera się w tym także publiczne narzekanie na moderatorów lub innych użytkowników / publiczne chwalenie lub bronienie zbanowanych użytkowników. Jeśli masz jakieś wątpliwości wobec jakichś zasad lub Moderatorów, prosimy o kontakt z Lemoness na adres (leslie@habitica).", "commGuideList06B": "Nieupoważnione Moderatorstwo. Szybkie sprostowanie ważnej rzeczy: przyjazne wspominanie o zasadach jest w porządku. W nieupoważnionym moderatorstwie chodzi o mówienie, nakazywanie i/lub sugerowanie, że ktoś musi zrobić coś, co dla ciebie byłoby naprawieniem błędu. Możesz kogoś ostrzec, że popełnił wykroczenie, ale nie wymagaj od tej osoby żadnej akcji. Przykładowo, powiedzenie: \"Dla twojej wiadomości, nie powinno się przeklinać w Karczmie, więc chyba lepiej byłoby to usunąć\" jest lepsze, niż \"Muszę cię prosić, byś usunął ten post.\"", "commGuideList06C": "Powtarzające się łamanie Zasad Przestrzeni Publicznej", "commGuideList06D": "Powtórzone Drobne Wykroczenia", "commGuideHeadingMinorInfractions": "Drobne Wykroczenia", - "commGuidePara056": "Drobne Wykroczenia są zniechęcane, i będą miały drobne konsekwencje. Jeśli się będą powtarzać, to może spowodować poważniejsze konsekwencje z czasem. ", - "commGuidePara057": "Następujące są przykładami Drobnych Wykroczeń. To nie jest wszechstronna lista. ", + "commGuidePara056": "Drobne Wykroczenia są zniechęcane, i będą miały drobne konsekwencje. Jeśli się będą powtarzać, to może spowodować poważniejsze konsekwencje z czasem.", + "commGuidePara057": "Następujące są przykładami Drobnych Wykroczeń. To nie jest wszechstronna lista.", "commGuideList07A": "Pierwsze złamanie Zasad Przestrzeni Publicznej", "commGuideList07B": "Jakakolwiek wypowiedź czy czynność, która powoduje reakcję \"Proszę, Przestań\". Kiedy Mod musi powiedzieć do użytkownika \"Proszę, Przestań to robić\", może się to liczyć jako bardzo niewielkie wykroczenie tego użytkownika. Przykładem może być: \"Mówi Mod: Proszę, Przestań się kłócić o dodanie tej funkcji, kiedy już wielokrotnie powiedzieliśmy ci, że jest niemożliwa do wprowadzenia.\" W wielu przypadkach za \"Proszę, Przestań\" ponosi się niewielkie konsekwencje, ale jeśli Modzi muszą mówić \"Proszę, Przestań\" wielokrotnie temu samemu użytkownikowi, to ranga niskich wykroczeń wzrośnie do średnich.", "commGuideHeadingConsequences": "Konsekwencje", @@ -115,32 +115,32 @@ "commGuidePara059": "Podobnie, za wykroczenia ponosi się konsekwencje. Przykładowe znajdują się poniżej.", "commGuidePara060": "jeśli twoje wykroczenie ma średnie lub poważne konsekwencje, otrzymasz email wyjaśniający:", "commGuideList08A": "co było twoim wykroczeniem", - "commGuideList08B": "co jest konsekwencją ", + "commGuideList08B": "co jest konsekwencją", "commGuideList08C": "co zrobić, by naprawić sytuację i odzyskać swój status, jeśli to możliwe.", - "commGuideHeadingSevereConsequences": "Przykłady Poważnych Konsekwencji ", + "commGuideHeadingSevereConsequences": "Przykłady Poważnych Konsekwencji", "commGuideList09A": "Zablokowanie konta", "commGuideList09B": "Usunięcie konta", "commGuideList09C": "Permanentne uniemożliwienie zwiększenia (\"zamrożenie\") Rangi Pomocnika", - "commGuideHeadingModerateConsequences": "Przykłady Średnich Konsekwencji ", + "commGuideHeadingModerateConsequences": "Przykłady Średnich Konsekwencji", "commGuideList10A": "Ograniczenie przywilejów w chatach publicznych", "commGuideList10B": "Ograniczenie przywilejów w chatach prywatnych", "commGuideList10C": "Ograniczenie przywilejów tworzenia gildii/wyzwań", "commGuideList10D": "Tymczasowe uniemożliwienie zwiększenia (\"zamrożenie\") Rangi Kontrybutora", "commGuideList10E": "Zmniejszenie Rangi Użytkownika", "commGuideList10F": "Wystawianie użytkowników na \"Próbę\"", - "commGuideHeadingMinorConsequences": "Przykłady Drobnych Konsekwencji ", + "commGuideHeadingMinorConsequences": "Przykłady Drobnych Konsekwencji", "commGuideList11A": "Przypomnienie o Zasadach Przestrzeni Publicznej", "commGuideList11B": "Ostrzeżenia", "commGuideList11C": "Żądania", "commGuideList11D": "Usuwanie (Modzi/Personel mogą usuwać problematyczną zawartość)", "commGuideList11E": "Edycja (Modzi/Personel mogą zmieniać problematyczną zawartość)", - "commGuideHeadingRestoration": "Przywrócenie ", + "commGuideHeadingRestoration": "Przywrócenie", "commGuidePara061": "Habitica to miejsce poświęcone samorozwojowi, więc wierzymy w drugie szanse. Jeśli popełnisz wykroczenie i poniesiesz konsekwencje, uznaj to jako szansę na zmianę swoich zachowań i staraj się być lepszym członkiem społeczności.", "commGuidePara062": "E-mail, w którym otrzymasz wytłumaczenie konsekwencji twojej akcji (lub, w przypadku niewielkich konsekwencji, wypowiedź Moda/Personelu) to dobre źródło informacji. Poddaj się jakimkolwiek nałożonym na ciebie ograniczeniom i postaraj się sprostać wymaganiom, by karę zniesiono.", "commGuidePara063": "Jeśli nie rozumiesz, jakie lub dlaczego poniosłeś konsekwencje, albo rodzaju twojego wykroczenia, poproś Personel/Moderatorów o pomoc, żebyś mógł uniknąć łamania zasad w przyszłości.", - "commGuideHeadingContributing": "Dokładać do Habitica ", - "commGuidePara064": "HabitRPG to projekt open-source, więc każdy Habitanin może pomóc! Ci, którzy to zrobią zostaną nagrodzeni w następujący sposób:", - "commGuideList12A": "Odznaka Kontrybutora HabitRPG, plus 3 Diamenty", + "commGuideHeadingContributing": "Dokładać do Habitica", + "commGuidePara064": "Habitica to projekt open-source, więc każdy Habitanin może pomóc! Ci, którzy to zrobią zostaną nagrodzeni w następujący sposób:", + "commGuideList12A": "Odznaka Kontrybutora Habitica, plus 3 Diamenty", "commGuideList12B": "Zbroja pomocnika, plus 3 Klejnoty.", "commGuideList12C": "Hełm pomocnika, plus 3 Klejnoty.", "commGuideList12D": "Miecz pomocnika, plus 4 Klejnoty.", @@ -153,17 +153,17 @@ "commGuideList13B": "Zdobywanie rang jest trudniejsze w miarę postępu. Jeśli stworzyłeś potwora lub naprawiłeś małego buga, to może wystarczyć na zdobycie pierwszej rangi kontrybutora, ale nie na następną. Jak w każdym dobrym RPG, z każdym poziomem zwiększa się wyzwanie!", "commGuideList13C": "Rangi nie \"restartują się\" w każdej dziedzinie. Skalując trudność, patrzymy na wasze dokonania, więc ludzie, którzy stworzą kilka grafik, a potem naprawią małego buga i pogmerają w wiki nie dostają nowych rang szybciej od tych, którzy skupiają się na jednym zadaniu. Dzięki temu jest bardziej sprawiedliwie.", "commGuideList13D": "Użytkownicy poddani próbie nie mogą dostać wyższej rangi. Modzi mają prawo zamrozić awans użytkownika przez wykroczenia. Jeśli się to zdarzy, użytkownik będzie poinformowany o decyzji, oraz o tym, jak ją zmienić. Rangi mogą też zostać zmienione jako rezultat wykroczeń lub prób.", - "commGuideHeadingFinal": "Ostatni Rozdział ", - "commGuidePara067": "No i tyle, odważny Habitaninie, jeśli chodzi o Regulamin Społeczności! Otrzyj pot ze swego czoła i przyznaj sobie nieco PD za przeczytanie go całego. Jeśli masz jakieś wątpliwości czy zastrzeżenia na ich temat, to proszę, napisz do Lemoness (leslie@habitrpg.com), a ona chętnie ci wszystko wyjaśni.", + "commGuideHeadingFinal": "Ostatni Rozdział", + "commGuidePara067": "No i tyle, odważny Habitaninie, jeśli chodzi o Regulamin Społeczności! Otrzyj pot ze swego czoła i przyznaj sobie nieco PD za przeczytanie go całego. Jeśli masz jakieś wątpliwości czy zastrzeżenia na ich temat, to proszę, napisz do Lemoness (leslie@habitica), a ona chętnie ci wszystko wyjaśni.", "commGuidePara068": "A teraz naprzód, dzielny poszukiwaczu przygód, zgładź kilka Codziennych!", "commGuideHeadingLinks": "Użyteczne linki:", "commGuidePara069": "Poniżsi utalentowani artyści przyczynili się do tych ilustracji:", "commGuideLink01": "Gildia Świeżaków", "commGuideLink01description": "Gildia gdzie nowyi użytkownicy mogą zadawać pytania!", "commGuideLink02": "Gildia na Zapleczu", - "commGuideLink02description": "Gildia do dyskusji długich lub na wrażliwe tematy. ", + "commGuideLink02description": "Gildia do dyskusji długich lub na wrażliwe tematy.", "commGuideLink03": "Wiki", - "commGuideLink03description": "największy zbiór informacji o HabitRPG.", + "commGuideLink03description": "największy zbiór informacji o Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "do zgłaszania błędów lub pomocy w programowaniu!", "commGuideLink05": "Główne Trello", diff --git a/common/locales/pl/content.json b/common/locales/pl/content.json index f7df33f5dc..855edd7766 100644 --- a/common/locales/pl/content.json +++ b/common/locales/pl/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Siodło", "foodSaddleNotes": "Natychmiastowo zmienia jednego z Twoich chowańców w wierzchowca.", "foodNotes": "Nakarm tym chowańca, a wyrośnie z niego wytrzymały wierzchowiec." -} \ No newline at end of file +} diff --git a/common/locales/pl/contrib.json b/common/locales/pl/contrib.json index 693305aee6..fce1532e8c 100644 --- a/common/locales/pl/contrib.json +++ b/common/locales/pl/contrib.json @@ -1,6 +1,6 @@ { "friend": "Przyjaciel", - "friendFirst": "Gdy Twoja pierwsza seria zgłoszeń zostanie wykorzystana, otrzymasz odznakę Pomocnika HabitRPG. Twoje imię na czacie w Karczmie będzie dumnie pokazywało, że jesteś pomocnikiem. W nagrodę za swoją pracę otrzymasz również 3 Klejnoty.", + "friendFirst": "Gdy Twoja pierwsza seria zgłoszeń zostanie wykorzystana, otrzymasz odznakę Pomocnika Habitica. Twoje imię na czacie w Karczmie będzie dumnie pokazywało, że jesteś pomocnikiem. W nagrodę za swoją pracę otrzymasz również 3 Klejnoty.", "friendSecond": "Gdy Twoja druga seria zgłoszeń zostanie wykorzystana, kryształowa zbroja będzie dostępna do zakupienia w sklepie z Nagrodami. W nagrodę za kontynuację swojej pracy otrzymasz również 3 Klejnoty.", "elite": "Elita", "eliteThird": "Gdy Twoja trzecia seria zgłoszeń zostanie wykorzystana, kryształowy hełm będzie dostępny do zakupienia w sklepie z Nagrodami. W nagrodę za kontynuację swojej pracy otrzymasz również 3 Klejnoty.", @@ -9,24 +9,24 @@ "championFifth": "Gdy Twoja piąta seria zgłoszeń zostanie wykorzystana, kryształowa tarcza będzie dostępna do zakupienia w sklepie z Nagrodami. W nagrodę za kontynuację swojej pracy otrzymasz również 4 Klejnoty.", "championSixth": "Gdy Twoja szósta seria zgłoszeń zostanie wykorzystana, otrzymaszchowańca - hydrę, a także 4 Klejnoty.", "legendary": "Legenda", - "legSeventh": "Gdy Twoja siódma seria zgłoszeń zostanie wykorzystana, otrzymasz 4 Klejnoty i zostaniesz członkiem zaszczytnej Gildii Pomocników, gdzie będziesz miał wgląd w zakulisowe szczegóły HabitRPG! Dalsza pomoc nie zmieni twojej rangi, ale możesz zbierać kolejne Klejnoty i tytuły.", + "legSeventh": "Gdy Twoja siódma seria zgłoszeń zostanie wykorzystana, otrzymasz 4 Klejnoty i zostaniesz członkiem zaszczytnej Gildii Pomocników, gdzie będziesz miał wgląd w zakulisowe szczegóły Habitica! Dalsza pomoc nie zmieni twojej rangi, ale możesz zbierać kolejne Klejnoty i tytuły.", "moderator": "Moderator", "guardian": "Strażnik", "guardianText": "Moderatorzy zostali starannie wybrani spośród pomocników o wysokich rangach, więc prosimy, szanuj ich i słuchaj ich sugestii.", "staff": "Personel", "heroic": "Heros", - "heroicText": "W randze Herosów znajdują się pracownicy HabitRPG oraz gracze, którzy wiele zrobili dla projektu. Jeśli posiadasz tę rangę, została Ci ona nadana (bądź zostałeś przez nas zatrudniony)!", - "npcText": "NPC to użytkownicy, którzy na najwyższym poziomie wsparli HabitRPG na Kickstarterze. Możesz zobaczyć ich awatary, opiekujące się funkcjami naszej strony.", + "heroicText": "W randze Herosów znajdują się pracownicy Habitica oraz gracze, którzy wiele zrobili dla projektu. Jeśli posiadasz tę rangę, została Ci ona nadana (bądź zostałeś przez nas zatrudniony)!", + "npcText": "NPC to użytkownicy, którzy na najwyższym poziomie wsparli Habitica na Kickstarterze. Możesz zobaczyć ich awatary, opiekujące się funkcjami naszej strony.", "modalContribAchievement": "Osiągnięcie \"Pomocnik\"!", - "contribModal": "<%= name %>, jesteś niesamowity! Zdobywasz <%= level %> poziom pomocnika za wsparcie przy rozwijaniu HabitRPG. Zobacz", + "contribModal": "<%= name %>, jesteś niesamowity! Zdobywasz <%= level %> poziom pomocnika za wsparcie przy rozwijaniu Habitica. Zobacz", "contribLink": "jakie nagrody uzyskałeś za swój wkład!", "contribName": "Pomocnik", - "contribText": "Przyczynił się do rozwoju HabitRPG (kod, design, grafika pikselowa, porady prawne, dokumentacja, itd.). Chcesz taką odznakę?", + "contribText": "Przyczynił się do rozwoju Habitica (kod, design, grafika pikselowa, porady prawne, dokumentacja, itd.). Chcesz taką odznakę?", "readMore": "Dowiedz się więcej", "kickstartName": "Wspieracz z Kickstartera - ranga <%= tier %>$", "kickstartText": "Wspomógł projekt na Kickstarterze", "helped": "Pomógł rozwijać się Habitowi", - "helpedText1": "Pomógł rozwinąć HabitRPG poprzez wypełnienie", + "helpedText1": "Pomógł rozwinąć Habitica poprzez wypełnienie", "helpedText2": "tej ankiety.", "hall": "Sala", "contribTitle": "Tytuł pomocnika (np. \"Kowal\")", @@ -52,19 +52,19 @@ "tier": "Ranga", "visitHeroes": "Odwiedź Salę bohaterów (osób wspierających projekt)", "conLearn": "Dowiedz się więcej o nagrodach za wspieranie", - "conLearnHow": "Dowiedz się jak możesz dołożyć swój wkład do HabitRPG", + "conLearnHow": "Dowiedz się jak możesz dołożyć swój wkład do Habitica", "removeAds": "Subskrybuj, aby usunąć reklamy", "whyAds": "Po co są reklamy?", "whyAdsContent1": "Habit to projekt typu \"open source\" i przyda mu się każda pomoc jaką może dostać – traktuj to jak dotację. Po jej złożeniu otrzymasz również 20 klejnotów, które możesz wykorzystać do kupienia specjalnych przedmiotów.", "whyAdsContent2": "\"Hej! Wspierałem projekt na Kickstarterze!\" – podążaj za", "whyAdsContent3": "tymi instrukcjami", - "surveysSingle": "Pomógł rozwinąć HabitRPG poprzez wypełnienie ankiety. Brak aktywnych ankiet.", - "surveysMultiple": "Pomógł rozwinąć HabitRPG poprzez wypełnienie <%=surveys %> ankiet. Brak aktywnych ankiet.", + "surveysSingle": "Pomógł rozwinąć Habitica poprzez wypełnienie ankiety. Brak aktywnych ankiet.", + "surveysMultiple": "Pomógł rozwinąć Habitica poprzez wypełnienie <%=surveys %> ankiet. Brak aktywnych ankiet.", "currentSurvey": "Bieżąca ankieta.", "surveyWhen": "Odznaki zostaną przyznane wszystkim biorącym udział, gdy zgłoszenia zostaną przetworzone pod koniec marca.", "blurbInbox": "Tutaj trzymane są twoje prywatne wiadomości! Możesz wysłać komuś wiadomość klikając na ikonę koperty koło kogoś nazwy w Karczmie, Drużynie lub na czacie Gildii.", "blurbGuildsPage": "Gildie są grupami czatowymi zrzeszającymi graczy o wspólnych zainteresowaniach. Tworzone są przez graczy i dla graczy. Przeszukaj listę i dołącz do Gildii, które cię interesują.", "blurbChallenges": "Wyzwania są tworzone przez twoich współtowarzyszy. Dołączenie do wyzwania doda jego zadania do twojej tablicy, a wygranie wyzwania nagrodzi osiągnięciem, a czasami nagrodą w postaci klejnotów!", - "blurbHallPatrons": "To jest Sala patronów, gdzie oddajemy cześć szlachetnym poszukiwaczom przygód, którzy wsparli oryginalny HabitRPG na Kickstarterze. Dziękujemy im za pomoc w powołaniu Habitiki do życia!", - "blurbHallHeroes": "To jest Sala bohaterów, gdzie uhonorowani zostali open-source'owi współautorzy HabitRPG. Niezależnie czy za pomocą kodu, sztuki, muzyki, pisania, czy nawet tylko uczynności, zdobyli oni klejnoty, ekskluzywne wyposażenie oraz prestiżowy tytuł. Ty również możesz współtworzyć HabitRPG! Tutaj dowiesz się więcej. " -} \ No newline at end of file + "blurbHallPatrons": "To jest Sala patronów, gdzie oddajemy cześć szlachetnym poszukiwaczom przygód, którzy wsparli oryginalny Habitica na Kickstarterze. Dziękujemy im za pomoc w powołaniu Habitiki do życia!", + "blurbHallHeroes": "To jest Sala bohaterów, gdzie uhonorowani zostali open-source'owi współautorzy Habitica. Niezależnie czy za pomocą kodu, sztuki, muzyki, pisania, czy nawet tylko uczynności, zdobyli oni klejnoty, ekskluzywne wyposażenie oraz prestiżowy tytuł. Ty również możesz współtworzyć Habitica! Tutaj dowiesz się więcej. " +} diff --git a/common/locales/pl/defaulttasks.json b/common/locales/pl/defaulttasks.json index e1cde536e2..b881d87f88 100644 --- a/common/locales/pl/defaulttasks.json +++ b/common/locales/pl/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Brzuszki", "defaultDaily4Checklist3": "Pompki", "defaultTodoNotes": "Możesz wypełnić to zadanie Do-Zrobienia, zedytować je lub usunąć.", - "defaultTodo1Text": "Dołączyć do HabitRPG (Odhacz mnie!)", + "defaultTodo1Text": "Dołączyć do Habitica (Odhacz mnie!)", "defaultTodo2Text": "Wyznacz nowy Nawyk", "defaultTodo2Checklist1": "stwórz Nawyk", "defaultTodo2Checklist2": "w polu edycji określ, czy ma być na \"+\", \"-\" czy \"+/-\"", @@ -38,4 +38,4 @@ "defaultTag1": "rano", "defaultTag2": "popołudnie", "defaultTag3": "wieczór" -} \ No newline at end of file +} diff --git a/common/locales/pl/front.json b/common/locales/pl/front.json index 60ee9cd772..8973d179f9 100644 --- a/common/locales/pl/front.json +++ b/common/locales/pl/front.json @@ -2,7 +2,7 @@ "FAQ": "FAQ (często zadawane pytania)", "accept1Terms": "Klikając w poniższy przycisk, oświadczam, że zgadzam się z", "accept2Terms": "oraz", - "alexandraQuote": "Nie mogłam NIE powiedzieć o HabitRPG podczas mojej przemowy w Madrycie. Niezbędne narzędzie dla freelancerów, którzy nadal potrzebują szefa.", + "alexandraQuote": "Nie mogłam NIE powiedzieć o Habitica podczas mojej przemowy w Madrycie. Niezbędne narzędzie dla freelancerów, którzy nadal potrzebują szefa.", "althaireQuote": "Posiadanie stale aktywnej misji motywuje mnie do wykonywania wszystkich codziennych i do-zrobienia. Moją największą motywacją jest nie zawieść mojej drużyny.", "andeeliaoQuote": "Wspaniały produkt, zaczęłam dopiero kilka dni temu i już jestem bardziej świadoma i produktywna ze swoim czasem!", "autumnesquirrelQuote": "Mniej zwlekam z pracą i pracami domowymi, jak również płacę rachunki na czas.", @@ -11,7 +11,7 @@ "businessSample3": "Posegreguj i przeczytaj otrzymaną pocztę", "businessSample4": "Przygotuj 1 dokument dla klienta", "businessSample5": "Zadzwoń do klientów/Odłóż rozmowy telefoniczne", - "businessText": "Wykorzystaj HabitRPG w swojej firmie", + "businessText": "Wykorzystaj Habitica w swojej firmie", "choreSample1": "Włóż brudne ubrania do kosza", "choreSample2": "20 minut prac domowych", "choreSample3": "Umyj górę naczyń", @@ -32,14 +32,14 @@ "companyPrivacy": "Prywatność", "companyTerms": "Warunki", "companyVideos": "Filmy", - "contribUse": "Używane przez współpracowników HabitRPG", - "dragonsilverQuote": "Nie jestem w stanie określić, ile razy i jakie systemy śledzenia wypróbowałem przez dekady. HabitRPG jest jedyną używaną przeze mnie rzeczą, która faktycznie pomaga mi załatwiać sprawy zamiast tylko je planować.", - "dreimQuote": "Kiedy odkryłem HabitRPG ostatniego lata, właśnie oblałem około połowę swoich egzaminów. Dzięki Codziennym byłem w stanie się zorganizować i zdyscyplinować, a miesiąc temu faktycznie zdałem wszystkie egzaminy z naprawdę dobrymi ocenami.", + "contribUse": "Używane przez współpracowników Habitica", + "dragonsilverQuote": "Nie jestem w stanie określić, ile razy i jakie systemy śledzenia wypróbowałem przez dekady. Habitica jest jedyną używaną przeze mnie rzeczą, która faktycznie pomaga mi załatwiać sprawy zamiast tylko je planować.", + "dreimQuote": "Kiedy odkryłem Habitica ostatniego lata, właśnie oblałem około połowę swoich egzaminów. Dzięki Codziennym byłem w stanie się zorganizować i zdyscyplinować, a miesiąc temu faktycznie zdałem wszystkie egzaminy z naprawdę dobrymi ocenami.", "elmiQuote": "Codziennie rano nie mogę się doczekać, by wstać i zarobić trochę złota!", "email": "Email", "emailNewPass": "Wyślij nowe hasło mailem", - "evagantzQuote": "Moja pierwsza wizyta dentystyczna u higienistki i była ona faktycznie zachwycona moimi nawykami używania nici dentystycznej. Dzięki, HabitRPG!", - "examplesHeading": "Gracze używają HabitRPG, by zarządzać...", + "evagantzQuote": "Moja pierwsza wizyta dentystyczna u higienistki i była ona faktycznie zachwycona moimi nawykami używania nici dentystycznej. Dzięki, Habitica!", + "examplesHeading": "Gracze używają Habitica, by zarządzać...", "featureAchievementByline": "Robisz coś niesamowitego? Zdobądź odznakę i pochwal się nią!", "featureAchievementHeading": "Odznaki osiągnięć", "featureEquipByline": "Za nagrody z zadań kupuj na naszym Targu wyposażenie z edycji limitowanych, eliksiry i inne wirtualne dodatki!", @@ -55,7 +55,7 @@ "footerMobile": "Urządzenia przenośne", "footerSocial": "Serwisy społecznościowe", "forgotPass": "Zapomniałem hasła", - "frabjabulousQuote": "HabitRPG jest powodem, dzięki któremu dostałem zabójczo wymagającą, dobrze płatną pracę... oraz, w co jeszcze trudniej uwierzyć, teraz codziennie nitkuję zęby!", + "frabjabulousQuote": "Habitica jest powodem, dzięki któremu dostałem zabójczo wymagającą, dobrze płatną pracę... oraz, w co jeszcze trudniej uwierzyć, teraz codziennie nitkuję zęby!", "free": "Graj za darmo", "gamifyButton": "Już dziś zamień życie w grę!", "goalSample1": "Ćwicz grę na pianinie przez 1 godzinę", @@ -71,47 +71,47 @@ "healthSample4": "Zjedz zdrowe/szkodliwe jedzenie", "healthSample5": "Przelewaj pot przez 1 godz.", "history": "Historia", - "infhQuote": "HabitRPG naprawdę pomógł mi poukładać sobie życie na studiach.", + "infhQuote": "Habitica naprawdę pomógł mi poukładać sobie życie na studiach.", "invalidEmail": "Do zresetowania hasła potrzebny jest ważny adres e-mail.", - "irishfeet123Quote": "Miałam okropne nawyki związane z porządnym sprzątaniem po posiłkach i rozstawianiem wszędzie kubków. HabitRPG to wyleczył!", + "irishfeet123Quote": "Miałam okropne nawyki związane z porządnym sprzątaniem po posiłkach i rozstawianiem wszędzie kubków. Habitica to wyleczył!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Przed HabitRPG utknęłam na swojej pracy dyplomowej, byłam też niezadowolona ze stanu swojej osobistej dyscypliny wykonywania prac domowych i prowadzenia spraw takich jak nauka słówek czy studiowanie teorii go. Okazało się, że rozbicie zadań na łatwiejsze do wykonania kroki, jest wyjątkowo dobrym sposobem na podtrzymywanie motywacji i nieporzucanie pracy.", + "kazuiQuote": "Przed Habitica utknęłam na swojej pracy dyplomowej, byłam też niezadowolona ze stanu swojej osobistej dyscypliny wykonywania prac domowych i prowadzenia spraw takich jak nauka słówek czy studiowanie teorii go. Okazało się, że rozbicie zadań na łatwiejsze do wykonania kroki, jest wyjątkowo dobrym sposobem na podtrzymywanie motywacji i nieporzucanie pracy.", "landingadminlink": "pakietami dla administratorów", "landingend": "Wciąż nieprzekonany?", "landingend2": "Tu znajdziesz bardziej szczegółową listę", "landingend3": ". Chcesz grać w mniejszym gronie? Zapoznaj się z", "landingend4": "które doskonale nadają się dla rodzin, nauczycieli, grup wsparcia, oraz firm.", "landingfeatureslink": "funkcji naszej gry", - "landingp1": "Na rynku istnieje sporo aplikacji mających zwiększyć naszą produktywność - jednak trudno przy nich wytrwać bez dodatkowej motywacji. HabitRPG ma na to sposób - tu tworzenie dobrych nawyków to niezła zabawa! Za każde osiągnięcie otrzymasz nagrodę, a za porażkę poniesiesz karę - w ten sposób HabitRPG da Ci dodatkową motywację do wypełniania codziennych zadań i obowiązków.", - "landingp2": "Za każdym razem, gdy popracujesz nad dobrym nawykiem, wypełnisz codzienny obowiązek, lub załatwisz zalegającą sprawę, HabitRPG natychmiast nagrodzi Cię punktami doświadczenia oraz złotem. Zdobywając doświadczenie, będziesz zyskiwał kolejne poziomy, ulepszysz swoje statystyki i odblokowujesz coraz to nowe dodatki, jak na przykład klasy postaci czy też chowańce. Złoto możesz wydać na przedmioty użyteczne w grze, albo też na samodzielnie stworzone nagrody, które pomogą Ci znaleźć motywację do działania. Skoro nawet za najmniejszy sukces dostaniesz natychmiast nagrodę, rzadziej będziesz odkładał obowiązki na później.", + "landingp1": "Problemem większości aplikacji mających zwiększyć naszą produktywność jest brak motywacji, by w nich wytrwać. Habitica ma na to sposób - tu tworzenie dobrych nawyków to niezła zabawa! Za każde osiągnięcie otrzymasz nagrodę, a za porażkę poniesiesz karę - w ten sposób Habitica da Ci dodatkową motywację do wypełniania codziennych zadań i obowiązków.", + "landingp2": "Za każdym razem, gdy popracujesz nad dobrym nawykiem, wypełnisz codzienny obowiązek, lub załatwisz zalegającą sprawę, Habitica natychmiast nagrodzi Cię punktami doświadczenia oraz złotem. Zdobywając doświadczenie, będziesz zyskiwał kolejne poziomy, ulepszysz swoje statystyki i odblokowujesz coraz to nowe dodatki, jak na przykład klasy postaci czy też chowańce. Złoto możesz wydać na przedmioty użyteczne w grze, albo też na samodzielnie stworzone nagrody, które pomogą Ci znaleźć motywację do działania. Skoro nawet za najmniejszy sukces dostaniesz natychmiast nagrodę, rzadziej będziesz odkładał obowiązki na później.", "landingp2header": "Natychmiastowa gratyfikacja", - "landingp3": "Za każdym razem, gdy ulegniesz złemu nawykowi lub opuścisz codzienny obowiązek, stracisz część zdrowia. Jeśli twoje zdrowie zupełnie się wyczerpie, umrzesz i stracisz część postępów. Stosując natychmiastowe kary, HabitRPG pomoże Ci złamać złe nawyki i sprawi, że niechętnie będziesz odkładał sprawy na później - a dzięki temu unikniesz wielu kłopotów w prawdziwym świecie.", + "landingp3": "Za każdym razem, gdy ulegniesz złemu nawykowi lub opuścisz codzienny obowiązek, stracisz część zdrowia. Jeśli twoje zdrowie zupełnie się wyczerpie, umrzesz i stracisz część postępów. Stosując natychmiastowe kary, Habitica pomoże Ci złamać złe nawyki i sprawi, że niechętnie będziesz odkładał sprawy na później - a dzięki temu unikniesz wielu kłopotów w prawdziwym świecie.", "landingp3header": "Konsekwencje", - "landingp4": "Aktywna społeczność gry HabitRPG pomoże ci odpowiedzialnie podchodzić do zadań. System Drużyn pozwoli ci zgromadzić wokół siebie bliskich przyjaciół, aby wspierali cię. Dzięki Systemowi Gildii, odnajdziesz graczy którzy mają podobne zainteresowania, lub walczą z podobnymi przeszkodami, co ty - na pewno będą mieli cenne wskazówki. Społeczność graczy HabitRPG da ci wsparcie potrzebne, aby osiągnąć sukces.", + "landingp4": "Dzięki aktywnej społeczności, Habitica zapewnia odpowiedzialność niezbędną do pozostania z zadaniami. Dzięki systemowi drużyn możesz zgromadzić wokół siebie bliskich przyjaciół, aby cię wspierali. System gildii umożliwia odnalezienie ludzi o podobnych zainteresowaniach lub walczących z podobnymi przeszkodami, więc możesz dzielić się swoimi celami i wskazówkami na temat rozwiązywania swoich problemów. Społeczność Habitiki oznacza, że posiadasz wsparcie i odpowiedzialność niezbędną do osiągnięcia sukcesu.", "landingp4header": "Sumienność", - "leadText": "HabitRPG jest darmową aplikacją do budowania nawyków i produktywności, która traktuje twoje życie jak grę. Zapewniając motywację dzięki systemowi nagród i kar oraz inspiracje pochodzące od silnej sieci społecznościowej, HabitRPG może Ci pomóc w osiąganiu celów bycia zdrowym, pracowitym i szczęśliwym człowiekiem.", + "leadText": "Habitica jest darmową aplikacją do budowania nawyków i produktywności, która traktuje twoje życie jak grę. Zapewniając motywację dzięki systemowi nagród i kar oraz inspiracje pochodzące od silnej sieci społecznościowej, Habitica może Ci pomóc w osiąganiu celów bycia zdrowym, pracowitym i szczęśliwym człowiekiem.", "login": "Zaloguj się", "loginAndReg": "Logowanie / Rejestracja", "loginFacebookAlt": "Logowanie / Rejestracja z użyciem Facebooka", "logout": "Wyloguj", "marketing1Header": "Popraw swoje nawyki, grając w grę", - "marketing1Lead1": "HabitRPG to gra komputerowa, która pomaga Ci ulepszyć swoje nawyki. Gamifikuje Twoje życie, przedstawiając wszystkie zadania (pozytywne nawyki, codzienne obowiązki i sprawy do załatwienia) jako małe potwory, które musisz pokonać. Im lepiej Ci to idzie, tym większe robisz postępy w grze. Jeśli popełnisz błąd w życiu, rozwój Twojej postaci zacznie się cofać.", + "marketing1Lead1": "Habitica to gra komputerowa, która pomaga ci ulepszyć swoje nawyki. \"Gamifikuje\" twoje życie, przedstawiając wszystkie zadania (pozytywne nawyki, codzienne obowiązki i sprawy do załatwienia) jako małe potwory, które musisz pokonać. Im lepiej ci to idzie, tym większe robisz postępy w grze. Jeśli popełnisz błąd w życiu, rozwój twojej postaci zacznie się cofać.", "marketing1Lead2": "Zdobądź wyczesane wyposażenie. Poprawiaj nawyki, by rozwijać swoją postać. Pochwal się wyczesanym wyposażeniem, jakie zdobyłeś.", "marketing1Lead2Title": "Zdobądź wyczesane wyposażenie", - "marketing1Lead3": "Znajdź losowe nagrody. Niektórych motywuje hazard i ryzyko – system, który nazywany jest \"nagradzaniem stochastycznym\". HabitRPG wykorzystuje wszystkie sposoby motywowania: pozytywne, negatywne, przewidywalne oraz losowe.", + "marketing1Lead3": "Znajdź losowe nagrody. Niektórych motywuje hazard i ryzyko – system, który nazywany jest \"nagradzaniem stochastycznym\". Habitica wykorzystuje wszystkie sposoby motywowania: pozytywne, negatywne, przewidywalne oraz losowe.", "marketing1Lead3Title": "Znajdź losowe nagrody", "marketing2Header": "Konkuruj z przyjaciółmi, dołącz do grup zainteresowań", - "marketing2Lead1": "Choć w HabitRPG można grać w pojedynkę, prawdziwa zabawa zaczyna się kiedy starasz się współpracować i rywalizować z innymi graczami, którzy rozliczają Cię z wykonanych zadań. Najefektywniejszą częścią każdego programu samodoskonalenia jest społeczna odpowiedzialność, a cóż może być lepszym miejscem dla odpowiedzialności i rywalizacji niż gra komputerowa?", + "marketing2Lead1": "Choć w Habitica można grać w pojedynkę, prawdziwa zabawa zaczyna się kiedy starasz się współpracować i rywalizować z innymi graczami, którzy rozliczają cię z wykonanych zadań. Najefektywniejszą częścią każdego programu samodoskonalenia jest społeczna odpowiedzialność, a cóż może być lepszym miejscem dla odpowiedzialności i rywalizacji niż gra komputerowa?", "marketing2Lead2": "Walcz z bossami. Czym jest gra fabularna bez bitew? Wraz z drużyną staczajcie pojedynki z bossami. Bossowie stwarzają \"tryb super-odpowiedzialności\" – dzień, w którym ominiesz siłownię będzie dniem, w którym potwór zada obrażenia całej drużynie.", "marketing2Lead2Title": "Bossowie", "marketing2Lead3": "Wyzwania pozwalają Ci współzawodniczyć z przyjaciółmi i nieznajomymi. Ten, kto uzyska najlepsze wyniki na końcu wyzwania, otrzymuje specjalne nagrody.", "marketing3Header": "Aplikacje", "marketing3Lead1": "Dzięki aplikacjom na iPhone i Androida możesz być zawsze na bieżąco ze sprawami. Rozumiemy, że wchodzenie na stronę, by kliknąć parę przycisków może się wydawać niewygodne.", - "marketing3Lead2": "Dodatki innych firm powiązują HabitRPG z różnymi aspektami Twojego życia. Nasze API zapewnia łatwą integrację dla takich dodatków jak rozszerzenie dla Chrome, które odbiera Ci punkty za przebywanie na bezużytecznych stronach internetowych. Dowiedz się więcej tutaj.", + "marketing3Lead2": "Dodatki innych firm powiązują Habitica z różnymi aspektami Twojego życia. Nasze API zapewnia łatwą integrację dla takich dodatków jak rozszerzenie dla Chrome, które odbiera Ci punkty za przebywanie na bezużytecznych stronach internetowych. Dowiedz się więcej tutaj.", "marketing4Header": "Użycie przez organizacje", - "marketing4Lead1": "Edukacja to jedna ze sfer, które najlepiej odkrywają potencjał grywalizacji. Wszyscy wiemy jak mocno przywiązani do telefonów i gier są obecnie uczniowie, wykorzystaj więc tę siłę! Niech Twoi uczniowie mierzą własne umiejętności w koleżeńskich pojedynkach. Wyróżniaj dobre zachowanie wyjątkowymi nagrodami i patrz, jak poprawiają się ich postępowanie i szkolne oceny.", + "marketing4Lead1": "Edukacja to jedna ze sfer, które najlepiej odkrywają potencjał grywalizacji. Wszyscy wiemy jak mocno przywiązani do telefonów i gier są obecnie uczniowie, wykorzystaj więc tę siłę! Niech twoi uczniowie mierzą własne umiejętności w koleżeńskich pojedynkach. Wyróżniaj dobre zachowanie wyjątkowymi nagrodami i patrz, jak poprawiają się ich postępowanie i szkolne oceny.", "marketing4Lead1Title": "Gamifikacja w edukacji", - "marketing4Lead2": "Koszty opieki zdrowotnej rosną i coś musi się w końcu zmienić. Tworzone są setki programów mających na celu obniżenie kosztów i poprawę kondycji społeczeństwa. Wierzymy, że HabitRPG może znacząco pomóc w utrzymaniu zdrowego stylu życia.", + "marketing4Lead2": "Koszty opieki zdrowotnej rosną i coś musi się w końcu zmienić. Tworzone są setki programów mających na celu obniżenie kosztów i poprawę kondycji społeczeństwa. Wierzymy, że Habitica może znacząco pomóc w utrzymaniu zdrowego stylu życia.", "marketing4Lead2Title": "Gamifikacja w zachowaniu dobrego zdrowia i samopoczucia", "marketing4Lead3-1": "Chcesz, by Twoje życie stało się grą?", "marketing4Lead3-2": "Chciałbyś stworzyć grupę w sferze edukacji, ochrony zdrowia lub innej?", @@ -126,10 +126,10 @@ "passMan": "Jeśli korzystasz z menedżera haseł (na przykład 1Password) i nie możesz się zalogować, spróbuj wpisać ręcznie nazwę użytkownika i hasło.", "password": "Hasło", "playButton": "Zagraj", - "playButtonFull": "Zagraj w HabitRPG", + "playButtonFull": "Zagraj w Habitica", "presskit": "Dla mediów", "presskitDownload": "Ściągnij wszystkie zdjęcia:", - "presskitText": "Dziękujemy za Twoje zainteresowanie HabitRPG! Poniższe zdjęcia mogą być użyte w artykułach lub filmach na temat HabitRPG. W sprawie dalszych informacji prosimy kontaktować się z Sieną Leslie pod adresem leslie@habitrpg.com.", + "presskitText": "Dziękujemy za twoje zainteresowanie Habitiką! Poniższe zdjęcia mogą być użyte w artykułach lub filmach na temat Habitiki. W sprawie dalszych informacji prosimy kontaktować się z Sieną Leslie pod adresem leslie@habitica.com.", "privacy": "Polityką Prywatności", "psst": "Psst", "punishByline": "Przełam złe nawyki i cykle prokrastynacji za pomocą natychmiastowych konsekwencji.", @@ -152,9 +152,9 @@ "schoolSample3": "Spotkanie z grupą badawczą", "schoolSample4": "Notatki do 1 rozdziału", "schoolSample5": "Przeczytać 1 rozdział", - "sixteenBitFilQuote": "Dzięki HabitRPG kończę swoje prace i zadania w rekordowym czasie. Po prostu jestem stale spragniony, by uzyskać kolejny poziom!", + "sixteenBitFilQuote": "Dzięki Habitica kończę swoje prace i zadania w rekordowym czasie. Po prostu jestem stale spragniony, by uzyskać kolejny poziom!", "skysailorQuote": "Moja drużyna i nasze zadania podtrzymują moje zaangażowanie w grę, co motywuje mnie do kończenia spraw i pozytywnie zmienia moje życie", - "socialTitle": "HabitRPG – Życie to gra", + "socialTitle": "Habitica – Życie to gra", "supermouse35Quote": "Więcej ćwiczę i od miesięcy nie zapomniałem wziąć swoich leków! Dzięki, Habit. :D", "sync": "Synchronizacja", "tasks": "Zadania", @@ -172,7 +172,7 @@ "username": "Nazwa użytkownika", "watchVideos": "Obejrzyj wideo", "work": "Pracą", - "zelahQuote": "Z HabitRPG mogę przekonać siebie do położenia się spać wcześnie z myślą o punktach, które za to dostanę, lub które utracę, jeśli tego nie zrobię!", + "zelahQuote": "Z Habitica mogę przekonać siebie do położenia się spać wcześnie z myślą o punktach, które za to dostanę, lub które utracę, jeśli tego nie zrobię!", "reportAccountProblems": "Zgłoś problem z kontem", "reportCommunityIssues": "Zgłoś problem społecznościowy", "generalQuestionsSite": "Ogólne pytania na temat strony", diff --git a/common/locales/pl/gear.json b/common/locales/pl/gear.json index 475f842227..2f82095d16 100644 --- a/common/locales/pl/gear.json +++ b/common/locales/pl/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Szata śnieżynki", "armorSpecialSnowflakeNotes": "Szata zapewni Ci ciepło nawet podczas zamieci. Zwiększa Kondycje o <%= con %>. Edycja Limitowana Zimowego Wyposażenia 2013-2014.", "armorSpecialBirthdayText": "Absurdalne szaty imprezowe", - "armorSpecialBirthdayNotes": "Wszystkiego najlepszego z okazji urodzin, HabitRPG! Załóż te Niedorzeczne Szaty Urodzinowe, aby świętować ten wspaniały dzień. Nie daje żadnych korzyści.", + "armorSpecialBirthdayNotes": "Wszystkiego najlepszego z okazji urodzin, Habitica! Załóż te Niedorzeczne Szaty Urodzinowe, aby świętować ten wspaniały dzień. Nie daje żadnych korzyści.", "armorSpecialBirthday2015Text": "Głupawe Szaty Urodzinowe", - "armorSpecialBirthday2015Notes": "Wszystkiego najlepszego z okazji urodzin, HabitRPG! Załóż te Głupawe Szaty Urodzinowe, aby świętować ten wspaniały dzień. Nie daje żadnych korzyści.", + "armorSpecialBirthday2015Notes": "Wszystkiego najlepszego z okazji urodzin, Habitica! Załóż te Głupawe Szaty Urodzinowe, aby świętować ten wspaniały dzień. Nie daje żadnych korzyści.", "armorSpecialGaymerxText": "Zbroja tęczowego wojownika", "armorSpecialGaymerxNotes": "Aby uczcić porę dumy i konwent GaymerX, ta specjalna zbroja jest przyozdobiona lśniącym, kolorowym wzorem tęczy! GaymerX to konwent poświęcony środowisku LGBTQ i grom komputerowym i jest otwarty dla każdego. Odbywa się w InterContinental w centrum San Francisco między 11-13 lipca!(Nie ma na nic wpływu)", "armorSpecialSpringRogueText": "Lśniący kostium kota", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "Żadne okulary nie są bardziej szykowne od pary gogli - no może oprócz monokla. Brak korzyści. Kwiecień 3015 Przedmiot abonencki.", "eyewearMystery301405Text": "Monokl", "eyewearMystery301405Notes": "Żadne okulary nie dorównają fantazyjnością monoklowi - poza, być może, parą gogli. Brak korzyści. Lipiec 3015 Przedmiot abonencki." -} \ No newline at end of file +} diff --git a/common/locales/pl/generic.json b/common/locales/pl/generic.json index f0de38ca4a..c529dd22bd 100644 --- a/common/locales/pl/generic.json +++ b/common/locales/pl/generic.json @@ -1,11 +1,11 @@ { "languageName": "Polski", "stringNotFound": "Wyrażenie '<%= string %>' nie zostało znalezione.", - "titleIndex": "HabitRPG | Twoje życie to gra fabularna", + "titleIndex": "Habitica | Twoje życie to gra fabularna", "habitica": "Habitica", "expandToolbar": "Rozwiń pasek narzędzi", "collapseToolbar": "Zwiń pasek narzędzi", - "markdownBlurb": "Przy formatowaniu wiadomości, HabitRPG używa języka markdown. Więcej informacji znajdziesz na ściądze markdown.", + "markdownBlurb": "Przy formatowaniu wiadomości, Habitica używa języka markdown. Więcej informacji znajdziesz na ściądze markdown.", "showFormattingHelp": "Pokaż pomoc do formatowania", "hideFormattingHelp": "Ukryj pomoc do formatowania", "youType": "Piszesz:", @@ -14,8 +14,8 @@ "bold": "**Pogrubienie**", "strikethrough": "~~Skreślenie~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG jest super!](https://habitrpg.com)", - "markdownImageEx": "![obowiązkowy alt text](https://habitrpg.com/cake.png \"dodatkowy tekst po najechaniu myszą\")", + "markdownLinkEx": "[Habitica jest super!](https://habitica.com)", + "markdownImageEx": "![obowiązkowy alt text](https://habitica.com/cake.png \"dodatkowy tekst po najechaniu myszą\")", "unorderedListHTML": "+ Pierwszy punkt
+ Drugi punkt
+ Trzeci punkt", "unorderedListMarkdown": "+ Pierwszy punkt\n+ Drugi punkt\n+ Trzeci punkt", "code": "`kod`", @@ -61,13 +61,16 @@ "veteranText": "Przetrwał \"Habita Szarego\" (naszej strony przed aktualizacją Angular) i zdobył wiele wojennych blizn od jej błędów.", "originalUser": "Pierwotny użytkownik!", "originalUserText": "Jeden z najwcześniejszych użytkowników – najprawdziwszy alfa-tester!", - "habitBirthday": "Impreza urodzinowa HabitRPG", - "habitBirthdayText": "Świętował imprezę urodzinową HabitRPG!", - "habitBirthdayPluralText": "Świętował <%= number %> imprez urodzinowych HabitRPG!", + "habitBirthday": "Impreza urodzinowa Habitica", + "habitBirthdayText": "Świętował imprezę urodzinową Habitica!", + "habitBirthdayPluralText": "Świętował <%= number %> imprez urodzinowych Habitica!", + "habiticaDay": "Dzień nadania nazwy Habitica", + "habiticaDaySingularText": "Świętował dzień nadania nazwy Habitica! Dzięki za bycie fantastycznym użytkownikiem.", + "habiticaDayPluralText": "Świętował <%= number %> dni nadania nazwy! Dzięki za bycie fantastycznym użytkownikiem.", "achievementDilatory": "Zbawca Atleńtydy", "achievementDilatoryText": "Pomógł pokonać Straszliwego Smoka Atleńtydy podczas Obchodów Letniego Plusku 2014!", "costumeContest": "Konkurs Kostiumowy 2014", - "costumeContestText": "Brał udział w Konkursie Kostiumów Halloweenowych w 2014. Przejrzyj niektóre zgłoszenia na blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Brał udział w Konkursie Kostiumów Halloweenowych w 2014. Przejrzyj niektóre zgłoszenia na blog.habitica.com/tagged/cosplay!", "memberSince": "- Członek od", "lastLoggedIn": "- Ostatnio zalogowany", "notPorted": "Ta funkcja nie jest jeszcze zaimportowana z oryginalnej strony.", @@ -90,7 +93,7 @@ "audioTheme_gokulTheme": "Motyw dźwiękowy Gokula", "askQuestion": "Zadaj pytanie", "reportBug": "Zgłoś błąd", - "contributeToHRPG": "Wspomóż HabitRPG", + "contributeToHRPG": "Wspomóż Habitica", "overview": "Zarys dla nowych użytkowników", "January": "Styczeń", "February": "Luty", @@ -107,4 +110,4 @@ "dateFormat": "Format daty", "achievementStressbeast": "Zbawca Stoikonii", "achievementStressbeastText": "Pomógł pokonać Potworną Stresobestię podczas Obchodów Cudownej Zimy 2015!" -} \ No newline at end of file +} diff --git a/common/locales/pl/groups.json b/common/locales/pl/groups.json index 1fc348af3b..b093253802 100644 --- a/common/locales/pl/groups.json +++ b/common/locales/pl/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Sortuj wg daty dołączenia do drużynu", "sortName": "Sortuj wg nazwy awatara", "sortBackgrounds": "Sortuj wg tła", - "sortHabitrpgJoined": "Sortuj wg daty dołączenia do HabitRPG", + "sortHabitrpgJoined": "Sortuj wg daty dołączenia do Habitica", "sortHabitrpgLastLoggedIn": "Sortuj wg czasu ostatniego logowania", "ascendingSort": "Sortuj rosnąco", "descendingSort": "Sortuj malejąco", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Tylko przywódca grupy może tworzyć wyzwania", "sendGift": "Wyślij prezent", "inviteFriends": "Zaproś znajomych", - "inviteAlertInfo": "Zaproś tutaj znajomych za pomocą ID użytkownika.", + "inviteAlertInfo": "Zaproś tutaj znajomych za pomocą ID użytkownika.", "inviteExistUser": "Zaproś istniejącego użytkownika", "inviteByEmail": "Zaproś znajomych przez e-maila. Jeśli dołączą się przez twojego e-maila, to zostaną automatycznie zaproszeni do tej grupy.", "byColon": "Przez:", @@ -123,4 +123,4 @@ "startAParty": "Utwórz drużynę", "addToParty": "Dodaj kogoś do swojej drużyny", "likePost": "Kliknij jeśli lubisz ten post!" -} \ No newline at end of file +} diff --git a/common/locales/pl/limited.json b/common/locales/pl/limited.json index b6f873c87c..5493baf80a 100644 --- a/common/locales/pl/limited.json +++ b/common/locales/pl/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Sezonowe Czary<%= linkEnd %>", "seasonalShopClosedText": "Sklepik sezonowy jest zamknięty! Nie wiemy gdzie obecnie znajduje się Sezonowa Wróżka, ale na pewno zjawi się na kolejną <%= linkStart %>Wielką Galę<%= linkEnd %>!", - "seasonalShopText": "Witaj w Sezonowym Sklepiku!! Aktualnie mamy na składzie wiosenne przedmioty z Edycji sezonowej. Wszystko dostępne tutaj będzie w sprzedaży co roku podczas Wiosennego Szaleństwa, , lecz będziemy otwarci tylko do 30 kwietnia. Zrób więc teraz odpowiednie zapasy, inaczej będziesz zmuszony czekać cały rok, aby móc kupić te przedmioty ponownie!", - "seasonalShopSummerText": "Witaj w Sezonowym Sklepiku!! Aktualnie mamy na składzie letnie przedmioty z Edycji sezonowej. Wszystko dostępne tutaj będzie w sprzedaży co roku podczas Letniego Plusku, lecz będziemy otwarci tylko do 31 lipca. Zrób więc teraz odpowiednie zapasy, inaczej będziesz zmuszony czekać cały rok, aby móc kupić te przedmioty ponownie!", + "seasonalShopText": "Witaj w Sezonowym Sklepiku!! Aktualnie mamy na składzie wiosenne przedmioty z Edycji sezonowej. Wszystko dostępne tutaj będzie w sprzedaży co roku podczas Wiosennego Szaleństwa, , lecz będziemy otwarci tylko do 30 kwietnia. Zrób więc teraz odpowiednie zapasy, inaczej będziesz zmuszony czekać cały rok, aby móc kupić te przedmioty ponownie!", + "seasonalShopSummerText": "Witaj w Sezonowym Sklepiku!! Aktualnie mamy na składzie letnie przedmioty z Edycji sezonowej. Wszystko dostępne tutaj będzie w sprzedaży co roku podczas Letniego Plusku, lecz będziemy otwarci tylko do 31 lipca. Zrób więc teraz odpowiednie zapasy, inaczej będziesz zmuszony czekać cały rok, aby móc kupić te przedmioty ponownie!", "seasonalShopRebirth": "Jeśli użyłeś Kuli Odrodzenia, możesz ponownie kupić wyposażenie w dziale nagród po odblokowaniu sklepiku. Na początku będziesz mógł nabyć tylko ekwipunek dla swojej obecnej klasy (domyślnie to Wojownik), ale nie martw się, przedmioty należące do innych klas pojawią się, kiedy zmienisz klasę.", "candycaneSet": "Cukierkowa laska (Mag)", "skiSet": "Narto-bójca (Łotrzyk)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Szmaragdowy Syremagik (Mag)", "reefSeahealerSet": "Koralowy Morskozdrowiciel (Uzdrowiciel)", "roguishPirateSet": "Psotliwy Pirat (Łotrzyk)" -} \ No newline at end of file +} diff --git a/common/locales/pl/messages.json b/common/locales/pl/messages.json index 4f4cbf28ac..8f52e42651 100644 --- a/common/locales/pl/messages.json +++ b/common/locales/pl/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> Znalazłeś część rzadkiego wyposażenia w Zaczarowanej Szafie: <%= dropText %>! Fantastycznie!", "armoireFood": "<%= image %> Przeszukując Zaczarowaną Szafę znaleziono <%= dropArticle %><%= dropText %>. Co to tutaj robi?", "armoireExp": "Mocujesz się z Zaczarowaną Szafą i zyskujesz doświadczenie. Masz za swoje!" -} \ No newline at end of file +} diff --git a/common/locales/pl/npc.json b/common/locales/pl/npc.json index 0982cb17e1..ee5ae2980b 100644 --- a/common/locales/pl/npc.json +++ b/common/locales/pl/npc.json @@ -21,9 +21,9 @@ "cool": "Przypomnij mi później", "dismissAlert": "Ukryj to powiadomienie", "donateText1": "Twoje konto wzbogaci się o 20 Klejnotów. Za pomocą Klejnotów można kupić specjalne przedmioty w grze, na przykład stroje lub fryzury.", - "donateText2": "Pomóż wspierać HabitRPG", - "donateText3": "HabitRPG jest projektem typu open source, dlatego jego byt zależy od wolontariuszy. Pieniądze wydawane przez graczy na zakup klejnotów pomagają nam utrzymać serwery i niewielką grupę stałych pracowników, którzy wprowadzają do rozgrywki nowe funkcje i nagrody dla użytkowników wspierających projekt. Dziękujemy za Waszą hojność! ", - "donationDesc": "20 Klejnotów, datek dla HabitRPG", + "donateText2": "Pomóż wspierać Habitica", + "donateText3": "Habitica jest projektem typu open source, dlatego jego byt zależy od wolontariuszy. Pieniądze wydawane przez graczy na zakup klejnotów pomagają nam utrzymać serwery i niewielką grupę stałych pracowników, którzy wprowadzają do rozgrywki nowe funkcje i nagrody dla użytkowników wspierających projekt. Dziękujemy za Waszą hojność! ", + "donationDesc": "20 Klejnotów, datek dla Habitica", "payWithCard": "Zapłać kartą", "payNote": "Uwaga: Transakcje PayPal czasami długo czekają na realizację. Zalecamy płatność kartą.", "card": "Karta", @@ -52,10 +52,10 @@ "tourStatsPage": "To jest twoja strona Statystyki! Zdobądź osiągnięcia wykonując wymienione zadania.", "tourTavernPage": "Witaj w Karczmie, wielowiekowym czacie! W przypadku choroby lub podróży możesz tutaj powstrzymać swoje Codzienne od zadawania ci obrażeń klikając \"Odpoczywaj w Gospodzie\". Przywitaj się!", "tourPartyPage": "Twoja drużyna pomoże Ci zostać odpowiedzialnym. Zaproś przyjaciół aby odblokować zwój misji!", - "tourGuildsPage": "Gildie są grupami czatowymi zrzeszającymi graczy o wspólnych zainteresowaniach. Tworzone są przez graczy i dla graczy. Przeszukaj listę i dołącz do Gildii, które Cię interesują. Zajrzyj do popularnej Newbies Guild (Gildii Nowicjuszy), gdzie wszyscy mogą zadawać pytania dotyczące HabitRPG! ", + "tourGuildsPage": "Gildie są grupami czatowymi zrzeszającymi graczy o wspólnych zainteresowaniach. Tworzone są przez graczy i dla graczy. Przeszukaj listę i dołącz do Gildii, które Cię interesują. Zajrzyj do popularnej Newbies Guild (Gildii Nowicjuszy), gdzie wszyscy mogą zadawać pytania dotyczące Habitica! ", "tourChallengesPage": "Wyzwania są tematycznymi listami zadań utworzonymi przez użytkowników! Dołączenie do wyzwania spowoduje dodanie jego zadań do Twojego konta. Rywalizuj z innymi i wygrywaj klejnoty!", "tourMarketPage": "Od poziomu 4, jaja i eliksiry wyklucia zdobywasz losowo po ukończeniu zadań. Pojawiają się one tutaj - użyj ich, a wyklują się chowańce! Możesz także kupować przedmioty na Targu.", - "tourHallPage": "Witaj w Galerii Bohaterów, gdzie honorujemy wolontariuszy pracujących na rzecz HabitRPG. Współtworzyli kod, obrazy, muzykę, pisali teksty albo byli po prostu pomocni, za co otrzymali klejnoty, wyjątkowe wyposażenie i prestiżowe tytuły. Ty także możesz dać HabitRPG coś od siebie!", + "tourHallPage": "Witaj w Galerii Bohaterów, gdzie honorujemy wolontariuszy pracujących na rzecz Habitica. Współtworzyli kod, obrazy, muzykę, pisali teksty albo byli po prostu pomocni, za co otrzymali klejnoty, wyjątkowe wyposażenie i prestiżowe tytuły. Ty także możesz dać Habitica coś od siebie!", "tourPetsPage": "Oto i stajnia! Po uzyskaniu 4 poziomu można, przy użyciu jaj i eliksirów, wykluwać chowańce. Chowaniec wykluty na targu pojawi się tutaj! Kliknij na obrazku przedstawiającym chowańca, aby dołączył do Twojego awatara. Racz chowańce karmą, która będzie dostępna od poziomu 4, a wyrosną na potężne wierzchowce. ", "tourMountsPage": "Kiedy ofiarujesz chowańcowi wystarczającą ilość karmy, by zmienił się w wierzchowca, pojawi się tutaj. (Chowańce, wierzchowce i karmę odblokowuje uzyskanie poziomu 4.) Kliknij na wierzchowcu, aby go osiodłać!", "tourEquipmentPage": "Tutaj znajduje się Twoje wyposażenie! Twój rynsztunek wpływa na statystyki. Jeśli chcesz, by Twój awatar posiadał inny rynsztunek bez zmiany statystyk, kliknij \"Dostosuj strój\".", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Brzmi sensownie!", "tourRewardsBrief": "Lista nagród
  • Wydaj tutaj swoje zarobione z trudem złoto!
  • Kup wyposażenie dla Twojego awatara, albo wybierz którąś z utworzonych przez siebie nagród.
", "tourRewardsProceed": "To wszystko!", - "welcomeToHabit": "Witaj w HabitRPG, grze, która poprawi Twoje życie!", + "welcomeToHabit": "Witaj w Habitica, grze, która poprawi Twoje życie!", "welcome1": "Stwórz i dostosuj awatar, który będzie reprezentował Ciebie w grze.", "welcome2": "Fizyczne wypełnianie zadań w realnym świecie wpływa na Zdrowie (HP), Doświadczenie (XP) i Złoto Twojego awatara!", "welcome3": "Wypełniaj zadania, by zarabiać punkty Doświadczenia (XP) i Złoto, które odblokują odjazdowe funkcje i nagrody!", "welcome4": "Unikaj złych nawyków, które wysysają punkty Zdrowia (HP), inaczej Twój awatar umrze!", "welcome5": "Teraz spersonalizujesz swój awatar i ustawisz swoje zadania...", "imReady": "Zaczynajmy!" -} \ No newline at end of file +} diff --git a/common/locales/pl/pets.json b/common/locales/pl/pets.json index f81104e999..fe79c70e93 100644 --- a/common/locales/pl/pets.json +++ b/common/locales/pl/pets.json @@ -9,12 +9,14 @@ "rareMounts": "Rzadkie Wierzchowce", "etherealLion": "Eteryczny lew", "veteranWolf": "Wilk weteran", + "veteranTiger": "Tygrys weteran", "cerberusPup": "Szczenię Cerbera", "hydra": "Hydra", "mantisShrimp": "Krewetka modliszkowa", "mammoth": "Wełniany Mamut", "orca": "Orka", - "rarePetPop1": "Kliknij na złotą łapkę, aby dowiedzieć się, jak możesz zdobyć tego rzadkiego chowańca poprzez pomoc w tworzeniu HabitRPG!", + "royalPurpleGryphon": "Purpurowy królewski gryf", + "rarePetPop1": "Kliknij na złotą łapkę, aby dowiedzieć się, jak możesz zdobyć tego rzadkiego chowańca poprzez pomoc w tworzeniu Habitica!", "rarePetPop2": "Jak zdobyć tego Chowańca?", "potion": "Eliksir <%= potionType %>", "egg": "<%= eggType %> jajo", @@ -28,7 +30,7 @@ "foodText": "karma", "food": "Jedzenie i siodła", "noFood": "Nie masz żadnego jedzenia ani siodeł.", - "dropsExplanation": "Zbierz te przedmioty szybciej za pomocą klejnotów, jeśli nie chcesz czekać na ich zdobycie podczas wykonywania zadań. Dowiedz się więcej o systemie zdobyczy.", + "dropsExplanation": "Zbierz te przedmioty szybciej za pomocą klejnotów, jeśli nie chcesz czekać na ich zdobycie podczas wykonywania zadań. Dowiedz się więcej o systemie zdobyczy.", "beastMasterProgress": "Postęp Władcy chowańców", "beastAchievement": "Zdobyłeś odznakę \"Władca Chowańców\", gdyż zebrałeś wszystkie możliwe Chowańce!", "beastMasterName": "Władca chowańców", @@ -65,4 +67,4 @@ "petKeyBoth": "Wypuść wszystkich", "petKeyNeverMind": "Jeszcze nie", "gemsEach": "klejnotów każdy" -} \ No newline at end of file +} diff --git a/common/locales/pl/quests.json b/common/locales/pl/quests.json index dded6c40d6..cfa9cc2930 100644 --- a/common/locales/pl/quests.json +++ b/common/locales/pl/quests.json @@ -60,4 +60,4 @@ "questWarning": "Jeśli nowi gracze dołączą do drużyny zanim rozpocznie się misja, również dostaną zaproszenie do niej. Jednakże kiedy już misja się zacznie, żadni nowi członkowie drużyny nie będą mogli dołączyć do misji.", "bossRageTitle": "Furia", "bossRageDescription": "Gdy pasek się zapełni, boss wykona atak specjalny!" -} \ No newline at end of file +} diff --git a/common/locales/pl/questscontent.json b/common/locales/pl/questscontent.json index 2ff0cd88b7..badc5ba9bd 100644 --- a/common/locales/pl/questscontent.json +++ b/common/locales/pl/questscontent.json @@ -1,6 +1,6 @@ { "questEvilSantaText": "Święty Mikołaj-Myśliwy", - "questEvilSantaNotes": "W oddali, na lodowych pustkowiach słychać przeraźliwe ryki. Podążacie za odgłosami, przerywanymi chichotem innego głosu, aż znajdujecie polanę w lesie, na której widzicie dorosłą białą niedźwiedzicę. Jest zamknięta w klatce i skrępowana, rycząc błaga o życie. Na klatce tańczy mały złośliwy karzełek, ubrany w wyrzucone bożonarodzeniowe kostiumy. Pokonajcie Świętego Mikołaja-Myśliwego i uratujcie bestię! ", + "questEvilSantaNotes": "W oddali, na lodowych pustkowiach słychać przeraźliwe ryki. Podążacie za odgłosami, przerywanymi chichotem innego głosu, aż znajdujecie polanę w lesie, na której widzicie dorosłą białą niedźwiedzicę. Jest zamknięta w klatce i skrępowana, rycząc błaga o życie. Na klatce tańczy mały złośliwy karzełek, ubrany w wyrzucone bożonarodzeniowe kostiumy. Pokonajcie Świętego Mikołaja-Myśliwego i uratujcie bestię!", "questEvilSantaCompletion": "Święty Mikołaj-Myśliwy piszczy z gniewu i odskakuje w ciemność. Wdzięczna niedźwiedzica przez ryki i warki próbuje Wam coś przekazać. Zabieracie ją do stajni, gdzie zaklinacz Matt Boch wysłuchuje jej historii z przerażeniem. Ona ma syna! Uciekł na połacie lodu, kiedy jego mama została złapana. Pomóżcie jej odnaleźć dziecko!", "questEvilSantaBoss": "Święty Mikołaj-Myśliwy", "questEvilSantaDropBearCubPolarMount": "Niedźwiedź polarny (wierzchowiec)", @@ -59,7 +59,7 @@ "questSpiderDropSpiderEgg": "Pająk (jajo)", "questSpiderUnlockText": "Odblokowuje dostęp do kupna pajęczych jaj na Targu", "questVice1Text": "Nałóg. Część 1: Uwolnij się od wpływu Smoka", - "questVice1Notes": "

Mówią, że w jaskiniach Mt. Habitica spoczywa straszliwe zło. Potwór, którego obecność wykrzywia wolę silnych bohaterów, skłaniając ich ku złym nawykom i lenistwu! Bestią jest potężny smok o niewysłowionej sile, wspierany przez same cienie. Nałóg, zdradziecki Żmij Cienia. Odważni Habitanie, stańcie i pokonajcie tego przebrzydłego stwora, jeśli wierzycie, że uda się wam sprostać jego ogromnej potędze.

Nałóg, Część 1:

Jak możecie oczekiwać, ze pokonacie bestię, jeśli już was kontroluje? Nie poddajcie się lenistwu i nałogom! Pracujcie ciężko, by zwalczyć mroczny wpływ smoka i uwolnić się spod jego ucisku!

", + "questVice1Notes": "

Mówią, że w jaskiniach Mt. Habitica spoczywa straszliwe zło. Potwór, którego obecność wykrzywia wolę silnych bohaterów, skłaniając ich ku złym nawykom i lenistwu! Bestią jest potężny smok o niewysłowionej sile, wspierany przez same cienie. Nałóg, zdradziecki Żmij Cienia. Odważni Habitanie, stańcie i pokonajcie tego przebrzydłego stwora, jeśli wierzycie, że uda się wam sprostać jego ogromnej potędze.

Nałóg, Część 1:

Jak możecie oczekiwać, ze pokonacie bestię, jeśli już was kontroluje? Nie poddajcie się lenistwu i nałogom! Pracujcie ciężko, by zwalczyć mroczny wpływ smoka i uwolnić się spod jego ucisku!

", "questVice1Boss": "Cień Nałogu", "questVice1DropVice2Quest": "Nałóg. Część 2 (zwój)", "questVice2Text": "Nałóg. Część 2: Odnajdź leże Żmija", @@ -81,7 +81,7 @@ "questMoonstone2Notes": "

Dzielny płatnerz @Inventrix pomaga ci przekuć magiczne kamienie księżycowe w łańcuch. W końcu jesteś gotów do konfrontacji z Recydywistką, jednak gdy wchodzisz na Bagna Stagnacji, otula cię przerażający chłód.


Zgniły oddech szepcze do Twojego ucha. \"Znów tutaj? Jak wspaniale...\" Obracasz się i uderzasz, a w aurze łańcucha z księżycowych kamieni, Twoja broń zatapia się w czyimś ciele. \"Dzięki tobie wróciłam do świata żywych\" warknęła Recydywistka, \"jednak teraz nadeszła pora, abyś ty go opuścił!\"

", "questMoonstone2Boss": "Nekromanta", "questMoonstone2DropMoonstone3Quest": "Łańcuch z kamieni księżycowych część 3: Transformacja Recydywistki (zwój)", - "questMoonstone3Text": "Łańcuch z kamieni księżycowych część 3: Transformacja Recydywistki ", + "questMoonstone3Text": "Łańcuch z kamieni księżycowych część 3: Transformacja Recydywistki", "questMoonstone3Notes": "

Recydywistka słania się po ziemii, a ty wymierzasz jej uderzenie łańcuchem z księżycowych kamieni. Ku twojemu przerażeniu, Recydywistka łapie za klejnoty, jej oczy płoną z triumfem.


\"Głupia istoto cielesna!\" krzyczy. \"Te kamienie przywrócą mnie do mojej fizycznej formy, to prawda, ale nie do takiej, jaką sobie wyobrażałeś. Kiedy księżyc w pełni wychynie z ciemności, moje moce rozkwitną i przywołam z niebytu widma twych największych strachów!\"


Wściekle zielona mgła unosi się z bagien, a ciało Recydywistki zwija się i wykręca w kształt, który napełnia cię strachem – nieumarłe ciało Nałogu, obrzydliwe i ożywione.

", "questMoonstone3Completion": "

Ciężko wam się oddycha, a pot piecze w oczy, gdy nieumarły Żmij upada. Szczątki Recydywistki znikają w delikatnej, szarej mgle, która rozpływa się szybko pod naporem orzeźwiającej bryzy. Słyszycie z oddali zbiorowe krzyki Habitan, raz na zawsze pokonujących swoje złe nawyki.


@Baconsaur, władca bestii, ląduje obok na swoim gryfie. „Oglądałam z góry końcówkę waszej walki i bardzo mnie ona poruszyła. Proszę, weźcie tę zaklętą tunikę, wasza odwaga świadczy o szlachetnych sercach i wierzę, że powinna należeć do was.”

", "questMoonstone3Boss": "Nekro-nawyk", @@ -216,8 +216,8 @@ "questWhaleDropWhaleEgg": "Wieloryb (jajo)", "questWhaleUnlockText": "Odblokowuje dostęp do kupna wielorybich jaj na Targu", "questDilatoryDistress1Text": "Atleńtyda w niebezpieczeństwie, część 1: List w butelce", - "questDilatoryDistress1Notes": "Z nowo wybudowanego miasta Atleńtydy dotarł do nas list w butelce: \"Drodzy mieszkańcy Habitiki, znów potrzebujemy waszej pomocy! Nasza księżniczka zaginęła, a miasto jest oblężone przez nieznane wodne demony! Rawki błazny trzymają najeźdźców na dystans. Prosimy o pomoc!\" Trzeba umieć oddychać pod wodą, żeby przebyć długą drogę do zatoniętego miasta. Na szczęście alchemicy @Benga i @hazel są w stanie to umożliwić. Tylko ty musisz znaleźć niezbędne składniki.", - "questDilatoryDistress1Completion": "Przywdziewasz płetwiastą zbroję i płyniesz do Atleńtydy najszybciej jak potrafisz. Syrenom oraz ich rawkowym sprzymierzeńcom na razie udało się zatrzymać najeźdźców poza murami miasta, jednak są na przegranej pozycji. Gdy tylko przekraczasz mury zamkowe, najeźdźcy rozpoczynają kolejną falę oblężenia!", + "questDilatoryDistress1Notes": "Z nowo wybudowanego miasta Atleńtydy dotarł do nas list w butelce: \"Drodzy mieszkańcy Habitiki, znów potrzebujemy waszej pomocy! Nasza księżniczka zaginęła, a miasto jest oblężone przez nieznane wodne demony! Rawki błazny trzymają najeźdźców na dystans. Prosimy o pomoc!\" Umiejętność oddychania pod wodą jest niezbędna, żeby przebyć długą drogę do zatopionego miasta. Na szczęście alchemicy @Benga i @hazel mogą to umożliwić. Musisz tylko znaleźć niezbędne składniki.", + "questDilatoryDistress1Completion": "Przywdziewasz płetwiastą zbroję i płyniesz do Atleńtydy najszybciej jak potrafisz. Syrenom oraz ich rawkowym sprzymierzeńcom na razie udało się zatrzymać najeźdźców poza murami miasta, jednak są na przegranej pozycji. Gdy tylko przekraczasz zamkowe mury, najeźdźcy rozpoczynają kolejną falę oblężenia!", "questDilatoryDistress1CollectFireCoral": "Ognisty koral", "questDilatoryDistress1CollectBlueFins": "Błękitne płetwy", "questDilatoryDistress1DropArmor": "Płetwiasta oceaniczna zbroja (zbroja)", @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Ryba (jedzenie)", "questDilatoryDistress3DropWeapon": "Trójząb miażdżących fal (broń)", "questDilatoryDistress3DropShield": "Tarcza z księżycowych pereł (tarcza)" -} \ No newline at end of file +} diff --git a/common/locales/pl/rebirth.json b/common/locales/pl/rebirth.json index cdf528e3d6..bcb3f5cdc1 100644 --- a/common/locales/pl/rebirth.json +++ b/common/locales/pl/rebirth.json @@ -22,4 +22,4 @@ "rebirthPop": "Stwórz nową postać na Poziomie 1 zachowując osiągnięcia, przedmioty kolekcjonerskie oraz zadania wraz z historią.", "rebirthName": "Kula Odrodzenia", "reborn": "Odrodzony, najwyższy poziom <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/pl/settings.json b/common/locales/pl/settings.json index 5b7fb26202..81f8a28dc3 100644 --- a/common/locales/pl/settings.json +++ b/common/locales/pl/settings.json @@ -2,7 +2,7 @@ "settings": "Ustawienia", "language": "Język", "americanEnglishGovern": "W przypadku niezgodności tłumaczeń, za prawidłową należy uznać wersję angielską (USA).", - "helpWithTranslation": "Chciałbyś pomóc w tłumaczeniu HabitRPG? Świetnie! Przejdź do tej karty Trello.", + "helpWithTranslation": "Chciałbyś pomóc w tłumaczeniu Habitica? Świetnie! Przejdź do tej karty Trello.", "showHeaderPop": "Pokazuje twój awatar, paski Zdrowia/Doświadczenia, oraz drużynę.", "stickyHeader": "Przyklejony nagłówek", "stickyHeaderPop": "Przytwierdza nagłówek do góry ekranu. Jeśli odznaczysz to pole, będzie się on przesuwał wraz z resztą ekranu.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Zaawansowane Opcje w zadaniach startują zwinięte", "startAdvCollapsedPop": "Jeśli ta opcja jest włączona, Zaawansowane Opcje będą ukryte, gdy po raz pierwszy otworzysz zadanie do edycji.", "showTour": "Pokaż przewodnik", - "restartTour": "Restartuje wprowadzający przewodnik, z czasu gdy dołączyłeś do HabitRPG", + "restartTour": "Restartuje wprowadzający przewodnik, z czasu gdy dołączyłeś do Habitica", "showBailey": "Pokaż Bailey", "showBaileyPop": "Wywołuje Bailey, Herold Miejską, z ukrycia, żebyś mógł przejrzeć stare wieści.", "fixVal": "Napraw wartości postaci", @@ -27,7 +27,7 @@ "resetAccount": "Zresetuj konto", "resetAccPop": "Zacznij od początku. Usuwa wszystkie poziomy, złoto, wyposażenie, historię, oraz zadania.", "deleteAccount": "Usuń konto", - "deleteAccPop": "Anuluje i usuwa twoje konto na HabitRPG.", + "deleteAccPop": "Anuluje i usuwa twoje konto na Habitica.", "qrCode": "Kod QR", "dataExport": "Eksport danych", "saveData": "Znajdziesz tu kilka opcji do zapisania twoich danych.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Własny początek dnia", "24HrClock": "zegar 24-godzinny", - "customDayStartInfo1": "HabitRPG domyślnie sprawdza i resetuje twoje Codzienne o północy każdego dnia w twojej strefie czasowej. Zaleca się przeczytanie poniższych informacji przed jego zmianą.", - "customDayStartInfo4": "Wykonaj wszystkie swoje Codzienne przed zmianą Własnego początku dnia lub Odpoczywaj w karczmie tego dnia. Zmiana Własnego początku dnia może spowodować natychmiastowe uruchomienie Crona, jednak po pierwszym dniu działa on zgodnie z założeniami.

Daj dwugodzinne okno w celu wprowadzenia zmian. Dla przykładu, jeśli aktualnie jest ustawione na 0:00 (północ), zmień go przed 22:00; jeśli chcesz go ustawić na 21:00, zmień go przed 19:00.

Wprowadź godzinę od 0 do 23 (używa 24-godzinnego zegara). Wpisywanie jest skuteczniejsze niż klawisze strzałek. Po ustawieniu przeładuj stronę w celu potwierdzenia, że wyświetlane są nowe wartości.", + "customDayStartInfo1": "Habitica domyślnie sprawdza i resetuje twoje Codzienne o północy każdego dnia w twojej strefie czasowej. Zaleca się przeczytanie poniższych informacji przed jego zmianą.", + "customDayStartInfo4": "Wykonaj wszystkie swoje Codzienne przed zmianą Własnego początku dnia lub Odpoczywaj w karczmie tego dnia. Zmiana Własnego początku dnia może spowodować natychmiastowe uruchomienie Crona, jednak po pierwszym dniu działa on zgodnie z założeniami.

Daj dwugodzinne okno w celu wprowadzenia zmian. Dla przykładu, jeśli aktualnie jest ustawione na 0:00 (północ), zmień go przed 22:00; jeśli chcesz go ustawić na 21:00, zmień go przed 19:00.

Wprowadź godzinę od 0 do 23 (używa 24-godzinnego zegara). Wpisywanie jest skuteczniejsze niż klawisze strzałek. Po ustawieniu przeładuj stronę w celu potwierdzenia, że wyświetlane są nowe wartości.", "misc": "Pozostałe", "showHeader": "Pokaż nagłówek", "changePass": "Zmień hasło", @@ -56,7 +56,7 @@ "dangerZone": "Strefa zagrożenia", "resetText1": "UWAGA! Ta opcja zresetuje wiele części twojego konta. Odradzamy taki krok, jednak niektórzy gracze mogą uznać tę funkcję za przydatną po wstępnym wypróbowaniu strony.", "resetText2": "Stracisz swój poziom, całe złoto i punkty doświadczenia. Wszystkie Twoje zadania zostaną na zawsze usunięte, razem z historią ich wypełnienia. Stracisz także wyposażenie, choć będziesz mógł je kupić ponownie, włączając w to przedmioty limitowane i tylko dla subskrybentów, które już posiadasz (aby odkupić wyposażenie przeznaczone dla konkretnej klasy, musisz do niej przynależeć). Zachowasz swoją klasę, chowańce i wierzchowce. Być może lepiej będzie jeśli użyjesz Kuli Odrodzenia – to bezpieczniejsze i zachowa wszystkie Twoje zadania.", - "deleteText": "Jesteś pewien? Usunie to twoje konto na zawsze i nie będzie można go nigdy odzyskać! Będziesz musiał zarejestrować się ponownie na nowym koncie by używać HabitRPG ponownie. Posiadane lub wydane Klejnoty nie zostaną zwrócone. Jeśli jesteś absolutnie pewien swojej decyzji, wpisz <%= deleteWord %> w okno dialogowe poniżej.", + "deleteText": "Jesteś pewien? Usunie to twoje konto na zawsze i nie będzie można go nigdy odzyskać! Będziesz musiał zarejestrować się ponownie na nowym koncie by używać Habitica ponownie. Posiadane lub wydane Klejnoty nie zostaną zwrócone. Jeśli jesteś absolutnie pewien swojej decyzji, wpisz <%= deleteWord %> w okno dialogowe poniżej.", "API": "API", "APIText": "Skopiuj, by używać w innych aplikacjach. Traktuj jednak swój token API jak hasło i nie dziel się nim z innymi. Czasem możesz zostać poproszony o swoje ID użytkownika, ale nigdy nie publikuj swojego tokenu API tam, gdzie mogą go zobaczyć inne osoby, włączając w to Github.", "APIToken": "Token API (to Twoje hasło – zobacz ostrzeżenie powyżej!)", @@ -79,13 +79,13 @@ "data": "Dane", "exportData": "Eksport danych", "emailChange1": "Aby zmienić swój adres e-mail, wyślij wiadomość na", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "w treści wpisując zarówno stary jak i nowy adres e-mail, a także swoje ID użytkownika.", "username": "Nazwa użytkownika", "usernameOrEmail": "Login lub Email", "email": "E-mail", "registeredWithFb": "Logowanie / Rejestracja z użyciem Facebook'a", - "loginNameDescription1": "Tej nazwy używasz, aby zalogować się na HabitRPG. Idź do", + "loginNameDescription1": "Tej nazwy używasz, aby zalogować się na Habitica. Idź do", "loginNameDescription2": "Użytkownik → Profil", "loginNameDescription3": ", aby zmienić nazwę, która pojawia się na Twoim avatarze i przy wiadomościach na czacie.", "emailNotifications": "Powiadomienia e-mail", @@ -101,12 +101,12 @@ "questStarted": "Twoje zadanie rozpoczęło się", "invitedQuest": "Zostałeś zaproszony do zadania", "kickedGroup": "Wyrzucono z grupy", - "remindersToLogin": "Przypominaj by meldować się do HabitRPG", + "remindersToLogin": "Przypominaj by meldować się do Habitica", "unsubscribedSuccessfully": "Poprawnie zrezygnowano z subskrypcji!", - "unsubscribedTextUsers": "Poprawnie zrezygnowałeś z subskrypcji wszystkich e-maili HabitRPG. W ustawieniach (wymaga zalogowania) możesz włączyć e-maile, które chcesz otrzymywać.", - "unsubscribedTextOthers": "Nie otrzymasz więcej żadnych e-maili od HabitRPG.", + "unsubscribedTextUsers": "Poprawnie zrezygnowałeś z subskrypcji wszystkich e-maili Habitica. W ustawieniach (wymaga zalogowania) możesz włączyć e-maile, które chcesz otrzymywać.", + "unsubscribedTextOthers": "Nie otrzymasz więcej żadnych e-maili od Habitica.", "unsubscribeAllEmails": "Zaznacz by zrezygnować z subskrypcji e-maili", - "unsubscribeAllEmailsText": "Przez zaznaczenie tego pola poświadczam, że rozumiem że po zrezygnowaniu z subskrypcji wszystkich e-maili, HabitRPG nie będzie w stanie powiadamiać mnie przez e-mail o ważnych zmianach na stronie lub na moim koncie.", + "unsubscribeAllEmailsText": "Przez zaznaczenie tego pola poświadczam, że rozumiem że po zrezygnowaniu z subskrypcji wszystkich e-maili, Habitica nie będzie w stanie powiadamiać mnie przez e-mail o ważnych zmianach na stronie lub na moim koncie.", "correctlyUnsubscribedEmailType": "Poprawnie zrezygnowano z subskrypcji e-maili \"<%=emailType %>\".", "subscriptionRateText": "<%= price %> dolarów będzie ściągane z konta co każde <%= months %> miesięcy.", "benefits": "Korzyści", @@ -119,4 +119,4 @@ "promoCodeApplied": "Zastosowano kod promocyjny! Sprawdź swój ekwipunek", "promoPlaceholder": "Wpisz kod promocyjny", "displayInviteToPartyWhenPartyIs1": "Wyświetl przycisk Zaproś do drużyny, gdy drużyna ma 1 członka." -} \ No newline at end of file +} diff --git a/common/locales/pl/spells.json b/common/locales/pl/spells.json index bf6f116970..e016cc0b04 100644 --- a/common/locales/pl/spells.json +++ b/common/locales/pl/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Zamień przyjaciela w morskie stworzenie!", "spellSpecialSandText": "Piasek", "spellSpecialSandNotes": "Anuluj skutki Piany Morskiej" -} \ No newline at end of file +} diff --git a/common/locales/pl/subscriber.json b/common/locales/pl/subscriber.json index 56e72c6469..c1f43b0b54 100644 --- a/common/locales/pl/subscriber.json +++ b/common/locales/pl/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / Miesiąc", "organization": "Organizacja", "groupPlans": "Plany korporacyjne", - "indivPlan1": "Dla prywatnych użytkowników, HabitRPG jest darmowy. Nawet dla małych grup, jest darmowy (lub tani)", + "indivPlan1": "Dla prywatnych użytkowników, Habitica jest darmowy. Nawet dla małych grup, jest darmowy (lub tani)", "indivPlan2": "może zmotywować uczestników w zmianie swoich nawyków. Np. w kółku pisarskim, wyzwaniach artystycznych itp.", - "groupText1": "Jednak przywódcy niektórych grup wolą mieć więcej kontroli, prywatności, bezpieczeństwa, oraz wsparcia. Przykładami takich grup są rodziny, zdrowego życia, grupy pracowników, oraz inne. Te plany pozwalają na prywatne zastosowanie HabitRPG dla twojej grupy lub organizacji, bezpieczne i niezależne od", + "groupText1": "Jednak przywódcy niektórych grup wolą mieć więcej kontroli, prywatności, bezpieczeństwa, oraz wsparcia. Przykładami takich grup są rodziny, zdrowego życia, grupy pracowników, oraz inne. Te plany pozwalają na prywatne zastosowanie Habitica dla twojej grupy lub organizacji, bezpieczne i niezależne od", "groupText2": "Poniżej znajdziesz więcej zalet planów. Skontaktuj się z nami by otrzymać więcej informacji!", "planFamily": "Rodzina (wkrótce)", "planGroup": "Grupa (wkrótce)", "dedicatedHost": "Dedykowany hosting", - "dedicatedHostText": "Dedykowany Hosting: otrzymujesz swoją własną bazę danych oraz serwer hostowany przez HabitRPG, lub opcjonalnie zainstalujemy go w sieci twojej organizacji. Jeśli tego nie zaznaczysz, plan używa \"dzielonego hostingu\": Twoja organizacja używa tej samej bazy danych co główne HabitRPG, jednak działa w osobnej Habitice. Twoi członkowie są niewidoczni dla Tawern i Gildii, jednak wciąż pozostają na tym samym serwerze/bazie danych.", + "dedicatedHostText": "Dedykowany Hosting: otrzymujesz swoją własną bazę danych oraz serwer hostowany przez Habitica, lub opcjonalnie zainstalujemy go w sieci twojej organizacji. Jeśli tego nie zaznaczysz, plan używa \"dzielonego hostingu\": Twoja organizacja używa tej samej bazy danych co główne Habitica, jednak działa w osobnej Habitice. Twoi członkowie są niewidoczni dla Tawern i Gildii, jednak wciąż pozostają na tym samym serwerze/bazie danych.", "individualSub": "Abonament osobisty", "subscribe": "Wykup abonament", "subscribed": "Jesteś abonentem", @@ -33,9 +33,9 @@ "adminSub": "Abonament administratora", "morePlans": "Więcej możliwości
wkrótce", "organizationSub": "Organizacja prywatna", - "organizationSubText": "Członkowie organizacji uczestniczą w aplikacji osobno od właściwego HabitRPG, co daje większe skupienie na twoich uczestnikach,", + "organizationSubText": "Członkowie organizacji uczestniczą w aplikacji osobno od właściwego Habitica, co daje większe skupienie na twoich uczestnikach,", "hostingType": "Rodzaj hostingu", - "hostingTypeText": "Dzielony hosting oznacza, że twoja organizacja używa tej samej bazy danych co właściwe HabitRPG, jednak nie wchodzi w interakcje z Habitiką. Dedykowany oznacza, iż dostajesz swoją własną bazę danych oraz serwer. Możesz wybrać czy chcesz aby HabitRPG hostowało twój serwer/bazę danych, czy tez mamy ją zainstalować na twoich własnych serwerach.", + "hostingTypeText": "Dzielony hosting oznacza, że twoja organizacja używa tej samej bazy danych co właściwe Habitica, jednak nie wchodzi w interakcje z Habitiką. Dedykowany oznacza, iż dostajesz swoją własną bazę danych oraz serwer. Możesz wybrać czy chcesz aby Habitica hostowało twój serwer/bazę danych, czy tez mamy ją zainstalować na twoich własnych serwerach.", "dedicated": "Dedykowany", "customDomain": "Własna domena", "customDomainText": "Opcjonalnie możemy dodać twoją własną domenę do instalacji.", @@ -58,7 +58,7 @@ "buySubsText": "Kupuj klejnoty za złoto, brak reklam, wspieraj twórców", "sureCancelSub": "Jesteś pewien, że chcesz anulować swój abonament?", "subCanceled": "Subskrypcja wygaśnie", - "subGemPop": "Ponieważ jesteś abonentem HabitRPG, możesz co miesiąc kupić pewną ilość Klejnotów za złoto. W rogu ikony Klejnotu, możesz sprawdzić ile jeszcze Klejnotów możesz zakupić.", + "subGemPop": "Ponieważ jesteś abonentem Habitica, możesz co miesiąc kupić pewną ilość Klejnotów za złoto. W rogu ikony Klejnotu, możesz sprawdzić ile jeszcze Klejnotów możesz zakupić.", "subGemName": "Klejnoty dla abonentów", "timeTravelers": "Podróżnicy w Czasie", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> i <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Karta Uaktualnienia", "subUpdateTitle": "Aktualizuj", "subUpdateDescription": "Uaktualnij kartę by ją naładować." -} \ No newline at end of file +} diff --git a/common/locales/pl/tasks.json b/common/locales/pl/tasks.json index 562e640f9a..7c512e83d0 100644 --- a/common/locales/pl/tasks.json +++ b/common/locales/pl/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Usuń zakończone", "lotOfToDos": "Wykonane Do-Zrobienia są automatycznie archiwizowane po 3 dniach. Możesz uzyskać do nich dostęp z zakładki Ustawienia > Eksport.", "deleteToDosExplanation": "Klikając tu, nieodwołalnie usuniesz wszystkie zakończone i zarchiwizowane Do-Zrobienia. Jeśli chcesz wciąż mieć do nich dostęp, wyeksportuj je.", - "beeminderDeleteWarning": "Użytkownicy Beemindera Po pierwsze przeczytajcie o usuwaniu wypełnionych Do-Zrobienia bez dezorientowania Beemindera!", + "beeminderDeleteWarning": "Użytkownicy Beemindera Po pierwsze przeczytajcie o usuwaniu wypełnionych Do-Zrobienia bez dezorientowania Beemindera!", "addmultiple": "Dodaj kilka", "addsingle": "Dodaj pojedyncze", "habits": "Nawyki", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "Odpoczywasz w Gospodzie! Twoje Codzienne NIE zadadzą ci dzisiaj obrażeń, jednak w dalszym ciągu codziennie BĘDĄ się odświeżać. Jeśli uczestniczysz w misji, nie otrzymasz obrażeń/nie zbierzesz przedmiotów do czasu wymeldowania z Gospody, jednak wciąż możesz otrzymać obrażenia od bossa, jeśli członkowie twojej drużyny ominą swoje Codzienne.", "habitHelp1": "Dobre nawyki są czynnościami, które wykonujesz często. Dostajesz za to nagrody w postaci złota i punktów doświadczenia za każdym razem, gdy klikniesz <%= plusIcon %>.", "habitHelp2": "Złe nawyki są czynnościami, których należy unikać. Wysysają punkty zdrowia za każdym razem, gdy klikniesz <%= minusIcon %>.", - "habitHelp3": "Dla inspiracji sprawdź te przykładowe nawyki!", + "habitHelp3": "Dla inspiracji sprawdź te przykładowe nawyki!", "newbieGuild": "Masz jeszcze jakieś pytania? Zadaj je w <%= linkStart %>Gildii Nowicjuszy (Newbies Guild)<%= linkEnd %>!", "dailyHelp1": "Zadania codzienne powtarzają się <%= emphasisStart %>każdego dnia<%= emphasisEnd %>, kiedy są aktywne. Kliknij na <%= pencilIcon %>, aby zmienić dni, w których zadanie codzienne jest aktywne.", "dailyHelp2": "Jeśli nie wypełnisz aktywnych zadań codziennych, utracisz pewną liczbę punktów zdrowia, gdy dzień dobiegnie końca.", "dailyHelp3": "Zadania codzienne <%= emphasisStart %>czerwienieją<%= emphasisEnd %> kiedy je opuszczasz, zaś <%= emphasisStart %>niebieścieją<%= emphasisEnd %> gdy je wypełniasz. Im intensywniejszy kolor ma zadanie codzienne, tym większa Twoja nagroda... albo Twoje obrażenia.", "dailyHelp4": "By zmienić porę, w której Twój dzień się kończy, przejdź do sekcji <%= linkStart %> Ustawienia > Strona<%= linkEnd %> > Dostosuj początek dnia.", - "dailyHelp5": "Dla inspiracji sprawdź te przykładowe zadania codzienne!", + "dailyHelp5": "Dla inspiracji sprawdź te przykładowe zadania codzienne!", "toDoHelp1": "Do-Zrobienia zaczynają jako żółte i stają się czerwieńsze (bardziej wartościowe) tym bardziej, im więcej czasu zajmuje ich ukończenie.", "toDoHelp2": "Do-Zrobienia nigdy ciebie nie skrzywdzą! Mogą tylko nagrodzić złotem i doświadczeniem.", "toDoHelp3": "Rozbicie Do-Zrobienia na listę mniejszych pozycji sprawi, że będą mniej straszne i zwiększą ilość twoich punktów!", - "toDoHelp4": "Źródła inspiracji szukaj w przykładach Do-Zrobienia!", + "toDoHelp4": "Źródła inspiracji szukaj w przykładach Do-Zrobienia!", "rewardHelp1": "Wyposażenie, które kupujesz dla swojego awatara, jest przechowywane w sekcji <%= linkStart %>Ekwipunek > Wyposażenie<%= linkEnd %>.", "rewardHelp2": "Wyposażenie wpływa na Twoje statystyki (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Specjalne elementy wyposażenia będą się pojawiały podczas wydarzeń o skali światowej.", - "rewardHelp4": "Nie bój się ustalać własnych nagród! Sprawdź przykłady tutaj.", + "rewardHelp4": "Nie bój się ustalać własnych nagród! Sprawdź przykłady tutaj.", "clickForHelp": "Kliknij po pomoc" -} \ No newline at end of file +} diff --git a/common/locales/pt/backgrounds.json b/common/locales/pt/backgrounds.json index 7864780afe..040c31260c 100644 --- a/common/locales/pt/backgrounds.json +++ b/common/locales/pt/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surfe em uma Onda Gigante!", "backgroundSunkenShipText": "Navio Naufragado", "backgroundSunkenShipNotes": "Explore um Navio Naufragado." -} \ No newline at end of file +} diff --git a/common/locales/pt/challenge.json b/common/locales/pt/challenge.json index cc6f31c79f..b10a1a597f 100644 --- a/common/locales/pt/challenge.json +++ b/common/locales/pt/challenge.json @@ -36,7 +36,7 @@ "prizePop": "Se alguém conseguir 'vencer' o seu Desafio, você pode escolher recompensar esta pessoa com Gemas. Máximo = número de gemas que possui (+ gemas da guilda, se você criou este desafio para a guilda). Nota: Este prêmio não pode ser alterado depois.", "prizePopTavern": "Se alguém puder \"vencer\" o seu desafio, você pode presentear o vencedor com Gemas. Máximo = número de gemas que você possui. Nota: Este prêmio não pode ser alterado depois e Desafios da Taverna não serão reembolsados se o mesmo for cancelado.", "publicChallenges": "Mínimo de 1 Gema para desafios públicos (realmente ajuda a prevenir spam).", - "officialChallenge": "Desafio Oficial do HabitRPG", + "officialChallenge": "Desafio Oficial do Habitica", "by": "por", "participants": "<%= membercount %> Participantes", "join": "Juntar-se", diff --git a/common/locales/pt/character.json b/common/locales/pt/character.json index 78c6b321bc..5b8972e897 100644 --- a/common/locales/pt/character.json +++ b/common/locales/pt/character.json @@ -12,7 +12,7 @@ "imageUrl": "URL da Imagem", "inventory": "Inventário", "social": "Social", - "lvl": "Nv ", + "lvl": "Nv", "buffed": "Buffado", "bodyBody": "Corpo", "bodySize": "Tamanho", @@ -54,9 +54,9 @@ "battleGearText": "Este é o equipamento que você usa em batalha; ele influencia os números ao interagir com suas tarefas.", "costume": "Traje", "costumeText": "Se preferir a aparência de outro equipamento em vez do que estiver usando, marque a opção \"Usar Traje\" para vestir um traje enquanto usa seu equipamento de batalha por baixo.", - "useCostume": "Usar Traje ", + "useCostume": "Usar Traje", "useCostumeInfo1": "Clique em \"Usar Traje\" para equipar itens ao seu avatar sem que eles afetem os atributos de seu Equipamento de Batalha! Isto significa que você pode equipar alguns itens para ter os melhores atributos à esquerda e outros apenas para vestir seu avatar à direita.", - "useCostumeInfo2": "Assim que você clicar em \"Usar Traje\", o seu avatar vai parecer bem básico... mas não se preocupe! Se você olhar para a esquerda, irá ver que o seu Equipamento de Batalha ainda está equipado. A seguir, você pode deixar tudo elegante! Tudo o que você equipar à direita não irá afetar seus atributos, mas pode fazer com que você fique super pomposo. Experimente combinações diferentes, misturar conjuntos, e combinar o seu Traje com seus Mascotes, Montarias e Planos de Fundo.

Tem mais dúvidas? Dê uma olhada na Página de Trajes da wiki. Encontrou o conjunto perfeito? Mostre-o na Guilda Carnaval de Trajes ou vanglorie-se na Taverna!", + "useCostumeInfo2": "Assim que você clicar em \"Usar Traje\", o seu avatar vai parecer bem básico... mas não se preocupe! Se você olhar para a esquerda, irá ver que o seu Equipamento de Batalha ainda está equipado. A seguir, você pode deixar tudo elegante! Tudo o que você equipar à direita não irá afetar seus atributos, mas pode fazer com que você fique super pomposo. Experimente combinações diferentes, misturar conjuntos, e combinar o seu Traje com seus Mascotes, Montarias e Planos de Fundo.

Tem mais dúvidas? Dê uma olhada na Página de Trajes da wiki. Encontrou o conjunto perfeito? Mostre-o na Guilda Carnaval de Trajes ou vanglorie-se na Taverna!", "gearAchievement": "Você ganhou o Achievement \"Equipamento Ultimate\" por fazer o upgrade para o equipamento máximo definido para uma classe! Você alcançou os seguintes conjuntos:", "moreGearAchievements": "Para alcançar mais emblemas de Equipamento Ultimate, mude de classe em sua página de estatísticas e compre equipamentos para sua nova classe!", "armoireUnlocked": "Você também desbloqueou o Armário Encantado! Clique na Recompensa 'Armário Encantado' para uma chance aleatória de ganhar um equipamento especial! Também pode dar-lhe XP aleatório ou comida.", @@ -77,7 +77,7 @@ "allocatePerPop": "Adicionar um ponto em Percepção", "allocateInt": "Pontos distribuídos em Inteligência:", "allocateIntPop": "Adicionar um ponto em Inteligência", - "noMoreAllocate": "Agora que você chegou no nível 100, não receberá mais Pontos de Atributo. Você pode continuar subindo de nível ou começar uma nova aventura no nível 1 usando um Orbe do Renascimento, agora disponível de graça no Mercado.", + "noMoreAllocate": "Agora que você chegou no nível 100, não receberá mais Pontos de Atributo. Você pode continuar subindo de nível ou começar uma nova aventura no nível 1 usando um Orbe do Renascimento, agora disponível de graça no Mercado.", "stats": "Estatísticas", "strength": "Força", "strengthText": "Força aumenta a chance de \"golpes críticos\" aleatórios e o bônus de Ouro, Experiência e chance de drop. Também ajuda a causar dano aos chefões.", @@ -106,13 +106,13 @@ "levelPopover": "A cada nível que alcançar você terá um ponto para distribuir para um atributo de sua escolha. Você pode fazer isso manualmente, ou deixar o jogo decidir por você usando uma das opções de Distribuição Automática.", "unallocated": "Pontos de Atributo não Distribuídos", "haveUnallocated": "Você tem <%=points%> Ponto(s) de Atributo não usados", - "autoAllocation": "Distribuição Automática ", + "autoAllocation": "Distribuição Automática", "autoAllocationPop": "Coloca pontos em atributos de acordo com suas preferências, quando você sobe de nível.", - "evenAllocation": "Distribui pontos de atributo equilibradamente ", + "evenAllocation": "Distribui pontos de atributo equilibradamente", "evenAllocationPop": "Atribui o mesmo número de pontos para cada atributo.", - "classAllocation": "Distribui pontos de acordo com a Classe ", + "classAllocation": "Distribui pontos de acordo com a Classe", "classAllocationPop": "Atribui mais pontos para os atributos importantes para sua Classe.", - "taskAllocation": "Distribui pontos de acordo com o tipo de atividades de suas tarefas ", + "taskAllocation": "Distribui pontos de acordo com o tipo de atividades de suas tarefas", "taskAllocationPop": "Distribua pontos baseado nas categorias Físico (Força), Mental (Inteligência), Social (Constituição) e Outros (Percepção) associadas com as tarefas que você completa.", "distributePoints": "Distribuir Pontos não Distribuídos", "distributePointsPop": "Atribui todos pontos não distribuídos de acordo com o esquema de distribuição selecionado.", @@ -137,7 +137,7 @@ "youCast": "Você conjurou <%= spell %>.", "youCastTarget": "Você conjurou <%= spell %> em <%= target %>.", "youCastParty": "Você conjurou <%= spell %> para a equipe.", - "critBonus": "Golpe Crítico! Bônus: ", + "critBonus": "Golpe Crítico! Bônus:", "displayNameDescription1": "Isto é o que aparece nas mensagens que você postar na Taverna, guildas, e bate-papo da equipe, junto com o que é exibido em seu avatar. Vá para", "displayNameDescription2": "Configurações -> Site", "displayNameDescription3": "e desça até a seção de Registro para mudar seu nome de login.", @@ -146,11 +146,11 @@ "unequipPetMountBackground": "Desequipar Mascote, Montaria, Planos de Fundo", "animalSkins": "Peles de Animais", "chooseClassHeading": "Escolha sua Classe! Ou deixe para escolher mais tarde.", - "warriorWiki": "Guerreiro", - "mageWiki": "Mago", - "rogueWiki": "Ladino", - "healerWiki": "Curandeiro", - "chooseClassLearn": "Aprenda mais sobre classes", + "warriorWiki": "Guerreiro", + "mageWiki": "Mago", + "rogueWiki": "Ladino", + "healerWiki": "Curandeiro", + "chooseClassLearn": "Aprenda mais sobre classes", "str": "FOR", "con": "CON", "per": "PER", diff --git a/common/locales/pt/communityguidelines.json b/common/locales/pt/communityguidelines.json index 708fce88bb..fa9d79aa90 100644 --- a/common/locales/pt/communityguidelines.json +++ b/common/locales/pt/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "Essas regras se aplicam a todos os espaços sociais que usamos, incluindo (mas não necessariamente limitado a) o Trello, o GitHub, o Transifex e a Wikia (a wiki). Algumas vezes, imprevistos irão surgir, como uma nova fonte de conflito ou um necromante perverso. Quando isso acontece, os moderadores podem editar essas diretrizes para manter a comunidade a salvo dessas novas ameaças. Não tenha medo: você será notificado através de um dos Pronunciamentos de Bailey se as diretrizes mudarem.", "commGuidePara004": "Agora prepare suas penas e pergaminhos para tomar notas e vamos começar!", "commGuideHeadingBeing": "Sendo um Habiticano", - "commGuidePara005": "HabitRPG é antes de mais nada um website devotado ao aperfeiçoamento. Como um resultado, nós tivemos a sorte de atrair uma das mais calorosas, gentis, cortesas e solidárias comunidades da internet. Existem vários traços que definem os Habiticanos. Alguns dos mais comuns e notáveis são:", + "commGuidePara005": "Habitica é antes de mais nada um website devotado ao aperfeiçoamento. Como um resultado, nós tivemos a sorte de atrair uma das mais calorosas, gentis, cortesas e solidárias comunidades da internet. Existem vários traços que definem os Habiticanos. Alguns dos mais comuns e notáveis são:", "commGuideList01A": "Um Espírito Prestativo. Várias pessoas devotam seu tempo e energia ajudando novos membros da comunidade e guiando-os. A Guilda dos Novatos, por exemplo, é uma guilda dedicada apenas a responder as perguntas das pessoas. Se você acha que pode ajudar, não seja tímido!", "commGuideList01B": "Uma Atitude Diligente. Habiticanos trabalham duro para melhorar suas vidas, mas também ajudam a construir o site e melhorá-lo constantemente. Nós somos um projeto de código aberto, então todos nós estamos constantemente trabalhando para fazer do site o melhor lugar que ele pode ser.", "commGuideList01C": "Um Comportamento Solidário. Habiticanos se animam com as vitórias dos outros e se confortam em tempos difíceis. Nós damos força, nos apoiamos e aprendemos uns com os outros. Em equipes, fazemos isso com nossos feitiços; em salas de conversa, fazemos isso com palavras gentis e solidárias.", @@ -25,21 +25,21 @@ "commGuidePara011b": "no GitHub/Wikia", "commGuidePara011c": "na Wikia", "commGuidePara011d": "no GitHub", - "commGuidePara012": "Se você tem alguma questão ou consideração sobre um Moderador em particular, por favor envie um e-mail para Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "Se você tem alguma questão ou consideração sobre um Moderador em particular, por favor envie um e-mail para Lemoness (leslie@habitica).", "commGuidePara013": "Em uma comunidade tão grande quanto a de Habitica, usuários vem e vão, e algumas vezes um moderador precisa de abandonar seu manto nobre e relaxar. Os seguintes são Moderadores Eméritos. Eles não mais agem com o poder de um Moderador, mas nós ainda gostaríamos de honrar seu trabalho!", "commGuidePara014": "Moderadores Eméritos:", "commGuideHeadingPublicSpaces": "Espaços Públicos em Habitica", "commGuidePara015": "Habitica tem dois tipos de espaços sociais: públicos e privados. Espaços públicos incluem a Taverna, as Guildas Públicas, o GitHub, o Trello e a Wiki. Espaços privados são as Guildas Privadas, as conversas da equipe e as mensagens privadas.", "commGuidePara016": "Ao navegar os espaços públicos em Habitica, existem algumas regrais gerais para manter todo mundo seguro e feliz. Elas devem ser fáceis para aventureiros como você!", - "commGuidePara017": "Respeitar um ao outro. Seja cortês, gentil, amigável e prestativo. Lembre-se: Habiticanos vem de todos os tipos de vida e tiveram experiências bastante diferentes. Isso é parte do que faz HabitRPG tão legal! Construir uma comunidade significa respeitar e celebrar nossas diferenças tanto quanto nossas semelhanças. Aqui estão algumas maneiras simples de respeitar uns aos outros:", + "commGuidePara017": "Respeitar um ao outro. Seja cortês, gentil, amigável e prestativo. Lembre-se: Habiticanos vem de todos os tipos de vida e tiveram experiências bastante diferentes. Isso é parte do que faz Habitica tão legal! Construir uma comunidade significa respeitar e celebrar nossas diferenças tanto quanto nossas semelhanças. Aqui estão algumas maneiras simples de respeitar uns aos outros:", "commGuideList02A": "Obedeça a todos os Termos e Condições.", "commGuideList02B": "Não publique imagens ou textos que sejam violentos, ameaçadores, ou sexualmente explícitos/sugestivos, ou que promovam discriminação, fanatismo, racismo, ódio, perseguição ou dano contra qualquer indivíduo ou grupo. Nem na forma de uma piada. Isso inclui a repreensão assim como as declarações. Nem todo mundo que tem o mesmo senso de humor, então algo que você considere uma piada pode ser ofensivo ao outro. Ataque suas Tarefas Diárias, não um ao outro.", "commGuideList02C": "Mantenha as discussões apropriadas para todas as idades. Nós temos muitos Habiticanos jovens utilizando este site! Não embacemos ou impeçamos algum Habiticano de cumprir suas metas.", "commGuideList02D": "Evite blasfêmia. Isso inclui que até os mais leves juramentos religiosos que podem ser aceitos em algum lugar - já que nós temos pessoas de todas as religiões e culturas, e nós queremos ter certeza de que todas elas se sintam confortáveis em espaços públicos. Além disso, insultos serão tratados com extrema severidade, já que estes também violam os Termos de Serviço.", - "commGuideList02E": "Evite discussões longas de tópicos divisivos fora da Esquina de Trás. Se você sente que alguém disse algo rude ou nocivo, não discuta com ele. Um único, educado comentário, como \"Essa piada me faz desconfortável\", é aceitável, mas ser severo ou grosseiro em resposta à comentários severos e grosseiros aumenta tensões e faz HabitRPG um espaço mais negativo. Bondade e educação ajudam os outros a entender o seu ponto de vista.", + "commGuideList02E": "Evite discussões longas de tópicos divisivos fora da Esquina de Trás. Se você sente que alguém disse algo rude ou nocivo, não discuta com ele. Um único, educado comentário, como \"Essa piada me faz desconfortável\", é aceitável, mas ser severo ou grosseiro em resposta à comentários severos e grosseiros aumenta tensões e faz Habitica um espaço mais negativo. Bondade e educação ajudam os outros a entender o seu ponto de vista.", "commGuideList02F": "Obedeça imediatamente a qualquer pedido de um Moderador para acabar uma discussão ou movê-la para 'A Esquina de Trás'. Últimas palavras, despedidas e frases memoráveis devem ser todas entregues (respeitosamente) na sua \"mesa\" na Esquina de Trás, se aprovada.", "commGuideList02G": "Leve tempo para refletir ao invés de responder com raiva se alguém fala que algo que você fez ou disse os deixou desconfortáveis. Há sempre grande força em ser capaz de se desculpar sinceramente à alguém. Se você sente que a forma que eles te responderam foi inapropriada, contate um Moderador em vez de discutir publicamente.", - "commGuideList02H": " Conversas divisivas ou polêmicas devem ser reportadas aos Moderadores. Se você acha que uma conversa está ficando muito acalorada, emocional ou ofensiva, pare de se envolver. Ao invés disso, mande um email para leslie@habitrpg.com e nos deixe saber a respeito. É nosso trabalho mante-lo seguro.", + "commGuideList02H": " Conversas divisivas ou polêmicas devem ser reportadas aos Moderadores. Se você acha que uma conversa está ficando muito acalorada, emocional ou ofensiva, pare de se envolver. Ao invés disso, mande um email para leslie@habitica e nos deixe saber a respeito. É nosso trabalho mante-lo seguro.", "commGuideList02I": "Não crie spam. Fazer spam inclui, mas não está limitado à: publicar o mesmo comentário ou pergunta em múltiplos lugares, publicar links sem explicação ou contexto, publicar mensagens sem sentido, ou publicar muitas mensagens em sequência. Repetidamente mendigar por gemas ou inscrição também pode ser considerado fazer spam.", "commGuidePara019": "Em espaços privados, usuários tem mais liberdade para discutir quaisquer tópicos que queiram, mas ainda não podem violar os Termos e Condições, incluindo a postagem de qualquer conteúdo discriminatório, violento ou ameaçador.", "commGuidePara020": "Mensagens Pessoais (MPs) têm algumas diretrizes adicionais. Se alguém bloqueou você, não contate essa pessoa em outro lugar pedindo a ela que o desbloqueie. Adicionalmente, você não deve mandar MPs pedindo por ajuda (uma vez que respostas públicas à pedidos de ajuda são benéficas para a comunidade). Finalmente, não mande MPs pedindo por presentes, gemas ou por uma inscrição a ninguém, pois isso pode ser considerado spam.", @@ -48,11 +48,11 @@ "commGuidePara022": "A Taverna é o melhor lugar para Habiticanos se entrosarem. Daniel o Estalajadeiro mantém o lugar nos trinques e Lemoness ficará feliz em conjurar uma limonada enquanto você senta e conversa. Mas tenha em mente...", "commGuidePara023": "A conversa tende a girar em torno de assuntos casuais e produtividade ou dicas para melhoria de vida.", "commGuidePara024": "Porque a Taverna só guarda 200 mensagens, não é um bom lugar para conversas prolongadas, especialmente sobre assuntos sensíveis (ex. politica, religião, depressão, se a a caça aos goblins deveria ou não ser banida, etc.). Essas conversas devem ser levadas a uma guilda relevante ou à Esquina de Trás (mais informações abaixo).", - "commGuidePara027": "Não discuta nada viciante na Taverna. Muitas pessoas usam HabitRPG para se livrar de seus maus hábitos. Ouvir pessoas falando sobre substancias viciantes/ilegais pode tornar isso muito mais difícil para elas! Respeite os outros visitantes da Taverna e leve isso em consideração. Isso inclui, mas não se limita a: cigarros, álcool, pornografia, jogos de azar e uso ou abuso de drogas.", + "commGuidePara027": "Não discuta nada viciante na Taverna. Muitas pessoas usam Habitica para se livrar de seus maus hábitos. Ouvir pessoas falando sobre substancias viciantes/ilegais pode tornar isso muito mais difícil para elas! Respeite os outros visitantes da Taverna e leve isso em consideração. Isso inclui, mas não se limita a: cigarros, álcool, pornografia, jogos de azar e uso ou abuso de drogas.", "commGuideHeadingPublicGuilds": "Guildas Públicas", "commGuidePara029": "Guildas publicas são parecidas com a Taverna, só que ao invés de assuntos genéricos elas focam em um tema específico. Guildas públicas devem focar nesse tema. Por exemplo, membros da guilda Wordsmiths podem ficar aborrecidos se a conversa subitamente começar a focar em jardinagem ao invés de escrita, e uma guilda de apreciadores de dragões pode não ter nenhum interesse em decifrar runas antigas. Algumas guildas são mais tolerantes a respeito disso do que outras, mas em geral, tente não fugir do assunto!", "commGuidePara031": "Algumas guildas publicas irão conter assuntos delicados como depressão, religião, politica, etc. Não tem problema nisso desde que as conversas lá não violem nenhum dos Termos e Condições ou Regras de Espaços Públicos, e desde que elas se mantenham no tópico.", - "commGuidePara033": "Guildas publicas NÃO podem conter material exclusivo para maiores de 18 anos. Se houver intenção de discutir conteúdo delicado regularmente, isso deve ser dito no título da guilda. Isso é para manter Habitica um lugar seguro e confortável para todos. Se a guilda em questão tem tipos diferentes de questões delicadas, é educado incluir um aviso antes de seus comentários (ex.\"Aviso: referencias a auto-mutilação\"). Adicionalmente, o material delicado deve ser relevante ao tópico -- falar sobre auto-mutilação em uma guilda focada em lutar contra depressão pode fazer sentindo, mas pode ser menos apropriado em uma guilda de musica. Se você ver alguém repetidamente violar essa diretriz, mesmo após vários pedidos para parar, por favor mande um email para leslie@habitrpg.com com screenshots.", + "commGuidePara033": "Guildas publicas NÃO podem conter material exclusivo para maiores de 18 anos. Se houver intenção de discutir conteúdo delicado regularmente, isso deve ser dito no título da guilda. Isso é para manter Habitica um lugar seguro e confortável para todos. Se a guilda em questão tem tipos diferentes de questões delicadas, é educado incluir um aviso antes de seus comentários (ex.\"Aviso: referencias a auto-mutilação\"). Adicionalmente, o material delicado deve ser relevante ao tópico -- falar sobre auto-mutilação em uma guilda focada em lutar contra depressão pode fazer sentindo, mas pode ser menos apropriado em uma guilda de musica. Se você ver alguém repetidamente violar essa diretriz, mesmo após vários pedidos para parar, por favor mande um email para leslie@habitica com screenshots.", "commGuidePara035": "Nenhuma guilda, Pública ou Privada, deve ser criada com o propósito de atacar algum grupo ou indivíduo. Criar tal guilda é motivo para expulsão imediata. Lutem contra maus hábitos, não contra seus companheiros de aventura!", "commGuidePara037": "Todos Desafios da Taverna e Desafios de Guilda Pública devem seguir essas regras também.", "commGuideHeadingBackCorner": "A Esquina de Trás", @@ -60,7 +60,7 @@ "commGuidePara039": "A Guilda da Esquina de Trás é um espaço livre publico para discutir assuntos delicados ou uma unica conversa duradoura e é cuidadosamente moderada. Diretrizes de Espaço Público ainda se aplicam, assim como os Termos e Condições. Só porque estamos todos vestindo capas longas e nos amontoando num canto não significa que vale tudo! Agora me passe aquela vela, por favor?", "commGuideHeadingTrello": "Quadros do Trello", "commGuidePara040": "Trello funciona como um fórum aberto para sugestões e discussões a respeito das funcionalidades do site. Habitica é regida por pessoas na forma de valiosos contribuidores -- todos nós construímos o site juntos. Trello é o sistema que fornece o método para nosso louca missão. Como consideração por isso, busque seu melhor para conter todos os seus pensamentos num único comentário, ao invés de comentar muitas vezes seguidas na mesma carta. Se você pensar em algo novo, sinta-se livre para editar seus comentários originais. Por favor, tenha dó de nós que recebemos uma notificação para todo novo comentário. Nossas caixas de entrada não aguentam tanto.", - "commGuidePara041": "HabitRPG usa cinco quadros do Trello diferentes:", + "commGuidePara041": "Habitica usa cinco quadros do Trello diferentes:", "commGuideList03A": "O Quadro Principal é o lugar para pedir e votar em recursos do site.", "commGuideList03B": "O Quadro Móvel é o lugar para pedir e votar em recursos do app de aparelhos móveis.", "commGuideList03C": "O Quadro de Pixel Art é o lugar para discutir e entregar pixel art.", @@ -68,12 +68,12 @@ "commGuideList03E": "O Quadro da Wiki é o lugar para melhorar, discutir e pedir novo conteúdo na wiki.", "commGuidePara042": "Todos tem suas próprias diretrizes listadas, e as Regras de Espaço Público se aplicam. Usuários devem evitar sair do tópico de qualquer dos Quadros ou cartões. Acredite, os quadros ficam lotados o suficiente mesmo assim! Conversas prolongadas devem ser levadas à Esquina de Trás.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG usa GitHub para acompanhar bugs e contribuir com código. É a oficina onde os incansáveis Ferreiros forjam as funcionalidades! todas as regras de espaços públicos se aplicam Seja educado com os Ferreiros - eles tem um monte de trabalho para manter o site funcionando! Viva os Ferreiros!", - "commGuidePara044": "Os seguintes usuários são membros do repositório de HabitRPG:", + "commGuidePara043": "Habitica usa GitHub para acompanhar bugs e contribuir com código. É a oficina onde os incansáveis Ferreiros forjam as funcionalidades! todas as regras de espaços públicos se aplicam Seja educado com os Ferreiros - eles tem um monte de trabalho para manter o site funcionando! Viva os Ferreiros!", + "commGuidePara044": "Os seguintes usuários são membros do repositório de Habitica:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "A wiki do HabitRPG coleta informações sobre o site. Ela também hospeda alguns fóruns similares as guildas no HabitRPD. Portanto, todas a Regras de Espaço Publico se aplicam.", - "commGuidePara046": "A wiki do HabitRPG pode ser considerada um banco de dados sobre tudo relacionado ao HabitRPG. Ela fornece informações sobre recursos do site, guias do jogo, dicas de como você pode contribuir para o HabitRPG e também fornece um lugar para você fazer propaganda de sua guilda ou grupo e votar em tópicos.", - "commGuidePara047": "Já que a wiki é hospedada pela Wikia, os termos e condições da Wikia também se aplicam em adição às regras estabelecidas por HabitRPG e o site da wiki de HabitRPG.", + "commGuidePara045": "A wiki do Habitica coleta informações sobre o site. Ela também hospeda alguns fóruns similares às guildas de Habitica. Portanto, todas a Regras de Espaço Publico se aplicam.", + "commGuidePara046": "A wiki do Habitica pode ser considerada um banco de dados sobre tudo relacionado ao Habitica. Ela fornece informações sobre recursos do site, guias do jogo, dicas de como você pode contribuir para o Habitica e também fornece um lugar para você fazer propaganda de sua guilda ou grupo e votar em tópicos.", + "commGuidePara047": "Já que a wiki é hospedada pela Wikia, os termos e condições da Wikia também se aplicam em adição às regras estabelecidas por Habitica e o site da wiki de Habitica.", "commGuidePara048": "A wiki é apenas uma colaboração entre seus editores, então algumas diretrizes extras incluem:", "commGuideList04A": "Pedir novas páginas ou grandes mudanças no Quadro da Wiki no Trello", "commGuideList04B": "Estar aberto a sugestões de outros sobre sua edição", @@ -82,7 +82,7 @@ "commGuideList04E": "Não criar spam ou sabotar páginas para ganho proprio", "commGuideList04F": "Ler a página de contribuição à wiki antes de fazer grandes mudanças", "commGuideList04G": "Tom imparcial dentro das páginas da wiki", - "commGuideList04H": "Certificar-se que o conteúdo da wiki é relevante para todo o site do HabitRPG e não relativo a uma única guilda ou grupo (tais informações podem ser movidas para os fóruns)", + "commGuideList04H": "Certificar-se que o conteúdo da wiki é relevante para todo o site do Habitica e não relativo a uma única guilda ou grupo (tais informações podem ser movidas para os fóruns)", "commGuidePara049": "As seguintes pessoas são os atuais administradores da wiki:", "commGuidePara018": "Os Administradores da Wiki Aposentados são", "commGuideHeadingInfractionsEtc": "Infrações, Consequências e Restauração", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Infrações Moderadas", "commGuidePara054": "Infrações moderadas não tornam nossa comunidade perigosa, mas a tornam desagradável. Essas infrações terão consequências moderadas. Quando em conjunto com múltiplas infrações, as consequências podem ter sua severidade aumentada.", "commGuidePara055": "Estes são alguns exemplos de Infrações Moderadas. Esta não é uma lista completa.", - "commGuideList06A": "Ignorando ou desrespeitando um Mod. Isso inclui reclamar publicamente de moderadores ou outros usuários/ glorificar ou defender publicamente usuários banidos. Se você esta preocupado com uma das regras ou moderadores, favor contactar Lemoness por e-mail (leslie@habitrpg.com).", + "commGuideList06A": "Ignorando ou desrespeitando um Mod. Isso inclui reclamar publicamente de moderadores ou outros usuários/ glorificar ou defender publicamente usuários banidos. Se você esta preocupado com uma das regras ou moderadores, favor contactar Lemoness por e-mail (leslie@habitica).", "commGuideList06B": "Moderação alheia. Para clarificar rapidamente um ponto relevante: Uma mensão amigável das regras é aceitável. Moderação alheia consiste em dizer, demandar e/ou seriamente implicar que alguém deve tomar uma providência que você considera como correção de um erro. Você pode alertar alguém para o fato dele ter cometido uma transgressão, mas favor não exigir uma providência - por exemplo, dizer \"Só para saber, profanidades são desencorajadas na Taverna, então você pode querer deletar isso\" seria melhor que dizer, \"Eu vou ter que pedir para que delete esta mensagem\"", "commGuideList06C": "Violação Repetida das Diretrizes de Espaço Público", "commGuideList06D": "Várias Infrações Leves", @@ -137,10 +137,10 @@ "commGuideHeadingRestoration": "Restauração", "commGuidePara061": "Habitica é uma terra devotada ao auto-aprimoramento e nós acreditamos em segundas chances. Se você cometeu uma infração e recebeu uma consequência, veja isso como uma chance para avaliar suas ações e empenhar-se em ser um membro melhor na comunidade.", "commGuidePara062": "O e-mail que você recebeu explicando as consequências de suas ações (ou, no caso de pequenas infrações, o alerta do Mod/Equipe) é uma boa fonte de informação. Coopere com quaisquer restrições que lhe tenham sido impostas e esforce-se para atender os requerimentos para ter alguma penalidade removida.", - "commGuidePara063": "Se você não entender suas consequências, ou a natureza de sua infração, pergunte a algum membro da equipe/moderação para ajudá-lo a evitar cometer infrações no futuro. ", + "commGuidePara063": "Se você não entender suas consequências, ou a natureza de sua infração, pergunte a algum membro da equipe/moderação para ajudá-lo a evitar cometer infrações no futuro.", "commGuideHeadingContributing": "Contribuindo para Habitica", - "commGuidePara064": "HabitRPG é um projeto de código aberto, o que quer dizer que quaisquer Habiticanos são bem-vindos para contribuir! Os que o fizerem serão recompensados de acordo com os seguintes níveis de recompensas:", - "commGuideList12A": "Medalha de Colaborador do HabitRPG, mais 3 Gemas", + "commGuidePara064": "Habitica é um projeto de código aberto, o que quer dizer que quaisquer Habiticanos são bem-vindos para contribuir! Os que o fizerem serão recompensados de acordo com os seguintes níveis de recompensas:", + "commGuideList12A": "Medalha de Colaborador do Habitica, mais 3 Gemas", "commGuideList12B": "Armadura de Colaborador, mais 3 Gemas.", "commGuideList12C": "Elmo de Colaborador, mais 3 Gemas.", "commGuideList12D": "Espada de Contribuidor, mais 4 Gemas.", @@ -154,7 +154,7 @@ "commGuideList13C": "Níveis não \"recomeçam\" em cada campo. Quando escalando a dificuldade, nós observamos todas as suas contribuições, para que pessoas que fazem um pouco da arte, então consertam um pequeno bug, depois alteram algo na wiki, não prosigam mais rápido que pessoas que tem trabalhado duro numa única tarefa. Isso mantém as coisas justas!", "commGuideList13D": "Usuários em provação não podem ser promovidos para o próximo nível. Mods tem o direito de congelar o avanço de usuários devido a infrações. Se isso ocorrer, o usuário será sempre informado da decisão e da maneira de corrigi-la. Níveis podem também ser removidos como resultado de infrações cometidas quando em provação.", "commGuideHeadingFinal": "A Seção Final", - "commGuidePara067": "Então aí está, bravo Habitican -- as Diretrizes de Comunidade! Limpe esse suor da testa e se dê alguma XP por ler tudo isso. Se você tiver alguma questão ou consideração sobre essas Diretrizes de Comunidade, por favor, envie um e-mail para Lemoness (leslie@habitrpg.com) e ela ficará feliz em ajudar a esclarecer as coisas.", + "commGuidePara067": "Então aí está, bravo Habitican -- as Diretrizes de Comunidade! Limpe esse suor da testa e se dê alguma XP por ler tudo isso. Se você tiver alguma questão ou consideração sobre essas Diretrizes de Comunidade, por favor, envie um e-mail para Lemoness (leslie@habitica) e ela ficará feliz em ajudar a esclarecer as coisas.", "commGuidePara068": "Agora vá em frente, bravo aventureiro, e acabe com algumas tarefas diárias!", "commGuideHeadingLinks": "Links Úteis", "commGuidePara069": "Os seguintes talentosos artistas contribuíram com essas ilustrações:", @@ -163,7 +163,7 @@ "commGuideLink02": "A Guilda da Esquina de Trás", "commGuideLink02description": "Uma guilda para discussão de assuntos longos ou delicados.", "commGuideLink03": "A Wiki", - "commGuideLink03description": "a maior coleção de informações sobre HabitRPG.", + "commGuideLink03description": "a maior coleção de informações sobre Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "para reportar bugs ou ajudar a codificar programas!", "commGuideLink05": "O Trello Principal", diff --git a/common/locales/pt/content.json b/common/locales/pt/content.json index c4cd583c5c..e484ac70d0 100644 --- a/common/locales/pt/content.json +++ b/common/locales/pt/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Sela", "foodSaddleNotes": "Imediatamente transforma um de seus mascotes em uma montaria.", "foodNotes": "Alimente um mascote com isso e ele poderá virar um bravo corcel." -} \ No newline at end of file +} diff --git a/common/locales/pt/contrib.json b/common/locales/pt/contrib.json index a12feee721..d6e570e08c 100644 --- a/common/locales/pt/contrib.json +++ b/common/locales/pt/contrib.json @@ -1,6 +1,6 @@ { "friend": "Amigo", - "friendFirst": "Quando sua primeira contribuição for implementada, você receberá a medalha de Colaborador. Seu nome nome na conversa da Taverna mostrará orgulhosamente que você é um contribuidor. Como recompensa pelo seu trabalho, você também receberá 3 Gemas.", + "friendFirst": "Quando sua primeira contribuição for implementada, você receberá a medalha de Colaborador de Habitica. Seu nome nome na conversa da Taverna mostrará orgulhosamente que você é um contribuidor. Como recompensa pelo seu trabalho, você também receberá 3 Gemas.", "friendSecond": "Quando sua segunda contribuição for implementada, a Armadura de Cristal ficará disponível para compra na loja de Recompensas. Como recompensa pelo seu trabalho contínuo, você também receberá 3 Gemas.", "elite": "Elite", "eliteThird": "Quando sua terceira contribuição for implementada, o Capacete de Cristal ficará disponível para compra na loja de Recompensas. Como recompensa pelo seu trabalho contínuo, você também receberá 3 Gemas.", @@ -9,24 +9,24 @@ "championFifth": "Quando sua quinta contribuição for implementada, o Escudo de Cristal ficará disponível para compra na loja de Recompensas. Como recompensa pelo seu trabalho contínuo, você também receberá 4 Gemas.", "championSixth": "Quando sua sexta contribuição for implementada, você receberá o Mascote Hidra. Você também receberá 4 Gemas.", "legendary": "Lendário", - "legSeventh": "Quando seu sétimo conjunto de contribuições for implementado, você receberá 4 Gemas e se tornará um membro da honrada Guilda de Contribuidores e ganhará acesso aos bastidores de HabitRPG! Contribuições adicionais não aumentam seu nível, mas você pode continuar ganhando Gemas e títulos.", + "legSeventh": "Quando seu sétimo conjunto de contribuições for implementado, você receberá 4 Gemas e se tornará um membro da honrada Guilda de Contribuidores e ganhará acesso aos bastidores de Habitica! Contribuições adicionais não aumentam seu nível, mas você pode continuar ganhando Gemas e títulos.", "moderator": "Moderador", "guardian": "Guardião", "guardianText": "Os moderadores foram cuidadosamente selecionados entre os mais altos contribuidores, então, por favor, demonstre respeito e ouça suas sugestões.", "staff": "Equipe", "heroic": "Heróico", - "heroicText": "O nível Heróico contém a equipe do HabitRPG e contribuidores do nível da equipe. Se você possui esse título, você foi nomeado (ou contratado!).", - "npcText": "NPCs apoiaram o Kickstarter do HabitRPG ao nível mais alto. Você pode encontrar seus avatares olhando as funcionalidades do site!", + "heroicText": "O nível Heróico contém a equipe do Habitica e contribuidores do nível da equipe. Se você possui esse título, você foi nomeado (ou contratado!).", + "npcText": "NPCs apoiaram o Kickstarter do Habitica ao nível mais alto. Você pode encontrar seus avatares olhando as funcionalidades do site!", "modalContribAchievement": "Conquista de Colaborador!", - "contribModal": "<%= name %>, você é demais! Agora você é nível <%= level %> de contribuidor por ajudar HabitRPG. Veja", + "contribModal": "<%= name %>, você é demais! Agora você é nível <%= level %> de contribuidor por ajudar Habitica. Veja", "contribLink": "os prêmios que você ganhou por sua contribuição!", "contribName": "Colaborador", - "contribText": "Contribuiu ao HabitRPG (código, design, arte pixelada, conselho legal, documentos, etc). Quer esta medalha?", + "contribText": "Contribuiu ao Habitica (código, design, arte pixelada, conselho legal, documentos, etc). Quer esta medalha?", "readMore": "Saber Mais", "kickstartName": "Apoiador do Kickstarter - Nível $<%= tier %>", "kickstartText": "Apoiou o Projeto do Kickstarter", "helped": "Ajudou Habit a crescer", - "helpedText1": "Ajudou HabitRPG a crescer ao preencher", + "helpedText1": "Ajudou Habitica à crescer ao preencher", "helpedText2": "essa pesquisa.", "hall": "Salão", "contribTitle": "Título de Colaborador (Ex.: \"Ferreiro\")", @@ -52,19 +52,19 @@ "tier": "Nível", "visitHeroes": "Visite o Salão de Heróis (colaboradores e apoiadores)", "conLearn": "Saiba mais sobre recompensas de colaboradores", - "conLearnHow": "Saiba como contribuir para o HabitRPG", + "conLearnHow": "Saiba como contribuir ao Habitica", "removeAds": "Assine para remover propagandas", "whyAds": "Por que Propagandas?", - "whyAdsContent1": "HabitRPG é um projeto open source, e pode usar toda ajuda que conseguir - considere isso uma doação aos colaboradores. Você também ganha 20 Gemas da compra, as quais você pode usar para comprar itens especiais.", + "whyAdsContent1": "Habitica é um projeto open source, e pode usar toda ajuda que conseguir - considere isso uma doação aos colaboradores. Você também ganha 20 Gemas da compra, as quais você pode usar para comprar itens especiais.", "whyAdsContent2": "'Olá, eu apoiei o Kickstarter!' - siga", "whyAdsContent3": "essas instruções", - "surveysSingle": "Ajudou o HabitRPG a crescer participando de uma pesquisa. Não existem pesquisas ativas.", - "surveysMultiple": "Ajudou o HabitRPG a crescer participando de <%= surveys %> pesquisas. Não existem pesquisas ativas.", + "surveysSingle": "Ajudou Habitica a crescer participando de uma pesquisa. Não existem pesquisas ativas.", + "surveysMultiple": "Ajudou Habitica a crescer participando de <%= surveys %> pesquisas. Não existem pesquisas ativas.", "currentSurvey": "Pesquisa Atual", "surveyWhen": "A insígnia será ofertada a todos os participantes quando as pesquisas tiverem sido processadas, no final de março.", "blurbInbox": "Aqui é onde suas mensagens privadas ficam armazenadas! Você pode mandar uma mensagem para alguém clicando no ícone do envelope próximo ao nome na Taverna, Equipe, ou Conversa da Guilda.", "blurbGuildsPage": "Guildas são grupos para conversas de interesse comum criados por jogadores, para jogadores. Navegue pela lista e junte-se às Guildas que lhe interessam!", "blurbChallenges": "Desafios são criados pelos seus colegas. Juntar-se à um Desafio irá adicionar novas tarefas ao seu painel de tarefas, e ganhar um Desafio irá lhe dar uma conquista e muitas vezes um prêmio em Gemas!", - "blurbHallPatrons": "Este é o Salão dos Patrocinadores, onde honramos os nobres aventureiros que apoiaram HabitRPG no Kickstarter. Agradecemos a eles por nos ajudar a trazer Habitica à vida!", - "blurbHallHeroes": "Este é o Salão dos Heróis, onde os colaboradores open-source do HabitRPG são honrados. Seja através de programação, arte, música, escrita ou apenas vontade de ajudar, eles receberam gemas, equipamentos exclusivos , e títulos prestigiosos. Você também pode contribuir com HabitRPG! Saiba mais aqui. " + "blurbHallPatrons": "Este é o Salão dos Patrocinadores, onde honramos os nobres aventureiros que apoiaram Habitica no Kickstarter. Agradecemos a eles por nos ajudar a trazer Habitica à vida!", + "blurbHallHeroes": "Este é o Salão dos Heróis, onde os colaboradores open-source do Habitica são honrados. Seja através de programação, arte, música, escrita ou apenas vontade de ajudar, eles receberam gemas, equipamentos exclusivos , e títulos prestigiosos. Você também pode contribuir com Habitica! Saiba mais aqui. " } \ No newline at end of file diff --git a/common/locales/pt/defaulttasks.json b/common/locales/pt/defaulttasks.json index 52e970fa91..4a1e14c990 100644 --- a/common/locales/pt/defaulttasks.json +++ b/common/locales/pt/defaulttasks.json @@ -1,7 +1,7 @@ { "defaultHabit1Text": "Trabalho Produtivo (Clique no lápis para editar)", "defaultHabit1Notes": "Exemplo de Bons Hábitos: + Comer um vegetal + 15 minutos de trabalho produtivo", - "defaultHabit2Text": "Comer Porcarias (Clique no lápis para editar) ", + "defaultHabit2Text": "Comer Porcarias (Clique no lápis para editar)", "defaultHabit2Notes": "Exemplos de Maus Hábitos: - Fumar - Procrastinar", "defaultHabit3Text": "Usar as Escadas/Elevador (Clique no lápis para editar)", "defaultHabit3Notes": "Exemplos de Hábitos Bons ou Maus: +/- Usar Escadas/Elevator ; +/- Beber Água/Refrigerante", @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Abdominais", "defaultDaily4Checklist3": "Flexões", "defaultTodoNotes": "Você pode tanto como completar esse afazer, como editá-lo ou removê-lo.", - "defaultTodo1Text": "Juntar-se ao HabitRPG (me complete!)", + "defaultTodo1Text": "Juntar-se ao Habitica (me complete!)", "defaultTodo2Text": "Estabelecer um hábito", "defaultTodo2Checklist1": "criar um hábito", "defaultTodo2Checklist2": "faça-o somente \"+\", \"-\" ou \"+/-\" no Editar.", diff --git a/common/locales/pt/front.json b/common/locales/pt/front.json index 8680513bbd..527cc987e4 100644 --- a/common/locales/pt/front.json +++ b/common/locales/pt/front.json @@ -1,8 +1,8 @@ { - "FAQ": " FAQ", - "accept1Terms": "Ao clicar no botão abaixo, eu concordo com os ", - "accept2Terms": " e com a ", - "alexandraQuote": "Não consegui NÃO falar sobre o HabitRPG durante meu discurso em Madri. Ferramenta obrigatória para freelancers que ainda precisam de um chefe.", + "FAQ": "FAQ", + "accept1Terms": "Ao clicar no botão abaixo, eu concordo com os", + "accept2Terms": "e com a", + "alexandraQuote": "Não consegui NÃO falar sobre Habitica durante meu discurso em Madri. Ferramenta obrigatória para freelancers que ainda precisam de um chefe.", "althaireQuote": "Ter uma missão constantemente realmente me motiva a fazer minhas tarefas diárias e todos os meus compromissos. Minha maior motivação é não desapontar minha equipe.", "andeeliaoQuote": "Produto incrível, comecei há poucos dias atrás e já estou mais consciente e produtivo com meu tempo!", "autumnesquirrelQuote": "Estou procrastinando menos nas tarefas e pagando minhas contas em dia.", @@ -11,7 +11,7 @@ "businessSample3": "Classificar e processar Caixa de Entrada", "businessSample4": "Prepare 1 documento para cliente", "businessSample5": "Ligue para clientes/Adie telefonemas", - "businessText": "Use HabitRPG no seu trabalho", + "businessText": "Use Habitica no seu trabalho", "choreSample1": "Colocar roupas sujas no cesto", "choreSample2": "20 minutos de trabalho doméstico", "choreSample3": "Lave um monte de louças", @@ -27,19 +27,19 @@ "communityReddit": "Reddit", "companyAbout": "Como Funciona", "companyBlog": "Blog", - "companyDonate": " Doar", + "companyDonate": "Doar", "companyExtensions": "Extensões", "companyPrivacy": "Privacidade", "companyTerms": "Termos", "companyVideos": "Vídeos", - "contribUse": "Contribuidores do HabitRPG usam", + "contribUse": "Contribuidores do Habitica usam", "dragonsilverQuote": "Eu perdi as contas de quantos gerenciadores de tempo e tarefas eu tentei ao longo das décadas... HRPG é a única coisa que usei que realmente me ajuda a fazer as coisas, ao invés do que só listá-las.", - "dreimQuote": "Quando eu descobri HabitRPG no último verão, eu tinha acabado de ir mal em metade das provas. Graças às Tarefas Diárias, eu fui capaz de organizar e disciplinar a mim mesmo, tanto que consegui passar em todas as minhas provas com excelentes notas no mês passado.", + "dreimQuote": "Quando eu descobri Habitica no último verão, eu tinha acabado de ir mal em metade das provas. Graças às Tarefas Diárias, eu fui capaz de organizar e disciplinar a mim mesmo, tanto que consegui passar em todas as minhas provas com excelentes notas no mês passado.", "elmiQuote": "Toda manhã eu me apresso em levantar para conseguir mais ouro!", "email": "Email", "emailNewPass": "Enviar Nova Senha", - "evagantzQuote": "Minha primeira consulta que o dentista ficou impressionado com meu hábito de usar fio-dental. Obrigado HabitRPG!", - "examplesHeading": "Jogadores usam HabitRPG para gerenciar...", + "evagantzQuote": "Minha primeira consulta que o dentista ficou impressionado com meu hábito de usar fio-dental. Obrigado Habitica!", + "examplesHeading": "Jogadores usam Habitica para gerenciar...", "featureAchievementByline": "Fez algo totalmente incrível? Ganhe uma medalha e mostre à todos!", "featureAchievementHeading": "Medalhas de Conquista", "featureEquipByline": "Compre equipamentos de edição limitada, poções e outros itens virtuais em nosso Mercado usando suas recompensas de tarefas!", @@ -55,7 +55,7 @@ "footerMobile": "Celular", "footerSocial": "Social", "forgotPass": "Esqueci a Senha", - "frabjabulousQuote": "O HabitRPG é a razão de eu ter conseguido um ótimo emprego, com alto salário... e o mais difícil, agora passo fio dental todos os dias!", + "frabjabulousQuote": "Habitica é a razão de eu ter conseguido um ótimo emprego, com alto salário... e o mais difícil, agora passo fio dental todos os dias!", "free": "Jogue gratuitamente", "gamifyButton": "Gamifique sua vida hoje!", "goalSample1": "Pratique piano por 1 hora", @@ -71,47 +71,47 @@ "healthSample4": "Coma comida saudável/porcarias", "healthSample5": "Sue por 1 hora", "history": "História", - "infhQuote": "O HabitRPG me ajudou muito a organizar minha vida durante a pós-graduação.", + "infhQuote": "Habitica me ajudou muito a organizar minha vida durante a pós-graduação.", "invalidEmail": "Um endereço de e-mail válido é necessário para recuperar senha.", - "irishfeet123Quote": "Eu tinha hábitos horríveis para lavar completamente meus pratos depois das refeições a deixar copos por todo o lugar. HabitRPG curou isso!", + "irishfeet123Quote": "Eu tinha hábitos horríveis para lavar completamente meus pratos depois das refeições a deixar copos por todo o lugar. Habitica curou isso!", "joinOthers": "Junte-se a 250,000 pessoas atingindo metas de forma divertida!", - "kazuiQuote": "Antes do HabitRPG, eu estava empacado com minha tese, além de insatisfeito com minha disciplina nas atividades domésticas e coisas como aprendizado de vocabulário e estudo da teoria Go. No final das contas, dividir estas tarefas em pequenas listas foi a coisa certa para me manter motivado e constantemente trabalhando.", + "kazuiQuote": "Antes do Habitica, eu estava empacado com minha tese, além de insatisfeito com minha disciplina nas atividades domésticas e coisas como aprendizado de vocabulário e estudo da teoria Go. No final das contas, dividir estas tarefas em pequenas listas foi a coisa certa para me manter motivado e constantemente trabalhando.", "landingadminlink": "pacotes administrativos", "landingend": "Ainda não está convencido?", - "landingend2": "Veja uma lista mais detalhada de ", - "landingend3": ". Está procurando por uma abordagem mais privada? Confira nossos ", + "landingend2": "Veja uma lista mais detalhada de", + "landingend3": ". Está procurando por uma abordagem mais privada? Confira nossos", "landingend4": "que são perfeitos para famílias, professores, grupos de apoio, e negócios.", "landingfeatureslink": "nossas funcionalidades", - "landingp1": "O problema com a maioria dos apps de produtividade no mercado é que eles não fornecem nenhum incentivo para continuarem sendo usados. HabitRPG resolve esse problema fazendo com que criar hábitos seja divertido! Recompensando-o por seu sucesso e o prejudicando por seus deslizes, HabitRPG concede motivações externas por completar atividades do dia-a-dia.", - "landingp2": "Sempre que você reforçar um hábito positivo, completar tarefas diárias, ou resolver um afazer antigo, HabitRPG imediatamente o recompensará com pontos de experiência e ouro. Conforme ganhar experiência, você pode subir de nível, aumentando seus atributos e liberando mais funcionalidades, como classes e mascotes. Ouro pode ser gasto em itens que alteram sua experiência ou recompensas personalizadas que você criou para se motivar. Quando até os menores sucessos o oferecem recompensas imediatas, é menos provável que você procrastine.", + "landingp1": "O problema com a maioria dos apps de produtividade no mercado é que eles não fornecem nenhum incentivo para continuarem sendo usados. Habitica resolve esse problema fazendo com que construir hábitos seja divertido! Recompensando-o por seu sucesso e o penalizando por seus deslizes, Habitica fornece motivações externas por completar atividades do dia-a-dia.", + "landingp2": "Sempre que você reforçar um hábito positivo, completar tarefas diárias, ou resolver um afazer antigo, Habitica imediatamente o recompensará com pontos de experiência e ouro. Conforme ganhar experiência, você pode subir de nível, aumentando seus atributos e liberando mais funcionalidades, como classes e mascotes. Ouro pode ser gasto em itens que alteram sua experiência ou recompensas personalizadas que você criou para se motivar. Quando até os menores sucessos o oferecem recompensas imediatas, é menos provável que você procrastine.", "landingp2header": "Gratificação Imediata", - "landingp3": "Sempre que ceder a um mau hábito ou falhar em completar uma de suas tarefas diárias, você perde vida. Se sua vida cair muito, você morre e perde um pouco do progresso que fez. Por conceder consequências imediatas, HabitRPG pode ajudar a quebrar maus hábitos e ciclos de procrastinação antes que causem problemas no mundo real.", + "landingp3": "Sempre que ceder a um mau hábito ou falhar em completar uma de suas tarefas diárias, você perde vida. Se sua vida cair muito, você morre e perde um pouco do progresso que fez. Por conceder consequências imediatas, Habitica pode ajudar a quebrar maus hábitos e ciclos de procrastinação antes que causem problemas no mundo real.", "landingp3header": "Consequências", - "landingp4": "Com uma comunidade ativa, HabitRPG oferece a responsabilidade que você precisa para se manter nas tarefas. Com o sistema de equipes, você pode trazer um grupo de amigos próximos para incentivá-lo. O sistema de guilda o permite encontrar pessoas com interesses ou obstáculos parecidos, para que você possa dividir seus objetivos e trocar dicas de como abordar seus problemas. Em HabitRPG, a comunidade significa que você possui tanto o apoio como a responsabilidade que você precisa para ter sucesso.", + "landingp4": "Com uma comunidade ativa, Habitica oferece a responsabilidade que você precisa para se manter nas tarefas. Com o sistema de equipes, você pode se juntar com amigos próximos para incentivá-los. O sistema de guilda permite encontrar pessoas com interesses ou obstáculos parecidos ao seu, para que você possa dividir seus objetivos e trocar dicas de como abordar seus problemas. Em Habitica, a comunidade provê tanto o apoio como a responsabilidade que você precisa para ter sucesso.", "landingp4header": "Responsabilidade", - "leadText": "O HabitRPG é um aplicativo grátis de produtividade e construção de hábitos que trata sua vida real como se fosse um jogo. Com recompensas e punições de um jogo para mantê-lo motivado e uma forte rede social para inspirá-lo, o HabitRPG pode ajudar você a atingir seus objetivos, trabalhar mais forte e se manter saudável e feliz.", + "leadText": "Habitica é um aplicativo grátis de produtividade e construção de hábitos que trata sua vida real como se fosse um jogo. Com recompensas e punições de um jogo para mantê-lo motivado e uma forte rede social para inspirá-lo, Habitica pode ajudar você a atingir seus objetivos, trabalhar mais forte e se manter saudável e feliz.", "login": "Login", "loginAndReg": "Conectar / Registrar", "loginFacebookAlt": "Conectar / Registrar com Facebook", - "logout": " Desconectar", + "logout": "Desconectar", "marketing1Header": "Melhore Seus Hábitos Jogando um Jogo", - "marketing1Lead1": "HabitRPG é um jogo que o ajuda a melhorar hábitos da vida real. Ele \"gamifica\" sua vida por tornar todas suas tarefas (hábitos e tarefas diárias) em pequenos monstros que você precisa derrotar. Quanto melhor você for nisso, mais você avança no jogo. Se você deslizar na vida, seu personagem começa a retroceder no jogo.", + "marketing1Lead1": "Habitica é um jogo que o ajuda a melhorar hábitos da vida real. Ele \"gamifica\" sua vida por tornar todas suas tarefas (hábitos e tarefas diárias) em pequenos monstros que você precisa derrotar. Quanto melhor você for nisso, mais você avança no jogo. Se você deslizar na vida, seu personagem começa a retroceder no jogo.", "marketing1Lead2": "Consiga Incríveis Equipamentos. Melhore seus hábitos para fortalecer seu avatar. Mostre os incríveis equipamentos que você conquistou", "marketing1Lead2Title": "Consiga Incríveis Equipamentos", - "marketing1Lead3": "Encontre Prêmios Aleatórios. Para alguns, são as apostas que os motivam, um sistema chamado \"gratificação estocástica\". HabitRPG acomoda todos estilos de reforço: positivo, negativo, previsível, e aleatório.", + "marketing1Lead3": "Encontre Prêmios Aleatórios. Para alguns, são as apostas que os motivam, um sistema chamado \"gratificação estocástica\". Habitica acomoda todos estilos de reforço: positivo, negativo, previsível, e aleatório.", "marketing1Lead3Title": "Encontre Prêmios Aleatórios", "marketing2Header": "Compita Com Amigos, Junte-se a Grupos de Interesse", - "marketing2Lead1": "Enquanto você pode jogar HabitRPG sozinho, a graça está em quando você começa a colaborar, competir e ajudar uns aos outros. A parte mais efetiva de qualquer programa de auto-aperfeiçoamento é a responsabilidade social, e qual o melhor ambiente para responsabilidade e competição do que um jogo?", + "marketing2Lead1": "Enquanto você pode jogar Habitica sozinho, a graça está em quando você começa a colaborar, competir e ajudar uns aos outros. A parte mais efetiva de qualquer programa de auto-aperfeiçoamento é a responsabilidade social, e qual o melhor ambiente para responsabilidade e competição do que um jogo?", "marketing2Lead2": "Lute com Chefões. O que é um RPG sem batalhas? Lute com chefões junto com a sua equipe. Chefões são \"modo super responsabilização\" - um dia que você falta à academia é um dia que o chefão machuca todo mundo.", "marketing2Lead2Title": "Chefões", "marketing2Lead3": "Desafios te permitem competir com amigos e estranhos. Quem se sair melhor ao fim do desafio ganha prêmios especiais.", "marketing3Header": "Apps", "marketing3Lead1": "Os aplicativos para iPhone & Android o permite cuidar dos negócios em qualquer lugar. Percebemos que conectar ao website para clicar botões pode ser um atraso.", - "marketing3Lead2": "Outras Ferramentas de 3º conectam HabitRPG a vários aspectos da sua vida. Nosso API permite fácil integração com coisas como a Extensão do Chrome, onde você perderá pontos por navegar em sites não produtivos e ganhará pontos quando estiver em sites produtivos. Saiba mais aqui", + "marketing3Lead2": "Outras Ferramentas de Terceiros conectam Habitica a vários aspectos da sua vida. Nosso API permite fácil integração com coisas como a Extensão do Chrome, onde você perderá pontos por navegar em sites não produtivos e ganhará pontos quando estiver em sites produtivos. Saiba mais aqui", "marketing4Header": "Uso Organizacional", "marketing4Lead1": "Educação é um dos melhores setores para gamificação. Todos nós sabemos o quanto estudantes são grudados no telefone e em jogos hoje em dia, aproveite esse poder! Ponha seus estudantes uns contra os outros em uma competição amigável. Recompense bons comportamentos com prêmios raros. Veja as notas e comportamentos melhorarem.", "marketing4Lead1Title": "Gamificação na Educação", - "marketing4Lead2": "Os custos de assistência médica estão subindo, e alguém tem que ceder. Centenas de programas são feitos para reduzir custos e melhorar o bem-estar. Acreditamos que HabitRPG pode construir um caminho muito importante em direção a estilos de vida saudáveis,", + "marketing4Lead2": "Os custos de assistência médica estão subindo, e alguém tem que ceder. Centenas de programas são feitos para reduzir custos e melhorar o bem-estar. Acreditamos que Habitica pode construir um caminho muito importante em direção a estilos de vida saudáveis,", "marketing4Lead2Title": "Gamificação na Saúde e Bem-estar", "marketing4Lead3-1": "Quer gamificar sua vida?", "marketing4Lead3-2": "Interessado em coordenar um grupo em educação, bem-estar, e mais?", @@ -126,10 +126,10 @@ "passMan": "No caso de usar um administrador de senhas (como 1Password) e tiver problemas ao se conectar, tente digitar seu usuário e senha manualmente.", "password": "Senha", "playButton": "Jogar", - "playButtonFull": "Jogar HabitRPG", + "playButtonFull": "Jogar Habitica", "presskit": "Pacote de Imprensa", "presskitDownload": "Baixar todas as imagens:", - "presskitText": "Obrigado por seu interesse no HabitRPG! As imagens a seguir podem ser usadas para artigos ou vídeos sobre o HabitRPG. Para mais informações, por favor contate Siena Leslie em leslie@habitrpg.com.", + "presskitText": "Obrigado por seu interesse em Habitica! As imagens a seguir podem ser usadas para artigos ou vídeos sobre Habitica. Para mais informações, por favor contate Siena Leslie em leslie@habitica.com.", "privacy": "Política de Privacidade", "psst": "Psst", "punishByline": "Quebre maus hábitos e ciclos de procrastinação com consequências imediatas.", @@ -152,19 +152,19 @@ "schoolSample3": "Reúna-se com o Grupo de Estudos", "schoolSample4": "Observações para 1 capítulo", "schoolSample5": "Leia 1 capítulo", - "sixteenBitFilQuote": "Estou concluindo meus trabalhos e tarefas em tempo recorde graças ao HabitRPG. Estou sempre muito motivado a alcançar o próximo nível!", + "sixteenBitFilQuote": "Estou concluindo meus trabalhos e tarefas em tempo recorde graças ao Habitica. Estou sempre muito motivado a alcançar o próximo nível!", "skysailorQuote": "Minha equipe e nossas missões me mantém engajado no jogo, o que me mantém motivado a fazer as coisas e mudar minha vida de forma positiva.", - "socialTitle": "HabitRPG - Gamifique Sua Vida", + "socialTitle": "Habitica - Gamifique Sua Vida", "supermouse35Quote": "Estou me exercitando mais e faz meses que não esqueço de tomar meus remédios! Obrigado, Habit. :D", - "sync": " Sincronizar", - "tasks": " Tarefas", + "sync": "Sincronizar", + "tasks": "Tarefas", "teamSample1": "Definir Roteiro de Reunião para Terça", "teamSample2": "Brainstorm sobre Crescimento", "teamSample3": "Discutir os KPIs desta semana", "teams": "Equipes", "terms": "Termos e Condições", "testimonialHeading": "O que as pessoas estão dizendo...", - "tutorials": " Tutoriais", + "tutorials": "Tutoriais", "unlockByline1": "Alcance suas metas e suba de nível!", "unlockByline2": "Desbloqueie novas ferramentas motivacionais como coleta de mascotes, recompensas aleatórias, uso de magias e mais!", "unlockHeadline": "À medida que você fica produtivo, você desbloqueia novos conteúdos!", @@ -172,7 +172,7 @@ "username": "Usuário", "watchVideos": "Veja Vídeos", "work": "Trabalho", - "zelahQuote": "Com o HabitRPG eu sou persuadido a ir para a cama na hora pelos pontos que ganho por dormir cedo ou pela vida que perco dormindo tarde!", + "zelahQuote": "Com o Habitica eu sou persuadido a ir para a cama na hora pelos pontos que ganho por dormir cedo ou pela vida que perco dormindo tarde!", "reportAccountProblems": "Reportar Problemas na Conta", "reportCommunityIssues": "Reportar Problemas com a Comunidade", "generalQuestionsSite": "Perguntas Gerais sobre o Site", diff --git a/common/locales/pt/gear.json b/common/locales/pt/gear.json index 2171196a01..359b37fe4d 100644 --- a/common/locales/pt/gear.json +++ b/common/locales/pt/gear.json @@ -200,11 +200,11 @@ "armorSpecialSnowflakeText": "Túnica Floco de Neve", "armorSpecialSnowflakeNotes": "Uma túnica para te manter aquecido, até mesmo numa nevasca. Aumenta Constituição em <%= con %>. Equipamento Edição Limitada de Inverno 2013-2014.", "armorSpecialBirthdayText": "Túnica Festiva Absurda", - "armorSpecialBirthdayNotes": "Feliz Aniversário, HabitRPG! Vista essas Túnicas Absurdas de Festa para celebrar este maravilhoso dia. Não confere benefícios.", + "armorSpecialBirthdayNotes": "Feliz Aniversário, Habitica! Vista essas Túnicas Absurdas de Festa para celebrar este maravilhoso dia. Não confere benefícios.", "armorSpecialBirthday2015Text": "Túnica Boba de Festa", - "armorSpecialBirthday2015Notes": "Feliz Aniversário, HabitRPG! Vista essas Túnicas Bobas de Festa para celebrar este maravilhoso dia. Não confere benefícios.", + "armorSpecialBirthday2015Notes": "Feliz Aniversário, Habitica! Vista essas Túnicas Bobas de Festa para celebrar este maravilhoso dia. Não confere benefícios.", "armorSpecialGaymerxText": "Armadura do Guerreiro Arco-Íris", - "armorSpecialGaymerxNotes": "Em celebração da temporada do orgulho e GaymerX, essa armadura especial é decorada com um radiante e colorido arco-íris! GaymerX é uma convenção de jogos celebrando a comunidade LGBTQ e jogos e é aberta a todos. Acontece no InterContinental, no centro de San Francisco, de 11-13 de julho! Não concede benefícios. ", + "armorSpecialGaymerxNotes": "Em celebração da temporada do orgulho e GaymerX, essa armadura especial é decorada com um radiante e colorido arco-íris! GaymerX é uma convenção de jogos celebrando a comunidade LGBTQ e jogos e é aberta a todos. Acontece no InterContinental, no centro de San Francisco, de 11-13 de julho! Não concede benefícios.", "armorSpecialSpringRogueText": "Traje Elegante de Gato", "armorSpecialSpringRogueNotes": "Impecavelmente arrumado. Aumenta Percepção em <%= per %>. Equipamento Edição Limitada de Primavera 2014.", "armorSpecialSpringWarriorText": "Armadura Trevo-Metálica", @@ -262,7 +262,7 @@ "armorMystery201406Text": "Túnica de Polvo", "armorMystery201406Notes": "Essa flexível túnica torna possível para aquele que a usar deslizar até mesmo através das menores fendas. Não concede benefícios. Item de Assinante de Junho 2014.", "armorMystery201407Text": "Traje de Exploração Submarina", - "armorMystery201407Notes": "Descrito alternativamente como \"esquisito\", \"espesso demais\" e \"francamente, meio incômodo\", este traje é o melhor amigo de qualquer intrépido explorador submarino. Não concede benefícios. Item de Assinante de Julho de 2014. ", + "armorMystery201407Notes": "Descrito alternativamente como \"esquisito\", \"espesso demais\" e \"francamente, meio incômodo\", este traje é o melhor amigo de qualquer intrépido explorador submarino. Não concede benefícios. Item de Assinante de Julho de 2014.", "armorMystery201408Text": "Túnica Solar", "armorMystery201408Notes": "Estas vestes foram tecidas com luz solar e ouro. Não concede benefícios. Item de Assinante de Agosto 2014.", "armorMystery201409Text": "Vestimenta do Andarilho", @@ -337,7 +337,7 @@ "headSpecial2Text": "Elmo Sem Nome", "headSpecial2Notes": "Um testamento para aqueles que deram de si mesmos sem pedir nada em troca. Aumenta Inteligência e Força em <%= attrs %> cada.", "headSpecialFireCoralCircletText": "Tiara do Coral de Fogo", - "headSpecialFireCoralCircletNotes": "Esta Tiara, projetada pelos grandes alquimistas de Habitica, permite que você respire na água e mergulhe para encontrar tesouros! Aumenta Percepção em <%= per %>.", + "headSpecialFireCoralCircletNotes": "Esta Tiara, projetada pelos grandes alquimistas de Habitica, permite que você respire na água e mergulhe em busca de tesouros! Aumenta Percepção em <%= per %>.", "headSpecialNyeText": "Chapéu Festivo Absurdo", "headSpecialNyeNotes": "Você recebeu um Absurdo Chapéu Festivo!! Use-o com orgulho enquanto comemora o Ano Novo! Não concede benefícios.", "headSpecialYetiText": "Elmo de Domador de Ieti", @@ -372,7 +372,7 @@ "headSpecialFallMageNotes": "A magia está tecida em cada fio deste chapéu. Aumenta Percepção em <%= per %>. Equipamento Edição Limitada de Outono 2014.", "headSpecialFallHealerText": "Capacete de Gaze", "headSpecialFallHealerNotes": "Altamente higiênico e muito na moda. Aumenta Inteligência em <%= int %>. Equipamento Edição Limitada de Outono 2014.", - "headSpecialNye2014Text": " Chapéu Festivo Bobo", + "headSpecialNye2014Text": "Chapéu Festivo Bobo", "headSpecialNye2014Notes": "Você recebeu um Chapéu Festivo Bobo! Use-o com orgulho enquanto comemora o Ano Novo! Não concede benefícios.", "headSpecialWinter2015RogueText": "Máscara de Dragão de Gelo", "headSpecialWinter2015RogueNotes": "Você é realmente, definitivamente, absolutamente um genuíno dragão de gelo. Você não está se infiltrando no ninho dos dragões de gelo. Você não tem interesse nenhum nos rumores de incalculáveis riquezas que escondidas em seus frígidos tuneis. Rrr. Aumenta Percepção em <%= per %>. Equipamento Edição Limitada de Inverno 2014-2015.", @@ -399,7 +399,7 @@ "headSpecialSummer2015HealerText": "Chapéu do Marinheiro", "headSpecialSummer2015HealerNotes": "Com seu chapéu de marinheiro firme na cabeça, você pode navegar até pelos mares mais tempestuosos! Aumenta Inteligência em <%= int %>. Edição Limitada Conjunto de Verão 2015.", "headSpecialGaymerxText": "Elmo do Guerreiro Arco-Íris", - "headSpecialGaymerxNotes": "Em celebração da temporada do orgulho e GaymerX, esse elmo especial é decorado com um radiante e colorido arco-íris! GaymerX é uma convenção de jogos celebrando a comunidade LGBTQ e jogos e é aberta a todos. Acontece no InterContinental, no centro de San Francisco, de 11-13 de julho! Não concede benefícios. ", + "headSpecialGaymerxNotes": "Em celebração da temporada do orgulho e GaymerX, esse elmo especial é decorado com um radiante e colorido arco-íris! GaymerX é uma convenção de jogos celebrando a comunidade LGBTQ e jogos e é aberta a todos. Acontece no InterContinental, no centro de San Francisco, de 11-13 de julho! Não concede benefícios.", "headMystery201402Text": "Elmo Alado", "headMystery201402Notes": "Essa tiara alada imbui o utilizador com a velocidade do vento! Não concede benefícios. Item de Assinante de Fevereiro 2014.", "headMystery201405Text": "Chamas da Mente", @@ -497,7 +497,7 @@ "shieldSpecialWinter2015HealerNotes": "Este escudo deflete o vento congelante. Aumenta Constituição em <%= con %>. Equipamento Edição Limitada de Inverno 2014-2015.", "shieldSpecialSpring2015RogueText": "Guinchado Explosivo", "shieldSpecialSpring2015RogueNotes": "Não deixe o som te enganar - esses explosivos são poderosos. Aumenta Força em <%= str %>. Equipamento Edição Limitada de Primavera 2015.", - "shieldSpecialSpring2015WarriorText": " Prato Pires", + "shieldSpecialSpring2015WarriorText": "Prato Pires", "shieldSpecialSpring2015WarriorNotes": "Jogue nos seus inimigos... ou só segure, porque vai se encher de ração gostosa na hora da janta. Aumenta Constituição em <%= con %>. Equipamento Edição Limitada de Primavera 2015.", "shieldSpecialSpring2015HealerText": "Travesseiro Estampado", "shieldSpecialSpring2015HealerNotes": "Você pode descansar a cabeça neste travesseiro macio, ou você pode lutar contra ele com suas temíveis garras. Rawr! Aumenta Constituição em <%= con %>. Equipamento Edição Limitada de Primavera 2015.", @@ -523,7 +523,7 @@ "backMystery201504Text": "Asas da Abelha Ocupada", "backMystery201504Notes": "Buzz buzz buzz! Voe de tarefa em tarefa. Não concede benefícios. Item de Assinante de Abril de 2015.", "backMystery201507Text": "Prancha de Surf Radical", - "backMystery201507Notes": "Surfe nas Docas dos Diligentes e monte nas ondas da Baia Imkompleta! Não concede benefícios. Item de Assinante Julho 2015.", + "backMystery201507Notes": "Surfe na Doca dos Diligentes e monte nas ondas da Baia Imkompleta! Não concede benefícios. Item de Assinante Julho 2015.", "backSpecialWonderconRedText": "Capa Poderosa", "backSpecialWonderconRedNotes": "Sibila com força e beleza. Não concede benefícios. Equipamento Edição Especial de Convenção.", "backSpecialWonderconBlackText": "Capa Furtiva", @@ -611,8 +611,8 @@ "eyewearMystery201503Notes": "Não deixe que estas gemas brilhantes cutuquem seus olhos! Não concede benefícios. Item de Assinante de Março de 2015.", "eyewearMystery201506Text": "Snorkel de Neon", "eyewearMystery201506Notes": "Este snorkel de neon permite ao usuário enxergar embaixo da água. Não concede benefícios. Item de Assinante Junho 2015.", - "eyewearMystery201507Text": "Óculos de sol Radical", - "eyewearMystery201507Notes": "Estes óculos fazem você ficar frio mesmo quando está calor. Não concede benefícios. Item de Assinante Julho 2015.", + "eyewearMystery201507Text": "Óculos de sol Radicais", + "eyewearMystery201507Notes": "Estes óculos mantém seu frescor mesmo quando está calor. Não concede benefícios. Item de Assinante Julho 2015.", "eyewearMystery301404Text": "Óculos de Proteção", "eyewearMystery301404Notes": "Nenhum acessório é tão chique quanto óculos de proteção - exceto, talvez, um monóculo. Não concede benefícios. Item de Assinante de Agosto 3015.", "eyewearMystery301405Text": "Monóculo", diff --git a/common/locales/pt/generic.json b/common/locales/pt/generic.json index bf7b4c8195..67e338d01a 100644 --- a/common/locales/pt/generic.json +++ b/common/locales/pt/generic.json @@ -1,11 +1,11 @@ { "languageName": "Português", "stringNotFound": "Texto '<%= string %>' não encontrado.", - "titleIndex": "HabitRPG | Sua Vida O Jogo", + "titleIndex": "Habitica | Sua Vida O Jogo", "habitica": "Habitica", "expandToolbar": "Expandir Barra de Ferramentas", "collapseToolbar": "Retrair Barra de Ferramentas", - "markdownBlurb": "O HabitRPG usa markdown para formatar as mensagens. Veja a Planilha de Códigos Markdown para mais informações.", + "markdownBlurb": "Habitica usa markdown para formatar as mensagens. Veja a Planilha de Códigos Markdown para mais informações.", "showFormattingHelp": "Mostrar ajuda de formatação", "hideFormattingHelp": "Esconder ajuda de formatação", "youType": "Você digita:", @@ -14,8 +14,8 @@ "bold": "**Negrito**", "strikethrough": "~~Riscar~~", "emojiExample": ":smile:", - "markdownLinkEx": "[O HabitRPG é incrível!](https://habitrpg.com)", - "markdownImageEx": "![texto alternativo obrigatório](https://habitrpg.com/cake.png \"título opcional de passar o mouse sobre\")", + "markdownLinkEx": "[Habitica é incrível!](https://habitica.com)", + "markdownImageEx": "![texto alternativo obrigatório](https://habitica.com/cake.png \"título opcional ao passar o mouse\")", "unorderedListHTML": "+ Primeiro item
+ Segundo item
+ Terceiro item", "unorderedListMarkdown": "+ Primeiro item\n+ Segundo item\n+ Terceiro item", "code": "`código`", @@ -61,13 +61,16 @@ "veteranText": "Resistiu ao Habit O Cinza (nosso website pré Angular), e ganhou muitas cicatrizes de batalhas contra os bugs.", "originalUser": "Usuário Original!", "originalUserText": "Um dos muitos adotadores originais. Pense em testadores alpha!", - "habitBirthday": "HabitRPG Festança de Aniversário", - "habitBirthdayText": "Celebrou a Festança de Aniversário do HabitRPG!", - "habitBirthdayPluralText": "Celebrou <%= number %> Festanças de Aniversário do HabitRPG!", + "habitBirthday": "Festança de Aniversário do Habitica", + "habitBirthdayText": "Celebrou a Festança de Aniversário do Habitica!", + "habitBirthdayPluralText": "Celebrou <%= number %> Festanças de Aniversário do Habitica!", + "habiticaDay": "Dia da Nomeação de Habitica", + "habiticaDaySingularText": "Celebrou o Dia da Nomeação de Habitica! Obrigado por ser um usuário fantástico!", + "habiticaDayPluralText": "Celebrou <%= number %> Dias da Nomeação! Obrigado por ser um usuário fantástico!", "achievementDilatory": "Salvador de Dilatory", "achievementDilatoryText": "Ajudou a derrotar o Dread Drag'on de Dilatory durante o Evento Summer Splash 2014!", "costumeContest": "Concurso de Fantasia 2014", - "costumeContestText": "Participou no Concurso de Fantasia de Halloween 2014. Veja algumas inscrições em blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Participou no Concurso de Fantasia de Halloween 2014. Veja algumas inscrições em blog.habitica.com/tagged/cosplay!", "memberSince": "- Membro desde", "lastLoggedIn": "- Última conexão em", "notPorted": "Essa funcionalidade ainda não foi portada do site original.", @@ -90,7 +93,7 @@ "audioTheme_gokulTheme": "Tema Gokul", "askQuestion": "Fazer uma Pergunta", "reportBug": "Reportar um Problema", - "contributeToHRPG": "Contribuir para o HabitRPG", + "contributeToHRPG": "Contribuir para o Habitica", "overview": "Visão Geral para Novos Usuários.", "January": "Janeiro", "February": "Fevereiro", diff --git a/common/locales/pt/groups.json b/common/locales/pt/groups.json index ebaaa54255..262b82ae3e 100644 --- a/common/locales/pt/groups.json +++ b/common/locales/pt/groups.json @@ -8,12 +8,12 @@ "glossary": "Glossário", "wiki": "Wiki", "reportAP": "Reportar um Problema", - "requestAF": " Solicitar Funcionalidade", + "requestAF": "Solicitar Funcionalidade", "community": "Fórum da Comunidade", "dataTool": "Ferramenta de Exibição de Dados", "resources": "Recursos", "tavernTalk": "Conversas da Taverna", - "tavernAlert1": " Nota: se estiver reportando um bug, os desenvolvedores não o verão aqui. Por favor,", + "tavernAlert1": "Nota: se estiver reportando um bug, os desenvolvedores não o verão aqui. Por favor,", "tavernAlert2": "use o GitHub", "moderatorIntro1": "Os moderadores da taverna e guilda são:", "communityGuidelines": "Diretrizes de Comunidade", @@ -70,7 +70,7 @@ "sortJoined": "Ordenar por data de união à equipe", "sortName": "Ordenar por nome do avatar", "sortBackgrounds": "Ordenar por plano de fundo", - "sortHabitrpgJoined": "Ordenar por data de entrada no HabitRPG", + "sortHabitrpgJoined": "Ordenar por data de entrada no Habitica", "sortHabitrpgLastLoggedIn": "Ordenar por último login do usuário", "ascendingSort": "Ordenar crescentemente", "descendingSort": "Ordenar decrescentemente", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Somente o líder do grupo pode criar desafios", "sendGift": "Enviar Presente", "inviteFriends": "Convidar Amigos", - "inviteAlertInfo": "Convidar amigos por User ID aqui.", + "inviteAlertInfo": "Convidar amigos por User ID aqui.", "inviteExistUser": "Convidar Utilizador Existente", "inviteByEmail": "Convidar amigos por email. Se eles se juntarem através do seu email, então serão automaticamente convidados para este grupo.", "byColon": "Por:", diff --git a/common/locales/pt/limited.json b/common/locales/pt/limited.json index 96057c381f..e73bf5201b 100644 --- a/common/locales/pt/limited.json +++ b/common/locales/pt/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Feiticeira Sazonal<%= linkEnd %>", "seasonalShopClosedText": "A Loja Sazonal está fechada atualmente! Eu não sei onde a Feiticeira Sazonal está agora, mas eu aposto que ela estará de volta durante o próximo <%= linkStart %>Grande Gala<%= linkEnd %>!", - "seasonalShopText": "Bem vindo a Loja Sazonal!! Nós estamos vendendo mercadorias Edição Sazonal de primavera no momento. Tudo aqui estará disponível para compra durante o Festival de Primavera todos os anos, mas nós só estaremos abertos até 30 de abril, então certifique-se de estocar agora ou você vai ter que esperar um ano para comprar esses items de novo!", - "seasonalShopSummerText": "Bem-vindo à Loja Sazonal! No momento temos em estoque itens da Edição Sazonal de verão. Todos os itens daqui estarão disponíveis para compra durante o evento Splash de Verão de cada ano, mas ficaremos abertos somente até o dia 31 de julho, portanto certifique-se de garantir seus equipamentos agora, ou você terá que esperar um ano para comprar estes itens novamente.", + "seasonalShopText": "Bem vindo a Loja Sazonal!! Nós estamos vendendo mercadorias Edição Sazonal de primavera no momento. Tudo aqui estará disponível para compra durante o Festival de Primavera todos os anos, mas nós só estaremos abertos até 30 de abril, então certifique-se de estocar agora ou você vai ter que esperar um ano para comprar esses items de novo!", + "seasonalShopSummerText": "Bem-vindo à Loja Sazonal! No momento temos em estoque itens da Edição Sazonal de verão. Todos os itens daqui estarão disponíveis para compra durante o evento Splash de Verão de cada ano, mas ficaremos abertos somente até o dia 31 de julho, portanto certifique-se de garantir seus equipamentos agora, ou você terá que esperar um ano para comprar estes itens novamente.", "seasonalShopRebirth": "Se você usou o Orb do Renascimento, você pode comprar novamente este equipamento na Coluna de Recompensas depois de desbloqueá-lo na Loja de Itens.\nInicialmente, só estará disponível a compra de itens da sua atual classe (Guerreiro por padrão), mas não tema, os outros itens específicos de classe se tornarão disponíveis caso você mude para aquela classe.", "candycaneSet": "Bastão Doce (Mago)", "skiSet": "Assa-ski-no (Ladino)", diff --git a/common/locales/pt/messages.json b/common/locales/pt/messages.json index 234d7a5c6e..e690483455 100644 --- a/common/locales/pt/messages.json +++ b/common/locales/pt/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> Você encontrou uma peça de Equipamento raro no Armário: <%= dropText %>! Incrível!", "armoireFood": "<%= image %> Você remexeu no Armário e encontrou <%= dropArticle %><%= dropText %>. O que aquilo estava fazendo lá?", "armoireExp": "Você se engalfinhou com o Armário e ganhou Experiência. Pega essa!" -} \ No newline at end of file +} diff --git a/common/locales/pt/npc.json b/common/locales/pt/npc.json index 2814ff9351..3cbe1051c8 100644 --- a/common/locales/pt/npc.json +++ b/common/locales/pt/npc.json @@ -21,9 +21,9 @@ "cool": "Me diga depois", "dismissAlert": "Remover Alerta", "donateText1": "Adiciona 20 Gemas em sua conta. Gemas são usadas para comprar itens especiais dentro do jogo, como camisetas e estilos de cabelo.", - "donateText2": "Apoie HabitRPG", - "donateText3": "HabitRPG é um projeto open source que depende do suporte dos nossos usuários. O dinheiro que você gasta em gemas nos ajuda a manter os servidores funcionando, manter uma pequena equipe, desenvolver novas funcionalidades, e oferecer incentivos para os nossos programadores voluntários. Obrigado pela sua generosidade!", - "donationDesc": "20 Gemas, Doação para HabitRPG", + "donateText2": "Ajude a suportar Habitica", + "donateText3": "Habitica é um projeto open source que depende do suporte dos nossos usuários. O dinheiro que você gasta em gemas nos ajuda a manter os servidores funcionando, manter uma pequena equipe, desenvolver novas funcionalidades, e oferecer incentivos para os nossos programadores voluntários. Obrigado pela sua generosidade!", + "donationDesc": "20 Gemas, Doação para Habitica", "payWithCard": "Pagar com Cartão", "payNote": "Nota: Ás vezes o PayPal demora bastante tempo para processar. Recomendamos pagar com cartão.", "card": "Cartão", @@ -40,7 +40,7 @@ "moreClass": "Para mais informações sobre o sistema de classes, veja", "tourWelcome": "Bem vindo a Habitica! Essa é a sua lista de Afazeres. Complete uma tarefa para prosseguir!", "tourExp": "Bom trabalho! Completar uma tarefa lhe dá Experiência e Ouro!", - "tourDailies": "Esta coluna é para Tarefas Diárias. Para avançar, insira uma tarefa que você deve fazer todos os dias. Exemplos de Tarefas Diárias: Arrumar a Cama, Passar Fio Dental, Checar Email do Trabalho ", + "tourDailies": "Esta coluna é para Tarefas Diárias. Para avançar, insira uma tarefa que você deve fazer todos os dias. Exemplos de Tarefas Diárias: Arrumar a Cama, Passar Fio Dental, Checar Email do Trabalho", "tourCron": "Esplêndido! Suas tarefas diárias vão resetar todo dia.", "tourHP": "Cuidado! Se você não completar uma tarefa diária até a meia noite, ela vai te machucar!", "tourHabits": "Essa coluna é para bons e maus Hábitos que você faz várias vezes por dia! Para proceder, clique no lápis para editar os nomes, depois clique no positivo (checkmark) para salvar.", @@ -52,10 +52,10 @@ "tourStatsPage": "Essa é a página de Atributos! Conquiste medalhas completando as tarefas listadas,", "tourTavernPage": "Bem-vindo à Taverna, um sala de chat para todas as idades! Você pode evitar que suas Tarefas Diárias possam ferí-lo em caso de doença ou de viagens, clicando em \"Descansar na Pousada.\" Venha dizer oi!", "tourPartyPage": "Sua Equipe vai te ajudar a se manter responsável. Convide amigos para destravar um Pergaminho de Missão!", - "tourGuildsPage": "Guildas são grupos de bate-papo de interesse comum criadas pelos jogadores, para jogadores. Navegue pela lista e junte-se às Guildas que lhe interessam. Certifique-se de verificar a popular Guilda dos Novatos, onde qualquer pessoa pode fazer perguntas sobre HabitRPG!", + "tourGuildsPage": "Guildas são grupos de bate-papo de interesse comum criadas pelos jogadores, para jogadores. Navegue pela lista e junte-se às Guildas que lhe interessam. Certifique-se de verificar a popular Guilda dos Novatos, onde qualquer pessoa pode fazer perguntas sobre Habitica!", "tourChallengesPage": "Desafios são listas de tarefas temáticas criadas por usuários! Participar de um Desafio adicionará tarefas à sua conta. Compita contra outros usuários para ganhar prêmios em gemas!", "tourMarketPage": "A partir do level 4, você pode encontrar ovos e poções de eclosão aleatoriamente quando você completa tarefas. Elas aparecem aqui - use-as para chocar mascotes! Você também pode comprar items do Mercado.", - "tourHallPage": "Bem-vindo ao Salão dos Heróis, onde os colaboradores open-source do HabitRPG são honrados. Seja através de programação, arte, música, escrita ou apenas vontade de ajudar, eles receberam Gemas, equipamentos exclusivos e títulos prestigiosos. Você também pode contribuir para o HabitRPG!", + "tourHallPage": "Bem-vindo ao Salão dos Heróis, onde os colaboradores open-source do Habitica são honrados. Seja através de programação, arte, música, escrita ou apenas vontade de ajudar, eles receberam Gemas, equipamentos exclusivos e títulos prestigiosos. Você também pode contribuir para o Habitica!", "tourPetsPage": "Este é o Estábulo! Depois do nível 4, você pode chocar mascotes usando ovos e poções. Quando você chocar um mascote no Mercado, ele aparecerá aqui. Clique na imagem de um mascote para adicioná-lo ao seu avatar. Alimente-os com comida que você encontrar depois do nível 4 e eles se transformarão em poderosas montarias.", "tourMountsPage": "Depois que você alimentar um mascote o suficiente para transformá-lo em uma montaria, ele aparecerá aqui. (Mascotes, montarias e comida estão disponíveis depois do nível 4.) Clique em uma montaria para subir nela!", "tourEquipmentPage": "É aqui que seu Equipamento fica guardado! Seu Equipamento de Batalha afeta seus atributos. Se você quiser mostrar um Equipamento diferente no seu avatar sem alterar seus atributos, clique em \"Usar Traje\".", @@ -71,7 +71,7 @@ "tourHabitsProceed": "Faz sentido!", "tourRewardsBrief": "Lista de Recompensas
  • Gaste o seu suado Ouro aqui!
  • Compre Equipamentos para o seu avatar ou defina Recompensas customizadas.
", "tourRewardsProceed": "Isso é tudo!", - "welcomeToHabit": "Bem-vindo ao HabitRPG, um jogo para melhorar a sua vida!", + "welcomeToHabit": "Bem-vindo ao Habitica, um jogo para melhorar a sua vida!", "welcome1": "Crie e customize um avatar para representar você.", "welcome2": "Suas tarefas da vida real afetam a Vida (Saúde), Experiência (EXP) e Ouro do seu avatar!", "welcome3": "Complete tarefas para ganhar Experiência (EXP) e Ouro, que desbloqueiam incríveis recursos e recompensas!", diff --git a/common/locales/pt/pets.json b/common/locales/pt/pets.json index 3a7ad9f200..49d86911b4 100644 --- a/common/locales/pt/pets.json +++ b/common/locales/pt/pets.json @@ -9,12 +9,14 @@ "rareMounts": "Montarias Raras", "etherealLion": "Leão Etéreo", "veteranWolf": "Lobo Veterano", + "veteranTiger": "Tigre Veterano", "cerberusPup": "Filhote de Cérbero", "hydra": "Hidra", "mantisShrimp": "Camarão Mantis", "mammoth": "Mamute Felpudo", "orca": "Orca", - "rarePetPop1": "Clique na pata de ouro para saber mais em como obter esse mascote raro através de contribuições ao HabitRPG.", + "royalPurpleGryphon": "Grifo Real Roxo", + "rarePetPop1": "Clique na pata de ouro para saber mais em como obter esse mascote raro através de contribuições ao Habitica.", "rarePetPop2": "Como Conseguir esse Mascote!", "potion": "Poção <%= potionType %>", "egg": "Ovo <%= eggType %>", @@ -28,14 +30,14 @@ "foodText": "comida", "food": "Comida e Selas", "noFood": "Você não possui comida ou selas.", - "dropsExplanation": "Consiga estes itens mais rápido com gemas, caso você não queira esperar que eles apareçam ao completar uma tarefa. Aprenda mais sobre o sistema de drop.", + "dropsExplanation": "Consiga estes itens mais rápido com gemas, caso você não queira esperar que eles apareçam ao completar uma tarefa. Aprenda mais sobre o sistema de drop.", "beastMasterProgress": "Progresso do Mestre das Bestas", "beastAchievement": "Você adquiriu a Conquista \"Mestre das Bestas\" por coletar todos mascotes!", "beastMasterName": "Mestra das Bestas", "beastMasterText": "Encontrou todos os 90 mascotes (insanamente difícil, parabenize este usuário!)", "beastMasterText2": "e soltou os seus mascotes um total de <%= count %> vezes.", "mountMasterProgress": "Progresso do Mestre das Montarias", - "mountAchievement": "Você ganhou a conquista \"Mestre das Montarias\" por domar todas as montarias! ", + "mountAchievement": "Você ganhou a conquista \"Mestre das Montarias\" por domar todas as montarias!", "mountMasterName": "Mestre das Montarias", "mountMasterText": "Domou todas as 90 montarias (ainda mais difícil, parabenize este usuário!)", "mountMasterText2": "e soltou todas suas 90 montarias um total de <%= count %> vezes.", diff --git a/common/locales/pt/quests.json b/common/locales/pt/quests.json index 5705289ae2..f9f5be904e 100644 --- a/common/locales/pt/quests.json +++ b/common/locales/pt/quests.json @@ -46,8 +46,8 @@ "scrollsText1": "Missões requerem equipes. Se quiser fazer a missão sozinho,", "scrollsText2": "crie uma equipe vazia", "scrollsPre": "Você ainda não desbloqueou está missão!", - "alreadyEarnedQuestLevel": "Você já adquiriu está missão quando chegou no Nível <%= level %>.", - "alreadyEarnedQuestReward": "Você já adquiriu está missão quando completou <%= priorQuest %>.", + "alreadyEarnedQuestLevel": "Você já adquiriu esta missão quando chegou no Nível <%= level %>.", + "alreadyEarnedQuestReward": "Você já adquiriu esta missão quando completou <%= priorQuest %>.", "completedQuests": "Completou as seguintes missões", "mustComplete": "Você precisa completar <%= quest %> primeiro.", "mustLevel": "Você precisa ser nível <%= level %> para iniciar esta missão.", diff --git a/common/locales/pt/questscontent.json b/common/locales/pt/questscontent.json index 86f88615ee..1cdd5322a3 100644 --- a/common/locales/pt/questscontent.json +++ b/common/locales/pt/questscontent.json @@ -88,7 +88,7 @@ "questMoonstone3DropRottenMeat": "Carne Estragada (Comida)", "questMoonstone3DropZombiePotion": "Poção de Eclosão Zumbi", "questGoldenknight1Text": "A Cavaleira Dourada, Parte 1: Uma conversa séria", - "questGoldenknight1Notes": "

A Cavaleira Dourada tem pego no pé dos pobres Habiticanos. Não fez todas as suas tarefas diárias? Checou um hábito negativo? Ela irá usar isso como motivo para atormentá-lo sobre como você deveria seguir seu exemplo. Ela é o exemplo ilustre de um perfeito Habiticano, e você não é nada mais que um fracassado. Bem, isso não é nada gentil! Todo mundo comete erros. Eles não deveriam ter de lidar com tamanha negatividade por causa disso. Talvez seja hora de reunir alguns depoimentos de Habiticanos atingidos e dar à Cavaleira Dourada a bronca que ela merece!

", + "questGoldenknight1Notes": "

A Cavaleira Dourada tem pego no pé dos pobres Habiticanos. Não fez todas as suas tarefas diárias? Checou um hábito negativo? Ela irá usar isso como motivo para atormentá-lo sobre como você deveria seguir seu exemplo. Ela é o exemplo ilustre de um perfeito Habiticano, e você não é nada mais que um fracassado. Bem, isso não é nada gentil! Todo mundo comete erros. Eles não deveriam ter de lidar com tamanha negatividade por causa disso. Talvez seja hora de reunir alguns depoimentos de Habiticanos atingidos e dar à Cavaleira Dourada a bronca que ela merece!

", "questGoldenknight1CollectTestimony": "Testemunhos", "questGoldenknight1DropGoldenknight2Quest": "Arco da Cavaleira Dourada, Parte 2: Ouro Deslustrado (Pergaminho)", "questGoldenknight2Text": "A Cavaleira Dourada, Parte 2: Cavaleira Dourada", @@ -160,22 +160,22 @@ "questStressbeastBossRageDescription": "Quando essa barra encher, a Abominável Besta do Estresse vai lançar seu Ataque de Estresse sobre Habitica!", "questStressbeastDropMammothPet": "Mamute (Mascote)", "questStressbeastDropMammothMount": "Mamute (Montaria)", - "questStressbeastBossRageStables": "`Abominável Besta do Estresse usa ATAQUE DE ESTRESSE!`\n\nA onda de estresse cura a Abominável Besta do Estresse!\n\nOh não! Apesar dos nossos melhores esforços, nós deixamos algumas tarefas diárias -escaparem, e sua cor vermelho-escuro enfureceu a Abominável Besta do Estresse, fazendo com que ela recuperasse parte de sua vida! A horrível criatura investe contra os Estábulos, mas Matt, o Mestre das Bestas, heroicamente se lança em combate para proteger os mascotes e as montarias. A Besta do Estresse prendeu Matt em seu aperto perverso; mas, ao menos por enquanto, ela está distraída. Rápido! Vamos manter as tarefas diárias sob controle e derrotar esse monstro antes que ele ataque novamente!", - "questStressbeastBossRageBailey": "`Abominável Besta do Estresse usa ATAQUE DE ESTRESSE!`\n\nA onda de estresse cura a Abominável Besta do Estresse!\n\nAhh!!! Nossas tarefas diárias incompletas fizeram com que a Abominável Besta do Estresse ficasse mais furiosa do que nunca e recuperasse parte de sua vida! Bailey, a Arauto, gritava aos cidadãos para que se abrigassem, e agora a Besta a prendeu em sua outra mão! Olhe para ela, valentemente relatando as notícias enquanto a Besta do Estresse a chacoalha perversamente... Vamos honrar sua bravura sendo o mais produtivo que pudermos para salvar nossos NPCs! ", + "questStressbeastBossRageStables": "`Abominável Besta do Estresse usa ATAQUE DE ESTRESSE!`\n\nA onda de estresse cura a Abominável Besta do Estresse!\n\nOh não! Apesar dos nossos melhores esforços, nós deixamos algumas tarefas diárias escaparem, e sua cor vermelho-escuro enfureceu a Abominável Besta do Estresse, fazendo com que ela recuperasse parte de sua vida! A horrível criatura investe contra os Estábulos, mas Matt, o Mestre das Bestas, heroicamente se lança em combate para proteger os mascotes e as montarias. A Besta do Estresse prendeu Matt em seu aperto perverso; mas, ao menos por enquanto, ela está distraída. Rápido! Vamos manter as tarefas diárias sob controle e derrotar esse monstro antes que ele ataque novamente!", + "questStressbeastBossRageBailey": "`Abominável Besta do Estresse usa ATAQUE DE ESTRESSE!`\n\nA onda de estresse cura a Abominável Besta do Estresse!\n\nAhh!!! Nossas tarefas diárias incompletas fizeram com que a Abominável Besta do Estresse ficasse mais furiosa do que nunca e recuperasse parte de sua vida! Bailey, a Arauto, gritava aos cidadãos para que se abrigassem, e agora a Besta a prendeu em sua outra mão! Olhe para ela, valentemente relatando as notícias enquanto a Besta do Estresse a chacoalha perversamente... Vamos honrar sua bravura sendo o mais produtivo que pudermos para salvar nossos NPCs!", "questStressbeastBossRageGuide": "`Abominável Besta do Estresse usa ATAQUE DE ESTRESSE!`\n\nA onda de estresse cura a Abominável Besta do Estresse!\n\nCuidado! Justin, o Guia, está tentando distrair a Besta do Estresse, correndo em torno dos seus calcanhares, gritando dicas de produtividade! A Abominável Besta do Estresse está pisoteando furiosamente, mas parece que nós realmente estamos cansando esta besta. Eu duvido que ela tenha energia para outro ataque. Não desista... nós estamos muito perto de acabar com ela!", "questStressbeastDesperation": "`A Abominável Besta do Estresse atinge 500K de vida! A Abominável Besta do Estresse usa Defesa Desesperada!\n\nNós estamos quase lá, Habiticanos! Com persistência e tarefas diárias, nós diminuímos a vida da Besta do Estresse para apenas 500K! A criatura ruge e agita os braços em desespero, e sua ira aumenta como nunca. Bailey e Matt berram aterrorizados quando a Besta começa a chacoalhá-los em um ritmo aterrador e cria uma cegante tempestade de neve, que a torna mais difícil de ser acertada.\n\nNós teremos que redobrar nossos esforços, mas tenha fé - isso é um sinal de que a Besta do Estresse sabe que está a ponto de ser derrotada. Não desista agora!", - "questStressbeastCompletion": "A Abominável Besta do Estresse foi DERROTADA!

Conseguimos! Com um golpe final, a Abominável Besta do Estresse se dissipa em uma nuvem de neve. Os flocos de neve brilham no ar enquanto alegres Habiticanos abraçam seus animais de estimação e montarias. Nossos animais e nossos NPCs estão seguros novamente!

Stoïkalm está salva!

SabreCat fala, suavemente, com seu tigre dentes de sabre. \"Por favor, encontre os cidadãos das Estepes de Stoïkalm e traga-os até nós,\" ele diz. Várias horas depois, o tigre dentes de sabre retorna, e cavaleiros montados em uma manada de mamutes o seguem. Você reconhece a amazona da fileira frontal como sendo Lady Glaciate, a líder de Stoïkalm.

\"Grandes Habiticanos\", ela diz, \"Meus cidadãos e eu devemos, a vocês, a nossa mais profunda gratidão e sinceras desculpas. Em uma tentativa de proteger nossas Estepes de problemas, nós começamos, secretamente, a banir todo o nosso stress para as montanhas geladas. Nós não fazíamos idéia de que ele iria acumular-se ao longo das gerações e formar a Besta do Estresse que vocês viram! Quando ela libertou-se, prendeu a todos nós na montanha, em seu lugar, e começou um ataque contra nossos amados animais.\" Seu olhar triste se volta para a neve caindo. \"Colocamos todos em risco por causa de nossa tolice. Estejam certos de que no futuro, iremos até vocês com nossos problemas, antes que nossos problemas venham até vocês.\"

Ela se volta para onde @Baconsaur está abraçando alguns filhotes de mamute. \"Nós trouxemos comida a seus animais, como uma oferenda e como um pedido de perdão por tê-los assustado; e, como símbolo de confiança, nós deixaremos alguns de nossos mascotes e montarias com vocês. Nós sabemos que todos vocês irão cuidar bem deles.\" ", - "questStressbeastCompletionChat": "`A Abominável Besta do Estresse foi DERROTADA!`\n\nConseguimos! Com um golpe final, a Abominável Besta do Estresse se dissipa em uma nuvem de neve. Os flocos de neve brilham no ar enquanto alegres Habiticanos abraçam seus animais de estimação e montarias. Nossos animais e nossos NPCs estão seguros novamente!\n\nStoïkalm está salva! \n\nSabreCat fala, suavemente, com seu tigre dentes de sabre. \"Por favor, encontre os cidadãos das Estepes de Stoïkalm e traga-os até nós,\" ele diz. Várias horas depois, o tigre dentes de sabre retorna, e cavaleiros montados em uma manada de mamutes o seguem. Você reconhece a amazona da fileira frontal como sendo Lady Glaciate, a líder de Stoïkalm. \n\n\"Grandes Habiticanos\", ela diz, \"Meus cidadãos e eu devemos, a vocês, a nossa mais profunda gratidão e sinceras desculpas. Em uma tentativa de proteger nossas Estepes de problemas, nós começamos, secretamente, a banir todo o nosso stress para as montanhas geladas. Nós não fazíamos idéia de que ele iria acumular-se ao longo das gerações e formar a Besta do Estresse que vocês viram! Quando ela libertou-se, prendeu a todos nós na montanha, em seu lugar, e começou um ataque contra nossos amados animais.\" Seu olhar triste se volta para a neve caindo. \"Colocamos todos em risco por causa de nossa tolice. Estejam certos de que no futuro, iremos até vocês com nossos problemas, antes que nossos problemas venham até vocês.\"\n\nEla se volta para onde @Baconsaur está abraçando alguns filhotes de mamute. \"Nós trouxemos comida a seus animais, como uma oferenda e como um pedido de perdão por tê-los assustado; e, como símbolo de confiança, nós deixaremos alguns de nossos mascotes e montarias com vocês. Nós sabemos que todos vocês irão cuidar bem deles.\" ", + "questStressbeastCompletion": "A Abominável Besta do Estresse foi DERROTADA!

Conseguimos! Com um golpe final, a Abominável Besta do Estresse se dissipa em uma nuvem de neve. Os flocos de neve brilham no ar enquanto alegres Habiticanos abraçam seus animais de estimação e montarias. Nossos animais e nossos NPCs estão seguros novamente!

Stoïkalm está salva!

SabreCat fala, suavemente, com seu tigre dentes de sabre. \"Por favor, encontre os cidadãos das Estepes de Stoïkalm e traga-os até nós,\" ele diz. Várias horas depois, o tigre dentes de sabre retorna, e cavaleiros montados em uma manada de mamutes o seguem. Você reconhece a amazona da fileira frontal como sendo Lady Glaciate, a líder de Stoïkalm.

\"Grandes Habiticanos\", ela diz, \"Meus cidadãos e eu devemos, a vocês, a nossa mais profunda gratidão e sinceras desculpas. Em uma tentativa de proteger nossas Estepes de problemas, nós começamos, secretamente, a banir todo o nosso stress para as montanhas geladas. Nós não fazíamos idéia de que ele iria acumular-se ao longo das gerações e formar a Besta do Estresse que vocês viram! Quando ela libertou-se, prendeu a todos nós na montanha, em seu lugar, e começou um ataque contra nossos amados animais.\" Seu olhar triste se volta para a neve caindo. \"Colocamos todos em risco por causa de nossa tolice. Estejam certos de que no futuro, iremos até vocês com nossos problemas, antes que nossos problemas venham até vocês.\"

Ela se volta para onde @Baconsaur está abraçando alguns filhotes de mamute. \"Nós trouxemos comida aos seus animais, como uma oferenda e como um pedido de perdão por tê-los assustado, e como símbolo de confiança, nós deixaremos alguns de nossos mascotes e montarias com vocês. Nós sabemos que todos vocês irão cuidar bem deles.\"", + "questStressbeastCompletionChat": "`A Abominável Besta do Estresse foi DERROTADA!`\n\nConseguimos! Com um golpe final, a Abominável Besta do Estresse se dissipa em uma nuvem de neve. Os flocos de neve brilham no ar enquanto alegres Habiticanos abraçam seus animais de estimação e montarias. Nossos animais e nossos NPCs estão seguros novamente!\n\nStoïkalm está salva! \n\nSabreCat fala, suavemente, com seu tigre dentes de sabre. \"Por favor, encontre os cidadãos das Estepes de Stoïkalm e traga-os até nós,\" ele diz. Várias horas depois, o tigre dentes de sabre retorna, e cavaleiros montados em uma manada de mamutes o seguem. Você reconhece a amazona da fileira frontal como sendo Lady Glaciate, a líder de Stoïkalm. \n\n\"Grandes Habiticanos\", ela diz, \"Meus cidadãos e eu devemos, a vocês, a nossa mais profunda gratidão e sinceras desculpas. Em uma tentativa de proteger nossas Estepes de problemas, nós começamos, secretamente, a banir todo o nosso stress para as montanhas geladas. Nós não fazíamos idéia de que ele iria acumular-se ao longo das gerações e formar a Besta do Estresse que vocês viram! Quando ela libertou-se, prendeu a todos nós na montanha, em seu lugar, e começou um ataque contra nossos amados animais.\" Seu olhar triste se volta para a neve caindo. \"Colocamos todos em risco por causa de nossa tolice. Estejam certos de que no futuro, iremos até vocês com nossos problemas, antes que nossos problemas venham até vocês.\"\n\nEla se volta para onde @Baconsaur está abraçando alguns filhotes de mamute. \"Nós trouxemos comida aos seus animais, como uma oferenda e como um pedido de perdão por tê-los assustado, e como símbolo de confiança, nós deixaremos alguns de nossos mascotes e montarias com vocês. Nós sabemos que todos vocês irão cuidar bem deles.\"", "questTRexText": "O Rei dos Dinossauros", "questTRexNotes": "Agora que antigas criaturas das Estepes de Stoïkalm estão vagando por toda Habitica, @Urse decidiu adotar um Tiranossauro adulto. O que poderia dar errado?

Tudo.", "questTRexCompletion": "O dinossauro selvagem finalmente cessa sua ira e decide criar amizade com os galos gigantes. @Urse o observa atentamente. \"Eles não são mascotes tão terríveis, afinal! Só precisam de um pouco de disciplina. Aqui, pegue alguns dos ovos de Tiranossauro para você.", "questTRexBoss": "Tiranossauro de Carniça", "questTRexUndeadText": "O Dinossauro Volta à Vida", - "questTRexUndeadNotes": "Enquanto os antigos dinossauros vindos das Estepes Stoïkalm vagam através da Cidade de Habit, um grito de terror emana do Grande Museu.\n@Bancosaur berra, \"O esqueleto de Tiranossauro dentro do museu está se mexendo! Ele deve ter sentido a presença de parentes dele!\" A besta esquelética mostra seus dentes e caminha ruidosamente em sua direção. Como você pode derrotar uma criatura que já está morta? Você terá que atacá-la rápido, antes que ela se cure!", + "questTRexUndeadNotes": "Enquanto os antigos dinossauros vindos das Estepes Stoïkalm vagam através da Cidade de Habit, um grito de terror emana do Grande Museu. @Bancosaur berra, \"O esqueleto de Tiranossauro dentro do museu está se mexendo! Ele deve ter sentido a presença de parentes dele!\" A besta esquelética mostra seus dentes e caminha ruidosamente em sua direção. Como você pode derrotar uma criatura que já está morta? Você terá que atacá-la rápido, antes que ela se cure!", "questTRexUndeadCompletion": "Os olhos brilhantes do Tiranossauro se escurecem, e ele se fixa em seu pedestal costumeiro. Todos suspiram de alívio. \"Olhem!\" @Baconsaur diz. \"Alguns dos ovos fossilizados estão novos e brilhantes! Talvez eles se choquem para você.\"", "questTRexUndeadBoss": "Tiranossauro Esquelético", "questTRexUndeadRageTitle": "Cura Esquelética", - "questTRexUndeadRageDescription": "Esta barra se enche quando você não completa suas tarefas diárias. Quando está cheia, o Tiranossauro Esquelético vai recuperar 30% de sua vida restante! ", + "questTRexUndeadRageDescription": "Esta barra se enche quando você não completa suas tarefas diárias. Quando está cheia, o Tiranossauro Esquelético vai recuperar 30% de sua vida restante!", "questTRexUndeadRageEffect": "`Tiranossauro Esquelético usa CURA ESQUELÉTICA!`\n\nO monstro solta um estrondoso rugido, e alguns de seus ossos quebrados se remendam!", "questTRexDropTRexEgg": "Tiranossauro (Ovo)", "questTRexUnlockText": "Desbloqueia ovos de Tiranossauro para compra no Mercado", @@ -186,15 +186,15 @@ "questRockDropRockEgg": "Pedra (Ovo)", "questRockUnlockText": "Desbloqueia ovos de pedra para compra no Mercado", "questBunnyText": "A Coelhinha Assasina", - "questBunnyNotes": "Depois de muitos dias difíceis, você alcança o cume do Monte da Proscratinação e se mantém de pé em frente às portas imponentes do Forte da Negligência. Você lê a inscrição na pedra: \"Aqui dentro, reside a criatura que incorpora os seus maiores medos, a razão para a sua inatividade. Abra a porta e enfrente o seu demônio!\" Você treme, imaginando o horror que está do lado de dentro, e sente vontade de fugir, como já fez tantas outras vezes. @Draayder te segura. \"Mantenha-se firme, amigo! A hora finalmente chegou. Você precisa fazer isto!\"

Você bate, e as portas abrem-se para dentro. Em meio à escuridão, você ouve um rugido ensurdecedor, e saca a sua arma.", + "questBunnyNotes": "Depois de muitos dias difíceis, você alcança o cume do Monte da Proscratinação e se mantém de pé em frente às portas imponentes do Forte da Negligência. Você lê a inscrição na pedra: \"Aqui dentro, reside a criatura que incorpora os seus maiores medos, a razão para a sua inatividade. Bata na porta e enfrente o seu demônio!\" Você treme, imaginando o horror que está do lado de dentro, e sente vontade de fugir, como já fez tantas outras vezes. @Draayder te segura. \"Mantenha-se firme, amigo! A hora finalmente chegou. Você precisa fazer isto!\"

Você bate, e as portas abrem-se para dentro. Em meio à escuridão, você ouve um rugido ensurdecedor, e saca a sua arma.", "questBunnyBoss": "Coelhinha Assasina", "questBunnyCompletion": "Com um golpe final, a coelha assassina vai ao chão. Uma névoa brilhante surge ao redor do seu corpo enquanto ela encolhe, até tornar-se uma pequena coelha... que não se parece em nada com a fera cruel que você enfrentou há um momento atrás. O nariz dela move-se de forma adorável; e, pulando, ela vai embora, deixando alguns ovos para trás. @Gully gargalha. \"O Monte da Procrastinação consegue fazer com que mesmo os menores desafios pareçam insuperáveis. Vamos coletar estes ovos e ir para casa.\"", "questBunnyDropBunnyEgg": "Coelho (Ovo)", "questBunnyUnlockText": "Desbloqueia ovos de coelho para compra no Mercado", "questSlimeText": "O Regente Geléia", - "questSlimeNotes": "Na medida em que você trabalha nas suas tarefas, você nota que está se movendo cada vez mais devagar. \"É como andar pelo melado\", resmunga @Leephon. \"Não, é como andar pela geléia!\" diz @starsystemic. \"Aquele viscoso Regente Geléia derramou suas coisas por toda Habitica. Isto está emperrando os trabalhos. Todo mundo está ficando lento! Você olha ao redor. As ruas estão, aos poucos, se enchendo com uma gosma límpida e colorida, e os Habiticanos estão se debatendo para fazer suas coisas. Enquanto alguns fogem da área, você pega o esfregão e se prepara para a batalha! ", + "questSlimeNotes": "Na medida em que você trabalha nas suas tarefas, você nota que está se movendo cada vez mais devagar. \"É como andar pelo melado\", resmunga @Leephon. \"Não, é como andar pela geléia!\" diz @starsystemic. \"Aquele viscoso Regente Geléia derramou suas coisas por toda Habitica. Isto está emperrando os trabalhos. Todo mundo está ficando lento! Você olha ao redor. As ruas estão, aos poucos, se enchendo com uma gosma límpida e colorida, e os Habiticanos estão se debatendo para fazer suas coisas. Enquanto alguns fogem da área, você pega o esfregão e se prepara para a batalha!", "questSlimeBoss": "Regente Geléia", - "questSlimeCompletion": "Com um soco final, você tranca o Regente Geléia em uma rosquinha gigante, auxiliado por @Overomega, @LordDarkly e @Shaner, os espertos lideres do clube da confeitaria. Enquanto todos estão lhe parabenizando, você sente algo escorregar para dentro de seu bolso. É a recompensa por seu doce sucesso: três ovos de Gosma Marshmallow. ", + "questSlimeCompletion": "Com um soco final, você tranca o Regente Geléia em uma rosquinha gigante, auxiliado por @Overomega, @LordDarkly e @Shaner, os espertos líderes do clube da confeitaria. Enquanto todos estão lhe parabenizando, você sente algo escorregar para dentro de seu bolso. É a recompensa por seu doce sucesso: três ovos de Gosma Marshmallow.", "questSlimeDropSlimeEgg": "Gosma Marshmallow (Ovo)", "questSlimeUnlockText": "Destranca ovos de gosma para compra no Mercado", "questSheepText": "O Carneiro do Trovão", @@ -206,11 +206,11 @@ "questKrakenText": "O Kraken do Inkompleto", "questKrakenNotes": "Está um dia quente e ensolarado enquanto vocês navegam sobre a Baia Inkompleta, mas seus pensamentos estão turvos com preocupações sobre tudo que vocês precisam fazer. Parece que assim que você termina uma tarefa, outra surge e depois outra...

De repente, o barco dá um horrível solavanco e pegajosos tentáculos saltam da água por todos os lados! \"Estamos sendo atacados pelo Kraken do Inkompleto!\" Wolvenhalo grita.

\"Rápido!\" Lemoness lhes chama. \"Acertem o máximo de tentáculos e tarefas que vocês puderem, antes que outros possam surgir em seu lugar!\"", "questKrakenBoss": "O Kraken do Inkompleto", - "questKrakenCompletion": "Enquanto o Kraken foge, diversos ovos boiam para a superfície da água. Lemoness os examina e suas suspeitas se tornam alegria. \"Ovos de Lula!\", diz ela. \"Aqui, peguem eles como uma recompensa por tudo que vocês realizaram.\" ", + "questKrakenCompletion": "Enquanto o Kraken foge, diversos ovos boiam para a superfície da água. Lemoness os examina e suas suspeitas se tornam alegria. \"Ovos de Lula!\", diz ela. \"Aqui, peguem eles como uma recompensa por tudo que vocês realizaram.\"", "questKrakenDropCuttlefishEgg": "Lula (Ovo)", "questKrakenUnlockText": "Desbloqueia a compra de ovos de lula no Mercado", "questWhaleText": "Lamento da Baleia", - "questWhaleNotes": "Você chega na Doca dos Diligentes, na esperança de ter um submarino para ver a Corrida de Cavalos Marinhos de Dilatória. De repente, um berro ensurdecedor faz você parar e cobrir seus ouvidos. \"E ela sopra!\" o Capitão @krazjega choraminga, apontando para uma enorme e chorona baleia. \"Não é seguro enviar os submarinos enquanto ela está se debatendo!\"

\"Rápido,\" diz o @UncommonCriminal. \"Me ajude a acalmar a pobre criatura para podermos entender porque ela está fazendo todo este barulho!\"", + "questWhaleNotes": "Você chega na Doca dos Diligentes, na esperança de ter um submarino para ver a Corrida de Cavalos Marinhos de Dilatória. De repente, um berro ensurdecedor faz você parar e cobrir seus ouvidos. \"E ela sopra!\" o Capitão @krazjega Grita, apontando para uma enorme e chorona baleia. \"Não é seguro enviar os submarinos enquanto ela está se debatendo!\"

\"Rápido,\" diz o @UncommonCriminal. \"Me ajude a acalmar a pobre criatura para podermos entender porque ela está fazendo todo este barulho!\"", "questWhaleBoss": "Baleia Chorona", "questWhaleCompletion": "Depois de muito trabalho duro, finalmente a baleia cessa seu choro violento. \"Parece que ela estava se afogando em ondas de hábitos ruins,\" @zoebeagle explica. \"Graças ao seu esforço consistente, nós fomos capazes de virar a maré!\" Assim que você entra no submarino, vários ovos de baleia pulam em sua direção, e você os acolhe.", "questWhaleDropWhaleEgg": "Baleia (Ovo)", diff --git a/common/locales/pt/rebirth.json b/common/locales/pt/rebirth.json index 3e1882cccb..105f13b07f 100644 --- a/common/locales/pt/rebirth.json +++ b/common/locales/pt/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Renascimento: Nova Aventura Disponível!", - "rebirthUnlock": "Você liberou o Renascimento! Esse item especial do Mercado o permite começar um novo jogo do nível 1 mantendo suas tarefas, conquistas, mascotes, e mais. Use-o para respirar uma vida nova em HabitRPG se sentir que já conquistou tudo, ou para experimentar novas funcionalidades com olhos frescos de um personagem iniciante!", + "rebirthUnlock": "Você liberou o Renascimento! Esse item especial do Mercado o permite começar um novo jogo do nível 1 mantendo suas tarefas, conquistas, mascotes, e mais. Use-o para respirar uma vida nova em Habitica se sentir que já conquistou tudo, ou para experimentar novas funcionalidades com olhos frescos de um personagem iniciante!", "rebirthBegin": "Renascimento: Comece uma Nova Aventura", "rebirthStartOver": "Renascimento reinicia seu personagem do nível 1, como se tivesse acabo de criar uma nova conta.", "rebirthAdvList1": "Você recupera a Vida toda.", diff --git a/common/locales/pt/settings.json b/common/locales/pt/settings.json index 044443f192..f6eebe947a 100644 --- a/common/locales/pt/settings.json +++ b/common/locales/pt/settings.json @@ -2,7 +2,7 @@ "settings": "Configurações", "language": "Idioma", "americanEnglishGovern": "No caso de uma discrepância nas traduções, a versão em Inglês Americano domina.", - "helpWithTranslation": "Gostaria de ajudar com a tradução do HabitRPG? Fantástico! Então visite este cartão do Trello.", + "helpWithTranslation": "Gostaria de ajudar com a tradução do Habitica? Fantástico! Então visite este cartão do Trello.", "showHeaderPop": "Mostrar seu avatar, barras de Vida/Experiência, e equipe.", "stickyHeader": "Cabeçalho Fixo", "stickyHeaderPop": "Fixa o cabeçalho no topo da tela. Desmarcado significa que ele rolará para fora da vista.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Opções Avançadas das tarefas começam omitidas", "startAdvCollapsedPop": "Com essa opção ativada, Opções Avançadas estarão omitidas quando você abrir uma tarefa para edição.", "showTour": "Mostrar Tour", - "restartTour": "Reiniciar o tour de introdução de quando você se juntou ao HabitRPG.", + "restartTour": "Reiniciar o tour de introdução de quando você se juntou ao Habitica.", "showBailey": "Mostrar Bailey", "showBaileyPop": "Traga Bailey, o Pregoeiro da Cidade, de onde estiver escondido para que você possa ver notícias passadas.", "fixVal": "Corrigir Valores do Personagem", @@ -27,7 +27,7 @@ "resetAccount": "Reiniciar Conta", "resetAccPop": "Comece de novo, removendo todos níveis, ouro, equipamentos, histórico, e tarefas.", "deleteAccount": "Deletar Conta", - "deleteAccPop": "Cancela e remove sua conta do HabitRPG.", + "deleteAccPop": "Cancela e remove sua conta do Habitica.", "qrCode": "Código QR", "dataExport": "Exportação de Dados", "saveData": "Aqui estão algumas opções para salvar seus dados do Habit.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Início do Dia Personalizado", "24HrClock": "Relógio 24hrs", - "customDayStartInfo1": "Por padrão, o HabitRPG verifica e redefine suas tarefas diárias todos os dias à meia-noite no seu próprio fuso horário. É recomendado que você leia as seguintes informações antes de alterar isso:", - "customDayStartInfo4": "Complete todas as suas Tarefas Diárias antes de alterar o seu Horário de Início do Dia ou Descanse na Pousada neste dia. Alterar o seu Horário de Início do Dia pode levar o Cron a começar imediatamente, mas depois do primeiro dia irá funcionar como esperado.

Espere até duas horas para as mudanças tenham efeito. Por exemplo: se estiver atualmente definido como 0 (meia-noite), altere antes das 10 da noite; se quiser alterar para às 9 PM, faça a mudança antes das 7 PM.

Preencha um horário de 0 à 23 (o sistema usa um relógio de 24 horas). Digitar é mais efetivo do que usar as setas. Uma vez definido, atualize a página para confirmar se o novo valor está sendo mostrado corretamente.", + "customDayStartInfo1": "Por padrão, Habitica verifica e redefine suas tarefas diárias todos os dias à meia-noite no seu próprio fuso horário. É recomendado que você leia as seguintes informações antes de alterar isso:", + "customDayStartInfo4": "Complete todas as suas Tarefas Diárias antes de alterar o seu Horário de Início do Dia ou Descanse na Pousada neste dia. Alterar o seu Horário de Início do Dia pode levar o Cron a começar imediatamente, mas depois do primeiro dia irá funcionar como esperado.

Espere até duas horas para as mudanças tenham efeito. Por exemplo: se estiver atualmente definido como 0 (meia-noite), altere antes das 10 da noite; se quiser alterar para às 9 PM, faça a mudança antes das 7 PM.

Preencha um horário de 0 à 23 (o sistema usa um relógio de 24 horas). Digitar é mais efetivo do que usar as setas. Uma vez definido, atualize a página para confirmar se o novo valor está sendo mostrado corretamente.", "misc": "Variados", "showHeader": "Mostrar Cabeçalho", "changePass": "Alterar Senha", @@ -56,7 +56,7 @@ "dangerZone": "Zona de Perigo", "resetText1": "ATENÇÃO! Isso redefine várias partes da sua conta. Isso é altamente desencorajado, mas algumas pessoas acham útil no início, após brincarem com o site por um curto período de tempo.", "resetText2": "Você perderá todos os seus níveis, ouro e pontos de experiência. Todas as suas tarefas serão deletadas permanentemente e você perderá todo o histórico das suas tarefas. Você perderá todo seu equipamento, porém poderá comprá-lo novamente, incluindo todos os equipamentos de edição limitada ou Itens Misteriosos de assinante que você já possui (você precisará de estar na classe correta para comprar novamente os equipamentos específicos da classe). Você manterá sua classe atual, seus mascotes e montarias. Você pode preferir usar uma Orbe do Renascimento em vez disso, que é uma opção muito mais segura e manterá suas tarefas.", - "deleteText": "Tem certeza? Isso deletará sua conta para sempre, e nunca poderá ser recuperada! Você precisará registrar uma nova conta para usar HabitRPG de novo. Gemas gastas ou no banco não serão restituídas. Se tiver certeza absoluta, digite <%= deleteWord %> na caixa de texto abaixo.", + "deleteText": "Tem certeza? Isso deletará sua conta para sempre, e nunca poderá ser recuperada! Você precisará registrar uma nova conta para usar Habitica de novo. Gemas gastas ou no banco não serão restituídas. Se tiver certeza absoluta, digite <%= deleteWord %> na caixa de texto abaixo.", "API": "API", "APIText": "Copie isso para uso em aplicações de terceiros. Entretanto, pense no seu API Token como uma senha, não divulgue publicamente. Seu ID de Usuário pode ser, ocasionalmente, solicitado, mas nunca divulgue seu API Token em lugares onde outros possam ver, incluindo o Github.", "APIToken": "API Token (isso é uma senha - veja o aviso acima!)", @@ -79,13 +79,13 @@ "data": "Dados", "exportData": "Exportar Dados", "emailChange1": "Para alterar seu endereço de e-mail, por favor envie um e-mail a", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "incluindo ambos os seus e-mails antigo e novo, bem como seu ID de Usuário.", "username": "Nome de login", "usernameOrEmail": "Nome de usuário ou E-mail", "email": "E-mail", "registeredWithFb": "Registrado com o Facebook", - "loginNameDescription1": "Isso é o que você usa para logar no HabitRPG. Vá para", + "loginNameDescription1": "Isso é o que você usa para logar no Habitica. Vá para", "loginNameDescription2": "Usuário -> Perfil", "loginNameDescription3": "para alterar o nome que será apresentado em seu avatar e mensagens de chat.", "emailNotifications": "Notificações de E-mail", @@ -100,13 +100,13 @@ "weeklyRecaps": "Resumo das atividades em sua conta na última semana", "questStarted": "Sua Missão começou", "invitedQuest": "Convidado para Missão", - "kickedGroup": "Expulso do grupo ", - "remindersToLogin": "Lembretes para se conectar em HabitRPG", + "kickedGroup": "Expulso do grupo", + "remindersToLogin": "Lembretes para se conectar ao Habitica", "unsubscribedSuccessfully": "Sua inscrição foi terminada com sucesso!", - "unsubscribedTextUsers": "Sua inscrição foi terminada com sucesso e você não recebera mais nenhum e-mail de HabitRPG. Você pode ativar apenas os e-mails que deseja receber nas configurações (requer login ).", - "unsubscribedTextOthers": "Você não recebera mais nehum outro e-mail de HabitRPG.", + "unsubscribedTextUsers": "Sua inscrição foi terminada com sucesso e você não recebera mais nenhum e-mail de Habitica. Você pode ativar apenas os e-mails que deseja receber nas configurações (requer login ).", + "unsubscribedTextOthers": "Você não recebera mais nehum outro e-mail de Habitica.", "unsubscribeAllEmails": "Marque para cancelar assinatura de E-mails", - "unsubscribeAllEmailsText": "Marcando esta caixa, eu certifico que entendo que, por não assinar nenhum e-mail, HabitRPG nunca será capaz de me notificar via e-mail sobre mudanças importantes do site ou da minha conta.", + "unsubscribeAllEmailsText": "Marcando esta caixa, eu certifico que entendo que, por não assinar nenhum e-mail, Habitica nunca será capaz de me notificar via e-mail sobre mudanças importantes do site ou da minha conta.", "correctlyUnsubscribedEmailType": "Assinatura a emails \"<%= emailType %>\" corretamente cancelada.", "subscriptionRateText": "Redepositar $<%= price %> a cada <%= months %> meses", "benefits": "Benefícios", diff --git a/common/locales/pt/spells.json b/common/locales/pt/spells.json index a3e208e09f..94cb8579cb 100644 --- a/common/locales/pt/spells.json +++ b/common/locales/pt/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Transforma um amigo em uma criatura marinha!", "spellSpecialSandText": "Areia", "spellSpecialSandNotes": "Cancela os efeitos da espuma do mar." -} \ No newline at end of file +} diff --git a/common/locales/pt/subscriber.json b/common/locales/pt/subscriber.json index a33a3b876f..7e7dda3d31 100644 --- a/common/locales/pt/subscriber.json +++ b/common/locales/pt/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / Mês", "organization": "Organização", "groupPlans": "Planos Corporativos", - "indivPlan1": "Para individuais, HabitRPG é grátis. Até para pequenos grupos de interesse, grátis (ou barato)", + "indivPlan1": "Para indivíduos, Habitica é grátis. Até para pequenos grupos de interesse, grátis (ou barato)", "indivPlan2": "pode ser usado para motivar participantes em modificações comportamentais Pense em grupos de redação, desafios de arte, e mais.", - "groupText1": "Mas alguns líderes de grupos irão querer mais controle, privacidade, segurança, e suporte. Exemplos de tais grupos são famílias, grupos de saúde e bem-estar, grupos de funcionários, e mais. Esses planos fornecem instâncias privadas do HabitRPG para seu grupo ou organização, seguro e independente de", + "groupText1": "Mas alguns líderes de grupos irão querer mais controle, privacidade, segurança, e suporte. Exemplos de tais grupos são famílias, grupos de saúde e bem-estar, grupos de funcionários, e mais. Esses planos fornecem instâncias privadas do Habitica para seu grupo ou organização, seguro e independente de", "groupText2": "Veja abaixo regalias adicionais dos planos, e entre em contato conosco para mais informações.", "planFamily": "Família (Em Breve)", "planGroup": "Grupo (Em Breve)", "dedicatedHost": "Hospedagem Dedicada", - "dedicatedHostText": "Hospedagem Dedicada: você recebe seu próprio banco de dados e servidor hospedado pelo HabitRPG, ou opcionalmente podemos instalar na rede da sua organização. Se não marcado, o plano usa \"Hospedagem Compartilhada\": sua organização usa o mesmo banco de dados que o HabitRPG enquanto representa uma Habitica independente. Seus membros são blindados da Taverna & Guildas, mas estarão no mesmo servidor/banco de dados.", + "dedicatedHostText": "Hospedagem Dedicada: você recebe seu próprio banco de dados e servidor hospedado pelo Habitica, ou opcionalmente podemos instalar na rede da sua organização. Se não marcado, o plano usa \"Hospedagem Compartilhada\": sua organização usa o mesmo banco de dados que o Habitica enquanto representa uma Habitica independente. Seus membros são blindados da Taverna & Guildas, mas estarão no mesmo servidor/banco de dados.", "individualSub": "Assinatura Individual", "subscribe": "Assinar", "subscribed": "Assinado", @@ -33,9 +33,9 @@ "adminSub": "Assinaturas Administrativas", "morePlans": "Mais Planos
Em Breve", "organizationSub": "Organização Privada", - "organizationSubText": "Membros da organização participam fora do HabitRPG, oferecendo foco para seus participantes.", + "organizationSubText": "Membros da organização participam fora do Habitica, oferecendo foco para seus participantes.", "hostingType": "Tipo de Hospedagem", - "hostingTypeText": "Hospedagem compartilhada significa que sua organização usa o mesmo banco de dados que o HabitRPG sem interagir com Habitica. Dedicado significa que você recebe seu próprio banco de dados e servidor. Você pode escolher entre deixar HabitRPG hospedar seu servidor/banco de dados, ou podemos instalar no seu próprio servidor.", + "hostingTypeText": "Hospedagem compartilhada significa que sua organização usa o mesmo banco de dados que o Habitica sem interagir com Habitica. Dedicado significa que você recebe seu próprio banco de dados e servidor. Você pode escolher entre deixar Habitica hospedar seu servidor/banco de dados, ou podemos instalar no seu próprio servidor.", "dedicated": "Dedicado", "customDomain": "Domínio Personalizado", "customDomainText": "Podemos lhe dar, opcionalmente, seu próprio domínio para a instalação.", @@ -58,7 +58,7 @@ "buySubsText": "Compre gemas com Ouro, Sem Propagandas, Ajude os Desenvolvedores", "sureCancelSub": "Tem certeza de que deseja cancelar sua assinatura?", "subCanceled": "Assinatura ficará inativa em", - "subGemPop": "Agora que assinou o HabitRPG, você pode comprar uma quantidade de Gemas a cada mês usando Ouro. Você pode ver quantas Gemas ainda pode comprar no canto do ícone de Gemas.", + "subGemPop": "Agora que assinou ao Habitica, você pode comprar uma quantidade de Gemas a cada mês usando Ouro. Você pode ver quantas Gemas ainda pode comprar no canto do ícone de Gemas.", "subGemName": "Gemas de Assinante", "timeTravelers": "Viajantes do Tempo", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> e <%= linkStartVicky %>Vicky<%= linkEnd %>", diff --git a/common/locales/pt/tasks.json b/common/locales/pt/tasks.json index f99f26abea..e8bc36c7c3 100644 --- a/common/locales/pt/tasks.json +++ b/common/locales/pt/tasks.json @@ -2,9 +2,9 @@ "clearCompleted": "Deletar Completos", "lotOfToDos": "Afazeres completos são automaticamente arquivados depois de 3 dias. Você pode acessá-los através de Configurações > Exportar.", "deleteToDosExplanation": "Se você clicar no botão abaixo, todos os seus Afazeres completos e arquivados serão apagados permanentemente. Exporte-os primeiro se quiser manter um registro deles.", - "beeminderDeleteWarning": "Usuários do Beeminder: Primeiro leiam Deletando Afazeres Completados Sem Confundir o Beeminder!", - "addmultiple": "Adicionar Múltiplos ", - "addsingle": "Adicionar Único ", + "beeminderDeleteWarning": "Usuários do Beeminder: Primeiro leiam Deletando Afazeres Completados Sem Confundir o Beeminder!", + "addmultiple": "Adicionar Múltiplos", + "addsingle": "Adicionar Único", "habits": "Hábitos", "newHabit": "Novo Hábito", "newHabitBulk": "Novos Hábitos (um por linha)", @@ -69,7 +69,7 @@ "startDate": "Data Inicial", "startDateHelpTitle": "Quando esta tarefa deve começar?", "startDateHelp": "Defina a data para a qual esta tarefa entra em vigor. Não será debitada nos dias anteriores.", - "streakName": " Conquistas de Combo", + "streakName": "Conquistas de Combo", "streakText": "Realizou <%= streaks %> Combo(s) de 21-dias de Tarefas Diárias", "streakSingular": "Mestre do Combo", "streakSingularText": "Realizou um combo de 21 dias em uma Tarefa Diária", @@ -88,22 +88,22 @@ "pushTaskToBottom": "Enviar tarefa para o fundo", "emptyTask": "Insira o título da tarefa primeiro.", "dailiesRestingInInn": "Você está descansando na Pousada! Suas Tarefas Diárias NÃO vão lhe causar dano esta noite, mas elas ainda IRÃO atualizar normalmente todos os dias. Se você está em uma missão, você não causará dano ou coletará itens até que saia da Pousada, mas ainda poderá receber dano de um Chefão se os membros de sua Equipe não completarem as suas Tarefas Diárias.", - "habitHelp1": "Bons Hábitos são coisas que você faz muitas vezes. Eles recompensam com Ouro e Experiência cada vez que você clica no botão <% = plusIcon%>.", - "habitHelp2": "Maus Hábitos são coisas que você quer evitar fazer. Eles diminuem sua Saúde cada vez que você clica no botão <%= minusIcon%>.", - "habitHelp3": "Para se inspirar, confira essas amostras de Hábitos!", - "newbieGuild": "Mais dúvidas? Pergunte na <% = linkStart%>Guilda dos Novatos<% = linkend%>!", - "dailyHelp1": "As Tarefas Diárias se repetem <%= emphasisStart%> todos os dias <%= emphasisEnd%> em que elas estão ativas. Clique em <%= pencilIcon%> para alterar os dias em que estarão ativas.", + "habitHelp1": "Bons Hábitos são coisas que você faz muitas vezes. Eles recompensam com Ouro e Experiência cada vez que você clica no botão <%= plusIcon %>.", + "habitHelp2": "Maus Hábitos são coisas que você quer evitar fazer. Eles diminuem sua Saúde cada vez que você clica no botão <%= minusIcon %>.", + "habitHelp3": "Para se inspirar, confira essas amostras de Hábitos!", + "newbieGuild": "Mais dúvidas? Pergunte na <%= linkStart %>Guilda dos Novatos<%= linkEnd %>!", + "dailyHelp1": "As Tarefas Diárias se repetem <%= emphasisStart %>todos os dias<%= emphasisEnd %>em que elas estão ativas. Clique em <%= pencilIcon %> para alterar os dias em que estarão ativas.", "dailyHelp2": "Se você não completar suas Tarefas Diárias ativas, você perde Saúde quando o dia termina.", - "dailyHelp3": "Tarefas Diárias ficam <% = emphasisStart%> mais vermelhas <% = emphasisEnd%> quando você as perde, e <% = emphasisStart%> mais azuis <% = emphasisEnd%> quando você as conclui. Quanto mais a tarefa diária estiver vermelha, mais ela vai te recompensar... ou te machucar!", - "dailyHelp4": "Para alterar a duração do seu dia, vá para <%= linkStart%> Configurações > Site<%= linkend%> > Configurar Início do Dia.", - "dailyHelp5": "Para se inspirar, confira essas Amostras de Tarefas Diárias!", + "dailyHelp3": "Tarefas Diárias ficam <%= emphasisStart %>mais vermelhas<%= emphasisEnd %> quando você as perde, e <%= emphasisStart %>mais azuis<%= emphasisEnd %> quando você as conclui. Quanto mais a tarefa diária estiver vermelha, mais ela vai te recompensar... ou te machucar!", + "dailyHelp4": "Para alterar a duração do seu dia, vá para <%= linkStart %> Configurações > Site<%= linkEnd %> > Configurar Início do Dia.", + "dailyHelp5": "Para se inspirar, confira essas Amostras de Tarefas Diárias!", "toDoHelp1": "Afazeres começaram amarelos, e vão se tornando mais vermelhos (mais valiosos) conforme levar mais tempo para concluí-los.", "toDoHelp2": "Afazeres nunca te machucam! Eles apenas recompensam com Ouro e Experiência.", "toDoHelp3": "Dividindo um Afazer em uma lista de tarefas menores, ele se tornará menos assustador, e vai aumentar seus pontos!", - "toDoHelp4": "Para inspiração, veja estes exemplos de Afazeres!", - "rewardHelp1": "O Equipamento que você comprar para o seu avatar é armazenado em <%= linkStart%>Inventário > Equipamento<%= linkend%>.", - "rewardHelp2": "Equipamentos afetam suas estatísticas (<%= linkStart%>Usuário > Estatísticas & Conquistas<%= linkend%>).", + "toDoHelp4": "Para inspiração, veja estes exemplos de Afazeres!", + "rewardHelp1": "O Equipamento que você comprar para o seu avatar é armazenado em <%= linkStart %>Inventário > Equipamento<%= linkEnd %>.", + "rewardHelp2": "Equipamentos afetam suas estatísticas (<%= linkStart %>Usuário > Estatísticas & Conquistas<%= linkEnd %>).", "rewardHelp3": "Equipamentos Especiais irão aparecer durante os Eventos Mundiais.", - "rewardHelp4": "Não tenha medo de definir Recompensas Personalizadas! Confira algumas amostras aqui.", + "rewardHelp4": "Não tenha medo de definir Recompensas Personalizadas! Confira algumas amostras aqui.", "clickForHelp": "Clique para ajuda" } \ No newline at end of file diff --git a/common/locales/ro/backgrounds.json b/common/locales/ro/backgrounds.json index 75de5c7a7c..72ba692d1d 100644 --- a/common/locales/ro/backgrounds.json +++ b/common/locales/ro/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surf a Giant Wave!", "backgroundSunkenShipText": "Sunken Ship", "backgroundSunkenShipNotes": "Explore a Sunken Ship." -} \ No newline at end of file +} diff --git a/common/locales/ro/challenge.json b/common/locales/ro/challenge.json index 5a21fd402c..b45edae9e8 100644 --- a/common/locales/ro/challenge.json +++ b/common/locales/ro/challenge.json @@ -36,7 +36,7 @@ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Minim 1 Nestemată pentru provocări publice (ajută la prevenirea spamului, pe bune).", - "officialChallenge": "Provocare oficială HabitRPG", + "officialChallenge": "Provocare oficială Habitica", "by": "de", "participants": "<%= membercount %> Participants", "join": "Participă", @@ -57,4 +57,4 @@ "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", "clone": "Clone", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/ro/character.json b/common/locales/ro/character.json index a699b6bfef..72f7be37f8 100644 --- a/common/locales/ro/character.json +++ b/common/locales/ro/character.json @@ -56,7 +56,7 @@ "costumeText": "Dacă preferi aspectul altui echipament în loc de ce ai echipat, bifează cutiuța \"Poartă Costum\" ca să îmbraci la vedere un costum în timp ce porți îmbrăcămintea de luptă pe dedesubt.", "useCostume": "Poartă costum", "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", - "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:", "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!", "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.", @@ -77,7 +77,7 @@ "allocatePerPop": "Adaugă un punct la Percepţie", "allocateInt": "Puncte atribuite la INT:", "allocateIntPop": "Adaugă un punct la Inteligenţă", - "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", + "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", "stats": "Atribute", "strength": "Forţă", "strengthText": "Forţa creşte şansele unor \"lovituri critice\" şi le îmbunătăţește şansele de câştig în Obiecte, Aur și Experienţă. De asemenea ajută la rănirea monştrilor speciali.", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Unequip Pet, Mount, Background", "animalSkins": "Animal Skins", "chooseClassHeading": "Choose your Class! Or opt out to choose later.", - "warriorWiki": "Warrior", - "mageWiki": "Mage", - "rogueWiki": "Rogue", - "healerWiki": "Healer", - "chooseClassLearn": "Learn more about classes", + "warriorWiki": "Warrior", + "mageWiki": "Mage", + "rogueWiki": "Rogue", + "healerWiki": "Healer", + "chooseClassLearn": "Learn more about classes", "str": "STR", "con": "CON", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/ro/communityguidelines.json b/common/locales/ro/communityguidelines.json index d77d040bbd..6d308449f1 100644 --- a/common/locales/ro/communityguidelines.json +++ b/common/locales/ro/communityguidelines.json @@ -1,17 +1,17 @@ { "iAcceptCommunityGuidelines": "Accept să respect regulile comunităţii", - "tavernCommunityGuidelinesPlaceholder": "Reamintire: Acesta este un chat pentru toate vârstele, vă rugăm păstraţi conţinutul şi limbajul potrivit. Consultaţi Regulile Comunităţii de mai jos dacă aveţi nelămuriri. ", + "tavernCommunityGuidelinesPlaceholder": "Reamintire: Acesta este un chat pentru toate vârstele, vă rugăm păstraţi conţinutul şi limbajul potrivit. Consultaţi Regulile Comunităţii de mai jos dacă aveţi nelămuriri.", "commGuideHeadingWelcome": "Bine ai venit în Habitica", - "commGuidePara001": "Salutări, aventurierule! Bun venit în Habitica, tărâmul productivităţii, vieţii sănătoase şi ocazionalului grifon scăpat de sub control. Avem o comunitate veselă plină de oameni dispuşi să ajute şi să se susţină unii pe alţii în călătoria lor spre autoîmbunătăţire. ", - "commGuidePara002": "Pentru a ajuta la păstrarea tuturor în siguranţă, fericiţi şi productivi în comunitate, avem câteva reguli. Le-am construit cu grijă pentru a le face cât mai prietenoase şi uşor de citit. Te rugăm să îţi faci timpul să le citeşti. ", + "commGuidePara001": "Salutări, aventurierule! Bun venit în Habitica, tărâmul productivităţii, vieţii sănătoase şi ocazionalului grifon scăpat de sub control. Avem o comunitate veselă plină de oameni dispuşi să ajute şi să se susţină unii pe alţii în călătoria lor spre autoîmbunătăţire.", + "commGuidePara002": "Pentru a ajuta la păstrarea tuturor în siguranţă, fericiţi şi productivi în comunitate, avem câteva reguli. Le-am construit cu grijă pentru a le face cât mai prietenoase şi uşor de citit. Te rugăm să îţi faci timpul să le citeşti.", "commGuidePara003": "Aceste reguli se aplică tuturor spaţiilor sociale pe care le folosim, incluzând (dar fără a fi limitat la) Trello, GitHub, Transifex şi Wikia (cunoscută şi ca wiki). Câteodată pot apărea situaţii neprevăzute, precum o nouă sursă de conflict sau un necromant. Când se întâmplă acest lucru, moderatorii pot răspunde prin editarea acestor reguli pentru a menţine comunitatea la adăpost de noi ameninţări. Nu te teme: vei fi alertat printr-un anunţ de la Bailey dacă regulile se schimbă.", "commGuidePara004": "Acum pregătiţi-vă carnetele de notiţe şi peniţele şi să începem!", "commGuideHeadingBeing": "A fi Habitican", - "commGuidePara005": "HabitRPG este în primul rând un site devotat îmbunătăţirii. Astfel am fost norocoşi să atragem una din cele mai calde, bune, amabile şi susţinătoare comunităţi de pe internet. Sunt multe trăsături care alcătuiesc habiticanii, unele din cele mai comune şi notabile sunt:", + "commGuidePara005": "Habitica este în primul rând un site devotat îmbunătăţirii. Astfel am fost norocoşi să atragem una din cele mai calde, bune, amabile şi susţinătoare comunităţi de pe internet. Sunt multe trăsături care alcătuiesc habiticanii, unele din cele mai comune şi notabile sunt:", "commGuideList01A": "Un spirit ajutător. Mulţi oameni investesc timp şi energie pentru a ajuta şi ghida noi membri ai comunităţii. The Newbies Guild - breasla nou-veniţilor - spre exemplu, este creată doar pentru a răspunde întrebărilor. Dacă crezi că poţi ajuta, nu fi timid/ă!", "commGuideList01B": "O atitudine harnică Habiticanii muncesc din greu pentru a-şi îmbunătăţi vieţile, dar ajută şi la construirea site-ului şi îmbunătăţirea sa constantă. Suntem un proiect open-source, astfel că muncim cu toţii constant pentru a face acest site cel mai bun loc posibil.", "commGuideList01C": "Un comportament încurajator. Habiticanii aclamă succesele celorlalţi şi se consolează unul pe altul în timpul perioadelor dificile. Ne oferim putere unul celuilalt şi ne sprijinim unul pe celălalt şi învăţăm unii de la ceilalţi. În achipe, facem acest lucru cu vrăjile noastre; în chat, facem asta cu cuvinte blânde şi încurajatoare.", - "commGuideList01D": "Maniere respectuoase. Cu toţii avem trecuturi diferite, talente diferite şi opinii diferite. Acesta este unul din lucrurile care fac comunitatea noastră atât de minunată! Habiticanii respectă aceste diferenţe şi le celebrează. Rămâi cu noi şi în curând vei avea prieteni din toate categoriile vieţii. ", + "commGuideList01D": "Maniere respectuoase. Cu toţii avem trecuturi diferite, talente diferite şi opinii diferite. Acesta este unul din lucrurile care fac comunitatea noastră atât de minunată! Habiticanii respectă aceste diferenţe şi le celebrează. Rămâi cu noi şi în curând vei avea prieteni din toate categoriile vieţii.", "commGuideHeadingMeet": "Cunoaşte moderatorii!", "commGuidePara006": "Habitica are nişte cavaleri rătăcitori neobosiţi care se alătură personalului pentru a menţine comunitatea calmă, liniştită şi liberă de trolli. Fiecare are un domeniu specific, dar vor fi câteodată chemaţi să servească altor sfere sociale. Personalul şi moderatorii vor preceda deseori afirmaţiile oficiale cu cuvintele \"Mod Talk\" - \"Cuvintele Moderatorului\" sau \"Mod Hat On\" - \"Mi-am pus pălăria de moderator\".", "commGuidePara007": "Persoanele din conducere au nume purpurii şi sunt marcate cu coroane. Titlul lor este \"Eroic\"", @@ -25,21 +25,21 @@ "commGuidePara011b": "în GitHub/Wikia", "commGuidePara011c": "în Wikia", "commGuidePara011d": "pe GitHub", - "commGuidePara012": "Dacă ai o problemă sau îngrijorare privitoare la un moderator anume, te rugăm trimite un email lui Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "Dacă ai o problemă sau îngrijorare privitoare la un moderator anume, te rugăm trimite un email lui Lemoness (leslie@habitica).", "commGuidePara013": "Intr-o comunitate atât de mare precum Habitica, utilizatorii vin şi pleacă şi un moderator trebuie să-şi depună mantia de nobil şi să se relaxeze. Următorii sunt Moderatori Emeriţi. Nu mai au puterile de moderator, dar ne-ar plăcea să continuăm să le onorăm munca!", "commGuidePara014": "Moderatorii emeriţi:", "commGuideHeadingPublicSpaces": "Spaţii publice în Habitica", "commGuidePara015": "Habitica are două tipuri de spaţii sociale: publice şi private. Spaţiile publice includ Taverna, Breslele Publice, GitHub, Trello şi Wiki. Spaţiile private sunt Breslele Private, chat-ul echipei şi Mesajele Private.", "commGuidePara016": "Când navighezi prin spaţiile publice din Habitica, sunt anumite reguli generale pentru a păstra pe toată lumea în siguranţă şi fericită. Acestea ar trebui să fie simple pentru aventurieri ca tine!", - "commGuidePara017": "Respect each other. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes HabitRPG so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:", + "commGuidePara017": "Respect each other. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes Habitica so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:", "commGuideList02A": "Respectă toate Termenele şi Condiţiile.", "commGuideList02B": "Do not post images or text that are violent, threatening, or sexually explicit/suggestive, or that promote discrimination, bigotry, racism, sexism, hatred, harassment or harm against any individual or group. Not even as a joke. This includes slurs as well as statements. Not everyone has the same sense of humor, and so something that you consider a joke may be hurtful to another. Attack your Dailies, not each other.", "commGuideList02C": "Păstrţi discuţiile potrivite pentru toate vârstele. Avem mulţi habiticani tineri care folosesc site-ul! Să nu murdărim inocenţe sau să punem beţe în roate vreunui habitican în scopurile sale.", "commGuideList02D": "Evitaţi înjurăturile. Asta include înjurături mai blânde, bazate pe religie care ar putea fi acceptabile altundeva - avem oameni din toate religiile şi culturile şi vrem să ne asigurăm că toţi se simt confortabil în spaţiile publice. De asemenea, insultele vor fi pedepsite foarte sever, din moment ce sunt şi o violare a Terms of Service.", - "commGuideList02E": "Evitaţi discuţiile extinse pe teme care pot crea păreri împărţite în afara Back Corner. Dacă simţi că o persoană a spus ceva nepoliticos sau care răneşte, nu o confrunta. Un singur comentariu politicos precum \"Nu mă simt confortabil cu gluma asta\" este în regulă, dar a fi dur şi rău ca răspuns la comentariile dure şi rele creşte tensiunea şi face HabitRPG un spaţiu mai negativ. Bunătatea şi politeţea îi ajută pe alţii să înţeleagă punctul tău de vedere.", + "commGuideList02E": "Evitaţi discuţiile extinse pe teme care pot crea păreri împărţite în afara Back Corner. Dacă simţi că o persoană a spus ceva nepoliticos sau care răneşte, nu o confrunta. Un singur comentariu politicos precum \"Nu mă simt confortabil cu gluma asta\" este în regulă, dar a fi dur şi rău ca răspuns la comentariile dure şi rele creşte tensiunea şi face Habitica un spaţiu mai negativ. Bunătatea şi politeţea îi ajută pe alţii să înţeleagă punctul tău de vedere.", "commGuideList02F": "Ascultă imediat orice cerere a unui Moderator de încetare a unei discuţii sau de mutare a ei în Back Corner. Ultimele cuvinte, lovituri de despărţire sau glumiţe de final ar trebui date (politicos) la \"masa\" ta din Back Corner, dacă îţi este permis.", "commGuideList02G": "Reflectă un timp în loc să răspunzi cu furie dacă o persoană îţi spune că un lucru pe care l-ai zis îi face incomfortabili. Este nevoie de multă forţă pentru a putea să-ţi ceri scuye sincer de la cineva. Dacp simţi că modul în care ţi-a răspuns a fost nepotrivit, contactează un moderator în loc să îi confrunţi în public.", - "commGuideList02H": "Conversațiile care dezbină sau sunt litigioase ar trebui să fie raportate moderatorilor. Dacă simţi că o conversaţie devine încinsă, mult prea emoţională sau te răneşte, opreşte-te din a răspunde. În loc de asta, trimite un e-mail la leslie@habitrpg.com pentru a ne anunţa. Siguranţa ta este treaba noastră.", + "commGuideList02H": "Conversațiile care dezbină sau sunt litigioase ar trebui să fie raportate moderatorilor. Dacă simţi că o conversaţie devine încinsă, mult prea emoţională sau te răneşte, opreşte-te din a răspunde. În loc de asta, trimite un e-mail la leslie@habitica pentru a ne anunţa. Siguranţa ta este treaba noastră.", "commGuideList02I": "Nu spama. Spamul poate include dar nu e limitat la: postarea aceluiaşi comentariu sau întrebare în mai multe locuri, postarea de link-uri fără explicaţie sau context, postarea de mesaje fără sens sau postarea multor mesaje unul după altul. A cerşi repetat nestemate sau o abonare poate fi de asemenea considerat spam.", "commGuidePara019": "În spaţiile private, utilizatorii au mai multă libertate de a discuta orice temă doresc, dar în continuare nu pot viola Termenii şi Condiţiile, incluzînd postând conţinut discriminatoriu, violent sau ameninţător.", "commGuidePara020": "Mesajele Private au reguli adiţionale. Dacă o persoană te-a blocat, nu o contacta altundeva să o rogi să te deblocheze. Nu ar trebui să trimiţi mesaje private cuiva pentru a-i ruga să te susţină (din moment ce răspunsurile publice la întrebările legate de suport ajută comunitatea). În cele din urmă, nu trimite nimănui mesaj cerşind nestemate sau o abonare, deoarece pot fi considerate spam.", @@ -48,11 +48,11 @@ "commGuidePara022": "Cârciuma este locul principal de socializare pentru habiticani. Cârciumarul Daniel păszrează locul curat şi Lemoness va conjura cu plăcere nişte limonadă cât voi staţi şi vorbiţi. Doar reţine...", "commGuidePara023": "Discuţiile tind să fie obişnuite şi cu sfaturi pentru productivitate despre îmbunătăţirea vieţii.", "commGuidePara024": "Deoarece chatul Cârciumii nu poate ţine decât 200 de mesaje, nu e un loc potrivit pentru conversaţii îndelungate pe o temă, mai ales unele sensibile (spre exemplu:politică, religie, depresie, dacă vânătoarea de goblini ar trebui interzisă etc.). Aceste conversaţii ar trebui continuate în breasla corespunzătoare sau în Back Corner (mai multe informaţii în cele ce urmează)", - "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use HabitRPG to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", + "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use Habitica to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", "commGuideHeadingPublicGuilds": "Breslele Publice", "commGuidePara029": "Public guilds are much like the Tavern, except that instead of being centered around general conversation, they have a focused theme. Public guild chat should focus on this theme. For example, members of the Wordsmiths guild might be cross if they found the conversation suddenly focusing on gardening instead of writing, and a Dragon-Fanciers guild might not have any interest in deciphering ancient runes. Some guilds are more lax about this than others, but in general, try to stay on topic!", "commGuidePara031": "Some public guilds will contain sensitive topics such as depression, religion, politics, etc. This is fine as long as the conversations therein do not violate any of the Terms and Conditions or Public Space Rules, and as long as they stay on topic.", - "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitrpg.com with screenshots.", + "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitica with screenshots.", "commGuidePara035": "No Guilds, Public or Private, should be created for the purpose of attacking any group or individual. Creating such a Guild is grounds for an instant ban. Fight bad habits, not your fellow adventurers!", "commGuidePara037": "All Tavern Challenges and Public Guild Challenges must comply with these rules as well.", "commGuideHeadingBackCorner": "The Back Corner", @@ -60,7 +60,7 @@ "commGuidePara039": "The Back Corner Guild is a free public space to discuss sensitive material or a single conversation for a long time, and it is carefully moderated. The Public Space Guidelines still apply, as do all of the Terms and Conditions. Just because we are wearing long cloaks and clustering in a corner doesn't mean that anything goes! Now pass me that smoldering candle, will you?", "commGuideHeadingTrello": "Trello Boards", "commGuidePara040": "Trello serves as an open forum for suggestions and discussion of site features. Habitica is ruled by the people in the form of valiant contributors -- we all build the site together. Trello is the system that lends method to our madness. Out of consideration for this, try your best to contain all your thoughts into one comment, instead of commenting many times in a row on the same card. If you think of something new, feel free to edit your original comments. Please, take pity on those of us who receive a notification for every new comment. Our inboxes can only withstand so much.", - "commGuidePara041": "HabitRPG uses five different Trello boards:", + "commGuidePara041": "Habitica uses five different Trello boards:", "commGuideList03A": "The Main Board is a place to request and vote on site features.", "commGuideList03B": "The Mobile Board is a place to request and vote on mobile app features.", "commGuideList03C": "The Pixel Art Board is a place to discuss and submit pixel art.", @@ -68,12 +68,12 @@ "commGuideList03E": "The Wiki Board is a place to improve, discuss and request new wiki content.", "commGuidePara042": "All have their own guidelines outlined, and the Public Spaces rules apply. Users should avoid going off-topic in any of the boards or cards. Trust us, the boards get crowded enough as it is! Prolonged conversations should be moved to the Back Corner Guild.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", - "commGuidePara044": "The following users are members of the HabitRPG repo:", + "commGuidePara043": "Habitica uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", + "commGuidePara044": "The following users are members of the Habitica repo:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "The HabitRPG wiki collects information about the site. It also hosts a few forums similar to the guilds on HabitRPG. Hence, all the Public Space rules apply.", - "commGuidePara046": "The HabitRPG wiki can be considered to be a database of all things HabitRPG. It provides information about site features, guides to play the game, tips on how you can contribute to HabitRPG and also provides a place for you to advertise your guild or party and vote on topics.", - "commGuidePara047": "Since the wiki is hosted by Wikia, the terms and conditions of Wikia also apply in addition to the rules set by HabitRPG and the HabitRPG wiki site.", + "commGuidePara045": "The Habitica wiki collects information about the site. It also hosts a few forums similar to the guilds on Habitica. Hence, all the Public Space rules apply.", + "commGuidePara046": "The Habitica wiki can be considered to be a database of all things Habitica. It provides information about site features, guides to play the game, tips on how you can contribute to Habitica and also provides a place for you to advertise your guild or party and vote on topics.", + "commGuidePara047": "Since the wiki is hosted by Wikia, the terms and conditions of Wikia also apply in addition to the rules set by Habitica and the Habitica wiki site.", "commGuidePara048": "The wiki is solely a collaboration between all of its editors so some additional guidelines include:", "commGuideList04A": "Requesting new pages or major changes on the Wiki Trello board", "commGuideList04B": "Being open to other peoples' suggestion about your edit", @@ -82,7 +82,7 @@ "commGuideList04E": "Not spamming or sabotaging pages for personal gain", "commGuideList04F": "Read the wiki contribution page before making major changes", "commGuideList04G": "Ton nepărtinitor în paginile wiki", - "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of HabitRPG and not pertaining to a particular guild or party (such information can be moved to the forums)", + "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of Habitica and not pertaining to a particular guild or party (such information can be moved to the forums)", "commGuidePara049": "The following people are the current wiki administrators:", "commGuidePara018": "Administratorii Emeriţi ai Wiki sunt", "commGuideHeadingInfractionsEtc": "Infractions, Consequences, and Restoration", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Infracţiuni moderate", "commGuidePara054": "Moderate infractions do not make our community unsafe, but they do make it unpleasant. These infractions will have moderate consequences. When in conjunction with multiple infractions, the consequences may grow more severe.", "commGuidePara055": "The following are some examples of Moderate Infractions. This is not a comprehensive list.", - "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitrpg.com).", + "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitica).", "commGuideList06B": "Backseat Modding. To quickly clarify a relevant point: A friendly mention of the rules is fine. Backseat modding consists of telling, demanding, and/or strongly implying that someone must take an action that you describe to correct a mistake. You can alert someone to the fact that they have committed a transgression, but please do not demand an action-for example, saying, \"Just so you know, profanity is discouraged in the Tavern, so you may want to delete that,\" would be better than saying, \"I'm going to have to ask you to delete that post.\"", "commGuideList06C": "Repeated Violation of Public Space Guidelines", "commGuideList06D": "Infracţiuni Minore repetate", @@ -139,8 +139,8 @@ "commGuidePara062": "The email that you receive explaining the consequences of your actions (or, in the case of minor consequences, the Mod/Staff announcement) is a good source of information. Cooperate with any restrictions which have been imposed, and endeavor to meet the requirements to have any penalties lifted.", "commGuidePara063": "If you do not understand your consequences, or the nature of your infraction, ask the Staff/Moderators for help so you can avoid committing infractions in the future.", "commGuideHeadingContributing": "Contributing to Habitica", - "commGuidePara064": "HabitRPG is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", - "commGuideList12A": "HabitRPG Contributor's badge, plus 3 Gems", + "commGuidePara064": "Habitica is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", + "commGuideList12A": "Habitica Contributor's badge, plus 3 Gems", "commGuideList12B": "Armură contribuitor şi 3 Nestemate", "commGuideList12C": "Coif contribuitor şi 3 Nestemate", "commGuideList12D": "Sabie contribuitor şi 4 Nestemate", @@ -154,7 +154,7 @@ "commGuideList13C": "Tiers don't \"start over\" in each field. When scaling the difficulty, we look at all your contributions, so that people who do a little bit of art, then fix a small bug, then dabble a bit in the wiki, do not proceed faster than people who are working hard at a single task. This helps keep things fair!", "commGuideList13D": "Users on probation cannot be promoted to the next tier. Mods have the right to freeze user advancement due to infractions. If this happens, the user will always be informed of the decision, and how to correct it. Tiers may also be removed as a result of infractions or probation.", "commGuideHeadingFinal": "Secţiune Finală", - "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitrpg.com) and she will be happy to help clarify things.", + "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitica) and she will be happy to help clarify things.", "commGuidePara068": "Now go forth, brave adventurer, and slay some Dailies!", "commGuideHeadingLinks": "Useful Links", "commGuidePara069": "The following talented artists contributed to these illustrations:", @@ -163,7 +163,7 @@ "commGuideLink02": "The Back Corner Guild", "commGuideLink02description": "a guild for the discussion of long or sensitive topics.", "commGuideLink03": "The Wiki", - "commGuideLink03description": "the biggest collection of information about HabitRPG.", + "commGuideLink03description": "the biggest collection of information about Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "for bug reports or helping code programs!", "commGuideLink05": "The Main Trello", diff --git a/common/locales/ro/content.json b/common/locales/ro/content.json index 5bc08fc37e..a9fd3afff1 100644 --- a/common/locales/ro/content.json +++ b/common/locales/ro/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Şa", "foodSaddleNotes": "Transformă instantaneu un companion într-un animal de călărit.", "foodNotes": "Hrăneşte cu asta un companion şi e posibil să crească cât să-l poţi călări" -} \ No newline at end of file +} diff --git a/common/locales/ro/contrib.json b/common/locales/ro/contrib.json index dd555cd1fb..de584b119d 100644 --- a/common/locales/ro/contrib.json +++ b/common/locales/ro/contrib.json @@ -1,6 +1,6 @@ { "friend": "Prieten", - "friendFirst": "When your first set of submissions is deployed, you will receive the HabitRPG Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", + "friendFirst": "When your first set of submissions is deployed, you will receive the Habitica Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", "friendSecond": "When your second set of submissions is deployed, the Crystal Armor will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 3 Gems.", "elite": "Elită", "eliteThird": "When your third set of submissions is deployed, the Crystal Helmet will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 3 Gems.", @@ -9,24 +9,24 @@ "championFifth": "When your fifth set of submissions is deployed, the Crystal Shield will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 4 Gems.", "championSixth": "When your sixth set of submissions is deployed, you will receive a Hydra Pet. You will also receive 4 Gems.", "legendary": "Legendar", - "legSeventh": "When your seventh set of submissions is deployed, you will receive 4 Gems and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of HabitRPG! Further contributions do not increase your tier, but you may continue to earn Gem bounties and titles.", + "legSeventh": "When your seventh set of submissions is deployed, you will receive 4 Gems and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of Habitica! Further contributions do not increase your tier, but you may continue to earn Gem bounties and titles.", "moderator": "Moderator", "guardian": "Gardian", "guardianText": "Moderators were selected carefully from high tier contributors, so please give them your respect and listen to their suggestions.", "staff": "Angajaţi", "heroic": "Eroic", - "heroicText": "The Heroic tier contains HabitRPG staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).", - "npcText": "PNJi au susținut Kickstarter-ul HabitRPG la nivelul cel mai înalt. Poți să le găsești avatarurile priveghind caracteristicile sitului!", + "heroicText": "The Heroic tier contains Habitica staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).", + "npcText": "PNJi au susținut Kickstarter-ul Habitica la nivelul cel mai înalt. Poți să le găsești avatarurile priveghind caracteristicile sitului!", "modalContribAchievement": "Realizare de contribuitor!", - "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping HabitRPG. See", + "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping Habitica. See", "contribLink": "ce premii ai câștigat pentru contribuția ta!", "contribName": "Contribuitor", - "contribText": "A contribuit la HabitRPG (programare, design, pixel art, sfaturi legalizare, documente, etc.). Vrei această insignă?", + "contribText": "A contribuit la Habitica (programare, design, pixel art, sfaturi legalizare, documente, etc.). Vrei această insignă?", "readMore": "Citește mai mult", "kickstartName": "Susținător Kickstarter - Nivel $<%= tier %> ", "kickstartText": "A susținut proiectul Kickstarter", "helped": "A ajutat Habit să crească", - "helpedText1": "A ajutat HabitRPG prin completarea", + "helpedText1": "A ajutat Habitica prin completarea", "helpedText2": "acestui sondaj.", "hall": "Hală", "contribTitle": "Titlu de Contribuitor (ex. „Fierar”)", @@ -52,19 +52,19 @@ "tier": "Nivel", "visitHeroes": "Vizitează Hala Eroilor (contribuitori și susținători)", "conLearn": "Află mai mult despre răsplățile de contribuitor", - "conLearnHow": "Află cum să contribui la HabitRPG", + "conLearnHow": "Află cum să contribui la Habitica", "removeAds": "Abonează-te ca să elimini reclamele", "whyAds": "De ce reclame?", "whyAdsContent1": "Habit este un proiect open source și îi trebuie tot ajutorul posibil - consideră asta o donație pentru contribuitori. Când cumperi vei primi și 20 de nestemate pe care le poți folosi pentru a cumpăra obiecte speciale.", "whyAdsContent2": "'Hei, am susținut Kickstarter-ul!' - urmărește", "whyAdsContent3": "instrucțiunile acestea", - "surveysSingle": "Helped HabitRPG grow by filling out a survey. There are no active surveys.", - "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. There are no active surveys.", + "surveysSingle": "Helped Habitica grow by filling out a survey. There are no active surveys.", + "surveysMultiple": "Helped Habitica grow by filling out <%= surveys %> surveys. There are no active surveys.", "currentSurvey": "Current Survey", "surveyWhen": "The badge will be awarded to all participants when surveys have been processed, in late March.", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/ro/defaulttasks.json b/common/locales/ro/defaulttasks.json index 110f5bcdd7..6bd10ee39d 100644 --- a/common/locales/ro/defaulttasks.json +++ b/common/locales/ro/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Abdomene", "defaultDaily4Checklist3": "Flotări", "defaultTodoNotes": "You can either complete this To-Do, edit it, or remove it.", - "defaultTodo1Text": "Join HabitRPG (Check me off!)", + "defaultTodo1Text": "Join Habitica (Check me off!)", "defaultTodo2Text": "Defineşte un Obicei", "defaultTodo2Checklist1": "creează un Obicei", "defaultTodo2Checklist2": "fă-l doar pe \"+\", \"-\" sau \"+/-\" folosind Editarea", @@ -38,4 +38,4 @@ "defaultTag1": "dimineața", "defaultTag2": "după amiaza", "defaultTag3": "seara" -} \ No newline at end of file +} diff --git a/common/locales/ro/front.json b/common/locales/ro/front.json index b2ace99456..6ce27690a6 100644 --- a/common/locales/ro/front.json +++ b/common/locales/ro/front.json @@ -2,7 +2,7 @@ "FAQ": "Întrebări frecvente", "accept1Terms": "Prin apăsarea butonului de mai jos, sunt de acord cu", "accept2Terms": "și cu", - "alexandraQuote": "Couldn't NOT talk about HabitRPG during my speech in Madrid. Must-have tool for freelancers who still need a boss.", + "alexandraQuote": "Couldn't NOT talk about Habitica during my speech in Madrid. Must-have tool for freelancers who still need a boss.", "althaireQuote": "Having a quest constantly on really motivates me to do all my dailies and do all my to-dos. My biggest motivation is not letting my party down.", "andeeliaoQuote": "Awesome product, just started a few days ago and already more conscious and productive with my time!", "autumnesquirrelQuote": "I'm procrastinating less on work and housework and pay bills on time.", @@ -11,7 +11,7 @@ "businessSample3": "Sortează şi procesează Poşta", "businessSample4": "Pregăteşte 1 document pentru Client", "businessSample5": "Telefonează Clienţii / Bifează apelurile", - "businessText": "Utilizează HabitRPG în afacerea ta", + "businessText": "Utilizează Habitica în afacerea ta", "choreSample1": "Pune Rufele Murdare în Coş-ul de rufe", "choreSample2": "20 de minute de treabă în casă", "choreSample3": "Spală o grămadă de vase", @@ -32,14 +32,14 @@ "companyPrivacy": "Confidențialitate", "companyTerms": "Termeni", "companyVideos": "Filme", - "contribUse": "HabitRPG contributors use", + "contribUse": "Habitica contributors use", "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades... HRPG is the only thing I've used that actually helps me get things done rather than just list them.", - "dreimQuote": "When I discovered HabitRPG last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", + "dreimQuote": "When I discovered Habitica last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", "elmiQuote": "Every morning I'm looking forward to getting up so I can earn some gold!", "email": "Email", "emailNewPass": "Trimite-mi un email cu o parolă nouă", "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks Habitrpg!", - "examplesHeading": "Players use HabitRPG to manage...", + "examplesHeading": "Players use Habitica to manage...", "featureAchievementByline": "Do something totally awesome? Get a badge and show it off!", "featureAchievementHeading": "Achievement Badges", "featureEquipByline": "Buy limited edition equipment, potions, and other virtual goodies in our Market with your task rewards!", @@ -55,7 +55,7 @@ "footerMobile": "Mobil", "footerSocial": "Social", "forgotPass": "Am uitat parola", - "frabjabulousQuote": "HabitRPG is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", + "frabjabulousQuote": "Habitica is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", "free": "Play for free", "gamifyButton": "Gamify your life today!", "goalSample1": "Practice Piano for 1 Hour", @@ -71,47 +71,47 @@ "healthSample4": "Eat Healthy/Junk Food", "healthSample5": "Break a Sweat for 1 hr", "history": "Istorie", - "infhQuote": "HabitRPG has really helped me impart structure to my life in graduate school.", + "infhQuote": "Habitica has really helped me impart structure to my life in graduate school.", "invalidEmail": "Este necesară o adresă validă de email pentru a reseta parola.", - "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. HabitRPG has cured that!", + "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. Habitica has cured that!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Before HabitRPG, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", + "kazuiQuote": "Before Habitica, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingadminlink": "pachetele administrative", "landingend": "Încă nu te-ai convins?", "landingend2": "Vezi o listă mai detaliată a", "landingend3": ". Cauți o o abordare mai privată? Uită-te la ", "landingend4": "care sunt perfecte pentru familii, profesori, grupuri de susținere și afaceri.", "landingfeatureslink": "facilităților noastre", - "landingp1": "Problema cu majoritatea aplicaţiilor de productivitate de pe piață este ca nu te motivează în nici un fel să continui să le foloseşti. HabitRPG rezolvă asta făcând crearea de obiceiuri distractivă! Răsplătind succesele şi pedepsind deraierile, HabitRPG oferă o motivație externă pentru îndeplinirea activităților de zi cu zi.", - "landingp2": "De câte ori te ţi de un obicei bun, termini un țel zilnic sau respecţi o planificare, HabitRPG te răsplăteşte imediat cu puncte de exeprinţă şi monezi de aur. Cu cât acumulezi experienţă poţi să avansezi în nivel atributele îţi cresc şi vei debloca noi facilităţi şi acces la clase şi animale de companie. Monezile pot fi folosite la achiziţionarea de obiecte ce oferă o nouă experienţă de joc sau poţi achiziţiona cadouri personalizate pe care ţi le oferi tu însuţi ca ajutor în motivarea personală. Atunci când şi cel mai mic succes îţi oferă imediat o răsplată şansele ca să tragi de timp în îndeplinirea unor sarcini sunt mai mici. ", + "landingp1": "Problema cu majoritatea aplicaţiilor de productivitate de pe piață este ca nu te motivează în nici un fel să continui să le foloseşti. Habitica rezolvă asta făcând crearea de obiceiuri distractivă! Răsplătind succesele şi pedepsind deraierile, Habitica oferă o motivație externă pentru îndeplinirea activităților de zi cu zi.", + "landingp2": "De câte ori te ţi de un obicei bun, termini un țel zilnic sau respecţi o planificare, Habitica te răsplăteşte imediat cu puncte de exeprinţă şi monezi de aur. Cu cât acumulezi experienţă poţi să avansezi în nivel atributele îţi cresc şi vei debloca noi facilităţi şi acces la clase şi animale de companie. Monezile pot fi folosite la achiziţionarea de obiecte ce oferă o nouă experienţă de joc sau poţi achiziţiona cadouri personalizate pe care ţi le oferi tu însuţi ca ajutor în motivarea personală. Atunci când şi cel mai mic succes îţi oferă imediat o răsplată şansele ca să tragi de timp în îndeplinirea unor sarcini sunt mai mici. ", "landingp2header": "Recompensă instantă", - "landingp3": "Ori de câte ori îți tolerezi un obicei prost sau nu reușești să-ți îndeplinești unul din țelurile zilnice, pierzi sănătate. Dacă pierzi prea multă sănătate, vei muri și vei pierde o parte din progresul pe care l-ai făcut. Prin furnizarea unor consecințe imediate, HabitRPG poate să pună capăt obiceiurilor proaste și ciclurilor de tergiversare înainte ca acestea să creeze probleme în viața reală.", + "landingp3": "Ori de câte ori îți tolerezi un obicei prost sau nu reușești să-ți îndeplinești unul din țelurile zilnice, pierzi sănătate. Dacă pierzi prea multă sănătate, vei muri și vei pierde o parte din progresul pe care l-ai făcut. Prin furnizarea unor consecințe imediate, Habitica poate să pună capăt obiceiurilor proaste și ciclurilor de tergiversare înainte ca acestea să creeze probleme în viața reală.", "landingp3header": "Consecințe", - "landingp4": "Cu o comunitate activă, HabitRPG te trage la răspundere ca să nu-ți neglijezi țelurile. Cu sistemul de joc în echipă, îți poți aduce un grup format din cei mai apropiați prieteni pentru a te încuraja. Sistemul de bresle îți permite să găsești oameni cu interese sau obstacole similare pentru a vă putea urma același țel și a putea schimba tehnici de abordare a problemelor. Făcând parte din comunitatea HabitRPG, vei avea atât susținerea cât și tragerea la răspundă de care ai nevoie pentru a reuși. ", + "landingp4": "Cu o comunitate activă, Habitica te trage la răspundere ca să nu-ți neglijezi țelurile. Cu sistemul de joc în echipă, îți poți aduce un grup format din cei mai apropiați prieteni pentru a te încuraja. Sistemul de bresle îți permite să găsești oameni cu interese sau obstacole similare pentru a vă putea urma același țel și a putea schimba tehnici de abordare a problemelor. Făcând parte din comunitatea Habitica, vei avea atât susținerea cât și tragerea la răspundă de care ai nevoie pentru a reuși. ", "landingp4header": "Răspundere", - "leadText": "HabitRPG is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, HabitRPG can help you achieve your goals to become healthy, hard-working, and happy.", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "login": "Autentifică-te", "loginAndReg": "Autentificare / Înregistrare", "loginFacebookAlt": "Autentifică-te / Înregistrează-te cu Facebook", "logout": "Deconectează-te", "marketing1Header": "Deprinde obiceiuri bune jucându-te", - "marketing1Lead1": "HabitRPG este un joc care te ajută să-ţi îmbunătăţeşti obiceiurile. Îţi simplifică viaţa transformând țelurile (obiceiurile, activităţile zilnice) în mici monştri de cucerit. Cu cât eşti mai bun la acesta cu atât avansezi în joc. Dacă dai greşi în viaţa reală aceasta se reflectă prin decăderea caracterului tău din joc.", + "marketing1Lead1": "Habitica este un joc care te ajută să-ţi îmbunătăţeşti obiceiurile. Îţi simplifică viaţa transformând țelurile (obiceiurile, activităţile zilnice) în mici monştri de cucerit. Cu cât eşti mai bun la acesta cu atât avansezi în joc. Dacă dai greşi în viaţa reală aceasta se reflectă prin decăderea caracterului tău din joc.", "marketing1Lead2": "Ia Echipamentul Super. Îmbunătăţeşte-ţi obiceiurile pentru creşterea avatarului tău. Laudă-te cu super echipamentul pe care l-ai obţinut", "marketing1Lead2Title": "Primește echipament super", - "marketing1Lead3": "Căştigă premii aleatoare. Pentru unii norocul îi motivează, un sistem numit \"modelul stochastic\". HabitRPG adoptă toate modelele de răsplată: pozitivă, negativă, stabilită sau aleatoare.", + "marketing1Lead3": "Căştigă premii aleatoare. Pentru unii norocul îi motivează, un sistem numit \"modelul stochastic\". Habitica adoptă toate modelele de răsplată: pozitivă, negativă, stabilită sau aleatoare.", "marketing1Lead3Title": "Descoperă câştiguri aleatoare", "marketing2Header": "Concurează cu prietenii, înscrie-te în grupuri după interesele personale", - "marketing2Lead1": "Deşi poţi juca de unul singur HabitRPG, adevărata revelaţie apare când începi să colaborezi să te întreci şi să răspunzi în faţa altora. Cea mai efectivă metodă de avansare personală este responsabilitatea socială şi care mediu este mai competitiv şi mai natural decât un joc pe calculator?", + "marketing2Lead1": "Deşi poţi juca de unul singur Habitica, adevărata revelaţie apare când începi să colaborezi să te întreci şi să răspunzi în faţa altora. Cea mai efectivă metodă de avansare personală este responsabilitatea socială şi care mediu este mai competitiv şi mai natural decât un joc pe calculator?", "marketing2Lead2": "Luptă cu Super Monştri. Ce ar fi un joc de aventuri fără bătălii? Înfrânge-i în echipă. Super Monştrii sunt \"modul hiperresponsabil\" - o zi sărită de la sala de gimnastică este o zi în care monstrul loveşte pe toţi.", "marketing2Lead2Title": "Super monştri", "marketing2Lead3": "Provocările te fac să concurezi cu prieteni sau necunoscuţi. Oricine este cel mai bun la finalul provocării câştigă premii speciale.", "marketing3Header": "Aplicaţii", "marketing3Lead1": "Aplicaţiile iPhone & Android te ajută să ai grijă de afacere din mers. Realizăm că folosirea unui site şi butonarea lui poate fi neplăcută.", - "marketing3Lead2": "Alte unelte de la intremediari de categoria a 3-a conecteaza HabitRPG cu diferite aspecte ale vieţii tale. API-ul nostru asigură integrarea uşoară ca de exemplu Extensie Chrome, care te face să pierzi puncte atunci când navighezi pe site-uri neproductive dar să câştigi puncte atunci când accesezi site-urile productive. Vezi mai mult aici", + "marketing3Lead2": "Alte unelte de la intremediari de categoria a 3-a conecteaza Habitica cu diferite aspecte ale vieţii tale. API-ul nostru asigură integrarea uşoară ca de exemplu Extensie Chrome, care te face să pierzi puncte atunci când navighezi pe site-uri neproductive dar să câştigi puncte atunci când accesezi site-urile productive. Vezi mai mult aici", "marketing4Header": "Utilizarea în organizaţii", "marketing4Lead1": "Învăţământul este unul dintre cele mai ludice sectoare. Toţi ştim că studenţii din ziua de azi sunt dependenţi de smartphone-uri şi jocuri! Pune-i să concureze în competiţii. Răsplăteşte-le comportamentul bun cu premii rare. Urmăreşte îmbunătăţirea notelor şi a comportamentului.", "marketing4Lead1Title": "Elementul ludic în Educaţie", - "marketing4Lead2": "Cheltuielile pe sănătate sunt în creştere şi ceva trebuie făcut. Sute de programe sunt făcute să scadă costurile şi să îmbunătăţească viaţa. Noi credem că HabitRPG poate să călăuzează spre o cale de viaţă sănătoasă. ", + "marketing4Lead2": "Cheltuielile pe sănătate sunt în creştere şi ceva trebuie făcut. Sute de programe sunt făcute să scadă costurile şi să îmbunătăţească viaţa. Noi credem că Habitica poate să călăuzează spre o cale de viaţă sănătoasă. ", "marketing4Lead2Title": "Elementul ludic în Sănătate şi Bunăstare", "marketing4Lead3-1": "Vrei să-ţi trăieşti viaţa ca un joc?", "marketing4Lead3-2": "Eşti interesat să conduci un grup în educaţie, sănătate sau mai mult ?", @@ -126,10 +126,10 @@ "passMan": "În cazul în care folosești un manager de parole (ca 1Password) și ai probleme cu autentificarea, încearcă să tastezi numele de utilizator și parola manual.", "password": "Parolă", "playButton": "Joacă", - "playButtonFull": "Play HabitRPG", + "playButtonFull": "Play Habitica", "presskit": "Press Kit", "presskitDownload": "Download all images:", - "presskitText": "Thanks for your interest in HabitRPG! The following images can be used for articles or videos about HabitRPG. For more information, please contact Siena Leslie at leslie@habitrpg.com.", + "presskitText": "Thanks for your interest in Habitica! The following images can be used for articles or videos about Habitica. For more information, please contact Siena Leslie at leslie@habitica.com.", "privacy": "Politica de confidențialitate", "psst": "Psst", "punishByline": "Break bad habits and procrastination cycles with immediate consequences.", @@ -152,9 +152,9 @@ "schoolSample3": "Meet with Study Group", "schoolSample4": "Notes for 1 Chapter", "schoolSample5": "Read 1 Chapter", - "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to HabitRPG. I'm just always so eager to reach my next level-up!", + "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to Habitica. I'm just always so eager to reach my next level-up!", "skysailorQuote": "My party and our quests keep me engaged in the game, which keeps me motivated to get things done and change my life in positive ways", - "socialTitle": "HabitRPG - Viaţa ca un joc", + "socialTitle": "Habitica - Viaţa ca un joc", "supermouse35Quote": "I'm exercising more and I haven't forgotten to take my meds for months! Thanks, Habit. :D", "sync": "Sincronizare", "tasks": "Țeluri", @@ -172,11 +172,11 @@ "username": "Nume de utilizator", "watchVideos": "Priveşte filme", "work": "Work", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "zelahQuote": "With Habitica, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", "reportAccountProblems": "Report Account Problems", "reportCommunityIssues": "Report Community Issues", "generalQuestionsSite": "General Questions about the Site", "businessInquiries": "Business Inquiries", "merchandiseInquiries": "Merchandise Inquiries", "marketingInquiries": "Marketing/Social Media Inquiries" -} \ No newline at end of file +} diff --git a/common/locales/ro/gear.json b/common/locales/ro/gear.json index 05f4fb6bf2..45c7914af7 100644 --- a/common/locales/ro/gear.json +++ b/common/locales/ro/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Roba fulg de zăpadă", "armorSpecialSnowflakeNotes": "A robe to keep you warm, even in a blizzard. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.", "armorSpecialBirthdayText": "Robe absurde de petrecere", - "armorSpecialBirthdayNotes": "Happy Birthday, HabitRPG! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthdayNotes": "Happy Birthday, Habitica! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialBirthday2015Text": "Îmbrăcăminte aiurea pentru petrecere", - "armorSpecialBirthday2015Notes": "Happy Birthday, HabitRPG! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthday2015Notes": "Happy Birthday, Habitica! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialGaymerxText": "Armura curcubeu", "armorSpecialGaymerxNotes": "In celebration of pride season and GaymerX, this special armor is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGBTQ and gaming and is open to everyone. It takes place at the InterContinental in downtown San Francisco on July 11-13! Confers no benefit.", "armorSpecialSpringRogueText": "Costum lucios de pisică", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", "eyewearMystery301405Notes": "No eyewear could be fancier than a monocle - except, perhaps, for a pair of goggles. Confers no benefit. July 3015 Subscriber Item." -} \ No newline at end of file +} diff --git a/common/locales/ro/generic.json b/common/locales/ro/generic.json index e472cbd937..e570ae424e 100644 --- a/common/locales/ro/generic.json +++ b/common/locales/ro/generic.json @@ -1,11 +1,11 @@ { "languageName": "Română", "stringNotFound": "Bucata de text '<%= string %>' nu a fost găsită.", - "titleIndex": "HabitRPG | Viaţa ta ca un joc de rol (RPG)", + "titleIndex": "Habitica | Viaţa ta ca un joc de rol (RPG)", "habitica": "Habitica", "expandToolbar": "Desfășoară Bara de unelte", "collapseToolbar": "Restrânge Bara de unelte", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "markdownBlurb": "Habitica uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", "showFormattingHelp": "Show formatting help", "hideFormattingHelp": "Hide formatting help", "youType": "You type:", @@ -14,8 +14,8 @@ "bold": "**Bold**", "strikethrough": "~~Strikethrough~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Habitica is great!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`code`", @@ -61,13 +61,13 @@ "veteranText": "A îndurat Habit cel Gri (situl nostru pre Angular) și a dobândit multe cicatrici de luptă de la erorile lui.", "originalUser": "Utilizator Original!", "originalUserText": "Unul dintre cei mai timpurii jucători. Vorbim de testerii alpha!", - "habitBirthday": "HabitRPG Birthday Bash", - "habitBirthdayText": "Celebrated the HabitRPG Birthday Bash!", - "habitBirthdayPluralText": "Celebrated <%= number %> HabitRPG Birthday Bashes!", + "habitBirthday": "Habitica Birthday Bash", + "habitBirthdayText": "Celebrated the Habitica Birthday Bash!", + "habitBirthdayPluralText": "Celebrated <%= number %> Habitica Birthday Bashes!", "achievementDilatory": "Salvatorul de la amânare", "achievementDilatoryText": "A ajutat la înfrângerea înfiorătorului Drag'on al Amânării în timpul evenimentului stropirii din vara lui 2014", "costumeContest": "2014 Costume Contest", - "costumeContestText": "Participated in the 2014 Halloween Costume Contest. See some of the entries at blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Participated in the 2014 Halloween Costume Contest. See some of the entries at blog.habitica.com/tagged/cosplay!", "memberSince": "- Membru din", "lastLoggedIn": "- S-a autentificat ultima oară pe", "notPorted": "Această facilitate nu a fost încă preluată de la situl original.", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "Pune o întrebare", "reportBug": "Semnalează un defect", - "contributeToHRPG": "Contribuie la HabitRPG", + "contributeToHRPG": "Contribuie la Habitica", "overview": "Rezumat pentru Utilizatori Noi", "January": "Ianuarie", "February": "Februarie", @@ -107,4 +107,4 @@ "dateFormat": "Date Format", "achievementStressbeast": "Savior of Stoïkalm", "achievementStressbeastText": "Helped defeat the Abominable Stressbeast during the 2015 Winter Wonderland Event!" -} \ No newline at end of file +} diff --git a/common/locales/ro/groups.json b/common/locales/ro/groups.json index a32622e740..bbf957ee07 100644 --- a/common/locales/ro/groups.json +++ b/common/locales/ro/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Sort by date joined the party", "sortName": "Sort by avatar name", "sortBackgrounds": "Sort by background", - "sortHabitrpgJoined": "Sort by HabitRPG date joined", + "sortHabitrpgJoined": "Sort by Habitica date joined", "sortHabitrpgLastLoggedIn": "Sort by last time user logged in", "ascendingSort": "Sort Ascending", "descendingSort": "Sort Descending", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Only group leader can create challenges", "sendGift": "Send Gift", "inviteFriends": "Invite Friends", - "inviteAlertInfo": "Invite friends by User ID here.", + "inviteAlertInfo": "Invite friends by User ID here.", "inviteExistUser": "Invite Existing User", "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.", "byColon": "By:", @@ -123,4 +123,4 @@ "startAParty": "Start a Party", "addToParty": "Add someone to your party", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/ro/limited.json b/common/locales/ro/limited.json index fb7a2311c3..4a27aa7439 100644 --- a/common/locales/ro/limited.json +++ b/common/locales/ro/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Seasonal Sorceress<%= linkEnd %>", "seasonalShopClosedText": "The Seasonal Shop is currently closed!! I don't know where the Seasonal Sorceress is now, but I bet she'll be back during the next <%= linkStart %>Grand Gala<%= linkEnd %>!", - "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "If you've used the Orb of Rebirth, you can repurchase this equipment in the Rewards Column after you unlock the Item Shop. Initially, you'll only be able to purchase the items for your current class (Warrior by default), but fear not, the other class-specific items will become available if you switch to that class.", "candycaneSet": "Candy Cane (Mage)", "skiSet": "Ski-sassin (Rogue)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/ro/messages.json b/common/locales/ro/messages.json index 624ba46c28..aa470f1424 100644 --- a/common/locales/ro/messages.json +++ b/common/locales/ro/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/ro/npc.json b/common/locales/ro/npc.json index 54c8f8d1d3..9e920303b8 100644 --- a/common/locales/ro/npc.json +++ b/common/locales/ro/npc.json @@ -22,7 +22,7 @@ "dismissAlert": "Renunţă la această atenţionare", "donateText1": "Adaugă 20 de Nestemate contului tău. Nestematele se folosesc pentru a cumpăra obiecte speciale din joc, cum ar fi tricouri și frizuri.", "donateText2": "Donează pentru dezvoltatori", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", "donationDesc": "20 Nestemate, Donație pentru dezvoltatori", "payWithCard": "Plătește cu Card", "payNote": "Notă: câteodată PayPal ia mai mult timp pentru a confirma. Recomandăm plata cu cardul.", @@ -52,10 +52,10 @@ "tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "Your Party will help you stay accountable. Invite friends to unlock a Quest Scroll!", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List
  • Spend your hard-earned Gold here!
  • Purchase Equipment for your avatar, or set custom Rewards.
", "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "welcomeToHabit": "Welcome to Habitica, a game to improve your life!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now you'll customize your avatar and set up your tasks...", "imReady": "I'm Ready!" -} \ No newline at end of file +} diff --git a/common/locales/ro/pets.json b/common/locales/ro/pets.json index d0160c1a57..ffa4980bce 100644 --- a/common/locales/ro/pets.json +++ b/common/locales/ro/pets.json @@ -14,7 +14,7 @@ "mantisShrimp": "Crevete călugăr", "mammoth": "Woolly Mammoth", "orca": "Orca", - "rarePetPop1": "Apasă pe laba de aur pentru a afla mai multe despre cum poți obține acest companion rar contribuind la HabitRPG!", + "rarePetPop1": "Apasă pe laba de aur pentru a afla mai multe despre cum poți obține acest companion rar contribuind la Habitica!", "rarePetPop2": "Cum să primeşti acest companion", "potion": "Poţiune <%= potionType %>", "egg": "Ou <%= eggType %> ", @@ -28,7 +28,7 @@ "foodText": "food", "food": "Hrană şi şei", "noFood": "Nu ai deloc mâncare sau şei", - "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", + "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", "beastMasterProgress": "Beast Master Progress", "beastAchievement": "Ai primit medalia de \"Stăpânul fiarelor\" pentru că ai strâns toţi companionii!", "beastMasterName": "Beast Master", @@ -65,4 +65,4 @@ "petKeyBoth": "Release Both", "petKeyNeverMind": "Încă nu", "gemsEach": "nestemate fiecare" -} \ No newline at end of file +} diff --git a/common/locales/ro/quests.json b/common/locales/ro/quests.json index 63da81c13e..71e7b007f2 100644 --- a/common/locales/ro/quests.json +++ b/common/locales/ro/quests.json @@ -60,4 +60,4 @@ "questWarning": "Dacă jucători noi se înscriu în echipă înainte ca aventura să pornească, aceştia vor primi şi ei o invitaţie. Dacă totuşi aventura a început deja, niciun nou jucător nu se poate alătura acesteia.", "bossRageTitle": "Furie", "bossRageDescription": "When this bar fills, the boss will unleash a special attack!" -} \ No newline at end of file +} diff --git a/common/locales/ro/questscontent.json b/common/locales/ro/questscontent.json index 0763423fe8..a4aea7772d 100644 --- a/common/locales/ro/questscontent.json +++ b/common/locales/ro/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/ro/rebirth.json b/common/locales/ro/rebirth.json index c1fc902036..a2fb532d0f 100644 --- a/common/locales/ro/rebirth.json +++ b/common/locales/ro/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Renaştere: O nouă aventură te aşteaptă!", - "rebirthUnlock": "Ai deblocat Renaşterea! Această achiziţie specială îţi permite să începi un joc nou de la nivelul 1 păstrând totodată toate țelurile, realizările, animalele de companie şi multe altele. Folosește-o ca să redai viață jocului HabitRPG dacă simţi că ai realizat totul sau ca să experimentezi facilităţi noi cu o perspectivă proaspătă a unui caracter începător.", + "rebirthUnlock": "Ai deblocat Renaşterea! Această achiziţie specială îţi permite să începi un joc nou de la nivelul 1 păstrând totodată toate țelurile, realizările, animalele de companie şi multe altele. Folosește-o ca să redai viață jocului Habitica dacă simţi că ai realizat totul sau ca să experimentezi facilităţi noi cu o perspectivă proaspătă a unui caracter începător.", "rebirthBegin": "Renaştere: Începe o nouă aventură!", "rebirthStartOver": "Renaşterea îți readuce personajul la Nivelul 1, ca şi cum ai fi creat un cont nou.", "rebirthAdvList1": "Ai revenit la Sănătate deplină.", @@ -22,4 +22,4 @@ "rebirthPop": "Începe un nou personaj la Nivelul 1 păstrând realizările, obiectele de colecție și țelurile cu istoric.", "rebirthName": "Globul Renașterii", "reborn": "Renăscut, nivel maxim <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/ro/settings.json b/common/locales/ro/settings.json index ecaa41b44f..56f762c7a8 100644 --- a/common/locales/ro/settings.json +++ b/common/locales/ro/settings.json @@ -2,7 +2,7 @@ "settings": "Setări", "language": "Limbă", "americanEnglishGovern": "În cazul unei neînţelegeri în textul traducerii, versiunea originală Engleza Americană prevalează.", - "helpWithTranslation": "Would you like to help with the translation of HabitRPG? Great! Then visit this Trello card.", + "helpWithTranslation": "Would you like to help with the translation of Habitica? Great! Then visit this Trello card.", "showHeaderPop": "Arată avatarul tău, nivelul de Sănătate/Experiență și echipa.", "stickyHeader": "Antet lipit", "stickyHeaderPop": "Lipește antetul în partea de sus a ecranului. Lăsând această opțiune nebifată, antetul se va ascunde.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Opțiunile avansate ale țelurilor sunt ascunse", "startAdvCollapsedPop": "Cu această opțiune activată, Opțiunile Avansate vor fi ascunse atunci când deschizi pentru prima oară un țel pentru modificare.", "showTour": "Arată Tur de prezentare", - "restartTour": "Repornește turul introductiv prezentat când ai intrat prima oară în HabitRPG.", + "restartTour": "Repornește turul introductiv prezentat când ai intrat prima oară în Habitica.", "showBailey": "Arat-o pe Bailey", "showBaileyPop": "Cheam-o pe Bailey Crainica afară din ascunziș pentru a revedea știrile vechi.", "fixVal": "Aranjează Valorile Personajului", @@ -27,7 +27,7 @@ "resetAccount": "Resetează contul", "resetAccPop": "Ia-o de la început, eliminiând toate nivelele, aurul, echipamentul, istoricul și țelurile.", "deleteAccount": "Șterge contul", - "deleteAccPop": "Anulează și șterge contul tău HabitRPG.", + "deleteAccPop": "Anulează și șterge contul tău Habitica.", "qrCode": "Cod de bare QR", "dataExport": "Export date", "saveData": "Aici sunt câteva opțiuni pentru salvarea datelor tale din Habit.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Când începe ziua", "24HrClock": "Ceas cu 24H", - "customDayStartInfo1": "HabitRPG defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", - "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", + "customDayStartInfo1": "Habitica defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", + "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", "misc": "Altele", "showHeader": "Arată antet", "changePass": "Schimbă parola", @@ -56,7 +56,7 @@ "dangerZone": "Zona de pericol", "resetText1": "ATENŢIE! Aceasta îţi va reseta multe setari ale contului. Este foarte nerecomandat dar totuşi unii utilizatori găsesc aceasta resetare folositoare la început după ce s-au distrat cu site-ul pentru puţin timp.", "resetText2": "Vei pierde toate nivelurile, aurul şi punctele de exeprienţă. Toate sarcinile vor fi şterse permanent şi vei pierde şi istoricul lor. Vei pierde tot echipamentul dar îl vei putea cumpăra din nou incluzând toate ediţiile limitate say itemurile misterioase de abonat pe care deja le deţineai (va trebui să fi setat pe clasa respectivului echipament specific). Vei păstra clasa curentă şi companionii împreună cu animalele de călărit. Poate preferi să utilizezi Globul Renaşterii care este o opţiune mai sigură şi care-ţi păstrează sarcinile curente.", - "deleteText": "Ești sigur(ă)? Asta îți va șterge contul pentru totdeauna și nu va mai putea fi niciodată restaurat! Va trebui să înregistrezi un nou cont pentru a folosi HabitRPG din nou. Nestematele deținute sau cheltuite nu vor fi restituite. Dacă ești absolut sigur(ă), tastează <%= deleteWord %> în căsuța pentru text de mai jos.", + "deleteText": "Ești sigur(ă)? Asta îți va șterge contul pentru totdeauna și nu va mai putea fi niciodată restaurat! Va trebui să înregistrezi un nou cont pentru a folosi Habitica din nou. Nestematele deținute sau cheltuite nu vor fi restituite. Dacă ești absolut sigur(ă), tastează <%= deleteWord %> în căsuța pentru text de mai jos.", "API": "API", "APIText": "Foloseşte acestea la cererea unor aplicaţii externe. Totuşi consideră Tokenul API ca o parolă şi nu o afişa public. Ocazional ţi se va cere ID-ul tău de utilizatăr dar nu afişa Token-ul API nicăieri unde ar putea fi văzut de ceilalţi inclusiv în Github.", "APIToken": "Tokern API (aceasta este ca o parolă - a se vedea atenţionarea de mai sus!)", @@ -79,13 +79,13 @@ "data": "Data", "exportData": "Export Data", "emailChange1": "To change your email address, please send an email to", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "including both your old and new email address as well as your User ID.", "username": "Login Name", "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Registered with Facebook", - "loginNameDescription1": "This is what you use to login to HabitRPG. Go to", + "loginNameDescription1": "This is what you use to login to Habitica. Go to", "loginNameDescription2": "User->Profile", "loginNameDescription3": "to change the name that appears in your avatar and chat messages.", "emailNotifications": "Email Notifications", @@ -101,12 +101,12 @@ "questStarted": "Your Quest has Begun", "invitedQuest": "Invited to Quest", "kickedGroup": "Kicked from group", - "remindersToLogin": "Reminders to check in to HabitRPG", + "remindersToLogin": "Reminders to check in to Habitica", "unsubscribedSuccessfully": "Unsubscribed successfully!", - "unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from the settings (requires login).", - "unsubscribedTextOthers": "You won't receive any other email from HabitRPG.", + "unsubscribedTextUsers": "You have successfully unsubscribed from all Habitica emails. You can enable only the emails you want to receive from the settings (requires login).", + "unsubscribedTextOthers": "You won't receive any other email from Habitica.", "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.", + "unsubscribeAllEmailsText": "By checking this box, I certify that I understand that by unsubscribing from all emails, Habitica will never be able to notify me via email about important changes to the site or my account.", "correctlyUnsubscribedEmailType": "Correctly unsubscribed from \"<%= emailType %>\" emails.", "subscriptionRateText": "Recurring $<%= price %> every <%= months %> months", "benefits": "Benefits", @@ -119,4 +119,4 @@ "promoCodeApplied": "Promo Code Applied! Check your inventory", "promoPlaceholder": "Enter Promotion Code", "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." -} \ No newline at end of file +} diff --git a/common/locales/ro/spells.json b/common/locales/ro/spells.json index 0bb60b57f9..1b70d955e8 100644 --- a/common/locales/ro/spells.json +++ b/common/locales/ro/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Cancel the effects of Seafoam." -} \ No newline at end of file +} diff --git a/common/locales/ro/subscriber.json b/common/locales/ro/subscriber.json index 8d27383075..0538042474 100644 --- a/common/locales/ro/subscriber.json +++ b/common/locales/ro/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / Lună", "organization": "Organizație", "groupPlans": "Corporate Plans", - "indivPlan1": "HabitRPG este gratuit pentru persoane fizice. Chiar și pentru grupuri mici, gratuit (sau ieftin)", + "indivPlan1": "Habitica este gratuit pentru persoane fizice. Chiar și pentru grupuri mici, gratuit (sau ieftin)", "indivPlan2": "poate fi folosit pentru a motiva participanții în modificarea comportamentului. De exemplu cercuri literare de creație, provocări artistice și altele.", - "groupText1": "Dar unii lideri de grup vor dori mai mult control, confidențialitate, securitate și asistență. Exemple de astfel de grupuri sunt: familii, grupuri de îngrijirea sănătății, grupuri de angajați și altele. Aceste abonamente furnizează copii private HabitRPG pentru grupul sau organizația dumneavoastră, sigure și independente de ", + "groupText1": "Dar unii lideri de grup vor dori mai mult control, confidențialitate, securitate și asistență. Exemple de astfel de grupuri sunt: familii, grupuri de îngrijirea sănătății, grupuri de angajați și altele. Aceste abonamente furnizează copii private Habitica pentru grupul sau organizația dumneavoastră, sigure și independente de ", "groupText2": "Vedeți mai jos pentru avantaje suplimentare ale abonamentelor și contactați-ne pentru mai multe informații!", "planFamily": "Familie (în curând)", "planGroup": "Grup (în curând)", "dedicatedHost": "Găzduire dedicată", - "dedicatedHostText": "Găzduire dedicată: veți primi propria bază de date și server găzduite de HabitRPG sau opțional vom îl vom instala în rețeaua organizației dumneavoastră. Dacă nu este bifat, acest abonament folosește „Găzduire comună”: organizația dumneavoastră folosește aceaași bază de date ca originalul HabitRPG evoluând independent de Habitica. Membrii dumneavoastră nu au acces la Tavernă și Bresle, dar sunt în același server/bază de date. ", + "dedicatedHostText": "Găzduire dedicată: veți primi propria bază de date și server găzduite de Habitica sau opțional vom îl vom instala în rețeaua organizației dumneavoastră. Dacă nu este bifat, acest abonament folosește „Găzduire comună”: organizația dumneavoastră folosește aceaași bază de date ca originalul Habitica evoluând independent de Habitica. Membrii dumneavoastră nu au acces la Tavernă și Bresle, dar sunt în același server/bază de date. ", "individualSub": "Abonament individual", "subscribe": "Abonare", "subscribed": "Abonat", @@ -33,9 +33,9 @@ "adminSub": "Abonamente de administrator", "morePlans": "Mai multe abonamente
În curând", "organizationSub": "Organizație privată", - "organizationSubText": "Membrii organizației participă în afara originalului HabitRPG, concentrând atenția participanților dumneavoastră. ", + "organizationSubText": "Membrii organizației participă în afara originalului Habitica, concentrând atenția participanților dumneavoastră. ", "hostingType": "Tip găzduire", - "hostingTypeText": "Găzduire comună înseamnă că organizația dumneavoastră folosește aceeași bază de date ca HabitRPG original chiar dacă nu interacționați cu Habitica. Găzduirea dedicată înseamnă că primiți propriile bază de date și server. Puteți alege ca HabitRPG să vă găzduiască serverul/baza de date sau v-o putem instala pe serverele dvs.", + "hostingTypeText": "Găzduire comună înseamnă că organizația dumneavoastră folosește aceeași bază de date ca Habitica original chiar dacă nu interacționați cu Habitica. Găzduirea dedicată înseamnă că primiți propriile bază de date și server. Puteți alege ca Habitica să vă găzduiască serverul/baza de date sau v-o putem instala pe serverele dvs.", "dedicated": "Dedicată", "customDomain": "Domeniu la alegere", "customDomainText": "Opțional vă putem furniza un domeniu la alegere.", @@ -58,7 +58,7 @@ "buySubsText": "Cumpărați nestemate cu Aur, fără reclame, ajutați dezvoltatorii", "sureCancelSub": "Sunteți sigur că vreți să anulați abonamentul?", "subCanceled": "Abonarea va deveni inactivă în ", - "subGemPop": "Pentru că te-ai abonat la HabitRPG poţi cumpăra un număr de nestemate în fiecare lună folosind Aur. Poţi vedea câte îţi sunt permise să le cumperi în colţul Nestematei afişate.", + "subGemPop": "Pentru că te-ai abonat la Habitica poţi cumpăra un număr de nestemate în fiecare lună folosind Aur. Poţi vedea câte îţi sunt permise să le cumperi în colţul Nestematei afişate.", "subGemName": "Nestematele abonatului", "timeTravelers": "Călători în timp", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> şi <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Update Card", "subUpdateTitle": "Update", "subUpdateDescription": "Update the card to be charged." -} \ No newline at end of file +} diff --git a/common/locales/ro/tasks.json b/common/locales/ro/tasks.json index c5adb734f1..6518cb7422 100644 --- a/common/locales/ro/tasks.json +++ b/common/locales/ro/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Șterge pe cele împlinite", "lotOfToDos": "arcinile îndeplinite sunt arhivate automat după 3 zile. Le poți accesa de la Setări > Export.", "deleteToDosExplanation": "Dacă apeşi butonul de mai jos toate sarcinile inclusiv cele arhivate vor fi şterse permanent. Exportă-le mai întăi dacă doreşti să ţi o înregistrare a lor.", - "beeminderDeleteWarning": "Beeminder users: First read Deleting Completed To-Dos Without Confusing Beeminder!", + "beeminderDeleteWarning": "Beeminder users: First read Deleting Completed To-Dos Without Confusing Beeminder!", "addmultiple": "Add Multiple", "addsingle": "Add Single", "habits": "Obiceiuri", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "You're Resting in the Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If you're in a quest, you won't deal damage/collect items until you check out of the Inn, but you can still be injured by a Boss if your Party mates skip their own Dailies.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Click for help" -} \ No newline at end of file +} diff --git a/common/locales/ru/backgrounds.json b/common/locales/ru/backgrounds.json index 2e768d3758..a70fe37852 100644 --- a/common/locales/ru/backgrounds.json +++ b/common/locales/ru/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Прокатитесь на гигантской волне!", "backgroundSunkenShipText": "Затонувший корабль", "backgroundSunkenShipNotes": "Исследуйте затонувший корабль." -} \ No newline at end of file +} diff --git a/common/locales/ru/challenge.json b/common/locales/ru/challenge.json index 0692445f5f..b4586e9d0b 100644 --- a/common/locales/ru/challenge.json +++ b/common/locales/ru/challenge.json @@ -36,7 +36,7 @@ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Для общедоступных испытаний минимум составляет 1 самоцвет (действенная мера против спама).", - "officialChallenge": "Официальное испытание HabitRPG", + "officialChallenge": "Официальное испытание Habitica", "by": "от", "participants": "Участников: <%= membercount %>", "join": "Присоединиться", @@ -57,4 +57,4 @@ "prizeValue": "<%= gemcount %> <%= gemicon %> в награду", "clone": "Клонировать", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/ru/character.json b/common/locales/ru/character.json index 10f2b68cd0..ccdcd3da88 100644 --- a/common/locales/ru/character.json +++ b/common/locales/ru/character.json @@ -56,7 +56,7 @@ "costumeText": "Если внешний вид какой-либо экипировки вам нравится больше, чем надетой сейчас, можете отметить «Использовать костюм» для того, чтобы визуально предстать в желаемом костюме поверх боевой экипировки.", "useCostume": "Использовать костюм", "useCostumeInfo1": "Нажмите «Использовать костюм», чтобы надеть на персонажа вещи, не влияя на характеристики текущей экипировки. Это позволит вам одеть наиболее эффективную экипировку на левой половине экрана и отдельно настроить внешний вид аватара на правой половине экрана.", - "useCostumeInfo2": "Нажав \"Использовать Костюм\" на вашем аватаре не будет экипировки, но не бойтесь! Если вы посмотрите налево вы увидите, что экипировка еще действует на характеристики персонажа. Все что вы экипируете на правой половине экрана не повлияет на ваши характеристики, но позволит вашему аватару отлично выглядеть. Вы можете пробовать различные комбинации экипировок, смешивать экипировку из различных наборов а также выбирать питомца, скакуна и фон.

Есть вопросы? Проверьте Страницу Костюмов на вики. Нашли отличное сочетание? Продемонстрируйте его в Гильдии Карнавала Костюмов или похвастайтесь им в Таверне.", + "useCostumeInfo2": "Нажав \"Использовать Костюм\" на вашем аватаре не будет экипировки, но не бойтесь! Если вы посмотрите налево вы увидите, что экипировка еще действует на характеристики персонажа. Все что вы экипируете на правой половине экрана не повлияет на ваши характеристики, но позволит вашему аватару отлично выглядеть. Вы можете пробовать различные комбинации экипировок, смешивать экипировку из различных наборов а также выбирать питомца, скакуна и фон.

Есть вопросы? Проверьте Страницу Костюмов на вики. Нашли отличное сочетание? Продемонстрируйте его в Гильдии Карнавала Костюмов или похвастайтесь им в Таверне.", "gearAchievement": "Вы заработали значок «Превосходная экипировка» за максимальное усовершенствование комплекта экипировки для вашего класса! Вы собрали полные наборы для следующих классов:", "moreGearAchievements": "Чтобы заработать больше значков «Первосходная экипировка», меняйте классы на странице характеристик и покупайте обмундирование для нового класса!", "armoireUnlocked": "Теперь вам доступен волшебный сундук! Кликайте на нем, чтобы случайным образом получить предмет из особого снаряжения! Также вам может достаться опыт или еда.", @@ -77,7 +77,7 @@ "allocatePerPop": "Добавить очко к восприятию", "allocateInt": "Очки, распределенные на интеллект:", "allocateIntPop": "Добавить очко к интеллекту", - "noMoreAllocate": "Теперь, после достижения 100-го уровня, вы больше не будете получать Очки Характеристик. Вы можете продолжить повышать свой уровень или же начать новое приключение с первого уровня, воспользовавшись Шаром возрождения, доступным бесплатно на Рынке.", + "noMoreAllocate": "Теперь, после достижения 100-го уровня, вы больше не будете получать Очки Характеристик. Вы можете продолжить повышать свой уровень или же начать новое приключение с первого уровня, воспользовавшись Шаром возрождения, доступным бесплатно на Рынке.", "stats": "Характеристики", "strength": "Сила", "strengthText": "Сила увеличивает шанс случайных «критических ударов» и количество золота, опыта и вещей, которые вы за них получите. Она также помогает наносить больший урон монстрам-боссам.", @@ -117,7 +117,7 @@ "distributePoints": "Распределить свободные очки", "distributePointsPop": "Направляет все нераспределенные очки на улучшение характеристик в соответствии с выбранной схемой распределения.", "warriorText": "Воины чаще и лучше наносят «критические удары», которые случайным образом увеличивают награду за выполнение заданий: золото, опыт и шанс выпадения предметов. Кроме того, воины наносят значительный урон монстрам-боссам. Играйте за воина, если для вас существенным стимулом станет возможность сорвать джекпот, неожиданно получив больше наград, или осыпать сильнейшими ударами босса в квестах!", - "mageText": "Маги быстро учатся, получая опыт и уровни быстрее, чем другие классы. Они также выгодно используют ману на особые навыки. Играйте за мага, если вам по душе тактическая сторона HabitRPG или если хорошей мотивацией для вас служит получение новых уровней и открытие дополнительных возможностей. ", + "mageText": "Маги быстро учатся, получая опыт и уровни быстрее, чем другие классы. Они также выгодно используют ману на особые навыки. Играйте за мага, если вам по душе тактическая сторона Habitica или если хорошей мотивацией для вас служит получение новых уровней и открытие дополнительных возможностей. ", "rogueText": "Разбойники накапливают богатства, получая больше золота, чем кто бы там ни было. Они также эксперты по поиску различных предметов. Их культовая способность «Хитрость» позволяет им уклониться от последствий невыполненных ежедневных заданий. Играйте за разбойника, если хорошей мотивацией для вас являются награды и достижения и вы жаждете трофеев и значков!", "healerText": "Целители неуязвимы перед уроном и распространяют защиту на других. Пропущенные ежедневные задания и вредные привычки несильно их беспокоят, а после неудачи они могут восстановить здоровье. Играйте за целителя, если вам нравится помогать другим членам команды или если вас вдохновляет мысль о возможности усердным трудом обмануть смерть.", "optOut": "Не выбирать", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Убрать питомца, скакуна, фон", "animalSkins": "Звериные цвета", "chooseClassHeading": "Выберите класс! Вы можете отказаться и сделать выбор позже.", - "warriorWiki": "Воин", - "mageWiki": "Маг", - "rogueWiki": "Разбойник", - "healerWiki": "Целитель", - "chooseClassLearn": "Подробнее о классах", + "warriorWiki": "Воин", + "mageWiki": "Маг", + "rogueWiki": "Разбойник", + "healerWiki": "Целитель", + "chooseClassLearn": "Подробнее о классах", "str": "СИЛ", "con": "ТЕЛ", "per": "ВОС", "int": "ИНТ" -} \ No newline at end of file +} diff --git a/common/locales/ru/communityguidelines.json b/common/locales/ru/communityguidelines.json index 978fa4aa3b..71777b0c3d 100644 --- a/common/locales/ru/communityguidelines.json +++ b/common/locales/ru/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "Эти правила действуют для всех мест, которые мы используем для общения, включая (но не ограничиваясь) Trello, GitHub, Transifex и Wikia (wiki). Иногда могут возникать непредвиденные ситуации, например новый источник конфликтных ситуаций или злобный некромант. Когда такое случается, модераторы могут редактировать эти правила, чтобы уберечь сообщество от новых угроз. Но причин для беспокойства нет: если правила будут изменены, вы узнаете об этом из объявления Бэйли.", "commGuidePara004": "А теперь приготовьте ваши перья и свитки для записей и давайте начнем!", "commGuideHeadingBeing": "Быть гражданином страны Habitica", - "commGuidePara005": "HabitRPG — это, в первую очередь, сайт, посвященный саморазвитию. Как результат, нам повезло собрать вокруг этой идеи самое благожелательное, доброе, очень учтивое и поддерживающее сообщество в Сети. Есть множество черт которые характерны для жителя страны Habitica. Вот лишь некоторые из часто встречающихся и наиболее явных:", + "commGuidePara005": "Habitica — это, в первую очередь, сайт, посвященный саморазвитию. Как результат, нам повезло собрать вокруг этой идеи самое благожелательное, доброе, очень учтивое и поддерживающее сообщество в Сети. Есть множество черт которые характерны для жителя страны Habitica. Вот лишь некоторые из часто встречающихся и наиболее явных:", "commGuideList01A": "Дух взаимопомощи. Множество людей посвящают свое время и энергию, чтобы помочь новым членам нашего сообщества, направить их в нужном направлении. Гильдия новичков, например — это гильдия, посвящённая исключительно ответам на вопросы людей. Если вы считаете, что можете кому-то помочь — не стесняйтесь!", "commGuideList01B": "Усердие. Жители страны Habitica старательно работают, чтобы улучшить свои жизни, но, кроме этого, они помогают разрабатывать и улучшать этот сайт. Мы — проект с открытым исходным кодом, поэтому мы все постоянно работаем над тем, чтобы наш сайт стал еще лучше.", "commGuideList01C": "Поддержка. В стране Habitica принято подбадривать друг друга и радоваться своим и чужим победам, помогать пережить тяжелые времена. Мы делимся друг с другом стойкостью, рассчитываем друг на друга, учимся друг у друга. Мы помогаем заклинаниями друзьям из команды, мы помогаем добрым словом людям в чате.", @@ -25,21 +25,21 @@ "commGuidePara011b": "в GitHub/Wikia", "commGuidePara011c": "в Wikia", "commGuidePara011d": "в GitHub", - "commGuidePara012": "Если у вас возникли проблемы или разногласия с кем-либо из модераторов, пожалуйста, напишите письмо Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "Если у вас возникли проблемы или разногласия с кем-либо из модераторов, пожалуйста, напишите письмо Lemoness (leslie@habitica).", "commGuidePara013": "В таком большом сообществе как Habitica, пользователи приходят и уходят, и иногда даже модератору нужно сложить со своих плеч благородную мантию и отдохнуть. Это заслуженные модераторы. Они более не используют силу модератора, но мы по-прежнему рады почтить их работу!", "commGuidePara014": "Заслуженные модераторы:", "commGuideHeadingPublicSpaces": "Общественные места в стране Habitica", "commGuidePara015": "В стране Habitica есть два типа мест для общения: публичные, и личные. Публичные места — это таверна, публичные гильдии, GitHub, и WIki. Личные места — личные гильдии, чат команды и персональные сообщения.", "commGuidePara016": "Посещая общественные места в стране Habitica, необходимо соблюдать определенные правила, чтобы все чувствовали себя спокойно и счастливо. Таким искателям приключений, как вы, это не составит труда!", - "commGuidePara017": "Уважайте друг друга. Будьте вежливы, добры, дружелюбны и отзывчивы. Помните: здесь все из разных мест и у всех свой собственный жизненный опыт, отличный от других. Отчасти именно это делает HabitRPG таким замечательным! Создание сообщества означает уважение, как к нашим различиям, так и к общим чертам. Вот несколько простых способов, как проявлять уважение друг к другу:", + "commGuidePara017": "Уважайте друг друга. Будьте вежливы, добры, дружелюбны и отзывчивы. Помните: здесь все из разных мест и у всех свой собственный жизненный опыт, отличный от других. Отчасти именно это делает Habitica таким замечательным! Создание сообщества означает уважение, как к нашим различиям, так и к общим чертам. Вот несколько простых способов, как проявлять уважение друг к другу:", "commGuideList02A": "Следуйте всем правилам и условиям использования.", "commGuideList02B": "Не размещайте изображения или текст, которые несут в себе элементы насилия, угроз или сексуального подтекста, или продвигают дискриминацию, фанатичные взгляды, расизм, ненависть, домогательства или причинение вреда любому индивидуму или группе.. Даже в шутку. Данный запрет также распространяется на оскорбления и утверждения. Не у всех одинаковое чувство юмора, и то, что вам кажется шуткой, другим человеком может быть воспринято крайне болезненно. Атакуйте ваши ежедневные дела, а не друг друга.", "commGuideList02C": "Ведите беседы в стиле, приемлимом для всех возрастов. Множество юных граждан страны Habitica использует этот сайт! Не будем же посягать на невинность юности или препятствовать жителям Habitica в достижении их целей.", "commGuideList02D": "Избегайте ругательств. Это включает в себя допустимые в различных культурах религиозные ругательства — наши пользователи исповедуют разные религии и имеют различное культурное прошлое, и мы хотим быть уверены, что все они чувствуют себя комфортно в публичных местах. Кроме этого, унижение пользователей будет строго наказываться и также является нарушением наших правил предоставления сервиса.", - "commGuideList02E": "Избегайте длительных обсуждений на противоречивые темы за пределами Back Corner. Если, с вашей точки зрения, кто-то сказал что-то грубое или обидное, то не вступайте с ним в полемику. Одиночная вежливая фраза, такая как «Эта шутка мне неприятна» вполне приемлема, но резкость и злость, проявленные в ответ на резкость и злость лишь разжигают конфликты сильнее и делают HabitRPG более негативным местом. Доброта и вежливость помогают другим понять, откуда вы.", + "commGuideList02E": "Избегайте длительных обсуждений на противоречивые темы за пределами Back Corner. Если, с вашей точки зрения, кто-то сказал что-то грубое или обидное, то не вступайте с ним в полемику. Одиночная вежливая фраза, такая как «Эта шутка мне неприятна» вполне приемлема, но резкость и злость, проявленные в ответ на резкость и злость лишь разжигают конфликты сильнее и делают Habitica более негативным местом. Доброта и вежливость помогают другим понять, откуда вы.", "commGuideList02F": "Незамедлительно подчиняйтесь любому запросу модератора о прекращении дискуссии или переносу ее в Black Corner. Последние слова и все остроумные замечания, если это допустимо, должны быть использованы (в вежливой форме) уже в Black Corner.", "commGuideList02G": "Задумывайтесь над причинами, а не злитесь, если кто-то говорит вам, что ваши слова или действия оказались причиной дискомфорта другого человека. В умении искренне извиниться за свою ошибку скрывается велика сила. Если же вы считаете тон, в котором к вам обратились неприемлимым, обратитесь к модераторам вместо того чтобы вступать публичный конфликт.", - "commGuideList02H": "Необходимо сообщать о спорах и распрях модераторам. Если Вы чувствуете, что от дискуссии запахло жареным, прекратите спор. Вместо того, чтобы продолжать эмоциональный разговор, сообщите о нем на email leslie@habitrpg.com. Ваше спокойствие — наша работа.", + "commGuideList02H": "Необходимо сообщать о спорах и распрях модераторам. Если Вы чувствуете, что от дискуссии запахло жареным, прекратите спор. Вместо того, чтобы продолжать эмоциональный разговор, сообщите о нем на email leslie@habitica. Ваше спокойствие — наша работа.", "commGuideList02I": "Не спамьте. Спам включает в себя, но не ограничивается публикацией одного и того же комментария или серии в разных местах, публикация ссылок без объяснения или соответствующего им контекста, публикация бессмысленных сообщений или публикация множества сообщений подряд. Повторяющиеся просьбы о самоцветах или подписке также могут быть рассмотрены как спам.", "commGuidePara019": "В личных местах пользователям разрешается вести любые дискуссии, не нарушающие правила и условия использования ресурса. Не допускается контент, содержащий дискриминацию, насилие или угрозы.", "commGuidePara020": "Для личных сообщений (ЛС) есть несколько дополнительных правил. Если кто-то заблокировал вас, не пишите ему где-либо еще просьбы разблокировать вас. Кроме того, не стоит писать ответы на публичные вопросы в ЛС (публичные ответы на вопросы помогают сообществу). И наконец, не посылайте кому-либо ЛС с просьбами о самоцветах или подписке, так как это может быть сочтено спамом.", @@ -48,11 +48,11 @@ "commGuidePara022": "Основное место тусовки в стране Habitica — это Таверна. Бармен Даниэль следит за тем, чтобы всё блестело от чистоты, а Лемонесса с радостью нальёт Вам лимонаду пока Вы сидите и общаетесь. Просто имейте в виду...", "commGuidePara023": "Разговоры обычно ведутся на общие темы, а также о продуктивности или самосовершенствовании.", "commGuidePara024": "Чат в Таверне не отображает более 200 сообщений, а посему это не самое лучшее место для длительных обсуждений любых тем, особенно деликатных (например, политика, религия, депрессия, необходимость запрета охоты на гоблинов и т.д.). Все эти обсуждения должны проходить в стенах соответствующей гильдии или в Заднем Углу (подробности ниже).", - "commGuidePara027": "Не обсуждайте зависимости в Таверне. Многие люди используют HabitRPG чтобы попытаться избавиться от своих вредных привычек и им намного сложнее это сделать, когда вокруг говорят о наркотических/запрещенных веществах! Намотайте это себе на ус, уважайте товарищей по Таверне. Сюда относятся по меньшей мере курение, алкоголь, порнография, азартные игры и наркотики.", + "commGuidePara027": "Не обсуждайте зависимости в Таверне. Многие люди используют Habitica чтобы попытаться избавиться от своих вредных привычек и им намного сложнее это сделать, когда вокруг говорят о наркотических/запрещенных веществах! Намотайте это себе на ус, уважайте товарищей по Таверне. Сюда относятся по меньшей мере курение, алкоголь, порнография, азартные игры и наркотики.", "commGuideHeadingPublicGuilds": "Открытые гильдии", "commGuidePara029": "Публичные гильдии в отличие от Таверны сосредоточены на определенной теме в обсуждениях. Чат гильдии должен быть сфокусирован именно на ней. Например, члены гильдии писателей не должны обсуждать садоводство вместо писательства, а Драконоборцы не должны интересоваться расшифровкой древних рун. Некоторые гильдии менее строги на этот счет, другие более, но всё же, старайтесь не отдаляться от темы!", "commGuidePara031": "В некоторых публичных гильдиях обсуждаются деликатные темы, такие как депрессия, религия, политика и т.д. Это нормально до тех пор, пока участники обсуждений не нарушают Правила и Условия или Нормы Поведения в Общественных Местах, и до тех пор, пока они не отвлекаются от основной темы.", - "commGuidePara033": "Публичные гильдии не должны содержать контент 18+. Если планируется регулярно обсуждать деликатные темы, это должно быть отражено в названии гильдии. Это нужно для спокойствия и комфорта каждого в стране Habitica. Если в гильдии обсуждаются разного рода деликатные вопросы, то следует предупреждать других жителей страны Habitica (например, «Внимание: упоминается членовредительство!»). Более того, такой контент должен быть уместен – например, вопрос причинения себе вреда может быть уместным в гильдии для борьбы с депрессией, но в меньшей степени подойдет гильдии музыкантов. Если Вы видите, что кто-то систематически нарушает это правило, даже после нескольких просьб прекратить это делать, пожалуйста, сообщите об этом на email leslie@habitrpg.com и приложите скриншоты.", + "commGuidePara033": "Публичные гильдии не должны содержать контент 18+. Если планируется регулярно обсуждать деликатные темы, это должно быть отражено в названии гильдии. Это нужно для спокойствия и комфорта каждого в стране Habitica. Если в гильдии обсуждаются разного рода деликатные вопросы, то следует предупреждать других жителей страны Habitica (например, «Внимание: упоминается членовредительство!»). Более того, такой контент должен быть уместен – например, вопрос причинения себе вреда может быть уместным в гильдии для борьбы с депрессией, но в меньшей степени подойдет гильдии музыкантов. Если Вы видите, что кто-то систематически нарушает это правило, даже после нескольких просьб прекратить это делать, пожалуйста, сообщите об этом на email leslie@habitica и приложите скриншоты.", "commGuidePara035": "Гильдии, открытые или закрытые, не должны создаваться с целью нападок на любую группу или индивидуума. Создание подобной Гильдии будет служить основанием для немедленного бана аккаунта. Сражайтесь с плохими привычками, а с не другими искателями приключений!", "commGuidePara037": "Все Вызовы в Таверне и Вызовы Открытых гильдий также должны подчиняться этим правилам.", "commGuideHeadingBackCorner": "Задний Угол", @@ -60,7 +60,7 @@ "commGuidePara039": "В гильдии Задний Угол любой может свободно обсуждать любые темы и сколько угодно долго. Это место тщательно модерируется. Все Правила и Условия, а также Публичные Инструкции работают здесь как и в любом другом месте. То, что мы носим длинные плащи и кучкуемся за углом, еще не говорит о том, что всё дозволено! А теперь передайте мне эту тусклую свечу, будьте любезны.", "commGuideHeadingTrello": "Доски Trello", "commGuidePara040": "Trello служит открытым форумом для предложений и обсуждения функций сайта. Habitica управляется ее народом в форме совместного участия – все мы создаем этот сайт вместе. Trello – это система, которая позволяет нам излить все свои мысли. Исходя из этого, постарайтесь умещать все свои мысли в один комментарий, не нужно много раз подряд комментировать одну и ту же карточку. Если Вам в голову пришло что-то новое, не стесняйтесь редактировать свои прежние комментарии. Пожалуйста, пожалейте тех, кому приходят оповещения о каждом новом комментарии. Наши почтовые ящики от этого чудом не ломятся.", - "commGuidePara041": "HabitRPG использует пять разных досок Trello:", + "commGuidePara041": "Habitica использует пять разных досок Trello:", "commGuideList03A": "Главная доска – это место для просьб о новых функциях сайта и голосования по ним.", "commGuideList03B": "Мобильная доска – это место для просьб о новых функциях мобильного приложения и голосования по ним.", "commGuideList03C": "Доска пиксель арта – это место для обсуждения и размещения вашей пиксельной графики.", @@ -68,12 +68,12 @@ "commGuideList03E": "Wiki-доска – это место для улучшения, обсуждения и запроса нового контента wiki.", "commGuidePara042": "Всем изложены основные принципы и правила поведения в общественных местах. Пользователи не должны отклоняться от темы на любой доске или карточке. Поверьте на слово, там и так базар-вокзал! Затянувшиеся обсуждения должны быть перенесены в Задний Угол.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG использует GitHub для отслеживания багов и доработки кода. Это своего рода кузница, где неутомимые кузнецы куют новый функционал! Здесь действуют все правила поведения в публичных местах. Будьте вежливы с кузнецами – у них очень много работы по поддержанию сайта! Ура, Кузнецам!", - "commGuidePara044": "Пользователи, которые являются членами репозитория HabitRPG:", + "commGuidePara043": "Habitica использует GitHub для отслеживания багов и доработки кода. Это своего рода кузница, где неутомимые кузнецы куют новый функционал! Здесь действуют все правила поведения в публичных местах. Будьте вежливы с кузнецами – у них очень много работы по поддержанию сайта! Ура, Кузнецам!", + "commGuidePara044": "Пользователи, которые являются членами репозитория Habitica:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "HabitRPG wiki собирает информацию об этом сайте. Также там размещаются несколько форумов аналогичных форумам гильдий в HabitRPG. Следовательно, здесь также действуют все правила поведения в Публичных местах.", - "commGuidePara046": "Wiki HabitRPG может рассматриваться, как единая база данных всех вещей, которые существуют в HabitRPG. Она обеспечивает информацию о функционале сайта, руководства по игре, советы о том, как вы можете внести вклад в HabitRPG, а также дает вам возможность продвигать вашу гильдию или партию, и участвовать в опросах.", - "commGuidePara047": "Так как хостинг для wiki обеспечивается сервисом Wikia, то условия использования сервиса Wika также обязательные к соблюдению в дополнение к правилам действующим в HabitRPG и в wiki HabitRPG.", + "commGuidePara045": "Habitica wiki собирает информацию об этом сайте. Также там размещаются несколько форумов аналогичных форумам гильдий в Habitica. Следовательно, здесь также действуют все правила поведения в Публичных местах.", + "commGuidePara046": "Wiki Habitica может рассматриваться, как единая база данных всех вещей, которые существуют в Habitica. Она обеспечивает информацию о функционале сайта, руководства по игре, советы о том, как вы можете внести вклад в Habitica, а также дает вам возможность продвигать вашу гильдию или партию, и участвовать в опросах.", + "commGuidePara047": "Так как хостинг для wiki обеспечивается сервисом Wikia, то условия использования сервиса Wika также обязательные к соблюдению в дополнение к правилам действующим в Habitica и в wiki Habitica.", "commGuidePara048": "Вики — это прежде всего сотрудничество между всеми ее редакторами, поэтому вот некоторые дополнительные правила:", "commGuideList04A": "Чтобы открыть новую страницу или кардинально изменить старую – оставьте запрос на доске Wiki Trello.", "commGuideList04B": "Будьте готовы принять мнения других людей по поводу вашего редакторского труда.", @@ -82,7 +82,7 @@ "commGuideList04E": "Не спамить и не саботировать страницы ради собственной выгоды.", "commGuideList04F": "Перед тем, как вносить серьезные изменения, прочитайте страницу вики-участника.", "commGuideList04G": "Беспристрастный тон на вики-страницах.", - "commGuideList04H": "Проверяйте тот факт, что вики-контент относится ко всему сайту HabitRPG, а не к какой-то определенной гильдии или команде и только к ней одной (подобная информация может быть рассмотрена на форумах).", + "commGuideList04H": "Проверяйте тот факт, что вики-контент относится ко всему сайту Habitica, а не к какой-то определенной гильдии или команде и только к ней одной (подобная информация может быть рассмотрена на форумах).", "commGuidePara049": "Вот действующие вики-администраторы:", "commGuidePara018": "Вот Заслуженные Вики-Администраторы:", "commGuideHeadingInfractionsEtc": "Нарушения, Последствия и Восстановление.", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Нарушения средней значимости.", "commGuidePara054": "Умеренные нарушения не делают наше сообщество небезопасным, не делают его неприятным. Эти нарушения будут иметь свои умеренные последствия. В совокупности же с многочисленными другими нарушениями последствия могут стать довольно серьезными.", "commGuidePara055": "Здесь представлены некоторые примеры нарушений средней тяжести (не является точным списком).", - "commGuideList06A": "Игнорирование или неуважение по отношению к Модераторам. Включает в себя публичные жалобы на Модераторов или других пользователей/публичное прославление или защита забаненных пользователей. Если у вас возникли сомнения в одном из правил или Модераторах, пожалуйста, свяжитесь с Lemoness по почте (leslie@habitrpg.com).", + "commGuideList06A": "Игнорирование или неуважение по отношению к Модераторам. Включает в себя публичные жалобы на Модераторов или других пользователей/публичное прославление или защита забаненных пользователей. Если у вас возникли сомнения в одном из правил или Модераторах, пожалуйста, свяжитесь с Lemoness по почте (leslie@habitica).", "commGuideList06B": "Неавторизованное модерирование. Для ясности уточним, что в доброжелательном напоминании правил нет ничего плохого. Неавторизованное модерирование включает в себя уведомление пользователя о его ошибке и сообщение пользователю действий, которые необходимо предпринять для исправления ошибки. Вы можете сообщить нарушившему правила пользователю, в чем заключалась его ошибка, но не следует требовать от него каких-то действий. Например, лучше сказать: «В Таверне запрещена бранная речь, и если вы не хотите нарушать правила сообщества, то лучше удалить это сообщение» вместо: «Я вынужден попросить вас удалить данное сообщение».", "commGuideList06C": "Повторное нарушение норм поведения в публичном пространстве", "commGuideList06D": "Повторные незначительные нарушения", @@ -120,13 +120,13 @@ "commGuideHeadingSevereConsequences": "Примеры Серьезных последствий", "commGuideList09A": "Баны аккаунта", "commGuideList09B": "Удаление аккаунта", - "commGuideList09C": "Бессрочное отключение («заморозка») возможности получать награды за участие в развитии HabitRPG", + "commGuideList09C": "Бессрочное отключение («заморозка») возможности получать награды за участие в развитии Habitica", "commGuideHeadingModerateConsequences": "Примеры Умеренных последствий", "commGuideList10A": "Ограничение пользования публичным чатом", "commGuideList10B": "Ограничение пользования приватным чатом", "commGuideList10C": "Ограничение прав на создание гильдии/вызова", - "commGuideList10D": "Временное отключение («заморозка») возможности получать награды за участие в развитии HabitRPG", - "commGuideList10E": "Лишение наград за участие в развитии HabitRPG", + "commGuideList10D": "Временное отключение («заморозка») возможности получать награды за участие в развитии Habitica", + "commGuideList10E": "Лишение наград за участие в развитии Habitica", "commGuideList10F": "Помещение пользователей на «Испытательный срок»", "commGuideHeadingMinorConsequences": "Примеры Незначительных последствий", "commGuideList11A": "Напоминание норм поведения в публичном пространстве", @@ -139,14 +139,14 @@ "commGuidePara062": "Последствия Ваших нарушений разъясняются Вам через email или через сообщение от модератора или админа (в случае мелких нарушений). Примите наложенные на Вас ограничения и прилагайте усилия, чтобы Вам простили ваши огрехи.", "commGuidePara063": "Если Вы не понимаете последствий ваших действий или природу нарушений, попросите модераторов или админов вам это разъяснить, дабы не нарушать в будущем.", "commGuideHeadingContributing": "Вклад в развитие страны Habitica", - "commGuidePara064": "HabitRPG – это проект с открытым исходным кодом, что означает возможность любому участнику внести свой вклад в развитие! Те, кому это удастся, получат вознаграждение в соответствии с рангом:", - "commGuideList12A": "Значок участника HabitRPG, плюс 3 самоцвета", - "commGuideList12B": "Броня участника HabitRPG, плюс 3 самоцвета", - "commGuideList12C": "Шлем участника HabitRPG, плюс 3 самоцвета", - "commGuideList12D": "Меч участника HabitRPG, плюс 4 самоцвета", - "commGuideList12E": "Щит участника HabitRPG, плюс 4 самоцвета", - "commGuideList12F": "Питомец участника HabitRPG, плюс 4 самоцвета", - "commGuideList12G": "Приглашение в Гильдию участников HabitRPG, плюс 4 самоцвета", + "commGuidePara064": "Habitica – это проект с открытым исходным кодом, что означает возможность любому участнику внести свой вклад в развитие! Те, кому это удастся, получат вознаграждение в соответствии с рангом:", + "commGuideList12A": "Значок участника Habitica, плюс 3 самоцвета", + "commGuideList12B": "Броня участника Habitica, плюс 3 самоцвета", + "commGuideList12C": "Шлем участника Habitica, плюс 3 самоцвета", + "commGuideList12D": "Меч участника Habitica, плюс 4 самоцвета", + "commGuideList12E": "Щит участника Habitica, плюс 4 самоцвета", + "commGuideList12F": "Питомец участника Habitica, плюс 4 самоцвета", + "commGuideList12G": "Приглашение в Гильдию участников Habitica, плюс 4 самоцвета", "commGuidePara065": "Модераторы избираются администрацией и действующими модераторами из числа участников седьмого ранга. Обратите внимание, что не все из участников седьмого ранга, так упорно трудившихся на благо сайта, имеют право говорить от лица модератора.", "commGuidePara066": "О рангах участников стоит сказать несколько важных вещей:", "commGuideList13A": "Ранги присваиваются не просто так. Они устанавливаются по усмотрению модераторов. На их решение влияют разные факторы, включая их восприятие Вашей работы и ее значимости для сайта и сообщества. Мы оставляем за собой право менять специальные уровни, звания и награды по своему усмотрению.", @@ -154,7 +154,7 @@ "commGuideList13C": "Ранги не присваиваются в каждой отдельной области «с нуля». При оценке сложности мы смотрим на все Ваши заслуги, чтобы люди, которые сначала что-то нарисовали, потом исправили небольшую ошибку, а затем поверхностно позанимались вики, не продвигались быстрее, чем те, которые долго работают в одном направлении. Так сохраняется справедливость!", "commGuideList13D": "Пользователи на испытательном сроке не могут быть подняты в ранге. Модераторы имеют право замораживать достижения пользователя из-за его нарушений. В этом случае пользователя оповестят о принятом решении и о том, как исправить положение. Ранг может быть и вовсе снят благодаря нарушениям и испытательному сроку.", "commGuideHeadingFinal": "Заключительный раздел", - "commGuidePara067": "Вот Вы и прочли это, храбрый житель страны Habitica – Правила сообщества! Утрите пот с бровей и вознаградите себя несколькими ОО за то, что прочли все. Если у Вас есть какие-либо вопросы или сомнения насчет Правил сообщества, то, пожалуйста, напишите письмо Lemoness (leslie@habitrpg.com) и она будет рада помочь вам их прояснить.", + "commGuidePara067": "Вот Вы и прочли это, храбрый житель страны Habitica – Правила сообщества! Утрите пот с бровей и вознаградите себя несколькими ОО за то, что прочли все. Если у Вас есть какие-либо вопросы или сомнения насчет Правил сообщества, то, пожалуйста, напишите письмо Lemoness (leslie@habitica) и она будет рада помочь вам их прояснить.", "commGuidePara068": "А сейчас вперёд, храбрый искатель приключений, повергни несколько Ежедневных заданий!", "commGuideHeadingLinks": "Полезные ссылки", "commGuidePara069": "Ниже приведены имена талантливых художников, участвовавших в создании иллюстраций к данной статье", @@ -163,7 +163,7 @@ "commGuideLink02": "Гильдия Укромного Уголка", "commGuideLink02description": "Гильдия, в которой обсуждаются долгие и/или деликатные темы.", "commGuideLink03": "Wiki", - "commGuideLink03description": "самая большая коллекция информации о HabitRPG.", + "commGuideLink03description": "самая большая коллекция информации о Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "для сообщений об ошибках или помощи с кодом программ!", "commGuideLink05": "Главная доска", diff --git a/common/locales/ru/content.json b/common/locales/ru/content.json index 38b3a3e5ce..e90bad07cb 100644 --- a/common/locales/ru/content.json +++ b/common/locales/ru/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Седло", "foodSaddleNotes": "Моментально делает одного из питомцев скакуном.", "foodNotes": "Кормите этим питомца, и он может вырасти выносливым скакуном." -} \ No newline at end of file +} diff --git a/common/locales/ru/contrib.json b/common/locales/ru/contrib.json index c27fd63190..8bac57e6ab 100644 --- a/common/locales/ru/contrib.json +++ b/common/locales/ru/contrib.json @@ -1,6 +1,6 @@ { "friend": "Друг", - "friendFirst": "Когда будет принят ваш первый вклад, вы получите значок участника HabitRPG. В чате таверны ваше имя будет гордо демонстрировать, что вы — участник. В качестве вознаграждения за ваш труд вы также получите 3 самоцвета.", + "friendFirst": "Когда будет принят ваш первый вклад, вы получите значок участника Habitica. В чате таверны ваше имя будет гордо демонстрировать, что вы — участник. В качестве вознаграждения за ваш труд вы также получите 3 самоцвета.", "friendSecond": "Когда будет принят ваш второй вклад, в лавке наград вам станут доступны для покупки хрустальные доспехи. В качестве вознаграждения за ваши труды вы также получите 3 самоцвета.", "elite": "Знать", "eliteThird": "Когда будет принят ваш третий вклад, в лавке наград вам станет доступен для покупки хрустальный шлем. В качестве вознаграждения за ваши труды вы также получите 3 самоцвета.", @@ -9,24 +9,24 @@ "championFifth": "Когда ваш пятый вклад будет принят, вам станет доступен для покупки в лавке наград хрустальный щит. В качестве вознаграждения за продолжение работы вы также получите 4 самоцвета.", "championSixth": "Когда ваш шестой вклад будет принят, вы получите нового питомца – Гидру. Также вы получите 4 самоцвета.", "legendary": "Легенда", - "legSeventh": "Когда ваш седьмой вклад будет принят, вы получите 4 самоцвета и станете членом почетной Гильдии участников, т.е. будете допущены в закулисье HabitRPG! Дальнейший вклад не будет увеличивать ваш ранг, но вы можете продолжить получать в дар самоцветы и титулы.", + "legSeventh": "Когда ваш седьмой вклад будет принят, вы получите 4 самоцвета и станете членом почетной Гильдии участников, т.е. будете допущены в закулисье Habitica! Дальнейший вклад не будет увеличивать ваш ранг, но вы можете продолжить получать в дар самоцветы и титулы.", "moderator": "Модератор", "guardian": "Страж", "guardianText": "Модераторы тщательно отбираются из участников с высоким рангом, поэтому, пожалуйста, относитесь к ним с уважением и прислушивайтесь к их предложениям.", "staff": "Сотрудник", "heroic": "Герой", - "heroicText": "Ранг героя присваивается сотрудникам HabitRPG и тем, кто внёс значительный вклад в этот проект. Если у вас есть этот ранг, значит, вам его присвоили (или вас наняли на работу!).", - "npcText": "NPC, или неигровые персонажи, — наивысший ранг участника HabitRPG, поддержавшего проект на Kickstarter. Воплощения этих людей в игре следят за различными функциями сайта!", + "heroicText": "Ранг героя присваивается сотрудникам Habitica и тем, кто внёс значительный вклад в этот проект. Если у вас есть этот ранг, значит, вам его присвоили (или вас наняли на работу!).", + "npcText": "NPC, или неигровые персонажи, — наивысший ранг участника Habitica, поддержавшего проект на Kickstarter. Воплощения этих людей в игре следят за различными функциями сайта!", "modalContribAchievement": "Достижение «Участник»!", - "contribModal": "<%= name %>, вы замечательны! За поддержку HabitRPG вы становитесь участником <%= level %> ранга. Взгляните,", + "contribModal": "<%= name %>, вы замечательны! За поддержку Habitica вы становитесь участником <%= level %> ранга. Взгляните,", "contribLink": "какие награды вы получили за ваш вклад!", "contribName": "Участник", - "contribText": "Сделал вклад в HabitRPG (код, дизайн, пиксельная графика, юридическая помощь, документы и прочее). Хотите этот значок?", + "contribText": "Сделал вклад в Habitica (код, дизайн, пиксельная графика, юридическая помощь, документы и прочее). Хотите этот значок?", "readMore": "Узнать больше", "kickstartName": "Ранг спонсора Kickstarter — $<%= tier %>", "kickstartText": "Поддержал проект на Kickstarter", - "helped": "Помог в развитии HabitRPG", - "helpedText1": "Для развития HabitRPG заполнен", + "helped": "Помог в развитии Habitica", + "helpedText1": "Для развития Habitica заполнен", "helpedText2": "этот опрос.", "hall": "Зал", "contribTitle": "Звание участника (например, «Кузнец»)", @@ -52,19 +52,19 @@ "tier": "Ранг", "visitHeroes": "Посетите Зал героев (участники и спонсоры)", "conLearn": "Подробнее о наградах для участников", - "conLearnHow": "Как внести свой вклад в HabitRPG", + "conLearnHow": "Как внести свой вклад в Habitica", "removeAds": "Оформите подписку, чтобы убрать рекламу", "whyAds": "Зачем реклама?", - "whyAdsContent1": "HabitRPG — проект с открытым исходным кодом, ему нужна любая возможная помощь. Расценивайте это как пожертвование разработчикам. При оплате вы также получаете 20 самоцветов, которые можно использовать для покупки особых игровых предметов.", + "whyAdsContent1": "Habitica — проект с открытым исходным кодом, ему нужна любая возможная помощь. Расценивайте это как пожертвование разработчикам. При оплате вы также получаете 20 самоцветов, которые можно использовать для покупки особых игровых предметов.", "whyAdsContent2": "«Эй! Я поддержал проект на Kickstarter!» — следуйте", "whyAdsContent3": "этим инструкциям", - "surveysSingle": "Помог развитию HabitRPG, заполнив опрос. Сейчас нет опросов для заполнения.", + "surveysSingle": "Помог развитию Habitica, заполнив опрос. Сейчас нет опросов для заполнения.", "surveysMultiple": "Помог развитию HabitPRG, заполнив опросы: <%= surveys %>. Сейчас нет опросов для заполнения.", "currentSurvey": "Текущий опрос", "surveyWhen": "Участники получат этот значок после обработки опросов, в конце марта.", "blurbInbox": "Вот здесь хранятся ваши личные сообщения! Вы можете отправить кому-то сообщение, кликнув по иконке конверта рядом с его именем в таверне, команде или чате гильдии.", "blurbGuildsPage": "Гильдии представляют собой групповые чаты по общим интересам, создаваемые игроками и для игроков. Просмотрите весь список и присоединитесь к гильдиям, которые вас заинтересуют!", "blurbChallenges": "Испытания создаются вашими собратьями-игроками. Присоединившись к испытанию, вы добавите его задачи к своим, а победа в испытании принесет вам достижение и зачастую призовые самоцветы!", - "blurbHallPatrons": "Это Зал Покровителей, где мы чествуем благородных искателей приключений, который поддержали проект HabitRPG на Kickstarter. Мы благодарим их за помощь в воплощении страны Habitica в жизнь!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "Это Зал Покровителей, где мы чествуем благородных искателей приключений, который поддержали проект Habitica на Kickstarter. Мы благодарим их за помощь в воплощении страны Habitica в жизнь!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/ru/defaulttasks.json b/common/locales/ru/defaulttasks.json index 9a915851d2..9637c1c653 100644 --- a/common/locales/ru/defaulttasks.json +++ b/common/locales/ru/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Приседания", "defaultDaily4Checklist3": "Отжимания", "defaultTodoNotes": "Вы можете завершить эту задачу, отредактировать ее или удалить.", - "defaultTodo1Text": "Присоединиться к HabitRPG (Отметьте меня выполненной!)", + "defaultTodo1Text": "Присоединиться к Habitica (Отметьте меня выполненной!)", "defaultTodo2Text": "Установить привычку", "defaultTodo2Checklist1": "создать привычку", "defaultTodo2Checklist2": "выберите какой будет привычка только «+», только «-» или «+/-» - в разделе редактирования", @@ -38,4 +38,4 @@ "defaultTag1": "утро", "defaultTag2": "день", "defaultTag3": "вечер" -} \ No newline at end of file +} diff --git a/common/locales/ru/front.json b/common/locales/ru/front.json index d4f2bd42cb..f48ec2f95f 100644 --- a/common/locales/ru/front.json +++ b/common/locales/ru/front.json @@ -2,7 +2,7 @@ "FAQ": " ЧаВо", "accept1Terms": "Нажимая кнопку ниже, я принимаю ", "accept2Terms": " и ", - "alexandraQuote": "Не могла НЕ рассказать о HabitRPG во время выступления в Мадриде. Незаменимый инструмент для фрилансеров, кому еще нужен босс.", + "alexandraQuote": "Не могла НЕ рассказать о Habitica во время выступления в Мадриде. Незаменимый инструмент для фрилансеров, кому еще нужен босс.", "althaireQuote": "Постоянное участие в квестах мотивирует меня на выполнение всех ежедневных заданий и задач. Самый сильный стимул для меня – не подвести мою команду.", "andeeliaoQuote": "Супер! Только начала несколько дней назад и уже более сознательно и продуктивно отношусь к своему времени!", "autumnesquirrelQuote": "Я меньше откладываю на потом на работе и дома и вовремя плачу по счетам.", @@ -11,7 +11,7 @@ "businessSample3": "Сортировка и обработка входящих", "businessSample4": "Подготовить 1 документ для клиента", "businessSample5": "Позвонить клиентам / Отложить звонки", - "businessText": "Используйте HabitRPG в своей компании", + "businessText": "Используйте Habitica в своей компании", "choreSample1": "Убрать грязные вещи в корзину", "choreSample2": "20 мин работы по дому", "choreSample3": "Перемыть гору посуды", @@ -32,14 +32,14 @@ "companyPrivacy": "Конфиденциальность", "companyTerms": "Условия использования", "companyVideos": "Видео", - "contribUse": "Участники, помогающие развитию HabitRPG, используют", + "contribUse": "Участники, помогающие развитию Habitica, используют", "dragonsilverQuote": "Не могу сказать вам, сколько планировщиков времени и задач я испробовала за десятилетия... HRPG – единственная система из тех, что я использовала, которая действительно помогает мне выполнять задачи, а не просто вносить их в список дел.", - "dreimQuote": "Когда я открыла для себя HabitRPG прошлым летом, я только что провалила где-то половину своих экзаменов. Благодаря ежедневным заданиям... я смогла организовать и дисциплинировать себя и месяц назад все-таки сдала все экзамены с хорошими оценками.", + "dreimQuote": "Когда я открыла для себя Habitica прошлым летом, я только что провалила где-то половину своих экзаменов. Благодаря ежедневным заданиям... я смогла организовать и дисциплинировать себя и месяц назад все-таки сдала все экзамены с хорошими оценками.", "elmiQuote": "Каждое утро я встаю в нетерпении, предвкушая, что смогу заработать немного золота!", "email": "Email", "emailNewPass": "Отправить новый пароль по Email", "evagantzQuote": "Впервые на приеме у стоматолога ассистент был в восторге от того, насколько регулярно я пользуюсь зубной нитью. Спасибо Habitrpg!", - "examplesHeading": "Игроки используют HabitRPG, чтобы организовывать работу...", + "examplesHeading": "Игроки используют Habitica, чтобы организовывать работу...", "featureAchievementByline": "Делаете что-то по-настоящему потрясающе? Получите значок и похвастайтесь им!", "featureAchievementHeading": "Значки достижений", "featureEquipByline": "Покупайте снаряжение ограниченного выпуска, эликсиры и другие виртуальные товары на Рынке в награду за выполненные задания.", @@ -48,14 +48,14 @@ "featurePetHeading": "Питомцы и скакуны", "featureSocialByline": "Присоединяйтесь к группам единомышленников с общими интересами. Создавайте испытания, чтобы соревноваться с другими пользователями.", "featureSocialHeading": "Коллективная игра", - "featuredIn": "О HabitRPG пишут", + "featuredIn": "О Habitica пишут", "featuresHeading": "Мы также предлагаем...", "footerCommunity": "Сообщество", "footerCompany": "Компания", "footerMobile": "Мобильные приложения", "footerSocial": "Соц. сервисы", "forgotPass": "Напомнить пароль", - "frabjabulousQuote": "HabitRPG помогла мне получить потрясающую высокооплачиваемую работу... и, что более невероятно, теперь я ежедневно пользуюсь зубной нитью!", + "frabjabulousQuote": "Habitica помогла мне получить потрясающую высокооплачиваемую работу... и, что более невероятно, теперь я ежедневно пользуюсь зубной нитью!", "free": "Играйте бесплатно", "gamifyButton": "Живите играючи!", "goalSample1": "Играть на фортепиано 1 час", @@ -71,47 +71,47 @@ "healthSample4": "Есть здоровую еду / фаст-фуд", "healthSample5": "Попотеть 1 час", "history": "История", - "infhQuote": "HabitRPG действительно помогла структурировать мою жизнь в магистратуре.", + "infhQuote": "Habitica действительно помогла структурировать мою жизнь в магистратуре.", "invalidEmail": "Для изменения пароля необходимо указать существующий адрес электронной почты.", - "irishfeet123Quote": "У меня была ужасная привычка после еды повсюду оставлять посуду. HabitRPG меня от этого полностью избавила!", + "irishfeet123Quote": "У меня была ужасная привычка после еды повсюду оставлять посуду. Habitica меня от этого полностью избавила!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "До HabitRPG работа с моей диссертацией никак не продвигалась. Кроме того, вызывала недовольство моя недисциплинированность в отношении работы по дому и таких задач, как изучение новых слов и обучение игре Го. Оказывается, разбивка этих задач на контрольные списки небольших заданий – как раз то, что нужно, чтобы сохранять мою мотивацию и постоянную работоспособность.", + "kazuiQuote": "До Habitica работа с моей диссертацией никак не продвигалась. Кроме того, вызывала недовольство моя недисциплинированность в отношении работы по дому и таких задач, как изучение новых слов и обучение игре Го. Оказывается, разбивка этих задач на контрольные списки небольших заданий – как раз то, что нужно, чтобы сохранять мою мотивацию и постоянную работоспособность.", "landingadminlink": "административные пакеты,", "landingend": "Еще не уверены?", "landingend2": "Читайте более подробный список ", "landingend3": ". Вам нужен более индивидуальный подход? Попробуйте наши ", "landingend4": " они прекрасно подойдут семьям, учителям, группам взаимопомощи и бизнес-организациям.", "landingfeatureslink": "наших возможностей", - "landingp1": "Недостаток многих доступных сегодня приложений по повышению личной эффективности в том, что они никак не мотивируют на постоянное использование. HabitRPG исправляет этот недостаток, делая выработку привычек веселым занятием! Награждая за успехи и наказывая за неверные шаги, HabitRPG предлагает внешнюю мотивацию к выполнению повседневных дел.", - "landingp2": "Когда вы закрепляете полезную привычку, выполняете ежедневное задание или завершаете старую задачу, HabitRPG немедленно награждает вас очками опыта и золотом. Набирая опыт, вы получаете новые уровни, увеличивая свои характеристики и открывая новые возможности — например, классы и питомцев. За золото можно купить игровые предметы, изменяющие условия игры, или ваши собственные награды, которые вы создали для мотивации. Немедленное получение награды даже за самые малые успехи уменьшает склонность к прокрастинации.", + "landingp1": "Недостаток многих доступных сегодня приложений по повышению личной эффективности в том, что они никак не мотивируют на постоянное использование. Habitica исправляет этот недостаток, делая выработку привычек веселым занятием! Награждая за успехи и наказывая за неверные шаги, Habitica предлагает внешнюю мотивацию к выполнению повседневных дел.", + "landingp2": "Когда вы закрепляете полезную привычку, выполняете ежедневное задание или завершаете старую задачу, Habitica немедленно награждает вас очками опыта и золотом. Набирая опыт, вы получаете новые уровни, увеличивая свои характеристики и открывая новые возможности — например, классы и питомцев. За золото можно купить игровые предметы, изменяющие условия игры, или ваши собственные награды, которые вы создали для мотивации. Немедленное получение награды даже за самые малые успехи уменьшает склонность к прокрастинации.", "landingp2header": "Мгновенное вознаграждение", - "landingp3": "Когда вы злоупотребляете плохими привычками или не выполняете одно из ежедневных заданий, вы теряете очки здоровья. Если здоровье упадет ниже границы, вы умрете и потеряете часть достигнутого. Обеспечивая немедленные последствия, HabitRPG может помочь избавиться от вредных привычек и циклов прокрастинации прежде, чем они создадут проблемы в реальном мире.", + "landingp3": "Когда вы злоупотребляете плохими привычками или не выполняете одно из ежедневных заданий, вы теряете очки здоровья. Если здоровье упадет ниже границы, вы умрете и потеряете часть достигнутого. Обеспечивая немедленные последствия, Habitica может помочь избавиться от вредных привычек и циклов прокрастинации прежде, чем они создадут проблемы в реальном мире.", "landingp3header": "Последствия", - "landingp4": "С помощью активного сообщества, HabitRPG стимулирует индивидуальную ответственность, которая нужна, чтобы завершать задания. Благодаря возможности создавать команды, вы можете пригласить группу своих близких друзей, которые будут поддерживать вас. Система гильдий позволяет находить людей с похожими интересами или затруднениями, чтобы вы могли делиться своими целями и обмениваться советами по решению ваших проблем. В HabitRPG сообщество — это и поддержка, и индивидуальная ответственность, которые нужны для достижения успеха.", + "landingp4": "С помощью активного сообщества, Habitica стимулирует индивидуальную ответственность, которая нужна, чтобы завершать задания. Благодаря возможности создавать команды, вы можете пригласить группу своих близких друзей, которые будут поддерживать вас. Система гильдий позволяет находить людей с похожими интересами или затруднениями, чтобы вы могли делиться своими целями и обмениваться советами по решению ваших проблем. В Habitica сообщество — это и поддержка, и индивидуальная ответственность, которые нужны для достижения успеха.", "landingp4header": "Ответственность", - "leadText": "HabitRPG – бесплатное приложение для выработки привычек и повышения личной эффективности, которое превратит вашу жизнь в игру. Игровые награды и наказания мотивируют, а сильная социальная составляющая вдохновляет – благодаря этому HabitRPG поможет вам стать здоровым, трудолюбивым и счастливым.", + "leadText": "Habitica – бесплатное приложение для выработки привычек и повышения личной эффективности, которое превратит вашу жизнь в игру. Игровые награды и наказания мотивируют, а сильная социальная составляющая вдохновляет – благодаря этому Habitica поможет вам стать здоровым, трудолюбивым и счастливым.", "login": "Вход", "loginAndReg": "Вход / Регистрация", "loginFacebookAlt": "Вход / Регистрация с помощью Facebook", "logout": " Выйти", "marketing1Header": "Совершенствуйте привычки, играя в игру", - "marketing1Lead1": "HabitRPG — это компьютерная игра, с помощью которой можно улучшить привычки в реальной жизни. Она «превращает» вашу жизнь в игру, представляя задачи (привычки, ежедневные задания и предстоящие дела) маленькими монстрами, которых нужно победить. Чем лучше вам это удается, тем дальше в игре вы продвигаетесь. Если вы ошибаетесь в жизни — ваш персонаж начинает уступать в игре. ", + "marketing1Lead1": "Habitica — это компьютерная игра, с помощью которой можно улучшить привычки в реальной жизни. Она «превращает» вашу жизнь в игру, представляя задачи (привычки, ежедневные задания и предстоящие дела) маленькими монстрами, которых нужно победить. Чем лучше вам это удается, тем дальше в игре вы продвигаетесь. Если вы ошибаетесь в жизни — ваш персонаж начинает уступать в игре. ", "marketing1Lead2": "Получайте славную экипировку. Совершенствуйте привычки, чтобы развивать вашего аватара. Похвастайтесь заработанной славной экипировкой", "marketing1Lead2Title": "Получайте славную экипировку", - "marketing1Lead3": "Находите случайные призы. Некоторых мотивирует азарт, так называемая система «стохастического вознаграждения». В арсенале HabitRPG все виды стимулов: позитивные, негативные, предсказуемые и случайные.", + "marketing1Lead3": "Находите случайные призы. Некоторых мотивирует азарт, так называемая система «стохастического вознаграждения». В арсенале Habitica все виды стимулов: позитивные, негативные, предсказуемые и случайные.", "marketing1Lead3Title": "Находите случайные призы", "marketing2Header": "Соревнуйтесь с друзьями, вступайте в группы по интересам", - "marketing2Lead1": "Играть в HabitRPG можно и в одиночку, но все краски по-настоящему заиграют, когда вы начнете сотрудничать и соперничать с другими игроками, разделять ответственность за действия друг друга. Наиболее эффективная часть любой программы самосовершенствования — социальная ответственность, а какая среда подходит для создания духа ответственности и соревновательности лучше, чем компьютерная игра?", + "marketing2Lead1": "Играть в Habitica можно и в одиночку, но все краски по-настоящему заиграют, когда вы начнете сотрудничать и соперничать с другими игроками, разделять ответственность за действия друг друга. Наиболее эффективная часть любой программы самосовершенствования — социальная ответственность, а какая среда подходит для создания духа ответственности и соревновательности лучше, чем компьютерная игра?", "marketing2Lead2": "Сражайтесь с боссами. Может ли ролевая игра обходиться без битв? Сражайтесь с боссами в составе команды. Боссы — это «режим супер-ответственности»: если вы пропустите ежедневные занятия в спортивном зале, босс нанесет урон всей команде.", "marketing2Lead2Title": "Боссы", "marketing2Lead3": "Испытания позволяют соревноваться с друзьями и незнакомыми людьми. Тот, кто достигнет по итогам лучших результатов, получит специальный приз.", "marketing3Header": "Мобильные приложения", "marketing3Lead1": "С мобильными приложениями для iPhone и Android разобраться с делами можно на бегу. Мы понимаем, что заходить на веб-сайт для того, чтобы нажать лишь несколько кнопок, может быть не очень удобным.", - "marketing3Lead2": "Другие сторонние решения связывают HabitRPG с различными сторонами вашей жизни. Наш API обеспечивает простую интеграцию для таких возможностей, как расширение Chrome, которое отнимает у вас очки за непродуктивный просмотр сайтов и прибавляет — когда вы заходите на сайты с полезной информацией. Подробности смотрите здесь", + "marketing3Lead2": "Другие сторонние решения связывают Habitica с различными сторонами вашей жизни. Наш API обеспечивает простую интеграцию для таких возможностей, как расширение Chrome, которое отнимает у вас очки за непродуктивный просмотр сайтов и прибавляет — когда вы заходите на сайты с полезной информацией. Подробности смотрите здесь", "marketing4Header": "Использование организациями", "marketing4Lead1": "Образование — одна из сфер, где игровой потенциал раскрывается лучше всего. Мы все знаем, насколько сегодня студенты привязаны к своим телефонам и играм — так используйте это! Дайте студентам помериться силами в дружеском соревновании. Награждайте их редкими призами за хорошее поведение и наблюдайте, как оно улучшается и растут их оценки.", "marketing4Lead1Title": "Игра в образовании", - "marketing4Lead2": "Здоровье обходится всё дороже, и что-то должно измениться. Создаются сотни программ, направленных на улучшение здоровья и снижение расходов. Мы уверены, что HabitRPG может открыть прямой путь к здоровому образу жизни.", + "marketing4Lead2": "Здоровье обходится всё дороже, и что-то должно измениться. Создаются сотни программ, направленных на улучшение здоровья и снижение расходов. Мы уверены, что Habitica может открыть прямой путь к здоровому образу жизни.", "marketing4Lead2Title": "Игра в здравоохранении", "marketing4Lead3-1": "Хотите жить играючи?", "marketing4Lead3-2": "Заинтересованы в создании группы в сферах образования, здоровья или других?", @@ -126,10 +126,10 @@ "passMan": "Если вы используете программы для хранения паролей (например, 1Password) и испытываете трудности с входом, попробуйте ввести имя и пароль на клавиатуре.", "password": "Пароль", "playButton": "Играть", - "playButtonFull": "Играть в HabitRPG", + "playButtonFull": "Играть в Habitica", "presskit": "Для прессы", "presskitDownload": "Скачать все изображения:", - "presskitText": "Спасибо за проявленный интерес к HabitRPG! Следующие изображения можно использовать в статьях или видео о HabitRPG. Для получения более подробной информации, пожалуйста, свяжитесь с Siena Leslie по почте leslie@habitrpg.com.", + "presskitText": "Спасибо за проявленный интерес к Habitica! Следующие изображения можно использовать в статьях или видео о Habitica. Для получения более подробной информации, пожалуйста, свяжитесь с Siena Leslie по почте leslie@habitica.com.", "privacy": "Политику конфиденциальности", "psst": "Псст", "punishByline": "Покончите с плохими привычками и прокрастинацией, зная о их немедленных последствиях.", @@ -152,9 +152,9 @@ "schoolSample3": "Встреча научного кружка", "schoolSample4": "Заметки по 1 главе", "schoolSample5": "Прочитать 1 главу", - "sixteenBitFilQuote": "Я выполняю задания и задачи в рекордное время, благодаря HabitRPG. Просто я всегда так стремлюсь получить новый уровень!", + "sixteenBitFilQuote": "Я выполняю задания и задачи в рекордное время, благодаря Habitica. Просто я всегда так стремлюсь получить новый уровень!", "skysailorQuote": "Моя команда и наши квесты поддерживают мою вовлеченность в игру и мотивируют выполнять задачи и менять жизнь к лучшему", - "socialTitle": "HabitRPG — Живи играючи", + "socialTitle": "Habitica — Живи играючи", "supermouse35Quote": "Я больше тренируюсь и уже несколько месяцев не забываю принимать лекарства! Спасибо, Habit. :D", "sync": " Синхронизация", "tasks": " Задачи", @@ -172,11 +172,11 @@ "username": "Имя", "watchVideos": "Смотреть видео", "work": "Работа", - "zelahQuote": "С HabitRPG пойти спать вовремя меня может убедить мысль получить очки, если лягу рано, или же потерять здоровье – если поздно.", + "zelahQuote": "С Habitica пойти спать вовремя меня может убедить мысль получить очки, если лягу рано, или же потерять здоровье – если поздно.", "reportAccountProblems": "Сообщить о проблеме с учетной записью", "reportCommunityIssues": "Сообщить о проблеме с сообществом", "generalQuestionsSite": "Общие Вопросы по Сайту", "businessInquiries": "Бизнес предложения", "merchandiseInquiries": "Предложения по использованию торговой марки", "marketingInquiries": "Предложения по маркетингу и рекламе в соц. сетях" -} \ No newline at end of file +} diff --git a/common/locales/ru/gear.json b/common/locales/ru/gear.json index 6e074aaa45..76386bac2d 100644 --- a/common/locales/ru/gear.json +++ b/common/locales/ru/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Мантия «Снежинка»", "armorSpecialSnowflakeNotes": "Эта мантия согреет вас даже в пургу и метель. Увеличивает телосложение на <%= con %>. Экипировка ограниченного выпуска зимы 2013-2014.", "armorSpecialBirthdayText": "Мантия праздника абсурда", - "armorSpecialBirthdayNotes": "С Днем Рождения, HabitRPG! Примерьте эти нелепые наряды, чтобы отпраздновать этот замечательный день. Бонусов не дает.", + "armorSpecialBirthdayNotes": "С Днем Рождения, Habitica! Примерьте эти нелепые наряды, чтобы отпраздновать этот замечательный день. Бонусов не дает.", "armorSpecialBirthday2015Text": "Мантия праздника абсурда", - "armorSpecialBirthday2015Notes": "С Днем Рождения, HabitRPG! Примерьте эти нелепые наряды, чтобы отпраздновать этот замечательный день. Бонусов не дает.", + "armorSpecialBirthday2015Notes": "С Днем Рождения, Habitica! Примерьте эти нелепые наряды, чтобы отпраздновать этот замечательный день. Бонусов не дает.", "armorSpecialGaymerxText": "Радужные доспехи воина", "armorSpecialGaymerxNotes": "Эти доспехи выкрашены в яркие радужные цвета в честь празднования эпохи процветания и GaymerX. GaymerX это интернациональная игровая конвенция, поддерживающая ЛГБТ-сообщества и видео игры, она открыта каждому. Она проходит в центре Сан-Франциско 11-13 июля. Бонусов не дает.", "armorSpecialSpringRogueText": "Блестящий кошачий костюм", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "Нет ничего более стильного, чем защитные очки. Ну, разве что монокль. Подарок подписчикам апреля 3015. Бонусов не дает.", "eyewearMystery301405Text": "Монокль", "eyewearMystery301405Notes": "Нет ничего более стильного, чем монокль. Ну, разве что пара защитных очков. Подарок подписчикам июля 3015. Бонусов не дает." -} \ No newline at end of file +} diff --git a/common/locales/ru/generic.json b/common/locales/ru/generic.json index fdeba82e4f..29f445d6a1 100644 --- a/common/locales/ru/generic.json +++ b/common/locales/ru/generic.json @@ -1,11 +1,11 @@ { "languageName": "Русский", "stringNotFound": "Строка '<%= string %>' не найдена.", - "titleIndex": "HabitRPG | Ваша жизнь ролевая игра", + "titleIndex": "Habitica | Ваша жизнь ролевая игра", "habitica": "Habitica", "expandToolbar": "Показать панель", "collapseToolbar": "Скрыть панель", - "markdownBlurb": "HabitRPG использует форматирование Markdown. Подробнее можно узнать в шпаргалке по Markdown.", + "markdownBlurb": "Habitica использует форматирование Markdown. Подробнее можно узнать в шпаргалке по Markdown.", "showFormattingHelp": "Показать помощь по форматированию", "hideFormattingHelp": "Скрыть помощь по форматированию", "youType": "Введенный текст:", @@ -14,8 +14,8 @@ "bold": "**Полужирный**", "strikethrough": "~~Зачеркнутый~~", "emojiExample": ":smile:", - "markdownLinkEx": "[Попробуй HabitRPG!](https://habitrpg.com)", - "markdownImageEx": "![обязательное описание](https://habitrpg.com/cake.png \"необязательный всплывающий текст\")", + "markdownLinkEx": "[Попробуй Habitica!](https://habitica.com)", + "markdownImageEx": "![обязательное описание](https://habitica.com/cake.png \"необязательный всплывающий текст\")", "unorderedListHTML": "+ Первый пункт
+ Второй пункт
+ Третий пункт", "unorderedListMarkdown": "+ Первый пункт\n+ Второй пункт\n+ Третий пункт", "code": "`код`", @@ -61,13 +61,13 @@ "veteranText": "Получено множество боевых шрамов от багов Habit The Grey (наш сайт до перехода на Angular) и проявлена небывалая стойкость.", "originalUser": "Пользователь-первопроходец!", "originalUserText": "Один из очень ранних последователей. Самый настоящий альфа-тестер!", - "habitBirthday": "Вечеринка дня рождения HabitRPG", - "habitBirthdayText": "Участвовал(а) в праздновании дня рождения HabitRPG!", - "habitBirthdayPluralText": "Участвовал(а) в <%= number %> празднованиях дня рождения HabitRPG!", + "habitBirthday": "Вечеринка дня рождения Habitica", + "habitBirthdayText": "Участвовал(а) в праздновании дня рождения Habitica!", + "habitBirthdayPluralText": "Участвовал(а) в <%= number %> празднованиях дня рождения Habitica!", "achievementDilatory": "Спаситель Промедления", "achievementDilatoryText": "Помог(ла) уничтожить Повелителя Откладываемых-На-Завтра Заданий в дни Летнего Всплеска 2014.", "costumeContest": "Конкурс костюмов 2014", - "costumeContestText": "Участвовал(-а) в конкурсе костюмов на Хэллоуин в 2014 году. Некоторые работы можно увидеть на странице blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Участвовал(-а) в конкурсе костюмов на Хэллоуин в 2014 году. Некоторые работы можно увидеть на странице blog.habitica.com/tagged/cosplay!", "memberSince": " - Участник с ", "lastLoggedIn": "- Последний вход", "notPorted": "Эта функция еще не перенесена со старого сайта.", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Тема Гокула", "askQuestion": "Задать вопрос", "reportBug": "Сообщить о проблеме", - "contributeToHRPG": "Участвовать в развитии HabitRPG", + "contributeToHRPG": "Участвовать в развитии Habitica", "overview": "Информация для новичков", "January": "Январь", "February": "Февраль", @@ -107,4 +107,4 @@ "dateFormat": "Формат даты", "achievementStressbeast": "Спаситель Стойкальма", "achievementStressbeastText": "Помог победить Отвратительного Стрессозверя во время события Зимняя Страна Чудес 2015!" -} \ No newline at end of file +} diff --git a/common/locales/ru/groups.json b/common/locales/ru/groups.json index 2917ee7d57..ca45597de8 100644 --- a/common/locales/ru/groups.json +++ b/common/locales/ru/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Отсортировать по дате вступления", "sortName": "Отсортировать в алфавитном порядке", "sortBackgrounds": "Сортировать по фону.", - "sortHabitrpgJoined": "Сортировать по дате присоединения к HabitRPG", + "sortHabitrpgJoined": "Сортировать по дате присоединения к Habitica", "sortHabitrpgLastLoggedIn": "Сортировать по времени последнего входа", "ascendingSort": "Сортировать по возрастанию", "descendingSort": "Сортировать по убыванию", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Только лидер группы может создавать испытания", "sendGift": "Отправить подарок", "inviteFriends": "Пригласить друзей", - "inviteAlertInfo": "Здесь можно пригласить друзей по ID пользователя.", + "inviteAlertInfo": "Здесь можно пригласить друзей по ID пользователя.", "inviteExistUser": "Пригласить существующего пользователя", "inviteByEmail": "Пригласить друзей по почте. Если они присоединятся по ссылке из вашего письма, они будут автоматически приглашены в эту группу.", "byColon": "От:", @@ -123,4 +123,4 @@ "startAParty": "Создать команду", "addToParty": "Пригласите участника в команду", "likePost": "Кликните, если нравится пост!" -} \ No newline at end of file +} diff --git a/common/locales/ru/limited.json b/common/locales/ru/limited.json index 86ef3d576c..ef2a94b5b5 100644 --- a/common/locales/ru/limited.json +++ b/common/locales/ru/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "Сиена Лезли", "seasonalShopTitle": "<%= linkStart %>Сезонная Волшебница<%= linkEnd %>", "seasonalShopClosedText": "Сезонная лавка сейчас закрыта!! Я не знаю где сейчас Сезонная Чародейка, но она уж точно вернется к следующему большому празднику.", - "seasonalShopText": "Добро пожаловать в Сезонную лавку! Сейчас мы предлагаем товары весеннего сезонного выпуска. Товары будут доступны ежегодно в дни Весенней Веселухи, но мы открыты только до 30 апреля, так что спешите закупиться сейчас, иначе придется ждать целый год!", - "seasonalShopSummerText": "Добро пожаловать в Сезонную лавку! Сейчас мы предлагаем товары летнего сезонного выпуска. Товары будут доступны ежегодно в дни Летнего Всплеска, но мы открыты только до 31 июля, так что спешите закупиться сейчас, иначе придется ждать целый год!", + "seasonalShopText": "Добро пожаловать в Сезонную лавку! Сейчас мы предлагаем товары весеннего сезонного выпуска. Товары будут доступны ежегодно в дни Весенней Веселухи, но мы открыты только до 30 апреля, так что спешите закупиться сейчас, иначе придется ждать целый год!", + "seasonalShopSummerText": "Добро пожаловать в Сезонную лавку! Сейчас мы предлагаем товары летнего сезонного выпуска. Товары будут доступны ежегодно в дни Летнего Всплеска, но мы открыты только до 31 июля, так что спешите закупиться сейчас, иначе придется ждать целый год!", "seasonalShopRebirth": "Использовав шар возрождения, вы сможете повторно купить это снаряжение в колонке наград после того, как разблокируете Лавку предметов. Изначально вы сможете купить только предметы для вашего текущего класса (класс по умолчанию – воин), но не волнуйтесь: после смены класса вам станут доступны другие классовые предметы.", "candycaneSet": "Карамельная палочка (Маг)", "skiSet": "Лыжник-ассасин (Разбойник)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Изумрудный Русалколдун (Маг)", "reefSeahealerSet": "Рифовый Морской Целитель (Целитель)", "roguishPirateSet": "Коварный Пират (Разбойник)" -} \ No newline at end of file +} diff --git a/common/locales/ru/messages.json b/common/locales/ru/messages.json index 0d7322f974..dcb5823763 100644 --- a/common/locales/ru/messages.json +++ b/common/locales/ru/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> Вы нашли в сундуке редкий предмет: <%= dropText %>! Потрясающе!", "armoireFood": "<%= image %> Копаясь в сундуке, вы что-то находите. Откуда здесь <%= dropArticle %><%= dropText %>?", "armoireExp": "Вы сражаетесь с сундуком и получаете опыт. Получай!" -} \ No newline at end of file +} diff --git a/common/locales/ru/npc.json b/common/locales/ru/npc.json index 9175699cd4..36143e721c 100644 --- a/common/locales/ru/npc.json +++ b/common/locales/ru/npc.json @@ -21,9 +21,9 @@ "cool": "Напомнить позже", "dismissAlert": "Скрыть эти вести", "donateText1": "Добавляет 20 самоцветов к вашей учетной записи. Самоцветы используются для покупки особых игровых предметов, таких как рубахи или прически.", - "donateText2": "Поддержать разработку HabitRPG", - "donateText3": "HabitRPG – это проект с открытым исходным кодом, зависящий от поддержки своих пользователей. Деньги, которые вы тратите на покупку самоцветов, помогают нам поддерживать сервера в рабочем состоянии, сохранять небольшой штат сотрудников, разрабатывать новые функции и давать стимул нашим программистам-добровольцам. Благодарим вас за щедрость!", - "donationDesc": "20 самоцветов, поддержка HabitRPG", + "donateText2": "Поддержать разработку Habitica", + "donateText3": "Habitica – это проект с открытым исходным кодом, зависящий от поддержки своих пользователей. Деньги, которые вы тратите на покупку самоцветов, помогают нам поддерживать сервера в рабочем состоянии, сохранять небольшой штат сотрудников, разрабатывать новые функции и давать стимул нашим программистам-добровольцам. Благодарим вас за щедрость!", + "donationDesc": "20 самоцветов, поддержка Habitica", "payWithCard": "Оплатить картой", "payNote": "Обратите внимание: для обработки платежа системе PayPal часто требуется длительное время. Мы рекомендуем оплату картой.", "card": "Карта", @@ -52,10 +52,10 @@ "tourStatsPage": "Это страница характеристик. Достижения можно заработать, выполняя задания из списка.", "tourTavernPage": "Добро пожаловать в Таверну, место общения для игроков всех возрастов! Здесь вы также можете защититься от последствий пропуска ежедневных заданий на время болезни или путешествия, выбрав опцию «В гостиницу». Заглядывайте пообщаться!", "tourPartyPage": "Команда поможет вам быть ответственней. Пригласите друзей, чтобы разблокировать свиток квеста.", - "tourGuildsPage": "Гильдии представляют собой групповые чаты по общим интересам, создаваемые игроками и для игроков. Просмотрите список и присоединяйтесь к интересным для вас гильдиями. Обратите внимание на популярную гильдию новичков (Newbies Guild), где любой может задать вопрос о HabitRPG!", + "tourGuildsPage": "Гильдии представляют собой групповые чаты по общим интересам, создаваемые игроками и для игроков. Просмотрите список и присоединяйтесь к интересным для вас гильдиями. Обратите внимание на популярную гильдию новичков (Newbies Guild), где любой может задать вопрос о Habitica!", "tourChallengesPage": "Испытания – это тематические списки заданий, созданные пользователями! Присоединившись к испытанию, вы добавите эти задания к своему аккаунту. Соревнуйтесь с другими пользователями, чтобы получить самоцветы в качестве призов!", "tourMarketPage": "Начиная с 4-го уровня, после завершения заданий вы можете получить случайным образом выпавшее яйцо или инкубационный эликсир. Используйте их для того, чтобы вырастить питомцев! Также эти предметы можно купить на Рынке.", - "tourHallPage": "Добро пожаловать в Зал Героев, где воздаются почести добровольным помощникам, участвующим в развитии HabitRPG. За свои заслуги в программировании, изобразительном искусстве, музыке, литературном творчестве или простой помощи они награждены самоцветами, уникальным снаряжением и престижными титулами. Вы тоже можете помочь HabitRPG!", + "tourHallPage": "Добро пожаловать в Зал Героев, где воздаются почести добровольным помощникам, участвующим в развитии Habitica. За свои заслуги в программировании, изобразительном искусстве, музыке, литературном творчестве или простой помощи они награждены самоцветами, уникальным снаряжением и престижными титулами. Вы тоже можете помочь Habitica!", "tourPetsPage": "Это стойла! Начиная с 4-го уровня, вы можете выращивать питомцев из яиц с помощью эликсиров. После того, как питомец вылупится на Рынке, он появится здесь. Кликните на изображение питомца, чтобы добавить его на свой аватар. Кормите питомцев едой, которую будете находить после 4-го уровня, и они вырастут в выносливых скакунов.", "tourMountsPage": "Когда питомец получит достаточно еды, он станет скакуном и будет отображаться здесь. (Питомцы, скакуны и еда доступны после 4-го уровня). Выберите скакуна, чтобы оседлать его!", "tourEquipmentPage": "Здесь хранится ваше снаряжение! Боевая экипировка влияет на ваши характеристики. Если вы хотите, чтобы на аватаре отображалось иное снаряжение, без изменения характеристик, нажмите «Использовать костюм».", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Разумно!", "tourRewardsBrief": "Список наград
  • Потратьте здесь ваше золото, так тяжело заработано!
  • Приобретайте снаряжение для вашего аватара или установите собственные награды.
", "tourRewardsProceed": "Это все!", - "welcomeToHabit": "Добро пожаловать в HabitRPG, игру для улучшения своей жизни!", + "welcomeToHabit": "Добро пожаловать в Habitica, игру для улучшения своей жизни!", "welcome1": "Создайте и персонализируйте игровой аватар, который будет представлять вас.", "welcome2": "Ваши задачи в реальной жизни будут влиять на здоровье (ОЗ), опыт (ОО) и золото!", "welcome3": "Выполняйте задания, чтобы получить опыт (ОО) и золото, которое открывает потрясающие возможности и награды!", "welcome4": "Избегайте плохих привычек, забирающих здоровье (ОЗ), или ваш аватар умрет!", "welcome5": "Теперь вы можете персонализировать аватар и настроить задачи...", "imReady": "Начнем!" -} \ No newline at end of file +} diff --git a/common/locales/ru/pets.json b/common/locales/ru/pets.json index 464dc360ab..6902ce5822 100644 --- a/common/locales/ru/pets.json +++ b/common/locales/ru/pets.json @@ -14,7 +14,7 @@ "mantisShrimp": "Рак-богомол", "mammoth": "Шерстистый мамонт", "orca": "Косатка", - "rarePetPop1": "Нажмите золотую лапу, чтобы подробнее узнать, как получить этого редкого питомца, приняв участие в проекте HabitRPG!", + "rarePetPop1": "Нажмите золотую лапу, чтобы подробнее узнать, как получить этого редкого питомца, приняв участие в проекте Habitica!", "rarePetPop2": "Как получить этого питомца?", "potion": "<%= potionType %> эликсир", "egg": "<%= eggType %> в яйце", @@ -28,7 +28,7 @@ "foodText": "еда", "food": "Еда и сёдла", "noFood": "У вас нет ни еды, ни сёдел", - "dropsExplanation": "Получите эти предметы быстрее за самоцветы, если не хотите дожидаться пока они выпадут при завершении задания. Узнайте больше о системе выпадения предметов.", + "dropsExplanation": "Получите эти предметы быстрее за самоцветы, если не хотите дожидаться пока они выпадут при завершении задания. Узнайте больше о системе выпадения предметов.", "beastMasterProgress": "Прогресс повелителя зверей", "beastAchievement": "Вы заработали достижение «Повелитель зверей» за то, что собрали всех питомцев!", "beastMasterName": "Повелитель зверей", @@ -65,4 +65,4 @@ "petKeyBoth": "Освободить всех", "petKeyNeverMind": "Еще не", "gemsEach": "самоцветов за каждый" -} \ No newline at end of file +} diff --git a/common/locales/ru/quests.json b/common/locales/ru/quests.json index 565e43f136..0bdfeb02b3 100644 --- a/common/locales/ru/quests.json +++ b/common/locales/ru/quests.json @@ -60,4 +60,4 @@ "questWarning": "Получайте приглашение на участие в квесте до его начала, т.к. после старта ни один новый член команды не сможет к нему присоединиться. ", "bossRageTitle": "Ярость", "bossRageDescription": "Когда полоска заполнится, босс произведет особую атаку!" -} \ No newline at end of file +} diff --git a/common/locales/ru/questscontent.json b/common/locales/ru/questscontent.json index d681bbb098..0a78736f92 100644 --- a/common/locales/ru/questscontent.json +++ b/common/locales/ru/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Рыба (Еда)", "questDilatoryDistress3DropWeapon": "Трезубец сокрушительных приливов (Оружие)", "questDilatoryDistress3DropShield": "Щит из лунного жемчуга (Щит-рука)" -} \ No newline at end of file +} diff --git a/common/locales/ru/rebirth.json b/common/locales/ru/rebirth.json index d2d06a5436..58acc52508 100644 --- a/common/locales/ru/rebirth.json +++ b/common/locales/ru/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Возрождение: доступно новое приключение!", - "rebirthUnlock": "Вы открыли Возрождение! Этот особый предмет с рынка позволяет начать игру заново с первого уровня, сохранив при этом свои задания, достижения, питомцев и т. д. Используйте его, чтобы вдохнуть новую жизнь в HabitRPG, если вам кажется, что вы достигли всего, или чтобы испытать нововведения свежим взглядом начинающего персонажа!", + "rebirthUnlock": "Вы открыли Возрождение! Этот особый предмет с рынка позволяет начать игру заново с первого уровня, сохранив при этом свои задания, достижения, питомцев и т. д. Используйте его, чтобы вдохнуть новую жизнь в Habitica, если вам кажется, что вы достигли всего, или чтобы испытать нововведения свежим взглядом начинающего персонажа!", "rebirthBegin": "Возрождение: Начни новое приключение", "rebirthStartOver": "Возрождение позволяет вашему персонажу начать заново с 1 уровня, как если бы вы создали новый аккаунт.", "rebirthAdvList1": "Ваше здоровье полностью восстанавливается.", @@ -22,4 +22,4 @@ "rebirthPop": "Начните заново с персонажем 1 уровня, сохранив достижения, коллекционные предметы и задания с историей.", "rebirthName": "Шар возрождения", "reborn": "Возрождение, макс. уровень <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/ru/settings.json b/common/locales/ru/settings.json index 726c7243a4..cfb26eaaed 100644 --- a/common/locales/ru/settings.json +++ b/common/locales/ru/settings.json @@ -2,7 +2,7 @@ "settings": "Настройки", "language": "Язык", "americanEnglishGovern": "В случае несоответствия информации в переводах, правильной следует считать версию на американском английском.", - "helpWithTranslation": "Хотите помочь с переводом HabitRPG? Отлично! Посмотрите эту карточку Trello.", + "helpWithTranslation": "Хотите помочь с переводом Habitica? Отлично! Посмотрите эту карточку Trello.", "showHeaderPop": "Показывать ваш аватар, полоски здоровья/опыта и команду.", "stickyHeader": "Закрепить область персонажа", "stickyHeaderPop": "Прикрепить область персонажа к верхней границе экрана. Если отключить, она будет скрываться при прокрутке страницы. ", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Раздел «Дополнительные параметры» в задачах свернут по умолчанию", "startAdvCollapsedPop": "Когда этот параметр включен, при открытии задания для редактирования раздел «Дополнительные параметры» будет отображаться в свернутом виде.", "showTour": "Показать тур", - "restartTour": "Запустить ознакомительный тур, который вы видели, когда зарегистрировались на HabitRPG.", + "restartTour": "Запустить ознакомительный тур, который вы видели, когда зарегистрировались на Habitica.", "showBailey": "Показать Бэйли", "showBaileyPop": "Показать скрывшуюся Бэйли — Городского Глашатая, чтобы просмотреть все прежние новости.", "fixVal": "Исправить данные персонажа", @@ -27,10 +27,10 @@ "resetAccount": "Сброс учетной записи", "resetAccPop": "Начать заново, потеряв все уровни, золото, экипировку, историю и задачи.", "deleteAccount": "Удаление учетной записи", - "deleteAccPop": "Удалить вашу учетную запись HabitRPG.", + "deleteAccPop": "Удалить вашу учетную запись Habitica.", "qrCode": "QR-код", "dataExport": "Экспорт данных", - "saveData": "Есть несколько способов сохранения ваших данных HabitRPG.", + "saveData": "Есть несколько способов сохранения ваших данных Habitica.", "habitHistory": "История привычек", "exportHistory": "Экспортировать историю:", "csv": "(CSV)", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Персональное начало суток", "24HrClock": "24-часовой формат", - "customDayStartInfo1": "HabitRPG по умолчанию проверяет и сбрасывает ваши ежедневные задачи каждый день в полночь по вашему часовому поясу. Рекомендуем прочитать следующую информацию, прежде чем изменять настройки:", - "customDayStartInfo4": "Выполните все ежедневные задания, прежде чем изменить персональное начало суток или отдохните один день в гостинице. Изменение настройки персонального начала дня может привести к тому, что момент смены суток, или крон, наступит немедленно, но на следующий день все произодет по расписанию.

Учитывайте, что для вступления настроек в силу может потребоваться до двух часов. Например, если смена суток сейчас установлена на 0 часов (полночь), измените этот параметр до 22 часов, если хотите установить его на 21 час, внесите изменения до 19 часов.

Введите час между 0 и 23 (используется 24-часовой формат). Ввести цифру с клавиатуры может быть проще, чем с помощью стрелок. После установки перезагрузите страницу, чтобы убедиться, что отображается новое значение.", + "customDayStartInfo1": "Habitica по умолчанию проверяет и сбрасывает ваши ежедневные задачи каждый день в полночь по вашему часовому поясу. Рекомендуем прочитать следующую информацию, прежде чем изменять настройки:", + "customDayStartInfo4": "Выполните все ежедневные задания, прежде чем изменить персональное начало суток или отдохните один день в гостинице. Изменение настройки персонального начала дня может привести к тому, что момент смены суток, или крон, наступит немедленно, но на следующий день все произодет по расписанию.

Учитывайте, что для вступления настроек в силу может потребоваться до двух часов. Например, если смена суток сейчас установлена на 0 часов (полночь), измените этот параметр до 22 часов, если хотите установить его на 21 час, внесите изменения до 19 часов.

Введите час между 0 и 23 (используется 24-часовой формат). Ввести цифру с клавиатуры может быть проще, чем с помощью стрелок. После установки перезагрузите страницу, чтобы убедиться, что отображается новое значение.", "misc": "Разное", "showHeader": "Показывать область персонажа", "changePass": "Изменение пароля", @@ -56,7 +56,7 @@ "dangerZone": "Опасная зона", "resetText1": "Осторожно! Это обнулит многое в вашем аккаунте. Использовать эту функцию крайне не рекомендуется, однако некоторым игрокам она может пригодится в начале — после того, как они попробуют приложение.", "resetText2": "Вы потеряете уровень, всё свое золото и очки опыта. Все ваши задачи будут удалены навсегда и вы навсегда потеряете историю выполнения заданий. Вы также потеряете всё снаряжение, но сможете купить его снова, включая снаряжение ограниченного выпуска и таинственные предметы подписчиков, которые у вас уже есть (если снаряжение, которое вы хотите выкупить, предназначено для определенного класса, ваш класс должен соответствовать ему). Вы сохраните свой класс, питомцев и скакунов. Возможно, вам лучше воспользоваться шаром возрождения — он намного безопаснее и вы сохраните все свои задачи.", - "deleteText": "Вы уверены? Ваш аккаунт будет удален навсегда без возможности восстановления! Вам понадобится зарегистрировать новый аккаунт, если вы захотите пользоваться HabitRPG снова. Стоимость потраченных и находящихся в банке самоцветов не будет компенсирована. Если вы абсолютно уверены, напишите <%= deleteWord %> в текстовом поле ниже.", + "deleteText": "Вы уверены? Ваш аккаунт будет удален навсегда без возможности восстановления! Вам понадобится зарегистрировать новый аккаунт, если вы захотите пользоваться Habitica снова. Стоимость потраченных и находящихся в банке самоцветов не будет компенсирована. Если вы абсолютно уверены, напишите <%= deleteWord %> в текстовом поле ниже.", "API": "API", "APIText": "Скопируйте, чтобы использовать в сторонних приложениях. Однако, относитесь к токену API, как к паролю — не выкладывайте его в открытый доступ. Иногда у вас могут попросить ваш ID пользователя, но никогда не публикуйте токен API там, где его могут увидеть другие, включая Github.", "APIToken": "Токен API (это пароль — смотри предупреждение выше!)", @@ -79,13 +79,13 @@ "data": "Данные", "exportData": "Экспорт данных", "emailChange1": "Чтобы изменить ваш email, пожалуйста, отправьте email на", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "включая ваш старый и новый адреса электронной почты, а также ваш User ID", "username": "Имя пользователя", "usernameOrEmail": "Имя пользователя или e-mail", "email": "Email", "registeredWithFb": "Зарегистрирован с помощью Facebook", - "loginNameDescription1": "Это ваше имя пользователя для входа в HabitRPG. Зайдите в", + "loginNameDescription1": "Это ваше имя пользователя для входа в Habitica. Зайдите в", "loginNameDescription2": "Пользователь->Профиль", "loginNameDescription3": "чтобы изменить имя, которое появляется на вашем аватаре и в чате.", "emailNotifications": "Уведомления по электронной почте", @@ -101,12 +101,12 @@ "questStarted": "Ваш Квест начался", "invitedQuest": "Приглашен в Квест", "kickedGroup": "Исключен из группы", - "remindersToLogin": "Напоминания о заданиях в HabitRPG", + "remindersToLogin": "Напоминания о заданиях в Habitica", "unsubscribedSuccessfully": "Подписка успешно отменена!", - "unsubscribedTextUsers": "Вы успешно отписались от всех рассылок HabitRPG. Вы можете разрешить отправку только нужных вам сообщений в настройках (требуется вход).", - "unsubscribedTextOthers": "Больше вы не будете получать email-сообщений от HabitRPG", + "unsubscribedTextUsers": "Вы успешно отписались от всех рассылок Habitica. Вы можете разрешить отправку только нужных вам сообщений в настройках (требуется вход).", + "unsubscribedTextOthers": "Больше вы не будете получать email-сообщений от Habitica", "unsubscribeAllEmails": "Поставьте галочку, чтобы отписаться от е-мейлов.", - "unsubscribeAllEmailsText": "Отписываясь от е-мейлов, я понимаю, что HabitRPG никогда не сможет известить меня по электронной почте о важных изменениях на сайте или в моем аккаунте.", + "unsubscribeAllEmailsText": "Отписываясь от е-мейлов, я понимаю, что Habitica никогда не сможет известить меня по электронной почте о важных изменениях на сайте или в моем аккаунте.", "correctlyUnsubscribedEmailType": "Вы успешно отписались от уведомлений \"<%= emailType %>\".", "subscriptionRateText": "Возобновляемый платеж в $<%= price %> каждые <%= months %> месяцев", "benefits": "Преимущества", @@ -119,4 +119,4 @@ "promoCodeApplied": "Промокод принят! Проверьте инвентарь", "promoPlaceholder": "Введите Промокод", "displayInviteToPartyWhenPartyIs1": "Отображать кнопку приглашения в команду когда в команде 1 человек" -} \ No newline at end of file +} diff --git a/common/locales/ru/spells.json b/common/locales/ru/spells.json index 05add19403..436b7baa49 100644 --- a/common/locales/ru/spells.json +++ b/common/locales/ru/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Превратите друга в морское животное!", "spellSpecialSandText": "Песок", "spellSpecialSandNotes": "Отменить эффект морской пены." -} \ No newline at end of file +} diff --git a/common/locales/ru/subscriber.json b/common/locales/ru/subscriber.json index de8d1b333c..8381b698af 100644 --- a/common/locales/ru/subscriber.json +++ b/common/locales/ru/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "долларов США в месяц", "organization": "Организация", "groupPlans": "Корпоративные планы", - "indivPlan1": "Игра в HabitRPG бесплатна для индивидуальных пользователей. Даже для небольших групп с общими интересами — бесплатные (или недорогие)", + "indivPlan1": "Игра в Habitica бесплатна для индивидуальных пользователей. Даже для небольших групп с общими интересами — бесплатные (или недорогие)", "indivPlan2": "могут использоваться для мотивации участников к совершенствованию: например, для литературных групп, художественных конкурсов и прочего.", - "groupText1": "В то же время некоторым из руководителей групп требуется больше контроля, конфиденциальности, безопасности и поддержки. Примерами таких групп служат семьи, трудовые коллективы и так далее. Следующие тарифы предоставляют возможность использования группой или организацией частных версий HabitRPG, безопасной и независимой", + "groupText1": "В то же время некоторым из руководителей групп требуется больше контроля, конфиденциальности, безопасности и поддержки. Примерами таких групп служат семьи, трудовые коллективы и так далее. Следующие тарифы предоставляют возможность использования группой или организацией частных версий Habitica, безопасной и независимой", "groupText2": "Ознакомьтесь с преимуществами групповых тарифов и свяжитесь с нами для получения более подробной информации!", "planFamily": "Семья (скоро доступно)", "planGroup": "Группа (скоро доступно)", "dedicatedHost": "Выделенный сервер", - "dedicatedHostText": "Выделенный хостинг: HabitRPG предоставляет хостинг для Вашей базы данных и сервера. Также возможна установка в корпоративной сети Вашей организации. Если не выбрано иное, используется «Виртуальный хостинг»: Ваша организация будет использовать ту же базу данных, что и HabitRPG в целом, но реализация Habitica будет независимой. Ваши участники ограждены от Таверны и гильдий, но их данные хранятся на том же сервере (в той же базе данных).", + "dedicatedHostText": "Выделенный хостинг: Habitica предоставляет хостинг для Вашей базы данных и сервера. Также возможна установка в корпоративной сети Вашей организации. Если не выбрано иное, используется «Виртуальный хостинг»: Ваша организация будет использовать ту же базу данных, что и Habitica в целом, но реализация Habitica будет независимой. Ваши участники ограждены от Таверны и гильдий, но их данные хранятся на том же сервере (в той же базе данных).", "individualSub": "Индивидуальная подписка", "subscribe": "Подписка", "subscribed": "Оформлено", @@ -33,9 +33,9 @@ "adminSub": "Подписки администратора", "morePlans": "Больше тарифов
Скоро доступно", "organizationSub": "Частная организация", - "organizationSubText": "Члены организации не участвуют в HabitRPG в целом, что обеспечивает концентрацию.", + "organizationSubText": "Члены организации не участвуют в Habitica в целом, что обеспечивает концентрацию.", "hostingType": "Тип хостинга", - "hostingTypeText": "Виртуальный хостинг означает, что Ваша организация использует ту же базу данных, что и HabitRPG в целом, но Вы не взаимодействуете с Habitica. Выделенный — означает, что Вы получаете собственный сервер и базу данных. По Вашему выбору, сервер и база данных могут быть предоставлены HabitRPG, или же мы можем произвести установку на Вашем сервере.", + "hostingTypeText": "Виртуальный хостинг означает, что Ваша организация использует ту же базу данных, что и Habitica в целом, но Вы не взаимодействуете с Habitica. Выделенный — означает, что Вы получаете собственный сервер и базу данных. По Вашему выбору, сервер и база данных могут быть предоставлены Habitica, или же мы можем произвести установку на Вашем сервере.", "dedicated": "Выделенный", "customDomain": "Индивидуальный домен", "customDomainText": "По Вашему желанию мы можем предоставить индивидуальное доменное имя для установки.", @@ -58,7 +58,7 @@ "buySubsText": "Самоцветы за золото, никакой рекламы, поддержка проекта", "sureCancelSub": "Вы уверены, что хотите отменить подписку?", "subCanceled": "Подписка перестанет действовать с", - "subGemPop": "Будучи подписчиком HabitRPG, вы каждый месяц имеете возможность покупать самоцветы за золото. Посмотреть, сколько самоцветов вам доступно, можно в углу иконки самоцвета.", + "subGemPop": "Будучи подписчиком Habitica, вы каждый месяц имеете возможность покупать самоцветы за золото. Посмотреть, сколько самоцветов вам доступно, можно в углу иконки самоцвета.", "subGemName": "Самоцветы подписчика", "timeTravelers": "Путешественники во времени", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> и <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Обновить карточку", "subUpdateTitle": "Обновить", "subUpdateDescription": "Обновите данные карты для оплаты." -} \ No newline at end of file +} diff --git a/common/locales/ru/tasks.json b/common/locales/ru/tasks.json index 643b3a6711..a793ca5c77 100644 --- a/common/locales/ru/tasks.json +++ b/common/locales/ru/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Удалить завершенные", "lotOfToDos": "Завершенные задачи автоматически архивируются через 3 дня. Вы можете найти их в меню Настройки > Экспорт данных.", "deleteToDosExplanation": "Если вы нажмете кнопку ниже, все завершенные и находящиеся архиве задачи будут удалены навсегда. Если вы хотите сохранить их, экспортируйте их. ", - "beeminderDeleteWarning": "Пользователям Beeminder: В первую очередь прочитайте Как избежать проблем с Beeminder при удалении завершённых задач!", + "beeminderDeleteWarning": "Пользователям Beeminder: В первую очередь прочитайте Как избежать проблем с Beeminder при удалении завершённых задач!", "addmultiple": "Добавить несколько", "addsingle": "Добавить одно", "habits": "Привычки", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "Вы отдыхаете в Гостинице! Пропущенные Ежедневные задания НЕ причинят вам вреда в конце сегодняшнего дня, но отметки об их выполнении БУДУТ сбрасываться каждый день. Если ваша Команда участвует к квесте, вы не будете наносить урон / находить предметы, пока не покинете Гостиницу. В то же время Босс все же будет наносить урон вам за Ежедневные задания, пропущенные вашими товарищами по Команде.", "habitHelp1": "Полезные привычки – это то, что вы делаете часто. За них вы получаете золото и опыт после каждого нажатия на <%= plusIcon %>.", "habitHelp2": "Вредные привычки – это действия, которых вы хотите избежать. Они наносят вам урон после каждого нажатия на <%= minusIcon %>.", - "habitHelp3": "Ищете вдохновения? Посмотрите примеры привычек!", + "habitHelp3": "Ищете вдохновения? Посмотрите примеры привычек!", "newbieGuild": "Остались вопросы? Задайте их в <%= linkStart %>Гильдии новичков<%= linkEnd %>!", "dailyHelp1": "Ежедневные задания повторяются <%= emphasisStart %>каждый день<%= emphasisEnd %>, если в этот день они действуют. Нажмите <%= pencilIcon %>, чтобы изменить дни действия ежедневных заданий.", "dailyHelp2": "Если вы не завершите активные ежедневные задания, в конце дня вы потеряете здоровье.", "dailyHelp3": "Ежедневные задания становятся <%= emphasisStart %>красными<%= emphasisEnd %>, когда вы их пропускаете, и <%= emphasisStart %>синими<%= emphasisEnd %>, когда выполняете. Чем насыщеннее красный цвет задания, тем большую награду... или ущерб вы за него получите.", "dailyHelp4": "Чтобы изменить время окончания вашего дня, откройте <%= linkStart %> Настройки > Сайт<%= linkEnd %> > Персональное начало суток.", - "dailyHelp5": "Ищете вдохновения? Посмотрите примеры ежедневных заданий!", + "dailyHelp5": "Ищете вдохновения? Посмотрите примеры ежедневных заданий!", "toDoHelp1": "Задачи изначально желтые и краснеют (их стоимость повышается) тем сильнее, чем больше времени вам требуется на их завершение. ", "toDoHelp2": "Задачи не наносят вам ущерба! Они только приносят золото и опыт.", "toDoHelp3": "Если Вы разобьете Задачу на список задачек поменьше, она покажется не такой страшной и принесет вам больше очков!", - "toDoHelp4": "Ищете вдохновения? Посмотрите примеры задач!", + "toDoHelp4": "Ищете вдохновения? Посмотрите примеры задач!", "rewardHelp1": "Купленное вами снаряжение хранится здесь: <%= linkStart %>Инвентарь > Снаряжение<%= linkEnd %>.", "rewardHelp2": "Снаряжение влияет на ваши характеристики (<%= linkStart %>Пользователь > Характеристики<%= linkEnd %>).", "rewardHelp3": "Здесь появится особое снаряжение во время Мировых Событий.", - "rewardHelp4": "Не бойтесь назначать себе персональные награды! Посмотрите примеры наград здесь.", + "rewardHelp4": "Не бойтесь назначать себе персональные награды! Посмотрите примеры наград здесь.", "clickForHelp": "Помощь" -} \ No newline at end of file +} diff --git a/common/locales/sk/backgrounds.json b/common/locales/sk/backgrounds.json index a3c1369e63..910a5f585a 100644 --- a/common/locales/sk/backgrounds.json +++ b/common/locales/sk/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surf a Giant Wave!", "backgroundSunkenShipText": "Sunken Ship", "backgroundSunkenShipNotes": "Explore a Sunken Ship." -} \ No newline at end of file +} diff --git a/common/locales/sk/challenge.json b/common/locales/sk/challenge.json index a115f4adcf..72b7ba0edb 100644 --- a/common/locales/sk/challenge.json +++ b/common/locales/sk/challenge.json @@ -36,7 +36,7 @@ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Minimum je 1 drahokam pre verejné výzvy (pomáha predísť spamu, naozaj).", - "officialChallenge": "Oficiálna výzva HabitRPG", + "officialChallenge": "Oficiálna výzva Habitica", "by": "od", "participants": "<%= membercount %> Účastníci", "join": "Pridať sa", @@ -57,4 +57,4 @@ "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", "clone": "Clone", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/sk/character.json b/common/locales/sk/character.json index b3aac16a4a..0468b3b7fe 100644 --- a/common/locales/sk/character.json +++ b/common/locales/sk/character.json @@ -56,7 +56,7 @@ "costumeText": "Ak chceš radšej vyzerať inak, než vyzeráš so svojou aktuálnou bojovou výzbrojou, zaškrtni \"použiť kostým\", aby si si mohol zvoliť oblečenie, ktoré sa ti páči, no zároveň získavať bonusy za svoju najlepšiu bojovú výzbroj.", "useCostume": "Použiť kostým", "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", - "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:", "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!", "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.", @@ -77,7 +77,7 @@ "allocatePerPop": "Pridať bod do postrehu", "allocateInt": "Body pridelené do Inteligencie:", "allocateIntPop": "Pridať bod do inteligencie", - "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", + "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", "stats": "Štatistiky", "strength": "Sila", "strengthText": "Sila zvyšuje šancu náhodných \"kritických zásahov\" a tým aj možnosť získať z nich viac zlata, skúseností a predmetov. Taktiež pomáha zasadiť silnejšiu ranu boss monštrám.", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Odlož Zvieratko, Tátoša, Pozadie", "animalSkins": "Zvieracie pokožky", "chooseClassHeading": "Choose your Class! Or opt out to choose later.", - "warriorWiki": "Warrior", - "mageWiki": "Mage", - "rogueWiki": "Rogue", - "healerWiki": "Healer", - "chooseClassLearn": "Learn more about classes", + "warriorWiki": "Warrior", + "mageWiki": "Mage", + "rogueWiki": "Rogue", + "healerWiki": "Healer", + "chooseClassLearn": "Learn more about classes", "str": "STR", "con": "CON", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/sk/communityguidelines.json b/common/locales/sk/communityguidelines.json index a254c6f17c..95d9f41a77 100644 --- a/common/locales/sk/communityguidelines.json +++ b/common/locales/sk/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "These rules apply to all of the social spaces we use, including (but not necessarily limited to) Trello, GitHub, Transifex, and the Wikia (aka wiki). Sometimes, unforeseen situations will arise, like a new source of conflict or a vicious necromancer. When this happens, the mods may respond by editing these guidelines to keep the community safe from new threats. Fear not: you will be notified by an announcement from Bailey if the guidelines change.", "commGuidePara004": "Now ready your quills and scrolls for note-taking, and let's get started!", "commGuideHeadingBeing": "Being a Habitican", - "commGuidePara005": "HabitRPG is first and foremost a website devoted to improvement. As a result, we've been lucky to attract one of the warmest, kindest, most courteous and supportive communities on the internet. There are many traits that make up Habiticans. Some of the most common and most notable are:", + "commGuidePara005": "Habitica is first and foremost a website devoted to improvement. As a result, we've been lucky to attract one of the warmest, kindest, most courteous and supportive communities on the internet. There are many traits that make up Habiticans. Some of the most common and most notable are:", "commGuideList01A": "A Helpful Spirit. Many people devote time and energy helping out new members of the community and guiding them. The Newbies Guild, for example, is a guild devoted just to answering people's questions. If you think you can help, don't be shy!", "commGuideList01B": "A Diligent Attitude. Habiticans work hard to improve their lives, but also help build the site and improve it constantly. We're an open-source project, so we are all constantly working to make the site the best place it can be.", "commGuideList01C": "A Supportive Demeanor. Habiticans cheer for each other's victories, and comfort each other during hard times. We lend strength to each other and lean on each other and learn from each other. In parties, we do this with our spells; in chat rooms, we do this with kind and supportive words.", @@ -25,21 +25,21 @@ "commGuidePara011b": "on GitHub/Wikia", "commGuidePara011c": "on Wikia", "commGuidePara011d": "na GitHube", - "commGuidePara012": "If you have an issue or concern about a particular Mod, please send an email to Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "If you have an issue or concern about a particular Mod, please send an email to Lemoness (leslie@habitica).", "commGuidePara013": "In a community as big as Habitica, users come and go, and sometimes a moderator needs to lay down their noble mantle and relax. The following are Moderators Emeritus. They no longer act with the power of a Moderator, but we would still like to honor their work!", "commGuidePara014": "Moderators Emeritus:", "commGuideHeadingPublicSpaces": "Verejné priestory v Habitica", "commGuidePara015": "Habitica has two kinds of social spaces: public, and private. Public spaces include the Tavern, Public Guilds, GitHub, Trello, and the Wiki. Private spaces are Private Guilds, party chat, and Private Messages.", "commGuidePara016": "When navigating the public spaces in Habitica, there are some general rules to keep everyone safe and happy. These should be easy for adventurers like you!", - "commGuidePara017": "Respect each other. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes HabitRPG so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:", + "commGuidePara017": "Respect each other. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes Habitica so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:", "commGuideList02A": "Obey all of the Terms and Conditions.", "commGuideList02B": "Do not post images or text that are violent, threatening, or sexually explicit/suggestive, or that promote discrimination, bigotry, racism, sexism, hatred, harassment or harm against any individual or group. Not even as a joke. This includes slurs as well as statements. Not everyone has the same sense of humor, and so something that you consider a joke may be hurtful to another. Attack your Dailies, not each other.", "commGuideList02C": "Keep discussions appropriate for all ages. We have many young Habiticans who use the site! Let's not tarnish any innocents or hinder any Habiticans in their goals.", "commGuideList02D": "Avoid profanity. This includes milder, religious-based oaths that may be acceptable elsewhere-we have people from all religious and cultural backgrounds, and we want to make sure that all of them feel comfortable in public spaces. Additionally, slurs will be dealt with very severely, as they are also a violation of the Terms of Service.", - "commGuideList02E": "Avoid extended discussions of divisive topics outside of the Back Corner. If you feel that someone has said something rude or hurtful, do not engage them. A single, polite comment, such as \"That joke makes me feel uncomfortable,\" is fine, but being harsh or unkind in response to harsh or unkind comments heightens tensions and makes HabitRPG a more negative space. Kindness and politeness helps others understand where you are coming from.", + "commGuideList02E": "Avoid extended discussions of divisive topics outside of the Back Corner. If you feel that someone has said something rude or hurtful, do not engage them. A single, polite comment, such as \"That joke makes me feel uncomfortable,\" is fine, but being harsh or unkind in response to harsh or unkind comments heightens tensions and makes Habitica a more negative space. Kindness and politeness helps others understand where you are coming from.", "commGuideList02F": "Comply immediately with any Mod request to cease a discussion or move it to the Back Corner. Last words, parting shots and conclusive zingers should all be delivered (courteously) at your \"table\" in the Back Corner, if allowed.", "commGuideList02G": "Take time to reflect instead of responding in anger if someone tells you that something you said or did made them uncomfortable. There is great strength in being able to sincerely apologize to someone. If you feel that the way they responded to you was inappropriate, contact a mod rather than calling them out on it publicly.", - "commGuideList02H": "Divisive/contentious conversations should be reported to mods. If you feel that a conversation is getting heated, overly emotional, or hurtful, cease to engage. Instead, email leslie@habitrpg.com to let us know about it. It's our job to keep you safe.", + "commGuideList02H": "Divisive/contentious conversations should be reported to mods. If you feel that a conversation is getting heated, overly emotional, or hurtful, cease to engage. Instead, email leslie@habitica to let us know about it. It's our job to keep you safe.", "commGuideList02I": "Do not spam. Spamming may include, but is not limited to: posting the same comment or query in multiple places, posting links without explanation or context, posting nonsensical messages, or posting many messages in a row. Repeatedly begging for gems or a subscription may also be considered spamming.", "commGuidePara019": "In private spaces, users have more freedom to discuss whatever topics they would like, but they still may not violate the Terms and Conditions, including posting any discriminatory, violent, or threatening content.", "commGuidePara020": "Private Messages (PMs) have some additional guidelines. If someone has blocked you, do not contact them elsewhere to ask them to unblock you. Additionally, you should not send PMs to someone asking for support (since public answers to support questions are helpful to the community). Finally, do not send anyone PMs begging for a gift of gems or a subscription, as this can be considered spamming.", @@ -48,11 +48,11 @@ "commGuidePara022": "The Tavern is the main spot for Habiticans to mingle. Daniel the Barkeep keeps the place spic-and-span, and Lemoness will happily conjure up some lemonade while you sit and chat. Just keep in mind...", "commGuidePara023": "Conversation tends to revolve around casual chatting and productivity or life improvement tips.", "commGuidePara024": "Because the Tavern chat can only hold 200 messages, it isn't a good place for prolonged conversations on topics, especially sensitive ones (ex. politics, religion, depression, whether or not goblin-hunting should be banned, etc.). These conversations should be taken to an applicable guild or the Back Corner (more information below).", - "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use HabitRPG to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", + "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use Habitica to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", "commGuideHeadingPublicGuilds": "Verejné cechy", "commGuidePara029": "Public guilds are much like the Tavern, except that instead of being centered around general conversation, they have a focused theme. Public guild chat should focus on this theme. For example, members of the Wordsmiths guild might be cross if they found the conversation suddenly focusing on gardening instead of writing, and a Dragon-Fanciers guild might not have any interest in deciphering ancient runes. Some guilds are more lax about this than others, but in general, try to stay on topic!", "commGuidePara031": "Some public guilds will contain sensitive topics such as depression, religion, politics, etc. This is fine as long as the conversations therein do not violate any of the Terms and Conditions or Public Space Rules, and as long as they stay on topic.", - "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitrpg.com with screenshots.", + "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild title. This is to keep Habitica safe and comfortable for everyone. If the guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). Additionally, the sensitive material should be topical -- bringing up self-harm in a guild focused on fighting depression may make sense, but may be less appropriate in a music guild. If you see someone who is repeatedly violating this guideline, even after several requests, please email leslie@habitica with screenshots.", "commGuidePara035": "No Guilds, Public or Private, should be created for the purpose of attacking any group or individual. Creating such a Guild is grounds for an instant ban. Fight bad habits, not your fellow adventurers!", "commGuidePara037": "All Tavern Challenges and Public Guild Challenges must comply with these rules as well.", "commGuideHeadingBackCorner": "The Back Corner", @@ -60,7 +60,7 @@ "commGuidePara039": "The Back Corner Guild is a free public space to discuss sensitive material or a single conversation for a long time, and it is carefully moderated. The Public Space Guidelines still apply, as do all of the Terms and Conditions. Just because we are wearing long cloaks and clustering in a corner doesn't mean that anything goes! Now pass me that smoldering candle, will you?", "commGuideHeadingTrello": "Trello Boards", "commGuidePara040": "Trello serves as an open forum for suggestions and discussion of site features. Habitica is ruled by the people in the form of valiant contributors -- we all build the site together. Trello is the system that lends method to our madness. Out of consideration for this, try your best to contain all your thoughts into one comment, instead of commenting many times in a row on the same card. If you think of something new, feel free to edit your original comments. Please, take pity on those of us who receive a notification for every new comment. Our inboxes can only withstand so much.", - "commGuidePara041": "HabitRPG uses five different Trello boards:", + "commGuidePara041": "Habitica uses five different Trello boards:", "commGuideList03A": "The Main Board is a place to request and vote on site features.", "commGuideList03B": "The Mobile Board is a place to request and vote on mobile app features.", "commGuideList03C": "The Pixel Art Board is a place to discuss and submit pixel art.", @@ -68,12 +68,12 @@ "commGuideList03E": "The Wiki Board is a place to improve, discuss and request new wiki content.", "commGuidePara042": "All have their own guidelines outlined, and the Public Spaces rules apply. Users should avoid going off-topic in any of the boards or cards. Trust us, the boards get crowded enough as it is! Prolonged conversations should be moved to the Back Corner Guild.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", - "commGuidePara044": "The following users are members of the HabitRPG repo:", + "commGuidePara043": "Habitica uses GitHub to track bugs and contribute code. It's the smithy where the tireless Blacksmiths forge the features! All the Public Spaces rules apply. Be sure to be polite to the Blacksmiths -- they have a lot of work to do, keeping the site running! Hooray, Blacksmiths!", + "commGuidePara044": "The following users are members of the Habitica repo:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "The HabitRPG wiki collects information about the site. It also hosts a few forums similar to the guilds on HabitRPG. Hence, all the Public Space rules apply.", - "commGuidePara046": "The HabitRPG wiki can be considered to be a database of all things HabitRPG. It provides information about site features, guides to play the game, tips on how you can contribute to HabitRPG and also provides a place for you to advertise your guild or party and vote on topics.", - "commGuidePara047": "Since the wiki is hosted by Wikia, the terms and conditions of Wikia also apply in addition to the rules set by HabitRPG and the HabitRPG wiki site.", + "commGuidePara045": "The Habitica wiki collects information about the site. It also hosts a few forums similar to the guilds on Habitica. Hence, all the Public Space rules apply.", + "commGuidePara046": "The Habitica wiki can be considered to be a database of all things Habitica. It provides information about site features, guides to play the game, tips on how you can contribute to Habitica and also provides a place for you to advertise your guild or party and vote on topics.", + "commGuidePara047": "Since the wiki is hosted by Wikia, the terms and conditions of Wikia also apply in addition to the rules set by Habitica and the Habitica wiki site.", "commGuidePara048": "The wiki is solely a collaboration between all of its editors so some additional guidelines include:", "commGuideList04A": "Requesting new pages or major changes on the Wiki Trello board", "commGuideList04B": "Being open to other peoples' suggestion about your edit", @@ -82,7 +82,7 @@ "commGuideList04E": "Not spamming or sabotaging pages for personal gain", "commGuideList04F": "Read the wiki contribution page before making major changes", "commGuideList04G": "Impartial tone within wiki pages", - "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of HabitRPG and not pertaining to a particular guild or party (such information can be moved to the forums)", + "commGuideList04H": "Ensuring that wiki content is relevant to the whole site of Habitica and not pertaining to a particular guild or party (such information can be moved to the forums)", "commGuidePara049": "The following people are the current wiki administrators:", "commGuidePara018": "Wiki Administrators Emeritus are", "commGuideHeadingInfractionsEtc": "Infractions, Consequences, and Restoration", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Moderate Infractions", "commGuidePara054": "Moderate infractions do not make our community unsafe, but they do make it unpleasant. These infractions will have moderate consequences. When in conjunction with multiple infractions, the consequences may grow more severe.", "commGuidePara055": "The following are some examples of Moderate Infractions. This is not a comprehensive list.", - "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitrpg.com).", + "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitica).", "commGuideList06B": "Backseat Modding. To quickly clarify a relevant point: A friendly mention of the rules is fine. Backseat modding consists of telling, demanding, and/or strongly implying that someone must take an action that you describe to correct a mistake. You can alert someone to the fact that they have committed a transgression, but please do not demand an action-for example, saying, \"Just so you know, profanity is discouraged in the Tavern, so you may want to delete that,\" would be better than saying, \"I'm going to have to ask you to delete that post.\"", "commGuideList06C": "Repeated Violation of Public Space Guidelines", "commGuideList06D": "Repeated Minor Infractions", @@ -139,8 +139,8 @@ "commGuidePara062": "The email that you receive explaining the consequences of your actions (or, in the case of minor consequences, the Mod/Staff announcement) is a good source of information. Cooperate with any restrictions which have been imposed, and endeavor to meet the requirements to have any penalties lifted.", "commGuidePara063": "If you do not understand your consequences, or the nature of your infraction, ask the Staff/Moderators for help so you can avoid committing infractions in the future.", "commGuideHeadingContributing": "Contributing to Habitica", - "commGuidePara064": "HabitRPG is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", - "commGuideList12A": "HabitRPG Contributor's badge, plus 3 Gems", + "commGuidePara064": "Habitica is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", + "commGuideList12A": "Habitica Contributor's badge, plus 3 Gems", "commGuideList12B": "Contributor Armor, plus 3 Gems.", "commGuideList12C": "Contributor Helmet, plus 3 Gems.", "commGuideList12D": "Contributor Sword, plus 4 Gems.", @@ -154,7 +154,7 @@ "commGuideList13C": "Tiers don't \"start over\" in each field. When scaling the difficulty, we look at all your contributions, so that people who do a little bit of art, then fix a small bug, then dabble a bit in the wiki, do not proceed faster than people who are working hard at a single task. This helps keep things fair!", "commGuideList13D": "Users on probation cannot be promoted to the next tier. Mods have the right to freeze user advancement due to infractions. If this happens, the user will always be informed of the decision, and how to correct it. Tiers may also be removed as a result of infractions or probation.", "commGuideHeadingFinal": "The Final Section", - "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitrpg.com) and she will be happy to help clarify things.", + "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitica) and she will be happy to help clarify things.", "commGuidePara068": "Now go forth, brave adventurer, and slay some Dailies!", "commGuideHeadingLinks": "Užitočné odkazy", "commGuidePara069": "The following talented artists contributed to these illustrations:", @@ -163,7 +163,7 @@ "commGuideLink02": "The Back Corner Guild", "commGuideLink02description": "a guild for the discussion of long or sensitive topics.", "commGuideLink03": "The Wiki", - "commGuideLink03description": "the biggest collection of information about HabitRPG.", + "commGuideLink03description": "the biggest collection of information about Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "for bug reports or helping code programs!", "commGuideLink05": "The Main Trello", diff --git a/common/locales/sk/content.json b/common/locales/sk/content.json index 5dd75188c8..ba33befe0a 100644 --- a/common/locales/sk/content.json +++ b/common/locales/sk/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Sedlo", "foodSaddleNotes": "Ihneď vychová z tvojho zvieratka tátoša.", "foodNotes": "Nakŕm touto pochúťkou svoje zvieratko, aby z neho vyrástol zdatný tátoš." -} \ No newline at end of file +} diff --git a/common/locales/sk/contrib.json b/common/locales/sk/contrib.json index 1be320b929..51e33fa27c 100644 --- a/common/locales/sk/contrib.json +++ b/common/locales/sk/contrib.json @@ -1,6 +1,6 @@ { "friend": "Priateľ", - "friendFirst": "When your first set of submissions is deployed, you will receive the HabitRPG Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", + "friendFirst": "When your first set of submissions is deployed, you will receive the Habitica Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", "friendSecond": "When your second set of submissions is deployed, the Crystal Armor will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 3 Gems.", "elite": "Elitný", "eliteThird": "When your third set of submissions is deployed, the Crystal Helmet will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 3 Gems.", @@ -9,24 +9,24 @@ "championFifth": "When your fifth set of submissions is deployed, the Crystal Shield will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 4 Gems.", "championSixth": "When your sixth set of submissions is deployed, you will receive a Hydra Pet. You will also receive 4 Gems.", "legendary": "Legenda", - "legSeventh": "When your seventh set of submissions is deployed, you will receive 4 Gems and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of HabitRPG! Further contributions do not increase your tier, but you may continue to earn Gem bounties and titles.", + "legSeventh": "When your seventh set of submissions is deployed, you will receive 4 Gems and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of Habitica! Further contributions do not increase your tier, but you may continue to earn Gem bounties and titles.", "moderator": "Moderátor", "guardian": "Strážca", "guardianText": "Moderators were selected carefully from high tier contributors, so please give them your respect and listen to their suggestions.", "staff": "Personál", "heroic": "Hrdina", - "heroicText": "The Heroic tier contains HabitRPG staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).", - "npcText": "NPC sú ľudia, ktorí podporili HabitRPG na Kickstarteri na najvyššej úrovni. Ich avatary dohliadajú na funkcie stránky!", + "heroicText": "The Heroic tier contains Habitica staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).", + "npcText": "NPC sú ľudia, ktorí podporili Habitica na Kickstarteri na najvyššej úrovni. Ich avatary dohliadajú na funkcie stránky!", "modalContribAchievement": "Odznak prispievateľa!", - "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping HabitRPG. See", + "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping Habitica. See", "contribLink": "aké ceny si získal za svoj prínos.", "contribName": "Prispievateľ", - "contribText": "Prispel do HabitRPG (kód, dizajn, pixelová grafika, právna rada, dokumenty, atď.). Chceš tento odznak?", + "contribText": "Prispel do Habitica (kód, dizajn, pixelová grafika, právna rada, dokumenty, atď.). Chceš tento odznak?", "readMore": "Čítaj viac", "kickstartName": "Podporovateľ na Kickstarteri - $<%= tier %> Úroveň", "kickstartText": "Podporil projekt na Kickstarteri", "helped": "Milovník ankiet", - "helpedText1": "Pomohol k zlepšeniu HabitRPG vyplnením", + "helpedText1": "Pomohol k zlepšeniu Habitica vyplnením", "helpedText2": "tejto ankety.", "hall": "Sieň", "contribTitle": "Titul prispievateľa (napr. \"kováč\")", @@ -52,19 +52,19 @@ "tier": "Úroveň", "visitHeroes": "Navštív Sieň hrdinov (prispievatelia a podporovatelia)", "conLearn": "Zisti viac o prispievateľských odmenách", - "conLearnHow": "Zisti ako prispieť do HabitRPG", + "conLearnHow": "Zisti ako prispieť do Habitica", "removeAds": "Pre odstránenie reklám prispej", "whyAds": "Prečo sú tu reklamy?", "whyAdsContent1": "Habit je open source projekt a ocení každú pomoc, ktorá sa naskytne - považuj to za dar prispievateľom. Taktiež za nákup dostaneš 20 drahokamov, ktoré môžeš minúť na špeciálne predmety.", "whyAdsContent2": "'Hej, podporil som vás cez Kickstarter!' - nasleduj", "whyAdsContent3": "tieto inštrukcie", - "surveysSingle": "Helped HabitRPG grow by filling out a survey. There are no active surveys.", - "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. There are no active surveys.", + "surveysSingle": "Helped Habitica grow by filling out a survey. There are no active surveys.", + "surveysMultiple": "Helped Habitica grow by filling out <%= surveys %> surveys. There are no active surveys.", "currentSurvey": "Current Survey", "surveyWhen": "The badge will be awarded to all participants when surveys have been processed, in late March.", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/sk/defaulttasks.json b/common/locales/sk/defaulttasks.json index 9caaa4733d..b866870691 100644 --- a/common/locales/sk/defaulttasks.json +++ b/common/locales/sk/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Drepy", "defaultDaily4Checklist3": "Kľuky", "defaultTodoNotes": "You can either complete this To-Do, edit it, or remove it.", - "defaultTodo1Text": "Join HabitRPG (Check me off!)", + "defaultTodo1Text": "Join Habitica (Check me off!)", "defaultTodo2Text": "Set up a Habit", "defaultTodo2Checklist1": "create a Habit", "defaultTodo2Checklist2": "make it \"+\" only, \"-\" only, or \"+/-\" under Edit", @@ -38,4 +38,4 @@ "defaultTag1": "ráno", "defaultTag2": "poobede", "defaultTag3": "večer" -} \ No newline at end of file +} diff --git a/common/locales/sk/front.json b/common/locales/sk/front.json index a321100b9a..1d4f1d31f3 100644 --- a/common/locales/sk/front.json +++ b/common/locales/sk/front.json @@ -2,7 +2,7 @@ "FAQ": "FAQ", "accept1Terms": "Kliknutím na tlačidlo \"Registrovať\" súhlasím s", "accept2Terms": "a ", - "alexandraQuote": "Couldn't NOT talk about HabitRPG during my speech in Madrid. Must-have tool for freelancers who still need a boss.", + "alexandraQuote": "Couldn't NOT talk about Habitica during my speech in Madrid. Must-have tool for freelancers who still need a boss.", "althaireQuote": "Having a quest constantly on really motivates me to do all my dailies and do all my to-dos. My biggest motivation is not letting my party down.", "andeeliaoQuote": "Awesome product, just started a few days ago and already more conscious and productive with my time!", "autumnesquirrelQuote": "I'm procrastinating less on work and housework and pay bills on time.", @@ -11,7 +11,7 @@ "businessSample3": "Sort and Process Inbox", "businessSample4": "Prepare 1 Document for Client", "businessSample5": "Call Clients/Put Off Phone Calls", - "businessText": "Use HabitRPG at your business", + "businessText": "Use Habitica at your business", "choreSample1": "Put Dirty Clothes in Hamper", "choreSample2": "20 mins of Housework", "choreSample3": "Wash a Load of Dishes", @@ -32,14 +32,14 @@ "companyPrivacy": "Súkromie", "companyTerms": "Podmienky", "companyVideos": "Videá", - "contribUse": "HabitRPG contributors use", + "contribUse": "Habitica contributors use", "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades... HRPG is the only thing I've used that actually helps me get things done rather than just list them.", - "dreimQuote": "When I discovered HabitRPG last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", + "dreimQuote": "When I discovered Habitica last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", "elmiQuote": "Every morning I'm looking forward to getting up so I can earn some gold!", "email": "E-mail", "emailNewPass": "Poslať nové heslo e-mailom", "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks Habitrpg!", - "examplesHeading": "Players use HabitRPG to manage...", + "examplesHeading": "Players use Habitica to manage...", "featureAchievementByline": "Do something totally awesome? Get a badge and show it off!", "featureAchievementHeading": "Achievement Badges", "featureEquipByline": "Buy limited edition equipment, potions, and other virtual goodies in our Market with your task rewards!", @@ -55,7 +55,7 @@ "footerMobile": "Mobilné", "footerSocial": "Sociálne siete", "forgotPass": "Zabudnuté heslo", - "frabjabulousQuote": "HabitRPG is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", + "frabjabulousQuote": "Habitica is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", "free": "Play for free", "gamifyButton": "Gamify your life today!", "goalSample1": "Practice Piano for 1 Hour", @@ -71,47 +71,47 @@ "healthSample4": "Eat Healthy/Junk Food", "healthSample5": "Break a Sweat for 1 hr", "history": "História", - "infhQuote": "HabitRPG has really helped me impart structure to my life in graduate school.", + "infhQuote": "Habitica has really helped me impart structure to my life in graduate school.", "invalidEmail": "Ak chceš resetovať heslo, musíš zadať platnú emailovú adresu.", - "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. HabitRPG has cured that!", + "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. Habitica has cured that!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Before HabitRPG, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", + "kazuiQuote": "Before Habitica, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingadminlink": "balíčky", "landingend": "Ešte stále sme ťa nepresvedčili?", "landingend2": "Pozri si podrobný zoznam", "landingend3": ". Chceš osobnejší prístup? Pozri sa na naše", "landingend4": ", ktoré sú ideálne pre rodiny, učiteľov, podporné skupiny, a firmy.", "landingfeatureslink": "našich funkcií", - "landingp1": "Problém väčšiny aplikácii na zlepšenie produktivity, ktoré sú na trhu, je, že neponúkajú žiadnu motiváciu, ktorá by pri nich človeka udržala. HabitRPG tento problém rieši tým, že vytváranie dobrých návykov mení na zábavu! Odmeňuje ťa za tvoje úspechy a trestá za pošmyknutia, HabitRPG ti poskytuje externú motiváciu za plnenie denno-denných aktivít.", - "landingp2": "Kedykoľvek posilníš svoj dobrý návyk, dokončíš dennú úlohu, alebo sa postaráš o staré to-do, HabitRPG ťa ihneď odmení bodmi skúseností a zlatom. Ako získavaš skúsenosti, zvyšuje sa ti level, zlepšuješ si štatistky a odomykáš nové funkcie, ako tnapríklad povolania a zvieratká. Zlato môžeš míňať na herné predmety, ktoré zmenia tvoj zážitok z hry, alebo za také odmeny, ktoré si vytvoríš v reálnom svete tak, aby ťa motivovali. Aj ten najmenší úspech ťa ihneď odmení a teda znižuje náchylnosť k prokrastinácii.", + "landingp1": "Problém väčšiny aplikácii na zlepšenie produktivity, ktoré sú na trhu, je, že neponúkajú žiadnu motiváciu, ktorá by pri nich človeka udržala. Habitica tento problém rieši tým, že vytváranie dobrých návykov mení na zábavu! Odmeňuje ťa za tvoje úspechy a trestá za pošmyknutia, Habitica ti poskytuje externú motiváciu za plnenie denno-denných aktivít.", + "landingp2": "Kedykoľvek posilníš svoj dobrý návyk, dokončíš dennú úlohu, alebo sa postaráš o staré to-do, Habitica ťa ihneď odmení bodmi skúseností a zlatom. Ako získavaš skúsenosti, zvyšuje sa ti level, zlepšuješ si štatistky a odomykáš nové funkcie, ako tnapríklad povolania a zvieratká. Zlato môžeš míňať na herné predmety, ktoré zmenia tvoj zážitok z hry, alebo za také odmeny, ktoré si vytvoríš v reálnom svete tak, aby ťa motivovali. Aj ten najmenší úspech ťa ihneď odmení a teda znižuje náchylnosť k prokrastinácii.", "landingp2header": "Okamžitá odmena", - "landingp3": "Kedykoľvek si dopraješ zlý návyk alebo sa ti nepodarí dokončiť jednu z denných úloh, prídeš o zdravie. Ak ti zdravie klesne príliš nízko, zomrieš a stratíš časť z toho, čo si získal. V HabitRPG má každá akcia reakciu, a teda pomáha bojovať so zlými návykmi a prokrastinačnými cyklami skôr, než stihnú spôsobiť problémy v skutočnom živote.", + "landingp3": "Kedykoľvek si dopraješ zlý návyk alebo sa ti nepodarí dokončiť jednu z denných úloh, prídeš o zdravie. Ak ti zdravie klesne príliš nízko, zomrieš a stratíš časť z toho, čo si získal. V Habitica má každá akcia reakciu, a teda pomáha bojovať so zlými návykmi a prokrastinačnými cyklami skôr, než stihnú spôsobiť problémy v skutočnom živote.", "landingp3header": "Dôsledky", - "landingp4": "Vďaka aktívnej komunite ti HabitRPG ponúka zodpovednosť, ktorú potrebuješ, aby si sa venoval svojim úlohám. Môžeš si založiť družinu a spolupracovať s najbližšími kamarátmi, ktorí ťa budú povzbudzovať. Môžeš sa pridať do cechu a nájsť ľudí s podobnými záujmami a problémami. Môžete spolu zdieľať svoje ciele a vymieňať si rady, ako sa vysporiadať s prekážkami. Komunita na HabitRPG znamená, že máš zároveň podporu aj dohľad, ktorý potrebuješ na dosiahnutie úspechu.", + "landingp4": "Vďaka aktívnej komunite ti Habitica ponúka zodpovednosť, ktorú potrebuješ, aby si sa venoval svojim úlohám. Môžeš si založiť družinu a spolupracovať s najbližšími kamarátmi, ktorí ťa budú povzbudzovať. Môžeš sa pridať do cechu a nájsť ľudí s podobnými záujmami a problémami. Môžete spolu zdieľať svoje ciele a vymieňať si rady, ako sa vysporiadať s prekážkami. Komunita na Habitica znamená, že máš zároveň podporu aj dohľad, ktorý potrebuješ na dosiahnutie úspechu.", "landingp4header": "Zodpovednosť", - "leadText": "HabitRPG is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, HabitRPG can help you achieve your goals to become healthy, hard-working, and happy.", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "login": "Prihlásiť", "loginAndReg": "Prihlásiť / Registrovať", "loginFacebookAlt": "Prihlásiť / Registrovať pomocou Facebook účtu", "logout": "Odhlásiť", "marketing1Header": "Hraním hry si zlepši návyky", - "marketing1Lead1": "HabitRPG je počítačová hra, ktorá ti pomôže zlepšiť sa v skutočných návykoch. Gamifikuje tvoj život, tým že úlohy (návyky, denné úlohy a úlohy) pretvára na príšerky, ktoré potrebuješ poraziť. Čím lepšie ti to ide, tým lepšie v hre postupuješ. Ak pochybíš v reálnom živote, negatívne to ovplyvní aj tvoju postavu v hre.", + "marketing1Lead1": "Habitica je počítačová hra, ktorá ti pomôže zlepšiť sa v skutočných návykoch. Gamifikuje tvoj život, tým že úlohy (návyky, denné úlohy a úlohy) pretvára na príšerky, ktoré potrebuješ poraziť. Čím lepšie ti to ide, tým lepšie v hre postupuješ. Ak pochybíš v reálnom živote, negatívne to ovplyvní aj tvoju postavu v hre.", "marketing1Lead2": "Získaj hustú výzbroj. Zlepšuj si návyky a vylepši si postavu. Ukáž akú drsnú výzbroj máš.", "marketing1Lead2Title": "Získaj hustú výzbroj", - "marketing1Lead3": "Hľadaj náhodné odmeny. Niektorých motivuje hazard, systém nazývaný \"stochastické odmeňovanie\". HabitRPG poskytuje všetky typy podpory: pozitívna, negatívna, predvídateľná aj náhodná.", + "marketing1Lead3": "Hľadaj náhodné odmeny. Niektorých motivuje hazard, systém nazývaný \"stochastické odmeňovanie\". Habitica poskytuje všetky typy podpory: pozitívna, negatívna, predvídateľná aj náhodná.", "marketing1Lead3Title": "Hľadaj náhodné odmeny", "marketing2Header": "Súťaž s priateľmi, pridaj sa do záujmových skupín", - "marketing2Lead1": "HabitRPG môžeš hrať osamote, ale naozaj ťa to chytí až keď začneš spolupracovať s inými, súťažiť s nimi a budete za seba zodpovední. Najefektívnejšia časť sebazlepšovacieho programu je spoločenská zodpovednosť. Vviete si predstaviť lepšie prostredie na zodpovednosť a súťaženie ako počítačová hra?", + "marketing2Lead1": "Habitica môžeš hrať osamote, ale naozaj ťa to chytí až keď začneš spolupracovať s inými, súťažiť s nimi a budete za seba zodpovední. Najefektívnejšia časť sebazlepšovacieho programu je spoločenská zodpovednosť. Vviete si predstaviť lepšie prostredie na zodpovednosť a súťaženie ako počítačová hra?", "marketing2Lead2": "Bojuj s bossmi. Čo by to bolo za hru na hrdinov bez súbojov? Bojuj proti bossom so svvojou družinou. Bossovia sú prinášajú do hry element zodpovednosti - ak v nejaký deň vynecháš posilňovňu, boss ublíži všetkým.", "marketing2Lead2Title": "Bossovia", "marketing2Lead3": "Výzvami súperíš s priateľmi a cudzími. Ten, komu sa na konci výzvy darí najlepšie, vyhrá špeciálnu odmenu.", "marketing3Header": "Aplikácie", "marketing3Lead1": "S aplikáciami pre iPhone a Android sa môžeš o všetko postarať za pochodu. Uvedomujeme si, že zapínanie počítača len preto, aby ste ťukali na tlačidlá vie byť riadna otrava.", - "marketing3Lead2": "Iné nástroje tretích strán spájajú HabitRPG s rôznymi aspektami tvojho života. Naše API poskytuje jednoduchú integráciu vecí akoRozšírenie Chrome, ktorým pri browsovaní po neproduktívnych stránkach strácaš body a zíkavaš za produktívne. Viac tu", + "marketing3Lead2": "Iné nástroje tretích strán spájajú Habitica s rôznymi aspektami tvojho života. Naše API poskytuje jednoduchú integráciu vecí akoRozšírenie Chrome, ktorým pri browsovaní po neproduktívnych stránkach strácaš body a zíkavaš za produktívne. Viac tu", "marketing4Header": "Použitie na organizovanie", "marketing4Lead1": "Výučba je jedna z najlepších oblastí na gamifikáciu. Všetci vieme, žeštudenti stále pozerajú do mobilov a hrajú sa. Využime tento potenciál silu! Nechajte svojich študentov súťažiť proti sebe. Odmeňujte dobré správanie vzácnymi cenami. Sledujte. ako sa zlepšujú ich známky a správanie.", "marketing4Lead1Title": "Gamifikácia vo výučbe", - "marketing4Lead2": "Zdravotná starostlivosť niečo stojí, no nie sme o nič zdravší. Vznikajú stovky programov na zníženie ceny a zlepšenie zdravia. Veríme, že HabitRPG môže vydláždiť cestu k zdravšiemu životnému štýlu.", + "marketing4Lead2": "Zdravotná starostlivosť niečo stojí, no nie sme o nič zdravší. Vznikajú stovky programov na zníženie ceny a zlepšenie zdravia. Veríme, že Habitica môže vydláždiť cestu k zdravšiemu životnému štýlu.", "marketing4Lead2Title": "Gamifikácia životného štýlu a zdravia", "marketing4Lead3-1": "Chceš gamifikovať svoj život?", "marketing4Lead3-2": "Máš záujem a o organizovanie skupiny vo vzdelávaní, zdravej životospráve alebo iných oblastiach?", @@ -126,10 +126,10 @@ "passMan": "V prípade, že používaš správcu hesiel (napr. 1Password) a máš problém s prihlásením, vyskúšaj zadať svoje meno a heslo ručne.", "password": "Heslo", "playButton": "Hrať", - "playButtonFull": "Play HabitRPG", + "playButtonFull": "Play Habitica", "presskit": "Press Kit", "presskitDownload": "Stiahnuť všetky obrázky:", - "presskitText": "Ďakujeme za váš záujem o HabitRPG! Nasledujúce obrázky môžu byť použité ako články a videá o HabitRPG. Pre viac informácií, prosím, kontaktujte Siena Leslie na leslie@habitrpg.com.", + "presskitText": "Ďakujeme za váš záujem o Habitica! Nasledujúce obrázky môžu byť použité ako články a videá o Habitica. Pre viac informácií, prosím, kontaktujte Siena Leslie na leslie@habitica.com.", "privacy": "Zásadami ochrany osobných údajov", "psst": "Psst", "punishByline": "Break bad habits and procrastination cycles with immediate consequences.", @@ -152,9 +152,9 @@ "schoolSample3": "Meet with Study Group", "schoolSample4": "Notes for 1 Chapter", "schoolSample5": "Read 1 Chapter", - "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to HabitRPG. I'm just always so eager to reach my next level-up!", + "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to Habitica. I'm just always so eager to reach my next level-up!", "skysailorQuote": "My party and our quests keep me engaged in the game, which keeps me motivated to get things done and change my life in positive ways", - "socialTitle": "HabitRPG - Život je hra", + "socialTitle": "Habitica - Život je hra", "supermouse35Quote": "I'm exercising more and I haven't forgotten to take my meds for months! Thanks, Habit. :D", "sync": "Synchronizovať", "tasks": "Úlohy", @@ -172,11 +172,11 @@ "username": "Používateľské meno", "watchVideos": "Pozri si videá", "work": "Work", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "zelahQuote": "With Habitica, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", "reportAccountProblems": "Report Account Problems", "reportCommunityIssues": "Report Community Issues", "generalQuestionsSite": "General Questions about the Site", "businessInquiries": "Business Inquiries", "merchandiseInquiries": "Merchandise Inquiries", "marketingInquiries": "Marketing/Social Media Inquiries" -} \ No newline at end of file +} diff --git a/common/locales/sk/gear.json b/common/locales/sk/gear.json index 84e350ea05..7c2fbf6fbb 100644 --- a/common/locales/sk/gear.json +++ b/common/locales/sk/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Vločkové rúcho", "armorSpecialSnowflakeNotes": "A robe to keep you warm, even in a blizzard. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.", "armorSpecialBirthdayText": "Absurdné párty rúcho", - "armorSpecialBirthdayNotes": "Happy Birthday, HabitRPG! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthdayNotes": "Happy Birthday, Habitica! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialBirthday2015Text": "Silly Party Robes", - "armorSpecialBirthday2015Notes": "Happy Birthday, HabitRPG! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthday2015Notes": "Happy Birthday, Habitica! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialGaymerxText": "Rainbow Warrior Armor", "armorSpecialGaymerxNotes": "In celebration of pride season and GaymerX, this special armor is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGBTQ and gaming and is open to everyone. It takes place at the InterContinental in downtown San Francisco on July 11-13! Confers no benefit.", "armorSpecialSpringRogueText": "Priliehavý mačací oblek", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", "eyewearMystery301405Notes": "No eyewear could be fancier than a monocle - except, perhaps, for a pair of goggles. Confers no benefit. July 3015 Subscriber Item." -} \ No newline at end of file +} diff --git a/common/locales/sk/generic.json b/common/locales/sk/generic.json index 1e021760d7..e842f99628 100644 --- a/common/locales/sk/generic.json +++ b/common/locales/sk/generic.json @@ -1,11 +1,11 @@ { "languageName": "Slovenský", "stringNotFound": "Reťazec '<%= string %>' sa nenašiel.", - "titleIndex": "HabitRPG | Tvoj Život - RPG", + "titleIndex": "Habitica | Tvoj Život - RPG", "habitica": "Habitika", "expandToolbar": "Rozbaliť lištu", "collapseToolbar": "Zrolovať lištu", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "markdownBlurb": "Habitica uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", "showFormattingHelp": "Show formatting help", "hideFormattingHelp": "Hide formatting help", "youType": "You type:", @@ -14,8 +14,8 @@ "bold": "**Bold**", "strikethrough": "~~Strikethrough~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Habitica is great!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`code`", @@ -61,13 +61,13 @@ "veteranText": "Je ošľahaný Habitom Šedým (naša stránka pred Angularom), a utŕžil veľa jaziev z boja s krvilačnými bugmi.", "originalUser": "Pôvodný používateľ!", "originalUserText": "Jeden z prapôvodných používateľov. Nebojácny alfa tester!", - "habitBirthday": "HabitRPG Birthday Bash", - "habitBirthdayText": "Celebrated the HabitRPG Birthday Bash!", - "habitBirthdayPluralText": "Celebrated <%= number %> HabitRPG Birthday Bashes!", + "habitBirthday": "Habitica Birthday Bash", + "habitBirthdayText": "Celebrated the Habitica Birthday Bash!", + "habitBirthdayPluralText": "Celebrated <%= number %> Habitica Birthday Bashes!", "achievementDilatory": "Savior of Dilatory", "achievementDilatoryText": "Helped defeat the Dread Drag'on of Dilatory during the 2014 Summer Splash Event!", "costumeContest": "2014 Costume Contest", - "costumeContestText": "Participated in the 2014 Halloween Costume Contest. See some of the entries at blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Participated in the 2014 Halloween Costume Contest. See some of the entries at blog.habitica.com/tagged/cosplay!", "memberSince": "- Členom od", "lastLoggedIn": "- Posledné prihlásenie", "notPorted": "Táto funkcia ešte nie je prenesená z pôvodnej stránky.", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "Spýtaj sa otázku", "reportBug": "Nahlás problém", - "contributeToHRPG": "Contribute to HabitRPG", + "contributeToHRPG": "Contribute to Habitica", "overview": "Overview for New Users", "January": "Január", "February": "Február", @@ -107,4 +107,4 @@ "dateFormat": "Date Format", "achievementStressbeast": "Savior of Stoïkalm", "achievementStressbeastText": "Helped defeat the Abominable Stressbeast during the 2015 Winter Wonderland Event!" -} \ No newline at end of file +} diff --git a/common/locales/sk/groups.json b/common/locales/sk/groups.json index 2f6eaf8357..c1e367d6db 100644 --- a/common/locales/sk/groups.json +++ b/common/locales/sk/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Sort by date joined the party", "sortName": "Sort by avatar name", "sortBackgrounds": "Sort by background", - "sortHabitrpgJoined": "Sort by HabitRPG date joined", + "sortHabitrpgJoined": "Sort by Habitica date joined", "sortHabitrpgLastLoggedIn": "Sort by last time user logged in", "ascendingSort": "Sort Ascending", "descendingSort": "Sort Descending", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Only group leader can create challenges", "sendGift": "Send Gift", "inviteFriends": "Invite Friends", - "inviteAlertInfo": "Invite friends by User ID here.", + "inviteAlertInfo": "Invite friends by User ID here.", "inviteExistUser": "Invite Existing User", "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.", "byColon": "By:", @@ -123,4 +123,4 @@ "startAParty": "Start a Party", "addToParty": "Add someone to your party", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/sk/limited.json b/common/locales/sk/limited.json index 6e89c88284..9857e48d02 100644 --- a/common/locales/sk/limited.json +++ b/common/locales/sk/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Seasonal Sorceress<%= linkEnd %>", "seasonalShopClosedText": "The Seasonal Shop is currently closed!! I don't know where the Seasonal Sorceress is now, but I bet she'll be back during the next <%= linkStart %>Grand Gala<%= linkEnd %>!", - "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "If you've used the Orb of Rebirth, you can repurchase this equipment in the Rewards Column after you unlock the Item Shop. Initially, you'll only be able to purchase the items for your current class (Warrior by default), but fear not, the other class-specific items will become available if you switch to that class.", "candycaneSet": "Candy Cane (Mage)", "skiSet": "Ski-sassin (Rogue)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/sk/messages.json b/common/locales/sk/messages.json index 268d2be5a1..400bcf5f03 100644 --- a/common/locales/sk/messages.json +++ b/common/locales/sk/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/sk/npc.json b/common/locales/sk/npc.json index 885769feb4..ff84c31750 100644 --- a/common/locales/sk/npc.json +++ b/common/locales/sk/npc.json @@ -21,9 +21,9 @@ "cool": "Upozorni ma neskôr", "dismissAlert": "Zruš toto upozornenie", "donateText1": "Pridá na tvoj účet 20 drahokamov. Drahokamy sa používajú na nákup špeciálnych predmetov v hre, ako napríklad košiel a účesov.", - "donateText2": "Prispej na HabitRPG", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", - "donationDesc": "20 drahokamov, príspevok pre HabitRPG", + "donateText2": "Prispej na Habitica", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donationDesc": "20 drahokamov, príspevok pre Habitica", "payWithCard": "Platba kartou", "payNote": "Poznámka: Platby cez PayPal občas trvajú dlho. Odporúčame platiť kartou.", "card": "Platobná karta", @@ -52,10 +52,10 @@ "tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "Your Party will help you stay accountable. Invite friends to unlock a Quest Scroll!", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List
  • Spend your hard-earned Gold here!
  • Purchase Equipment for your avatar, or set custom Rewards.
", "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "welcomeToHabit": "Welcome to Habitica, a game to improve your life!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now you'll customize your avatar and set up your tasks...", "imReady": "I'm Ready!" -} \ No newline at end of file +} diff --git a/common/locales/sk/pets.json b/common/locales/sk/pets.json index ba141dcabc..510d6d92cb 100644 --- a/common/locales/sk/pets.json +++ b/common/locales/sk/pets.json @@ -14,7 +14,7 @@ "mantisShrimp": "Garnát", "mammoth": "Woolly Mammoth", "orca": "Orca", - "rarePetPop1": "Ak chceš vedieť, ako môžeš získať vzácne zvieratko vďaka prispevaniu do HabitRPG, klikni na zlatú packu.", + "rarePetPop1": "Ak chceš vedieť, ako môžeš získať vzácne zvieratko vďaka prispevaniu do Habitica, klikni na zlatú packu.", "rarePetPop2": "Ako získam toto zvieratko?", "potion": "<%= potionType %> liahoxír", "egg": "<%= eggType %>", @@ -28,7 +28,7 @@ "foodText": "food", "food": "Krmivo a sedlá", "noFood": "Nemáš žiadne krmivo ani sedlá.", - "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", + "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", "beastMasterProgress": "Postup k oceneniu \"Pán šeliem\"", "beastAchievement": "Za zozbieranie všetkých zvieratiek si získal odznak \"Pán šeliem\"!", "beastMasterName": "Pán šeliem", @@ -65,4 +65,4 @@ "petKeyBoth": "Release Both", "petKeyNeverMind": "Ešte nie", "gemsEach": "drahokamy za každý" -} \ No newline at end of file +} diff --git a/common/locales/sk/quests.json b/common/locales/sk/quests.json index cf4c5cabec..6f2fb8eb1c 100644 --- a/common/locales/sk/quests.json +++ b/common/locales/sk/quests.json @@ -60,4 +60,4 @@ "questWarning": "Ak sa nový hráči pridajú do družiny pred začiatkom výpravy, dostanú pozvánku aj oni. Ale ak sa už výprava začala, noví hráči sa nebudú môcť na ňu pridať.", "bossRageTitle": "Zúrivosť", "bossRageDescription": "When this bar fills, the boss will unleash a special attack!" -} \ No newline at end of file +} diff --git a/common/locales/sk/questscontent.json b/common/locales/sk/questscontent.json index 2d8fcb6d06..014f2eb224 100644 --- a/common/locales/sk/questscontent.json +++ b/common/locales/sk/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/sk/rebirth.json b/common/locales/sk/rebirth.json index 44dd3041db..a4d5954d1d 100644 --- a/common/locales/sk/rebirth.json +++ b/common/locales/sk/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Znovuzrodenie: Čas na nové dobrodružstvo!", - "rebirthUnlock": "Odomkol si znovuzrodenie! Toto je špeciálna položka na trhu, ktorá ti umožňuje začať hru od 1. levelu, pričom ti zachová úlohy, odznaky, zvieratká, a ďalšie. Použi ho, ak máš pocit, že si už všetko dosiahol, a chceš do HabitRPG vdýchnuť nový život, alebo chceš zažiť nové funkcie očami nováčika.", + "rebirthUnlock": "Odomkol si znovuzrodenie! Toto je špeciálna položka na trhu, ktorá ti umožňuje začať hru od 1. levelu, pričom ti zachová úlohy, odznaky, zvieratká, a ďalšie. Použi ho, ak máš pocit, že si už všetko dosiahol, a chceš do Habitica vdýchnuť nový život, alebo chceš zažiť nové funkcie očami nováčika.", "rebirthBegin": "Znovuzrodenie: Začni nové dobrodružstvo", "rebirthStartOver": "Znovuzrodenie začne tvoju postavu od 1. levelu, akoby si si vytvoril nový účet.", "rebirthAdvList1": "Vráti sa ti plné zdravie.", @@ -22,4 +22,4 @@ "rebirthPop": "Začni s novou postavou na leveli 1, pričom ti ostanú odznaky, zberateľské predmety, a úlohy.", "rebirthName": "Orb znovuzrodenia", "reborn": "Znovuzrodený, najvyšší dosiahnutý level: <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/sk/settings.json b/common/locales/sk/settings.json index e076311a02..4c2ee17ec4 100644 --- a/common/locales/sk/settings.json +++ b/common/locales/sk/settings.json @@ -2,7 +2,7 @@ "settings": "Nastavenia", "language": "Jazyk", "americanEnglishGovern": "V prípadne nesúladu v prekladoch, riaďte sa verziou Americkej Angličtiny. ", - "helpWithTranslation": "Would you like to help with the translation of HabitRPG? Great! Then visit this Trello card.", + "helpWithTranslation": "Would you like to help with the translation of Habitica? Great! Then visit this Trello card.", "showHeaderPop": "Zobraziť avatara, ukazatele zdravia/skúseností, a družinu.", "stickyHeader": "Prilepené záhlavie", "stickyHeaderPop": "Prilepí záhlavie k vrchu obrazovky. Nezaškrtnuté znamená, že sa odroluje mimo viditeľnú časť.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Zrolované pokročilé možnosti v úlohách ", "startAdvCollapsedPop": "S nastavením tejto možnosti budú pokročilé možnosti v momente, keď prvý krát otvoríš úlohu na úpravy, skryté.", "showTour": "Zobraziť prehliadku", - "restartTour": "Reštartovať úvodnú prehliadku prvej návštevy HabitRPG.", + "restartTour": "Reštartovať úvodnú prehliadku prvej návštevy Habitica.", "showBailey": "Zobraziť Bailey", "showBaileyPop": "Vytiahni mestskú hlásničku Bailey zo skrýše a prečítaj si staršie oznamy.", "fixVal": "Opraviť hodnoty postavy", @@ -27,7 +27,7 @@ "resetAccount": "Resetovať konto", "resetAccPop": "Začať odznovu, zrušiť všetky levely, zlato, výzbroj, históriu a úlohy.", "deleteAccount": "Zrušiť konto", - "deleteAccPop": "Zrušiť a zmazať tvoje HabitRPG konto.", + "deleteAccPop": "Zrušiť a zmazať tvoje Habitica konto.", "qrCode": "QR kód", "dataExport": "Export dát", "saveData": "Tu je zopár možností ako si uložiť svoje dáta z Habitu.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Vlastný začiatok dňa", "24HrClock": "24-hodinový formát hodí", - "customDayStartInfo1": "HabitRPG defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", - "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", + "customDayStartInfo1": "Habitica defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", + "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", "misc": "Rôzne", "showHeader": "Zobraziť záhlavie", "changePass": "Zmeniť heslo", @@ -56,7 +56,7 @@ "dangerZone": "Nebezpečná zóna", "resetText1": "POZOR! Toto vynuluje veľa častí tvojho konta. Táto možnosť sa neodporúča, ale niektorí ľudia to považujú za užitočné po krátkom hraní sa so stránkou.", "resetText2": "Stratíš svoju úroveň, zlato a body skúseností. Všetky tvoje úlohy sa nenávratne zmažú a prídeš aj o všetky historícké dáta. Prídeš o všetok výstroj, ale budeš si ho môcť kúpiť naspäť vrátane všetkých limitovaných alebo odberateľským záhadných predmetov, ktoré si už predtým vlastnil (budeš musieť ma správne povolanie, aby si mohol kúpiť výstroj špecifickú pre povolanie). Ostane ti súčasné povolanie a zvieratká a tátoše. Možno budeš viac preferovať Orb znovuzrodenia, ktorý je bezpečnejšou možnosťou a ktorý ti zachová úlohy.", - "deleteText": "Si si istý? Toto navždy zmaže tvoje konto a už sa nebude dať obnoviť! Ak budeš chcieť opäť používať HabitRPG, budeš sa musieť opäť registrovať s novým kontom. Odložené alebo použité drahokamy sa ti nepreplatia. Ak si si absolútne istý, napíš do textového poľa <%= deleteWord %>.", + "deleteText": "Si si istý? Toto navždy zmaže tvoje konto a už sa nebude dať obnoviť! Ak budeš chcieť opäť používať Habitica, budeš sa musieť opäť registrovať s novým kontom. Odložené alebo použité drahokamy sa ti nepreplatia. Ak si si absolútne istý, napíš do textového poľa <%= deleteWord %>.", "API": "API", "APIText": "Na použitie aplikácií tretích strán použi tento kľúč. API token považuj za niečo ako heslo, nezdieľaj ho verejne. Občas ťa môže niekto požiadať o User ID, ale nikomu nedávaj API Token, ani na Github.", "APIToken": "API Token (toto je heslo - prečítaj si varovanie vyššie!)", @@ -79,13 +79,13 @@ "data": "Data", "exportData": "Exportovať Data", "emailChange1": "Pre zmenu emailovej adresy nás kontaktujte na ", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "including both your old and new email address as well as your User ID.", "username": "Prihlasovacie meno", "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Registrovať pomocou Facebook účtu", - "loginNameDescription1": "This is what you use to login to HabitRPG. Go to", + "loginNameDescription1": "This is what you use to login to Habitica. Go to", "loginNameDescription2": "User->Profile", "loginNameDescription3": "to change the name that appears in your avatar and chat messages.", "emailNotifications": "Email Notifications", @@ -101,12 +101,12 @@ "questStarted": "Your Quest has Begun", "invitedQuest": "Invited to Quest", "kickedGroup": "Kicked from group", - "remindersToLogin": "Reminders to check in to HabitRPG", + "remindersToLogin": "Reminders to check in to Habitica", "unsubscribedSuccessfully": "Unsubscribed successfully!", - "unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from the settings (requires login).", - "unsubscribedTextOthers": "You won't receive any other email from HabitRPG.", + "unsubscribedTextUsers": "You have successfully unsubscribed from all Habitica emails. You can enable only the emails you want to receive from the settings (requires login).", + "unsubscribedTextOthers": "You won't receive any other email from Habitica.", "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.", + "unsubscribeAllEmailsText": "By checking this box, I certify that I understand that by unsubscribing from all emails, Habitica will never be able to notify me via email about important changes to the site or my account.", "correctlyUnsubscribedEmailType": "Correctly unsubscribed from \"<%= emailType %>\" emails.", "subscriptionRateText": "Recurring $<%= price %> every <%= months %> months", "benefits": "Výhody", @@ -119,4 +119,4 @@ "promoCodeApplied": "Promo Code Applied! Check your inventory", "promoPlaceholder": "Enter Promotion Code", "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." -} \ No newline at end of file +} diff --git a/common/locales/sk/spells.json b/common/locales/sk/spells.json index 05d514f503..dde04a8b43 100644 --- a/common/locales/sk/spells.json +++ b/common/locales/sk/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Cancel the effects of Seafoam." -} \ No newline at end of file +} diff --git a/common/locales/sk/subscriber.json b/common/locales/sk/subscriber.json index a03f0ad7c5..316c5e2f35 100644 --- a/common/locales/sk/subscriber.json +++ b/common/locales/sk/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / mesiac", "organization": "Organizácia", "groupPlans": "Corporate Plans", - "indivPlan1": "Pre jednotlivcov je HabitRPG zdarma. Dokonca aj pre malé záujmové skupiny je zdarma (alebo veľmi lacný)", + "indivPlan1": "Pre jednotlivcov je Habitica zdarma. Dokonca aj pre malé záujmové skupiny je zdarma (alebo veľmi lacný)", "indivPlan2": "a užitočný ako motivácia účastníkov v behaviorálnej modifikácii. Predstav si literárne krúžky, umelecké výzvy a iné.", - "groupText1": "Niektorí vedúci skupín chcú viac kontroly, súkromia, bezpečnosti a podpory. Príklady takých skupín sú rodiny, zdravotné a wellness skupiny, skupiny zamestnancov a ďalšie. Tieto tarify poskytujú súkromné verzie HabitRPG pre skupiny alebo organizácie, bezpečne a nezávisle od", + "groupText1": "Niektorí vedúci skupín chcú viac kontroly, súkromia, bezpečnosti a podpory. Príklady takých skupín sú rodiny, zdravotné a wellness skupiny, skupiny zamestnancov a ďalšie. Tieto tarify poskytujú súkromné verzie Habitica pre skupiny alebo organizácie, bezpečne a nezávisle od", "groupText2": "Nižšie nájdeš ďalšie výhody tarify a ak chceš viac informácií, kontaktuj nás!", "planFamily": "Rodina (onedlho)", "planGroup": "Skupina (Onedlho)", "dedicatedHost": "Dedikovaný hosting", - "dedicatedHostText": "Dedikovaný hosting: dostanete vlastnú databázu a server hostovaný u HabitRPG alebo ich nainštalujeme do siete vašej spoločnosti. Ak nie je zaškrtnuté, platí sa tarifa je \"zdieľaný hosting\": vaša organizácia používa rovnakú databázu ako HabitRPG, pričom pracuje oddelene od Habitiky. Vaši členovia sú oddelení od hostinca a cechov, ale stále fungujú na tom istom serveri/databáze.", + "dedicatedHostText": "Dedikovaný hosting: dostanete vlastnú databázu a server hostovaný u Habitica alebo ich nainštalujeme do siete vašej spoločnosti. Ak nie je zaškrtnuté, platí sa tarifa je \"zdieľaný hosting\": vaša organizácia používa rovnakú databázu ako Habitica, pričom pracuje oddelene od Habitiky. Vaši členovia sú oddelení od hostinca a cechov, ale stále fungujú na tom istom serveri/databáze.", "individualSub": "Invididuálne predplatné", "subscribe": "Predplatiť", "subscribed": "Predplatiteľ", @@ -33,9 +33,9 @@ "adminSub": "Administrátorské predplatné", "morePlans": "Viac taríf
Čoskoro", "organizationSub": "Súkromá organizácia", - "organizationSubText": "Členovia organizácie pracujúci spolu mimo HabitRPG. Zlepšuje koncentráciu vašich účastníkov.", + "organizationSubText": "Členovia organizácie pracujúci spolu mimo Habitica. Zlepšuje koncentráciu vašich účastníkov.", "hostingType": "Druh hostingu", - "hostingTypeText": "Zdieľaný hosting znamená, že organizácia používa tú istú databázu ako HabitRPG, aj keď nekomunikuje s Habitikou. Dedikovaný znamená, že dostanete vlastnú databázu a server. Môžete si vybrať či budeme váš server/databázu hostovať my na serveri HabitRPG, alebo ich môžeme nainštalovať na vaše vlastné servery.", + "hostingTypeText": "Zdieľaný hosting znamená, že organizácia používa tú istú databázu ako Habitica, aj keď nekomunikuje s Habitikou. Dedikovaný znamená, že dostanete vlastnú databázu a server. Môžete si vybrať či budeme váš server/databázu hostovať my na serveri Habitica, alebo ich môžeme nainštalovať na vaše vlastné servery.", "dedicated": "Dedikovaný", "customDomain": "Vlastná doména", "customDomainText": "Môžeme poskytnúť vlastnú doménu na inštaláciu.", @@ -58,7 +58,7 @@ "buySubsText": "Nakupovanie drahokamov za zlato, žiadne reklamy, podpora pre vývojárov", "sureCancelSub": "Si si istý, že chceš zrušiť predplatné?", "subCanceled": "Subscription will become inactive on", - "subGemPop": "Because you subscribe to HabitRPG, you can purchase a number of Gems each month using Gold. You can see how many Gems are available to buy at the corner of the Gem icon.", + "subGemPop": "Because you subscribe to Habitica, you can purchase a number of Gems each month using Gold. You can see how many Gems are available to buy at the corner of the Gem icon.", "subGemName": "Subscriber Gems", "timeTravelers": "Time Travelers", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> and <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Update Card", "subUpdateTitle": "Update", "subUpdateDescription": "Update the card to be charged." -} \ No newline at end of file +} diff --git a/common/locales/sk/tasks.json b/common/locales/sk/tasks.json index 12a9343ccd..641fdda873 100644 --- a/common/locales/sk/tasks.json +++ b/common/locales/sk/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Zmaž hotové", "lotOfToDos": "Splnené úlohy sa po 3 dňoch automaticky archivujú. Ostanú prístupné cez Nastavenia > Export", "deleteToDosExplanation": "Ak klikneš na tlačítko nižšie, všetky tvoje dokončené ToDo a archivované ToDo sa nenávratne zmažú. Ak si chceš uchovať históriu, najskôr použi export.", - "beeminderDeleteWarning": "Beeminder users: First read Deleting Completed To-Dos Without Confusing Beeminder!", + "beeminderDeleteWarning": "Beeminder users: First read Deleting Completed To-Dos Without Confusing Beeminder!", "addmultiple": "Add Multiple", "addsingle": "Add Single", "habits": "Návyky", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "You're Resting in the Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If you're in a quest, you won't deal damage/collect items until you check out of the Inn, but you can still be injured by a Boss if your Party mates skip their own Dailies.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Click for help" -} \ No newline at end of file +} diff --git a/common/locales/sr/backgrounds.json b/common/locales/sr/backgrounds.json index a6e5f16239..7fe0cf4ee3 100644 --- a/common/locales/sr/backgrounds.json +++ b/common/locales/sr/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surfujte na ogromnom talasu!", "backgroundSunkenShipText": "Potopljeni brod", "backgroundSunkenShipNotes": "Istražite potopljeni brod." -} \ No newline at end of file +} diff --git a/common/locales/sr/challenge.json b/common/locales/sr/challenge.json index d33fc2a059..379fdcbab0 100644 --- a/common/locales/sr/challenge.json +++ b/common/locales/sr/challenge.json @@ -36,8 +36,8 @@ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Minimalno 1 dragulj za javne izazove . Pomaže da se spreči spam (zaista pomaže).", - "officialChallenge": "Zvanični HabitRPG izazov", - "by": "Izazivač: ", + "officialChallenge": "Zvanični Habitica izazov", + "by": "Izazivač:", "participants": "<%= membercount %> učesnika", "join": "Pridruži se", "exportChallengeCSV": "Sačuvaj u CSV formatu", @@ -57,4 +57,4 @@ "prizeValue": "Nagrada: <%= gemcount %> <%= gemicon %>", "clone": "Klon", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/sr/character.json b/common/locales/sr/character.json index 7596751f41..71b7c0a028 100644 --- a/common/locales/sr/character.json +++ b/common/locales/sr/character.json @@ -56,7 +56,7 @@ "costumeText": "Ako niste zadovoljni izgledom svoje opreme, izaberite „Koristi kostim“ da biste obukli kostim preko borbene opreme.", "useCostume": "Kostim", "useCostumeInfo1": "Ako je opcija „Kostim” aktivirana, Vaš avatar može da nosi opremu koja neće uticati na karakteristike borbene opreme! Drugim rečima, možete da odaberete najjaču opremu sa leve strane, a sa desne da da podesite izgled svog avatara.", - "useCostumeInfo2": "Kad aktivirate opciju „Kostim”, Vaš avatar će izgledati sasvim obično... ali ne brinite! Na levoj strani možete videti da ste još uvek obučeni u borbenu opremu. Oprema koju odaberete sa desne strane neće uticati na Vaše karakteristike, ali će promeniti izgled avatara. Isprobajte razne kombinacije, uskladite kostime sa zverima i pozadinama.

Ako imate nedoumica, potražite odgovore na wiki stranici Kostimi. Kad osmislite zanimljivu kombinaciju opreme, pokažite je drugim igračima na stranici Costume Carnival udruženja, ili u Krčmi.", + "useCostumeInfo2": "Kad aktivirate opciju „Kostim”, Vaš avatar će izgledati sasvim obično... ali ne brinite! Na levoj strani možete videti da ste još uvek obučeni u borbenu opremu. Oprema koju odaberete sa desne strane neće uticati na Vaše karakteristike, ali će promeniti izgled avatara. Isprobajte razne kombinacije, uskladite kostime sa zverima i pozadinama.

Ako imate nedoumica, potražite odgovore na wiki stranici Kostimi. Kad osmislite zanimljivu kombinaciju opreme, pokažite je drugim igračima na stranici Costume Carnival udruženja, ili u Krčmi.", "gearAchievement": "Osvojili ste odlikovanje „Vrhunska oprema“ jer ste obukli najjaču opremu za svoju klasu!", "moreGearAchievements": "Ako promenite klasu i kupite opremu za svoju novu klasu, dobićete još odlikovanja za Vrhunsku opremu.", "armoireUnlocked": "Otključali ste Začarani kredenac! Klikom na nagradu Začarani kredenac možete dobiti posebnu opremu. Imate i šansu da dobijete iskustvo ili hranu.", @@ -77,7 +77,7 @@ "allocatePerPop": "Dodaj poen Opažanju", "allocateInt": "Poeni dodeljeni Inteligenciji:", "allocateIntPop": "Dodaj poen Inteligenciji", - "noMoreAllocate": "Dostigli ste 100. nivo, i više nećete dobijati poene koje biste dodeljivali svojim osobinama. Možete i dalje da dobijate nivoe, ili da upotrebite Sferu za Reinkarnaciju, koju ćete naći na Pijaci, i da započnete novu avanturu od 1. nivoa.", + "noMoreAllocate": "Dostigli ste 100. nivo, i više nećete dobijati poene koje biste dodeljivali svojim osobinama. Možete i dalje da dobijate nivoe, ili da upotrebite Sferu za Reinkarnaciju, koju ćete naći na Pijaci, i da započnete novu avanturu od 1. nivoa.", "stats": "Karakteristike", "strength": "Snaga", "strengthText": "Snaga povećava šansu da zadate kritični udarac, kao i Zlato, Iskustvo i predmete koje od takvih udaraca dobijate. Takođe pomaže u borbi protiv bosova.", @@ -117,7 +117,7 @@ "distributePoints": "Raspodela neupotrebljenih poena", "distributePointsPop": "Raspodeliti sve poene u skladu sa izabranim sistemom raspodele.", "warriorText": "Ratnici postižu više kritičnih udaraca, koji daju više zlata, iskustva, i veće šanse za dobijanje predmeta. Efikasniji su u borbi protiv bosova. Postanite Ratnik ako Vas motivišu džekpot nagrade sa nepredvidivim iznosom, ili ako želite da se borite potiv bosova.", - "mageText": "Čarobnjaci brzo uče, i zato brže dobijaju iskustvo i nivoe nego ostale klase. Imaju mnogo mane za posebne veštine. Postanite Čarobnjak ako volite taktičku stranu HabitRPG-a ili ako Vas motiviše dotizanje viših nivoa i otključavanje naprednih funkcija.", + "mageText": "Čarobnjaci brzo uče, i zato brže dobijaju iskustvo i nivoe nego ostale klase. Imaju mnogo mane za posebne veštine. Postanite Čarobnjak ako volite taktičku stranu Habitica-a ili ako Vas motiviše dotizanje viših nivoa i otključavanje naprednih funkcija.", "rogueText": "Odmetnici vole da skupljaju blago više nego bilo koja druga klasa. Dobijaju više zlata i vešto pronalaze predmete. Zahvaljujući veštini u Šunjanju mogu da izbegnu posledice propuštanja Svakodnevnih zadataka. Postanite odmetnik ako Vas motivišu nagrade i odlikovanja i ako želite mnogo plena i bedževa.", "healerText": "Vidari su zaštićeni od povreda i pružaju tu zaštitu drugima. Ne brinu mnogo zbog propuštenih Svakodenvnih zadataka i loših Navika, jer umeju da nadoknade izgubljeno zdravlje. Postanite Vidar ako želite da pomažete svojim saigračima, ili ako Vam se dopada zamisao da marljivim radom prevarite Smrt.", "optOut": "Odložiti", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Ukloniti zver, pozadinu", "animalSkins": "Životinjske kože", "chooseClassHeading": "Odaberite Klasu! Ili odložite odluku za kasnije.", - "warriorWiki": "Ratnik", - "mageWiki": "Čarobnjak", - "rogueWiki": "Odmetnik", - "healerWiki": "Vidar", - "chooseClassLearn": "Informacije o klasama", + "warriorWiki": "Ratnik", + "mageWiki": "Čarobnjak", + "rogueWiki": "Odmetnik", + "healerWiki": "Vidar", + "chooseClassLearn": "Informacije o klasama", "str": "STR", "con": "CON", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/sr/communityguidelines.json b/common/locales/sr/communityguidelines.json index a982669e15..00f718f860 100644 --- a/common/locales/sr/communityguidelines.json +++ b/common/locales/sr/communityguidelines.json @@ -7,9 +7,9 @@ "commGuidePara003": "Ova pravila važe za sve društvene platforme koje koristimo, uključujući (između ostalih) Trello, GitHub, Transifex, i Wikia (odnosno, wiki). Povremeno se pojave nepredviđene situacije, npr. novi izvor sukoba, ili zlobni nekromant. U takvim situacijama, moderatori mogu da izmene ili dopune ovaj pravilnik, kako bi zaštitili zajednicu. O svim promenama obavestiće Vas Bejli.", "commGuidePara004": "A sad, spremite gavranovo pero i papirus, pa da počnemo!", "commGuideHeadingBeing": "Šta znači biti Habitikanac", - "commGuidePara005": "HabitRPG je posvećen je, pre svega, samousavršavanju. Zbog toga nam je pošlo za rukom da okupimo nasrdačnije, najljubaznije, najučtivije, i najkonstruktivnije korisnike Interneta. Najčešće i najznačajnije osobine koje krase građane Habitike su:", + "commGuidePara005": "Habitica je posvećen je, pre svega, samousavršavanju. Zbog toga nam je pošlo za rukom da okupimo nasrdačnije, najljubaznije, najučtivije, i najkonstruktivnije korisnike Interneta. Najčešće i najznačajnije osobine koje krase građane Habitike su:", "commGuideList01A": "Pomaganje drugim članovima. Mnogi igrači posvećeni su pomaganju novim članovima zajednice. Udruženje početnika (Newbies Guild), na primer, posvećena je isključivo odgovaranju na pitanja korisnika. Ako mislite da možete da pomognete, ne ustručavajte se.", - "commGuideList01B": "Marljivost. Habitikanci naporno rade na usavršavanju svojih života, ali i pomažu u razvoju sajta i njegovom poboljšanju. HabitRPG je projekat otvorenog koda, i svi radimo na tome da sajt bude što bolji.", + "commGuideList01B": "Marljivost. Habitikanci naporno rade na usavršavanju svojih života, ali i pomažu u razvoju sajta i njegovom poboljšanju. Habitica je projekat otvorenog koda, i svi radimo na tome da sajt bude što bolji.", "commGuideList01C": "Podrška Habitikanci se raduju svojim i tuđim uspesima, i teše jedni druge kad je teško. Mi pomažemo jedni drugima, i oslanjamo se jedni na druge. U družinama, to činimo čarolijama; u čet sobama – lepim rečima i razumevanjem.", "commGuideList01D": "Poštovanje različitosti. Imamo različita porekla, različite sposobnosti, i različita mišljenja. To je jedna od stvari koje čine ovu zajednicu lepšom! Habitikanci cene te različitosti. Razgovarajte s ljudima, i uskoro ćete imati prijatelje sa svih strana sveta.", "commGuideHeadingMeet": "Upoznajte moderatore", @@ -25,13 +25,13 @@ "commGuidePara011b": "na GitHub/Wikia", "commGuidePara011c": "na Wikia", "commGuidePara011d": "na GitHub-u", - "commGuidePara012": "Sve pritužbe na rad moderatora možete poslati Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "Sve pritužbe na rad moderatora možete poslati Lemoness (leslie@habitica).", "commGuidePara013": "U velikoj zajednici kakvu imamo u Habitici, korisnici odlaze i dolaze, i povremeno neko od modatora odluči da ode u zasluženu penziju. Ovo su moderatori emeriti. Oni više ne obavljaju posao moderatora, ali ipak želimo da im se zahvalimo!", "commGuidePara014": "Moderatori emeriti:", "commGuideHeadingPublicSpaces": "Javna mesta u Habitici", "commGuidePara015": "Habitika ima dve vrste društvenih mesta: javna, i privatna. Javna mesta su Krčma, Otvorena udruženja, Github, Trello, i Wiki. Privatna mesta su Privatna udruženja, čat družine, i privatne poruke.", - "commGuidePara016": "Postoje određena pravila kojih se treba pridržavati na javnim mestima u Habitici, kako bi svi bili bezbedni i zadovoljni. ", - "commGuidePara017": "Poštujte jedni druge. Budite učtivi, ljubazni, i druželjubivi. Ne zaboravite: Habitikanci dolaze iz svih delova sveta i imaju svakojake običaje koji Vama mogu biti strani. To je jedna od stvari zbog kojih je HabitRPG zanimljiv. Biti u zajednici podrazumeva prihvatanje međusobnih razlika. Evo nekoliko načina da se ophodite prema drugima s poštovanjem:", + "commGuidePara016": "Postoje određena pravila kojih se treba pridržavati na javnim mestima u Habitici, kako bi svi bili bezbedni i zadovoljni.", + "commGuidePara017": "Poštujte jedni druge. Budite učtivi, ljubazni, i druželjubivi. Ne zaboravite: Habitikanci dolaze iz svih delova sveta i imaju svakojake običaje koji Vama mogu biti strani. To je jedna od stvari zbog kojih je Habitica zanimljiv. Biti u zajednici podrazumeva prihvatanje međusobnih razlika. Evo nekoliko načina da se ophodite prema drugima s poštovanjem:", "commGuideList02A": "Pridržavajte se Uslova korišćenja.", "commGuideList02B": "Ne postavljajte slike i tekstove koji prikazuju nasilje ili seks, ili podstiču diskriminaciju, netrpeljivost, rasizam, seksizam, mržnju, uznemiravanje, ili nanose štetu pojedincima ili grupama. Čak ni u šali. Nemaju svi isti smisao za humor, i ono što smatrate smešnim, neko drugi bi mogao smatrati uvredom. Usmerite svoju agresivnu energiju na Zadatke, ne jedni na druge.", "commGuideList02C": "Neka Vaš vokabular bude prikladan za sve uzraste. Ne uznemiravajmo mlade Habitikance.", @@ -39,7 +39,7 @@ "commGuideList02E": "Rasprave o kontroverznim temama dozvoljene su isključivo na stranici udruženja Back Corner. Ako smatrate da je neko rekao nešto nepristojno ili uvredljivo, nemojte im odgovoriti istom merom. Komentar poput „Tu šalu smatram uvredljivom,” je u redu, ali grubim i neprijatnim reakcijama na grube i neprijatne komentare samo ćete podizati napetost. Ako budete ljubazni i učtivi, drugi će lakše moći da razumeju Vašu tačku gledišta.", "commGuideList02F": "Kad moderator zatraži da prekinete neki razgovor, prekinite ga odmah ili pređite u Back Corner. Završne komentare i opaske sačuvajte za Back Corner (pod uslovom da ne krše Pravila ponašanja).", "commGuideList02G": "Razmislite pre nego što besno reagujete ako neko kaže da mu smeta nešto što ste rekli ili učinili. Ako smatrate da ste nepravedno optuženi, javite se moderatoru, umesto da odgovorite javnim komentarom.", - "commGuideList02H": "Svađe i razgovori o kontroverznim temama treba da budu prijavljeni moderatorima. Ako mislite da razgovor krši Pravila ponašanja, isključite se iz razgovora i obavestite nas porukom na adresu leslie@habitrpg.com. Naš posao je da Vas zaštitimo.", + "commGuideList02H": "Svađe i razgovori o kontroverznim temama treba da budu prijavljeni moderatorima. Ako mislite da razgovor krši Pravila ponašanja, isključite se iz razgovora i obavestite nas porukom na adresu leslie@habitica. Naš posao je da Vas zaštitimo.", "commGuideList02I": "Spam je zabranjen. To se, između ostalog, odnosi i na: postavljanje istog komentara na više mesta, postavljanje linkova bez objašnjenja ili konteksta, besmislene poruke, ili veliki broj uzastopnih poruka. Molbe za dragulje ili pretplatu takođe mogu biti smatrane spamom.", "commGuidePara019": "Na privatnim mestima, korisnici mogu da raspravljaju o čemu god žele, ali ipak mogu prekršiti Uslove korišćenja diskriminacijom, pretnjama, ili nasilnim sadržajem poruka.", "commGuidePara020": "Za privatne poruke (PM) važe dodatna pravila. Ako Vas je neko blokirao, ne kontaktirajte ga na drugim mestima da biste tražili da Vas odblokira. Ne šaljite privatne poruke da biste tražili pomoć (postavljanjem ovakvih zahteva na javna mesta pomažete zajednici). Ne tražite u privatnim porukama dragulje ili pretplatu, jer to može biti smatrano spamom.", @@ -47,33 +47,33 @@ "commGuideHeadingTavern": "Krčma", "commGuidePara022": "Krčma je glavno mesto za druženje u Habitici. Krčmar Danijel odžava je u besprekornom stanju, a Lemoness će Vam rado poslužiti limunadu dok sedite i razgovarate. Ali ne zaboravite...", "commGuidePara023": "Krčma je mesto za neformalne razgovore i razgovore o produktivnosti i poboljšanju svakodnevnog života.", - "commGuidePara024": "Pošto je maksimalni broj poruka u Krčmi 200, to nije mesto za duge razgovore, a naročito o kontroverznim temama (npr. o politici, religiji, depresiji, zabranjivanju lova na gobline, itd.). Ovakve razgovore možete voditi u odgovarajućem udruženju ili u Back Corner-u (detaljnije informacije u daljem tekstu). ", + "commGuidePara024": "Pošto je maksimalni broj poruka u Krčmi 200, to nije mesto za duge razgovore, a naročito o kontroverznim temama (npr. o politici, religiji, depresiji, zabranjivanju lova na gobline, itd.). Ovakve razgovore možete voditi u odgovarajućem udruženju ili u Back Corner-u (detaljnije informacije u daljem tekstu).", "commGuidePara027": "Ne razgovarajte o porocima u Krčmi Mnogi korisnici pokušavaju da ostave loše navike. Razgovori o sušstancama koje izazivaju zavisnost i ilegalnim supstancama mogu im samo otežati posao. Uvažavajte ostale goste Krčme i imajte ovo u vidu. To se odnosi, između ostalog, na: pušenje, alkohol, pornografiju, kocku, i drogu.", "commGuideHeadingPublicGuilds": "Otvorena udruženja", "commGuidePara029": "Otvorena udruženja su slična Krčmi, s tom razlikom što su posvećena određenoj temi. Razgovori u udruženju treba da budu usmereni na tu temu. Članovi udruženja pisaca, na primer, možda ne bi bili srećni kad bi njihov čet bio ispunjen razgovorom o baštovanstvu, a udruženje ljubitelja zmajeva verovatno nije zainteresovano za odgonetanje značenja drevnih runa. Ne sprovode sva udruženja ovo pravilo podjednako strogo, ali, generalno, trudite se da se pridržavate zadate teme!", "commGuidePara031": "Neka otvorena udruženja posvećena su osetljivim temama, kao što su depresija, religija, politika, itd. To je u redu, pod uslovom da razgovori ne krše Uslove korišćenja i Pravila ponašanja na javnim mestima, i da se pridržavaju teme.", - "commGuidePara033": "U otvorenim udruženjima nije dozvoljen sadržaj koji nije bezbedan za maloletnike. Ako udruženje namerava da se bavi osetljivim sadržajem, to treba da bude naznačeno u imenu udruženja. Tako ćete Habitiku činiti bezbednijom i lepšom za svakoga. Ako udruženje vodi razgovore o različitim osetljivim temama, stavite upozorenje u svoje komentare (npr. „Upozorenje: razgovor o samopovređivanju”). Osetljivi sadržaj treba da se odnosi na temu kojom se udruženje bavi – razgovor o samopovređivanju u udruženju koje se bavi borbom protiv depresije ima smisla, ali u udruženju koje razgovara o muzici nije prikladno. Ako primetite da neko više puta krši ovo pravilo, pošaljite poruku sa slikama na leslie@habitrpg.com.", + "commGuidePara033": "U otvorenim udruženjima nije dozvoljen sadržaj koji nije bezbedan za maloletnike. Ako udruženje namerava da se bavi osetljivim sadržajem, to treba da bude naznačeno u imenu udruženja. Tako ćete Habitiku činiti bezbednijom i lepšom za svakoga. Ako udruženje vodi razgovore o različitim osetljivim temama, stavite upozorenje u svoje komentare (npr. „Upozorenje: razgovor o samopovređivanju”). Osetljivi sadržaj treba da se odnosi na temu kojom se udruženje bavi – razgovor o samopovređivanju u udruženju koje se bavi borbom protiv depresije ima smisla, ali u udruženju koje razgovara o muzici nije prikladno. Ako primetite da neko više puta krši ovo pravilo, pošaljite poruku sa slikama na leslie@habitica.", "commGuidePara035": "Nijedno udruženje, otvoreno ili privatno, ne treba da napada bilo koju grupu ili pojedinca. Kazna za osnivanje takvog udruženja je isključenje iz igre. Borite se protiv loših navika, a ne protiv svojih saigrača!", "commGuidePara037": "Svi izazovi u Krčmi i Javni izazovi moraju da budu u skladu sa ovim pravilima.", "commGuideHeadingBackCorner": "Back Corner", "commGuidePara038": "Kad razgovor postane previše dug, ili tema previše ozbiljna ili osetljiva za javno mesto, bićete upućeni na stranicu udruženja Back Corner. To ni na koji način nije kazna! Štaviše, mnogi Habitikanci vole da provode vreme na Back Corner stranici i neometano razgovaraju.", "commGuidePara039": "Udruženje Back Corner je slobodno javno mesto gde možete razgovarati o osetljivim temama ili voditi duge razgovore, a moderatori je pažljivo nadgledaju. Ovde i dalje važe Pravila ponašanja na javnim mestima, kao i Uslovi korišćenja.", "commGuideHeadingTrello": "Trello", - "commGuidePara040": "Trello je otvoreni forum gde korisnici mogu razgovarati o HabitRPG-u i svojim idejama. Habitikom vladaju saradnici na HabitRPG projektu – svi mi zajedno razvijamo ovaj sajt. Trello je sistem pomoću kojeg održavamo red u organizaciji projekta. Zato Vas molimo da pukušate celu svoju zamisao da iznesete u jednom komentaru, umesto da postavljate više uzastopnih komentara na istoj kartici. Ako se setite nečeg novog, slobodno izmenite (edit) svoj prvi komentar. Molimo Vas da imate razumevanja za nas koji dobijamo obaveštenje o svakom novom komentaru.", - "commGuidePara041": "HabitRPG koristi pet različitih Trello foruma:", - "commGuideList03A": "Main Board (Glavni forum) je mesto gde možete tražiti nove funkcije za HabitRPG.", + "commGuidePara040": "Trello je otvoreni forum gde korisnici mogu razgovarati o Habitica-u i svojim idejama. Habitikom vladaju saradnici na Habitica projektu – svi mi zajedno razvijamo ovaj sajt. Trello je sistem pomoću kojeg održavamo red u organizaciji projekta. Zato Vas molimo da pukušate celu svoju zamisao da iznesete u jednom komentaru, umesto da postavljate više uzastopnih komentara na istoj kartici. Ako se setite nečeg novog, slobodno izmenite (edit) svoj prvi komentar. Molimo Vas da imate razumevanja za nas koji dobijamo obaveštenje o svakom novom komentaru.", + "commGuidePara041": "Habitica koristi pet različitih Trello foruma:", + "commGuideList03A": "Main Board (Glavni forum) je mesto gde možete tražiti nove funkcije za Habitica.", "commGuideList03B": "Mobile Board (Forum za mobilne uređaje) je mesto gde možete tražiti nove funkcije za mobilnu aplikaciju.", "commGuideList03C": "Pixel Art Board (Piksel art forum) je mesto gde možete razgovarati o piksel artu i objavljivati svoje radove.", "commGuideList03D": "Quest Board (Forum za misije) je mesto gde možete razgovarati o misijama i objavljivati svoje misije.", "commGuideList03E": "Wiki Board (Wiki forum) je mesto gde možete da razgovarate o wiki sajtu i tražite novi sadržaj.", "commGuidePara042": "Svi forumi imaju svoja pravila, a na njima važe i Pravila ponašanja na javnim mestima. Korisnici treba da se pridržavaju teme. Verujte nam, forumi su čak i tako prenatrpani.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG koristi GitHub da rešava greške u kodu i razvija novi kod. To je kovačnica gde neumorni Kovači kuju nove funkcije. I tu važe sva Pravila ponašanja javnim mestima. Budite učtivi prema Kovačima – oni vredno rade da bi sajt funkcionisao kako treba. Triput ura za Kovače!", - "commGuidePara044": "The following users are members of the HabitRPG repo:", + "commGuidePara043": "Habitica koristi GitHub da rešava greške u kodu i razvija novi kod. To je kovačnica gde neumorni Kovači kuju nove funkcije. I tu važe sva Pravila ponašanja javnim mestima. Budite učtivi prema Kovačima – oni vredno rade da bi sajt funkcionisao kako treba. Triput ura za Kovače!", + "commGuidePara044": "The following users are members of the Habitica repo:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "HabitRPG wiki sakuplja informacije o sajtu. Takođe sadrži nekoliko foruma koji su slični udruženjima na HabitRPG-u. Na njoj važe sva Pravila ponađanja na javnim mestima.", - "commGuidePara046": "HabitRPG wiki je baza informacija o HabitRPG-u. Nudi informacije o funkcijama sajta, uputstva za igrače, savete za saradnike, kao i mesto gde možete da tražite članove za svoje udruženje i iznesete svoje mišljenje o različitim temama.", - "commGuidePara047": "Pošto se wiki nalazi na Wikia.com sajtu, pored pravila HabitRPG-a i HabitRPG wiki pravila, za sav sadržaj važe i uslovi korišćenja Wikia.com.", + "commGuidePara045": "Habitica wiki sakuplja informacije o sajtu. Takođe sadrži nekoliko foruma koji su slični udruženjima na Habitica-u. Na njoj važe sva Pravila ponađanja na javnim mestima.", + "commGuidePara046": "Habitica wiki je baza informacija o Habitica-u. Nudi informacije o funkcijama sajta, uputstva za igrače, savete za saradnike, kao i mesto gde možete da tražite članove za svoje udruženje i iznesete svoje mišljenje o različitim temama.", + "commGuidePara047": "Pošto se wiki nalazi na Wikia.com sajtu, pored pravila Habitica-a i Habitica wiki pravila, za sav sadržaj važe i uslovi korišćenja Wikia.com.", "commGuidePara048": "Pošto wiki održava grupa urednika, tu važe još neka pravila:", "commGuideList04A": "Nove stranice i veće promene možete tražiti na Wiki Trello forumu", "commGuideList04B": "Budite otvoreni prema kritikama", @@ -82,7 +82,7 @@ "commGuideList04E": "Ne objavljujte spam i ne sabotirajte stranice radi sopstvene koristi", "commGuideList04F": "Pročitajte wiki stranicu za saradnike pre nego što napravite veće izmene", "commGuideList04G": "Pišite u neutralnom tonu", - "commGuideList04H": "Neka se sadržaj odnosi na ceo HabitRPG, a ne na određeno udruženje ili družinu (takvom sadržaju mesto je na forumu)", + "commGuideList04H": "Neka se sadržaj odnosi na ceo Habitica, a ne na određeno udruženje ili družinu (takvom sadržaju mesto je na forumu)", "commGuidePara049": "Sledeći ljudi su wiki administratori:", "commGuidePara018": "Wiki administratori emeriti su", "commGuideHeadingInfractionsEtc": "Prekršaji, posledice, i ukidanje kazne", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Blaži prekršaji", "commGuidePara054": "Blaži prekršaji ne ugrožavaju bezbednost zajednice, ali je čine neprijatnom. Za ovakve prekršaje predviđene su blaže kazne. Za višestruke prekršioce, kazne će biti ozbiljnije.", "commGuidePara055": "Navešćemo nekoliko primera blažih prekršaja. Ovo nije konačan spisak.", - "commGuideList06A": "Oglušenje o zahteve moderatora i vređanje moderatora. Ovo se odnosi i na pisanje žalbi na moderatore na javnim mestima, kao i na javno branjenje banovanih korisnika. Ako mislite da neko od moderatora krši pravila ili da postoji problem u nekom pravilu, javite se Lemoness mejlom (leslie@habitrpg.com).", + "commGuideList06A": "Oglušenje o zahteve moderatora i vređanje moderatora. Ovo se odnosi i na pisanje žalbi na moderatore na javnim mestima, kao i na javno branjenje banovanih korisnika. Ako mislite da neko od moderatora krši pravila ili da postoji problem u nekom pravilu, javite se Lemoness mejlom (leslie@habitica).", "commGuideList06B": "Obavljanje posla moderatora. Da budemo jasni: dozvoljeno je nekoga podsetiti na pravila ako ih krši. Nije dozvoljeno zahtevati od korisnika da preduzmu ono što im Vi naređujete kako bi ispravili grešku. Možete nekoga upozoriti da je načinio prekršaj, ali ne i da mu nalažete šta da po tom pitanju preduzme. Na primer, „Psovanje u Krčmi je zabranjeno, možda bi bilo dobro da obrišeš taj komentar,” mnogo je bolja poruka nego „Obriši tu poruku!", "commGuideList06C": "Višestruko kršenje Pravila ponašanja na javnim mestima", "commGuideList06D": "Više sitnih prekršaja", @@ -120,12 +120,12 @@ "commGuideHeadingSevereConsequences": "Primeri ozbiljnih posledica", "commGuideList09A": "Isključenje naloga, odnosno ban", "commGuideList09B": "Brisanje naloga", - "commGuideList09C": "Trajno onemogućavanje (zamrzavanje) nagrada za doprinos razvoju HabitRPG-a", + "commGuideList09C": "Trajno onemogućavanje (zamrzavanje) nagrada za doprinos razvoju Habitica-a", "commGuideHeadingModerateConsequences": "Primeri blažih posledica", "commGuideList10A": "Zabrana pristupa javnom četu", "commGuideList10B": "Zabrana pristupa privatnom četu", "commGuideList10C": "Zabrana osnivanja udruženja i kreiranja izazova", - "commGuideList10D": "Privremeno onemogućavanje (zamrzavanje) nagrada za doprinos razvoju HabitRPG-a", + "commGuideList10D": "Privremeno onemogućavanje (zamrzavanje) nagrada za doprinos razvoju Habitica-a", "commGuideList10E": "Oduzimanje nagrada za doprinos", "commGuideList10F": "Uslovna kazna", "commGuideHeadingMinorConsequences": "Primeri posledica za sitne prekršaje", @@ -138,23 +138,23 @@ "commGuidePara061": "Habitika je zemlja posvećena samousavršavanju, i mi verujemo da ljudima treba pružiti drugu šansu. Ako budete kažnjeni za neki prekršaj, smatrajte to prilikom da razmislite o svom ponašanju i da postanete bolji član zajednice.", "commGuidePara062": "Informacije u mejlu koji dobijete (ili, u slučaju sitnijih prekršaja, opomeni od moda/osoblja) dobra su polazna tačka. Poštujte uslove kazne i trudite se da ispunite uslove za njeno ukidanje.", "commGuidePara063": "Ako ne razumete šta je bio prekršaj ili kakva je kazna, obratite se osoblju ili modovima za pomoć, kako ne biste ponovili istu grešku.", - "commGuideHeadingContributing": "Doprinosi HabitRPG-u", - "commGuidePara064": "HabitRPG je projekat otvorenog koda, što znači da svi Habitikanci imaju priliku da učestvuju u njegovom razvoju! Oni koji to učine, sledećim činovima ili nagradama:", - "commGuideList12A": "Bedž za saradnike HabitRPG-a, i 3 dragulja", + "commGuideHeadingContributing": "Doprinosi Habitica-u", + "commGuidePara064": "Habitica je projekat otvorenog koda, što znači da svi Habitikanci imaju priliku da učestvuju u njegovom razvoju! Oni koji to učine, sledećim činovima ili nagradama:", + "commGuideList12A": "Bedž za saradnike Habitica-a, i 3 dragulja", "commGuideList12B": "Oklop za saradnike, i 3 dragulja", "commGuideList12C": "Šlem za saradnike, i 3 dragulja", "commGuideList12D": "Mač za saradnike, i 4 dragulja", "commGuideList12E": "Štit za saradnike, i 4 dragulja", "commGuideList12F": "Zver za saradnike, i 4 dragulja", "commGuideList12G": "Poziv u udruženje za saradnike, i 4 dragulja", - "commGuidePara065": "Osoblje i modovi biraju nove modove iz redova Saradnika sedmog čina. Imajte u vidu da, iako su uložili mnogo truda u razvoj HabitRPG-a, nisu svi Saradnici sedmog čina modovi.", + "commGuidePara065": "Osoblje i modovi biraju nove modove iz redova Saradnika sedmog čina. Imajte u vidu da, iako su uložili mnogo truda u razvoj Habitica-a, nisu svi Saradnici sedmog čina modovi.", "commGuidePara066": "Važne informacije o Činovima za saradnike:", "commGuideList13A": "Činove dodeljuju moderatori na osnovu lične procene, zasnovane na više činilaca, uključujući naš utisak o poslu koji obavljate i njegovom značaju za zajednicu. Zadržavamo pravo da menjamo činove, titule, i nagrade po sopstvenom nahođenju.", "commGuideList13B": "Kako napredujete na lestvici, činove je sve teže zaslužiti. Ako ste dali ideju za jednu zver, ili ste popravili sitnu grešku u kodu, to će biti dovoljno da zaslužite prvi čin, ali ne i sledeći. Kao u svakom dobrom RPG-u, veći nivo donosi teže izazove!", "commGuideList13C": "Doprinosima na različitim poljima nećete zaslužiti vrednije nagrade. Kad procenjujemo nečiji rad, uzimamo u obzir sve njegove doprinose, tako da neko ko je malo radio na ilustraciji, pa popravio sitnu grešku u kodu, pa onda malo radio na wiki, neće biti nagrađen vrednijom nagradom nego neko ko ulaže mnogo truda u jedan zadatak. Tako će sistem biti pošten prema svima.", "commGuideList13D": "Korisnici kojima je određena uslovna kazna ne mogu biti unapređeni. Modovi mogu da zamrznu korisnikove činove zbog prekršaja. Ako se to dogodi, korisnik će o tome biti obavešten, i biće mu rečeno kako da zasluži uklanjanje kazne. Činovi mogu biti i oduzeti zbog prekršaja ili uslovne kazne.", "commGuideHeadingFinal": "Završni deo Pravila ponašanja", - "commGuidePara067": "I to je to, hrabri Habitikanče – Pravila ponašanja! Obrišite znoj sa čela i nagradite sebe XP-om jer ste sve ovo pročitali. Sva pitanja i primedbe na Pravila ponašanja možete poslati Lemoness na (leslie@habitrpg.com), a ona će ih razmotriti.", + "commGuidePara067": "I to je to, hrabri Habitikanče – Pravila ponašanja! Obrišite znoj sa čela i nagradite sebe XP-om jer ste sve ovo pročitali. Sva pitanja i primedbe na Pravila ponašanja možete poslati Lemoness na (leslie@habitica), a ona će ih razmotriti.", "commGuidePara068": "A sad napred, hrabri viteže, u nove borbe sa Svakodnevnim zadacima!", "commGuideHeadingLinks": "Korisni linkovi", "commGuidePara069": "Ovi talentovani umetnici radili su na ilustracijama:", diff --git a/common/locales/sr/content.json b/common/locales/sr/content.json index bde9cc51dd..57962257d9 100644 --- a/common/locales/sr/content.json +++ b/common/locales/sr/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Sedlo", "foodSaddleNotes": "Pretvara Vašeg ljubimca u životinju za jahanje.", "foodNotes": "Hranite svog ljubimca, i on će izrasti u snažnog trkača." -} \ No newline at end of file +} diff --git a/common/locales/sr/contrib.json b/common/locales/sr/contrib.json index 1ab7696b5d..94a6270bec 100644 --- a/common/locales/sr/contrib.json +++ b/common/locales/sr/contrib.json @@ -1,6 +1,6 @@ { "friend": "Prijatelj", - "friendFirst": "Kad Vaš prvi doprinos bude prihvaćen, biće Vam dodeljen Bedž za saradnike HabitRPG-a. U Krčmi će uz Vaše ime pisati da ste saradnik. Kao dodatnu nagradu za svoj trud, dobićete i 3 dragulja.", + "friendFirst": "Kad Vaš prvi doprinos bude prihvaćen, biće Vam dodeljen Bedž za saradnike Habitica-a. U Krčmi će uz Vaše ime pisati da ste saradnik. Kao dodatnu nagradu za svoj trud, dobićete i 3 dragulja.", "friendSecond": "Kad Vaš drugi droprinos bude prihvaćen, u Prodavnici s nagradama moći ćete da kupite Kristalni Oklop. Kao dodatnu nagradu za svoj trud, dobićete i 3 dragulja.", "elite": "Elita", "eliteThird": "Kad Vaš treći droprinos bude prihvaćen, u Prodavnici s nagradama moći ćete da kupite Kristalni Šlem. Kao dodatnu nagradu za svoj trud, dobićete i 3 dragulja.", @@ -9,24 +9,24 @@ "championFifth": "Kad Vaš peti droprinos bude prihvaćen, u Prodavnici s nagradama moći ćete da kupite Kristalni Štit. Kao dodatnu nagradu za svoj trud, dobićete i 4 dragulja.", "championSixth": "Kad Vaš šesti droprinos bude prihvaćen, dobićete zver Hidru. Dobićete i 4 dragulja.", "legendary": "Legenda", - "legSeventh": "Kad Vaš sedmi droprinos bude prihvaćen, dobićete 4 dragulja, postaćete član Udruženja saradnika, i moći ćete da vidite šta se dešava iza scene HabitRPG-a! Za dalje doprinose nećete dobiti nove činove, ali ćete i dalje dobijati dragulje i titule.", + "legSeventh": "Kad Vaš sedmi droprinos bude prihvaćen, dobićete 4 dragulja, postaćete član Udruženja saradnika, i moći ćete da vidite šta se dešava iza scene Habitica-a! Za dalje doprinose nećete dobiti nove činove, ali ćete i dalje dobijati dragulje i titule.", "moderator": "Moderator", "guardian": "Čuvar", "guardianText": "Moderatori su pažljivo odabrani iz redova sardnika visokog čina, i zato Vas molimo da se ponašate prema njima s poštovanjem i da uvažavate njihove predloge.", "staff": "Osoblje", "heroic": "Heroj", "heroicText": "Čin Heroja imaju članovi osoblja i saradnici visokog ranga.", - "npcText": "NPC-ovi su ljudi koji su dali najveće donacije HabitRPG-u na Kickstarter-u. Njihove avatare možete sresti na raznim mestima na sajtu.", + "npcText": "NPC-ovi su ljudi koji su dali najveće donacije Habitica-u na Kickstarter-u. Njihove avatare možete sresti na raznim mestima na sajtu.", "modalContribAchievement": "Odlikovanje za doprinos!", - "contribModal": "<%= name %>, sjajni ste! Svojim doprinosom HabitRPG-u dostigli ste <%= level %> čin saradnika. Pogledajte", + "contribModal": "<%= name %>, sjajni ste! Svojim doprinosom Habitica-u dostigli ste <%= level %> čin saradnika. Pogledajte", "contribLink": "kakve ste nagrade dobili!", "contribName": "Saradnik", - "contribText": "Za doprinos HabitRPG-u (kod, dizajn, piksel art, pravni saveti, itd.) Želite li ovo odlikovanje?", + "contribText": "Za doprinos Habitica-u (kod, dizajn, piksel art, pravni saveti, itd.) Želite li ovo odlikovanje?", "readMore": "Informacije", "kickstartName": "Sponzor na Kickstarter-u – $<%= tier %> čin", "kickstartText": "Sponzor projekta na Kickstarter-u", - "helped": "Pomogao da HabitRPG poraste", - "helpedText1": "Pomogao HabitRPG-u ispunjavanjem", + "helped": "Pomogao da Habitica poraste", + "helpedText1": "Pomogao Habitica-u ispunjavanjem", "helpedText2": "ove ankete.", "hall": "Dvorana", "contribTitle": "Titula saradnika (npr. Kovač)", @@ -52,19 +52,19 @@ "tier": "Čin", "visitHeroes": "Posetiti Dvoranu Heroja (saradnici i sponzori)", "conLearn": "Saznajte više o nagradima za saradnike", - "conLearnHow": "Saznajte kako da date svoj doprinos HabitRPG-u", + "conLearnHow": "Saznajte kako da date svoj doprinos Habitica-u", "removeAds": "Pretplatite se da uklonite reklame", "whyAds": "Zašto reklame?", - "whyAdsContent1": "HabitRPG je projekat otvorenog koda, i pomoć je uvek dobrodošla – smatrajte ovo donacijom saradnicima. Ovom kupovinom dobićete i 20 dragulja, kojima možete kupiti posebne predmete:", + "whyAdsContent1": "Habitica je projekat otvorenog koda, i pomoć je uvek dobrodošla – smatrajte ovo donacijom saradnicima. Ovom kupovinom dobićete i 20 dragulja, kojima možete kupiti posebne predmete:", "whyAdsContent2": "„Hej, ja sam bio sponzor na Kickstarter-u!” – pratite", "whyAdsContent3": "ova uputstva", - "surveysSingle": "Pomogao HabitRPG-u popunjavanjem ankete. Trenutno nema anketa.", - "surveysMultiple": "Pomogao HabitRPG-u popunjavanjem <%= surveys %> ankete/a. Trenutno nema anketa.", + "surveysSingle": "Pomogao Habitica-u popunjavanjem ankete. Trenutno nema anketa.", + "surveysMultiple": "Pomogao Habitica-u popunjavanjem <%= surveys %> ankete/a. Trenutno nema anketa.", "currentSurvey": "Nova anketa", "surveyWhen": "Odlikovanje se dodeljuje učesnicima nakon što se ankete obrade, krajem marta.", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/sr/defaulttasks.json b/common/locales/sr/defaulttasks.json index 2887e3aa6e..a174746dc6 100644 --- a/common/locales/sr/defaulttasks.json +++ b/common/locales/sr/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Čučnjevi", "defaultDaily4Checklist3": "Sklekovi", "defaultTodoNotes": "Možete da uradite ovaj zadatak, da ga izmenite, ili da ga uklonite.", - "defaultTodo1Text": "Pridružiti se HabitRPG-u (Urađeno, klikni me!)", + "defaultTodo1Text": "Pridružiti se Habitica-u (Urađeno, klikni me!)", "defaultTodo2Text": "Podesiti Naviku", "defaultTodo2Checklist1": "napravite novu Naviku", "defaultTodo2Checklist2": "kliknite na Izmene da podesite da li će navika imati samo „+”, samo „-”, ili „+/-”", @@ -38,4 +38,4 @@ "defaultTag1": "jutro", "defaultTag2": "poslepodne", "defaultTag3": "veče" -} \ No newline at end of file +} diff --git a/common/locales/sr/front.json b/common/locales/sr/front.json index 47621a3167..a82def9b3a 100644 --- a/common/locales/sr/front.json +++ b/common/locales/sr/front.json @@ -2,7 +2,7 @@ "FAQ": "Često postavljana pitanja", "accept1Terms": "Klikom na ovo dugme prihvatam", "accept2Terms": "i", - "alexandraQuote": "Nisam mogla da NE spomenem HabitRPG kad sam držala govor u Madridu. Za sve honorarce kojima je potreban šef, ovo je alat od neprocenjive vrednosti.", + "alexandraQuote": "Nisam mogla da NE spomenem Habitica kad sam držala govor u Madridu. Za sve honorarce kojima je potreban šef, ovo je alat od neprocenjive vrednosti.", "althaireQuote": "Misije mi pružaju motivaciju da redovno ispunjavam sve svoje obaveze. Najveći podsticaj mi je želja da ne izneverim svoj tim.", "andeeliaoQuote": "Neverovatan proizvod! Registrovala sam se pre nekoliko dana, i već sam počela bolje da organizujem svoj raspored.", "autumnesquirrelQuote": "Brže radim na poslu, brže obavljam kućne poslove, i ne zaboravljam da platim račune.", @@ -11,7 +11,7 @@ "businessSample3": "Srediti mejlove", "businessSample4": "Spremiti jedan dokument za klijenta", "businessSample5": "Pozvati klijente/Odložiti pozive", - "businessText": "Koristite HabitRPG na poslu", + "businessText": "Koristite Habitica na poslu", "choreSample1": "Ostaviti prljav veš u korpu", "choreSample2": "20 minuta obavljanja kućnih poslova", "choreSample3": "Oprati posuđe", @@ -39,7 +39,7 @@ "email": "E-mail adresa", "emailNewPass": "Poslati novu lozinku e-poštom", "evagantzQuote": "Ovo je bio prvi put da me je zubar pohvalio zato što redovno čistim zube koncem. Hvala Habitrpg!", - "examplesHeading": "Igrači koriste HabitRPG da organizuju...", + "examplesHeading": "Igrači koriste Habitica da organizuju...", "featureAchievementByline": "Uradili ste nešto neverovatno dobro? Dobićete odlikovanje, da možete svima to da pokažete.", "featureAchievementHeading": "Odlikovanja", "featureEquipByline": "Kupujte opremu iz ograničenih serija, napitke, i drugu virtuelnu robu na našoj Pijaci!", @@ -48,14 +48,14 @@ "featurePetHeading": "Životinje", "featureSocialByline": "Udružite se sa ljudima sličnih interesovanja. Napravite Izazove i takmičite se međusobno.", "featureSocialHeading": "Društvena igra", - "featuredIn": "O HabitRPGu pisali su", + "featuredIn": "O Habiticau pisali su", "featuresHeading": "Nudimo i...", "footerCommunity": "Zajednica", "footerCompany": "Kompanija", "footerMobile": "Aplikacije za mobilne telefone", "footerSocial": "Zajednica", "forgotPass": "Zaboravljena lozinka", - "frabjabulousQuote": "Yahvaljuju'i HabitRPG-u, dobio sam strava posao s visokom platom... i što još neverovatnije, svakog dana čistim zube koncem.", + "frabjabulousQuote": "Yahvaljuju'i Habitica-u, dobio sam strava posao s visokom platom... i što još neverovatnije, svakog dana čistim zube koncem.", "free": "Igrajte besplatno", "gamifyButton": "Igrifikujte svoj život!", "goalSample1": "Vežbati klavir 1 sat", @@ -71,47 +71,47 @@ "healthSample4": "Jesti zdravu hranu/brzu hranu", "healthSample5": "Vežbati 1 sat", "history": "Istorija", - "infhQuote": "HabitRPG mi je mnogo pomogao da se organizujem na fakultetu.", + "infhQuote": "Habitica mi je mnogo pomogao da se organizujem na fakultetu.", "invalidEmail": "Morate ukucati važeću adresu da biste zatražili novu lozinku.", - "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. HabitRPG has cured that!", + "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. Habitica has cured that!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Pre HabitRPG-a, tapkala sam u mestu s diplomskim radom. Muke mi je zadavala i moja nedisciplinovanost u obavljanju kućnih poslova, učenju vokabulara, proučavanju goa, itd. Stavila sam te poslove na spisak u obliku kratkih zadataka, i shvatila sam da mi je upravo to bilo potrebno da bih dala sebi podsticaj da ih redovno obavljam.", + "kazuiQuote": "Pre Habitica-a, tapkala sam u mestu s diplomskim radom. Muke mi je zadavala i moja nedisciplinovanost u obavljanju kućnih poslova, učenju vokabulara, proučavanju goa, itd. Stavila sam te poslove na spisak u obliku kratkih zadataka, i shvatila sam da mi je upravo to bilo potrebno da bih dala sebi podsticaj da ih redovno obavljam.", "landingadminlink": "administrativnim paketima", "landingend": "Još uvek niste uvereni?", "landingend2": "Pročitajte detaljniji spisak", - "landingend3": ". Želite da prilagodite HabitRPG svojim potrebama? Čitajte o našim", + "landingend3": ". Želite da prilagodite Habitica svojim potrebama? Čitajte o našim", "landingend4": ", prilagođenim za porodice, nastavnike, grupe za podršku, i preduzeća.", "landingfeatureslink": "onoga što nudimo", - "landingp1": "Nedostatak mnogih aplikacija za povećanje produktivnosti je to što Vas ni na koji način ne podstiču da ih redovno koristite. HabitRPG rešava ovaj problem tako što razvijanje navika pretvara u zabavu! Nagradama za uspeh i kaznama za promašaje, HabitRPG pruža Vam spoljnu motivaciju da svakodnevno izvršavate svoje obaveze.", - "landingp2": "Svaki put kad ostvarite napredak u stvaranju pozitivne navike, ispunite svakodnevni zadatak, ili završite zaostali jednokratni zadatak, HabitRPG će Vas nagraditi iskustvom i zlatom. Što više iskustva skupite, imaćete veći nivo, vaš lik će biti snažniji, i otključaćete nove funkcije, kao što su klase i zveri. Zlato možete utrošiti na opremu za Vašeg lika ili na nagrade koje ste sami osmislili da biste sebe motivisali. Kad dobijate nagrade i za najmanji uspeh, manje ćete biti skloni odugovalačenju.", + "landingp1": "Nedostatak mnogih aplikacija za povećanje produktivnosti je to što Vas ni na koji način ne podstiču da ih redovno koristite. Habitica rešava ovaj problem tako što razvijanje navika pretvara u zabavu! Nagradama za uspeh i kaznama za promašaje, Habitica pruža Vam spoljnu motivaciju da svakodnevno izvršavate svoje obaveze.", + "landingp2": "Svaki put kad ostvarite napredak u stvaranju pozitivne navike, ispunite svakodnevni zadatak, ili završite zaostali jednokratni zadatak, Habitica će Vas nagraditi iskustvom i zlatom. Što više iskustva skupite, imaćete veći nivo, vaš lik će biti snažniji, i otključaćete nove funkcije, kao što su klase i zveri. Zlato možete utrošiti na opremu za Vašeg lika ili na nagrade koje ste sami osmislili da biste sebe motivisali. Kad dobijate nagrade i za najmanji uspeh, manje ćete biti skloni odugovalačenju.", "landingp2header": "Neposredno zadovoljenje", - "landingp3": "Kad pokleknete pred lošom navikom, ili ne uradite svakodnevni zadatak, Vaš lik gubi zdravlje. Ako zdravlje padne na 0, vaš lik će umreti i izgubiti deo svojih dostignuća. Neposrednim posledicama HabitRPG Vam pomaže da ostavite loše navike pre nego što počnu da Vam prave probleme u stvarnom životu.", + "landingp3": "Kad pokleknete pred lošom navikom, ili ne uradite svakodnevni zadatak, Vaš lik gubi zdravlje. Ako zdravlje padne na 0, vaš lik će umreti i izgubiti deo svojih dostignuća. Neposrednim posledicama Habitica Vam pomaže da ostavite loše navike pre nego što počnu da Vam prave probleme u stvarnom životu.", "landingp3header": "Posledice", - "landingp4": "Aktivna zajednica HabitRPG-a pruža Vam neophodni podsticaj da završite svoje zadatke. HabitRPG omogućava Vam da s prijateljima napravite privremenu družinu i da pomažete jedni drugima. Sustem udruženja pomoži že Vam da nađete ljude sa sličnim interesovanjima, s kojima možete razgovarati o svojim ciljevima i razmenjivati savete o rešavanju problema. Zajednica HabitRPG-a pružiće Vam potrebni oslonac i podršku na putu do uspeha.", + "landingp4": "Aktivna zajednica Habitica-a pruža Vam neophodni podsticaj da završite svoje zadatke. Habitica omogućava Vam da s prijateljima napravite privremenu družinu i da pomažete jedni drugima. Sustem udruženja pomoži že Vam da nađete ljude sa sličnim interesovanjima, s kojima možete razgovarati o svojim ciljevima i razmenjivati savete o rešavanju problema. Zajednica Habitica-a pružiće Vam potrebni oslonac i podršku na putu do uspeha.", "landingp4header": "Oslonac", - "leadText": "HabitRPG je besplatna aplikacija sticanje dobrih novika i povećanje produktivnosti, koja pretvara izvršavanje obaveza u igru. Motivacijom u vidu virtuelnih nagrada i kazni, i podrškom drugih igrača na razvijenoj društvenoj mreži, HabitRPG će Vam pomoći da ostvarite svoje ciljeve, i da postanete zdraviji, disciplinovaniji, i srećniji.", + "leadText": "Habitica je besplatna aplikacija sticanje dobrih novika i povećanje produktivnosti, koja pretvara izvršavanje obaveza u igru. Motivacijom u vidu virtuelnih nagrada i kazni, i podrškom drugih igrača na razvijenoj društvenoj mreži, Habitica će Vam pomoći da ostvarite svoje ciljeve, i da postanete zdraviji, disciplinovaniji, i srećniji.", "login": "Prijava", "loginAndReg": "Prijava / Registracija", "loginFacebookAlt": "Prijava / Registracija preko Facebook-a", "logout": "Odjava", "marketing1Header": "Igrom do boljih navika", - "marketing1Lead1": "HabitRPG je video igra koja Vam pomaže da steknete bolje navike u stvarnom životu tako što organizuje vaše svakodnevne aktivnosti u stilu igre, a Vaše obaveze pretvara u protivnike koje treba poraziti u borbi. Što se bolje nosite sa svojim obavezama, brže ćete napredovati u igri. Ako postanete nemarni u stvarnom životu, Vaš lik u igri trpeće posledice.", + "marketing1Lead1": "Habitica je video igra koja Vam pomaže da steknete bolje navike u stvarnom životu tako što organizuje vaše svakodnevne aktivnosti u stilu igre, a Vaše obaveze pretvara u protivnike koje treba poraziti u borbi. Što se bolje nosite sa svojim obavezama, brže ćete napredovati u igri. Ako postanete nemarni u stvarnom životu, Vaš lik u igri trpeće posledice.", "marketing1Lead2": "Nabavite opremu. Vaš avatar napreduje kad izvršavate svoje obaveze. Pokažite prijateljima kakvu opremu imate", "marketing1Lead2Title": "Nabavite opremu", - "marketing1Lead3": "Nađite nasumične nagrade. Za igrače koje motiviše igra na sreću, tzv. „stohastični sistem”. HabitRPG služi se svim vrstama stimulansa: pozitivnim, negativnim, utvrđenim, i slučajnim.", + "marketing1Lead3": "Nađite nasumične nagrade. Za igrače koje motiviše igra na sreću, tzv. „stohastični sistem”. Habitica služi se svim vrstama stimulansa: pozitivnim, negativnim, utvrđenim, i slučajnim.", "marketing1Lead3Title": "Nađite nasumične nagrade", "marketing2Header": "Takmičite se s prijateljima, udružite se s ljudima koji imaju ista interesovanja", - "marketing2Lead1": "Iako je HabitRPG moguće igrati solo, njegov pravi potencijal dolazi do izražaja kad počnete da sarađujete s drugima, da se takmičite, i računate jedni na druge. Najefikasniji deo bilo kog programa za samousavršavanje je društvena odgovornost. Postoji li bolje mesto za odgovornost i takmičenje nego video igra?", + "marketing2Lead1": "Iako je Habitica moguće igrati solo, njegov pravi potencijal dolazi do izražaja kad počnete da sarađujete s drugima, da se takmičite, i računate jedni na druge. Najefikasniji deo bilo kog programa za samousavršavanje je društvena odgovornost. Postoji li bolje mesto za odgovornost i takmičenje nego video igra?", "marketing2Lead2": "Borbe s bosovima Prava fantazijska igra uloga mora da ima borbu. Borite se s Vašom družinom protiv bosova. Borba s bosovima zahteva veliku odgovornost – propustite trening, i bos će povrediti svakoga.", "marketing2Lead2Title": "Bosovi", "marketing2Lead3": "Izazovi su okruženje u kom možete da se takmičite s prijateljima ili strancima. Onaj ko ostvari najveći uspeh u izazovu dobija posebne nagrade.", "marketing3Header": "Aplikacije", - "marketing3Lead1": "Sa aplikacijama za iPhone i Android možete da koristite HabitRPG dok ste u pokretu. Shvatamo da ne možete u svakom trenutku da se prijavite na sajt da biste kliknuli na par dugmadi.", - "marketing3Lead2": "Nezvanični alati za HabitRPG povezuju igru s različitim elementima Vašeg života. Naš API omogućava jednostavnu integraciju aplikacijama poput ekstentije za Chrome, koja Vam dodeljuje negativne poene kad surfujete neproduktivnim sajtovima, i pozitivne poene za produktivne sajtove. Više detalja naći ćete ovde", + "marketing3Lead1": "Sa aplikacijama za iPhone i Android možete da koristite Habitica dok ste u pokretu. Shvatamo da ne možete u svakom trenutku da se prijavite na sajt da biste kliknuli na par dugmadi.", + "marketing3Lead2": "Nezvanični alati za Habitica povezuju igru s različitim elementima Vašeg života. Naš API omogućava jednostavnu integraciju aplikacijama poput ekstentije za Chrome, koja Vam dodeljuje negativne poene kad surfujete neproduktivnim sajtovima, i pozitivne poene za produktivne sajtove. Više detalja naći ćete ovde", "marketing4Header": "Upotreba u organizacijama", "marketing4Lead1": "Obrazovanje je najbolja oblast za primenu igrifikacije. Svi vidimo koliko su učenicima bitni njihovi telefoni i igrice – iskoristite to! Neka Vaši učenici odmere snage u prijateljskom nadmetanju. Nagradite dobro ponašanje retkim nagradama, i posmatrajte kako njihove ocene rastu.", "marketing4Lead1Title": "Igrifikacija u obrazovanju", - "marketing4Lead2": "Troškovi zdravstva su veliki, i nešto mora da se promeni. Postoje stotine programa koji imaju za cilj smanjenje troškova i poboljšanje zdravlja. Mi verujemo da HabitRPG može u bitnoj meri da doprinese stvaranju zdravijih životnih navika.", + "marketing4Lead2": "Troškovi zdravstva su veliki, i nešto mora da se promeni. Postoje stotine programa koji imaju za cilj smanjenje troškova i poboljšanje zdravlja. Mi verujemo da Habitica može u bitnoj meri da doprinese stvaranju zdravijih životnih navika.", "marketing4Lead2Title": "Igrifikacija za zdrav način života", "marketing4Lead3-1": "Želite li da igrifikujete svoj život?", "marketing4Lead3-2": "Zainteresovani ste za rad s ljudima u oblastima obrazovanja, zdravlja, i drugima?", @@ -125,17 +125,17 @@ "passConfirm": "Potvrdite lozinku", "passMan": "Ako koristite menadžer za lozinke (kao npr. 1Password) i ne možete da se prijavite, ukucajte ručno korisničko ime i lozinku.", "password": "Lozinka", - "playButton": "Igrajte HabitRPG", - "playButtonFull": "Igrajte HabitRPG", + "playButton": "Igrajte Habitica", + "playButtonFull": "Igrajte Habitica", "presskit": "Za novinare", "presskitDownload": "Preuzimanje svih slika:", - "presskitText": "Hvala što posvećujete vreme HabitRPG-u! Ove slike predviđene su za članke o HabitRPG-u. Za više informacija obratite se Sijeni Lezli, leslie@habitrpg.com.", + "presskitText": "Hvala što posvećujete vreme Habitica-u! Ove slike predviđene su za članke o Habitica-u. Za više informacija obratite se Sijeni Lezli, leslie@habitica.com.", "privacy": "Politiku zaštite ličnih podataka", "psst": "Psst", "punishByline": "Neposredne negativne posledice podstaći će Vas da se otarasite loših navika.", "punishHeading1": "Ako ne uradite zadatak...", "punishHeading2": "Gubite zdravlje!", - "questByline1": "Kad igrate HabitRPG s prijateljima, i njihov uspeh zavisi od Vaše odgovornosti.", + "questByline1": "Kad igrate Habitica s prijateljima, i njihov uspeh zavisi od Vaše odgovornosti.", "questByline2": "Napravite izazove i radite zajedno na postizanju ciljeva!", "questHeading1": "Udružite se s prijateljima protiv čudovišta!", "questHeading2": "Ako iko zanemari svoje obaveze, ceo tim trpi posledice.", @@ -154,7 +154,7 @@ "schoolSample5": "Pročitati 1 poglavlje", "sixteenBitFilQuote": "Završavam svoje obaveze brže nego ikad pre. Jedva čekam da dobijem sledeći nivo!", "skysailorQuote": "Zahvaljujući svojoj družini i misijama ostajem posvećen igri, koja me podstiče da radim i da menam svoj život na bolje.", - "socialTitle": "HabitRPG Igrajte svoj život", + "socialTitle": "Habitica Igrajte svoj život", "supermouse35Quote": "Redovno vežbam, i već mesecima nisam zaboravio da uzmem lekove! Hvala, Habit. :D", "sync": "Sinhronizacija", "tasks": "Zadaci", @@ -179,4 +179,4 @@ "businessInquiries": "Business Inquiries", "merchandiseInquiries": "Merchandise Inquiries", "marketingInquiries": "Marketing/Social Media Inquiries" -} \ No newline at end of file +} diff --git a/common/locales/sr/gear.json b/common/locales/sr/gear.json index 1a36421d34..6f18141f77 100644 --- a/common/locales/sr/gear.json +++ b/common/locales/sr/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Snežna odora", "armorSpecialSnowflakeNotes": "Odora koja će Vas grejati čak i u mećavi. Povećava Vitalnost za <%= con %>. Oprema iz ograničene serije Zima 2013/14.", "armorSpecialBirthdayText": "Smešna odora za žurke", - "armorSpecialBirthdayNotes": "Srećan rođendan, HabitRPG! Obucite ovu Smešnu odoru za žurke i proslavite ovaj veliki dan. Ne daje nikakav bonus.", + "armorSpecialBirthdayNotes": "Srećan rođendan, Habitica! Obucite ovu Smešnu odoru za žurke i proslavite ovaj veliki dan. Ne daje nikakav bonus.", "armorSpecialBirthday2015Text": "Blesava odora za žurke", - "armorSpecialBirthday2015Notes": "Srećan rođendan, HabitRPG! Obucite ovu Blesavu odoru za žurke i proslavite ovaj veliki dan. Ne daje nikakav bonus.", + "armorSpecialBirthday2015Notes": "Srećan rođendan, Habitica! Obucite ovu Blesavu odoru za žurke i proslavite ovaj veliki dan. Ne daje nikakav bonus.", "armorSpecialGaymerxText": "Dugin ratnički oklop", "armorSpecialGaymerxNotes": "Povodom obeležavanja sezone prajda i GaymerX-a, ovaj oklop je ukrašen bojama duge. GaymerX konvencija bavi se LGBT temama i video igrama, i otvorena je za sve zainteresovane. Održava se u InterContinental-u u San Francisku od 11. do 13. jula. Ne daje nikakav bonus.", "armorSpecialSpringRogueText": "Otmeni kostim mačke", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "Nema elegantnijeg aksesoara za lice od zaštitnih naočara - osim možda monokla. Ne daje nikakav bonus. Predmet za pretplatnike april 3015.", "eyewearMystery301405Text": "Monokl", "eyewearMystery301405Notes": "Nema elegantnijeg aksesoara za lice od monokla - osim možda zaštitnih naočara. Ne daje nikakav bonus. Predmet za pretplatnike april 3015." -} \ No newline at end of file +} diff --git a/common/locales/sr/generic.json b/common/locales/sr/generic.json index f07e552870..26fb86f2ea 100644 --- a/common/locales/sr/generic.json +++ b/common/locales/sr/generic.json @@ -1,11 +1,11 @@ { "languageName": "Srpski", "stringNotFound": "Niska <%= string %>” ne postoji.", - "titleIndex": "HabitRPG | Vaš život u vidu igre", + "titleIndex": "Habitica | Vaš život u vidu igre", "habitica": "Habitika", "expandToolbar": "Pokaži traku s alatima", "collapseToolbar": "Sakrij traku s alatima", - "markdownBlurb": "HabitRPG koristi markdown za formatiranje poruka. Više informacija naći ćete ovde.", + "markdownBlurb": "Habitica koristi markdown za formatiranje poruka. Više informacija naći ćete ovde.", "showFormattingHelp": "Prikazati informacije o formatiranju", "hideFormattingHelp": "Sakriti informacije o formatiranju", "youType": "Kad otkucate:", @@ -14,8 +14,8 @@ "bold": "**Bold**", "strikethrough": "~~Strikethrough~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG je super!](https://habitrpg.com)", - "markdownImageEx": "![tekst koji će se pojaviti ako se slika ne učita](https://habitrpg.com/cake.png \"ovaj tekst ćete videti kad postavite strelicu miša iznad slike\")", + "markdownLinkEx": "[Habitica je super!](https://habitica.com)", + "markdownImageEx": "![tekst koji će se pojaviti ako se slika ne učita](https://habitica.com/cake.png \"ovaj tekst ćete videti kad postavite strelicu miša iznad slike\")", "unorderedListHTML": "+ Prva stavka
+ Druga stavka
+ Treća stavka", "unorderedListMarkdown": "+ Prva stavka\n+ Druga stavka\n+ Treća stavka", "code": "`kod`", @@ -61,13 +61,13 @@ "veteranText": "Korisnik je pokazao veliku istrajnost u borbi na Habit The Gray (našem sajtu pre prelaska na Angular), i primio mnogo ožiljaka od bagova.", "originalUser": "Pionir!", "originalUserText": "Jedan od najranijih korisnika. Pravi alfa tester.", - "habitBirthday": "Proslava rođendana HabitRPG-a", - "habitBirthdayText": "Učestvovao u proslavi rođendana HabitRPG-a!", - "habitBirthdayPluralText": "Učestvovao u <%= number %> proslava rođendana HabitRPG-a!", + "habitBirthday": "Proslava rođendana Habitica-a", + "habitBirthdayText": "Učestvovao u proslavi rođendana Habitica-a!", + "habitBirthdayPluralText": "Učestvovao u <%= number %> proslava rođendana Habitica-a!", "achievementDilatory": "Spasilac odlagača", "achievementDilatoryText": "Borac iz bitke protiv Gospodara Odlaganja Zadataka tokom letnjeg festivala 2014.", "costumeContest": "Takmičenje pod maskama 2014.", - "costumeContestText": "Učestvovao u takmičenju kostima za Noć veštica 2014. Radove učesnika možete videti na blog.habitrpg.com/tagged/cosplay", + "costumeContestText": "Učestvovao u takmičenju kostima za Noć veštica 2014. Radove učesnika možete videti na blog.habitica.com/tagged/cosplay", "memberSince": "- Član od", "lastLoggedIn": "- Poslednji put prijavljen", "notPorted": "Ova funkcija još uvek nije preneta sa starog sajta", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "Pitanja", "reportBug": "Prijaviti grešku", - "contributeToHRPG": "Doprineti HabitRPG-u", + "contributeToHRPG": "Doprineti Habitica-u", "overview": "Pregled igre za nove korisnike", "January": "januar", "February": "februar", @@ -107,4 +107,4 @@ "dateFormat": "Format datuma", "achievementStressbeast": "Spasitelj od Stoïkalma", "achievementStressbeastText": "Pomogao u borbi protiv Gnusnog Stres-čudovišta za vreme Zimske Zemlje čuda 2015." -} \ No newline at end of file +} diff --git a/common/locales/sr/groups.json b/common/locales/sr/groups.json index 9cdcb6ec6a..ea51535c88 100644 --- a/common/locales/sr/groups.json +++ b/common/locales/sr/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Sortiranje po datumu dolaska u udruženje", "sortName": "Sortiranje po imenu", "sortBackgrounds": "Sortiranje po pozadini", - "sortHabitrpgJoined": "Sortiranje po datumu registracije na HabitRPG-u", + "sortHabitrpgJoined": "Sortiranje po datumu registracije na Habitica-u", "sortHabitrpgLastLoggedIn": "Sortiranje po vremenu poslednje prijave", "ascendingSort": "Rastuće", "descendingSort": "Opadajuće", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Samo vođa grupe može da napravi izazov", "sendGift": "Poslati poklon", "inviteFriends": "Pozvati prijatelje", - "inviteAlertInfo": "Ovde možete pozvati prijatelje ako znate njihov UID", + "inviteAlertInfo": "Ovde možete pozvati prijatelje ako znate njihov UID", "inviteExistUser": "Pozvati registrovanog korisnika", "inviteByEmail": "Pozovite prijatelje imejlom. Ako se registruju preko linka iz poruke, automatski će biti pozvani u ovu grupu.", "byColon": "Od:", @@ -123,4 +123,4 @@ "startAParty": "Start a Party", "addToParty": "Add someone to your party", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/sr/limited.json b/common/locales/sr/limited.json index 146bbf156d..88b6b36c2f 100644 --- a/common/locales/sr/limited.json +++ b/common/locales/sr/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Sijena Lezli<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Sezonska čarobnica<%= linkEnd %>", "seasonalShopClosedText": "Prodavnica sezonskih predmeta trenutno je zatvorena. Ne znam kuda je otišla Sezonska čarobnica, ali verujem da će se bratiti tokom sledeće Sezonske svečanosti.", - "seasonalShopText": "Dobro došli u Prodavnicu sezonskih predmeta!! Trenutno u ponudi imamo opremu iz prolećne Sezonske serije. Ovi predmeti biće u prodaju do 30. aprila. Nabavite ih sada, jer ćete sledeću priliku imati tek za godinu dana!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "Dobro došli u Prodavnicu sezonskih predmeta!! Trenutno u ponudi imamo opremu iz prolećne Sezonske serije. Ovi predmeti biće u prodaju do 30. aprila. Nabavite ih sada, jer ćete sledeću priliku imati tek za godinu dana!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "Ako ste upotrebili Sferu za reinkarnaciju, ovu opremu možete kupiti nakon što otključate prodavnicu. Najpre ćete moći da kupite samo opremu za vašu trenutnu klasu (Ratnik), ali bez brige – opremu za ostale klase moći ćete da kupite kad prihvatite odgovarajuću klasu.", "candycaneSet": "Šećerna oprema (Čarobnjak)", "skiSet": "Skijaška oprema (Odmetnik)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/sr/messages.json b/common/locales/sr/messages.json index 5de00cb2a1..2c5a6fd2f5 100644 --- a/common/locales/sr/messages.json +++ b/common/locales/sr/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/sr/npc.json b/common/locales/sr/npc.json index ec3ae74b90..a18886fb2f 100644 --- a/common/locales/sr/npc.json +++ b/common/locales/sr/npc.json @@ -21,9 +21,9 @@ "cool": "Pročitaću kasnije", "dismissAlert": "Pročitano", "donateText1": "Dodaje 20 Dragulja na Vaš nalog. Dragulji služe za kupovinu posebnih predmeta, npr. majica i frizura.", - "donateText2": "Podržite HabitRPG", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", - "donationDesc": "20 Dragulja, donacija HabitRPG-u", + "donateText2": "Podržite Habitica", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donationDesc": "20 Dragulja, donacija Habitica-u", "payWithCard": "Platiti karticom", "payNote": "Napomena: Uplatem putem PayPal-a ponekad se sporo realizuju. Preporučujemo plaćanje karticom.", "card": "Kartica", @@ -52,10 +52,10 @@ "tourStatsPage": "Ovo je stranica sa karakteristikama Vašeg avatara. Osvojite odlikovanja izvršavanjem zadataka sa spiska.", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "Družina će Vam pomoći da ostanete posvećeni svojim ciljevima. Pozovite prijatelje da biste otključali svitke s misijama.", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "Kad dostignete 4. nivo, počećete da nalazite jaja i napitke za izleganje kad budete završavali zadatke. Oni će se pojaviti ovde – koristite ih da biste dobili zveri! Iste te predmete možete kupiti na Pijaci.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List
  • Spend your hard-earned Gold here!
  • Purchase Equipment for your avatar, or set custom Rewards.
", "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "welcomeToHabit": "Welcome to Habitica, a game to improve your life!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now you'll customize your avatar and set up your tasks...", "imReady": "I'm Ready!" -} \ No newline at end of file +} diff --git a/common/locales/sr/pets.json b/common/locales/sr/pets.json index dc67999f4c..e9ce1af865 100644 --- a/common/locales/sr/pets.json +++ b/common/locales/sr/pets.json @@ -28,7 +28,7 @@ "foodText": "food", "food": "Hrana i sedla", "noFood": "Nema hrane i sedala", - "dropsExplanation": "Ako ne želite da čekate da ih pronađete, možete kupiti ove predmete draguljima. Više informacija o sistemu nalaženja predmeta.", + "dropsExplanation": "Ako ne želite da čekate da ih pronađete, možete kupiti ove predmete draguljima. Više informacija o sistemu nalaženja predmeta.", "beastMasterProgress": "Napredak ka tituli Krotitelja zveri", "beastAchievement": "Dobili ste odlikovanje „Krotitelj zveri” jer ste sakupili sve životinje.", "beastMasterName": "Krotitelj zveri", @@ -65,4 +65,4 @@ "petKeyBoth": "Oslobodi sve", "petKeyNeverMind": "Otkaži", "gemsEach": "dragulja" -} \ No newline at end of file +} diff --git a/common/locales/sr/quests.json b/common/locales/sr/quests.json index f6e14ac9d1..6a866f8b24 100644 --- a/common/locales/sr/quests.json +++ b/common/locales/sr/quests.json @@ -60,4 +60,4 @@ "questWarning": "Ako novi igrači pristupe družini pre nego što misija počne, i oni će dobiti pozivnice. Kad misija počne, novi članovi družine ne mogu da se priključe.", "bossRageTitle": "Bes", "bossRageDescription": "Kada se ova skala popuni, bos će upotrebiti specijalni napad." -} \ No newline at end of file +} diff --git a/common/locales/sr/questscontent.json b/common/locales/sr/questscontent.json index e35cc61831..2d0a28b895 100644 --- a/common/locales/sr/questscontent.json +++ b/common/locales/sr/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/sr/rebirth.json b/common/locales/sr/rebirth.json index 88c49929e4..3f2f7096b5 100644 --- a/common/locales/sr/rebirth.json +++ b/common/locales/sr/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Reinkarnacija: Nova avantura!", - "rebirthUnlock": "Otključali ste reinkarnaciju. Ovaj predmet sa Pijace omogućava Vam da počnete novu igru, od 1. nivoa, a da pritom zadržite svoje zadatke, odlikovanja, zveri, itd. Upotrebite ovaj predmet da biste udahnuli novi život HabitRPG-u, ako verujete da ste već sve postigli, ili da iskusite nove funkcije iz pozicije početnika.", + "rebirthUnlock": "Otključali ste reinkarnaciju. Ovaj predmet sa Pijace omogućava Vam da počnete novu igru, od 1. nivoa, a da pritom zadržite svoje zadatke, odlikovanja, zveri, itd. Upotrebite ovaj predmet da biste udahnuli novi život Habitica-u, ako verujete da ste već sve postigli, ili da iskusite nove funkcije iz pozicije početnika.", "rebirthBegin": "Reinkarnacija: Započnite novu avanturu", "rebirthStartOver": "Reinkarnacija će vratiti Vašeg lika na novi 1, kao kad ste otvorili nalog.", "rebirthAdvList1": "Zdravlje će Vam biti napunjeno.", @@ -22,4 +22,4 @@ "rebirthPop": "Počnite iz početka s nivoa 1, i zadržite odlikovanja, kolekcionarske predmete, i zadatke, zajedno sa istorijom.", "rebirthName": "Sfera za reinkarnaciju", "reborn": "Reinkarniran, najviši nivo <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/sr/settings.json b/common/locales/sr/settings.json index 04eed2cbbe..573d9662b0 100644 --- a/common/locales/sr/settings.json +++ b/common/locales/sr/settings.json @@ -2,7 +2,7 @@ "settings": "Postavke", "language": "Jezik", "americanEnglishGovern": "U slučajevima gde između prevoda postoji razlika u značenju, značenje iz američkog engleskog prevoda uzima se za ispravno.", - "helpWithTranslation": "Želite li da pomognete prevodiocima HabitRPG-a? Sjajno! Posetite ovu Trello temu.", + "helpWithTranslation": "Želite li da pomognete prevodiocima Habitica-a? Sjajno! Posetite ovu Trello temu.", "showHeaderPop": "Prikazati avatar, Zdravlje, Iskustvo, i družinu.", "stickyHeader": "Fiksirati zaglavlje", "stickyHeaderPop": "Zaglavlje će biti fiksirano na vrhu stranice. Kad ova opcija nije odabrana, zaglavlje će se pomerati zajedno sa stranicom.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Sakriti Napredna podešavanja ", "startAdvCollapsedPop": "Ako je opcija odabrana, Napredna podešavanja će biti skrivena kad otvorite prozor za izmenu zadatka.", "showTour": "Prikazati uvod", - "restartTour": "Pogledajte ponovo uvod koji ste videli kad ste prvi put došli u HabitRPG.", + "restartTour": "Pogledajte ponovo uvod koji ste videli kad ste prvi put došli u Habitica.", "showBailey": "Prikazati Bejli", "showBaileyPop": "Vikar Bejli će se pojaviti kako biste mogli da pročitate stara obaveštenja.", "fixVal": "Nameštanje osobina lika", @@ -27,10 +27,10 @@ "resetAccount": "Vratiti nalog na početno stanje", "resetAccPop": "Nulirajte novi, zlato, opremu, istoriju, i zadatke, i počnite iz početka.", "deleteAccount": "Obrisati nalog", - "deleteAccPop": "Uklonite svoj HabitRPG nalog.", + "deleteAccPop": "Uklonite svoj Habitica nalog.", "qrCode": "QR kod (QR Code)", "dataExport": "Eksport podataka", - "saveData": "Nekoliko načina da sačuvate svoje HabitRPG podatke.", + "saveData": "Nekoliko načina da sačuvate svoje Habitica podatke.", "habitHistory": "Istorija navika", "exportHistory": "Eksport istorije:", "csv": "(CSV)", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Vreme početka dana", "24HrClock": "24-časovni format", - "customDayStartInfo1": "HabitRPG je automatski podešen da u ponoć proveri stanje svakodnevnih zadataka i spremi ih za sledeći dan. Savetujemo Vam da pročitate sledeće informacije pre nego što to promenite:", - "customDayStartInfo4": "Uradite sve svakodnevne zadatke pre nego što izmenite Vreme početka dana ili se prijavite u Gostionicu i ostanite tamo do kraja dana. Promena vremena početka dana može dovesti do toga da Cron odmah bude pokrenut, ali posle prvog dana sve će raditi normalno.

Može biti potrebno i do 2 sata da promene sistem prihvati promene. Na primer, ako je početak dana trenutno podešen na 0 (ponoć), promenite ga pre 10 uveče; ako želite da ga pomerite na 9 uveče, uradite to pre 7.

Unesite vrednost između 0 i 23 (24-časovni format). Biće bolje ako otkucate broj, nego ako budete koristili strelice na tastaturi. Kad promenite vrednost, učitajte stranicu ponovo i proverite da li prikazuje novu vrednost.", + "customDayStartInfo1": "Habitica je automatski podešen da u ponoć proveri stanje svakodnevnih zadataka i spremi ih za sledeći dan. Savetujemo Vam da pročitate sledeće informacije pre nego što to promenite:", + "customDayStartInfo4": "Uradite sve svakodnevne zadatke pre nego što izmenite Vreme početka dana ili se prijavite u Gostionicu i ostanite tamo do kraja dana. Promena vremena početka dana može dovesti do toga da Cron odmah bude pokrenut, ali posle prvog dana sve će raditi normalno.

Može biti potrebno i do 2 sata da promene sistem prihvati promene. Na primer, ako je početak dana trenutno podešen na 0 (ponoć), promenite ga pre 10 uveče; ako želite da ga pomerite na 9 uveče, uradite to pre 7.

Unesite vrednost između 0 i 23 (24-časovni format). Biće bolje ako otkucate broj, nego ako budete koristili strelice na tastaturi. Kad promenite vrednost, učitajte stranicu ponovo i proverite da li prikazuje novu vrednost.", "misc": "Ostalo", "showHeader": "Prikazati zaglavlje", "changePass": "Promeniti lozinku", @@ -56,9 +56,9 @@ "dangerZone": "Opasna zona", "resetText1": "PAŽNjA! Ova funkcija nulira delove Vašeg naloga. Njena upotreba se ne preporučuje, ali neki korisnici je koriste nakon igranja s postavkama i upoznavanja sa sajtom.", "resetText2": "Izgubićete sve nivoe, zlato, i iskustvo. Svi Vaši zadaci biće izbrisani i izgubićete sve podatke o zadacima. Izgubićete svu opremu, ali moći ćete ponovo da je kupite, uključujući i opremu iz ograničenih serija i predmete za pretplatnike koje već posedujete (moraćete da imate odgovarajuću klasu da biste kupili određenu opremu). Zadržaćete svoju klasu, ljubimce, i životinje za jahanje. Ako upotebite sferu za reinkarnaciju, zadržaćete zadatke.", - "deleteText": "Jeste li sigurni? Ovim ćete zauvek obrisati svoj nalog, i nećete moći ponovo da ga aktivirate. Da biste ponovo igrali HabitRPG, moraćete da napravite novi nalog. Dragulji koje posedujete neće Vam biti vraćeni. Ako ste potpuno sigurni, ukucajte <%= deleteWord %> u polje za tekst.", + "deleteText": "Jeste li sigurni? Ovim ćete zauvek obrisati svoj nalog, i nećete moći ponovo da ga aktivirate. Da biste ponovo igrali Habitica, moraćete da napravite novi nalog. Dragulji koje posedujete neće Vam biti vraćeni. Ako ste potpuno sigurni, ukucajte <%= deleteWord %> u polje za tekst.", "API": "API", - "APIText": "Kopirajte ove kodove u aplikacije razvijene za HabitRPG. Vaš API ključ ima funkciju lozinke, pazite kome ga šaljete i kome je dostupan. Povremeno od Vas može biti zatražen Lični Broj Korisnika (User ID, UID), ali nikada ne objavljujte svoj API ključ tamo gde ga bilo ko može videti, uključujući i Github.", + "APIText": "Kopirajte ove kodove u aplikacije razvijene za Habitica. Vaš API ključ ima funkciju lozinke, pazite kome ga šaljete i kome je dostupan. Povremeno od Vas može biti zatražen Lični Broj Korisnika (User ID, UID), ali nikada ne objavljujte svoj API ključ tamo gde ga bilo ko može videti, uključujući i Github.", "APIToken": "API ključ (ovo je lozinka – pročitajte objašnjenje iznad)", "resetDo": "Da, vrati nalog na početno stanje!", "fixValues": "Ispravljanje vrednosti", @@ -79,13 +79,13 @@ "data": "Podaci", "exportData": "Eksport podataka", "emailChange1": "Ako želite da promenite imejl adresu, pošaljite poruku na", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "sa svojom novom i starom adresom, i sa svojim UID kodom.", "username": "Korisničko ime", "usernameOrEmail": "Korisničko ime ili imejl-adresa", "email": "E-mail adresa", "registeredWithFb": "Prijava / Registracija preko Facebook-a", - "loginNameDescription1": "Ovo koristite da se prijavite na HabitRPG. Idite na", + "loginNameDescription1": "Ovo koristite da se prijavite na Habitica. Idite na", "loginNameDescription2": "Korisnik -> Profil", "loginNameDescription3": "da promenite ime koje se pojavljuje na Vašem avataru i u Krčmi.", "emailNotifications": "Obaveštenja imejlom", @@ -101,12 +101,12 @@ "questStarted": "Vaša misija je počela", "invitedQuest": "Pozvati u misiju", "kickedGroup": "Izbačen iz grupe", - "remindersToLogin": "Podsetnici da se prijavite na HabitRPG", + "remindersToLogin": "Podsetnici da se prijavite na Habitica", "unsubscribedSuccessfully": "Pretplata uspešno prekinuta!", - "unsubscribedTextUsers": "Uspešno ste prekinuli pretplatu na sve HabitRPG email-ove. Možete odobriti samo one email-ove koje hoćete da primate u Postavke (potrebna je prijava).", - "unsubscribedTextOthers": "HabitRPG Vam neće slati druge mejlove.", + "unsubscribedTextUsers": "Uspešno ste prekinuli pretplatu na sve Habitica email-ove. Možete odobriti samo one email-ove koje hoćete da primate u Postavke (potrebna je prijava).", + "unsubscribedTextOthers": "Habitica Vam neće slati druge mejlove.", "unsubscribeAllEmails": "Kliknite ovde ako ne želite da Vam šaljemo poruke", - "unsubscribeAllEmailsText": "Ovim potrvrđujem da razumem da, ako otkažem dozvolu HabitRPG-u da mi šalje poruke, HabitRPG više neće moći da me obaveštava mejlovima o bitnim promenama u igri ili na mom nalogu.", + "unsubscribeAllEmailsText": "Ovim potrvrđujem da razumem da, ako otkažem dozvolu Habitica-u da mi šalje poruke, Habitica više neće moći da me obaveštava mejlovima o bitnim promenama u igri ili na mom nalogu.", "correctlyUnsubscribedEmailType": "Prekid pretplate na \"<%= emailType %>\" poruke ispravno izvršen.", "subscriptionRateText": "Automatski $<%= price %> svakih <%= months %> meseci", "benefits": "Prednosti", @@ -119,4 +119,4 @@ "promoCodeApplied": "Kupon je aktiviran! Pogledajte u svoj inventar", "promoPlaceholder": "Unesite kod sa kupona", "displayInviteToPartyWhenPartyIs1": "Prikazati opciju „Pozvati u družinu” kad družina ima 1 člana." -} \ No newline at end of file +} diff --git a/common/locales/sr/spells.json b/common/locales/sr/spells.json index d9c4473d3f..cb5baa9cb8 100644 --- a/common/locales/sr/spells.json +++ b/common/locales/sr/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Cancel the effects of Seafoam." -} \ No newline at end of file +} diff --git a/common/locales/sr/subscriber.json b/common/locales/sr/subscriber.json index 8a50cbfa24..3f699c3482 100644 --- a/common/locales/sr/subscriber.json +++ b/common/locales/sr/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD mesečno", "organization": "Organizacija", "groupPlans": "Grupne tarife", - "indivPlan1": "HabitRPG je besplatan za pojedince. Čak i za male grupe sa zajedničkim ciljevima, besplatna (ili jeftina)", + "indivPlan1": "Habitica je besplatan za pojedince. Čak i za male grupe sa zajedničkim ciljevima, besplatna (ili jeftina)", "indivPlan2": "mogu motivisati učesnike da promene navike. Možete napraviti udruženja za književnike, takmičenja u slikanju, itd.", - "groupText1": "Vođe nekih grupa žele da imaju veća ovlašćenja, privatnost, bezbednost i podršku. To bi mogle biti porodice, sportski timovi, grupe radnika, itd. Ovakve tarife nude Vam mogućnost da napravite odvojene privatne grupe ili organizacije u HabitRPG-u, u kojima ne učestvuje", + "groupText1": "Vođe nekih grupa žele da imaju veća ovlašćenja, privatnost, bezbednost i podršku. To bi mogle biti porodice, sportski timovi, grupe radnika, itd. Ovakve tarife nude Vam mogućnost da napravite odvojene privatne grupe ili organizacije u Habitica-u, u kojima ne učestvuje", "groupText2": "Pročitajte šta se sve nudi u sklopu ove tarife, i javite nam se za dodatne informacije.", "planFamily": "Porodica (Uskoro)", "planGroup": "Grupa (Uskoro)", "dedicatedHost": "Zasebni server", - "dedicatedHostText": "Zasebni server: imate zasebnu bazu podataka i server, obezbeđen od strane HabitRPG-a, ili, ukoliko tkao želite, možemo ga instalirati na mreži vaše organizacije. Ako ne odaberete ovu opciju, imaćete zajedničku bazu podataka sa HabitRPG-om, ali ćete funkcionisati nezavisno od Habitike. Vaši članovi biće isključeni iz Krčme i Udruženja.", + "dedicatedHostText": "Zasebni server: imate zasebnu bazu podataka i server, obezbeđen od strane Habitica-a, ili, ukoliko tkao želite, možemo ga instalirati na mreži vaše organizacije. Ako ne odaberete ovu opciju, imaćete zajedničku bazu podataka sa Habitica-om, ali ćete funkcionisati nezavisno od Habitike. Vaši članovi biće isključeni iz Krčme i Udruženja.", "individualSub": "Pojedinačna pretplata", "subscribe": "Pretplata", "subscribed": "Pretplata aktivna", @@ -35,7 +35,7 @@ "organizationSub": "Privatna organizacija", "organizationSubText": "Da bi ostali usredsređeni na svoje zadatke, članovi mogu da stupe u kontakt samo sa drugim članovima organizacije.", "hostingType": "Vrsta hostinga", - "hostingTypeText": "Zajednički hosting — Vaša organizacija ima zajedničku bazu podataka sa HabitRPG-om, ali nije u kontaktu sa Habitikom. Zasebni hosting — imate svoj server i bazu podataka. HabitRPG može da Vam obezbedi server/bazu podataka, ili možete da koristite sopstveni server.", + "hostingTypeText": "Zajednički hosting — Vaša organizacija ima zajedničku bazu podataka sa Habitica-om, ali nije u kontaktu sa Habitikom. Zasebni hosting — imate svoj server i bazu podataka. Habitica može da Vam obezbedi server/bazu podataka, ili možete da koristite sopstveni server.", "dedicated": "Zasebni", "customDomain": "Individualni domen", "customDomainText": "Ako želite, možemo Vam dati domen za instalaciju.", @@ -58,7 +58,7 @@ "buySubsText": "Kupite dragulje za zlato, uklonite reklame, podrzite programere", "sureCancelSub": "Jeste li sigurni da želite da otkažete pretplatu?", "subCanceled": "Pretplata ističe", - "subGemPop": "Kao pretplatnik HabitRPG-a možete svakog meseca da kupite određen broj dragulja za zlato. U uglu ikonice dragulja možete videti koliko dragulja možete kupiti.", + "subGemPop": "Kao pretplatnik Habitica-a možete svakog meseca da kupite određen broj dragulja za zlato. U uglu ikonice dragulja možete videti koliko dragulja možete kupiti.", "subGemName": "Dragulji za pretplatnike", "timeTravelers": "Putnici kroz vreme", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tajler<%= linkEnd %> i <%= linkStartVicky %>Viki<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Ažuriranje karte", "subUpdateTitle": "Ažuriranje", "subUpdateDescription": "Ažuriranje karte za punjenje." -} \ No newline at end of file +} diff --git a/common/locales/sr/tasks.json b/common/locales/sr/tasks.json index 2860e159b2..fa826f539b 100644 --- a/common/locales/sr/tasks.json +++ b/common/locales/sr/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Obrisati završene zadatke", "lotOfToDos": "Završeni zadaci automatski se odlažu u arhivu posle 3 dana. Možete ih naći u Postavke > Export.", "deleteToDosExplanation": "Ako kliknete na ovo dugme, svi završeni i arhivirani zadaci biće trajno obrisani. Upotrebite Export funkciju ako želite da ih sačuvate.", - "beeminderDeleteWarning": "Korisnici Beeminder-a: Pre nego što obrišete zadatke, pročitajte Kako da obrišete završene zadatke, a da ne zbunite Beeminder!", + "beeminderDeleteWarning": "Korisnici Beeminder-a: Pre nego što obrišete zadatke, pročitajte Kako da obrišete završene zadatke, a da ne zbunite Beeminder!", "addmultiple": "Dodaj više odjednom", "addsingle": "Dodaj pojedinačno", "habits": "Navike", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "Odmarate se u Gostionici! Svakodnevni zadaci će na početku dana biti obeleženi kao neurađeni, ali nećete trpeti štetu zbog neurađenih zadataka na kraju dana. Ako učestvujete u misiji, nećete nanositi štetu bosu, ni dobijati predmete, dok se ne odjavite iz Gostionice. Ako članovi družine budu imali neurađene svakodnevne zadatke, bos će povrediti i Vas.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Click for help" -} \ No newline at end of file +} diff --git a/common/locales/sv/backgrounds.json b/common/locales/sv/backgrounds.json index 4b4efd55a7..fc2f386874 100644 --- a/common/locales/sv/backgrounds.json +++ b/common/locales/sv/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surfa en Jättevåg!", "backgroundSunkenShipText": "Sjunket Skepp", "backgroundSunkenShipNotes": "Utforska Ett Sjunket Skepp" -} \ No newline at end of file +} diff --git a/common/locales/sv/challenge.json b/common/locales/sv/challenge.json index 0a0533c3b9..9bba4a983b 100644 --- a/common/locales/sv/challenge.json +++ b/common/locales/sv/challenge.json @@ -36,7 +36,7 @@ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Minst 1 Juvel för offentliga utmaningar (motverkar spam).", - "officialChallenge": "Officiell HabitRPG-utmaning", + "officialChallenge": "Officiell Habitica-utmaning", "by": "av", "participants": "<%= membercount %> Deltagare", "join": "Gå med", @@ -57,4 +57,4 @@ "prizeValue": "Pris", "clone": "Klon", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/sv/character.json b/common/locales/sv/character.json index 1fd37e2581..77c467829e 100644 --- a/common/locales/sv/character.json +++ b/common/locales/sv/character.json @@ -56,7 +56,7 @@ "costumeText": "Om du föredrar utseendet på annan utrustning än den du har på dig, kryssa i rutan \"Använd Dräkt\" för att visa upp din favoritdräkt medan du har på dig din stridsutrustning undertill.", "useCostume": "Använd Dräkt", "useCostumeInfo1": "Klicka på \"Använd kostym\" för att utrusta din avatar med föremål utan att påverka din stridsutrustnings status! Detta innebär att du kan utrusta för bästa status till vänster och klä ut din avatar med utrustningen till höger.", - "useCostumeInfo2": "När du klickat \"Använd kostym\" kommer din avatar se rätt enkel ut ... men oroa dig inte! Om du ser till vänster ser du att din stridsutrustning fortfarande är vald. Nu kan du göra saker snyggare! Allt som du utrustar till höger kommer inte att påverka din status, men kan göra att du ser jättehäftig ut. Välj olika kombinationer, mixa set och koordinera din kostym med dina husdjur, riddjur och bakgrunder.

Har du några frågor? Kolla in kostymsidan på wikin. Hittat den perfekta outfiten? Visa upp den i Costume Carnival guild eller skryt på Tavernan!", + "useCostumeInfo2": "När du klickat \"Använd kostym\" kommer din avatar se rätt enkel ut ... men oroa dig inte! Om du ser till vänster ser du att din stridsutrustning fortfarande är vald. Nu kan du göra saker snyggare! Allt som du utrustar till höger kommer inte att påverka din status, men kan göra att du ser jättehäftig ut. Välj olika kombinationer, mixa set och koordinera din kostym med dina husdjur, riddjur och bakgrunder.

Har du några frågor? Kolla in kostymsidan på wikin. Hittat den perfekta outfiten? Visa upp den i Costume Carnival guild eller skryt på Tavernan!", "gearAchievement": "Du har förtjänat prestationen \"Ultimat rustning\" för att ha uppgraderat din utrustning till max för din klass!. Du har fått tag på all utrustning för:", "moreGearAchievements": "För att få fler Ultimat utrustning-emblem, ändra klass på din statussida och köp utrustningen för en ny klass!", "armoireUnlocked": "Du har låst upp det Förtrollade Klädskåpet. Klicka på Förtrollade Klädskåpet-belöningen för en slumpmässig chans att få specialutrustning. Det kan också ge dig slumpmässig XP eller mat.", @@ -77,7 +77,7 @@ "allocatePerPop": "Lägg till ett poäng till Uppmärksamhet", "allocateInt": "Poäng tilldelade till intelligens:", "allocateIntPop": "Lägg till ett poäng till Intelligens", - "noMoreAllocate": "Nu när du uppnåt nivå 100 kommer du inte få några fler attributpoäng. Du kan fortsätta att gå upp i nivå, eller starta ett nytt äventyr på nivå 1 genom att använda Återfödelsens sfär, nu gratis på Marknaden!", + "noMoreAllocate": "Nu när du uppnåt nivå 100 kommer du inte få några fler attributpoäng. Du kan fortsätta att gå upp i nivå, eller starta ett nytt äventyr på nivå 1 genom att använda Återfödelsens sfär, nu gratis på Marknaden!", "stats": "Statistik", "strength": "Styrka", "strengthText": "Styrka ökar chansen för slumpmässiga \"kritiska träffar\" och guld-, erfarenhet-, och fyndchansen höjs. Styrka hjälper också för att tillfoga skada till bossar.", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Avrusta husdjur, riddjur, bakgrund.", "animalSkins": "Djurskinn", "chooseClassHeading": "Välj din klass! Eller hoppa över för att välja senare.", - "warriorWiki": "Krigare", - "mageWiki": "Magiker", - "rogueWiki": "Tjuv", - "healerWiki": "Helare", - "chooseClassLearn": "Lär dig mer om klasser", + "warriorWiki": "Krigare", + "mageWiki": "Magiker", + "rogueWiki": "Tjuv", + "healerWiki": "Helare", + "chooseClassLearn": "Lär dig mer om klasser", "str": "STY", "con": "TÅL", "per": "UPP", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/sv/communityguidelines.json b/common/locales/sv/communityguidelines.json index 35e21c3c3d..08fb6ebe29 100644 --- a/common/locales/sv/communityguidelines.json +++ b/common/locales/sv/communityguidelines.json @@ -6,17 +6,17 @@ "commGuidePara002": "För att hålla alla i gemenskapen säkra, glada och produktiva har vi några riktlinjer. De är noga utformade för att vara så trevliga och lättlästa som möjligt. Snälla, ta dig tid att läsa dem.", "commGuidePara003": "Dessa regler gäller alla sociala utrymmen vi har. Detta gäller även (men inte uteslutande) Trello, GitHub, Transifex och Wikia (Wikin). Ibland dyker oförutsedda situationer upp, som en ny källa till konflikter eller en elak DödsMagiker. I sådana fall kan moderatorerna svara med att ändra riktlinjerna för att skydda gemenskapen från nya hot. Frukta inte! Bailey kommer att meddela dig om riktlinjerna ändras.", "commGuidePara004": "Fram med gåspenna och pergament för anteckningar, så kör vi!", - "commGuideHeadingBeing": "Att vara en Habitican ", - "commGuidePara005": "HabitRPG är först och främst en sida fokuserad på förbättring. Därför har vi haft turen att dra till oss en av de varmaste, snällaste, artigaste och stöttande gemenskaper som finns på internet. Habiticaner har många egenskaper. Några av de vanligaste och mest märkvärda är: ", + "commGuideHeadingBeing": "Att vara en Habitican", + "commGuidePara005": "Habitica är först och främst en sida fokuserad på förbättring. Därför har vi haft turen att dra till oss en av de varmaste, snällaste, artigaste och stöttande gemenskaper som finns på internet. Habiticaner har många egenskaper. Några av de vanligaste och mest märkvärda är:", "commGuideList01A": "En hjälpsam anda Många ägnar tid och energi till att hjälpa nya medlemmar och guida dem. NybörjarGillet, till exempel, är ett gille helt dedikerat till att svara på folks frågot. Om du tror att du kan hjälpa till, tveka inte!", "commGuideList01B": "En flitig attityd. Habiticaner jobbar hårt för att förbättra sina liv, men hjälper också till att bygga sidan och hela tiden förbättra den. Vi är ett open-source projekt, så vi arbetar hela tiden på att göra sidan så bra som möjligt.", - "commGuideList01C": "Ett stödjande sätt. Habiticaner firar varandras segrar och tröstar varandra när det är tufft. Vi hjälper, lutar oss mot och lär oss av varandra. I sällskapen gör vi det med trollformler, i chattrummen använder vi vänliga och stöttande ord. ", - "commGuideList01D": "Ett respektfullt uppförande. Vi kommer alla från olika bakgrunder, har olika förmågor och olika åsikter. Det är en del av vad som gör vår gemenskap så fantastisk! Habiticaner respekterar dessa olikheter och hyllar dem. Du kommer snabbt att lära känna vänner från alla möjliga livssituationer. ", + "commGuideList01C": "Ett stödjande sätt. Habiticaner firar varandras segrar och tröstar varandra när det är tufft. Vi hjälper, lutar oss mot och lär oss av varandra. I sällskapen gör vi det med trollformler, i chattrummen använder vi vänliga och stöttande ord.", + "commGuideList01D": "Ett respektfullt uppförande. Vi kommer alla från olika bakgrunder, har olika förmågor och olika åsikter. Det är en del av vad som gör vår gemenskap så fantastisk! Habiticaner respekterar dessa olikheter och hyllar dem. Du kommer snabbt att lära känna vänner från alla möjliga livssituationer.", "commGuideHeadingMeet": "Möt Moderatorerna!", "commGuidePara006": "Habitica har några outtröttliga kringströvande riddare som sluter sig samman med den anställda personalen för att hålla gemenskapen lugn, nöjd och fri från troll. Var och en har sitt specialområde, men kallas ibland in för att tjäna i andra sociala sfärer. Personal och moderatorer inleder ofta officiella uttalanden med \"Mod Talk\" eller \"Mod Hat On\" (\"moderatorprat\" respektive \"i moderator-roll\")", "commGuidePara007": "Personalen har lila taggar markerade med kronor. Deras titel är \"Heroisk\".", "commGuidePara008": "Moderatorer har mörkblå taggar markerade med stjärnor. Deras titel är \"väktare\". Det enda undantaget är Bailey, som är en NPC och har en svart och grön tagg markerad med en stjärna.", - "commGuidePara009": "Den nuvarande personalen är (från vänster till höger): ", + "commGuidePara009": "Den nuvarande personalen är (från vänster till höger):", "commGuidePara009a": "på Trello", "commGuidePara009b": "på Github", "commGuidePara010": "Det finns också flera moderatorer som hjälper personalen. De var noga utvalda så behandla dem med respekt och lyssna på deras förslag.", @@ -25,21 +25,21 @@ "commGuidePara011b": "på Github/Wikia", "commGuidePara011c": "på Wikia", "commGuidePara011d": "på GitHub", - "commGuidePara012": "Om du har ett problem eller en fundering om en speciell Moderator, var god skicka ett email till Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "Om du har ett problem eller en fundering om en speciell Moderator, var god skicka ett email till Lemoness (leslie@habitica).", "commGuidePara013": "I en gemenskap som är så stor som Habitica kommer användare att komma och gå, och ibland behöver en moderator lägga ner sin ädla mantel och koppla av. Följande är Moderator Emeritus. De har inte längre makten att agera moderator, men vi vill ändå hedra deras arbete!", "commGuidePara014": "Moderatorer Emeritus", "commGuideHeadingPublicSpaces": "Offentliga platser i Habitica", - "commGuidePara015": "Habitica har två sorters sociala utrymmen: allmänna och privata. Allmänna områden inkluderar Tavernan, allmänna Gillen, GitHub, Trello och Wiki. De privata utrymmena är Privata Gillen, sällskapschat och privata meddelanden. ", + "commGuidePara015": "Habitica har två sorters sociala utrymmen: allmänna och privata. Allmänna områden inkluderar Tavernan, allmänna Gillen, GitHub, Trello och Wiki. De privata utrymmena är Privata Gillen, sällskapschat och privata meddelanden.", "commGuidePara016": "När du vistas på de offentliga platserna i Habitica så finns några allmänna regler för att se till att alla är säkra och glada. Det borde vara lätt för en äventyrare som du!", - "commGuidePara017": "Respektera varandra. Var artig, snäll, vänlig och hjälpsam. Kom ihåg: Habiticaner kommer från alla skags bakgrunder och har helt olika erfarenheter. Det är en del av vad som gör HabitRPG så häftigt! Att bygga en gemenskap innebär att vi respekterar och hyllar våra olikheter likväl som våra likheter. Här är några enkla sätt att respektera varandra:", + "commGuidePara017": "Respektera varandra. Var artig, snäll, vänlig och hjälpsam. Kom ihåg: Habiticaner kommer från alla skags bakgrunder och har helt olika erfarenheter. Det är en del av vad som gör Habitica så häftigt! Att bygga en gemenskap innebär att vi respekterar och hyllar våra olikheter likväl som våra likheter. Här är några enkla sätt att respektera varandra:", "commGuideList02A": "Följ Användarvillkoren.", - "commGuideList02B": "Posta inte bilder eller text som är våldsamma, hotfulla, sexuellt präglade/utmanande, eller stödjer diskriminering, trångsynthet, rasism, hat, trakasserier eller skada mot någon individ eller grupp. Inte ens som ett skämt. Detta inkluderar glåpord likväl som uttalanden. Vi har inte alla samma sinne för humor, och något du ser som ett skämt kan såra någon annan. Attackera dina Dagliga sysslor, inte varandra. ", + "commGuideList02B": "Posta inte bilder eller text som är våldsamma, hotfulla, sexuellt präglade/utmanande, eller stödjer diskriminering, trångsynthet, rasism, hat, trakasserier eller skada mot någon individ eller grupp. Inte ens som ett skämt. Detta inkluderar glåpord likväl som uttalanden. Vi har inte alla samma sinne för humor, och något du ser som ett skämt kan såra någon annan. Attackera dina Dagliga sysslor, inte varandra.", "commGuideList02C": "Håll diskussioner passande för alla åldrar. Vi har många unga Habiticaner som använder sidan! Låt oss undvika att förgifta oskyldiga eller hindra någon Habitcians väg mot sina mål.", "commGuideList02D": "Undvik svordomar. Detta gäller också milda religionsbaserade eder som kanske ses som acceptabla i andra fall. Vi har människor från alla olika religioner och kulturella bakgrunder, och vi vill att alla ska känna sig välkomna och bekväma på de offentliga platserna. Dessutom kommer glåpord tas på stort allvar eftersom de strider mot våra användarvillkor.", - "commGuideList02E": "Undvik utförliga diskussioner om splittrande ämnen utanför Bakfickan. Om du tycker att någon har sagt något otrevligt eller sårande, gå inte in i strid med dem. En enkel, artig kommentar som \"Det där skämtet får mig att känna mig obekväm\" är ok, men att vara grov eller otrevlig som svar på grova eller otrevliga kommentarer ökar spänningarna och gör att HabitRPG blir mer negativt laddat. Vänlighet och artighet hjälper andra att förstå hur du tänker.", - "commGuideList02F": "Följ omedelbart Moderatorns uppmaning att avsluta en diskussion eller flytta den till Bakfickan. Sista ordet, avslutande inlägg och avgörande pikar får levereras (hövligt) vid ditt \"bord\" i Bakfickan, om det tillåts. ", + "commGuideList02E": "Undvik utförliga diskussioner om splittrande ämnen utanför Bakfickan. Om du tycker att någon har sagt något otrevligt eller sårande, gå inte in i strid med dem. En enkel, artig kommentar som \"Det där skämtet får mig att känna mig obekväm\" är ok, men att vara grov eller otrevlig som svar på grova eller otrevliga kommentarer ökar spänningarna och gör att Habitica blir mer negativt laddat. Vänlighet och artighet hjälper andra att förstå hur du tänker.", + "commGuideList02F": "Följ omedelbart Moderatorns uppmaning att avsluta en diskussion eller flytta den till Bakfickan. Sista ordet, avslutande inlägg och avgörande pikar får levereras (hövligt) vid ditt \"bord\" i Bakfickan, om det tillåts.", "commGuideList02G": "Ta dig tid att reflektera istället för att svara i affekt om någon säger att något du sagt eller gjort har fått dem att känna sig obekväma. Det ligger en stor styrka i att ha förmåga att ärligt be någon om ursäkt. Om du anser att personens svar var olämpligt, kontakta Moderatorn snarare än att berätta om detta i allmänna forum.", - "commGuideList02H": "Splittrande/hätska konversationer bör rapporteras till en Moderator. Om du anser att en konversation har blivit överhettad, överdrivet känslosam eller sårande, sluta att delta. Eposta istället till leslie@habitrpg.com och informera oss om det. Det är vårt jobb att se till att du är trygg.", + "commGuideList02H": "Splittrande/hätska konversationer bör rapporteras till en Moderator. Om du anser att en konversation har blivit överhettad, överdrivet känslosam eller sårande, sluta att delta. Eposta istället till leslie@habitica och informera oss om det. Det är vårt jobb att se till att du är trygg.", "commGuideList02I": "Gör inte massutskick - spamma inte. Massutskick (spam) kan vara (men behöver inte bara vara) att posta samma kommentar eller fråga på olika ställen, att posta länkar utan förklaring eller sammanhang, att posta meningslösa meddelanden eller att posta många meddelanden i följd. Att vid upprepade tillfällen be om juveler eller en prenumeration kan också räknas som massutskick.", "commGuidePara019": "På privata platser har användare större frihet att diskutera valfria ämnen, men får ändå inte bryta mot användarvillkoren. Detta innefattar postande av diskriminerande, våldsamt eller hotfullt material.", "commGuidePara020": "Privata meddelanden (PM) har några extra riktlinjer. Om någon har blockerat dig, kontakta dem inte någon annanstans för att be dem ta bort blockeringen. Vidare bör du inte skicka PM till någon för att be om hjälp (eftersom allmänna svar på supportfrågor är till hjälp för hela gemenskapen Slutligen, skicka inte PM till någon för att be om juveler eller en prenumeration, eftersom detta kan tolkas som massutskick.", @@ -48,11 +48,11 @@ "commGuidePara022": "Värdshuset är den bästa platsen för Habiticaner att träffas och umgås. Daniel Barägaren håller stället i toppskick, och Lemoness trollar gladeligen fram lite lemonad medan du sitter och småpratar. Kom bara ihåg...", "commGuidePara023": "Konversationer tenderar att kretsa kring vardagligt småprat och tips om effektivitets- eller livsförbättring.", "commGuidePara024": "Eftersom Värdshuschatten bara kan inrymma 200 meddelanden, är det inte en bra plats för längre konversationer i specifika ämnen, speciellt inte känsliga sådana (t.ex. politik, religion, depression, huruvida trolljakt skall förbjudas eller inte, etc). Dessa konversationer bör föras i ett lämpligt gille eller Bakfickan (mer information nedan).", - "commGuidePara027": "Diskutera inget beroendeframkallande i Värdshuset. Många använder HabitRPG för att försöka sluta med dåliga vanor. Att höra människor prata om beroendeframkallande/olagliga substanser, kan göra det mycket svårare! Respektera dina med-värdshusbesökare, och ha detta i åtanke. Detta inkluderar (bl.a., men inte enbart): rökning, alkohol, porr, spel och droganvändande/-missbruk.", + "commGuidePara027": "Diskutera inget beroendeframkallande i Värdshuset. Många använder Habitica för att försöka sluta med dåliga vanor. Att höra människor prata om beroendeframkallande/olagliga substanser, kan göra det mycket svårare! Respektera dina med-värdshusbesökare, och ha detta i åtanke. Detta inkluderar (bl.a., men inte enbart): rökning, alkohol, porr, spel och droganvändande/-missbruk.", "commGuideHeadingPublicGuilds": "Offentliga Gillen", "commGuidePara029": "Offentliga gillen är mycket lika Värdshuset, förutom att de fokuserar på ett specifikt ämne snarare än allmänna samtal Chattar i offentliga gillen bör fokusera på detta ämne. T.ex., medlemmar i Ordvrängarnas gille kan bli sura om de upptäcker att en konversation plötsligt handlar om trädgårdsskötsel istället för skrivande, och ett gille för drakälskare kanske inte är intresserade av att dechiffrera forntida runor. Vissa gillen är mer avslappnade än andra, men generellt gäller försök att hålla dig till ämnet!", "commGuidePara031": "Vissa offentliga gillen kommer att innehålla känsliga samtalsämnen så som depression, religion, politik, osv. Detta är i sin ordning så långe som innehållet i konversationerna inte bryter mot användarvillkoren eller reglerna för offentliga platser, så länge som de håller sig till samtalsämnet.", - "commGuidePara033": "Offentliga gillen får INTE innehålla barnförbjudet innehåll. Om tanken är att regelbundet diskutera känsliga ämnen, skall det framgå i gillets titel. Detta är för att hålla Habitica säkert och tryggt för alla. Om gillet ifråga har andra typer av känsliga ämnen, är det respektfullt mot alla med-Habiticaner att lägga till en varning till din kommentar (t.ex. \"Varning: handlar om självskadande\"). Därtill skall känsligt material vara relaterat till ämnet - att ta upp självskadande beteende i ett gille med fokus på att hantera depression är logiskt, men är mindre lämpligt i ett musikgille. Om du ser att någon vid upprepade tillfällen bryter mot denna förhållningsregel trots upprepade tillsägelser, vänligen maila leslie@habitrpg.com med skärmdumpar.", + "commGuidePara033": "Offentliga gillen får INTE innehålla barnförbjudet innehåll. Om tanken är att regelbundet diskutera känsliga ämnen, skall det framgå i gillets titel. Detta är för att hålla Habitica säkert och tryggt för alla. Om gillet ifråga har andra typer av känsliga ämnen, är det respektfullt mot alla med-Habiticaner att lägga till en varning till din kommentar (t.ex. \"Varning: handlar om självskadande\"). Därtill skall känsligt material vara relaterat till ämnet - att ta upp självskadande beteende i ett gille med fokus på att hantera depression är logiskt, men är mindre lämpligt i ett musikgille. Om du ser att någon vid upprepade tillfällen bryter mot denna förhållningsregel trots upprepade tillsägelser, vänligen maila leslie@habitica med skärmdumpar.", "commGuidePara035": "Inga offentliga eller privata gillen borde skapas för ändamålet att attackera grupper eller individer. Skapandet av ett sådant gille är skäl för en permanent bannlysning. Strid mot dåliga vanor, inte dina kamratliga äventyrare!", "commGuidePara037": "Alla världshusutmaningar och offentliga gilleutmaningar måste också lyda dessa regler.", "commGuideHeadingBackCorner": "Bakfickan", @@ -60,7 +60,7 @@ "commGuidePara039": "Bakfickans Gille är ett gemensamt område med fri tillgång för att diskutera känsligt material eller en enskild konversation över längre tid och är varsamt ledd. Riktlinjerna för Gemensamma utrymmen gäller fortfarande, liksom Användarvillkor. Bara för att vi bär långa mantlar och samlas i klungor i hörn, betyder det inte att vad som helst går för sig! Så, skicka hit det där glödande ljuset är du snäll!", "commGuideHeadingTrello": "Trelloanslagstavlor", "commGuidePara040": "Trello tjänar som ett öppet forum för förslag och diskussion om egenskaper på sidan. Habitica styrs av folket i form av tappra medarbetare - vi alla bygger upp sidan tillsammans. Trello är systemet som lånar ut metodiken till vår galenskap. Av hänsyn till det, gör ditt bästa för att samla alla dina tankar i en kommentar istället för att kommentera många gånger i rad på samma kort. Om du kommer på något nytt, går det bra att ändra i våra ursprungliga kommetarer. Snälla, ha medlidande för de av oss som får en avisering för varje ny kommentar. Vår inkorg kan inte klara hur mycket som helst.", - "commGuidePara041": "HabitRPG använder fem olika Trelloanslagstavlor:", + "commGuidePara041": "Habitica använder fem olika Trelloanslagstavlor:", "commGuideList03A": "Huvudanslagstavlan är stället där man kan lämna förslag och rösta på hemsidefunktioner.", "commGuideList03B": "Mobilanslagstavlan är stället där man kan lämna förslag och rösta på mobilappsfunktioner.", "commGuideList03C": "Pixelkonstanslagstavlan är stället där man diskuterar och bidrar med pixelkonst.", @@ -68,12 +68,12 @@ "commGuideList03E": "Wikianslagstavlan är stället där man förbättrar, diskuterar och föreslår nytt wikimaterial.", "commGuidePara042": "Alla har sina egna utformade riktlinjer, och reglerna för Allmänna utrymmen tillämpas. Användare bör undvika att hamna utanför någon av anslagstavlornas eller kortens ämnen. Lita på oss, anslagstavlorna blir fulla nog ändå! Längre konversationer bör förflyttas till Bakfickans gille.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG använder GitHub för att spåra buggar och bidra med kod. Det är smedjan där de outtröttliga Smederna sammanfogar alla delar! Alla regler för Allmänna utrymmen tillämpas. Var noga med att vara artig mot Smederna - de har mycket att göra för att få sidan att fungera! Hurra, Smeder!", - "commGuidePara044": "Följande användare är medlemmar i HabitRPGs repo:", + "commGuidePara043": "Habitica använder GitHub för att spåra buggar och bidra med kod. Det är smedjan där de outtröttliga Smederna sammanfogar alla delar! Alla regler för Allmänna utrymmen tillämpas. Var noga med att vara artig mot Smederna - de har mycket att göra för att få sidan att fungera! Hurra, Smeder!", + "commGuidePara044": "Följande användare är medlemmar i Habiticas repo:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "HabitRPGs wiki sammanställer informatio om sidan. Där finns också några forum liknande gillena i HabitRPG. Således tillämpas alla regler för Allmänna utrymmen.", - "commGuidePara046": "HabitRPGs Wiki kan ses som en databas för allt i HabitRPG. Den tillhandahåller information om vad som kännetecknar sidan, guider till hur man spelar, tips på hur du kan bidra till HabitRPG och tillhandahåller också utrymme för att visa upp ditt gille eller sällskap samt rösta i olika ämnen.", - "commGuidePara047": "Eftersom Wikia är värd för HabitRPGs wiki, är det Wikias användarvillkor som tillämpas, likväl som regelverket för HabitRPG och HabitRPGs wiki.", + "commGuidePara045": "Habiticas wiki sammanställer informatio om sidan. Där finns också några forum liknande gillena i Habitica. Således tillämpas alla regler för Allmänna utrymmen.", + "commGuidePara046": "Habiticas Wiki kan ses som en databas för allt i Habitica. Den tillhandahåller information om vad som kännetecknar sidan, guider till hur man spelar, tips på hur du kan bidra till Habitica och tillhandahåller också utrymme för att visa upp ditt gille eller sällskap samt rösta i olika ämnen.", + "commGuidePara047": "Eftersom Wikia är värd för Habiticas wiki, är det Wikias användarvillkor som tillämpas, likväl som regelverket för Habitica och Habiticas wiki.", "commGuidePara048": "Wikin är enbart ett samarbete mellan alla sina redaktörer, så ytterligare guidelinjer inkluderar:", "commGuideList04A": "Begäran av nya sidor eller större ändringar på Trellos wikianslagstavla", "commGuideList04B": "Vara öppen mot andra personers förslag på din ändring", @@ -82,9 +82,9 @@ "commGuideList04E": "Inte spamma eller sabotera sidor för personlig vinning", "commGuideList04F": "Läs wikins bidragssida innan större ändringar görs.", "commGuideList04G": "Opartisk ton inom wikisidor", - "commGuideList04H": "Säkerställ att wikins innehåll är relevant för hela HabitRPG och inte bara avser ett specifikt gille eller sällskap (sådan information kan flyttas till forumen).", + "commGuideList04H": "Säkerställ att wikins innehåll är relevant för hela Habitica och inte bara avser ett specifikt gille eller sällskap (sådan information kan flyttas till forumen).", "commGuidePara049": "Följande är för närvarande wiki-administratörer:", - "commGuidePara018": "Wiki-administratörer Emeritus är: ", + "commGuidePara018": "Wiki-administratörer Emeritus är:", "commGuideHeadingInfractionsEtc": "Överträdelser, påföljder och återupprättande", "commGuideHeadingInfractions": "Överträdelser", "commGuidePara050": "Habiticaner hjälper varandra på ett överväldigande sätt; är respektfulla och arbetar för att göra hela gemenskapen trevlig och vänskaplig. Ändå händer det i sällsynta fall att något en Habitican gör strider mot någon av ovanstående riktlinjer. När det händer kommer Moderatorerna att vidta vilka åtgärder de än anser nödvändiga för att hålla Habitica tryggt och bekvämt för alla.", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Måttliga Överträdelser", "commGuidePara054": "Moderate infractions do not make our community unsafe, but they do make it unpleasant. These infractions will have moderate consequences. When in conjunction with multiple infractions, the consequences may grow more severe.", "commGuidePara055": "Följande är ett par exempel på måttliga överträdelser. Detta är inte en omfattande lista.", - "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitrpg.com).", + "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitica).", "commGuideList06B": "Backseat Modding. To quickly clarify a relevant point: A friendly mention of the rules is fine. Backseat modding consists of telling, demanding, and/or strongly implying that someone must take an action that you describe to correct a mistake. You can alert someone to the fact that they have committed a transgression, but please do not demand an action-for example, saying, \"Just so you know, profanity is discouraged in the Tavern, so you may want to delete that,\" would be better than saying, \"I'm going to have to ask you to delete that post.\"", "commGuideList06C": "Repeated Violation of Public Space Guidelines", "commGuideList06D": "Upprepande av smärre överträdelser", @@ -139,8 +139,8 @@ "commGuidePara062": "The email that you receive explaining the consequences of your actions (or, in the case of minor consequences, the Mod/Staff announcement) is a good source of information. Cooperate with any restrictions which have been imposed, and endeavor to meet the requirements to have any penalties lifted.", "commGuidePara063": "If you do not understand your consequences, or the nature of your infraction, ask the Staff/Moderators for help so you can avoid committing infractions in the future.", "commGuideHeadingContributing": "Bidra till Habitica", - "commGuidePara064": "HabitRPG is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", - "commGuideList12A": "HabitRPGs bidragsgivare-emblem, plus 3 Juveler", + "commGuidePara064": "Habitica is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", + "commGuideList12A": "Habiticas bidragsgivare-emblem, plus 3 Juveler", "commGuideList12B": "Medarbetar-Rustning, plus 3 Juveler.", "commGuideList12C": "Medarbetar-Hjälm, plus 3 Juveler", "commGuideList12D": "Medarbetar-Svärd, plus 4 Juveler", @@ -154,8 +154,8 @@ "commGuideList13C": "Tiers don't \"start over\" in each field. When scaling the difficulty, we look at all your contributions, so that people who do a little bit of art, then fix a small bug, then dabble a bit in the wiki, do not proceed faster than people who are working hard at a single task. This helps keep things fair!", "commGuideList13D": "Users on probation cannot be promoted to the next tier. Mods have the right to freeze user advancement due to infractions. If this happens, the user will always be informed of the decision, and how to correct it. Tiers may also be removed as a result of infractions or probation.", "commGuideHeadingFinal": "Den sista delen", - "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitrpg.com) and she will be happy to help clarify things.", - "commGuidePara068": "Gå nu vidare, modiga äventyrare, och dräp ett par dagliga utmaningar! ", + "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitica) and she will be happy to help clarify things.", + "commGuidePara068": "Gå nu vidare, modiga äventyrare, och dräp ett par dagliga utmaningar!", "commGuideHeadingLinks": "Användbara länkar", "commGuidePara069": "De följande talangfyllda konstnärerna har bidragit till dessa illustrationer:", "commGuideLink01": "Nybörjargillet", @@ -163,7 +163,7 @@ "commGuideLink02": "Bakfickegillet", "commGuideLink02description": "ett gille för diskussion av långa eller känsliga samtalsämnen.", "commGuideLink03": "Wikin", - "commGuideLink03description": "den största samlingen av information om HabitRPG.", + "commGuideLink03description": "den största samlingen av information om Habitica.", "commGuideLink04": "Github", "commGuideLink04description": "for bug reports or helping code programs!", "commGuideLink05": "The Main Trello", diff --git a/common/locales/sv/content.json b/common/locales/sv/content.json index 912ddd96eb..fbe24eef95 100644 --- a/common/locales/sv/content.json +++ b/common/locales/sv/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Sadel", "foodSaddleNotes": "Gör direkt ett av dina husdjur till springare.", "foodNotes": "Mata det här till ett djur så kanske det växer upp till en stadig springare." -} \ No newline at end of file +} diff --git a/common/locales/sv/contrib.json b/common/locales/sv/contrib.json index 0d77280d13..4a3edc74d5 100644 --- a/common/locales/sv/contrib.json +++ b/common/locales/sv/contrib.json @@ -1,6 +1,6 @@ { "friend": "Vän", - "friendFirst": "When your first set of submissions is deployed, you will receive the HabitRPG Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", + "friendFirst": "When your first set of submissions is deployed, you will receive the Habitica Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive 3 Gems.", "friendSecond": "When your second set of submissions is deployed, the Crystal Armor will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 3 Gems.", "elite": "Elit", "eliteThird": "When your third set of submissions is deployed, the Crystal Helmet will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 3 Gems.", @@ -9,24 +9,24 @@ "championFifth": "When your fifth set of submissions is deployed, the Crystal Shield will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 4 Gems.", "championSixth": "When your sixth set of submissions is deployed, you will receive a Hydra Pet. You will also receive 4 Gems.", "legendary": "Legendarisk", - "legSeventh": "When your seventh set of submissions is deployed, you will receive 4 Gems and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of HabitRPG! Further contributions do not increase your tier, but you may continue to earn Gem bounties and titles.", + "legSeventh": "When your seventh set of submissions is deployed, you will receive 4 Gems and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of Habitica! Further contributions do not increase your tier, but you may continue to earn Gem bounties and titles.", "moderator": "Moderator", "guardian": "Beskyddare", "guardianText": "Moderatorer är noga utvalda högnivå-medarbetare, så vänligen visa dem din respekt och lyssna på deras förslag.", "staff": "Personal", "heroic": "Heroisk", - "heroicText": "Heroisk-nivån består av HabitRPG-personal och medarbetare på personalnivå. Du har denna titel om du blev utsedd till den (eller anställd!).", - "npcText": "NPCs stödde HabitRPGs Kickstarter på det högsta skiktet. Du kan hitta deras avatarer vakandes över hemsidans olika sidor.", + "heroicText": "Heroisk-nivån består av Habitica-personal och medarbetare på personalnivå. Du har denna titel om du blev utsedd till den (eller anställd!).", + "npcText": "NPCs stödde Habiticas Kickstarter på det högsta skiktet. Du kan hitta deras avatarer vakandes över hemsidans olika sidor.", "modalContribAchievement": "Medarbetar-bedrift!", - "contribModal": "<%= name %>, du fantastiska person! Du är nu en nivå <%= level %> medhjälpare för att ha hjälpt HabitRPG. Se", + "contribModal": "<%= name %>, du fantastiska person! Du är nu en nivå <%= level %> medhjälpare för att ha hjälpt Habitica. Se", "contribLink": "vilka priser du har förtjänat för din insats!", "contribName": "Medarbetare", - "contribText": "Har bidragit till HabitRPG (kod, design, pixelkonst, juridisk rådgivning, dokumentering, osv). Vill du ha detta emblem?", + "contribText": "Har bidragit till Habitica (kod, design, pixelkonst, juridisk rådgivning, dokumentering, osv). Vill du ha detta emblem?", "readMore": "Läs Mer", "kickstartName": "Kickstarter Stödjare - $<%= tier %> Nivån", "kickstartText": "Stödde Kickstarter-projektet", "helped": "Hjälpte Habit Växa", - "helpedText1": "Hjälpte HabitRPG växa genom att fylla i ", + "helpedText1": "Hjälpte Habitica växa genom att fylla i ", "helpedText2": "denna undersökning.", "hall": "Hall", "contribTitle": "Medarbetare-titel (t.ex. \"Smed\")", @@ -52,19 +52,19 @@ "tier": "Nivå", "visitHeroes": "Besök Hjältarnas Hall (medarbetare och hjälpare)", "conLearn": "Lär dig mer om belöningar för medarbetare", - "conLearnHow": "Lär dig hur du kan bidra till HabitRPG", + "conLearnHow": "Lär dig hur du kan bidra till Habitica", "removeAds": "Abonnera för att ta bort reklam", "whyAds": "Varför Reklam?", "whyAdsContent1": "Habit är ett projekt med öppen källkod som behöver all hjälp det kan få - se detta som en donation till medarbetarna. Du får också 20 Juveler från köpet, vilka du kan använda för att köpa speciella objekt.", "whyAdsContent2": "'Hallå, jag stödde Kickstartern!' - följ", "whyAdsContent3": "dessa instruktioner", - "surveysSingle": "Hjälpte HabitRPG växa genom att delta i en undersökning. Det finns inga aktiva undersökningar just nu.", - "surveysMultiple": "Hjälpte HabitRPG växa genom att delta i <%= surveys %> undersökningar. Det finns inga aktiva undersökningar just nu.", + "surveysSingle": "Hjälpte Habitica växa genom att delta i en undersökning. Det finns inga aktiva undersökningar just nu.", + "surveysMultiple": "Hjälpte Habitica växa genom att delta i <%= surveys %> undersökningar. Det finns inga aktiva undersökningar just nu.", "currentSurvey": "Nuvarande undersökning", "surveyWhen": "Detta emblem kommer delas ut till alla deltagare när undersökningarna har bearbetats, sent i Mars.", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/sv/defaulttasks.json b/common/locales/sv/defaulttasks.json index 09829273a7..e19b889dd2 100644 --- a/common/locales/sv/defaulttasks.json +++ b/common/locales/sv/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Sit-ups", "defaultDaily4Checklist3": "Armhävningar", "defaultTodoNotes": "Du kan antingen slutföra denna att-göra, redigera den, eller ta bort den.", - "defaultTodo1Text": "Gå med i HabitRPG (Bocka av mig!)", + "defaultTodo1Text": "Gå med i Habitica (Bocka av mig!)", "defaultTodo2Text": "Bestäm en vana", "defaultTodo2Checklist1": "skapa Vana", "defaultTodo2Checklist2": "gör den till enbart \"+\", enbart \"-\" eller \"+/-\" i Redigera", @@ -38,4 +38,4 @@ "defaultTag1": "morgon", "defaultTag2": "eftermiddag", "defaultTag3": "kväll" -} \ No newline at end of file +} diff --git a/common/locales/sv/front.json b/common/locales/sv/front.json index eb2ef3eaf5..50c457f47e 100644 --- a/common/locales/sv/front.json +++ b/common/locales/sv/front.json @@ -2,7 +2,7 @@ "FAQ": "Vanliga frågor", "accept1Terms": "Genom att klicka på knappen nedan godkänner jag", "accept2Terms": "och", - "alexandraQuote": "Kunde inte låta bli att prata om HabitRPG under min föreläsning i Madrid. Ett måste för alla frilansare som fortfarande behöver en chef.", + "alexandraQuote": "Kunde inte låta bli att prata om Habitica under min föreläsning i Madrid. Ett måste för alla frilansare som fortfarande behöver en chef.", "althaireQuote": "Att alltid ha igång ett uppdrag motiverar mig verkligen att göra alla mina dagliga utmaningar och att-göra. Min största motivation är att inte göra mitt sällskap besviket.", "andeeliaoQuote": "Jättebra produkt, jag började bara för några dagar sedan och är redan mer medveten och produktiv med min tid!", "autumnesquirrelQuote": "Jag har slutat skjuta upp arbete och hushållssysslor och betalar mina räkningar i tid.", @@ -11,7 +11,7 @@ "businessSample3": "Sortera och hantera inkorgen", "businessSample4": "Förbereda 1 dokement för klienten", "businessSample5": "Ringa klienter/Undvika telefonsamtal", - "businessText": "Använd HabitRPG på din arbetsplats", + "businessText": "Använd Habitica på din arbetsplats", "choreSample1": "Lägg smutsiga kläder i smutstvätten", "choreSample2": "20 minuter hushållssysslor", "choreSample3": "Diska", @@ -32,14 +32,14 @@ "companyPrivacy": "Integritet", "companyTerms": "Villkor", "companyVideos": "Videor", - "contribUse": "HabitRPGs medhjälpare använder", + "contribUse": "Habiticas medhjälpare använder", "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades... HRPG is the only thing I've used that actually helps me get things done rather than just list them.", - "dreimQuote": "When I discovered HabitRPG last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", + "dreimQuote": "When I discovered Habitica last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", "elmiQuote": "Varje morgon ser jag fram emot att stiga upp så att jag kan tjäna lite guld!", "email": "E-post", "emailNewPass": "Maila nytt lösenord", "evagantzQuote": "Det första tandläkarbesöket där tandläkaren faktiskt var exalterad över mina trandtrådsvanor. Tack HaibtRPG!", - "examplesHeading": "Spelare använder HabitRPG för att ...", + "examplesHeading": "Spelare använder Habitica för att ...", "featureAchievementByline": "Gjort någonting helt fantastiskt? Få ett märke och visa det upp!", "featureAchievementHeading": "Achievement Badges", "featureEquipByline": "Buy limited edition equipment, potions, and other virtual goodies in our Market with your task rewards!", @@ -55,7 +55,7 @@ "footerMobile": "Mobil", "footerSocial": "Socialt", "forgotPass": "Glömt lösenord", - "frabjabulousQuote": "HabitRPG is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", + "frabjabulousQuote": "Habitica is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", "free": "Spela gratis", "gamifyButton": "Gör ditt liv till ett spel idag!", "goalSample1": "Spela piano i 1 timme", @@ -71,47 +71,47 @@ "healthSample4": "Ät hälsosamt/Skräpmat", "healthSample5": "Svettas i 1 timme", "history": "Historik", - "infhQuote": "HabitRPG har verkligen hjälpt mig bli strukturerad i mitt studentliv", + "infhQuote": "Habitica har verkligen hjälpt mig bli strukturerad i mitt studentliv", "invalidEmail": "En giltig e-postadress krävs för att kunna utföra en lösenordsåterställning.", - "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. HabitRPG has cured that!", + "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. Habitica has cured that!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Before HabitRPG, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", + "kazuiQuote": "Before Habitica, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingadminlink": "adminpaket", "landingend": "Inte övertalad än?", "landingend2": "Se en mer detaljerad lista med", "landingend3": ". Letar du efter ett mer privat lösning? Ta en titt på våra", "landingend4": "som är perfekta för familjer, lärare, stödgrupper och företag.", "landingfeatureslink": "våra funktioner", - "landingp1": "Problemet med de flesta produktivitetsappar på marknaden är att de inte ger dig någon anledning att fortsätta använda dem. HabitRPG fixar detta genom att göra skapandet av goda vanor till något roligt! När den belönar dig för dina framgångar och straffar dig för dina misstag ger HabitRPG yttre motivation att utföra dina dagliga aktiviteter.", - "landingp2": "Direkt när du förstärker en positiv vana, fullbordar en daglig uppgift eller tar itu med en gammal att-göra-uppgift så belönar HabitRPG dig med erfarenhetspoäng och guld. När du får erfarenhet kan du gå upp i level, vilket bygger upp dina egenskaper och låser upp fler funktioner som klasser och husdjur. Guld kan spenderas på föremål i spelet som kan ändra din upplevelse, eller personliga belöningar du har skapat för motivation. När även den minsta framgången ger dig omedelbar belöning är det mindre troligt att du skjuter upp det du behöver göra.", + "landingp1": "Problemet med de flesta produktivitetsappar på marknaden är att de inte ger dig någon anledning att fortsätta använda dem. Habitica fixar detta genom att göra skapandet av goda vanor till något roligt! När den belönar dig för dina framgångar och straffar dig för dina misstag ger Habitica yttre motivation att utföra dina dagliga aktiviteter.", + "landingp2": "Direkt när du förstärker en positiv vana, fullbordar en daglig uppgift eller tar itu med en gammal att-göra-uppgift så belönar Habitica dig med erfarenhetspoäng och guld. När du får erfarenhet kan du gå upp i level, vilket bygger upp dina egenskaper och låser upp fler funktioner som klasser och husdjur. Guld kan spenderas på föremål i spelet som kan ändra din upplevelse, eller personliga belöningar du har skapat för motivation. När även den minsta framgången ger dig omedelbar belöning är det mindre troligt att du skjuter upp det du behöver göra.", "landingp2header": "Omedelbar tillfredställelse", - "landingp3": "När du ger efter för dåliga vanor eller misslyckas att fullborda en av dina dagliga uppgifter så förlorar du hälsa. Om din hälsa faller för långt ner dör du och förlorar en del av framstegen du har gjort. Genom att ge omedelbara konsekvenser kan HabitRPG hjälpa till att bryta dåliga vanor och uppskjutningsmönster innan de kan ge dig problem i verkligheten.", + "landingp3": "När du ger efter för dåliga vanor eller misslyckas att fullborda en av dina dagliga uppgifter så förlorar du hälsa. Om din hälsa faller för långt ner dör du och förlorar en del av framstegen du har gjort. Genom att ge omedelbara konsekvenser kan Habitica hjälpa till att bryta dåliga vanor och uppskjutningsmönster innan de kan ge dig problem i verkligheten.", "landingp3header": "Konsekvenser", - "landingp4": "Med en aktiv community ger HabitRPG den ansvarsskyldighet du behöver för att fortsätta med dina uppgifter. Med sällskapssystemet kan du samla en grupp av dina närmaste vänner att heja på dig. Gillesystemet låter dig hitta andra personer med liknande intressen eller hinder så att du kan dela dina mål och växla tips om hur man kan tackla problem. På HabitRPG betyder communityt att du har både stödet och ansvarsskyldigheten du behöver för att lyckas.", + "landingp4": "Med en aktiv community ger Habitica den ansvarsskyldighet du behöver för att fortsätta med dina uppgifter. Med sällskapssystemet kan du samla en grupp av dina närmaste vänner att heja på dig. Gillesystemet låter dig hitta andra personer med liknande intressen eller hinder så att du kan dela dina mål och växla tips om hur man kan tackla problem. På Habitica betyder communityt att du har både stödet och ansvarsskyldigheten du behöver för att lyckas.", "landingp4header": "Ansvarsskyldighet", - "leadText": "HabitRPG is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, HabitRPG can help you achieve your goals to become healthy, hard-working, and happy.", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "login": "Logga in", "loginAndReg": "Logga in / registrera", "loginFacebookAlt": "Logga in / registrera med Facebook", "logout": "Logga ut", "marketing1Header": "Förbättra dina vanor genom att spela ett spel ", - "marketing1Lead1": "HabitRPG är ett videospel som hjälper dig förbättra vanor i riktiga livet. Det gör ditt liv till ett spel genom att omvandla alla dina uppgifter (vanor, dagliga uppgifter, och andra att-göra-uppgifter) till små monster du måste besegra. Ju bättre du är på detta, desto mer framsteg gör du i spelet. Om du gör en tabbe i ditt liv, kommer din karaktär backa i spelet.", + "marketing1Lead1": "Habitica är ett videospel som hjälper dig förbättra vanor i riktiga livet. Det gör ditt liv till ett spel genom att omvandla alla dina uppgifter (vanor, dagliga uppgifter, och andra att-göra-uppgifter) till små monster du måste besegra. Ju bättre du är på detta, desto mer framsteg gör du i spelet. Om du gör en tabbe i ditt liv, kommer din karaktär backa i spelet.", "marketing1Lead2": "Skaffa tjusig utrustning. Förbättra dina vanor för att kunna bygga upp din avatar. Skryt med den tjusiga utrustning du har tjänat ihop.", "marketing1Lead2Title": "Skaffa tjusig utrustning", - "marketing1Lead3": "Finn slumpvisa priser. För vissa är det spelandet som motiverar, ett system som kallas \"slumpmässig belöning\". HabitRPG använder alla typer av förstärkning: positiv, negativ, förutsägbar och slumpmässig. ", + "marketing1Lead3": "Finn slumpvisa priser. För vissa är det spelandet som motiverar, ett system som kallas \"slumpmässig belöning\". Habitica använder alla typer av förstärkning: positiv, negativ, förutsägbar och slumpmässig. ", "marketing1Lead3Title": "Att finna slumpvisa priser", "marketing2Header": "Tävla med vänner, gå med i intressegrupper", - "marketing2Lead1": "Även om du kan spela HabitRPG själv, blir det riktigt spännande när du börjar samarbeta och tävla med andra och ni börjar ta ansvar för att redovisa för varandra. Den mest effektiva delen av alla program för självförbättring är redovisning inför andra, och vad skulle vara en bättre miljö för redovisning och tävling än ett dataspel?", + "marketing2Lead1": "Även om du kan spela Habitica själv, blir det riktigt spännande när du börjar samarbeta och tävla med andra och ni börjar ta ansvar för att redovisa för varandra. Den mest effektiva delen av alla program för självförbättring är redovisning inför andra, och vad skulle vara en bättre miljö för redovisning och tävling än ett dataspel?", "marketing2Lead2": "Bekämpa bossar. Vad vore ett rollspel utan strider? Bekämpa bossar med ditt sällskap. Bossar innebär \"värde Superansvar\" - en dag som du missar träningen, är en dag som en boss skadar er alla.", "marketing2Lead2Title": "Bossar", "marketing2Lead3": "Utmaningar gör det möjligt att tävla med vänner och främligar. Den som klarat sig bäst mot slutet av utmaningen vinner speciella priser.", "marketing3Header": "Appar", "marketing3Lead1": "The iPhone & Android apps let you take care of business on the go. We realize that logging into the website to click buttons can be a drag.", - "marketing3Lead2": "Other 3rd Party Tools tie HabitRPG into various aspects of your life. Our API provides easy integration for things like the Chrome Extension, for which you lose points when browsing unproductive websites, and gain points when on productive ones. See more here", + "marketing3Lead2": "Other 3rd Party Tools tie Habitica into various aspects of your life. Our API provides easy integration for things like the Chrome Extension, for which you lose points when browsing unproductive websites, and gain points when on productive ones. See more here", "marketing4Header": "Organisationsanvändning", "marketing4Lead1": "Education is one of the best sectors for gamification. We all know how glued to phones and games students are these days, harness that power! Pit your students against eachother in friendly competition. Reward good behavior with rare prizes. Watch their grades and behavior soar.", "marketing4Lead1Title": "Spelifiering inom utbildning", - "marketing4Lead2": "Health care costs are on the rise, and something's gotta give. Hundreds of programs are built to reduce costs and improve wellness. We believe HabitRPG can pave a substantial path towards healthy lifestyles.", + "marketing4Lead2": "Health care costs are on the rise, and something's gotta give. Hundreds of programs are built to reduce costs and improve wellness. We believe Habitica can pave a substantial path towards healthy lifestyles.", "marketing4Lead2Title": "Spelifiering inom hälsa och välmående", "marketing4Lead3-1": "Vill du göra ditt liv till ett spel?", "marketing4Lead3-2": "Intresserad av att leda en grupp inom utbildning, hälsa och mer?", @@ -126,10 +126,10 @@ "passMan": "Om du använder en lösenordsmanager (som 1Password) och har problem med att logga in, försök att skriva användarnamn och lösenord manuellt.", "password": "Lösenord", "playButton": "Spela", - "playButtonFull": "Spela HabitRPG", + "playButtonFull": "Spela Habitica", "presskit": "Presskit", "presskitDownload": "Ladda ner alla bilder:", - "presskitText": "Tack för visat intresse i HabitRPG! Följande bilder kan användas för artiklar eller videor om HabitRPG. För mer information, var god kontakta Siena Leslie på leslie@habitrpg.com.", + "presskitText": "Tack för visat intresse i Habitica! Följande bilder kan användas för artiklar eller videor om Habitica. För mer information, var god kontakta Siena Leslie på leslie@habitica.com.", "privacy": "integritetspolicy", "psst": "Psst", "punishByline": "Bryt dåliga vanor och uppskjutningscykler med omedelbara konsekvenser.", @@ -152,9 +152,9 @@ "schoolSample3": "Möt med studiecirkel", "schoolSample4": "Anteckningar för 1 kapitel", "schoolSample5": "Läs 1 kapitel", - "sixteenBitFilQuote": "Jag blir klar med mitt jobb och mina uppgifter på rekordtid tack vare HabitRPG. Jag är alltid lika ivrig att nå nästa nivå!", + "sixteenBitFilQuote": "Jag blir klar med mitt jobb och mina uppgifter på rekordtid tack vare Habitica. Jag är alltid lika ivrig att nå nästa nivå!", "skysailorQuote": "Mitt sällskap och våra uppdrag håller mig engagerad i spelet, vilket håller mig motiverad till att få saker gjorda och göra positiva förändringar i mitt liv.", - "socialTitle": "HabitRPG | Gör ditt liv till ett spel", + "socialTitle": "Habitica | Gör ditt liv till ett spel", "supermouse35Quote": "Jag tränar mer och jag har inte glömt att ta mina mediciner på en månad. Tack, Habit. :D", "sync": "Synkronisera", "tasks": "Uppgifter", @@ -172,11 +172,11 @@ "username": "Användarnamn", "watchVideos": "Se videor", "work": "Arbete", - "zelahQuote": "Med hjälp av HabitRPG kan jag övertala mig själv att gå och lägga mig i tid när jag tänker på att få poäng för en tidig kväll eller att förlora hälsa om jag stannar uppe sent!", + "zelahQuote": "Med hjälp av Habitica kan jag övertala mig själv att gå och lägga mig i tid när jag tänker på att få poäng för en tidig kväll eller att förlora hälsa om jag stannar uppe sent!", "reportAccountProblems": "Anmäl kontoproblem", "reportCommunityIssues": "Anmäl gemenskapsproblem", "generalQuestionsSite": "Allmäna frågor om sidan", "businessInquiries": "Företagsfrågor", "merchandiseInquiries": "Varufrågor", "marketingInquiries": "Reklam/Sociala media-frågor" -} \ No newline at end of file +} diff --git a/common/locales/sv/gear.json b/common/locales/sv/gear.json index 51a813bcd5..987614b6b5 100644 --- a/common/locales/sv/gear.json +++ b/common/locales/sv/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Snöflingsrock", "armorSpecialSnowflakeNotes": "A robe to keep you warm, even in a blizzard. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.", "armorSpecialBirthdayText": "Absurda partyrockar", - "armorSpecialBirthdayNotes": "Grattis på födelsedagen, HabitRPG! Bär dessa Absurda Festdräkter för att fira denna underbara dag. Ger ingen fördel.", + "armorSpecialBirthdayNotes": "Grattis på födelsedagen, Habitica! Bär dessa Absurda Festdräkter för att fira denna underbara dag. Ger ingen fördel.", "armorSpecialBirthday2015Text": "Löjliga partyrockar", - "armorSpecialBirthday2015Notes": "Grattis på födelsedagen, HabitRPG! Bär dessa Fåniga Festdräkter för att fira denna underbara dag. Ger ingen fördel.", + "armorSpecialBirthday2015Notes": "Grattis på födelsedagen, Habitica! Bär dessa Fåniga Festdräkter för att fira denna underbara dag. Ger ingen fördel.", "armorSpecialGaymerxText": "Regnbågsfärgad krigarutrustning", "armorSpecialGaymerxNotes": "In celebration of pride season and GaymerX, this special armor is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGBTQ and gaming and is open to everyone. It takes place at the InterContinental in downtown San Francisco on July 11-13! Confers no benefit.", "armorSpecialSpringRogueText": "Smidig kattdräkt", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "Inget ögonskydd skulle kunna vara stiligare än ett par glasögon - förutom, möjligtvis, en monokel. Ger inga fördelar. April 2015 prenumerationsföremål.", "eyewearMystery301405Text": "Monokel", "eyewearMystery301405Notes": "Inget ögonskydd skulle kunna vara stiligare än ett par glasögon - förutom, möjligtvis, en monokel. Ger inga fördelar. Juli 2015 prenumerationsföremål." -} \ No newline at end of file +} diff --git a/common/locales/sv/generic.json b/common/locales/sv/generic.json index d2f3879faf..cc2e42c622 100644 --- a/common/locales/sv/generic.json +++ b/common/locales/sv/generic.json @@ -1,11 +1,11 @@ { "languageName": "Svenska", "stringNotFound": "Rad '<%= string %>' kunde inte hittas.", - "titleIndex": "HabitRPG | Ditt Liv Som Ett Rollspel", + "titleIndex": "Habitica | Ditt Liv Som Ett Rollspel", "habitica": "Habitica", "expandToolbar": "Expandera Verktygsfält", "collapseToolbar": "Fäll ihop Verktygsfält", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "markdownBlurb": "Habitica uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", "showFormattingHelp": "Show formatting help", "hideFormattingHelp": "Hide formatting help", "youType": "Du skriva:", @@ -14,8 +14,8 @@ "bold": "**Fetstilt**", "strikethrough": "~~Strykning~~", "emojiExample": ":Leende:", - "markdownLinkEx": "[HabitRPG är jättebra!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Habitica är jättebra!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`kod`", @@ -61,13 +61,13 @@ "veteranText": "Har uthärdat Habit Den Grå (vår hemsida innan Angular) och har samlat på sig många krigsärr från dess buggar.", "originalUser": "Ursprunglig Användare!", "originalUserText": "En av de väldigt tidiga ursprungliga användarna. Snacka om alfa-testare!", - "habitBirthday": "HabitRPGs födelsedagsparty", - "habitBirthdayText": "Firade HabitRPGs födelsedagsparty!", + "habitBirthday": "Habiticas födelsedagsparty", + "habitBirthdayText": "Firade Habiticas födelsedagsparty!", "habitBirthdayPluralText": "Har firat <%= number %> HabitPRG födelsedagspartyn!", "achievementDilatory": "Dilatorys Befriare", "achievementDilatoryText": "Helped defeat the Dread Drag'on of Dilatory during the 2014 Summer Splash Event!", "costumeContest": "2014 Kostym Tävling", - "costumeContestText": "Participated in the 2014 Halloween Costume Contest. See some of the entries at blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Participated in the 2014 Halloween Costume Contest. See some of the entries at blog.habitica.com/tagged/cosplay!", "memberSince": "- Medlem sedan", "lastLoggedIn": "- Senast inloggad", "notPorted": "Denna funktion är inte flyttad från orginalhemsidan ännu.", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "Ställ en fråga", "reportBug": "Rapportera ett fel", - "contributeToHRPG": "Bidra till HabitRPG", + "contributeToHRPG": "Bidra till Habitica", "overview": "Översiktsvy för nya användare", "January": "Januari", "February": "Februari", @@ -107,4 +107,4 @@ "dateFormat": "Datumformat", "achievementStressbeast": "Stoïkalms Räddare", "achievementStressbeastText": "Helped defeat the Abominable Stressbeast during the 2015 Winter Wonderland Event!" -} \ No newline at end of file +} diff --git a/common/locales/sv/groups.json b/common/locales/sv/groups.json index fcf2ae9f0d..125bd41e20 100644 --- a/common/locales/sv/groups.json +++ b/common/locales/sv/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Sortera efter medlemsdatum", "sortName": "Sortera efter avatarernas namn", "sortBackgrounds": "Sortera efter bakgrund.", - "sortHabitrpgJoined": "Sort by HabitRPG date joined", + "sortHabitrpgJoined": "Sort by Habitica date joined", "sortHabitrpgLastLoggedIn": "Sortera efter sista gången användare loggade in", "ascendingSort": "Sortera stigande", "descendingSort": "Sortera fallande", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Only group leader can create challenges", "sendGift": "Skicka Gåva", "inviteFriends": "Bjud in Vänner", - "inviteAlertInfo": "Invite friends by User ID here.", + "inviteAlertInfo": "Invite friends by User ID here.", "inviteExistUser": "Invite Existing User", "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.", "byColon": "AV:", @@ -123,4 +123,4 @@ "startAParty": "Starta ett Sällskap", "addToParty": "Lägg Till Någon i Ditt Sällskap", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/sv/limited.json b/common/locales/sv/limited.json index 595836be27..fd6beb691d 100644 --- a/common/locales/sv/limited.json +++ b/common/locales/sv/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Seasonal Sorceress<%= linkEnd %>", "seasonalShopClosedText": "The Seasonal Shop is currently closed!! I don't know where the Seasonal Sorceress is now, but I bet she'll be back during the next <%= linkStart %>Grand Gala<%= linkEnd %>!", - "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "If you've used the Orb of Rebirth, you can repurchase this equipment in the Rewards Column after you unlock the Item Shop. Initially, you'll only be able to purchase the items for your current class (Warrior by default), but fear not, the other class-specific items will become available if you switch to that class.", "candycaneSet": "Polkagris (Magiker)", "skiSet": "Ski-sassin (Rogue)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/sv/messages.json b/common/locales/sv/messages.json index c059071f5b..d7657a4031 100644 --- a/common/locales/sv/messages.json +++ b/common/locales/sv/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/sv/npc.json b/common/locales/sv/npc.json index a40f1b60ad..2524ad0eae 100644 --- a/common/locales/sv/npc.json +++ b/common/locales/sv/npc.json @@ -21,9 +21,9 @@ "cool": "Påminn Mig Senare", "dismissAlert": "Avfärda Denna Varning", "donateText1": "Lägger till 20 Juveler till ditt konto. Juveler används till att köpa speciella föremål i spelet, som tröjor och hårstilar.", - "donateText2": "Stöd HabitRPG", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", - "donationDesc": "20 Juveler, Donation till HabitRPG", + "donateText2": "Stöd Habitica", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donationDesc": "20 Juveler, Donation till Habitica", "payWithCard": "Betala med Kort", "payNote": "Notera: Ibland tar PayPal länge tid att godkänna köpet. Vi rekommenderar kortbetalning.", "card": "Kort", @@ -52,10 +52,10 @@ "tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "Ditt sällskap kommer hjälpa dig att hålla dig ansvarfull. Bjud in vänner för att låsa upp en uppdragsskriftrulle.", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "Från och med Level 4 kommer ägg och kläckningsbrygder droppa slumpmässigt när du klarar av uppgifter. De syns här - använd de till att kläcka husdjur! Du kan även köpa föremål på Marknaden.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List
  • Spend your hard-earned Gold here!
  • Purchase Equipment for your avatar, or set custom Rewards.
", "tourRewardsProceed": "Det är allt!", - "welcomeToHabit": "Välkommen till HabitRPG, ett spel för att förbättra ditt liv!", + "welcomeToHabit": "Välkommen till Habitica, ett spel för att förbättra ditt liv!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now you'll customize your avatar and set up your tasks...", "imReady": "I'm Ready!" -} \ No newline at end of file +} diff --git a/common/locales/sv/pets.json b/common/locales/sv/pets.json index 64d59e333b..11c70ca700 100644 --- a/common/locales/sv/pets.json +++ b/common/locales/sv/pets.json @@ -14,7 +14,7 @@ "mantisShrimp": "Mantis Räka", "mammoth": "Ullig mammut", "orca": "Orca", - "rarePetPop1": "Tryck på den gyllene tassen för att lära dig mer om hur du kan erhålla detta sällsynta husdjur genom att bidra till HabitRPG.", + "rarePetPop1": "Tryck på den gyllene tassen för att lära dig mer om hur du kan erhålla detta sällsynta husdjur genom att bidra till Habitica.", "rarePetPop2": "Hur du får detta husdjur!", "potion": "<%= potionType %> Dryck", "egg": "<%= eggType %> Ägg", @@ -28,7 +28,7 @@ "foodText": "Mat", "food": "Mat och Sadlar", "noFood": "Du har inte någon mat eller några sadlar.", - "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", + "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", "beastMasterProgress": "Djurmästarframsteg", "beastAchievement": "Du har erhållit bedriften \"Djurmästare\" genom att ha samlat alla husdjur!", "beastMasterName": "Djurmästare", @@ -65,4 +65,4 @@ "petKeyBoth": "Släpp båda", "petKeyNeverMind": "Inte Än", "gemsEach": "juveler vardera" -} \ No newline at end of file +} diff --git a/common/locales/sv/quests.json b/common/locales/sv/quests.json index 1458401d59..d38ef1a2e6 100644 --- a/common/locales/sv/quests.json +++ b/common/locales/sv/quests.json @@ -60,4 +60,4 @@ "questWarning": "Nya spelare som går med i sällskapet innan uppdraget påbörjas får också en inbjudan. Däremot kan inga nya sällskapsmedlemmar ansluta sig till uppdraget när det väl har påbörjats.", "bossRageTitle": "Vrede", "bossRageDescription": "När denna mätare fylls kommer bossen släppa lös en specialattack." -} \ No newline at end of file +} diff --git a/common/locales/sv/questscontent.json b/common/locales/sv/questscontent.json index c129627021..1280904f05 100644 --- a/common/locales/sv/questscontent.json +++ b/common/locales/sv/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/sv/rebirth.json b/common/locales/sv/rebirth.json index 68e82bd375..76fafa2e6b 100644 --- a/common/locales/sv/rebirth.json +++ b/common/locales/sv/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Pånyttfödelse: Nytt Äventyr Tillgängligt!", - "rebirthUnlock": "Du har låst upp Pånyttfödelse! Detta speciella marknadsföremål tillåter dig att börja ett nytt spel från nivå 1 utan att förlora alla dina uppgifter, bedrifter, husdjur med mera. Använd den för att blåsa nytt liv i HabitRPG om du känner att du redan har uppnått allt, eller för att uppleva nya funktioner utifrån en ny karaktärs synvinkel!", + "rebirthUnlock": "Du har låst upp Pånyttfödelse! Detta speciella marknadsföremål tillåter dig att börja ett nytt spel från nivå 1 utan att förlora alla dina uppgifter, bedrifter, husdjur med mera. Använd den för att blåsa nytt liv i Habitica om du känner att du redan har uppnått allt, eller för att uppleva nya funktioner utifrån en ny karaktärs synvinkel!", "rebirthBegin": "Pånyttfödelse: Starta ett Nytt Äventyr", "rebirthStartOver": "Pånyttfödelse startar om din karaktär på nivå 1, som om du hade börjat ett nytt konto.", "rebirthAdvList1": "Du återvänder till full Hälsa.", @@ -22,4 +22,4 @@ "rebirthPop": "Starta en ny karaktär från Level 1 medan du behåller bedrifter, samlarobjekt och uppgifter med dess historik.", "rebirthName": "Pånyttfödelsesfär", "reborn": "Pånyttfödd, max level <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/sv/settings.json b/common/locales/sv/settings.json index edc1b9408e..85a344c920 100644 --- a/common/locales/sv/settings.json +++ b/common/locales/sv/settings.json @@ -2,7 +2,7 @@ "settings": "Inställningar", "language": "Språk", "americanEnglishGovern": "Ifall att det uppstår en oförenlighet i översättningarna kommer den amerikansk engelska versionen framstå.", - "helpWithTranslation": "Skulle du vilja hjälpa till med översättningen av HabitRPG? Toppen! Besök då detta Trello kort.", + "helpWithTranslation": "Skulle du vilja hjälpa till med översättningen av Habitica? Toppen! Besök då detta Trello kort.", "showHeaderPop": "Visa din avatar, Hälsa-/Erfarenhetsmätare, och sällskap.", "stickyHeader": "Fastklistrat sidhuvud", "stickyHeaderPop": "Fäster sidhuvudet till högst upp på skärmen. Omarkerad betyder att den skrollar bort utom synhåll.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Avancerade Inställningar i uppgifter startar som minimerade.", "startAdvCollapsedPop": "Med den här inställningen är Avancerade Inställningar dolda när du öppnar en uppgift för redigering.", "showTour": "Visa Rundtur", - "restartTour": "Starta om den introducerande rundturen från när du började med HabitRPG.", + "restartTour": "Starta om den introducerande rundturen från när du började med Habitica.", "showBailey": "Visa Bailey", "showBaileyPop": "Hämta Stadsutroparen Baily så du kan titta tillbaka på gamla nyheter.", "fixVal": "Fixa Karaktärsvärden", @@ -27,7 +27,7 @@ "resetAccount": "Återställ Konto", "resetAccPop": "Börja om, ta bort alla levlar, guld, utrustning, historik och uppgifter.", "deleteAccount": "Ta bort konto", - "deleteAccPop": "Avbryt och ta bort ditt konto på HabitRPG.", + "deleteAccPop": "Avbryt och ta bort ditt konto på Habitica.", "qrCode": "QR-kod", "dataExport": "Data-exportering", "saveData": "Här finns några alternativ till hur du kan spara din Habit-data.", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Anpassad Dagsstart", "24HrClock": "24h-Klocka", - "customDayStartInfo1": "HabitRPG defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", - "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", + "customDayStartInfo1": "Habitica defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", + "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", "misc": "Blandat", "showHeader": "Visa sidhuvud", "changePass": "Ändra lösenord", @@ -56,7 +56,7 @@ "dangerZone": "Riskområde", "resetText1": "VARNING! Detta kommer återställa många delar av ditt konto. Vi rekommenderar det inte, men somliga anser det praktiskt i början efter att ha provat spelet en kort stund.", "resetText2": "You will lose all your levels, gold, and experience points. All your tasks will be deleted permanently and you will lose all of your task's historical data. You will lose all your equipment but you will be able to buy it all back, including all limited edition equipment or subscriber Mystery items that you already own (you will need to be in the correct class to re-buy class-specific gear). You will keep your current class and your pets and mounts. You might prefer to use an Orb of Rebirth instead, which is a much safer option and which will preserve your tasks.", - "deleteText": "Are you sure? This will delete your account forever, and it can never be restored! You will need to register a new account to use HabitRPG again. Banked or spent Gems will not be refunded. If you're absolutely certain, type <%= deleteWord %> into the text box below.", + "deleteText": "Are you sure? This will delete your account forever, and it can never be restored! You will need to register a new account to use Habitica again. Banked or spent Gems will not be refunded. If you're absolutely certain, type <%= deleteWord %> into the text box below.", "API": "API", "APIText": "Kopiera dessa för användning i tredjepartsapplikationer. Du bör behandla ditt API-token som ett lösenord och inte dela med dig av det publikt. Du kan få frågan att ange ditt User ID, men lägg inte ut ditt API-token där andra kan se det, inklusive på Github.", "APIToken": "API Token (detta är ett lösenord - se varningen ovanför)", @@ -79,13 +79,13 @@ "data": "Data", "exportData": "Exportera data", "emailChange1": "För att ändra din e-postadress, skicka ett e-postmeddelande till", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "inklusive både din gamla och din nya e-postadress, samt ditt User ID.", "username": "Inloggningsnamn", "usernameOrEmail": "Login Name or Email", "email": "E-postadress", "registeredWithFb": "Registrerad via Facebook", - "loginNameDescription1": "Detta är vad du använder för att logga in med till HabitRPG. Gå till", + "loginNameDescription1": "Detta är vad du använder för att logga in med till Habitica. Gå till", "loginNameDescription2": "Användare->Profil", "loginNameDescription3": "för att byta namnet som visas tillsammans med din avatar och i chat-meddelanden.", "emailNotifications": "E-postnotiser", @@ -101,12 +101,12 @@ "questStarted": "Ditt uppdrag har startat", "invitedQuest": "Inbjuden till uppdrag", "kickedGroup": "Avfärdad från grupp", - "remindersToLogin": "Påminnelser att titta in i HabitRPG", + "remindersToLogin": "Påminnelser att titta in i Habitica", "unsubscribedSuccessfully": "Avprenumerationen lyckades!", - "unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from the settings (requires login).", - "unsubscribedTextOthers": "Du kommer inte få fler e-post från HabitRPG.", + "unsubscribedTextUsers": "You have successfully unsubscribed from all Habitica emails. You can enable only the emails you want to receive from the settings (requires login).", + "unsubscribedTextOthers": "Du kommer inte få fler e-post från Habitica.", "unsubscribeAllEmails": "Kryssa i för avregistrera från emails", - "unsubscribeAllEmailsText": "Genom att kryssa i den ruta bekräftar jag att genom att avluta alla e-postpresnumerationer, kommer HabitRPG inte kunna meddela mig om viktiga förändringar av webbplatsen eller mitt konto.", + "unsubscribeAllEmailsText": "Genom att kryssa i den ruta bekräftar jag att genom att avluta alla e-postpresnumerationer, kommer Habitica inte kunna meddela mig om viktiga förändringar av webbplatsen eller mitt konto.", "correctlyUnsubscribedEmailType": "Avprenumerade från \"<%= emailType %>\" e-post framgångsrikt.", "subscriptionRateText": "Återkommande $<%= price %> varje <%= months %> månader", "benefits": "Fördelar", @@ -119,4 +119,4 @@ "promoCodeApplied": "Promo Code Applied! Check your inventory", "promoPlaceholder": "Enter Promotion Code", "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." -} \ No newline at end of file +} diff --git a/common/locales/sv/spells.json b/common/locales/sv/spells.json index 7e024021ff..a0d2cdaa98 100644 --- a/common/locales/sv/spells.json +++ b/common/locales/sv/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Förvandla en Vän Till ett Sjödjur", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Avbryt Effekten av Sjöform" -} \ No newline at end of file +} diff --git a/common/locales/sv/subscriber.json b/common/locales/sv/subscriber.json index c03c10829e..d78cd0e9f3 100644 --- a/common/locales/sv/subscriber.json +++ b/common/locales/sv/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD / Månad", "organization": "Organisation", "groupPlans": "Corporate Plans", - "indivPlan1": "Det är gratis för enskilda personer att spela HabitRPG. Även för mindre intressegrupper är det gratis (eller billigt).", + "indivPlan1": "Det är gratis för enskilda personer att spela Habitica. Även för mindre intressegrupper är det gratis (eller billigt).", "indivPlan2": "kan användas för att motivera deltagare i att ändra sina beteenden. Tänk skrivgrupper, konstutmaningar, med mera.", - "groupText1": "Men några gruppledare kommer vilja ha mer kontroll, avskildhet och support. Exempel på sådana grupper är familjer, häslo- och friskvårdsgrupper, personalgrupper, m.fl. Dessa planer ger privata och separata platser för HabitRPG för din grupp eller organisation, säker och oberoende från", + "groupText1": "Men några gruppledare kommer vilja ha mer kontroll, avskildhet och support. Exempel på sådana grupper är familjer, häslo- och friskvårdsgrupper, personalgrupper, m.fl. Dessa planer ger privata och separata platser för Habitica för din grupp eller organisation, säker och oberoende från", "groupText2": "Se nedan för ytterligare förmåner och kontakta oss för mer information!", "planFamily": "Familj (Kommer snart)", "planGroup": "Grupp (Kommer snart)", "dedicatedHost": "Dedikerad Server", - "dedicatedHostText": "Dedikerad Server: du får din egen databas och server underhållen av HabitRPG, alternativt installerar vi in dem i din organisations nätverk. Om du inte väljer det här alternativet väljs istället \"Delad Server\": din organisation använder samma databas som vanliga HabitRPG, men funktionerar självständigt från resten av Habitica. Dina medlemmar är skyddade från Krogen och Gillen, men fortfarande på samma server/databas.", + "dedicatedHostText": "Dedikerad Server: du får din egen databas och server underhållen av Habitica, alternativt installerar vi in dem i din organisations nätverk. Om du inte väljer det här alternativet väljs istället \"Delad Server\": din organisation använder samma databas som vanliga Habitica, men funktionerar självständigt från resten av Habitica. Dina medlemmar är skyddade från Krogen och Gillen, men fortfarande på samma server/databas.", "individualSub": "Individuellt Abonnemang", "subscribe": "Abonnera", "subscribed": "Abonnerat", @@ -33,9 +33,9 @@ "adminSub": "Administratör-abonnemang.", "morePlans": "Fler Planer
Kommer Snart", "organizationSub": "Privat Organisation", - "organizationSubText": "Medlemmar i organisaitonen deltar utanför det vanliga HabitRPG, och fokusen hålls kvar bland dina deltagare.", + "organizationSubText": "Medlemmar i organisaitonen deltar utanför det vanliga Habitica, och fokusen hålls kvar bland dina deltagare.", "hostingType": "Servertyp", - "hostingTypeText": "Delad server betyder att er organisation använder samma databas som HabitRPG även fast ni inte interagerar med Habitica. Dedikerad betyder att ni får eran egna databas och server. Ni kan välja att HabitRPG underhåller er server/databas eller att vi installerar allt på era egna servrar.", + "hostingTypeText": "Delad server betyder att er organisation använder samma databas som Habitica även fast ni inte interagerar med Habitica. Dedikerad betyder att ni får eran egna databas och server. Ni kan välja att Habitica underhåller er server/databas eller att vi installerar allt på era egna servrar.", "dedicated": "Dedikerad", "customDomain": "Egen domän", "customDomainText": "Ni kan välja att få eran egen domän för installationen.", @@ -58,7 +58,7 @@ "buySubsText": "Köp Juveler med Guld, Ingen Reklam, Stödj Utvecklarna", "sureCancelSub": "Är du säker på att du vill avbryta ditt abonnemang?", "subCanceled": "Subscription will become inactive on", - "subGemPop": "Because you subscribe to HabitRPG, you can purchase a number of Gems each month using Gold. You can see how many Gems are available to buy at the corner of the Gem icon.", + "subGemPop": "Because you subscribe to Habitica, you can purchase a number of Gems each month using Gold. You can see how many Gems are available to buy at the corner of the Gem icon.", "subGemName": "Subscriber Gems", "timeTravelers": "Tidsresenärer", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> and <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Uppdatera Kort", "subUpdateTitle": "Uppdatera", "subUpdateDescription": "Uppdatera Ditt Kort att Bli Laddat" -} \ No newline at end of file +} diff --git a/common/locales/sv/tasks.json b/common/locales/sv/tasks.json index 16e56cf632..d6cc97cac3 100644 --- a/common/locales/sv/tasks.json +++ b/common/locales/sv/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Borttagning slutförd", "lotOfToDos": "Slutförda Att-göra sparas automatiskt efter 3 dagar. Du har tillgång till dem under Inställningar > Export.", "deleteToDosExplanation": "Om du klickar på knappen nedan, kommer alla dina Att-Göra uppgifter, och arkiverade Att-Göra uppgifter att bli permanent raderade. Exportera dem först om du vill behålla datan.", - "beeminderDeleteWarning": "Beeminder-avändare: Läs först Ta bort färdiga att-göra utan att förvirra Beeminder!", + "beeminderDeleteWarning": "Beeminder-avändare: Läs först Ta bort färdiga att-göra utan att förvirra Beeminder!", "addmultiple": "Lägg till fler", "addsingle": "Lägg till en", "habits": "Vanor", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "You're Resting in the Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If you're in a quest, you won't deal damage/collect items until you check out of the Inn, but you can still be injured by a Boss if your Party mates skip their own Dailies.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Klicka För Hjälp" -} \ No newline at end of file +} diff --git a/common/locales/uk/backgrounds.json b/common/locales/uk/backgrounds.json index 203abc8129..cbd2aafccc 100644 --- a/common/locales/uk/backgrounds.json +++ b/common/locales/uk/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surf a Giant Wave!", "backgroundSunkenShipText": "Sunken Ship", "backgroundSunkenShipNotes": "Explore a Sunken Ship." -} \ No newline at end of file +} diff --git a/common/locales/uk/challenge.json b/common/locales/uk/challenge.json index 4f82dc4503..026b951fc6 100644 --- a/common/locales/uk/challenge.json +++ b/common/locales/uk/challenge.json @@ -36,7 +36,7 @@ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Щонайменше 1 самоцвіт для громадських випробувань (допомагає запобігти спаму, справді).", - "officialChallenge": "Офіційне випробування HabitRPG", + "officialChallenge": "Офіційне випробування Habitica", "by": "від", "participants": "<%= membercount %> Учаснки", "join": "Приєднатися", @@ -57,4 +57,4 @@ "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", "clone": "Clone", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/uk/character.json b/common/locales/uk/character.json index 982c68e002..49a9a94503 100644 --- a/common/locales/uk/character.json +++ b/common/locales/uk/character.json @@ -56,7 +56,7 @@ "costumeText": "Якщо зовнішній вигляд іншого спорядженням Вам подобається більше, оберіть „Надягти костюм“, аби зовні постати у костюмі, допоки бойове спорядження вдягнене під низ.", "useCostume": "Надягти костюм", "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", - "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:", "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!", "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.", @@ -77,7 +77,7 @@ "allocatePerPop": "Додати очко сприйняття", "allocateInt": "Призначено очок інтелекту:", "allocateIntPop": "Додати очко інтелекту", - "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", + "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", "stats": "Характеристики", "strength": "Сила", "strengthText": "Сила зменшує ступінь небезпеки завдань (почервоніння), збільшує приріст від випадкових \"критичних ударів\" та допомагає завдавати ушкодження монстрам-босам.", @@ -117,7 +117,7 @@ "distributePoints": "Використайте нерозподілені очки", "distributePointsPop": "Призначити всі нерозподілені очки на характеристики, відповідно до обраної схеми розподілення.", "warriorText": "Воїни частіше завдають „критичних ударів“, які приносять додаткове золото, досвід та випадіння предметів за виконане завдання. Також вони завдають значної шкоди босам. Грайте за Воїна, якщо бажаєте несподіваних трофеїв та прагнете дати на горіхи у квестах із босами!", - "mageText": "Чародії швидко вчаться, отримуючи досвід та рівні швидше, аніж інші класи. Також вигідно використовують ману на особливі здібності. Грайте чародієм, якщо Вам подобаються тактичні особливості HabitRPG, або Вас сильно мотивує отримання нових рівнів та відкривання додаткових можливостей.", + "mageText": "Чародії швидко вчаться, отримуючи досвід та рівні швидше, аніж інші класи. Також вигідно використовують ману на особливі здібності. Грайте чародієм, якщо Вам подобаються тактичні особливості Habitica, або Вас сильно мотивує отримання нових рівнів та відкривання додаткових можливостей.", "rogueText": "Шибайголови обожнюють збагачуватися, отримуючи більше Золота, ніж інші класи. Також вони експерти зі знайдення випадкових предметів. Їхня неперевершена потайливість дозволяє їм ухилитися від наслідків невиконаних щоденних завдань. Грайте Шибайголовою, якщо Вас мотивують нагороди, досягнення та жага до награбованого та значків!", "healerText": "Цілителі невразливі до ушкоджень та поширюють захист на інших. Невиконані щоденні завдання та шкідливі звички ледь турбують їх, у них є шляхи підняти своє Здоров'я після поразки. Грайте цілителем, якщо Вам подобається допомагати іншим членам гурту, або Вас надихає ідея через старанну працю обманути Смерть!", "optOut": "Не обрано", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "Заховати олюбленця, скакуна, фон", "animalSkins": "Шкіра тварин", "chooseClassHeading": "Choose your Class! Or opt out to choose later.", - "warriorWiki": "Warrior", - "mageWiki": "Mage", - "rogueWiki": "Rogue", - "healerWiki": "Healer", - "chooseClassLearn": "Learn more about classes", + "warriorWiki": "Warrior", + "mageWiki": "Mage", + "rogueWiki": "Rogue", + "healerWiki": "Healer", + "chooseClassLearn": "Learn more about classes", "str": "STR", "con": "CON", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/uk/communityguidelines.json b/common/locales/uk/communityguidelines.json index 06cf7bc932..49ec2139af 100644 --- a/common/locales/uk/communityguidelines.json +++ b/common/locales/uk/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "Ці правила стосуються усіх соціальних просторів, якими ми послуговуємось, у тому числі (але не винятково) Trello, GitHub, Transifex і Wikia (або ж wiki). Іноді траплятимуться непередбачені ситуації, як-от нове джерело конфлікту або ж злюка-некромант. У такому разі модератори можуть відреагувати цими вказівками, з метою вберегти спільноту від нової загрози. Не хвилюйтесь: якщо правила зазнають змін, вас про це повідомить Бейлі.", "commGuidePara004": "А тепер приготуйте свої пера та сувої для занотовування і почнімо!", "commGuideHeadingBeing": "Як бути Звичанцем", - "commGuidePara005": "HabitRPG є першим веб-сайтом, що присвячений удосконаленню. Як наслідок, нам пощастило привернути до себе найтеплішу, найдобрішу та надзвичайно ввічливу і надихальну громаду інтернету. Звичаньцю притаманні багато рис. Найбільш поширеними та значущими є:", + "commGuidePara005": "Habitica є першим веб-сайтом, що присвячений удосконаленню. Як наслідок, нам пощастило привернути до себе найтеплішу, найдобрішу та надзвичайно ввічливу і надихальну громаду інтернету. Звичаньцю притаманні багато рис. Найбільш поширеними та значущими є:", "commGuideList01A": "Доброчинний дух. Багато хто присвячує свій час та сили тому, щоб допомагати новим учасникам спільноти та скеровувати їхні дії. До прикладу, робота Гільдії Новачків полягає у тому, щоб відповідати на запитання. Якщо вважаєте, що можете допомогти — ласкаво просимо!", "commGuideList01B": "Дбайливість. Звичаньці ретельно працюють над поліпшенням свого життя, але також постійно допомагають розбудовувати і вдосконалювати цей сайт. Ми — відкритий проект, тож усі працюємо над тим, щоб зробити його якомога кращим.", "commGuideList01C": "Вияв підтримки. Звичаньці радіють від перемог один одного та втішають у важкі часи. Ми зичимо сили, допомагаємо та вчимося один в одного. У групах робимо це за допомогою своїх заклинань, а в чатах — за допомогою добрих та підбадьорливих слів.", @@ -25,64 +25,64 @@ "commGuidePara011b": "на GitHub/Wikia", "commGuidePara011c": "на Wikia", "commGuidePara011d": "на GitHub", - "commGuidePara012": "Якщо у вас є якісь питання щодо якогось конкретного модератора, просимо надсилати повідомлення до Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "Якщо у вас є якісь питання щодо якогось конкретного модератора, просимо надсилати повідомлення до Lemoness (leslie@habitica).", "commGuidePara013": "У такій великій спільноті, як Habitica, користувачі прибувають і відбувають, але трапляється так, що модератори мають потребу скласти свої повноваження та відпочити. Пройти шляхом Модератора Емерітуса. Вони більше не мають влади Модератора, але ми поважаємо і шануємо їх особистий внесок!", "commGuidePara014": "Поважний Модератор:", "commGuideHeadingPublicSpaces": "Громадські місця у Habitica", "commGuidePara015": "Habitica має два види соціального простору: громадський та приватний. Громадські місця це Таверна, Відкриті Гільдії, GitHub, Trello і Wiki. Приватні - це Закриті Гільдії, командний чат і Приватні повідомлення.", "commGuidePara016": "Є декілька загальних правил, які допоможуть зберегти спокій і задоволення, коли ви вивчаєте нові місця у Звичанії. Такий кмітливий мандрівник, як ви легко впорається з ними!", - "commGuidePara017": "Поважайте один одного. Будьте ввічливими, уважними, дружніми та допомагайте іншим. Пам'ятайте: Звичанійці прибули з різних місць і мають дивовижно різний досвід. Це частина того, що робить HabitRPG кльовою! Влаштування спільноти означає повагу та прийняття наших відмінностей, так само як і наших схожих рис. Ось кілька легких шляхів порозумітися з іншими:", + "commGuidePara017": "Поважайте один одного. Будьте ввічливими, уважними, дружніми та допомагайте іншим. Пам'ятайте: Звичанійці прибули з різних місць і мають дивовижно різний досвід. Це частина того, що робить Habitica кльовою! Влаштування спільноти означає повагу та прийняття наших відмінностей, так само як і наших схожих рис. Ось кілька легких шляхів порозумітися з іншими:", "commGuideList02A": "Дотримуйтесь усіх Правил та Умов.", "commGuideList02B": " Не публікуйте зображення і повідомлення агресивного, жорстокого, загрозливого або сексуального характеру, або такого, що закликає до дискримінації, фанатизму, расизму, ненависті, переслідування або завдання шкоди будь-якій особі або групі осіб . Навіть якщо це жарт. Він може містити образи та вислови. Не у всіх таке ж почуття гумору як у вас, і тому те, що ви вважаєте за жарт може образити іншого. Накидайтеся на ваші Щоденні завдання, але не один на одного.", "commGuideList02C": "Намагайтеся вести бесіду, врахувавши вік співрозмовника. У нас дуже багато юних Звичанійців, які відвідують сайт! Спробуйте не бентежити чи псувати будь-які цілі Звичанійців.", "commGuideList02D": "Уникайте лихослів'я. Це включає в себе помірні релігійні вислови, які можуть бути прийнятні в іншому місці — у нас є представники усіх релігійних і культурних традицій, і ми хочемо переконатися, що всі вони почувають себе комфортно в громадськіх місцях. Крім того, образи будуть розглядатися дуже серйозно, оскільки вони є також порушенням Правил та Умов.", - "commGuideList02E": "Уникайте тривалих обговорень на суперечливі теми за межами Чорного Кутка. Якщо ви відчуваєте, що хтось сказав щось грубе або образливе, не займайте їх. Один, ввічливий коментар, наприклад \"Цей жарт не приємний\" - це добре, але, різкізть й злість у відповідь на різкі чи недобрі зауваження лише розпалюють конфлікти сильніше і роблять HabitRPG більш негативним простором. Доброта і ввічливість допомагає іншим зрозуміти, де ви і звідки.", + "commGuideList02E": "Уникайте тривалих обговорень на суперечливі теми за межами Чорного Кутка. Якщо ви відчуваєте, що хтось сказав щось грубе або образливе, не займайте їх. Один, ввічливий коментар, наприклад \"Цей жарт не приємний\" - це добре, але, різкізть й злість у відповідь на різкі чи недобрі зауваження лише розпалюють конфлікти сильніше і роблять Habitica більш негативним простором. Доброта і ввічливість допомагає іншим зрозуміти, де ви і звідки.", "commGuideList02F": "Негайно виконуйте будь-яке прохання Модератора: припинити дискусію або перемістити її в Чорний Куток. Останні слова, прощальні знімки і переконливі аргументі повинні бути доставлені (ввічливо) до вашого \"столу\" в Чорному Кутку, якщо це дозволено.", "commGuideList02G": "Не поспішайте реагувати гнівливо, якщо хтось говорить вам, що те, що ви сказали або зробили створило некомфортну ситуацію. Існує велика сила в умінні щиро вибачитися перед кимось. Якщо ви відчуваєте, що те, як вони відреагували на вас було недоречно, зв'яжіться з Модератором замість публічної сварки.", - "commGuideList02H": "Розбіжності/спірні моменти мають бути донесені до модераторів. Якщо ви помітили, що розмова переходить у негативне русло, надто емоційне або образливе - охолоньте. Натомість, leslie@habitrpg.com повідомте нас про це. Наша справа - берегти ваш спокій.", - "commGuideList02I": "Не поширюйте спам. Спам включає в себе, але не обмежуються тільки цим: розміщення однакових за змістом коментарів чи запитів у різних місцях, розміщення посилань без пояснень або контексту, розміщення безглуздих повідомлень, або розміщення декількох однакових повідомлень поспіль. Систематичне випрошування самоцвітів чи підписки також може вважатися спамом. ", + "commGuideList02H": "Розбіжності/спірні моменти мають бути донесені до модераторів. Якщо ви помітили, що розмова переходить у негативне русло, надто емоційне або образливе - охолоньте. Натомість, leslie@habitica повідомте нас про це. Наша справа - берегти ваш спокій.", + "commGuideList02I": "Не поширюйте спам. Спам включає в себе, але не обмежуються тільки цим: розміщення однакових за змістом коментарів чи запитів у різних місцях, розміщення посилань без пояснень або контексту, розміщення безглуздих повідомлень, або розміщення декількох однакових повідомлень поспіль. Систематичне випрошування самоцвітів чи підписки також може вважатися спамом.", "commGuidePara019": "У приватному просторі, користувачі мають змогу спілкуватися більш вільно, але всеодно не повинні порушувати Правил та Умови, в тому числі забороняється відправлення дискримінуючого, жорстокого чи образливого контенту.", "commGuidePara020": "Приватні повідомлення (ПП) мають деякі додаткові рекомендації. Якщо хтось заблокував вас, не намагайтеся зв'язатися з ними в іншому місці, щоб попросити їх розблокувати вас. Крім того, не треба надсилати ПП іншим з проханням про підтримку (так як відкриті відповіді на питання стосовно підтримки корисні для спільноти). Нарешті, не надсилайте нікому ПП, випрошуючи у подарунок самоцвіти або підписку, так як це буди вважатися спамом.", "commGuidePara021": "Крім того, для деяких громадських місць в Habitica є додаткові рекомендації.", "commGuideHeadingTavern": "Таверна", "commGuidePara022": "Таверна - це головне місце, де Звичаїнці пересікаються. Бармен Даніель зберігає це місце абсолютно комфортним, а Лемонесс з радістю начарує для вас лимонаду, поки ви спілкуєтеся з іншими. Просто майте на увазі...", - "commGuidePara023": "Розмови, як правило, ведуться на повсякденні теми та обговорюються продуктивність чи вдосконалення життя. ", + "commGuidePara023": "Розмови, як правило, ведуться на повсякденні теми та обговорюються продуктивність чи вдосконалення життя.", "commGuidePara024": "Через те, що Таверна може зберегти лише 200 повідомлень, вона не найкраще місце для довгих розмов в постах, особливо на делікатні теми (напр. політика, релігія, депресія, чи повинне бути заборонено полювання на гоблінів, тощо). Ці розмови мають бути перенесені до відповідної гільдії або до Чорного Кутка (більше інформації нижче).", - "commGuidePara027": " Не обговорюйте залежності в Таверні. Багато людей використовують HabitRPG щоб спробувати позбутися своїх шкідливих звичок і їм набагато складніше це зробити, коли навколо говорять про наркотичні/заборонені речовини! Прийміть це до уваги та поважайте товаришів по Таверні. До залежностей відносяться щонайменше куріння, алкоголь, порнографія, азартні ігри і наркотики.", + "commGuidePara027": " Не обговорюйте залежності в Таверні. Багато людей використовують Habitica щоб спробувати позбутися своїх шкідливих звичок і їм набагато складніше це зробити, коли навколо говорять про наркотичні/заборонені речовини! Прийміть це до уваги та поважайте товаришів по Таверні. До залежностей відносяться щонайменше куріння, алкоголь, порнографія, азартні ігри і наркотики.", "commGuideHeadingPublicGuilds": "Відкриті Гільдії", "commGuidePara029": "Відкриті Гільдії дуже схожі на Таверну, за винятком того, що в них не загальна, а спеціалізована тематика. Чат Відкритих гільдій має бути сфокусован на їх темах. Наприклад, члени гільдії Майстрів Слова можуть бути не задоволені, якщо раптом мова зайшла про садівництво замість письменництва, і гільдія Знавців Драконів може не мати ніякого інтересу до розшифрування стародавніх рун. Деякі гільдії відносяться до цього білш спокійно ніж інші, але взагалом, намагайтеся не відходити від теми!", "commGuidePara031": " У деяких Відкритих Гільдіях обговорюються делікатні теми, такі як депресія, релігія, політика тощо. Це нормально до тих пір, поки співрозмовники не порушують Правила та Умови чи Норми Поведінки у Громадських місцях, і до тих пір, поки вони не відхиляються від основної теми.", - "commGuidePara033": "Відкриті Гільдії не повинні містити контент 18+. Якщо планується обговорення делікатних тем - це повинно бути вказано в назві Гільдії. Це для спокою та комфорту кожного в країні Habitica. Якщо в Гільдії обговорюються різні делікатні теми то треба попередити ваших співгромадян (напр. \"Обережно: не для слабких нервів\"). Крім того, такий контент повинен бути доречним - наприклад те, що нормально у Гільдії боротьби з депресією, може бути не доречним у Гільдії музикантів. Якщо ви побачили що хтось не одноразово порушує це правило, навіть після прохань припинити це, будь ласка надішліть електроний лист зі скріншотами на адресу leslie@habitrpg.com ", + "commGuidePara033": "Відкриті Гільдії не повинні містити контент 18+. Якщо планується обговорення делікатних тем - це повинно бути вказано в назві Гільдії. Це для спокою та комфорту кожного в країні Habitica. Якщо в Гільдії обговорюються різні делікатні теми то треба попередити ваших співгромадян (напр. \"Обережно: не для слабких нервів\"). Крім того, такий контент повинен бути доречним - наприклад те, що нормально у Гільдії боротьби з депресією, може бути не доречним у Гільдії музикантів. Якщо ви побачили що хтось не одноразово порушує це правило, навіть після прохань припинити це, будь ласка надішліть електроний лист зі скріншотами на адресу leslie@habitica", "commGuidePara035": "Ні Відкриті, ні Закриті Гільдії не можуть створюватись з ціллю нападу на особистість чи группу осіб. Створення такої Гільдії є підставою для миттєвого бана аккаунта. Боріться зі своїми шкідливими звичками, а не з іншими шукачами пригод!", "commGuidePara037": "На всі Випробування у Таверні та у Відкритих Гільдіях діють ті ж самі правила.", "commGuideHeadingBackCorner": "Чорний Куток", "commGuidePara038": "Іноді розмови стають надто довгими, не по темі, чи занадто делікатнимі, щоб продовжувати їх у Громадському Місці без того щоб не докучати користовачам. У такому випадку розмова буде перенесена у Гільдію Чорного Кутка. Зверніть увагу, що перенесення розмови у Чорний Куток це ні в якому разі не покарання! В загалі, багато жителів країни Habitica полюбляють тусоватися там та вести довгі розмови.", "commGuidePara039": "Гільдія Чорного Кутка це відкритий громадський простір де ви можете вільно обговорювати делікатні теми та вести довгі бесіди. Гільдія ретельно модерується. Правила та Умови з Правилами поведінки у Громадських місцях діють тут так само, як і в інших гільдіях. Тільки тому що ми носимо довгі плащі та групуємось у кутку не означає що все дозволено! А тепер, передай мені, будь ласка, цю тліючу свічку.", - "commGuideHeadingTrello": "Дошка Trello ", + "commGuideHeadingTrello": "Дошка Trello", "commGuidePara040": "Trello служить відкритим форумом для пропозицій та обговорень можливостей сайту. Habitica управляється її народом у формі спільної участі - всі ми створюємо цей сайт разом. Trello - це система, яка дозволяє нам висловити всі свої думки. Розуміючи це, намагайтеся вміщати всі свої думки в один коментар, не потрібно багато разів коментувати одну і ту ж картку. Якщо Вам в голову прийшло щось нове, не соромтеся редагувати свої старі коментарі. Будь ласка, пожалійте тих, кому надходять повідомлення про кожний новий коментар. Наші поштові скриньки дивом ще цілі.", - "commGuidePara041": "HabitRPG використовує п'ять різних Trello дошок:", + "commGuidePara041": "Habitica використовує п'ять різних Trello дошок:", "commGuideList03A": "Головна Дошка - місце для пропозицій та голосування за особливості сайта.", - "commGuideList03B": " Мобільна Дошка - місце для пропозицій та голосування за особливості мобільного додатка.", + "commGuideList03B": "Мобільна Дошка - місце для пропозицій та голосування за особливості мобільного додатка.", "commGuideList03C": "Піксель-арт Дошка - місце для обговорення та розміщення піксель-арта.", "commGuideList03D": "Квестова Дошка - місце для обговорення та пропонування квестів.", "commGuideList03E": "Wiki Дошка - місце для покращення, обговорення та запиту щодо нового вікі-контента.", "commGuidePara042": "Всі вони мають свої власні правила, але також в них діють Правила Поведінки у Громадських місцях. Користувачам слід уникати відходження від теми в будь якій з дошок. Повірте, й без цього дошки вже переповнені. Довгі розмови повинні бути перенесені до Гільдії Чорного Кутка.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG використовує GitHub для відстеження багів й для доопрацювання коду. Це свого роду кузня, де невтомні Ковалі кують новий функціонал! Тут діють всі Правила Поведінки у Громадських місцях. Будьте ввічливі з Ковалями - у них дуже багато роботи з підтримки сайту! Ура, Ковалям!", - "commGuidePara044": "Наступні користувачі є членами репозиторію HabitRPG:", + "commGuidePara043": "Habitica використовує GitHub для відстеження багів й для доопрацювання коду. Це свого роду кузня, де невтомні Ковалі кують новий функціонал! Тут діють всі Правила Поведінки у Громадських місцях. Будьте ввічливі з Ковалями - у них дуже багато роботи з підтримки сайту! Ура, Ковалям!", + "commGuidePara044": "Наступні користувачі є членами репозиторію Habitica:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "HabitRPG wiki збирає інформацію про цей сайт. Також там розміщєно декілька форумів схожих за формою на гільдій в HabitRPG. Отже, тут також діють всі Правила Поведінки у Громадських місцях.", - "commGuidePara046": "HabitRPG wiki може вважатися базою даних всього, що існує у HabitRPG. Вона надає інформацію про особливості сайту, принципи гри, поради про те, як ви можете внести свій внесок у HabitRPG, а також надає місце для рекламування вашої гільдії або гурту, та голосування за темами.", - "commGuidePara047": "Так як wiki розміщується на Wikia, правила та умови Wikia використовуються так само як правила, які встановлені HabitRPG і сайтом HabitRPG wiki ", + "commGuidePara045": "Habitica wiki збирає інформацію про цей сайт. Також там розміщєно декілька форумів схожих за формою на гільдій в Habitica. Отже, тут також діють всі Правила Поведінки у Громадських місцях.", + "commGuidePara046": "Habitica wiki може вважатися базою даних всього, що існує у Habitica. Вона надає інформацію про особливості сайту, принципи гри, поради про те, як ви можете внести свій внесок у Habitica, а також надає місце для рекламування вашої гільдії або гурту, та голосування за темами.", + "commGuidePara047": "Так як wiki розміщується на Wikia, правила та умови Wikia використовуються так само як правила, які встановлені Habitica і сайтом Habitica wiki", "commGuidePara048": "Wiki - це насамперед співпраця між усіма її редакторами, тому ось деякі додаткові правила:", "commGuideList04A": "Щоб відкрити нову сторінку або кардинально змінити стару - залиште запит на дошці Wiki Trello.", "commGuideList04B": "Будьте відкриті до пропозицій інших людей щодо вашої редактури.", "commGuideList04C": "Обговорення будь-якого спірного питання з редагування конкретної сторінки повинно проходити на спеціальній сторінці обговорень для цієї самої сторінки.", - "commGuideList04D": "Будь який невирішений конфлікт повинен бути доведен до уваги wiki-адміністраторів. ", + "commGuideList04D": "Будь який невирішений конфлікт повинен бути доведен до уваги wiki-адміністраторів.", "commGuideList04E": "Не спамити й не саботувати сторінки заради власної вигоди.", "commGuideList04F": "Перед тим, як вносити серйозні зміни, прочитайте сторінку wiki-учасника.", "commGuideList04G": "Неупереджений тон на wiki-сторінках", - "commGuideList04H": "Перевіряйте, щоб вікі-контент відносився до всього сайту HabitRPG, а не тільки до якоїсь певної гільдії або гурту (подібна інформація може бути розглянута на форумах)", + "commGuideList04H": "Перевіряйте, щоб вікі-контент відносився до всього сайту Habitica, а не тільки до якоїсь певної гільдії або гурту (подібна інформація може бути розглянута на форумах)", "commGuidePara049": "Ось діючі wiki-адміністратори:", "commGuidePara018": "Ось Почесні wiki-адміністратори", "commGuideHeadingInfractionsEtc": "Порушення, Наслідки та Відновлення", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Порушення середньої тяжкості", "commGuidePara054": "Moderate infractions do not make our community unsafe, but they do make it unpleasant. These infractions will have moderate consequences. When in conjunction with multiple infractions, the consequences may grow more severe.", "commGuidePara055": "The following are some examples of Moderate Infractions. This is not a comprehensive list.", - "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitrpg.com).", + "commGuideList06A": "Ignoring or Disrespecting a Mod. This includes publicly complaining about moderators or other users/publicly glorifying or defending banned users. If you are concerned about one of the rules or Mods, please contact Lemoness via email (leslie@habitica).", "commGuideList06B": "Backseat Modding. To quickly clarify a relevant point: A friendly mention of the rules is fine. Backseat modding consists of telling, demanding, and/or strongly implying that someone must take an action that you describe to correct a mistake. You can alert someone to the fact that they have committed a transgression, but please do not demand an action-for example, saying, \"Just so you know, profanity is discouraged in the Tavern, so you may want to delete that,\" would be better than saying, \"I'm going to have to ask you to delete that post.\"", "commGuideList06C": "Repeated Violation of Public Space Guidelines", "commGuideList06D": "Repeated Minor Infractions", @@ -139,8 +139,8 @@ "commGuidePara062": "The email that you receive explaining the consequences of your actions (or, in the case of minor consequences, the Mod/Staff announcement) is a good source of information. Cooperate with any restrictions which have been imposed, and endeavor to meet the requirements to have any penalties lifted.", "commGuidePara063": "If you do not understand your consequences, or the nature of your infraction, ask the Staff/Moderators for help so you can avoid committing infractions in the future.", "commGuideHeadingContributing": "Contributing to Habitica", - "commGuidePara064": "HabitRPG is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", - "commGuideList12A": "HabitRPG Contributor's badge, plus 3 Gems", + "commGuidePara064": "Habitica is an open-source project, which means that any Habiticans are welcome to pitch in! The ones who do will be rewarded according to the following tier of rewards:", + "commGuideList12A": "Habitica Contributor's badge, plus 3 Gems", "commGuideList12B": "Contributor Armor, plus 3 Gems.", "commGuideList12C": "Contributor Helmet, plus 3 Gems.", "commGuideList12D": "Contributor Sword, plus 4 Gems.", @@ -154,7 +154,7 @@ "commGuideList13C": "Tiers don't \"start over\" in each field. When scaling the difficulty, we look at all your contributions, so that people who do a little bit of art, then fix a small bug, then dabble a bit in the wiki, do not proceed faster than people who are working hard at a single task. This helps keep things fair!", "commGuideList13D": "Users on probation cannot be promoted to the next tier. Mods have the right to freeze user advancement due to infractions. If this happens, the user will always be informed of the decision, and how to correct it. Tiers may also be removed as a result of infractions or probation.", "commGuideHeadingFinal": "The Final Section", - "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitrpg.com) and she will be happy to help clarify things.", + "commGuidePara067": "So there you have it, brave Habitican -- the Community Guidelines! Wipe that sweat off of your brow and give yourself some XP for reading it all. If you have any questions or concerns about these Community Guidelines, please email Lemoness (leslie@habitica) and she will be happy to help clarify things.", "commGuidePara068": "Now go forth, brave adventurer, and slay some Dailies!", "commGuideHeadingLinks": "Корисні посилання", "commGuidePara069": "The following talented artists contributed to these illustrations:", @@ -163,7 +163,7 @@ "commGuideLink02": "Гільдія Чорного Кутка", "commGuideLink02description": "a guild for the discussion of long or sensitive topics.", "commGuideLink03": "The Wiki", - "commGuideLink03description": "the biggest collection of information about HabitRPG.", + "commGuideLink03description": "the biggest collection of information about Habitica.", "commGuideLink04": "GitHub", "commGuideLink04description": "for bug reports or helping code programs!", "commGuideLink05": "The Main Trello", diff --git a/common/locales/uk/content.json b/common/locales/uk/content.json index caca600828..e2d56c3a96 100644 --- a/common/locales/uk/content.json +++ b/common/locales/uk/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "Сідло", "foodSaddleNotes": "Миттєво перетворює улюбленця на скакуна.", "foodNotes": "Нагодуйте цим улюбленця, аби з нього виріс гідний скакун." -} \ No newline at end of file +} diff --git a/common/locales/uk/contrib.json b/common/locales/uk/contrib.json index 42904201cc..2361493097 100644 --- a/common/locales/uk/contrib.json +++ b/common/locales/uk/contrib.json @@ -1,6 +1,6 @@ { "friend": "Друг", - "friendFirst": "Коли перший цикл вашої роботи будет запроваджено, ви отримаєте відзнаку Співавтора HabitRPG. Ваше ім'я в чаті Таверни буде гордо вказуватиме, що ви співавтор. В якості винагороди за вашу роботу, ви також отримаєте 3 Самоцвіти.", + "friendFirst": "Коли перший цикл вашої роботи будет запроваджено, ви отримаєте відзнаку Співавтора Habitica. Ваше ім'я в чаті Таверни буде гордо вказуватиме, що ви співавтор. В якості винагороди за вашу роботу, ви також отримаєте 3 Самоцвіти.", "friendSecond": "Коли другий цикл вашої роботи буде запроваджено, Кристалічний Панцир стане доступним для придбання у магазині Винагород. В якості винагороди за вашу роботу, ви також отримаєте 3 Самоцвіти.", "elite": "Еліта", "eliteThird": "Коли третій цикл вашої роботи буде запроваджено, Кристалічний Шолом стане доступний для придбання у магазині Винагород. В якості винагороди за вашу роботу, ви також отримаєте 3 Самоцвіти.", @@ -9,24 +9,24 @@ "championFifth": "Коли п'ятий цикл вашої роботи буде запроваджено, Кристалічний Щит стане доступний для придбання у магазині Винагород. В якості винагороди за вашу роботу, ви також отримаєте 4 Самоцвіти.", "championSixth": "Коли шостий цикл вашої роботи буде запроваджено, ви отримаєте улюбленця Гідру. Також отримаєте 4 Самоцвіти.", "legendary": "Легенда", - "legSeventh": "Коли сьомий цикл вашої роботи буде запроваджено, ви отримаєте 4 Самоцвіти і станете членом поважної Гільдії Співавторів, і зможете побачити всі приховані деталі HabitRPG! Додаткові внески не збільшать ваш рівень, але ви зможете отримувати Самоцвіти і звання.", + "legSeventh": "Коли сьомий цикл вашої роботи буде запроваджено, ви отримаєте 4 Самоцвіти і станете членом поважної Гільдії Співавторів, і зможете побачити всі приховані деталі Habitica! Додаткові внески не збільшать ваш рівень, але ви зможете отримувати Самоцвіти і звання.", "moderator": "Модератор", "guardian": "Вартовий", "guardianText": "Модератори були уважно відібрані з числа тих, хто досяг максимального рівня внеску, тож, будь ласка, поважайте їх і прислухайтесь до їхніх пропозицій.", "staff": "Персонал", "heroic": "Герой", - "heroicText": "Рівень Героя мають розробники HabitRPG та найпалкіші співавтори. Якщо Ви здобули цей титул, отже Ви гідні цього (або ж Вас найняли на роботу!).", - "npcText": "НІПи найбільше підтримали HabitRPG на Kickstarter. Ви можете знайти їхні аватари на нашому сайті!", + "heroicText": "Рівень Героя мають розробники Habitica та найпалкіші співавтори. Якщо Ви здобули цей титул, отже Ви гідні цього (або ж Вас найняли на роботу!).", + "npcText": "НІПи найбільше підтримали Habitica на Kickstarter. Ви можете знайти їхні аватари на нашому сайті!", "modalContribAchievement": "Досягнення вкладника!", - "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping HabitRPG. See", + "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping Habitica. See", "contribLink": "які нагороди Ви заробили за свої старання!", "contribName": "Співавтор", - "contribText": "Причетність до HabitRPG (код, дизайн, піксельна графіка, юридична консультація, документація тощо). Бажаєте такий значок?", + "contribText": "Причетність до Habitica (код, дизайн, піксельна графіка, юридична консультація, документація тощо). Бажаєте такий значок?", "readMore": "Докладніше", "kickstartName": "Kickstarter-меценат $<%= tier %>-го ступеня", "kickstartText": "Підтримав проєкт на Kickstarter", "helped": "Зміцнив Habit-спільноту", - "helpedText1": "Сприяв зростанню HabitRPG, пройшовши", + "helpedText1": "Сприяв зростанню Habitica, пройшовши", "helpedText2": "це опитування.", "hall": "Зала", "contribTitle": "Титул вкладника (напр., \"Коваль\")", @@ -52,19 +52,19 @@ "tier": "Рівень", "visitHeroes": "Відвідати Залу Героїв (вкладники й меценати)", "conLearn": "Довідатися більше про нагороди вкладникам", - "conLearnHow": "Довідатися, як стати співавтором HabitRPG", + "conLearnHow": "Довідатися, як стати співавтором Habitica", "removeAds": "Підписатися та усунути рекламу", "whyAds": "Навіщо реклама?", "whyAdsContent1": "Habit — це відкритий проєкт, тож усяка допомога потрібна. Уважайте це оплатою праці вкладників. За купівлю Ви також отримаєте 20 самоцвітів, за які можна придбати особливі предмети.", "whyAdsContent2": "„Агов, я дав Вам гроші на Kickstarter!“ — слідуйте", "whyAdsContent3": "поданим указівкам", - "surveysSingle": "Helped HabitRPG grow by filling out a survey. There are no active surveys.", - "surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. There are no active surveys.", + "surveysSingle": "Helped Habitica grow by filling out a survey. There are no active surveys.", + "surveysMultiple": "Helped Habitica grow by filling out <%= surveys %> surveys. There are no active surveys.", "currentSurvey": "Current Survey", "surveyWhen": "The badge will be awarded to all participants when surveys have been processed, in late March.", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/uk/defaulttasks.json b/common/locales/uk/defaulttasks.json index 160a74a526..65addc43a0 100644 --- a/common/locales/uk/defaulttasks.json +++ b/common/locales/uk/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "Присідання", "defaultDaily4Checklist3": "Відтискання", "defaultTodoNotes": "Ви можете завершити це завдання, відредагувати або видалити його.", - "defaultTodo1Text": "Приєднатись до HabitRPG (Познач мене, як виконане!)", + "defaultTodo1Text": "Приєднатись до Habitica (Познач мене, як виконане!)", "defaultTodo2Text": "Set up a Habit", "defaultTodo2Checklist1": "Створити \"звичку\"", "defaultTodo2Checklist2": "make it \"+\" only, \"-\" only, or \"+/-\" under Edit", @@ -38,4 +38,4 @@ "defaultTag1": "ранок", "defaultTag2": "обід", "defaultTag3": "вечір" -} \ No newline at end of file +} diff --git a/common/locales/uk/front.json b/common/locales/uk/front.json index 7974e83f13..e69e7b313f 100644 --- a/common/locales/uk/front.json +++ b/common/locales/uk/front.json @@ -2,7 +2,7 @@ "FAQ": "ЧаПи", "accept1Terms": "Натискаючи кнопку внизу, я приймаю", "accept2Terms": "та", - "alexandraQuote": "Не вдалося не говорити про HabitRPG під час мого виступу в Мадриді. Обов'язковий інструмент для фрілансерів, яким все ще потрібен начальник.", + "alexandraQuote": "Не вдалося не говорити про Habitica під час мого виступу в Мадриді. Обов'язковий інструмент для фрілансерів, яким все ще потрібен начальник.", "althaireQuote": "Мати квест постійно - дійсно мотивує мене виконувати всі мої щоденні та звичайні завдання. Моя набільша мотвація - не дати \"впасти\" моїй групі.", "andeeliaoQuote": "Надзвичайний продукт, тільки-но почала користуватись декілька днів тому та вже більш усвідомлено та продуктивно ставлюся до свого часу!", "autumnesquirrelQuote": "Я менше прокрастиную на роботі та вдома. А також оплачую рахунки вчасно.", @@ -11,7 +11,7 @@ "businessSample3": "Відсортувати та обробити Вхідну пошту", "businessSample4": "Підготувати 1 документ для Клієнта", "businessSample5": "Подзвонити Клієнтам/Відкласти дзвінки", - "businessText": "Використовуйте HabitRPG для вашого бізнесу", + "businessText": "Використовуйте Habitica для вашого бізнесу", "choreSample1": "Покласти брудний одяг у кошик для брудної білизни", "choreSample2": "20 хвилин роботи по дому", "choreSample3": "Вимити посуд", @@ -32,14 +32,14 @@ "companyPrivacy": "Політика конфіденційности", "companyTerms": "Умови", "companyVideos": "Видива", - "contribUse": "HabitRPG contributors use", + "contribUse": "Habitica contributors use", "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades... HRPG is the only thing I've used that actually helps me get things done rather than just list them.", - "dreimQuote": "When I discovered HabitRPG last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", + "dreimQuote": "When I discovered Habitica last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", "elmiQuote": "Every morning I'm looking forward to getting up so I can earn some gold!", "email": "Email", "emailNewPass": "Надіслати новий пароль", "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks Habitrpg!", - "examplesHeading": "Players use HabitRPG to manage...", + "examplesHeading": "Players use Habitica to manage...", "featureAchievementByline": "Do something totally awesome? Get a badge and show it off!", "featureAchievementHeading": "Achievement Badges", "featureEquipByline": "Buy limited edition equipment, potions, and other virtual goodies in our Market with your task rewards!", @@ -55,7 +55,7 @@ "footerMobile": "Мобільник", "footerSocial": "Громада", "forgotPass": "Забули пароль", - "frabjabulousQuote": "HabitRPG is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", + "frabjabulousQuote": "Habitica is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", "free": "Play for free", "gamifyButton": "Gamify your life today!", "goalSample1": "Practice Piano for 1 Hour", @@ -71,47 +71,47 @@ "healthSample4": "Eat Healthy/Junk Food", "healthSample5": "Break a Sweat for 1 hr", "history": "Історія", - "infhQuote": "HabitRPG has really helped me impart structure to my life in graduate school.", + "infhQuote": "Habitica has really helped me impart structure to my life in graduate school.", "invalidEmail": "A valid email address is required in order to perform a password reset.", - "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. HabitRPG has cured that!", + "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. Habitica has cured that!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Before HabitRPG, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", + "kazuiQuote": "Before Habitica, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingadminlink": "адміністраційні набори,", "landingend": "Вам і цього замало?", "landingend2": "Перегляньте детальний перелік", "landingend3": ". Вам потрібен особистий підхід? Погляньте на", "landingend4": "особливо доречні для сімей, учителів, доброчинних груп та установ.", "landingfeatureslink": "особливостей гри.", - "landingp1": "Вадою більшости проґрам продуктивності є відсутність стимулу продовжувати користування ними. А з HabitRPG формування звичок стане, як ніколи веселим. Нагороди за успіх та покарання за лінь — ось як HabitRPG додатково мотивує Вас виконувати буденні справи.", - "landingp2": "Щоразу, як Ви заохочуєте позитивну звичку, виконуєте якесь завдання, або якусь забуту справу, HabitRPG одразу нагороджує Вас золотом і досвідом. Зі здобуттям досвіду зростають Ваші рівень та характеристики, а також відкриваються нові особливості гри. Як-от класи, улюбленці тощо. А за золото можна придбати ігрові предмети, або ж мотиваційні винагороди. Якщо навіть найменший успіх винагороджується, Вам навряд чи захочеться байдикувати. ", + "landingp1": "Вадою більшости проґрам продуктивності є відсутність стимулу продовжувати користування ними. А з Habitica формування звичок стане, як ніколи веселим. Нагороди за успіх та покарання за лінь — ось як Habitica додатково мотивує Вас виконувати буденні справи.", + "landingp2": "Щоразу, як Ви заохочуєте позитивну звичку, виконуєте якесь завдання, або якусь забуту справу, Habitica одразу нагороджує Вас золотом і досвідом. Зі здобуттям досвіду зростають Ваші рівень та характеристики, а також відкриваються нові особливості гри. Як-от класи, улюбленці тощо. А за золото можна придбати ігрові предмети, або ж мотиваційні винагороди. Якщо навіть найменший успіх винагороджується, Вам навряд чи захочеться байдикувати. ", "landingp2header": "Миттєві нагороди", - "landingp3": "Щоразу, як Ви піддаєтеся поганій звичці або провалюєте щоденне завдання, ви втрачаєте здоров'я. Якщо його стане замало, ви помрете і втратите частку здобутого поступу. Завдяки негайним наслідкам HabitRPG допомагає Вам подолати погані звички та байдикування, доки вони не стали реальними загрозами. ", + "landingp3": "Щоразу, як Ви піддаєтеся поганій звичці або провалюєте щоденне завдання, ви втрачаєте здоров'я. Якщо його стане замало, ви помрете і втратите частку здобутого поступу. Завдяки негайним наслідкам Habitica допомагає Вам подолати погані звички та байдикування, доки вони не стали реальними загрозами. ", "landingp3header": "Наслідки", - "landingp4": "Стимулювати виконання завдань допоможе відповідальність перед спільнотою HabitRPG. Система груп дозволить Вам залучити до гри друзів для Вашої підтримки. Система ґільдій дозволяє знайти людей зі схожими інтересами та проблемами, і Ви зможете ділитися порадами щодо їхнього подолання. Спільнота HabitRPG — це водночас відповідальність та підтримка, необхідні для Вашого успіху. ", + "landingp4": "Стимулювати виконання завдань допоможе відповідальність перед спільнотою Habitica. Система груп дозволить Вам залучити до гри друзів для Вашої підтримки. Система ґільдій дозволяє знайти людей зі схожими інтересами та проблемами, і Ви зможете ділитися порадами щодо їхнього подолання. Спільнота Habitica — це водночас відповідальність та підтримка, необхідні для Вашого успіху. ", "landingp4header": "Відповідальність", - "leadText": "HabitRPG is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, HabitRPG can help you achieve your goals to become healthy, hard-working, and happy.", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "login": "Увійти", "loginAndReg": "Увійти / Зареєструватися", "loginFacebookAlt": "Увійти / Зареєструватися через Facebook", "logout": "Вийти", "marketing1Header": "Поліпшуйте свої звички, граючись ", - "marketing1Lead1": "HabitRPG — це відеогра, з допомогою якої ви можете поліпшити свої звички у реальному житті. Вона „ігрофікує“ ваше життя, перетворюючи всі ваші завдання (звички, щоденні справи та обов'язки) на маленьких потвор, яких вам потрібно побороти. Чим ліпше вам це вдаватиметься, тим більше ви просуватиметеся грою. Кожна ваша помилка у реальному житті відкидатиме назад вашого персонажа у грі.", + "marketing1Lead1": "Habitica — це відеогра, з допомогою якої ви можете поліпшити свої звички у реальному житті. Вона „ігрофікує“ ваше життя, перетворюючи всі ваші завдання (звички, щоденні справи та обов'язки) на маленьких потвор, яких вам потрібно побороти. Чим ліпше вам це вдаватиметься, тим більше ви просуватиметеся грою. Кожна ваша помилка у реальному житті відкидатиме назад вашого персонажа у грі.", "marketing1Lead2": "Отримуйте файнички. Поліпшуйте свої звички, щоб сформувати свого аватара. Виставте на огляд зароблені файнички", "marketing1Lead2Title": "Отримуйте файнички", - "marketing1Lead3": "Знаходьте випадкові призи. Когось мотивує саме винагорода, система під назвою „стохастична винагорода“. HabitRPG поєднує всі стилі: позитив, негатив, передбачуваність та випадковість.", + "marketing1Lead3": "Знаходьте випадкові призи. Когось мотивує саме винагорода, система під назвою „стохастична винагорода“. Habitica поєднує всі стилі: позитив, негатив, передбачуваність та випадковість.", "marketing1Lead3Title": "Знаходьте випадкові призи", "marketing2Header": "Змагайтеся з друзями. Долучайтеся до груп за уподобаннями", - "marketing2Lead1": "Хоч ви й можете проходити HabitRPG одноосібно, та гра видасться значно цікавішою, коли ви почнете грати з кимось, змагатися та підганяти одне одного. Найбільш дієвою частиною будь-якої програми, спрямованої на самовдосконалення є громадська підзвітність, а що для може бути ліпшим для підзвітності та змагання, аніж відеогра?", + "marketing2Lead1": "Хоч ви й можете проходити Habitica одноосібно, та гра видасться значно цікавішою, коли ви почнете грати з кимось, змагатися та підганяти одне одного. Найбільш дієвою частиною будь-якої програми, спрямованої на самовдосконалення є громадська підзвітність, а що для може бути ліпшим для підзвітності та змагання, аніж відеогра?", "marketing2Lead2": "Долайте босів. Яка ж рольова гра без бійок? Долайте босів усією командою. Боси — це „суперпідзвітний режим“: один день не сходили на тренування — і бос надає підсрачників усім.", "marketing2Lead2Title": "Боси", "marketing2Lead3": "Випробування дають нагоду позмагатися з друзями та незнайомцями. Хто ліпше впорається з випробуванням, той виграє особливий приз.", "marketing3Header": "Додатки", "marketing3Lead1": "iPhone та Android додатки допоможуть вам слідкувати за справами будь-де. Ми розуміємо, що авторизація через натискання кнопок на сайті може бути некомфортним.", - "marketing3Lead2": "Інші інструменти 3-ої групи пов'язують HabitRPG з багатьма аспектами вашого життя. Наші API створюють умови для легкої інтеграції таких речей, як Додатки Chrome, через яких ви втрачаєте бали, коли завантажуєте непродуктивні сайти, так отримуєте бали на продуктивних сайтах. Дізнатися більше", + "marketing3Lead2": "Інші інструменти 3-ої групи пов'язують Habitica з багатьма аспектами вашого життя. Наші API створюють умови для легкої інтеграції таких речей, як Додатки Chrome, через яких ви втрачаєте бали, коли завантажуєте непродуктивні сайти, так отримуєте бали на продуктивних сайтах. Дізнатися більше", "marketing4Header": "Organizational Use", "marketing4Lead1": "Education is one of the best sectors for gamification. We all know how glued to phones and games students are these days, harness that power! Pit your students against eachother in friendly competition. Reward good behavior with rare prizes. Watch their grades and behavior soar.", "marketing4Lead1Title": "Впровадження ігор в освіту", - "marketing4Lead2": "Health care costs are on the rise, and something's gotta give. Hundreds of programs are built to reduce costs and improve wellness. We believe HabitRPG can pave a substantial path towards healthy lifestyles.", + "marketing4Lead2": "Health care costs are on the rise, and something's gotta give. Hundreds of programs are built to reduce costs and improve wellness. We believe Habitica can pave a substantial path towards healthy lifestyles.", "marketing4Lead2Title": "Gamification In Health and Wellness", "marketing4Lead3-1": "Хочеш перетворити своє життя у гру?", "marketing4Lead3-2": "Interested in running a group in education, wellness, and more?", @@ -126,10 +126,10 @@ "passMan": "У випадку проблеми входу при використанні менеджера паролів (на зразок 1Password), спробуйте самостійно набрати псевдо та пароль. ", "password": "Пароль", "playButton": "Грати", - "playButtonFull": "Play HabitRPG", + "playButtonFull": "Play Habitica", "presskit": "Press Kit", "presskitDownload": "Завантажуй всі зображення", - "presskitText": "Thanks for your interest in HabitRPG! The following images can be used for articles or videos about HabitRPG. For more information, please contact Siena Leslie at leslie@habitrpg.com.", + "presskitText": "Thanks for your interest in Habitica! The following images can be used for articles or videos about Habitica. For more information, please contact Siena Leslie at leslie@habitica.com.", "privacy": "Політику Конфіденційности", "psst": "Агов", "punishByline": "Break bad habits and procrastination cycles with immediate consequences.", @@ -152,9 +152,9 @@ "schoolSample3": "Meet with Study Group", "schoolSample4": "Notes for 1 Chapter", "schoolSample5": "Read 1 Chapter", - "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to HabitRPG. I'm just always so eager to reach my next level-up!", + "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to Habitica. I'm just always so eager to reach my next level-up!", "skysailorQuote": "My party and our quests keep me engaged in the game, which keeps me motivated to get things done and change my life in positive ways", - "socialTitle": "HabitRPG — Гра твого життя", + "socialTitle": "Habitica — Гра твого життя", "supermouse35Quote": "I'm exercising more and I haven't forgotten to take my meds for months! Thanks, Habit. :D", "sync": "Синхронізуватися", "tasks": "Завдання", @@ -172,11 +172,11 @@ "username": "Псевдо", "watchVideos": "Переглядай відео", "work": "Work", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "zelahQuote": "With Habitica, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", "reportAccountProblems": "Report Account Problems", "reportCommunityIssues": "Report Community Issues", "generalQuestionsSite": "General Questions about the Site", "businessInquiries": "Business Inquiries", "merchandiseInquiries": "Merchandise Inquiries", "marketingInquiries": "Marketing/Social Media Inquiries" -} \ No newline at end of file +} diff --git a/common/locales/uk/gear.json b/common/locales/uk/gear.json index 298b4c0be6..7b241bf2e8 100644 --- a/common/locales/uk/gear.json +++ b/common/locales/uk/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "Мантія „Сніжинка“", "armorSpecialSnowflakeNotes": "A robe to keep you warm, even in a blizzard. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.", "armorSpecialBirthdayText": "Файна мантія для вечірки", - "armorSpecialBirthdayNotes": "Happy Birthday, HabitRPG! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthdayNotes": "Happy Birthday, Habitica! Wear these Absurd Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialBirthday2015Text": "Silly Party Robes", - "armorSpecialBirthday2015Notes": "Happy Birthday, HabitRPG! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", + "armorSpecialBirthday2015Notes": "Happy Birthday, Habitica! Wear these Silly Party Robes to celebrate this wonderful day. Confers no benefit.", "armorSpecialGaymerxText": "Rainbow Warrior Armor", "armorSpecialGaymerxNotes": "In celebration of pride season and GaymerX, this special armor is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGBTQ and gaming and is open to everyone. It takes place at the InterContinental in downtown San Francisco on July 11-13! Confers no benefit.", "armorSpecialSpringRogueText": "Гладенький котячий костюм", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", "eyewearMystery301405Notes": "No eyewear could be fancier than a monocle - except, perhaps, for a pair of goggles. Confers no benefit. July 3015 Subscriber Item." -} \ No newline at end of file +} diff --git a/common/locales/uk/generic.json b/common/locales/uk/generic.json index dea5fbc6ed..60fc52bae4 100644 --- a/common/locales/uk/generic.json +++ b/common/locales/uk/generic.json @@ -1,11 +1,11 @@ { "languageName": "Українська", "stringNotFound": "Рядок „<%= string %>“ не знайдено.", - "titleIndex": "HabitRPG | Ваше життя — це рольова гра", + "titleIndex": "Habitica | Ваше життя — це рольова гра", "habitica": "Звичанія", "expandToolbar": "Розгорнути панель", "collapseToolbar": "Згорнути панель", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "markdownBlurb": "Habitica uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", "showFormattingHelp": "Відобразити допомогу з форматування", "hideFormattingHelp": "Сховати допомогу з форматування", "youType": "Ви друкуєте:", @@ -14,8 +14,8 @@ "bold": "**Жирний**", "strikethrough": "~~Закреслено~~", "emojiExample": ":смайлик:", - "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Habitica is great!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`код`", @@ -61,13 +61,13 @@ "veteranText": "Вистояв у Habit The Grey (нашому тестовому сайті), та заробив купу шрамів у бою з його баґами.", "originalUser": "Першопроходець!", "originalUserText": "Один з найперших гравців. Звертайтеся, щоб стати альфа-тестером!", - "habitBirthday": "HabitRPG Birthday Bash", - "habitBirthdayText": "Celebrated the HabitRPG Birthday Bash!", - "habitBirthdayPluralText": "Celebrated <%= number %> HabitRPG Birthday Bashes!", + "habitBirthday": "Habitica Birthday Bash", + "habitBirthdayText": "Celebrated the Habitica Birthday Bash!", + "habitBirthdayPluralText": "Celebrated <%= number %> Habitica Birthday Bashes!", "achievementDilatory": "Рятівник Неквапливості", "achievementDilatoryText": "Допомогав перемогти Жахливого Драк'она Неквапливості напротязі Літнього Сплеску Подій 2014!", "costumeContest": "Костюмоване змагання 2014", - "costumeContestText": "Брав участь у Хеллоуінському костюмованому змаганні 2014. Переглянути деякі роботи blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Брав участь у Хеллоуінському костюмованому змаганні 2014. Переглянути деякі роботи blog.habitica.com/tagged/cosplay!", "memberSince": "- Грає з: ", "lastLoggedIn": "- Востаннє заходив: ", "notPorted": "Ми ще не перенесли цю особливість з оригінального сайту.", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "Поставити питання", "reportBug": "Повiдомити про помилку", - "contributeToHRPG": "Внести вклад в HabitRPG", + "contributeToHRPG": "Внести вклад в Habitica", "overview": "Огляд для нових користувачiв", "January": "Січень", "February": "Лютий", @@ -107,4 +107,4 @@ "dateFormat": "Формат дати", "achievementStressbeast": "Savior of Stoïkalm", "achievementStressbeastText": "Helped defeat the Abominable Stressbeast during the 2015 Winter Wonderland Event!" -} \ No newline at end of file +} diff --git a/common/locales/uk/groups.json b/common/locales/uk/groups.json index 791030aecd..93fb68ac1b 100644 --- a/common/locales/uk/groups.json +++ b/common/locales/uk/groups.json @@ -70,7 +70,7 @@ "sortJoined": "Упорядкувати за датою приєднання до гурту", "sortName": "Упорядкувати за ім'ям аватара", "sortBackgrounds": "Упорядкувати за фоном", - "sortHabitrpgJoined": "Sort by HabitRPG date joined", + "sortHabitrpgJoined": "Sort by Habitica date joined", "sortHabitrpgLastLoggedIn": "Sort by last time user logged in", "ascendingSort": "Sort Ascending", "descendingSort": "Sort Descending", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Only group leader can create challenges", "sendGift": "Send Gift", "inviteFriends": "Invite Friends", - "inviteAlertInfo": "Invite friends by User ID here.", + "inviteAlertInfo": "Invite friends by User ID here.", "inviteExistUser": "Invite Existing User", "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.", "byColon": "By:", @@ -123,4 +123,4 @@ "startAParty": "Start a Party", "addToParty": "Add someone to your party", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/uk/limited.json b/common/locales/uk/limited.json index a775703822..33ffccb18f 100644 --- a/common/locales/uk/limited.json +++ b/common/locales/uk/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Seasonal Sorceress<%= linkEnd %>", "seasonalShopClosedText": "The Seasonal Shop is currently closed!! I don't know where the Seasonal Sorceress is now, but I bet she'll be back during the next <%= linkStart %>Grand Gala<%= linkEnd %>!", - "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "If you've used the Orb of Rebirth, you can repurchase this equipment in the Rewards Column after you unlock the Item Shop. Initially, you'll only be able to purchase the items for your current class (Warrior by default), but fear not, the other class-specific items will become available if you switch to that class.", "candycaneSet": "Candy Cane (Mage)", "skiSet": "Ski-sassin (Rogue)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/uk/messages.json b/common/locales/uk/messages.json index a476721ba8..2d99a39b9e 100644 --- a/common/locales/uk/messages.json +++ b/common/locales/uk/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/uk/npc.json b/common/locales/uk/npc.json index 2ef5ed6685..569a180d03 100644 --- a/common/locales/uk/npc.json +++ b/common/locales/uk/npc.json @@ -21,9 +21,9 @@ "cool": "Розкажіть потім", "dismissAlert": "Заховати Бейлі", "donateText1": "Додає на Ваш рахунок 20 самоцвітів. За самоцвіти можна придбати особливі ігрові предмети, як-от сорочки та зачіски. ", - "donateText2": "Допоможіть підтримати HabitRPG", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", - "donationDesc": "20 самоцвітів, пожертва для HabitRPG", + "donateText2": "Допоможіть підтримати Habitica", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donationDesc": "20 самоцвітів, пожертва для Habitica", "payWithCard": "Оплатити карткою", "payNote": "Примітка: PayPal інколи працює занадто повільно. Ми радимо платити карткою.", "card": "Картка", @@ -52,10 +52,10 @@ "tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "Your Party will help you stay accountable. Invite friends to unlock a Quest Scroll!", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market.", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List
  • Spend your hard-earned Gold here!
  • Purchase Equipment for your avatar, or set custom Rewards.
", "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "welcomeToHabit": "Welcome to Habitica, a game to improve your life!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now you'll customize your avatar and set up your tasks...", "imReady": "I'm Ready!" -} \ No newline at end of file +} diff --git a/common/locales/uk/pets.json b/common/locales/uk/pets.json index f295a72ece..501ba79c1e 100644 --- a/common/locales/uk/pets.json +++ b/common/locales/uk/pets.json @@ -14,7 +14,7 @@ "mantisShrimp": "Рак-богомол", "mammoth": "Шерстяний Мамонт", "orca": "Orca", - "rarePetPop1": "Клацніть на золоту лапку, аби довідатися, як отримати цього улюбленця, завдяки підтримуванню HabitRPG!", + "rarePetPop1": "Клацніть на золоту лапку, аби довідатися, як отримати цього улюбленця, завдяки підтримуванню Habitica!", "rarePetPop2": "Як отримати цього улюбленця!", "potion": "<%= potionType %> Зілля", "egg": "<%= eggType %> Яйце", @@ -28,7 +28,7 @@ "foodText": "food", "food": "Їжа та сідла", "noFood": "У Вас немає жодної їжі чи сідла.", - "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", + "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", "beastMasterProgress": "Прогрес Володару Звірів", "beastAchievement": "Ви здобули досягнення „Звіролов“ за збір усіх улюбленців!", "beastMasterName": "Володар Звірів", @@ -65,4 +65,4 @@ "petKeyBoth": "Release Both", "petKeyNeverMind": "Ще ні", "gemsEach": "gems each" -} \ No newline at end of file +} diff --git a/common/locales/uk/quests.json b/common/locales/uk/quests.json index 9d1db5fac0..d04661a4b6 100644 --- a/common/locales/uk/quests.json +++ b/common/locales/uk/quests.json @@ -60,4 +60,4 @@ "questWarning": "Якщо нові учасники вступають до гурту до початку квесту, вони також отримують запрошення. Коли квест розпочався, нові учасники не можуть приєднатися до нього.", "bossRageTitle": "Лють", "bossRageDescription": "When this bar fills, the boss will unleash a special attack!" -} \ No newline at end of file +} diff --git a/common/locales/uk/questscontent.json b/common/locales/uk/questscontent.json index 45c2e57270..52f43339b6 100644 --- a/common/locales/uk/questscontent.json +++ b/common/locales/uk/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/uk/rebirth.json b/common/locales/uk/rebirth.json index 430dfd4794..0012c238d0 100644 --- a/common/locales/uk/rebirth.json +++ b/common/locales/uk/rebirth.json @@ -1,6 +1,6 @@ { "rebirthNew": "Переродження: Нові пригоди чекають!", - "rebirthUnlock": "Ви відкрили переродження! Цей спеціяльний предмет дозволить Вам почати нову гру з 1 рівня, зберігши при цьому Ваші завдання, досягнення, улюбленців та інше. Використайте його, аби вдихнути нове життя у HabitRPG, якщо Ви відчуваєте, що досягли всього, або хочете пройти через нові пригоди з новими враженнями, наче початківець!", + "rebirthUnlock": "Ви відкрили переродження! Цей спеціяльний предмет дозволить Вам почати нову гру з 1 рівня, зберігши при цьому Ваші завдання, досягнення, улюбленців та інше. Використайте його, аби вдихнути нове життя у Habitica, якщо Ви відчуваєте, що досягли всього, або хочете пройти через нові пригоди з новими враженнями, наче початківець!", "rebirthBegin": "Переродження: Почніть нову пригоду!", "rebirthStartOver": "Переродження повертає Вашого персонажа до 1 рівня, наче Ви щойно його створили.", "rebirthAdvList1": "Ви повністю оздоровилися.", @@ -22,4 +22,4 @@ "rebirthPop": "Розпочніть заново з персонажем 1 рівня, зберігши досягнення, колекційні предмети та завдання з історією.", "rebirthName": "Куля переродження", "reborn": "Переродження, максимальний рівень <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/uk/settings.json b/common/locales/uk/settings.json index 47874b8c7f..3b7b316fca 100644 --- a/common/locales/uk/settings.json +++ b/common/locales/uk/settings.json @@ -2,7 +2,7 @@ "settings": "Налаштування", "language": "Мова", "americanEnglishGovern": "У разі невідповідності в перекладі, американська англійська версія є головною.", - "helpWithTranslation": "Хочете допомогти у перекладі HabitRPG? Чудово! Перейдіть до цієї картки в Trello.", + "helpWithTranslation": "Хочете допомогти у перекладі Habitica? Чудово! Перейдіть до цієї картки в Trello.", "showHeaderPop": "Показувати Ваш аватар, здоров'я/досвід і гурт.", "stickyHeader": "Закріпити заголовок", "stickyHeaderPop": "Закріплює область персонажа вгорі сторінки. Якщо вимкнути, то ця область буде прокручуватися разом зі сторінкою.", @@ -15,7 +15,7 @@ "startAdvCollapsed": "Додаткове показувати згорнутим", "startAdvCollapsedPop": "Якщо ввімкнено, секція Додаткове буде прихована, коли Ви вперше відкриваєте завдання.", "showTour": "Показати тур", - "restartTour": "Показати тур для ознайомлення, який Ви бачили, коли приєдналися до HabitRPG.", + "restartTour": "Показати тур для ознайомлення, який Ви бачили, коли приєдналися до Habitica.", "showBailey": "Показати Бейлі", "showBaileyPop": "Дозволити Звістунці Бейлі не ховатися, аби Ви переглянули новини минулого.", "fixVal": "Виправити дані персонажа", @@ -27,10 +27,10 @@ "resetAccount": "Скинути акаунт", "resetAccPop": "Почати заново, залишивши всі рівні, золото, спорядження, історію та завдання.", "deleteAccount": "Вилучити акаунт", - "deleteAccPop": "Вилучити Ваш акаунт із HabitRPG.", + "deleteAccPop": "Вилучити Ваш акаунт із Habitica.", "qrCode": "QR-код", "dataExport": "Експортування даних", - "saveData": "Існує декілька способів експортування даних із HabitRPG.", + "saveData": "Існує декілька способів експортування даних із Habitica.", "habitHistory": "Історія звичок", "exportHistory": "Експортування історії:", "csv": "(CSV)", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "Обрати початок доби", "24HrClock": "24-годинний формат", - "customDayStartInfo1": "HabitRPG defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", - "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", + "customDayStartInfo1": "Habitica defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:", + "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", "misc": "Усяке", "showHeader": "Показати заголовок", "changePass": "Змінити пароль", @@ -56,7 +56,7 @@ "dangerZone": "Небезпечна зона", "resetText1": "УВАГА! Це призведе до скидання багатьох частин вашого акаунта. Це вкрай небажано, але деякі люди вважають це корисним після гри з сайтом протягом короткого часу.", "resetText2": "Ви втратите всі рівні, золото та очки досвіду. Всі ваші завдання будуть видалені і ви втратите всі історичні дані завдань. Ви втратите увесь ваш обладунок, але матимете можливість придбати їх знову, включаючи всі обмежені тиражем обладунки або Загадкові предмети за підписку, які у вас вже є (ви повинні бути в правильному класі, щоб докуповувати Класові обладунки). Ви збережете поточний клас, улюбленців і їздових тварин. Ви можете віддати перевагу Зіллю Переродження, яке набагато безпечніший варіант і який збереже ваші завдання.", - "deleteText": "Ви впевнені? Акаунт буде повністю вилучено назавжди, і його неможливо буде відновити! Вам треба буде знову реєструватися, аби грати у HabitRPG. Накопичені й витрачені самоцвіти не буде повернено. Якщо Ви цілковито впевнені, надрукуйте <%= deleteWord %> у текстовому полі нижче.", + "deleteText": "Ви впевнені? Акаунт буде повністю вилучено назавжди, і його неможливо буде відновити! Вам треба буде знову реєструватися, аби грати у Habitica. Накопичені й витрачені самоцвіти не буде повернено. Якщо Ви цілковито впевнені, надрукуйте <%= deleteWord %> у текстовому полі нижче.", "API": "API", "APIText": "Скопіюйте це для використання в додатках сторонніх розробників. Але пам'ятайте, що API Token використовується як пароль, тож не поширюйте його публічно. Інколи вас питатимуть про ID користувача, але не публікуйте свій API Token там, де інші можуть побачити його, у тому числі на GitHub.", "APIToken": "Отримати API (це пароль - прочитайте застереження вище!)", @@ -79,13 +79,13 @@ "data": "Дані", "exportData": "Експортувати Дані", "emailChange1": "To change your email address, please send an email to", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "including both your old and new email address as well as your User ID.", "username": "Login Name", "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Зареєструватися через Facebook", - "loginNameDescription1": "This is what you use to login to HabitRPG. Go to", + "loginNameDescription1": "This is what you use to login to Habitica. Go to", "loginNameDescription2": "User->Profile", "loginNameDescription3": "to change the name that appears in your avatar and chat messages.", "emailNotifications": "Email Notifications", @@ -101,12 +101,12 @@ "questStarted": "Your Quest has Begun", "invitedQuest": "Invited to Quest", "kickedGroup": "Kicked from group", - "remindersToLogin": "Reminders to check in to HabitRPG", + "remindersToLogin": "Reminders to check in to Habitica", "unsubscribedSuccessfully": "Unsubscribed successfully!", - "unsubscribedTextUsers": "You have successfully unsubscribed from all HabitRPG emails. You can enable only the emails you want to receive from the settings (requires login).", - "unsubscribedTextOthers": "You won't receive any other email from HabitRPG.", + "unsubscribedTextUsers": "You have successfully unsubscribed from all Habitica emails. You can enable only the emails you want to receive from the settings (requires login).", + "unsubscribedTextOthers": "You won't receive any other email from Habitica.", "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.", + "unsubscribeAllEmailsText": "By checking this box, I certify that I understand that by unsubscribing from all emails, Habitica will never be able to notify me via email about important changes to the site or my account.", "correctlyUnsubscribedEmailType": "Correctly unsubscribed from \"<%= emailType %>\" emails.", "subscriptionRateText": "Recurring $<%= price %> every <%= months %> months", "benefits": "Benefits", @@ -119,4 +119,4 @@ "promoCodeApplied": "Promo Code Applied! Check your inventory", "promoPlaceholder": "Enter Promotion Code", "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." -} \ No newline at end of file +} diff --git a/common/locales/uk/spells.json b/common/locales/uk/spells.json index aba66c3c4a..4da73aa4ec 100644 --- a/common/locales/uk/spells.json +++ b/common/locales/uk/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Cancel the effects of Seafoam." -} \ No newline at end of file +} diff --git a/common/locales/uk/subscriber.json b/common/locales/uk/subscriber.json index ae220254c7..a978129b38 100644 --- a/common/locales/uk/subscriber.json +++ b/common/locales/uk/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "щомісяця", "organization": "Орґанізація", "groupPlans": "Спільні Плани", - "indivPlan1": "Для індивідуальних користувачів HabitRPG безкоштовна. Навіть для маленьких груп безкоштовна (чи недорога)", + "indivPlan1": "Для індивідуальних користувачів Habitica безкоштовна. Навіть для маленьких груп безкоштовна (чи недорога)", "indivPlan2": "та може мотивувати учасників для самовдосконалення, наприклад літературні кола, мистецькі конкурси та інше.", - "groupText1": "У той же час деякі керівники груп вимагають більше контролю, конфіденційности, безпеки й підтримки. Прикладами таких груп є сім'ї, трудові колективи тощо. Такі тарифи дозволяють мати для Вашої групи приватні образи HabitRPG, захищені та незалежні від", + "groupText1": "У той же час деякі керівники груп вимагають більше контролю, конфіденційности, безпеки й підтримки. Прикладами таких груп є сім'ї, трудові колективи тощо. Такі тарифи дозволяють мати для Вашої групи приватні образи Habitica, захищені та незалежні від", "groupText2": "Перегляньте додаткові переваги нижче, та звертайтеся до нас для отримання інформації!", "planFamily": "Сім'я (невзабарі)", "planGroup": "Група (незабаром)", "dedicatedHost": "Виділений гостинґ", - "dedicatedHostText": "Виділений гостинґ: Ви отримуєте власну базу даних та сервер у HabitRPG, або на вибір ми встановимо його у Вашій орґанізації. Якщо не обрано, то використовується тариф „Віртуальний сервер“: Ви перебуваєте у тій же самій базі даних, що й HabitRPG, власне, доки Звичанія незалежна. Ваші члени будуть захищені від таверни та ґільдій, але будуть у тій самій базі даних.", + "dedicatedHostText": "Виділений гостинґ: Ви отримуєте власну базу даних та сервер у Habitica, або на вибір ми встановимо його у Вашій орґанізації. Якщо не обрано, то використовується тариф „Віртуальний сервер“: Ви перебуваєте у тій же самій базі даних, що й Habitica, власне, доки Звичанія незалежна. Ваші члени будуть захищені від таверни та ґільдій, але будуть у тій самій базі даних.", "individualSub": "Індивідуальна підписка", "subscribe": "Підписатися", "subscribed": "Підписку оформлено", @@ -33,9 +33,9 @@ "adminSub": "Підписка адміністратора", "morePlans": "Більше тарифів
невзабарі", "organizationSub": "Приватна орґанізація", - "organizationSubText": "Члени орґанізації мають якісно взаємодіяти і повз HabitRPG, аби забезпечувати потрібну концентрацію учасникам.", + "organizationSubText": "Члени орґанізації мають якісно взаємодіяти і повз Habitica, аби забезпечувати потрібну концентрацію учасникам.", "hostingType": "Тип гостинґу", - "hostingTypeText": "Віртуальний сервер означає, що Ваша орґанізація використовує ту ж саму базу даних, що й HabitRPG загалом, але не взаємодіє зі світом Звичанії. Виділений сервер означає, що у Вас окрема база даних та сервер. Ви обираєте чи гостити у HabitRPG сервер/базу, або ми проінсталюємо все необхідне на Ваше обладнання.", + "hostingTypeText": "Віртуальний сервер означає, що Ваша орґанізація використовує ту ж саму базу даних, що й Habitica загалом, але не взаємодіє зі світом Звичанії. Виділений сервер означає, що у Вас окрема база даних та сервер. Ви обираєте чи гостити у Habitica сервер/базу, або ми проінсталюємо все необхідне на Ваше обладнання.", "dedicated": "Виділений", "customDomain": "Індивідуальний домен", "customDomainText": "Ми можемо на Ваш вибір надати індивідуальне ім'я домену.", @@ -58,7 +58,7 @@ "buySubsText": "Купувати самоцвіти за золото, без реклами, підтримка розробників", "sureCancelSub": "Ви справді бажаєте скасувати Вашу підписку?", "subCanceled": "Підписка стане неактивною", - "subGemPop": "Так як ви підписані на HabitRPG, ви можете обмінювати на Самоцвіти деяку кількість Золота кожен місяць. Ви можете побачити скільки Самоцвітів доступно для купівлі в вуглу іконки Самоцвіта.", + "subGemPop": "Так як ви підписані на Habitica, ви можете обмінювати на Самоцвіти деяку кількість Золота кожен місяць. Ви можете побачити скільки Самоцвітів доступно для купівлі в вуглу іконки Самоцвіта.", "subGemName": "Самоцвіти Передплатника", "timeTravelers": "Мандрівники у Часі", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Тайлер<%= linkEnd %> та <%= linkStartVicky %>Вікі<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "Оновити картку", "subUpdateTitle": "Оновити", "subUpdateDescription": "Оновити картку, з якої будете сплачувати." -} \ No newline at end of file +} diff --git a/common/locales/uk/tasks.json b/common/locales/uk/tasks.json index 2dd658d445..26ca288610 100644 --- a/common/locales/uk/tasks.json +++ b/common/locales/uk/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "Вилучити виконані", "lotOfToDos": "Завершені Щоденні завдання автоматично архівуються через 3 дні. Ви можете отримати їх через Налаштування > Экспорт.", "deleteToDosExplanation": "Якщо натиснути на кнопку внизу, то всі з виконаних Зробити та архівних Зробити будуть остаточно вилучені. Якщо хочете зберегти запис про них, спершу експортуйте їх.", - "beeminderDeleteWarning": "Шановні учасники: Спершу прочитайте Видалення Виконаних Завдань Без Збиваючих З Пантелику Ситуацій!", + "beeminderDeleteWarning": "Шановні учасники: Спершу прочитайте Видалення Виконаних Завдань Без Збиваючих З Пантелику Ситуацій!", "addmultiple": "Додати декілька", "addsingle": "Додати одне", "habits": "Звички", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "You're Resting in the Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If you're in a quest, you won't deal damage/collect items until you check out of the Inn, but you can still be injured by a Boss if your Party mates skip their own Dailies.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Click for help" -} \ No newline at end of file +} diff --git a/common/locales/zh/backgrounds.json b/common/locales/zh/backgrounds.json index 2dd04789d2..be361285a3 100644 --- a/common/locales/zh/backgrounds.json +++ b/common/locales/zh/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "在巨浪上冲浪", "backgroundSunkenShipText": "沉船", "backgroundSunkenShipNotes": "探索海底的沉船" -} \ No newline at end of file +} diff --git a/common/locales/zh/challenge.json b/common/locales/zh/challenge.json index 683afca38b..1171012dc4 100644 --- a/common/locales/zh/challenge.json +++ b/common/locales/zh/challenge.json @@ -35,8 +35,8 @@ "prize": "战利品", "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", - "publicChallenges": " 公共挑战 需要至少1个宝石 (为了防止垃圾信息)。", - "officialChallenge": "HabitRPG 的官方挑战", + "publicChallenges": "公共挑战 需要至少1个宝石 (为了防止垃圾信息)。", + "officialChallenge": "Habitica 的官方挑战", "by": "发起自", "participants": "<%= membercount %>参与者", "join": "加入", @@ -56,5 +56,5 @@ "backToChallenges": "回到所有挑战", "prizeValue": "<%= gemcount %> <%= gemicon %> 奖励", "clone": "复制", - "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file + "challengeNotEnoughGems": "你没有足够的宝石来发布这一挑战。" +} diff --git a/common/locales/zh/character.json b/common/locales/zh/character.json index df965145cf..6eb69c1000 100644 --- a/common/locales/zh/character.json +++ b/common/locales/zh/character.json @@ -45,7 +45,7 @@ "hauntedColors": "幽灵的颜色", "winteryColors": "冷色", "equipment": "装备", - "equipmentBonus": "Equipment", + "equipmentBonus": "装备", "equipmentBonusText": "装备提供的奖励加成. 详情见物品栏中的装备.", "classBonus": "职业装备额外奖励", "classBonusText": "用跟你的职业相符的装备会比其他更有效。(在你还没有解锁或选择其他职业之前,你是个战士) 使用相符的装备能给你的属性点50%的提升。", @@ -56,7 +56,7 @@ "costumeText": "如果你更喜欢其它装备的样子,勾选\"显示服装\"的按钮,在装备战斗装备的情况下换一个造型。", "useCostume": "显示服装", "useCostumeInfo1": "点击“使用服装”来更换装备不影响你战斗装备的属性点,所以你可以在左边为你的人物最优属性点装备,右边为你的人物装备上好看的装备", - "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "你因为得到了一个职业的装备组,所以你获得了成就“终极装备”!你已经得到了以下的全套装备:", "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!", "armoireUnlocked": "你还解锁了魔法衣橱!点击魔法衣橱有机会获得随机的特殊装备!而且还有可能获得随机的经验值或者食物等等", @@ -77,7 +77,7 @@ "allocatePerPop": "增加一点感知", "allocateInt": "分配到智力的点数", "allocateIntPop": "增加一点智力", - "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", + "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.", "stats": "属性", "strength": "力量", "strengthText": "力量增加“暴击”的几率。暴击时,金币、经验值、和物品掉落的机会都会有所增长。它也能帮助你伤害boss。", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "卸除宠物、坐骑、背景", "animalSkins": "动物皮肤", "chooseClassHeading": "选择您的职业!或者可以稍后再选择", - "warriorWiki": "战士", - "mageWiki": "法师", - "rogueWiki": "盗贼", - "healerWiki": "医师", - "chooseClassLearn": "了解更多关于职业的情况", + "warriorWiki": "战士", + "mageWiki": "法师", + "rogueWiki": "盗贼", + "healerWiki": "医师", + "chooseClassLearn": "了解更多关于职业的情况", "str": "STR", "con": "CON", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/zh/communityguidelines.json b/common/locales/zh/communityguidelines.json index f02426ebbc..8885957be9 100644 --- a/common/locales/zh/communityguidelines.json +++ b/common/locales/zh/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "这些规定适用于我们使用到的所有社区空间,包括(但不限于)Trello、Github、Transifex还有Wikia(也就是我们的维基)。偶尔,会有一些意想不到的事情发生,例如一个新的冲突事端的出现或者是一个恶意捣乱的人.当这些发生的时候,管理员们可能会适当的修改这些准则以确保社区的安全。别担心,假如指导准则有所更动,Bailey 会发布公告来通知你。", "commGuidePara004": "现在准备你的羽毛笔和卷轴做好笔记,让我们开始吧!", "commGuideHeadingBeing": "作为一个Habitican", - "commGuidePara005": "HabitRPG首先是一个致力于不断改进的网站。所以,我们有幸能够凝聚了一个最温暖、友好、谦卑并且互助互利的网络社区。Habiticans有许多特征,其中最常见也最显眼的是:", + "commGuidePara005": "Habitica首先是一个致力于不断改进的网站。所以,我们有幸能够凝聚了一个最温暖、友好、谦卑并且互助互利的网络社区。Habiticans有许多特征,其中最常见也最显眼的是:", "commGuideList01A": "一颗乐于助人的心一些人将自己的时间和精力致力于指引和帮助那些新加入社区的人们。例如,新手公会,就是一个用来回答人们问题的地方。如果你觉得你能帮上忙,请勿低调!", "commGuideList01B": "一个勤奋的态度 Habiticans都在努力改善自己的生活同时,也是在不断地为这个网站添砖加瓦。这是一个开源的项目,我们每个人都可以持续地在让这个地方变得好上加好。", "commGuideList01C": "一个互相支援的行为意识 Habitican 们为他人的成功喝采,在逆境中抚慰彼此。在队伍中使用技能、在聊天室中说友善的鼓励话语,彼此支援、彼此依赖、彼此学习。", @@ -25,21 +25,21 @@ "commGuidePara011b": "在GitHub/Wikia上", "commGuidePara011c": "在Wikia上", "commGuidePara011d": "在GitHub上", - "commGuidePara012": "如果你对某个游戏管理员有意见或者建议, 请发送邮件给Lemoness (leslie@habitrpg.com).", + "commGuidePara012": "如果你对某个游戏管理员有意见或者建议, 请发送邮件给Lemoness (leslie@habitica).", "commGuidePara013": "在Habitica这样一个庞大的社区环境中,玩家来去频繁,版主们也需要适时放下自己的重任让自己休息休息。下列是名誉退休的版主们。他们不再行使版主的权利, 但是请仍然尊重他们的工作!", "commGuidePara014": "荣誉退休的版主们:", "commGuideHeadingPublicSpaces": "Habitica中的公共空间", "commGuidePara015": "Habitica有两种社交区域:公开的和私人的。公开的空间包括酒馆,公开公会,GitHub,Trello还有Wiki。私人的空间包括私人公会,队伍私聊,以及私信。", "commGuidePara016": "当参与Habitica的公共区域时,为了保证所有人的安全和愉快,有一些事项需要遵守。这些对于你这样的冒险者来说简直太容易了!", - "commGuidePara017": " 彼此尊重 成为一位彬彬有礼、善良且乐于助人的人。请记得 Habiticans 来自五湖四海,拥有各种各样的经历和背景。HabitRPG正因如此才如此多姿多彩!建立社区意味着我们要尊重与赞赏我们之间的相似与不同。以下是一些简单的尊重彼此的方式:", + "commGuidePara017": " 彼此尊重 成为一位彬彬有礼、善良且乐于助人的人。请记得 Habiticans 来自五湖四海,拥有各种各样的经历和背景。Habitica正因如此才如此多姿多彩!建立社区意味着我们要尊重与赞赏我们之间的相似与不同。以下是一些简单的尊重彼此的方式:", "commGuideList02A": "遵守所有的条款和条件。", "commGuideList02B": "不要发布任何包有暴力、恐吓,或明显/隐晦的有关性的内容;禁止发布任何提倡歧视、偏见、种族歧视的信息,或者任何恶意的、骚扰性的、或伤害某人或某队伍的文字或者图片。 这包括辱骂及类似的言语表达。这些内容即使是玩笑也不合适。不是每一个人都有同样的幽默感,所以某些您认为是玩笑的话可能对他人会造成伤害。请攻击您的每日任务, 而不是攻击别人。", "commGuideList02C": "注意!讨论对全年龄开放。 有很多年轻的Habiticans在使用这个网站。让我们注意不要影响这份纯真,不要阻碍任何Habiticans完成他们的目标。", "commGuideList02D": "避免亵渎的语言。这也包括那些别的网站可能能够接受的那些轻微的,宗教的秽语-这里的人们有着多种多样的宗教和文化背景,我们需要保证他们能在公开的区域感觉到自在。另外,侮辱别人将会受到严重的处罚,因为这种行为也同时违反了服务条款。", - "commGuideList02E": "避免在除了The Back Corner之外的地方扩大有争议性的主题的讨论。如果你觉得某人说了让你觉得粗鲁或者受伤的话的话,不要跟他/她正面冲突。一个简单的,礼貌的表达就足够了,例如\"我觉得玩笑开得有点儿过了。\"但是,如果你用粗鲁和不友善的态度来回应粗鲁和不友善言论,会使情绪更加紧张,也会让HabitRPG变成一个更消极的地方。善良和礼貌能向别人展现真实的自我。", + "commGuideList02E": "避免在除了The Back Corner之外的地方扩大有争议性的主题的讨论。如果你觉得某人说了让你觉得粗鲁或者受伤的话的话,不要跟他/她正面冲突。一个简单的,礼貌的表达就足够了,例如\"我觉得玩笑开得有点儿过了。\"但是,如果你用粗鲁和不友善的态度来回应粗鲁和不友善言论,会使情绪更加紧张,也会让Habitica变成一个更消极的地方。善良和礼貌能向别人展现真实的自我。", "commGuideList02F": "第一时间遵从管理员的要求来平息争论或者将他转移到The Back Corner。如果管理员允许的话,所有与本次讨论相关的话,都将被(礼貌地)转移到你The Back Corner的\"桌子\"上。", "commGuideList02G": "花一些时间思考,而不是立刻就怒斥对方如果有人告诉你你说的话使别人很不舒服。那么能够向别人郑重的道歉就是一种美德。如果你觉得他们的反应有不当的地方,请联系一个管理员,而不是将他们轰出公共区域。", - "commGuideList02H": "将造成争议的话题应该上报给管理员。如果你觉得对话开始激烈,甚至情绪化,会伤害别人,应当停止继续。并且,发Email给leslie@habitrpg.com来让我们知道这件事。我们保证上报者的匿名性。", + "commGuideList02H": "将造成争议的话题应该上报给管理员。如果你觉得对话开始激烈,甚至情绪化,会伤害别人,应当停止继续。并且,发Email给leslie@habitica来让我们知道这件事。我们保证上报者的匿名性。", "commGuideList02I": "不要发送垃圾信息垃圾信息可能包括并不限于:在不同的地方发出同样的评论或疑问,发送没有意义的信息,或是一次发送大量的信息。重复地讨要宝石或是捐助可能被认为是垃圾信息。", "commGuidePara019": "在个人空间中,玩家能更自由的讨论任何喜欢的话题,但是,他们仍不能违反条款与要求,包括发布任何歧视性的,暴力的,恐吓性的内容.", "commGuidePara020": "私人信息(私信)有一些附加要求。如果某人屏蔽了你,请不要在任何别的地方联系对方来解除屏蔽。并且你不应该用私信来寻求帮助(对帮助问题的公开回答会帮助整个社区)。最后,不要给任何人发私信要求宝石或订阅来作为礼物,因为这样的行为会被认为是在发送垃圾信息。", @@ -48,11 +48,11 @@ "commGuidePara022": "酒馆是Habiticans交流的地方。酒馆主人Daniel将店里打理得一尘不染,Lemonesd乐意在你坐下来聊天時,变上一杯柠檬水。只是要记住……", "commGuidePara023": "话题往往围绕闲聊和提高生产力或改善生活的小贴士。", "commGuidePara024": "因为酒馆只能保留200条信息,所以它不是个适合延长话题的地方,尤其是敏感话题(例如政治、宗教、抑郁等,不论妖精猎杀是否该被禁止)。这些讨论必需符合相关准则或是the Back Corner(详情参见下方信息)。", - "commGuidePara027": "不要在酒馆内讨论任何让人成瘾的东西。很多人用HabitRPG戒掉坏习惯,听到别人谈论这些让人上瘾/非法的东西,会让他们更难戒除!来到酒馆的人,请尊重你的小伙伴,替他们着想。这包括(不仅是)抽烟、喝酒、赌博、色情、滥用药物。", + "commGuidePara027": "不要在酒馆内讨论任何让人成瘾的东西。很多人用Habitica戒掉坏习惯,听到别人谈论这些让人上瘾/非法的东西,会让他们更难戒除!来到酒馆的人,请尊重你的小伙伴,替他们着想。这包括(不仅是)抽烟、喝酒、赌博、色情、滥用药物。", "commGuideHeadingPublicGuilds": "公共公会", "commGuidePara029": "公开公会就像酒馆,只是除了一般讨论外,他们有一个关注的主题。公会聊天应该聚焦在这个主题上。例如 语言大师公会 如果突然专注起园艺而不是写作,这个公会就会被取消;或者 龙的发烧友公会 对解密古老卢恩文字就不会有兴趣。一些公会对这样要求比较宽松,但整体而言,尽量不要跑题!", "commGuidePara031": "一些工会可能包含敏感话题,比如关于抑郁、宗教或政治的话题。只要不违反条款与条件,以及公共空间准则,并将讨论限制在话题范围内,这些讨论是不被限制的。", - "commGuidePara033": "公开公会不能含有18禁内容。如果打算在里面常规性地讨论这些敏感内容,应该在公会名称上标明。这条规定是为了让所有玩家安全舒适的进行游戏。如果一个可疑的公会里包含了不同种类的敏感议题,请尊重你的小伙伴,在警告后面加点注明(例如\"警告:裡面含有自残内容\")。另外,敏感成份必须和主题有关--在对抗抑郁症的公会里谈到自残是可理解的,但在音乐公会里谈就不适当了。如果你看到有人一直违反公会准则,屡劝不听的话,请截图寄到 leslie@habitrpg.com", + "commGuidePara033": "公开公会不能含有18禁内容。如果打算在里面常规性地讨论这些敏感内容,应该在公会名称上标明。这条规定是为了让所有玩家安全舒适的进行游戏。如果一个可疑的公会里包含了不同种类的敏感议题,请尊重你的小伙伴,在警告后面加点注明(例如\"警告:裡面含有自残内容\")。另外,敏感成份必须和主题有关--在对抗抑郁症的公会里谈到自残是可理解的,但在音乐公会里谈就不适当了。如果你看到有人一直违反公会准则,屡劝不听的话,请截图寄到 leslie@habitica", "commGuidePara035": "不应该建立任何用于攻击任何团体或个人的公会,不论是公开或是私人。建立这样的公会会被立刻封禁。对抗坏习惯,而不是你的冒险者小伙伴!", "commGuidePara037": "所有的酒馆挑战和公共公会挑战也必须遵守这些规则。", "commGuideHeadingBackCorner": "The Back Corner", @@ -60,7 +60,7 @@ "commGuidePara039": "The Back Corner 公会是一个用来讨论敏感话题或者长时间对话的免费公共空间,并且是被认真修订过的。公共空间准则仍然适用,所有的条款和条件也一样适用。仅仅因为我们穿着长斗篷聚集在角落并不意味着什么事都会发生!现在递给我燃烧的蜡烛,好吗?", "commGuideHeadingTrello": "Trello板块", "commGuidePara040": "Trello 作为一个开放论坛,用于对站点特性的建议和讨论。Habitica 是由一群勇敢的贡献者管理的 ——我们共同建立了这个站点。Trello 是为我们疯狂行为提供方法的系统。对此, 尽你所能来将你的所有想法融合到一条评论里,而不是多次在同一个卡片连续评论。如果你想起一些新鲜事,你可以自由的编辑你的原创评论。请怜悯我们这些每有一条新评论就收到一个通知的人。我们的收件箱只能承受这么多。", - "commGuidePara041": "HabitRPG 使用5个不同的Trello板块:", + "commGuidePara041": "Habitica 使用5个不同的Trello板块:", "commGuideList03A": "主栏目是对站点特性进行申请和投票的地方。", "commGuideList03B": "移动板块是对 移动应用程序 特性进行请求和投票的地方。", "commGuideList03C": "像素画板块是讨论和提交像素画的地方。", @@ -68,12 +68,12 @@ "commGuideList03E": "维基板块 是改进,讨论和申请新的维基内容的地方。", "commGuidePara042": "所有板块都有他们自己的准则概括,而且适用公共空间规则。用户应该避免在任何一个板块或者卡片偏离主题。相信我们,事实上板块已经足够拥挤!长时间的会话应该被移到The Back Corner公会。", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG 使用 GitHub 来追踪BUGs和贡献代码。这是一个锻造工场,这里有一群不知疲倦的锻造师们在熔铸这些特性!适用于所有公共空间规则。确保对锻造师们礼貌——他们有许多工作要做以保持站点一直运行!锻造师们,万岁!", - "commGuidePara044": "以下用户是 HabitRPG 软件库的成员:", + "commGuidePara043": "Habitica 使用 GitHub 来追踪BUGs和贡献代码。这是一个锻造工场,这里有一群不知疲倦的锻造师们在熔铸这些特性!适用于所有公共空间规则。确保对锻造师们礼貌——他们有许多工作要做以保持站点一直运行!锻造师们,万岁!", + "commGuidePara044": "以下用户是 Habitica 软件库的成员:", "commGuideHeadingWiki": "Wiki", - "commGuidePara045": "HabitRPG 维基收集关于本站点的信息。它同时托管了一些类似于HabitRPG工会的论坛。因此,所有公共空间规则适用。", - "commGuidePara046": "HabitRPG维基可以被认为是HabitRPG所有东西的数据库。它提供关于站点特性的信息,如何玩游戏的指南,如何为HabitRPG做贡献的提示以及提供一个地方让你推广你的公会和队伍并就主题进行投票。", - "commGuidePara047": "自从维基由Wikia托管开始,Wikia的条件和协议就应该适用,除了HabitRPG和HabitRPG维基站点设定的规则。", + "commGuidePara045": "Habitica 维基收集关于本站点的信息。它同时托管了一些类似于Habitica工会的论坛。因此,所有公共空间规则适用。", + "commGuidePara046": "Habitica维基可以被认为是Habitica所有东西的数据库。它提供关于站点特性的信息,如何玩游戏的指南,如何为Habitica做贡献的提示以及提供一个地方让你推广你的公会和队伍并就主题进行投票。", + "commGuidePara047": "自从维基由Wikia托管开始,Wikia的条件和协议就应该适用,除了Habitica和Habitica维基站点设定的规则。", "commGuidePara048": "wiki完全是由所有编辑者共同作业,所以一些另外的准则包括:", "commGuideList04A": "在Wiki Trello面板申请新的页面或者重大改变", "commGuideList04B": "接受其他人对你所做修改的建议", @@ -82,7 +82,7 @@ "commGuideList04E": "不允许垃圾信息或者为了个人谋求私利的页面", "commGuideList04F": "在重大改变前阅读 wiki 贡献页面", "commGuideList04G": "请在wiki页面使用中立语气", - "commGuideList04H": "保证wiki内容与HabitRPG的整个站点相关,而且不相关于某个公会或者队伍(这样的信息会被移到论坛)", + "commGuideList04H": "保证wiki内容与Habitica的整个站点相关,而且不相关于某个公会或者队伍(这样的信息会被移到论坛)", "commGuidePara049": "以下人士是当前的wiki管理者:", "commGuidePara018": "Wiki名誉退休管理者有", "commGuideHeadingInfractionsEtc": "违规,后果和恢复", @@ -91,8 +91,8 @@ "commGuidePara051": "违规形式各种各样,我们将根据其严重性进行处理。这里不存在确定的列表,但管理员有一定的酌情裁量权。管理员会考虑到上下文来评估违规行为。", "commGuideHeadingSevereInfractions": "严重违规", "commGuidePara052": "严重违规极大的伤害Habitica社区和用户的安全,因此会导致严重后果。", - "commGuidePara053": "下面是一些严重违规的例子。这并非一个全面的列表。 ", - "commGuideList05A": "违反条款和条件 ", + "commGuidePara053": "下面是一些严重违规的例子。这并非一个全面的列表。", + "commGuideList05A": "违反条款和条件", "commGuideList05B": "仇恨言论/图片,骚扰/跟踪,网络欺凌,网络论战和流氓行为", "commGuideList05C": "违规试用", "commGuideList05D": "冒充工作人员或版主", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "中度违规", "commGuidePara054": "中度违规不会让社区不安全,但是会让人不愉快。这些违规将产生中等影响。当多次违规行为加一起,后果会愈发严重。", "commGuidePara055": "以下是一些中度违规的例子。这并非一个完整列表。", - "commGuideList06A": "忽视或不尊重管理员。其中包括公开抱怨版主或者其他用户/公开美化被禁用户或为其辩护。如果你顾虑某条规则或者管理员,请通过 email 联系 Lemoness (leslie@habitrpg.com)。", + "commGuideList06A": "忽视或不尊重管理员。其中包括公开抱怨版主或者其他用户/公开美化被禁用户或为其辩护。如果你顾虑某条规则或者管理员,请通过 email 联系 Lemoness (leslie@habitica)。", "commGuideList06B": "Backseat Modding。为了快速澄清有关问题:友情地提示规则是很好的做法。Backseat Modding 包含告知、要求或强烈地暗示某人当你描述纠正一个错误的时候,必须采取行动。你可以警告某人他已经违规,但是请不要要求他做什么——例如,说:“就如你所知的,脏话是在酒馆泄气的,所以你会想删去它。”会比说:“我将不得不要求你删去那个帖子。”好得多。", "commGuideList06C": "多次违反公共空间准则", "commGuideList06D": "反复轻微违规", @@ -123,7 +123,7 @@ "commGuideList09C": "永久禁用(“冻结”)在贡献者级别的进展", "commGuideHeadingModerateConsequences": "中等后果的例子", "commGuideList10A": "限制公共聊天权", - "commGuideList10B": "限制私人聊天权 ", + "commGuideList10B": "限制私人聊天权", "commGuideList10C": "限制公会/挑战的创建权。", "commGuideList10D": "暂时禁用 (“冻结”)在贡献者级别的进展", "commGuideList10E": "降低贡献者级别", @@ -138,9 +138,9 @@ "commGuidePara061": "Habitica 是一块致力于自我完善的地方,我们相信又第二次机会。如果你违了规且接受后果,将其视为一个评估你行为的机会,并努力成为一名更好的社区成员。", "commGuidePara062": "你收到的说明你行为后果的电子邮件(或者,轻度违规的情况,管理员/工作人员通告)是个很好的信息来源。配合实施的限制,并努力符合撤销处罚的要求。", "commGuidePara063": "如果你不明白你的后果,或者你违规的性质,请询问工作人员/版主来帮助你以避免以后犯同样的错误。", - "commGuideHeadingContributing": "为HabitRPG作出贡献", - "commGuidePara064": "HabitRPG 是一个开源项目,这意味着我们欢迎任何 Habiticans 的加入!每一位加入的玩家都会按照以下贡献等级获得奖励:", - "commGuideList12A": "HabitRPG贡献者勋章,和3颗宝石", + "commGuideHeadingContributing": "为Habitica作出贡献", + "commGuidePara064": "Habitica 是一个开源项目,这意味着我们欢迎任何 Habiticans 的加入!每一位加入的玩家都会按照以下贡献等级获得奖励:", + "commGuideList12A": "Habitica贡献者勋章,和3颗宝石", "commGuideList12B": "贡献者护甲,和3颗宝石。", "commGuideList12C": "贡献者头盔,和3颗宝石。", "commGuideList12D": "贡献者之剑,和4颗宝石。", @@ -154,7 +154,7 @@ "commGuideList13C": "等级不会在每个领域“重新开始”。当我们标定难度时,我们会查看你的所有贡献,以便使那些做了一个小的美工、然后修复一个小的bug、然后一点点涉足wiki的人不会比那些独立完成单个任务的人升级更快。这样有助于维护公平!", "commGuideList13D": "试用级别的用户不会升到下一个等级。管理员有权冻结违规玩家的进程。如果出现这个情况,该玩家被告知相关决定与如何改正的方法。等级有可能作为惩罚被移除。", "commGuideHeadingFinal": "最后一节", - "commGuidePara067": "勇敢的Habitican,这就是你拥有的——社区准则!擦干额头上的汗水,给你自己一些经验值作为读完所有准则的奖励。如果你有任何关于社区准则的问题,请发电子邮件到 Lemoness (leslie@habitrpg.com),她会乐意帮你解答。", + "commGuidePara067": "勇敢的Habitican,这就是你拥有的——社区准则!擦干额头上的汗水,给你自己一些经验值作为读完所有准则的奖励。如果你有任何关于社区准则的问题,请发电子邮件到 Lemoness (leslie@habitica),她会乐意帮你解答。", "commGuidePara068": "现在向前进发吧,勇敢的冒险家,完成你的每日任务吧!", "commGuideHeadingLinks": "有用的链接", "commGuidePara069": "这些插图由以下富有天赋的艺术家贡献:", @@ -163,7 +163,7 @@ "commGuideLink02": "The Back Corner 公会", "commGuideLink02description": "讨论复杂或敏感话题的公会。", "commGuideLink03": "维基", - "commGuideLink03description": "关于HabitRPG所收集的最多的信息。", + "commGuideLink03description": "关于Habitica所收集的最多的信息。", "commGuideLink04": "GitHub", "commGuideLink04description": "上报漏洞或者帮助开发程序!", "commGuideLink05": "Trello主体", diff --git a/common/locales/zh/content.json b/common/locales/zh/content.json index 20e9fb385b..4326340f1e 100644 --- a/common/locales/zh/content.json +++ b/common/locales/zh/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "鞍", "foodSaddleNotes": "即时把你的一只宠物变成坐骑。", "foodNotes": "喂给宠物吃就会慢慢地长成健壮的坐骑。" -} \ No newline at end of file +} diff --git a/common/locales/zh/contrib.json b/common/locales/zh/contrib.json index 7608a933bc..edd7b7e179 100644 --- a/common/locales/zh/contrib.json +++ b/common/locales/zh/contrib.json @@ -1,6 +1,6 @@ { "friend": "朋友", - "friendFirst": "当你的意见首次被采纳时,你会得到HabitRPG贡献者的徽章。在酒馆中交流时,你的名字也会被自豪的标为贡献者。作为你贡献的奖励,你还会得到3颗宝石.", + "friendFirst": "当你的意见首次被采纳时,你会得到Habitica贡献者的徽章。在酒馆中交流时,你的名字也会被自豪的标为贡献者。作为你贡献的奖励,你还会得到3颗宝石.", "friendSecond": "当你第二次的意见被采用时, 在奖励商店中你可以买到 水晶护甲 . 作为你持续贡献的奖励, 你还会获得 3 颗宝石.", "elite": "精英", "eliteThird": "当你第三次的意见被采用时, 在奖励商店中你可以买到 水晶头盔 . 作为你持续贡献的奖励, 你还会获得 3 颗宝石.", @@ -9,24 +9,24 @@ "championFifth": "当你第五次的意见被采用时, 在奖励商店中你可以买到 水晶盾 . 作为你持续贡献的奖励, 你还会获得 4 颗宝石.", "championSixth": "当你第六次的意见被采用时, 你将会得到 海德拉九头蛇宠物. 你还会获得 4 颗宝石.", "legendary": "传奇", - "legSeventh": "当你第七次的意见被采用时,你将收到4颗宝石,成为荣誉贡献者公会的成员,并将参与到HabitRPG的幕后细节!更多的贡献不会增加你的等级,但是你可能会获得宝石奖励和称号。", + "legSeventh": "当你第七次的意见被采用时,你将收到4颗宝石,成为荣誉贡献者公会的成员,并将参与到Habitica的幕后细节!更多的贡献不会增加你的等级,但是你可能会获得宝石奖励和称号。", "moderator": "版主", "guardian": "守护者", "guardianText": "版主是从高等级贡献者中仔细挑选出来的,所以请尊重他们,和听从他们的建议。", "staff": "职员", "heroic": "英雄", - "heroicText": "英雄级包含 HabitRPG 员工和员工级别贡献者。如果你有这个称号,你将被任命(甚至被雇用!)。", - "npcText": "NPC们对HabitRPG的Kickstarter计划作出了最高层级的支持。你可以在网站各处看到他们的角色形象!", + "heroicText": "英雄级包含 Habitica 员工和员工级别贡献者。如果你有这个称号,你将被任命(甚至被雇用!)。", + "npcText": "NPC们对Habitica的Kickstarter计划作出了最高层级的支持。你可以在网站各处看到他们的角色形象!", "modalContribAchievement": "贡献成就!", - "contribModal": "<%= name %>,你是个了不起的人!你现在是帮助 HabitRPG的 <%= level %>级的贡献者。详情见", + "contribModal": "<%= name %>,你是个了不起的人!你现在是帮助 Habitica的 <%= level %>级的贡献者。详情见", "contribLink": "你拿到了什么奖品!", "contribName": "贡献者", - "contribText": "为HabitRPG做出了贡献(代码,设计,像素艺术,法律咨询等)。想要这个徽章?", + "contribText": "为Habitica做出了贡献(代码,设计,像素艺术,法律咨询等)。想要这个徽章?", "readMore": "阅读更多", "kickstartName": "Kickstarter支持者 - $<%= tier %>层级", "kickstartText": "支持了Kickstarter项目", "helped": "帮助了Habit成长", - "helpedText1": "填写以帮助HabitRPG成長", + "helpedText1": "填写以帮助Habitica成長", "helpedText2": "这份问卷。", "hall": "殿堂", "contribTitle": "贡献者头衔 (例如“锻造师”)", @@ -52,19 +52,19 @@ "tier": "层级", "visitHeroes": "前往英雄殿堂 (贡献者和支持者之殿)", "conLearn": "查看更多关于贡献奖励的信息", - "conLearnHow": "如何为HabitRPG作出贡献", + "conLearnHow": "如何为Habitica作出贡献", "removeAds": "捐赠去移除广告", "whyAds": "为什么要有广告?", "whyAdsContent1": "Habit是一个开源项目,所以我们需要所有能获得的帮助——就把这当作对开发人员的捐赠吧。你还可以得到20颗用来购买特殊物品的宝石。", "whyAdsContent2": "“嘿,我支持了Kickstarter哦!” 遵循", "whyAdsContent3": "这些指令", - "surveysSingle": "为了帮助HabitRPG成长而填写了一份问卷。现在没有任何可填的问卷", - "surveysMultiple": "为了帮助HabitRPG成长而填写了 <%= surveys %> 份问卷。现在没有任何可填的问卷", + "surveysSingle": "为了帮助Habitica成长而填写了一份问卷。现在没有任何可填的问卷", + "surveysMultiple": "为了帮助Habitica成长而填写了 <%= surveys %> 份问卷。现在没有任何可填的问卷", "currentSurvey": "现在的问卷", "surveyWhen": "那个章将会在三约尾给所有参与过问卷的玩家", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/zh/defaulttasks.json b/common/locales/zh/defaulttasks.json index d227e426be..c01403ce44 100644 --- a/common/locales/zh/defaulttasks.json +++ b/common/locales/zh/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "仰卧起坐", "defaultDaily4Checklist3": "俯卧撑", "defaultTodoNotes": "你可以选择完成这个任务,编辑这个任务,或者删除这个任务。", - "defaultTodo1Text": "加入HabitRPG (可以从列表删除啦!)", + "defaultTodo1Text": "加入Habitica (可以从列表删除啦!)", "defaultTodo2Text": "设定习惯", "defaultTodo2Checklist1": "创建新习惯", "defaultTodo2Checklist2": "在编辑模式下,可以只选\"+\", 只选\"-\", 或两个\"+/-\"都选", @@ -38,4 +38,4 @@ "defaultTag1": "早上", "defaultTag2": "下午", "defaultTag3": "晚上" -} \ No newline at end of file +} diff --git a/common/locales/zh/front.json b/common/locales/zh/front.json index a37dc2fe41..473898079d 100644 --- a/common/locales/zh/front.json +++ b/common/locales/zh/front.json @@ -2,7 +2,7 @@ "FAQ": "常问问题", "accept1Terms": "我同意接受", "accept2Terms": "和", - "alexandraQuote": "Couldn't NOT talk about HabitRPG during my speech in Madrid. Must-have tool for freelancers who still need a boss.", + "alexandraQuote": "Couldn't NOT talk about Habitica during my speech in Madrid. Must-have tool for freelancers who still need a boss.", "althaireQuote": "Having a quest constantly on really motivates me to do all my dailies and do all my to-dos. My biggest motivation is not letting my party down.", "andeeliaoQuote": "Awesome product, just started a few days ago and already more conscious and productive with my time!", "autumnesquirrelQuote": "I'm procrastinating less on work and housework and pay bills on time.", @@ -11,7 +11,7 @@ "businessSample3": "整理收件箱", "businessSample4": "Prepare 1 Document for Client", "businessSample5": "Call Clients/Put Off Phone Calls", - "businessText": "Use HabitRPG at your business", + "businessText": "Use Habitica at your business", "choreSample1": "Put Dirty Clothes in Hamper", "choreSample2": "20分钟的家务", "choreSample3": "洗了大量的餐具", @@ -32,20 +32,20 @@ "companyPrivacy": "隐私", "companyTerms": "条款", "companyVideos": "视频", - "contribUse": "HabitRPG contributors use", + "contribUse": "Habitica contributors use", "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades... HRPG is the only thing I've used that actually helps me get things done rather than just list them.", - "dreimQuote": "When I discovered HabitRPG last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", + "dreimQuote": "When I discovered Habitica last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.", "elmiQuote": "Every morning I'm looking forward to getting up so I can earn some gold!", "email": "邮箱", "emailNewPass": "把新密码发到我的邮箱", "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks Habitrpg!", - "examplesHeading": "Players use HabitRPG to manage...", + "examplesHeading": "Players use Habitica to manage...", "featureAchievementByline": "想做一件非常棒的事情吗?炫耀一下得到的徽章吧!", "featureAchievementHeading": "成就徽章", "featureEquipByline": "在商店用你的任务奖励去购买限量的装备,药水和其他的虚拟物品吧!", "featureEquipHeading": "装备和其他", "featurePetByline": "Eggs and items drop when you complete your tasks. Be as productive as possible to collect pets and mounts!", - "featurePetHeading": "Pets and Mounts", + "featurePetHeading": "宠物和坐骑", "featureSocialByline": "Join common-interest groups with like-minded people. Create Challenges to compete against other users.", "featureSocialHeading": "Social play", "featuredIn": "Featured in", @@ -55,7 +55,7 @@ "footerMobile": "手机版", "footerSocial": "社交", "forgotPass": "找回密码", - "frabjabulousQuote": "HabitRPG is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", + "frabjabulousQuote": "Habitica is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", "free": "Play for free", "gamifyButton": "Gamify your life today!", "goalSample1": "Practice Piano for 1 Hour", @@ -71,47 +71,47 @@ "healthSample4": "吃健康食品/吃垃圾食品", "healthSample5": "锻炼到出汗1小时", "history": "历史", - "infhQuote": "HabitRPG has really helped me impart structure to my life in graduate school.", + "infhQuote": "Habitica has really helped me impart structure to my life in graduate school.", "invalidEmail": "执行密码重置需要一个有效的电子邮件地址。", - "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. HabitRPG has cured that!", + "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. Habitica has cured that!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Before HabitRPG, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", + "kazuiQuote": "Before Habitica, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingadminlink": "管理包", "landingend": "还没被说服?", "landingend2": "来看一些详细的", "landingend3": "希望找一个更私密的方式?看一下我们的", "landingend4": "它更适合家庭,老师,团体和商业活动。", "landingfeatureslink": "功能", - "landingp1": "大部分市面上的效率类app的问题在于,缺少足够的动力去持续使用它们。HabitRPG 通过让任务变得有趣来弥补这一点。通过连续使用的奖励和离开的惩罚,HabitRPG 提供了每天完成任务的外部激励。", - "landingp2": "当你坚持一个好习惯,完成一个日常任务,或清除一个旧的待办事项,HabitRPG马上用经验和金币奖励你。你获得经验后会升级,增加属性并解锁更多功能,例如职业和宠物。金币可以用来购买提升经验的物品,或你创建的个人奖励。即便是最小的成功也会立刻给你奖励,使你变得不那么拖延。", + "landingp1": "大部分市面上的效率类app的问题在于,缺少足够的动力去持续使用它们。Habitica 通过让任务变得有趣来弥补这一点。通过连续使用的奖励和离开的惩罚,Habitica 提供了每天完成任务的外部激励。", + "landingp2": "当你坚持一个好习惯,完成一个日常任务,或清除一个旧的待办事项,Habitica马上用经验和金币奖励你。你获得经验后会升级,增加属性并解锁更多功能,例如职业和宠物。金币可以用来购买提升经验的物品,或你创建的个人奖励。即便是最小的成功也会立刻给你奖励,使你变得不那么拖延。", "landingp2header": "激励", - "landingp3": "当你沉浸于一个坏习惯,或者没能完成日常任务,你会失去生命值。如果你的生命值过低,你会死亡并回退你的进度。通过提供瞬时反馈,HabitRPG可以帮助你在造成严重后果之前,打破坏习惯和拖延带来的恶性循环。", + "landingp3": "当你沉浸于一个坏习惯,或者没能完成日常任务,你会失去生命值。如果你的生命值过低,你会死亡并回退你的进度。通过提供瞬时反馈,Habitica可以帮助你在造成严重后果之前,打破坏习惯和拖延带来的恶性循环。", "landingp3header": "后果", - "landingp4": "HabitRPG引入了社区系统为你坚持完成任务提供责任感。通过组队系统,你可以把好朋友们叫来给你加油。公会系统帮你找到兴趣或需要的困难相似的人,你可以跟他们分享你的目标,或者交流如何克服你们的问题。在HabitRPG中的社区系统既能给予你支持和帮助,也让你有坚持下去的责任感。", + "landingp4": "Habitica引入了社区系统为你坚持完成任务提供责任感。通过组队系统,你可以把好朋友们叫来给你加油。公会系统帮你找到兴趣或需要的困难相似的人,你可以跟他们分享你的目标,或者交流如何克服你们的问题。在Habitica中的社区系统既能给予你支持和帮助,也让你有坚持下去的责任感。", "landingp4header": "责任感", - "leadText": "HabitRPG is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, HabitRPG can help you achieve your goals to become healthy, hard-working, and happy.", + "leadText": "Habitica is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "login": "登录", "loginAndReg": "登录/登记", "loginFacebookAlt": "用FB登录/登记", "logout": "登出", "marketing1Header": "通过玩游戏改善你的生活", - "marketing1Lead1": "HabitRPG是一个帮助你改变生活习惯的游戏。他通过把你的所有任务(习惯,日常任务和待办事项) 转变成你需要打败的敌人来“游戏化”你的生活。你做的越好,你在游戏进展得越顺利。如果你生活中除了差错,你的角色在游戏中也会退步。", + "marketing1Lead1": "Habitica是一个帮助你改变生活习惯的游戏。他通过把你的所有任务(习惯,日常任务和待办事项) 转变成你需要打败的敌人来“游戏化”你的生活。你做的越好,你在游戏进展得越顺利。如果你生活中除了差错,你的角色在游戏中也会退步。", "marketing1Lead2": "获取装备。改善你的习惯来武装你的角色。拿你的装备向朋友们炫耀吧", "marketing1Lead2Title": "获取装备", - "marketing1Lead3": "获得随机奖励。对于一些人来说,随机的奖励更能激励他们。HabitRPG支持各种类型:好的,不好的,可预测的和随机的。", + "marketing1Lead3": "获得随机奖励。对于一些人来说,随机的奖励更能激励他们。Habitica支持各种类型:好的,不好的,可预测的和随机的。", "marketing1Lead3Title": "获得随机奖励", "marketing2Header": "跟朋友竞赛,加入兴趣小组", - "marketing2Lead1": "如果你一个人玩HabitRPG,你会发现如果你开始和他人合作,竞赛,负有责任感的时候会非常不一样。任何自我改善的程序最有效的部分就是责任感,还有什么比游戏更适合激发你的竞争意识和责任感呢?", + "marketing2Lead1": "如果你一个人玩Habitica,你会发现如果你开始和他人合作,竞赛,负有责任感的时候会非常不一样。任何自我改善的程序最有效的部分就是责任感,还有什么比游戏更适合激发你的竞争意识和责任感呢?", "marketing2Lead2": "击败 Boss。如果没有战斗还能叫RPG吗?跟你的队友一起击败Boss吧。Boss是超级责任感模式——每天你错过的任务会伤害所有人。", "marketing2Lead2Title": "Boss", "marketing2Lead3": "挑战 让你同你的朋友或其他人竞争。挑战的获胜者会赢得特殊的奖励。", "marketing3Header": "应用程式", "marketing3Lead1": "iPhone 和 安卓 应用程式可以让你在外也能使用。我们意识到登录网站只是为了按按钮可能会成为一个负担。", - "marketing3Lead2": "其他 第3方工具 将HabitRPG捆绑到你生活的不同方面。我们的API为其他事情提供了便利的整合,例如Chrome 插件,访问浪费时间的网站时损失点数。查看更多", + "marketing3Lead2": "其他 第3方工具 将Habitica捆绑到你生活的不同方面。我们的API为其他事情提供了便利的整合,例如Chrome 插件,访问浪费时间的网站时损失点数。查看更多", "marketing4Header": "组织使用", "marketing4Lead1": "教育是游戏化最适合的领域。我们都知道最近学生们多么热衷于手机和游戏,利用这种力量!给你的学生引入良性竞争。用稀有奖励奖赏那些好的行为。等着看他们的成绩和表现腾飞吧。", "marketing4Lead1Title": "教育游戏化", - "marketing4Lead2": "医疗保健的花销越来越高,是时候做出一些改变了。虽然有数以百计的用来改善健康的程序,我们相信HabitRPG可以从本质上帮助你走向更健康的生活方式。", + "marketing4Lead2": "医疗保健的花销越来越高,是时候做出一些改变了。虽然有数以百计的用来改善健康的程序,我们相信Habitica可以从本质上帮助你走向更健康的生活方式。", "marketing4Lead2Title": "健康游戏化", "marketing4Lead3-1": "想游戏化你的生活?", "marketing4Lead3-2": "希望组织一个教育,健康,或其他类型的小组?", @@ -126,10 +126,10 @@ "passMan": "如果你用密码管理工具 (如 1Password) 登录出现问题,尝试手动用用户名密码登录。", "password": "密码", "playButton": "开始", - "playButtonFull": "玩HabitRPG游戏", + "playButtonFull": "玩Habitica游戏", "presskit": "资料包", "presskitDownload": "下载图片", - "presskitText": "感谢您对HabitRPG的大力支持。下面的图片可以用来制作有关HabitRPG的文章或视频,详情请联系Siena Leslie:leslie@habitrpg.com", + "presskitText": "感谢您对Habitica的大力支持。下面的图片可以用来制作有关Habitica的文章或视频,详情请联系Siena Leslie:leslie@habitica.com", "privacy": "隐私政策", "psst": "嘘!", "punishByline": "Break bad habits and procrastination cycles with immediate consequences.", @@ -152,9 +152,9 @@ "schoolSample3": "Meet with Study Group", "schoolSample4": "Notes for 1 Chapter", "schoolSample5": "读1个章节", - "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to HabitRPG. I'm just always so eager to reach my next level-up!", + "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to Habitica. I'm just always so eager to reach my next level-up!", "skysailorQuote": "My party and our quests keep me engaged in the game, which keeps me motivated to get things done and change my life in positive ways", - "socialTitle": "HabitRPG - 游戏化你的生活", + "socialTitle": "Habitica - 游戏化你的生活", "supermouse35Quote": "I'm exercising more and I haven't forgotten to take my meds for months! Thanks, Habit. :D", "sync": "同步", "tasks": "任务", @@ -172,11 +172,11 @@ "username": "用户名", "watchVideos": "观看视频", "work": "工作", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "zelahQuote": "With Habitica, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", "reportAccountProblems": "Report Account Problems", "reportCommunityIssues": "Report Community Issues", "generalQuestionsSite": "General Questions about the Site", "businessInquiries": "Business Inquiries", "merchandiseInquiries": "Merchandise Inquiries", "marketingInquiries": "Marketing/Social Media Inquiries" -} \ No newline at end of file +} diff --git a/common/locales/zh/gear.json b/common/locales/zh/gear.json index 95568795ae..eab323b119 100644 --- a/common/locales/zh/gear.json +++ b/common/locales/zh/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "雪片莲长袍", "armorSpecialSnowflakeNotes": "即使在暴风雪中,长袍也会让你温暖。增加<%= con %>点体质。2013-2014冬季限量版装备。", "armorSpecialBirthdayText": "可笑的聚会长袍", - "armorSpecialBirthdayNotes": "生日快乐,HabitRPG!穿上这些滑稽的派对长袍去庆祝美妙的一天。没有属性加成。", + "armorSpecialBirthdayNotes": "生日快乐,Habitica!穿上这些滑稽的派对长袍去庆祝美妙的一天。没有属性加成。", "armorSpecialBirthday2015Text": "愚蠢的派对长袍", - "armorSpecialBirthday2015Notes": "生日快乐,HabitRPG!穿上这些愚蠢的派对长袍去庆祝美妙的一天,没有属性加成。", + "armorSpecialBirthday2015Notes": "生日快乐,Habitica!穿上这些愚蠢的派对长袍去庆祝美妙的一天,没有属性加成。", "armorSpecialGaymerxText": "彩虹战士护甲", "armorSpecialGaymerxNotes": "这件特殊的护甲装饰着五彩斑斓的彩虹图案,是为纪念自豪季和GaymerX而生!GaymerX是一个游戏大会庆祝LGBTQ和游戏并对每个人开放。它举办于旧金山中心的洲际酒店,时间是7月11-13日!没有属性加成。", "armorSpecialSpringRogueText": "圆滑猫套装", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "没有什么小饰品能比一副护目镜更炫了——可能,除了单片眼镜。3015年3月捐赠者物品。", "eyewearMystery301405Text": "单片眼镜", "eyewearMystery301405Notes": "没有什么饰品能比单片眼镜更炫——可能,除了护目镜。没有属性加成。3015年7月订阅者物品" -} \ No newline at end of file +} diff --git a/common/locales/zh/generic.json b/common/locales/zh/generic.json index 01d570ce61..806a785b96 100644 --- a/common/locales/zh/generic.json +++ b/common/locales/zh/generic.json @@ -1,12 +1,12 @@ { "languageName": "中文(简体)", "stringNotFound": "找不到字符串“<%= string %>”。", - "titleIndex": "HabitRPG | 你的生活游戏", + "titleIndex": "Habitica | 你的生活游戏", "habitica": "Habitica", "expandToolbar": "展开列表", "collapseToolbar": "隐藏列表", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", - "showFormattingHelp": "Show formatting help", + "markdownBlurb": "Habitica uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "showFormattingHelp": "查看格式相关帮助", "hideFormattingHelp": "Hide formatting help", "youType": "You type:", "youSee": "You see:", @@ -14,8 +14,8 @@ "bold": "**Bold**", "strikethrough": "~~Strikethrough~~", "emojiExample": ":笑:", - "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Habitica is great!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`code`", @@ -39,7 +39,7 @@ "close": "关闭", "saveAndClose": "保存并关闭", "cancel": "取消", - "ok": "OK", + "ok": "好的", "add": "添加", "undo": "撤销", "continue": "继续", @@ -61,13 +61,13 @@ "veteranText": "经历过 Habit The Grey (原来的网站) ,身上带着多处其bug带来的伤疤。", "originalUser": "原始用户!", "originalUserText": "原始的用户之一,来跟 Alpha 测试者打个招呼吧!", - "habitBirthday": "HabitRPG的生日派对", - "habitBirthdayText": "欢庆HabitRPG的生日派对", - "habitBirthdayPluralText": "欢庆第<%= number %>个 HabitRPG生日派对", + "habitBirthday": "Habitica的生日派对", + "habitBirthdayText": "欢庆Habitica的生日派对", + "habitBirthdayPluralText": "欢庆第<%= number %>个 Habitica生日派对", "achievementDilatory": "拖延的救世者", "achievementDilatoryText": "2014年夏季世界事件中协助打败了恐怖的拖延巨龙!", "costumeContest": "2014服装大赛", - "costumeContestText": "参加2014年万圣节服装大赛!详情请见blog.habitrpg.com/tagged/cosplay", + "costumeContestText": "参加2014年万圣节服装大赛!详情请见blog.habitica.com/tagged/cosplay", "memberSince": "- 加入于", "lastLoggedIn": "- 最后上线于", "notPorted": "这个功能未从原版网站中导出。", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "问个问题", "reportBug": "报告一个问题", - "contributeToHRPG": "为HabitRPG作出贡献", + "contributeToHRPG": "为Habitica作出贡献", "overview": "新手教学", "January": "一月", "February": "二月", @@ -107,4 +107,4 @@ "dateFormat": "日期格式", "achievementStressbeast": "Stoïkalm的救星", "achievementStressbeastText": "在\"2015冬季仙境事件\"中协助战胜可恶的压力野兽!" -} \ No newline at end of file +} diff --git a/common/locales/zh/groups.json b/common/locales/zh/groups.json index 31c8056fcb..9314a839c0 100644 --- a/common/locales/zh/groups.json +++ b/common/locales/zh/groups.json @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Only group leader can create challenges", "sendGift": "Send Gift", "inviteFriends": "Invite Friends", - "inviteAlertInfo": "Invite friends by User ID here.", + "inviteAlertInfo": "Invite friends by User ID here.", "inviteExistUser": "Invite Existing User", "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.", "byColon": "By:", @@ -123,4 +123,4 @@ "startAParty": "Start a Party", "addToParty": "Add someone to your party", "likePost": "Click if you like this post!" -} \ No newline at end of file +} diff --git a/common/locales/zh/limited.json b/common/locales/zh/limited.json index d3a73ce4b2..14d7880691 100644 --- a/common/locales/zh/limited.json +++ b/common/locales/zh/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>季节魔女<%= linkEnd %>", "seasonalShopClosedText": "季节性商店目前停业!我不知道季节女巫现在在哪,但是我敢打赌她会在下一个<%= linkStart %>盛大的节日<%= linkEnd %>回来!", - "seasonalShopText": "欢迎来到季度商店!!我们现在囤积了各色春日 季度版 商品。每年的春日嘉年华期间,这里的一切都能买到——直到4月30号。所以赶快来扫货吧,否则你要足足再等一年才能买到!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "欢迎来到季度商店!!我们现在囤积了各色春日 季度版 商品。每年的春日嘉年华期间,这里的一切都能买到——直到4月30号。所以赶快来扫货吧,否则你要足足再等一年才能买到!", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "如果你用过重生球,你可以在解锁物品商店后在奖励栏再次购买它。开始,你只能为你当前职业购买物品(默认战士),别害怕,如果你切换到别的职业,你将可以购买该职业的特别物品。", "candycaneSet": "拐杖糖 (法师)", "skiSet": "雪橇刺客 (盗贼)", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/zh/messages.json b/common/locales/zh/messages.json index 7da9d1591d..51e11a28b2 100644 --- a/common/locales/zh/messages.json +++ b/common/locales/zh/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/zh/npc.json b/common/locales/zh/npc.json index 3546fb27ba..f7ab8cda0f 100644 --- a/common/locales/zh/npc.json +++ b/common/locales/zh/npc.json @@ -10,7 +10,7 @@ "alexander": "商人Alexander", "welcomeMarket": "欢迎来到市场!在这里购买稀有的蛋和药水!卖掉你多余的物品!委托服务!来瞧瞧我们能为你提供什么。", "sellForGold": "以<%= gold %>金币售出<%= item %>", - "sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold", + "sellEggForGold": "以<%= gold %> 金币卖出<%= itemType %> 蛋", "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", "buyGems": "购买宝石", "justin": "Justin", @@ -21,9 +21,9 @@ "cool": "稍后再跟我说", "dismissAlert": "不再显示", "donateText1": "在你的账号里增加20个宝石。宝石可以用来购买特殊的虚拟物品,例如衣服和发型。", - "donateText2": "帮助与支持HabitRPG", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", - "donationDesc": "20宝石,捐献给HabitRPG", + "donateText2": "帮助与支持Habitica", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donationDesc": "20宝石,捐献给Habitica", "payWithCard": "用信用卡付款", "payNote": "注意:PayPal有时会需要很长的时间。我们推荐用信用卡。", "card": "信用卡", @@ -52,10 +52,10 @@ "tourStatsPage": "这是你的属性点界面!完成列表任务来获得成就。", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "你的队伍会使你保持责任心。邀请朋友来解锁任务卷轴!", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "从4级开始,当你完成任务时,蛋和孵化药水会随机掉落。他们会出现在这里——使用它们来孵化宠物!你也可以从集市购买物品。", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -71,11 +71,11 @@ "tourHabitsProceed": "有道理!", "tourRewardsBrief": "奖励单
  • 你可以在这里消费你的黄金!
  • 给你的角色购买装备,或者组合个人奖励.
", "tourRewardsProceed": "就是这些了!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "welcomeToHabit": "Welcome to Habitica, a game to improve your life!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now you'll customize your avatar and set up your tasks...", "imReady": "I'm Ready!" -} \ No newline at end of file +} diff --git a/common/locales/zh/pets.json b/common/locales/zh/pets.json index 9036d1e698..ba339b63d7 100644 --- a/common/locales/zh/pets.json +++ b/common/locales/zh/pets.json @@ -14,7 +14,7 @@ "mantisShrimp": "虾蛄", "mammoth": "猛犸象", "orca": "Orca", - "rarePetPop1": "按按金色的爪印查看怎么通过为HabitRPG贡献来获得这只稀有宠物!", + "rarePetPop1": "按按金色的爪印查看怎么通过为Habitica贡献来获得这只稀有宠物!", "rarePetPop2": "得到这个宠物的方法!", "potion": "<%= potionType %> 药水", "egg": "<%= eggType %> 蛋", @@ -25,10 +25,10 @@ "hatchingPotion": "孵化药水", "noHatchingPotions": "你没有任何孵化药水。", "inventoryText": "点选一颗蛋后,可使用的药水会亮起绿色的背景,然后点击药水来孵化出宠物。如果没有药水亮起绿色背景,再点击一次蛋来取消点选它,然后先点击药水看看可使用的宠物蛋,它们同样会亮起绿色背景。你也可以在商人Alexander那里卖掉不想要的物品。", - "foodText": "food", + "foodText": "食物", "food": "食物和鞍", "noFood": "你没有任何食物或鞍。", - "dropsExplanation": "如果你不想等每次完成任务才掉落这些物品,你可以用宝石来加速获取。 你可以在这了解更多关于掉落系统的信息。", + "dropsExplanation": "如果你不想等每次完成任务才掉落这些物品,你可以用宝石来加速获取。 你可以在这了解更多关于掉落系统的信息。", "beastMasterProgress": "驯兽师进度", "beastAchievement": "你集齐了所有宠物,获得了”驯兽师“的成就!", "beastMasterName": "驯兽师", @@ -65,4 +65,4 @@ "petKeyBoth": "全部释放", "petKeyNeverMind": "还没有", "gemsEach": "每颗宝石" -} \ No newline at end of file +} diff --git a/common/locales/zh/quests.json b/common/locales/zh/quests.json index 3eee61be9a..88d3b45831 100644 --- a/common/locales/zh/quests.json +++ b/common/locales/zh/quests.json @@ -6,8 +6,8 @@ "questsForSale": "Quests for Sale", "petQuests": "Pet and Mount Quests", "unlockableQuests": "Unlockable Quests", - "goldQuests": "Gold-Purchasable Quests", - "questDetails": "Quest Details", + "goldQuests": "可用金币购买的任务", + "questDetails": "任务详情", "invitations": "Invitations", "completed": "完成了!", "youReceived": "你收到了", @@ -45,7 +45,7 @@ "noScrolls": "你没有任何任务卷轴。", "scrollsText1": "任务需要团队去完成。如果你想单独做任务,", "scrollsText2": "你可以建立一个空团队。", - "scrollsPre": "You haven't unlocked this quest yet!", + "scrollsPre": "你还没有解锁这项任务!", "alreadyEarnedQuestLevel": "You already earned this quest by attaining Level <%= level %>.", "alreadyEarnedQuestReward": "You already earned this quest by completing <%= priorQuest %>.", "completedQuests": "已完成任务", @@ -60,4 +60,4 @@ "questWarning": "如果一个新的小队成员在任务开始前加入,他们会收到一个邀请。但是一旦任务开始了,新成员就无法再加入这个任务了。", "bossRageTitle": "愤怒值", "bossRageDescription": "当这个条满的时候,boss会释放一个特殊攻击!" -} \ No newline at end of file +} diff --git a/common/locales/zh/questscontent.json b/common/locales/zh/questscontent.json index 461379e612..cb0f7663a7 100644 --- a/common/locales/zh/questscontent.json +++ b/common/locales/zh/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/zh/rebirth.json b/common/locales/zh/rebirth.json index d017722faa..052f76afdf 100644 --- a/common/locales/zh/rebirth.json +++ b/common/locales/zh/rebirth.json @@ -4,7 +4,7 @@ "rebirthBegin": "重生:开始新的冒险", "rebirthStartOver": "重生让你的角色从1级重新开始,如同你创建了一个新帐号。", "rebirthAdvList1": "生命值完全复原", - "rebirthAdvList2": "你沒有经验, 黄金或装备", + "rebirthAdvList2": "你沒有经验、金币或装备", "rebirthAdvList3": "你的习惯,每日任务,待办事项会被重置为黄色,连击数也会被重置。", "rebirthAdvList4": "你的初始职业是战士,但你以后可以解锁新的职业。", "rebirthInherit": "你的新角色继承了一些前身的东西:", @@ -22,4 +22,4 @@ "rebirthPop": "开始一个1级的新角色并保留成就,物品和任务历史。", "rebirthName": "重生球", "reborn": "重生, 最高级别 <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/zh/settings.json b/common/locales/zh/settings.json index 449f234d47..e28b8b29ca 100644 --- a/common/locales/zh/settings.json +++ b/common/locales/zh/settings.json @@ -2,7 +2,7 @@ "settings": "设定", "language": "语言", "americanEnglishGovern": "不同语言描述不符时,以英语(American English)为准。", - "helpWithTranslation": "你愿意协助HabitRPG的翻译工作吗?太好了!访问 这个 Trello 卡片。", + "helpWithTranslation": "你愿意协助Habitica的翻译工作吗?太好了!访问 这个 Trello 卡片。", "showHeaderPop": "显示你的角色形象、生命值/经验值条和队伍。", "stickyHeader": "顶部保持不动", "stickyHeaderPop": "把顶部固定在屏幕上方。如果不选这个选项,当你滚动到页面下面时,顶部会被滚离页面。", @@ -15,7 +15,7 @@ "startAdvCollapsed": "默认隐藏高级选项", "startAdvCollapsedPop": "选择这个选项后,展开编辑新任务的时候高级选项是隐藏的。", "showTour": "显示教程", - "restartTour": "重新开始刚加入HabitRPG时显示的教程", + "restartTour": "重新开始刚加入Habitica时显示的教程", "showBailey": "显示Bailey", "showBaileyPop": "显示传令员Bailey以查看过往新闻。", "fixVal": "修复角色数值", @@ -27,7 +27,7 @@ "resetAccount": "重置帐号", "resetAccPop": "从头再来,移除所有等级,金币,装备,历史和任务。", "deleteAccount": "删除帐户", - "deleteAccPop": "取消并移除你的HabitRPG帐户。", + "deleteAccPop": "取消并移除你的Habitica帐户。", "qrCode": "QR码", "dataExport": "导出数据", "saveData": "你可以用几种方法导出你的习惯数据。", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "自定义起始日期", "24HrClock": "24小时表", - "customDayStartInfo1": "HabitRPG默认在午夜时分(当然是在你所在地区的时区内)检查并且重置你的日常事项。我们推荐你在改变它之前先读读下面这些信息:", - "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", + "customDayStartInfo1": "Habitica默认在午夜时分(当然是在你所在地区的时区内)检查并且重置你的日常事项。我们推荐你在改变它之前先读读下面这些信息:", + "customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.

Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.

Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.", "misc": "其他", "showHeader": "显示顶部", "changePass": "修改密码", @@ -56,7 +56,7 @@ "dangerZone": "危险区域", "resetText1": "警告!这会重置你角色的许多数值。强烈不建议你这样做。不过,在短暂的试玩一段时间后,进行重置或许会有所帮助。", "resetText2": "你会失去你所有的等级,金币和经验。你所有的任务会被永久删除,你会失去你所有的任务历史数据。你会失去所有的装备,但是你能够把他们买回来。包括你曾经拥有过的所有限量版装备和订阅者的神秘物品(你需要编程合适的职业才能重新购买职业限定的装备)。你会保留你的当前职业和你的宠物与坐骑。相比之下,用道具重生球会更安全,你的任务会被保留下来。", - "deleteText": "你确定吗?这会永久地删除你的帐号,并且永远也无法恢复!如果希望再次使用HabitRPG需要注册一个新的帐号。已有的金钱和花掉的宝石无法被退费。如果你非常确定,在下面的文本框中输入<%= deleteWord %>。", + "deleteText": "你确定吗?这会永久地删除你的帐号,并且永远也无法恢复!如果希望再次使用Habitica需要注册一个新的帐号。已有的金钱和花掉的宝石无法被退费。如果你非常确定,在下面的文本框中输入<%= deleteWord %>。", "API": "API", "APIText": "这个是用来复制到第三方应用的。但是,你的API令牌相当于密码,不要公开它。有时候别人会问你要用户ID,但是永远不要把你的API令牌分享给其他人,包括Github。", "APIToken": "API 令牌 (这相当于密码——看上面的警告!)", @@ -79,13 +79,13 @@ "data": "数据", "exportData": "导出数据", "emailChange1": "要改变你的邮箱地址,请发送邮件到", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "包括你的新旧邮箱地址以及你的用户ID。", "username": "登陆名", "usernameOrEmail": "Login Name or Email", "email": "邮箱", "registeredWithFb": "通过 Facebook 注册", - "loginNameDescription1": "这是你用来登陆HabitRPG的登录名。访问", + "loginNameDescription1": "这是你用来登陆Habitica的登录名。访问", "loginNameDescription2": "用户 -> 档案", "loginNameDescription3": "来改变你显示在你的角色形象和聊天信息中的名字。", "emailNotifications": "电子邮件通知", @@ -101,12 +101,12 @@ "questStarted": "你的任务已经开始", "invitedQuest": "任务邀请", "kickedGroup": "从小组踢出", - "remindersToLogin": "HabitRPG签到提醒", + "remindersToLogin": "Habitica签到提醒", "unsubscribedSuccessfully": "取消订阅成功!", - "unsubscribedTextUsers": "你已经成功退订所有HabitRPG发出的邮件,你可以打开你想要收到的邮件从 设置中 (需要登录)", - "unsubscribedTextOthers": "你将不会收到任何来自HabitRPG的邮件。", + "unsubscribedTextUsers": "你已经成功退订所有Habitica发出的邮件,你可以打开你想要收到的邮件从 设置中 (需要登录)", + "unsubscribedTextOthers": "你将不会收到任何来自Habitica的邮件。", "unsubscribeAllEmails": "确认从电子邮件退订", - "unsubscribeAllEmailsText": "以此确认,我明白在我取消邮箱订阅后,HabitRPG不会再通过邮件通知我关于我的账号或关于网站的重要更改。", + "unsubscribeAllEmailsText": "以此确认,我明白在我取消邮箱订阅后,Habitica不会再通过邮件通知我关于我的账号或关于网站的重要更改。", "correctlyUnsubscribedEmailType": "正确的退订了 \"<%= emailType %>\"的邮件", "subscriptionRateText": "每 <%= months %> 个月重复$<%= price %> ", "benefits": "好处", @@ -119,4 +119,4 @@ "promoCodeApplied": "优惠码已生效!请查看物品栏", "promoPlaceholder": "输入优惠码", "displayInviteToPartyWhenPartyIs1": "当队伍有1名成员时显示“邀请至队伍”" -} \ No newline at end of file +} diff --git a/common/locales/zh/spells.json b/common/locales/zh/spells.json index 6209e96c3f..a810c64bc3 100644 --- a/common/locales/zh/spells.json +++ b/common/locales/zh/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "把好友变成海洋生物", "spellSpecialSandText": "沙子", "spellSpecialSandNotes": "取消浪花效果" -} \ No newline at end of file +} diff --git a/common/locales/zh/subscriber.json b/common/locales/zh/subscriber.json index 853318fba2..222060b403 100644 --- a/common/locales/zh/subscriber.json +++ b/common/locales/zh/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD/每月", "organization": "组织", "groupPlans": "集团套餐", - "indivPlan1": "对个人来说 HabitRPG可以免费使用。即使对小团体,能免费 (或低成本) 运行", + "indivPlan1": "对个人来说 Habitica可以免费使用。即使对小团体,能免费 (或低成本) 运行", "indivPlan2": "用于激励参与者改善行为习惯。想象一下写作小组,艺术挑战等等。", - "groupText1": "但是有些团队领导希望有更多的控制功能,隐私,安全和服务支持。例如一些家庭,健康和养生小组,雇员小组,或其他。这里为你的团队或组织提供了一种更安全和独立的私人版HabitRPG,并独立于", + "groupText1": "但是有些团队领导希望有更多的控制功能,隐私,安全和服务支持。例如一些家庭,健康和养生小组,雇员小组,或其他。这里为你的团队或组织提供了一种更安全和独立的私人版Habitica,并独立于", "groupText2": "下面列出来更多的套餐计划,联系我们以获得更多信息!", "planFamily": "家庭套餐 (即将推出)", "planGroup": "团体套餐 (即将推出)", "dedicatedHost": "独立主机", - "dedicatedHostText": "独立主机:获得HabitRPG为你提供的属于你自己的数据库和服务器,也可选择由我们在你的组织内网安装。如果不选择,套餐会使用“共享主机”:你的组织会和HabitRPG用同样的数据库但是提供独立的Habitica世界。你的成员会位于单独的酒馆和公会,虽然在同一个服务器或数据库上。", + "dedicatedHostText": "独立主机:获得Habitica为你提供的属于你自己的数据库和服务器,也可选择由我们在你的组织内网安装。如果不选择,套餐会使用“共享主机”:你的组织会和Habitica用同样的数据库但是提供独立的Habitica世界。你的成员会位于单独的酒馆和公会,虽然在同一个服务器或数据库上。", "individualSub": "个人捐助", "subscribe": "捐助", "subscribed": "已捐助", @@ -33,9 +33,9 @@ "adminSub": "管理员捐助", "morePlans": "即将推出更多套餐", "organizationSub": "私人组织", - "organizationSubText": "组织成员独立于HabitRPG proper,为参与者提供专们的服务。", + "organizationSubText": "组织成员独立于Habitica proper,为参与者提供专们的服务。", "hostingType": "主机类型", - "hostingTypeText": "共享主机意味着你的组织会和HabitRPG proper使用同一个数据库即使你并不和Habitica世界交互。专有主机意味着你会获得你自己的数据库和服务器。你可以选择让HabitRPG提供服务器或数据库,也可以由我们在你自己的服务器上为你安装。", + "hostingTypeText": "共享主机意味着你的组织会和Habitica proper使用同一个数据库即使你并不和Habitica世界交互。专有主机意味着你会获得你自己的数据库和服务器。你可以选择让Habitica提供服务器或数据库,也可以由我们在你自己的服务器上为你安装。", "dedicated": "专有", "customDomain": "自定制域名", "customDomainText": "可以选择我们为安装提供的独立域名。", @@ -69,4 +69,4 @@ "subUpdateCard": "更新卡", "subUpdateTitle": "更新", "subUpdateDescription": "更新收费卡。" -} \ No newline at end of file +} diff --git a/common/locales/zh/tasks.json b/common/locales/zh/tasks.json index 1dc329e345..b9468bb790 100644 --- a/common/locales/zh/tasks.json +++ b/common/locales/zh/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "删除已完成任务", "lotOfToDos": "已经完成的待办事项将会在3天后自动归档。你可以在选项>设定>数据导出中找到它们。", "deleteToDosExplanation": "点击下面的按钮后,所有已完成的和被归档的待办事项会被永久删除。如果你希望保留记录,先导出它们。", - "beeminderDeleteWarning": "Beeminder 用户: 首先 请阅读删除已完成的待办事项而不影响你的Beeminder!", + "beeminderDeleteWarning": "Beeminder 用户: 首先 请阅读删除已完成的待办事项而不影响你的Beeminder!", "addmultiple": "多个添加", "addsingle": "单个添加", "habits": "习惯", @@ -14,7 +14,7 @@ "save": "保存", "addChecklist": "新增清单", "checklist": "清单", - "checklistText": "Break a task into smaller pieces! Checklists increase the Experience and Gold gained from a To-Do, and reduce the damage caused by a Daily.", + "checklistText": "把大任务打散!清单能增加单条待办事项的经验和金币收入,还能减少日常任务失败的伤害。", "expandCollapse": "展开 / 折叠", "text": "标题", "extraNotes": "额外注解", @@ -22,8 +22,8 @@ "advancedOptions": "高级选项", "difficulty": "难度", "difficultyHelpTitle": "这任务有多难?", - "difficultyHelpContent": "The harder a task, the more Experience and Gold it awards you when you check it off... but the more it damages you if it is a Daily or Bad Habit!", - "trivial": "Trivial", + "difficultyHelpContent": "任务越难,你完成时得到的经验和金币奖励就越多……但当它是日常任务或者坏习惯时你受到的伤害也越多!", + "trivial": "琐事", "easy": "简单", "medium": "中等", "hard": "困难", @@ -41,7 +41,7 @@ "repeatDays": "每X天", "repeatWeek": "在每周的几天", "day": "天", - "days": "Days", + "days": "天", "restoreStreak": "修复连击数", "todos": "待办事项", "newTodo": "新待办事项", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "你在客栈休息了!你的每日任务不会伤害你但是依然会每天更新。如果你在执行剧情任务,直到你离开客栈,你都不会受到伤害/收集物品,但是如果你的队伍成员没有完成自己的每日任务,你依然会收到来自 王 的伤害", "habitHelp1": "好习惯是你要坚持的。每次你按 <%= plusIcon %>他们都会给你黄金和经验奖励", "habitHelp2": "坏习惯是你要避免的。每次你按<%= minusIcon %>他们会扣除你的生命值。", - "habitHelp3": "如果不知道怎么写的话,来看看这些别人的习惯例子!", + "habitHelp3": "如果不知道怎么写的话,来看看这些别人的习惯例子!", "newbieGuild": "还有更多的问题?在 <%= linkStart %>新手公会<%= linkEnd %>问吧!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", - "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", + "dailyHelp2": "如果你未完成每日任务,那么当天过后你会失去生命值。", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", - "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", - "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", + "dailyHelp5": "For inspiration, check out these sample Dailies!", + "toDoHelp1": "待办事项开始时是黄色,你完成它们耗时越久它们就越红(越有价值)。", + "toDoHelp2": "待办事项不会伤害你!它们只会提供金币和经验的报酬。", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", - "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", - "clickForHelp": "Click for help" -} \ No newline at end of file + "rewardHelp3": "特殊装备会在世界性事件中出现。", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "clickForHelp": "点击获取帮助" +} diff --git a/common/locales/zh_TW/backgrounds.json b/common/locales/zh_TW/backgrounds.json index 4df8ed883c..f4d10474fb 100644 --- a/common/locales/zh_TW/backgrounds.json +++ b/common/locales/zh_TW/backgrounds.json @@ -98,4 +98,4 @@ "backgroundGiantWaveNotes": "Surf a Giant Wave!", "backgroundSunkenShipText": "Sunken Ship", "backgroundSunkenShipNotes": "Explore a Sunken Ship." -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/challenge.json b/common/locales/zh_TW/challenge.json index d6e3f5333c..bf7ccc58c0 100644 --- a/common/locales/zh_TW/challenge.json +++ b/common/locales/zh_TW/challenge.json @@ -36,7 +36,7 @@ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = number of gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", "prizePopTavern": "If someone can 'win' your challenge, you can award that winner a Gem prize. Max = number of gems you own. Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "公開挑戰 最少需要 1 個寶石作為獎勵 (為了防止有人拿來打廣告。)", - "officialChallenge": "HabitRPG 官方挑戰", + "officialChallenge": "Habitica 官方挑戰", "by": "發起人", "participants": "<%= membercount %>個參與者", "join": "加入", @@ -57,4 +57,4 @@ "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", "clone": "Clone", "challengeNotEnoughGems": "You do not have enough gems to post this challenge." -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/character.json b/common/locales/zh_TW/character.json index e841e4c677..b4b6150f90 100644 --- a/common/locales/zh_TW/character.json +++ b/common/locales/zh_TW/character.json @@ -56,7 +56,7 @@ "costumeText": "如果你喜歡其他裝備的外觀更勝於你現在的裝備,勾選\"使用服裝\"框穿上想被看到的服裝,而你的戰鬥裝備會穿在裡面。", "useCostume": "使用服裝", "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", - "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:", "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!", "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.", @@ -77,7 +77,7 @@ "allocatePerPop": "增加一點感知", "allocateInt": "分配給智力的屬性點:", "allocateIntPop": "增加一點智力", - "noMoreAllocate": "恭喜您!您的角色已經達到了最高的等級 100,所以往後的等級提升您將不會再獲得屬性點。您可以使用這個角色續續升級,又或者透過巿集取得免費的重生之球,從等級 1 開始一場嶄新的冒險。", + "noMoreAllocate": "恭喜您!您的角色已經達到了最高的等級 100,所以往後的等級提升您將不會再獲得屬性點。您可以使用這個角色續續升級,又或者透過巿集取得免費的重生之球,從等級 1 開始一場嶄新的冒險。", "stats": "屬性", "strength": "力量", "strengthText": "力量會增加「會心一擊」的機率,而會心一擊時會提升金幣、經驗和物品掉落的機率。力量還能幫助你傷害 BOSS。", @@ -146,13 +146,13 @@ "unequipPetMountBackground": "卸下寵物、座騎、背景", "animalSkins": "動物膚色", "chooseClassHeading": "Choose your Class! Or opt out to choose later.", - "warriorWiki": "戰士_", - "mageWiki": "魔法師", - "rogueWiki": "盜賊", - "healerWiki": "醫者", - "chooseClassLearn": "Learn more about classes", + "warriorWiki": "戰士_", + "mageWiki": "魔法師", + "rogueWiki": "盜賊", + "healerWiki": "醫者", + "chooseClassLearn": "Learn more about classes", "str": "STR", "con": "CON", "per": "PER", "int": "INT" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/communityguidelines.json b/common/locales/zh_TW/communityguidelines.json index c150f0df2f..548eb17d2e 100644 --- a/common/locales/zh_TW/communityguidelines.json +++ b/common/locales/zh_TW/communityguidelines.json @@ -7,7 +7,7 @@ "commGuidePara003": "這些規則適用在屬於我們的所有社群空間(但也不只限於此),包括 Trello, Github, Transifex 以及 Wikia (也就是我們的維基百科)。\n有時候會出現一些前所未見的新狀況,像是新的衝突事端或是邪惡的亡靈法師,當這些情況發生,管理員們可能會修改這些指導原則以確保整個社群不受威脅、平安。別擔心,假如指導原則有所更動,Bailey 會發布公告來通知你。", "commGuidePara004": "拿起你的羽毛筆跟羊皮卷軸,準備開始做筆記吧!", "commGuideHeadingBeing": "成為一個Habit公民", - "commGuidePara005": "HabitRPG 是最早、最一流的自我提升網站,這讓我們幸運地在網路上凝聚了最溫暖、大方、謙遜,也最相挺的社群。一個 Habitican 有許多特徵,其中最常見也最顯眼的是:", + "commGuidePara005": "Habitica 是最早、最一流的自我提升網站,這讓我們幸運地在網路上凝聚了最溫暖、大方、謙遜,也最相挺的社群。一個 Habitican 有許多特徵,其中最常見也最顯眼的是:", "commGuideList01A": " 樂於助人的心。許多人費時費力幫助社群新人、給予指導。例如,新手公會,就是一種專門回答人們各式疑惑的協會,如果你覺得你能幫上忙,無須害羞!", "commGuideList01B": " 勤勉的態度。Habitican 在努力改善自己的生活同時,也是在不斷地為這個網站添磚加瓦。這是一個開源項目,我們每個人都持續地在讓這個地方變得好上加好。", "commGuideList01C": "積極的援助。Habitican 們為他人的成功喝采,在逆境中撫慰彼此。在隊伍中使用技能、在聊天室中說友善的鼓勵話語,彼此支援、彼此依賴、彼此學習。", @@ -25,21 +25,21 @@ "commGuidePara011b": "在 GitHub/Wikia 上", "commGuidePara011c": "在 Wikia 上", "commGuidePara011d": "在 GitHub 上", - "commGuidePara012": "如果你對特定的管理員有問題或疑惑,請傳送電子郵件給Lemoness ( leslie@habitrpg.com ).", + "commGuidePara012": "如果你對特定的管理員有問題或疑惑,請傳送電子郵件給Lemoness ( leslie@habitica ).", "commGuidePara013": "在 Habitica 這麼大的社群裡,玩家來來去去,有時管理員也需要卸下他們尊貴的外袍,讓自己放鬆一下。下面列舉的是名譽管理員:雖然他們不再有管理員的權限,但我們仍然想要表彰他們的貢獻。", "commGuidePara014": "名譽管理員:", "commGuideHeadingPublicSpaces": "Habitica 的公共空間", "commGuidePara015": "Habitica 有區分公共空間和私人空間。公共空間包括酒館、公會、GitHub、Trello以及Wiki。私人空間包括私人公會和隊伍聊天室。", "commGuidePara016": "當你在 Habitica 的公共空間四處逛逛時,請務必遵守某些普通規則,好確保大家的安全與快樂。對於像你這樣的冒險者而言,想必是易如反掌!", - "commGuidePara017": " 彼此尊重 成為一位彬彬有禮、善良且樂於助人的人。請記得 Habiticans 來自四面八方並擁有各式各樣的經驗,這也是讓 HabitRPG 這麼酷的原因!建立社群意謂著尊重與讚賞我們的不同與相似。這裡是一些尊重彼此的作法:", + "commGuidePara017": " 彼此尊重 成為一位彬彬有禮、善良且樂於助人的人。請記得 Habiticans 來自四面八方並擁有各式各樣的經驗,這也是讓 Habitica 這麼酷的原因!建立社群意謂著尊重與讚賞我們的不同與相似。這裡是一些尊重彼此的作法:", "commGuideList02A": " 遵守所有規定與條款 ", "commGuideList02B": "請不要上傳含有暴力, 恐嚇, 明顯色情內容/性暗示內容, 或者提倡歧視,偏執, 種族主義, 仇恨, 騷擾, 或傷害到某人或某隊伍的圖片或文字. 甚至於開玩笑都不合宜. 這包括含糊說話和措辭表達. 不是每一個人都有同樣的幽默感, 所以某些您認為是玩笑的事可能對他人會做成傷痛. 攻擊您的每日任務, 不要彼此攻擊.", "commGuideList02C": "讓討論老少皆宜 我們有許多年輕的Habiticans在使用這個網站。我們不要玷污了任何純真的心靈或是阻礙了Habiticans達成他們的目標。", "commGuideList02D": "避免褻瀆的語言. 這包括比較輕微而帶有宗教性的詛咒,即使它在其它場合下可能可被接受。 -- 我們有來自所有宗教和文化背景的人,而我們想確保他們每個人在公衆空間中都能感到自在。此外,誹謗的言語也因違背了服務條款,將遭到嚴厲的處份。", - "commGuideList02E": "不要在酒館後排角落以外的地方一直討論有爭議性的話題. 若您覺得某人說話粗魯或是傷人,不要理會他們。簡單禮貌地回一句譬如「那個笑話讓人不舒服」是可以的,但如果用難聽或不客氣的言語回敬那些同樣難聽不客氣的言詞只會讓衝突升高,並且讓 HabitRPG 成了一個更負面的地方。友善和禮貌能幫助他人明白您的立場.", + "commGuideList02E": "不要在酒館後排角落以外的地方一直討論有爭議性的話題. 若您覺得某人說話粗魯或是傷人,不要理會他們。簡單禮貌地回一句譬如「那個笑話讓人不舒服」是可以的,但如果用難聽或不客氣的言語回敬那些同樣難聽不客氣的言詞只會讓衝突升高,並且讓 Habitica 成了一個更負面的地方。友善和禮貌能幫助他人明白您的立場.", "commGuideList02F": "立即聽從管理員的要求 要麼終止爭論,要麼移駕到酒館後排角落。假設管理員允許,而你還想說上最後一句、或是臨走時撂些難聽話、或是還想總結反駁等等,請你到了酒館後排角落的 \"桌位\" 時才(有禮地)去發表.", "commGuideList02G": "花些時間去思考,而不是在激怒中作回應若有人告訴您說,您所說的一些話或所作的事令他們覺得不舒服。能夠向他人真誠的道歉就是您崇高的美德力量。若您覺得他們對您的反應有不恰當的地方,請通知管理員,而不是在公衆區域大聲地向他們喊罵。", - "commGuideList02H": "將造成爭議的話題應該回報給管理員。如果你覺得對話開始激烈、甚至情緒化、人身攻擊,應當停止繼續。並且,發Email給 leslie@habitrpg.com 來讓我們知道這件事。我們保證回報者的匿名性。", + "commGuideList02H": "將造成爭議的話題應該回報給管理員。如果你覺得對話開始激烈、甚至情緒化、人身攻擊,應當停止繼續。並且,發Email給 leslie@habitica 來讓我們知道這件事。我們保證回報者的匿名性。", "commGuideList02I": "不要發送垃圾信息垃圾信息可能包括並不限於:在不同的地方發出同樣的評論或疑問,發送沒有意義的信息,或是一次發送大量的信息。重複地討要寶石或是捐助可能被歸類為是垃圾信息。", "commGuidePara019": "在個人空間中, 玩家能更自由的討論任何喜歡的話題,但是,他們仍不能違反條款與要求,包括發布任何歧視性的、暴力的、恐嚇性的內容。", "commGuidePara020": "私人信息(私信)有一些附加要求。如果某人將你加入黑名單,請不要在任何別的地方聯繫對方要求解除。並且你不應該用私信來尋求幫助(對幫助問題的公開回答會幫助整個社區)。最後,不要給任何人發私信要求寶石或訂閱來作為禮物,因為這樣的行為會被認為是在發送垃圾信息。", @@ -48,11 +48,11 @@ "commGuidePara022": "酒館是Habiticans交流的地方。酒館主人Daniel將店裡打理得一塵不染,Lemoness樂意在你坐下來聊天時,變出一杯檸檬水。只是要記住……", "commGuidePara023": "話題往往圍繞閒聊和提高生產力或改善生活的技巧。", "commGuidePara024": "因為酒館只能保留200條信息,所以它不是個適合延長話題的地方,尤其是敏感話題 (例如政治、宗教、抑鬱等,即使是獵殺哥布林的話題也應被禁止)。這些討論必需符合相關準則或是the Back Corner(詳情參見下方信息)。", - "commGuidePara027": "不要在酒館內討論任何讓人成癮的東西。很多人用HabitRPG戒掉壞習慣,聽到別人談論這些讓人上癮或非法的東西,會讓他們更難戒除!來到酒館的人,請尊重其他人,替他們著想。這包括(且不僅是)抽煙、喝酒、賭博、色情、濫用藥物。", + "commGuidePara027": "不要在酒館內討論任何讓人成癮的東西。很多人用Habitica戒掉壞習慣,聽到別人談論這些讓人上癮或非法的東西,會讓他們更難戒除!來到酒館的人,請尊重其他人,替他們著想。這包括(且不僅是)抽煙、喝酒、賭博、色情、濫用藥物。", "commGuideHeadingPublicGuilds": "公開的公會", "commGuidePara029": "公會就像酒館,只是除了一般討論外,他們有一個關注的主題。公會聊天應該聚焦在這個主題上。例如語言大師公會如果突然專注起園藝而不是寫作,這個公會就會被取消;或者龍的愛好者公會對解密古老符文就不會有興趣。一些公會對這樣要求比較寬鬆,但整體而言,盡量不要跑題!", "commGuidePara031": "一些工會可能包含敏感話題,比如關於抑鬱、宗教或政治的話題。只要不違反​​條款與條件,以及公共空間準則,並將討論限制在話題範圍內,這些討論是不被限制的。", - "commGuidePara033": "公開的公會不可以包含18歲以上成人內容。若公會會衆預計會常規性地討論敏感性的內容,他們應在公會名稱上標明該公會性質。這規條是為了確保每一個人對 Habitica 都感到安全和舒適。若討論中的公會包含不同種類的敏感題材,請尊重您的Habit公民伙伴,把您的意見言論放在一個警告標籤後面 (例如: \"警告:提及自殘內容\")。除此以外,敏感成份必需和主題有相關--在一個關注對抗憂鬱症的公會內提起自殘的話題可被理解,但若在音樂性的公會內談就不是那麼恰當了。如果您看到有人一直違反公會守則,屢勸不聽的話,請附上螢幕截圖電郵寄到leslie@habitrpg.com。", + "commGuidePara033": "公開的公會不可以包含18歲以上成人內容。若公會會衆預計會常規性地討論敏感性的內容,他們應在公會名稱上標明該公會性質。這規條是為了確保每一個人對 Habitica 都感到安全和舒適。若討論中的公會包含不同種類的敏感題材,請尊重您的Habit公民伙伴,把您的意見言論放在一個警告標籤後面 (例如: \"警告:提及自殘內容\")。除此以外,敏感成份必需和主題有相關--在一個關注對抗憂鬱症的公會內提起自殘的話題可被理解,但若在音樂性的公會內談就不是那麼恰當了。如果您看到有人一直違反公會守則,屢勸不聽的話,請附上螢幕截圖電郵寄到leslie@habitica。", "commGuidePara035": "不應該建立任何用於攻擊任何團體或個人的公會,不論是公開或是私人。建立這樣的公會會被立刻封禁。對抗壞習慣,而不是其他冒險者同伴!", "commGuidePara037": "所有的酒館挑戰和公會挑戰也必須遵守這些規則。", "commGuideHeadingBackCorner": "The Back Corner", @@ -60,7 +60,7 @@ "commGuidePara039": "The Back Corner公會是一個用來討論敏感話題或者長時間對話的免費公共空間,並且是被認真修訂過的。公共空間準則仍然適用,所有的條款和條件也一樣適用。僅僅因為我們穿著長斗篷聚集在角落並不意味著什麼事都會發生!現在遞給我燃燒的蠟燭,好嗎?", "commGuideHeadingTrello": "Trello 上的版", "commGuidePara040": " Trello作為一個開放論壇,用於對站點特性的建議和討論。 Habit大陸是由一群勇敢的貢獻者管理的——我們共同建立了這個站點。Trello是為我們瘋狂行為提供方法的系統。對此,盡你所能來將你的所有想法融合到一條評論裡,而不是多次在同一個卡片連續評論。如果你想起一些新鮮事,你可以自由的編輯你的原創評論。請憐憫我們這些每有一條新評論就收到一個通知的人。我們的收件箱沒辦法承受那麼多。", - "commGuidePara041": "HabitRPG 使用5個不同的Trello板:", + "commGuidePara041": "Habitica 使用5個不同的Trello板:", "commGuideList03A": " Main Board 是對網站功能進行申請和投票的地方。", "commGuideList03B": " Mobile Board 是對app特性進行請求和投票的地方。", "commGuideList03C": " Pixel Art Board 是討論和提交像素畫的地方。", @@ -68,12 +68,12 @@ "commGuideList03E": " Wiki Board 是改進,討論和申請新的維基內容的地方。", "commGuidePara042": "所有板塊都有他們自己的準則概括,而且適用公共空間規則。用戶應該避免在任何一個板或者卡片偏離主題。相信我們,事實上板已經足夠擁擠!長時間的會話應該被移到The Back Corner公會。", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": " HabitRPG使用GitHub來追踪BUGs和貢獻代碼。這是一個鍛造工場,這裡有一群不知疲倦的鐵匠們在熔鑄這些功能!適用於所有公共空間規則。確保對鐵匠們禮貌——他們有許多工作要做以保持站點一直運行!鐵匠們,萬歲!", - "commGuidePara044": "以下使用者是HabitRPG 程式庫的成員:", + "commGuidePara043": " Habitica使用GitHub來追踪BUGs和貢獻代碼。這是一個鍛造工場,這裡有一群不知疲倦的鐵匠們在熔鑄這些功能!適用於所有公共空間規則。確保對鐵匠們禮貌——他們有許多工作要做以保持站點一直運行!鐵匠們,萬歲!", + "commGuidePara044": "以下使用者是Habitica 程式庫的成員:", "commGuideHeadingWiki": "維基", - "commGuidePara045": " HabitRPG維基收集關於本站點的信息。它同時託管了一些類似於HabitRPG工會的論壇。因此,所有公共空間規則適用。", - "commGuidePara046": "HabitRPG維基可以被認為是HabitRPG所有東西的數據庫。它提供關於站點特性的信息,如何玩遊戲的指南,如何為HabitRPG做貢獻的提示以及提供一個地方讓你推廣你的公會和隊伍並就主題進行投票。", - "commGuidePara047": "由於維基由Wikia託管,因此除了HabitRPG和HabitRPG Wiki設定的規則外,同時也納入Wikia的條款和協議。", + "commGuidePara045": " Habitica維基收集關於本站點的信息。它同時託管了一些類似於Habitica工會的論壇。因此,所有公共空間規則適用。", + "commGuidePara046": "Habitica維基可以被認為是Habitica所有東西的數據庫。它提供關於站點特性的信息,如何玩遊戲的指南,如何為Habitica做貢獻的提示以及提供一個地方讓你推廣你的公會和隊伍並就主題進行投票。", + "commGuidePara047": "由於維基由Wikia託管,因此除了Habitica和Habitica Wiki設定的規則外,同時也納入Wikia的條款和協議。", "commGuidePara048": "wiki完全是由所有編輯者共同作業,所以一些另外的準則包括:", "commGuideList04A": "在 Trello Wiki板申請新的頁面或者重大改變", "commGuideList04B": "樂於接受其他人對你所做修改的建議", @@ -82,7 +82,7 @@ "commGuideList04E": "不允許垃圾信息或者為了個人謀求私利的頁面", "commGuideList04F": "在重大改變前閱讀wiki 貢獻頁面", "commGuideList04G": "請在wiki頁面使用中立語氣", - "commGuideList04H": "保證wiki內容與HabitRPG的整個站點相關,而且不相關於某個公會或者隊伍(這樣的信息會被移到論壇)", + "commGuideList04H": "保證wiki內容與Habitica的整個站點相關,而且不相關於某個公會或者隊伍(這樣的信息會被移到論壇)", "commGuidePara049": "以下是當前的wiki管理者:", "commGuidePara018": "Wiki名譽退休管理者有", "commGuideHeadingInfractionsEtc": "違規、後果和恢復", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "中度違規", "commGuidePara054": "中度違規不會讓社區不安全,但是會讓人不愉快。這些違規將產生中等影響。當多次違規行為加一起,後果會愈嚴重。", "commGuidePara055": "以下是一些中度違規的例子。這並非一個全面的列表。", - "commGuideList06A": "忽視或不尊重管理員。其中包括公開抱怨版主或者其他用戶,以及公開美化被禁用戶或為其辯護。如果你顧慮某條規則或者管理員,請通過email聯繫Lemoness ( leslie@habitrpg.com )。", + "commGuideList06A": "忽視或不尊重管理員。其中包括公開抱怨版主或者其他用戶,以及公開美化被禁用戶或為其辯護。如果你顧慮某條規則或者管理員,請通過email聯繫Lemoness ( leslie@habitica )。", "commGuideList06B": "Backseat Modding。為了快速澄清有關問題:友善地提示規則是很好的做法。Backseat Modding 包含當你描述糾正一個錯誤的時候,告知、要求或強烈地暗示某人必須採取行動。你可以警告某人他已經違規,但是請不要要求他做什麼——例如,\"如你所知,酒館內不許說髒話,所以你應該考慮刪除它。\"會比你說: “我將不得不要求你刪去那則貼文。”還要好得多。", "commGuideList06C": "多次違反公共空間守​​則", "commGuideList06D": "反覆輕微違規", @@ -138,9 +138,9 @@ "commGuidePara061": "Habit大陸是一塊致力於自我完善的地方,我們相信又第二次機會。如果你違了規且接受後果,將其視為一個評估你行為的機會,並努力成為一名更好的社區成員。", "commGuidePara062": "你收到的說明你行為後果的電子郵件(或者,輕度違規的情況,管理員/工作人員通告)是個很好的信息來源。配合實施的限制,並努力符合撤銷處罰的要求。", "commGuidePara063": "如果你不明白你的後果,或者你違規的性質,請詢問工作人員/版主來幫助你以避免以後犯同樣的錯誤。", - "commGuideHeadingContributing": "為HabitRPG作出貢獻", - "commGuidePara064": "HabitRPG 是一個開源項目,這意味著我們歡迎任何Habit公民的加入!每一位加入的玩家都會按照以下貢獻等級獲得獎勵:", - "commGuideList12A": "HabitRPG貢獻者勳章,和3顆寶石", + "commGuideHeadingContributing": "為Habitica作出貢獻", + "commGuidePara064": "Habitica 是一個開源項目,這意味著我們歡迎任何Habit公民的加入!每一位加入的玩家都會按照以下貢獻等級獲得獎勵:", + "commGuideList12A": "Habitica貢獻者勳章,和3顆寶石", "commGuideList12B": "貢獻者盔甲,增加 3 寶石", "commGuideList12C": "貢獻者頭盔,增加 3 寶石", "commGuideList12D": "貢獻者劍,增加 4 寶石", @@ -154,7 +154,7 @@ "commGuideList13C": "等級不會在每個領域“重新開始”。當我們標定難度時,我們會查看你的所有貢獻,以便使那些做了一個小的美工、然後修復一個小的bug、然後一點點涉足wiki的人不會比那些獨立完成單個任務的人升級更快。這樣有助於維護公平!", "commGuideList13D": "試用級別的用戶不會升到下一個等級。管理員有權凍結違規玩家的進程。如果出現這個情況,該玩家將一直會處於該決定的通知之下,和如何改正它。作為違規或試用的後果,這個等級也有可能被移除。", "commGuideHeadingFinal": "最後一節", - "commGuidePara067": "勇敢的Habit公民,這就是你擁有的——社區準則!擦乾額頭上的汗水,給你自己一些經驗值作為讀完所有準則的獎勵。如果你有任何關於社區準則的問題,請發電子郵件到Lemoness ( leslie@habitrpg.com ),她會樂意幫你解答。", + "commGuidePara067": "勇敢的Habit公民,這就是你擁有的——社區準則!擦乾額頭上的汗水,給你自己一些經驗值作為讀完所有準則的獎勵。如果你有任何關於社區準則的問題,請發電子郵件到Lemoness ( leslie@habitica ),她會樂意幫你解答。", "commGuidePara068": "現在向前進發吧,勇敢的冒險家,完成你的每日任務吧!", "commGuideHeadingLinks": "有用的連結", "commGuidePara069": "這些插圖由以下富有天賦的藝術家貢獻:", @@ -163,7 +163,7 @@ "commGuideLink02": "The Back Corner Guild", "commGuideLink02description": "一個討論複雜或敏感話題的公會。", "commGuideLink03": "維基", - "commGuideLink03description": "收集最多的關於HabitRPG的消息。", + "commGuideLink03description": "收集最多的關於Habitica的消息。", "commGuideLink04": "GitHub", "commGuideLink04description": "上報漏洞或者幫助開發程式!", "commGuideLink05": "Main Trello", diff --git a/common/locales/zh_TW/content.json b/common/locales/zh_TW/content.json index c9cd35f699..b5bb09c1bb 100644 --- a/common/locales/zh_TW/content.json +++ b/common/locales/zh_TW/content.json @@ -111,4 +111,4 @@ "foodSaddleText": "鞍", "foodSaddleNotes": "立即把你的一隻寵物變成坐騎。", "foodNotes": "寵物吃了它,就會慢慢地長成強壯的坐騎。" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/contrib.json b/common/locales/zh_TW/contrib.json index d33207271d..4c0f3e2c4d 100644 --- a/common/locales/zh_TW/contrib.json +++ b/common/locales/zh_TW/contrib.json @@ -1,6 +1,6 @@ { "friend": "好友", - "friendFirst": "當你 第一次的意見被採用時,您將收到HabitRPG貢獻者的徽章。你在酒館聊天的名字將能驕傲地顯示你是一個貢獻者。並且獎賞你所做的貢獻,你也將獲得3顆寶石", + "friendFirst": "當你 第一次的意見被採用時,您將收到Habitica貢獻者的徽章。你在酒館聊天的名字將能驕傲地顯示你是一個貢獻者。並且獎賞你所做的貢獻,你也將獲得3顆寶石", "friendSecond": "當你第二次的意見被採用時,你可以在獎勵商店買到水晶甲。為了感謝你持續地工作,你還會收到3顆寶石。", "elite": "精英", "eliteThird": "當你的第三組意見被採用時,你可以在獎勵商店買到水晶頭盔。為了感謝你持續地工作,你還會收到3顆寶石。", @@ -9,24 +9,24 @@ "championFifth": "當你的第五組意見被採用時,你可以在獎勵商店買到水晶盾牌。為了感謝你持續地工作,你還會收到4顆寶石。", "championSixth": "當你的第六組意見被採用時,你會得到一個九頭蛇寵物。你還會收到4顆寶石。", "legendary": "傳奇", - "legSeventh": "當你的第七組意見被採用時,你會得到4顆寶石並成為榮譽貢獻者公會的一員,且可以知道HabitRPG的幕後細節!繼續貢獻並不會提升你的等級,但是你可以繼續贏得寶石和頭銜作為回報。", + "legSeventh": "當你的第七組意見被採用時,你會得到4顆寶石並成為榮譽貢獻者公會的一員,且可以知道Habitica的幕後細節!繼續貢獻並不會提升你的等級,但是你可以繼續贏得寶石和頭銜作為回報。", "moderator": "領袖", "guardian": "守護者", "guardianText": "領袖是從高階的貢獻者中仔細挑選出來的,所以請尊重他們,並聽取他們的建議。", "staff": "職員", "heroic": "英雄", - "heroicText": "英雄級別包含了HabitRPG的員工,和跟員工並排的貢獻者。如果你有這個頭銜,你就是被委任了(或被聘請了!)。", - "npcText": "NPC 們對 HabitRPG 的 Kickstarter 計劃作出了最高層級的支持。你可以在網站各處,看到他們的角色形象!", + "heroicText": "英雄級別包含了Habitica的員工,和跟員工並排的貢獻者。如果你有這個頭銜,你就是被委任了(或被聘請了!)。", + "npcText": "NPC 們對 Habitica 的 Kickstarter 計劃作出了最高層級的支持。你可以在網站各處,看到他們的角色形象!", "modalContribAchievement": "貢獻成就!", - "contribModal": "<%= name %>,你真棒!你現在是幫助 HabitRPG 的第 <%= level %> 層級貢獻者。看看", + "contribModal": "<%= name %>,你真棒!你現在是幫助 Habitica 的第 <%= level %> 層級貢獻者。看看", "contribLink": "你拿到了什麼獎品!", "contribName": "貢獻者", - "contribText": "為 HabitRPG 做出了貢獻 ( 程式、設計、像素藝術、法律諮詢、文件等 )。想要這個徽章?", + "contribText": "為 Habitica 做出了貢獻 ( 程式、設計、像素藝術、法律諮詢、文件等 )。想要這個徽章?", "readMore": "閱讀更多", "kickstartName": "Kickstarter 支持者- $<%= tier %>層級", "kickstartText": "支持了 Kickstarter 項目", "helped": "幫助了 Habit 成長", - "helpedText1": "為了幫助 HabitRPG 成長,填寫", + "helpedText1": "為了幫助 Habitica 成長,填寫", "helpedText2": "這份問卷。", "hall": "殿堂", "contribTitle": "貢獻者頭銜 ( 例如「鐵匠」)", @@ -52,19 +52,19 @@ "tier": "層級", "visitHeroes": "前往英雄殿堂(貢獻者和支持者之殿)", "conLearn": "查看更多關於貢獻獎勵的信息", - "conLearnHow": "如何為HabitRPG作出貢獻", + "conLearnHow": "如何為Habitica作出貢獻", "removeAds": "訂閱以移除廣告", "whyAds": "為什麼要有廣告?", "whyAdsContent1": "Habit 是一個開源項目,所以我們需要所有能獲得的幫助——就把這當作對開發人員的捐贈吧。你還可以得到 20 個用了購買特殊物品的寶石。", "whyAdsContent2": "「嘿,我支持了 Kickstarter 哦!」遵循", "whyAdsContent3": "這些指令", - "surveysSingle": "填寫調查表來幫助HabitRPG成長。沒有進行中的調查表。", - "surveysMultiple": "填寫<%= surveys %>調查表來幫助HabitRPG成長。沒有進行中的調查表。", + "surveysSingle": "填寫調查表來幫助Habitica成長。沒有進行中的調查表。", + "surveysMultiple": "填寫<%= surveys %>調查表來幫助Habitica成長。沒有進行中的調查表。", "currentSurvey": "目前的調查表", "surveyWhen": "在三月下旬調查表將處理完畢,徽章將被授予給的所有參與者。", "blurbInbox": "This is where your private messages are stored! You can send someone a message by clicking on the envelope icon next to their name in Tavern, Party, or Guild Chat.", "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", - "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " -} \ No newline at end of file + "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed Habitica's original Kickstarter. We thank them for helping us bring Habitica to life!", + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too! Find out more here. " +} diff --git a/common/locales/zh_TW/defaulttasks.json b/common/locales/zh_TW/defaulttasks.json index 8c1bb6df48..55fc1c9723 100644 --- a/common/locales/zh_TW/defaulttasks.json +++ b/common/locales/zh_TW/defaulttasks.json @@ -17,7 +17,7 @@ "defaultDaily4Checklist2": "仰臥起坐", "defaultDaily4Checklist3": "伏地挺身", "defaultTodoNotes": "你可以完成這個待辦事項,編輯或刪除它。", - "defaultTodo1Text": "加入 HabitRPG (查看我!)", + "defaultTodo1Text": "加入 Habitica (查看我!)", "defaultTodo2Text": "建立一個習慣", "defaultTodo2Checklist1": "建立一個習慣", "defaultTodo2Checklist2": "透過編輯使他只有 \"+\" 、 \"-\" 、或是 \"+/-\"", @@ -38,4 +38,4 @@ "defaultTag1": "早上", "defaultTag2": "下午", "defaultTag3": "晚上" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/front.json b/common/locales/zh_TW/front.json index 19d0b3ea69..b6a041417d 100644 --- a/common/locales/zh_TW/front.json +++ b/common/locales/zh_TW/front.json @@ -2,7 +2,7 @@ "FAQ": "常見問題", "accept1Terms": "當按下下面按鈕時,表示我同意", "accept2Terms": "以及", - "alexandraQuote": "在馬德里(Madrid)演講中不能不說到HabitRPG。那些仍然需要老闆的自由職業者必須具備的工具。", + "alexandraQuote": "在馬德里(Madrid)演講中不能不說到Habitica。那些仍然需要老闆的自由職業者必須具備的工具。", "althaireQuote": "有任務確實不斷地激勵我做所有的每日任務,和做所有的待辦事項。我最大對動力是,不讓我的隊伍衰弱。", "andeeliaoQuote": "這是多麼棒的產品,剛開始前幾天,已經更加的自覺和讓我有效運用時間!", "autumnesquirrelQuote": "我減少對工作和做家事的拖延並且準時支付賬單。", @@ -11,7 +11,7 @@ "businessSample3": "排序和處理收件箱", "businessSample4": "準備客戶的 1 份文件", "businessSample5": "撥打客戶/推辭撥打電話", - "businessText": "在你的事情上使用HabitRPG ", + "businessText": "在你的事情上使用Habitica ", "choreSample1": "把髒衣服放入洗衣籃", "choreSample2": "20分鐘做作業", "choreSample3": "清洗成堆的碗盤", @@ -32,14 +32,14 @@ "companyPrivacy": "隱私權政策", "companyTerms": "服務條款", "companyVideos": "影片", - "contribUse": "HabitRPG貢獻者使用", + "contribUse": "Habitica貢獻者使用", "dragonsilverQuote": "我無法告訴你過去十年我用過多少總的任務追蹤系統... HRPG是唯一一個確實幫助我把事情完成,不像剛剛列出的那些。", - "dreimQuote": "去年夏天當我發現HabitRPG,我正好有一半左右的考試不及格。感謝每日任務...我能夠組織和約束自己,而我居然在一個月前得到很好的成績並通過了所有考試。", + "dreimQuote": "去年夏天當我發現Habitica,我正好有一半左右的考試不及格。感謝每日任務...我能夠組織和約束自己,而我居然在一個月前得到很好的成績並通過了所有考試。", "elmiQuote": "每天早上我期待著起床,因為我可以賺到金幣!", "email": "Email", "emailNewPass": "電子郵件寄送新密碼", "evagantzQuote": "起初去看牙醫的時候,那裡的潔牙師對於我用牙線的習慣感到驚訝。感謝Habitrpg!", - "examplesHeading": "玩家使用HabitRPG 來管理", + "examplesHeading": "玩家使用Habitica 來管理", "featureAchievementByline": "做一些非常棒的事?取得勳章並展示出來!", "featureAchievementHeading": "成就徽章", "featureEquipByline": "在我們的市場,用你的任務獎勵購買限量版裝備、藥水、以及其他虛擬寶物!", @@ -55,7 +55,7 @@ "footerMobile": "手機版本", "footerSocial": "社交", "forgotPass": "忘記密碼", - "frabjabulousQuote": "HabitRPG is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", + "frabjabulousQuote": "Habitica is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!", "free": "免費遊玩", "gamifyButton": "讓你今天的生活像遊戲一樣!", "goalSample1": "練習 1 小時的鋼琴", @@ -71,47 +71,47 @@ "healthSample4": "吃健康/垃圾食物", "healthSample5": "努力 1 小時", "history": "歷史紀錄", - "infhQuote": "HabitRPG 真的幫我整理我研究生生活", + "infhQuote": "Habitica 真的幫我整理我研究生生活", "invalidEmail": "需要有效的電子郵件地址,以便進行密碼重置。", - "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. HabitRPG has cured that!", + "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. Habitica has cured that!", "joinOthers": "Join 250,000 people making it fun to achieve goals!", - "kazuiQuote": "Before HabitRPG, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", + "kazuiQuote": "Before Habitica, I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingadminlink": "管理方案", "landingend": "還沒被說服嗎?", "landingend2": "看看更多", "landingend3": "。您需要更私密的遊戲環境嗎?看看我們提供的", "landingend4": ",最適合家庭、老師、支持性團體或商業環境下使用。", "landingfeatureslink": "我們的特色", - "landingp1": "市面上多數提高生產力 APP 的通病就是無法讓人產生興趣持續使用它們。HabitRPG 讓習慣養成的過程變得樂趣無窮!HabitRPG 在您達成目標時給予獎勵、未達目標則予以處罰,透過各種手段促使您完成每日的任務。", - "landingp2": "當您逐漸養成了好習慣、完成每日任務或是處理了一件積了很久的待辦事項時, HabitRPG 會立馬獎勵您經驗值和金幣。當您累積越多經驗值,您可以升級、提昇人物屬性或解鎖更多功能(例如職業或寵物。)金幣可以用來購買遊戲中的物品或是兌換一次您自己設定的獎勵。就算完成一件小事我們也會立刻給予獎勵,有努力就有回報,使你不再拖延。", + "landingp1": "市面上多數提高生產力 APP 的通病就是無法讓人產生興趣持續使用它們。Habitica 讓習慣養成的過程變得樂趣無窮!Habitica 在您達成目標時給予獎勵、未達目標則予以處罰,透過各種手段促使您完成每日的任務。", + "landingp2": "當您逐漸養成了好習慣、完成每日任務或是處理了一件積了很久的待辦事項時, Habitica 會立馬獎勵您經驗值和金幣。當您累積越多經驗值,您可以升級、提昇人物屬性或解鎖更多功能(例如職業或寵物。)金幣可以用來購買遊戲中的物品或是兌換一次您自己設定的獎勵。就算完成一件小事我們也會立刻給予獎勵,有努力就有回報,使你不再拖延。", "landingp2header": "及時獎勵", - "landingp3": "當您養成了壞習慣、未完成指定的每日任務時,人˙物的血量就會下降。若您的血量太低,您的角色會死亡˙並失去部分進度。HabitRPG 在您放縱自己時立馬給予懲罰,以便打破壞習慣和因循怠惰造成現實生活中的惡性循環。", + "landingp3": "當您養成了壞習慣、未完成指定的每日任務時,人˙物的血量就會下降。若您的血量太低,您的角色會死亡˙並失去部分進度。Habitica 在您放縱自己時立馬給予懲罰,以便打破壞習慣和因循怠惰造成現實生活中的惡性循環。", "landingp3header": "承擔後果", - "landingp4": "HabitRPG 有一個活力十足的社群,能協助您專注達成任務。 組隊系統能讓您和您的三五好友互相鼓勵。公會系統能讓您找到有相同興趣或障礙的玩家,可以共同分享各自的目標或是跨過障礙的經驗及秘訣。HabitRPG 的社群能給您支持、幫助和堅持不懈的責任感。", + "landingp4": "Habitica 有一個活力十足的社群,能協助您專注達成任務。 組隊系統能讓您和您的三五好友互相鼓勵。公會系統能讓您找到有相同興趣或障礙的玩家,可以共同分享各自的目標或是跨過障礙的經驗及秘訣。Habitica 的社群能給您支持、幫助和堅持不懈的責任感。", "landingp4header": "培養責任", - "leadText": "HabitRPG 是一個把你生活成為一種 生活習慣遊戲的免費app.遊戲裡的獎勵和懲罰以及一堆密切的好友感召你, HabitRPG幫你得到你的目標, 成為健康,努力和開心。", + "leadText": "Habitica 是一個把你生活成為一種 生活習慣遊戲的免費app.遊戲裡的獎勵和懲罰以及一堆密切的好友感召你, Habitica幫你得到你的目標, 成為健康,努力和開心。", "login": "登入", "loginAndReg": "登入 / 註冊", "loginFacebookAlt": "以 Facebook 登入 / 註冊", "logout": "登出", "marketing1Header": "透過遊戲養成您的習慣", - "marketing1Lead1": "HabitRPG 是能協助您在現實生活中養成生活習慣的遊戲。透過\"遊戲化\"的方式,將您自訂的任務(習慣、每日任務及待辦事項)轉變成您需要打敗的怪物。您越努力達成目標,遊戲中的你也會越來越強大;但若您越放縱自己,您的遊戲角色則會開始慢慢變弱。", + "marketing1Lead1": "Habitica 是能協助您在現實生活中養成生活習慣的遊戲。透過\"遊戲化\"的方式,將您自訂的任務(習慣、每日任務及待辦事項)轉變成您需要打敗的怪物。您越努力達成目標,遊戲中的你也會越來越強大;但若您越放縱自己,您的遊戲角色則會開始慢慢變弱。", "marketing1Lead2": "取得各種裝備。養成好習慣能讓您的角色變得越來越強大。展現你贏得的甜蜜裝備吧", "marketing1Lead2Title": "取得各種裝備", - "marketing1Lead3": "尋找隨機獎勵。「隨機獎勵」機制能讓某些喜歡賭博的玩家更有動力達成目標。HabitRPG 會提供各種類型的獎勵:好的、壞的、固定或隨機。", + "marketing1Lead3": "尋找隨機獎勵。「隨機獎勵」機制能讓某些喜歡賭博的玩家更有動力達成目標。Habitica 會提供各種類型的獎勵:好的、壞的、固定或隨機。", "marketing1Lead3Title": "尋找隨機獎勵", "marketing2Header": "和朋友比賽,加入有趣的團體", - "marketing2Lead1": "當您獨自進入 HabitRPG 的世界時,您會發現與其他人合作、競爭、共同分擔責任時是很吸引人的事。任何自我提昇的課程中最有效的方法就是團體責任感,而又有什麼環境能比遊戲中的責任感與競爭意識更有效呢?", + "marketing2Lead1": "當您獨自進入 Habitica 的世界時,您會發現與其他人合作、競爭、共同分擔責任時是很吸引人的事。任何自我提昇的課程中最有效的方法就是團體責任感,而又有什麼環境能比遊戲中的責任感與競爭意識更有效呢?", "marketing2Lead2": "擊敗Boss。沒有戰鬥的遊戲還叫 RPG 嗎?一起組隊打敗魔王吧!魔王有「超級責任感」屬性 - 若您某天未完成每日任務,則魔王會攻擊隊伍中的 所有人。", "marketing2Lead2Title": "Boss", "marketing2Lead3": "挑戰 能讓您與朋友或陌生人一同比賽。最後贏得挑戰的玩家可以得到特別獎勵。", "marketing3Header": "Apps", "marketing3Lead1": "iPhone & Android 的 Apps 能讓您隨時更新任務進度。我們知道若每次都要登入網站按按鈕才能更新進度其實是個不小的負擔。", - "marketing3Lead2": "其他 第三方工具 能將 HabitRPG 以各種方式介入您的生活。我們的 API 能輕易與其他工具整合,如這個 Chrome 擴充功能,能當您瀏覽沒營養的網站時扣血,而瀏覽有意義的網站時補血。看看更多資訊", + "marketing3Lead2": "其他 第三方工具 能將 Habitica 以各種方式介入您的生活。我們的 API 能輕易與其他工具整合,如這個 Chrome 擴充功能,能當您瀏覽沒營養的網站時扣血,而瀏覽有意義的網站時補血。看看更多資訊", "marketing4Header": "組織或機構的應用環境", "marketing4Lead1": "教育是引入遊戲的最佳情境。我們都知道學生最近多熱衷於手機和遊戲上,利用這個力量!利用學生之間的良性競爭。值得讚揚的行為就給予特殊獎勵。期待他們的成績和行為越變越好吧!", "marketing4Lead1Title": "將遊戲融入教育", - "marketing4Lead2": "醫療保健的支出逐漸上升,我們總要做點什麼。有幾百種的課程能改善您的健康、減少您看醫生的錢。我們相信 HabitRPG 能幫助您通往健康的生活方式。", + "marketing4Lead2": "醫療保健的支出逐漸上升,我們總要做點什麼。有幾百種的課程能改善您的健康、減少您看醫生的錢。我們相信 Habitica 能幫助您通往健康的生活方式。", "marketing4Lead2Title": "將遊戲融入健康與保健", "marketing4Lead3-1": "想要將生活變成遊戲嗎?", "marketing4Lead3-2": "想要引入遊戲到教育、醫療或其他領域嗎?", @@ -126,10 +126,10 @@ "passMan": "如果您正在使用密碼管理工具 (例如 1Password) 而在登入時遇到問題,請試試手動輸入使用者名稱及密碼。", "password": "密碼", "playButton": "開始", - "playButtonFull": "開始玩HabitRPG", + "playButtonFull": "開始玩Habitica", "presskit": "媒體資料", "presskitDownload": "下載所有圖像:", - "presskitText": "感謝您對HabitRPG感興趣!下面的圖片可直接觀看HabitRPG文章或影片。欲了解更多訊息,請聯繫 Siena Leslie 在 leslie@habitrpg.com。", + "presskitText": "感謝您對Habitica感興趣!下面的圖片可直接觀看Habitica文章或影片。欲了解更多訊息,請聯繫 Siena Leslie 在 leslie@habitica.com。", "privacy": "隱私權政策", "psst": "噓!", "punishByline": "Break bad habits and procrastination cycles with immediate consequences.", @@ -152,9 +152,9 @@ "schoolSample3": "Meet with Study Group", "schoolSample4": "第1章的筆記", "schoolSample5": "閱讀1章", - "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to HabitRPG. I'm just always so eager to reach my next level-up!", + "sixteenBitFilQuote": "I'm getting my jobs and tasks done in record time thanks to Habitica. I'm just always so eager to reach my next level-up!", "skysailorQuote": "My party and our quests keep me engaged in the game, which keeps me motivated to get things done and change my life in positive ways", - "socialTitle": "HabitRPG - 讓生活變成遊戲", + "socialTitle": "Habitica - 讓生活變成遊戲", "supermouse35Quote": "我比較常運動以及我好幾個月沒忘記吃我的藥!謝謝,Habit。 :D", "sync": "同步", "tasks": "工作", @@ -172,11 +172,11 @@ "username": "使用者名稱", "watchVideos": "觀看影片", "work": "工作", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "zelahQuote": "With Habitica, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", "reportAccountProblems": "回報帳戶問題", "reportCommunityIssues": "Report Community Issues", "generalQuestionsSite": "關於本網站的一般問題", "businessInquiries": "Business Inquiries", "merchandiseInquiries": "Merchandise Inquiries", "marketingInquiries": "Marketing/Social Media Inquiries" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/gear.json b/common/locales/zh_TW/gear.json index ebdc39419c..5da0908bd2 100644 --- a/common/locales/zh_TW/gear.json +++ b/common/locales/zh_TW/gear.json @@ -200,9 +200,9 @@ "armorSpecialSnowflakeText": "雪花長袍", "armorSpecialSnowflakeNotes": "即使在暴風雪中,長袍也會讓你溫暖。增加<%= con %>點體質。2013-2014冬季限量版裝備。", "armorSpecialBirthdayText": "可笑的聚會旗袍", - "armorSpecialBirthdayNotes": "生日快樂,HabitRPG!穿上這些滑稽的派對長袍去慶祝美妙的一天。沒有屬性加成。", + "armorSpecialBirthdayNotes": "生日快樂,Habitica!穿上這些滑稽的派對長袍去慶祝美妙的一天。沒有屬性加成。", "armorSpecialBirthday2015Text": "愚蠢的隊伍長袍", - "armorSpecialBirthday2015Notes": "生日快樂,HabitRPG!穿上這些愚蠢的派對長袍去慶祝美妙的一天,沒有屬性加成。", + "armorSpecialBirthday2015Notes": "生日快樂,Habitica!穿上這些愚蠢的派對長袍去慶祝美妙的一天,沒有屬性加成。", "armorSpecialGaymerxText": "彩虹戰士護甲", "armorSpecialGaymerxNotes": "這件特殊的護甲裝飾著五彩斑斕的彩虹圖案,是為紀念自豪季和GaymerX而生!GaymerX是一個遊戲大會,慶祝LGBTQ和遊戲並對每個人開放。它舉辦於舊金山中心的洲際酒店,時間是7月11-13日!沒有屬性加成。", "armorSpecialSpringRogueText": "圓滑貓套裝", @@ -617,4 +617,4 @@ "eyewearMystery301404Notes": "沒有什麼小飾品能比一副護目鏡更炫了—可能吧,除了單片眼鏡。3015年3月訂閱者物品。", "eyewearMystery301405Text": "單片眼鏡", "eyewearMystery301405Notes": "沒有什麼飾品能比單片眼鏡更炫—可能吧,除了護目鏡。沒有屬性加成。3015年7月訂閱者物品" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/generic.json b/common/locales/zh_TW/generic.json index 47f783d2eb..9b91ccf5d4 100644 --- a/common/locales/zh_TW/generic.json +++ b/common/locales/zh_TW/generic.json @@ -1,11 +1,11 @@ { "languageName": "中文(正體)", "stringNotFound": "找不到文字“<%= string %>”。", - "titleIndex": "HabitRPG | 你的生活遊戲", + "titleIndex": "Habitica | 你的生活遊戲", "habitica": "Habitica", "expandToolbar": "展開列表", "collapseToolbar": "隱藏列表", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "markdownBlurb": "Habitica uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", "showFormattingHelp": "Show formatting help", "hideFormattingHelp": "Hide formatting help", "youType": "You type:", @@ -14,8 +14,8 @@ "bold": "**Bold**", "strikethrough": "~~Strikethrough~~", "emojiExample": ":smile:", - "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", + "markdownLinkEx": "[Habitica is great!](https://habitica.com)", + "markdownImageEx": "![mandatory alt text](https://habitica.com/cake.png \"optional mouseover title\")", "unorderedListHTML": "+ First item
+ Second item
+ Third item", "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", "code": "`code`", @@ -61,13 +61,13 @@ "veteranText": "經歷過Habit The Grey (原來的網站) ,身上帶著多處其bug帶來的傷疤。", "originalUser": "原始用戶!", "originalUserText": "原始的用戶之一,來跟Alpha 測試者打個招呼吧!", - "habitBirthday": "HabitRPG生日派對", - "habitBirthdayText": "慶祝HabitRPG生日派對!", - "habitBirthdayPluralText": "慶祝第<%= number %>次的HabitRPG生日派對", + "habitBirthday": "Habitica生日派對", + "habitBirthdayText": "慶祝Habitica生日派對!", + "habitBirthdayPluralText": "慶祝第<%= number %>次的Habitica生日派對", "achievementDilatory": "拖延的救世者", "achievementDilatoryText": "2014年夏季世界事件中協助打敗了恐怖的拖延巨龍!", "costumeContest": "2014 服裝大賽", - "costumeContestText": "參加2014萬聖節變裝大賽。看看有誰已經在部落格上登記了: habitrpg .com/tagged/cosplay!", + "costumeContestText": "參加2014萬聖節變裝大賽。看看有誰已經在部落格上登記了: habitica .com/tagged/cosplay!", "memberSince": "- 加入於", "lastLoggedIn": "- 最後上線於", "notPorted": "這個功能未從原版網站中導出。", @@ -90,7 +90,7 @@ "audioTheme_gokulTheme": "Gokul Theme", "askQuestion": "問問題", "reportBug": "回報問題", - "contributeToHRPG": "為HabitRPG作出貢獻", + "contributeToHRPG": "為Habitica作出貢獻", "overview": "新手教學", "January": "一月", "February": "二月", @@ -107,4 +107,4 @@ "dateFormat": "日期格式", "achievementStressbeast": "Stoïkalm 的救世主", "achievementStressbeastText": "在2015年冬季夢幻之地事件中幫忙打敗惡劣壓力雪怪。" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/groups.json b/common/locales/zh_TW/groups.json index 151ab82035..0eec174ff7 100644 --- a/common/locales/zh_TW/groups.json +++ b/common/locales/zh_TW/groups.json @@ -70,7 +70,7 @@ "sortJoined": "依照加入隊伍的時間進行分類", "sortName": "以角色名稱排序", "sortBackgrounds": "以背景排序", - "sortHabitrpgJoined": "依照加入HabitRPG的日期進行分類", + "sortHabitrpgJoined": "依照加入Habitica的日期進行分類", "sortHabitrpgLastLoggedIn": "依照登入的日期進行分類", "ascendingSort": "升冪分類排序", "descendingSort": "降冪分類排序", @@ -106,7 +106,7 @@ "leaderOnlyChallenges": "Only group leader can create challenges", "sendGift": "送禮物", "inviteFriends": "邀請朋友", - "inviteAlertInfo": "按這裡通過UUID邀請朋友加入", + "inviteAlertInfo": "按這裡通過UUID邀請朋友加入", "inviteExistUser": "Invite Existing User", "inviteByEmail": "通過電子郵件邀請朋友。如果他們通過你發的電子郵件加入, 他們自然而然被邀請加入這個群組", "byColon": "作者:", diff --git a/common/locales/zh_TW/limited.json b/common/locales/zh_TW/limited.json index 2c32926108..0cad5c721d 100644 --- a/common/locales/zh_TW/limited.json +++ b/common/locales/zh_TW/limited.json @@ -26,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %> Siena Leslie <%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %> 季節魔女 <%= linkEnd %>", "seasonalShopClosedText": "季節限定商店目前沒有營業!我不知道店主人在哪,不過我想下個<%= linkStart %>Grand Gala<%= linkEnd %>!他會回來的。", - "seasonalShopText": "歡迎來到季節限定商店!!我們正要把春天 季節限定版 的商品上架呢。這裡的每樣物品都會在每年歡慶春日的時節開放購買,但只到四月30日為止,所以趕快趁現在採購,不然你可得等到明年才能再買囉。", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "歡迎來到季節限定商店!!我們正要把春天 季節限定版 的商品上架呢。這裡的每樣物品都會在每年歡慶春日的時節開放購買,但只到四月30日為止,所以趕快趁現在採購,不然你可得等到明年才能再買囉。", + "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "如果你用過重生球,你可以在解鎖物品商店後在獎勵欄再次購買它。起初,你只能為你當前職業購買裝備(默認戰士),別擔心,如果你切換到別的職業,你將可以購買該職業的特別物品。", "candycaneSet": "拐杖糖 ( 法師 )", "skiSet": "滑雪杖 ( 盜賊 )", @@ -52,4 +52,4 @@ "emeraldMermageSet": "Emerald Mermage (Mage)", "reefSeahealerSet": "Reef Seahealer (Healer)", "roguishPirateSet": "Roguish Pirate (Rogue)" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/messages.json b/common/locales/zh_TW/messages.json index eca0dc9443..f7d8ef4209 100644 --- a/common/locales/zh_TW/messages.json +++ b/common/locales/zh_TW/messages.json @@ -29,4 +29,4 @@ "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/npc.json b/common/locales/zh_TW/npc.json index 37017579be..757324f353 100644 --- a/common/locales/zh_TW/npc.json +++ b/common/locales/zh_TW/npc.json @@ -21,9 +21,9 @@ "cool": "稍候再跟我說", "dismissAlert": "不再顯示", "donateText1": "在你的帳號裡增加20個寶石。寶石可以用來購買特殊的虛擬物品,例如衣服和髮型。", - "donateText2": "請幫助HabitRPG", - "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", - "donationDesc": "捐贈給HabitRPG 20 顆寶石", + "donateText2": "請幫助Habitica", + "donateText3": "Habitica is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!", + "donationDesc": "捐贈給Habitica 20 顆寶石", "payWithCard": "用信用卡購買", "payNote": "請注意: PayPal 有時候付款會蠻花時間的,我們建議你用信用卡購買。", "card": "信用卡", @@ -52,10 +52,10 @@ "tourStatsPage": "這是你的屬性點界面!完成任務列表來獲得成就。", "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!", "tourPartyPage": "你的隊伍會使你保持責任心。邀請朋友來解鎖任務捲軸!", - "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!", + "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about Habitica!", "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!", "tourMarketPage": "從4級開始,當你完成任務時,蛋和孵化藥水會隨機掉落。他們會出現在這裡—使用它們來孵化寵物!你也可以從集市購買物品。", - "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!", + "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to Habitica are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to Habitica, too!", "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.", "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!", "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"", @@ -71,11 +71,11 @@ "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List
  • Spend your hard-earned Gold here!
  • Purchase Equipment for your avatar, or set custom Rewards.
", "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "welcomeToHabit": "Welcome to Habitica, a game to improve your life!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now you'll customize your avatar and set up your tasks...", "imReady": "I'm Ready!" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/pets.json b/common/locales/zh_TW/pets.json index 9283a2f88f..90201cc7aa 100644 --- a/common/locales/zh_TW/pets.json +++ b/common/locales/zh_TW/pets.json @@ -14,7 +14,7 @@ "mantisShrimp": "瀨尿蝦", "mammoth": "蓬蓬長毛象", "orca": "Orca", - "rarePetPop1": "按按金色的爪印,看看怎麼為HabitRPG貢獻,以獲得這隻稀有寵物!", + "rarePetPop1": "按按金色的爪印,看看怎麼為Habitica貢獻,以獲得這隻稀有寵物!", "rarePetPop2": "得到這個寵物的方法!", "potion": "<%= potionType %> 藥水", "egg": "<%= eggType %> 蛋", @@ -28,7 +28,7 @@ "foodText": "food", "food": "食物和鞍", "noFood": "你沒有任何食物或鞍。", - "dropsExplanation": "如果有一項物品你不想等到完成任務後掉落,可以用寶石更快的獲得它。 了解更多關於掉落物系統。", + "dropsExplanation": "如果有一項物品你不想等到完成任務後掉落,可以用寶石更快的獲得它。 了解更多關於掉落物系統。", "beastMasterProgress": "寵物大師進度", "beastAchievement": "你找齊了所有寵物,獲得了”寵物大師“的成就!", "beastMasterName": "寵物大師", @@ -65,4 +65,4 @@ "petKeyBoth": "釋放所有寵物與座騎", "petKeyNeverMind": "還不是時候", "gemsEach": "寶石/次" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/quests.json b/common/locales/zh_TW/quests.json index 3493196615..d642dd7692 100644 --- a/common/locales/zh_TW/quests.json +++ b/common/locales/zh_TW/quests.json @@ -60,4 +60,4 @@ "questWarning": "如果新的隊友在開始前加入了隊伍,他們也會收到邀請。但是一旦任務已經開始,新的隊友就無法再加入這個任務了。", "bossRageTitle": "憤怒值", "bossRageDescription": "當此欄全滿時,Boss就會發動特殊攻擊!" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/questscontent.json b/common/locales/zh_TW/questscontent.json index 6895c21515..1907d9262a 100644 --- a/common/locales/zh_TW/questscontent.json +++ b/common/locales/zh_TW/questscontent.json @@ -238,4 +238,4 @@ "questDilatoryDistress3DropFish": "Fish (Food)", "questDilatoryDistress3DropWeapon": "Trident of Crashing Tides (Weapon)", "questDilatoryDistress3DropShield": "Moonpearl Shield (Shield-Hand Item)" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/rebirth.json b/common/locales/zh_TW/rebirth.json index 32e31bc29c..261f1a1cca 100644 --- a/common/locales/zh_TW/rebirth.json +++ b/common/locales/zh_TW/rebirth.json @@ -22,4 +22,4 @@ "rebirthPop": "開始一個等級 1 的新角色,並保留成就、物品和任務歷史。", "rebirthName": "重生球", "reborn": "重生,最高級別 <%= reLevel %>" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/settings.json b/common/locales/zh_TW/settings.json index 0d19483049..7baf34291f 100644 --- a/common/locales/zh_TW/settings.json +++ b/common/locales/zh_TW/settings.json @@ -2,7 +2,7 @@ "settings": "設定", "language": "語言", "americanEnglishGovern": "不同語言描述不同時,以美式英語為準。", - "helpWithTranslation": "你想要協助翻譯 HabitRPG?太好了!請上這個 Trello 板。", + "helpWithTranslation": "你想要協助翻譯 Habitica?太好了!請上這個 Trello 板。", "showHeaderPop": "顯示你的角色、生命值 / 經驗值和隊伍。", "stickyHeader": "頂部保持不動", "stickyHeaderPop": "把頂部固定在屏幕上方。如果不選這個選項,當你滾動到頁面下面時,頂部會被滾離頁面。", @@ -15,7 +15,7 @@ "startAdvCollapsed": "預設隱藏進階選項", "startAdvCollapsedPop": "選擇這個選項後,展開編輯新任務時,進階選項是隱藏的。", "showTour": "顯示教學", - "restartTour": "重新開始剛加入 HabitRPG 時,所顯示的教學", + "restartTour": "重新開始剛加入 Habitica 時,所顯示的教學", "showBailey": "顯示 Bailey", "showBaileyPop": "呼叫傳令員 Bailey,以查看過去的新聞。", "fixVal": "修改角色數值", @@ -27,7 +27,7 @@ "resetAccount": "重置帳號", "resetAccPop": "從頭開始,移除所有等級、金幣、裝備、歷史和任務。", "deleteAccount": "刪除帳號", - "deleteAccPop": "取消並移除你的 HabitRPG 帳號。", + "deleteAccPop": "取消並移除你的 Habitica 帳號。", "qrCode": "QR Code", "dataExport": "匯出資料", "saveData": "你可以用幾種方式匯出你的習慣資料", @@ -41,8 +41,8 @@ "json": "(JSON)", "customDayStart": "設定開始日期", "24HrClock": "24 小時制", - "customDayStartInfo1": "HabitRPG預設在你自己的時區的午夜檢查並重設你的每日任務。我們建議您在改變之前閱讀以下信息:", - "customDayStartInfo4": " 在改變重設時間之前完成你所有的每日任務 或是在那天 在旅館裡休息。改變你的自定義時間可能會導致 同步 立刻進行,但後一天它才會預期的運作。

請給予兩個小時的空窗期,以使更改生效。例如,如果當前設置為0(午夜),那你要在下午10時之前更改;如果你想將其更改到晚上9點,請下午7點之前改變它。

輸入從0到23的某一小時 (它採用24小時制)。打字會比你按箭頭還快。設置以後,請重新整理確定系統已經使用新的時間。", + "customDayStartInfo1": "Habitica預設在你自己的時區的午夜檢查並重設你的每日任務。我們建議您在改變之前閱讀以下信息:", + "customDayStartInfo4": " 在改變重設時間之前完成你所有的每日任務 或是在那天 在旅館裡休息。改變你的自定義時間可能會導致 同步 立刻進行,但後一天它才會預期的運作。

請給予兩個小時的空窗期,以使更改生效。例如,如果當前設置為0(午夜),那你要在下午10時之前更改;如果你想將其更改到晚上9點,請下午7點之前改變它。

輸入從0到23的某一小時 (它採用24小時制)。打字會比你按箭頭還快。設置以後,請重新整理確定系統已經使用新的時間。", "misc": "其他", "showHeader": "顯示頂部", "changePass": "修改密碼", @@ -56,7 +56,7 @@ "dangerZone": "危險區域", "resetText1": "警告!此功能會重設你角色的多數資料。強烈不建議你這樣做,但是有些人短暫地玩這個網站後,希望能重新開始。", "resetText2": "你會失去你所有的等級、金幣和經驗值,所有的任務會被永久刪除。你會失去你所有的任務歷史資料。你會失去所有的裝備,包括你曾經擁有過的所有限量版裝備,和訂閱者的神秘物品(你需要變成對應的職業,才能重新購買職業限定的裝備)。但是能夠再把他們買回來。你會保留你的當前職業和你的寵物與坐騎。相比之下,用道具重生球會更安全,你的任務會被保留下來。", - "deleteText": "確定嗎?這會永久地刪除你的帳號,並且再也無法恢復!如果希望再次使用 HabitRPG,需要註冊一個全新的帳號。舊帳號內儲存的和花掉的寶石也無法被退費。如果你非常確定要刪除帳號,在下面的文字欄中輸入<%= deleteWord %>。", + "deleteText": "確定嗎?這會永久地刪除你的帳號,並且再也無法恢復!如果希望再次使用 Habitica,需要註冊一個全新的帳號。舊帳號內儲存的和花掉的寶石也無法被退費。如果你非常確定要刪除帳號,在下面的文字欄中輸入<%= deleteWord %>。", "API": "API", "APIText": "這個是使用再第三方應用上面的。但是,你的 API Token 相當於密碼,請不要公開它。有時候別人可能會向你要UUID,但是永遠不要把你的 API token 分享給其他人,包括在 Github 上。", "APIToken": "API Token(這相當於密碼——注意看上面的警告!)", @@ -79,13 +79,13 @@ "data": "數據", "exportData": "匯出數據", "emailChange1": "如果想修改 email 地址,請寄信到", - "emailChange2": "admin@habitrpg.com", + "emailChange2": "admin@habitica.com", "emailChange3": "包括你新的和舊的 eamil 地址,和你的UUID。", "username": "帳號", "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Facebook 已註冊", - "loginNameDescription1": "這是你用來登入 HabitRPG 的帳號。到", + "loginNameDescription1": "這是你用來登入 Habitica 的帳號。到", "loginNameDescription2": "玩家→基本資料", "loginNameDescription3": "來修改你的你的角色和在聊天室的名字。", "emailNotifications": "電子郵件通知", @@ -101,12 +101,12 @@ "questStarted": "你的任務開始了", "invitedQuest": "受邀參與任務", "kickedGroup": "從群組中剔除", - "remindersToLogin": "提醒登入HabitRPG", + "remindersToLogin": "提醒登入Habitica", "unsubscribedSuccessfully": "成功取消訂閱!", - "unsubscribedTextUsers": "你已經成功取消訂閱HabitRPG的電子郵件。你可以在 設定 中選擇你想接收的電子郵件 (需要登入)。", - "unsubscribedTextOthers": "你將不會從HabitRPG收到任何其他電子郵件。", + "unsubscribedTextUsers": "你已經成功取消訂閱Habitica的電子郵件。你可以在 設定 中選擇你想接收的電子郵件 (需要登入)。", + "unsubscribedTextOthers": "你將不會從Habitica收到任何其他電子郵件。", "unsubscribeAllEmails": "取消電子郵件訂閱", - "unsubscribeAllEmailsText": "勾選此欄,並且我明白地知道我將取消全部的電子郵件訂閱,HabitRPG再也沒辦法利用電子郵件提醒我,關於網站或帳戶的重大更改。", + "unsubscribeAllEmailsText": "勾選此欄,並且我明白地知道我將取消全部的電子郵件訂閱,Habitica再也沒辦法利用電子郵件提醒我,關於網站或帳戶的重大更改。", "correctlyUnsubscribedEmailType": "從\"<%= emailType %>\"取消訂閱電子郵件。", "subscriptionRateText": "<%= months %> 個月反覆 <%= price %> 次", "benefits": "好處", @@ -119,4 +119,4 @@ "promoCodeApplied": "Promo Code Applied! Check your inventory", "promoPlaceholder": "Enter Promotion Code", "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/spells.json b/common/locales/zh_TW/spells.json index a3777ab578..b434912497 100644 --- a/common/locales/zh_TW/spells.json +++ b/common/locales/zh_TW/spells.json @@ -47,4 +47,4 @@ "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", "spellSpecialSandText": "Sand", "spellSpecialSandNotes": "Cancel the effects of Seafoam." -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/subscriber.json b/common/locales/zh_TW/subscriber.json index 2d92bad06c..3d8ca2767d 100644 --- a/common/locales/zh_TW/subscriber.json +++ b/common/locales/zh_TW/subscriber.json @@ -17,14 +17,14 @@ "monthUSD": "USD/每月", "organization": "組織", "groupPlans": "公司方案", - "indivPlan1": "對個人來說HabitRPG可以免費使用。即使對小團體,能免費(低成本) 運行", + "indivPlan1": "對個人來說Habitica可以免費使用。即使對小團體,能免費(低成本) 運行", "indivPlan2": "用於激勵參與者改善行為習慣。想像一下寫作小組,藝術挑戰等等。", - "groupText1": "但是有些團隊領導,希望有更多的控制功能、隱私、安全和服務支持。例如一些家庭、健康養生小組、員工小組……等等。這裡為你的團隊或組織,提供了一種更安全、獨立的私人版HabitRPG,並獨立於", + "groupText1": "但是有些團隊領導,希望有更多的控制功能、隱私、安全和服務支持。例如一些家庭、健康養生小組、員工小組……等等。這裡為你的團隊或組織,提供了一種更安全、獨立的私人版Habitica,並獨立於", "groupText2": "下面列出來更多的計劃,聯絡我們以獲得更多訊息!", "planFamily": "家庭方案 (即將推出)", "planGroup": "團體方案 (即將推出)", "dedicatedHost": "獨立主機", - "dedicatedHostText": "獨立主機:獲得HabitRPG為你提供,屬於你自己的資料庫和伺服器,也可選擇由我們在你的組織內網安裝。如果不選擇,套餐會使用“共享主機”:你的組織會和HabitRPG用同樣的資料庫,但是提供獨立的Habitica世界。雖然在同一個伺服器或資料庫上,但是你的成員會位於單獨的酒館和公會。", + "dedicatedHostText": "獨立主機:獲得Habitica為你提供,屬於你自己的資料庫和伺服器,也可選擇由我們在你的組織內網安裝。如果不選擇,套餐會使用“共享主機”:你的組織會和Habitica用同樣的資料庫,但是提供獨立的Habitica世界。雖然在同一個伺服器或資料庫上,但是你的成員會位於單獨的酒館和公會。", "individualSub": "個人訂閱", "subscribe": "訂閱", "subscribed": "已訂閱", @@ -33,9 +33,9 @@ "adminSub": "管理員訂閱", "morePlans": "即將推出更多套餐", "organizationSub": "私人組織", - "organizationSubText": "組織成員獨立於HabitRPG proper,為參與者提供專們的服務。", + "organizationSubText": "組織成員獨立於Habitica proper,為參與者提供專們的服務。", "hostingType": "主機類型", - "hostingTypeText": "共享主機代表,您的組織會和HabitRPG proper使用同一個資料庫,即使您並不和Habitica世界互動。專有主機代表,您會獲得自己的數據庫和服務器。您可以選擇讓HabitRPG提供伺服器或資料庫,也可以由我們在您自己的伺服器上為您安裝。", + "hostingTypeText": "共享主機代表,您的組織會和Habitica proper使用同一個資料庫,即使您並不和Habitica世界互動。專有主機代表,您會獲得自己的數據庫和服務器。您可以選擇讓Habitica提供伺服器或資料庫,也可以由我們在您自己的伺服器上為您安裝。", "dedicated": "專有", "customDomain": "自定網域", "customDomainText": "可以選擇我們為安裝提供的獨立網域。", @@ -58,7 +58,7 @@ "buySubsText": "用金幣購買寶石、消除廣告、支持開發者", "sureCancelSub": "你確定你要取消訂閱嗎?", "subCanceled": "訂閱狀態將失效", - "subGemPop": "因為你訂閱HabitRPG,您每個月可以使用金幣購買一批寶石。在寶石的圖標的一角,你可以看到有多少寶石都可以買。", + "subGemPop": "因為你訂閱Habitica,您每個月可以使用金幣購買一批寶石。在寶石的圖標的一角,你可以看到有多少寶石都可以買。", "subGemName": "訂閱的寶石", "timeTravelers": "時光旅行者", "timeTravelersTitleNoSub": "<%= linkStartTyler %>Tyler<%= linkEnd %> 和 <%= linkStartVicky %>Vicky<%= linkEnd %>", @@ -69,4 +69,4 @@ "subUpdateCard": "更新信用卡", "subUpdateTitle": "更新", "subUpdateDescription": "更新信用卡以便我們扣款" -} \ No newline at end of file +} diff --git a/common/locales/zh_TW/tasks.json b/common/locales/zh_TW/tasks.json index 4f7153c9e0..52cf6e8f9a 100644 --- a/common/locales/zh_TW/tasks.json +++ b/common/locales/zh_TW/tasks.json @@ -2,7 +2,7 @@ "clearCompleted": "清除已完成任務", "lotOfToDos": "已完成的待辦事項會在三天後自動歸檔。你能在 設定 > 匯出 裡找到他們。", "deleteToDosExplanation": "如果你點選底下的按鈕,你所有已完成跟歸檔的待辦事項都將被永遠刪除。如果你想要留做紀錄,請先將它們匯出。", - "beeminderDeleteWarning": "Beeminder 用戶: 首先 請閱讀 刪除已完成的待辦事項而不影響你的 Beeminder!", + "beeminderDeleteWarning": "Beeminder 用戶: 首先 請閱讀 刪除已完成的待辦事項而不影響你的 Beeminder!", "addmultiple": "新增多項", "addsingle": "新增單項", "habits": "習慣", @@ -90,20 +90,20 @@ "dailiesRestingInInn": "You're Resting in the Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If you're in a quest, you won't deal damage/collect items until you check out of the Inn, but you can still be injured by a Boss if your Party mates skip their own Dailies.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", "clickForHelp": "Click for help" -} \ No newline at end of file +} diff --git a/migrations/20150731_veteran_tiger.js b/migrations/20150731_veteran_tiger.js index 1c3ab46799..55e46fb1af 100644 --- a/migrations/20150731_veteran_tiger.js +++ b/migrations/20150731_veteran_tiger.js @@ -1,5 +1,5 @@ db.users.update( - {}, + {'items.pets.Wolf-Veteran':{$ne:null}}, {$set:{'items.pets.Tiger-Veteran':5}}, {multi:true} ); diff --git a/migrations/20150731_veteran_wolf.js b/migrations/20150731_veteran_wolf.js new file mode 100644 index 0000000000..9d31d4591d --- /dev/null +++ b/migrations/20150731_veteran_wolf.js @@ -0,0 +1,7 @@ +// Run after the Veteran Tiger script, not before! + +db.users.update( + {'items.pets.Wolf-Veteran':{$exists:false}}, + {$set:{'items.pets.Wolf-Veteran':5}}, + {multi:true} +); diff --git a/migrations/new_stuff.js b/migrations/new_stuff.js index df2d59e795..9d8b796c69 100644 --- a/migrations/new_stuff.js +++ b/migrations/new_stuff.js @@ -1 +1,63 @@ -db.users.update({},{$set:{'flags.newStuff':true}},{multi:true}) \ No newline at end of file +var migrationName = 'new_stuff.js'; +var authorName = 'Sabe'; // in case script author needs to know when their ... +var authorUuid = '7f14ed62-5408-4e1b-be83-ada62d504931'; //... own data is done + +/* + * set the newStuff flag in all user accounts so they see a Bailey message + */ + +var dbserver = 'localhost:27017'; // FOR TEST DATABASE +// var dbserver = 'username:password@ds031379-a0.mongolab.com:31379'; // FOR PRODUCTION DATABASE +var dbname = 'habitrpg'; + +var mongo = require('mongoskin'); +var _ = require('lodash'); + +var dbUsers = mongo.db(dbserver + '/' + dbname + '?auto_reconnect').collection('users'); + +// specify a query to limit the affected users (empty for all users): +var query = { + 'flags.newStuff':false +}; + +// specify fields we are interested in to limit retrieved data (empty if we're not reading data): +var fields = { + 'flags.newStuff':1 +}; + +console.warn('Updating users...'); +var progressCount = 1000; +var count = 0; +dbUsers.findEach(query, fields, {batchSize:250}, function(err, user) { + if (err) { return exiting(1, 'ERROR! ' + err); } + if (!user) { + console.warn('All appropriate users found and modified.'); + return displayData(); + } + count++; + + // specify user data to change: + var set = {'migration':migrationName, 'flags.newStuff':true}; + + dbUsers.update({_id:user._id}, {$set:set}); + + if (count%progressCount == 0) console.warn(count + ' ' + user._id); + if (user._id == authorUuid) console.warn(authorName + ' processed'); +}); + + +function displayData() { + console.warn('\n' + count + ' users processed\n'); + return exiting(0); +} + + +function exiting(code, msg) { + code = code || 0; // 0 = success + if (code && !msg) { msg = 'ERROR!'; } + if (msg) { + if (code) { console.error(msg); } + else { console.log( msg); } + } + process.exit(code); +} diff --git a/tasks/gulp-tests.js b/tasks/gulp-tests.js index bf81b34838..159a325205 100644 --- a/tasks/gulp-tests.js +++ b/tasks/gulp-tests.js @@ -85,7 +85,7 @@ gulp.task('test:server_side:safe', ['test:prepare:build'], (cb) => { testBin('mocha test/server_side'), (err, stdout, stderr) => { testResults.push({ - suite: 'Servser Side Specs\t', + suite: 'Server Side Specs\t', pass: testCount(stdout, /(\d+) passing/), fail: testCount(stderr, /(\d+) failing/), pend: testCount(stdout, /(\d+) pending/) diff --git a/test/e2e/e2e.js b/test/e2e/e2e.js index a4b3db75cb..bc5e013cda 100644 --- a/test/e2e/e2e.js +++ b/test/e2e/e2e.js @@ -25,7 +25,7 @@ describe('front page', function() { it('shows the front page', function(){ var button = element(by.id('play-btn')); - expect(button.getText()).toEqual('Play for free'); + expect(button.getText()).toEqual('Join for free'); }); it("don't login when using wrong credentials", function(){ diff --git a/test/server_side/controllers/user.test.js b/test/server_side/controllers/user.test.js new file mode 100644 index 0000000000..ec3b447630 --- /dev/null +++ b/test/server_side/controllers/user.test.js @@ -0,0 +1,555 @@ +var sinon = require('sinon'); +var chai = require("chai") +chai.use(require("sinon-chai")) +var expect = chai.expect +var rewire = require('rewire'); + +var userController = rewire('../../../website/src/controllers/user'); + +describe('User Controller', function() { + + describe('score', function() { + var req, res, user; + + beforeEach(function() { + user = { + _id: 'user-id', + _tmp: { + drop: true + }, + _statsComputed: { + maxMP: 100 + }, + ops: { + score: sinon.stub(), + addTask: sinon.stub() + }, + stats: { + lvl: 10, + hp: 43, + mp: 50 + }, + preferences: { + webhooks: { + 'some-id': { + sort: 0, + id: 'some-id', + enabled: true, + url: 'http://example.org/endpoint' + } + } + }, + save: sinon.stub(), + tasks: { + task_id: { + id: 'task_id', + type: 'todo' + } + } + }; + req = { + language: 'en', + params: { + id: 'task_id', + direction: 'up' + } + }; + res = { + locals: { user: user }, + json: sinon.spy() + }; + }); + + context('early return conditions', function() { + it('sends an error when no id is provided', function() { + delete req.params.id; + + userController.score(req, res); + + expect(res.json).to.be.calledOnce; + expect(res.json).to.be.calledWith(400, {err: ':id required'}); + }); + + it('sends an error when no direction is provided', function() { + delete req.params.direction; + + userController.score(req, res); + + expect(res.json).to.be.calledOnce; + expect(res.json).to.be.calledWith(400, {err: ":direction must be 'up' or 'down'"}); + }); + + it('calls next when direction is "unlink"', function() { + req.params.direction = 'unlink'; + var nextSpy = sinon.spy(); + + userController.score(req, res, nextSpy); + + expect(nextSpy).to.be.calledOnce; + }); + + it('calls next when direction is "sort"', function() { + req.params.direction = 'sort'; + var nextSpy = sinon.spy(); + + userController.score(req, res, nextSpy); + + expect(nextSpy).to.be.calledOnce; + }); + }); + + context('task exists', function() { + it('sets todo to completed if direction is "up"', function() { + req.params.direction = 'up'; + req.params.id = 'todo_id'; + user.tasks.todo_id = { + _id: 'todo_id', + type: 'todo', + completed: false + }; + + userController.score(req, res); + + expect(user.tasks.todo_id.completed).to.eql(true); + }); + + it('sets todo to not completed if direction is "down"', function() { + req.params.direction = 'down'; + req.params.id = 'todo_id'; + user.tasks.todo_id = { + _id: 'todo_id', + type: 'todo', + completed: true + }; + + userController.score(req, res); + + expect(user.tasks.todo_id.completed).to.eql(false); + }); + + it('sets daily to completed if direction is "up"', function() { + req.params.direction = 'up'; + req.params.id = 'daily_id'; + user.tasks.daily_id = { + _id: 'daily_id', + type: 'daily', + completed: false + }; + + userController.score(req, res); + + expect(user.tasks.daily_id.completed).to.eql(true); + }); + + it('sets daily to not completed if direction is "down"', function() { + req.params.direction = 'down'; + req.params.id = 'daily_id'; + user.tasks.daily_id = { + _id: 'daily_id', + type: 'daily', + completed: true + }; + + userController.score(req, res); + + expect(user.tasks.daily_id.completed).to.eql(false); + }); + }); + + context('task does not exist', function() { + it('creates the task', function() { + user.ops.addTask.returns({id: 'an-id-that-does-not-exist'}); + + req.params.id = 'an-id-that-does-not-exist-yet'; + req.body = { + type: 'todo', + text: 'some todo', + notes: 'some notes' + } + + userController.score(req, res); + + expect(user.ops.addTask).to.be.calledOnce; + expect(user.ops.addTask).to.be.calledWith({ + body: { + id: 'an-id-that-does-not-exist-yet', + completed: true, + type: 'todo', + text: 'some todo', + notes: 'some notes' + } + }); + }); + + it('provides a default note if no note is provided', function() { + user.ops.addTask.returns({id: 'an-id-that-does-not-exist'}); + + req.params.id = 'an-id-that-does-not-exist-yet'; + req.body = { + type: 'todo', + text: 'some todo' + } + + userController.score(req, res); + + expect(user.ops.addTask).to.be.calledOnce; + expect(user.ops.addTask).to.be.calledWith({ + body: { + id: 'an-id-that-does-not-exist-yet', + completed: true, + type: 'todo', + text: 'some todo', + notes: "This task was created by a third-party service. Feel free to edit, it won't harm the connection to that service. Additionally, multiple services may piggy-back off this task." + } + }); + }); + + it('todo task is completed if direction is "up"', function() { + user.ops.addTask.returns({id: 'an-id-that-does-not-exist'}); + + req.params.direction = 'up'; + req.params.id = 'an-id-that-does-not-exist-yet'; + req.body = { + type: 'todo', + text: 'some todo', + notes: 'some notes' + } + + userController.score(req, res); + + expect(user.ops.addTask).to.be.calledOnce; + expect(user.ops.addTask).to.be.calledWith({ + body: { + id: 'an-id-that-does-not-exist-yet', + completed: true, + type: 'todo', + text: 'some todo', + notes: 'some notes' + } + }); + }); + + it('todo task is not completed if direction is "down"', function() { + user.ops.addTask.returns({id: 'an-id-that-does-not-exist'}); + + req.params.direction = 'down'; + req.params.id = 'an-id-that-does-not-exist-yet'; + req.body = { + type: 'todo', + text: 'some todo', + notes: 'some notes' + } + + userController.score(req, res); + + expect(user.ops.addTask).to.be.calledOnce; + expect(user.ops.addTask).to.be.calledWith({ + body: { + id: 'an-id-that-does-not-exist-yet', + completed: false, + type: 'todo', + text: 'some todo', + notes: 'some notes' + } + }); + }); + + it('daily task is completed if direction is "up"', function() { + user.ops.addTask.returns({id: 'an-id-that-does-not-exist'}); + + req.params.direction = 'up'; + req.params.id = 'an-id-that-does-not-exist-yet'; + req.body = { + type: 'daily', + text: 'some daily', + notes: 'some notes' + } + + userController.score(req, res); + + expect(user.ops.addTask).to.be.calledOnce; + expect(user.ops.addTask).to.be.calledWith({ + body: { + id: 'an-id-that-does-not-exist-yet', + completed: true, + type: 'daily', + text: 'some daily', + notes: 'some notes' + } + }); + }); + + it('daily task is not completed if direction is "down"', function() { + user.ops.addTask.returns({id: 'an-id-that-does-not-exist'}); + + req.params.direction = 'down'; + req.params.id = 'an-id-that-does-not-exist-yet'; + req.body = { + type: 'daily', + text: 'some daily', + notes: 'some notes' + } + + userController.score(req, res); + + expect(user.ops.addTask).to.be.calledOnce; + expect(user.ops.addTask).to.be.calledWith({ + body: { + id: 'an-id-that-does-not-exist-yet', + completed: false, + type: 'daily', + text: 'some daily', + notes: 'some notes' + } + }); + }); + }); + + context('whether task exists or it does not exist', function() { + it('calls user.ops.score', function() { + userController.score(req, res); + + expect(user.ops.score).to.be.calledOnce; + expect(user.ops.score).to.be.calledWith({ + params: {id: 'task_id', direction: 'up'}, + language: 'en' + }); + }); + + it('saves user', function() { + userController.score(req, res); + + expect(user.save).to.be.calledOnce; + }); + }); + + context('user.save callback', function() { + var savedUser; + beforeEach(function() { + savedUser = { + stats: user.stats + } + + user.save.yields(null, savedUser); + + user.ops.score.returns(1.5); + }); + + it('calls next if saving yields an error', function() { + var nextSpy = sinon.spy(); + user.save.yields('an error'); + + userController.score(req, res, nextSpy); + + expect(nextSpy).to.be.calledOnce; + expect(nextSpy).to.be.calledWith('an error'); + }); + + it('sends some user data with res.json', function() { + userController.score(req, res); + + expect(res.json).to.be.calledOnce; + expect(res.json).to.be.calledWith(200, { + delta: 1.5, + _tmp: user._tmp, + lvl: 10, + hp: 43, + mp: 50 + }); + }); + + it('sends webhooks', function() { + var webhook = require('../../../website/src/webhook'); + sinon.spy(webhook, 'sendTaskWebhook'); + + userController.score(req, res); + + expect(webhook.sendTaskWebhook).to.be.calledOnce; + expect(webhook.sendTaskWebhook).to.be.calledWith( + user.preferences.webhooks, + { + task: { + delta: 1.5, + details: { completed: true, id: "task_id", type: "todo" }, + direction: "up" + }, + user: { + _id: "user-id", + _tmp: { drop: true }, + stats: { hp: 43, lvl: 10, maxHealth: 50, maxMP: 100, mp: 50, toNextLevel: 260 } + } + } + ); + }); + }); + + context('save callback dealing with non challenge tasks', function() { + var Challenge = require('../../../website/src/models/challenge').model; + + beforeEach(function() { + user.save.yields(null, user); + sinon.stub(Challenge, 'findById'); + req.params.id = 'non_active_challenge_task'; + user.tasks.non_active_challenge_task = { + id: 'non_active_challenge_task', + challenge: { id: 'some-id' }, + type: 'todo' + } + }); + + afterEach(function() { + Challenge.findById.restore(); + }); + + it('returns early if not a challenge', function() { + delete user.tasks.non_active_challenge_task.challenge; + + userController.score(req, res); + + expect(Challenge.findById).to.not.be.called; + }); + + it('returns early if no challenge id', function() { + delete user.tasks.non_active_challenge_task.challenge.id; + + userController.score(req, res); + + expect(Challenge.findById).to.not.be.called; + }); + + it('returns early if challenge is broken', function() { + user.tasks.non_active_challenge_task.challenge.broken = true; + + userController.score(req, res); + + expect(Challenge.findById).to.not.be.called; + }); + + it('returns early if task is a reward', function() { + user.tasks.non_active_challenge_task.type = 'reward'; + + userController.score(req, res); + + expect(Challenge.findById).to.not.be.called; + }); + + it('calls next if there is an error looking up challenge', function() { + Challenge.findById.yields('an error'); + var nextSpy = sinon.spy(); + + userController.score(req, res, nextSpy); + + expect(Challenge.findById).to.be.calledOnce; + expect(nextSpy).to.be.calledOnce; + expect(nextSpy).to.be.calledWith('an error'); + }); + }); + + context('save callback dealing with challenge tasks', function() { + var Challenge = require('../../../website/src/models/challenge').model; + var chal; + + beforeEach(function() { + chal = { + id: 'id', + tasks: { + active_challenge_task: { id: 'active_challenge_task', value: 1 } + }, + syncToUser: sinon.spy(), + save: sinon.spy() + }; + user.save.yields(null, user); + user.ops.score.returns(1.4); + req.params.id = 'active_challenge_task'; + user.tasks.active_challenge_task = { + id: 'active_challenge_task', + challenge: { id: 'challenge_id' }, + type: 'todo' + }; + + sinon.stub(Challenge, 'findById'); + }); + + afterEach(function() { + Challenge.findById.restore(); + }); + + xit('sets challenge as broken if no challenge can be found', function() { + Challenge.findById.yields(null, null); + + userController.score(req, res); + + expect(Challenge.findById).to.be.calledOnce; + expect(user.tasks.active_challenge_task.challenge.broken).to.eql('CHALLENGE_DELETED'); + }); + + it('notifies user if task has been deleted from challenge', function() { + delete chal.tasks.active_challenge_task; + Challenge.findById.yields(null, chal); + + userController.score(req, res); + + expect(Challenge.findById).to.be.calledOnce; + expect(chal.syncToUser).to.be.calledOnce; + }); + + it('changes task value by delta', function() { + Challenge.findById.yields(null, chal); + + userController.score(req, res); + + expect(Challenge.findById).to.be.calledOnce; + expect(chal.tasks.active_challenge_task.value).to.be.eql(2.4); + }); + + it('adds history if task is a habit', function() { + chal.tasks.active_challenge_task = { + id: 'active_challenge_task', + type: 'habit', + value: 1, + history: [{value: 1, date: 1234}] + }; + + Challenge.findById.yields(null, chal); + + userController.score(req, res); + + expect(Challenge.findById).to.be.calledOnce; + + var historyEvent = chal.tasks.active_challenge_task.history[1]; + + expect(historyEvent.value).to.eql(2.4); + expect(historyEvent.date).to.be.closeTo(+new Date, 10); + }); + + it('adds history if task is a daily', function() { + chal.tasks.active_challenge_task = { + id: 'active_challenge_task', + type: 'daily', + value: 1, + history: [{value: 1, date: 1234}] + }; + + Challenge.findById.yields(null, chal); + + userController.score(req, res); + + expect(Challenge.findById).to.be.calledOnce; + + var historyEvent = chal.tasks.active_challenge_task.history[1]; + + expect(historyEvent.value).to.eql(2.4); + expect(historyEvent.date).to.be.closeTo(+new Date, 10); + }); + + it('saves the challenge data', function() { + Challenge.findById.yields(null, chal); + + userController.score(req, res); + + expect(Challenge.findById).to.be.calledOnce; + expect(chal.save).to.be.calledOnce; + }); + }); + }); +}); diff --git a/test/server_side/webhooks.test.js b/test/server_side/webhooks.test.js new file mode 100644 index 0000000000..596e441620 --- /dev/null +++ b/test/server_side/webhooks.test.js @@ -0,0 +1,139 @@ +var sinon = require('sinon'); +var chai = require("chai") +chai.use(require("sinon-chai")) +var expect = chai.expect +var rewire = require('rewire'); + +var webhook = rewire('../../website/src/webhook'); + +describe('webhooks', function() { + var postSpy; + + beforeEach(function() { + postSpy = sinon.stub(); + webhook.__set__('request.post', postSpy); + }); + + describe('sendTaskWebhook', function() { + var task = { + details: { _id: 'task-id' }, + delta: 1.4, + direction: 'up' + }; + + var data = { + task: task, + user: { _id: 'user-id' } + }; + + it('does not send if no webhook endpoints exist', function() { + var webhooks = { }; + + webhook.sendTaskWebhook(webhooks, data); + + expect(postSpy).to.not.be.called; + }); + + it('does not send if no webhooks are enabled', function() { + var webhooks = { + 'some-id': { + sort: 0, + id: 'some-id', + enabled: false, + url: 'http://example.org/endpoint' + } + }; + + webhook.sendTaskWebhook(webhooks, data); + + expect(postSpy).to.not.be.called; + }); + + it('does not send if webhook url is not valid', function() { + var webhooks = { + 'some-id': { + sort: 0, + id: 'some-id', + enabled: true, + url: 'http://malformedurl/endpoint' + } + }; + + webhook.sendTaskWebhook(webhooks, data); + + expect(postSpy).to.not.be.called; + }); + + it('sends task direction, task, task delta, and abridged user data', function() { + var webhooks = { + 'some-id': { + sort: 0, + id: 'some-id', + enabled: true, + url: 'http://example.org/endpoint' + } + }; + + webhook.sendTaskWebhook(webhooks, data); + + expect(postSpy).to.be.calledOnce; + expect(postSpy).to.be.calledWith({ + url: 'http://example.org/endpoint', + body: { + direction: 'up', + task: { _id: 'task-id' }, + delta: 1.4, + user: { + _id: 'user-id' + } + }, + json: true + }); + }); + + it('sends a post request for each webhook endpoint', function() { + var webhooks = { + 'some-id': { + sort: 0, + id: 'some-id', + enabled: true, + url: 'http://example.org/endpoint' + }, + 'second-webhook': { + sort: 1, + id: 'second-webhook', + enabled: true, + url: 'http://example.com/2/endpoint' + } + }; + + webhook.sendTaskWebhook(webhooks, data); + + expect(postSpy).to.be.calledTwice; + expect(postSpy).to.be.calledWith({ + url: 'http://example.org/endpoint', + body: { + direction: 'up', + task: { _id: 'task-id' }, + delta: 1.4, + user: { + _id: 'user-id' + } + }, + json: true + }); + expect(postSpy).to.be.calledWith({ + url: 'http://example.com/2/endpoint', + body: { + direction: 'up', + task: { _id: 'task-id' }, + delta: 1.4, + user: { + _id: 'user-id' + } + }, + json: true + }); + }); + }); +}); diff --git a/test/spec/controllers/challengesCtrlSpec.js b/test/spec/controllers/challengesCtrlSpec.js index 9cb1ba29cd..589aa87b59 100644 --- a/test/spec/controllers/challengesCtrlSpec.js +++ b/test/spec/controllers/challengesCtrlSpec.js @@ -1,7 +1,7 @@ 'use strict'; describe('Challenges Controller', function() { - var $rootScope, scope, user, User, ctrl, groups, notification, state; + var rootScope, scope, user, User, ctrl, groups, members, notification, state; beforeEach(function() { module(function($provide) { @@ -15,11 +15,12 @@ describe('Challenges Controller', function() { $provide.value('User', User); }); - inject(function($rootScope, $controller, _$state_, _Groups_, _Notification_){ + inject(function($rootScope, $controller, _$state_, _Groups_, _Members_, _Notification_){ user = specHelper.newUser(); user._id = "unique-user-id"; scope = $rootScope.$new(); + rootScope = $rootScope; // Load RootCtrl to ensure shared behaviors are loaded $controller('RootCtrl', {$scope: scope, User: User}); @@ -27,6 +28,7 @@ describe('Challenges Controller', function() { ctrl = $controller('ChallengesCtrl', {$scope: scope, User: User}); groups = _Groups_; + members = _Members_; notification = _Notification_; state = _$state_; }); @@ -614,7 +616,7 @@ describe('Challenges Controller', function() { }); }); - describe('User interactions', function() { + context('User interactions', function() { describe('join', function() { it('calls challenge.$join', function(){ var challenge = specHelper.newChallenge({ @@ -682,4 +684,37 @@ describe('Challenges Controller', function() { }); }); }); + + context('modal actions', function() { + beforeEach(function() { + sandbox.stub(members, 'selectMember'); + sandbox.stub(rootScope, 'openModal'); + }); + + describe('sendMessageToChallengeParticipant', function() { + it('opens private-message modal', function() { + members.selectMember.yields(); + scope.sendMessageToChallengeParticipant(user._id); + + expect(rootScope.openModal).to.be.calledOnce; + expect(rootScope.openModal).to.be.calledWith( + 'private-message', + { controller: 'MemberModalCtrl' } + ); + }); + }); + + describe('sendGiftToChallengeParticipant', function() { + it('opens send-gift modal', function() { + members.selectMember.yields(); + scope.sendGiftToChallengeParticipant(user._id); + + expect(rootScope.openModal).to.be.calledOnce; + expect(rootScope.openModal).to.be.calledWith( + 'send-gift', + { controller: 'MemberModalCtrl' } + ); + }); + }); + }); }); diff --git a/vagrant.sh b/vagrant.sh index 3a1ea76b0f..f44bb6e3b0 100644 --- a/vagrant.sh +++ b/vagrant.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# HabitRPG provisioning script +# Habitica provisioning script # function for autostart function autostart_habitrpg { @@ -24,7 +24,7 @@ function autostart_habitrpg { } # Main provisioning -echo Setting up HabitRPG... +echo Setting up Habitica... echo cd /vagrant >> /home/vagrant/.bashrc # Prevent warnings: "dpkg-preconfigure: unable to re-open stdin ..." @@ -74,7 +74,7 @@ cd /vagrant echo Installing grunt/bower... npm install -g grunt-cli bower phantomjs -echo Installing HabitRPG +echo Installing Habitica npm install --no-bin-link echo Installing Bower packages @@ -84,7 +84,7 @@ sudo -H -u vagrant bower --config.interactive=false install -f ## node ./src/seed.js ## no longer required - see comments in src/seed.js -# Uncomment both lines to autostart the habitrpg server when provisioning -# echo Starting HabitRPG server... +# Uncomment both lines to autostart the habitica server when provisioning +# echo Starting Habitica server... # autostart_habitrpg diff --git a/website/public/community-guidelines-images/moderators.png b/website/public/community-guidelines-images/moderators.png index b0c9af360f..61b4ea55ea 100644 Binary files a/website/public/community-guidelines-images/moderators.png and b/website/public/community-guidelines-images/moderators.png differ diff --git a/website/public/favicon.ico b/website/public/favicon.ico index 0a6f815a75..65ff357b39 100644 Binary files a/website/public/favicon.ico and b/website/public/favicon.ico differ diff --git a/website/public/front/README.md b/website/public/front/README.md index d379648ea1..b3d09fa488 100644 --- a/website/public/front/README.md +++ b/website/public/front/README.md @@ -1,4 +1,4 @@ -New landing page for HabitRPG +New landing page for Habitica ====================== ## (February 2014) @@ -8,4 +8,4 @@ I’ve included a wireframe that shows the interactions I’m looking for. There Thinking of using [ScrollMagic](http://janpaepke.github.io/ScrollMagic/) but if there’s anything anyone else knows and can implement quickly, I’m all ears! -@lefnire suggests [Skrollr](https://github.com/Prinzhorn/skrollr), so that’s another option! \ No newline at end of file +@lefnire suggests [Skrollr](https://github.com/Prinzhorn/skrollr), so that’s another option! diff --git a/website/public/js/controllers/challengesCtrl.js b/website/public/js/controllers/challengesCtrl.js index 8c1d2e8d37..d60c15bd00 100644 --- a/website/public/js/controllers/challengesCtrl.js +++ b/website/public/js/controllers/challengesCtrl.js @@ -1,5 +1,5 @@ -habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'Shared', 'User', 'Challenges', 'Notification', '$compile', 'Groups', '$state', '$stateParams', 'Tasks', - function($rootScope, $scope, Shared, User, Challenges, Notification, $compile, Groups, $state, $stateParams, Tasks) { +habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'Shared', 'User', 'Challenges', 'Notification', '$compile', 'Groups', '$state', '$stateParams', 'Members', 'Tasks', + function($rootScope, $scope, Shared, User, Challenges, Notification, $compile, Groups, $state, $stateParams, Members, Tasks) { // Use presence of cid to determine whether to show a list or a single // challenge @@ -313,6 +313,18 @@ habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'Shared', 'User', } } + $scope.sendMessageToChallengeParticipant = function(uid) { + Members.selectMember(uid, function(){ + $rootScope.openModal('private-message',{controller:'MemberModalCtrl'}); + }); + }; + + $scope.sendGiftToChallengeParticipant = function(uid) { + Members.selectMember(uid, function(){ + $rootScope.openModal('send-gift',{controller:'MemberModalCtrl'}) + }); + }; + function _calculateMaxPrize(gid) { var userBalance = User.getBalanceInGems() || 0; diff --git a/website/public/js/services/guideServices.js b/website/public/js/services/guideServices.js index cb82a9ef0c..300e58ffa2 100644 --- a/website/public/js/services/guideServices.js +++ b/website/public/js/services/guideServices.js @@ -72,11 +72,11 @@ function($rootScope, User, $timeout, $state, Analytics) { }, { element: ".meter.mana", title: window.env.t('spells'), - content: window.env.t('spellsText') + " " + window.env.t('toDo') + "." + content: window.env.t('spellsText') + " " + window.env.t('toDo') + "." }, { orphan: true, title: window.env.t('readMore'), - content: window.env.t('moreClass') + " Wikia.", + content: window.env.t('moreClass') + " Wikia.", final: true } ] diff --git a/website/src/controllers/auth.js b/website/src/controllers/auth.js index fc5e5dafbe..96d735c007 100644 --- a/website/src/controllers/auth.js +++ b/website/src/controllers/auth.js @@ -20,7 +20,7 @@ var NO_USER_FOUND = {err: "No user found."}; var NO_SESSION_FOUND = { err: "You must be logged in." }; var accountSuspended = function(uuid){ return { - err: 'Account has been suspended, please contact leslie@habitrpg.com with your UUID ('+uuid+') for assistance.', + err: 'Account has been suspended, please contact leslie@habitica.com with your UUID ('+uuid+') for assistance.', code: 'ACCOUNT_SUSPENDED' }; } @@ -243,9 +243,9 @@ api.resetPassword = function(req, res, next){ user.auth.local.salt = salt; user.auth.local.hashed_password = hashed_password; utils.sendEmail({ - from: "HabitRPG ", + from: "Habitica ", to: email, - subject: "Password Reset for HabitRPG", + subject: "Password Reset for Habitica", text: "Password for " + user.auth.local.username + " has been reset to " + newPassword + ". Log in at " + nconf.get('BASE_URL') + ". After you've logged in, head to "+nconf.get('BASE_URL')+"/#/options/settings/settings and change your password.", html: "Password for " + user.auth.local.username + " has been reset to " + newPassword + ". Log in at " + nconf.get('BASE_URL') + ". After you've logged in, head to "+nconf.get('BASE_URL')+"/#/options/settings/settings and change your password." }); diff --git a/website/src/controllers/user.js b/website/src/controllers/user.js index 8ad45d5e6d..89ea68ef7b 100644 --- a/website/src/controllers/user.js +++ b/website/src/controllers/user.js @@ -16,22 +16,21 @@ var logging = require('./../logging'); var acceptablePUTPaths; var api = module.exports; var qs = require('qs'); -var request = require('request'); -var validator = require('validator'); +var webhook = require('../webhook'); // api.purchase // Shared.ops api.getContent = function(req, res, next) { var language = 'en'; - if(typeof req.query.language != 'undefined') + if (typeof req.query.language != 'undefined') language = req.query.language.toString(); //|| 'en' in i18n var content = _.cloneDeep(shared.content); var walk = function(obj, lang){ _.each(obj, function(item, key, source){ - if(_.isPlainObject(item) || _.isArray(item)) return walk(item, lang); - if(_.isFunction(item) && item.i18nLangFunc) source[key] = item(lang); + if (_.isPlainObject(item) || _.isArray(item)) return walk(item, lang); + if (_.isFunction(item) && item.i18nLangFunc) source[key] = item(lang); }); } walk(content, language); @@ -107,30 +106,24 @@ api.score = function(req, res, next) { } var delta = user.ops.score({params:{id:task.id, direction:direction}, language: req.language}); - user.save(function(err,saved){ + user.save(function(err, saved){ if (err) return next(err); - // TODO this should be return {_v,task,stats,_tmp}, instead of merging everything togther at top-level response - // However, this is the most commonly used API route, and changing it will mess with all 3rd party consumers. Bad idea :( - res.json(200, _.extend({ - delta: delta, - _tmp: user._tmp - }, saved.toJSON().stats)); - // Webhooks - _.each(user.preferences.webhooks, function(h){ - if (!h.enabled || !validator.isURL(h.url)) return; - request.post({ - url: h.url, - //form: {task: task, delta: delta, user: _.pick(user, ['stats', '_tmp'])} // this is causing "Maximum Call Stack Exceeded" - body: {direction:direction, task: task, delta: delta, user: _.pick(user, ['_id', 'stats', '_tmp'])}, json:true - }); - }); + var userStats = saved.toJSON().stats; + var resJsonData = _.extend({ delta: delta, _tmp: user._tmp }, userStats); + res.json(200, resJsonData); + + var webhookData = _generateWebhookTaskData( + task, direction, delta, userStats, user + ); + webhook.sendTaskWebhook(user.preferences.webhooks, webhookData); if ( (!task.challenge || !task.challenge.id || task.challenge.broken) // If it's a challenge task, sync the score. Do it in the background, we've already sent down a response and the user doesn't care what happens back there || (task.type == 'reward') // we don't want to update the reward GP cost ) return clearMemory(); - Challenge.findById(task.challenge.id, 'habits dailys todos rewards', function(err, chal){ + + Challenge.findById(task.challenge.id, 'habits dailys todos rewards', function(err, chal) { if (err) return next(err); if (!chal) { task.challenge.broken = 'CHALLENGE_DELETED'; @@ -143,6 +136,7 @@ api.score = function(req, res, next) { chal.syncToUser(user); return clearMemory(); } + t.value += delta; if (t.type == 'habit' || t.type == 'daily') t.history.push({value: t.value, date: +new Date}); @@ -500,9 +494,9 @@ api.sessionPartyInvite = function(req,res,next){ return cb(); } - if(group.type == 'guild'){ + if (group.type == 'guild'){ inv.guilds.push(req.session.partyInvite); - }else{ + } else{ //req.body.type in 'guild', 'party' inv.party = req.session.partyInvite; } @@ -599,7 +593,7 @@ api.batchUpdate = function(req, res, next) { res.json(200, {_tmp: {drop: response._tmp.drop}, _v: response._v}); // Fetch full user object - }else if(response.wasModified){ + } else if (response.wasModified){ // Preen 3-day past-completed To-Dos from Angular & mobile app response.todos = _.where(response.todos, function(t) { return !t.completed || (t.challenge && t.challenge.id) || moment(t.dateCompleted).isAfter(moment().subtract({days:3})); @@ -607,8 +601,33 @@ api.batchUpdate = function(req, res, next) { res.json(200, response); // return only the version number - }else{ + } else{ res.json(200, {_v: response._v}); } }); }; + +function _generateWebhookTaskData(task, direction, delta, stats, user) { + var extendedStats = _.extend(stats, { + toNextLevel: shared.tnl(user.stats.lvl), + maxHealth: shared.maxHealth, + maxMP: user._statsComputed.maxMP + }); + + var userData = { + _id: user._id, + _tmp: user._tmp, + stats: extendedStats + }; + + var taskData = { + details: task, + direction: direction, + delta: delta + } + + return { + task: taskData, + user: userData + } +} diff --git a/website/src/middleware.js b/website/src/middleware.js index 8de23aab6c..f00b163b3b 100644 --- a/website/src/middleware.js +++ b/website/src/middleware.js @@ -115,6 +115,21 @@ module.exports.forceSSL = function(req, res, next){ next(); } +// Redirect to habitica for non-api urls +// NOTE: Currently using a static 'habitica.com' string, rather than baseUrl, +// to make rollback easy. Eventually, baseUrl should be migrated. + +function nonApiUrl(req) { + return req.url.search(/\/api\//) === -1; +} + +module.exports.forceHabitica = function(req, res, next) { + if(nconf.get('NODE_ENV') === 'production' && !isProxied(req) && nonApiUrl(req)) { + return res.redirect('https://habitica.com' + req.url); + } + next(); +}; + module.exports.cors = function(req, res, next) { res.header("Access-Control-Allow-Origin", req.headers.origin || "*"); res.header("Access-Control-Allow-Methods", "OPTIONS,GET,POST,PUT,HEAD,DELETE"); diff --git a/website/src/routes/pages.js b/website/src/routes/pages.js index 1f9be4b624..4d72ad52ee 100644 --- a/website/src/routes/pages.js +++ b/website/src/routes/pages.js @@ -13,7 +13,7 @@ router.get('/', i18n.getUserLanguage, middleware.locals, function(req, res) { return res.redirect('/static/front') return res.render('index', { - title: 'HabitRPG | Your Life, The Role Playing Game', + title: 'Habitica | Your Life The Role Playing Game', env: res.locals.habitrpg }); }); @@ -31,7 +31,7 @@ _.each(pages, function(name){ // --------- Redirects -------- router.get('/static/extensions', function(req, res) { - res.redirect('http://habitrpg.wikia.com/wiki/App_and_Extension_Integrations'); + res.redirect('http://habitica.wikia.com/wiki/App_and_Extension_Integrations'); }); module.exports = router; diff --git a/website/src/server.js b/website/src/server.js index 1447823a4d..b108d13f2f 100644 --- a/website/src/server.js +++ b/website/src/server.js @@ -97,6 +97,7 @@ if (cores!==0 && cluster.isMaster && (isDev || isProd)) { app.set("view engine", "jade"); app.use(express.favicon(publicDir + '/favicon.ico')); app.use(middleware.cors); + app.use(middleware.forceHabitica); app.use(middleware.forceSSL); app.use(express.urlencoded()); app.use(express.json()); diff --git a/website/src/webhook.js b/website/src/webhook.js new file mode 100644 index 0000000000..847c9e08b3 --- /dev/null +++ b/website/src/webhook.js @@ -0,0 +1,24 @@ +var _ = require('lodash'); +var request = require('request'); +var validator = require('validator'); + +function sendTaskWebhook(webhooks, data) { + _.each(webhooks, function(hook){ + if (!hook.enabled || !validator.isURL(hook.url)) return; + + request.post({ + url: hook.url, + body: { + direction: data.task.direction, + task: data.task.details, + delta: data.task.delta, + user: data.user + }, + json: true + }); + }); +} + +module.exports = { + sendTaskWebhook: sendTaskWebhook +}; diff --git a/website/views/index.jade b/website/views/index.jade index 01cd15751b..7770fb9e3c 100644 --- a/website/views/index.jade +++ b/website/views/index.jade @@ -4,7 +4,7 @@ html(ng-app="habitrpg", ng-controller="RootCtrl", ng-class='{"applying-action":a head title=env.t('titleIndex') // ?v=1 needed to force refresh - link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=3') + link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=4') meta(charset='utf-8') meta(name='viewport', content='width=device-width, initial-scale=1.0') diff --git a/website/views/options/inventory/seasonal-shop.jade b/website/views/options/inventory/seasonal-shop.jade index 012c7b3a77..73c6d1cfcc 100644 --- a/website/views/options/inventory/seasonal-shop.jade +++ b/website/views/options/inventory/seasonal-shop.jade @@ -1,15 +1,15 @@ .container-fluid .stable.row: .col-xs-12 - .seasonalshop_summer2015.pull-left-sm.col-centered + .seasonalshop_closed.pull-left-sm.col-centered .popover.static-popover.fade.right.in.pull-left-sm.col-centered .arrow.hidden-xs - h3.popover-title!=env.t('seasonalShopTitle', {linkStart:"", linkEnd: ""}) + h3.popover-title!=env.t('seasonalShopClosedTitle', {linkStart:"", linkEnd: ""}) .popover-content - p!=env.t('seasonalShopSummerText') + p!=env.t('seasonalShopClosedText') - .well(ng-if='User.user.achievements.rebirths > 0')=env.t('seasonalShopRebirth') + // .well(ng-if='User.user.achievements.rebirths > 0')=env.t('seasonalShopRebirth') - li.customize-menu.inventory-gear + // li.customize-menu.inventory-gear menu.pets-menu(label='{{::label}}', ng-repeat='(set,label) in ::{summerWarrior:env.t("daringSwashbucklerSet"), summerMage:env.t("emeraldMermageSet"), summerHealer:env.t("reefSeahealerSet"), summerRogue:env.t("roguishPirateSet")}') div(ng-repeat='item in ::getSeasonalShopArray(set)', ng-class="{transparent: user.items.gear.owned[item.key] !== undefined}") @@ -22,7 +22,7 @@ | {{((item.specialClass == "wizard") && (item.type == "weapon")) + 1}}  span.Pet_Currency_Gem1x.inline-gems - // menu.pets-menu(label=env.t('quests')) + menu.pets-menu(label=env.t('quests')) div(ng-repeat='quest in ::getSeasonalShopQuests()') button.customize-option(ng-class='(quest.previous && !user.achievements.quests[quest.previous]) ? "inventory_quest_scroll_locked inventory_quest_scroll_{{::quest.key}}_locked locked" : "inventory_quest_scroll inventory_quest_scroll_{{::quest.key}}"' data-popover-html="{{::quest.previous && !user.achievements.quests[quest.previous] ? env.t('scrollsPre') : questPopover(quest) | markdown}}", @@ -42,7 +42,7 @@ p {{::Content.spells.special.seafoam.value}} span(class='shop_gold') - // div + div button.customize-option(popover='{{::Content.spells.special.nye.notes()}}', popover-title='{{::Content.spells.special.nye.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='castStart(Content.spells.special.nye)', class='inventory_special_nye') p {{Content.spells.special.nye.value}} span(class='shop_gold') diff --git a/website/views/options/settings.jade b/website/views/options/settings.jade index 2edba07672..0a6c59027e 100644 --- a/website/views/options/settings.jade +++ b/website/views/options/settings.jade @@ -336,8 +336,8 @@ script(id='partials/options.settings.subscription.html',type='text/ng-template') h3(ng-if='(user.purchased.plan.customerId && user.purchased.plan.dateTerminated)')= env.t("resubscribe") a.btn.btn-primary(ng-click='Payments.showStripe({subscription:_subscription.key, coupon:_subscription.coupon})', ng-disabled='!_subscription.key')= env.t('card') - a.btn.btn-warning(href='/paypal/subscribe?_id={{user._id}}&apiToken={{user.apiToken}}&sub={{_subscription.key}}{{_subscription.coupon ? "&coupon="+_subscription.coupon : ""}}', ng-disabled='!_subscription.key') PayPal - a.btn.btn-success(ng-click="Payments.amazonPayments.init({type: 'subscription', subscription:_subscription.key, coupon:_subscription.coupon})") Amazon Payments + a.btn.btn-success(href='/paypal/subscribe?_id={{user._id}}&apiToken={{user.apiToken}}&sub={{_subscription.key}}{{_subscription.coupon ? "&coupon="+_subscription.coupon : ""}}', ng-disabled='!_subscription.key') PayPal + a.btn.btn-warning(ng-click="Payments.amazonPayments.init({type: 'subscription', subscription:_subscription.key, coupon:_subscription.coupon})") Amazon Payments div(ng-if='user.purchased.plan.customerId') .btn.btn-primary(ng-if='!user.purchased.plan.dateTerminated && user.purchased.plan.paymentMethod=="Stripe"', ng-click='Payments.showStripeEdit()')=env.t('subUpdateCard') .btn.btn-sm.btn-danger(ng-if='!user.purchased.plan.dateTerminated', ng-click='Payments.cancelSubscription()')=env.t('cancelSub') diff --git a/website/views/options/social/challenges.jade b/website/views/options/social/challenges.jade index 69fa58b265..9a78e79dcc 100644 --- a/website/views/options/social/challenges.jade +++ b/website/views/options/social/challenges.jade @@ -14,10 +14,18 @@ script(type='text/ng-template', id='partials/options.social.challenges.detail.me .modal-content .modal-header button.close(type='button', ng-click='$state.go("^")', aria-hidden='true') × - h3 {{obj.profile.name}} + a(ng-click='clickMember(obj._id, true)') + h3 {{obj.profile.name}} .modal-body habitrpg-tasks(main=false, modal='true') .modal-footer + .btn-group.pull-left(role="group") + button.btn.btn-default(ng-click='clickMember(obj._id, true)') + .glyphicon.glyphicon-user + button.btn.btn-default(ng-click='sendMessageToChallengeParticipant(obj._id)') + .glyphicon.glyphicon-envelope + button.btn.btn-default(ng-click='sendGiftToChallengeParticipant(obj._id)') + .glyphicon.glyphicon-gift a.btn.btn-default(ng-click='$state.go("^")')=env.t('close') script(type='text/ng-template', id='partials/options.social.challenges.detail.html') diff --git a/website/views/shared/footer.jade b/website/views/shared/footer.jade index 42401e1801..2e81898d9c 100644 --- a/website/views/shared/footer.jade +++ b/website/views/shared/footer.jade @@ -26,9 +26,9 @@ footer.footer(ng-controller='FooterCtrl') li a(target='_blank', href='http://blog.habitrpg.com/')=env.t('companyBlog') li - a(href='http://habitrpg.wikia.com/wiki/App_and_Extension_Integrations', target='_blank')=env.t('companyExtensions') + a(href='http://habitica.wikia.com/wiki/App_and_Extension_Integrations', target='_blank')=env.t('companyExtensions') li - a(target='_blank', href='http://habitrpg.wikia.com/wiki/FAQ')=env.t('FAQ') + a(target='_blank', href='http://habitica.wikia.com/wiki/FAQ')=env.t('FAQ') li a(href='/static/privacy')=env.t('companyPrivacy') li @@ -45,28 +45,28 @@ footer.footer(ng-controller='FooterCtrl') li a(target='_blank', href='https://trello.com/c/odmhIqyW/440-read-first-table-of-contents')=env.t('communityFeature') li - a(target='_blank', href='https://habitrpg.com/static/api')=env.t('API') + a(target='_blank', href='https://habitica.com/static/api')=env.t('API') li - a(href='http://habitrpg.wikia.com/wiki/App_and_Extension_Integrations', target='_blank')=env.t('communityExtensions') + a(href='http://habitica.wikia.com/wiki/App_and_Extension_Integrations', target='_blank')=env.t('communityExtensions') li - a(target='_blank', href='http://habitrpg.wikia.com/wiki/Special:Forum')=env.t('communityForum') + a(target='_blank', href='http://habitica.wikia.com/wiki/Special:Forum')=env.t('communityForum') li a(target='_blank', href='http://www.kickstarter.com/projects/lefnire/habitrpg-mobile')=env.t('communityKickstarter') li - a(target='_blank', href='https://www.facebook.com/Habitrpg')=env.t('communityFacebook') + a(target='_blank', href='https://www.facebook.com/Habitica')=env.t('communityFacebook') li a(target='_blank', href='http://www.reddit.com/r/habitrpg/')=env.t('communityReddit') .col-sm-3 if (env.NODE_ENV == 'production' && !env.IS_MOBILE) h4=env.t('footerSocial') - .addthis_toolbox.addthis_default_style(addthis:url='https://habitrpg.com', addthis:title=env.t('socialTitle')) + .addthis_toolbox.addthis_default_style(addthis:url='https://habitica.com', addthis:title=env.t('socialTitle')) table tr td a.addthis_button_facebook_like(fb:like:layout='button_count') tr td - a.addthis_button_tweet(tw:via='habitrpg') + a.addthis_button_tweet(tw:via='habitica') tr td iframe(src='/bower_components/github-buttons/github-btn.html?user=habitrpg&repo=habitrpg&type=watch&count=true', allowtransparency='true', frameborder='0', scrolling='0', width='85px', height='20px') diff --git a/website/views/shared/modals/buy-gems.jade b/website/views/shared/modals/buy-gems.jade index 97b9c8d5ef..2b3bbe9386 100644 --- a/website/views/shared/modals/buy-gems.jade +++ b/website/views/shared/modals/buy-gems.jade @@ -21,8 +21,8 @@ script(id='modals/buyGems.html', type='text/ng-template') p small.muted=env.t('paymentMethods') .btn.btn-primary(ng-click='Payments.showStripe({})')=env.t('card') - a.btn.btn-warning(href='/paypal/checkout?_id={{user._id}}&apiToken={{user.apiToken}}') PayPal - .btn.btn-success(ng-click="Payments.amazonPayments.init({type: 'single'})") Amazon Payments + a.btn.btn-success(href='/paypal/checkout?_id={{user._id}}&apiToken={{user.apiToken}}') PayPal + .btn.btn-warning(ng-click="Payments.amazonPayments.init({type: 'single'})") Amazon Payments div(ng-include="'partials/options.settings.subscription.html'") diff --git a/website/views/shared/new-stuff.jade b/website/views/shared/new-stuff.jade index 5cbe490560..dc48961ac1 100644 --- a/website/views/shared/new-stuff.jade +++ b/website/views/shared/new-stuff.jade @@ -1,35 +1,75 @@ -h5 7/29/2015 - HABITICA NAMING DAY ON JULY 31ST! +h5 8/2/2015 - AUGUST MYSTERY BOX! hr tr td - h5 Habitica Naming Day is July 31st! - p We are pleased to announce that the final day of the Summer Splash Festival, July 31st, will be the inaugural Habitica Naming Day! On this day, HabitRPG will officially become Habitica. Our old name was unfortunately very confusing to people ("HabitZPR? HabitGRG?"), so we've decided to name our app and website after the land of Habitica, where all these adventures take place. - br - p We will be celebrating with some fun surprises, so get excited! - tr - td - h5 What will change? - p In almost all cases, your accounts will still stay exactly the same and work normally! Only some of the names and references will be different. Here is a list of the changes: - br - ul - li The URL will be changed from habitrpg.com to habitica.com for all links, and habitrpg.com will automatically redirect to habitica.com. - li All in-game references to HabitRPG will become references to Habitica. - li The HabitRPG chest logo will change to the new Habitica logo. - li Our affiliated sites, such as the Wiki, Trello, Twitter, etc. will use the new Habitica name. - li We don't anticipate any issues with third-party tools, but we will be actively working with developers to help them make any necessary updates. You can help us by reporting broken third-party tools at Help -> Report a Bug. - tr - td - h5 When will it change? - p Changing our name is a pretty enormous task, so it won't all happen in an instant! Some changes may start switching over slightly before the 31st, and some may take slightly longer, but the majority of the changes and all of the celebration will take place on July 31st. Thank you for being patient with us! - tr - td - h5 More questions? - p If you have any more questions, drop by the Newbies Guild and we'll be happy to answer them! + .inventory_present_08.pull-right + h5 August Mystery Box + p How curious! All Habiticans who are subscribed during the month of August will receive the August Mystery Item Set, as well as the ability to buy Gems with Gold! The August Item Set will be revealed on the 24th, so keep your eyes peeled. Thanks for supporting the site <3 hr a(href='/static/old-news', target='_blank') Read older news mixin oldNews + h5 7/31/2015 - HABITICA NAMING DAY AND LAST CHANCE FOR SUMMER SPLASH + tr + td + .achievement_habiticaDay.pull-right + h5 Habitica Naming Day! + p It's finally here! HabitRPG has become Habitica. Your accounts should still stay exactly the same and work normally, just with some of the names and references changed. (For example, habitrpg.com now redirects to habitica.com.) + br + p In honor of the first annual Habitica Naming Day, we've given everyone an achievement, as well as some awesome treats... + p.small.muted by cheerskevin, Lemoness, and SabreCat + tr + td + span.Mount_Body_Gryphon-RoyalPurple.pull-right + span.Mount_Head_Gryphon-RoyalPurple.pull-right(style='margin:0') + h5 Habitica Gryphon Mount and Contest + p Our new logo features a Gryphon, and now, so does your stable! We've given everyone a Royal Purple Gryphon Mount, under Inventory > Mounts. + br + p Furthermore, we need your help to give our Gryphon a name! Check out the Official Name the Gryphon Challenge here. If we choose your name for the Gryphon in our logo, you'll win 30 Gems. You have until August 10th to submit a name. + p.small.muted by Lemoness and Baconsaur + tr + td + .promo_veteran_pets.pull-right + h5 Veteran Pets + p Since you are all veterans who have weathered the name change to Habitica, we've awarded everyone a Veteran Pet! If this is your first Veteran Pet, you've received the Veteran Wolf; if you already had the Wolf, you got the Veteran Tiger. You can find it under Inventory > Pets, in the Rare Pets section. + p.small.muted by Lemoness and Shaner + tr + td + .promo_summer_classes_2015.pull-right + h5 Last Chance for Summer Splash Outfits, Hair and Skins, and Seafoam! + p Today is the final day of the Summer Splash Festival, so if you still have any remaining Summer Splash Items that you want to buy, you'd better do it now! The Seasonal Edition items, Skins, and Hair Colors won't be back until next June, and if the Limited Edition items return they will have increased prices or changed art, so strike while the iron is hot! + tr + td + .promo_mystery_201507.pull-right + h5 Last Chance for Rad Surfer Item Set + p Reminder: this is the final day to subscribe and receive the Rad Surfer Item Set! If you want the Rad Surfboard or the Rad Sunglasses, now's the time! Thanks so much for your support <3 + h5 7/29/2015 - HABITICA NAMING DAY ON JULY 31ST! + tr + td + h5 Habitica Naming Day is July 31st! + p We are pleased to announce that the final day of the Summer Splash Festival, July 31st, will be the inaugural Habitica Naming Day! On this day, HabitRPG will officially become Habitica. Our old name was unfortunately very confusing to people ("HabitZPR? HabitGRG?"), so we've decided to name our app and website after the land of Habitica, where all these adventures take place. + br + p We will be celebrating with some fun surprises, so get excited! + tr + td + h5 What will change? + p In almost all cases, your accounts will still stay exactly the same and work normally! Only some of the names and references will be different. Here is a list of the changes: + br + ul + li The URL will be changed from habitrpg.com to habitica.com for all links, and habitrpg.com will automatically redirect to habitica.com. + li All in-game references to HabitRPG will become references to Habitica. + li The HabitRPG chest logo will change to the new Habitica logo. + li Our affiliated sites, such as the Wiki, Trello, Twitter, etc. will use the new Habitica name. + li We don't anticipate any issues with third-party tools, but we will be actively working with developers to help them make any necessary updates. You can help us by reporting broken third-party tools at Help -> Report a Bug. + tr + td + h5 When will it change? + p Changing our name is a pretty enormous task, so it won't all happen in an instant! Some changes may start switching over slightly before the 31st, and some may take slightly longer, but the majority of the changes and all of the celebration will take place on July 31st. Thank you for being patient with us! + tr + td + h5 More questions? + p If you have any more questions, drop by the Newbies Guild and we'll be happy to answer them! h5 7/24/2015 - JULY SUBSCRIBER ITEM SET: RAD SURFER! tr td diff --git a/website/views/static/community-guidelines.jade b/website/views/static/community-guidelines.jade index a31cf34781..8041c7b986 100644 --- a/website/views/static/community-guidelines.jade +++ b/website/views/static/community-guidelines.jade @@ -94,6 +94,8 @@ block content strong Alys (LadyAlys  =env.t('commGuidePara011c') |) + li + strong Cantras li strong Blade (crookedneighbor  =env.t('commGuidePara011d') diff --git a/website/views/static/front.jade b/website/views/static/front.jade index 3cb683dfd8..e2128e3f4c 100644 --- a/website/views/static/front.jade +++ b/website/views/static/front.jade @@ -3,7 +3,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') head meta(charset='utf-8') link(href='//fonts.googleapis.com/css?family=Lato:400,700', rel='stylesheet', type='text/css') - title HabitRPG | Your Life the Role Playing Game + title Habitica | Your Life the Role Playing Game meta(name='description', content='') meta(name='keywords', content='') meta(name='author', content='') @@ -18,7 +18,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') meta(property='og:site_name', content='') link(rel='canonical', href='', type='text/html') //-link(rel='sitemap', type='application/xml', title='Sitemap', href='/sitemap.xml') - link(rel='shortcut icon', href='/images/favicon-8b58f6a1.ico') + link(rel='shortcut icon', href='/favicon.ico') //if lt IE 9 script(src='//html5shim.googlecode.com/svn/trunk/html5.js') @@ -51,8 +51,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') span.icon-bar span.icon-bar a.navbar-brand(href='#') - img(src='https://s3.amazonaws.com/habitrpg-assets/front/images/icon175x175.png') - img(src='https://s3.amazonaws.com/habitrpg-assets/front/images/habitrpg_pixel.png') + img(src='https://s3.amazonaws.com/habitica-assets/assets/habitica_lockup2_desat.png') // Collect the nav links, forms, and other content for toggling #bs-example-navbar-collapse-1.collapse.navbar-collapse ul.nav.navbar-nav.navbar-right diff --git a/website/views/static/layout.jade b/website/views/static/layout.jade index 566e23bed8..329f84e455 100644 --- a/website/views/static/layout.jade +++ b/website/views/static/layout.jade @@ -19,7 +19,7 @@ html(ng-app='habitrpg') script(type='text/javascript'). window.env = !{JSON.stringify(env)}; - link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=3') + link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=4') meta(charset='utf-8') meta(name='viewport', content='width=device-width, initial-scale=1.0') @@ -39,7 +39,7 @@ html(ng-app='habitrpg') span.icon-bar span.icon-bar span.icon-bar - a.navbar-brand(href='/static/front') HabitRPG + a.navbar-brand(href='/static/front') Habitica .collapse.navbar-collapse(collapse="isNavbarCollapsed") ul.nav.navbar-nav li(class='#{menuItem=="features" ? "active" : ""}') diff --git a/website/views/static/new-stuff.jade b/website/views/static/new-stuff.jade index 6757b48f68..f50551269d 100644 --- a/website/views/static/new-stuff.jade +++ b/website/views/static/new-stuff.jade @@ -9,7 +9,7 @@ html(ng-app='habitrpg') script(type='text/javascript'). window.env = !{JSON.stringify(env)}; - link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=3') + link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=4') meta(charset='utf-8') meta(name='viewport', content='width=device-width, initial-scale=1.0')