Skip to content

Commit ae615ba

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 11cd7f6 commit ae615ba

File tree

8 files changed

+116
-6
lines changed

8 files changed

+116
-6
lines changed

l10n/en_GB.js

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ OC.L10N.register(
5050
"Transcription of {sourceFile} has failed" : "Transcription of {sourceFile} has failed",
5151
"The text-to-speech process for {sourceFile} has failed" : "The text-to-speech process for {sourceFile} has failed",
5252
"The processing of {sourceFile} has failed" : "The processing of {sourceFile} has failed",
53+
"New image file has been generated" : "New image file has been generated",
54+
"{targetFile} has been generated in {targetDirectory}" : "{targetFile} has been generated in {targetDirectory}",
55+
"Image file generation has failed" : "Image file generation has failed",
56+
"Generation of a new image file in {targetDirectory} has failed" : "Generation of a new image file in {targetDirectory} has failed",
57+
"AI sticker generation" : "AI sticker generation",
5358
"Assistant audio transcription" : "Assistant audio transcription",
5459
"Assistant document generation" : "Assistant document generation",
5560
"Nextcloud Calendar" : "Nextcloud Calendar",
@@ -98,6 +103,7 @@ OC.L10N.register(
98103
"Enable AI text generation in smart picker" : "Enable AI text generation in smart picker",
99104
"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:",
100105
"Enable text-to-image in smart picker" : "Enable text-to-image in smart picker",
106+
"Enable text-to-sticker in smart picker" : "Enable text-to-sticker in smart picker",
101107
"To enable this feature, please install a text-to-image provider:" : "To enable this feature, please install a text-to-image provider:",
102108
"Enable speech-to-text in smart picker" : "Enable speech-to-text in smart picker",
103109
"To enable this feature, please install a speech-to-text provider:" : "To enable this feature, please install a speech-to-text provider:",
@@ -164,6 +170,7 @@ OC.L10N.register(
164170
"Try sending a message to spark a conversation." : "Try sending a message to spark a conversation.",
165171
"Load older messages" : "Load older messages",
166172
"Retry response generation" : "Retry response generation",
173+
"Output shown here is generated by AI. Make sure to always double-check." : "Output shown here is generated by AI. Make sure to always double-check.",
167174
"Conversation deletion" : "Conversation deletion",
168175
"Error loading messages" : "Error loading messages",
169176
"Loading messages…" : "Loading messages…",
@@ -174,6 +181,7 @@ OC.L10N.register(
174181
"Processing…" : "Processing …",
175182
"Could not upload the recorded file" : "Could not upload the recorded file",
176183
"Please try again and inform the server administrators if this issue persists." : "Please try again and inform the server administrators if this issue persists.",
184+
"This chat response is taking longer to start generating than expected. Please contact your administrator to ensure that Assistant is correctly configured." : "This chat response is taking longer to start generating than expected. Please contact your administrator to ensure that Assistant is correctly configured.",
177185
"You" : "You",
178186
"Message copied to clipboard" : "Message copied to clipboard",
179187
"Information sources" : "Information sources",
@@ -190,8 +198,15 @@ OC.L10N.register(
190198
"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.",
191199
"Selective context" : "Selective context",
192200
"No sources referenced" : "No sources referenced",
201+
"Prompt cannot be empty." : "Prompt cannot be empty.",
202+
"Image generation task has been scheduled." : "Image generation task has been scheduled.",
203+
"Failed to schedule image generation task." : "Failed to schedule image generation task.",
204+
"Generate new image" : "Generate new image",
205+
"The result image would be placed in the current folder." : "The result image would be placed in the current folder.",
193206
"Prompt" : "Prompt",
194207
"Describe the image you want to generate" : "Describe the image you want to generate",
208+
"No providers found" : "No providers found",
209+
"Image generation is not available." : "Image generation is not available.",
195210
"Generate image" : "Generate image",
196211
"tool" : "tool",
197212
"integration" : "integration",
@@ -204,6 +219,7 @@ OC.L10N.register(
204219
"Failed to save assistant options" : "Failed to save assistant options",
205220
"Auto-play audio chat responses" : "Auto-play audio chat responses",
206221
"Enable AI image generation in smart picker" : "Enable AI image generation in smart picker",
222+
"Enable AI sticker generation in smart picker" : "Enable AI sticker generation in smart picker",
207223
"Enable AI transcription in smart picker" : "Enable AI transcription in smart picker",
208224
"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.",
209225
"Configured backends" : "Configured backends",
@@ -213,6 +229,7 @@ OC.L10N.register(
213229
"Getting results…" : "Getting results…",
214230
"Get notified when the task finishes" : "Get notified when the task finishes",
215231
"Cancel task" : "Cancel task",
232+
"This task is taking longer to start running than expected. Please contact your administrator to ensure that Assistant is correctly configured." : "This task is taking longer to start running than expected. Please contact your administrator to ensure that Assistant is correctly configured.",
216233
"You have not submitted any \"{taskTypeName}\" task yet" : "You have not submitted any \"{taskTypeName}\" task yet",
217234
"Nothing yet" : "Nothing yet",
218235
"Succeeded" : "Succeeded",
@@ -290,6 +307,7 @@ OC.L10N.register(
290307
"It can also be checked in the Assistant in the \"Work with audio -> Generate speech\" menu." : "It can also be checked in the Assistant in the \"Work with audio -> Generate speech\" menu.",
291308
"Transcribe audio" : "Transcribe audio",
292309
"Transcription task submitted successfully." : "Transcription task submitted successfully.",
293-
"It can also be checked in the Assistant in the \"Work with audio -> Transcribe audio\" menu." : "It can also be checked in the Assistant in the \"Work with audio -> Transcribe audio\" menu."
310+
"It can also be checked in the Assistant in the \"Work with audio -> Transcribe audio\" menu." : "It can also be checked in the Assistant in the \"Work with audio -> Transcribe audio\" menu.",
311+
"cartoon, neutral background, sticker of " : "cartoon, neutral background, sticker of "
294312
},
295313
"nplurals=2; plural=(n != 1);");

l10n/en_GB.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
"Transcription of {sourceFile} has failed" : "Transcription of {sourceFile} has failed",
4949
"The text-to-speech process for {sourceFile} has failed" : "The text-to-speech process for {sourceFile} has failed",
5050
"The processing of {sourceFile} has failed" : "The processing of {sourceFile} has failed",
51+
"New image file has been generated" : "New image file has been generated",
52+
"{targetFile} has been generated in {targetDirectory}" : "{targetFile} has been generated in {targetDirectory}",
53+
"Image file generation has failed" : "Image file generation has failed",
54+
"Generation of a new image file in {targetDirectory} has failed" : "Generation of a new image file in {targetDirectory} has failed",
55+
"AI sticker generation" : "AI sticker generation",
5156
"Assistant audio transcription" : "Assistant audio transcription",
5257
"Assistant document generation" : "Assistant document generation",
5358
"Nextcloud Calendar" : "Nextcloud Calendar",
@@ -96,6 +101,7 @@
96101
"Enable AI text generation in smart picker" : "Enable AI text generation in smart picker",
97102
"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:",
98103
"Enable text-to-image in smart picker" : "Enable text-to-image in smart picker",
104+
"Enable text-to-sticker in smart picker" : "Enable text-to-sticker in smart picker",
99105
"To enable this feature, please install a text-to-image provider:" : "To enable this feature, please install a text-to-image provider:",
100106
"Enable speech-to-text in smart picker" : "Enable speech-to-text in smart picker",
101107
"To enable this feature, please install a speech-to-text provider:" : "To enable this feature, please install a speech-to-text provider:",
@@ -162,6 +168,7 @@
162168
"Try sending a message to spark a conversation." : "Try sending a message to spark a conversation.",
163169
"Load older messages" : "Load older messages",
164170
"Retry response generation" : "Retry response generation",
171+
"Output shown here is generated by AI. Make sure to always double-check." : "Output shown here is generated by AI. Make sure to always double-check.",
165172
"Conversation deletion" : "Conversation deletion",
166173
"Error loading messages" : "Error loading messages",
167174
"Loading messages…" : "Loading messages…",
@@ -172,6 +179,7 @@
172179
"Processing…" : "Processing …",
173180
"Could not upload the recorded file" : "Could not upload the recorded file",
174181
"Please try again and inform the server administrators if this issue persists." : "Please try again and inform the server administrators if this issue persists.",
182+
"This chat response is taking longer to start generating than expected. Please contact your administrator to ensure that Assistant is correctly configured." : "This chat response is taking longer to start generating than expected. Please contact your administrator to ensure that Assistant is correctly configured.",
175183
"You" : "You",
176184
"Message copied to clipboard" : "Message copied to clipboard",
177185
"Information sources" : "Information sources",
@@ -188,8 +196,15 @@
188196
"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.",
189197
"Selective context" : "Selective context",
190198
"No sources referenced" : "No sources referenced",
199+
"Prompt cannot be empty." : "Prompt cannot be empty.",
200+
"Image generation task has been scheduled." : "Image generation task has been scheduled.",
201+
"Failed to schedule image generation task." : "Failed to schedule image generation task.",
202+
"Generate new image" : "Generate new image",
203+
"The result image would be placed in the current folder." : "The result image would be placed in the current folder.",
191204
"Prompt" : "Prompt",
192205
"Describe the image you want to generate" : "Describe the image you want to generate",
206+
"No providers found" : "No providers found",
207+
"Image generation is not available." : "Image generation is not available.",
193208
"Generate image" : "Generate image",
194209
"tool" : "tool",
195210
"integration" : "integration",
@@ -202,6 +217,7 @@
202217
"Failed to save assistant options" : "Failed to save assistant options",
203218
"Auto-play audio chat responses" : "Auto-play audio chat responses",
204219
"Enable AI image generation in smart picker" : "Enable AI image generation in smart picker",
220+
"Enable AI sticker generation in smart picker" : "Enable AI sticker generation in smart picker",
205221
"Enable AI transcription in smart picker" : "Enable AI transcription in smart picker",
206222
"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.",
207223
"Configured backends" : "Configured backends",
@@ -211,6 +227,7 @@
211227
"Getting results…" : "Getting results…",
212228
"Get notified when the task finishes" : "Get notified when the task finishes",
213229
"Cancel task" : "Cancel task",
230+
"This task is taking longer to start running than expected. Please contact your administrator to ensure that Assistant is correctly configured." : "This task is taking longer to start running than expected. Please contact your administrator to ensure that Assistant is correctly configured.",
214231
"You have not submitted any \"{taskTypeName}\" task yet" : "You have not submitted any \"{taskTypeName}\" task yet",
215232
"Nothing yet" : "Nothing yet",
216233
"Succeeded" : "Succeeded",
@@ -288,6 +305,7 @@
288305
"It can also be checked in the Assistant in the \"Work with audio -> Generate speech\" menu." : "It can also be checked in the Assistant in the \"Work with audio -> Generate speech\" menu.",
289306
"Transcribe audio" : "Transcribe audio",
290307
"Transcription task submitted successfully." : "Transcription task submitted successfully.",
291-
"It can also be checked in the Assistant in the \"Work with audio -> Transcribe audio\" menu." : "It can also be checked in the Assistant in the \"Work with audio -> Transcribe audio\" menu."
308+
"It can also be checked in the Assistant in the \"Work with audio -> Transcribe audio\" menu." : "It can also be checked in the Assistant in the \"Work with audio -> Transcribe audio\" menu.",
309+
"cartoon, neutral background, sticker of " : "cartoon, neutral background, sticker of "
292310
},"pluralForm" :"nplurals=2; plural=(n != 1);"
293311
}

0 commit comments

Comments
 (0)