X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fjs%2Fi18n%2Fen.js;h=200e9888db9e1f41695a2a4ee92fcfe8cb6ad17a;hb=9f54b6e8fde827556cf858818090a1dfc829624c;hp=6820f30a3b08190e83f79a55fcbd2393cda20198;hpb=18cd02860ba7889360ce3547b44faa0daa807a5e;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 6820f30..200e988 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -262,6 +262,12 @@ export default { search: 'Search', settings: 'Settings', }, + episodes: { + commentary: 'Commentary', + empty: 'No dates coming up.', + setup: 'Setup', + tracking: 'Tracking', + }, error: { 403: { description: 'Um no', @@ -391,6 +397,7 @@ export default { spLong: 'Special Areas', spShort: 'SP', uwLong: 'Underworld', + uwOverlay: 'Show grid', uwShort: 'UW', }, menu: { @@ -510,6 +517,11 @@ export default { rulesets: { heading: 'Rulesets', }, + schedule: { + description: 'Upcoming matches and other events.', + heading: 'Schedule', + startTime: '{{ date, LT }}', + }, techniques: { description: 'Tutorials for The Legend of Zelda: A Link to the Past Randomizer', heading: 'Techniques',