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 Oct 21, 2023
1 parent b0583f8 commit 9213faa
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
18 changes: 17 additions & 1 deletion l10n/sv.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,41 @@
OC.L10N.register(
"integration_mattermost",
{
"Error getting OAuth access token. " : "Det gick inte att hämta OAuth-åtkomsttoken.",
"Error during OAuth exchanges" : "Fel vid utväxling av OAuth-token",
"Bad credentials" : "Ogiltiga inloggningsuppgifter",
"Bad HTTP method" : "Felaktig HTTP-metod",
"OAuth access token refused" : "OAuth-token avvisades",
"Connected accounts" : "Anslutna konton",
"Application secret" : "Applikationshemlighet",
"Use a popup to authenticate" : "Använd en popup för att autentisera",
"Personal access token" : "Personlig åtkomst-token",
"Login" : "Logga in",
"Password" : "Lösenord",
"Connected as {user}" : "Ansluten som {user}",
"Enable searching for messages" : "Aktivera sökning efter meddelanden",
"Warning, everything you type in the search bar will be sent to Mattermost." : "Varning, allt du skriver i sökfältet kommer att skickas till Mattermost.",
"Invalid access token" : "Ogiltig åtkomsttoken",
"Files" : "Filer",
"Channel" : "Kanal",
"Choose a channel" : "Välj en kanal",
"Type" : "Typ",
"Set expiration date" : "Välj utgångsdatum",
"Expires on" : "Går ut den",
"Set link password" : "Ställ in länklösenord",
"Comment" : "Kommentar",
"Directories will be skipped, they can only be sent as links." : "Mappar kommer att hoppas över, de kan bara skickas som länkar.",
"Cancel" : "Avbryt",
"password" : "lösenord",
"Message to send with the files" : "Meddelande att skicka med filerna",
"View only" : "Skrivskyddat läge",
"Edit" : "Ändra",
"Upload files" : "Ladda upp filer"
"_Send file_::_Send files_" : ["Skicka fil","Skicka filer"],
"_Send link_::_Send links_" : ["Skicka länk","Skicka länkar"],
"Do you want to go to your \"Connect accounts\" personal settings?" : "Vill du gå till dina personliga inställningar för \"Anslut konton\"?",
"Go to settings" : "Gå till Inställningar",
"Upload files" : "Ladda upp filer",
"Public links" : "Offentliga länkar",
"Internal links (Only works for users with access to the files)" : "Interna länkar (fungerar endast för användare med åtkomst till filerna)"
},
"nplurals=2; plural=(n != 1);");
18 changes: 17 additions & 1 deletion l10n/sv.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,39 @@
{ "translations": {
"Error getting OAuth access token. " : "Det gick inte att hämta OAuth-åtkomsttoken.",
"Error during OAuth exchanges" : "Fel vid utväxling av OAuth-token",
"Bad credentials" : "Ogiltiga inloggningsuppgifter",
"Bad HTTP method" : "Felaktig HTTP-metod",
"OAuth access token refused" : "OAuth-token avvisades",
"Connected accounts" : "Anslutna konton",
"Application secret" : "Applikationshemlighet",
"Use a popup to authenticate" : "Använd en popup för att autentisera",
"Personal access token" : "Personlig åtkomst-token",
"Login" : "Logga in",
"Password" : "Lösenord",
"Connected as {user}" : "Ansluten som {user}",
"Enable searching for messages" : "Aktivera sökning efter meddelanden",
"Warning, everything you type in the search bar will be sent to Mattermost." : "Varning, allt du skriver i sökfältet kommer att skickas till Mattermost.",
"Invalid access token" : "Ogiltig åtkomsttoken",
"Files" : "Filer",
"Channel" : "Kanal",
"Choose a channel" : "Välj en kanal",
"Type" : "Typ",
"Set expiration date" : "Välj utgångsdatum",
"Expires on" : "Går ut den",
"Set link password" : "Ställ in länklösenord",
"Comment" : "Kommentar",
"Directories will be skipped, they can only be sent as links." : "Mappar kommer att hoppas över, de kan bara skickas som länkar.",
"Cancel" : "Avbryt",
"password" : "lösenord",
"Message to send with the files" : "Meddelande att skicka med filerna",
"View only" : "Skrivskyddat läge",
"Edit" : "Ändra",
"Upload files" : "Ladda upp filer"
"_Send file_::_Send files_" : ["Skicka fil","Skicka filer"],
"_Send link_::_Send links_" : ["Skicka länk","Skicka länkar"],
"Do you want to go to your \"Connect accounts\" personal settings?" : "Vill du gå till dina personliga inställningar för \"Anslut konton\"?",
"Go to settings" : "Gå till Inställningar",
"Upload files" : "Ladda upp filer",
"Public links" : "Offentliga länkar",
"Internal links (Only works for users with access to the files)" : "Interna länkar (fungerar endast för användare med åtkomst till filerna)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 9213faa

Please sign in to comment.