X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=cd6dea0c9c723665e97e2744c9439332cbdbd1ec;hb=cd36cb0ba2718e6bfa08765e7702d57dfe7fd733;hp=9f64901a257694f0a2352c3bc4aebf333bbda05e;hpb=6c3125ca01833f7cec3659353840dbe1ddfb0fc6;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 9f64901..cd6dea0 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -1,6 +1,14 @@ /* 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', @@ -35,6 +43,7 @@ export default { }, icon: { AddIcon: 'Add', + ApplyIcon: 'Apply', DiscordIcon: 'Discord', EditIcon: 'Edit', FinishedIcon: 'Finished', @@ -111,8 +120,10 @@ export default { participant: 'Participant', placement: 'Placement', placementShort: '#', + placementSubjectToChange: 'Tournament incomplete, placement subject to change.', roleNames: { admin: 'Administrator', + monitor: 'Monitor', runner: 'Runner', }, roles: 'Participated as', @@ -122,7 +133,13 @@ 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', }, round: { @@ -139,13 +156,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: { @@ -160,6 +188,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', @@ -172,18 +201,33 @@ 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', }, 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: {