django-vue3-admin-web/node_modules/@uppy/xhr-upload/lib/locale.js
2025-10-20 21:21:14 +08:00

8 lines
211 B
JavaScript

"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.'
}
};