add support for Gotify push notifications
This commit is contained in:
@@ -27,6 +27,15 @@ module.exports = exports = {
|
||||
many: 'You have NUM_PWS app passwords associated with your account.',
|
||||
},
|
||||
|
||||
notifications: 'Notifications',
|
||||
app_key: 'Application Key',
|
||||
example_gateway_url: 'https://gotify.myexample.domain',
|
||||
save_notify: 'Save Notification Settings',
|
||||
test_notify: 'Send Test Notification',
|
||||
notify_explainer_1: `By default, APP_NAME will send you account and security notifications via e-mail. However, if you prefer, you can configure APP_NAME to send you push notifications via a <a href="https://gotify.net/" target="_blank" rel="noopener noreferrer">Gotify notification gateway.</a>`,
|
||||
notify_explainer_2: `To get this up and running, you need to create an application in your Gotify dashboard for APP_NAME. Then, you'll need to provide the URL of your Gotify server and the application key. APP_NAME will use this information to send you push notifications regarding security events.`,
|
||||
test_notification: 'This is a test notification! If you see this, it means you have properly configured your notification settings.',
|
||||
|
||||
issued: 'Issued:',
|
||||
gen_new: 'Generate New',
|
||||
recovery_codes: 'Recovery Codes',
|
||||
|
||||
Reference in New Issue
Block a user