sk_SK.js 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "Storage not available" : "Úložisko nie je dostupné",
  5. "Storage invalid" : "Úložisko nie je platné",
  6. "Unknown error" : "Neznáma chyba",
  7. "Unable to set upload directory." : "Nemožno nastaviť priečinok pre nahrané súbory.",
  8. "Invalid Token" : "Neplatný token",
  9. "No file was uploaded. Unknown error" : "Žiaden súbor nebol nahraný. Neznáma chyba",
  10. "There is no error, the file uploaded with success" : "Nenastala žiadna chyba, súbor bol úspešne nahraný",
  11. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Nahraný súbor prekročil limit nastavený v upload_max_filesize v súbore php.ini:",
  12. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára.",
  13. "The uploaded file was only partially uploaded" : "Ukladaný súbor sa nahral len čiastočne",
  14. "No file was uploaded" : "Žiadny súbor nebol uložený",
  15. "Missing a temporary folder" : "Chýba dočasný priečinok",
  16. "Failed to write to disk" : "Zápis na disk sa nepodaril",
  17. "Not enough storage available" : "Nedostatok dostupného úložného priestoru",
  18. "The target folder has been moved or deleted." : "Cieľový priečinok bol premiestnený alebo odstránený.",
  19. "Upload failed. Could not find uploaded file" : "Nahrávanie zlyhalo. Nepodarilo sa nájsť nahrávaný súbor",
  20. "Upload failed. Could not get file info." : "Nahrávanie zlyhalo. Nepodarilo sa získať informácie o súbore.",
  21. "Invalid directory." : "Neplatný priečinok.",
  22. "Files" : "Súbory",
  23. "All files" : "Všetky súbory",
  24. "Home" : "Domov",
  25. "Close" : "Zavrieť",
  26. "Favorites" : "Obľúbené",
  27. "Upload cancelled." : "Odosielanie je zrušené.",
  28. "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nemožno nahrať súbor {filename}, pretože je to priečinok, alebo má 0 bitov",
  29. "Total file size {size1} exceeds upload limit {size2}" : "Celková veľkosť súboru {size1} prekračuje upload limit {size2}",
  30. "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}",
  31. "Could not get result from server." : "Nepodarilo sa dostať výsledky zo servera.",
  32. "Uploading..." : "Nahrávam...",
  33. "..." : "...",
  34. "File upload is in progress. Leaving the page now will cancel the upload." : "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.",
  35. "Actions" : "Akcie",
  36. "Download" : "Sťahovanie",
  37. "Rename" : "Premenovať",
  38. "Delete" : "Zmazať",
  39. "Disconnect storage" : "Odpojiť úložisko",
  40. "Unshare" : "Zrušiť zdieľanie",
  41. "Details" : "Podrobnosti",
  42. "Select" : "Vybrať",
  43. "Pending" : "Čaká",
  44. "Unable to determine date" : "Nemožno určiť dátum",
  45. "This operation is forbidden" : "Táto operácia je zakázaná",
  46. "This directory is unavailable, please check the logs or contact the administrator" : "Priečinok je nedostupný, skontrolujte prosím logy, alebo kontaktujte správcu",
  47. "No entries in this folder match '{filter}'" : "V tomto priečinku nič nezodpovedá '{filter}'",
  48. "Name" : "Názov",
  49. "Size" : "Veľkosť",
  50. "Modified" : "Upravené",
  51. "_%n folder_::_%n folders_" : ["%n priečinok","%n priečinky","%n priečinkov"],
  52. "_%n file_::_%n files_" : ["%n súbor","%n súbory","%n súborov"],
  53. "{dirs} and {files}" : "{dirs} a {files}",
  54. "You don’t have permission to upload or create files here" : "Nemáte oprávnenie sem nahrávať alebo vytvoriť súbory",
  55. "_Uploading %n file_::_Uploading %n files_" : ["Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov"],
  56. "New" : "Nový",
  57. "\"{name}\" is an invalid file name." : "\"{name}\" je neplatné meno súboru.",
  58. "File name cannot be empty." : "Meno súboru nemôže byť prázdne",
  59. "Storage of {owner} is full, files can not be updated or synced anymore!" : "Úložisko používateľa {owner} je plné, súbory sa viac nedajú aktualizovať ani synchronizovať.",
  60. "Your storage is full, files can not be updated or synced anymore!" : "Vaše úložisko je plné. Súbory nemožno aktualizovať ani synchronizovať!",
  61. "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Úloisko používateľa {owner} je takmer plné ({usedSpacePercent}%)",
  62. "Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložisko je takmer plné ({usedSpacePercent}%)",
  63. "_matches '{filter}'_::_match '{filter}'_" : ["zodpovedá '{filter}'","zodpovedá '{filter}'","zodpovedá '{filter}'"],
  64. "Path" : "Cesta",
  65. "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtov"],
  66. "Favorited" : "Pridané k obľúbeným",
  67. "Favorite" : "Obľúbené",
  68. "Folder" : "Priečinok",
  69. "New folder" : "Nový priečinok",
  70. "{newname} already exists" : "{newname} už existuje",
  71. "Upload" : "Nahrať",
  72. "An error occurred while trying to update the tags" : "Pri pokuse o aktualizáciu štítkov došlo k chybe",
  73. "A new file or folder has been <strong>created</strong>" : "Nový súbor alebo priečinok bol <strong>vytvorený</strong>",
  74. "A file or folder has been <strong>changed</strong>" : "Súbor alebo priečinok bol <strong>zmenený</strong>",
  75. "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Obmedzte upozornenia na vytvorenie a zmeny na vaše <strong>obľúbené súbory</strong> <em>(Len streamy)</em>",
  76. "A file or folder has been <strong>deleted</strong>" : "Súbor alebo priečinok bol <strong>odstránený</strong>",
  77. "A file or folder has been <strong>restored</strong>" : "Súbor alebo priečinok bol <strong>obnovený</strong>",
  78. "You created %1$s" : "Vytvorili ste %1$s",
  79. "%2$s created %1$s" : "%2$s vytvoril %1$s",
  80. "%1$s was created in a public folder" : "%1$s vytvorený vo verejnom priečinku",
  81. "You changed %1$s" : "Zmenili ste %1$s",
  82. "%2$s changed %1$s" : "%2$s zmenil %1$s",
  83. "You deleted %1$s" : "Bol zmazaný %1$s",
  84. "%2$s deleted %1$s" : "%2$s zmazal %1$s",
  85. "You restored %1$s" : "Bol obnovený %1$s",
  86. "%2$s restored %1$s" : "%2$s obnovil %1$s",
  87. "Upload (max. %s)" : "Nahrať (max. %s)",
  88. "File handling" : "Nastavenie správania sa k súborom",
  89. "Maximum upload size" : "Maximálna veľkosť odosielaného súboru",
  90. "max. possible: " : "najväčšie možné:",
  91. "Save" : "Uložiť",
  92. "Settings" : "Nastavenia",
  93. "WebDAV" : "WebDAV",
  94. "No files in here" : "Nie sú tu žiadne súbory",
  95. "Upload some content or sync with your devices!" : "Nahrajte nejaký obsah alebo synchronizujte zo svojimi zariadeniami!",
  96. "No entries found in this folder" : "V tomto priečinku nebolo nič nájdené",
  97. "Select all" : "Vybrať všetko",
  98. "Upload too large" : "Nahrávanie je príliš veľké",
  99. "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.",
  100. "No favorites" : "Žiadne obľúbené",
  101. "Files and folders you mark as favorite will show up here" : "Súbory a priečinky označené ako obľúbené budú zobrazené tu",
  102. "Text file" : "Textový súbor",
  103. "New text file.txt" : "Nový text file.txt"
  104. },
  105. "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");