ast.js 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "Storage invalid" : "Almacenamientu inválidu",
  5. "Unknown error" : "Fallu desconocíu",
  6. "Files" : "Ficheros",
  7. "All files" : "Tolos ficheros",
  8. "File could not be found" : "Nun s'atopó el ficheru",
  9. "Home" : "Casa",
  10. "Close" : "Zarrar",
  11. "Favorites" : "Favoritos",
  12. "Could not create folder \"{dir}\"" : "Nun pudo crease la carpeta \"{dir}\"",
  13. "Upload cancelled." : "Xuba encaboxada.",
  14. "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",
  15. "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}",
  16. "Uploading..." : "Xubiendo...",
  17. "..." : "...",
  18. "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
  19. "Actions" : "Aiciones",
  20. "Download" : "Descargar",
  21. "Rename" : "Renomar",
  22. "Delete" : "Desaniciar",
  23. "Disconnect storage" : "Desconeutar almacenamientu",
  24. "Unshare" : "Dexar de compartir",
  25. "Details" : "Detalles",
  26. "Select" : "Esbillar",
  27. "Pending" : "Pendiente",
  28. "Unable to determine date" : "Imposible determinar la fecha",
  29. "This operation is forbidden" : "La operación ta prohibida",
  30. "This directory is unavailable, please check the logs or contact the administrator" : "Esti direutoriu nun ta disponible, por favor verifica'l rexistru o contacta l'alministrador",
  31. "Could not move \"{file}\", target exists" : "Nun pudo movese \"{file}\", destín yá esiste",
  32. "Could not move \"{file}\"" : "Nun pudo movese \"{file}\"",
  33. "{newName} already exists" : "{newName} yá esiste",
  34. "Could not rename \"{fileName}\", it does not exist any more" : "Nun pudo renomase \"{fileName}\", yá nun esiste",
  35. "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nome \"{targetName}\" yá ta n'usu na carpeta \"{dir}\". Por favor, escueyi un nome diferente.",
  36. "Could not rename \"{fileName}\"" : "Nun pudo renomase \"{fileName}\"",
  37. "Could not create file \"{file}\"" : "Nun pudo crease'l ficheru \"{file}\"",
  38. "Could not create file \"{file}\" because it already exists" : "Nun pudo crease'l ficheru \"{file}\" porque yá esiste",
  39. "Could not create folder \"{dir}\" because it already exists" : "Nun pudo crease la carpeta \"{dir}\" porque yá esiste",
  40. "Error deleting file \"{fileName}\"." : "Fallu borrando'l ficheru \"{fileName}\".",
  41. "Name" : "Nome",
  42. "Size" : "Tamañu",
  43. "Modified" : "Modificáu",
  44. "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"],
  45. "_%n file_::_%n files_" : ["%n ficheru","%n ficheros"],
  46. "{dirs} and {files}" : "{dirs} y {files}",
  47. "You don’t have permission to upload or create files here" : "Nun tienes permisu pa xubir o crear ficheros equí",
  48. "_Uploading %n file_::_Uploading %n files_" : ["Xubiendo %n ficheru","Xubiendo %n ficheros"],
  49. "New" : "Nuevu",
  50. "\"{name}\" is an invalid file name." : "\"{name}\" ye un nome de ficheru inválidu.",
  51. "File name cannot be empty." : "El nome de ficheru nun pue quedar baleru.",
  52. "Storage of {owner} is full, files can not be updated or synced anymore!" : "L'almacenamientu de {owner} ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!",
  53. "Your storage is full, files can not be updated or synced anymore!" : "L'almacenamientu ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!",
  54. "Storage of {owner} is almost full ({usedSpacePercent}%)" : "L'almacenamientu de {owner} ta casi completu ({usedSpacePercent}%)",
  55. "Your storage is almost full ({usedSpacePercent}%)" : "L'almacenamientu ta casi completu ({usedSpacePercent}%)",
  56. "_matches '{filter}'_::_match '{filter}'_" : ["concasa '{filter}'","concasa '{filter}'"],
  57. "Path" : "Camín",
  58. "_%n byte_::_%n bytes_" : ["%n bytes","%n bytes"],
  59. "Favorited" : "Favoritos",
  60. "Favorite" : "Favoritu",
  61. "Folder" : "Carpeta",
  62. "New folder" : "Nueva carpeta",
  63. "Upload" : "Xubir",
  64. "An error occurred while trying to update the tags" : "Hebo un fallu mientres s'intentaba actualizar les etiquetes",
  65. "A new file or folder has been <strong>created</strong>" : "<strong>Creóse</strong> un ficheru o carpeta nuevos",
  66. "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>",
  67. "Upload (max. %s)" : "Xuba (máx. %s)",
  68. "File handling" : "Alministración de ficheros",
  69. "Maximum upload size" : "Tamañu máximu de xubida",
  70. "max. possible: " : "máx. posible:",
  71. "Save" : "Guardar",
  72. "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM pue retrasase 5 minutos pa que los cambeos s'apliquen.",
  73. "Missing permissions to edit from here." : "Falten permisos pa editar dende equí.",
  74. "Settings" : "Axustes",
  75. "Show hidden files" : "Amosar ficheros ocultos",
  76. "WebDAV" : "WebDAV",
  77. "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta direición <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">p'acceder a los dos Ficheros via WebDAV</a>",
  78. "No files in here" : "Nun hai nengún ficheru equí",
  79. "Upload some content or sync with your devices!" : "¡Xuba algún conteníu o sincroniza colos sos preseos!",
  80. "No entries found in this folder" : "Nenguna entrada en esta carpeta",
  81. "Select all" : "Esbillar too",
  82. "Upload too large" : "La xuba ye abondo grande",
  83. "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los ficheros que tas intentando xubir perpasen el tamañu máximu pa les xubíes de ficheros nesti servidor.",
  84. "No favorites" : "Nengún favoritu",
  85. "Files and folders you mark as favorite will show up here" : "Los ficheros y carpetes que marque como favoritos apaecerán equí",
  86. "Text file" : "Ficheru de testu",
  87. "New text file.txt" : "Nuevu testu ficheru.txt",
  88. "Storage not available" : "Almacenamientu non disponible",
  89. "Unable to set upload directory." : "Nun pue afitase la carpeta de xubida.",
  90. "Invalid Token" : "Token inválidu",
  91. "No file was uploaded. Unknown error" : "Nun se xubió dengún ficheru. Fallu desconocíu",
  92. "There is no error, the file uploaded with success" : "Nun hai dengún fallu, el ficheru xubióse ensin problemes",
  93. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El ficheru xubíu perpasa la direutiva \"upload_max_filesize\" del ficheru php.ini",
  94. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML",
  95. "The uploaded file was only partially uploaded" : "El ficheru xubióse de mou parcial",
  96. "No file was uploaded" : "Nun se xubió dengún ficheru",
  97. "Missing a temporary folder" : "Falta una carpeta temporal",
  98. "Failed to write to disk" : "Fallu al escribir al discu",
  99. "Not enough storage available" : "Nun hai abondu espaciu disponible",
  100. "The target folder has been moved or deleted." : "La carpeta oxetivu movióse o desanicióse.",
  101. "Upload failed. Could not find uploaded file" : "Xubida fallida. Nun pudo atopase'l ficheru xubíu.",
  102. "Upload failed. Could not get file info." : "Falló la xubida. Nun se pudo obtener la información del ficheru.",
  103. "Invalid directory." : "Direutoriu non válidu.",
  104. "Total file size {size1} exceeds upload limit {size2}" : "El tamañu de ficheru total {size1} perpasa la llende de xuba {size2}",
  105. "Error uploading file \"{fileName}\": {message}" : "Fallu xubiendo'l ficheru \"{fileName}\": {message}",
  106. "Could not get result from server." : "Nun pudo obtenese'l resultáu del sirvidor.",
  107. "{hours}:{minutes}:{seconds} hour{plural_s} left" : "Falten {hours}:{minutes}:{seconds} hour{plural_s}",
  108. "{hours}:{minutes}h" : "{hours}:{minutes}h",
  109. "{minutes}:{seconds} minute{plural_s} left" : "Falten {minutes}:{seconds} minute{plural_s} ",
  110. "{minutes}:{seconds}m" : "{minutes}:{seconds}m",
  111. "{seconds} second{plural_s} left" : "Falten {seconds} second{plural_s}",
  112. "{seconds}s" : "{seconds}s",
  113. "Any moment now..." : "En cualquier momentu...",
  114. "Soon..." : "Pronto...",
  115. "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.",
  116. "No entries in this folder match '{filter}'" : "Nun concasa nenguna entrada nesta carpeta '{filter}'",
  117. "Local link" : "Enllaz llocal",
  118. "{newname} already exists" : "{newname} yá existe",
  119. "A file or folder has been <strong>changed</strong>" : "<strong>Camudóse</strong> un ficheru o carpeta",
  120. "A file or folder has been <strong>deleted</strong>" : "<strong>Desanicióse</strong> un ficheru o carpeta",
  121. "A file or folder has been <strong>restored</strong>" : "<strong>Restauróse</strong> un ficheru o carpeta",
  122. "You created %1$s" : "Creasti %1$s",
  123. "%2$s created %1$s" : "%2$s creó %1$s",
  124. "%1$s was created in a public folder" : "Creóse %1$s nuna carpeta pública",
  125. "You changed %1$s" : "Modificasti %1$s",
  126. "%2$s changed %1$s" : "%2$s modificó %1$s",
  127. "You deleted %1$s" : "Desaniciasti %1$s",
  128. "%2$s deleted %1$s" : "%2$s desanició %1$s",
  129. "You restored %1$s" : "Recuperóse %1$s",
  130. "%2$s restored %1$s" : "%2$s recuperó %1$s",
  131. "Changed by %2$s" : "Modificáu por %2$s",
  132. "Deleted by %2$s" : "Desaniciáu por %2$s",
  133. "Restored by %2$s" : "Recuperáu por %2$s"
  134. },
  135. "nplurals=2; plural=(n != 1);");