Browse Source

Add user actions to web app

Philipp Heckel 2 years ago
parent
commit
26ebd23bfd

+ 1 - 1
web/public/static/langs/bg.json

@@ -56,7 +56,7 @@
     "notifications_attachment_copy_url_button": "Копиране на адреса",
     "notifications_attachment_open_button": "Отваряне на прикачения файл",
     "notifications_attachment_link_expires": "препратката изтича на {{date}}",
-    "notifications_click_open_title": "Към {{url}}",
+    "notifications_actions_open_url_title": "Към {{url}}",
     "notifications_click_copy_url_button": "Копиране на препратка",
     "notifications_click_open_button": "Отваряне",
     "notifications_click_copy_url_title": "Копира препратката в междинната памет",

+ 1 - 1
web/public/static/langs/de.json

@@ -48,7 +48,7 @@
     "notifications_attachment_open_button": "Anhang öffnen",
     "notifications_attachment_link_expired": "Download-Link ist abgelaufen",
     "notifications_click_copy_url_button": "Link kopieren",
-    "notifications_click_open_title": "Gehe zu {{url}}",
+    "notifications_actions_open_url_title": "Gehe zu {{url}}",
     "publish_dialog_other_features": "Andere Optionen:",
     "notifications_none_for_topic_description": "Um Benachrichtigungen an dieses Thema zu senden, PUTe/POSTe an die Themen-URL.",
     "notifications_no_subscriptions_title": "Anscheinend hast Du noch keine Themen abonniert.",

+ 3 - 1
web/public/static/langs/en.json

@@ -26,8 +26,10 @@
   "notifications_attachment_link_expired": "download link expired",
   "notifications_click_copy_url_title": "Copy link URL to clipboard",
   "notifications_click_copy_url_button": "Copy link",
-  "notifications_click_open_title": "Go to {{url}}",
   "notifications_click_open_button": "Open link",
+  "notifications_actions_open_url_title": "Go to {{url}}",
+  "notifications_actions_not_supported": "Action not supported in web app",
+  "notifications_actions_http_request_title": "Send HTTP {{method}} to {{url}}",
   "notifications_none_for_topic_title": "You haven't received any notifications for this topic yet.",
   "notifications_none_for_topic_description": "To send notifications to this topic, simply PUT or POST to the topic URL.",
   "notifications_none_for_any_title": "You haven't received any notifications.",

+ 1 - 1
web/public/static/langs/es.json

@@ -26,7 +26,7 @@
     "notifications_attachment_link_expired": "el enlace de descarga ha expirado",
     "notifications_click_copy_url_title": "Copiar la URL del enlace en el portapapeles",
     "notifications_click_copy_url_button": "Copiar enlace",
-    "notifications_click_open_title": "Ir a {{url}}",
+    "notifications_actions_open_url_title": "Ir a {{url}}",
     "notifications_click_open_button": "Abrir enlace",
     "notifications_none_for_topic_title": "Aún no has recibido ninguna notificación en este tópico.",
     "notifications_none_for_topic_description": "Para enviar notificaciones a este tópico, simplemente realice un PUT o POST a la URL del tópico.",

+ 1 - 1
web/public/static/langs/fr.json

@@ -24,7 +24,7 @@
     "notifications_click_copy_url_button": "Copier le lien",
     "notifications_click_open_button": "Ouvrir le lien",
     "notifications_none_for_topic_title": "Vous n'avez pas encore reçu de notifications pour ce sujet.",
-    "notifications_click_open_title": "Aller à {{url}}",
+    "notifications_actions_open_url_title": "Aller à {{url}}",
     "notifications_example": "Exemple",
     "notifications_loading": "Chargement des notifications…",
     "publish_dialog_progress_uploading": "Téléversement…",

+ 1 - 1
web/public/static/langs/id.json

@@ -29,7 +29,7 @@
     "notifications_attachment_open_button": "Buka lampiran",
     "notifications_attachment_link_expires": "tautan kadaluwarsa {{date}}",
     "notifications_attachment_link_expired": "tautan unduhan kadaluwarsa",
-    "notifications_click_open_title": "Pergi ke {{url}}",
+    "notifications_actions_open_url_title": "Pergi ke {{url}}",
     "notifications_click_open_button": "Buka tautan",
     "publish_dialog_topic_placeholder": "Nama topik, mis. pemberitahuan_andi",
     "nav_button_publish_message": "Publikasikan notifikasi",

+ 1 - 1
web/public/static/langs/ja.json

@@ -40,7 +40,7 @@
     "notifications_attachment_copy_url_button": "URLをコピー",
     "notifications_attachment_open_title": "{{url}} に移動",
     "notifications_attachment_link_expired": "ダウンロードリンクは失効しました",
-    "notifications_click_open_title": "{{url}} に移動",
+    "notifications_actions_open_url_title": "{{url}} に移動",
     "notifications_attachment_copy_url_title": "添付URLをクリップボードにコピー",
     "notifications_attachment_open_button": "添付ファイルを開く",
     "notifications_click_copy_url_title": "リンクURLをクリップボードにコピー",

+ 1 - 1
web/public/static/langs/nb_NO.json

@@ -18,7 +18,7 @@
     "notifications_attachment_open_title": "Gå til {{url}}",
     "notifications_attachment_link_expires": "lenken utløper {{date}}",
     "notifications_click_copy_url_title": "Kopier lenke-nettadresse til utklippstavlen",
-    "notifications_click_open_title": "Gå til {{url}}",
+    "notifications_actions_open_url_title": "Gå til {{url}}",
     "notifications_tags": "Etiketter",
     "notifications_attachment_link_expired": "nedlastingslenken har utløpt",
     "notifications_none_for_any_title": "Du har ikke mottatt noen merknader.",

+ 1 - 1
web/public/static/langs/ru.json

@@ -59,7 +59,7 @@
     "notifications_none_for_any_title": "Вы ещё не получали никаких уведомлений.",
     "alert_grant_title": "Уведомления отключены",
     "notifications_attachment_copy_url_title": "Скопировать URL-адрес вложения",
-    "notifications_click_open_title": "Перейти на {{url}}",
+    "notifications_actions_open_url_title": "Перейти на {{url}}",
     "notifications_tags": "Тэги",
     "notifications_attachment_link_expires": "срок действия ссылки истекает {{date}}",
     "notifications_click_copy_url_title": "Скопировать URL-адрес ссылки",

+ 1 - 1
web/public/static/langs/tr.json

@@ -71,7 +71,7 @@
     "notifications_none_for_any_title": "Herhangi bir bildirim almadınız.",
     "notifications_attachment_link_expired": "indirme bağlantısının süresi doldu",
     "notifications_click_copy_url_button": "Bağlantıyı kopyala",
-    "notifications_click_open_title": "{{url}} adresine git",
+    "notifications_actions_open_url_title": "{{url}} adresine git",
     "notifications_click_open_button": "Bağlantıyı aç",
     "notifications_no_subscriptions_description": "Bir konu oluşturmak veya bir konuya abone olmak için \"{{linktext}}\" bağlantısına tıklayın. Bundan sonra PUT veya POST yoluyla mesaj gönderebilirsiniz ve buradan bildirimler alırsınız.",
     "notifications_example": "Örnek",

Some files were not shown because too many files changed in this diff