X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=62e486b8d49500e108da695c7acd3fadd3b03ee2;hb=6c51a1601e74bc822ccafe984d525d0e9a35ca28;hp=f91e63bdaa1fc3ce83146cf06ede3d9afd930496;hpb=a5e53546a5960f54fb45e06767f89e9dfeef6a47;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index f91e63b..62e486b 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -300,7 +300,10 @@ export default { SettingsIcon: 'Settings', StreamIcon: 'Stream', ThirdPlaceIcon: 'Third Place', + TwitchIcon: 'Twitch', UnlockedIcon: 'Unlocked', + YoutubeIcon: 'YouTube', + VideoIcon: 'Video', zelda: { 'big-key': 'Big Key', 'blue-boomerang': 'Boomerang', @@ -385,7 +388,8 @@ export default { report: 'Result of <1>{{time}} reported for round {{number}}', }, round: { - create: 'Round #{{number}} added', + create: 'Added round #{{number}}', + edit: 'Edited round #{{number}}', lock: 'Round #{{number}} locked', seed: 'Set seed for round #{{number}}', unlock: 'Round #{{number}} unlocked', @@ -422,30 +426,43 @@ export default { round: 'Round', runner: 'Runner', time: 'Time: {{ time }}', + vod: 'VoD', + vodNote: 'If you want to share your VoD, go ahead.', }, rounds: { + code: 'Code', date: '{{ date, L }}', + edit: 'Edit round', + editError: 'Error saving round', + editSuccess: 'Saved successfully', empty: 'No rounds yet', heading: 'Rounds', new: 'New round', noSeed: 'No seed set', + numberOfResults_one: '{{ count }} submission', + numberOfResults_other: '{{ count }} submissions', lock: 'Lock round', lockDescription: 'When a round is locked, runners cannot submit or change results.', locked: 'Results for this round have been locked.', lockError: 'Error locking round', lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!', lockSuccess: 'Round locked', + rolled_by: 'Rolled by', rolledBy: 'Rolled by {{name}}', seed: 'Seed', setSeed: 'Set seed', setSeedError: 'Seed could not be set', setSeedSuccess: 'Seed set', + title: 'Title', unlock: 'Unock round', unlockDescription: 'The round is unlocked and runers are free to submit or change their results again.', unlocked: 'Results for this round are subject to change.', unlockError: 'Error unlocking round', unlockSuccess: 'Round unlocked', }, + techniques: { + heading: 'Techniques', + }, tournaments: { admins: 'Admins', applicationDenied: 'Application denied',