diff --git a/.gitignore b/.gitignore index 89c5107..b484b50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules out .vscode -dist \ No newline at end of file +dist +server \ No newline at end of file diff --git a/src/languages/en_EN.json b/src/languages/en_EN.json new file mode 100644 index 0000000..00df593 --- /dev/null +++ b/src/languages/en_EN.json @@ -0,0 +1,67 @@ +[ + { + "term": "app.description", + "definition": "YT Presence adds Discord Rich Presence integration, Media controls and much more to YouTube/YouTube Music, Twitch etc...", + "comment": "Description of the application" + }, + { + "term": "settings.title", + "definition": "Preferences", + "comment": "Preferences label & title in preferences menu" + }, + { + "term": "settings.close", + "definition": "Close", + "comment": "Close button in preferences menu" + }, + { + "term": "settings.enabled", + "definition": "Enabled", + "comment": "Enabled option in preferences menu" + }, + { + "term": "settings.titleMenubar", + "definition": "Title Menubar", + "comment": "Song/video title in menu bar (Mac OS) only" + }, + { + "term": "settings.launchOnBoot", + "definition": "Launch on system startup", + "comment": "" + }, + { + "term": "settings.autoCheckUpdates", + "definition": "Automatically check for updates", + "comment": "" + }, + { + "term": "tray.about", + "definition": "About", + "comment": "About label when opening context menu of application" + }, + { + "term": "tray.checkForUpdates", + "definition": "Check for updates", + "comment": "Check for updates label when opening context menu of application" + }, + { + "term": "tray.settings", + "definition": "Preferences", + "comment": "Preferences label when opening context menu of application" + }, + { + "term": "update.later", + "definition": "Later", + "comment": "Later button in update window" + }, + { + "term": "update.update", + "definition": "Update button in update window", + "comment": "" + }, + { + "term": "update.title", + "definition": "Update avaiable!", + "comment": "Title of update window" + } +]