Skip to content
Snippets Groups Projects
Unverified Commit 8dae2f43 authored by Davey Chu's avatar Davey Chu Committed by GitHub
Browse files

Use reference strings in forked_daapd (#40989)

parent 708ef320
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"title": "Set up forked-daapd device", "title": "Set up forked-daapd device",
"data": { "data": {
"name": "Friendly name", "name": "Friendly name",
"host": "Host", "host": "[%key:common::config_flow::data::host%]",
"port": "API port", "port": "API port",
"password": "API password (leave blank if no password)" "password": "API password (leave blank if no password)"
} }
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
"wrong_host_or_port": "Unable to connect. Please check host and port.", "wrong_host_or_port": "Unable to connect. Please check host and port.",
"wrong_password": "Incorrect password.", "wrong_password": "Incorrect password.",
"wrong_server_type": "The forked-daapd integration requires a forked-daapd server with version >= 27.0.", "wrong_server_type": "The forked-daapd integration requires a forked-daapd server with version >= 27.0.",
"unknown_error": "Unknown error." "unknown_error": "[%key:common::config_flow::error::unknown%]"
}, },
"abort": { "abort": {
"already_configured": "Device is already configured.", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"not_forked_daapd": "Device is not a forked-daapd server." "not_forked_daapd": "Device is not a forked-daapd server."
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment