-
-
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 dialogs.json via GitLocalize * Translate dialogs.json via GitLocalize * Translate intents.json via GitLocalize * Translate intents.json via GitLocalize --------- Co-authored-by: OpenVoiceOS <[email protected]> Co-authored-by: mt-gitlocalize <[email protected]>
- Loading branch information
1 parent
8c4f025
commit 4a13e22
Showing
2 changed files
with
31 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,17 @@ | ||
{ | ||
"camera_error.dialog": [ | ||
"Não consigo aceder a câmara" | ||
], | ||
"camera_yes.dialog": [ | ||
"A câmara está pronta para uso.", | ||
"A câmara está funcionando corretamente.", | ||
"Sim, uma câmara está disponível." | ||
], | ||
"get_ready.dialog": [ | ||
"diz queijo" | ||
], | ||
"picture.dialog": [ | ||
"eu gosto de tirar fotos", | ||
"foto tirada" | ||
] | ||
} |
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,14 @@ | ||
{ | ||
"have_camera.intent": [ | ||
"posso usar a câmara", | ||
"você pode aceder a câmara", | ||
"(tems|você tem) uma câmara", | ||
"tem uma câmara disponível", | ||
"a câmara está (a funcionar|funcionando)", | ||
"tem uma câmara" | ||
], | ||
"take_picture.intent": [ | ||
"tire uma foto", | ||
"tira uma foto" | ||
] | ||
} |