en.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "nav_topics_title": "Subscribed topics",
  3. "nav_button_all_notifications": "All notifications",
  4. "nav_button_settings": "Settings",
  5. "nav_button_documentation": "Documentation",
  6. "nav_button_publish_message": "Publish message",
  7. "nav_button_subscribe": "Subscribe to topic",
  8. "alert_grant_title": "Notifications are disabled",
  9. "alert_grant_description": "Grant your browser permission to display desktop notifications.",
  10. "alert_grant_button": "Grant now",
  11. "alert_not_supported_title": "Notifications not supported",
  12. "alert_not_supported_description": "Notifications are not supported in your browser.",
  13. "notifications_copied_to_clipboard": "Copied to clipboard",
  14. "notifications_tags": "Tags",
  15. "notifications_attachment_copy_url_title": "Copy attachment URL to clipboard",
  16. "notifications_attachment_copy_url_button": "Copy URL",
  17. "notifications_attachment_open_title": "Go to {{url}}",
  18. "notifications_attachment_open_button": "Open attachment",
  19. "notifications_attachment_link_expires": "link expires {{date}}",
  20. "notifications_attachment_link_expired": "download link expired",
  21. "notifications_click_copy_url_title": "Copy link URL to clipboard",
  22. "notifications_click_copy_url_button": "Copy link",
  23. "notifications_click_open_title": "Go to {{url}}",
  24. "notifications_click_open_button": "Open link",
  25. "notifications_none_for_topic_title": "You haven't received any notifications for this topic yet.",
  26. "notifications_none_for_topic_description": "To send notifications to this topic, simply PUT or POST to the topic URL.",
  27. "notifications_none_for_any_title": "You haven't received any notifications.",
  28. "notifications_none_for_any_description": "To send notifications to a topic, simply PUT or POST to the topic URL. Here's an example using one of your topics.",
  29. "notifications_no_subscriptions_title": "It looks like you don't have any subscriptions yet.",
  30. "notifications_no_subscriptions_description": "Click the \"Add subscription\" link to create or subscribe to a topic. After that, you can send messages via PUT or POST and you'll receive notifications here.",
  31. "notifications_example": "Example",
  32. "notifications_more_details": "For more information, check out the <websiteLink>website</websiteLink> or <docsLink>documentation</docsLink>.",
  33. "notifications_loading": "Loading notifications ...",
  34. "emoji_picker_search_placeholder": "Search emoji"
  35. }