]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
result comments
[alttp.git] / resources / js / i18n / en.js
index e7907437eabc78742bf096ad16af5a7db3a687c0..6aa5cc8802d4b132e0c6e8f3990e0546a90546c1 100644 (file)
@@ -124,6 +124,7 @@ export default {
                protocol: {
                        description: {
                                result: {
+                                       comment: 'Result commented: "{{details.result.comment}}"',
                                        report: 'Result of {{time}} reported',
                                },
                                round: {
@@ -140,12 +141,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,14 +177,19 @@ export default {
                },
                tournaments: {
                        admins: 'Admins',
+                       noRecord: 'Tournament set to not be recorded',
                        scoreboard: 'Scoreboard',
                },
                users: {
                        discordTag: 'Discord tag',
+                       editNickname: 'Edit name',
                        editStreamLink: 'Edit stream link',
+                       nickname: 'Name',
                        noStream: 'No stream set',
                        participationEmpty: 'Has not participated in any tourneys yet.',
                        roundRecords: 'Race records',
+                       setNicknameError: 'Could not save name',
+                       setNicknameSuccess: 'Name changed',
                        setStreamLinkError: 'Could not save stream link',
                        setStreamLinkSuccess: 'Stream link saved',
                        stream: 'Stream',