@uploadcare/file-uploader 1.4.1-alpha.2 → 1.5.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 (148) hide show
  1. package/abstract/ActivityBlock.d.ts +14 -3
  2. package/abstract/ActivityBlock.d.ts.map +1 -1
  3. package/abstract/ActivityBlock.js +19 -6
  4. package/abstract/Block.d.ts +3 -3
  5. package/abstract/Block.d.ts.map +1 -1
  6. package/abstract/Block.js +2 -0
  7. package/abstract/CTX.d.ts +0 -1
  8. package/abstract/CTX.d.ts.map +1 -1
  9. package/abstract/CTX.js +0 -1
  10. package/abstract/SolutionBlock.d.ts +0 -1
  11. package/abstract/SolutionBlock.d.ts.map +1 -1
  12. package/abstract/UploaderBlock.d.ts +0 -1
  13. package/abstract/UploaderBlock.d.ts.map +1 -1
  14. package/abstract/UploaderBlock.js +3 -1
  15. package/abstract/UploaderPublicApi.d.ts +11 -3
  16. package/abstract/UploaderPublicApi.d.ts.map +1 -1
  17. package/abstract/UploaderPublicApi.js +27 -31
  18. package/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -1
  19. package/blocks/CloudImageEditor/src/EditorButtonControl.js +2 -1
  20. package/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts.map +1 -1
  21. package/blocks/CloudImageEditor/src/EditorCropButtonControl.js +6 -1
  22. package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -1
  23. package/blocks/CloudImageEditor/src/EditorFilterControl.js +7 -1
  24. package/blocks/CloudImageEditor/src/EditorOperationControl.d.ts.map +1 -1
  25. package/blocks/CloudImageEditor/src/EditorOperationControl.js +5 -0
  26. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +5 -0
  27. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -1
  28. package/blocks/CloudImageEditor/src/EditorToolbar.js +11 -5
  29. package/blocks/CloudImageEditor/src/css/common.css +11 -0
  30. package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +1 -0
  31. package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -1
  32. package/blocks/CloudImageEditor/src/elements/button/BtnUi.js +6 -1
  33. package/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -1
  34. package/blocks/CloudImageEditor/src/elements/slider/SliderUi.js +1 -0
  35. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +16 -21
  36. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -1
  37. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.js +34 -25
  38. package/blocks/Config/Config.d.ts +1 -1
  39. package/blocks/DropArea/DropArea.d.ts +0 -1
  40. package/blocks/DropArea/DropArea.d.ts.map +1 -1
  41. package/blocks/ExternalSource/ExternalSource.d.ts +2 -1
  42. package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -1
  43. package/blocks/ExternalSource/ExternalSource.js +9 -0
  44. package/blocks/FileItem/FileItem.d.ts +2 -3
  45. package/blocks/FileItem/FileItem.d.ts.map +1 -1
  46. package/blocks/FileItem/FileItem.js +4 -8
  47. package/blocks/Modal/Modal.d.ts.map +1 -1
  48. package/blocks/Modal/Modal.js +2 -0
  49. package/blocks/SimpleBtn/SimpleBtn.d.ts +0 -1
  50. package/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -1
  51. package/blocks/SourceBtn/SourceBtn.d.ts +0 -1
  52. package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
  53. package/blocks/UploadCtxProvider/EventEmitter.d.ts +1 -1
  54. package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +2 -2
  55. package/blocks/UploadList/UploadList.d.ts +0 -1
  56. package/blocks/UploadList/UploadList.d.ts.map +1 -1
  57. package/blocks/UploadList/UploadList.js +6 -1
  58. package/blocks/themes/uc-basic/index.css +3 -0
  59. package/blocks/themes/uc-basic/post-reset.css +3 -0
  60. package/env.d.ts +1 -1
  61. package/env.js +1 -1
  62. package/index.ssr.d.ts +1 -17
  63. package/index.ssr.d.ts.map +1 -1
  64. package/index.ssr.js +19 -29
  65. package/locales/file-uploader/ar.d.ts +9 -0
  66. package/locales/file-uploader/ar.js +11 -2
  67. package/locales/file-uploader/az.d.ts +9 -0
  68. package/locales/file-uploader/az.js +11 -2
  69. package/locales/file-uploader/ca.d.ts +9 -0
  70. package/locales/file-uploader/ca.js +11 -2
  71. package/locales/file-uploader/cs.d.ts +9 -0
  72. package/locales/file-uploader/cs.js +11 -2
  73. package/locales/file-uploader/da.d.ts +9 -0
  74. package/locales/file-uploader/da.js +11 -2
  75. package/locales/file-uploader/de.d.ts +9 -0
  76. package/locales/file-uploader/de.js +11 -2
  77. package/locales/file-uploader/el.d.ts +9 -0
  78. package/locales/file-uploader/el.js +11 -2
  79. package/locales/file-uploader/en.d.ts +9 -0
  80. package/locales/file-uploader/en.js +11 -2
  81. package/locales/file-uploader/es.d.ts +9 -0
  82. package/locales/file-uploader/es.js +11 -2
  83. package/locales/file-uploader/et.d.ts +9 -0
  84. package/locales/file-uploader/et.js +11 -2
  85. package/locales/file-uploader/fr.d.ts +9 -0
  86. package/locales/file-uploader/fr.js +11 -2
  87. package/locales/file-uploader/he.d.ts +9 -0
  88. package/locales/file-uploader/he.js +11 -2
  89. package/locales/file-uploader/hy.d.ts +9 -0
  90. package/locales/file-uploader/hy.js +11 -2
  91. package/locales/file-uploader/is.d.ts +9 -0
  92. package/locales/file-uploader/is.js +11 -2
  93. package/locales/file-uploader/it.d.ts +9 -0
  94. package/locales/file-uploader/it.js +11 -2
  95. package/locales/file-uploader/ja.d.ts +9 -0
  96. package/locales/file-uploader/ja.js +11 -2
  97. package/locales/file-uploader/ka.d.ts +9 -0
  98. package/locales/file-uploader/ka.js +11 -2
  99. package/locales/file-uploader/kk.d.ts +9 -0
  100. package/locales/file-uploader/kk.js +11 -2
  101. package/locales/file-uploader/ko.d.ts +9 -0
  102. package/locales/file-uploader/ko.js +11 -2
  103. package/locales/file-uploader/lv.d.ts +9 -0
  104. package/locales/file-uploader/lv.js +11 -2
  105. package/locales/file-uploader/nb.d.ts +9 -0
  106. package/locales/file-uploader/nb.js +11 -2
  107. package/locales/file-uploader/nl.d.ts +9 -0
  108. package/locales/file-uploader/nl.js +11 -2
  109. package/locales/file-uploader/pl.d.ts +9 -0
  110. package/locales/file-uploader/pl.js +11 -2
  111. package/locales/file-uploader/pt.d.ts +9 -0
  112. package/locales/file-uploader/pt.js +11 -2
  113. package/locales/file-uploader/ro.d.ts +9 -0
  114. package/locales/file-uploader/ro.js +11 -2
  115. package/locales/file-uploader/ru.d.ts +9 -0
  116. package/locales/file-uploader/ru.js +11 -2
  117. package/locales/file-uploader/sk.d.ts +9 -0
  118. package/locales/file-uploader/sk.js +11 -2
  119. package/locales/file-uploader/sr.d.ts +9 -0
  120. package/locales/file-uploader/sr.js +11 -2
  121. package/locales/file-uploader/sv.d.ts +9 -0
  122. package/locales/file-uploader/sv.js +11 -2
  123. package/locales/file-uploader/tr.d.ts +9 -0
  124. package/locales/file-uploader/tr.js +11 -2
  125. package/locales/file-uploader/uk.d.ts +9 -0
  126. package/locales/file-uploader/uk.js +11 -2
  127. package/locales/file-uploader/vi.d.ts +9 -0
  128. package/locales/file-uploader/vi.js +11 -2
  129. package/locales/file-uploader/zh-TW.d.ts +9 -0
  130. package/locales/file-uploader/zh-TW.js +11 -2
  131. package/locales/file-uploader/zh.d.ts +9 -0
  132. package/locales/file-uploader/zh.js +11 -2
  133. package/package.json +1 -1
  134. package/solutions/file-uploader/inline/FileUploaderInline.d.ts +0 -1
  135. package/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -1
  136. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +1 -2
  137. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
  138. package/web/file-uploader.iife.min.js +4 -4
  139. package/web/file-uploader.min.js +1 -1
  140. package/web/uc-basic.min.css +1 -1
  141. package/web/uc-cloud-image-editor.min.css +1 -1
  142. package/web/uc-cloud-image-editor.min.js +3 -3
  143. package/web/uc-file-uploader-inline.min.css +1 -1
  144. package/web/uc-file-uploader-inline.min.js +1 -1
  145. package/web/uc-file-uploader-minimal.min.js +3 -3
  146. package/web/uc-file-uploader-regular.min.css +1 -1
  147. package/web/uc-file-uploader-regular.min.js +1 -1
  148. package/web/uc-img.min.js +1 -1
@@ -102,6 +102,15 @@ export default {
102
102
  'images-only-accepted': 'מתקבלים רק קבצי תמונות.',
103
103
  'file-type-not-allowed': 'העלאת סוגי קבצים אלו אינה מורשית.',
104
104
  'some-files-were-not-uploaded': 'חלק מהקבצים לא הועלו.',
105
- 'file-item-edit-button': 'כפתור עריכה',
106
- 'file-item-remove-button': 'כפתור הסרה',
105
+ 'file-item-edit-button': 'ערוך',
106
+ 'file-item-remove-button': 'הסר',
107
+ 'a11y-activity-header-button-close': 'סגור',
108
+ 'a11y-editor-tab-filters': 'מסננים',
109
+ 'a11y-editor-tab-tuning': 'כיוון',
110
+ 'a11y-editor-tab-crop': 'חיתוך',
111
+ flip: 'היפוך',
112
+ mirror: 'מראה',
113
+ 'a11y-cloud-editor-apply-filter': 'החל מסנן {{name}}',
114
+ 'a11y-cloud-editor-apply-crop': 'החל פעולה {{name}}',
115
+ 'a11y-cloud-editor-apply-tuning': 'החל כיוון {{name}}',
107
116
  };
@@ -101,6 +101,15 @@ declare const _default: {
101
101
  'some-files-were-not-uploaded': string;
102
102
  'file-item-edit-button': string;
103
103
  'file-item-remove-button': string;
104
+ 'a11y-activity-header-button-close': string;
105
+ 'a11y-editor-tab-filters': string;
106
+ 'a11y-editor-tab-tuning': string;
107
+ 'a11y-editor-tab-crop': string;
108
+ flip: string;
109
+ mirror: string;
110
+ 'a11y-cloud-editor-apply-filter': string;
111
+ 'a11y-cloud-editor-apply-crop': string;
112
+ 'a11y-cloud-editor-apply-tuning': string;
104
113
  };
105
114
  export default _default;
106
115
  //# sourceMappingURL=hy.d.ts.map
@@ -100,6 +100,15 @@ export default {
100
100
  'images-only-accepted': 'Միայն պատկերային ֆայլերը ընդունվում են։',
101
101
  'file-type-not-allowed': 'Այս ֆայլի տեսակների բեռնումը թույլատրված չէ։',
102
102
  'some-files-were-not-uploaded': 'Որոշ ֆայլեր բեռնված չեն։',
103
- 'file-item-edit-button': 'Խմբագրել կոճակը',
104
- 'file-item-remove-button': 'Հեռացման կոճակը',
103
+ 'file-item-edit-button': 'Խմբագրել',
104
+ 'file-item-remove-button': 'Հեռացնել',
105
+ 'a11y-activity-header-button-close': 'Փակել',
106
+ 'a11y-editor-tab-filters': 'Զտիչներ',
107
+ 'a11y-editor-tab-tuning': 'Կարգավորում',
108
+ 'a11y-editor-tab-crop': 'Կտրել',
109
+ flip: 'Շրջել',
110
+ mirror: 'Հայել',
111
+ 'a11y-cloud-editor-apply-filter': 'Կիրառել {{name}} զտիչը',
112
+ 'a11y-cloud-editor-apply-crop': 'Կիրառել {{name}} գործողությունը',
113
+ 'a11y-cloud-editor-apply-tuning': 'Կիրառել {{name}} կարգավորումը',
105
114
  };
@@ -101,6 +101,15 @@ declare const _default: {
101
101
  'some-files-were-not-uploaded': string;
102
102
  'file-item-edit-button': string;
103
103
  'file-item-remove-button': string;
104
+ 'a11y-activity-header-button-close': string;
105
+ 'a11y-editor-tab-filters': string;
106
+ 'a11y-editor-tab-tuning': string;
107
+ 'a11y-editor-tab-crop': string;
108
+ flip: string;
109
+ mirror: string;
110
+ 'a11y-cloud-editor-apply-filter': string;
111
+ 'a11y-cloud-editor-apply-crop': string;
112
+ 'a11y-cloud-editor-apply-tuning': string;
104
113
  };
105
114
  export default _default;
106
115
  //# sourceMappingURL=is.d.ts.map
@@ -100,6 +100,15 @@ export default {
100
100
  'images-only-accepted': 'Aðeins myndaskrár eru samþykktar.',
101
101
  'file-type-not-allowed': 'Ekki er leyft að hlaða upp þessum skráartegundum.',
102
102
  'some-files-were-not-uploaded': 'Sumar skrár voru ekki hlaðnar upp.',
103
- 'file-item-edit-button': 'Breyta hnappur',
104
- 'file-item-remove-button': 'Fjarlægja hnappur',
103
+ 'file-item-edit-button': 'Breyta',
104
+ 'file-item-remove-button': 'Fjarlægja',
105
+ 'a11y-activity-header-button-close': 'Loka',
106
+ 'a11y-editor-tab-filters': 'Síur',
107
+ 'a11y-editor-tab-tuning': 'Stilling',
108
+ 'a11y-editor-tab-crop': 'Klippa',
109
+ flip: 'Sníða',
110
+ mirror: 'Spegill',
111
+ 'a11y-cloud-editor-apply-filter': 'Nota {{name}} sía',
112
+ 'a11y-cloud-editor-apply-crop': 'Nota {{name}} aðgerð',
113
+ 'a11y-cloud-editor-apply-tuning': 'Nota {{name}} stillingu',
105
114
  };
@@ -103,6 +103,15 @@ declare const _default: {
103
103
  'some-files-were-not-uploaded': string;
104
104
  'file-item-edit-button': string;
105
105
  'file-item-remove-button': string;
106
+ 'a11y-activity-header-button-close': string;
107
+ 'a11y-editor-tab-filters': string;
108
+ 'a11y-editor-tab-tuning': string;
109
+ 'a11y-editor-tab-crop': string;
110
+ flip: string;
111
+ mirror: string;
112
+ 'a11y-cloud-editor-apply-filter': string;
113
+ 'a11y-cloud-editor-apply-crop': string;
114
+ 'a11y-cloud-editor-apply-tuning': string;
106
115
  };
107
116
  export default _default;
108
117
  //# sourceMappingURL=it.d.ts.map
@@ -103,6 +103,15 @@ export default {
103
103
  'images-only-accepted': 'Sono accettati solo file immagine.',
104
104
  'file-type-not-allowed': 'Il caricamento di questo tipo di file non è permesso.',
105
105
  'some-files-were-not-uploaded': 'Alcuni file non sono stati caricati.',
106
- 'file-item-edit-button': 'Pulsante di modifica',
107
- 'file-item-remove-button': 'Pulsante di rimozione',
106
+ 'file-item-edit-button': 'Modifica',
107
+ 'file-item-remove-button': 'Rimuovi',
108
+ 'a11y-activity-header-button-close': 'Chiudi',
109
+ 'a11y-editor-tab-filters': 'Filtri',
110
+ 'a11y-editor-tab-tuning': 'Regolazione',
111
+ 'a11y-editor-tab-crop': 'Ritaglia',
112
+ flip: 'Capovolgi',
113
+ mirror: 'Specchio',
114
+ 'a11y-cloud-editor-apply-filter': 'Applica filtro {{name}}',
115
+ 'a11y-cloud-editor-apply-crop': 'Applica operazione {{name}}',
116
+ 'a11y-cloud-editor-apply-tuning': 'Applica regolazione {{name}}',
108
117
  };
@@ -101,6 +101,15 @@ declare const _default: {
101
101
  'some-files-were-not-uploaded': string;
102
102
  'file-item-edit-button': string;
103
103
  'file-item-remove-button': string;
104
+ 'a11y-activity-header-button-close': string;
105
+ 'a11y-editor-tab-filters': string;
106
+ 'a11y-editor-tab-tuning': string;
107
+ 'a11y-editor-tab-crop': string;
108
+ flip: string;
109
+ mirror: string;
110
+ 'a11y-cloud-editor-apply-filter': string;
111
+ 'a11y-cloud-editor-apply-crop': string;
112
+ 'a11y-cloud-editor-apply-tuning': string;
104
113
  };
105
114
  export default _default;
106
115
  //# sourceMappingURL=ja.d.ts.map
@@ -100,6 +100,15 @@ export default {
100
100
  'images-only-accepted': '画像ファイルのみ受け付けます。',
101
101
  'file-type-not-allowed': 'このファイルタイプのアップロードは許可されていません。',
102
102
  'some-files-were-not-uploaded': '一部のファイルはアップロードされませんでした。',
103
- 'file-item-edit-button': '編集ボタン',
104
- 'file-item-remove-button': '削除ボタン',
103
+ 'file-item-edit-button': '編集',
104
+ 'file-item-remove-button': '削除',
105
+ 'a11y-activity-header-button-close': '閉じる',
106
+ 'a11y-editor-tab-filters': 'フィルター',
107
+ 'a11y-editor-tab-tuning': '調整',
108
+ 'a11y-editor-tab-crop': '切り抜き',
109
+ flip: '反転',
110
+ mirror: 'ミラー',
111
+ 'a11y-cloud-editor-apply-filter': '{{name}} フィルターを適用',
112
+ 'a11y-cloud-editor-apply-crop': '{{name}} 操作を適用',
113
+ 'a11y-cloud-editor-apply-tuning': '{{name}} 調整を適用',
105
114
  };
@@ -101,6 +101,15 @@ declare const _default: {
101
101
  'some-files-were-not-uploaded': string;
102
102
  'file-item-edit-button': string;
103
103
  'file-item-remove-button': string;
104
+ 'a11y-activity-header-button-close': string;
105
+ 'a11y-editor-tab-filters': string;
106
+ 'a11y-editor-tab-tuning': string;
107
+ 'a11y-editor-tab-crop': string;
108
+ flip: string;
109
+ mirror: string;
110
+ 'a11y-cloud-editor-apply-filter': string;
111
+ 'a11y-cloud-editor-apply-crop': string;
112
+ 'a11y-cloud-editor-apply-tuning': string;
104
113
  };
105
114
  export default _default;
106
115
  //# sourceMappingURL=ka.d.ts.map
@@ -100,6 +100,15 @@ export default {
100
100
  'images-only-accepted': 'მხოლოდ სურათის ფაილები იღება.',
101
101
  'file-type-not-allowed': 'ამ ფაილის ტიპების ატვირთვა არ არის დასაშვები.',
102
102
  'some-files-were-not-uploaded': 'ზოგიერთი ფაილი არ ატვირთულა.',
103
- 'file-item-edit-button': 'რედაქტირების ღილაკი',
104
- 'file-item-remove-button': 'წაშლის ღილაკი',
103
+ 'file-item-edit-button': 'რედაქტირება',
104
+ 'file-item-remove-button': 'ამოღება',
105
+ 'a11y-activity-header-button-close': 'დახურვა',
106
+ 'a11y-editor-tab-filters': 'ფილტრები',
107
+ 'a11y-editor-tab-tuning': 'რეგულირება',
108
+ 'a11y-editor-tab-crop': 'მოჭრა',
109
+ flip: 'შებრუნება',
110
+ mirror: 'სარკე',
111
+ 'a11y-cloud-editor-apply-filter': '{{name}} ფილტრის გამოყენება',
112
+ 'a11y-cloud-editor-apply-crop': '{{name}} ოპერაციის გამოყენება',
113
+ 'a11y-cloud-editor-apply-tuning': '{{name}} რეგულირების გამოყენება',
105
114
  };
@@ -101,6 +101,15 @@ declare const _default: {
101
101
  'some-files-were-not-uploaded': string;
102
102
  'file-item-edit-button': string;
103
103
  'file-item-remove-button': string;
104
+ 'a11y-activity-header-button-close': string;
105
+ 'a11y-editor-tab-filters': string;
106
+ 'a11y-editor-tab-tuning': string;
107
+ 'a11y-editor-tab-crop': string;
108
+ flip: string;
109
+ mirror: string;
110
+ 'a11y-cloud-editor-apply-filter': string;
111
+ 'a11y-cloud-editor-apply-crop': string;
112
+ 'a11y-cloud-editor-apply-tuning': string;
104
113
  };
105
114
  export default _default;
106
115
  //# sourceMappingURL=kk.d.ts.map
@@ -100,6 +100,15 @@ export default {
100
100
  'images-only-accepted': 'Тек сурет файлдары қабылданады.',
101
101
  'file-type-not-allowed': 'Осы файл түрлерін жүктеуге рұқсат етілмейді.',
102
102
  'some-files-were-not-uploaded': 'Кейбір файлдар жүктелген жоқ.',
103
- 'file-item-edit-button': 'Өңдеу түймесі',
104
- 'file-item-remove-button': 'Жою түймесі',
103
+ 'file-item-edit-button': 'Өңдеу',
104
+ 'file-item-remove-button': 'Жою',
105
+ 'a11y-activity-header-button-close': 'Жабу',
106
+ 'a11y-editor-tab-filters': 'Фильтрлер',
107
+ 'a11y-editor-tab-tuning': 'Тюнинг',
108
+ 'a11y-editor-tab-crop': 'Қырқу',
109
+ flip: 'Аудару',
110
+ mirror: 'Айна',
111
+ 'a11y-cloud-editor-apply-filter': '{{name}} фильтрін қолдану',
112
+ 'a11y-cloud-editor-apply-crop': '{{name}} операциясын қолдану',
113
+ 'a11y-cloud-editor-apply-tuning': '{{name}} тюнингін қолдану',
105
114
  };
@@ -101,6 +101,15 @@ declare const _default: {
101
101
  'some-files-were-not-uploaded': string;
102
102
  'file-item-edit-button': string;
103
103
  'file-item-remove-button': string;
104
+ 'a11y-activity-header-button-close': string;
105
+ 'a11y-editor-tab-filters': string;
106
+ 'a11y-editor-tab-tuning': string;
107
+ 'a11y-editor-tab-crop': string;
108
+ flip: string;
109
+ mirror: string;
110
+ 'a11y-cloud-editor-apply-filter': string;
111
+ 'a11y-cloud-editor-apply-crop': string;
112
+ 'a11y-cloud-editor-apply-tuning': string;
104
113
  };
105
114
  export default _default;
106
115
  //# sourceMappingURL=ko.d.ts.map
@@ -99,6 +99,15 @@ export default {
99
99
  'images-only-accepted': '이미지 파일만 허용됩니다.',
100
100
  'file-type-not-allowed': '이 파일 유형의 업로드가 허용되지 않습니다.',
101
101
  'some-files-were-not-uploaded': '일부 파일이 업로드되지 않았습니다.',
102
- 'file-item-edit-button': '편집 버튼',
103
- 'file-item-remove-button': '제거 버튼',
102
+ 'file-item-edit-button': '편집',
103
+ 'file-item-remove-button': '제거',
104
+ 'a11y-activity-header-button-close': '닫기',
105
+ 'a11y-editor-tab-filters': '필터',
106
+ 'a11y-editor-tab-tuning': '튜닝',
107
+ 'a11y-editor-tab-crop': '자르기',
108
+ flip: '뒤집기',
109
+ mirror: '거울',
110
+ 'a11y-cloud-editor-apply-filter': '{{name}} 필터 적용',
111
+ 'a11y-cloud-editor-apply-crop': '{{name}} 작업 적용',
112
+ 'a11y-cloud-editor-apply-tuning': '{{name}} 튜닝 적용',
104
113
  };
@@ -103,6 +103,15 @@ declare const _default: {
103
103
  'some-files-were-not-uploaded': string;
104
104
  'file-item-edit-button': string;
105
105
  'file-item-remove-button': string;
106
+ 'a11y-activity-header-button-close': string;
107
+ 'a11y-editor-tab-filters': string;
108
+ 'a11y-editor-tab-tuning': string;
109
+ 'a11y-editor-tab-crop': string;
110
+ flip: string;
111
+ mirror: string;
112
+ 'a11y-cloud-editor-apply-filter': string;
113
+ 'a11y-cloud-editor-apply-crop': string;
114
+ 'a11y-cloud-editor-apply-tuning': string;
106
115
  };
107
116
  export default _default;
108
117
  //# sourceMappingURL=lv.d.ts.map
@@ -102,6 +102,15 @@ export default {
102
102
  'images-only-accepted': 'Tiek pieņemti tikai attēlu faili.',
103
103
  'file-type-not-allowed': 'Šāda tipa failu augšupielāde nav atļauta.',
104
104
  'some-files-were-not-uploaded': 'Daži faili netika augšupielādēti.',
105
- 'file-item-edit-button': 'Rediģēšanas poga',
106
- 'file-item-remove-button': 'Noņemšanas poga',
105
+ 'file-item-edit-button': 'Rediģēt',
106
+ 'file-item-remove-button': 'Noņemt',
107
+ 'a11y-activity-header-button-close': 'Aizvērt',
108
+ 'a11y-editor-tab-filters': 'Filtri',
109
+ 'a11y-editor-tab-tuning': 'Pielāgošana',
110
+ 'a11y-editor-tab-crop': 'Apgriezt',
111
+ flip: 'Pagriezt',
112
+ mirror: 'Spogulis',
113
+ 'a11y-cloud-editor-apply-filter': 'Lietot filtru {{name}}',
114
+ 'a11y-cloud-editor-apply-crop': 'Lietot operāciju {{name}}',
115
+ 'a11y-cloud-editor-apply-tuning': 'Lietot pielāgošanu {{name}}',
107
116
  };
@@ -101,6 +101,15 @@ declare const _default: {
101
101
  'some-files-were-not-uploaded': string;
102
102
  'file-item-edit-button': string;
103
103
  'file-item-remove-button': string;
104
+ 'a11y-activity-header-button-close': string;
105
+ 'a11y-editor-tab-filters': string;
106
+ 'a11y-editor-tab-tuning': string;
107
+ 'a11y-editor-tab-crop': string;
108
+ flip: string;
109
+ mirror: string;
110
+ 'a11y-cloud-editor-apply-filter': string;
111
+ 'a11y-cloud-editor-apply-crop': string;
112
+ 'a11y-cloud-editor-apply-tuning': string;
104
113
  };
105
114
  export default _default;
106
115
  //# sourceMappingURL=nb.d.ts.map
@@ -100,6 +100,15 @@ export default {
100
100
  'images-only-accepted': 'Kun bildefiler er akseptert.',
101
101
  'file-type-not-allowed': 'Opplasting av disse filtypene er ikke tillatt.',
102
102
  'some-files-were-not-uploaded': 'Noen filer ble ikke lastet opp.',
103
- 'file-item-edit-button': 'Redigeringsknapp',
104
- 'file-item-remove-button': 'Fjerningsknapp',
103
+ 'file-item-edit-button': 'Rediger',
104
+ 'file-item-remove-button': 'Fjern',
105
+ 'a11y-activity-header-button-close': 'Lukk',
106
+ 'a11y-editor-tab-filters': 'Filtre',
107
+ 'a11y-editor-tab-tuning': 'Innstillinger',
108
+ 'a11y-editor-tab-crop': 'Beskjær',
109
+ flip: 'Vend',
110
+ mirror: 'Speil',
111
+ 'a11y-cloud-editor-apply-filter': 'Bruk filter {{name}}',
112
+ 'a11y-cloud-editor-apply-crop': 'Bruk operasjon {{name}}',
113
+ 'a11y-cloud-editor-apply-tuning': 'Bruk innstilling {{name}}',
105
114
  };
@@ -101,6 +101,15 @@ declare const _default: {
101
101
  'some-files-were-not-uploaded': string;
102
102
  'file-item-edit-button': string;
103
103
  'file-item-remove-button': string;
104
+ 'a11y-activity-header-button-close': string;
105
+ 'a11y-editor-tab-filters': string;
106
+ 'a11y-editor-tab-tuning': string;
107
+ 'a11y-editor-tab-crop': string;
108
+ flip: string;
109
+ mirror: string;
110
+ 'a11y-cloud-editor-apply-filter': string;
111
+ 'a11y-cloud-editor-apply-crop': string;
112
+ 'a11y-cloud-editor-apply-tuning': string;
104
113
  };
105
114
  export default _default;
106
115
  //# sourceMappingURL=nl.d.ts.map
@@ -101,6 +101,15 @@ export default {
101
101
  'images-only-accepted': 'Alleen afbeeldingsbestanden worden geaccepteerd.',
102
102
  'file-type-not-allowed': 'Dit bestandstype is niet toegestaan.',
103
103
  'some-files-were-not-uploaded': 'Sommige bestanden zijn niet geüpload.',
104
- 'file-item-edit-button': 'Bewerkknop',
105
- 'file-item-remove-button': 'Verwijderknop',
104
+ 'file-item-edit-button': 'Bewerken',
105
+ 'file-item-remove-button': 'Verwijderen',
106
+ 'a11y-activity-header-button-close': 'Sluiten',
107
+ 'a11y-editor-tab-filters': 'Filters',
108
+ 'a11y-editor-tab-tuning': 'Afstemming',
109
+ 'a11y-editor-tab-crop': 'Bijsnijden',
110
+ flip: 'Omdraaien',
111
+ mirror: 'Spiegel',
112
+ 'a11y-cloud-editor-apply-filter': '{{name}} filter toepassen',
113
+ 'a11y-cloud-editor-apply-crop': '{{name}} operatie toepassen',
114
+ 'a11y-cloud-editor-apply-tuning': '{{name}} afstemming toepassen',
106
115
  };
@@ -105,6 +105,15 @@ declare const _default: {
105
105
  'some-files-were-not-uploaded': string;
106
106
  'file-item-edit-button': string;
107
107
  'file-item-remove-button': string;
108
+ 'a11y-activity-header-button-close': string;
109
+ 'a11y-editor-tab-filters': string;
110
+ 'a11y-editor-tab-tuning': string;
111
+ 'a11y-editor-tab-crop': string;
112
+ flip: string;
113
+ mirror: string;
114
+ 'a11y-cloud-editor-apply-filter': string;
115
+ 'a11y-cloud-editor-apply-crop': string;
116
+ 'a11y-cloud-editor-apply-tuning': string;
108
117
  };
109
118
  export default _default;
110
119
  //# sourceMappingURL=pl.d.ts.map
@@ -104,6 +104,15 @@ export default {
104
104
  'images-only-accepted': 'Akceptowane są tylko pliki obrazów.',
105
105
  'file-type-not-allowed': 'Przesyłanie tego typu plików jest niedozwolone.',
106
106
  'some-files-were-not-uploaded': 'Niektóre pliki nie zostały przesłane.',
107
- 'file-item-edit-button': 'Przycisk edycji',
108
- 'file-item-remove-button': 'Przycisk usuwania',
107
+ 'file-item-edit-button': 'Edytuj',
108
+ 'file-item-remove-button': 'Usuń',
109
+ 'a11y-activity-header-button-close': 'Zamknij',
110
+ 'a11y-editor-tab-filters': 'Filtry',
111
+ 'a11y-editor-tab-tuning': 'Dostrajanie',
112
+ 'a11y-editor-tab-crop': 'Przytnij',
113
+ flip: 'Obróć',
114
+ mirror: 'Lustro',
115
+ 'a11y-cloud-editor-apply-filter': 'Zastosuj filtr {{name}}',
116
+ 'a11y-cloud-editor-apply-crop': 'Zastosuj operację {{name}}',
117
+ 'a11y-cloud-editor-apply-tuning': 'Zastosuj dostrajanie {{name}}',
109
118
  };
@@ -103,6 +103,15 @@ declare const _default: {
103
103
  'some-files-were-not-uploaded': string;
104
104
  'file-item-edit-button': string;
105
105
  'file-item-remove-button': string;
106
+ 'a11y-activity-header-button-close': string;
107
+ 'a11y-editor-tab-filters': string;
108
+ 'a11y-editor-tab-tuning': string;
109
+ 'a11y-editor-tab-crop': string;
110
+ flip: string;
111
+ mirror: string;
112
+ 'a11y-cloud-editor-apply-filter': string;
113
+ 'a11y-cloud-editor-apply-crop': string;
114
+ 'a11y-cloud-editor-apply-tuning': string;
106
115
  };
107
116
  export default _default;
108
117
  //# sourceMappingURL=pt.d.ts.map
@@ -103,6 +103,15 @@ export default {
103
103
  'images-only-accepted': 'Apenas arquivos de imagem são aceitos.',
104
104
  'file-type-not-allowed': 'O upload desses tipos de arquivo não é permitido.',
105
105
  'some-files-were-not-uploaded': 'Alguns arquivos não foram carregados.',
106
- 'file-item-edit-button': 'Botão de edição',
107
- 'file-item-remove-button': 'Botão de remoção',
106
+ 'file-item-edit-button': 'Editar',
107
+ 'file-item-remove-button': 'Remover',
108
+ 'a11y-activity-header-button-close': 'Fechar',
109
+ 'a11y-editor-tab-filters': 'Filtros',
110
+ 'a11y-editor-tab-tuning': 'Ajustes',
111
+ 'a11y-editor-tab-crop': 'Cortar',
112
+ flip: 'Virar',
113
+ mirror: 'Espelho',
114
+ 'a11y-cloud-editor-apply-filter': 'Aplicar filtro {{name}}',
115
+ 'a11y-cloud-editor-apply-crop': 'Aplicar operação {{name}}',
116
+ 'a11y-cloud-editor-apply-tuning': 'Aplicar ajuste {{name}}',
108
117
  };
@@ -103,6 +103,15 @@ declare const _default: {
103
103
  'some-files-were-not-uploaded': string;
104
104
  'file-item-edit-button': string;
105
105
  'file-item-remove-button': string;
106
+ 'a11y-activity-header-button-close': string;
107
+ 'a11y-editor-tab-filters': string;
108
+ 'a11y-editor-tab-tuning': string;
109
+ 'a11y-editor-tab-crop': string;
110
+ flip: string;
111
+ mirror: string;
112
+ 'a11y-cloud-editor-apply-filter': string;
113
+ 'a11y-cloud-editor-apply-crop': string;
114
+ 'a11y-cloud-editor-apply-tuning': string;
106
115
  };
107
116
  export default _default;
108
117
  //# sourceMappingURL=ro.d.ts.map
@@ -103,6 +103,15 @@ export default {
103
103
  'images-only-accepted': 'Doar fișierele de tip imagine sunt acceptate.',
104
104
  'file-type-not-allowed': 'Încărcarea acestor tipuri de fișiere nu este permisă.',
105
105
  'some-files-were-not-uploaded': 'Unele fișiere nu au fost încărcate.',
106
- 'file-item-edit-button': 'Buton de editare',
107
- 'file-item-remove-button': 'Buton de ștergere',
106
+ 'file-item-edit-button': 'Editează',
107
+ 'file-item-remove-button': 'Elimină',
108
+ 'a11y-activity-header-button-close': 'Închide',
109
+ 'a11y-editor-tab-filters': 'Filtre',
110
+ 'a11y-editor-tab-tuning': 'Ajustare',
111
+ 'a11y-editor-tab-crop': 'Decupare',
112
+ flip: 'Întoarce',
113
+ mirror: 'Oglindă',
114
+ 'a11y-cloud-editor-apply-filter': 'Aplică filtrul {{name}}',
115
+ 'a11y-cloud-editor-apply-crop': 'Aplică operațiunea {{name}}',
116
+ 'a11y-cloud-editor-apply-tuning': 'Aplică ajustarea {{name}}',
108
117
  };
@@ -105,6 +105,15 @@ declare const _default: {
105
105
  'some-files-were-not-uploaded': string;
106
106
  'file-item-edit-button': string;
107
107
  'file-item-remove-button': string;
108
+ 'a11y-activity-header-button-close': string;
109
+ 'a11y-editor-tab-filters': string;
110
+ 'a11y-editor-tab-tuning': string;
111
+ 'a11y-editor-tab-crop': string;
112
+ flip: string;
113
+ mirror: string;
114
+ 'a11y-cloud-editor-apply-filter': string;
115
+ 'a11y-cloud-editor-apply-crop': string;
116
+ 'a11y-cloud-editor-apply-tuning': string;
108
117
  };
109
118
  export default _default;
110
119
  //# sourceMappingURL=ru.d.ts.map
@@ -104,6 +104,15 @@ export default {
104
104
  'images-only-accepted': 'Принимаются только изображения.',
105
105
  'file-type-not-allowed': 'Загрузка файлов этого типа не разрешена.',
106
106
  'some-files-were-not-uploaded': 'Некоторые файлы не были загружены.',
107
- 'file-item-edit-button': 'Кнопка редактирования',
108
- 'file-item-remove-button': 'Кнопка удаления',
107
+ 'file-item-edit-button': 'Редактировать',
108
+ 'file-item-remove-button': 'Удалить',
109
+ 'a11y-activity-header-button-close': 'Закрыть',
110
+ 'a11y-editor-tab-filters': 'Фильтры',
111
+ 'a11y-editor-tab-tuning': 'Настройка',
112
+ 'a11y-editor-tab-crop': 'Обрезка',
113
+ flip: 'Поворот',
114
+ mirror: 'Зеркало',
115
+ 'a11y-cloud-editor-apply-filter': 'Применить фильтр {{name}}',
116
+ 'a11y-cloud-editor-apply-crop': 'Применить операцию {{name}}',
117
+ 'a11y-cloud-editor-apply-tuning': 'Применить настройку {{name}}',
109
118
  };
@@ -105,6 +105,15 @@ declare const _default: {
105
105
  'some-files-were-not-uploaded': string;
106
106
  'file-item-edit-button': string;
107
107
  'file-item-remove-button': string;
108
+ 'a11y-activity-header-button-close': string;
109
+ 'a11y-editor-tab-filters': string;
110
+ 'a11y-editor-tab-tuning': string;
111
+ 'a11y-editor-tab-crop': string;
112
+ flip: string;
113
+ mirror: string;
114
+ 'a11y-cloud-editor-apply-filter': string;
115
+ 'a11y-cloud-editor-apply-crop': string;
116
+ 'a11y-cloud-editor-apply-tuning': string;
108
117
  };
109
118
  export default _default;
110
119
  //# sourceMappingURL=sk.d.ts.map
@@ -104,6 +104,15 @@ export default {
104
104
  'images-only-accepted': 'Sú akceptované len obrázkové súbory.',
105
105
  'file-type-not-allowed': 'Nahrávanie tohto typu súborov nie je povolené.',
106
106
  'some-files-were-not-uploaded': 'Niektoré súbory neboli nahrané.',
107
- 'file-item-edit-button': 'Tlačidlo upraviť',
108
- 'file-item-remove-button': 'Tlačidlo odstrániť',
107
+ 'file-item-edit-button': 'Upraviť',
108
+ 'file-item-remove-button': 'Odstrániť',
109
+ 'a11y-activity-header-button-close': 'Zavrieť',
110
+ 'a11y-editor-tab-filters': 'Filtre',
111
+ 'a11y-editor-tab-tuning': 'Ladenie',
112
+ 'a11y-editor-tab-crop': 'Orezanie',
113
+ flip: 'Otočiť',
114
+ mirror: 'Zrkadlo',
115
+ 'a11y-cloud-editor-apply-filter': 'Použiť filter {{name}}',
116
+ 'a11y-cloud-editor-apply-crop': 'Použiť operáciu {{name}}',
117
+ 'a11y-cloud-editor-apply-tuning': 'Použiť ladenie {{name}}',
109
118
  };
@@ -103,6 +103,15 @@ declare const _default: {
103
103
  'some-files-were-not-uploaded': string;
104
104
  'file-item-edit-button': string;
105
105
  'file-item-remove-button': string;
106
+ 'a11y-activity-header-button-close': string;
107
+ 'a11y-editor-tab-filters': string;
108
+ 'a11y-editor-tab-tuning': string;
109
+ 'a11y-editor-tab-crop': string;
110
+ flip: string;
111
+ mirror: string;
112
+ 'a11y-cloud-editor-apply-filter': string;
113
+ 'a11y-cloud-editor-apply-crop': string;
114
+ 'a11y-cloud-editor-apply-tuning': string;
106
115
  };
107
116
  export default _default;
108
117
  //# sourceMappingURL=sr.d.ts.map
@@ -102,6 +102,15 @@ export default {
102
102
  'images-only-accepted': 'Прихваћене су само слике.',
103
103
  'file-type-not-allowed': 'Отпремање овог типа датотека није дозвољено.',
104
104
  'some-files-were-not-uploaded': 'Неке датотеке нису отпремљене.',
105
- 'file-item-edit-button': 'Дугме за уређивање',
106
- 'file-item-remove-button': 'Дугме за уклањање',
105
+ 'file-item-edit-button': 'Izmeni',
106
+ 'file-item-remove-button': 'Ukloni',
107
+ 'a11y-activity-header-button-close': 'Zatvori',
108
+ 'a11y-editor-tab-filters': 'Filteri',
109
+ 'a11y-editor-tab-tuning': 'Podešavanje',
110
+ 'a11y-editor-tab-crop': 'Iseci',
111
+ flip: 'Preokreni',
112
+ mirror: 'Ogledalo',
113
+ 'a11y-cloud-editor-apply-filter': 'Primeni filter {{name}}',
114
+ 'a11y-cloud-editor-apply-crop': 'Primeni operaciju {{name}}',
115
+ 'a11y-cloud-editor-apply-tuning': 'Primeni podešavanje {{name}}',
107
116
  };
@@ -101,6 +101,15 @@ declare const _default: {
101
101
  'some-files-were-not-uploaded': string;
102
102
  'file-item-edit-button': string;
103
103
  'file-item-remove-button': string;
104
+ 'a11y-activity-header-button-close': string;
105
+ 'a11y-editor-tab-filters': string;
106
+ 'a11y-editor-tab-tuning': string;
107
+ 'a11y-editor-tab-crop': string;
108
+ flip: string;
109
+ mirror: string;
110
+ 'a11y-cloud-editor-apply-filter': string;
111
+ 'a11y-cloud-editor-apply-crop': string;
112
+ 'a11y-cloud-editor-apply-tuning': string;
104
113
  };
105
114
  export default _default;
106
115
  //# sourceMappingURL=sv.d.ts.map
@@ -100,6 +100,15 @@ export default {
100
100
  'images-only-accepted': 'Endast bildfiler accepteras.',
101
101
  'file-type-not-allowed': 'Uppladdning av dessa filtyper är inte tillåten.',
102
102
  'some-files-were-not-uploaded': 'Vissa filer laddades inte upp.',
103
- 'file-item-edit-button': 'Redigeringsknapp',
104
- 'file-item-remove-button': 'Raderingsknapp',
103
+ 'file-item-edit-button': 'Redigera',
104
+ 'file-item-remove-button': 'Ta bort',
105
+ 'a11y-activity-header-button-close': 'Stäng',
106
+ 'a11y-editor-tab-filters': 'Filter',
107
+ 'a11y-editor-tab-tuning': 'Inställning',
108
+ 'a11y-editor-tab-crop': 'Beskär',
109
+ flip: 'Vänd',
110
+ mirror: 'Spegla',
111
+ 'a11y-cloud-editor-apply-filter': 'Applicera filter {{name}}',
112
+ 'a11y-cloud-editor-apply-crop': 'Applicera {{name}} operation',
113
+ 'a11y-cloud-editor-apply-tuning': 'Applicera {{name}} inställning',
105
114
  };