Skip to content

Commit

Permalink
pt-pt/translate (#2)
Browse files Browse the repository at this point in the history
* Translate dialogs.json via GitLocalize

* Translate intents.json via GitLocalize

---------

Co-authored-by: OpenVoiceOS <[email protected]>
  • Loading branch information
gitlocalize-app[bot] and JarbasAl authored May 17, 2024
1 parent a82ded0 commit 7824dd8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
5 changes: 5 additions & 0 deletions translations/pt-pt/dialogs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"no_answer.dialog": [
"não encontrei a resposta na WordNet"
]
}
39 changes: 39 additions & 0 deletions translations/pt-pt/intents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"hypernym.intent": [
null,
"qual é o hiperônimo de {query}",
null
],
"antonym.intent": [
"qual é um antônimo de {query}",
"qual é o antônimo de {query}",
null
],
"hyponym.intent": [
null,
"qual é o hipônimo de {query}",
null
],
"holonym.intent": [
null,
"qual é o holônimo de {query}",
null
],
"definition.intent": [
"o que é (uma|um|) {query}",
"(define|qual é a definição de) {query}"
],
"search_wordnet.intent": [
null,
null,
null,
null,
"o que diz (o|a) wordnet sobre {query}",
null
],
"lemma.intent": [
null,
"qual é o sinónimo de {query}",
null
]
}

0 comments on commit 7824dd8

Please sign in to comment.