fix: disable push notifications & update push notifications texts (#518)

This commit is contained in:
Joaquín Sánchez 2022-12-22 18:22:00 +01:00 committed by GitHub
parent 2124e8046a
commit 6b7a8baa8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 19 deletions

View file

@ -165,7 +165,7 @@
"reblog": "Reblog your post",
"title": "What notifications to receive?"
},
"close_btn": "Close desktop notification settings",
"close_btn": "Close push notifications settings",
"policy": {
"all": "From anyone",
"followed": "Of people I follow",
@ -174,17 +174,17 @@
"title": "Who can I receive notifications from?"
},
"save_settings": "Save settings changes",
"show_btn": "Show desktop notification settings",
"title": "Desktop notification settings",
"show_btn": "Show push notifications settings",
"title": "Push notifications settings",
"undo_settings": "Undo settings changes",
"unsubscribe": "Disable desktop notifications",
"unsubscribe": "Disable push notifications",
"unsubscribed_with_warning": "Enable notifications to receive notifications from this account by clicking \"@:notification.settings.warning.enable_desktop{'\"'} button.",
"unsupported": "Your browser does not support desktop notifications.",
"unsupported": "Your browser does not support push notifications.",
"warning": {
"enable_close": "Close",
"enable_description": "To receive notifications when Elk is not open, enable desktop notifications. You can control precisely what types of interactions generate desktop notifications via the \"Show Settings\" button above once enabled.",
"enable_description_short": "To change desktop notification settings when Elk is not open, you must first enable desktop notifications.",
"enable_desktop": "Enable desktop notifications",
"enable_description": "To receive notifications when Elk is not open, enable push notifications. You can control precisely what types of interactions generate push notifications via the \"@:notification.settings.show_btn{'\"'} button above once enabled.",
"enable_description_short": "To change push notifications settings when Elk is not open, you must first enable push notifications.",
"enable_desktop": "Enable push notifications",
"enable_title": "Never miss anything"
}
},