]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
tournament application
[alttp.git] / resources / js / i18n / en.js
index bd7fb372535c825d296d5554e3f49e64692b65d2..0b526ba743a2e2a010b1e386a2b963b20955d45d 100644 (file)
@@ -34,16 +34,23 @@ export default {
                        appName: 'ALttP',
                },
                icon: {
+                       AddIcon: 'Add',
+                       ApplyIcon: 'Apply',
                        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',
@@ -103,15 +110,32 @@ export default {
                        empty: 'No participants on record',
                        heading: 'Participants',
                        participant: 'Participant',
+                       placement: 'Placement',
+                       placementShort: '#',
+                       placementSubjectToChange: 'Tournament incomplete, placement subject to change.',
+                       roleNames: {
+                               admin: 'Administrator',
+                               monitor: 'Monitor',
+                               runner: 'Runner',
+                       },
+                       roles: 'Participated as',
+                       tournament: 'Tournament',
                        score: 'Score',
+                       scoreShort: 'Score',
                },
                protocol: {
                        description: {
                                result: {
-                                       report: 'Result reported',
+                                       comment: 'Result commented: "{{details.result.comment}}"',
+                                       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,13 +143,24 @@ export default {
                        heading: 'Protocol',
                },
                results: {
+                       addComment: 'Comment',
+                       comment: 'Comment',
+                       details: 'Details',
                        edit: 'Change result',
+                       editComment: 'Edit comment',
                        forfeit: 'Forfeit',
+                       pending: 'Pending',
+                       placement: 'Placement',
+                       points_one: '{{ count }} point',
+                       points_other: '{{ count }} points',
                        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',
+                       result: 'Result',
+                       round: 'Round',
+                       runner: 'Runner',
                        time: 'Time: {{ time }}',
                },
                rounds: {
@@ -134,24 +169,50 @@ 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',
+                       rolledBy: 'Rolled by {{name}}',
                        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',
+                       applicationDenied: 'Application denied',
+                       applicationPending: 'Application pending',
+                       apply: 'Apply',
+                       applyError: 'Error submitting application',
+                       applySuccess: 'Application sent',
+                       monitors: 'Monitors',
+                       noRecord: 'Tournament set to not be recorded',
                        scoreboard: 'Scoreboard',
                },
                users: {
                        discordTag: 'Discord tag',
+                       editNickname: 'Edit name',
                        editStreamLink: 'Edit stream link',
+                       nickname: 'Name',
                        noStream: 'No stream set',
                        participationEmpty: 'Has not participated in any tourneys yet.',
+                       roundRecords: 'Race records',
+                       setNicknameError: 'Could not save name',
+                       setNicknameSuccess: 'Name changed',
                        setStreamLinkError: 'Could not save stream link',
                        setStreamLinkSuccess: 'Stream link saved',
                        stream: 'Stream',
                        streamLink: 'Stream link',
                        tournaments: 'Tournaments',
+                       tournamentRecords: 'Tournament records',
                },
                validation: {
                        error: {