]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
allow admins to lock/unlock rounds
[alttp.git] / resources / js / i18n / en.js
index ccd5e9553bc124e35256b0e50efe28c4b5dc5a27..533ba51a93529b8c0395500f7c556d3150dece63 100644 (file)
@@ -39,11 +39,13 @@ export default {
                        FinishedIcon: 'Finished',
                        FirstPlaceIcon: 'First Place',
                        ForfeitIcon: 'Forfeit',
+                       LockedIcon: 'Locked',
                        LogoutIcon: 'Logout',
                        PendingIcon: 'Pending',
                        SecondPlaceIcon: 'Second Place',
-                       ThirdPlaceIcon: 'Third Place',
                        StreamIcon: 'Stream',
+                       ThirdPlaceIcon: 'Third Place',
+                       UnlockedIcon: 'Unlocked',
                        zelda: {
                                'big-key': 'Big Key',
                                'blue-boomerang': 'Boomerang',
@@ -111,8 +113,9 @@ export default {
                                        report: 'Result of {{time}} reported',
                                },
                                round: {
-                                       create: 'Round added',
-                                       lock: 'Round locked',
+                                       create: 'Round #{{number}} added',
+                                       lock: 'Round #{{number}} locked',
+                                       unlock: 'Round #{{number}} unlocked',
                                },
                                tournament: {
                                        lock: 'Tournament locked',
@@ -138,10 +141,21 @@ 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',