diff options
Diffstat (limited to 'apps/files/l10n/ast.js')
-rw-r--r-- | apps/files/l10n/ast.js | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index a34a2334477..d305dd8ffd9 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -91,9 +91,11 @@ OC.L10N.register( "\"/\" is not allowed inside a file name." : "«/» ye un caráuter que nun ta permitíu nel nome del ficheru.", "\"{name}\" is not an allowed filetype" : "«{name}» nun ye un tipu de ficheru permitíu", "Storage of {owner} is full, files cannot be updated or synced anymore!" : "L'almacenamientu del usuariu «{owner}» ta enllén. ¡Yá nun se puen xubir o sincronizar ficheros!", + "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "La carpeta del grupu «{mountPoint}» ta enllena, ¡yá nun se puen xubir nin sincronizar ficheros!", "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "L'almacenamientu esternu «{mountPoint}» ta enllén. ¡Yá nun se puen xubir o sincronizar ficheros!", "Your storage is full, files cannot be updated or synced anymore!" : "El to almacenamientu ta enllén. ¡Yá nun se puen xubir o sincronizar ficheros!", "Storage of {owner} is almost full ({usedSpacePercent}%)." : "L'almacenamientu del usuariu «{owner}» ta cuasi enllén ({usedSpacePercent}%).", + "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "La carpeta del grupu «{mountPoint}» ta cuasi enllena ({usedSpacePercent}%).", "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "L'almacenamientu esternu «{mountPoint}» ta cuasi enllén ({usedSpacePercent}%).", "Your storage is almost full ({usedSpacePercent}%)." : "El to almacenamientu ta cuasi enllén ({usedSpacePercent}%).", "_matches \"{filter}\"_::_match \"{filter}\"_" : ["concasa con «{filter}»","concasen con «{filter}»"], @@ -117,6 +119,7 @@ OC.L10N.register( "You added {file} to your favorites" : "Metiesti'l ficheru «{ficheru}» en Favoritos", "You removed {file} from your favorites" : "Quitesti'l ficheru «{file}» de Favoritos", "Favorites" : "Favoritos", + "File changes" : "Cambeos del ficheru", "Created by {user}" : "Elementu creáu por {user}", "Changed by {user}" : "Elementu camudáu por {user}", "Deleted by {user}" : "Elementu desaniciáu por {user}", @@ -139,7 +142,17 @@ OC.L10N.register( "{user} deleted an encrypted file in {file}" : "«{user}» desanició un ficheru cifráu de: {file}", "You restored {file}" : "Restauresti {file}", "{user} restored {file}" : "{user} restauró {file}", + "You renamed {oldfile} (hidden) to {newfile} (hidden)" : "Renomesti «{oldfile}» (elementu anubríu) a «{newfile}» (elementu anubríu)", + "You renamed {oldfile} (hidden) to {newfile}" : "Renomesti «{oldfile}» (elementu anubríu) a «{newfile}»", + "You renamed {oldfile} to {newfile} (hidden)" : "Renomesti «{oldfile}» a «{newfile}» (elementu anubríu)", + "You renamed {oldfile} to {newfile}" : "Renomesti «{oldfile}» a «{newfile}»", + "{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} renomó «{oldfile}» (elementu anubríu) a {newfile} (elementu anubríu)", + "{user} renamed {oldfile} (hidden) to {newfile}" : "{user} renomó {oldfile} (elementu anubríu) a {newfile}", + "{user} renamed {oldfile} to {newfile} (hidden)" : "{user} renomó {oldfile} a {newfile} (elementu anubríu)", + "{user} renamed {oldfile} to {newfile}" : "{user} renomó {oldfile} a {newfile}", "You moved {oldfile} to {newfile}" : "Moviesti {oldfile} a {newfile}", + "A file or folder has been <strong>changed</strong>" : "Hai un ficheru o una carpeta que <strong>camudó</strong>", + "A favorite file or folder has been <strong>changed</strong>" : "Hai un ficheru o una carpeta de Favoritos que <strong>camudó</strong>", "Accept" : "Aceptar", "Reject" : "Refugar", "Incoming ownership transfer from {user}" : "Recibióse una tresferencia de propiedá de: {user}", @@ -175,6 +188,8 @@ OC.L10N.register( "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}»", "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", @@ -252,7 +267,6 @@ OC.L10N.register( "(copy %n)" : "(copia %n)", "Move cancelled" : "Anulóse la operación de mover", "A file or folder with that name already exists in this folder" : "Nesta carpeta, yá estie un ficheru o una carpeta con esi nome", - "The files is locked" : "El ficheru ta bloquiáu", "The file does not exist anymore" : "El ficheru yá nun esiste", "Choose destination" : "Escoyer el destín", "Copy to {target}" : "Copiar a {target}", @@ -322,6 +336,7 @@ OC.L10N.register( "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", - "Add" : "Amestar" + "Add" : "Amestar", + "The files is locked" : "El ficheru ta bloquiáu" }, "nplurals=2; plural=(n != 1);"); |