-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Translate intents.json via GitLocalize * Translate dialogs.json via GitLocalize * Translate skill.json via GitLocalize --------- Co-authored-by: OpenVoiceOS <[email protected]> Co-authored-by: mt-gitlocalize <[email protected]>
- Loading branch information
1 parent
a9e4818
commit b88da02
Showing
3 changed files
with
29 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,10 @@ | ||
{ | ||
"examples": [ | ||
"tirar captura de ecrã", | ||
"tirar uma captura de ecrã", | ||
"capturar a tela", | ||
null, | ||
"guardar uma captura de ecrã", | ||
null | ||
] | ||
} |
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 @@ | ||
{ | ||
"screenshot.taken.dialog": [ | ||
"captura de ecrã tirada" | ||
], | ||
"screenshot.failed.dialog": [ | ||
"falha na captura de ecrã", | ||
"Não consegui tirar a captura de ecrã" | ||
] | ||
} |
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 @@ | ||
{ | ||
"take.screenshot.intent": [ | ||
"tirar captura de (ecrã|tela)", | ||
"tirar uma captura de (ecrã|tela)", | ||
"capturar (o ecrã|a tela)", | ||
"captura de (ecrã|tela)", | ||
"guardar uma captura de (ecrã|tela)", | ||
null | ||
] | ||
} |