X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=9d4b6210f5b45d1ffe0ba411b01aa09ace75a4ea;hb=f446d5bcf3b87bd9443a060e27e9c0601c96fbb9;hp=6aa5cc8802d4b132e0c6e8f3990e0546a90546c1;hpb=a4260a00251cef4ad806c9d5c44d4c444d6ab831;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 6aa5cc8..9d4b621 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -1,10 +1,19 @@ /* eslint-disable max-len */ export default { translation: { + applications: { + accept: 'Accept', + acceptError: 'Error accepting', + acceptSuccess: 'Accepted', + reject: 'Reject', + rejectSuccess: 'Rejected', + rejectError: 'Error rejecting', + }, button: { add: 'Add', back: 'Back', cancel: 'Cancel', + chart: 'Chart', close: 'Close', edit: 'Edit', help: 'Help', @@ -14,6 +23,7 @@ export default { protocol: 'Protocol', save: 'Save', search: 'Search', + settings: 'Settings', }, error: { 403: { @@ -35,6 +45,9 @@ export default { }, icon: { AddIcon: 'Add', + ApplicationsIcon: 'Applications', + ApplyIcon: 'Apply', + ChartIcon: 'Chart', DiscordIcon: 'Discord', EditIcon: 'Edit', FinishedIcon: 'Finished', @@ -47,6 +60,7 @@ export default { ProtocolIcon: 'Protocol', ResultIcon: 'Result', SecondPlaceIcon: 'Second Place', + SettingsIcon: 'Settings', StreamIcon: 'Stream', ThirdPlaceIcon: 'Third Place', UnlockedIcon: 'Unlocked', @@ -114,6 +128,7 @@ export default { placementSubjectToChange: 'Tournament incomplete, placement subject to change.', roleNames: { admin: 'Administrator', + monitor: 'Monitor', runner: 'Runner', }, roles: 'Participated as', @@ -123,17 +138,27 @@ export default { }, protocol: { description: { + application: { + accepted: 'Application from {{username}} accepted', + received: 'Application from {{username}} received', + rejected: 'Application from {{username}} rejected', + }, result: { - comment: 'Result commented: "{{details.result.comment}}"', - report: 'Result of {{time}} reported', + comment: 'Result of round {{number}} commented: <1>{{comment}}', + report: 'Result of <1>{{time}} reported for round {{number}}', }, round: { create: 'Round #{{number}} added', lock: 'Round #{{number}} locked', + seed: 'Set seed for round #{{number}}', unlock: 'Round #{{number}} unlocked', }, tournament: { + close: 'Registration closed', + discord: 'Discord server connected', lock: 'Tournament locked', + open: 'Registration opened', + unlock: 'Tournament unlocked', }, unknown: 'Unknown protocol entry of type {{type}}.', }, @@ -143,14 +168,22 @@ export default { 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 :(', reportPreview: 'Will be recorded as {{ time }}', reportSuccess: 'Stored, thanks :)', reportTime: 'Time', + result: 'Result', + round: 'Round', + runner: 'Runner', time: 'Time: {{ time }}', }, rounds: { @@ -165,6 +198,7 @@ export default { 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', @@ -177,8 +211,36 @@ export default { }, tournaments: { admins: 'Admins', + applicationDenied: 'Application denied', + applicationPending: 'Application pending', + applications: 'Applications', + apply: 'Apply', + applyError: 'Error submitting application', + applySuccess: 'Application sent', + closeError: 'Error closing registration', + closeSuccess: 'Registration closed', + discord: 'Discord', + discordError: 'Error connecting', + discordRoundTemplate: 'Template for round channels', + discordSettings: 'Discord settings', + discordSettingsError: 'Error saving discord settings', + discordSettingsSuccess: 'Discord settings saved', + discordSuccess: 'Discord associated', + inviteBot: 'Invite bot', + locked: 'Lock rounds', + lockError: 'Error locking tournament', + lockSuccess: 'Tournament locked', + monitors: 'Monitors', + noApplications: 'No applications at this point', noRecord: 'Tournament set to not be recorded', + open: 'Open registration', + openError: 'Error opening registration', + openSuccess: 'Registration opened', scoreboard: 'Scoreboard', + scoreChart: 'Score chart', + settings: 'Settings', + unlockError: 'Error unlocking tournaments', + unlockSuccess: 'Tournament unlocked', }, users: { discordTag: 'Discord tag',