jstd-web/node_modules/@uppy/xhr-upload/lib/locale.js

8 lines
211 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
"use strict";
module.exports = {
strings: {
// Shown in the Informer if an upload is being canceled because it stalled for too long.
timedOut: 'Upload stalled for %{seconds} seconds, aborting.'
}
};