mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Merge pull request #1034 from Lyall-A/private-mode
add private mode toggle to app menu
This commit is contained in:
commit
59065d24bc
7 changed files with 81 additions and 20 deletions
|
|
@ -288,6 +288,11 @@
|
|||
"updateServer": {
|
||||
"success": "server updated successfully",
|
||||
"title": "update server"
|
||||
},
|
||||
"privateMode": {
|
||||
"enabled": "private mode enabled, playback status is now hidden from external integrations",
|
||||
"disabled": "private mode disabled, playback status is now visible to enabled external integrations",
|
||||
"title": "private mode"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
|
|
@ -321,6 +326,8 @@
|
|||
"goBack": "go back",
|
||||
"goForward": "go forward",
|
||||
"manageServers": "manage servers",
|
||||
"privateModeOff": "turn off private mode",
|
||||
"privateModeOn": "turn on private mode",
|
||||
"openBrowserDevtools": "open browser devtools",
|
||||
"quit": "$t(common.quit)",
|
||||
"selectServer": "select server",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue