pwa.ts 276 B

123456
  1. export default {
  2. 'app.pwa.offline': 'You are offline now',
  3. 'app.pwa.serviceworker.updated': 'New content is available',
  4. 'app.pwa.serviceworker.updated.hint': 'Please press the "Refresh" button to reload current page',
  5. 'app.pwa.serviceworker.updated.ok': 'Refresh',
  6. };