mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Add basic daemon connection authentication
This commit is contained in:
@@ -144,6 +144,14 @@
|
||||
"message": "Bridge issue",
|
||||
"description": "Bridge error status title text."
|
||||
},
|
||||
"optionsBridgeIssueStatusTextTimedOut": {
|
||||
"message": "Connection timed out.",
|
||||
"description": "Bridge timed out issue additional description text."
|
||||
},
|
||||
"optionsBridgeIssueStatusTextAuthentication": {
|
||||
"message": "Failed to authenticate connection.",
|
||||
"description": "Bridge authentication issue additional description text."
|
||||
},
|
||||
"optionsBridgeNotFoundStatusTitle": {
|
||||
"message": "Bridge not found",
|
||||
"description": "Bridge missing status title text."
|
||||
@@ -197,6 +205,10 @@
|
||||
"message": "No action needed.",
|
||||
"description": "Recommended action for when both bridge and extension versions are compatible or likely compatible."
|
||||
},
|
||||
"optionsBridgeRefresh": {
|
||||
"message": "Refresh bridge status",
|
||||
"description": "Bridge status refresh button title."
|
||||
},
|
||||
"optionsBridgeUpdateCheck": {
|
||||
"message": "Check for Updates",
|
||||
"description": "Update check button title."
|
||||
@@ -241,6 +253,10 @@
|
||||
"message": "If the regular bridge connection fails, attempt to connect to a bridge running in daemon mode.",
|
||||
"description": "Backup daemon checkbox description."
|
||||
},
|
||||
"optionsBridgeBackupPassword": {
|
||||
"message": "...with password:",
|
||||
"description": "Daemon password option label."
|
||||
},
|
||||
|
||||
"optionsMediaCategoryName": {
|
||||
"message": "Media casting",
|
||||
|
||||
Reference in New Issue
Block a user