X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=856aa56089c12af36a789e90b8e2c960746f48db;hb=a8385f5f7ae1eec0fa85bd75ed08439b28ed700e;hp=80c091a363136867c6ff4618cc10cd42d49900dd;hpb=1326baff1f13e252d9c60cae03680f70a87a17e9;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 80c091a..856aa56 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -15,19 +15,41 @@ export default { save: 'Save', search: 'Search', }, + error: { + 403: { + description: 'Um no', + heading: 'Access denied', + }, + 404: { + description: 'Pretty sure I had that somehere', + heading: 'Not found', + }, + 500: { + description: 'NotLikeThis', + heading: 'Server error', + }, + }, general: { + anonymous: 'Anonym', appName: 'ALttP', }, icon: { + AddIcon: 'Add', DiscordIcon: 'Discord', EditIcon: 'Edit', FinishedIcon: 'Finished', FirstPlaceIcon: 'First Place', ForfeitIcon: 'Forfeit', + LanguageIcon: 'Language', + LockedIcon: 'Locked', LogoutIcon: 'Logout', PendingIcon: 'Pending', + ProtocolIcon: 'Protocol', + ResultIcon: 'Result', SecondPlaceIcon: 'Second Place', + StreamIcon: 'Stream', ThirdPlaceIcon: 'Third Place', + UnlockedIcon: 'Unlocked', zelda: { 'big-key': 'Big Key', 'blue-boomerang': 'Boomerang', @@ -87,15 +109,30 @@ export default { empty: 'No participants on record', heading: 'Participants', participant: 'Participant', + placement: 'Placement', + placementShort: '#', + placementSubjectToChange: 'Tournament incomplete, placement subject to change.', + roleNames: { + admin: 'Administrator', + runner: 'Runner', + }, + roles: 'Participated as', + tournament: 'Tournament', score: 'Score', + scoreShort: 'Score', }, protocol: { description: { result: { - report: 'Result reported', + report: 'Result of {{time}} reported', }, round: { - create: 'Round added', + create: 'Round #{{number}} added', + lock: 'Round #{{number}} locked', + unlock: 'Round #{{number}} unlocked', + }, + tournament: { + lock: 'Tournament locked', }, unknown: 'Unknown protocol entry of type {{type}}.', }, @@ -118,12 +155,44 @@ export default { heading: 'Rounds', new: 'New round', noSeed: 'No seed set', + 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', seed: 'Seed', setSeed: 'Set seed', + setSeedError: 'Seed could not be set', + setSeedSuccess: 'Seed set', + 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', }, tournaments: { + admins: 'Admins', + noRecord: 'Tournament set to not be recorded', scoreboard: 'Scoreboard', }, + users: { + discordTag: 'Discord tag', + editNickname: 'Edit name', + editStreamLink: 'Edit stream link', + nickname: 'Name', + noStream: 'No stream set', + participationEmpty: 'Has not participated in any tourneys yet.', + roundRecords: 'Race records', + setNicknameError: 'Could not save name', + setNicknameSuccess: 'Name changed', + setStreamLinkError: 'Could not save stream link', + setStreamLinkSuccess: 'Stream link saved', + stream: 'Stream', + streamLink: 'Stream link', + tournaments: 'Tournaments', + tournamentRecords: 'Tournament records', + }, validation: { error: { required: 'Please tell me',