Skip to content

Commit 4d04a52

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 027ec4b commit 4d04a52

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

l10n/et_EE.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
OC.L10N.register(
22
"files_lock",
33
{
4+
"File is currently locked by %s" : "Faili praeguse lukustuse on lisanud „%s“",
5+
"File is not locked" : "Fail pole lukustatud",
6+
"File can only be unlocked by providing a valid owner lock token" : "Faili lukustust saab eemaldada vaid omaniku korrektse tunnusloa olemasolul",
7+
"File can only be unlocked by the owner of the lock" : "Faili lukustust saab vaid omanik eemaldada",
48
"Desktop client" : "Töölaua klient",
59
"iOS client" : "iOS klient",
610
"Android client" : "Android klient",
11+
"Temporary files lock" : "Ajutine faililukustus",
12+
"Temporary lock your files" : "Lukusta oma faili ajutiselt",
13+
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Töötamisel jagatud failidega võimalda kasutajatel oma failid ajutiselt lukustada.",
14+
"Manually locked by {user}" : "Käsitsi lukustatud kasutaja „{user}“ poolt",
15+
"Locked by editing online in {app}" : "Automaatselt lukustatud rakenduse „{app}“ poolt võrgus muutmise tõttu",
16+
"Automatically locked by {user}" : "Automaatselt lukustatud kasutaja „{user}“ poolt",
717
"Unlock file" : "Eemalda faili lukustus",
8-
"Lock file" : "Lukusta fail"
18+
"Lock file" : "Lukusta fail",
19+
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Faililukustus on automaatselt lisatud klientrakenduse poolt. Kui selle eemaldada, siis võib faili hilisemal salvestamisel tekkida versioonikonflikt.",
20+
"Keep lock" : "Jäta lukustus alles",
21+
"Force unlock" : "Eemalda lukustus sundkorras"
922
},
1023
"nplurals=2; plural=(n != 1);");

l10n/et_EE.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{ "translations": {
2+
"File is currently locked by %s" : "Faili praeguse lukustuse on lisanud „%s“",
3+
"File is not locked" : "Fail pole lukustatud",
4+
"File can only be unlocked by providing a valid owner lock token" : "Faili lukustust saab eemaldada vaid omaniku korrektse tunnusloa olemasolul",
5+
"File can only be unlocked by the owner of the lock" : "Faili lukustust saab vaid omanik eemaldada",
26
"Desktop client" : "Töölaua klient",
37
"iOS client" : "iOS klient",
48
"Android client" : "Android klient",
9+
"Temporary files lock" : "Ajutine faililukustus",
10+
"Temporary lock your files" : "Lukusta oma faili ajutiselt",
11+
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Töötamisel jagatud failidega võimalda kasutajatel oma failid ajutiselt lukustada.",
12+
"Manually locked by {user}" : "Käsitsi lukustatud kasutaja „{user}“ poolt",
13+
"Locked by editing online in {app}" : "Automaatselt lukustatud rakenduse „{app}“ poolt võrgus muutmise tõttu",
14+
"Automatically locked by {user}" : "Automaatselt lukustatud kasutaja „{user}“ poolt",
515
"Unlock file" : "Eemalda faili lukustus",
6-
"Lock file" : "Lukusta fail"
16+
"Lock file" : "Lukusta fail",
17+
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Faililukustus on automaatselt lisatud klientrakenduse poolt. Kui selle eemaldada, siis võib faili hilisemal salvestamisel tekkida versioonikonflikt.",
18+
"Keep lock" : "Jäta lukustus alles",
19+
"Force unlock" : "Eemalda lukustus sundkorras"
720
},"pluralForm" :"nplurals=2; plural=(n != 1);"
821
}

0 commit comments

Comments
 (0)