-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spanish lenguage improvements (#1601)
* Add 'Nevermind' to 'Español' * Correct test for climate_HassClimateGetTemperature * Add response to HassNevermind * Add sensor_HassGetState Updated _common to allow best detections.
- Loading branch information
1 parent
cfb266a
commit 7ec5353
Showing
11 changed files
with
1,665 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
language: es | ||
responses: | ||
intents: | ||
HassNevermind: | ||
default: "Petición cancelada" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
language: es | ||
intents: | ||
HassNevermind: | ||
data: | ||
- sentences: | ||
- "cancela(r|ción)" | ||
- "cancela [la] [última] [petición]" | ||
- "No haga[s] caso" | ||
- "No importa" | ||
- "olv(i|í)da(lo| [la] [última] petición)" |
Oops, something went wrong.