@sync-in/server 1.8.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (611) hide show
  1. package/CHANGELOG.md +64 -10
  2. package/environment/environment.dist.yaml +29 -26
  3. package/package.json +18 -17
  4. package/server/app.bootstrap.js +4 -2
  5. package/server/app.bootstrap.js.map +1 -1
  6. package/server/app.constants.js +9 -0
  7. package/server/app.constants.js.map +1 -1
  8. package/server/app.module.js +4 -0
  9. package/server/app.module.js.map +1 -1
  10. package/server/applications/admin/admin.module.js +6 -1
  11. package/server/applications/admin/admin.module.js.map +1 -1
  12. package/server/applications/{notifications/interfaces/user-mail-notification.js → admin/interfaces/check-update.interfaces.js} +1 -1
  13. package/server/applications/admin/interfaces/check-update.interfaces.js.map +1 -0
  14. package/server/applications/admin/services/admin-scheduler.service.js +53 -0
  15. package/server/applications/admin/services/admin-scheduler.service.js.map +1 -0
  16. package/server/applications/admin/services/admin.service.js +102 -0
  17. package/server/applications/admin/services/admin.service.js.map +1 -0
  18. package/server/applications/admin/services/admin.service.spec.js +46 -0
  19. package/server/applications/admin/services/admin.service.spec.js.map +1 -0
  20. package/server/applications/admin/utils/check-update.js +28 -0
  21. package/server/applications/admin/utils/check-update.js.map +1 -0
  22. package/server/applications/comments/services/comments-manager.service.js +1 -1
  23. package/server/applications/comments/services/comments-manager.service.js.map +1 -1
  24. package/server/applications/comments/services/comments-manager.service.spec.js +1 -1
  25. package/server/applications/comments/services/comments-manager.service.spec.js.map +1 -1
  26. package/server/applications/comments/services/comments-queries.service.js.map +1 -1
  27. package/server/applications/files/constants/cache.js +10 -1
  28. package/server/applications/files/constants/cache.js.map +1 -1
  29. package/server/applications/files/constants/only-office.js +0 -25
  30. package/server/applications/files/constants/only-office.js.map +1 -1
  31. package/server/applications/files/constants/operations.js +20 -3
  32. package/server/applications/files/constants/operations.js.map +1 -1
  33. package/server/applications/files/dto/file-operations.dto.js +7 -0
  34. package/server/applications/files/dto/file-operations.dto.js.map +1 -1
  35. package/server/applications/files/files-only-office.controller.js +3 -2
  36. package/server/applications/files/files-only-office.controller.js.map +1 -1
  37. package/server/applications/files/files-only-office.controller.spec.js +6 -5
  38. package/server/applications/files/files-only-office.controller.spec.js.map +1 -1
  39. package/server/applications/files/files.controller.js +100 -12
  40. package/server/applications/files/files.controller.js.map +1 -1
  41. package/server/applications/files/files.controller.spec.js +29 -8
  42. package/server/applications/files/files.controller.spec.js.map +1 -1
  43. package/server/applications/files/guards/files-only-office.guard.js +6 -0
  44. package/server/applications/files/guards/files-only-office.guard.js.map +1 -1
  45. package/server/applications/files/interfaces/file-db-props.interface.js.map +1 -1
  46. package/server/applications/files/interfaces/file-props.interface.js.map +1 -1
  47. package/server/applications/files/interfaces/only-office-config.interface.js.map +1 -1
  48. package/server/applications/files/services/files-content-manager.service.js +3 -3
  49. package/server/applications/files/services/files-content-manager.service.js.map +1 -1
  50. package/server/applications/files/services/files-lock-manager.service.js +61 -22
  51. package/server/applications/files/services/files-lock-manager.service.js.map +1 -1
  52. package/server/applications/files/services/files-manager.service.js +122 -24
  53. package/server/applications/files/services/files-manager.service.js.map +1 -1
  54. package/server/applications/files/services/files-manager.service.spec.js +15 -0
  55. package/server/applications/files/services/files-manager.service.spec.js.map +1 -1
  56. package/server/applications/files/services/files-methods.service.js +39 -14
  57. package/server/applications/files/services/files-methods.service.js.map +1 -1
  58. package/server/applications/files/services/files-only-office-manager.service.js +12 -12
  59. package/server/applications/files/services/files-only-office-manager.service.js.map +1 -1
  60. package/server/applications/files/services/files-parser.service.js +1 -1
  61. package/server/applications/files/services/files-parser.service.js.map +1 -1
  62. package/server/applications/files/services/files-queries.service.js +10 -0
  63. package/server/applications/files/services/files-queries.service.js.map +1 -1
  64. package/server/applications/files/utils/doc-textify/adapters/pdf.js +5 -16
  65. package/server/applications/files/utils/doc-textify/adapters/pdf.js.map +1 -1
  66. package/server/applications/files/utils/files.js +1 -1
  67. package/server/applications/files/utils/files.js.map +1 -1
  68. package/server/applications/files/utils/send-file.js +3 -2
  69. package/server/applications/files/utils/send-file.js.map +1 -1
  70. package/server/applications/links/services/links-queries.service.js +1 -1
  71. package/server/applications/links/services/links-queries.service.js.map +1 -1
  72. package/server/applications/notifications/constants/notifications.js +5 -1
  73. package/server/applications/notifications/constants/notifications.js.map +1 -1
  74. package/server/applications/notifications/i18n/de.js +8 -2
  75. package/server/applications/notifications/i18n/de.js.map +1 -1
  76. package/server/applications/notifications/i18n/es.js +8 -2
  77. package/server/applications/notifications/i18n/es.js.map +1 -1
  78. package/server/applications/notifications/i18n/fr.js +8 -2
  79. package/server/applications/notifications/i18n/fr.js.map +1 -1
  80. package/server/applications/notifications/i18n/hi.js +8 -2
  81. package/server/applications/notifications/i18n/hi.js.map +1 -1
  82. package/server/applications/notifications/i18n/it.js +8 -2
  83. package/server/applications/notifications/i18n/it.js.map +1 -1
  84. package/server/applications/notifications/i18n/ja.js +8 -2
  85. package/server/applications/notifications/i18n/ja.js.map +1 -1
  86. package/server/applications/notifications/i18n/ko.js +8 -2
  87. package/server/applications/notifications/i18n/ko.js.map +1 -1
  88. package/server/applications/notifications/i18n/pl.js +8 -2
  89. package/server/applications/notifications/i18n/pl.js.map +1 -1
  90. package/server/applications/notifications/i18n/pt.js +8 -2
  91. package/server/applications/notifications/i18n/pt.js.map +1 -1
  92. package/server/applications/notifications/i18n/pt_br.js +8 -2
  93. package/server/applications/notifications/i18n/pt_br.js.map +1 -1
  94. package/server/applications/notifications/i18n/ru.js +8 -2
  95. package/server/applications/notifications/i18n/ru.js.map +1 -1
  96. package/server/applications/notifications/i18n/tr.js +8 -2
  97. package/server/applications/notifications/i18n/tr.js.map +1 -1
  98. package/server/applications/notifications/i18n/zh.js +8 -2
  99. package/server/applications/notifications/i18n/zh.js.map +1 -1
  100. package/server/applications/notifications/interfaces/notification-properties.interface.js.map +1 -1
  101. package/server/applications/notifications/interfaces/user-mail-notification.interface.js +10 -0
  102. package/server/applications/notifications/interfaces/user-mail-notification.interface.js.map +1 -0
  103. package/server/applications/notifications/mails/models.js +38 -3
  104. package/server/applications/notifications/mails/models.js.map +1 -1
  105. package/server/applications/notifications/mails/templates.js +1 -1
  106. package/server/applications/notifications/mails/templates.js.map +1 -1
  107. package/server/applications/notifications/services/notifications-manager.service.js +8 -1
  108. package/server/applications/notifications/services/notifications-manager.service.js.map +1 -1
  109. package/server/applications/notifications/services/notifications-queries.service.js.map +1 -1
  110. package/server/applications/shares/services/shares-manager.service.js +17 -10
  111. package/server/applications/shares/services/shares-manager.service.js.map +1 -1
  112. package/server/applications/shares/services/shares-manager.service.spec.js +10 -3
  113. package/server/applications/shares/services/shares-manager.service.spec.js.map +1 -1
  114. package/server/applications/shares/services/shares-queries.service.js +11 -1
  115. package/server/applications/shares/services/shares-queries.service.js.map +1 -1
  116. package/server/applications/spaces/guards/space.guard.spec.js +2 -2
  117. package/server/applications/spaces/guards/space.guard.spec.js.map +1 -1
  118. package/server/applications/spaces/services/spaces-browser.service.js +31 -11
  119. package/server/applications/spaces/services/spaces-browser.service.js.map +1 -1
  120. package/server/applications/spaces/services/spaces-manager.service.js +2 -2
  121. package/server/applications/spaces/services/spaces-manager.service.js.map +1 -1
  122. package/server/applications/spaces/services/spaces-queries.service.js +6 -2
  123. package/server/applications/spaces/services/spaces-queries.service.js.map +1 -1
  124. package/server/applications/spaces/utils/permissions.js +2 -2
  125. package/server/applications/spaces/utils/permissions.js.map +1 -1
  126. package/server/applications/sync/services/sync-manager.service.js +1 -0
  127. package/server/applications/sync/services/sync-manager.service.js.map +1 -1
  128. package/server/applications/sync/services/sync-paths-manager.service.js +1 -1
  129. package/server/applications/sync/services/sync-paths-manager.service.js.map +1 -1
  130. package/server/applications/sync/services/sync-paths-manager.service.spec.js +1 -1
  131. package/server/applications/sync/services/sync-paths-manager.service.spec.js.map +1 -1
  132. package/server/applications/users/constants/user.js +1 -1
  133. package/server/applications/users/constants/user.js.map +1 -1
  134. package/server/applications/users/services/admin-users-queries.service.js +8 -0
  135. package/server/applications/users/services/admin-users-queries.service.js.map +1 -1
  136. package/server/applications/users/services/users-manager.service.js +1 -2
  137. package/server/applications/users/services/users-manager.service.js.map +1 -1
  138. package/server/applications/users/services/users-queries.service.js +67 -68
  139. package/server/applications/users/services/users-queries.service.js.map +1 -1
  140. package/server/applications/users/users.gateway.js +6 -0
  141. package/server/applications/users/users.gateway.js.map +1 -1
  142. package/server/applications/users/users.module.js +2 -1
  143. package/server/applications/users/users.module.js.map +1 -1
  144. package/server/applications/webdav/guards/webdav-protocol.guard.js +4 -4
  145. package/server/applications/webdav/guards/webdav-protocol.guard.js.map +1 -1
  146. package/server/applications/webdav/guards/webdav-protocol.guard.spec.js +6 -6
  147. package/server/applications/webdav/guards/webdav-protocol.guard.spec.js.map +1 -1
  148. package/server/applications/webdav/services/webdav-methods.service.js +3 -2
  149. package/server/applications/webdav/services/webdav-methods.service.js.map +1 -1
  150. package/server/applications/webdav/services/webdav-methods.service.spec.js +2 -2
  151. package/server/applications/webdav/services/webdav-methods.service.spec.js.map +1 -1
  152. package/server/authentication/constants/auth-ldap.js +2 -0
  153. package/server/authentication/constants/auth-ldap.js.map +1 -1
  154. package/server/authentication/services/auth-methods/auth-method-ldap.service.js +34 -21
  155. package/server/authentication/services/auth-methods/auth-method-ldap.service.js.map +1 -1
  156. package/server/common/functions.js +0 -8
  157. package/server/common/functions.js.map +1 -1
  158. package/server/common/image.js +63 -58
  159. package/server/common/image.js.map +1 -1
  160. package/server/common/shared.js +18 -1
  161. package/server/common/shared.js.map +1 -1
  162. package/server/infrastructure/context/services/context-manager.service.js +3 -0
  163. package/server/infrastructure/context/services/context-manager.service.js.map +1 -1
  164. package/server/infrastructure/websocket/adapters/cluster.adapter.js +4 -4
  165. package/server/infrastructure/websocket/adapters/cluster.adapter.js.map +1 -1
  166. package/static/3rdpartylicenses.txt +1380 -57
  167. package/static/assets/favicon.svg +2 -25
  168. package/static/assets/logo-dark.svg +2 -32
  169. package/static/assets/logo.svg +2 -32
  170. package/static/assets/mimes/application-sql.svg +29 -1
  171. package/static/assets/mimes/application-x-sql.svg +29 -0
  172. package/static/assets/mimes/image-bmp.svg +12 -0
  173. package/static/assets/pdfjs/build/pdf.mjs +4869 -4454
  174. package/static/assets/pdfjs/build/pdf.mjs.map +1 -1
  175. package/static/assets/pdfjs/build/pdf.sandbox.mjs +3 -3
  176. package/static/assets/pdfjs/build/pdf.sandbox.mjs.map +1 -1
  177. package/static/assets/pdfjs/build/pdf.worker.mjs +885 -596
  178. package/static/assets/pdfjs/build/pdf.worker.mjs.map +1 -1
  179. package/static/assets/pdfjs/version +1 -1
  180. package/static/assets/pdfjs/web/locale/be/viewer.ftl +40 -0
  181. package/static/assets/pdfjs/web/locale/bg/viewer.ftl +2 -0
  182. package/static/assets/pdfjs/web/locale/cs/viewer.ftl +41 -0
  183. package/static/assets/pdfjs/web/locale/cy/viewer.ftl +43 -0
  184. package/static/assets/pdfjs/web/locale/da/viewer.ftl +39 -0
  185. package/static/assets/pdfjs/web/locale/de/viewer.ftl +41 -0
  186. package/static/assets/pdfjs/web/locale/dsb/viewer.ftl +43 -0
  187. package/static/assets/pdfjs/web/locale/el/viewer.ftl +39 -0
  188. package/static/assets/pdfjs/web/locale/en-CA/viewer.ftl +35 -0
  189. package/static/assets/pdfjs/web/locale/en-GB/viewer.ftl +41 -0
  190. package/static/assets/pdfjs/web/locale/en-US/viewer.ftl +2 -2
  191. package/static/assets/pdfjs/web/locale/eo/viewer.ftl +39 -0
  192. package/static/assets/pdfjs/web/locale/es-AR/viewer.ftl +41 -0
  193. package/static/assets/pdfjs/web/locale/es-CL/viewer.ftl +39 -0
  194. package/static/assets/pdfjs/web/locale/es-ES/viewer.ftl +72 -0
  195. package/static/assets/pdfjs/web/locale/es-MX/viewer.ftl +120 -0
  196. package/static/assets/pdfjs/web/locale/eu/viewer.ftl +41 -0
  197. package/static/assets/pdfjs/web/locale/fi/viewer.ftl +41 -0
  198. package/static/assets/pdfjs/web/locale/fr/viewer.ftl +41 -0
  199. package/static/assets/pdfjs/web/locale/fur/viewer.ftl +77 -0
  200. package/static/assets/pdfjs/web/locale/fy-NL/viewer.ftl +41 -0
  201. package/static/assets/pdfjs/web/locale/gn/viewer.ftl +39 -0
  202. package/static/assets/pdfjs/web/locale/he/viewer.ftl +41 -0
  203. package/static/assets/pdfjs/web/locale/hsb/viewer.ftl +43 -0
  204. package/static/assets/pdfjs/web/locale/hu/viewer.ftl +41 -0
  205. package/static/assets/pdfjs/web/locale/hy-AM/viewer.ftl +1 -1
  206. package/static/assets/pdfjs/web/locale/ia/viewer.ftl +41 -0
  207. package/static/assets/pdfjs/web/locale/it/viewer.ftl +41 -0
  208. package/static/assets/pdfjs/web/locale/ja/viewer.ftl +32 -0
  209. package/static/assets/pdfjs/web/locale/ka/viewer.ftl +41 -0
  210. package/static/assets/pdfjs/web/locale/kab/viewer.ftl +73 -0
  211. package/static/assets/pdfjs/web/locale/kk/viewer.ftl +21 -0
  212. package/static/assets/pdfjs/web/locale/ko/viewer.ftl +38 -1
  213. package/static/assets/pdfjs/web/locale/nb-NO/viewer.ftl +39 -0
  214. package/static/assets/pdfjs/web/locale/nl/viewer.ftl +41 -0
  215. package/static/assets/pdfjs/web/locale/nn-NO/viewer.ftl +37 -0
  216. package/static/assets/pdfjs/web/locale/pa-IN/viewer.ftl +37 -0
  217. package/static/assets/pdfjs/web/locale/pl/viewer.ftl +39 -0
  218. package/static/assets/pdfjs/web/locale/pt-BR/viewer.ftl +39 -0
  219. package/static/assets/pdfjs/web/locale/rm/viewer.ftl +73 -0
  220. package/static/assets/pdfjs/web/locale/ro/viewer.ftl +41 -0
  221. package/static/assets/pdfjs/web/locale/ru/viewer.ftl +42 -0
  222. package/static/assets/pdfjs/web/locale/sc/viewer.ftl +6 -0
  223. package/static/assets/pdfjs/web/locale/sk/viewer.ftl +43 -0
  224. package/static/assets/pdfjs/web/locale/sl/viewer.ftl +42 -1
  225. package/static/assets/pdfjs/web/locale/sq/viewer.ftl +77 -0
  226. package/static/assets/pdfjs/web/locale/sv-SE/viewer.ftl +41 -0
  227. package/static/assets/pdfjs/web/locale/tg/viewer.ftl +39 -0
  228. package/static/assets/pdfjs/web/locale/th/viewer.ftl +35 -0
  229. package/static/assets/pdfjs/web/locale/tr/viewer.ftl +39 -0
  230. package/static/assets/pdfjs/web/locale/vi/viewer.ftl +42 -5
  231. package/static/assets/pdfjs/web/locale/zh-CN/viewer.ftl +35 -0
  232. package/static/assets/pdfjs/web/locale/zh-TW/viewer.ftl +37 -0
  233. package/static/assets/pdfjs/web/viewer.css +141 -110
  234. package/static/assets/pdfjs/web/viewer.html +7 -7
  235. package/static/assets/pdfjs/web/viewer.mjs +97 -14
  236. package/static/assets/pdfjs/web/viewer.mjs.map +1 -1
  237. package/static/chunk-22DWHRCL.js +1 -0
  238. package/static/chunk-23UUFZSR.js +1 -0
  239. package/static/{chunk-VM4YX6Q7.js → chunk-24Q7OUU2.js} +1 -1
  240. package/static/chunk-25QTY2GI.js +1 -0
  241. package/static/chunk-2E7IJZLL.js +1 -0
  242. package/static/chunk-2FC5EKS5.js +1 -0
  243. package/static/chunk-2FOWUJQF.js +1 -0
  244. package/static/chunk-2XPHUNYN.js +1 -0
  245. package/static/chunk-32L7RG2G.js +1 -0
  246. package/static/chunk-3IISSX63.js +1 -0
  247. package/static/chunk-3OHSTP3R.js +1 -0
  248. package/static/chunk-42L6C5MT.js +1 -0
  249. package/static/chunk-4AGQL5GV.js +1 -0
  250. package/static/chunk-4BPSQMI2.js +1 -0
  251. package/static/chunk-4FDRWZWT.js +1 -0
  252. package/static/chunk-4FJUCMEG.js +1 -0
  253. package/static/chunk-4GCCF6PF.js +1 -0
  254. package/static/chunk-4ORP3SBY.js +1 -0
  255. package/static/chunk-4QBOHIC3.js +1 -0
  256. package/static/chunk-4YT6K5KY.js +1 -0
  257. package/static/chunk-556I6YIW.js +1 -0
  258. package/static/chunk-5DPIGJU4.js +1 -0
  259. package/static/chunk-5HNQLBSW.js +3 -0
  260. package/static/chunk-5IL7C45D.js +1 -0
  261. package/static/chunk-5KJXGMKR.js +1 -0
  262. package/static/chunk-5SPGSHKL.js +1 -0
  263. package/static/chunk-5WCQBTXW.js +1 -0
  264. package/static/chunk-5XUIPWOH.js +1 -0
  265. package/static/chunk-62WT7PI3.js +1 -0
  266. package/static/chunk-6F6OMQ5H.js +1 -0
  267. package/static/chunk-6I5BGQHT.js +1 -0
  268. package/static/chunk-6NOS45DG.js +1 -0
  269. package/static/chunk-6OKLPRCD.js +1 -0
  270. package/static/chunk-6VEJCG43.js +1 -0
  271. package/static/chunk-77SS36Z2.js +1 -0
  272. package/static/chunk-7AXEPO3G.js +1 -0
  273. package/static/chunk-7CFSJ4BO.js +1 -0
  274. package/static/chunk-7CKHC72R.js +1 -0
  275. package/static/chunk-7DUTYOJG.js +1 -0
  276. package/static/chunk-7HKFYRPF.js +1 -0
  277. package/static/chunk-7NZJZATZ.js +1 -0
  278. package/static/chunk-AADK5D2H.js +1 -0
  279. package/static/chunk-ACUF7IKP.js +1 -0
  280. package/static/chunk-AGREZPV4.js +1 -0
  281. package/static/chunk-ATBJWFA3.js +1 -0
  282. package/static/chunk-ATXLZN2B.js +1 -0
  283. package/static/chunk-AZ5TF5Y3.js +1 -0
  284. package/static/chunk-BBHYIURC.js +1 -0
  285. package/static/chunk-BHZEPHRI.js +13 -0
  286. package/static/chunk-BQZWSZNN.js +1 -0
  287. package/static/chunk-BSB4VROD.js +2 -0
  288. package/static/chunk-BYWSTP3P.js +1 -0
  289. package/static/chunk-C3AAEQKW.js +1 -0
  290. package/static/chunk-CCGGCHGN.js +1 -0
  291. package/static/chunk-CFTKW432.js +1 -0
  292. package/static/chunk-CNOVT6KU.js +1 -0
  293. package/static/chunk-D56H3XE2.js +1 -0
  294. package/static/chunk-DFOOSIIA.js +1 -0
  295. package/static/chunk-DHFQIFOF.js +1 -0
  296. package/static/{chunk-3GMLWAFZ.js → chunk-DIC2MVRI.js} +1 -1
  297. package/static/chunk-DJDRX53V.js +2 -0
  298. package/static/chunk-DKGXUMLT.js +1 -0
  299. package/static/chunk-DRHPEERW.js +2 -0
  300. package/static/chunk-DWYP6ZGG.js +1 -0
  301. package/static/chunk-EDJAISWO.js +13 -0
  302. package/static/chunk-EIYRBM4J.js +1 -0
  303. package/static/chunk-EKEGRXCV.js +7 -0
  304. package/static/chunk-EL6QL4TP.js +1 -0
  305. package/static/chunk-ERDZ7IVF.js +1 -0
  306. package/static/chunk-EVQKKVUZ.js +1 -0
  307. package/static/chunk-F2XG7EWI.js +1 -0
  308. package/static/chunk-F672FY5I.js +1 -0
  309. package/static/chunk-F6V37MKG.js +1 -0
  310. package/static/chunk-F7TXTNZC.js +1 -0
  311. package/static/chunk-FCGTI42I.js +1 -0
  312. package/static/chunk-FQHOSSCO.js +1 -0
  313. package/static/chunk-FTSIPHMG.js +1 -0
  314. package/static/chunk-GAGHHYLF.js +1 -0
  315. package/static/{chunk-JPT5WEAT.js → chunk-GOJYWL2M.js} +1 -1
  316. package/static/chunk-H6WOTGQ5.js +1 -0
  317. package/static/{chunk-CHJ64RJM.js → chunk-H6ZXFINQ.js} +1 -1
  318. package/static/chunk-HC7F57NA.js +1 -0
  319. package/static/chunk-HHWXIK2M.js +7 -0
  320. package/static/chunk-HKRGIRKB.js +3 -0
  321. package/static/chunk-HNMGPG72.js +1 -0
  322. package/static/chunk-HS4S6BV3.js +1 -0
  323. package/static/chunk-IJ7K7ATQ.js +1 -0
  324. package/static/chunk-IOIBQGHN.js +562 -0
  325. package/static/chunk-ITVA26X2.js +2 -0
  326. package/static/chunk-J6YSFHLZ.js +1 -0
  327. package/static/chunk-JAEJ6IMV.js +1 -0
  328. package/static/chunk-JB5R6V33.js +1 -0
  329. package/static/chunk-JF6WIV6M.js +1 -0
  330. package/static/chunk-JGB4LLUT.js +1 -0
  331. package/static/chunk-JGXVTKLG.js +1 -0
  332. package/static/chunk-JMYAD7E2.js +1 -0
  333. package/static/chunk-JSE63Q5X.js +1 -0
  334. package/static/chunk-JVV3ZL6L.js +1 -0
  335. package/static/chunk-JXZCNFW7.js +1 -0
  336. package/static/chunk-KAVP6UXH.js +1 -0
  337. package/static/{chunk-WLMNXRBS.js → chunk-KDEEERWZ.js} +1 -1
  338. package/static/chunk-KHRF67SG.js +1 -0
  339. package/static/chunk-KLOUBIO4.js +1 -0
  340. package/static/chunk-KMF3ZRAO.js +1 -0
  341. package/static/chunk-KNZ3AQPR.js +1 -0
  342. package/static/chunk-KT3TWCST.js +1 -0
  343. package/static/chunk-L6SYG23T.js +1 -0
  344. package/static/chunk-LJSVNPPQ.js +1 -0
  345. package/static/{chunk-LNTUR3GU.js → chunk-LRDKG274.js} +1 -1
  346. package/static/chunk-LRQSPCYZ.js +1 -0
  347. package/static/chunk-LUSVISM6.js +1 -0
  348. package/static/chunk-LXQGVNU2.js +1 -0
  349. package/static/{chunk-BIKLW4YS.js → chunk-LYZGJZNP.js} +1 -1
  350. package/static/chunk-LZKI5P5T.js +1 -0
  351. package/static/chunk-M4XL3JN5.js +6 -0
  352. package/static/{chunk-UNCPXHHT.js → chunk-MGWG7OD7.js} +1 -1
  353. package/static/chunk-MKUUWY6Y.js +1 -0
  354. package/static/{chunk-HAS5ZOTR.js → chunk-MNNCSSHN.js} +1 -1
  355. package/static/chunk-MR3U7TKQ.js +1 -0
  356. package/static/chunk-MRF3CNLZ.js +1 -0
  357. package/static/chunk-MRMSMTWD.js +1 -0
  358. package/static/chunk-MVZJSG5R.js +1 -0
  359. package/static/chunk-MYM43ENO.js +1 -0
  360. package/static/chunk-N3P6P6GW.js +7 -0
  361. package/static/chunk-NAH4V2R6.js +2 -0
  362. package/static/chunk-NBBDVVUF.js +1 -0
  363. package/static/chunk-NMF2ZFBE.js +1 -0
  364. package/static/chunk-NN4ONTOT.js +1 -0
  365. package/static/chunk-NOPACN4F.js +1 -0
  366. package/static/chunk-NYJPOP4L.js +1 -0
  367. package/static/chunk-OJCAIKUK.js +1 -0
  368. package/static/chunk-OQRWXCLY.js +1 -0
  369. package/static/chunk-PCFH5HCI.js +2 -0
  370. package/static/chunk-PG54TWBO.js +4 -0
  371. package/static/chunk-PJF5XUTO.js +1 -0
  372. package/static/{chunk-FJE6BOFL.js → chunk-PSUAQBYM.js} +1 -1
  373. package/static/chunk-PTLYIUFW.js +1 -0
  374. package/static/chunk-PZGLDZZM.js +1 -0
  375. package/static/chunk-Q4VNZGFI.js +1 -0
  376. package/static/chunk-Q556XB3S.js +1 -0
  377. package/static/{chunk-PB4AIT7O.js → chunk-Q7IXRPOO.js} +1 -1
  378. package/static/chunk-Q7U2VPIS.js +1 -0
  379. package/static/chunk-QM6CQMEX.js +1 -0
  380. package/static/chunk-QMHUIHSR.js +1 -0
  381. package/static/chunk-QNFNXDSX.js +1 -0
  382. package/static/chunk-QVFPHTOH.js +1 -0
  383. package/static/chunk-R4MI25E2.js +1 -0
  384. package/static/chunk-R7JRAR3P.js +1 -0
  385. package/static/chunk-R7PNKQU2.js +1 -0
  386. package/static/chunk-RCAORRB7.js +1 -0
  387. package/static/chunk-RK7XRDNB.js +1 -0
  388. package/static/chunk-RO7SAOLK.js +1 -0
  389. package/static/chunk-RQUUINHV.js +1 -0
  390. package/static/chunk-RT3K6DZR.js +1 -0
  391. package/static/chunk-RUN556VW.js +1 -0
  392. package/static/chunk-RX3YQ67K.js +1 -0
  393. package/static/chunk-S6EVLDHA.js +5 -0
  394. package/static/chunk-S7S5M3AZ.js +1 -0
  395. package/static/chunk-SBLNYV74.js +1 -0
  396. package/static/chunk-SIZCHHUA.js +1 -0
  397. package/static/chunk-SRBOO7AO.js +1 -0
  398. package/static/{chunk-PVDHBQRM.js → chunk-STA7NTYL.js} +1 -1
  399. package/static/chunk-T3YI3BSS.js +1 -0
  400. package/static/chunk-T74SMT7I.js +1 -0
  401. package/static/chunk-TAL3RTTQ.js +1 -0
  402. package/static/chunk-TJZKTNNS.js +1 -0
  403. package/static/chunk-UJTFWZEC.js +1 -0
  404. package/static/chunk-UPGVU5LG.js +1 -0
  405. package/static/chunk-UQ6O3I6W.js +1 -0
  406. package/static/{chunk-5NMSIIQB.js → chunk-V43RGNXA.js} +1 -1
  407. package/static/chunk-VWIRXLNE.js +1 -0
  408. package/static/chunk-VZMVGIVW.js +1 -0
  409. package/static/chunk-VZPCXSRG.js +2 -0
  410. package/static/chunk-WR3MA3L3.js +1 -0
  411. package/static/chunk-XCLK7NJL.js +1 -0
  412. package/static/{chunk-DSWEWLXJ.js → chunk-XCPDPB5G.js} +1 -1
  413. package/static/chunk-XEGHEUP5.js +1 -0
  414. package/static/chunk-XKEBQNQJ.js +1 -0
  415. package/static/chunk-XOF4UW3S.js +1 -0
  416. package/static/chunk-XOTKK2NJ.js +1 -0
  417. package/static/chunk-XX7JXKA6.js +1 -0
  418. package/static/chunk-Y2I36A4K.js +1 -0
  419. package/static/chunk-Y44XDRM5.js +1 -0
  420. package/static/{chunk-QO6BTONN.js → chunk-Y4MAPE2C.js} +1 -1
  421. package/static/chunk-Y5RLD72B.js +1 -0
  422. package/static/{chunk-DPUVSXRB.js → chunk-Y5XTRCFK.js} +1 -1
  423. package/static/chunk-Y63UUJGJ.js +1 -0
  424. package/static/chunk-YBNAC7QM.js +1 -0
  425. package/static/chunk-YCTCESL4.js +1 -0
  426. package/static/chunk-YMAN4LIU.js +1 -0
  427. package/static/chunk-YTDE6SXT.js +1 -0
  428. package/static/chunk-YZPIUJB3.js +1 -0
  429. package/static/chunk-ZCOWBVOT.js +1 -0
  430. package/static/chunk-ZHRYYMYE.js +1 -0
  431. package/static/chunk-ZNXTOQFG.js +1 -0
  432. package/static/{chunk-URHTCJ7G.js → chunk-ZQLBPLXI.js} +1 -1
  433. package/static/favicon.ico +0 -0
  434. package/static/index.html +2 -2
  435. package/static/main-3PLRDZTO.js +11 -0
  436. package/static/styles-Q4OZOSSK.css +1 -0
  437. package/server/applications/notifications/interfaces/user-mail-notification.js.map +0 -1
  438. package/static/assets/codemirror/mode/apl/apl.js +0 -174
  439. package/static/assets/codemirror/mode/asciiarmor/asciiarmor.js +0 -74
  440. package/static/assets/codemirror/mode/asn.1/asn.1.js +0 -204
  441. package/static/assets/codemirror/mode/asterisk/asterisk.js +0 -220
  442. package/static/assets/codemirror/mode/brainfuck/brainfuck.js +0 -85
  443. package/static/assets/codemirror/mode/clike/clike.js +0 -942
  444. package/static/assets/codemirror/mode/clojure/clojure.js +0 -293
  445. package/static/assets/codemirror/mode/cmake/cmake.js +0 -97
  446. package/static/assets/codemirror/mode/cobol/cobol.js +0 -255
  447. package/static/assets/codemirror/mode/coffeescript/coffeescript.js +0 -359
  448. package/static/assets/codemirror/mode/commonlisp/commonlisp.js +0 -125
  449. package/static/assets/codemirror/mode/crystal/crystal.js +0 -433
  450. package/static/assets/codemirror/mode/css/css.js +0 -862
  451. package/static/assets/codemirror/mode/cypher/cypher.js +0 -152
  452. package/static/assets/codemirror/mode/d/d.js +0 -223
  453. package/static/assets/codemirror/mode/dart/dart.js +0 -168
  454. package/static/assets/codemirror/mode/diff/diff.js +0 -47
  455. package/static/assets/codemirror/mode/django/django.js +0 -356
  456. package/static/assets/codemirror/mode/dockerfile/dockerfile.js +0 -211
  457. package/static/assets/codemirror/mode/dtd/dtd.js +0 -142
  458. package/static/assets/codemirror/mode/dylan/dylan.js +0 -352
  459. package/static/assets/codemirror/mode/ebnf/ebnf.js +0 -195
  460. package/static/assets/codemirror/mode/ecl/ecl.js +0 -206
  461. package/static/assets/codemirror/mode/eiffel/eiffel.js +0 -160
  462. package/static/assets/codemirror/mode/elm/elm.js +0 -245
  463. package/static/assets/codemirror/mode/erlang/erlang.js +0 -619
  464. package/static/assets/codemirror/mode/factor/factor.js +0 -85
  465. package/static/assets/codemirror/mode/fcl/fcl.js +0 -173
  466. package/static/assets/codemirror/mode/forth/forth.js +0 -180
  467. package/static/assets/codemirror/mode/fortran/fortran.js +0 -188
  468. package/static/assets/codemirror/mode/gas/gas.js +0 -355
  469. package/static/assets/codemirror/mode/gfm/gfm.js +0 -129
  470. package/static/assets/codemirror/mode/gherkin/gherkin.js +0 -194
  471. package/static/assets/codemirror/mode/go/go.js +0 -187
  472. package/static/assets/codemirror/mode/groovy/groovy.js +0 -245
  473. package/static/assets/codemirror/mode/haml/haml.js +0 -161
  474. package/static/assets/codemirror/mode/handlebars/handlebars.js +0 -70
  475. package/static/assets/codemirror/mode/haskell/haskell.js +0 -268
  476. package/static/assets/codemirror/mode/haskell-literate/haskell-literate.js +0 -43
  477. package/static/assets/codemirror/mode/haxe/haxe.js +0 -515
  478. package/static/assets/codemirror/mode/htmlembedded/htmlembedded.js +0 -37
  479. package/static/assets/codemirror/mode/htmlmixed/htmlmixed.js +0 -153
  480. package/static/assets/codemirror/mode/http/http.js +0 -113
  481. package/static/assets/codemirror/mode/idl/idl.js +0 -290
  482. package/static/assets/codemirror/mode/javascript/javascript.js +0 -960
  483. package/static/assets/codemirror/mode/jinja2/jinja2.js +0 -193
  484. package/static/assets/codemirror/mode/jsx/jsx.js +0 -149
  485. package/static/assets/codemirror/mode/julia/julia.js +0 -390
  486. package/static/assets/codemirror/mode/livescript/livescript.js +0 -280
  487. package/static/assets/codemirror/mode/lua/lua.js +0 -160
  488. package/static/assets/codemirror/mode/markdown/markdown.js +0 -886
  489. package/static/assets/codemirror/mode/mathematica/mathematica.js +0 -176
  490. package/static/assets/codemirror/mode/mbox/mbox.js +0 -129
  491. package/static/assets/codemirror/mode/meta.js +0 -221
  492. package/static/assets/codemirror/mode/mirc/mirc.js +0 -193
  493. package/static/assets/codemirror/mode/mllike/mllike.js +0 -359
  494. package/static/assets/codemirror/mode/modelica/modelica.js +0 -245
  495. package/static/assets/codemirror/mode/mscgen/mscgen.js +0 -175
  496. package/static/assets/codemirror/mode/mumps/mumps.js +0 -148
  497. package/static/assets/codemirror/mode/nginx/nginx.js +0 -178
  498. package/static/assets/codemirror/mode/nsis/nsis.js +0 -95
  499. package/static/assets/codemirror/mode/ntriples/ntriples.js +0 -195
  500. package/static/assets/codemirror/mode/octave/octave.js +0 -139
  501. package/static/assets/codemirror/mode/oz/oz.js +0 -252
  502. package/static/assets/codemirror/mode/pascal/pascal.js +0 -136
  503. package/static/assets/codemirror/mode/pegjs/pegjs.js +0 -111
  504. package/static/assets/codemirror/mode/perl/perl.js +0 -836
  505. package/static/assets/codemirror/mode/php/php.js +0 -234
  506. package/static/assets/codemirror/mode/pig/pig.js +0 -178
  507. package/static/assets/codemirror/mode/powershell/powershell.js +0 -398
  508. package/static/assets/codemirror/mode/properties/properties.js +0 -78
  509. package/static/assets/codemirror/mode/protobuf/protobuf.js +0 -72
  510. package/static/assets/codemirror/mode/pug/pug.js +0 -591
  511. package/static/assets/codemirror/mode/puppet/puppet.js +0 -220
  512. package/static/assets/codemirror/mode/python/python.js +0 -402
  513. package/static/assets/codemirror/mode/q/q.js +0 -139
  514. package/static/assets/codemirror/mode/r/r.js +0 -190
  515. package/static/assets/codemirror/mode/rpm/changes/index.html +0 -66
  516. package/static/assets/codemirror/mode/rpm/rpm.js +0 -109
  517. package/static/assets/codemirror/mode/rst/rst.js +0 -557
  518. package/static/assets/codemirror/mode/ruby/ruby.js +0 -303
  519. package/static/assets/codemirror/mode/rust/rust.js +0 -72
  520. package/static/assets/codemirror/mode/sas/sas.js +0 -303
  521. package/static/assets/codemirror/mode/sass/sass.js +0 -459
  522. package/static/assets/codemirror/mode/scheme/scheme.js +0 -284
  523. package/static/assets/codemirror/mode/shell/shell.js +0 -168
  524. package/static/assets/codemirror/mode/sieve/sieve.js +0 -193
  525. package/static/assets/codemirror/mode/slim/slim.js +0 -575
  526. package/static/assets/codemirror/mode/smalltalk/smalltalk.js +0 -168
  527. package/static/assets/codemirror/mode/smarty/smarty.js +0 -225
  528. package/static/assets/codemirror/mode/solr/solr.js +0 -104
  529. package/static/assets/codemirror/mode/soy/soy.js +0 -665
  530. package/static/assets/codemirror/mode/sparql/sparql.js +0 -184
  531. package/static/assets/codemirror/mode/spreadsheet/spreadsheet.js +0 -112
  532. package/static/assets/codemirror/mode/sql/sql.js +0 -529
  533. package/static/assets/codemirror/mode/stex/stex.js +0 -264
  534. package/static/assets/codemirror/mode/stylus/stylus.js +0 -775
  535. package/static/assets/codemirror/mode/swift/swift.js +0 -221
  536. package/static/assets/codemirror/mode/tcl/tcl.js +0 -140
  537. package/static/assets/codemirror/mode/textile/textile.js +0 -469
  538. package/static/assets/codemirror/mode/tiddlywiki/tiddlywiki.css +0 -14
  539. package/static/assets/codemirror/mode/tiddlywiki/tiddlywiki.js +0 -308
  540. package/static/assets/codemirror/mode/tiki/tiki.css +0 -26
  541. package/static/assets/codemirror/mode/tiki/tiki.js +0 -312
  542. package/static/assets/codemirror/mode/toml/toml.js +0 -88
  543. package/static/assets/codemirror/mode/tornado/tornado.js +0 -68
  544. package/static/assets/codemirror/mode/troff/troff.js +0 -84
  545. package/static/assets/codemirror/mode/ttcn/ttcn.js +0 -283
  546. package/static/assets/codemirror/mode/ttcn-cfg/ttcn-cfg.js +0 -214
  547. package/static/assets/codemirror/mode/turtle/turtle.js +0 -162
  548. package/static/assets/codemirror/mode/twig/twig.js +0 -141
  549. package/static/assets/codemirror/mode/vb/vb.js +0 -275
  550. package/static/assets/codemirror/mode/vbscript/vbscript.js +0 -350
  551. package/static/assets/codemirror/mode/velocity/velocity.js +0 -202
  552. package/static/assets/codemirror/mode/verilog/verilog.js +0 -781
  553. package/static/assets/codemirror/mode/vhdl/vhdl.js +0 -189
  554. package/static/assets/codemirror/mode/vue/vue.js +0 -77
  555. package/static/assets/codemirror/mode/wast/wast.js +0 -132
  556. package/static/assets/codemirror/mode/webidl/webidl.js +0 -195
  557. package/static/assets/codemirror/mode/xml/xml.js +0 -417
  558. package/static/assets/codemirror/mode/xquery/xquery.js +0 -448
  559. package/static/assets/codemirror/mode/yacas/yacas.js +0 -204
  560. package/static/assets/codemirror/mode/yaml/yaml.js +0 -120
  561. package/static/assets/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js +0 -72
  562. package/static/assets/codemirror/mode/z80/z80.js +0 -116
  563. package/static/chunk-2KLC4T2Z.js +0 -1
  564. package/static/chunk-373XVRXW.js +0 -1
  565. package/static/chunk-3XVM35O2.js +0 -1
  566. package/static/chunk-3YVRP3VM.js +0 -2
  567. package/static/chunk-AF24EYXU.js +0 -1
  568. package/static/chunk-AKQVEHO6.js +0 -2
  569. package/static/chunk-AY2SZ3G6.js +0 -1
  570. package/static/chunk-BCVX464U.js +0 -2
  571. package/static/chunk-C36MW4ME.js +0 -562
  572. package/static/chunk-DKSEQTMX.js +0 -1
  573. package/static/chunk-FZ3JPGYZ.js +0 -1
  574. package/static/chunk-GUGNR5TF.js +0 -3
  575. package/static/chunk-H6NE33VX.js +0 -1
  576. package/static/chunk-HNQRZALS.js +0 -1
  577. package/static/chunk-JSWCNGXJ.js +0 -1
  578. package/static/chunk-KFJIQIGR.js +0 -1
  579. package/static/chunk-LVM4QB22.js +0 -1
  580. package/static/chunk-M3XVNQZQ.js +0 -1
  581. package/static/chunk-MFLIJH6T.js +0 -1
  582. package/static/chunk-MSUHTBB2.js +0 -1
  583. package/static/chunk-N3U6637P.js +0 -1
  584. package/static/chunk-NNV4OXSB.js +0 -1
  585. package/static/chunk-NO2LTNW3.js +0 -1
  586. package/static/chunk-OOGP4WSH.js +0 -2
  587. package/static/chunk-PCWDQPOM.js +0 -2
  588. package/static/chunk-PGZZP5W3.js +0 -1
  589. package/static/chunk-Q5KM7LTX.js +0 -1
  590. package/static/chunk-QHC6ZPQ4.js +0 -1
  591. package/static/chunk-QZU2S5CV.js +0 -1
  592. package/static/chunk-SBZ572Q4.js +0 -2
  593. package/static/chunk-SHIVUDP3.js +0 -1
  594. package/static/chunk-SLHTEGRU.js +0 -1
  595. package/static/chunk-SSFF27P2.js +0 -24
  596. package/static/chunk-TPYBFZS5.js +0 -1
  597. package/static/chunk-UEQCWMXD.js +0 -1
  598. package/static/chunk-UG5DMXYO.js +0 -1
  599. package/static/chunk-UJPPR4MX.js +0 -1
  600. package/static/chunk-V3AT2BKP.js +0 -1
  601. package/static/chunk-VKK5BSLX.js +0 -1
  602. package/static/chunk-WJW7CT6G.js +0 -27
  603. package/static/chunk-X5XGK6T7.js +0 -4
  604. package/static/chunk-YEKR5OPO.js +0 -1
  605. package/static/chunk-YW57T2PF.js +0 -1
  606. package/static/chunk-Z5J5F5SX.js +0 -1
  607. package/static/chunk-ZPF2DSQV.js +0 -1
  608. package/static/chunk-ZTCRGJ6Y.js +0 -7
  609. package/static/main-VOL6OMJ5.js +0 -9
  610. package/static/scripts-WRDOQIU5.js +0 -24
  611. package/static/styles-2C2UNCNB.css +0 -1
@@ -1,120 +0,0 @@
1
- // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
- // Distributed under an MIT license: https://codemirror.net/5/LICENSE
3
-
4
- (function(mod) {
5
- if (typeof exports == "object" && typeof module == "object") // CommonJS
6
- mod(require("../../lib/codemirror"));
7
- else if (typeof define == "function" && define.amd) // AMD
8
- define(["../../lib/codemirror"], mod);
9
- else // Plain browser env
10
- mod(CodeMirror);
11
- })(function(CodeMirror) {
12
- "use strict";
13
-
14
- CodeMirror.defineMode("yaml", function() {
15
-
16
- var cons = ['true', 'false', 'on', 'off', 'yes', 'no'];
17
- var keywordRegex = new RegExp("\\b(("+cons.join(")|(")+"))$", 'i');
18
-
19
- return {
20
- token: function(stream, state) {
21
- var ch = stream.peek();
22
- var esc = state.escaped;
23
- state.escaped = false;
24
- /* comments */
25
- if (ch == "#" && (stream.pos == 0 || /\s/.test(stream.string.charAt(stream.pos - 1)))) {
26
- stream.skipToEnd();
27
- return "comment";
28
- }
29
-
30
- if (stream.match(/^('([^']|\\.)*'?|"([^"]|\\.)*"?)/))
31
- return "string";
32
-
33
- if (state.literal && stream.indentation() > state.keyCol) {
34
- stream.skipToEnd(); return "string";
35
- } else if (state.literal) { state.literal = false; }
36
- if (stream.sol()) {
37
- state.keyCol = 0;
38
- state.pair = false;
39
- state.pairStart = false;
40
- /* document start */
41
- if(stream.match('---')) { return "def"; }
42
- /* document end */
43
- if (stream.match('...')) { return "def"; }
44
- /* array list item */
45
- if (stream.match(/\s*-\s+/)) { return 'meta'; }
46
- }
47
- /* inline pairs/lists */
48
- if (stream.match(/^(\{|\}|\[|\])/)) {
49
- if (ch == '{')
50
- state.inlinePairs++;
51
- else if (ch == '}')
52
- state.inlinePairs--;
53
- else if (ch == '[')
54
- state.inlineList++;
55
- else
56
- state.inlineList--;
57
- return 'meta';
58
- }
59
-
60
- /* list separator */
61
- if (state.inlineList > 0 && !esc && ch == ',') {
62
- stream.next();
63
- return 'meta';
64
- }
65
- /* pairs separator */
66
- if (state.inlinePairs > 0 && !esc && ch == ',') {
67
- state.keyCol = 0;
68
- state.pair = false;
69
- state.pairStart = false;
70
- stream.next();
71
- return 'meta';
72
- }
73
-
74
- /* start of value of a pair */
75
- if (state.pairStart) {
76
- /* block literals */
77
- if (stream.match(/^\s*(\||\>)\s*/)) { state.literal = true; return 'meta'; };
78
- /* references */
79
- if (stream.match(/^\s*(\&|\*)[a-z0-9\._-]+\b/i)) { return 'variable-2'; }
80
- /* numbers */
81
- if (state.inlinePairs == 0 && stream.match(/^\s*-?[0-9\.\,]+\s?$/)) { return 'number'; }
82
- if (state.inlinePairs > 0 && stream.match(/^\s*-?[0-9\.\,]+\s?(?=(,|}))/)) { return 'number'; }
83
- /* keywords */
84
- if (stream.match(keywordRegex)) { return 'keyword'; }
85
- }
86
-
87
- /* pairs (associative arrays) -> key */
88
- if (!state.pair && stream.match(/^\s*(?:[,\[\]{}&*!|>'"%@`][^\s'":]|[^\s,\[\]{}#&*!|>'"%@`])[^#:]*(?=:($|\s))/)) {
89
- state.pair = true;
90
- state.keyCol = stream.indentation();
91
- return "atom";
92
- }
93
- if (state.pair && stream.match(/^:\s*/)) { state.pairStart = true; return 'meta'; }
94
-
95
- /* nothing found, continue */
96
- state.pairStart = false;
97
- state.escaped = (ch == '\\');
98
- stream.next();
99
- return null;
100
- },
101
- startState: function() {
102
- return {
103
- pair: false,
104
- pairStart: false,
105
- keyCol: 0,
106
- inlinePairs: 0,
107
- inlineList: 0,
108
- literal: false,
109
- escaped: false
110
- };
111
- },
112
- lineComment: "#",
113
- fold: "indent"
114
- };
115
- });
116
-
117
- CodeMirror.defineMIME("text/x-yaml", "yaml");
118
- CodeMirror.defineMIME("text/yaml", "yaml");
119
-
120
- });
@@ -1,72 +0,0 @@
1
- // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
- // Distributed under an MIT license: https://codemirror.net/5/LICENSE
3
-
4
- (function (mod) {
5
- if (typeof exports == "object" && typeof module == "object") // CommonJS
6
- mod(require("../../lib/codemirror"), require("../yaml/yaml"))
7
- else if (typeof define == "function" && define.amd) // AMD
8
- define(["../../lib/codemirror", "../yaml/yaml"], mod)
9
- else // Plain browser env
10
- mod(CodeMirror)
11
- })(function (CodeMirror) {
12
-
13
- var START = 0, FRONTMATTER = 1, BODY = 2
14
-
15
- // a mixed mode for Markdown text with an optional YAML front matter
16
- CodeMirror.defineMode("yaml-frontmatter", function (config, parserConfig) {
17
- var yamlMode = CodeMirror.getMode(config, "yaml")
18
- var innerMode = CodeMirror.getMode(config, parserConfig && parserConfig.base || "gfm")
19
-
20
- function localMode(state) {
21
- return state.state == FRONTMATTER ? {mode: yamlMode, state: state.yaml} : {mode: innerMode, state: state.inner}
22
- }
23
-
24
- return {
25
- startState: function () {
26
- return {
27
- state: START,
28
- yaml: null,
29
- inner: CodeMirror.startState(innerMode)
30
- }
31
- },
32
- copyState: function (state) {
33
- return {
34
- state: state.state,
35
- yaml: state.yaml && CodeMirror.copyState(yamlMode, state.yaml),
36
- inner: CodeMirror.copyState(innerMode, state.inner)
37
- }
38
- },
39
- token: function (stream, state) {
40
- if (state.state == START) {
41
- if (stream.match('---', false)) {
42
- state.state = FRONTMATTER
43
- state.yaml = CodeMirror.startState(yamlMode)
44
- return yamlMode.token(stream, state.yaml)
45
- } else {
46
- state.state = BODY
47
- return innerMode.token(stream, state.inner)
48
- }
49
- } else if (state.state == FRONTMATTER) {
50
- var end = stream.sol() && stream.match(/(---|\.\.\.)/, false)
51
- var style = yamlMode.token(stream, state.yaml)
52
- if (end) {
53
- state.state = BODY
54
- state.yaml = null
55
- }
56
- return style
57
- } else {
58
- return innerMode.token(stream, state.inner)
59
- }
60
- },
61
- innerMode: localMode,
62
- indent: function(state, a, b) {
63
- var m = localMode(state)
64
- return m.mode.indent ? m.mode.indent(m.state, a, b) : CodeMirror.Pass
65
- },
66
- blankLine: function (state) {
67
- var m = localMode(state)
68
- if (m.mode.blankLine) return m.mode.blankLine(m.state)
69
- }
70
- }
71
- })
72
- });
@@ -1,116 +0,0 @@
1
- // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
- // Distributed under an MIT license: https://codemirror.net/5/LICENSE
3
-
4
- (function(mod) {
5
- if (typeof exports == "object" && typeof module == "object") // CommonJS
6
- mod(require("../../lib/codemirror"));
7
- else if (typeof define == "function" && define.amd) // AMD
8
- define(["../../lib/codemirror"], mod);
9
- else // Plain browser env
10
- mod(CodeMirror);
11
- })(function(CodeMirror) {
12
- "use strict";
13
-
14
- CodeMirror.defineMode('z80', function(_config, parserConfig) {
15
- var ez80 = parserConfig.ez80;
16
- var keywords1, keywords2;
17
- if (ez80) {
18
- keywords1 = /^(exx?|(ld|cp)([di]r?)?|[lp]ea|pop|push|ad[cd]|cpl|daa|dec|inc|neg|sbc|sub|and|bit|[cs]cf|x?or|res|set|r[lr]c?a?|r[lr]d|s[lr]a|srl|djnz|nop|[de]i|halt|im|in([di]mr?|ir?|irx|2r?)|ot(dmr?|[id]rx|imr?)|out(0?|[di]r?|[di]2r?)|tst(io)?|slp)(\.([sl]?i)?[sl])?\b/i;
19
- keywords2 = /^(((call|j[pr]|rst|ret[in]?)(\.([sl]?i)?[sl])?)|(rs|st)mix)\b/i;
20
- } else {
21
- keywords1 = /^(exx?|(ld|cp|in)([di]r?)?|pop|push|ad[cd]|cpl|daa|dec|inc|neg|sbc|sub|and|bit|[cs]cf|x?or|res|set|r[lr]c?a?|r[lr]d|s[lr]a|srl|djnz|nop|rst|[de]i|halt|im|ot[di]r|out[di]?)\b/i;
22
- keywords2 = /^(call|j[pr]|ret[in]?|b_?(call|jump))\b/i;
23
- }
24
-
25
- var variables1 = /^(af?|bc?|c|de?|e|hl?|l|i[xy]?|r|sp)\b/i;
26
- var variables2 = /^(n?[zc]|p[oe]?|m)\b/i;
27
- var errors = /^([hl][xy]|i[xy][hl]|slia|sll)\b/i;
28
- var numbers = /^([\da-f]+h|[0-7]+o|[01]+b|\d+d?)\b/i;
29
-
30
- return {
31
- startState: function() {
32
- return {
33
- context: 0
34
- };
35
- },
36
- token: function(stream, state) {
37
- if (!stream.column())
38
- state.context = 0;
39
-
40
- if (stream.eatSpace())
41
- return null;
42
-
43
- var w;
44
-
45
- if (stream.eatWhile(/\w/)) {
46
- if (ez80 && stream.eat('.')) {
47
- stream.eatWhile(/\w/);
48
- }
49
- w = stream.current();
50
-
51
- if (stream.indentation()) {
52
- if ((state.context == 1 || state.context == 4) && variables1.test(w)) {
53
- state.context = 4;
54
- return 'var2';
55
- }
56
-
57
- if (state.context == 2 && variables2.test(w)) {
58
- state.context = 4;
59
- return 'var3';
60
- }
61
-
62
- if (keywords1.test(w)) {
63
- state.context = 1;
64
- return 'keyword';
65
- } else if (keywords2.test(w)) {
66
- state.context = 2;
67
- return 'keyword';
68
- } else if (state.context == 4 && numbers.test(w)) {
69
- return 'number';
70
- }
71
-
72
- if (errors.test(w))
73
- return 'error';
74
- } else if (stream.match(numbers)) {
75
- return 'number';
76
- } else {
77
- return null;
78
- }
79
- } else if (stream.eat(';')) {
80
- stream.skipToEnd();
81
- return 'comment';
82
- } else if (stream.eat('"')) {
83
- while (w = stream.next()) {
84
- if (w == '"')
85
- break;
86
-
87
- if (w == '\\')
88
- stream.next();
89
- }
90
- return 'string';
91
- } else if (stream.eat('\'')) {
92
- if (stream.match(/\\?.'/))
93
- return 'number';
94
- } else if (stream.eat('.') || stream.sol() && stream.eat('#')) {
95
- state.context = 5;
96
-
97
- if (stream.eatWhile(/\w/))
98
- return 'def';
99
- } else if (stream.eat('$')) {
100
- if (stream.eatWhile(/[\da-f]/i))
101
- return 'number';
102
- } else if (stream.eat('%')) {
103
- if (stream.eatWhile(/[01]/))
104
- return 'number';
105
- } else {
106
- stream.next();
107
- }
108
- return null;
109
- }
110
- };
111
- });
112
-
113
- CodeMirror.defineMIME("text/x-z80", "z80");
114
- CodeMirror.defineMIME("text/x-ez80", { name: "z80", ez80: true });
115
-
116
- });
@@ -1 +0,0 @@
1
- import"./chunk-N3U6637P.js";var a="\u8A8D\u8A3C",t="\u30ED\u30B0\u30A4\u30F3",s="\u30D1\u30B9\u30EF\u30FC\u30C9",n="\u78BA\u8A8D",r="\u30AD\u30E3\u30F3\u30BB\u30EB",i="\u9589\u3058\u308B",l="\u30D5\u30A3\u30EB\u30BF\u30FC",d="\u30D5\u30A3\u30EB\u30BF\u30FC",c="\u691C\u7D22",h="\u691C\u7D22",u="\u8868\u793A",p="\u30BF\u30B9\u30AF\u306F\u3042\u308A\u307E\u305B\u3093",m="{{ nb }} \u4EF6\u306E\u30BF\u30B9\u30AF\u304C\u5B8C\u4E86",f="{{ nb }} \u4EF6\u306E\u30BF\u30B9\u30AF\u304C\u5B8C\u4E86",b="{{ nba }} \u4EF6\u306E\u30BF\u30B9\u30AF\u304C\u9032\u884C\u4E2D\uFF08\u5168 {{ nb }} \u4EF6\uFF09",y="{{ nba }} \u4EF6\u306E\u30BF\u30B9\u30AF\u304C\u9032\u884C\u4E2D\uFF08\u5168 {{ nb }} \u4EF6\uFF09",g="{{nb}} \u500B\u306E\u8981\u7D20",w="{{nb}} \u500B\u306E\u30A2\u30AF\u30B7\u30E7\u30F3",S="{{ nb }} \u4EF6\u306E\u65B0\u3057\u3044\u30E1\u30C3\u30BB\u30FC\u30B8",v="{{ nb }} \u4EF6\u306E\u65B0\u3057\u3044\u30E1\u30C3\u30BB\u30FC\u30B8",T="{{ nb }} \u4EF6\u306E\u672A\u8AAD\u901A\u77E5",A="{{ nb }} \u4EF6\u306E\u672A\u8AAD\u901A\u77E5",_="\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3",k="\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3",C="\u901A\u77E5",x="\u901A\u77E5",D="\u30A4\u30D9\u30F3\u30C8",P="\u30D5\u30A1\u30A4\u30EB",U="\u30D5\u30A1\u30A4\u30EB",N="\u500B\u4EBA",M="\u5916\u90E8",E="\u30B0\u30EB\u30FC\u30D7",L="\u30B0\u30EB\u30FC\u30D7",R="\u30B0\u30EB\u30FC\u30D7",F="\u30B0\u30EB\u30FC\u30D7",G="\u53EF\u8996",Y="\u30D7\u30E9\u30A4\u30D9\u30FC\u30C8",z="\u5206\u96E2",I="\u8FFD\u52A0",W="\u7BA1\u7406\u8005",O="\u7BA1\u7406",V="\u30E6\u30FC\u30B6\u30FC",q="\u30E6\u30FC\u30B6\u30FC",Q="\u30E6\u30FC\u30B6\u30FC",j="\u30E6\u30FC\u30B6\u30FC",B="\u30A2\u30AB\u30A6\u30F3\u30C8",H="\u30A2\u30AB\u30A6\u30F3\u30C8",K="\u30E1\u30FC\u30EB",J="\u30B9\u30C6\u30FC\u30BF\u30B9",X="\u5F79\u5272",Z="IP",$="\u8868\u793A",ee="\u63A5\u7D9A",oe="\u63A5\u7D9A",ae="\u7A7A\u304D\u5BB9\u91CF\u304C\u5C11\u306A\u3044\uFF08{{ nb }}%\uFF09",te="\u30AA\u30F3\u30E9\u30A4\u30F3",se="\u7121\u5236\u9650",ne="\u30E1\u30F3\u30D0\u30FC",re="\u30E1\u30F3\u30D0\u30FC",ie="\u30E1\u30F3\u30D0\u30FC",le="\u30E1\u30F3\u30D0\u30FC",de="\u30DE\u30CD\u30FC\u30B8\u30E3\u30FC",ce="\u30DE\u30CD\u30FC\u30B8\u30E3\u30FC",he="\u30DE\u30CD\u30FC\u30B8\u30E3\u30FC",ue="\u751F\u6210",pe="\u30A4\u30F3\u30DD\u30FC\u30C8",me="\u8A2D\u5B9A",fe="\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3",be="\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3",ye="\u30A2\u30D0\u30BF\u30FC",ge="\u66F4\u65B0",we="\u8A00\u8A9E",Se="\u30DB\u30FC\u30E0",ve="\u6700\u8FD1",Te="\u6700\u8FD1",Ae="\u30B4\u30DF\u7BB1",_e="\u5171\u6709",ke="\u5171\u6709",Ce="\u5171\u6709",xe="\u5171\u6709\u6E08\u307F",De="\u500B\u4EBA\u30B9\u30DA\u30FC\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9",Pe="\u30B9\u30DA\u30FC\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9",Ue="\u30B9\u30DA\u30FC\u30B9\u306E\u7BA1\u7406",Ne="\u5171\u6709\u3078\u306E\u30A2\u30AF\u30BB\u30B9",Me="\u5171\u6709\u306E\u7BA1\u7406",Ee="\u30B2\u30B9\u30C8\u306E\u7BA1\u7406",Le="\u500B\u4EBA\u30B0\u30EB\u30FC\u30D7\u306E\u7BA1\u7406",Re="\u30C7\u30B9\u30AF\u30C8\u30C3\u30D7\u30A2\u30D7\u30EA\u304B\u3089\u306E\u30A2\u30AF\u30BB\u30B9",Fe="\u30C7\u30B9\u30AF\u30C8\u30C3\u30D7\u30A2\u30D7\u30EA\u3067\u306E\u540C\u671F",Ge="WebDAV \u30A2\u30AF\u30BB\u30B9",Ye="WebDAV",ze="\u30B9\u30DA\u30FC\u30B9",Ie="\u30B9\u30DA\u30FC\u30B9",We="\u30B9\u30DA\u30FC\u30B9",Oe="\u30A2\u30F3\u30AB\u30FC\u3057\u307E\u3057\u305F",Ve="\u30A2\u30F3\u30AB\u30FC\u3092\u89E3\u9664\u3057\u307E\u3057\u305F",qe="\u5834\u6240",Qe="\u30A2\u30F3\u30AB\u30FC\u6E08\u307F",je="\u8A2D\u5B9A",Be="\u30AA\u30D7\u30B7\u30E7\u30F3",He="\u540D\u524D",Ke="\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",Je="\u79FB\u52D5",Xe="\u30B3\u30D4\u30FC",Ze="\u540D\u524D\u3092\u5909\u66F4",$e="\u7DE8\u96C6",eo="\u524A\u9664",oo="\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9",ao="\u66F4\u65B0",to="\u7A7A\u306B\u3059\u308B",so="\u4E00\u89A7",no="\u8868\u793A",ro="<b>{{arg}}</b> \u3092\u30B4\u30DF\u7BB1\u306B\u79FB\u52D5\u3057\u307E\u3059\u304B\uFF1F",io="<b>{{arg}}</b> \u3092\u5B8C\u5168\u306B\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",lo="\u3053\u308C\u3089<b>{{arg}} \u500B\u306E\u30D5\u30A1\u30A4\u30EB</b>\u3092\u30B4\u30DF\u7BB1\u306B\u79FB\u52D5\u3057\u307E\u3059\u304B\uFF1F",co="\u3053\u308C\u3089<b>{{arg}} \u500B\u306E\u30D5\u30A1\u30A4\u30EB</b>\u3092\u5B8C\u5168\u306B\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",ho="\u540C\u671F",uo="\u540C\u671F",po="\u540C\u671F",mo="\u540C\u671F",fo="\u540C\u671F",bo="\u540C\u671F\u6E08\u307F",yo="\u5727\u7E2E",go="\u89E3\u51CD",wo="\u60C5\u5831",So="\u60C5\u5831",vo="\u60C5\u5831",To="\u30B5\u30A4\u30BA",Ao="\u5909\u66F4\u65E5\u6642",_o="\u5909\u66F4\u6E08\u307F",ko="\u30BF\u30B9\u30AF",Co="\u30C6\u30AD\u30B9\u30C8",xo="\u8981\u7D20",Do="\u65B0\u898F",Po="\u30D5\u30A9\u30EB\u30C0\u30FC",Uo="\u30D5\u30A9\u30EB\u30C0\u30FC",No="\u30D5\u30A1\u30A4\u30EB",Mo="\u30D5\u30A1\u30A4\u30EB",Eo="\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA",Lo="\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA",Ro="\u5408\u8A08",Fo="\u9078\u629E\u306A\u3057",Go="{{ nb }} \u500B\u9078\u629E",Yo="{{ nb }} \u500B\u9078\u629E",zo="\u9805\u76EE",Io="\u9805\u76EE",Wo="\u4F5C\u6210",Oo="\u66F8\u304D\u8FBC\u307F",Vo="\u79FB\u52D5",qo="\u524A\u9664",Qo="\u5909\u66F4",jo="\u5171\u6709",Bo="\u30EA\u30F3\u30AF",Ho="\u30EA\u30F3\u30AF",Ko="\u30EA\u30F3\u30AF",Jo="\u30EA\u30F3\u30AF",Xo="\u30B2\u30B9\u30C8",Zo="\u30B2\u30B9\u30C8",$o="\u30B2\u30B9\u30C8",ea="\u30B2\u30B9\u30C8",oa="\u671F\u9650\u5207\u308C",aa="\u671F\u9650\u5207\u308C",ta="\u306A\u3057",sa="\u6A29\u9650",na="\u6240\u6709\u8005",ra="\u81EA\u5206",ia="\u5171\u6709",la="\u4F5C\u6210\u65E5",da="\u65E5\u4ED8",ca="\u30D1\u30B9",ha="\u6709\u52B9",ua="\u6709\u52B9",pa="\u4E00\u6642\u505C\u6B62",ma="\u7A2E\u985E",fa="\u8AAC\u660E",ba="\u8868\u793A\u7BC4\u56F2",ya="\u4E0D\u660E",ga="\u6709\u52B9\u671F\u9650",wa="\u30A2\u30AF\u30BB\u30B9",Sa="\u30A2\u30AF\u30BB\u30B9\u6E08\u307F",va="\u30B3\u30E1\u30F3\u30C8",Ta="\u30B3\u30E1\u30F3\u30C8",Aa="\u30B3\u30E1\u30F3\u30C8",_a="\u30B3\u30E1\u30F3\u30C8\u3057\u307E\u3057\u305F",ka="\u306F\u3044",Ca="\u3044\u3044\u3048",xa="\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8",Da="\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8",Pa="\u5229\u7528\u53EF\u80FD",Ua="\u4F7F\u7528\u4E2D",Na="\u4E0D\u5728",Ma="\u30AA\u30D5\u30E9\u30A4\u30F3",Ea="\u8868\u793A",La="\u30ED\u30B0\u30A2\u30A6\u30C8",Ra="\u65E5",Fa="\u65E5",Ga="\u524A\u9664",Ya="\u30B9\u30B1\u30B8\u30E5\u30FC\u30E9",za="\u4E26\u5217",Ia="\u9010\u6B21",Wa="\u8EE2\u9001",Oa="\u30B7\u30DF\u30E5\u30EC\u30FC\u30C8",Va="\u30EA\u30BB\u30C3\u30C8",qa="\u53C2\u7167",Qa="\u30A2\u30AF\u30B7\u30E7\u30F3",ja="\u8FFD\u52A0",Ba="\u524A\u9664",Ha="\u30B3\u30D4\u30FC",Ka="\u79FB\u52D5",Ja="\u30D5\u30A3\u30EB\u30BF\u30FC\u6E08\u307F",Xa="\u30A8\u30E9\u30FC",Za="\u30B5\u30FC\u30D0\u30FC",$a="\u65B9\u5411",et="\u7AF6\u5408",ot="\u6700\u8FD1",at="\u30BD\u30FC\u30B9",tt="\u5B9B\u5148",st="\u30E2\u30FC\u30C9",nt="\u9010\u6B21\u7684\u306B",rt="\u4E26\u5217\u3067",it="\u9AD8\u901F",lt="\u5B89\u5168",dt="\u6709\u52B9",ct="\u6709\u52B9\u5316",ht="\u7121\u52B9",ut="\u7121\u52B9\u5316",pt="\u6642\u9593",mt="\u5206",ft="\u65E5",bt="\u53CC\u65B9\u5411",yt="\u3057\u306A\u3044",gt="\u30A6\u30A3\u30B6\u30FC\u30C9",wt="\u6B21\u3078",St="\u524D\u3078",vt="\u5B8C\u4E86",Tt="\u3078",At="\u30EA\u30DD\u30B8\u30C8\u30EA",_t="\u516C\u958B",kt="\u30ED\u30FC\u30AB\u30EB",Ct="\u30EA\u30E2\u30FC\u30C8",xt="\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",Dt="\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8",Pt="\u30D0\u30FC\u30B8\u30E7\u30F3",Ut="\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3",Nt="\u7BA1\u7406",Mt={"Sign-in to your account":"\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u30B5\u30A4\u30F3\u30A4\u30F3","Wrong login or password":"\u30ED\u30B0\u30A4\u30F3\u540D\u307E\u305F\u306F\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093","Authentication service error":"\u8A8D\u8A3C\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC","Account locked":"\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u307E\u3059","Account is not allowed":"\u30A2\u30AB\u30A6\u30F3\u30C8\u306F\u8A31\u53EF\u3055\u308C\u3066\u3044\u307E\u305B\u3093","Account matching error":"\u30A2\u30AB\u30A6\u30F3\u30C8\u7167\u5408\u30A8\u30E9\u30FC",Authentication:a,"Sign in":"\u30B5\u30A4\u30F3\u30A4\u30F3",Login:t,Password:s,"Login or Email":"\u30ED\u30B0\u30A4\u30F3\u540D\u307E\u305F\u306F\u30E1\u30FC\u30EB","Login already used":"\u305D\u306E\u30ED\u30B0\u30A4\u30F3\u540D\u306F\u65E2\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059","You are already logged in":"\u65E2\u306B\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u3059","Name already used":"\u305D\u306E\u540D\u524D\u306F\u65E2\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059","Token has expired":"\u30C8\u30FC\u30AF\u30F3\u306E\u6709\u52B9\u671F\u9650\u304C\u5207\u308C\u3066\u3044\u307E\u3059",Confirm:n,Cancel:r,Close:i,"Server connection error":"\u30B5\u30FC\u30D0\u30FC\u63A5\u7D9A\u30A8\u30E9\u30FC",Filter:l,Filters:d,search:c,Search:h,"Search for content":"\u30B3\u30F3\u30C6\u30F3\u30C4\u3092\u691C\u7D22","Search for files":"\u30D5\u30A1\u30A4\u30EB\u3092\u691C\u7D22","Full-text search":"\u30D5\u30EB\u30C6\u30AD\u30B9\u30C8\u691C\u7D22","Full-text search is disabled":"\u30D5\u30EB\u30C6\u30AD\u30B9\u30C8\u691C\u7D22\u306F\u7121\u52B9\u3067\u3059","Type to search for users or groups to add":"\u8FFD\u52A0\u3059\u308B\u30E6\u30FC\u30B6\u30FC\u307E\u305F\u306F\u30B0\u30EB\u30FC\u30D7\u3092\u691C\u7D22","Type to search for groups to add":"\u8FFD\u52A0\u3059\u308B\u30B0\u30EB\u30FC\u30D7\u3092\u691C\u7D22","Type to search for users to add":"\u8FFD\u52A0\u3059\u308B\u30E6\u30FC\u30B6\u30FC\u3092\u691C\u7D22","Type to search for managers to add":"\u8FFD\u52A0\u3059\u308B\u30DE\u30CD\u30FC\u30B8\u30E3\u30FC\u3092\u691C\u7D22","Member since":"\u30E1\u30F3\u30D0\u30FC\u767B\u9332\u65E5","Windows Manager":"\u30A6\u30A3\u30F3\u30C9\u30A6\u30DE\u30CD\u30FC\u30B8\u30E3\u30FC","Mark as read":"\u65E2\u8AAD\u306B\u3059\u308B",See:u,no_task:p,one_task:m,nb_tasks:f,one_active_task:b,nb_active_tasks:y,nb_elements:g,nb_actions:w,one_message:S,nb_messages:v,one_notification:T,nb_notifications:A,Application:_,application:k,"application and email":"\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30E1\u30FC\u30EB",Notification:C,Notifications:x,Event:D,File:P,Files:U,"Personal files":"\u500B\u4EBA\u30D5\u30A1\u30A4\u30EB","for personal files":"\u500B\u4EBA\u30D5\u30A1\u30A4\u30EB\u7528",Personal:N,External:M,"Share status":"\u5171\u6709\u72B6\u6CC1","Share description":"\u5171\u6709\u306E\u8AAC\u660E","No recent files":"\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u3042\u308A\u307E\u305B\u3093",Groups:E,Group:L,group:R,"New personal group":"\u65B0\u3057\u3044\u500B\u4EBA\u30B0\u30EB\u30FC\u30D7","Edit personal group":"\u500B\u4EBA\u30B0\u30EB\u30FC\u30D7\u3092\u7DE8\u96C6","personal group":"\u500B\u4EBA\u30B0\u30EB\u30FC\u30D7","Personal group":"\u500B\u4EBA\u30B0\u30EB\u30FC\u30D7","Personal groups":"\u500B\u4EBA\u30B0\u30EB\u30FC\u30D7",groups:F,"Parent group":"\u89AA\u30B0\u30EB\u30FC\u30D7","Group updated":"\u30B0\u30EB\u30FC\u30D7\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F","Group created":"\u30B0\u30EB\u30FC\u30D7\u3092\u4F5C\u6210\u3057\u307E\u3057\u305F","Group not found":"\u30B0\u30EB\u30FC\u30D7\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093","Group error":"\u30B0\u30EB\u30FC\u30D7\u30A8\u30E9\u30FC","Set as group manager":"\u30B0\u30EB\u30FC\u30D7\u30DE\u30CD\u30FC\u30B8\u30E3\u30FC\u306B\u8A2D\u5B9A","As a manager, the user will be able to manage the group and its members.":"\u30DE\u30CD\u30FC\u30B8\u30E3\u30FC\u306F\u30B0\u30EB\u30FC\u30D7\u3068\u305D\u306E\u30E1\u30F3\u30D0\u30FC\u3092\u7BA1\u7406\u3067\u304D\u307E\u3059\u3002","As a manager, the user will be able to manage group members but not group properties.":"\u30DE\u30CD\u30FC\u30B8\u30E3\u30FC\u306F\u30B0\u30EB\u30FC\u30D7\u306E\u30E1\u30F3\u30D0\u30FC\u3092\u7BA1\u7406\u3067\u304D\u307E\u3059\u304C\u3001\u30B0\u30EB\u30FC\u30D7\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u7BA1\u7406\u3067\u304D\u307E\u305B\u3093\u3002",Visible:G,Private:Y,Isolated:z,"Select the parent group":"\u89AA\u30B0\u30EB\u30FC\u30D7\u3092\u9078\u629E","from the group":"\u30B0\u30EB\u30FC\u30D7\u304B\u3089","New group":"\u65B0\u3057\u3044\u30B0\u30EB\u30FC\u30D7","Edit group":"\u30B0\u30EB\u30FC\u30D7\u3092\u7DE8\u96C6","Leave group":"\u30B0\u30EB\u30FC\u30D7\u3092\u9000\u51FA","Delete group":"\u30B0\u30EB\u30FC\u30D7\u3092\u524A\u9664","Remove from group":"\u30B0\u30EB\u30FC\u30D7\u304B\u3089\u524A\u9664","Group must have at least one manager":"\u30B0\u30EB\u30FC\u30D7\u306B\u306F\u5C11\u306A\u304F\u3068\u30821\u4EBA\u306E\u30DE\u30CD\u30FC\u30B8\u30E3\u30FC\u304C\u5FC5\u8981\u3067\u3059","The group was left":"\u30B0\u30EB\u30FC\u30D7\u3092\u9000\u51FA\u3057\u307E\u3057\u305F","The group was not left":"\u30B0\u30EB\u30FC\u30D7\u3092\u9000\u51FA\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F","will be left, you will no longer be a member of this group":"\u304B\u3089\u9000\u51FA\u3057\u307E\u3059\u3002\u3053\u306E\u30B0\u30EB\u30FC\u30D7\u306E\u30E1\u30F3\u30D0\u30FC\u3067\u306F\u306A\u304F\u306A\u308A\u307E\u3059","All users can see this group.":"\u3059\u3079\u3066\u306E\u30E6\u30FC\u30B6\u30FC\u304C\u3053\u306E\u30B0\u30EB\u30FC\u30D7\u3092\u8868\u793A\u3067\u304D\u307E\u3059\u3002","Users who are not members of this group cannot see it.":"\u3053\u306E\u30B0\u30EB\u30FC\u30D7\u306E\u30E1\u30F3\u30D0\u30FC\u3067\u306A\u3044\u30E6\u30FC\u30B6\u30FC\u306B\u306F\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","The group is not visible, its members cannot see it and cannot see each other.":"\u30B0\u30EB\u30FC\u30D7\u306F\u4E0D\u53EF\u8996\u3067\u3001\u30E1\u30F3\u30D0\u30FC\u306F\u30B0\u30EB\u30FC\u30D7\u3082\u4E92\u3044\u306E\u5B58\u5728\u3082\u898B\u3048\u307E\u305B\u3093\u3002",Add:I,"Add members":"\u30E1\u30F3\u30D0\u30FC\u3092\u8FFD\u52A0","See members":"\u30E1\u30F3\u30D0\u30FC\u3092\u8868\u793A",Administrator:W,Administration:O,User:V,user:q,Users:Q,users:j,"New user":"\u65B0\u3057\u3044\u30E6\u30FC\u30B6\u30FC",account:B,Account:H,"Account status":"\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u72B6\u614B",Email:K,"Email already used":"\u305D\u306E\u30E1\u30FC\u30EB\u306F\u65E2\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059","First name":"\u540D","Last name":"\u59D3","Full name":"\u6C0F\u540D",Status:J,Role:X,IP:Z,"IP Addresses":"IP\u30A2\u30C9\u30EC\u30B9",Seen:$,Connection:ee,Connections:oe,"Confirm deletion":"\u524A\u9664\u306E\u78BA\u8A8D","Confirm permanent deletion of data":"\u30C7\u30FC\u30BF\u306E\u5B8C\u5168\u524A\u9664\u3092\u78BA\u8A8D","Space and data will be deleted in":"\u30B9\u30DA\u30FC\u30B9\u3068\u30C7\u30FC\u30BF\u306F\u524A\u9664\u3055\u308C\u307E\u3059","Space is disabled":"\u30B9\u30DA\u30FC\u30B9\u306F\u7121\u52B9\u3067\u3059","Storage Space":"\u30B9\u30C8\u30EC\u30FC\u30B8\u9818\u57DF","Storage Quota":"\u30B9\u30C8\u30EC\u30FC\u30B8\u5BB9\u91CF","Storage Usage":"\u30B9\u30C8\u30EC\u30FC\u30B8\u4F7F\u7528\u91CF","Space status":"\u30B9\u30DA\u30FC\u30B9\u306E\u72B6\u614B","Storage quota exceeded":"\u30B9\u30C8\u30EC\u30FC\u30B8\u306E\u5272\u308A\u5F53\u3066\u3092\u8D85\u3048\u3066\u3044\u307E\u3059","Storage quota will be exceeded":"\u30B9\u30C8\u30EC\u30FC\u30B8\u306E\u5272\u308A\u5F53\u3066\u3092\u8D85\u904E\u3059\u308B\u898B\u8FBC\u307F\u3067\u3059","No more space available":"\u7A7A\u304D\u5BB9\u91CF\u304C\u3042\u308A\u307E\u305B\u3093",available_space_is_low:ae,online:te,"Online users":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30E6\u30FC\u30B6\u30FC",Unlimited:se,member:ne,members:re,Member:ie,Members:le,Manager:de,manager:ce,Managers:he,"At least one manager is required":"\u5C11\u306A\u304F\u3068\u30821\u4EBA\u306E\u30DE\u30CD\u30FC\u30B8\u30E3\u30FC\u304C\u5FC5\u8981\u3067\u3059",Generate:ue,Import:pe,Configuration:me,Applications:fe,applications:be,"Permissions inherited from groups":"\u30B0\u30EB\u30FC\u30D7\u304B\u3089\u7D99\u627F\u3055\u308C\u305F\u6A29\u9650","Only the group will be deleted, the members will no longer be part of it.":"\u30B0\u30EB\u30FC\u30D7\u306E\u307F\u304C\u524A\u9664\u3055\u308C\u3001\u30E1\u30F3\u30D0\u30FC\u306F\u305D\u306E\u4E00\u54E1\u3067\u306F\u306A\u304F\u306A\u308A\u307E\u3059\u3002",Avatar:ye,Update:ge,"current password":"\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9","new password":"\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9","Change me !":"\u5909\u66F4\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","Current password missing !":"\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u672A\u5165\u529B\u3067\u3059\uFF01","New password missing !":"\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u672A\u5165\u529B\u3067\u3059\uFF01","New password must have 8 characters minimum":"\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9\u306F8\u6587\u5B57\u4EE5\u4E0A\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059","Current password does not match":"\u73FE\u5728\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u4E00\u81F4\u3057\u307E\u305B\u3093","Password has been updated":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F","Unable to update password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u66F4\u65B0\u3067\u304D\u307E\u305B\u3093","Bad password":"\u4E0D\u6B63\u306A\u30D1\u30B9\u30EF\u30FC\u30C9","too many login attempts":"\u30ED\u30B0\u30A4\u30F3\u8A66\u884C\u304C\u591A\u3059\u304E\u307E\u3059",Language:we,"Language updated":"\u8A00\u8A9E\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F","Unable to update language":"\u8A00\u8A9E\u3092\u66F4\u65B0\u3067\u304D\u307E\u305B\u3093","Notification preference updated":"\u901A\u77E5\u8A2D\u5B9A\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F","Full-text search preference updated":"\u30D5\u30EB\u30C6\u30AD\u30B9\u30C8\u691C\u7D22\u8A2D\u5B9A\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F","Unable to update notification preference":"\u901A\u77E5\u8A2D\u5B9A\u3092\u66F4\u65B0\u3067\u304D\u307E\u305B\u3093","Unable to update full-text search preference":"\u30D5\u30EB\u30C6\u30AD\u30B9\u30C8\u691C\u7D22\u8A2D\u5B9A\u3092\u66F4\u65B0\u3067\u304D\u307E\u305B\u3093","Unable to open document":"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u958B\u3051\u307E\u305B\u3093",Home:Se,Recents:ve,recents:Te,Trash:Ae,"trash bins":"\u30B4\u30DF\u7BB1",Shares:_e,Share:ke,shares:Ce,shared:xe,personal_space:De,spaces_access:Pe,spaces_admin:Ue,shares_access:Ne,shares_admin:Me,guests_admin:Ee,personal_groups_admin:Le,desktop_app_access:Re,desktop_app_sync:Fe,webdav_access:Ge,"Create share":"\u5171\u6709\u3092\u4F5C\u6210","Edit share":"\u5171\u6709\u3092\u7DE8\u96C6","Delete share":"\u5171\u6709\u3092\u524A\u9664","Child shares":"\u5B50\u5171\u6709",webdav:Ye,"Share is disabled":"\u5171\u6709\u306F\u7121\u52B9\u3067\u3059",Space:ze,Spaces:Ie,spaces:We,"Space name":"\u30B9\u30DA\u30FC\u30B9\u540D","New space":"\u65B0\u3057\u3044\u30B9\u30DA\u30FC\u30B9","Create a new space":"\u65B0\u3057\u3044\u30B9\u30DA\u30FC\u30B9\u3092\u4F5C\u6210","Create space":"\u30B9\u30DA\u30FC\u30B9\u3092\u4F5C\u6210","Edit space":"\u30B9\u30DA\u30FC\u30B9\u3092\u7DE8\u96C6","Delete space":"\u30B9\u30DA\u30FC\u30B9\u3092\u524A\u9664","Create a new share":"\u65B0\u3057\u3044\u5171\u6709\u3092\u4F5C\u6210","Type to search for space to select":"\u9078\u629E\u3059\u308B\u30B9\u30DA\u30FC\u30B9\u3092\u691C\u7D22","Anchor to a space":"\u30B9\u30DA\u30FC\u30B9\u306B\u30A2\u30F3\u30AB\u30FC","Anchor files to a space":"\u30D5\u30A1\u30A4\u30EB\u3092\u30B9\u30DA\u30FC\u30B9\u306B\u30A2\u30F3\u30AB\u30FC\u3059\u308B","You have been invited to join this space":"\u3053\u306E\u30B9\u30DA\u30FC\u30B9\u3078\u306E\u62DB\u5F85\u3092\u53D7\u3051\u307E\u3057\u305F","You have been invited to join this share":"\u3053\u306E\u5171\u6709\u3078\u306E\u62DB\u5F85\u3092\u53D7\u3051\u307E\u3057\u305F","Shared with others":"\u4ED6\u306E\u30E6\u30FC\u30B6\u30FC\u3068\u5171\u6709","With others":"\u4ED6\u306E\u30E6\u30FC\u30B6\u30FC\u3068","Shared with me":"\u81EA\u5206\u3068\u5171\u6709","With me":"\u81EA\u5206\u3068","Shared via links":"\u30EA\u30F3\u30AF\u7D4C\u7531\u3067\u5171\u6709","Via links":"\u30EA\u30F3\u30AF\u7D4C\u7531","Shared from":"\u5171\u6709\u5143","share with you this":"\u6B21\u3092\u3042\u306A\u305F\u3068\u5171\u6709\u3057\u307E\u3057\u305F","shared with you":"\u3042\u306A\u305F\u3068\u5171\u6709\u3057\u307E\u3057\u305F","no longer share with you":"\u3042\u306A\u305F\u3068\u306E\u5171\u6709\u3092\u505C\u6B62\u3057\u307E\u3057\u305F","You now have access to the space":"\u30B9\u30DA\u30FC\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u304C\u4ED8\u4E0E\u3055\u308C\u307E\u3057\u305F","You no longer have access to the space":"\u30B9\u30DA\u30FC\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u304C\u306A\u304F\u306A\u308A\u307E\u3057\u305F","This space has been permanently deleted":"\u3053\u306E\u30B9\u30DA\u30FC\u30B9\u306F\u5B8C\u5168\u306B\u524A\u9664\u3055\u308C\u307E\u3057\u305F","You now have access to the share":"\u5171\u6709\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u304C\u4ED8\u4E0E\u3055\u308C\u307E\u3057\u305F","You no longer have access to the share":"\u5171\u6709\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u304C\u306A\u304F\u306A\u308A\u307E\u3057\u305F","You are no longer a member of the parent share, your child share has been deleted":"\u89AA\u5171\u6709\u306E\u30E1\u30F3\u30D0\u30FC\u3067\u306F\u306A\u304F\u306A\u3063\u305F\u305F\u3081\u3001\u3042\u306A\u305F\u306E\u5B50\u5171\u6709\u306F\u524A\u9664\u3055\u308C\u307E\u3057\u305F",anchored:Oe,unanchored:Ve,"Share not found":"\u5171\u6709\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093","Go to":"\u79FB\u52D5",Location:qe,"Name and location are required":"\u540D\u524D\u3068\u5834\u6240\u306F\u5FC5\u9808\u3067\u3059","Parent location already exists in files":"\u89AA\u306E\u5834\u6240\u306F\u30D5\u30A1\u30A4\u30EB\u306B\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059","Check the location":"\u5834\u6240\u3092\u78BA\u8A8D","Location not found":"\u5834\u6240\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093","Forbidden resource":"\u8A31\u53EF\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u6240","Resource already exists":"\u9805\u76EE\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059","The location does not exist":"\u305D\u306E\u5834\u6240\u306F\u5B58\u5728\u3057\u307E\u305B\u3093","The location is not readable":"\u305D\u306E\u5834\u6240\u306F\u8AAD\u307F\u53D6\u308A\u4E0D\u53EF\u3067\u3059","The location is not writeable":"\u305D\u306E\u5834\u6240\u306F\u66F8\u304D\u8FBC\u307F\u4E0D\u53EF\u3067\u3059","The location is a directory":"\u305D\u306E\u5834\u6240\u306F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3067\u3059","The file is locked":"\u30D5\u30A1\u30A4\u30EB\u306F\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u307E\u3059","This share is protected by a password":"\u3053\u306E\u5171\u6709\u306F\u30D1\u30B9\u30EF\u30FC\u30C9\u3067\u4FDD\u8B77\u3055\u308C\u3066\u3044\u307E\u3059","You do not have share permission":"\u5171\u6709\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093","You can not share a space":"\u30B9\u30DA\u30FC\u30B9\u306F\u5171\u6709\u3067\u304D\u307E\u305B\u3093","You can not remove an anchored file":"\u30A2\u30F3\u30AB\u30FC\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306F\u524A\u9664\u3067\u304D\u307E\u305B\u3093","You are not allowed to write here":"\u3053\u3053\u306B\u66F8\u304D\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093","You are not allowed to do this action":"\u3053\u306E\u64CD\u4F5C\u3092\u884C\u3046\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093","You can not move an anchored file":"\u30A2\u30F3\u30AB\u30FC\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306F\u79FB\u52D5\u3067\u304D\u307E\u305B\u3093","You can not move a locked file":"\u30ED\u30C3\u30AF\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306F\u79FB\u52D5\u3067\u304D\u307E\u305B\u3093",Anchored:Qe,"Anchored by":"\u30A2\u30F3\u30AB\u30FC\u3057\u305F\u30E6\u30FC\u30B6\u30FC","Manage my anchored files":"\u81EA\u5206\u306E\u30A2\u30F3\u30AB\u30FC\u30D5\u30A1\u30A4\u30EB\u3092\u7BA1\u7406","You have no files anchored on this space":"\u3053\u306E\u30B9\u30DA\u30FC\u30B9\u306B\u30A2\u30F3\u30AB\u30FC\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306F\u3042\u308A\u307E\u305B\u3093","An anchored file already has this name":"\u540C\u540D\u306E\u30A2\u30F3\u30AB\u30FC\u30D5\u30A1\u30A4\u30EB\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059",Settings:je,Options:Be,Name:He,Download:Ke,"Download done":"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u5B8C\u4E86","Download failed":"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u5931\u6557","Upload done":"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5B8C\u4E86","Upload failed":"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557","Copy/Move":"\u30B3\u30D4\u30FC/\u79FB\u52D5",Move:Je,"Move done":"\u79FB\u52D5\u5B8C\u4E86","Move failed":"\u79FB\u52D5\u5931\u6557","Deletion done":"\u524A\u9664\u5B8C\u4E86","Deletion failed":"\u524A\u9664\u5931\u6557","Creation failed":"\u4F5C\u6210\u5931\u6557",Copy:Xe,"Copy done":"\u30B3\u30D4\u30FC\u5B8C\u4E86","Copy failed":"\u30B3\u30D4\u30FC\u5931\u6557","Copy-Paste":"\u30B3\u30D4\u30FC\uFF06\u30DA\u30FC\u30B9\u30C8","Cut-Paste":"\u30AB\u30C3\u30C8\uFF06\u30DA\u30FC\u30B9\u30C8",Rename:Ze,Edit:$e,"Share inside":"\u5185\u90E8\u3067\u5171\u6709","Share outside":"\u5916\u90E8\u3067\u5171\u6709",Remove:eo,Clipboard:oo,"Send to Clipboard":"\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u3078\u9001\u308B","will be removed":"\u524A\u9664\u3055\u308C\u307E\u3059",Refresh:ao,Empty:to,List:so,Display:no,"Sort by":"\u4E26\u3073\u66FF\u3048",trash_one_file:ro,delete_one_file:io,trash_multiple_files:lo,delete_multiple_files:co,"Moving to trash":"\u30B4\u30DF\u7BB1\u306B\u79FB\u52D5\u4E2D","Permanent deletion":"\u5B8C\u5168\u524A\u9664","Would you like to empty the trash ?":"\u30B4\u30DF\u7BB1\u3092\u7A7A\u306B\u3057\u307E\u3059\u304B\uFF1F","All items will be permanently deleted":"\u3059\u3079\u3066\u306E\u9805\u76EE\u304C\u5B8C\u5168\u306B\u524A\u9664\u3055\u308C\u307E\u3059","Actions will be performed in the current folder":"\u64CD\u4F5C\u306F\u73FE\u5728\u306E\u30D5\u30A9\u30EB\u30C0\u30FC\u3067\u5B9F\u884C\u3055\u308C\u307E\u3059","The client will no longer have permission to access your account and will no longer be able to synchronize.":"\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8\u306F\u3042\u306A\u305F\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u3092\u5931\u3044\u3001\u540C\u671F\u3067\u304D\u306A\u304F\u306A\u308A\u307E\u3059\u3002","The access expires":"\u30A2\u30AF\u30BB\u30B9\u306E\u6709\u52B9\u671F\u9650","The access has expired":"\u30A2\u30AF\u30BB\u30B9\u306E\u6709\u52B9\u671F\u9650\u304C\u5207\u308C\u3066\u3044\u307E\u3059","Never expires":"\u6709\u52B9\u671F\u9650\u306A\u3057",synchronization:ho,Synchronization:uo,Synchronizations:po,Synchronize:mo,Sync:fo,"Stop synchronization":"\u540C\u671F\u3092\u505C\u6B62","Synchronize all":"\u3059\u3079\u3066\u540C\u671F","Stop synchronizations":"\u540C\u671F\u3092\u505C\u6B62",Synced:bo,"Sync already exists":"\u540C\u671F\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059","Sync was reset":"\u540C\u671F\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3057\u305F","Sync deleted":"\u540C\u671F\u3092\u524A\u9664\u3057\u307E\u3057\u305F","This client":"\u3053\u306E\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8","You are no longer synchronizing":"\u540C\u671F\u3057\u3066\u3044\u307E\u305B\u3093",Compress:yo,Decompress:go,"Compress and Download":"\u5727\u7E2E\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9","Compress and Save":"\u5727\u7E2E\u3057\u3066\u4FDD\u5B58","Enable compression":"\u5727\u7E2E\u3092\u6709\u52B9\u5316","Compression done":"\u5727\u7E2E\u5B8C\u4E86","Compression failed":"\u5727\u7E2E\u5931\u6557","Decompression done":"\u89E3\u51CD\u5B8C\u4E86","Decompression failed":"\u89E3\u51CD\u5931\u6557","(this may take longer)":"\uFF08\u6642\u9593\u304C\u304B\u304B\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\uFF09","Save in the current directory":"\u73FE\u5728\u306E\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306B\u4FDD\u5B58","This name is already used":"\u3053\u306E\u540D\u524D\u306F\u65E2\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059",Information:wo,Informations:So,Infos:vo,Size:To,Modified:Ao,modified:_o,Tasks:ko,"Download from URL":"URL \u304B\u3089\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9","Upload files":"\u30D5\u30A1\u30A4\u30EB\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9","Upload folders":"\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9","Folder name":"\u30D5\u30A9\u30EB\u30C0\u30FC\u540D","New folder":"\u65B0\u3057\u3044\u30D5\u30A9\u30EB\u30C0\u30FC","Document name":"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u540D","New document":"\u65B0\u3057\u3044\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8","File name":"\u30D5\u30A1\u30A4\u30EB\u540D","File permissions":"\u30D5\u30A1\u30A4\u30EB\u306E\u6A29\u9650",Text:Co,"Rich Text Format":"\u30EA\u30C3\u30C1\u30C6\u30AD\u30B9\u30C8\u5F62\u5F0F","Forbidden characters":"\u4F7F\u7528\u3067\u304D\u306A\u3044\u6587\u5B57",Elements:xo,"Malformed URL":"\u4E0D\u6B63\u306AURL",New:Do,Folder:Po,folder:Uo,file:No,files:Mo,directory:Eo,directories:Lo,Total:Ro,no_selection:Fo,one_selection:Go,nb_selections:Yo,"Archive name":"\u30A2\u30FC\u30AB\u30A4\u30D6\u540D","Drag and drop your files here":"\u3053\u3053\u306B\u30D5\u30A1\u30A4\u30EB\u3092\u30C9\u30E9\u30C3\u30B0\uFF06\u30C9\u30ED\u30C3\u30D7","The destination already exists":"\u5B9B\u5148\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059","This item is already selected":"\u3053\u306E\u9805\u76EE\u306F\u65E2\u306B\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u3059","Parent item is already selected":"\u89AA\u9805\u76EE\u306F\u65E2\u306B\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u3059","This file contains binary data that can not be read":"\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u306B\u306F\u8AAD\u307F\u53D6\u308C\u306A\u3044\u30D0\u30A4\u30CA\u30EA\u30C7\u30FC\u30BF\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059","Navigation Tree":"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30C4\u30EA\u30FC",item:zo,items:Io,create:Wo,write:Oo,move:Vo,delete:qo,modify:Qo,"Delete user":"\u30E6\u30FC\u30B6\u30FC\u3092\u524A\u9664","Delete all user files":"\u30E6\u30FC\u30B6\u30FC\u306E\u5168\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664",share:jo,"Share name":"\u5171\u6709\u540D","New share":"\u65B0\u3057\u3044\u5171\u6709","New share link":"\u65B0\u3057\u3044\u5171\u6709\u30EA\u30F3\u30AF","New link":"\u65B0\u3057\u3044\u30EA\u30F3\u30AF","Edit children shares":"\u5B50\u5171\u6709\u3092\u7DE8\u96C6",Link:Bo,link:Ho,Links:Ko,links:Jo,"Link copied":"\u30EA\u30F3\u30AF\u3092\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F","Link created":"\u30EA\u30F3\u30AF\u3092\u4F5C\u6210\u3057\u307E\u3057\u305F","Link deleted":"\u30EA\u30F3\u30AF\u3092\u524A\u9664\u3057\u307E\u3057\u305F","Link error":"\u30EA\u30F3\u30AF\u30A8\u30E9\u30FC","Copy link":"\u30EA\u30F3\u30AF\u3092\u30B3\u30D4\u30FC","Edit link":"\u30EA\u30F3\u30AF\u3092\u7DE8\u96C6","Guest Link":"\u30B2\u30B9\u30C8\u30EA\u30F3\u30AF","Guest name":"\u30B2\u30B9\u30C8\u540D","Guest email":"\u30B2\u30B9\u30C8\u306E\u30E1\u30FC\u30EB","Guest language":"\u30B2\u30B9\u30C8\u306E\u8A00\u8A9E",Guest:Xo,Guests:Zo,guest:$o,guests:ea,"New guest":"\u65B0\u3057\u3044\u30B2\u30B9\u30C8","Edit guest":"\u30B2\u30B9\u30C8\u3092\u7DE8\u96C6","Guest created":"\u30B2\u30B9\u30C8\u3092\u4F5C\u6210\u3057\u307E\u3057\u305F","Guest deleted":"\u30B2\u30B9\u30C8\u3092\u524A\u9664\u3057\u307E\u3057\u305F","Guest updated":"\u30B2\u30B9\u30C8\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F","Guest error":"\u30B2\u30B9\u30C8\u30A8\u30E9\u30FC","Add an external location":"\u5916\u90E8\u306E\u5834\u6240\u3092\u8FFD\u52A0","External location":"\u5916\u90E8\u306E\u5834\u6240","Select a file":"\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E","The link is expired":"\u30EA\u30F3\u30AF\u306E\u6709\u52B9\u671F\u9650\u304C\u5207\u308C\u3066\u3044\u307E\u3059","The link is disabled":"\u30EA\u30F3\u30AF\u306F\u7121\u52B9\u3067\u3059","The link was not found":"\u30EA\u30F3\u30AF\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093",Expired:oa,expired:aa,none:ta,"The maximum number of access allowed to the link is exceeded":"\u30EA\u30F3\u30AF\u3067\u8A31\u53EF\u3055\u308C\u305F\u6700\u5927\u30A2\u30AF\u30BB\u30B9\u6570\u3092\u8D85\u3048\u3066\u3044\u307E\u3059","Set a password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8A2D\u5B9A","Enter your password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B",Permissions:sa,"No permissions":"\u6A29\u9650\u306A\u3057",Owner:na,Me:ra,Shared:ia,Created:la,"Created & Modified":"\u4F5C\u6210\u65E5\u3068\u66F4\u65B0\u65E5","Creation date":"\u4F5C\u6210\u65E5","Modification date":"\u66F4\u65B0\u65E5","Deactivation date":"\u7121\u52B9\u5316\u65E5",Date:da,Path:ca,active:ha,Active:ua,suspended:pa,"Unable to rename user space":"\u30E6\u30FC\u30B6\u30FC\u30B9\u30DA\u30FC\u30B9\u306E\u540D\u524D\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093","Unable to delete user space":"\u30E6\u30FC\u30B6\u30FC\u30B9\u30DA\u30FC\u30B9\u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093","Unable to update user":"\u30E6\u30FC\u30B6\u30FC\u3092\u66F4\u65B0\u3067\u304D\u307E\u305B\u3093","Unable to update user groups":"\u30E6\u30FC\u30B6\u30FC\u306E\u30B0\u30EB\u30FC\u30D7\u3092\u66F4\u65B0\u3067\u304D\u307E\u305B\u3093","User created":"\u30E6\u30FC\u30B6\u30FC\u3092\u4F5C\u6210\u3057\u307E\u3057\u305F","User updated":"\u30E6\u30FC\u30B6\u30FC\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F","User not found":"\u30E6\u30FC\u30B6\u30FC\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093","Edit user":"\u30E6\u30FC\u30B6\u30FC\u3092\u7DE8\u96C6","Impersonate identity":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066\u30ED\u30B0\u30A4\u30F3",Type:ma,Description:fa,Visibility:ba,"Unknown error !":"\u4E0D\u660E\u306A\u30A8\u30E9\u30FC\uFF01",Unknown:ya,Expiration:ga,"Limit access":"\u30A2\u30AF\u30BB\u30B9\u3092\u5236\u9650","Current access count":"\u73FE\u5728\u306E\u30A2\u30AF\u30BB\u30B9\u6570",Access:wa,Accessed:Sa,"Last access":"\u6700\u7D42\u30A2\u30AF\u30BB\u30B9","Last accesses":"\u76F4\u8FD1\u306E\u30A2\u30AF\u30BB\u30B9",Comment:va,Comments:Ta,comments:Aa,commented:_a,"No recent comments":"\u6700\u8FD1\u306E\u30B3\u30E1\u30F3\u30C8\u306F\u3042\u308A\u307E\u305B\u3093","Write a comment ...":"\u30B3\u30E1\u30F3\u30C8\u3092\u66F8\u304F\u2026",yes:ka,no:Ca,Client:xa,Clients:Da,available:Pa,busy:Ua,absent:Na,offline:Ma,View:Ea,"Session has expired":"\u30BB\u30C3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u671F\u9650\u304C\u5207\u308C\u307E\u3057\u305F","Please sign in":"\u518D\u5EA6\u30B5\u30A4\u30F3\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044",logout:La,days:Ra,day:Fa,Delete:Ga,Scheduler:Ya,async:za,seq:Ia,Transfers:Wa,Simulate:Oa,Reset:Va,Browse:qa,Action:Qa,Added:ja,Removed:Ba,Copied:Ha,Moved:Ka,Filtered:Ja,Error:Xa,Server:Za,Direction:$a,Conflict:et,"Show filtered files":"\u30D5\u30A3\u30EB\u30BF\u30FC\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u8868\u793A",recent:ot,Source:at,Destination:tt,Mode:st,Sequentially:nt,Asynchronously:rt,fast:it,secure:lt,enabled:dt,Enable:ct,disabled:ht,Disable:ut,scheduler_unit_hour:pt,scheduler_unit_minute:mt,scheduler_unit_day:ft,"You must have permission to modify the server folder to choose a different sync mode":"\u7570\u306A\u308B\u540C\u671F\u30E2\u30FC\u30C9\u3092\u9078\u629E\u3059\u308B\u306B\u306F\u3001\u30B5\u30FC\u30D0\u30FC\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u5909\u66F4\u3059\u308B\u6A29\u9650\u304C\u5FC5\u8981\u3067\u3059","upload only":"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306E\u307F","download only":"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306E\u307F",both:bt,never:yt,"Clear events":"\u30A4\u30D9\u30F3\u30C8\u3092\u30AF\u30EA\u30A2","Events from":"\u6B21\u306E\u30A4\u30D9\u30F3\u30C8","All syncs":"\u3059\u3079\u3066\u306E\u540C\u671F","All events":"\u3059\u3079\u3066\u306E\u30A4\u30D9\u30F3\u30C8","will be cleared":"\u30AF\u30EA\u30A2\u3055\u308C\u307E\u3059","No differences":"\u5DEE\u5206\u306F\u3042\u308A\u307E\u305B\u3093","Select a folder":"\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u9078\u629E","The files containing":"\u6B21\u3092\u542B\u3080\u30D5\u30A1\u30A4\u30EB","The files starting":"\u6B21\u3067\u59CB\u307E\u308B\u30D5\u30A1\u30A4\u30EB","The files ending":"\u6B21\u3067\u7D42\u308F\u308B\u30D5\u30A1\u30A4\u30EB","Expert (Regexp)":"\u30A8\u30AD\u30B9\u30D1\u30FC\u30C8\uFF08\u6B63\u898F\u8868\u73FE\uFF09","click on the browse button":"\u53C2\u7167\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF","with a name or pattern":"\u540D\u524D\u307E\u305F\u306F\u30D1\u30BF\u30FC\u30F3\u3067","with the extension ('.mp3', '.avi', '.mov' ...)":"\u62E1\u5F35\u5B50\uFF08'.mp3', '.avi', '.mov' \u306A\u3069\uFF09\u3067",Wizard:gt,Next:wt,Previous:St,Done:vt,"This wizard will help you synchronize a directory on your computer with a Sync-in directory.":"\u3053\u306E\u30A6\u30A3\u30B6\u30FC\u30C9\u306F\u3001\u30B3\u30F3\u30D4\u30E5\u30FC\u30BF\u30FC\u4E0A\u306E\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3068 Sync-in \u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306E\u540C\u671F\u3092\u652F\u63F4\u3057\u307E\u3059\u3002","To begin, select a folder on your computer.":"\u307E\u305A\u3001\u30B3\u30F3\u30D4\u30E5\u30FC\u30BF\u30FC\u4E0A\u306E\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002",'You can drag the folder into the area below or click on the "Select" button.':"\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u4E0B\u306E\u9818\u57DF\u306B\u30C9\u30E9\u30C3\u30B0\u3059\u308B\u304B\u300C\u9078\u629E\u300D\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3067\u304D\u307E\u3059\u3002","Drop folder here":"\u3053\u3053\u306B\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u30C9\u30ED\u30C3\u30D7","This directory is already synced":"\u3053\u306E\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306F\u3059\u3067\u306B\u540C\u671F\u3055\u308C\u3066\u3044\u307E\u3059","The parent directory is already synced":"\u89AA\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306F\u3059\u3067\u306B\u540C\u671F\u3055\u308C\u3066\u3044\u307E\u3059","This folder already exists":"\u3053\u306E\u30D5\u30A9\u30EB\u30C0\u30FC\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059","This file already exists":"\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059","This directory is not accessible":"\u3053\u306E\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306B\u306F\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093","This directory is read-only, you will not be able to modify it":"\u3053\u306E\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306F\u8AAD\u307F\u53D6\u308A\u5C02\u7528\u306E\u305F\u3081\u3001\u5909\u66F4\u3067\u304D\u307E\u305B\u3093","Please select the server directory to sync, if it doesn't exist you can create it.":"\u540C\u671F\u3059\u308B\u30B5\u30FC\u30D0\u30FC\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u5B58\u5728\u3057\u306A\u3044\u5834\u5408\u306F\u4F5C\u6210\u3067\u304D\u307E\u3059\u3002","Double click to browse directories":"\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u53C2\u7167","The data will be synchronized from":"\u30C7\u30FC\u30BF\u306F\u6B21\u304B\u3089\u540C\u671F\u3055\u308C\u307E\u3059","the client folder":"\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8\u5074\u30D5\u30A9\u30EB\u30C0\u30FC","the server folder":"\u30B5\u30FC\u30D0\u30FC\u5074\u30D5\u30A9\u30EB\u30C0\u30FC","(One-Way)":"\uFF08\u4E00\u65B9\u5411\uFF09","(Two-Way)":"\uFF08\u53CC\u65B9\u5411\uFF09",to:Tt,"and from":"\u304B\u3089","All files created or modified in":"\u3067\u4F5C\u6210\u30FB\u5909\u66F4\u3055\u308C\u305F\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u306F","will be ignored and deleted":"\u7121\u8996\u3055\u308C\u524A\u9664\u3055\u308C\u307E\u3059","In case of conflict,":"\u7AF6\u5408\u304C\u767A\u751F\u3057\u305F\u5834\u5408\u3001","the most recent files will be kept":"\u3088\u308A\u65B0\u3057\u3044\u30D5\u30A1\u30A4\u30EB\u304C\u4FDD\u6301\u3055\u308C\u307E\u3059","the client\u2019s files take precedence":"\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8\u5074\u306E\u30D5\u30A1\u30A4\u30EB\u304C\u512A\u5148\u3055\u308C\u307E\u3059","the server\u2019s files take precedence":"\u30B5\u30FC\u30D0\u30FC\u5074\u306E\u30D5\u30A1\u30A4\u30EB\u304C\u512A\u5148\u3055\u308C\u307E\u3059","the files in":"\u6B21\u306E\u30D5\u30A1\u30A4\u30EB\u304C","will be preferred":"\u512A\u5148\u3055\u308C\u307E\u3059","Loading...":"\u8AAD\u307F\u8FBC\u307F\u4E2D...","No results":"\u7D50\u679C\u306F\u3042\u308A\u307E\u305B\u3093","Download ARM64 version":"ARM64 \u7248\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9","Download Apple Silicon ARM64 version":"Apple Silicon ARM64 \u7248\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9","Download tar.gz version":"tar.gz \u7248\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",Repository:At,public:_t,local:kt,remote:Ct,"System requirements":"\u30B7\u30B9\u30C6\u30E0\u8981\u4EF6","Feature not enabled":"\u6A5F\u80FD\u304C\u6709\u52B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093","Check the settings":"\u8A2D\u5B9A\u3092\u78BA\u8A8D",Website:xt,Documentation:Dt,Versions:Pt,Security:Ut,"Recovery code":"\u5FA9\u65E7\u30B3\u30FC\u30C9","Use a recovery code":"\u5FA9\u65E7\u30B3\u30FC\u30C9\u3092\u4F7F\u7528","Authentication code":"\u8A8D\u8A3C\u30B3\u30FC\u30C9","Secret copied":"\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8\u3092\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F","Recovery codes copied":"\u5FA9\u65E7\u30B3\u30FC\u30C9\u3092\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F","Invalid code":"\u7121\u52B9\u306A\u30B3\u30FC\u30C9","Incorrect code or password":"\u30B3\u30FC\u30C9\u307E\u305F\u306F\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093","Application Passwords":"\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u30D1\u30B9\u30EF\u30FC\u30C9","Generate a new app password":"\u65B0\u3057\u3044\u30A2\u30D7\u30EA\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u751F\u6210","Generated password":"\u751F\u6210\u3055\u308C\u305F\u30D1\u30B9\u30EF\u30FC\u30C9","This password will only be shown once after it is generated":"\u3053\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u306F\u751F\u6210\u5F8C\u4E00\u5EA6\u3060\u3051\u8868\u793A\u3055\u308C\u307E\u3059","Password name":"\u30D1\u30B9\u30EF\u30FC\u30C9\u540D",Manage:Nt,"Manage app passwords":"\u30A2\u30D7\u30EA\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u7BA1\u7406","Password Authentication":"\u30D1\u30B9\u30EF\u30FC\u30C9\u8A8D\u8A3C","Two-Factor Authentication":"\u4E8C\u8981\u7D20\u8A8D\u8A3C","Two-Factor Authentication is enabled":"\u4E8C\u8981\u7D20\u8A8D\u8A3C\u306F\u6709\u52B9\u3067\u3059","Two-Factor Authentication is disabled":"\u4E8C\u8981\u7D20\u8A8D\u8A3C\u306F\u7121\u52B9\u3067\u3059","Scan this QR code using your authenticator app.":"\u8A8D\u8A3C\u30A2\u30D7\u30EA\u3067\u3053\u306EQR\u30B3\u30FC\u30C9\u3092\u30B9\u30AD\u30E3\u30F3\u3057\u3066\u304F\u3060\u3055\u3044\u3002","(Such as FreeOTP, Proton Authenticator etc.)":"\uFF08FreeOTP\u3001Proton Authenticator \u306A\u3069\uFF09","Or enter this secret manually":"\u3053\u306E\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8\u3092\u624B\u52D5\u3067\u5165\u529B","Valid with your TOTP code":"TOTP \u30B3\u30FC\u30C9\u3067\u78BA\u8A8D","The secret has expired":"\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8\u306E\u6709\u52B9\u671F\u9650\u304C\u5207\u308C\u307E\u3057\u305F","Keep these codes in a safe place. They will allow you to access your account if you lose access to your two-factor authentication.":"\u3053\u308C\u3089\u306E\u30B3\u30FC\u30C9\u306F\u5B89\u5168\u306A\u5834\u6240\u306B\u4FDD\u7BA1\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u4E8C\u8981\u7D20\u8A8D\u8A3C\u3092\u5229\u7528\u3067\u304D\u306A\u304F\u306A\u3063\u305F\u5834\u5408\u3067\u3082\u3001\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u3059\u3002","These recovery codes are for one-time use only and will only be displayed here once.":"\u3053\u308C\u3089\u306E\u5FA9\u65E7\u30B3\u30FC\u30C9\u306F\u4E00\u5EA6\u3057\u304B\u4F7F\u7528\u3067\u304D\u305A\u3001\u3053\u3053\u306B\u4E00\u5EA6\u3060\u3051\u8868\u793A\u3055\u308C\u307E\u3059\u3002"};export{wa as Access,Sa as Accessed,H as Account,Qa as Action,ua as Active,I as Add,ja as Added,O as Administration,W as Administrator,Qe as Anchored,_ as Application,fe as Applications,rt as Asynchronously,a as Authentication,ye as Avatar,qa as Browse,r as Cancel,xa as Client,Da as Clients,oo as Clipboard,i as Close,va as Comment,Ta as Comments,yo as Compress,me as Configuration,n as Confirm,et as Conflict,ee as Connection,oe as Connections,Ha as Copied,Xe as Copy,la as Created,da as Date,go as Decompress,Ga as Delete,fa as Description,tt as Destination,$a as Direction,ut as Disable,no as Display,Dt as Documentation,vt as Done,Ke as Download,$e as Edit,xo as Elements,K as Email,to as Empty,ct as Enable,Xa as Error,D as Event,ga as Expiration,oa as Expired,M as External,P as File,U as Files,l as Filter,Ja as Filtered,d as Filters,Po as Folder,ue as Generate,L as Group,E as Groups,Xo as Guest,Zo as Guests,Se as Home,Z as IP,pe as Import,wo as Information,So as Informations,vo as Infos,z as Isolated,we as Language,Bo as Link,Ko as Links,so as List,qe as Location,t as Login,Nt as Manage,de as Manager,he as Managers,ra as Me,ie as Member,le as Members,st as Mode,Ao as Modified,Je as Move,Ka as Moved,He as Name,Do as New,wt as Next,C as Notification,x as Notifications,Be as Options,na as Owner,s as Password,ca as Path,sa as Permissions,N as Personal,St as Previous,Y as Private,ve as Recents,ao as Refresh,eo as Remove,Ba as Removed,Ze as Rename,At as Repository,Va as Reset,X as Role,Ya as Scheduler,h as Search,Ut as Security,u as See,$ as Seen,nt as Sequentially,Za as Server,je as Settings,ke as Share,ia as Shared,_e as Shares,Oa as Simulate,To as Size,at as Source,ze as Space,Ie as Spaces,J as Status,fo as Sync,bo as Synced,uo as Synchronization,po as Synchronizations,mo as Synchronize,ko as Tasks,Co as Text,Ro as Total,Wa as Transfers,Ae as Trash,ma as Type,ya as Unknown,se as Unlimited,ge as Update,V as User,Q as Users,Pt as Versions,Ea as View,ba as Visibility,G as Visible,xt as Website,gt as Wizard,Na as absent,B as account,ha as active,Oe as anchored,k as application,be as applications,za as async,Pa as available,ae as available_space_is_low,bt as both,Ua as busy,_a as commented,Aa as comments,Wo as create,Fa as day,Ra as days,Mt as default,qo as delete,co as delete_multiple_files,io as delete_one_file,Re as desktop_app_access,Fe as desktop_app_sync,Lo as directories,Eo as directory,ht as disabled,dt as enabled,aa as expired,it as fast,No as file,Mo as files,Uo as folder,R as group,F as groups,$o as guest,ea as guests,Ee as guests_admin,zo as item,Io as items,Ho as link,Jo as links,kt as local,La as logout,ce as manager,ne as member,re as members,_o as modified,Qo as modify,Vo as move,w as nb_actions,y as nb_active_tasks,g as nb_elements,v as nb_messages,A as nb_notifications,Yo as nb_selections,f as nb_tasks,yt as never,Ca as no,Fo as no_selection,p as no_task,ta as none,Ma as offline,b as one_active_task,S as one_message,T as one_notification,Go as one_selection,m as one_task,te as online,Le as personal_groups_admin,De as personal_space,_t as public,ot as recent,Te as recents,Ct as remote,ft as scheduler_unit_day,pt as scheduler_unit_hour,mt as scheduler_unit_minute,c as search,lt as secure,Ia as seq,jo as share,xe as shared,Ce as shares,Ne as shares_access,Me as shares_admin,We as spaces,Pe as spaces_access,Ue as spaces_admin,pa as suspended,ho as synchronization,Tt as to,lo as trash_multiple_files,ro as trash_one_file,Ve as unanchored,q as user,j as users,Ye as webdav,Ge as webdav_access,Oo as write,ka as yes};
@@ -1 +0,0 @@
1
- import{a as Q}from"./chunk-QZU2S5CV.js";import{a as ge}from"./chunk-TPYBFZS5.js";import{a as Ce}from"./chunk-X5XGK6T7.js";import{a as B,b as N,c as de,d as fe,e as xe}from"./chunk-H6NE33VX.js";import"./chunk-BIKLW4YS.js";import{p as me}from"./chunk-HNQRZALS.js";import{C as oe,E as R,F as re,I as se,Za as pe,r as J,va as le,wa as ce,xa as ue,yb as _e}from"./chunk-GUGNR5TF.js";import{$a as L,$d as Y,Ab as G,Cd as W,Db as x,Dd as z,Ed as X,Fb as s,Gf as te,Ha as H,Ic as j,If as ie,Jb as S,Kb as F,L as D,Lb as U,Na as a,Nb as I,Ob as $,Pb as k,Qb as p,Rb as V,Sb as w,Tb as O,Ue as Z,Uf as ne,Zb as K,dg as ae,eb as M,ec as g,fc as P,gc as y,ia as E,kb as v,lb as h,na as _,oa as m,ob as b,of as ee,pb as T,qb as d,rb as l,sb as c,tb as C,xd as q}from"./chunk-C36MW4ME.js";import"./chunk-DM4NXKEP.js";import"./chunk-ZIJQRARU.js";import"./chunk-N3U6637P.js";var ye=["MainContextMenu"],we=["TargetContextMenu"],ve=(e,o)=>o.key,be=(e,o)=>o.id,Te=(e,o)=>o.mid;function Ge(e,o){if(e&1&&C(0,"fa-icon",18),e&2){let t=s(3);d("icon",t.sortTable.sortParam.asc?t.icons.faArrowDown:t.icons.faArrowUp)("fixedWidth",!1)}}function Se(e,o){if(e&1){let t=G();l(0,"th",17),x("click",function(){_(t);let r=s().$implicit,n=s();return m(n.sortBy(r.key))}),p(1),v(2,Ge,1,2,"fa-icon",18),c()}if(e&2){let t=s().$implicit,i=s();k(t.value.class),I("width",t.value.width,"%"),$("text-align-center",t.value.textCenter)("cursor-pointer",t.value.sortable),a(),w(" ",t.value.label," "),a(),h(i.sortTable.sortParam.column===t.key?2:-1)}}function Fe(e,o){if(e&1&&v(0,Se,3,10,"th",16),e&2){let t=o.$implicit;h(t.value.show?0:-1)}}function Ue(e,o){if(e&1&&(l(0,"div",21),C(1,"img",24),l(2,"div",22)(3,"span",25),p(4),c(),l(5,"span",26),p(6),c()()()),e&2){let t=s(3).$implicit;a(),d("src",t.avatarUrl,H),a(3),w(" ",t.login," "),a(2),V(t.email)}}function Ve(e,o){if(e&1&&(l(0,"div",22)(1,"span",25),p(2),c()()),e&2){let t=s(3).$implicit;a(2),V(t.fullName)}}function Ae(e,o){if(e&1&&C(0,"app-user-avatar",27),e&2){let t=o.$implicit;d("user",t)("isMember",!0)}}function Ee(e,o){if(e&1&&b(0,Ae,1,2,"app-user-avatar",27,Te),e&2){let t=s(3).$implicit;T(t.managers)}}function Me(e,o){e&1&&p(0," too many login attempts ")}function $e(e,o){if(e&1&&p(0),e&2){let t=s(4).$implicit;w(" ",t.userIsActiveText," ")}}function ke(e,o){if(e&1&&(l(0,"span",28),v(1,Me,1,0)(2,$e,1,1),c()),e&2){let t=s(3).$implicit;k(t.isActive?"text-success":"text-danger"),a(),h(!t.isActive&&t.passwordAttempts?1:2)}}function Pe(e,o){if(e&1&&(p(0),g(1,"amDateFormat")),e&2){let t=s(3).$implicit;w(" ",P(1,1,t.createdAt)," ")}}function De(e,o){if(e&1&&(l(0,"div",22)(1,"div"),p(2),g(3,"amDateFormat"),c(),l(4,"div"),p(5),g(6,"amDateFormat"),c()()),e&2){let t=s(5).$implicit;a(2),V(P(3,2,t.currentAccess)),a(3),V(P(6,4,t.lastAccess))}}function Ie(e,o){if(e&1&&p(0),e&2){let t=s(5).$implicit;w(" ",t.hTimeAgo," ")}}function Re(e,o){if(e&1){let t=G();l(0,"div",30),x("mouseover",function(){_(t);let r=s(4).$implicit;return m(r.currentAccessHover=!0)})("focus",function(){_(t);let r=s(4).$implicit;return m(r.currentAccessHover=!0)})("mouseleave",function(){_(t);let r=s(4).$implicit;return m(r.currentAccessHover=!1)}),v(1,De,7,6,"div",22)(2,Ie,1,1),c()}if(e&2){let t=s(4).$implicit;a(),h(t.currentAccessHover?1:2)}}function Be(e,o){e&1&&(l(0,"span",28),p(1,"never"),c())}function Ne(e,o){if(e&1&&v(0,Re,3,1,"div",29)(1,Be,2,0,"span",28),e&2){let t=s(3).$implicit;h(t.currentAccess?0:1)}}function Qe(e,o){if(e&1&&(l(0,"td"),v(1,Ue,7,3,"div",21)(2,Ve,3,1,"div",22)(3,Ee,2,0)(4,ke,3,3,"span",23)(5,Pe,2,3)(6,Ne,2,1),c()),e&2){let t,i=s().$implicit,r=s().$implicit;k(K("",i.value.class," ",i.value.newly?"prop-newly-"+r[i.value.newly]:"")),I("width",i.value.width,"%"),$("text-align-center",i.value.textCenter),a(),h((t=i.key)==="login"?1:t==="fullName"?2:t==="managers"?3:t==="isActive"?4:t==="createdAt"?5:t==="currentAccess"?6:-1)}}function He(e,o){if(e&1&&v(0,Qe,7,9,"td",20),e&2){let t=o.$implicit;h(t.value.show?0:-1)}}function Le(e,o){if(e&1){let t=G();l(0,"tr",19),x("click",function(){let r=_(t).$implicit,n=s();return m(n.onSelect(r))})("contextmenu",function(r){let n=_(t).$implicit,u=s();return m(u.onTargetContextMenu(r,n))})("appTap",function(){_(t);let r=s();return m(r.openGuestDialog())}),b(1,He,1,1,null,null,ve),g(3,"keyvalue"),c()}if(e&2){let t=o.$implicit,i=s();$("disabled",!t.isActive)("selected",t.id===(i.selected==null?null:i.selected.id)),a(),T(y(3,4,i.tableHeaders,i.originalOrderKeyValue))}}function Oe(e,o){if(e&1&&(l(0,"span",28),C(1,"fa-icon",6),p(2,"New guest"),c()),e&2){let t=s();a(),d("icon",t.icons.faPlus)}}function Ke(e,o){}function je(e,o){if(e&1&&(l(0,"span",28),C(1,"fa-icon",6),p(2,"Refresh"),c()),e&2){let t=s();a(),d("icon",t.icons.faArrowRotateRight)}}function qe(e,o){if(e&1&&(l(0,"span",28),C(1,"fa-icon",6),p(2,"Edit guest"),c()),e&2){let t=s();a(),d("icon",t.icons.faPen)}}var vt=(()=>{let o=class o{constructor(){this.locale=E(q),this.originalOrderKeyValue=pe,this.icons={faRotate:X,faPlus:te,faPen:ee,faArrowDown:ne,faArrowUp:Z,faKey:Y,faArrowRotateRight:ie},this.tableHeaders={login:{label:"Login",width:30,textCenter:!1,class:"",show:!0,sortable:!0},fullName:{label:"Full name",width:15,class:"",textCenter:!1,show:!0,sortable:!0},managers:{label:"Managers",width:15,class:"d-none d-md-table-cell",textCenter:!0,show:!0,sortable:!0},isActive:{label:"Status",width:10,textCenter:!0,class:"d-none d-lg-table-cell",show:!0,sortable:!0},createdAt:{label:"Created",width:12,textCenter:!0,class:"d-none d-lg-table-cell",show:!0,sortable:!0},currentAccess:{label:"Seen",width:12,textCenter:!0,class:"d-none d-lg-table-cell",newly:"newly",show:!0,sortable:!0}},this.loading=!1,this.selected=null,this.guests=[],this.layout=E(_e),this.userService=E(me),this.canCreateGuest=this.userService.userHavePermission(oe.GUESTS_ADMIN),this.sortSettings={default:[{prop:"login",type:"string"}],login:[{prop:"login",type:"string"}],fullName:[{prop:"fullName",type:"string"}],managers:[{prop:"managers",type:"length"}],storage:[{prop:"storageUsage",type:"number"}],currentAccess:[{prop:"currentAccess",type:"date"}],createdAt:[{prop:"createdAt",type:"date"}],isActive:[{prop:"isActive",type:"number"}]},this.sortTable=new xe(this.constructor.name,this.sortSettings),this.loadGuests(),this.layout.setBreadcrumbIcon(se.GUESTS),this.layout.setBreadcrumbNav({url:`/${R.BASE}/${R.GUESTS}/${re.GUESTS}`,splicing:2,translating:!0,sameLink:!0})}loadGuests(){this.loading=!0,this.onSelect(),this.userService.listGuests().subscribe({next:i=>{this.sortBy(this.sortTable.sortParam.column,!1,i),this.scrollView.scrollInto(-1),this.loading=!1},error:i=>{this.guests=[],this.layout.sendNotification("error","Guests",i.error.message),this.loading=!1}})}onSelect(i=null){this.selected=i}onContextMenu(i){i.preventDefault(),i.stopPropagation(),this.layout.openContextMenu(i,this.mainContextMenu)}onTargetContextMenu(i,r){i.preventDefault(),i.type==="contextmenu"&&i.stopPropagation(),this.onSelect(r),this.layout.openContextMenu(i,this.targetContextMenu)}sortBy(i,r=!0,n){this.guests=this.sortTable.sortBy(i,r,n||this.guests)}openGuestDialog(i=!1){i?this.layout.openDialog(Q,"md").content.guestChange.pipe(D(1)).subscribe(n=>{let[u,f]=n;u==="add"&&(this.sortBy(this.sortTable.sortParam.column,!1,[...this.guests,f]),this.onSelect(f))}):this.userService.getGuest(this.selected.id).subscribe({next:r=>{this.layout.openDialog(Q,"md",{initialState:{guest:r}}).content.guestChange.pipe(D(1)).subscribe(u=>{let[f,A]=u;f==="update"?this.selected=Object.assign(this.selected,A):f==="delete"&&(this.onSelect(),this.sortBy(this.sortTable.sortParam.column,!1,this.guests.filter(he=>he.id!==A.id)))})},error:r=>this.layout.sendNotification("error","Guest error",this.selected.fullName,r)})}};o.\u0275fac=function(r){return new(r||o)},o.\u0275cmp=L({type:o,selectors:[["app-user-guests"]],viewQuery:function(r,n){if(r&1&&(S(N,5),S(B,7),S(ye,7),S(we,7)),r&2){let u;F(u=U())&&(n.scrollView=u.first),F(u=U())&&(n.inputFilter=u.first),F(u=U())&&(n.mainContextMenu=u.first),F(u=U())&&(n.targetContextMenu=u.first)}},decls:35,vars:32,consts:[["MainContextMenu",""],["TargetContextMenu",""],[1,"app-top-menu"],["container","body","type","button",1,"btn","btn-sm","btn-secondary","me-1",3,"click","tooltip"],[3,"icon","animation"],["container","body","type","button",1,"btn","btn-sm","btn-secondary","me-1",3,"click","disabled","tooltip"],[3,"icon"],[1,"d-none","d-sm-block","ms-auto"],[1,"app-table"],[3,"contextmenu","bufferAmount","items"],["tabindex","-1"],[3,"disabled","selected"],[1,"app-foot-menu"],[1,"mx-auto"],["contextMenuItem","",3,"execute"],["contextMenuItem","",3,"divider"],["l10nTranslate","",3,"width","text-align-center","cursor-pointer","class"],["l10nTranslate","",3,"click"],[3,"icon","fixedWidth"],[3,"click","contextmenu","appTap"],[3,"width","text-align-center","class"],[1,"d-flex","align-items-center","avatar"],[1,"d-flex","flex-column"],["l10nTranslate","",3,"class"],["alt","",1,"avatar-img",3,"src"],["draggable","false",1,"no-pointer-events"],["draggable","false",1,"no-pointer-events","text-muted","fs-xxxs"],[3,"user","isMember"],["l10nTranslate",""],[1,"d-flex","justify-content-center"],[1,"d-flex","justify-content-center",3,"mouseover","focus","mouseleave"]],template:function(r,n){if(r&1){let u=G();l(0,"div",2)(1,"button",3),g(2,"translate"),x("click",function(){return _(u),m(n.loadGuests())}),C(3,"fa-icon",4),c(),l(4,"button",5),g(5,"translate"),x("click",function(){return _(u),m(n.openGuestDialog(!0))}),C(6,"fa-icon",6),c(),l(7,"button",5),g(8,"translate"),x("click",function(){return _(u),m(n.openGuestDialog())}),C(9,"fa-icon",6),c(),C(10,"app-input-filter",7),c(),l(11,"table",8)(12,"thead")(13,"tr"),b(14,Fe,1,1,null,null,ve),g(16,"keyvalue"),c()()(),l(17,"app-virtual-scroll",9),g(18,"searchFilter"),x("contextmenu",function(A){return _(u),m(n.onContextMenu(A))}),l(19,"table",8)(20,"tbody",10),b(21,Le,4,7,"tr",11,be),c()()(),l(23,"div",12)(24,"span",13),p(25),g(26,"translate"),c()(),l(27,"context-menu",null,0),M(29,Oe,3,1,"ng-template",14),x("execute",function(){return _(u),m(n.openGuestDialog(!0))}),M(30,Ke,0,0,"ng-template",15)(31,je,3,1,"ng-template",14),x("execute",function(){return _(u),m(n.loadGuests())}),c(),l(32,"context-menu",null,1),M(34,qe,3,1,"ng-template",14),x("execute",function(){return _(u),m(n.openGuestDialog())}),c()}r&2&&(a(),d("tooltip",y(2,14,"Refresh",n.locale.language)),a(2),d("icon",n.icons.faRotate)("animation",n.loading?"spin":null),a(),d("disabled",!n.canCreateGuest)("tooltip",y(5,17,"New guest",n.locale.language)),a(2),d("icon",n.icons.faPlus),a(),d("disabled",!n.selected)("tooltip",y(8,20,"Edit guest",n.locale.language)),a(2),d("icon",n.icons.faPen),a(5),T(y(16,23,n.tableHeaders,n.originalOrderKeyValue)),a(3),d("bufferAmount",5)("items",y(18,26,n.guests,n.inputFilter.search())),a(4),T(n.scrollView==null?null:n.scrollView.viewPortItems),a(4),O("",n.guests.length," ",y(26,29,"guests",n.locale.language)),a(5),d("divider",!0))},dependencies:[ae,B,J,z,N,ue,ce,le,ge,de,W,j,fe,Ce],encapsulation:2});let e=o;return e})();export{vt as UserGuestsComponent};
@@ -1 +0,0 @@
1
- var e="assets",o=".svg",r=`${e}/mimes`,i="file",c="directory",n="directory_share",p="directory_sync",m="directory_disabled",a="directory_error";function s(t){return`${r}/${t}${o}`}var l=`${e}/favicon${o}`,x=`${e}/logo-dark${o}`,d=`${e}/logo${o}`,g=`${e}/protected.png`,y=s(i),$=new Set(["application-gzip","application-zip","application-x-tar"]),b=new Set(["rar","7z","iso","zip","tar","gz","bz2","xz","exe","dll","msi","cmd","apk","appimage","dmg","img","bin","vhd","vmdk","so","o","a","lib","sys","drv","cab"]);export{e as a,i as b,c,n as d,p as e,m as f,a as g,s as h,l as i,x as j,d as k,g as l,y as m,$ as n,b as o};
@@ -1,2 +0,0 @@
1
- import"./chunk-N3U6637P.js";var o="Autenticaci\xF3n",i="Usuario",r="Contrase\xF1a",n="Confirmar",s="Cancelar",t="Cerrar",c="Filtrar",d="Filtros",l="buscar",u="Buscar",p="Ver",m="Ninguna tarea",h="{{ nb }} tarea completada",b="{{ nb }} tareas completadas",v="{{ nba }} tarea en curso de {{ nb }}",g="{{ nba }} tareas en curso de {{ nb }}",f="{{nb}} elemento(s)",y="{{nb}} acci\xF3n(es)",E="{{ nb }} mensaje nuevo",w="{{ nb }} mensajes nuevos",C="{{ nb }} notificaci\xF3n no le\xEDda",S="{{ nb }} notificaciones no le\xEDdas",A="Aplicaci\xF3n",N="aplicaci\xF3n",z="Notificaci\xF3n",T="Notificaciones",x="Evento",D="Archivo",P="Archivos",L="Personales",U="Externo",_="Grupos",k="Grupo",M="grupo",G="grupos",F="Visible",R="Privado",I="Aislado",q="A\xF1adir",Y="Administrador",V="Administraci\xF3n",O="Usuario",W="usuario",j="Usuarios",B="usuarios",H="cuenta",Q="Cuenta",K="Correo electr\xF3nico",J="Estado",X="Rol",Z="IP",$="Visto",ee="Conexi\xF3n",ae="Conexiones",oe="Espacio disponible bajo ( {{ nb }}% )",ie="en l\xEDnea",re="Ilimitado",ne="miembro",se="miembros",te="Miembro",ce="Miembros",de="Gestor",le="gestor",ue="Gestores",pe="Generar",me="Importar",he="Configuraci\xF3n",be="Aplicaciones",ve="aplicaciones",ge="Avatar",fe="Actualizar",ye="Idioma",Ee="Inicio",we="Recientes",Ce="recientes",Se="Papelera",Ae="Compartidos",Ne="Compartir",ze="compartidos",Te="compartido",xe="Acceso al espacio personal",De="Acceso a los espacios",Pe="Administraci\xF3n de espacios",Le="Acceso a los compartidos",Ue="Administraci\xF3n de compartidos",_e="Administraci\xF3n de invitados",ke="Administraci\xF3n de grupos personales",Me="Acceso desde la aplicaci\xF3n de escritorio",Ge="Sincronizaci\xF3n desde la aplicaci\xF3n de escritorio",Fe="Acceso WebDAV",Re="WebDAV",Ie="Espacio",qe="Espacios",Ye="espacios",Ve="ancl\xF3",Oe="desancl\xF3",We="Ubicaci\xF3n",je="Anclado",Be="Ajustes",He="Opciones",Qe="Nombre",Ke="Descargar",Je="Mover",Xe="Copiar",Ze="Renombrar",$e="Editar",ea="Eliminar",aa="Portapapeles",oa="Actualizar",ia="Vaciar",ra="Lista",na="Visualizaci\xF3n",sa="\xBFDesea mover <b>{{arg}}</b> a la papelera?",ta="\xBFDesea eliminar <b>{{arg}}</b> definitivamente?",ca="\xBFDesea mover estos <b>{{arg}} archivos</b> a la papelera?",da="\xBFDesea eliminar estos <b>{{arg}} archivos</b> definitivamente?",la="sincronizaci\xF3n",ua="Sincronizaci\xF3n",pa="Sincronizaciones",ma="Sincronizar",ha="Sync",ba="Sincronizado",va="Comprimir",ga="Descomprimir",fa="Informaci\xF3n",ya="Informaci\xF3n",Ea="Informaci\xF3n",wa="Tama\xF1o",Ca="Modificado",Sa="modificado",Aa="Tareas",Na="Texto",za="Elementos",Ta="Nuevo",xa="Carpeta",Da="carpeta",Pa="archivo",La="archivos",Ua="directorio",_a="directorios",ka="Total",Ma="ning\xFAn elemento seleccionado",Ga="{{ nb }} elemento seleccionado",Fa="{{ nb }} elementos seleccionados",Ra="elemento",Ia="elementos",qa="crear",Ya="escribir",Va="mover",Oa="eliminar",Wa="modificar",ja="compartir",Ba="Enlace",Ha="enlace",Qa="Enlaces",Ka="enlaces",Ja="Invitado",Xa="Invitados",Za="invitado",$a="invitados",eo="Expirado",ao="expirado",oo="ninguno",io="Permisos",ro="Propietario",no="Yo",so="Compartido",to="Creado",co="Fecha",lo="Ruta",uo="activo",po="Activo",mo="suspendido",ho="Tipo",bo="Descripci\xF3n",vo="Visibilidad",go="Desconocido",fo="Expiraci\xF3n",yo="Acceso",Eo="Accedido",wo="Comentar",Co="Comentarios",So="comentarios",Ao="coment\xF3",No="s\xED",zo="no",To="Cliente",xo="Clientes",Do="disponible",Po="ocupado",Lo="ausente",Uo="desconectado",_o="Ver",ko="cerrar sesi\xF3n",Mo="d\xEDas",Go="d\xEDa",Fo="Eliminar",Ro="Planificador",Io="paralelo",qo="secuencial",Yo="Transferencias",Vo="Simular",Oo="Restablecer",Wo="Examinar",jo="Acci\xF3n",Bo="A\xF1adido",Ho="Eliminado",Qo="Copiado",Ko="Movido",Jo="Filtrado",Xo="Error",Zo="Servidor",$o="Direcci\xF3n",ei="Conflicto",ai="reciente",oi="Origen",ii="Destino",ri="Modo",ni="Secuencialmente",si="Paralelamente",ti="r\xE1pido",ci="seguro",di="activado",li="Activar",ui="desactivado",pi="Desactivar",mi="horas",hi="minutos",bi="d\xEDas",vi="ambos",gi="nunca",fi="Asistente",yi="Siguiente",Ei="Anterior",wi="Terminado",Ci="hacia",Si="Repositorio",Ai="p\xFAblico",Ni="local",zi="remoto",Ti="Sitio web",xi="Documentaci\xF3n",Di="Versiones",Pi="Seguridad",Li="Gestionar",Ui={"Sign-in to your account":"Inicie sesi\xF3n en su cuenta","Wrong login or password":"Usuario o contrase\xF1a incorrectos","Authentication service error":"Error del servicio de autenticaci\xF3n","Account locked":"Cuenta bloqueada","Account is not allowed":"Cuenta no autorizada","Account matching error":"Error de correspondencia de cuenta",Authentication:o,"Sign in":"Iniciar sesi\xF3n",Login:i,Password:r,"Login or Email":"Usuario o correo electr\xF3nico","Login already used":"Usuario ya utilizado","You are already logged in":"Ya ha iniciado sesi\xF3n","Name already used":"Nombre ya utilizado","Token has expired":"El token ha expirado",Confirm:n,Cancel:s,Close:t,"Server connection error":"Error de conexi\xF3n con el servidor",Filter:c,Filters:d,search:l,Search:u,"Search for content":"Buscar contenido","Search for files":"Buscar archivos","Full-text search":"B\xFAsqueda de texto completo","Full-text search is disabled":"La b\xFAsqueda de texto completo est\xE1 desactivada","Type to search for users or groups to add":"Escriba para buscar usuarios o grupos para a\xF1adir","Type to search for groups to add":"Escriba para buscar grupos para a\xF1adir","Type to search for users to add":"Escriba para buscar usuarios para a\xF1adir","Type to search for managers to add":"Escriba para buscar gestores para a\xF1adir","Member since":"Miembro desde","Windows Manager":"Administrador de ventanas","Mark as read":"Marcar como le\xEDdo",See:p,no_task:m,one_task:h,nb_tasks:b,one_active_task:v,nb_active_tasks:g,nb_elements:f,nb_actions:y,one_message:E,nb_messages:w,one_notification:C,nb_notifications:S,Application:A,application:N,"application and email":"aplicaci\xF3n y correo electr\xF3nico",Notification:z,Notifications:T,Event:x,File:D,Files:P,"Personal files":"Archivos personales","for personal files":"para los archivos personales",Personal:L,External:U,"Share status":"Estado del recurso compartido","Share description":"Descripci\xF3n del recurso compartido","No recent files":"No hay archivos recientes",Groups:_,Group:k,group:M,"New personal group":"Nuevo grupo personal","Edit personal group":"Editar grupo personal","personal group":"grupo personal","Personal group":"Grupo personal","Personal groups":"Grupos personales",groups:G,"Parent group":"Grupo padre","Group updated":"Grupo actualizado","Group created":"Grupo creado","Group not found":"Grupo no encontrado","Group error":"Error del grupo","Set as group manager":"Definir como gestor del grupo","As a manager, the user will be able to manage the group and its members.":"Como gestor, el usuario podr\xE1 gestionar el grupo y sus miembros.","As a manager, the user will be able to manage group members but not group properties.":`Como gestor, el usuario podr\xE1 gestionar los miembros del grupo pero no las propiedades del grupo.
2
- `,Visible:F,Private:R,Isolated:I,"Select the parent group":"Seleccione el grupo padre","from the group":"del grupo","New group":"Nuevo grupo","Edit group":"Editar grupo","Leave group":"Salir del grupo","Delete group":"Eliminar grupo","Remove from group":"Eliminar del grupo","Group must have at least one manager":"El grupo debe tener al menos un gestor","The group was left":"Se ha abandonado el grupo","The group was not left":"No se ha abandonado el grupo","will be left, you will no longer be a member of this group":"se abandonar\xE1, ya no ser\xE1 miembro de este grupo","All users can see this group.":"Todos los usuarios pueden ver este grupo.","Users who are not members of this group cannot see it.":"Los usuarios que no son miembros de este grupo no pueden verlo.","The group is not visible, its members cannot see it and cannot see each other.":"El grupo no es visible, sus miembros no pueden verlo ni verse entre ellos.",Add:q,"Add members":"A\xF1adir miembros","See members":"Ver miembros",Administrator:Y,Administration:V,User:O,user:W,Users:j,users:B,"New user":"Nuevo usuario",account:H,Account:Q,"Account status":"Estado de la cuenta",Email:K,"Email already used":"Correo electr\xF3nico ya utilizado","First name":"Nombre","Last name":"Apellido","Full name":"Nombre y Apellido",Status:J,Role:X,IP:Z,"IP Addresses":"Direcciones IP",Seen:$,Connection:ee,Connections:ae,"Confirm deletion":"Confirmar eliminaci\xF3n","Confirm permanent deletion of data":"Confirmar eliminaci\xF3n permanente de los datos","Space and data will be deleted in":"El espacio y los datos se eliminar\xE1n en","Space is disabled":"El espacio est\xE1 desactivado","Storage Space":"Espacio de almacenamiento","Storage Quota":"Cuota de almacenamiento","Storage Usage":"Uso de almacenamiento","Space status":"Estado del espacio","Storage quota exceeded":"Se ha superado la cuota de almacenamiento","Storage quota will be exceeded":"Se superar\xE1 la cuota de almacenamiento","No more space available":"No hay m\xE1s espacio disponible",available_space_is_low:oe,online:ie,"Online users":"Usuarios en l\xEDnea",Unlimited:re,member:ne,members:se,Member:te,Members:ce,Manager:de,manager:le,Managers:ue,"At least one manager is required":"Se requiere al menos un gestor",Generate:pe,Import:me,Configuration:he,Applications:be,applications:ve,"Permissions inherited from groups":"Permisos heredados de los grupos","Only the group will be deleted, the members will no longer be part of it.":"Solo se eliminar\xE1 el grupo, los miembros ya no formar\xE1n parte de \xE9l.",Avatar:ge,Update:fe,"current password":"contrase\xF1a actual","new password":"nueva contrase\xF1a","Change me !":"\xA1C\xE1mbiame!","Current password missing !":"\xA1Falta la contrase\xF1a actual!","New password missing !":"\xA1Falta la nueva contrase\xF1a!","New password must have 8 characters minimum":"La nueva contrase\xF1a debe tener como m\xEDnimo 8 caracteres","Current password does not match":"La contrase\xF1a actual no coincide","Password has been updated":"La contrase\xF1a ha sido actualizada","Unable to update password":"No se puede actualizar la contrase\xF1a","Bad password":"Contrase\xF1a incorrecta","too many login attempts":"demasiados intentos de inicio de sesi\xF3n",Language:ye,"Language updated":"Idioma actualizado","Unable to update language":"No se puede actualizar el idioma","Notification preference updated":"Preferencia de notificaciones actualizada","Full-text search preference updated":"Preferencia de b\xFAsqueda de texto completo actualizada","Unable to update notification preference":"No se puede actualizar la preferencia de notificaciones","Unable to update full-text search preference":"No se puede actualizar la preferencia de b\xFAsqueda de texto completo","Unable to open document":"No se puede abrir el documento",Home:Ee,Recents:we,recents:Ce,Trash:Se,"trash bins":"papeleras",Shares:Ae,Share:Ne,shares:ze,shared:Te,personal_space:xe,spaces_access:De,spaces_admin:Pe,shares_access:Le,shares_admin:Ue,guests_admin:_e,personal_groups_admin:ke,desktop_app_access:Me,desktop_app_sync:Ge,webdav_access:Fe,"Create share":"Crear compartido","Edit share":"Editar compartido","Delete share":"Eliminar compartido","Child shares":"Compartidos hijos",webdav:Re,"Share is disabled":"El compartido est\xE1 desactivado",Space:Ie,Spaces:qe,spaces:Ye,"Space name":"Nombre del espacio","New space":"Nuevo espacio","Create a new space":"Crear un nuevo espacio","Create space":"Crear espacio","Edit space":"Editar espacio","Delete space":"Eliminar espacio","Create a new share":"Crear un nuevo compartido","Type to search for space to select":"Escriba para buscar el espacio a seleccionar","Anchor to a space":"Anclar a un espacio","Anchor files to a space":"Anclar archivos a un espacio","You have been invited to join this space":"Ha sido invitado a unirse a este espacio","You have been invited to join this share":"Ha sido invitado a unirse a este compartido","Shared with others":"Compartido con otros","With others":"Con otros","Shared with me":"Compartido conmigo","With me":"Conmigo","Shared via links":"Compartido por enlaces","Via links":"Por enlaces","Shared from":"Compartido desde","share with you this":"comparte con usted este","shared with you":"ha compartido con usted","no longer share with you":"ya no comparte con usted","You now have access to the space":"Ahora tiene acceso al espacio","You no longer have access to the space":"Ya no tiene acceso al espacio","This space has been permanently deleted":"Este espacio ha sido eliminado definitivamente","You now have access to the share":"Ahora tiene acceso al compartido","You no longer have access to the share":"Ya no tiene acceso al compartido","You are no longer a member of the parent share, your child share has been deleted":"Ya no es miembro del compartido padre, su compartido hijo ha sido eliminado",anchored:Ve,unanchored:Oe,"Share not found":"Compartido no encontrado","Go to":"Ir a",Location:We,"Name and location are required":"Se requieren nombre y ubicaci\xF3n","Parent location already exists in files":"La ubicaci\xF3n padre ya existe en los archivos","Check the location":"Verificar la ubicaci\xF3n","Location not found":"Ubicaci\xF3n no encontrada","Forbidden resource":"Ubicaci\xF3n no autorizada","Resource already exists":"El elemento ya existe","The location does not exist":"La ubicaci\xF3n no existe","The location is not readable":"La ubicaci\xF3n no es legible","The location is not writeable":"La ubicaci\xF3n no es escribible","The location is a directory":"La ubicaci\xF3n es un directorio","The file is locked":"El archivo est\xE1 bloqueado","This share is protected by a password":"Este compartido est\xE1 protegido por una contrase\xF1a","You do not have share permission":"No tiene permiso para compartir","You can not share a space":"No puede compartir un espacio","You can not remove an anchored file":"No puede eliminar un archivo anclado","You are not allowed to write here":"No est\xE1 autorizado a escribir aqu\xED","You are not allowed to do this action":"No est\xE1 autorizado a realizar esta acci\xF3n","You can not move an anchored file":"No puede mover un archivo anclado","You can not move a locked file":"No puede mover un archivo bloqueado",Anchored:je,"Anchored by":"Anclado por","Manage my anchored files":"Gestionar mis archivos anclados","You have no files anchored on this space":"No tiene archivos anclados en este espacio","An anchored file already has this name":"Un archivo anclado ya tiene este nombre",Settings:Be,Options:He,Name:Qe,Download:Ke,"Download done":"Descarga realizada","Download failed":"Descarga fallida","Upload done":"Env\xEDo completado","Upload failed":"Env\xEDo fallido","Copy/Move":"Copiar/Mover",Move:Je,"Move done":"Movimiento realizado","Move failed":"Movimiento fallido","Deletion done":"Eliminaci\xF3n realizada","Deletion failed":"Eliminaci\xF3n fallida","Creation failed":"Creaci\xF3n fallida",Copy:Xe,"Copy done":"Copia realizada","Copy failed":"Copia fallida","Copy-Paste":"Copiar-Pegar","Cut-Paste":"Cortar-Pegar",Rename:Ze,Edit:$e,"Share inside":"Compartir internamente","Share outside":"Compartir externamente",Remove:ea,Clipboard:aa,"Send to Clipboard":"Enviar al portapapeles","will be removed":"ser\xE1 eliminado",Refresh:oa,Empty:ia,List:ra,Display:na,"Sort by":"Ordenar por",trash_one_file:sa,delete_one_file:ta,trash_multiple_files:ca,delete_multiple_files:da,"Moving to trash":"Moviendo a la papelera","Permanent deletion":"Eliminaci\xF3n definitiva","Would you like to empty the trash ?":"\xBFDesea vaciar la papelera?","All items will be permanently deleted":"Todos los elementos se eliminar\xE1n definitivamente","Actions will be performed in the current folder":"Las acciones se realizar\xE1n en la carpeta actual","The client will no longer have permission to access your account and will no longer be able to synchronize.":"El cliente ya no tendr\xE1 permiso para acceder a su cuenta y no podr\xE1 sincronizar.","The access expires":"El acceso expira","The access has expired":"El acceso ha expirado","Never expires":"Nunca expira",synchronization:la,Synchronization:ua,Synchronizations:pa,Synchronize:ma,Sync:ha,"Stop synchronization":"Detener la sincronizaci\xF3n","Synchronize all":"Sincronizar todo","Stop synchronizations":"Detener las sincronizaciones",Synced:ba,"Sync already exists":"La sincronizaci\xF3n ya existe","Sync was reset":"Sincronizaci\xF3n restablecida","Sync deleted":"Sincronizaci\xF3n eliminada","This client":"Este cliente","You are no longer synchronizing":"Ya no est\xE1 sincronizando",Compress:va,Decompress:ga,"Compress and Download":"Comprimir y descargar","Compress and Save":"Comprimir y guardar","Enable compression":"Activar compresi\xF3n","Compression done":"Compresi\xF3n realizada","Compression failed":"Compresi\xF3n fallida","Decompression done":"Descompresi\xF3n realizada","Decompression failed":"Descompresi\xF3n fallida","(this may take longer)":"(esto puede tardar m\xE1s)","Save in the current directory":"Guardar en el directorio actual","This name is already used":"Este nombre ya est\xE1 utilizado",Information:fa,Informations:ya,Infos:Ea,Size:wa,Modified:Ca,modified:Sa,Tasks:Aa,"Download from URL":"Descargar desde una URL","Upload files":"Enviar archivos","Upload folders":"Enviar carpetas","Folder name":"Nombre de la carpeta","New folder":"Nueva carpeta","Document name":"Nombre del documento","New document":"Nuevo documento","File name":"Nombre del archivo","File permissions":"Permisos del archivo",Text:Na,"Rich Text Format":"Texto enriquecido","Forbidden characters":"Caracteres prohibidos",Elements:za,"Malformed URL":"URL mal formada",New:Ta,Folder:xa,folder:Da,file:Pa,files:La,directory:Ua,directories:_a,Total:ka,no_selection:Ma,one_selection:Ga,nb_selections:Fa,"Archive name":"Nombre del archivo comprimido","Drag and drop your files here":"Arrastre y suelte sus archivos aqu\xED","The destination already exists":"El destino ya existe","This item is already selected":"Este elemento ya est\xE1 seleccionado","Parent item is already selected":"El elemento padre ya est\xE1 seleccionado","This file contains binary data that can not be read":"Este archivo contiene datos binarios que no se pueden leer","Navigation Tree":"\xC1rbol de navegaci\xF3n",item:Ra,items:Ia,create:qa,write:Ya,move:Va,delete:Oa,modify:Wa,"Delete user":"Eliminar usuario","Delete all user files":"Eliminar todos los archivos del usuario",share:ja,"Share name":"Nombre del compartido","New share":"Nuevo compartido","New share link":"Nuevo enlace de compartido","New link":"Nuevo enlace","Edit children shares":"Editar compartidos hijos",Link:Ba,link:Ha,Links:Qa,links:Ka,"Link copied":"Enlace copiado","Link created":"Enlace creado","Link deleted":"Enlace eliminado","Link error":"Error de enlace","Copy link":"Copiar enlace","Edit link":"Editar enlace","Guest Link":"Enlace de invitado","Guest name":"Nombre del invitado","Guest email":"Correo electr\xF3nico del invitado","Guest language":"Idioma del invitado",Guest:Ja,Guests:Xa,guest:Za,guests:$a,"New guest":"Nuevo invitado","Edit guest":"Editar invitado","Guest created":"Invitado creado","Guest deleted":"Invitado eliminado","Guest updated":"Invitado actualizado","Guest error":"Error de invitado","Add an external location":"A\xF1adir una ubicaci\xF3n externa","External location":"Ubicaci\xF3n externa","Select a file":"Seleccionar un archivo","The link is expired":"El enlace ha expirado","The link is disabled":"El enlace est\xE1 desactivado","The link was not found":"No se encontr\xF3 el enlace",Expired:eo,expired:ao,none:oo,"The maximum number of access allowed to the link is exceeded":"Se ha superado el n\xFAmero m\xE1ximo de accesos permitidos al enlace","Set a password":"Definir una contrase\xF1a","Enter your password":"Introduzca su contrase\xF1a",Permissions:io,"No permissions":"Sin permisos",Owner:ro,Me:no,Shared:so,Created:to,"Created & Modified":"Creado y modificado","Creation date":"Fecha de creaci\xF3n","Modification date":"Fecha de modificaci\xF3n","Deactivation date":"Fecha de desactivaci\xF3n",Date:co,Path:lo,active:uo,Active:po,suspended:mo,"Unable to rename user space":"No se puede renombrar el espacio del usuario","Unable to delete user space":"No se puede eliminar el espacio del usuario","Unable to update user":"No se puede actualizar el usuario","Unable to update user groups":"No se pueden actualizar los grupos del usuario","User created":"Usuario creado","User updated":"Usuario actualizado","User not found":"Usuario no encontrado","Edit user":"Editar usuario","Impersonate identity":"Suplantar identidad",Type:ho,Description:bo,Visibility:vo,"Unknown error !":"\xA1Error desconocido!",Unknown:go,Expiration:fo,"Limit access":"Limitar los accesos","Current access count":"N\xFAmero de accesos actual",Access:yo,Accessed:Eo,"Last access":"\xDAltimo acceso","Last accesses":"\xDAltimos accesos",Comment:wo,Comments:Co,comments:So,commented:Ao,"No recent comments":"No hay comentarios recientes","Write a comment ...":"Escriba un comentario ...",yes:No,no:zo,Client:To,Clients:xo,available:Do,busy:Po,absent:Lo,offline:Uo,View:_o,"Session has expired":"La sesi\xF3n ha expirado","Please sign in":"Por favor, inicie sesi\xF3n",logout:ko,days:Mo,day:Go,Delete:Fo,Scheduler:Ro,async:Io,seq:qo,Transfers:Yo,Simulate:Vo,Reset:Oo,Browse:Wo,Action:jo,Added:Bo,Removed:Ho,Copied:Qo,Moved:Ko,Filtered:Jo,Error:Xo,Server:Zo,Direction:$o,Conflict:ei,"Show filtered files":"Mostrar archivos filtrados",recent:ai,Source:oi,Destination:ii,Mode:ri,Sequentially:ni,Asynchronously:si,fast:ti,secure:ci,enabled:di,Enable:li,disabled:ui,Disable:pi,scheduler_unit_hour:mi,scheduler_unit_minute:hi,scheduler_unit_day:bi,"You must have permission to modify the server folder to choose a different sync mode":"Debe tener permiso para modificar la carpeta del servidor para elegir un modo de sincronizaci\xF3n diferente","upload only":"solo enviar","download only":"solo descargar",both:vi,never:gi,"Clear events":"Borrar eventos","Events from":"Eventos de","All syncs":"Todas las sincronizaciones","All events":"Todos los eventos","will be cleared":"se borrar\xE1n","No differences":"Sin diferencias","Select a folder":"Seleccionar una carpeta","The files containing":"Los archivos que contienen","The files starting":"Los archivos que comienzan","The files ending":"Los archivos que terminan","Expert (Regexp)":"Experto (Regexp)","click on the browse button":"haga clic en el bot\xF3n examinar","with a name or pattern":"por un nombre o un patr\xF3n","with the extension ('.mp3', '.avi', '.mov' ...)":"por la extensi\xF3n ('.mp3', '.avi', '.mov' ...)",Wizard:fi,Next:yi,Previous:Ei,Done:wi,"This wizard will help you synchronize a directory on your computer with a Sync-in directory.":"Este asistente le ayudar\xE1 a sincronizar un directorio de su ordenador con un directorio de Sync-in.","To begin, select a folder on your computer.":"Para empezar, seleccione una carpeta en su ordenador.",'You can drag the folder into the area below or click on the "Select" button.':'Puede arrastrar la carpeta al \xE1rea de abajo o hacer clic en el bot\xF3n "Seleccionar".',"Drop folder here":"Suelte la carpeta aqu\xED","This directory is already synced":"Este directorio ya est\xE1 sincronizado","The parent directory is already synced":"El directorio padre ya est\xE1 sincronizado","This folder already exists":"Esta carpeta ya existe","This file already exists":"Este archivo ya existe","This directory is not accessible":"Este directorio no es accesible","This directory is read-only, you will not be able to modify it":"Este directorio es de solo lectura, no podr\xE1 modificarlo","Please select the server directory to sync, if it doesn't exist you can create it.":"Seleccione el directorio del servidor a sincronizar; si no existe, puede crearlo.","Double click to browse directories":"Haga doble clic para navegar por los directorios","The data will be synchronized from":"Los datos se sincronizar\xE1n desde","the client folder":"la carpeta del cliente","the server folder":"la carpeta del servidor","(One-Way)":"(unidireccional)","(Two-Way)":"(bidireccional)",to:Ci,"and from":"y desde","All files created or modified in":"Todos los archivos creados o modificados en","will be ignored and deleted":"ser\xE1n ignorados y eliminados","In case of conflict,":"En caso de conflicto,","the most recent files will be kept":"se mantendr\xE1n los archivos m\xE1s recientes","the client\u2019s files take precedence":"los archivos del cliente tienen prioridad","the server\u2019s files take precedence":"los archivos del servidor tienen prioridad","the files in":"los archivos de","will be preferred":"ser\xE1n preferidos","Loading...":"Cargando...","No results":"Sin resultados","Download ARM64 version":"Descargar la versi\xF3n ARM64","Download Apple Silicon ARM64 version":"Descargar la versi\xF3n Apple Silicon ARM64","Download tar.gz version":"Descargar la versi\xF3n tar.gz",Repository:Si,public:Ai,local:Ni,remote:zi,"System requirements":"Requisitos del sistema","Feature not enabled":"Funcionalidad no habilitada","Check the settings":"Verifique la configuraci\xF3n",Website:Ti,Documentation:xi,Versions:Di,Security:Pi,"Recovery code":"C\xF3digo de recuperaci\xF3n","Use a recovery code":"Usar un c\xF3digo de recuperaci\xF3n","Authentication code":"C\xF3digo de autenticaci\xF3n","Secret copied":"Secreto copiado","Recovery codes copied":"C\xF3digos de recuperaci\xF3n copiados","Invalid code":"C\xF3digo inv\xE1lido","Incorrect code or password":"C\xF3digo o contrase\xF1a incorrectos","Application Passwords":"Contrase\xF1as de aplicaci\xF3n","Generate a new app password":"Generar una nueva contrase\xF1a de aplicaci\xF3n","Generated password":"Contrase\xF1a generada","This password will only be shown once after it is generated":"Esta contrase\xF1a solo se mostrar\xE1 una vez despu\xE9s de generarse","Password name":"Nombre de la contrase\xF1a",Manage:Li,"Manage app passwords":"Gestionar contrase\xF1as de aplicaci\xF3n","Password Authentication":"Autenticaci\xF3n por contrase\xF1a","Two-Factor Authentication":"Autenticaci\xF3n de dos factores","Two-Factor Authentication is enabled":"La autenticaci\xF3n de dos factores est\xE1 activada","Two-Factor Authentication is disabled":"La autenticaci\xF3n de dos factores est\xE1 desactivada","Scan this QR code using your authenticator app.":"Escanee este c\xF3digo QR con su aplicaci\xF3n de autenticaci\xF3n.","(Such as FreeOTP, Proton Authenticator etc.)":"(Por ejemplo, FreeOTP, Proton Authenticator, etc.)","Or enter this secret manually":"O introduzca este secreto manualmente","Valid with your TOTP code":"Valide con su c\xF3digo TOTP","The secret has expired":"El secreto ha expirado","Keep these codes in a safe place. They will allow you to access your account if you lose access to your two-factor authentication.":"Guarde estos c\xF3digos en un lugar seguro. Le permitir\xE1n acceder a su cuenta si pierde el acceso a su autenticaci\xF3n de dos factores.","These recovery codes are for one-time use only and will only be displayed here once.":"Estos c\xF3digos de recuperaci\xF3n son de un solo uso y solo se mostrar\xE1n aqu\xED una vez."};export{yo as Access,Eo as Accessed,Q as Account,jo as Action,po as Active,q as Add,Bo as Added,V as Administration,Y as Administrator,je as Anchored,A as Application,be as Applications,si as Asynchronously,o as Authentication,ge as Avatar,Wo as Browse,s as Cancel,To as Client,xo as Clients,aa as Clipboard,t as Close,wo as Comment,Co as Comments,va as Compress,he as Configuration,n as Confirm,ei as Conflict,ee as Connection,ae as Connections,Qo as Copied,Xe as Copy,to as Created,co as Date,ga as Decompress,Fo as Delete,bo as Description,ii as Destination,$o as Direction,pi as Disable,na as Display,xi as Documentation,wi as Done,Ke as Download,$e as Edit,za as Elements,K as Email,ia as Empty,li as Enable,Xo as Error,x as Event,fo as Expiration,eo as Expired,U as External,D as File,P as Files,c as Filter,Jo as Filtered,d as Filters,xa as Folder,pe as Generate,k as Group,_ as Groups,Ja as Guest,Xa as Guests,Ee as Home,Z as IP,me as Import,fa as Information,ya as Informations,Ea as Infos,I as Isolated,ye as Language,Ba as Link,Qa as Links,ra as List,We as Location,i as Login,Li as Manage,de as Manager,ue as Managers,no as Me,te as Member,ce as Members,ri as Mode,Ca as Modified,Je as Move,Ko as Moved,Qe as Name,Ta as New,yi as Next,z as Notification,T as Notifications,He as Options,ro as Owner,r as Password,lo as Path,io as Permissions,L as Personal,Ei as Previous,R as Private,we as Recents,oa as Refresh,ea as Remove,Ho as Removed,Ze as Rename,Si as Repository,Oo as Reset,X as Role,Ro as Scheduler,u as Search,Pi as Security,p as See,$ as Seen,ni as Sequentially,Zo as Server,Be as Settings,Ne as Share,so as Shared,Ae as Shares,Vo as Simulate,wa as Size,oi as Source,Ie as Space,qe as Spaces,J as Status,ha as Sync,ba as Synced,ua as Synchronization,pa as Synchronizations,ma as Synchronize,Aa as Tasks,Na as Text,ka as Total,Yo as Transfers,Se as Trash,ho as Type,go as Unknown,re as Unlimited,fe as Update,O as User,j as Users,Di as Versions,_o as View,vo as Visibility,F as Visible,Ti as Website,fi as Wizard,Lo as absent,H as account,uo as active,Ve as anchored,N as application,ve as applications,Io as async,Do as available,oe as available_space_is_low,vi as both,Po as busy,Ao as commented,So as comments,qa as create,Go as day,Mo as days,Ui as default,Oa as delete,da as delete_multiple_files,ta as delete_one_file,Me as desktop_app_access,Ge as desktop_app_sync,_a as directories,Ua as directory,ui as disabled,di as enabled,ao as expired,ti as fast,Pa as file,La as files,Da as folder,M as group,G as groups,Za as guest,$a as guests,_e as guests_admin,Ra as item,Ia as items,Ha as link,Ka as links,Ni as local,ko as logout,le as manager,ne as member,se as members,Sa as modified,Wa as modify,Va as move,y as nb_actions,g as nb_active_tasks,f as nb_elements,w as nb_messages,S as nb_notifications,Fa as nb_selections,b as nb_tasks,gi as never,zo as no,Ma as no_selection,m as no_task,oo as none,Uo as offline,v as one_active_task,E as one_message,C as one_notification,Ga as one_selection,h as one_task,ie as online,ke as personal_groups_admin,xe as personal_space,Ai as public,ai as recent,Ce as recents,zi as remote,bi as scheduler_unit_day,mi as scheduler_unit_hour,hi as scheduler_unit_minute,l as search,ci as secure,qo as seq,ja as share,Te as shared,ze as shares,Le as shares_access,Ue as shares_admin,Ye as spaces,De as spaces_access,Pe as spaces_admin,mo as suspended,la as synchronization,Ci as to,ca as trash_multiple_files,sa as trash_one_file,Oe as unanchored,W as user,B as users,Re as webdav,Fe as webdav_access,Ya as write,No as yes};