]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
copy rounds before reverse
[alttp.git] / resources / js / i18n / en.js
index 72548f6a815801752217ea7bb687fd8211b9d1a6..befe6a8fd65a14d22081873fb1811bbe1069a878 100644 (file)
@@ -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}}</0>',
+                                       report: 'Result of <0>{{time}}</0> reported',
                                },
                                round: {
                                        create: 'Round #{{number}} added',
                                        lock: 'Round #{{number}} locked',
+                                       seed: 'Set seed for round #{{number}}',
                                        unlock: 'Round #{{number}} unlocked',
                                },
                                tournament: {
@@ -144,14 +162,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: {
@@ -179,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',