]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
small fixes
[alttp.git] / resources / js / i18n / en.js
index 6aa5cc8802d4b132e0c6e8f3990e0546a90546c1..b361c682d40f31146d59de779a3ab4a85dd64699 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',
@@ -114,6 +123,7 @@ export default {
                        placementSubjectToChange: 'Tournament incomplete, placement subject to change.',
                        roleNames: {
                                admin: 'Administrator',
+                               monitor: 'Monitor',
                                runner: 'Runner',
                        },
                        roles: 'Participated as',
@@ -123,13 +133,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: {
@@ -143,14 +159,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: {
@@ -165,6 +189,7 @@ export default {
                        lockError: 'Error locking round',
                        lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!',
                        lockSuccess: 'Round locked',
+                       rolledBy: 'Rolled by {{name}}',
                        seed: 'Seed',
                        setSeed: 'Set seed',
                        setSeedError: 'Seed could not be set',
@@ -177,6 +202,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',
                },