X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=fed1d5b612bec5b44453a8092a38a4178b1231ee;hb=b98dac4d596e4bed9a5f96526aa66ea8512ad2ab;hp=5e9668de0f5b0e0ca94ae18f083f6384bca188ff;hpb=939bf6d3ab44e3ce08116c2e9fdab160c35e894b;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 5e9668d..fed1d5b 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -250,17 +250,58 @@ export default { cancel: 'Cancel', chart: 'Chart', close: 'Close', + confirm: 'Confirm', edit: 'Edit', + filter: 'Filter', generate: 'Generate', help: 'Help', login: 'Login', logout: 'Logout', new: 'New', protocol: 'Protocol', + remove: 'Remove', retry: 'Retry', save: 'Save', search: 'Search', settings: 'Settings', + signUp: 'Sign up', + unconfirm: 'Retract', + }, + crew: { + roles: { + commentary: 'Commentary', + setup: 'Setup', + tracking: 'Tracking', + }, + }, + episodes: { + addRestream: 'Add Restream', + applyDialog: { + applyError: 'Error signing up', + applySuccess: 'Application received', + signUpAs: 'Sign up as', + title: 'Application', + }, + channel: 'Channel', + commentary: 'Commentary', + empty: 'No dates coming up.', + restreamDialog: { + acceptComms: 'Open commentary application', + acceptTracker: 'Open tracker application', + addError: 'Error adding restream', + addSuccess: 'Added', + addUser: 'Add user', + crewError: 'Error updating', + crewSuccess: 'Updated', + editError: 'Error saving', + editSuccess: 'Saved', + removeError: 'Error removing restream', + removeSuccess: 'Removed', + title: 'Restream', + }, + setup: 'Setup', + startTime: '{{ date, LL LT }}', + tracking: 'Tracking', }, error: { 403: { @@ -281,9 +322,10 @@ export default { alttpwiki: 'ALttP Speedrunning Wiki', competitions: 'Competitions', connect: 'Connect Spedruns Discord', - contact: 'If you would like to organize a Tournament on this site, please contact HolySmoke#5229 on Discord.', + contact: 'If you would like to organize a Tournament on this site, please contact holysmoke86 on Discord.', info: 'Infos', map: 'ALttP Map', + muffins: 'Muffins\' Glitch Map', privacy: 'Privacy', resources: 'Resources', smd: 'German Super Metroid Discord', @@ -294,6 +336,7 @@ export default { anonymous: 'Anonym', appDescription: 'Tournaments and tutorials for The Legend of Zelda: A Link to the Past Randomizer', appName: 'ALttP', + pleaseSelect: 'Please select', }, icon: { AddIcon: 'Add', @@ -501,6 +544,7 @@ export default { setSeed: 'Set seed', setSeedError: 'Seed could not be set', setSeedSuccess: 'Seed set', + spoiler: 'Spoiler', title: 'Title', unlock: 'Unock round', unlockDescription: 'The round is unlocked and runers are free to submit or change their results again.', @@ -511,6 +555,11 @@ export default { rulesets: { heading: 'Rulesets', }, + schedule: { + description: 'Upcoming matches and other events.', + heading: 'Schedule', + startTime: '{{ date, LT }}', + }, techniques: { description: 'Tutorials for The Legend of Zelda: A Link to the Past Randomizer', heading: 'Techniques',