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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jan 5, 2025
1 parent 2a47db8 commit 6e0e241
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions l10n/sv.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
OC.L10N.register(
"files_lock",
{
"File is currently locked by %s" : "Filen är för närvarande låst av %s",
"File is currently locked by %s" : "Filen är för tillfället låst av %s",
"File is not locked" : "Filen är inte låst",
"File can only be unlocked by providing a valid owner lock token" : "Filen kan endast låsas upp genom att tillhandahålla en giltig token för ägarlåset.",
"File can only be unlocked by the owner of the lock" : "Fil kan endast låsas upp av låsets ägare",
"Desktop client" : "Skrivbordsklient",
"Desktop client" : "Desktopklient",
"iOS client" : "iOS-klient",
"Android client" : "Android-klient",
"Temporary files lock" : "Tillfällig låsning av filer",
"Temporary lock your files" : "Lås dina filer för tillfället",
"Temporary files lock" : "Temporär låsning av filer",
"Temporary lock your files" : "Temporär låsning av dina filer",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Låt dina användare tillfälligt låsa sina filer för att undvika konflikter när de arbetar med delade filer.",
"Manually locked by {user}" : "Manuellt låst av {user}",
"Locked by editing online in {app}" : "Låst av redigera online i {app}",
"Locked by editing online in {app}" : "Låst genom onlineredigering i {app}",
"Automatically locked by {user}" : "Automatiskt låst av {user}",
"Unlock file" : "Lås upp fil",
"Lock file" : "Lås fil",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Den här filen har låsts automatiskt av en klient. Att ta bort låset kan leda till en konflikt när filen sparas.",
"Keep lock" : "Behåll lås",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Den här filen har låsts automatiskt av en klient. Borttagning av låset kan leda till en konflikt när filen sparas.",
"Keep lock" : "Behåll låset",
"Force unlock" : "Tvinga upplåsning"
},
"nplurals=2; plural=(n != 1);");
14 changes: 7 additions & 7 deletions l10n/sv.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{ "translations": {
"File is currently locked by %s" : "Filen är för närvarande låst av %s",
"File is currently locked by %s" : "Filen är för tillfället låst av %s",
"File is not locked" : "Filen är inte låst",
"File can only be unlocked by providing a valid owner lock token" : "Filen kan endast låsas upp genom att tillhandahålla en giltig token för ägarlåset.",
"File can only be unlocked by the owner of the lock" : "Fil kan endast låsas upp av låsets ägare",
"Desktop client" : "Skrivbordsklient",
"Desktop client" : "Desktopklient",
"iOS client" : "iOS-klient",
"Android client" : "Android-klient",
"Temporary files lock" : "Tillfällig låsning av filer",
"Temporary lock your files" : "Lås dina filer för tillfället",
"Temporary files lock" : "Temporär låsning av filer",
"Temporary lock your files" : "Temporär låsning av dina filer",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Låt dina användare tillfälligt låsa sina filer för att undvika konflikter när de arbetar med delade filer.",
"Manually locked by {user}" : "Manuellt låst av {user}",
"Locked by editing online in {app}" : "Låst av redigera online i {app}",
"Locked by editing online in {app}" : "Låst genom onlineredigering i {app}",
"Automatically locked by {user}" : "Automatiskt låst av {user}",
"Unlock file" : "Lås upp fil",
"Lock file" : "Lås fil",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Den här filen har låsts automatiskt av en klient. Att ta bort låset kan leda till en konflikt när filen sparas.",
"Keep lock" : "Behåll lås",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Den här filen har låsts automatiskt av en klient. Borttagning av låset kan leda till en konflikt när filen sparas.",
"Keep lock" : "Behåll låset",
"Force unlock" : "Tvinga upplåsning"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 6e0e241

Please sign in to comment.