]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
tournament admins
[alttp.git] / resources / js / i18n / en.js
index 0f8b744381957b828ea6a4442d74aa3eda547f00..ccd5e9553bc124e35256b0e50efe28c4b5dc5a27 100644 (file)
@@ -15,7 +15,22 @@ export default {
                        save: 'Save',
                        search: 'Search',
                },
+               error: {
+                       403: {
+                               description: 'Um no',
+                               heading: 'Access denied',
+                       },
+                       404: {
+                               description: 'Pretty sure I had that somehere',
+                               heading: 'Not found',
+                       },
+                       500: {
+                               description: 'NotLikeThis',
+                               heading: 'Server error',
+                       },
+               },
                general: {
+                       anonymous: 'Anonym',
                        appName: 'ALttP',
                },
                icon: {
@@ -93,10 +108,14 @@ export default {
                protocol: {
                        description: {
                                result: {
-                                       report: 'Result reported',
+                                       report: 'Result of {{time}} reported',
                                },
                                round: {
                                        create: 'Round added',
+                                       lock: 'Round locked',
+                               },
+                               tournament: {
+                                       lock: 'Tournament locked',
                                },
                                unknown: 'Unknown protocol entry of type {{type}}.',
                        },
@@ -121,12 +140,23 @@ export default {
                        noSeed: 'No seed set',
                        seed: 'Seed',
                        setSeed: 'Set seed',
+                       setSeedError: 'Seed could not be set',
+                       setSeedSuccess: 'Seed set',
                },
                tournaments: {
+                       admins: 'Admins',
                        scoreboard: 'Scoreboard',
                },
                users: {
+                       discordTag: 'Discord tag',
+                       editStreamLink: 'Edit stream link',
+                       noStream: 'No stream set',
+                       participationEmpty: 'Has not participated in any tourneys yet.',
+                       setStreamLinkError: 'Could not save stream link',
+                       setStreamLinkSuccess: 'Stream link saved',
                        stream: 'Stream',
+                       streamLink: 'Stream link',
+                       tournaments: 'Tournaments',
                },
                validation: {
                        error: {