mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
export default {
|
|
strings: {
|
|
// Shown in the Status Bar
|
|
compressingImages: 'Compressing images...',
|
|
compressedX: 'Saved %{size} by compressing images',
|
|
},
|
|
}
|