]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
clickable results
[alttp.git] / resources / js / i18n / en.js
index 6aa5cc8802d4b132e0c6e8f3990e0546a90546c1..acd3c48ac532aaa0f86ee48566c14ac1885197d8 100644 (file)
@@ -114,6 +114,7 @@ export default {
                        placementSubjectToChange: 'Tournament incomplete, placement subject to change.',
                        roleNames: {
                                admin: 'Administrator',
+                               monitor: 'Monitor',
                                runner: 'Runner',
                        },
                        roles: 'Participated as',
@@ -143,14 +144,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 +174,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 +187,7 @@ export default {
                },
                tournaments: {
                        admins: 'Admins',
+                       monitors: 'Monitors',
                        noRecord: 'Tournament set to not be recorded',
                        scoreboard: 'Scoreboard',
                },