-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
- Loading branch information
1 parent
b5a456f
commit ea6429c
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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);" | ||
} |