Added strings for EQ preset stuff

This commit is contained in:
kyw504100 2022-02-03 00:16:12 +08:00
parent e41c9ed45a
commit 47c43759b6
No known key found for this signature in database
GPG key ID: 9116E2159A0521FD
2 changed files with 12 additions and 6 deletions

View file

@ -130,6 +130,10 @@
"term.topResult": "Top Result", // Search Results
"term.sharedPlaylists": "Shared Playlists", // Search Results
"term.people": "People", // Search Results
"term.newpreset.name": "New EQ Preset Name", // Equalizer Preset
"term.addedpreset": "Added Preset",
"term.deletepreset.warn": "Are you sure you want to delete this preset?",
"term.deletedpreset": "Removed preset",
// Home
"home.title": "Home",
@ -201,6 +205,8 @@
"action.tray.quit": "Quit",
"action.tray.show": "Show",
"action.update": "Update",
"action.newpreset": "New Preset...", // Equalizer Preset
"action.deletepreset": "Delete Preset",
// Settings - General
"settings.header.general": "General",