nodebb-plugin-web-push
Version:
A starter kit for quickly creating NodeBB plugins
11 lines (10 loc) • 762 B
JSON
{
"profile.label": "Push Notifications",
"profile.introduction": "In addition to in-application and email notifications, you may opt-in to receive push notifications as well. This will allow you to be notified even if the app is not open on your device.",
"profile.option": "Enable push notifications on this device",
"profile.devices": "Currently notifying <strong>%1</strong> device(s).",
"profile.permissionBlocked": "Your device is currently disallowing notifications from this site. Please grant the notification permission to continue.",
"profile.send-test": "Send Test Notification",
"toast.test_success": "Test notification sent.",
"toast.test_unavailable": "Cannot send test notification as push notifications are not enabled on this device."
}