X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=ccd5e9553bc124e35256b0e50efe28c4b5dc5a27;hb=eebc6384e56336b66ec250fc2aea3be6171d53ff;hp=0f8b744381957b828ea6a4442d74aa3eda547f00;hpb=9e52cf7a5fc89a89301e00e9595c80b783449bbe;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 0f8b744..ccd5e95 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -15,7 +15,22 @@ export default { save: 'Save', search: 'Search', }, + error: { + 403: { + description: 'Um no', + heading: 'Access denied', + }, + 404: { + description: 'Pretty sure I had that somehere', + heading: 'Not found', + }, + 500: { + description: 'NotLikeThis', + heading: 'Server error', + }, + }, general: { + anonymous: 'Anonym', appName: 'ALttP', }, icon: { @@ -93,10 +108,14 @@ export default { protocol: { description: { result: { - report: 'Result reported', + report: 'Result of {{time}} reported', }, round: { create: 'Round added', + lock: 'Round locked', + }, + tournament: { + lock: 'Tournament locked', }, unknown: 'Unknown protocol entry of type {{type}}.', }, @@ -121,12 +140,23 @@ export default { noSeed: 'No seed set', seed: 'Seed', setSeed: 'Set seed', + setSeedError: 'Seed could not be set', + setSeedSuccess: 'Seed set', }, tournaments: { + admins: 'Admins', scoreboard: 'Scoreboard', }, users: { + discordTag: 'Discord tag', + editStreamLink: 'Edit stream link', + noStream: 'No stream set', + participationEmpty: 'Has not participated in any tourneys yet.', + setStreamLinkError: 'Could not save stream link', + setStreamLinkSuccess: 'Stream link saved', stream: 'Stream', + streamLink: 'Stream link', + tournaments: 'Tournaments', }, validation: { error: {