Skip to content

Commit

Permalink
pt-pt/translate (#4)
Browse files Browse the repository at this point in the history
* 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
3 people authored Nov 18, 2024
1 parent a9e4818 commit b88da02
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
10 changes: 10 additions & 0 deletions locale/pt-PT/skill.json
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
]
}
9 changes: 9 additions & 0 deletions translations/pt-PT/dialogs.json
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ã"
]
}
10 changes: 10 additions & 0 deletions translations/pt-PT/intents.json
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
]
}

0 comments on commit b88da02

Please sign in to comment.