diff --git a/l10n/de.js b/l10n/de.js index 4486b77..ae0986c 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -26,7 +26,13 @@ OC.L10N.register( "The maximum number of words/tokens that can be generated in the completion." : "Die maximale Anzahl von Wörtern/Tokens, die in der Vervollständigung erzeugt werden können.", "Model" : "Modell", "The model used to generate the completion" : "Das zur Generierung der Vervollständigung verwendete Modell", + "Change Tone" : "Ton ändern", "Input text" : "Texteingabe", + "Write a text that you want the assistant to rewrite in another tone." : "Schreiben Sie einen Text, den der Assistent in einem anderen Ton umschreiben soll.", + "Desired tone" : "Gewünschter Ton", + "In which tone should your text be rewritten?" : "In welchem Ton soll Dein Text umgeschrieben werden?", + "Generated response" : "Erzeugte Antwort", + "The rewritten text in the desired tone, written by the assistant:" : "Der umgeschriebene Text im gewünschten Ton, erstellt vom Assistenten:", "OpenAI's DALL-E 2" : "DALL-E 2 von OpenAI", "Size" : "Größe", "Optional. The size of the generated images. Must be in 256x256 format. Default is %s" : "Optional. Die Größe der generierten Bilder muss im Format 256x256 sein. Standard ist %s", diff --git a/l10n/de.json b/l10n/de.json index 1f0f1d1..6795c5a 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -24,7 +24,13 @@ "The maximum number of words/tokens that can be generated in the completion." : "Die maximale Anzahl von Wörtern/Tokens, die in der Vervollständigung erzeugt werden können.", "Model" : "Modell", "The model used to generate the completion" : "Das zur Generierung der Vervollständigung verwendete Modell", + "Change Tone" : "Ton ändern", "Input text" : "Texteingabe", + "Write a text that you want the assistant to rewrite in another tone." : "Schreiben Sie einen Text, den der Assistent in einem anderen Ton umschreiben soll.", + "Desired tone" : "Gewünschter Ton", + "In which tone should your text be rewritten?" : "In welchem Ton soll Dein Text umgeschrieben werden?", + "Generated response" : "Erzeugte Antwort", + "The rewritten text in the desired tone, written by the assistant:" : "Der umgeschriebene Text im gewünschten Ton, erstellt vom Assistenten:", "OpenAI's DALL-E 2" : "DALL-E 2 von OpenAI", "Size" : "Größe", "Optional. The size of the generated images. Must be in 256x256 format. Default is %s" : "Optional. Die Größe der generierten Bilder muss im Format 256x256 sein. Standard ist %s", diff --git a/l10n/ug.js b/l10n/ug.js index f682c8e..ebf6f22 100644 --- a/l10n/ug.js +++ b/l10n/ug.js @@ -35,11 +35,11 @@ OC.L10N.register( "Integration of OpenAI and LocalAI services" : "OpenAI ۋە LocalAI مۇلازىمىتىنى بىرلەشتۈرۈش", "⚠️ The smart pickers have been removed from this app\nas they are now included in the [Assistant app](https://apps.nextcloud.com/apps/assistant).\n\nThis app implements:\n\n* Text generation providers: Free prompt, Summarize, Headline, Context Write, Chat, and Reformulate (using any available large language model)\n* A Translation provider (using any available language model)\n* A SpeechToText provider (using Whisper)\n* An image generation provider\n\n⚠️ Context Write, Summarize, Headline and Reformulate have mainly been tested with OpenAI.\nThey might work when connecting to other services, without any guarantee.\n\nInstead of connecting to the OpenAI API for these, you can also connect to a self-hosted [LocalAI](https://localai.io) instance or [Ollama](https://ollama.com/) instance\nor to any service that implements an API similar to the OpenAI one, for example: [Plusserver](https://www.plusserver.com/en/ai-platform/) or [MistralAI](https://mistral.ai).\n\n⚠️ This app is mainly tested with OpenAI. We do not guarantee it works perfectly\nwith other services that implement OpenAI-compatible APIs with slight differences.\n\n## Improve AI task pickup speed\n\nTo avoid task processing execution delay, setup at 4 background job workers in the main server (where Nextcloud is installed). The setup process is documented here: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed\n\n## Ethical AI Rating\n### Rating for Text generation using ChatGPT via the OpenAI API: 🔴\n\nNegative:\n* The software for training and inference of this model is proprietary, limiting running it locally or training by yourself\n* The trained model is not freely available, so the model can not be run on-premises\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model's performance and CO2 usage.\n\n\n### Rating for Translation using ChatGPT via the OpenAI API: 🔴\n\nNegative:\n* The software for training and inference of this model is proprietary, limiting running it locally or training by yourself\n* The trained model is not freely available, so the model can not be run on-premises\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model's performance and CO2 usage.\n\n### Rating for Image generation using DALL·E via the OpenAI API: 🔴\n\nNegative:\n* The software for training and inferencing of this model is proprietary, limiting running it locally or training by yourself\n* The trained model is not freely available, so the model can not be ran on-premises\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model’s performance and CO2 usage.\n\n\n### Rating for Speech-To-Text using Whisper via the OpenAI API: 🟡\n\nPositive:\n* The software for training and inferencing of this model is open source\n* The trained model is freely available, and thus can run on-premise\n\nNegative:\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model’s performance and CO2 usage.\n\n### Rating for Text generation via LocalAI: 🟢\n\nPositive:\n* The software for training and inferencing of this model is open source\n* The trained model is freely available, and thus can be ran on-premises\n* The training data is freely available, making it possible to check or correct for bias or optimise the performance and CO2 usage.\n\n\n### Rating for Image generation using Stable Diffusion via LocalAI : 🟡\n\nPositive:\n* The software for training and inferencing of this model is open source\n* The trained model is freely available, and thus can be ran on-premises\n\nNegative:\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model’s performance and CO2 usage.\n\n\n### Rating for Speech-To-Text using Whisper via LocalAI: 🟡\n\nPositive:\n* The software for training and inferencing of this model is open source\n* The trained model is freely available, and thus can be ran on-premises\n\nNegative:\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model’s performance and CO2 usage.\n\nLearn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/)." : "Smart ئەقلىي ئىقتىدارلىق تاللىغۇچىلار بۇ دېتالدىن چىقىرىۋېتىلدى\nچۈنكى ئۇلار ھازىر [ياردەمچى ئەپ] (https://apps.nextcloud.com/apps/assistant) غا كىرگۈزۈلدى.\n\nبۇ ئەپ ئىجرا قىلىدۇ:\n\n* تېكىست ئەۋلاد تەمىنلىگۈچىلەر: ھەقسىز ئەسكەرتىش ، خۇلاسە ، ماۋزۇ ، مەزمۇن يېزىش ، پاراڭلىشىش ۋە ئىسلاھ قىلىش (ھەر قانداق چوڭ تىل مودېلىنى ئىشلىتىپ)\n* تەرجىمان تەمىنلىگۈچى (ھەر قانداق تىل مودېلىنى ئىشلىتىپ)\n* SpeechToText تەمىنلىگۈچى (Whisper نى ئىشلىتىپ)\n* رەسىم ھاسىل قىلغۇچى\n\nText مەزمۇن يېزىش ، خۇلاسىلەش ، ماۋزۇ ۋە ئىسلاھات ئاساسلىقى OpenAI بىلەن سىناق قىلىندى.\nئۇلار باشقا مۇلازىمەتلەرگە ئۇلانغاندا ھېچقانداق كاپالەتسىز ئىشلىسە بولىدۇ.\n\nبۇلار ئۈچۈن OpenAI API غا ئۇلىنىشنىڭ ئورنىغا ، ئۆزىڭىز ساھىبخانلىق قىلغان [LocalAI] (https://localai.io) مىسالى ياكى [Ollama] (https://ollama.com/) مىسالىغا ئۇلىنالايسىز.\nياكى OpenAI غا ئوخشاش API نى ئىجرا قىلىدىغان ھەر قانداق مۇلازىمەتكە ، مەسىلەن: [Plusserver] (https://www.plusserver.com/en/ai-platform/) ياكى [MistralAI] (https://mistral.ai) ).\n\nApp بۇ دېتال ئاساسلىقى OpenAI بىلەن سىناق قىلىنغان. بىز ئۇنىڭ مۇكەممەل ئىشلىشىگە كاپالەتلىك قىلمايمىز\nباشقا پەرقلەر بىلەن OpenAI ماس كېلىدىغان API لارنى يولغا قويىدىغان باشقا مۇلازىمەتلەر بىلەن.\n\n## سۈنئىي ئەقىل ۋەزىپە ئېلىش سۈرئىتىنى يۇقىرى كۆتۈرۈڭ\n\nۋەزىپىنى بىر تەرەپ قىلىش كېچىكىشتىن ساقلىنىش ئۈچۈن ، ئاساسلىق مۇلازىمېتىردىكى (Nextcloud ئورنىتىلغان) 4 ئارقا كۆرۈنۈش خىزمەتچىسىگە تەڭشەڭ. تەڭشەش جەريانى بۇ يەردە خاتىرىلەنگەن: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed\n\n## ئەخلاقىي AI دەرىجىسى\n### OpenAI API ئارقىلىق ChatGPT ئارقىلىق تېكىست ئەۋلادلىرىنىڭ دەرىجىسى: 🔴\n\nسەلبىي:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئىگىدارچىلىق قىلىدىغان بولۇپ ، ئۇنى يەرلىكتە ئىجرا قىلىشنى ياكى ئۆزىڭىز تەربىيىلەشنى چەكلەيدۇ\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولمايدۇ ، شۇڭا مودېلنى نەق مەيداندا ئىجرا قىلىشقا بولمايدۇ\n* مەشىق سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\n\n### OpenAI API ئارقىلىق ChatGPT ئارقىلىق تەرجىمە دەرىجىسى: 🔴\n\nسەلبىي:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئىگىدارچىلىق قىلىدىغان بولۇپ ، ئۇنى يەرلىكتە ئىجرا قىلىشنى ياكى ئۆزىڭىز تەربىيىلەشنى چەكلەيدۇ\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولمايدۇ ، شۇڭا مودېلنى نەق مەيداندا ئىجرا قىلىشقا بولمايدۇ\n* مەشىق سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\n### OpenAI API ئارقىلىق DALL · E ئارقىلىق رەسىم ھاسىل قىلىش دەرىجىسى: 🔴\n\nسەلبىي:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئىگىدارلىق ھوقۇقى بولۇپ ، ئۇنى يەرلىكتە ئىجرا قىلىشنى ياكى ئۆزىڭىز تەربىيىلەشنى چەكلەيدۇ\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولمايدۇ ، شۇڭا مودېلنى نەق مەيداندا ئىجرا قىلىشقا بولمايدۇ\n* مەشىق سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\n\n### OpenAI API ئارقىلىق پىچىرلاش ئارقىلىق سۆزلەشتىن تېكىستكە باھا بېرىش: 🟡\n\nئاكتىپ:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئوچۇق مەنبە\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولىدۇ ، شۇڭا ئالدىن ئىجرا قىلالايدۇ\n\nسەلبىي:\n* مەشىق سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\n### LocalAI ئارقىلىق تېكىست ھاسىل قىلىش دەرىجىسى: 🟢\n\nئاكتىپ:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئوچۇق مەنبە\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولىدۇ ، شۇڭا نەق مەيداندا ئىجرا قىلىشقا بولىدۇ\n* تەربىيىلەش سانلىق مەلۇماتلىرى ھەقسىز بولۇپ ، بىر تەرەپلىمە قاراشنى تەكشۈرۈش ياكى تۈزىتىش ياكى ئىقتىدار ۋە CO2 ئىشلىتىشنى ئەلالاشتۇرۇش ئىمكانىيىتىگە ئىگە قىلىدۇ.\n\n\n### LocalAI ئارقىلىق مۇقىم پەرقلەندۈرۈش ئارقىلىق رەسىم ھاسىل قىلىش دەرىجىسى: 🟡\n\nئاكتىپ:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئوچۇق مەنبە\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولىدۇ ، شۇڭا نەق مەيداندا ئىجرا قىلىشقا بولىدۇ\n\nسەلبىي:\n* تەربىيىلەش سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\n\n### LocalAI ئارقىلىق پىچىرلاش ئارقىلىق سۆزلەشتىن تېكىستكە باھا بېرىش: 🟡\n\nئاكتىپ:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئوچۇق مەنبە\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولىدۇ ، شۇڭا نەق مەيداندا ئىجرا قىلىشقا بولىدۇ\n\nسەلبىي:\n* مەشىق سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\nNextcloud ئەخلاقىي AI دەرىجىسى [بىلوگىمىزدا] (https://nextcloud.com/blog/nextcloud-ethical-ai-rating/) ھەققىدىكى تەپسىلاتلار.", "Service URL" : "مۇلازىمەت URL", - "Example: {example}" : "مىسال: {مىسال}", - "Leave empty to use {openaiApiUrl}" : "{OpenaiApiUrl use نى ئىشلىتىش ئۈچۈن بوش قويۇڭ", + "Example: {example}" : "مىسال: {example}", + "Leave empty to use {openaiApiUrl}" : "{openaiApiUrl} use نى ئىشلىتىش ئۈچۈن بوش قويۇڭ", "With the current configuration, the target URL used to get the models is:" : "نۆۋەتتىكى سەپلىمىسى بىلەن مودېللارغا ئېرىشىش ئۈچۈن ئىشلىتىلىدىغان نىشان URL:", "This should include the address of your LocalAI instance (or any service implementing an API similar to OpenAI) along with the root path of the API. This URL will be accessed by your Nextcloud server." : "بۇ APIA نىڭ يىلتىز يولى بىلەن بىللە يەرلىك AI مىسالىڭىزنىڭ ئادرېسىنى (ياكى OpenAI غا ئوخشاش API نى ئىجرا قىلىدىغان ھەر قانداق مۇلازىمەت) نى ئۆز ئىچىگە ئېلىشى كېرەك. بۇ URL نى Nextcloud مۇلازىمېتىرىڭىز زىيارەت قىلىدۇ.", - "This can be a local address with a port like {example}. In this case, make sure 'allow_local_remote_servers' is set to true in config.php." : "بۇ {مىسال like غا ئوخشاش ئېغىز بىلەن يەرلىك ئادرېس بولالايدۇ. بۇ خىل ئەھۋالدا ، config.php دا 'allow_local_remote_servers' نىڭ توغرىلانغانلىقىنى جەزملەشتۈرۈڭ.", + "This can be a local address with a port like {example}. In this case, make sure 'allow_local_remote_servers' is set to true in config.php." : "بۇ {example} like غا ئوخشاش ئېغىز بىلەن يەرلىك ئادرېس بولالايدۇ. بۇ خىل ئەھۋالدا ، config.php دا 'allow_local_remote_servers' نىڭ توغرىلانغانلىقىنى جەزملەشتۈرۈڭ.", "Service name (optional)" : "مۇلازىمەت ئىسمى (ئىختىيارىي)", "Example: LocalAI of university ABC" : "مىسال: ABC ئۇنىۋېرسىتېتنىڭ LocalAI", "This name will be displayed as provider name in the AI admin settings" : "بۇ ئىسىم AI باشقۇرۇش تەڭشىكىدە تەمىنلىگۈچى ئىسمى سۈپىتىدە كۆرسىتىلىدۇ", @@ -78,8 +78,8 @@ OC.L10N.register( "Text processing providers (to generate text, summarize, context write etc...)" : "تېكىست بىر تەرەپ قىلىش تەمىنلىگۈچىلىرى (تېكىست ھاسىل قىلىش ، خۇلاسىلەش ، مەزمۇن يېزىش قاتارلىقلار ...)", "Image generation provider" : "رەسىم ھاسىل قىلغۇچى", "Speech-to-text provider (to transcribe Talk recordings for example)" : "سۆزلەشتىن تېكىست تەمىنلىگۈچى (سۆز خاتىرىسىنى خاتىرىلەش ئۈچۈن)", - "JSON object. Check the API documentation to get the list of all available parameters. For example: {example}" : "JSON ئوبيېكتى. بارلىق ھۆججەتلەرنىڭ تىزىملىكىنى ئېلىش ئۈچۈن API ھۆججىتىنى تەكشۈرۈڭ. مەسىلەن: {مىسال}", - "Must be in 256x256 format (default is {default})" : "چوقۇم 256x256 فورماتىدا بولۇشى كېرەك (سۈكۈتتىكىسى {سۈكۈتتىكى})", + "JSON object. Check the API documentation to get the list of all available parameters. For example: {example}" : "JSON ئوبيېكتى. بارلىق ھۆججەتلەرنىڭ تىزىملىكىنى ئېلىش ئۈچۈن API ھۆججىتىنى تەكشۈرۈڭ. مەسىلەن: {example}", + "Must be in 256x256 format (default is {default})" : "چوقۇم 256x256 فورماتىدا بولۇشى كېرەك (سۈكۈتتىكىسى {default})", "Failed to load models" : "مودېللارنى يۈكلىيەلمىدى", "Failed to load quota info" : "نورما ئۇچۇرىنى يۈكلىيەلمىدى", "OpenAI admin options saved" : "OpenAI باشقۇرۇش تاللانمىلىرى ساقلاندى", diff --git a/l10n/ug.json b/l10n/ug.json index 21f2ebd..ff9f656 100644 --- a/l10n/ug.json +++ b/l10n/ug.json @@ -33,11 +33,11 @@ "Integration of OpenAI and LocalAI services" : "OpenAI ۋە LocalAI مۇلازىمىتىنى بىرلەشتۈرۈش", "⚠️ The smart pickers have been removed from this app\nas they are now included in the [Assistant app](https://apps.nextcloud.com/apps/assistant).\n\nThis app implements:\n\n* Text generation providers: Free prompt, Summarize, Headline, Context Write, Chat, and Reformulate (using any available large language model)\n* A Translation provider (using any available language model)\n* A SpeechToText provider (using Whisper)\n* An image generation provider\n\n⚠️ Context Write, Summarize, Headline and Reformulate have mainly been tested with OpenAI.\nThey might work when connecting to other services, without any guarantee.\n\nInstead of connecting to the OpenAI API for these, you can also connect to a self-hosted [LocalAI](https://localai.io) instance or [Ollama](https://ollama.com/) instance\nor to any service that implements an API similar to the OpenAI one, for example: [Plusserver](https://www.plusserver.com/en/ai-platform/) or [MistralAI](https://mistral.ai).\n\n⚠️ This app is mainly tested with OpenAI. We do not guarantee it works perfectly\nwith other services that implement OpenAI-compatible APIs with slight differences.\n\n## Improve AI task pickup speed\n\nTo avoid task processing execution delay, setup at 4 background job workers in the main server (where Nextcloud is installed). The setup process is documented here: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed\n\n## Ethical AI Rating\n### Rating for Text generation using ChatGPT via the OpenAI API: 🔴\n\nNegative:\n* The software for training and inference of this model is proprietary, limiting running it locally or training by yourself\n* The trained model is not freely available, so the model can not be run on-premises\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model's performance and CO2 usage.\n\n\n### Rating for Translation using ChatGPT via the OpenAI API: 🔴\n\nNegative:\n* The software for training and inference of this model is proprietary, limiting running it locally or training by yourself\n* The trained model is not freely available, so the model can not be run on-premises\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model's performance and CO2 usage.\n\n### Rating for Image generation using DALL·E via the OpenAI API: 🔴\n\nNegative:\n* The software for training and inferencing of this model is proprietary, limiting running it locally or training by yourself\n* The trained model is not freely available, so the model can not be ran on-premises\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model’s performance and CO2 usage.\n\n\n### Rating for Speech-To-Text using Whisper via the OpenAI API: 🟡\n\nPositive:\n* The software for training and inferencing of this model is open source\n* The trained model is freely available, and thus can run on-premise\n\nNegative:\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model’s performance and CO2 usage.\n\n### Rating for Text generation via LocalAI: 🟢\n\nPositive:\n* The software for training and inferencing of this model is open source\n* The trained model is freely available, and thus can be ran on-premises\n* The training data is freely available, making it possible to check or correct for bias or optimise the performance and CO2 usage.\n\n\n### Rating for Image generation using Stable Diffusion via LocalAI : 🟡\n\nPositive:\n* The software for training and inferencing of this model is open source\n* The trained model is freely available, and thus can be ran on-premises\n\nNegative:\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model’s performance and CO2 usage.\n\n\n### Rating for Speech-To-Text using Whisper via LocalAI: 🟡\n\nPositive:\n* The software for training and inferencing of this model is open source\n* The trained model is freely available, and thus can be ran on-premises\n\nNegative:\n* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model’s performance and CO2 usage.\n\nLearn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/)." : "Smart ئەقلىي ئىقتىدارلىق تاللىغۇچىلار بۇ دېتالدىن چىقىرىۋېتىلدى\nچۈنكى ئۇلار ھازىر [ياردەمچى ئەپ] (https://apps.nextcloud.com/apps/assistant) غا كىرگۈزۈلدى.\n\nبۇ ئەپ ئىجرا قىلىدۇ:\n\n* تېكىست ئەۋلاد تەمىنلىگۈچىلەر: ھەقسىز ئەسكەرتىش ، خۇلاسە ، ماۋزۇ ، مەزمۇن يېزىش ، پاراڭلىشىش ۋە ئىسلاھ قىلىش (ھەر قانداق چوڭ تىل مودېلىنى ئىشلىتىپ)\n* تەرجىمان تەمىنلىگۈچى (ھەر قانداق تىل مودېلىنى ئىشلىتىپ)\n* SpeechToText تەمىنلىگۈچى (Whisper نى ئىشلىتىپ)\n* رەسىم ھاسىل قىلغۇچى\n\nText مەزمۇن يېزىش ، خۇلاسىلەش ، ماۋزۇ ۋە ئىسلاھات ئاساسلىقى OpenAI بىلەن سىناق قىلىندى.\nئۇلار باشقا مۇلازىمەتلەرگە ئۇلانغاندا ھېچقانداق كاپالەتسىز ئىشلىسە بولىدۇ.\n\nبۇلار ئۈچۈن OpenAI API غا ئۇلىنىشنىڭ ئورنىغا ، ئۆزىڭىز ساھىبخانلىق قىلغان [LocalAI] (https://localai.io) مىسالى ياكى [Ollama] (https://ollama.com/) مىسالىغا ئۇلىنالايسىز.\nياكى OpenAI غا ئوخشاش API نى ئىجرا قىلىدىغان ھەر قانداق مۇلازىمەتكە ، مەسىلەن: [Plusserver] (https://www.plusserver.com/en/ai-platform/) ياكى [MistralAI] (https://mistral.ai) ).\n\nApp بۇ دېتال ئاساسلىقى OpenAI بىلەن سىناق قىلىنغان. بىز ئۇنىڭ مۇكەممەل ئىشلىشىگە كاپالەتلىك قىلمايمىز\nباشقا پەرقلەر بىلەن OpenAI ماس كېلىدىغان API لارنى يولغا قويىدىغان باشقا مۇلازىمەتلەر بىلەن.\n\n## سۈنئىي ئەقىل ۋەزىپە ئېلىش سۈرئىتىنى يۇقىرى كۆتۈرۈڭ\n\nۋەزىپىنى بىر تەرەپ قىلىش كېچىكىشتىن ساقلىنىش ئۈچۈن ، ئاساسلىق مۇلازىمېتىردىكى (Nextcloud ئورنىتىلغان) 4 ئارقا كۆرۈنۈش خىزمەتچىسىگە تەڭشەڭ. تەڭشەش جەريانى بۇ يەردە خاتىرىلەنگەن: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed\n\n## ئەخلاقىي AI دەرىجىسى\n### OpenAI API ئارقىلىق ChatGPT ئارقىلىق تېكىست ئەۋلادلىرىنىڭ دەرىجىسى: 🔴\n\nسەلبىي:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئىگىدارچىلىق قىلىدىغان بولۇپ ، ئۇنى يەرلىكتە ئىجرا قىلىشنى ياكى ئۆزىڭىز تەربىيىلەشنى چەكلەيدۇ\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولمايدۇ ، شۇڭا مودېلنى نەق مەيداندا ئىجرا قىلىشقا بولمايدۇ\n* مەشىق سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\n\n### OpenAI API ئارقىلىق ChatGPT ئارقىلىق تەرجىمە دەرىجىسى: 🔴\n\nسەلبىي:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئىگىدارچىلىق قىلىدىغان بولۇپ ، ئۇنى يەرلىكتە ئىجرا قىلىشنى ياكى ئۆزىڭىز تەربىيىلەشنى چەكلەيدۇ\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولمايدۇ ، شۇڭا مودېلنى نەق مەيداندا ئىجرا قىلىشقا بولمايدۇ\n* مەشىق سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\n### OpenAI API ئارقىلىق DALL · E ئارقىلىق رەسىم ھاسىل قىلىش دەرىجىسى: 🔴\n\nسەلبىي:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئىگىدارلىق ھوقۇقى بولۇپ ، ئۇنى يەرلىكتە ئىجرا قىلىشنى ياكى ئۆزىڭىز تەربىيىلەشنى چەكلەيدۇ\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولمايدۇ ، شۇڭا مودېلنى نەق مەيداندا ئىجرا قىلىشقا بولمايدۇ\n* مەشىق سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\n\n### OpenAI API ئارقىلىق پىچىرلاش ئارقىلىق سۆزلەشتىن تېكىستكە باھا بېرىش: 🟡\n\nئاكتىپ:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئوچۇق مەنبە\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولىدۇ ، شۇڭا ئالدىن ئىجرا قىلالايدۇ\n\nسەلبىي:\n* مەشىق سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\n### LocalAI ئارقىلىق تېكىست ھاسىل قىلىش دەرىجىسى: 🟢\n\nئاكتىپ:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئوچۇق مەنبە\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولىدۇ ، شۇڭا نەق مەيداندا ئىجرا قىلىشقا بولىدۇ\n* تەربىيىلەش سانلىق مەلۇماتلىرى ھەقسىز بولۇپ ، بىر تەرەپلىمە قاراشنى تەكشۈرۈش ياكى تۈزىتىش ياكى ئىقتىدار ۋە CO2 ئىشلىتىشنى ئەلالاشتۇرۇش ئىمكانىيىتىگە ئىگە قىلىدۇ.\n\n\n### LocalAI ئارقىلىق مۇقىم پەرقلەندۈرۈش ئارقىلىق رەسىم ھاسىل قىلىش دەرىجىسى: 🟡\n\nئاكتىپ:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئوچۇق مەنبە\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولىدۇ ، شۇڭا نەق مەيداندا ئىجرا قىلىشقا بولىدۇ\n\nسەلبىي:\n* تەربىيىلەش سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\n\n### LocalAI ئارقىلىق پىچىرلاش ئارقىلىق سۆزلەشتىن تېكىستكە باھا بېرىش: 🟡\n\nئاكتىپ:\n* بۇ مودېلنى تەربىيىلەش ۋە يەكۈنلەش يۇمشاق دېتالى ئوچۇق مەنبە\n* تەربىيەلەنگەن مودېلنى ھەقسىز ئىشلەتكىلى بولىدۇ ، شۇڭا نەق مەيداندا ئىجرا قىلىشقا بولىدۇ\n\nسەلبىي:\n* مەشىق سانلىق مەلۇماتلىرىنى ئەركىن ئىشلەتكىلى بولمايدۇ ، بۇ سىرتقى تەرەپلەرنىڭ بىر تەرەپلىمە قاراشنى تەكشۈرۈش ۋە تۈزىتىش ياكى مودېلنىڭ ئىقتىدارى ۋە CO2 ئىشلىتىلىشىنى ئەلالاشتۇرۇش ئىقتىدارىنى چەكلەيدۇ.\n\nNextcloud ئەخلاقىي AI دەرىجىسى [بىلوگىمىزدا] (https://nextcloud.com/blog/nextcloud-ethical-ai-rating/) ھەققىدىكى تەپسىلاتلار.", "Service URL" : "مۇلازىمەت URL", - "Example: {example}" : "مىسال: {مىسال}", - "Leave empty to use {openaiApiUrl}" : "{OpenaiApiUrl use نى ئىشلىتىش ئۈچۈن بوش قويۇڭ", + "Example: {example}" : "مىسال: {example}", + "Leave empty to use {openaiApiUrl}" : "{openaiApiUrl} use نى ئىشلىتىش ئۈچۈن بوش قويۇڭ", "With the current configuration, the target URL used to get the models is:" : "نۆۋەتتىكى سەپلىمىسى بىلەن مودېللارغا ئېرىشىش ئۈچۈن ئىشلىتىلىدىغان نىشان URL:", "This should include the address of your LocalAI instance (or any service implementing an API similar to OpenAI) along with the root path of the API. This URL will be accessed by your Nextcloud server." : "بۇ APIA نىڭ يىلتىز يولى بىلەن بىللە يەرلىك AI مىسالىڭىزنىڭ ئادرېسىنى (ياكى OpenAI غا ئوخشاش API نى ئىجرا قىلىدىغان ھەر قانداق مۇلازىمەت) نى ئۆز ئىچىگە ئېلىشى كېرەك. بۇ URL نى Nextcloud مۇلازىمېتىرىڭىز زىيارەت قىلىدۇ.", - "This can be a local address with a port like {example}. In this case, make sure 'allow_local_remote_servers' is set to true in config.php." : "بۇ {مىسال like غا ئوخشاش ئېغىز بىلەن يەرلىك ئادرېس بولالايدۇ. بۇ خىل ئەھۋالدا ، config.php دا 'allow_local_remote_servers' نىڭ توغرىلانغانلىقىنى جەزملەشتۈرۈڭ.", + "This can be a local address with a port like {example}. In this case, make sure 'allow_local_remote_servers' is set to true in config.php." : "بۇ {example} like غا ئوخشاش ئېغىز بىلەن يەرلىك ئادرېس بولالايدۇ. بۇ خىل ئەھۋالدا ، config.php دا 'allow_local_remote_servers' نىڭ توغرىلانغانلىقىنى جەزملەشتۈرۈڭ.", "Service name (optional)" : "مۇلازىمەت ئىسمى (ئىختىيارىي)", "Example: LocalAI of university ABC" : "مىسال: ABC ئۇنىۋېرسىتېتنىڭ LocalAI", "This name will be displayed as provider name in the AI admin settings" : "بۇ ئىسىم AI باشقۇرۇش تەڭشىكىدە تەمىنلىگۈچى ئىسمى سۈپىتىدە كۆرسىتىلىدۇ", @@ -76,8 +76,8 @@ "Text processing providers (to generate text, summarize, context write etc...)" : "تېكىست بىر تەرەپ قىلىش تەمىنلىگۈچىلىرى (تېكىست ھاسىل قىلىش ، خۇلاسىلەش ، مەزمۇن يېزىش قاتارلىقلار ...)", "Image generation provider" : "رەسىم ھاسىل قىلغۇچى", "Speech-to-text provider (to transcribe Talk recordings for example)" : "سۆزلەشتىن تېكىست تەمىنلىگۈچى (سۆز خاتىرىسىنى خاتىرىلەش ئۈچۈن)", - "JSON object. Check the API documentation to get the list of all available parameters. For example: {example}" : "JSON ئوبيېكتى. بارلىق ھۆججەتلەرنىڭ تىزىملىكىنى ئېلىش ئۈچۈن API ھۆججىتىنى تەكشۈرۈڭ. مەسىلەن: {مىسال}", - "Must be in 256x256 format (default is {default})" : "چوقۇم 256x256 فورماتىدا بولۇشى كېرەك (سۈكۈتتىكىسى {سۈكۈتتىكى})", + "JSON object. Check the API documentation to get the list of all available parameters. For example: {example}" : "JSON ئوبيېكتى. بارلىق ھۆججەتلەرنىڭ تىزىملىكىنى ئېلىش ئۈچۈن API ھۆججىتىنى تەكشۈرۈڭ. مەسىلەن: {example}", + "Must be in 256x256 format (default is {default})" : "چوقۇم 256x256 فورماتىدا بولۇشى كېرەك (سۈكۈتتىكىسى {default})", "Failed to load models" : "مودېللارنى يۈكلىيەلمىدى", "Failed to load quota info" : "نورما ئۇچۇرىنى يۈكلىيەلمىدى", "OpenAI admin options saved" : "OpenAI باشقۇرۇش تاللانمىلىرى ساقلاندى",