Merge branch 'release' into develop

This commit is contained in:
Sabe Jones 2017-11-09 17:57:48 +00:00
commit 0d2737572d
77 changed files with 291 additions and 231 deletions

View file

@ -20,7 +20,7 @@ RUN npm install -g gulp mocha
# Clone Habitica repo and install dependencies # Clone Habitica repo and install dependencies
RUN mkdir -p /usr/src/habitrpg RUN mkdir -p /usr/src/habitrpg
WORKDIR /usr/src/habitrpg WORKDIR /usr/src/habitrpg
RUN git clone --branch v4.9.1 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg RUN git clone --branch v4.10.0 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN npm install RUN npm install
RUN gulp build:prod --force RUN gulp build:prod --force

View file

@ -1,12 +1,18 @@
.promo_potions_thunderstorm { .promo_potions_thunderstorm {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png); background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px 0px; background-position: 0px -250px;
width: 141px; width: 141px;
height: 441px; height: 441px;
} }
.promo_take_this { .promo_take_this {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png); background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -142px 0px; background-position: -142px -250px;
width: 114px; width: 114px;
height: 87px; height: 87px;
} }
.scene_guilds {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px 0px;
width: 498px;
height: 249px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Гилдиите са обществени групи създадени от другите играчи, които могат да Ви помогнат, да поддържат отговорността Ви, както и да бъдат място за насърчаващи разговори.", "noGuildsParagraph1": "Гилдиите са обществени групи създадени от другите играчи, които могат да Ви помогнат, да поддържат отговорността Ви, както и да бъдат място за насърчаващи разговори.",
"noGuildsParagraph2": "Отворете раздела за разглеждане, за да открите препоръчани за Вас гилдии според интересите Ви, разгледайте обществените гилдии на Хабитика, или създайте своя собствена гилдия.", "noGuildsParagraph2": "Отворете раздела за разглеждане, за да открите препоръчани за Вас гилдии според интересите Ви, разгледайте обществените гилдии на Хабитика, или създайте своя собствена гилдия.",
"privateDescription": "Частните гилдии не се показват в списъка с гилдии на Хабитика. Нови членове могат да бъдат добавени само чрез покана.", "privateDescription": "Частните гилдии не се показват в списъка с гилдии на Хабитика. Нови членове могат да бъдат добавени само чрез покана.",
"removeInvite": "Remove Invitation",
"removeMember": "Премахване на члена", "removeMember": "Премахване на члена",
"sendMessage": "Изпращане на съобщение", "sendMessage": "Изпращане на съобщение",
"removeManager2": "Премахване на управителя", "removeManager2": "Премахване на управителя",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "29 юли", "dateEndJuly": "29 юли",
"dateEndAugust": "31 август", "dateEndAugust": "31 август",
"dateEndOctober": "31 октомври", "dateEndOctober": "31 октомври",
"dateEndNovember": "November 30",
"discountBundle": "пакет" "discountBundle": "пакет"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "July 29", "dateEndJuly": "July 29",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "July 29", "dateEndJuly": "July 29",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "pakke" "discountBundle": "pakke"
} }

View file

@ -112,7 +112,7 @@
"weaponSpecialFencingFoilNotes": "Mit diesem feinen Florett bist Du bereit, wenn es jemand wagen sollte, Deine Ehre anzufechten! Erhöht Stärke um <%= str %>.", "weaponSpecialFencingFoilNotes": "Mit diesem feinen Florett bist Du bereit, wenn es jemand wagen sollte, Deine Ehre anzufechten! Erhöht Stärke um <%= str %>.",
"weaponSpecialTachiText": "Tachi", "weaponSpecialTachiText": "Tachi",
"weaponSpecialTachiNotes": "Dieses leichte und gebogene Schwert wird Deine Aufgaben in Streifen zerteilen! Erhöht Stärke um <%= str %>.", "weaponSpecialTachiNotes": "Dieses leichte und gebogene Schwert wird Deine Aufgaben in Streifen zerteilen! Erhöht Stärke um <%= str %>.",
"weaponSpecialAetherCrystalsText": "Aether Crystals", "weaponSpecialAetherCrystalsText": "Ätherkristalle",
"weaponSpecialAetherCrystalsNotes": "These bracers and crystals once belonged to the Lost Masterclasser herself. Increases all attributes by <%= attrs %>.", "weaponSpecialAetherCrystalsNotes": "These bracers and crystals once belonged to the Lost Masterclasser herself. Increases all attributes by <%= attrs %>.",
"weaponSpecialYetiText": "Speer des Yeti-Zähmers", "weaponSpecialYetiText": "Speer des Yeti-Zähmers",
"weaponSpecialYetiNotes": "Dieser Speer erlaubt dem Träger, jeden Yeti zu bändigen. Erhöht Stärke um <%= str %>. Limitierte Ausgabe 2013-2014 Winterausrüstung.", "weaponSpecialYetiNotes": "Dieser Speer erlaubt dem Träger, jeden Yeti zu bändigen. Erhöht Stärke um <%= str %>. Limitierte Ausgabe 2013-2014 Winterausrüstung.",
@ -1244,7 +1244,7 @@
"backSpecialTakeThisNotes": "Diese Flügel wurden durch die Teilnahme an einem von Take This gesponsorten Wettbewerb verdient. Gratulation! Erhöht alle Attribute um <%= attrs %>.", "backSpecialTakeThisNotes": "Diese Flügel wurden durch die Teilnahme an einem von Take This gesponsorten Wettbewerb verdient. Gratulation! Erhöht alle Attribute um <%= attrs %>.",
"backSpecialSnowdriftVeilText": "Schneewehen-Schleier", "backSpecialSnowdriftVeilText": "Schneewehen-Schleier",
"backSpecialSnowdriftVeilNotes": "Dieser durchscheinende Schleier sieht aus, als hättest Du Dich in ein elegantes Schneegestöber gehüllt. Gewährt keinen Attributbonus.", "backSpecialSnowdriftVeilNotes": "Dieser durchscheinende Schleier sieht aus, als hättest Du Dich in ein elegantes Schneegestöber gehüllt. Gewährt keinen Attributbonus.",
"backSpecialAetherCloakText": "Aether Cloak", "backSpecialAetherCloakText": "Äthermantel",
"backSpecialAetherCloakNotes": "This cloak once belonged to the Lost Masterclasser herself. Increases Perception by <%= per %>.", "backSpecialAetherCloakNotes": "This cloak once belonged to the Lost Masterclasser herself. Increases Perception by <%= per %>.",
"body": "Körperaccessoire", "body": "Körperaccessoire",
"bodyCapitalized": "Rückenaccessoire", "bodyCapitalized": "Rückenaccessoire",
@ -1258,7 +1258,7 @@
"bodySpecialWonderconBlackNotes": "Ein fescher Ebenholzkragen! Gewährt keinen Attributbonus. Special Edition Convention-Gegenstand.", "bodySpecialWonderconBlackNotes": "Ein fescher Ebenholzkragen! Gewährt keinen Attributbonus. Special Edition Convention-Gegenstand.",
"bodySpecialTakeThisText": "Take This-Vorderflüge", "bodySpecialTakeThisText": "Take This-Vorderflüge",
"bodySpecialTakeThisNotes": "Diese Vorderflüge wurden durch die Teilnahme an einem von Take This gesponsorten Wettbewerb verdient. Gratulation! Erhöht alle Attribute um <%= attrs %>.", "bodySpecialTakeThisNotes": "Diese Vorderflüge wurden durch die Teilnahme an einem von Take This gesponsorten Wettbewerb verdient. Gratulation! Erhöht alle Attribute um <%= attrs %>.",
"bodySpecialAetherAmuletText": "Aether Amulet", "bodySpecialAetherAmuletText": "Ätheramulett",
"bodySpecialAetherAmuletNotes": "This amulet has a mysterious history. Increases Constitution and Strength by <%= attrs %> each.", "bodySpecialAetherAmuletNotes": "This amulet has a mysterious history. Increases Constitution and Strength by <%= attrs %> each.",
"bodySpecialSummerMageText": "Glänzender Kurzumhang", "bodySpecialSummerMageText": "Glänzender Kurzumhang",
"bodySpecialSummerMageNotes": "Weder Salzwasser noch frisches Wasser kann diesen metallischen Kurzumhang beflecken. Gewährt keinen Attributbonus. Limitierte Ausgabe 2014 Sommerausrüstung.", "bodySpecialSummerMageNotes": "Weder Salzwasser noch frisches Wasser kann diesen metallischen Kurzumhang beflecken. Gewährt keinen Attributbonus. Limitierte Ausgabe 2014 Sommerausrüstung.",
@ -1362,7 +1362,7 @@
"eyewearSpecialWhiteTopFrameNotes": "Brille mit einem weißen Gestell über den Linsen. Gewährt keinen Attributbonus.", "eyewearSpecialWhiteTopFrameNotes": "Brille mit einem weißen Gestell über den Linsen. Gewährt keinen Attributbonus.",
"eyewearSpecialYellowTopFrameText": "Gelbe Standardbrille", "eyewearSpecialYellowTopFrameText": "Gelbe Standardbrille",
"eyewearSpecialYellowTopFrameNotes": "Brille mit einem gelben Gestell über den Linsen. Gewährt keinen Attributbonus.", "eyewearSpecialYellowTopFrameNotes": "Brille mit einem gelben Gestell über den Linsen. Gewährt keinen Attributbonus.",
"eyewearSpecialAetherMaskText": "Aether Mask", "eyewearSpecialAetherMaskText": "Äthermaske",
"eyewearSpecialAetherMaskNotes": "This mask has a mysterious history. Increases Intelligence by <%= int %>.", "eyewearSpecialAetherMaskNotes": "This mask has a mysterious history. Increases Intelligence by <%= int %>.",
"eyewearSpecialSummerRogueText": "Schurkische Augenklappe", "eyewearSpecialSummerRogueText": "Schurkische Augenklappe",
"eyewearSpecialSummerRogueNotes": "Man muss kein Halunke sein um zu sehen, wie stilvoll das ist! Gewährt keinen Attributbonus. Limitierte Ausgabe 2014 Sommerausrüstung.", "eyewearSpecialSummerRogueNotes": "Man muss kein Halunke sein um zu sehen, wie stilvoll das ist! Gewährt keinen Attributbonus. Limitierte Ausgabe 2014 Sommerausrüstung.",

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "Private Gilden werden nicht in Habiticas Gildenübersicht angezeigt. Neue Mitglieder können nur durch eine Einladung hinzugefügt werden.", "privateDescription": "Private Gilden werden nicht in Habiticas Gildenübersicht angezeigt. Neue Mitglieder können nur durch eine Einladung hinzugefügt werden.",
"removeInvite": "Remove Invitation",
"removeMember": "Mitglied Entfernen", "removeMember": "Mitglied Entfernen",
"sendMessage": "Nachricht Senden", "sendMessage": "Nachricht Senden",
"removeManager2": "Manager entfernen", "removeManager2": "Manager entfernen",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "29. Juli", "dateEndJuly": "29. Juli",
"dateEndAugust": "31. August", "dateEndAugust": "31. August",
"dateEndOctober": "31. Oktober", "dateEndOctober": "31. Oktober",
"dateEndNovember": "November 30",
"discountBundle": "Paket" "discountBundle": "Paket"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "July 29", "dateEndJuly": "July 29",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "July 29", "dateEndJuly": "July 29",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "Julio 29", "dateEndJuly": "Julio 29",
"dateEndAugust": "Agosto 31", "dateEndAugust": "Agosto 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "Lote" "discountBundle": "Lote"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "29 de julio", "dateEndJuly": "29 de julio",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

View file

@ -152,7 +152,7 @@
"chooseClass": "Choisissez votre classe", "chooseClass": "Choisissez votre classe",
"chooseClassLearnMarkdown": "[En apprendre plus sur le système de classe d'Habitica](http://habitica.wikia.com/wiki/Class_System)", "chooseClassLearnMarkdown": "[En apprendre plus sur le système de classe d'Habitica](http://habitica.wikia.com/wiki/Class_System)",
"optOutOfClassesText": "Pas intéressé par les classes ? Vous préférez choisir plus tard ? N'en choisissez pas - vous serez un guerrier sans compétences particulières. Vous pourrez vous renseigner plus tard sur le système de classes dans le wiki et activer les classes quand vous le voudrez dans l'icône utilisateur > Paramètres.", "optOutOfClassesText": "Pas intéressé par les classes ? Vous préférez choisir plus tard ? N'en choisissez pas - vous serez un guerrier sans compétences particulières. Vous pourrez vous renseigner plus tard sur le système de classes dans le wiki et activer les classes quand vous le voudrez dans l'icône utilisateur > Paramètres.",
"selectClass": "Sélectionnez <%= heroClass %>", "selectClass": "Sélectionner <%= heroClass %>",
"select": "Sélectionner", "select": "Sélectionner",
"stealth": "Furtivité", "stealth": "Furtivité",
"stealthNewDay": "Quand un nouveau jour commence, vous éviterez les dommages causés par les tâches Quotidiennes manquées.", "stealthNewDay": "Quand un nouveau jour commence, vous éviterez les dommages causés par les tâches Quotidiennes manquées.",

View file

@ -141,7 +141,7 @@
"report": "Signaler", "report": "Signaler",
"abuseFlag": "Signaler une infraction aux Règles de vie en communauté", "abuseFlag": "Signaler une infraction aux Règles de vie en communauté",
"abuseFlagModalHeading": "Signaler <%= name %> pour infraction ?", "abuseFlagModalHeading": "Signaler <%= name %> pour infraction ?",
"abuseFlagModalBody": "Êtes vous sûr de vouloir signaler cette publication ? Vous devez reporter UNIQUEMENT les messages qui enfreignent les <%= firstLinkStart %>Règles de Vie en Communauté<%= linkEnd %> et/ou les <%= secondLinkStart %>Conditions Générales d'Utilisation <%= linkEnd %>. Signaler inutilement un post est une violation des Règles de Vie en Communauté et peut vous faire recevoir un avertissement. Les raisons qui justifient le signalement d'un post incluent mais ne se limitent pas : <br><br><ul style='margin-left: 10px;'><li>aux insultes ou la diffamation</li><li>à l'intolérance ou propos à caractères religieux</li><li>aux sujets 'réservés aux adultes'</li><li>à la violence, même sous forme de plaisanterie</li><li>au spamming et aux messages incompréhensibles ou volontairement sans aucun sens</li></ul>", "abuseFlagModalBody": "Êtes vous sûr de vouloir signaler cette publication ? Vous devez signaler UNIQUEMENT les messages qui enfreignent les <%= firstLinkStart %>Règles de vie en communauté<%= linkEnd %> et/ou les <%= secondLinkStart %>Conditions générales d'utilisation <%= linkEnd %>. Signaler inutilement un post est une violation des Règles de vie en communauté et peut vous faire recevoir un avertissement. Les raisons qui justifient le signalement d'un post incluent mais ne se limitent pas : <br><br><ul style='margin-left: 10px;'><li>aux insultes ou la diffamation</li><li>à l'intolérance ou propos à caractères religieux</li><li>aux sujets 'réservés aux adultes'</li><li>à la violence, même sous forme de plaisanterie</li><li>au spamming et aux messages incompréhensibles ou volontairement sans aucun sens</li></ul>",
"abuseFlagModalButton": "Signaler une infraction", "abuseFlagModalButton": "Signaler une infraction",
"abuseReported": "Merci d'avoir signalé cette infraction. Les modérateurs en ont été informé.", "abuseReported": "Merci d'avoir signalé cette infraction. Les modérateurs en ont été informé.",
"abuseAlreadyReported": "Vous avez déjà signalé ce message.", "abuseAlreadyReported": "Vous avez déjà signalé ce message.",
@ -160,7 +160,7 @@
"partyMembersInfo": "Votre équipe est actuellement composée de <%= memberCount %> membres et <%= invitationCount %> invitations sont en attente d'une réponse. Une équipe ne peut contenir plus de <%= limitMembers %> membres. Au-delà de ce nombre, vous ne pouvez plus envoyer d'invitations.", "partyMembersInfo": "Votre équipe est actuellement composée de <%= memberCount %> membres et <%= invitationCount %> invitations sont en attente d'une réponse. Une équipe ne peut contenir plus de <%= limitMembers %> membres. Au-delà de ce nombre, vous ne pouvez plus envoyer d'invitations.",
"inviteByEmail": "Inviter par courriel", "inviteByEmail": "Inviter par courriel",
"inviteByEmailExplanation": "Si un ami rejoint Habitica via votre courriel, il sera automatiquement invité dans votre équipe !", "inviteByEmailExplanation": "Si un ami rejoint Habitica via votre courriel, il sera automatiquement invité dans votre équipe !",
"inviteMembersHowTo": "Invitez des personnes en utilisant une adresse mail valide ou un ID d'Utilisateur à 36 chiffres. Si l'adresse mail n'est liée à aucun compte existant, nous inviterons son propriétaire à rejoindre Habitica.", "inviteMembersHowTo": "Invitez des personnes en utilisant une adresse mail valide ou un ID d'Utilisateur à 36 chiffres. Si l'adresse courriel n'est liée à aucun compte existant, nous inviterons son propriétaire à rejoindre Habitica.",
"inviteFriendsNow": "Inviter des amis maintenant", "inviteFriendsNow": "Inviter des amis maintenant",
"inviteFriendsLater": "Inviter des amis plus tard", "inviteFriendsLater": "Inviter des amis plus tard",
"inviteAlertInfo": "Si vous avez des amis qui utilisent déjà Habitica, invitez-les avec leur <a href='http://fr.habitica.wikia.com/wiki/Options_API' target='_blank'>ID d'utilisateur</a> ici.", "inviteAlertInfo": "Si vous avez des amis qui utilisent déjà Habitica, invitez-les avec leur <a href='http://fr.habitica.wikia.com/wiki/Options_API' target='_blank'>ID d'utilisateur</a> ici.",
@ -362,6 +362,7 @@
"noGuildsParagraph1": "Les guildes sont des groupes sociaux créés par des joueurs qui peuvent vous offrir du soutien, vous responsabilisez et vous encouragez.", "noGuildsParagraph1": "Les guildes sont des groupes sociaux créés par des joueurs qui peuvent vous offrir du soutien, vous responsabilisez et vous encouragez.",
"noGuildsParagraph2": "Cliquez l'onglet Découvrir pour voir les guildes suggérées en fonction de vos intérêts, naviguer les guildes publiques d'Habitica, ou créer votre propre guilde.", "noGuildsParagraph2": "Cliquez l'onglet Découvrir pour voir les guildes suggérées en fonction de vos intérêts, naviguer les guildes publiques d'Habitica, ou créer votre propre guilde.",
"privateDescription": "Une Guilde privée ne seras pas affichée dans le répertoire des guildes d'Habitica. Les nouveau membres ne peuvent être ajoutées que par invitation.", "privateDescription": "Une Guilde privée ne seras pas affichée dans le répertoire des guildes d'Habitica. Les nouveau membres ne peuvent être ajoutées que par invitation.",
"removeInvite": "Remove Invitation",
"removeMember": "Retirer le membre", "removeMember": "Retirer le membre",
"sendMessage": "Envoyer un message", "sendMessage": "Envoyer un message",
"removeManager2": "Retirer le responsable", "removeManager2": "Retirer le responsable",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "29 juillet", "dateEndJuly": "29 juillet",
"dateEndAugust": "31 août", "dateEndAugust": "31 août",
"dateEndOctober": "31 octobre", "dateEndOctober": "31 octobre",
"dateEndNovember": "November 30",
"discountBundle": "lot" "discountBundle": "lot"
} }

View file

@ -128,7 +128,7 @@
"tourScrollDown": "Faites attention à bien aller tout en bas de la page pour voir toutes les options ! Cliquez sur votre avatar à nouveau pour retourner à la page des tâches.", "tourScrollDown": "Faites attention à bien aller tout en bas de la page pour voir toutes les options ! Cliquez sur votre avatar à nouveau pour retourner à la page des tâches.",
"tourMuchMore": "Quand vous aurez fini avec vos tâches, vous pourrez former une équipe avec vos amis, discuter dans les guildes liées à vos centres d'intérêts, participer à des défis, et bien plus !", "tourMuchMore": "Quand vous aurez fini avec vos tâches, vous pourrez former une équipe avec vos amis, discuter dans les guildes liées à vos centres d'intérêts, participer à des défis, et bien plus !",
"tourStatsPage": "Ceci est votre page de statistiques ! Remportez des succès en complétant les tâches listées.", "tourStatsPage": "Ceci est votre page de statistiques ! Remportez des succès en complétant les tâches listées.",
"tourTavernPage": "Bienvenu à la taverne, un lieu de discussions de tout âge ! Vous pouvez empêcher vos quotidiennes de vous faire du mal en cas de maladie ou de voyage en cliquant sur \"Désactiver les dégâts\". Venez dire bonjour !", "tourTavernPage": "Voici la taverne, un lieu de discussions pour tout âge ! Vous pouvez empêcher vos quotidiennes de vous faire du mal en cas de maladie ou de voyage en cliquant sur \"Désactiver les dégâts\". Venez dire bonjour !",
"tourPartyPage": "Votre équipe vous aidera à rester responsable. Invitez des amis pour déverrouiller un parchemin de quête !", "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 autour de centres d'intérêts communs, créés par les joueurs et pour les joueurs. Naviguez dans la liste des guildes et rejoignez celles qui vous intéressent. Jetez un œil à la guilde la plus populaire, la guilde d'aide de Habitica (\"Habitica Help\"), où tout le monde peut poser des questions concernant Habitica !", "tourGuildsPage": "Les guildes sont des groupes de discussion autour de centres d'intérêts communs, créés par les joueurs et pour les joueurs. Naviguez dans la liste des guildes et rejoignez celles qui vous intéressent. Jetez un œil à la guilde la plus populaire, la guilde d'aide de Habitica (\"Habitica Help\"), où tout le monde peut poser des questions concernant 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 !", "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 !",

View file

@ -118,7 +118,7 @@
"sortByHatchable": "Peut éclore", "sortByHatchable": "Peut éclore",
"hatch": "Faire éclore !", "hatch": "Faire éclore !",
"foodTitle": "Nourriture", "foodTitle": "Nourriture",
"dragThisFood": "Déplacez ce <%= foodName %> sur un familier et regardez-le grandir !", "dragThisFood": "Déplacez cette <%= foodName %> sur un familier et regardez-le grandir !",
"clickOnPetToFeed": "Cliquez sur un familier à nourrir avec cette <%= foodName %> et regardez-le grandir !", "clickOnPetToFeed": "Cliquez sur un familier à nourrir avec cette <%= foodName %> et regardez-le grandir !",
"dragThisPotion": "Déplacez cette <%= potionName %> vers un œuf pour en faire sortir un nouveau familier !", "dragThisPotion": "Déplacez cette <%= potionName %> vers un œuf pour en faire sortir un nouveau familier !",
"clickOnEggToHatch": "Cliquez sur un œuf à associer à votre potion d'éclosion <%= potionName %> et faites éclore un nouveau familier !", "clickOnEggToHatch": "Cliquez sur un œuf à associer à votre potion d'éclosion <%= potionName %> et faites éclore un nouveau familier !",

View file

@ -131,7 +131,7 @@
"remindersToLogin": "Rappels de vérification d'Habitica", "remindersToLogin": "Rappels de vérification d'Habitica",
"subscribeUsing": "Abonnez-vous avec", "subscribeUsing": "Abonnez-vous avec",
"unsubscribedSuccessfully": "Correctement désabonné !", "unsubscribedSuccessfully": "Correctement désabonné !",
"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 <a href=\"/#/options/settings/notifications\">Paramètres > &gt; Notifications</a> (nécessite d'être connecté).", "unsubscribedTextUsers": "Vous venez de vous désabonner de tous les courriels d'Habitica avec succès. Vous pouvez activer uniquement les courriels que vous souhaitez recevoir dans<a href=\"/user/settings/notifications\"> Paramètres > &gt; Notifications </a> (nécessite d'être connecté).",
"unsubscribedTextOthers": "Vous ne recevrez plus d'autre courriel de Habitica.", "unsubscribedTextOthers": "Vous ne recevrez plus d'autre courriel de Habitica.",
"unsubscribeAllEmails": "Cocher pour se désabonner des courriels", "unsubscribeAllEmails": "Cocher pour se désabonner des courriels",
"unsubscribeAllEmailsText": "En cochant cette case, je certifie comprendre qu'en me désabonnant de tous les courriels, Habitica n'aura jamais la possibilité de m'avertir par courriel 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 courriels, Habitica n'aura jamais la possibilité de m'avertir par courriel de changements importants au niveau du site ou de mon compte.",

View file

@ -191,11 +191,11 @@
"gemBenefit3": "des séries de quêtes pour obtenir des œufs de familiers.", "gemBenefit3": "des séries de quêtes pour obtenir des œufs de familiers.",
"gemBenefit4": "le pouvoir de réinitialiser les points d'attribut de votre avatar, et de changer sa classe.", "gemBenefit4": "le pouvoir de réinitialiser les points d'attribut de votre avatar, et de changer sa classe.",
"subscriptionBenefitLeadin": "Soutenez Habitica en vous abonnant et vous bénéficierez de ces avantages !", "subscriptionBenefitLeadin": "Soutenez Habitica en vous abonnant et vous bénéficierez de ces avantages !",
"subscriptionBenefit1": "Alexandre le Marchand va vous vendre des Gemmes, pour 20 Or lunité !", "subscriptionBenefit1": "Alexandre le marchand vous vendra des gemmes, au prix de 20 d'or la gemme !",
"subscriptionBenefit2": "Les tâches À Faire complétées et l'historique des tâches sont disponibles plus longtemps.", "subscriptionBenefit2": "Les tâches À Faire complétées et l'historique des tâches sont disponibles plus longtemps.",
"subscriptionBenefit3": "Découvrez plus d'objets avec une limite de butin quotidienne doublée.", "subscriptionBenefit3": "Découvrez plus d'objets avec une limite de butin quotidienne doublée.",
"subscriptionBenefit4": "Des objets cosmétiques uniques pour votre avatar chaque mois.", "subscriptionBenefit4": "Des objets cosmétiques uniques pour votre avatar chaque mois.",
"subscriptionBenefit5": "Obtenez le familier exclusif Léporilope pourpre royal !", "subscriptionBenefit5": "Obtenez le léporilope pourpre royal, un familier exclusif !",
"subscriptionBenefit6": "Obtenez des Sabliers mystiques à utiliser dans la boutique des Voyageurs Temporels !", "subscriptionBenefit6": "Obtenez des Sabliers mystiques à utiliser dans la boutique des Voyageurs Temporels !",
"haveCouponCode": "Avez-vous un bon de réduction ?", "haveCouponCode": "Avez-vous un bon de réduction ?",
"subscriptionAlreadySubscribedLeadIn": "Merci de vous être abonné !", "subscriptionAlreadySubscribedLeadIn": "Merci de vous être abonné !",

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "July 29", "dateEndJuly": "July 29",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "júlus 29.", "dateEndJuly": "júlus 29.",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "29 Juli", "dateEndJuly": "29 Juli",
"dateEndAugust": "31 Agustus", "dateEndAugust": "31 Agustus",
"dateEndOctober": "31 Oktober", "dateEndOctober": "31 Oktober",
"dateEndNovember": "November 30",
"discountBundle": "bundel" "discountBundle": "bundel"
} }

View file

@ -64,7 +64,7 @@
"subscriberItemText": "Ogni mese, gli abbonati ricevono un oggetto misterioso. Questo oggetto in genere viene rilasciato circa una settimana prima della fine del mese. Leggi la pagina \"Mystery Item\" della wiki per maggiori informazioni.", "subscriberItemText": "Ogni mese, gli abbonati ricevono un oggetto misterioso. Questo oggetto in genere viene rilasciato circa una settimana prima della fine del mese. Leggi la pagina \"Mystery Item\" della wiki per maggiori informazioni.",
"all": "Tutto", "all": "Tutto",
"none": "Nessuno", "none": "Nessuno",
"more": "<%= count %> more", "more": "altri <%= count %>",
"and": "e", "and": "e",
"loginSuccess": "Accesso eseguito con successo!", "loginSuccess": "Accesso eseguito con successo!",
"youSure": "Sei sicuro/a?", "youSure": "Sei sicuro/a?",
@ -264,16 +264,16 @@
"hobbies_occupations": "Hobbies + Occupations", "hobbies_occupations": "Hobbies + Occupations",
"location_based": "Basate su luoghi", "location_based": "Basate su luoghi",
"mental_health": "Mental Health + Self-Care", "mental_health": "Mental Health + Self-Care",
"getting_organized": "Getting Organized", "getting_organized": "Organizzarsi",
"self_improvement": "Crescita personale", "self_improvement": "Crescita personale",
"spirituality": "Spiritualità", "spirituality": "Spiritualità",
"time_management": "Gestione del tempo + Responsabilità", "time_management": "Gestione del tempo + Responsabilità",
"recovery_support_groups": "Recovery + Support Groups", "recovery_support_groups": "Riabilitazione + Gruppi di supporto",
"messages": "Messaggi", "messages": "Messaggi",
"emptyMessagesLine1": "Non hai alcun messaggio", "emptyMessagesLine1": "Non hai alcun messaggio",
"emptyMessagesLine2": "Invia un messaggio per creare una conversazione!", "emptyMessagesLine2": "Invia un messaggio per creare una conversazione!",
"letsgo": "Andiamo!", "letsgo": "Andiamo!",
"selected": "Selezionato", "selected": "Selezionato",
"howManyToBuy": "Quanti vorresti comprarne?", "howManyToBuy": "Quanti vorresti comprarne?",
"habiticaHasUpdated": "There is a new Habitica update. Refresh to get the latest version!" "habiticaHasUpdated": "È disponibile un nuovo aggiornamento per Habitica. Ricarica la pagina per usare la versione più recente!"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Rimuovi membro", "removeMember": "Rimuovi membro",
"sendMessage": "Invia messaggio", "sendMessage": "Invia messaggio",
"removeManager2": "Rimuivi Amministratore", "removeManager2": "Rimuivi Amministratore",

View file

@ -35,9 +35,9 @@
"seasonalShopWinterText": "Buon Winter Wonderland!! Vuoi comprare degli oggetti rari? Saranno disponibili solo fino al 31 gennaio!", "seasonalShopWinterText": "Buon Winter Wonderland!! Vuoi comprare degli oggetti rari? Saranno disponibili solo fino al 31 gennaio!",
"seasonalShopFallTextBroken": "Oh... Benvenuto nel Negozio Stagionale... Abbiamo in vendita oggetti dell'Edizione Stagionale autunnale, o qualcosa del genere... Tutto quello che vedi qui sarà disponibile per l'acquisto durante l'evento \"Fall Festival\" di ogni anno, ma siamo aperti sono fino al 31 ottobre... Penso che dovresti rifornirti ora altrimenti dovrai aspettare... e aspettare... e aspettare... <strong>*sigh*</strong>", "seasonalShopFallTextBroken": "Oh... Benvenuto nel Negozio Stagionale... Abbiamo in vendita oggetti dell'Edizione Stagionale autunnale, o qualcosa del genere... Tutto quello che vedi qui sarà disponibile per l'acquisto durante l'evento \"Fall Festival\" di ogni anno, ma siamo aperti sono fino al 31 ottobre... Penso che dovresti rifornirti ora altrimenti dovrai aspettare... e aspettare... e aspettare... <strong>*sigh*</strong>",
"seasonalShopRebirth": "Se hai comprato questo equipaggiamento in passato ma attualmente non lo possiedi, potrai riacquistarlo dalla colonna delle Ricompense. 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.", "seasonalShopRebirth": "Se hai comprato questo equipaggiamento in passato ma attualmente non lo possiedi, potrai riacquistarlo dalla colonna delle Ricompense. 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)", "candycaneSet": "Candy Cane (Mage)",
"skiSet": "Nevassassino (Assassino)", "skiSet": "Ski-sassin (Rogue)",
"snowflakeSet": "Fioccodineve (Guaritore)", "snowflakeSet": "Snowflake (Healer)",
"yetiSet": "Addestra-Yeti (Guerriero)", "yetiSet": "Addestra-Yeti (Guerriero)",
"northMageSet": "Mago del Nord (Mago)", "northMageSet": "Mago del Nord (Mago)",
"icicleDrakeSet": "Drago Fatato dei Ghiacci (Assassino)", "icicleDrakeSet": "Drago Fatato dei Ghiacci (Assassino)",
@ -119,5 +119,6 @@
"dateEndJuly": "29 luglio", "dateEndJuly": "29 luglio",
"dateEndAugust": "31 agosto", "dateEndAugust": "31 agosto",
"dateEndOctober": "31 ottobre", "dateEndOctober": "31 ottobre",
"dateEndNovember": "November 30",
"discountBundle": "pacchetto" "discountBundle": "pacchetto"
} }

View file

@ -72,8 +72,8 @@
"APIv3": "API v3", "APIv3": "API v3",
"APIText": "Copia questi valori per utilizzarli in applicazioni di terze parti. Ad ogni modo, pensa alla tua Chiave API come ad una password: tienila segreta. Occasionalmente potrebbe venirti richiesto l'ID Utente, ma non scrivere mai la tua Chiave API dove può essere vista da altre persone, nemmeno su GitHub.", "APIText": "Copia questi valori per utilizzarli in applicazioni di terze parti. Ad ogni modo, pensa alla tua Chiave API come ad una password: tienila segreta. Occasionalmente potrebbe venirti richiesto l'ID Utente, ma non scrivere mai la tua Chiave API dove può essere vista da altre persone, nemmeno su GitHub.",
"APIToken": "Chiave API (questa è una password - leggi la nota sopra!)", "APIToken": "Chiave API (questa è una password - leggi la nota sopra!)",
"showAPIToken": "Show API Token", "showAPIToken": "Mostra chiave API",
"hideAPIToken": "Hide API Token", "hideAPIToken": "Nascondi chiave API",
"APITokenWarning": "Se hai bisogno di una nuova Chiave API (per esempio se l'hai condivisa per sbaglio), manda una mail a <%= hrefTechAssistanceEmail %> con il tuo ID Utente e la tua attuale Chiave API. Una volta resettata dovrai ri-autorizzare ogni cosa uscendo dal sito e dalla app, fornendo poi la tua nuova Chiave API ad eventuali estensioni di Habitica che utilizzi.", "APITokenWarning": "Se hai bisogno di una nuova Chiave API (per esempio se l'hai condivisa per sbaglio), manda una mail a <%= hrefTechAssistanceEmail %> con il tuo ID Utente e la tua attuale Chiave API. Una volta resettata dovrai ri-autorizzare ogni cosa uscendo dal sito e dalla app, fornendo poi la tua nuova Chiave API ad eventuali estensioni di Habitica che utilizzi.",
"thirdPartyApps": "Applicazioni di terze parti", "thirdPartyApps": "Applicazioni di terze parti",
"dataToolDesc": "Una pagina web che ti mostra alcune informazioni sul tuo account Habitica, ad esempio statistiche sulle tue attività, equipaggiamento e abilità.", "dataToolDesc": "Una pagina web che ti mostra alcune informazioni sul tuo account Habitica, ad esempio statistiche sulle tue attività, equipaggiamento e abilità.",
@ -181,7 +181,7 @@
"consecutiveMonths": "Mesi consecutivi:", "consecutiveMonths": "Mesi consecutivi:",
"gemCapExtra": "Limite Gemme Extra:", "gemCapExtra": "Limite Gemme Extra:",
"mysticHourglasses": "Clessidre Mistiche:", "mysticHourglasses": "Clessidre Mistiche:",
"mysticHourglassesTooltip": "Mystic Hourglasses", "mysticHourglassesTooltip": "Clessidre Mistiche",
"paypal": "PayPal", "paypal": "PayPal",
"amazonPayments": "Pagamenti su Amazon", "amazonPayments": "Pagamenti su Amazon",
"timezone": "Fuso orario", "timezone": "Fuso orario",

View file

@ -2,7 +2,7 @@
"clearCompleted": "Elimina attività completate", "clearCompleted": "Elimina attività completate",
"lotOfToDos": "Qui puoi vedere le ultime 30 Cose Da Fare che hai portato a termine. Per vedere le altre Cose Da Fare completate, clicca su \"Dati utente > Visualizzazione dati utente\" oppure \"Dati utente > Esporta dati > Dati utente\".", "lotOfToDos": "Qui puoi vedere le ultime 30 Cose Da Fare che hai portato a termine. Per vedere le altre Cose Da Fare completate, clicca su \"Dati utente > Visualizzazione dati utente\" oppure \"Dati utente > Esporta dati > Dati utente\".",
"deleteToDosExplanation": "Se clicchi il bottone qua in basso, tutte le tue Cose Da Fare complete o archiviate saranno cancellate permanentemente, eccetto per le Cose Da Fare appartenenti a sfide attive o a piani per gruppi. Se vuoi conservarne una registrazione, devi prima esportarle.", "deleteToDosExplanation": "Se clicchi il bottone qua in basso, tutte le tue Cose Da Fare complete o archiviate saranno cancellate permanentemente, eccetto per le Cose Da Fare appartenenti a sfide attive o a piani per gruppi. Se vuoi conservarne una registrazione, devi prima esportarle.",
"addMultipleTip": "<strong>Tip:</strong> To add multiple Tasks, separate each one using a line break (Shift + Enter) and then press \"Enter.\"", "addMultipleTip": "<strong>Consiglio:</strong> Per aggiungere più attività insieme, separale con degli \"a capo\" (Maiusc + Invio) e poi premi Invio.",
"addsingle": "Aggiungi singola", "addsingle": "Aggiungi singola",
"addATask": "Aggiungi una <%= type %>", "addATask": "Aggiungi una <%= type %>",
"editATask": "Modifica una <%= type %>", "editATask": "Modifica una <%= type %>",
@ -25,8 +25,8 @@
"checklist": "Checklist", "checklist": "Checklist",
"checklistText": "Dividi un'attività in parti più piccole! Le checklist aumentano la quantità di punti Esperienza e di Oro guadagnati con le Cose Da Fare e riducono i danni causati da una Daily.", "checklistText": "Dividi un'attività in parti più piccole! Le checklist aumentano la quantità di punti Esperienza e di Oro guadagnati con le Cose Da Fare e riducono i danni causati da una Daily.",
"newChecklistItem": "Nuovo elemento checklist", "newChecklistItem": "Nuovo elemento checklist",
"expandChecklist": "Expand Checklist", "expandChecklist": "Espandi checklist",
"collapseChecklist": "Collapse Checklist", "collapseChecklist": "Nascondi checklist",
"text": "Titolo", "text": "Titolo",
"extraNotes": "Note", "extraNotes": "Note",
"notes": "Note", "notes": "Note",
@ -115,11 +115,11 @@
"fortifyText": "La fortificazione farà tornare tutte le attività, eccetto quelle delle sfide, allo stato neutro (colore giallo), proprio come se le avessi appena create, e riempirà la tua barra della Salute. Questo è un ottimo aiuto se le tue attività rosse stanno rendendo il gioco troppo difficile, o se quelle blu stanno rendendo il gioco troppo semplice. Se ripartire con calma suona come una buona idea, spendi qualche gemma e fai vedere alle tue attività chi comanda!", "fortifyText": "La fortificazione farà tornare tutte le attività, eccetto quelle delle sfide, allo stato neutro (colore giallo), proprio come se le avessi appena create, e riempirà la tua barra della Salute. Questo è un ottimo aiuto se le tue attività rosse stanno rendendo il gioco troppo difficile, o se quelle blu stanno rendendo il gioco troppo semplice. Se ripartire con calma suona come una buona idea, spendi qualche gemma e fai vedere alle tue attività chi comanda!",
"confirmFortify": "Sei sicuro/a?", "confirmFortify": "Sei sicuro/a?",
"fortifyComplete": "Fortificazione completa!", "fortifyComplete": "Fortificazione completa!",
"sureDelete": "Are you sure you want to delete this task?", "sureDelete": "Vuoi davvero eliminare questa attività?",
"sureDeleteCompletedTodos": "Vuoi davvero eliminare le tue Cose Da Fare completate?", "sureDeleteCompletedTodos": "Vuoi davvero eliminare le tue Cose Da Fare completate?",
"streakCoins": "Bonus serie!", "streakCoins": "Bonus serie!",
"taskToTop": "To top", "taskToTop": "Sposta in cima",
"taskToBottom": "To bottom", "taskToBottom": "Sposta in fondo",
"emptyTask": "Inserisci prima il titolo dell'attività", "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.", "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": "Le buone abitudini sono quelle che completi spesso. Ti premiano con Oro ed Esperienza ogni volta che clicchi <%= plusIcon %>.", "habitHelp1": "Le buone abitudini sono quelle che completi spesso. Ti premiano con Oro ed Esperienza ogni volta che clicchi <%= plusIcon %>.",

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "7月29日", "dateEndJuly": "7月29日",
"dateEndAugust": "8月31日", "dateEndAugust": "8月31日",
"dateEndOctober": "10月31日", "dateEndOctober": "10月31日",
"dateEndNovember": "November 30",
"discountBundle": "パック" "discountBundle": "パック"
} }

View file

@ -29,7 +29,7 @@
"either": "Beide", "either": "Beide",
"createChallenge": "Uitdaging aanmaken", "createChallenge": "Uitdaging aanmaken",
"createChallengeAddTasks": "Add Challenge Tasks", "createChallengeAddTasks": "Add Challenge Tasks",
"addTaskToChallenge": "Add Task", "addTaskToChallenge": "Taak toevoegen",
"discard": "Gooi weg", "discard": "Gooi weg",
"challengeTitle": "Titel van de uitdaging", "challengeTitle": "Titel van de uitdaging",
"challengeTag": "Naam van label", "challengeTag": "Naam van label",
@ -39,7 +39,7 @@
"prizePop": "Als iemand jouw uitdaging 'wint', dan kun je aan de winnaar edelstenen uitreiken. Het maximum aantal dat je kunt schenken is het aantal edelstenen dat jij bezit (plus het aantal gilde-edelstenen, als jij het gilde van deze uitdaging hebt aangemaakt). Let op: deze prijs kan later niet veranderd worden.", "prizePop": "Als iemand jouw uitdaging 'wint', dan kun je aan de winnaar edelstenen uitreiken. Het maximum aantal dat je kunt schenken is het aantal edelstenen dat jij bezit (plus het aantal gilde-edelstenen, als jij het gilde van deze uitdaging hebt aangemaakt). Let op: deze prijs kan later niet veranderd worden.",
"prizePopTavern": "Als iemand jouw uitdaging 'wint', dan kun je aan de winnaar edelstenen uitreiken.Max = het aantal edelstenen dat jij bezit Let op: de prijs kan later niet veranderd worden en herberg-uitdagingen worden niet terugbetaald als de uitdaging wordt geannuleerd.", "prizePopTavern": "Als iemand jouw uitdaging 'wint', dan kun je aan de winnaar edelstenen uitreiken.Max = het aantal edelstenen dat jij bezit Let op: de prijs kan later niet veranderd worden en herberg-uitdagingen worden niet terugbetaald als de uitdaging wordt geannuleerd.",
"publicChallenges": "Minimaal 1 edelsteen voor <strong>openbare uitdagingen</strong> (helpt spam voorkomen, echt).", "publicChallenges": "Minimaal 1 edelsteen voor <strong>openbare uitdagingen</strong> (helpt spam voorkomen, echt).",
"publicChallengesTitle": "Public Challenges", "publicChallengesTitle": "Openbare uitdagingen",
"officialChallenge": "Officiële Habitica-uitdaging", "officialChallenge": "Officiële Habitica-uitdaging",
"by": "door", "by": "door",
"participants": "<%= membercount %> deelnemers", "participants": "<%= membercount %> deelnemers",
@ -55,10 +55,10 @@
"leaveCha": "Uitdaging verlaten en...", "leaveCha": "Uitdaging verlaten en...",
"challengedOwnedFilterHeader": "Eigendom", "challengedOwnedFilterHeader": "Eigendom",
"challengedOwnedFilter": "In bezit", "challengedOwnedFilter": "In bezit",
"owned": "Owned", "owned": "In bezit",
"challengedNotOwnedFilter": "Niet in bezit", "challengedNotOwnedFilter": "Niet in bezit",
"not_owned": "Not Owned", "not_owned": "Niet in bezit",
"not_participating": "Not Participating", "not_participating": "Niet deelnemend",
"challengedEitherOwnedFilter": "Beide", "challengedEitherOwnedFilter": "Beide",
"backToChallenges": "Terug naar alle uitdagingen", "backToChallenges": "Terug naar alle uitdagingen",
"prizeValue": "<%= gemcount %>&nbsp;<%= gemicon %> prijs", "prizeValue": "<%= gemcount %>&nbsp;<%= gemicon %> prijs",
@ -97,34 +97,34 @@
"createdBy": "Gecreëerd door", "createdBy": "Gecreëerd door",
"joinChallenge": "Doe mee aan Uitdaging", "joinChallenge": "Doe mee aan Uitdaging",
"leaveChallenge": "Verlaat Uitdaging", "leaveChallenge": "Verlaat Uitdaging",
"addTask": "Add Task", "addTask": "Taak toevoegen",
"editChallenge": "Edit Challenge", "editChallenge": "Uitdagingen bewerken",
"challengeDescription": "Challenge Description", "challengeDescription": "Beschrijving van de uitdaging",
"selectChallengeWinnersDescription": "Select winners from the Challenge participants", "selectChallengeWinnersDescription": "Selecteer winnaars van de uitdagingsdeelnemers",
"awardWinners": "Award Winners", "awardWinners": "Winnaars toewijzen",
"doYouWantedToDeleteChallenge": "Do you want to delete this Challenge?", "doYouWantedToDeleteChallenge": "Wil je deze uitdaging verwijderen?",
"deleteChallenge": "Delete Challenge", "deleteChallenge": "Uitdaging verwijderen",
"challengeNamePlaceholder": "What is your Challenge name?", "challengeNamePlaceholder": "Wat is de naam van je uitdaging?",
"challengeSummary": "Summary", "challengeSummary": "Samenvatting",
"challengeSummaryPlaceholder": "Write a short description advertising your Challenge to other Habiticans. What is the main purpose of your Challenge and why should people join it? Try to include useful keywords in the description so that Habiticans can easily find it when they search!", "challengeSummaryPlaceholder": "Write a short description advertising your Challenge to other Habiticans. What is the main purpose of your Challenge and why should people join it? Try to include useful keywords in the description so that Habiticans can easily find it when they search!",
"challengeDescriptionPlaceholder": "Use this section to go into more detail about everything that Challenge participants should know about your Challenge.", "challengeDescriptionPlaceholder": "Use this section to go into more detail about everything that Challenge participants should know about your Challenge.",
"challengeGuild": "Add to", "challengeGuild": "Toevoegen aan",
"challengeMinimum": "Minimum 1 Gem for public Challenges (helps prevent spam, it really does).", "challengeMinimum": "Minimum 1 Gem for public Challenges (helps prevent spam, it really does).",
"participantsTitle": "Participants", "participantsTitle": "Deelnemers",
"shortName": "Short Name", "shortName": "Short Name",
"shortNamePlaceholder": "What short tag should be used to identify your Challenge?", "shortNamePlaceholder": "What short tag should be used to identify your Challenge?",
"updateChallenge": "Update Challenge", "updateChallenge": "Uitdaging updaten",
"haveNoChallenges": "This group has no Challenges", "haveNoChallenges": "Deze groep heeft geen uitdagingen",
"loadMore": "Laad Meer", "loadMore": "Laad Meer",
"exportChallengeCsv": "Export Challenge", "exportChallengeCsv": "Uitdaging exporteren",
"editingChallenge": "Editing Challenge", "editingChallenge": "Editing Challenge",
"nameRequired": "Name is required", "nameRequired": "Naam is vereist",
"tagTooShort": "Tag name is too short", "tagTooShort": "De labelnaam is te kort",
"summaryRequired": "Summary is required", "summaryRequired": "Samenvatting is vereist",
"summaryTooLong": "Summary is too long", "summaryTooLong": "Samenvatting is te lang",
"descriptionRequired": "Omschrijving is vereist", "descriptionRequired": "Omschrijving is vereist",
"locationRequired": "Location of challenge is required ('Add to')", "locationRequired": "Location of challenge is required ('Add to')",
"categoiresRequired": "One or more categories must be selected", "categoiresRequired": "One or more categories must be selected",
"viewProgressOf": "View Progress Of", "viewProgressOf": "View Progress Of",
"selectMember": "Select Member" "selectMember": "Lid selecteren"
} }

View file

@ -2,9 +2,9 @@
"communityGuidelinesWarning": "Onthoud dat je weergegeven naam, profielfoto en blurb overeen moeten komen met de <a href='https://habitica.com/static/community-guidelines' target='_blank'>gemeenschapsrichtlijnen</a> (bijv. geen grof taalgebruik, geen volwassen onderwerpen, geen beledigingen, etc.). Als je vragen hebt over de geschiktheid van een tekst of onderwerp, stuur dan gerust een e-mail naar <%= hrefBlankCommunityManagerEmail %>!", "communityGuidelinesWarning": "Onthoud dat je weergegeven naam, profielfoto en blurb overeen moeten komen met de <a href='https://habitica.com/static/community-guidelines' target='_blank'>gemeenschapsrichtlijnen</a> (bijv. geen grof taalgebruik, geen volwassen onderwerpen, geen beledigingen, etc.). Als je vragen hebt over de geschiktheid van een tekst of onderwerp, stuur dan gerust een e-mail naar <%= hrefBlankCommunityManagerEmail %>!",
"profile": "Profiel", "profile": "Profiel",
"avatar": "Avatar aanpassen", "avatar": "Avatar aanpassen",
"editAvatar": "Edit Avatar", "editAvatar": "Avatar bewerken",
"noDescription": "This Habitican hasn't added a description.", "noDescription": "Deze Habiticaan heeft geen beschrijving toegevoegd.",
"noPhoto": "This Habitican hasn't added a photo.", "noPhoto": "Deze Habiticaan heeft geen foto toegevoegd.",
"other": "Overige", "other": "Overige",
"fullName": "Volledige naam", "fullName": "Volledige naam",
"displayName": "Weergegeven naam", "displayName": "Weergegeven naam",
@ -19,7 +19,7 @@
"buffed": "Versterkt", "buffed": "Versterkt",
"bodyBody": "Lichaam", "bodyBody": "Lichaam",
"bodySize": "Grootte", "bodySize": "Grootte",
"size": "Size", "size": "Grootte",
"bodySlim": "Smal", "bodySlim": "Smal",
"bodyBroad": "Breed", "bodyBroad": "Breed",
"unlockSet": "Set ontgrendelen - <%= cost %>", "unlockSet": "Set ontgrendelen - <%= cost %>",
@ -29,14 +29,14 @@
"specialShirts": "Speciale shirts", "specialShirts": "Speciale shirts",
"bodyHead": "Kapsel en haarkleur", "bodyHead": "Kapsel en haarkleur",
"bodySkin": "Huid", "bodySkin": "Huid",
"skin": "Skin", "skin": "Huid",
"color": "Kleur", "color": "Kleur",
"bodyHair": "Haar", "bodyHair": "Haar",
"hair": "Hair", "hair": "Haar",
"bangs": "Bangs", "bangs": "Pony",
"hairBangs": "Pony", "hairBangs": "Pony",
"ponytail": "Ponytail", "ponytail": "Paardenstaart",
"glasses": "Glasses", "glasses": "Bri",
"hairBase": "Basis", "hairBase": "Basis",
"hairSet1": "Kapselset 1", "hairSet1": "Kapselset 1",
"hairSet2": "Kapselset 2", "hairSet2": "Kapselset 2",
@ -72,8 +72,8 @@
"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.", "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": "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.<br><br>Got more questions? Check out the <a href=\"http://habitica.wikia.com/wiki/Equipment#Costumes\">Costume page</a> on the wiki. Find the perfect ensemble? Show it off in the <a href=\"/groups/guild/3884eeaa-2d6a-45e8-a279-ada6de9709e1\">Costume Carnival guild</a> 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.<br><br>Got more questions? Check out the <a href=\"http://habitica.wikia.com/wiki/Equipment#Costumes\">Costume page</a> on the wiki. Find the perfect ensemble? Show it off in the <a href=\"/groups/guild/3884eeaa-2d6a-45e8-a279-ada6de9709e1\">Costume Carnival guild</a> or brag in the Tavern!",
"costumePopoverText": "Select \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can dress up your avatar in whatever outfit you like while still having your best Battle Gear equipped.", "costumePopoverText": "Select \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can dress up your avatar in whatever outfit you like while still having your best Battle Gear equipped.",
"autoEquipPopoverText": "Select this option to automatically equip gear as soon as you purchase it.", "autoEquipPopoverText": "Selecteer deze optie om een uitrusting automatisch aan te trekken als je hem koopt.",
"costumeDisabled": "You have disabled your costume.", "costumeDisabled": "Je hebt je kostuum uitgezet.",
"gearAchievement": "Je hebt de prestatie \"Hoogst haalbare uitrusting\" behaald door de hoogst haalbare uitrusting voor je klasse aan te schaffen! Je hebt de volgende sets compleet gemaakt:", "gearAchievement": "Je hebt de prestatie \"Hoogst haalbare uitrusting\" behaald door de hoogst haalbare uitrusting voor je klasse aan te schaffen! Je hebt de volgende sets compleet gemaakt:",
"moreGearAchievements": "To attain more Ultimate Gear badges, change classes on <a href='/user/settings/site' target='_blank'>the Settings &gt; Site page</a> and buy your new class's gear!", "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on <a href='/user/settings/site' target='_blank'>the Settings &gt; Site page</a> and buy your new class's gear!",
"armoireUnlocked": "Voor meer uitrustingsstukken, kijk in het <strong>betoverde kabinet!</strong> Klik op het betoverde kabinet onder beloningen en maak kans op speciale uitrustingsstukken! Het kabinet kan je ook willekeurig ervaringspunten of voedsel geven.", "armoireUnlocked": "Voor meer uitrustingsstukken, kijk in het <strong>betoverde kabinet!</strong> Klik op het betoverde kabinet onder beloningen en maak kans op speciale uitrustingsstukken! Het kabinet kan je ook willekeurig ervaringspunten of voedsel geven.",
@ -123,11 +123,11 @@
"healer": "Heler", "healer": "Heler",
"rogue": "Dief", "rogue": "Dief",
"mage": "Magiër", "mage": "Magiër",
"wizard": "Mage", "wizard": "Magiër",
"mystery": "Verrassingsartikelen", "mystery": "Verrassingsartikelen",
"changeClass": "Van klasse veranderen en eigenschapspunten terugkrijgen", "changeClass": "Van klasse veranderen en eigenschapspunten terugkrijgen",
"lvl10ChangeClass": "Om van klasse te veranderen moet je ten minste niveau 10 zijn.", "lvl10ChangeClass": "Om van klasse te veranderen moet je ten minste niveau 10 zijn.",
"changeClassConfirmCost": "Are you sure you want to change your class for 3 Gems?", "changeClassConfirmCost": "Weet je zeker dat je je klasse wil veranderen voor 3 edelstenen?",
"invalidClass": "Ongeldige klasse. Specificeer \"krijger\", \"dief\", \"magiër\" of \"heler\".", "invalidClass": "Ongeldige klasse. Specificeer \"krijger\", \"dief\", \"magiër\" of \"heler\".",
"levelPopover": "Elk niveau geeft je één punt om toe te wijzen aan een eigenschap van jouw keuze. Je kunt dit handmatig doen of het spel voor jou laten beslissen door gebruik te maken van één van de automatische verdelingsopties.", "levelPopover": "Elk niveau geeft je één punt om toe te wijzen aan een eigenschap van jouw keuze. Je kunt dit handmatig doen of het spel voor jou laten beslissen door gebruik te maken van één van de automatische verdelingsopties.",
"unallocated": "nog niet toegewezen eigenschapspunten", "unallocated": "nog niet toegewezen eigenschapspunten",
@ -149,10 +149,10 @@
"healerText": "Helers zijn ongevoelig voor schade, en kunnen deze bescherming uitstrekken naar anderen. Gemiste dagelijkse taken en slechte gewoontes hebben nauwelijks invloed op hun humeur, en ze hebben manieren om gezondheidspunten te herstellen na een mislukking. Speel een Heler als je het leuk vindt om anderen in je groep te assisteren, of als het idee om de dood voor de gek te houden door hard te werken je inspireert!", "healerText": "Helers zijn ongevoelig voor schade, en kunnen deze bescherming uitstrekken naar anderen. Gemiste dagelijkse taken en slechte gewoontes hebben nauwelijks invloed op hun humeur, en ze hebben manieren om gezondheidspunten te herstellen na een mislukking. Speel een Heler als je het leuk vindt om anderen in je groep te assisteren, of als het idee om de dood voor de gek te houden door hard te werken je inspireert!",
"optOutOfClasses": "Afmelden", "optOutOfClasses": "Afmelden",
"optOutOfPMs": "Afmelden", "optOutOfPMs": "Afmelden",
"chooseClass": "Choose your Class", "chooseClass": "Je klasse kiezen",
"chooseClassLearnMarkdown": "[Learn more about Habitica's class system](http://habitica.wikia.com/wiki/Class_System)", "chooseClassLearnMarkdown": "[Leer meer over Habitica's klassesysteem] (http://nl.habitica.wikia.com/wiki/Klasse_systeem)",
"optOutOfClassesText": "Can't be bothered with classes? Want to choose later? Opt out - you'll be a warrior with no special abilities. You can read about the class system later on the wiki and enable classes at any time under User Icon > Settings.", "optOutOfClassesText": "Can't be bothered with classes? Want to choose later? Opt out - you'll be a warrior with no special abilities. You can read about the class system later on the wiki and enable classes at any time under User Icon > Settings.",
"selectClass": "Select <%= heroClass %>", "selectClass": "Selecteer <%= heroClass %>",
"select": "Selecteren", "select": "Selecteren",
"stealth": "Heimelijkheid", "stealth": "Heimelijkheid",
"stealthNewDay": "Wanneer een nieuwe dag begint, ontwijk je de schade van dit aantal gemiste dagelijkse taken.", "stealthNewDay": "Wanneer een nieuwe dag begint, ontwijk je de schade van dit aantal gemiste dagelijkse taken.",
@ -169,21 +169,21 @@
"youCastTarget": "Je hebt <%= spell %> uitgesproken over <%= target %>.", "youCastTarget": "Je hebt <%= spell %> uitgesproken over <%= target %>.",
"youCastParty": "Je hebt <%= spell %> uitgesproken voor de groep.", "youCastParty": "Je hebt <%= spell %> uitgesproken voor de groep.",
"critBonus": "Voltreffer! Bonus:", "critBonus": "Voltreffer! Bonus:",
"gainedGold": "You gained some Gold", "gainedGold": "Je hebt wat goud verdiend",
"gainedMana": "You gained some Mana", "gainedMana": "Je hebt wat mana verdiend",
"gainedHealth": "You gained some Health", "gainedHealth": "Je hebt wat gezondheidspunten verdiend",
"gainedExperience": "You gained some Experience", "gainedExperience": "Je hebt wat ervaring verdiend",
"lostGold": "You spent some Gold", "lostGold": "Je hebt wat goud uitgegeven",
"lostMana": "You used some Mana", "lostMana": "Je hebt wat mana gebruikt",
"lostHealth": "You lost some Health", "lostHealth": "Je hebt wat gezondheidspunten verloren",
"lostExperience": "You lost some Experience", "lostExperience": "Je hebt wat ervaring verloren",
"displayNameDescription1": "Dit is wat je ziet in de berichten die je plaatst in de herberg, gildes en de groepschat, naast wat er op je avatar wordt weergegeven. Om het te wijzigen klik je op de knop Wijzigen. Als je in plaats daarvan je inlognaam wil veranderen, ga dan naar", "displayNameDescription1": "Dit is wat je ziet in de berichten die je plaatst in de herberg, gildes en de groepschat, naast wat er op je avatar wordt weergegeven. Om het te wijzigen klik je op de knop Wijzigen. Als je in plaats daarvan je inlognaam wil veranderen, ga dan naar",
"displayNameDescription2": "Instellingen->Site", "displayNameDescription2": "Instellingen->Site",
"displayNameDescription3": "en kijk in het registratiegedeelte.", "displayNameDescription3": "en kijk in het registratiegedeelte.",
"unequipBattleGear": "Gevechtsuitrusting uittrekken", "unequipBattleGear": "Gevechtsuitrusting uittrekken",
"unequipCostume": "Kostuum uittrekken", "unequipCostume": "Kostuum uittrekken",
"equip": "Equip", "equip": "Aantrekke",
"unequip": "Unequip", "unequip": "Uittrekken",
"unequipPetMountBackground": "Huisdier, rijdier en achtergrond uitschakelen", "unequipPetMountBackground": "Huisdier, rijdier en achtergrond uitschakelen",
"animalSkins": "Dierenhuiden", "animalSkins": "Dierenhuiden",
"chooseClassHeading": "Kies een klasse! Of kies ervoor om later te beslissen.", "chooseClassHeading": "Kies een klasse! Of kies ervoor om later te beslissen.",
@ -201,19 +201,19 @@
"quickAllocationLevelPopover": "Each level earns you one point to assign to an attribute of your choice. You can do so manually, or let the game decide for you using one of the Automatic Allocation options found in User Icon > Stats.", "quickAllocationLevelPopover": "Each level earns you one point to assign to an attribute of your choice. You can do so manually, or let the game decide for you using one of the Automatic Allocation options found in User Icon > Stats.",
"invalidAttribute": "\"<%= attr %>\" is geen geldige eigenschap.", "invalidAttribute": "\"<%= attr %>\" is geen geldige eigenschap.",
"notEnoughAttrPoints": "Je hebt niet genoeg eigenschapspunten.", "notEnoughAttrPoints": "Je hebt niet genoeg eigenschapspunten.",
"style": "Style", "style": "Stijl",
"facialhair": "Facial", "facialhair": "Gezicht",
"photo": "Photo", "photo": "Foto",
"info": "Info", "info": "Informatie",
"joined": "Joined", "joined": "Joined",
"totalLogins": "Total Check Ins", "totalLogins": "Totaal aantal check-ins",
"latestCheckin": "Latest Check In", "latestCheckin": "Laatste check-in",
"editProfile": "Edit Profile", "editProfile": "Profiel bewerken",
"challengesWon": "Challenges Won", "challengesWon": "Uitdagingen gewonnen",
"questsCompleted": "Quests Completed", "questsCompleted": "Queesten voltooid",
"headAccess": "Head Access.", "headAccess": "Hoofdaccess.",
"backAccess": "Back Access.", "backAccess": "Rugaccess.",
"bodyAccess": "Body Access.", "bodyAccess": "Lichaamsaccess.",
"mainHand": "Main-Hand", "mainHand": "Main-Hand",
"offHand": "Off-Hand", "offHand": "Off-Hand",
"pointsAvailable": "Points Available", "pointsAvailable": "Points Available",

View file

@ -1,19 +1,19 @@
{ {
"tavern": "Herberg Chat", "tavern": "Herberg Chat",
"tavernChat": "Tavern Chat", "tavernChat": "Herbergchat",
"innCheckOut": "Uitchecken bij de herberg", "innCheckOut": "Uitchecken bij de herberg",
"innCheckIn": "Rust uit in de herberg", "innCheckIn": "Rust uit in de herberg",
"innText": "Je ben aan het uitrusten in de herberg! Zolang je hier verblijft, zullen je dagelijkse taken je geen pijn doen aan het eind van de dag, maar ze zullen wel elke dag verversen. Wees gewaarschuwd: als je meedoet aan een queeste met een eindbaas, zal de eindbaas je nog steeds pijn doen voor de dagelijkse taken die je groepsgenoten missen, tenzij ze ook in de herberg verblijven! Je zult zelf ook geen schade toebrengen aan de eindbaas (of voorwerpen krijgen) totdat je de herberg verlaat.", "innText": "Je ben aan het uitrusten in de herberg! Zolang je hier verblijft, zullen je dagelijkse taken je geen pijn doen aan het eind van de dag, maar ze zullen wel elke dag verversen. Wees gewaarschuwd: als je meedoet aan een queeste met een eindbaas, zal de eindbaas je nog steeds pijn doen voor de dagelijkse taken die je groepsgenoten missen, tenzij ze ook in de herberg verblijven! Je zult zelf ook geen schade toebrengen aan de eindbaas (of voorwerpen krijgen) totdat je de herberg verlaat.",
"innTextBroken": "Je bent aan het uitrusten in de herberg, zo blijkt... Zolang je hier verblijft, zullen je dagelijkse taken je geen pijn doen aan het eind van de dag, maar ze zullen wel elke dag verversen... Wees gewaarschuwd: als je meedoet aan een queeste met een eindbaas, zal de eindbaas je nog steeds pijn doen voor de dagelijkse taken die je groepsgenoten missen... tenzij ze ook in de herberg verblijven... Je zult zelf ook geen schade toebrengen aan de eindbaas (of voorwerpen krijgen) totdat je de herberg verlaat... zo moe...", "innTextBroken": "Je bent aan het uitrusten in de herberg, zo blijkt... Zolang je hier verblijft, zullen je dagelijkse taken je geen pijn doen aan het eind van de dag, maar ze zullen wel elke dag verversen... Wees gewaarschuwd: als je meedoet aan een queeste met een eindbaas, zal de eindbaas je nog steeds pijn doen voor de dagelijkse taken die je groepsgenoten missen... tenzij ze ook in de herberg verblijven... Je zult zelf ook geen schade toebrengen aan de eindbaas (of voorwerpen krijgen) totdat je de herberg verlaat... zo moe...",
"helpfulLinks": "Helpful Links", "helpfulLinks": "Nuttige links",
"communityGuidelinesLink": "Community Guidelines", "communityGuidelinesLink": "Gemeenschapsrichtlijnen",
"lookingForGroup": "Looking for Group (Party Wanted) Posts", "lookingForGroup": "Berichten: groep gezocht",
"dataDisplayTool": "Data Display Tool", "dataDisplayTool": "Gegevens weergeven",
"reportProblem": "Report a Bug", "reportProblem": "Fout melden",
"requestFeature": "Request a Feature", "requestFeature": "Functie aanvragen",
"askAQuestion": "Ask a Question", "askAQuestion": "Stel een vraag",
"askQuestionGuild": "Ask a Question (Habitica Help guild)", "askQuestionGuild": "Stel een vraag ('Habitica Help'-gilde)",
"contributing": "Contributing", "contributing": "Bijdragen",
"faq": "FAQ", "faq": "FAQ",
"lfgPosts": "Berichten: groep gezocht", "lfgPosts": "Berichten: groep gezocht",
"tutorial": "Handleiding", "tutorial": "Handleiding",
@ -37,13 +37,13 @@
"party": "Groep", "party": "Groep",
"createAParty": "Creëer een groep", "createAParty": "Creëer een groep",
"updatedParty": "Groepsinstellingen bijgewerkt.", "updatedParty": "Groepsinstellingen bijgewerkt.",
"errorNotInParty": "You are not in a Party", "errorNotInParty": "Je zit niet in een groep",
"noPartyText": "Of je zit niet in een groep, of het duurt een tijdje om je groep in te laden. Je kunt eventueel een nieuwe groep aanmaken en vrienden uitnodigen; als je je bij een bestaande groep aan wil sluiten, laat ze dan onderstaand unieke gebruikers-ID invoeren en kom dan hier terug voor de uitnodiging:", "noPartyText": "Of je zit niet in een groep, of het duurt een tijdje om je groep in te laden. Je kunt eventueel een nieuwe groep aanmaken en vrienden uitnodigen; als je je bij een bestaande groep aan wil sluiten, laat ze dan onderstaand unieke gebruikers-ID invoeren en kom dan hier terug voor de uitnodiging:",
"LFG": "Ga om je nieuwe groep te promoten of om een groep te vinden naar het gilde voor <%= linkStart %>berichten: groep gezocht<%= linkEnd %>.", "LFG": "Ga om je nieuwe groep te promoten of om een groep te vinden naar het gilde voor <%= linkStart %>berichten: groep gezocht<%= linkEnd %>.",
"wantExistingParty": "Wil je je bij een bestaande groep aansluiten? Ga dan naar de <%= linkStart %>Party Wanted Guild<%= linkEnd %> en post deze Gebruikers ID:", "wantExistingParty": "Wil je je bij een bestaande groep aansluiten? Ga dan naar de <%= linkStart %>Party Wanted Guild<%= linkEnd %> en post deze Gebruikers ID:",
"joinExistingParty": "Aansluiten bij de groep van iemand anders", "joinExistingParty": "Aansluiten bij de groep van iemand anders",
"needPartyToStartQuest": "Oeps! Je moet <a href='http://habitica.wikia.com/wiki/Party' target='_blank'>een groep aanmaken of je er bij een aansluiten</a> voor je aan een queeste kunt beginnen!", "needPartyToStartQuest": "Oeps! Je moet <a href='http://habitica.wikia.com/wiki/Party' target='_blank'>een groep aanmaken of je er bij een aansluiten</a> voor je aan een queeste kunt beginnen!",
"createGroupPlan": "Create", "createGroupPlan": "Aanmake",
"create": "Creëren", "create": "Creëren",
"userId": "Gebruikers-ID", "userId": "Gebruikers-ID",
"invite": "Uitnodigen", "invite": "Uitnodigen",
@ -70,7 +70,7 @@
"guildBankPop1": "Gildebank", "guildBankPop1": "Gildebank",
"guildBankPop2": "Edelstenen die de gildeleider kan gebruiken als prijzen bij uitdagingen.", "guildBankPop2": "Edelstenen die de gildeleider kan gebruiken als prijzen bij uitdagingen.",
"guildGems": "Gilde-edelstenen", "guildGems": "Gilde-edelstenen",
"group": "Group", "group": "Groep",
"editGroup": "Groep bewerken", "editGroup": "Groep bewerken",
"newGroupName": "Naam van <%= groupType %>", "newGroupName": "Naam van <%= groupType %>",
"groupName": "Groepsnaam", "groupName": "Groepsnaam",
@ -80,7 +80,7 @@
"logoUrl": "URL logo", "logoUrl": "URL logo",
"assignLeader": "Groepsleider aanwijzen", "assignLeader": "Groepsleider aanwijzen",
"members": "Leden", "members": "Leden",
"memberList": "Member List", "memberList": "Ledenlijst",
"partyList": "Volgorde van groepsleden in bovenbalk", "partyList": "Volgorde van groepsleden in bovenbalk",
"banTip": "Lid verwijderen", "banTip": "Lid verwijderen",
"moreMembers": "overige leden", "moreMembers": "overige leden",
@ -94,7 +94,7 @@
"search": "Zoeken", "search": "Zoeken",
"publicGuilds": "Openbare gilden", "publicGuilds": "Openbare gilden",
"createGuild": "Gilde creëren", "createGuild": "Gilde creëren",
"createGuild2": "Create", "createGuild2": "Aanmaken",
"guild": "Gilde", "guild": "Gilde",
"guilds": "Gilden", "guilds": "Gilden",
"guildsLink": "<a href='http://nl.habitica.wikia.com/wiki/Gilden' target='_blank'>Gilden</a>", "guildsLink": "<a href='http://nl.habitica.wikia.com/wiki/Gilden' target='_blank'>Gilden</a>",
@ -138,7 +138,7 @@
"privateMessageGiftSubscriptionMessage": "<%= numberOfMonths %> maanden abonnementkrediet.", "privateMessageGiftSubscriptionMessage": "<%= numberOfMonths %> maanden abonnementkrediet.",
"cannotSendGemsToYourself": "Je kunt geen edelstenen naar jezelf sturen. Probeer in plaats daarvan een abonnement. ", "cannotSendGemsToYourself": "Je kunt geen edelstenen naar jezelf sturen. Probeer in plaats daarvan een abonnement. ",
"badAmountOfGemsToSend": "Het bedrag moet tussen 1 en je huidige hoeveelheid edelstenen liggen.", "badAmountOfGemsToSend": "Het bedrag moet tussen 1 en je huidige hoeveelheid edelstenen liggen.",
"report": "Report", "report": "Melden",
"abuseFlag": "Overtreding van gemeenschapsrichtlijnen melden", "abuseFlag": "Overtreding van gemeenschapsrichtlijnen melden",
"abuseFlagModalHeading": "<%= name %> rapporteren wegens overtreding?", "abuseFlagModalHeading": "<%= name %> rapporteren wegens overtreding?",
"abuseFlagModalBody": "Are you sure you want to report this post? You should ONLY report a post that violates the <%= firstLinkStart %>Community Guidelines<%= linkEnd %> and/or <%= secondLinkStart %>Terms of Service<%= linkEnd %>. Inappropriately reporting a post is a violation of the Community Guidelines and may give you an infraction. Appropriate reasons to flag a post include but are not limited to:<br><br><ul style='margin-left: 10px;'><li>swearing, religious oaths</li><li>bigotry, slurs</li><li>adult topics</li><li>violence, including as a joke</li><li>spam, nonsensical messages</li></ul>", "abuseFlagModalBody": "Are you sure you want to report this post? You should ONLY report a post that violates the <%= firstLinkStart %>Community Guidelines<%= linkEnd %> and/or <%= secondLinkStart %>Terms of Service<%= linkEnd %>. Inappropriately reporting a post is a violation of the Community Guidelines and may give you an infraction. Appropriate reasons to flag a post include but are not limited to:<br><br><ul style='margin-left: 10px;'><li>swearing, religious oaths</li><li>bigotry, slurs</li><li>adult topics</li><li>violence, including as a joke</li><li>spam, nonsensical messages</li></ul>",
@ -148,7 +148,7 @@
"needsText": "Typ een bericht.", "needsText": "Typ een bericht.",
"needsTextPlaceholder": "Typ hier je bericht.", "needsTextPlaceholder": "Typ hier je bericht.",
"copyMessageAsToDo": "Bericht kopiëren als To-do", "copyMessageAsToDo": "Bericht kopiëren als To-do",
"copyAsTodo": "Copy as To-Do", "copyAsTodo": "Als to-do kopiëren",
"messageAddedAsToDo": "Bericht gekopieerd als To-do.", "messageAddedAsToDo": "Bericht gekopieerd als To-do.",
"messageWroteIn": "<%= user %> schreef in <%= group %>", "messageWroteIn": "<%= user %> schreef in <%= group %>",
"taskFromInbox": "<%= from %> schreef '<%= message %>'", "taskFromInbox": "<%= from %> schreef '<%= message %>'",
@ -315,45 +315,45 @@
"userMustBeMember": "Gebruiker moet een lid zijn", "userMustBeMember": "Gebruiker moet een lid zijn",
"userIsNotManager": "Gebruiker is geen manager", "userIsNotManager": "Gebruiker is geen manager",
"canOnlyApproveTaskOnce": "Deze taak is al goedgekeurd.", "canOnlyApproveTaskOnce": "Deze taak is al goedgekeurd.",
"addTaskToGroupPlan": "Create", "addTaskToGroupPlan": "Aanmaken",
"leaderMarker": "- Leider", "leaderMarker": "- Leider",
"managerMarker": "- Manager", "managerMarker": "- Manager",
"joinedGuild": "Lid geworden van een gilde", "joinedGuild": "Lid geworden van een gilde",
"joinedGuildText": "Heeft zich gewaagd aan de sociale kant van Habitica door lid te worden van een gilde!", "joinedGuildText": "Heeft zich gewaagd aan de sociale kant van Habitica door lid te worden van een gilde!",
"badAmountOfGemsToPurchase": "Aantal moet op zijn minst 1 zijn.", "badAmountOfGemsToPurchase": "Aantal moet op zijn minst 1 zijn.",
"groupPolicyCannotGetGems": "De voorwaarden van een groep waar je lid van hebt voorkomt dat zijn leden edelstenen kunnen krijgen.", "groupPolicyCannotGetGems": "De voorwaarden van een groep waar je lid van hebt voorkomt dat zijn leden edelstenen kunnen krijgen.",
"viewParty": "View Party", "viewParty": "Groep bekijken",
"newGuildPlaceholder": "Enter your guild's name.", "newGuildPlaceholder": "Voer de naam van je gilde i",
"guildMembers": "Guild Members", "guildMembers": "Gildeleden",
"guildBank": "Guild Bank", "guildBank": "Gildebank",
"chatPlaceholder": "Type your message to Guild members here", "chatPlaceholder": "Typ hier je bericht voor gildeleden",
"partyChatPlaceholder": "Type your message to Party members here", "partyChatPlaceholder": "Typ hier je bericht voor groepsleden",
"fetchRecentMessages": "Fetch Recent Messages", "fetchRecentMessages": "Recente berichten lade",
"like": "Like", "like": "Like",
"liked": "Liked", "liked": "Liked",
"joinGuild": "Join Guild", "joinGuild": "Lid worden van een gilde",
"inviteToGuild": "Invite to Guild", "inviteToGuild": "Uitnodigen voor gilde",
"messageGuildLeader": "Message Guild Leader", "messageGuildLeader": "Gildeleider een bericht sturen",
"donateGems": "Donate Gems", "donateGems": "Edelstenen doneren",
"updateGuild": "Update Guild", "updateGuild": "Gilde updaten",
"viewMembers": "View Members", "viewMembers": "Leden bekijken",
"memberCount": "Member Count", "memberCount": "Ledenaantal",
"recentActivity": "Recent Activity", "recentActivity": "Recente activiteit",
"myGuilds": "My Guilds", "myGuilds": "Mijn gilden",
"guildsDiscovery": "Discover Guilds", "guildsDiscovery": "Gilden ontdekken",
"guildOrPartyLeader": "Leader", "guildOrPartyLeader": "Leider",
"guildLeader": "Guild Leader", "guildLeader": "Gildeleider",
"member": "Member", "member": "Lid",
"goldTier": "Gold Tier", "goldTier": "Gouden rang",
"silverTier": "Silver Tier", "silverTier": "Zilveren rank",
"bronzeTier": "Bronze Tier", "bronzeTier": "Bronzen rang",
"privacySettings": "Privacy Settings", "privacySettings": "Privacy-instellingen",
"onlyLeaderCreatesChallenges": "Only the Leader can create Challenges", "onlyLeaderCreatesChallenges": "Alleen de leider kan uitdagingen aanmaken",
"privateGuild": "Private Guild", "privateGuild": "Privégilde",
"charactersRemaining": "characters remaining", "charactersRemaining": "karakters over",
"guildSummary": "Summary", "guildSummary": "Samenvatting",
"guildSummaryPlaceholder": "Write a short description advertising your Guild to other Habiticans. What is the main purpose of your Guild and why should people join it? Try to include useful keywords in the summary so that Habiticans can easily find it when they search!", "guildSummaryPlaceholder": "Write a short description advertising your Guild to other Habiticans. What is the main purpose of your Guild and why should people join it? Try to include useful keywords in the summary so that Habiticans can easily find it when they search!",
"groupDescription": "Description", "groupDescription": "Beschrijving",
"guildDescriptionPlaceholder": "Use this section to go into more detail about everything that Guild members should know about your Guild. Useful tips, helpful links, and encouraging statements all go here!", "guildDescriptionPlaceholder": "Use this section to go into more detail about everything that Guild members should know about your Guild. Useful tips, helpful links, and encouraging statements all go here!",
"markdownFormattingHelp": "[Markdown formatting help](http://habitica.wikia.com/wiki/Markdown_Cheat_Sheet)", "markdownFormattingHelp": "[Markdown formatting help](http://habitica.wikia.com/wiki/Markdown_Cheat_Sheet)",
"partyDescriptionPlaceholder": "This is our party's description. It describes what we do in this party. If you want to learn more about what we do in this party, read the description. Party on.", "partyDescriptionPlaceholder": "This is our party's description. It describes what we do in this party. If you want to learn more about what we do in this party, read the description. Party on.",
@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "29 juli", "dateEndJuly": "29 juli",
"dateEndAugust": "31 augustus", "dateEndAugust": "31 augustus",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundel" "discountBundle": "bundel"
} }

View file

@ -2,30 +2,30 @@
"npc": "NPC", "npc": "NPC",
"npcAchievementName": "<%= key %> NPC", "npcAchievementName": "<%= key %> NPC",
"npcAchievementText": "Heeft het Kickstarter project op het hoogste niveau gesteund!", "npcAchievementText": "Heeft het Kickstarter project op het hoogste niveau gesteund!",
"welcomeTo": "Welcome to", "welcomeTo": "Welkom bij",
"welcomeBack": "Welcome back!", "welcomeBack": "Welkom terug!",
"justin": "Justin", "justin": "Justin",
"justinIntroMessage1": "Hello there! You must be new here. My name is Justin, your guide to Habitica.", "justinIntroMessage1": "Hallo daar! Jij moet nieuw zijn hier. Mijn naam is Justin, je gids in Habitica.",
"justinIntroMessage2": "To start, you'll need to create an avatar.", "justinIntroMessage2": "Om te beginnen moet je een avatar aanmaken.",
"justinIntroMessage3": "Great! Now, what are you interested in working on throughout this journey?", "justinIntroMessage3": "Geweldig! Waar zou je aan willen werken tijdens deze reis?",
"introTour": "Here we are! I've filled out some Tasks for you based on your interests, so you can get started right away. Click a Task to edit or add new Tasks to fit your routine!", "introTour": "Here we are! I've filled out some Tasks for you based on your interests, so you can get started right away. Click a Task to edit or add new Tasks to fit your routine!",
"prev": "Prev", "prev": "Vorige",
"next": "Next", "next": "Volgende",
"randomize": "Randomize", "randomize": "Randomize",
"mattBoch": "Matt Boch", "mattBoch": "Matt Boch",
"mattShall": "Zal ik je je ros brengen, <%= name %>? Als je een huisdier genoeg voedsel hebt gevoerd om het in een rijdier te veranderen, zal het hier verschijnen. Klik op een rijdier om het te zadelen!", "mattShall": "Zal ik je je ros brengen, <%= name %>? Als je een huisdier genoeg voedsel hebt gevoerd om het in een rijdier te veranderen, zal het hier verschijnen. Klik op een rijdier om het te zadelen!",
"mattBochText1": "Welkom in de Stal! Ik ben Matt, de Dierenmeester. Na niveau 3 kun je huisdieren laten uitkomen door middel van eieren en toverdranken. Als je een dier laat uitkomen in de markt, zal het hier verschijnen! Klik op de afbeelding van een huisdier om het aan je avatar toe te voegen! Voeder je huisdieren met het voedsel dat je vindt na niveau 3, zodat ze uitgroeien tot krachtige rijdieren!", "mattBochText1": "Welkom in de Stal! Ik ben Matt, de Dierenmeester. Na niveau 3 kun je huisdieren laten uitkomen door middel van eieren en toverdranken. Als je een dier laat uitkomen in de markt, zal het hier verschijnen! Klik op de afbeelding van een huisdier om het aan je avatar toe te voegen! Voeder je huisdieren met het voedsel dat je vindt na niveau 3, zodat ze uitgroeien tot krachtige rijdieren!",
"welcomeToTavern": "Welcome to The Tavern!", "welcomeToTavern": "Welkom bij de Herberg!",
"sleepDescription": "Need a break? Check into Daniel's Inn to pause some of Habitica's more difficult game mechanics:", "sleepDescription": "Need a break? Check into Daniel's Inn to pause some of Habitica's more difficult game mechanics:",
"sleepBullet1": "Missed Dailies won't damage you", "sleepBullet1": "Missed Dailies won't damage you",
"sleepBullet2": "Tasks won't lose streaks or decay in color", "sleepBullet2": "Tasks won't lose streaks or decay in color",
"sleepBullet3": "Bosses won't do damage for your missed Dailies", "sleepBullet3": "Bosses won't do damage for your missed Dailies",
"sleepBullet4": "Your boss damage or collection Quest items will stay pending until check-out", "sleepBullet4": "Your boss damage or collection Quest items will stay pending until check-out",
"pauseDailies": "Pause Damage", "pauseDailies": "Pauzeer schade",
"unpauseDailies": "Unpause Damage", "unpauseDailies": "Unpause Damage",
"staffAndModerators": "Staff and Moderators", "staffAndModerators": "Medewerkers en moderators",
"communityGuidelinesIntro": "Habitica tries to create a welcoming environment for users of all ages and backgrounds, especially in public spaces like the Tavern. If you have any questions, please consult our <a href='/static/community-guidelines' target='_blank'>Community Guidelines</a>.", "communityGuidelinesIntro": "Habitica tries to create a welcoming environment for users of all ages and backgrounds, especially in public spaces like the Tavern. If you have any questions, please consult our <a href='/static/community-guidelines' target='_blank'>Community Guidelines</a>.",
"acceptCommunityGuidelines": "I agree to follow the Community Guidelines", "acceptCommunityGuidelines": "Ik stem ermee in om me aan de gemeenschapsrichtlijnen te houden",
"daniel": "Daniël", "daniel": "Daniël",
"danielText": "Welkom in de Herberg! Blijf en tijdje en ontmoet de stamgasten. Als je wat rust nodig hebt (vakantie? ziekte?), zal ik je een kamer geven in de herberg. Terwijl je ingecheckt bent, zullen je Dagelijkse Taken je geen pijn doen aan het einde van de dag, maar je kunt ze nog steeds afkruisen.", "danielText": "Welkom in de Herberg! Blijf en tijdje en ontmoet de stamgasten. Als je wat rust nodig hebt (vakantie? ziekte?), zal ik je een kamer geven in de herberg. Terwijl je ingecheckt bent, zullen je Dagelijkse Taken je geen pijn doen aan het einde van de dag, maar je kunt ze nog steeds afkruisen.",
"danielText2": "Wees gewaarschuwd: Als je meedoet aan een queeste met een eindbaas, zal de eindbaas je nog steeds pijn doen voor de gemiste dagelijkse taken van je groepsgenoten, tenzij ze ook in de herberg verblijven! Je zult zelf ook geen schade toebrengen aan de eindbaas (of voorwerpen krijgen) totdat je de Herberg verlaat.", "danielText2": "Wees gewaarschuwd: Als je meedoet aan een queeste met een eindbaas, zal de eindbaas je nog steeds pijn doen voor de gemiste dagelijkse taken van je groepsgenoten, tenzij ze ook in de herberg verblijven! Je zult zelf ook geen schade toebrengen aan de eindbaas (of voorwerpen krijgen) totdat je de Herberg verlaat.",
@ -38,30 +38,30 @@
"displayEggForGold": "Wil je een <strong><%= itemType %> Ei </strong> verkopen?", "displayEggForGold": "Wil je een <strong><%= itemType %> Ei </strong> verkopen?",
"displayPotionForGold": "Wil je een <strong><%= itemType %> Toverdrank</strong> verkopen?", "displayPotionForGold": "Wil je een <strong><%= itemType %> Toverdrank</strong> verkopen?",
"sellForGold": "Verkopen voor <%= gold %> Goud", "sellForGold": "Verkopen voor <%= gold %> Goud",
"howManyToSell": "How many would you like to sell?", "howManyToSell": "Hoeveel wil je verkopen?",
"yourBalance": "Your balance", "yourBalance": "Je balans",
"sell": "Sell", "sell": "Verkopen",
"buyNow": "Buy Now", "buyNow": "Koop nu",
"sortByNumber": "Number", "sortByNumber": "Nummer",
"featuredItems": "Featured Items!", "featuredItems": "Uitgelichte items!",
"hideLocked": "Hide locked", "hideLocked": "Verberg vergrendelde",
"hidePinned": "Hide pinned", "hidePinned": "Hide pinned",
"amountExperience": "<%= amount %> Experience", "amountExperience": "<%= amount %> ervaring",
"amountGold": "<%= amount %> Gold", "amountGold": "<%= amount %> goud",
"namedHatchingPotion": "<%= type %> Hatching Potion", "namedHatchingPotion": "<%= type %> uitbroeddrank",
"buyGems": "Koop edelstenen", "buyGems": "Koop edelstenen",
"purchaseGems": "Koop edelstenen", "purchaseGems": "Koop edelstenen",
"items": "Items", "items": "Items",
"AZ": "A-Z", "AZ": "A-Z",
"sort": "Sort", "sort": "Sorteren",
"sortBy": "Sort By", "sortBy": "Sorteren op",
"groupBy2": "Group By", "groupBy2": "Groeperen op",
"sortByName": "Name", "sortByName": "Naam",
"quantity": "Quantity", "quantity": "Hoeveelheid",
"cost": "Cost", "cost": "Kosten",
"shops": "Shops", "shops": "Winkels",
"custom": "Custom", "custom": "Custom",
"wishlist": "Wishlist", "wishlist": "Wenslijst",
"wrongItemType": "The item type \"<%= type %>\" is not valid.", "wrongItemType": "The item type \"<%= type %>\" is not valid.",
"wrongItemPath": "The item path \"<%= path %>\" is not valid.", "wrongItemPath": "The item path \"<%= path %>\" is not valid.",
"unpinnedItem": "You unpinned <%= item %>! It will no longer display in your Rewards column.", "unpinnedItem": "You unpinned <%= item %>! It will no longer display in your Rewards column.",
@ -71,7 +71,7 @@
"ianText": "Welkom in de Queestenwinkel! Hier kun je queesten inzetten om samen met je vrienden monsters te verslaan. Neem een kijkje aan de rechterkant om te bekijken welke prachtige queesten te koop zijn!", "ianText": "Welkom in de Queestenwinkel! Hier kun je queesten inzetten om samen met je vrienden monsters te verslaan. Neem een kijkje aan de rechterkant om te bekijken welke prachtige queesten te koop zijn!",
"ianTextMobile": "Can I interest you in some quest scrolls? Activate them to battle monsters with your Party!", "ianTextMobile": "Can I interest you in some quest scrolls? Activate them to battle monsters with your Party!",
"ianBrokenText": "Welkom in de Queestenwinkel... Hier kun je queeste-perkamentrollen gebruiken om samen met je vrienden monsters te verslaan... Neem een kijkje aan de rechterkant om te bekijken welke prachtige queesten er te koop zijn...", "ianBrokenText": "Welkom in de Queestenwinkel... Hier kun je queeste-perkamentrollen gebruiken om samen met je vrienden monsters te verslaan... Neem een kijkje aan de rechterkant om te bekijken welke prachtige queesten er te koop zijn...",
"featuredQuests": "Featured Quests!", "featuredQuests": "Uitgelichte queesten!",
"missingKeyParam": "\"req.params.key\" is vereist.", "missingKeyParam": "\"req.params.key\" is vereist.",
"itemNotFound": "Voorwerp \"<%= key %>\" niet gevonden.", "itemNotFound": "Voorwerp \"<%= key %>\" niet gevonden.",
"cannotBuyItem": "Je kan dit voorwerp niet kopen.", "cannotBuyItem": "Je kan dit voorwerp niet kopen.",
@ -111,9 +111,9 @@
"classStats": "Dit zijn je klasse-eigenschappen; ze beïnvloeden het spel. Elke keer als je een niveau stijgt, krijg je één punt om aan een bepaalde eigenschap toe te wijzen. Plaats je muis op iedere eigenschap voor meer informatie.", "classStats": "Dit zijn je klasse-eigenschappen; ze beïnvloeden het spel. Elke keer als je een niveau stijgt, krijg je één punt om aan een bepaalde eigenschap toe te wijzen. Plaats je muis op iedere eigenschap voor meer informatie.",
"autoAllocate": "Automatische verdeling", "autoAllocate": "Automatische verdeling",
"autoAllocateText": "Als 'automatisch toewijzen' aangevinkt is zal je avatar automatisch eigenschapspunten toegewezen krijgen afhankelijk van de eigenschappen van je taken. Die kan je vinden in <strong>TAAK > Bewerken > Geavanceerd > Eigenschappen</strong>. Als je bijvoorbeeld vaak naar de fitness gaat en je dagelijkse 'Fitness' taak is ingesteld op 'Kracht', dan krijg je automatisch Kracht.", "autoAllocateText": "Als 'automatisch toewijzen' aangevinkt is zal je avatar automatisch eigenschapspunten toegewezen krijgen afhankelijk van de eigenschappen van je taken. Die kan je vinden in <strong>TAAK > Bewerken > Geavanceerd > Eigenschappen</strong>. Als je bijvoorbeeld vaak naar de fitness gaat en je dagelijkse 'Fitness' taak is ingesteld op 'Kracht', dan krijg je automatisch Kracht.",
"spells": "Skills", "spells": "Vaardigheden",
"spellsText": "You can now unlock class-specific skills. You'll see your first at level 11. Your mana replenishes 10 points per day, plus 1 point per completed <a target='_blank' href='http://habitica.wikia.com/wiki/Todos'>To-Do</a>.", "spellsText": "You can now unlock class-specific skills. You'll see your first at level 11. Your mana replenishes 10 points per day, plus 1 point per completed <a target='_blank' href='http://habitica.wikia.com/wiki/Todos'>To-Do</a>.",
"skillsTitle": "Skills", "skillsTitle": "Vaardigheden",
"toDo": "To-do", "toDo": "To-do",
"moreClass": "Voor meer informatie over het klassesysteem, zie: <a href='http://nl.habitica.wikia.com/wiki/Klasse_systeem' target='_blank'>Wikia</a>.", "moreClass": "Voor meer informatie over het klassesysteem, zie: <a href='http://nl.habitica.wikia.com/wiki/Klasse_systeem' target='_blank'>Wikia</a>.",
"tourWelcome": "Welkom in Habitica! Dit is jouw To-do-lijst. Vink een taak af om verder te gaan!", "tourWelcome": "Welkom in Habitica! Dit is jouw To-do-lijst. Vink een taak af om verder te gaan!",
@ -161,5 +161,5 @@
"welcome4": "Vermijd slechte gewoontes die je gezondheid (HP) verminderen, want anders gaat je avatar dood!", "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...", "welcome5": "Nu kun je je avatar aanpassen en je taken instellen...",
"imReady": "Betreed Habitica", "imReady": "Betreed Habitica",
"limitedOffer": "Available until <%= date %>" "limitedOffer": "Beschikbaar tot <%= date %>"
} }

View file

@ -18,7 +18,7 @@
"veteranWolf": "Veteranenwolf", "veteranWolf": "Veteranenwolf",
"veteranTiger": "Veteranentijger", "veteranTiger": "Veteranentijger",
"veteranLion": "Veteranenleeuw", "veteranLion": "Veteranenleeuw",
"veteranBear": "Veteran Bear", "veteranBear": "Veteranenbeer",
"cerberusPup": "Cerberuspup", "cerberusPup": "Cerberuspup",
"hydra": "Hydra", "hydra": "Hydra",
"mantisShrimp": "Bidsprinkhaankreeft", "mantisShrimp": "Bidsprinkhaankreeft",
@ -45,8 +45,8 @@
"quickInventory": "Quick Inventory", "quickInventory": "Quick Inventory",
"foodText": "voedsel", "foodText": "voedsel",
"food": "Voedsel en zadels", "food": "Voedsel en zadels",
"noFoodAvailable": "You don't have any Food.", "noFoodAvailable": "Je hebt geen voedsel.",
"noSaddlesAvailable": "You don't have any Saddles.", "noSaddlesAvailable": "Je hebt geen zadels.",
"noFood": "Je hebt geen voedsel of zadels.", "noFood": "Je hebt geen voedsel of zadels.",
"dropsExplanation": "Verkrijg deze voorwerpen sneller met edelstenen als je niet wilt wachten tot je ze vindt als je een taak afrondt. <a href=\"http://nl.habitica.wikia.com/wiki/Drops\">Leer meer over het vondstensysteem.</a>", "dropsExplanation": "Verkrijg deze voorwerpen sneller met edelstenen als je niet wilt wachten tot je ze vindt als je een taak afrondt. <a href=\"http://nl.habitica.wikia.com/wiki/Drops\">Leer meer over het vondstensysteem.</a>",
"dropsExplanationEggs": "Spendeer edelstenen om sneller eieren te krijgen, als je niet wil wachten tot je standaard eieren vindt of niet queesten wil herhalen om queeste-eieren te verdienen. <a href=\"http://nl.habitica.wikia.com/wiki/Drops\">Leer meer over het dropsysteem.</a>", "dropsExplanationEggs": "Spendeer edelstenen om sneller eieren te krijgen, als je niet wil wachten tot je standaard eieren vindt of niet queesten wil herhalen om queeste-eieren te verdienen. <a href=\"http://nl.habitica.wikia.com/wiki/Drops\">Leer meer over het dropsysteem.</a>",
@ -106,20 +106,20 @@
"gemsEach": "edelstenen elk", "gemsEach": "edelstenen elk",
"foodWikiText": "Wat eet mijn huisdier graag?", "foodWikiText": "Wat eet mijn huisdier graag?",
"foodWikiUrl": "http://habitica.wikia.com/wiki/Food_Preferences", "foodWikiUrl": "http://habitica.wikia.com/wiki/Food_Preferences",
"welcomeStable": "Welcome to the Stable!", "welcomeStable": "Welkom in de stal!",
"welcomeStableText": "I'm Matt, the Beast Master. Starting at level 3, you can hatch Pets from Eggs by using Potions you find! When you hatch a Pet from your Inventory, it will appear here! Click a Pet's image to add it to your avatar. Feed them here with the Food you find after level 3, and they'll grow into hardy Mounts.", "welcomeStableText": "I'm Matt, the Beast Master. Starting at level 3, you can hatch Pets from Eggs by using Potions you find! When you hatch a Pet from your Inventory, it will appear here! Click a Pet's image to add it to your avatar. Feed them here with the Food you find after level 3, and they'll grow into hardy Mounts.",
"petLikeToEat": "What does my pet like to eat?", "petLikeToEat": "What does my pet like to eat?",
"petLikeToEatText": "Pets will grow no matter what you feed them, but they'll grow faster if you feed them the one food that they like best. Experiment to find out the pattern, or see the answers here: <br/> <a href=\"http://habitica.wikia.com/wiki/Food_Preferences\" target=\"_blank\">http://habitica.wikia.com/wiki/Food_Preferences</a>", "petLikeToEatText": "Pets will grow no matter what you feed them, but they'll grow faster if you feed them the one food that they like best. Experiment to find out the pattern, or see the answers here: <br/> <a href=\"http://habitica.wikia.com/wiki/Food_Preferences\" target=\"_blank\">http://habitica.wikia.com/wiki/Food_Preferences</a>",
"filterByStandard": "Standard", "filterByStandard": "Standaard",
"filterByMagicPotion": "Magic Potion", "filterByMagicPotion": "Magisch drankje",
"filterByQuest": "Quest", "filterByQuest": "Queeste",
"standard": "Standard", "standard": "Standaard",
"sortByColor": "Color", "sortByColor": "Kleur",
"sortByHatchable": "Hatchable", "sortByHatchable": "Hatchable",
"hatch": "Hatch!", "hatch": "Hatch!",
"foodTitle": "Food", "foodTitle": "Voedsel",
"dragThisFood": "Drag this <%= foodName %> to a Pet and watch it grow!", "dragThisFood": "Drag this <%= foodName %> to a Pet and watch it grow!",
"clickOnPetToFeed": "Click on a Pet to feed <%= foodName %> and watch it grow!", "clickOnPetToFeed": "Klik op een huisdier om <%= foodName %>te voeren en het te zien groeien!",
"dragThisPotion": "Drag this <%= potionName %> to an Egg and hatch a new pet!", "dragThisPotion": "Drag this <%= potionName %> to an Egg and hatch a new pet!",
"clickOnEggToHatch": "Click on an Egg to use your <%= potionName %> hatching potion and hatch a new pet!", "clickOnEggToHatch": "Click on an Egg to use your <%= potionName %> hatching potion and hatch a new pet!",
"hatchDialogText": "Pour your <%= potionName %> hatching potion on your <%= eggName %> egg, and it will hatch into a <%= petName %> ." "hatchDialogText": "Pour your <%= potionName %> hatching potion on your <%= eggName %> egg, and it will hatch into a <%= petName %> ."

View file

@ -72,8 +72,8 @@
"APIv3": "API v3", "APIv3": "API v3",
"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.", "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!)", "APIToken": "API-sleutel (dit is een persoonlijke code - zie waarschuwing hierboven!)",
"showAPIToken": "Show API Token", "showAPIToken": "API-token tonen",
"hideAPIToken": "Hide API Token", "hideAPIToken": "API-token verbergen",
"APITokenWarning": "Als je een nieuw API-token nodig hebt (b.v. omdat je hem per ongeluk hebt gedeeld), stuur dan een mail naar <%= hrefTechAssistanceEmail %> met je Gebruikers-ID en je huidige token. Eens het opnieuw ingesteld is zal je alles opnieuw moeten machtigen door uit te loggen van de website en mobiele app en door het nieuwe token aan elke andere Habitica-tool die je gebruikt te verstrekken.", "APITokenWarning": "Als je een nieuw API-token nodig hebt (b.v. omdat je hem per ongeluk hebt gedeeld), stuur dan een mail naar <%= hrefTechAssistanceEmail %> met je Gebruikers-ID en je huidige token. Eens het opnieuw ingesteld is zal je alles opnieuw moeten machtigen door uit te loggen van de website en mobiele app en door het nieuwe token aan elke andere Habitica-tool die je gebruikt te verstrekken.",
"thirdPartyApps": "Applicaties van derden", "thirdPartyApps": "Applicaties van derden",
"dataToolDesc": "Een webpagina die je bepaalde informatie van je Habitica account laat zien, zoals statistieken over je taken, uitrusting en vaardigheden.", "dataToolDesc": "Een webpagina die je bepaalde informatie van je Habitica account laat zien, zoals statistieken over je taken, uitrusting en vaardigheden.",
@ -181,12 +181,12 @@
"consecutiveMonths": "Opeenvolgende maanden:", "consecutiveMonths": "Opeenvolgende maanden:",
"gemCapExtra": "Extra edelsteencapaciteit:", "gemCapExtra": "Extra edelsteencapaciteit:",
"mysticHourglasses": "Mystieke zandlopers:", "mysticHourglasses": "Mystieke zandlopers:",
"mysticHourglassesTooltip": "Mystic Hourglasses", "mysticHourglassesTooltip": "Mystieke zandlopers",
"paypal": "PayPal", "paypal": "PayPal",
"amazonPayments": "Amazon-betalingen", "amazonPayments": "Amazon-betalingen",
"timezone": "Tijdzone", "timezone": "Tijdzone",
"timezoneUTC": "Habitica gebruikt de tijdzone die op je PC ingesteld is: <strong><%=utc %></strong>", "timezoneUTC": "Habitica gebruikt de tijdzone die op je PC ingesteld is: <strong><%=utc %></strong>",
"timezoneInfo": "Als die tijdzone fout is, laad dan eerst deze pagina opnieuw met je browsers herlaad- of verversknop om er zeker van te zijn dat Habitica de meest recente informatie heeft. Als het nog steeds fout is, pas dan de tijdzone op je PC aan en herlaad opnieuw deze pagina. <br><br> <strong> Als je Habitica op andere PC's of mobiele apparaten gebruikt, dan moet de tijdzone overal hetzelfde zijn.</strong> Als je dagelijkse taken op de verkeerde tijd zijn gereset, herhaal dan deze controle op alle andere PC's en in een browser op je mobiele apparaat.", "timezoneInfo": "Als die tijdzone fout is, laad dan eerst deze pagina opnieuw met je browsers herlaad- of verversknop om er zeker van te zijn dat Habitica de meest recente informatie heeft. Als het nog steeds fout is, pas dan de tijdzone op je PC aan en herlaad opnieuw deze pagina. <br><br> <strong> Als je Habitica op andere PC's of mobiele apparaten gebruikt, dan moet de tijdzone overal hetzelfde zijn.</strong> Als je dagelijkse taken op de verkeerde tijd zijn gereset, herhaal dan deze controle op alle andere PC's en in een browser op je mobiele apparaat.",
"push": "Push", "push": "Push",
"about": "About" "about": "Over"
} }

View file

@ -2,21 +2,21 @@
"clearCompleted": "Verwijder voltooide taken", "clearCompleted": "Verwijder voltooide taken",
"lotOfToDos": "Je meest recente 30 voltooide To-do's worden hier getoond. Je kan oudere voltooide To-do's zien via Gegevens > Gegevens weergeven of Gegevens > Gegevens exporteren > Gebruikersgegevens.", "lotOfToDos": "Je meest recente 30 voltooide To-do's worden hier getoond. Je kan oudere voltooide To-do's zien via Gegevens > Gegevens weergeven of Gegevens > Gegevens exporteren > Gebruikersgegevens.",
"deleteToDosExplanation": "Met de onderstaande knop worden al je voltooide To-do's en gearchiveerde To-do's voorgoed verwijderd, behalve de To-do's van actieve uitdagingen en groepsplannen. Exporteer ze eerst als je ze wil bewaren.", "deleteToDosExplanation": "Met de onderstaande knop worden al je voltooide To-do's en gearchiveerde To-do's voorgoed verwijderd, behalve de To-do's van actieve uitdagingen en groepsplannen. Exporteer ze eerst als je ze wil bewaren.",
"addMultipleTip": "<strong>Tip:</strong> To add multiple Tasks, separate each one using a line break (Shift + Enter) and then press \"Enter.\"", "addMultipleTip": "<strong>Tip:</strong> Om meerdere taken aan te maken scheid je ze van elkaar door een line break (Shift + Enter) te gebruiken en daarna op \"Enter\" te drukken.",
"addsingle": "Voeg een enkele toe", "addsingle": "Voeg een enkele toe",
"addATask": "Add a <%= type %>", "addATask": "Voeg een <%= type %> toe",
"editATask": "Edit a <%= type %>", "editATask": "Bewerk een <%= type %>",
"createTask": "Create <%= type %>", "createTask": "<%= type %> aanmaken",
"addTaskToUser": "Add Task", "addTaskToUser": "Taak toevoegen",
"scheduled": "Scheduled", "scheduled": "Ingepland",
"theseAreYourTasks": "These are your <%= taskType %>", "theseAreYourTasks": "Dit zijn je <%= taskType %>",
"habit": "Gewoonte", "habit": "Gewoonte",
"habits": "Gewoontes", "habits": "Gewoontes",
"newHabit": "Nieuwe Gewoonte", "newHabit": "Nieuwe Gewoonte",
"newHabitBulk": "Nieuwe Gewoontes (een per regel)", "newHabitBulk": "Nieuwe Gewoontes (een per regel)",
"habitsDesc": "Habits don't have a rigid schedule. You can check them off multiple times per day.", "habitsDesc": "Gewoontes hebben geen vast schema. Je kunt ze meerdere keren per dag afkruisen.",
"positive": "Positive", "positive": "Positief",
"negative": "Negative", "negative": "Negatief",
"yellowred": "Zwak", "yellowred": "Zwak",
"greenblue": "Sterk", "greenblue": "Sterk",
"edit": "Bewerken", "edit": "Bewerken",
@ -24,12 +24,12 @@
"addChecklist": "Checklijst toevoegen", "addChecklist": "Checklijst toevoegen",
"checklist": "Checklijst", "checklist": "Checklijst",
"checklistText": "Breek een taak op in kleinere stukken. Checklijsten verhogen de hoeveelheid ervaringspunten en goud die je van een To-do krijgt en verminderen de schade die een Dagelijkse Taak doet.", "checklistText": "Breek een taak op in kleinere stukken. Checklijsten verhogen de hoeveelheid ervaringspunten en goud die je van een To-do krijgt en verminderen de schade die een Dagelijkse Taak doet.",
"newChecklistItem": "New checklist item", "newChecklistItem": "Nieuw checklijst-item",
"expandChecklist": "Expand Checklist", "expandChecklist": "Checklijst uitklappen",
"collapseChecklist": "Collapse Checklist", "collapseChecklist": "Checklijst inklappen",
"text": "Titel", "text": "Titel",
"extraNotes": "Extra aantekeningen", "extraNotes": "Extra aantekeningen",
"notes": "Notes", "notes": "Notities",
"direction/Actions": "Richting/Acties", "direction/Actions": "Richting/Acties",
"advancedOptions": "Geavanceerde opties", "advancedOptions": "Geavanceerde opties",
"taskAlias": "Taakalias", "taskAlias": "Taakalias",
@ -49,10 +49,10 @@
"dailies": "Dagelijkse Taken", "dailies": "Dagelijkse Taken",
"newDaily": "Nieuwe Dagelijkse Taak", "newDaily": "Nieuwe Dagelijkse Taak",
"newDailyBulk": "Nieuwe Dagelijkse Taak (een per regel)", "newDailyBulk": "Nieuwe Dagelijkse Taak (een per regel)",
"dailysDesc": "Dailies repeat on a regular basis. Choose the schedule that works best for you!", "dailysDesc": "Dagelijkse taken herhalen zich regelmatig. Kies het schema dat voor jou het beste werkt!",
"streakCounter": "Aantal dagen in een serie", "streakCounter": "Aantal dagen in een serie",
"repeat": "Herhalen", "repeat": "Herhalen",
"repeats": "Repeats", "repeats": "Herhaalt",
"repeatEvery": "Herhaal elke", "repeatEvery": "Herhaal elke",
"repeatHelpTitle": "Hoe vaak moet deze taak herhaald worden?", "repeatHelpTitle": "Hoe vaak moet deze taak herhaald worden?",
"dailyRepeatHelpContent": "Deze taak zal elke X dagen gedaan moeten worden. Je kunt de waarde van X hieronder invullen.", "dailyRepeatHelpContent": "Deze taak zal elke X dagen gedaan moeten worden. Je kunt de waarde van X hieronder invullen.",
@ -62,26 +62,26 @@
"day": "Dag", "day": "Dag",
"days": "Dagen", "days": "Dagen",
"restoreStreak": "Serie herstellen", "restoreStreak": "Serie herstellen",
"resetStreak": "Reset Streak", "resetStreak": "Serie resetten",
"todo": "To-do", "todo": "To-do",
"todos": "To-do's", "todos": "To-do's",
"newTodo": "Nieuwe To-do", "newTodo": "Nieuwe To-do",
"newTodoBulk": "Nieuwe To-do's (een per regel)", "newTodoBulk": "Nieuwe To-do's (een per regel)",
"todosDesc": "To-Dos need to be completed once. Add checklists to your To-Dos to increase their value.", "todosDesc": "To-do's moeten één keer voltooid worden. Voeg checklijsten toe aan je to-do's om hun waarde te verhogen.",
"dueDate": "Einddatum", "dueDate": "Einddatum",
"remaining": "Actief", "remaining": "Actief",
"complete": "Gedaan", "complete": "Gedaan",
"complete2": "Complete", "complete2": "Voltooid",
"dated": "Met datum", "dated": "Met datum",
"today": "Today", "today": "Vandaag",
"dueIn": "Due <%= dueIn %>", "dueIn": "Vervalt o <%= dueIn %>",
"due": "Onvoltooid", "due": "Onvoltooid",
"notDue": "Verloopt niet", "notDue": "Verloopt niet",
"grey": "Grijs", "grey": "Grijs",
"score": "Score", "score": "Score",
"reward": "Beloning", "reward": "Beloning",
"rewards": "Beloningen", "rewards": "Beloningen",
"rewardsDesc": "Rewards are a great way to use Habitica and complete your tasks. Try adding a few today!", "rewardsDesc": "Beloningen zijn een geweldige manier om Habitica te gebruiken en je taken te voltooien. Probeer er vandaag een paar toe te voegen!",
"ingamerewards": "Uitrusting & vaardigheden", "ingamerewards": "Uitrusting & vaardigheden",
"gold": "Goud", "gold": "Goud",
"silver": "Zilver (100 zilver = 1 goud)", "silver": "Zilver (100 zilver = 1 goud)",
@ -94,7 +94,7 @@
"clearTags": "Wissen", "clearTags": "Wissen",
"hideTags": "Verbergen", "hideTags": "Verbergen",
"showTags": "Weergeven", "showTags": "Weergeven",
"editTags2": "Edit Tags", "editTags2": "Labels bewerken",
"toRequired": "Je moet een geldige \"to\"-eigenschap geven.", "toRequired": "Je moet een geldige \"to\"-eigenschap geven.",
"startDate": "Begindatum", "startDate": "Begindatum",
"startDateHelpTitle": "Wanneer moet deze taak beginnen?", "startDateHelpTitle": "Wanneer moet deze taak beginnen?",
@ -115,11 +115,11 @@
"fortifyText": "Versterken brengt al je taken, afgezien van je uitdagingstaken, terug tot een neutrale (gele) staat, alsof je ze net toegevoegd hebt, tevens wordt je gezondheid weer helemaal gevuld. Dit is geweldig als al je rode taken het spel te moeilijk maken, of als al je blauwe taken het juist weer te makkelijk maken. Als een frisse start motiverend klinkt, geef dan een paar edelstenen uit en ontvang gratie!", "fortifyText": "Versterken brengt al je taken, afgezien van je uitdagingstaken, terug tot een neutrale (gele) staat, alsof je ze net toegevoegd hebt, tevens wordt je gezondheid weer helemaal gevuld. Dit is geweldig als al je rode taken het spel te moeilijk maken, of als al je blauwe taken het juist weer te makkelijk maken. Als een frisse start motiverend klinkt, geef dan een paar edelstenen uit en ontvang gratie!",
"confirmFortify": "Weet je het zeker?", "confirmFortify": "Weet je het zeker?",
"fortifyComplete": "Versterken volbracht!", "fortifyComplete": "Versterken volbracht!",
"sureDelete": "Are you sure you want to delete this task?", "sureDelete": "Weet je zeker dat je deze taak wil verwijderen?",
"sureDeleteCompletedTodos": "Weet je zeker dat je je voltooide to-do's wil verwijderen?", "sureDeleteCompletedTodos": "Weet je zeker dat je je voltooide to-do's wil verwijderen?",
"streakCoins": "seriebonus!", "streakCoins": "seriebonus!",
"taskToTop": "To top", "taskToTop": "Naar boven",
"taskToBottom": "To bottom", "taskToBottom": "Naar beneden",
"emptyTask": "Voer eerst de titel van de taak in.", "emptyTask": "Voer eerst de titel van de taak in.",
"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.", "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.", "habitHelp1": "Goede gewoontes zijn dingen die je vaak doet. Ze belonen je met goud en ervaringspunten elke keer dat je op <%= plusIcon %> klikt.",
@ -145,7 +145,7 @@
"taskNotFound": "Taak niet gevonden.", "taskNotFound": "Taak niet gevonden.",
"invalidTaskType": "Taaktype moet een \"habit\", \"daily\", \"todo\" of \"reward\" zijn.", "invalidTaskType": "Taaktype moet een \"habit\", \"daily\", \"todo\" of \"reward\" zijn.",
"cantDeleteChallengeTasks": "Een taak die bij een uitdaging hoort kan niet verwijderd worden.", "cantDeleteChallengeTasks": "Een taak die bij een uitdaging hoort kan niet verwijderd worden.",
"checklistOnlyDailyTodo": "Checklists are supported only on Dailies and To-Dos", "checklistOnlyDailyTodo": "Checklijsten zijn alleen beschikbaar op dagelijkse taken en to-do's.",
"checklistItemNotFound": "Er is geen checklistvoorwerp gevonden met de opgegeven id.", "checklistItemNotFound": "Er is geen checklistvoorwerp gevonden met de opgegeven id.",
"itemIdRequired": "\"ItemId\" moet een geldige UUID zijn.", "itemIdRequired": "\"ItemId\" moet een geldige UUID zijn.",
"tagNotFound": "Er was geen labelvoorwerp gevonden met de opgegeven id.", "tagNotFound": "Er was geen labelvoorwerp gevonden met de opgegeven id.",
@ -196,11 +196,11 @@
"resets": "Herstart", "resets": "Herstart",
"summaryStart": "Herhaalt <%= frequency %> iedere <%= everyX %> <%= frequencyPlural %>", "summaryStart": "Herhaalt <%= frequency %> iedere <%= everyX %> <%= frequencyPlural %>",
"nextDue": "Toekomstige data", "nextDue": "Toekomstige data",
"checkOffYesterDailies": "Check off any Dailies you did yesterday:", "checkOffYesterDailies": "Kruis alle dagelijkse taken af die je gisteren hebt gedaan:",
"yesterDailiesTitle": "Je hebt deze dagelijkse taken gisteren niet voltooid! Wil je er nu nog een paar voltooien?", "yesterDailiesTitle": "Je hebt deze dagelijkse taken gisteren niet voltooid! Wil je er nu nog een paar voltooien?",
"yesterDailiesCallToAction": "Begin mijn nieuwe dag!", "yesterDailiesCallToAction": "Begin mijn nieuwe dag!",
"yesterDailiesOptionTitle": "Bevestig dat deze dagelijkse taak niet was gedaan voordat er schade is gedaan", "yesterDailiesOptionTitle": "Bevestig dat deze dagelijkse taak niet was gedaan voordat er schade is gedaan",
"yesterDailiesDescription": "Als deze instelling is toegepast zal Habitica je vragen of je expres de dagelijkse taak ongedaan hebt gelaten voordat schade wordt berekend en toegepast wordt op je avatar. Dit kan je beschermen tegen onbedoelde schade.", "yesterDailiesDescription": "Als deze instelling is toegepast zal Habitica je vragen of je expres de dagelijkse taak ongedaan hebt gelaten voordat schade wordt berekend en toegepast wordt op je avatar. Dit kan je beschermen tegen onbedoelde schade.",
"repeatDayError": "Er moet minstens één dag van de week geselecteerd zijn.", "repeatDayError": "Er moet minstens één dag van de week geselecteerd zijn.",
"searchTasks": "Search titles and descriptions..." "searchTasks": "Zoek op titels en beschrijvingen..."
} }

View file

@ -292,25 +292,25 @@
"gamifyYourLife": "Zgrywalizuj swoje życie", "gamifyYourLife": "Zgrywalizuj swoje życie",
"aboutHabitica": "Habitica is a free habit-building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.", "aboutHabitica": "Habitica is a free habit-building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, Habitica can help you achieve your goals to become healthy, hard-working, and happy.",
"trackYourGoals": "Śledź swoje nawyki oraz cele", "trackYourGoals": "Śledź swoje nawyki oraz cele",
"trackYourGoalsDesc": "Stay accountable by tracking and managing your Habits, Daily goals, and To-Do list with Habiticas easy-to-use mobile apps and web interface.", "trackYourGoalsDesc": "Pozostań odpowiedzialny poprzez śledzenie i zarządzanie twoimi Nawykami, Codziennymi i listą Do-Zrobienia z prostymi w użyciu aplikacjami mobilnymi i stroną Habitica.",
"earnRewards": "Zdobywaj nagrody za swoje cele", "earnRewards": "Zdobywaj nagrody za swoje cele",
"earnRewardsDesc": "Check off tasks to level up your Avatar and unlock in-game features such as battle armor, mysterious pets, magic skills, and even quests!", "earnRewardsDesc": "Check off tasks to level up your Avatar and unlock in-game features such as battle armor, mysterious pets, magic skills, and even quests!",
"battleMonsters": "Zwalczaj potwory z przyjaciółmi", "battleMonsters": "Zwalczaj potwory z przyjaciółmi",
"battleMonstersDesc": "Fight monsters with other Habiticans! Use the Gold that you earn to buy in-game or custom rewards, like watching an episode of your favorite TV show.", "battleMonstersDesc": "Fight monsters with other Habiticans! Use the Gold that you earn to buy in-game or custom rewards, like watching an episode of your favorite TV show.",
"playersUseToImprove": "Players Use Habitica to Improve", "playersUseToImprove": "Gracze korzystają z Habitica, aby się doskonalić",
"healthAndFitness": "Zdrowie i sprawność fizyczna", "healthAndFitness": "Zdrowie i sprawność fizyczna",
"healthAndFitnessDesc": "Never motivated to floss? Can't seem to get to the gym? Habitica finally makes it fun to get healthy.", "healthAndFitnessDesc": "Nie czujesz się zmotywowany do mycia zębów? Nie możesz się wybrać na siłownię? Habitica sprawia, że dbanie o zdrowie staje się zabawą.",
"schoolAndWork": "Szkoła i praca", "schoolAndWork": "Szkoła i praca",
"schoolAndWorkDesc": "Whether you're preparing a report for your teacher or your boss, it's easy to keep track of your progress as you tackle your toughest tasks.", "schoolAndWorkDesc": "Whether you're preparing a report for your teacher or your boss, it's easy to keep track of your progress as you tackle your toughest tasks.",
"muchmuchMore": "I dużo, dużo więcej!", "muchmuchMore": "I dużo, dużo więcej!",
"muchmuchMoreDesc": "Our fully customizable task list means that you can shape Habitica to fit your personal goals. Work on creative projects, emphasize self-care, or pursue a different dream -- it's all up to you.", "muchmuchMoreDesc": "Our fully customizable task list means that you can shape Habitica to fit your personal goals. Work on creative projects, emphasize self-care, or pursue a different dream -- it's all up to you.",
"levelUpAnywhere": "Wbijaj poziomy gdziekolwiek jesteś", "levelUpAnywhere": "Wbijaj poziomy gdziekolwiek jesteś",
"levelUpAnywhereDesc": "Our mobile apps make it simple to keep track of your tasks on-the-go. Accomplish your goals with a single tap, no matter where you are.", "levelUpAnywhereDesc": "Nasze aplikacje mobilne sprawiają, że być na bieżąco z twoimi zadaniami w drodze. Osiągaj swoje cele jednym kliknięciem bez względu na to, gdzie się znajdujesz.",
"joinMany": "Dołącz do 2,000,000 osób, które bawią się osiągając cele!", "joinMany": "Dołącz do 2,000,000 osób, które bawią się osiągając cele!",
"joinToday": "Join Habitica Today", "joinToday": "Dołącz do Habitica już dziś",
"signup": "Zarejestruj się", "signup": "Zarejestruj się",
"getStarted": "Get Started", "getStarted": "Rozpocznij",
"mobileApps": "Aplikacje mobilne", "mobileApps": "Aplikacje mobilne",
"learnMore": "Dowiedz się więcej", "learnMore": "Dowiedz się więcej",
"useMobileApps": "Habitica is not optimized for a mobile browser. We recommend downloading our mobile apps." "useMobileApps": "Habitica nie jest zoptymalizowana pod przeglądarki mobilne. Zalecamy pobranie naszych aplikacji mobilnych."
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Usuń Członka", "removeMember": "Usuń Członka",
"sendMessage": "Wyślij wiadomość", "sendMessage": "Wyślij wiadomość",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "29 lipca", "dateEndJuly": "29 lipca",
"dateEndAugust": "Sierpień 31", "dateEndAugust": "Sierpień 31",
"dateEndOctober": "31 października", "dateEndOctober": "31 października",
"dateEndNovember": "November 30",
"discountBundle": "pakiet" "discountBundle": "pakiet"
} }

View file

@ -72,8 +72,8 @@
"APIv3": "API v3", "APIv3": "API v3",
"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.", "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!)", "APIToken": "Token API (to Twoje hasło zobacz ostrzeżenie powyżej!)",
"showAPIToken": "Show API Token", "showAPIToken": "Pokaż Token API",
"hideAPIToken": "Hide API Token", "hideAPIToken": "Ukryj Token API",
"APITokenWarning": "Jeśli potrzebujesz nowy token API (jeśli np. omyłkowo udostępniłeś go publicznie), to napisz wiadomość na <%= hrefTechAssistanceEmail %> zawierając twoje ID użytkownika oraz obecny token API. Gdy token zostanie zresetowany będziesz musiał jeszcze raz zalogować się na stronie oraz aplikacji mobilnej oraz wprowadzić nowy token do innych narzędzi do Habitica, których używasz.", "APITokenWarning": "Jeśli potrzebujesz nowy token API (jeśli np. omyłkowo udostępniłeś go publicznie), to napisz wiadomość na <%= hrefTechAssistanceEmail %> zawierając twoje ID użytkownika oraz obecny token API. Gdy token zostanie zresetowany będziesz musiał jeszcze raz zalogować się na stronie oraz aplikacji mobilnej oraz wprowadzić nowy token do innych narzędzi do Habitica, których używasz.",
"thirdPartyApps": "Aplikacje osób trzecich", "thirdPartyApps": "Aplikacje osób trzecich",
"dataToolDesc": "Strona internetowa, która pokazuje ci niektóre informacje na temat twojego konta Habitica, takie jak statystyki twoich zadań, ekwipunku i umiejętności.", "dataToolDesc": "Strona internetowa, która pokazuje ci niektóre informacje na temat twojego konta Habitica, takie jak statystyki twoich zadań, ekwipunku i umiejętności.",
@ -181,7 +181,7 @@
"consecutiveMonths": "Ilość miesięcy z rzędu:", "consecutiveMonths": "Ilość miesięcy z rzędu:",
"gemCapExtra": "Dodatkowy limit łupów:", "gemCapExtra": "Dodatkowy limit łupów:",
"mysticHourglasses": "Mistyczne Klepsydry:", "mysticHourglasses": "Mistyczne Klepsydry:",
"mysticHourglassesTooltip": "Mystic Hourglasses", "mysticHourglassesTooltip": "Mistyczne Klepsydry",
"paypal": "PayPal", "paypal": "PayPal",
"amazonPayments": "Płatności Amazon", "amazonPayments": "Płatności Amazon",
"timezone": "Strefa czasowa", "timezone": "Strefa czasowa",

View file

@ -115,7 +115,7 @@
"fortifyText": "Wzmocnienie przywróci wszystkie zadania do wartości neutralnej (żółty kolor), tak jakbyś dopiero co je dodał, a w dodatku uzdrowi cię do pełna. Jest to świetne rozwiązanie, jeśli czerwone zadania sprawiają w grze zbyt wiele trudności lub z powodu niebieskich zadań gra jest zbyt łatwa. Jeśli rozpoczęcie od zera brzmi znacznie bardziej motywująco, to poświęć Klejnoty i poczuj ulgę!", "fortifyText": "Wzmocnienie przywróci wszystkie zadania do wartości neutralnej (żółty kolor), tak jakbyś dopiero co je dodał, a w dodatku uzdrowi cię do pełna. Jest to świetne rozwiązanie, jeśli czerwone zadania sprawiają w grze zbyt wiele trudności lub z powodu niebieskich zadań gra jest zbyt łatwa. Jeśli rozpoczęcie od zera brzmi znacznie bardziej motywująco, to poświęć Klejnoty i poczuj ulgę!",
"confirmFortify": "Na pewno?", "confirmFortify": "Na pewno?",
"fortifyComplete": "Wzmocnienie ukończone!", "fortifyComplete": "Wzmocnienie ukończone!",
"sureDelete": "Are you sure you want to delete this task?", "sureDelete": "Jesteś pewien, że chcesz usunąć te zadanie?",
"sureDeleteCompletedTodos": "Jesteś pewien, że chcesz usunąć zakończone zadania?", "sureDeleteCompletedTodos": "Jesteś pewien, że chcesz usunąć zakończone zadania?",
"streakCoins": "Premia za serię!", "streakCoins": "Premia za serię!",
"taskToTop": "To top", "taskToTop": "To top",

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "July 29", "dateEndJuly": "July 29",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

View file

@ -581,7 +581,7 @@
"armorMystery201707Text": "Armadura do Medusomante", "armorMystery201707Text": "Armadura do Medusomante",
"armorMystery201707Notes": "Esta armadura irá ajudar a você se misturar com as criaturas do oceano enquanto realiza missões e aventuras submersas. Não concede benefícios. Item de Assinante, Julho de 2017.", "armorMystery201707Notes": "Esta armadura irá ajudar a você se misturar com as criaturas do oceano enquanto realiza missões e aventuras submersas. Não concede benefícios. Item de Assinante, Julho de 2017.",
"armorMystery201710Text": "Imperious Imp Apparel", "armorMystery201710Text": "Imperious Imp Apparel",
"armorMystery201710Notes": "Scaly, shiny, and strong! Confers no benefit. October 2017 Subscriber Item.", "armorMystery201710Notes": "Escamosa, brilhante e forte! Não confere benefícios. Item de Assinante de Outubro de 2017.",
"armorMystery301404Text": "Traje da Revolução Industrial", "armorMystery301404Text": "Traje da Revolução Industrial",
"armorMystery301404Notes": "Elegante e distinto! Não concede benefícios. Item de Assinante, Fevereiro de 3015.", "armorMystery301404Notes": "Elegante e distinto! Não concede benefícios. Item de Assinante, Fevereiro de 3015.",
"armorMystery301703Text": "Vestido de Pavão da Revolução Industrial", "armorMystery301703Text": "Vestido de Pavão da Revolução Industrial",
@ -933,7 +933,7 @@
"headMystery201707Text": "Elmo do Medusomante", "headMystery201707Text": "Elmo do Medusomante",
"headMystery201707Notes": "Precisa de uma ajuda extra para suas tarefas? Este elmo de água viva tem alguns tentáculos para te ajudar! Não concede benefícios. Item de Assinante, Julho de 2017.", "headMystery201707Notes": "Precisa de uma ajuda extra para suas tarefas? Este elmo de água viva tem alguns tentáculos para te ajudar! Não concede benefícios. Item de Assinante, Julho de 2017.",
"headMystery201710Text": "Imperious Imp Helm", "headMystery201710Text": "Imperious Imp Helm",
"headMystery201710Notes": "This helm makes you look intimidating... but it won't do any favors for your depth perception! Confers no benefit. October 2017 Subscriber Item.", "headMystery201710Notes": "Este elmo o faz parecer intimidador... mas não facilitará seu senso de profundidade! Não confere benefícios. Item de Assinante de Outubro de 2017.",
"headMystery301404Text": "Cartola Chique", "headMystery301404Text": "Cartola Chique",
"headMystery301404Notes": "Uma cartola chique para os mais finos cavalheiros e damas! Não concede benefícios. Item de Assinante, Janeiro de 3015.", "headMystery301404Notes": "Uma cartola chique para os mais finos cavalheiros e damas! Não concede benefícios. Item de Assinante, Janeiro de 3015.",
"headMystery301405Text": "Cartola Básica", "headMystery301405Text": "Cartola Básica",
@ -1259,7 +1259,7 @@
"bodySpecialTakeThisText": "Ombreiras Take This", "bodySpecialTakeThisText": "Ombreiras Take This",
"bodySpecialTakeThisNotes": "Essas ombreiras foram adquiridas pela participação no Desafio patrocinado por Take This. Parabéns! Aumenta todos os atributos em <%= attrs %>.", "bodySpecialTakeThisNotes": "Essas ombreiras foram adquiridas pela participação no Desafio patrocinado por Take This. Parabéns! Aumenta todos os atributos em <%= attrs %>.",
"bodySpecialAetherAmuletText": "Amuleto Etéreo", "bodySpecialAetherAmuletText": "Amuleto Etéreo",
"bodySpecialAetherAmuletNotes": "This amulet has a mysterious history. Increases Constitution and Strength by <%= attrs %> each.", "bodySpecialAetherAmuletNotes": "Este amuleto possui uma história misteriosa. Aumenta Constituição e Força em <%= attrs %> cada.",
"bodySpecialSummerMageText": "Capeleta Brilhante", "bodySpecialSummerMageText": "Capeleta Brilhante",
"bodySpecialSummerMageNotes": "Nem água salgada nem água doce podem manchar essa capeleta metálica. Não concede benefícios. Equipamento de Edição Limitada. Verão de 2014.", "bodySpecialSummerMageNotes": "Nem água salgada nem água doce podem manchar essa capeleta metálica. Não concede benefícios. Equipamento de Edição Limitada. Verão de 2014.",
"bodySpecialSummerHealerText": "Colar de Coral", "bodySpecialSummerHealerText": "Colar de Coral",

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guildas são grupos sociais criados por outros jogadores que podem oferecer ajuda, encorajamento e responsabilidade mútua.", "noGuildsParagraph1": "Guildas são grupos sociais criados por outros jogadores que podem oferecer ajuda, encorajamento e responsabilidade mútua.",
"noGuildsParagraph2": "Clique na aba de Descoberta para ver as Guildas recomendadas baseado nos seus interesses, navegue pelas Guildas públicas do Habitica ou crie sua própria Guilda.", "noGuildsParagraph2": "Clique na aba de Descoberta para ver as Guildas recomendadas baseado nos seus interesses, navegue pelas Guildas públicas do Habitica ou crie sua própria Guilda.",
"privateDescription": "Uma Guilda privada não será exibida no diretório público de Guildas. Novos membros precisarão ser adicionados por convite.", "privateDescription": "Uma Guilda privada não será exibida no diretório público de Guildas. Novos membros precisarão ser adicionados por convite.",
"removeInvite": "Remove Invitation",
"removeMember": "Remover Membro", "removeMember": "Remover Membro",
"sendMessage": "Enviar Mensagem", "sendMessage": "Enviar Mensagem",
"removeManager2": "Remover Gerente", "removeManager2": "Remover Gerente",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "29 de Julho", "dateEndJuly": "29 de Julho",
"dateEndAugust": "31 de Agosto", "dateEndAugust": "31 de Agosto",
"dateEndOctober": "31 de Outubro", "dateEndOctober": "31 de Outubro",
"dateEndNovember": "November 30",
"discountBundle": "pacote" "discountBundle": "pacote"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "July 29", "dateEndJuly": "July 29",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Гильдии — социальные группы, созданные игроками. Здесь вы можете найти поддержку, взаимную отчетность и поощрение к действию.", "noGuildsParagraph1": "Гильдии — социальные группы, созданные игроками. Здесь вы можете найти поддержку, взаимную отчетность и поощрение к действию.",
"noGuildsParagraph2": "Нажмите «Найти гильдии», чтобы получить список гильдий на интересные вам темы, вступить в открытые гильдии Habitica или создать собственную.", "noGuildsParagraph2": "Нажмите «Найти гильдии», чтобы получить список гильдий на интересные вам темы, вступить в открытые гильдии Habitica или создать собственную.",
"privateDescription": "Закрытая гильдия не отображается в списке гильдий Habitica. Новые участники добавляются только по приглашениям.", "privateDescription": "Закрытая гильдия не отображается в списке гильдий Habitica. Новые участники добавляются только по приглашениям.",
"removeInvite": "Remove Invitation",
"removeMember": "Удалить участника", "removeMember": "Удалить участника",
"sendMessage": "Отправить сообщение", "sendMessage": "Отправить сообщение",
"removeManager2": "Удалить руководителя", "removeManager2": "Удалить руководителя",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "29 июля", "dateEndJuly": "29 июля",
"dateEndAugust": "31 августа", "dateEndAugust": "31 августа",
"dateEndOctober": "31 октября", "dateEndOctober": "31 октября",
"dateEndNovember": "November 30",
"discountBundle": "комплект" "discountBundle": "комплект"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "July 29", "dateEndJuly": "July 29",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "July 29", "dateEndJuly": "July 29",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "En privat Gille kommer inte att visas i Habiticas Gille register. Nya medlemmar kan bara läggas till via inbjudningar.", "privateDescription": "En privat Gille kommer inte att visas i Habiticas Gille register. Nya medlemmar kan bara läggas till via inbjudningar.",
"removeInvite": "Remove Invitation",
"removeMember": "Ta bort Medlem", "removeMember": "Ta bort Medlem",
"sendMessage": "Skicka Meddelande", "sendMessage": "Skicka Meddelande",
"removeManager2": "Ta bort Direktör", "removeManager2": "Ta bort Direktör",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "Juli 29", "dateEndJuly": "Juli 29",
"dateEndAugust": "Augusti 31", "dateEndAugust": "Augusti 31",
"dateEndOctober": "Den 31:a Oktober", "dateEndOctober": "Den 31:a Oktober",
"dateEndNovember": "November 30",
"discountBundle": "bunt" "discountBundle": "bunt"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "29 Temmuz", "dateEndJuly": "29 Temmuz",
"dateEndAugust": "31 Ağustos", "dateEndAugust": "31 Ağustos",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "paket" "discountBundle": "paket"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "July 29", "dateEndJuly": "July 29",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "公会是由其他玩家创建的社会团体,可以为您提供支持,加强自身的责任和激励人心的聊天。", "noGuildsParagraph1": "公会是由其他玩家创建的社会团体,可以为您提供支持,加强自身的责任和激励人心的聊天。",
"noGuildsParagraph2": "点击发现标签可以根据您的兴趣查看推荐的公会浏览Habitica的公会或创建您自己的公会。", "noGuildsParagraph2": "点击发现标签可以根据您的兴趣查看推荐的公会浏览Habitica的公会或创建您自己的公会。",
"privateDescription": "Habitica公会目录中不会显示私人公会。 新会员只能通过被公会会长邀请加入。", "privateDescription": "Habitica公会目录中不会显示私人公会。 新会员只能通过被公会会长邀请加入。",
"removeInvite": "Remove Invitation",
"removeMember": "移除成员", "removeMember": "移除成员",
"sendMessage": "发送私信", "sendMessage": "发送私信",
"removeManager2": "移除管理员", "removeManager2": "移除管理员",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "7月29日", "dateEndJuly": "7月29日",
"dateEndAugust": "8月31日", "dateEndAugust": "8月31日",
"dateEndOctober": "10月31日", "dateEndOctober": "10月31日",
"dateEndNovember": "November 30",
"discountBundle": "一批" "discountBundle": "一批"
} }

View file

@ -362,6 +362,7 @@
"noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.", "noGuildsParagraph1": "Guilds are social groups created by other players that can offer you support, accountability, and encouraging chat.",
"noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.", "noGuildsParagraph2": "Click the Discover tab to see recommended Guilds based on your interests, browse Habitica's public Guilds, or create your own Guild.",
"privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.", "privateDescription": "A private Guild will not be displayed in Habitica's Guild directory. New members can be added by invitation only.",
"removeInvite": "Remove Invitation",
"removeMember": "Remove Member", "removeMember": "Remove Member",
"sendMessage": "Send Message", "sendMessage": "Send Message",
"removeManager2": "Remove Manager", "removeManager2": "Remove Manager",

View file

@ -119,5 +119,6 @@
"dateEndJuly": "July 29", "dateEndJuly": "July 29",
"dateEndAugust": "August 31", "dateEndAugust": "August 31",
"dateEndOctober": "October 31", "dateEndOctober": "October 31",
"dateEndNovember": "November 30",
"discountBundle": "bundle" "discountBundle": "bundle"
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB