forked from NeonGeckoCom/skill-core_ready
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import galician and basque translations (#49)
* import galician translations * import basque translations * import basque translations
- Loading branch information
Showing
7 changed files
with
27 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Okay. Jakinarazteari utziko diot prest nagoenean. |
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 @@ | ||
Okay. Adieraziko dizut noiz nagoen prest berrabiarazteen ondoren. |
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 @@ | ||
Prest nago! |
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 @@ | ||
(desgaitu|itzali|desaktibatu) (prest|hasita|abiarazita|abian) dagoela adierazteko (soinua|jakinarazpena|bunbuiloa|soinuak|jakinarazpenak) |
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 @@ | ||
(gaitu|piztu|aktibatu) (prest|hasita|abiarazita|abian) dagoela adierazteko (soinua|jakinarazpena|bunbuiloa|soinuak|jakinarazpenak) |
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,13 @@ | ||
{ | ||
"/dialog/confirm_no_speak_ready.dialog": [ | ||
"Okay. Jakinarazteari utziko diot prest nagoenean." | ||
], | ||
"/dialog/ready.dialog": [ | ||
"Prest nago!" | ||
], | ||
"/dialog/confirm_ready.dialog": [], | ||
"/dialog/confirm_speak_ready.dialog": [ | ||
"Okay. Adieraziko dizut noiz nagoen prest berrabiarazteen ondoren." | ||
], | ||
"/dialog/deny_ready.dialog": [] | ||
} |
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,9 @@ | ||
{ | ||
"/intent/are_you_ready.intent": [], | ||
"/intent/disable_ready_notification.intent": [ | ||
"(desgaitu|itzali|desaktibatu) (prest|hasita|abiarazita|abian) dagoela adierazteko (soinua|jakinarazpena|bunbuiloa|soinuak|jakinarazpenak)" | ||
], | ||
"/intent/enable_ready_notification.intent": [ | ||
"(gaitu|piztu|aktibatu) (prest|hasita|abiarazita|abian) dagoela adierazteko (soinua|jakinarazpena|bunbuiloa|soinuak|jakinarazpenak)" | ||
] | ||
} |