Add Update Cider Branch selection
This commit is contained in:
parent
7b9a0c941f
commit
b19b0d4e39
3 changed files with 40 additions and 16 deletions
|
@ -122,7 +122,6 @@
|
|||
"term.menu": "Menu",
|
||||
"term.check": "Check",
|
||||
"term.aboutArtist": "About {{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "Update Cider",
|
||||
"term.topResult": "Top Result", // Search Results
|
||||
"term.sharedPlaylists": "Shared Playlists", // Search Results
|
||||
"term.people": "People", // Search Results
|
||||
|
@ -299,6 +298,11 @@
|
|||
"settings.option.experimental.close_button_hide": "Close Button Should Hide the Application",
|
||||
"settings.option.experimental.copy_log": "Copy logs to clipboard",
|
||||
"settings.option.experimental.inline_playlists": "Inline Playlists and Albums",
|
||||
"settings.option.experimental.updateCider": "Update Cider", // Button. Refer to term.check for the check button
|
||||
"settings.option.experimental.updateCider.branch": "Cider Update Branch", // Dropdown
|
||||
"settings.option.experimental.updateCider.branch.description": "Select the branch to update Cider to",
|
||||
"settings.option.experimental.updateCider.branch.main": "Stable",
|
||||
"settings.option.experimental.updateCider.branch.develop": "Development",
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "Audio Spatialization is disabled. To use, please enable it first.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue