You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This app brings a user interface to use the Nextcloud text processing feature.\n\nIt allows users to launch AI tasks, be notified when they finish and see the results.\nThe assistant also appears in others apps like Text to easily process parts of a document.\n\nMore details on the assistant OCS API and frontend integration possibilities in the\n[developer doc](https://github.com/nextcloud/assistant/raw/main/docs/developer)\n\n### How to use it\n\nA new right header menu entry appears. Once clicked, the assistant is displayed and you can select and task type and\nset the input you want to process.\n\nThe task might run immediately or be scheduled depending on the time estimation given by the AI provider.\nOnce a task is scheduled, it will run as a background job. When it is finished, you will receive a notification\nfrom which the results can be displayed.\n\nOther apps can integrate with the assistant. For example, Text will display an inline button besides every paragraph\nto directly select a task type to process this paragraph. Selecting a task this way will open the assistant with the task\nbeing pre-selected and the input text set.\n\nMore details and screenshots in the [user doc](https://github.com/nextcloud/assistant/raw/main/docs/user).\n\n## Features\n\nIn the assistant, the list of available tasks depends on the available providers installed via other apps.\nThis means you have complete freedom over which service/software will actually run your AI tasks.\n\n### Text processing providers\n\nSo far, the [Local Large language model](https://github.com/nextcloud/llm2#readme)\nand the [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai) apps\ninclude text processing providers to:\n* Summarize\n* Extract topics\n* Generate a headline\n* Get an answer from a free prompt\n* Reformulate (OpenAi/LocalAi only)\n* Context writer: Generate text with a specified style. The style can be described or provided via an example text.\n\n### Text to image (Image generation)\n\nKnown providers:\n* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)\n* [Text2Image Stable Diffusion](https://apps.nextcloud.com/apps/text2image_stablediffusion)\n\n### Speech to text (Audio transcription)\n\nKnown providers:\n* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)\n* [Local Whisper Speech-To-Text](https://apps.nextcloud.com/apps/stt_whisper)\n\nMore details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)" : "此應用程式帶來了一個使用 Nextcloud 文字處理功能的使用者介面。\n\n其讓使用者可以啟動文字處理任務,在任務完成時收到通知並檢視結果。\n小幫手也會出現在「文字」等其他應用程式中,可以輕鬆處理文件的某些部分。\n\n更多關於小幫手 OCS API 與前端整合可能性的詳細資訊請見\n[開發者文件](https://github.com/nextcloud/assistant/raw/main/docs/developer)\n\n### 如何使用它\n\n出現新的右標題選單條目。點擊後,將顯示小幫手,您可以選擇任務類型與\n設定要處理的輸入文字。\n\n規劃好任務後,其將作為背景作業執行。完成後,您將會收到其中顯示結果的通知。\n\n其他應用程式可以與小幫手應用程式整合。例如,文字將在每個段落旁邊顯示一個行內按鈕,直接選擇一個任務類型來處理該段落。以這種方式選擇任務將會開啟包含該任務的助手,且預先選擇並設定輸入文字。\n\n在[使用者文件](https://github.com/nextcloud/assistant/raw/main/docs/user)中有更多詳細資訊與螢幕截圖。\n\n## 功能\n\n在小幫手中,可用任務清單取決於透過其他應用程式安裝的可用提供者。\n這代表了您可以完全自由地決定哪些服務/軟體實際執行您的文字處理任務。\n\n### 文字處理提供者\n\n到目前為止,[本機大型語言模型](https://github.com/nextcloud/llm2#readme)以及 [OpenAi/LocalAI 整合](https://apps.nextcloud.com/apps/integration_openai) 應用程式包含了文字處理提供者:\n* 總結\n* 擷取主題\n* 產生標題\n* 從免費提示中取得答案\n* 重新表述(僅限 OpenAI/LocalAI)\n* 情境作家:產生指定樣式的文字。可以透過範例文字來描述或提供樣式。\n\n已知提供者:\n* [OpenAI/LocalAI 整合](https://apps.nextcloud.com/apps/integration_openai)\n* [文字轉影像 Stable Diffusion](https://apps.nextcloud.com/apps/text2image_stablediffusion)\n\n### 語音轉文字(音訊轉錄)\n\nKnown providers:\n* [OpenAI/LocalAI 整合](https://apps.nextcloud.com/apps/integration_openai)\n* [本機 Whisper 語音轉文字](https://apps.nextcloud.com/apps/stt_whisper)\n\n更多關於如何設定的資訊,請見[管理文件](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)",
210
+
"Select global skills folder" : "選取全域技能資料夾",
202
211
"Select" : "選取",
212
+
"No folder selected" : "未選取資料夾",
213
+
"Global skills folder updated" : "已更新全域技能資料夾",
214
+
"Failed to set global skills folder" : "設定全域技能資料夾失敗",
203
215
"Assistant admin options saved" : "已儲存小幫手管理選項",
204
216
"Failed to save assistant admin options" : "儲存小幫手管理選項失敗",
205
217
"Find more details on how to set up Assistant and recommended backends in the Administration documentation." : "在管理文件中尋找更多關於如何設定小幫手與建議後端的資訊。",
@@ -224,7 +236,12 @@ OC.L10N.register(
224
236
"Last N messages to consider for chat completions" : "聊天完成時要考慮的最後 N 則訊息",
225
237
"This includes the user instructions and the LLM's messages" : "這包含使用者指令與大型語言模型的訊息",
226
238
"Number of messages to consider for chat completions (excluding the user instructions, which is always considered)" : "聊天完成時要考慮的訊息數(不包括一律考慮的使用者指令)",
239
+
"Global Agent Skills" : "全域代理技能",
240
+
"Select a folder containing skills (sub-folders, each holding a SKILL.md file). These will be available to all users in addition to their personal skills in \"Chat with AI\". The folder is resolved from the filesystem of the admin who set it." : "選取包含技能的資料夾(子資料夾,每個都包含 SKILL.md 檔案)。這些技能將在「與人工智慧聊天」中,作為所有使用者除個人技能以外的額外選項提供。該資料夾的位置將根據設定此選項的管理員的檔案系統來確定。",
227
241
"Clear" : "清除",
242
+
"Selected folder" : "已選取的資料夾",
243
+
"Set by" : "設定由",
244
+
"No global skills folder configured" : "未設定全域技能資料夾",
228
245
"The task ran successfully but the result is identical to the input." : "任務執行成功,但結果與輸入相同。",
229
246
"This output was generated by AI. Make sure to double-check and adjust." : "此輸出是由人工智慧產生的。請務必仔細檢查與調整。",
230
247
"Nextcloud Assistant header menu entry" : "Nextcloud 小幫手標題列選單項目",
"This app brings a user interface to use the Nextcloud text processing feature.\n\nIt allows users to launch AI tasks, be notified when they finish and see the results.\nThe assistant also appears in others apps like Text to easily process parts of a document.\n\nMore details on the assistant OCS API and frontend integration possibilities in the\n[developer doc](https://github.com/nextcloud/assistant/raw/main/docs/developer)\n\n### How to use it\n\nA new right header menu entry appears. Once clicked, the assistant is displayed and you can select and task type and\nset the input you want to process.\n\nThe task might run immediately or be scheduled depending on the time estimation given by the AI provider.\nOnce a task is scheduled, it will run as a background job. When it is finished, you will receive a notification\nfrom which the results can be displayed.\n\nOther apps can integrate with the assistant. For example, Text will display an inline button besides every paragraph\nto directly select a task type to process this paragraph. Selecting a task this way will open the assistant with the task\nbeing pre-selected and the input text set.\n\nMore details and screenshots in the [user doc](https://github.com/nextcloud/assistant/raw/main/docs/user).\n\n## Features\n\nIn the assistant, the list of available tasks depends on the available providers installed via other apps.\nThis means you have complete freedom over which service/software will actually run your AI tasks.\n\n### Text processing providers\n\nSo far, the [Local Large language model](https://github.com/nextcloud/llm2#readme)\nand the [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai) apps\ninclude text processing providers to:\n* Summarize\n* Extract topics\n* Generate a headline\n* Get an answer from a free prompt\n* Reformulate (OpenAi/LocalAi only)\n* Context writer: Generate text with a specified style. The style can be described or provided via an example text.\n\n### Text to image (Image generation)\n\nKnown providers:\n* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)\n* [Text2Image Stable Diffusion](https://apps.nextcloud.com/apps/text2image_stablediffusion)\n\n### Speech to text (Audio transcription)\n\nKnown providers:\n* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)\n* [Local Whisper Speech-To-Text](https://apps.nextcloud.com/apps/stt_whisper)\n\nMore details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)" : "此應用程式帶來了一個使用 Nextcloud 文字處理功能的使用者介面。\n\n其讓使用者可以啟動文字處理任務,在任務完成時收到通知並檢視結果。\n小幫手也會出現在「文字」等其他應用程式中,可以輕鬆處理文件的某些部分。\n\n更多關於小幫手 OCS API 與前端整合可能性的詳細資訊請見\n[開發者文件](https://github.com/nextcloud/assistant/raw/main/docs/developer)\n\n### 如何使用它\n\n出現新的右標題選單條目。點擊後,將顯示小幫手,您可以選擇任務類型與\n設定要處理的輸入文字。\n\n規劃好任務後,其將作為背景作業執行。完成後,您將會收到其中顯示結果的通知。\n\n其他應用程式可以與小幫手應用程式整合。例如,文字將在每個段落旁邊顯示一個行內按鈕,直接選擇一個任務類型來處理該段落。以這種方式選擇任務將會開啟包含該任務的助手,且預先選擇並設定輸入文字。\n\n在[使用者文件](https://github.com/nextcloud/assistant/raw/main/docs/user)中有更多詳細資訊與螢幕截圖。\n\n## 功能\n\n在小幫手中,可用任務清單取決於透過其他應用程式安裝的可用提供者。\n這代表了您可以完全自由地決定哪些服務/軟體實際執行您的文字處理任務。\n\n### 文字處理提供者\n\n到目前為止,[本機大型語言模型](https://github.com/nextcloud/llm2#readme)以及 [OpenAi/LocalAI 整合](https://apps.nextcloud.com/apps/integration_openai) 應用程式包含了文字處理提供者:\n* 總結\n* 擷取主題\n* 產生標題\n* 從免費提示中取得答案\n* 重新表述(僅限 OpenAI/LocalAI)\n* 情境作家:產生指定樣式的文字。可以透過範例文字來描述或提供樣式。\n\n已知提供者:\n* [OpenAI/LocalAI 整合](https://apps.nextcloud.com/apps/integration_openai)\n* [文字轉影像 Stable Diffusion](https://apps.nextcloud.com/apps/text2image_stablediffusion)\n\n### 語音轉文字(音訊轉錄)\n\nKnown providers:\n* [OpenAI/LocalAI 整合](https://apps.nextcloud.com/apps/integration_openai)\n* [本機 Whisper 語音轉文字](https://apps.nextcloud.com/apps/stt_whisper)\n\n更多關於如何設定的資訊,請見[管理文件](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)",
208
+
"Select global skills folder" : "選取全域技能資料夾",
200
209
"Select" : "選取",
210
+
"No folder selected" : "未選取資料夾",
211
+
"Global skills folder updated" : "已更新全域技能資料夾",
212
+
"Failed to set global skills folder" : "設定全域技能資料夾失敗",
201
213
"Assistant admin options saved" : "已儲存小幫手管理選項",
202
214
"Failed to save assistant admin options" : "儲存小幫手管理選項失敗",
203
215
"Find more details on how to set up Assistant and recommended backends in the Administration documentation." : "在管理文件中尋找更多關於如何設定小幫手與建議後端的資訊。",
@@ -222,7 +234,12 @@
222
234
"Last N messages to consider for chat completions" : "聊天完成時要考慮的最後 N 則訊息",
223
235
"This includes the user instructions and the LLM's messages" : "這包含使用者指令與大型語言模型的訊息",
224
236
"Number of messages to consider for chat completions (excluding the user instructions, which is always considered)" : "聊天完成時要考慮的訊息數(不包括一律考慮的使用者指令)",
237
+
"Global Agent Skills" : "全域代理技能",
238
+
"Select a folder containing skills (sub-folders, each holding a SKILL.md file). These will be available to all users in addition to their personal skills in \"Chat with AI\". The folder is resolved from the filesystem of the admin who set it." : "選取包含技能的資料夾(子資料夾,每個都包含 SKILL.md 檔案)。這些技能將在「與人工智慧聊天」中,作為所有使用者除個人技能以外的額外選項提供。該資料夾的位置將根據設定此選項的管理員的檔案系統來確定。",
225
239
"Clear" : "清除",
240
+
"Selected folder" : "已選取的資料夾",
241
+
"Set by" : "設定由",
242
+
"No global skills folder configured" : "未設定全域技能資料夾",
226
243
"The task ran successfully but the result is identical to the input." : "任務執行成功,但結果與輸入相同。",
227
244
"This output was generated by AI. Make sure to double-check and adjust." : "此輸出是由人工智慧產生的。請務必仔細檢查與調整。",
228
245
"Nextcloud Assistant header menu entry" : "Nextcloud 小幫手標題列選單項目",
0 commit comments