nextcloud/apps/files/l10n/eo.js

85 lines
5.2 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
"Unknown error" : "Nekonata eraro",
"Could not move %s - File with this name already exists" : "Ne eblis movi %s: dosiero kun ĉi tiu nomo jam ekzistas",
"Could not move %s" : "Ne eblis movi %s",
"The name %s is already used in the folder %s. Please choose a different name." : "La nomo %s jam uziĝas en la dosierujo %s. Bonvolu elekti malsaman nomon.",
"Error when creating the file" : "Eraris la kreo de la dosiero",
"Error when creating the folder" : "Eraris la kreo de la dosierujo",
"Unable to set upload directory." : "Ne povis agordiĝi la alŝuta dosierujo.",
"No file was uploaded. Unknown error" : "Neniu dosiero alŝutiĝis. Nekonata eraro.",
"There is no error, the file uploaded with success" : "Ne estas eraro, la dosiero alŝutiĝis sukcese.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "La dosiero alŝutita superas la regulon upload_max_filesize el php.ini: ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo",
"The uploaded file was only partially uploaded" : "la alŝutita dosiero nur parte alŝutiĝis",
"No file was uploaded" : "Neniu dosiero alŝutiĝis.",
"Missing a temporary folder" : "Mankas provizora dosierujo.",
"Failed to write to disk" : "Malsukcesis skribo al disko",
"Not enough storage available" : "Ne haveblas sufiĉa memoro",
"Upload failed. Could not find uploaded file" : "La alŝuto malsukcesis. Ne troviĝis alŝutota dosiero.",
"Upload failed. Could not get file info." : "La alŝuto malsukcesis. Ne povis ekhaviĝi informo pri dosiero.",
"Invalid directory." : "Nevalida dosierujo.",
"Files" : "Dosieroj",
2015-06-02 08:56:23 +03:00
"All files" : "Ĉiuj dosieroj",
2014-12-17 09:56:41 +03:00
"Favorites" : "Favoratoj",
2014-12-19 09:56:51 +03:00
"Home" : "Hejmo",
2015-08-25 19:39:10 +03:00
"Close" : "Fermi",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ne povis alŝutiĝi {filename} ĉar ĝi estas dosierujo aŭ ĝi havas 0 duumokojn",
"Upload cancelled." : "La alŝuto nuliĝis.",
"Could not get result from server." : "Ne povis ekhaviĝi rezulto el la servilo.",
"File upload is in progress. Leaving the page now will cancel the upload." : "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton.",
2015-08-25 19:39:10 +03:00
"Actions" : "Agoj",
2015-01-13 09:56:58 +03:00
"Download" : "Elŝuti",
2014-12-19 09:56:51 +03:00
"Select" : "Elekti",
"Pending" : "Traktotaj",
"Error moving file" : "Eraris movo de dosiero",
"Error" : "Eraro",
2015-09-08 08:55:56 +03:00
"{new_name} already exists" : "{new_name} jam ekzistas",
"Could not rename file" : "Ne povis alinomiĝi dosiero",
2015-09-08 08:55:56 +03:00
"Could not create file" : "Ne povis kreiĝi dosiero",
"Could not create folder" : "Ne povis kreiĝi dosierujo",
"Name" : "Nomo",
"Size" : "Grando",
"Modified" : "Modifita",
"_%n folder_::_%n folders_" : ["%n dosierujo","%n dosierujoj"],
"_%n file_::_%n files_" : ["%n dosiero","%n dosieroj"],
2015-08-25 19:39:10 +03:00
"{dirs} and {files}" : "{dirs} kaj {files}",
"You dont have permission to upload or create files here" : "Vi ne havas permeson alŝuti aŭ krei dosierojn ĉi tie",
"_Uploading %n file_::_Uploading %n files_" : ["Alŝutatas %n dosiero","Alŝutatas %n dosieroj"],
2015-09-08 08:55:56 +03:00
"New" : "Nova",
2015-03-11 08:55:38 +03:00
"File name cannot be empty." : "Dosiernomo devas ne malpleni.",
"Your storage is full, files can not be updated or synced anymore!" : "Via memoro plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn!",
"Your storage is almost full ({usedSpacePercent}%)" : "Via memoro preskaŭ plenas ({usedSpacePercent}%)",
2014-12-17 09:56:41 +03:00
"Favorite" : "Favorato",
2015-09-08 08:55:56 +03:00
"Upload" : "Alŝuti",
"Text file" : "Tekstodosiero",
"Folder" : "Dosierujo",
"New folder" : "Nova dosierujo",
2015-02-20 09:55:01 +03:00
"You created %1$s" : "Vi kreis %1$s",
"%2$s created %1$s" : "%2$s kreis %1$s",
2015-06-02 08:56:23 +03:00
"%1$s was created in a public folder" : "%1$s kreiĝis en publika dosierujo",
2015-02-20 09:55:01 +03:00
"You changed %1$s" : "Vi ŝanĝis %1$s",
"%2$s changed %1$s" : "%2$s ŝanĝis %1$s",
"You deleted %1$s" : "Vi forigis %1$s",
"%2$s deleted %1$s" : "%2$s forigis %1$s",
2015-06-02 08:56:23 +03:00
"%s could not be renamed as it has been deleted" : "%s ne povis alinomiĝi ĉar ĝi forigitis",
"%s could not be renamed" : "%s ne povis alinomiĝi",
"Upload (max. %s)" : "Alŝuti (maks. %s)",
"File handling" : "Dosieradministro",
"Maximum upload size" : "Maksimuma alŝutogrando",
"max. possible: " : "maks. ebla: ",
"Save" : "Konservi",
2014-12-19 09:56:51 +03:00
"Settings" : "Agordo",
"WebDAV" : "WebDAV",
2015-06-02 08:56:23 +03:00
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Uzu ĉi tiun adreson por <a href=\"%s\" target=\"_blank\">aliri viajn Dosierojn per WebDAV</a>",
2014-12-19 09:56:51 +03:00
"Cancel upload" : "Nuligi alŝuton",
2015-06-02 08:56:23 +03:00
"No files in here" : "Neniu dosiero estas ĉi tie",
"Select all" : "Elekti ĉion",
2015-08-25 19:39:10 +03:00
"Delete" : "Forigi",
"Upload too large" : "Alŝuto tro larĝa",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo.",
"Files are being scanned, please wait." : "Dosieroj estas skanataj, bonvolu atendi."
},
"nplurals=2; plural=(n != 1);");