Reserve dialogs
This commit is contained in:
		
							parent
							
								
									259293f9b3
								
							
						
					
					
						commit
						07cdf2bc7a
					
				
					 13 changed files with 587 additions and 397 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,6 @@
 | 
			
		|||
{
 | 
			
		||||
  "common_cancel": "Cancel",
 | 
			
		||||
  "common_save": "Save",
 | 
			
		||||
  "signup_title": "Create a ntfy account",
 | 
			
		||||
  "signup_form_username": "Username",
 | 
			
		||||
  "signup_form_password": "Password",
 | 
			
		||||
| 
						 | 
				
			
			@ -18,7 +19,10 @@
 | 
			
		|||
  "action_bar_logo_alt": "ntfy logo",
 | 
			
		||||
  "action_bar_settings": "Settings",
 | 
			
		||||
  "action_bar_account": "Account",
 | 
			
		||||
  "action_bar_subscription_settings": "Subscription settings",
 | 
			
		||||
  "action_bar_change_display_name": "Change display name",
 | 
			
		||||
  "action_bar_reservation_add": "Reserve topic",
 | 
			
		||||
  "action_bar_reservation_edit": "Change reservation",
 | 
			
		||||
  "action_bar_reservation_delete": "Remove reservation",
 | 
			
		||||
  "action_bar_send_test_notification": "Send test notification",
 | 
			
		||||
  "action_bar_clear_notifications": "Clear all notifications",
 | 
			
		||||
  "action_bar_unsubscribe": "Unsubscribe",
 | 
			
		||||
| 
						 | 
				
			
			@ -82,12 +86,10 @@
 | 
			
		|||
  "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.",
 | 
			
		||||
  "notifications_example": "Example",
 | 
			
		||||
  "notifications_more_details": "For more information, check out the <websiteLink>website</websiteLink> or <docsLink>documentation</docsLink>.",
 | 
			
		||||
  "subscription_settings_dialog_title": "Subscription settings",
 | 
			
		||||
  "subscription_settings_dialog_description": "Configure settings specifically for this topic subscription. Settings are currently only applied locally.",
 | 
			
		||||
  "subscription_settings_dialog_display_name_placeholder": "Display name",
 | 
			
		||||
  "subscription_settings_dialog_reserve_topic_label": "Reserve topic and configure access",
 | 
			
		||||
  "subscription_settings_button_cancel": "Cancel",
 | 
			
		||||
  "subscription_settings_button_save": "Save",
 | 
			
		||||
  "display_name_dialog_title": "Change display name",
 | 
			
		||||
  "display_name_dialog_description": "Set an alternative name for a topic that is displayed in the subscription list. This helps identify topics with complicated names more easily.",
 | 
			
		||||
  "display_name_dialog_placeholder": "Display name",
 | 
			
		||||
  "reserve_dialog_checkbox_label": "Reserve topic and configure access",
 | 
			
		||||
  "notifications_loading": "Loading notifications …",
 | 
			
		||||
  "publish_dialog_title_topic": "Publish to {{topic}}",
 | 
			
		||||
  "publish_dialog_title_no_topic": "Publish notification",
 | 
			
		||||
| 
						 | 
				
			
			@ -309,11 +311,19 @@
 | 
			
		|||
  "prefs_reservations_table_everyone_read_only": "I can publish and subscribe, everyone can subscribe",
 | 
			
		||||
  "prefs_reservations_table_everyone_write_only": "I can publish and subscribe, everyone can publish",
 | 
			
		||||
  "prefs_reservations_table_everyone_read_write": "Everyone can publish and subscribe",
 | 
			
		||||
  "prefs_reservations_table_not_subscribed": "Not subscribed",
 | 
			
		||||
  "prefs_reservations_dialog_title_add": "Reserve topic",
 | 
			
		||||
  "prefs_reservations_dialog_title_edit": "Edit reserved topic",
 | 
			
		||||
  "prefs_reservations_dialog_title_delete": "Delete topic reservation",
 | 
			
		||||
  "prefs_reservations_dialog_description": "Reserving a topic gives you ownership over the topic, and allows you to define access permissions for other users over the topic.",
 | 
			
		||||
  "prefs_reservations_dialog_topic_label": "Topic",
 | 
			
		||||
  "prefs_reservations_dialog_access_label": "Access",
 | 
			
		||||
  "reservation_delete_dialog_description": "Removing a reservation gives up ownership over the topic, and allows others to reserve it. You can keep, or delete existing messages and attachments.",
 | 
			
		||||
  "reservation_delete_dialog_action_keep_title": "Keep cached messages and attachments",
 | 
			
		||||
  "reservation_delete_dialog_action_keep_description": "Messages and attachments that are cached on the server will become publicly visible for people with knowledge of the topic name.",
 | 
			
		||||
  "reservation_delete_dialog_action_delete_title": "Delete cached messages and attachments",
 | 
			
		||||
  "reservation_delete_dialog_action_delete_description": "Cached messages and attachments will be permanently deleted. This action cannot be undone.",
 | 
			
		||||
  "reservation_delete_dialog_submit_button": "Delete reservation",
 | 
			
		||||
  "priority_min": "min",
 | 
			
		||||
  "priority_low": "low",
 | 
			
		||||
  "priority_default": "default",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue