]> 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 0f8b744381957b828ea6a4442d74aa3eda547f00..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: {
@@ -121,12 +136,22 @@ 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: {