locale.js 211 B

12345678
  1. "use strict";
  2. module.exports = {
  3. strings: {
  4. // Shown in the Informer if an upload is being canceled because it stalled for too long.
  5. timedOut: 'Upload stalled for %{seconds} seconds, aborting.'
  6. }
  7. };