Use reference strings in forked_daapd (#40989)

This commit is contained in:
Davey Chu 2020-10-02 11:55:23 +02:00 committed by GitHub
parent 708ef3201e
commit 8dae2f4308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 @@
"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."
} }
}, },