sl.js 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Shared with you" : "V souporabi z vami",
  5. "Nothing shared with you yet" : "Datotek drugih uporabnikov še ni v souporabi",
  6. "Files and folders others share with you will show up here" : "Datoteke in mape, katerih souporabo z vami omogočijo drugi, bodo zbrane na tem mestu.",
  7. "Shared with others" : "V souporabi z drugimi",
  8. "Nothing shared yet" : "Souporabe datotek še niste omogočili",
  9. "Files and folders you share will show up here" : "Datoteke in mape, ki ste jih označili za souporabo z drugimi, bodo zbrane na tem mestu.",
  10. "Shared by link" : "V souporabi s povezavo",
  11. "No shared links" : "Ni povezav za souporabo",
  12. "Files and folders you share by link will show up here" : "Datoteke in mape, ki ste jih označili za souporabo po povezavi, bodo zbrane na tem mestu.",
  13. "Deleted shares" : "Izbrisana mesta souporabe",
  14. "No deleted shares" : "Ni izbrisanih povezav za souporabo.",
  15. "Shares you deleted will show up here" : "Izbrisana mesta souporabe prikazana na tem mestu.",
  16. "Pending shares" : "Predmeti za souporabo na čakanju",
  17. "No pending shares" : "Ni nobenega predmeta za souporabo na čakanju",
  18. "Shares you have received but not confirmed will show up here" : "To so mape in datoteke, ki ste jih že prejeli v souporabo, vendar ne tudi potrdili.",
  19. "Shares" : "‧ V Souporabi",
  20. "No shares" : "Ni še vpisanih mest souporabe",
  21. "Shares will show up here" : "Predmeti v souporabi bodo prikazani na tem mestu.",
  22. "Restore" : "Obnovi",
  23. "Restore share" : "Obnovi mesto souporabe",
  24. "Something happened. Unable to restore the share." : "Prišlo je do napake. Ni mogoče obnoviti mesta souporabe.",
  25. "Accept share" : "Sprejmi souporabo",
  26. "Something happened. Unable to accept the share." : "Prišlo je do napake. Ni mogoče sprejeti mesta souporabe.",
  27. "Reject share" : "Zavrni souporabo",
  28. "Something happened. Unable to reject the share." : "Prišlo je do napake. Ni mogoče zavrniti mesta souporabe.",
  29. "Waiting…" : "Čakanje na povezavo ...",
  30. "error" : "napaka",
  31. "finished" : "končano",
  32. "This will stop your current uploads." : "S tem bodo zaustavljena vsa pošiljanja v oblak.",
  33. "Move or copy" : "Premakni ali kopiraj",
  34. "Download" : "Prejmi",
  35. "Delete" : "Izbriši",
  36. "You can upload into this folder" : "V to mapo je dovoljeno pošiljati datoteke",
  37. "Terms of service" : "Pogoji uporabe storitve",
  38. "Show list view" : "Pokaži seznamski pogled",
  39. "Show grid view" : "Pokaži mrežni pogled",
  40. "No compatible server found at {remote}" : "Skladnega strežnika na {remote} ni mogoče najti",
  41. "Invalid server URL" : "Neveljaven naslov URL strežnika",
  42. "Failed to add the public link to your Nextcloud" : "Dodajanje javne povezave v oblak je spodletelo.",
  43. "No expiration date set" : "Datum preteka ni določen",
  44. "Shared by" : "Souporabo omogoča",
  45. "File shares" : "Datoteke v souporabi",
  46. "Downloaded via public link" : "Prejeto po javni povezavi",
  47. "Downloaded by {email}" : "Prejeto po {email}",
  48. "{file} downloaded via public link" : "Datoteka {file} je prejeta po javni povezavi",
  49. "{email} downloaded {file}" : "{email} prejme datoteko {file}",
  50. "Shared with group {group}" : "V souporabi skupine {group}",
  51. "Removed share for group {group}" : "Odstranjeno je mesto souporabe za skupino {group}",
  52. "{actor} shared with group {group}" : "{actor} omogoči souporabo s skupino {group}",
  53. "{actor} removed share for group {group}" : "{actor} odstrani možnost souporabe s skupine {group}",
  54. "Share for group {group} expired" : "Souporaba je za skupino {group} potekla",
  55. "You shared {file} with group {group}" : "Omogočite souporabo datoteke {file} s skupino {group}",
  56. "You removed group {group} from {file}" : "Odstranite skupino {group} z datoteke {file}",
  57. "{actor} shared {file} with group {group}" : "{actor} omogoči souporabo datoteke {file} s skupino {group}",
  58. "{actor} removed group {group} from {file}" : "{actor} odstrani skupino {group} z datoteke {file}",
  59. "Share for file {file} with group {group} expired" : "Souporaba datoteke {file} s skupino {group} je potekla",
  60. "Shared as public link" : "V souporabi z javno povezavo",
  61. "Removed public link" : "Javno povezava je odstranjena",
  62. "Public link expired" : "javna povezava je pretekla",
  63. "{actor} shared as public link" : "{actor} objavi mesto souporabe z javno povezavo",
  64. "{actor} removed public link" : "{actor} odstrani javno povezavo",
  65. "Public link of {actor} expired" : "Javna povezava, ki jo objavi {actor} je pretekla",
  66. "You shared {file} as public link" : "Omogočite souporabo datoteke {file} z javno povezavo",
  67. "You removed public link for {file}" : "Odstranite povezavo do datoteke {file}",
  68. "Public link expired for {file}" : "Preteče javna povezava do datoteke {file}",
  69. "{actor} shared {file} as public link" : "{actor} omogoči souporabo datoteke {file} z javno povezavo",
  70. "{actor} removed public link for {file}" : "{actor} odstrani javno povezavo do {file}",
  71. "Public link of {actor} for {file} expired" : "Javna povezava, ki jo omogoča {actor} za datoteko {file} je potekla",
  72. "{user} accepted the remote share" : "Uporabnik {user} potrdi oddaljeno souporabo",
  73. "{user} declined the remote share" : "{user} zavrne oddaljeno souporabo",
  74. "You received a new remote share {file} from {user}" : "{user} vam pošlje povezavo do oddaljenega mesta za datoteko {file}",
  75. "{user} accepted the remote share of {file}" : "Uporabnik {user} potrdi oddaljeno souporabo {file}",
  76. "{user} declined the remote share of {file}" : "{user} zavrne povezavo do oddaljenega mesta za datoteko {file}",
  77. "{user} unshared {file} from you" : "{user} vam onemogoči souporabo datoteke {file}.",
  78. "Shared with {user}" : "Shared with {user}",
  79. "Removed share for {user}" : "Prekinete souporab za uporabnika {user}.",
  80. "You removed yourself" : "Odstranite sami sebe",
  81. "{actor} removed themselves" : "{actor} se odstrani",
  82. "{actor} shared with {user}" : "{actor} omogoči souporabo z uporabnikom {user}",
  83. "{actor} removed share for {user}" : "{actor} prekine souporabo z uporabnikom {user}",
  84. "Shared by {actor}" : "Souporaba: {actor}",
  85. "{actor} removed share" : "{actor} odstrani mesto souporabe",
  86. "Share for {user} expired" : "Mesto souporabe je za uporabnika {user} poteklo",
  87. "Share expired" : "Dovoljenje souporabe je preteklo",
  88. "You shared {file} with {user}" : "Omogočite souporabo datoteke {file} z uporabnikom {user}",
  89. "You removed {user} from {file}" : "Uporabniku {user} prekinete dostop do datoteke {file}.",
  90. "You removed yourself from {file}" : "Sami sebe odstranite z datoteke {file}",
  91. "{actor} removed themselves from {file}" : "{actor} se odstrani z datoteke {file}",
  92. "{actor} shared {file} with {user}" : "{actor} omogoči souporabo datoteke {file} z uporabnikom {user}",
  93. "{actor} removed {user} from {file}" : "{actor} prekine souporabo datoteke {file} z uporabnikom {user}",
  94. "{actor} shared {file} with you" : "{actor} vam omogoči souporabo {file}",
  95. "{actor} removed you from the share named {file}" : "{actor} vas odstrani s souporabe datoteke {file}",
  96. "Share for file {file} with {user} expired" : "Souporaba datoteke {file} z uporabnikom {user} je potekla",
  97. "Share for file {file} expired" : "Souporaba datoteke {file} je potekla",
  98. "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Datoteko oziroma mapo v souporabi po elektronski pošti oziroma javni povezavi je uporabnik <strong>prejel na svoj krajevni disk</strong>",
  99. "A file or folder was shared from <strong>another server</strong>" : "Datoteka ali mapa je bila dodana v souporabo na <strong>drugem strežniku</strong>",
  100. "Files" : "Datoteke",
  101. "A file or folder has been <strong>shared</strong>" : "Za datoteko ali mapo je omogočena <strong>souporaba</strong>",
  102. "Shared link" : "Povezava do mesta souporabe",
  103. "Could not delete share" : "Mesta souporabe ni mogoče izbrisati",
  104. "Please specify a file or folder path" : "Določiti je treba datoteko ali pot do mape",
  105. "Wrong path, file/folder does not exist" : "Napačna pot; datoteka ali mapa ne obstaja",
  106. "Could not create share" : "Mesta souporabe ni mogoče ustvariti",
  107. "Invalid permissions" : "Neustrezna dovoljenja",
  108. "Please specify a valid user" : "Navesti je treba veljavnega uporabnika.",
  109. "Group sharing is disabled by the administrator" : "Skupinska souporaba je skrbniško onemogočena",
  110. "Please specify a valid group" : "Navesti je treba veljavno skupino",
  111. "Public link sharing is disabled by the administrator" : "Souporaba z uporabo javne povezave je skrbniško onemogočena",
  112. "Public upload disabled by the administrator" : "Javno pošiljanje v oblak je skrbniško onemogočeno",
  113. "Public upload is only possible for publicly shared folders" : "Javno pošiljanje v oblak je mogoče le za mape v javni skupni rabi.",
  114. "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Souporaba %s s pošiljanjem gesla prek programa Nextcloud Talk je spodletela, ker program Talk ni omogočen.",
  115. "Invalid date, date format must be YYYY-MM-DD" : "Neveljaven zapis časa; biti mora v zapisu YYYY-MM-DD",
  116. "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Souporaba %1$s je spodletela, ker ozadnji program ne omogoča souporabe prek vrste %2$s.",
  117. "Please specify a valid federated user ID" : "Navesti je treba veljaven ID zveznega uporabnika",
  118. "Please specify a valid federated group ID" : "Navesti je treba veljaven ID zvezne skupine",
  119. "You cannot share to a Circle if the app is not enabled" : "Ni mogoče odobriti souporabe s Krogom, če program ni omogočen",
  120. "Please specify a valid circle" : "Določite veljaven krog",
  121. "Sharing %s failed because the back end does not support room shares" : "Souporaba %s je spodletela, ker sistem ne dovoli souporabe znotraj posameznih sob",
  122. "Unknown share type" : "Neznana vrsta mesta souporabe",
  123. "Not a directory" : "Predmet ni mapa",
  124. "Could not lock node" : "Vozlišča ni mogoče zakleniti",
  125. "Could not lock path" : "Poti ni mogoče zakleniti",
  126. "Wrong or no update parameter given" : "Parameter posodobitve ni podan, ali pa je navedena napačna vrednost",
  127. "shared by %s" : "souporaba: %s",
  128. "Download all files" : "Prejmi vse datoteke",
  129. "Direct link" : "Neposredna povezava",
  130. "Add to your %s" : "Dodaj v %s",
  131. "Share API is disabled" : "Vmesnik API za souporabo je onemogočen",
  132. "File sharing" : "Souporaba datotek",
  133. "Share will expire tomorrow" : "Souporaba bo jutri pretekla",
  134. "One or more of your shares will expire tomorrow" : "Eno ali več mest souporabe bo jutri poteklo",
  135. "Your share of {node} will expire tomorrow" : "Suporaba vozlišča {node} bo jutri pretekla.",
  136. "You received {share} as a share by {user}" : "{user} vam omogoča souporabo {share}",
  137. "You received {share} to group {group} as a share by {user}" : "{user} vam omogoča souporabo {share} prek skupine {group}",
  138. "Accept" : "Sprejmi",
  139. "Reject" : "Zavrni",
  140. "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Program omogoča uporabnikom souporabo in izmenjavo datotek v oblaku Nextcloud. Izbrana možnost omogoča skrbnikom izbor skupin, ki imajo dovoljenja za omogočanje souporabe znotraj oblaka. Če je omogočena tudi možnost souporabe prek povezave, je na voljo tudi zunanja povezava za zunanje uporabnike. Skrbniki lahko omogočijo tudi gesla, pretek povezave in objavljanje prek mobilnih naprav.\nOnemogočanje storitve odstrani vse datoteke in mape v souporabi, prav tako programe za usklajevanje in mobilne naprave. Več podrobnosti je na voljo v dokumentaciji Nextcloud.",
  141. "Sharing" : "Souporaba",
  142. "Accept user and group shares by default" : "Privzeto sprejmi uporabniško in skupinsko souporabo predmetov",
  143. "Error while toggling options" : "Prišlo je do napake med preklapljanjem možnosti",
  144. "Reset" : "Ponastavi",
  145. "Invalid path selected" : "Izbrana je neveljavna pot",
  146. "Unknown error" : "Neznana napaka",
  147. "Allow editing" : "Dovoli urejanje",
  148. "Read only" : "Le za branje",
  149. "Allow upload and editing" : "Dovoli pošiljanje in urejanje",
  150. "File drop (upload only)" : "Povleci datoteke (samo nalaganje)",
  151. "Read" : "Branje",
  152. "Upload" : "Pošlji",
  153. "Edit" : "Uredi",
  154. "Allow creating" : "Dovoli ustvarjanje",
  155. "Allow deleting" : "Dovoli brisanje",
  156. "Allow resharing" : "Dovoli nadaljnje omogočanje souporabe",
  157. "Expiration date enforced" : "Datum preteka je vsiljeno omogočen",
  158. "Set expiration date" : "Nastavi datum preteka",
  159. "Enter a date" : "Vpis datuma ...",
  160. "Note to recipient" : "Sporočilo za prejemnika",
  161. "Unshare" : "Prekini souporabo",
  162. "group" : "skupina",
  163. "conversation" : "pogovor",
  164. "remote" : "oddaljeno",
  165. "remote group" : "oddaljena skupina",
  166. "guest" : "gost",
  167. "Shared with the group {user} by {owner}" : "{owner} omogoči souporabo s člani skupine {user}",
  168. "Shared with the conversation {user} by {owner}" : "{owner} omogoči souporabo z udeleženci pogovora",
  169. "Shared with {user} by {owner}" : "Souporabo z {user} omogoča {owner}",
  170. "Added by {initiator}" : "Dodano: {initiator}",
  171. "Via “{folder}”" : "Prek mape »{folder}«",
  172. "Internal link" : "Notranja povezava",
  173. "Cannot copy, please copy the link manually" : "Povezave ni mogoče kopirati. Storite to ročno.",
  174. "Copy to clipboard" : "Kopiraj v odložišče",
  175. "Only works for users with access to this folder" : "Možnost deluje le za uporabnike, ki imajo dostop do te mape",
  176. "Only works for users with access to this file" : "Deluje le za uporabnike z dostopom do te datoteke",
  177. "Link copied" : "Povezava je kopirana",
  178. "Please enter the following required information before creating the share" : "Vpisati je treba nekatere podrobnosti, preden je mogoče ustvariti mesto souporabe",
  179. "Password protection (enforced)" : "Zaščita z geslom (vsiljena)",
  180. "Password protection" : "Zaščita z geslom",
  181. "Enter a password" : "Vpis gesla",
  182. "Expiration date (enforced)" : "Datum preteka (vsiljeno)",
  183. "Create share" : "Ustvari predmet souporabe",
  184. "Cancel" : "Prekliči",
  185. "Share label" : "Naziv mesta souporabe",
  186. "Hide download" : "Skrij prejem",
  187. "Password protect" : "Zaščiti z geslom",
  188. "Video verification" : "Video overitev",
  189. "Enter a note for the share recipient" : "Vpišite opombo za prejemnika",
  190. "Add another link" : "Dodaj novo povezavo",
  191. "Create a new share link" : "Ustvari novo povezavo za souporabo",
  192. "Shared via link by {initiator}" : "{initiator} omogoči souporabo prek povezave",
  193. "Mail share ({label})" : "Souporaba prek elektronske pošte ({label})",
  194. "Share link ({label})" : "Souporaba povezave ({label})",
  195. "Share link" : "Povezava za souporabo",
  196. "Error, please enter proper password and/or expiration date" : "Napaka. Vpisati je treba pravo geslo ali datum preteka",
  197. "No recommendations. Start typing." : "Ni priporočil; začnite vpisovati",
  198. "Resharing is not allowed" : "Nadaljnja souporaba ni dovoljena",
  199. "Name or email …" : "Ime ali elektronski naslov ...",
  200. "Name, email, or Federated Cloud ID …" : "Ime, elektronski naslov, ali ID zveznega oblaka ...",
  201. "Searching …" : "Poteka iskanje ...",
  202. "No elements found." : "Ni najdenih predmetov",
  203. "Search globally" : "Splošno iskanje",
  204. "on {server}" : "na strežniku {server}",
  205. "Others with access" : "Drugi z dostopom",
  206. "No other users with access found" : "Ni najdenih drugih uporabnikov z dostopom",
  207. "Toggle list of others with access to this directory" : "Preklopi seznam drugih z dostopom do te mape",
  208. "Toggle list of others with access to this file" : "Preklopi seznam drugih z dostopom do te datoteke",
  209. "Unable to fetch inherited shares" : "Ni mogoče pridobiti podedovanih mest souporabe",
  210. "Unable to load the shares list" : "Ni mogoče naložiti seznama predmetov v souporabi",
  211. "Expires {relativetime}" : "Preteče {relativetime}",
  212. "this share just expired." : "to mesto souporabe je ravnokar preteklo.",
  213. "Shared with you by {owner}" : "Souporabo omogoča {owner}",
  214. "Link to a file" : "Povezava do datoteke",
  215. "Error creating the share: {errorMessage}" : "Napaka pri ustvarjanju mesta souporabe: {errorMessage}",
  216. "Error creating the share" : "Napaka ustvarjanja mesta souporabe",
  217. "Error updating the share: {errorMessage}" : "Napaka pri posodabljanju mesta souporabe: {errorMessage}",
  218. "Error updating the share" : "Napaka posodabljanja mesta souporabe",
  219. "Shared" : "V souporabi",
  220. "Share" : "Souporaba",
  221. "Shared with" : "V skupni rabi z uporabnikom",
  222. "Shared with you and the group {group} by {owner}" : "{user} omogoča vam in skupini {group} souporabo",
  223. "Shared with you and {circle} by {owner}" : "{owner} omogoči souporabo vam in članom kroga {circle}.",
  224. "Shared with you and the conversation {conversation} by {owner}" : "{owner} omogoči souporabo vam in udeležencem pogovora {conversation}.",
  225. "Shared with you in a conversation by {owner}" : "{owner} vam omogoči souporabo v pogovoru.",
  226. "No entries found in this folder" : "V tej mapi ni najdenih predmetov.",
  227. "Name" : "Ime",
  228. "Share time" : "Čas souporabe",
  229. "Expiration date" : "Datum preteka",
  230. "Reasons might be:" : "Vzrok je lahko:",
  231. "the item was removed" : "predmet je odstranjen,",
  232. "the link expired" : "povezava je pretekla",
  233. "sharing is disabled" : "souporaba je onemogočena.",
  234. "For more info, please ask the person who sent this link." : "Za več podrobnosti stopite v stik s pošiljateljem te povezave.",
  235. "Share note" : "Omogoči souporabo zabeležke",
  236. "Upload files to %s" : "Pošlji datoteke v račun %s",
  237. "Note" : "Opomba",
  238. "Select or drop files" : "Izberte ali povlecite datoteke",
  239. "Uploading files" : "Pošiljanje datotek",
  240. "Uploaded files:" : "Poslane datoteke:",
  241. "By uploading files, you agree to the %1$sterms of service%2$s." : "S pošiljanjem datotek v oblak sprejemate tudi %1$spogoje uporabe storitve%2$s.",
  242. "Add to your Nextcloud" : "Dodaj v oblak Nextcloud",
  243. "Wrong share ID, share doesn't exist" : "Napačen ID mesta uporabe; mesto ne obstaja!",
  244. "Wrong path, file/folder doesn't exist" : "Napačna pot; datoteka ali mapa ne obstaja",
  245. "Cannot change permissions for public share links" : "Za javne povezave souporabe spreminjanje dovoljenj ni mogoče.",
  246. "Sorry, this link doesn’t seem to work anymore." : "Povezava očitno ni več v uporabi.",
  247. "Toggle grid view" : "Preklopi mrežni pogled"
  248. },
  249. "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");