X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fjs%2Fi18n%2Fen.js;h=f0c6871e1ef499e075721bb15b82536b5f1fe97a;hb=dd283dc4c2004cbeb36d17b878bb67f94d75d06a;hp=856aa56089c12af36a789e90b8e2c960746f48db;hpb=a8385f5f7ae1eec0fa85bd75ed08439b28ed700e;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 856aa56..f0c6871 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -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 }}', }, @@ -173,6 +178,7 @@ export default { }, tournaments: { admins: 'Admins', + monitors: 'Monitors', noRecord: 'Tournament set to not be recorded', scoreboard: 'Scoreboard', },