X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fjs%2Fi18n%2Fen.js;h=cd6dea0c9c723665e97e2744c9439332cbdbd1ec;hb=cd36cb0ba2718e6bfa08765e7702d57dfe7fd733;hp=0b526ba743a2e2a010b1e386a2b963b20955d45d;hpb=3a774bb649734fc3a2135ec1b52cef9a049880ee;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 0b526ba..cd6dea0 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -1,6 +1,14 @@ /* 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', @@ -125,6 +133,11 @@ 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', @@ -190,10 +203,12 @@ export default { 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', },