small things lul

This commit is contained in:
Timeraa
2018-10-17 18:05:34 +02:00
parent 4f06d804e9
commit 06147dd5cc
2 changed files with 69 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
node_modules
out
.vscode
dist
dist
server

67
src/languages/en_EN.json Normal file
View File

@@ -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"
}
]