Make casing of "server" and action descriptions consistent (#136561)

This commit is contained in:
Norbert Rittel 2025-01-26 16:33:43 +01:00 committed by GitHub
parent a9f14ce174
commit c9218b91c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,15 +7,15 @@
} }
}, },
"manual": { "manual": {
"title": "Manually add Music Assistant Server", "title": "Manually add Music Assistant server",
"description": "Enter the URL to your already running Music Assistant Server. If you do not have the Music Assistant Server running, you should install it first.", "description": "Enter the URL to your already running Music Assistant server. If you do not have the Music Assistant server running, you should install it first.",
"data": { "data": {
"url": "URL of the Music Assistant server" "url": "URL of the Music Assistant server"
} }
}, },
"discovery_confirm": { "discovery_confirm": {
"description": "Do you want to add the Music Assistant Server `{url}` to Home Assistant?", "description": "Do you want to add the Music Assistant server `{url}` to Home Assistant?",
"title": "Discovered Music Assistant Server" "title": "Discovered Music Assistant server"
} }
}, },
"error": { "error": {
@ -34,13 +34,13 @@
"issues": { "issues": {
"invalid_server_version": { "invalid_server_version": {
"title": "The Music Assistant server is not the correct version", "title": "The Music Assistant server is not the correct version",
"description": "Check if there are updates available for the Music Assistant Server and/or integration." "description": "Check if there are updates available for the Music Assistant server and/or integration."
} }
}, },
"services": { "services": {
"play_media": { "play_media": {
"name": "Play media", "name": "Play media",
"description": "Play media on a Music Assistant player with more fine-grained control options.", "description": "Plays media on a Music Assistant player with more fine-grained control options.",
"fields": { "fields": {
"media_id": { "media_id": {
"name": "Media ID(s)", "name": "Media ID(s)",
@ -70,7 +70,7 @@
}, },
"play_announcement": { "play_announcement": {
"name": "Play announcement", "name": "Play announcement",
"description": "Play announcement on a Music Assistant player with more fine-grained control options.", "description": "Plays an announcement on a Music Assistant player with more fine-grained control options.",
"fields": { "fields": {
"url": { "url": {
"name": "URL", "name": "URL",
@ -88,7 +88,7 @@
}, },
"transfer_queue": { "transfer_queue": {
"name": "Transfer queue", "name": "Transfer queue",
"description": "Transfer the player's queue to another player.", "description": "Transfers a player's queue to another player.",
"fields": { "fields": {
"source_player": { "source_player": {
"name": "Source media player", "name": "Source media player",
@ -102,11 +102,11 @@
}, },
"get_queue": { "get_queue": {
"name": "Get playerQueue details (advanced)", "name": "Get playerQueue details (advanced)",
"description": "Get the details of the currently active queue of a Music Assistant player." "description": "Retrieves the details of the currently active queue of a Music Assistant player."
}, },
"search": { "search": {
"name": "Search Music Assistant", "name": "Search Music Assistant",
"description": "Perform a global search on the Music Assistant library and all providers.", "description": "Performs a global search on the Music Assistant library and all providers.",
"fields": { "fields": {
"config_entry_id": { "config_entry_id": {
"name": "Music Assistant instance", "name": "Music Assistant instance",