mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Fix spelling errors in user-facing strings of OctoPrint integration (#136644)
This commit is contained in:
parent
5053b203a5
commit
79de8114d3
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"flow_title": "OctoPrint Printer: {host}",
|
"flow_title": "OctoPrint printer: {host}",
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"path": "Application Path",
|
"path": "Application path",
|
||||||
"port": "[%key:common::config_flow::data::port%]",
|
"port": "[%key:common::config_flow::data::port%]",
|
||||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
|
||||||
@ -29,7 +29,7 @@
|
|||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"auth_failed": "Failed to retrieve application api key",
|
"auth_failed": "Failed to retrieve API key",
|
||||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
||||||
},
|
},
|
||||||
"progress": {
|
"progress": {
|
||||||
@ -44,7 +44,7 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"printer_connect": {
|
"printer_connect": {
|
||||||
"name": "Connect to a printer",
|
"name": "Connect to a printer",
|
||||||
"description": "Instructs the octoprint server to connect to a printer.",
|
"description": "Instructs the OctoPrint server to connect to a printer.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"device_id": {
|
"device_id": {
|
||||||
"name": "Server",
|
"name": "Server",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user