Add extension build docs

main
Jeff Moe 2023-12-03 10:00:34 -07:00
parent 7efd41b9db
commit 2b5f97a213
95 changed files with 5465 additions and 890 deletions

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: am\n"
"Language-Team: am <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: am <LL@li.org>\n"
"Language: am\n"
"Language-Team: am <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "ይህ እባኮን ትምህርቶች:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "ቅጥዓት"
@ -50,8 +46,12 @@ msgstr "ቢጫ መዝገብ:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr ""
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr "ተርዕግት የቆይተው ኤንጂሎ ይመስጠሩ እና በሌሎች ቋንቋ በ AI"
#~ msgid "Contents:"
#~ msgstr "ይህ እባኮን ትምህርቶች:"

View File

@ -34,9 +34,9 @@ msgstr "ማሽንያ ትርጉም"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr "በParrot እራሱ የተለመደዱት ግንኙነት አይ ኮምፒተር"
#: ../../../source/languages.rst:20
@ -44,7 +44,8 @@ msgid "Application Languages"
msgstr "የድርጅ ቋንቋዎች"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "በየንግደር ፓስፓሽፒ አፅንገራ ያላቸው ቋንቋ የተመርጡት ቋን"
#: ../../../source/languages.rst:25
@ -53,8 +54,8 @@ msgstr "አስተዳደርዬ ቋንቋዎች"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "ይህ ትርጉም ኤንሬሽካ ተጨማሪዎችን ሲቀመሩ ቋንቋ ይሰጡ፤ በ<>"
#: ../../../source/languages.rst:30
@ -179,10 +180,6 @@ msgstr "ትምህርት (am) `<https://parrot.wtf/am/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr "በኢንሳይኛ ያለው \"Parrot\" መጽሐፍ ኣልተቻለም የኢንግል ክኸውን <20>"
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "ሰኔቹ ይሞስ (ኣምራጃ፡:: `<https://parrot.wtf/see/>`_)"

View File

@ -0,0 +1,151 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ar\n"
"Language-Team: ar <LL@li.org>\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : "
"n%100>=3 && n%100<=10 ? 3 : n%100>=0 && n%100<=2 ? 4 : 5);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,18 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: ar <LL@li.org>\n"
"Language: ar\n"
"Language-Team: ar <LL@li.org>\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : "
"n%100>=3 && n%100<=10 ? 3 : n%100>=0 && n%100<=2 ? 4 : 5);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=0 && n%100<=2 ? 4 : 5);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "محتويات:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "توسيعة"
@ -50,10 +47,14 @@ msgstr "مستودع Git:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"توثيق Parrot مكتوب باللغة الإنجليزية ويستخدم لترجمة الأنشطة الذكية للغات "
"أخرى."
#~ msgid "Contents:"
#~ msgstr "محتويات:"

View File

@ -14,8 +14,8 @@ msgstr ""
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ar\n"
"Language-Team: ar <LL@li.org>\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : "
"n%100>=3 && n%100<=10 ? 3 : n%100>=0 && n%100<=2 ? 4 : 5);\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=0 && n%100<=2 ? 4 : 5);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -35,19 +35,20 @@ msgstr "ترجمة الآلة"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"أجزاء من بروت يترجم باستخدام ترجمة الآلة الاصطناعية. توجد السكريبتات "
"الخاصة بالترجمة "
"أجزاء من بروت يترجم باستخدام ترجمة الآلة الاصطناعية. توجد السكريبتات الخاصة "
"بالترجمة "
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "اللغات في تطبيقاتنا"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "هنا سيتم وضع إشارة للغات المدعومة من تطبيق البروت الرئيسي."
#: ../../../source/languages.rst:25
@ -56,8 +57,8 @@ msgstr "لغات الوثائق"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "التوثيق مكتوب باللغة الإنجليزية. يترجم إلى اللغات التالية:"
#: ../../../source/languages.rst:30
@ -182,12 +183,8 @@ msgstr "中文(简体)`<https://parrot.wtf/zh/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"توثيق \"بارت\" مكتوب بالإنجليزية ويستخدم الترجمة الآلية المستندة للالتهاب"
" للغات أخرى."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "انظر سينيكا (على الأغلب) `<https://parrot.wtf/see/>`_"
"توثيق \"بارت\" مكتوب بالإنجليزية ويستخدم الترجمة الآلية المستندة للالتهاب "
"للغات أخرى."

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: bn\n"
"Language-Team: bn <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: bn <LL@li.org>\n"
"Language: bn\n"
"Language-Team: bn <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr ""
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "এক্সটেনশন"
@ -37,13 +33,12 @@ msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"এক্সটেনশনটি পার্রোতে বিদ্যমান। এক্সটেনশনটি ম্যানুয়ালি ইনস্টল করতে পারা যায়"
" না"
"এক্সটেনশনটি পার্রোতে বিদ্যমান। এক্সটেনশনটি ম্যানুয়ালি ইনস্টল করতে পারা "
"যায় না"
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"পার্রট (Parrot) যৌথের বিকাশে আছে, এন্ড 유জারসমূহরে তैয়ারি দেওয়া তৈরি নয়।"
msgstr "পার্রট (Parrot) যৌথের বিকাশে আছে, এন্ড 유জারসমূহরে তैয়ারি দেওয়া তৈরি নয়।"
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -53,9 +48,12 @@ msgstr "গিট রিপো:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr ""
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"পার্রট নির্দেশিকা ইংলিশে লেখা হয় এবং অন্যান্য ভাষায় আই মেশিন অনুবাদ ব্"
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr "পার্রট নির্দেশিকা ইংলিশে লেখা হয় এবং অন্যান্য ভাষায় আই মেশিন অনুবাদ ব্"
#~ msgid "Contents:"
#~ msgstr ""

View File

@ -34,9 +34,9 @@ msgstr "সার্ভার পৰিবর্তন"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr "অ্যাপি মেশিন ট্রান্সলেশন ব্যবহার করে Parrot এর আধার ভাগ অনুবাদ করা "
#: ../../../source/languages.rst:20
@ -44,7 +44,8 @@ msgid "Application Languages"
msgstr "অ্যাপ্লিকেশন भाষা"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "এখানে মৌলিক Parrot অ্যাপ্লিকেশনের দৈর্ঘ্য সহ ভাষাগুলি বর্ণিত হবে।"
#: ../../../source/languages.rst:25
@ -53,8 +54,8 @@ msgstr "ডকুমেন্টেশন ভাষাঃ বাংলা"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "দৌরে লেখা হয়েছে ইংরেজিতে। তা নিম্নোকত ভাষাগুলিতে অনুবাদ করা হয়েছে:"
#: ../../../source/languages.rst:30
@ -179,10 +180,6 @@ msgstr "বাংলা (bn) `<https://parrot.wtf/bn/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr "পার্রট নির্দেশিকা 영어তে লেখা হয় এবং অন্যান্য ভাষায় অর্থ সংগ্রহ করতে 인공 জৈ"
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "সেনেকা (দেখুন) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: de\n"
"Language-Team: de <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: de <LL@li.org>\n"
"Language: de\n"
"Language-Team: de <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr ""
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Erweiterung"
@ -43,8 +39,8 @@ msgstr ""
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"Parrot befindet sich in einer frühen Entwicklungsphase und ist noch nicht "
"für Endbenutzer einsatzbereit."
"Parrot befindet sich in einer frühen Entwicklungsphase und ist noch nicht"
" für Endbenutzer einsatzbereit."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -54,10 +50,14 @@ msgstr "Git-Repository:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"Die Dokumentation für Parrot ist auf Englisch verfasst und verwendet "
"künstliche Intelligenz für Übersetzungen in andere Sprachen."
#~ msgid "Contents:"
#~ msgstr ""

View File

@ -26,7 +26,8 @@ msgstr "Sprachen"
#: ../../../source/languages.rst:8
msgid "Parrot is in many languages. It is written in English."
msgstr "Parrot ist auf vielen Sprachen verfügbar. Es ist auf Englisch geschrieben."
msgstr ""
"Parrot ist auf vielen Sprachen verfügbar. Es ist auf Englisch geschrieben."
#: ../../../source/languages.rst:13
msgid "Machine Translation"
@ -34,21 +35,23 @@ msgstr "Maschinelle Übersetzung"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Teilen von Parrot werden mit Künstlicher Intelligenz-MaschinÜbersetzung "
"übersetzt. Die Übersetzungsskripte sind im git-Repo. Das Phind-Modell "
"wird mit dem ``llama.cpp`` -Server verwendet."
"übersetzt. Die Übersetzungsskripte sind im git-Repo. Das Phind-Modell wird "
"mit dem ``llama.cpp`` -Server verwendet."
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Anwendungs-Sprachen"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgstr "Hier werden die vom Haupt-Parrot-Programm unterstützten Sprachen notiert."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
"Hier werden die vom Haupt-Parrot-Programm unterstützten Sprachen notiert."
#: ../../../source/languages.rst:25
msgid "Documentation Languages"
@ -56,8 +59,8 @@ msgstr "Dokumentationssprachen"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"Die Dokumentation ist auf Englisch verfasst und wird in die folgenden "
"Sprachen übersetzt:"
@ -184,12 +187,8 @@ msgstr "Deutsch (de) `<https://parrot.wtf/de/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Die Dokumentation von Parrot ist auf Englisch verfasst und verwendet eine"
" Künstliche Intelligenz für maschinelle Übersetzungen in andere Sprachen."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Seneca (ansehen) `<https://parrot.wtf/see/>`_"
"Die Dokumentation von Parrot ist auf Englisch verfasst und verwendet eine "
"Künstliche Intelligenz für maschinelle Übersetzungen in andere Sprachen."

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: el\n"
"Language-Team: el <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: el <LL@li.org>\n"
"Language: el\n"
"Language-Team: el <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr ""
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr ""
@ -43,7 +39,8 @@ msgstr ""
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"Ο παρότ βρίσκεται σε νέος δομή, δεν είναι έτοιμος για τους τελικούς χρήστες."
"Ο παρότ βρίσκεται σε νέος δομή, δεν είναι έτοιμος για τους τελικούς "
"χρήστες."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -52,13 +49,17 @@ msgstr "Αποθετήριο Git:"
#: ../../../source/extension/index.rst:12
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr ""
"`<https://spacecruft.org/deepcrayon/parrot-extension>`_ Καλή προσέγγιση για "
"την μετάφραση του αγγλικού \"msgid\" στην σύγχρονη Ελληνικ"
"`<https://spacecruft.org/deepcrayon/parrot-extension>`_ Καλή προσέγγιση "
"για την μετάφραση του αγγλικού \"msgid\" στην σύγχρονη Ελληνικ"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"Η τεκμηρίωση του Parrot γράφεται στα Αγγλικά και χρησιμοποιεί αυτοματισμός "
"μηχανής μάθησης για άλλα γλ"
"Η τεκμηρίωση του Parrot γράφεται στα Αγγλικά και χρησιμοποιεί "
"αυτοματισμός μηχανής μάθησης για άλλα γλ"
#~ msgid "Contents:"
#~ msgstr ""

View File

@ -34,9 +34,9 @@ msgstr "Μηχανική μετάφραση"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Μονάδες της Parrot μεταφράζονται χρησιμοποιώντας μηχανές μετάφρασης "
"αυτόματου κινή"
@ -46,8 +46,10 @@ msgid "Application Languages"
msgstr "Γλώσσες Εφαρμογής"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgstr "Εδώ θα καταγραφεί τα υποστηριζόμενα γλωσσά της κύριας εφαρμογής Parrot."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
"Εδώ θα καταγραφεί τα υποστηριζόμενα γλωσσά της κύριας εφαρμογής Parrot."
#: ../../../source/languages.rst:25
msgid "Documentation Languages"
@ -55,9 +57,10 @@ msgstr "Τα γλώσσα της εγχέρησης"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
msgstr "Η τεκμηρίωση γράφεται σε Αγγλικά και μεταφραζόμενα στα παρακάτω γλώσσες:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"Η τεκμηρίωση γράφεται σε Αγγλικά και μεταφραζόμενα στα παρακάτω γλώσσες:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -174,8 +177,8 @@ msgstr "Ελληνικά (1453-) (el) `<https://parrot.wtf/el/>`_"
#: ../../../source/languages.rst:114
msgid "Vietnamese (vi) `<https://parrot.wtf/vi/>`_"
msgstr ""
"Τιμές της ομάδας μας είναι στον Μ'ουντιάν γλώσσα (vi) "
"`<https://parrot.wtf/vi/>`_"
"Τιμές της ομάδας μας είναι στον Μ'ουντιάν γλώσσα (vi) `<https://parrot.wtf/"
"vi/>`_"
#: ../../../source/languages.rst:117
msgid "Chinese (zh) `<https://parrot.wtf/zh/>`_"
@ -183,12 +186,8 @@ msgstr "Ελληνικά (1453-) `<https://parrot.wtf/zh/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Η τεκμηρίωση του Parrot γράφεται στα Αγγλικά και χρησιμοποιεί μηχανή "
"αναμετάθεσης υπολογιστών για άλλε"
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Σένεκα (δείτε) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,168 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
"Language-Team: en <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""
#~ msgid "# llama.cpp Use `llama.cpp`."
#~ msgstr ""
#~ msgid "Using Debian Bookworm (stable/12)."
#~ msgstr ""
#~ msgid "Install OS dependencies."
#~ msgstr ""
#~ msgid "` https://github.com/ggerganov/llama.cpp"
#~ msgstr ""
#~ msgid ""
#~ "The extension is built into Parrot "
#~ "and isn't required to be built to"
#~ " use the application."
#~ msgstr ""

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:46-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
@ -20,10 +20,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr ""
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr ""
@ -50,9 +46,12 @@ msgstr ""
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr ""
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
#~ msgid "Contents:"
#~ msgstr ""

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:46-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
@ -157,3 +157,6 @@ msgid ""
"translation for other languages."
msgstr ""
#~ msgid "Contents:"
#~ msgstr ""

View File

@ -34,9 +34,9 @@ msgstr ""
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
#: ../../../source/languages.rst:20
@ -44,7 +44,8 @@ msgid "Application Languages"
msgstr ""
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
#: ../../../source/languages.rst:25
@ -53,8 +54,8 @@ msgstr ""
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
#: ../../../source/languages.rst:30
@ -179,10 +180,6 @@ msgstr ""
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr ""

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: eo\n"
"Language-Team: eo <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: eo <LL@li.org>\n"
"Language: eo\n"
"Language-Team: eo <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Enhavo:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Kromaĵo"
@ -37,13 +33,12 @@ msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"La kromprogramo estas farita en Parrot. La kromprogramo ne bezonas manuelan "
"instalon."
"La kromprogramo estas farita en Parrot. La kromprogramo ne bezonas "
"manuelan instalon."
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"La Parrot estas en den komenco de la disvolvi, ne preta por finaj uzantoj."
msgstr "La Parrot estas en den komenco de la disvolvi, ne preta por finaj uzantoj."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -53,10 +48,14 @@ msgstr "Git-depojo:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"La dokumentaro de Parrot estas skribita en la angla linguo kaj uzas "
"tradukadon el mešina intelijenta por aliaj lingvoj."
#~ msgid "Contents:"
#~ msgstr "Enhavo:"

View File

@ -34,19 +34,20 @@ msgstr "Maskintradukado"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Fenoj de Parrot tradukitas per masina tradukiĝo. La traduka skriptoj "
"estas en la git-repo. La Phind-modelo uzas kun ``llama.cpp`` servilo."
"Fenoj de Parrot tradukitas per masina tradukiĝo. La traduka skriptoj estas "
"en la git-repo. La Phind-modelo uzas kun ``llama.cpp`` servilo."
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Aplikaĵaj Lingvoj"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "Tie notiĝos la subtenataj lingvoj de la ĉefa Parrot aplikaĵo."
#: ../../../source/languages.rst:25
@ -55,11 +56,11 @@ msgstr "Dokumentado de Lingvoj"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"La dokumentaro estas skribita en la angla. Ĝi estas tradukita al la jenaj"
" lingvoj:"
"La dokumentaro estas skribita en la angla. Ĝi estas tradukita al la jenaj "
"lingvoj:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -164,8 +165,7 @@ msgstr "Teluga (eo) `<https://parrot.wtf/te/>`_"
#: ../../../source/languages.rst:105
msgid "Thai (th) `<https://parrot.wtf/th/>`_"
msgstr ""
"Esperanto (eo): La angla \"msgid\" devas esti tradukita al Esperanto "
"(eo). "
"Esperanto (eo): La angla \"msgid\" devas esti tradukita al Esperanto (eo). "
#: ../../../source/languages.rst:108
msgid "Turkish (tr) `<https://parrot.wtf/tr/>`_"
@ -185,12 +185,8 @@ msgstr "Ĉina (eo) `<https://parrot.wtf/eo/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"La dokumentaro de Parrot estas skribita en angla kaj uzas tradukadon de "
"masina-inteligenta por aliaj lingvoj."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Seneca (rigardi) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: es\n"
"Language-Team: es <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: es <LL@li.org>\n"
"Language: es\n"
"Language-Team: es <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Contenido:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Extensión"
@ -42,8 +38,7 @@ msgstr ""
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"El loro está en desarrollo temprano, no está listo para usuarios finales."
msgstr "El loro está en desarrollo temprano, no está listo para usuarios finales."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -53,10 +48,14 @@ msgstr "Repositorio de Git:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"La documentación de Parrot está escrita en inglés y utiliza la traducción "
"automática de máquina para otros idiomas."
"La documentación de Parrot está escrita en inglés y utiliza la traducción"
" automática de máquina para otros idiomas."
#~ msgid "Contents:"
#~ msgstr "Contenido:"

View File

@ -34,20 +34,21 @@ msgstr "Traducción automática"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Algunas partes de Parrot se traducen utilizando la traducción automática "
"de máquina. Los scripts de traducción están en el repositorio git. Se "
"utiliza el modelo Phind con el servidor ``llama.cpp``."
"Algunas partes de Parrot se traducen utilizando la traducción automática de "
"máquina. Los scripts de traducción están en el repositorio git. Se utiliza "
"el modelo Phind con el servidor ``llama.cpp``."
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Aplicación de Idiomas"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
"Aquí se señalarán los idiomas admitidos por la aplicación principal de "
"Parrot."
@ -58,8 +59,8 @@ msgstr "Documentación de idiomas"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"La documentación está escrita en inglés y se traduce a los siguientes "
"idiomas:"
@ -186,12 +187,8 @@ msgstr "Español (es) `<https://parrot.wtf/es/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"La documentación de Parrot está escrita en inglés y utiliza traducciones "
"automáticas del motor AI para otros idiomas."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Seneca (ver) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: eu\n"
"Language-Team: eu <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: eu <LL@li.org>\n"
"Language: eu\n"
"Language-Team: eu <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Edukiak:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Hasipea"
@ -42,8 +38,7 @@ msgstr ""
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"Parrot-a gako batean dago, egiaztatzeko erabiltzaileekin ez dago elkarrik."
msgstr "Parrot-a gako batean dago, egiaztatzeko erabiltzaileekin ez dago elkarrik."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -53,10 +48,14 @@ msgstr "Parrot-repoa: https://github.com/Parrot-Developers/parrot.git"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"Parrotaren dokumentazioa ingeleseran egina da eta beste hizkuntetarako AI "
"mašinaren erantzunarekin erabiltzen du."
"Parrotaren dokumentazioa ingeleseran egina da eta beste hizkuntetarako AI"
" mašinaren erantzunarekin erabiltzen du."
#~ msgid "Contents:"
#~ msgstr "Edukiak:"

View File

@ -34,20 +34,21 @@ msgstr "Traduktor automatikoa"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Zatiaren bitaurekak AI mašinaren itzulpena erabiltzen dituzte. Itzulpen "
"scriptak git repotan daude. Phind modela ``llama.cpp`` zerbitzari batekin"
" erabil daiteke."
"scriptak git repotan daude. Phind modela ``llama.cpp`` zerbitzari batekin "
"erabil daiteke."
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Aplikazio hizkuntzak"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "HONALEZKO dituen aplikazioaren nagusien hizkuntzak."
#: ../../../source/languages.rst:25
@ -56,8 +57,8 @@ msgstr "Dokumentazio hizkuntzak"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "Dokumentazioa ingelizera egina, honek hurrengo hizkuntzak:"
#: ../../../source/languages.rst:30
@ -182,12 +183,8 @@ msgstr "中文(繁體) `<https://parrot.wtf/zh/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Parrotaren dokumentazioa ingelizera izan da eta beste hizkuntetara AI "
"maшинкласкон migrazio erabil da."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Senebat (ikusi) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fil\n"
"Language-Team: fil <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: fil <LL@li.org>\n"
"Language: fil\n"
"Language-Team: fil <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Mga Nilalaman:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Paglaki"
@ -37,14 +33,14 @@ msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"Ang extension ay nakalikha sa ibabaw ng Parrot. Hindi kailangan itong mag-"
"install manual."
"Ang extension ay nakalikha sa ibabaw ng Parrot. Hindi kailangan itong "
"mag-install manual."
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"Ang Parrot ay nasa unang bataan ng pagbuhatid, hindi pa handa para sa mga "
"gumagamit na kaukulang nakaayos."
"Ang Parrot ay nasa unang bataan ng pagbuhatid, hindi pa handa para sa mga"
" gumagamit na kaukulang nakaayos."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -54,10 +50,14 @@ msgstr "Repo sa Git:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"Ang dokumentasyon ng Parrot ay napisal sa Ingles at gamitin ang mga AI na "
"alamat ng pagpapalakas para sa ibang wika."
"Ang dokumentasyon ng Parrot ay napisal sa Ingles at gamitin ang mga AI na"
" alamat ng pagpapalakas para sa ibang wika."
#~ msgid "Contents:"
#~ msgstr "Mga Nilalaman:"

View File

@ -34,20 +34,21 @@ msgstr ""
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Bagay na bahagi ng Parrot ay tinranselate gamit ang AI machine "
"translation. Ang mga script ng pagtataksil ay nasa loob ng git repo. "
"Ginagamit ang Phind model kasama ang ``llama.cpp`` server."
"Bagay na bahagi ng Parrot ay tinranselate gamit ang AI machine translation. "
"Ang mga script ng pagtataksil ay nasa loob ng git repo. Ginagamit ang Phind "
"model kasama ang ``llama.cpp`` server."
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Aplikasyon ng Wikang"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
"Sa pamamagitan ng ibabang Parrot application, magsasali sa mga "
"sinusuportadong wika."
@ -58,8 +59,8 @@ msgstr "Dokumentasyon ng mga Wika"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
#: ../../../source/languages.rst:30
@ -77,10 +78,10 @@ msgstr "Filipino (fil) `<https://parrot.wtf/bn/>`_"
#: ../../../source/languages.rst:39
msgid "German (de) `<https://parrot.wtf/de/>`_"
msgstr ""
"Filipino (fil) `<https://parrot.wtf/de/>`_ Iskulang tao ang ginawa nila "
"sa pagpapahayag ng mga katangian, at hindi sila inaasahan na mag-abot ng "
"isang pagsasaling. Dahil sa ibang panig, mas malayong italo ang mga "
"tulong sa mga katanungan"
"Filipino (fil) `<https://parrot.wtf/de/>`_ Iskulang tao ang ginawa nila sa "
"pagpapahayag ng mga katangian, at hindi sila inaasahan na mag-abot ng isang "
"pagsasaling. Dahil sa ibang panig, mas malayong italo ang mga tulong sa mga "
"katanungan"
#: ../../../source/languages.rst:42
msgid "Greek (el) `<https://parrot.wtf/el/>`_"
@ -188,12 +189,8 @@ msgstr "Tagalog (fil) `<https://parrot.wtf/fil/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Ang pag-unlad ng Parrot ay nailathala sa Inglis at gamitin ang AI machine"
" translation para sa ibang mga wika."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Senyorang Seneca (tan-awa) `<https://parrot.wtf/see/>`_"
"Ang pag-unlad ng Parrot ay nailathala sa Inglis at gamitin ang AI machine "
"translation para sa ibang mga wika."

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fr\n"
"Language-Team: fr <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: fr <LL@li.org>\n"
"Language: fr\n"
"Language-Team: fr <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Contenu:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Extension"
@ -43,8 +39,8 @@ msgstr ""
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"Parrot est en développement précoce et n'est pas prêt pour les utilisateurs "
"finaux."
"Parrot est en développement précoce et n'est pas prêt pour les "
"utilisateurs finaux."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -54,10 +50,15 @@ msgstr "Dépôt Git:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"La documentation de Parrot est rédigée en anglais et utilise une traduction "
"automatique basée sur l'intelligence artificielle pour les autres langues."
"La documentation de Parrot est rédigée en anglais et utilise une "
"traduction automatique basée sur l'intelligence artificielle pour les "
"autres langues."
#~ msgid "Contents:"
#~ msgstr "Contenu:"

View File

@ -34,9 +34,9 @@ msgstr ""
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Certaines parties de Parrot sont traduites en utilisant la traduction "
"automatique d'ordinateur. Les scripts de traduction se trouvent dans le "
@ -47,7 +47,8 @@ msgid "Application Languages"
msgstr "Langues de l'application"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
#: ../../../source/languages.rst:25
@ -56,11 +57,11 @@ msgstr "Documentation Langues"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"La documentation est rédigée en anglais. Elle est traduite dans les "
"langues suivantes :"
"La documentation est rédigée en anglais. Elle est traduite dans les langues "
"suivantes :"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -184,12 +185,8 @@ msgstr "Français (fr) `<https://parrot.wtf/fr/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"La documentation de Parrot est rédigée en anglais et utilise la "
"traduction automatique multilingue basée sur l'intelligence artificielle."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Sénèque (voir) `<https://parrot.wtf/see/>`_"
"La documentation de Parrot est rédigée en anglais et utilise la traduction "
"automatique multilingue basée sur l'intelligence artificielle."

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: he\n"
"Language-Team: he <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: he <LL@li.org>\n"
"Language: he\n"
"Language-Team: he <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "תכולות:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr ""
@ -50,8 +46,12 @@ msgstr ""
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_ הומחל לעברית"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr "התיעוד של Parrot כתוב באנגלית ומשתמש במתרגם מכוני מעשי לשפות אחרות."
#~ msgid "Contents:"
#~ msgstr "תכולות:"

View File

@ -34,9 +34,9 @@ msgstr "תרגום מכלים"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"חלקים מ-Parrot מותרנו באמצעות תרגום מכונה AI. הסקריפטים לתרגום מופיעים "
"במחזקת git. מ"
@ -46,7 +46,8 @@ msgid "Application Languages"
msgstr "שפות יישומים"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "כאן יוצגו את השפות שנתמכות על-ידי היילחם הראשי של יילחם הפקי."
#: ../../../source/languages.rst:25
@ -55,8 +56,8 @@ msgstr "שפות תיעוד"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "התיעוד כתוב באנגלית. הומתום לשפות הבאות:"
#: ../../../source/languages.rst:30
@ -181,10 +182,6 @@ msgstr "中文(繁體) `<https://parrot.wtf/zh/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr "תיעוד לפרטון נכתב באנגלית ומשתמש בתרגום מכונה לשפות אחרות."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "סנקה (ראה) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: hi\n"
"Language-Team: hi <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: hi <LL@li.org>\n"
"Language: hi\n"
"Language-Team: hi <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "सामग्री:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "एक्सटेंशन"
@ -37,13 +33,12 @@ msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"पर्रॉट में बनाए गए इस्तेमाल करने के लिए एक्सटेंशन आवश्यक है। इस एक्सटेंशन को"
" हथ"
"पर्रॉट में बनाए गए इस्तेमाल करने के लिए एक्सटेंशन आवश्यक है। इस एक्सटेंशन"
" को हथ"
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"परोट अभी निम्न डेवलपमेंट में है, संबंधित उपयोगकर्ता के लिए तैयार नहीं है।"
msgstr "परोट अभी निम्न डेवलपमेंट में है, संबंधित उपयोगकर्ता के लिए तैयार नहीं है।"
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -53,10 +48,14 @@ msgstr "गीट रीपो:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_ हिन्दी अनुवाद"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"पर्रोट दस्तावेज़ अंग्रेजी में लिखा गया है और अन्य भाषाओं के लिए आईएसएल मशीन "
"ट्रांसले"
"पर्रोट दस्तावेज़ अंग्रेजी में लिखा गया है और अन्य भाषाओं के लिए आईएसएल "
"मशीन ट्रांसले"
#~ msgid "Contents:"
#~ msgstr "सामग्री:"

View File

@ -34,9 +34,9 @@ msgstr "अबजेक्ट अनुवाद"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr "हिंदी (hi) में पैरोट की एक हिस्से अर्थ विश्लेषण का उपयोग करके अनुवाद किया "
#: ../../../source/languages.rst:20
@ -44,7 +44,8 @@ msgid "Application Languages"
msgstr "अनुप्रयोग भाषाएँ"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "यहाँ मुख्य Parrot ऐप्लिकेशन द्वारा समर्थित भाषाओं की नोट लगाई जाएगी।"
#: ../../../source/languages.rst:25
@ -53,11 +54,9 @@ msgstr "दcoumentation भाषाएँ"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
msgstr ""
"दcoumentation अंग्रेजी में लिखा गया है। इसे निम्नलिखित भाषाओं में सेव "
"किया गया है:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "दcoumentation अंग्रेजी में लिखा गया है। इसे निम्नलिखित भाषाओं में सेव किया गया है:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -181,12 +180,7 @@ msgstr "हिन्दी (hi) `<https://parrot.wtf/hi/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"पर्रोट दस्तावेज़ अंग्रेजी में लिखा गया है और अन्य भाषाओं के लिए AI मशीन "
"ट्रांसलेशन का पालन "
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "सेनेका (देखिए) `<https://parrot.wtf/see/>`_"
"पर्रोट दस्तावेज़ अंग्रेजी में लिखा गया है और अन्य भाषाओं के लिए AI मशीन ट्रांसलेशन का पालन "

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: id\n"
"Language-Team: id <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: id <LL@li.org>\n"
"Language: id\n"
"Language-Team: id <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Isi:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Ekstensi"
@ -37,13 +33,12 @@ msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"Ekstensi ini telah dibangun ke dalam Parrot. Ekstensi tidak perlu diinstal "
"secara manual."
"Ekstensi ini telah dibangun ke dalam Parrot. Ekstensi tidak perlu "
"diinstal secara manual."
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"Parrot masih dalam pengembangan awal dan belum siap untuk pengguna akhir."
msgstr "Parrot masih dalam pengembangan awal dan belum siap untuk pengguna akhir."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -53,10 +48,14 @@ msgstr ""
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"Dokumentasi Parrot ditulis dalam bahasa Inggris dan menggunakan terjemahan "
"mesin otomatis untuk bahasa lain."
"Dokumentasi Parrot ditulis dalam bahasa Inggris dan menggunakan "
"terjemahan mesin otomatis untuk bahasa lain."
#~ msgid "Contents:"
#~ msgstr "Isi:"

View File

@ -34,20 +34,21 @@ msgstr "Terjemahan Mesin"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Bagian dari Parrot terjemah menggunakan terjemahan mesin otomatis "
"berbasis AI. Skrip terjemahan ada di repositori git. Model Phind "
"digunakan dengan server ``llama.cpp``."
"Bagian dari Parrot terjemah menggunakan terjemahan mesin otomatis berbasis "
"AI. Skrip terjemahan ada di repositori git. Model Phind digunakan dengan "
"server ``llama.cpp``."
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Aplikasi Bahasa"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "Di sini akan dicatat bahasa yang didukung oleh aplikasi utama Parrot."
#: ../../../source/languages.rst:25
@ -56,11 +57,10 @@ msgstr "Dokumentasi Bahasa"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"Dokumen ini ditulis dalam bahasa Inggris dan diterjemahkan ke bahasa "
"berikut:"
"Dokumen ini ditulis dalam bahasa Inggris dan diterjemahkan ke bahasa berikut:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -184,12 +184,8 @@ msgstr "Indonesian (id) `<https://parrot.wtf/id/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Dokumensi Parrot ditulis dalam Bahasa Inggris dan menggunakan terjemahan "
"mesin otomatis untuk bahasa lain."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Seneca (lihat) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: it\n"
"Language-Team: it <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: it <LL@li.org>\n"
"Language: it\n"
"Language-Team: it <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Contenuti:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Estensione"
@ -43,8 +39,8 @@ msgstr ""
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"Il parrocchetto è in una fase preliminare di sviluppo e non è pronto per gli"
" utenti finali."
"Il parrocchetto è in una fase preliminare di sviluppo e non è pronto per "
"gli utenti finali."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -54,10 +50,14 @@ msgstr "Repo Git:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"La documentazione di Parrot è scritta in inglese e utilizza la traduzione "
"automatica del macchinario per altre lingue."
"La documentazione di Parrot è scritta in inglese e utilizza la traduzione"
" automatica del macchinario per altre lingue."
#~ msgid "Contents:"
#~ msgstr "Contenuti:"

View File

@ -34,23 +34,24 @@ msgstr "Traduzione Macchina"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Parte di Parrot vengono tradotte con la traduzione automatica del "
"machineling. Gli script di traduzione si trovano nel repo git. Il modello"
" Phind viene utilizzato con il server ``llama.cpp``."
"machineling. Gli script di traduzione si trovano nel repo git. Il modello "
"Phind viene utilizzato con il server ``llama.cpp``."
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Lingue dell'applicazione"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
"Qui saranno annotate le lingue supportate dall'applicazione principale di"
" Parrot."
"Qui saranno annotate le lingue supportate dall'applicazione principale di "
"Parrot."
#: ../../../source/languages.rst:25
msgid "Documentation Languages"
@ -58,8 +59,8 @@ msgstr "Documentazione Lingue"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"La documentazione è redatta in inglese e viene tradotta nelle seguenti "
"lingue:"
@ -186,12 +187,8 @@ msgstr "Italiano (it) `<https://parrot.wtf/it/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"La documentazione di Parrot è scritta in inglese e utilizza il traduzione"
" automatica del materiale per altre lingue."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Seneca (vedi) `<https://parrot.wtf/see/>`_"
"La documentazione di Parrot è scritta in inglese e utilizza il traduzione "
"automatica del materiale per altre lingue."

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ja\n"
"Language-Team: ja <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: ja <LL@li.org>\n"
"Language: ja\n"
"Language-Team: ja <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "コンテンツ:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "拡張機能"
@ -52,8 +48,12 @@ msgstr ""
"`<https://spacecruft.org/deepcrayon/parrot-extension>`_ "
"これは、gettextの.poファイルです。英語の\"msgid\"を日本語(ja)に翻訳します。翻訳された文字列は「msgstr」に入ります。英語の「msgid"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr "パーロットのドキュメントは英語で書かれており、他の言語向けにAI機械翻訳を使用しています。"
#~ msgid "Contents:"
#~ msgstr "コンテンツ:"

View File

@ -34,17 +34,20 @@ msgstr "自動翻訳"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
msgstr "パーロットの一部は、AIマシン翻訳を使用して翻訳されます。翻訳スクリプトはGitレポにあります。Phindモデルは``llama.cpp``サーバーで使用"
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"パーロットの一部は、AIマシン翻訳を使用して翻訳されます。翻訳スクリプトはGitレ"
"ポにあります。Phindモデルは``llama.cpp``サーバーで使用"
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "アプリケーション言語"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "このメインパルトアプリケーションでサポートされる言語が記録されます。"
#: ../../../source/languages.rst:25
@ -53,8 +56,8 @@ msgstr "文書言語"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
#: ../../../source/languages.rst:30
@ -179,10 +182,8 @@ msgstr "日本語(ja) `<https://parrot.wtf/ja/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr "パーロットのドキュメントは英語で記述され、他の言語にはAIによる機械翻訳が使用されます。"
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "参照 Seneca `<https://parrot.wtf/see/>`_"
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"パーロットのドキュメントは英語で記述され、他の言語にはAIによる機械翻訳が使用"
"されます。"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ko\n"
"Language-Team: ko <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: ko <LL@li.org>\n"
"Language: ko\n"
"Language-Team: ko <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "내용:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "확장 기능"
@ -50,8 +46,12 @@ msgstr ""
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr ""
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr "패럿 문서는 영어로 작성되고, AI 기계 번역을 사용하여 다른 언어로 번역합니다."
#~ msgid "Contents:"
#~ msgstr "내용:"

View File

@ -34,17 +34,20 @@ msgstr "기계 번역"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
msgstr "일부 Parrot는 AI 기계 번역을 사용하여 번역됩니다. 번역 스크립트는 git repo에 있습니다. \"Phind\" 모델과 함"
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"일부 Parrot는 AI 기계 번역을 사용하여 번역됩니다. 번역 스크립트는 git repo에 "
"있습니다. \"Phind\" 모델과 함"
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "어플리케이션 언어"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "메인 Parrot 애플리케이션에서 지원하는 언어들이 기록됩니다."
#: ../../../source/languages.rst:25
@ -53,8 +56,8 @@ msgstr "문서 언어"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "문서는 영어로 작성되었으며, 다음 언어들로 번역되었습니다:"
#: ../../../source/languages.rst:30
@ -179,10 +182,7 @@ msgstr "한국어 (ko) `<https://parrot.wtf/ko/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr "패럿 문서는 영어로 작성되고, AI 기계 번역을 사용하여 다른 언어로 번역합니다."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "선에코 (보기) `<https://parrot.wtf/see/>`_"
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"패럿 문서는 영어로 작성되고, AI 기계 번역을 사용하여 다른 언어로 번역합니다."

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: lkt\n"
"Language-Team: lkt <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: lkt <LL@li.org>\n"
"Language: lkt\n"
"Language-Team: lkt <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Tȟëskȟiŋka Oyate:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Ištažin"
@ -40,8 +36,7 @@ msgstr "Tiyotipi-kwi wazi yuwi Parrot. Owasi-kwi kakistawa yuwipila."
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"Parrot hočhe waŋya kiŋčhi yakȟolakȟo, ošáŋká wazíŋ kaŋ hékąneta kóyapi."
msgstr "Parrot hočhe waŋya kiŋčhi yakȟolakȟo, ošáŋká wazíŋ kaŋ hékąneta kóyapi."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -51,9 +46,12 @@ msgstr "Wičaza tȟaŋka čáŋpi:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Parrot akíčháŋska tȟokála lájepi kaŋ ṩiŋkáyapi yékhni ȟuŋkáhiŋ kohkáta."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr "Parrot akíčháŋska tȟokála lájepi kaŋ ṩiŋkáyapi yékhni ȟuŋkáhiŋ kohkáta."
#~ msgid "Contents:"
#~ msgstr "Tȟëskȟiŋka Oyate:"

View File

@ -26,7 +26,8 @@ msgstr ""
#: ../../../source/languages.rst:8
msgid "Parrot is in many languages. It is written in English."
msgstr "Parrot ho'e yéhíí yékhóta hiyo niyá. Owíya yéhíí yékhóta hiyo tȟasíŋka."
msgstr ""
"Parrot ho'e yéhíí yékhóta hiyo niyá. Owíya yéhíí yékhóta hiyo tȟasíŋka."
#: ../../../source/languages.rst:13
msgid "Machine Translation"
@ -34,20 +35,22 @@ msgstr "Tȟáŋka Ȟíñá Makožítȟa Pȟežítȟuŋhaŋ"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Wašte sgȟa yápi tȟatȟaŋčhée kiŋ óYápi iŋyáti tȟahékapsta AI máquina yóki."
" Sgȟa yápi kiŋ yuǧaȟta wašte haŋktȟiŋ t"
"Wašte sgȟa yápi tȟatȟaŋčhée kiŋ óYápi iŋyáti tȟahékapsta AI máquina yóki. "
"Sgȟa yápi kiŋ yuǧaȟta wašte haŋktȟiŋ t"
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Aȟte Wílaŋkpa Tȟamákȟočhe"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgstr "Wílapi yékhinu tȟáŋka Ȟásaŋtȟéka Ȟásaŋta oyuya kiŋ leve Parrot kangyata."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
"Wílapi yékhinu tȟáŋka Ȟásaŋtȟéka Ȟásaŋta oyuya kiŋ leve Parrot kangyata."
#: ../../../source/languages.rst:25
msgid "Documentation Languages"
@ -55,11 +58,11 @@ msgstr "Wíčháŋka Oyȟe Lúŋkȟo"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"The documentation is written in Lakota. It is translated into the "
"following languages:"
"The documentation is written in Lakota. It is translated into the following "
"languages:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -183,12 +186,8 @@ msgstr "Lakota (lkt) `<https://parrot.wtf/lkt/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Parrot tȟokádocíŋka ȟetó tȟo'o wíyotake ȟaŋtȟila aŋpṡta'e oyate Máyin "
"Tȟékuri (AI) tȟuŋtȟila oyate yíhi tȟúŋtȟila."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Seneca (miya) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: mr\n"
"Language-Team: mr <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: mr <LL@li.org>\n"
"Language: mr\n"
"Language-Team: mr <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "सामग्री:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "विस्तार"
@ -36,8 +32,7 @@ msgstr "एक्सटेंशन करणारी बॉक्स पार
msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"एक्सटेंशन पर्लॉटमध्ये बनविली आहे. वेळे दाखवण्यासाठी स्पष्ट केलेल्या नाही."
msgstr "एक्सटेंशन पर्लॉटमध्ये बनविली आहे. वेळे दाखवण्यासाठी स्पष्ट केलेल्या नाही."
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
@ -53,10 +48,14 @@ msgstr ""
"`<https://spacecruft.org/deepcrayon/parrot-extension>`_ अंग्रेजीच्या "
"\"msgid\" मराठीला \"msgstr\" बदलून करा."
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"पर्यटक निर्देशिका अंग्रेजीमध्ये लॉक होते आणि अन्य भाषांना संगणन आधारित "
"अनुवाद वापरतात."
#~ msgid "Contents:"
#~ msgstr "सामग्री:"

View File

@ -34,9 +34,9 @@ msgstr "मशीन अनुवाद"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr "चापलाचे काही भाग संगीत एवजी मशीन अनुवाद करून तयार केले आहे. त्यांची अनुवाद"
#: ../../../source/languages.rst:20
@ -44,7 +44,8 @@ msgid "Application Languages"
msgstr "एप्लीकेशन भाषांचे"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "येावजूद आहे मॅनचे प्रोग्राम अ‍ॅप्लीकेशनचे भाषांची समर्थन."
#: ../../../source/languages.rst:25
@ -53,11 +54,9 @@ msgstr "दॉक्युमेंटेशन भाषाएं"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
msgstr ""
"दोकुमेंट अंग्रेजीमध्ये लिहिला आहे. ते नेहमी भाषांच्या अर्जवार्तांमध्ये "
"एकत्रित केले आहेत:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "दोकुमेंट अंग्रेजीमध्ये लिहिला आहे. ते नेहमी भाषांच्या अर्जवार्तांमध्ये एकत्रित केले आहेत:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -181,12 +180,8 @@ msgstr "चीनी (mr) `<https://parrot.wtf/mr/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"पर्रोट (mr) दcoumentation अंग्रेजीमध्ये लहिले आणि AI मशीन translation इतर"
" भाषांकर वापरता ते."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "सेनेका (देkhा) `<https://parrot.wtf/see/>`_"
"पर्रोट (mr) दcoumentation अंग्रेजीमध्ये लहिले आणि AI मशीन translation इतर भाषांकर "
"वापरता ते."

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ms\n"
"Language-Team: ms <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: ms <LL@li.org>\n"
"Language: ms\n"
"Language-Team: ms <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Kandungan:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Kemampuan"
@ -37,13 +33,14 @@ msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"Ekstensi ini sudah dibina dalam Parrot. Ekstensi tidak perlu dipasang secara"
" manual."
"Ekstensi ini sudah dibina dalam Parrot. Ekstensi tidak perlu dipasang "
"secara manual."
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"Parrot masih dalam pembangunan awal dan tidak bersedia untuk pengguna akhir."
"Parrot masih dalam pembangunan awal dan tidak bersedia untuk pengguna "
"akhir."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -53,10 +50,14 @@ msgstr "Repo Git:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "msgstr:`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"Dokumentasi Parrot ditulis dalam Bahasa Inggeris dan menggunakan terjemahan "
"mesin untuk bahasa lain."
"Dokumentasi Parrot ditulis dalam Bahasa Inggeris dan menggunakan "
"terjemahan mesin untuk bahasa lain."
#~ msgid "Contents:"
#~ msgstr "Kandungan:"

View File

@ -34,9 +34,9 @@ msgstr "Terjemahan Mesin"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Bagian-bagian Parrot ditranslate menggunakan terjemahan mesin AI. Skrip "
"terjemahan ada di repositori git. Model Phind digunakan dengan pelayan "
@ -47,7 +47,8 @@ msgid "Application Languages"
msgstr "Bahasa Aplikasi"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "Di sini akan ditandai bahasa yang didukung oleh aplikasi utama Parrot."
#: ../../../source/languages.rst:25
@ -56,11 +57,11 @@ msgstr "Dokumentasi Bahasa"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"Documenasi ditulis dalam Bahasa Inggeris dan telah diterjemahkan ke dalam"
" bahasa-bahasa berikut:"
"Documenasi ditulis dalam Bahasa Inggeris dan telah diterjemahkan ke dalam "
"bahasa-bahasa berikut:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -184,12 +185,8 @@ msgstr "马来语 (ms) `<https://parrot.wtf/ms/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Dokumentasi Parrot ditulis dalam Bahasa Inggeris dan menggunakan "
"terjemahan mesin untuk bahasa lain."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Senaja (lihat) `<https://parrot.wtf/see/>`_"
"Dokumentasi Parrot ditulis dalam Bahasa Inggeris dan menggunakan terjemahan "
"mesin untuk bahasa lain."

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: nl\n"
"Language-Team: nl <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: nl <LL@li.org>\n"
"Language: nl\n"
"Language-Team: nl <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Inhoud:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Uitbreiding"
@ -37,8 +33,8 @@ msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"De uitbreiding is ingebouwd in Parrot. De uitbreiding hoeft niet handmatig "
"te worden geïnstalleerd."
"De uitbreiding is ingebouwd in Parrot. De uitbreiding hoeft niet "
"handmatig te worden geïnstalleerd."
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
@ -54,10 +50,14 @@ msgstr "Git-opslagplaats:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-uitbreiding>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"De Parrot-documentatie wordt geschreven in het Engels en maakt gebruik van "
"AI-machinetranslatie voor andere talen."
"De Parrot-documentatie wordt geschreven in het Engels en maakt gebruik "
"van AI-machinetranslatie voor andere talen."
#~ msgid "Contents:"
#~ msgstr "Inhoud:"

View File

@ -34,20 +34,21 @@ msgstr "Vertaling door machine"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Deeltjes van de papegaai worden omgezet met behulp van AI-"
"machinetranslatie. De vertaalscripts zijn in de git-repo. Het Phind-model"
" wordt gebruikt met de ``llama.cpp`` server."
"Deeltjes van de papegaai worden omgezet met behulp van AI-machinetranslatie. "
"De vertaalscripts zijn in de git-repo. Het Phind-model wordt gebruikt met de "
"``llama.cpp`` server."
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "ToepassingsTalen"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
"Hier zullen de ondersteunde talen worden vermeld door de hoofd-Parrot "
"applicatie."
@ -58,11 +59,10 @@ msgstr "Dokumentatie talen"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"De documentatie is geschreven in het Engels en vertaald in de volgende "
"talen:"
"De documentatie is geschreven in het Engels en vertaald in de volgende talen:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -186,12 +186,8 @@ msgstr "Nederlands (nl) `<https://parrot.wtf/nl/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"De Parrot-documentatie wordt geschreven in het Engels en maakt gebruik "
"van AI-machinetranslatie voor andere talen."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Seneca (zien) `<https://parrot.wtf/see/>`_"
"De Parrot-documentatie wordt geschreven in het Engels en maakt gebruik van "
"AI-machinetranslatie voor andere talen."

View File

@ -0,0 +1,151 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: pl\n"
"Language-Team: pl <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
"(n%100<10 || n%100>=20) ? 1 : 2);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,18 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: pl <LL@li.org>\n"
"Language: pl\n"
"Language-Team: pl <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
"(n%100<10 || n%100>=20) ? 1 : 2);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Zawartość:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Rozszerzenie"
@ -54,10 +51,14 @@ msgstr "Repozytorium Gita:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr ""
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"Dokumentacja Parrot jest napisana w języku angielskim i używa tłumaczenia "
"maszynowego opartego na sztucznej inteligencji dla innych języków."
"Dokumentacja Parrot jest napisana w języku angielskim i używa tłumaczenia"
" maszynowego opartego na sztucznej inteligencji dla innych języków."
#~ msgid "Contents:"
#~ msgstr "Zawartość:"

View File

@ -14,8 +14,8 @@ msgstr ""
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: pl\n"
"Language-Team: pl <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
"(n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -35,23 +35,24 @@ msgstr ""
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Części Parrot są tłumaczone przy użyciu tłumaczenia maszynowego opartego "
"na sztucznej inteligencji. Skrypty tłumaczeniowe znajdują się w "
"repozytorium git. Model Phind jest używany z serwerem ``llama.cpp``."
"Części Parrot są tłumaczone przy użyciu tłumaczenia maszynowego opartego na "
"sztucznej inteligencji. Skrypty tłumaczeniowe znajdują się w repozytorium "
"git. Model Phind jest używany z serwerem ``llama.cpp``."
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Języki aplikacji"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
"W tym miejscu zostaną odnotowane języki obsługiwane przez główne "
"aplikacje Parrot."
"W tym miejscu zostaną odnotowane języki obsługiwane przez główne aplikacje "
"Parrot."
#: ../../../source/languages.rst:25
msgid "Documentation Languages"
@ -59,8 +60,8 @@ msgstr "Dokumentacja języków"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"Dokumentacja jest napisana w języku angielskim. Tłumaczona jest na "
"następujące języki:"
@ -187,12 +188,8 @@ msgstr "中文 (pl) `<https://parrot.wtf/pl/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Dokumentacja Parrot jest napisana w języku angielskim i używa tłumaczenia"
" maszynowego opartego na sztucznej inteligencji dla innych języków."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Seksta (patrz) `<https://parrot.wtf/see/>`_"
"Dokumentacja Parrot jest napisana w języku angielskim i używa tłumaczenia "
"maszynowego opartego na sztucznej inteligencji dla innych języków."

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: pt\n"
"Language-Team: pt <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: pt <LL@li.org>\n"
"Language: pt\n"
"Language-Team: pt <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Conteúdo:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Extensão"
@ -37,8 +33,8 @@ msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"A extensão está incorporada no Parrot. A extensão não precisa ser instalada "
"manualmente."
"A extensão está incorporada no Parrot. A extensão não precisa ser "
"instalada manualmente."
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
@ -54,10 +50,14 @@ msgstr "Repositório Git:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"A documentação do Parrot é escrita em inglês e utiliza tradução automática "
"de máquina para outras línguas."
"A documentação do Parrot é escrita em inglês e utiliza tradução "
"automática de máquina para outras línguas."
#~ msgid "Contents:"
#~ msgstr "Conteúdo:"

View File

@ -34,23 +34,23 @@ msgstr "Tradução Automática"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Peças do Parrot são traduzidas usando tradução automática de máquina. Os "
"scripts de tradução estão no repositório git. O modelo Phind é utilizado "
"com o servidor ``llama.cpp``."
"scripts de tradução estão no repositório git. O modelo Phind é utilizado com "
"o servidor ``llama.cpp``."
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Línguas da Aplicação"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
"Aqui serão anotados os idiomas suportados pelo aplicativo principal "
"Parrot."
"Aqui serão anotados os idiomas suportados pelo aplicativo principal Parrot."
#: ../../../source/languages.rst:25
msgid "Documentation Languages"
@ -58,9 +58,10 @@ msgstr "Documentação Idiomas"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
msgstr "A documentação está escrita em inglês e é traduzida nas seguintes línguas:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"A documentação está escrita em inglês e é traduzida nas seguintes línguas:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -184,12 +185,8 @@ msgstr "Português (pt) `<https://parrot.wtf/pt/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"A documentação do Parrot é escrita em inglês e utiliza a tradução "
"automática de máquina para outras línguas."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Sênia (ver) `<https://parrot.wtf/see/>`_"
"A documentação do Parrot é escrita em inglês e utiliza a tradução automática "
"de máquina para outras línguas."

View File

@ -0,0 +1,151 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ru\n"
"Language-Team: ru <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,18 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: ru <LL@li.org>\n"
"Language: ru\n"
"Language-Team: ru <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr ""
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Расширение"
@ -36,8 +33,7 @@ msgstr "Расширение для Parrot Libre AI IDE."
msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"Расширение встроено в Parrot. Расширение не нуждается в ручной установке."
msgstr "Расширение встроено в Parrot. Расширение не нуждается в ручной установке."
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
@ -53,10 +49,14 @@ msgstr "Репозиторий Git:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"Документация Parrot написана на английском и использует АИ-перевод для "
"других языков."
#~ msgid "Contents:"
#~ msgstr ""

View File

@ -35,20 +35,21 @@ msgstr "Перевод машины"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Части Паррота переводятся с использованием машинного перевода на основе "
"ИИ. Скрипты перевода находятся в репозитории git. Используется модель "
"Phind с сервером ``llama.cpp``."
"Части Паррота переводятся с использованием машинного перевода на основе ИИ. "
"Скрипты перевода находятся в репозитории git. Используется модель Phind с "
"сервером ``llama.cpp``."
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Языки приложений"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "Здесь будет указано поддерживаемые языки основного приложения Parrot."
#: ../../../source/languages.rst:25
@ -57,11 +58,10 @@ msgstr "Документация Языки"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"Документация написана на английском языке. Она переведена на следующие "
"языки:"
"Документация написана на английском языке. Она переведена на следующие языки:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -185,12 +185,8 @@ msgstr "Русский (ru) `<https://parrot.wtf/ru/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Документация по Parrot написана на английском языке и использует "
"искусственный переводчик машин для других языков."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Сенека (смотреть) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ta\n"
"Language-Team: ta <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: ta <LL@li.org>\n"
"Language: ta\n"
"Language-Team: ta <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "உள்ளடக்கம்:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr ""
@ -54,9 +50,12 @@ msgstr ""
"`<https://ta.wikipedia.org/wiki/%E0%AE%AA%E0%AF%8D%E0%AE%B0>`_ பார்ரோடு "
"நிரல்"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"பார்ரோட்டு ஆய்வு எங்குலியம் மொழியில் உள்ளது மற்ற மொழிக்குப் பயணிகளை சேவை ச"
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr "பார்ரோட்டு ஆய்வு எங்குலியம் மொழியில் உள்ளது மற்ற மொழிக்குப் பயணிகளை சேவை ச"
#~ msgid "Contents:"
#~ msgstr "உள்ளடக்கம்:"

View File

@ -34,9 +34,9 @@ msgstr "மகிழ்ச்சியடிப்பு"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr "பார்லாட்டின் ச部குறித்து பங்குளிய மொழிபொஹ்மிகளை AI நோய்க்குணி ம"
#: ../../../source/languages.rst:20
@ -44,7 +44,8 @@ msgid "Application Languages"
msgstr "பயிற்சி மொழிகள்"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "இந்தத் திட்டம் முதலிய பார்ரோட் செயலின் ஆதரவுகளை குறிப்பிடும்."
#: ../../../source/languages.rst:25
@ -53,11 +54,10 @@ msgstr "ஆபிச்சொற்கள் மொழிகள்"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"அதிகாரம் 英語முதல் மொழியில் செயற்படுகின்றது. இதை பின்வரும் மொழிகள் "
"உபாダந்துகின்றன:"
"அதிகாரம் 英語முதல் மொழியில் செயற்படுகின்றது. இதை பின்வரும் மொழிகள் உபாダந்துகின்றன:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -181,10 +181,6 @@ msgstr "தமிழ் (ta) `<https://parrot.wtf/ta/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr "பார்ரோட் ஆறுமை எ<>нг்லிஷ் மொழியில் உள்ளது மற்ற உபாகங்களுக்கு AI அரட்டை மொழ"
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "செனாக்கு (வாய்ப்பு) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: te\n"
"Language-Team: te <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: te <LL@li.org>\n"
"Language: te\n"
"Language-Team: te <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr ""
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "కొనసాగు"
@ -50,8 +46,12 @@ msgstr ""
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_ తెలుగువాడి"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr "ప్రారోట్ డాక్యూమెంటితో ఇంగ్లీష్ వాడిన<E0B0BF>"
#~ msgid "Contents:"
#~ msgstr ""

View File

@ -34,9 +34,9 @@ msgstr "మాశీన్ అప్డేట్ చేయబడింది."
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr "పార్రోట్‌లోని భగములు AI మాషిన్ అ<>"
#: ../../../source/languages.rst:20
@ -44,7 +44,8 @@ msgid "Application Languages"
msgstr "అప్లికేషన్ భాషలు"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "ప్రముఖంలో ఉన్న మెయిన్ అప్లికేషన్ తెలుగు"
#: ../../../source/languages.rst:25
@ -53,8 +54,8 @@ msgstr "దృష్టికృతం భాషలు"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "దస్తావేజికంగా తెలుగుగా అనువాదిచబడ<E0B0AC>"
#: ../../../source/languages.rst:30
@ -179,10 +180,6 @@ msgstr "తెలుగు (te) `<https://parrot.wtf/te/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr "పార్ట్ డాక్యుమెంటేషన్ అంగ్ల భాషలో విద్<E0B0A6>"
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "సేనెక్యా (వీక్షించు) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: th\n"
"Language-Team: th <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: th <LL@li.org>\n"
"Language: th\n"
"Language-Team: th <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "เนื้อหา:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "ส่วนขยาย"
@ -50,10 +46,14 @@ msgstr "เก็บเชิงหลักของโค้ด:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr ""
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"เอกสารประกอบของแพรวได้เขียนด้วยภาษาอังกฤษ "
"และใช้การแปลเมืองคอลังสมรรถิจน์สำหรับภาษาอื่น"
#~ msgid "Contents:"
#~ msgstr "เนื้อหา:"

View File

@ -34,19 +34,18 @@ msgstr "การแปลเครื่องมือ"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
msgstr ""
"ส่วนหลักของ Parrot ถูกแปลโดยใช้การแปลภาษาเทคโนโลยีศึกษา "
"สคริปต์แปลเพิ่มเติม"
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr "ส่วนหลักของ Parrot ถูกแปลโดยใช้การแปลภาษาเทคโนโลยีศึกษา สคริปต์แปลเพิ่มเติม"
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "ภาษาแอปลิเคชัน"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "จะมีการบันทึกภาษาที่รองรับโดยแอปพลิเคชันหลักของพร็อตต์ที่นี่"
#: ../../../source/languages.rst:25
@ -55,8 +54,8 @@ msgstr "เอกสารภาษา"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "เอกสารประกอบนี้เขียนขึ้นภาษาอังกฤษ และถูกแปลเข้าที่ภาษาต่อไปนี้:"
#: ../../../source/languages.rst:30
@ -181,12 +180,7 @@ msgstr "泰語 (th) `<https://parrot.wtf/th/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"เอกสารประกอบของพวกหมู่นึ่งได้เขียนโดยใช้ภาษาอังกฤษ "
"และใช้การแปลเสริมทางวิศวะสำหรับภาษาอื"
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "เซนเนกา (ดู) `<https://parrot.wtf/see/>`_"
"เอกสารประกอบของพวกหมู่นึ่งได้เขียนโดยใช้ภาษาอังกฤษ และใช้การแปลเสริมทางวิศวะสำหรับภาษาอื"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: tr\n"
"Language-Team: tr <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: tr <LL@li.org>\n"
"Language: tr\n"
"Language-Team: tr <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "İçindekiler:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Uzantı"
@ -52,10 +48,14 @@ msgstr "Git deposu:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr ""
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"Parrot belgeleri İngilizce düzenlenir ve diğer diller için yapay zeka "
"çevirisi kullanılır."
#~ msgid "Contents:"
#~ msgstr "İçindekiler:"

View File

@ -34,9 +34,9 @@ msgstr "Makine Çevirisi"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Bölümlerinden bazıları, AI makine çevirisi kullanılarak çeviri yapılır. "
"Çeviri komut dosyaları git repo'da bulunur. Phind modeli ``llama.cpp`` "
@ -47,8 +47,10 @@ msgid "Application Languages"
msgstr "Uygulama Dilleri"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgstr "Uygulamanın ana dili olarak desteklenen dillerin listesi burada belirecek."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
"Uygulamanın ana dili olarak desteklenen dillerin listesi burada belirecek."
#: ../../../source/languages.rst:25
msgid "Documentation Languages"
@ -56,8 +58,8 @@ msgstr "Döküman Dilleri"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"Dokümantasyon İngilizce dili ile yazılmıştır. Aşağıdaki dillerle çeviri "
"yapıldı:"
@ -184,12 +186,8 @@ msgstr ""
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Parrot dokümantasyonu İngilizcede yazılır ve diğer diller için Yapay Zeka"
" makine çevirisi kullanılır."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "msgstr:Seneca (gör) `<https://parrot.wtf/see/>`_"
"Parrot dokümantasyonu İngilizcede yazılır ve diğer diller için Yapay Zeka "
"makine çevirisi kullanılır."

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ur\n"
"Language-Team: ur <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: ur <LL@li.org>\n"
"Language: ur\n"
"Language-Team: ur <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr ""
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr ""
@ -36,8 +32,7 @@ msgstr "ایکسٹنشن فور پاررات لائبر آئی آئیڈی."
msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"براونیر میں فرآئی خلاصہ کردہ ہے۔ فرآئی کو دوبارہ انسٹال کرنا چاہیئے نہیں۔"
msgstr "براونیر میں فرآئی خلاصہ کردہ ہے۔ فرآئی کو دوبارہ انسٹال کرنا چاہیئے نہیں۔"
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
@ -51,10 +46,14 @@ msgstr "گیٹ ریپو کا:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"پاررات دوکیومنٹیشن انگلیسی میں لکھی جاتی ہے اور دوسرے زبانوں کے لئے آئی "
"ماشین ٹرانسلیشن کا ا"
#~ msgid "Contents:"
#~ msgstr ""

View File

@ -26,7 +26,8 @@ msgstr "زبانیں"
#: ../../../source/languages.rst:8
msgid "Parrot is in many languages. It is written in English."
msgstr "پاررات (Parrot) شامل معدودی زبانوں میں ہے۔ یہ انگریزی میں لکھا جاتا ہے۔"
msgstr ""
"پاررات (Parrot) شامل معدودی زبانوں میں ہے۔ یہ انگریزی میں لکھا جاتا ہے۔"
#: ../../../source/languages.rst:13
msgid "Machine Translation"
@ -34,19 +35,19 @@ msgstr "ترجمہ یادگار: ماشین"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"بجائے کی مرکز پارروٹ کے قسمتوں کو AI ماشینی ترجمہ کی استعمال کی گئی ہے۔ "
"ترج"
"بجائے کی مرکز پارروٹ کے قسمتوں کو AI ماشینی ترجمہ کی استعمال کی گئی ہے۔ ترج"
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "تطبیقات زبان"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr ""
#: ../../../source/languages.rst:25
@ -55,9 +56,10 @@ msgstr ""
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
msgstr "داکیومنٹیشن انگریزی سے لکھی جاتی ہے۔ یہ فورین بحثاں میں ترجمہ کیا جاتا ہے:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr ""
"داکیومنٹیشن انگریزی سے لکھی جاتی ہے۔ یہ فورین بحثاں میں ترجمہ کیا جاتا ہے:"
#: ../../../source/languages.rst:30
msgid "Amharic (am) `<https://parrot.wtf/am/>`_"
@ -94,8 +96,7 @@ msgstr "اردو `https://parrot.wtf/eu/`_"
#: ../../../source/languages.rst:54
msgid "Filipino (fil) `<https://parrot.wtf/fil/>`_"
msgstr ""
"برادری کے آدھے کو پروگرام کے لئے ترجمہ کریں (ur) "
"`<https://parrot.wtf/fil/>`_"
"برادری کے آدھے کو پروگرام کے لئے ترجمہ کریں (ur) `<https://parrot.wtf/fil/>`_"
#: ../../../source/languages.rst:57
msgid "French (fr) `<https://parrot.wtf/fr/>`_"
@ -183,12 +184,8 @@ msgstr "اردو `<https://parrot.wtf/ur/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"پارروٹ دستاویز انگلیسی میں لکھی جاتی ہے اور دیگر زبانوں کے لئے خود احمقی "
"ماشینی ترجمہ کا استع"
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "سینیکا (دیکھیں) `<https://parrot.wtf/see/>`_"

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: vi\n"
"Language-Team: vi <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: vi <LL@li.org>\n"
"Language: vi\n"
"Language-Team: vi <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "Nội dung:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "Phần mở rộng"
@ -37,14 +33,14 @@ msgid ""
"The extension is built into Parrot. The extension does not need to be "
"manually installed."
msgstr ""
"Phần mở rộng được tích hợp sẵn vào trong Parrot. Phần mở rộng không cần được"
" cài đặt thủ công."
"Phần mở rộng được tích hợp sẵn vào trong Parrot. Phần mở rộng không cần "
"được cài đặt thủ công."
#: ../../../source/extension/index.rst:8
msgid "Parrot is in early development, not ready for end users."
msgstr ""
"Parrot đang trong giai đoạn phát triển sơ khai, chưa sẵn sàng cho người dùng"
" cuối."
"Parrot đang trong giai đoạn phát triển sơ khai, chưa sẵn sàng cho người "
"dùng cuối."
#: ../../../source/extension/index.rst:10
msgid "Git repo:"
@ -54,10 +50,14 @@ msgstr "Kho lưu trữ Git:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr ""
"Tài liệu về Parrot được viết bằng tiếng Anh và sử dụng máy móc dịch tự động "
"cho các ngôn ngữ khác."
"Tài liệu về Parrot được viết bằng tiếng Anh và sử dụng máy móc dịch tự "
"động cho các ngôn ngữ khác."
#~ msgid "Contents:"
#~ msgstr "Nội dung:"

View File

@ -27,8 +27,7 @@ msgstr "Ngôn ngữ"
#: ../../../source/languages.rst:8
msgid "Parrot is in many languages. It is written in English."
msgstr ""
"Parrot được sử dụng trong nhiều ngôn ngữ khác. Nó được viết bằng tiếng "
"Anh."
"Parrot được sử dụng trong nhiều ngôn ngữ khác. Nó được viết bằng tiếng Anh."
#: ../../../source/languages.rst:13
msgid "Machine Translation"
@ -36,19 +35,20 @@ msgstr "Dịch Máy"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"Phần của Parrot được dịch bằng máy móc dịch tự động hóa. Các tập lệnh "
"dịch nằm trong kho git. Mô hình Phind được s<>"
"Phần của Parrot được dịch bằng máy móc dịch tự động hóa. Các tập lệnh dịch "
"nằm trong kho git. Mô hình Phind được s<>"
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "Ứng dụng ngôn ngữ"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "Ở đây sẽ ghi chú các ngôn ngữ được hỗ trợ bởi ứng dụng chính Parrot."
#: ../../../source/languages.rst:25
@ -57,8 +57,8 @@ msgstr "Tài liệu Ngôn ngữ"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "Tài liệu được viết bằng tiếng Anh và được dịch ra các ngôn ngữ sau:"
#: ../../../source/languages.rst:30
@ -183,12 +183,8 @@ msgstr "Tiếng Việt (vi) `<https://parrot.wtf/vi/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr ""
"Tài liệu về Parrot được viết bằng Tiếng Anh và sử dụng máy móc dịch tự "
"động của AI cho các ngôn ngữ khác."
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "Thông tin về Seneca (xem) `<https://parrot.wtf/see/>`_"
"Tài liệu về Parrot được viết bằng Tiếng Anh và sử dụng máy móc dịch tự động "
"của AI cho các ngôn ngữ khác."

View File

@ -0,0 +1,150 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, Jeff Moe
# This file is distributed under the same license as the Parrot Development
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: zh\n"
"Language-Team: zh <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/build-extension.rst:5
msgid "Build Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:7
msgid "The extension is built into Parrot."
msgstr ""
#: ../../../source/extension/build-extension.rst:9
msgid "Below shows how to build the Parrot extension from source code."
msgstr ""
#: ../../../source/extension/build-extension.rst:15
msgid "Dependencies"
msgstr ""
#: ../../../source/extension/build-extension.rst:17
msgid "Using Debian Bookworm (stable/12). Install OS dependencies."
msgstr ""
#: ../../../source/extension/build-extension.rst:20
msgid "Perhaps:"
msgstr ""
#: ../../../source/extension/build-extension.rst:31
msgid "Download"
msgstr ""
#: ../../../source/extension/build-extension.rst:32
msgid ""
"To build the Parrot extension, download the source code from the git "
"repository."
msgstr ""
#: ../../../source/extension/build-extension.rst:43
msgid "Setup"
msgstr ""
#: ../../../source/extension/build-extension.rst:45
msgid "Python setup, such as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:56
msgid "Build"
msgstr ""
#: ../../../source/extension/build-extension.rst:58
msgid "Thusly:"
msgstr ""
#: ../../../source/extension/build-extension.rst:64
msgid "Same as:"
msgstr ""
#: ../../../source/extension/build-extension.rst:70
msgid "Build parts, in order:"
msgstr ""
#: ../../../source/extension/build-extension.rst:77
msgid "**Extension build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:83
msgid "**continue_server build**"
msgstr ""
#: ../../../source/extension/build-extension.rst:93
msgid "Versions"
msgstr ""
#: ../../../source/extension/build-extension.rst:95
msgid "To update versions:"
msgstr ""
#: ../../../source/extension/build-extension.rst:106
msgid "Clean"
msgstr ""
#: ../../../source/extension/build-extension.rst:108
msgid "Clean."
msgstr ""
#: ../../../source/extension/build-extension.rst:118
msgid "Push"
msgstr ""
#: ../../../source/extension/build-extension.rst:120
msgid "Push to git repo."
msgstr ""
#: ../../../source/extension/build-extension.rst:130
msgid "Search"
msgstr ""
#: ../../../source/extension/build-extension.rst:132
msgid "Meilisearch is used."
msgstr ""
#: ../../../source/extension/build-extension.rst:134
msgid "Need to build it. Used Rust 1.73.0."
msgstr ""
#: ../../../source/extension/build-extension.rst:153
msgid "Run"
msgstr ""
#: ../../../source/extension/build-extension.rst:155
msgid "Server:"
msgstr ""
#: ../../../source/extension/build-extension.rst:165
msgid "Extension"
msgstr ""
#: ../../../source/extension/build-extension.rst:167
msgid "Perhaps"
msgstr ""
#: ../../../source/extension/build-extension.rst:177
msgid "Inference Server"
msgstr ""
#: ../../../source/extension/build-extension.rst:178
msgid ""
"TO DO: add the inference server to the extension. For now, build and use "
"``llama.cpp``."
msgstr ""

View File

@ -9,21 +9,17 @@ msgid ""
msgstr ""
"Project-Id-Version: Parrot Development 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-02 19:16-0700\n"
"POT-Creation-Date: 2023-12-03 09:57-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: zh <LL@li.org>\n"
"Language: zh\n"
"Language-Team: zh <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Generated-By: Babel 2.13.1\n"
#: ../../../source/extension/index.rst:15
msgid "Contents:"
msgstr "内容:"
#: ../../../source/extension/index.rst:2
msgid "Extension"
msgstr "扩展"
@ -50,8 +46,12 @@ msgstr "代码库:"
msgid "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
msgstr "`<https://spacecruft.org/deepcrayon/parrot-extension>`_"
#: ../../../source/extension/index.rst:20
#: ../../../source/extension/index.rst:22
msgid ""
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
msgstr "鹦鹉文档是用英语编写的,并使用人工智能机器翻译其他语言。"
#~ msgid "Contents:"
#~ msgstr "内容:"

View File

@ -34,17 +34,20 @@ msgstr "机器翻译"
#: ../../../source/languages.rst:14
msgid ""
"Parts of Parrot are translated using AI machine translation. The "
"translation scripts are in the git repo. The Phind model is used with "
"``llama.cpp`` server."
msgstr "部分Parrot零件使用AI机器翻译进行翻译。翻译脚本位于git存储库中。在``llama.cpp``服务器上使用Phind模型。"
"Parts of Parrot are translated using AI machine translation. The translation "
"scripts are in the git repo. The Phind model is used with ``llama.cpp`` "
"server."
msgstr ""
"部分Parrot零件使用AI机器翻译进行翻译。翻译脚本位于git存储库中。在``llama."
"cpp``服务器上使用Phind模型。"
#: ../../../source/languages.rst:20
msgid "Application Languages"
msgstr "應用語言"
#: ../../../source/languages.rst:21
msgid "Here will be noted the languages supported by the main Parrot application."
msgid ""
"Here will be noted the languages supported by the main Parrot application."
msgstr "在主要的 Parrot 应用程序中,这里将注明支持的语言。"
#: ../../../source/languages.rst:25
@ -53,8 +56,8 @@ msgstr "文档语言"
#: ../../../source/languages.rst:26
msgid ""
"The documentation is written in English. It is translated into the "
"following languages:"
"The documentation is written in English. It is translated into the following "
"languages:"
msgstr "文档是用英语编写的。它被翻译成以下语言:"
#: ../../../source/languages.rst:30
@ -179,10 +182,6 @@ msgstr "中文(zh) `<https://parrot.wtf/zh/>`_"
#: ../../../source/languages.rst:122
msgid ""
"Parrot documentation is written in English and uses AI machine "
"translation for other languages."
"Parrot documentation is written in English and uses AI machine translation "
"for other languages."
msgstr "Parrot 文档采用英语编写,并对其他语言使用人工智能机器翻译。"
#~ msgid "Seneca (see) `<https://parrot.wtf/see/>`_"
#~ msgstr "塞内卡(参见)<https://parrot.wtf/see/>>_"

@ -1 +1 @@
Subproject commit 221aa29829f41177fbd4460ec13b6f1f742a6502
Subproject commit 9e9c01a66b68dbadc41e249cf69ca8fcb44c4a8d