diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-08-25 00:08:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-08-25 00:08:59 +0000 |
commit | 7b8bd8188e96f36ea2bc10d43446cfed89f4c9d1 (patch) | |
tree | ca0f31c624e8e7c4ba597ed0943dd2bbb6527bd1 /apps | |
parent | 15a29717f17264558650e6b141165244f950960e (diff) | |
download | nextcloud-server-7b8bd8188e96f36ea2bc10d43446cfed89f4c9d1.tar.gz nextcloud-server-7b8bd8188e96f36ea2bc10d43446cfed89f4c9d1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
36 files changed, 328 insertions, 108 deletions
diff --git a/apps/comments/l10n/et_EE.js b/apps/comments/l10n/et_EE.js index ddebbc786a4..96542e6f412 100644 --- a/apps/comments/l10n/et_EE.js +++ b/apps/comments/l10n/et_EE.js @@ -16,6 +16,7 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "Kommentaari {id} laadimisel tekkis tõrge", "Error occurred while updating comment with id {id}" : "Kommentaari {id} uuendamisel tekkis tõrge", "Error occurred while posting comment" : "Viga kommentaari postitamisel", + "_%n unread comment_::_%n unread comments_" : ["%n lugemata kommentaar","%n lugemata kommentaari"], "Comment" : "Kommentaar", "You commented" : "Sa kommenteerisid", "%1$s commented" : "%1$s kommenteeris", @@ -24,6 +25,10 @@ OC.L10N.register( "You commented on {file}" : "Sa kommenteerisid faili {file}", "%1$s commented on %2$s" : "%1$s kommenteeris %2$s", "{author} commented on {file}" : "{author} kommenteeris faili {file}", - "<strong>Comments</strong> for files" : "<strong>kommentaari</strong> ffailidele" + "<strong>Comments</strong> for files" : "<strong>kommentaari</strong> ffailidele", + "A (now) deleted user mentioned you in a comment on “%s”" : "Kustutatud kasutaja mainis sind \"%s\" kommentaaris", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Kustutatud kasutaja mainis sind faili \"{file}\" kommentaaris", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainis sind \"%2$s\" kommentaaris", + "{user} mentioned you in a comment on “{file}”" : "{user} mainis sind faili “{file}” kommentaaris" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/et_EE.json b/apps/comments/l10n/et_EE.json index 12c44872dfe..eeb8c56a044 100644 --- a/apps/comments/l10n/et_EE.json +++ b/apps/comments/l10n/et_EE.json @@ -14,6 +14,7 @@ "Error occurred while retrieving comment with id {id}" : "Kommentaari {id} laadimisel tekkis tõrge", "Error occurred while updating comment with id {id}" : "Kommentaari {id} uuendamisel tekkis tõrge", "Error occurred while posting comment" : "Viga kommentaari postitamisel", + "_%n unread comment_::_%n unread comments_" : ["%n lugemata kommentaar","%n lugemata kommentaari"], "Comment" : "Kommentaar", "You commented" : "Sa kommenteerisid", "%1$s commented" : "%1$s kommenteeris", @@ -22,6 +23,10 @@ "You commented on {file}" : "Sa kommenteerisid faili {file}", "%1$s commented on %2$s" : "%1$s kommenteeris %2$s", "{author} commented on {file}" : "{author} kommenteeris faili {file}", - "<strong>Comments</strong> for files" : "<strong>kommentaari</strong> ffailidele" + "<strong>Comments</strong> for files" : "<strong>kommentaari</strong> ffailidele", + "A (now) deleted user mentioned you in a comment on “%s”" : "Kustutatud kasutaja mainis sind \"%s\" kommentaaris", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Kustutatud kasutaja mainis sind faili \"{file}\" kommentaaris", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainis sind \"%2$s\" kommentaaris", + "{user} mentioned you in a comment on “{file}”" : "{user} mainis sind faili “{file}” kommentaaris" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index 4d4f5879b2e..5b0652d839d 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -15,6 +15,8 @@ OC.L10N.register( "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nun pudo xubise {filename}, paez que ye un directoriu o tien 0 bytes", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}", "Not enough free space" : "Nun hai espaciu llibre abondo", + "Uploading …" : "Xubiendo...", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Aiciones", "Download" : "Descargar", diff --git a/apps/files/l10n/ast.json b/apps/files/l10n/ast.json index 7b9fe740263..e53a1bdc0e3 100644 --- a/apps/files/l10n/ast.json +++ b/apps/files/l10n/ast.json @@ -13,6 +13,8 @@ "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nun pudo xubise {filename}, paez que ye un directoriu o tien 0 bytes", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}", "Not enough free space" : "Nun hai espaciu llibre abondo", + "Uploading …" : "Xubiendo...", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Aiciones", "Download" : "Descargar", diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index ae19b385e34..4b13d819786 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -16,6 +16,8 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Du möchtest{size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", "Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr", "Not enough free space" : "Nicht genügend freier Speicherplatz", + "Uploading …" : "Lade hoch…", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})", "Actions" : "Aktionen", "Download" : "Herunterladen", @@ -117,6 +119,7 @@ OC.L10N.register( "Show hidden files" : "Versteckte Dateien anzeigen", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Diese Adresse benutzen, um <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">über WebDAV auf Deine Dateien zuzugreifen</a>", + "Uploading @" : "Lade @ hoch", "No files in here" : "Keine Dateien vorhanden", "Upload some content or sync with your devices!" : "Inhalte hochladen oder mit deinen Geräten synchronisieren!", "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json index c1eac0f0e9a..c655a5d4ecf 100644 --- a/apps/files/l10n/de.json +++ b/apps/files/l10n/de.json @@ -14,6 +14,8 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Du möchtest{size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", "Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr", "Not enough free space" : "Nicht genügend freier Speicherplatz", + "Uploading …" : "Lade hoch…", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})", "Actions" : "Aktionen", "Download" : "Herunterladen", @@ -115,6 +117,7 @@ "Show hidden files" : "Versteckte Dateien anzeigen", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Diese Adresse benutzen, um <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">über WebDAV auf Deine Dateien zuzugreifen</a>", + "Uploading @" : "Lade @ hoch", "No files in here" : "Keine Dateien vorhanden", "Upload some content or sync with your devices!" : "Inhalte hochladen oder mit deinen Geräten synchronisieren!", "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 4e0107987fd..1ac85405e7a 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -16,6 +16,8 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", "Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr", "Not enough free space" : "Nicht genügend freier Speicherplatz", + "Uploading …" : "Lade hoch…", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})", "Actions" : "Aktionen", "Download" : "Herunterladen", @@ -117,6 +119,7 @@ OC.L10N.register( "Show hidden files" : "Versteckte Dateien anzeigen", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Benutzen Sie diese Adresse, um <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">via WebDAV auf Ihre Dateien zuzugreifen</a>", + "Uploading @" : "Lade @ hoch", "No files in here" : "Keine Dateien vorhanden", "Upload some content or sync with your devices!" : "Laden Sie Inhalte hoch oder synchronisieren Sie mit Ihren Geräten!", "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index aef6b3c5a14..55070f71f77 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -14,6 +14,8 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", "Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr", "Not enough free space" : "Nicht genügend freier Speicherplatz", + "Uploading …" : "Lade hoch…", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})", "Actions" : "Aktionen", "Download" : "Herunterladen", @@ -115,6 +117,7 @@ "Show hidden files" : "Versteckte Dateien anzeigen", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Benutzen Sie diese Adresse, um <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">via WebDAV auf Ihre Dateien zuzugreifen</a>", + "Uploading @" : "Lade @ hoch", "No files in here" : "Keine Dateien vorhanden", "Upload some content or sync with your devices!" : "Laden Sie Inhalte hoch oder synchronisieren Sie mit Ihren Geräten!", "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 6083d9f3c42..94c388f5b67 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -16,6 +16,8 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible", "Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe", "Not enough free space" : "No cuentas con suficiente espacio libre", + "Uploading …" : "Cargando ...", + "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Acciones", "Download" : "Descargar", @@ -117,6 +119,7 @@ OC.L10N.register( "Show hidden files" : "Mostrar archivos ocultos", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>", + "Uploading @" : "Actualizando @", "No files in here" : "No hay archivos aquí", "Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!", "No entries found in this folder" : "No se encontraron elementos en esta carpeta", diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json index 6e08c5f1052..99cf758530b 100644 --- a/apps/files/l10n/es_MX.json +++ b/apps/files/l10n/es_MX.json @@ -14,6 +14,8 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible", "Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe", "Not enough free space" : "No cuentas con suficiente espacio libre", + "Uploading …" : "Cargando ...", + "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Acciones", "Download" : "Descargar", @@ -115,6 +117,7 @@ "Show hidden files" : "Mostrar archivos ocultos", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>", + "Uploading @" : "Actualizando @", "No files in here" : "No hay archivos aquí", "Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!", "No entries found in this folder" : "No se encontraron elementos en esta carpeta", diff --git a/apps/files/l10n/et_EE.js b/apps/files/l10n/et_EE.js index 35e2ce171a3..44501034cbd 100644 --- a/apps/files/l10n/et_EE.js +++ b/apps/files/l10n/et_EE.js @@ -1,108 +1,120 @@ OC.L10N.register( "files", { - "Storage not available" : "Andmehoidla pole saadaval", + "Storage is temporarily not available" : "Salvestusruum pole ajutiselt kättesaadav", "Storage invalid" : "Vigane andmehoidla", "Unknown error" : "Tundmatu viga", - "Unable to set upload directory." : "Üleslaadimiste kausta määramine ebaõnnestus.", - "Invalid Token" : "Vigane kontrollkood", - "No file was uploaded. Unknown error" : "Ühtegi faili ei laetud üles. Tundmatu viga", - "There is no error, the file uploaded with success" : "Ühtegi tõrget polnud, fail on üles laetud", - "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Üleslaetava faili suurus ületab php.ini poolt määratud upload_max_filesize suuruse:", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail ületab MAX_FILE_SIZE suuruse, mis on HTML vormi jaoks määratud", - "The uploaded file was only partially uploaded" : "Fail laeti üles ainult osaliselt", - "No file was uploaded" : "Ühtegi faili ei laetud üles", - "Missing a temporary folder" : "Ajutiste failide kaust puudub", - "Failed to write to disk" : "Kettale kirjutamine ebaõnnestus", - "Not enough storage available" : "Saadaval pole piisavalt ruumi", - "The target folder has been moved or deleted." : "Sihtkataloog on ümber tõstetud või kustutatud.", - "Upload failed. Could not find uploaded file" : "Üleslaadimine ebaõnnestus. Üleslaetud faili ei leitud", - "Upload failed. Could not get file info." : "Üleslaadimine ebaõnnestus. Faili info hankimine ebaõnnestus.", - "Invalid directory." : "Vigane kaust.", - "Files" : "Failid", "All files" : "Kõik failid", + "Recent" : "Hiljutised", + "File could not be found" : "Faili ei leitud", "Home" : "Kodu", "Close" : "Sulge", "Favorites" : "Lemmikud", + "Could not create folder \"{dir}\"" : "Kausta \"{dir}\" loomine ebaõnnestus", "Upload cancelled." : "Üleslaadimine tühistati.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ei saa üles laadida {filename}, kuna see on kataloog või selle suurus on 0 baiti", - "Total file size {size1} exceeds upload limit {size2}" : "Faili suurus {size1} ületab faili üleslaadimise mahu piirangu {size2}.", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Pole piisavalt vaba ruumi. Sa laadid üles {size1}, kuid ainult {size2} on saadaval.", - "Could not get result from server." : "Serverist ei saadud tulemusi", - "Uploading..." : "Üleslaadimine...", - "..." : "...", - "File upload is in progress. Leaving the page now will cancel the upload." : "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise.", + "Target folder \"{dir}\" does not exist any more" : "Kausta \"{dir}\" pole enam olemas", + "Not enough free space" : "Pole piisavalt vaba ruumi", + "Uploading …" : "Üleslaadminie ...", + "…" : "...", "Actions" : "Tegevused", "Download" : "Lae alla", "Rename" : "Nimeta ümber", + "Move" : "Liiguta", + "Target folder" : "Sihtkaust", "Delete" : "Kustuta", "Disconnect storage" : "Ühenda andmehoidla lahti.", "Unshare" : "Lõpeta jagamine", + "Could not load info for file \"{file}\"" : "Faili \"{file}\" info laadimine ebaõnnestus", + "Files" : "Failid", "Details" : "Üksikasjad", "Select" : "Vali", "Pending" : "Ootel", "Unable to determine date" : "Kuupäeva tuvastamine ei õnnestunud", "This operation is forbidden" : "See toiming on keelatud", "This directory is unavailable, please check the logs or contact the administrator" : "See kaust pole saadaval. Palun kontrolli logifaile või võta ühendust administraatoriga", + "Could not move \"{file}\", target exists" : "\"{file}\" liigutamine ebaõnnestus, fail on juba olemas", "Could not move \"{file}\"" : "\"{file}\" liigutamine ebaõnnestus", "{newName} already exists" : "{newName} on juba olemas", + "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" ümbernimetamine ebaõnnestus, seda pole enam olemas", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{targetName}\" on juba \"{dir}\" kaustas kasutusel. Palun valige teine nimi.", "Could not rename \"{fileName}\"" : "\"{fileName}\" ümbernimetamine ebaõnnestus", "Could not create file \"{file}\"" : "Faili \"{file}\" loomine ebaõnnestus", + "Could not create file \"{file}\" because it already exists" : "Faili \"{file}\" loomine ebaõnnestus, sest see on juba olemas", + "Could not create folder \"{dir}\" because it already exists" : "Kausta \"{dir}\" loomine ebaõnnestus, sest see on juba olemas", "Error deleting file \"{fileName}\"." : "Tõrge faili \"{fileName}\" kustutamisel.", - "No entries in this folder match '{filter}'" : "Ükski sissekanne ei kattu filtriga '{filter}'", "Name" : "Nimi", "Size" : "Suurus", "Modified" : "Muudetud", "_%n folder_::_%n folders_" : ["%n kataloog","%n kataloogi"], "_%n file_::_%n files_" : ["%n fail","%n faili"], "{dirs} and {files}" : "{dirs} ja {files}", + "_including %n hidden_::_including %n hidden_" : ["sealhulgas %n peidetud","sealhulgas %n peidetud"], "You don’t have permission to upload or create files here" : "Sul puuduvad õigused siia failide üleslaadimiseks või tekitamiseks", "_Uploading %n file_::_Uploading %n files_" : ["Laadin üles %n faili","Laadin üles %n faili"], "New" : "Uus", "\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.", "File name cannot be empty." : "Faili nimi ei saa olla tühi.", + "\"{name}\" is not an allowed filetype" : "\"{name}\" pole lubatud failitüüp", "Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} andmemaht on täis! Faile ei uuendata ega sünkroniseerita!", "Your storage is full, files can not be updated or synced anymore!" : "Sinu andmemaht on täis! Faile ei uuendata ega sünkroniseerita!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Sinu {owner} andmemaht on peaaegu täis ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Su andmemaht on peaaegu täis ({usedSpacePercent}%)", + "View in folder" : "Vaata kaustas", + "Copied!" : "Kopeeritud!", + "Copy direct link (only works for users who have access to this file/folder)" : "Kopeeri otselink (töötab ainult nende kasutajate jaoks, kelle on ligipääs sellele failile/kaustale)", "Path" : "Asukoht", "_%n byte_::_%n bytes_" : ["%n bait","%n baiti"], "Favorited" : "Lemmikud", "Favorite" : "Lemmik", - "Folder" : "Kaust", "New folder" : "Uus kaust", - "Upload" : "Lae üles", + "Upload file" : "Lae fail üles", "An error occurred while trying to update the tags" : "Siltide uuendamisel tekkis tõrge", - "A new file or folder has been <strong>created</strong>" : "Uus fail või kataloog on <strong>loodud</strong>", - "A file or folder has been <strong>changed</strong>" : "Fail või kataloog on <strong>muudetud</strong>", - "A file or folder has been <strong>deleted</strong>" : "Fail või kataloog on <strong>kustutatud</strong>", + "Added to favorites" : "Lemmikutesse lisatud", + "Removed from favorites" : "Lemmikutest eemaldatud", + "You added {file} to your favorites" : "{file} lemmikutesse lisatud", + "You removed {file} from your favorites" : "{file} lemmikutest eemaldatud", + "A file has been added to or removed from your <strong>favorites</strong>" : "<strong>Lemmikutesse</strong> on eemaldatud fail või kaust", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Fail või kaust on <strong>muudetud</strong> või <strong>ümbernimetatud</strong>", + "A new file or folder has been <strong>created</strong>" : "Uus fail või kaust on <strong>loodud</strong>", + "A file or folder has been <strong>deleted</strong>" : "Fail või kaust on <strong>kustutatud</strong>", "A file or folder has been <strong>restored</strong>" : "Fail või kaust on <strong>taastatud</strong>", - "You created %1$s" : "Sa tekitasid %1$s", - "%2$s created %1$s" : "%2$s tekitatud %1$s", - "%1$s was created in a public folder" : "%1$s lisati avalikku kausta", - "You changed %1$s" : "Sa muutsid %1$s", - "%2$s changed %1$s" : "%2$s muutis %1$s", - "You deleted %1$s" : "Sa kustutasid %1$s", - "%2$s deleted %1$s" : "%2$s kustutas %1$s", - "You restored %1$s" : "Sa taastasid %1$s", - "%2$s restored %1$s" : "%2$s taastas %1$s", + "Unlimited" : "Piiramatult", "Upload (max. %s)" : "Üleslaadimine (max. %s)", "File handling" : "Failide käsitlemine", "Maximum upload size" : "Maksimaalne üleslaadimise suurus", "max. possible: " : "maks. võimalik: ", "Save" : "Salvesta", + "%s of %s used" : "%s/%s kasutatud", + "%s used" : "%s kasutatud", "Settings" : "Seaded", + "Show hidden files" : "Näita peidetud faile", "WebDAV" : "WebDAV", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Kasuta seda aadressi, et <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">oma failidele WebDAV kaudu ligi pääseda</a>", "No files in here" : "Siin ei ole faile", "Upload some content or sync with your devices!" : "Laadi sisu üles või süngi oma seadmetega!", "No entries found in this folder" : "Selles kaustast ei leitud kirjeid", "Select all" : "Vali kõik", "Upload too large" : "Üleslaadimine on liiga suur", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Failid, mida sa proovid üles laadida, ületab serveri poolt üleslaetavatele failidele määratud maksimaalse suuruse.", - "No favorites" : "Lemmikuid pole", + "No favorites yet" : "Lemmikuid veel pole", "Files and folders you mark as favorite will show up here" : "Siin kuvatakse faile ja kaustasid, mille oled märkinud lemmikuteks", + "Shared with you" : "Sinuga jagatud", + "Shared with others" : "Teistega jagatud", + "Shared by link" : "Jagatud lingiga", + "Tags" : "Sildid", + "Deleted files" : "Kustutatud failid", "Text file" : "Tekstifail", "New text file.txt" : "Uus tekstifail.txt", - "{newname} already exists" : "{newname} on juba olemas" + "Uploading..." : "Üleslaadimine...", + "..." : "...", + "Any moment now..." : "Iga hetk...", + "Soon..." : "Varsti...", + "File upload is in progress. Leaving the page now will cancel the upload." : "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise.", + "Copy local link" : "Kopeeri kohalik link", + "Folder" : "Kaust", + "Upload" : "Lae üles", + "No favorites" : "Lemmikuid pole" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/et_EE.json b/apps/files/l10n/et_EE.json index 174e81932c1..5d5916bd33c 100644 --- a/apps/files/l10n/et_EE.json +++ b/apps/files/l10n/et_EE.json @@ -1,106 +1,118 @@ { "translations": { - "Storage not available" : "Andmehoidla pole saadaval", + "Storage is temporarily not available" : "Salvestusruum pole ajutiselt kättesaadav", "Storage invalid" : "Vigane andmehoidla", "Unknown error" : "Tundmatu viga", - "Unable to set upload directory." : "Üleslaadimiste kausta määramine ebaõnnestus.", - "Invalid Token" : "Vigane kontrollkood", - "No file was uploaded. Unknown error" : "Ühtegi faili ei laetud üles. Tundmatu viga", - "There is no error, the file uploaded with success" : "Ühtegi tõrget polnud, fail on üles laetud", - "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Üleslaetava faili suurus ületab php.ini poolt määratud upload_max_filesize suuruse:", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail ületab MAX_FILE_SIZE suuruse, mis on HTML vormi jaoks määratud", - "The uploaded file was only partially uploaded" : "Fail laeti üles ainult osaliselt", - "No file was uploaded" : "Ühtegi faili ei laetud üles", - "Missing a temporary folder" : "Ajutiste failide kaust puudub", - "Failed to write to disk" : "Kettale kirjutamine ebaõnnestus", - "Not enough storage available" : "Saadaval pole piisavalt ruumi", - "The target folder has been moved or deleted." : "Sihtkataloog on ümber tõstetud või kustutatud.", - "Upload failed. Could not find uploaded file" : "Üleslaadimine ebaõnnestus. Üleslaetud faili ei leitud", - "Upload failed. Could not get file info." : "Üleslaadimine ebaõnnestus. Faili info hankimine ebaõnnestus.", - "Invalid directory." : "Vigane kaust.", - "Files" : "Failid", "All files" : "Kõik failid", + "Recent" : "Hiljutised", + "File could not be found" : "Faili ei leitud", "Home" : "Kodu", "Close" : "Sulge", "Favorites" : "Lemmikud", + "Could not create folder \"{dir}\"" : "Kausta \"{dir}\" loomine ebaõnnestus", "Upload cancelled." : "Üleslaadimine tühistati.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ei saa üles laadida {filename}, kuna see on kataloog või selle suurus on 0 baiti", - "Total file size {size1} exceeds upload limit {size2}" : "Faili suurus {size1} ületab faili üleslaadimise mahu piirangu {size2}.", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Pole piisavalt vaba ruumi. Sa laadid üles {size1}, kuid ainult {size2} on saadaval.", - "Could not get result from server." : "Serverist ei saadud tulemusi", - "Uploading..." : "Üleslaadimine...", - "..." : "...", - "File upload is in progress. Leaving the page now will cancel the upload." : "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise.", + "Target folder \"{dir}\" does not exist any more" : "Kausta \"{dir}\" pole enam olemas", + "Not enough free space" : "Pole piisavalt vaba ruumi", + "Uploading …" : "Üleslaadminie ...", + "…" : "...", "Actions" : "Tegevused", "Download" : "Lae alla", "Rename" : "Nimeta ümber", + "Move" : "Liiguta", + "Target folder" : "Sihtkaust", "Delete" : "Kustuta", "Disconnect storage" : "Ühenda andmehoidla lahti.", "Unshare" : "Lõpeta jagamine", + "Could not load info for file \"{file}\"" : "Faili \"{file}\" info laadimine ebaõnnestus", + "Files" : "Failid", "Details" : "Üksikasjad", "Select" : "Vali", "Pending" : "Ootel", "Unable to determine date" : "Kuupäeva tuvastamine ei õnnestunud", "This operation is forbidden" : "See toiming on keelatud", "This directory is unavailable, please check the logs or contact the administrator" : "See kaust pole saadaval. Palun kontrolli logifaile või võta ühendust administraatoriga", + "Could not move \"{file}\", target exists" : "\"{file}\" liigutamine ebaõnnestus, fail on juba olemas", "Could not move \"{file}\"" : "\"{file}\" liigutamine ebaõnnestus", "{newName} already exists" : "{newName} on juba olemas", + "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" ümbernimetamine ebaõnnestus, seda pole enam olemas", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{targetName}\" on juba \"{dir}\" kaustas kasutusel. Palun valige teine nimi.", "Could not rename \"{fileName}\"" : "\"{fileName}\" ümbernimetamine ebaõnnestus", "Could not create file \"{file}\"" : "Faili \"{file}\" loomine ebaõnnestus", + "Could not create file \"{file}\" because it already exists" : "Faili \"{file}\" loomine ebaõnnestus, sest see on juba olemas", + "Could not create folder \"{dir}\" because it already exists" : "Kausta \"{dir}\" loomine ebaõnnestus, sest see on juba olemas", "Error deleting file \"{fileName}\"." : "Tõrge faili \"{fileName}\" kustutamisel.", - "No entries in this folder match '{filter}'" : "Ükski sissekanne ei kattu filtriga '{filter}'", "Name" : "Nimi", "Size" : "Suurus", "Modified" : "Muudetud", "_%n folder_::_%n folders_" : ["%n kataloog","%n kataloogi"], "_%n file_::_%n files_" : ["%n fail","%n faili"], "{dirs} and {files}" : "{dirs} ja {files}", + "_including %n hidden_::_including %n hidden_" : ["sealhulgas %n peidetud","sealhulgas %n peidetud"], "You don’t have permission to upload or create files here" : "Sul puuduvad õigused siia failide üleslaadimiseks või tekitamiseks", "_Uploading %n file_::_Uploading %n files_" : ["Laadin üles %n faili","Laadin üles %n faili"], "New" : "Uus", "\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.", "File name cannot be empty." : "Faili nimi ei saa olla tühi.", + "\"{name}\" is not an allowed filetype" : "\"{name}\" pole lubatud failitüüp", "Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} andmemaht on täis! Faile ei uuendata ega sünkroniseerita!", "Your storage is full, files can not be updated or synced anymore!" : "Sinu andmemaht on täis! Faile ei uuendata ega sünkroniseerita!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Sinu {owner} andmemaht on peaaegu täis ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Su andmemaht on peaaegu täis ({usedSpacePercent}%)", + "View in folder" : "Vaata kaustas", + "Copied!" : "Kopeeritud!", + "Copy direct link (only works for users who have access to this file/folder)" : "Kopeeri otselink (töötab ainult nende kasutajate jaoks, kelle on ligipääs sellele failile/kaustale)", "Path" : "Asukoht", "_%n byte_::_%n bytes_" : ["%n bait","%n baiti"], "Favorited" : "Lemmikud", "Favorite" : "Lemmik", - "Folder" : "Kaust", "New folder" : "Uus kaust", - "Upload" : "Lae üles", + "Upload file" : "Lae fail üles", "An error occurred while trying to update the tags" : "Siltide uuendamisel tekkis tõrge", - "A new file or folder has been <strong>created</strong>" : "Uus fail või kataloog on <strong>loodud</strong>", - "A file or folder has been <strong>changed</strong>" : "Fail või kataloog on <strong>muudetud</strong>", - "A file or folder has been <strong>deleted</strong>" : "Fail või kataloog on <strong>kustutatud</strong>", + "Added to favorites" : "Lemmikutesse lisatud", + "Removed from favorites" : "Lemmikutest eemaldatud", + "You added {file} to your favorites" : "{file} lemmikutesse lisatud", + "You removed {file} from your favorites" : "{file} lemmikutest eemaldatud", + "A file has been added to or removed from your <strong>favorites</strong>" : "<strong>Lemmikutesse</strong> on eemaldatud fail või kaust", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Fail või kaust on <strong>muudetud</strong> või <strong>ümbernimetatud</strong>", + "A new file or folder has been <strong>created</strong>" : "Uus fail või kaust on <strong>loodud</strong>", + "A file or folder has been <strong>deleted</strong>" : "Fail või kaust on <strong>kustutatud</strong>", "A file or folder has been <strong>restored</strong>" : "Fail või kaust on <strong>taastatud</strong>", - "You created %1$s" : "Sa tekitasid %1$s", - "%2$s created %1$s" : "%2$s tekitatud %1$s", - "%1$s was created in a public folder" : "%1$s lisati avalikku kausta", - "You changed %1$s" : "Sa muutsid %1$s", - "%2$s changed %1$s" : "%2$s muutis %1$s", - "You deleted %1$s" : "Sa kustutasid %1$s", - "%2$s deleted %1$s" : "%2$s kustutas %1$s", - "You restored %1$s" : "Sa taastasid %1$s", - "%2$s restored %1$s" : "%2$s taastas %1$s", + "Unlimited" : "Piiramatult", "Upload (max. %s)" : "Üleslaadimine (max. %s)", "File handling" : "Failide käsitlemine", "Maximum upload size" : "Maksimaalne üleslaadimise suurus", "max. possible: " : "maks. võimalik: ", "Save" : "Salvesta", + "%s of %s used" : "%s/%s kasutatud", + "%s used" : "%s kasutatud", "Settings" : "Seaded", + "Show hidden files" : "Näita peidetud faile", "WebDAV" : "WebDAV", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Kasuta seda aadressi, et <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">oma failidele WebDAV kaudu ligi pääseda</a>", "No files in here" : "Siin ei ole faile", "Upload some content or sync with your devices!" : "Laadi sisu üles või süngi oma seadmetega!", "No entries found in this folder" : "Selles kaustast ei leitud kirjeid", "Select all" : "Vali kõik", "Upload too large" : "Üleslaadimine on liiga suur", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Failid, mida sa proovid üles laadida, ületab serveri poolt üleslaetavatele failidele määratud maksimaalse suuruse.", - "No favorites" : "Lemmikuid pole", + "No favorites yet" : "Lemmikuid veel pole", "Files and folders you mark as favorite will show up here" : "Siin kuvatakse faile ja kaustasid, mille oled märkinud lemmikuteks", + "Shared with you" : "Sinuga jagatud", + "Shared with others" : "Teistega jagatud", + "Shared by link" : "Jagatud lingiga", + "Tags" : "Sildid", + "Deleted files" : "Kustutatud failid", "Text file" : "Tekstifail", "New text file.txt" : "Uus tekstifail.txt", - "{newname} already exists" : "{newname} on juba olemas" + "Uploading..." : "Üleslaadimine...", + "..." : "...", + "Any moment now..." : "Iga hetk...", + "Soon..." : "Varsti...", + "File upload is in progress. Leaving the page now will cancel the upload." : "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise.", + "Copy local link" : "Kopeeri kohalik link", + "Folder" : "Kaust", + "Upload" : "Lae üles", + "No favorites" : "Lemmikuid pole" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index c8446a8a2d2..f3e520521ac 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -16,6 +16,8 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "Espace libre insuffisant : vous tentez d'envoyer {size1} mais seulement {size2} sont disponibles", "Target folder \"{dir}\" does not exist any more" : "Le dossier cible « {dir} » n'existe plus", "Not enough free space" : "Espace disponible insuffisant", + "Uploading …" : "Téléversement...", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} sur {totalSize} ({bitrate})", "Actions" : "Actions", "Download" : "Télécharger", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 87329e5091d..05bcfff6e4b 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -14,6 +14,8 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "Espace libre insuffisant : vous tentez d'envoyer {size1} mais seulement {size2} sont disponibles", "Target folder \"{dir}\" does not exist any more" : "Le dossier cible « {dir} » n'existe plus", "Not enough free space" : "Espace disponible insuffisant", + "Uploading …" : "Téléversement...", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} sur {totalSize} ({bitrate})", "Actions" : "Actions", "Download" : "Télécharger", diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index 5f41ea40a45..5282853a9fb 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -16,6 +16,8 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.", "Target folder \"{dir}\" does not exist any more" : "A cél mappa már nem létezik: \"{dir}\"", "Not enough free space" : "Nincs elég szabad hely", + "Uploading …" : "Feltöltés ...", + "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "Actions" : "Műveletek", "Download" : "Letöltés", @@ -117,6 +119,7 @@ OC.L10N.register( "Show hidden files" : "Rejtett fájlok megjelenítése", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Használja ezt a címet <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">a Fájlok eléréséhez WebDAV-on keresztül</a>.", + "Uploading @" : "Feltöltés @", "No files in here" : "Itt nincsenek fájlok", "Upload some content or sync with your devices!" : "Tölts fel néhány tartalmat, vagy szinkronizálj az eszközöddel!", "No entries found in this folder" : "Nincsenek bejegyzések ebben a mappában", diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json index d06977f6b07..94f85d7a01b 100644 --- a/apps/files/l10n/hu.json +++ b/apps/files/l10n/hu.json @@ -14,6 +14,8 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.", "Target folder \"{dir}\" does not exist any more" : "A cél mappa már nem létezik: \"{dir}\"", "Not enough free space" : "Nincs elég szabad hely", + "Uploading …" : "Feltöltés ...", + "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "Actions" : "Műveletek", "Download" : "Letöltés", @@ -115,6 +117,7 @@ "Show hidden files" : "Rejtett fájlok megjelenítése", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Használja ezt a címet <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">a Fájlok eléréséhez WebDAV-on keresztül</a>.", + "Uploading @" : "Feltöltés @", "No files in here" : "Itt nincsenek fájlok", "Upload some content or sync with your devices!" : "Tölts fel néhány tartalmat, vagy szinkronizálj az eszközöddel!", "No entries found in this folder" : "Nincsenek bejegyzések ebben a mappában", diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index f1338f63b3d..9c7ae324df3 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -16,6 +16,8 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "Spazio insufficiente, stai caricando {size1}, ma è rimasto solo {size2}", "Target folder \"{dir}\" does not exist any more" : "La cartella di destinazione \"{dir}\" non esiste più", "Not enough free space" : "Spazio libero insufficiente", + "Uploading …" : "Caricamento in corso...", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} di {totalSize} ({bitrate})", "Actions" : "Azioni", "Download" : "Scarica", @@ -117,6 +119,7 @@ OC.L10N.register( "Show hidden files" : "Mostra i file nascosti", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilizza questo indirizzo per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedere ai tuoi file con WebDAV</a>", + "Uploading @" : "Caricamento @", "No files in here" : "Qui non c'è alcun file", "Upload some content or sync with your devices!" : "Carica alcuni contenuti o sincronizza con i tuoi dispositivi!", "No entries found in this folder" : "Nessuna voce trovata in questa cartella", diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index 0e7bb40ba88..97b152c2921 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -14,6 +14,8 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "Spazio insufficiente, stai caricando {size1}, ma è rimasto solo {size2}", "Target folder \"{dir}\" does not exist any more" : "La cartella di destinazione \"{dir}\" non esiste più", "Not enough free space" : "Spazio libero insufficiente", + "Uploading …" : "Caricamento in corso...", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} di {totalSize} ({bitrate})", "Actions" : "Azioni", "Download" : "Scarica", @@ -115,6 +117,7 @@ "Show hidden files" : "Mostra i file nascosti", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilizza questo indirizzo per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedere ai tuoi file con WebDAV</a>", + "Uploading @" : "Caricamento @", "No files in here" : "Qui non c'è alcun file", "Upload some content or sync with your devices!" : "Carica alcuni contenuti o sincronizza con i tuoi dispositivi!", "No entries found in this folder" : "Nessuna voce trovata in questa cartella", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index ba5b55dcf2f..04805acb4f7 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -16,6 +16,8 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "Não há espaço suficiente, você está enviando {size1} mas resta apenas {size2}", "Target folder \"{dir}\" does not exist any more" : "Pasta de destino \"{dir}\" não existe mais", "Not enough free space" : "Espaço livre insuficiente", + "Uploading …" : "Enviando...", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Ações", "Download" : "Baixar", @@ -117,6 +119,7 @@ OC.L10N.register( "Show hidden files" : "Mostrar arquivos ocultos", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use este endereço <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">para acessar seus arquivos via WebDAV</a>", + "Uploading @" : "Enviando @", "No files in here" : "Nenhum arquivo aqui", "Upload some content or sync with your devices!" : "Envie algum conteúdo ou sincronize com seus dispositivos!", "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 25e72ff3f6f..79fcf395be5 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -14,6 +14,8 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "Não há espaço suficiente, você está enviando {size1} mas resta apenas {size2}", "Target folder \"{dir}\" does not exist any more" : "Pasta de destino \"{dir}\" não existe mais", "Not enough free space" : "Espaço livre insuficiente", + "Uploading …" : "Enviando...", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Ações", "Download" : "Baixar", @@ -115,6 +117,7 @@ "Show hidden files" : "Mostrar arquivos ocultos", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use este endereço <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">para acessar seus arquivos via WebDAV</a>", + "Uploading @" : "Enviando @", "No files in here" : "Nenhum arquivo aqui", "Upload some content or sync with your devices!" : "Envie algum conteúdo ou sincronize com seus dispositivos!", "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 340eb7299ce..b5599ed21a4 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -11,11 +11,13 @@ OC.L10N.register( "Close" : "Закрыть", "Favorites" : "Избранные", "Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»", - "Upload cancelled." : "Загрузка отменена.", - "Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить «{filename}», так как это либо каталог, либо файл нулевого размера", - "Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, Вы загружаете {size1}, но осталось только {size2}", + "Upload cancelled." : "Выгрузка отменена.", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно выгрузить «{filename}», так как это либо каталог, либо файл нулевого размера", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы выгружаете {size1}, но только {size2} доступно", "Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует", "Not enough free space" : "Недостаточно свободного места", + "Uploading …" : "Выгрузка...", + "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})", "Actions" : "Действия", "Download" : "Скачать", @@ -51,8 +53,8 @@ OC.L10N.register( "_%n file_::_%n files_" : ["%n файл","%n файла","%n файлов","%n файлов"], "{dirs} and {files}" : "{dirs} и {files}", "_including %n hidden_::_including %n hidden_" : ["включая %n скрытый","включая %n скрытых","включая %n скрытых","включая %n скрытых"], - "You don’t have permission to upload or create files here" : "У вас нет прав для загрузки или создания файлов здесь.", - "_Uploading %n file_::_Uploading %n files_" : ["Закачка %n файла","Закачка %n файлов","Закачка %n файлов","Закачка %n файлов"], + "You don’t have permission to upload or create files here" : "У вас нет разрешений на создание или загрузку файлов в эту папку.", + "_Uploading %n file_::_Uploading %n files_" : ["Выгружа%nется файл","Выгружаются %n файла","Выгружаются %n файлов","Выгружаются %n файлов"], "New" : "Новый", "\"{name}\" is an invalid file name." : "«{name}» — недопустимое имя файла.", "File name cannot be empty." : "Имя файла не может быть пустым.", @@ -70,7 +72,7 @@ OC.L10N.register( "Favorited" : "Избранное", "Favorite" : "Добавить в избранное", "New folder" : "Новый каталог", - "Upload file" : "Загрузить файл", + "Upload file" : "Выгрузить файл", "An error occurred while trying to update the tags" : "Во время обновления тегов возникла ошибка", "Added to favorites" : "Добавлено в избранное", "Removed from favorites" : "Удалено из избранного", @@ -104,9 +106,9 @@ OC.L10N.register( "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничить уведомления о создании и изменении ваших <strong>избранных файлов</strong> <em>(отображать только в приложении события)</em>", "A file or folder has been <strong>restored</strong>" : "Файл или каталог был <strong>восстановлен</strong>", "Unlimited" : "Неограничено", - "Upload (max. %s)" : "Загрузка (максимум %s)", + "Upload (max. %s)" : "Выгрузка (максимум %s)", "File handling" : "Управление файлами", - "Maximum upload size" : "Максимальный размер загружаемого файла", + "Maximum upload size" : "Максимальный размер выгружаемого файла", "max. possible: " : "макс. возможно: ", "Save" : "Сохранить", "With PHP-FPM it might take 5 minutes for changes to be applied." : "В режиме PHP-FPM применение изменений может занять до 5 минут.", @@ -117,6 +119,7 @@ OC.L10N.register( "Show hidden files" : "Показывать скрытые файлы", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Используйте этот адрес <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">для доступа по WebDAV</a>", + "Uploading @" : "Выгрузка @", "No files in here" : "Здесь нет файлов", "Upload some content or sync with your devices!" : "Загрузите что-нибудь или синхронизируйте со своими устройствами!", "No entries found in this folder" : "В этом каталоге ничего не найдено", @@ -125,14 +128,14 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файлы, которые вы пытаетесь загрузить, превышают лимит максимального размера на этом сервере.", "No favorites yet" : "В избранное ещё ничего не добавлено ", "Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные", - "Shared with you" : "Доступные для Вас", + "Shared with you" : "Доступные для вас", "Shared with others" : "Доступные для других", "Shared by link" : "Доступные по ссылке", "Tags" : "Метки", "Deleted files" : "Корзина", "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", - "Uploading..." : "Загрузка...", + "Uploading..." : "Выгрузка...", "..." : "...", "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Остался {hours}:{minutes}:{seconds} час","Осталось {hours}:{minutes}:{seconds} часа","Осталось {hours}:{minutes}:{seconds} часов","Осталось {hours}:{minutes}:{seconds} часов"], "{hours}:{minutes}h" : "{hours}:{minutes}ч", @@ -142,10 +145,10 @@ OC.L10N.register( "{seconds}s" : "{seconds}с", "Any moment now..." : "В любой момент...", "Soon..." : "Скоро...", - "File upload is in progress. Leaving the page now will cancel the upload." : "Идёт загрузка файла. Покинув страницу, вы прервёте загрузку.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Выполняется передача файла. Покинув страницу, вы прервёте выгрузку.", "Copy local link" : "Скопировать локальную ссылку", "Folder" : "Каталог", - "Upload" : "Загрузить", + "Upload" : "Выгрузить", "A new file or folder has been <strong>deleted</strong>" : "Новый файл или каталог был <strong>удален</strong>", "A new file or folder has been <strong>restored</strong>" : "Новый файл или каталог был <strong>восстановлен</strong>", "No favorites" : "Нет избранного" diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 69ad9353ad1..01543b7a7ea 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -9,11 +9,13 @@ "Close" : "Закрыть", "Favorites" : "Избранные", "Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»", - "Upload cancelled." : "Загрузка отменена.", - "Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить «{filename}», так как это либо каталог, либо файл нулевого размера", - "Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, Вы загружаете {size1}, но осталось только {size2}", + "Upload cancelled." : "Выгрузка отменена.", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно выгрузить «{filename}», так как это либо каталог, либо файл нулевого размера", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы выгружаете {size1}, но только {size2} доступно", "Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует", "Not enough free space" : "Недостаточно свободного места", + "Uploading …" : "Выгрузка...", + "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})", "Actions" : "Действия", "Download" : "Скачать", @@ -49,8 +51,8 @@ "_%n file_::_%n files_" : ["%n файл","%n файла","%n файлов","%n файлов"], "{dirs} and {files}" : "{dirs} и {files}", "_including %n hidden_::_including %n hidden_" : ["включая %n скрытый","включая %n скрытых","включая %n скрытых","включая %n скрытых"], - "You don’t have permission to upload or create files here" : "У вас нет прав для загрузки или создания файлов здесь.", - "_Uploading %n file_::_Uploading %n files_" : ["Закачка %n файла","Закачка %n файлов","Закачка %n файлов","Закачка %n файлов"], + "You don’t have permission to upload or create files here" : "У вас нет разрешений на создание или загрузку файлов в эту папку.", + "_Uploading %n file_::_Uploading %n files_" : ["Выгружа%nется файл","Выгружаются %n файла","Выгружаются %n файлов","Выгружаются %n файлов"], "New" : "Новый", "\"{name}\" is an invalid file name." : "«{name}» — недопустимое имя файла.", "File name cannot be empty." : "Имя файла не может быть пустым.", @@ -68,7 +70,7 @@ "Favorited" : "Избранное", "Favorite" : "Добавить в избранное", "New folder" : "Новый каталог", - "Upload file" : "Загрузить файл", + "Upload file" : "Выгрузить файл", "An error occurred while trying to update the tags" : "Во время обновления тегов возникла ошибка", "Added to favorites" : "Добавлено в избранное", "Removed from favorites" : "Удалено из избранного", @@ -102,9 +104,9 @@ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничить уведомления о создании и изменении ваших <strong>избранных файлов</strong> <em>(отображать только в приложении события)</em>", "A file or folder has been <strong>restored</strong>" : "Файл или каталог был <strong>восстановлен</strong>", "Unlimited" : "Неограничено", - "Upload (max. %s)" : "Загрузка (максимум %s)", + "Upload (max. %s)" : "Выгрузка (максимум %s)", "File handling" : "Управление файлами", - "Maximum upload size" : "Максимальный размер загружаемого файла", + "Maximum upload size" : "Максимальный размер выгружаемого файла", "max. possible: " : "макс. возможно: ", "Save" : "Сохранить", "With PHP-FPM it might take 5 minutes for changes to be applied." : "В режиме PHP-FPM применение изменений может занять до 5 минут.", @@ -115,6 +117,7 @@ "Show hidden files" : "Показывать скрытые файлы", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Используйте этот адрес <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">для доступа по WebDAV</a>", + "Uploading @" : "Выгрузка @", "No files in here" : "Здесь нет файлов", "Upload some content or sync with your devices!" : "Загрузите что-нибудь или синхронизируйте со своими устройствами!", "No entries found in this folder" : "В этом каталоге ничего не найдено", @@ -123,14 +126,14 @@ "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файлы, которые вы пытаетесь загрузить, превышают лимит максимального размера на этом сервере.", "No favorites yet" : "В избранное ещё ничего не добавлено ", "Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные", - "Shared with you" : "Доступные для Вас", + "Shared with you" : "Доступные для вас", "Shared with others" : "Доступные для других", "Shared by link" : "Доступные по ссылке", "Tags" : "Метки", "Deleted files" : "Корзина", "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", - "Uploading..." : "Загрузка...", + "Uploading..." : "Выгрузка...", "..." : "...", "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Остался {hours}:{minutes}:{seconds} час","Осталось {hours}:{minutes}:{seconds} часа","Осталось {hours}:{minutes}:{seconds} часов","Осталось {hours}:{minutes}:{seconds} часов"], "{hours}:{minutes}h" : "{hours}:{minutes}ч", @@ -140,10 +143,10 @@ "{seconds}s" : "{seconds}с", "Any moment now..." : "В любой момент...", "Soon..." : "Скоро...", - "File upload is in progress. Leaving the page now will cancel the upload." : "Идёт загрузка файла. Покинув страницу, вы прервёте загрузку.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Выполняется передача файла. Покинув страницу, вы прервёте выгрузку.", "Copy local link" : "Скопировать локальную ссылку", "Folder" : "Каталог", - "Upload" : "Загрузить", + "Upload" : "Выгрузить", "A new file or folder has been <strong>deleted</strong>" : "Новый файл или каталог был <strong>удален</strong>", "A new file or folder has been <strong>restored</strong>" : "Новый файл или каталог был <strong>восстановлен</strong>", "No favorites" : "Нет избранного" diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index a5c70441d11..da969f21b7a 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -16,6 +16,8 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "Yeterli boş alan yok. Yüklemek istediğiniz boyut {size1} ancak yalnız {size2} boş alan var", "Target folder \"{dir}\" does not exist any more" : "\"{dir}\" hedef klasörü artık yok", "Not enough free space" : "Yeterli boş alan yok", + "Uploading …" : "Yükleniyor…", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "Actions" : "İşlemler", "Download" : "İndir", @@ -117,6 +119,7 @@ OC.L10N.register( "Show hidden files" : "Gizli dosyaları görüntüle", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV üzerinden erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bu adresi kullanın</a>", + "Uploading @" : "Yükleniyor @", "No files in here" : "Burada herhangi bir dosya yok", "Upload some content or sync with your devices!" : "Bir şeyler yükleyin ya da aygıtlarınızla eşitleyin!", "No entries found in this folder" : "Bu klasörde herhangi bir kayıt bulunamadı", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index c971726d61b..77c512adc3a 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -14,6 +14,8 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "Yeterli boş alan yok. Yüklemek istediğiniz boyut {size1} ancak yalnız {size2} boş alan var", "Target folder \"{dir}\" does not exist any more" : "\"{dir}\" hedef klasörü artık yok", "Not enough free space" : "Yeterli boş alan yok", + "Uploading …" : "Yükleniyor…", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "Actions" : "İşlemler", "Download" : "İndir", @@ -115,6 +117,7 @@ "Show hidden files" : "Gizli dosyaları görüntüle", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV üzerinden erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bu adresi kullanın</a>", + "Uploading @" : "Yükleniyor @", "No files in here" : "Burada herhangi bir dosya yok", "Upload some content or sync with your devices!" : "Bir şeyler yükleyin ya da aygıtlarınızla eşitleyin!", "No entries found in this folder" : "Bu klasörde herhangi bir kayıt bulunamadı", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 71436775ca7..376aba3318d 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -16,6 +16,8 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}", "Target folder \"{dir}\" does not exist any more" : "資料夾 \"{dir}\" 不存在", "Not enough free space" : "空間不足", + "Uploading …" : "上傳中...", + "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize} ({bitrate})", "Actions" : "動作", "Download" : "下載", @@ -117,6 +119,7 @@ OC.L10N.register( "Show hidden files" : "顯示隱藏檔", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "使用這個位址來<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">使用 WebDAV 存取檔案</a>", + "Uploading @" : "正在上傳 @", "No files in here" : "沒有任何檔案", "Upload some content or sync with your devices!" : "在您的裝置中同步或上傳一些內容", "No entries found in this folder" : "在此資料夾中沒有任何項目", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index 39460185ce7..3bd0972de1a 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -14,6 +14,8 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}", "Target folder \"{dir}\" does not exist any more" : "資料夾 \"{dir}\" 不存在", "Not enough free space" : "空間不足", + "Uploading …" : "上傳中...", + "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize} ({bitrate})", "Actions" : "動作", "Download" : "下載", @@ -115,6 +117,7 @@ "Show hidden files" : "顯示隱藏檔", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "使用這個位址來<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">使用 WebDAV 存取檔案</a>", + "Uploading @" : "正在上傳 @", "No files in here" : "沒有任何檔案", "Upload some content or sync with your devices!" : "在您的裝置中同步或上傳一些內容", "No entries found in this folder" : "在此資料夾中沒有任何項目", diff --git a/apps/files_sharing/l10n/ast.js b/apps/files_sharing/l10n/ast.js index c6b43776dbf..d6a92367d91 100644 --- a/apps/files_sharing/l10n/ast.js +++ b/apps/files_sharing/l10n/ast.js @@ -51,6 +51,7 @@ OC.L10N.register( "{actor} removed you from {file}" : "{actor} desanicióte de {file}", "A file or folder was shared from <strong>another server</strong>" : "Compartióse un ficheru o carpeta dende <strong>otru sirvidor</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Compartióse</strong> un ficheru o direutoriu", + "could not delete share" : "nun pudo desaniciase la compartición", "Could not delete share" : "Nun pudo desaniciase la compartición", "Could not create share" : "Nun pudo crease la compartición", "invalid permissions" : "permisos non válidos", diff --git a/apps/files_sharing/l10n/ast.json b/apps/files_sharing/l10n/ast.json index 559de29698f..a9f7d7393e0 100644 --- a/apps/files_sharing/l10n/ast.json +++ b/apps/files_sharing/l10n/ast.json @@ -49,6 +49,7 @@ "{actor} removed you from {file}" : "{actor} desanicióte de {file}", "A file or folder was shared from <strong>another server</strong>" : "Compartióse un ficheru o carpeta dende <strong>otru sirvidor</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Compartióse</strong> un ficheru o direutoriu", + "could not delete share" : "nun pudo desaniciase la compartición", "Could not delete share" : "Nun pudo desaniciase la compartición", "Could not create share" : "Nun pudo crease la compartición", "invalid permissions" : "permisos non válidos", diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index e10af8553c1..2ee1fe2b5f8 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -98,7 +98,7 @@ OC.L10N.register( "Expiration date" : "Дата истечения", "Sorry, this link doesn’t seem to work anymore." : "Эта ссылка устарела и более не действительна.", "Reasons might be:" : "Причиной может быть:", - "the item was removed" : "элемент был удалён", + "the item was removed" : "объект был удалён", "the link expired" : "срок действия ссылки истёк", "sharing is disabled" : "общий доступ отключён", "For more info, please ask the person who sent this link." : "Для получения дополнительной информации, свяжитесь с тем, кто отправил вам эту ссылку.", diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 2777fa615ff..669ce8fcd0f 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -96,7 +96,7 @@ "Expiration date" : "Дата истечения", "Sorry, this link doesn’t seem to work anymore." : "Эта ссылка устарела и более не действительна.", "Reasons might be:" : "Причиной может быть:", - "the item was removed" : "элемент был удалён", + "the item was removed" : "объект был удалён", "the link expired" : "срок действия ссылки истёк", "sharing is disabled" : "общий доступ отключён", "For more info, please ask the person who sent this link." : "Для получения дополнительной информации, свяжитесь с тем, кто отправил вам эту ссылку.", diff --git a/apps/sharebymail/l10n/ast.js b/apps/sharebymail/l10n/ast.js index 1a740c1726b..1a47bfc3302 100644 --- a/apps/sharebymail/l10n/ast.js +++ b/apps/sharebymail/l10n/ast.js @@ -18,7 +18,6 @@ OC.L10N.register( "Password to access {file} was sent to you" : "Unviósete la contraseña p'acceder a {file}", "Sharing %s failed, this item is already shared with %s" : "Falló la compartición de %s, esti elementu yá se compartió con %s", "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nun podemos unviate la contraseña auto-xenerada. Afita una direición de corréu válida nos tos axustes personales y volvi tentalo.", - "Failed to send share by E-mail" : "Fallu al unviar la compartición per corréu", "%s shared »%s« with you" : "%s compartió «%s» contigo", "%s shared »%s« with you." : "%s compartió «%s» contigo.", "Click the button below to open it." : "Primi'l botón d'embaxo p'abrilu.", @@ -31,8 +30,10 @@ OC.L10N.register( "Could not find share" : "Nun pudo alcontrase la compartición", "Share by mail" : "Unviar per corréu", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite a los usuarios compartir un enllaz personalizáu a un ficheru o carpeta poniendo una direición de corréu.", + "Failed to send share by E-mail" : "Fallu al unviar la compartición per corréu", "Failed to create the E-mail" : "Fallu al crear el corréu", "Cheers!" : "¡Salú!", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hola bones,<br><br>%scompartió<a href=\"%s\">%s</a> contigo nel nome de %s.<br><br>", "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hola bones,<br><br>%s compartió <a href=\"%s\">%s</a> contigo.<br><br>" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/ast.json b/apps/sharebymail/l10n/ast.json index a9c9350c234..b97161dc8a1 100644 --- a/apps/sharebymail/l10n/ast.json +++ b/apps/sharebymail/l10n/ast.json @@ -16,7 +16,6 @@ "Password to access {file} was sent to you" : "Unviósete la contraseña p'acceder a {file}", "Sharing %s failed, this item is already shared with %s" : "Falló la compartición de %s, esti elementu yá se compartió con %s", "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nun podemos unviate la contraseña auto-xenerada. Afita una direición de corréu válida nos tos axustes personales y volvi tentalo.", - "Failed to send share by E-mail" : "Fallu al unviar la compartición per corréu", "%s shared »%s« with you" : "%s compartió «%s» contigo", "%s shared »%s« with you." : "%s compartió «%s» contigo.", "Click the button below to open it." : "Primi'l botón d'embaxo p'abrilu.", @@ -29,8 +28,10 @@ "Could not find share" : "Nun pudo alcontrase la compartición", "Share by mail" : "Unviar per corréu", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite a los usuarios compartir un enllaz personalizáu a un ficheru o carpeta poniendo una direición de corréu.", + "Failed to send share by E-mail" : "Fallu al unviar la compartición per corréu", "Failed to create the E-mail" : "Fallu al crear el corréu", "Cheers!" : "¡Salú!", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hola bones,<br><br>%scompartió<a href=\"%s\">%s</a> contigo nel nome de %s.<br><br>", "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hola bones,<br><br>%s compartió <a href=\"%s\">%s</a> contigo.<br><br>" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/user_ldap/l10n/ast.js b/apps/user_ldap/l10n/ast.js index fb1937336c9..f26f02f8786 100644 --- a/apps/user_ldap/l10n/ast.js +++ b/apps/user_ldap/l10n/ast.js @@ -3,12 +3,15 @@ OC.L10N.register( { "Failed to clear the mappings." : "Fallu al llimpiar los mapeos.", "Failed to delete the server configuration" : "Fallu al desaniciar la configuración del sirvidor", + "Valid configuration, connection established!" : "¡Configuración válida, afitóse la conexón!", + "Invalid configuration. Please have a look at the logs for further details." : "Configuración non válida. Écha-yos un güeyu a los rexistros pa más detalles, por favor.", "No action specified" : "Nun s'especificó l'aición", "No configuration specified" : "Nun s'especificó la configuración", "No data specified" : "Nun s'especificaron los datos", " Could not set configuration %s" : "Nun pudo afitase la configuración %s", "Action does not exist" : "L'acción nun esiste", "Renewing …" : "Renovando...", + "Very weak password" : "Contraseña perfeble", "Weak password" : "Contraseña feble", "So-so password" : "Contraseña normalina", "Good password" : "Contraseña bona", @@ -39,11 +42,13 @@ OC.L10N.register( "Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Cambiar el mou va habilitar les consultes LDAP automátiques . Dependiendo del to tamañu de LDAP puede llevar un tiempu. ¿Inda deseya camudar el mou?", "Select attributes" : "Esbillar atributos", "User found and settings verified." : "Usuariu atopáu y la configuración verificada.", + "An unspecified error occurred. Please check log and settings." : "Asocedió un fallu non especificáu. Comprueba'l rexistru y los axustes, por favor.", "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "El filtru de busca nun ye válidu , probablemente por cuenta de problemes de sintaxis como'l númberu impar de soportes abiertos y zarraos. Por favor revisalo.", "A connection error to LDAP / AD occurred, please check host, port and credentials." : "Asocedió un erru de conexón a LDAP / AD, por favor, comprueba'l host, el puertu y les credenciales.", "Please provide a login name to test against" : "Por favor, proporcione un nombre de inicio de sesión para comprobar en contra", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "El cuadru de grupu taba desactiváu , por mor qu'el servidor LDAP / AD nun almite memberOf .", "Your password will expire today." : "Güei caduca la to contraseña.", + "LDAP / AD integration" : "Integración de LDAP/AD", "_%s group found_::_%s groups found_" : ["%s grupu alcontráu","%s grupos alcontraos"], "_%s user found_::_%s users found_" : ["%s usuariu alcontráu","%s usuarios alcontraos"], "Could not find the desired feature" : "Nun pudo alcontrase la carauterística deseyada", diff --git a/apps/user_ldap/l10n/ast.json b/apps/user_ldap/l10n/ast.json index a99944c9693..7e76dcfa2a4 100644 --- a/apps/user_ldap/l10n/ast.json +++ b/apps/user_ldap/l10n/ast.json @@ -1,12 +1,15 @@ { "translations": { "Failed to clear the mappings." : "Fallu al llimpiar los mapeos.", "Failed to delete the server configuration" : "Fallu al desaniciar la configuración del sirvidor", + "Valid configuration, connection established!" : "¡Configuración válida, afitóse la conexón!", + "Invalid configuration. Please have a look at the logs for further details." : "Configuración non válida. Écha-yos un güeyu a los rexistros pa más detalles, por favor.", "No action specified" : "Nun s'especificó l'aición", "No configuration specified" : "Nun s'especificó la configuración", "No data specified" : "Nun s'especificaron los datos", " Could not set configuration %s" : "Nun pudo afitase la configuración %s", "Action does not exist" : "L'acción nun esiste", "Renewing …" : "Renovando...", + "Very weak password" : "Contraseña perfeble", "Weak password" : "Contraseña feble", "So-so password" : "Contraseña normalina", "Good password" : "Contraseña bona", @@ -37,11 +40,13 @@ "Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Cambiar el mou va habilitar les consultes LDAP automátiques . Dependiendo del to tamañu de LDAP puede llevar un tiempu. ¿Inda deseya camudar el mou?", "Select attributes" : "Esbillar atributos", "User found and settings verified." : "Usuariu atopáu y la configuración verificada.", + "An unspecified error occurred. Please check log and settings." : "Asocedió un fallu non especificáu. Comprueba'l rexistru y los axustes, por favor.", "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "El filtru de busca nun ye válidu , probablemente por cuenta de problemes de sintaxis como'l númberu impar de soportes abiertos y zarraos. Por favor revisalo.", "A connection error to LDAP / AD occurred, please check host, port and credentials." : "Asocedió un erru de conexón a LDAP / AD, por favor, comprueba'l host, el puertu y les credenciales.", "Please provide a login name to test against" : "Por favor, proporcione un nombre de inicio de sesión para comprobar en contra", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "El cuadru de grupu taba desactiváu , por mor qu'el servidor LDAP / AD nun almite memberOf .", "Your password will expire today." : "Güei caduca la to contraseña.", + "LDAP / AD integration" : "Integración de LDAP/AD", "_%s group found_::_%s groups found_" : ["%s grupu alcontráu","%s grupos alcontraos"], "_%s user found_::_%s users found_" : ["%s usuariu alcontráu","%s usuarios alcontraos"], "Could not find the desired feature" : "Nun pudo alcontrase la carauterística deseyada", diff --git a/apps/workflowengine/l10n/ast.js b/apps/workflowengine/l10n/ast.js new file mode 100644 index 00000000000..3ce0f9a8b0b --- /dev/null +++ b/apps/workflowengine/l10n/ast.js @@ -0,0 +1,56 @@ +OC.L10N.register( + "workflowengine", + { + "Saved" : "Guardóse", + "Saving failed:" : "Falló'l guardáu:", + "File MIME type" : "Triba MIME de ficheru", + "is" : "ye", + "is not" : "nun ye", + "matches" : "concasa con", + "does not match" : "nun concasa con", + "Example: {placeholder}" : "Exemplu: {placeholder}", + "File size (upload)" : "Tamañu de ficheru (xuba)", + "less" : "menos", + "less or equals" : "menos o igual", + "greater or equals" : "mayor o igual", + "greater" : "mayor", + "File system tag" : "Etiqueta del sistema de ficheros", + "is tagged with" : "etiquetóse con", + "is not tagged with" : "nun s'etiquetó con", + "Select tag…" : "Esbillar etiqueta...", + "Request remote address" : "Solicitar direición remot", + "between" : "ente", + "not between" : "distintu de", + "Start" : "Aniciu", + "End" : "Fin", + "Select timezone…" : "Esbillar fusu horariu...", + "Request URL" : "Solicitar URL", + "Predefined URLs" : "URLs predefiníes", + "Files WebDAV" : "Ficheros WebDAV", + "Request user agent" : "Solicitar axente d'usuariu", + "Sync clients" : "Sincronizar veceros", + "Android client" : "Veceru d'Android", + "iOS client" : "Veceru d'iOS", + "Desktop client" : "Veceru d'escritoriu", + "is member of" : "ye miembru de", + "is not member of" : "nun ye miembru de", + "The given operator is invalid" : "L'operador dau nun ye válidu", + "The given regular expression is invalid" : "La espresión regular dada nun ye válida", + "The given file size is invalid" : "El tamañu del ficheru dau nun ye válidu", + "The given tag id is invalid" : "La ID de la etiqueta dada nun ye válida", + "The given IP range is invalid" : "El rangu IP dau nun ye válidu", + "The given group does not exist" : "Nun esiste'l grupu dau", + "Operation #%s does not exist" : "La operación #%s nun esiste", + "Operation %s does not exist" : "La operación %s nun esiste", + "Operation %s is invalid" : "La operación %s nun ye válida", + "Workflow" : "Fluxu de trabayu", + "Open documentation" : "Abrir documentación", + "Short rule description" : "Descipción curtia de la regla", + "Add rule" : "Amestar regla", + "Save" : "Guardar", + "Saving…" : "Guardando...", + "Loading…" : "Cargando...", + "Successfully saved" : "Guardóse con ésitu", + "File mime type" : "Triba MIME de ficheru" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/workflowengine/l10n/ast.json b/apps/workflowengine/l10n/ast.json new file mode 100644 index 00000000000..fa0fb0921b4 --- /dev/null +++ b/apps/workflowengine/l10n/ast.json @@ -0,0 +1,54 @@ +{ "translations": { + "Saved" : "Guardóse", + "Saving failed:" : "Falló'l guardáu:", + "File MIME type" : "Triba MIME de ficheru", + "is" : "ye", + "is not" : "nun ye", + "matches" : "concasa con", + "does not match" : "nun concasa con", + "Example: {placeholder}" : "Exemplu: {placeholder}", + "File size (upload)" : "Tamañu de ficheru (xuba)", + "less" : "menos", + "less or equals" : "menos o igual", + "greater or equals" : "mayor o igual", + "greater" : "mayor", + "File system tag" : "Etiqueta del sistema de ficheros", + "is tagged with" : "etiquetóse con", + "is not tagged with" : "nun s'etiquetó con", + "Select tag…" : "Esbillar etiqueta...", + "Request remote address" : "Solicitar direición remot", + "between" : "ente", + "not between" : "distintu de", + "Start" : "Aniciu", + "End" : "Fin", + "Select timezone…" : "Esbillar fusu horariu...", + "Request URL" : "Solicitar URL", + "Predefined URLs" : "URLs predefiníes", + "Files WebDAV" : "Ficheros WebDAV", + "Request user agent" : "Solicitar axente d'usuariu", + "Sync clients" : "Sincronizar veceros", + "Android client" : "Veceru d'Android", + "iOS client" : "Veceru d'iOS", + "Desktop client" : "Veceru d'escritoriu", + "is member of" : "ye miembru de", + "is not member of" : "nun ye miembru de", + "The given operator is invalid" : "L'operador dau nun ye válidu", + "The given regular expression is invalid" : "La espresión regular dada nun ye válida", + "The given file size is invalid" : "El tamañu del ficheru dau nun ye válidu", + "The given tag id is invalid" : "La ID de la etiqueta dada nun ye válida", + "The given IP range is invalid" : "El rangu IP dau nun ye válidu", + "The given group does not exist" : "Nun esiste'l grupu dau", + "Operation #%s does not exist" : "La operación #%s nun esiste", + "Operation %s does not exist" : "La operación %s nun esiste", + "Operation %s is invalid" : "La operación %s nun ye válida", + "Workflow" : "Fluxu de trabayu", + "Open documentation" : "Abrir documentación", + "Short rule description" : "Descipción curtia de la regla", + "Add rule" : "Amestar regla", + "Save" : "Guardar", + "Saving…" : "Guardando...", + "Loading…" : "Cargando...", + "Successfully saved" : "Guardóse con ésitu", + "File mime type" : "Triba MIME de ficheru" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |