X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=5cc5ed1f0b88252256fc8b9f96d49ed88cc0707d;hb=8f8c68f00151100f2a2fa535492847ddb6b7029a;hp=f0c6871e1ef499e075721bb15b82536b5f1fe97a;hpb=a748d5724c8acff6e3bb3fe6c20aa5968b65d58a;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index f0c6871..5cc5ed1 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -1,10 +1,25 @@ /* eslint-disable max-len */ export default { translation: { + aos: { + baseRomInvalid: 'CRC32 mismatch (need 35:53:61:83). Wrong ROM file?', + baseRomRemoved: 'Base ROM removed.', + baseRomSet: 'Base ROM set.', + setBaseRom: 'Set base ROM', + }, + applications: { + accept: 'Accept', + acceptError: 'Error accepting', + acceptSuccess: 'Accepted', + reject: 'Reject', + rejectSuccess: 'Rejected', + rejectError: 'Error rejecting', + }, button: { add: 'Add', back: 'Back', cancel: 'Cancel', + chart: 'Chart', close: 'Close', edit: 'Edit', help: 'Help', @@ -14,6 +29,7 @@ export default { protocol: 'Protocol', save: 'Save', search: 'Search', + settings: 'Settings', }, error: { 403: { @@ -35,6 +51,9 @@ export default { }, icon: { AddIcon: 'Add', + ApplicationsIcon: 'Applications', + ApplyIcon: 'Apply', + ChartIcon: 'Chart', DiscordIcon: 'Discord', EditIcon: 'Edit', FinishedIcon: 'Finished', @@ -47,6 +66,7 @@ export default { ProtocolIcon: 'Protocol', ResultIcon: 'Result', SecondPlaceIcon: 'Second Place', + SettingsIcon: 'Settings', StreamIcon: 'Stream', ThirdPlaceIcon: 'Third Place', UnlockedIcon: 'Unlocked', @@ -124,17 +144,27 @@ export default { }, protocol: { description: { + application: { + accepted: 'Application from {{username}} accepted', + received: 'Application from {{username}} received', + rejected: 'Application from {{username}} rejected', + }, result: { - comment: 'Result commented: "{{details.result.comment}}"', - report: 'Result of {{time}} reported', + comment: 'Result of round {{number}} commented: <1>{{comment}}', + report: 'Result of <1>{{time}} reported for round {{number}}', }, round: { create: 'Round #{{number}} added', lock: 'Round #{{number}} locked', + seed: 'Set seed for round #{{number}}', unlock: 'Round #{{number}} unlocked', }, tournament: { + close: 'Registration closed', + discord: 'Discord server connected', lock: 'Tournament locked', + open: 'Registration opened', + unlock: 'Tournament unlocked', }, unknown: 'Unknown protocol entry of type {{type}}.', }, @@ -144,14 +174,22 @@ export default { results: { addComment: 'Comment', comment: 'Comment', + details: 'Details', edit: 'Change result', editComment: 'Edit comment', forfeit: 'Forfeit', + pending: 'Pending', + placement: 'Placement', + points_one: '{{ count }} point', + points_other: '{{ count }} points', report: 'Report result', reportError: 'Error saving :(', reportPreview: 'Will be recorded as {{ time }}', reportSuccess: 'Stored, thanks :)', reportTime: 'Time', + result: 'Result', + round: 'Round', + runner: 'Runner', time: 'Time: {{ time }}', }, rounds: { @@ -166,6 +204,7 @@ export default { lockError: 'Error locking round', lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!', lockSuccess: 'Round locked', + rolledBy: 'Rolled by {{name}}', seed: 'Seed', setSeed: 'Set seed', setSeedError: 'Seed could not be set', @@ -178,9 +217,38 @@ export default { }, tournaments: { admins: 'Admins', + applicationDenied: 'Application denied', + applicationPending: 'Application pending', + applications: 'Applications', + apply: 'Apply', + applyError: 'Error submitting application', + applySuccess: 'Application sent', + closeError: 'Error closing registration', + closeSuccess: 'Registration closed', + discord: 'Discord', + discordError: 'Error connecting', + discordNoCategory: 'No category', + discordRoundCategory: 'Category for round channels', + discordRoundTemplate: 'Template for round channels', + discordSettings: 'Discord settings', + discordSettingsError: 'Error saving discord settings', + discordSettingsSuccess: 'Discord settings saved', + discordSuccess: 'Discord associated', + inviteBot: 'Invite bot', + locked: 'Lock rounds', + lockError: 'Error locking tournament', + lockSuccess: 'Tournament locked', monitors: 'Monitors', + noApplications: 'No applications at this point', noRecord: 'Tournament set to not be recorded', + open: 'Open registration', + openError: 'Error opening registration', + openSuccess: 'Registration opened', scoreboard: 'Scoreboard', + scoreChart: 'Score chart', + settings: 'Settings', + unlockError: 'Error unlocking tournaments', + unlockSuccess: 'Tournament unlocked', }, users: { discordTag: 'Discord tag',