diff options
Diffstat (limited to 'apps/files/l10n/ast.js')
-rw-r--r-- | apps/files/l10n/ast.js | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index cd2649ebf0a..4d4f5879b2e 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -15,8 +15,6 @@ 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", @@ -61,18 +59,25 @@ OC.L10N.register( "Your storage is almost full ({usedSpacePercent}%)" : "L'almacenamientu ta casi completu ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["concasa '{filter}'","concasa '{filter}'"], "View in folder" : "Ver na carpeta", + "Copied!" : "¡Copióse!", "Path" : "Camín", "_%n byte_::_%n bytes_" : ["%n bytes","%n bytes"], "Favorited" : "Favoritos", "Favorite" : "Favoritu", - "Folder" : "Carpeta", "New folder" : "Nueva carpeta", - "Upload" : "Xubir", "An error occurred while trying to update the tags" : "Hebo un fallu mientres s'intentaba actualizar les etiquetes", "Added to favorites" : "Amestóse a favoritos", + "{user} created {file}" : "{user} creó {file}", + "{file} was created in a public folder" : "{file} creóse nuna carpeta pública", + "You changed {file}" : "Camudesti {file}", + "{user} changed {file}" : "{user} camudó {file}", "You deleted {file}" : "Desaniciesti {file}", + "{user} deleted {file}" : "{user} desanició {file}", "You restored {file}" : "Restauresti {file}", "{user} restored {file}" : "{user} restauró {file}", + "You renamed {oldfile} to {newfile}" : "Renomesti {oldfile} a {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} renomó {oldfile} a {newfile}", + "You moved {oldfile} to {newfile}" : "Moviesti {oldfile} a {newfile}", "A new file or folder has been <strong>created</strong>" : "<strong>Creóse</strong> un ficheru o carpeta nuevos", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Llendar les notificaciones tocantes a creación y cambeos a tos <strong>ficheros favoritos</strong <em>(namás Stream)</em>", "Upload (max. %s)" : "Xuba (máx. %s)", @@ -98,6 +103,8 @@ OC.L10N.register( "Deleted files" : "Ficheros desaniciaos", "Text file" : "Ficheru de testu", "New text file.txt" : "Nuevu testu ficheru.txt", + "Uploading..." : "Xubiendo...", + "..." : "...", "{hours}:{minutes}h" : "{hours}:{minutes}h", "{minutes}:{seconds}m" : "{minutes}:{seconds}m", "{seconds}s" : "{seconds}s", @@ -105,6 +112,8 @@ OC.L10N.register( "Soon..." : "Pronto...", "File upload is in progress. Leaving the page now will cancel the upload." : "La xuba del ficheru ta en progresu. Si dexes agora la páxina, va encaboxase la xuba.", "Copy local link" : "Copiar enllaz llocal", + "Folder" : "Carpeta", + "Upload" : "Xubir", "No favorites" : "Nengún favoritu" }, "nplurals=2; plural=(n != 1);"); |