]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
show tournament participation in profile
[alttp.git] / resources / js / i18n / en.js
index 80c091a363136867c6ff4618cc10cd42d49900dd..bd7fb372535c825d296d5554e3f49e64692b65d2 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: {
@@ -28,6 +43,7 @@ export default {
                        PendingIcon: 'Pending',
                        SecondPlaceIcon: 'Second Place',
                        ThirdPlaceIcon: 'Third Place',
+                       StreamIcon: 'Stream',
                        zelda: {
                                'big-key': 'Big Key',
                                'blue-boomerang': 'Boomerang',
@@ -120,10 +136,23 @@ export default {
                        noSeed: 'No seed set',
                        seed: 'Seed',
                        setSeed: 'Set seed',
+                       setSeedError: 'Seed could not be set',
+                       setSeedSuccess: 'Seed set',
                },
                tournaments: {
                        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: {
                                required: 'Please tell me',