nextcloud/apps/files/l10n/eo.js

74 lines
4.3 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
"Unknown error" : "Nekonata eraro",
"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",
"Upload cancelled." : "La alŝuto nuliĝis.",
2015-11-13 09:57:12 +03:00
"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",
"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",
2015-09-28 12:07:18 +03:00
"Rename" : "Alinomigi",
"Delete" : "Forigi",
"Details" : "Detaloj",
2014-12-19 09:56:51 +03:00
"Select" : "Elekti",
"Pending" : "Traktotaj",
"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
"Folder" : "Dosierujo",
"New folder" : "Nova dosierujo",
2015-11-13 09:57:12 +03:00
"Upload" : "Alŝuti",
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",
"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",
"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.",
2015-11-24 09:56:32 +03:00
"Files are being scanned, please wait." : "Dosieroj estas skanataj, bonvolu atendi.",
"Text file" : "Tekstodosiero"
},
"nplurals=2; plural=(n != 1);");