X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=befe6a8fd65a14d22081873fb1811bbe1069a878;hb=180c645fdba5ec6d9d91750690e8ff85fe5a0b99;hp=acd3c48ac532aaa0f86ee48566c14ac1885197d8;hpb=8d97d023740e438361e659c6e133418e33343178;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index acd3c48..befe6a8 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -1,10 +1,19 @@ /* eslint-disable max-len */ export default { translation: { + 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', @@ -35,6 +44,9 @@ export default { }, icon: { AddIcon: 'Add', + ApplicationsIcon: 'Applications', + ApplyIcon: 'Apply', + ChartIcon: 'Chart', DiscordIcon: 'Discord', EditIcon: 'Edit', FinishedIcon: 'Finished', @@ -124,13 +136,19 @@ 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 commented: <0>{{comment}}', + report: 'Result of <0>{{time}} reported', }, round: { create: 'Round #{{number}} added', lock: 'Round #{{number}} locked', + seed: 'Set seed for round #{{number}}', unlock: 'Round #{{number}} unlocked', }, tournament: { @@ -187,9 +205,17 @@ export default { }, tournaments: { admins: 'Admins', + applicationDenied: 'Application denied', + applicationPending: 'Application pending', + applications: 'Applications', + apply: 'Apply', + applyError: 'Error submitting application', + applySuccess: 'Application sent', monitors: 'Monitors', + noApplications: 'No applications at this point', noRecord: 'Tournament set to not be recorded', scoreboard: 'Scoreboard', + scoreChart: 'Score chart', }, users: { discordTag: 'Discord tag',