-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathen_GB.json
352 lines (352 loc) · 34.9 KB
/
en_GB.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
{ "translations": {
"Failed to notify when ready; unknown user" : "Failed to notify when ready; unknown user",
"Send a message to a Talk conversation" : "Send a message to a Talk conversation",
"Create a conversation" : "Create a conversation",
"Send an email" : "Send an email",
"Schedule a calendar event" : "Schedule a calendar event",
"Add a calendar task" : "Add a calendar task",
"Create a Deck card" : "Create a Deck card",
"User not logged in" : "User not logged in",
"User not found" : "User not found",
"Failed to create a chat session" : "Failed to create a chat session",
"Failed to update the chat session" : "Failed to update the chat session",
"Failed to delete the chat session" : "Failed to delete the chat session",
"Failed to get chat sessions" : "Failed to get chat sessions",
"Session not found" : "Session not found",
"Message content is empty" : "Message content is empty",
"Failed to add a chat message" : "Failed to add a chat message",
"Failed to get chat messages" : "Failed to get chat messages",
"Failed to delete a chat message" : "Failed to delete a chat message",
"Failed to delete the last message" : "Failed to delete the last message",
"Failed to add a chat message into DB" : "Failed to add a chat message into DB",
"Failed to generate a title for the chat session" : "Failed to generate a title for the chat session",
"Nextcloud Assistant" : "Nextcloud Assistant",
"Assistant task" : "Assistant task",
"AI text generation" : "AI text generation",
"AI image generation" : "AI image generation",
"AI audio transcription" : "AI audio transcription",
"AI context writer" : "AI context writer",
"Writing style: %1$s; Source material: %2$s" : "Writing style: %1$s; Source material: %2$s",
"Context Chat" : "Context Chat",
"Task for \"%1$s\" has finished" : "Task for \"%1$s\" has finished",
"\"%1$s\" task for \"%2$s\" has finished" : "\"%1$s\" task for \"%2$s\" has finished",
"Input: %1$s" : "Input: %1$s",
"Result: %1$s" : "Result: %1$s",
"View results" : "View results",
"Task for \"%1$s\" has failed" : "Task for \"%1$s\" has failed",
"\"%1$s\" task for \"%2$s\" has failed" : "\"%1$s\" task for \"%2$s\" has failed",
"View task" : "View task",
"Chat with AI" : "Chat with AI",
"Chat with an AI model." : "Chat with an AI model.",
"Generate text" : "Generate text",
"Send a request to the Assistant, for example: write a first draft of a presentation, give me suggestions for a presentation, write a draft reply to my colleague." : "Send a request to the Assistant, for example: write a first draft of a presentation, give me suggestions for a presentation, write a draft reply to my colleague.",
"Artificial Intelligence" : "Artificial Intelligence",
"Process and transform text" : "Process and transform text",
"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)" : "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)",
"Assistant admin options saved" : "Assistant admin options saved",
"Failed to save assistant admin options" : "Failed to save assistant admin options",
"Find more details on how to set up Assistant and recommended backends in the Administration documentation." : "Find more details on how to set up Assistant and recommended backends in the Administration documentation.",
"Select which features you want to enable" : "Select which features you want to enable",
"Top-right assistant" : "Top-right assistant",
"To be able to use this feature, please install at least one AI task processing provider." : "To be able to use this feature, please install at least one AI task processing provider.",
"AI text generation smart picker" : "AI text generation smart picker",
"To enable this feature, please install an AI task processing provider for the free prompt task type:" : "To enable this feature, please install an AI task processing provider for the free prompt task type:",
"Text-to-image smart picker" : "Text-to-image smart picker",
"To enable this feature, please install a text-to-image provider:" : "To enable this feature, please install a text-to-image provider:",
"Speech-to-text smart picker" : "Speech-to-text smart picker",
"To enable this feature, please install a speech-to-text provider:" : "To enable this feature, please install a speech-to-text provider:",
"Chat User Instructions for Chat Completions" : "Chat User Instructions for Chat Completions",
"It is passed on to the LLM for it to better understand the context." : "It is passed on to the LLM for it to better understand the context.",
"\"{user}\" is a placeholder for the user's display name." : "\"{user}\" is a placeholder for the user's display name.",
"Chat User Instructions for Title Generation" : "Chat User Instructions for Title Generation",
"It is passed on to the LLMs to let it know what to do" : "It is passed on to the LLMs to let it know what to do",
"\"{user}\" is a placeholder for the user's display name here as well." : "\"{user}\" is a placeholder for the user's display name here as well.",
"Last N messages to consider for chat completions" : "Last N messages to consider for chat completions",
"This includes the user instructions and the LLM's messages" : "This includes the user instructions and the LLM's messages",
"Number of messages to consider for chat completions (excluding the user instructions, which is always considered)" : "Number of messages to consider for chat completions (excluding the user instructions, which is always considered)",
"The task ran successfully but the result is identical to the input." : "The task ran successfully but the result is identical to the input.",
"This output was generated by AI. Make sure to double-check and adjust." : "This output was generated by AI. Make sure to double-check and adjust.",
"Hide advanced options" : "Hide advanced options",
"Show advanced options" : "Show advanced options",
"Try again" : "Try again",
"Send request" : "Send request",
"Launch this task again" : "Launch this task again",
"Launch a task" : "Launch a task",
"Failed to parse some files" : "Failed to parse some files",
"Generate a first draft for a blog post about privacy" : "Generate a first draft for a blog post about privacy",
"What is the venue for the team retreat this quarter?" : "What is the venue for the team retreat this quarter?",
"Type or paste the text to summarize" : "Type or paste the text to summarize",
"Type or paste the text to generate a headline for" : "Type or paste the text to generate a headline for",
"Type or paste the text to extract the topics from" : "Type or paste the text to extract the topics from",
"landscape trees forest peaceful" : "landscape trees forest peaceful",
"a number" : "a number",
"Shakespeare or an example of the style" : "Shakespeare or an example of the style",
"A description of what you need or some original content" : "A description of what you need or some original content",
"Back to the assistant" : "Back to the assistant",
"Previous \"{taskTypeName}\" tasks" : "Previous \"{taskTypeName}\" tasks",
"Show previous tasks" : "Show previous tasks",
"Close" : "Close",
"Close Nextcloud Assistant" : "Close Nextcloud Assistant",
"Less" : "Less",
"More" : "More",
"If you are not satisfied with the actions the Assistant wants to run, you can adjust your request by sending a new message instead of clicking the \"Cancel\" button." : "If you are not satisfied with the actions the Assistant wants to run, you can adjust your request by sending a new message instead of clicking the \"Cancel\" button.",
"The Assistant wants to perform sensitive actions on your behalf." : "The Assistant wants to perform sensitive actions on your behalf.",
"Cancel" : "Cancel",
"Confirm those actions" : "Confirm those actions",
"Are you sure you want to delete \"{sessionTitle}\"?" : "Are you sure you want to delete \"{sessionTitle}\"?",
"Error generating a response" : "Error generating a response",
"Error getting the generated title for the conversation" : "Error getting the generated title for the conversation",
"Error checking if the session is thinking" : "Error checking if the session is thinking",
"Error updating title of conversation" : "Error updating title of conversation",
"Untitled conversation" : "Untitled conversation",
"Error generating a title for the conversation" : "Error generating a title for the conversation",
"Error deleting conversation" : "Error deleting conversation",
"Error fetching conversations" : "Error fetching conversations",
"Error deleting message" : "Error deleting message",
"Error fetching messages" : "Error fetching messages",
"Error creating a new message" : "Error creating a new message",
"Invalid response received for a new conversation request" : "Invalid response received for a new conversation request",
"Error creating a new conversation" : "Error creating a new conversation",
"Error regenerating a response" : "Error regenerating a response",
"New conversation" : "New conversation",
"Loading conversations…" : "Loading conversations…",
"No conversations yet" : "No conversations yet",
"Delete" : "Delete",
"Conversation title" : "Conversation title",
"Edit title" : "Edit title",
"Generate title" : "Generate title",
"Creating a new conversation" : "Creating a new conversation",
"Hello there! What can I help you with today?" : "Hello there! What can I help you with today?",
"Try sending a message to spark a conversation." : "Try sending a message to spark a conversation.",
"Load older messages" : "Load older messages",
"Retry response generation" : "Retry response generation",
"Conversation deletion" : "Conversation deletion",
"Error loading messages" : "Error loading messages",
"Loading messages…" : "Loading messages…",
"The text must be shorter than or equal to {maxLength} characters, currently {length}" : "The text must be shorter than or equal to {maxLength} characters, currently {length}",
"Cancel editing" : "Cancel editing",
"Submit" : "Submit",
"Type a message…" : "Type a message…",
"Processing…" : "Processing …",
"You" : "You",
"Message copied to clipboard" : "Message copied to clipboard",
"(empty message)" : "(empty message)",
"Copy message" : "Copy message",
"Regenerate message" : "Regenerate message",
"Delete message" : "Delete message",
"Select Files/Folders" : "Select Files/Folders",
"Select Providers" : "Select Providers",
"Choose Files/Folders" : "Choose Files/Folders",
"Choose" : "Choose",
"Clear Selection" : "Clear Selection",
"Error fetching default provider key" : "Error fetching default provider key",
"Error fetching providers" : "Error fetching providers",
"Context Chat has not finished indexing all your documents yet, it may not be able to answer your questions, yet." : "Context Chat has not finished indexing all your documents yet, it may not be able to answer your questions, yet.",
"Selective context" : "Selective context",
"No sources referenced" : "No sources referenced",
"tool" : "tool",
"integration" : "integration",
"complete AI documentation" : "complete AI documentation",
"No provider found" : "No provider found",
"AI Providers need to be installed to use the Assistant" : "AI Providers need to be installed to use the Assistant",
"Assistant options saved" : "Assistant options saved",
"Failed to save assistant options" : "Failed to save assistant options",
"AI image generation smart picker" : "AI image generation smart picker",
"AI transcription smart picker" : "AI transcription smart picker",
"No suitable providers are available. They must first be enabled by your administrator." : "No suitable providers are available. They must first be enabled by your administrator.",
"Configured Backends" : "Configured Backends",
"The following services are used as backends for Nextcloud Assistant:" : "The following services are used as backends for Nextcloud Assistant:",
"{providerName} for {taskName}" : "{providerName} for {taskName}",
"Getting results…" : "Getting results…",
"Run task in the background and get notified" : "Run task in the background and get notified",
"Back to the Assistant" : "Back to the Assistant",
"Cancel task" : "Cancel task",
"Your task has been scheduled" : "Your task has been scheduled",
"You will receive a notification when it has finished" : "You will receive a notification when it has finished",
"You have not submitted any \"{taskTypeName}\" task yet" : "You have not submitted any \"{taskTypeName}\" task yet",
"Nothing yet" : "Nothing yet",
"Succeeded" : "Succeeded",
"Cancelled" : "Cancelled",
"Failed" : "Failed",
"Running" : "Running",
"Scheduled" : "Scheduled",
"Input" : "Input",
"_{n} image has been generated_::_{n} images have been generated_" : ["{n} image has been generated","{n} images have been generated"],
"Result" : "Result",
"_Generation of {n} image is scheduled_::_Generation of {n} images is scheduled_" : ["Generation of {n} image is scheduled","Generation of {n} images is scheduled"],
"This task is scheduled" : "This task is scheduled",
"Unknown status" : "Unknown status",
"Error while recording audio" : "Error while recording audio",
"Start recording" : "Start recording",
"Dismiss recording" : "Dismiss recording",
"End recording and send" : "End recording and send",
"Choose file" : "Choose file",
"Choose a file" : "Choose a file",
"No file selected" : "No file selected",
"Choose a value" : "Choose a value",
"Could not upload the recorded file" : "Could not upload the recorded file",
"Output file share link copied to clipboard" : "Output file share link copied to clipboard",
"Could not copy to clipboard" : "Could not copy to clipboard",
"Upload from device" : "Upload from device",
"Select from Nextcloud" : "Select from Nextcloud",
"Pick one or multiple files" : "Pick one or multiple files",
"Remove this media" : "Remove this media",
"Download this media" : "Download this media",
"Share this media" : "Share this media",
"Share" : "Share",
"Pick a file" : "Pick a file",
"Clear value" : "Clear value",
"Type some number" : "Type some number",
"The current value is not a number" : "The current value is not a number",
"Advanced" : "Advanced",
"Choose a text file" : "Choose a text file",
"Unexpected response from text parser" : "Unexpected response from text parser",
"Could not parse file" : "Could not parse file",
"Result could not be copied to clipboard" : "Result could not be copied to clipboard",
"Copy output" : "Copy output",
"Copy" : "Copy",
"Upload file" : "Upload file",
"Could not upload the file" : "Could not upload the file",
"Could not upload the files" : "Could not upload the files",
"Your task with ID {id} has failed" : "Your task with ID {id} has failed",
"Failed to schedule your task" : "Failed to schedule your task",
"Submit the current task's result" : "Submit the current task's result",
"Assistant error" : "Assistant error",
"Please log in to view the task result" : "Please log in to view the task result",
"This task does not exist or has been cleaned up" : "This task does not exist or has been cleaned up",
"Failed to schedule the task" : "Failed to schedule the task",
"Failed to get the last message" : "Failed to get the last message",
"Failed to process prompt; unknown user" : "Failed to process prompt; unknown user",
"Failed to get prompt history; unknown user" : "Failed to get prompt history; unknown user",
"Failed to get outputs; unknown user" : "Failed to get outputs; unknown user",
"Failed to cancel generation; unknown user" : "Failed to cancel generation; unknown user",
"Some internal error occurred. Contact your sysadmin for more info." : "Some internal error occurred. Contact your sysadmin for more info.",
"No Speech-to-Text provider found, install one from the app store to use this feature." : "No Speech-to-Text provider found, install one from the app store to use this feature.",
"Audio file not found." : "Audio file not found.",
"No permission to create recording file/directory, contact your sysadmin to resolve this issue." : "No permission to create recording file/directory, contact your sysadmin to resolve this issue.",
"Failed to set visibility of image files; unknown user" : "Failed to set visibility of image files; unknown user",
"Unknown error while retrieving prompt history." : "Unknown error while retrieving prompt history.",
"Context write" : "Context write",
"Writes text in a given style based on the provided source material." : "Writes text in a given style based on the provided source material.",
"Transcribe" : "Transcribe",
"Transcribe audio to text" : "Transcribe audio to text",
"Generate image" : "Generate image",
"Generate an image from a text" : "Generate an image from a text",
"Canceled by user" : "Canceled by user",
"FreePromptTaskType not available" : "FreePromptTaskType not available",
"Failed to run or schedule a task" : "Failed to run or schedule a task",
"Failed to get prompt history" : "Failed to get prompt history",
"Generation not found" : "Generation not found",
"Multiple tasks found" : "Multiple tasks found",
"Transcript not found" : "Transcript not found",
"No text to image processing provider available" : "No text to image processing provider available",
"Image request error" : "Image request error",
"Image generation not found." : "Image generation not found.",
"Retrieving the image generation failed." : "Retrieving the image generation failed.",
"Image generation failed." : "Image generation failed.",
"Image file names could not be fetched from database" : "Image file names could not be fetched from database",
"Image file not found in database" : "Image file not found in database",
"Image file not found" : "Image file not found",
"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 [Large language model](https://github.com/nextcloud/llm#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)" : "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 [Large language model](https://github.com/nextcloud/llm#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)",
"To be able to use this feature, please install at least one AI text processing provider." : "To be able to use this feature, please install at least one AI text processing provider.",
"To enable this feature, please install an AI text processing provider for the free prompt task type." : "To enable this feature, please install an AI text processing provider for the free prompt task type.",
"To enable this feature, please install a text-to-image provider." : "To enable this feature, please install a text-to-image provider.",
"To enable this feature, please install a speech-to-text provider." : "To enable this feature, please install a speech-to-text provider.",
"Image storage" : "Image storage",
"Image generation idle time (days)" : "Image generation idle time (days)",
"Days until generated images are deleted if they are not viewed" : "Days until generated images are deleted if they are not viewed",
" This includes the user instructions and the LLM's messages" : " This includes the user instructions and the LLM's messages",
"Writing style" : "Writing style",
"Describe the writing style you want to use or supply an example document." : "Describe the writing style you want to use or supply an example document.",
"Source material" : "Source material",
"Describe what you want the document to be written on." : "Describe what you want the document to be written on.",
"Type some text" : "Type some text",
"Text Generation" : "Text Generation",
"Audio transcription" : "Audio transcription",
"Unknown Result Type" : "Unknown Result Type",
"Output" : "Output",
"Copy output text to clipboard" : "Copy output text to clipboard",
"Reset the output value to the originally generated one" : "Reset the output value to the originally generated one",
"Reset" : "Reset",
"The task ran successfully but the generated text is empty." : "The task ran successfully but the generated text is empty.",
"Run a task" : "Run a task",
"Loading conversations..." : "Loading conversations...",
"Edit Title" : "Edit Title",
"Generate Title" : "Generate Title",
"Loading messages..." : "Loading messages...",
"Type a message..." : "Type a message...",
"Thinking..." : "Thinking...",
"Unexpected server response" : "Unexpected server response",
"The processing of generations failed." : "The processing of generations failed.",
"The processing of some generations failed." : "The processing of some generations failed.",
"Text generation error" : "Text generation error",
"Unknown text generation API error" : "Unknown text generation API error",
"Prompt" : "Prompt",
"Result {index}" : "Result {index}",
"Text generation content" : "Text generation content",
"The text generation task was scheduled to run in the background." : "The text generation task was scheduled to run in the background.",
"Estimated completion time: " : "Estimated completion time: ",
"This can take a while…" : "This can take a while…",
"Some generations are still being processed in the background! Showing finished generations." : "Some generations are still being processed in the background! Showing finished generations.",
"Loading generations…" : "Loading generations…",
"Include prompt in the final result" : "Include prompt in the final result",
"Run in the background" : "Run in the background",
"Choose Audio File" : "Choose Audio File",
"Record Audio" : "Record Audio",
"Reset recorded audio" : "Reset recorded audio",
"Stop recording" : "Stop recording",
"No audio file selected" : "No audio file selected",
"Selected Audio File:" : "Selected Audio File:",
"Choose audio file in your storage" : "Choose audio file in your storage",
"Choose audio File" : "Choose audio File",
"Audio input" : "Audio input",
"Unknown input" : "Unknown input",
"Running…" : "Running…",
"Unknown error" : "Unknown error",
"Task result was copied to clipboard" : "Task result was copied to clipboard",
"Copy result" : "Copy result",
"Image generation failed" : "Image generation failed",
"This generation has no visible images" : "This generation has no visible images",
"Rate limit reached. Please try again later." : "Rate limit reached. Please try again later.",
"Unknown server query error" : "Unknown server query error",
"Image generation" : "Image generation",
"Edit visible images" : "Edit visible images",
"Click to toggle generation visibility" : "Click to toggle generation visibility",
"Generated image" : "Generated image",
"Estimated generation time left: " : "Estimated generation time left: ",
"The image(s) will be displayed here once generated." : "The image(s) will be displayed here once generated.",
"This image generation was scheduled to run in the background." : "This image generation was scheduled to run in the background.",
"Failed to get images" : "Failed to get images",
"Include the prompt in the result" : "Include the prompt in the result",
"Number of results" : "Number of results",
"Regenerate" : "Regenerate",
"Preview" : "Preview",
"Enter your question or task here:" : "Enter your question or task here:",
"Preview text generation by AI" : "Preview text generation by AI",
"Notify when ready" : "Notify when ready",
"Submit text generated by AI" : "Submit text generated by AI",
"The task could not be found. It may have been deleted." : "The task could not be found. It may have been deleted.",
"Successfully scheduled transcription" : "Successfully scheduled transcription",
"Failed to schedule transcription" : "Failed to schedule transcription",
"Unknown API error" : "Unknown API error",
"Schedule Transcription" : "Schedule Transcription",
"A description of the image you want to generate" : "A description of the image you want to generate",
"Image generation cancel error" : "Image generation cancel error",
"Unknown image generation cancel error" : "Unknown image generation cancel error",
"Unexpected response from server." : "Unexpected response from server.",
"Image generation error" : "Image generation error",
"Unknown image generation error" : "Unknown image generation error",
"You will be notified when the image generation is ready." : "You will be notified when the image generation is ready.",
"Notify when ready error" : "Notify when ready error",
"Unknown notify when ready error" : "Unknown notify when ready error",
"Preview image generation by AI" : "Preview image generation by AI",
"Submit image(s) generated by AI" : "Submit image(s) generated by AI",
"Send" : "Send",
"Show/hide advanced options" : "Show/hide advanced options",
"Advanced options" : "Advanced options",
"Image link copied to clipboard" : "Image link copied to clipboard",
"Image link could not be copied to clipboard" : "Image link could not be copied to clipboard",
"Copy the link to this generation to clipboard" : "Copy the link to this generation to clipboard",
"Copy link to clipboard" : "Copy link to clipboard"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}