eo.js 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "File could not be found" : "Dosiero ne troveblas",
  5. "Move or copy" : "Movi aŭ kopii",
  6. "Download" : "Elŝuti",
  7. "Delete" : "Forigi",
  8. "Tags" : "Etikedoj",
  9. "Show list view" : "Montri listan vidon",
  10. "Show grid view" : "Montri kradan vidon",
  11. "Home" : "Hejmo",
  12. "Close" : "Fermi",
  13. "Could not create folder \"{dir}\"" : "Ne eblas krei dosierujon „{dir}“",
  14. "This will stop your current uploads." : "Tio haltigos viajn nunajn alŝutojn.",
  15. "Upload cancelled." : "La alŝuto nuliĝis.",
  16. "Processing files …" : "Traktado de dosieroj…",
  17. "…" : "… ",
  18. "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ne povis alŝuti {filename} ĉar ĝi estas dosierujo aŭ ĝi havas 0 bajtoj",
  19. "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",
  20. "Target folder \"{dir}\" does not exist any more" : "Cela dosierujo \"{dir}\" ne plu ekzistas",
  21. "Not enough free space" : "Ne sufiĉe libera spaco",
  22. "An unknown error has occurred" : "Nekonata eraro okazis",
  23. "Uploading …" : "Alŝutado…",
  24. "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} el {totalSize} ({bitrate})",
  25. "Uploading that item is not supported" : "Alŝuto de tiu elemento ne estas subtenata",
  26. "Target folder does not exist any more" : "La cela dosierujo ne plu ekzistas",
  27. "Error when assembling chunks, status code {status}" : "Eraro dum kunigo de pecoj, stata kodo {status}",
  28. "Actions" : "Agoj",
  29. "Rename" : "Alinomi",
  30. "Move" : "Movi",
  31. "Copy" : "Kopii",
  32. "Choose target folder" : "Elekti celan dosierujon",
  33. "Edit locally" : "Redakti loke",
  34. "Open" : "Malfermi",
  35. "Could not load info for file \"{file}\"" : "Informo pri dosiero „{file}“ ne legeblis",
  36. "Files" : "Dosieroj",
  37. "Details" : "Detaloj",
  38. "Pending" : "Pritraktotaj",
  39. "Unable to determine date" : "Ne eblas determini daton",
  40. "This operation is forbidden" : "Ĉi tiu operacio malpermesatas",
  41. "This directory is unavailable, please check the logs or contact the administrator" : "Ĉi tiu dosierujo maldisponeblas, bonvolu kontroli la protokolojn aŭ kontakti la administranton",
  42. "Storage is temporarily not available" : "Konservejo dumtempe ne disponeblas",
  43. "Could not move \"{file}\", target exists" : "Ne eblas movi la dosieron „{file}“, celo jam ekzistas",
  44. "Could not move \"{file}\"" : "Ne eblas movi la dosieron „{file}“",
  45. "copy" : "kopio",
  46. "Could not copy \"{file}\", target exists" : "Ne eblas kopii la dosieron „{file}“, celo jam ekzistas",
  47. "Could not copy \"{file}\"" : "Ne eblas kopii la dosieron „{file}“",
  48. "Copied {origin} inside {destination}" : "{origin} kopiita ene de {destination}",
  49. "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} kaj {nbfiles} aliaj dosieroj kopiitaj ene de {destination}",
  50. "{newName} already exists" : "{newName} jam ekzistas",
  51. "Could not rename \"{fileName}\", it does not exist any more" : "Ne eblis alinomi „{fileName}“, ĝi ne plu ekzistas",
  52. "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 alian nomon.",
  53. "Could not rename \"{fileName}\"" : "Ne eblis alinomi „{fileName}“",
  54. "Could not create file \"{file}\"" : "Ne eblas krei dosieron „{file}“",
  55. "Could not create file \"{file}\" because it already exists" : "Ne eblis krei dosieron „{file}“ ĉar ĝi jam ekzistas",
  56. "Could not create folder \"{dir}\" because it already exists" : "Ne eblas krei dosierujon „{dir}“ ĉar ĝi jam ekzistas",
  57. "Error deleting file \"{fileName}\"." : "Eraro dum forigo de dosiero „{fileName}“.",
  58. "No search results in other folders for {tag}{filter}{endtag}" : "Neniu serĉorezulto en aliaj dosierujoj pri {tag}{filter}{endtag}",
  59. "Name" : "Nomo",
  60. "Size" : "Grando",
  61. "Modified" : "Modifita",
  62. "_%n folder_::_%n folders_" : ["%n dosierujo","%n dosierujoj"],
  63. "_%n file_::_%n files_" : ["%n dosiero","%n dosieroj"],
  64. "{dirs} and {files}" : "{dirs} kaj {files}",
  65. "_including %n hidden_::_including %n hidden_" : ["inkluzive %n kaŝita","inkluzive %n kaŝita(j)"],
  66. "_Uploading %n file_::_Uploading %n files_" : ["Alŝutatas %n dosiero","Alŝutatas %n dosieroj"],
  67. "New" : "Nova",
  68. "Select file range" : "Elekti dosierintervalon",
  69. "{used}%" : "{used}%",
  70. "{used} of {quota} used" : "{used} uzataj el {quota}",
  71. "{used} used" : "{used} uzataj",
  72. "\"{name}\" is an invalid file name." : "„{name}“ estas nevalida dosiernomo.",
  73. "File name cannot be empty." : "Dosiernomo devas ne malpleni.",
  74. "\"/\" is not allowed inside a file name." : "Ne eblas uziĝi „/“ en dosiernomo.",
  75. "\"{name}\" is not an allowed filetype" : "„{name}“ ne estas permesita dosiertipo.",
  76. "View in folder" : "Vidi en dosierujo",
  77. "Path" : "Vojo",
  78. "_%n byte_::_%n bytes_" : ["%n bajto","%n bajtoj"],
  79. "Favorited" : "Pliŝatitaj",
  80. "Favorite" : "Pliŝatata",
  81. "New folder" : "Nova dosierujo",
  82. "Create new folder" : "Krei novan dosierujon",
  83. "Upload file" : "Alŝuti dosieron",
  84. "Recent" : "Lastaj ŝanĝoj",
  85. "Not favorited" : "Ne pliŝatitaj",
  86. "Remove from favorites" : "Malpliŝatigi",
  87. "Add to favorites" : "Pliŝatigi",
  88. "An error occurred while trying to update the tags" : "Okazis eraro dum provo ĝisdatigi la etikedojn",
  89. "Added to favorites" : "Aldonita al pliŝatataĵoj",
  90. "Removed from favorites" : "Forigita el pliŝataĵoj",
  91. "You added {file} to your favorites" : "Vi aldonis {file} al viaj pliŝataĵoj",
  92. "You removed {file} from your favorites" : "Vi forigis {file} el viaj pliŝataĵoj",
  93. "Favorites" : "Pliŝatataj",
  94. "File changes" : "Dosierŝanĝoj",
  95. "Created by {user}" : "Kreita de {user}",
  96. "Changed by {user}" : "Ŝanĝita de {user}",
  97. "Deleted by {user}" : "Forigita de {user}",
  98. "Restored by {user}" : "Restaŭrita de {user}",
  99. "Renamed by {user}" : "Alinomita de {user}",
  100. "Moved by {user}" : "Movita de {user}",
  101. "You created {file}" : "Vi kreis „{file}“",
  102. "You created an encrypted file in {file}" : "Vi kreis ĉifritan dosieron en {file}",
  103. "{user} created {file}" : "{user} kreis {file}",
  104. "{user} created an encrypted file in {file}" : "{user} kreis ĉifritan dosieron en {file}",
  105. "{file} was created in a public folder" : "{file} kreiĝis en publika dosierujo",
  106. "You changed {file}" : "Vi ŝanĝis {file}",
  107. "You changed an encrypted file in {file}" : "Vi ŝanĝis ĉifritan dosieron en {file}",
  108. "{user} changed {file}" : "{user} ŝanĝis {file}",
  109. "{user} changed an encrypted file in {file}" : "{user} ŝanĝis ĉifritan dosieron en {file}",
  110. "You deleted {file}" : "Vi forigis {file}",
  111. "You deleted an encrypted file in {file}" : "Vi forigis ĉifritan dosieron en {file}",
  112. "{user} deleted {file}" : "{user} forigis {file}",
  113. "{user} deleted an encrypted file in {file}" : "{user} forigis ĉifritan dosieron en {file}",
  114. "You restored {file}" : "Vi restaŭris {file}",
  115. "{user} restored {file}" : "{user} restaŭris {file}",
  116. "You renamed {oldfile} to {newfile}" : "Vi alinomis {oldfile} al {newfile}",
  117. "{user} renamed {oldfile} to {newfile}" : "{user} alinomis {oldfile} al {newfile}",
  118. "You moved {oldfile} to {newfile}" : "Vi movis {oldfile} al {newfile}",
  119. "{user} moved {oldfile} to {newfile}" : "{user} movis {oldfile} al {newfile}",
  120. "A file has been added to or removed from your <strong>favorites</strong>" : "Dosiero aldoniĝis aŭ foriĝis el viaj <strong>pliŝataĵoj</strong>",
  121. "A file or folder has been <strong>changed</strong>" : "Dosiero aŭ dosierujo <strong>ŝanĝiĝis</strong>",
  122. "Upload (max. %s)" : "Alŝuti (maks. %s)",
  123. "Accept" : "Akcepti",
  124. "Reject" : "Rifuzi",
  125. "in %s" : "en %s",
  126. "File Management" : "Dosieradministrado",
  127. "You don’t have permission to upload or create files here" : "Vi ne permesatas alŝuti aŭ krei dosierojn ĉi tie",
  128. "File name" : "Dosiernomo",
  129. "Folder name" : "Dosierujnomo",
  130. "Name cannot be empty" : "Nomo ne povas mapleni",
  131. "File not found" : "Netrovita dosiero",
  132. "Your storage is full, files can not be updated or synced anymore!" : "Via konservejo plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn!",
  133. "Create" : "Krei",
  134. "Change" : "Ŝanĝi",
  135. "New owner" : "Nova posedanto",
  136. "Unknown error" : "Nekonata eraro",
  137. "Choose {file}" : "Elekti {file}",
  138. "No files in here" : "Neniu dosiero ĉi tie",
  139. "Upload some content or sync with your devices!" : "Alŝutu iom da enhavo aŭ sinkronigu kun viaj aparatoj!",
  140. "Go back" : "Reveni",
  141. "Shared by link" : "Kunhavata per ligilo",
  142. "Shared" : "Kunhavigita",
  143. "Show hidden files" : "Montri kaŝitajn dosierojn",
  144. "Additional settings" : "Plia agordo",
  145. "WebDAV" : "WebDAV",
  146. "Copy to clipboard" : "Kopii tondejen",
  147. "Unable to change the favourite state of the file" : "Ne eblas ŝanĝi la staton pri pliŝatataĵo de la dosiero",
  148. "Error while loading the file data" : "Eraro dum ŝargo de la dosierdatumoj",
  149. "Creating file" : "Kreante dosieron",
  150. "Delete permanently" : "Forigi por ĉiam",
  151. "Cancel" : "Nuligi",
  152. "Copy to {target}" : "Kopii al {target}",
  153. "Move to {target}" : "Movi al {target}",
  154. "Open details" : "Montri detalojn",
  155. "Filename" : "Dosiernomo",
  156. "Templates" : "Ŝablonoj",
  157. "No favorites yet" : "Ankoraŭ neniu pliŝataĵo",
  158. "Files and folders you mark as favorite will show up here" : "Dosieroj kaj dosierujoj, kiujn vi markas kiel pliŝataĵoj, aperos ĉi tie",
  159. "All files" : "Ĉiuj dosieroj",
  160. "No entries found in this folder" : "Neniu enigo troviĝis en ĉi tiu dosierujo",
  161. "Select all" : "Elekti ĉion",
  162. "Upload too large" : "Alŝuto tro granda",
  163. "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.",
  164. "Text file" : "Tekstodosiero",
  165. "New text file.txt" : "Nova tekstodosiero.txt",
  166. "Copy direct link (only works for users who have access to this file/folder)" : "Kopii senperan ligilon (nur validas por uzantoj, kiuj povas aliri al tiu dosiero aŭ dosierujo)",
  167. "You can only favorite a single file or folder at a time" : "Vi povas samtempe pliŝatigi nur unu dosieron aŭ dosierujon",
  168. "\"remote user\"" : "„fora uzanto“",
  169. "Search users" : "Serĉi uzantojn",
  170. "Toggle grid view" : "Baskuligi kradan vidon",
  171. "Deleted files" : "Forigitaj dosieroj",
  172. "Shares" : "Kunhavigoj",
  173. "Shared with others" : "Kunhavata kun aliaj",
  174. "Shared with you" : "Kunhavata kun vi",
  175. "Deleted shares" : "Forigitaj kunhavigoj",
  176. "Choose" : "Elekti"
  177. },
  178. "nplurals=2; plural=(n != 1);");