X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=e499651abced10bc3a22888c06e8554975218130;hb=b3beaab812bf23fec423d1d0823b2a25b137ccae;hp=cb70f5b0157bfa3ba226385c022b1abf5093c126;hpb=dec43db11e9433f5bfcfaa091518082559cb3169;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index cb70f5b..e499651 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -257,11 +257,28 @@ export default { logout: 'Logout', new: 'New', protocol: 'Protocol', + remove: 'Remove', retry: 'Retry', save: 'Save', search: 'Search', settings: 'Settings', }, + episodes: { + addRestream: 'Add Restream', + channel: 'Channel', + commentary: 'Commentary', + empty: 'No dates coming up.', + restreamDialog: { + addError: 'Error adding restream', + addSuccess: 'Added', + removeError: 'Error removing restream', + removeSuccess: 'Removed', + title: 'Restream', + }, + setup: 'Setup', + startTime: '{{ date, LL LT }}', + tracking: 'Tracking', + }, error: { 403: { description: 'Um no', @@ -294,6 +311,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',