Replace hard-coded strings for window.env.t on js files
This commit is contained in:
@@ -48,5 +48,14 @@
|
||||
"by" : "by",
|
||||
"participants" : "Participants",
|
||||
"join" : "Join",
|
||||
"exportChallengeCSV": "Export to CSV"
|
||||
"exportChallengeCSV": "Export to CSV",
|
||||
|
||||
"_commentchallengesctrljs" : "CHALLENGESCTRL.JS STRINGS",
|
||||
"selectGroup" : "Please select group",
|
||||
"challengeCreated" : "Challenge created",
|
||||
"sureDelCha" : "Delete challenge, are you sure?",
|
||||
"removeTasks" : "Remove Tasks",
|
||||
"keepTasks" : "Keep Tasks",
|
||||
"closeCha" : "Close challenge and...",
|
||||
"leaveCha" : "Leave challenge and..."
|
||||
}
|
||||
|
||||
@@ -59,8 +59,11 @@
|
||||
|
||||
"_commentattributesstats" : "ATRIBUTTES & STATS",
|
||||
"level": "Level",
|
||||
"levelUp" : "Level Up!",
|
||||
"mana" : "Mana",
|
||||
"hp" : "HP",
|
||||
"mp" : "MP",
|
||||
"xp" : "XP",
|
||||
"health": "Health",
|
||||
"allocateStr" : "Points allocated to STR:",
|
||||
"allocateStrPop" : "Add a point to Strength",
|
||||
@@ -125,7 +128,23 @@
|
||||
"streaksFrozenText" : "Streaks on missed Dailies will not reset at the end of the day.",
|
||||
|
||||
"_commentdeath" : "DEATH",
|
||||
"respawn" : "Respawn!",
|
||||
"youDied" : "You Died!",
|
||||
"continue" : "Continue",
|
||||
"dieText" : "You've lost a Level, all your Gold, and a random piece of Equipment. Arise, Habiteer, and try again! Curb those negative Habits, be vigilant in completion of Dailies, and hold death at arm's length with a Health Potion if you falter!"
|
||||
"dieText" : "You've lost a Level, all your Gold, and a random piece of Equipment. Arise, Habiteer, and try again! Curb those negative Habits, be vigilant in completion of Dailies, and hold death at arm's length with a Health Potion if you falter!",
|
||||
|
||||
"_commentuserctrljs" : "USERCTRL.JS STRINGS",
|
||||
"sureReset" : "Are you sure? This will reset your character's class and allocated points (you'll get them all back to re-allocate), and costs 3 gems",
|
||||
"purchaseFor5" : "Purchase for 5 Gems?",
|
||||
"purchaseFor2" : "Purchase for 2 Gems?",
|
||||
|
||||
"_commentrootctrljs" : "ROOTCTRL.JS STRINGS",
|
||||
"notEnoughMana" : "Not enough mana.",
|
||||
"invalidTarget" : "Invalid target",
|
||||
"youCast" : "You cast <%= spell %>.",
|
||||
"youCastTarget" : "You cast <%= spell %> on <%= target %>.",
|
||||
"youCastParty" : "You cast <%= spell %> for the Party.",
|
||||
|
||||
"_commentnotificationservicesjs" : "NOTIFICATIONSERVICES.JS STRINGS",
|
||||
"critBonus" : "Critical Hit! Bonus: "
|
||||
}
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
"_commentcontrib" : "CONTRIBUTOR RELATED STRINGS",
|
||||
|
||||
"_commentbadges" : "CONTRIBUTOR BADGES",
|
||||
"friendBadge" : "Friend (1-2)",
|
||||
"friend" : "Friend",
|
||||
"friendFirst" : "When your <strong>first</strong> submission is deployed, you will receive the HabitRPG Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. As a bounty for your work, you will also receive <strong>2 Gems</strong>.",
|
||||
"friendSecond" : "When your <strong>second</strong> submission is deployed, the <strong>Crystal Armor</strong> will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive <strong>2 Gems.</strong>",
|
||||
"eliteBadge" : "Elite (3-4)",
|
||||
"elite" : "Elite",
|
||||
"eliteThird" : "When your <strong>third</strong> submission is deployed, the <strong>Crystal Helmet</strong> will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive <strong>2 Gems</strong>.",
|
||||
"eliteFourth" : "When your <strong>fourth</strong> submission is deployed, the <strong>Crystal Sword</strong> will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive <strong>2 Gems</strong>.",
|
||||
"championBadge" : "Champion (5-6)",
|
||||
"champion" : "Champion",
|
||||
"championFifth" : "When your <strong>fifth</strong> submission is deployed, the <strong>Crystal Shield</strong> will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive <strong>2 Gems</strong>.",
|
||||
"championSixth" : "When your <strong>sixth</strong> submission is deployed, you will receive a <strong>Hydra Pet</strong>. You will also receive <strong>2 Gems</strong>.",
|
||||
"legendaryBadge" : "Legendary (7)",
|
||||
"legendary" : "Legendary",
|
||||
"legSeventh" : "When your <strong>seventh</strong> submission is deployed, you will receive <strong>2 Gems</strong> and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of HabitRPG! Further contributions do not increase your level, but you may continue to earn Gem bounties and titles.",
|
||||
"heroicBadge" : "Heroic",
|
||||
"heroic" : "Heroic",
|
||||
"heroicText" : "The Heroic level contains HabitRPG staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).",
|
||||
"npcText" : "NPCs backed HabitRPG's Kickstarter at the highest tier. You can find their avatars watching over site features!",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"contribLink" : "what prizes you've earned for your contribution!",
|
||||
"contribName" : "Contributor",
|
||||
"contribText" : "Has contributed to HabitRPG (code, design, pixel art, legal advice, docs, etc). Want this badge? ",
|
||||
"readMore" : "Read more",
|
||||
"readMore" : "Read More",
|
||||
"kickstartName" : "Kickstarter Backer - $<%= tier %> Tier",
|
||||
"kickstartText" : "Backed the Kickstarter Project",
|
||||
|
||||
|
||||
+21
-2
@@ -4,6 +4,7 @@
|
||||
"languageName" : "English",
|
||||
"stringNotFound" : "String '<%= string %>' not found.",
|
||||
"titleIndex" : "HabitRPG | Your Life The Role Playing Game",
|
||||
"habitica" : "Habitica",
|
||||
|
||||
"formattingMarkdown" : "Markdown formatting allowed",
|
||||
|
||||
@@ -17,7 +18,8 @@
|
||||
"or" : "Or",
|
||||
"and" : "and",
|
||||
|
||||
"habitica" : "Habitica",
|
||||
"loginSuccess" : "Login successful!",
|
||||
"youSure" : "Are you sure?",
|
||||
|
||||
"_commentbuttons": "BUTTONS",
|
||||
"submit":"Submit",
|
||||
@@ -52,5 +54,22 @@
|
||||
|
||||
"_commentmodals" : "MEMBERS MODALS",
|
||||
"memberSince" : " - Member since ",
|
||||
"lastLoggedIn" : " - Last logged in "
|
||||
"lastLoggedIn" : " - Last logged in ",
|
||||
|
||||
"_commentrootctrljs" : "ROOTCTRL.JS STRINGS",
|
||||
"notPorted" : "This feature is not yet ported from the original site.",
|
||||
|
||||
"_commentinventoryctrljs" : "INVENTORYCTRL.JS STRINGS",
|
||||
"buyThis" : "Buy this <%= text %> with <%= price %> of your <%= gems %> Gems?",
|
||||
|
||||
"_commentauthctrljs" : "AUTHCTRL.JS STRINGS",
|
||||
"untilNoFace" : "Until we add Facebook, use your UUID and API Token to log in (found at https://habitrpg.com > Options > Settings).",
|
||||
"noReachServer" : "Server not currently reachable, try again later",
|
||||
"errorUpCase" : "ERROR: ",
|
||||
"newPassSent" : "New password sent.",
|
||||
|
||||
"_commentappjs" : "APP.JS STRINGS",
|
||||
"serverUnreach" : "Server currently unreachable.",
|
||||
"seeConsole" : " (see Chrome console for more details).",
|
||||
"error" : "Error"
|
||||
}
|
||||
|
||||
+15
-1
@@ -60,5 +60,19 @@
|
||||
"search" : "Search",
|
||||
"publicGuilds" : "Public Guilds",
|
||||
"createGuild" : "Create Guild",
|
||||
"guilds" : "Guilds"
|
||||
"guilds" : "Guilds",
|
||||
|
||||
"_commentgroupsctrljs" : "GROUPSCTRL.JS STRINGS",
|
||||
"sureKick" : "Do you really want to remove this member from the party?",
|
||||
"foreverAlone" : "Can't like your own message. Don't be that person.",
|
||||
"sortLevel" : "Sort by Level",
|
||||
"sortRandom" : "Sort randomly",
|
||||
"sortPets" : "Sort by number of pets",
|
||||
"sortJoined" : "Sort by Party date joined",
|
||||
"confirmGuild" : "Create Guild for 4 Gems?",
|
||||
"leaveGroupCha" : "Leave group challenges and...",
|
||||
"confirm" : "Confirm",
|
||||
"leaveGroup" : "Leave group?",
|
||||
"leavePartyCha" : "Leave party challenges and...",
|
||||
"leaveParty" : "Leave party?"
|
||||
}
|
||||
|
||||
+41
-1
@@ -30,5 +30,45 @@
|
||||
"donateText3" : "As an open source project, it can use all the help we can get!",
|
||||
"payWithCard" : "Pay with Card",
|
||||
"paypalText" : "20 Gems, Disable Ads, Donation to the Developers",
|
||||
"payNote" : "Note: PayPal sometimes takes a long time to clear. We recommend paying with card."
|
||||
"payNote" : "Note: PayPal sometimes takes a long time to clear. We recommend paying with card.",
|
||||
|
||||
"_commentinit" : "INITIAL TOUR",
|
||||
"welcomeHabit" : "Welcome to HabitRPG",
|
||||
"welcomeHabitT1" : "Welcome to HabitRPG, a habit-tracker which treats your goals like a Role Playing Game. I'm ",
|
||||
"welcomeHabitT2" : " your guide!",
|
||||
"yourAvatar" : "Your Avatar",
|
||||
"yourAvatarText" : "This is your avatar. It represents you in the world of Habitica. As you accomplish goals, your avatar will gain levels, earn gold, and equip itself for further challenges ahead.",
|
||||
"avatarCustom" : "Avatar Customization",
|
||||
"avatarCustomText" : "You can customize your avatar by clicking anywhere in this box. Change your body type, hair color, skin color, and more from this menu. You can also find a number of HabitRPG's exciting social features by clicking through tabs on the customization page.",
|
||||
"hitPoints" : "Hit Points",
|
||||
"hitPointsText" : "The red bar tracks your avatar's health points. Whenever you fail to meet a goal, you take damage and lose health. If your health bar reaches zero, you die. Dying results in the loss of one level, all your gold, and a piece of equipment.",
|
||||
"expPoints" : "Experience Points",
|
||||
"expPointsText" : "The yellow bar tracks your avatar's experience points. Whenever you succeed in achieving a goal, you gain both gold and experience. When your experience bar maxes out, you gain a level. Gaining levels is how you unlock new and exciting features on HabitRPG.",
|
||||
"typeGoals" : "Types of Goals",
|
||||
"typeGoalsText" : "HabitRPG allows you to track your goals in three different ways. These goals are categorized in columns as Habits, Dailies, or To-Dos.",
|
||||
"tourHabits" : "Habits are goals that you constantly track. They can be given plus or minus values, allowing you to gain experience and gold for good habits or lose health for bad ones.",
|
||||
"tourDailies" : "Dailies are goals that you want to complete once a day. Checking off a daily reaps experience and gold. Failing to check off your daily before the day resets results in a loss of health. You can change your day start settings from the options menu.",
|
||||
"tourTodos" : "To-Dos are one-off goals that you can get to eventually. While it is possible to set a deadline on a to-do, they are not required. To-Dos make for a quick and easy way to gain experience.",
|
||||
"tourRewards" : "All that gold you earned will allow you to reward yourself with either custom or in-game prizes. Buy them liberally – rewarding yourself is integral in forming good habits.",
|
||||
"hoverOver" : "Hover over comments",
|
||||
"hoverOverText" : "You can add comments to your tasks by clicking the edit icon. Hover over each task's comment for more details about how HabitRPG works. When you're ready to get started, you can delete the existing tasks and add your own.",
|
||||
"unlockFeatures" : "Unlock New Features",
|
||||
"unlockFeaturesT1" : "That's all you need to know for now, but I'll be back as you level up to let you know about new features you've unlocked. Each new feature will give you more incentives to accomplish your goals. Find out more at the ",
|
||||
"habitWiki" : "HabitRPG Wiki",
|
||||
"unlockFeaturesT2" : " or let yourself be surprised. Good luck!",
|
||||
"customAvatar" : "Customize Your Avatar",
|
||||
"customAvatarText" : "Click your avatar to customize your appearance.",
|
||||
"storeUnlocked" : "Item Store Unlocked",
|
||||
"storeUnlockedText" : "Congratulations, you have unlocked the Item Store! You can now buy weapons, armor, potions, etc. Read each item's comment for more information.",
|
||||
"partySys" : "Party System",
|
||||
"partySysText" : "Be social, join a party and play Habit with your friends! You'll be better at your habits with accountability partners. Click User -> Options -> Party, and follow the instructions. LFG anyone?",
|
||||
"classGear" : "Class Gear",
|
||||
"classGearText" : "First: don't panic! Your old gear is in your inventory, and you're now wearing your apprentice <strong><%= klass %></strong> equipment. Wearing your class's gear grants you a 50% bonus to stats. However, feel free to switch back to your old gear.",
|
||||
"classStats" : "These are your class's stats, they affect the game-play. Each time you level up, you get one point to allocate to particular stat. Hover over each stat for more information.",
|
||||
"autoAllocate" : "Auto Allocate",
|
||||
"autoAllocateText" : "If 'automatic allocation' is checked, your avatar gains stats automatically based on your tasks' attributes, which you can find in <strong>TASK > Edit > Advanced > Attributes</strong>. Eg, if you hit the gym often, and your 'Gym' Daily is set to 'Physical', you'll gain STR automatically.",
|
||||
"spells" : "Spells",
|
||||
"spellsText" : "You can now unlock class-specific spells. You'll see your first at level 11. Your mana replenishes 10 points per day, plus 1 point per completed ",
|
||||
"toDo" : "To-Do",
|
||||
"moreClass" : "For more information on the class-system, see "
|
||||
}
|
||||
|
||||
@@ -31,5 +31,10 @@
|
||||
"dropsEnabled" : "Drops Enabled!",
|
||||
"itemDrop" : "An item has dropped!",
|
||||
"firstDrop" : "You've unlocked the Drop System! Now when you complete tasks, you have a small chance of finding an item. You just found a <strong><%= eggText %> Egg</strong>! <%= eggNotes %>",
|
||||
"useGems" : "If you've got your eye on a pet, but can't wait any longer for it to drop, use Gems in <strong>Options > Inventory</strong> to buy one!"
|
||||
"useGems" : "If you've got your eye on a pet, but can't wait any longer for it to drop, use Gems in <strong>Options > Inventory</strong> to buy one!",
|
||||
|
||||
"_commentinventoryctrl.js" : "INVENTORYCTRL.JS STRINGS",
|
||||
"hatchAPot" : "Hatch a <%= potion %> <%= egg %>?",
|
||||
"feedPet" : "'Feed <%= name %> <%= article %> <%= text %>?",
|
||||
"useSaddle" : "Saddle <%= pet %>?"
|
||||
}
|
||||
|
||||
+10
-1
@@ -34,5 +34,14 @@
|
||||
"scrollsPre" : "You need to complete the previous quest to start this one!",
|
||||
|
||||
"_commentachievement" : "QUEST ACHIEVEMENT",
|
||||
"completedQuests" : "Completed the following quests"
|
||||
"completedQuests" : "Completed the following quests",
|
||||
|
||||
"_commentinventoryctrljs" : "INVENTORYCTRL.JS STRINGS",
|
||||
"mustComplete" : "You must first complete <%= quest %>.",
|
||||
"mustLevel" : "You must be level <%= level %>.",
|
||||
"mustLvlQuest" : "You must be level <%= level %> to buy this quest!",
|
||||
|
||||
"_commentgroupsctrljs" : "GROUPSCTRL.JS STRINGS",
|
||||
"sureAbort" : "Are you sure you want to abort this mission? It will abort it for everyone in your party, all progress will be lost.",
|
||||
"doubleSureAbort" : "Are you double sure? Make sure they won't hate you forever!"
|
||||
}
|
||||
|
||||
@@ -66,5 +66,10 @@
|
||||
"disabledWinterEvent" : "Disabled during Winter Wonderland Event Pt.4 (since the rewards are gold-purchaseable).",
|
||||
"fix21Streaks" : "21-Day Streaks",
|
||||
"discardChanges" : "Discard Changes",
|
||||
"deleteDo" : "Do it, delete my account!"
|
||||
"deleteDo" : "Do it, delete my account!",
|
||||
|
||||
"_commentjs" : "SETTINGSCTRL.JS STRINGS",
|
||||
"enterNumber" : "Please enter a number between 0 and 24",
|
||||
"fillAll" : "Please fill out all fields",
|
||||
"passSuccess" : "Password successfully changed"
|
||||
}
|
||||
|
||||
@@ -54,5 +54,11 @@
|
||||
"infiniteGem" : "Infinite leader gems",
|
||||
"infiniteGemText" : "We will provide the organization leaders with as many gems as they need, for things like challenge prizes, guild-creation, etc.",
|
||||
"notYetPlan" : "Plan not yet available, but click to contact us and we'll keep you updated.",
|
||||
"contactUs" : "Contact Us"
|
||||
"contactUs" : "Contact Us",
|
||||
|
||||
"_commentjs" : "ROOTCTRL.JS STRINGS",
|
||||
"checkout" : "Checkout",
|
||||
"buySubsText" : "Buy gems with Gold, No Ads, Support the Devs",
|
||||
"buyCheckText" : "20 Gems, No Ads, Support the Devs",
|
||||
"sureCancelSub" : "Are you sure you want to cancel your subscription?"
|
||||
}
|
||||
|
||||
@@ -61,5 +61,11 @@
|
||||
|
||||
"_commentmodals" : "FORTIFY MODALS",
|
||||
"fortify" : "Fortify",
|
||||
"fortifyText" : "Fortify will return all your tasks to a neutral (yellow) state, as if you'd just added them, and top your Health off to full. Consider this an option of last resort! Red tasks provide good incentive to improve. But if all that red fills you with despair, and the beginning of each new day proves lethal, spend the Gems and catch a reprieve!"
|
||||
"fortifyText" : "Fortify will return all your tasks to a neutral (yellow) state, as if you'd just added them, and top your Health off to full. Consider this an option of last resort! Red tasks provide good incentive to improve. But if all that red fills you with despair, and the beginning of each new day proves lethal, spend the Gems and catch a reprieve!",
|
||||
|
||||
"_commenttasksctrljs" : "TASKSCTRL.JS STRINGS",
|
||||
"sureDelete" : "Are you sure you want to delete this task?",
|
||||
|
||||
"_commentnotificationctrljs" : "NOTIFICATIONCTRL.JS STRINGS",
|
||||
"streakCoins" : " Streak Bonus!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user