@nocobase/plugin-file-manager 2.1.0-beta.9 → 2.2.0-beta.1

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 (133) hide show
  1. package/client-v2.d.ts +2 -0
  2. package/client-v2.js +1 -0
  3. package/dist/client/867ada653cd02a3e.mjs +6 -0
  4. package/dist/client/876.ca16d7a6e6387862.js +11 -0
  5. package/dist/client/index.d.ts +2 -1
  6. package/dist/client/index.js +1 -1
  7. package/dist/client/locale/index.d.ts +2 -1
  8. package/dist/client/previewer/filePreviewTypes.d.ts +1 -31
  9. package/dist/client/templates/file.d.ts +1 -1
  10. package/dist/client-v2/125.0b8eef1f19b87042.js +10 -0
  11. package/dist/client-v2/229.bd72c2d7aa088310.js +10 -0
  12. package/dist/client-v2/336.1dd1b32466d0c778.js +10 -0
  13. package/dist/client-v2/43.eb45d53ba3e9828b.js +10 -0
  14. package/dist/client-v2/450.30cc3ed6973d8c4d.js +10 -0
  15. package/dist/client-v2/867ada653cd02a3e.mjs +6 -0
  16. package/dist/client-v2/876.22cd8e41ac8631ed.js +11 -0
  17. package/dist/client-v2/929.d7e783304cc1f236.js +10 -0
  18. package/dist/client-v2/942.f36d807d763a1b53.js +10 -0
  19. package/dist/{client/StorageOptions.d.ts → client-v2/components/BaseUrlField.d.ts} +1 -1
  20. package/dist/client-v2/components/DefaultField.d.ts +18 -0
  21. package/dist/client-v2/components/FileSizeField.d.ts +10 -0
  22. package/dist/client-v2/components/MimetypeField.d.ts +10 -0
  23. package/dist/client-v2/components/NameField.d.ts +10 -0
  24. package/dist/client-v2/components/ParanoidField.d.ts +10 -0
  25. package/dist/client-v2/components/PathField.d.ts +18 -0
  26. package/dist/client-v2/components/RenameModeField.d.ts +10 -0
  27. package/dist/client-v2/components/TitleField.d.ts +10 -0
  28. package/dist/client-v2/components/index.d.ts +17 -0
  29. package/dist/client-v2/index.d.ts +17 -0
  30. package/dist/client-v2/index.js +10 -0
  31. package/dist/client-v2/locale.d.ts +10 -0
  32. package/dist/{client → client-v2}/models/DisplayPreviewFieldModel.d.ts +1 -1
  33. package/dist/{client → client-v2}/models/UploadActionModel.d.ts +4 -3
  34. package/dist/{client → client-v2}/models/UploadFieldModel.d.ts +1 -1
  35. package/dist/client-v2/models/index.d.ts +11 -0
  36. package/dist/{client → client-v2}/models/uploadFieldUtils.d.ts +8 -0
  37. package/dist/client-v2/pages/FileStoragePage.d.ts +10 -0
  38. package/dist/client-v2/plugin.d.ts +89 -0
  39. package/dist/client-v2/previewer/filePreviewTypes.d.ts +46 -0
  40. package/dist/client-v2/storage-forms/AliOssStorageForm.d.ts +10 -0
  41. package/dist/client-v2/storage-forms/LocalStorageForm.d.ts +10 -0
  42. package/dist/client-v2/storage-forms/S3StorageForm.d.ts +10 -0
  43. package/dist/client-v2/storage-forms/TxCosStorageForm.d.ts +10 -0
  44. package/dist/common/collections/attachments.d.ts +1 -0
  45. package/dist/common/collections/attachments.js +1 -0
  46. package/dist/common/collections/storages.d.ts +1 -0
  47. package/dist/common/collections/storages.js +1 -0
  48. package/dist/externalVersion.js +12 -12
  49. package/dist/locale/de-DE.json +3 -0
  50. package/dist/locale/en-US.json +4 -0
  51. package/dist/locale/es-ES.json +3 -0
  52. package/dist/locale/fr-FR.json +3 -0
  53. package/dist/locale/hu-HU.json +4 -1
  54. package/dist/locale/id-ID.json +4 -1
  55. package/dist/locale/it-IT.json +3 -0
  56. package/dist/locale/ja-JP.json +3 -0
  57. package/dist/locale/ko-KR.json +3 -0
  58. package/dist/locale/nl-NL.json +3 -0
  59. package/dist/locale/pt-BR.json +3 -0
  60. package/dist/locale/ru-RU.json +3 -0
  61. package/dist/locale/tr-TR.json +3 -0
  62. package/dist/locale/uk-UA.json +3 -0
  63. package/dist/locale/vi-VN.json +4 -1
  64. package/dist/locale/zh-CN.json +4 -0
  65. package/dist/locale/zh-TW.json +3 -0
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +190 -190
  67. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  68. package/dist/node_modules/@aws-sdk/lib-storage/dist-cjs/index.js +195 -195
  69. package/dist/node_modules/@aws-sdk/lib-storage/node_modules/buffer/index.d.ts +186 -0
  70. package/dist/node_modules/@aws-sdk/lib-storage/node_modules/buffer/index.js +1794 -0
  71. package/dist/node_modules/@aws-sdk/lib-storage/node_modules/buffer/package.json +82 -0
  72. package/dist/node_modules/@aws-sdk/lib-storage/package.json +1 -1
  73. package/dist/node_modules/ali-oss/lib/client.js +14 -14
  74. package/dist/node_modules/ali-oss/package.json +1 -1
  75. package/dist/node_modules/cos-nodejs-sdk-v5/.github/workflows/auto-changelog.yml +55 -0
  76. package/dist/node_modules/cos-nodejs-sdk-v5/.prettierrc +10 -0
  77. package/dist/node_modules/cos-nodejs-sdk-v5/.travis.yml +16 -0
  78. package/dist/node_modules/cos-nodejs-sdk-v5/LICENSE +21 -0
  79. package/dist/node_modules/cos-nodejs-sdk-v5/demo/crc64.js +9 -0
  80. package/dist/node_modules/cos-nodejs-sdk-v5/demo/demo-sts-scope.js +75 -0
  81. package/dist/node_modules/cos-nodejs-sdk-v5/demo/demo-sts.js +65 -0
  82. package/dist/node_modules/cos-nodejs-sdk-v5/demo/demo.js +4542 -0
  83. package/dist/node_modules/cos-nodejs-sdk-v5/demo/util.js +135 -0
  84. package/dist/node_modules/cos-nodejs-sdk-v5/index.d.ts +2610 -0
  85. package/dist/node_modules/cos-nodejs-sdk-v5/index.js +220 -0
  86. package/dist/node_modules/cos-nodejs-sdk-v5/package.json +1 -0
  87. package/dist/node_modules/cos-nodejs-sdk-v5/sdk/advance.js +1659 -0
  88. package/dist/node_modules/cos-nodejs-sdk-v5/sdk/async.js +59 -0
  89. package/dist/node_modules/cos-nodejs-sdk-v5/sdk/base.js +4404 -0
  90. package/dist/node_modules/cos-nodejs-sdk-v5/sdk/cos.js +137 -0
  91. package/dist/node_modules/cos-nodejs-sdk-v5/sdk/event.js +34 -0
  92. package/dist/node_modules/cos-nodejs-sdk-v5/sdk/select-stream.js +181 -0
  93. package/dist/node_modules/cos-nodejs-sdk-v5/sdk/session.js +126 -0
  94. package/dist/node_modules/cos-nodejs-sdk-v5/sdk/task.js +255 -0
  95. package/dist/node_modules/cos-nodejs-sdk-v5/sdk/util.js +776 -0
  96. package/dist/node_modules/cos-nodejs-sdk-v5/test/csp.js +1302 -0
  97. package/dist/node_modules/cos-nodejs-sdk-v5/test/test.js +6119 -0
  98. package/dist/node_modules/mime-match/index.js +1 -1
  99. package/dist/node_modules/mime-match/package.json +1 -1
  100. package/dist/node_modules/mime-types/index.js +3 -3
  101. package/dist/node_modules/mime-types/package.json +1 -1
  102. package/dist/node_modules/mkdirp/index.js +1 -1
  103. package/dist/node_modules/mkdirp/package.json +1 -1
  104. package/dist/node_modules/url-join/lib/url-join.js +1 -1
  105. package/dist/node_modules/url-join/package.json +1 -1
  106. package/dist/server/actions/attachments.js +2 -2
  107. package/dist/server/actions/index.js +8 -1
  108. package/dist/server/actions/storage-validation.d.ts +10 -0
  109. package/dist/server/actions/storage-validation.js +73 -0
  110. package/dist/server/commands/repair-filenames.d.ts +55 -0
  111. package/dist/server/commands/repair-filenames.js +283 -0
  112. package/dist/server/index.d.ts +1 -1
  113. package/dist/server/index.js +2 -0
  114. package/dist/server/server.d.ts +5 -2
  115. package/dist/server/server.js +19 -7
  116. package/dist/server/storages/ali-oss.d.ts +3 -1
  117. package/dist/server/storages/ali-oss.js +23 -2
  118. package/dist/server/storages/index.d.ts +7 -1
  119. package/dist/server/storages/index.js +8 -1
  120. package/dist/server/storages/local.d.ts +6 -0
  121. package/dist/server/storages/local.js +76 -11
  122. package/dist/server/storages/s3.d.ts +2 -0
  123. package/dist/server/storages/s3.js +26 -0
  124. package/dist/server/storages/tx-cos.d.ts +18 -1
  125. package/dist/server/storages/tx-cos.js +138 -10
  126. package/dist/server/utils.d.ts +3 -0
  127. package/dist/server/utils.js +72 -4
  128. package/package.json +8 -3
  129. package/dist/node_modules/multer-cos/LICENSE +0 -24
  130. package/dist/node_modules/multer-cos/demo/index.js +0 -39
  131. package/dist/node_modules/multer-cos/demo/myMulter.js +0 -88
  132. package/dist/node_modules/multer-cos/index.js +0 -220
  133. package/dist/node_modules/multer-cos/package.json +0 -1
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ import React from 'react';
10
+ export default function S3StorageForm(): React.JSX.Element;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ import React from 'react';
10
+ export default function TxCosStorageForm(): React.JSX.Element;
@@ -14,6 +14,7 @@ declare const _default: {
14
14
  asStrategyResource: boolean;
15
15
  shared: boolean;
16
16
  name: string;
17
+ dataCategory: string;
17
18
  createdBy: boolean;
18
19
  updatedBy: boolean;
19
20
  template: string;
@@ -38,6 +38,7 @@ var attachments_default = {
38
38
  asStrategyResource: true,
39
39
  shared: true,
40
40
  name: "attachments",
41
+ dataCategory: "business",
41
42
  createdBy: true,
42
43
  updatedBy: true,
43
44
  template: "file",
@@ -10,6 +10,7 @@ declare const _default: {
10
10
  dumpRules: string;
11
11
  migrationRules: string[];
12
12
  name: string;
13
+ dataCategory: string;
13
14
  shared: boolean;
14
15
  fields: ({
15
16
  name: string;
@@ -33,6 +33,7 @@ var storages_default = {
33
33
  dumpRules: "required",
34
34
  migrationRules: ["overwrite", "schema-only"],
35
35
  name: "storages",
36
+ dataCategory: "system",
36
37
  shared: true,
37
38
  fields: [
38
39
  {
@@ -8,25 +8,25 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.1.0-beta.9",
11
+ "@nocobase/client": "2.2.0-beta.1",
12
12
  "react": "18.2.0",
13
13
  "antd": "5.24.2",
14
14
  "@ant-design/icons": "5.6.1",
15
15
  "@formily/shared": "2.3.7",
16
- "lodash": "4.17.21",
16
+ "lodash": "4.18.1",
17
17
  "react-i18next": "11.18.6",
18
- "@formily/antd-v5": "1.2.3",
19
- "@formily/core": "2.3.7",
20
- "@formily/react": "2.3.7",
18
+ "@nocobase/flow-engine": "2.2.0-beta.1",
19
+ "@nocobase/client-v2": "2.2.0-beta.1",
21
20
  "multer": "1.4.5-lts.2",
22
- "@nocobase/database": "2.1.0-beta.9",
23
- "@nocobase/server": "2.1.0-beta.9",
24
- "@nocobase/utils": "2.1.0-beta.9",
25
- "@nocobase/test": "2.1.0-beta.9",
26
- "@nocobase/flow-engine": "2.1.0-beta.9",
21
+ "@nocobase/database": "2.2.0-beta.1",
22
+ "@nocobase/server": "2.2.0-beta.1",
23
+ "@nocobase/utils": "2.2.0-beta.1",
24
+ "@nocobase/test": "2.2.0-beta.1",
25
+ "@formily/react": "2.3.7",
27
26
  "@emotion/css": "11.13.0",
28
- "@nocobase/actions": "2.1.0-beta.9",
27
+ "ahooks": "3.7.8",
28
+ "@nocobase/actions": "2.2.0-beta.1",
29
+ "@nocobase/plugin-data-source-main": "2.2.0-beta.1",
29
30
  "sequelize": "6.35.2",
30
- "@nocobase/plugin-data-source-main": "2.1.0-beta.9",
31
31
  "axios": "1.7.7"
32
32
  };
@@ -33,6 +33,9 @@
33
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
34
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Mehrere Typen durch Kommas getrennt, zum Beispiel: \"image/*\", \"image/png\", \"image/*, application/pdf\" usw.",
35
35
  "Path": "Pfad",
36
+ "PDF preview failed. Please download the file to preview it.": "PDF-Vorschau fehlgeschlagen. Bitte laden Sie die Datei herunter, um sie anzuzeigen.",
37
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Die PDF-Vorschau konnte die Datei nicht laden. Wenn die Datei auf einer anderen Domain gespeichert ist, konfigurieren Sie CORS für den externen Speicher, damit diese Website die Datei lesen darf.",
38
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Die Ressourcen für die PDF-Vorschau konnten nicht geladen werden. Bitte aktualisieren Sie die Seite und prüfen Sie, ob die statischen Plugin-Dateien korrekt bereitgestellt wurden.",
36
39
  "Region": "Region",
37
40
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relativer Pfad, in dem die Datei gespeichert wird. Leer lassen als Stammpfad. Die führenden und abschließenden Schrägstriche \"/\" werden ignoriert. Zum Beispiel: \"user/avatar\".",
38
41
  "Renaming strategy to avoid filename conflicts when uploading files.": "Umbenennungsstrategie, um Dateikonflikte beim Hochladen zu vermeiden.",
@@ -25,6 +25,7 @@
25
25
  "File size limit": "File size limit",
26
26
  "File storage": "File storage",
27
27
  "File type allowed (in MIME type format)": "File type allowed (in MIME type format)",
28
+ "File download failed": "File download failed",
28
29
  "Filename": "Filename",
29
30
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
30
31
  "Keep file in storage when destroy record": "Keep file in storage when destroy record",
@@ -34,6 +35,9 @@
34
35
  "Minimum from 1 byte.": "Minimum from 1 byte.",
35
36
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
36
37
  "Path": "Path",
38
+ "PDF preview failed. Please download the file to preview it.": "PDF preview failed. Please download the file to preview it.",
39
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.",
40
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.",
37
41
  "Region": "Region",
38
42
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
39
43
  "Renaming strategy to avoid filename conflicts when uploading files.": "Renaming strategy to avoid filename conflicts when uploading files.",
@@ -33,6 +33,9 @@
33
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
34
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
35
35
  "Path": "Path",
36
+ "PDF preview failed. Please download the file to preview it.": "La vista previa del PDF falló. Descargue el archivo para verlo.",
37
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "La vista previa del PDF no pudo cargar el archivo. Si el archivo está almacenado en otro dominio, configure CORS en el almacenamiento externo para permitir que este sitio lea el archivo.",
38
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "No se pudieron cargar los recursos de vista previa del PDF. Actualice la página y compruebe si los archivos estáticos del plugin se han desplegado correctamente.",
36
39
  "Region": "Region",
37
40
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
38
41
  "Renaming strategy to avoid filename conflicts when uploading files.": "Estrategia de renombrado para evitar conflictos de nombres de archivo al subir archivos.",
@@ -33,6 +33,9 @@
33
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
34
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
35
35
  "Path": "Chemin",
36
+ "PDF preview failed. Please download the file to preview it.": "L'aperçu du PDF a échoué. Veuillez télécharger le fichier pour le consulter.",
37
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "L'aperçu du PDF n'a pas pu charger le fichier. Si le fichier est stocké sur un autre domaine, configurez CORS pour le stockage externe afin d'autoriser ce site à lire le fichier.",
38
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Les ressources de l'aperçu du PDF n'ont pas pu être chargées. Veuillez actualiser la page et vérifier que les fichiers statiques du plugin sont correctement déployés.",
36
39
  "Region": "Region",
37
40
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
38
41
  "Renaming strategy to avoid filename conflicts when uploading files.": "Stratégie de renommage pour éviter les conflits de noms de fichiers lors du téléchargement.",
@@ -28,6 +28,9 @@
28
28
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
29
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Több típus vesszővel elválasztva, például: \"image/*\", \"image/png\", \"image/*, application/pdf\" stb.",
30
30
  "Path": "Útvonal",
31
+ "PDF preview failed. Please download the file to preview it.": "A PDF előnézete sikertelen. Kérjük, töltse le a fájlt a megtekintéshez.",
32
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "A PDF előnézete nem tudta betölteni a fájlt. Ha a fájl másik tartományban van tárolva, állítsa be a CORS-t a külső tárhelyen, hogy ez a webhely olvashassa a fájlt.",
33
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "A PDF előnézeti erőforrásai nem töltődtek be. Kérjük, frissítse az oldalt, és ellenőrizze, hogy a plugin statikus fájljai megfelelően lettek-e telepítve.",
31
34
  "Region": "Régió",
32
35
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relatív útvonal, ahová a fájl mentésre kerül. Üresen hagyva gyökér útvonal. A kezdő és záró \"/\" karaktereket figyelmen kívül hagyjuk. Például: \"user/avatar\".",
33
36
  "See more": "Továbbiak",
@@ -45,4 +48,4 @@
45
48
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
46
49
  "Use the built-in static file server": "A beépített statikus fájlkiszolgáló használata",
47
50
  "Will be used for API": "Az API-hoz lesz használva"
48
- }
51
+ }
@@ -28,6 +28,9 @@
28
28
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
29
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Beberapa tipe dipisahkan dengan koma, contoh: \"image/*\", \"image/png\", \"image/*, application/pdf\" dll.",
30
30
  "Path": "Jalur",
31
+ "PDF preview failed. Please download the file to preview it.": "Pratinjau PDF gagal. Silakan unduh file untuk melihatnya.",
32
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Pratinjau PDF gagal memuat file. Jika file disimpan di domain lain, konfigurasikan CORS pada penyimpanan eksternal agar situs ini dapat membaca file tersebut.",
33
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Sumber daya pratinjau PDF gagal dimuat. Silakan segarkan halaman dan periksa apakah file statis plugin telah diterapkan dengan benar.",
31
34
  "Region": "Wilayah",
32
35
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Jalur relatif tempat file akan disimpan. Biarkan kosong sebagai jalur root. Garis miring di awal dan akhir \"/\" akan diabaikan. Contoh: \"user/avatar\".",
33
36
  "See more": "Lihat selengkapnya",
@@ -45,4 +48,4 @@
45
48
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
46
49
  "Use the built-in static file server": "Gunakan server file statis bawaan",
47
50
  "Will be used for API": "Akan digunakan untuk API"
48
- }
51
+ }
@@ -33,6 +33,9 @@
33
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
34
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Più tipi separati da virgola, ad esempio: \"image/*\", \"image/png\", \"image/*, application/pdf\" ecc.",
35
35
  "Path": "Percorso",
36
+ "PDF preview failed. Please download the file to preview it.": "Anteprima PDF non riuscita. Scarica il file per visualizzarlo.",
37
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "L'anteprima PDF non è riuscita a caricare il file. Se il file è archiviato su un altro dominio, configura CORS per l'archiviazione esterna per consentire a questo sito di leggere il file.",
38
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Le risorse dell'anteprima PDF non sono state caricate. Aggiorna la pagina e verifica che i file statici del plugin siano distribuiti correttamente.",
36
39
  "Region": "Regione",
37
40
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Percorso relativo in cui verrà salvato il file. Lasciare vuoto per il percorso radice. Le barre iniziali e finali \"/\" verranno ignorate. Ad esempio: \"user/avatar\".",
38
41
  "Renaming strategy to avoid filename conflicts when uploading files.": "Strategia di rinominazione per evitare conflitti di nomi di file durante il caricamento dei file.",
@@ -33,6 +33,9 @@
33
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
34
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "複数のタイプはカンマで区切ります。 例えば「image/*」「image/png」「image/*、application/pdf」など。",
35
35
  "Path": "パス",
36
+ "PDF preview failed. Please download the file to preview it.": "PDF のプレビューに失敗しました。ファイルをダウンロードして確認してください。",
37
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF プレビューでファイルを読み込めませんでした。ファイルが別ドメインに保存されている場合は、このサイトがファイルを読み取れるように外部ストレージの CORS を設定してください。",
38
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF プレビューのリソースを読み込めませんでした。ページを更新し、プラグインの静的ファイルが正しくデプロイされているか確認してください。",
36
39
  "Region": "地域",
37
40
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "更清晰的表达方式,符合技术描述",
38
41
  "Renaming strategy to avoid filename conflicts when uploading files.": "ファイルアップロード時のファイル名の競合を避けるためのリネーム戦略。",
@@ -34,6 +34,9 @@
34
34
  "Minimum from 1 byte.": "Minimum from 1 byte.",
35
35
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
36
36
  "Path": "경로",
37
+ "PDF preview failed. Please download the file to preview it.": "PDF 미리보기에 실패했습니다. 파일을 다운로드하여 확인하세요.",
38
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF 미리보기가 파일을 불러오지 못했습니다. 파일이 다른 도메인에 저장되어 있다면 이 사이트가 파일을 읽을 수 있도록 외부 저장소의 CORS를 설정하세요.",
39
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF 미리보기 리소스를 불러오지 못했습니다. 페이지를 새로고침하고 플러그인 정적 파일이 올바르게 배포되었는지 확인하세요.",
37
40
  "Region": "지역",
38
41
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
39
42
  "Renaming strategy to avoid filename conflicts when uploading files.": "파일 업로드 시 파일 이름 충돌을 피하기 위한 이름 변경 전략입니다.",
@@ -33,6 +33,9 @@
33
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
34
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Meerdere typen gescheiden door een komma, bijvoorbeeld: \"image/*\", \"image/png\", \"image/*, application/pdf\" enz.",
35
35
  "Path": "Pad",
36
+ "PDF preview failed. Please download the file to preview it.": "PDF-voorbeeld mislukt. Download het bestand om het te bekijken.",
37
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Het PDF-voorbeeld kon het bestand niet laden. Als het bestand op een ander domein is opgeslagen, configureer dan CORS voor de externe opslag zodat deze site het bestand kan lezen.",
38
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "De PDF-voorbeeldbronnen konden niet worden geladen. Vernieuw de pagina en controleer of de statische pluginbestanden correct zijn geïmplementeerd.",
36
39
  "Region": "Regio",
37
40
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relatief pad waar het bestand zal worden opgeslagen. Laat leeg als hoofdmap. De voorloop- en achterloop-slashes \"/\" worden genegeerd. Bijvoorbeeld: \"gebruiker/avatar\".",
38
41
  "Renaming strategy to avoid filename conflicts when uploading files.": "Hernoemstrategie om bestandsnaamconflicten te voorkomen bij het uploaden van bestanden.",
@@ -33,6 +33,9 @@
33
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
34
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
35
35
  "Path": "Path",
36
+ "PDF preview failed. Please download the file to preview it.": "A pré-visualização do PDF falhou. Baixe o arquivo para visualizá-lo.",
37
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "A pré-visualização do PDF não conseguiu carregar o arquivo. Se o arquivo estiver armazenado em outro domínio, configure CORS no armazenamento externo para permitir que este site leia o arquivo.",
38
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Os recursos de pré-visualização do PDF não foram carregados. Atualize a página e verifique se os arquivos estáticos do plugin foram implantados corretamente.",
36
39
  "Region": "Region",
37
40
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
38
41
  "Renaming strategy to avoid filename conflicts when uploading files.": "Renaming strategy to avoid filename conflicts when uploading files.",
@@ -33,6 +33,9 @@
33
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
34
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Несколько типов, разделенных запятой, например: \"image/*\", \"image/png\", \"image/*, application/pdf\" и т. д.",
35
35
  "Path": "Путь",
36
+ "PDF preview failed. Please download the file to preview it.": "Не удалось выполнить предварительный просмотр PDF. Скачайте файл, чтобы просмотреть его.",
37
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Предварительный просмотр PDF не смог загрузить файл. Если файл хранится на другом домене, настройте CORS для внешнего хранилища, чтобы разрешить этому сайту читать файл.",
38
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Не удалось загрузить ресурсы предварительного просмотра PDF. Обновите страницу и проверьте, правильно ли развернуты статические файлы плагина.",
36
39
  "Region": "Регион",
37
40
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Относительный путь, по которому будет сохранен файл. Оставьте пустым для корневого пути. Начальные и конечные слеши \"/\" будут проигнорированы. Например: \"user/avatar\".",
38
41
  "Renaming strategy to avoid filename conflicts when uploading files.": "Стратегия переименования для избежания конфликтов имен файлов при загрузке файлов.",
@@ -33,6 +33,9 @@
33
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
34
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
35
35
  "Path": "Path",
36
+ "PDF preview failed. Please download the file to preview it.": "PDF önizlemesi başarısız oldu. Görüntülemek için lütfen dosyayı indirin.",
37
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF önizlemesi dosyayı yükleyemedi. Dosya başka bir alan adında saklanıyorsa, bu sitenin dosyayı okuyabilmesi için harici depolamada CORS yapılandırın.",
38
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF önizleme kaynakları yüklenemedi. Lütfen sayfayı yenileyin ve eklenti statik dosyalarının doğru dağıtıldığını kontrol edin.",
36
39
  "Region": "Region",
37
40
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
38
41
  "Renaming strategy to avoid filename conflicts when uploading files.": "Dosya yüklerken dosya adı çakışmalarını önlemek için yeniden adlandırma stratejisi.",
@@ -33,6 +33,9 @@
33
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
34
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
35
35
  "Path": "Path",
36
+ "PDF preview failed. Please download the file to preview it.": "Не вдалося попередньо переглянути PDF. Завантажте файл, щоб переглянути його.",
37
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Попередній перегляд PDF не зміг завантажити файл. Якщо файл зберігається в іншому домені, налаштуйте CORS для зовнішнього сховища, щоб дозволити цьому сайту читати файл.",
38
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Не вдалося завантажити ресурси попереднього перегляду PDF. Оновіть сторінку та перевірте, чи правильно розгорнуто статичні файли плагіна.",
36
39
  "Region": "Region",
37
40
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
38
41
  "Renaming strategy to avoid filename conflicts when uploading files.": "Renaming strategy to avoid filename conflicts when uploading files.",
@@ -28,6 +28,9 @@
28
28
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
29
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
30
30
  "Path": "Path",
31
+ "PDF preview failed. Please download the file to preview it.": "Xem trước PDF thất bại. Vui lòng tải tệp xuống để xem.",
32
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Xem trước PDF không tải được tệp. Nếu tệp được lưu trữ trên tên miền khác, hãy cấu hình CORS cho bộ nhớ ngoài để cho phép trang này đọc tệp.",
33
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Không tải được tài nguyên xem trước PDF. Vui lòng làm mới trang và kiểm tra xem các tệp tĩnh của plugin đã được triển khai đúng chưa.",
31
34
  "Region": "Region",
32
35
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
33
36
  "See more": "See more",
@@ -45,4 +48,4 @@
45
48
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
46
49
  "Use the built-in static file server": "Use the built-in static file server",
47
50
  "Will be used for API": "Will be used for API"
48
- }
51
+ }
@@ -20,6 +20,7 @@
20
20
  "File name": "文件名",
21
21
  "File pre-process parameters": "文件预处理参数",
22
22
  "File size limit": "文件大小限制",
23
+ "File download failed": "文件下载失败",
23
24
  "File storage": "文件存储器",
24
25
  "File type allowed (in MIME type format)": "允许的文件类型(MIME 格式)",
25
26
  "File type is not supported for previewing, please <1>download it to preview</1>": "文件类型不支持预览,请<1>下载后查看</1>",
@@ -33,6 +34,9 @@
33
34
  "Minimum from 1 byte.": "最小为 1 字节。",
34
35
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "多个类型用逗号分隔,例如:\"image/*\", \"image/png\", \"image/*, application/pdf\" 等。",
35
36
  "Path": "路径",
37
+ "PDF preview failed. Please download the file to preview it.": "PDF 预览失败,请下载文件后查看。",
38
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF 预览加载文件失败。如果文件存储在其他域名,请为外部存储配置 CORS,允许当前站点读取文件。",
39
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF 预览资源加载失败,请刷新页面并检查插件静态文件是否已正确部署。",
36
40
  "Random string": "随机字符串",
37
41
  "Region": "区域",
38
42
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "文件保存的相对路径。留空则为根路径。开始和结尾的斜杠“/”会被忽略。例如:\"user/avatar\"。",
@@ -33,6 +33,9 @@
33
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
34
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
35
35
  "Path": "Path",
36
+ "PDF preview failed. Please download the file to preview it.": "PDF 預覽失敗,請下載檔案後查看。",
37
+ "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF 預覽載入檔案失敗。如果檔案儲存在其他網域,請為外部儲存設定 CORS,允許目前網站讀取檔案。",
38
+ "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF 預覽資源載入失敗,請重新整理頁面並檢查外掛靜態檔案是否已正確部署。",
36
39
  "Region": "Region",
37
40
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
38
41
  "Renaming strategy to avoid filename conflicts when uploading files.": "避免上傳文件時文件名衝突的重命名策略。",