v1.3.0: implemented daily runs short of rankings for them
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@@ -50,6 +50,16 @@ scenes.heroselectscene.title=Choose Your Hero
|
||||
scenes.heroselectscene.options=Game Options
|
||||
scenes.heroselectscene.custom_seed=Custom Seed
|
||||
scenes.heroselectscene.daily=Daily Run
|
||||
scenes.heroselectscene.daily_desc=Every day a new game is available that is the same for everyone! This 'daily run' generates the same dungeon for every person who plays it (so long as they are also playing the same game version).\n\nYou can take as long as you like to complete a daily run, but can only have one active at a time. _Daily runs are not eligible for badges and have their own separate rankings page._\n\nWould you like to start today's daily with your currently selected hero and challenges?
|
||||
scenes.heroselectscene.daily_yes=Yes
|
||||
scenes.heroselectscene.daily_no=No
|
||||
scenes.heroselectscene.daily_unavailable=A new daily run is available every day at midnight UTC
|
||||
scenes.heroselectscene.daily_unavailable_long=It seems you've started a daily that's in the future! This can happen if you recently changed timezones, or if you changed your system clock. _Your next daily will be available in %d days._
|
||||
scenes.heroselectscene.daily_existing=You already have a daily run in progress. You must end that run before starting another daily.
|
||||
scenes.heroselectscene.daily_seconds=%d Seconds
|
||||
scenes.heroselectscene.daily_minutes=%d Minutes
|
||||
scenes.heroselectscene.daily_hours=%d Hours
|
||||
scenes.heroselectscene.daily_30_hours=30+ Hours
|
||||
scenes.heroselectscene.custom_seed_title=Enter a Custom Seed
|
||||
scenes.heroselectscene.custom_seed_desc=The same seed and game version always generate the same dungeon! Seeds are nine uppercase letters (e.g. ABC-DEF-GHI), but you can enter anything you want and the game will convert it. _Games with a custom seed cannot earn badges, contribute to games played, and appear at the bottom of the rankings page._
|
||||
scenes.heroselectscene.custom_seed_duplicate=You already have a regular game in progress with that seed. You must end that game before using that custom seed.
|
||||
|
||||
@@ -48,6 +48,7 @@ windows.wndgameinprogress.gold=Gold Collected
|
||||
windows.wndgameinprogress.depth=Maximum Depth
|
||||
windows.wndgameinprogress.dungeon_seed=Dungeon Seed
|
||||
windows.wndgameinprogress.custom_seed=_Custom Seed_
|
||||
windows.wndgameinprogress.daily_for=_Daily For_
|
||||
windows.wndgameinprogress.continue=Continue
|
||||
windows.wndgameinprogress.erase=Erase
|
||||
windows.wndgameinprogress.erase_warn_title=Are you sure you want to delete this save?
|
||||
@@ -66,6 +67,7 @@ windows.wndhero$statstab.gold=Gold Collected
|
||||
windows.wndhero$statstab.depth=Maximum Depth
|
||||
windows.wndhero$statstab.dungeon_seed=Dungeon Seed
|
||||
windows.wndhero$statstab.custom_seed=_Custom Seed_
|
||||
windows.wndhero$statstab.daily_for=_Daily For_
|
||||
|
||||
windows.wndheroinfo.talents=talents
|
||||
windows.wndheroinfo.talents_msg=The hero gains one talent point each time they level up. Higher tier talents appear after defeating the second boss.
|
||||
@@ -163,6 +165,8 @@ windows.wndranking$statstab.duration=Game Duration
|
||||
windows.wndranking$statstab.depth=Maximum Depth
|
||||
windows.wndranking$statstab.ascent=Highest Ascent
|
||||
windows.wndranking$statstab.seed=Dungeon Seed
|
||||
windows.wndranking$statstab.custom_seed=_Custom Seed_
|
||||
windows.wndranking$statstab.daily_for=_Daily For_
|
||||
windows.wndranking$statstab.enemies=Mobs Killed
|
||||
windows.wndranking$statstab.gold=Gold Collected
|
||||
windows.wndranking$statstab.food=Food Eaten
|
||||
|
||||
Reference in New Issue
Block a user