en.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. {
  2. "action_bar_show_menu": "Show menu",
  3. "action_bar_logo_alt": "ntfy logo",
  4. "action_bar_settings": "Settings",
  5. "action_bar_send_test_notification": "Send test notification",
  6. "action_bar_clear_notifications": "Clear all notifications",
  7. "action_bar_unsubscribe": "Unsubscribe",
  8. "action_bar_toggle_mute": "Mute/unmute notifications",
  9. "action_bar_toggle_action_menu": "Open/close action menu",
  10. "message_bar_type_message": "Type a message here",
  11. "message_bar_error_publishing": "Error publishing notification",
  12. "message_bar_show_dialog": "Show publish dialog",
  13. "message_bar_publish": "Publish message",
  14. "nav_topics_title": "Subscribed topics",
  15. "nav_button_all_notifications": "All notifications",
  16. "nav_button_settings": "Settings",
  17. "nav_button_documentation": "Documentation",
  18. "nav_button_publish_message": "Publish notification",
  19. "nav_button_subscribe": "Subscribe to topic",
  20. "nav_button_muted": "Notifications muted",
  21. "nav_button_connecting": "connecting",
  22. "alert_grant_title": "Notifications are disabled",
  23. "alert_grant_description": "Grant your browser permission to display desktop notifications.",
  24. "alert_grant_button": "Grant now",
  25. "alert_not_supported_title": "Notifications not supported",
  26. "alert_not_supported_description": "Notifications are not supported in your browser.",
  27. "notifications_list": "Notifications list",
  28. "notifications_list_item": "Notification",
  29. "notifications_delete": "Delete notification",
  30. "notifications_copied_to_clipboard": "Copied to clipboard",
  31. "notifications_tags": "Tags",
  32. "notifications_priority_x": "Priority {{priority}}",
  33. "notifications_new_indicator": "New notification",
  34. "notifications_attachment_image": "Attachment image",
  35. "notifications_attachment_copy_url_title": "Copy attachment URL to clipboard",
  36. "notifications_attachment_copy_url_button": "Copy URL",
  37. "notifications_attachment_open_title": "Go to {{url}}",
  38. "notifications_attachment_open_button": "Open attachment",
  39. "notifications_attachment_link_expires": "link expires {{date}}",
  40. "notifications_attachment_link_expired": "download link expired",
  41. "notifications_attachment_file_image": "image file",
  42. "notifications_attachment_file_video": "video file",
  43. "notifications_attachment_file_audio": "audio file",
  44. "notifications_attachment_file_app": "Android app file",
  45. "notifications_attachment_file_document": "other document",
  46. "notifications_click_copy_url_title": "Copy link URL to clipboard",
  47. "notifications_click_copy_url_button": "Copy link",
  48. "notifications_click_open_button": "Open link",
  49. "notifications_actions_open_url_title": "Go to {{url}}",
  50. "notifications_actions_not_supported": "Action not supported in web app",
  51. "notifications_actions_http_request_title": "Send HTTP {{method}} to {{url}}",
  52. "notifications_none_for_topic_title": "You haven't received any notifications for this topic yet.",
  53. "notifications_none_for_topic_description": "To send notifications to this topic, simply PUT or POST to the topic URL.",
  54. "notifications_none_for_any_title": "You haven't received any notifications.",
  55. "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.",
  56. "notifications_no_subscriptions_title": "It looks like you don't have any subscriptions yet.",
  57. "notifications_no_subscriptions_description": "Click the \"{{linktext}}\" link to create or subscribe to a topic. After that, you can send messages via PUT or POST and you'll receive notifications here.",
  58. "notifications_example": "Example",
  59. "notifications_more_details": "For more information, check out the <websiteLink>website</websiteLink> or <docsLink>documentation</docsLink>.",
  60. "notifications_loading": "Loading notifications …",
  61. "publish_dialog_title_topic": "Publish to {{topic}}",
  62. "publish_dialog_title_no_topic": "Publish notification",
  63. "publish_dialog_progress_uploading": "Uploading …",
  64. "publish_dialog_progress_uploading_detail": "Uploading {{loaded}}/{{total}} ({{percent}}%) …",
  65. "publish_dialog_message_published": "Notification published",
  66. "publish_dialog_attachment_limits_file_and_quota_reached": "exceeds {{fileSizeLimit}} file limit and quota, {{remainingBytes}} remaining",
  67. "publish_dialog_attachment_limits_file_reached": "exceeds {{fileSizeLimit}} file limit",
  68. "publish_dialog_attachment_limits_quota_reached": "exceeds quota, {{remainingBytes}} remaining",
  69. "publish_dialog_emoji_picker_show": "Pick emoji",
  70. "publish_dialog_priority_min": "Min. priority",
  71. "publish_dialog_priority_low": "Low priority",
  72. "publish_dialog_priority_default": "Default priority",
  73. "publish_dialog_priority_high": "High priority",
  74. "publish_dialog_priority_max": "Max. priority",
  75. "publish_dialog_base_url_label": "Service URL",
  76. "publish_dialog_base_url_placeholder": "Service URL, e.g. https://example.com",
  77. "publish_dialog_topic_label": "Topic name",
  78. "publish_dialog_topic_placeholder": "Topic name, e.g. phil_alerts",
  79. "publish_dialog_topic_reset": "Reset topic",
  80. "publish_dialog_title_label": "Title",
  81. "publish_dialog_title_placeholder": "Notification title, e.g. Disk space alert",
  82. "publish_dialog_message_label": "Message",
  83. "publish_dialog_message_placeholder": "Type a message here",
  84. "publish_dialog_tags_label": "Tags",
  85. "publish_dialog_tags_placeholder": "Comma-separated list of tags, e.g. warning, srv1-backup",
  86. "publish_dialog_priority_label": "Priority",
  87. "publish_dialog_click_label": "Click URL",
  88. "publish_dialog_click_placeholder": "URL that is opened when notification is clicked",
  89. "publish_dialog_click_reset": "Remove click URL",
  90. "publish_dialog_email_label": "Email",
  91. "publish_dialog_email_placeholder": "Address to forward the notification to, e.g. phil@example.com",
  92. "publish_dialog_email_reset": "Remove email forward",
  93. "publish_dialog_attach_label": "Attachment URL",
  94. "publish_dialog_attach_placeholder": "Attach file by URL, e.g. https://f-droid.org/F-Droid.apk",
  95. "publish_dialog_attach_reset": "Remove attachment URL",
  96. "publish_dialog_filename_label": "Filename",
  97. "publish_dialog_filename_placeholder": "Attachment filename",
  98. "publish_dialog_delay_label": "Delay",
  99. "publish_dialog_delay_placeholder": "Delay delivery, e.g. {{unixTimestamp}}, {{relativeTime}}, or \"{{naturalLanguage}}\" (English only)",
  100. "publish_dialog_delay_reset": "Remove delayed delivery",
  101. "publish_dialog_other_features": "Other features:",
  102. "publish_dialog_chip_click_label": "Click URL",
  103. "publish_dialog_chip_email_label": "Forward to email",
  104. "publish_dialog_chip_attach_url_label": "Attach file by URL",
  105. "publish_dialog_chip_attach_file_label": "Attach local file",
  106. "publish_dialog_chip_delay_label": "Delay delivery",
  107. "publish_dialog_chip_topic_label": "Change topic",
  108. "publish_dialog_details_examples_description": "For examples and a detailed description of all send features, please refer to the <docsLink>documentation</docsLink>.",
  109. "publish_dialog_button_cancel_sending": "Cancel sending",
  110. "publish_dialog_button_cancel": "Cancel",
  111. "publish_dialog_button_send": "Send",
  112. "publish_dialog_checkbox_publish_another": "Publish another",
  113. "publish_dialog_attached_file_title": "Attached file:",
  114. "publish_dialog_attached_file_filename_placeholder": "Attachment filename",
  115. "publish_dialog_attached_file_remove": "Remove attached file",
  116. "publish_dialog_drop_file_here": "Drop file here",
  117. "emoji_picker_search_placeholder": "Search emoji",
  118. "emoji_picker_search_clear": "Clear search",
  119. "subscribe_dialog_subscribe_title": "Subscribe to topic",
  120. "subscribe_dialog_subscribe_description": "Topics may not be password-protected, so choose a name that's not easy to guess. Once subscribed, you can PUT/POST notifications.",
  121. "subscribe_dialog_subscribe_topic_placeholder": "Topic name, e.g. phil_alerts",
  122. "subscribe_dialog_subscribe_use_another_label": "Use another server",
  123. "subscribe_dialog_subscribe_base_url_label": "Service URL",
  124. "subscribe_dialog_subscribe_button_cancel": "Cancel",
  125. "subscribe_dialog_subscribe_button_subscribe": "Subscribe",
  126. "subscribe_dialog_login_title": "Login required",
  127. "subscribe_dialog_login_description": "This topic is password-protected. Please enter username and password to subscribe.",
  128. "subscribe_dialog_login_username_label": "Username, e.g. phil",
  129. "subscribe_dialog_login_password_label": "Password",
  130. "subscribe_dialog_login_button_back": "Back",
  131. "subscribe_dialog_login_button_login": "Login",
  132. "subscribe_dialog_error_user_not_authorized": "User {{username}} not authorized",
  133. "subscribe_dialog_error_user_anonymous": "anonymous",
  134. "prefs_notifications_title": "Notifications",
  135. "prefs_notifications_sound_title": "Notification sound",
  136. "prefs_notifications_sound_description_none": "Notifications do not play any sound when they arrive",
  137. "prefs_notifications_sound_description_some": "Notifications play the {{sound}} sound when they arrive",
  138. "prefs_notifications_sound_no_sound": "No sound",
  139. "prefs_notifications_sound_play": "Play selected sound",
  140. "prefs_notifications_min_priority_title": "Minimum priority",
  141. "prefs_notifications_min_priority_description_any": "Showing all notifications, regardless of priority",
  142. "prefs_notifications_min_priority_description_x_or_higher": "Show notifications if priority is {{number}} ({{name}}) or above",
  143. "prefs_notifications_min_priority_description_max": "Show notifications if priority is 5 (max)",
  144. "prefs_notifications_min_priority_any": "Any priority",
  145. "prefs_notifications_min_priority_low_and_higher": "Low priority and higher",
  146. "prefs_notifications_min_priority_default_and_higher": "Default priority and higher",
  147. "prefs_notifications_min_priority_high_and_higher": "High priority and higher",
  148. "prefs_notifications_min_priority_max_only": "Only max priority",
  149. "prefs_notifications_delete_after_title": "Delete notifications",
  150. "prefs_notifications_delete_after_never": "Never",
  151. "prefs_notifications_delete_after_three_hours": "After three hours",
  152. "prefs_notifications_delete_after_one_day": "After one day",
  153. "prefs_notifications_delete_after_one_week": "After one week",
  154. "prefs_notifications_delete_after_one_month": "After one month",
  155. "prefs_notifications_delete_after_never_description": "Notifications are never auto-deleted",
  156. "prefs_notifications_delete_after_three_hours_description": "Notifications are auto-deleted after three hours",
  157. "prefs_notifications_delete_after_one_day_description": "Notifications are auto-deleted after one day",
  158. "prefs_notifications_delete_after_one_week_description": "Notifications are auto-deleted after one week",
  159. "prefs_notifications_delete_after_one_month_description": "Notifications are auto-deleted after one month",
  160. "prefs_users_title": "Manage users",
  161. "prefs_users_description": "Add/remove users for your protected topics here. Please note that username and password are stored in the browser's local storage.",
  162. "prefs_users_table": "Users table",
  163. "prefs_users_add_button": "Add user",
  164. "prefs_users_edit_button": "Edit user",
  165. "prefs_users_delete_button": "Delete user",
  166. "prefs_users_table_user_header": "User",
  167. "prefs_users_table_base_url_header": "Service URL",
  168. "prefs_users_dialog_title_add": "Add user",
  169. "prefs_users_dialog_title_edit": "Edit user",
  170. "prefs_users_dialog_base_url_label": "Service URL, e.g. https://ntfy.sh",
  171. "prefs_users_dialog_username_label": "Username, e.g. phil",
  172. "prefs_users_dialog_password_label": "Password",
  173. "prefs_users_dialog_button_cancel": "Cancel",
  174. "prefs_users_dialog_button_add": "Add",
  175. "prefs_users_dialog_button_save": "Save",
  176. "prefs_appearance_title": "Appearance",
  177. "prefs_appearance_language_title": "Language",
  178. "priority_min": "min",
  179. "priority_low": "low",
  180. "priority_default": "default",
  181. "priority_high": "high",
  182. "priority_max": "max",
  183. "error_boundary_title": "Oh no, ntfy crashed",
  184. "error_boundary_description": "This should obviously not happen. Very sorry about this.<br/>If you have a minute, please <githubLink>report this on GitHub</githubLink>, or let us know via <discordLink>Discord</discordLink> or <matrixLink>Matrix</matrixLink>.",
  185. "error_boundary_button_copy_stack_trace": "Copy stack trace",
  186. "error_boundary_stack_trace": "Stack trace",
  187. "error_boundary_gathering_info": "Gather more info …",
  188. "error_boundary_unsupported_indexeddb_title": "Private browsing not supported",
  189. "error_boundary_unsupported_indexeddb_description": "The ntfy web app needs IndexedDB to function, and your browser does not support IndexedDB in private browsing mode.<br/><br/>While this is unfortunate, it also doesn't really make a lot of sense to use the ntfy web app in private browsing mode anyway, because everything is stored in the browser storage. You can read more about it <githubLink>in this GitHub issue</githubLink>, or talk to us on <discordLink>Discord</discordLink> or <matrixLink>Matrix</matrixLink>."
  190. }