]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
application admin UI
[alttp.git] / resources / js / i18n / en.js
index acd3c48ac532aaa0f86ee48566c14ac1885197d8..cd6dea0c9c723665e97e2744c9439332cbdbd1ec 100644 (file)
@@ -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',
@@ -35,6 +43,7 @@ export default {
                },
                icon: {
                        AddIcon: 'Add',
+                       ApplyIcon: 'Apply',
                        DiscordIcon: 'Discord',
                        EditIcon: 'Edit',
                        FinishedIcon: 'Finished',
@@ -124,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',
@@ -187,7 +201,14 @@ 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',
                },