Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Aug 22, 2024
1 parent e78922c commit a8ac710
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 4 deletions.
11 changes: 11 additions & 0 deletions l10n/sv.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ OC.L10N.register(
"assistant",
{
"User not found" : "Användaren hittades inte",
"Failed to create a chat session" : "Det gick inte att skapa en chattsession",
"Failed to update the chat session" : "Det gick inte att uppdatera chattsessionen",
"Failed to delete the chat session" : "Det gick inte att ta bort chattsessionen",
"Failed to get chat sessions" : "Det gick inte att hämta chattsessioner",
"Failed to add a chat message" : "Det gick inte att lägga till ett chattmeddelande",
"Failed to get chat messages" : "Det gick inte att hämta chattmeddelanden",
"Failed to delete a chat message" : "Det gick inte att ta bort ett chattmeddelande",
"Failed to add a chat message into DB" : "Det gick inte att lägga till ett chattmeddelande i DB",
"Failed to generate a title for the chat session" : "Det gick inte att skapa en titel för chattsessionen",
"Nextcloud Assistant" : "Nextcloud Assistant",
"AI image generation" : "Generering av AI-bilder",
"Task for \"%1$s\" has finished" : "Uppgiften för \"%1$s\" har slutförts",
Expand All @@ -11,6 +20,8 @@ OC.L10N.register(
"Task for \"%1$s\" has failed" : "Uppgiften för \"%1$s\" har misslyckats",
"\"%1$s\" task for \"%2$s\" has failed" : "\"%1$s\" uppgiften för \"%2$s\" har misslyckats",
"View task" : "Visa uppgift",
"Chat with AI" : "Chatta med AI",
"Chat with an AI model." : "Chatta med en AI-modell.",
"Artificial Intelligence" : "Artificiell intelligens",
"Process and transform text" : "Bearbeta och transformera text",
"Select which features you want to enable" : "Välj vilka funktioner du vill aktivera",
Expand Down
11 changes: 11 additions & 0 deletions l10n/sv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{ "translations": {
"User not found" : "Användaren hittades inte",
"Failed to create a chat session" : "Det gick inte att skapa en chattsession",
"Failed to update the chat session" : "Det gick inte att uppdatera chattsessionen",
"Failed to delete the chat session" : "Det gick inte att ta bort chattsessionen",
"Failed to get chat sessions" : "Det gick inte att hämta chattsessioner",
"Failed to add a chat message" : "Det gick inte att lägga till ett chattmeddelande",
"Failed to get chat messages" : "Det gick inte att hämta chattmeddelanden",
"Failed to delete a chat message" : "Det gick inte att ta bort ett chattmeddelande",
"Failed to add a chat message into DB" : "Det gick inte att lägga till ett chattmeddelande i DB",
"Failed to generate a title for the chat session" : "Det gick inte att skapa en titel för chattsessionen",
"Nextcloud Assistant" : "Nextcloud Assistant",
"AI image generation" : "Generering av AI-bilder",
"Task for \"%1$s\" has finished" : "Uppgiften för \"%1$s\" har slutförts",
Expand All @@ -9,6 +18,8 @@
"Task for \"%1$s\" has failed" : "Uppgiften för \"%1$s\" har misslyckats",
"\"%1$s\" task for \"%2$s\" has failed" : "\"%1$s\" uppgiften för \"%2$s\" har misslyckats",
"View task" : "Visa uppgift",
"Chat with AI" : "Chatta med AI",
"Chat with an AI model." : "Chatta med en AI-modell.",
"Artificial Intelligence" : "Artificiell intelligens",
"Process and transform text" : "Bearbeta och transformera text",
"Select which features you want to enable" : "Välj vilka funktioner du vill aktivera",
Expand Down
29 changes: 27 additions & 2 deletions l10n/tr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a8ac710

Please sign in to comment.