X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=befe6a8fd65a14d22081873fb1811bbe1069a878;hb=e0616336a824a6d59c4b9d25ef4ed7fa26214cef;hp=76328bf925933aed571b5b3ebc56e2de52a79cb3;hpb=82b95e7542824bcdf4f1b245559cb1c93f4eafdd;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 76328bf..befe6a8 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', @@ -35,6 +44,9 @@ export default { }, icon: { AddIcon: 'Add', + ApplicationsIcon: 'Applications', + ApplyIcon: 'Apply', + ChartIcon: 'Chart', DiscordIcon: 'Discord', EditIcon: 'Edit', FinishedIcon: 'Finished', @@ -114,6 +126,7 @@ export default { placementSubjectToChange: 'Tournament incomplete, placement subject to change.', roleNames: { admin: 'Administrator', + monitor: 'Monitor', runner: 'Runner', }, roles: 'Participated as', @@ -123,12 +136,19 @@ export default { }, protocol: { description: { + application: { + accepted: 'Application from {{username}} accepted', + received: 'Application from {{username}} received', + rejected: 'Application from {{username}} rejected', + }, result: { - report: 'Result of {{time}} reported', + comment: 'Result commented: <0>{{comment}}', + report: 'Result of <0>{{time}} reported', }, round: { create: 'Round #{{number}} added', lock: 'Round #{{number}} locked', + seed: 'Set seed for round #{{number}}', unlock: 'Round #{{number}} unlocked', }, tournament: { @@ -140,13 +160,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: { @@ -161,6 +192,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', @@ -173,7 +205,17 @@ export default { }, tournaments: { admins: 'Admins', + applicationDenied: 'Application denied', + applicationPending: 'Application pending', + applications: 'Applications', + apply: 'Apply', + applyError: 'Error submitting application', + applySuccess: 'Application sent', + monitors: 'Monitors', + noApplications: 'No applications at this point', + noRecord: 'Tournament set to not be recorded', scoreboard: 'Scoreboard', + scoreChart: 'Score chart', }, users: { discordTag: 'Discord tag',