|
|
@@ -4,12 +4,12 @@
|
|
|
"action_bar_clear_notifications": "Clear all notifications",
|
|
|
"action_bar_unsubscribe": "Unsubscribe",
|
|
|
"message_bar_type_message": "Type a message here",
|
|
|
- "message_bar_error_publishing": "Error publishing message",
|
|
|
+ "message_bar_error_publishing": "Error publishing notification",
|
|
|
"nav_topics_title": "Subscribed topics",
|
|
|
"nav_button_all_notifications": "All notifications",
|
|
|
"nav_button_settings": "Settings",
|
|
|
"nav_button_documentation": "Documentation",
|
|
|
- "nav_button_publish_message": "Publish message",
|
|
|
+ "nav_button_publish_message": "Publish notification",
|
|
|
"nav_button_subscribe": "Subscribe to topic",
|
|
|
"alert_grant_title": "Notifications are disabled",
|
|
|
"alert_grant_description": "Grant your browser permission to display desktop notifications.",
|
|
|
@@ -36,15 +36,15 @@
|
|
|
"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.",
|
|
|
"notifications_example": "Example",
|
|
|
"notifications_more_details": "For more information, check out the <websiteLink>website</websiteLink> or <docsLink>documentation</docsLink>.",
|
|
|
- "notifications_loading": "Loading notifications ...",
|
|
|
+ "notifications_loading": "Loading notifications …",
|
|
|
"publish_dialog_title_topic": "Publish to {{topic}}",
|
|
|
- "publish_dialog_title_no_topic": "Publish message",
|
|
|
- "publish_dialog_progress_uploading": "Uploading ...",
|
|
|
- "publish_dialog_progress_uploading_detail": "Uploading {{loaded}}/{{total}} ({{percent}}%) ...",
|
|
|
- "publish_dialog_message_published": "Message published",
|
|
|
+ "publish_dialog_title_no_topic": "Publish notification",
|
|
|
+ "publish_dialog_progress_uploading": "Uploading …",
|
|
|
+ "publish_dialog_progress_uploading_detail": "Uploading {{loaded}}/{{total}} ({{percent}}%) …",
|
|
|
+ "publish_dialog_message_published": "Notification published",
|
|
|
"publish_dialog_attachment_limits_file_and_quota_reached": "exceeds {{fileSizeLimit}} file limit and quota, {{remainingBytes}} remaining",
|
|
|
"publish_dialog_attachment_limits_file_reached": "exceeds {{fileSizeLimit}} file limit",
|
|
|
- "publish_dialog_attachment_limits_quota_reached": "exceeds quota,{{remainingBytes}} remaining",
|
|
|
+ "publish_dialog_attachment_limits_quota_reached": "exceeds quota, {{remainingBytes}} remaining",
|
|
|
"publish_dialog_priority_min": "Min. priority",
|
|
|
"publish_dialog_priority_low": "Low priority",
|
|
|
"publish_dialog_priority_default": "Default priority",
|
|
|
@@ -64,7 +64,7 @@
|
|
|
"publish_dialog_click_label": "Click URL",
|
|
|
"publish_dialog_click_placeholder": "URL that is opened when notification is clicked",
|
|
|
"publish_dialog_email_label": "Email",
|
|
|
- "publish_dialog_email_placeholder": "Address to forward the message to, e.g. phil@example.com",
|
|
|
+ "publish_dialog_email_placeholder": "Address to forward the notification to, e.g. phil@example.com",
|
|
|
"publish_dialog_attach_label": "Attachment URL",
|
|
|
"publish_dialog_attach_placeholder": "Attach file by URL, e.g. https://f-droid.org/F-Droid.apk",
|
|
|
"publish_dialog_filename_label": "Filename",
|
|
|
@@ -135,5 +135,5 @@
|
|
|
"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>.",
|
|
|
"error_boundary_button_copy_stack_trace": "Copy stack trace",
|
|
|
"error_boundary_stack_trace": "Stack trace",
|
|
|
- "error_boundary_gathering_info": "Gather more info ..."
|
|
|
+ "error_boundary_gathering_info": "Gather more info …"
|
|
|
}
|