NotificationLatch/frontend/src/locale/en.ts

24 lines
800 B
TypeScript

export default {
notification: {
loading: 'Loading, please wait...',
tokenInvalid: 'Invalid token',
listHeader: 'Disabled notifications',
latchTime: 'Sent on {latchTime}',
latched: 'This notification will not be sent again until it is re-enabled.',
enableNotification: 'Enable',
reminders: 'If enabled, a reminder will be sent every {interval}. Use the buttons below to disable or enable reminders. This will apply only to this notification.',
remindersDisabled: 'No reminders',
remindersEnabled: 'Send reminders'
},
duration: {
glue: ', ',
lastGlue: ' and ',
days: '{count} day | {count} days',
hours: '{count} hour | {count} hours',
minutes: '{count} minute | {count} minutes',
seconds: '{count} second | {count} seconds'
}
}