vuefinder 4.4.2 → 4.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.
- package/dist/{CodeMirrorEditor-BRdSd9UC.js → CodeMirrorEditor-B-S-0evY.js} +1904 -1874
- package/dist/{index-K55yVG6x.js → index-BGoNEumZ.js} +1 -1
- package/dist/{index-CH7b2rZ5.js → index-BTbtS_RT.js} +2 -2
- package/dist/{index-C2kj7Fyq.js → index-CGHlit_l.js} +2 -2
- package/dist/{index-b7QehgWN.js → index-CVXickBg.js} +3 -3
- package/dist/{index-CMSBtuvw.js → index-CayWWBxm.js} +2 -2
- package/dist/{index-b8TYJBio.js → index-ClI-RYT2.js} +2 -2
- package/dist/{index-CLK_2Y72.js → index-DHTj5biS.js} +4 -4
- package/dist/index-DKfDIDxR.js +10466 -0
- package/dist/{index-3MWoBbsB.js → index-DqYmpa55.js} +2 -2
- package/dist/locales/ar.js +36 -0
- package/dist/locales/de.js +36 -0
- package/dist/locales/en.js +35 -2
- package/dist/locales/es.js +36 -0
- package/dist/locales/fa.js +36 -0
- package/dist/locales/fr.js +36 -0
- package/dist/locales/he.js +36 -0
- package/dist/locales/hi.js +36 -0
- package/dist/locales/it.js +36 -0
- package/dist/locales/ja.js +36 -0
- package/dist/locales/nl.js +36 -0
- package/dist/locales/pl.js +36 -0
- package/dist/locales/pt.js +36 -0
- package/dist/locales/ru.js +36 -0
- package/dist/locales/sv.js +36 -0
- package/dist/locales/tr.js +35 -2
- package/dist/locales/zhCN.js +36 -0
- package/dist/locales/zhTW.js +36 -0
- package/dist/types/adapters/AdapterManager.d.ts +6 -1
- package/dist/types/components/FileItem.vue.d.ts +6 -6
- package/dist/types/components/FileRow.vue.d.ts +6 -6
- package/dist/types/components/modals/ModalGoToFolder.vue.d.ts +3 -0
- package/dist/types/components/modals/ModalLayout.vue.d.ts +18 -0
- package/dist/types/components/previews/Image.vue.d.ts +0 -1
- package/dist/types/components/previews/ImageEditor.vue.d.ts +12 -0
- package/dist/types/components/previews/PreviewChrome.vue.d.ts +7 -0
- package/dist/types/components/search/SearchInput.vue.d.ts +2 -2
- package/dist/types/composables/useModal.d.ts +4 -0
- package/dist/types/composables/usePreviewControls.d.ts +10 -0
- package/dist/types/types/preview.d.ts +45 -0
- package/dist/types/utils/imageEditor.d.ts +29 -0
- package/dist/types/utils/recentPaths.d.ts +3 -0
- package/dist/vuefinder.css +1 -1
- package/dist/vuefinder.js +15 -9602
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as k, E as $, a as z } from "./index-
|
|
2
|
-
import { J as R, Q as t, f as Y, L as W, y as Z, q as x, w as G, v as _, O as V, i as E, I as U } from "./CodeMirrorEditor-
|
|
1
|
+
import { L as k, E as $, a as z } from "./index-BGoNEumZ.js";
|
|
2
|
+
import { J as R, Q as t, f as Y, L as W, y as Z, q as x, w as G, v as _, O as V, i as E, I as U } from "./CodeMirrorEditor-B-S-0evY.js";
|
|
3
3
|
const T = 135, m = 1, q = 136, C = 137, P = 2, N = 138, F = 3, I = 4, X = [
|
|
4
4
|
9,
|
|
5
5
|
10,
|
package/dist/locales/ar.js
CHANGED
|
@@ -194,4 +194,40 @@ export default {
|
|
|
194
194
|
'No folders': 'لا توجد مجلدات',
|
|
195
195
|
Pinned: 'مثبت',
|
|
196
196
|
uppy: uppyLocaleAr,
|
|
197
|
+
|
|
198
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
199
|
+
Rotate: 'Rotate',
|
|
200
|
+
Grayscale: 'Grayscale',
|
|
201
|
+
Adjust: 'Adjust',
|
|
202
|
+
Apply: 'Apply',
|
|
203
|
+
Brightness: 'Brightness',
|
|
204
|
+
Contrast: 'Contrast',
|
|
205
|
+
Saturation: 'Saturation',
|
|
206
|
+
Original: 'Original',
|
|
207
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
208
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
209
|
+
'Flip horizontal': 'Flip horizontal',
|
|
210
|
+
'Flip vertical': 'Flip vertical',
|
|
211
|
+
'File info': 'File info',
|
|
212
|
+
Type: 'Type',
|
|
213
|
+
Dimensions: 'Dimensions',
|
|
214
|
+
Duration: 'Duration',
|
|
215
|
+
Path: 'Path',
|
|
216
|
+
'Download help': 'Download help',
|
|
217
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
218
|
+
Editing: 'Editing',
|
|
219
|
+
Unsaved: 'Unsaved',
|
|
220
|
+
'File %s of %s': 'File %s of %s',
|
|
221
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
222
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
223
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
224
|
+
Recent: 'Recent',
|
|
225
|
+
'Remove from recent': 'Remove from recent',
|
|
226
|
+
'Edit this path': 'Edit this path',
|
|
227
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
228
|
+
'No matching folders.': 'No matching folders.',
|
|
229
|
+
'Folder not found': 'Folder not found',
|
|
230
|
+
'Loading…': 'Loading…',
|
|
231
|
+
|
|
232
|
+
'Show as table': 'Show as table',
|
|
197
233
|
};
|
package/dist/locales/de.js
CHANGED
|
@@ -199,4 +199,40 @@ export default {
|
|
|
199
199
|
'Target folder': 'Zielordner',
|
|
200
200
|
Pinned: 'Angeheftet',
|
|
201
201
|
uppy: uppyLocaleDe,
|
|
202
|
+
|
|
203
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
204
|
+
Rotate: 'Rotate',
|
|
205
|
+
Grayscale: 'Grayscale',
|
|
206
|
+
Adjust: 'Adjust',
|
|
207
|
+
Apply: 'Apply',
|
|
208
|
+
Brightness: 'Brightness',
|
|
209
|
+
Contrast: 'Contrast',
|
|
210
|
+
Saturation: 'Saturation',
|
|
211
|
+
Original: 'Original',
|
|
212
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
213
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
214
|
+
'Flip horizontal': 'Flip horizontal',
|
|
215
|
+
'Flip vertical': 'Flip vertical',
|
|
216
|
+
'File info': 'File info',
|
|
217
|
+
Type: 'Type',
|
|
218
|
+
Dimensions: 'Dimensions',
|
|
219
|
+
Duration: 'Duration',
|
|
220
|
+
Path: 'Path',
|
|
221
|
+
'Download help': 'Download help',
|
|
222
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
223
|
+
Editing: 'Editing',
|
|
224
|
+
Unsaved: 'Unsaved',
|
|
225
|
+
'File %s of %s': 'File %s of %s',
|
|
226
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
227
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
228
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
229
|
+
Recent: 'Recent',
|
|
230
|
+
'Remove from recent': 'Remove from recent',
|
|
231
|
+
'Edit this path': 'Edit this path',
|
|
232
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
233
|
+
'No matching folders.': 'No matching folders.',
|
|
234
|
+
'Folder not found': 'Folder not found',
|
|
235
|
+
'Loading…': 'Loading…',
|
|
236
|
+
|
|
237
|
+
'Show as table': 'Show as table',
|
|
202
238
|
};
|
package/dist/locales/en.js
CHANGED
|
@@ -8,6 +8,32 @@ export default {
|
|
|
8
8
|
Save: 'Save',
|
|
9
9
|
Edit: 'Edit',
|
|
10
10
|
Crop: 'Crop',
|
|
11
|
+
Rotate: 'Rotate',
|
|
12
|
+
Grayscale: 'Grayscale',
|
|
13
|
+
Adjust: 'Adjust',
|
|
14
|
+
Apply: 'Apply',
|
|
15
|
+
Reset: 'Reset',
|
|
16
|
+
Brightness: 'Brightness',
|
|
17
|
+
Contrast: 'Contrast',
|
|
18
|
+
Saturation: 'Saturation',
|
|
19
|
+
Original: 'Original',
|
|
20
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
21
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
22
|
+
'Flip horizontal': 'Flip horizontal',
|
|
23
|
+
'Flip vertical': 'Flip vertical',
|
|
24
|
+
'File info': 'File info',
|
|
25
|
+
Type: 'Type',
|
|
26
|
+
Dimensions: 'Dimensions',
|
|
27
|
+
Duration: 'Duration',
|
|
28
|
+
Path: 'Path',
|
|
29
|
+
'Download help': 'Download help',
|
|
30
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
31
|
+
Editing: 'Editing',
|
|
32
|
+
Unsaved: 'Unsaved',
|
|
33
|
+
'File %s of %s': 'File %s of %s',
|
|
34
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
35
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
36
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
11
37
|
'New Folder': 'New Folder',
|
|
12
38
|
'New File': 'New File',
|
|
13
39
|
Rename: 'Rename',
|
|
@@ -39,6 +65,7 @@ export default {
|
|
|
39
65
|
Raw: 'Raw',
|
|
40
66
|
'View as table': 'View as table',
|
|
41
67
|
'View as raw': 'View as raw',
|
|
68
|
+
'Show as table': 'Show as table',
|
|
42
69
|
'Failed to parse CSV': 'Failed to parse CSV',
|
|
43
70
|
'No rows to display': 'No rows to display',
|
|
44
71
|
'Showing first %s rows out of %s': 'Showing first %s rows out of %s',
|
|
@@ -46,7 +73,6 @@ export default {
|
|
|
46
73
|
'Change View': 'Change View',
|
|
47
74
|
Storage: 'Storage',
|
|
48
75
|
'Go up a directory': 'Go up a directory',
|
|
49
|
-
Go: 'Go',
|
|
50
76
|
'Enter folder path:': 'Enter folder path:',
|
|
51
77
|
'Invalid path format. Path must be in format: storage://path/to/folder':
|
|
52
78
|
'Invalid path format. Path must be in format: storage://path/to/folder',
|
|
@@ -112,7 +138,6 @@ export default {
|
|
|
112
138
|
|
|
113
139
|
Settings: 'Settings',
|
|
114
140
|
Shortcuts: 'Shortcuts',
|
|
115
|
-
Reset: 'Reset',
|
|
116
141
|
Escape: 'Escape',
|
|
117
142
|
Search: 'Search',
|
|
118
143
|
'Toggle Sidebar': 'Toggle Sidebar',
|
|
@@ -163,6 +188,14 @@ export default {
|
|
|
163
188
|
Forward: 'Forward',
|
|
164
189
|
Back: 'Back',
|
|
165
190
|
'Go to Folder': 'Go to Folder',
|
|
191
|
+
Go: 'Go',
|
|
192
|
+
Recent: 'Recent',
|
|
193
|
+
'Remove from recent': 'Remove from recent',
|
|
194
|
+
'Edit this path': 'Edit this path',
|
|
195
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
196
|
+
'No matching folders.': 'No matching folders.',
|
|
197
|
+
'Folder not found': 'Folder not found',
|
|
198
|
+
'Loading…': 'Loading…',
|
|
166
199
|
Sorting: 'Sorting',
|
|
167
200
|
Asc: 'Asc',
|
|
168
201
|
Desc: 'Desc',
|
package/dist/locales/es.js
CHANGED
|
@@ -200,4 +200,40 @@ export default {
|
|
|
200
200
|
'Target folder': 'Carpeta de destino',
|
|
201
201
|
Pinned: 'Anclado',
|
|
202
202
|
uppy: uppyLocaleEs,
|
|
203
|
+
|
|
204
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
205
|
+
Rotate: 'Rotate',
|
|
206
|
+
Grayscale: 'Grayscale',
|
|
207
|
+
Adjust: 'Adjust',
|
|
208
|
+
Apply: 'Apply',
|
|
209
|
+
Brightness: 'Brightness',
|
|
210
|
+
Contrast: 'Contrast',
|
|
211
|
+
Saturation: 'Saturation',
|
|
212
|
+
Original: 'Original',
|
|
213
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
214
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
215
|
+
'Flip horizontal': 'Flip horizontal',
|
|
216
|
+
'Flip vertical': 'Flip vertical',
|
|
217
|
+
'File info': 'File info',
|
|
218
|
+
Type: 'Type',
|
|
219
|
+
Dimensions: 'Dimensions',
|
|
220
|
+
Duration: 'Duration',
|
|
221
|
+
Path: 'Path',
|
|
222
|
+
'Download help': 'Download help',
|
|
223
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
224
|
+
Editing: 'Editing',
|
|
225
|
+
Unsaved: 'Unsaved',
|
|
226
|
+
'File %s of %s': 'File %s of %s',
|
|
227
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
228
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
229
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
230
|
+
Recent: 'Recent',
|
|
231
|
+
'Remove from recent': 'Remove from recent',
|
|
232
|
+
'Edit this path': 'Edit this path',
|
|
233
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
234
|
+
'No matching folders.': 'No matching folders.',
|
|
235
|
+
'Folder not found': 'Folder not found',
|
|
236
|
+
'Loading…': 'Loading…',
|
|
237
|
+
|
|
238
|
+
'Show as table': 'Show as table',
|
|
203
239
|
};
|
package/dist/locales/fa.js
CHANGED
|
@@ -198,4 +198,40 @@ export default {
|
|
|
198
198
|
'Copy Path': 'کپی مسیر',
|
|
199
199
|
'Copy Download URL': 'کپی پیوند دانلود',
|
|
200
200
|
uppy: uppyLocaleFa,
|
|
201
|
+
|
|
202
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
203
|
+
Rotate: 'Rotate',
|
|
204
|
+
Grayscale: 'Grayscale',
|
|
205
|
+
Adjust: 'Adjust',
|
|
206
|
+
Apply: 'Apply',
|
|
207
|
+
Brightness: 'Brightness',
|
|
208
|
+
Contrast: 'Contrast',
|
|
209
|
+
Saturation: 'Saturation',
|
|
210
|
+
Original: 'Original',
|
|
211
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
212
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
213
|
+
'Flip horizontal': 'Flip horizontal',
|
|
214
|
+
'Flip vertical': 'Flip vertical',
|
|
215
|
+
'File info': 'File info',
|
|
216
|
+
Type: 'Type',
|
|
217
|
+
Dimensions: 'Dimensions',
|
|
218
|
+
Duration: 'Duration',
|
|
219
|
+
Path: 'Path',
|
|
220
|
+
'Download help': 'Download help',
|
|
221
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
222
|
+
Editing: 'Editing',
|
|
223
|
+
Unsaved: 'Unsaved',
|
|
224
|
+
'File %s of %s': 'File %s of %s',
|
|
225
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
226
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
227
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
228
|
+
Recent: 'Recent',
|
|
229
|
+
'Remove from recent': 'Remove from recent',
|
|
230
|
+
'Edit this path': 'Edit this path',
|
|
231
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
232
|
+
'No matching folders.': 'No matching folders.',
|
|
233
|
+
'Folder not found': 'Folder not found',
|
|
234
|
+
'Loading…': 'Loading…',
|
|
235
|
+
|
|
236
|
+
'Show as table': 'Show as table',
|
|
201
237
|
};
|
package/dist/locales/fr.js
CHANGED
|
@@ -199,4 +199,40 @@ export default {
|
|
|
199
199
|
'Target folder': 'Dossier cible',
|
|
200
200
|
Pinned: 'Épinglé',
|
|
201
201
|
uppy: uppyLocaleFr,
|
|
202
|
+
|
|
203
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
204
|
+
Rotate: 'Rotate',
|
|
205
|
+
Grayscale: 'Grayscale',
|
|
206
|
+
Adjust: 'Adjust',
|
|
207
|
+
Apply: 'Apply',
|
|
208
|
+
Brightness: 'Brightness',
|
|
209
|
+
Contrast: 'Contrast',
|
|
210
|
+
Saturation: 'Saturation',
|
|
211
|
+
Original: 'Original',
|
|
212
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
213
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
214
|
+
'Flip horizontal': 'Flip horizontal',
|
|
215
|
+
'Flip vertical': 'Flip vertical',
|
|
216
|
+
'File info': 'File info',
|
|
217
|
+
Type: 'Type',
|
|
218
|
+
Dimensions: 'Dimensions',
|
|
219
|
+
Duration: 'Duration',
|
|
220
|
+
Path: 'Path',
|
|
221
|
+
'Download help': 'Download help',
|
|
222
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
223
|
+
Editing: 'Editing',
|
|
224
|
+
Unsaved: 'Unsaved',
|
|
225
|
+
'File %s of %s': 'File %s of %s',
|
|
226
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
227
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
228
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
229
|
+
Recent: 'Recent',
|
|
230
|
+
'Remove from recent': 'Remove from recent',
|
|
231
|
+
'Edit this path': 'Edit this path',
|
|
232
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
233
|
+
'No matching folders.': 'No matching folders.',
|
|
234
|
+
'Folder not found': 'Folder not found',
|
|
235
|
+
'Loading…': 'Loading…',
|
|
236
|
+
|
|
237
|
+
'Show as table': 'Show as table',
|
|
202
238
|
};
|
package/dist/locales/he.js
CHANGED
|
@@ -195,4 +195,40 @@ export default {
|
|
|
195
195
|
'Copy Path': 'העתק נתיב',
|
|
196
196
|
'Copy Download URL': 'העתק כתובת הורדה',
|
|
197
197
|
uppy: uppyLocaleHe,
|
|
198
|
+
|
|
199
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
200
|
+
Rotate: 'Rotate',
|
|
201
|
+
Grayscale: 'Grayscale',
|
|
202
|
+
Adjust: 'Adjust',
|
|
203
|
+
Apply: 'Apply',
|
|
204
|
+
Brightness: 'Brightness',
|
|
205
|
+
Contrast: 'Contrast',
|
|
206
|
+
Saturation: 'Saturation',
|
|
207
|
+
Original: 'Original',
|
|
208
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
209
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
210
|
+
'Flip horizontal': 'Flip horizontal',
|
|
211
|
+
'Flip vertical': 'Flip vertical',
|
|
212
|
+
'File info': 'File info',
|
|
213
|
+
Type: 'Type',
|
|
214
|
+
Dimensions: 'Dimensions',
|
|
215
|
+
Duration: 'Duration',
|
|
216
|
+
Path: 'Path',
|
|
217
|
+
'Download help': 'Download help',
|
|
218
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
219
|
+
Editing: 'Editing',
|
|
220
|
+
Unsaved: 'Unsaved',
|
|
221
|
+
'File %s of %s': 'File %s of %s',
|
|
222
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
223
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
224
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
225
|
+
Recent: 'Recent',
|
|
226
|
+
'Remove from recent': 'Remove from recent',
|
|
227
|
+
'Edit this path': 'Edit this path',
|
|
228
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
229
|
+
'No matching folders.': 'No matching folders.',
|
|
230
|
+
'Folder not found': 'Folder not found',
|
|
231
|
+
'Loading…': 'Loading…',
|
|
232
|
+
|
|
233
|
+
'Show as table': 'Show as table',
|
|
198
234
|
};
|
package/dist/locales/hi.js
CHANGED
|
@@ -197,4 +197,40 @@ export default {
|
|
|
197
197
|
'Copy Path': 'पथ कॉपी करें',
|
|
198
198
|
'Copy Download URL': 'डाउनलोड URL कॉपी करें',
|
|
199
199
|
uppy: uppyLocaleHi,
|
|
200
|
+
|
|
201
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
202
|
+
Rotate: 'Rotate',
|
|
203
|
+
Grayscale: 'Grayscale',
|
|
204
|
+
Adjust: 'Adjust',
|
|
205
|
+
Apply: 'Apply',
|
|
206
|
+
Brightness: 'Brightness',
|
|
207
|
+
Contrast: 'Contrast',
|
|
208
|
+
Saturation: 'Saturation',
|
|
209
|
+
Original: 'Original',
|
|
210
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
211
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
212
|
+
'Flip horizontal': 'Flip horizontal',
|
|
213
|
+
'Flip vertical': 'Flip vertical',
|
|
214
|
+
'File info': 'File info',
|
|
215
|
+
Type: 'Type',
|
|
216
|
+
Dimensions: 'Dimensions',
|
|
217
|
+
Duration: 'Duration',
|
|
218
|
+
Path: 'Path',
|
|
219
|
+
'Download help': 'Download help',
|
|
220
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
221
|
+
Editing: 'Editing',
|
|
222
|
+
Unsaved: 'Unsaved',
|
|
223
|
+
'File %s of %s': 'File %s of %s',
|
|
224
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
225
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
226
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
227
|
+
Recent: 'Recent',
|
|
228
|
+
'Remove from recent': 'Remove from recent',
|
|
229
|
+
'Edit this path': 'Edit this path',
|
|
230
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
231
|
+
'No matching folders.': 'No matching folders.',
|
|
232
|
+
'Folder not found': 'Folder not found',
|
|
233
|
+
'Loading…': 'Loading…',
|
|
234
|
+
|
|
235
|
+
'Show as table': 'Show as table',
|
|
200
236
|
};
|
package/dist/locales/it.js
CHANGED
|
@@ -196,4 +196,40 @@ export default {
|
|
|
196
196
|
'Target folder': 'Cartella di destinazione',
|
|
197
197
|
Pinned: 'Fissato',
|
|
198
198
|
uppy: uppyLocaleIt,
|
|
199
|
+
|
|
200
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
201
|
+
Rotate: 'Rotate',
|
|
202
|
+
Grayscale: 'Grayscale',
|
|
203
|
+
Adjust: 'Adjust',
|
|
204
|
+
Apply: 'Apply',
|
|
205
|
+
Brightness: 'Brightness',
|
|
206
|
+
Contrast: 'Contrast',
|
|
207
|
+
Saturation: 'Saturation',
|
|
208
|
+
Original: 'Original',
|
|
209
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
210
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
211
|
+
'Flip horizontal': 'Flip horizontal',
|
|
212
|
+
'Flip vertical': 'Flip vertical',
|
|
213
|
+
'File info': 'File info',
|
|
214
|
+
Type: 'Type',
|
|
215
|
+
Dimensions: 'Dimensions',
|
|
216
|
+
Duration: 'Duration',
|
|
217
|
+
Path: 'Path',
|
|
218
|
+
'Download help': 'Download help',
|
|
219
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
220
|
+
Editing: 'Editing',
|
|
221
|
+
Unsaved: 'Unsaved',
|
|
222
|
+
'File %s of %s': 'File %s of %s',
|
|
223
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
224
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
225
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
226
|
+
Recent: 'Recent',
|
|
227
|
+
'Remove from recent': 'Remove from recent',
|
|
228
|
+
'Edit this path': 'Edit this path',
|
|
229
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
230
|
+
'No matching folders.': 'No matching folders.',
|
|
231
|
+
'Folder not found': 'Folder not found',
|
|
232
|
+
'Loading…': 'Loading…',
|
|
233
|
+
|
|
234
|
+
'Show as table': 'Show as table',
|
|
199
235
|
};
|
package/dist/locales/ja.js
CHANGED
|
@@ -197,4 +197,40 @@ export default {
|
|
|
197
197
|
'No folders': 'フォルダーがありません',
|
|
198
198
|
Pinned: 'ピン留め済み',
|
|
199
199
|
uppy: uppyLocaleJa,
|
|
200
|
+
|
|
201
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
202
|
+
Rotate: 'Rotate',
|
|
203
|
+
Grayscale: 'Grayscale',
|
|
204
|
+
Adjust: 'Adjust',
|
|
205
|
+
Apply: 'Apply',
|
|
206
|
+
Brightness: 'Brightness',
|
|
207
|
+
Contrast: 'Contrast',
|
|
208
|
+
Saturation: 'Saturation',
|
|
209
|
+
Original: 'Original',
|
|
210
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
211
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
212
|
+
'Flip horizontal': 'Flip horizontal',
|
|
213
|
+
'Flip vertical': 'Flip vertical',
|
|
214
|
+
'File info': 'File info',
|
|
215
|
+
Type: 'Type',
|
|
216
|
+
Dimensions: 'Dimensions',
|
|
217
|
+
Duration: 'Duration',
|
|
218
|
+
Path: 'Path',
|
|
219
|
+
'Download help': 'Download help',
|
|
220
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
221
|
+
Editing: 'Editing',
|
|
222
|
+
Unsaved: 'Unsaved',
|
|
223
|
+
'File %s of %s': 'File %s of %s',
|
|
224
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
225
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
226
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
227
|
+
Recent: 'Recent',
|
|
228
|
+
'Remove from recent': 'Remove from recent',
|
|
229
|
+
'Edit this path': 'Edit this path',
|
|
230
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
231
|
+
'No matching folders.': 'No matching folders.',
|
|
232
|
+
'Folder not found': 'Folder not found',
|
|
233
|
+
'Loading…': 'Loading…',
|
|
234
|
+
|
|
235
|
+
'Show as table': 'Show as table',
|
|
200
236
|
};
|
package/dist/locales/nl.js
CHANGED
|
@@ -201,4 +201,40 @@ export default {
|
|
|
201
201
|
'Copy Path': 'Pad kopiëren',
|
|
202
202
|
'Copy Download URL': 'Download-URL kopiëren',
|
|
203
203
|
uppy: uppyLocaleNl,
|
|
204
|
+
|
|
205
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
206
|
+
Rotate: 'Rotate',
|
|
207
|
+
Grayscale: 'Grayscale',
|
|
208
|
+
Adjust: 'Adjust',
|
|
209
|
+
Apply: 'Apply',
|
|
210
|
+
Brightness: 'Brightness',
|
|
211
|
+
Contrast: 'Contrast',
|
|
212
|
+
Saturation: 'Saturation',
|
|
213
|
+
Original: 'Original',
|
|
214
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
215
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
216
|
+
'Flip horizontal': 'Flip horizontal',
|
|
217
|
+
'Flip vertical': 'Flip vertical',
|
|
218
|
+
'File info': 'File info',
|
|
219
|
+
Type: 'Type',
|
|
220
|
+
Dimensions: 'Dimensions',
|
|
221
|
+
Duration: 'Duration',
|
|
222
|
+
Path: 'Path',
|
|
223
|
+
'Download help': 'Download help',
|
|
224
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
225
|
+
Editing: 'Editing',
|
|
226
|
+
Unsaved: 'Unsaved',
|
|
227
|
+
'File %s of %s': 'File %s of %s',
|
|
228
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
229
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
230
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
231
|
+
Recent: 'Recent',
|
|
232
|
+
'Remove from recent': 'Remove from recent',
|
|
233
|
+
'Edit this path': 'Edit this path',
|
|
234
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
235
|
+
'No matching folders.': 'No matching folders.',
|
|
236
|
+
'Folder not found': 'Folder not found',
|
|
237
|
+
'Loading…': 'Loading…',
|
|
238
|
+
|
|
239
|
+
'Show as table': 'Show as table',
|
|
204
240
|
};
|
package/dist/locales/pl.js
CHANGED
|
@@ -198,4 +198,40 @@ export default {
|
|
|
198
198
|
'Copy Path': 'Kopiuj ścieżkę',
|
|
199
199
|
'Copy Download URL': 'Kopiuj adres URL pobierania',
|
|
200
200
|
uppy: uppyLocalePl,
|
|
201
|
+
|
|
202
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
203
|
+
Rotate: 'Rotate',
|
|
204
|
+
Grayscale: 'Grayscale',
|
|
205
|
+
Adjust: 'Adjust',
|
|
206
|
+
Apply: 'Apply',
|
|
207
|
+
Brightness: 'Brightness',
|
|
208
|
+
Contrast: 'Contrast',
|
|
209
|
+
Saturation: 'Saturation',
|
|
210
|
+
Original: 'Original',
|
|
211
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
212
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
213
|
+
'Flip horizontal': 'Flip horizontal',
|
|
214
|
+
'Flip vertical': 'Flip vertical',
|
|
215
|
+
'File info': 'File info',
|
|
216
|
+
Type: 'Type',
|
|
217
|
+
Dimensions: 'Dimensions',
|
|
218
|
+
Duration: 'Duration',
|
|
219
|
+
Path: 'Path',
|
|
220
|
+
'Download help': 'Download help',
|
|
221
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
222
|
+
Editing: 'Editing',
|
|
223
|
+
Unsaved: 'Unsaved',
|
|
224
|
+
'File %s of %s': 'File %s of %s',
|
|
225
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
226
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
227
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
228
|
+
Recent: 'Recent',
|
|
229
|
+
'Remove from recent': 'Remove from recent',
|
|
230
|
+
'Edit this path': 'Edit this path',
|
|
231
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
232
|
+
'No matching folders.': 'No matching folders.',
|
|
233
|
+
'Folder not found': 'Folder not found',
|
|
234
|
+
'Loading…': 'Loading…',
|
|
235
|
+
|
|
236
|
+
'Show as table': 'Show as table',
|
|
201
237
|
};
|
package/dist/locales/pt.js
CHANGED
|
@@ -198,4 +198,40 @@ export default {
|
|
|
198
198
|
'No folders': 'Sem pastas',
|
|
199
199
|
Pinned: 'Fixado',
|
|
200
200
|
uppy: uppyLocalePt,
|
|
201
|
+
|
|
202
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
203
|
+
Rotate: 'Rotate',
|
|
204
|
+
Grayscale: 'Grayscale',
|
|
205
|
+
Adjust: 'Adjust',
|
|
206
|
+
Apply: 'Apply',
|
|
207
|
+
Brightness: 'Brightness',
|
|
208
|
+
Contrast: 'Contrast',
|
|
209
|
+
Saturation: 'Saturation',
|
|
210
|
+
Original: 'Original',
|
|
211
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
212
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
213
|
+
'Flip horizontal': 'Flip horizontal',
|
|
214
|
+
'Flip vertical': 'Flip vertical',
|
|
215
|
+
'File info': 'File info',
|
|
216
|
+
Type: 'Type',
|
|
217
|
+
Dimensions: 'Dimensions',
|
|
218
|
+
Duration: 'Duration',
|
|
219
|
+
Path: 'Path',
|
|
220
|
+
'Download help': 'Download help',
|
|
221
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
222
|
+
Editing: 'Editing',
|
|
223
|
+
Unsaved: 'Unsaved',
|
|
224
|
+
'File %s of %s': 'File %s of %s',
|
|
225
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
226
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
227
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
228
|
+
Recent: 'Recent',
|
|
229
|
+
'Remove from recent': 'Remove from recent',
|
|
230
|
+
'Edit this path': 'Edit this path',
|
|
231
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
232
|
+
'No matching folders.': 'No matching folders.',
|
|
233
|
+
'Folder not found': 'Folder not found',
|
|
234
|
+
'Loading…': 'Loading…',
|
|
235
|
+
|
|
236
|
+
'Show as table': 'Show as table',
|
|
201
237
|
};
|
package/dist/locales/ru.js
CHANGED
|
@@ -197,4 +197,40 @@ export default {
|
|
|
197
197
|
'Target folder': 'Целевая папка',
|
|
198
198
|
Pinned: 'Закреплено',
|
|
199
199
|
uppy: uppyLocaleRu,
|
|
200
|
+
|
|
201
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
202
|
+
Rotate: 'Rotate',
|
|
203
|
+
Grayscale: 'Grayscale',
|
|
204
|
+
Adjust: 'Adjust',
|
|
205
|
+
Apply: 'Apply',
|
|
206
|
+
Brightness: 'Brightness',
|
|
207
|
+
Contrast: 'Contrast',
|
|
208
|
+
Saturation: 'Saturation',
|
|
209
|
+
Original: 'Original',
|
|
210
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
211
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
212
|
+
'Flip horizontal': 'Flip horizontal',
|
|
213
|
+
'Flip vertical': 'Flip vertical',
|
|
214
|
+
'File info': 'File info',
|
|
215
|
+
Type: 'Type',
|
|
216
|
+
Dimensions: 'Dimensions',
|
|
217
|
+
Duration: 'Duration',
|
|
218
|
+
Path: 'Path',
|
|
219
|
+
'Download help': 'Download help',
|
|
220
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
221
|
+
Editing: 'Editing',
|
|
222
|
+
Unsaved: 'Unsaved',
|
|
223
|
+
'File %s of %s': 'File %s of %s',
|
|
224
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
225
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
226
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
227
|
+
Recent: 'Recent',
|
|
228
|
+
'Remove from recent': 'Remove from recent',
|
|
229
|
+
'Edit this path': 'Edit this path',
|
|
230
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
231
|
+
'No matching folders.': 'No matching folders.',
|
|
232
|
+
'Folder not found': 'Folder not found',
|
|
233
|
+
'Loading…': 'Loading…',
|
|
234
|
+
|
|
235
|
+
'Show as table': 'Show as table',
|
|
200
236
|
};
|
package/dist/locales/sv.js
CHANGED
|
@@ -197,4 +197,40 @@ export default {
|
|
|
197
197
|
'Copy Path': 'Kopiera sökväg',
|
|
198
198
|
'Copy Download URL': 'Kopiera nedladdnings-URL',
|
|
199
199
|
uppy: uppyLocaleSv,
|
|
200
|
+
|
|
201
|
+
// Auto-added by sync-locales.mjs — English fallback, please translate.
|
|
202
|
+
Rotate: 'Rotate',
|
|
203
|
+
Grayscale: 'Grayscale',
|
|
204
|
+
Adjust: 'Adjust',
|
|
205
|
+
Apply: 'Apply',
|
|
206
|
+
Brightness: 'Brightness',
|
|
207
|
+
Contrast: 'Contrast',
|
|
208
|
+
Saturation: 'Saturation',
|
|
209
|
+
Original: 'Original',
|
|
210
|
+
'Rotate left 90°': 'Rotate left 90°',
|
|
211
|
+
'Rotate right 90°': 'Rotate right 90°',
|
|
212
|
+
'Flip horizontal': 'Flip horizontal',
|
|
213
|
+
'Flip vertical': 'Flip vertical',
|
|
214
|
+
'File info': 'File info',
|
|
215
|
+
Type: 'Type',
|
|
216
|
+
Dimensions: 'Dimensions',
|
|
217
|
+
Duration: 'Duration',
|
|
218
|
+
Path: 'Path',
|
|
219
|
+
'Download help': 'Download help',
|
|
220
|
+
'Discard unsaved changes?': 'You have unsaved changes. Discard?',
|
|
221
|
+
Editing: 'Editing',
|
|
222
|
+
Unsaved: 'Unsaved',
|
|
223
|
+
'File %s of %s': 'File %s of %s',
|
|
224
|
+
'Toggle word wrap': 'Toggle word wrap',
|
|
225
|
+
'Word wrap on — click to disable': 'Word wrap on — click to disable',
|
|
226
|
+
'Word wrap off — click to enable': 'Word wrap off — click to enable',
|
|
227
|
+
Recent: 'Recent',
|
|
228
|
+
'Remove from recent': 'Remove from recent',
|
|
229
|
+
'Edit this path': 'Edit this path',
|
|
230
|
+
'No recent folders yet.': 'No recent folders yet.',
|
|
231
|
+
'No matching folders.': 'No matching folders.',
|
|
232
|
+
'Folder not found': 'Folder not found',
|
|
233
|
+
'Loading…': 'Loading…',
|
|
234
|
+
|
|
235
|
+
'Show as table': 'Show as table',
|
|
200
236
|
};
|