Merge branch 'develop' of github.com:lefnire/habitrpg into develop

This commit is contained in:
Tyler Renelle 2013-05-13 11:02:20 +01:00
commit dc7f80ceb9
6 changed files with 459 additions and 241 deletions

View file

@ -1,63 +1,94 @@
{ {
"_commentfrontpage":"HABITRPG FRONT PAGE", "_commentfrontpage":"HABITRPG FRONT PAGE",
"Synopsis" : "A habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.", "synopsis" : "A habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.",
"PlayButton" : "Play", "playButton" : "Play",
"_commenttut": "TUTORIAL/TOUR", "_commenttut": "TUTORIAL/TOUR",
"EndTourButton": "End Tour", "endTourButton": "End Tour",
"NextButton" : "Next", "nextButton" : "Next",
"PrevButton" : "Prev", "prevButton" : "Prev",
"Tour1Title" : "Welcome to HabitRPG", "tour1Title" : "Welcome to HabitRPG",
"Tour1Text" : "Welcome to HabitRPG, a habit-tracker which treats your goals like a Role Playing Game.", "tour1Text" : "Welcome to HabitRPG, a habit-tracker which treats your goals like a Role Playing Game.",
"Tour2Title" : "Habits", "tour2Title" : "Habits",
"Tour2Text" : "Habits are good or bad goals that you constantly track.", "tour2Text" : "Habits are good or bad goals that you constantly track.",
"Tour3Title" : "Dailies", "tour3Title" : "Dailies",
"Tour3Text" : "Dailies are goals that you want to complete once a day.", "tour3Text" : "Dailies are goals that you want to complete once a day.",
"Tour4Title" : "Todos", "tour4Title" : "Todos",
"Tour4Text" : "Todos are one-off goals which need to be completed eventually. ", "tour4Text" : "Todos are one-off goals which need to be completed eventually. ",
"Tour5Title" : "Rewards", "tour5Title" : "Rewards",
"Tour5Text" : "As you complete goals, you earn gold to buy rewards. Buy them liberally - rewards are integrals in forming good habits. ", "tour5Text" : "As you complete goals, you earn gold to buy rewards. Buy them liberally - rewards are integrals in forming good habits. ",
"Tour6Title" : "Hover over comments", "tour6Title" : "Hover over comments",
"Tour6Text" : "Different task-types have special properties. Hover over each task's comment for more information. When you're ready to get started, delete the existing tasks and add your own.", "tour6Text" : "Different task-types have special properties. Hover over each task's comment for more information. When you're ready to get started, delete the existing tasks and add your own.",
"_commentdefaulttasks":"DEFAULT TASKS",
"habit1" : "1h Productive Work",
"habit1comment": "-- Habits: Constantly Track -- For some habits, it only makes sense to *gain* points (like this one)",
"habit2" : "Eat Junk Food",
"habit2comment" : "For others, it only makes sense to *lose* points",
"habit3" : "Take The Stairs",
"habit3comment" : "For the rest, both + and - make sense (stairs = gain, elevator = lose)",
"daily1" : "1h Personal Project",
"daily1comment" : "-- Dailies: Complete Once a Day -- At the end of each day, non-completed Dailies dock you points.",
"daily2" : "Exercise",
"daily2comment" : "If you are doing well, they turn green and are less valuable (experience, gold) and less damaging (HP). This means you can ease up on them for a bit.",
"daily3" : "45m Reading",
"daily3comment" : "But if you are doing poorly, they turn red. The worse you do, the more valuable (exp, gold) and more damaging (HP) these goals become. This encourages you to focus on your shortcomings, the reds.",
"todo1" : "Call Mom",
"todo1comment" : "-- Todos: Complete Eventually -- Non-completed Todos won't hurt you, but they will become more valuable over time. This will encourage you to wrap up stale Todos.",
"reward1" : "1 Episode of Game of Thrones",
"reward1comment": "-- Rewards: Treat Yourself! -- As you complete goals, you earn gold to buy rewards. Buy them liberally - rewards are integral in forming good habits.",
"reward2" : "Cake",
"reward2comment" : "But only buy if you have enough gold - you lose HP otherwise.",
"_commentdefaulttags" : "DEFAULT TAGS",
"morning" : "morning",
"afternoon" : "afternoon",
"evening" : "evening",
"_commenthead": "HEADER", "_commenthead": "HEADER",
"Health": "Health", "health": "Health",
"Experience": "Experience", "experience": "Experience",
"History": "History", "history": "History",
"Anonymous": "Anonymous", "anonymous": "Anonymous",
"Level": "Level", "level": "Level",
"GP": "GP", "tasks": "Tasks",
"Tasks": "Tasks", "loginAndReg" : "Login / Register",
"Options": "Options", "loginFacebookAlt" : "Login / Register with Facebook",
"Logout": "Logout", "login" : "Login",
"register" : "Register",
"options": "Options",
"logout": "Logout",
"_commentnotifcations" : "NOTIFICATIONS",
"partyNotification" : "New Party Messages",
"_commenttaskview": "TASK VIEW", "_commenttaskview": "TASK VIEW",
"Habits": "Habits", "habits": "Habits",
"NewHabit": "New Habit", "newHabit": "New Habit",
"Edit": "Edit", "edit": "Edit",
"Text": "Text", "text": "Text",
"ExtraNotes": "Extra Notes", "extraNotes": "Extra Notes",
"Directions/Actions": "Directions/Actions", "directions/Actions": "Directions/Actions",
"AdvancedOptions": "Advanced Options", "advancedOptions": "Advanced Options",
"Difficulty": "Difficulty", "difficulty": "Difficulty",
"DifficultyHelpTitle": "How difficult is this task?", "difficultyHelpTitle": "How difficult is this task?",
"DifficultyHelpContent": "This multiplies its point value. Use sparingly, rely instead on our organic value-adjustment algorithms. But some tasks are grossly more valuable (Write Thesis vs Floss Teeth). Click for more info.", "difficultyHelpContent": "This multiplies its point value. Use sparingly, rely instead on our organic value-adjustment algorithms. But some tasks are grossly more valuable (Write Thesis vs Floss Teeth). Click for more info.",
"Easy": "Easy", "easy": "Easy",
"Medium": "Medium", "medium": "Medium",
"Hard": "Hard", "hard": "Hard",
"Delete": "Delete", "delete": "Delete",
"Progress": "Progress", "progress": "Progress",
"Score": "Score", "score": "Score",
"Dailies": "Dailies", "dailies": "Dailies",
"NewDaily": "New Daily", "newDaily": "New Daily",
"Repeat": "Repeat", "repeat": "Repeat",
"Su": "Su", "Su": "Su",
"M": "M", "M": "M",
"T": "T", "T": "T",
@ -65,84 +96,138 @@
"Th": "Th", "Th": "Th",
"F": "F", "F": "F",
"S": "S", "S": "S",
"Todos": "Todos", "todos": "Todos",
"NewTodo": "New Todo", "newTodo": "New Todo",
"DueDate": "Due Date", "dueDate": "Due Date",
"Remaining": "Remaining", "remaining": "Remaining",
"Complete": "Complete", "complete": "Complete",
"Rewards": "Rewards", "rewards": "Rewards",
"Gold": "Gold", "gold": "Gold",
"Silver": "Silver", "silver": "Silver",
"NewReward": "New Reward", "newReward": "New Reward",
"Price": "Price", "price": "Price",
"tags" : "Tags",
"editTags" : "Edit Tags",
"newTag" : "New Tag",
"clearFilters" : "Clear Filters",
"_commentdrops" : "DROP SYSTEM",
"dropsEnabled" : "Drops Enabled!",
"dropsEnabledText1" : "You've unlocked the Drop System! Now when you complete tasks, you have a small chance of finding an item. And guess what, you just found a",
"dropsEnabledText2" : "egg",
"itemDropped" : "An items has dropped",
"_commentoptionsview": "OPTIONS VIEW", "_commentoptionsview": "OPTIONS VIEW",
"Profile": "Profile", "profile": "Profile",
"Avatar": "Avatar", "avatar": "Avatar",
"Head": "Head",
"ShowHelm": "Show Helm",
"Hair": "Hair",
"Skin": "Skin",
"PhotoUrl": "Photo Url",
"FullName": "Full Name",
"Blurb": "Blurb",
"Websites": "Websites",
"Add Websites": "Add Websites",
"Party": "Party", "head": "Head",
"CreateAParty":"Create A Party", "showHelm": "Show Helm",
"NoPartyText": "You are not in a party. You can either create one and invite friends, or if you want to join an existing party, have them enter:", "hair": "Hair",
"PartyName": "Party Name", "skin": "Skin",
"Create":"Create", "clothing" : "Clothing",
"UserId":"User Id", "photoUrl": "Photo Url",
"Invite":"Invite", "fullName": "Full Name",
"Leave": "Leave", "blurb": "Blurb",
"PartyChat": "Chat", "websites": "Websites",
"addWebsites": "Add Websites",
"items" : "Items",
"weapon" : "Weapon",
"armor" : "armor",
"helm" : "Helm",
"shield" : "shield",
"Inventory": "Inventory", "stats" : "Stats",
"EggsTitle": "Eggs", "strength" : "Strength",
"EggsContent": "You don't have any eggs yet.", "defense" : "Defense",
"HatchingPotionsTitle": "Hatching Potions", "totalStrength" : "Total Strength",
"HatchingPotionsContent": "You don't have any hatching potions yet.", "totalDefense" : "Total Defense",
"Market": "Market",
"Stable": "Stable",
"PetsFound":"Pets Found",
"RarePets": "Rare Pets",
"Tavern": "Tavern", "party": "Party",
"RestButton":"Rest In The Inn", "createAParty":"Create A Party",
"CheckoutButton": "Check Out Of Inn", "noPartyText": "You are not in a party. You can either create one and invite friends, or if you want to join an existing party, have them enter:",
"TavernTalkTitle":"Tavern Talk & LFG", "partyName": "Party Name",
"create":"Create",
"userId":"User Id",
"invite":"Invite",
"leave": "Leave",
"invitedTo" : "You're Invited To",
"chat": "Chat",
"Achievements":"Achievements", "inventory": "Inventory",
"eggs": "Eggs",
"noEggs": "You don't have any eggs yet.",
"hatchingPotions": "Hatching Potions",
"noHatchingPotions": "You don't have any hatching potions yet.",
"hatchYourEgg" : "Hatch Your Egg",
"whichHatchingPotion1" : "Which hatching potion will you pour on your",
"whichHatchingPotion2" : "egg?",
"pour" : "pour",
"rarePets" : "Rare Pets",
"market": "Market",
"Settings":"Settings", "stable": "Stable",
"CustomDayStart":"Custom Day Start", "petsFound":"Pets Found",
"rarePets": "Rare Pets",
"tavern": "Tavern",
"restButton":"Rest In The Inn",
"checkoutButton": "Check Out Of Inn",
"tavernTalkTitle":"Tavern Talk & LFG",
"tavernRestingInfo" : "Whilst resting your dailies are saved and aren't effected by day turn-over. Whether you check out tomorrow or in a weeks time you'll continue in the same state as when you checked in.",
"resources" : "Resources",
"LFGPosts" : "LGF Posts",
"tutorials" : "Tutorials",
"achievements":"Achievements",
"achievementUnlocked" : "Achievement Unlocked!",
"npcText" : "Backed the Kickstarter project at the maximum level!",
"contribName" : "Contributor",
"contribText" : "Has contributed to HabitRPG (code, design, pixel art, legal advice, docs, etc). Want this badge? Fix a bug",
"kickstartName1" : "Kickstarter Backer - ",
"kickstartName2" : "Tier",
"kickstartText" : "Backed the Kickstarter Project",
"streakName" : " Streak Achievement(s)",
"streakText1" : "Has performed ",
"stureakText2" : " 21-day streaks on Dailies",
"origUserName" : "Original User",
"origUserText" : "Goes way back to the Habit's days of yore (bless them for soldiering through bugs!)",
"ultimGearName" : "Ultimate Gear",
"ultimGearText" : "Has attained the maximum weapon and armor set",
"ultimGearUnlocked" : "You have earned the 'Ultimate Gear' Achievement for upgrading to the maximum gear set!",
"beastMastName" : "Beast Master",
"beastMastText" : "Has found all 90 pets (insanely difficult, give this user props!)",
"beastMastUnlocked" : "You have earned the 'Beast Master' Achievement for collecting all the pets!",
"settings":"Settings",
"customDayStart":"Custom Day Start",
"24HrClock": "24Hr Clock", "24HrClock": "24Hr Clock",
"ClockInfo":"Habit defaults to check and reset your dailies at midnight each day. You can customize that here (Enter number between 0 and 24).", "clockInfo":"HabitRPG defaults to check and reset your dailies at midnight each day. You can customize that here (Enter number between 0 and 24).",
"Misc":"Misc", "misc":"Misc",
"HideHeader":"Hide Header", "hideHeader":"Hide Header",
"ShowHeader":"Show Header", "showHeader":"Show Header",
"ChangePass":"Change Password", "changePass":"Change Password",
"OldPass":"Old Password", "oldPass":"Old Password",
"NewPass":"New Password", "newPass":"New Password",
"ConfirmPass":"Confirm New Password", "confirmPass":"Confirm New Password",
"DangerZone": "Danger Zone", "dangerZone": "Danger Zone",
"Reset":"Reset", "reset":"Reset",
"ResetAltText":"Resets your entire account (dangerous)", "resetAltText":"Resets your entire account (dangerous)",
"ResetText1":"This resets your entire account - your tasks will be deleted and your character will start over.", "resetText1":"This resets your entire account - your tasks will be deleted and your character will start over.",
"ResetText2":"This is highly discouraged because you'll lose historical data, which is useful for graphing your progress over time. However, some people find it useful in the beginning after playing with the app for a while.", "resetText2":"This is highly discouraged because you'll lose historical data, which is useful for graphing your progress over time. However, some people find it useful in the beginning after playing with the app for a while.",
"Restore":"Restore", "restore":"Restore",
"RestoreAltText":"Restores attributes to your character", "restoreAltText":"Restores attributes to your character",
"RestoreText1":"HabitRPG is quite Beta-quality at present, and many find they need to restore character attributes as a result. Enter your numbers here and it will be applied automatically to your character. This will be removed once Habit is more stable.", "restoreText1":"HabitRPG is quite Beta-quality at present, and many find they need to restore character attributes as a result. Enter your numbers here and it will be applied automatically to your character. This will be removed once Habit is more stable.",
"Delete":"Delete", "delete":"Delete",
"DeleteAltText":"Delete your account", "deleteAltText":"Delete your account",
"DeleteText1":"Woa woa woa! Are you sure? This will seriously delete your account forever, and it can never be restored. If you're absolutely certain, type", "deleteHeader" : "Delete Account",
"DeleteText2":" DELETE ", "deleteText1":"Woa woa woa! Are you sure? This will seriously delete your account forever, and it can never be restored. If you're absolutely certain, type",
"DeleteText3":"into the text-box", "deleteText2":" DELETE ",
"deleteText3":"into the text-box",
"API":"API", "API":"API",
"APIText":"Copy these for use in third party applications.", "APIText":"Copy these for use in third party applications.",
"APIToken":"Api Token", "APIToken":"Api Token",
@ -151,155 +236,172 @@
"_commentitems": "ITEMS", "_commentitems": "ITEMS",
"_commentitemsweps": "WEAPONS", "_commentitemsweps": "WEAPONS",
"Sword1Name" : "Sword", "sword0name" : "Training Sword",
"Sword1Text" : "Increases experience gain by 3%.", "sword1Name" : "Sword",
"Sword2Name" : "Axe", "sword1Text" : "Increases experience gain by 3%.",
"Sword2Text" : "Increases experience gain by 6%.", "sword2Name" : "Axe",
"Sword3Name" : "Morningstar", "sword2Text" : "Increases experience gain by 6%.",
"Sword3Text" : "Increases experience gain by 9%.", "sword3Name" : "Morningstar",
"Sword4Name" : "Blue Sword", "sword3Text" : "Increases experience gain by 9%.",
"Sword4Text" : "Increases experience gain by 12%.", "sword4Name" : "Blue Sword",
"Sword5Name" : "Red Sword", "sword4Text" : "Increases experience gain by 12%.",
"Sword5Text" : "Increases experience gain by 15%.", "sword5Name" : "Red Sword",
"Sword6Name" : "Golden Sword", "sword5Text" : "Increases experience gain by 15%.",
"Sword6Text" : "Increases experience gain by 18%.", "sword6Name" : "Golden Sword",
"sword6Text" : "Increases experience gain by 18%.",
"_commentitemsarmour": "ARMOUR", "_commentitemsarmour": "ARMOUR",
"Armour1Name" : "Leather Armor" , "armour0Name" : "Cloth Armour",
"Armour1Text": "Decreases HP Loss by 4%", "armour1Name" : "Leather Armor" ,
"Armour2Name" : "Chain Mail", "armour1Text": "Decreases HP Loss by 4%",
"Armour2Text": "Decreases HP Loss by 6%", "armour2Name" : "Chain Mail",
"Armour3Name" : "Plate Mail", "armour2Text": "Decreases HP Loss by 6%",
"Armour3Text": "Decreases HP Loss by 7%", "armour3Name" : "Plate Mail",
"Armour4Name" : "Red Armor", "armour3Text": "Decreases HP Loss by 7%",
"Armour4Text": "Decreases HP Loss by 8%", "armour4Name" : "Red Armor",
"Armour5Name" : "Golden Armor", "armour4Text": "Decreases HP Loss by 8%",
"Armour5Text": "Decreases HP Loss by 10%", "armour5Name" : "Golden Armor",
"armour5Text": "Decreases HP Loss by 10%",
"_commentitemshead" : "HEADGEAR", "_commentitemshead" : "HEADGEAR",
"Head1Name" : "Leather Helm" , "head0Name" : "No Helm",
"Head1Text": "Decreases HP loss by 2%", "head1Name" : "Leather Helm" ,
"Head2Name" : "Chain Coif", "head1Text": "Decreases HP loss by 2%",
"Head2Text": "Decreases HP loss by 3%", "head2Name" : "Chain Coif",
"Head3Name" : "Plate Helm", "head2Text": "Decreases HP loss by 3%",
"Head3Text": "Decreases HP loss by 4%", "head3Name" : "Plate Helm",
"Head4Name" : "Red Helm", "head3Text": "Decreases HP loss by 4%",
"Head4Text": "Decreases HP loss by 5%", "head4Name" : "Red Helm",
"Head5Name" : "Golden Helm", "head4Text": "Decreases HP loss by 5%",
"Head5Text": "Decreases HP loss by 6%", "head5Name" : "Golden Helm",
"head5Text": "Decreases HP loss by 6%",
"_commentitemsshield" : "SHIELDS", "_commentitemsshield" : "SHIELDS",
"Shield1Name" : "Wooden Shield", "sheild0Name" : "No Shield",
"Shield1Text": "Decreases HP loss by 3%", "sheild1Name" : "Wooden Shield",
"Shield2Name" : "Buckler", "sheild1Text": "Decreases HP loss by 3%",
"Shield2Text": "Decreases HP loss by 4%", "sheild2Name" : "Buckler",
"Shield3Name" : "Enforced Shield", "sheild2Text": "Decreases HP loss by 4%",
"Shield3Text": "Decreases HP loss by 5%", "sheild3Name" : "Enforced Shield",
"Shield4Name" : "Red Shield", "sheild3Text": "Decreases HP loss by 5%",
"Shield4Text": "Decreases HP loss by 7%", "sheild4Name" : "Red Shield",
"Shield5Name" : "Golden Shield", "sheild4Text": "Decreases HP loss by 7%",
"Shield5Text": "Decreases HP loss by 8%", "sheild5Name" : "Golden Shield",
"sheild5Text": "Decreases HP loss by 8%",
"_commentitemsother" : "OTHER ITEMS", "_commentitemsother" : "OTHER ITEMS",
"HealthPotionName" : "Health Potion", "healthPotionName" : "Health Potion",
"HealthPotionNotes" : "Recover 15 HP Instantly", "healthPotionNotes" : "Recover 15 HP Instantly",
"RerollName" : "Re-Roll", "rerollName" : "Re-Roll",
"RerollNotes" : "Resets your task values back to 0 (yellow). Useful when everything's red and it's hard to stay alive.", "rerollNotes" : "Resets your task values back to yellow. Useful when everything's red and it's hard to stay alive.",
"rerollModelHeader" : "Reset Your Tasks",
"rerollModelText1" : "Highly discouraged because red tasks provide good incentive to improve",
"rerollModelText2" : "read more",
"rerollModelText3" : "However, this becomes necessary after long bouts of bad habits.",
"_commentitemspeteggs": "PET EGGS", "_commentitemspeteggs": "PET EGGS",
"WolfEgg": "Wolf Cub", "wolfEgg": "Wolf Cub",
"TigerEgg": "Tiger Cub", "tigerEgg": "Tiger Cub",
"PandaEgg": "Wolf Cub", "pandaEgg": "Wolf Cub",
"LionEgg": "Lion Cub", "lionEgg": "Lion Cub",
"FoxEgg": "Fox", "foxEgg": "Fox",
"PigEgg": "Flying Pig", "pigEgg": "Flying Pig",
"DragonEgg": "Dragon", "dragonEgg": "Dragon",
"CactusEgg": "Cactus", "cactusEgg": "Cactus",
"BearEgg": "Bear Cub", "bearEgg": "Bear Cub",
"WolfEgg": "Wolf", "wolfEgg": "Wolf",
"_commentitemshatchingpotions": "HATCHING POTIONS", "_commentitemshatchingpotions": "HATCHING POTIONS",
"BasePotName": "Base", "basePotName": "Base",
"BasePotText" : "Hatches your pet into its base form.", "basePotText" : "Hatches your pet into its base form.",
"WhitePotName": "White", "whitePotName": "White",
"WhitePotText" : "Hatches your pet into its white form.", "whitePotText" : "Hatches your pet into its white form.",
"DesertPotName": "Desert", "desertPotName": "Desert",
"DesertPotText" : "Hatches your pet into its desert form.", "desertPotText" : "Hatches your pet into its desert form.",
"RedPotName": "Red", "redPotName": "Red",
"RedPotText" : "Hatches your pet into its red form.", "redPotText" : "Hatches your pet into its red form.",
"ShadePotName": "Shadepot", "shadePotName": "Shadepot",
"ShadePotText" : "Hatches your pet into its shade form.", "shadePotText" : "Hatches your pet into its shade form.",
"SkeletonPotName": "Skeleton", "skeletonPotName": "Skeleton",
"SkeletonPotText" : "Hatches your pet into its skeleton form.", "skeletonPotText" : "Hatches your pet into its skeleton form.",
"ZombiePotName": "Zombie", "zombiePotName": "Zombie",
"ZombiePotText" : "Hatches your pet into its zombie form.", "zombiePotText" : "Hatches your pet into its zombie form.",
"CottonPinkPotName": "Cotton Candy Pink", "cottonPinkPotName": "Cotton Candy Pink",
"CottonPinkPotText" : "Hatches your pet into its cotton candy pink form.", "cottonPinkPotText" : "Hatches your pet into its cotton candy pink form.",
"CottonBluePotName": "Cotton Candy Blue", "cottonBluePotName": "Cotton Candy Blue",
"CottonBluePotText" : "Hatches your pet into its cotton candy blue form.", "cottonBluePotText" : "Hatches your pet into its cotton candy blue form.",
"GoldenPotName": "Golden", "goldenPotName": "Golden",
"GoldenPotText" : "Hatches your pet into its golden form.", "goldenPotText" : "Hatches your pet into its golden form.",
"_commentnpcsandchars": "NPCS & CHARACTERS", "_commentnpcsandchars": "NPCS & CHARACTERS",
"_commentNPCS" : "NPCS", "_commentNPCS" : "NPCS",
"NPCBaileyName" : "Bailey", "NPCBaileyText1" : "the Town Crier here! Announcing new stuff!",
"NPCBaileyText" : "Bailey the Crier here! Announcing new stuff!", "NPCAugustinText1" : "Welcome to the Market! I'm the merchant;",
"NPCAugustinName" : "Alexander Augustin", "NPCAugustinText2" : "Dying to get that particular pet you're after, but don't want to wait for it to drop? Buy it here!",
"NPCAugustinText" : "Welcome to the Market! I'm the merchant, Alexander. Dying to get that particular pet you're after, but don't want to wait for it to drop? Buy it here!", "NPCJohanssonText1" : "Welcome to the Tavern! I'm",
"NPCJohanssonName" : "Daniel Johansson", "NPCJohanssonText2": "the bar keep. If you want to rest a while (going on vacation? sudden illness?), I'll set you up at the inn - dailies won't hurt you while you're resting. Stay a while & meet the locals.",
"NPCJohanssonText" : "Welcome to the Tavern! I'm Daniel, the bar keep. If you want to rest a while (going on vacation?), I'll set you up at the inn - dailies won't hurt you while you're resting. The minimum stay is 24h, but you can check out any time. Stay a while & meet the clientele.", "NPCMelchiorText1" : "",
"NPCMelchiorName" : "Ian Melchior ", "NPCBowenText1" : "",
"NPCMelchiorText" : "", "NPCBochText1" : "",
"NPCBowenName" : "Justin Bowen",
"NPCBowenText" : "",
"NPCBochName" : "Matt Boch",
"NPCBochText" : "",
"_commentdeathstuff" : "DEATH",
"deathTitle" : "You Died!",
"deathText" : "You've lost your GP, 1 level and 1 gear piece. Be sure to complete your dailies to prevent this from happening again!",
"_commentgems" : "GEMS",
"gems" : "Gems",
"outOfGems" : "Out Of Gems",
"buyMoreGems" : "Buy More Gems",
"notEnoughGems" : "Not enough Gems",
"petsOutOfGems" : "Oops, out of Gems, which are used to buy special items! Habit is an open source project, and can use all the help it can get - buy more Gems to receive this pet, and consider it a donation to the contributors",
"gemsWhatFor" : "Used for buying special items (reroll, eggs, hatching potions, etc). You'll need to unlock those features before being able to use Gems.",
"_commentfooter": "FOOTER", "_commentfooter": "FOOTER",
"FooterCompany" : "Company", "footerCompany" : "Company",
"CompanyAbout" : "About", "companyAbout" : "About",
"CompanyBlog" : "Blog", "companyBlog" : "Blog",
"CompanyTeam" : "Team", "companyTeam" : "Team",
"CompanyExtensions" : "Extensions", "companyExtensions" : "Extensions",
"CompanyFAQ" : "FAQ", "companyFAQ" : "FAQ",
"FooterLegal" : "Legal", "footerLegal" : "Legal",
"LegalPrivacy" : "Privacy", "legalPrivacy" : "Privacy",
"LegamTerms" : "Terms", "legalTerms" : "Terms",
"FooterCommunity" : "Community", "footerCommunity" : "Community",
"CommunityBugs" : "Submit Bugs", "communityBugs" : "Submit Bugs",
"CommunityFeatures" : "Request Feautres", "communityFeatures" : "Request Feautres",
"CommunityAPI" : "API", "communityExtensions" : "Add-ons / Extensions",
"CommunityExtensions" : "Add-ons / Extensions", "communityForum" : "Community Forum",
"CommunityForum" : "Forum", "footerSocial" : "Social",
"CommunityKickstarter" : "Kickstarter",
"CommunityFB" : "Facebook",
"CommunityReddit" : "Reddit",
"_commentmisc": "MISC & GLOBAL", "_commentmisc": "MISC & GLOBAL",
"Gems" : "Gems", "removeAds": "Remove Ads",
"RemoveAds": "Remove Ads", "whyAds": "Why Ads?",
"WhyAds": "Why Ads?", "whyAdsContent1": "Habit an open source project, and can use all the help it can get - consider this a donation to the contributors. You also get 20 Gems from the purchase, which you can use to buy special items.",
"WhyAdsContent1": "Habit an open source project, and can use all the help it can get - consider this a donation to the contributors. You also get 20 Gems from the purchase, which you can use to buy special items.", "whyAdsContent2": "'Hey, I backed the Kickstarter!' - follow",
"WhyAdsContent2": "'Hey, I backed the Kickstarter!' - follow ", "whyAdsContent3": "these instructions",
"WhyAdsContent3": "these instructions.",
"_commentbuttons": "BUTTONS", "_commentbuttons": "BUTTONS",
"Submit":"Submit", "submit":"Submit",
"Close":"Close", "close":"Close",
"Save&Close": "Save & Close", "saveAndClose": "Save & Close",
"Cancel":"Cancel", "cancel":"Cancel",
"ok" : "Ok",
"add" : "Add",
"undo" : "Undo",
"continue" : "Continue",
"accept" : "Accept",
"reject" : "Reject",
"or" : "Or",
"_commenttimestamps":"TIME STAMPS", "_commenttimestamps":"TIME STAMPS",
"JustNow":"Just now", "justNow":"Just now",
"AMinuteAgo":"A minute ago", "aMinuteAgo":"A minute ago",
"MinutesAgo":"minutes ago", "minutesAgo":"minutes ago",
"AnHourAgo": "An hour ago", "anHourAgo": "An hour ago",
"HoursAgo": "hours ago", "hoursAgo": "hours ago",
"Yesterday":"Yesterday", "yesterday":"Yesterday",
"DaysAgo":"days ago" "daysAgo":"days ago"
} }

115
locales/nl/app.json Normal file
View file

@ -0,0 +1,115 @@
{
"_commenttut": "HANDLEIDING",
"_commenthead": "AANHEF",
"Health": "Gezondheid",
"Experience": "Ervaring",
"History": "Geschiedenis",
"Settings": "Instellingen",
"Party": "Groep",
"Logout": "Uitloggen",
"_commentuser": "GEBRUIKER",
"Anonymous": "Anoniem",
"Avatar": "Avatar",
"Level": "Level",
"GP": "Goudstukken",
"Head": "Hoofd",
"ShowHelm": "Toon Helm",
"Hair": "Haar",
"Skin": "Huid",
"Profile": "Profiel",
"Edit": "Pas Aan",
"Save": "Sla Op",
"PhotoUrl": "Foto URL",
"FullName": "Volledige Naam",
"Blurb": "Blurp",
"Websites": "Voeg Website Toe",
"Achievements": "Prestaties",
"OriginalUser": "Originele Gebruiker!",
"Inventory": "Inventaris",
"EggsTitle": "Eieren",
"EggsContent": "Je hebt nog geen eieren",
"HatchingPotionsTitle": "Broed Toverdrankjes",
"HatchingPotionsContent": "Je hebt nog geen broed toverdrankjes!",
"Market": "Markt",
"MarketTitle": "Welkom op de markt!",
"MarketContent": "Wil je graag dat ene dier, maar kan je niet wachten tot hij valt? Koop hem hier!",
"Stable": "Stal",
"Tokens": "Tokens",
"_commentitems": "BUIT & BELONINGEN",
"_comment": "HUISDIER EIEREN",
"WolfEgg": "Wolvenwelp",
"TigerEgg": "Tijgerwelp",
"PandaEgg": "Pandawelp",
"LionEgg": "Leeuwenwelp",
"FoxEgg": "Vos",
"PigEgg": "Vliegende Big",
"DragonEgg": "Draak",
"CactusEgg": "Cactus",
"BearEgg": "Beren Welp",
"WolfEgg": "Wolf",
"_comment": "BROED TOVERDRANKEN",
"BasePot": "Basis",
"WhitePot": "Wit",
"DesertPot": "Woestijn",
"RedPot": "Rood",
"ShadePot": "Schaduw",
"SkeletonPot": "Skelet",
"ZombiePot": "Zombie",
"CottonPinkPot": "Suikerspinroze",
"CottonBluePot": "Suikerspinblauw",
"GoldenPot": "Goud",
"_comment": "GOUDEN BELONINGEN",
"_commentmain": "HOOFD SCHERM",
"Habits": "Gewoonten",
"NewHabit": "Nieuwe Gewoonte",
"Edit": "Pas Aan",
"Text": "Text",
"ExtraNotes": "Extra Aantekeningen",
"Directions/Actions": "Richtingen/Acties",
"AdvancedOptions": "Uitgebreide Opties",
"Difficulty": "Moeilijkheid",
"DifficultyHelpTitle": "Hoe moeilijk is deze taak?",
"DifficultyHelpContent": "Dit vermenigvuldigt de punt waarde. Gebruik spaars, de waarde wordt automatisch door ons algoritmes aangepast. Sommige taken zijn daarentegen daadwerkelijk veel meer waard dan anderen (b.v.b. 'Flossen' versus 'Thesis Schrijven')",
"Easy": "Makkelijk",
"Medium": "Gemiddeld",
"Hard": "Moeilijk",
"Save&Close": "Sla Op & Sluit",
"Delete": "Verwijder",
"Progress": "Voortgang",
"Score": "Score",
"Daily": "Dagelijks",
"NewDaily": "Nieuw",
"Repeat": "Herhaal",
"Su": "Zo",
"M": "Ma",
"T": "Di",
"We": "Wo",
"Th": "Do",
"F": "Vr",
"S": "Za",
"Todos": "Te Doen",
"NewTodo": "Nieuw",
"DueDate": "Einddatum",
"Remaining": "Te Doen",
"Complete": "Voltooid",
"Rewards": "Beloningen",
"Gold": "Goud",
"Silver": "Zilver",
"NewReward": "Nieuwe Beloning",
"Price": "Prijs",
"_commentfooter": "ONDERSCHRIFT",
"_commentmisc": "OVERIGE",
"RemoveAds": "Verwijder Reclame",
"WhyAds": "Waarom Reclame?",
"WhyAdsContent1": "Habit is een open source project en kan alle hulp gebruiken die het kan krijgen - beschouw dit als een donatie aan de ontwikkelaars. Je krijgt ook 20 tokens van de aankoop, welke je kunt gebruiken voor speciale voorwerpen",
"WhyAdsContent2": "'Hey, ik heb de Kickstarter gebacked' - volg ",
"WhyAdsContent3": "deze instructies"
}

View file

@ -2,5 +2,6 @@ i18n = require 'derby-i18n'
i18n.plurals.add 'he', (n) -> n i18n.plurals.add 'he', (n) -> n
i18n.plurals.add 'bg', (n) -> n i18n.plurals.add 'bg', (n) -> n
i18n.plurals.add 'nl', (n) -> n
module.exports = i18n module.exports = i18n

View file

@ -12,7 +12,7 @@ app = derby.createApp module
# Translations # Translations
i18n = require './i18n' i18n = require './i18n'
i18n.localize app, i18n.localize app,
availableLocales: ['en', 'he', 'bg'] availableLocales: ['en', 'he', 'bg', 'nl']
defaultLocale: 'en' defaultLocale: 'en'
urlScheme: false urlScheme: false
checkHeader: true checkHeader: true

View file

@ -88,7 +88,7 @@
</div> </div>
</div> </div>
<div class='alert alert-info {#unless _user.flags.rest}hidden{/}'>While you're resting, your dailies aren't calculated. <span class='label label-warning'>Warning:</span> this means that if you check in today, do some dailies, and check out tomorrow - they won't get un-checked until the day <strong>after</strong> tomorrow. You start where you left off before vacation / illness, and it prevents abusing the inn. See <a _target='blank' href='https://trello.com/card/rest-in-tavern/50e5d3684fe3a7266b0036d6/14'><strong>Trello</strong></a> for more information.</div> <div class='alert alert-info {#unless _user.flags.rest}hidden{/}'>Whilst resting your dailies are saved and aren't effected by day turn-over. Whether you check out tomorrow or in a weeks time you'll continue in the same state as when you checked in.</div>
<div class=well> <div class=well>
<h3>Resources</h3> <h3>Resources</h3>

View file

@ -15,7 +15,7 @@
<div class="module"> <div class="module">
<div class="task-column habits"> <div class="task-column habits">
<app:tasks:task-list <app:tasks:task-list
header="Habits" header="habits"
type="habit" type="habit"
inputValue={_newHabit} inputValue={_newHabit}
placeHolder="New Habit" placeHolder="New Habit"
@ -32,7 +32,7 @@
<div class="module"> <div class="module">
<div class="task-column dailys"> <div class="task-column dailys">
<app:tasks:task-list <app:tasks:task-list
header="Dailies" header="dailies"
type="daily" type="daily"
inputValue={_newDaily} inputValue={_newDaily}
placeHolder="New Daily" placeHolder="New Daily"
@ -62,7 +62,7 @@
<app:tasks:task-list <app:tasks:task-list
header="Todos" header="todos"
type="todo" type="todo"
inputValue="{_newTodo}" inputValue="{_newTodo}"
placeHolder="New Todo" placeHolder="New Todo"
@ -102,7 +102,7 @@
{{/}} {{/}}
<app:tasks:task-list <app:tasks:task-list
header="Rewards" header="rewards"
type="reward" type="reward"
inputValue="{_newReward}" inputValue="{_newReward}"
placeHolder="New Reward" placeHolder="New Reward"