diff options
Diffstat (limited to 'apps/files/l10n/ast.js')
-rw-r--r-- | apps/files/l10n/ast.js | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index 023a3b81ef4..40821695d4a 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -186,16 +186,12 @@ OC.L10N.register( "Folder name" : "Nome de la carpeta", "This node is unavailable" : "Esti noyu nun ta disponible", "Download file {name}" : "Baxar el ficheru «{name}»", - "Invalid file name" : "El nome del ficheru ye inválidu", - "\"{name}\" is not an allowed filetype." : "«{name}» nun ye un tipu de ficheru permíu", - "{newName} already exists." : "«{newName}» yá esiste.", - "\"{char}\" is not allowed inside a file name." : "El caráuter «{char}» nun ta permitíu nel nome del ficheru.", - "Name cannot be empty" : "El nome nun pue tar baleru", - "Another entry with the same name already exists" : "Yá esiste otra entrada col mesmu nome", "Renamed \"{oldName}\" to \"{newName}\"" : "Renomóse «{oldName}» a «{newName}»", "Could not rename \"{oldName}\", it does not exist any more" : "Nun se pue renomar «{oldName}». Yá nun esiste", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nome «{newName}» yá ta n'usu na carpeta «{dir}». Escueyi otru nome.", "Could not rename \"{oldName}\"" : "Nun se pudo renomar «{oldName}»", + "Type" : "Tipu", + "Remove filter" : "Quitar la peñera", "Total rows summary" : "Resume total de fieleres", "Toggle selection for all files and folders" : "Alternar la seleición de tolos ficheros y toles carpetes", "\"{displayName}\" failed on some elements " : "«{displauName}» falló con dalgún elementu", @@ -205,13 +201,16 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Les testeres de les columnes con botones puen ordenase.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta llista nun ta completa por motivos de rindimientu. Los ficheros van apaecer a midida que navegues pela llista.", "File not found" : "Nun s'atopó'l ficheru", - "Storage informations" : "Información del almacenamientu", "{usedQuotaByte} used" : "{usedQuotaByte} n'usu", "{relative}% used" : "{relative}% n'usu", "Could not refresh storage stats" : "Nun se pudo anovar l'estáu del almacenamientu", "Your storage is full, files can not be updated or synced anymore!" : "L'almacenamientu ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!", "Create" : "Crear", "A file or folder with that name already exists." : "Yá esiste un ficheru o una carpeta con esi nome", + "Invalid file name" : "El nome del ficheru ye inválidu", + "\"{char}\" is not allowed inside a file name." : "El caráuter «{char}» nun ta permitíu nel nome del ficheru.", + "\"{name}\" is not an allowed filetype." : "«{name}» nun ye un tipu de ficheru permíu", + "Submit" : "Unviar", "Transfer ownership of a file or folder" : "Tresferir la propiedá d'un ficheru o una carpeta", "Choose file or folder to transfer" : "Escoyer el ficheru o carpeta a tresferir", "Change" : "Camudar", @@ -240,7 +239,7 @@ OC.L10N.register( "Error during upload: {message}" : "Hebo un error demientres la xuba: {messages}", "Error during upload, status code {status}" : "Hebo un error demientres la xuba. Cödigu d'estáu: {status}", "Unknown error during upload" : "Hebo un error desconocíu demientres la xuba", - "Open the files app settings" : "Abrir la configuración de Ficheros", + "Views" : "Vistes", "Files settings" : "Configuración de Ficheros", "File cannot be accessed" : "Nun se pue acceder al ficheru", "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Nun se pudo atopar el ficheru o nun tienes permisu pa velu. Pidi al remitente que lu comparta.", @@ -293,6 +292,13 @@ OC.L10N.register( "Open folder {displayName}" : "Abrir la carpeta «{displayName}»", "Open in Files" : "Abrir en Ficheros", "Open details" : "Abrir los detalles", + "Today" : "Güei", + "Last 7 days" : "Los últimos 7 díes", + "Last 30 days" : "Los últimos 30 díes", + "Documents" : "Documentos", + "Folders" : "Carpetes", + "Audio" : "Audiu", + "Videos" : "Vídeos", "Created new folder \"{name}\"" : "Creóse la carpeta «{name}»", "Filename" : "Nome de ficheru", "Unable to initialize the templates directory" : "Nun ye posible aniciar el direutoriu de plantíes", @@ -350,9 +356,11 @@ OC.L10N.register( "descending" : "descendente", "Sort list by {column} ({direction})" : "Ordenar la llista por {column} ({direction})", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Esta llista nun ta completa por motivos de rindimientu. Los ficheros van apaecer a midida que navegues per ella.", + "Storage informations" : "Información del almacenamientu", "Search for an account" : "Buscar una cuenta", "Choose" : "Escoyer", "No files or folders have been deleted yet" : "Entá nun se desanició nengún ficheru nin carpeta", + "Open the files app settings" : "Abrir la configuración de Ficheros", "You might not have have permissions to view it, ask the sender to share it" : "Quiciabes nun tengas permisu pa ver l'elementu, pidi al remitente que lu comparta", "Set up templates folder" : "Configurar la carpeta de plantíes", "Toggle %1$s sublist" : "Alternar la sollista «%1$s»", @@ -362,6 +370,9 @@ OC.L10N.register( "Shared with you" : "Compartióse contigo", "Deleted shares" : "Comparticiones desaniciaes", "Pending shares" : "Comparticiones pendientes", + "{newName} already exists." : "«{newName}» yá esiste.", + "Name cannot be empty" : "El nome nun pue tar baleru", + "Another entry with the same name already exists" : "Yá esiste otra entrada col mesmu nome", "The files is locked" : "El ficheru ta bloquiáu" }, "nplurals=2; plural=(n != 1);"); |