Welcome to mirror list, hosted at ThFree Co, Russian Federation.

eo.js « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f460015c2d62c5fab42be9e69707df297090936c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
OC.L10N.register(
    "files",
    {
    "Storage not available" : "Memoro ne disponeblas",
    "Storage invalid" : "Memoro ne validas",
    "Unknown error" : "Nekonata eraro",
    "Files" : "Dosieroj",
    "All files" : "Ĉiuj dosieroj",
    "Home" : "Hejmo",
    "Close" : "Fermi",
    "Favorites" : "Favoratoj",
    "Could not create folder \"{dir}\"" : "Ne eblas krei dosierujon “{dir}”",
    "Upload cancelled." : "La alŝuto nuliĝis.",
    "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",
    "Total file size {size1} exceeds upload limit {size2}" : "Tuta dosiergrando {size1} transpasas alŝutolimon {size2}",
    "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ne sufiĉas libera spaco: vi alŝutas {size1} sed nur {size2} restas",
    "Uploading..." : "Alŝutante...",
    "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.",
    "Actions" : "Agoj",
    "Download" : "Elŝuti",
    "Rename" : "Alinomigi",
    "Delete" : "Forigi",
    "Disconnect storage" : "Malkonekti memoron",
    "Unshare" : "Malkunhavigi",
    "Details" : "Detaloj",
    "Select" : "Elekti",
    "Pending" : "Traktotaj",
    "Unable to determine date" : "Ne eblas determini daton",
    "This operation is forbidden" : "Ĉi tiu operacio malpermesatas",
    "This directory is unavailable, please check the logs or contact the administrator" : "Ĉi tiu dosierujo maldisponeblas, bonvolu kontroli la protokolojn aŭ kontakti la administranton",
    "Could not move \"{file}\", target exists" : "Ne eblas movi “{file}”-n, celo jam ekzistas",
    "Could not move \"{file}\"" : "Ne eblas movi “{file}”-n",
    "{newName} already exists" : "{newName} jam ekzistas",
    "Could not rename \"{fileName}\", it does not exist any more" : "Ne ebls alinomigi “{fileName}”, ĝi ne plu ekzistas",
    "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "La nomo “{targetName}” jam uzatas en la dosierujo “{dir}”. Bonvolu elekti malsaman nomon.",
    "Could not rename \"{fileName}\"" : "Ne eblas alinomigi “{fileName}”",
    "Could not create file \"{file}\"" : "Ne eblas krei dosieron “{file}”",
    "Could not create file \"{file}\" because it already exists" : "Ne eblas krei dosieron “{file}” ĉar ĝi jam ekzistas",
    "Could not create folder \"{dir}\" because it already exists" : "Ne eblas krei dosierujon “{dir}” ĉar ĝi jam ekzistas",
    "Error deleting file \"{fileName}\"." : "Eraris forigo de dosiero “{fileName}”.",
    "Name" : "Nomo",
    "Size" : "Grando",
    "Modified" : "Modifita",
    "_%n folder_::_%n folders_" : ["%n dosierujo","%n dosierujoj"],
    "_%n file_::_%n files_" : ["%n dosiero","%n dosieroj"],
    "{dirs} and {files}" : "{dirs} kaj {files}",
    "You don’t have permission to upload or create files here" : "Vi ne permesatas alŝuti aŭ krei dosierojn ĉi tie",
    "_Uploading %n file_::_Uploading %n files_" : ["Alŝutatas %n dosiero","Alŝutatas %n dosieroj"],
    "New" : "Nova",
    "\"{name}\" is an invalid file name." : "“{name}” estas nevalida dosiernomo.",
    "File name cannot be empty." : "Dosiernomo devas ne malpleni.",
    "Storage of {owner} is full, files can not be updated or synced anymore!" : "Memoro de {owner} plenas; dosieroj ne povas alŝutiĝi aŭ sinkroniĝi plu!",
    "Your storage is full, files can not be updated or synced anymore!" : "Via memoro plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn!",
    "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Memoro de {owner} preskaŭ plenas ({usedSpacePercent}%)",
    "Your storage is almost full ({usedSpacePercent}%)" : "Via memoro preskaŭ plenas ({usedSpacePercent}%)",
    "_matches '{filter}'_::_match '{filter}'_" : ["kongruas kun “{filter}”","kongruas kun “{filter}”"],
    "Path" : "Vojo",
    "_%n byte_::_%n bytes_" : ["%n duumoko","%n duumokoj"],
    "Favorited" : "Pliŝatataj",
    "Favorite" : "Favorato",
    "Folder" : "Dosierujo",
    "New folder" : "Nova dosierujo",
    "Upload" : "Alŝuti",
    "An error occurred while trying to update the tags" : "Eraris provo ĝisdatigi la etikedojn",
    "A new file or folder has been <strong>created</strong>" : "Nova dosiero aŭ dosierujo <strong>kreiĝis</strong>",
    "A file or folder has been <strong>deleted</strong>" : "Dosiero aŭ dosierujo <strong>foriĝis</strong>",
    "A file or folder has been <strong>restored</strong>" : "Dosiero aŭ dosierujo <strong>restaŭriĝis</strong>",
    "You created %1$s" : "Vi kreis %1$s",
    "%2$s created %1$s" : "%2$s kreis %1$s",
    "%1$s was created in a public folder" : "%1$s kreiĝis en publika dosierujo",
    "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",
    "You restored %1$s" : "Vi restaŭris %1$s",
    "%2$s restored %1$s" : "%2$s restaŭris %1$s",
    "Changed by %2$s" : "Ŝanĝita de %2$s",
    "Deleted by %2$s" : "Forigita de %2$s",
    "Restored by %2$s" : "Restaŭrita de %2$s",
    "Upload (max. %s)" : "Alŝuti (maks. %s)",
    "File handling" : "Dosieradministro",
    "Maximum upload size" : "Maksimuma alŝutogrando",
    "max. possible: " : "maks. ebla: ",
    "Save" : "Konservi",
    "With PHP-FPM it might take 5 minutes for changes to be applied." : "Per PHP-FPM, ŝanĝoj povas postuli 5 minutojn por aplikiĝi.",
    "Missing permissions to edit from here." : "Mankas permesoj por redakti ekde ĉi tie.",
    "Settings" : "Agordo",
    "WebDAV" : "WebDAV",
    "No files in here" : "Neniu dosiero estas ĉi tie",
    "Upload some content or sync with your devices!" : "Alŝutu iom da enhavo aŭ sinkronigu kun viaj aparatoj!",
    "No entries found in this folder" : "Neniu enigo troviĝis en ĉi tiu dosierujo",
    "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.",
    "No favorites" : "Neniu pliŝato",
    "Files and folders you mark as favorite will show up here" : "Dosieroj kaj dosierujoj, kiujn vi markas, kiel pliŝatoj, aperos ĉi tie",
    "Text file" : "Tekstodosiero",
    "New text file.txt" : "Nova tekstodosiero.txt",
    "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",
    "The target folder has been moved or deleted." : "La cela dosierujo moviĝis aŭ foriĝis.",
    "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.",
    "Could not get result from server." : "Ne povis ekhaviĝi rezulto el la servilo.",
    "{newname} already exists" : "{newname} jam ekzistas",
    "A file or folder has been <strong>changed</strong>" : "Dosiero aŭ dosierujo <strong>ŝanĝiĝis</strong>"
},
"nplurals=2; plural=(n != 1);");