]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
round rolled by
[alttp.git] / resources / js / i18n / en.js
index 76328bf925933aed571b5b3ebc56e2de52a79cb3..72548f6a815801752217ea7bb687fd8211b9d1a6 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',
@@ -124,6 +125,7 @@ export default {
                protocol: {
                        description: {
                                result: {
+                                       comment: 'Result commented: "{{details.result.comment}}"',
                                        report: 'Result of {{time}} reported',
                                },
                                round: {
@@ -140,12 +142,15 @@ export default {
                        heading: 'Protocol',
                },
                results: {
+                       addComment: 'Comment',
+                       comment: 'Comment',
                        edit: 'Change result',
+                       editComment: 'Edit comment',
                        forfeit: 'Forfeit',
                        report: 'Report result',
-                       reportError: 'Error saving result :(',
+                       reportError: 'Error saving :(',
                        reportPreview: 'Will be recorded as {{ time }}',
-                       reportSuccess: 'Result stored, thanks :)',
+                       reportSuccess: 'Stored, thanks :)',
                        reportTime: 'Time',
                        time: 'Time: {{ time }}',
                },
@@ -161,6 +166,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',
@@ -173,6 +179,8 @@ export default {
                },
                tournaments: {
                        admins: 'Admins',
+                       monitors: 'Monitors',
+                       noRecord: 'Tournament set to not be recorded',
                        scoreboard: 'Scoreboard',
                },
                users: {