nextcloud/apps/files/l10n/ca.js

124 lines
7.8 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
2017-02-08 04:07:09 +03:00
"Storage is temporarily not available" : "Emmagatzemament temporalment no disponible",
"Storage invalid" : "Emmagatzemament 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",
2016-05-15 08:55:34 +03:00
"Uploading..." : "Pujant...",
"..." : "...",
2017-03-03 04:07:45 +03:00
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
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",
2016-11-12 04:07:11 +03:00
"Move" : "Mou",
"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}\"",
"{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",
"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}\"",
"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",
"\"{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.",
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!",
"Your storage is full, files can not be updated or synced anymore!" : "El vostre espai d'emmagatzemament é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}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "El vostre espai d'emmagatzemament é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!",
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",
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",
"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}",
2017-03-03 04:07:45 +03:00
"Renamed by {user}" : "Reanomenat 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-03-02 19:48:52 +03:00
"You deleted {file}" : "Heu esborrat {file}",
2017-03-03 04:07:45 +03:00
"You renamed {oldfile} to {newfile}" : "Heu reanomenat {oldfile} a {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} ha reanomenat {oldfile} a {newfile}",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un fitxer o carpeta ha estat <strong>canviat</strong> o <strong>reanomenat</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",
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>",
"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",
2014-12-19 09:56:51 +03:00
"Settings" : "Arranjament",
2016-11-12 04:07:11 +03:00
"Show hidden files" : "Mostra els fitxers ocults",
"WebDAV" : "WebDAV",
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",
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",
"New text file.txt" : "Nou fitxer de text.txt",
2017-03-27 03:07:55 +03:00
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Falta {hours}:{minutes}:{seconds} hora","Falten {hours}:{minutes}:{seconds} hores"],
2017-02-07 04:08:50 +03:00
"{hours}:{minutes}h" : "{hours}:{minutes}h",
2017-03-27 03:07:55 +03:00
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["Falten {minutes}:{seconds} minuts","Falta {minutes}:{seconds} minut"],
2017-02-07 04:08:50 +03:00
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
2017-03-27 03:07:55 +03:00
"_{seconds} second left_::_{seconds} seconds left_" : ["Falta {seconds} segon","Falten {seconds} segons"],
2017-02-07 04:08:50 +03:00
"{seconds}s" : "{seconds}s",
"Soon..." : "Aviat...",
2017-04-14 03:07:36 +03:00
"File upload is in progress. Leaving the page now will cancel the upload." : "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·larà.",
2017-04-22 03:07:36 +03:00
"Copy local link" : "C",
2017-05-17 18:56:32 +03:00
"Folder" : "Carpeta",
"Upload" : "Puja",
2017-04-22 03:07:36 +03:00
"No favorites" : "No hi ha favorits"
},
"nplurals=2; plural=(n != 1);");