]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
better protocol icons
[alttp.git] / resources / js / i18n / en.js
index 0f8b744381957b828ea6a4442d74aa3eda547f00..8cf2806b54aa732a22891a43e76147d8a52a9c30 100644 (file)
@@ -15,20 +15,41 @@ 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: {
+                       AddIcon: 'Add',
                        DiscordIcon: 'Discord',
                        EditIcon: 'Edit',
                        FinishedIcon: 'Finished',
                        FirstPlaceIcon: 'First Place',
                        ForfeitIcon: 'Forfeit',
+                       LanguageIcon: 'Language',
+                       LockedIcon: 'Locked',
                        LogoutIcon: 'Logout',
                        PendingIcon: 'Pending',
+                       ProtocolIcon: 'Protocol',
+                       ResultIcon: 'Result',
                        SecondPlaceIcon: 'Second Place',
-                       ThirdPlaceIcon: 'Third Place',
                        StreamIcon: 'Stream',
+                       ThirdPlaceIcon: 'Third Place',
+                       UnlockedIcon: 'Unlocked',
                        zelda: {
                                'big-key': 'Big Key',
                                'blue-boomerang': 'Boomerang',
@@ -88,15 +109,26 @@ export default {
                        empty: 'No participants on record',
                        heading: 'Participants',
                        participant: 'Participant',
+                       roleNames: {
+                               admin: 'Administrator',
+                               runner: 'Runner',
+                       },
+                       roles: 'Participated as',
+                       tournament: 'Tournament',
                        score: 'Score',
                },
                protocol: {
                        description: {
                                result: {
-                                       report: 'Result reported',
+                                       report: 'Result of {{time}} reported',
                                },
                                round: {
-                                       create: 'Round added',
+                                       create: 'Round #{{number}} added',
+                                       lock: 'Round #{{number}} locked',
+                                       unlock: 'Round #{{number}} unlocked',
+                               },
+                               tournament: {
+                                       lock: 'Tournament locked',
                                },
                                unknown: 'Unknown protocol entry of type {{type}}.',
                        },
@@ -119,14 +151,36 @@ export default {
                        heading: 'Rounds',
                        new: 'New round',
                        noSeed: 'No seed set',
+                       lock: 'Lock round',
+                       lockDescription: 'When a round is locked, runners cannot submit or change results.',
+                       locked: 'Results for this round have been locked.',
+                       lockError: 'Error locking round',
+                       lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!',
+                       lockSuccess: 'Round locked',
                        seed: 'Seed',
                        setSeed: 'Set seed',
+                       setSeedError: 'Seed could not be set',
+                       setSeedSuccess: 'Seed set',
+                       unlock: 'Unock round',
+                       unlockDescription: 'The round is unlocked and runers are free to submit or change their results again.',
+                       unlocked: 'Results for this round are subject to change.',
+                       unlockError: 'Error unlocking round',
+                       unlockSuccess: 'Round unlocked',
                },
                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: {