mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-05 20:31:58 +02:00
small things lul
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
node_modules
|
||||
out
|
||||
.vscode
|
||||
dist
|
||||
dist
|
||||
server
|
||||
67
src/languages/en_EN.json
Normal file
67
src/languages/en_EN.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user