diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-04-11 00:23:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-04-11 00:23:04 +0000 |
commit | 345167ff182a32cab2915070da19db6a5ed2ba96 (patch) | |
tree | 66f02554b65e7cf7af5fa5729e533ccc4a1849f3 /lib | |
parent | db078e7a602ca9ea76b5f50fe4ed600931783d16 (diff) | |
download | nextcloud-server-345167ff182a32cab2915070da19db6a5ed2ba96.tar.gz nextcloud-server-345167ff182a32cab2915070da19db6a5ed2ba96.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/cs.js | 1 | ||||
-rw-r--r-- | lib/l10n/cs.json | 1 | ||||
-rw-r--r-- | lib/l10n/de.js | 1 | ||||
-rw-r--r-- | lib/l10n/de.json | 1 | ||||
-rw-r--r-- | lib/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | lib/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | lib/l10n/et_EE.js | 86 | ||||
-rw-r--r-- | lib/l10n/et_EE.json | 86 | ||||
-rw-r--r-- | lib/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | lib/l10n/pt_BR.json | 1 | ||||
-rw-r--r-- | lib/l10n/sr.js | 1 | ||||
-rw-r--r-- | lib/l10n/sr.json | 1 | ||||
-rw-r--r-- | lib/l10n/uk.js | 1 | ||||
-rw-r--r-- | lib/l10n/uk.json | 1 | ||||
-rw-r--r-- | lib/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | lib/l10n/zh_TW.json | 1 |
16 files changed, 176 insertions, 10 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index a555e184052..308f2df5328 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -201,6 +201,7 @@ OC.L10N.register( "Path is already shared with this group" : "Umístění už je této skupině nasdíleno", "Link sharing is not allowed" : "Sdílení odkazů není povoleno", "Public upload is not allowed" : "Veřejné nahrávání není povoleno", + "You cannot share a folder that contains other shares" : "Není možné nasdílet složku, která obsahuje další sdílení", "Sharing is disabled" : "Sdílení je vypnuto", "Sharing is disabled for you" : "Máte zakázáno sdílet", "Cannot share with the share owner" : "Nelze sdílet zpět vlastníkovi sdílení", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index 3bc1c5ed715..4b13a157402 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -199,6 +199,7 @@ "Path is already shared with this group" : "Umístění už je této skupině nasdíleno", "Link sharing is not allowed" : "Sdílení odkazů není povoleno", "Public upload is not allowed" : "Veřejné nahrávání není povoleno", + "You cannot share a folder that contains other shares" : "Není možné nasdílet složku, která obsahuje další sdílení", "Sharing is disabled" : "Sdílení je vypnuto", "Sharing is disabled for you" : "Máte zakázáno sdílet", "Cannot share with the share owner" : "Nelze sdílet zpět vlastníkovi sdílení", diff --git a/lib/l10n/de.js b/lib/l10n/de.js index a1044547f32..5ae54fb99d1 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -201,6 +201,7 @@ OC.L10N.register( "Path is already shared with this group" : "Der Pfad ist bereits mit dieser Gruppe geteilt", "Link sharing is not allowed" : "Freigabe via Link ist nicht erlaubt", "Public upload is not allowed" : "Öffentliches Hochladen ist nicht erlaubt", + "You cannot share a folder that contains other shares" : "Ein Ordner, der andere Freigaben enthält, kann nicht geteilt werden", "Sharing is disabled" : "Teilen ist deaktiviert", "Sharing is disabled for you" : "Teilen ist für dich deaktiviert", "Cannot share with the share owner" : "Teilen mit dem Freigabeeigentümer nicht möglich", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index 35f080dc35b..56e26b6b14c 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -199,6 +199,7 @@ "Path is already shared with this group" : "Der Pfad ist bereits mit dieser Gruppe geteilt", "Link sharing is not allowed" : "Freigabe via Link ist nicht erlaubt", "Public upload is not allowed" : "Öffentliches Hochladen ist nicht erlaubt", + "You cannot share a folder that contains other shares" : "Ein Ordner, der andere Freigaben enthält, kann nicht geteilt werden", "Sharing is disabled" : "Teilen ist deaktiviert", "Sharing is disabled for you" : "Teilen ist für dich deaktiviert", "Cannot share with the share owner" : "Teilen mit dem Freigabeeigentümer nicht möglich", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 5117e42407b..9529a91a568 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -201,6 +201,7 @@ OC.L10N.register( "Path is already shared with this group" : "Der Pfad ist bereits mit dieser Gruppe geteilt", "Link sharing is not allowed" : "Freigabe via Link ist nicht erlaubt", "Public upload is not allowed" : "Öffentliches Hochladen ist nicht erlaubt", + "You cannot share a folder that contains other shares" : "Ein Ordner, der andere Freigaben enthält, kann nicht geteilt werden", "Sharing is disabled" : "Teilen ist deaktiviert", "Sharing is disabled for you" : "Teilen ist für Sie deaktiviert", "Cannot share with the share owner" : "Teilen mit dem Freigabeeigentümer nicht möglich", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 41c944adc37..1b7a9a8cbd4 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -199,6 +199,7 @@ "Path is already shared with this group" : "Der Pfad ist bereits mit dieser Gruppe geteilt", "Link sharing is not allowed" : "Freigabe via Link ist nicht erlaubt", "Public upload is not allowed" : "Öffentliches Hochladen ist nicht erlaubt", + "You cannot share a folder that contains other shares" : "Ein Ordner, der andere Freigaben enthält, kann nicht geteilt werden", "Sharing is disabled" : "Teilen ist deaktiviert", "Sharing is disabled for you" : "Teilen ist für Sie deaktiviert", "Cannot share with the share owner" : "Teilen mit dem Freigabeeigentümer nicht möglich", diff --git a/lib/l10n/et_EE.js b/lib/l10n/et_EE.js index 226480fc993..650fd575c95 100644 --- a/lib/l10n/et_EE.js +++ b/lib/l10n/et_EE.js @@ -1,7 +1,7 @@ OC.L10N.register( "lib", { - "Cannot write into \"config\" directory!" : "Ei saa kirjutada \"config\" kataloogi!", + "Cannot write into \"config\" directory!" : "Ei saa kirjutada „config“ kausta!!", "See %s" : "Vaata %s", "Sample configuration detected" : "Tuvastati näidisseaded", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Tuvastati, et kopeeriti näidisseaded. See võib lõhkuda sinu saidi ja see pole toetatud. Palun loe enne faili config.php muutmist dokumentatsiooni", @@ -20,8 +20,9 @@ OC.L10N.register( "The command line tool %s could not be found" : "Käsurea töövahendit %s ei leitud", "The library %s is not available." : "Teek %s pole saadaval.", "The following platforms are supported: %s" : "Toetatud on järgmised platvormid: %s", - "Server version %s or higher is required." : "Serveri versioon %s või kõrgem on nõutav.", + "Server version %s or higher is required." : "Nõutav on serveri versioon %s või suurem.", "Server version %s or lower is required." : "Serveri versioon %s või madalam on nõutav.", + "Your current IP address doesn't allow you to perform admin actions" : "Sinu praeguselt e-posti aadressilt ei saa teha haldustoiminguid", "Wiping of device %s has finished" : "„%s“ seadme kustutamine on lõppenud", "Wiping of device »%s« has finished" : "„%s“ seadme kustutamine on lõppenud", "Remote wipe started" : "Kaugkustutamine on alanud", @@ -35,9 +36,15 @@ OC.L10N.register( "Files" : "Failid", "View profile" : "Vaata profiili", "same time" : "samas ajas", + "_%nh_::_%nh_" : ["%n t","%n t"], + "_%nm_::_%nm_" : ["%n min","%n min"], + "%s ahead" : "%s ees", + "%s behind" : "%s taga", + "Local time: %s" : "Kohalik aeg: %s", "today" : "täna", "tomorrow" : "homme", "yesterday" : "eile", + "_in %n day_::_in %n days_" : ["%n päeva pärast","%n päeva pärast"], "_%n day ago_::_%n days ago_" : ["%n päev tagasi","%n päeva tagasi"], "next month" : "järgmine kuu", "last month" : "viimasel kuul", @@ -54,15 +61,36 @@ OC.L10N.register( "in a few seconds" : "mõne sekundi jooksul", "seconds ago" : "sekundit tagasi", "Empty file" : "Tühi fail", + "No file conversion providers available" : "Ühtegi teisendusteenuse pakkujat pole saadaval", "File is too large to convert" : "Fail on teisendamiseks liiga suur", + "Destination does not match conversion extension" : "Sihtmeedia ei vasta teisendamislaiendile", + "Could not convert file" : "Faili teisendamine ei õnnestu", + "Destination does not exist" : "Sihtmeediat pole olemas", + "Destination is not creatable" : "Sihtmeedia pole loodav", "Dot files are not allowed" : "Punktiga failid pole lubatud", + "\"%1$s\" is a forbidden file or folder name." : "„%1$s“ on keelatud faili- või kaustanimi.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "„%1$s“ on keelatud faili- või kaustanime eesliide.", + "\"%1$s\" is not allowed inside a file or folder name." : "„%1$s“ pole faili- või kaustanimes lubatud.", + "\"%1$s\" is a forbidden file type." : "„%1$s“ on keelatud failitüüp.", "Filenames must not end with \"%1$s\"." : "Failinimede lõpus ei tohi olla „%1$s“.", + "Invalid parent path" : "Vigane ülemkaust", "File already exists" : "Fail on juba olemas", "Invalid path" : "Vigane kataloogirada", "Failed to create file from template" : "Ei saa luua mallist faili", "Templates" : "Mallid", - "Filename contains at least one invalid character" : "Faili nimes on vähemalt üks keelatud märk", + "Storage %s cannot be moved" : "„%s“ andmeruumi ei saa teisaldada", + "Moving a share (%s) into a shared folder is not allowed" : "Jaosmeedia (%s) teisaldamine jaoskausta pole lubatud", + "Moving a storage (%s) into a shared folder is not allowed" : "Andmeruumi (%s) teisaldamine jaoskausta pole lubatud", + "Moving a share (%s) into another share (%s) is not allowed" : "Jaosmeedia (%s) teisaldamine teise jaosmeediasse (%s) pole lubatud", + "Moving a share (%s) into another storage (%s) is not allowed" : "Jaosmeedia (%s) teisaldamine teise andmeruumi (%s) pole lubatud", + "Moving a storage (%s) into a share (%s) is not allowed" : "Andmeruumi (%s) teisaldamine jaosmeediasse (%s) pole lubatud", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Andmeruumi (%s) teisaldamine andmeruumi (%s) pole lubatud", + "Path contains invalid segments" : "Asukohas on vigaseid segmente", + "Filename is a reserved word" : "Failinimi on reserveeritud sõna", + "Filename contains at least one invalid character" : "Failinimes on vähemalt üks keelatud märk", + "Filename is too long" : "Failinimi on liiga pikk", "Empty filename is not allowed" : "Tühi failinimi pole lubatud", + "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Kuna ta pole ühilduv selle serveri versiooniga, siis „%s“ rakendust ei saa paigaldada.", "__language_name__" : "Eesti", "This is an automatically sent email, please do not reply." : "See on automaatselt saadetud e-kiri, palun ära vasta.", "Help & privacy" : "Abiteave ja privaatsus", @@ -73,7 +101,8 @@ OC.L10N.register( "Settings" : "Seaded", "Log out" : "Logi välja", "Accounts" : "Kasutajakontod", - "Email" : "Epost", + "Email" : "E-post", + "Mail %s" : "E-post %s", "Fediverse" : "Födiversum", "View %s on the fediverse" : "Vaata Födiversumis: %s", "Phone" : "Telefon", @@ -94,7 +123,9 @@ OC.L10N.register( "Additional settings" : "Lisaseaded", "You need to enter details of an existing account." : "Sa pead sisestama olemasoleva konto andmed.", "Oracle connection could not be established" : "Ei suuda luua ühendust Oracle baasiga", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X ei ole toetatud ja %s ei pruugi korralikult toimida sellel platvormil. Kasuta seda omal vastutusel!", "For the best results, please consider using a GNU/Linux server instead." : "Parema tulemuse saavitamiseks palun kaalu serveris GNU/Linux kasutamist.", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Palun eemalda oma serveri seadistustest php.ini failist „open_basedir“ seadistus või võta kasutusele 64-bitisel platvormil põhinev PHP versioon.", "Set an admin Login." : "Lisa peakasutaja kasutajanimi.", "Set an admin password." : "Lisa peakasutaja salasõna.", "Cannot create or write into the data directory %s" : "Ei õnnestu luua „%s“ andmekausta või sealt lugeda", @@ -106,11 +137,20 @@ OC.L10N.register( "%1$s via %2$s" : "%1$s %2$s kaudu", "%1$s shared %2$s with you and wants to add:" : "%1$s jagas sinuga %2$s ning soovib lisada:", "%1$s shared %2$s with you and wants to add" : "%1$s jagas sinuga %2$s ning soovib lisada", + "%s added a note to a file shared with you" : "%s jagas koos sulle jagatud failiga ka märget", "Unknown share type" : "Tundmatu jagamise tüüp", + "Cannot share with yourself" : "Sa ei saa iseendale jagada", + "You cannot share your root folder" : "Sa ei saa juurkausta jagada", "You are not allowed to share %s" : "Sul pole lubatud %s jagada", + "File shares cannot have create or delete permissions" : "Jaosfailidel ei saa olla loomis- või kustutamisõigusi", "Cannot increase permissions of %s" : "Ei saa %s õigusi suurendada", + "Shares need at least read permissions" : "Jaosmeedial peab olema vähemalt lugemisõigus", "Expiration date is in the past" : "Aegumise kuupäev on minevikus", + "Expiration date is enforced" : "Aegumiskuupäev on kasutusel", "Sharing %s failed, because this item is already shared with the account %s" : "%s jagamine ebaõnnestus, kuna seda üksust on juba jagatud kontoga %s", + "Group sharing is now allowed" : "Grupile jagamine on nüüd lubatud", + "You cannot share a folder that contains other shares" : "Sa ei saa jagada jaoskausta, kus sisalduvad muud jaoskaustad", + "Group \"%s\" does not exist" : "„%s“ gruppi pole olemas", "The requested share does not exist anymore" : "Soovitud jagamist enam ei eksisteeri", "Could not find category \"%s\"" : "Ei leia kategooriat \"%s\"", "Sunday" : "Pühapäev", @@ -159,6 +199,7 @@ OC.L10N.register( "Nov." : "Nov.", "Dec." : "Dets.", "A valid password must be provided" : "Sisesta nõuetele vastav parool", + "Login canceled by app" : "Rakendus katkestas sisselogimise", "a safe home for all your data" : "turvaline koht sinu andmetele", "Application is not enabled" : "Rakendus pole sisse lülitatud", "Authentication error" : "Autentimise viga", @@ -167,21 +208,56 @@ OC.L10N.register( "PHP module %s not installed." : "PHP moodulit %s pole paigaldatud.", "Please ask your server administrator to install the module." : "Palu oma serveri haldajal moodul paigadalda.", "PHP setting \"%s\" is not set to \"%s\"." : "PHP seade \"%s\" ei ole \"%s\".", + "Adjusting this setting in php.ini will make Nextcloud run again" : "Selle seadistuse kohendamine php.ini failis võimaldab sul Nextcloudi uuesti tööle saada", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "See on tõenäoliselt põhjustatud puhver/kiirendist nagu Zend OPcache või eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "PHP moodulid on paigaldatud, kuid neid näitatakse endiselt kui puuduolevad?", "Please ask your server administrator to restart the web server." : "Palu oma serveri haldajal veebiserver taaskäivitada.", "Your data directory is invalid." : "Sinu andmekataloog on vigane", - "Could not obtain lock type %d on \"%s\"." : "Ei suutnud hankida %d tüüpi lukustust \"%s\".", + "Could not obtain lock type %d on \"%s\"." : "Ei suutnud hankida %d tüüpi lukustust asukohas „%s“.", + "Storage unauthorized. %s" : "Andmeruum on autoriseerimata. %s", + "Storage incomplete configuration. %s" : "Andmeruumi poolik seadistus. %s", + "Storage connection error. %s" : "Viga andmeruumi ühenduse loomisel. %s", "Storage is temporarily not available" : "Salvestusruum pole ajutiselt kättesaadav", + "Storage connection timeout. %s" : "Aegumine andmeruumi ühenduse loomisel. %s", + "Generate image" : "Piltide loomine", + "Generate an image from a text prompt" : "Loo tekstisisendist pilt", + "Prompt" : "Sisendvorm", + "Describe the image you want to generate" : "Kirjelda loodavat pilti", + "Number of images" : "Piltide arv", + "How many images to generate" : "Mitu pilti peaksime tekitama", + "Output images" : "Väljundpildid", + "The generated images" : "Loodud pildid", + "Generate a headline" : "Alapealkirja loomine", + "Generates a possible headline for a text." : "Võimaldab luua teksti põhjal kokkuvõtliku alapealkirja.", + "Original text" : "Lähtetekst", + "The original text to generate a headline for" : "Lähtetekst, millest lood kokkuvõtliku alapealkirja", + "The generated headline" : "Loodud alapealkiri", + "Proofread" : "Keelekorrektuur", + "Proofreads a text and lists corrections" : "Võimaldab teha tekstide ja loendite korrektuuri", "Text" : "Tekst", + "The text to proofread" : "Keelekorrektuuri vajav tekst", + "Corrections" : "Korrektuuris tehtud parandused", + "The corrections that should be made in your text" : "Korrektuuris tehtud parandused, mis peaks sinu teksti lisanduma", "Summary" : "Kokkuvõte", "Translate" : "Tõlgi", + "Translate text from one language to another" : "Tõlgi teksti ühest keelest teise", + "Origin text" : "Lähtetekst", + "The text to translate" : "Tõlgitav tekst", + "Origin language" : "Lähtekeel", + "The language of the origin text" : "Lähteteksti keel", + "Target language" : "Tõlkekeel", + "The desired language to translate the origin text in" : "Keel, millesse lähteteksti tõlgime", + "Result" : "Tulemus", "The translated text" : "Tõlgitud tekst", "File name is a reserved word" : "Failinimi sisaldab keelatud sõna", "File name contains at least one invalid character" : "Failinimes on vähemalt üks keelatud tähemärk", "File name is too long" : "Failinimi on liiga pikk", "Users" : "Kasutajad", + "%1$s shared »%2$s« with you and wants to add:" : "„%1$s“ jagas sinuga „%2$s“ ning soovib lisada:", + "%1$s shared »%2$s« with you and wants to add" : "„%1$s“ jagas sinuga „%2$s“ ning soovib lisada", + "»%s« added a note to a file shared with you" : "„%s“ jagas koos sulle jagatud failiga ka märget", "Open »%s«" : "Ava »%s«", + "%1$s shared »%2$s« with you" : "„%1$s“ jagas sinuga „%2$s“", "%1$s shared »%2$s« with you." : "%1$s jagas sinuga „%2$s“ faili.", "Click the button below to open it." : "Vajuta allolevat nuppu, et see avada.", "File is currently busy, please try again later" : "Fail on hetkel kasutuses, proovi hiljem uuesti" diff --git a/lib/l10n/et_EE.json b/lib/l10n/et_EE.json index d12eb85a707..ac471bf1c1a 100644 --- a/lib/l10n/et_EE.json +++ b/lib/l10n/et_EE.json @@ -1,5 +1,5 @@ { "translations": { - "Cannot write into \"config\" directory!" : "Ei saa kirjutada \"config\" kataloogi!", + "Cannot write into \"config\" directory!" : "Ei saa kirjutada „config“ kausta!!", "See %s" : "Vaata %s", "Sample configuration detected" : "Tuvastati näidisseaded", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Tuvastati, et kopeeriti näidisseaded. See võib lõhkuda sinu saidi ja see pole toetatud. Palun loe enne faili config.php muutmist dokumentatsiooni", @@ -18,8 +18,9 @@ "The command line tool %s could not be found" : "Käsurea töövahendit %s ei leitud", "The library %s is not available." : "Teek %s pole saadaval.", "The following platforms are supported: %s" : "Toetatud on järgmised platvormid: %s", - "Server version %s or higher is required." : "Serveri versioon %s või kõrgem on nõutav.", + "Server version %s or higher is required." : "Nõutav on serveri versioon %s või suurem.", "Server version %s or lower is required." : "Serveri versioon %s või madalam on nõutav.", + "Your current IP address doesn't allow you to perform admin actions" : "Sinu praeguselt e-posti aadressilt ei saa teha haldustoiminguid", "Wiping of device %s has finished" : "„%s“ seadme kustutamine on lõppenud", "Wiping of device »%s« has finished" : "„%s“ seadme kustutamine on lõppenud", "Remote wipe started" : "Kaugkustutamine on alanud", @@ -33,9 +34,15 @@ "Files" : "Failid", "View profile" : "Vaata profiili", "same time" : "samas ajas", + "_%nh_::_%nh_" : ["%n t","%n t"], + "_%nm_::_%nm_" : ["%n min","%n min"], + "%s ahead" : "%s ees", + "%s behind" : "%s taga", + "Local time: %s" : "Kohalik aeg: %s", "today" : "täna", "tomorrow" : "homme", "yesterday" : "eile", + "_in %n day_::_in %n days_" : ["%n päeva pärast","%n päeva pärast"], "_%n day ago_::_%n days ago_" : ["%n päev tagasi","%n päeva tagasi"], "next month" : "järgmine kuu", "last month" : "viimasel kuul", @@ -52,15 +59,36 @@ "in a few seconds" : "mõne sekundi jooksul", "seconds ago" : "sekundit tagasi", "Empty file" : "Tühi fail", + "No file conversion providers available" : "Ühtegi teisendusteenuse pakkujat pole saadaval", "File is too large to convert" : "Fail on teisendamiseks liiga suur", + "Destination does not match conversion extension" : "Sihtmeedia ei vasta teisendamislaiendile", + "Could not convert file" : "Faili teisendamine ei õnnestu", + "Destination does not exist" : "Sihtmeediat pole olemas", + "Destination is not creatable" : "Sihtmeedia pole loodav", "Dot files are not allowed" : "Punktiga failid pole lubatud", + "\"%1$s\" is a forbidden file or folder name." : "„%1$s“ on keelatud faili- või kaustanimi.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "„%1$s“ on keelatud faili- või kaustanime eesliide.", + "\"%1$s\" is not allowed inside a file or folder name." : "„%1$s“ pole faili- või kaustanimes lubatud.", + "\"%1$s\" is a forbidden file type." : "„%1$s“ on keelatud failitüüp.", "Filenames must not end with \"%1$s\"." : "Failinimede lõpus ei tohi olla „%1$s“.", + "Invalid parent path" : "Vigane ülemkaust", "File already exists" : "Fail on juba olemas", "Invalid path" : "Vigane kataloogirada", "Failed to create file from template" : "Ei saa luua mallist faili", "Templates" : "Mallid", - "Filename contains at least one invalid character" : "Faili nimes on vähemalt üks keelatud märk", + "Storage %s cannot be moved" : "„%s“ andmeruumi ei saa teisaldada", + "Moving a share (%s) into a shared folder is not allowed" : "Jaosmeedia (%s) teisaldamine jaoskausta pole lubatud", + "Moving a storage (%s) into a shared folder is not allowed" : "Andmeruumi (%s) teisaldamine jaoskausta pole lubatud", + "Moving a share (%s) into another share (%s) is not allowed" : "Jaosmeedia (%s) teisaldamine teise jaosmeediasse (%s) pole lubatud", + "Moving a share (%s) into another storage (%s) is not allowed" : "Jaosmeedia (%s) teisaldamine teise andmeruumi (%s) pole lubatud", + "Moving a storage (%s) into a share (%s) is not allowed" : "Andmeruumi (%s) teisaldamine jaosmeediasse (%s) pole lubatud", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Andmeruumi (%s) teisaldamine andmeruumi (%s) pole lubatud", + "Path contains invalid segments" : "Asukohas on vigaseid segmente", + "Filename is a reserved word" : "Failinimi on reserveeritud sõna", + "Filename contains at least one invalid character" : "Failinimes on vähemalt üks keelatud märk", + "Filename is too long" : "Failinimi on liiga pikk", "Empty filename is not allowed" : "Tühi failinimi pole lubatud", + "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Kuna ta pole ühilduv selle serveri versiooniga, siis „%s“ rakendust ei saa paigaldada.", "__language_name__" : "Eesti", "This is an automatically sent email, please do not reply." : "See on automaatselt saadetud e-kiri, palun ära vasta.", "Help & privacy" : "Abiteave ja privaatsus", @@ -71,7 +99,8 @@ "Settings" : "Seaded", "Log out" : "Logi välja", "Accounts" : "Kasutajakontod", - "Email" : "Epost", + "Email" : "E-post", + "Mail %s" : "E-post %s", "Fediverse" : "Födiversum", "View %s on the fediverse" : "Vaata Födiversumis: %s", "Phone" : "Telefon", @@ -92,7 +121,9 @@ "Additional settings" : "Lisaseaded", "You need to enter details of an existing account." : "Sa pead sisestama olemasoleva konto andmed.", "Oracle connection could not be established" : "Ei suuda luua ühendust Oracle baasiga", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X ei ole toetatud ja %s ei pruugi korralikult toimida sellel platvormil. Kasuta seda omal vastutusel!", "For the best results, please consider using a GNU/Linux server instead." : "Parema tulemuse saavitamiseks palun kaalu serveris GNU/Linux kasutamist.", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Palun eemalda oma serveri seadistustest php.ini failist „open_basedir“ seadistus või võta kasutusele 64-bitisel platvormil põhinev PHP versioon.", "Set an admin Login." : "Lisa peakasutaja kasutajanimi.", "Set an admin password." : "Lisa peakasutaja salasõna.", "Cannot create or write into the data directory %s" : "Ei õnnestu luua „%s“ andmekausta või sealt lugeda", @@ -104,11 +135,20 @@ "%1$s via %2$s" : "%1$s %2$s kaudu", "%1$s shared %2$s with you and wants to add:" : "%1$s jagas sinuga %2$s ning soovib lisada:", "%1$s shared %2$s with you and wants to add" : "%1$s jagas sinuga %2$s ning soovib lisada", + "%s added a note to a file shared with you" : "%s jagas koos sulle jagatud failiga ka märget", "Unknown share type" : "Tundmatu jagamise tüüp", + "Cannot share with yourself" : "Sa ei saa iseendale jagada", + "You cannot share your root folder" : "Sa ei saa juurkausta jagada", "You are not allowed to share %s" : "Sul pole lubatud %s jagada", + "File shares cannot have create or delete permissions" : "Jaosfailidel ei saa olla loomis- või kustutamisõigusi", "Cannot increase permissions of %s" : "Ei saa %s õigusi suurendada", + "Shares need at least read permissions" : "Jaosmeedial peab olema vähemalt lugemisõigus", "Expiration date is in the past" : "Aegumise kuupäev on minevikus", + "Expiration date is enforced" : "Aegumiskuupäev on kasutusel", "Sharing %s failed, because this item is already shared with the account %s" : "%s jagamine ebaõnnestus, kuna seda üksust on juba jagatud kontoga %s", + "Group sharing is now allowed" : "Grupile jagamine on nüüd lubatud", + "You cannot share a folder that contains other shares" : "Sa ei saa jagada jaoskausta, kus sisalduvad muud jaoskaustad", + "Group \"%s\" does not exist" : "„%s“ gruppi pole olemas", "The requested share does not exist anymore" : "Soovitud jagamist enam ei eksisteeri", "Could not find category \"%s\"" : "Ei leia kategooriat \"%s\"", "Sunday" : "Pühapäev", @@ -157,6 +197,7 @@ "Nov." : "Nov.", "Dec." : "Dets.", "A valid password must be provided" : "Sisesta nõuetele vastav parool", + "Login canceled by app" : "Rakendus katkestas sisselogimise", "a safe home for all your data" : "turvaline koht sinu andmetele", "Application is not enabled" : "Rakendus pole sisse lülitatud", "Authentication error" : "Autentimise viga", @@ -165,21 +206,56 @@ "PHP module %s not installed." : "PHP moodulit %s pole paigaldatud.", "Please ask your server administrator to install the module." : "Palu oma serveri haldajal moodul paigadalda.", "PHP setting \"%s\" is not set to \"%s\"." : "PHP seade \"%s\" ei ole \"%s\".", + "Adjusting this setting in php.ini will make Nextcloud run again" : "Selle seadistuse kohendamine php.ini failis võimaldab sul Nextcloudi uuesti tööle saada", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "See on tõenäoliselt põhjustatud puhver/kiirendist nagu Zend OPcache või eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "PHP moodulid on paigaldatud, kuid neid näitatakse endiselt kui puuduolevad?", "Please ask your server administrator to restart the web server." : "Palu oma serveri haldajal veebiserver taaskäivitada.", "Your data directory is invalid." : "Sinu andmekataloog on vigane", - "Could not obtain lock type %d on \"%s\"." : "Ei suutnud hankida %d tüüpi lukustust \"%s\".", + "Could not obtain lock type %d on \"%s\"." : "Ei suutnud hankida %d tüüpi lukustust asukohas „%s“.", + "Storage unauthorized. %s" : "Andmeruum on autoriseerimata. %s", + "Storage incomplete configuration. %s" : "Andmeruumi poolik seadistus. %s", + "Storage connection error. %s" : "Viga andmeruumi ühenduse loomisel. %s", "Storage is temporarily not available" : "Salvestusruum pole ajutiselt kättesaadav", + "Storage connection timeout. %s" : "Aegumine andmeruumi ühenduse loomisel. %s", + "Generate image" : "Piltide loomine", + "Generate an image from a text prompt" : "Loo tekstisisendist pilt", + "Prompt" : "Sisendvorm", + "Describe the image you want to generate" : "Kirjelda loodavat pilti", + "Number of images" : "Piltide arv", + "How many images to generate" : "Mitu pilti peaksime tekitama", + "Output images" : "Väljundpildid", + "The generated images" : "Loodud pildid", + "Generate a headline" : "Alapealkirja loomine", + "Generates a possible headline for a text." : "Võimaldab luua teksti põhjal kokkuvõtliku alapealkirja.", + "Original text" : "Lähtetekst", + "The original text to generate a headline for" : "Lähtetekst, millest lood kokkuvõtliku alapealkirja", + "The generated headline" : "Loodud alapealkiri", + "Proofread" : "Keelekorrektuur", + "Proofreads a text and lists corrections" : "Võimaldab teha tekstide ja loendite korrektuuri", "Text" : "Tekst", + "The text to proofread" : "Keelekorrektuuri vajav tekst", + "Corrections" : "Korrektuuris tehtud parandused", + "The corrections that should be made in your text" : "Korrektuuris tehtud parandused, mis peaks sinu teksti lisanduma", "Summary" : "Kokkuvõte", "Translate" : "Tõlgi", + "Translate text from one language to another" : "Tõlgi teksti ühest keelest teise", + "Origin text" : "Lähtetekst", + "The text to translate" : "Tõlgitav tekst", + "Origin language" : "Lähtekeel", + "The language of the origin text" : "Lähteteksti keel", + "Target language" : "Tõlkekeel", + "The desired language to translate the origin text in" : "Keel, millesse lähteteksti tõlgime", + "Result" : "Tulemus", "The translated text" : "Tõlgitud tekst", "File name is a reserved word" : "Failinimi sisaldab keelatud sõna", "File name contains at least one invalid character" : "Failinimes on vähemalt üks keelatud tähemärk", "File name is too long" : "Failinimi on liiga pikk", "Users" : "Kasutajad", + "%1$s shared »%2$s« with you and wants to add:" : "„%1$s“ jagas sinuga „%2$s“ ning soovib lisada:", + "%1$s shared »%2$s« with you and wants to add" : "„%1$s“ jagas sinuga „%2$s“ ning soovib lisada", + "»%s« added a note to a file shared with you" : "„%s“ jagas koos sulle jagatud failiga ka märget", "Open »%s«" : "Ava »%s«", + "%1$s shared »%2$s« with you" : "„%1$s“ jagas sinuga „%2$s“", "%1$s shared »%2$s« with you." : "%1$s jagas sinuga „%2$s“ faili.", "Click the button below to open it." : "Vajuta allolevat nuppu, et see avada.", "File is currently busy, please try again later" : "Fail on hetkel kasutuses, proovi hiljem uuesti" diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index e0e7093f794..f6a261bd2a9 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -201,6 +201,7 @@ OC.L10N.register( "Path is already shared with this group" : "O caminho já está compartilhado com este grupo", "Link sharing is not allowed" : "O compartilhamento de link não é permitido", "Public upload is not allowed" : "O upload público não é permitido", + "You cannot share a folder that contains other shares" : "Você não pode compartilhar uma pasta que contém outros compartilhamentos", "Sharing is disabled" : "O compartilhamento está desativado", "Sharing is disabled for you" : "O compartilhamento está desativado para você", "Cannot share with the share owner" : "Não é possível compartilhar com o proprietário do compartilhamento", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index deb30e2a9dc..615178ace27 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -199,6 +199,7 @@ "Path is already shared with this group" : "O caminho já está compartilhado com este grupo", "Link sharing is not allowed" : "O compartilhamento de link não é permitido", "Public upload is not allowed" : "O upload público não é permitido", + "You cannot share a folder that contains other shares" : "Você não pode compartilhar uma pasta que contém outros compartilhamentos", "Sharing is disabled" : "O compartilhamento está desativado", "Sharing is disabled for you" : "O compartilhamento está desativado para você", "Cannot share with the share owner" : "Não é possível compartilhar com o proprietário do compartilhamento", diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 5e74d4b476e..7d8064f571f 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -201,6 +201,7 @@ OC.L10N.register( "Path is already shared with this group" : "Путања се већ дели са овом групом", "Link sharing is not allowed" : "Није дозвољено дељење линком", "Public upload is not allowed" : "Није дозвољено јавно отпремање", + "You cannot share a folder that contains other shares" : "Не можете да делите фолдер који садржи друга дељења", "Sharing is disabled" : "Дељење је искључено", "Sharing is disabled for you" : "Дељење је за вас искључено", "Cannot share with the share owner" : "Не може да се дели са власником дељења", diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index c767ac17984..96d0740ecc8 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -199,6 +199,7 @@ "Path is already shared with this group" : "Путања се већ дели са овом групом", "Link sharing is not allowed" : "Није дозвољено дељење линком", "Public upload is not allowed" : "Није дозвољено јавно отпремање", + "You cannot share a folder that contains other shares" : "Не можете да делите фолдер који садржи друга дељења", "Sharing is disabled" : "Дељење је искључено", "Sharing is disabled for you" : "Дељење је за вас искључено", "Cannot share with the share owner" : "Не може да се дели са власником дељења", diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index 96d8f036a96..8489e48db13 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -201,6 +201,7 @@ OC.L10N.register( "Path is already shared with this group" : "Шлях вже надано у спільний доступ для цієї групи", "Link sharing is not allowed" : "Спільний доступ через посилання не дозволено", "Public upload is not allowed" : "Публічні завантаження не дозволено", + "You cannot share a folder that contains other shares" : "Неможливо надати у спільний доступ каталог, який вже містить інші спільні ресурси", "Sharing is disabled" : "Спільний доступ вимкнено", "Sharing is disabled for you" : "Ви не маєте права надавати у доступ файли або каталоги", "Cannot share with the share owner" : "Неможливо надавати у доступ власникові спільного ресурсу", diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index e90f0fc4508..88361250d4c 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -199,6 +199,7 @@ "Path is already shared with this group" : "Шлях вже надано у спільний доступ для цієї групи", "Link sharing is not allowed" : "Спільний доступ через посилання не дозволено", "Public upload is not allowed" : "Публічні завантаження не дозволено", + "You cannot share a folder that contains other shares" : "Неможливо надати у спільний доступ каталог, який вже містить інші спільні ресурси", "Sharing is disabled" : "Спільний доступ вимкнено", "Sharing is disabled for you" : "Ви не маєте права надавати у доступ файли або каталоги", "Cannot share with the share owner" : "Неможливо надавати у доступ власникові спільного ресурсу", diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index bb9d3dbf3f1..7df79b487cf 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -201,6 +201,7 @@ OC.L10N.register( "Path is already shared with this group" : "路徑已與此群組分享", "Link sharing is not allowed" : "不允許連結分享", "Public upload is not allowed" : "不允許公開上傳", + "You cannot share a folder that contains other shares" : "您無法分享包含其他分享的資料夾", "Sharing is disabled" : "已停用分享", "Sharing is disabled for you" : "您已停用分享", "Cannot share with the share owner" : "無法與分享擁有者分享", diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index b69642d199f..b44fc61d796 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -199,6 +199,7 @@ "Path is already shared with this group" : "路徑已與此群組分享", "Link sharing is not allowed" : "不允許連結分享", "Public upload is not allowed" : "不允許公開上傳", + "You cannot share a folder that contains other shares" : "您無法分享包含其他分享的資料夾", "Sharing is disabled" : "已停用分享", "Sharing is disabled for you" : "您已停用分享", "Cannot share with the share owner" : "無法與分享擁有者分享", |