]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
result comments
[alttp.git] / resources / js / i18n / en.js
index 856aa56089c12af36a789e90b8e2c960746f48db..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 }}',
                },