-
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 <[email protected]>
- Loading branch information
1 parent
6423a51
commit 839a387
Showing
2 changed files
with
16 additions
and
2 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,13 +1,20 @@ | ||
OC.L10N.register( | ||
"files_lock", | ||
{ | ||
"File is currently locked by %s" : "Šiuo metu failą užrakino %s", | ||
"File is not locked" : "Failas nėra užrakintas", | ||
"File can only be unlocked by the owner of the lock" : "Failą gali atrakinti tik užrakto savininkas", | ||
"Desktop client" : "Darbalaukio klientas", | ||
"iOS client" : "iOS klientas", | ||
"Android client" : "Android klientas", | ||
"Temporary files lock" : "Laikinasis failų užraktas", | ||
"Temporary lock your files" : "Laikinai užrakinti savo failus", | ||
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Leidžia naudotojams laikinai blokuoti savo failus, kad išvengti veiklos konfliktų dirbant su bendrinamais failais.", | ||
"Locked by {user}" : "Užrakino {user}", | ||
"Locked by {app}" : "Užrakino {app}", | ||
"Unlock file" : "Atrakinti failą", | ||
"Lock file" : "Užrakinti failą" | ||
"Lock file" : "Užrakinti failą", | ||
"Keep lock" : "Palikti užraktą", | ||
"Force unlock" : "Priverstinai atrakinti" | ||
}, | ||
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); |
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,11 +1,18 @@ | ||
{ "translations": { | ||
"File is currently locked by %s" : "Šiuo metu failą užrakino %s", | ||
"File is not locked" : "Failas nėra užrakintas", | ||
"File can only be unlocked by the owner of the lock" : "Failą gali atrakinti tik užrakto savininkas", | ||
"Desktop client" : "Darbalaukio klientas", | ||
"iOS client" : "iOS klientas", | ||
"Android client" : "Android klientas", | ||
"Temporary files lock" : "Laikinasis failų užraktas", | ||
"Temporary lock your files" : "Laikinai užrakinti savo failus", | ||
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Leidžia naudotojams laikinai blokuoti savo failus, kad išvengti veiklos konfliktų dirbant su bendrinamais failais.", | ||
"Locked by {user}" : "Užrakino {user}", | ||
"Locked by {app}" : "Užrakino {app}", | ||
"Unlock file" : "Atrakinti failą", | ||
"Lock file" : "Užrakinti failą" | ||
"Lock file" : "Užrakinti failą", | ||
"Keep lock" : "Palikti užraktą", | ||
"Force unlock" : "Priverstinai atrakinti" | ||
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" | ||
} |