X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=0b526ba743a2e2a010b1e386a2b963b20955d45d;hb=879e02084f2a9a9e049d9b3de8bcc7e30d9c999a;hp=24be59f563c4f2c2f2e50b9159bf0ec066760dda;hpb=d611bc90eab94fbce54e9e5485f15c20abf1ad31;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 24be59f..0b526ba 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -34,14 +34,19 @@ export default { appName: 'ALttP', }, icon: { + AddIcon: 'Add', + ApplyIcon: 'Apply', DiscordIcon: 'Discord', EditIcon: 'Edit', FinishedIcon: 'Finished', FirstPlaceIcon: 'First Place', ForfeitIcon: 'Forfeit', + LanguageIcon: 'Language', LockedIcon: 'Locked', LogoutIcon: 'Logout', PendingIcon: 'Pending', + ProtocolIcon: 'Protocol', + ResultIcon: 'Result', SecondPlaceIcon: 'Second Place', StreamIcon: 'Stream', ThirdPlaceIcon: 'Third Place', @@ -105,17 +110,23 @@ export default { empty: 'No participants on record', heading: 'Participants', participant: 'Participant', + placement: 'Placement', + placementShort: '#', + placementSubjectToChange: 'Tournament incomplete, placement subject to change.', roleNames: { admin: 'Administrator', + monitor: 'Monitor', runner: 'Runner', }, roles: 'Participated as', tournament: 'Tournament', score: 'Score', + scoreShort: 'Score', }, protocol: { description: { result: { + comment: 'Result commented: "{{details.result.comment}}"', report: 'Result of {{time}} reported', }, round: { @@ -132,13 +143,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: { @@ -153,6 +175,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', @@ -165,18 +188,31 @@ export default { }, tournaments: { admins: 'Admins', + applicationDenied: 'Application denied', + applicationPending: 'Application pending', + apply: 'Apply', + applyError: 'Error submitting application', + applySuccess: 'Application sent', + monitors: 'Monitors', + 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: {