X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=4f0bcc6697730fa398a2da7fae6361d2bbcb7cf4;hb=37ae4fea9558f58e9109e7d7127ee137474bfba4;hp=0b526ba743a2e2a010b1e386a2b963b20955d45d;hpb=3a774bb649734fc3a2135ec1b52cef9a049880ee;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 0b526ba..4f0bcc6 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -1,10 +1,68 @@ /* 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', + }, + aosSeeds: { + date: '{{ date, L LT }}', + fetchingPatch: 'Fetching patch', + filename: 'aosr - {{preset}} - {{hash}}', + heading: 'Aria of Sorrow Randomizer Seed', + generated: 'Generated', + generator: 'Generator', + generators: { + surge: 'This seed has been generated with fusecv\'s randomizer on aosrando.surge.sh.', + }, + mystery: 'Mystery', + noMystery: 'No mystery', + noRace: 'No race', + patch: 'Patch ROM', + patchError: 'Error applying patch: {{msg}}', + preset: 'Preset', + presets: { + Area: 'Area', + AreaAllBosses: 'Area all bosses', + AreaBeginner: 'Area beginner', + AreaExpert: 'Area expert', + AreaExtraFast: 'Area extra fast', + AreaSpicy: 'Area spicy', + Beginner: 'Beginner', + DoorAllBosses: 'Door all bosses', + DoorAllBossesEasy: 'Door all bosses easy', + ExtraFastNormal: 'Extra fast normal', + Normal: 'Normal', + SGLive2020: 'SGLive 2020', + SGLive2021: 'SGLive 2021', + SpicyNormal: 'Spicy normal', + Tournament2021: 'Tournament 2021', + Tournament2022: 'Tournament 2022', + }, + race: 'Race', + seed: 'Seed', + status: 'Status', + statuses: { + error: 'error', + generated: 'generated', + pending: 'pending', + }, + }, + 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 +72,7 @@ export default { protocol: 'Protocol', save: 'Save', search: 'Search', + settings: 'Settings', }, error: { 403: { @@ -35,7 +94,9 @@ export default { }, icon: { AddIcon: 'Add', + ApplicationsIcon: 'Applications', ApplyIcon: 'Apply', + ChartIcon: 'Chart', DiscordIcon: 'Discord', EditIcon: 'Edit', FinishedIcon: 'Finished', @@ -48,6 +109,7 @@ export default { ProtocolIcon: 'Protocol', ResultIcon: 'Result', SecondPlaceIcon: 'Second Place', + SettingsIcon: 'Settings', StreamIcon: 'Stream', ThirdPlaceIcon: 'Third Place', UnlockedIcon: 'Unlocked', @@ -125,17 +187,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}}.', }, @@ -190,12 +262,36 @@ export default { 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',