X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=24be59f563c4f2c2f2e50b9159bf0ec066760dda;hb=d611bc90eab94fbce54e9e5485f15c20abf1ad31;hp=ccd5e9553bc124e35256b0e50efe28c4b5dc5a27;hpb=eebc6384e56336b66ec250fc2aea3be6171d53ff;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index ccd5e95..24be59f 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -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', @@ -103,6 +105,12 @@ export default { empty: 'No participants on record', heading: 'Participants', participant: 'Participant', + roleNames: { + admin: 'Administrator', + runner: 'Runner', + }, + roles: 'Participated as', + tournament: 'Tournament', score: 'Score', }, protocol: { @@ -111,8 +119,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 +147,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',