nextcloud/apps/files/l10n/ca.json

153 lines
11 KiB
JSON
Raw Normal View History

{ "translations": {
2018-05-12 03:13:00 +03:00
"Storage is temporarily not available" : "Emmagatzematge temporalment no disponible",
"Storage invalid" : "Emmagatzematge no vàlid",
"Unknown error" : "Error desconegut",
"All files" : "Tots els fitxers",
2016-11-12 04:07:11 +03:00
"Recent" : "Recent",
"File could not be found" : "No s'ha pogut trobar el fitxer",
2014-12-19 09:56:51 +03:00
"Home" : "Casa",
2015-08-25 19:39:10 +03:00
"Close" : "Tanca",
2016-05-13 09:08:45 +03:00
"Favorites" : "Preferits",
2016-11-12 04:07:11 +03:00
"Could not create folder \"{dir}\"" : "No s'ha pogut crear la carpeta \"{dir}\"",
2015-11-13 09:57:12 +03:00
"Upload cancelled." : "La pujada s'ha cancel·lat.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No es pot pujar {filename} perquè és una carpeta o té 0 bytes",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}",
2017-03-03 04:07:45 +03:00
"Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix",
2016-11-12 04:07:11 +03:00
"Not enough free space" : "Espai lliure insuficient",
2018-02-13 00:33:37 +03:00
"Uploading …" : "Carregant...",
2017-09-29 03:08:21 +03:00
"…" : ".....",
2017-03-03 04:07:45 +03:00
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
2018-02-13 00:33:37 +03:00
"Target folder does not exist any more" : "La carpeta de destí no existeix",
"Error when assembling chunks, status code {status}" : "S'ha produït un error mentre es recopilaven els fragments, el codi d'estat és {status}",
2015-08-25 19:39:10 +03:00
"Actions" : "Accions",
2015-01-13 09:56:58 +03:00
"Download" : "Baixa",
2015-09-28 12:07:18 +03:00
"Rename" : "Reanomena",
2017-09-26 03:08:26 +03:00
"Move or copy" : "Moure o copiar",
2016-11-12 04:07:11 +03:00
"Target folder" : "Carpeta de destí",
2015-09-28 12:07:18 +03:00
"Delete" : "Esborra",
2016-01-21 09:55:20 +03:00
"Disconnect storage" : "Desonnecta l'emmagatzematge",
"Unshare" : "Deixa de compartir",
2017-03-03 04:07:45 +03:00
"Could not load info for file \"{file}\"" : "No s'ha pogut carregar la informació del fitxer \"{file}\"",
2017-02-07 04:08:50 +03:00
"Files" : "Fitxers",
2015-09-28 12:07:18 +03:00
"Details" : "Detalls",
2014-12-19 09:56:51 +03:00
"Select" : "Selecciona",
"Pending" : "Pendent",
2015-04-15 01:15:32 +03:00
"Unable to determine date" : "No s'ha pogut determinar la data",
2016-11-12 04:07:11 +03:00
"This operation is forbidden" : "Aquesta operació està prohibida",
2017-02-08 04:07:09 +03:00
"This directory is unavailable, please check the logs or contact the administrator" : "Aquesta carpeta no està disponible. Comproveu els registres o contacteu amb l'administrador.",
2016-11-12 04:07:11 +03:00
"Could not move \"{file}\", target exists" : "No s'ha pugut moure \"{file}\", el destí ja existeix",
"Could not move \"{file}\"" : "No s'ha pogut moure \"{file}\"",
2017-09-26 03:08:26 +03:00
"Could not copy \"{file}\", target exists" : "No s'ha pogut copiar",
"Could not copy \"{file}\"" : "No s'ha pogut copiar",
2017-09-29 03:08:21 +03:00
"Copied {origin} inside {destination}" : "Copiat {origen} dins {destinació}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "S'ha copiat {origen} i {nbfiles} altres fitxers a l'interior {destinació}",
2016-11-12 04:07:11 +03:00
"{newName} already exists" : "{newName} ja existeix",
2017-03-03 04:07:45 +03:00
"Could not rename \"{fileName}\", it does not exist any more" : "No s'ha pogut reanomenar \"{fileName}\", ja no existeix",
2017-09-29 03:08:21 +03:00
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nom \"{targetName}\" ja s'utilitza a la carpeta \"{dir}\". Trieu un nom diferent.",
2017-03-03 04:07:45 +03:00
"Could not rename \"{fileName}\"" : "No s'ha pogut reanomenar \"{fileName}\"",
2016-11-12 04:07:11 +03:00
"Could not create file \"{file}\"" : "No s'ha pogut crear el fitxer \"{file}\"",
2017-09-29 03:08:21 +03:00
"Could not create file \"{file}\" because it already exists" : "No s'ha pogut crear el fitxer \"{file}\" perquè ja existeix",
"Could not create folder \"{dir}\" because it already exists" : "No s'ha pogut crear la carpeta \"{dir}\" perquè ja existeix",
"Error deleting file \"{fileName}\"." : "S'ha produït un error en eliminar el fitxer \"{fileName}\".",
"No search results in other folders for {tag}{filter}{endtag}" : "No hi ha cap resultat de cerca a altres carpetes per {tag} {filter} {end tag}",
"Name" : "Nom",
"Size" : "Mida",
"Modified" : "Modificat",
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"],
"_%n file_::_%n files_" : ["%n fitxer","%n fitxers"],
2015-08-25 19:39:10 +03:00
"{dirs} and {files}" : "{dirs} i {files}",
2017-03-11 04:07:48 +03:00
"_including %n hidden_::_including %n hidden_" : ["incloent %n ocult","incloent %n ocults"],
"You dont have permission to upload or create files here" : "No teniu permisos per a pujar o crear els fitxers aquí",
"_Uploading %n file_::_Uploading %n files_" : ["Pujant %n fitxer","Pujant %n fitxers"],
2015-09-08 08:55:56 +03:00
"New" : "Nou",
2018-02-13 00:33:37 +03:00
"{used} of {quota} used" : "{used} de {quota} utilitzat",
"{used} used" : "{used} utilitzat",
"\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer vàlid.",
2015-03-11 08:55:38 +03:00
"File name cannot be empty." : "El nom del fitxer no pot ser buit.",
2018-02-13 00:33:37 +03:00
"\"/\" is not allowed inside a file name." : "El caràcter \"/\" no es pot utilitzar en el nom de l'arxiu.",
2017-09-29 03:08:21 +03:00
"\"{name}\" is not an allowed filetype" : "\"{name}\" no és un tipus de fitxer permès",
2015-06-18 08:55:14 +03:00
"Storage of {owner} is full, files can not be updated or synced anymore!" : "L'emmagatzematge de {owner} està ple, els arxius no es poden actualitzar o sincronitzar més!",
2018-05-12 03:13:00 +03:00
"Your storage is full, files can not be updated or synced anymore!" : "El vostre espai d'emmagatzematge és ple, els fitxers ja no es poden actualitzar o sincronitzar!",
2015-06-18 08:55:14 +03:00
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Emmagatzematge de {owner} està gairebé ple ({usedSpacePercent}%)",
2018-05-12 03:13:00 +03:00
"Your storage is almost full ({usedSpacePercent}%)" : "El vostre espai d'emmagatzematge és gairebé ple ({usedSpacePercent}%)",
2015-04-15 01:15:32 +03:00
"_matches '{filter}'_::_match '{filter}'_" : ["coincidències '{filter}'","coincidència '{filter}'"],
2016-11-12 04:07:11 +03:00
"View in folder" : "Veure a la carpeta",
2017-06-28 03:08:18 +03:00
"Copied!" : "Copiat!",
2017-09-29 03:08:21 +03:00
"Copy direct link (only works for users who have access to this file/folder)" : "Copia l'enllaç directe (només funciona per als usuaris que tenen accés a aquest fitxer / carpeta)",
2016-11-12 04:07:11 +03:00
"Path" : "Ruta",
2017-03-11 04:07:48 +03:00
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
2015-04-15 01:15:32 +03:00
"Favorited" : "Agregat a favorits",
2014-12-17 09:56:41 +03:00
"Favorite" : "Preferits",
2015-09-08 08:55:56 +03:00
"New folder" : "Carpeta nova",
2017-06-28 03:08:18 +03:00
"Upload file" : "Puja fitxer",
2018-02-13 00:33:37 +03:00
"Not favorited" : "No està inclòs en els favorits",
"Remove from favorites" : "Eliminar dels favorits",
"Add to favorites" : "Afegir als favorits",
2015-04-15 01:15:32 +03:00
"An error occurred while trying to update the tags" : "S'ha produït un error en tractar d'actualitzar les etiquetes",
2017-02-07 04:08:50 +03:00
"Added to favorites" : "Afegit a favorits",
2017-02-08 04:07:09 +03:00
"Removed from favorites" : "Esborra de preferits",
2017-09-29 03:08:21 +03:00
"You added {file} to your favorites" : "Heu afegit {file} als vostres preferits",
2017-02-08 04:07:09 +03:00
"You removed {file} from your favorites" : "Has esborrat {file} dels teus preferits",
2017-02-07 04:08:50 +03:00
"File changes" : "Canvis al fitxer",
"Created by {user}" : "Creat per {user}",
"Changed by {user}" : "Canviat per {user}",
"Deleted by {user}" : "Eliminat per {user}",
"Restored by {user}" : "Restaurat per {user}",
2018-05-12 03:13:00 +03:00
"Renamed by {user}" : "Renomenat per {user}",
2017-02-07 04:08:50 +03:00
"Moved by {user}" : "Mogut per {user}",
2017-06-28 03:08:18 +03:00
"\"remote user\"" : "\"usuari remot\"",
2017-03-11 04:07:48 +03:00
"You created {file}" : "Has creat {file}",
2017-08-17 03:08:14 +03:00
"{user} created {file}" : "{user} ha creat {file}",
2017-09-29 03:08:21 +03:00
"{file} was created in a public folder" : "{file} s'ha creat en una carpeta pública",
2017-08-17 03:08:14 +03:00
"You changed {file}" : "Has modificat {file}",
2017-08-22 03:08:20 +03:00
"{user} changed {file}" : "{user} ha modificat {file}",
2017-03-02 19:48:52 +03:00
"You deleted {file}" : "Heu esborrat {file}",
2017-08-22 03:08:20 +03:00
"{user} deleted {file}" : "{user} ha esborrat {file}",
2017-08-17 03:08:14 +03:00
"You restored {file}" : "Has restaurat {file}",
2017-08-22 03:08:20 +03:00
"{user} restored {file}" : "{user} ha restaurat {file}",
2018-05-12 03:13:00 +03:00
"You renamed {oldfile} to {newfile}" : "Heu renomenat {oldfile} a {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} ha renomenat {oldfile} a {newfile}",
2017-08-22 03:08:20 +03:00
"You moved {oldfile} to {newfile}" : "has mogut {oldfile} a {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} ha mogut {oldfile} a {newfile}",
2017-09-29 03:08:21 +03:00
"A file has been added to or removed from your <strong>favorites</strong>" : "S'ha afegit o eliminat un fitxer de les teves <strong>preferides</strong>",
2018-05-12 03:13:00 +03:00
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un fitxer o carpeta ha estat <strong>canviat</strong> o <strong>renomenat</strong>",
2015-02-20 09:55:01 +03:00
"A new file or folder has been <strong>created</strong>" : "S'ha <strong>creat</strong> un nou fitxer o una nova carpeta",
2017-09-29 03:08:21 +03:00
"A file or folder has been <strong>deleted</strong>" : "S'ha <strong>elminiat</strong> un fitxer o una carpeta",
2015-04-23 08:54:51 +03:00
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar les notificacions sobre la creació i canvis dels seus <strong>arxius favorits</strong><em>(solament Stream)</em>",
2017-09-29 03:08:21 +03:00
"A file or folder has been <strong>restored</strong>" : "S'ha <strong>restaurat</strong> un fitxer o una carpeta",
2017-08-17 03:08:14 +03:00
"Unlimited" : "Il·limitat",
"Upload (max. %s)" : "Pujada (màx. %s)",
"File handling" : "Gestió de fitxers",
"Maximum upload size" : "Mida màxima de pujada",
"max. possible: " : "màxim possible:",
"Save" : "Desa",
2017-09-29 03:08:21 +03:00
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Amb PHP-FPM pot trigar 5 minuts a aplicar els canvis.",
"Missing permissions to edit from here." : "Falta els permisos per editar des d'aquí.",
2017-08-17 03:08:14 +03:00
"%s of %s used" : "Usats %s de %s",
"%s used" : "%s utilitzat",
2018-05-12 03:13:00 +03:00
"Settings" : "Configuració",
2016-11-12 04:07:11 +03:00
"Show hidden files" : "Mostra els fitxers ocults",
"WebDAV" : "WebDAV",
2018-02-13 00:33:37 +03:00
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Utilitza aquesta adreça per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">accedir als teus arxius mitjançant WebDAV</a>",
"Cancel upload" : "Cancel·la la pujada",
2015-04-15 01:15:32 +03:00
"No files in here" : "No hi ha arxius",
"Upload some content or sync with your devices!" : "Pugi continguts o sincronitzi els seus dispositius.",
"No entries found in this folder" : "No hi ha entrades en aquesta carpeta",
"Select all" : "Seleccionar tot",
"Upload too large" : "La pujada és massa gran",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor",
2017-08-17 03:08:14 +03:00
"No favorites yet" : "Sense preferits",
2015-11-24 09:56:32 +03:00
"Files and folders you mark as favorite will show up here" : "Aquí apareixeran els arxius i carpetes que vostè marqui com favorits",
2016-11-12 04:07:11 +03:00
"Shared with you" : "Compartit amb tu",
"Shared with others" : "Compartit amb altres",
2017-02-08 04:07:09 +03:00
"Shared by link" : "Comparteix per link",
2016-11-12 04:07:11 +03:00
"Tags" : "Etiquetes",
"Deleted files" : "Fitxers esborrats",
"Text file" : "Fitxer de text",
2018-02-13 00:33:37 +03:00
"New text file.txt" : "Nou fitxer de text.txt",
"Move" : "Moure",
"A new file or folder has been <strong>deleted</strong>" : "S'ha <strong>eliminat</strong> un nou fitxer o carpeta",
"A new file or folder has been <strong>restored</strong>" : "S'ha <strong>restaurat</strong> un nou fitxer o carpeta",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilitzeu aquesta adreça per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedir als vostres fitxers a través de WebDAV</a>"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}