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 Feb 17, 2024
1 parent f7d8927 commit 700bd24
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion l10n/nb.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
OC.L10N.register(
"files_lock",
{
"File is currently locked by %s" : "Filen er for øyeblikket låst av %s",
"File is not locked" : "Filen er ikke låst",
"File can only be unlocked by providing a valid owner lock token" : "Filen kan bare låses opp ved å oppgi et gyldig låsetoken for eieren",
"File can only be unlocked by the owner of the lock" : "Filen kan bare låses opp av eieren av låsen",
"Temporary files lock" : "Midlertidig fillås",
"Temporary lock your files" : "Lås midlertidig filene dine",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "La brukerne låse filene midlertidig for å unngå konflikter mens de arbeider med delte filer.",
"Locked by {user}" : "Låst av {user}",
"Locked by {app}" : "Låst av {app}",
"Unlock file" : "Lås opp fil",
"Lock file" : "Lås fil"
"Lock file" : "Lås fil",
"Locked by {0}" : "Låst av {0}"
},
"nplurals=2; plural=(n != 1);");
12 changes: 11 additions & 1 deletion l10n/nb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{ "translations": {
"File is currently locked by %s" : "Filen er for øyeblikket låst av %s",
"File is not locked" : "Filen er ikke låst",
"File can only be unlocked by providing a valid owner lock token" : "Filen kan bare låses opp ved å oppgi et gyldig låsetoken for eieren",
"File can only be unlocked by the owner of the lock" : "Filen kan bare låses opp av eieren av låsen",
"Temporary files lock" : "Midlertidig fillås",
"Temporary lock your files" : "Lås midlertidig filene dine",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "La brukerne låse filene midlertidig for å unngå konflikter mens de arbeider med delte filer.",
"Locked by {user}" : "Låst av {user}",
"Locked by {app}" : "Låst av {app}",
"Unlock file" : "Lås opp fil",
"Lock file" : "Lås fil"
"Lock file" : "Lås fil",
"Locked by {0}" : "Låst av {0}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 700bd24

Please sign in to comment.