mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Google Assistant SDK: Fix broadcast command in Japanese (#85636)
Fix broadcast command in Japanese
This commit is contained in:
parent
de2588f6e0
commit
667fde997d
@ -18,7 +18,7 @@ LANG_TO_BROADCAST_COMMAND = {
|
|||||||
"es": ("Anuncia {0}", "Anuncia en {1} {0}"),
|
"es": ("Anuncia {0}", "Anuncia en {1} {0}"),
|
||||||
"fr": ("Diffuse {0}", "Diffuse dans {1} {0}"),
|
"fr": ("Diffuse {0}", "Diffuse dans {1} {0}"),
|
||||||
"it": ("Trasmetti {0}", "Trasmetti in {1} {0}"),
|
"it": ("Trasmetti {0}", "Trasmetti in {1} {0}"),
|
||||||
"ja": ("{0}とほうそうして", "{0}と{1}にブロードキャストして"),
|
"ja": ("{0}とブロードキャストして", "{0}と{1}にブロードキャストして"),
|
||||||
"ko": ("{0} 라고 방송해 줘", "{0} 라고 {1}에 방송해 줘"),
|
"ko": ("{0} 라고 방송해 줘", "{0} 라고 {1}에 방송해 줘"),
|
||||||
"pt": ("Transmite {0}", "Transmite para {1} {0}"),
|
"pt": ("Transmite {0}", "Transmite para {1} {0}"),
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@ from .conftest import ComponentSetup, ExpectedCredentials
|
|||||||
("en-US", "Dinner is served", "broadcast Dinner is served"),
|
("en-US", "Dinner is served", "broadcast Dinner is served"),
|
||||||
("es-ES", "La cena está en la mesa", "Anuncia La cena está en la mesa"),
|
("es-ES", "La cena está en la mesa", "Anuncia La cena está en la mesa"),
|
||||||
("ko-KR", "저녁 식사가 준비됐어요", "저녁 식사가 준비됐어요 라고 방송해 줘"),
|
("ko-KR", "저녁 식사가 준비됐어요", "저녁 식사가 준비됐어요 라고 방송해 줘"),
|
||||||
("ja-JP", "晩ご飯できたよ", "晩ご飯できたよとほうそうして"),
|
("ja-JP", "晩ご飯できたよ", "晩ご飯できたよとブロードキャストして"),
|
||||||
],
|
],
|
||||||
ids=["english", "spanish", "korean", "japanese"],
|
ids=["english", "spanish", "korean", "japanese"],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user