From fbecea756c41863c6083ad6d461c370672a3dffc Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:40:47 +0000 Subject: [PATCH] import basque translations (#55) * import galician translations * import basque translations * import basque translations --- locale/eu/More.voc | 4 ++++ locale/eu/no_answer.dialog | 1 + locale/eu/search_wolfie.intent | 8 ++++++++ translations/eu/dialogs.json | 5 +++++ translations/eu/intents.json | 13 +++++++++++++ translations/eu/vocabs.json | 8 ++++++++ 6 files changed, 39 insertions(+) create mode 100644 locale/eu/More.voc create mode 100644 locale/eu/no_answer.dialog create mode 100644 locale/eu/search_wolfie.intent create mode 100644 translations/eu/dialogs.json create mode 100644 translations/eu/intents.json create mode 100644 translations/eu/vocabs.json diff --git a/locale/eu/More.voc b/locale/eu/More.voc new file mode 100644 index 0000000..7b84d12 --- /dev/null +++ b/locale/eu/More.voc @@ -0,0 +1,4 @@ +esadazu gehiago +esan gehiago +gehiago jakin +jarraitu \ No newline at end of file diff --git a/locale/eu/no_answer.dialog b/locale/eu/no_answer.dialog new file mode 100644 index 0000000..5803a40 --- /dev/null +++ b/locale/eu/no_answer.dialog @@ -0,0 +1 @@ +the wolf bilatzaileak ez daki erantzuna \ No newline at end of file diff --git a/locale/eu/search_wolfie.intent b/locale/eu/search_wolfie.intent new file mode 100644 index 0000000..a8234c2 --- /dev/null +++ b/locale/eu/search_wolfie.intent @@ -0,0 +1,8 @@ +bilatu the wolf bilatzailean {query} +bilatu the wolfram alpha bilatzailean {query} +bilatu the wolfram bilatzailean {query} +bilatu wolfram alpha bilatzailean {query} +bilatu wolfram bilatzailean {query} +zer dio the wolf bilatzaileak honi buruz: {query}? +zer dio wolfram alpha bilatzaileak honi buruz: {query}? +zer dio wolfram bilatzaileak honi buruz: {query}? \ No newline at end of file diff --git a/translations/eu/dialogs.json b/translations/eu/dialogs.json new file mode 100644 index 0000000..00286e3 --- /dev/null +++ b/translations/eu/dialogs.json @@ -0,0 +1,5 @@ +{ + "no_answer.dialog": [ + "the wolf bilatzaileak ez daki erantzuna" + ] +} \ No newline at end of file diff --git a/translations/eu/intents.json b/translations/eu/intents.json new file mode 100644 index 0000000..a819917 --- /dev/null +++ b/translations/eu/intents.json @@ -0,0 +1,13 @@ +{ + "search_wolfie.intent": [ + "bilatu the wolf bilatzailean {query}", + "bilatu the wolfram bilatzailean {query}", + "bilatu the wolfram alpha bilatzailean {query}", + "bilatu the wolf bilatzailean {query}", + "bilatu wolfram alpha bilatzailean {query}", + "bilatu wolfram bilatzailean {query}", + "zer dio the wolf bilatzaileak honi buruz: {query}?", + "zer dio wolfram alpha bilatzaileak honi buruz: {query}?", + "zer dio wolfram bilatzaileak honi buruz: {query}?" + ] +} \ No newline at end of file diff --git a/translations/eu/vocabs.json b/translations/eu/vocabs.json new file mode 100644 index 0000000..f7c0795 --- /dev/null +++ b/translations/eu/vocabs.json @@ -0,0 +1,8 @@ +{ + "More.voc": [ + "jarraitu", + "esadazu gehiago", + "gehiago jakin", + "esan gehiago" + ] +} \ No newline at end of file